/* Arrowhead Paesano — The Chiefs Narrative desk
   Scoped under .nrt so it layers cleanly on top of style.css + v2.css. */
.nrt {
  --nrt-ink: var(--ap-black, #0d0c0d);
  --nrt-ink-2: var(--ap-black-2, #171416);
  --nrt-red: var(--ap-red, #e31837);
  --nrt-gold: var(--ap-gold, #ffb81c);
  --nrt-cream: var(--ap-cream, #f7f1e5);
  --nrt-paper: var(--ap-paper, #fffdf8);
  --nrt-navy: #0b2340;
  --nrt-green: #0f7a3d;
  --nrt-line: rgba(13, 12, 13, .12);
  --nrt-shadow: 0 20px 50px rgba(13, 12, 13, .12);
  --nrt-radius: 18px;
  --nrt-max: var(--max, 1320px);
  --nrt-gutter: var(--gutter, 28px);
  display: block;
}
.nrt .section { max-width: var(--nrt-max); margin: 0 auto; padding: 54px var(--nrt-gutter); }
.nrt .kicker { font-family: var(--grotesk); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--nrt-red); display: inline-flex; align-items: center; gap: 8px; }
.nrt .kicker--gold { color: #a97b00; }
.nrt .section-head { margin-bottom: 26px; }
.nrt .section-head h2 { font-family: var(--serif); font-weight: 800; font-size: clamp(24px, 3vw, 38px); letter-spacing: -.02em; line-height: 1.06; margin: 10px 0 8px; color: var(--nrt-ink); display: flex; align-items: center; gap: 14px; }
.nrt .section-dek { color: #4a4550; font-size: 15px; max-width: 62ch; line-height: 1.5; }
.nrt .rule { width: 34px; height: 4px; border-radius: 2px; background: var(--nrt-red); display: inline-block; }
.nrt .rule-gold { background: var(--nrt-gold); }
.nrt .dot { width: 9px; height: 9px; border-radius: 50%; display: inline-block; }
.nrt .dot-live { background: var(--nrt-red); box-shadow: 0 0 0 4px rgba(227, 24, 55, .18); }
.nrt .dot-accent { background: var(--nrt-gold); }

/* ---------------- HERO ---------------- */
.nrt-hero { position: relative; overflow: hidden; background: radial-gradient(120% 120% at 82% -10%, #241a1c 0%, var(--nrt-ink) 46%, #050505 100%); color: #fff; }
.nrt-hero__glow { position: absolute; inset: 0; background: radial-gradient(60% 80% at 78% 8%, rgba(227, 24, 55, .3), transparent 60%), radial-gradient(50% 60% at 12% 100%, rgba(255, 184, 28, .18), transparent 60%); pointer-events: none; }
.nrt-hero__inner { position: relative; max-width: var(--nrt-max); margin: 0 auto; padding: 46px var(--nrt-gutter) 54px; }
.nrt-hero__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; margin-bottom: 20px; }
.nrt-phase { display: inline-flex; align-items: center; gap: 9px; font-family: var(--grotesk); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: #fff; background: var(--nrt-red); padding: 7px 14px; border-radius: 999px; }
.nrt-edition { font-family: var(--grotesk); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--nrt-gold); }
.nrt-stamp { font-family: var(--grotesk); font-size: 12px; color: rgba(255, 255, 255, .6); margin-left: auto; }
.nrt-headline { font-family: var(--serif); font-weight: 800; font-size: clamp(30px, 5vw, 60px); line-height: 1.02; letter-spacing: -.025em; margin: 0 0 14px; max-width: 20ch; }
.nrt-dek { font-size: clamp(16px, 1.6vw, 20px); line-height: 1.5; color: rgba(255, 255, 255, .82); max-width: 60ch; margin: 0 0 26px; }
.nrt-hero__grid { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(260px, .9fr); gap: 26px; align-items: start; }
.nrt-hook { position: relative; margin: 0 0 24px; padding: 20px 22px 20px 26px; background: rgba(255, 255, 255, .06); border-left: 4px solid var(--nrt-gold); border-radius: 12px; }
.nrt-hook__label { font-family: var(--grotesk); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--nrt-gold); }
.nrt-hook p { font-family: var(--serif); font-style: italic; font-size: clamp(17px, 1.8vw, 22px); line-height: 1.4; margin: 8px 0 0; color: #fff; }
.nrt-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.nrt-hero__actions .btn-ink { background: #fff; color: var(--nrt-ink); border-color: #fff; }
.nrt-hero__actions .btn-ghost { border-color: rgba(255, 255, 255, .4); color: #fff; }
.nrt-hero__actions .btn-ghost:hover { background: rgba(255, 255, 255, .12); }

/* next game card */
.nrt-nextgame { background: linear-gradient(180deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .04)); border: 1px solid rgba(255, 255, 255, .16); border-radius: var(--nrt-radius); padding: 20px; backdrop-filter: blur(6px); }
.nrt-nextgame__tag { font-family: var(--grotesk); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--nrt-gold); }
.nrt-nextgame__opp { display: block; font-family: var(--serif); font-weight: 800; font-size: 26px; line-height: 1.1; margin: 8px 0 2px; color: #fff; }
.nrt-nextgame__when { font-family: var(--grotesk); font-size: 13px; font-weight: 600; color: rgba(255, 255, 255, .72); }
.nrt-nextgame__facts { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 8px; }
.nrt-nextgame__facts li { display: flex; justify-content: space-between; gap: 12px; font-size: 14px; color: #fff; border-top: 1px solid rgba(255, 255, 255, .12); padding-top: 8px; }
.nrt-nextgame__facts span { font-family: var(--grotesk); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255, 255, 255, .55); }
.nrt-nextgame__note { margin: 14px 0 0; font-size: 13px; line-height: 1.45; color: rgba(255, 255, 255, .72); }

/* ---------------- EDGE ---------------- */
.nrt-edge { max-width: var(--nrt-max); margin: 0 auto; padding: 26px var(--nrt-gutter); display: flex; align-items: center; gap: 20px; }
.nrt-edge__label { flex: none; font-family: var(--display); letter-spacing: .06em; font-size: 22px; color: var(--nrt-red); border-right: 3px solid var(--nrt-gold); padding-right: 20px; }
.nrt-edge p { margin: 0; font-family: var(--serif); font-size: clamp(18px, 2vw, 26px); line-height: 1.3; font-weight: 600; color: var(--nrt-ink); }

/* ---------------- MARKETS ---------------- */
.nrt-markets__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.nrt-market-card { display: block; background: var(--nrt-paper); border: 1px solid var(--nrt-line); border-radius: var(--nrt-radius); padding: 20px; text-decoration: none; color: var(--nrt-ink); box-shadow: var(--nrt-shadow); transition: transform .18s ease, box-shadow .18s ease; position: relative; overflow: hidden; }
.nrt-market-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--nrt-red); }
.nrt-market-card--game::before { background: var(--nrt-gold); }
.nrt-market-card--vegas::before { background: var(--nrt-navy); }
.nrt-market-card--future::before { background: var(--nrt-gold); }
.nrt-game-opp {
  display: block;
  font-family: var(--serif);
  font-weight: 800;
  font-size: clamp(22px, 2.2vw, 28px);
  letter-spacing: -.02em;
  line-height: 1.15;
  margin: 8px 0 0;
}
.nrt-game-when {
  margin: 4px 0 0;
  font-family: var(--grotesk);
  font-size: 13px;
  color: #6a6572;
}
.nrt-market-card:hover { transform: translateY(-3px); box-shadow: 0 26px 60px rgba(13, 12, 13, .18); }
.nrt-market-card__tag { font-family: var(--grotesk); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: #6a6572; }
.nrt-market-card__src { margin: 14px 0 0; font-family: var(--grotesk); font-size: 12px; font-weight: 600; color: #8a8590; }
.nrt-meter { margin-top: 14px; }
.nrt-meter__bar { height: 12px; border-radius: 999px; background: rgba(13, 12, 13, .08); overflow: hidden; }
.nrt-meter__bar span { display: block; height: 100%; width: var(--pct, 50%); border-radius: 999px; background: linear-gradient(90deg, var(--nrt-red), #ff4d69); }
.nrt-meter__nums { display: flex; align-items: baseline; gap: 8px; margin-top: 10px; }
.nrt-meter__nums strong { font-family: var(--display); font-size: 40px; line-height: 1; letter-spacing: .02em; color: var(--nrt-ink); }
.nrt-meter__nums small { font-family: var(--grotesk); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #6a6572; }
.nrt-vegas { display: flex; gap: 22px; margin-top: 16px; }
.nrt-vegas div { display: flex; flex-direction: column; }
.nrt-vegas strong { font-family: var(--display); font-size: 32px; line-height: 1; color: var(--nrt-navy); }
.nrt-vegas small { font-family: var(--grotesk); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #6a6572; margin-top: 4px; }
.nrt-future { margin-top: 16px; display: flex; flex-direction: column; gap: 4px; }
.nrt-future strong { font-family: var(--display); font-size: 40px; line-height: 1; color: #a97b00; }
.nrt-future small { font-family: var(--grotesk); font-size: 12px; font-weight: 600; color: #6a6572; }

/* ---------------- STORY ---------------- */
.nrt-story__body { max-width: 74ch; }
.nrt-story__lede { font-family: var(--serif); font-size: clamp(19px, 2.1vw, 26px); line-height: 1.4; font-weight: 600; color: var(--nrt-ink); margin: 0 0 20px; }
.nrt-story__body p { font-size: 17px; line-height: 1.7; color: #33303a; margin: 0 0 18px; }
.nrt-story__body p:first-of-type:not(.nrt-story__lede)::first-letter,
.nrt-story__lede + p::first-letter { font-family: var(--display); font-size: 3.1em; line-height: .8; float: left; margin: 6px 12px 0 0; color: var(--nrt-red); }

/* ---------------- SPOTLIGHT ---------------- */
.nrt-spotlight__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px; }
.nrt-spot-card { background: var(--nrt-paper); border: 1px solid var(--nrt-line); border-radius: var(--nrt-radius); padding: 22px; box-shadow: var(--nrt-shadow); position: relative; }
.nrt-spot-card__tag { display: inline-block; font-family: var(--grotesk); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: #fff; background: var(--nrt-ink); padding: 5px 11px; border-radius: 999px; margin-bottom: 12px; }
.nrt-spot-card h3 { font-family: var(--serif); font-weight: 800; font-size: 21px; line-height: 1.2; margin: 0 0 10px; color: var(--nrt-ink); }
.nrt-spot-card p { margin: 0; font-size: 15px; line-height: 1.6; color: #4a4550; }

/* ---------------- MATCHUPS ---------------- */
.nrt-matchups__list { display: grid; gap: 14px; }
.nrt-matchup { background: var(--nrt-paper); border: 1px solid var(--nrt-line); border-radius: var(--nrt-radius); padding: 20px 22px; box-shadow: var(--nrt-shadow); }
.nrt-matchup__unit { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.nrt-matchup__unit h3 { font-family: var(--serif); font-weight: 800; font-size: 19px; margin: 0; color: var(--nrt-ink); }
.nrt-edge-chip { font-family: var(--grotesk); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; white-space: nowrap; }
.edge--kc { background: rgba(227, 24, 55, .12); color: var(--nrt-red); border: 1px solid rgba(227, 24, 55, .3); }
.edge--opp { background: rgba(11, 35, 64, .1); color: var(--nrt-navy); border: 1px solid rgba(11, 35, 64, .28); }
.edge--push { background: rgba(13, 12, 13, .06); color: #5a5560; border: 1px solid rgba(13, 12, 13, .16); }
.nrt-matchup__cols { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 14px; margin: 14px 0 0; }
.nrt-matchup__side { font-size: 15px; color: #33303a; line-height: 1.4; }
.nrt-matchup__side span { display: block; font-family: var(--grotesk); font-size: 10.5px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: #8a8590; margin-bottom: 4px; }
.nrt-matchup__side--kc span { color: var(--nrt-red); }
.nrt-matchup__vs { font-family: var(--display); font-size: 18px; color: #b7b1bd; }
.nrt-matchup__note { margin: 14px 0 0; padding-top: 12px; border-top: 1px solid var(--nrt-line); font-size: 14px; line-height: 1.5; color: #56515c; }

/* ---------------- X's & O's ---------------- */
.nrt-xo__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 20px; }
.nrt-xo-card { background: var(--nrt-ink); border-radius: var(--nrt-radius); overflow: hidden; box-shadow: var(--nrt-shadow); border: 1px solid rgba(255, 255, 255, .06); display: flex; flex-direction: column; }
.nrt-xo-card__board { margin: 0; background: #0c2a1a; }
.nrt-xo-card__board img { display: block; width: 100%; height: auto; }
.nrt-xo-card__body { padding: 20px 22px 24px; color: #f4eee2; }
.nrt-xo-card__head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.nrt-xo-card__side { font-family: var(--grotesk); font-size: 10.5px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; }
.nrt-xo-card__side--offense { background: rgba(227, 24, 55, .2); color: #ff8095; }
.nrt-xo-card__side--defense { background: rgba(157, 182, 214, .18); color: #b7ccea; }
.nrt-xo-card__head h3 { font-family: var(--serif); font-weight: 800; font-size: 20px; margin: 0; color: #fff; line-height: 1.15; }
.nrt-xo-card__situation { font-size: 13.5px; color: #c9c2b6; margin: 0 0 12px; }
.nrt-xo-card__situation span, .nrt-xo-card__coach span { font-family: var(--grotesk); font-size: 10.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--nrt-gold); }
.nrt-xo-card__why { font-size: 15px; line-height: 1.6; color: #e7e1d5; margin: 0 0 14px; }
.nrt-xo-card__coach { font-size: 14px; line-height: 1.55; color: #cfc8bc; margin: 0; padding-top: 14px; border-top: 1px solid rgba(255, 255, 255, .1); }

/* ---------------- COACHING ---------------- */
.nrt-coaching__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
.nrt-coach-card { background: var(--nrt-paper); border: 1px solid var(--nrt-line); border-left: 4px solid var(--nrt-gold); border-radius: 12px; padding: 20px; box-shadow: var(--nrt-shadow); }
.nrt-coach-card h3 { font-family: var(--serif); font-weight: 800; font-size: 18px; margin: 0 0 8px; color: var(--nrt-ink); }
.nrt-coach-card p { margin: 0; font-size: 15px; line-height: 1.6; color: #4a4550; }

/* ---------------- REPORT (injuries + personnel) ---------------- */
.nrt-report__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.nrt-report__col h2 { font-family: var(--serif); font-weight: 800; font-size: clamp(22px, 2.4vw, 30px); letter-spacing: -.02em; margin: 10px 0 18px; display: flex; align-items: center; gap: 12px; color: var(--nrt-ink); }
.nrt-report__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.nrt-report__list li { background: var(--nrt-paper); border: 1px solid var(--nrt-line); border-radius: 12px; padding: 16px 18px; box-shadow: var(--nrt-shadow); }
.nrt-report__row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.nrt-report__row strong { font-family: var(--serif); font-weight: 800; font-size: 17px; color: var(--nrt-ink); }
.nrt-status { font-family: var(--grotesk); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--nrt-red); background: rgba(227, 24, 55, .1); border: 1px solid rgba(227, 24, 55, .28); padding: 4px 10px; border-radius: 999px; }
.nrt-report__list li p { margin: 8px 0 0; font-size: 14.5px; line-height: 1.55; color: #4a4550; }
.nrt-report__list cite { display: block; margin-top: 8px; font-family: var(--grotesk); font-size: 12px; font-style: normal; color: #8a8590; }
.nrt-report__list--personnel strong { display: block; margin-bottom: 6px; }

/* ---------------- PLAN (strategies + debates) ---------------- */
.nrt-plan__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.nrt-plan__col h2 { font-family: var(--serif); font-weight: 800; font-size: clamp(22px, 2.4vw, 30px); letter-spacing: -.02em; margin: 10px 0 18px; display: flex; align-items: center; gap: 12px; color: var(--nrt-ink); }
.nrt-strat-list { margin: 0; padding: 0; list-style: none; counter-reset: strat; display: grid; gap: 12px; }
.nrt-strat-list li { counter-increment: strat; position: relative; padding: 14px 16px 14px 54px; background: var(--nrt-ink); color: #f4eee2; border-radius: 12px; font-size: 15px; line-height: 1.5; }
.nrt-strat-list li::before { content: counter(strat, decimal-leading-zero); position: absolute; left: 16px; top: 12px; font-family: var(--display); font-size: 22px; color: var(--nrt-gold); }
.nrt-debate-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.nrt-debate-list--wide { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
.nrt-debate-list li { position: relative; padding: 14px 16px 14px 44px; background: var(--nrt-paper); border: 1px solid var(--nrt-line); border-radius: 12px; font-size: 15px; line-height: 1.5; color: #33303a; box-shadow: var(--nrt-shadow); }
.nrt-debate-list li::before { content: "?"; position: absolute; left: 15px; top: 12px; font-family: var(--display); font-size: 22px; color: var(--nrt-red); }

/* ---------------- RUN OF SHOW ---------------- */
.nrt-ros__table { display: grid; gap: 2px; background: var(--nrt-line); border: 1px solid var(--nrt-line); border-radius: var(--nrt-radius); overflow: hidden; }
.nrt-ros__row { display: grid; grid-template-columns: 60px minmax(160px, 1.1fr) 2fr; gap: 18px; align-items: center; background: var(--nrt-paper); padding: 16px 20px; }
.nrt-ros__num { font-family: var(--display); font-size: 26px; color: var(--nrt-red); }
.nrt-ros__seg strong { display: block; font-family: var(--serif); font-weight: 700; font-size: 16px; color: var(--nrt-ink); line-height: 1.2; }
.nrt-ros__time { font-family: var(--grotesk); font-size: 12px; font-weight: 700; color: #8a8590; }
.nrt-ros__talk { margin: 0; font-size: 14.5px; line-height: 1.5; color: #4a4550; }

/* ---------------- SOURCES ---------------- */
.nrt-sources__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 14px; }
.nrt-source-card { display: flex; flex-direction: column; gap: 8px; background: var(--nrt-paper); border: 1px solid var(--nrt-line); border-radius: 14px; padding: 18px; text-decoration: none; box-shadow: var(--nrt-shadow); transition: transform .16s ease; }
.nrt-source-card:hover { transform: translateY(-3px); }
.nrt-source-card__pub { font-family: var(--grotesk); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--nrt-red); }
.nrt-source-card h3 { font-family: var(--serif); font-weight: 700; font-size: 16px; line-height: 1.3; margin: 0; color: var(--nrt-ink); }
.nrt-source-card p { margin: 0; font-size: 13px; line-height: 1.5; color: #6a6572; }
.nrt-source-card__open { margin-top: auto; font-family: var(--grotesk); font-size: 12px; font-weight: 800; color: var(--nrt-ink); }

/* ---------------- TIMELINE ---------------- */
.nrt-timeline__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
.nrt-timeline__item { display: grid; grid-template-columns: 92px 1fr; gap: 20px; padding: 18px 0; border-top: 1px solid var(--nrt-line); }
.nrt-timeline__item:last-child { border-bottom: 1px solid var(--nrt-line); }
.nrt-timeline__item time { font-family: var(--display); font-size: 20px; color: var(--nrt-red); }
.nrt-timeline__phase { font-family: var(--grotesk); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: #8a8590; }
.nrt-timeline__item strong { display: block; font-family: var(--serif); font-weight: 700; font-size: 17px; color: var(--nrt-ink); margin: 4px 0; line-height: 1.25; }
.nrt-timeline__item p { margin: 0; font-size: 14px; color: #6a6572; line-height: 1.5; }
.nrt-timeline__item { display: block; }
.nrt-timeline__link { display: grid; grid-template-columns: 92px 1fr; gap: 20px; text-decoration: none; color: inherit; }
a.nrt-timeline__link { cursor: pointer; border-radius: 10px; margin: -6px; padding: 6px; transition: background .18s ease; }
a.nrt-timeline__link:hover { background: rgba(227, 24, 55, .05); }
a.nrt-timeline__link:hover strong { color: var(--nrt-red); }
.nrt-timeline__open { display: inline-block; margin-top: 8px; font-family: var(--grotesk); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--nrt-red); }
.nrt-timeline__item--current .nrt-timeline__open { color: #8a8590; }
.nrt-timeline__item--current { background: rgba(255, 184, 28, .07); border-radius: 10px; }
.nrt-timeline__pager { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 22px; }
.nrt-timeline__pager button[disabled] { opacity: .4; cursor: default; pointer-events: none; }
.nrt-timeline__pagenum { font-family: var(--grotesk); font-size: 12px; font-weight: 700; letter-spacing: .06em; color: #8a8590; }
.nrt-archive-note { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 22px; background: var(--nrt-gold); color: var(--nrt-ink); font-family: var(--grotesk); font-size: 13px; font-weight: 700; letter-spacing: .02em; }
.nrt-archive-note a { color: var(--nrt-ink); text-decoration: underline; text-underline-offset: 3px; }

/* ---------------- COLOPHON ---------------- */
.nrt-colophon { background: var(--nrt-ink); color: rgba(255, 255, 255, .8); }
.nrt-colophon__inner { max-width: var(--nrt-max); margin: 0 auto; padding: 40px var(--nrt-gutter); display: grid; grid-template-columns: 1.6fr 1fr; gap: 30px; align-items: center; }
.nrt-colophon .kicker { color: var(--nrt-gold); }
.nrt-colophon p { margin: 10px 0 0; font-size: 14.5px; line-height: 1.6; max-width: 70ch; }
.nrt-colophon__meta { display: grid; grid-template-columns: auto 1fr; gap: 8px 16px; align-items: baseline; }
.nrt-colophon__meta span { font-family: var(--grotesk); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255, 255, 255, .5); }
.nrt-colophon__meta strong { font-family: var(--grotesk); font-size: 14px; color: #fff; word-break: break-word; }

/* ---------------- RESPONSIVE ---------------- */
@media (max-width: 900px) {
  .nrt-hero__grid { grid-template-columns: 1fr; }
  .nrt-report__cols, .nrt-plan__cols, .nrt-colophon__inner { grid-template-columns: 1fr; }
  .nrt-stamp { margin-left: 0; width: 100%; }
}
@media (max-width: 620px) {
  .nrt .section { padding: 40px 20px; }
  .nrt-edge { flex-direction: column; align-items: flex-start; gap: 10px; }
  .nrt-edge__label { border-right: 0; border-bottom: 3px solid var(--nrt-gold); padding: 0 0 8px; }
  .nrt-matchup__cols { grid-template-columns: 1fr; }
  .nrt-matchup__vs { display: none; }
  .nrt-ros__row { grid-template-columns: 44px 1fr; }
  .nrt-ros__talk { grid-column: 1 / -1; }
}
/* .reveal / .is-in transitions are provided globally by the base stylesheets. */

/* ---------------- HOMEPAGE TEASER ---------------- */
.home-narrative { max-width: var(--max, 1320px); margin: 0 auto; padding: 8px var(--gutter, 28px) 20px; }
.home-narrative__inner { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(230px, .8fr); gap: 28px; align-items: center; background: radial-gradient(120% 140% at 88% -20%, #2a1e20 0%, #0d0c0d 52%, #050505 100%); color: #fff; border-radius: 20px; padding: 34px 34px; box-shadow: 0 26px 60px rgba(13, 12, 13, .22); }
.home-narrative__inner::after { content: ""; position: absolute; inset: 0; background: radial-gradient(50% 70% at 82% 0%, rgba(227, 24, 55, .28), transparent 62%); pointer-events: none; }
.home-narrative__copy { position: relative; z-index: 1; }
.home-narrative__copy .kicker { color: var(--ap-gold, #ffb81c); }
.home-narrative__copy .live-beacon { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--ap-red, #e31837); box-shadow: 0 0 0 4px rgba(227, 24, 55, .25); }
.home-narrative__copy h2 { font-family: var(--serif); font-weight: 800; font-size: clamp(23px, 2.8vw, 36px); line-height: 1.08; letter-spacing: -.02em; margin: 12px 0 12px; color: #fff; max-width: 22ch; }
.home-narrative__dek { font-size: 16px; line-height: 1.5; color: rgba(255, 255, 255, .82); margin: 0 0 12px; max-width: 56ch; }
.home-narrative__edge { font-size: 14.5px; line-height: 1.5; color: rgba(255, 255, 255, .74); margin: 0 0 20px; max-width: 60ch; }
.home-narrative__edge strong { color: var(--ap-gold, #ffb81c); font-family: var(--grotesk); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.home-narrative__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.home-narrative__actions .btn-ink { background: #fff; color: #0d0c0d; border-color: #fff; }
.home-narrative__side { position: relative; z-index: 1; display: grid; gap: 14px; }
.home-narrative__nextgame { background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .16); border-radius: 14px; padding: 16px 18px; }
.home-narrative__nextgame span { font-family: var(--grotesk); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--ap-gold, #ffb81c); }
.home-narrative__nextgame strong { display: block; font-family: var(--serif); font-weight: 800; font-size: 22px; margin: 6px 0 2px; color: #fff; }
.home-narrative__nextgame small { display: block; font-family: var(--grotesk); font-size: 13px; color: rgba(255, 255, 255, .7); }
.home-narrative__tv { color: rgba(255, 255, 255, .5) !important; }
.home-narrative__markets { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.home-narrative__markets div { background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .12); border-radius: 12px; padding: 12px 14px; text-align: center; }
.home-narrative__markets b { display: block; font-family: var(--display, 'Bebas Neue'); font-size: 26px; letter-spacing: .02em; color: #fff; }
.home-narrative__markets span { font-family: var(--grotesk); font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; color: rgba(255, 255, 255, .6); }
@media (max-width: 820px) {
  .home-narrative__inner { grid-template-columns: 1fr; padding: 26px 22px; }
}

/* ---------------- HOMEPAGE COMPACT NEWS ROUTER ---------------- */
.news-router { max-width: var(--max, 1320px); margin: 0 auto; padding: 8px var(--gutter, 28px) 28px; }
.news-router__inner {
  border: 1px solid var(--ap-border, rgba(13, 12, 13, .14));
  background:
    linear-gradient(180deg, #fff 0 72px, transparent 72px),
    var(--ap-paper, #fffdf8);
  border-radius: 20px;
  padding: 22px 22px 18px;
  box-shadow: 0 18px 40px rgba(13, 12, 13, .05);
}
.news-router__lead {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--ap-border, rgba(13, 12, 13, .12));
}
.news-router__lead .kicker {
  font-family: var(--grotesk);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #9e1024;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.news-router__lead h2 {
  font-family: var(--serif);
  font-weight: 800;
  font-size: clamp(22px, 2.4vw, 30px);
  letter-spacing: -.02em;
  margin: 6px 0 0;
}
.news-router__lead .dot-live { width: 8px; height: 8px; border-radius: 50%; background: #9e1024; box-shadow: 0 0 0 3px rgba(158, 16, 36, .16); }
.news-router__hint { font-family: var(--grotesk); font-size: 11px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: #8a8490; padding-bottom: 4px; }
.news-router__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 14px;
  margin-top: 4px;
  border-top: 1px dashed rgba(13, 12, 13, .12);
}
.news-chip { display: inline-flex; align-items: center; gap: 7px; font-family: var(--grotesk); font-size: 13px; font-weight: 600; color: var(--ink, #0d0c0d); text-decoration: none; background: #fff; border: 1px solid var(--ap-border, rgba(13, 12, 13, .14)); border-radius: 999px; padding: 6px 13px; line-height: 1.1; transition: border-color .15s ease, background .15s ease, transform .15s ease; }
.news-chip__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent, #9e1024); flex: none; }
.news-chip:hover { border-color: var(--accent, #9e1024); background: var(--ap-cream, #f7f1e5); transform: translateY(-1px); }
.news-chip--all { font-weight: 800; color: #9e1024; background: transparent; border-style: dashed; }
.news-chip--all:hover { color: #fff; background: #9e1024; border-color: #9e1024; }

.wire-headlines {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 12px;
  margin: 0 0 4px;
}
.wire-item {
  display: grid;
  align-content: start;
  gap: 8px;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid var(--ap-border, rgba(13, 12, 13, .12));
  border-radius: 14px;
  padding: 16px 16px 18px;
  min-height: 112px;
  transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.wire-item:hover {
  border-color: rgba(158, 16, 36, .45);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(13, 12, 13, .06);
}
.wire-item--lead {
  grid-row: span 2;
  background:
    linear-gradient(180deg, #fffdf4, #fff);
  border-color: rgba(13, 12, 13, .16);
  padding: 22px 22px 24px;
}
.wire-item__src {
  font-family: var(--grotesk);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #9e1024;
}
.wire-item__title {
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.28;
  color: #0d0c0d;
}
.wire-item--lead .wire-item__title {
  font-size: clamp(22px, 2.4vw, 30px);
  letter-spacing: -.02em;
  line-height: 1.18;
}

.season-slate { max-width: var(--max, 1320px); margin: 0 auto; padding: 10px var(--gutter, 28px) 10px; }
.season-slate__inner {
  display: grid;
  grid-template-columns: minmax(200px, .72fr) minmax(0, 2fr);
  gap: 22px 28px;
  align-items: stretch;
  background:
    radial-gradient(80% 120% at 0% 0%, rgba(255, 184, 28, .12), transparent 46%),
    var(--ap-paper, #fffdf8);
  border: 1px solid var(--ap-border, rgba(13, 12, 13, .14));
  border-radius: 20px;
  padding: 26px 24px 22px;
  box-shadow: 0 18px 40px rgba(13, 12, 13, .05);
}
.season-slate__lead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 8px;
}
.season-slate__lead .kicker {
  font-family: var(--grotesk);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #9e1024;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.season-slate__lead h2 {
  font-family: var(--serif);
  font-weight: 800;
  font-size: clamp(26px, 2.8vw, 36px);
  margin: 10px 0 8px;
  letter-spacing: -.025em;
  line-height: 1.05;
}
.season-slate__lead p { margin: 0 0 16px; max-width: 28ch; color: #4a4550; font-size: 15px; line-height: 1.5; }
.season-slate__all {
  align-self: flex-start;
  font-family: var(--grotesk);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #0d0c0d;
  text-decoration: none;
  border-bottom: 2px solid var(--ap-gold, #ffb81c);
  padding-bottom: 3px;
}
.season-slate__all:hover { color: #9e1024; }
.season-slate__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.slate-game {
  display: grid;
  align-content: start;
  gap: 6px;
  background: #fff;
  border: 1px solid var(--ap-border, rgba(13, 12, 13, .12));
  border-radius: 14px;
  padding: 14px 15px 15px;
  box-shadow: 0 1px 0 rgba(13, 12, 13, .04);
}
.slate-game--home { border-top: 3px solid #c5a059; }
.slate-game--away { border-top: 3px solid #2b2a2c; }
.slate-game--pre { background: #fffaf0; }
.slate-game--done { background: #f4f1f2; }
.slate-game--live { box-shadow: inset 0 0 0 1px rgba(227, 24, 55, .28); }
.slate-game__score {
  font-family: var(--display, "Bebas Neue");
  font-size: 22px;
  letter-spacing: .03em;
  color: #0d0c0d;
}
.slate-game:first-child {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 18px;
  row-gap: 4px;
  padding: 16px 18px;
  background:
    linear-gradient(90deg, #fff8ea, #fff);
}
.slate-game:first-child .slate-game__top { grid-column: 1 / -1; }
.slate-game:first-child .slate-game__opp {
  font-size: clamp(26px, 3vw, 34px);
  align-self: end;
}
.slate-game:first-child .slate-game__when,
.slate-game:first-child .slate-game__score,
.slate-game:first-child .slate-game__meta { align-self: end; }
.slate-game__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.slate-game__tag {
  font-family: var(--grotesk);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #9e1024;
}
.slate-game__ha {
  font-family: var(--grotesk);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #6b6570;
  border: 1px solid rgba(13, 12, 13, .12);
  border-radius: 999px;
  padding: 2px 7px;
}
.slate-game__opp {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.12;
}
.slate-game__when, .slate-game__meta {
  font-family: var(--grotesk);
  font-size: 12.5px;
  color: #6b6570;
}
@media (max-width: 900px) {
  .season-slate__inner { grid-template-columns: 1fr; }
  .season-slate__lead p { max-width: 60ch; }
  .season-slate__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .slate-game:first-child { grid-column: 1 / -1; }
  .wire-headlines { grid-template-columns: 1fr 1fr; }
  .wire-item--lead { grid-column: 1 / -1; grid-row: auto; }
}
@media (max-width: 640px) {
  .season-slate__grid { grid-template-columns: 1fr 1fr; }
  .slate-game:first-child {
    grid-template-columns: 1fr;
  }
  .wire-headlines { grid-template-columns: 1fr; }
}

/* ---------------- FULL 2026 SCHEDULE PAGE ---------------- */
.sched-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(240px, .7fr);
  gap: 36px;
  align-items: end;
  padding: 72px max(var(--gutter, 28px), calc((100vw - var(--max, 1320px)) / 2 + var(--gutter, 28px))) 48px;
  background: var(--ap-black, #0d0c0d);
  color: #fff;
  border-bottom: 5px solid var(--ap-red, #e31837);
}
.sched-hero h1 {
  font-family: var(--display, "Bebas Neue");
  font-weight: 400;
  font-size: clamp(64px, 9vw, 120px);
  line-height: .82;
  letter-spacing: .01em;
  margin: 10px 0 16px;
}
.sched-hero p { margin: 0 0 22px; max-width: 48ch; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.5; }
.sched-hero__jump { display: flex; flex-wrap: wrap; gap: 10px; }
.sched-hero__board {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.sched-hero__board div {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  padding: 16px 16px 14px;
}
.sched-hero__board strong {
  display: block;
  font-family: var(--display, "Bebas Neue");
  font-size: 42px;
  line-height: .9;
  letter-spacing: .02em;
}
.sched-hero__board span {
  font-family: var(--grotesk);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
}
.sched-block { max-width: var(--max, 1320px); margin: 0 auto; padding: 36px var(--gutter, 28px) 8px; }
.sched-block__head { margin-bottom: 16px; }
.sched-block__head h2 {
  font-family: var(--serif);
  font-weight: 800;
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: -.02em;
  margin: 8px 0 6px;
}
.sched-block__head p { margin: 0; color: #4a4550; max-width: 60ch; }
.sched-table { border: 1px solid var(--ap-border, rgba(13,12,13,.14)); border-radius: 16px; overflow: hidden; background: #fff; }
.sched-table__head, .sched-row {
  display: grid;
  grid-template-columns: 88px minmax(0, 1.4fr) minmax(0, 1.1fr) minmax(0, 1.1fr) 110px 92px;
  gap: 10px;
  align-items: center;
  padding: 12px 16px;
}
.sched-table__head {
  font-family: var(--grotesk);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #8a8490;
  background: #f7f1e5;
  border-bottom: 1px solid var(--ap-border, rgba(13,12,13,.14));
}
.sched-row { border-top: 1px solid rgba(13,12,13,.08); }
.sched-row--home { background: #fff8ea; }
.sched-row--bye { background: #f3f1f4; color: #6b6570; }
.sched-row--done { opacity: .78; }
.sched-row--live { box-shadow: inset 3px 0 0 var(--ap-red, #e31837); }
.sched-row__score {
  font-family: var(--grotesk);
  font-size: 13.5px;
  font-weight: 800;
  letter-spacing: .02em;
  color: #0d0c0d;
}
.sched-row__week {
  font-family: var(--grotesk);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ap-red, #e31837);
}
.sched-row__opp { font-family: var(--serif); font-size: 18px; font-weight: 800; line-height: 1.15; }
.sched-row__opp abbr { text-decoration: none; font-family: var(--grotesk); font-size: 12px; font-weight: 800; letter-spacing: .06em; color: #8a8490; }
.sched-row__when, .sched-row__where, .sched-row__tv {
  font-family: var(--grotesk);
  font-size: 13.5px;
  color: #4a4550;
}
.sched-note {
  max-width: var(--max, 1320px);
  margin: 8px auto 48px;
  padding: 0 var(--gutter, 28px);
  font-size: 13px;
  color: #8a8490;
}
@media (max-width: 820px) {
  .sched-hero { grid-template-columns: 1fr; padding-top: 56px; }
  .sched-table__head { display: none; }
  .sched-row, .sched-row--bye {
    grid-template-columns: 1fr 1fr;
    gap: 4px 12px;
  }
  .sched-row__week { grid-column: 1 / -1; }
  .sched-row__opp { grid-column: 1 / -1; }
}

/* ---------------- SHOP EMPTY STATE ---------------- */
.shop-empty { max-width: 620px; margin: 0 auto; text-align: center; padding: 48px 28px 56px; display: flex; flex-direction: column; align-items: center; gap: 14px; border: 1px dashed var(--ap-border, rgba(13, 12, 13, .18)); border-radius: 20px; background: var(--ap-paper, #fffdf8); }
.shop-empty__logo { opacity: .85; margin-bottom: 4px; }
.shop-empty h3 { font-family: var(--serif); font-weight: 800; font-size: clamp(22px, 3vw, 30px); letter-spacing: -.01em; margin: 0; color: var(--ink, #0d0c0d); }
.shop-empty p { margin: 0; font-size: 16px; line-height: 1.6; color: #56515c; max-width: 46ch; }
.shop-empty .btn { margin-top: 10px; }
