:root{--ink:#171717;--muted:#6b6b67;--line:#d9d9d3;--paper:#f7f7f3;--surface:#fff;--accent:#b3261e;--max-width:1180px;--reading-width:720px;color:var(--ink);background:var(--paper);font-synthesis:none;text-rendering:optimizelegibility;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);min-width:320px;margin:0}a{color:inherit;text-underline-offset:.18em;text-decoration-thickness:1px}a:hover{color:var(--accent)}.container{width:min(calc(100% - 3rem), var(--max-width));margin-inline:auto}.reading-width{width:min(calc(100% - 3rem), var(--reading-width));margin-inline:auto}.site-header{border-bottom:1px solid var(--line);background:color-mix(in srgb, var(--paper) 94%, transparent)}.header-inner{justify-content:space-between;align-items:center;gap:2rem;min-height:84px;display:flex}.wordmark{letter-spacing:.22em;font-size:.84rem;font-weight:800;text-decoration:none}.nav-list{align-items:center;gap:clamp(1rem,3vw,2.2rem);margin:0;padding:0;list-style:none;display:flex}.nav-list a{color:var(--muted);font-size:.93rem;text-decoration:none}.nav-list a.active,.nav-list a:hover{color:var(--ink)}.hero{border-bottom:1px solid var(--line);padding:clamp(6rem,15vw,12rem) 0 clamp(5rem,12vw,9rem)}.hero h1{letter-spacing:-.075em;max-width:780px;margin:0;font-size:clamp(3.4rem,9vw,8.5rem);line-height:.92}.hero-tagline{letter-spacing:-.035em;max-width:620px;margin:2rem 0 0;font-size:clamp(1.4rem,3vw,2.3rem);line-height:1.12}.hero-description{max-width:500px;color:var(--muted);margin:1.2rem 0 0;font-size:1.05rem;line-height:1.6}.hero-actions{flex-wrap:wrap;gap:.8rem;margin-top:2.3rem;display:flex}.button{border:1px solid var(--ink);background:var(--ink);color:#fff;justify-content:center;align-items:center;min-height:46px;padding:.75rem 1.1rem;font-size:.92rem;text-decoration:none;display:inline-flex}.button:hover{border-color:var(--accent);background:var(--accent);color:#fff}.button.secondary{color:var(--ink);background:0 0}.button.secondary:hover{background:var(--surface);color:var(--accent)}.content-section{padding:clamp(4.5rem,10vw,8rem) 0}.section-heading{margin-bottom:2.5rem}.section-heading h2{letter-spacing:-.055em;margin:0;font-size:clamp(2rem,5vw,4rem);line-height:1}.section-description{max-width:580px;color:var(--muted);margin:1rem 0 0;line-height:1.6}.eyebrow{color:var(--accent);letter-spacing:.14em;text-transform:uppercase;margin:0 0 1rem;font-size:.72rem;font-weight:750}.article-grid{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--line);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.article-card{background:var(--paper);min-height:245px;padding:1.6rem}.article-card h3{letter-spacing:-.04em;margin:0 0 1rem;font-size:1.45rem;line-height:1.08}.article-card h3 a{text-decoration:none}.article-card p:not(.eyebrow){color:var(--muted);margin:0 0 2rem;line-height:1.55}.article-card time{color:var(--muted);font-size:.82rem}.empty-state{border:1px dashed var(--line);background:var(--surface);max-width:680px;padding:2rem}.empty-state h3{margin:0 0 .7rem;font-size:1.4rem}.empty-state p{color:var(--muted);margin:0;line-height:1.6}.page-intro{border-bottom:1px solid var(--line);padding:clamp(5rem,12vw,9rem) 0 4rem}.page-intro h1{letter-spacing:-.07em;max-width:850px;margin:0;font-size:clamp(3rem,8vw,7rem);line-height:.94}.page-intro p:not(.eyebrow){max-width:620px;color:var(--muted);margin:1.5rem 0 0;font-size:1.12rem;line-height:1.65}.copy-section{padding:clamp(4rem,8vw,7rem) 0}.copy-section h2{letter-spacing:-.045em;margin:0 0 1.2rem;font-size:2rem}.copy-section p{max-width:680px;color:var(--muted);font-size:1.1rem;line-height:1.7}.article-page{padding:clamp(5rem,12vw,9rem) 0}.article-header{border-bottom:1px solid var(--line);padding-bottom:3rem}.article-header h1{letter-spacing:-.07em;margin:0;font-size:clamp(2.8rem,7vw,6.5rem);line-height:.95}.article-deck{max-width:650px;color:var(--muted);margin:1.6rem 0 0;font-size:1.25rem;line-height:1.5}.article-meta{color:var(--muted);flex-wrap:wrap;gap:.5rem 1rem;margin-top:2rem;font-size:.86rem;display:flex}.article-meta span+span:before,.article-meta time+span:before{content:"•";margin-right:1rem}.prose{padding-top:3rem;font-family:Georgia,Times New Roman,serif;font-size:1.18rem;line-height:1.8}.prose h2,.prose h3{letter-spacing:-.03em;font-family:inherit;line-height:1.15}.prose img{max-width:100%;height:auto}.site-footer{border-top:1px solid var(--line)}.footer-inner{color:var(--muted);justify-content:space-between;gap:1rem;padding:1.6rem 0;font-size:.82rem;display:flex}.footer-inner p{margin:0}@media (width<=720px){.container,.reading-width{width:min(calc(100% - 2rem), var(--max-width))}.header-inner{flex-direction:column;justify-content:center;align-items:flex-start;gap:.8rem;min-height:72px}.nav-list{gap:1rem}.nav-list a{font-size:.84rem}.hero{padding-top:5.5rem}.article-grid{grid-template-columns:1fr}.footer-inner{flex-direction:column}}
