/* Barlow from OUR Bunny zone (the rule named the family but never loaded it — audit 2026-09-21) */
@font-face { font-family: "Barlow"; font-style: normal; font-weight: 400; font-display: swap; src: url("https://graymedia.b-cdn.net/Sales%20Cloud/grayplaybook.com/Sport%20Studio/_hoops/fonts/barlow-400.woff2") format("woff2"); }
@font-face { font-family: "Barlow"; font-style: normal; font-weight: 500; font-display: swap; src: url("https://graymedia.b-cdn.net/Sales%20Cloud/grayplaybook.com/Sport%20Studio/_hoops/fonts/barlow-500.woff2") format("woff2"); }
@font-face { font-family: "Barlow"; font-style: normal; font-weight: 600; font-display: swap; src: url("https://graymedia.b-cdn.net/Sales%20Cloud/grayplaybook.com/Sport%20Studio/_hoops/fonts/barlow-600.woff2") format("woff2"); }
@font-face { font-family: "Barlow"; font-style: normal; font-weight: 700; font-display: swap; src: url("https://graymedia.b-cdn.net/Sales%20Cloud/grayplaybook.com/Sport%20Studio/_hoops/fonts/barlow-700.woff2") format("woff2"); }
/* Team fan site — one stylesheet for the four sites. The team colour arrives as --team (from the Studio). */
[hidden] { display: none !important; }
:root { --team: #1b2845; --cta: #fbbf16; --ink: #14203a; --muted: #5b6579; --line: #e3e7ee; --bg: #f5f7fa; --navy: #0f1a30; --r: 6px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; font: 16px/1.5 "Barlow", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; color: var(--ink); background: #fff; }
img { max-width: 100%; }
a { color: inherit; }
.skip { position: absolute; left: -999px; } .skip:focus { left: 12px; top: 12px; z-index: 100; background: #fff; padding: 8px 12px; }
.wrap { max-width: 1160px; margin: 0 auto; padding: 0 20px; } .wrap--narrow { max-width: 820px; }
h1, h2 { font-weight: 800; line-height: 1.12; margin: 0 0 10px; letter-spacing: -.01em; }
h1 { font-size: clamp(30px, 5vw, 52px); } h2 { font-size: clamp(26px, 3.4vw, 38px); }
.lead { color: var(--muted); font-size: 18px; margin: 0 0 26px; max-width: 70ch; }
.btn { display: inline-flex; align-items: center; height: 46px; padding: 0 22px; border-radius: var(--r); background: var(--cta); color: #14203a; font-weight: 700; text-decoration: none; border: 0; cursor: pointer; }
.btn:hover, .btn:focus-visible { filter: brightness(.94); outline: 3px solid rgba(0,0,0,.18); outline-offset: 2px; } .btn--sm { height: 36px; padding: 0 14px; font-size: 14px; }

.top { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; gap: 24px; min-height: 72px; padding: 8px 24px; background: #fff; border-bottom: 1px solid var(--line); }
.top__logo { display: flex; align-items: center; font-weight: 800; text-decoration: none; } .top__logo img { height: 48px; width: auto; display: block; }
.top__nav { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.top__nav > a, .drop__btn { padding: 10px 14px; border: 0; background: none; font: inherit; font-weight: 600; color: var(--ink); text-decoration: none; border-radius: var(--r); cursor: pointer; }
.top__nav > a:hover, .drop__btn:hover, .top__nav > a:focus-visible, .drop__btn:focus-visible { background: var(--bg); outline: none; }
.drop { position: relative; } .drop__btn::after { content: ""; display: inline-block; margin-left: 8px; border: 4px solid transparent; border-top-color: currentColor; transform: translateY(2px); }
.drop__menu { position: absolute; right: 0; top: 100%; min-width: 250px; padding: 6px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); box-shadow: 0 14px 34px rgba(15,26,48,.14); display: none; }
.drop.is-open .drop__menu { display: block; } .drop__menu a { display: block; padding: 10px 12px; border-radius: 4px; text-decoration: none; font-weight: 600; } .drop__menu a:hover, .drop__menu a:focus-visible { background: var(--bg); outline: none; }
.top__burger { display: none; margin-left: auto; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: var(--r); background: #fff; cursor: pointer; }
.top__burger span, .top__burger span::before, .top__burger span::after { display: block; width: 20px; height: 2px; background: var(--ink); margin: 0 auto; position: relative; content: ""; }
.top__burger span::before { position: absolute; top: -6px; } .top__burger span::after { position: absolute; top: 6px; }

.hero { position: relative; min-height: min(78vh, 720px); display: grid; align-items: center; background: var(--navy); color: #fff; overflow: hidden; }
.hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,26,48,.82), rgba(15,26,48,.35)); }
.hero__in { position: relative; z-index: 1; max-width: 1160px; width: 100%; margin: 0 auto; padding: 60px 20px; } .hero__in h1 { max-width: 16ch; } .hero__in p { font-size: 20px; max-width: 46ch; margin: 0 0 26px; opacity: .92; }

.band { padding: 72px 0; } .band--first { padding-top: 48px; min-height: 60vh; } #schedule { background: var(--bg); }
.crumb { margin: 0 0 14px; font-weight: 600; } .crumb a { color: var(--muted); text-decoration: none; } .crumb a:hover { color: var(--ink); }
.tabs { display: inline-flex; gap: 4px; padding: 4px; margin-bottom: 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); }
.tabs__tab { height: 40px; padding: 0 18px; border: 0; border-radius: 4px; background: none; font: inherit; font-weight: 700; color: var(--muted); cursor: pointer; }
.tabs__tab.is-active { background: var(--team); color: #fff; } .tabs__tab:focus-visible { outline: 3px solid rgba(0,0,0,.2); }
.sched__sub { margin: 26px 0 10px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); } .tabs__panel > .sched__sub:first-child { margin-top: 0; }
.sched__foot { color: var(--muted); font-size: 14px; margin: 14px 0 0; } .empty { padding: 28px; border: 1px dashed var(--line); border-radius: var(--r); color: var(--muted); background: #fff; }
.games { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.game { display: grid; grid-template-columns: 132px minmax(0, 1fr) auto; align-items: center; gap: 18px; padding: 16px 20px; background: #fff; border: 1px solid var(--line); border-left: 5px solid var(--team); border-radius: var(--r); }
.game__when b { display: block; font-size: 17px; } .game__when span { color: var(--muted); font-size: 14px; }
.game__main h3 { margin: 0 0 2px; font-size: 19px; } .game__main p { margin: 0; color: var(--muted); font-size: 15px; }
.game__watch { text-align: right; padding-left: 18px; border-left: 1px solid var(--line); } .game__watch span { display: block; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); } .game__watch b { font-size: 17px; }
.game--win { border-left-color: #1e9e6a; } .game--loss { border-left-color: #c2364b; } .game--draw { border-left-color: #8a93a5; }
.game__res { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 4px; font-weight: 800; color: #fff; background: #8a93a5; } .game--win .game__res { background: #1e9e6a; } .game--loss .game__res { background: #c2364b; }

.band--map { position: relative; background: var(--navy); color: #fff; overflow: hidden; } .band--map .lead { color: rgba(255,255,255,.8); } .band--map .wrap { position: relative; z-index: 1; }
.map__bg i { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 1.2s ease; } .map__bg i.is-on { opacity: .07; }   /* a texture, never a picture to read over */
/* the finder: a calm map beside a searchable city list — one tool, both halves light each other up */
.finder { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 28px; align-items: stretch; margin-top: 8px; }
.finder__map { position: relative; padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--r); background: rgba(255,255,255,.03); }
.finder__hint { margin: 10px 0 0; text-align: center; font-size: 13px; color: rgba(255,255,255,.55); }
.map__svg { display: block; width: 100%; height: auto; max-height: 620px; }
.map__ctx { fill: none; stroke: rgba(255,255,255,.13); stroke-width: 3; }
.map__shape { fill: rgba(255,255,255,.10); stroke: rgba(255,255,255,.55); stroke-width: 4; transition: fill .2s; } .map__state.is-hot .map__shape { fill: color-mix(in srgb, var(--team) 55%, transparent); }
.map__dot circle { fill: var(--team); stroke: #fff; stroke-width: 5; transition: r .15s, fill .15s; } .map__dot { outline: none; cursor: pointer; }
.map__dot.is-dim circle { opacity: .25; }
.map__dot.is-hot circle { fill: var(--cta); } .map__dot:hover circle, .map__dot:focus-visible circle, .map__dot.is-on circle { fill: var(--cta); r: calc(var(--dot) * 1.7); }
/* the panel is EXACTLY as tall as the map (height 0 + min-height 100% = it never sizes the row; the list scrolls inside it) and its
   top card has a FIXED height, so choosing a city never moves anything */
.finder__side { display: flex; flex-direction: column; gap: 12px; height: 0; min-height: 100%; border: 1px solid rgba(255,255,255,.12); border-radius: var(--r); background: #fff; color: var(--ink); padding: 14px; }
.finder__pick { flex: none; display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: 12px; align-items: center; height: 92px; padding-bottom: 12px; border-bottom: 1px solid var(--line, #e3e6ee); overflow: hidden; }
.finder__pickimg { display: block; width: 96px; height: 64px; border-radius: 4px; background: #f1f3f8 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239aa3b5' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s-6-5.3-6-10a6 6 0 0 1 12 0c0 4.7-6 10-6 10z'/%3E%3Ccircle cx='12' cy='11' r='2.2'/%3E%3C/svg%3E") center / 30px no-repeat; overflow: hidden; }
.finder__pick.is-empty b { color: var(--muted); font-weight: 600; } .finder__pick b, .finder__pick span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.finder__pick.is-empty span { white-space: normal; }
.finder__pick img { width: 96px; height: 64px; object-fit: contain; background: #f1f3f8; } .finder__pick div { display: grid; gap: 1px; } .finder__pick b { font-size: 17px; line-height: 1.2; } .finder__pick span { color: var(--muted); font-size: 13px; margin-bottom: 6px; } .finder__pick .btn { justify-self: start; }
.finder__search { position: relative; display: block; flex: none; } .finder__search svg { position: absolute; left: 12px; top: 50%; width: 18px; height: 18px; translate: 0 -50%; fill: none; stroke: var(--muted); stroke-width: 2; stroke-linecap: round; }
.finder__search input { width: 100%; height: 44px; padding: 0 12px 0 38px; border: 1px solid #cfd4e0; border-radius: 6px; font: inherit; font-size: 16px; } .finder__search input:focus { outline: 2px solid var(--team); outline-offset: 1px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.cities { flex: 1 1 0; min-height: 0; overflow-y: auto; padding-right: 4px; scrollbar-width: thin; }
.cities h3 { position: sticky; top: 0; margin: 0; padding: 10px 8px 6px; background: #fff; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); border-bottom: 1px solid #e3e6ee; } .cities ul { list-style: none; margin: 0 0 6px; padding: 0; }
.cities a { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; padding: 9px 8px; border-radius: 4px; text-decoration: none; font-weight: 600; color: var(--ink); border-left: 3px solid transparent; } .cities a small { font-weight: 600; font-size: 13px; color: var(--muted); white-space: nowrap; }
.cities a:hover, .cities a:focus-visible, .cities a.is-on { background: #f1f3f8; border-left-color: var(--team); outline: none; }
.cities__state.is-hot h3 { color: var(--team); } .cities__none { margin: 14px 8px; color: var(--muted); font-size: 14px; }

.prog__logo { max-height: 150px; width: auto; margin-bottom: 18px; } .prog__video { position: relative; aspect-ratio: 16/9; margin: 8px 0 30px; background: #000; border-radius: var(--r); overflow: hidden; } .prog__video > * { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.tablewrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r); } .listings { width: 100%; border-collapse: collapse; } .listings th { text-align: left; padding: 12px 16px; background: var(--team); color: #fff; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; } .listings td { padding: 12px 16px; border-top: 1px solid var(--line); }
.foot { padding: 44px 0; text-align: center; background: #fff; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; } .foot__logo { height: 84px; width: auto; } .foot__social { display: flex; justify-content: center; gap: 8px; margin: 16px 0; }
.foot__social a { width: 42px; height: 42px; display: grid; place-items: center; border-radius: var(--r); background: var(--bg); color: var(--ink); } .foot__social a:hover, .foot__social a:focus-visible { background: var(--team); color: #fff; outline: none; }

@media (max-width: 860px) {
    .top { padding: 8px 16px; } .top__logo img { height: 40px; } .top__burger { display: block; }
    .top__nav { display: none; position: absolute; left: 0; right: 0; top: 100%; flex-direction: column; align-items: stretch; padding: 10px 16px 16px; background: #fff; border-bottom: 1px solid var(--line); } .top.is-open .top__nav { display: flex; }
    .drop__menu { position: static; display: block; box-shadow: none; border: 0; padding: 0 0 0 12px; } .drop__btn { width: 100%; text-align: left; }
    .band { padding: 52px 0; } .game { grid-template-columns: 1fr; gap: 8px; } .game__when { display: flex; gap: 10px; align-items: baseline; } .game__watch { text-align: left; padding: 10px 0 0; border-left: 0; border-top: 1px solid var(--line); } .game__res { display: none; }
    .finder { grid-template-columns: 1fr; } .finder__side { order: -1; height: auto; min-height: 0; } .cities { flex: none; max-height: 300px; } .finder__map { padding: 10px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .map__bg i, .map__dot circle, .map__shape { transition: none; } }

/* the plain-text answer on a city page (what channel · next game) */
.answer { margin: 0 0 14px; padding: 14px 16px; border-left: 4px solid var(--team); background: #f4f6fa; font-size: 17px; line-height: 1.5; color: var(--ink); border-radius: 0 4px 4px 0; }
