/* ============================================================
   HALO SWEAT CLUB – styles.css
   CI: Schwarz/Weiß · Uppercase · Kantige Buttons · Club-Ästhetik
   ============================================================ */

/* ── Variables ─────────────────────────────────────────────── */
:root {
  --bg: #000;
  --text: #fff;
  --muted: #888;
  --surface: #111;
  --surface2: #1a1a1a;
  --border: #2a2a2a;
  --green: #49d17d;
  --yellow: #f3c24b;
  --red: #d84f4f;
  --gold: #c8a96e;
  --r: 4px;
  --max: 1200px;
  --nav-h: 64px;
}

/* ── Reset ──────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #000;
  color: #fff;
  font-family: Inter, Helvetica, Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

/* ── Focus ──────────────────────────────────────────────────── */
:focus-visible {
  outline: 2px solid rgba(255, 255, 255, .65);
  outline-offset: 3px;
}

/* ── Typography ─────────────────────────────────────────────── */
.eyebrow {
  color: #888;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .28em;
  text-transform: uppercase;
}
h1, h2, h3 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -.06em;
  line-height: .9;
}
h1 { font-size: clamp(52px, 14vw, 120px); }
h2 { font-size: clamp(38px, 9vw, 82px); }
h3 { font-size: 28px; }

/* ── Navigation ─────────────────────────────────────────────── */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid var(--border);
  background: rgba(0, 0, 0, .82);
  backdrop-filter: blur(12px);
}
.logo {
  font-weight: 950;
  line-height: .9;
  letter-spacing: -.04em;
}
.logo span { display: block; color: #888; }
.menu {
  display: block;
  background: #000;
  color: #fff;
  border: 1px solid var(--border);
  padding: 10px 12px;
  cursor: pointer;
}
#navLinks {
  position: fixed;
  top: var(--nav-h);
  left: 0; right: 0;
  display: none;
  background: #000;
  border-bottom: 1px solid var(--border);
  padding: 16px;
}
#navLinks.open { display: grid; }
#navLinks a {
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

/* ── Buttons ────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 14px 18px;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .18s ease, color .18s ease;
}
.white { background: #fff; color: #000; }
.white:hover { background: #000; color: #fff; }
.ghost { background: transparent; color: #fff; }
.ghost:hover { background: #fff; color: #000; }

/* ── Hero ───────────────────────────────────────────────────── */
.hero {
  min-height: 92vh;
  display: grid;
  align-items: end;
  padding: 110px 18px 70px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(to bottom, rgba(0,0,0,.18) 0%, rgba(0,0,0,.78) 65%, rgba(0,0,0,.95) 100%),
    url("images/hero.jpg") center / cover no-repeat;
}
.video {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: min(390px, calc(100% - 36px));
  height: 240px;
  border: 1px solid var(--border);
  background: linear-gradient(145deg, #111, #222, #050505);
  display: flex;
  align-items: flex-end;
  padding: 18px;
  color: #888;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .16em;
}
.hero .video { display: none; }
.heroContent {
  position: relative;
  z-index: 1;
  max-width: 900px;
}
.hero p:not(.eyebrow), .lead {
  max-width: 760px;
  color: #ddd;
  font-size: 20px;
  line-height: 1.45;
}
.actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 28px;
}

/* ── USP Bar ────────────────────────────────────────────────── */
.usp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 18px;
  border-block: 1px solid var(--border);
  background: #111;
  align-items: center;
}
.usp div {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.uspIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  background: rgba(255, 255, 255, .04);
  box-shadow: 0 0 24px rgba(255, 255, 255, .08);
}

/* ── Sections & Grid ────────────────────────────────────────── */
.section {
  width: min(100% - 36px, var(--max));
  margin: auto;
  padding: 72px 0;
  scroll-margin-top: var(--nav-h);
}
/* Also give non-.section anchored elements scroll offset */
#home, #schedule, #pricing { scroll-margin-top: var(--nav-h); }

.grid {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

/* ── Cards ──────────────────────────────────────────────────── */
.card, .price, .classCard, .faqItem {
  border: 1px solid var(--border);
  background: #111;
  padding: 20px;
}
.card { padding: 28px !important; }
.card .image { margin: -8px -8px 22px !important; min-height: 210px; }
.card .tag { margin-bottom: 18px; }
.card h3 { margin-bottom: 18px; line-height: .95; }
.card p { margin: 0 0 20px; line-height: 1.6; }
.card p:last-of-type { margin-bottom: 26px; }
.card .btn { margin-top: 6px; width: 100%; }

/* Equal-height format cards */
#classesGrid { align-items: stretch; }
#classesGrid .card {
  display: flex !important;
  flex-direction: column !important;
  height: 100%;
}
#classesGrid .card .btn { margin-top: auto !important; }

.image {
  height: 170px;
  border: 1px solid var(--border);
  background: linear-gradient(145deg, #111, #242424, #050505);
  display: flex;
  align-items: flex-end;
  padding: 14px;
  color: #888;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  background-size: cover !important;
  background-position: center !important;
}
.tag, .status {
  display: inline-flex;
  width: max-content;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 5px 8px;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.card p, .price p, .classCard p, .faqAnswer { color: #888; }

/* ── Schedule ───────────────────────────────────────────────── */
.scheduleWrap {
  position: relative;
  overflow-x: auto;
  margin-top: 24px;
  /* subtle right-edge fade to signal scrollability */
  mask-image: linear-gradient(to right, #000 85%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, #000 85%, transparent 100%);
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 980px) {
  .scheduleWrap {
    mask-image: none;
    -webkit-mask-image: none;
  }
}
.schedule {
  display: grid;
  grid-template-columns: repeat(5, minmax(260px, 1fr));
  gap: 14px;
  min-width: 1320px;
}
.day {
  border: 1px solid var(--border);
  background: #050505;
  scroll-snap-align: start;
}
.day h3 {
  padding: 16px;
  border-bottom: 1px solid var(--border);
  font-size: 24px;
}
.classCard {
  border: 0;
  border-bottom: 1px solid var(--border);
}
.time {
  font-size: 34px;
  font-weight: 950;
  letter-spacing: -.06em;
}
.available { color: var(--green); border-color: var(--green); }
.low       { color: var(--yellow); border-color: var(--yellow); }
.sold      { color: var(--red); border-color: var(--red); }

/* Scroll hint – hidden on desktop */
.scrollHint {
  text-align: center;
  color: #444;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-top: 16px;
}
@media (min-width: 980px) { .scrollHint { display: none; } }

/* Tabs */
.tabs {
  display: flex;
  gap: 8px;
  overflow: auto;
  margin-top: 24px;
  /* hide scrollbar */
  scrollbar-width: none;
}
.tabs::-webkit-scrollbar { display: none; }
.tabs button {
  border: 1px solid var(--border);
  background: #000;
  color: #fff;
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .12em;
  white-space: nowrap;
  cursor: pointer;
  transition: background .16s ease, color .16s ease;
}
.tabs button.active { background: #fff; color: #000; }

/* ── Pricing ────────────────────────────────────────────────── */
.priceGrid { align-items: stretch; }
.price {
  padding: 34px 28px !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 360px;
  border: 1px solid var(--border);
  background: #111;
}
.price .tag  { margin-bottom: 22px; }
.price h3    { margin-bottom: 22px; line-height: .95; }
.price .time { margin-bottom: 28px; line-height: .9; }
.price p     { margin: 0 0 34px; line-height: 1.55; }
.price .btn  { margin-top: auto; width: fit-content; min-width: 155px; }

/* Best Value card */
.best { background: #fff; color: #000; }
.best p { color: #333; }
.best .btn {
  background: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}
.best .btn:hover {
  background: #222 !important;
}

/* ── Corporate ──────────────────────────────────────────────── */
.logos, .mediaGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 28px;
}
.logos span {
  border: 1px solid var(--border);
  padding: 22px;
  text-align: center;
  color: #888;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
}
.form {
  display: grid;
  gap: 12px;
  margin-top: 28px;
  border: 1px solid var(--border);
  background: #111;
  padding: 26px !important;
  gap: 18px !important;
}
.form input, .form textarea {
  width: 100%;
  background: #000;
  color: #fff;
  border: 1px solid var(--border);
  padding: 14px;
  min-height: 56px;
}
.form label { color: #d8d8d8; line-height: 1.4; }
.success { color: var(--green); }

/* ── Location / Media ───────────────────────────────────────── */
.mediaImg {
  min-height: 180px;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-start !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  overflow: hidden;
}
.mediaImg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .38);
  z-index: 0;
}
.mediaImg > * {
  position: relative;
  z-index: 1;
  color: #fff;
  text-shadow: 0 2px 22px rgba(0, 0, 0, .95);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 14px;
}

/* Hero image override */
.imageHero {
  background-image: linear-gradient(rgba(0,0,0,.12), rgba(0,0,0,.72)), url("images/hero.jpg") !important;
  background-size: cover !important;
  background-position: center !important;
  color: #fff !important;
  text-shadow: 0 2px 24px rgba(0, 0, 0, .95);
}

/* Google Maps embed */
.mapEmbed {
  position: relative;
  min-height: 360px;
  margin-top: 28px;
  border: 1px solid var(--border);
  background: #050505;
  overflow: hidden;
}
.mapEmbed iframe {
  width: 100%;
  height: 420px;
  display: block;
  border: 0;
  filter: grayscale(1) invert(0.92) contrast(1.15) brightness(0.72);
}
.mapEmbed::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0,0,0,.86), rgba(0,0,0,.2) 48%, rgba(0,0,0,.72)),
    radial-gradient(circle at 25% 30%, rgba(255,255,255,.14), transparent 32%);
  mix-blend-mode: multiply;
}
.mapOverlay {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: grid;
  gap: 10px;
  max-width: 360px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(0, 0, 0, .82);
  backdrop-filter: blur(14px);
}
.mapOverlay h3 { font-size: 34px; }
.mapOverlay p:not(.eyebrow) { color: var(--muted); margin: 0 0 8px; }

/* ── FAQ ────────────────────────────────────────────────────── */
#faqList {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 28px;
}
.faqItem {
  padding: 0 28px;
  background: #050505;
  border: 1px solid var(--border);
}
.faqQ {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--border);
  background: transparent;
  color: #fff;
  padding: 28px 0 28px !important;
  text-align: left;
  text-transform: uppercase;
  font-weight: 950;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.faqQ::after {
  content: "+";
  font-size: 22px;
  font-weight: 300;
  flex-shrink: 0;
  transition: transform .2s ease;
}
.faqItem.open .faqQ::after { transform: rotate(45deg); }
.faqAnswer {
  display: none;
  padding: 4px 0 32px !important;
  max-width: 780px;
  min-height: 72px;
  color: #9a9a9a;
  line-height: 1.65;
}
.faqItem.open .faqAnswer { display: block; }

/* ── Final CTA ──────────────────────────────────────────────── */
.final { text-align: center; }

/* ── Footer ─────────────────────────────────────────────────── */
footer {
  display: grid;
  gap: 24px;
  padding: 50px 18px 110px;
  border-top: 1px solid var(--border);
  background: #111;
  color: #888;
}
footer a { display: block; margin: 8px 0; }
footer nav { display: flex; flex-direction: column; }

/* ── Mobile Sticky CTA ──────────────────────────────────────── */
.mobileCta {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  /* safe area for iOS home indicator */
  padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  z-index: 40;
  background: #fff;
  color: #000;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 16px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
  cursor: pointer;
}

/* ── Modal ──────────────────────────────────────────────────── */
/* Use opacity+visibility for smooth transition (display:none blocks transitions) */
.modal {
  display: block;
  position: fixed;
  inset: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .22s ease, visibility .22s ease;
}
.modal.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .75);
  backdrop-filter: blur(8px);
  cursor: pointer;
}
.panel {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  max-height: 92vh;
  overflow-y: auto;
  background: #000;
  border-top: 1px solid var(--border);
  padding: 34px 28px 42px !important;
  transform: translateY(24px);
  transition: transform .28s cubic-bezier(.22, .74, .46, 1);
}
.modal.open .panel { transform: translateY(0); }

/* Close button */
.close {
  position: sticky;
  top: 0;
  float: right;
  background: transparent !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
  width: auto !important;
  height: auto !important;
  padding: 6px 8px !important;
  line-height: 1 !important;
  font-size: 28px;
  cursor: pointer;
  opacity: .8;
}
.close:hover { opacity: 1; }

/* Panel header */
.panel > .eyebrow { margin-bottom: 14px; }
.panel > h2 { margin-bottom: 26px; max-width: 760px; }

/* ── Booking Flow ───────────────────────────────────────────── */
.steps {
  display: flex;
  gap: 12px !important;
  margin: 26px 0 32px !important;
}
.steps span {
  flex: 1;
  height: 5px !important;
  background: #222;
  border-radius: 999px;
  transition: background .22s ease;
}
.steps span.active { background: #fff; }

/* Week switcher in booking step 1 */
.weekTabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 18px 0 20px;
}
.weekTab {
  border: 1px solid var(--border);
  background: #000;
  color: #888;
  border-radius: 4px;
  padding: 12px;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .16s ease, color .16s ease, border-color .16s ease;
}
.weekTab.active {
  background: #fff;
  color: #000;
  border-color: #fff;
}

/* Step labels under progress bar */
.stepsLabels {
  display: flex;
  margin: -24px 0 28px;
  gap: 12px;
}
.stepsLabels span {
  flex: 1;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #444;
  text-align: center;
}
.stepsLabels span.active { color: #fff; }

#bookingContent h3 {
  margin-bottom: 20px;
  font-size: clamp(26px, 4vw, 44px);
  line-height: .95;
}
#bookingContent > p {
  margin-bottom: 26px;
  color: #b8b8b8;
  line-height: 1.55;
}

/* Booking class list (step 1) */
.bookingList, .ticketGrid {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}
.bookingDayGroup {
  padding: 12px 0 6px;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #555;
  border-bottom: 1px solid #1a1a1a;
  margin-bottom: 4px;
  margin-top: 8px;
}
.bookingDayGroup:first-child { margin-top: 0; padding-top: 0; }
.bookingItem, .ticket {
  border: 1px solid var(--border);
  background: #111;
  color: #fff;
  padding: 16px;
  text-align: left;
  cursor: pointer;
  transition: border-color .16s ease, background .16s ease;
}
.bookingItem.selected, .ticket.selected { border-color: #fff; }
.bookingList { gap: 10px !important; }
.bookingItem {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
  padding: 20px 22px !important;
  line-height: 1.45;
  color: #d8d8d8;
}
.bookingItem .status { margin-bottom: 2px; }
.bookingItem b {
  display: block;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: -.02em;
  color: #fff;
}
.bookingItem small { color: #666; font-size: 11px; }

/* Ticket options (step 2) */
.ticketGrid { gap: 12px !important; margin: 20px 0 24px !important; }
.ticket {
  min-height: 80px;
  padding: 20px 22px !important;
  display: grid !important;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 8px 16px;
  border-color: rgba(255,255,255,.14) !important;
  background: #111 !important;
}
.ticketName {
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #fff;
}
.ticketDesc {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
  grid-column: 1;
}
.ticketPrice {
  font-size: 22px;
  font-weight: 950;
  letter-spacing: -.04em;
  color: #fff;
  white-space: nowrap;
  grid-row: 1;
}
.ticketBadge {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 9px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #888;
  white-space: nowrap;
}
.ticket.selected {
  border: 2px solid var(--green) !important;
  background: #fff !important;
  color: #000 !important;
}
.ticket.selected .ticketName,
.ticket.selected .ticketPrice { color: #000; }
.ticket.selected .ticketDesc { color: #555; }
.ticket.selected .ticketBadge {
  border-color: var(--green);
  background: rgba(73,209,125,.1);
  color: var(--green);
}

/* Summary block */
.summary {
  border: 1px solid rgba(255,255,255,.12);
  background: #111;
  padding: 20px 22px !important;
  margin: 18px 0 22px !important;
  display: grid;
  gap: 8px;
}
.summary h3 { margin-bottom: 6px !important; font-size: 18px; }
.summary p { color: #b8b8b8; line-height: 1.55; margin: 0; }

/* Form within modal */
.form label {
  display: flex !important;
  align-items: center !important;
  gap: 14px;
  color: #d8d8d8;
}
.form label:has(input[type="checkbox"]) {
  grid-column: 1 / -1 !important;
  min-height: 48px;
  padding: 10px 14px !important;
  border: 1px solid var(--border);
  background: #0a0a0a;
  cursor: pointer;
}
.form label:has(input[type="checkbox"]):active {
  background: #111;
}
.form label input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  flex: 0 0 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  accent-color: #000;
  cursor: pointer;
}

/* CTA buttons in booking flow */
#bookingContent > .btn,
#bookingContent #back,
#bookingContent #next,
#bookingContent #pay {
  margin-top: 10px;
  min-width: 140px;
}
#bookingContent #back { margin-right: 8px; }

/* Error/success messages */
#bookingContent #err { color: var(--red); margin-top: 8px; }

/* ── Responsive: 760px ──────────────────────────────────────── */
@media (min-width: 760px) {
  .actions { flex-direction: row; }
  .usp { grid-template-columns: repeat(5, 1fr); }
  .grid { grid-template-columns: repeat(2, 1fr); }
  .form { grid-template-columns: 1fr 1fr; }
  .form textarea,
  .form button,
  .form p { grid-column: 1 / -1; }
  .logos { grid-template-columns: repeat(4, 1fr); }

  .card { padding: 34px !important; }
  .card .image { margin: -12px -12px 26px !important; min-height: 240px; }
  .card h3 { margin-bottom: 22px; }
  .card p { margin-bottom: 24px; }
  #classesGrid .card { min-height: 640px; }

  .price { padding: 38px 30px !important; min-height: 400px; }
  .price .tag { margin-bottom: 26px; }
  .price h3 { margin-bottom: 24px; }
  .price .time { margin-bottom: 32px; }
  .price p { margin-bottom: 42px; }

  .mapEmbed { min-height: 460px; }
  .mapEmbed iframe { height: 520px; }
  .mapOverlay { left: 32px; bottom: 32px; padding: 24px; }

  .faqItem { padding: 0 32px; }
  .faqQ { padding: 30px 0 22px !important; }
  .faqAnswer { min-height: 86px; padding: 26px 0 36px !important; font-size: 17px; }

  .bookingList { gap: 12px !important; }
  .bookingItem {
    grid-template-columns: auto 1fr !important;
    align-items: center;
    column-gap: 18px !important;
    padding: 22px 26px !important;
  }
  .bookingItem .status {
    grid-row: 1 / span 2;
    align-self: start;
    margin-top: 2px;
  }
  .ticketGrid { grid-template-columns: 1fr 1fr; }
  .ticket { min-height: 100px; padding: 24px 26px !important; }

  .panel { padding: 46px 48px 56px !important; }
}

/* ── Responsive: 980px ──────────────────────────────────────── */
@media (min-width: 980px) {
  .menu { display: none; }
  #navLinks {
    position: static;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 0;
    border: 0;
    background: transparent;
  }
  #navLinks a { border: 0; padding: 0; }

  .grid { grid-template-columns: repeat(3, 1fr); }
  .priceGrid { grid-template-columns: repeat(5, 1fr); }
  #classesGrid .card { min-height: 650px; }
  .price { min-height: 420px; }

  footer {
    grid-template-columns: 2fr 1fr 1fr 1fr;
    padding-bottom: 60px;
  }

  .panel {
    left: 7vw; right: 7vw;
    top: 5vh; bottom: 5vh;
    border: 1px solid var(--border);
    padding: 52px 64px 64px !important;
  }

  .bookingList, .ticketGrid { grid-template-columns: 1fr 1fr; }
  .mobileCta { display: none; }
  #bookingContent { max-width: 1100px; }

  .usp { padding: 22px 42px; }
  .usp div { justify-content: center; gap: 12px; }
  .uspIcon { width: 30px; height: 30px; flex-basis: 30px; }
}
