:root {
  --paper: #f4f0e7;
  --ink: #19201d;
  --muted: #5b625d;
  --rule: #c9c2b5;
  --forest: #173f35;
  --forest-2: #235e4e;
  --amber: #b76b24;
  --red: #9d3e35;
  --white: #fffdf8;
  --shadow: 0 18px 45px rgba(25, 32, 29, .10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(183,107,36,.10), transparent 29rem),
    var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.72;
  font-size: 18px;
}
a { color: var(--forest-2); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--amber); }
header {
  color: var(--white);
  background: linear-gradient(135deg, #102f28 0%, #1b5142 67%, #8b5526 145%);
  padding: 5.5rem 1.5rem 4.5rem;
}
.header-inner, main, footer { width: min(920px, calc(100% - 2rem)); margin: 0 auto; }
.site-brand {
  display: inline-flex;
  align-items: baseline;
  gap: .65rem;
  margin-bottom: 3rem;
  color: var(--white);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: .9rem;
  font-weight: 850;
  letter-spacing: .09em;
  text-decoration: none;
}
.site-brand span { color: #bcd1ca; font-size: .72rem; font-weight: 650; letter-spacing: .04em; }
.site-brand:hover { color: #f5c58e; }
.kicker, .meta, nav, .eyebrow, .verdict, .claim-label, .source-type {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .04em;
}
.kicker { margin: 0 0 1.2rem; color: #f5c58e; font-size: .78rem; font-weight: 750; text-transform: uppercase; }
h1 { margin: 0; max-width: 820px; font-size: clamp(2.7rem, 7vw, 5.5rem); line-height: .98; letter-spacing: -.045em; font-weight: 650; }
.deck { max-width: 760px; margin: 1.6rem 0 0; color: #e4eee9; font-size: clamp(1.12rem, 2.5vw, 1.45rem); line-height: 1.45; }
.meta { margin-top: 2rem; color: #bcd1ca; font-size: .82rem; }
.verdict {
  display: inline-flex; align-items: center; gap: .55rem; margin-top: 2rem; padding: .55rem .8rem;
  border: 1px solid rgba(255,255,255,.35); border-radius: 999px; color: #fff7ed; font-size: .78rem; font-weight: 700;
  background: rgba(0,0,0,.14);
}
.verdict-dot { width: .58rem; height: .58rem; border-radius: 50%; background: #f0a24e; box-shadow: 0 0 0 4px rgba(240,162,78,.16); }
nav { position: sticky; top: 0; z-index: 10; background: rgba(244,240,231,.94); border-bottom: 1px solid var(--rule); backdrop-filter: blur(10px); }
nav .nav-inner { width: min(920px, calc(100% - 2rem)); margin: auto; display: flex; gap: 1.25rem; overflow-x: auto; padding: .85rem 0; scrollbar-width: none; }
nav a { color: var(--ink); font-size: .79rem; font-weight: 680; text-decoration: none; white-space: nowrap; }
main { padding: 3.4rem 0 5rem; }
section { scroll-margin-top: 5rem; }
h2 { margin: 4.8rem 0 1rem; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.08; letter-spacing: -.03em; }
h3 { margin: 2.7rem 0 .6rem; font-size: 1.45rem; line-height: 1.25; }
p { margin: 0 0 1.25rem; }
.lede { font-size: 1.25rem; line-height: 1.62; }
.abstract, .callout, .claim, .method-box {
  background: rgba(255,253,248,.76); border: 1px solid var(--rule); border-radius: 14px; box-shadow: var(--shadow);
}
.abstract { padding: 1.8rem 2rem; margin: 0 0 3rem; }
.eyebrow { margin: 0 0 .55rem; color: var(--amber); font-size: .74rem; font-weight: 800; text-transform: uppercase; }
blockquote { margin: 2rem 0; padding: 1.25rem 1.5rem; border-left: 4px solid var(--amber); background: rgba(255,255,255,.44); font-size: 1.18rem; }
.taxonomy { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 1.8rem 0 2rem; }
.taxonomy article { padding: 1.25rem; border-top: 4px solid var(--forest-2); background: rgba(255,253,248,.72); }
.taxonomy h3 { margin: 0 0 .45rem; font-size: 1.03rem; }
.taxonomy p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.55; }
.timeline { position: relative; margin: 2rem 0; padding-left: 1.7rem; border-left: 2px solid var(--rule); }
.timeline-item { position: relative; margin: 0 0 1.55rem; padding-left: .65rem; }
.timeline-item::before { content: ""; position: absolute; left: -2.04rem; top: .55rem; width: .62rem; height: .62rem; border-radius: 50%; background: var(--amber); border: 3px solid var(--paper); }
.timeline-year { font-family: ui-sans-serif, system-ui, sans-serif; font-size: .75rem; color: var(--amber); font-weight: 800; }
.timeline-item p { margin: .12rem 0 0; }
.claim { margin: 1.35rem 0; padding: 1.45rem 1.55rem; box-shadow: none; }
.claim-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; margin-bottom: .65rem; }
.claim h3 { margin: 0; font-size: 1.25rem; }
.claim-label { flex: 0 0 auto; padding: .26rem .52rem; border-radius: 999px; font-size: .67rem; font-weight: 800; text-transform: uppercase; }
.true { background: #dcece4; color: #1d5b43; }
.mixed { background: #f5e3cc; color: #8a4e17; }
.false { background: #f2d9d6; color: #87342d; }
.claim p:last-child { margin-bottom: 0; }
.callout { margin: 2.2rem 0; padding: 1.45rem 1.65rem; border-left: 5px solid var(--forest-2); }
.callout strong { color: var(--forest); }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; margin: 1.4rem 0 2rem; }
.two-col > div { padding: 1.35rem; background: rgba(255,253,248,.68); border: 1px solid var(--rule); }
.two-col h3 { margin: 0 0 .55rem; font-size: 1.15rem; }
.two-col ul { margin-bottom: 0; }
ul, ol { padding-left: 1.25rem; }
li { margin-bottom: .55rem; }
.bottom-line { padding: 1.8rem 2rem; background: var(--forest); color: #f7f2e9; border-radius: 14px; }
.bottom-line h2 { margin: 0 0 .8rem; color: white; }
.bottom-line p:last-child { margin-bottom: 0; }
.method-box { padding: 1.5rem 1.7rem; box-shadow: none; }
.sources { list-style: none; padding: 0; counter-reset: source; }
.sources li { counter-increment: source; padding: 1rem 0 1rem 2.7rem; border-top: 1px solid var(--rule); position: relative; }
.sources li::before { content: counter(source); position: absolute; left: 0; top: 1rem; width: 1.7rem; height: 1.7rem; display: grid; place-items: center; border-radius: 50%; background: var(--forest); color: white; font-family: ui-sans-serif, system-ui, sans-serif; font-size: .72rem; font-weight: 750; }
.source-type { display: block; color: var(--muted); font-size: .7rem; text-transform: uppercase; font-weight: 750; }
sup a { font-family: ui-sans-serif, system-ui, sans-serif; font-size: .7em; text-decoration: none; }
footer { padding: 2.5rem 0 4rem; border-top: 1px solid var(--rule); color: var(--muted); font-size: .85rem; }
.back { text-decoration: none; }
@media (max-width: 760px) {
  body { font-size: 17px; }
  header { padding-top: 4rem; }
  .taxonomy, .two-col { grid-template-columns: 1fr; }
  .claim-head { display: block; }
  .claim-label { display: inline-block; margin-top: .55rem; }
  .abstract, .bottom-line { padding: 1.4rem; }
}
@media print {
  nav { display: none; }
  body { background: white; color: black; font-size: 11pt; }
  header { background: white; color: black; padding: 0 0 1.5rem; border-bottom: 2px solid black; }
  .deck, .meta, .kicker { color: #333; }
  .verdict { color: black; border-color: #777; }
  main, .header-inner, footer { width: 100%; }
  .abstract, .claim, .callout, .method-box { box-shadow: none; break-inside: avoid; }
  a { color: black; }
}
