:root {
  --paper: #f3eee4;
  --paper-deep: #e7dfd0;
  --ink: #181816;
  --ink-soft: #504d46;
  --rule: #b9b1a3;
  --rule-dark: #777166;
  --red: #b62e25;
  --red-dark: #8f211b;
  --yellow: #f1c84b;
  --green: #244f46;
  --display: "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --shell: min(1280px, calc(100vw - 48px));
}

[data-theme="dark"] {
  --paper: #171715;
  --paper-deep: #25241f;
  --ink: #f0ebdf;
  --ink-soft: #b9b3a7;
  --rule: #4d4a43;
  --rule-dark: #89847a;
  --red: #f05a4d;
  --red-dark: #ff756a;
  --yellow: #e3b943;
  --green: #8dbeb0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.55; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration-thickness: .07em; text-underline-offset: .18em; }
a:hover { color: var(--red-dark); }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; box-shadow: 0 0 0 6px var(--yellow); }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; transform: translateY(-160%); padding: 10px 16px; color: white; background: var(--red); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin: 0 0 13px; font-family: var(--mono); font-size: .76rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.fineprint { color: var(--ink-soft); font-size: .78rem; line-height: 1.5; }

.issue-line { min-height: 31px; padding: 7px 24px 6px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; border-bottom: 1px solid var(--ink); font: 600 .67rem/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.issue-line span:nth-child(2) { text-align: center; }
.issue-line span:last-child { text-align: right; }
.site-header { width: var(--shell); margin-inline: auto; }
.masthead-row { min-height: 145px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 3px double var(--ink); }
.wordmark { display: grid; justify-items: center; font-family: var(--display); font-size: clamp(2.05rem, 5.4vw, 4.55rem); font-weight: 700; line-height: .73; letter-spacing: -.07em; text-decoration: none; text-transform: uppercase; }
.wordmark span:last-child { margin-left: .72em; color: var(--red); font-size: .47em; letter-spacing: .17em; line-height: 1.9; }
.menu-button, .theme-button, .drawer-close { border: 0; background: transparent; }
.menu-button { width: 44px; height: 44px; display: grid; place-content: center; gap: 7px; justify-self: start; }
.menu-button i { width: 27px; height: 2px; display: block; background: var(--ink); }
.theme-button { padding: 7px; font-size: 1.35rem; }
.header-actions { display: flex; align-items: center; justify-content: end; gap: 17px; }
.sign-in { font-size: .83rem; font-weight: 700; text-decoration: none; }
.button { min-height: 47px; padding: 12px 19px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--ink); border-radius: 1px; color: var(--paper); background: var(--ink); font-size: .78rem; font-weight: 800; letter-spacing: .075em; text-decoration: none; text-transform: uppercase; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover { color: white; background: var(--red); border-color: var(--red); transform: translateY(-2px); }
.button-small { min-height: 38px; padding: 8px 14px; font-size: .7rem; }
.button-ghost { color: var(--ink); background: transparent; }
.button-dark { color: var(--paper); background: var(--ink); }
.button-hero { color: #f6f1e6; background: transparent; border-color: #f6f1e6; }
.primary-nav { height: 51px; display: flex; align-items: center; justify-content: center; gap: clamp(14px, 2.2vw, 31px); border-bottom: 1px solid var(--ink); white-space: nowrap; }
.primary-nav > a { font-size: .74rem; font-weight: 800; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.nav-search { position: relative; display: flex; align-items: center; margin-left: auto; border-left: 1px solid var(--rule); }
.nav-search input { width: 158px; padding: 8px 28px 8px 13px; border: 0; color: var(--ink); background: transparent; font-size: .76rem; }
.nav-search button { position: absolute; right: 1px; border: 0; background: transparent; }

.drawer { position: fixed; z-index: 80; inset: 0 auto 0 0; width: min(390px, 90vw); height: 100dvh; padding: 70px 36px 40px; display: flex; flex-direction: column; gap: 0; overflow-y: auto; overscroll-behavior: contain; color: #f6f0e5; background: #191916; transform: translateX(-105%); transition: transform .28s ease; }
.drawer.open { transform: translateX(0); }
.drawer > a { padding: 13px 0; border-bottom: 1px solid #4a4840; font-family: var(--display); font-size: 1.25rem; text-decoration: none; }
.drawer .eyebrow { color: #bdb4a4; }
.drawer-close { position: absolute; top: 21px; right: 23px; color: white; font-size: 2rem; }
.drawer-backdrop { position: fixed; z-index: 79; inset: 0; display: none; border: 0; background: rgb(0 0 0 / 50%); }
.drawer-backdrop.open { display: block; }

/* The front page runs on a real archival photograph: the heading sits on the
   picture, white over a dark gradient, rather than beside it. */
.hero { position: relative; min-height: min(78vh, 720px); display: grid; align-items: end; isolation: isolate; color: #f6f1e6; background: #14140f; }
.hero-photo { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.05); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, rgb(14 14 10 / 88%) 0%, rgb(14 14 10 / 74%) 42%, rgb(14 14 10 / 34%) 100%), linear-gradient(to top, rgb(14 14 10 / 82%) 0%, rgb(14 14 10 / 0%) 55%); }
.hero-inner { padding: clamp(60px, 9vw, 112px) 0 clamp(56px, 7vw, 92px); }
.hero-credit { position: absolute; right: max(15px, calc((100vw - var(--shell)) / 2)); bottom: 9px; max-width: 62ch; margin: 0; color: #cfc7b6; font: .62rem/1.5 var(--mono); text-align: right; }
.hero .eyebrow { color: var(--yellow); }
.hero-inner h1 { max-width: 720px; margin: 0; font-family: var(--display); font-size: clamp(3.2rem, 6.3vw, 6.8rem); font-weight: 600; line-height: .91; letter-spacing: -.055em; }
.hero-inner h1 em { position: relative; color: #ff8378; font-weight: inherit; }
.hero-inner h1 em::after { content: ""; position: absolute; left: -2%; right: -3%; bottom: .02em; height: 8px; border-top: 3px solid #ff8378; border-radius: 50%; transform: rotate(-2.5deg); }
.hero-deck { max-width: 615px; margin: 28px 0 0; color: #ded7c9; font-family: var(--display); font-size: clamp(1.15rem, 1.8vw, 1.55rem); line-height: 1.42; }
.hero-actions { margin-top: 30px; display: flex; gap: 10px; flex-wrap: wrap; }
/* Archive imagery: one figure treatment, one thumbnail treatment. Charts are
   contained rather than cropped, because a cropped axis is a wrong axis. */
.row-thumb { display: block; overflow: hidden; background: var(--paper-deep); }
.row-thumb img { width: 100%; aspect-ratio: 3/2; object-fit: cover; filter: saturate(.88) contrast(1.03); transition: transform .35s ease; }
.row-thumb.thumb-chart img { object-fit: contain; filter: none; background: #20211e; }
a:hover > .row-thumb img { transform: scale(1.035); }
.figure-credit { display: block; margin-top: 4px; color: var(--rule-dark); font-size: .64rem; letter-spacing: .02em; }
.figure-credit a { color: inherit; }
.figure-chart img { max-height: none; object-fit: contain; filter: none; }
.ruled-section { border-top: 1px solid var(--ink); }
.section-kicker { padding: 11px 0 10px; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--rule); font: 700 .71rem var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.daily-grid { min-height: 390px; padding-bottom: 18px; display: grid; grid-template-columns: .67fr 1.55fr .58fr; gap: 30px 42px; align-items: center; }
.daily-figure { grid-column: 1 / -1; margin: 26px 0 4px; }
.daily-figure img { width: 100%; aspect-ratio: 24 / 7; object-fit: cover; filter: saturate(.88) contrast(1.03); }
.daily-figure.figure-chart img { aspect-ratio: 24 / 9; object-fit: contain; background: #20211e; }
.daily-figure figcaption { padding: 8px 0; border-bottom: 1px solid var(--rule); color: var(--ink-soft); font: .7rem/1.5 var(--mono); }
.daily-number { align-self: stretch; padding: 41px 30px 36px 0; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--rule); }
.daily-number span, .pain-meter > span { font: 700 .69rem/1.35 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.daily-number strong { margin: 15px 0; font-family: var(--display); font-size: clamp(2.4rem, 4vw, 4.8rem); font-weight: 600; line-height: .93; }
.daily-number small { max-width: 245px; color: var(--ink-soft); font-size: .76rem; line-height: 1.48; }
.daily-story h2 { margin: 0 0 18px; font-family: var(--display); font-size: clamp(2.4rem, 4.5vw, 4.8rem); font-weight: 600; line-height: .98; letter-spacing: -.035em; }
.daily-story h2 a { text-decoration: none; }
.daily-story > p:not(.eyebrow) { max-width: 720px; color: var(--ink-soft); font-size: 1.05rem; }
.story-link { font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.story-link span { color: var(--red); }
.pain-meter { padding: 23px 0; }
.pain-meter b { margin: 8px 0 13px; display: block; font-family: var(--display); font-size: 3.2rem; line-height: 1; }
.pain-track { height: 8px; background: var(--paper-deep); }
.pain-track i { display: block; height: 100%; background: var(--red); }
.pain-meter small { margin-top: 12px; display: block; color: var(--ink-soft); font-size: .71rem; line-height: 1.45; }

.game-band { color: #f5f0e7; background: #20211e; }
.game-shell { padding: 74px 0 78px; display: grid; grid-template-columns: .58fr 1.42fr; gap: clamp(50px, 8vw, 120px); align-items: start; }
.game-intro { position: sticky; top: 20px; }
.game-intro .eyebrow { color: #e8bd40; }
.game-intro h2 { margin: 0; font-family: var(--display); font-size: clamp(3rem, 5vw, 5.4rem); font-weight: 600; line-height: .92; letter-spacing: -.04em; }
.game-intro > p:last-child { max-width: 360px; color: #bcb9b1; font-size: 1.03rem; }
.scenario-card { padding: clamp(28px, 4vw, 54px); color: var(--ink); background: #eee7d8; box-shadow: 14px 14px 0 #d83c30; }
[data-theme="dark"] .scenario-card { color: #181816; }
.scenario-top { display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid #aaa292; padding-bottom: 10px; color: #5a564e; font: 700 .69rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.scenario-card h3 { margin: 32px 0 0; font-family: var(--display); font-size: clamp(2.7rem, 5vw, 5.8rem); font-weight: 600; line-height: .95; letter-spacing: -.04em; }
.scenario-date { margin: 7px 0 27px; color: #98231d; font: 700 .78rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.scenario-card > p:not(.scenario-date) { max-width: 790px; font-size: 1.05rem; }
.scenario-card ul { margin: 25px 0 30px; padding: 0; list-style: none; border-top: 1px solid #aaa292; }
.scenario-card li { padding: 13px 0 13px 26px; position: relative; border-bottom: 1px solid #aaa292; }
.scenario-card li::before { content: "→"; position: absolute; left: 0; color: #98231d; }
.scenario-card fieldset { margin: 33px 0 0; padding: 0; border: 0; }
.scenario-card legend { margin-bottom: 13px; font-family: var(--display); font-size: 1.35rem; font-weight: 700; }
.choice-row { display: grid; grid-template-columns: repeat(3, 1fr); }
.choice-row button { min-height: 59px; margin-right: -1px; border: 1px solid #181816; background: transparent; font-size: .77rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.choice-row button:hover, .choice-row button.selected { color: white; background: #98231d; }
.choice-row button:disabled:not(.selected) { opacity: .5; }
.scenario-reveal { margin-top: 35px; padding-top: 34px; border-top: 3px double #181816; }
.scenario-reveal h4 { margin: 0 0 12px; font-family: var(--display); font-size: 2.3rem; line-height: 1.05; }
.scenario-metrics { margin: 28px 0; display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid #aaa292; }
.scenario-metrics div { padding: 18px 14px 18px 0; }
.scenario-metrics div + div { padding-left: 18px; border-left: 1px solid #aaa292; }
.scenario-metrics b, .scenario-metrics span { display: block; }
.scenario-metrics b { font-family: var(--display); font-size: 1.65rem; }
.scenario-metrics span { color: #5a564e; font-size: .7rem; text-transform: uppercase; }
.scenario-reveal a { font-weight: 700; }
.scenario-teaser { margin: 26px 0 22px; }
.scenario-teaser img { width: 100%; aspect-ratio: 21 / 9; object-fit: cover; }
.scenario-teaser.figure-chart img { object-fit: contain; background: #20211e; }
.scenario-teaser figcaption { padding: 8px 0 0; color: #5a564e; font: .68rem/1.5 var(--mono); }
.scenario-teaser .figure-credit { color: #7a7468; }

.section-title-row { padding: 67px 0 29px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-title-row h2, .prediction-grid h2, .newsletter-inner h2 { margin: 0; font-family: var(--display); font-size: clamp(2.8rem, 5vw, 5.2rem); font-weight: 600; line-height: .95; letter-spacing: -.04em; }
.section-title-row > a { margin-bottom: 5px; font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.story-grid { padding-bottom: 70px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--rule); }
.story-tile { min-width: 0; padding: 24px 24px 25px 0; }
.tile-thumb { display: block; margin-bottom: 17px; text-decoration: none; }
.story-tile + .story-tile { padding-left: 24px; border-left: 1px solid var(--rule); }
.story-tile > p:first-child { color: var(--red-dark); font: 700 .68rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.story-tile h3 { margin: 15px 0; font-family: var(--display); font-size: 1.65rem; line-height: 1.06; }
.story-tile h3 a { text-decoration: none; }
.story-tile h3 + p { color: var(--ink-soft); font-size: .87rem; }
.fact-label { padding: 4px 0; display: inline-block; border-bottom: 2px solid var(--yellow); font: 700 .65rem var(--mono); letter-spacing: .04em; text-transform: uppercase; }

.predictions-section { color: #18201e; background: var(--yellow); }
.prediction-grid { padding: 75px 0; display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.prediction-grid > div:first-child > p:not(.eyebrow) { max-width: 420px; }
.prediction-list { border-top: 1px solid #504a35; }
.prediction-list article { padding: 22px 0; display: grid; grid-template-columns: 120px minmax(0, 1fr) 100px; gap: 20px; align-items: start; border-bottom: 1px solid #77704f; }
.prediction-list span, .prediction-list b { font: 800 .65rem var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.prediction-list h3 { margin: 0; font-family: var(--display); font-size: 1.45rem; line-height: 1.05; }
.prediction-list p { grid-column: 2; margin: -7px 0 0; font-size: .82rem; }
.prediction-list b { text-align: right; }

.worked-grid { padding-bottom: 78px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--rule); }
.worked-grid > a { min-width: 0; padding: 27px 28px 0 0; text-decoration: none; }
.worked-grid > a + a { padding-left: 28px; border-left: 1px solid var(--rule); }
.worked-grid span { color: var(--red); font: 700 .76rem var(--mono); }
.worked-grid h3 { margin: 24px 0 13px; font-family: var(--display); font-size: 2rem; line-height: 1.05; }
.worked-grid p { color: var(--ink-soft); }
.newsletter-band { padding: 65px 0; color: #f3eee4; background: var(--red); }
.newsletter-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.newsletter-inner h2 { max-width: 680px; font-size: clamp(2.25rem, 4vw, 4.2rem); }
.newsletter-inner form label { display: block; margin-bottom: 9px; font: 700 .7rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.newsletter-inner form > div { display: flex; }
.newsletter-inner input { width: 100%; min-width: 0; min-height: 51px; padding: 12px 15px; border: 1px solid #f3eee4; border-right: 0; color: #191816; background: #f8f3e8; border-radius: 0; }
.newsletter-inner .button { border-color: #191816; background: #191816; }
.newsletter-inner .fineprint { color: #f2ddd8; }

.site-footer { padding: 60px max(24px, calc((100vw - min(1280px, calc(100vw - 48px))) / 2)); color: #e8e2d7; background: #181816; }
.footer-lead { padding-bottom: 45px; display: flex; justify-content: space-between; align-items: end; border-bottom: 1px solid #555149; }
.footer-mark { margin: 0; color: white; font-family: var(--display); font-size: clamp(2.1rem, 4vw, 4.2rem); font-weight: 700; line-height: .74; letter-spacing: -.05em; }
.footer-lead > p:last-child { max-width: 330px; color: #aaa399; }
.footer-grid { padding: 40px 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 45px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: start; gap: 8px; }
.footer-grid b { margin-bottom: 10px; color: white; font: 800 .72rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.footer-grid a { color: #bcb5aa; font-size: .84rem; text-decoration: none; }
.publisher-strip { padding: 15px 0; border-block: 1px solid #555149; color: #999388; font-size: .77rem; }
.publisher-strip a { color: #ddd6ca; }
.footer-legal { position: relative; padding-top: 27px; padding-right: 250px; color: #8f8a81; font-size: .7rem; }
.footer-legal a { color: #c9c2b8; }
.language-label { position: absolute; right: 0; top: 28px; display: flex; flex-direction: column; gap: 7px; font: 700 .64rem var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.language-label select { min-width: 185px; padding: 9px; border: 1px solid #555149; color: #ddd6ca; background: #181816; }

/* Interior pages */
.page-hero { padding: clamp(66px, 9vw, 126px) 0 62px; }
.page-hero h1, .hall-hero h1, .weekly-hero h1, .article-header h1,
.form-layout h1, .auth-layout h1, .status-page h1, .admin-header h1 {
  max-width: 1000px; margin: 0; font-family: var(--display); font-size: clamp(3.5rem, 8vw, 8rem);
  font-weight: 600; line-height: .9; letter-spacing: -.055em;
}
.page-hero > p:not(.eyebrow), .page-hero .shell > p:not(.eyebrow),
.hall-hero p:last-child, .weekly-hero .shell > p, .admin-header > p:last-child {
  max-width: 760px; margin: 24px 0 0; color: var(--ink-soft); font-family: var(--display); font-size: clamp(1.15rem, 2vw, 1.55rem); line-height: 1.42;
}
.page-hero .button { margin-top: 28px; }
.page-hero-dark { width: 100%; padding: clamp(68px, 9vw, 118px) 0; color: #f3eee4; background: #20211e; }
.page-hero-dark h1 { max-width: 1050px; }
.page-hero-dark .shell > p:last-child { color: #bcb9b1; }

.archive-list { margin-bottom: 72px; border-bottom: 1px solid var(--ink); }
.archive-row { min-height: 208px; padding: 28px 0; display: grid; grid-template-columns: 72px auto minmax(0, 1fr) 56px; gap: 26px; border-bottom: 1px solid var(--rule); }
.archive-row:not(:has(.archive-thumb)), .scenario-list-row:not(:has(.scenario-thumb)) { grid-template-columns: 72px minmax(0, 1fr) 56px; }
.archive-thumb { display: block; width: 280px; text-decoration: none; }
.archive-row:last-child { border-bottom: 0; }
.archive-index { padding-top: 5px; color: var(--red); font: 700 .74rem var(--mono); }
.archive-row h2 { max-width: 950px; margin: 3px 0 12px; font-family: var(--display); font-size: clamp(2rem, 4vw, 4rem); font-weight: 600; line-height: .98; letter-spacing: -.035em; }
.archive-row h2 a { text-decoration: none; }
.archive-row h2 + p { max-width: 820px; color: var(--ink-soft); }
.row-meta { display: flex; gap: 10px; flex-wrap: wrap; }
.row-meta span, .claim-stamp { padding: 5px 7px; border: 1px solid var(--rule-dark); font: 700 .66rem var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.save-control, .share-control { align-self: start; padding: 8px; border: 0; color: var(--ink); background: transparent; font-size: 1.8rem; }
.save-control.saved { color: var(--red); }
.save-labelled, .share-control { border-bottom: 1px solid var(--ink); font: 800 .69rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.editorial-note { margin-block: 58px 74px; padding: 24px 0; display: grid; grid-template-columns: 170px 1fr; gap: 30px; border-block: 3px double var(--ink); }
.editorial-note span { color: var(--red); font: 800 .7rem var(--mono); letter-spacing: .1em; }
.editorial-note p { max-width: 850px; margin: 0; font-family: var(--display); font-size: 1.25rem; }

.article { max-width: 1120px; }
.article-header { padding: clamp(70px, 10vw, 135px) 0 52px; border-bottom: 3px double var(--ink); }
.article-header h1 { max-width: 1060px; }
.article-deck { max-width: 820px; margin: 29px 0 0; color: var(--ink-soft); font-family: var(--display); font-size: clamp(1.3rem, 2.3vw, 1.75rem); line-height: 1.42; }
.article-actions { margin-top: 33px; display: flex; gap: 16px; }
.claim-stamp { width: max-content; margin-top: 30px; border-color: var(--red); color: var(--red-dark); }
.article-figure { margin: 52px 0; }
.article-figure img { width: 100%; max-height: 680px; object-fit: cover; filter: saturate(.9); }
.article-figure figcaption { padding: 9px 0; border-bottom: 1px solid var(--rule); color: var(--ink-soft); font: .7rem var(--mono); }
.story-ledger { margin: 48px 0; display: grid; grid-template-columns: 1fr 1fr; border-block: 1px solid var(--ink); }
.story-ledger section { padding: 28px; border-bottom: 1px solid var(--rule); }
.story-ledger section:nth-child(odd) { padding-left: 0; border-right: 1px solid var(--rule); }
.story-ledger section:nth-last-child(-n+2) { border-bottom: 0; }
.story-ledger span, .original-prediction > span { color: var(--red); font: 800 .68rem var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.story-ledger p { font-family: var(--display); font-size: 1.2rem; }
.story-ledger .today strong { display: block; margin-top: 10px; font: 600 2.4rem var(--display); }
.story-ledger small { color: var(--ink-soft); }
.pain-wide { margin: 45px 0; padding: 22px 0; display: grid; grid-template-columns: 120px 85px 1fr; gap: 24px; align-items: center; border-block: 1px solid var(--ink); }
.pain-wide > span { font: 800 .7rem var(--mono); letter-spacing: .1em; }
.pain-wide > b { font: 600 2rem var(--display); }
.pain-wide > div { height: 9px; background: var(--paper-deep); }
.pain-wide i { display: block; height: 100%; background: var(--red); }
.pain-wide p { grid-column: 3; margin: -15px 0 0; color: var(--ink-soft); font-size: .72rem; }
.article-body { width: min(760px, 100%); margin: 55px auto; }
.article-body section { margin-bottom: 50px; }
.article-body h2, .sources h2, .issue-archive h2, .calc-method h2 { margin: 0 0 14px; font: 600 clamp(2rem, 4vw, 3.5rem)/1 var(--display); letter-spacing: -.03em; }
.article-body p, .sources > p { font-family: var(--display); font-size: 1.12rem; line-height: 1.7; }
.sources { margin: 65px 0 95px; padding: 33px 0; border-block: 3px double var(--ink); }
.sources ol { padding-left: 24px; }
.sources li { padding: 9px 0; }
.sources li p { margin: 5px 0 0; color: var(--ink-soft); font-size: .82rem; }
.source-status { padding-left: 18px; border-left: 4px solid var(--yellow); }
.original-prediction { margin: 48px 0; padding: 35px; color: #181816; background: var(--yellow); }
.original-prediction p { margin-bottom: 0; font: 600 clamp(1.5rem, 3vw, 2.6rem)/1.2 var(--display); }

.scenario-catalog { padding: 35px 0 80px; }
.scenario-list-row { min-height: 170px; padding: 28px 0; display: grid; grid-template-columns: 70px auto minmax(0, 1fr) 90px; gap: 28px; align-items: start; border-bottom: 1px solid var(--rule); text-decoration: none; }
.scenario-thumb { width: 260px; }
.scenario-list-row > span { color: var(--red); font: 700 .75rem var(--mono); }
.scenario-list-row p { margin: 0; color: var(--ink-soft); }
.scenario-list-row div > p:first-child, .scenario-list-row > b { color: var(--red-dark); font: 700 .68rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.scenario-list-row h2 { margin: 5px 0 12px; font: 600 clamp(2rem, 4vw, 3.5rem)/1 var(--display); }
.scenario-list-row > b { justify-self: end; }
.scenario-detail-wrap { padding: 62px 0 88px; color: #f3eee4; background: #20211e; }
.scenario-detail-wrap .scenario-save { color: #f3eee4; border-bottom-color: #f3eee4; }
.scenario-detail-wrap .scenario-save.saved { color: #f5cf52; border-bottom-color: #f5cf52; }
.scenario-card-full { max-width: 960px; margin: 25px auto 55px; }
.scenario-figure { margin: 26px 0 30px; }
.scenario-figure img { width: 100%; aspect-ratio: 21 / 9; object-fit: cover; filter: saturate(.9); }
.scenario-figure.figure-chart img { aspect-ratio: 3 / 2; object-fit: contain; background: #20211e; }
.scenario-figure figcaption { padding: 8px 0; border-bottom: 1px solid #aaa292; color: #5a564e; font: .69rem/1.5 var(--mono); }
.scenario-figure .figure-credit { color: #7a7468; }
.scenario-card-full h1 { margin: 32px 0 20px; font: 600 clamp(3rem, 7vw, 6.8rem)/.92 var(--display); letter-spacing: -.05em; }
.sources-dark { max-width: 960px; margin-inline: auto; border-color: #79766f; }
.sources-dark a { color: #f3eee4; }
.audience-note { padding-left: 14px; border-left: 4px solid #98231d; }

.prediction-hero, .hall-hero, .weekly-hero { padding: clamp(75px, 10vw, 130px) 0; }
.prediction-hero { color: #181816; background: var(--yellow); }
.prediction-hero .eyebrow, .prediction-hero .shell > p:last-child { color: #463f28; }
.prediction-archive { padding: 30px 0 70px; }
.prediction-archive article { padding: 30px 0; display: grid; grid-template-columns: 175px 1fr 120px; gap: 32px; border-bottom: 1px solid var(--rule); }
.prediction-archive article > div:first-child span, .prediction-archive article > div:first-child b { display: block; font: 700 .68rem var(--mono); letter-spacing: .07em; }
.prediction-archive article > div:first-child span { color: var(--red); }
.prediction-archive h2 { margin: 0 0 12px; font: 600 clamp(1.8rem, 3vw, 3rem)/1 var(--display); }
.prediction-archive h2 a { text-decoration: none; }
.prediction-archive p { margin: 0; color: var(--ink-soft); }
.prediction-archive article > strong { justify-self: end; font: 700 .65rem var(--mono); text-transform: uppercase; }
.submission-tease { padding: 65px 0 75px; display: flex; justify-content: space-between; gap: 40px; align-items: end; }
.submission-tease h2 { margin: 0; font: 600 clamp(2.5rem, 5vw, 5rem)/.95 var(--display); }
.submission-tease > div { max-width: 800px; }

.hall-hero { color: #f3eee4; background: #181816; }
.hall-hero p:last-child { color: #bdb6aa; }
.hall-lists { padding: 35px 0 90px; }
.hall-lists > section { padding: 50px 0; border-bottom: 3px double var(--ink); }
.hall-lists section > header { display: grid; grid-template-columns: 90px 1fr; gap: 25px; }
.hall-lists section > header > span { color: var(--red); font: 700 .8rem var(--mono); }
.hall-lists h2 { margin: 0; font: 600 clamp(2.4rem, 5vw, 5rem)/.95 var(--display); }
.hall-lists header p { max-width: 680px; color: var(--ink-soft); }
.hall-lists ol { margin: 28px 0 0 90px; padding: 0; list-style: none; }
.hall-lists li a { padding: 16px 0; display: grid; grid-template-columns: 55px 1fr auto; gap: 20px; border-top: 1px solid var(--rule); text-decoration: none; }
.hall-lists li span, .hall-lists li em { font: 700 .68rem var(--mono); text-transform: uppercase; }
.hall-lists li em { color: var(--ink-soft); font-style: normal; }
.hall-lists li b { font: 600 1.35rem var(--display); }

.almost-feed { padding-bottom: 90px; border-top: 1px solid var(--ink); }
.almost-feed article { padding: 27px 0; display: grid; grid-template-columns: 150px 1fr auto; gap: 30px; align-items: baseline; border-bottom: 1px solid var(--rule); }
.almost-feed span { color: var(--red); font: 700 .75rem var(--mono); text-transform: uppercase; }
.almost-feed h2 { margin: 0; font: 600 clamp(1.8rem, 4vw, 4rem)/1 var(--display); }
.almost-feed a { font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.category-grid, .learn-grid { padding: 0 0 90px; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--ink); }
.category-grid a, .learn-grid a { min-height: 260px; padding: 30px; border-bottom: 1px solid var(--rule); text-decoration: none; }
.category-grid a:nth-child(odd), .learn-grid a:nth-child(odd) { padding-left: 0; border-right: 1px solid var(--rule); }
.category-grid span, .learn-grid span { color: var(--red); font: 700 .72rem var(--mono); }
.category-grid a > .row-thumb { margin-bottom: 22px; }
.category-grid a > .row-thumb + span { display: block; }
.category-grid a:has(.row-thumb) h2 { margin-top: 14px; }
.category-grid h2, .learn-grid h2 { margin: 38px 0 12px; font: 600 clamp(2rem, 4vw, 4rem)/1 var(--display); }
.category-grid p, .learn-grid p { max-width: 520px; color: var(--ink-soft); }
.category-grid b, .learn-grid b { font: 700 .7rem var(--mono); text-transform: uppercase; }
.scenario-links { padding-bottom: 70px; }
.scenario-links a { padding: 20px 0; display: grid; grid-template-columns: 55px 1fr auto; border-top: 1px solid var(--rule); text-decoration: none; }
.scenario-links span, .scenario-links em { color: var(--red); font: 700 .69rem var(--mono); font-style: normal; }
.empty-state { margin: 25px 0 70px; padding: 30px; border: 1px solid var(--rule); color: var(--ink-soft); background: var(--paper-deep); }

.calculator-shell { margin-bottom: 90px; display: grid; grid-template-columns: .75fr 1.25fr; border: 1px solid var(--ink); }
.calculator-form { padding: 40px; border-right: 1px solid var(--ink); }
.calculator-form label, .editorial-form > label, .admin-compose label { margin-bottom: 22px; display: grid; gap: 8px; font: 700 .68rem var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.calculator-form input, .calculator-form select, .editorial-form input, .editorial-form select,
.editorial-form textarea, .form-layout form:not(.editorial-form) input, .form-layout form:not(.editorial-form) select,
.form-layout form:not(.editorial-form) textarea, .admin-shell input, .admin-shell select, .admin-shell textarea {
  width: 100%; min-height: 49px; padding: 12px 13px; border: 1px solid var(--rule-dark); border-radius: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; font-weight: 400; letter-spacing: 0; text-transform: none;
}
.calculator-result { padding: 40px; color: #f3eee4; background: #20211e; }
.calculator-result > strong { display: block; margin: 30px 0; color: #f1c84b; font: 600 clamp(3.5rem, 8vw, 7.5rem)/.9 var(--display); letter-spacing: -.05em; }
.calculator-result > div { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #6b6963; }
.calculator-result span { padding: 18px 15px 0 0; color: #bdb9af; font-size: .72rem; }
.calculator-result b { display: block; color: white; font-size: 1rem; }
.calc-method { grid-column: 1 / -1; padding: 35px 40px; border-top: 1px solid var(--ink); }

.prompt-groups { padding-bottom: 70px; }
.prompt-groups > section { padding: 45px 0; border-top: 3px double var(--ink); }
.prompt-groups section > header { display: grid; grid-template-columns: 80px 1fr; }
.prompt-groups section > header > span { color: var(--red); font: 700 .75rem var(--mono); }
.prompt-groups h2 { margin: 0; font: 600 clamp(2.2rem, 5vw, 4.8rem)/.95 var(--display); }
.prompt-groups header p { max-width: 650px; color: var(--ink-soft); }
.prompt-grid { margin: 28px 0 0 80px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--rule); }
.prompt-grid article { padding: 24px; border-bottom: 1px solid var(--rule); }
.prompt-grid article + article { border-left: 1px solid var(--rule); }
.prompt-grid h3 { margin: 0 0 15px; font: 600 1.4rem var(--display); }
.prompt-grid pre { max-height: 260px; overflow: auto; white-space: pre-wrap; font: .74rem/1.55 var(--mono); }
.prompt-grid button { padding: 8px 0; border: 0; border-bottom: 1px solid var(--ink); background: transparent; font: 700 .67rem var(--mono); text-transform: uppercase; }
.ask-shell, .auth-layout { padding: clamp(68px, 10vw, 130px) 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 8vw, 110px); }
.ask-shell h1 { margin: 0; font: 600 clamp(3.4rem, 7vw, 7rem)/.9 var(--display); letter-spacing: -.055em; }
.ask-shell > div > p:not(.eyebrow), .auth-layout > div > p { color: var(--ink-soft); font: 1.2rem/1.55 var(--display); }
.ask-examples { display: flex; gap: 8px; flex-wrap: wrap; }
.ask-examples button { padding: 8px 10px; border: 1px solid var(--rule); background: transparent; font-size: .75rem; }
.ask-box { padding: 30px; border: 1px solid var(--ink); background: var(--paper-deep); }
.ask-box label { display: block; margin-bottom: 10px; font: 700 .7rem var(--mono); text-transform: uppercase; }
.ask-box textarea { width: 100%; padding: 15px; border: 1px solid var(--ink); border-radius: 0; color: var(--ink); background: var(--paper); font-size: 1rem; }
.ask-box .button { margin-top: 12px; }
.ask-answer { margin-top: 25px; }
.ask-answer a { padding: 12px 0; display: block; border-top: 1px solid var(--rule); font-weight: 700; }

.policy { max-width: 1060px; padding: clamp(70px, 10vw, 130px) 0 90px; }
.policy header { max-width: 900px; padding-bottom: 45px; border-bottom: 3px double var(--ink); }
.policy h1 { margin: 0; font: 600 clamp(3.4rem, 7vw, 7rem)/.9 var(--display); letter-spacing: -.05em; }
.policy header > p:last-child { color: var(--ink-soft); font: 1.3rem/1.45 var(--display); }
.policy-body section { padding: 32px 0; display: grid; grid-template-columns: 90px 1fr; border-bottom: 1px solid var(--rule); }
.policy-body section > span { color: var(--red); font: 700 .7rem var(--mono); }
.policy-body h2 { margin: 0 0 15px; font: 600 2rem var(--display); }
.policy-body p { max-width: 760px; font-family: var(--display); font-size: 1.05rem; line-height: 1.7; }
.policy-date { margin-top: 40px; color: var(--ink-soft); font-size: .78rem; }

.form-layout { padding: clamp(70px, 10vw, 120px) 0; display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(45px, 8vw, 100px); align-items: start; }
.form-layout > div { position: sticky; top: 25px; }
.form-layout > div > p:not(.eyebrow) { color: var(--ink-soft); font: 1.18rem/1.55 var(--display); }
.form-layout form { padding: 34px; border-top: 5px solid var(--red); color: var(--ink); background: var(--paper-deep); }
.form-layout form > label { margin-bottom: 22px; display: grid; gap: 7px; font: 700 .69rem var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.form-layout label span, .editorial-form label span { color: var(--ink-soft); font-size: .62rem; }
.editorial-form textarea { resize: vertical; }
.editorial-form small { color: var(--ink-soft); font: .7rem/1.5 var(--sans); text-transform: none; }
.form-principles { margin-top: 40px; display: grid; grid-template-columns: 35px 1fr; gap: 13px; border-top: 1px solid var(--rule); padding-top: 20px; }
.form-principles span { color: var(--red); font: 700 .7rem var(--mono); }
.form-principles p { margin: 0; font-size: .8rem; }
.form-two { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.editorial-form fieldset { margin: 0 0 23px; padding: 0; border: 0; }
.editorial-form legend { margin-bottom: 10px; font: 700 .69rem var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.radio-row { display: flex; flex-wrap: wrap; gap: 12px 20px; }
.radio-row label, .check-label { display: flex !important; flex-direction: row !important; align-items: start; text-transform: none !important; letter-spacing: 0 !important; }
.radio-row input, .check-label input { width: 18px !important; min-height: 18px !important; margin: 2px 4px 0 0; accent-color: var(--red); }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-errors { margin-bottom: 24px; padding: 18px; border-left: 5px solid var(--red); background: #fff3d1; color: #181816; }
.form-errors ul { margin-bottom: 0; }

.status-page { min-height: 620px; padding: clamp(80px, 13vw, 160px) 0; }
.status-page > p:not(.eyebrow, .status-mark) { max-width: 680px; color: var(--ink-soft); font: 1.2rem/1.55 var(--display); }
.status-mark { margin: 0 0 18px; color: var(--red); font: 600 4rem/1 var(--display); }
.reference { width: max-content; margin: 35px 0; padding: 15px 20px; border: 1px solid var(--ink); }
.reference span, .reference b { display: block; }
.reference span { font: 700 .63rem var(--mono); letter-spacing: .1em; }
.reference b { font: 600 1.5rem var(--display); }
.status-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.auth-layout > div ul { padding: 0; list-style: none; border-top: 1px solid var(--rule); }
.auth-layout > div li { padding: 12px 0; border-bottom: 1px solid var(--rule); }
.auth-form { max-width: 600px; padding: 35px; border-top: 5px solid var(--red); background: var(--paper-deep); }
.auth-switch { margin-top: 25px; font-size: .82rem; }
.account-grid { padding: 0 0 90px; display: grid; grid-template-columns: 1fr 1fr; gap: 45px; }
.account-list { border-top: 1px solid var(--ink); }
.account-list article { padding: 18px 0; display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid var(--rule); }
.account-list article b { font: 600 1.25rem var(--display); }
.account-list article span { font: 700 .65rem var(--mono); text-transform: uppercase; }
.account-list article small { grid-column: 1 / -1; color: var(--ink-soft); }

.saved-list { min-height: 420px; padding-bottom: 90px; }
.saved-item { padding: 22px 0; display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid var(--rule); }
.saved-item a { font: 600 clamp(1.5rem, 3vw, 2.6rem)/1 var(--display); text-decoration: none; }
.saved-item button { border: 0; background: transparent; color: var(--red); }
.search-big { margin-top: 35px; display: grid; grid-template-columns: 1fr 150px 150px auto; }
.search-big input, .search-big select { min-height: 50px; padding: 10px 13px; border: 1px solid var(--ink); border-right: 0; border-radius: 0; color: var(--ink); background: var(--paper); }
.search-results-page { min-height: 380px; padding-bottom: 90px; }
.result-count { font: 700 .7rem var(--mono); text-transform: uppercase; }
.search-results-page > a { padding: 23px 0; display: grid; grid-template-columns: 120px 1fr 30px; gap: 22px; border-top: 1px solid var(--rule); text-decoration: none; }
.search-results-page > a > span { color: var(--red); font: 700 .68rem var(--mono); text-transform: uppercase; }
.search-results-page h2 { margin: 0 0 8px; font: 600 2rem var(--display); }
.search-results-page p { margin: 0; color: var(--ink-soft); }
.search-starters { display: flex; flex-wrap: wrap; gap: 10px; }
.search-starters a { padding: 10px 13px; border: 1px solid var(--ink); text-decoration: none; }
.search-results { position: absolute; z-index: 30; top: 41px; right: 0; width: 330px; border: 1px solid var(--ink); color: var(--ink); background: var(--paper); box-shadow: 8px 8px 0 var(--red); white-space: normal; }
.search-results a { padding: 10px 12px; display: block; border-bottom: 1px solid var(--rule); text-decoration: none; }
.search-results small { display: block; color: var(--red); font: .6rem var(--mono); text-transform: uppercase; }

.weekly-hero { color: #181816; background: var(--yellow); }
.weekly-hero .shell > p { color: #4e472f; }
.weekly-hero form { max-width: 680px; margin-top: 32px; display: flex; }
.weekly-hero input[type=email] { flex: 1; min-width: 0; min-height: 51px; padding: 12px 15px; border: 1px solid #181816; border-right: 0; border-radius: 0; color: #181816; background: #fff8de; }
.weekly-hero small { display: block; margin-top: 12px; }
.issue-archive { padding: 80px 0 100px; }

.admin-header { padding: 65px 0 40px; border-bottom: 3px double var(--ink); }
.admin-shell { padding-bottom: 80px; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.admin-shell > section { padding: 25px; border: 1px solid var(--rule); background: var(--paper-deep); }
.admin-shell h2 { margin: 0 0 18px; font: 600 1.8rem var(--display); }
.admin-shell h2 span { color: var(--red); }
.admin-shell details { padding: 12px 0; border-top: 1px solid var(--rule); }
.admin-shell summary { display: flex; justify-content: space-between; gap: 15px; cursor: pointer; }
.admin-shell summary span { color: var(--ink-soft); font-size: .7rem; }
.admin-actions { display: flex; gap: 7px; flex-wrap: wrap; }
.admin-actions button, .admin-shell details form > button { padding: 8px 10px; border: 1px solid var(--ink); background: transparent; text-transform: capitalize; }
.admin-compose form { display: grid; }
.admin-wide { grid-column: 1 / -1; }
.admin-record-form { padding-top: 18px; display: grid; }
.admin-check { display: flex !important; align-items: center; justify-content: start; }
.admin-check input { width: auto; }
.admin-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.admin-meta div { padding: 10px; border: 1px solid var(--rule); }
.admin-meta dt { color: var(--ink-soft); font: 700 .62rem var(--mono); text-transform: uppercase; }
.admin-meta dd { margin: 5px 0 0; }
.admin-evidence { margin: 16px 0; display: flex; gap: 14px; flex-wrap: wrap; }
.admin-evidence a { font-weight: 800; }

/* Section hubs that lead with a photograph. */
.hero-photo-bg { position: relative; isolation: isolate; color: #f6f1e6; background: #14140f; }
.hero-photo-bg > .lead-photo { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) contrast(1.05); }
.hero-photo-bg::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, rgb(14 14 10 / 90%) 0%, rgb(14 14 10 / 76%) 45%, rgb(14 14 10 / 36%) 100%), linear-gradient(to top, rgb(14 14 10 / 84%) 0%, rgb(14 14 10 / 0%) 58%); }
.hero-photo-bg .eyebrow { color: var(--yellow); }
.hero-photo-bg h1 { color: #fbf7ee; }
.hero-photo-bg .shell > p:not(.eyebrow) { color: #ded7c9; }
.hero-photo-bg .button { color: #14140f; background: #f6f1e6; border-color: #f6f1e6; }
.lead-credit { position: absolute; right: max(15px, calc((100vw - var(--shell)) / 2)); bottom: 8px; max-width: 64ch; margin: 0; color: #cdc5b4; font: .62rem/1.5 var(--mono); text-align: right; }

@media (max-width: 1080px) {
  .issue-line span:nth-child(2) { display: none; }
  .issue-line { grid-template-columns: 1fr 1fr; }
  .primary-nav > a:nth-child(4), .primary-nav > a:nth-child(5) { display: none; }
  .hero { min-height: min(70vh, 560px); }
  .archive-thumb { width: 216px; }
  .lead-credit { font-size: .58rem; }
  .scenario-thumb { width: 200px; }
  .daily-grid { grid-template-columns: .72fr 1.45fr; }
  .daily-grid .pain-meter { grid-column: 2; padding-top: 0; max-width: 280px; }
  .game-shell { grid-template-columns: 1fr; }
  .game-intro { position: static; max-width: 700px; }
  .story-grid { grid-template-columns: repeat(2, 1fr); }
  .story-tile:nth-child(3) { padding-left: 0; border-left: 0; border-top: 1px solid var(--rule); }
  .story-tile:nth-child(4) { border-top: 1px solid var(--rule); }
  .prediction-grid { gap: 50px; }
  .prompt-grid { grid-template-columns: 1fr 1fr; }
  .prompt-grid article:nth-child(3) { border-left: 0; border-top: 1px solid var(--rule); }
  .search-big { grid-template-columns: 1fr 130px 130px; }
  .search-big .button { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100vw - 30px); }
  .issue-line { padding-inline: 15px; }
  .masthead-row { min-height: 105px; grid-template-columns: 44px 1fr 44px; }
  .wordmark { font-size: clamp(1.7rem, 9vw, 3.2rem); line-height: .76; }
  .header-actions .sign-in, .header-actions .button { display: none; }
  .header-actions { justify-content: end; }
  .primary-nav { justify-content: start; gap: 20px; overflow-x: auto; scrollbar-width: none; }
  .primary-nav::-webkit-scrollbar { display: none; }
  .primary-nav > a:nth-child(n+3), .nav-search { display: none; }
  .hero { min-height: 0; }
  .hero-inner { padding: 58px 0 64px; }
  .hero-inner h1 { font-size: clamp(3.2rem, 14.6vw, 5.7rem); }
  .hero-inner h1 em::after { height: 4px; border-top-width: 2px; }
  .hero-deck { margin-top: 22px; }
  .hero-credit { right: auto; left: max(15px, calc((100vw - var(--shell)) / 2)); width: var(--shell); max-width: none; bottom: 12px; font-size: .56rem; text-align: left; }
  .hero-inner { padding-bottom: 84px; }
  .lead-credit { right: auto; left: max(15px, calc((100vw - var(--shell)) / 2)); width: var(--shell); max-width: none; bottom: 12px; font-size: .56rem; text-align: left; }
  .hero-photo-bg { padding-bottom: 58px; }
  .archive-row { grid-template-columns: 52px minmax(0, 1fr) 44px; }
  .archive-thumb { grid-column: 1 / -1; width: 100%; margin-bottom: 6px; }
  .scenario-list-row { grid-template-columns: 52px minmax(0, 1fr) auto; }
  .scenario-thumb { grid-column: 1 / -1; width: 100%; margin-bottom: 4px; }
  .daily-figure img { aspect-ratio: 16 / 9; }
  .scenario-figure img, .scenario-teaser img { aspect-ratio: 16 / 9; }
  .section-kicker { align-items: end; }
  .section-kicker span:last-child { text-align: right; }
  .daily-grid { padding: 25px 0 48px; display: flex; flex-direction: column; gap: 27px; align-items: stretch; }
  .daily-number { padding: 0 0 25px; border-right: 0; border-bottom: 1px solid var(--rule); }
  .daily-number strong { font-size: 2.65rem; }
  .daily-story h2 { font-size: 2.8rem; }
  .daily-grid .pain-meter { max-width: none; }
  .game-shell { padding: 53px 0 61px; gap: 34px; }
  .game-intro h2 { font-size: 3.65rem; }
  .scenario-card { padding: 27px 21px 31px; box-shadow: 8px 8px 0 #d83c30; }
  .scenario-card h3 { font-size: 3.2rem; }
  .choice-row { grid-template-columns: 1fr; gap: 7px; }
  .choice-row button { margin: 0; }
  .scenario-metrics { grid-template-columns: 1fr; }
  .scenario-metrics div + div { padding-left: 0; border-left: 0; border-top: 1px solid #aaa292; }
  .section-title-row { padding-top: 53px; align-items: start; flex-direction: column; gap: 17px; }
  .section-title-row h2 { font-size: 3.65rem; }
  .story-grid { grid-template-columns: 1fr; }
  .story-tile, .story-tile + .story-tile { padding: 24px 0; border-left: 0; border-top: 1px solid var(--rule); }
  .story-tile:first-child { border-top: 0; }
  .prediction-grid { padding: 54px 0; grid-template-columns: 1fr; gap: 42px; }
  .prediction-grid h2 { font-size: 3.7rem; }
  .prediction-list article { grid-template-columns: 94px 1fr; gap: 14px; }
  .prediction-list b { grid-row: 1; grid-column: 2; }
  .prediction-list h3, .prediction-list p { grid-column: 1 / -1; }
  .worked-grid { grid-template-columns: 1fr; }
  .worked-grid > a, .worked-grid > a + a { padding: 26px 0; border-left: 0; border-top: 1px solid var(--rule); }
  .worked-grid > a:first-child { border-top: 0; }
  .newsletter-inner { grid-template-columns: 1fr; gap: 33px; }
  .newsletter-inner form > div { flex-direction: column; gap: 8px; }
  .newsletter-inner input { border-right: 1px solid #f3eee4; font-size: 16px; }
  .footer-lead { align-items: start; flex-direction: column; gap: 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
  .footer-legal { padding-right: 0; padding-bottom: 80px; }
  .language-label { top: auto; right: auto; bottom: 15px; left: 0; }
  .page-hero { padding: 55px 0 42px; }
  .page-hero h1, .hall-hero h1, .weekly-hero h1, .article-header h1,
  .form-layout h1, .auth-layout h1, .status-page h1, .admin-header h1 { font-size: clamp(3.1rem, 15vw, 5rem); }
  .archive-row { grid-template-columns: 40px 1fr; gap: 12px; }
  .archive-row .save-control { grid-column: 2; justify-self: start; padding-left: 0; }
  .archive-row h2 { font-size: 2.25rem; }
  .editorial-note { grid-template-columns: 1fr; gap: 12px; }
  .story-ledger { grid-template-columns: 1fr; }
  .story-ledger section, .story-ledger section:nth-child(odd), .story-ledger section:nth-last-child(-n+2) { padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--rule); }
  .story-ledger section:last-child { border-bottom: 0; }
  .pain-wide { grid-template-columns: 1fr auto; }
  .pain-wide > div, .pain-wide p { grid-column: 1 / -1; }
  .pain-wide p { margin: 0; }
  .scenario-list-row { grid-template-columns: 42px 1fr; gap: 13px; }
  .scenario-list-row > b { grid-column: 2; justify-self: start; }
  .scenario-card-full h1 { font-size: 3.3rem; }
  .prediction-archive article { grid-template-columns: 1fr; gap: 14px; }
  .prediction-archive article > strong { justify-self: start; }
  .submission-tease { align-items: start; flex-direction: column; }
  .hall-lists section > header { grid-template-columns: 43px 1fr; gap: 13px; }
  .hall-lists ol { margin-left: 0; }
  .hall-lists li a { grid-template-columns: 38px 1fr; gap: 10px; }
  .hall-lists li em { grid-column: 2; }
  .almost-feed article { grid-template-columns: 1fr; gap: 8px; }
  .category-grid, .learn-grid { grid-template-columns: 1fr; }
  .category-grid a, .learn-grid a, .category-grid a:nth-child(odd), .learn-grid a:nth-child(odd) { min-height: auto; padding: 27px 0; border-right: 0; }
  .category-grid h2, .learn-grid h2 { margin-top: 20px; }
  .scenario-links a { grid-template-columns: 38px 1fr; }
  .scenario-links em { grid-column: 2; }
  .calculator-shell { grid-template-columns: 1fr; }
  .calculator-form { padding: 25px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .calculator-result { padding: 25px; }
  .calculator-result > div { grid-template-columns: 1fr; }
  .calculator-result span { padding-bottom: 12px; border-bottom: 1px solid #5a5852; }
  .calc-method { padding: 25px; }
  .prompt-groups section > header { grid-template-columns: 42px 1fr; }
  .prompt-grid { margin-left: 0; grid-template-columns: 1fr; }
  .prompt-grid article + article, .prompt-grid article:nth-child(3) { border-left: 0; border-top: 1px solid var(--rule); }
  .ask-shell, .auth-layout, .form-layout { grid-template-columns: 1fr; gap: 35px; }
  .ask-box, .auth-form, .form-layout form { padding: 24px 20px; }
  .form-layout > div { position: static; }
  .form-two, .account-grid, .admin-shell, .admin-meta { grid-template-columns: 1fr; }
  .policy-body section { grid-template-columns: 42px 1fr; gap: 10px; }
  .search-big { grid-template-columns: 1fr; gap: 7px; }
  .search-big input, .search-big select { border-right: 1px solid var(--ink); }
  .search-big .button { grid-column: auto; }
  .search-results-page > a { grid-template-columns: 1fr 25px; }
  .search-results-page > a > span { grid-column: 1 / -1; }
  .weekly-hero form { flex-direction: column; gap: 8px; }
  .weekly-hero input[type=email] { border-right: 1px solid #181816; }
  .original-prediction { padding: 25px 20px; }
}

@media (max-width: 390px) {
  .issue-line { font-size: .58rem; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; }
}

/* 19 Sep 2026: on a phone the long photo credit sat over the hero buttons and text; it now sits under them. */
@media (max-width: 760px) { .lead-credit { position: static; width: auto; max-width: none; margin: 14px 15px 0; padding-bottom: 12px; text-align: left; } }

/* 19 Sep 2026: one-column grids may shrink below their widest item on a phone, so a long word, a wide
   table or a sidebar line can no longer push the page past the screen edge. Same conditions as the rules above. */
@media (max-width: 1080px) { .game-shell { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 760px) { .choice-row, .scenario-metrics, .story-grid, .prediction-grid, .worked-grid, .newsletter-inner, .editorial-note, .story-ledger, .prediction-archive article, .almost-feed article, .category-grid, .learn-grid, .calculator-shell, .calculator-result > div, .prompt-grid, .ask-shell, .auth-layout, .form-layout, .form-two, .account-grid, .admin-shell, .admin-meta, .search-big { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 390px) { .footer-grid { grid-template-columns: minmax(0, 1fr); } }

/* ---- 19 Sep 2026: no text on photographs — words on paper, picture beside them ---- */
section.hero {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 42%);
  align-items: stretch;
  min-height: 0 !important;
  position: relative;
}
section.hero::before, section.hero::after { display: none !important; }

section.hero > img.hero-photo {
  position: static !important; inset: auto !important; transform: none !important;
  grid-column: 2; grid-row: 1;
  width: 100% !important; height: 100% !important; max-height: none !important;
  min-height: 300px; object-fit: cover; filter: none !important; opacity: 1 !important;
}
section.hero > img.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
section.hero > .hero-inner {
  position: static !important; inset: auto !important; transform: none !important;
  grid-column: 1; grid-row: 1;
  background: rgb(243, 238, 228) !important; background-image: none !important;
  width: 100%; max-width: none;
  display: flex; flex-direction: column; justify-content: center;
  padding: clamp(22px, 3vw, 46px) clamp(18px, 3vw, 40px) clamp(22px, 3vw, 46px) max(20px, calc(50vw - 590px));
}
section.hero > .hero-inner :is(h1, h2, h3, p, li, span, strong, b, em, small, div) {
  color: rgb(24, 24, 22) !important; text-shadow: none !important;
}
section.hero .hero-credit { left: auto !important; right: 14px !important; }
@media (max-width: 760px) {
  section.hero { grid-template-columns: minmax(0, 1fr); }
  section.hero > img.hero-photo { grid-column: 1; grid-row: 1; height: clamp(150px, 38vw, 210px) !important; min-height: 0; }
  section.hero > .hero-inner { grid-column: 1; grid-row: 2; padding: 20px 18px 24px; }
    section.hero .hero-credit { display: none !important; }
}
