:root{--paper:#f5f1e8;--ink:#171815;--muted:#68695f;--line:rgba(23,24,21,.18);--accent:#ce4d2d;color-scheme:light}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-underline-offset:.18em}img{max-width:100%;height:auto}.skip-link{position:fixed;top:-100px;left:16px;z-index:9;padding:10px 14px;background:var(--ink);color:#fff}.skip-link:focus{top:16px}.site-header,main,.site-footer{width:min(1180px,calc(100% - 48px));margin-inline:auto}.site-header{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:28px 0;border-bottom:1px solid var(--line)}.brand{font-family:Georgia,serif;font-size:1.28rem;line-height:1;text-decoration:none;white-space:nowrap}.brand span{display:block;margin-top:7px;color:var(--muted);font:600 .62rem/1.2 Inter,sans-serif;letter-spacing:.08em;text-transform:uppercase}nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px 22px;font-size:.82rem;font-weight:700}nav a{text-decoration:none}nav a:hover,nav a[aria-current]{color:var(--accent)}
.hero{display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw;padding:120px 0 140px}.hero>.kicker{align-self:start}.hero h1{grid-column:2;grid-row:1/span 2;margin:0;max-width:12ch;font:400 clamp(3.8rem,7.7vw,7.8rem)/.93 Georgia,serif;letter-spacing:-.065em;text-wrap:balance}.intro-copy{grid-column:2;max-width:760px;color:var(--muted);font-size:1.1rem}.intro-copy h2{margin-top:2.2em;color:var(--ink);font:400 2rem/1.1 Georgia,serif}.kicker,.section-title>p{margin:0;color:var(--accent);font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.articles{padding:90px 0 130px;border-top:1px solid var(--line)}.section-title{display:grid;grid-template-columns:1fr 2fr auto;align-items:end;gap:24px;margin-bottom:58px}.section-title h2{margin:0;font:400 clamp(2.5rem,5vw,4.8rem)/1 Georgia,serif;letter-spacing:-.045em}.section-title span{color:var(--muted)}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--ink)}.card{display:flex;flex-direction:column;min-height:355px;padding:28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.card:nth-child(3n){border-right:0}.meta{margin:0 0 24px;color:var(--accent);font-size:.72rem;font-weight:750;letter-spacing:.04em;text-transform:uppercase}.card h3{margin:0 0 22px;font:400 clamp(1.55rem,2.4vw,2.15rem)/1.08 Georgia,serif;letter-spacing:-.025em}.card h3 a{text-decoration:none}.card>p:not(.meta){margin:0 0 28px;color:var(--muted);font-size:.93rem}.read-more{margin-top:auto;font-size:.82rem;font-weight:750;text-decoration:none}.read-more span{display:inline-block;margin-left:5px;transition:transform .15s ease}.read-more:hover span{transform:translateX(4px)}
.archive-header{display:grid;grid-template-columns:1fr 2fr auto;align-items:end;gap:24px;padding:100px 0 80px}.archive-header h1{margin:0;font:400 clamp(3.6rem,8vw,7.2rem)/.92 Georgia,serif;letter-spacing:-.06em}.archive-header>p:last-child{margin:0;color:var(--muted)}.empty{grid-column:1/-1;padding:60px 0;color:var(--muted)}
.post{width:min(820px,100%);margin:0 auto;padding:110px 0 130px}.post-header{margin-bottom:72px}.post-header h1{margin:0;font:400 clamp(3rem,7vw,6.5rem)/.94 Georgia,serif;letter-spacing:-.055em;text-wrap:balance}.post-header .meta a{color:inherit}.post-content{font-family:Georgia,serif;font-size:clamp(1.08rem,1.7vw,1.23rem);line-height:1.78}.post-content h2,.post-content h3{margin:2.2em 0 .7em;line-height:1.12;letter-spacing:-.025em}.post-content h2{font-size:2.2rem}.post-content h3{font-size:1.55rem}.post-content a{text-decoration-color:var(--accent)}.post-content blockquote{margin:2em 0;padding:.2em 0 .2em 1.4em;border-left:3px solid var(--accent);color:var(--muted);font-style:italic}.post-content pre{overflow-x:auto;padding:22px;border-radius:6px;background:#20211e;color:#f8f5ed;font:.86rem/1.55 ui-monospace,SFMono-Regular,Menlo,monospace}.post-content figure,.post-content .article-figure{margin:2.5em 0}.post-content figcaption{margin-top:8px;color:var(--muted);font:.78rem/1.4 Inter,sans-serif}.post-content img{display:block;margin:2em auto}.comments{margin-top:80px;padding-top:48px;border-top:1px solid var(--line)}.comments h2{font:400 2rem/1 Georgia,serif}.comment{padding:22px 0;border-bottom:1px solid var(--line)}.comment header{display:flex;justify-content:space-between;gap:20px;font-size:.82rem}.comment time{color:var(--muted)}.comment p{margin-bottom:0}.back{display:inline-block;margin-top:72px;font-weight:700}
.site-footer{display:flex;justify-content:space-between;gap:28px;padding:28px 0 40px;border-top:1px solid var(--line);color:var(--muted);font-size:.8rem}.site-footer p{margin:0}.site-footer div{display:flex;gap:24px}:focus-visible{outline:3px solid var(--accent);outline-offset:4px}
@media(max-width:850px){.site-header{align-items:flex-start}nav{max-width:410px}.hero{grid-template-columns:1fr;padding:80px 0 100px}.hero>*,.hero h1,.intro-copy{grid-column:1;grid-row:auto}.card-grid{grid-template-columns:repeat(2,1fr)}.card:nth-child(3n){border-right:1px solid var(--line)}.card:nth-child(2n){border-right:0}}
@media(max-width:620px){.site-header,main,.site-footer{width:min(100% - 32px,1180px)}.site-header{display:block}nav{justify-content:flex-start;margin-top:26px;gap:10px 18px}.hero h1{font-size:clamp(3.4rem,17vw,5.5rem)}.section-title,.archive-header{grid-template-columns:1fr auto}.section-title h2,.archive-header h1{grid-column:1/-1}.card-grid{grid-template-columns:1fr}.card{min-height:315px;border-right:0!important;padding:26px 0}.post{padding-top:75px}.post-header h1{font-size:clamp(2.8rem,14vw,4.8rem)}.site-footer{flex-direction:column}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition-duration:.01ms!important}}
