:root{color-scheme:light;--background:#f5f4ef;--surface:#ffffff;--ink:#171815;--muted:#666a61;--line:#dcded7;--accent:#2f5d50;--accent-soft:#dce9e3;--max-width:1160px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--background);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}.container{width:min(calc(100% - 40px),var(--max-width));margin:0 auto}.site-header{border-bottom:1px solid var(--line);background:rgba(245,244,239,.93);position:-webkit-sticky;position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-weight:700;letter-spacing:-.03em}.brand span{color:var(--accent)}.nav{display:flex;gap:22px;color:var(--muted);font-size:.95rem}.nav a:hover{color:var(--ink)}.hero{padding:104px 0 84px}.eyebrow{color:var(--accent);font-weight:700;text-transform:uppercase;letter-spacing:.12em;font-size:.77rem}h1,h2,h3{line-height:1.08;letter-spacing:-.045em;margin-top:0}h1{font-size:clamp(3rem,8vw,6.6rem);max-width:980px;margin-bottom:28px}h2{font-size:clamp(2rem,4vw,3.5rem)}h3{font-size:1.45rem}.lede{font-size:clamp(1.18rem,2vw,1.55rem);max-width:800px;color:var(--muted)}.actions{margin-top:36px;display:flex;flex-wrap:wrap;gap:12px}.button{border:1px solid var(--ink);padding:12px 18px;border-radius:999px;font-weight:650;display:inline-block}.button.primary{background:var(--ink);color:white}.section{padding:84px 0;border-top:1px solid var(--line)}.section-intro{display:grid;grid-template-columns:.8fr 1.4fr;grid-gap:48px;gap:48px;margin-bottom:48px}.section-intro p{margin:0;color:var(--muted);font-size:1.12rem}.grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.card{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:28px;min-height:220px}.card p{color:var(--muted)}.meta{font-size:.83rem;color:var(--accent);font-weight:700;text-transform:uppercase;letter-spacing:.08em}.quote{font-size:clamp(1.8rem,3.7vw,3.45rem);line-height:1.17;max-width:950px;letter-spacing:-.035em}.page-header{padding:90px 0 60px}.prose{max-width:780px;font-size:1.08rem}.prose h2{margin-top:54px}.prose li{margin-bottom:12px}.footer{border-top:1px solid var(--line);padding:36px 0 52px;color:var(--muted)}.footer-inner{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}@media (max-width:820px){.nav{display:none}.grid,.section-intro{grid-template-columns:1fr}.hero{padding-top:72px}h1{font-size:clamp(3rem,15vw,4.8rem)}}