:root {
  --navy: #003466;
  --navy-deep: #001f3d;
  --navy-dark: #00162c;
  --gold: #ffc72c;
  --gold-deep: #dca51b;
  --cream: #f6f3ea;
  --paper: #fbfaf7;
  --ink: #15283b;
  --muted: #667789;
  --line: #dbe2e8;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(0, 31, 61, .14);
  --radius: 18px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.section { padding: 90px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(0, 31, 61, .95);
  border-bottom: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(12px);
}
.nav-shell {
  width: min(calc(100% - 40px), var(--shell));
  height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; color: var(--white); }
.brand-mark {
  width: 44px; height: 44px; border-radius: 4px;
  background: var(--gold); color: var(--navy-deep);
  display: grid; place-items: center;
  font-weight: 1000; letter-spacing: -2px; transform: skew(-8deg);
}
.brand-type { display: grid; line-height: .95; letter-spacing: .12em; }
.brand-type strong { font-size: 15px; }
.brand-type small { font-size: 11px; color: var(--gold); margin-top: 5px; }
.site-nav { display: flex; gap: 26px; align-items: center; }
.site-nav a { color: rgba(255,255,255,.86); text-decoration: none; font-weight: 700; font-size: 14px; }
.site-nav a:hover { color: var(--gold); }
.nav-toggle { display: none; }

.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--navy-deep), var(--navy));
  color: white;
  min-height: 690px;
  display: grid;
  align-items: center;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
}
.hero-mountains {
  position: absolute; inset: auto -5% -1px -5%; height: 40%; opacity: .18;
  background:
    linear-gradient(145deg, transparent 0 40%, #fff 40.2% 42%, transparent 42.2%) 0 100%/34% 100% no-repeat,
    linear-gradient(35deg, transparent 0 49%, #fff 49.2% 51%, transparent 51.2%) 18% 100%/42% 90% no-repeat,
    linear-gradient(145deg, transparent 0 46%, #fff 46.2% 48%, transparent 48.2%) 53% 100%/42% 83% no-repeat,
    linear-gradient(35deg, transparent 0 46%, #fff 46.2% 48%, transparent 48.2%) 78% 100%/30% 64% no-repeat;
}
.hero-grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 70px;
  padding: 90px 0 115px;
}
.eyebrow { margin: 0 0 10px; color: var(--gold); font-size: 13px; line-height: 1.2; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.dark { color: #936d00; }
.hero h1 { font-size: clamp(52px, 6.5vw, 92px); line-height: .92; margin: 0; letter-spacing: -.055em; max-width: 760px; }
.hero h1 span { color: var(--gold); }
.hero-lead { font-size: 21px; max-width: 650px; color: rgba(255,255,255,.83); margin: 28px 0 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 4px; font-size: 14px; font-weight: 900; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; transition: .2s ease; }
.button-gold { background: var(--gold); color: var(--navy-deep); }
.button-gold:hover { transform: translateY(-2px); background: #ffd452; }
.button-ghost { border: 1px solid rgba(255,255,255,.4); color: white; }
.button-ghost:hover { border-color: var(--gold); color: var(--gold); }
.hero-badge {
  width: min(100%, 390px); aspect-ratio: 1/1; justify-self: end;
  border: 2px solid rgba(255,255,255,.52); outline: 1px solid rgba(255,199,44,.8); outline-offset: 8px;
  border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; position: relative; background: rgba(0,31,61,.35); box-shadow: inset 0 0 0 14px rgba(255,255,255,.035);
}
.hero-badge::before, .hero-badge::after { content: ""; position: absolute; width: 50px; height: 2px; background: var(--gold); top: 50%; }
.hero-badge::before { left: -24px; } .hero-badge::after { right: -24px; }
.badge-kicker, .badge-to { font-size: 14px; letter-spacing: .22em; font-weight: 900; }
.hero-badge strong { display: block; font-size: 61px; line-height: .82; letter-spacing: -.045em; color: white; }
.hero-badge strong:last-of-type { color: var(--gold); }
.badge-to { margin: 8px 0; }
.flight-path { width: 65%; height: 58px; margin-top: 12px; fill: none; stroke: var(--gold); stroke-width: 2; }
.flight-path .plane { fill: var(--gold); stroke: none; }
.hero-stripe { position: absolute; z-index: 5; left: 0; bottom: 0; width: 100%; height: 10px; background: linear-gradient(to bottom, var(--gold) 0 45%, white 45% 58%, var(--navy) 58% 100%); }

.section-heading { margin-bottom: 38px; max-width: 760px; }
.section-heading h2, .intro-band h2, .cta h2 { margin: 0 0 14px; font-size: clamp(36px, 5vw, 58px); line-height: 1; letter-spacing: -.04em; }
.section-heading p { color: var(--muted); font-size: 17px; }
.split-heading { display: flex; justify-content: space-between; gap: 30px; align-items: end; max-width: none; }
.countdown { display: flex; gap: 8px; }
.countdown span { min-width: 82px; background: var(--navy-deep); color: white; padding: 13px 14px 11px; border-radius: 8px; text-align: center; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.countdown strong { display: block; color: var(--gold); font-size: 28px; line-height: 1; margin-bottom: 6px; }

.game-card { background: white; border: 1px solid var(--line); border-radius: var(--radius); display: grid; grid-template-columns: 140px 1fr auto; overflow: hidden; box-shadow: var(--shadow); }
.game-card.featured { border-top: 6px solid var(--gold); }
.game-date { background: var(--navy); color: white; min-height: 190px; display: grid; place-content: center; text-align: center; line-height: 1; }
.game-date span { color: var(--gold); font-weight: 1000; letter-spacing: .13em; }
.game-date strong { font-size: 64px; margin: 5px 0; }
.game-date small { opacity: .7; }
.game-main { padding: 35px 38px; align-self: center; }
.game-label { margin: 0 0 8px; color: #8c6800; font-size: 12px; font-weight: 1000; letter-spacing: .15em; }
.game-main h3 { font-size: clamp(29px, 4vw, 45px); margin: 0 0 4px; letter-spacing: -.04em; }
.game-main p:last-child { margin: 0; color: var(--muted); }
.game-meta { padding: 26px 34px; min-width: 265px; background: #f5f7f9; display: grid; gap: 17px; align-content: center; }
.game-meta div { display: grid; }
.game-meta small { color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.game-meta strong { font-size: 15px; }

.intro-band { padding: 70px 0; background: var(--gold); color: var(--navy-deep); }
.intro-band-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; align-items: center; }
.big-seven { font-size: clamp(110px, 18vw, 220px); font-weight: 1000; letter-spacing: -.09em; line-height: .75; }
.big-seven span { font-size: .42em; vertical-align: top; }
.intro-band .eyebrow { color: rgba(0,31,61,.64); }
.intro-band p:last-child { font-size: 19px; max-width: 720px; }

.schedule { background: #fff; }
.schedule-list { display: grid; gap: 10px; }
.schedule-row { display: grid; grid-template-columns: 145px 90px 1fr 180px 115px; gap: 18px; align-items: center; padding: 17px 20px; border: 1px solid var(--line); border-radius: 10px; transition: .15s ease; }
.schedule-row:hover { border-color: #b9c5cf; transform: translateX(3px); }
.schedule-row.home { border-left: 6px solid var(--gold); background: #fffdf5; }
.schedule-row.past { opacity: .5; }
.schedule-date { font-weight: 900; }
.home-away { font-size: 11px; font-weight: 1000; letter-spacing: .12em; color: var(--muted); }
.schedule-opponent { font-weight: 900; font-size: 18px; }
.schedule-theme { font-size: 13px; color: var(--muted); }
.schedule-time { text-align: right; font-weight: 800; }
.source-note { font-size: 12px; color: var(--muted); margin: 18px 0 0; }

.dark-section { background: var(--navy-deep); color: white; }
.section-heading.light p { color: rgba(255,255,255,.72); }
.camera-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.camera-card { background: #061629; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; padding: 12px; }
.camera-screen { aspect-ratio: 16/9; position: relative; display: grid; place-items: center; overflow: hidden; border-radius: 9px; background: radial-gradient(circle at 50% 20%, #0e426b, #031323 70%); }
.camera-screen::after { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px); background-size: 100% 4px; opacity: .35; pointer-events: none; }
.live-pill { position: absolute; z-index: 2; top: 16px; left: 16px; font-size: 10px; font-weight: 900; letter-spacing: .12em; background: rgba(0,0,0,.58); padding: 7px 9px; border-radius: 999px; }
.live-pill i { display: inline-block; width: 8px; height: 8px; background: #8f9aa5; border-radius: 50%; margin-right: 6px; }
.camera-placeholder { text-align: center; color: rgba(255,255,255,.74); }
.camera-placeholder svg { width: 110px; height: 80px; fill: none; stroke: rgba(255,199,44,.6); stroke-width: 2; }
.camera-placeholder strong, .camera-placeholder small { display: block; }
.camera-placeholder strong { color: white; font-size: 18px; }
.camera-placeholder small { margin-top: 5px; color: rgba(255,255,255,.5); }
.stream-note { margin-top: 20px; color: rgba(255,255,255,.66); font-size: 13px; }
.stream-note strong { color: var(--gold); }

.hospitality-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.feature-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.feature-pills span { border: 1px solid #bdc9d2; background: white; border-radius: 999px; padding: 8px 12px; font-size: 12px; font-weight: 800; color: var(--navy); }
.hospitality-card { position: relative; background: var(--navy); color: white; padding: 55px; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.hospitality-card::after { content: ""; position: absolute; width: 220px; height: 220px; right: -80px; bottom: -80px; border-radius: 50%; border: 30px solid rgba(255,199,44,.14); }
.small-label { color: var(--gold); font-size: 11px; font-weight: 1000; letter-spacing: .16em; }
.hospitality-card h3 { font-size: 38px; line-height: 1.05; margin: 12px 0 16px; }
.hospitality-card p { color: rgba(255,255,255,.75); }
.gold-rule { width: 80px; height: 3px; background: var(--gold); margin: 27px 0; }
.hospitality-card .signature-line { color: var(--gold); text-transform: uppercase; font-size: 12px; font-weight: 1000; letter-spacing: .16em; }

.rig { background: #eef2f5; }
.rig-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 55px; align-items: center; }
.rig-illustration { background: white; border-radius: var(--radius); padding: 25px; box-shadow: var(--shadow); }
.rig-illustration svg { width: 100%; height: auto; }
.trailer-body { fill: #fff; stroke: #8ea0af; stroke-width: 4; }
.trailer-nose { fill: var(--navy); stroke: #8ea0af; stroke-width: 4; }
.stage { fill: #f8fafb; stroke: #aebbc5; stroke-width: 3; }
.door { fill: #f8fafb; stroke: #aebbc5; stroke-width: 3; }
.window { fill: #b9d2df; stroke: var(--navy); stroke-width: 3; }
.lower-band { fill: var(--navy); }
.gold-line { stroke: var(--gold); stroke-width: 8; }
.wheel { fill: #17212a; stroke: #63717e; stroke-width: 5; }
.hub { fill: #a9b5bf; }
.tongue { fill: none; stroke: #667; stroke-width: 7; stroke-linecap: round; }
.svg-brand { fill: var(--navy); font-weight: 1000; font-size: 49px; letter-spacing: 5px; }
.svg-subbrand { fill: #687a88; font-weight: 800; font-size: 19px; letter-spacing: 10px; }
.svg-tag { fill: #8c6800; font-weight: 900; font-size: 11px; letter-spacing: 2px; }
.rig-copy { margin-bottom: 0; }
.muted { color: var(--muted); font-size: 14px !important; }

.cta { background: var(--navy); color: white; padding: 55px 0; }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.cta h2 { margin: 0; }

.site-footer { background: var(--navy-dark); color: rgba(255,255,255,.75); padding: 50px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: start; }
.footer-brand { margin-bottom: 18px; }
.footer-right { text-align: right; font-size: 13px; }
.legal { max-width: 590px; margin-left: auto; color: rgba(255,255,255,.48); }
.copyright { color: rgba(255,255,255,.35); }

@media (max-width: 900px) {
  .site-nav { display: none; position: fixed; inset: 76px 0 auto 0; background: var(--navy-deep); padding: 28px 24px 34px; flex-direction: column; align-items: stretch; gap: 0; border-top: 1px solid rgba(255,255,255,.1); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 17px; }
  .nav-toggle { display: inline-flex; background: transparent; border: 1px solid rgba(255,255,255,.3); color: white; border-radius: 4px; padding: 8px 11px; font-weight: 800; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 60px; padding: 80px 0 115px; }
  .hero-badge { justify-self: center; max-width: 340px; }
  .split-heading { align-items: start; flex-direction: column; }
  .game-card { grid-template-columns: 105px 1fr; }
  .game-meta { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); min-width: 0; }
  .intro-band-grid, .hospitality-grid, .rig-grid { grid-template-columns: 1fr; gap: 42px; }
  .big-seven { font-size: 150px; }
  .schedule-row { grid-template-columns: 120px 70px 1fr 100px; }
  .schedule-theme { grid-column: 3/4; }
  .schedule-time { grid-column: 4; grid-row: 1/3; }
}

@media (max-width: 650px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .section { padding: 65px 0; }
  .nav-shell { width: min(calc(100% - 28px), var(--shell)); height: 70px; }
  .site-nav { inset: 70px 0 auto; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-type strong { font-size: 13px; }
  .hero-grid { padding-top: 60px; }
  .hero h1 { font-size: 52px; }
  .hero-lead { font-size: 18px; }
  .hero-actions .button { width: 100%; }
  .hero-badge { width: 270px; }
  .hero-badge strong { font-size: 45px; }
  .hero-badge::before, .hero-badge::after { display: none; }
  .countdown { width: 100%; }
  .countdown span { flex: 1; min-width: 0; }
  .game-card { grid-template-columns: 85px 1fr; }
  .game-date strong { font-size: 48px; }
  .game-main { padding: 26px 22px; }
  .game-main h3 { font-size: 31px; }
  .game-meta { grid-template-columns: 1fr; }
  .intro-band { padding: 55px 0; }
  .big-seven { font-size: 120px; }
  .schedule-row { grid-template-columns: 90px 1fr 82px; gap: 8px 12px; padding: 15px; }
  .home-away { grid-column: 2; grid-row: 1; }
  .schedule-opponent { grid-column: 2; grid-row: 2; font-size: 16px; }
  .schedule-theme { grid-column: 2 / 4; grid-row: 3; }
  .schedule-time { grid-column: 3; grid-row: 1/3; font-size: 13px; }
  .camera-grid { grid-template-columns: 1fr; }
  .hospitality-card { padding: 36px 28px; }
  .hospitality-card h3 { font-size: 32px; }
  .rig-illustration { padding: 7px; overflow: hidden; }
  .rig-illustration svg { min-width: 540px; transform: translateX(-68px); }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-right { text-align: left; }
  .legal { margin-left: 0; }
}
