:root{--ink:#141816;--forest:#17201c;--cream:#f4f0e7;--paper:#fbf9f4;--gold:#c99b48;--rust:#8f3d2d;--line:#d9d2c5;--muted:#66706a}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,Avenir,'Helvetica Neue',Arial,sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
.shell{width:min(1180px,calc(100% - 48px));margin-inline:auto}
.narrow{max-width:900px}
.safety-bar{background:#802f25;color:#fff;font-size:.78rem;letter-spacing:.015em}
.safety-inner{height:34px;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.safety-inner p{margin:0;display:flex;align-items:center;gap:.45rem}
.safety-inner button{border:0;background:transparent;color:#fff;text-transform:uppercase;font-size:.7rem;font-weight:700;letter-spacing:.12em;padding:.4rem 0}
.page-header{background:rgba(244,240,231,.97);border-bottom:1px solid rgba(20,24,22,.1);position:sticky;top:0;z-index:30;backdrop-filter:blur(14px)}
.nav-wrap{height:78px;display:grid;grid-template-columns:210px 1fr auto;align-items:center;gap:2rem}
.brand{display:flex;align-items:center;gap:.75rem;font-size:.78rem;font-weight:700;letter-spacing:.09em;line-height:1.05}
.brand-mark{width:31px;height:31px;border:1px solid var(--rust);display:grid;place-items:center;transform:rotate(45deg)}
.brand-mark>span{width:11px;height:11px;background:var(--rust)}
.nav-wrap nav{display:flex;justify-content:center;gap:clamp(1.1rem,2vw,2rem)}
.nav-wrap nav a,.text-link{font-size:.83rem;font-weight:600;color:#3e4541;white-space:nowrap}
.nav-wrap nav a[aria-current=page]{color:var(--rust)}
.nav-actions{display:flex;align-items:center;gap:1.35rem}
.primary-small{background:var(--rust);color:#fff;padding:.72rem 1.05rem;font-size:.8rem;font-weight:700}
.page-hero{padding:clamp(4.5rem,8vw,7.5rem) 0 clamp(3.5rem,6vw,5.5rem);background:var(--cream);border-bottom:1px solid var(--line)}
.page-hero .narrow{margin-left:max(24px,calc((100vw - 1180px)/2))}
.section-kicker{margin:0 0 .9rem;color:var(--rust);font-size:.72rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}
.page-hero h1,.coalition-copy h2,.founding-copy h2,footer h2{font-family:'Playfair Display',Georgia,serif;font-weight:500;letter-spacing:-.035em}
.page-hero h1{max-width:880px;margin:0 0 1.4rem;font-size:clamp(3rem,6vw,6.3rem);line-height:.94}
.page-hero>div>p:last-child{max-width:730px;margin:0;color:#59615c;font-size:1.08rem;line-height:1.7}
.page-section{padding:clamp(3.5rem,6vw,6.5rem) 0}
.coalition-visual{border-radius:2px}
.support-pillars{box-shadow:0 18px 55px rgba(35,31,22,.07)}
.support-pillars article{transition:background .25s ease,transform .25s ease}
.support-pillars article:hover{background:#f8f3e9;transform:translateY(-3px)}
.full-list-label{color:#767c78;font-size:.7rem}
.ecosystem-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line);margin-bottom:1rem}
.ecosystem-grid article{background:var(--paper);min-height:190px;padding:1.5rem 1.45rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.ecosystem-grid article>span{display:block;color:var(--gold);font-size:.7rem;font-weight:700;letter-spacing:.1em;margin-bottom:2rem}
.ecosystem-grid h3{margin:0 0 .65rem;font-family:'Playfair Display',Georgia,serif;font-size:1.2rem;line-height:1.15;font-weight:600}
.ecosystem-grid p{margin:0;color:#666e69;font-size:.88rem;line-height:1.55}
.money-section{background:#e7e0d3;padding:clamp(4rem,7vw,7rem) 0}
.section-heading{display:grid;grid-template-columns:1fr .75fr;gap:5rem;align-items:end;margin-bottom:3rem}
.section-heading h2{margin:0;font-family:'Playfair Display',Georgia,serif;font-size:clamp(2.2rem,4.4vw,4.5rem);font-weight:500;line-height:1;letter-spacing:-.035em;max-width:720px}
.section-heading>p{margin:0;color:#5d655f;line-height:1.65}
.money-flow{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #c9bfaf;background:#c9bfaf;gap:1px}
.money-flow article{background:var(--cream);padding:2rem;min-height:245px}
.money-flow article>span{display:inline-grid;place-items:center;width:38px;height:38px;border:1px solid var(--gold);color:#8a692f;font-size:.75rem;margin-bottom:2.5rem}
.money-flow h3{margin:0 0 .7rem;font-family:'Playfair Display',Georgia,serif;font-size:1.35rem}
.money-flow p{margin:0;color:#636b65;font-size:.92rem;line-height:1.6}
.funding-rule{display:grid;grid-template-columns:.7fr 1.3fr;gap:3rem;padding:1.5rem 0 0;margin-top:1.5rem;border-top:1px solid #bdb3a2}
.funding-rule strong{font-size:1rem}.funding-rule span{color:#626a64;font-size:.9rem}
.founding-section{min-height:auto!important}
.founding-copy h2{font-size:clamp(2.8rem,5.2vw,5.2rem)!important}
footer{background:#0e1411;color:#fff;padding:4.5rem 0 1.6rem}
.footer-main{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:3rem;padding-bottom:3.5rem}
.footer-brand{display:flex;align-items:flex-start;gap:1.25rem}.footer-brand .brand-mark{border-color:var(--gold)}.footer-brand .brand-mark>span{background:var(--gold)}
.footer-brand h2{font-size:clamp(1.65rem,3vw,2.6rem);line-height:1.05;margin:0}
.footer-main>div:not(.footer-brand){display:flex;flex-direction:column;gap:.55rem}
.footer-main>div>p{font-size:.68rem;letter-spacing:.14em;color:var(--gold);font-weight:700;margin:0 0 .65rem}
.footer-main a{font-size:.88rem;color:#c5ccc7}.footer-main a:hover{color:#fff}
.footer-bottom{padding-top:1.3rem;border-top:1px solid rgba(255,255,255,.14);display:flex;justify-content:space-between;color:#87918b;font-size:.76rem}
@media(max-width:980px){.nav-wrap{grid-template-columns:1fr auto}.nav-wrap nav{display:none}.section-heading{grid-template-columns:1fr;gap:1.2rem}.ecosystem-grid{grid-template-columns:repeat(2,1fr)}.money-flow{grid-template-columns:1fr}.money-flow article{min-height:auto}.footer-main{grid-template-columns:1.5fr 1fr 1fr}.footer-main>div:last-child{display:none}}
@media(max-width:680px){.shell{width:min(100% - 28px,1180px)}.safety-inner{height:auto;min-height:42px}.safety-inner p{font-size:.68rem}.nav-wrap{height:66px}.nav-actions .text-link{display:none}.page-hero .narrow{margin-inline:auto}.page-hero{padding-top:3.5rem}.page-hero h1{font-size:clamp(2.7rem,13vw,4.5rem)}.ecosystem-grid{grid-template-columns:1fr}.ecosystem-grid article{min-height:auto}.funding-rule{grid-template-columns:1fr;gap:.5rem}.footer-main{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:.5rem}}


