:root{--bg:#fbfaf6;--surface:#ffffff;--ink:#1a1814;--ink-soft:#4a4640;--muted:#8a8478;--rule:#e7e2d6;--accent:#b85c38;--accent-soft:#d97c5a;--serif:"Source Serif 4", Georgia, "Times New Roman", serif;--sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--mono:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--measure:38rem;--wide:56rem}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--serif);font-size:1.125rem;line-height:1.72;color:var(--ink);background:var(--bg);font-feature-settings:"kern","liga","onum";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--accent);text-decoration:none;border-bottom:1px solid color-mix(in oklab,var(--accent) 30%,transparent);transition:border-color .15s ease,color .15s ease}a:hover{color:var(--accent-soft);border-bottom-color:var(--accent)}a[aria-current=page]{color:var(--ink);border-bottom-color:var(--ink)}img,svg,video{max-width:100%;height:auto;display:block}hr{border:0;border-top:1px solid var(--rule);margin:3rem auto;max-width:6rem}.site-header{border-bottom:1px solid var(--rule);background:var(--bg);position:sticky;top:0;z-index:50;backdrop-filter:saturate(180%)blur(8px);-webkit-backdrop-filter:saturate(180%)blur(8px)}.site-header__inner{max-width:var(--wide);margin:0 auto;padding:1.1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;font-family:var(--sans)}.site-header__brand{font-weight:700;font-size:1.05rem;letter-spacing:-.01em;color:var(--ink);border-bottom:none}.site-nav ul{list-style:none;margin:0;padding:0;display:flex;gap:1.6rem}.site-nav a{color:var(--ink-soft);font-size:.92rem;font-weight:500;border-bottom:none}.site-nav a:hover{color:var(--accent)}.nav-toggle,.nav-toggle__icon{display:none}@media(max-width:720px){.nav-toggle__icon{display:flex;flex-direction:column;gap:4px;cursor:pointer;padding:.4rem}.nav-toggle__icon span{width:22px;height:2px;background:var(--ink);border-radius:2px}.site-nav{position:absolute;top:100%;left:0;right:0;background:var(--bg);border-bottom:1px solid var(--rule);max-height:0;overflow:hidden;transition:max-height .25s ease}.site-nav ul{flex-direction:column;padding:1rem 1.5rem;gap:1rem}.nav-toggle:checked~.site-nav{max-height:400px}}.site-main{max-width:var(--wide);margin:0 auto;padding:3rem 1.5rem 4rem}.home-hero{max-width:var(--measure);margin:1rem auto 4rem}.home-hero h1{font-family:var(--serif);font-size:clamp(2rem,4vw,2.75rem);font-weight:600;letter-spacing:-.02em;line-height:1.1;margin:0 0 1.25rem;color:var(--ink)}.home-hero p{font-size:1.2rem;color:var(--ink-soft);margin:0;max-width:34rem}.section{max-width:var(--measure);margin:0 auto 3.5rem}.section__label{font-family:var(--sans);font-size:.78rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin:0 0 1.25rem}.post-list{list-style:none;margin:0;padding:0}.post-list li{padding:.9rem 0;border-bottom:1px solid var(--rule);display:flex;gap:1.5rem;align-items:baseline;justify-content:space-between}.post-list li:last-child{border-bottom:none}.post-list a{font-family:var(--serif);font-size:1.15rem;font-weight:500;color:var(--ink);border-bottom:none;line-height:1.4;flex:1}.post-list a:hover{color:var(--accent)}.post-list time{font-family:var(--sans);font-size:.82rem;color:var(--muted);font-variant-numeric:tabular-nums;white-space:nowrap}.featured-list a{font-size:1.3rem;font-weight:600}.post{max-width:var(--measure);margin:0 auto}.post__header{margin-bottom:2.5rem}.post__title{font-family:var(--serif);font-size:clamp(1.9rem,4vw,2.6rem);font-weight:600;letter-spacing:-.015em;line-height:1.15;margin:0 0 1rem;color:var(--ink)}.post__meta{font-family:var(--sans);font-size:.88rem;color:var(--muted);display:flex;gap:1rem;align-items:center}.post__meta a{color:var(--muted);border-bottom:none;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:600}.post__meta a:hover{color:var(--accent)}.post__body h2,.post__body h3,.post__body h4{font-family:var(--serif);letter-spacing:-.01em;color:var(--ink);margin-top:2.5rem;margin-bottom:.8rem;line-height:1.25}.post__body h2{font-size:1.65rem;font-weight:600}.post__body h3{font-size:1.3rem;font-weight:600}.post__body h4{font-size:1.1rem;font-weight:600}.post__body p{margin:0 0 1.2rem}.post__body p:has(+p){margin-bottom:1.2rem}.post__body img{margin:2rem auto;border-radius:4px}.post__body blockquote{margin:2rem 0;padding:.2rem 0 .2rem 1.3rem;border-left:3px solid var(--accent);color:var(--ink-soft);font-style:italic}.post__body blockquote p:last-child{margin-bottom:0}.post__body code{font-family:var(--mono);font-size:.92em;background:color-mix(in oklab,var(--rule) 50%,transparent);padding:.1rem .35rem;border-radius:3px}.post__body pre{background:var(--ink);color:#f4efe5;padding:1.1rem 1.3rem;border-radius:6px;overflow-x:auto;font-family:var(--mono);font-size:.9rem;line-height:1.55;margin:1.8rem 0}.post__body pre code{background:0 0;padding:0}.post__body ul,.post__body ol{margin:1rem 0 1.2rem;padding-left:1.5rem}.post__body li{margin:.35rem 0}.post__body a{border-bottom:1px solid color-mix(in oklab,var(--accent) 35%,transparent)}.post-nav{display:flex;justify-content:space-between;gap:1.5rem;margin-top:4rem;padding-top:2rem;border-top:1px solid var(--rule);font-family:var(--sans)}.post-nav__link{flex:1;border-bottom:none;display:flex;flex-direction:column;gap:.25rem}.post-nav__link span{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.post-nav__link--next{text-align:right;align-items:flex-end}.post-nav__link strong{font-family:var(--serif);font-size:1rem;font-weight:500;color:var(--ink);line-height:1.4}.cat-header{max-width:var(--measure);margin:0 auto 2.5rem}.cat-header__label{font-family:var(--sans);font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin:0 0 .5rem}.cat-header h1{font-family:var(--serif);font-size:2.25rem;font-weight:600;margin:0;letter-spacing:-.015em}.cat-grid{max-width:var(--measure);margin:0 auto;list-style:none;padding:0}.cat-grid li{padding:.9rem 0;border-bottom:1px solid var(--rule);display:flex;justify-content:space-between;align-items:baseline;gap:1.5rem}.cat-grid a{font-family:var(--serif);font-size:1.2rem;color:var(--ink);border-bottom:none;font-weight:500}.cat-grid a:hover{color:var(--accent)}.cat-grid .count{font-family:var(--sans);font-size:.85rem;color:var(--muted);font-variant-numeric:tabular-nums}.site-footer{border-top:1px solid var(--rule);margin-top:4rem;font-family:var(--sans);color:var(--muted)}.site-footer__inner{max-width:var(--wide);margin:0 auto;padding:2rem 1.5rem;display:flex;justify-content:space-between;font-size:.85rem}.site-footer a{color:var(--muted);border-bottom:none}.site-footer a:hover{color:var(--accent)}::selection{background:color-mix(in oklab,var(--accent) 30%,transparent)}