:root{--ink:#24251f;--muted:#67675d;--paper:#f3efe5;--card:#fbf8f0;--accent:#b24c32;--line:#d8d0c1;--max:72rem}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:18px/1.75 Georgia,serif}a{color:var(--accent);text-underline-offset:.2em}header,footer,main{max-width:var(--max);margin:auto;padding:1.3rem}header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}nav{display:flex;gap:1.2rem;font:600 .88rem system-ui,sans-serif}.brand{color:var(--ink);font:bold 1.1rem Georgia,serif;text-decoration:none}.brand::before{content:"◯";color:var(--accent);margin-right:.5rem}.skip{position:absolute;left:-9999px}.skip:focus{left:1rem;top:1rem;background:white;padding:.5rem;z-index:2}.hero{padding:clamp(4rem,10vw,8rem) 0;max-width:58rem}.hero h1,h1{font-size:clamp(2.8rem,7vw,5.8rem);font-weight:500;line-height:1.02;letter-spacing:-.045em;margin:.3rem 0 1.6rem}.hero>p:last-child,.dek{font-size:1.28rem;color:var(--muted);max-width:46rem}.eyebrow{font:750 .72rem/1.4 system-ui,sans-serif;text-transform:uppercase;letter-spacing:.16em;color:var(--accent)}main>section>h2{font-weight:500;font-size:2rem}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));gap:1.2rem}.card{background:var(--card);border-top:3px solid var(--accent);padding:1.6rem}.card h2{font-size:1.65rem;line-height:1.15;font-weight:500}.card h2 a{color:var(--ink)}main>article{max-width:48rem;margin:4rem auto}.byline{font: .85rem/1.6 system-ui,sans-serif;color:var(--muted);border-bottom:1px solid var(--line);padding-bottom:1.2rem}.prose h2{font-size:2.1rem;line-height:1.18;font-weight:500;margin-top:2.6rem}.related,.sources{margin-top:2.8rem;padding:1.3rem;background:#e7ded0}.sources{background:transparent;border-top:1px solid var(--line)}footer{margin-top:6rem;border-top:1px solid var(--line);color:var(--muted);font: .86rem/1.6 system-ui,sans-serif}.link-button{border:0;background:none;color:var(--accent);font:inherit;text-decoration:underline;cursor:pointer}.consent{position:fixed;z-index:5;left:1rem;right:1rem;bottom:1rem;max-width:42rem;margin:auto;padding:1rem 1.2rem;background:var(--ink);color:white;border-radius:.2rem;box-shadow:0 1rem 3rem #0005}.consent a{color:#ffd3c8}.consent div{display:flex;gap:.6rem;justify-content:flex-end}.consent button{padding:.55rem .8rem;border:1px solid white;background:white;color:var(--ink);cursor:pointer}.consent button:first-child{background:transparent;color:white}@media(max-width:560px){header{align-items:flex-start;gap:1rem;flex-direction:column}.hero{padding:3.5rem 0}nav{flex-wrap:wrap}.consent div{justify-content:stretch}.consent button{flex:1}}
