/* OVO BOUNCE V5.1 — cinematic HQ layer.
   Extends styles.css. Same palette, same four fonts, no new dependencies. */

:root {
  --turf: #141110;
  --turf-dark: #0d0b0a;
  --shell: #0a0806;
  --cream: #f4f2ec;
}

/* ============================================================
   1. FIELD HERO
   ============================================================ */
.field-hero {
  position: relative;
  width: 100%;
  height: clamp(360px, 42vw, 600px);
  min-height: 360px;
  overflow: hidden;
  background: var(--shell);
  border-bottom: 1px solid var(--line);
  isolation: isolate;
}
.field-svg { position: absolute; inset: 0; width: 100%; height: 100%; display: block; overflow: hidden; }
.field-svg .yl { stroke: #f4f2ec; stroke-opacity: 0.6; stroke-width: 2; }
.field-svg .yl.heavy { stroke-opacity: 0.85; stroke-width: 2.6; }
.field-svg .hash { stroke: #d9b25a; stroke-opacity: 0.4; stroke-width: 1.4; }
.field-svg .tick { stroke: #f4f2ec; stroke-opacity: 0.28; stroke-width: 1.2; }
.field-svg .yn {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  letter-spacing: 0.08em;
  fill: #f4f2ec;
  fill-opacity: 0.4;
  dominant-baseline: middle;
}
.field-svg .yn.far { fill-opacity: 0.26; }
.field-svg .ez-sub {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; letter-spacing: 0.42em;
  fill: #d9b25a; fill-opacity: 0.5;
}
.field-svg .ez-word {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 32px;
  letter-spacing: 0.2em;
  fill: none;
  stroke: #d9b25a;
  stroke-width: 1.2;
  stroke-opacity: 0.9;
}
.field-svg .mid-word {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.3em;
  fill: #d9b25a;
  fill-opacity: 0.55;
}
.field-svg .sideline { fill: none; stroke: #f4f2ec; stroke-opacity: 0.85; stroke-width: 3; }
.field-svg .sideline-gold { fill: none; stroke: #d9b25a; stroke-opacity: 0.7; stroke-width: 1; }

.field-overlay { position: absolute; inset: 0; pointer-events: none; }
.field-overlay > * { pointer-events: auto; position: relative; z-index: 1; }
/* Cinematic scrim so overlay type reads clean against the turf */
.field-overlay::before {
  content: '';
  position: absolute; inset: 0; z-index: 0;
  background:
    linear-gradient(90deg, rgba(10, 8, 6, 0.9) 0%, rgba(10, 8, 6, 0.5) 34%, rgba(10, 8, 6, 0) 58%),
    linear-gradient(0deg, rgba(10, 8, 6, 0.78) 0%, rgba(10, 8, 6, 0) 52%),
    linear-gradient(180deg, rgba(10, 8, 6, 0.55) 0%, rgba(10, 8, 6, 0) 30%);
}

/* Chyron — NFL Films style vertical block */
.field-chyron {
  position: absolute;
  top: 78px; right: 22px;
  width: 252px;
  background: linear-gradient(180deg, rgba(10, 8, 6, 0.94), rgba(10, 8, 6, 0.78));
  border: 1px solid var(--line-strong);
  border-left: 3px solid var(--gold);
  backdrop-filter: blur(10px);
  padding: 14px 16px 16px;
  box-shadow: 0 24px 60px -22px rgba(0, 0, 0, 0.9);
}
.fch-top {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9.5px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gold-hi);
  display: flex; align-items: center; gap: 8px;
  padding-bottom: 10px; border-bottom: 1px solid var(--line);
}
.fch-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold-hi); box-shadow: 0 0 10px var(--gold-hi); }
.fch-row { padding: 9px 0; border-bottom: 1px solid rgba(255, 215, 128, 0.08); }
.fch-row:last-of-type { border-bottom: 0; }
.fch-k { font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-3); }
.fch-v { font-family: 'Bebas Neue', sans-serif; font-size: 22px; line-height: 1.08; letter-spacing: 0.04em; color: var(--ink); margin-top: 3px; }
.fch-clock {
  display: flex; align-items: baseline; gap: 2px; margin-top: 8px;
  font-family: 'Bebas Neue', sans-serif; font-size: 30px; color: var(--gold-hi); line-height: 1;
}
.fch-clock em { font-family: 'JetBrains Mono', monospace; font-size: 9px; font-style: normal; color: var(--ink-3); margin: 0 6px 0 1px; }
.fch-clock-lab { font-family: 'JetBrains Mono', monospace; font-size: 8.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-3); margin-top: 2px; }

/* Preseason / offseason tagline on the field */
.field-tagline { position: absolute; left: 4.5%; top: 22%; max-width: 46%; }
.field-tagline h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(34px, 4.6vw, 74px);
  line-height: 0.92; letter-spacing: 0.02em; color: var(--ink);
  margin-top: 8px;
  text-shadow: 0 8px 40px rgba(0, 0, 0, 0.85);
}
.field-tagline p { color: var(--ink-2); font-size: 13px; margin-top: 12px; max-width: 42ch; text-shadow: 0 4px 20px rgba(0,0,0,.9); }

/* Game of the week block on the left half of the field */
.field-gotw { position: absolute; left: 4.5%; bottom: 7%; max-width: 46%; }
.fgo-title h3 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(26px, 3vw, 44px); letter-spacing: 0.03em; line-height: 1; margin-top: 4px; text-shadow: 0 6px 30px rgba(0,0,0,.9); }
.fgo-pair { display: flex; align-items: center; gap: 18px; margin-top: 14px; }
.fgo-side { text-align: center; min-width: 96px; }
.fgo-side .fgo-crest { width: 62px; height: 62px; margin: 0 auto; filter: drop-shadow(0 0 22px color-mix(in srgb, var(--fc, #d9b25a) 45%, transparent)); }
.fgo-side .fgo-crest.empty {
  display: grid; place-items: center; border: 1px dashed var(--line-strong); color: var(--ink-3);
  font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: .2em;
}
.fgo-crest svg { width: 100%; height: 100%; }
.fgo-team { font-family: 'Bebas Neue', sans-serif; font-size: 16px; letter-spacing: .04em; margin-top: 6px; color: var(--ink); }
.fgo-owner { font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-3); }
.fgo-vs { font-family: 'Bebas Neue', sans-serif; font-size: 24px; color: var(--gold); }
.fgo-why { color: var(--ink-2); font-size: 12.5px; margin-top: 10px; max-width: 40ch; text-shadow: 0 4px 18px rgba(0,0,0,.9); }

/* Scoreboard chips on the right half */
.field-chips {
  position: absolute; right: 22px; bottom: 6%;
  width: 344px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 6px;
}
.fchips-lab {
  grid-column: 1 / -1;
  font-family: 'JetBrains Mono', monospace; font-size: 8.5px; letter-spacing: .26em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 2px;
}
.fchip {
  display: flex; align-items: center; gap: 6px;
  background: rgba(10, 8, 6, 0.86);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 5px 7px;
  backdrop-filter: blur(6px);
}
.fchip-side { display: flex; align-items: center; gap: 4px; }
.fchip-crest { width: 18px; height: 18px; }
.fchip-crest svg { width: 100%; height: 100%; }
.fchip-sc { font-family: 'Bebas Neue', sans-serif; font-size: 15px; color: var(--ink-2); line-height: 1; }
.fchip-side.win .fchip-sc { color: var(--gold-hi); }
.fchip-state { margin-left: auto; font-family: 'JetBrains Mono', monospace; font-size: 7.5px; letter-spacing: .16em; color: var(--ink-3); }
.fchip-state.is-final { color: var(--gold); }
.fchip-state.is-live { color: #6ee7a0; }

/* ============================================================
   2. SECTION SHELL HELPERS
   ============================================================ */
.band { border-top: 1px solid var(--line); padding: 58px 0; }
.band.tight { padding: 40px 0; }
.mini-lab { font-family: 'JetBrains Mono', monospace; font-size: 9.5px; letter-spacing: .24em; text-transform: uppercase; color: var(--gold); }
.tbd { color: var(--ink-3); }

/* ============================================================
   3. FILM ROOM
   ============================================================ */
.film { display: grid; gap: 22px; }
.film-head h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(36px, 5vw, 76px); line-height: 0.94; letter-spacing: .02em;
}
.film-body { max-width: 74ch; }
.film-body p { color: var(--ink-2); font-size: 15px; line-height: 1.72; margin-top: 14px; }
.film-body blockquote {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic; font-size: clamp(19px, 2.2vw, 27px);
  line-height: 1.4; color: var(--gold-hi);
  border-left: 2px solid var(--gold);
  padding: 4px 0 4px 20px; margin: 22px 0;
}
.film-media { margin-top: 18px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #000; }
.film-media iframe { width: 100%; aspect-ratio: 16 / 9; border: 0; display: block; }
.film-media audio { width: 100%; display: block; }
.film-mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.film-card {
  border: 1px solid var(--line);
  border-top: 2px solid var(--fc, var(--gold));
  border-radius: var(--radius);
  background: var(--bg-2);
  padding: 18px;
  display: flex; flex-direction: column; gap: 8px;
}
.film-card .lab { font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); }
.film-card .headline { font-family: 'Bebas Neue', sans-serif; font-size: 24px; letter-spacing: .03em; line-height: 1.06; }
.film-card .note { color: var(--ink-2); font-size: 12.5px; line-height: 1.55; }
.film-card .pair { display: flex; align-items: center; gap: 10px; }
.film-card .pair .c { width: 34px; height: 34px; }
.film-card .pair .c svg { width: 100%; height: 100%; }
.film-card .pair .sc { font-family: 'Bebas Neue', sans-serif; font-size: 26px; color: var(--gold-hi); line-height: 1; }
.film-card.feature { grid-column: span 2; grid-row: span 2; }
.film-card.feature .headline { font-size: clamp(28px, 3vw, 42px); }
.film-card.feature .big-pair { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 6px; }
.film-card.feature .big-pair .side { text-align: center; flex: 1; }
.film-card.feature .big-pair .side .c { width: 62px; height: 62px; margin: 0 auto; }
.film-card.feature .big-pair .side .tn { font-family: 'Bebas Neue', sans-serif; font-size: 17px; margin-top: 6px; letter-spacing: .03em; }
.film-card.feature .big-pair .side .on { font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-3); }
.film-card.feature .big-pair .side .sc { font-family: 'Bebas Neue', sans-serif; font-size: clamp(38px, 4vw, 60px); line-height: 1; color: var(--ink); }
.film-card.feature .big-pair .side.win .sc, .film-card.feature .big-pair .side.win .tn { color: var(--gold-hi); }
.film-card.feature .big-pair .vs { font-family: 'Bebas Neue', sans-serif; font-size: 20px; color: var(--gold); }
.film-list { display: grid; gap: 8px; }
.film-list .item { display: flex; gap: 8px; align-items: flex-start; font-size: 12.5px; color: var(--ink-2); line-height: 1.5; }
.film-list .item .dir { font-family: 'JetBrains Mono', monospace; font-size: 11px; }
.film-list .item .dir.up { color: #6ee7a0; }
.film-list .item .dir.down { color: #ff8a8a; }
.film-list .item .dir.flat { color: var(--ink-3); }
.film-list .item .tn { color: var(--ink); font-family: 'Bebas Neue', sans-serif; font-size: 15px; letter-spacing: .03em; }

/* ============================================================
   4. HIGH POINT MAN
   ============================================================ */
.hpm {
  position: relative;
  border: 1px solid var(--line);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius-lg);
  background: linear-gradient(100deg, color-mix(in srgb, var(--fc, var(--gold)) 12%, var(--bg-2)), var(--bg-2) 60%);
  padding: 26px 28px;
  display: grid;
  grid-template-columns: 130px 1fr auto;
  gap: 26px;
  align-items: center;
}
.hpm .crest-lg { width: 130px; height: 130px; filter: drop-shadow(0 0 34px color-mix(in srgb, var(--fc, #d9b25a) 40%, transparent)); }
.hpm .crest-lg svg { width: 100%; height: 100%; }
.hpm .lab { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: .26em; text-transform: uppercase; color: var(--gold); }
.hpm .team { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 3.4vw, 46px); letter-spacing: .02em; line-height: 1; margin-top: 6px; }
.hpm .owner { font-family: 'JetBrains Mono', monospace; font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-3); margin-top: 6px; }
.hpm .score { font-family: 'Bebas Neue', sans-serif; font-size: clamp(56px, 7vw, 96px); line-height: 0.9; color: var(--gold-hi); margin-top: 8px; }
.hpm .prize { text-align: center; }
.hpm .prize .amt {
  font-family: 'Bebas Neue', sans-serif; font-size: 78px; line-height: 0.9;
  color: transparent; -webkit-text-stroke: 2px var(--gold);
}
.hpm .prize .cap { font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: .26em; text-transform: uppercase; color: var(--gold); }
.hpm-prev { display: flex; gap: 10px; overflow-x: auto; padding: 4px 0 2px; margin-top: 16px; }
.hpm-prev .p {
  flex: 0 0 auto; display: flex; align-items: center; gap: 8px;
  border: 1px solid var(--line); border-radius: 999px; padding: 6px 12px 6px 8px;
  background: var(--bg-2);
}
.hpm-prev .p .c { width: 22px; height: 22px; }
.hpm-prev .p .c svg { width: 100%; height: 100%; }
.hpm-prev .p .wk { font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: .18em; color: var(--ink-3); }
.hpm-prev .p .sc { font-family: 'Bebas Neue', sans-serif; font-size: 17px; color: var(--gold-hi); }
.hpm-board { margin-top: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg-2); overflow: hidden; }
.hpm-board .row {
  display: grid; grid-template-columns: 26px 1fr 90px 54px;
  gap: 10px; align-items: center; padding: 8px 14px;
  border-bottom: 1px solid var(--line);
}
.hpm-board .row:last-child { border-bottom: 0; }
.hpm-board .row .c { width: 22px; height: 22px; }
.hpm-board .row .c svg { width: 100%; height: 100%; }
.hpm-board .row .tn { font-family: 'Bebas Neue', sans-serif; font-size: 15.5px; letter-spacing: .03em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hpm-board .row .bar { height: 6px; border-radius: 4px; background: rgba(255,215,128,0.1); overflow: hidden; }
.hpm-board .row .bar i { display: block; height: 100%; background: linear-gradient(90deg, var(--gold-dim), var(--gold-hi)); }
.hpm-board .row .w { font-family: 'JetBrains Mono', monospace; font-size: 10.5px; color: var(--ink-3); text-align: right; }
.hpm-board .row.has .w { color: var(--gold-hi); }

/* ============================================================
   5. GAME OF THE WEEK CARD
   ============================================================ */
.gotw-card {
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(120% 140% at 0% 0%, color-mix(in srgb, var(--fcL, var(--gold)) 14%, transparent), transparent 55%),
    radial-gradient(120% 140% at 100% 0%, color-mix(in srgb, var(--fcR, var(--gold)) 14%, transparent), transparent 55%),
    var(--bg-2);
  padding: 30px;
}
.gotw-card .eyebrow { display: block; }
.gotw-field {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 16px 0 4px;
  border-radius: 6px;
  border: 1px solid rgba(217, 178, 90, 0.18);
  overflow: hidden;
  filter: drop-shadow(0 6px 20px rgba(0,0,0,0.35));
}
.gotw-card .pair { display: grid; grid-template-columns: 1fr auto 1fr; gap: 22px; align-items: center; margin-top: 18px; }
.gotw-card .side { text-align: center; }
.gotw-card .side .c { display: block; width: 92px; height: 92px; margin: 0 auto; filter: drop-shadow(0 0 26px color-mix(in srgb, var(--fc, #d9b25a) 40%, transparent)); }
.gotw-card .side .c svg { width: 100%; height: 100%; }
.gotw-card .side .tn { font-family: 'Bebas Neue', sans-serif; font-size: clamp(20px, 2.4vw, 32px); letter-spacing: .03em; margin-top: 10px; }
.gotw-card .side .on { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-3); margin-top: 4px; }
.gotw-card .side .rec { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--gold); margin-top: 6px; }
.gotw-card .vs { font-family: 'Bebas Neue', sans-serif; font-size: 34px; color: var(--gold); }
.gotw-card .kick { font-family: 'JetBrains Mono', monospace; font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-hi); margin-top: 20px; text-align: center; }
.gotw-card .why { color: var(--ink-2); font-size: 13.5px; text-align: center; margin: 8px auto 0; max-width: 62ch; line-height: 1.6; }

/* ============================================================
   6. MATCHUP GRID (8 games)
   ============================================================ */
.mgrid8 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.mg8 {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--fcL, var(--gold)) 10%, transparent), transparent 32%),
    linear-gradient(270deg, color-mix(in srgb, var(--fcR, var(--gold)) 10%, transparent), transparent 32%),
    var(--bg-2);
  padding: 14px 16px;
}
.mg8 .state { display: flex; justify-content: space-between; align-items: center; }
.mg8 .state .st { font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: .2em; color: var(--ink-3); }
.mg8 .state .st.is-final { color: var(--gold); }
.mg8 .state .st.is-live { color: #6ee7a0; }
.mg8 .r { display: grid; grid-template-columns: 34px 1fr auto; gap: 10px; align-items: center; padding: 9px 0; border-top: 1px solid var(--line); }
.mg8 .r:first-of-type { border-top: 0; }
.mg8 .r .c { width: 34px; height: 34px; }
.mg8 .r .c svg { width: 100%; height: 100%; }
.mg8 .r .tn { font-family: 'Bebas Neue', sans-serif; font-size: 18px; letter-spacing: .03em; line-height: 1.05; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mg8 .r .on { font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-3); }
.mg8 .r .sc { font-family: 'Bebas Neue', sans-serif; font-size: 34px; line-height: 1; color: var(--ink-2); }
.mg8 .r.win { position: relative; }
.mg8 .r.win .sc, .mg8 .r.win .tn { color: var(--gold-hi); }
.mg8 .r.win .sc { text-shadow: 0 0 26px rgba(255, 224, 138, 0.45); }
.mg8 .r.lose { opacity: 0.55; }
.mg8.decided { box-shadow: 0 0 42px -26px rgba(255, 224, 138, 0.55); }
.mg8 .foot { font-family: 'JetBrains Mono', monospace; font-size: 9.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-3); margin-top: 8px; }

/* ============================================================
   7. FOUR-DIVISION PLAYOFF RACE
   ============================================================ */
.seed-strip {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px;
  border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--bg-2); padding: 18px;
}
.seed {
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 12px; text-align: center; background: var(--bg-3);
  border-top: 2px solid var(--fc, var(--line));
}
.seed .n { font-family: 'Bebas Neue', sans-serif; font-size: 26px; color: var(--gold); line-height: 1; }
.seed .c { width: 38px; height: 38px; margin: 8px auto 6px; }
.seed .c svg { width: 100%; height: 100%; }
.seed .tn { font-family: 'Bebas Neue', sans-serif; font-size: 14px; letter-spacing: .03em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.seed .st { font-family: 'JetBrains Mono', monospace; font-size: 8.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-3); margin-top: 4px; }
.seed.empty { border-style: dashed; }
.seed.empty .tn { color: var(--ink-3); }

.race-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.race {
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  background: var(--bg-2); padding: 20px;
}
.race .rhead { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
.race .rhead h4 { font-family: 'Bebas Neue', sans-serif; font-size: 26px; letter-spacing: .05em; }
.race .dots { display: flex; gap: 5px; }
.race .dots i { width: 9px; height: 9px; border-radius: 50%; border: 1px solid var(--line-strong); display: block; }
.race .dots i.lead { background: var(--gold); border-color: var(--gold); box-shadow: 0 0 10px -1px var(--gold); }
.race .dots i.wc { background: #9fb0c9; border-color: #9fb0c9; }
.race table { width: 100%; border-collapse: collapse; margin-top: 14px; }
.race th { white-space: nowrap; }
.race th {
  font-family: 'JetBrains Mono', monospace; font-size: 8.5px; letter-spacing: .18em;
  text-transform: uppercase; color: var(--ink-3); font-weight: 400; text-align: right; padding: 6px 4px;
}
.race th:nth-child(-n+2) { text-align: left; }
.race td { padding: 9px 4px; border-top: 1px solid var(--line); font-size: 12px; text-align: right; color: var(--ink-2); font-family: 'JetBrains Mono', monospace; }
.race td.team { text-align: left; }
.race td.rk { width: 26px; text-align: left; font-size: 11px; color: var(--gold); }
.race .tcell { display: flex; align-items: center; gap: 9px; }
.race .tcell .c { width: 26px; height: 26px; flex: 0 0 auto; }
.race .tcell .c svg { width: 100%; height: 100%; }
.race .tcell .tn { font-family: 'Bebas Neue', sans-serif; font-size: 16px; letter-spacing: .03em; line-height: 1.05; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 24ch; }
.race .tcell .on { font-family: 'JetBrains Mono', monospace; font-size: 8.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-3); }
.race tr.leader td { background: rgba(217, 178, 90, 0.07); }
.race tr.leader .tn { color: var(--gold-hi); }
.chip-lead {
  font-family: 'JetBrains Mono', monospace; font-size: 7.5px; letter-spacing: .16em;
  border: 1px solid var(--gold); color: var(--gold-hi); border-radius: 4px; padding: 2px 5px; margin-left: 8px; white-space: nowrap;
}
.pstat { font-family: 'JetBrains Mono', monospace; font-size: 8.5px; letter-spacing: .14em; padding: 3px 6px; border-radius: 4px; border: 1px solid var(--line); white-space: nowrap; }
.pstat.in { color: var(--gold-hi); border-color: var(--gold); }
.pstat.hunt { color: #6ee7a0; border-color: rgba(110, 231, 160, .4); }
.pstat.long { color: var(--ink-3); }
.pstat.out { color: #ff8a8a; border-color: rgba(255, 138, 138, .35); }

/* ============================================================
   8. AWARDS (5 up) + POWER RANKINGS + NEXT WEEK
   ============================================================ */
.awards5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.pr16 { border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--bg-2); overflow: hidden; }
.pr16 .prow { display: grid; grid-template-columns: 46px 30px 1fr 54px; gap: 12px; align-items: center; padding: 11px 18px; border-bottom: 1px solid var(--line); border-left: 3px solid var(--fc, transparent); }
.pr16 .prow:last-child { border-bottom: 0; }
.pr16 .rk { font-family: 'Bebas Neue', sans-serif; font-size: 28px; color: var(--gold-hi); line-height: 1; }
.pr16 .c { width: 30px; height: 30px; }
.pr16 .c svg { width: 100%; height: 100%; }
.pr16 .tn { font-family: 'Bebas Neue', sans-serif; font-size: 18px; letter-spacing: .03em; }
.pr16 .who { font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-3); }
.pr16 .note { color: var(--ink-3); font-size: 12px; margin-top: 3px; line-height: 1.45; }
.pr16 .mv { font-family: 'JetBrains Mono', monospace; font-size: 12px; text-align: right; }
.pr16 .mv.up { color: #6ee7a0; } .pr16 .mv.down { color: #ff8a8a; } .pr16 .mv.flat { color: var(--ink-3); }

.next8 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.nx {
  border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg-2); padding: 12px;
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 8px; align-items: center;
}
.nx .s { text-align: center; }
.nx .s .c { width: 34px; height: 34px; margin: 0 auto; }
.nx .s .c svg { width: 100%; height: 100%; }
.nx .s .tn { font-family: 'Bebas Neue', sans-serif; font-size: 13px; letter-spacing: .03em; margin-top: 5px; line-height: 1.1; }
.nx .v { font-family: 'JetBrains Mono', monospace; font-size: 9px; color: var(--gold); }

/* Announcements */
.anns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.ann { border: 1px solid var(--line); border-left: 3px solid var(--gold); border-radius: var(--radius); background: var(--bg-2); padding: 18px; }
.ann h4 { font-family: 'Bebas Neue', sans-serif; font-size: 22px; letter-spacing: .04em; }
.ann p { color: var(--ink-2); font-size: 13px; margin-top: 8px; line-height: 1.6; }

/* ============================================================
   9. STORYLINES (preseason)
   ============================================================ */
.stories { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.story {
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  background:
    linear-gradient(120deg, color-mix(in srgb, var(--fcL, var(--gold)) 11%, transparent), transparent 46%),
    linear-gradient(300deg, color-mix(in srgb, var(--fcR, var(--gold)) 11%, transparent), transparent 46%),
    var(--bg-2);
  padding: 22px;
}
.story .crests { display: flex; align-items: center; gap: 12px; margin: 14px 0 4px; }
.story .crests .c { width: 46px; height: 46px; }
.story .crests .c svg { width: 100%; height: 100%; }
.story .crests .x { font-family: 'Bebas Neue', sans-serif; font-size: 18px; color: var(--gold); }
.story h4 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(24px, 2.6vw, 34px); letter-spacing: .03em; line-height: 1.02; margin-top: 6px; }
.story p { color: var(--ink-2); font-size: 13px; line-height: 1.65; margin-top: 10px; }
.story .tag { display: inline-block; margin-top: 12px; font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); border: 1px solid var(--line-strong); border-radius: 4px; padding: 3px 8px; }

/* ============================================================
   10. BRACKET V5.1
   ============================================================ */
.bk-scroll { overflow-x: auto; overflow-y: visible; -webkit-overflow-scrolling: touch; scroll-snap-type: x proximity; padding-bottom: 6px; }
.bk { position: relative; min-width: 100%; }
.bm.final { scroll-snap-align: end; }
.bm .br.empty { opacity: .4; }
.bm .br .sc .tbd { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: .18em; color: var(--ink-3); }
.bk-svg { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; }
.bk-cols { position: relative; z-index: 1; display: grid; gap: 54px; align-items: stretch; }
.bk-col { scroll-snap-align: start; }
.bk-col { display: flex; flex-direction: column; justify-content: space-around; gap: 22px; }
.bk-col > .bm:first-of-type { margin-top: 12px; }
.bk-col .rl {
  position: relative; z-index: 3;
  font-family: 'JetBrains Mono', monospace; font-size: 9.5px; letter-spacing: .24em;
  text-transform: uppercase; color: var(--gold);
  background: linear-gradient(180deg, rgba(10,8,6,.96), rgba(10,8,6,.6));
  padding: 8px 0; margin-bottom: 2px;
}
.bm {
  position: relative;
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--bg-2); padding: 14px 16px;
}
.bm.final { padding: 22px 20px; border-color: var(--line-strong); box-shadow: var(--shadow-gold); }
.bm .tag {
  position: absolute; top: -10px; left: 14px;
  font-family: 'JetBrains Mono', monospace; font-size: 8.5px; letter-spacing: .2em; text-transform: uppercase;
  background: var(--bg); border: 1px solid var(--line-strong); color: var(--gold-hi); padding: 2px 8px; border-radius: 4px;
}
.bm .br { display: grid; grid-template-columns: 20px 36px 1fr auto; gap: 10px; align-items: center; padding: 10px 0; border-left: 3px solid var(--fc, var(--gold)); padding-left: 10px; }
.bm .br + .br { border-top: 1px solid var(--line); }
.bm .br .seed { font-family: 'JetBrains Mono', monospace; font-size: 9.5px; color: var(--ink-3); }
.bm .br .c { width: 36px; height: 36px; }
.bm .br .c svg { width: 100%; height: 100%; }
.bm .br .tn { display: block; font-family: 'Bebas Neue', sans-serif; font-size: 18px; letter-spacing: .03em; line-height: 1.05; }
.bm .br .on { display: block; font-family: 'JetBrains Mono', monospace; font-size: 8.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-3); margin-top: 2px; }
.bm .br .sc { display: flex; align-items: center; justify-content: flex-end; gap: 6px; font-family: 'Bebas Neue', sans-serif; font-size: 42px; line-height: .85; color: var(--ink-2); }
.bm.final .br .sc { font-size: 52px; }
.bm .br.win .tn, .bm .br.win .sc { color: var(--gold-hi); }
.bm .br.win { filter: drop-shadow(0 0 18px rgba(255, 224, 138, 0.35)); }
.bm .br.lose { opacity: .55; }
.bm .br .trophy { display: inline-flex; flex: 0 0 auto; width: 26px; height: 26px; }
.bm .br .trophy svg { width: 100%; height: 100%; }
.champ-panel {
  margin-top: 30px;
  border: 1px solid var(--line-strong); border-radius: var(--radius-lg);
  background: radial-gradient(90% 130% at 12% 0%, color-mix(in srgb, var(--fc, var(--gold)) 16%, transparent), transparent 60%), var(--bg-2);
  padding: 30px; display: grid; grid-template-columns: 150px 1fr 130px; gap: 26px; align-items: center;
}
.champ-panel .c { width: 150px; height: 150px; }
.champ-panel .c svg { width: 100%; height: 100%; }
.champ-panel .ring { width: 120px; }
.champ-panel h3 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(32px, 4vw, 60px); line-height: .96; letter-spacing: .02em; }
.champ-panel .sub { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: .26em; text-transform: uppercase; color: var(--gold); }
.champ-panel .meta { color: var(--ink-2); font-size: 13px; margin-top: 10px; }

/* ============================================================
   11. TABS + NAV + TOUCH TARGETS
   ============================================================ */
.tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 18px; }
.tab {
  min-height: 44px; padding: 10px 18px;
  background: transparent; border: 1px solid var(--line); border-radius: 999px;
  color: var(--ink-2); font-family: 'JetBrains Mono', monospace; font-size: 10.5px;
  letter-spacing: .18em; text-transform: uppercase;
}
.tab.active { border-color: var(--gold); color: var(--gold-hi); background: rgba(217,178,90,.08); }
.nav .nav-links a { min-height: 44px; display: inline-flex; align-items: center; }
.burger { min-width: 44px; min-height: 44px; }
.btn { min-height: 44px; }

/* ============================================================
   12. RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .film-mosaic { grid-template-columns: repeat(2, 1fr); }
  .film-card.feature { grid-column: span 2; grid-row: auto; }
  .awards5 { grid-template-columns: repeat(2, 1fr); }
  .next8 { grid-template-columns: repeat(2, 1fr); }
  .race-grid { grid-template-columns: 1fr; }
  .seed-strip { grid-template-columns: repeat(3, 1fr); }
  .field-chips { display: none; }
}

@media (max-width: 860px) {
  .field-hero { height: clamp(300px, 58vw, 420px); min-height: 300px; }
  .field-svg .hash { display: none; }
  .field-tagline { max-width: 70%; top: 16%; }
  .field-gotw { max-width: 88%; bottom: 16%; }
  .hpm { grid-template-columns: 1fr; text-align: left; }
  .hpm .crest-lg { width: 92px; height: 92px; }
  .hpm .prize { text-align: left; }
  .gotw-card .pair { grid-template-columns: 1fr; gap: 14px; }
  .gotw-card .vs { text-align: center; }
  .champ-panel { grid-template-columns: 1fr; text-align: left; }
  .champ-panel .c { width: 110px; height: 110px; }
}

@media (max-width: 640px) {
  .field-hero {
    height: 430px; min-height: 300px;
    margin-bottom: 66px; /* room for the chyron overlapping the panel below */
    overflow: visible;
  }
  .field-svg { border-bottom: 1px solid var(--line); clip-path: inset(0); }
  .field-svg .yn.minor { display: none; }
  .field-svg .yn { font-size: 40px; }
  .field-svg .ez-word { font-size: 44px; stroke-width: 1.6; }
  .field-svg .ez-sub { display: none; }
  .field-chyron {
    top: auto; bottom: -54px; right: 14px; left: 14px; width: auto;
    display: grid; grid-template-columns: 1fr 1fr; gap: 4px 14px;
    padding: 12px 14px;
  }
  .fch-top { grid-column: 1 / -1; }
  .fch-row { padding: 6px 0; border-bottom: 0; }
  .fch-v { font-size: 17px; }
  .fch-clock { grid-column: 1 / -1; font-size: 24px; }
  .fch-clock-lab { grid-column: 1 / -1; }
  .field-tagline { left: 18px; right: 18px; max-width: none; top: 22px; }
  .field-tagline p { font-size: 12px; line-height: 1.55; margin-top: 8px; max-width: 34ch; }
  .field-gotw { left: 18px; right: 18px; max-width: none; top: 148px; bottom: auto; }
  .field-hero[data-phase="regular"] .field-gotw,
  .field-hero[data-phase="playoffs"] .field-gotw { top: 26px; }
  .fgo-pair { gap: 10px; }
  .fgo-side { min-width: 72px; }
  .fgo-side { max-width: 40%; }
  .fgo-side .fgo-crest { width: 46px; height: 46px; }
  .fgo-team { font-size: 13px; }
  .fgo-owner { font-size: 8px; }
  .fgo-why { display: none; }
  .mgrid8, .stories, .anns, .film-mosaic, .awards5, .next8 { grid-template-columns: 1fr; }
  .seed-strip { grid-template-columns: repeat(2, 1fr); }
  .hpm { padding: 20px; }
  .hpm .score { font-size: 62px; }
  .hpm .prize .amt { font-size: 58px; }
  .pr16 .prow { grid-template-columns: 34px 26px 1fr 40px; gap: 8px; padding: 10px 12px; }
  .race { padding: 16px; }
  .race td, .race th { padding: 8px 3px; font-size: 11px; }
  .race .tcell .tn { max-width: 14ch; font-size: 15px; }
  .band { padding: 42px 0; }
  .film-head h2 { font-size: 34px; }
  .film-body p { font-size: 14px; }
}

/* Hide the deep-detail columns on the narrowest screens rather than crushing them */
@media (max-width: 520px) {
  .race .col-pa, .race .col-div, .race .col-gb { display: none; }
  .race table { table-layout: fixed; }
  .race th, .race td { padding: 8px 2px; font-size: 10.5px; }
  .race .tcell .tn { max-width: 11ch; font-size: 14px; }
  .race .tcell .on { font-size: 10px; }
  .race .tcell .c, .race .tcell svg { width: 22px; height: 22px; }
  .race .chip-lead { font-size: 8px; letter-spacing: .14em; }
  .race .pstat { font-size: 8.5px; padding: 2px 5px; letter-spacing: .1em; }
  .race td.rk { width: 20px; }
}

/* ============================================================
   13. DRAFT ORDER REVEAL
   ============================================================ */
.draft-order {
  border: 1px solid var(--line);
  border-left: 3px solid var(--gold);
  border-radius: var(--radius);
  background: var(--bg-2);
  padding: 18px 20px;
}
.draft-order .do-date {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(26px, 3vw, 40px);
  letter-spacing: .03em; line-height: 1.02; color: var(--ink); margin-top: 6px;
}
.do-chyron {
  display: inline-flex; align-items: baseline; gap: 10px; margin-top: 12px;
  border: 1px solid var(--line-strong); border-radius: 8px; padding: 8px 14px;
  background: linear-gradient(180deg, rgba(217,178,90,.10), transparent);
}
.do-chyron .d { font-family: 'Bebas Neue', sans-serif; font-size: 36px; line-height: 1; color: var(--gold-hi); }
.do-chyron .lab { font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: .24em; text-transform: uppercase; color: var(--ink-3); }
.do-pending { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); margin-top: 12px; }
.do-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 14px; }
.do-pick {
  display: grid; grid-template-columns: 26px 28px 1fr; gap: 9px; align-items: center;
  border: 1px solid var(--line); border-left: 3px solid var(--fc, var(--gold));
  border-radius: 8px; background: var(--bg-3); padding: 9px 10px;
}
.do-pick .pk { font-family: 'Bebas Neue', sans-serif; font-size: 20px; color: var(--gold); line-height: 1; }
.do-pick .c { width: 28px; height: 28px; }
.do-pick .c svg { width: 100%; height: 100%; }
.do-pick .tn { font-family: 'Bebas Neue', sans-serif; font-size: 15px; letter-spacing: .03em; line-height: 1.05; }
.do-pick .on { font-family: 'JetBrains Mono', monospace; font-size: 8.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-3); }
@media (max-width: 1000px) { .do-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .do-grid { grid-template-columns: 1fr; } }

/* ============================================================
   14 · BRAND MARKS (V5.1)
   The owl lives in /brand/brand.js. Header + footer use the
   simplified broadcast bug; hero, scoreboard and desk portrait
   use the full detailed mark. Everything is currentColor gold.
   ============================================================ */
.brand .owl,
.footer-brand .owl { color: var(--gold); display: inline-flex; align-items: center; }
.brand .owl svg,
.footer-brand .owl svg { width: 100%; height: 100%; display: block; }
.brand .owl { width: 26px; height: 26px; }
.footer-brand .owl { width: 24px; height: 24px; }

.fch-bug { width: 26px; height: 26px; color: var(--gold-hi); display: inline-flex; margin-right: 2px; }
.fch-bug svg { width: 100%; height: 100%; display: block; filter: drop-shadow(0 0 6px rgba(217, 178, 90, 0.35)); }
.fch-top { gap: 8px; }

.footer-lockup {
  margin: 34px auto 0;
  max-width: 240px;
  color: var(--gold);
  opacity: 0.82;
  transition: opacity 0.3s ease;
}
.footer-lockup:hover { opacity: 1; }
.footer-lockup svg { width: 100%; height: auto; display: block; }

#commish-owl { color: var(--gold); width: 72px; height: 80px; opacity: .9; margin-bottom: 14px; }
@media (max-width: 640px) { #commish-owl { width: 54px; height: 60px; } }
#commish-owl svg { width: 100%; height: 100%; display: block; }

@media (max-width: 640px) {
  .fch-bug { width: 20px; height: 20px; }
  .footer-lockup { max-width: 190px; margin-top: 26px; }
}

/* Brand + nav fit — the new mark is wider than the old one, so lock the
   wordmark and CTA to a single line and clear the fixed header on mobile. */
.brand { white-space: nowrap; gap: 10px; }
.nav-cta { white-space: nowrap; }
@media (max-width: 640px) {
  .brand { font-size: 19px; letter-spacing: 0.1em; gap: 8px; }
  .brand .owl { width: 22px; height: 22px; }
  .nav-cta { font-size: 9.5px; letter-spacing: 0.14em; padding: 7px 11px; }
  .nav-inner { padding: 12px 16px; gap: 10px; }
  .field-hero .field-tagline { top: 76px; }
  .field-hero[data-phase="regular"] .field-gotw,
  .field-hero[data-phase="playoffs"] .field-gotw { top: 74px; }
  .field-hero[data-phase="preseason"] .field-gotw,
  .field-hero[data-phase="offseason"] .field-gotw { top: 186px; }
}

/* Bracket: round labels stick while the columns scroll horizontally on mobile */
@media (max-width: 640px) {
  .bk-scroll { scroll-snap-type: x mandatory; }
  .bk-col .rl { position: sticky; top: 64px; background: linear-gradient(180deg, rgba(10,8,6,.98), rgba(10,8,6,.72)); }
  .bk-cols { gap: 30px; }
  .bm .br .sc { font-size: 34px; }
  .bm.final .br .sc { font-size: 40px; }
}

/* ============================================================
   15 · KEEPER VAULT CARDS (/keepers)
   ============================================================ */
.vk {
  position: relative; overflow: hidden;
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--bg-2); padding: 18px 16px 16px;
  display: flex; flex-direction: column; align-items: flex-start; gap: 4px;
}
.vk .stripe { position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: linear-gradient(180deg, var(--fc, var(--gold)), transparent); }
.vk .c { width: 52px; height: 52px; }
.vk .c svg { width: 100%; height: 100%; }
.vk .tn { font-family: 'Bebas Neue', sans-serif; font-size: 20px; letter-spacing: .03em; margin-top: 10px; }
.vk .on { font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-3); }
.vk .st {
  margin-top: 12px; font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: .18em;
  text-transform: uppercase; color: var(--ink-3);
  border: 1px solid var(--line); border-radius: 5px; padding: 4px 7px;
}
.vk .st.on { color: var(--gold-hi); border-color: var(--gold-dim); }

/* Standalone countdown block outside the slim hero */
.hero-clock { display: flex; gap: 10px; margin-top: 22px; flex-wrap: wrap; }
.hero-clock .cbox { min-width: 74px; }

/* ============================================================
   16 · COMMISH DESK — V5.1 rows
   ============================================================ */
.cform .row.r8 { grid-template-columns: 1.6fr 52px 52px 52px 84px 84px 74px 74px; }
@media (max-width: 900px) {
  .cform .row.r8 { grid-template-columns: 1fr 1fr 1fr 1fr; }
}
@media (max-width: 520px) {
  .cform .row.r8 { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   17 · V5.2 — tightened preseason shell + sample preview route
   ============================================================ */

/* Ticker band replaces the old text hero. The scoreboard chyron owns the
   date, the pot and the roster count; this strip carries archive marks. */
.ticker-band { padding: 26px 0 30px; }
.ticker-band .hero-marquee { margin-top: 0; }
.ticker-band .stakes-row { grid-template-columns: repeat(3, 1fr); margin-top: 18px; }
.ticker-band .stake .v { font-size: 22px; }
@media (max-width: 760px) {
  .ticker-band .stakes-row { grid-template-columns: 1fr; }
}

/* Historical scores that were never archived render as an em dash, never TBD. */
.bm .br .sc .noscore,
.sc .noscore {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
  letter-spacing: .04em;
  opacity: .4;
  color: var(--ink);
}

.footer-preview {
  display: inline-block; margin-top: 14px;
  font-family: 'JetBrains Mono', monospace; font-size: 10px;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--ink-3); border-bottom: 1px solid var(--line-strong);
}
.footer-preview:hover { color: var(--gold-hi); }

/* Sample banner — persistent, non-dismissible, top of every viewport. */
.sample-banner {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  background: linear-gradient(180deg, #1b1508, #0d0a05);
  border-bottom: 1px solid var(--gold-dim);
  color: var(--gold-hi);
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase;
  text-align: center; padding: 9px 14px 8px;
}
body.has-sample-banner { padding-top: 34px; }
body.has-sample-banner .nav { top: 34px; }
.sample-note {
  margin: 0 auto; max-width: var(--max); padding: 0 28px;
}
.preview-cta {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'JetBrains Mono', monospace; font-size: 10px;
  letter-spacing: .2em; text-transform: uppercase;
  border: 1px solid var(--gold-dim); border-radius: 999px;
  padding: 8px 14px; color: var(--gold-hi);
}
.preview-cta:hover { background: rgba(217,178,90,.08); }

/* Single-column film mosaic must not keep a two-column span, which forced an
   implicit second column and pushed the page wider than the viewport. */
@media (max-width: 640px) {
  .film-card.feature { grid-column: auto; grid-row: auto; }
}

/* The sample banner wraps to two lines on narrow screens, so the shell offset
   grows with it instead of letting the nav slide under the banner. */
@media (max-width: 640px) {
  .sample-banner { font-size: 9.5px; letter-spacing: .16em; }
  body.has-sample-banner { padding-top: 50px; }
  body.has-sample-banner .nav { top: 50px; }
}

/* ============================================================
   V5.3 + V5.4
   ============================================================ */

/* ---- FIX 7: identical accolade alignment on every division card ----
   The old flex row let a long team name push the accolade off the shared
   right edge. A three-column grid pins the crest, the name block and the
   accolade to the same x on every row, on every card. */
.div-card li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.div-card li em {
  margin-left: 0;
  justify-self: end;
  text-align: right;
  white-space: nowrap;
  align-self: center;
}

/* ---- FIX 10: keeper urgency card in the stakes strip ---- */
.ticker-band .stakes-row { grid-template-columns: repeat(4, 1fr); }
.stake-keeper { border-color: rgba(217, 178, 90, .34); }
.stake .v.big {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 26px;
  letter-spacing: .04em;
  line-height: 1.05;
  color: var(--gold-hi);
}
.kp-bar {
  margin-top: 12px;
  height: 4px;
  border-radius: 4px;
  background: rgba(255, 255, 255, .08);
  overflow: hidden;
}
.kp-bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--gold), var(--gold-hi));
  transition: width .6s ease;
}
.kp-lab {
  margin-top: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.stake-link { color: var(--gold-hi); }
.stake-link:hover { text-decoration: underline; }

/* ---- FIX 9: record book preview module ---- */
.rbook-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.rbook-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px 20px;
  background: linear-gradient(180deg, rgba(20, 20, 20, .9), rgba(10, 10, 10, .9));
}
.rbook-card.is-open { border-style: dashed; }
.rb-lab {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.rb-val {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 46px;
  line-height: 1;
  letter-spacing: .02em;
  color: var(--gold-hi);
  margin-top: 10px;
}
.rb-who { margin-top: 8px; font-size: 12.5px; color: var(--ink-2); }
.rbook-more { margin-top: 20px; }
.rbook-more a {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold-hi);
}
.rbook-more a:hover { text-decoration: underline; }

/* ---- FIX 4: THE POT ---- */
.pot-sec { background: radial-gradient(120% 90% at 50% 0%, rgba(217, 178, 90, .07), transparent 60%); }
.pot-head { text-align: center; max-width: 760px; margin: 0 auto 34px; }
.pot-head h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(56px, 9vw, 116px);
  line-height: .92;
  letter-spacing: .02em;
  color: var(--cream, var(--ink));
  margin: 10px 0 14px;
}
.pot-head p { color: var(--ink-2); font-size: 15px; }
.pot-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.pot-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 18px;
  text-align: center;
  background: linear-gradient(180deg, rgba(22, 20, 16, .92), rgba(10, 10, 10, .92));
}
.pot-amt {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 72px;
  line-height: .9;
  letter-spacing: .01em;
  color: var(--gold-hi);
}
.pot-lab {
  margin-top: 10px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-2);
}
.pot-sub { margin-top: 8px; font-size: 12px; color: var(--ink-3); }
.pot-math {
  margin-top: 22px;
  text-align: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--ink-3);
}
.pot-math strong { color: var(--gold-hi); }

/* ---- FIX 8: league office card (formerly .commish) ---- */
.desk-welcome {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold-hi);
  margin-bottom: 8px;
}

/* ---- FIX 5: keeper rules ---- */
.krules { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.krule {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px 22px;
  background: linear-gradient(180deg, rgba(20, 20, 20, .9), rgba(10, 10, 10, .9));
}
.krule h4 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  letter-spacing: .06em;
  color: var(--gold-hi);
}
.krule p { margin-top: 12px; font-size: 14px; color: var(--ink-2); line-height: 1.6; }
.krule code {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12.5px;
  color: var(--gold-hi);
}
.klast-note { margin-top: 14px; font-size: 12.5px; color: var(--ink-3); }

/* ---- ADDITION 3: More dropdown ---- */
.nav-more { position: relative; }
.nav-more-btn {
  background: none;
  border: 0;
  padding: 6px 0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
  cursor: pointer;
  min-height: 44px;
}
.nav-more-btn svg { width: 12px; height: 12px; }
.nav-more-btn:hover, .nav-more.active .nav-more-btn { color: var(--gold-hi); }
.nav-more-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  display: none;
  min-width: 176px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(12, 12, 12, .98);
  backdrop-filter: blur(10px);
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, .9);
  z-index: 60;
}
.nav-more.open .nav-more-menu { display: block; }
.nav-more-menu a { display: block; padding: 11px 12px; border-radius: 8px; }
.nav-more-menu a:hover { background: rgba(217, 178, 90, .1); color: var(--gold-hi); }

/* ---- ADDITION 5: weekly social module ---- */
.social-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background: linear-gradient(180deg, rgba(20, 20, 20, .9), rgba(10, 10, 10, .9));
}
.social-media img {
  display: block;
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(217, 178, 90, .5);
}
.social-media video {
  display: block;
  width: 100%;
  max-height: 480px;
  border-radius: 12px;
  border: 1px solid rgba(217, 178, 90, .5);
  background: #000;
}
.social-media audio { width: 100%; margin-top: 6px; }
.social-quote {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.35;
  color: var(--ink);
}
.social-credit {
  margin-top: 12px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-3);
}

/* ---- Voices Weekly Wrap (Room Speaks + Receipt + Poll Result) ---- */
.vw-stack { display: grid; gap: 24px; }
@media (min-width: 900px) { .vw-stack { grid-template-columns: 1fr 1fr; grid-auto-flow: dense; } .vw-poll { grid-column: 1 / -1; } }
.vw-block {
  background: rgba(217, 178, 90, 0.04);
  border: 1px solid rgba(217, 178, 90, 0.16);
  border-radius: 6px;
  padding: 22px 24px;
}
.vw-eye {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #d9b25a;
  margin-bottom: 10px;
}
.vw-headline {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: clamp(24px, 3vw, 32px);
  letter-spacing: 0.04em;
  color: var(--ink);
  line-height: 1.15;
  margin-bottom: 16px;
}

/* Room Speaks quotes */
.vw-quotes { display: grid; gap: 14px; }
.vw-quote {
  padding: 12px 14px;
  background: rgba(10, 8, 6, 0.35);
  border-left: 2px solid rgba(217, 178, 90, 0.42);
  border-radius: 3px;
}
.vw-quote-text {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 17px;
  line-height: 1.5;
  color: var(--ink);
}
.vw-quote-attr {
  margin-top: 8px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(244, 242, 236, 0.62);
}
.vw-handle { color: rgba(244, 242, 236, 0.42); text-transform: none; letter-spacing: 0.1em; }

/* Receipt card */
.vw-receipt-card {
  padding: 16px 18px;
  background: rgba(10, 8, 6, 0.4);
  border-radius: 4px;
  border: 1px solid rgba(217, 178, 90, 0.14);
}
.vw-receipt-meta {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(244, 242, 236, 0.55);
  margin-bottom: 12px;
}
.vw-arrow { color: #d9b25a; padding: 0 6px; }
.vw-receipt-quote {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(19px, 2.4vw, 24px);
  line-height: 1.4;
  color: var(--ink);
  margin: 0 0 12px 0;
  padding: 0;
  border: none;
}
.vw-receipt-context {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(244, 242, 236, 0.62);
}

/* Poll Result bars */
.vw-poll-bars { display: grid; gap: 10px; margin-bottom: 14px; }
.vw-poll-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 3fr 44px;
  align-items: center;
  gap: 12px;
}
.vw-poll-label {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: rgba(244, 242, 236, 0.82);
}
.vw-poll-bar {
  height: 8px;
  background: rgba(10, 8, 6, 0.5);
  border-radius: 4px;
  overflow: hidden;
}
.vw-poll-fill {
  height: 100%;
  background: linear-gradient(90deg, rgba(217, 178, 90, 0.4), rgba(217, 178, 90, 0.8));
  transition: width 0.4s ease;
}
.vw-poll-row.vw-poll-win .vw-poll-label { color: #d9b25a; }
.vw-poll-row.vw-poll-win .vw-poll-fill { background: linear-gradient(90deg, #d9b25a, #f0c877); }
.vw-poll-pct {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: rgba(244, 242, 236, 0.72);
  text-align: right;
}
.vw-poll-note {
  padding: 12px 14px;
  background: rgba(217, 178, 90, 0.05);
  border-left: 2px solid rgba(217, 178, 90, 0.42);
  border-radius: 3px;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(244, 242, 236, 0.72);
  font-style: italic;
  margin-bottom: 10px;
}
.vw-poll-total {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(244, 242, 236, 0.42);
}

/* ---- ADDITION 4: weekly archive selector ---- */
.wk-arch { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.wk-arch-track {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 6px;
  scrollbar-width: thin;
}
.wk-chip {
  flex: 0 0 auto;
  min-width: 56px;
  padding: 12px 10px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px;
  letter-spacing: .08em;
  color: var(--ink-2);
}
.wk-chip:hover { border-color: rgba(217, 178, 90, .5); color: var(--gold-hi); }
.wk-chip.is-current { border-color: var(--gold); color: var(--gold-hi); background: rgba(217, 178, 90, .1); }
.wk-chip.is-future { opacity: .35; pointer-events: none; }
.wk-nav { display: flex; gap: 10px; }
.wk-nav a, .wk-nav span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--ink-2);
}
.wk-nav span { opacity: .3; }
.wk-nav a:hover { border-color: rgba(217, 178, 90, .5); color: var(--gold-hi); }

/* ---- ADDITION 6: mobile bracket segments ---- */
.bk-seg { display: none; }
.bk-wrap { position: relative; }
.bk-chev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 60px;
  display: none;
  align-items: center;
  justify-content: center;
  color: var(--gold-hi);
  background: linear-gradient(90deg, rgba(10, 10, 10, 0), rgba(10, 10, 10, .82));
  pointer-events: none;
  z-index: 4;
}
.bk-chev.left { left: 0; transform: translateY(-50%) scaleX(-1); }
.bk-chev.right { right: 0; }
.bk-chev.on { display: flex; }
.bk-chev svg { width: 16px; height: 16px; }

@media (max-width: 1080px) {
  .pot-grid { grid-template-columns: repeat(3, 1fr); }
  .rbook-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .krules { grid-template-columns: 1fr; }
  .bk-seg {
    display: flex;
    gap: 22px;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--line);
  }
  .bk-seg button {
    background: none;
    border: 0;
    border-bottom: 2px solid transparent;
    padding: 12px 2px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 17px;
    letter-spacing: .1em;
    color: var(--ink-2);
    cursor: pointer;
    min-height: 44px;
  }
  .bk-seg button.on { color: var(--cream, var(--ink)); border-bottom-color: var(--gold); }
}

@media (max-width: 640px) {
  .ticker-band .stakes-row { grid-template-columns: 1fr; }
  .pot-grid { grid-template-columns: 1fr; }
  .rbook-grid { grid-template-columns: repeat(2, 1fr); }
  .rb-val { font-size: 36px; }
  .pot-amt { font-size: 60px; }
  .pot-head h2 { font-size: 62px; }
}

/* ---- FIX 9: record hero tiles ---- */
.rec-hero { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.rec-hero-card {
  border: 1px solid rgba(217, 178, 90, .38);
  border-radius: var(--radius);
  padding: 40px 34px;
  background: linear-gradient(180deg, rgba(26, 22, 16, .94), rgba(10, 10, 10, .94));
}
.rec-hero-card.is-open { border-style: dashed; border-color: var(--line); }
.rec-hero-card .k {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.rec-hero-card .v {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(58px, 8vw, 104px);
  line-height: .92;
  letter-spacing: .01em;
  color: var(--gold-hi);
  margin-top: 14px;
}
.rec-hero-card .who { margin-top: 10px; font-size: 14px; color: var(--ink-2); }
.rec-card.is-open { border-style: dashed; }
@media (max-width: 768px) {
  .rec-hero { grid-template-columns: 1fr; }
  .rec-hero-card { padding: 28px 24px; }
}

/* ---- V5.4: film room byline ---- */
.film-byline {
  margin-top: 18px;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 16px;
  color: var(--gold-hi);
}

/* ---- V5.4: on-deck kickoff line ---- */
.gotw-card .kick-next {
  margin-top: 6px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold-hi);
}

/* ---- V5.4: top-five power rankings ---- */
.pr5 { display: grid; gap: 10px; }
.pr5 .prow {
  display: grid;
  grid-template-columns: 40px 34px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-left: 3px solid var(--fc, var(--gold));
  border-radius: 12px;
  background: rgba(18, 18, 18, .7);
}
.pr5 .prow .rk { font-family: 'Bebas Neue', sans-serif; font-size: 28px; color: var(--gold-hi); }
.pr5 .prow .tn { font-weight: 600; }
.pr5 .prow .who { color: var(--ink-3); font-size: 12px; }
.pr5 .prow .note { color: var(--ink-3); font-size: 12.5px; margin-top: 3px; }
.pr-moves { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 16px; }
.pr-move {
  border: 1px solid var(--line);
  border-left: 3px solid var(--fc, var(--gold));
  border-radius: 12px;
  padding: 18px;
  background: rgba(18, 18, 18, .7);
}
.pr-move .m { display: flex; align-items: center; gap: 10px; margin-top: 10px; }
.pr-move .m .c { width: 28px; height: 28px; }
.pr-move .m .tn { font-weight: 600; }
.pr-move .note { color: var(--ink-3); font-size: 12.5px; margin-top: 8px; }
@media (max-width: 640px) {
  .pr-moves { grid-template-columns: 1fr; }
  .pr5 .prow { grid-template-columns: 32px 28px 1fr auto; gap: 9px; padding: 12px; }
}

/* ---- V5.4: three-up awards ---- */
.awards5.count-3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) { .awards5.count-3 { grid-template-columns: 1fr; } }

/* ---- V5.4: sample-week redirect notice ---- */
.sample-redirect {
  margin: 0 auto;
  max-width: 1180px;
  padding: 12px 20px;
  border-bottom: 1px solid var(--line);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold-hi);
}

/* ---- identity pass: commissioner badge on the owner card ---- */
.owner-badges .b.role {
  border-color: rgba(217, 178, 90, .45);
  color: var(--gold-hi);
  background: rgba(217, 178, 90, .07);
}

/* ---- V5.4: weekly pages run denser so a scored week stays scannable ---- */
body.weekly .band { padding: 40px 0; }
body.weekly .band.tight { padding: 30px 0; }
body.weekly .film-mosaic { gap: 12px; }
body.weekly .film-card { padding: 16px; }
body.weekly .hpm-board .row { padding: 8px 14px; }
@media (min-width: 1200px) {
  .mgrid8 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* ---- V5.4: weekly-page density pass ----
   A scored week has twelve sections. On the weekly routes only, headings, crests
   and cards run tighter so the whole week reads in one scroll instead of three. */
body.weekly .band { padding: 26px 0; }
body.weekly .band.tight { padding: 24px 0; }
body.weekly .sec-head { margin-bottom: 14px; }
body.weekly .sec-head .h-2 { font-size: 40px; line-height: 1.02; }
body.weekly .film-card.feature .headline { font-size: 30px; }
body.weekly .film-card.feature .big-pair .side .c { width: 48px; height: 48px; }
body.weekly .film-card.feature .big-pair .side .sc { font-size: 40px; }
body.weekly .film-head h2 { font-size: 44px; }
body.weekly .hpm .crest-lg { width: 104px; height: 104px; }
body.weekly .seed { padding: 14px 12px; }
body.weekly .seed .c { width: 40px; height: 40px; }
body.weekly .next8 .nx { padding: 12px; }
body.weekly .next8 .nx .c { width: 34px; height: 34px; }
body.weekly .pr5 .prow { padding: 10px 14px; }
body.weekly .wk-arch { padding: 12px; }

/* ---- V5.4: film room overflow drawer ---- */
.film-more { margin-top: 14px; border-top: 1px solid var(--line); padding-top: 12px; }
.film-more > summary {
  cursor: pointer;
  list-style: none;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 6px 0;
  min-height: 34px;
}
.film-more > summary::-webkit-details-marker { display: none; }
.film-more > summary::after { content: ' +'; color: var(--gold-hi); }
.film-more[open] > summary::after { content: ' \2212'; }
.film-mosaic.sub { margin-top: 12px; }
body.weekly .film-card.feature .headline { font-size: 26px; }
body.weekly .film-card.feature .big-pair .side .sc { font-size: 34px; }
body.weekly .film-body p { font-size: 14.5px; line-height: 1.7; }
body.weekly .anns { gap: 12px; }
