:root { --ink: #202124; --quiet: #6a6d72; --line: #dedede; --accent: #a32318; --paper: #fffdf9; }
* { box-sizing: border-box; }
html { font-size: 18px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Georgia, "Times New Roman", serif; line-height: 1.6; }
a { color: var(--accent); text-decoration-thickness: .08em; text-underline-offset: .14em; }
.shell { width: min(100% - 2.5rem, 44rem); margin-inline: auto; }
.site-header { border-bottom: 1px solid var(--line); }
.header-inner { min-height: 5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.wordmark { color: var(--ink); font-family: ui-sans-serif, system-ui, sans-serif; font-size: 1.15rem; font-weight: 750; text-decoration: none; letter-spacing: -.03em; }
nav { display: flex; gap: 1rem; font-family: ui-sans-serif, system-ui, sans-serif; font-size: .85rem; }
nav a { color: var(--ink); text-decoration: none; }
.intro { padding: 5.2rem 0 3.8rem; border-bottom: 1px solid var(--line); }
.eyebrow, .meta { margin: 0 0 .5rem; color: var(--quiet); font-family: ui-sans-serif, system-ui, sans-serif; font-size: .75rem; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
h1, h2 { line-height: 1.14; letter-spacing: -.025em; }
.intro h1 { max-width: 32rem; margin: 0; font-size: clamp(2.25rem, 6vw, 4rem); font-weight: 500; }
.post-list { padding: 1.5rem 0 4rem; }
.post-card { padding: 1.55rem 0; border-bottom: 1px solid var(--line); }
.post-card h2 { margin: 0; font-size: 1.55rem; font-weight: 600; }
.post-card h2 a { color: var(--ink); text-decoration: none; }
.post-card p:not(.meta) { margin: .55rem 0 0; color: #4f5155; }
.empty-state { padding: 3rem 0; color: var(--quiet); }
.post, .list-header { padding: 4rem 0; }
.post-header { margin-bottom: 2.5rem; }
.post h1, .list-header h1 { margin: 0; font-size: clamp(2.45rem, 7vw, 4.75rem); font-weight: 500; }
.dek { margin: 1rem 0 0; color: #55575c; font-size: 1.2rem; }
.tags { display: flex; flex-wrap: wrap; gap: .65rem; margin: 1.4rem 0 0; font-family: ui-sans-serif, system-ui, sans-serif; font-size: .8rem; }
.feature-image { width: 100%; height: auto; margin-bottom: 2rem; }
.prose { font-size: 1.08rem; }
.prose > :first-child { margin-top: 0; }
.prose img, .prose video, .prose iframe { max-width: 100%; }
.prose blockquote { margin: 1.8rem 0; padding-left: 1.25rem; border-left: 3px solid var(--accent); color: #4c4d51; }
.prose pre { overflow-x: auto; padding: 1rem; background: #f2f0eb; font-size: .8rem; }
.site-footer { display: flex; justify-content: space-between; gap: 1rem; padding: 2.2rem 0 3rem; color: var(--quiet); border-top: 1px solid var(--line); font-family: ui-sans-serif, system-ui, sans-serif; font-size: .76rem; }
@media (max-width: 34rem) { .header-inner, .site-footer { align-items: flex-start; flex-direction: column; justify-content: center; } .header-inner { padding-block: 1.1rem; } }

