/* =========================================================
   Bremen Firebirds – Design System
   Farben aus Logo & Trikots: Firebird-Rot, Schwarz, Weiß, Schnabel-Gold
   ========================================================= */
@font-face { font-family: "Anton"; src: url("../fonts/anton-400.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Barlow"; src: url("../fonts/barlow-400.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Barlow"; src: url("../fonts/barlow-500.woff2") format("woff2"); font-weight: 500; font-display: swap; }
@font-face { font-family: "Barlow"; src: url("../fonts/barlow-600.woff2") format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Barlow"; src: url("../fonts/barlow-700.woff2") format("woff2"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Barlow Condensed"; src: url("../fonts/barlow-condensed-600.woff2") format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Barlow Condensed"; src: url("../fonts/barlow-condensed-700.woff2") format("woff2"); font-weight: 700; font-display: swap; }

:root {
  --red: #d7141f;          /* Firebird-Rot (Logo/Trikot) */
  --red-bright: #e8212c;
  --red-deep: #8c0424;     /* Dunkelrot aus Logo-Schatten */
  --gold: #fcb41c;         /* Schnabel-Gold */
  --ink: #0e0e10;          /* Trikot-Schwarz */
  --char: #16161a;
  --char-2: #1f1f24;
  --char-3: #2a2a30;
  --line: #34343c;
  --text: #f4f4f5;
  --muted: #a6a6b0;
  --white: #ffffff;
  --radius: 14px;
  --shadow: 0 18px 50px rgba(0,0,0,.45);
  --display: "Anton", Impact, "Arial Narrow Bold", sans-serif;
  --cond: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Barlow", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --wrap: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--ink); color: var(--text); font: 400 17px/1.6 var(--body); overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: #ffd166; }
h1, h2, h3, h4 { margin: 0 0 .5em; line-height: 1.05; font-weight: 400; }
h1, h2 { hyphens: auto; overflow-wrap: break-word; font-family: var(--display); text-transform: uppercase; letter-spacing: .01em; }
h3, h4, .h3 { font-family: var(--cond); font-weight: 700; text-transform: uppercase; letter-spacing: .02em; font-size: 1.45rem; }
p { margin: 0 0 1em; }
.wrap { width: min(100% - 32px, var(--wrap)); margin-inline: auto; }
.wrap.narrow { max-width: 820px; }
.hl { color: var(--red-bright); }
.muted { color: var(--muted); }
.small { font-size: .9rem; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--gold); color: #000; padding: 8px 12px; z-index: 100; }
.skip:focus { left: 8px; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.eyebrow { font: 700 .82rem/1.2 var(--cond); letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-bottom: .8em; }
.lead { font-size: 1.15rem; color: #d7d7dc; max-width: 62ch; }
ul.plain { list-style: none; padding: 0; margin: 0; }
.plain li { margin: .35em 0; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5em; padding: .8em 1.4em; border-radius: 999px; font: 700 1rem/1 var(--cond); letter-spacing: .08em; text-transform: uppercase; text-decoration: none; border: 2px solid transparent; cursor: pointer; transition: transform .15s ease, background .2s, color .2s, border-color .2s; white-space: nowrap; }
.btn:hover { transform: translateY(-2px); }
.btn-red { background: var(--red); color: #fff; box-shadow: 0 8px 24px rgba(215,20,31,.35); }
.btn-red:hover { background: var(--red-bright); color: #fff; }
.btn-ghost { border-color: rgba(255,255,255,.35); color: #fff; background: transparent; }
.btn-ghost:hover { border-color: #fff; color: #fff; }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { color: var(--gold); }
.btn-lg { padding: 1em 1.8em; font-size: 1.1rem; }
.btn-block { width: 100%; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(14,14,16,.88); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(255,255,255,.06); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 72px; }
.brand { display: flex; align-items: center; gap: 10px; color: #fff; text-decoration: none; }
.brand img { width: 52px; height: auto; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-text strong { font: 400 1.6rem/1 var(--display); text-transform: uppercase; letter-spacing: .02em; }
.brand-text small { font: 600 .72rem/1.3 var(--cond); letter-spacing: .16em; text-transform: uppercase; color: var(--red-bright); }
.site-nav { display: flex; align-items: center; gap: 18px; }
.site-nav > ul { list-style: none; display: flex; gap: 2px; margin: 0; padding: 0; align-items: center; }
.site-nav li { position: relative; }
.site-nav a { display: block; padding: 10px 11px; color: #e8e8ec; text-decoration: none; font: 600 1rem/1 var(--cond); letter-spacing: .05em; text-transform: uppercase; border-radius: 8px; }
.site-nav a:hover, .site-nav a.active { color: #fff; background: rgba(255,255,255,.07); }
.site-nav a.active { box-shadow: inset 0 -3px 0 var(--red); }
.nav-intern a { color: var(--muted); }
.sub { list-style: none; margin: 0; padding: 8px; position: absolute; top: 100%; left: 0; min-width: 290px; background: var(--char-2); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(6px); transition: .18s; }
.has-sub:hover .sub, .has-sub:focus-within .sub { opacity: 1; visibility: visible; transform: none; }
.sub a { text-transform: none; letter-spacing: 0; font-family: var(--body); font-weight: 500; padding: 10px 12px; }
.nav-toggle { display: none; background: none; border: 0; color: #fff; padding: 10px; cursor: pointer; }
.nav-toggle span { display: block; width: 26px; height: 3px; background: #fff; margin: 5px 0; border-radius: 2px; transition: .2s; }
.nav-toggle em { position: absolute; left: -9999px; }

@media (max-width: 1080px) {
  .site-header { backdrop-filter: none; background: var(--ink); }
  .nav-toggle { display: block; }
  .site-nav { position: fixed; inset: 72px 0 0 0; background: var(--ink); flex-direction: column; align-items: stretch; padding: 16px; overflow-y: auto; transform: translateX(100%); transition: transform .25s ease; }
  .site-nav.open { transform: none; }
  .site-nav > ul { flex-direction: column; align-items: stretch; }
  .site-nav a { font-size: 1.25rem; padding: 14px 10px; }
  .sub { position: static; opacity: 1; visibility: visible; transform: none; background: transparent; border: 0; box-shadow: none; padding: 0 0 0 12px; min-width: 0; }
  .sub a { font-size: 1rem; padding: 10px; color: var(--muted); }
  .nav-cta { margin-top: 12px; }
  .nav-open .nav-toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav-open .nav-toggle span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  body.nav-open { overflow: hidden; }
}

/* Hero */
.hero { position: relative; overflow: hidden; padding: 64px 0 0; isolation: isolate; }
.hero-bg { position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(900px 500px at 85% 20%, rgba(215,20,31,.45), transparent 60%),
    radial-gradient(700px 400px at 10% 110%, rgba(140,4,36,.55), transparent 60%),
    linear-gradient(115deg, var(--ink) 0 52%, #1a0508 52% 100%);
}
.hero-bg::after { content: ""; position: absolute; inset: 0; background-image: repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0 2px, transparent 2px 120px); mask-image: linear-gradient(to bottom, #000, transparent); }
.hero-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; padding-bottom: 56px; }
.hero h1 { font-size: clamp(3rem, 7.4vw, 6.4rem); line-height: .9; margin-bottom: .35em; }
.hero h1 span { display: block; color: var(--red-bright); -webkit-text-stroke: 0; }
.hero-lead { font-size: clamp(1.1rem, 1.6vw, 1.3rem); color: #e3e3e8; max-width: 38em; }
.hero-lead strong { color: #fff; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0; }
.hero-proof { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 28px; padding: 0; margin: 0; color: var(--muted); font: 600 .95rem/1.2 var(--cond); text-transform: uppercase; letter-spacing: .08em; }
.hero-proof b { font: 400 1.9rem/1 var(--display); color: #fff; margin-right: 6px; letter-spacing: 0; }
.hero-visual { position: relative; display: grid; justify-items: center; gap: 20px; }
.logo-stack { position: relative; width: min(100%, 460px); aspect-ratio: 1.2; }
.logo-stack img { position: absolute; filter: drop-shadow(0 20px 30px rgba(0,0,0,.6)); }
.logo-stack .l2 { width: 62%; left: 19%; top: 4%; z-index: 2; animation: float 6s ease-in-out infinite; }
.logo-stack .l1 { width: 40%; left: -2%; top: 46%; transform: rotate(-8deg); }
.logo-stack .l3 { width: 36%; right: -1%; top: 50%; transform: rotate(8deg); }
@keyframes float { 50% { transform: translateY(-10px); } }
@media (prefers-reduced-motion: reduce) { .logo-stack .l2, .ticker-track { animation: none !important; } html { scroll-behavior: auto; } }
.gameday-card { position: relative; z-index: 3; width: min(100%, 420px); display: grid; gap: 4px; padding: 16px 20px; margin-top: -30px; background: linear-gradient(135deg, var(--red) 0%, var(--red-deep) 100%); color: #fff; text-decoration: none; border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.15); }
.gameday-card:hover { color: #fff; transform: translateY(-2px); }
.gd-label { font: 700 .8rem/1 var(--cond); letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }
.gameday-card strong { font: 700 1.35rem/1.15 var(--cond); text-transform: uppercase; }
.gameday-card strong em { font-style: normal; color: rgba(255,255,255,.6); font-size: .9em; }
.gd-when { font-weight: 600; }
.gd-count { font: 400 1.4rem/1 var(--display); letter-spacing: .04em; }
.gd-count:empty { display: none; }
.ticker { background: var(--red); color: #fff; overflow: hidden; border-block: 1px solid rgba(255,255,255,.15); }
.ticker-track { display: flex; gap: 28px; width: max-content; padding: 12px 0; animation: ticker 36s linear infinite; font: 400 1.25rem/1 var(--display); text-transform: uppercase; letter-spacing: .04em; white-space: nowrap; }
.ticker-track span:nth-child(even) { color: var(--gold); }
@keyframes ticker { to { transform: translateX(-50%); } }

/* Sections */
.section { padding: clamp(56px, 8vw, 96px) 0; }
.section-dark { background: var(--char); border-block: 1px solid rgba(255,255,255,.04); }
.section-red { background: linear-gradient(135deg, var(--red) 0%, var(--red-deep) 100%); }
.section-red .eyebrow { color: #ffd98a; }
.section-red .hl { color: var(--ink); }
.section-title { margin-bottom: 32px; }
.section-title h2 { font-size: clamp(2.1rem, 4.6vw, 3.6rem); }
.section-row { display: flex; justify-content: space-between; align-items: end; gap: 20px; flex-wrap: wrap; margin-bottom: 8px; }
.section-row .section-title { margin-bottom: 24px; }
.section-row > .btn { margin-bottom: 30px; }
.page-hero { padding: clamp(48px, 7vw, 88px) 0 clamp(32px, 5vw, 56px); background: radial-gradient(800px 380px at 90% 0%, rgba(215,20,31,.35), transparent 60%), var(--ink); border-bottom: 1px solid rgba(255,255,255,.06); }
.page-hero h1 { font-size: clamp(2.6rem, 6vw, 4.8rem); line-height: .95; }
.two-col { display: grid; grid-template-columns: 1.5fr 1fr; gap: 40px; align-items: start; }
.two-col.even { grid-template-columns: 1fr 1fr; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.two-col > *, .season-grid > *, .hero-inner > *, .grid-2 > *, .duo > * { min-width: 0; }

/* Team-Finder */
.finder { display: grid; gap: 12px; }
.finder-item { display: grid; grid-template-columns: 110px 72px 1fr auto; align-items: center; gap: 20px; padding: 14px 22px 14px 14px; background: var(--char-2); border: 1px solid var(--line); border-radius: var(--radius); color: var(--text); text-decoration: none; transition: .2s; }
.finder-item:hover { border-color: var(--red); background: #231316; color: var(--text); transform: translateX(4px); }
.finder-age { display: grid; place-items: center; background: var(--red); border-radius: 10px; padding: 10px 6px; font: 400 1.9rem/1 var(--display); color: #fff; }
.finder-age small { font: 700 .7rem/1 var(--cond); letter-spacing: .2em; text-transform: uppercase; margin-top: 4px; }
.finder-text { display: grid; gap: 2px; }
.finder-text strong { font: 700 1.4rem/1 var(--cond); text-transform: uppercase; }
.finder-text em { font-style: normal; color: var(--gold); font: 600 .85rem/1 var(--cond); letter-spacing: .1em; text-transform: uppercase; }
.finder-text span { color: var(--muted); }
.finder-go { font: 700 .95rem/1 var(--cond); text-transform: uppercase; letter-spacing: .08em; color: var(--red-bright); }

/* Teams */
.team-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 16px; }
.team-card { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 24px 18px; background: linear-gradient(180deg, var(--char-2), var(--char)); border: 1px solid var(--line); border-radius: var(--radius); color: var(--text); text-decoration: none; transition: .2s; }
.team-card:hover { border-color: var(--red); transform: translateY(-4px); color: var(--text); box-shadow: 0 16px 40px rgba(215,20,31,.2); }
.team-card img { width: 150px; height: 140px; object-fit: contain; margin-bottom: 12px; }
.team-card h3 { margin: 4px 0 2px; font-size: 1.6rem; }
.team-type { font: 700 .75rem/1 var(--cond); letter-spacing: .18em; text-transform: uppercase; color: var(--gold); }
.team-label { margin: 0; font-weight: 600; }
.team-age { color: var(--muted); font-size: .92rem; margin: 4px 0 12px; }
.more { margin-top: auto; font: 700 .95rem/1 var(--cond); letter-spacing: .08em; text-transform: uppercase; color: var(--red-bright); }
.badge { display: inline-block; background: var(--gold); color: #000; font: 700 .75rem/1 var(--cond); letter-spacing: .12em; text-transform: uppercase; padding: 5px 9px; border-radius: 999px; vertical-align: middle; }
.team-card .badge { position: absolute; top: 14px; right: 14px; }
.team-hero-inner { display: grid; grid-template-columns: 260px 1fr; gap: 40px; align-items: center; }
.team-hero-inner img { filter: drop-shadow(0 20px 30px rgba(0,0,0,.6)); }
.hook { font-size: 1.35rem; color: #fff; font-weight: 600; }

/* Games */
.games { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 8px; }
.game { display: grid; grid-template-columns: 64px 1fr auto; gap: 16px; align-items: center; background: var(--char-2); border: 1px solid var(--line); border-left: 4px solid var(--line); border-radius: 10px; padding: 12px 16px; }
.game.win { border-left-color: #2fb36b; }
.game.loss { border-left-color: var(--red); }
.game.tbc { border-left-color: var(--gold); background: linear-gradient(90deg, rgba(252,180,28,.08), var(--char-2)); }
.game-date { text-align: center; line-height: 1.1; }
.game-date strong { display: block; font: 700 .8rem/1 var(--cond); letter-spacing: .15em; color: var(--muted); text-transform: uppercase; }
.game-date span { font: 400 1.35rem/1.1 var(--display); }
.game-teams { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 8px; font-weight: 600; }
.game-teams em { font-style: normal; color: var(--muted); font-size: .85rem; }
.game-teams .us { color: #fff; }
.game-teams span:not(.us) { color: #c9c9cf; font-weight: 500; }
.game-teams small { flex-basis: 100%; color: var(--gold); font-size: .85rem; }
.game-res { text-align: right; line-height: 1.1; }
.game-res b { display: block; font: 400 1.5rem/1 var(--display); }
.game-res i { font-style: normal; font: 700 .72rem/1 var(--cond); letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.game.win .game-res i { color: #57d38f; }
.game.loss .game-res i { color: #ff6b73; }
.kick { display: block; font-weight: 700; }
.where { font-size: .8rem; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }
.season-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }

/* Tables */
.tables { display: grid; gap: 24px; }
.tables > * { min-width: 0; }
.prose, .facts dd, .site-footer p { overflow-wrap: anywhere; }
.table-card { background: var(--char-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; margin-bottom: 20px; }
.table-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; flex-wrap: wrap; margin-bottom: 12px; }
.table-head h3 { margin: 0; font-size: 1.3rem; }
.stand { font-size: .82rem; color: var(--muted); }
.group-name { color: var(--gold); font-size: 1.05rem; margin: 18px 0 8px; }
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
table.standings { width: 100%; border-collapse: collapse; font-size: .95rem; font-variant-numeric: tabular-nums; }
.standings th { text-align: right; font: 700 .75rem/1 var(--cond); letter-spacing: .1em; text-transform: uppercase; color: var(--muted); padding: 10px 8px; border-bottom: 2px solid var(--line); white-space: nowrap; }
.standings td { text-align: right; padding: 10px 8px; border-bottom: 1px solid rgba(255,255,255,.06); white-space: nowrap; }
.standings th:nth-child(-n+2), .standings td:nth-child(-n+2) { text-align: left; }
.standings td.team { font-weight: 600; white-space: normal; min-width: 150px; }
.standings tr.hl td { background: rgba(215,20,31,.2); color: #fff; font-weight: 700; }
.standings tr.hl td:first-child { box-shadow: inset 4px 0 0 var(--red); }
.table-note { font-size: .85rem; color: var(--muted); margin: 12px 0 0; }
.league-games summary { cursor: pointer; margin-top: 14px; font: 700 1rem/1 var(--cond); text-transform: uppercase; letter-spacing: .06em; color: var(--gold); }
.league-game-list li { display: grid; grid-template-columns: 90px 1fr auto; gap: 10px; padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,.05); font-size: .92rem; }
.league-game-list li.hl { color: #fff; font-weight: 700; }
.league-game-list small { grid-column: 2 / -1; color: var(--muted); }

/* News */
.news-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; }
.news-card a { display: flex; flex-direction: column; height: 100%; background: var(--char-2); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; color: var(--text); text-decoration: none; transition: .2s; }
.news-card a:hover { border-color: var(--red); transform: translateY(-4px); color: var(--text); }
.news-media { aspect-ratio: 16/9; background: #111; overflow: hidden; }
.news-media > img { width: 100%; height: 100%; object-fit: cover; }
.news-placeholder { height: 100%; display: grid; place-items: center; background: radial-gradient(circle at 70% 30%, var(--red) 0, var(--red-deep) 45%, var(--ink) 100%); }
.news-placeholder img { width: 38%; filter: drop-shadow(0 10px 20px rgba(0,0,0,.5)); }
.news-body { padding: 18px 20px 20px; display: flex; flex-direction: column; flex: 1; }
.news-body h3 { font-size: 1.35rem; margin-bottom: .4em; }
.news-body p { color: #c9c9cf; font-size: .98rem; }
.meta { font: 600 .8rem/1 var(--cond); letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px !important; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.chip { padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--text); text-decoration: none; font: 600 .95rem/1 var(--cond); text-transform: uppercase; letter-spacing: .05em; }
.chip.on, .chip:hover { background: var(--red); border-color: var(--red); color: #fff; }
.article-img { border-radius: var(--radius); margin-bottom: 24px; }
.prose p, .prose li { color: #dcdce1; }
.prose h2 { font-size: 2rem; margin-top: 1.2em; }

/* Why */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.why-grid > div { background: rgba(0,0,0,.2); border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); padding: 22px; }
.why-grid b { font: 400 2.4rem/1 var(--display); color: var(--gold); }
.why-grid h3 { margin: 10px 0 6px; }
.why-grid p { margin: 0; color: #fde7e8; }

/* Instagram */
.ig-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.ig-card { position: relative; aspect-ratio: 1; overflow: hidden; border-radius: 12px; background: radial-gradient(circle at 30% 20%, #3a0a10, var(--ink) 70%); border: 1px solid var(--line); color: #fff; text-decoration: none; display: block; }
.ig-card > img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.ig-card.no-img { background: linear-gradient(150deg, var(--char-3) 0%, #2b0a0f 55%, var(--red-deep) 100%); }
.ig-card .ig-logo { width: 54px; height: auto; position: absolute; top: 16px; left: 16px; }
.ig-card .ig-handle { position: absolute; top: 28px; left: 80px; font: 700 .85rem/1 var(--cond); letter-spacing: .08em; color: #fff; }
.ig-card.no-img .ig-caption { inset: 86px 0 0 0; padding: 0 20px 20px; background: none; font: 600 clamp(1.05rem, 1.6vw, 1.3rem)/1.3 var(--body); display: flex; flex-direction: column; justify-content: flex-end; }
.ig-card.no-img::after { content: "Auf Instagram ansehen →"; position: absolute; right: 18px; top: 26px; font: 700 .75rem/1 var(--cond); letter-spacing: .1em; text-transform: uppercase; color: var(--gold); }
.ig-card:hover > img { transform: scale(1.05); }
.ig-caption { position: absolute; inset: auto 0 0 0; padding: 40px 14px 14px; background: linear-gradient(transparent, rgba(0,0,0,.9)); font-size: .92rem; line-height: 1.35; }
.ig-caption time { display: block; font: 700 .72rem/1 var(--cond); letter-spacing: .14em; color: var(--gold); margin-bottom: 4px; }
.ig-card:hover { color: #fff; border-color: var(--red); }

/* Sponsors */
.sponsor-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.sponsor-strip a, .sponsor-logo { display: grid; place-items: center; background: #fff; border-radius: 12px; padding: 14px; aspect-ratio: 16/9; transition: .2s; }
.sponsor-strip a:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(215,20,31,.3); }
.sponsor-fallback { color: #111; font: 700 1rem/1.2 var(--cond); text-transform: uppercase; text-align: center; }
.sponsor-strip img, .sponsor-logo img { max-height: 70px; width: auto; object-fit: contain; }
.sponsor-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 18px; }
.sponsor { display: grid; gap: 10px; color: var(--text); text-decoration: none; }
.sponsor-name { font-weight: 600; text-align: center; }
.cta-box { background: rgba(0,0,0,.25); border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius); padding: 24px; }
.check { list-style: none; padding: 0; margin: 0 0 20px; }
.check li { padding-left: 30px; position: relative; margin: 10px 0; }
.check li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 22px; height: 22px; border-radius: 50%; background: var(--gold); color: #000; font-weight: 700; display: grid; place-items: center; font-size: .8rem; }

/* Duo */
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.duo-card { padding: 32px; border-radius: var(--radius); color: #fff; text-decoration: none; min-height: 240px; display: flex; flex-direction: column; border: 1px solid var(--line); transition: .2s; }
.duo-card:hover { transform: translateY(-4px); color: #fff; }
.duo-card h3 { font-size: 2rem; }
.duo-card.cheer { background: linear-gradient(135deg, #2a0b10, var(--char-2)); }
.duo-card.shop { background: linear-gradient(135deg, var(--char-2), #2a1d05); }
.duo-wrap { padding-top: 0; }

/* Facts / Forms */
.facts { background: var(--char-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; position: sticky; top: 92px; }
.facts dl { margin: 0 0 20px; }
.facts dt { font: 700 .75rem/1 var(--cond); letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin-top: 14px; }
.facts dd { margin: 4px 0 0; }
.facts h3 + ul { margin-bottom: 0; }
.swatch { display: inline-block; width: 14px; height: 14px; border-radius: 3px; vertical-align: -2px; }
.callout { border-left: 4px solid var(--red); background: var(--char-2); padding: 18px 20px; border-radius: 0 12px 12px 0; margin: 24px 0; }
.form label { display: block; font-weight: 600; margin-bottom: 16px; }
.form input[type=text], .form input[type=email], .form input[type=tel], .form textarea { display: block; width: 100%; margin-top: 6px; padding: 13px 14px; border-radius: 10px; border: 1px solid var(--line); background: var(--char); color: #fff; font: inherit; }
.form input:focus, .form textarea:focus { border-color: var(--red); outline: none; box-shadow: 0 0 0 3px rgba(215,20,31,.3); }
.form fieldset { border: 0; padding: 0; margin: 0 0 20px; }
.form legend { font: 700 1.2rem/1.2 var(--cond); text-transform: uppercase; margin-bottom: 12px; }
.team-checks { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 10px; }
.team-check { margin: 0 !important; cursor: pointer; }
.team-check input { position: absolute; opacity: 0; }
.team-check span { display: grid; grid-template-columns: 40px 1fr; grid-template-rows: auto auto; column-gap: 10px; align-items: center; padding: 10px 12px; border: 2px solid var(--line); border-radius: 12px; background: var(--char); transition: .15s; }
.team-check img { grid-row: span 2; }
.team-check b { font: 700 1.05rem/1.1 var(--cond); text-transform: uppercase; }
.team-check small { color: var(--muted); font-weight: 500; font-size: .8rem; line-height: 1.2; }
.team-check input:checked + span { border-color: var(--red); background: rgba(215,20,31,.15); }
.team-check input:focus-visible + span { outline: 3px solid var(--gold); }
.check-line { display: flex !important; gap: 10px; align-items: flex-start; font-weight: 400 !important; }
.check-line input { margin-top: 5px; width: 18px; height: 18px; accent-color: var(--red); }
.err { display: block; color: #ff7b82; font-style: normal; font-size: .88rem; margin-top: 4px; font-weight: 500; }
.hp { position: absolute; left: -9999px; }
.success { background: rgba(47,179,107,.12); border: 1px solid #2fb36b; border-radius: var(--radius); padding: 28px; }
.notice { background: rgba(252,180,28,.12); border: 1px dashed var(--gold); padding: 12px 16px; border-radius: 10px; color: #ffe2a3 !important; }

/* Downloads */
.downloads { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 12px; }
.downloads li { display: grid; grid-template-columns: 56px 1fr auto; gap: 16px; align-items: center; background: var(--char-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 14px 16px; }
.pdf { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 10px; background: var(--red); font: 400 1.1rem/1 var(--display); }
.dl-text { display: grid; }
.dl-text small { color: var(--muted); }

/* Final CTA + Footer */
.final-cta { background: linear-gradient(120deg, var(--red-deep), var(--red) 60%, #f0333d); position: relative; overflow: hidden; }
.final-cta::before { content: "FIREBIRDS"; position: absolute; right: -2%; bottom: -30%; font: 400 clamp(6rem, 18vw, 16rem)/1 var(--display); color: rgba(0,0,0,.07); pointer-events: none; }
.final-cta-inner { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 56px 0; flex-wrap: wrap; }
.final-cta h2 { font-size: clamp(2.2rem, 5vw, 3.8rem); margin: 0 0 .2em; }
.final-cta .hl { color: var(--ink); }
.final-cta .eyebrow { color: #ffe0a0; }
.final-cta p { margin: 0; font-size: 1.1rem; }
.final-cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.final-cta .btn-red { background: var(--ink); box-shadow: none; }
.final-cta .btn-red:hover { background: #000; color: var(--gold); }
.site-footer { background: #09090b; padding: 56px 0 24px; color: #c8c8ce; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 32px; }
.site-footer h3 { color: #fff; font-size: 1.1rem; }
.site-footer a { color: #e6e6ea; text-decoration: none; }
.site-footer a:hover { color: var(--gold); }
.footer-claim { font: 400 1.3rem/1.1 var(--display); text-transform: uppercase; color: #fff; margin: 14px 0 6px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; border-top: 1px solid var(--line); margin-top: 40px; padding-top: 20px; font-size: .9rem; color: var(--muted); }
.sticky-cta { display: none; }

@media (max-width: 960px) {
  .hero-inner, .two-col, .two-col.even, .season-grid, .team-hero-inner, .duo { grid-template-columns: 1fr; }
  .hero { padding-top: 32px; }
  .logo-stack { width: min(100%, 300px); }
  .gameday-card { margin-top: -10px; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .ig-grid { grid-template-columns: 1fr 1fr; }
  .sponsor-strip { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .facts { position: static; }
  .team-hero-inner img { width: 180px; }
  .finder-item { grid-template-columns: 84px 1fr; grid-template-rows: auto auto; }
  .finder-item img { display: none; }
  .finder-go { grid-column: 2; }
  .sticky-cta { display: block; position: fixed; left: 16px; right: 16px; bottom: 14px; z-index: 40; text-align: center; background: var(--red); color: #fff; padding: 14px; border-radius: 999px; font: 700 1.05rem/1 var(--cond); letter-spacing: .08em; text-transform: uppercase; text-decoration: none; box-shadow: 0 10px 30px rgba(0,0,0,.5); transform: translateY(140%); transition: transform .3s; }
  .sticky-cta.show { transform: none; }
  body { padding-bottom: 20px; }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  .why-grid, .footer-grid, .grid-2 { grid-template-columns: 1fr; }
  .sponsor-strip { grid-template-columns: 1fr 1fr; }
  .game { grid-template-columns: 52px 1fr; }
  .ig-grid { grid-template-columns: 1fr; }
  .ig-card { aspect-ratio: 4/3; }
  .game-res { grid-column: 2; text-align: left; display: flex; gap: 10px; align-items: baseline; }
  .game-res b { display: inline; }
  .downloads li { grid-template-columns: 48px 1fr; }
  .downloads .btn { grid-column: 1 / -1; }
  .pdf { width: 48px; height: 48px; }
  .hero-actions .btn { width: 100%; }
  .league-game-list li { grid-template-columns: 70px 1fr auto; }
}
