:root { color-scheme:light dark; --paper:#f9f4ed; --ink:#0b0b0a; --muted:#62605b; --line:#d8d2c8; --link:#256d37; }
* { box-sizing:border-box; }
body { margin:0; background:var(--paper); color:var(--ink); font:17px/1.7 'Helvetica Neue',Helvetica,Arial,sans-serif; -webkit-font-smoothing:antialiased; }
a { color:var(--link); text-underline-offset:3px; }
a:focus-visible { outline:2px solid currentColor; outline-offset:5px; }
header { background:#080909; color:#f3f1e9; border-bottom:1px solid #292b27; }
.header-inner { width:min(1200px,calc(100% - 48px)); margin:auto; padding:25px 0; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.wordmark { display:inline-flex; align-items:center; gap:15px; font-size:30px; font-weight:700; letter-spacing:-1.5px; line-height:1; color:inherit; text-decoration:none; }
.brand-dots { display:flex; gap:5px; }
.brand-dots i { display:block; width:7px; height:7px; border-radius:50%; background:#68d475; }
.brand-dots i:nth-child(2) { background:#ffb22b; }.brand-dots i:nth-child(3) { background:#ff4764; }
.back-link { color:inherit; font-size:14px; white-space:nowrap; }
main { width:min(760px,calc(100% - 48px)); margin:64px auto 80px; }
.eyebrow { text-transform:uppercase; letter-spacing:.14em; font-size:12px; font-weight:600; margin:0 0 18px; color:var(--muted); }
h1 { font-size:clamp(44px,7vw,70px); line-height:1.05; letter-spacing:-.055em; font-weight:500; margin:0 0 20px; }
.effective { color:var(--muted); font-size:14px; margin-bottom:30px; }
.intro { font-size:21px; line-height:1.55; letter-spacing:-.015em; }
section { margin-top:38px; padding-top:24px; border-top:1px solid var(--line); }
h2 { font-size:25px; line-height:1.25; letter-spacing:-.025em; font-weight:500; margin:0 0 18px; }
p { margin:0 0 18px; }ul { padding-left:23px; }li { margin-bottom:10px; }
footer { width:min(760px,calc(100% - 48px)); margin:auto; border-top:1px solid var(--line); padding:28px 0 40px; display:flex; justify-content:space-between; gap:20px; font-size:14px; color:var(--muted); }
.skip-link { position:absolute; top:-100px; left:20px; padding:10px 15px; background:var(--paper); z-index:5; }.skip-link:focus { top:10px; }
@media(prefers-color-scheme:dark) { :root { --paper:#000; --ink:#f2f0e8; --muted:#b1afa6; --line:#36382e; --link:#68d475; } }
@media(max-width:480px) { .header-inner { gap:12px; }.wordmark { font-size:25px; gap:9px; }.brand-dots { gap:4px; }.brand-dots i { width:5px; height:5px; }.back-link { font-size:12px; }main { margin-top:42px; }.intro { font-size:19px; } }
