@import url('./tokens.css');
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--text);font-family:var(--font-body);line-height:1.6}a{color:inherit}.container{width:min(calc(100% - 2rem),var(--content));margin:auto}.hero,.page-hero,.section{padding:5rem 0}.hero-grid,.split,.split-even{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3rem}.grid-2,.grid-3{display:grid;gap:1.25rem}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.card,.hero-note,.notice,.resource-band{padding:1.5rem;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface)}h1,h2,h3{color:var(--ink);font-family:var(--font-display);line-height:1.08}h1{font-size:clamp(3rem,7vw,6rem);margin:0 0 1rem}h2{font-size:clamp(2rem,4vw,3.6rem)}.lede{font-size:1.2rem;max-width:46rem}.eyebrow{font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-dark)}.actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.button{display:inline-flex;padding:.75rem 1.2rem;border-radius:999px;text-decoration:none;font-weight:700}.button-primary{background:var(--ink);color:#fff}.button-secondary{border:1px solid var(--line);background:#fff}.section-white{background:#fff}.section-dark{background:var(--ink);color:#fff}.section-dark h2,.section-dark h3{color:#fff}.statement{font-family:var(--font-display);font-size:clamp(2rem,6vw,4.5rem);line-height:1.08}.site-header{position:sticky;top:0;z-index:10;background:rgba(246,243,237,.96);border-bottom:1px solid var(--line)}.header-inner{min-height:4.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-nav ul{display:flex;gap:1rem;align-items:center;list-style:none;padding:0;margin:0}.wordmark{display:flex;flex-direction:column;text-decoration:none}.wordmark span{font-size:.7rem}.site-footer{padding:3rem 0;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.4fr .7fr .7fr;gap:2rem}.footer-grid ul{list-style:none;padding:0}.nav-toggle{display:none}@media(max-width:820px){.hero-grid,.split,.split-even,.grid-2,.grid-3,.footer-grid{grid-template-columns:1fr}.nav-toggle{display:block}.site-nav{display:none}.site-nav[data-open='true']{display:block;position:absolute;left:0;right:0;top:4.5rem;background:var(--paper);padding:1rem}.site-nav ul{flex-direction:column;align-items:stretch}}
