:root {
  --paper: #f4f0e8;
  --paper-light: #fbfaf6;
  --ink: #171715;
  --muted: #67635d;
  --line: rgba(23, 23, 21, .18);
  --red: #d42d25;
  --serif: "Iowan Old Style", Baskerville, Georgia, serif;
  --sans: Inter, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font: 16px/1.65 var(--sans);
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration-color: rgba(212,45,37,.55); text-underline-offset: .2em; }
a:hover { color: var(--red); }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 10; padding: .7rem 1rem; color: #fff; background: var(--ink); }
.skip-link:focus { top: 1rem; }
.editorial-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1rem clamp(1.2rem, 4vw, 4.5rem);
  border-bottom: 1px solid var(--line);
}
.wordmark { color: inherit; font: 1.1rem/.95 var(--serif); text-decoration: none; }
.wordmark span { display: block; }
.wordmark span:last-child { margin-left: 1.15rem; font-style: italic; }
.editorial-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .7rem 1.6rem; }
.editorial-nav a { font-size: .72rem; font-weight: 750; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.editorial-hero {
  padding: clamp(4rem, 9vw, 8rem) clamp(1.2rem, 4vw, 4.5rem) clamp(3rem, 7vw, 6rem);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, var(--paper) 0 70%, #e8e0d4 70% 100%);
}
.editorial-hero-inner { max-width: 1120px; margin: 0 auto; }
.kicker { margin: 0 0 1.2rem; color: var(--red); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.editorial-hero h1 { max-width: 1050px; margin: 0; font: 500 clamp(2.8rem, 6vw, 6.2rem)/.96 var(--serif); letter-spacing: -.045em; }
.standfirst { max-width: 820px; margin: 2rem 0 0; color: #46433e; font: 1.25rem/1.55 var(--serif); }
.page-meta { display: flex; flex-wrap: wrap; gap: .5rem 1.3rem; margin: 2rem 0 0; color: var(--muted); font-size: .78rem; }
.layout { display: grid; grid-template-columns: minmax(0, 760px) minmax(240px, 310px); gap: clamp(3rem, 7vw, 7rem); max-width: 1120px; margin: 0 auto; padding: clamp(3rem, 7vw, 6rem) clamp(1.2rem, 4vw, 4.5rem); }
.prose h2 { margin: 3.2rem 0 1rem; font: 500 clamp(2rem, 4vw, 3.4rem)/1.04 var(--serif); letter-spacing: -.025em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 2.2rem 0 .7rem; font: 500 1.55rem/1.2 var(--serif); }
.prose p, .prose li { color: #413e39; }
.prose p { margin: 0 0 1.2rem; }
.prose ul, .prose ol { margin: 0 0 1.6rem; padding-left: 1.3rem; }
.prose li { margin: .55rem 0; }
.prose blockquote { margin: 2rem 0; padding: 1.5rem 0 1.5rem 1.8rem; border-left: 3px solid var(--red); font: 1.55rem/1.35 var(--serif); }
.answer { margin: 1.4rem 0; padding: 1.4rem; border: 1px solid var(--line); background: var(--paper-light); }
.answer h2, .answer h3 { margin-top: 0; }
.answer p:last-child { margin-bottom: 0; }
.facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; padding: 1px; background: var(--line); }
.fact { padding: 1.15rem; background: var(--paper-light); }
.fact dt { color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.fact dd { margin: .2rem 0 0; font: 1.05rem/1.35 var(--serif); }
.source-list { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--line); font-size: .84rem; }
.source-list h2 { font-size: 1.8rem; }
.note { padding: 1rem 1.2rem; border-left: 3px solid var(--red); background: #eee7dc; color: #514d47; font-size: .9rem; }
.sidebar { align-self: start; position: sticky; top: 2rem; }
.sidebar-card { padding: 1.5rem; border-top: 3px solid var(--red); background: var(--paper-light); }
.sidebar-card + .sidebar-card { margin-top: 1.2rem; }
.sidebar-card h2 { margin: 0 0 1rem; font: 1.55rem/1.1 var(--serif); }
.sidebar-card p { color: var(--muted); font-size: .86rem; }
.sidebar-links { display: flex; flex-direction: column; gap: .65rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: .75rem 1.1rem; border: 1px solid var(--red); color: #fff; background: var(--red); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.button:hover { color: #fff; background: #b8241f; }
.selection { counter-reset: books; }
.selection article { margin: 2.5rem 0; padding-top: 2rem; border-top: 1px solid var(--line); }
.selection article h2::before { counter-increment: books; content: counter(books, decimal-leading-zero) " "; color: var(--red); font: italic 1rem var(--serif); }
.editorial-footer { display: grid; grid-template-columns: 1fr 2fr; gap: 2rem; padding: 3rem clamp(1.2rem, 4vw, 4.5rem); color: #ded9d0; background: var(--ink); }
.editorial-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .7rem 1.3rem; }
.editorial-footer a { color: inherit; font-size: .8rem; }

@media (max-width: 780px) {
  .editorial-header { align-items: flex-start; }
  .editorial-nav { max-width: 190px; gap: .45rem .8rem; }
  .editorial-nav a { font-size: .64rem; }
  .editorial-hero { background: var(--paper); }
  .layout { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .facts { grid-template-columns: 1fr; }
  .editorial-footer { grid-template-columns: 1fr; }
  .editorial-footer nav { justify-content: flex-start; }
}
