:root {
  color-scheme: light;
  --ink: #f7f1e8;
  --muted: #a5a29a;
  --paper: #11110f;
  --panel: #1a1a16;
  --line: #33332c;
  --red: #e84b37;
  --yellow: #f8ce47;
  --black: #262623;
  --blue: #58a6ff;
}

* { box-sizing: border-box; }
html, body { overflow-x: hidden; }
body {
  margin: 0;
  background-color: #e8e2d6;
  background-image: url("/img/editorial-frame.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 1950px auto;
  background-attachment: fixed;
  color: #111;
  font-family: "Barlow Condensed", Arial, sans-serif;
}
.paper { width: min(1080px, calc(100% - 32px)); margin: 24px auto; background: #fff; }
.shell {
  width: auto;
  margin: 0;
  padding: 12px 18px 20px;
  background-image: radial-gradient(rgba(17,17,17,.07) .45px, transparent .55px);
  background-size: 4px 4px;
}
.panel { color: #111; }

.tagline-rule {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  background: #111;
  color: #fff;
  padding: 6px 18px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .16em;
  text-transform: uppercase;
  line-height: 1.2;
}
.tagline-rule span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.hero {
  position: relative;
  padding: 6px 0 8px;
  overflow: hidden;
  background: linear-gradient(180deg, #259b39 0%, #105923 45%, #020b05 100%);
}
.hero-inner {
  position: relative;
  padding: 0 14px;
}

.hero-havlu {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 180px;
  border: 2px solid #111;
  background: #e8f5e0;
  z-index: 2;
}
.hero-havlu-cap {
  margin: 0;
  padding: 5px 7px 4px;
  background: #0a7d28;
  color: #fff;
  font-family: "Archivo Black", sans-serif;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1.1;
  border-bottom: 2px solid #111;
}
.hero-havlu-cap small {
  display: block;
  margin-top: 3px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}
.hero-havlu-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 0;
  padding: 5px 7px 4px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.15;
  color: #111;
  text-transform: uppercase;
}
.hero-havlu-row i {
  flex: 1;
  border-bottom: 1px dotted #999;
  min-width: 8px;
  height: .55em;
}
.hero-havlu-row b { flex: none; color: #0a7d28; font-weight: 700; }
.hero-havlu-row b small { color: #222; font-size: 9px; }

.manset-logo {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding-right: 175px;
  line-height: 0;
}
.manset-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-deck {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  margin: 0 170px 0 0;
}

.foto-slot {
  position: relative;
  width: 120px;
  height: 74px;
  flex: none;
  overflow: hidden;
  border: 3px solid #111;
  background: repeating-linear-gradient(115deg, #1d5c2a 0 8px, #12401e 8px 16px);
}
.foto-slot span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 6px;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.shout-tab {
  margin: 0;
  padding: 8px 14px 7px;
  background: #ffe000;
  color: #111;
  font-family: "Archivo Black", sans-serif;
  font-size: 19px;
  line-height: 1.05;
  transform: skewX(-7deg);
  transform-origin: left bottom;
}

.red-banner {
  margin: 0;
  padding: 9px 18px;
  background: #d40000;
  color: #fff;
  font-family: "Archivo Black", sans-serif;
  font-size: 25px;
  line-height: 1.1;
  letter-spacing: -.02em;
  border-top: 3px solid #111;
  border-bottom: 3px solid #111;
}

.front-page {
  position: relative;
  width: auto;
  margin: 0;
  min-height: 730px;
  padding: 22px 18px 0;
  display: grid;
  grid-template-columns: 238px minmax(0, 1fr) 196px;
  grid-template-rows: 530px auto;
  gap: 18px 22px;
  overflow: hidden;
  background-image: radial-gradient(rgba(17,17,17,.09) .45px, transparent .55px);
  background-size: 4px 4px;
}
.front-lead-col {
  position: relative;
  z-index: 3;
  grid-column: 1;
  grid-row: 1;
  width: 270px;
}
.front-lead {
  font-family: "Archivo Black", sans-serif;
  font-size: 35px;
  line-height: .99;
  letter-spacing: -.045em;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.editorial-main-figure {
  position: relative;
  z-index: 2;
  grid-column: 1 / 3;
  grid-row: 1;
  align-self: end;
  height: 100%;
  margin: 0 0 0 220px;
  pointer-events: none;
}
.editorial-main-figure img {
  position: absolute;
  left: 48%;
  bottom: -2px;
  height: 525px;
  width: auto;
  max-width: none;
  transform: translateX(-50%);
  filter: drop-shadow(2px 3px 2px rgba(0,0,0,.2));
}
.editorial-main-figure figcaption {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 8px;
  max-width: 125px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1;
  text-align: right;
  text-transform: uppercase;
  color: #2b2b2b;
}
.stat-row, .hero-havlu-row {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
}
.stat-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px dotted #999;
  font-size: 17px;
  line-height: 1.15;
  color: #111;
}
.stat-row:last-child { border-bottom: 0; }
.stat-row span { color: #222; }
.stat-row i { flex: 1; border-bottom: 1px dotted #999; height: .55em; min-width: 10px; }
.stat-row b { flex: none; }

.front-agate {
  position: relative;
  z-index: 4;
  grid-column: 1 / 3;
  grid-row: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding-bottom: 18px;
}
.support-story {
  position: relative;
  min-height: 174px;
  display: grid;
  grid-template-columns: 128px 1fr;
  align-items: end;
  overflow: hidden;
  border-top: 3px solid #111;
  border-bottom: 2px solid #111;
  background: rgba(255,255,255,.94);
}
.support-story img {
  position: relative;
  z-index: 2;
  align-self: end;
  width: 142px;
  height: 166px;
  object-fit: contain;
  object-position: center bottom;
  margin-right: -14px;
  filter: drop-shadow(1px 2px 1px rgba(0,0,0,.16));
}
.support-story-copy {
  position: relative;
  z-index: 1;
  align-self: center;
  padding: 12px 10px 10px 0;
}
.support-kicker {
  display: inline-block;
  margin: 0 0 7px -12px;
  padding: 4px 7px 3px 15px;
  background: #ffe000;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.support-story h3 {
  margin: 0;
  font-family: "Archivo Black", sans-serif;
  font-size: 16px;
  line-height: 1.08;
  letter-spacing: -.03em;
}
.support-caption {
  margin: 7px 0 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.15;
  color: #2b2b2b;
}
.front-rail {
  position: relative;
  z-index: 5;
  grid-column: 3;
  grid-row: 1 / 3;
}

.club-slab {
  margin: 0 0 8px;
  padding: 8px 10px 10px;
  color: #fff;
  border: 2px solid #111;
}
.club-slab-cap {
  margin: 0 0 4px;
  font-family: "Archivo Black", sans-serif;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  line-height: 1.15;
}
.club-slab-pts {
  margin: 0;
  font-family: "Archivo Black", sans-serif;
  font-size: 42px;
  line-height: .85;
  letter-spacing: -.04em;
}
.club-slab-meta, .club-slab-note {
  margin: 4px 0 0;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.15;
}
.club-slab-note { opacity: 1; }

.shout-box {
  margin: 0;
  padding: 10px;
  background: #ffe000;
  border: 2px solid #111;
  color: #111;
  font-family: "Archivo Black", sans-serif;
  font-size: 14px;
  line-height: 1.15;
}

.paper-footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  background: #111;
  color: #fff;
  padding: 8px 18px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.paper-footer a { color: #fff; text-decoration: none; }

#updated.updated {
  width: auto;
  margin: 10px 18px 0;
  color: #222;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-align: right;
}
.masthead, .intro, .panel-heading, footer { display: flex; justify-content: space-between; gap: 24px; align-items: flex-end; }
.masthead { display: grid; justify-content: stretch; align-items: start; border-bottom: 1px solid var(--line); padding-bottom: 24px; }
.host-portrait { width: 148px; height: 148px; border: 3px solid var(--yellow); border-radius: 50%; box-shadow: 0 14px 36px rgba(0,0,0,.45); justify-self: center; margin-bottom: 22px; object-fit: cover; object-position: 50% 12%; }
.masthead-copy { display: flex; justify-content: space-between; gap: 24px; align-items: flex-end; }
.eyebrow { color: var(--yellow); font-size: .78rem; font-weight: 800; letter-spacing: .12em; margin: 0 0 8px; text-transform: uppercase; }
.intro .eyebrow { color: #d40000; }
h1, h2, p { margin-top: 0; }
h1 { font-size: clamp(2.25rem, 6vw, 4.8rem); letter-spacing: -.07em; line-height: .92; margin-bottom: 0; max-width: 720px; }
h2 {
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.05;
  letter-spacing: -.04em;
  margin-bottom: 0;
  text-transform: uppercase;
}
.updated, .caption, footer, .intro > p { color: #222; }
.updated {
  border-bottom: 1px solid #111;
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  padding: 4px 18px 3px;
  text-align: right;
}
.intro { align-items: start; padding: 52px 0 24px; }
.intro h2 { font-size: clamp(1.8rem, 4vw, 3rem); }
.intro > p, .read-guide { line-height: 1.55; margin: 0; max-width: 460px; }
.read-guide { color: #222; padding-left: 1.15em; }
.read-guide li + li { margin-top: 8px; }
.club-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.club-cards[hidden] { display: none; }
.availability-panel { margin-top: 12px; }
.availability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin: 14px 0; }
.availability-team { border: 2px solid #111; border-radius: 0; padding: 0 8px 10px; background: #fff; }
.availability-team h3 {
  margin: 0 -8px 9px;
  padding: 6px 8px 5px;
  background: var(--club-header, #111);
  border-bottom: 5px solid var(--accent, #fff);
  box-shadow: 0 2px 0 #111;
  color: var(--club-title-ink, #fff);
  font-family: "Archivo Black", sans-serif;
  font-size: 14px;
  letter-spacing: -.03em;
  line-height: 1;
  text-transform: uppercase;
}
.availability-blurb { color: #111; font-size: 15px; font-weight: 700; line-height: 1.25; margin: 0 0 8px; }
.availability-factor { color: #d40000; font-size: 12px; font-weight: 700; margin: 0 0 10px; text-transform: uppercase; }
.availability-list { display: grid; gap: 10px; list-style: none; margin: 0; padding: 0; }
.availability-list li { align-items: start; display: flex; gap: 10px; justify-content: space-between; }
.availability-list strong { display: block; font-size: 16px; }
.availability-meta { color: #2b2b2b; display: block; font-size: 12px; line-height: 1.25; margin-top: 2px; }
.availability-status { border: 1px solid #111; border-radius: 0; flex: none; font-size: 10px; font-weight: 800; letter-spacing: .04em; padding: 2px 4px; text-transform: uppercase; }
.status-injured { background: #d40000; color: #fff; }
.status-doubtful { background: #ffe000; color: #111; }
.status-suspended { background: #111; color: #fff; }
.availability-empty { color: #2b2b2b; font-size: 14px; line-height: 1.3; margin: 0; }
.club-card, .panel { background: var(--panel); border: 1px solid var(--line); border-radius: 16px; }
.club-card {
  min-height: 390px;
  padding: 0;
  position: relative;
  overflow: hidden;
  background: #f7f5ed;
  border: 2px solid #111;
  border-radius: 0;
  color: #111;
  font-family: "Barlow Condensed", sans-serif;
}
.club-head {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  min-width: 0;
  min-height: 50px;
  padding: 6px 8px;
  background: var(--club-header);
  border-bottom: 5px solid var(--accent);
  box-shadow: 0 2px 0 #111;
  color: var(--accent-text, #fff);
}
.club-name {
  margin: 0;
  min-width: 0;
  font-family: "Archivo Black", sans-serif;
  font-size: 21px;
  letter-spacing: -.05em;
  line-height: 1;
  text-transform: uppercase;
}
.club-crest { display: block; flex: none; height: 42px; object-fit: contain; width: 42px; }
.club-card-body { padding: 12px 12px 13px; }
.race-badge {
  display: inline-block;
  border: 1px solid #111;
  border-radius: 0;
  background: #fff;
  color: #111;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1;
  padding: 3px 6px;
  text-transform: uppercase;
}
.race-in_race { background: #dff1d9; border-color: #12812a; color: #08711f; }
.race-trailing { background: #fff1a9; border-color: #111; color: #111; }
.race-miracle { background: #ffe000; border-color: #111; color: #111; }
.race-towel { background: #d40000; border-color: #111; color: #fff; }
.title-delta { color: #2b2b2b; display: block; font-size: 13px; font-weight: 600; margin-top: 2px; }
.catch-up { color: #333; font-size: 15px; font-weight: 600; line-height: 1.25; margin: 0 0 12px; }
.race-legend { display: flex; flex-wrap: wrap; gap: 8px 10px; align-items: center; margin-top: 18px; }
.race-legend-note { color: #2b2b2b; font-size: .72rem; margin-right: 8px; }
.big-number {
  font-family: "Archivo Black", sans-serif;
  font-size: 68px;
  font-weight: 900;
  letter-spacing: -.08em;
  line-height: .85;
  margin: 8px 0 0;
}
.metric-label { color: #111; font-size: 14px; font-weight: 700; margin: 6px 0 16px; text-transform: uppercase; }
.title-odds { border-top: 2px solid #111; margin: 0 0 9px; padding-top: 8px; }
.title-odds p { font-size: 14px; font-weight: 700; letter-spacing: .02em; margin: 0; text-transform: uppercase; }
.title-odds strong {
  display: block;
  color: #111;
  font-family: "Archivo Black", sans-serif;
  font-size: 36px;
  letter-spacing: -.06em;
  line-height: 1;
}
.title-meter { display: block; height: 8px; margin-top: 5px; overflow: hidden; background: #d9d9d9; }
.title-meter i { display: block; height: 100%; background: var(--club-header); }
.range-line { color: #333; font-size: 14px; font-weight: 600; margin: 0 0 6px; }
.club-footer {
  border-top: 1px solid #111;
  display: flex;
  justify-content: space-between;
  gap: 6px;
  padding-top: 8px;
  color: #111;
  font-size: 14px;
  font-weight: 700;
}
.club-footer strong { color: #111; }
.grid { display: grid; gap: 8px; margin-top: 8px; }
.two-up { grid-template-columns: 1.35fr 1fr; }
.panel {
  padding: 0 12px 14px;
  background: #f7f5ed;
  border: 2px solid #111;
  border-radius: 0;
}
.panel-heading {
  align-items: center;
  margin: 0 -12px 14px;
  padding: 7px 10px 6px;
  background: #111;
  border-bottom: 2px solid #111;
  color: #fff;
}
.panel-heading .eyebrow { color: #ffe000; font-size: 12px; letter-spacing: .14em; margin-bottom: 2px; }
.panel-heading h2 { color: #fff; font-size: 26px; }
.pill {
  border: 1px solid #111;
  border-radius: 0;
  background: #ffe000;
  color: #111;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  padding: 4px 7px;
  text-transform: uppercase;
}
.projection-key { color: #333; display: flex; flex-wrap: wrap; font-size: 13px; font-weight: 700; gap: 12px; margin-top: 14px; }
.projection-key span { align-items: center; display: inline-flex; gap: 6px; }
.projection-key i { border: 1px solid #111; border-radius: 0; display: inline-block; height: 10px; width: 10px; }
.key-current { background: #ffe000; }
.key-forecast { background: #fff1a3; }
.key-lost { background: repeating-linear-gradient(135deg, #4b4b45 0 3px, #2c2c27 3px 6px); }
.projection-chart { display: grid; gap: 13px; margin: 18px 0 16px; }
.projection-row { align-items: center; display: grid; gap: 12px; grid-template-columns: 145px minmax(160px, 1fr) 72px; }
.projection-team { display: grid; gap: 4px; }
.projection-team strong { font-size: 16px; }
.projection-team span { color: #2b2b2b; font-size: 12px; }
.season-budget { background: #ddd; border: 1px solid #111; border-radius: 0; display: flex; height: 18px; overflow: hidden; }
.budget-current { background: var(--accent); min-width: 2px; }
.budget-forecast { background: var(--accent-fade); }
.budget-lost { background: repeating-linear-gradient(135deg, #4b4b45 0 4px, #292925 4px 8px); }
.projection-result { display: grid; grid-template-columns: auto auto; align-items: baseline; column-gap: 3px; justify-content: end; line-height: 1; }
.projection-result strong { font-family: "Archivo Black", sans-serif; font-size: 1.45rem; letter-spacing: -.06em; }
.projection-result span { color: #2b2b2b; font-size: 13px; }
.projection-result small { color: #2b2b2b; font-size: 12px; grid-column: 1 / -1; margin-top: 4px; text-align: right; }
.caption { color: #2b2b2b; font-size: 14px; font-weight: 600; line-height: 1.4; margin-bottom: 0; }
.target-list { margin-top: 8px; }
.target-list > div, .race-item { border-top: 1px solid #111; display: grid; gap: 5px; padding: 11px 0; }
.race-item-head { align-items: center; display: flex; flex-wrap: wrap; font-weight: 800; gap: 8px; margin: 0; }
.race-item-copy { color: #333; font-size: 14px; font-weight: 600; line-height: 1.35; margin: 0; text-align: left; }
.race-legend-note { color: #2b2b2b; font-size: 13px; }
.table-panel { margin-top: 8px; }
.league-panel { background: #f7f5ed; }
.table-wrap { overflow-x: auto; margin-top: 14px; -webkit-overflow-scrolling: touch; }
table { border-collapse: collapse; min-width: 720px; width: 100%; }
.league-table { min-width: 680px; }
th, td { border-bottom: 1px solid #999; padding: 10px 8px; text-align: right; font-size: 15px; }
th { background: #111; color: #fff; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
abbr { cursor: help; text-decoration: underline dotted; text-underline-offset: .18em; }
th:first-child, td:first-child { text-align: left; }
td:first-child { font-weight: 800; }
.league-table th:nth-child(2), .league-table td:nth-child(2) { text-align: left; }
.league-table td:nth-child(2) { font-weight: 800; }
.league-table th:first-child, .league-table td:first-child,
.league-table th:nth-child(2), .league-table td:nth-child(2) { position: sticky; z-index: 1; }
.league-table thead th:first-child, .league-table thead th:nth-child(2) { background: #111; }
.league-table tbody td:first-child, .league-table tbody td:nth-child(2) { background: #f7f5ed; }
.league-table th:first-child, .league-table td:first-child { left: 0; min-width: 36px; }
.league-table th:nth-child(2), .league-table td:nth-child(2) { left: 36px; min-width: 132px; }
.league-row.tracked td:nth-child(2) { box-shadow: inset 3px 0 0 var(--accent); padding-left: 13px; }
.league-row.leader td { background: #fff1a3; }
.league-row.leader td:first-child, .league-row.leader td:nth-child(2) { background: #fff1a3; }
.leader-tag { border: 1px solid #111; border-radius: 0; background: #ffe000; color: #111; font-size: .62rem; font-weight: 800; letter-spacing: .06em; margin-left: 6px; padding: 2px 6px; text-transform: uppercase; vertical-align: middle; }
.table-note { margin-top: 18px; }
.compare-guide { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; margin: 14px 0 10px; }
.compare-guide div { border-top: 1px solid #111; padding: 9px 0; }
.compare-guide dt { color: #d40000; font-size: 13px; font-weight: 800; margin-bottom: 3px; text-transform: uppercase; }
.compare-guide dd { color: #333; font-size: 14px; font-weight: 600; line-height: 1.35; margin: 0; }
.method-panel { margin-top: 8px; }
.method-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; margin: 10px 0 12px; }
.method-list div { border-top: 1px solid #111; padding: 9px 0; }
.method-list dt { color: #d40000; font-size: 13px; font-weight: 800; margin-bottom: 3px; text-transform: uppercase; }
.method-list dd { color: #333; font-size: 14px; font-weight: 600; line-height: 1.38; margin: 0; }
.fixtures-panel { margin-top: 8px; }
.fixture-list { display: grid; gap: 6px; margin: 14px 0; }
.fixture-row { border: 2px solid #111; border-radius: 0; padding: 8px 10px; background: #fff; }
.fixture-row.live { border-color: #d40000; }
.fixture-teams { align-items: center; display: grid; gap: 12px; grid-template-columns: 1fr auto 1fr; font-size: 17px; }
.fixture-teams strong:last-child { text-align: right; }
.fixture-score { min-width: 54px; padding: 4px 8px; background: #111; color: #ffe000; font-family: "Archivo Black", sans-serif; font-size: 19px; font-weight: 800; text-align: center; }
.fixture-meta { color: #2b2b2b; font-size: 13px; font-weight: 700; letter-spacing: .04em; margin: 6px 0 0; text-transform: uppercase; }
.fixture-row.live .fixture-meta { color: #d40000; }
.live-line { color: #d40000; font-size: .78rem; font-weight: 800; letter-spacing: .08em; margin: 12px 0 0; text-transform: uppercase; }
footer {
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 8px -18px -20px;
  padding: 8px 18px;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  gap: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
footer a { color: #ffe000; }
@media (max-width: 720px) {
  body { background-image: none; }
  .paper { width: calc(100% - 16px); margin: 8px auto; }
  .shell { width: auto; padding-top: 22px; }
  .masthead-copy, .intro, .panel-heading, footer { align-items: flex-start; flex-direction: column; }
  .host-portrait { width: 112px; height: 112px; margin-bottom: 18px; }
  .tagline-rule { flex-direction: column; align-items: flex-start; gap: 4px; letter-spacing: .16em; }
  .hero { padding: 8px 0; }
  .hero-havlu { position: static; width: 100%; margin: 0 0 16px; transform: none; }
  .manset-logo {
    width: 100%;
    max-width: none;
    margin-right: 0;
    padding-right: 0;
  }
  .hero-deck { margin-right: 0; flex-wrap: wrap; }
  .shout-tab { font-size: 15px; }
  .red-banner { font-size: 16px; line-height: 1.15; }
  .front-page {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 18px;
    padding-bottom: 18px;
    overflow: hidden;
  }
  .front-lead-col,
  .editorial-main-figure,
  .front-agate,
  .front-rail {
    grid-column: 1;
    grid-row: auto;
  }
  .front-lead-col { order: 1; }
  .front-lead-col { width: auto; }
  .front-lead { font-size: 34px; }
  .editorial-main-figure {
    order: 2;
    height: 390px;
    margin-left: 0;
  }
  .editorial-main-figure img {
    height: 430px;
    bottom: 0;
  }
  .editorial-main-figure figcaption { right: 4px; }
  .front-rail { order: 3; }
  .front-agate {
    order: 4;
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }
  .support-story { grid-template-columns: 112px 1fr; min-height: 152px; }
  .support-story img { width: 124px; height: 148px; }
  .support-story:nth-child(2) {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .support-story:nth-child(2) img { display: none; }
  .support-story:nth-child(2) .support-story-copy { padding: 12px; }
  .paper-footer { flex-wrap: wrap; letter-spacing: .08em; }
  .updated { text-align: left; }
  .club-cards, .two-up, .availability-grid { grid-template-columns: 1fr; }
  .club-card { min-height: 205px; }
  .compare-guide, .method-list { grid-template-columns: 1fr; }
  .intro { padding-top: 36px; }
  .intro > p, .read-guide { max-width: none; }
  .projection-row { grid-template-columns: 1fr 70px; }
  .season-budget { grid-column: 1 / -1; grid-row: 2; }
  .fixture-teams { font-size: .88rem; gap: 8px; }
  .fixture-score { min-width: 40px; }
  .live-line { margin-top: 14px; }
  th, td { padding: 12px 8px; }
  .leader-tag { display: inline-block; margin-top: 4px; margin-left: 0; }
  footer { gap: 10px; padding-bottom: 8px; }
}
