:root{--ink: #1c1c1c;--muted: #666666;--paper: #ffffff;--line: #e2e2e2;--accent: #1a5fb4;--header: #222222;--max: 48rem;--font-display: "Oleo Script", cursive, Helvetica, sans-serif;--font-sans: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;--font-serif: Georgia, Cambria, "Times New Roman", Times, serif;font-family:var(--font-sans);color:var(--ink);background:var(--paper);line-height:1.6}*{box-sizing:border-box}body{margin:0;min-height:100vh}a{color:var(--accent)}a:hover{color:#0f3f7a}.site{min-height:100vh;display:flex;flex-direction:column}.site-header{position:relative;min-height:clamp(10rem,22vw,14rem);background:var(--header);color:#f4f4f4;overflow:hidden;display:flex;align-items:center}.site-header__brand{position:relative;z-index:1;padding:2rem clamp(1.25rem,4vw,2.5rem);max-width:36rem}.site-header__title{margin:0;font-family:var(--font-display);font-size:clamp(1.65rem,4vw,2.5rem);font-weight:400;line-height:1.3;display:flex;flex-direction:column}.site-header__title-line{display:block}.site-header__art{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center right;opacity:.55;-webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.35) 35%,#000 70%);mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.35) 35%,#000 70%)}.site-nav{display:flex;gap:1.5rem;padding:.9rem clamp(1.25rem,4vw,2.5rem);border-bottom:1px solid var(--line);background:#fafafa}.site-nav a{color:var(--ink);text-decoration:none;font-weight:600;font-size:.98rem}.site-nav a.active{text-decoration:underline;text-underline-offset:.4rem;text-decoration-thickness:2px}.site-main{width:min(100% - 2.5rem,var(--max));margin:0 auto;padding:2.25rem 0 3.5rem;flex:1}.site-footer{border-top:1px solid var(--line);padding:1.25rem 1.5rem 2rem;color:var(--muted);font-size:.92rem;text-align:center}.section-title{font-family:var(--font-sans);font-size:1.7rem;font-weight:400;margin:0 0 1.5rem;padding-bottom:.65rem;border-bottom:1px dotted gray}.post-list{display:grid;gap:1.75rem}.post-card{display:grid;grid-template-columns:9rem 1fr;gap:1.15rem;padding-bottom:1.75rem;border-bottom:1px solid var(--line)}.post-card:last-child{border-bottom:0;padding-bottom:0}.post-card__media img{width:100%;height:9rem;object-fit:cover;display:block;background:#eee}.post-card__body h3{margin:0 0 .45rem;font-family:var(--font-sans);font-size:1.2rem;font-weight:400}.post-card__body h3 a{color:inherit;text-decoration:none}.post-card__body h3 a:hover{color:var(--accent)}.post-card__body p{margin:0 0 .65rem;color:var(--muted)}.text-link{font-weight:600;text-decoration:none}.text-link:hover{text-decoration:underline}.archive-year{margin-bottom:1.85rem}.archive-year h3{margin:0 0 .55rem;font-family:var(--font-sans);font-weight:700;font-size:1.25rem}.archive-year ul{list-style:none;padding:0;margin:0}.archive-year li{display:grid;grid-template-columns:2.75rem 1fr;gap:.85rem;padding:.4rem 0;border-bottom:1px solid #eee}.archive-month{color:var(--muted)}.prose{font-size:1.05rem;font-family:var(--font-serif)}.prose .embed-wrap{position:relative;width:100%;margin:1.25rem 0 1.5rem;aspect-ratio:16 / 9;background:#111}.prose .embed-wrap iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.prose p,.prose ul{margin:0 0 1rem}.prose pre{overflow-x:auto;padding:1rem;background:#171717;color:#f2f2f2;border-radius:.25rem}.prose code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.92em}.prose :not(pre)>code{background:#f3f3f3;padding:.1em .35em;border-radius:.2em}.article-hero{width:100%;max-height:16rem;object-fit:cover;margin-bottom:1.15rem;background:#eee}.article-meta{color:var(--muted);margin:-.65rem 0 1.35rem;font-size:.95rem}.social-list{display:flex;gap:1rem;list-style:none;padding:0}.error{color:#a11}@media(max-width:720px){.site-header__art{opacity:.35;-webkit-mask-image:none;mask-image:none}.post-card{grid-template-columns:1fr}.post-card__media img{height:11rem}}
