﻿@font-face {
  font-family: "Tactic Sans";
  src: url("assets/fonts/TacticSansExd-UltIt.woff2") format("woff2");
  font-weight: 700 950;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #0f042b;
  --bg-2: #130735;
  --text: #ffffff;
  --muted: #ffffff;
  --line: rgba(255, 255, 255, 0.14);
  --purple: #9d4edd;
  --blue: #8092ff;
  --cyan: #22d3ee;
  --pink: #f43f5e;
  --shadow-purple: 0 0 26px rgba(157, 78, 221, 0.22);
  --shadow-blue: 0 0 24px rgba(128, 146, 255, 0.16);
  --panel-blur: 14px;
  --panel-sat: 125%;
  --content: min(1180px, calc(100vw - 32px));
  --header-overlay: 92px;
  --display-font: "Tactic Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --body-font: "Montserrat", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  touch-action: pan-y;
  overscroll-behavior-x: none;
  -webkit-text-size-adjust: 100%;
  background:
    radial-gradient(circle at 10% 8%, rgba(157, 78, 221, 0.22), transparent 26rem),
    radial-gradient(circle at 88% 16%, rgba(128, 146, 255, 0.16), transparent 24rem),
    radial-gradient(circle at 64% 78%, rgba(244, 63, 94, 0.11), transparent 24rem),
    var(--bg);
}

body {
  position: relative;
  margin: 0;
  width: 100%;
  min-height: 100vh;
  color: var(--text);
  background: transparent;
  background-color: var(--bg);
  font-family: var(--font);
  overflow-x: hidden;
  touch-action: pan-y;
  overscroll-behavior-x: none;
  -webkit-hyphens: none;
  hyphens: none;
}

.pixel-blast-background {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: auto;
  height: auto;
  pointer-events: none;
  opacity: 0.68;
  mix-blend-mode: screen;
}

.bg-crosses {
  position: fixed;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.bg-cross-layer {
  position: absolute;
  inset: 0;
  will-change: transform;
}

.bg-cross {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--size);
  height: var(--size);
  opacity: var(--opacity, 0.5);
  overflow: visible;
  color: rgb(127 0 186);
  filter: blur(var(--blur, 0px));
  transform: rotate(var(--rot, 0deg));
  transform-origin: center;
}

.bg-cross svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.bg-cross svg path {
  transform-box: fill-box;
  transform-origin: center;
}

.bg-cross.is-solid svg path {
  fill: currentColor;
  stroke: none;
}

.bg-cross.is-outline svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 8.25;
  stroke-miterlimit: 10;
}

.bg-cross.is-soft {
  color: rgb(127 0 186);
}

.bg-cross.is-faint {
  color: rgb(127 0 186);
}

body.modal-open {
  overflow: hidden;
}

body.modal-open main,
body.modal-open .site-header,
body.modal-open .sticky-actions,
body.modal-open .sticky-call,
body.modal-open .sticky-price,
body.modal-open .desktop-price,
body.modal-open .pixel-blast-background,
 body.modal-open .bg-crosses {
  filter: blur(4px);
}

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

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

button {
  border: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

.page-noise,
.scanline {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

main {
  position: relative;
  z-index: 2;
}

.overview-video-section,
.games-catalog-section,
.fun-section,
.gallery-section,
.partners-section,
.birthday-section,
.contacts-section,
.site-footer {
  content-visibility: auto;
  contain-intrinsic-size: 900px;
}

.page-noise {
  opacity: 0.05;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 92%);
}

.scanline {
  opacity: 0.03;
  background: repeating-linear-gradient(to bottom, transparent 0 6px, rgba(255, 255, 255, 0.45) 7px);
}

.glass-panel {
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035));
  box-shadow: var(--shadow-purple), inset 0 1px 0 rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(var(--panel-blur)) saturate(var(--panel-sat));
  -webkit-backdrop-filter: blur(var(--panel-blur)) saturate(var(--panel-sat));
}

.logo,
.hero-badge span,
.hero-badge small,
.eyebrow,
h1,
h2,
h3,
.btn,
.hero-stats strong,
.hero-stats span,
.marquee-track span,
.card-tag,
.arrow-button,
.fun-icon,
.partner-card span,
.contact-phone,
.sticky-call,
.modal-close,
.lightbox-close,
.lightbox-nav,
.slider-btn {
  font-family: var(--display-font);
}

.nav-phone,
.socials a,
.btn-ghost,
.hero-stats > div,
.attraction-card,
.modal-close,
.lightbox-close,
.lightbox-nav,
.slider-btn {
  border-color: var(--line);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035));
  box-shadow: var(--shadow-purple), inset 0 1px 0 rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(var(--panel-blur)) saturate(var(--panel-sat));
  -webkit-backdrop-filter: blur(var(--panel-blur)) saturate(var(--panel-sat));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 12px 0 0;
  margin-bottom: calc(var(--header-overlay) * -1);
}

.navbar {
  width: min(1240px, calc(100vw - 48px));
  min-height: 68px;
  margin: 0 auto;
  padding: 10px 20px 10px 18px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.logo-fallback {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.logo-image {
  display: none;
  width: auto;
  height: 46px;
  max-width: 220px;
  object-fit: contain;
  object-position: left center;
  filter:
    drop-shadow(0 0 14px rgba(168, 85, 247, 0.24))
    drop-shadow(0 0 18px rgba(128, 146, 255, 0.12));
}

.logo.has-image {
  gap: 0;
}

.logo.has-image .logo-image {
  display: block;
}

.logo.has-image .logo-fallback {
  display: none;
}

.logo-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--purple), var(--blue));
  box-shadow: 0 0 26px rgba(157, 78, 221, 0.62);
  color: #05050a;
  clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
}

.logo-text b {
  color: var(--blue);
}

.nav-content {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-left: 28px;
}

.nav-links,
.socials,
.language-switcher,
.nav-actions {
  display: flex;
  align-items: center;
}

.nav-links {
  position: static;
  justify-content: center;
  gap: 18px;
}

.nav-actions {
  justify-content: flex-end;
  gap: 18px;
}

.nav-links a,
.language-trigger,
.language-menu button,
.nav-phone {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  transition: color 180ms ease, text-shadow 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.nav-links a {
  font-family: var(--display-font);
  font-style: normal;
}

.language-trigger,
.language-menu button,
.nav-phone {
  font-family: var(--body-font);
  font-style: normal;
}

.nav-links a:hover,
.language-trigger:hover,
.nav-phone:hover {
  color: #fff;
  text-shadow: 0 0 18px rgba(168, 85, 247, 0.75);
}

.nav-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(193, 255, 92, 0.96), rgba(166, 255, 64, 0.92));
  box-shadow: 0 0 16px rgba(193, 255, 92, 0.26);
  opacity: 0;
  transform: scaleX(0.45);
  transform-origin: center;
  transition: opacity 180ms ease, transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-links a:hover,
.nav-links a:focus-visible {
  transform: translateY(-1px);
  color: rgb(220 228 255);
  text-shadow: 0 0 20px rgba(128, 146, 255, 0.42);
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-phone {
  padding: 11px 14px;
  border-radius: 999px;
  border: 1px solid rgba(168, 85, 247, 0.28);
  background: linear-gradient(359deg, rgba(107, 172, 255, 0.7), rgb(123, 40, 255));
  box-shadow: 0 0 18px rgba(157, 78, 221, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  white-space: nowrap;
  transition: color 180ms ease, text-shadow 180ms ease, transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.nav-phone:hover {
  transform: translateY(-2px);
  color: #05050a;
  text-shadow: none;
  border-color: rgba(193, 255, 92, 0.9);
  background: linear-gradient(135deg, rgba(193, 255, 92, 0.96), rgba(166, 255, 64, 0.92));
  box-shadow:
    0 0 0 1px rgba(220, 255, 164, 0.38),
    0 0 28px rgba(193, 255, 92, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.socials {
  gap: 8px;
}

.socials a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035));
  color: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.socials svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.socials a:hover {
  transform: translateY(-2px);
  color: #05050a;
  border-color: rgba(193, 255, 92, 0.9);
  background: linear-gradient(135deg, rgba(193, 255, 92, 0.96), rgba(166, 255, 64, 0.92));
  box-shadow:
    0 0 0 1px rgba(220, 255, 164, 0.34),
    0 0 22px rgba(193, 255, 92, 0.24);
}

.language-switcher {
  position: relative;
  flex: 0 0 auto;
  min-width: 84px;
  color: #fff;
}

.language-trigger {
  width: 100%;
  padding: 11px 34px 11px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035));
  box-shadow:
    var(--shadow-purple),
    inset 0 1px 0 rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  outline: none;
  cursor: pointer;
  text-align: left;
  position: relative;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.language-trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-60%) rotate(45deg);
  transform-origin: center;
  transition: transform 180ms ease;
}

.language-trigger:hover,
.language-trigger:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(128, 146, 255, 0.44);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(128, 146, 255, 0.08));
  box-shadow:
    0 0 0 1px rgba(128, 146, 255, 0.18),
    0 0 22px rgba(128, 146, 255, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  color: rgb(220 228 255);
}

.language-trigger:focus {
  border-color: rgba(193, 255, 92, 0.84);
  box-shadow:
    0 0 0 1px rgba(193, 255, 92, 0.34),
    0 0 20px rgba(193, 255, 92, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.language-switcher.is-open .language-trigger::after {
  transform: translateY(-38%) rotate(225deg);
}

.language-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 100%;
  padding: 8px;
  display: grid;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(11, 12, 18, 0.96);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.34),
    0 0 24px rgba(157, 78, 221, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px) scale(0.96);
  transform-origin: top right;
  pointer-events: none;
  transition:
    opacity 180ms ease,
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 180ms ease;
  z-index: 20;
}

.language-switcher.is-open .language-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.language-menu button {
  width: 100%;
  padding: 10px 12px;
  border-radius: 999px;
  background: transparent;
  text-align: left;
  transition:
    color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.language-menu button:hover,
.language-menu button:focus-visible {
  color: #05050a;
  background: linear-gradient(135deg, rgba(193, 255, 92, 0.98), rgba(166, 255, 64, 0.94));
  box-shadow:
    0 0 0 1px rgba(220, 255, 164, 0.22),
    0 0 18px rgba(193, 255, 92, 0.2);
  transform: translateX(4px);
}

.language-menu button.is-active {
  color: var(--blue);
  background: rgba(128, 146, 255, 0.08);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: #fff;
  box-shadow: 0 0 12px rgba(128, 146, 255, 0.9);
}

.section,
.section-grid {
  width: var(--content);
  margin: 0 auto;
}

.section {
  padding: 90px 0;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: 48px;
  align-items: center;
}

.hero.section-grid {
  grid-template-columns: minmax(0, 0.98fr) minmax(420px, 1.02fr);
  gap: 32px;
}

.section-grid > * {
  min-width: 0;
}

body.reveal-enabled [data-reveal] {
  will-change: transform, opacity;
}

body.reveal-enabled [data-reveal="fade-up"] {
  opacity: 0;
  transform: translate3d(0, var(--reveal-distance, 34px), 0);
  transition:
    opacity 0.72s ease,
    transform 0.88s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

body.reveal-enabled [data-reveal="fade-up"].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.reveal-enabled [data-reveal="section-lift"] {
  transform: translate3d(0, var(--reveal-distance, 42px), 0);
  transition: transform 0.98s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: transform;
}

body.reveal-enabled [data-reveal="section-lift"].is-visible {
  transform: translate3d(0, 0, 0);
}

body.reveal-enabled [data-reveal="stagger"] > * {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 0.68s ease,
    transform 0.86s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: calc(var(--reveal-delay, 0ms) + (var(--stagger-index, 0) * 95ms));
}

body.reveal-enabled [data-reveal="stagger"].is-visible > * {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.hero {
  --hero-bg-image: none;
  width: 100%;
  min-height: 860px;
  margin: 0;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-image:
    var(--hero-bg-image),
    radial-gradient(circle at 16% 36%, rgba(87, 34, 255, 0.26), transparent 24%),
    radial-gradient(circle at 76% 22%, rgba(128, 146, 255, 0.18), transparent 18%),
    radial-gradient(circle at 82% 64%, rgba(168, 85, 247, 0.2), transparent 22%),
    linear-gradient(120deg, rgba(8, 9, 16, 0.98) 0%, rgba(10, 10, 20, 0.92) 42%, rgba(7, 8, 15, 0.64) 100%);
  background-position: center center, center center, center center, center center, center center;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: cover, auto, auto, auto, auto;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 8, 14, 0.1) 0%, rgba(7, 8, 14, 0.12) 42%, rgba(7, 8, 14, 0.42) 62%, rgba(7, 8, 14, 0.6) 100%);
  z-index: 0;
}

.hero-shell {
  width: var(--content);
  min-height: 860px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 148px 0 120px;
  position: relative;
  z-index: 2;
}

.hero-visual {
  min-height: 610px;
  position: relative;
  isolation: isolate;
  z-index: 2;
}

.hero-crosses {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.hero-crosses .bg-cross {
  color: rgb(127 0 186 / 0.48);
}

.hero-video-shell {
  position: absolute;
  inset: -122px auto 0 50%;
  width: 100dvw;
  height: auto;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 320ms ease;
  background: #06070c;
}

.hero-video-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 18%),
    linear-gradient(90deg, rgba(4, 7, 14, 0.24), transparent 12%, transparent 82%, rgba(4, 7, 14, 0.26));
  z-index: 1;
}

.hero-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity 320ms ease;
  filter: saturate(1.02) contrast(1.03) brightness(0.9);
}

.hero-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at 30% 48%, rgba(128, 146, 255, 0.12), transparent 24%),
    radial-gradient(circle at 72% 28%, rgba(168, 85, 247, 0.1), transparent 22%),
    linear-gradient(90deg, rgba(6, 7, 12, 0.74) 0%, rgba(6, 7, 12, 0.42) 26%, rgba(6, 7, 12, 0.48) 64%, rgba(6, 7, 12, 0.78) 100%),
    linear-gradient(180deg, rgba(6, 7, 12, 0.5), rgba(6, 7, 12, 0.62));
}

.hero.has-video .hero-video-shell,
.hero.has-video .hero-video {
  opacity: 1;
}

.hero-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(8px);
  z-index: -1;
}

.hero-glow-one {
  width: 340px;
  height: 340px;
  left: 2%;
  top: 18%;
  background: rgba(157, 78, 221, 0.22);
}

.hero-glow-two {
  width: 280px;
  height: 280px;
  right: 2%;
  bottom: 14%;
  background: rgba(128, 146, 255, 0.16);
}

.visual-card {
  position: absolute;
  overflow: visible;
  z-index: 3;
  transition: transform 500ms ease, filter 500ms ease;
}

.visual-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: transparent;
  filter:
    saturate(1.12)
    contrast(1.04)
    drop-shadow(0 0 34px rgba(157, 78, 221, 0.34))
    drop-shadow(0 0 54px rgba(128, 146, 255, 0.16))
    drop-shadow(0 18px 44px rgba(0, 0, 0, 0.28));
}

.visual-card-main {
  width: min(120%, 1088px);
  aspect-ratio: 1.6;
  left: -20px;
  top: 90px;
}

.visual-card-side {
  width: min(82%, 527px);
  aspect-ratio: 0.82;
  right: -80px;
  bottom: -70px;
}

.hero-badge {
  position: absolute;
  left: 8%;
  bottom: 72px;
  padding: 14px 18px;
  border-radius: 18px;
  display: grid;
  gap: 2px;
  z-index: 4;
}

.hero-badge span {
  font-size: 2.2rem;
  font-weight: 950;
  line-height: 0.94;
  color: var(--blue);
  text-shadow: 0 0 18px rgba(128, 146, 255, 0.85);
}

.hero-badge small {
  color: var(--muted);
  font-weight: 800;
  text-transform: uppercase;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 720px);
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 14px;
  color: rgb(101 123 253);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: normal;
  word-break: normal;
}

p {
  font-family: var(--body-font);
  font-style: italic;
  font-weight: 500;
}

h1,
h2 {
  margin: 0;
  letter-spacing: 0;
  line-height: 0.96;
  font-weight: 950;
  text-transform: uppercase;
}

h1 {
  max-width: 100%;
  font-size: clamp(2.7rem, 4vw, 3.9rem);
}

.hero-copy h1 {
  max-width: 11ch;
  font-size: clamp(2.68rem, 4.8vw, 4.48rem);
  line-height: 0.86;
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

.hero-copy h1 .hero-highlight {
  color: #c1ff5c;
  text-shadow: 0 0 22px rgba(193, 255, 92, 0.28);
}

.title-accent {
  color: #c1ff5c;
}

h2 {
  max-width: 100%;
  font-size: clamp(2.7rem, 4vw, 3.9rem);
}

h3 {
  margin: 0;
  font-size: 1.22rem;
  line-height: 1.08;
}

.hero-subtitle,
.birthday-copy p,
.contact-info p,
.section-heading {
  color: var(--muted);
}

.hero-subtitle {
  width: 100%;
  max-width: 610px;
  margin: 26px 0 0;
  font-size: 1.14rem;
  line-height: 1.65;
  overflow-wrap: normal;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 950;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.btn:hover {
  transform: translateY(-3px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(359deg, rgba(107, 172, 255, 0.7), rgb(123, 40, 255));
  border-color: rgba(168, 85, 247, 0.28);
  box-shadow: 0 0 18px rgba(157, 78, 221, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.12);
}

.btn-primary:hover {
  color: #05050a;
  border-color: rgba(193, 255, 92, 0.9);
  box-shadow:
    0 0 0 1px rgba(220, 255, 164, 0.38),
    0 0 28px rgba(193, 255, 92, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  background: linear-gradient(135deg, rgba(193, 255, 92, 0.96), rgba(166, 255, 64, 0.92));
  text-shadow: none;
}

.btn-ghost {
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(12, 12, 18, 0.9), rgba(24, 24, 34, 0.82));
  color: #fff;
  box-shadow: 0 0 18px rgba(157, 78, 221, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
}

.btn-ghost:hover {
  color: #05050a;
  border-color: rgba(193, 255, 92, 0.9);
  background: linear-gradient(135deg, rgba(193, 255, 92, 0.96), rgba(166, 255, 64, 0.92));
  box-shadow:
    0 0 0 1px rgba(220, 255, 164, 0.38),
    0 0 28px rgba(193, 255, 92, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  text-shadow: none;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
  max-width: 760px;
}

.hero-stats > div {
  min-height: 102px;
  padding: 14px 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(10, 12, 24, 0.88), rgba(22, 20, 44, 0.74));
  box-shadow: 0 0 0 1px rgba(168, 85, 247, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.hero-stat-head {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
}

.hero-stat-icon {
  width: 12px;
  height: 12px;
  display: inline-block;
  flex: 0 0 auto;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(167, 139, 250, 0.96), rgba(128, 146, 255, 0.94));
  box-shadow: 0 0 18px rgba(167, 139, 250, 0.34);
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.hero-stats > div:nth-child(4) .hero-stat-icon {
  background: linear-gradient(135deg, rgba(193, 255, 92, 0.98), rgba(166, 255, 64, 0.94));
  box-shadow: 0 0 18px rgba(193, 255, 92, 0.28);
}

.hero-stats strong {
  display: block;
  color: #fff;
  font-size: 2.08rem;
  line-height: 1;
  transition: transform 220ms ease, text-shadow 220ms ease;
}

.hero-stats > div > span:last-child {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-family: var(--body-font);
  font-style: italic;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  transition: color 220ms ease, transform 220ms ease;
}

.hero-stats > div:hover {
  transform: translateY(-4px);
  border-color: rgba(128, 146, 255, 0.38);
  background: linear-gradient(135deg, rgba(14, 16, 34, 0.94), rgba(31, 24, 64, 0.82));
  box-shadow:
    0 0 0 1px rgba(128, 146, 255, 0.12),
    0 16px 34px rgba(0, 0, 0, 0.22),
    0 0 28px rgba(128, 146, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.hero-stats > div:hover .hero-stat-icon {
  transform: scale(1.12);
  filter: saturate(1.08);
  box-shadow: 0 0 24px rgba(167, 139, 250, 0.44);
}

.hero-stats > div:nth-child(4):hover .hero-stat-icon {
  box-shadow: 0 0 24px rgba(193, 255, 92, 0.4);
}

.hero-stats > div:hover strong {
  transform: translateX(1px);
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.08);
}

.hero-stats > div:hover > span:last-child {
  color: rgb(232 236 255);
  transform: translateY(1px);
}

.marquee-band {
  width: 100%;
  overflow: hidden;
  border-block: 1px solid rgba(193, 255, 92, 0.88);
  background: linear-gradient(135deg, rgb(193 255 92), rgb(101 183 0));
  box-shadow:
    0 0 1px rgba(220, 255, 164, 0.28),
    0 0 34px rgba(193, 255, 92, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transform: skewY(-1.4deg);
}

.marquee-band-hero {
  position: relative;
  z-index: 4;
  margin-top: -34px;
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 42px;
  padding: 11px 0;
  animation: marquee 22s linear infinite;
}

.marquee-track span {
  color: #05050a;
  -webkit-text-stroke: 0 transparent;
  font-size: clamp(2.2rem, 3.2vw, 3.1rem);
  font-weight: 950;
  text-transform: uppercase;
  text-shadow: none;
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

.section-heading {
  max-width: 880px;
  margin-bottom: 42px;
}

.attractions-shell {
  display: grid;
  gap: 20px;
}

.attractions-stage {
  position: relative;
  min-height: 466px;
  display: block;
}

.attractions-intro {
  position: relative;
  z-index: 3;
  width: min(35%, 430px);
  padding: 0;
  transform: translateY(-14px);
}

.attractions-intro h2 {
  max-width: 8ch;
  font-size: clamp(2.15rem, 3.45vw, 3.8rem);
  line-height: 0.92;
}

.attractions-highlight {
  color: #c1ff5c;
  text-shadow: 0 0 24px rgba(193, 255, 92, 0.28);
}

.attractions-lead {
  max-width: 26ch;
  margin: 8px 0 0;
  color: rgb(233 236 255 / 0.92);
  font-size: 0.98rem;
  line-height: 1.42;
}

.attraction-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(157, 78, 221, 0.42);
  border-radius: 28px;
  isolation: isolate;
  background: linear-gradient(180deg, rgba(9, 8, 24, 0.98), rgba(12, 10, 28, 0.94));
  box-shadow:
    0 0 0 1px rgba(157, 78, 221, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.02) inset,
    0 0 38px rgba(157, 78, 221, 0.14);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
  cursor: pointer;
}

.attraction-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 18%),
    radial-gradient(circle at 20% 12%, rgba(157, 78, 221, 0.18), transparent 32%);
}

.attraction-card:hover,
.attraction-card:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(128, 146, 255, 0.5);
  box-shadow:
    0 0 0 1px rgba(128, 146, 255, 0.12),
    0 0 54px rgba(128, 146, 255, 0.16),
    0 24px 80px rgba(0, 0, 0, 0.34);
  outline: none;
}

.attraction-spotlight {
  position: absolute;
  inset: 252px 0 0 0;
  height: 220px;
  min-height: 220px;
  padding: 0;
  border: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.attraction-spotlight::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border: 1px solid rgba(157, 78, 221, 0.42);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(15, 12, 34, 0.98), rgba(12, 10, 28, 0.94)),
    radial-gradient(circle at 22% 30%, rgba(157, 78, 221, 0.16), transparent 36%);
  box-shadow:
    0 0 0 1px rgba(157, 78, 221, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.02) inset,
    0 0 38px rgba(157, 78, 221, 0.14);
}

.attraction-spotlight-copy,
.attraction-strip-copy {
  position: relative;
  z-index: 2;
}

.attraction-card-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  color: #c1ff5c;
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.attraction-spotlight-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.attraction-spotlight-stats > div {
  min-width: 88px;
  padding: 13px 15px 11px;
  border: 1px solid rgba(157, 78, 221, 0.26);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(14, 14, 30, 0.76), rgba(17, 15, 35, 0.58));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 18px rgba(128, 146, 255, 0.06);
}

.attraction-spotlight-stats strong {
  display: block;
  color: #fff;
  font-family: var(--display-font);
  font-style: normal;
  font-weight: 950;
  font-size: 1.35rem;
  line-height: 1;
}

.attraction-spotlight-stats span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-family: var(--body-font);
  font-style: italic;
  font-weight: 600;
  font-size: 0.72rem;
  text-transform: uppercase;
  line-height: 1.2;
}

.attraction-spotlight-cta {
  margin-top: 18px;
}

.attraction-spotlight-visual {
  position: absolute;
  right: 0;
  top: -364px;
  z-index: 1;
  width: min(72%, 1020px);
  height: 430px;
  display: grid;
  place-items: end end;
  min-width: 0;
}

.attraction-spotlight-visual::before {
  display: none;
}

.attraction-spotlight-visual::after {
  display: none;
}

.attraction-spotlight-visual img {
  position: relative;
  z-index: 1;
  width: auto;
  height: min(100%, 430px);
  max-width: min(100%, 1020px);
  max-height: 100%;
  object-fit: contain;
  object-position: right bottom;
  filter:
    drop-shadow(0 0 34px rgba(128, 146, 255, 0.18))
    drop-shadow(0 0 56px rgba(157, 78, 221, 0.12));
  transition: transform 320ms ease, filter 320ms ease;
}

.attraction-spotlight-copy {
  position: absolute;
  left: 32px;
  bottom: 26px;
  z-index: 3;
  width: min(35%, 380px);
  padding: 0;
}

.attraction-spotlight:hover .attraction-spotlight-visual img {
  transform: scale(1.03);
  filter:
    drop-shadow(0 0 42px rgba(128, 146, 255, 0.22))
    drop-shadow(0 0 68px rgba(157, 78, 221, 0.16));
}

.attractions-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.attraction-flip-card {
  --card-tilt-x: 0deg;
  --card-tilt-y: 0deg;
  --glare-x: 50%;
  --glare-y: 42%;
  --parallax-x: 0px;
  --parallax-y: 0px;
  aspect-ratio: 6 / 4;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  perspective: 2000px;
}

.attraction-flip-card::before {
  display: none;
}

.attraction-flip-card:hover,
.attraction-flip-card:focus-visible {
  transform: translateY(-6px);
  border-color: transparent;
  box-shadow: none;
}

.attraction-flip-scene {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: flat;
  transform: rotateX(var(--card-tilt-x)) rotateY(var(--card-tilt-y));
  transition:
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 320ms ease;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.24));
}

.attraction-flip-card.is-flipped .attraction-flip-scene {
  transform: rotateX(var(--card-tilt-x)) rotateY(calc(-180deg + var(--card-tilt-y)));
  filter:
    drop-shadow(0 34px 82px rgba(0, 0, 0, 0.4))
    drop-shadow(0 0 36px rgba(128, 146, 255, 0.16))
    drop-shadow(0 0 52px rgba(157, 78, 221, 0.14));
}

.attraction-flip-card.is-animating .attraction-flip-face {
  filter: saturate(1.08) blur(0.45px);
}

.attraction-flip-face {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid rgba(157, 78, 221, 0.42);
  border-radius: 28px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(10, 9, 26, 0.96), rgba(12, 10, 28, 0.98)),
    radial-gradient(circle at 14% 16%, rgba(128, 146, 255, 0.16), transparent 26%);
  box-shadow:
    0 0 0 1px rgba(157, 78, 221, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 46px rgba(157, 78, 221, 0.12);
}

.attraction-flip-face::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 16%),
    radial-gradient(circle at var(--glare-x) var(--glare-y), rgba(255, 255, 255, 0.12), transparent 28%);
  pointer-events: none;
}

.attraction-flip-front {
  padding: 18px;
  pointer-events: auto;
}

.attraction-flip-back {
  display: none;
}

.attraction-flip-media,
.attraction-flip-back-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.attraction-flip-media img,
.attraction-flip-back-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02) translate3d(var(--parallax-x), var(--parallax-y), 0);
  transition: transform 420ms ease, filter 420ms ease;
}

.attraction-flip-front .attraction-flip-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(185deg, rgb(8 8 18 / 0%) 0%, rgb(113 41 193 / 0%) 50%, rgb(34 13 65) 100%),
    radial-gradient(circle at 18% 24%, rgba(128, 146, 255, 0.22), transparent 22%),
    radial-gradient(circle at 82% 18%, rgba(240, 67, 94, 0.16), transparent 26%);
}

.attraction-flip-back-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 8, 20, 0.46) 0%, rgba(8, 8, 20, 0.68) 36%, rgba(8, 8, 20, 0.94) 100%),
    linear-gradient(90deg, rgba(8, 8, 20, 0.92) 0%, rgba(8, 8, 20, 0.5) 42%, rgba(8, 8, 20, 0.32) 100%);
}

.attraction-flip-glare {
  position: absolute;
  inset: auto -18% 14% auto;
  z-index: 1;
  width: 48%;
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(128, 146, 255, 0.18), transparent 62%);
  filter: blur(14px);
  opacity: 0.74;
  pointer-events: none;
}

.attraction-flip-front-ui,
.attraction-flip-front-copy,
.attraction-flip-back-copy {
  position: relative;
  z-index: 2;
}

.attraction-flip-front-ui,
.attraction-flip-front-copy {
  transition: opacity 260ms ease, transform 380ms ease;
}

.attraction-flip-front-ui {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.attraction-flip-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(15, 15, 32, 0.82), rgba(18, 14, 38, 0.72));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.05),
    0 0 30px currentColor;
  backdrop-filter: blur(22px) saturate(130%);
  -webkit-backdrop-filter: blur(22px) saturate(130%);
}

.attraction-flip-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.attraction-flip-icon.is-purple {
  color: #ae6dff;
}

.attraction-flip-icon.is-pink {
  color: #f04dff;
}

.attraction-flip-icon.is-fuchsia {
  color: #d94cff;
}

.attraction-flip-icon.is-lime {
  color: #c1ff5c;
}

.attraction-flip-front .attraction-card-kicker,
.attraction-flip-back .attraction-card-kicker {
  align-self: flex-start;
  margin: 6px 0 0;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(10, 10, 22, 0.42);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
}

.attraction-flip-front-copy {
  display: grid;
  gap: 10px;
  margin-top: auto;
}

.attraction-flip-front-copy h3,
.attraction-flip-back-copy h3 {
  max-width: 10ch;
  font-size: clamp(1.65rem, 2vw, 2.22rem);
  line-height: 0.94;
}

.attraction-flip-front-copy p,
.attraction-flip-detail {
  margin: 0;
  color: rgb(238 241 255 / 0.92);
  font-size: 0.98rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.attraction-flip-front-copy p {
  max-width: 28ch;
  -webkit-line-clamp: 3;
}

.attraction-flip-trigger {
  width: fit-content;
  margin-top: 6px;
  padding: 11px 15px;
  border: 1px solid rgba(128, 146, 255, 0.38);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(128, 146, 255, 0.22), rgba(157, 78, 221, 0.18));
  color: #fff;
  font-family: var(--display-font);
  font-size: 0.92rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow:
    0 0 24px rgba(128, 146, 255, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.attraction-flip-trigger:hover {
  transform: translateY(-2px);
  color: #05070d;
  border-color: rgba(193, 255, 92, 0.86);
  background: linear-gradient(135deg, rgb(193 255 92), rgb(166 255 64));
  box-shadow:
    0 0 30px rgba(193, 255, 92, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.attraction-flip-trigger:focus-visible {
  color: #05070d;
  border-color: rgba(193, 255, 92, 0.86);
  background: linear-gradient(135deg, rgb(193 255 92), rgb(166 255 64));
  box-shadow:
    0 0 30px rgba(193, 255, 92, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.attraction-flip-back-copy {
  display: none;
}

.attraction-flip-back-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.attraction-flip-reset {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(11, 11, 23, 0.56);
  color: #fff;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  opacity: 0;
  transform: translateY(-6px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.attraction-flip-card.is-flipped .attraction-flip-reset {
  opacity: 1;
  transform: translateY(0);
}

.attraction-flip-reset svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.attraction-flip-reset:hover {
  transform: translateY(-2px);
  border-color: rgba(128, 146, 255, 0.42);
  box-shadow: 0 0 22px rgba(128, 146, 255, 0.14);
}

.attraction-flip-detail {
  max-width: 28ch;
  -webkit-line-clamp: 4;
}

.attraction-flip-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.attraction-flip-features li {
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(17, 16, 34, 0.84), rgba(16, 13, 34, 0.6));
  color: rgb(236 239 255 / 0.94);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 18px rgba(128, 146, 255, 0.06);
}

.attraction-flip-thumbs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.attraction-flip-thumbs img {
  width: 100%;
  aspect-ratio: 1.18 / 1;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  object-fit: cover;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 24px rgba(157, 78, 221, 0.08);
}

.attraction-card-open {
  margin-top: 18px;
  width: fit-content;
}

.attraction-flip-card:hover .attraction-flip-media img,
.attraction-flip-card:hover .attraction-flip-back-media img {
  transform: scale(1.06) translate3d(var(--parallax-x), var(--parallax-y), 0);
}

.attractions-section .arrow-button {
  position: absolute;
  top: 50%;
  right: 24px;
  z-index: 3;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(168, 85, 247, 0.3);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.18), rgba(255, 255, 255, 0.04) 58%, rgba(91, 33, 182, 0.14));
  color: #fff;
  box-shadow: 0 0 24px rgba(168, 85, 247, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  transform: translateY(-50%);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.attraction-spotlight .arrow-button {
  display: none;
}

.attractions-section .arrow-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.attractions-section .arrow-button:hover {
  transform: translateY(-50%) scale(1.03);
  border-color: rgba(168, 85, 247, 0.68);
  box-shadow: 0 0 24px rgba(168, 85, 247, 0.32);
}

.attraction-spotlight .arrow-button:hover {
  transform: scale(1.03);
}

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

.overview-video-section {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: none;
  margin: 0;
  padding-inline: 0;
}

.overview-reel {
  position: relative;
  left: auto;
  width: 100%;
  height: 700px;
  overflow: hidden;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 18% 30%, rgba(128, 146, 255, 0.18), transparent 30%),
    radial-gradient(circle at 82% 72%, rgba(168, 85, 247, 0.22), transparent 38%),
    linear-gradient(180deg, rgba(11, 9, 28, 0.92), rgba(7, 5, 18, 0.98));
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: none;
}

.overview-reel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(128, 146, 255, 0.14), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 18%);
  pointer-events: none;
}

.overview-reel-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.02);
}

.overview-video-section.has-video .overview-reel-video {
  display: block;
}

.overview-reel-overlay {
  display: none;
}

.overview-reel-copy {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 2;
  width: min(92vw, 860px);
  display: grid;
  gap: 12px;
  justify-items: center;
  text-align: center;
  transform: translate(-50%, -50%);
}

.overview-reel-copy .eyebrow {
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--display-font);
  font-style: normal;
}

.overview-reel-copy h2 {
  max-width: 13ch;
  margin: 0;
  font-family: var(--display-font);
  font-style: normal;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  font-weight: 900;
  line-height: 0.94;
  text-transform: uppercase;
  text-wrap: balance;
}

.overview-video-text {
  max-width: 46ch;
  margin: 0;
  color: rgb(255 255 255 / 0.92);
  font-family: var(--display-font);
  font-style: normal;
  font-size: clamp(0.92rem, 1.15vw, 1.05rem);
  font-weight: 700;
  line-height: 1.28;
  text-wrap: balance;
}

.games-catalog-section {
  padding-top: 72px;
}

.games-catalog-text {
  max-width: 58ch;
  margin: 14px 0 0;
  color: rgb(255 255 255 / 0.8);
  font-size: 1rem;
  line-height: 1.6;
}

.games-catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 30px;
}

.game-catalog-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding: 0;
  aspect-ratio: 1;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(9, 8, 24, 0.96), rgba(13, 10, 30, 0.98));
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(157, 78, 221, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.game-catalog-card:hover {
  transform: translateY(-5px);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(157, 78, 221, 0.26),
    0 0 24px rgba(128, 146, 255, 0.12);
}

.game-catalog-media {
  position: relative;
  width: 100%;
  height: 100%;
}

.game-catalog-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 320ms ease, filter 320ms ease;
}

.game-catalog-card:hover .game-catalog-media img {
  transform: scale(1.045);
  filter: saturate(1.06) contrast(1.03);
}

.game-catalog-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 8, 18, 0.02) 0%, rgba(32, 16, 60, 0.14) 48%, rgb(17 8 37 / 0.92) 100%),
    radial-gradient(circle at 18% 18%, rgba(128, 146, 255, 0.18), transparent 24%),
    radial-gradient(circle at 82% 20%, rgba(240, 67, 94, 0.14), transparent 20%);
}

.game-catalog-title {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-family: var(--display-font);
  font-size: clamp(1.02rem, 1.35vw, 1.26rem);
  font-style: normal;
  font-weight: 900;
  line-height: 0.94;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.3);
}

.fun-card {
  min-height: 230px;
  padding: 28px;
  border-radius: 24px;
  transition: transform 220ms ease, border-color 220ms ease;
}

.fun-card:hover {
  transform: translateY(-8px);
  border-color: rgba(128, 146, 255, 0.5);
}

.fun-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 8px;
  background: rgba(128, 146, 255, 0.1);
  color: var(--blue);
  font-size: 1.7rem;
  box-shadow: inset 0 0 20px rgba(128, 146, 255, 0.18), 0 0 24px rgba(128, 146, 255, 0.16);
}

.fun-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fun-card p {
  color: var(--muted);
  line-height: 1.55;
}

.fun-card h3 {
  font-family: var(--display-font);
  font-size: 2rem;
  line-height: 0.92;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.fun-card p {
  font-family: var(--display-font);
  font-style: normal;
  font-weight: 700;
}

.gallery-rail {
  position: relative;
  width: 100dvw;
  margin-left: calc(50% - 50dvw);
  padding-inline: max(18px, calc((100dvw - var(--content)) / 2));
}

.gallery-stage {
  position: relative;
  width: min(100%, 1120px);
  min-height: clamp(340px, 58vw, 660px);
  margin: 0 auto;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 22% 18%, rgba(128, 146, 255, 0.16), transparent 34%),
    radial-gradient(circle at 82% 72%, rgba(168, 85, 247, 0.22), transparent 40%),
    rgba(9, 9, 13, 0.92);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(255, 255, 255, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  touch-action: pan-y;
  isolation: isolate;
  --swipe-shift: 0px;
}

.gallery-stage::before,
.gallery-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.gallery-stage::before {
  background:
    linear-gradient(180deg, rgba(6, 7, 12, 0.18) 0%, rgba(6, 7, 12, 0) 26%, rgba(6, 7, 12, 0) 72%, rgba(6, 7, 12, 0.34) 100%),
    linear-gradient(90deg, rgba(6, 7, 12, 0.26) 0%, rgba(6, 7, 12, 0) 18%, rgba(6, 7, 12, 0) 82%, rgba(6, 7, 12, 0.22) 100%);
}

.gallery-stage::after {
  inset: auto 0 0;
  height: 124px;
  background: linear-gradient(180deg, rgba(6, 7, 12, 0), rgba(6, 7, 12, 0.48));
}

.gallery-grid {
  position: relative;
  min-height: inherit;
  height: 100%;
}

.gallery-item {
  position: absolute;
  inset: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.045);
  transition:
    opacity 620ms ease,
    transform 780ms cubic-bezier(0.19, 1, 0.22, 1),
    filter 360ms ease;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.12) contrast(1.03);
  transition: transform 720ms cubic-bezier(0.19, 1, 0.22, 1), filter 320ms ease;
}

.gallery-item.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(var(--swipe-shift, 0px), 0, 0) scale(1);
}

.gallery-item.is-active img {
  animation: galleryKenBurns 6.4s ease-in-out both;
}

.gallery-stage.is-dragging .gallery-item.is-active {
  transition: none;
}

.gallery-stage.is-dragging .gallery-item.is-active img {
  animation: none;
  transform: translate3d(calc(var(--swipe-shift, 0px) * 0.08), 0, 0) scale(1.02);
}

.gallery-item.is-active:hover img {
  filter: saturate(1.2) contrast(1.06);
}

.gallery-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(168, 85, 247, 0.38);
  background: linear-gradient(173deg, rgb(168 85 247 / 48%), rgb(135 92 221 / 24%) 56%, rgb(91 33 182 / 14%));
  color: #fff;
  box-shadow: 0 0 24px rgb(168 85 247 / 34%), inset 0 1px 0 0 rgb(207 155 255 / 42%);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  transform: translateY(-50%);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, opacity 180ms ease;
}

.gallery-nav svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gallery-nav:hover {
  transform: translateY(-50%) scale(1.04);
  border-color: rgba(207, 155, 255, 0.72);
  box-shadow: 0 0 30px rgba(168, 85, 247, 0.42), inset 0 1px 0 rgba(224, 192, 255, 0.22);
}

.gallery-nav:disabled {
  opacity: 0.45;
}

.gallery-nav-prev {
  left: max(12px, calc((100vw - min(1120px, 100vw - 36px)) / 2 + 18px));
}

.gallery-nav-next {
  right: max(12px, calc((100vw - min(1120px, 100vw - 36px)) / 2 + 18px));
}

.gallery-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 8, 12, 0.52);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transform: translateX(-50%);
}

.gallery-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.gallery-dots button.is-active {
  background: linear-gradient(135deg, rgba(128, 146, 255, 0.96), rgba(168, 85, 247, 0.96));
  box-shadow: 0 0 14px rgba(128, 146, 255, 0.45);
  transform: scale(1.12);
}

.gallery-item::after,
.partner-card::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(128, 146, 255, 0.58), inset 0 0 44px rgba(157, 78, 221, 0.22);
  transition: opacity 220ms ease;
}

.gallery-item:hover::after,
.partner-card:hover::after {
  opacity: 1;
}

@keyframes galleryKenBurns {
  0% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1.08);
  }
}

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

.partner-card {
  display: block;
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: #101018;
  cursor: pointer;
  text-decoration: none;
  color: var(--text);
  -webkit-tap-highlight-color: transparent;
}

.partner-card img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  filter: saturate(1.25);
  transition: transform 320ms ease;
  pointer-events: none;
}

.partner-card span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 42px;
  z-index: 2;
  color: #fff;
  font-size: 1.18rem;
  font-weight: 950;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.8);
  pointer-events: none;
}

.partner-card-site {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--body-font);
  font-style: italic;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.25;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.75);
  pointer-events: none;
}

.partner-card::after {
  pointer-events: none;
}

.birthday-section {
  padding: 80px 0;
}

.birthday-copy {
  padding-right: 22px;
}

.birthday-copy p {
  margin: 24px 0 32px;
  max-width: 620px;
  font-size: 1.08rem;
  line-height: 1.7;
}

.birthday-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  border-radius: 30px;
  overflow: visible;
}

.birthday-visual::before {
  content: none;
}

.birthday-visual img {
  width: 130%;
  height: 650px;
  max-width: 130%;
  object-fit: contain;
  object-position: center;
  background: transparent;
  filter:
    saturate(1.08)
    contrast(1.03)
    drop-shadow(0 0 38px rgba(157, 78, 221, 0.36))
    drop-shadow(0 0 60px rgba(128, 146, 255, 0.14))
    drop-shadow(0 20px 48px rgba(0, 0, 0, 0.26));
}

.contact-panel {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 24px;
  padding: 24px;
  border-radius: 28px;
}

.contact-info {
  padding: 22px;
}

.contact-phone {
  display: block;
  margin: 28px 0 12px;
  color: var(--blue);
  font-size: clamp(1.45rem, 2.45vw, 2.9rem);
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0 0 28px rgba(128, 146, 255, 0.42);
}

.contact-email,
.contact-address {
  display: block;
  margin: 10px 0;
  color: var(--muted);
  font-size: 1.08rem;
  font-family: var(--body-font);
  font-style: italic;
  font-weight: 600;
}

.contact-socials {
  margin-top: 24px;
}

.map-wrap {
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: #111;
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 430px;
  border: 0;
  filter: grayscale(1) invert(0.92) contrast(1.1);
}

.site-footer {
  width: 100%;
  margin-top: 28px;
  position: relative;
  z-index: 3;
  isolation: isolate;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #080614;
}

.footer-shell {
  width: var(--content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.08fr 1fr 1fr 1fr;
  gap: 0;
}

.footer-brand,
.footer-col {
  min-width: 0;
  padding: 30px 22px;
}

.footer-col {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-logo {
  width: 170px;
  max-width: 100%;
  display: block;
}

.footer-brand p,
.footer-col p,
.footer-col a {
  margin: 14px 0 0;
  color: var(--muted);
  font-family: var(--body-font);
  font-style: italic;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.55;
}

.footer-col h3 {
  font-size: 1.28rem;
  line-height: 1;
}

.footer-col a {
  display: block;
}

.footer-socials {
  margin-top: 16px;
}

.footer-socials a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 0;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 1px rgba(157, 78, 221, 0.08),
    0 10px 24px rgba(0, 0, 0, 0.28);
}

.footer-socials svg {
  width: 16px;
  height: 16px;
  display: block;
  flex: 0 0 auto;
}

.footer-socials a:hover {
  color: #05050a;
  border-color: rgba(193, 255, 92, 0.9);
  background: linear-gradient(135deg, rgba(193, 255, 92, 0.98), rgba(166, 255, 64, 0.94));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 22px rgba(193, 255, 92, 0.24),
    0 12px 28px rgba(0, 0, 0, 0.3);
}

.footer-bottom {
  width: var(--content);
  margin: 0 auto;
  padding: 16px 0 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.56);
  font-family: var(--body-font);
  font-style: italic;
  font-size: 0.88rem;
  font-weight: 600;
  text-align: center;
}

.sticky-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 45;
  display: none;
  align-items: center;
  gap: 10px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.sticky-actions.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.sticky-call,
.sticky-price {
  min-height: 52px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  border-radius: 999px;
  font-family: var(--display-font);
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
  touch-action: manipulation;
}

.sticky-call {
  color: #fff;
  background: linear-gradient(359deg, rgba(107, 172, 255, 0.7), rgb(123, 40, 255));
  border: 1px solid rgba(168, 85, 247, 0.28);
  box-shadow: 0 0 18px rgba(157, 78, 221, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.12);
}

.sticky-price {
  border: 1px solid rgba(193, 255, 92, 0.88);
  background: linear-gradient(135deg, rgba(193, 255, 92, 0.98), rgba(166, 255, 64, 0.94));
  color: #05050a;
  box-shadow:
    0 0 0 1px rgba(220, 255, 164, 0.28),
    0 0 28px rgba(193, 255, 92, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transition: transform 120ms ease, box-shadow 120ms ease, filter 120ms ease;
}

.sticky-price[disabled],
.desktop-price[disabled] {
  opacity: 0.62;
  cursor: default;
}

.sticky-call:hover,
.sticky-price:hover {
  color: #05050a;
  border-color: rgba(193, 255, 92, 0.9);
  background: linear-gradient(135deg, rgba(193, 255, 92, 0.96), rgba(166, 255, 64, 0.92));
  box-shadow:
    0 0 0 1px rgba(220, 255, 164, 0.38),
    0 0 28px rgba(193, 255, 92, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  text-shadow: none;
}

.sticky-price.is-pressed,
.sticky-price:active {
  transform: scale(0.95);
  filter: saturate(1.04) brightness(0.98);
  box-shadow:
    0 0 0 1px rgba(220, 255, 164, 0.24),
    0 0 14px rgba(193, 255, 92, 0.18),
    inset 0 2px 6px rgba(0, 0, 0, 0.12);
}

.desktop-price {
  position: fixed;
  right: 82px;
  bottom: 86px;
  z-index: 46;
  min-height: 52px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(193, 255, 92, 0.88);
  background: linear-gradient(135deg, rgba(193, 255, 92, 0.98), rgba(166, 255, 64, 0.94));
  color: #05050a;
  font-family: var(--display-font);
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) scale(0.92);
  box-shadow:
    0 0 0 1px rgba(220, 255, 164, 0.28),
    0 0 28px rgba(193, 255, 92, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transition: opacity 180ms ease, transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.desktop-price.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.desktop-price[disabled] {
  opacity: 0;
  pointer-events: none;
}

.desktop-price:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow:
    0 0 0 1px rgba(228, 255, 180, 0.42),
    0 0 34px rgba(193, 255, 92, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.scroll-top {
  position: fixed;
  right: 18px;
  bottom: 86px;
  z-index: 46;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(168 85 247 / 48%);
  border-radius: 999px;
  background: linear-gradient(173deg, rgb(168 85 247 / 48%), rgb(135 92 221 / 24%) 56%, rgb(91 33 182 / 14%));
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) scale(0.92);
  box-shadow: 0 0 24px rgb(168 85 247 / 34%), inset 0 1px 0 0 rgb(207 155 255 / 42%);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  transition: opacity 180ms ease, transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.scroll-top:hover {
  transform: translateY(-3px) scale(1.03);
  border-color: rgb(207 155 255 / 72%);
  box-shadow: 0 0 30px rgb(168 85 247 / 52%), inset 0 1px 0 0 rgb(224 192 255 / 62%);
}

.scroll-top svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.modal-backdrop,
.lightbox {
  position: fixed;
  inset: 0;
  display: none;
  place-items: center;
  z-index: 100;
  padding: 22px;
  background: rgba(0, 0, 0, 0.58);
}

.modal-backdrop.is-open,
.lightbox.is-open {
  display: grid;
}

.lightbox.is-open {
  animation: lightbox-backdrop-in 180ms ease both;
}

.modal {
  width: min(1120px, 100%);
  max-height: min(860px, calc(100vh - 44px));
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.82fr);
  align-items: center;
  gap: 28px;
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 28px;
}

.modal-close,
.lightbox-close,
.lightbox-nav {
  position: absolute;
  z-index: 3;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035));
  box-shadow: var(--shadow-purple), inset 0 1px 0 rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
}

.modal-close,
.lightbox-close {
  top: 14px;
  right: 14px;
}

.lightbox-nav {
  top: 50%;
  transform: translateY(-50%);
}

.lightbox-nav.prev {
  left: 18px;
}

.lightbox-nav.next {
  right: 18px;
}

.modal-close svg,
.lightbox-close svg,
.lightbox-nav svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.modal-slider {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 0;
  border-radius: 28px;
  touch-action: pan-y;
  --swipe-shift: 0px;
}

.modal-slider img {
  width: 100%;
  height: 100%;
  min-height: 0;
  max-width: 100%;
  max-height: min(72vh, 680px);
  display: block;
  object-fit: contain;
  object-position: center;
  border-radius: 24px;
  background: transparent;
  box-shadow:
    0 26px 76px rgba(0, 0, 0, 0.3),
    0 0 20px rgba(128, 146, 255, 0.1),
    0 0 34px rgba(157, 78, 221, 0.08);
  transform: translate3d(var(--swipe-shift, 0px), 0, 0);
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1), filter 220ms ease;
}

.modal-slider.is-landscape {
  width: 100%;
}

.modal-slider.is-portrait {
  width: min(100%, 520px);
  justify-self: center;
}

.modal-slider.is-squareish {
  width: min(100%, 580px);
  justify-self: center;
}

.modal-slider.is-dragging img {
  transition: none;
  transform: translate3d(var(--swipe-shift, 0px), 0, 0) scale(1.01);
  filter: saturate(1.06);
}

.modal-slider.is-animating img {
  will-change: transform, opacity, filter;
}

.modal-slider.is-animating.is-next img {
  animation: modal-slide-in-next 380ms cubic-bezier(0.2, 0.82, 0.24, 1) both;
}

.modal-slider.is-animating.is-prev img {
  animation: modal-slide-in-prev 380ms cubic-bezier(0.2, 0.82, 0.24, 1) both;
}

.slider-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035));
  box-shadow: var(--shadow-purple), inset 0 1px 0 rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  transform: translateY(-50%);
}

.slider-btn svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.slider-btn.prev {
  left: 12px;
}

.slider-btn.next {
  right: 12px;
}

.slider-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.slider-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
}

.slider-dots button.is-active {
  background: var(--blue);
  box-shadow: 0 0 12px rgba(128, 146, 255, 0.9);
}

.modal-copy {
  align-self: center;
  display: grid;
  gap: 12px;
  width: 100%;
  max-height: min(72vh, 680px);
  overflow-y: auto;
  padding: 8px 8px 8px 0;
  min-width: 0;
}

.modal-copy h2 {
  max-width: 12ch;
  font-size: clamp(1.7rem, 2.5vw, 2.25rem);
  line-height: 0.95;
}

.modal-copy p {
  color: var(--muted);
  max-width: 34ch;
  font-size: 0.98rem;
  line-height: 1.68;
}

.modal-copy .btn {
  margin-top: 8px;
  width: fit-content;
}

.modal-copy::-webkit-scrollbar {
  width: 10px;
}

.modal-copy::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(128, 146, 255, 0.28);
  border: 2px solid transparent;
  background-clip: padding-box;
}

@keyframes modal-slide-in-next {
  from {
    opacity: 0.58;
    transform: translate3d(36px, 0, 0) scale(0.986);
    filter: blur(8px) saturate(1.06);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0) saturate(1);
  }
}

@keyframes modal-slide-in-prev {
  from {
    opacity: 0.58;
    transform: translate3d(-36px, 0, 0) scale(0.986);
    filter: blur(8px) saturate(1.06);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0) saturate(1);
  }
}

.lightbox img {
  width: min(1080px, 100%);
  max-height: calc(100vh - 80px);
  object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.7), var(--shadow-blue);
}

.lightbox.is-price img {
  transform-origin: center center;
}

.lightbox.is-price.is-entering img {
  animation: price-lightbox-pop 240ms cubic-bezier(0.18, 0.9, 0.28, 1.08) both;
}

.lightbox.is-price.is-entering .lightbox-close {
  animation: price-lightbox-controls-in 200ms ease both;
}

.lightbox-close:hover,
.lightbox-nav:hover {
  border-color: rgba(168, 85, 247, 0.68);
  box-shadow: 0 0 24px rgba(168, 85, 247, 0.32);
}

.lightbox-close:hover {
  transform: scale(1.04);
}

@keyframes lightbox-backdrop-in {
  from {
    background: rgba(0, 0, 0, 0);
  }
  to {
    background: rgba(0, 0, 0, 0.58);
  }
}

@keyframes price-lightbox-pop {
  0% {
    opacity: 0;
    transform: scale(0.92) translateY(18px);
    filter: blur(8px) saturate(0.92);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
    filter: blur(0) saturate(1);
  }
}

@keyframes price-lightbox-controls-in {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.94);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.lightbox-nav:hover {
  transform: translateY(-50%) scale(1.04);
}

@media (max-width: 1080px) {
  .navbar {
    width: min(940px, calc(100vw - 48px));
  }

  .nav-content {
    gap: 12px;
  }

  .nav-links {
    gap: 12px;
  }

  .nav-links a,
  .language-trigger,
  .language-menu button,
  .nav-phone {
    font-size: 0.78rem;
  }

  .section-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 36px;
  }

  .hero-visual {
    min-height: 520px;
  }

  .fun-grid,
  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 860px) {
  :root {
    --content: calc(100vw - 24px);
    --header-overlay: 84px;
  }

  body.modal-open main,
  body.modal-open .site-header,
  body.modal-open .sticky-actions,
  body.modal-open .sticky-call,
  body.modal-open .sticky-price,
  body.modal-open .desktop-price,
  body.modal-open .pixel-blast-background,
  body.modal-open .bg-crosses {
    filter: none;
  }

  .overview-video-section,
  .games-catalog-section,
  .fun-section,
  .gallery-section,
  .partners-section,
  .birthday-section,
  .contacts-section,
  .site-footer {
    content-visibility: visible;
    contain-intrinsic-size: auto;
  }

  .attraction-flip-card {
    perspective: none;
  }

  .attraction-flip-scene {
    transform: none !important;
    transition:
      box-shadow 240ms ease,
      border-color 240ms ease;
    filter: drop-shadow(0 16px 34px rgba(0, 0, 0, 0.26));
  }

  .attraction-flip-face::before,
  .attraction-flip-glare {
    display: none;
  }

  .attraction-flip-card:hover,
  .attraction-flip-card:focus-visible {
    transform: none;
  }

  .attraction-flip-card:hover .attraction-flip-media img,
  .attraction-flip-card:hover .attraction-flip-back-media img {
    transform: none;
  }

  .bg-cross {
    opacity: calc(var(--opacity, 0.5) * 0.75);
  }

  .site-header {
    top: 8px;
  }

  .navbar {
    width: calc(100vw - 24px);
    min-height: 62px;
    border-radius: 999px;
    justify-content: flex-end;
  }

  .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }

  .menu-toggle {
    display: block;
    margin-left: auto;
    position: relative;
    z-index: 2;
  }

  .nav-content {
    position: absolute;
    left: 10px;
    right: 10px;
    top: calc(100% + 10px);
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 18px 16px 16px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(12, 12, 18, 0.94);
    box-shadow: var(--shadow-purple);
    backdrop-filter: blur(18px);
    margin-left: 0;
  }

  .navbar.is-open .nav-content {
    display: flex;
  }

  .nav-links {
    position: static;
    left: auto;
    transform: none;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 10px;
  }

  .nav-actions {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    gap: 14px;
  }

  .nav-links a,
  .nav-phone {
    width: min(100%, 320px);
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    text-align: center;
  }

  .language-switcher,
  .socials {
    justify-content: center;
  }

  .language-switcher {
    width: 100%;
    max-width: 220px;
    min-width: 0;
    margin: 0 auto;
  }

  .language-trigger {
    min-height: 48px;
    padding-inline: 18px 40px;
  }

  .language-menu {
    left: 0;
    right: 0;
    min-width: 0;
    transform-origin: top center;
  }

  .socials {
    gap: 12px;
  }

  .socials a {
    width: 44px;
    height: 44px;
  }

  .socials svg {
    width: 20px;
    height: 20px;
  }

  .hero {
    min-height: auto;
    padding-bottom: 0;
  }

  .hero-shell {
    min-height: auto;
    padding: 108px 0 88px;
  }

  .hero-copy {
    order: 0;
    max-width: none;
  }

  h1 {
    font-size: clamp(1.9rem, 9vw, 2.8rem);
  }

  .hero-copy h1 {
    max-width: 9.8ch;
    font-size: clamp(1.92rem, 6.56vw, 3.2rem);
    line-height: 0.9;
  }

  h2 {
    font-size: clamp(1.9rem, 9vw, 2.8rem);
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .hero-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    max-width: none;
    margin-top: 26px;
  }

  .hero-stats > div {
    min-height: 94px;
    padding: 14px 12px;
  }

  .hero-stats strong {
    font-size: 1.6rem;
  }

  .hero-stats span {
    margin-top: 6px;
    font-size: 0.82rem;
  }

  .hero-crosses {
    inset: 0;
  }

  .section {
    padding: 64px 0;
  }

  .attractions-stage {
    min-height: 0;
    display: grid;
    gap: 14px;
  }

  .attractions-intro {
    width: 100%;
    padding: 0;
    transform: none;
  }

  .attractions-intro h2 {
    max-width: 8.4ch;
    font-size: clamp(1.9rem, 6.8vw, 2.65rem);
  }

  .attractions-lead {
    max-width: none;
    font-size: 0.94rem;
    line-height: 1.48;
  }

  .attraction-spotlight {
    position: relative;
    inset: auto;
    height: auto;
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px 14px 16px;
    border: 1px solid rgba(157, 78, 221, 0.42);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(9, 8, 24, 0.98), rgba(12, 10, 28, 0.94));
    box-shadow:
      0 0 0 1px rgba(157, 78, 221, 0.08),
      0 0 0 1px rgba(255, 255, 255, 0.02) inset,
      0 0 38px rgba(157, 78, 221, 0.14);
  }

  .attraction-spotlight::before {
    display: none;
  }

  .attraction-spotlight-visual {
    position: relative;
    order: 0;
    right: auto;
    top: auto;
    width: 100%;
    height: auto;
    min-height: clamp(280px, 68vw, 420px);
    margin-bottom: 2px;
    overflow: visible;
    display: grid;
    place-items: end center;
  }

  .attraction-spotlight-visual::before {
    width: 22%;
  }

  .attraction-spotlight-visual img {
    width: min(122%, 820px);
    height: auto;
    max-width: none;
    max-height: none;
    object-fit: contain;
    object-position: center bottom;
    transform: translateX(4%);
  }

  .attraction-spotlight-copy {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    padding: 0;
    order: 1;
  }

  .attraction-spotlight-copy .attraction-card-kicker {
    margin-bottom: 10px;
  }

  .attraction-spotlight-copy .btn {
    min-width: 0;
  }

  .attractions-list {
    gap: 18px;
  }

  .attraction-flip-front {
    padding: 16px;
  }

  .attraction-flip-back {
    padding: 16px;
  }

  .attraction-flip-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
  }

  .attraction-flip-icon svg {
    width: 24px;
    height: 24px;
  }

  .attraction-flip-front-copy h3,
  .attraction-flip-back-copy h3 {
    font-size: clamp(1.45rem, 3.3vw, 1.9rem);
  }

  .attraction-flip-front-copy p,
  .attraction-flip-detail {
    font-size: 0.92rem;
    line-height: 1.42;
  }

  .attraction-flip-thumbs img {
    aspect-ratio: 1.15 / 1;
  }

  .attraction-card-open {
    margin-top: 16px;
  }

  .overview-reel {
    height: auto;
    aspect-ratio: 7 / 8;
  }

  .overview-reel-copy {
    width: min(92vw, 640px);
    gap: 10px;
  }

  .overview-reel-copy h2 {
    max-width: 11ch;
    font-size: clamp(2rem, 7.6vw, 3.2rem);
  }

  .overview-video-text {
    max-width: 34ch;
    font-size: 0.96rem;
    line-height: 1.48;
  }

  .games-catalog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .attractions-section .arrow-button {
    top: 14px;
    right: 14px;
    left: auto;
    bottom: auto;
    width: 48px;
    height: 48px;
    transform: none;
  }

  .attractions-section .arrow-button:hover,
  .attraction-spotlight .arrow-button:hover {
    transform: scale(1.03);
  }

  .gallery-stage {
    min-height: clamp(300px, 54vw, 520px);
  }

  .contact-panel,
  .modal {
    grid-template-columns: 1fr;
  }

  .footer-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-col:nth-child(3) {
    border-left: 0;
  }

  .modal-copy {
    padding: 0;
  }

  .sticky-actions {
    display: inline-flex;
  }

  .desktop-price {
    display: none;
  }

  .scroll-top {
    bottom: 84px;
  }
}

@media (max-width: 560px) {
  :root {
    --panel-blur: 10px;
    --panel-sat: 118%;
  }

  .logo-text {
    max-width: none;
    white-space: nowrap;
    font-size: 0.82rem;
    line-height: 1;
  }

  .logo-image {
    height: 40px;
    max-width: 180px;
  }

  .hero-copy {
    margin-top: 6px;
  }

  .hero-shell {
    padding: 98px 0 72px;
  }

  .hero-actions {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .hero-actions .btn {
    width: 100%;
    padding-inline: 10px;
    min-height: 54px;
    font-size: 0.82rem;
    line-height: 1;
  }

  .scroll-top {
    right: 14px;
    bottom: 82px;
    width: 48px;
    height: 48px;
  }

  h1,
  h2 {
    line-height: 1;
  }

  .hero-copy h1 {
    max-width: 10ch;
    font-size: clamp(1.6rem, 7.04vw, 2.4rem);
    line-height: 0.9;
  }

  .section-heading {
    margin-bottom: 26px;
  }

  .section-heading h2 {
    max-width: 9ch;
    font-size: clamp(1.75rem, 8.6vw, 2.35rem);
    line-height: 0.94;
  }

  .hero-subtitle {
    width: 100%;
    max-width: none;
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .hero-crosses {
    inset: 0;
  }

  .fun-grid,
  .partners-grid {
    grid-template-columns: 1fr;
  }

  .overview-reel {
    height: auto;
    aspect-ratio: 16 / 21;
  }

  .overview-reel-copy {
    width: min(90vw, 420px);
    gap: 8px;
  }

  .overview-reel-copy h2 {
    max-width: 10ch;
    font-size: clamp(1.8rem, 8.8vw, 2.55rem);
  }

  .overview-video-text {
    max-width: 28ch;
    font-size: 0.9rem;
    line-height: 1.42;
  }

  .games-catalog-section {
    padding-top: 56px;
  }

  .games-catalog-text {
    margin-top: 12px;
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .games-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
  }

  .game-catalog-title {
    right: 14px;
    bottom: 14px;
    left: 14px;
    font-size: 1rem;
  }

  .fun-card {
    min-height: 0;
    padding: 18px 16px;
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    align-items: start;
    column-gap: 14px;
    row-gap: 6px;
  }

  .fun-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .fun-icon svg {
    width: 22px;
    height: 22px;
  }

  .fun-card h3 {
    grid-column: 2;
    align-self: end;
    font-size: 1.08rem;
    line-height: 1;
  }

  .fun-card p {
    grid-column: 2;
    margin-top: 0;
    font-size: 0.92rem;
    line-height: 1.35;
  }

  .attractions-intro h2 {
    max-width: 8.4ch;
    font-size: clamp(1.95rem, 9vw, 2.8rem);
    line-height: 0.92;
  }

  .attractions-intro {
    transform: none;
  }

  .attractions-lead {
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .attraction-spotlight {
    padding: 14px;
    border-radius: 22px;
    gap: 10px;
  }

  .attraction-spotlight-visual {
    min-height: clamp(240px, 74vw, 300px);
  }

  .attraction-spotlight-visual img {
    width: min(132%, 620px);
    transform: translateX(7%);
  }

  .attraction-spotlight-copy {
    padding: 0;
    border-radius: 0;
  }

  .attraction-spotlight-stats {
    gap: 8px;
  }

  .attraction-spotlight-stats > div {
    min-width: 0;
    flex: 1 1 0;
    padding: 12px 12px 10px;
  }

  .attraction-spotlight-stats strong {
    font-size: 1.2rem;
  }

  .attractions-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .attraction-flip-card {
    aspect-ratio: 1 / 1;
  }

  .attraction-flip-front,
  .attraction-flip-back {
    padding: 14px;
    border-radius: 22px;
  }

  .attraction-flip-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .attraction-flip-icon svg {
    width: 22px;
    height: 22px;
  }

  .attraction-flip-front .attraction-card-kicker,
  .attraction-flip-back .attraction-card-kicker {
    padding: 8px 10px;
  }

  .attraction-flip-front-copy h3,
  .attraction-flip-back-copy h3 {
    font-size: 1.34rem;
  }

  .attraction-flip-front-copy p,
  .attraction-flip-detail {
    font-size: 0.88rem;
    line-height: 1.34;
  }

  .attraction-flip-features {
    gap: 8px;
    margin-top: 12px;
  }

  .attraction-flip-features li {
    font-size: 0.68rem;
    padding: 8px 10px;
  }

  .attraction-flip-thumbs {
    gap: 8px;
    margin-top: 12px;
  }

  .attraction-card-open {
    margin-top: 14px;
  }

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

  .hero-stats > div {
    min-height: 86px;
    padding: 12px 10px;
  }

  .hero-stats strong {
    font-size: 1.45rem;
  }

  .hero-stats span {
    font-size: 0.72rem;
    line-height: 1.2;
  }

  .gallery-stage {
    min-height: 260px;
    border-radius: 22px;
  }

  .gallery-dots {
    bottom: 12px;
    gap: 7px;
    padding: 7px 10px;
  }

  .gallery-nav {
    width: 40px;
    height: 40px;
  }

  .gallery-nav-prev {
    left: 12px;
  }

  .gallery-nav-next {
    right: 12px;
  }

  .gallery-nav svg {
    width: 16px;
    height: 16px;
  }

  .birthday-visual,
  .birthday-visual img {
    min-height: 360px;
    height: 360px;
  }

  .modal-backdrop,
  .lightbox {
    padding: 12px;
  }

  .lightbox-nav {
    width: 38px;
    height: 38px;
  }

  .lightbox-nav.prev {
    left: 10px;
  }

  .lightbox-nav.next {
    right: 10px;
  }

  .modal {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    padding: 14px;
    overflow-y: auto;
  }

  .modal-slider {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    max-height: none;
    padding: 0;
  }

  .modal-slider.is-portrait,
  .modal-slider.is-squareish {
    width: 100%;
  }

  .modal-slider img {
    min-height: 0;
    max-height: min(52vh, 520px);
  }

  .modal-copy {
    gap: 10px;
    max-height: none;
    overflow: visible;
    padding-inline: 2px;
  }

  .sticky-actions {
    left: 12px;
    right: 12px;
    bottom: 12px;
    gap: 8px;
  }

  .sticky-call,
  .sticky-price {
    flex: 1 1 0;
    min-width: 0;
    padding-inline: 12px;
    font-size: 0.88rem;
  }

  .footer-shell {
    grid-template-columns: 1fr;
  }

  .footer-col {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .footer-brand,
  .footer-col {
    padding: 24px 0;
  }
}

@media (hover: none), (pointer: coarse) {
  .attraction-flip-card {
    perspective: none;
  }

  .attraction-flip-scene {
    transform: none !important;
    transition:
      box-shadow 240ms ease,
      border-color 240ms ease;
    filter: drop-shadow(0 16px 34px rgba(0, 0, 0, 0.26));
  }

  .attraction-flip-face::before,
  .attraction-flip-glare {
    display: none;
  }

  .attraction-flip-card:hover,
  .attraction-flip-card:focus-visible,
  .attraction-flip-card:hover .attraction-flip-media img,
  .attraction-flip-card:hover .attraction-flip-back-media img {
    transform: none;
  }
}

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

  [data-reveal],
  [data-reveal] > * {
    opacity: 1 !important;
    transform: none !important;
  }
}

