:root {
  --ink: #172033;
  --muted: #637083;
  --paper: #fffaf1;
  --surface: #ffffff;
  --navy: #06386b;
  --blue: #0a6ebd;
  --red: #c8192e;
  --gold: #f0b336;
  --green: #1f7a5a;
  --line: rgba(23, 32, 51, 0.14);
  --shadow: 0 18px 42px rgba(23, 32, 51, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 118px;
}

body {
  margin: 0;
  color: var(--ink);
  background: #f6f0e5;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

@keyframes heroRise {
  from {
    opacity: 0;
    transform: translateY(26px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroDrift {
  from {
    transform: scale(1.05);
  }

  to {
    transform: scale(1.12);
  }
}

@keyframes mascotBob {
  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }

  50% {
    transform: translateY(-8px) rotate(1deg);
  }
}

@keyframes ambientLight {
  0%,
  100% {
    opacity: 0.34;
    transform: translate3d(-4%, -3%, 0) scale(1);
  }

  50% {
    opacity: 0.58;
    transform: translate3d(4%, 3%, 0) scale(1.08);
  }
}

@keyframes dropdownIn {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes numberPop {
  0% {
    transform: scale(1);
  }

  45% {
    transform: scale(1.24);
    color: var(--red);
  }

  100% {
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-bg,
  .kinder-hero .hero-bg,
  .groups-hero .hero-bg,
  .gastro-hero .hero-bg,
  .party-hero .hero-bg,
  .info-hero .hero-bg,
  .contact-hero .hero-bg,
  .faq-hero .hero-bg,
  .glow-hero .hero-bg {
    animation: heroDrift 18s ease-out both;
    transform-origin: center;
    will-change: transform;
  }

  .hero-content,
  .kinder-hero-content,
  .groups-hero-content,
  .gastro-hero-content,
  .party-hero-content,
  .info-hero-content,
  .contact-hero-content,
  .faq-hero-content,
  .glow-hero-content {
    animation: heroRise 0.85s cubic-bezier(0.2, 0.75, 0.25, 1) both;
  }

  .booking-finder,
  .booking-panel {
    animation: heroRise 0.85s cubic-bezier(0.2, 0.75, 0.25, 1) 0.16s both;
  }

  .hero::before,
  .park-hero::before,
  .kinder-hero::before,
  .groups-hero::before,
  .gastro-hero::before,
  .party-hero::before,
  .info-hero::before,
  .contact-hero::before,
  .faq-hero::before,
  .glow-hero::before {
    animation: ambientLight 9s ease-in-out infinite;
  }

  .mascot-pop img,
  .mascot-corner img,
  .mascot-guide img,
  .hero-mascot img {
    animation: mascotBob 4.8s ease-in-out infinite;
  }

  .reveal-item {
    opacity: 0;
    transform: translateY(28px);
    transition:
      opacity 0.72s cubic-bezier(0.2, 0.75, 0.25, 1),
      transform 0.72s cubic-bezier(0.2, 0.75, 0.25, 1);
    transition-delay: var(--reveal-delay, 0ms);
    will-change: opacity, transform;
  }

  .reveal-item.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  .glow-facts {
    animation: heroRise 0.9s cubic-bezier(0.16, 0.84, 0.24, 1) 0.18s both;
  }

  .glow-facts article.reveal-item {
    transform: translateY(18px) scale(0.985);
    transition:
      opacity 0.86s cubic-bezier(0.16, 0.84, 0.24, 1),
      transform 0.86s cubic-bezier(0.16, 0.84, 0.24, 1),
      box-shadow 0.46s cubic-bezier(0.2, 0.75, 0.25, 1),
      background 0.46s ease;
  }

  .glow-facts article.reveal-item.is-visible {
    transform: translateY(0) scale(1);
  }

.glow-facts article.reveal-item.is-visible:hover {
    transform: translateY(-6px) scale(1.01);
  }

  .party-facts article.reveal-item,
  .gastro-facts article.reveal-item,
  .groups-facts article.reveal-item,
  .info-facts article.reveal-item,
  .contact-strip article.reveal-item,
  .faq-facts article.reveal-item,
  .park-facts article.reveal-item,
  .fact-stack div.reveal-item {
    transform: translateY(18px) scale(0.985);
    transition:
      opacity 0.86s cubic-bezier(0.16, 0.84, 0.24, 1),
      transform 0.86s cubic-bezier(0.16, 0.84, 0.24, 1),
      box-shadow 0.46s cubic-bezier(0.2, 0.75, 0.25, 1),
      background 0.46s ease;
  }

  .party-facts article.reveal-item.is-visible,
  .gastro-facts article.reveal-item.is-visible,
  .groups-facts article.reveal-item.is-visible,
  .info-facts article.reveal-item.is-visible,
  .contact-strip article.reveal-item.is-visible,
  .faq-facts article.reveal-item.is-visible,
  .park-facts article.reveal-item.is-visible,
  .fact-stack div.reveal-item.is-visible {
    transform: translateY(0) scale(1);
  }

  .party-facts article.reveal-item.is-visible:hover,
  .gastro-facts article.reveal-item.is-visible:hover,
  .groups-facts article.reveal-item.is-visible:hover,
  .info-facts article.reveal-item.is-visible:hover,
  .contact-strip article.reveal-item.is-visible:hover,
  .faq-facts article.reveal-item.is-visible:hover,
  .park-facts article.reveal-item.is-visible:hover {
    transform: translateY(-6px) scale(1.01);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  color: #fff;
  background: rgba(6, 24, 45, 0.94);
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
  transition: background 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}

.site-header.is-scrolled {
  background: rgba(6, 24, 45, 0.94);
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.18);
}

.sticky-ticket-widget {
  position: fixed;
  top: 92px;
  right: 18px;
  z-index: 35;
  display: grid;
  justify-items: end;
  gap: 10px;
  pointer-events: none;
}

.sticky-ticket-button {
  position: relative;
  display: grid;
  width: 92px;
  height: 82px;
  place-items: center;
  padding: 11px 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 10px;
  background: #aa9658;
  color: #fff;
  box-shadow: 0 16px 34px rgba(23, 32, 51, 0.24);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transform: rotate(-3deg);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
  pointer-events: auto;
}

.sticky-ticket-button::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 7px;
  pointer-events: none;
}

.sticky-ticket-button svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sticky-ticket-button:hover,
.sticky-ticket-widget.is-open .sticky-ticket-button {
  background: #b8a365;
  box-shadow: 0 20px 42px rgba(23, 32, 51, 0.3);
  transform: rotate(-1deg) translateY(-2px);
}

.sticky-ticket-menu {
  width: 292px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(170, 150, 88, 0.98);
  box-shadow: 0 22px 52px rgba(6, 24, 45, 0.28);
  opacity: 0;
  transform: translateY(-8px) scale(0.97);
  transform-origin: top right;
  transition: opacity 0.22s ease, transform 0.22s ease;
  pointer-events: auto;
}

.sticky-ticket-widget.is-open .sticky-ticket-menu {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.sticky-ticket-menu a {
  display: grid;
  gap: 3px;
  padding: 18px 22px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  text-decoration: none;
  transition: background 0.2s ease, padding-left 0.2s ease;
}

.sticky-ticket-menu a:last-child {
  border-bottom: 0;
}

.sticky-ticket-menu a:hover {
  background: rgba(255, 255, 255, 0.12);
  padding-left: 26px;
}

.sticky-ticket-menu span {
  font-size: 20px;
  font-weight: 900;
}

.sticky-ticket-menu small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 750;
}

.utility-bar {
  display: flex;
  justify-content: center;
  gap: 28px;
  padding: 8px 24px;
  background: rgba(3, 21, 40, 0.58);
  font-size: 13px;
}

.utility-bar a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.main-nav {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 18px 0;
}

.brand img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}

.brand {
  position: relative;
  z-index: 2;
  display: inline-block;
  justify-self: start;
  width: 190px;
  isolation: isolate;
}

.header-mascot {
  position: absolute;
  top: -22px;
  right: -24px;
  z-index: 1;
  width: 62px;
  height: 80px;
  margin: 0;
  overflow: visible;
  pointer-events: none;
}

.header-mascot img {
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: 1;
  width: auto;
  max-width: none;
  height: 82px;
  transform: rotate(-4deg);
  filter: drop-shadow(0 8px 9px rgba(0, 0, 0, 0.26));
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 6px;
}

.nav-links a,
.nav-cta {
  position: relative;
  overflow: hidden;
  min-height: 42px;
  padding: 11px 15px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 14px;
  transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.nav-links a:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-1px);
}

.nav-cta {
  background: var(--red);
  color: #fff;
  box-shadow: 0 9px 22px rgba(200, 25, 46, 0.35);
}

.nav-cta:hover,
.button.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(200, 25, 46, 0.34);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.22);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 3px auto;
  background: #fff;
}

.hero {
  position: relative;
  min-height: 760px;
  padding: 210px 24px 130px;
  overflow: hidden;
  color: #fff;
}

.hero::before,
.park-hero::before,
.kinder-hero::before,
.groups-hero::before,
.gastro-hero::before,
.party-hero::before,
.info-hero::before,
.contact-hero::before,
.faq-hero::before,
.glow-hero::before {
  content: "";
  position: absolute;
  inset: 12% -10% auto auto;
  z-index: 1;
  width: min(420px, 42vw);
  height: min(420px, 42vw);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(240, 179, 54, 0.28), rgba(10, 110, 189, 0.12) 42%, rgba(10, 110, 189, 0) 70%);
  pointer-events: none;
  mix-blend-mode: screen;
}

.hero-bg,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-bg {
  z-index: 0;
  object-fit: cover;
}

video.hero-bg {
  animation: none;
}

.hero video.hero-bg {
  background: #06182d;
}

.hero video.hero-bg + .hero-fallback {
  z-index: -1;
}

video.hero-bg + .hero-fallback {
  z-index: -1;
}

.hero-shade {
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5, 17, 33, 0.86), rgba(5, 17, 33, 0.42) 52%, rgba(5, 17, 33, 0.2)),
    linear-gradient(0deg, rgba(5, 17, 33, 0.74), rgba(5, 17, 33, 0) 45%);
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(42px, 7vw, 84px);
  line-height: 0.95;
}

h2 {
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.04;
}

h3 {
  font-size: 24px;
  line-height: 1.15;
}

.hero-copy {
  max-width: 630px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 19px;
}

.hero-actions,
.mini-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 22px;
  border-radius: 6px;
  font-weight: 800;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.button::before,
.nav-cta::before,
.finder-search::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.26) 44%, transparent 58%);
  transform: translateX(-130%);
  transition: transform 0.64s cubic-bezier(0.2, 0.75, 0.25, 1);
  pointer-events: none;
}

.button:hover::before,
.nav-cta:hover::before,
.finder-search:hover::before {
  transform: translateX(130%);
}

.button.primary {
  background: var(--red);
  color: #fff;
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.button.secondary:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.9);
}

.booking-panel {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  width: min(1120px, calc(100% - 40px));
  margin: -70px auto 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.quick-card {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 138px;
  padding: 24px;
  background: #fff;
  transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.quick-card.accent {
  background: var(--navy);
  color: #fff;
}

.quick-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(23, 32, 51, 0.12);
}

.quick-card strong,
.quick-card small {
  display: block;
}

.quick-card small {
  margin-top: 4px;
  color: var(--muted);
}

.quick-card.accent small {
  color: rgba(255, 255, 255, 0.72);
}

.quick-icon {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #e8f2fb;
  color: var(--blue);
  font-weight: 900;
}

.accent .quick-icon {
  background: var(--gold);
  color: #241500;
}

.booking-finder {
  position: relative;
  z-index: 4;
  width: min(1120px, calc(100% - 40px));
  margin: -58px auto 0;
  padding: 0;
  isolation: isolate;
}

.finder-tabs {
  position: relative;
  z-index: 3;
  display: inline-flex;
  gap: 6px;
  max-width: 100%;
  margin: 0 0 -1px 18px;
  padding: 6px;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: rgba(255, 250, 241, 0.92);
  backdrop-filter: blur(12px);
}

.finder-tabs button {
  min-height: 42px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--navy);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  padding: 10px 15px;
  cursor: pointer;
  transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.finder-tabs button:hover {
  transform: translateY(-1px);
}

.finder-tabs button:last-child {
  border-right: 0;
}

.finder-tabs .is-active {
  background: var(--navy);
  color: #fff;
  box-shadow: 0 8px 18px rgba(6, 56, 107, 0.18);
  animation: dropdownIn 0.28s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.finder-panel {
  overflow: visible;
  position: relative;
  z-index: 2;
  border: 1px solid rgba(23, 32, 51, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 38px rgba(23, 32, 51, 0.14);
  backdrop-filter: blur(12px);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.mascot-pop,
.mascot-corner,
.mascot-guide {
  isolation: isolate;
  pointer-events: none;
  user-select: none;
}

.mascot-pop {
  position: absolute;
  z-index: 3;
  width: 138px;
  margin: 0;
}

.mascot-pop-booking {
  top: -218px;
  right: -88px;
  width: 280px;
  transform: translateX(0);
  opacity: 1;
  transition:
    opacity 0.34s ease,
    transform 0.46s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.mascot-pop-booking.is-away {
  transform: translateX(145%) translateY(-12px) rotate(4deg);
  opacity: 0;
}

.mascot-pop-attractions {
  left: max(-280px, calc((100vw - 1510px) / -2));
  bottom: 82px;
  width: 380px;
  opacity: 0.96;
  transform: translateX(0) rotate(-4deg);
  transition:
    opacity 0.34s ease,
    transform 0.5s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.mascot-pop-attractions.is-away-left {
  transform: translateX(-145%) translateY(12px) rotate(-9deg);
  opacity: 0;
}

.mascot-pop img,
.mascot-corner img,
.mascot-guide img {
  position: relative;
  z-index: 1;
  width: 100%;
  filter: drop-shadow(0 14px 14px rgba(23, 32, 51, 0.16));
}

.hero-mascot {
  position: absolute;
  z-index: 2;
  margin: 0;
  pointer-events: none;
  user-select: none;
}

.hero-mascot img {
  display: block;
  width: 100%;
  filter: drop-shadow(0 18px 24px rgba(5, 17, 33, 0.22));
}

.home-hero-mascot {
  right: max(-12px, calc((100vw - 1320px) / 2));
  bottom: 58px;
  width: min(440px, 30vw);
  opacity: 0.98;
  transform: translateX(0);
  transition:
    opacity 0.38s ease,
    transform 0.64s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.home-hero-mascot img {
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 28px 36px rgba(5, 17, 33, 0.36));
}

.hero-event-bubble {
  position: absolute;
  right: min(72%, 320px);
  top: 7%;
  z-index: 1;
  display: grid;
  width: min(300px, 27vw);
  gap: 7px;
  padding: 20px 34px 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 28px 28px 10px 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 253, 0.9)),
    #fff;
  color: var(--navy);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 18px 42px rgba(5, 17, 33, 0.2);
  text-align: left;
  transform: rotate(-2deg);
  backdrop-filter: blur(10px);
}

.hero-event-bubble::before {
  content: "";
  position: absolute;
  right: -34px;
  top: 50%;
  z-index: -1;
  width: 54px;
  height: 58px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 253, 0.9));
  clip-path: polygon(0 16%, 100% 50%, 0 84%, 16% 50%);
  filter: drop-shadow(8px 10px 14px rgba(5, 17, 33, 0.12));
  transform: translateY(-50%);
}

.hero-event-bubble::after {
  content: "";
  position: absolute;
  left: 18px;
  bottom: -6px;
  width: 72px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(240, 179, 54, 0.9), rgba(200, 25, 46, 0.76));
  opacity: 0.88;
}

.hero-event-bubble span {
  justify-self: start;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(240, 179, 54, 0.12);
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.hero-event-bubble strong {
  max-width: 12ch;
  font-size: clamp(20px, 1.85vw, 27px);
  line-height: 1.05;
}

.hero-event-bubble small {
  color: var(--muted);
  font-size: 13.5px;
  font-weight: 750;
  line-height: 1.35;
}

.home-hero-mascot.is-away {
  opacity: 0;
  transform: translateX(135%) translateY(18px) rotate(4deg);
}

.party-hero-mascot {
  right: max(34px, calc((100vw - 1120px) / 2));
  bottom: 250px;
  width: min(280px, 22vw);
}

.kinder-hero-mascot {
  right: max(30px, calc((100vw - 1120px) / 2));
  bottom: 110px;
  width: min(285px, 23vw);
  opacity: 0.96;
}

.inline-mascot {
  float: right;
  width: min(210px, 34vw);
  margin: -18px -12px 8px 28px;
  pointer-events: none;
  user-select: none;
}

.inline-mascot img {
  display: block;
  width: 100%;
  filter: drop-shadow(0 18px 22px rgba(23, 32, 51, 0.18));
}

.inline-mascot-chef {
  width: min(190px, 30vw);
  margin-top: -8px;
}

.inline-mascot-cowboy {
  width: min(185px, 30vw);
  margin-top: -24px;
  margin-right: -6px;
}

.mascot-themed,
.mascot-mini {
  position: relative;
  margin: 0;
  isolation: isolate;
  pointer-events: none;
}

.mascot-themed img,
.mascot-mini img {
  position: relative;
  z-index: 1;
  width: 100%;
  filter: drop-shadow(0 16px 18px rgba(0, 0, 0, 0.18));
}

.mascot-themed::before,
.mascot-mini::before {
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 999px;
  background: transparent;
}

.mascot-themed::after,
.mascot-mini::after {
  position: absolute;
  z-index: 2;
  display: none;
  place-items: center;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 10px 20px rgba(200, 25, 46, 0.25);
}

.mascot-theme-action::after {
  content: "!";
}

.mascot-theme-groups::after {
  content: "+";
}

.mascot-theme-info::after {
  content: "i";
}

.finder-panel:hover {
  box-shadow: 0 22px 48px rgba(23, 32, 51, 0.16);
}

.finder-steps {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr 1fr;
  gap: 20px;
  padding: 28px 32px 24px;
}

.ticket-panel {
  overflow: visible;
}

[data-booking-panel][hidden] {
  display: none;
}

.ticket-builder {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(490px, 1.55fr) minmax(235px, 0.73fr);
  min-height: 220px;
  padding: 28px 38px 24px;
}

.ticket-total-card,
.ticket-counter-card,
.ticket-date-card {
  position: relative;
  min-height: 188px;
  padding: 0 30px;
  background: transparent;
}

.ticket-total-card {
  display: grid;
  align-content: start;
  gap: 26px;
  padding-left: 0;
  border-right: 1px solid rgba(23, 32, 51, 0.08);
}

.ticket-counter-card {
  border-right: 1px solid rgba(23, 32, 51, 0.08);
}

.ticket-date-card {
  padding-right: 0;
}

.booking-step-title,
.booking-step-head {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
}

.booking-step-title {
  margin: 0;
  color: var(--ink);
}

.booking-step-title strong {
  color: var(--ink);
  font-size: 22px;
  font-weight: 900;
}

.ticket-total-card div > span {
  display: block;
  margin-bottom: 6px;
  color: #a8955b;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.ticket-total-card div > strong {
  display: block;
  color: var(--ink);
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1;
}

.ticket-total-card div > p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.ticket-price-lines {
  display: none;
}

.booking-step-head .eyebrow {
  display: none;
}

.booking-step-head h3 {
  margin: 0;
  color: var(--ink);
  font-size: 22px;
}

.ticket-counter-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: auto 1fr;
  column-gap: 14px;
  align-items: start;
}

.ticket-counter-card .booking-step-head {
  grid-column: 1 / -1;
}

.ticket-counter-row {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 12px;
  padding: 2px 0 0;
}

.ticket-counter-row strong,
.ticket-counter-row span {
  display: block;
}

.ticket-counter-row strong {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.08;
  white-space: nowrap;
}

.ticket-counter-row small {
  color: var(--muted);
  font-size: 12px;
}

.ticket-counter-row div > span {
  display: none;
}

.ticket-counter-control {
  display: grid;
  grid-template-columns: 34px 48px 34px;
  align-items: center;
  justify-content: start;
  margin-top: 6px;
  background: transparent;
}

.ticket-counter-control button {
  width: 34px;
  height: 40px;
  border: 0;
  background: transparent;
  color: #a8955b;
  font: inherit;
  font-size: 28px;
  font-weight: 900;
  cursor: pointer;
}

.ticket-counter-control [data-counter-value] {
  display: grid;
  height: 40px;
  place-items: center;
  color: var(--ink);
  font-size: 34px;
  font-weight: 900;
}

.ticket-counter-control [data-counter-value].is-updating {
  animation: numberPop 0.28s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.attraction-booking-builder {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(300px, 0.85fr) minmax(290px, 0.8fr);
  min-height: 255px;
  padding: 28px 38px 24px;
}

.attraction-select-card,
.attraction-people-card,
.attraction-total-card {
  position: relative;
  min-height: 205px;
  padding: 0 30px;
  background: transparent;
}

.attraction-select-card,
.attraction-people-card {
  border-right: 1px solid rgba(23, 32, 51, 0.08);
}

.attraction-select-card {
  padding-left: 0;
}

.attraction-total-card {
  padding-right: 0;
}

.attraction-dropdown-booking {
  position: relative;
}

.attraction-select-toggle {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 56px;
  padding: 12px 14px;
  border: 1px solid rgba(6, 56, 107, 0.2);
  border-radius: 8px;
  background: #f6f8fa;
  color: var(--ink);
  font: inherit;
  cursor: pointer;
  text-align: left;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.attraction-select-toggle span {
  font-size: 18px;
  font-weight: 900;
}

.attraction-select-toggle strong {
  color: #a8955b;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
}

.attraction-select-toggle em {
  color: #a8955b;
  font-style: normal;
  font-size: 20px;
  font-weight: 900;
}

.attraction-dropdown-booking p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.attraction-option-list {
  position: absolute;
  z-index: 14;
  display: grid;
  gap: 5px;
  width: min(360px, calc(100vw - 56px));
  max-height: 330px;
  margin-top: 10px;
  padding: 8px;
  overflow: auto;
  border: 1px solid rgba(23, 32, 51, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 56px rgba(23, 32, 51, 0.2);
  animation: dropdownIn 0.2s cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.attraction-option-list[hidden] {
  display: none;
}

.attraction-option-list button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 40px;
  padding: 9px 10px;
  border: 0;
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.attraction-option-list button:hover {
  transform: translateY(-1px);
  border-color: rgba(10, 110, 189, 0.24);
}

.attraction-option-list button.is-selected {
  background: #edf3f9;
}

.attraction-option-list span,
.attraction-option-list strong {
  font-size: 13px;
  font-weight: 900;
}

.attraction-option-list strong {
  color: #a8955b;
  white-space: nowrap;
}

.attraction-people-card {
  display: grid;
  gap: 10px;
  align-content: start;
}

.vertical-counter-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 1px 0;
}

.vertical-counter-row strong {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.1;
}

.vertical-counter-row small {
  color: var(--muted);
  font-size: 12px;
}

.attraction-total-card {
  display: grid;
  align-content: start;
  gap: 22px;
}

.attraction-total-card > div:last-child span {
  display: block;
  margin-bottom: 6px;
  color: #a8955b;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.attraction-total-card > div:last-child strong {
  display: block;
  color: var(--ink);
  font-size: clamp(34px, 3.8vw, 50px);
  line-height: 1;
}

.attraction-total-card > div:last-child p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.event-booking-builder {
  display: grid;
  grid-template-columns: minmax(250px, 0.75fr) minmax(440px, 1.28fr) minmax(275px, 0.8fr);
  min-height: 255px;
  padding: 28px 38px 24px;
}

.event-people-card,
.event-options-card,
.event-contact-card {
  position: relative;
  min-height: 205px;
  padding: 0 30px;
  background: transparent;
}

.event-people-card,
.event-options-card {
  border-right: 1px solid rgba(23, 32, 51, 0.08);
}

.event-people-card {
  padding-left: 0;
}

.event-contact-card {
  padding-right: 0;
}

.event-counter-row {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.event-counter-row strong,
.event-counter-row span {
  display: block;
}

.event-counter-row strong {
  color: var(--ink);
  font-size: 20px;
  line-height: 1.08;
}

.event-counter-row div > span {
  margin-top: 7px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.event-options-card {
  align-content: start;
}

.event-option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.event-option {
  position: relative;
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 9px 11px;
  border: 1px solid rgba(23, 32, 51, 0.1);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  cursor: pointer;
  transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.event-option:hover {
  transform: translateY(-1px);
  border-color: rgba(6, 56, 107, 0.24);
  box-shadow: 0 8px 18px rgba(23, 32, 51, 0.06);
}

.event-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.event-option span {
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border: 2px solid #a8955b;
  border-radius: 5px;
}

.event-option input:checked + span::after {
  content: "✓";
  color: #a8955b;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

.event-option:has(input:checked) {
  border-color: rgba(6, 56, 107, 0.36);
  background: #edf3f9;
}

.event-option strong {
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
}

.event-option-wide {
  grid-column: 1 / -1;
}

.event-phone-field {
  display: grid;
  gap: 8px;
  margin-top: 22px;
}

.event-phone-field span {
  color: #a8955b;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.event-phone-field input {
  width: 100%;
  min-height: 48px;
  padding: 0;
  border: 0;
  border-bottom: 2px solid rgba(23, 32, 51, 0.42);
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 20px;
  font-weight: 900;
  outline: none;
}

.checkout-demo-open {
  overflow: hidden;
}

.checkout-demo {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 28px;
}

.checkout-demo__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 17, 33, 0.62);
  backdrop-filter: blur(10px);
  animation: fadeIn 0.2s ease both;
}

.checkout-demo__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(340px, 1fr);
  width: min(920px, 100%);
  max-height: min(760px, calc(100dvh - 44px));
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(5, 17, 33, 0.36);
  animation: checkoutRise 0.32s cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.checkout-demo__summary {
  position: relative;
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 38px;
  background:
    radial-gradient(circle at 10% 0%, rgba(240, 179, 54, 0.2), transparent 34%),
    linear-gradient(145deg, #0b2441, #071526);
  color: #fff;
}

.checkout-demo__close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font: inherit;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.checkout-demo__badge {
  justify-self: start;
  padding: 7px 10px;
  border: 1px solid rgba(240, 179, 54, 0.28);
  border-radius: 999px;
  background: rgba(240, 179, 54, 0.12);
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.checkout-demo__summary p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.checkout-demo__summary h2 {
  margin: 0;
  max-width: 9ch;
  color: #fff;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 0.98;
}

.checkout-demo__summary > strong {
  color: #fff;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1;
}

.checkout-demo__lines {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.checkout-demo__line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.checkout-demo__line span,
.checkout-demo__line strong {
  display: block;
  color: #fff;
  font-weight: 900;
}

.checkout-demo__line small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.64);
  font-weight: 750;
}

.checkout-demo__meta {
  display: grid;
  gap: 12px;
  margin: auto 0 0;
}

.checkout-demo__meta div {
  display: grid;
  grid-template-columns: 95px minmax(0, 1fr);
  gap: 16px;
}

.checkout-demo__meta dt,
.checkout-demo__meta dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  font-weight: 800;
}

.checkout-demo__meta dd {
  color: #fff;
  text-align: right;
}

.checkout-demo__form {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 38px;
  overflow: auto;
}

.checkout-demo__fineprint {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

.checkout-demo__form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 900;
}

.checkout-demo__form label > span {
  font-size: 13px;
}

.checkout-demo__form input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(23, 32, 51, 0.14);
  border-radius: 9px;
  background: #fff;
  color: var(--ink);
  caret-color: var(--red);
  font: inherit;
  font-weight: 750;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.checkout-demo__form input::placeholder {
  color: rgba(23, 32, 51, 0.42);
}

.checkout-demo__form input:focus {
  border-color: rgba(10, 110, 189, 0.35);
  box-shadow: 0 0 0 4px rgba(10, 110, 189, 0.1);
}

.checkout-demo__card-field {
  display: grid;
  border: 1px solid rgba(23, 32, 51, 0.14);
  border-radius: 9px;
  background: #fff;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.checkout-demo__card-field:focus-within {
  border-color: rgba(10, 110, 189, 0.35);
  box-shadow: 0 0 0 4px rgba(10, 110, 189, 0.1);
}

.checkout-demo__card-field input {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.checkout-demo__card-field input:focus {
  box-shadow: none;
}

.checkout-demo__card-field > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(23, 32, 51, 0.1);
}

.checkout-demo__card-field > div input + input {
  border-left: 1px solid rgba(23, 32, 51, 0.1);
}

.checkout-demo__pay {
  min-height: 54px;
  margin-top: 4px;
  border: 0;
  border-radius: 10px;
  background: var(--red);
  color: #fff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(200, 25, 46, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.checkout-demo__pay:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(200, 25, 46, 0.28);
}

.checkout-demo__pay:active {
  transform: translateY(1px);
}

.checkout-demo__fineprint {
  margin: 0;
  text-align: center;
}

@keyframes checkoutRise {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 760px) {
  .checkout-demo {
    padding: 12px;
  }

  .checkout-demo__panel {
    grid-template-columns: 1fr;
    max-height: calc(100dvh - 24px);
    overflow: auto;
  }

  .checkout-demo__summary,
  .checkout-demo__form {
    padding: 26px;
  }

  .checkout-demo__summary h2 {
    max-width: none;
  }
}

.event-phone-field input:focus {
  border-color: #a8955b;
}

.event-contact-card > p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}

.finder-step {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 13px;
  min-height: 132px;
}

.step-mark {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: #edf3f9;
  color: var(--blue);
  font-size: 16px;
  font-weight: 900;
}

.finder-step h3 {
  margin: 3px 0 15px;
  color: var(--ink);
  font-size: 19px;
}

.finder-step label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 9px 0;
  color: #464646;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.finder-step label input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.checkmark {
  position: relative;
  display: inline-grid;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 2px solid #a8955b;
  border-radius: 5px;
}

.checkmark::after {
  content: "✓";
  color: #a8955b;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.checkmark.empty::after,
.finder-step label:not(.is-selected) .checkmark::after {
  content: "";
}

.attraction-picker {
  margin-top: 15px;
  padding-top: 14px;
  border-top: 1px solid rgba(23, 32, 51, 0.09);
}

.attraction-picker p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.attraction-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.attraction-chip {
  min-height: 31px;
  padding: 6px 10px;
  border: 1px solid rgba(23, 32, 51, 0.13);
  border-radius: 999px;
  background: #fff;
  color: #4d5969;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.attraction-chip:hover {
  transform: translateY(-1px);
  border-color: rgba(10, 110, 189, 0.3);
}

.attraction-chip.is-selected {
  border-color: rgba(6, 56, 107, 0.95);
  background: var(--navy);
  color: #fff;
}

.attraction-dropdown {
  position: relative;
  margin-top: 14px;
}

.attraction-dropdown-toggle {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid rgba(23, 32, 51, 0.12);
  border-radius: 7px;
  background: #fff;
  color: var(--navy);
  font: inherit;
  cursor: pointer;
}

.attraction-dropdown-toggle span {
  font-size: 13px;
  font-weight: 900;
  text-align: left;
}

.attraction-dropdown-toggle strong {
  padding: 4px 8px;
  border-radius: 999px;
  background: #edf3f9;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
}

.attraction-dropdown-toggle em {
  color: #a8955b;
  font-style: normal;
  font-weight: 900;
}

.attraction-dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 11;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  width: min(320px, 100%);
  max-height: 260px;
  padding: 8px;
  overflow: auto;
  border: 1px solid rgba(23, 32, 51, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(23, 32, 51, 0.16);
  transform-origin: top left;
  animation: dropdownIn 0.2s cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.attraction-dropdown-menu[hidden] {
  display: none;
}

.attraction-menu-item {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: center;
  gap: 9px;
  min-height: 36px;
  padding: 7px 9px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #4d5969;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.attraction-menu-item:hover {
  background: #f3f6f9;
}

.attraction-menu-item span {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 2px solid rgba(168, 149, 91, 0.78);
  border-radius: 4px;
}

.attraction-menu-item.is-selected span::after {
  content: "✓";
  color: #a8955b;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.counter-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  margin: 8px 0;
}

.counter-row span {
  color: #454545;
  font-size: 15px;
  font-weight: 900;
}

.counter-row small {
  color: #777;
  font-size: 11px;
}

.counter-row strong {
  display: inline-grid;
  grid-template-columns: 26px 28px 26px;
  align-items: center;
  color: #3d3d3d;
  font-size: 22px;
  line-height: 1;
  text-align: center;
}

.counter-row [data-counter-value] {
  display: inline-block;
}

.counter-row [data-counter-value].is-updating {
  animation: numberPop 0.28s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.counter-row button {
  border: 0;
  background: transparent;
  color: #a8955b;
  font: inherit;
  font-size: 25px;
  cursor: pointer;
}

.date-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 0 0 10px;
  border: 0;
  border-bottom: 2px solid rgba(23, 32, 51, 0.42);
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.date-row:focus-visible {
  outline: 3px solid rgba(10, 110, 189, 0.24);
  outline-offset: 5px;
}

.date-row span {
  color: #454545;
  font-size: 17px;
  font-weight: 900;
}

.date-row small,
.date-row strong {
  color: #a8955b;
  font-size: 18px;
  font-weight: 900;
}

.date-picker-wrap {
  position: relative;
}

.date-popover {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  z-index: 12;
  width: min(420px, calc(100vw - 44px));
  padding: 20px;
  border: 1px solid rgba(23, 32, 51, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 56px rgba(23, 32, 51, 0.22);
  transform-origin: top right;
  animation: dropdownIn 0.22s cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.date-popover[hidden] {
  display: none;
}

.date-popover-head {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.date-popover-head strong {
  color: var(--ink);
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}

.date-popover-head button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: #f2f5f8;
  color: #a8955b;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.date-weekdays,
.date-calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}

.date-weekdays {
  margin-bottom: 6px;
}

.date-weekdays span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.date-calendar span,
.date-calendar button {
  min-height: 43px;
  border: 0;
  border-radius: 5px;
  font: inherit;
  font-size: 15px;
  font-weight: 900;
}

.date-calendar button {
  background: #edf3f9;
  color: var(--ink);
  cursor: pointer;
}

.date-calendar button:hover {
  background: #dce8f3;
}

.date-calendar button.is-today {
  box-shadow: inset 0 0 0 2px #a8955b;
}

.date-calendar button.is-range {
  background: rgba(10, 110, 189, 0.16);
}

.date-calendar button.is-selected {
  background: var(--navy);
  color: #fff;
}

.date-calendar button:disabled {
  background: #e5e8ee;
  color: rgba(23, 32, 51, 0.34);
  cursor: not-allowed;
}

.date-popover-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
}

.date-popover-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.date-popover-footer button {
  min-height: 38px;
  padding: 0 14px;
  border: 0;
  border-radius: 6px;
  background: var(--red);
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.date-popover-footer button.ghost {
  border: 1px solid rgba(23, 32, 51, 0.12);
  background: #fff;
  color: var(--muted);
}

.finder-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 18px 42px 14px;
  background: linear-gradient(180deg, #f7f7f5, #f1f1ee);
}

.finder-benefits span {
  display: inline-grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
  flex: 1 1 210px;
  gap: 10px;
  min-height: 42px;
  padding: 8px 14px 8px 10px;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
}

.finder-benefits strong {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: rgba(168, 149, 91, 0.12);
  color: #a8955b;
  font-size: 14px;
  line-height: 1;
}

.finder-search {
  position: relative;
  overflow: hidden;
  display: grid;
  min-height: 62px;
  place-items: center;
  background: #c52b34;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.finder-search.is-disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

.finder-summary {
  margin: 0;
  padding: 0 32px 18px;
  background: #fff;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-align: left;
}

.intro-band,
.visit-section,
.split-band,
.experience-grid,
.highlights,
.attractions-section,
.detail-layout,
.related-grid,
.kinder-quickfacts,
.family-story,
.birthday-band,
.kinder-cards,
.party-facts,
.party-intro,
.party-steps,
.package-section,
.groups-facts,
.groups-intro,
.groups-audience-grid,
.groups-program,
.groups-modules,
.gastro-facts,
.gastro-intro,
.gastro-area-grid,
.gastro-route {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.intro-band {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.65fr);
  align-items: center;
  gap: 54px;
  padding: 105px 0 52px;
}

.intro-copy {
  align-self: center;
  justify-self: end;
  max-width: 520px;
  color: var(--muted);
  font-size: 18px;
}

.experience-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 18px;
  padding: 30px 0 82px;
}

.experience-card {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  border-radius: 8px;
  background: #111;
  color: #fff;
  box-shadow: 0 14px 30px rgba(23, 32, 51, 0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.experience-card img,
.experience-card video {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  filter: saturate(1.04);
  transition: transform 0.7s ease, filter 0.35s ease;
}

.experience-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(4, 13, 26, 0.88), rgba(4, 13, 26, 0.02) 58%);
  transition: opacity 0.35s ease;
}

.experience-card > div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 28px;
}

.experience-card p {
  color: rgba(255, 255, 255, 0.82);
}

.experience-card a {
  font-weight: 800;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.experience-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 46px rgba(23, 32, 51, 0.2);
}

.experience-card:hover img {
  transform: scale(1.05);
  filter: saturate(1.1);
}

.experience-card:hover::after {
  opacity: 0.9;
}

.experience-card:hover > div,
.attraction-tile:hover > :not(.tile-photo) {
  transform: translateY(-4px);
}

.experience-card > div,
.attraction-tile > :not(.tile-photo) {
  transition: transform 0.3s ease;
}

.tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 9px;
  border-radius: 4px;
  background: var(--red);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.tag.blue {
  background: var(--blue);
}

.tag.gold {
  background: var(--gold);
  color: #241500;
}

.attractions-section {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 82px max(24px, calc((100% - 1180px) / 2)) 92px;
  background:
    radial-gradient(circle at 18% 8%, rgba(10, 110, 189, 0.24), transparent 34%),
    radial-gradient(circle at 86% 34%, rgba(240, 179, 54, 0.18), transparent 30%),
    #10214a;
  color: #fff;
}

.attractions-section .section-head {
  width: min(980px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.attractions-section .section-head h2 {
  color: #fff;
  text-wrap: balance;
}

.attractions-section .eyebrow {
  color: var(--gold);
}

.attraction-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.attraction-tile {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-column: span 2;
  min-height: 330px;
  align-content: end;
  gap: 7px;
  padding: 28px;
  border-radius: 8px;
  background:
    linear-gradient(155deg, rgba(10, 110, 189, 0.14), rgba(240, 179, 54, 0.11)),
    #fff;
  border: 1px solid rgba(23, 32, 51, 0.09);
  box-shadow: 0 10px 24px rgba(23, 32, 51, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.attraction-tile.image-tile {
  isolation: isolate;
  background: #102131;
  border: 0;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
  color: #fff;
}

.attraction-tile.tile-wide {
  grid-column: span 3;
  min-height: 350px;
}

.attraction-tile.image-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(0deg, rgba(5, 17, 33, 0.9), rgba(5, 17, 33, 0.22) 62%, rgba(5, 17, 33, 0.08)),
    linear-gradient(115deg, rgba(5, 17, 33, 0.48), rgba(5, 17, 33, 0.02) 52%);
  transition: opacity 0.28s ease, background 0.28s ease;
}

.attraction-tile.image-tile .tile-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.02);
  transition: transform 0.52s ease, filter 0.32s ease;
}

.attraction-tile.image-tile .tile-video {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease, transform 0.52s ease, filter 0.32s ease;
}

.attraction-tile.image-tile.is-video-ready:hover .tile-video,
.attraction-tile.image-tile.is-video-ready:focus-visible .tile-video {
  opacity: 1;
}

.attraction-tile.image-tile > :not(.tile-photo, .tile-video) {
  position: relative;
  z-index: 2;
}

.attraction-tile.image-tile:hover .tile-photo,
.attraction-tile.image-tile:hover .tile-video,
.attraction-tile.image-tile:focus-visible .tile-video {
  transform: scale(1.055);
  filter: saturate(1.12) contrast(1.04);
}

.attraction-tile.image-tile:hover::before {
  opacity: 0.78;
}

.attraction-tile:hover {
  transform: translateY(-7px);
  box-shadow: 0 26px 48px rgba(0, 0, 0, 0.3);
}

.tile-icon {
  position: absolute !important;
  top: 0;
  left: 28px;
  z-index: 3 !important;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 0 0 6px 6px;
  background: #fff;
  color: var(--navy);
}

.tile-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tile-kicker {
  color: #ff4053;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.attraction-tile strong {
  color: var(--navy);
  font-size: 21px;
  line-height: 1.12;
}

.attraction-tile.image-tile strong {
  color: #fff;
  font-size: clamp(26px, 3vw, 38px);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.attraction-tile small {
  color: var(--muted);
  font-size: 15px;
}

.attraction-tile.image-tile small {
  max-width: 470px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.28;
}

.tile-link {
  display: inline-grid;
  grid-template-columns: 52px auto;
  align-items: center;
  gap: 14px;
  margin-top: 13px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.tile-link::before {
  content: "";
  display: block;
  width: 52px;
  height: 3px;
  background: #fff;
  transition: width 0.24s ease;
}

.attraction-tile:hover .tile-link::before {
  width: 68px;
}

.mascot-callout {
  position: relative;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  align-items: center;
  gap: 30px;
  width: min(1180px, 100%);
  margin: 24px auto 0;
  padding: 28px 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
    rgba(5, 17, 33, 0.42);
  color: #fff;
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.2);
}

.mascot-callout .mascot-themed {
  width: 145px;
  justify-self: center;
}

.mascot-callout .mascot-themed::before {
  inset: 30% -10% 4% -10%;
}

.mascot-callout .mascot-themed::after {
  right: 5px;
  top: 34%;
  width: 34px;
  height: 34px;
}

.mascot-callout h3 {
  max-width: 620px;
  margin-bottom: 8px;
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
}

.mascot-callout p:not(.eyebrow) {
  max-width: 710px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}

.mascot-callout a {
  display: inline-grid;
  grid-template-columns: 52px auto;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-weight: 900;
}

.mascot-callout a::before {
  content: "";
  display: block;
  width: 52px;
  height: 3px;
  background: #fff;
}

.highlights {
  padding: 78px 0 88px;
}

.center {
  max-width: 720px;
  margin: 0 auto 34px;
  text-align: center;
}

.highlight-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.highlight-row article {
  overflow: hidden;
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 12px 28px rgba(23, 32, 51, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.highlight-row img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.highlight-row article:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 38px rgba(23, 32, 51, 0.14);
}

.highlight-row article:hover img {
  transform: scale(1.04);
}

.highlight-row article > *:not(img) {
  margin-right: 24px;
  margin-left: 24px;
}

.highlight-row span {
  display: inline-block;
  margin-top: 24px;
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.highlight-row h3 {
  margin-bottom: 10px;
}

.highlight-row p {
  margin-bottom: 28px;
  color: var(--muted);
}

.split-band {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.split-media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.split-band:hover .split-media img {
  transform: scale(1.035);
}

.split-content {
  position: relative;
  padding: 64px;
}

.split-content .mascot-mini {
  float: right;
  width: 285px;
  margin: -62px -74px 24px 38px;
}

.split-content .mascot-mini::before {
  inset: 30% -8% 3% -8%;
  background: rgba(10, 110, 189, 0.12);
}

.split-content .mascot-theme-groups::before {
  display: none;
}

.split-content .mascot-mini::after {
  right: 4px;
  top: 30%;
  width: 28px;
  height: 28px;
}

.split-content p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 30px;
}

.pill-list span,
.pill-list a {
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--navy);
  font-weight: 700;
  font-size: 14px;
}

.visit-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 88px 0;
}

.visit-card {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  padding: 44px;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mascot-corner {
  position: absolute;
  right: -74px;
  bottom: -68px;
  width: 335px;
  margin: 0;
  opacity: 0.94;
}

.visit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(23, 32, 51, 0.12);
}

.visit-card.dark {
  background: var(--navy);
  color: #fff;
}

.visit-card.light {
  background: var(--paper);
  color: var(--ink);
  border: 1px solid rgba(23, 32, 51, 0.09);
  padding-right: 176px;
}

.visit-card dl {
  display: grid;
  gap: 1px;
  margin: 28px 0;
}

.visit-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.visit-card dt {
  font-weight: 800;
}

.visit-card dd {
  margin: 0;
}

.note {
  color: rgba(255, 255, 255, 0.72);
}

.visit-card.light p {
  color: var(--muted);
  font-size: 18px;
}

.visit-card.light a {
  color: var(--blue);
  font-weight: 800;
}

.mini-actions {
  margin-top: 34px;
}

.mini-actions a {
  min-height: 44px;
  padding: 11px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 42px max(24px, calc((100% - 1120px) / 2));
  background: #102131;
  color: rgba(255, 255, 255, 0.76);
}

.site-footer img {
  width: 160px;
  margin-bottom: 14px;
}

.site-footer p {
  max-width: 380px;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 18px;
  font-weight: 800;
}

.info-hero,
.contact-hero,
.faq-hero,
.park-hero {
  position: relative;
  min-height: 640px;
  padding: 165px 24px 95px;
  overflow: hidden;
  color: #fff;
}

.info-hero .hero-shade,
.contact-hero .hero-shade,
.faq-hero .hero-shade,
.park-hero .hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 17, 33, 0.88), rgba(5, 17, 33, 0.5) 52%, rgba(5, 17, 33, 0.18)),
    linear-gradient(0deg, rgba(5, 17, 33, 0.72), rgba(5, 17, 33, 0.08) 48%);
}

.info-hero-content,
.contact-hero-content,
.faq-hero-content,
.park-hero-content {
  position: relative;
  z-index: 2;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.info-facts,
.contact-strip,
.faq-facts,
.park-facts {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  width: min(1120px, calc(100% - 48px));
  margin: -58px auto 0;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 26px 70px rgba(23, 32, 51, 0.16);
  backdrop-filter: blur(18px);
}

.contact-strip {
  grid-template-columns: 1fr 1.25fr 1fr;
}

.info-facts article,
.contact-strip article,
.faq-facts article,
.park-facts article {
  position: relative;
  min-height: 176px;
  padding: 28px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 235, 0.9)),
    #fff;
  transition:
    transform 0.46s cubic-bezier(0.2, 0.75, 0.25, 1),
    box-shadow 0.46s cubic-bezier(0.2, 0.75, 0.25, 1),
    background 0.46s ease;
}

.info-facts article + article::before,
.contact-strip article + article::before,
.faq-facts article + article::before,
.park-facts article + article::before {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 0;
  width: 1px;
  background: linear-gradient(180deg, rgba(23, 32, 51, 0), rgba(23, 32, 51, 0.14), rgba(23, 32, 51, 0));
}

.info-facts article:hover,
.contact-strip article:hover,
.faq-facts article:hover,
.park-facts article:hover {
  transform: translateY(-6px);
  background:
    linear-gradient(140deg, #fff, rgba(246, 239, 222, 0.96)),
    #fff;
  box-shadow: 0 18px 34px rgba(23, 32, 51, 0.13);
}

.info-facts span,
.contact-strip span,
.faq-facts span,
.park-facts span,
.schedule-grid span,
.price-card span,
.contact-card-grid span,
.arrival-tips span {
  display: block;
  margin-bottom: 8px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.info-facts strong,
.contact-strip strong,
.faq-facts strong,
.park-facts strong,
.schedule-grid strong,
.price-card strong,
.contact-card-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 24px;
  line-height: 1.1;
}

.info-facts p,
.contact-strip p,
.faq-facts p,
.park-facts p,
.schedule-grid p,
.price-card p,
.contact-card-grid p,
.arrival-tips p {
  margin: 0;
  color: var(--muted);
}

.info-intro,
.faq-intro,
.contact-layout,
.park-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
  align-items: start;
  gap: 70px;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 96px 0 70px;
}

.info-intro p:not(.eyebrow),
.faq-intro p:not(.eyebrow),
.contact-copy > p,
.park-intro > p {
  color: var(--muted);
  font-size: 20px;
}

.park-hero {
  min-height: 700px;
  padding-bottom: 120px;
}

.park-hero .hero-bg {
  object-position: center;
}

.park-hero .hero-shade {
  background:
    radial-gradient(circle at 78% 22%, rgba(240, 179, 54, 0.28), rgba(5, 17, 33, 0) 34%),
    linear-gradient(90deg, rgba(5, 17, 33, 0.92), rgba(5, 17, 33, 0.52) 58%, rgba(5, 17, 33, 0.18)),
    linear-gradient(0deg, rgba(5, 17, 33, 0.82), rgba(5, 17, 33, 0.04) 54%);
}

.park-hero h1 {
  color: #fff;
  text-shadow: 0 12px 30px rgba(5, 17, 33, 0.42);
}

.park-hero .hero-copy,
.park-hero .crumbs {
  text-shadow: 0 8px 22px rgba(5, 17, 33, 0.42);
}

.park-zone-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 0 78px;
}

.park-zone-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--navy);
  color: #fff;
  box-shadow: var(--shadow);
}

.park-zone-card.large {
  grid-row: span 2;
  min-height: 680px;
}

.park-zone-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.park-zone-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(5, 17, 33, 0.82), rgba(5, 17, 33, 0.08) 62%),
    linear-gradient(90deg, rgba(5, 17, 33, 0.32), rgba(5, 17, 33, 0));
}

.park-zone-card:hover img {
  transform: scale(1.04);
}

.park-page .park-zone-grid {
  gap: 22px;
}

.park-page .park-zone-card {
  box-shadow: 0 22px 48px rgba(23, 32, 51, 0.16);
}

.park-page .park-zone-card.large {
  border-radius: 0 8px 8px 0;
}

.park-page .park-zone-card:not(.large) {
  border-radius: 8px 0 0 8px;
}

.park-zone-card div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 32px;
}

.park-zone-card span,
.park-flow article span,
.park-service-grid span {
  display: block;
  margin-bottom: 10px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.park-zone-card h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(30px, 4vw, 52px);
}

.park-zone-card:not(.large) h3 {
  font-size: clamp(25px, 3vw, 38px);
}

.park-zone-card p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}

.park-flow {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 16px;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 0 82px;
}

.park-flow-head {
  padding-right: 24px;
}

.park-flow article,
.park-service-grid a {
  min-height: 230px;
  padding: 28px;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(23, 32, 51, 0.09);
}

.park-flow article span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 999px;
  background: #edf3f9;
  color: var(--blue);
  font-size: 18px;
}

.park-flow h3,
.park-service-grid strong {
  display: block;
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 25px;
  line-height: 1.15;
}

.park-flow p,
.park-service-grid p {
  margin: 0;
  color: var(--muted);
}

.park-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 0 86px;
}

.park-service-grid a {
  min-height: 210px;
  transition: transform 0.26s ease, box-shadow 0.26s ease;
}

.park-service-grid a:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(23, 32, 51, 0.14);
}

.park-location-band {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  overflow: hidden;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto 86px;
  border-radius: 8px;
  background: #102131;
  color: #fff;
  box-shadow: var(--shadow);
}

.park-location-band img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.park-location-band > div {
  padding: 48px;
}

.park-location-band h2 {
  color: #fff;
  font-size: clamp(34px, 4vw, 56px);
}

.park-location-band p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
}

.schedule-section,
.price-section,
.arrival-tips {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 34px 0 78px;
}

.schedule-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.schedule-grid article,
.price-card,
.contact-card-grid a,
.arrival-tips article {
  min-height: 190px;
  padding: 28px;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(23, 32, 51, 0.09);
}

.info-page .schedule-grid article,
.info-page .price-card,
.contact-page .contact-card-grid a,
.contact-page .arrival-tips article,
.faq-page .faq-list details {
  transition:
    transform 0.34s cubic-bezier(0.2, 0.75, 0.25, 1),
    box-shadow 0.34s cubic-bezier(0.2, 0.75, 0.25, 1),
    border-color 0.34s ease;
}

.info-page .schedule-grid article:hover,
.info-page .price-card:hover,
.contact-page .contact-card-grid a:hover,
.contact-page .arrival-tips article:hover,
.faq-page .faq-list details:hover {
  transform: translateY(-6px);
  border-color: rgba(10, 110, 189, 0.18);
  box-shadow: 0 22px 44px rgba(23, 32, 51, 0.14);
}

.info-page .schedule-grid article:nth-child(2),
.info-page .price-card:nth-child(3) {
  background:
    linear-gradient(145deg, rgba(240, 179, 54, 0.18), rgba(255, 255, 255, 0.94)),
    #fff;
}

.contact-page .contact-card-grid a:nth-child(odd) {
  background:
    linear-gradient(145deg, rgba(10, 110, 189, 0.1), rgba(255, 255, 255, 0.96)),
    #fff;
}

.schedule-note {
  background:
    linear-gradient(145deg, rgba(6, 56, 107, 0.95), rgba(16, 33, 49, 0.96)),
    var(--navy) !important;
}

.schedule-note span,
.schedule-note strong,
.schedule-note p {
  color: #fff;
}

.price-grid {
  display: grid;
  grid-template-columns: 1.15fr repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.price-card.featured {
  background:
    linear-gradient(145deg, rgba(200, 25, 46, 0.92), rgba(6, 56, 107, 0.94)),
    var(--red);
  color: #fff;
}

.price-card.featured span,
.price-card.featured strong,
.price-card.featured p {
  color: #fff;
}

.price-card strong {
  font-size: 42px;
}

.info-banner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  margin-top: 18px;
  padding: 22px 24px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(23, 32, 51, 0.1);
  box-shadow: 0 14px 32px rgba(23, 32, 51, 0.08);
  transition:
    transform 0.36s cubic-bezier(0.2, 0.75, 0.25, 1),
    box-shadow 0.36s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.info-banner:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(23, 32, 51, 0.12);
}

.info-banner strong {
  color: var(--navy);
}

.info-banner p {
  margin: 0;
  color: var(--muted);
}

.info-banner a {
  padding: 11px 14px;
  border-radius: 6px;
  background: var(--navy);
  color: #fff;
  font-weight: 900;
}

.info-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto 86px;
  padding: 42px;
  border-radius: 8px;
  background: #102131;
  color: #fff;
  box-shadow: var(--shadow);
}

.info-cta h2 {
  margin-bottom: 0;
  color: #fff;
  font-size: clamp(30px, 4vw, 50px);
}

.button.secondary.dark {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.contact-layout {
  grid-template-columns: minmax(0, 1.05fr) 420px;
}

.contact-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 32px;
}

.contact-card-grid a {
  min-height: 165px;
  transition: transform 0.26s ease, box-shadow 0.26s ease;
}

.contact-card-grid a:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(23, 32, 51, 0.14);
}

.map-panel {
  position: sticky;
  top: 132px;
}

.map-card {
  min-height: 520px;
  padding: 34px;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(6, 24, 45, 0.86), rgba(6, 56, 107, 0.72)),
    url("assets/outdoor.jpg") center / cover;
  color: #fff;
  box-shadow: var(--shadow);
}

.map-card h3 {
  margin-top: 0;
  color: #fff;
  font-size: 34px;
  line-height: 1.15;
}

.map-card p {
  color: rgba(255, 255, 255, 0.78);
}

.arrival-tips {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.arrival-tips h3 {
  margin-top: 0;
  color: var(--navy);
  font-size: 24px;
}

.service-teaser {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 8px 0 92px;
}

.service-teaser-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.mascot-info-strip {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  margin: 24px 0 6px;
  padding: 18px 24px;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(240, 179, 54, 0.18), rgba(10, 110, 189, 0.07)),
    #fff;
  box-shadow: 0 12px 28px rgba(23, 32, 51, 0.08);
}

.mascot-info-strip .mascot-themed {
  width: 82px;
}

.mascot-info-strip .mascot-themed::before {
  inset: 28% -10% 0 -10%;
}

.mascot-info-strip .mascot-themed::after {
  right: -2px;
  top: 32%;
  width: 26px;
  height: 26px;
  background: var(--navy);
}

.mascot-info-strip strong,
.mascot-info-strip span {
  display: block;
}

.mascot-info-strip strong {
  margin-bottom: 4px;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.1;
}

.mascot-info-strip span {
  color: var(--muted);
  font-weight: 800;
}

.service-teaser-grid a {
  min-height: 210px;
  padding: 28px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(23, 32, 51, 0.09);
  box-shadow: 0 12px 28px rgba(23, 32, 51, 0.09);
  transition: transform 0.26s ease, box-shadow 0.26s ease;
}

.service-teaser-grid a:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(23, 32, 51, 0.14);
}

.service-teaser-grid span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 999px;
  background: rgba(240, 179, 54, 0.18);
  color: var(--navy);
  font-weight: 900;
}

.service-teaser-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 25px;
  line-height: 1.12;
}

.service-teaser-grid p {
  margin: 0;
  color: var(--muted);
}

.faq-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 42px;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 0 86px;
}

.faq-side {
  position: sticky;
  top: 132px;
  display: grid;
  gap: 8px;
  align-self: start;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(23, 32, 51, 0.09);
  box-shadow: 0 12px 28px rgba(23, 32, 51, 0.09);
}

.faq-side a {
  padding: 11px 12px;
  border-radius: 6px;
  color: var(--navy);
  font-weight: 900;
}

.faq-side a:hover {
  background: rgba(6, 56, 107, 0.08);
}

.faq-list {
  display: grid;
  gap: 38px;
}

.faq-list section {
  display: grid;
  gap: 12px;
}

.faq-list h2 {
  margin-bottom: 8px;
}

.faq-list details {
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(23, 32, 51, 0.1);
  box-shadow: 0 10px 24px rgba(23, 32, 51, 0.07);
}

.faq-list summary {
  cursor: pointer;
  padding: 22px 24px;
  color: var(--navy);
  font-size: 20px;
  font-weight: 900;
}

.faq-list details[open] summary {
  border-bottom: 1px solid rgba(23, 32, 51, 0.08);
}

.faq-list details p {
  margin: 0;
  padding: 22px 24px 24px;
  color: var(--muted);
  font-size: 18px;
}

.faq-cta {
  margin-bottom: 92px;
}

.subpage {
  background: #f6f0e5;
}

.subpage .site-header {
  position: sticky;
}

.attraction-hero {
  position: relative;
  min-height: 650px;
  padding: 165px 24px 95px;
  overflow: hidden;
  color: #fff;
}

.attraction-hero-content {
  position: relative;
  z-index: 2;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.crumbs {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 700;
}

.crumbs a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.detail-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  padding: 78px 0;
}

.detail-layout::before {
  content: "";
  position: absolute;
  top: 42px;
  right: 360px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(23, 32, 51, 0.12), rgba(23, 32, 51, 0));
}

.detail-copy {
  max-width: 720px;
}

.detail-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.fact-stack {
  display: grid;
  gap: 10px;
  align-self: start;
}

.fact-stack div {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(23, 32, 51, 0.09);
  box-shadow: 0 10px 24px rgba(23, 32, 51, 0.08);
  transition:
    transform 0.34s cubic-bezier(0.2, 0.75, 0.25, 1),
    box-shadow 0.34s cubic-bezier(0.2, 0.75, 0.25, 1),
    border-color 0.34s ease;
}

.fact-stack div::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--gold);
}

.fact-stack div:hover {
  transform: translateX(-6px);
  border-color: rgba(10, 110, 189, 0.18);
  box-shadow: 0 18px 38px rgba(23, 32, 51, 0.14);
}

.fact-stack strong,
.fact-stack span {
  display: block;
}

.fact-stack strong {
  margin-bottom: 6px;
  color: var(--navy);
  font-size: 14px;
  text-transform: uppercase;
}

.fact-stack span {
  color: var(--muted);
}

.attraction-experience {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 28px;
  align-items: stretch;
  padding: 0 0 78px;
}

.attraction-experience > header {
  padding: 34px;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 244, 235, 0.82)),
    #fff;
  box-shadow: 0 16px 34px rgba(23, 32, 51, 0.1);
}

.attraction-experience > header h2 {
  margin-bottom: 14px;
}

.attraction-experience > header p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.experience-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.experience-card-grid .experience-card {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  padding: 24px;
  border-radius: 8px;
  background: var(--navy);
  color: #fff;
  box-shadow: 0 16px 34px rgba(23, 32, 51, 0.14);
  transition:
    transform 0.34s cubic-bezier(0.2, 0.75, 0.25, 1),
    box-shadow 0.34s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.experience-card-grid .experience-card::before {
  content: "";
  position: absolute;
  inset: -45% -20% auto auto;
  width: 170px;
  height: 170px;
  border-radius: 999px;
  background: rgba(240, 179, 54, 0.22);
}

.experience-card-grid .experience-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 46px rgba(23, 32, 51, 0.2);
}

.experience-card-grid .experience-card span {
  position: relative;
  display: block;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.experience-card-grid .experience-card strong {
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.12;
}

.experience-card-grid .experience-card p {
  position: relative;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.attraction-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: 84px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(23, 32, 51, 0.12);
  box-shadow: 0 18px 42px rgba(23, 32, 51, 0.1);
}

.flow-card {
  min-height: 180px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.94);
}

.flow-card span {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 999px;
  background: rgba(10, 110, 189, 0.1);
  color: #0a6ebd;
  font-weight: 900;
}

.flow-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 18px;
}

.flow-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.attraction-cta-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin: 0 0 88px;
  padding: 34px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(200, 25, 46, 0.18), rgba(240, 179, 54, 0.14)),
    #fff;
  box-shadow: 0 18px 42px rgba(23, 32, 51, 0.1);
}

.attraction-cta-strip h2 {
  margin-bottom: 8px;
}

.attraction-cta-strip p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 0 0 88px;
}

.related-grid a {
  min-height: 110px;
  padding: 24px;
  border-radius: 8px;
  background: var(--navy);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(23, 32, 51, 0.14);
  transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.related-grid a:hover {
  transform: translateY(-4px);
  background: #0a467f;
  box-shadow: 0 20px 38px rgba(23, 32, 51, 0.2);
}

.autoscooter-page,
.bullriding-page {
  background: linear-gradient(180deg, #f8f1e2 0%, #f6efe3 52%, #f1e7d6 100%);
}

.vr-page {
  background: linear-gradient(180deg, #eef5f7 0%, #f6f0e5 58%, #edf4f2 100%);
}

.jump-page {
  background: linear-gradient(180deg, #f7f1e6 0%, #eff6f5 54%, #f6f0e5 100%);
}

.soccer-page {
  background: linear-gradient(180deg, #edf5ef 0%, #f6f0e5 58%, #eef5f7 100%);
}

.autoscooter-page .attraction-hero .hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 17, 33, 0.84), rgba(200, 25, 46, 0.36) 56%, rgba(240, 179, 54, 0.1)),
    linear-gradient(0deg, rgba(5, 17, 33, 0.86), rgba(5, 17, 33, 0.04) 56%);
}

.vr-page .attraction-hero .hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 17, 33, 0.88), rgba(10, 110, 189, 0.38) 58%, rgba(72, 204, 205, 0.12)),
    linear-gradient(0deg, rgba(5, 17, 33, 0.88), rgba(5, 17, 33, 0.02) 58%);
}

.bullriding-page .attraction-hero .hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 17, 33, 0.9), rgba(132, 45, 31, 0.48) 56%, rgba(240, 179, 54, 0.12)),
    linear-gradient(0deg, rgba(5, 17, 33, 0.86), rgba(5, 17, 33, 0.04) 54%);
}

.jump-page .attraction-hero .hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 17, 33, 0.82), rgba(10, 110, 189, 0.34) 56%, rgba(240, 179, 54, 0.14)),
    linear-gradient(0deg, rgba(5, 17, 33, 0.82), rgba(5, 17, 33, 0.03) 54%);
}

.soccer-page .attraction-hero .hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 17, 33, 0.86), rgba(30, 114, 70, 0.42) 58%, rgba(10, 110, 189, 0.12)),
    linear-gradient(0deg, rgba(5, 17, 33, 0.84), rgba(5, 17, 33, 0.03) 54%);
}

.autoscooter-page .detail-layout,
.vr-page .detail-layout,
.bullriding-page .detail-layout,
.jump-page .detail-layout,
.soccer-page .detail-layout {
  align-items: start;
}

.autoscooter-page .detail-copy,
.vr-page .detail-copy,
.bullriding-page .detail-copy,
.jump-page .detail-copy,
.soccer-page .detail-copy {
  padding: 34px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 42px rgba(23, 32, 51, 0.08);
}

.autoscooter-page .detail-copy {
  border-top: 7px solid var(--red);
}

.vr-page .detail-copy {
  border-top: 7px solid #0a6ebd;
}

.bullriding-page .detail-copy {
  border-top: 7px solid #a8955b;
}

.jump-page .detail-copy {
  border-top: 7px solid var(--gold);
}

.soccer-page .detail-copy {
  border-top: 7px solid #2f8b57;
}

.autoscooter-page .fact-stack div::before {
  background: var(--red);
}

.vr-page .fact-stack div::before {
  background: #0a6ebd;
}

.bullriding-page .fact-stack div::before {
  background: #a8955b;
}

.jump-page .fact-stack div::before {
  background: var(--gold);
}

.soccer-page .fact-stack div::before {
  background: #2f8b57;
}

.autoscooter-page .related-grid a,
.bullriding-page .related-grid a {
  background: linear-gradient(135deg, #122947, #7f1d29);
}

.vr-page .related-grid a {
  background: linear-gradient(135deg, #08162d, #0a6ebd);
}

.jump-page .related-grid a {
  background: linear-gradient(135deg, #123b6a, #b78719);
}

.soccer-page .related-grid a {
  background: linear-gradient(135deg, #0b2f32, #276f47);
}

.soccer-overview,
.soccer-program {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.soccer-overview {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr);
  gap: 28px;
  align-items: stretch;
  padding: 82px 0 72px;
}

.soccer-copy {
  display: grid;
  align-content: center;
  padding: 42px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 22px 48px rgba(23, 32, 51, 0.1);
}

.soccer-copy h2 {
  margin-bottom: 20px;
}

.soccer-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.58;
}

.soccer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}

.soccer-tags span {
  padding: 8px 12px;
  border: 1px solid rgba(47, 139, 87, 0.18);
  border-radius: 999px;
  background: rgba(47, 139, 87, 0.08);
  color: #1f6a42;
  font-size: 13px;
  font-weight: 900;
}

.soccer-match-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 10px;
  background:
    radial-gradient(circle at 76% 8%, rgba(240, 179, 54, 0.28), transparent 30%),
    linear-gradient(145deg, #071526, #0b3a33 54%, #122947);
  color: #fff;
  box-shadow: 0 28px 58px rgba(23, 32, 51, 0.18);
}

.soccer-field {
  position: absolute;
  inset: 28px;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
}

.soccer-field::before,
.soccer-field::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.soccer-field::before {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: rgba(255, 255, 255, 0.18);
  transform: translateX(-50%);
}

.soccer-field::after {
  top: 50%;
  left: 50%;
  width: 148px;
  height: 148px;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  transform: translate(-50%, -50%);
}

.soccer-field span {
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
}

.soccer-field span:nth-child(1) {
  top: 50%;
  left: -2px;
  width: 84px;
  height: 166px;
  transform: translateY(-50%);
}

.soccer-field span:nth-child(2) {
  top: 50%;
  right: -2px;
  width: 84px;
  height: 166px;
  transform: translateY(-50%);
}

.soccer-field span:nth-child(3) {
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
}

.soccer-mascot {
  position: absolute;
  right: 24px;
  bottom: -12px;
  z-index: 2;
  width: min(285px, 42%);
  margin: 0;
}

.soccer-mascot img {
  display: block;
  width: 100%;
  filter: drop-shadow(0 22px 28px rgba(0, 0, 0, 0.34));
}

.soccer-score {
  position: absolute;
  top: 54px;
  left: 54px;
  z-index: 2;
  display: grid;
  gap: 8px;
  max-width: 340px;
}

.soccer-score span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.soccer-score strong {
  color: #fff;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.98;
}

.soccer-match-card ul {
  position: absolute;
  right: 34px;
  bottom: 34px;
  left: 34px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.soccer-match-card li {
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
}

.soccer-match-card li strong {
  color: #fff;
  font-size: 16px;
}

.soccer-match-card li span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
}

.soccer-program {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: 28px;
  align-items: start;
  padding: 0 0 84px;
}

.soccer-program header {
  position: sticky;
  top: 138px;
  padding: 34px 0;
}

.soccer-program header p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.soccer-program-grid {
  display: grid;
  gap: 14px;
}

.soccer-program-grid article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 26px;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 34px rgba(23, 32, 51, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.soccer-program-grid article:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 44px rgba(23, 32, 51, 0.13);
}

.soccer-program-grid span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 999px;
  background: #0d3f36;
  color: #fff;
  font-weight: 900;
}

.soccer-program-grid strong {
  color: var(--ink);
  font-size: 24px;
  line-height: 1.1;
}

.soccer-program-grid p {
  grid-column: 2;
  margin: -8px 0 0;
  color: var(--muted);
}

.kinder-hero {
  position: relative;
  min-height: 720px;
  padding: 170px 24px 120px;
  overflow: hidden;
  color: #fff;
}

.kinder-hero .hero-bg {
  object-position: center;
}

.kinder-hero .hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 17, 33, 0.88), rgba(5, 17, 33, 0.38) 54%, rgba(5, 17, 33, 0.1)),
    linear-gradient(0deg, rgba(5, 17, 33, 0.78), rgba(5, 17, 33, 0.04) 48%);
}

.kinder-hero-content {
  position: relative;
  z-index: 2;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.kinder-quickfacts {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: -62px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.kinder-quickfacts article {
  min-height: 185px;
  padding: 28px;
  background: #fff;
}

.kinder-quickfacts span {
  display: block;
  margin-bottom: 8px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.kinder-quickfacts strong {
  display: block;
  margin-bottom: 9px;
  color: var(--navy);
  font-size: 25px;
  line-height: 1.1;
}

.kinder-quickfacts p {
  margin-bottom: 0;
  color: var(--muted);
}

.family-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: center;
  gap: 50px;
  padding: 105px 0 78px;
}

.story-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.story-media {
  position: relative;
  display: grid;
  min-height: 360px;
  place-items: center;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  isolation: isolate;
}

.story-media::before {
  content: "";
  position: absolute;
  right: 2%;
  bottom: 8%;
  z-index: -1;
  width: 76%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 179, 54, 0.18), rgba(240, 179, 54, 0) 68%);
}

.story-media img {
  width: min(330px, 82%);
  filter: drop-shadow(0 22px 28px rgba(23, 32, 51, 0.18));
}

.birthday-band {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--navy);
  color: #fff;
  box-shadow: var(--shadow);
  transition:
    transform 0.36s cubic-bezier(0.2, 0.75, 0.25, 1),
    box-shadow 0.36s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.birthday-band:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 58px rgba(23, 32, 51, 0.16);
}

.birthday-band > div {
  padding: 58px;
}

.birthday-band p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.birthday-band .pill-list span,
.birthday-band .pill-list a {
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.birthday-band img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.birthday-page .birthday-band {
  background:
    linear-gradient(135deg, rgba(200, 25, 46, 0.28), rgba(10, 110, 189, 0.18)),
    var(--navy);
}

.birthday-page .party-steps article:nth-child(2) {
  transform: translateY(18px);
}

.birthday-page .package-card.featured {
  transform: translateY(-14px);
}

.birthday-page .party-steps article:nth-child(2):hover,
.birthday-page .package-card.featured:hover {
  transform: translateY(-7px);
}

.kinder-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 88px 0 0;
}

.kinder-cards article {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(23, 32, 51, 0.1);
}

.kinder-cards img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.kinder-cards article > div {
  padding: 28px;
}

.kinder-cards p:not(.tag) {
  color: var(--muted);
}

.party-hero {
  position: relative;
  min-height: 720px;
  padding: 175px 24px 118px;
  overflow: hidden;
  color: #fff;
}

.party-hero .hero-bg {
  object-position: center;
}

.party-hero .hero-shade {
  background:
    radial-gradient(circle at 78% 22%, rgba(240, 179, 54, 0.26), rgba(5, 17, 33, 0) 36%),
    linear-gradient(90deg, rgba(5, 17, 33, 0.92), rgba(5, 17, 33, 0.48) 58%, rgba(5, 17, 33, 0.12)),
    linear-gradient(0deg, rgba(5, 17, 33, 0.82), rgba(5, 17, 33, 0.02) 54%);
}

.party-hero-content {
  position: relative;
  z-index: 2;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.party-hero h1 {
  color: #fff;
  text-shadow: 0 12px 30px rgba(5, 17, 33, 0.42);
}

.party-hero .hero-copy,
.party-hero .crumbs {
  text-shadow: 0 8px 22px rgba(5, 17, 33, 0.42);
}

.party-facts {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: -66px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 26px 70px rgba(23, 32, 51, 0.16);
  backdrop-filter: blur(18px);
}

.party-facts article {
  position: relative;
  min-height: 165px;
  padding: 26px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 235, 0.9)),
    #fff;
  transition:
    transform 0.46s cubic-bezier(0.2, 0.75, 0.25, 1),
    box-shadow 0.46s cubic-bezier(0.2, 0.75, 0.25, 1),
    background 0.46s ease;
}

.party-facts article + article::before {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 0;
  width: 1px;
  background: linear-gradient(180deg, rgba(23, 32, 51, 0), rgba(23, 32, 51, 0.14), rgba(23, 32, 51, 0));
}

.party-facts article:hover {
  transform: translateY(-6px);
  background:
    linear-gradient(140deg, #fff, rgba(246, 239, 222, 0.96)),
    #fff;
  box-shadow: 0 18px 34px rgba(23, 32, 51, 0.13);
}

.party-facts span,
.package-card > span,
.party-steps article > span {
  display: block;
  margin-bottom: 8px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.party-facts strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.12;
}

.party-facts p {
  margin-bottom: 0;
  color: var(--muted);
}

.party-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: end;
  gap: 56px;
  padding: 100px 0 34px;
}

.party-intro > p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 19px;
}

.party-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding: 28px 0 90px;
}

.party-steps article,
.package-card {
  min-height: 260px;
  padding: 30px;
  border: 1px solid rgba(23, 32, 51, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(23, 32, 51, 0.08);
  transition:
    transform 0.36s cubic-bezier(0.2, 0.75, 0.25, 1),
    box-shadow 0.36s cubic-bezier(0.2, 0.75, 0.25, 1),
    border-color 0.36s ease;
}

.party-steps article:hover,
.package-card:hover {
  transform: translateY(-7px);
  border-color: rgba(240, 179, 54, 0.36);
  box-shadow: 0 22px 44px rgba(23, 32, 51, 0.14);
}

.party-steps article > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 999px;
  background: rgba(240, 179, 54, 0.18);
  color: var(--navy);
  font-size: 15px;
}

.party-steps p,
.package-card p,
.package-card li {
  color: var(--muted);
}

.package-section {
  padding: 0 0 88px;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.package-card {
  display: flex;
  flex-direction: column;
}

.package-card > span {
  width: max-content;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(200, 25, 46, 0.08);
}

.package-card.featured {
  background:
    linear-gradient(135deg, rgba(10, 110, 189, 0.16), rgba(240, 179, 54, 0.12)),
    var(--navy);
  color: #fff;
}

.package-card.featured h3,
.package-card.featured p,
.package-card.featured li {
  color: #fff;
}

.package-card ul {
  display: grid;
  gap: 10px;
  margin: auto 0 0;
  padding: 18px 0 0;
  list-style: none;
}

.package-card li {
  position: relative;
  padding-left: 20px;
}

.package-card li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--gold);
}

.party-cta {
  margin-bottom: 86px;
}

.party-gallery {
  padding-bottom: 38px;
}

.gastro-hero {
  position: relative;
  min-height: 720px;
  padding: 175px 24px 118px;
  overflow: hidden;
  color: #fff;
}

.gastro-hero .hero-bg {
  object-position: center;
}

.gastro-hero .hero-shade {
  background:
    radial-gradient(circle at 72% 22%, rgba(240, 179, 54, 0.26), rgba(5, 17, 33, 0) 36%),
    linear-gradient(90deg, rgba(5, 17, 33, 0.9), rgba(5, 17, 33, 0.48) 58%, rgba(5, 17, 33, 0.12)),
    linear-gradient(0deg, rgba(5, 17, 33, 0.84), rgba(5, 17, 33, 0.02) 54%);
}

.gastro-hero-content {
  position: relative;
  z-index: 2;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.gastro-hero h1 {
  color: #fff;
  text-shadow: 0 12px 30px rgba(5, 17, 33, 0.42);
}

.gastro-hero .hero-copy,
.gastro-hero .crumbs {
  text-shadow: 0 8px 22px rgba(5, 17, 33, 0.42);
}

.gastro-facts {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: -66px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 26px 70px rgba(23, 32, 51, 0.16);
  backdrop-filter: blur(18px);
}

.gastro-facts article {
  position: relative;
  min-height: 165px;
  padding: 26px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 235, 0.9)),
    #fff;
  transition:
    transform 0.46s cubic-bezier(0.2, 0.75, 0.25, 1),
    box-shadow 0.46s cubic-bezier(0.2, 0.75, 0.25, 1),
    background 0.46s ease;
}

.gastro-facts article + article::before {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 0;
  width: 1px;
  background: linear-gradient(180deg, rgba(23, 32, 51, 0), rgba(23, 32, 51, 0.14), rgba(23, 32, 51, 0));
}

.gastro-facts article:hover {
  transform: translateY(-6px);
  background:
    linear-gradient(140deg, #fff, rgba(246, 239, 222, 0.96)),
    #fff;
  box-shadow: 0 18px 34px rgba(23, 32, 51, 0.13);
}

.gastro-facts span,
.gastro-area-card span,
.gastro-combo-list span {
  display: block;
  margin-bottom: 8px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.gastro-facts strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.12;
}

.gastro-facts p {
  margin-bottom: 0;
  color: var(--muted);
}

.gastro-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: 64px;
  padding: 96px 0 54px;
}

.gastro-intro h2 {
  margin-bottom: 0;
}

.gastro-intro-note {
  position: relative;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  padding: 30px 34px 30px 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 18px 42px rgba(23, 32, 51, 0.08);
}

.gastro-intro-note::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: -1;
  border-radius: inherit;
  background: radial-gradient(circle at 20% 50%, rgba(240, 179, 54, 0.18), rgba(240, 179, 54, 0) 62%);
}

.gastro-intro-note figure {
  margin: 0;
}

.gastro-intro-note img {
  display: block;
  width: 100%;
  filter: drop-shadow(0 18px 20px rgba(23, 32, 51, 0.16));
}

.gastro-intro-note p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.gastro-area-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px;
  padding: 28px 0 74px;
}

.gastro-area-heading {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px 36px;
  align-items: end;
  margin-bottom: 10px;
}

.gastro-area-heading h2 {
  grid-column: 1 / span 7;
  max-width: 720px;
  margin-bottom: 0;
}

.gastro-area-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -4px;
}

.gastro-area-heading p:last-child {
  grid-column: 8 / -1;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.gastro-area-card {
  display: grid;
  grid-column: span 6;
  grid-template-rows: auto 1fr;
  min-height: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(23, 32, 51, 0.12);
  transition:
    transform 0.36s cubic-bezier(0.2, 0.75, 0.25, 1),
    box-shadow 0.36s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.gastro-area-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 46px rgba(23, 32, 51, 0.16);
}

.gastro-area-card.large {
  grid-column: span 7;
}

.gastro-area-card.wide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  min-height: 330px;
}

.gastro-page .gastro-area-card.large {
  grid-row: auto;
}

.gastro-page .gastro-area-card:nth-of-type(2) {
  grid-column: span 5;
  transform: none;
}

.gastro-page .gastro-area-card:nth-of-type(2):hover {
  transform: translateY(-7px);
}

.gastro-page .gastro-area-card.wide {
  margin-top: 0;
}

.gastro-area-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.72s ease, filter 0.36s ease;
}

.gastro-area-card.large img {
  height: 330px;
}

.gastro-area-card.wide img {
  height: 100%;
  min-height: 330px;
}

.gastro-area-card:hover img {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.03);
}

.gastro-area-card div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 28px;
}

.gastro-area-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.gastro-route {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 36px;
  align-items: stretch;
  padding: 0 0 88px;
}

.gastro-route > div:first-child {
  padding: 42px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(240, 179, 54, 0.2), rgba(10, 110, 189, 0.08)),
    #fff;
  box-shadow: var(--shadow);
  transition:
    transform 0.36s cubic-bezier(0.2, 0.75, 0.25, 1),
    box-shadow 0.36s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.gastro-route > div:first-child:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 58px rgba(23, 32, 51, 0.16);
}

.gastro-route p {
  color: var(--muted);
}

.gastro-combo-list {
  display: grid;
  gap: 12px;
}

.gastro-combo-list a {
  display: block;
  padding: 26px;
  border-radius: 8px;
  background: var(--navy);
  color: #fff;
  box-shadow: 0 14px 30px rgba(23, 32, 51, 0.12);
}

.gastro-combo-list strong {
  display: block;
  font-size: 21px;
  line-height: 1.18;
}

.gastro-gallery {
  padding-bottom: 38px;
}

.groups-hero {
  position: relative;
  min-height: 720px;
  padding: 175px 24px 118px;
  overflow: hidden;
  color: #fff;
}

.groups-hero .hero-bg {
  object-position: center;
}

.groups-hero .hero-shade {
  background:
    radial-gradient(circle at 74% 24%, rgba(240, 179, 54, 0.3), rgba(5, 17, 33, 0) 36%),
    linear-gradient(90deg, rgba(5, 17, 33, 0.92), rgba(5, 17, 33, 0.5) 58%, rgba(5, 17, 33, 0.16)),
    linear-gradient(0deg, rgba(5, 17, 33, 0.84), rgba(5, 17, 33, 0.02) 54%);
}

.groups-hero-content {
  position: relative;
  z-index: 2;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.groups-hero h1 {
  color: #fff;
  text-shadow: 0 12px 30px rgba(5, 17, 33, 0.42);
}

.groups-hero .hero-copy,
.groups-hero .crumbs {
  text-shadow: 0 8px 22px rgba(5, 17, 33, 0.42);
}

.groups-facts {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: -66px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 26px 70px rgba(23, 32, 51, 0.16);
  backdrop-filter: blur(18px);
}

.groups-facts article {
  position: relative;
  min-height: 170px;
  padding: 26px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 235, 0.9)),
    #fff;
  transition:
    transform 0.46s cubic-bezier(0.2, 0.75, 0.25, 1),
    box-shadow 0.46s cubic-bezier(0.2, 0.75, 0.25, 1),
    background 0.46s ease;
}

.groups-facts article + article::before {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 0;
  width: 1px;
  background: linear-gradient(180deg, rgba(23, 32, 51, 0), rgba(23, 32, 51, 0.14), rgba(23, 32, 51, 0));
}

.groups-facts article:hover {
  transform: translateY(-6px);
  background:
    linear-gradient(140deg, #fff, rgba(246, 239, 222, 0.96)),
    #fff;
  box-shadow: 0 18px 34px rgba(23, 32, 51, 0.13);
}

.groups-facts span,
.groups-audience-card span,
.groups-module-card span,
.groups-program article > span {
  display: block;
  margin-bottom: 8px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.groups-facts strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.12;
}

.groups-facts p,
.groups-intro > p,
.groups-audience-card p,
.groups-program p,
.groups-module-card p {
  color: var(--muted);
}

.groups-facts p {
  margin-bottom: 0;
}

.groups-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: end;
  gap: 56px;
  padding: 100px 0 34px;
}

.groups-intro > p {
  margin-bottom: 0;
  font-size: 19px;
}

.groups-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 28px 0 84px;
}

.groups-audience-card,
.groups-module-card {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(23, 32, 51, 0.12);
  transition:
    transform 0.36s cubic-bezier(0.2, 0.75, 0.25, 1),
    box-shadow 0.36s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.groups-audience-card:hover,
.groups-module-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 46px rgba(23, 32, 51, 0.16);
}

.groups-audience-card img,
.groups-module-card img {
  width: 100%;
  height: 245px;
  object-fit: cover;
  transition: transform 0.72s ease, filter 0.36s ease;
}

.groups-audience-card:hover img,
.groups-module-card:hover img {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.03);
}

.groups-audience-card div,
.groups-module-card div {
  padding: 28px;
}

.groups-audience-card h3,
.groups-module-card h3 {
  margin-bottom: 12px;
}

.groups-program {
  display: grid;
  grid-template-columns: 1.15fr repeat(3, 1fr);
  gap: 14px;
  padding: 0 0 88px;
}

.groups-program-head,
.groups-program article {
  min-height: 290px;
  padding: 30px;
  border: 1px solid rgba(23, 32, 51, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(23, 32, 51, 0.08);
}

.groups-program-head {
  background:
    linear-gradient(135deg, rgba(240, 179, 54, 0.24), rgba(10, 110, 189, 0.08)),
    #fff;
}

.groups-program article > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 999px;
  background: rgba(240, 179, 54, 0.18);
  color: var(--navy);
  font-size: 15px;
}

.groups-page .groups-program {
  align-items: start;
}

.groups-page .groups-program article:nth-child(even) {
  margin-top: 28px;
}

.groups-page .groups-module-card:nth-child(2),
.groups-page .groups-module-card:nth-child(4) {
  margin-top: 26px;
}

.groups-page .groups-program-head {
  background:
    linear-gradient(150deg, rgba(10, 110, 189, 0.15), rgba(240, 179, 54, 0.24)),
    #fff;
}

.groups-modules {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 0 0 88px;
}

.groups-module-card {
  display: flex;
  flex-direction: column;
}

.groups-module-card img {
  height: 210px;
}

.groups-module-card p {
  margin-bottom: 0;
}

.groups-cta {
  margin-bottom: 86px;
}

.groups-gallery {
  padding-bottom: 38px;
}

.glow-hero {
  position: relative;
  min-height: 720px;
  padding: 170px 24px 115px;
  overflow: hidden;
  color: #fff;
}

.glow-hero .hero-bg {
  object-position: center;
}

.glow-hero .hero-shade {
  background:
    radial-gradient(circle at 78% 24%, rgba(10, 110, 189, 0.24), rgba(5, 17, 33, 0) 34%),
    linear-gradient(90deg, rgba(5, 17, 33, 0.9), rgba(5, 17, 33, 0.46) 56%, rgba(5, 17, 33, 0.12)),
    linear-gradient(0deg, rgba(5, 17, 33, 0.82), rgba(5, 17, 33, 0.02) 52%);
}

.laser-hero .hero-shade {
  background:
    radial-gradient(circle at 78% 18%, rgba(200, 25, 46, 0.34), rgba(5, 17, 33, 0) 34%),
    radial-gradient(circle at 58% 58%, rgba(10, 110, 189, 0.22), rgba(5, 17, 33, 0) 42%),
    linear-gradient(90deg, rgba(5, 17, 33, 0.92), rgba(5, 17, 33, 0.52) 56%, rgba(5, 17, 33, 0.16)),
    linear-gradient(0deg, rgba(5, 17, 33, 0.84), rgba(5, 17, 33, 0.03) 52%);
}

.bowling-hero .hero-shade {
  background:
    radial-gradient(circle at 72% 18%, rgba(240, 179, 54, 0.3), rgba(5, 17, 33, 0) 34%),
    radial-gradient(circle at 55% 62%, rgba(10, 110, 189, 0.18), rgba(5, 17, 33, 0) 42%),
    linear-gradient(90deg, rgba(5, 17, 33, 0.9), rgba(5, 17, 33, 0.5) 58%, rgba(5, 17, 33, 0.2)),
    linear-gradient(0deg, rgba(5, 17, 33, 0.84), rgba(5, 17, 33, 0.02) 54%);
}

.glow-hero-content,
.glow-facts,
.glow-story,
.glow-booking-band,
.glow-guide,
.glow-gallery {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.glow-hero-content {
  position: relative;
  z-index: 2;
}

.glow-hero h1 {
  color: #fff;
  text-shadow: 0 12px 30px rgba(5, 17, 33, 0.42);
}

.glow-hero .hero-copy,
.glow-hero .crumbs {
  text-shadow: 0 8px 22px rgba(5, 17, 33, 0.42);
}

.glow-facts {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: -66px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 26px 70px rgba(23, 32, 51, 0.16);
  backdrop-filter: blur(18px);
}

.glow-facts article {
  position: relative;
  min-height: 165px;
  padding: 26px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 235, 0.9)),
    #fff;
  transition:
    transform 0.46s cubic-bezier(0.2, 0.75, 0.25, 1),
    box-shadow 0.46s cubic-bezier(0.2, 0.75, 0.25, 1),
    background 0.46s ease;
}

.glow-facts article + article::before {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 0;
  width: 1px;
  background: linear-gradient(180deg, rgba(23, 32, 51, 0), rgba(23, 32, 51, 0.14), rgba(23, 32, 51, 0));
}

.glow-facts article:hover {
  transform: translateY(-6px);
  background:
    linear-gradient(140deg, #fff, rgba(246, 239, 222, 0.96)),
    #fff;
  box-shadow: 0 18px 34px rgba(23, 32, 51, 0.13);
}

.glow-facts span,
.glow-story-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.glow-facts strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.12;
}

.glow-facts p {
  margin-bottom: 0;
  color: var(--muted);
}

.glow-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  align-items: center;
  gap: 52px;
  padding: 100px 0 78px;
}

.glow-story-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.glow-story-card {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  transition: transform 0.32s ease, box-shadow 0.32s ease;
}

.glow-story-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.72s ease;
}

.glow-story-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 46px rgba(23, 32, 51, 0.18);
}

.glow-story-card:hover img {
  transform: scale(1.045);
}

.glow-story-card div {
  padding: 24px;
}

.glow-story-card strong {
  color: var(--navy);
  font-size: 24px;
  line-height: 1.12;
}

.glow-booking-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px auto;
  align-items: center;
  gap: 28px;
  padding: 46px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(10, 110, 189, 0.22), rgba(240, 179, 54, 0.08)),
    var(--navy);
  color: #fff;
  box-shadow: var(--shadow);
  transition:
    transform 0.36s cubic-bezier(0.2, 0.75, 0.25, 1),
    box-shadow 0.36s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.glow-booking-band:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 58px rgba(23, 32, 51, 0.18);
}

.laser-booking-band {
  background:
    linear-gradient(135deg, rgba(200, 25, 46, 0.24), rgba(10, 110, 189, 0.16)),
    var(--navy);
}

.bowling-booking-band {
  background:
    linear-gradient(135deg, rgba(240, 179, 54, 0.26), rgba(10, 110, 189, 0.12)),
    var(--navy);
}

.autoscooter-booking-band {
  background:
    linear-gradient(135deg, rgba(200, 25, 46, 0.2), rgba(240, 179, 54, 0.2)),
    var(--navy);
}

.jump-booking-band {
  background:
    linear-gradient(135deg, rgba(47, 139, 87, 0.22), rgba(240, 179, 54, 0.16)),
    var(--navy);
}

.soccer-booking-band {
  background:
    linear-gradient(135deg, rgba(47, 139, 87, 0.26), rgba(10, 110, 189, 0.16)),
    var(--navy);
}

.vr-booking-band {
  background:
    linear-gradient(135deg, rgba(10, 110, 189, 0.3), rgba(200, 25, 46, 0.12)),
    var(--navy);
}

.bullriding-booking-band {
  background:
    linear-gradient(135deg, rgba(200, 25, 46, 0.26), rgba(240, 179, 54, 0.14)),
    var(--navy);
}

.autoscooter-page .glow-facts article:nth-child(even),
.jump-page .glow-facts article:nth-child(odd),
.soccer-page .glow-facts article:nth-child(even),
.vr-page .glow-facts article:nth-child(odd),
.bullriding-page .glow-facts article:nth-child(even) {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(232, 242, 249, 0.86)),
    #fff;
}

.laser-page .glow-facts article,
.laser-page .glow-story-card,
.laser-page .glow-guide,
.bowling-page .glow-facts article,
.bowling-page .glow-story-card,
.bowling-page .glow-guide,
.glow-page .glow-facts article,
.glow-page .glow-story-card,
.glow-page .glow-guide {
  transition:
    transform 0.42s cubic-bezier(0.2, 0.75, 0.25, 1),
    box-shadow 0.42s cubic-bezier(0.2, 0.75, 0.25, 1),
    background 0.42s ease;
}

.laser-page .glow-facts article:nth-child(odd) {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 238, 241, 0.88)),
    #fff;
}

.bowling-page .glow-facts article:nth-child(even) {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 237, 207, 0.82)),
    #fff;
}

.glow-page .glow-facts article:nth-child(2),
.glow-page .glow-facts article:nth-child(4) {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(230, 241, 247, 0.88)),
    #fff;
}

.laser-page .glow-story {
  grid-template-columns: minmax(0, 1.08fr) 390px;
}

.bowling-page .glow-story {
  grid-template-columns: 390px minmax(0, 1.08fr);
}

.bowling-page .glow-story-copy {
  order: 2;
}

.glow-page .glow-gallery img:nth-child(2) {
  transform: translateY(26px);
}

.glow-page .glow-gallery img:nth-child(2):hover {
  transform: translateY(18px);
}

.glow-booking-band h2 {
  margin-bottom: 12px;
}

.glow-booking-band p:not(.eyebrow) {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}

.glow-note {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.glow-note strong {
  display: block;
  margin-bottom: 6px;
  color: var(--gold);
}

.glow-guide {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 50px;
  padding: 86px 0 38px;
}

.glow-guide > p {
  align-self: center;
  padding-right: clamp(190px, 21vw, 260px);
  color: var(--muted);
  font-size: 18px;
}

.mascot-guide {
  position: absolute;
  right: -34px;
  bottom: -58px;
  width: 245px;
  margin: 0;
  opacity: 0.94;
  transform: translateX(0) rotate(0deg);
  transition:
    opacity 0.34s ease,
    transform 0.48s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.mascot-guide.is-away {
  transform: translateX(145%) translateY(10px) rotate(4deg);
  opacity: 0;
}

.glow-gallery {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  gap: 14px;
  padding: 0 0 88px;
}

.glow-gallery img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(23, 32, 51, 0.12);
  transition: transform 0.32s ease, box-shadow 0.32s ease;
}

.glow-gallery img:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 42px rgba(23, 32, 51, 0.18);
}

@media (max-width: 920px) {
  .utility-bar {
    display: none;
  }

  .main-nav {
    grid-template-columns: auto auto;
    width: calc(100% - 28px);
  }

  .brand {
    width: 150px;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .header-mascot {
    top: -21px;
    right: -34px;
    width: 58px;
    height: 74px;
  }

  .header-mascot img {
    left: 0;
    height: 72px;
    bottom: -8px;
  }

  .nav-links,
  .nav-cta {
    display: none;
  }

  .nav-links.is-open {
    display: grid;
    grid-column: 1 / -1;
    gap: 4px;
    padding: 12px;
    border-radius: 8px;
    background: rgba(6, 24, 45, 0.96);
  }

  .hero {
    min-height: 680px;
    padding-top: 150px;
  }

  .booking-panel,
  .experience-grid,
  .highlight-row,
  .intro-band,
  .split-band,
  .visit-section,
  .attraction-grid,
  .detail-layout,
  .related-grid,
  .kinder-quickfacts,
  .family-story,
  .birthday-band,
  .kinder-cards,
  .party-facts,
  .party-intro,
  .party-steps,
  .package-grid,
  .groups-facts,
  .groups-intro,
  .groups-audience-grid,
  .groups-program,
  .groups-modules,
  .gastro-facts,
  .gastro-intro,
  .gastro-area-grid,
  .gastro-route,
  .soccer-overview,
  .soccer-program,
  .info-facts,
  .info-intro,
  .schedule-grid,
  .price-grid,
  .contact-strip,
  .contact-layout,
  .contact-card-grid,
  .arrival-tips,
  .service-teaser-grid,
  .faq-facts,
  .faq-intro,
  .faq-layout,
  .park-facts,
  .park-intro,
  .park-zone-grid,
  .park-flow,
  .park-service-grid,
  .park-location-band,
  .attraction-experience,
  .experience-card-grid,
  .attraction-flow,
  .attraction-cta-strip,
  .glow-facts,
  .glow-story,
  .glow-booking-band,
  .glow-guide,
  .glow-gallery,
  .finder-steps,
  .ticket-builder,
  .attraction-booking-builder,
  .event-booking-builder,
  .finder-benefits {
    grid-template-columns: 1fr;
  }

  .ticket-builder {
    padding: 22px;
  }

  .event-booking-builder {
    padding: 22px;
  }

  .event-option-grid {
    grid-template-columns: 1fr;
  }

  .soccer-program header {
    position: static;
    padding: 0;
  }

  .soccer-match-card ul {
    grid-template-columns: 1fr;
  }

  .ticket-total-card,
  .ticket-counter-card,
  .ticket-date-card,
  .attraction-select-card,
  .attraction-people-card,
  .attraction-total-card,
  .event-people-card,
  .event-options-card,
  .event-contact-card {
    min-height: auto;
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(23, 32, 51, 0.1);
  }

  .ticket-date-card,
  .attraction-total-card,
  .event-contact-card {
    border-bottom: 0;
  }

  .ticket-counter-card {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }

  .gastro-intro {
    gap: 30px;
  }

  .gastro-intro-note {
    grid-template-columns: 132px minmax(0, 1fr);
  }

  .attractions-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .attraction-tile,
  .attraction-tile.tile-wide {
    grid-column: auto;
    min-height: 330px;
  }

  .detail-layout::before {
    right: 0;
  }

  .birthday-page .party-steps article:nth-child(2),
  .birthday-page .package-card.featured,
  .gastro-page .gastro-area-card:nth-of-type(2),
  .glow-page .glow-gallery img:nth-child(2) {
    transform: none;
  }

  .groups-page .groups-program article:nth-child(even),
  .groups-page .groups-module-card:nth-child(2),
  .groups-page .groups-module-card:nth-child(4),
  .gastro-page .gastro-area-card.wide {
    margin-top: 0;
  }

  .glow-facts article + article::before {
    top: 0;
    right: 22px;
    bottom: auto;
    left: 22px;
    width: auto;
    height: 1px;
    background: linear-gradient(90deg, rgba(23, 32, 51, 0), rgba(23, 32, 51, 0.12), rgba(23, 32, 51, 0));
  }

  .party-facts article + article::before,
  .gastro-facts article + article::before,
  .groups-facts article + article::before,
  .info-facts article + article::before,
  .contact-strip article + article::before,
  .faq-facts article + article::before,
  .park-facts article + article::before {
    top: 0;
    right: 22px;
    bottom: auto;
    left: 22px;
    width: auto;
    height: 1px;
    background: linear-gradient(90deg, rgba(23, 32, 51, 0), rgba(23, 32, 51, 0.12), rgba(23, 32, 51, 0));
  }

  .mascot-callout,
  .mascot-info-strip {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .mascot-callout .mascot-themed,
  .mascot-info-strip .mascot-themed {
    justify-self: start;
  }

  .party-hero-mascot {
    right: 24px;
    bottom: 18px;
    width: 108px;
    opacity: 0.78;
  }

  .kinder-hero-mascot {
    right: 16px;
    bottom: 14px;
    width: 112px;
    opacity: 0.72;
  }

  .split-content .mascot-mini {
    width: 160px;
    margin: -28px -28px 14px 24px;
  }

  .inline-mascot {
    width: 140px;
    margin: -8px 0 8px 18px;
  }

  .booking-finder {
    margin-top: -44px;
  }

  .finder-tabs {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin-left: 12px;
  }

  .finder-tabs button {
    min-height: 40px;
    font-size: 13px;
  }

  .finder-panel {
    border-radius: 8px;
  }

  .date-popover {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 14px;
  }

  .finder-steps {
    gap: 18px;
    padding: 22px 22px 16px;
  }

  .finder-step {
    min-height: auto;
  }

  .finder-benefits {
    gap: 8px;
    padding: 0 22px 18px;
  }

  .finder-benefits span {
    padding: 8px 10px;
  }

  .experience-card,
  .experience-card img,
  .experience-card video {
    min-height: 390px;
  }

  .split-content {
    padding: 38px 28px;
  }

  .split-media img {
    min-height: 360px;
  }

  .attraction-hero {
    min-height: 590px;
    padding-top: 130px;
  }

  .kinder-hero {
    min-height: 620px;
    padding-top: 130px;
  }

  .glow-hero {
    min-height: 620px;
    padding-top: 130px;
  }

  .party-hero {
    min-height: 620px;
    padding-top: 130px;
  }

  .groups-hero {
    min-height: 620px;
    padding-top: 130px;
  }

  .gastro-hero {
    min-height: 620px;
    padding-top: 130px;
  }

  .info-hero,
  .contact-hero,
  .faq-hero,
  .park-hero {
    min-height: 620px;
    padding-top: 130px;
  }

  .family-story {
    padding-top: 80px;
  }

  .party-intro,
  .groups-intro,
  .gastro-intro,
  .info-intro,
  .faq-intro,
  .park-intro,
  .contact-layout {
    padding-top: 78px;
  }

  .gastro-intro {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .gastro-intro-note {
    grid-template-columns: 132px minmax(0, 1fr);
  }

  .party-steps,
  .groups-audience-grid,
  .groups-program,
  .groups-modules,
  .gastro-area-grid {
    grid-template-columns: 1fr;
    padding-bottom: 70px;
  }

  .gastro-area-heading {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .gastro-area-heading h2,
  .gastro-area-heading .eyebrow,
  .gastro-area-heading p:last-child {
    grid-column: auto;
  }

  .gastro-area-card,
  .gastro-area-card.large,
  .gastro-area-card.wide {
    grid-column: auto;
    min-height: auto;
  }

  .gastro-page .gastro-area-card:nth-of-type(2) {
    grid-column: auto;
  }

  .gastro-area-card.wide {
    grid-template-columns: 1fr;
  }

  .park-zone-card.large {
    grid-row: auto;
    min-height: 460px;
  }

  .park-zone-card {
    min-height: 360px;
  }

  .park-flow-head {
    padding-right: 0;
  }

  .glow-story {
    padding-top: 78px;
  }

  .glow-booking-band {
    padding: 34px 28px;
  }

  .glow-guide {
    gap: 18px;
  }

  .glow-guide > p {
    padding-right: 0;
  }

  .mascot-pop-booking {
    top: -132px;
    right: -28px;
    width: 165px;
  }

  .mascot-pop-attractions {
    left: -58px;
    bottom: 48px;
    width: 180px;
  }

  .mascot-corner {
    width: 165px;
    right: -34px;
  }

  .hero-event-bubble {
    display: none;
  }

  .hero-mascot {
    display: none;
  }

  .inline-mascot {
    display: none;
  }

  .visit-card.light {
    padding-right: 142px;
  }

  .mascot-guide {
    display: none;
  }

  .glow-gallery img {
    height: 280px;
  }

  .birthday-band img {
    min-height: 340px;
  }
}

@media (max-width: 620px) {
  .hero {
    min-height: 650px;
    padding: 135px 20px 118px;
  }

  .hero-actions .button,
  .button.primary,
  .button.secondary {
    width: 100%;
  }

  .booking-panel,
  .intro-band,
  .experience-grid,
  .highlights,
  .split-band,
  .visit-section,
  .attractions-section,
  .detail-layout,
  .related-grid,
  .kinder-quickfacts,
  .family-story,
  .birthday-band,
  .kinder-cards,
  .party-facts,
  .party-intro,
  .party-steps,
  .package-section,
  .groups-facts,
  .groups-intro,
  .groups-audience-grid,
  .groups-program,
  .groups-modules,
  .gastro-facts,
  .gastro-intro,
  .gastro-area-grid,
  .gastro-route,
  .info-facts,
  .info-intro,
  .schedule-section,
  .price-section,
  .contact-strip,
  .contact-layout,
  .arrival-tips,
  .service-teaser,
  .faq-facts,
  .faq-intro,
  .faq-layout,
  .faq-cta,
  .park-facts,
  .park-intro,
  .park-zone-grid,
  .park-flow,
  .park-service-grid,
  .park-location-band,
  .glow-facts,
  .glow-story,
  .glow-booking-band,
  .glow-guide,
  .glow-gallery {
    width: calc(100% - 24px);
  }

  .mascot-callout {
    padding: 24px;
  }

  .mascot-callout .mascot-themed {
    width: 112px;
  }

  .mascot-info-strip {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
  }

  .mascot-info-strip .mascot-themed {
    width: 68px;
  }

  .park-location-band > div,
  .park-zone-card div {
    padding: 28px;
  }

  .booking-finder {
    width: calc(100% - 24px);
    margin-top: -30px;
  }

  .finder-tabs {
    margin-left: 8px;
    padding: 5px;
  }

  .finder-tabs button {
    border-right: 0;
    border-bottom: 0;
    font-size: 12px;
    padding: 8px 10px;
  }

  .finder-step {
    grid-template-columns: 32px 1fr;
    gap: 11px;
  }

  .step-mark {
    width: 32px;
    height: 32px;
  }

  .finder-step h3 {
    font-size: 19px;
  }

  .finder-step label,
  .counter-row span,
  .date-row span {
    font-size: 15px;
  }

  .date-popover {
    padding: 15px;
  }

  .date-popover-head {
    grid-template-columns: 36px 1fr 36px;
  }

  .date-popover-head strong {
    font-size: 20px;
  }

  .date-popover-head button {
    width: 36px;
    height: 36px;
  }

  .date-calendar span,
  .date-calendar button {
    min-height: 38px;
    font-size: 14px;
  }

  .date-popover-footer {
    grid-template-columns: 1fr;
  }

  .counter-row {
    grid-template-columns: 1fr auto;
    gap: 8px;
  }

  .finder-search {
    min-height: 56px;
    font-size: 14px;
  }

  .sticky-ticket-widget {
    top: auto;
    right: 14px;
    bottom: 16px;
  }

  .sticky-ticket-button {
    width: 82px;
    height: 72px;
    font-size: 11px;
  }

  .sticky-ticket-menu {
    width: min(292px, calc(100vw - 28px));
    transform-origin: bottom right;
  }

  .quick-card {
    min-height: 108px;
    padding: 18px;
  }

  .intro-band {
    padding-top: 72px;
  }

  .visit-card {
    min-height: auto;
    padding: 28px;
  }

  .visit-card.light {
    padding-right: 28px;
  }

  .gastro-intro-note {
    grid-template-columns: 1fr;
    padding: 26px;
  }

  .gastro-intro-note figure {
    width: 150px;
  }

  .mascot-pop,
  .mascot-corner {
    display: none;
  }

  .header-mascot {
    top: -17px;
    right: -22px;
    width: 46px;
    height: 62px;
  }

  .header-mascot img {
    height: 60px;
    left: 0;
    bottom: -7px;
  }

  .visit-card dl div {
    display: block;
  }

  .site-footer {
    display: grid;
  }

  .attraction-hero {
    min-height: 570px;
    padding: 115px 20px 80px;
  }

  .attraction-grid {
    gap: 10px;
  }

  .attraction-tile {
    min-height: 300px;
    padding: 22px;
  }

  .attraction-tile.tile-wide {
    min-height: 300px;
  }

  .tile-icon {
    left: 22px;
  }

  .attraction-tile.image-tile strong {
    font-size: 28px;
  }

  .kinder-hero {
    min-height: 610px;
    padding: 112px 20px 92px;
  }

  .glow-hero {
    min-height: 610px;
    padding: 112px 20px 92px;
  }

  .party-hero {
    min-height: 610px;
    padding: 112px 20px 92px;
  }

  .groups-hero {
    min-height: 610px;
    padding: 112px 20px 92px;
  }

  .gastro-hero {
    min-height: 610px;
    padding: 112px 20px 92px;
  }

  .info-hero,
  .contact-hero,
  .faq-hero,
  .park-hero {
    min-height: 610px;
    padding: 112px 20px 92px;
  }

  .kinder-quickfacts {
    margin-top: -42px;
  }

  .glow-facts,
  .party-facts,
  .groups-facts,
  .gastro-facts,
  .info-facts,
  .contact-strip,
  .faq-facts,
  .park-facts {
    margin-top: -42px;
  }

  .info-banner,
  .info-cta {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .map-panel {
    position: static;
  }

  .faq-side {
    position: static;
  }

  .kinder-quickfacts article,
  .glow-facts article,
  .party-facts article,
  .groups-facts article,
  .info-facts article,
  .faq-facts article,
  .contact-strip article,
  .schedule-grid article,
  .price-card,
  .contact-card-grid a,
  .arrival-tips article,
  .service-teaser-grid a,
  .groups-program-head,
  .groups-program article,
  .groups-audience-card div,
  .groups-module-card div,
  .gastro-facts article,
  .party-steps article,
  .gastro-route > div:first-child,
  .gastro-combo-list a,
  .package-card,
  .birthday-band > div,
  .kinder-cards article > div {
    padding: 24px;
  }

  .gastro-area-card.large,
  .gastro-area-card.wide {
    grid-column: auto;
  }

  .gastro-area-card img,
  .gastro-area-card.large img,
  .gastro-area-card.wide img {
    height: 245px;
  }

  .glow-booking-band {
    padding: 28px 22px;
  }

  .glow-gallery img {
    height: 240px;
  }

  .story-media {
    min-height: 280px;
  }
}

/* Modern subpage refresh */
body.subpage {
  --clean-bg: #f7f8fa;
  --clean-surface: rgba(255, 255, 255, 0.88);
  --clean-line: rgba(23, 32, 51, 0.1);
  --clean-shadow: 0 22px 60px rgba(23, 32, 51, 0.1);
  background:
    linear-gradient(180deg, #f7f8fa 0%, #f4f6f8 46%, #f7f8fa 100%);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  overflow-x: hidden;
}

.subpage .site-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 10px 34px rgba(5, 17, 33, 0.12);
}

.subpage :is(.attraction-hero, .glow-hero, .kinder-hero, .groups-hero, .gastro-hero, .party-hero, .park-hero) {
  min-height: clamp(600px, 72dvh, 760px);
  margin: 0 clamp(6px, 1vw, 18px);
  overflow: hidden;
  border-radius: 0 0 12px 12px;
  background: #071526;
}

.subpage :is(.attraction-hero, .glow-hero, .kinder-hero, .groups-hero, .gastro-hero, .party-hero, .park-hero) .hero-bg {
  filter: saturate(1.04) contrast(1.03);
}

.subpage :is(.attraction-hero, .glow-hero, .kinder-hero, .groups-hero, .gastro-hero, .party-hero, .park-hero) .hero-shade {
  background:
    radial-gradient(circle at 76% 34%, rgba(255, 255, 255, 0.08), transparent 26%),
    linear-gradient(90deg, rgba(5, 17, 33, 0.9), rgba(5, 17, 33, 0.54) 48%, rgba(5, 17, 33, 0.18)),
    linear-gradient(0deg, rgba(5, 17, 33, 0.9), rgba(5, 17, 33, 0.14) 58%);
}

.subpage :is(.attraction-hero-content, .glow-hero-content, .kinder-hero-content, .groups-hero-content, .gastro-hero-content, .party-hero-content, .park-hero-content) {
  box-sizing: border-box;
  width: min(1120px, calc(100% - 48px));
}

.subpage :is(.attraction-hero-content, .glow-hero-content, .kinder-hero-content, .groups-hero-content, .gastro-hero-content, .party-hero-content, .park-hero-content) h1 {
  max-width: 11ch;
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(58px, 8vw, 108px);
  line-height: 0.92;
}

.subpage .hero-copy {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 1.45vw, 23px);
  line-height: 1.48;
}

.subpage .crumbs {
  display: inline-flex;
  align-items: center;
  width: auto;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(10px);
}

.subpage .eyebrow {
  color: var(--gold);
  letter-spacing: 0.02em;
}

.subpage :is(.glow-facts, .party-facts, .groups-facts, .gastro-facts, .park-facts, .kinder-quickfacts, .info-facts, .faq-facts, .contact-strip) {
  position: relative;
  z-index: 4;
  gap: 0;
  margin: -52px auto 78px;
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 60px rgba(23, 32, 51, 0.12);
  backdrop-filter: blur(18px);
}

.subpage :is(.glow-facts, .party-facts, .groups-facts, .gastro-facts, .park-facts, .kinder-quickfacts, .info-facts, .faq-facts, .contact-strip) article {
  min-height: 148px;
  padding: 24px 26px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.subpage :is(.glow-facts, .party-facts, .groups-facts, .gastro-facts, .park-facts, .kinder-quickfacts, .info-facts, .faq-facts, .contact-strip) article + article {
  border-left: 1px solid rgba(23, 32, 51, 0.08);
}

.subpage :is(.glow-facts, .party-facts, .groups-facts, .gastro-facts, .park-facts, .kinder-quickfacts, .info-facts, .faq-facts, .contact-strip) article::before {
  display: none;
}

.subpage :is(.glow-facts, .party-facts, .groups-facts, .gastro-facts, .park-facts, .kinder-quickfacts, .info-facts, .faq-facts, .contact-strip) article:hover {
  transform: translateY(-2px);
  box-shadow: none;
}

.subpage :is(.glow-facts, .party-facts, .groups-facts, .gastro-facts, .park-facts, .kinder-quickfacts, .info-facts, .faq-facts, .contact-strip) span {
  color: rgba(23, 32, 51, 0.52);
  font-size: 12px;
  letter-spacing: 0.02em;
}

.subpage :is(.glow-facts, .party-facts, .groups-facts, .gastro-facts, .park-facts, .kinder-quickfacts, .info-facts, .faq-facts, .contact-strip) strong {
  color: var(--ink);
  font-size: clamp(24px, 2.1vw, 34px);
  line-height: 1.05;
}

.subpage :is(.glow-facts, .party-facts, .groups-facts, .gastro-facts, .park-facts, .kinder-quickfacts, .info-facts, .faq-facts, .contact-strip) p {
  color: var(--muted);
}

.subpage :is(.detail-layout, .glow-story, .family-story, .party-intro, .groups-intro, .gastro-intro, .park-intro, .soccer-overview) {
  padding-top: 0;
  padding-bottom: 96px;
}

.subpage :is(.detail-copy, .glow-story-copy, .story-copy, .gastro-intro-note, .soccer-copy) {
  border: 1px solid var(--clean-line);
  border-top: 1px solid var(--clean-line) !important;
  border-radius: 8px;
  background: var(--clean-surface);
  box-shadow: var(--clean-shadow);
  backdrop-filter: blur(16px);
}

.subpage :is(.detail-copy, .glow-story-copy, .story-copy, .soccer-copy) {
  padding: clamp(30px, 4vw, 54px);
}

.subpage :is(.detail-copy, .glow-story-copy, .story-copy, .soccer-copy) h2 {
  max-width: 12ch;
  color: var(--ink);
  font-size: clamp(38px, 4.8vw, 68px);
  line-height: 0.98;
}

.subpage :is(.detail-copy, .glow-story-copy, .story-copy, .soccer-copy) p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.62;
}

.subpage .fact-stack {
  gap: 12px;
}

.subpage .fact-stack div {
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 34px rgba(23, 32, 51, 0.08);
}

.subpage .fact-stack div::before {
  width: 3px;
  opacity: 0.74;
}

.subpage .glow-story-card,
.subpage :is(.groups-audience-card, .groups-module-card, .gastro-area-card, .kinder-cards article, .park-zone-card) {
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(23, 32, 51, 0.1);
}

.subpage :is(.groups-audience-card, .groups-module-card, .gastro-area-card, .kinder-cards article, .park-zone-card):hover,
.subpage .glow-story-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 60px rgba(23, 32, 51, 0.14);
}

.subpage :is(.groups-audience-card img, .groups-module-card img, .gastro-area-card img, .kinder-cards img, .park-zone-card img, .glow-story-card img) {
  filter: saturate(1.02) contrast(1.02);
}

.subpage :is(.glow-booking-band, .attraction-cta-strip, .groups-cta, .party-cta, .faq-cta) {
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(200, 25, 46, 0.07), rgba(240, 179, 54, 0.08)),
    rgba(255, 255, 255, 0.92);
  color: var(--ink);
  box-shadow: 0 18px 50px rgba(23, 32, 51, 0.1);
}

.subpage :is(.glow-booking-band, .attraction-cta-strip, .groups-cta, .party-cta, .faq-cta) h2 {
  color: var(--ink);
}

.subpage :is(.glow-booking-band, .attraction-cta-strip, .groups-cta, .party-cta, .faq-cta) p:not(.eyebrow) {
  color: var(--muted);
}

.subpage .glow-note {
  border: 1px solid rgba(23, 32, 51, 0.08);
  background: rgba(247, 248, 250, 0.92);
  color: var(--ink);
}

.subpage .glow-note p {
  color: var(--muted);
}

.subpage .glow-guide {
  position: relative;
  min-height: 430px;
  padding: clamp(34px, 5vw, 64px);
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 10%, rgba(240, 179, 54, 0.16), transparent 28%),
    #fff;
  box-shadow: 0 22px 58px rgba(23, 32, 51, 0.1);
}

.subpage .glow-guide > p {
  max-width: 620px;
  color: var(--muted);
  font-size: 20px;
}

.subpage .glow-guide .mascot-guide {
  right: max(16px, 4vw);
  bottom: -24px;
}

.subpage .attraction-flow {
  gap: 12px;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.subpage .flow-card {
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 34px rgba(23, 32, 51, 0.08);
}

.subpage .flow-card span {
  background: var(--ink);
  color: #fff;
}

.subpage .experience-card {
  min-height: 172px;
  border: 1px solid rgba(23, 32, 51, 0.08);
  background: #fff;
  color: var(--ink);
  box-shadow: 0 14px 36px rgba(23, 32, 51, 0.08);
}

.subpage .experience-card::before {
  inset: -60px -44px auto auto;
  background: rgba(240, 179, 54, 0.14);
}

.subpage .experience-card strong {
  color: var(--ink);
}

.subpage .experience-card p {
  color: var(--muted);
}

.subpage .gastro-area-grid {
  gap: 18px;
}

.subpage .gastro-area-heading {
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 42px rgba(23, 32, 51, 0.08);
}

.subpage .gastro-route > div:first-child,
.subpage .gastro-combo-list a,
.subpage .groups-program-head,
.subpage .groups-program article,
.subpage .party-steps article,
.subpage .park-flow article,
.subpage .park-service-grid a,
.subpage .service-teaser-grid a,
.subpage .contact-card-grid a,
.subpage .arrival-tips article,
.subpage .price-card,
.subpage .schedule-grid article,
.subpage .package-card,
.subpage .faq-list details {
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 36px rgba(23, 32, 51, 0.08);
}

@media (max-width: 920px) {
  .subpage :is(.attraction-hero, .glow-hero, .kinder-hero, .groups-hero, .gastro-hero, .party-hero, .park-hero) {
    min-height: 640px;
    margin: 0;
    border-radius: 0 0 8px 8px;
  }

  .subpage :is(.attraction-hero-content, .glow-hero-content, .kinder-hero-content, .groups-hero-content, .gastro-hero-content, .party-hero-content, .park-hero-content) {
    width: 100%;
    padding-right: 28px;
    padding-left: 28px;
  }

  .subpage :is(.attraction-hero-content, .glow-hero-content, .kinder-hero-content, .groups-hero-content, .gastro-hero-content, .party-hero-content, .park-hero-content) h1 {
    max-width: min(8.6ch, 100%);
    font-size: clamp(42px, 12.5vw, 62px);
  }

  .subpage :is(.attraction-hero-content, .glow-hero-content, .kinder-hero-content, .groups-hero-content, .gastro-hero-content, .party-hero-content, .park-hero-content) .hero-actions {
    display: grid;
    width: 100%;
    max-width: 320px;
  }

  .subpage :is(.attraction-hero-content, .glow-hero-content, .kinder-hero-content, .groups-hero-content, .gastro-hero-content, .party-hero-content, .park-hero-content) .hero-actions a {
    width: 100%;
    justify-content: center;
  }

  .subpage .hero-copy {
    width: min(100%, 300px);
    max-width: 300px;
    overflow-wrap: break-word;
    font-size: 17px;
    line-height: 1.5;
  }

  .subpage :is(.glow-facts, .party-facts, .groups-facts, .gastro-facts, .park-facts, .kinder-quickfacts, .info-facts, .faq-facts, .contact-strip) {
    margin-top: -32px;
  }

  .subpage :is(.glow-facts, .party-facts, .groups-facts, .gastro-facts, .park-facts, .kinder-quickfacts, .info-facts, .faq-facts, .contact-strip) article + article {
    border-left: 0;
    border-top: 1px solid rgba(23, 32, 51, 0.08);
  }

  .subpage .glow-guide .mascot-guide {
    position: static;
    width: min(240px, 58vw);
    margin: 24px auto -24px;
  }
}

.subpage.gastro-page .gastro-intro {
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 0.78fr);
  gap: clamp(30px, 4vw, 58px);
  align-items: stretch;
}

.subpage.gastro-page .gastro-intro-copy {
  display: flex;
  min-height: 420px;
  flex-direction: column;
  justify-content: center;
}

.subpage.gastro-page .gastro-intro-copy h2 {
  max-width: 11ch;
}

.subpage.gastro-page .gastro-intro-note {
  display: grid;
  grid-template-columns: minmax(150px, 0.38fr) minmax(0, 1fr);
  gap: 28px;
  align-content: center;
  padding: clamp(28px, 3.5vw, 48px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 248, 250, 0.92)),
    #fff;
}

.subpage.gastro-page .gastro-intro-note figure {
  align-self: end;
  width: min(210px, 100%);
  margin: 0 auto;
}

.subpage.gastro-page .gastro-intro-note p {
  align-self: center;
  max-width: 36ch;
  font-size: 18px;
}

@media (max-width: 920px) {
  .subpage.gastro-page .gastro-intro {
    grid-template-columns: 1fr;
  }

  .subpage.gastro-page .gastro-intro-copy {
    min-height: auto;
  }

  .subpage.gastro-page .gastro-intro-note {
    grid-template-columns: 1fr;
  }

  .subpage.gastro-page .gastro-intro-note figure {
    width: min(220px, 56vw);
  }

  .subpage.gastro-page .gastro-intro-note p {
    max-width: none;
  }
}

/* Light editorial subpage redesign */
body.subpage {
  --page-bg: #f7f9fb;
  --page-soft: #eef3f7;
  --line-soft: rgba(20, 33, 52, 0.12);
  --text-soft: rgba(20, 33, 52, 0.68);
  background:
    linear-gradient(180deg, #f9fafb 0%, #f3f6f8 48%, #f8fafb 100%);
}

.subpage :is(.attraction-hero, .glow-hero, .kinder-hero, .groups-hero, .gastro-hero, .party-hero, .park-hero, .info-hero, .contact-hero, .faq-hero) {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.78fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: center;
  min-height: 0;
  margin: 0;
  padding: clamp(78px, 8vw, 116px) max(24px, calc((100vw - 1180px) / 2)) clamp(54px, 6vw, 88px);
  overflow: visible;
  border-radius: 0;
  background:
    radial-gradient(circle at 92% 8%, rgba(240, 179, 54, 0.12), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, var(--page-bg) 58%, #edf3f7 100%);
  color: var(--ink);
}

.subpage :is(.attraction-hero, .glow-hero, .kinder-hero, .groups-hero, .gastro-hero, .party-hero, .park-hero, .info-hero, .contact-hero, .faq-hero)::before {
  display: none;
}

.subpage :is(.attraction-hero, .glow-hero, .kinder-hero, .groups-hero, .gastro-hero, .party-hero, .park-hero, .info-hero, .contact-hero, .faq-hero) .hero-bg {
  position: relative;
  inset: auto;
  z-index: 1;
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  height: clamp(340px, 38vw, 540px);
  min-height: 0;
  overflow: hidden;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 22px 60px rgba(20, 33, 52, 0.12);
  filter: saturate(1.02) contrast(1.02);
}

.subpage :is(.attraction-hero, .glow-hero, .kinder-hero, .groups-hero, .gastro-hero, .party-hero, .park-hero, .info-hero, .contact-hero, .faq-hero) .hero-shade {
  display: none;
}

.subpage :is(.attraction-hero-content, .glow-hero-content, .kinder-hero-content, .groups-hero-content, .gastro-hero-content, .party-hero-content, .park-hero-content, .info-hero-content, .contact-hero-content, .faq-hero-content) {
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
  width: auto;
  max-width: 660px;
  margin: 0;
  padding: 0;
}

.subpage :is(.attraction-hero-content, .glow-hero-content, .kinder-hero-content, .groups-hero-content, .gastro-hero-content, .party-hero-content, .park-hero-content, .info-hero-content, .contact-hero-content, .faq-hero-content) h1 {
  max-width: 11ch;
  margin-bottom: clamp(18px, 2.2vw, 28px);
  color: var(--ink);
  font-size: clamp(48px, 6.4vw, 88px);
  line-height: 0.96;
  letter-spacing: 0;
  text-shadow: none;
}

.subpage .hero-copy {
  width: auto;
  max-width: 610px;
  color: var(--text-soft);
  font-size: clamp(18px, 1.3vw, 21px);
  line-height: 1.58;
  text-shadow: none;
}

.subpage .crumbs {
  margin-bottom: 24px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(20, 33, 52, 0.56);
  text-shadow: none;
  backdrop-filter: none;
}

.subpage .crumbs a {
  color: inherit;
  text-decoration-color: rgba(20, 33, 52, 0.28);
}

.subpage .eyebrow {
  color: #c4911f;
  letter-spacing: 0.03em;
}

.subpage .hero-actions {
  margin-top: clamp(26px, 3vw, 38px);
}

.subpage .button.secondary {
  border-color: rgba(20, 33, 52, 0.18);
  background: rgba(255, 255, 255, 0.62);
  color: var(--ink);
  box-shadow: none;
}

.subpage .hero-mascot {
  display: none;
}

.subpage :is(.glow-facts, .party-facts, .groups-facts, .gastro-facts, .park-facts, .kinder-quickfacts, .info-facts, .faq-facts, .contact-strip) {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(1180px, calc(100% - 48px));
  gap: 0;
  margin: 0 auto;
  padding: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.subpage :is(.glow-facts, .party-facts, .groups-facts, .gastro-facts, .park-facts, .kinder-quickfacts, .info-facts, .faq-facts, .contact-strip) article {
  min-height: 0;
  padding: clamp(22px, 2.6vw, 34px) clamp(18px, 2.6vw, 32px);
  background: transparent !important;
}

.subpage :is(.glow-facts, .party-facts, .groups-facts, .gastro-facts, .park-facts, .kinder-quickfacts, .info-facts, .faq-facts, .contact-strip) article + article {
  border-left: 1px solid var(--line-soft);
}

.subpage :is(.glow-facts, .party-facts, .groups-facts, .gastro-facts, .park-facts, .kinder-quickfacts, .info-facts, .faq-facts, .contact-strip) span {
  color: rgba(20, 33, 52, 0.45);
  font-size: 11px;
}

.subpage :is(.glow-facts, .party-facts, .groups-facts, .gastro-facts, .park-facts, .kinder-quickfacts, .info-facts, .faq-facts, .contact-strip) strong {
  color: var(--ink);
  font-size: clamp(21px, 2vw, 30px);
}

.subpage :is(.glow-facts, .party-facts, .groups-facts, .gastro-facts, .park-facts, .kinder-quickfacts, .info-facts, .faq-facts, .contact-strip) p {
  max-width: 28ch;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.48;
}

.subpage :is(.detail-layout, .glow-story, .family-story, .party-intro, .groups-intro, .gastro-intro, .park-intro, .soccer-overview) {
  width: min(1180px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
  padding-top: clamp(74px, 8vw, 122px);
  padding-bottom: clamp(68px, 8vw, 112px);
}

.subpage :is(.detail-copy, .glow-story-copy, .story-copy, .soccer-copy, .gastro-intro-note) {
  border: 0 !important;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.subpage :is(.detail-copy, .glow-story-copy, .story-copy, .soccer-copy) {
  padding: 0;
}

.subpage :is(.detail-copy, .glow-story-copy, .story-copy, .soccer-copy) h2,
.subpage :is(.gastro-intro-copy, .groups-intro, .party-intro, .park-intro) h2 {
  max-width: 12ch;
  color: var(--ink);
  font-size: clamp(38px, 5vw, 72px);
  line-height: 0.98;
}

.subpage :is(.detail-copy, .glow-story-copy, .story-copy, .soccer-copy) p:not(.eyebrow),
.subpage :is(.groups-intro, .party-intro, .park-intro, .gastro-intro-note) p:not(.eyebrow) {
  color: var(--text-soft);
  font-size: clamp(17px, 1.18vw, 20px);
  line-height: 1.64;
}

.subpage :is(.detail-visual img, .glow-story-card img, .story-media img, .soccer-media img) {
  border-radius: 10px;
  box-shadow: none;
}

.subpage .fact-stack {
  gap: 0;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.subpage .fact-stack div {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.subpage .fact-stack div + div {
  border-top: 1px solid var(--line-soft);
}

.subpage .fact-stack div::before {
  display: none;
}

.subpage :is(.glow-story-card, .groups-audience-card, .groups-module-card, .gastro-area-card, .kinder-cards article, .park-zone-card, .flow-card, .experience-card, .groups-program-head, .groups-program article, .party-steps article, .park-flow article, .park-service-grid a, .service-teaser-grid a, .contact-card-grid a, .arrival-tips article, .price-card, .schedule-grid article, .package-card, .faq-list details) {
  border: 1px solid rgba(20, 33, 52, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: none;
}

.subpage :is(.groups-audience-card, .groups-module-card, .gastro-area-card, .kinder-cards article, .park-zone-card, .glow-story-card):hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(20, 33, 52, 0.1);
}

.subpage .glow-guide,
.subpage :is(.glow-booking-band, .attraction-cta-strip, .groups-cta, .party-cta, .faq-cta) {
  border: 0;
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(238, 243, 247, 0.82)),
    #fff;
  color: var(--ink);
  box-shadow: none;
}

.subpage .gastro-area-heading {
  padding: clamp(26px, 4vw, 42px);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.subpage.gastro-page .gastro-intro {
  grid-template-columns: minmax(0, 0.84fr) minmax(360px, 0.62fr);
  align-items: center;
}

.subpage.gastro-page .gastro-intro-copy {
  min-height: 0;
}

.subpage.gastro-page .gastro-intro-note {
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(20, 33, 52, 0.1) !important;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.74);
}

@media (max-width: 960px) {
  .subpage :is(.attraction-hero, .glow-hero, .kinder-hero, .groups-hero, .gastro-hero, .party-hero, .park-hero, .info-hero, .contact-hero, .faq-hero) {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 52px 22px 42px;
    overflow: hidden;
  }

  .subpage :is(.attraction-hero, .glow-hero, .kinder-hero, .groups-hero, .gastro-hero, .party-hero, .park-hero, .info-hero, .contact-hero, .faq-hero) .hero-bg {
    grid-column: 1;
    grid-row: 2;
    height: clamp(240px, 58vw, 360px);
  }

  .subpage :is(.attraction-hero-content, .glow-hero-content, .kinder-hero-content, .groups-hero-content, .gastro-hero-content, .party-hero-content, .park-hero-content, .info-hero-content, .contact-hero-content, .faq-hero-content) {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .subpage :is(.attraction-hero-content, .glow-hero-content, .kinder-hero-content, .groups-hero-content, .gastro-hero-content, .party-hero-content, .park-hero-content, .info-hero-content, .contact-hero-content, .faq-hero-content) h1 {
    max-width: min(11ch, 100%);
    font-size: clamp(36px, 10.4vw, 52px);
    overflow-wrap: break-word;
  }

  .subpage .hero-copy {
    width: min(100%, 330px);
    max-width: 100%;
    font-size: 16.5px;
  }

  .subpage .hero-actions {
    max-width: min(100%, 330px);
  }

  .subpage .hero-actions .button {
    width: 100%;
    justify-content: center;
  }

  .subpage :is(.glow-facts, .party-facts, .groups-facts, .gastro-facts, .park-facts, .kinder-quickfacts, .info-facts, .faq-facts, .contact-strip) {
    grid-template-columns: 1fr;
    width: calc(100% - 44px);
    align-items: start;
  }

  .subpage :is(.glow-facts, .party-facts, .groups-facts, .gastro-facts, .park-facts, .kinder-quickfacts, .info-facts, .faq-facts, .contact-strip) article {
    min-height: 0 !important;
    height: auto !important;
    padding: 18px 0;
  }

  .subpage :is(.glow-facts, .party-facts, .groups-facts, .gastro-facts, .park-facts, .kinder-quickfacts, .info-facts, .faq-facts, .contact-strip) article + article {
    border-left: 0;
    border-top: 1px solid var(--line-soft);
  }

  .subpage :is(.detail-layout, .glow-story, .family-story, .party-intro, .groups-intro, .gastro-intro, .park-intro, .soccer-overview) {
    width: calc(100% - 44px);
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .subpage.gastro-page .gastro-intro {
    grid-template-columns: 1fr;
  }
}

/* Airy friendly color pass */
:root {
  --ink: #152238;
  --muted: #68788e;
  --paper: #fff9ef;
  --surface: #ffffff;
  --navy: #246fa6;
  --blue: #58a7dc;
  --line: rgba(21, 34, 56, 0.11);
  --shadow: 0 20px 54px rgba(21, 61, 96, 0.12);
}

body {
  background:
    linear-gradient(180deg, #fffaf2 0%, #f7fbff 42%, #fffaf2 100%);
}

.site-header,
.site-header.is-scrolled,
.subpage .site-header {
  background:
    linear-gradient(180deg, rgba(47, 126, 178, 0.94), rgba(29, 95, 148, 0.92));
  box-shadow: 0 12px 32px rgba(22, 57, 91, 0.13);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.utility-bar {
  background: rgba(13, 53, 91, 0.2);
}

.main-nav {
  background: transparent;
}

.nav-links a:hover,
.nav-links a.is-active {
  background: rgba(255, 255, 255, 0.14);
}

.sticky-ticket-button {
  background: #bea963;
  box-shadow: 0 18px 38px rgba(56, 72, 94, 0.18);
}

.sticky-ticket-button:hover,
.sticky-ticket-widget.is-open .sticky-ticket-button {
  background: #c9b472;
  box-shadow: 0 22px 44px rgba(56, 72, 94, 0.22);
}

.hero video.hero-bg {
  background: #185486;
}

.hero .hero-bg {
  filter: saturate(1.06) brightness(1.06) contrast(0.96);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(16, 48, 80, 0.62), rgba(16, 69, 113, 0.25) 52%, rgba(16, 69, 113, 0.08)),
    linear-gradient(0deg, rgba(16, 48, 80, 0.4), rgba(16, 48, 80, 0) 50%);
}

.hero-copy {
  color: rgba(255, 255, 255, 0.94);
}

.hero-event-bubble {
  color: var(--ink);
  box-shadow: 0 20px 48px rgba(20, 49, 78, 0.18);
}

.booking-finder {
  filter: drop-shadow(0 24px 56px rgba(46, 80, 111, 0.12));
}

.finder-tabs {
  background: rgba(255, 252, 245, 0.92);
  border: 1px solid rgba(21, 34, 56, 0.09);
}

.finder-tabs .is-active {
  background: linear-gradient(135deg, #287db6, #1c5f96);
  box-shadow: 0 12px 28px rgba(29, 102, 160, 0.2);
}

.finder-panel {
  border-color: rgba(21, 34, 56, 0.08);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 22px 58px rgba(48, 76, 104, 0.11);
}

.ticket-total-card,
.ticket-counter-card,
.ticket-date-card,
.attraction-select-card,
.attraction-people-card,
.attraction-total-card,
.event-people-card,
.event-options-card,
.event-contact-card {
  border-color: rgba(21, 34, 56, 0.08);
}

.finder-benefits {
  background: linear-gradient(180deg, #f8fafb, #f1f6f9);
}

.experience-card {
  border-radius: 24px;
  background: transparent;
  box-shadow: 0 22px 54px rgba(42, 72, 100, 0.12);
}

.experience-card::after {
  background:
    linear-gradient(0deg, rgba(16, 42, 70, 0.78), rgba(16, 42, 70, 0.08) 62%),
    linear-gradient(90deg, rgba(16, 42, 70, 0.18), transparent 46%);
}

.experience-card:hover {
  box-shadow: 0 28px 66px rgba(42, 72, 100, 0.14);
}

.attractions-section {
  background:
    linear-gradient(180deg, #f5faff 0%, #edf6fc 100%);
  color: var(--ink);
}

.attractions-section .section-head h2 {
  color: var(--ink);
}

.attractions-section .section-head {
  margin-bottom: 36px;
}

.attraction-grid {
  gap: 20px;
}

.attraction-tile {
  border-radius: 22px;
  box-shadow: 0 20px 48px rgba(42, 72, 100, 0.1);
}

.attraction-tile.image-tile {
  background: #dcecf8;
  box-shadow: 0 24px 58px rgba(42, 72, 100, 0.12);
}

.attraction-tile.image-tile::before {
  background:
    linear-gradient(0deg, rgba(15, 43, 75, 0.76), rgba(15, 43, 75, 0.14) 62%, rgba(15, 43, 75, 0.04)),
    linear-gradient(115deg, rgba(20, 62, 103, 0.28), rgba(20, 62, 103, 0.02) 56%);
}

.attraction-tile.image-tile:hover::before {
  opacity: 0.88;
}

.tile-icon {
  background: rgba(255, 255, 255, 0.94);
  color: #174f83;
  box-shadow: 0 12px 24px rgba(17, 47, 78, 0.12);
}

.visit-card.dark {
  background:
    linear-gradient(135deg, #2e78ad 0%, #185486 100%);
  color: #fff;
}

.visit-card.light {
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 42px rgba(42, 72, 100, 0.1);
}

.site-footer {
  background:
    linear-gradient(135deg, #2474a9, #1a5d8e);
  color: rgba(255, 255, 255, 0.82);
}

body.subpage {
  --page-bg: #f8fbfd;
  --page-soft: #eef7fc;
  --line-soft: rgba(21, 34, 56, 0.1);
  --text-soft: rgba(21, 34, 56, 0.66);
  background:
    linear-gradient(180deg, #fffaf2 0%, #f7fbff 36%, #fffaf2 100%);
}

.subpage :is(.attraction-hero, .glow-hero, .kinder-hero, .groups-hero, .gastro-hero, .party-hero, .park-hero, .info-hero, .contact-hero, .faq-hero) {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.74fr);
  gap: clamp(46px, 6vw, 96px);
  padding-top: clamp(92px, 9vw, 136px);
  background:
    linear-gradient(135deg, #fffdf8 0%, #f8fbff 54%, #eef8fd 100%);
}

.subpage :is(.attraction-hero, .glow-hero, .kinder-hero, .groups-hero, .gastro-hero, .party-hero, .park-hero, .info-hero, .contact-hero, .faq-hero) .hero-bg {
  border-radius: 28px;
  box-shadow:
    0 28px 80px rgba(39, 72, 101, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  filter: saturate(1.05) brightness(1.04) contrast(0.98);
}

.subpage .button.secondary {
  background: rgba(255, 255, 255, 0.76);
}

.subpage :is(.glow-facts, .party-facts, .groups-facts, .gastro-facts, .park-facts, .kinder-quickfacts, .info-facts, .faq-facts, .contact-strip) {
  border-color: rgba(21, 34, 56, 0.09);
}

.subpage :is(.detail-layout, .glow-story, .family-story, .party-intro, .groups-intro, .gastro-intro, .park-intro, .soccer-overview) {
  padding-top: clamp(88px, 9vw, 140px);
}

.subpage :is(.glow-story-card, .groups-audience-card, .groups-module-card, .gastro-area-card, .kinder-cards article, .park-zone-card, .flow-card, .experience-card, .groups-program-head, .groups-program article, .party-steps article, .park-flow article, .park-service-grid a, .service-teaser-grid a, .contact-card-grid a, .arrival-tips article, .price-card, .schedule-grid article, .package-card, .faq-list details) {
  border-color: rgba(21, 34, 56, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 16px 44px rgba(42, 72, 100, 0.08);
}

.subpage .glow-guide,
.subpage :is(.glow-booking-band, .attraction-cta-strip, .groups-cta, .party-cta, .faq-cta) {
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(240, 248, 252, 0.86));
  box-shadow: 0 18px 48px rgba(42, 72, 100, 0.09);
}

@media (max-width: 960px) {
  .subpage :is(.attraction-hero, .glow-hero, .kinder-hero, .groups-hero, .gastro-hero, .party-hero, .park-hero, .info-hero, .contact-hero, .faq-hero) {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 58px;
  }

  .subpage :is(.attraction-hero-content, .glow-hero-content, .kinder-hero-content, .groups-hero-content, .gastro-hero-content, .party-hero-content, .park-hero-content, .info-hero-content, .contact-hero-content, .faq-hero-content) {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
    width: min(100%, calc(100vw - 44px));
    max-width: calc(100vw - 44px);
  }

  .subpage :is(.attraction-hero-content, .glow-hero-content, .kinder-hero-content, .groups-hero-content, .gastro-hero-content, .party-hero-content, .park-hero-content, .info-hero-content, .contact-hero-content, .faq-hero-content) h1 {
    max-width: min(100%, 320px);
    font-size: clamp(32px, 8.8vw, 42px);
    line-height: 1.04;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    text-wrap: normal;
  }

  .subpage .hero-copy {
    width: min(100%, 330px);
    max-width: 100%;
  }

  .subpage :is(.attraction-hero, .glow-hero, .kinder-hero, .groups-hero, .gastro-hero, .party-hero, .park-hero, .info-hero, .contact-hero, .faq-hero) .hero-bg {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    border-radius: 18px;
  }
}

@media (max-width: 760px) {
  html,
  body {
    overflow-x: hidden;
  }

  .hero {
    min-height: 690px;
    padding-right: 20px;
    padding-left: 20px;
    overflow: hidden;
  }

  .hero-content {
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }

  .hero h1 {
    max-width: min(100%, 340px);
    font-size: clamp(34px, 9.8vw, 40px);
    line-height: 1.04;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    text-wrap: balance;
  }

  .hero-copy {
    max-width: min(100%, 330px);
    font-size: 17px;
  }

  .hero-actions .button {
    width: 100%;
    justify-content: center;
  }

  .booking-finder {
    width: calc(100% - 24px);
  }

  .finder-benefits {
    display: grid;
    grid-template-columns: 1fr;
    padding: 14px 22px;
  }

  .finder-benefits span {
    min-width: 0;
  }
}

/* Cleaner subpage guide + flow sections */
.subpage .glow-guide {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.88fr) minmax(176px, 0.36fr);
  align-items: center;
  gap: clamp(28px, 3.6vw, 56px);
  min-height: 0;
  margin-top: clamp(24px, 3.5vw, 44px);
  margin-bottom: clamp(58px, 7vw, 96px);
  padding: clamp(42px, 4.6vw, 68px);
  overflow: visible;
  border: 1px solid rgba(28, 95, 148, 0.1);
  border-radius: 32px;
  background:
    radial-gradient(circle at 94% 18%, rgba(88, 167, 220, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(244, 250, 254, 0.82));
  box-shadow: 0 22px 58px rgba(42, 72, 100, 0.08);
}

.subpage .glow-guide > div {
  min-width: 0;
}

.subpage .glow-guide h2 {
  max-width: 13ch;
  margin-bottom: 0;
  font-size: clamp(34px, 3.2vw, 48px);
  line-height: 1.04;
}

.subpage .glow-guide > p {
  max-width: 430px;
  padding-right: 0;
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.58;
}

.subpage .glow-guide .mascot-guide {
  position: relative;
  right: auto;
  bottom: auto;
  justify-self: end;
  align-self: end;
  width: clamp(158px, 13vw, 214px);
  opacity: 1;
}

.subpage .glow-guide .mascot-guide img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 22px 34px rgba(42, 72, 100, 0.14));
}

.subpage .glow-guide .mascot-guide.is-away {
  transform: translateX(100%) translateY(8px) rotate(4deg);
  opacity: 0;
}

.subpage .attraction-flow {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto clamp(70px, 8vw, 112px);
  gap: 16px;
  background: transparent;
}

.subpage .flow-card {
  min-height: 172px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 42px rgba(42, 72, 100, 0.08);
}

@media (max-width: 960px) {
  .subpage .glow-guide {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    padding: 32px 24px;
    overflow: hidden;
    border-radius: 24px;
  }

  .subpage .glow-guide h2 {
    max-width: 100%;
    font-size: clamp(32px, 9vw, 44px);
    line-height: 1.04;
  }

  .subpage .glow-guide > p {
    max-width: 100%;
    font-size: 17px;
  }

  .subpage .glow-guide .mascot-guide {
    justify-self: end;
    width: min(170px, 48vw);
    margin-top: -10px;
  }

  .subpage .attraction-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: calc(100% - 24px);
    gap: 12px;
  }
}

@media (max-width: 640px) {
  .subpage .attraction-flow {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .subpage .glow-booking-band,
  .subpage .glow-guide {
    box-sizing: border-box;
    width: min(100%, calc(100vw - 24px));
    max-width: calc(100vw - 24px);
    margin-right: auto;
    margin-left: auto;
    padding: 26px 20px;
    overflow: visible;
  }

  .subpage .glow-booking-band {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    align-items: start;
  }

  .subpage .glow-booking-band .button {
    width: 100%;
    justify-content: center;
  }

  .subpage .glow-note,
  .subpage .glow-guide > div {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
  }

  .subpage .glow-booking-band h2,
  .subpage .glow-guide h2 {
    max-width: 100%;
    font-size: clamp(28px, 8vw, 34px);
    line-height: 1.08;
    overflow-wrap: break-word;
  }

  .subpage .glow-booking-band p:not(.eyebrow),
  .subpage .glow-guide > p {
    max-width: 100%;
    padding-right: 0;
    font-size: 16px;
    line-height: 1.58;
    overflow-wrap: break-word;
  }

  .subpage .glow-guide .mascot-guide {
    justify-self: center;
    width: min(150px, 44vw);
    margin-top: 0;
  }

  .laser-page .glow-story,
  .bowling-page .glow-story,
  .glow-page .glow-story,
  .subpage .glow-story,
  .subpage .detail-layout,
  .subpage .family-story,
  .subpage .soccer-overview {
    display: grid;
    grid-template-columns: minmax(0, 1fr) !important;
    box-sizing: border-box;
    width: min(100%, calc(100vw - 24px));
    max-width: calc(100vw - 24px);
    margin-right: auto;
    margin-left: auto;
    gap: 26px;
    overflow: visible;
  }

  .laser-page .glow-story-copy,
  .bowling-page .glow-story-copy,
  .glow-page .glow-story-copy,
  .subpage .glow-story-copy,
  .subpage .detail-copy,
  .subpage .story-copy,
  .subpage .soccer-copy {
    order: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .subpage :is(.detail-copy, .glow-story-copy, .story-copy, .soccer-copy) h2 {
    width: 100%;
    max-width: min(100%, 320px);
    font-size: clamp(29px, 7.6vw, 34px);
    line-height: 1.08;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .subpage :is(.detail-copy, .glow-story-copy, .story-copy, .soccer-copy) p:not(.eyebrow) {
    width: 100%;
    max-width: min(100%, 320px);
    font-size: 17px;
    line-height: 1.62;
    overflow-wrap: break-word;
  }

  .subpage :is(.detail-visual, .glow-story-card, .story-media, .soccer-media) {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .subpage :is(.detail-visual img, .glow-story-card img, .story-media img, .soccer-media img) {
    max-width: 100%;
  }
}

/* Header simplification and subpage flow motion */
html {
  scroll-padding-top: 92px;
}

.utility-bar {
  display: none !important;
}

.sticky-ticket-widget {
  top: 78px;
}

.subpage :is(.attraction-flow, .party-steps, .groups-program, .park-flow).flow-scroll-track {
  perspective: 1100px;
  overflow: visible;
}

.soccer-tile-photo {
  object-position: center 58%;
}

/* Indoor-Soccer spacing refinement */
@media (min-width: 980px) {
  .subpage .soccer-overview {
    width: min(1480px, calc(100% - 96px));
    grid-template-columns: minmax(0, 0.88fr) minmax(540px, 1fr);
    gap: clamp(56px, 6vw, 112px);
    align-items: center;
  }

  .subpage .soccer-copy {
    max-width: 640px;
    justify-self: start;
  }

  .subpage .soccer-copy h2 {
    max-width: 10.5ch;
    font-size: clamp(46px, 4.15vw, 66px);
    line-height: 1.02;
    hyphens: auto;
  }

  .subpage .soccer-copy p:not(.eyebrow) {
    max-width: 52ch;
  }

  .subpage .soccer-match-card {
    min-height: clamp(500px, 45vw, 620px);
    justify-self: stretch;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .subpage .flow-slide-card {
    opacity: 0;
    transform: translate3d(-78px, 24px, 0) rotateY(-5deg) scale(0.982);
    transform-origin: left center;
    transition:
      opacity 0.78s cubic-bezier(0.16, 0.84, 0.24, 1),
      transform 0.86s cubic-bezier(0.16, 0.84, 0.24, 1),
      box-shadow 0.38s cubic-bezier(0.2, 0.75, 0.25, 1),
      background 0.38s ease;
    transition-delay: var(--flow-delay, 0ms);
    will-change: opacity, transform;
  }

  .subpage :is(.attraction-flow, .party-steps, .groups-program, .park-flow).is-flow-visible .flow-slide-card {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotateY(0deg) scale(1);
  }

  .subpage :is(.attraction-flow, .party-steps, .groups-program, .park-flow).is-flow-visible .flow-slide-card:hover {
    transform: translate3d(0, -5px, 0) rotateY(0deg) scale(1.01);
  }
}

@media (max-width: 920px) {
  html {
    scroll-padding-top: 78px;
  }

  .sticky-ticket-widget {
    top: 70px;
  }
}

@media (max-width: 760px) and (prefers-reduced-motion: no-preference) {
  .subpage .flow-slide-card {
    transform: translate3d(-34px, 18px, 0) scale(0.99);
    transition-delay: var(--flow-delay, 0ms);
  }
}

/* Mobile booking finder refinement */
@media (max-width: 760px) {
  .booking-finder {
    width: calc(100% - 20px);
    max-width: 520px;
    margin-top: -34px;
  }

  .finder-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    width: 100%;
    margin: 0 0 8px;
    padding: 4px;
    overflow-x: auto;
    border: 1px solid rgba(23, 32, 51, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 14px 34px rgba(23, 32, 51, 0.1);
    scrollbar-width: none;
  }

  .finder-tabs::-webkit-scrollbar {
    display: none;
  }

  .finder-tabs button {
    flex: 1 0 auto;
    min-height: 40px;
    padding: 8px 13px;
    border-radius: 999px;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
  }

  .finder-tabs .is-active {
    box-shadow: 0 8px 18px rgba(6, 56, 107, 0.16);
  }

  .finder-panel {
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 20px 48px rgba(23, 32, 51, 0.13);
  }

  .ticket-builder,
  .attraction-booking-builder,
  .event-booking-builder {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    min-height: 0;
    padding: 18px 18px 0;
  }

  .ticket-total-card,
  .ticket-counter-card,
  .ticket-date-card,
  .attraction-select-card,
  .attraction-people-card,
  .attraction-total-card,
  .event-people-card,
  .event-options-card,
  .event-contact-card {
    min-height: 0;
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(23, 32, 51, 0.08);
    background: transparent;
  }

  .ticket-date-card,
  .attraction-total-card,
  .event-contact-card {
    border-bottom: 0;
  }

  .booking-step-title,
  .booking-step-head {
    grid-template-columns: 31px minmax(0, 1fr);
    gap: 10px;
    margin: 0 0 12px;
  }

  .step-mark {
    width: 31px;
    height: 31px;
    font-size: 15px;
  }

  .booking-step-title strong,
  .booking-step-head h3 {
    font-size: 19px;
    line-height: 1.08;
  }

  .ticket-total-card {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 12px;
  }

  .ticket-total-card .booking-step-title {
    align-self: start;
  }

  .ticket-total-card > div {
    justify-self: end;
    min-width: 130px;
    text-align: right;
  }

  .ticket-total-card div > span,
  .attraction-total-card > div:last-child span {
    margin-bottom: 4px;
    font-size: 11px;
    letter-spacing: 0.2px;
  }

  .ticket-total-card div > strong,
  .attraction-total-card > div:last-child strong {
    font-size: clamp(32px, 10vw, 40px);
  }

  .ticket-total-card div > p,
  .attraction-total-card > div:last-child p {
    max-width: 160px;
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.3;
  }

  .ticket-counter-card,
  .attraction-people-card,
  .event-people-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .ticket-counter-row,
  .vertical-counter-row,
  .event-counter-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 11px 0;
    border-top: 1px solid rgba(23, 32, 51, 0.07);
  }

  .ticket-counter-row:first-of-type,
  .vertical-counter-row:first-of-type {
    border-top: 0;
  }

  .event-counter-row {
    border-top: 0;
  }

  .ticket-counter-row strong,
  .vertical-counter-row strong,
  .event-counter-row strong {
    font-size: 16px;
    white-space: normal;
  }

  .ticket-counter-row div > span {
    display: inline-block;
    margin-top: 5px;
    padding: 3px 8px;
    border-radius: 999px;
    background: rgba(240, 179, 54, 0.12);
    color: #9a853e;
    font-size: 11px;
    font-weight: 900;
  }

  .ticket-counter-control {
    grid-template-columns: 34px 36px 34px;
    justify-content: end;
    margin-top: 0;
    overflow: hidden;
    border: 1px solid rgba(23, 32, 51, 0.08);
    border-radius: 999px;
    background: #f6f9fc;
  }

  .ticket-counter-control button {
    width: 34px;
    height: 34px;
    font-size: 22px;
    line-height: 1;
  }

  .ticket-counter-control [data-counter-value] {
    height: 34px;
    font-size: 22px;
  }

  .attraction-select-toggle,
  .date-row {
    min-height: 52px;
    padding: 12px 14px;
    border: 1px solid rgba(23, 32, 51, 0.1);
    border-radius: 16px;
    background: #f7fafd;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
  }

  .attraction-select-toggle span {
    font-size: 16px;
  }

  .attraction-select-toggle strong {
    font-size: 13px;
  }

  .attraction-dropdown-booking p {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.35;
  }

  .attraction-option-list {
    position: fixed;
    right: 12px;
    bottom: 88px;
    left: 12px;
    z-index: 92;
    width: auto;
    max-height: min(360px, 52dvh);
    padding: 8px;
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(23, 32, 51, 0.28);
  }

  .attraction-option-list button {
    min-height: 46px;
    border-radius: 12px;
  }

  .attraction-total-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .date-popover {
    position: fixed;
    top: auto;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 95;
    width: auto;
    max-height: min(620px, calc(100dvh - 86px));
    margin: 0;
    padding: 18px;
    overflow: auto;
    border-radius: 24px;
    box-shadow: 0 24px 80px rgba(23, 32, 51, 0.32);
    transform-origin: bottom center;
  }

  .date-popover-head {
    grid-template-columns: 38px 1fr 38px;
    gap: 8px;
    margin-bottom: 14px;
  }

  .date-popover-head strong {
    font-size: 21px;
  }

  .date-popover-head button {
    width: 38px;
    height: 38px;
    font-size: 26px;
  }

  .date-weekdays,
  .date-calendar {
    gap: 5px;
  }

  .date-calendar span,
  .date-calendar button {
    min-height: 40px;
    border-radius: 10px;
    font-size: 14px;
  }

  .date-popover-footer {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .date-popover-footer p {
    grid-column: 1 / -1;
    font-size: 12px;
  }

  .date-popover-footer button {
    min-height: 42px;
    border-radius: 12px;
    font-size: 12px;
  }

  .event-option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .event-option {
    min-height: 44px;
    padding: 9px 10px;
    border-radius: 14px;
    background: #f8fafc;
  }

  .event-option strong {
    font-size: 12px;
  }

  .event-phone-field {
    margin-top: 0;
  }

  .event-phone-field input {
    min-height: 52px;
    padding: 0 14px;
    border: 1px solid rgba(23, 32, 51, 0.1);
    border-radius: 16px;
    background: #f7fafd;
    font-size: 17px;
  }

  .event-contact-card > p {
    margin: 10px 0 0;
    font-size: 13px;
    line-height: 1.45;
  }

  .finder-benefits {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    padding: 12px 18px;
    overflow-x: auto;
    background: #f4f6f8;
    scrollbar-width: none;
  }

  .finder-benefits::-webkit-scrollbar {
    display: none;
  }

  .finder-benefits span {
    flex: 0 0 auto;
    min-height: 36px;
    min-width: 190px;
    padding: 7px 12px 7px 8px;
    font-size: 11px;
  }

  .finder-benefits strong {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }

  .finder-summary {
    padding: 11px 18px 12px;
    overflow: hidden;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .finder-search {
    position: sticky;
    bottom: 0;
    z-index: 4;
    min-height: 58px;
    border-radius: 0 0 24px 24px;
    font-size: 14px;
    letter-spacing: 0.9px;
    box-shadow: 0 -10px 24px rgba(200, 25, 46, 0.1);
  }

  .sticky-ticket-widget {
    top: auto;
    right: 12px;
    bottom: 14px;
  }

  .sticky-ticket-button {
    width: 78px;
    height: 68px;
    font-size: 10px;
  }

  .sticky-ticket-menu {
    width: min(292px, calc(100vw - 24px));
    transform-origin: bottom right;
  }

  .sticky-ticket-widget {
    display: none;
  }
}

@media (max-width: 420px) {
  .finder-tabs button {
    padding: 8px 11px;
    font-size: 12px;
  }

  .ticket-builder,
  .attraction-booking-builder,
  .event-booking-builder {
    padding: 16px 16px 0;
  }

  .booking-step-title strong,
  .booking-step-head h3 {
    font-size: 18px;
  }

  .ticket-total-card div > strong,
  .attraction-total-card > div:last-child strong {
    font-size: 32px;
  }

  .event-option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .event-option {
    grid-template-columns: 20px minmax(0, 1fr);
    padding: 9px 8px;
  }

  .event-option strong {
    font-size: 11.5px;
  }
}

/* Extra compact mobile booking layout */
@media (max-width: 760px) {
  .booking-finder {
    width: min(420px, calc(100% - 28px));
    margin-top: -24px;
    scroll-margin-top: 122px;
  }

  .finder-tabs {
    height: 42px;
    margin-bottom: 6px;
    padding: 3px;
    border-radius: 18px;
  }

  .finder-tabs button {
    min-height: 34px;
    padding: 6px 10px;
    font-size: 12px;
  }

  .finder-panel {
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 16px 38px rgba(23, 32, 51, 0.12);
  }

  .ticket-builder,
  .attraction-booking-builder,
  .event-booking-builder {
    padding: 12px 14px 0;
  }

  .ticket-total-card,
  .ticket-counter-card,
  .ticket-date-card,
  .attraction-select-card,
  .attraction-people-card,
  .attraction-total-card,
  .event-people-card,
  .event-options-card,
  .event-contact-card {
    padding: 10px 0;
  }

  .step-mark {
    display: none;
  }

  .booking-step-title,
  .booking-step-head {
    display: block;
    margin: 0 0 7px;
  }

  .booking-step-title strong,
  .booking-step-head h3 {
    font-size: 16px;
    letter-spacing: 0;
  }

  .ticket-total-card {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    min-height: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .ticket-total-card > div {
    min-width: 104px;
  }

  .ticket-total-card div > span,
  .attraction-total-card > div:last-child span {
    margin-bottom: 2px;
    font-size: 10px;
  }

  .ticket-total-card div > strong,
  .attraction-total-card > div:last-child strong {
    font-size: clamp(27px, 7.2vw, 32px);
    line-height: 0.96;
  }

  .ticket-total-card div > p,
  .attraction-total-card > div:last-child p {
    max-width: 126px;
    margin-top: 4px;
    font-size: 10.5px;
    line-height: 1.2;
  }

  .ticket-counter-row,
  .vertical-counter-row,
  .event-counter-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    padding: 7px 0;
  }

  .ticket-counter-row strong,
  .vertical-counter-row strong,
  .event-counter-row strong {
    font-size: 14px;
    line-height: 1.05;
  }

  .ticket-counter-row small,
  .vertical-counter-row small,
  .event-counter-row small {
    font-size: 10.5px;
  }

  .ticket-counter-row div > span {
    margin-top: 3px;
    padding: 2px 7px;
    font-size: 10px;
  }

  .ticket-counter-control {
    grid-template-columns: 28px 30px 28px;
  }

  .ticket-counter-control button {
    width: 28px;
    height: 28px;
    font-size: 19px;
  }

  .ticket-counter-control [data-counter-value] {
    height: 28px;
    font-size: 18px;
  }

  .attraction-select-toggle,
  .date-row {
    min-height: 42px;
    padding: 8px 11px;
    border-radius: 12px;
  }

  .date-row span,
  .attraction-select-toggle span {
    font-size: 14px;
  }

  .date-row strong,
  .attraction-select-toggle em {
    font-size: 15px;
  }

  .attraction-select-toggle strong {
    font-size: 11.5px;
  }

  .attraction-dropdown-booking p,
  .event-contact-card > p {
    font-size: 11.5px;
  }

  .attraction-total-card {
    gap: 8px;
  }

  .event-option-grid {
    gap: 6px;
  }

  .event-option {
    min-height: 36px;
    grid-template-columns: 17px minmax(0, 1fr);
    gap: 7px;
    padding: 7px 8px;
    border-radius: 11px;
  }

  .event-option span {
    width: 17px;
    height: 17px;
    border-radius: 5px;
  }

  .event-option strong {
    font-size: 10.5px;
    line-height: 1.05;
  }

  .event-phone-field span {
    font-size: 10.5px;
  }

  .event-phone-field input {
    min-height: 42px;
    padding: 0 11px;
    border-radius: 12px;
    font-size: 15px;
  }

  .date-popover {
    padding: 14px;
    border-radius: 18px;
  }

  .date-popover-head {
    grid-template-columns: 34px 1fr 34px;
    margin-bottom: 10px;
  }

  .date-popover-head strong {
    font-size: 18px;
  }

  .date-popover-head button {
    width: 34px;
    height: 34px;
    font-size: 22px;
  }

  .date-calendar span,
  .date-calendar button {
    min-height: 34px;
    border-radius: 8px;
    font-size: 12.5px;
  }

  .date-popover-footer button {
    min-height: 38px;
    border-radius: 10px;
  }

  .finder-benefits {
    display: none;
  }

  .finder-summary {
    padding: 8px 14px;
    font-size: 10.5px;
  }

  .finder-search {
    min-height: 48px;
    border-radius: 0 0 18px 18px;
    font-size: 12.5px;
    letter-spacing: 0.8px;
  }
}

@media (max-width: 420px) {
  .booking-finder {
    width: calc(100% - 24px);
  }

  .ticket-builder,
  .attraction-booking-builder,
  .event-booking-builder {
    padding: 11px 13px 0;
  }
}

.groups-page .groups-intro {
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 0.78fr);
  align-items: center;
  gap: clamp(38px, 5vw, 84px);
}

.groups-intro-copy {
  display: grid;
  gap: clamp(18px, 2.4vw, 28px);
}

.groups-intro-copy h2 {
  margin-bottom: 0;
}

.groups-intro-copy p:not(.eyebrow) {
  width: min(100%, 58ch);
  margin-bottom: 0;
}

.groups-intro-media {
  position: relative;
  min-height: clamp(340px, 34vw, 510px);
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  background: #e7f0f7;
  box-shadow: 0 28px 72px rgba(42, 72, 100, 0.13);
  isolation: isolate;
}

.groups-intro-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
}

.groups-intro-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(19, 50, 82, 0.02) 34%, rgba(19, 50, 82, 0.78) 100%),
    linear-gradient(120deg, rgba(19, 50, 82, 0.34), rgba(19, 50, 82, 0) 52%);
}

.groups-intro-media figcaption {
  position: absolute;
  right: clamp(20px, 3vw, 32px);
  bottom: clamp(20px, 3vw, 32px);
  left: clamp(20px, 3vw, 32px);
  z-index: 2;
  display: grid;
  gap: 8px;
  color: #fff;
}

.groups-intro-media figcaption span {
  color: #f3c157;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.groups-intro-media figcaption strong {
  width: min(100%, 30ch);
  font-size: clamp(24px, 2.3vw, 38px);
  line-height: 1.02;
}

@media (max-width: 960px) {
  .groups-page .groups-intro {
    grid-template-columns: 1fr;
  }

  .groups-intro-media {
    min-height: 330px;
  }
}

@media (max-width: 560px) {
  .groups-page .groups-intro {
    width: min(100% - 32px, 1180px);
    gap: 28px;
  }

  .groups-intro-media {
    min-height: 300px;
    border-radius: 20px;
  }

.groups-intro-media figcaption strong {
    font-size: 23px;
  }
}

.gastro-page .gastro-route {
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.96fr);
  align-items: center;
  gap: clamp(30px, 4vw, 60px);
}

.gastro-page .gastro-route > div:first-child {
  min-height: auto;
  padding: clamp(34px, 4.8vw, 64px);
  border: 1px solid rgba(42, 72, 100, 0.1);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 251, 254, 0.9)),
    #fff;
  box-shadow: 0 24px 64px rgba(42, 72, 100, 0.1);
}

.gastro-page .gastro-route > div:first-child h2 {
  max-width: 11ch;
  margin-bottom: clamp(28px, 4vw, 54px);
  font-size: clamp(42px, 5vw, 74px);
  line-height: 0.98;
}

.gastro-page .gastro-route > div:first-child p:not(.eyebrow) {
  max-width: 44ch;
  margin-bottom: 0;
  color: var(--text-soft);
  font-size: clamp(17px, 1.2vw, 20px);
  line-height: 1.62;
}

.gastro-page .gastro-combo-list {
  align-self: center;
  align-content: center;
  gap: 14px;
}

.gastro-page .gastro-combo-list a {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  gap: 8px 18px;
  min-height: 0;
  padding: clamp(22px, 2.4vw, 30px);
  border: 1px solid rgba(42, 72, 100, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 252, 255, 0.9)),
    #fff;
  color: var(--ink);
  box-shadow: 0 18px 48px rgba(42, 72, 100, 0.08);
  transition:
    transform 0.32s cubic-bezier(0.2, 0.75, 0.25, 1),
    box-shadow 0.32s cubic-bezier(0.2, 0.75, 0.25, 1),
    border-color 0.32s ease;
}

.gastro-page .gastro-combo-list a::after {
  content: "";
  grid-row: 1 / span 2;
  grid-column: 2;
  align-self: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(240, 179, 54, 0.16);
}

.gastro-page .gastro-combo-list a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: clamp(36px, 3.4vw, 44px);
  width: 10px;
  height: 10px;
  border-top: 2px solid #a79353;
  border-right: 2px solid #a79353;
  transform: translateY(-50%) rotate(45deg);
}

.gastro-page .gastro-combo-list a:hover {
  transform: translateY(-4px);
  border-color: rgba(42, 72, 100, 0.18);
  box-shadow: 0 24px 58px rgba(42, 72, 100, 0.12);
}

.gastro-page .gastro-combo-list span {
  margin: 0;
  color: var(--red);
  font-size: 13px;
  letter-spacing: 0.02em;
}

.gastro-page .gastro-combo-list strong {
  display: block;
  max-width: 30ch;
  color: var(--ink);
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.08;
}

@media (max-width: 920px) {
  .gastro-page .gastro-route {
    grid-template-columns: 1fr;
  }

  .gastro-page .gastro-route > div:first-child {
    padding: 30px 24px;
  }

  .gastro-page .gastro-route > div:first-child h2 {
    max-width: 12ch;
    margin-bottom: 24px;
  }
}

@media (max-width: 560px) {
  .gastro-page .gastro-route {
    width: min(100% - 32px, 1180px);
    gap: 18px;
    padding-bottom: 58px;
  }

  .gastro-page .gastro-route > div:first-child,
  .gastro-page .gastro-combo-list a {
    border-radius: 20px;
  }

  .gastro-page .gastro-combo-list a {
    grid-template-columns: minmax(0, 1fr) 34px;
    padding: 20px;
  }

  .gastro-page .gastro-combo-list a::after {
    width: 34px;
    height: 34px;
  }

  .gastro-page .gastro-combo-list a::before {
    right: 32px;
  }
}

.info-page .price-card.featured {
  border-color: rgba(46, 120, 173, 0.2);
  background:
    linear-gradient(145deg, rgba(46, 120, 173, 0.14), rgba(255, 255, 255, 0.96)),
    #fff;
  color: var(--ink);
  box-shadow: 0 20px 52px rgba(42, 72, 100, 0.1);
}

.info-page .price-card.featured span {
  color: var(--red);
}

.info-page .price-card.featured strong {
  color: #2e78ad;
}

.info-page .price-card.featured p {
  color: var(--text-soft);
}

.birthday-page .package-card.featured {
  border-color: rgba(46, 120, 173, 0.22);
  background:
    linear-gradient(145deg, rgba(46, 120, 173, 0.14), rgba(255, 255, 255, 0.96)),
    #fff;
  color: var(--ink);
  box-shadow: 0 20px 52px rgba(42, 72, 100, 0.1);
}

.birthday-page .package-card.featured > span {
  background: rgba(200, 25, 46, 0.08);
  color: var(--red);
}

.birthday-page .package-card.featured h3 {
  color: var(--ink);
}

.birthday-page .package-card.featured p,
.birthday-page .package-card.featured li {
  color: var(--text-soft);
}

/* Compact mobile header pass */
@media (max-width: 760px) {
  html {
    scroll-padding-top: 66px;
  }

  .site-header,
  .site-header.is-scrolled,
  .subpage .site-header {
    min-height: 0;
  }

  .main-nav {
    width: calc(100% - 24px);
    min-height: 60px;
    gap: 10px;
    padding: 8px 0;
  }

  .brand {
    width: 118px;
  }

  .brand img {
    display: block;
  }

  .menu-toggle {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
  }

  .menu-toggle span {
    width: 17px;
    margin: 2.5px auto;
  }

  .nav-links.is-open {
    margin: 4px 0 8px;
    padding: 8px;
    border-radius: 14px;
    background: rgba(29, 95, 148, 0.98);
    box-shadow: 0 18px 38px rgba(18, 55, 88, 0.18);
  }

  .nav-links.is-open a {
    min-height: 38px;
    padding: 9px 12px;
    border-radius: 10px;
    font-size: 14px;
  }

  .hero {
    padding-top: 112px;
  }

  .hero h1 {
    max-width: min(100%, 332px);
    font-size: clamp(30px, 8.4vw, 34px);
    line-height: 1.08;
  }

  .hero-copy {
    max-width: min(100%, 332px);
    font-size: 16px;
    line-height: 1.52;
  }

  .subpage :is(.attraction-hero-content, .glow-hero-content, .kinder-hero-content, .groups-hero-content, .gastro-hero-content, .party-hero-content, .park-hero-content, .info-hero-content, .contact-hero-content, .faq-hero-content) h1 {
    max-width: min(100%, 10.5ch);
    font-size: clamp(32px, 9vw, 42px);
    line-height: 1.04;
  }

  .sticky-ticket-widget {
    top: 64px;
    right: 10px;
  }

  .sticky-ticket-button {
    width: 68px;
    height: 60px;
    padding: 8px 7px 9px;
    border-radius: 9px;
    font-size: 10px;
    letter-spacing: 0.3px;
  }

  .sticky-ticket-button::before {
    inset: 6px;
  }

  .sticky-ticket-button svg {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 420px) {
  .main-nav {
    width: calc(100% - 20px);
    min-height: 56px;
    padding: 7px 0;
  }

  .brand {
    width: 108px;
  }

  .menu-toggle {
    width: 36px;
    height: 36px;
  }

  .hero {
    padding-top: 104px;
  }

  .hero h1 {
    font-size: clamp(29px, 8.6vw, 33px);
  }

  .sticky-ticket-widget {
    top: 60px;
  }
}

/* Friendlier home hero mascot */
.home-hero-mascot {
  right: max(58px, calc((100vw - 1280px) / 2 + 54px));
  bottom: 72px;
  width: min(218px, 15vw);
}

.home-hero-mascot img {
  filter: drop-shadow(0 24px 30px rgba(5, 17, 33, 0.28));
}

.hero-event-bubble {
  right: min(76%, 178px);
  top: 7%;
  z-index: 4;
  place-items: center;
  align-content: center;
  width: min(216px, 17vw);
  min-height: 112px;
  gap: 6px;
  padding: 20px 28px;
  border: 3px solid rgba(8, 28, 49, 0.84);
  border-radius: 61% 39% 53% 47% / 55% 59% 41% 45%;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 254, 0.94)),
    #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 14px 30px rgba(5, 17, 33, 0.14);
  text-align: center;
  transform: rotate(-2deg);
}

.hero-event-bubble::before {
  display: none;
}

.hero-event-bubble::after {
  display: none;
}

.hero-event-bubble span {
  padding: 0;
  background: transparent;
  font-size: 9.5px;
  letter-spacing: 0.34px;
}

.hero-event-bubble strong {
  display: block;
  max-width: 12ch;
  font-size: clamp(18px, 1.3vw, 21px);
  line-height: 1.02;
}

.hero-event-bubble small {
  display: block;
  max-width: 18ch;
  font-size: 10.4px;
  line-height: 1.28;
}

@media (max-width: 1120px) {
  .home-hero-mascot {
    right: 34px;
    bottom: 82px;
    width: min(196px, 17vw);
  }

  .hero-event-bubble {
    right: min(72%, 142px);
    top: 5%;
    width: min(190px, 22vw);
  }
}
