@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
:root{
 --green:#0b3d2e;--green-2:#174f3c;--ink:#102019;--muted:#68756e;
 --paper:#f6f7f3;--white:#fff;--line:#dfe5df;--sand:#ece9df;
 --max:1180px;--radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(var(--max),calc(100% - 48px));margin:auto}
.site-header{position:sticky;top:0;z-index:100;background:rgba(246,247,243,.9);backdrop-filter:blur(16px);border-bottom:1px solid rgba(223,229,223,.8)}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between}
.brand img{width:145px;height:auto}
.site-nav{display:flex;align-items:center;gap:30px;font-size:13px;font-weight:600;color:#4c5952}
.site-nav a:hover{color:var(--green)}
.nav-button{border:1px solid var(--ink);padding:11px 16px;border-radius:999px;color:var(--ink)!important}
.menu-toggle{display:none;border:1px solid var(--line);background:transparent;border-radius:999px;padding:9px 13px;font:inherit}
.hero{position:relative;overflow:hidden}
.hero-dark{background:linear-gradient(135deg,#061c2d 0%,#08283a 52%,#0b3d2e 100%);color:#fff;min-height:850px;display:flex;align-items:center}
.hero-grid{position:absolute;inset:0;opacity:.23;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:80px 80px;mask-image:linear-gradient(to bottom,black,transparent 85%)}
.hero-content{position:relative;padding:105px 0 75px}
.eyebrow{font-size:11px;letter-spacing:.17em;text-transform:uppercase;font-weight:700;display:flex;align-items:center;gap:9px}
.eyebrow.light{color:#b9cbc1}.pulse{width:7px;height:7px;border-radius:50%;background:#b9cbc1;box-shadow:0 0 0 5px rgba(185,203,193,.08)}
.hero-brand{margin:42px 0 35px;width:min(310px,70vw)}
.hero h1{font-size:clamp(55px,8.5vw,104px);line-height:.94;letter-spacing:-.07em;max-width:1000px;margin:0;font-weight:600}
.hero h1 em{font-style:normal;color:#a9c4b5}
.hero-copy{max-width:650px;font-size:20px;color:#c8d5ce;line-height:1.5;margin:30px 0 0}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;border-radius:999px;border:1px solid transparent;font-size:13px;font-weight:700;transition:transform .25s ease,background .25s ease}
.button:hover{transform:translateY(-2px)}
.button-light{background:#fff;color:#102019}
.button-ghost-light{border-color:rgba(255,255,255,.45);color:#fff;background:rgba(255,255,255,.04)}
.flow{margin-top:95px;border-top:1px solid rgba(255,255,255,.2);padding-top:20px;display:flex;align-items:center;justify-content:space-between;gap:10px;color:#c4d1ca}
.flow div{display:flex;flex-direction:column;gap:6px;min-width:90px}.flow small{font-size:9px;letter-spacing:.15em;color:#8ea59a}.flow strong{font-size:13px}.flow i{font-style:normal;color:#6f8e7e}
.section{padding:112px 0}
.section-light{background:var(--paper)}
.section-green{background:var(--green);color:#f4f7f3}
.split{display:grid;grid-template-columns:1fr 1.15fr;gap:85px;align-items:start;margin-bottom:58px}
.kicker{font-size:11px;text-transform:uppercase;letter-spacing:.16em;font-weight:700;color:#718078}
.light-muted{color:#9eb6a9}
h2{font-size:clamp(38px,5.2vw,68px);line-height:1;letter-spacing:-.06em;font-weight:600;margin:12px 0 0}
.lead{font-size:18px;color:var(--muted);line-height:1.65;margin:0 0 15px}.light-text{color:#c1d0c7}
.ecosystem-grid{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid rgba(255,255,255,.18)}
.ecosystem-grid article{padding:27px 20px 25px;border-right:1px solid rgba(255,255,255,.18);min-height:235px}
.ecosystem-grid article:last-child{border-right:0}.ecosystem-grid span,.card-num{font-size:10px;letter-spacing:.14em;color:#94ad9f}.ecosystem-grid h3{font-size:20px;margin:62px 0 8px;letter-spacing:-.03em}.ecosystem-grid p{font-size:13px;color:#b8c9bf;margin:0}
.cards-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.hub-card{position:relative;display:block;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:31px;min-height:320px;overflow:hidden;transition:transform .3s,border-color .3s,background .3s}
.hub-card:hover{transform:translateY(-5px);border-color:#b9c6bc}.hub-card.featured{background:#e8eee9}.hub-card.wide{grid-column:span 2;min-height:260px}
.hub-card h3{font-size:31px;letter-spacing:-.05em;margin:62px 0 11px}.hub-card p{color:var(--muted);max-width:520px;margin:0;font-size:14px}.hub-card b{position:absolute;right:28px;bottom:25px;font-size:21px;font-weight:400}
.infrastructure{background:#edf1ed}
.infra-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.infra-card{background:rgba(255,255,255,.7);border:1px solid #dce4dc;border-radius:22px;padding:30px;min-height:255px}.infra-icon{font-size:27px;color:var(--green)}.infra-card h3{font-size:24px;margin:50px 0 8px;letter-spacing:-.04em}.infra-card p{font-size:14px;color:var(--muted)}
.audience-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.audience-grid article{background:var(--paper);padding:28px 20px;min-height:185px}.audience-grid strong{font-size:15px}.audience-grid p{font-size:13px;color:var(--muted);margin-top:15px}
.manifesto{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.manifesto p{font-size:clamp(40px,5.7vw,76px);line-height:1.03;letter-spacing:-.065em;max-width:1040px;margin:0;font-weight:600}.manifesto em{font-style:normal;color:var(--green-2)}
.cta{background:var(--ink);color:#fff;border-radius:32px;padding:62px;display:flex;justify-content:space-between;align-items:end;gap:40px}.cta h2{max-width:750px}.cta .button{white-space:nowrap}
.footer{background:var(--paper);padding:52px 0 30px}.footer-top{display:flex;justify-content:space-between;gap:30px;padding-bottom:45px;border-bottom:1px solid var(--line)}.footer-logo{width:160px}.footer-top p{font-size:13px;color:var(--muted)}.footer-links{display:flex;gap:28px;align-items:start;font-size:13px;color:var(--muted)}.footer-bottom{padding-top:23px;display:flex;justify-content:space-between;font-size:11px;color:#89938c}
.reveal{opacity:0;transform:translateY(20px);transition:opacity .75s ease,transform .75s ease}.reveal.visible{opacity:1;transform:none}
.page-hero{background:var(--green);color:#fff;padding:110px 0 95px}.page-hero h1{font-size:clamp(50px,7vw,92px);line-height:.95;letter-spacing:-.07em;max-width:950px;margin:25px 0}.page-hero p{font-size:20px;color:#c2d1c8;max-width:700px}
.prose{max-width:800px}.prose h2{font-size:42px;margin:0 0 18px}.prose p{font-size:17px;color:var(--muted);line-height:1.75}
@media(max-width:900px){
 .site-nav{display:none;position:absolute;top:78px;left:0;right:0;background:var(--paper);padding:20px 24px 26px;border-bottom:1px solid var(--line);flex-direction:column;align-items:stretch;gap:16px}.site-nav.open{display:flex}.menu-toggle{display:block}.split{grid-template-columns:1fr;gap:22px}.ecosystem-grid{grid-template-columns:1fr 1fr}.ecosystem-grid article:nth-child(even){border-right:0}.audience-grid{grid-template-columns:1fr 1fr}.flow{overflow:auto;justify-content:flex-start}.flow i{display:none}.flow div{min-width:125px}.cta{display:block;padding:42px 28px}.cta .button{margin-top:28px}
}
@media(max-width:620px){
 .container{width:min(var(--max),calc(100% - 30px))}.hero-dark{min-height:auto}.hero-content{padding:78px 0 60px}.hero-brand{width:240px}.hero h1{font-size:52px}.hero-copy{font-size:17px}.section{padding:78px 0}.cards-grid,.infra-grid,.audience-grid,.ecosystem-grid{grid-template-columns:1fr}.hub-card.wide{grid-column:auto}.ecosystem-grid article{border-right:0;border-bottom:1px solid rgba(255,255,255,.18)}.ecosystem-grid article:last-child{border-bottom:0}.audience-grid article{min-height:145px}.footer-top{display:block}.footer-links{margin-top:28px;flex-wrap:wrap}.footer-bottom{display:block}.footer-bottom span+span{display:block;margin-top:8px}
}
