/* IMMORTAL XI — "The Back Page" design system. See design.md.
   Layout: an actual broadsheet — sheets, folios, column rules — not an app. */

:root {
  --paper: #f2ebdd;
  --paper-2: #e9dfc9;
  --paper-bright: #fffdf5;
  --ink: #181511;
  --ink-soft: #6b6257;
  --hairline: rgba(24, 21, 17, 0.4);
  --red: #c8102e;
  --green: #2f6e45;
  --mustard: #b97a09;
  --foil: linear-gradient(135deg, #a8801f, #f0df9a 45%, #c9a227);
  --display: "Anton", "Arial Narrow", sans-serif;
  --serif: "Source Serif 4", Georgia, serif;
  --mono: "Courier Prime", "Courier New", monospace;
  --rule: 2px solid var(--ink);
  --shadow: 4px 4px 0 var(--ink);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--serif);
  min-height: 100vh;
  overflow-x: hidden;
}

/* paper grain */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
  opacity: 0.05;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 40;
}

.screen { display: none; min-height: 100vh; }
.screen.active { display: block; }
.hidden { display: none !important; }

/* ---------- the sheet: a bounded physical page ---------- */
.sheet {
  max-width: 1080px;
  margin: 0 auto;
  padding: 18px clamp(16px, 4vw, 44px) 56px;
  border-left: 1px solid var(--hairline);
  border-right: 1px solid var(--hairline);
  min-height: 100vh;
}

/* ---------- shared print furniture ---------- */
.folio {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  font-family: var(--mono);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.1em;
  border-bottom: 3px double var(--ink);
  padding-bottom: 7px;
  margin-bottom: 22px;
}
.folio-left { color: var(--ink-soft); }
.caption {
  font-family: var(--mono);
  font-size: 12.5px;
  letter-spacing: 0.06em;
  color: var(--ink-soft);
  margin-top: 10px;
  padding-top: 6px;
  border-top: 1px solid var(--hairline);
}
.col-head {
  font-family: var(--display);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.18em;
  border-bottom: var(--rule);
  padding-bottom: 5px;
  margin-bottom: 12px;
}

/* ---------- buttons: letterpress blocks ---------- */
.btn {
  border: var(--rule);
  border-radius: 2px;
  padding: 12px 24px;
  font-size: 16px;
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: var(--shadow);
  transition: transform 0.08s ease, box-shadow 0.08s ease;
}
.btn:active { transform: translate(3px, 3px); box-shadow: 1px 1px 0 var(--ink); }
.btn-primary { background: var(--ink); color: var(--paper-bright); }
.btn-primary:hover { background: #2a241d; }
.btn-gold { background: var(--red); color: var(--paper-bright); }
.btn-gold:hover { background: #a90d27; }
.btn-ghost { background: var(--paper-bright); color: var(--ink); }
.btn-ghost:hover { background: var(--paper-2); }
.btn:disabled { opacity: 0.4; cursor: default; transform: none; box-shadow: var(--shadow); }
.btn:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; }

/* ---------- PAGE ONE: the front page ---------- */
.masthead-block { text-align: center; }
.masthead-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-family: var(--mono);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: var(--ink-soft);
  border-bottom: 1px solid var(--ink);
  padding-bottom: 5px;
}
.paper-title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(34px, 7vw, 64px);
  letter-spacing: 0.06em;
  padding: 10px 0 8px;
  border-bottom: 3px solid var(--ink);
}
.dateline {
  font-family: var(--mono);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--ink-soft);
  border-bottom: 1px solid var(--ink);
  padding: 6px 0;
}
/* the lead story */
.front-lead {
  display: grid;
  grid-template-columns: 7fr 5fr;
  padding: 3.5vh 0 26px;
  border-bottom: var(--rule);
}
.front-lead .entry-strip { grid-column: 1 / -1; margin-top: 26px; }
.lead-story { padding-right: 30px; }
.lead-figure {
  border-left: 1px solid var(--hairline);
  padding-left: 30px;
  margin: 0;
}
.kicker {
  font-family: var(--mono);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.22em;
  color: var(--red);
  border-bottom: 1px solid var(--hairline);
  padding-bottom: 7px;
  margin-bottom: 16px;
}
.logo {
  font-family: var(--display);
  font-size: clamp(48px, 8.5vw, 92px);
  line-height: 0.92;
  letter-spacing: 0.01em;
}
.logo .dash {
  display: block;
  color: var(--red);
  font-size: clamp(68px, 12vw, 132px);
  line-height: 0.9;
}
.standfirst-front {
  font-size: 17px;
  font-style: italic;
  line-height: 1.65;
  margin-top: 18px;
  max-width: 48ch;
}
.muted { color: var(--ink-soft); font-style: italic; font-weight: 400; }

/* the lead photograph: eleven vacancies */
.front-pitch {
  position: relative;
  aspect-ratio: 3 / 3.4;
  border: 2.5px solid var(--ink);
  border-radius: 2px;
  background:
    radial-gradient(rgba(24, 21, 17, 0.13) 1px, transparent 1.4px) 0 0 / 6px 6px,
    repeating-linear-gradient(0deg, #e2e6d2 0 12.5%, #dae0c6 12.5% 25%);
  box-shadow: 4px 4px 0 var(--ink);
}
.front-pitch .vac {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px dashed rgba(24, 21, 17, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}
.front-pitch .vac::after {
  content: "?";
  font-family: var(--mono);
  font-weight: 700;
  font-size: 13px;
  color: var(--ink-soft);
}
.front-pitch .vac:nth-child(odd) { rotate: -4deg; }

/* the entry form: the coupon you cannot miss */
.entry-strip {
  border: 2.5px dashed var(--ink);
  border-radius: 2px;
  background: var(--paper-bright);
  text-align: center;
}
.entry-head {
  font-family: var(--mono);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.24em;
  padding: 8px 0 7px;
  border-bottom: 1px solid var(--ink);
  background: var(--paper-2);
}
.entry-body {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 22px 18px 10px;
}
.btn-lead {
  font-size: clamp(20px, 3vw, 26px);
  padding: 18px 48px;
  letter-spacing: 0.14em;
  box-shadow: 6px 6px 0 var(--ink);
}
.btn-lead:active { transform: translate(4px, 4px); box-shadow: 2px 2px 0 var(--ink); }
.entry-smallprint {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
  padding: 0 16px 14px;
}

.front-news { font-size: 16px; line-height: 1.6; font-style: italic; }

/* ink links — newspaper, not web */
a { color: inherit; text-decoration: none; border-bottom: 1px solid var(--hairline); }
a:hover { border-bottom-color: var(--red); color: var(--red); }
.folio a, .credit a, .other-pages a { border-bottom: 1px dotted var(--ink-soft); }

/* filing coupon on the back page */
.file-entry {
  border: 2px dashed var(--ink);
  border-radius: 2px;
  background: var(--paper-bright);
  padding: 12px 16px 10px;
  margin-top: 22px;
  text-align: center;
}
.file-row { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin: 10px 0 6px; }
.pen-name {
  font-family: var(--mono);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 11px 12px;
  border: 1.5px solid var(--ink);
  border-radius: 2px;
  background: var(--paper-bright);
  width: min(240px, 100%);
}
.pen-name:focus { outline: 2px solid var(--red); outline-offset: 2px; }
.file-entry .entry-smallprint { padding: 4px 0 2px; }
.file-entry a { border-bottom: 1px solid var(--red); color: var(--red); }

/* the visitors' book listings */
.lb-list { font-family: var(--mono); font-size: 13.5px; overflow-x: auto; margin-bottom: 26px; }
.lb-row {
  display: grid;
  /* №, pen name, pts, record, gd, pos, europe — pts stays on a phone screen,
     europe is the column that may sit beyond the fold (the list scrolls) */
  grid-template-columns: 34px minmax(120px, 1fr) 44px 70px 46px 40px minmax(90px, 130px);
  gap: 8px;
  padding: 5px 6px;
  border-bottom: 1px dashed var(--hairline);
  font-variant-numeric: tabular-nums;
  min-width: 520px;
}
.lb-row span:nth-child(n+3) { text-align: right; }
.lb-row .lb-name { font-weight: 700; white-space: nowrap; display: flex; align-items: baseline; min-width: 0; }
/* the name text truncates; the XI mark never does */
.lb-row .lb-name .nm { overflow: hidden; text-overflow: ellipsis; }
.lb-row .lb-euro { font-size: 10.5px; color: var(--ink-soft); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lb-list.dated .lb-row { grid-template-columns: 58px minmax(110px, 1fr) 44px 70px 46px 40px minmax(90px, 130px); }
.lb-row.lb-head {
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: var(--ink-soft);
  border-bottom: 1.5px solid var(--ink);
}
.lb-row.immortal { background: rgba(240, 223, 154, 0.35); }

/* the team sheet, folded under its entry — the red XI mark is the handle */
.lb-row.has-sheet { cursor: pointer; }
.lb-row.has-sheet:focus-visible { outline: 2px solid var(--red); outline-offset: -2px; }
.xi-mark {
  display: inline-block;
  flex-shrink: 0;
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  border: 1px solid var(--red);
  color: var(--red);
  border-radius: 1px;
  padding: 0 3px;
  margin-left: 7px;
  vertical-align: 2px;
}
.lb-row.open .xi-mark { background: var(--red); color: var(--paper-bright); }
.lb-sheet {
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.7;
  color: var(--ink-soft);
  background: var(--paper-2);
  padding: 7px 10px;
  border-bottom: 1px dashed var(--hairline);
  min-width: 520px;
}
.lb-sheet b { color: var(--ink); }
@media (max-width: 640px) {
  /* phones: the open sheet stays pinned and readable while the table
     scrolls sideways beneath it */
  .lb-sheet { position: sticky; left: 0; min-width: 0; max-width: calc(100vw - 32px); }
}

.lb-nav {
  font-family: var(--mono);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.08em;
  margin-top: 10px;
}

/* the press note: one quiet line where goodwill peaks */
.press-note {
  margin-top: 14px;
  padding-top: 8px;
  border-top: 1px solid var(--hairline);
  font-style: italic;
  font-size: 13px;
  color: var(--ink-soft);
}
.press-note a { color: var(--red); border-bottom: 1px solid var(--red); }

/* the house ad: one page of the paper advertising another */
.house-ad {
  border: 3px double var(--ink);
  background: var(--paper-bright);
  text-align: center;
  padding: 16px 18px 14px;
  margin: 30px 0;
}
.house-ad-kicker {
  display: block;
  font-family: var(--mono);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--ink-soft);
  margin-bottom: 8px;
}
.house-ad-title {
  display: inline-block;
  font-family: var(--display);
  font-size: 22px;
  letter-spacing: 0.08em;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 2px solid var(--red);
  margin-bottom: 8px;
}
.house-ad-title:hover { color: var(--red); }
.house-ad-copy {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: var(--ink-soft);
}

/* the roll of immortals: a plaque, not a listing */
.plaque {
  border: 3px double var(--ink);
  background: rgba(240, 223, 154, 0.35);
  text-align: center;
  padding: 22px 18px;
  margin-bottom: 26px;
}
.plaque-blank {
  font-family: var(--display);
  font-size: 18px;
  letter-spacing: 0.14em;
  color: var(--ink-soft);
}
.plaque-blank span {
  display: block;
  font-family: var(--serif);
  font-style: italic;
  font-size: 13.5px;
  letter-spacing: 0;
  margin-top: 8px;
}
.plaque-line { padding: 10px 0 12px; }
.plaque-line + .plaque-line { border-top: 1px solid var(--hairline); }
.plaque-date {
  display: block;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.14em;
  color: var(--ink-soft);
}
.plaque-name {
  display: block;
  font-family: var(--display);
  font-size: 26px;
  letter-spacing: 0.06em;
}
.plaque-feat {
  display: block;
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 0.08em;
  color: var(--ink-soft);
  margin-top: 2px;
}
.plaque-sheet {
  display: block;
  font-family: var(--mono);
  font-size: 10.5px;
  line-height: 1.7;
  color: var(--ink-soft);
  margin-top: 6px;
}
.plaque-sheet b { color: var(--ink); }

/* the press card */
.press-card-box { border-top: 3px double var(--ink); margin-top: 30px; padding-bottom: 8px; }
.press-card-box code { word-break: break-all; }
.press-card-box .col-head { margin-top: 12px; }
.press-card-box .file-row { justify-content: flex-start; margin: 12px 0 4px; }
.press-card-box code {
  font-family: var(--mono);
  font-size: 11px;
  background: var(--paper-2);
  border: 1px solid var(--hairline);
  padding: 2px 6px;
  word-break: break-all;
}
.other-pages {
  margin-top: 14px;
  border-top: 1px solid var(--hairline);
  padding-top: 9px;
  font-family: var(--mono);
  font-weight: 700;
  font-size: 10.5px;
  letter-spacing: 0.08em;
  color: var(--ink-soft);
}
.other-pages div { padding: 3px 0; }
.other-pages div::before { content: "▸ "; color: var(--red); }

.front-cols {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 0;
  padding: 26px 0 30px;
}
.front-col { padding: 0 22px; }
.front-col:first-child { padding-left: 0; }
.front-col:last-child { padding-right: 0; }
.front-col + .front-col { border-left: 1px solid var(--hairline); }
.front-col p { font-size: 16px; line-height: 1.6; }
.dropcap::first-letter {
  font-family: var(--display);
  font-size: 52px;
  line-height: 0.8;
  float: left;
  padding: 6px 8px 0 0;
}
.front-col .btn { display: block; width: 100%; margin-bottom: 12px; text-align: center; }
.intro-stats {
  font-family: var(--mono);
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.04em;
}
.intro-stats span { display: block; padding: 5px 0; border-bottom: 1px dashed var(--hairline); }
.intro-stats span::before { content: "▪ "; color: var(--red); }
.intro-stats .ledger-empty { font-weight: 400; font-style: italic; color: var(--ink-soft); }
.intro-stats .ledger-empty::before { content: ""; }
.credit {
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 0.06em;
  color: var(--ink-soft);
  text-align: center;
  border-top: 3px solid var(--ink);
  padding-top: 10px;
}
.methodology { border-top: 3px double var(--ink); margin-bottom: 26px; }
.small-print-box { border-top: 3px double var(--ink); margin-bottom: 26px; }
.small-print-box .col-head { margin-top: 12px; }
.small-print-box .method-cols p { font-size: 13px; color: var(--ink-soft); }
.small-print-box .method-cols p b { color: var(--ink); }
.methodology .col-head { margin-top: 12px; }
.method-cols {
  columns: 2;
  column-gap: 34px;
  column-rule: 1px solid var(--hairline);
}
.method-cols p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 11px;
  break-inside: avoid;
}

/* ---------- PAGE TWO: the spread ---------- */
.spread-head { margin-bottom: 20px; position: relative; }
.spread-headline {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(34px, 6.5vw, 58px);
  line-height: 1;
}
.standfirst {
  font-size: 17px;
  font-style: italic;
  color: var(--ink-soft);
  margin-top: 8px;
  padding-bottom: 12px;
  /* keep clear of the edition stamp, which sits over this corner */
  padding-right: 200px;
  border-bottom: 1px solid var(--ink);
}
.spread {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 0;
  position: relative;
}
.spread-main { padding-right: 26px; }
.spread-side { border-left: 1px solid var(--hairline); padding-left: 26px; min-width: 0; }

.edition-stamp {
  /* anchored above the standfirst's bottom rule, clear of any text via
     the standfirst's right padding */
  position: absolute;
  bottom: 28px;
  right: 0;
  font-family: var(--mono);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--red);
  border: 2.5px solid var(--red);
  border-radius: 2px;
  padding: 6px 12px;
  rotate: 3deg;
  opacity: 0.85;
  pointer-events: none;
}

/* formation entry form */
.formation-box {
  background: var(--paper-bright);
  border: 2px dashed var(--ink);
  border-radius: 2px;
  padding: 12px 16px 14px;
  text-align: center;
  margin-bottom: 18px;
}
.formation-opts { display: flex; gap: 10px; justify-content: center; }
.formation-opt {
  font-family: var(--mono);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  background: var(--paper-bright);
  color: var(--ink);
  border: 1.5px solid var(--ink);
  border-radius: 2px;
  padding: 7px 12px;
  cursor: pointer;
  white-space: nowrap;
}
.formation-opt::before { content: "☐ "; }
.formation-opt.selected { background: var(--ink); color: var(--paper-bright); }
.formation-opt.selected::before { content: "☑ "; }

/* the manifest: signings ledger */
.manifest-box { margin-top: 22px; }
.manifest { list-style: none; counter-reset: signing; }
.manifest li {
  counter-increment: signing;
  font-family: var(--mono);
  font-size: 12.5px;
  letter-spacing: 0.03em;
  padding: 5px 0;
  border-bottom: 1px dashed var(--hairline);
}
.manifest li::before {
  content: counter(signing, decimal-leading-zero) ". ";
  font-weight: 700;
  color: var(--ink-soft);
}
.manifest li.blank { color: rgba(24, 21, 17, 0.35); }
.manifest li b { font-weight: 700; }

/* the running payroll, totted up under the signatures */
.wage-tally {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  font-family: var(--mono);
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.04em;
  border-top: 2px solid var(--ink);
  margin-top: 4px;
  padding: 7px 0 12px;
}
.wage-tally i {
  position: absolute;
  left: 0;
  bottom: 6px;
  height: 4px;
  background: var(--red);
  transition: width 0.25s ease;
}
.wage-tally::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  height: 4px;
  border: 1px solid var(--hairline);
  pointer-events: none;
}

/* small ads */
.small-ads { margin-top: 34px; border-top: 3px double var(--ink); }
.small-ads-head {
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.24em;
  text-align: center;
  padding: 9px 0 8px;
  border-bottom: 1px solid var(--ink);
}
.small-ads-list { display: grid; grid-template-columns: repeat(3, 1fr); }
.small-ad {
  font-family: var(--mono);
  font-size: 11.5px;
  line-height: 1.55;
  padding: 12px 16px;
  color: var(--ink-soft);
}
.small-ad b { color: var(--ink); }
.small-ad + .small-ad { border-left: 1px solid var(--hairline); }

.pick-counter {
  font-family: var(--mono);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  gap: 10px;
}
.pick-counter .dots { display: inline-flex; gap: 4px; }
.pick-counter .dots i {
  width: 7px; height: 7px;
  border: 1px solid var(--ink);
  background: transparent;
  transition: background 0.15s;
}
.pick-counter .dots i.done { background: var(--ink); }
.squad-rating, .season-record {
  font-family: var(--mono);
  font-weight: 700;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

/* ---------- pitch: printed tactics diagram ---------- */
.pitch {
  position: relative;
  aspect-ratio: 3 / 4;
  border: 3px solid var(--ink);
  border-radius: 2px;
  /* printed in two inks: a green screen + halftone dots */
  background:
    radial-gradient(rgba(24, 21, 17, 0.13) 1px, transparent 1.4px) 0 0 / 7px 7px,
    repeating-linear-gradient(0deg, #e2e6d2 0 12.5%, #dae0c6 12.5% 25%);
  overflow: hidden;
  box-shadow: 6px 6px 0 var(--ink);
}
.pitch-half { position: absolute; left: 0; right: 0; top: 50%; border-top: 2px solid rgba(24, 21, 17, 0.45); }
.center-circle {
  position: absolute; left: 50%; top: 50%;
  width: 26%; aspect-ratio: 1;
  border: 2px solid rgba(24, 21, 17, 0.45);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.penalty-box {
  position: absolute; left: 50%; bottom: -2px;
  width: 52%; height: 16%;
  border: 2px solid rgba(24, 21, 17, 0.45);
  border-bottom: none;
  transform: translateX(-50%);
}

/* slots & stickers */
.slot {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 78px;
  text-align: center;
  z-index: 2;
}
.slot-circle {
  width: 52px; height: 52px;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px dashed rgba(24, 21, 17, 0.55);
  color: var(--ink-soft);
  font-family: var(--mono);
  font-weight: 700;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.15s, color 0.15s;
}
.slot.filled .slot-circle {
  background: var(--paper-bright);
  border: 3px solid var(--ink); /* overridden inline with club colour */
  color: var(--ink);
  font-family: var(--display);
  font-size: 16px;
  box-shadow: 3px 3px 0 rgba(24, 21, 17, 0.55);
  animation: stamp-in 0.18s ease-out;
}
.slot:nth-child(odd) .slot-circle { rotate: -2deg; }
.slot:nth-child(even) .slot-circle { rotate: 1.5deg; }
.slot.pulse .slot-circle { border-color: var(--red); border-style: solid; color: var(--red); }
.slot-name { margin-top: 5px; min-height: 15px; line-height: 1; }
.slot.filled .slot-name {
  display: inline-block;
  background: var(--paper-bright);
  border: 1px solid var(--ink);
  font-family: var(--mono);
  font-weight: 700;
  font-size: 10px;
  padding: 2px 5px;
  rotate: -1deg;
  box-shadow: 2px 2px 0 rgba(24, 21, 17, 0.45);
}
.slot.golden .slot-circle { background: var(--foil); }
@keyframes stamp-in {
  0% { transform: scale(1.12) rotate(2deg); }
  100% { transform: scale(1) rotate(0); }
}

/* ---------- wheel: cut-out contest box ---------- */
.wheel-stage {
  background: var(--paper-bright);
  border: 2px dashed var(--ink);
  border-radius: 2px;
  padding: 12px 18px 22px;
  text-align: center;
}
.cutout-label {
  font-family: var(--mono);
  font-weight: 700;
  font-size: 9.5px;
  letter-spacing: 0.14em;
  color: var(--ink-soft);
  margin-bottom: 10px;
}
.draw-tape {
  background: var(--paper);
  border: var(--rule);
  border-radius: 2px;
  max-width: 330px;
  margin: 4px auto 6px;
  overflow: hidden;
}
.tape-holes {
  height: 11px;
  background-image: radial-gradient(circle, var(--ink) 1.7px, transparent 2px);
  background-size: 16px 11px;
  background-position: 8px center;
  background-repeat: repeat-x;
  opacity: 0.3;
}
.tape-row {
  font-family: var(--mono);
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 5px 10px;
  font-size: 11px;
  color: rgba(24, 21, 17, 0.35);
  white-space: nowrap;
  overflow: hidden;
}
.tape-row.main {
  font-size: 17px;
  color: var(--ink);
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px dashed var(--hairline);
  border-bottom: 1px dashed var(--hairline);
}
.wheel-stage.drawing .tape-row.main { animation: tape-jitter 0.1s infinite; }
.wheel-stage.landed .tape-row.main { animation: stamp-in 0.2s ease-out; }
@keyframes tape-jitter {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(1px); }
}
.btn-spin { min-width: 190px; font-size: 19px; letter-spacing: 0.22em; margin-top: 14px; }

/* ---------- pick panel: sticker album page ---------- */
.pick-panel {
  background: var(--paper-bright);
  border: var(--rule);
  border-radius: 2px;
  box-shadow: var(--shadow);
  overflow: hidden;
  animation: page-in 0.2s ease-out;
}
@keyframes page-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.event-banner {
  padding: 9px 16px;
  font-family: var(--mono);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: var(--rule);
}
.event-banner.golden { background: var(--foil); color: var(--ink); }
.event-banner.mystery { background: var(--ink); color: var(--paper-bright); }
.event-banner.double { background: repeating-linear-gradient(45deg, var(--paper-2) 0 14px, var(--paper-bright) 14px 28px); color: var(--ink); border-bottom: 2px solid var(--ink); }
.event-banner.crocked { background: var(--red); color: var(--paper-bright); }
.event-banner.wonderkid { background: var(--green); color: var(--paper-bright); }

/* the editor's spike: one re-draw per edition */
.btn-spike {
  display: block;
  width: calc(100% - 24px);
  margin: 2px 12px 14px;
  padding: 8px 10px;
  background: none;
  border: 1.5px dashed var(--red);
  border-radius: 2px;
  color: var(--red);
  font-family: var(--mono);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.08em;
  cursor: pointer;
}
.btn-spike:hover { background: rgba(200, 16, 46, 0.07); }
.btn-spike:disabled { opacity: 0.4; cursor: default; }

.pick-header {
  padding: 13px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: var(--rule);
}
.pick-header .club-name { font-family: var(--display); font-size: 19px; letter-spacing: 0.02em; }
.pick-header .era-pill {
  font-family: var(--mono);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.1em;
  padding: 3px 9px;
  border: 1.5px solid currentColor;
  border-radius: 2px;
}
.pick-header .sub {
  margin-left: auto;
  font-family: var(--mono);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.16em;
  opacity: 0.8;
}
.pick-list { max-height: 470px; overflow-y: auto; padding: 4px 12px 14px; }
.pos-group-label {
  font-family: var(--mono);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--ink-soft);
  padding: 14px 4px 5px;
  border-bottom: 1px solid var(--ink);
  margin-bottom: 6px;
}
.player-card {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  text-align: left;
  background: var(--paper-bright);
  border: 1.5px solid var(--ink);
  border-radius: 2px;
  padding: 9px 13px;
  margin-bottom: 6px;
  cursor: pointer;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 15px;
  box-shadow: 2px 2px 0 var(--ink);
  transition: transform 0.08s, box-shadow 0.08s, background 0.08s;
}
.player-card:hover:not(:disabled) { background: var(--paper-2); }
.player-card:active:not(:disabled) { transform: translate(2px, 2px); box-shadow: 0 0 0 var(--ink); }
.player-card:disabled { opacity: 0.35; cursor: default; box-shadow: none; }
.player-card.elite { border-left: 7px solid; border-image: var(--foil) 1; }
.pos-badge {
  flex: 0 0 32px;
  text-align: center;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  border: 1.5px solid var(--ink);
  border-radius: 2px;
  padding: 3px 0;
}
.pos-GK { background: #e8d9a8; }
.pos-DF { background: #c8d8e8; }
.pos-MF { background: #c9dfc9; }
.pos-FW { background: #ecc7c7; }
.player-info { flex: 1; min-width: 0; }
.player-name { font-weight: 600; }
.player-note {
  font-size: 13px;
  font-style: italic;
  color: var(--ink-soft);
  margin-top: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.attr-row {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  font-family: var(--mono);
  font-weight: 700;
  font-size: 9.5px;
  letter-spacing: 0.03em;
  color: var(--ink-soft);
  margin-top: 4px;
}
.attr-row .arch { color: var(--red); }
.player-rating { font-family: var(--display); font-size: 18px; font-variant-numeric: tabular-nums; }
/* wage mode: the asking price stacks under the rating */
.rating-stack { display: flex; flex-direction: column; align-items: flex-end; gap: 1px; flex-shrink: 0; }
.card-wage {
  font-family: var(--mono);
  font-weight: 700;
  font-size: 10.5px;
  letter-spacing: 0.02em;
  color: var(--ink-soft);
  white-space: nowrap;
}
.r-elite { color: var(--red); }
.r-great { color: var(--green); }
.r-good { color: var(--ink); }
.r-hidden { color: var(--ink-soft); }

/* ---------- ready ---------- */
.ready-panel {
  background: var(--paper-bright);
  border: var(--rule);
  border-radius: 2px;
  box-shadow: var(--shadow);
  padding: 30px 22px;
  text-align: center;
  animation: page-in 0.2s ease-out;
}
.ready-text { font-family: var(--display); font-size: 23px; margin-bottom: 6px; }
.ready-strength { font-family: var(--mono); font-size: 12.5px; color: var(--ink-soft); margin-bottom: 20px; }

/* ---------- the gaffer: columnist ---------- */
.gaffer { margin-top: 24px; }
.gaffer-byline {
  display: flex;
  align-items: baseline;
  gap: 10px;
  border-top: 3px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  padding: 6px 0 5px;
  margin-bottom: 10px;
}
.gaffer-name { font-family: var(--display); font-size: 15px; letter-spacing: 0.1em; }
.gaffer-name::before { content: "“ "; color: var(--red); font-size: 19px; }
.gaffer-role {
  font-family: var(--mono);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--ink-soft);
}
.gaffer-col p {
  font-size: 16px;
  line-height: 1.5;
  font-style: italic;
  color: var(--ink-soft);
  padding: 5px 0;
  border-bottom: 1px dashed var(--hairline);
}
.gaffer-col p.latest { color: var(--ink); font-size: 17.5px; animation: page-in 0.25s ease-out; }
.gaffer-col p:last-child { border-bottom: none; }

/* ---------- BACK PAGE: live season ---------- */
.ticker {
  text-align: center;
  font-family: var(--mono);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  min-height: 26px;
  padding: 3px 8px;
  margin-bottom: 16px;
  font-variant-numeric: tabular-nums;
}
.ticker.tension { background: var(--ink); color: var(--paper-bright); }
.ticker.loss-flash { background: var(--red); color: var(--paper-bright); animation: shake 0.45s ease; }
@keyframes shake {
  0%, 100% { transform: translateX(0); }
  20% { transform: translateX(-7px); }
  40% { transform: translateX(6px); }
  60% { transform: translateX(-4px); }
  80% { transform: translateX(3px); }
}
.boot-ticker {
  text-align: center;
  font-family: var(--mono);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--ink-soft);
  min-height: 16px;
  margin-bottom: 14px;
  font-variant-numeric: tabular-nums;
}
.results-grid {
  display: grid;
  grid-template-columns: repeat(19, 1fr);
  gap: 5px;
  margin-bottom: 30px;
}

/* the final standings */
.league-table { margin-top: 34px; border-top: 3px double var(--ink); }
.lt-body { font-family: var(--mono); font-size: 12px; overflow-x: auto; padding-top: 4px; }
.lt-row {
  display: grid;
  grid-template-columns: 26px minmax(150px, 1fr) 30px 30px 30px 36px 36px 40px 44px;
  gap: 7px;
  padding: 4px 6px;
  border-bottom: 1px dashed var(--hairline);
  font-variant-numeric: tabular-nums;
  min-width: 480px;
}
.lt-row span:nth-child(n+3) { text-align: right; }
.lt-row.lt-head {
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: var(--ink-soft);
  border-bottom: 1.5px solid var(--ink);
}
.lt-row.you { background: var(--ink); color: var(--paper-bright); font-weight: 700; }
.lt-club { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.result-chip {
  aspect-ratio: 1;
  border: 1.5px solid var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  background: var(--paper-bright);
  color: transparent;
  opacity: 0.55;
}
.result-chip.shown { opacity: 1; animation: stamp-in 0.18s ease-out; }
.result-chip.W { background: var(--green); color: var(--paper-bright); }
.result-chip.D { background: var(--mustard); color: var(--paper-bright); }
.result-chip.L { background: var(--red); color: var(--paper-bright); }

/* the european nights */
.euro-strip { max-width: 640px; margin: 0 auto 30px; }
.euro-rounds { border-bottom: var(--rule); }
.euro-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-family: var(--mono);
  font-size: 13.5px;
  padding: 8px 4px;
  border-bottom: 1px dashed var(--hairline);
  animation: stamp-in 0.2s ease-out;
}
.euro-row .er-round { flex: 0 0 138px; font-weight: 700; font-size: 11px; letter-spacing: 0.08em; color: var(--ink-soft); }
.euro-row .er-opp { flex: 1; min-width: 0; }
.euro-row .er-score { font-weight: 700; }
.euro-row .er-score i { font-style: italic; font-weight: 400; color: var(--ink-soft); }
.euro-row .er-res { flex: 0 0 20px; text-align: center; font-weight: 700; }
.euro-row.W .er-res { color: var(--green); }
.euro-row.L .er-res { color: var(--red); }

/* ---------- BACK PAGE: full-bleed result page ---------- */
.backpage { animation: page-in 0.3s ease-out; }
.masthead {
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.3em;
  text-align: center;
  border-top: 3px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  padding: 8px 0 6px;
  margin-bottom: 18px;
}
.final-headline {
  font-family: var(--display);
  font-size: clamp(40px, 9vw, 92px);
  line-height: 0.98;
  text-align: center;
  margin-bottom: 22px;
  border-bottom: var(--rule);
  padding-bottom: 24px;
}
.backpage.perfect .final-headline {
  background: var(--foil);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.backpage.invincible .final-headline { color: var(--red); }
.backpage-grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 0;
}
.backpage-main { padding-right: 28px; text-align: left; }
.backpage-side { border-left: 1px solid var(--hairline); padding-left: 28px; }
.final-record {
  font-family: var(--display);
  font-size: clamp(54px, 8vw, 84px);
  line-height: 1.02;
  display: inline-block;
  border-bottom: 6px solid var(--ink);
  padding-bottom: 4px;
}
.final-sub { font-family: var(--mono); font-weight: 700; font-size: 14px; color: var(--ink-soft); margin: 14px 0 4px; }
.final-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.final-badges:empty { display: none; }
.badge {
  font-family: var(--mono);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding: 5px 11px;
  border: 2px solid var(--red);
  border-radius: 2px;
  color: var(--red);
  rotate: -2deg;
  animation: stamp-in 0.2s ease-out;
}
.badge:nth-child(even) { rotate: 1.5deg; }
.badge.gold { border-color: #a8801f; color: #8a6a14; background: rgba(240, 223, 154, 0.35); }
.final-verdict {
  font-size: 17px;
  font-style: italic;
  line-height: 1.55;
  margin: 22px 0 26px;
  padding-left: 14px;
  border-left: 4px solid var(--red);
}
.final-actions { display: flex; gap: 16px; flex-wrap: wrap; }

/* mini pitch recap */
.mini-pitch {
  position: relative;
  width: 100%;
  max-width: 320px;
  aspect-ratio: 3 / 3.6;
  margin: 0 auto;
  border: 2.5px solid var(--ink);
  border-radius: 2px;
  background:
    radial-gradient(rgba(24, 21, 17, 0.13) 1px, transparent 1.4px) 0 0 / 6px 6px,
    repeating-linear-gradient(0deg, #e2e6d2 0 12.5%, #dae0c6 12.5% 25%);
  box-shadow: 4px 4px 0 var(--ink);
}
.mini-chip { position: absolute; transform: translate(-50%, -50%); width: 56px; text-align: center; }
.mini-chip b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px; height: 30px;
  margin: 0 auto;
  border-radius: 50%;
  background: var(--paper-bright);
  border: 2px solid var(--ink);
  font-family: var(--display);
  font-weight: 400;
  font-size: 11px;
  color: var(--ink);
  box-shadow: 2px 2px 0 rgba(24, 21, 17, 0.5);
}
.mini-chip.golden b { background: var(--foil); }
.mini-chip span {
  display: inline-block;
  font-family: var(--mono);
  font-weight: 700;
  font-size: 8px;
  background: var(--paper-bright);
  border: 1px solid var(--ink);
  color: var(--ink);
  margin-top: 3px;
  padding: 1px 3px;
  line-height: 1.1;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.backpage-side .caption { max-width: 320px; margin-left: auto; margin-right: auto; }

/* the season in numbers: agate table */
.numbers-box { margin-top: 32px; border-top: 3px double var(--ink); padding-top: 12px; }
.player-stats { font-family: var(--mono); font-size: 12.5px; overflow-x: auto; }
.ps-row {
  display: grid;
  grid-template-columns: 36px minmax(120px, 1fr) 44px 34px 34px 34px 34px 34px 42px 52px;
  gap: 7px;
  padding: 5px 4px;
  border-bottom: 1px dashed var(--hairline);
  font-variant-numeric: tabular-nums;
  min-width: 540px;
}
.ps-row span:nth-child(n+3) { text-align: right; }
.ps-row.ps-head {
  font-weight: 700;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  color: var(--ink-soft);
  border-bottom: 1.5px solid var(--ink);
}
.ps-name { font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* ---------- season review: classified results, two columns ---------- */
.season-review {
  margin-top: 34px;
  border-top: 3px double var(--ink);
  animation: page-in 0.3s ease-out;
}
.review-head {
  font-family: var(--display);
  font-size: 15px;
  letter-spacing: 0.24em;
  text-align: center;
  padding: 12px 0 10px;
  border-bottom: var(--rule);
}
.review-stats {
  display: flex;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap;
  padding: 14px 16px;
  border-bottom: 1px dashed var(--ink);
}
.review-stat { text-align: center; }
.review-stat .v { font-family: var(--display); font-size: 18px; }
.review-stat .k {
  font-family: var(--mono);
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 0.12em;
  color: var(--ink-soft);
  margin-top: 3px;
}
.review-list {
  padding: 12px 4px 8px;
  font-family: var(--mono);
  columns: 2;
  column-gap: 36px;
  column-rule: 1px solid var(--hairline);
}
.review-row {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 5px 2px;
  font-size: 12.5px;
  border-bottom: 1px dashed rgba(24, 21, 17, 0.3);
  break-inside: avoid;
}
.review-row .md { flex: 0 0 42px; font-weight: 700; font-size: 10.5px; color: var(--ink-soft); }
.review-row .ha { flex: 0 0 12px; font-size: 10.5px; color: var(--ink-soft); }
.review-row .opp { flex: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.review-row .score { flex: 0 0 36px; text-align: right; font-weight: 700; }
.review-row .res { flex: 0 0 18px; text-align: center; font-weight: 700; }
.review-row.W .res { color: var(--green); }
.review-row.D .res { color: var(--mustard); }
.review-row.L .res { color: var(--red); }
.review-item { break-inside: avoid; }
.review-item .review-row { border-bottom: none; }
.review-agate {
  font-size: 10px;
  line-height: 1.5;
  color: var(--ink-soft);
  padding: 0 4px 6px 54px;
  border-bottom: 1px dashed rgba(24, 21, 17, 0.3);
}

/* ---------- the press run: things stamp onto the page ---------- */
@keyframes press-in {
  0% { opacity: 0; transform: translateY(6px) scale(1.01); }
  60% { opacity: 1; }
  100% { opacity: 1; transform: none; }
}
#screen-intro .masthead-block { animation: press-in 0.3s ease-out both; }
#screen-intro .kicker { animation: press-in 0.3s ease-out 0.1s both; }
#screen-intro .logo { animation: stamp-in 0.25s ease-out 0.18s both; }
#screen-intro .standfirst-front { animation: press-in 0.3s ease-out 0.28s both; }
#screen-intro .entry-strip { animation: stamp-in 0.25s ease-out 0.4s both; }
#screen-intro .lead-figure { animation: press-in 0.3s ease-out 0.36s both; }
#screen-intro .front-cols { animation: press-in 0.3s ease-out 0.5s both; }
#screen-intro .methodology { animation: press-in 0.3s ease-out 0.6s both; }

.backpage .masthead { animation: press-in 0.25s ease-out both; }
.backpage .final-headline { animation: stamp-in 0.3s ease-out 0.15s both; }
.backpage .final-record { animation: stamp-in 0.25s ease-out 0.32s both; }
.backpage .final-badges .badge { animation: stamp-in 0.2s ease-out both; }
.backpage .final-badges .badge:nth-child(1) { animation-delay: 0.45s; }
.backpage .final-badges .badge:nth-child(2) { animation-delay: 0.55s; }
.backpage .final-badges .badge:nth-child(3) { animation-delay: 0.65s; }
.backpage .final-badges .badge:nth-child(4) { animation-delay: 0.75s; }
.backpage .final-badges .badge:nth-child(n+5) { animation-delay: 0.85s; }

.btn:hover:not(:disabled) { transform: translate(-1px, -1px); box-shadow: 5px 5px 0 var(--ink); }
.btn-lead:hover:not(:disabled) { box-shadow: 7px 7px 0 var(--ink); }
.btn:active:not(:disabled) { transform: translate(3px, 3px); box-shadow: 1px 1px 0 var(--ink); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .wheel-rotor { transition: none !important; }
}

/* confetti: paper ticker-tape */
.confetti {
  position: fixed;
  top: -12px;
  width: 9px; height: 16px;
  z-index: 50;
  animation: fall linear forwards;
  pointer-events: none;
}
@keyframes fall {
  to { transform: translateY(105vh) rotate(720deg); opacity: 0.75; }
}

/* ---------- narrow press (mobile) ---------- */
@media (max-width: 820px) {
  .sheet { border: none; padding-bottom: 40px; }
  .front-lead { grid-template-columns: 1fr; padding-top: 12px; }
  /* tabloid order: headline straight into the coupon, copy after */
  .lead-story { display: contents; }
  .kicker { order: 1; }
  .logo { order: 2; }
  .front-lead .entry-strip { order: 3; margin-top: 16px; }
  .standfirst-front { order: 4; margin-top: 20px; }
  .lead-figure { order: 5; border-left: none; padding-left: 0; margin-top: 24px; max-width: 250px; margin-left: auto; margin-right: auto; }
  .front-pitch .vac { width: 26px; height: 26px; }
  .entry-body { flex-direction: column; gap: 10px; padding: 14px 14px 6px; }
  .entry-body .btn { width: 100%; }
  .btn-lead { padding: 15px 20px; }
  .paper-title { font-size: clamp(28px, 8.5vw, 40px); padding: 7px 0 6px; }
  .dateline { font-size: 9.5px; }
  .kicker { font-size: 10.5px; margin-bottom: 10px; }
  .logo { font-size: clamp(40px, 12vw, 56px); }
  .logo .dash { font-size: clamp(54px, 16vw, 76px); }
  .standfirst-front { font-size: 14.5px; line-height: 1.55; margin-top: 12px; }
  .entry-smallprint { font-size: 9px; padding-bottom: 10px; }
  .front-cols { grid-template-columns: 1fr; }
  .front-col { padding: 18px 0; }
  .front-col:first-child { padding-top: 6px; }
  .front-col + .front-col { border-left: none; border-top: 1px solid var(--hairline); }
  .spread { grid-template-columns: 1fr; }
  .spread-main { padding-right: 0; order: 2; margin-top: 26px; }
  .spread-side { border-left: none; padding-left: 0; order: 1; }
  .backpage-grid { grid-template-columns: 1fr; }
  .backpage-main { padding-right: 0; }
  .backpage-side { border-left: none; padding-left: 0; margin-top: 28px; }
  .review-list { columns: 1; }
  .results-grid { gap: 3px; }
  .result-chip { font-size: 9px; }
  .masthead-top span:nth-child(2) { display: none; }
  .small-ads-list { grid-template-columns: 1fr; }
  .small-ad + .small-ad { border-left: none; border-top: 1px solid var(--hairline); }
  .method-cols { columns: 1; }
  /* on a phone the mode prints as a kicker line over the headline
     instead of a floating stamp */
  .edition-stamp {
    position: static;
    display: block;
    border: none;
    rotate: 0deg;
    padding: 0 0 7px;
    margin: 0;
    opacity: 1;
    font-size: 11px;
    letter-spacing: 0.24em;
  }
  .edition-stamp::before { content: "▪ "; }
  .standfirst { padding-right: 0; }
  .ps-row { grid-template-columns: 34px 1fr 44px 36px 36px 56px; gap: 5px; font-size: 11.5px; }
}
