.page { overflow: clip; background: var(--ink); }

/* The whole top stack is one fixed block: contact bar, then nav. The nav is no
   longer positioned against a guessed bar height, so however many lines the
   phone numbers wrap onto, the nav sits under them and never on the hero. */
.topStack { position: fixed; inset: 0 0 auto; z-index: 300; }
.topStack .contact-bar { position: static; }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px clamp(20px, 4vw, 56px); background: linear-gradient(180deg, rgb(4 7 13 / 92%) 0%, rgb(4 7 13 / 62%) 58%, transparent 100%); }
.brandLink { color: var(--text); text-decoration: none; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display), sans-serif; font-size: 26px; font-weight: 800; letter-spacing: 3px; white-space: nowrap; }
.brandSlash { width: 12px; height: 12px; background: var(--green); transform: skewX(-12deg); }
.brandLogo { width: 36px; height: 36px; border-radius: 9px; object-fit: cover; box-shadow: 0 2px 10px rgb(0 0 0 / 35%); }
.navLinks { display: flex; align-items: center; gap: clamp(14px, 2.5vw, 32px); }
.navLinks a { color: var(--soft); font-size: 15px; font-weight: 500; text-decoration: none; transition: color 220ms var(--ease-out); }
.navLinks a:hover { color: var(--green); }
.signIn { padding: 9px 18px; background: var(--text); color: var(--ink) !important; font-family: var(--font-display), sans-serif; font-size: 16px !important; font-weight: 700 !important; letter-spacing: 1.5px; text-transform: uppercase; transform: skewX(-8deg); }
.signIn span { display: inline-block; transform: skewX(8deg); }

.heroWrap { position: relative; height: 100svh; background: var(--ink); }
.heroCinematic { height: 380vh; }
.heroSticky { position: sticky; top: 0; height: 100svh; overflow: hidden; background: var(--ink); }
.heroMedia, .heroVideo { position: absolute; inset: 0; width: 100%; height: 100%; }
.heroMedia img, .heroVideo { object-fit: cover; object-position: center; }
.endPoster { opacity: 0; }
.heroVideo { z-index: 2; }
.heroScrim { position: absolute; inset: 0; z-index: 3; background: linear-gradient(180deg, rgb(4 7 13 / 58%) 0%, rgb(4 7 13 / 7%) 38%, rgb(4 7 13 / 10%) 60%, rgb(4 7 13 / 88%) 100%), linear-gradient(90deg, rgb(4 7 13 / 62%) 0%, transparent 62%); }
.heroCopy { position: absolute; inset: 0; z-index: 4; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 0 clamp(20px, 5vw, 72px) clamp(64px, 10vh, 110px); will-change: opacity, transform; }
.eyebrow, .sectionLabel { margin: 0 0 14px; color: var(--blue); font-size: clamp(12px, 1.2vw, 17px); font-weight: 600; letter-spacing: clamp(2.4px, .35vw, 5px); text-transform: uppercase; }
.heroCopy h1 { margin: 0 0 18px; font-family: var(--font-display), sans-serif; font-size: clamp(62px, 9.5vw, 150px); font-weight: 800; letter-spacing: .01em; line-height: .82; text-transform: uppercase; text-wrap: balance; }
.heroCopy h1 span { color: var(--green); }
.heroIntro { max-width: 540px; margin: 0 0 30px; color: var(--soft); font-size: clamp(16px, 1.4vw, 20px); line-height: 1.5; }
.heroActions { display: flex; flex-wrap: wrap; gap: 14px; }
.primaryCta, .secondaryCta { display: inline-block; padding: 14px 34px; font-family: var(--font-display), sans-serif; font-size: 20px; font-weight: 700; letter-spacing: 2px; text-decoration: none; text-transform: uppercase; transform: skewX(-8deg); transition: color 260ms var(--ease-out), background 260ms var(--ease-out), border-color 260ms var(--ease-out), translate 260ms var(--ease-out); }
.primaryCta span, .secondaryCta span { display: inline-block; transform: skewX(8deg); }
.primaryCta { border: 2px solid var(--green); background: var(--green); color: #04160b; }
.primaryCta:hover { background: #46e08a; border-color: #46e08a; translate: 0 -2px; }
.secondaryCta { border: 2px solid rgb(238 242 247 / 75%); color: var(--text); }
.secondaryCta:hover { border-color: var(--blue); color: var(--blue); translate: 0 -2px; }
.payoff { position: absolute; z-index: 4; right: 0; bottom: clamp(64px, 10vh, 110px); left: 0; display: flex; flex-direction: column; align-items: center; opacity: 0; pointer-events: none; text-align: center; will-change: opacity, transform; }
.payoff strong { font-family: var(--font-display), sans-serif; font-size: clamp(42px, 6vw, 94px); font-weight: 800; letter-spacing: .04em; line-height: .9; text-transform: uppercase; text-shadow: 0 4px 40px rgb(4 7 13 / 90%); }
.payoff span { margin-top: 10px; color: var(--blue); font-size: 13px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; }
.scrollHint { position: absolute; right: clamp(20px, 4vw, 56px); bottom: 28px; z-index: 4; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 12px; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase; }
.scrollHint span { display: block; width: 1px; height: 34px; background: linear-gradient(180deg, var(--blue), transparent); }

.availability, .cafe, .arena { padding: clamp(76px, 9vw, 126px) clamp(20px, 5vw, 72px); }
.availability, .arena { border-top: 1px solid #101a2b; background: var(--surface); }
.cafe { background: var(--ink); }
.sectionInner, .arenaGrid, .footer { width: min(1200px, 100%); margin-inline: auto; }
.sectionHead { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 38px; }
.sectionHead h2, .arena h2 { margin: 0; font-family: var(--font-display), sans-serif; font-size: clamp(44px, 5vw, 70px); font-weight: 800; letter-spacing: .01em; line-height: .9; text-transform: uppercase; }
.liveLabel { display: flex; align-items: center; gap: 10px; margin: 0 0 12px; color: var(--green); font-size: 12px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; }
.liveLabel > span { width: 9px; height: 9px; border-radius: 50%; background: currentColor; animation: livePulse 1.6s infinite; }
.textLink { color: var(--blue); font-family: var(--font-display), sans-serif; font-size: 19px; font-weight: 700; letter-spacing: 1.5px; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.textLink:hover { color: var(--green); }

.courtBoard { border-block: 1px solid var(--line); }
.courtRow { display: grid; grid-template-columns: minmax(230px, .72fr) 2fr; gap: clamp(24px, 5vw, 72px); padding: 28px 0; }
.courtRow + .courtRow { border-top: 1px solid var(--line); }
.courtName { display: grid; grid-template-columns: auto 1fr; align-content: center; column-gap: 16px; }
.courtName > span { grid-row: 1 / 3; align-self: center; color: #4c617e; font-family: var(--font-display), sans-serif; font-size: 48px; font-weight: 500; line-height: 1; }
.courtName strong { font-family: var(--font-display), sans-serif; font-size: 30px; letter-spacing: 1.5px; line-height: 1; text-transform: uppercase; }
.courtName small { margin-top: 5px; color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: 1.8px; text-transform: uppercase; }
.slotList { display: grid; grid-template-columns: repeat(5, minmax(98px, 1fr)); gap: 10px; align-items: stretch; }
.slot { display: flex; min-height: 64px; flex-direction: column; align-items: center; justify-content: center; border: 1px solid #1e7a44; background: rgb(47 208 107 / 7%); color: #46e08a; text-align: center; text-decoration: none; transition: border-color 220ms var(--ease-out), background 220ms var(--ease-out), translate 220ms var(--ease-out); }
.slot:hover { border-color: var(--green); background: rgb(47 208 107 / 13%); translate: 0 -2px; }
.slot strong { font-family: var(--font-display), sans-serif; font-size: 20px; letter-spacing: .5px; line-height: 1; text-transform: uppercase; }
.slot span { margin-top: 4px; font-size: 9px; font-weight: 600; letter-spacing: 1.6px; text-transform: uppercase; }
.slotMessage { grid-column: 1 / -1; align-self: center; color: var(--muted); }
.cashNote { margin: 20px 0 0; color: var(--muted); font-size: 13px; }

.menuRail { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.menuItem { min-width: 0; padding: 0 20px 26px; color: var(--text); text-decoration: none; }
.menuItem:first-child { padding-left: 0; }
.menuItem:last-child { padding-right: 0; }
.menuItem + .menuItem { border-left: 1px solid var(--line); }
.menuImage { position: relative; height: 210px; margin-bottom: 18px; overflow: hidden; background: var(--surface-raised); }
.menuImage::after { position: absolute; inset: 0; content: ''; box-shadow: inset 0 0 0 1px rgb(255 255 255 / 4%); pointer-events: none; }
.menuImage img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.84) contrast(1.05); transition: transform 600ms var(--ease-out), filter 600ms var(--ease-out); }
.menuItem:hover .menuImage img { transform: scale(1.04); filter: saturate(1) contrast(1.02); }
.menuImage > span { position: absolute; right: 14px; bottom: 4px; color: #172640; font-family: var(--font-display), sans-serif; font-size: 88px; font-weight: 800; }
.menuMeta { display: grid; grid-template-columns: 1fr auto; gap: 4px 12px; }
.menuMeta small { grid-column: 1 / -1; color: var(--blue); font-size: 10px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; }
.menuMeta strong { overflow: hidden; font-family: var(--font-display), sans-serif; font-size: 25px; letter-spacing: .5px; line-height: 1.1; text-overflow: ellipsis; white-space: nowrap; }
.menuMeta > span { color: var(--green); font-size: 14px; font-weight: 600; white-space: nowrap; }
.menuFallback { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 210px; border-block: 1px solid var(--line); }
.menuFallback p { max-width: 620px; font-family: var(--font-display), sans-serif; font-size: clamp(30px, 5vw, 60px); font-weight: 600; line-height: .95; text-transform: uppercase; }

.arenaGrid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(48px, 8vw, 120px); align-items: end; }
.arenaCopy { max-width: 580px; margin: 24px 0 32px; color: var(--soft); font-size: 17px; line-height: 1.65; }
.ballStage { width: min(100%, 560px); justify-self: end; opacity: 0; will-change: opacity, transform; }
.ballFrame { position: relative; aspect-ratio: 16 / 10; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: #07101e; animation: ballFloat 5.5s var(--ease-out) infinite alternate; }
.ballFrame::after { position: absolute; inset: 0; content: ''; border: 1px solid rgb(69 183 200 / 10%); border-radius: inherit; pointer-events: none; }
.ballFrame iframe { width: 100%; height: 100%; border: 0; }
.ballStage > p { margin: 12px 0 0; color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: 1.8px; text-align: center; text-transform: uppercase; }

.footer { padding: clamp(54px, 7vw, 90px) 0 34px; }
.footerTop { display: flex; justify-content: space-between; gap: 48px; padding-bottom: 42px; }
.footerBrand { max-width: 360px; }
.footerBrand p { color: var(--muted); font-size: 14px; line-height: 1.65; }
.footerLinks { display: flex; gap: clamp(36px, 6vw, 80px); }
.footerLinks > div { display: flex; min-width: 100px; flex-direction: column; gap: 10px; }
.footerLinks strong { margin-bottom: 4px; color: #4c617e; font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; }
.footerLinks a { color: var(--muted); font-size: 14px; text-decoration: none; }
.footerLinks a:hover { color: var(--green); }
.footerBottom { display: flex; justify-content: space-between; gap: 16px; padding-top: 20px; border-top: 1px solid #101a2b; color: #4c617e; font-size: 12px; }
.footerCredit { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 6px 14px; padding-top: 14px; color: #4c617e; font-size: 12px; }
.footerCredit a { color: var(--muted); text-decoration: none; }
.footerCredit a:hover { color: var(--green); }

@keyframes livePulse { 0%, 100% { opacity: 1; } 50% { opacity: .25; } }
@keyframes ballFloat { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(0, -8px, 0); } }

@media (max-width: 980px) {
  .slotList { grid-template-columns: repeat(3, minmax(98px, 1fr)); }
  .menuRail { grid-template-columns: repeat(2, 1fr); }
  .menuItem { padding: 24px; }
  .menuItem:first-child { padding-left: 0; }
  .menuItem:nth-child(2) { padding-right: 0; }
  .menuItem:nth-child(3) { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .menuItem:nth-child(4) { padding-right: 0; border-top: 1px solid var(--line); }
  .arenaGrid { grid-template-columns: 1fr; }
  .ballStage { justify-self: center; }
}

@media (max-width: 767px) {
  .nav { padding-block: 14px; }
  .brand { font-size: 20px; letter-spacing: 2px; }
  .brandSlash { width: 9px; height: 9px; }
  .optionalNav { display: none; }
  .navLinks { gap: 14px; }
  .navLinks > a:not(.signIn) { font-size: 13px; }
  .signIn { padding: 7px 12px; font-size: 14px !important; }
  .heroMedia img { object-position: 46% center; }
  .endPoster { display: none; }
  .heroCopy { padding-bottom: 54px; }
  .heroCopy h1 { font-size: clamp(58px, 21vw, 94px); }
  .heroIntro { max-width: 36ch; font-size: 16px; }
  .heroActions { gap: 10px; }
  .primaryCta, .secondaryCta { padding: 11px 22px; font-size: 17px; }
  .payoff { display: none; }
  .sectionHead { align-items: flex-start; flex-direction: column; margin-bottom: 28px; }
  .courtRow { grid-template-columns: 1fr; gap: 18px; }
  .slotList { display: flex; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x proximity; }
  .slot { min-width: 104px; scroll-snap-align: start; }
  .menuRail { grid-template-columns: 1fr; }
  .menuItem, .menuItem:first-child, .menuItem:nth-child(2), .menuItem:nth-child(3), .menuItem:nth-child(4) { padding: 24px 0; border-top: 1px solid var(--line); border-left: 0; }
  .menuItem:first-child { border-top: 0; }
  .menuImage { height: 58vw; max-height: 330px; }
  .menuFallback { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 38px; }
  .footer { padding-inline: 20px; }
  .footerTop { flex-direction: column; }
  .footerLinks { display: grid; grid-template-columns: repeat(2, 1fr); }
  .footerBottom { flex-direction: column; }
}

@media (max-width: 460px) {
  .navLinks > a:not(.signIn) { display: none; }
  .heroCopy { padding-inline: 18px; }
  .eyebrow { max-width: 30ch; line-height: 1.5; }
  .ballFrame { aspect-ratio: auto; min-height: 220px; }
  .footerCredit { flex-direction: column; gap: 4px; }
}

/* Smallest phones still in service. The brand lockup is the thing that pushes
   the page sideways here — 3px of letter-spacing on 20px display type is wider
   than the viewport once the logo and the Account button are beside it. */
@media (max-width: 380px) {
  .nav { gap: 10px; padding-inline: 14px; }
  .brand { font-size: 17px; letter-spacing: 1px; gap: 7px; }
  .brandLogo { width: 28px; height: 28px; }
  .signIn { padding: 6px 10px; font-size: 13px !important; letter-spacing: 1px; }
  .heroCopy h1 { font-size: clamp(46px, 19vw, 74px); }
  .heroActions { display: grid; grid-template-columns: 1fr; }
  .primaryCta, .secondaryCta { text-align: center; }
  .footerLinks { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .liveLabel > span { animation: none; }
  .ballStage { opacity: 1 !important; transform: none !important; }
  .ballFrame { animation: none; }
  .heroCopy, .payoff { opacity: 1 !important; transform: none !important; }
  .payoff, .scrollHint { display: none; }
}
