*,*::before,*::after{box-sizing:border-box}
html{color-scheme:dark;scroll-behavior:smooth}
body{margin:0;background:var(--bg-900);color:var(--text);font-family:var(--font-body);font-size:1rem;line-height:1.65;-webkit-font-smoothing:antialiased}
body::before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(circle at 82% 8%,rgba(45,125,255,.09),transparent 28%),radial-gradient(circle at 8% 55%,rgba(45,125,255,.045),transparent 24%)}
img,svg{display:block;max-width:100%}
img{height:auto}
ul[role=list],ol[role=list]{list-style:none}
button,input,textarea,select{font:inherit}
button,a{touch-action:manipulation}
a{color:var(--accent-2);text-decoration-thickness:.08em;text-underline-offset:.2em}
a:hover{color:var(--text)}
h1,h2,h3,h4,p{margin-top:0}
h1,h2,h3,h4{font-family:var(--font-display);line-height:1.12;letter-spacing:-.035em;text-wrap:balance}
h1{font-size:clamp(2.5rem,7vw,5.5rem);font-weight:680}
h2{font-size:clamp(1.75rem,3.6vw,3rem)}
h3{font-size:clamp(1.15rem,2vw,1.4rem)}
p{color:var(--text-muted)}
:focus-visible{outline:3px solid var(--gold);outline-offset:3px}
::selection{background:var(--accent);color:var(--text)}
.container{width:min(calc(100% - 32px),var(--maxw));margin-inline:auto}
.section{padding-block:clamp(var(--space-7),8vw,112px)}
.section--tight{padding-block:var(--space-7)}
.section-header{max-width:720px;margin-bottom:var(--space-7)}
.section-header p:last-child{margin-bottom:0;font-size:clamp(1rem,2vw,1.18rem)}
.eyebrow{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-4);color:var(--accent-2);font-family:var(--font-mono);font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.eyebrow::before{content:"";width:28px;height:2px;background:var(--gold)}
.numeric{font-family:var(--font-mono);font-variant-numeric:tabular-nums}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.skip-link{position:fixed;z-index:1000;top:var(--space-3);left:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--text);color:var(--bg-900);border-radius:var(--radius-sm);transform:translateY(-160%);transition:transform 160ms ease}
.skip-link:focus{transform:translateY(0)}
.page-shell{padding:calc(var(--header-h) + var(--space-7)) 0 var(--space-8);min-height:70vh}
.page-hero{max-width:830px;padding-block:var(--space-7) var(--space-8)}
.page-hero h1{font-size:clamp(2.4rem,6vw,4.7rem);margin-bottom:var(--space-5)}
.page-hero__lede{font-size:clamp(1.05rem,2vw,1.3rem);max-width:700px}
.prose{max-width:760px}.prose p,.prose li{font-size:1.08rem}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
