:root{--ink:#16171a;--ink-soft:#4d5350;--ink-dim:#868c86;--paper:#faf8f1;--paper-tint:#f0ece0;--paper-deep:#e4ddcc;--sage-300:#b6bdae;--sage-500:#7d8a72;--sage-700:#55604c;--sage-900:#333c2e;--tan-300:#cdc2b3;--accent:var(--sage-700);--accent-hover:var(--sage-900);--accent-contrast:#faf8f1;--accent-on-dark:var(--sage-300);--inverse-bg:var(--sage-900);--inverse-ink:#eceee7;--inverse-ink-soft:#b3bbaf;--inverse-rule:#ffffff26;--rule:#16171a1f;--rule-strong:#16171a40;--rule-heavy:var(--ink);--font-display:"Newsreader",Georgia,"Times New Roman",serif;--font-label:"Barlow Condensed","Arial Narrow",system-ui,sans-serif;--font:"Newsreader",Georgia,"Times New Roman",serif;--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1.125rem;--text-lg:1.35rem;--text-xl:1.75rem;--text-2xl:2.3rem;--text-3xl:3rem;--text-display:clamp(2.6rem,1.3rem + 4.4vw,4.6rem);--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:4.5rem;--section-pad:clamp(3rem,1.8rem + 5vw,5.5rem);--radius:0;--radius-sm:2px;--measure:68ch;--container:1180px;--duration:130ms;color-scheme:light}*,*::before,*::after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:var(--text-base);font-weight:var(--weight-regular);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-display);font-weight:var(--weight-bold);line-height:1.06;letter-spacing:-0.02em;text-wrap:balance;margin:0 0 var(--space-4)}h1{font-size:var(--text-3xl)}h2{font-size:var(--text-2xl)}h3{font-size:var(--text-xl);line-height:1.15}h4{font-size:var(--text-lg);line-height:1.2}p{margin:0 0 var(--space-4)}p:last-child{margin-bottom:0}a{color:var(--accent);text-decoration-thickness:1px;text-underline-offset:0.16em;transition:color var(--duration) ease}a:hover{color:var(--accent-hover)}:focus-visible{outline:2px solid var(--sage-700);outline-offset:3px}::selection{background:var(--sage-300);color:var(--ink)}img{max-width:100%;height:auto;display:block}ul,ol{margin:0 0 var(--space-4);padding-left:1.3em}li{margin-bottom:var(--space-2)}strong{font-weight:var(--weight-bold)}blockquote{margin:var(--space-6) 0;padding-left:var(--space-5);border-left:3px solid var(--sage-500);font-size:var(--text-lg);font-style:italic;line-height:1.4;color:var(--ink-soft)}hr{border:0;height:1px;background:var(--rule-strong);margin:var(--space-7) 0}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:var(--space-5)}.container.narrow{max-width:45rem}.band{padding-block:var(--section-pad)}.band.tint{background:var(--paper-tint)}.band.inverse{background:var(--inverse-bg);color:var(--inverse-ink)}.band.tight{padding-block:var(--space-7)}.band.inverse h1,.band.inverse h2,.band.inverse h3{color:var(--inverse-ink)}.band.inverse a:not(.button){color:var(--accent-on-dark)}.kicker{display:block;margin-bottom:var(--space-4);padding-bottom:var(--space-2);border-bottom:2px solid var(--rule-heavy);font-family:var(--font-label);font-size:var(--text-sm);font-weight:var(--weight-semibold);letter-spacing:0.12em;text-transform:uppercase}.band.inverse .kicker{border-bottom-color:var(--inverse-rule);color:var(--inverse-ink)}.lead{font-size:var(--text-lg);line-height:1.45;color:var(--ink-soft);max-width:56ch;margin-bottom:var(--space-5)}.band.inverse .lead{color:var(--inverse-ink-soft)}.meta{font-family:var(--font-label);font-size:var(--text-sm);letter-spacing:0.08em;text-transform:uppercase;color:var(--ink-dim)}a.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding-inline:var(--space-6);border:1px solid var(--accent);border-radius:var(--radius);background:var(--accent);color:var(--accent-contrast);font-family:var(--font-label);font-size:var(--text-base);font-weight:var(--weight-semibold);letter-spacing:0.06em;text-transform:uppercase;text-decoration:none;transition:background var(--duration) ease,border-color var(--duration) ease}a.button:hover{background:var(--accent-hover);border-color:var(--accent-hover);color:var(--accent-contrast)}a.button.ghost{background:transparent;color:var(--accent);border-color:var(--rule-strong)}a.button.ghost:hover{background:transparent;border-color:var(--accent);color:var(--accent-hover)}.band.inverse a.button.ghost{color:var(--inverse-ink);border-color:var(--inverse-rule)}.band.inverse a.button.ghost:hover{border-color:var(--inverse-ink);color:var(--inverse-ink)}.prose{font-size:1.1875rem;line-height:1.7}.prose h2{font-size:var(--text-xl);margin-top:var(--space-7)}.prose h3{font-size:var(--text-lg);margin-top:var(--space-6)}.prose h2:first-child,.prose h3:first-child{margin-top:0}.prose p,.prose ul,.prose ol{margin-bottom:var(--space-5)}.prose li{margin-bottom:var(--space-3)}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms !important;transition-duration:0.01ms !important;scroll-behavior:auto !important}}