@font-face{font-family:Manrope;src:url('/assets/manrope-latin.woff2') format('woff2');font-style:normal;font-weight:200 800;font-display:swap}
@font-face{font-family:DM Sans;src:url('/assets/dm-sans-latin.woff2') format('woff2');font-style:normal;font-weight:100 1000;font-display:swap}
:root{--forest:#073d2d;--deep:#092f25;--ink:#133d30;--muted:#789084;--lime:#d4f68c;--paper:#fafbf5;--cream:#f2f3e9;--line:#dbe2d7;--body:#5b6b60;--ease:cubic-bezier(.2,.7,.2,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}body.modal-open{overflow:hidden}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{color:inherit}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Manrope,sans-serif}h2{font-size:clamp(34px,3.8vw,58px);font-weight:500;line-height:1.17;letter-spacing:-2.3px}h3{font-weight:600}em{font-style:normal}.muted{color:var(--muted)}.container{width:min(1280px,calc(100% - 112px));margin-inline:auto}.section{padding-block:112px}.small{font-size:13px}.eyebrow,.section-label{font-size:11px;letter-spacing:1.65px;font-weight:600}.section-label{display:flex;align-items:center;gap:14px;margin-bottom:35px}.section-number{color:var(--muted);letter-spacing:1px}.button{display:inline-flex;justify-content:center;align-items:center;gap:30px;border:1px solid transparent;border-radius:5px;padding:15px 23px;font-size:13px;line-height:1.4;font-weight:600;transition:background .2s,transform .3s var(--ease),box-shadow .3s;white-space:nowrap}.button span{font-size:21px;line-height:1}.button:hover{transform:translateY(-3px);box-shadow:0 9px 24px #052c2915}.button-dark{background:var(--forest);color:white}.button-dark:hover{background:#12583e}.button-lime{background:var(--lime);color:var(--ink)}.button-lime:hover{background:#e1ffa3}.text-link{display:inline-flex;align-items:center;gap:24px;font-size:13px;font-weight:600}.text-link>span:last-child{transition:transform .3s}.text-link:hover>span:last-child{transform:translate(3px,-3px)}.text-link.light{color:#f6faef}.round-icon{display:grid;place-items:center;width:35px;height:35px;border:1px solid #ffffff50;border-radius:50%;font-size:20px}.skip-link{position:fixed;left:20px;top:-100px;background:var(--lime);z-index:100;padding:12px 20px;border-radius:5px}.skip-link:focus{top:15px}:focus-visible{outline:3px solid #74a82b;outline-offset:5px}button:disabled{cursor:wait;opacity:.65}
.site-header{position:sticky;top:0;background:#fff;z-index:30;border-bottom:1px solid #edf0e9;transition:box-shadow .3s}.site-header.scrolled{box-shadow:0 6px 25px #132e2510}.header-inner{height:92px;width:min(1400px,calc(100% - 80px));margin:auto;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:block;flex-shrink:0}.logo-window{display:block;position:relative;overflow:hidden;width:212px;height:78px}.logo-window img{width:232px;max-width:none;height:auto;position:absolute;top:-24px;left:-11px}.desktop-nav{display:flex;gap:32px;align-items:center;font-size:12px;font-weight:500}.desktop-nav a{position:relative;padding:10px 0}.desktop-nav a:after{position:absolute;content:'';height:1px;left:0;right:100%;bottom:5px;background:var(--forest);transition:right .3s}.desktop-nav a:hover:after,.desktop-nav a.active:after{right:0}.header-cta{padding:13px 20px}.menu-toggle{display:none;border:0;background:none;padding:14px}.menu-toggle span{display:block;width:24px;height:1px;background:var(--ink);margin:7px 0;transition:transform .25s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(4px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-4px) rotate(-45deg)}.mobile-nav{padding:18px 30px 30px;border-top:1px solid var(--line);background:white}.mobile-nav:not([hidden]){display:grid;gap:16px}
.hero{min-height:740px;height:min(850px,calc(100svh - 92px));position:relative;background:#0b3025;color:#fff;overflow:hidden;isolation:isolate}.hero-art{position:absolute;inset:0 0 0 25%;z-index:-3;animation:hero-enter 1.5s var(--ease) both}.hero-art img{width:100%;height:100%;object-fit:cover;object-position:65% 50%;animation:art-drift 15s ease-in-out infinite alternate}.hero-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,#0b3025 0%,#0b3025ed 16%,#0b3025aa 35%,#0b30252b 62%,#0b30250a 100%),linear-gradient(0deg,#08251fee 0%,transparent 22%)}.hero-content{position:relative;padding-top:115px}.hero-eyebrow{display:flex;align-items:center;gap:10px;color:#d4e2c9;animation:rise .8s var(--ease) both}.live-dot{width:6px;height:6px;background:var(--lime);border-radius:50%;box-shadow:0 0 0 4px #d4f68c12}.hero h1{font-size:clamp(64px,7.45vw,112px);line-height:1.07;font-weight:500;letter-spacing:-6px;margin:28px 0 25px;animation:rise .9s .1s var(--ease) both}.hero h1 em{color:var(--lime)}.hero-content>p{max-width:460px;font-size:15px;line-height:1.85;color:#cbd9ce;animation:rise .9s .2s var(--ease) both}.hero-actions{display:flex;align-items:center;gap:25px;margin-top:35px;animation:rise .9s .3s var(--ease) both}.hero-actions .text-link{gap:12px;font-size:12px}.hero-resource-tag{position:absolute;right:7%;bottom:152px;display:flex;align-items:center;gap:12px;background:#143b2aa8;border:1px solid #dae6c633;border-radius:6px;backdrop-filter:blur(18px);padding:14px 20px;color:#d9e5d4;font-size:8px;letter-spacing:1.4px;animation:rise 1s .7s both}.hero-resource-tag strong{font-size:12px;font-weight:500;letter-spacing:0}.tag-icon{font-size:31px;line-height:1;color:var(--lime)}.hero-bottom{position:absolute;bottom:30px;left:0;right:0;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #ecf5dd26;padding-top:23px;font-size:10px;letter-spacing:1.5px}.hero-bottom p{display:flex;gap:14px;align-items:center}.hero-bottom p span{font-size:22px;color:var(--lime)}.hero-bottom a{font-size:11px;letter-spacing:0;display:flex;gap:28px}.art-note{position:absolute;bottom:-22px;right:0;font-size:8px;letter-spacing:.4px;color:#bdd0c5}.material-strip{background:#e9efdc;border-bottom:1px solid #dfe5d3}.material-strip>.container{height:83px;display:flex;align-items:center;justify-content:space-between;gap:20px}.material-strip>.container>span:first-child{font-size:9px;letter-spacing:1.35px;color:#64755e}.strip-resource{display:flex;align-items:center;gap:12px;font-size:13px;font-weight:500}.material-strip a{font-size:24px}.mini-drop{width:12px;height:17px;border:1px solid var(--ink);border-radius:60% 40% 65% 35%;transform:rotate(-32deg)}.mini-carbon{width:15px;height:15px;border:1px solid var(--ink);transform:rotate(30deg)}.mini-steel{width:20px;height:12px;border:1px solid var(--ink);border-radius:50%;box-shadow:0 3px 0 -1px #e9efdc,0 4px 0 var(--ink)}
.about-main{display:grid;grid-template-columns:1.2fr 1fr;gap:100px}.about h2{font-size:clamp(32px,3.55vw,53px)}.about-copy{padding-top:3px}.about-copy p{font-size:15px;color:var(--body);line-height:1.9;margin-bottom:20px}.about-copy p:first-child{color:var(--ink)}.about-copy .text-link{margin-top:8px}.principles{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);margin-top:55px;padding-top:29px}.principles>div{display:grid;grid-template-columns:42px 1fr;column-gap:16px;align-items:center}.principles>div+div{padding-left:32px;border-left:1px solid var(--line)}.principles span{grid-row:1/3;font-size:33px;color:#657955}.principles h3{font-size:14px;font-weight:500}.principles p{font-size:12px;color:var(--body);margin-top:3px}
.resources{background:var(--cream)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:48px;margin-bottom:50px}.section-heading>p{max-width:350px;font-size:14px;color:var(--body);line-height:1.9;margin-bottom:4px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{border:1px solid #073d2d0b;border-radius:9px;overflow:hidden;transition:transform .45s var(--ease),box-shadow .45s var(--ease)}.product-card:hover{transform:translateY(-9px);box-shadow:0 20px 40px #17302513}.oil-card{background:#e5e4d6}.carbon-card{background:#dce2d4}.steel-card{background:#e3e9e3}.product-top{display:flex;align-items:center;justify-content:space-between;padding:24px 25px;font-size:8px;letter-spacing:1.3px}.product-badge{border:1px solid #143d302b;border-radius:15px;padding:3px 10px;font-size:8px;letter-spacing:1px}.product-art{position:relative;height:238px;display:flex;align-items:center;justify-content:center;isolation:isolate;overflow:hidden}.orbit-line{position:absolute;width:220px;height:220px;border:1px solid #123f3112;border-radius:50%;top:0;left:calc(50% - 110px);z-index:-1}.orbit-line:after{content:'';position:absolute;inset:22px;border:1px solid #123f310b;border-radius:50%}.art-caption{position:absolute;bottom:0;left:25px;font-size:7px;letter-spacing:2.2px;color:#51634d}.oil-drop{position:relative;top:-12px;width:112px;height:145px;border-radius:6% 70% 65% 70%;transform:rotate(45deg);background:radial-gradient(ellipse at 32% 25%,#dab16b 0%,#9d641e 13%,#523513 37%,#171b0f 70%);box-shadow:inset -12px -12px 16px #101b13ab,inset 8px 4px 12px #fde9ae40,8px 10px 16px #1e231633;animation:float-drop 6s ease-in-out infinite}.oil-drop:after{content:'';position:absolute;top:30px;left:15px;width:18px;height:76px;border-radius:50%;background:linear-gradient(180deg,#fff8c99e,transparent);filter:blur(3px)}.drop-shadow{position:absolute;width:114px;height:13px;bottom:29px;border-radius:50%;background:#20342236;filter:blur(8px)}.carbon-cluster{position:relative;width:190px;height:190px;transform:rotate(-10deg);animation:float 8s ease-in-out infinite}.carbon-cluster i{position:absolute;width:65px;height:69px;border-radius:38% 42% 30% 22%;background:radial-gradient(ellipse at 25% 20%,#798073 0,#3b463a 20%,#202b24 60%,#0d1a13 100%);box-shadow:inset -8px -8px 7px #07150eb8,inset 2px 2px 5px #b2b99f40,7px 12px 10px #19301b20;transform:rotate(25deg)}.carbon-cluster i:nth-child(1){top:6px;left:53px;transform:rotate(10deg)}.carbon-cluster i:nth-child(2){top:61px;left:10px}.carbon-cluster i:nth-child(3){top:53px;left:77px;z-index:2}.carbon-cluster i:nth-child(4){top:91px;left:125px;width:55px;height:54px}.carbon-cluster i:nth-child(5){top:111px;left:54px;width:69px;height:59px;z-index:3}.carbon-cluster i:nth-child(6){top:139px;left:3px;width:19px;height:16px}.carbon-cluster i:nth-child(7){top:20px;left:133px;width:12px;height:13px}.carbon-cluster i:nth-child(8){top:164px;left:130px;width:27px;height:21px}.carbon-cluster i:nth-child(9){top:169px;left:37px;width:11px;height:11px}.steel-coil{position:relative;width:204px;height:175px;transform:rotate(-24deg);animation:float-coil 8s ease-in-out infinite}.steel-coil i{position:absolute;left:5px;top:18px;width:162px;height:94px;border:9px solid #b9c9c0;border-top-color:#edf1e8;border-right-color:#708d7c;border-bottom-color:#66806f;border-radius:50%;box-shadow:2px 4px 4px #213f3325,inset 1px 2px 3px #123f3150;transform:rotate(-4deg)}.steel-coil i:nth-child(2){top:28px;left:10px}.steel-coil i:nth-child(3){top:38px;left:15px}.steel-coil i:nth-child(4){top:48px;left:20px}.steel-coil i:nth-child(5){top:58px;left:25px}.steel-coil i:nth-child(6){top:68px;left:30px}.steel-coil i:nth-child(7){top:78px;left:35px}.steel-coil i:nth-child(8){top:88px;left:40px}.product-copy{padding:28px 25px 23px}.product-copy h3{font-size:23px;letter-spacing:-.9px;font-weight:500;margin-bottom:13px}.product-copy p{font-size:13px;line-height:1.85;min-height:74px;color:#566451;max-width:290px}.product-button{display:flex;justify-content:space-between;align-items:center;width:100%;border:0;border-top:1px solid #1b3e3026;background:none;text-align:left;padding:18px 0 0;margin-top:23px;font-size:11px;font-weight:500}.product-button>span{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;border:1px solid #1b3e3030;font-size:19px;transition:background .3s}.product-button:hover>span{background:var(--forest);color:var(--paper)}.product-note{text-align:center;font-size:10px;color:#687760;margin-top:24px}
.process{background:var(--forest);color:#f5faef;position:relative;overflow:hidden}.process .section-label{color:#c3d9bf}.process .section-number{color:#739b76}.process .section-heading h2 span{color:#9bb396}.process .section-heading>p{color:#aac2af}.process-layout{display:grid;grid-template-columns:1fr 1fr;gap:94px;align-items:center}.process-visual{height:500px;position:relative;display:grid;place-items:center;isolation:isolate}.process-visual:before{content:'';position:absolute;inset:0;background-image:radial-gradient(#d9f2a519 1px,transparent 1px);background-size:19px 19px;mask-image:radial-gradient(ellipse,#000,transparent 68%)}.process-orbit{position:absolute;border:1px solid #d4f68c27;border-radius:50%}.orbit-one{width:360px;height:360px}.orbit-two{width:440px;height:440px;border-style:dashed;border-color:#d4f68c14;animation:spin 100s linear infinite}.orbit-particle{position:absolute;width:360px;height:360px;border-radius:50%;animation:spin 25s linear infinite}.orbit-particle:before{content:'';position:absolute;width:10px;height:10px;background:var(--lime);border-radius:50%;top:71px;left:21px;box-shadow:0 0 22px #d4f68c66}.process-core{height:252px;width:252px;border:1px solid #d4f68c42;border-radius:50%;background:radial-gradient(ellipse at top,#28564088,#0a392bd1 70%);box-shadow:0 0 0 20px #b9de8c03,0 0 100px #b9de8c05;display:flex;align-items:center;flex-direction:column;justify-content:center;position:relative}.core-symbol{font-size:44px;line-height:1;color:var(--lime);margin-bottom:15px}.core-step{font-size:8px;letter-spacing:1.8px;color:#a4bc94}.process-core strong{font-family:Manrope,sans-serif;font-size:31px;letter-spacing:-1px;font-weight:500;margin-top:5px}.core-bottom{font-size:6px;letter-spacing:2px;color:#9bb38b;margin-top:16px}.orbit-label{display:flex;align-items:center;gap:7px;position:absolute;background:var(--forest);padding:7px 9px;font-size:7px;letter-spacing:1.2px;color:#b8cba7}.orbit-label i{height:4px;width:4px;border-radius:50%;background:var(--lime)}.label-top{top:57px;left:calc(50% - 70px)}.label-left{bottom:156px;left:0}.label-right{bottom:145px;right:-2px}.visual-footer{position:absolute;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:space-between;font-size:8px;letter-spacing:1.8px;border-top:1px solid #d4f68c20;padding-top:16px;color:#c0d7b1}.visual-footer>span:last-child{font-size:18px}.process-steps details{border-top:1px solid #d5e8c726}.process-steps details:last-child{border-bottom:1px solid #d5e8c726}.process-steps summary{display:flex;align-items:center;gap:20px;cursor:pointer;list-style:none;padding:17px 0}.process-steps summary::-webkit-details-marker{display:none}.process-steps summary>span{font-size:10px;color:#93b08b}.process-steps summary h3{font-size:15px;font-weight:400;flex:1}.process-steps summary i{font-style:normal;font-size:20px;font-weight:400;color:#a5c899;line-height:1}.process-steps details[open] summary i{transform:rotate(45deg)}.process-steps details[open] summary{color:var(--lime);padding-bottom:10px}.process-steps p{font-size:12px;line-height:1.9;color:#b4cbb7;padding:0 20px 20px 33px}.process-steps details[open] p{animation:rise .35s var(--ease)}
.impact{display:grid;grid-template-columns:1fr 1fr;gap:110px}.impact-heading>p{font-size:14px;color:var(--body);max-width:390px;margin-top:25px;line-height:1.9}.impact-heading .text-link{margin-top:30px}.impact-cards{display:grid;align-content:center}.impact-cards article{display:flex;gap:22px;border-bottom:1px solid var(--line);padding:26px 0}.impact-cards article:first-child{padding-top:0}.impact-cards article:last-child{border:0;padding-bottom:0}.impact-icon{display:grid;place-items:center;width:46px;height:46px;border:1px solid #d5dfc9;border-radius:50%;flex-shrink:0;font-size:25px;color:#607d4e}.impact-cards h3{font-size:17px;font-weight:500;letter-spacing:-.4px;margin:0 0 8px}.impact-cards p{font-size:13px;line-height:1.9;color:var(--body);max-width:385px}.industries{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:39px 0 25px}.industries .container>p:first-child{font-size:8px;letter-spacing:1.8px;text-align:center;color:var(--body)}.industry-list{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:26px;font-family:Manrope,sans-serif;font-size:19px;letter-spacing:-.6px;color:#52704f}.industry-list sup{font-size:10px;color:#73806c}.industry-note{font-size:9px;color:#788374;text-align:center;margin-top:24px}
.company{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.company-art{height:535px;position:relative;overflow:hidden;background:#e9eedb;border-radius:7px;color:var(--forest)}.location-grid{position:absolute;inset:-30%;background-image:linear-gradient(#87996c17 1px,transparent 1px),linear-gradient(90deg,#87996c17 1px,transparent 1px);background-size:48px 48px;transform:rotate(-25deg);mask-image:linear-gradient(transparent,#000)}.location-kicker{position:absolute;top:29px;left:32px;font-size:8px;letter-spacing:1.6px}.location-rings{position:absolute;top:155px;right:105px;width:1px;height:1px}.location-rings i{position:absolute;width:130px;height:130px;top:-65px;left:-65px;border:1px solid #64814040;border-radius:50%}.location-rings i:nth-child(2){width:240px;height:240px;top:-120px;left:-120px;border-color:#64814026}.location-rings i:nth-child(3){width:380px;height:380px;top:-190px;left:-190px;border-color:#64814014}.location-rings span{position:absolute;height:12px;width:12px;border:3px solid #dae7c8;border-radius:50%;background:var(--forest);top:-6px;left:-6px;box-shadow:0 0 0 13px #76944e15}.location-rings span:after{content:'';position:absolute;inset:-35px;border:1px solid #64814030;border-radius:50%;animation:pulse 4s ease-out infinite}.location-title{position:absolute;bottom:101px;left:36px}.location-title>span{font-size:9px;letter-spacing:2px;color:#67804c}.location-title strong{font-family:Manrope,sans-serif;display:block;font-size:48px;letter-spacing:-2.5px;font-weight:500;line-height:1.4}.location-title p{font-size:16px;line-height:1.65;color:#6c805e;margin-top:8px}.location-bottom{position:absolute;left:32px;right:32px;bottom:25px;display:flex;justify-content:space-between;align-items:center;font-size:8px;letter-spacing:1.7px;border-top:1px solid #64814030;padding-top:20px}.location-bottom>span{font-size:20px}.company-copy .section-label{font-size:9px;margin-bottom:28px}.company-copy h2{font-size:39px;letter-spacing:-1.5px;margin-bottom:25px}.company-copy>p{font-size:13px;color:var(--body);line-height:1.9;margin-bottom:16px}.leadership{display:grid;grid-template-columns:1fr 1fr;gap:20px;border-top:1px solid var(--line);padding-top:23px;margin-top:26px;margin-bottom:24px}.leadership span{display:block;font-size:14px;font-weight:500}.leadership small{font-size:11px;color:var(--body)}
.partner-section{padding-bottom:0}.partner-panel{padding:50px 54px;background:var(--lime);border-radius:7px;display:grid;grid-template-columns:1fr 1fr;gap:70px}.partner-panel .eyebrow{font-size:8px}.partner-panel h2{font-size:34px;letter-spacing:-1.4px;margin-top:17px}.partnership-options{display:grid;gap:22px}.partnership-options a{display:block}.partnership-options a+a{border-top:1px solid #153f3030;padding-top:22px}.partnership-options a>span{font-size:7px;letter-spacing:1.25px;color:#587331}.partnership-options strong{display:flex;align-items:center;justify-content:space-between;font-family:Manrope,sans-serif;font-size:20px;font-weight:500;letter-spacing:-.5px;margin-top:6px}.partnership-options strong i{font-style:normal;transition:transform .3s}.partnership-options a:hover i{transform:translate(4px,-4px)}.partnership-options p{font-size:10px;color:#587331;margin-top:6px}.faq{display:grid;grid-template-columns:1fr 1.05fr;gap:90px}.faq h2{font-size:43px}.faq-list details{border-top:1px solid var(--line)}.faq-list details:last-child{border-bottom:1px solid var(--line)}.faq-list summary{display:flex;justify-content:space-between;align-items:center;gap:25px;list-style:none;cursor:pointer;padding:22px 0;font-size:13px;font-weight:500;line-height:1.6}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary>span{font-size:20px;color:#64815b;font-weight:400}.faq-list details[open] summary>span{transform:rotate(45deg)}.faq-list details p{color:var(--body);font-size:12px;line-height:1.9;padding:0 20px 23px 0}
.contact{background:#eaf0df}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}.contact .section-label{font-size:9px}.contact h2{font-size:54px;letter-spacing:-2px}.contact h2 em{color:#668447}.contact-copy>p{max-width:350px;font-size:14px;color:var(--body);line-height:1.9;margin-top:26px}.contact address{display:flex;gap:19px;font-style:normal;font-size:12px;color:var(--body);line-height:1.9;margin-top:44px}.contact address strong{font-size:11px;letter-spacing:1px;color:var(--ink);font-weight:600}.contact-address-icon{height:39px;width:39px;display:grid;place-items:center;border:1px solid #143d3024;border-radius:50%;color:var(--forest);font-size:22px}.direct-contact{display:grid;gap:6px;font-size:14px;margin:22px 0 0 58px}.direct-contact:empty{display:none}.direct-contact a:hover{text-decoration:underline}.contact-signoff{margin-top:90px;border-top:1px solid #143d3025;padding-top:22px;display:flex;align-items:center;justify-content:space-between;font-size:8px;letter-spacing:1.8px;color:#698051}.contact-signoff span{font-size:24px}.enquiry-form{padding:37px;background:#fbfcf5;border:1px solid #e0e7d6;border-radius:8px}.enquiry-form h3{font-size:23px;font-weight:500;letter-spacing:-.75px}.form-intro{font-size:11px;color:var(--body);margin:7px 0 25px}.enquiry-form label{display:block;font-size:10px;font-weight:500;margin-bottom:17px}.enquiry-form label>span{color:#61704f}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:17px}.enquiry-form input:not([type=checkbox]),.enquiry-form select,.enquiry-form textarea{width:100%;padding:11px 12px;margin-top:7px;background:white;border:1px solid #dce3d4;border-radius:4px;color:var(--ink);font-size:12px;line-height:1.4;outline-offset:1px;transition:border-color .2s;min-height:42px}.enquiry-form textarea{resize:vertical;min-height:106px}.enquiry-form input::placeholder,.enquiry-form textarea::placeholder{color:#909b87}.enquiry-form input:focus,.enquiry-form select:focus,.enquiry-form textarea:focus{border-color:#719451}.enquiry-form .consent{display:flex;gap:10px;align-items:flex-start;line-height:1.6;font-weight:400;font-size:10px;margin-top:0}.consent input{accent-color:var(--forest);flex-shrink:0;margin:3px 0 0;width:14px;height:14px}.inline-button{border:0;background:none;padding:0;font:inherit;text-decoration:underline;text-underline-offset:2px;color:var(--ink)}.submit-button{width:100%;justify-content:space-between;margin-top:4px;font-size:12px}.form-footnote{font-size:9px;line-height:1.7;color:#78836d;text-align:center;margin-top:12px}.form-status{font-size:12px;line-height:1.7;margin-top:12px}.form-status:empty{display:none}.form-status[data-kind=error]{color:#943d24}.form-honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.site-footer{padding:50px 0 24px;background:#fff}.footer-top{display:flex;align-items:center;gap:65px;padding-bottom:36px}.footer-top>p{font-size:12px;color:#78866d;line-height:1.7}.footer-brand .logo-window{width:205px}.footer-brand .logo-window img{width:225px;top:-23px}.back-to-top{margin-left:auto;font-size:8px;letter-spacing:1.6px;display:flex;align-items:center;gap:20px}.back-to-top span{display:grid;place-items:center;font-size:20px;line-height:1;width:42px;height:42px;border:1px solid var(--line);border-radius:50%}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:22px;border-top:1px solid var(--line);padding-top:25px;font-size:9px;color:#7c8973}.footer-bottom>div{display:flex;gap:25px}.footer-bottom button{font:inherit;color:inherit;border:0;padding:0;background:none}.footer-bottom>span:last-child{font-size:7px;letter-spacing:1.5px}.content-dialog{border:1px solid var(--line);border-radius:10px;background:var(--paper);color:var(--ink);width:min(620px,calc(100% - 30px));max-height:85svh;padding:48px;overflow:auto;box-shadow:0 30px 100px #071b2480}.content-dialog::backdrop{background:#052a25b3;backdrop-filter:blur(8px)}.dialog-close{position:absolute;top:15px;right:16px;border:1px solid var(--line);height:34px;width:34px;border-radius:50%;font-size:23px;background:transparent;display:grid;place-items:center;line-height:1}.content-dialog h2{font-size:36px;letter-spacing:-1.4px;margin:15px 0 20px}.content-dialog h3{font-size:15px;margin:25px 0 9px}.content-dialog p,.content-dialog li{font-size:13px;line-height:1.85;color:var(--body)}.content-dialog p+p{margin-top:14px}.content-dialog ul{padding-left:20px}.content-dialog .button{margin-top:25px}.content-dialog .detail-note{font-size:11px;padding:15px;background:var(--cream);border-radius:5px;margin-top:23px}
.motion-ready .reveal{opacity:0;transform:translateY(22px);transition:opacity .8s var(--ease),transform .8s var(--ease)}.motion-ready .reveal.visible{opacity:1;transform:translateY(0)}.motion-ready .product-grid .reveal:nth-child(2){transition-delay:.1s}.motion-ready .product-grid .reveal:nth-child(3){transition-delay:.2s}
@keyframes rise{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-enter{from{opacity:0;transform:scale(1.035)}to{opacity:1;transform:scale(1)}}@keyframes art-drift{from{transform:scale(1)}to{transform:scale(1.045)}}@keyframes float{0%,100%{transform:translateY(0) rotate(-10deg)}50%{transform:translateY(-10px) rotate(-7deg)}}@keyframes float-drop{0%,100%{transform:translateY(0) rotate(45deg)}50%{transform:translateY(-10px) rotate(48deg)}}@keyframes float-coil{0%,100%{transform:translateY(0) rotate(-24deg)}50%{transform:translateY(-8px) rotate(-20deg)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%{transform:scale(.5);opacity:0}20%{opacity:1}100%{transform:scale(1.7);opacity:0}}
.hero-art{mask-image:linear-gradient(90deg,transparent,#000 25%)}.hero h1 em{margin-left:.07em}
.scroll-progress{position:absolute;left:0;right:0;bottom:-1px;height:3px;background:#96c958;transform-origin:left;transform:scaleX(var(--page-progress,0));z-index:2}.scroll-enhanced .hero-art{translate:0 calc(var(--hero-progress,0)*70px)}.scroll-enhanced .hero-content{translate:0 calc(var(--hero-progress,0)*-25px)}.scroll-enhanced .orbit-particle{animation:none;transform:rotate(var(--cycle-turn,0deg))}.scroll-enhanced .orbit-two{animation:none;transform:rotate(calc(var(--cycle-turn,0deg)*-.35))}
@media(min-width:1600px){.hero-art{left:28%}.hero-art img{object-position:65% 48%}.hero-content{padding-top:130px}}
@media(max-width:1150px){.container{width:calc(100% - 72px)}.header-inner{width:calc(100% - 50px);gap:20px}.desktop-nav{gap:21px;font-size:11px}.logo-window{width:192px;height:72px}.logo-window img{width:210px;top:-21px;left:-10px}.header-cta{font-size:11px;padding:13px 15px;gap:18px}.hero{min-height:660px}.hero h1{letter-spacing:-4px}.hero-content{padding-top:115px}.hero-art{left:19%}.hero-resource-tag{right:5%;bottom:140px}.about-main{gap:60px}.section{padding-block:90px}.product-grid{gap:17px}.product-copy,.product-top{padding-inline:20px}.product-copy h3{font-size:20px}.product-copy p{font-size:12px;min-height:88px}.process-layout{gap:55px}.process-visual{scale:.9;transform-origin:center}.orbit-two{width:380px;height:380px}.orbit-one,.orbit-particle{width:320px;height:320px}.orbit-particle:before{top:61px;left:19px}.label-top{top:78px}.label-left{left:-18px}.label-right{right:-18px}.impact{gap:60px}.industry-list{font-size:16px}.company{gap:55px}.company-copy h2{font-size:34px}.company-art{height:510px}.location-title strong{font-size:42px}.partner-panel{padding:40px;gap:45px}.partner-panel h2{font-size:29px}.partnership-options strong{font-size:17px}.faq{gap:55px}.contact-grid{gap:55px}.contact h2{font-size:45px}.enquiry-form{padding:28px}}
@media(max-width:850px){html{scroll-padding-top:83px}.header-inner{height:79px;width:calc(100% - 36px)}.desktop-nav{display:none}.header-cta{margin-left:auto}.menu-toggle{display:block}.logo-window{width:174px;height:66px}.logo-window img{width:190px;top:-19px;left:-8px}.container{width:calc(100% - 48px)}.hero{height:750px;min-height:0}.hero-content{padding-top:83px}.hero h1{font-size:78px;letter-spacing:-4px}.hero-art{left:0}.hero-art img{object-position:68% 50%}.hero-shade{background:linear-gradient(90deg,#0b3025f0 0%,#0b3025a3 40%,#0b302526 100%),linear-gradient(0deg,#08251f 0%,transparent 40%)}.hero-resource-tag{bottom:135px}.hero-content>p{font-size:14px}.hero-bottom{bottom:33px}.material-strip>.container>span:first-child{display:none}.material-strip>.container{height:73px}.strip-resource{font-size:12px}.about-main{gap:35px}.about h2{font-size:35px;letter-spacing:-1.5px}.about-copy p{font-size:13px}.principles>div{grid-template-columns:30px 1fr;gap:12px}.principles>div+div{padding-left:20px}.principles h3{font-size:12px}.principles p{font-size:10px}.principles span{font-size:28px}.section-heading{gap:30px}.section-heading>p{max-width:280px;font-size:12px}.section-heading h2{font-size:38px;letter-spacing:-1.5px}.product-grid{gap:13px}.product-top{padding:18px 16px;font-size:7px;letter-spacing:.6px}.product-badge{font-size:6px;padding:3px 7px}.product-art{height:185px}.product-art>div:not(.orbit-line){scale:.75}.orbit-line{width:170px;height:170px;left:calc(50% - 85px)}.art-caption{left:16px;font-size:6px;letter-spacing:1.3px}.product-copy{padding:22px 16px 20px}.product-copy h3{font-size:18px;letter-spacing:-.6px;min-height:50px;line-height:1.4}.product-copy p{font-size:11px;min-height:98px}.product-button{font-size:9px;gap:7px;margin-top:14px}.product-button>span{width:25px;height:25px;flex-shrink:0;font-size:16px}.process-layout{gap:30px;grid-template-columns:.9fr 1fr}.process-visual{scale:.78;transform-origin:center;width:350px;margin-left:calc((100% - 350px)/2)}.process-steps summary{gap:13px}.process-steps summary h3{font-size:13px}.process-steps p{font-size:11px;padding-left:26px}.impact{gap:40px}.impact h2{font-size:35px}.impact-heading>p{font-size:12px}.impact-cards article{gap:15px}.impact-cards h3{font-size:15px}.impact-cards p{font-size:11px}.industry-list{flex-wrap:wrap;justify-content:center;gap:15px 30px;font-size:16px}.company{gap:35px}.company-art{height:500px}.company-copy .section-label{font-size:7px;gap:8px}.company-copy h2{font-size:29px}.company-copy>p{font-size:12px}.location-title{left:25px}.location-title strong{font-size:35px;letter-spacing:-2px}.location-title p{font-size:14px}.location-kicker{left:25px;font-size:7px}.location-bottom{left:25px;right:25px;font-size:6px}.leadership{gap:12px}.leadership span{font-size:12px}.partner-panel{padding:32px;gap:35px;grid-template-columns:1fr 1.1fr}.partner-panel h2{font-size:26px}.partnership-options strong{font-size:15px}.partnership-options p{font-size:9px}.faq{gap:40px}.faq h2{font-size:35px}.faq-list summary{font-size:12px}.contact-grid{gap:35px}.contact h2{font-size:36px;letter-spacing:-1.5px}.contact .section-label{font-size:7px;gap:8px}.enquiry-form{padding:24px}.form-row{grid-template-columns:1fr;gap:0}.enquiry-form h3{font-size:21px}.footer-top{gap:40px}.footer-bottom{flex-wrap:wrap}.footer-bottom>span:last-child{display:none}}
@media(max-width:600px){html{scroll-padding-top:79px}.header-inner{height:76px;gap:7px;width:calc(100% - 24px)}.logo-window{width:167px;height:64px}.logo-window img{width:182px;top:-18px;left:-7px}.header-cta{padding:10px 12px;font-size:10px;gap:13px}.header-cta span{font-size:17px}.menu-toggle{padding:10px 5px 10px 13px}.container{width:calc(100% - 40px)}.section{padding-block:72px}.section-label{font-size:8px;letter-spacing:1.35px;gap:12px;margin-bottom:26px}h2{font-size:34px;letter-spacing:-1.45px}.hero{height:785px;min-height:0}.hero-content{padding-top:52px}.hero-eyebrow{font-size:7px;letter-spacing:1.55px;gap:9px}.live-dot{width:5px;height:5px}.hero h1{font-size:clamp(53px,13.6vw,78px);letter-spacing:-3px;line-height:1.08;margin:26px 0 21px}.hero-content>p{font-size:12px;line-height:1.8;max-width:320px}.hero-art{inset:225px -60px 0 -10px}.hero-art img{object-fit:cover;object-position:70% 50%}.hero-shade{background:linear-gradient(180deg,#0b3025 0%,#0b3025 25%,#0b3025e6 34%,#0b302524 54%,#08251f00 78%,#08251ff0 96%),linear-gradient(90deg,#0b302543,transparent)}.hero-actions{margin-top:25px;gap:18px}.hero-actions .button{font-size:10px;padding:13px 16px;gap:17px}.hero-actions .text-link{font-size:9px;gap:8px}.hero-actions .round-icon{width:28px;height:28px;font-size:16px}.hero-resource-tag{bottom:108px;right:20px;padding:10px 12px;font-size:6px;gap:9px;letter-spacing:1px}.hero-resource-tag strong{font-size:9px}.tag-icon{font-size:25px}.hero-bottom{bottom:27px;padding-top:17px;font-size:7px;letter-spacing:1.2px;gap:10px}.hero-bottom p{gap:8px}.hero-bottom p span{font-size:18px}.hero-bottom a{font-size:8px;gap:12px}.art-note{font-size:6px;bottom:-17px}.material-strip>.container{height:63px;gap:10px;width:calc(100% - 36px)}.strip-resource{font-size:9px;gap:7px}.mini-carbon{width:11px;height:11px}.mini-drop{width:9px;height:13px}.mini-steel{width:14px;height:9px}.material-strip a{display:none}.about-main{grid-template-columns:1fr;gap:25px}.about h2{font-size:34px}.about-copy p{font-size:13px;margin-bottom:15px}.about-copy .text-link{margin-top:8px}.text-link{font-size:11px;gap:20px}.principles{grid-template-columns:1fr;gap:0;margin-top:35px;padding-top:5px}.principles>div{grid-template-columns:34px 1fr;gap:1px 17px;padding:19px 0;border-bottom:1px solid var(--line)}.principles>div+div{padding:19px 0;border-left:0}.principles h3{font-size:13px}.principles p{font-size:11px}.principles span{font-size:31px}.section-heading{display:block;margin-bottom:32px}.section-heading h2{font-size:35px}.section-heading>p{max-width:330px;margin-top:20px;font-size:12px}.product-grid{grid-template-columns:1fr;gap:22px}.product-top{padding:23px 25px;font-size:8px;letter-spacing:1px}.product-badge{font-size:7px;padding:3px 10px}.product-art{height:220px}.product-art>div:not(.orbit-line){scale:1}.orbit-line{width:210px;height:210px;left:calc(50% - 105px)}.art-caption{font-size:7px;left:25px;letter-spacing:2px}.product-copy{padding:27px 25px 24px}.product-copy h3{font-size:26px;min-height:0;margin-bottom:10px}.product-copy p{font-size:13px;min-height:0;max-width:none}.product-button{font-size:11px;margin-top:22px}.product-button>span{width:32px;height:32px;font-size:20px}.product-note{font-size:9px;text-align:left;line-height:1.8;margin-top:20px}.process-layout{grid-template-columns:1fr;gap:32px}.process-visual{height:370px;width:350px;max-width:100%;scale:.9;margin:0 auto}.process-core{height:220px;width:220px}.orbit-one,.orbit-particle{width:300px;height:300px}.orbit-two{width:360px;height:360px}.orbit-particle:before{top:50px;left:24px}.label-top{top:26px}.label-left{left:-3px;bottom:96px;font-size:6px}.label-right{right:-2px;bottom:95px;font-size:6px}.visual-footer{bottom:-18px;font-size:7px}.process-steps summary{padding:17px 0;gap:20px}.process-steps summary h3{font-size:14px}.process-steps p{font-size:12px;line-height:1.85;padding-left:33px}.process .section-heading{margin-bottom:20px}.impact{grid-template-columns:1fr;gap:39px}.impact h2{font-size:35px}.impact-heading>p{font-size:13px}.impact-heading .text-link{margin-top:20px}.impact-cards article{gap:18px;padding:25px 0}.impact-cards h3{font-size:16px}.impact-cards p{font-size:12px}.industries{padding:32px 0 24px}.industry-list{font-size:15px;gap:18px 24px;line-height:1.5;margin-top:23px}.industry-note{font-size:8px;line-height:1.8;margin-top:22px}.company{grid-template-columns:1fr;gap:36px}.company-art{height:380px}.location-kicker{left:28px;font-size:8px}.location-title{bottom:90px;left:28px}.location-title strong{font-size:44px}.location-title p{font-size:14px;margin-top:4px}.location-rings{top:90px;right:75px}.location-bottom{left:28px;right:28px;bottom:24px;font-size:7px;padding-top:18px}.company-copy .section-label{font-size:8px;gap:10px;margin-bottom:23px}.company-copy h2{font-size:34px}.company-copy>p{font-size:13px}.leadership{margin-top:25px;margin-bottom:25px}.leadership span{font-size:13px}.partner-panel{grid-template-columns:1fr;padding:30px 25px;gap:27px}.partner-panel h2{font-size:30px;letter-spacing:-1.2px}.partnership-options strong{font-size:18px}.partnership-options p{font-size:10px}.partnership-options a>span{font-size:7px}.faq{grid-template-columns:1fr;gap:32px}.faq h2{font-size:34px}.faq-list summary{font-size:13px;gap:17px;padding:21px 0}.contact-grid{grid-template-columns:1fr;gap:35px}.contact .section-label{font-size:8px;letter-spacing:1px;gap:9px}.contact h2{font-size:41px}.contact-copy>p{font-size:13px;margin-top:21px;max-width:320px}.contact address{margin-top:25px}.contact-signoff{margin-top:28px;padding-top:16px}.enquiry-form{padding:27px 22px}.enquiry-form h3{font-size:24px}.enquiry-form label{font-size:11px}.form-intro{font-size:11px}.form-row{grid-template-columns:1fr;gap:0}.enquiry-form input:not([type=checkbox]),.enquiry-form select,.enquiry-form textarea{font-size:16px;padding:12px;min-height:46px}.enquiry-form input::placeholder,.enquiry-form textarea::placeholder{font-size:13px}.enquiry-form .consent{font-size:10px;line-height:1.7}.form-footnote{font-size:8px}.site-footer{padding:28px 0 24px}.footer-top{flex-wrap:wrap;gap:8px 20px;padding-bottom:27px}.footer-brand .logo-window{width:177px;height:67px}.footer-brand .logo-window img{width:193px;top:-19px;left:-8px}.footer-top>p{font-size:10px;margin-left:auto}.back-to-top{font-size:7px;margin:12px 0 0;gap:12px}.back-to-top span{height:32px;width:32px;font-size:17px}.footer-bottom{gap:15px;padding-top:21px;font-size:8px;align-items:flex-start}.footer-bottom>span:first-child{width:100%}.footer-bottom>div{gap:20px}.content-dialog{padding:40px 26px 30px}.content-dialog h2{font-size:31px;letter-spacing:-1px}}
@media(max-width:360px){.header-cta{display:none}.menu-toggle{margin-left:auto}.container{width:calc(100% - 32px)}.hero h1{font-size:51px}.hero-actions{gap:12px}.hero-actions .button{font-size:9px;padding:12px}.hero-actions .text-link{font-size:8px}.process-visual{scale:.82}.partner-panel{padding:28px 21px}.partnership-options strong{font-size:16px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.motion-ready .reveal{opacity:1;transform:none}.process-visual{transform:none}}
