:root{--bg:#060709;--bg-2:#0a0c10;--card:#0d1015;--card-hover:#13171f;--text:#f3f5f8;--text-dim:#9aa1ad;--text-faint:#5f6675;--accent:#3f6cff;--accent-soft:#3f6cff24;--teal:#14e0c8;--line:#ffffff14;--line-strong:#ffffff2e;--grad:linear-gradient(110deg,#3f6cff,#14e0c8);--grad-text:linear-gradient(110deg,#9db4ff,#5cf0dc);--container:1280px;--radius:14px;--radius-lg:24px;--section-y:clamp(4.5rem,12vh,9.5rem);--gutter:clamp(1.25rem,4vw,3.25rem);--header-h:76px;--ease:cubic-bezier(0.22,1,0.36,1);--fs-hero:clamp(2.7rem,7.4vw,6.6rem);--fs-mega:clamp(3rem,11vw,10.5rem);--fs-h2:clamp(2rem,4.8vw,4rem);--fs-lead:clamp(1.08rem,1.5vw,1.45rem);--font-display-stack:var(--font-display),system-ui,sans-serif;--font-body-stack:var(--font-body),system-ui,-apple-system,"Segoe UI",sans-serif}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;scroll-padding-top:var(--header-h)}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body-stack);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-display-stack);font-weight:800;line-height:1.02;letter-spacing:-.03em;margin:0}p{margin:0}a{color:inherit;text-decoration:none}ul{margin:0;padding:0;list-style:none}::selection{background:var(--accent-soft);color:#fff}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:var(--gutter)}.grad-text{background:var(--grad-text);-webkit-background-clip:text;background-clip:text;color:transparent}.kicker{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--font-body-stack);font-size:.78rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--text-dim)}.kicker.center{justify-content:center}.kicker.center:after,.kicker:before{content:"";width:26px;height:1px;background:var(--line-strong)}.sec-label{display:flex;align-items:baseline;gap:1rem;margin-bottom:1.4rem}.sec-label .num{font-family:var(--font-display-stack);font-weight:800;font-size:1.05rem;letter-spacing:-.02em;background:var(--grad-text);-webkit-background-clip:text;background-clip:text;color:transparent}.sec-label .txt{font-size:.8rem;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:var(--text-dim)}.site-header{position:fixed;inset:0 0 auto 0;height:var(--header-h);z-index:60;display:flex;align-items:center;background:color-mix(in srgb,var(--bg) 70%,transparent);backdrop-filter:blur(14px) saturate(140%);-webkit-backdrop-filter:blur(14px) saturate(140%);border-bottom:1px solid transparent;transition:border-color .4s var(--ease)}.site-header.scrolled{border-bottom-color:var(--line)}.site-header .container{justify-content:space-between;gap:1.5rem}.brand,.site-header .container{display:flex;align-items:center}.brand{gap:.7rem;font-family:var(--font-display-stack);font-weight:800;letter-spacing:-.01em;font-size:1.02rem}.brand .mark{width:28px;height:28px;border-radius:8px;background:var(--grad);display:grid;place-items:center;box-shadow:0 6px 18px -8px var(--accent);flex:none}.brand .b-dim{color:var(--text-dim);font-weight:600}.nav{display:flex;align-items:center;gap:1.9rem}.nav a{font-size:.9rem;color:var(--text-dim);transition:color .25s var(--ease)}.nav a.active,.nav a:hover{color:var(--text)}.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-body-stack);font-weight:600;font-size:.92rem;padding:.8rem 1.4rem;border-radius:999px;background:var(--text);color:#06070a;border:1px solid transparent;cursor:pointer;transition:transform .25s var(--ease),box-shadow .25s var(--ease);white-space:nowrap}.btn:hover{transform:translateY(-2px);box-shadow:0 14px 30px -14px rgba(255,255,255,.5)}.btn.ghost{background:transparent;color:var(--text);border-color:var(--line-strong)}.btn.ghost:hover{background:#ffffff0d;box-shadow:none}.btn.sm{padding:.6rem 1.05rem;font-size:.85rem}.btn-row{display:flex;flex-wrap:wrap;gap:.9rem}.menu-btn{width:42px;height:42px;border-radius:10px;border:1px solid var(--line-strong);background:transparent;color:var(--text);cursor:pointer;align-items:center;justify-content:center}.menu-btn,.mobile-nav{display:none}@media (max-width:860px){.header-cta,.nav{display:none}.menu-btn{display:inline-flex}.mobile-nav{position:fixed;inset:var(--header-h) 0 auto 0;z-index:55;background:color-mix(in srgb,var(--bg) 96%,transparent);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid var(--line);display:flex;flex-direction:column;padding:1rem var(--gutter) 1.8rem;transform:translateY(-12px);opacity:0;pointer-events:none;transition:opacity .3s var(--ease),transform .3s var(--ease)}.mobile-nav.open{display:flex;transform:none;opacity:1;pointer-events:auto}.mobile-nav a{display:flex;align-items:baseline;gap:.9rem;padding:.85rem 0;border-bottom:1px solid var(--line);font-family:var(--font-display-stack);font-weight:600;font-size:1.3rem;letter-spacing:-.02em}.mobile-nav a .mi{font-size:.8rem;color:var(--accent);font-weight:700}.mobile-nav .btn{margin-top:1.2rem;justify-content:center}}.bg-glow{background:radial-gradient(60vw 50vh at 74% -8%,#3f6cff20,transparent 60%),radial-gradient(48vw 42vh at 6% 2%,#14e0c814,transparent 58%)}.bg-glow,.grain{position:fixed;inset:0;z-index:-1;pointer-events:none}.grain{opacity:.04;background-image:radial-gradient(#fff .5px,transparent 0);background-size:3px 3px}.section{padding-block:var(--section-y);border-top:1px solid var(--line)}.section.no-border{border-top:0}.section-head{max-width:64ch;margin-bottom:clamp(2.5rem,6vh,4rem)}.section-head h2{font-size:var(--fs-h2);margin-top:.6rem}.section-head .lead{margin-top:1.2rem}.lead{font-size:var(--fs-lead);color:var(--text-dim);line-height:1.6}.big-statement{font-family:var(--font-display-stack);font-weight:800;font-size:clamp(2rem,5vw,4rem);letter-spacing:-.035em;line-height:1.04}.big-statement em,.grad-em{font-style:normal;background:var(--grad-text);-webkit-background-clip:text;background-clip:text;color:transparent}.hero{position:relative;min-height:100svh;display:flex;flex-direction:column;justify-content:center;padding-top:calc(var(--header-h) + 2rem);padding-bottom:3rem}.hero,.hero-bg{overflow:hidden}.hero-bg{position:absolute;inset:0;z-index:0}.hero-bg video{width:100%;height:100%;object-fit:cover;opacity:.55}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,7,9,.92) 0,rgba(6,7,9,.7) 38%,rgba(6,7,9,.32) 72%,rgba(6,7,9,.5) 100%),linear-gradient(180deg,rgba(6,7,9,.5) 0,transparent 30%,rgba(6,7,9,.4) 78%,var(--bg) 100%)}.hero>.container,.hero>.scroll-cue{position:relative;z-index:2}.hero .eyebrow{font-family:var(--font-body-stack);font-size:.82rem;font-weight:600;letter-spacing:.32em;text-transform:uppercase;color:var(--text-dim);margin-bottom:1.7rem}.hero h1{font-size:var(--fs-hero);font-weight:800;letter-spacing:-.045em;line-height:.95;max-width:18ch}.hero h1 .dot{color:var(--accent);-webkit-text-fill-color:var(--accent)}.hero-lead{font-size:var(--fs-lead);color:var(--text-dim);max-width:58ch;margin-top:1.9rem;line-height:1.55}.hero-cta{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:2.6rem}.stats{display:grid;grid-template-columns:repeat(3,auto);grid-gap:clamp(2rem,6vw,5rem);gap:clamp(2rem,6vw,5rem);margin-top:clamp(3rem,7vh,5rem)}.stat .n{font-family:var(--font-display-stack);font-weight:800;font-size:clamp(2.1rem,4vw,3.2rem);letter-spacing:-.04em;line-height:1;background:var(--grad-text);-webkit-background-clip:text;background-clip:text;color:transparent}.stat .l{color:var(--text-dim);font-size:.92rem;margin-top:.5rem}.scroll-cue{position:absolute;left:var(--gutter);bottom:1.8rem;display:inline-flex;align-items:center;gap:.7rem;font-size:.74rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-faint)}.scroll-cue .line{width:46px;height:1px;background:var(--line-strong);position:relative;overflow:hidden}.scroll-cue .line:after{content:"";position:absolute;inset:0;background:var(--grad);transform:translateX(-100%);animation:cue 2.4s var(--ease) infinite}@keyframes cue{0%{transform:translateX(-100%)}60%,to{transform:translateX(100%)}}.narrative{display:grid;grid-template-columns:1.05fr 1fr;grid-gap:clamp(2rem,6vw,6rem);gap:clamp(2rem,6vw,6rem);align-items:start}.narrative .big{font-family:var(--font-display-stack);font-weight:700;font-size:clamp(1.6rem,2.8vw,2.4rem);line-height:1.18;letter-spacing:-.025em}.narrative .stack{display:flex;flex-direction:column;gap:1.4rem;padding-top:.3rem}.narrative .stack p{font-size:var(--fs-lead);color:var(--text-dim)}.narrative .stack p strong{color:var(--text);font-weight:600}.divisions-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.1rem;gap:1.1rem}.division-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-lg);padding:clamp(1.6rem,2.4vw,2.2rem);display:flex;flex-direction:column;transition:background .35s var(--ease),border-color .35s var(--ease),transform .35s var(--ease)}.division-card:hover{background:var(--card-hover);border-color:var(--line-strong);transform:translateY(-4px)}.division-card .dc-num{font-family:var(--font-display-stack);font-weight:800;font-size:.9rem;color:var(--accent)}.division-card h3{font-size:clamp(1.5rem,2.2vw,2rem);margin-top:1rem}.division-card .dc-desc{color:var(--text-dim);margin-top:.8rem;font-size:1rem;line-height:1.5}.division-card .dc-brands{margin-top:1.5rem;padding-top:1.3rem;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:.55rem}.division-card .dc-brands li{font-size:.95rem;color:var(--text-dim);display:flex;align-items:center;gap:.6rem}.division-card .dc-brands li:before{content:"";width:14px;height:2px;border-radius:2px;background:var(--grad);flex:none}.brand-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem}.brand-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:1.4rem 1.4rem 1.5rem;display:flex;flex-direction:column;min-height:168px;transition:background .3s var(--ease),border-color .3s var(--ease),transform .3s var(--ease)}.brand-card:hover{background:var(--card-hover);border-color:var(--line-strong);transform:translateY(-3px)}.brand-card .bc-bar{width:30px;height:3px;border-radius:3px;background:var(--grad);margin-bottom:1rem}.brand-card h3{font-size:1.3rem;font-weight:700;letter-spacing:-.02em}.brand-card .bc-desc{color:var(--text);margin-top:.5rem;font-size:.98rem}.brand-card .bc-detail{color:var(--text-faint);margin-top:.3rem;font-size:.88rem;line-height:1.45}.brand-card .bc-links{margin-top:auto;padding-top:1rem;display:flex;flex-wrap:wrap;gap:.4rem .9rem}.brand-card .bc-links a,.brand-card .bc-links span{font-size:.82rem;color:var(--text-dim);transition:color .2s var(--ease)}.brand-card .bc-links a:hover{color:var(--teal)}.global-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem}.location{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:1.3rem 1.4rem;display:flex;align-items:center;gap:1rem;transition:border-color .3s var(--ease),background .3s var(--ease)}.location:hover{border-color:var(--line-strong);background:var(--card-hover)}.location .flag{font-size:1.6rem;line-height:1}.location .country{font-family:var(--font-display-stack);font-weight:700;font-size:1.05rem;letter-spacing:-.01em}.location .city{color:var(--text-dim);font-size:.9rem;margin-top:.15rem}.global-wrap{display:grid;grid-template-columns:.82fr 1.18fr;grid-gap:clamp(2rem,5vw,4rem);gap:clamp(2rem,5vw,4rem);align-items:center}.global-info h2{font-size:var(--fs-h2);margin-top:.4rem}.global-info .lead{margin-top:1.1rem;max-width:40ch}.geo-chips{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.8rem}.geo-chip{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-dim);padding:.5rem .9rem;border:1px solid var(--line);border-radius:999px;background:#ffffff05}.geo-chip .flag{font-size:1.05rem;line-height:1}.geo-chip .hq{font-size:.62rem;font-weight:700;letter-spacing:.12em;color:var(--teal);border:1px solid #14e0c855;border-radius:5px;padding:.1rem .35rem}.world-map{position:relative;border:1px solid var(--line);border-radius:var(--radius-lg);background:radial-gradient(120% 120% at 70% 8%,#0e1420,#0a0d12 60%,#080a0e);padding:clamp(.75rem,2vw,1.4rem);overflow:hidden}.world-map svg{width:100%;height:auto;display:block}.wm-grid line{stroke:var(--line);stroke-width:1}.wm-dots circle{fill:#6fb4d8;opacity:.22}.wm-arcs path{fill:none;stroke:url(#wm-arc);stroke-width:1.6;stroke-linecap:round;stroke-dasharray:3 5;animation:wmDash 14s linear infinite}.wm-core{filter:drop-shadow(0 0 5px #14e0c8)}.wm-glow{fill:#14e0c8;transform-box:fill-box;transform-origin:center;animation:wmPulse 3.2s ease-in-out infinite}.wm-label{fill:var(--text);font-family:var(--font-body-stack);font-size:21px;font-weight:600;letter-spacing:-.01em;paint-order:stroke;stroke:#080a0e;stroke-width:5px;stroke-linejoin:round}@keyframes wmPulse{0%,to{opacity:.16;transform:scale(.82)}50%{opacity:.34;transform:scale(1.25)}}@keyframes wmDash{to{stroke-dashoffset:-160}}@media (prefers-reduced-motion:reduce){.wm-arcs path,.wm-glow{animation:none}}@media (max-width:1080px){.global-wrap{grid-template-columns:1fr;gap:2.5rem}}.statement-block{max-width:24ch}.statement-block.wide{max-width:30ch}.statement-sub{max-width:56ch;margin-top:1.6rem;font-size:var(--fs-lead);color:var(--text-dim);line-height:1.55}.page-hero{padding-top:calc(var(--header-h) + clamp(3.5rem, 12vh, 8rem));padding-bottom:clamp(2.5rem,7vh,4.5rem)}.page-hero .eyebrow{font-size:.8rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:var(--text-dim);margin-bottom:1.4rem}.page-hero h1{font-size:clamp(2.6rem,6.4vw,5.4rem);letter-spacing:-.045em;line-height:.96;max-width:16ch}.page-hero .intro{max-width:56ch;margin-top:1.8rem;font-size:var(--fs-lead);color:var(--text-dim);line-height:1.55}.page-hero .meta{margin-top:2rem;display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.6rem}.page-hero .meta a.email{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;color:var(--text)}.page-hero .meta a.email:hover{color:var(--teal)}.page-hero .meta a.back{color:var(--text-faint);font-size:.92rem}.page-hero .meta a.back:hover{color:var(--text)}.category-list{border-top:1px solid var(--line)}.category-row{display:grid;grid-template-columns:80px 1fr auto;grid-gap:clamp(1rem,3vw,2.5rem);gap:clamp(1rem,3vw,2.5rem);align-items:center;padding:clamp(1.5rem,3.5vh,2.4rem) 0;border-bottom:1px solid var(--line);transition:background .3s var(--ease)}.category-row:hover{background:#ffffff05}.category-row .cr-num{font-family:var(--font-display-stack);font-weight:800;font-size:clamp(1.2rem,2vw,1.8rem);color:var(--accent)}.category-row .cr-body h3{font-size:clamp(1.4rem,2.4vw,2rem);font-weight:700;letter-spacing:-.025em}.category-row .cr-body p{color:var(--text-dim);font-size:var(--fs-lead);margin-top:.5rem;line-height:1.5}.category-row .cr-go{color:var(--text-faint);transition:transform .3s var(--ease),color .3s var(--ease)}.category-row:hover .cr-go{color:var(--teal);transform:translateX(4px)}.mega-section{position:relative;border-top:1px solid var(--line);padding-block:clamp(5rem,14vh,11rem);overflow:hidden}.mega-section:before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(64vw 60vh at 50% 30%,#3f6cff14,transparent 62%)}.mega-statement{font-family:var(--font-display-stack);font-weight:800;font-size:var(--fs-mega);letter-spacing:-.055em;line-height:.88;background:var(--grad-text);-webkit-background-clip:text;background-clip:text;color:transparent}.belief-litany{display:flex;flex-direction:column;gap:.5rem;margin:1.8rem 0}.belief-litany span{font-family:var(--font-display-stack);font-weight:700;font-size:clamp(1.25rem,2.1vw,1.8rem);letter-spacing:-.025em;padding-left:1.5rem;position:relative}.belief-litany span:before{content:"";position:absolute;left:0;top:.62em;width:16px;height:2px;border-radius:2px;background:var(--grad)}.arch{display:grid;grid-template-columns:1fr .92fr;grid-gap:clamp(2.5rem,6vw,6rem);gap:clamp(2.5rem,6vw,6rem);align-items:center;margin-top:clamp(2.5rem,6vh,4rem)}.eco{position:relative;width:min(84vw,520px);aspect-ratio:1;margin-inline:auto}.eco .ring{position:absolute;border-radius:50%}.eco .ring-3{inset:0;background:radial-gradient(circle at 50% 36%,#3f6cff12,transparent 70%)}.eco .ring-2,.eco .ring-3{border:1px solid var(--line-strong)}.eco .ring-2{inset:16%}.eco .center{position:absolute;inset:32%;border-radius:50%;background:var(--grad);display:grid;place-items:center;text-align:center;padding:1.1rem;box-shadow:0 30px 90px -30px var(--accent),inset 0 1px 0 #ffffff40}.eco .center .c-tag{font-size:.62rem;font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:#06070acc}.eco .center p{font-family:var(--font-display-stack);font-weight:800;letter-spacing:-.02em;line-height:1.08;color:#050608;font-size:clamp(.78rem,1.8vw,1.1rem);margin-top:.35rem}.eco .ring-tag{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background:var(--bg);border:1px solid var(--line-strong);border-radius:999px;padding:.45rem 1rem;font-size:clamp(.6rem,1.2vw,.72rem);font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--text);white-space:nowrap}.arch-side .label{font-size:.8rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--accent)}.arch-side h3{font-size:clamp(1.8rem,3.2vw,2.8rem);margin-top:1rem;letter-spacing:-.035em}.arch-side p{color:var(--text-dim);font-size:var(--fs-lead);line-height:1.55;margin-top:1.2rem}.arch-legend{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.6rem}.arch-legend span{font-size:.82rem;color:var(--text-dim);padding:.4rem .85rem;border:1px solid var(--line);border-radius:999px;background:#ffffff05}.gc{width:min(88vw,540px);margin-inline:auto}.gc svg{width:100%;height:auto;display:block;overflow:visible}.gc-dot{fill:#5cf0dc;opacity:.6}.gc-what{fill:#dbe7f4;font-weight:700;font-size:18px;letter-spacing:2.5px}.gc-how,.gc-what{font-family:var(--font-display-stack)}.gc-how{fill:#9fb4c9;font-weight:600;font-size:11px;letter-spacing:.8px}.gc-tag-bg{fill:#080b10;stroke:#3f6cff66}.gc-tag{fill:#9fc2ff;font-family:var(--font-display-stack);font-weight:700;font-size:11.5px;letter-spacing:2.5px}.gc-why{fill:#06141d;font-family:var(--font-body-stack);font-weight:700;font-size:12px;letter-spacing:4px;opacity:.6}.gc-center{fill:#05131c;font-family:var(--font-display-stack);font-weight:800;font-size:24px;letter-spacing:-.5px}.impact-list{margin-top:clamp(2.5rem,6vh,3.5rem);border-bottom:1px solid var(--line)}.impact-row{display:grid;grid-template-columns:90px 1fr 1.5fr;grid-gap:clamp(1rem,3vw,3rem);gap:clamp(1rem,3vw,3rem);align-items:baseline;padding:clamp(1.5rem,3vh,2.3rem) 0;border-top:1px solid var(--line);transition:background .3s var(--ease)}.impact-row:hover{background:#ffffff05}.impact-row .ix{font-family:var(--font-display-stack);font-weight:800;font-size:clamp(1.4rem,2.2vw,2.2rem);color:var(--accent)}.impact-row h3{font-size:clamp(1.4rem,2.6vw,2.2rem);font-weight:700;letter-spacing:-.025em}.impact-row p{color:var(--text-dim);font-size:var(--fs-lead);line-height:1.5}.closing{position:relative;border-top:1px solid var(--line);padding-block:clamp(5rem,14vh,11rem);overflow:hidden}.closing:before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(64vw 60vh at 50% 70%,#14e0c810,transparent 62%)}.closing .mega-statement{margin-bottom:clamp(2rem,5vh,3.5rem)}.litany{display:flex;flex-direction:column;gap:.25rem;max-width:34ch}.litany span{font-family:var(--font-display-stack);font-weight:700;font-size:clamp(1.2rem,2.5vw,2rem);letter-spacing:-.025em;line-height:1.22}.litany span.last{color:var(--text-dim);font-weight:500;margin-top:.7rem}.eco-group{border-top:1px solid var(--line);padding-block:clamp(2.4rem,5vh,3.6rem)}.eco-group-head{display:flex;align-items:baseline;gap:1rem;margin-bottom:1.6rem}.eco-group-head .eg-label{font-family:var(--font-display-stack);font-weight:800;font-size:clamp(1.4rem,3vw,2.2rem);letter-spacing:-.03em}.eco-group-head .eg-tag{font-size:.75rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--accent)}.site-footer{border-top:1px solid var(--line);padding-block:clamp(3.5rem,8vh,5.5rem) 2.4rem;position:relative}.footer-cta{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:2rem;padding-bottom:clamp(2.5rem,6vh,4rem);border-bottom:1px solid var(--line)}.footer-cta h3{font-size:clamp(1.7rem,4vw,2.8rem);max-width:18ch;letter-spacing:-.035em}.footer-grid{display:grid;grid-template-columns:1.8fr 1fr 1fr;grid-gap:2.5rem 2rem;gap:2.5rem 2rem;margin-top:clamp(2.5rem,6vh,3.5rem)}.footer-brand .brand{margin-bottom:1.1rem}.footer-brand p{color:var(--text-dim);font-size:.92rem;line-height:1.55;max-width:36ch}.footer-brand .contact{margin-top:1.3rem;display:flex;flex-direction:column;gap:.5rem;font-size:.9rem}.footer-brand .contact a{color:var(--text)}.footer-brand .contact a:hover{color:var(--teal)}.footer-brand .contact .addr{color:var(--text-faint);max-width:30ch}.footer-col h4{font-family:var(--font-body-stack);font-size:.74rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--text-faint);margin-bottom:1.1rem}.footer-col ul{display:flex;flex-direction:column;gap:.6rem}.footer-col a{color:var(--text-dim);font-size:.92rem;transition:color .2s var(--ease)}.footer-col a:hover{color:var(--text)}.footer-bottom{margin-top:clamp(2.5rem,6vh,3.5rem);padding-top:1.6rem;border-top:1px solid var(--line);color:var(--text-faint);font-size:.82rem;display:flex;flex-wrap:wrap;justify-content:space-between;gap:.8rem}.reveal{opacity:0;transform:translateY(26px);transition:opacity .8s var(--ease),transform .8s var(--ease);transition-delay:var(--d,0s);will-change:opacity,transform}.reveal.in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.scroll-cue .line:after{animation:none}}@media (max-width:1080px){.arch{gap:3rem}.arch,.divisions-grid{grid-template-columns:1fr}.brand-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:860px){.narrative{grid-template-columns:1fr;gap:2rem}.global-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.impact-row{grid-template-columns:56px 1fr}.impact-row p{grid-column:2}}@media (max-width:560px){.stats{gap:1.3rem}.brand-grid,.footer-grid,.global-grid,.stats{grid-template-columns:1fr}.category-row{grid-template-columns:40px 1fr}.category-row .cr-go{display:none}.hero h1{max-width:100%}.eco .ring-tag{letter-spacing:.1em;padding:.35rem .7rem}.impact-row{grid-template-columns:1fr;gap:.5rem}}@font-face{font-family:Sora;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5f10e9e72d35c52-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Sora;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/3dc379dc9b5dec12-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Sora;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5f10e9e72d35c52-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Sora;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/3dc379dc9b5dec12-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Sora;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5f10e9e72d35c52-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Sora;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/3dc379dc9b5dec12-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Sora;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5f10e9e72d35c52-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Sora;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/3dc379dc9b5dec12-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Sora;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/c5f10e9e72d35c52-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Sora;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/3dc379dc9b5dec12-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Sora Fallback;src:local("Arial");ascent-override:85.29%;descent-override:25.50%;line-gap-override:0.00%;size-adjust:113.73%}.__className_1a977f{font-family:Sora,Sora Fallback;font-style:normal}.__variable_1a977f{--font-display:"Sora","Sora Fallback"}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_8b3a0b{font-family:Inter,Inter Fallback;font-style:normal}.__variable_8b3a0b{--font-body:"Inter","Inter Fallback"}