:root {
  --bg: #f7f4ef;
  --ink: #1c1916;
  --muted: #5c564e;
  --accent: #1f4d3a;
  --card: #fffdf8;
  --line: #d9d1c4;
  --max: 42rem;
}
* { box-sizing: border-box; }
html { font-size: 18px; }
body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
}
.skip { position: absolute; left: -999px; }
.wrap { max-width: calc(var(--max) + 8rem); margin: 0 auto; padding: 0 1.25rem; }
.site-header, .site-footer { background: var(--ink); color: #f4efe6; }
.site-header .wrap, .site-footer .wrap { display: flex; gap: 1rem; align-items: center; justify-content: space-between; flex-wrap: wrap; padding: 1rem 1.25rem; }
.brand { color: #fff; text-decoration: none; font-weight: 700; letter-spacing: 0.02em; }
nav a, .site-footer a { color: #e8dfd0; margin-right: 0.85rem; }
main.wrap { max-width: var(--max); padding: 2rem 1.25rem 3rem; }
h1, h2, h3 { line-height: 1.25; }
.lede, .meta, .disclosure { color: var(--muted); }
.disclosure { background: #efe7d8; padding: 0.75rem 1rem; border-left: 4px solid var(--accent); }
.post-list { list-style: none; padding: 0; }
.post-list li { padding: 1rem 0; border-bottom: 1px solid var(--line); }
.post-list a { font-size: 1.15rem; color: var(--accent); }
.content img { max-width: 100%; height: auto; }
.hero img { width: 100%; height: auto; }
.house-ad, .signup { background: var(--card); border: 1px solid var(--line); padding: 1.25rem; margin: 1.5rem 0; }
.house-ad ul { padding-left: 1.2rem; }
.kicker { text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.75rem; color: var(--muted); }
.signup label { display: block; margin: 0.75rem 0; }
.signup input { width: 100%; padding: 0.6rem; font-size: 1rem; }
.signup button { background: var(--accent); color: #fff; border: 0; padding: 0.6rem 1rem; font-size: 1rem; cursor: pointer; }
.pager { display: flex; justify-content: space-between; margin-top: 2rem; }
.ad-band, .signup-band { max-width: var(--max); }
.byline { font-style: italic; color: var(--muted); margin-top: -0.5rem; }
.credit { font-size: 0.85rem; color: var(--muted); margin-top: 0.35rem; }
.sources-section, .related-articles, .archive-band { margin-top: 2rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.hero { margin: 0 0 1.5rem; }
.hero figcaption, .credit { font-family: system-ui, sans-serif; }
