/* JFMN Sports — site styles
   Palette from the network logo: rust #B7422A, navy #27456B, on black. */

:root {
  --rust: #B7422A;
  --rust-dark: #8F3220;
  --navy: #27456B;
  --navy-dark: #1B304B;
  --black: #0B0B0C;
  --ink: #141416;
  --panel: #1C1C1F;
  --line: #2A2A2E;
  --text: #EDEAE4;
  --muted: #A9A6A0;
  --display: "Barlow Condensed", "Oswald", "Arial Narrow", Impact, sans-serif;
  --body: "Source Serif 4", Georgia, "Times New Roman", serif;
  --ui: "Barlow", "Helvetica Neue", Arial, sans-serif;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { background: var(--black); }
body {
  margin: 0;
  background: var(--black);
  color: var(--text);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
a:hover { color: #fff; }
img { max-width: 100%; display: block; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 20px; }

/* ---------- Top bar + masthead ---------- */
.topbar {
  background: var(--navy-dark);
  border-bottom: 1px solid var(--line);
  font-family: var(--ui);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
}
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; height: 32px; }
.topbar .live { color: #fff; }
.topbar .live::before {
  content: ""; display: inline-block; width: 8px; height: 8px; border-radius: 50%;
  background: var(--rust); margin-right: 8px; vertical-align: middle;
}

.masthead { background: var(--black); border-bottom: 4px solid var(--rust); }
.masthead .wrap { display: flex; align-items: center; justify-content: space-between; height: 84px; }
.brand { display: flex; align-items: center; gap: 14px; }
.brand .mark {
  width: 52px; height: 52px; background: var(--rust);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
  display: grid; place-items: center;
  font-family: var(--display); font-weight: 800; font-size: 22px; color: #fff; letter-spacing: .02em;
}
.brand .word { line-height: 1; }
.brand .word .net { font-family: var(--display); font-weight: 700; font-size: 30px; letter-spacing: .02em; text-transform: uppercase; color: #fff; }
.brand .word .sub { font-family: var(--display); font-weight: 700; font-size: 13px; letter-spacing: .2em; text-transform: uppercase; color: var(--rust); margin-top: 4px; }

nav.main { font-family: var(--display); text-transform: uppercase; font-size: 19px; letter-spacing: .06em; font-weight: 600; }
nav.main a { display: inline-block; padding: 8px 14px; color: var(--text); border-bottom: 3px solid transparent; }
nav.main a:hover { color: #fff; }
nav.main a.active { color: #fff; border-bottom-color: var(--rust); }
nav.main .menu { display: inline-block; position: relative; }
nav.main .caret { font-size: 12px; color: var(--muted); margin-left: 2px; }
nav.main .drop { display: none; position: absolute; left: 0; top: 100%; min-width: 250px; white-space: nowrap; background: var(--panel); border: 1px solid var(--line); border-top: 3px solid var(--rust); z-index: 20; padding: 6px 0; }
nav.main .drop a { display: block; padding: 9px 16px; font-size: 16px; letter-spacing: .06em; border-bottom: 0; color: var(--text); }
nav.main .drop a:hover { background: var(--ink); color: #fff; }
nav.main .drop a.cta { color: var(--rust); border-top: 1px solid var(--line); margin-top: 4px; }
nav.main .menu:hover .drop, nav.main .menu:focus-within .drop { display: block; }

/* ---------- Station strip ---------- */
.stations { background: var(--ink); border-bottom: 1px solid var(--line); font-family: var(--ui); font-size: 12px; }
.stations .wrap { display: flex; align-items: center; gap: 14px; height: 30px; overflow: hidden; }
.stations .lbl { flex: 0 0 auto; font-family: var(--display); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; color: var(--rust); font-weight: 700; }
.stations .list { display: flex; gap: 0; overflow-x: auto; white-space: nowrap; scrollbar-width: none; }
.stations .list::-webkit-scrollbar { display: none; }
.stations .list a { color: var(--text); padding: 0 9px; border-left: 1px solid var(--line); line-height: 30px; }
.stations .list a:first-child { border-left: 0; padding-left: 0; }
.stations .list a b { font-weight: 600; color: #fff; }
.stations .list a span { color: var(--muted); margin-left: 4px; }

/* ---------- Ticker ---------- */
.ticker { background: var(--rust); color: #fff; font-family: var(--ui); font-size: 13px; letter-spacing: .04em; white-space: nowrap; }
.ticker .wrap { display: flex; align-items: stretch; height: 34px; padding: 0; }
.ticker .label {
  flex: 0 0 auto; display: flex; align-items: center; padding: 0 16px 0 20px;
  background: var(--black); color: #fff; position: relative; z-index: 2;
  font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: 15px; letter-spacing: .12em;
}
.ticker .label::after { content: ""; position: absolute; right: -10px; top: 0; width: 10px; height: 100%; background: var(--black); clip-path: polygon(0 0, 100% 0, 0 100%); }
.ticker .crawl { flex: 1 1 auto; overflow: hidden; display: flex; align-items: center; padding-left: 24px; }
.ticker .items { display: inline-block; white-space: nowrap; }
.ticker .items.run { animation: ticker 60s linear infinite; }
.ticker .items span { margin-right: 44px; }
.ticker .items span::before { content: "\25AA"; margin-right: 10px; opacity: .8; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Section headers ---------- */
.kicker { font-family: var(--display); text-transform: uppercase; font-weight: 700; font-size: 13px; letter-spacing: .18em; color: var(--rust); }
.section-head {
  display: flex; align-items: baseline; justify-content: space-between;
  border-bottom: 1px solid var(--line); margin: 36px 0 18px; padding-bottom: 8px;
}
.section-head h2 { font-family: var(--display); text-transform: uppercase; font-weight: 700; font-size: 26px; letter-spacing: .05em; margin: 0; }
.section-head h2::before { content: ""; display: inline-block; width: 10px; height: 20px; background: var(--rust); margin-right: 12px; vertical-align: -3px; }
.section-head a { font-family: var(--ui); font-size: 13px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }

/* ---------- Story art (no photos yet: branded tiles) ---------- */
.art {
  position: relative; aspect-ratio: 16/9; overflow: hidden;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 60%, #000 100%);
}
.art.rust { background: linear-gradient(135deg, var(--rust) 0%, var(--rust-dark) 55%, #000 100%); }
.art::after {
  content: ""; position: absolute; inset: 0;
  background: repeating-linear-gradient(-45deg, rgba(255,255,255,.035) 0 2px, transparent 2px 14px);
}
.art .tag {
  position: absolute; left: 14px; bottom: 12px; z-index: 1;
  font-family: var(--display); text-transform: uppercase; font-weight: 700; letter-spacing: .12em; font-size: 13px;
  background: var(--black); color: #fff; padding: 4px 9px;
}
figure.art { margin: 0; }
.art.photo::after { background: linear-gradient(to top, rgba(0,0,0,.55), transparent 45%); }
.art.photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.art.photo figcaption {
  position: absolute; right: 10px; bottom: 10px; z-index: 1;
  font-family: var(--ui); font-size: 11px; color: rgba(255,255,255,.75); letter-spacing: .02em;
  background: rgba(0,0,0,.45); padding: 2px 6px;
}
.art .big {
  position: absolute; right: 14px; top: 10px; z-index: 1;
  font-family: var(--display); font-weight: 800; font-size: 64px; line-height: 1; color: rgba(255,255,255,.12); text-transform: uppercase; letter-spacing: .02em;
}

/* ---------- Home: lead + secondary ---------- */
.lead-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 28px; margin-top: 28px; }
.lead h1 { font-family: var(--display); text-transform: uppercase; font-weight: 800; font-size: 46px; line-height: .98; letter-spacing: .01em; margin: 14px 0 10px; }
.lead p.dek { font-size: 19px; color: var(--muted); margin: 0 0 10px; }
.byline { font-family: var(--ui); font-size: 13px; color: var(--muted); letter-spacing: .02em; }
.byline b { color: var(--text); font-weight: 600; }

.stack { display: flex; flex-direction: column; gap: 0; border-left: 1px solid var(--line); padding-left: 24px; }
.stack article { padding: 14px 0; border-bottom: 1px solid var(--line); }
.stack article:last-child { border-bottom: 0; }
.stack h3 { font-family: var(--display); text-transform: uppercase; font-weight: 700; font-size: 22px; line-height: 1.05; margin: 4px 0 6px; }
.stack p { margin: 0; font-size: 15px; color: var(--muted); }

/* ---------- Home: card grid ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card { background: var(--panel); border: 1px solid var(--line); }
.card .body { padding: 14px 16px 18px; }
.card h3 { font-family: var(--display); text-transform: uppercase; font-weight: 700; font-size: 23px; line-height: 1.05; margin: 6px 0 8px; }
.card p { margin: 0 0 10px; font-size: 15px; color: var(--muted); }

/* ---------- Shows page ---------- */
.page-title { margin: 34px 0 6px; font-family: var(--display); text-transform: uppercase; font-weight: 800; font-size: 44px; line-height: 1; }
.page-intro { color: var(--muted); max-width: 720px; margin: 0 0 8px; }
.times-note { font-family: var(--ui); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--rust); margin-bottom: 26px; }

.show { display: grid; grid-template-columns: 1.35fr 1fr; gap: 28px; padding: 28px 0; border-top: 1px solid var(--line); }
.show:first-of-type { border-top: 0; }
.show .video { position: relative; aspect-ratio: 16/9; background: #000; border: 1px solid var(--line); }
.show .video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.show .video .placeholder {
  position: absolute; inset: 0; display: grid; place-items: center; text-align: center; padding: 20px;
  background: linear-gradient(135deg, var(--navy-dark), #000);
  font-family: var(--display); text-transform: uppercase; letter-spacing: .1em; color: var(--muted);
}
.show .video .placeholder b { display: block; color: #fff; font-size: 26px; margin-bottom: 6px; }
.show h2 { font-family: var(--display); text-transform: uppercase; font-weight: 800; font-size: 34px; line-height: 1; margin: 0 0 6px; }
.show .slot { font-family: var(--display); text-transform: uppercase; font-weight: 700; font-size: 17px; letter-spacing: .1em; color: var(--rust); margin-bottom: 10px; }
.show .hosts { font-family: var(--ui); font-size: 14px; color: var(--muted); margin-bottom: 12px; }
.show .hosts b { color: var(--text); font-weight: 600; }
.show p { margin: 0 0 12px; font-size: 16px; }
.btn {
  display: inline-block; font-family: var(--display); text-transform: uppercase; font-weight: 700; letter-spacing: .1em; font-size: 15px;
  background: var(--rust); color: #fff; padding: 9px 16px; border: 0;
}
.btn:hover { background: var(--rust-dark); color: #fff; }
.btn.ghost { background: transparent; border: 1px solid var(--line); color: var(--text); }

.grid-card { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 12px; margin-top: 10px; }
.grid-card .cell { background: var(--panel); border: 1px solid var(--line); padding: 12px 14px; }
.grid-card .day { font-family: var(--display); text-transform: uppercase; letter-spacing: .12em; font-size: 12px; color: var(--rust); font-weight: 700; }
.grid-card .what { font-family: var(--display); text-transform: uppercase; font-size: 18px; line-height: 1.1; margin: 4px 0 2px; }
.grid-card .when { font-family: var(--ui); font-size: 13px; color: var(--muted); }

/* ---------- WVSN live page ---------- */
.live-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 28px; }
.live-grid .video { position: relative; aspect-ratio: 16/9; background: #000; border: 1px solid var(--line); margin-bottom: 12px; }
.live-grid .video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.fine { font-family: var(--ui); font-size: 13px; color: var(--muted); margin: 0 0 18px; }
.fine a { text-decoration: underline; }
.scorebox .team { background: var(--panel); border: 1px solid var(--line); padding: 16px 18px; margin-bottom: 14px; }
.scorebox .sport { font-family: var(--display); text-transform: uppercase; letter-spacing: .14em; font-size: 13px; color: var(--rust); font-weight: 700; }
.scorebox .rec { font-family: var(--display); font-weight: 800; font-size: 34px; line-height: 1.1; color: #fff; margin: 4px 0 6px; }
.scorebox .last, .scorebox .next { font-family: var(--ui); font-size: 14px; color: var(--text); margin-top: 4px; }
.scorebox .next { color: var(--muted); }
.livedot { color: #fff; background: var(--rust); font-family: var(--display); font-size: 12px; letter-spacing: .12em; padding: 1px 6px; margin-right: 6px; }
@media (max-width: 900px) { .live-grid { grid-template-columns: 1fr; } }

/* ---------- WVSN feed layout ---------- */
.feed-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.feed-grid aside { display: grid; grid-template-columns: 1fr 1.4fr; gap: 28px; margin-top: 30px; }
.feed-grid aside > div:first-child { grid-column: 1; }
.feed-grid aside .video { position: relative; aspect-ratio: 16/9; background: #000; border: 1px solid var(--line); margin-bottom: 10px; }
.feed-grid aside .video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.feed-lead h2 { font-family: var(--display); text-transform: uppercase; font-weight: 800; font-size: 38px; line-height: 1; margin: 10px 0 8px; }
.feed-lead .dek { font-size: 18px; color: var(--muted); margin: 0 0 8px; }
.feed-list { margin-top: 26px; border-top: 1px solid var(--line); }
.feed-row { display: grid; grid-template-columns: 260px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.feed-row h3 { font-family: var(--display); text-transform: uppercase; font-weight: 700; font-size: 23px; line-height: 1.05; margin: 4px 0 6px; }
.feed-row p { margin: 0 0 6px; font-size: 15px; color: var(--muted); }
@media (max-width: 900px) { .feed-grid aside { grid-template-columns: 1fr; } .feed-row { grid-template-columns: 1fr; } }

/* ---------- The Card ---------- */
.card-list { display: flex; flex-direction: column; gap: 12px; }
.game { display: grid; grid-template-columns: 1.1fr 1.3fr 1.4fr 1.1fr; gap: 18px; background: var(--panel); border: 1px solid var(--line); padding: 14px 18px; font-family: var(--ui); font-size: 14px; }
.game .teams { font-size: 16px; }
.game .teams b { font-family: var(--display); text-transform: uppercase; font-size: 19px; letter-spacing: .02em; }
.game .kick { color: var(--muted); font-size: 12px; margin-top: 4px; }
.game .lines div, .game .notes div { margin-bottom: 4px; color: var(--text); }
.game b { color: var(--muted); font-weight: 600; text-transform: uppercase; font-size: 11px; letter-spacing: .1em; margin-right: 6px; }
.game .open { color: var(--muted); }
.game .now { color: #fff; font-weight: 600; }
.game .now.live, .game [data-field="total"].live { border-bottom: 2px solid var(--rust); }
.game .move { color: var(--muted); }
.game .leans { display: flex; flex-direction: column; gap: 6px; }
.lean { display: inline-block; font-family: var(--display); text-transform: uppercase; letter-spacing: .08em; font-size: 14px; padding: 4px 9px; align-self: flex-start; }
.lean.strong { background: var(--rust); color: #fff; }
.lean.mild { background: var(--navy); color: #fff; }
.lean.pass { background: transparent; border: 1px solid var(--line); color: var(--muted); }
.game .why { font-size: 12px; color: var(--muted); margin: -2px 0 4px; }
.game.blur .leans { filter: blur(6px); pointer-events: none; }
.gw-panel { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 12px; }
.gw-panel .cell { background: var(--panel); border: 1px solid var(--line); padding: 12px 14px; }
.gw-panel .day { font-family: var(--display); text-transform: uppercase; letter-spacing: .12em; font-size: 12px; color: var(--rust); font-weight: 700; }
.gw-panel .what { font-family: var(--display); text-transform: uppercase; font-size: 24px; line-height: 1.1; margin: 4px 0 2px; }
.gw-panel .when { font-family: var(--ui); font-size: 13px; color: var(--muted); }
.game.gw .notes { grid-column: span 1; }
table.ledger { width: 100%; border-collapse: collapse; font-family: var(--ui); font-size: 14px; }
table.ledger th { text-align: left; font-family: var(--display); text-transform: uppercase; letter-spacing: .1em; font-size: 12px; color: var(--muted); padding: 8px 10px; border-bottom: 1px solid var(--line); }
table.ledger td { padding: 8px 10px; border-bottom: 1px solid var(--line); }
table.ledger tr.win td:last-child { color: #6FCF97; font-weight: 600; }
table.ledger tr.loss td:last-child { color: #EB7A6A; font-weight: 600; }
table.ledger tr.pending td:last-child { color: var(--muted); }
@media (max-width: 900px) { .game { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .game { grid-template-columns: 1fr; } }

/* ---------- Wire service page ---------- */
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 8px; }
.tier { position: relative; background: var(--panel); border: 1px solid var(--line); padding: 26px 24px 24px; display: flex; flex-direction: column; }
.tier.hot { border-color: var(--rust); }
.tier .flag { position: absolute; top: -12px; left: 24px; background: var(--rust); color: #fff; font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; padding: 3px 10px; }
.tier h2 { font-family: var(--display); text-transform: uppercase; font-weight: 800; font-size: 30px; margin: 0 0 6px; }
.tier .price { font-family: var(--display); font-weight: 800; font-size: 44px; line-height: 1; color: #fff; margin-bottom: 16px; }
.tier .price span { font-family: var(--ui); font-size: 13px; color: var(--muted); margin-left: 8px; font-weight: 400; }
.tier ul { list-style: none; margin: 0 0 22px; padding: 0; flex: 1; }
.tier li { padding: 8px 0 8px 18px; border-top: 1px solid var(--line); font-size: 15px; position: relative; }
.tier li::before { content: ""; position: absolute; left: 0; top: 15px; width: 8px; height: 8px; background: var(--rust); }
.tier .btn { text-align: center; }
.addons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.addon { background: var(--panel); border: 1px solid var(--line); padding: 18px 20px; }
.addon h3 { font-family: var(--display); text-transform: uppercase; font-size: 24px; margin: 4px 0 6px; }
.addon p { margin: 0; color: var(--muted); font-size: 15px; }
.how { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 28px; font-size: 16px; }
.how div { padding: 12px 0; border-top: 1px solid var(--line); }
.how b { font-family: var(--display); text-transform: uppercase; font-size: 18px; color: #fff; display: block; margin-bottom: 4px; }
@media (max-width: 900px) { .tiers, .addons, .how { grid-template-columns: 1fr; } }

/* ---------- Story page ---------- */
.story { max-width: 760px; margin: 0 auto; }
.story .art { margin: 26px 0 22px; }
.story h1 { font-family: var(--display); text-transform: uppercase; font-weight: 800; font-size: 44px; line-height: .98; margin: 12px 0 12px; }
.story .dek { font-size: 20px; color: var(--muted); margin: 0 0 14px; }
.story .byline { padding: 12px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: 22px; }
.story p { margin: 0 0 18px; font-size: 18px; line-height: 1.65; }
.story .text p:first-child::first-letter { font-family: var(--display); font-size: 58px; line-height: .8; float: left; margin: 6px 8px 0 0; color: var(--rust); font-weight: 800; }
.story .sources { margin-top: 34px; padding: 16px 18px; background: var(--panel); border-left: 3px solid var(--navy); font-family: var(--ui); font-size: 13px; color: var(--muted); }
.story .sources b { color: var(--text); text-transform: uppercase; letter-spacing: .12em; font-size: 12px; display: block; margin-bottom: 6px; }
.story .sources a { color: var(--text); text-decoration: underline; text-decoration-color: var(--line); }
.story .more { margin-top: 40px; }

/* ---------- Footer ---------- */
footer { margin-top: 56px; border-top: 4px solid var(--rust); background: var(--ink); }
footer .wrap { padding: 28px 20px; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 24px; font-family: var(--ui); font-size: 13px; color: var(--muted); }
footer .tagline { font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: .18em; color: var(--rust); font-size: 14px; margin: 0 0 8px; }
footer h4 { font-family: var(--display); text-transform: uppercase; letter-spacing: .12em; font-size: 14px; color: #fff; margin: 0 0 10px; }
footer ul { list-style: none; margin: 0; padding: 0; }
footer li { margin: 4px 0; }
footer .legal { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 14px; font-size: 12px; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .lead-grid, .show { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr 1fr; }
  .stack { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); }
  footer .wrap { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .masthead .wrap { height: auto; flex-direction: column; align-items: flex-start; gap: 8px; padding: 12px 20px; }
  nav.main { font-size: 17px; }
  nav.main a { padding: 6px 10px 6px 0; }
  .cards { grid-template-columns: 1fr; }
  .lead h1, .story h1, .page-title { font-size: 34px; }
  footer .wrap { grid-template-columns: 1fr; }
  .topbar .items { display: none; }
}
