:root {
  --ink: #07080d;
  --paper: #f3efe8;
  --muted: #a7a5af;
  --acid: #d0ff37;
  --violet: #d537ff;
  --line: rgba(243, 239, 232, 0.18);
  --shell-max: 1840px;
  --shell-gutter: clamp(18px, 3.8vw, 88px);
  --ease: cubic-bezier(0.32, 0.72, 0, 1);
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--ink);
}
body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: Bahnschrift, "Segoe UI Variable Display", system-ui, sans-serif;
  overflow-x: hidden;
}
button,
input,
select {
  font: inherit;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
img,
video {
  display: block;
  max-width: 100%;
}

.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;
}
.page-shell {
  width: min(calc(100% - (var(--shell-gutter) * 2)), var(--shell-max));
  margin-inline: auto;
}
.grain {
  position: fixed;
  z-index: 20;
  inset: 0;
  pointer-events: none;
  opacity: 0.12;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.vertical-ribbon {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 0;
  width: 38px;
  height: 100dvh;
  overflow: hidden;
  border-left: 1px solid rgba(208, 255, 55, 0.55);
  background: rgba(7, 8, 13, 0.72);
  pointer-events: none;
}
.ribbon-track {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  color: var(--acid);
  font-family: "Bahnschrift", system-ui, sans-serif;
  font-size: 10px;
  letter-spacing: 0.16em;
  white-space: nowrap;
  animation: ribbon-fall 45s linear infinite;
  will-change: transform;
}
.ribbon-sequence {
  display: block;
  flex: none;
  padding-bottom: 64px;
}
.ribbon-track span {
  display: block;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
@keyframes ribbon-fall {
  from {
    transform: translate3d(0, -50%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.site-header {
  position: absolute;
  z-index: 12;
  top: clamp(18px, 2vw, 32px);
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - (var(--shell-gutter) * 2)), var(--shell-max));
  transform: translateX(-50%);
}
.wordmark,
.footer-wordmark {
  font-size: clamp(21px, 2vw, 31px);
  font-weight: 800;
  letter-spacing: -0.08em;
}
.desktop-nav {
  display: flex;
  gap: clamp(18px, 2.1vw, 32px);
  margin-left: auto;
  margin-right: clamp(22px, 3vw, 48px);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.desktop-nav a {
  opacity: 0.8;
  transition: opacity 0.5s var(--ease);
}
.desktop-nav a:hover {
  opacity: 1;
}
.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 48px;
  padding: 7px 9px 7px 19px;
  border: 0;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.025em;
  transition:
    transform 0.5s var(--ease),
    background 0.5s var(--ease);
}
.header-cta {
  min-height: 60px;
  padding: 10px 10px 10px 22px;
  color: var(--ink);
  background: var(--acid);
}
.header-cta {
  font-weight: 400;
  text-transform: uppercase;
}
.header-cta span,
.button span {
  display: grid;
  flex: 0 0 32px;
  width: 32px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  color: var(--acid);
  background: var(--ink);
  font-size: 17px;
  transition: transform 0.5s var(--ease);
}
.header-cta span {
  flex-basis: 40px;
  width: 40px;
  font-size: 19px;
  line-height: 1;
}
.header-cta:hover,
.button:hover {
  transform: translateY(-3px);
}
.header-cta:hover span,
.button:hover span {
  transform: translate(2px, -2px);
}
.menu-toggle,
.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 100dvh;
  overflow: hidden;
  background: #0b0a13;
}
.hero-video {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.84) contrast(1.08);
}
.music-audio {
  display: none;
}
.hero-veil {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      #07080d 0%,
      rgba(7, 8, 13, 0.2) 27%,
      rgba(7, 8, 13, 0.08) 64%,
      #07080d 100%
    ),
    linear-gradient(
      0deg,
      #07080d 0%,
      rgba(7, 8, 13, 0.02) 34%,
      rgba(7, 8, 13, 0.36) 70%,
      #07080d 100%
    );
}
.hero-content {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  padding-top: clamp(112px, 12vh, 150px);
  padding-bottom: clamp(24px, 3.5vh, 42px);
}
.hero-topline,
.hero-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.hero-topline p,
.hero-bottom p {
  margin: 0;
}
.hero-copy {
  width: min(780px, 100%);
  margin: auto 0;
}
.kicker,
.section-index {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 20px;
  color: var(--acid);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.kicker span {
  width: 28px;
  height: 1px;
  background: currentColor;
}
h1,
h2,
h3,
p {
  text-wrap: balance;
}
h1,
h2 {
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 0.82;
}
h1 {
  max-width: 920px;
  font-size: clamp(68px, 8.2vw, 162px);
}
h1 em,
h2 em {
  font-style: normal;
  color: var(--acid);
}
h1 em {
  white-space: nowrap;
}
.hero-description {
  max-width: 390px;
  margin: 36px 0 29px;
  color: rgba(243, 239, 232, 0.84);
  font-size: 15px;
  line-height: 1.47;
}
.hero-actions {
  display: flex;
  gap: 25px;
  align-items: center;
}
.hero-actions > .button.primary {
  min-width: 184px;
  min-height: 60px;
  padding: 10px 10px 10px 22px;
  text-transform: uppercase;
  white-space: nowrap;
}
.hero-actions > .button.primary span {
  flex-basis: 40px;
  width: 40px;
  font-size: 19px;
  line-height: 1;
}
.button.primary {
  color: var(--ink);
  background: var(--acid);
}
.music-player {
  display: flex;
  flex: 0 0 100%;
  align-items: center;
  gap: 13px;
  width: max-content;
  min-width: 206px;
  margin: 8px 0 0;
}
.music-record-button {
  display: block;
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: inherit;
  background: transparent;
}
.music-record-button:focus-visible {
  outline: 2px solid var(--acid);
  outline-offset: 5px;
}
.music-record {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 76px;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(243, 239, 232, 0.3);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    #272733 0 7%,
    #11121a 7.5% 13%,
    #24242e 13.5% 14%,
    #0c0d13 14.5% 100%
  );
  box-shadow:
    0 0 0 5px rgba(7, 8, 13, 0.22),
    inset 0 0 0 1px rgba(243, 239, 232, 0.18);
  animation: record-spin 24s linear infinite;
  animation-play-state: paused;
  will-change: transform;
}
.music-record::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: repeating-radial-gradient(
    circle,
    transparent 0 8px,
    rgba(243, 239, 232, 0.1) 8.5px 9px
  );
  pointer-events: none;
}
.music-record img {
  position: absolute;
  z-index: 1;
  inset: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 1px solid rgba(208, 255, 55, 0.65);
  border-radius: 50%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.08);
}
.record-hole {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 4px;
  aspect-ratio: 1;
  border: 1px solid rgba(243, 239, 232, 0.72);
  border-radius: 50%;
  background: rgba(7, 8, 13, 0.72);
  transform: translate(-50%, -50%);
}
.music-player.is-playing .music-record {
  animation-play-state: running;
}
.music-meta {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.music-status,
.music-artist {
  color: rgba(243, 239, 232, 0.52);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.music-title,
.music-artist {
  margin: 0;
}
.music-title {
  color: var(--paper);
  font-size: 12px;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.music-title span {
  color: var(--acid);
}
.music-control {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 2px;
  color: rgba(243, 239, 232, 0.7);
  font-size: 10px;
  letter-spacing: 0.04em;
}
.music-control-icon {
  display: inline-block;
  color: rgba(243, 239, 232, 0.66);
  filter: grayscale(1) brightness(0.58);
  opacity: 0.72;
  transform: rotate(-45deg);
  transform-origin: center;
}
@keyframes record-spin {
  to {
    transform: rotate(360deg);
  }
}
.hero-bottom {
  align-items: end;
}
.hero-bottom > span {
  color: var(--acid);
}
.hero-bottom p {
  margin-left: auto;
  margin-right: min(20vw, 340px);
  font-size: 12px;
  line-height: 1.3;
}
.scroll-prompt {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
}
.scroll-prompt i {
  font-size: 20px;
  font-style: normal;
  animation: scroll-nudge 1.8s var(--ease) infinite;
}
@keyframes scroll-nudge {
  50% {
    transform: translateY(5px);
  }
}

.intro-section {
  padding-block: clamp(112px, 12vw, 178px) clamp(88px, 8vw, 128px);
}
.intro-layout {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 40px;
  align-items: end;
}
h2 {
  font-size: clamp(59px, 8.35vw, 128px);
}
.intro-text {
  max-width: 340px;
  padding-bottom: 12px;
}
.intro-text p,
.ritual-copy > p:last-child,
.plans-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.52;
}
.text-link {
  display: inline-flex;
  gap: 15px;
  align-items: center;
  margin-top: 28px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(208, 255, 55, 0.45);
  color: var(--acid);
  font-size: 12px;
  letter-spacing: 0.02em;
  transition:
    border 0.4s var(--ease),
    gap 0.4s var(--ease);
}
.text-link:hover {
  gap: 22px;
  border-color: var(--acid);
}
.time-strip {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto 1fr auto;
  align-items: center;
  gap: 16px;
  margin-top: 140px;
  color: var(--muted);
  font-size: 14px;
  letter-spacing: 0.06em;
}
.time-strip span {
  white-space: nowrap;
}
.time-strip i {
  height: 3px;
  background: rgba(243, 239, 232, 0.34);
  border-radius: 2px;
}
.time-strip i:nth-of-type(2) {
  background: linear-gradient(90deg, rgba(243, 239, 232, 0.26), var(--acid));
}

.route-section {
  position: relative;
  isolation: isolate;
  overflow: clip;
  padding-block: clamp(72px, 7vw, 110px) clamp(60px, 6vw, 90px);
  background: var(--ink);
}
.route-backdrop {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 65% center;
  filter: saturate(0.82) brightness(0.54);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 38%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 38%);
}
.route-overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(7, 8, 13, 0.93) 3%,
      rgba(7, 8, 13, 0.62) 43%,
      rgba(7, 8, 13, 0.12) 95%
    ),
    linear-gradient(
      180deg,
      #07080d 0%,
      rgba(7, 8, 13, 0.88) 18%,
      rgba(7, 8, 13, 0.35) 38%,
      transparent 62%,
      rgba(7, 8, 13, 0.35) 82%,
      rgba(7, 8, 13, 0.75) 100%
    );
}
.route-section::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: auto 0 0;
  height: clamp(96px, 12vw, 180px);
  background: linear-gradient(180deg, transparent, var(--ink));
  pointer-events: none;
}
.route-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.route-heading {
  position: relative;
  z-index: 3;
  width: min(465px, 100%);
}
.route-heading > p:last-child {
  max-width: 330px;
  margin: 24px 0 0;
  color: rgba(243, 239, 232, 0.76);
  font-size: 14px;
  line-height: 1.52;
}
.route-heading h2 em {
  display: inline-block;
  transform: translateX(0.08em) rotate(-3deg);
  transform-origin: 70% 80%;
}
.route-map {
  position: relative;
  z-index: 1;
  width: 100%;
  height: clamp(480px, 38vw, 620px);
  margin-top: clamp(8px, 2.5vw, 32px);
}
.route-map svg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.route-line {
  fill: none;
  stroke: var(--acid);
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 2 6;
  stroke-linecap: round;
  filter: url(#routeGlow);
  animation: dash-flow 15s linear infinite;
}
.route-glow {
  fill: none;
  stroke: rgba(208, 255, 55, 0.12);
  stroke-width: 7;
  vector-effect: non-scaling-stroke;
  filter: blur(8px);
}
@keyframes dash-flow {
  to {
    /* 96 = 12 × (2 + 6): сдвиг кратен периоду пунктира, цикл бесшовный */
    stroke-dashoffset: -96;
  }
}
.route-dots {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}
.map-dot {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #101117;
  border: 1.6px solid var(--acid);
  box-shadow: 0 0 10px rgba(208, 255, 55, 0.9);
}
.map-dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--acid);
  transform: translate(-50%, -50%);
}
/* Координаты точек — только классами, не inline style:
   прод отдаёт CSP style-src 'self' без 'unsafe-inline', браузер режет
   атрибуты style="" и точки с подписями падают в одну кучу. */
.pos-1 {
  --x: 9.21%;
  --y: 78.46%;
}
.pos-2 {
  --x: 30.88%;
  --y: 54.92%;
}
.pos-3 {
  --x: 54.74%;
  --y: 32.92%;
}
.pos-4 {
  --x: 79.39%;
  --y: 60.62%;
}
.pos-5 {
  --x: 94.3%;
  --y: 18.46%;
}
.stop {
  position: absolute;
  z-index: 2;
  top: var(--y);
  left: var(--x);
  width: max-content;
  max-width: 200px;
  margin: 0;
  text-shadow:
    0 2px 14px rgba(7, 8, 13, 0.9),
    0 1px 3px rgba(7, 8, 13, 0.9);
}
.stop span {
  color: var(--acid);
  font-size: 11px;
  letter-spacing: 0.12em;
}
.stop h3 {
  margin: 8px 0 6px;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 0.96;
  text-wrap: balance;
}
.stop p {
  margin: 0;
  color: rgba(243, 239, 232, 0.78);
  font-size: 13px;
  line-height: 1.4;
}
/* подписи жёстко привязаны к точке: центр — над/под дотом, края — с отступом внутрь карты */
.stop-one {
  transform: translate(14px, 18px);
  text-align: left;
}
.stop-two {
  transform: translate(-50%, 18px);
  text-align: center;
}
.stop-three {
  transform: translate(-50%, calc(-100% - 16px));
  text-align: center;
}
.stop-four {
  transform: translate(-50%, 18px);
  text-align: center;
}
.stop-five {
  transform: translate(calc(-100% - 14px), calc(-100% - 16px));
  text-align: right;
}
.route-note {
  width: max-content;
  max-width: 100%;
  margin: 16px 0 0 auto;
}

.ritual-section {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: clamp(40px, 9vw, 160px);
  padding-block: clamp(110px, 12vw, 180px) clamp(64px, 6vw, 96px);
}
.ritual-copy > p:last-child {
  max-width: 350px;
  margin-top: 36px;
}
.ritual-copy h2 em {
  display: inline-block;
  transform: translateX(0.06em) rotate(-2deg);
}
.ritual-muted {
  display: inline-block;
  color: rgba(243, 239, 232, 0.34);
  font-size: 0.72em;
  letter-spacing: -0.055em;
  transform: translateY(-0.02em);
}
.pagoda-frame {
  position: relative;
  padding: 8px;
  border: 1px solid rgba(243, 239, 232, 0.16);
  background: rgba(243, 239, 232, 0.04);
}
.pagoda-frame::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(208, 255, 55, 0.17);
  pointer-events: none;
}
.pagoda-frame img {
  width: 100%;
  min-height: 390px;
  object-fit: cover;
}
.pagoda-caption {
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.marquee-divider {
  position: relative;
  overflow: hidden;
  background: #07080d;
  padding-block: clamp(24px, 3vw, 40px);
  color: rgba(243, 239, 232, 0.1);
  font-size: clamp(54px, 8vw, 120px);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}
.plans-section {
  position: relative;
  isolation: isolate;
  overflow: clip;
  padding-block: clamp(64px, 6vw, 96px) clamp(110px, 11vw, 160px);
  background: var(--ink);
  color: var(--paper);
}
.plans-backdrop {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) brightness(0.62);
}
.plans-overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      #07080d 0%,
      rgba(7, 8, 13, 0.88) 90px,
      rgba(7, 8, 13, 0.42) 28%,
      rgba(7, 8, 13, 0.32) 52%,
      rgba(7, 8, 13, 0.58) 78%,
      #07080d 100%
    ),
    linear-gradient(
      90deg,
      rgba(7, 8, 13, 0.62),
      rgba(7, 8, 13, 0.22) 55%,
      rgba(7, 8, 13, 0.5)
    );
}
.plans-inner {
  position: relative;
  z-index: 1;
}
.plans-section::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  height: clamp(90px, 9vw, 140px);
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(7, 8, 13, 0.5));
}
.plans-marquee-track {
  display: flex;
  width: max-content;
  padding-top: 0.06em;
  animation: plans-marquee 34s linear infinite;
  will-change: transform;
}
.plans-marquee-track span {
  flex: none;
  padding-right: 0.48em;
  letter-spacing: -0.025em;
  word-spacing: 0.08em;
  line-height: 1.04;
}
@keyframes plans-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-25%, 0, 0);
  }
}
.plans-heading {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.44fr;
  gap: 60px;
  align-items: end;
  padding-bottom: 66px;
}
.plans-heading .section-index {
  color: rgba(243, 239, 232, 0.61);
}
.plans-heading > p {
  max-width: 333px;
  color: rgba(243, 239, 232, 0.72);
}
.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  z-index: 1;
  align-items: stretch;
  border: 1px solid rgba(243, 239, 232, 0.28);
}
.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 640px;
  padding: 28px 28px 24px;
  color: var(--paper);
  background: rgba(7, 8, 13, 0.34);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.plan-card + .plan-card {
  border-left: 1px solid rgba(243, 239, 232, 0.28);
}
.plan-card.featured {
  background: rgba(18, 11, 20, 0.38);
}
.plan-index {
  margin: 0;
  color: rgba(243, 239, 232, 0.62);
  font-size: 10px;
  letter-spacing: 0.14em;
}
.featured .plan-index {
  color: var(--acid);
}
.plan-badge {
  position: absolute;
  top: 24px;
  right: 28px;
  padding: 6px 10px;
  border: 1px solid rgba(208, 255, 55, 0.6);
  border-radius: 999px;
  color: var(--acid);
  background: rgba(7, 8, 13, 0.45);
  font-size: 9px;
  letter-spacing: 0.06em;
}
.plan-orb {
  position: absolute;
  top: 54px;
  right: 28px;
  width: 102px;
  aspect-ratio: 1;
  border: 1px solid var(--acid);
  border-radius: 50%;
  background: radial-gradient(
    circle at 32% 30%,
    #ffd9f2 0 8%,
    #e84fff 18%,
    #7a1fff 38%,
    #1c3a2a 72%,
    #0d1410 100%
  );
  box-shadow:
    0 0 32px rgba(213, 55, 255, 0.65),
    0 0 12px rgba(208, 255, 55, 0.35);
  overflow: hidden;
  pointer-events: none;
}
.plan-orb::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(208, 255, 55, 0.75);
  border-radius: 50%;
  transform: rotate(-18deg) scaleY(0.62);
}
.plan-orb::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(243, 239, 232, 0.5);
  border-radius: 50%;
  transform: rotate(24deg) scaleY(0.58);
}
.plan-card h3 {
  margin: 132px 0 8px;
  font-size: clamp(48px, 4.6vw, 72px);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.9;
  color: var(--paper);
}
.plan-caption {
  margin: 0;
  color: rgba(243, 239, 232, 0.6);
  font-size: 12px;
}
.plan-price {
  margin: 30px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(243, 239, 232, 0.28);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--paper);
}
.plan-price small {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
  opacity: 0.75;
}
.plan-card ul {
  display: grid;
  gap: 10px;
  padding: 20px 0 30px;
  margin: 0;
  list-style: none;
  color: rgba(243, 239, 232, 0.72);
  font-size: 13px;
  line-height: 1.4;
}
.plan-card li {
  display: flex;
  gap: 8px;
}
.plan-card li::before {
  content: "·";
  flex: none;
  color: rgba(243, 239, 232, 0.55);
}
.featured li:last-child::before {
  color: var(--acid);
}
.plan-card strong {
  color: var(--acid);
  font-weight: 700;
}
.plan-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin-top: auto;
  padding: 14px 2px 12px;
  border: 0;
  border-bottom: 1px solid rgba(243, 239, 232, 0.55);
  color: var(--paper);
  background: transparent;
  font-size: 13px;
  text-align: left;
  transition:
    color 0.35s var(--ease),
    border-color 0.35s var(--ease);
}
.plan-button span {
  font-size: 16px;
  transition: transform 0.35s var(--ease);
}
.plan-button:hover {
  color: var(--acid);
  border-color: var(--acid);
}
.plan-button:hover span {
  transform: translate(2px, -2px);
}
.price-disclaimer {
  margin: 16px 0 0;
  color: rgba(243, 239, 232, 0.6);
  font-size: 10px;
}

.reserve-section {
  position: relative;
  isolation: isolate;
  z-index: 3;
  min-height: auto;
  margin-top: 0;
  padding-block: clamp(110px, 11vw, 170px) clamp(84px, 8vw, 120px);
  overflow: clip;
  background: var(--ink);
  border-top: 0;
}
.reserve-backdrop {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
  filter: saturate(1) brightness(0.74) contrast(1.05);
}
.reserve-overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      #07080d 0%,
      rgba(7, 8, 13, 0.82) 84px,
      rgba(7, 8, 13, 0.3) 30%,
      rgba(7, 8, 13, 0.22) 54%,
      rgba(10, 9, 12, 0.6) 82%,
      #0a090c 100%
    ),
    linear-gradient(
      90deg,
      rgba(7, 8, 13, 0.62) 0%,
      rgba(7, 8, 13, 0.24) 52%,
      rgba(7, 8, 13, 0.44) 100%
    ),
    radial-gradient(
      ellipse 90% 55% at 68% 62%,
      rgba(255, 176, 92, 0.16) 0%,
      rgba(255, 176, 92, 0) 62%
    );
}
.reserve-section::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  height: clamp(90px, 9vw, 150px);
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(10, 9, 12, 0.72));
}
.reserve-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 664px;
}
.reserve-grid {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: clamp(40px, 5vw, 96px);
  align-items: end;
}
.reserve-copy h2 {
  max-width: 620px;
  text-shadow:
    0 2px 18px rgba(7, 8, 13, 0.85),
    0 1px 3px rgba(7, 8, 13, 0.9);
}
.reserve-lead {
  max-width: 380px;
  margin: 26px 0 0;
  color: rgba(243, 239, 232, 0.8);
  font-size: 15px;
  line-height: 1.55;
  text-shadow: 0 2px 14px rgba(7, 8, 13, 0.9);
}
.reserve-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.reserve-tags li {
  padding: 9px 14px;
  border: 1px solid rgba(243, 239, 232, 0.26);
  border-radius: 999px;
  color: rgba(243, 239, 232, 0.86);
  background: rgba(7, 8, 13, 0.42);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}
.reserve-tags li:first-child {
  border-color: rgba(208, 255, 55, 0.55);
  color: var(--acid);
}
.plans-heading h2,
.plans-heading > p {
  text-shadow:
    0 2px 18px rgba(7, 8, 13, 0.85),
    0 1px 3px rgba(7, 8, 13, 0.9);
}
.booking-form {
  width: 100%;
  max-width: 560px;
  margin: 0;
  justify-self: end;
  padding: 26px 26px 22px;
  border: 1px solid rgba(243, 239, 232, 0.22);
  border-radius: 16px;
  background: rgba(10, 9, 12, 0.58);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow:
    0 24px 60px rgba(7, 8, 13, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.form-title {
  margin: 0 0 18px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(243, 239, 232, 0.72);
}
.form-note {
  margin: 14px 0 0;
  color: rgba(243, 239, 232, 0.55);
  font-size: 11px;
  line-height: 1.45;
}
.booking-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 24px;
}
.form-field {
  display: grid;
  gap: 9px;
  color: rgba(243, 239, 232, 0.7);
  font-size: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.form-field-wide {
  grid-column: 1 / -1;
}
.booking-form input,
.booking-form select {
  width: 100%;
  min-height: 49px;
  padding: 11px 13px;
  border: 1px solid rgba(243, 239, 232, 0.28);
  border-radius: 10px;
  outline: none;
  color: var(--paper);
  background: rgba(7, 8, 13, 0.28);
  font-size: 16px;
  letter-spacing: -0.03em;
  transition:
    border-color 0.35s var(--ease),
    background 0.35s var(--ease),
    box-shadow 0.35s var(--ease);
}
.booking-form select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 52px;
  color-scheme: dark;
  cursor: pointer;
  background-color: rgba(7, 8, 13, 0.28);
}
.booking-form select option {
  background-color: #15161f;
  color: var(--paper);
  font-size: 15px;
  letter-spacing: -0.02em;
}
.booking-form select option:checked,
.booking-form select option:hover {
  background-color: #23242f;
  color: var(--acid);
}
.booking-form input:focus,
.booking-form select:focus {
  border-color: var(--acid);
  background: rgba(7, 8, 13, 0.5);
  box-shadow: 0 0 0 3px rgba(208, 255, 55, 0.14);
}
.booking-form input::placeholder {
  color: rgba(243, 239, 232, 0.43);
}
.select-wrap {
  position: relative;
  display: block;
}
.select-arrow {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 9px;
  height: 9px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  color: rgba(243, 239, 232, 0.72);
  transform: translateY(-66%) rotate(45deg);
  pointer-events: none;
  transition:
    color 0.35s var(--ease),
    transform 0.45s var(--ease);
}
.select-wrap:hover .select-arrow,
.select-wrap:focus-within .select-arrow,
.select-wrap.is-open .select-arrow {
  color: var(--acid);
}
.select-wrap.is-open .select-arrow {
  transform: translateY(-25%) rotate(225deg);
}
.booking-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
}
.booking-submit {
  min-width: 208px;
  margin: 0;
}
.form-status {
  flex: 1;
  margin: 0;
  color: var(--acid);
  font-size: 11px;
  line-height: 1.3;
}
.reserve-meta {
  margin: 48px 0 0;
  color: rgba(243, 239, 232, 0.72);
  font-size: 11px;
  line-height: 1.5;
  text-shadow: 0 1px 10px rgba(7, 8, 13, 0.9);
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 79px 0 0;
  background: #0a090c;
  color: var(--paper);
}
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(
    ellipse 105% 125% at 50% 108%,
    rgba(178, 112, 96, 0.92) 0%,
    rgba(134, 74, 65, 0.68) 26%,
    rgba(69, 33, 35, 0.38) 48%,
    rgba(10, 9, 12, 0) 72%
  );
  pointer-events: none;
}
.footer-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-bottom: 90px;
  border-bottom: 1px solid rgba(243, 239, 232, 0.18);
}
.footer-top p,
.footer-mail {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
.footer-top p {
  color: rgba(243, 239, 232, 0.78);
}
.footer-mail {
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(208, 255, 55, 0.55);
  color: var(--paper);
}
.footer-mail span {
  font-size: 22px;
}
.footer-brand {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 440px;
  padding-top: 27px;
  padding-bottom: 0;
  text-align: center;
  overflow: clip;
}
.footer-brand p {
  position: absolute;
  z-index: 2;
  margin: 0;
  font-size: 9px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: rgba(243, 239, 232, 0.6);
}
.footer-brand > p:first-child {
  top: 27px;
  left: 0;
  text-align: left;
}
.footer-brand .copyright {
  z-index: 2;
  right: 0;
  bottom: 24px;
  text-align: right;
}
.footer-dawn,
.footer-dawn::after {
  display: none;
}
.footer-wordmark {
  position: relative;
  z-index: 1;
  display: block;
  width: max-content;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 96px;
  margin-bottom: 0;
  color: #0c0708;
  font-size: clamp(112px, 24vw, 370px);
  line-height: 0.84;
  letter-spacing: -0.11em;
  text-align: center;
  transform: translateY(0.19em);
}

.reveal {
  animation: hero-in 1.2s var(--ease) both;
}
.hero-copy {
  animation-delay: 0.1s;
}
.hero-bottom {
  animation-delay: 0.25s;
}
@keyframes hero-in {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 900px) {
  .desktop-nav,
  .header-cta {
    display: none;
  }
  .menu-toggle {
    display: grid;
    place-content: center;
    gap: 6px;
    width: 43px;
    height: 43px;
    border: 1px solid rgba(243, 239, 232, 0.55);
    border-radius: 50%;
    color: var(--paper);
    background: rgba(7, 8, 13, 0.42);
  }
  .menu-toggle span:not(.sr-only) {
    display: block;
    width: 15px;
    height: 1px;
    background: currentColor;
    transition: transform 0.4s var(--ease);
  }
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    transform: translateY(-3.5px) rotate(-45deg);
  }
  .mobile-menu {
    position: absolute;
    top: 56px;
    right: 0;
    display: grid;
    gap: 19px;
    width: 208px;
    padding: 20px;
    border: 1px solid rgba(243, 239, 232, 0.2);
    background: rgba(7, 8, 13, 0.94);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-7px);
    transition: 0.4s var(--ease);
  }
  .mobile-menu.is-open {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
  .mobile-menu a {
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }
}

@media (max-width: 760px) {
  .page-shell,
  .site-header {
    width: calc(100% - 36px);
  }
  .vertical-ribbon {
    display: none;
  }
  .site-header {
    top: 18px;
  }
  .hero-content {
    padding-top: 105px;
  }
  .hero-topline p:last-child {
    display: none;
  }
  h1 {
    font-size: clamp(58px, 16vw, 98px);
    line-height: 0.85;
  }
  .hero-copy {
    margin: auto 0 54px;
  }
  .hero-description {
    max-width: 327px;
    margin-top: 29px;
    font-size: 14px;
  }
  .hero-bottom p {
    display: none;
  }
  .hero-actions {
    gap: 18px;
    flex-wrap: wrap;
  }
  .music-player {
    width: 100%;
    min-width: 0;
    margin: 7px 0 0;
  }
  .intro-section {
    padding-block: 106px 82px;
  }
  .intro-layout,
  .ritual-section,
  .plans-heading {
    grid-template-columns: 1fr;
  }
  .intro-layout {
    gap: 40px;
  }
  .intro-text {
    padding: 0;
  }
  .time-strip {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 56px;
  }
  .time-strip span {
    flex: none;
    font-size: 12px;
  }
  .time-strip i {
    display: block;
    flex: 1 1 0;
    min-width: 10px;
  }
  h2 {
    font-size: clamp(54px, 16vw, 88px);
  }
  .route-section {
    padding-block: 72px 60px;
  }
  .route-heading > p:last-child {
    margin-top: 18px;
  }
  .route-map {
    height: clamp(500px, 135vw, 580px);
    margin: 14px -18px 0;
  }
  .map-dot {
    width: 14px;
    height: 14px;
  }
  .map-dot::after {
    width: 5px;
    height: 5px;
  }
  .stop {
    max-width: 122px;
  }
  .stop span {
    font-size: 9px;
  }
  .stop h3 {
    margin: 6px 0 4px;
    font-size: 16px;
    line-height: 1.02;
  }
  .stop p {
    display: block;
    font-size: 10.5px;
    line-height: 1.35;
  }
  .stop-one {
    transform: translate(10px, 14px);
  }
  .stop-two {
    transform: translate(-50%, 14px);
  }
  .stop-three {
    transform: translate(-50%, calc(-100% - 12px));
  }
  .stop-four {
    transform: translate(-50%, 14px);
  }
  .stop-five {
    transform: translate(calc(-100% - 8px), calc(-100% - 12px));
  }
  .route-note {
    margin-top: 14px;
  }
  .ritual-section {
    gap: 52px;
    padding-block: 102px 60px;
  }
  .pagoda-frame img {
    min-height: 260px;
  }
  .marquee-divider {
    padding-block: 16px;
  }
  .plans-section {
    padding-block: 70px 90px;
  }
  .plans-heading {
    gap: 29px;
    padding-bottom: 42px;
  }
  .plans-grid {
    grid-template-columns: 1fr;
    max-width: 460px;
    margin-inline: auto;
  }
  .plan-card {
    min-height: 560px;
  }
  .plan-card + .plan-card {
    border-left: 0;
    border-top: 1px solid rgba(243, 239, 232, 0.28);
  }
  .plan-card h3 {
    margin-top: 110px;
    font-size: 60px;
  }
  .plan-orb {
    width: 84px;
    top: 50px;
  }
  .reserve-section {
    min-height: auto;
    margin-top: 0;
    padding-block: 110px 56px;
  }
  .reserve-backdrop {
    object-position: 64% 38%;
  }
  .reserve-grid {
    grid-template-columns: 1fr;
    gap: 36px;
    align-items: start;
  }
  .reserve-lead {
    font-size: 14px;
  }
  .reserve-tags li {
    font-size: 10px;
  }
  .reserve-content {
    min-height: 0;
  }
  .booking-form {
    max-width: none;
    padding: 18px;
  }
  .booking-fields {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .form-field-wide {
    grid-column: auto;
  }
  .booking-actions {
    display: grid;
    gap: 14px;
  }
  .booking-submit {
    width: 100%;
    margin: 0;
  }
  .form-status {
    align-self: start;
  }
  .reserve-meta {
    margin-top: 28px;
  }
  .site-footer {
    padding-top: 55px;
  }
  .site-footer::before {
    background: radial-gradient(
      ellipse 130% 100% at 50% 108%,
      rgba(178, 112, 96, 0.9) 0%,
      rgba(134, 74, 65, 0.62) 26%,
      rgba(69, 33, 35, 0.34) 50%,
      rgba(10, 9, 12, 0) 72%
    );
  }
  .footer-top {
    display: grid;
    gap: 45px;
    padding-bottom: 63px;
  }
  .footer-brand {
    min-height: 340px;
    padding-top: 21px;
    padding-bottom: 0;
    overflow: clip;
  }
  .footer-wordmark {
    margin-top: 88px;
    margin-inline: auto;
    font-size: clamp(94px, 30vw, 180px);
    line-height: 0.84;
    text-align: center;
    transform: translateY(0.19em);
  }
  .footer-brand .copyright {
    right: auto;
    left: 0;
    bottom: 16px;
    text-align: left;
  }
}

@media (max-width: 1100px) and (min-width: 761px) {
  .route-map {
    height: clamp(440px, 52vw, 560px);
  }
  .stop {
    max-width: 170px;
  }
  .stop span {
    font-size: 10px;
  }
  .stop h3 {
    font-size: 21px;
  }
  .stop p {
    font-size: 12px;
  }
  .plan-card {
    min-height: 600px;
    padding: 24px 20px 20px;
  }
  .plan-card h3 {
    font-size: 54px;
  }
  .plan-orb {
    width: 84px;
  }
  .reserve-grid {
    gap: 48px;
  }
  .booking-form {
    max-width: 480px;
  }
}

/* Ноутбуки / Full HD по высоте: заголовок + точки должны влезать в кадр без прокрутки */
@media (min-width: 761px) and (max-height: 860px) {
  .route-section {
    padding-block: 56px 48px;
  }
  .route-heading > p:last-child {
    margin-top: 14px;
    font-size: 14px;
  }
  .route-map {
    height: clamp(380px, 56vh, 520px);
    margin-top: 12px;
  }
  .stop h3 {
    font-size: 23px;
  }
  .stop p {
    font-size: 12px;
  }
  .route-note {
    margin-top: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .ribbon-track {
    animation: none;
    transform: none;
  }
  .plans-marquee-track {
    animation: none;
    transform: none;
  }
  .music-record {
    animation: none !important;
  }
}

/* TICKET & GIFTS STYLES */

.reserve-grid.ticket-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: center;
}

.gifts-pack {
  margin-top: 48px;
  padding-top: 36px;
  border-top: 1px solid rgba(243, 239, 232, 0.12);
}

.gifts-title {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(243, 239, 232, 0.6);
  margin-bottom: 24px;
}

.gifts-images {
  display: flex;
  gap: 16px;
  align-items: center;
}

.gift-wrap {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(243, 239, 232, 0.15);
  box-shadow: 0 8px 24px rgba(7, 8, 13, 0.4);
  position: relative;
}

.gift-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
}

/* For images with white background, we multiply. For dark we screen/lighten, or just rely on the circle crop and cover. 
Since they are cropped into neat circles, the background doesn't matter much. It looks like a coin/stamp. */
.gift-2 img,
.gift-3 img {
}
.gift-1 img {
  /* It has a dark background, we can leave it as is, or use lighten. */
}

/* Ticket Form - Brutalist/Telemetry Style */
.booking-form.ticket-form {
  position: relative;
  aspect-ratio: 9 / 16;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #0a0a0a;
  color: #eaeaea;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.8);
  overflow: hidden;
  max-width: 480px;
  justify-self: end;
  font-family: var(--font-mono, "JetBrains Mono", "IBM Plex Mono", monospace);
  text-transform: uppercase;
}

.ticket-form-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("assets/price-card.jpg") center/cover no-repeat;
  z-index: 0;
  mix-blend-mode: normal;
}

.booking-form.ticket-form > * {
  position: relative;
  z-index: 1;
}

/* Remove old circle cutouts */
.booking-form.ticket-form::before,
.booking-form.ticket-form::after {
  display: none;
}

.ticket-header {
  padding: 32px 36px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
}

.ticket-brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ticket-logo {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #eaeaea;
}

.ticket-type {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #e61919;
  font-weight: 600;
}

.ticket-price {
  font-size: 18px;
  font-weight: 700;
  color: #eaeaea;
  letter-spacing: 0.05em;
}

.ticket-body {
  padding: 32px 36px;
  background: transparent;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ticket-form .booking-fields {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.field-row {
  display: flex;
  gap: 16px;
}

.field-row .form-field.half {
  flex: 1;
  margin: 0;
}

.ticket-form .form-field {
  color: rgba(234, 234, 234, 0.6);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ticket-form .field-label {
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #e61919;
}

.ticket-form input,
.ticket-form select {
  background: rgba(10, 10, 10, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  color: #eaeaea;
  padding: 12px 16px;
  font-size: 14px;
  font-family: inherit;
  box-shadow: none;
  transition: border-color 0.2s ease;
}

.ticket-form select {
  padding-right: 32px;
  width: 100%;
  appearance: none;
}

.ticket-form input::placeholder {
  color: rgba(234, 234, 234, 0.3);
}

.ticket-form input:focus,
.ticket-form select:focus {
  background: rgba(10, 10, 10, 0.95);
  border-color: #e61919;
  box-shadow: none;
  outline: none;
}

.ticket-form .select-wrap {
  position: relative;
  display: block;
}

.ticket-form .select-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #e61919;
  pointer-events: none;
  font-size: 10px;
}

.ticket-form select option {
  background-color: #121212;
  color: #eaeaea;
}

.ticket-footer {
  padding: 0 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: transparent;
}

.ticket-submit {
  background: #eaeaea;
  color: #0a0a0a;
  width: 100%;
  border-radius: 0;
  padding: 16px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: inherit;
  border: 1px solid #eaeaea;
  transition: all 0.2s ease;
}

.ticket-submit:hover {
  background: #0a0a0a;
  color: #eaeaea;
  border-color: #e61919;
}

.ticket-submit span {
  color: #e61919;
}

.ticket-form .form-status {
  color: #eaeaea;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 760px) {
  .reserve-grid.ticket-layout {
    grid-template-columns: 1fr;
  }
  .booking-form.ticket-form {
    justify-self: center;
    width: 100%;
  }
}

.gifts-images {
  display: flex;
  align-items: center;
}

.secret-boxes {
  gap: 16px;
}

.secret-box {
  width: 64px;
  height: 64px;
  background: #151515;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  position: relative;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.secret-box:hover {
  transform: translateY(-8px) rotate(3deg) scale(1.05);
  z-index: 10;
}

.secret-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 100%;
  background: #b22222; /* ribbon color */
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
}

.secret-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 12px;
  background: #b22222;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
}

.secret-box-bow {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 14px;
  z-index: 2;
}

.secret-box-bow::before,
.secret-box-bow::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #b22222;
  border-radius: 50% 50% 0 50%;
  top: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}

.secret-box-bow::before {
  left: -2px;
  transform: rotate(-45deg);
}

.secret-box-bow::after {
  right: -2px;
  transform: rotate(45deg) scaleX(-1);
}

@keyframes ticketFloat3D {
  0% {
    transform: perspective(1000px) rotateX(3deg) rotateY(-3deg) translateY(0);
  }
  50% {
    transform: perspective(1000px) rotateX(-2deg) rotateY(3deg)
      translateY(-12px);
  }
  100% {
    transform: perspective(1000px) rotateX(3deg) rotateY(-3deg) translateY(0);
  }
}

.booking-form.ticket-form {
  animation: ticketFloat3D 6s ease-in-out infinite;
  transform-style: preserve-3d;
  transform-origin: center;
}

.booking-form.ticket-form:hover,
.booking-form.ticket-form:focus-within {
  animation-play-state: paused;
  transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-5px)
    scale(1.02);
  box-shadow:
    0 40px 90px rgba(7, 8, 13, 0.8),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.gifts-pack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
