/* ==========================================================================
   MJL Game Stop — Desktop-only final polish (min-width: 981px)
   Tablet & mobile unchanged.
   ========================================================================== */

.elite-zone-cards {
  display: none;
}

@media (min-width: 981px) {
  /* ── Global: softer primary button glow ── */
  .home-page-body .btn.primary,
  body .reservations-page .btn.primary {
    box-shadow: 0 0 8px rgba(34, 197, 94, 0.18);
  }

  .home-page-body .btn.primary:hover,
  body .reservations-page .btn.primary:hover {
    box-shadow: 0 0 12px rgba(34, 197, 94, 0.24);
  }

  html {
    scroll-behavior: smooth;
  }

  /* ── Hero: actions on one row, Watch Tour aligned ── */
  .home-hero-layout {
    display: block;
  }

  .hero-side-panel {
    display: none;
  }

  .hero.home-shot-hero .hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 0;
  }

  .hero.home-shot-hero .hero-actions .hero-tour-btn {
    margin-left: 4px;
  }

  .hero.home-shot-hero .level-hero-copy {
    margin-bottom: 0;
  }

  .hero.home-shot-hero .home-hero-title .word-play,
  .hero.home-shot-hero .home-hero-title .word-compete,
  .hero.home-shot-hero .home-hero-title .word-connect {
    text-shadow: 0 0 14px rgba(0, 255, 136, 0.22);
  }

  .hero-fx__beams {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(115deg, transparent 40%, rgba(0, 255, 136, 0.04) 50%, transparent 60%),
      linear-gradient(245deg, transparent 35%, rgba(255, 255, 255, 0.03) 48%, transparent 62%);
    animation: mjlLightBeams 18s ease-in-out infinite alternate;
    opacity: 0.7;
  }

  @keyframes mjlLightBeams {
    from { transform: translate3d(-2%, 0, 0); opacity: 0.45; }
    to { transform: translate3d(2%, 1%, 0); opacity: 0.75; }
  }

  /* ── Elite Game Zone: copy left, two full-width cards right ── */
  .home-elite-zone {
    padding: 56px 0 48px;
    margin-bottom: 0;
  }

  .elite-zone-section {
    gap: 16px;
    margin-bottom: 0;
  }

  .elite-zone-eyebrow {
    margin: 0;
  }

  .elite-zone-wrapper {
    display: grid;
    grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
    align-items: start;
    gap: 48px;
  }

  .elite-zone-copy {
    max-width: none;
    align-self: start;
  }

  .elite-zone-copy h2 {
    font-size: clamp(2rem, 2.8vw, 2.75rem);
    line-height: 1.06;
  }

  .elite-zone-cards,
  .elite-bottom-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-top: 0;
    align-self: stretch;
  }

  .elite-zone-card,
  .elite-bottom-card {
    width: 100%;
    height: 360px;
    min-height: 360px;
    max-width: none;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(124, 255, 174, 0.28);
    background: rgba(5, 18, 12, 0.55);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
  }

  .elite-zone-card:hover,
  .elite-bottom-card:hover {
    transform: translateY(-4px);
    border-color: rgba(124, 255, 174, 0.48);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
  }

  .elite-zone-card img,
  .elite-zone-card video,
  .elite-bottom-card img,
  .elite-bottom-card video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .elite-zone-card::after,
  .elite-bottom-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to top,
      rgba(2, 8, 5, 0.96) 0%,
      rgba(2, 8, 5, 0.68) 42%,
      rgba(2, 8, 5, 0.16) 72%,
      rgba(2, 8, 5, 0.05) 100%
    );
    pointer-events: none;
    z-index: 1;
  }

  .elite-zone-card-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    box-sizing: border-box;
  }

  .elite-zone-card__category {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 2;
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #22ff88;
    line-height: 1.2;
  }

  .elite-zone-card .btn,
  .elite-zone-card button,
  .elite-zone-card__btn {
    width: 100%;
    height: 46px;
    padding: 0 18px;
    border-radius: 14px;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    margin-top: 0;
  }

  .home-elite-view-stations {
    border-radius: 16px;
    border: 1px solid #2b8a4b;
    background: #151b17;
    color: #7cffae;
    box-shadow: 0 0 8px rgba(34, 197, 94, 0.12);
  }

  .home-elite-view-stations:hover {
    background: #22c55e;
    color: #0b140f;
  }

  .home-tournaments-section {
    margin-top: 0;
    padding-top: 48px;
  }

  /* ── Tournaments: calmer register + optional badge ── */
  .home-tournaments-section .mjl-image-card__register-btn {
    background: #151b17 !important;
    border: 1px solid #2b8a4b !important;
    color: #7cffae !important;
    box-shadow: none !important;
  }

  .home-tournaments-section .mjl-image-card__register-btn:hover {
    background: #22c55e !important;
    border-color: #22c55e !important;
    color: #0b140f !important;
  }

  .mjl-image-card__tournament-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 4;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(43, 138, 75, 0.45);
    background: rgba(21, 27, 23, 0.82);
    color: #7cffae;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
  }

  /* ── Food: single-line title + location ── */
  .home-food-copy h2[data-home-food-title],
  [data-home-food-title] {
    white-space: nowrap;
  }

  .home-food-location {
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.95rem;
  }

  /* ── Footer premium desktop ── */
  .site-footer.v2-footer {
    backdrop-filter: blur(20px);
    background: rgba(4, 10, 7, 0.82);
    border-top: 1px solid rgba(43, 138, 75, 0.18);
  }

  .site-footer .footer-grid--premium {
    display: grid;
    grid-template-columns: 1.2fr 1fr 0.8fr 1.2fr;
    gap: 80px;
    align-items: start;
  }

  .site-footer .footer-col h4,
  .site-footer .footer-brand-col h3 {
    margin: 0 0 16px;
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #7cffae;
  }

  .site-footer .footer-col p,
  .site-footer .footer-join li {
    margin: 0 0 10px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.5;
  }

  .site-footer .footer-join ul {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
  }

  .site-footer .footer-map--compact {
    margin-top: 24px;
    min-height: 160px;
    border-radius: 16px;
  }

  .site-footer .footer-map--compact iframe {
    min-height: 160px;
  }

  /* ── Reservations page desktop polish ── */
  .reservations-page .reservations-polish {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
  }

  .reservations-polish__sidebar {
    border-radius: 20px;
    border: 1px solid rgba(43, 138, 75, 0.22);
    background: rgba(10, 18, 14, 0.72);
    backdrop-filter: blur(16px);
    padding: 22px;
  }

  .reservations-polish__rating {
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.88);
  }

  .reservations-polish__rating-stars {
    display: block;
    color: #facc15;
    margin-bottom: 4px;
  }

  .reservations-polish__stats {
    display: grid;
    gap: 10px;
    margin: 16px 0;
  }

  .reservations-polish__stat {
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid rgba(43, 138, 75, 0.2);
    background: rgba(21, 27, 23, 0.65);
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.88rem;
  }

  .reservations-polish__map {
    margin-top: 16px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(43, 138, 75, 0.18);
    min-height: 140px;
  }

  .reservations-polish__map iframe {
    width: 100%;
    height: 140px;
    border: 0;
    display: block;
  }

  .hero-fx__dust {
    position: absolute;
    inset: 0;
    background-image:
      radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px),
      radial-gradient(circle at 70% 60%, rgba(0, 255, 136, 0.04) 0 1px, transparent 1px),
      radial-gradient(circle at 45% 80%, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px);
    background-size: 180px 180px, 220px 220px, 160px 160px;
    animation: mjlDustFloat 24s linear infinite;
    opacity: 0.55;
  }

  @keyframes mjlDustFloat {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(-24px, -18px, 0); }
  }

  .hero-tour-btn--inline {
    display: inline-flex;
  }

  /* ── Premium buttons (not hero Book Your Spot) ── */
  .home-page-body .btn-premium,
  .home-page-body .book-now-btn {
    background: #151b17;
    border: 1px solid #2b8a4b;
    color: #7cffae;
    box-shadow: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  }

  .home-page-body .btn-premium:hover,
  .home-page-body .book-now-btn:hover {
    background: #22c55e;
    border-color: #22c55e;
    color: #03130d;
    box-shadow: 0 0 14px rgba(34, 197, 94, 0.28);
  }

  .home-page-body .btn-premium--ghost {
    background: rgba(21, 27, 23, 0.55);
  }

  .home-page-body .btn-premium--ghost:hover {
    background: #22c55e;
    color: #03130d;
  }

  /* ── Reservation section + media cards ── */
  .home-reservations-section {
    padding: 44px 0 32px;
    background: #020806;
  }

  .home-reservations-section::before,
  .home-reservations-section::after {
    display: none;
  }

  .home-reservations-layout {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .home-reservations-head.split-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 22px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .vip-experience-card {
    position: relative;
    border-radius: 22px;
    border: 1px solid rgba(124, 255, 174, 0.35);
    background: rgba(5, 18, 12, 0.55);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 0 40px rgba(34, 197, 94, 0.12);
    padding: clamp(28px, 3vw, 40px);
    overflow: hidden;
  }

  .vip-experience-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle at 70% 18%, rgba(34, 197, 94, 0.14), transparent 46%);
    pointer-events: none;
  }

  .vip-experience-card > * {
    position: relative;
    z-index: 1;
  }

  .home-reservations-copy .vip-stats-grid {
    margin-top: 14px;
    justify-items: center;
  }

  .home-reservations-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }

  /* ── Footer compact desktop ── */
  .site-footer .footer-grid--premium {
    grid-template-columns: 1fr 0.75fr 1.1fr;
    gap: 48px;
    padding: 34px 0 24px;
    align-items: start;
  }

  .site-footer .footer-map--compact {
    display: none;
  }

  .site-footer .footer-quick-links {
    margin-top: 12px;
    padding-top: 12px;
  }

  .site-footer .footer-join form {
    margin-top: 12px;
  }
}

@media (max-width: 980px) {
  .reservations-polish__sidebar {
    display: none;
  }
}

@media (min-width: 981px) and (prefers-reduced-motion: reduce) {
  .hero-fx__beams {
    animation: none;
  }
}
