:root {
  color-scheme: light;
  --paper: #ece7dc;
  --ink: #171713;
  --muted: #615d54;
  --rule: #9a9488;
  font-family: Georgia, "Times New Roman", serif;
  background: var(--paper);
  color: var(--ink);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); }
a { color: inherit; text-underline-offset: 4px; }
img { display: block; width: 100%; }
.site-header, footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: min(1180px, calc(100% - 36px)); margin: auto; padding: 20px 0; border-bottom: 1px solid var(--rule); font: .68rem ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; text-transform: uppercase; }
.site-header span { text-align: center; }
.site-header > a:last-child { text-align: right; }
.brand { font-family: Georgia, "Times New Roman", serif; font-size: 1rem; letter-spacing: -.02em; text-decoration: none; }
main { width: min(1180px, calc(100% - 36px)); margin: auto; }
article { padding: clamp(58px, 10vw, 130px) 0 100px; }
.story-header { max-width: 920px; margin-bottom: 60px; }
.section-label { margin: 0 0 14px; font: .68rem ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .13em; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(4.5rem, 13vw, 10rem); line-height: .82; font-weight: 400; letter-spacing: -.065em; }
.lead { max-width: 820px; margin: 36px 0 0; font-size: clamp(1.35rem, 3vw, 2rem); line-height: 1.42; }
figure { margin: 0; }
figure img { background: #d2ccbf; object-fit: cover; }
figcaption { margin-top: 8px; color: var(--muted); font: .67rem/1.45 ui-monospace, SFMono-Regular, Menlo, monospace; }
.wide-figure img { max-height: 670px; }
.text-section, .answer { max-width: 760px; margin: clamp(90px, 14vw, 170px) auto 55px; }
h2 { margin: 0 0 25px; font-size: clamp(2.2rem, 5.5vw, 4.8rem); line-height: 1.02; font-weight: 400; letter-spacing: -.035em; }
.text-section > p:not(.section-label), .answer > p:not(.section-label), .alternate > p:not(.section-label), .sources > p:not(.section-label) { font-size: 1.12rem; line-height: 1.72; }
.note { padding-left: 18px; border-left: 2px solid var(--rule); color: var(--muted); font-size: .95rem !important; }
.image-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.image-pair img { aspect-ratio: 16 / 9; }
.vote-section { display: grid; grid-template-columns: 1fr minmax(300px, .72fr); gap: clamp(40px, 8vw, 110px); align-items: start; margin: clamp(110px, 16vw, 190px) 0; padding: 70px 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.vote-section > div > p:not(.section-label) { font-size: 1.1rem; line-height: 1.65; }
.vote-section figure img { aspect-ratio: 4 / 5; object-fit: cover; object-position: top; }
.tally { margin: 30px 0; padding: 0; list-style: none; border-top: 1px solid var(--rule); }
.tally li { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--rule); font-size: 1.45rem; }
.tally strong { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .95em; font-weight: 400; }
.answer { padding: 55px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.alternate { margin-top: clamp(110px, 16vw, 190px); }
.alternate > h2, .alternate > p { max-width: 780px; }
.alternate-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 45px; }
.alternate-grid img { aspect-ratio: 4 / 3; object-fit: cover; }
.sources { max-width: 780px; margin: clamp(110px, 16vw, 190px) auto 0; padding-top: 55px; border-top: 1px solid var(--rule); }
.sources ul { margin: 28px 0; padding-left: 20px; }
.sources li { margin: 10px 0; line-height: 1.5; }
footer { border-top: 1px solid var(--rule); border-bottom: 0; }
footer a { text-align: right; }
@media (max-width: 700px) {
  .site-header, main, footer { width: min(100% - 24px, 1180px); }
  .site-header { grid-template-columns: 1fr auto; }
  .site-header span { display: none; }
  article { padding-top: 55px; }
  .story-header { margin-bottom: 38px; }
  .lead { margin-top: 25px; }
  .image-pair, .alternate-grid, .vote-section { grid-template-columns: 1fr; }
  .image-pair, .alternate-grid { gap: 36px; }
  .vote-section { padding: 48px 0; }
  .text-section, .answer { margin-top: 90px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
