/* ==========================================================================
   Branson Show Tickets — Redesign
   Brand: deep blue + orange, with a warm paper/Ozark feel
   ========================================================================== */

:root {
  /* Brand */
  --blue:        #2E7DBA;
  --blue-600:   #1F6AA8;
  --blue-700:   #185A91;
  --blue-900:   #0E2F4D;
  --blue-950:   #081f33;

  --orange:     #EE7B22;
  --orange-600: #D8650F;
  --orange-100: #FFE9D6;

  /* Neutrals */
  --paper:      #FBFAF6;
  --paper-2:    #F3EFE7;
  --ink:        #15212E;
  --ink-2:      #2C3A4A;
  --muted:      #6B7686;
  --line:       #E5E1D8;
  --white:      #ffffff;

  /* Shadow */
  --shadow-sm: 0 1px 2px rgba(15,30,50,.06), 0 1px 1px rgba(15,30,50,.04);
  --shadow:    0 6px 18px rgba(15,30,50,.08), 0 2px 6px rgba(15,30,50,.05);
  --shadow-lg: 0 24px 60px rgba(15,30,50,.18), 0 8px 20px rgba(15,30,50,.08);

  /* Type */
  --font-sans: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  --font-display: 'Plus Jakarta Sans', system-ui, sans-serif;
  --font-serif: 'Fraunces', Georgia, serif;
  --font-script: 'Caveat', cursive;

  /* Layout */
  --container: 1240px;
  --radius: 14px;
  --radius-lg: 22px;
  --radius-sm: 8px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
ul { list-style: none; padding: 0; margin: 0; }
h1, h2, h3, h4, h5 { margin: 0; line-height: 1.15; }

/* ---------- Layout helpers ---------- */
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.section   { padding: 96px 0; }
.eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--blue-700);
  padding: 6px 12px;
  background: #DCEBF7;
  border-radius: 999px;
  margin-bottom: 18px;
}
.eyebrow--orange { color: var(--orange-600); background: var(--orange-100); }
.eyebrow--light  { color: #fff; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.22); }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 56px; }
.section-head--light { color: #fff; }
.section-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(30px, 4vw, 46px);
  letter-spacing: -0.02em;
  color: var(--ink);
}
.section-title--sm {
  font-size: clamp(26px, 2.6vw, 34px);
  letter-spacing: -0.015em;
  line-height: 1.2;
}
.section-head--light .section-title { color: #fff; }
.section-title em {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
  color: var(--orange);
}
.section-sub { color: var(--muted); font-size: 17px; margin-top: 14px; }
.section-sub--light { color: rgba(255,255,255,.78); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -.01em;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap;
}
.btn--primary {
  background: var(--orange);
  color: #fff;
  box-shadow: 0 6px 14px rgba(238,123,34,.32);
}
.btn--primary:hover { background: var(--orange-600); transform: translateY(-1px); box-shadow: 0 10px 20px rgba(238,123,34,.4); }
.btn--ghost {
  background: rgba(255,255,255,.22);
  color: #fff;
  border: 1px solid rgba(255,255,255,.4);
}
.btn--ghost:hover { background: rgba(255,255,255,.22); }
.btn--outline {
  background: transparent;
  color: var(--blue-700);
  border: 1.5px solid var(--blue);
}
.btn--outline:hover { background: var(--blue); color: #fff; }
.btn--white {
  background: #fff; color: var(--blue-900);
}
.btn--white:hover { background: var(--orange); color: #fff; }
.btn--sm { padding: 10px 16px; font-size: 13.5px; }
.btn--lg { padding: 16px 28px; font-size: 16px; }
.btn--gradient-blue {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #2EC8E7 0%, #1E8BE8 50%, #1F6AD8 100%) border-box;
  color: var(--blue-700);
  border: 2px solid transparent;
  box-shadow: none;
  transition: color .2s ease, background .2s ease, transform .15s ease, box-shadow .2s ease;
}
.btn--gradient-blue:hover {
  background: linear-gradient(90deg, #2EC8E7 0%, #1E8BE8 50%, #1F6AD8 100%);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(31, 106, 216, .35);
}

/* ===========================================================================
   ANNOUNCEMENT BAR
   =========================================================================== */
.announce {
  background: linear-gradient(90deg, #2EC8E7 0%, #1E8BE8 50%, #1F6AD8 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 0;
  text-align: center;
  letter-spacing: .02em;
}
.announce__inner {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 16px;
}
.announce__dot { width: 8px; height: 8px; border-radius: 50%; background: #FFD54D; box-shadow: 0 0 0 4px rgba(255,213,77,.25); }
.announce__hl { color: #FFD54D; font-weight: 800; }
.announce__sep { opacity: .55; }
.announce__phone { font-weight: 800; color: #FFD54D; padding-left: 6px; }
.announce__phone:hover { color: #fff; }

/* ===========================================================================
   HEADER
   =========================================================================== */
.hero-wrap { position: relative; }
.site-header { background: #fff; box-shadow: 0 1px 0 var(--line); position: sticky; top: 0; z-index: 50; transition: background .25s ease, box-shadow .25s ease, color .25s ease; }

/* Transparent overlay header (over the hero) */
.site-header--overlay { position: absolute; left: 0; right: 0; top: 0; background: transparent; box-shadow: none; z-index: 30; }
.site-header--overlay .site-header__inner { padding: 14px 24px; }
.site-header--overlay .logo__name,
.site-header--overlay .logo__name--thin { color: #fff; }
.site-header--overlay .logo__tld { color: rgba(255,255,255,.78); }
.site-header--overlay .search {
  background: rgba(255,255,255,.22);
  border: 1px solid rgba(255,255,255,.25);
}
.site-header--overlay .search input { color: #fff; }
.site-header--overlay .search input::placeholder { color: rgba(255,255,255,.7); }
.site-header--overlay .search button { background: var(--orange); }
.site-header--overlay .header-phone { color: #fff; }
.site-header--overlay .header-phone strong { color: #fff; }
.site-header--overlay .header-phone small { color: rgba(255,255,255,.78); }
.site-header--overlay .header-phone:hover { background: rgba(255,255,255,.12); }

/* Hide the phone block while the header is transparent over the hero; reveal once scrolled */
.site-header--overlay .header-phone {
  display: none;
}
.site-header--overlay.is-scrolled .header-phone {
  display: inline-flex;
}
.site-header--overlay .cart-btn {
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.25);
  color: #fff;
}
.site-header--overlay .cart-btn:hover { background: rgba(255,255,255,.22); color: #fff; }
.site-header--overlay .primary-nav { background: transparent; }
.site-header--overlay .primary-nav__inner { border-top: 1px solid rgba(255,255,255,.18); }
.site-header--overlay .primary-nav a { color: rgba(255,255,255,.92); }
.site-header--overlay .primary-nav a:hover, .site-header--overlay .primary-nav a.is-active { color: #fff; }

/* When scrolled, the overlay header becomes a normal solid sticky header */
.site-header--overlay.is-scrolled {
  position: fixed;
  top: 0;
  background: #fff;
  box-shadow: 0 6px 18px rgba(15,30,50,.08);
  animation: dropDown .35s ease both;
}
.site-header--overlay.is-scrolled .logo__name { color: var(--ink); }
.site-header--overlay.is-scrolled .logo__name--thin { color: var(--ink-2); }
.site-header--overlay.is-scrolled .logo__tld { color: var(--muted); }
.site-header--overlay.is-scrolled .search { background: var(--paper-2); border-color: transparent; }
.site-header--overlay.is-scrolled .search input { color: var(--ink); }
.site-header--overlay.is-scrolled .search input::placeholder { color: var(--muted); }
.site-header--overlay.is-scrolled .search button { background: var(--blue); }
.site-header--overlay.is-scrolled .header-phone { color: var(--blue-700); }
.site-header--overlay.is-scrolled .header-phone strong { color: var(--ink); }
.site-header--overlay.is-scrolled .header-phone small { color: var(--muted); }
.site-header--overlay.is-scrolled .cart-btn { background: var(--paper-2); border-color: transparent; color: var(--ink); }
.site-header--overlay.is-scrolled .primary-nav { background: linear-gradient(90deg, #2EC8E7 0%, #1E8BE8 50%, #1F6AD8 100%); }
.site-header--overlay.is-scrolled .primary-nav__inner { border-top: 0; }
.site-header--overlay.is-scrolled .primary-nav a { color: rgba(255,255,255,.88); }

@keyframes dropDown {
  from { transform: translateY(-100%); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 18px 24px;
}

/* Search icon button (in header meta) */
.search-btn {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--paper-2);
  color: var(--ink);
  display: grid; place-items: center;
  transition: background .2s, color .2s;
}
.search-btn:hover { background: #EAF3FB; color: var(--blue-700); }

/* On the transparent overlay header, match the cart-button glass style */
.site-header--overlay .search-btn {
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.25);
  color: #fff;
}
.site-header--overlay .search-btn:hover { background: rgba(255,255,255,.22); }
.site-header--overlay.is-scrolled .search-btn {
  background: var(--paper-2);
  border-color: transparent;
  color: var(--ink);
}
.site-header--overlay.is-scrolled .search-btn:hover { background: #EAF3FB; color: var(--blue-700); }

/* Slide-in search panel below the header row */
.search-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s cubic-bezier(.4,0,.2,1), opacity .25s ease;
  opacity: 0;
  background: #fff;
  border-top: 1px solid var(--line);
}
.search-panel.is-open {
  max-height: 120px;
  opacity: 1;
  border-bottom: 1px solid var(--line);
}
.site-header--overlay .search-panel {
  background: rgba(8,31,51,.92);
  border-top: 1px solid rgba(255,255,255,.14);
}
.site-header--overlay .search-panel.is-open { border-bottom: 1px solid rgba(255,255,255,.14); }
.site-header--overlay.is-scrolled .search-panel {
  background: #fff;
  border-color: var(--line);
}

.search-panel__form {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 0;
}
.search-panel__icon { color: var(--blue); flex-shrink: 0; }
.search-panel__form input {
  flex: 1;
  border: 0;
  background: transparent;
  outline: none;
  font-size: 18px;
  font-family: inherit;
  font-weight: 500;
  color: var(--ink);
  padding: 8px 0;
  letter-spacing: -.01em;
}
.search-panel__form input::placeholder { color: var(--muted); font-weight: 400; }
.site-header--overlay .search-panel__form input { color: #fff; }
.site-header--overlay .search-panel__form input::placeholder { color: rgba(255,255,255,.6); }
.site-header--overlay .search-panel__icon { color: var(--orange); }
.site-header--overlay.is-scrolled .search-panel__form input { color: var(--ink); }
.site-header--overlay.is-scrolled .search-panel__form input::placeholder { color: var(--muted); }
.site-header--overlay.is-scrolled .search-panel__icon { color: var(--blue); }

.search-panel__close {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--paper-2);
  color: var(--ink);
  display: grid; place-items: center;
  flex-shrink: 0;
  transition: background .2s, color .2s, transform .2s;
}
.search-panel__close:hover { background: var(--orange); color: #fff; transform: rotate(90deg); }
.site-header--overlay .search-panel__close { background: rgba(255,255,255,.16); color: #fff; }
.site-header--overlay .search-panel__close:hover { background: var(--orange); }

/* Logo */
.logo { display: inline-flex; align-items: center; gap: 12px; }
.logo__mark {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--orange);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 26px;
  display: grid; place-items: center;
  box-shadow: 0 4px 10px rgba(238,123,34,.28), inset 0 -3px 0 rgba(0,0,0,.08);
}
.logo__word { display: inline-flex; align-items: baseline; gap: 2px; }
.logo__name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.logo__name--thin { font-weight: 400; color: var(--ink-2); }
.logo__tld { color: var(--muted); font-weight: 600; font-size: 14px; }
.logo--light .logo__name { color: #fff; }
.logo--light .logo__name--thin { color: rgba(255,255,255,.7); }
.logo--light .logo__tld { color: rgba(255,255,255,.55); }

/* Search */
.search {
  display: flex;
  align-items: center;
  background: var(--paper-2);
  border-radius: 999px;
  padding: 4px 6px 4px 18px;
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
}
.search input {
  border: 0; background: transparent; outline: none;
  flex: 1; padding: 10px 4px; font-size: 14.5px; color: var(--ink);
}
.search input::placeholder { color: var(--muted); }
.search button {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  display: grid; place-items: center;
  transition: background .2s;
}
.search button:hover { background: var(--blue-700); }

/* Header meta */
.header-meta { display: flex; align-items: center; gap: 18px; }
.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--blue-700);
  padding: 6px 10px;
  border-radius: 12px;
  transition: background .2s;
}
.header-phone:hover { background: #EAF3FB; }
.header-phone svg { color: var(--orange); }
.header-phone strong { display: block; font-size: 15px; color: var(--ink); }
.header-phone small { display: block; color: var(--muted); font-size: 11.5px; }
.cart-btn {
  position: relative;
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--paper-2);
  color: var(--ink);
  display: grid; place-items: center;
  transition: background .2s;
}
.cart-btn:hover { background: #EAF3FB; color: var(--blue-700); }
.cart-btn__count {
  position: absolute; top: -4px; right: -4px;
  background: var(--orange);
  color: #fff;
  font-size: 11px;
  min-width: 18px; height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  display: grid; place-items: center;
  border: 2px solid #fff;
  font-weight: 700;
}

/* Primary Nav */
.primary-nav {
  background: var(--blue);
  background: linear-gradient(180deg, var(--blue) 0%, var(--blue-600) 100%);
  color: #fff;
}
.primary-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.primary-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.primary-nav a {
  display: inline-block;
  padding: 16px 18px;
  font-weight: 600;
  font-size: 14.5px;
  letter-spacing: .01em;
  color: rgba(255,255,255,.88);
  position: relative;
  transition: color .2s;
}
.primary-nav a:hover, .primary-nav a.is-active { color: #fff; }
.primary-nav a.is-active::after {
  content: '';
  position: absolute;
  left: 18px; right: 18px; bottom: 8px;
  height: 2px;
  background: var(--orange);
  border-radius: 2px;
}
.nav-cta {
  background: var(--orange);
  color: #fff;
  padding: 5px 18px;
  margin: 8px 0;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  transition: background .2s, transform .15s;
}
.nav-cta:hover { background: var(--orange-600); transform: translateY(-1px); }

/* ===========================================================================
   HERO CAROUSEL — full-bleed with torn-paper reflection
   =========================================================================== */
.hero {
  background: var(--paper);
  position: relative;
  overflow: hidden;
}
.hero__stage {
  position: relative;
  width: 100%;
}
.hero__viewport {
  overflow: hidden;
  position: relative;
}
.hero__track {
  display: flex;
  transition: transform .8s cubic-bezier(.6,.0,.2,1);
}
.hero__slide {
  position: relative;
  flex: 0 0 100%;
  height: 92vh;
  min-height: 720px;
  max-height: 900px;
  background: linear-gradient(180deg, #cdd9e3 0%, #eef2f6 60%, #fbfaf6 100%);
}
/* Image fills the entire slide */
.hero__image {
  position: absolute;
  inset: 0;
  background-image: var(--img);
  background-size: cover;
  background-position: center 30%;
}
/* Soften the bottom of the image so text stays readable + overall darkening */
.hero__image::before {
  content: '';
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background:
    linear-gradient(180deg, rgba(8,31,51,.65) 0%, rgba(8,31,51,.5) 30%, rgba(8,31,51,.5) 55%, rgba(8,31,51,.85) 100%);
  z-index: 1;
  pointer-events: none;
}
/* Water-line removed — the join is now seamless */
.hero__slide::before { content: none; }
/* Reflection removed — hidden */
.hero__reflect, .hero__reflect::after { display: none; }

/* Title content sits centered in the image */
.hero__content {
  position: absolute;
  left: 0; right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  z-index: 3;
  padding: 0 24px;
  pointer-events: none;
}
.hero__content > * { pointer-events: auto; }
.hero__eyebrow {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.28);
  border: 1px solid rgba(255,255,255,.4);
  margin-bottom: 20px;
}
.hero__content h1 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(40px, 6.5vw, 92px);
  letter-spacing: -0.035em;
  margin: 0 auto 14px;
  line-height: .98;
  text-wrap: balance;
  color: #fff;
  text-shadow: 0 6px 32px rgba(0,0,0,.55), 0 2px 8px rgba(0,0,0,.4);
  max-width: 1100px;
}
.hero__content p {
  font-size: clamp(15px, 1.3vw, 18px);
  max-width: 520px;
  margin: 0 auto;
  color: #fff;
  opacity: .96;
  text-shadow: 0 2px 12px rgba(0,0,0,.5);
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
}
.hero__actions { display: flex; gap: 12px; margin-top: 24px; justify-content: center; flex-wrap: wrap; }

/* Nav buttons */
.hero__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px; height: 52px;
  border-radius: 50%;
  background: rgba(255,255,255,.26);
  color: #fff;
  border: 1px solid rgba(255,255,255,.32);
  display: grid; place-items: center;
  z-index: 5;
  transition: background .2s, color .2s, transform .15s;
}
.hero__nav:hover { background: var(--orange); color: #fff; transform: translateY(-50%) scale(1.05); border-color: var(--orange); }
.hero__nav--prev { left: 28px; }
.hero__nav--next { right: 28px; }

.hero__dots {
  position: absolute;
  bottom: 86px; left: 50%;
  transform: translateX(-50%);
  display: flex; gap: 10px;
  z-index: 5;
}
.hero__dots button {
  width: 32px; height: 4px;
  border-radius: 999px;
  background: rgba(255,255,255,.45);
  transition: width .3s, background .3s;
}
.hero__dots button.is-active {
  width: 60px;
  background: var(--orange);
}

/* Crowd silhouette (cheering hands) under the carousel */
.hero__tear {
  position: absolute;
  left: 0; right: 0;
  bottom: -1px;
  width: 100%;
  height: 220px;
  display: block;
  z-index: 4;
  pointer-events: none;
  filter: drop-shadow(0 -2px 6px rgba(0,0,0,.15));
}


/* ===========================================================================
   BOOK YOUR BRANSON — 4-up experience cards
   =========================================================================== */
.book__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.exp-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
  transition: transform .25s ease, box-shadow .25s ease;
  display: flex;
  flex-direction: column;
}
.exp-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.exp-card__media {
  position: relative;
  aspect-ratio: 4 / 3.4;
  background-size: cover;
  background-position: center;
  background-color: #d8dde3;
}
.exp-card__media::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,.15) 100%);
}
.exp-card__heart {
  position: absolute; top: 12px; right: 12px;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: var(--ink);
  display: grid; place-items: center;
  transition: background .2s, color .2s;
  cursor: pointer;
  z-index: 1;
}
.exp-card__heart:hover { background: #fff; color: var(--orange); }
.exp-card__tag {
  position: absolute; top: 14px; left: 14px;
  background: var(--blue-900);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 6px;
  z-index: 1;
}
.exp-card__tag--bogo {
  background: var(--orange);
}
.exp-card__body {
  padding: 20px 20px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.exp-card__body h3 {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin-bottom: 10px;
  text-wrap: pretty;
}
.exp-card__meta {
  display: flex; gap: 14px;
  font-size: 12.5px;
  color: var(--muted);
  margin-bottom: 12px;
}
.exp-card__meta span { display: inline-flex; align-items: center; gap: 5px; }
.exp-card__meta svg { color: var(--blue); }
.exp-card__body p {
  font-size: 14px;
  color: var(--ink-2);
  margin: 0 0 18px;
  line-height: 1.55;
  flex: 1;
}
.exp-card__foot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px dashed var(--line);
}
.price small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.price strong {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 22px;
  color: var(--blue-900);
  letter-spacing: -0.02em;
}
.book__more { text-align: center; margin-top: 44px; }

/* ===========================================================================
   WHY CHOOSE US — overlapping polaroids
   =========================================================================== */
.why {
  background:
    radial-gradient(ellipse 70% 60% at 80% 20%, rgba(238,123,34,.07), transparent 70%),
    radial-gradient(ellipse 60% 70% at 10% 90%, rgba(46,125,186,.08), transparent 70%),
    var(--paper);
  position: relative;
  overflow: hidden;
}
.why__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.why__copy .section-title { margin-bottom: 20px; }
.lead { font-size: 18px; color: var(--ink-2); margin: 0 0 28px; max-width: 540px; }
.why__list {
  display: grid;
  gap: 16px;
  margin: 0 0 32px;
}
.why__list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.why__icon {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: linear-gradient(90deg, #2EC8E7 0%, #1E8BE8 50%, #1F6AD8 100%);
  color: #fff;
  display: grid; place-items: center;
  font-size: 14px;
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 2px;
  box-shadow: 0 2px 6px rgba(31, 106, 216, .3);
}
.why__list strong { display: block; font-size: 16px; color: var(--ink); }
.why__list small { display: block; font-size: 13.5px; color: var(--muted); margin-top: 2px; }
.why__cta { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.why__cta-sub { font-size: 14px; color: var(--muted); }
.why__cta-sub a { color: var(--blue-700); font-weight: 600; }

/* Photo stack — click-to-front interactive, fans up-right */
.photo-stack {
  position: relative;
  width: 100%;
  min-height: 540px;
  perspective: 1400px;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.photo-card {
  position: absolute;
  top: 50%; left: 50%;
  width: 360px;
  height: 440px;
  margin: -220px 0 0 -180px;     /* center self around 50%/50% */
  background: #fff;
  border-radius: 22px;
  padding: 10px;
  box-shadow: 0 30px 60px rgba(15,30,50,.22), 0 8px 18px rgba(15,30,50,.10);
  cursor: pointer;
  transition:
    transform 1s cubic-bezier(.2,.7,.2,1.05),
    box-shadow .4s ease,
    filter .4s ease;
}
.photo-card__img {
  width: 100%; height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 14px;
  background-color: #ddd;
}
.photo-card__cap {
  position: absolute;
  bottom: 24px; left: 24px;
  background: rgba(255,255,255,.95);
  color: var(--ink);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: -.01em;
  padding: 8px 14px;
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(0,0,0,.15);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .45s ease .2s, transform .45s ease .2s;
}

/* Fan positions: 0 = front (largest, slight left tilt), 3 = back (most rotated, peeking up-right) */
.photo-card[data-pos="0"] {
  transform: translate(0, 0) rotate(-4deg) scale(1);
  z-index: 4;
  box-shadow: 0 38px 76px rgba(15,30,50,.28), 0 12px 28px rgba(15,30,50,.14);
}
.photo-card[data-pos="0"] .photo-card__cap { opacity: 1; transform: translateY(0); }
.photo-card[data-pos="1"] {
  transform: translate(46px, -28px) rotate(4deg) scale(.96);
  z-index: 3;
}
.photo-card[data-pos="2"] {
  transform: translate(82px, -50px) rotate(10deg) scale(.92);
  z-index: 2;
  filter: brightness(.96);
}
.photo-card[data-pos="3"] {
  transform: translate(112px, -70px) rotate(15deg) scale(.88);
  z-index: 1;
  filter: brightness(.92);
}
.photo-card[data-pos="0"]:hover { transform: translate(0, -6px) rotate(-3deg) scale(1.02); }

.photo-stack__badge {
  position: absolute;
  top: 4%; left: 6%;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 12px 26px rgba(238,123,34,.45);
  z-index: 10;
  pointer-events: none;
}

.why__body { font-size: 15.5px; color: var(--ink-2); margin: 0 0 28px; max-width: 560px; line-height: 1.65; }

/* ===========================================================================
   REVIEWS — dark blue testimonial grid
   =========================================================================== */
.reviews {
  position: relative;
  padding: 110px 0 120px;
  color: #fff;
  overflow: hidden;
}
.reviews__bg {
  position: absolute; inset: 0;
  overflow: hidden;
}
.reviews__photo {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  filter: saturate(.6) contrast(1.05) brightness(.7);
  opacity: .55;
}
.reviews__bg::before {
  content: '';
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(14,47,77,.55) 0%, rgba(8,31,51,.78) 60%, rgba(8,31,51,.92) 100%);
  mix-blend-mode: multiply;
  z-index: 1;
}
.reviews__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: .35;
  z-index: 3;
}
/* Sun-flare in the corner for atmosphere (matches the reference) */
.reviews__flare {
  position: absolute;
  left: -10%; bottom: -20%;
  width: 60%; height: 80%;
  background: radial-gradient(circle at 30% 70%, rgba(238,123,34,.32) 0%, rgba(238,123,34,.12) 30%, transparent 60%);
  z-index: 2;
  pointer-events: none;
}
.reviews__bg::after { /* dot pattern reasserted above; keep */ }
.reviews .container { position: relative; z-index: 1; }
.reviews__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 60px;
}
.review {
  position: relative;
  background: #fff;
  color: var(--ink);
  padding: 56px 24px 24px;
  border-radius: var(--radius);
  margin-top: 38px;
  box-shadow: 0 12px 28px rgba(0,0,0,.25);
  transition: transform .25s ease, box-shadow .25s ease;
}
.review:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(0,0,0,.32);
}
.review__avatar {
  position: absolute;
  top: -38px;
  left: 24px;
  width: 72px; height: 72px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  border: 4px solid #fff;
  box-shadow: 0 6px 14px rgba(0,0,0,.18);
}
.review__quote-mark {
  position: absolute;
  top: -22px;
  right: 24px;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  display: grid; place-items: center;
  font-family: var(--font-serif);
  font-size: 38px;
  font-weight: 700;
  line-height: 0;
  padding-top: 14px;
  box-shadow: 0 6px 12px rgba(238,123,34,.4);
}
.review h4 {
  font-size: 17px;
  font-weight: 700;
  color: var(--blue-900);
  margin-bottom: 4px;
  letter-spacing: -.01em;
}
.review__excerpt {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--orange-600);
  margin: 0 0 4px;
}
.review__by-top {
  font-size: 13px;
  color: var(--muted);
  margin: 0 0 14px;
}
.review__by-top em { color: var(--ink); font-style: italic; font-weight: 500; }
.review p:not(.review__excerpt):not(.review__by-top) {
  font-size: 14.5px;
  color: var(--ink-2);
  line-height: 1.6;
  margin: 0;
}
.reviews__cta { text-align: center; margin-top: 56px; }

/* ===========================================================================
   ABOUT BRANSON
   =========================================================================== */
.about__inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: stretch;
}
.about__copy { display: flex; flex-direction: column; }
.about__copy .eyebrow { align-self: flex-start; }
.about__copy p { font-size: 17px; color: var(--ink-2); margin: 0 0 16px; max-width: 620px; }
.about__copy p a {
  color: var(--orange);
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
}
.about__copy p a:hover { color: var(--orange-600, var(--orange)); }
.about__copy .section-title { margin-bottom: 24px; }
.about__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: auto;
  padding-top: 32px;
  border-top: 1px dashed var(--line);
}
.stat strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 34px;
  color: var(--blue-700);
  letter-spacing: -.02em;
  line-height: 1;
}
.stat span { display: block; font-size: 13px; color: var(--muted); margin-top: 6px; }

.about__guide {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.about__guide h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.01em;
  margin-bottom: 18px;
  color: var(--blue-900);
}
.about__guide ul { display: grid; gap: 14px; flex: 1; }

.guide-card {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 14px;
  background: var(--paper);
  border-radius: 12px;
  overflow: hidden;
  transition: background .2s, transform .15s;
}
.guide-card:hover { background: #EAF3FB; transform: translateX(2px); }
.guide-card__img {
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 92px;
}
.guide-card__img::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,.25) 100%);
}
.guide-card__body {
  padding: 12px 14px 12px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.guide__cat {
  position: absolute;
  top: 8px; left: 8px;
  z-index: 1;
  display: inline-block;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  background: var(--orange);
  padding: 3px 7px;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0,0,0,.18);
}
.guide__title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.35;
  letter-spacing: -.005em;
}
.guide__date {
  display: block;
  font-size: 11.5px;
  color: var(--muted);
  font-weight: 500;
}
.about__guide-more {
  display: inline-block;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px dashed var(--line);
  color: var(--blue-700);
  font-weight: 700;
  font-size: 14px;
}

/* ===========================================================================
   READY TO BOOK CTA BANNER
   =========================================================================== */
.cta-banner-wrap {
  padding: 40px 0 80px;
  background: var(--paper);
}
.cta-banner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 56px;
  align-items: stretch;
  background: linear-gradient(135deg, #0E2F4D 0%, #081f33 100%);
  border-radius: 28px;
  overflow: hidden;
  padding: 48px;
  color: #fff;
  box-shadow: 0 30px 60px rgba(15,30,50,.22), 0 12px 26px rgba(15,30,50,.14);
}
.cta-banner::before {
  /* faint silhouette pattern */
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse 80% 60% at 100% 100%, rgba(238,123,34,.15), transparent 50%),
    radial-gradient(circle at 0% 0%, rgba(46,125,186,.18), transparent 40%);
  pointer-events: none;
}

.cta-banner__media {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 380px;
  box-shadow: 0 20px 40px rgba(0,0,0,.4);
}
.cta-banner__photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.cta-banner__photo-frame {
  position: absolute;
  inset: 0;
  border: 4px solid rgba(255,255,255,.08);
  border-radius: 18px;
  pointer-events: none;
}

.cta-banner__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cta-banner__badge {
  position: absolute;
  top: -24px;
  right: -16px;
  width: 110px; height: 110px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  display: grid;
  place-items: center;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: .12em;
  line-height: 1.05;
  box-shadow: 0 14px 30px rgba(238,123,34,.55);
  transform: rotate(-8deg);
  z-index: 5;
}
.cta-banner__badge span,
.cta-banner__badge strong {
  display: block;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 0.8;
  text-align: center;
  margin: 0;
}
.cta-banner__badge strong { margin-top: -2px; }

.cta-banner__eyebrow {
  font-family: var(--font-script);
  color: var(--orange);
  font-size: 24px;
  margin-bottom: 8px;
}
.cta-banner__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(34px, 4.5vw, 56px);
  letter-spacing: -0.025em;
  line-height: 1.02;
  color: #fff;
  margin-bottom: 18px;
  text-wrap: balance;
}
.cta-banner__text {
  font-size: 15.5px;
  color: rgba(255,255,255,.82);
  line-height: 1.65;
  max-width: 520px;
  margin: 0 0 24px;
}

.cta-banner__phone {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(28px, 3.2vw, 40px);
  letter-spacing: -.01em;
  color: #fff;
  margin-bottom: 4px;
  transition: color .2s;
}
.cta-banner__phone:hover { color: var(--orange); }
.cta-banner__phone svg { color: var(--orange); }
.cta-banner__hours {
  font-size: 13.5px;
  color: rgba(255,255,255,.65);
  margin: 0 0 26px;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 600;
}
.cta-banner__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.cta-banner__link {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,.75);
  transition: color .15s;
}
.cta-banner__link:hover { color: #fff; }

@media (max-width: 900px) {
  .cta-banner {
    grid-template-columns: 1fr;
    padding: 32px;
    gap: 32px;
  }
  .cta-banner__media { min-height: 260px; }
  .cta-banner__badge { width: 88px; height: 88px; top: -16px; right: -8px; }
  .cta-banner__badge span,
  .cta-banner__badge strong { font-size: 17px; }
}

/* ===========================================================================
   TRUST STRIP
   =========================================================================== */
.trust {
  background: var(--paper-2);
  padding: 38px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.trust__title {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 18px;
}
.trust__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 32px 56px;
}
.trust__logo-img {
  height: 84px;
  width: auto;
  object-fit: contain;
  filter: grayscale(.05);
  transition: transform .2s ease, filter .2s ease;
}
.trust__logo-img:hover {
  transform: translateY(-3px) scale(1.05);
  filter: grayscale(0);
}
@media (max-width: 720px) {
  .trust__logo-img { height: 64px; }
  .trust__row { gap: 20px 32px; }
}

/* ===========================================================================
   FOOTER
   =========================================================================== */
.site-footer {
  background: var(--blue-950);
  color: rgba(255,255,255,.7);
  padding: 80px 0 28px;
}
.site-footer__grid {
  display: grid;
  grid-template-columns: 2fr repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 56px;
}
.site-footer__about p { font-size: 14px; margin: 18px 0; max-width: 360px; }
.site-footer__pay { display: flex; gap: 8px; flex-wrap: wrap; }
.site-footer__pay span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  padding: 6px 10px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 6px;
  color: rgba(255,255,255,.75);
}
.site-footer h5 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}
.site-footer ul { display: grid; gap: 8px; }
.site-footer ul a { font-size: 14px; transition: color .15s; }
.site-footer ul a:hover { color: var(--orange); }
.site-footer address { font-style: normal; font-size: 14px; line-height: 1.7; }
.site-footer address a { color: #fff; }
.site-footer__social { display: flex; gap: 8px; margin-top: 16px; }
.site-footer__social a {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  display: grid; place-items: center;
  font-size: 14px; font-weight: 700;
  color: #fff;
  transition: background .2s, color .2s;
}
.site-footer__social a:hover { background: var(--orange); }
.site-footer__legal {
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex; flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  font-size: 12px;
  color: rgba(255,255,255,.5);
}
.site-footer__legal a:hover { color: var(--orange); }

/* ===========================================================================
   COUPONS PILL (floating)
   =========================================================================== */
.coupons-pill {
  position: fixed;
  bottom: 18px; left: 18px;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--orange);
  color: #fff;
  padding: 12px 18px 12px 12px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 12px 28px rgba(238,123,34,.4);
  transition: transform .2s;
}
.coupons-pill:hover { transform: translateY(-2px) scale(1.02); background: var(--orange-600); }
.coupons-pill__icon {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: #fff;
  color: var(--orange);
  display: grid; place-items: center;
  font-weight: 800;
  font-size: 14px;
}

/* ===========================================================================
   RESPONSIVE
   =========================================================================== */
@media (max-width: 1080px) {
  .book__grid { grid-template-columns: repeat(2, 1fr); }
  .reviews__grid { grid-template-columns: repeat(2, 1fr); }
  .about__inner { grid-template-columns: 1fr; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .why__inner { grid-template-columns: 1fr; gap: 60px; }
  .why__stack { min-height: 520px; max-width: 600px; }
}
@media (max-width: 820px) {
  .section { padding: 64px 0; }
  .site-header__inner { gap: 14px; }
  .header-phone small { display: none; }
  .primary-nav__inner { overflow-x: auto; }
  .primary-nav a { padding: 14px 12px; font-size: 13px; }
  .nav-cta { display: none; }
  .hero { padding: 0; }
  .hero__slide { min-height: 560px; height: 80vh; }
  .hero__nav { display: none; }
  .site-header--overlay .primary-nav__inner { overflow-x: auto; }
  .about__stats { grid-template-columns: repeat(2, 1fr); }
  .site-footer__grid { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 560px) {
  .book__grid { grid-template-columns: 1fr; }
  .reviews__grid { grid-template-columns: 1fr; }
  .photo-card { width: 260px; height: 340px; }
  .photo-stack { min-height: 440px; }
}

/* ===========================================================================
   CART DRAWER (right-side slide-in)
   =========================================================================== */
body.no-scroll { overflow: hidden; }

.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  transition: opacity .25s ease;
}
.cart-drawer.is-open { opacity: 1; pointer-events: auto; }
.cart-drawer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .45);
}
.cart-drawer__panel {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: min(440px, 100vw);
  background: #fff;
  box-shadow: -8px 0 24px rgba(0, 0, 0, .15);
  transform: translateX(100%);
  transition: transform .3s ease;
  display: flex;
  flex-direction: column;
}
.cart-drawer.is-open .cart-drawer__panel { transform: translateX(0); }

.cart-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
}
.cart-drawer__head h2 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.01em;
  color: var(--ink);
  margin: 0;
}
.cart-drawer__close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
}
.cart-drawer__close:hover { background: #f3f5f8; }

.cart-drawer__empty {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
  gap: 16px;
}
.cart-drawer__empty p {
  font-size: 15px;
  color: var(--muted);
  margin: 0;
}
.cart-drawer__list[hidden],
.cart-drawer__empty[hidden],
.cart-drawer__foot[hidden] {
  display: none;
}

.cart-drawer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  flex: 1;
}
.cart-item {
  display: grid;
  grid-template-columns: 60px 1fr auto auto;
  gap: 12px;
  align-items: center;
  padding: 14px 20px;
  border-bottom: 1px solid var(--line);
}
.cart-item img {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  object-fit: cover;
}
.cart-item__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.cart-item__body strong {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -.01em;
}
.cart-item__body small {
  font-size: 12px;
  color: var(--muted);
}
.cart-item__price {
  font-size: 13px;
  font-weight: 700;
  color: var(--orange);
  margin-top: 2px;
}
.cart-item__qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.cart-item__qty button {
  width: 28px;
  height: 28px;
  background: #fff;
  color: var(--ink);
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.cart-item__qty button:hover { background: #f3f5f8; }
.cart-item__qty span {
  min-width: 28px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
}
.cart-item__remove {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--muted);
  cursor: pointer;
}
.cart-item__remove:hover { background: #fdecec; color: #c33; }

.cart-drawer__foot {
  padding: 16px 20px 22px;
  border-top: 1px solid var(--line);
  background: #fff;
}
.cart-drawer__totals {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 14px;
}
.cart-drawer__totals span {
  font-size: 14px;
  color: var(--ink-2);
}
.cart-drawer__totals strong {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -.02em;
}
.cart-drawer__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px 18px;
  background: var(--orange);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: .01em;
  border-radius: 10px;
  text-decoration: none;
  transition: background .15s, transform .15s;
}
.cart-drawer__cta:hover { background: var(--orange-600, var(--orange)); transform: translateY(-1px); }
.cart-drawer__pay {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin: 14px 0 8px;
  flex-wrap: wrap;
}
.cart-drawer__pay span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  padding: 4px 8px;
  border: 1px solid var(--line);
  border-radius: 5px;
  color: var(--muted);
}
.cart-drawer__reassure {
  font-size: 12px;
  color: var(--muted);
  text-align: center;
  margin: 0;
}

@media (max-width: 480px) {
  .cart-drawer__panel { width: 100vw; }
}

.menu-toggle { display: none; }

@media (max-width: 700px) {
  .menu-toggle {
    display: grid;
    place-items: center;
    width: 40px; height: 40px;
    background: rgba(255,255,255,.14);
    border: 1px solid transparent;
    border-radius: 10px;
    gap: 4px;
    grid-auto-rows: 2px;
    align-content: center;
    flex-shrink: 0;
  }
  .menu-toggle span {
    display: block;
    width: 18px; height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform .25s ease, opacity .2s ease;
  }
  .site-header--overlay.is-scrolled .menu-toggle {
    background: var(--paper-2);
    border-color: transparent;
  }
  .site-header--overlay.is-scrolled .menu-toggle span { background: var(--ink); }
  .menu-toggle.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

  .primary-nav { display: none; }
  .primary-nav.is-open { display: block; }
  .primary-nav__inner { display: block; padding: 0; overflow-x: visible; }
  .primary-nav ul { display: flex; flex-direction: column; flex-wrap: nowrap; }
  .primary-nav li { width: 100%; }
  .primary-nav a {
    display: block;
    /* width: 100%; */
    padding: 14px 20px;
    font-size: 15px;
    border-bottom: 1px solid rgba(255,255,255,.15);
  }
  .nav-cta { display: inline-flex; margin: 12px 20px; text-align: center;}

  .site-header--overlay .primary-nav {
    background: linear-gradient(90deg, #2EC8E7 0%, #1E8BE8 50%, #1F6AD8 100%);
  }

  /* Mobile header: show only the orange B icon, hide the wordmark */
  .site-header__inner { gap: 10px; padding: 12px 16px; }
  .logo { gap: 0; margin-right: auto; }
  .logo__mark { width: 40px; height: 40px; font-size: 22px; }
  .logo__word { display: none; }
  .header-phone { display: none; }
  .header-meta { gap: 6px; flex-shrink: 0; }
  .search-btn, .cart-btn { width: 40px; height: 40px; flex-shrink: 0; }
}

/* ==========================================================================
   ATTRACTIONS PAGE
   ========================================================================== */

/* ---------- HERO BANNER ---------- */
.attr-hero {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-color: var(--blue-900);
}
.attr-hero::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(8,31,51,.8) 0%, rgba(8,31,51,.65) 30%, rgba(8,31,51,.7) 65%, rgba(8,31,51,.92) 100%);
}
.attr-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 150px 24px 70px;
}
.attr-hero__crumbs {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.8);
  margin-bottom: 16px;
}
.attr-hero__crumbs a { color: rgba(255,255,255,.8); transition: color .15s; }
.attr-hero__crumbs a:hover { color: #fff; }
.attr-hero__crumbs span { color: var(--orange); }
.attr-hero h1 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(34px, 5vw, 58px);
  letter-spacing: -0.025em;
  line-height: 1.05;
  text-shadow: 0 4px 24px rgba(0,0,0,.4);
  text-wrap: balance;
}
.attr-hero h1 em {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
  color: var(--orange);
}
.attr-hero__sub {
  margin: 14px auto 0;
  max-width: 640px;
  font-size: 17px;
  color: rgba(255,255,255,.92);
  text-shadow: 0 2px 10px rgba(0,0,0,.45);
}

/* ---------- INTRO STRIP ---------- */
.attr-intro {
  background: var(--paper);
  padding: 48px 0 8px;
}
.attr-intro__text {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--ink-2);
}
.attr-intro__text a { color: var(--blue-700); font-weight: 600; }
.attr-intro__text a:hover { color: var(--orange-600); text-decoration: underline; }

/* ---------- LAYOUT: main (left) + sidebar (right) ---------- */
.attr-section { padding: 40px 0 88px; background: var(--paper); }
.attr-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 32px;
  align-items: start;
  max-width: min(1600px, calc(100vw - 24px));
  padding: 0 12px;
}

/* ---------- MAIN PANEL ---------- */
.attr-main {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: 22px 24px 28px;
}

/* ---------- TOOLBAR ---------- */
.attr-toolbar {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 14px;
  padding: 0 0 18px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 26px;
}
.attr-toolbar__group { flex-shrink: 0; display: inline-flex; align-items: center; gap: 10px; }
.attr-toolbar__group label {
  white-space: nowrap;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--ink-2);
  letter-spacing: -.01em;
}
.attr-select {
  appearance: none;
  -webkit-appearance: none;
  background: var(--paper-2);
  border: 1.5px solid var(--line);
  border-radius: 10px;
  padding: 9px 36px 9px 14px;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%232E7DBA' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  transition: border-color .2s;
}
.attr-select:hover { border-color: var(--blue); }
.attr-select:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px #DCEBF7; }
.attr-toolbar__count {
  font-size: 13px;
  color: var(--muted);
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.attr-toolbar__count strong { color: var(--ink); }
.attr-toolbar__spacer { flex: 1; }
.btn--map {
  background: linear-gradient(90deg, #2EC8E7 0%, #1E8BE8 50%, #1F6AD8 100%);
  color: #fff;
  box-shadow: 0 6px 14px rgba(31,106,216,.32);
  flex-shrink: 0;
}
.btn--map:hover { transform: translateY(-1px); box-shadow: 0 10px 20px rgba(31,106,216,.4); }

/* ---------- CARD GRID ---------- */
.attr-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* ---------- ATTRACTION CARD ---------- */
.attr-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  perspective: 1200px;
  transition: box-shadow .3s ease;
}
.attr-card:hover { box-shadow: var(--shadow-lg); }

/* 3D flip on hover — reveals the description on the back face */
.attr-card__inner {
  position: relative;
  transform-style: preserve-3d;
  transition: transform .6s cubic-bezier(.4, 0, .2, 1);
}
.attr-card:hover .attr-card__inner { transform: rotateY(180deg); }
.attr-card__face {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.attr-card__face--front { position: relative; }
.attr-card__face--back {
  position: absolute;
  inset: 0;
  transform: rotateY(180deg);
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  color: var(--ink);
}
.attr-card__back-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -.01em;
  margin: 0 0 12px;
  color: var(--blue-900);
}
.attr-card__back-desc {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-2);
  margin: 0 0 18px;
  overflow: auto;
}
.attr-card__back-meta {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px dashed rgba(0,0,0,.12);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.attr-card__media {
  position: relative;
  aspect-ratio: 4 / 3.1;
  background-size: cover;
  background-position: center;
  background-color: #cdd5dc;
}
.attr-card__media::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(8,31,51,.05) 40%, rgba(8,31,51,.5) 100%);
}
.attr-card__price {
  position: absolute;
  top: 16px; left: 0;
  z-index: 3;
  background: var(--orange);
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: -.01em;
  padding: 9px 16px 9px 18px;
  box-shadow: 0 8px 18px rgba(238,123,34,.4);
  border-radius: 0 6px 6px 0;
}
.attr-card__price small {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .9;
  margin-bottom: 1px;
}
.attr-card__price s { opacity: .7; font-weight: 600; font-size: 13px; margin-right: 4px; }
.attr-card__featured {
  position: absolute;
  top: 16px; right: 16px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: var(--paper-2);
  color: #000;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
}
.attr-card__heart {
  position: absolute;
  bottom: 14px; right: 14px;
  z-index: 6;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: var(--ink);
  display: grid; place-items: center;
  transition: background .2s, color .2s, transform .2s;
  opacity: 0;
  transform: translateY(6px);
}
.attr-card:hover .attr-card__heart { opacity: 1; transform: translateY(0); }
.attr-card__heart:hover { background: #fff; color: var(--orange); }
.attr-card__body {
  position: relative;
  margin: -42px 16px 0;
  background: #fff;
  border-radius: 14px;
  padding: 18px 18px 20px;
  box-shadow: 0 -2px 0 rgba(0,0,0,.02);
  transition: margin .3s ease;
}
.attr-card__eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--orange-600);
  margin-bottom: 8px;
}
.attr-card__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 21px;
  letter-spacing: -.02em;
  color: var(--blue-900);
  line-height: 1.15;
  margin-bottom: 8px;
  text-wrap: balance;
}
.attr-card__loc {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13.5px;
  color: var(--muted);
  margin-bottom: 14px;
}
.attr-card__loc svg { color: var(--orange); flex-shrink: 0; }
.attr-card__meta {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px dashed var(--line);
}
.attr-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ink-2);
  white-space: nowrap;
}
.attr-card__meta svg { color: var(--blue); flex-shrink: 0; }
.attr-card__stars { color: #F5B915; letter-spacing: 1px; font-size: 13px; }
.attr-card__cta {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 700;
  color: var(--blue-700);
  white-space: nowrap;
  transition: gap .2s, color .2s;
}
.attr-card:hover .attr-card__cta { gap: 9px; color: var(--orange-600); }

/* Cart icon button — opens the ticket modal. Lives in body but z-index escapes
   to the card's stacking context so it sits above the stretched link (z=5). */
.attr-card__cart {
  position: relative;
  z-index: 6;
  margin-left: auto;
  width: 34px; height: 34px;
  border-radius: 10px;
  background: var(--paper-2);
  color: var(--ink-2);
  display: grid; place-items: center;
  flex-shrink: 0;
  transition: background .2s, color .2s, transform .15s;
}
.attr-card__cart:hover {
  background: #EAF3FB;
  color: var(--blue-700);
  transform: translateY(-2px);
}
.attr-card__cart + .attr-card__cta { margin-left: 0; }

.attr-card[data-featured="true"] { box-shadow: var(--shadow-sm); }
.attr-card[data-featured="true"]:hover { box-shadow: var(--shadow-lg); }

/* Empty state */
.attr-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 20px;
  color: var(--muted);
}
.attr-empty strong { display: block; font-size: 18px; color: var(--ink); margin-bottom: 6px; }

/* ---------- SIDEBAR: CATEGORIES FILTER ---------- */
.attr-sidebar { position: sticky; top: 96px; }
.filter-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  margin-bottom: 24px;
}
.filter-card__head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 20px;
  background: var(--paper-2);
  color: var(--ink);
}
.filter-card__head svg { color: var(--ink-2); }
.filter-card__head h3 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.filter-list { padding: 8px; }
.filter-list button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--ink-2);
  text-align: left;
  transition: background .18s, color .18s;
}
.filter-list button:hover { background: linear-gradient(90deg, #2EC8E7 0%, #1E8BE8 50%, #1F6AD8 100%); color: #fff; }
.filter-list button.is-active {
  background: var(--paper-2);
  color: var(--ink);
}
.filter-list__count {
  min-width: 26px;
  height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: var(--paper-2);
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.filter-list button:hover .filter-list__count { background: rgba(255,255,255,.22); color: #fff; }
.filter-list button.is-active .filter-list__count { background: var(--orange); color: #fff; }

/* Help / contact promo card in sidebar */
.filter-promo {
  border-radius: var(--radius-lg);
  padding: 26px 22px;
  background: linear-gradient(150deg, var(--blue-900) 0%, var(--blue-950) 100%);
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.filter-promo::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 0%, rgba(238,123,34,.25), transparent 55%);
}
.filter-promo > * { position: relative; z-index: 1; }
.filter-promo__icon {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  display: grid; place-items: center;
  margin: 0 auto 14px;
  box-shadow: 0 10px 22px rgba(238,123,34,.45);
}
.filter-promo h4 { font-size: 18px; font-weight: 700; margin-bottom: 6px; }
.filter-promo p { font-size: 13.5px; color: rgba(255,255,255,.78); margin: 0 0 16px; line-height: 1.55; }
.filter-promo__phone {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 22px;
  color: #fff;
  margin-bottom: 4px;
}
.filter-promo__phone:hover { color: var(--orange); }
.filter-promo small { color: rgba(255,255,255,.6); font-size: 12px; }

/* Pagination */
.attr-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.attr-pagination button {
  min-width: 46px;
  height: 46px;
  padding: 0 6px;
  border-radius: 50%;
  border: 1.5px solid var(--line);
  background: #fff;
  color: var(--ink-2);
  font-weight: 700;
  font-size: 15px;
  display: grid;
  place-items: center;
  transition: background .18s, color .18s, border-color .18s, transform .15s;
}
.attr-pagination button:hover:not(:disabled) {
  border-color: var(--blue);
  color: var(--blue-700);
  transform: translateY(-2px);
}
.attr-pagination button.is-active {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
  box-shadow: 0 8px 16px rgba(238,123,34,.35);
}
.attr-pagination button:disabled { opacity: .4; cursor: not-allowed; }
.attr-pagination__arrow svg { width: 18px; height: 18px; }

/* Attractions responsive */
@media (max-width: 1080px) {
  .attr-layout { grid-template-columns: 1fr 280px; gap: 28px; }
  .attr-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 880px) {
  .attr-layout { grid-template-columns: 1fr; }
  .attr-sidebar { position: static; order: -1; }
  .filter-promo { display: none; }
}
@media (max-width: 560px) {
  .attr-grid { grid-template-columns: 1fr; }
  .attr-toolbar { flex-wrap: wrap; gap: 12px; }
  .attr-toolbar__spacer { display: none; }
  .btn--map { width: 100%; justify-content: center; }
}

/* ---------- Map modal (View Map → Google Map popup) ---------- */
.map-modal {
  position: fixed; inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  transition: opacity .25s ease;
}
.map-modal.is-open { opacity: 1; pointer-events: auto; }
.map-modal__overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,.55);
}
.map-modal__panel {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%) scale(.96);
  width: min(960px, calc(100vw - 32px));
  height: min(640px, calc(100vh - 64px));
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: 0 30px 80px rgba(0,0,0,.35);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform .25s ease;
}
.map-modal.is-open .map-modal__panel { transform: translate(-50%, -50%) scale(1); }
.map-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: linear-gradient(90deg, #2EC8E7 0%, #1E8BE8 50%, #1F6AD8 100%);
  color: #fff;
}
.map-modal__head h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
}
.map-modal__close {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: rgba(255,255,255,.18);
  color: #fff;
  display: grid; place-items: center;
  transition: background .15s;
}
.map-modal__close:hover { background: rgba(255,255,255,.32); }
.map-modal__body { flex: 1; min-height: 0; }
.map-modal__body iframe {
  width: 100%; height: 100%;
  border: 0;
  display: block;
}

/* ---------- Ticket modal (cart icon → per-attraction order popup) ---------- */
.ticket-modal {
  position: fixed; inset: 0; z-index: 300;
  display: grid; place-items: center; padding: 24px;
  opacity: 0; visibility: hidden;
  transition: opacity .28s ease, visibility .28s ease;
}
.ticket-modal.is-open { opacity: 1; visibility: visible; }
.ticket-modal__overlay {
  position: absolute; inset: 0;
  background: rgba(26, 26, 26, 0.95);
}
.ticket-modal__dialog {
  position: relative; width: 100%; max-width: 760px;
  max-height: calc(100vh - 48px); overflow: hidden;
  background: #fff; border-radius: 22px;
  box-shadow: 0 40px 90px rgba(8,31,51,.4);
  transform: translateY(24px) scale(.97);
  transition: transform .32s cubic-bezier(.2,.8,.2,1);
  display: grid; grid-template-columns: 300px 1fr;
}
.ticket-modal.is-open .ticket-modal__dialog { transform: translateY(0) scale(1); }
.ticket-modal__close {
  position: absolute; top: 16px; right: 16px; z-index: 5;
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,.92); color: var(--ink-2);
  display: grid; place-items: center;
  transition: background .2s, color .2s, transform .2s;
}
.ticket-modal__close:hover { background: var(--orange); color: #fff; transform: rotate(90deg); }

/* Left aside: heading + summary + CTA + phone */
.tm__aside {
  padding: 30px 28px; background: var(--paper);
  border-right: 1px solid var(--line);
  display: flex; flex-direction: column;
}
.tm__attr { font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--blue); }
.tm__aside h3 { font-family: var(--font-display); font-weight: 800; font-size: 19px; letter-spacing: -.01em; color: var(--ink); margin: 8px 0 0; line-height: 1.3; }
.tm__summary { margin-top: auto; padding-top: 24px; }
.tm__summary-row { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 14px; }
.tm__summary-row span { font-size: 14px; font-weight: 700; color: var(--ink-2); }
.tm__summary-row strong { font-family: var(--font-display); font-weight: 800; font-size: 26px; color: var(--blue-900); }
.tm__add {
  width: 100%; background: #F6A04E; color: #fff;
  font-family: var(--font-display); font-weight: 800; font-size: 16px;
  padding: 15px; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  box-shadow: 0 12px 26px rgba(246,160,78,.4);
  transition: background .2s, transform .15s, box-shadow .2s;
}
.tm__add:hover { background: #ef8f36; transform: translateY(-2px); box-shadow: 0 16px 32px rgba(246,160,78,.5); }
.tm__add:active { transform: translateY(0); }
.tm__add.is-added { background: #1F8A5B; box-shadow: 0 12px 26px rgba(31,138,91,.4); }
.tm__foot { font-size: 12.5px; color: var(--muted); margin: 14px 0 0; line-height: 1.5; }
.tm__foot a { font-weight: 800; color: var(--orange); }

/* Right: ticket rows with steppers */
.tm__list { padding: 22px 28px; display: flex; flex-direction: column; overflow-y: auto; }
.tm-row { display: flex; align-items: center; gap: 16px; padding: 15px 0; }
.tm-row + .tm-row { border-top: 1px solid var(--line); }
.tm-row__info { flex: 1; }
.tm-row__name { font-weight: 800; font-size: 15px; color: var(--ink); letter-spacing: -.01em; }
.tm-row__price { font-family: var(--font-display); font-weight: 800; font-size: 16px; color: var(--orange); margin-top: 3px; display: inline-block; }
.tm-row__price s { color: var(--muted); font-weight: 500; font-size: 13px; font-family: var(--font-sans); margin-right: 5px; }
.tm-row__price.free { color: var(--blue-700); }
.tm-row__desc { font-size: 12px; color: var(--muted); line-height: 1.5; margin-top: 6px; }

/* Stepper */
.stepper { display: inline-flex; align-items: center; border-radius: 999px; overflow: hidden; flex-shrink: 0; border: 1.5px solid var(--line); }
.stepper button { width: 34px; height: 34px; display: grid; place-items: center; font-weight: 800; font-size: 18px; line-height: 1; color: var(--blue-700); transition: background .15s, color .15s; }
.stepper button:hover { background: var(--blue); color: #fff; }
.stepper__val { min-width: 34px; text-align: center; font-weight: 800; font-size: 16px; font-variant-numeric: tabular-nums; color: var(--ink); }
.stepper.has-qty { border-color: var(--orange); background: #FFF6EE; }

@media (max-width: 680px) {
  .ticket-modal__dialog { grid-template-columns: 1fr; }
  .tm__aside { border-right: 0; border-bottom: 1px solid var(--line); }
  .tm__summary { margin-top: 20px; }
}
@media (max-width: 560px) {
  .tm__list { padding: 18px 20px; }
  .tm__aside { padding: 26px 22px; }
}

/* ==========================================================================
   CHECKOUT PAGE
   ========================================================================== */

/* ---------- page header banner (acts as the hero so the overlay header sits over it) ---------- */
.checkout-top {
  position: relative;
  padding: 150px 0 56px;
  color: #fff;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.checkout-top .container { position: relative; z-index: 1; text-align: center; }
.checkout-top__crumbs {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12.5px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  color: rgba(255,255,255,.75); margin-bottom: 12px;
}
.checkout-top__crumbs a { color: rgba(255,255,255,.75); transition: color .15s; }
.checkout-top__crumbs a:hover { color: #fff; }
.checkout-top__crumbs span { color: var(--orange); }
.checkout-top h1 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(28px, 3.6vw, 40px); letter-spacing: -.025em; color: #fff;
  text-shadow: 0 2px 18px rgba(0,0,0,.35);
}

/* ---------- progress steps (on a light band beneath the hero) ---------- */
.checkout-steps-wrap {
  background: #fff;
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}
.checkout-steps { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 0; }
.checkout-step {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 13px; font-weight: 700;
  color: var(--muted);
}
.checkout-step span {
  width: 27px; height: 27px; border-radius: 50%;
  display: grid; place-items: center; font-size: 12px;
  background: var(--paper-2);
  border: 1px solid var(--line);
  color: var(--ink-2);
}
.checkout-step.is-active { color: var(--ink); }
.checkout-step.is-active span {
  background: var(--orange); border-color: var(--orange); color: #fff;
  box-shadow: 0 4px 12px rgba(238,123,34,.5);
}
.checkout-step.is-done { color: var(--ink); }
.checkout-step.is-done span {
  background: #1F8A5B; border-color: #1F8A5B; color: #fff;
}
.checkout-step__sep {
  width: 38px; height: 2px;
  background: var(--line);
  margin: 0 14px; border-radius: 2px;
}

/* ---------- layout ---------- */
.checkout { background: var(--paper-2); padding: 40px 0 90px; }
.checkout__grid {
  display: grid; grid-template-columns: 1.55fr 1fr; gap: 28px; align-items: start;
}

/* ---------- form card ---------- */
.co-form {
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  padding: 32px; box-shadow: 0 14px 36px rgba(8,31,51,.06);
}
.co-block + .co-block { margin-top: 30px; padding-top: 30px; border-top: 1px solid var(--line); }
.co-sec-title {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--font-display); font-weight: 800; font-size: 18px;
  color: var(--blue-900); letter-spacing: -.01em; margin: 0 0 20px;
}
.co-sec-num {
  width: 30px; height: 30px; border-radius: 9px;
  background: linear-gradient(90deg, #2EC8E7 0%, #1E8BE8 50%, #1F6AD8 100%);
  color: #fff; font-size: 14px; font-weight: 800;
  display: grid; place-items: center; flex-shrink: 0;
}

/* ---------- form controls ---------- */
.co-field { display: flex; flex-direction: column; gap: 7px; }
.co-field label { font-size: 12.5px; font-weight: 700; color: var(--ink-2); letter-spacing: .01em; }
.co-input, .co-select {
  border: 1.5px solid var(--line); border-radius: 10px;
  padding: 12px 14px; font: inherit; font-size: 14.5px;
  color: var(--ink); background: #fff; width: 100%;
  transition: border-color .2s, box-shadow .2s;
}
.co-input::placeholder { color: var(--muted); }
.co-input:focus, .co-select:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px #DCEBF7; }
/* Browsers paint autofilled fields with a pale blue/yellow background that
   clashes with the clean white inputs. Force the fill back to white (the inset
   box-shadow trick is the only way to override the UA autofill background) so
   filled fields match empty ones — same clean look as the VB checkout. */
.co-input:-webkit-autofill,
.co-input:-webkit-autofill:hover,
.co-select:-webkit-autofill,
.co-select:-webkit-autofill:hover {
  -webkit-text-fill-color: var(--ink);
  caret-color: var(--ink);
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  box-shadow: 0 0 0 1000px #fff inset;
  transition: background-color 9999s ease-in-out 0s;
}
.co-input:-webkit-autofill:focus,
.co-select:-webkit-autofill:focus {
  border-color: var(--blue);
  -webkit-box-shadow: 0 0 0 1000px #fff inset, 0 0 0 3px #DCEBF7;
  box-shadow: 0 0 0 1000px #fff inset, 0 0 0 3px #DCEBF7;
}
.co-select {
  appearance: none; -webkit-appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%232E7DBA' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 12px center; padding-right: 38px;
}
.co-row { display: grid; gap: 16px; margin-bottom: 16px; }
.co-row:last-child { margin-bottom: 0; }
.co-row.cols-2 { grid-template-columns: 1fr 1fr; }

/* ---------- partner note ---------- */
.co-note {
  display: flex; gap: 12px; align-items: flex-start;
  background:
    linear-gradient(#F1F7FC, #F1F7FC) padding-box,
    linear-gradient(90deg, #2EC8E7 0%, #1E8BE8 50%, #1F6AD8 100%) border-box;
  border: 2px solid transparent;
  border-radius: 12px;
  padding: 16px 18px; margin-top: 22px;
}
.co-note__icon { color: var(--blue); flex-shrink: 0; margin-top: 1px; }
.co-note p { margin: 0; font-size: 13px; line-height: 1.6; color: var(--ink-2); }
.co-note strong { color: var(--blue-900); }

/* ---------- order summary ---------- */
.co-summary {
  background: var(--paper); border: 1px solid var(--line); border-radius: 18px;
  padding: 26px; position: sticky; top: 24px;
  box-shadow: 0 14px 36px rgba(8,31,51,.06);
}
.co-summary h3 { font-family: var(--font-display); font-weight: 800; font-size: 18px; color: var(--blue-900); margin: 0 0 16px; }
.co-items { max-height: 324px; overflow-y: auto; margin-right: -8px; padding-right: 8px; }
.co-items::-webkit-scrollbar { width: 6px; }
.co-items::-webkit-scrollbar-thumb { background: var(--line); border-radius: 999px; }
.co-items::-webkit-scrollbar-thumb:hover { background: #c9c3b6; }
.co-item { display: flex; align-items: center; gap: 12px; padding: 12px 0; }
.co-item + .co-item { border-top: 1px solid var(--line); }
.co-item__img { width: 52px; height: 52px; border-radius: 10px; background-size: cover; background-position: center; flex-shrink: 0; }
.co-item__info { flex: 1; min-width: 0; }
.co-item__name { font-weight: 800; font-size: 14px; color: var(--ink); letter-spacing: -.01em; }
.co-item__tier { font-size: 12.5px; color: var(--muted); margin-top: 2px; }
.co-item__price { font-family: var(--font-display); font-weight: 800; font-size: 15px; color: var(--ink); white-space: nowrap; }

.co-empty { font-size: 14px; color: var(--muted); padding: 20px 0; margin: 0; }
.co-empty a { color: var(--blue-700); font-weight: 700; }

.co-totals { margin-top: 16px; padding-top: 16px; border-top: 1px dashed var(--line); display: flex; flex-direction: column; gap: 10px; }
.co-totals__row { display: flex; align-items: center; justify-content: space-between; font-size: 14px; color: var(--ink-2); }
.co-totals__row .free { color: #1F8A5B; font-weight: 700; }
.co-totals__row--grand { margin-top: 6px; padding-top: 14px; border-top: 1px solid var(--line); }
.co-totals__row--grand span { font-weight: 700; color: var(--ink); }
.co-totals__row--grand strong { font-family: var(--font-display); font-weight: 800; font-size: 26px; color: var(--blue-900); }

.co-pay {
  width: 100%; margin-top: 22px;
  background: #F6A04E; color: #fff;
  font-family: var(--font-display); font-weight: 800; font-size: 16px;
  padding: 16px; border-radius: 12px;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  box-shadow: 0 12px 26px rgba(246,160,78,.4);
  transition: background .2s, transform .15s, box-shadow .2s;
}
.co-pay:hover { background: #ef8f36; transform: translateY(-2px); box-shadow: 0 16px 32px rgba(246,160,78,.5); }
.co-pay:disabled { background: var(--paper-2); color: var(--muted); box-shadow: none; cursor: not-allowed; transform: none; }
.co-pay.is-done { background: #1F8A5B; box-shadow: 0 12px 26px rgba(31,138,91,.4); }
.co-trust { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 16px; font-size: 12.5px; color: var(--muted); text-align: center; }
.co-trust svg { color: #1F8A5B; flex-shrink: 0; }
.co-error { margin: 0 0 4px; padding: 12px 14px; border-radius: 10px; background: #fdeaea; border: 1px solid #f5c2c0; color: #b42318; font-size: 13.5px; font-weight: 600; line-height: 1.4; }
.co-error[hidden] { display: none; }

/* ---------- responsive ---------- */
@media (max-width: 920px) {
  .checkout__grid { grid-template-columns: 1fr; }
  .co-summary { position: static; }
}
@media (max-width: 520px) {
  .co-row.cols-2 { grid-template-columns: 1fr; }
  .co-form { padding: 24px; }
}
