:root {
  color-scheme: light;
  --ink: #171813;
  --muted: #5b5e52;
  --paper: #f4f1e8;
  --panel: #fffdf7;
  --accent: #a33d25;
  --line: #d8d2c2;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); line-height: 1.65; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
.site-header, footer { display: flex; align-items: center; justify-content: space-between; gap: 2rem; max-width: 74rem; margin: 0 auto; padding: 1.25rem 1.5rem; }
.site-header { border-bottom: 1px solid var(--line); }
.site-header nav, footer { display: flex; gap: 1.5rem; }
.wordmark { font-size: 1.25rem; font-weight: 900; letter-spacing: -.04em; text-decoration: none; }
main { max-width: 74rem; min-height: 70vh; margin: 0 auto; padding: 4rem 1.5rem; }
.hero { max-width: 55rem; padding: 5rem 0 7rem; }
.hero h1, .listing h1, .article h1 { max-width: 18ch; margin: .25rem 0 1.25rem; font-family: Georgia, serif; font-size: clamp(2.8rem, 8vw, 6.5rem); line-height: .98; letter-spacing: -.055em; }
.hero > p:not(.eyebrow), .dek { max-width: 42rem; color: var(--muted); font-size: 1.25rem; }
.eyebrow, .meta { color: var(--accent); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.byline, .card-byline, .author-role { color: var(--muted); }
.byline { margin: 1.5rem 0 0; }
.card-byline { font-size: .9rem; }
.fictional-label { margin-left: .5rem; padding: .2rem .45rem; color: var(--accent); border: 1px solid currentColor; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.button { display: inline-block; margin-top: 1rem; padding: .8rem 1.1rem; color: white; background: var(--ink); text-decoration: none; }
.latest, .post-card, .related { border-top: 1px solid var(--line); padding: 2rem 0; }
.latest h2, .post-card h2 { margin: .3rem 0; font-family: Georgia, serif; font-size: clamp(1.6rem, 4vw, 2.5rem); line-height: 1.1; }
.post-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 22rem), 1fr)); gap: 1rem 2.5rem; margin-top: 3rem; }
.article { max-width: 48rem; margin: 0 auto; }
.article h1 { max-width: none; font-size: clamp(2.6rem, 7vw, 5rem); }
.article-image { width: 100%; height: auto; margin: 2rem 0; background: var(--panel); border: 1px solid var(--line); }
.article-body { font-family: Georgia, serif; font-size: 1.12rem; }
.article-body h2, .article-body h3 { margin-top: 2.2em; line-height: 1.2; }
.article-body a { color: #7d2c1a; }
.article-body pre { overflow: auto; padding: 1rem; background: var(--panel); }
.article-body blockquote { margin-left: 0; padding-left: 1.25rem; border-left: .25rem solid var(--accent); }
.author-page { display: grid; grid-template-columns: minmax(16rem, 1fr) minmax(0, 2fr); gap: 5rem; }
.author-profile, .author-articles, .post-card { min-width: 0; }
.author-profile { position: sticky; top: 2rem; align-self: start; }
.author-profile h1 { margin: .6rem 0 0; overflow-wrap: anywhere; font: 700 clamp(2.4rem, 6vw, 4.75rem)/1 Georgia, serif; letter-spacing: -.045em; }
.author-monogram { display: grid; width: 6rem; height: 6rem; place-items: center; color: var(--paper); background: var(--ink); border-radius: 50%; font: 800 1.65rem/1 ui-sans-serif, system-ui, sans-serif; letter-spacing: .08em; }
.author-articles > h2 { font: 700 2rem/1.1 Georgia, serif; }
.author-articles .post-card h3 { margin: .3rem 0; overflow-wrap: anywhere; font: 700 1.7rem/1.1 Georgia, serif; }
footer { color: var(--muted); border-top: 1px solid var(--line); }
@media (max-width: 42rem) { .hero { padding: 3rem 0 5rem; } main { padding-top: 2.5rem; } .author-page { grid-template-columns: minmax(0, 1fr); gap: 2rem; } .author-profile { position: static; } }
