:root {
  --ink: #17211e;
  --muted: #5b6863;
  --paper: #f7f7f3;
  --white: #ffffff;
  --forest: #102a24;
  --forest-2: #183c33;
  --gold: #c5a35c;
  --gold-light: #efe0b8;
  --red: #7d302d;
  --line: #d9ded9;
  --max: 1320px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); font-size: 16px; line-height: 1.65; }
a { color: inherit; text-underline-offset: 0.2em; }
.progress { position: fixed; inset: 0 0 auto; height: 3px; z-index: 50; }
.progress span { display: block; height: 100%; width: 0; background: var(--gold); }

.site-header {
  position: sticky; top: 0; z-index: 40; min-height: 76px; padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  display: flex; align-items: center; justify-content: space-between; gap: 30px;
  color: #f6f7f3; background: rgba(16, 42, 36, 0.97); border-bottom: 1px solid rgba(255,255,255,0.13);
  backdrop-filter: blur(12px);
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; min-width: max-content; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font: 700 20px Georgia, serif; }
.brand b, .brand small { display: block; }
.brand b { font-size: 14px; letter-spacing: 0.12em; }
.brand small { color: #bfcfc8; font-size: 12px; }
nav { display: flex; align-items: center; gap: 6px; overflow-x: auto; }
nav a { padding: 8px 11px; color: #d6e1dc; text-decoration: none; border-radius: 5px; font-size: 14px; white-space: nowrap; }
nav a:hover, nav a[aria-current="page"] { color: white; background: rgba(255,255,255,0.1); }

.page { min-height: 70vh; }
.page.is-hidden { display: none; }
.overview { max-width: var(--max); margin: 0 auto; padding: 64px 24px 90px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr); gap: clamp(42px, 8vw, 110px); align-items: end; }
.kicker { margin: 0 0 12px; color: #876927; font-size: 13px; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
h1, h2, h3 { text-wrap: balance; }
.hero-grid h1 { max-width: 800px; margin: 0; color: var(--forest); font: 600 clamp(44px, 7vw, 82px)/0.98 Georgia, serif; letter-spacing: -0.045em; }
.standfirst { max-width: 760px; margin: 28px 0 16px; color: #34433e; font: 400 clamp(19px, 2.3vw, 25px)/1.45 Georgia, serif; }
.byline { color: var(--muted); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 10px 18px; border-radius: 5px; text-decoration: none; font-weight: 750; }
.button.primary { color: white; background: var(--forest); }
.button.secondary { color: var(--forest); border: 1px solid #aab6b1; background: white; }
.button:hover { transform: translateY(-1px); }
.hero-note { padding: 28px 0 5px 28px; border-left: 3px solid var(--gold); }
.hero-note > span { color: var(--muted); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; }
.hero-note blockquote { margin: 16px 0 0; color: var(--forest-2); font: italic 24px/1.42 Georgia, serif; }

.metrics { margin: 64px 0 100px; display: grid; grid-template-columns: repeat(4, 1fr); background: var(--forest); color: white; }
.metrics div { padding: 26px 28px; border-right: 1px solid rgba(255,255,255,0.14); }
.metrics div:last-child { border-right: 0; }
.metrics strong, .metrics span { display: block; }
.metrics strong { color: var(--gold-light); font: 600 35px Georgia, serif; }
.metrics span { color: #c9d6d1; font-size: 13px; }

.intro-section, .shortlist { margin-top: 90px; }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading h2 { margin: 0 0 12px; color: var(--forest); font: 600 clamp(32px, 4vw, 48px)/1.12 Georgia, serif; letter-spacing: -0.025em; }
.section-heading p:last-child { color: var(--muted); font-size: 18px; }
.format-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.format-card { position: relative; overflow: hidden; min-height: 430px; padding: 34px; background: white; border: 1px solid var(--line); box-shadow: 0 10px 30px rgba(16,42,36,0.05); }
.format-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 6px; background: var(--gold); }
.movie-card::before { background: var(--red); }
.card-meta { display: flex; justify-content: space-between; gap: 15px; color: var(--muted); font-size: 13px; text-transform: uppercase; letter-spacing: 0.08em; }
.card-meta b { color: var(--forest); }
.format-card h3 { margin: 52px 0 18px; color: var(--forest); font: 600 31px/1.18 Georgia, serif; }
.format-card > p { color: #4c5b56; }
.format-card dl { margin: 28px 0 34px; border-top: 1px solid var(--line); }
.format-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.format-card dt { color: var(--muted); }
.format-card dd { margin: 0; font-weight: 750; text-align: right; }
.format-card > a { color: var(--forest); font-weight: 800; text-decoration: none; }
.format-card > a span { color: var(--gold); margin-left: 4px; }

.shortlist { padding-top: 64px; border-top: 1px solid var(--line); }
.section-heading.compact { max-width: 900px; }
.shortlist-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.shortlist-grid > div { min-height: 225px; padding: 25px; background: var(--paper); }
.shortlist-grid span { color: var(--gold); font: 600 18px Georgia, serif; }
.shortlist-grid h3 { margin: 30px 0 8px; color: var(--forest); font: 600 22px Georgia, serif; }
.shortlist-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.article-hero { padding: 72px max(24px, calc((100vw - 1050px) / 2)); color: white; background: var(--forest); }
.movie-hero { background: #2e2523; }
.method-hero { background: #24302d; }
.article-hero .kicker { color: var(--gold-light); }
.article-hero h1 { max-width: 980px; margin: 0; font: 600 clamp(38px, 5.5vw, 65px)/1.05 Georgia, serif; letter-spacing: -0.035em; }
.article-hero > p:last-child { margin: 18px 0 0; color: #cbd7d2; }
.article-layout { max-width: 1180px; margin: 0 auto; padding: 56px 24px 100px; display: grid; grid-template-columns: 240px minmax(0, 780px); gap: 70px; justify-content: center; }
.article-toc { position: sticky; top: 105px; align-self: start; max-height: calc(100vh - 125px); overflow: auto; padding-right: 12px; }
.article-toc p { margin: 0 0 12px; color: #876927; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.article-toc a { display: block; padding: 7px 0; color: var(--muted); text-decoration: none; font-size: 13px; line-height: 1.4; }
.article-toc a:hover { color: var(--forest); }
.prose { min-width: 0; color: #27332f; font: 17px/1.75 Georgia, serif; }
.prose > p:first-child { color: var(--muted); font-family: Inter, sans-serif; font-size: 14px; }
.prose h2 { margin: 58px 0 20px; padding-top: 28px; border-top: 1px solid var(--line); color: var(--forest); font: 600 34px/1.18 Georgia, serif; letter-spacing: -0.02em; scroll-margin-top: 100px; }
.prose h3 { color: var(--forest); font: 600 23px Georgia, serif; }
.prose strong { color: #162b24; }
.prose a { color: #17624e; }
.prose ul, .prose ol { padding-left: 23px; }
.prose li { margin: 10px 0; }
.prose blockquote { margin: 26px 0; padding: 14px 24px; border-left: 3px solid var(--gold); background: #f0f1ec; }
.table-scroll { width: 100%; margin: 30px 0; overflow-x: auto; border: 1px solid var(--line); }
table { width: max-content; min-width: 100%; border-collapse: collapse; background: white; font: 14px/1.5 Inter, sans-serif; }
th, td { max-width: 420px; padding: 12px 14px; text-align: left; vertical-align: top; border-bottom: 1px solid #e4e8e4; }
th { color: var(--forest); background: #e7ece8; }
tr:last-child td { border-bottom: 0; }
tbody tr:nth-child(even) { background: #fafbf8; }

.method-page { padding-bottom: 90px; }
.method-grid { max-width: 1100px; margin: 65px auto; padding: 0 24px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.method-grid article { min-height: 250px; padding: 34px; background: white; }
.method-grid span { color: var(--gold); font: 600 19px Georgia, serif; }
.method-grid h2 { margin: 25px 0 10px; color: var(--forest); font: 600 27px Georgia, serif; }
.method-grid p { color: var(--muted); }
.coverage-box, .author-box { max-width: 1050px; margin: 55px auto; padding: 35px 40px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; background: var(--forest); color: white; }
.coverage-box h2, .author-box h2 { margin: 0; font: 600 31px Georgia, serif; }
.coverage-box > p { margin: 0; color: #cbd7d2; }
.author-box { grid-template-columns: 110px 1fr; align-items: center; background: white; color: var(--ink); border: 1px solid var(--line); }
.author-monogram { width: 100px; height: 100px; display: grid; place-items: center; border-radius: 50%; color: var(--gold-light); background: var(--forest); font: 600 31px Georgia, serif; }
.author-box p:last-child { color: var(--muted); }

footer { padding: 38px max(24px, calc((100vw - var(--max)) / 2)); color: #c5d2cd; background: #0b201a; font-size: 13px; }
footer p { margin: 5px 0; max-width: 900px; }

@media (max-width: 930px) {
  .site-header { align-items: flex-start; padding-top: 13px; padding-bottom: 13px; flex-direction: column; gap: 10px; }
  nav { width: 100%; }
  nav a:first-child { padding-left: 0; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-note { max-width: 700px; }
  .metrics { grid-template-columns: repeat(2, 1fr); }
  .metrics div:nth-child(2) { border-right: 0; }
  .metrics div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .shortlist-grid { grid-template-columns: repeat(2, 1fr); }
  .article-layout { display: block; }
  .article-toc { position: static; max-height: none; columns: 2; margin-bottom: 48px; padding: 22px; background: #ecefe9; }
  .article-toc p { column-span: all; }
}

@media (max-width: 660px) {
  .site-header { min-height: auto; }
  .brand small { display: none; }
  nav { gap: 2px; }
  nav a { padding: 7px 8px; font-size: 13px; }
  .overview { padding: 42px 18px 65px; }
  .hero-grid h1 { font-size: 49px; }
  .standfirst { font-size: 19px; }
  .hero-note { padding-left: 20px; }
  .hero-note blockquote { font-size: 21px; }
  .metrics { margin: 48px 0 70px; }
  .metrics div { padding: 20px 18px; }
  .metrics strong { font-size: 29px; }
  .format-grid, .method-grid { grid-template-columns: 1fr; }
  .format-card { min-height: auto; padding: 27px 23px; }
  .format-card h3 { margin-top: 38px; font-size: 27px; }
  .shortlist-grid { grid-template-columns: 1fr; }
  .shortlist-grid > div { min-height: auto; }
  .article-hero { padding: 48px 20px; }
  .article-layout { padding: 35px 18px 70px; }
  .article-toc { columns: 1; }
  .prose { font-size: 16px; }
  .prose h2 { font-size: 29px; }
  th, td { padding: 10px; }
  .method-grid { margin-top: 42px; padding: 0 18px; border: 0; background: transparent; gap: 14px; }
  .method-grid article { min-height: auto; border: 1px solid var(--line); padding: 26px; }
  .coverage-box, .author-box { margin: 35px 18px; padding: 28px; grid-template-columns: 1fr; gap: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  .button:hover { transform: none; }
}

@media print {
  .site-header, .progress, .article-toc, .hero-actions, footer { display: none !important; }
  .page.is-hidden { display: none !important; }
  .article-hero { padding: 0 0 30px; color: black; background: white; }
  .article-hero .kicker, .article-hero > p:last-child { color: #444; }
  .article-layout { display: block; padding: 0; }
  .prose { max-width: none; }
}
