:root {
  --ink: #081b16;
  --ink-2: #0c2921;
  --forest: #123d31;
  --leaf: #25694f;
  --lime: #c8f46a;
  --lime-bright: #d9ff83;
  --ivory: #f3f1e8;
  --paper: #fbfaf5;
  --sand: #dcd8c9;
  --muted: #6e776f;
  --white: #fffef9;
  --line: rgba(8, 27, 22, .14);
  --radius-lg: 32px;
  --radius-md: 22px;
  --shadow: 0 30px 80px rgba(5, 23, 17, .14);
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--sans); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
body.menu-open .site-header { color: var(--white); background: transparent; box-shadow: none; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { color: var(--ink); background: var(--lime); }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.page-shell { width: min(1320px, calc(100% - 64px)); margin-inline: auto; }
.section-pad { padding: 140px 0; }
.scroll-progress { position: fixed; z-index: 110; top: 0; left: 0; width: 100%; height: 3px; pointer-events: none; }
.scroll-progress span { display: block; width: 0; height: 100%; background: var(--lime); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; padding: 18px 0; color: var(--white); transition: padding .3s ease, color .3s ease, background .3s ease, box-shadow .3s ease; }
.site-header.is-scrolled { padding: 10px 0; color: var(--ink); background: rgba(251, 250, 245, .9); box-shadow: 0 1px 0 rgba(8, 27, 22, .08); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.nav-shell { width: min(1420px, calc(100% - 44px)); min-height: 58px; margin-inline: auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; padding: 7px 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; line-height: 1; background: rgba(255,254,249,.96); box-shadow: 0 10px 34px rgba(0,0,0,.12); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.brand:hover { transform: translateY(-1px); box-shadow: 0 13px 38px rgba(0,0,0,.16); }
.brand-logo { display: block; width: 171px; height: auto; }
.site-header.is-scrolled .brand { border-color: var(--line); box-shadow: 0 8px 24px rgba(8,27,22,.08); }
.primary-nav { justify-self: center; display: flex; align-items: center; gap: clamp(18px, 2.3vw, 38px); }
.primary-nav a { position: relative; font-size: 13px; font-weight: 600; }
.primary-nav a::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .3s ease; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { display: inline-flex; align-items: center; gap: 18px; padding: 14px 18px; border: 1px solid rgba(255, 255, 255, .45); border-radius: 100px; font-size: 13px; font-weight: 700; transition: background .25s ease, color .25s ease, border-color .25s ease; }
.site-header.is-scrolled .nav-cta { border-color: var(--line); }
.nav-cta:hover { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.menu-toggle { display: none; border: 0; background: transparent; }

.hero { position: relative; min-height: 100vh; color: var(--white); background: var(--ink); overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 50vw; height: 50vw; top: -28vw; left: 24vw; border-radius: 50%; background: rgba(74, 140, 107, .24); filter: blur(90px); }
.hero-orbit { position: absolute; border: 1px solid rgba(200, 244, 106, .1); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 560px; height: 560px; top: 110px; left: -360px; }
.orbit-two { width: 900px; height: 900px; right: -590px; bottom: 0; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(460px, .86fr); align-items: center; gap: clamp(50px, 7vw, 120px); padding-top: 145px; padding-bottom: 72px; }
.hero-copy { padding: 55px 0 35px; }
.eyebrow, .section-label { display: flex; align-items: center; gap: 12px; margin: 0 0 30px; font-size: 11px; line-height: 1.2; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow > span { width: 34px; height: 1px; background: var(--lime); }
.eyebrow.light, .section-label.light { color: rgba(255, 254, 249, .64); }
.hero h1 { max-width: 780px; margin: 0; font-family: var(--serif); font-size: clamp(68px, 8.1vw, 132px); font-weight: 400; letter-spacing: -.045em; line-height: .84; }
.hero h1 em, .statement h2 em, .reach h2 em, .vision h2 em, .partner-pitch h2 em { color: var(--lime); font-weight: 400; }
.hero-intro { max-width: 670px; margin: 36px 0 0; color: rgba(255, 254, 249, .72); font-size: clamp(17px, 1.4vw, 20px); line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 42px; }
.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; gap: 30px; padding: 0 24px; border: 1px solid transparent; border-radius: 100px; font-size: 13px; font-weight: 700; cursor: pointer; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-lime { color: var(--ink); background: var(--lime); }
.button-lime:hover { background: var(--lime-bright); }
.button-outline { color: var(--white); border-color: rgba(255, 255, 255, .35); }
.button-outline:hover { color: var(--ink); background: var(--white); border-color: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 18px; font-size: 13px; font-weight: 700; }
.text-link span { color: var(--lime); }
.hero-footnote { display: flex; align-items: center; gap: 18px; margin-top: 52px; }
.avatar-stack { display: flex; }
.avatar-stack span { display: grid; width: 40px; height: 40px; place-items: center; margin-left: -8px; border: 2px solid var(--ink); border-radius: 50%; color: var(--ink); background: var(--sand); font-size: 10px; font-weight: 800; }
.avatar-stack span:first-child { margin-left: 0; background: var(--lime); }
.avatar-stack span:last-child { background: #f2b987; }
.hero-footnote p { max-width: 300px; margin: 0; color: rgba(255, 254, 249, .55); font-size: 12px; line-height: 1.6; }
.hero-footnote strong { color: var(--white); }

.hero-media { position: relative; padding-bottom: 128px; }
.image-frame { position: relative; height: min(66vh, 720px); min-height: 580px; border-radius: 50% 50% 30px 30px; overflow: hidden; box-shadow: 0 40px 120px rgba(0, 0, 0, .3); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); }
.image-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5, 22, 17, .05), rgba(5, 22, 17, .72)); }
.impact-float { position: absolute; top: 24%; left: 50%; display: flex; min-width: 210px; align-items: center; justify-content: center; gap: 12px; padding: 14px 18px; border: 1px solid rgba(255, 255, 255, .3); border-radius: 16px; background: rgba(5, 22, 17, .62); box-shadow: 0 16px 38px rgba(0,0,0,.18); backdrop-filter: blur(14px); transform: translateX(-50%); }
.impact-float div { display: grid; line-height: 1.25; }
.impact-float small { color: rgba(255, 255, 255, .62); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.impact-float strong { font-family: var(--serif); font-size: 21px; font-weight: 400; white-space: nowrap; }
.pulse-dot { position: relative; width: 9px; height: 9px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 7px rgba(200, 244, 106, .12); }
.coordinates { position: absolute; right: 28px; bottom: 28px; color: rgba(255,255,255,.55); font-family: monospace; font-size: 9px; letter-spacing: .1em; text-align: right; }
.latest-card { position: absolute; right: -28px; bottom: 22px; left: 36px; display: grid; grid-template-columns: 1fr auto; gap: 22px; padding: 26px 28px; border-radius: var(--radius-md); color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
.latest-card p { margin: 0 0 10px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.latest-card h2 { margin: 0; font-family: var(--serif); font-size: 27px; font-weight: 400; line-height: 1.04; }
.latest-meta { display: grid; align-content: start; justify-items: end; gap: 5px; color: var(--muted); font-size: 10px; }
.latest-card > a { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid var(--line); font-size: 11px; font-weight: 700; }
.impact-rail { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); padding: 38px 0 52px; border-top: 1px solid rgba(255, 255, 255, .1); }
.impact-rail article { padding: 0 32px; border-left: 1px solid rgba(255, 255, 255, .1); }
.impact-rail article:first-child { padding-left: 0; border: 0; }
.metric { display: block; font-family: var(--serif); font-size: clamp(36px, 3.7vw, 58px); line-height: 1; }
.impact-rail p { margin: 10px 0 0; color: rgba(255, 255, 255, .48); font-size: 11px; letter-spacing: .04em; }

.section-label { color: var(--muted); }
.section-label span { color: var(--leaf); }
.statement { background: var(--paper); }
.statement-grid { display: grid; grid-template-columns: .36fr 1fr; gap: 80px; }
.statement h2 { max-width: 1040px; margin: 0; font-family: var(--serif); font-size: clamp(54px, 6.2vw, 96px); font-weight: 400; letter-spacing: -.035em; line-height: .98; }
.statement h2 em { color: var(--leaf); }
.statement-copy { display: grid; grid-template-columns: minmax(0, 560px) auto; align-items: end; justify-content: space-between; gap: 70px; margin-top: 54px; }
.statement-copy p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.8; }
.round-link { display: grid; width: 126px; height: 126px; flex: 0 0 auto; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 11px; line-height: 1.3; font-weight: 700; text-align: center; transition: color .3s ease, background .3s ease, transform .3s ease; }
.round-link i { font-style: normal; }
.round-link:hover { color: var(--ink); background: var(--lime); transform: rotate(-8deg); }

.model { color: var(--white); background: var(--forest); }
.section-heading { display: grid; grid-template-columns: 1fr 360px; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 82px; }
.section-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(52px, 6vw, 86px); font-weight: 400; line-height: .98; }
.section-heading > p { margin: 0 0 8px; color: rgba(255, 255, 255, .58); font-size: 15px; line-height: 1.75; }
.model-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255, 255, 255, .13); }
.model-steps article { min-height: 550px; padding: 34px; background: var(--forest); }
.step-number { color: rgba(255, 255, 255, .5); font-size: 10px; letter-spacing: .15em; }
.step-art { position: relative; height: 220px; margin: 42px 0 36px; overflow: hidden; }
.step-art i, .step-art b { position: absolute; display: block; }
.art-map { background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 34px 34px; }
.art-map i { width: 10px; height: 10px; border: 2px solid var(--lime); border-radius: 50%; box-shadow: 0 0 0 8px rgba(200,244,106,.08); }
.art-map i:nth-child(1) { left: 20%; top: 63%; }.art-map i:nth-child(2) { left: 52%; top: 24%; }.art-map i:nth-child(3) { right: 12%; top: 54%; }
.art-map b { inset: 46% 12% auto 20%; height: 1px; background: linear-gradient(90deg, var(--lime), rgba(200,244,106,.05)); transform: rotate(-9deg); transform-origin: left; }
.art-people i { width: 54px; height: 54px; border-radius: 50%; background: var(--lime); }
.art-people i:nth-child(1) { left: 28%; top: 14%; }.art-people i:nth-child(2) { left: 49%; top: 35%; background: #f2b987; }.art-people i:nth-child(3) { left: 10%; top: 48%; background: var(--leaf); }.art-people i:nth-child(4) { right: 12%; top: 10%; background: var(--sand); }
.art-people b { width: 210px; height: 210px; right: 12%; bottom: -130px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.art-rings i { inset: 50% auto auto 50%; border: 1px solid rgba(200,244,106,.55); border-radius: 50%; transform: translate(-50%, -50%); }
.art-rings i:nth-child(1) { width: 60px; height: 60px; background: var(--lime); }.art-rings i:nth-child(2) { width: 130px; height: 130px; }.art-rings i:nth-child(3) { width: 210px; height: 210px; opacity: .45; }
.art-rings b { width: 1px; height: 220px; top: 0; left: 50%; background: rgba(255,255,255,.14); }
.model-steps h3 { margin: 0 0 18px; font-family: var(--serif); font-size: 32px; font-weight: 400; }
.model-steps p { max-width: 350px; margin: 0; color: rgba(255, 255, 255, .58); font-size: 14px; line-height: 1.75; }

.partners { background: var(--ivory); }
.partners-intro { display: grid; grid-template-columns: .4fr 1fr; align-items: start; gap: 70px; margin-bottom: 70px; }
.partners-intro h2 { max-width: 880px; margin: 0; font-family: var(--serif); font-size: clamp(50px, 6vw, 84px); font-weight: 400; line-height: 1; }
.partner-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.partner-card { position: relative; min-height: 480px; padding: 34px; border-radius: var(--radius-lg); overflow: hidden; transition: transform .35s ease, box-shadow .35s ease; }
.partner-card::after { content: ""; position: absolute; width: 250px; height: 250px; right: -90px; bottom: -90px; border: 1px solid currentColor; border-radius: 50%; opacity: .22; transition: transform .45s ease; }
.partner-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.partner-card:hover::after { transform: scale(1.22); }
.partner-card > span { font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.partner-card h3 { max-width: 360px; margin: 72px 0 24px; font-family: var(--serif); font-size: clamp(34px, 3vw, 46px); font-weight: 400; line-height: 1.05; }
.partner-card p { max-width: 330px; margin: 0; font-size: 14px; line-height: 1.75; opacity: .7; }
.partner-card > i { position: absolute; right: 32px; bottom: 28px; display: grid; width: 50px; height: 50px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-style: normal; }
.partner-schools { color: var(--ink); background: var(--lime); }
.partner-companies { color: var(--white); background: var(--leaf); }
.partner-community { color: var(--ink); background: #edc9a7; }

.projects { color: var(--white); background: var(--ink); }
.projects-heading { margin-bottom: 70px; }
.project-grid { display: grid; grid-template-columns: 1.3fr 1fr; grid-template-rows: repeat(2, minmax(300px, 390px)); gap: 18px; }
.project-card { position: relative; min-height: 330px; border-radius: var(--radius-md); overflow: hidden; }
.project-featured { grid-row: 1 / 3; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.75,.2,1); }
.project-card:hover img { transform: scale(1.045); }
.project-tint { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,20,15,.12), rgba(5,20,15,.86)); }
.project-top, .project-bottom { position: absolute; right: 28px; left: 28px; z-index: 2; }
.project-top { top: 26px; display: flex; justify-content: space-between; align-items: center; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.project-top i { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-style: normal; }
.project-bottom { bottom: 26px; }
.project-bottom p { margin: 0 0 8px; color: rgba(255,255,255,.65); font-size: 11px; }
.project-bottom h3 { margin: 0; font-family: var(--serif); font-size: clamp(29px, 3vw, 47px); font-weight: 400; line-height: 1.02; }
.project-bottom strong { position: absolute; right: 0; bottom: 0; padding: 8px 12px; border-radius: 100px; color: var(--ink); background: var(--lime); font-size: 10px; }
.project-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 38px; padding-top: 34px; border-top: 1px solid rgba(255,255,255,.1); }
.project-cta p { margin: 0; color: rgba(255,255,255,.55); font-size: 13px; }

.reach { background: var(--paper); }
.reach-grid { display: grid; grid-template-columns: .72fr 1fr; align-items: center; gap: clamp(70px, 9vw, 150px); }
.reach-copy h2 { margin: 0 0 30px; font-family: var(--serif); font-size: clamp(58px, 6.5vw, 92px); font-weight: 400; line-height: .94; }
.reach-copy h2 em { color: var(--leaf); }
.reach-copy > p:not(.section-label) { max-width: 520px; color: var(--muted); font-size: 16px; }
.network-panel { display: grid; gap: 16px; }
.network-card { position: relative; aspect-ratio: 1.08; border-radius: 50% 50% var(--radius-lg) var(--radius-lg); background: var(--forest); overflow: hidden; box-shadow: var(--shadow); }
.network-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 58px 58px; -webkit-mask-image: radial-gradient(circle, #000 42%, transparent 78%); mask-image: radial-gradient(circle, #000 42%, transparent 78%); }
.node { position: absolute; display: flex; align-items: center; gap: 9px; color: var(--white); font-style: normal; }
.node b { width: 10px; height: 10px; border: 2px solid var(--lime); border-radius: 50%; box-shadow: 0 0 0 8px rgba(200,244,106,.09); }
.node small { font-family: var(--sans); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.node-soon { color: rgba(255,255,255,.62); }
.node-soon b { border-color: rgba(255,255,255,.56); border-style: dashed; box-shadow: 0 0 0 8px rgba(255,255,255,.05); }
.node-one { left: 68%; top: 45%; }.node-two { left: 25%; top: 47%; }.node-three { left: 34%; top: 70%; }.node-four { left: 47%; top: 27%; }
.network-line { position: absolute; height: 1px; background: linear-gradient(90deg, transparent, var(--lime), transparent); transform-origin: left; opacity: .5; }
.line-one { width: 45%; left: 26%; top: 49%; transform: rotate(-3deg); }.line-two { width: 28%; left: 35%; top: 69%; transform: rotate(-50deg); }.line-three { width: 27%; left: 47%; top: 30%; transform: rotate(34deg); }
.network-caption { position: absolute; right: 30px; bottom: 28px; display: grid; color: var(--white); text-align: right; }
.network-caption span { color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.network-caption strong { font-family: var(--serif); font-size: 30px; font-weight: 400; }
.footprint-statuses { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.footprint-status { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 12px; min-width: 0; padding: 13px 14px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: 0 10px 30px rgba(8,27,22,.06); }
.flag-bubble { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 15px; background: var(--sand); font-size: 24px; box-shadow: inset 0 0 0 1px rgba(8,27,22,.05); }
.footprint-status:nth-child(2) .flag-bubble { background: #e9f4f3; }
.footprint-status:nth-child(3) .flag-bubble { background: #fff0e8; }
.footprint-status:nth-child(4) .flag-bubble { background: #f2edf8; }
.footprint-status strong { display: block; overflow: hidden; font-family: var(--serif); font-size: 19px; font-weight: 400; line-height: 1.1; text-overflow: ellipsis; white-space: nowrap; }
.footprint-status small { display: flex; align-items: center; gap: 6px; margin-top: 6px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.footprint-status small i { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: #f0a269; box-shadow: 0 0 0 4px rgba(240,162,105,.12); }
.footprint-status.is-active small i { background: #54a76c; box-shadow: 0 0 0 4px rgba(84,167,108,.12); }

.calculator-band { padding: 70px 0; color: var(--white); background: var(--leaf); }
.calculator-grid { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 45px; }
.calculator-symbol { position: relative; display: grid; width: 130px; height: 130px; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; }
.calculator-symbol span { font-family: var(--serif); font-size: 38px; }
.calculator-symbol sub { font-family: var(--sans); font-size: 12px; }
.calculator-symbol i { position: absolute; width: 10px; height: 10px; top: 9px; left: 18px; border-radius: 50%; background: var(--lime); }
.calculator-grid h2 { max-width: 720px; margin: 0; font-family: var(--serif); font-size: clamp(38px, 4.4vw, 62px); font-weight: 400; line-height: 1.02; }

.vision { background: var(--ivory); }
.vision-top { display: grid; grid-template-columns: .35fr 1fr; gap: 70px; margin-bottom: 80px; }
.vision-top h2 { max-width: 1000px; margin: 0; font-family: var(--serif); font-size: clamp(54px, 6.8vw, 96px); font-weight: 400; line-height: .96; }
.vision-top h2 em { color: var(--leaf); }
.vision-top > div > p { max-width: 630px; margin: 32px 0 0; color: var(--muted); font-size: 17px; }
.vision-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.vision-grid article { min-height: 300px; padding: 30px 38px; border-right: 1px solid var(--line); }
.vision-grid article:first-child { padding-left: 0; }
.vision-grid article:last-child { border: 0; }
.vision-grid span { color: var(--leaf); font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.vision-grid h3 { margin: 90px 0 18px; font-family: var(--serif); font-size: 32px; font-weight: 400; }
.vision-grid p { max-width: 350px; margin: 0; color: var(--muted); font-size: 14px; }

.partner-section { padding: 140px 0; color: var(--white); background: var(--ink); }
.partner-shell { display: grid; grid-template-columns: .85fr 1fr; align-items: start; gap: clamp(70px, 9vw, 150px); }
.partner-pitch h2 { max-width: 650px; margin: 0; font-family: var(--serif); font-size: clamp(58px, 6.4vw, 92px); font-weight: 400; line-height: .94; }
.partner-pitch > p:not(.eyebrow) { max-width: 520px; margin: 34px 0 0; color: rgba(255,255,255,.58); }
.contact-proof { display: flex; align-items: end; gap: 14px; margin-top: 72px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); }
.contact-proof span { font-family: var(--serif); font-size: 48px; line-height: 1; }
.contact-proof p { margin: 0 0 4px; color: rgba(255,255,255,.5); font-size: 12px; }
.partner-form { padding: 40px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg); background: rgba(255,255,255,.035); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.partner-form label { display: grid; gap: 9px; margin-bottom: 20px; }
.partner-form label span { color: rgba(255,255,255,.55); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.partner-form input, .partner-form textarea, .partner-form select { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.2); border-radius: 0; outline: 0; padding: 12px 0 16px; color: var(--white); background: transparent; transition: border-color .2s ease; }
.partner-form input:focus, .partner-form textarea:focus, .partner-form select:focus { border-color: var(--lime); }
.partner-form input::placeholder, .partner-form textarea::placeholder { color: rgba(255,255,255,.27); }
.partner-form select { color: rgba(255,255,255,.72); }
.partner-form select option { color: var(--ink); }
.partner-form textarea { resize: vertical; }
.partner-form .button { width: 100%; margin-top: 12px; border-bottom: 0; }
.form-note { margin: 13px 0 0; color: rgba(255,255,255,.34); font-size: 9px; text-align: center; }

.site-footer { color: var(--white); background: #05110e; }
.footer-top { display: grid; grid-template-columns: .8fr 1fr 1fr; gap: 60px; padding-top: 75px; padding-bottom: 75px; }
.brand-footer { align-self: start; }
.footer-top > p { margin: 0; color: rgba(255,255,255,.48); font-family: var(--serif); font-size: 30px; line-height: 1.15; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 30px; align-content: start; }
.footer-links a { color: rgba(255,255,255,.64); font-size: 12px; }
.footer-links a:hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; padding-bottom: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }

/* Internal pages */
.internal-page { background: var(--paper); }
.internal-hero { position: relative; min-height: 580px; display: grid; align-items: end; padding: 170px 0 90px; color: var(--white); background: var(--ink); overflow: hidden; }
.internal-hero::before { content: ""; position: absolute; width: 620px; height: 620px; right: -190px; top: -330px; border: 1px solid rgba(200,244,106,.15); border-radius: 50%; }
.internal-hero::after { content: ""; position: absolute; width: 480px; height: 480px; left: -290px; bottom: -330px; border: 1px solid rgba(200,244,106,.09); border-radius: 50%; }
.internal-hero .page-shell { position: relative; z-index: 1; }
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 36px; color: rgba(255,255,255,.5); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.breadcrumb a:hover { color: var(--lime); }
.internal-hero h1 { max-width: 1050px; margin: 0; font-family: var(--serif); font-size: clamp(64px, 8vw, 118px); font-weight: 400; letter-spacing: -.04em; line-height: .88; }
.internal-hero h1 em { color: var(--lime); font-weight: 400; }
.internal-hero .lede { max-width: 700px; margin: 34px 0 0; color: rgba(255,255,255,.62); font-size: 18px; }
.internal-content { padding: 110px 0 130px; }
.internal-intro { display: grid; grid-template-columns: .38fr 1fr; gap: 70px; margin-bottom: 70px; }
.internal-intro h2 { max-width: 850px; margin: 0; font-family: var(--serif); font-size: clamp(46px, 5vw, 72px); font-weight: 400; line-height: 1; }
.internal-intro p { max-width: 700px; color: var(--muted); }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.archive-card { position: relative; min-height: 420px; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; border-radius: var(--radius-md); color: var(--white); background: var(--forest); overflow: hidden; }
.archive-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.archive-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,18,14,.04), rgba(4,18,14,.9)); }
.archive-card:hover img { transform: scale(1.045); }
.archive-card > *:not(img) { position: relative; z-index: 1; }
.archive-card small { margin-bottom: 10px; color: rgba(255,255,255,.58); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.archive-card h2, .archive-card h3 { margin: 0; font-family: var(--serif); font-size: 34px; font-weight: 400; line-height: 1.03; }
.archive-card p { margin: 14px 0 0; color: rgba(255,255,255,.62); font-size: 12px; }
.archive-card i { position: absolute !important; z-index: 2 !important; top: 22px; right: 22px; display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; font-style: normal; }
.archive-card.no-image { color: var(--ink); background: var(--sand); }
.archive-card.no-image::after { background: none; }
.archive-card.no-image p { color: var(--muted); }

.project-record-hero { padding-bottom: 0; }
.record-title-row { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 45px; }
.record-stamp { min-width: 210px; padding: 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; }
.record-stamp small { display: block; color: rgba(255,255,255,.48); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.record-stamp strong { display: block; margin-top: 8px; font-family: var(--serif); font-size: 30px; font-weight: 400; }
.record-visual { position: relative; width: min(1420px, calc(100% - 44px)); height: min(68vw, 760px); min-height: 460px; margin: 70px auto 0; border-radius: 36px 36px 0 0; overflow: hidden; }
.record-visual img { width: 100%; height: 100%; object-fit: cover; }
.record-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(5,20,15,.38)); }
.record-body { padding: 110px 0 140px; }
.record-summary { display: grid; grid-template-columns: .36fr 1fr; gap: 70px; margin-bottom: 80px; }
.record-summary h2 { max-width: 820px; margin: 0; font-family: var(--serif); font-size: clamp(48px, 5.3vw, 78px); font-weight: 400; line-height: 1; }
.record-summary p { max-width: 680px; color: var(--muted); }
.record-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: 18px; align-items: start; }
.record-panel { padding: 36px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.record-panel h3 { margin: 0 0 26px; font-family: var(--serif); font-size: 36px; font-weight: 400; }
.record-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); }
.record-facts div { min-height: 130px; padding: 22px; background: var(--white); }
.record-facts small { display: block; color: var(--muted); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.record-facts strong { display: block; margin-top: 20px; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.species-group + .species-group { margin-top: 28px; padding-top: 28px; border-top: 1px solid var(--line); }
.species-group-head { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin: 18px 0 8px; }
.species-group-head h4 { margin: 0; font-family: var(--serif); font-size: 22px; font-weight: 400; }
.species-group-head strong { color: var(--leaf); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.species-list { display: grid; }
.species-row { display: grid; grid-template-columns: 1fr auto; gap: 24px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.species-row:last-child { border: 0; }
.species-row strong { color: var(--leaf); }
.gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin: 100px 0 35px; }
.gallery-heading h2 { margin: 0; font-family: var(--serif); font-size: 54px; font-weight: 400; }
.gallery-heading p { max-width: 430px; margin: 0; color: var(--muted); font-size: 12px; }
.field-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field-gallery figure { min-height: 440px; margin: 0; border-radius: var(--radius-md); background: var(--sand); overflow: hidden; }
.field-gallery img, .field-gallery video { width: 100%; height: 100%; min-height: 440px; object-fit: cover; }
.field-gallery figure:first-child:nth-last-child(3) { grid-row: span 2; }
.record-nav { display: flex; justify-content: space-between; gap: 20px; margin-top: 70px; padding-top: 26px; border-top: 1px solid var(--line); }
.record-nav a { font-size: 12px; font-weight: 700; }
.record-nav a:hover { color: var(--leaf); }
.story-article { max-width: 1160px; margin: 0 auto; }
.story-lead-image { height: min(62vw, 680px); min-height: 420px; margin-bottom: 70px; border-radius: var(--radius-lg); overflow: hidden; }
.story-lead-image img { width: 100%; height: 100%; object-fit: cover; }
.story-prose { max-width: 760px; margin: 0 auto; }
.story-prose p { margin: 0 0 28px; color: #35443d; font-family: Georgia, serif; font-size: 20px; line-height: 1.85; }
.story-prose h2 { margin: 70px 0 25px; font-family: var(--serif); font-size: 46px; font-weight: 400; line-height: 1.05; }
.story-prose figure { width: min(1000px, calc(100vw - 44px)); margin: 62px 50% 62px; transform: translateX(-50%); border-radius: var(--radius-md); overflow: hidden; }
.story-prose figure img { width: 100%; max-height: 720px; object-fit: cover; }
.story-source { margin-top: 55px; padding: 20px 24px; border-left: 3px solid var(--leaf); color: var(--muted); background: var(--ivory); font-size: 12px; }
.story-back { display: flex; justify-content: center; margin-top: 70px; }

.form-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.form-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 5vw, 72px); font-weight: 400; line-height: 1; }
.form-copy p { max-width: 500px; color: var(--muted); }
.light-form { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow); }
.light-form label { display: grid; gap: 8px; margin-bottom: 18px; }
.light-form label span { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.light-form input, .light-form textarea, .light-form select { width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; background: transparent; }
.light-form input:focus, .light-form textarea:focus, .light-form select:focus { border-color: var(--leaf); }
.light-form .button { width: 100%; margin-top: 12px; }

.calculator-card { max-width: 920px; margin: 0 auto; padding: 44px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow); }
.calculator-fields { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.calculator-card label { display: grid; gap: 10px; }
.calculator-card label span { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.calculator-card input { width: 100%; padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); }
.calculator-result { display: none; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 26px; background: var(--line); }
.calculator-result.is-visible { display: grid; }
.calculator-result div { padding: 26px; background: var(--ink); color: var(--white); }
.calculator-result small { color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.calculator-result strong { display: block; margin-top: 8px; font-family: var(--serif); font-size: 40px; font-weight: 400; }
.method-note { max-width: 920px; margin: 24px auto 0; padding: 20px 24px; border-left: 3px solid #e8b16d; color: var(--muted); background: #f7ead8; font-size: 12px; }
.empty-state { display: grid; min-height: 62vh; place-items: center; padding: 160px 20px 90px; color: var(--white); background: var(--ink); text-align: center; }
.empty-state h1 { margin: 0; color: var(--lime); font-family: var(--serif); font-size: clamp(110px, 20vw, 260px); font-weight: 400; line-height: .7; }
.empty-state h2 { margin: 30px 0 10px; font-family: var(--serif); font-size: 45px; font-weight: 400; }
.empty-state p { max-width: 500px; margin: 0 auto 28px; color: rgba(255,255,255,.55); }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1120px) {
  .page-shell { width: min(100% - 44px, 1000px); }
  .primary-nav { gap: 18px; }.primary-nav a:nth-child(4) { display: none; }
  .hero-grid { grid-template-columns: 1fr .78fr; gap: 44px; }
  .hero h1 { font-size: clamp(66px, 8vw, 96px); }
  .image-frame { min-height: 530px; }
  .latest-card { right: -8px; left: 18px; }
  .partner-card { min-height: 430px; }
  .model-steps article { min-height: 520px; }
}

@media (max-width: 900px) {
  .section-pad, .partner-section { padding: 100px 0; }
  .nav-shell { grid-template-columns: auto auto; }
  .menu-toggle { position: relative; z-index: 3; display: grid; width: 48px; height: 48px; justify-self: end; place-content: center; gap: 7px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
  .site-header.is-scrolled .menu-toggle { border-color: var(--line); }
  .menu-toggle i { display: block; width: 18px; height: 1px; background: currentColor; transition: transform .25s ease; }
  .menu-toggle[aria-expanded="true"] i:first-of-type { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i:last-of-type { transform: translateY(-4px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 24px; padding: 80px 32px; color: var(--white); background: var(--ink); opacity: 0; visibility: hidden; transform: translateY(-14px); transition: opacity .25s ease, visibility .25s ease, transform .25s ease; }
  .primary-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .primary-nav a, .primary-nav a:nth-child(4) { display: block; font-family: var(--serif); font-size: 46px; font-weight: 400; }
  .nav-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 150px; }
  .hero-copy { max-width: 760px; padding-bottom: 0; }
  .hero-media { max-width: 640px; margin-inline: auto; }
  .image-frame { height: 720px; }
  .impact-rail { grid-template-columns: 1fr 1fr; }
  .impact-rail article { padding: 30px; border-top: 1px solid rgba(255,255,255,.1); }
  .impact-rail article:nth-child(odd) { padding-left: 0; border-left: 0; }
  .impact-rail article:nth-child(-n+2) { border-top: 0; }
  .statement-grid, .partners-intro, .vision-top { grid-template-columns: 1fr; gap: 24px; }
  .statement-copy { gap: 30px; }
  .section-heading { grid-template-columns: 1fr; align-items: start; gap: 28px; }
  .model-steps { grid-template-columns: 1fr; }
  .model-steps article { min-height: auto; }
  .partner-grid { grid-template-columns: 1fr; }
  .partner-card { min-height: 370px; }
  .partner-card h3 { margin-top: 50px; }
  .reach-grid, .partner-shell { grid-template-columns: 1fr; }
  .reach-copy { max-width: 650px; }
  .network-card { max-width: 700px; width: 100%; margin-inline: auto; }
  .calculator-grid { grid-template-columns: auto 1fr; }
  .calculator-grid > a { grid-column: 2; justify-self: start; }
  .vision-grid { grid-template-columns: 1fr; }
  .vision-grid article { min-height: auto; padding: 32px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .vision-grid h3 { margin-top: 35px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / -1; }
  .archive-grid { grid-template-columns: 1fr 1fr; }
  .record-title-row, .record-summary, .internal-intro, .form-layout { grid-template-columns: 1fr; }
  .record-stamp { justify-self: start; }
  .record-grid { grid-template-columns: 1fr; }
  .calculator-fields { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .page-shell { width: calc(100% - 32px); }
  .section-pad, .partner-section { padding: 78px 0; }
  .site-header { padding: 10px 0; }
  .nav-shell { width: calc(100% - 24px); }
  .brand { padding: 6px 8px; border-radius: 12px; }
  .brand-logo { width: 148px; }
  .hero-grid { padding-top: 120px; padding-bottom: 46px; }
  .hero h1 { font-size: clamp(60px, 20vw, 88px); }
  .hero-intro { margin-top: 28px; font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-footnote { margin-top: 42px; }
  .image-frame { height: 560px; min-height: 0; border-radius: 180px 180px 24px 24px; }
  .impact-float { top: 24%; left: 50%; min-width: 205px; }
  .latest-card { position: relative; right: auto; bottom: auto; left: auto; margin: -60px 12px 0; }
  .impact-rail { padding-bottom: 35px; }
  .impact-rail article { padding: 24px 12px; }
  .impact-rail p { max-width: 120px; }
  .statement h2, .section-heading h2, .partners-intro h2, .reach-copy h2, .vision-top h2, .partner-pitch h2 { font-size: 48px; }
  .statement-copy { grid-template-columns: 1fr; margin-top: 34px; }
  .round-link { width: 104px; height: 104px; }
  .model-steps article { padding: 28px 22px; }
  .step-art { margin-top: 24px; }
  .partner-card { min-height: 420px; padding: 26px; }
  .partner-card h3 { font-size: 38px; }
  .project-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .project-featured { grid-row: auto; }
  .project-card { height: 470px; }
  .project-bottom strong { position: static; display: inline-block; margin-top: 14px; }
  .project-cta { align-items: flex-start; flex-direction: column; }
  .network-card { aspect-ratio: .88; border-radius: 170px 170px 24px 24px; }
  .footprint-statuses { grid-template-columns: 1fr; }
  .footprint-status { padding: 11px; border-radius: 17px; }
  .flag-bubble { width: 42px; height: 42px; border-radius: 13px; font-size: 22px; }
  .footprint-status strong { font-size: 17px; }
  .calculator-grid { grid-template-columns: 1fr; }
  .calculator-symbol { width: 90px; height: 90px; }
  .calculator-grid > a { grid-column: auto; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .partner-form { padding: 28px 20px; }
  .footer-top { grid-template-columns: 1fr; padding-top: 56px; padding-bottom: 56px; }
  .footer-links { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .internal-hero { min-height: 520px; padding-top: 140px; }
  .internal-hero h1 { font-size: 60px; }
  .internal-content, .record-body { padding: 78px 0 90px; }
  .archive-grid { grid-template-columns: 1fr; }
  .archive-card { min-height: 390px; }
  .record-visual { width: calc(100% - 24px); min-height: 390px; height: 72vh; border-radius: 24px 24px 0 0; }
  .record-panel, .calculator-card, .light-form { padding: 26px 20px; }
  .field-gallery { grid-template-columns: 1fr; }
  .field-gallery figure, .field-gallery img, .field-gallery video { min-height: 340px; }
  .gallery-heading { align-items: flex-start; flex-direction: column; margin-top: 72px; }
  .calculator-result { grid-template-columns: 1fr; }
  .story-lead-image { min-height: 360px; }
  .story-prose p { font-size: 18px; }
  .story-prose figure { width: calc(100vw - 24px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
