:root{--bg:#f8f7f4;--text:#181818;--muted:#6b6b6b;--line:rgba(24, 24, 24, 0.14);--max-width:42rem;--reading-width:38rem}*{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:iowan old style,palatino linotype,book antiqua,Georgia,serif;line-height:1.6}a{color:inherit;text-decoration:none}a:hover{color:var(--muted)}.page-shell{min-height:100vh}.site-header,.page-main,.site-footer{width:min(calc(100% - 2rem),var(--max-width));margin:0 auto}.site-header{padding:2.5rem 0 0}.site-header__inner{display:block}.site-title{display:none}.site-nav{display:flex;gap:1rem;flex-wrap:wrap}.site-nav a{color:var(--muted);font-size:.98rem}.site-nav a[aria-current=page]{color:var(--text)}.page-main{padding:3.5rem 0 5rem}.home-intro{max-width:35rem}.home-intro__eyebrow,.article-meta,.post-card__meta,.site-footer{color:var(--muted);font-family:sfmono-regular,Menlo,Consolas,monospace;font-size:.8rem;letter-spacing:.03em;text-transform:uppercase}.home-intro h1,.page-intro h1,.article-header h1{margin:.35rem 0 0;font-size:clamp(2.3rem,6vw,3.3rem);line-height:1.02;font-weight:500;letter-spacing:-.04em}.home-intro__body,.page-intro p,.article-description,.post-card__description,.prose{color:var(--muted)}.home-intro__body{margin:1rem 0 0;font-size:1.1rem}.home-intro__body p{margin:0 0 1rem}.home-intro__body p:last-child{margin-bottom:0}.home-intro__links{display:flex;gap:.85rem;flex-wrap:wrap;margin-top:1rem;color:var(--muted);font-size:.96rem}.home-intro__links a{text-decoration:underline;text-decoration-color:rgba(24,24,24,.18);text-underline-offset:.18em}.section-block{margin-top:4rem}.section-heading,.page-intro{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1.25rem}.section-heading h2,.page-intro h1{margin:0;font-size:1.1rem;font-weight:600;letter-spacing:-.01em}.section-heading a,.pagination a,.tag-list a{color:var(--muted)}.post-list{border-top:1px solid var(--line)}.post-card{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--line)}.post-card h2{margin:0;font-size:1.3rem;font-weight:500;line-height:1.15;letter-spacing:-.03em}.post-card__content{max-width:32rem}.post-card__description{margin:.35rem 0 0}.post-card__meta{margin:0;white-space:nowrap}.article{padding:0}.article-header{margin-bottom:2rem}.article-description,.page-intro p{max-width:35rem;margin:.85rem 0 0;font-size:1rem}.tag-list{display:flex;gap:.5rem;flex-wrap:wrap;list-style:none;padding:0;margin:1rem 0 0}.tag-list a{padding:.18rem .5rem;border:1px solid var(--line);border-radius:999px;font-size:.9rem}.prose{width:min(100%,var(--reading-width));font-size:1.05rem}.prose p,.prose ul,.prose ol,.prose blockquote,.prose pre{margin:0 0 1.15rem}.prose h2,.prose h3{margin:2rem 0 .7rem;color:var(--text);line-height:1.15}.prose blockquote{margin-left:0;padding-left:1rem;border-left:2px solid var(--line)}.prose code{padding:.1rem .3rem;background:rgba(24,24,24,5%);border-radius:.25rem;font-size:.92em}.prose img{display:block;width:100%;height:auto;margin:0 0 1.5rem;border-radius:.4rem}.article-image{margin:2rem 0 1.5rem}.article-image figcaption{margin-top:.65rem;color:var(--muted);font-family:helvetica neue,avenir next,segoe ui,sans-serif;font-size:.95rem;font-style:italic;line-height:1.5;text-align:center}.article-image figcaption::before{content:"\""}.article-image figcaption::after{content:"\""}.pagination{display:flex;justify-content:space-between;gap:1rem;margin-top:1.5rem}.site-footer{padding:4rem 0 2rem;border-top:1px solid var(--line)}.site-footer p{margin:0}.site-footer p+p{margin-top:.3rem}@media(max-width:640px){.page-main{padding-top:2.5rem}.section-heading,.page-intro,.post-card{display:block}.post-card__meta,.section-heading a{display:inline-block;margin-top:.65rem}}