@import "tailwindcss";

:root {
  --ink: #011119;
  --navy: #052636;
  --petrol: #0c3d54;
  --cyan: #009fe3;
  --cyan-bright: #28b8f5;
  --ice: #d7eaf3;
  --white: #ffffff;
  --gold: #d9b66c;
  --gold-bright: #f5d98c;
  --red: #a92232;
  --green: #0f6b55;
  --max: 1220px;
  --line: rgba(215, 234, 243, 0.14);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

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

body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: "Montserrat", "Avenir Next", Arial, sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
}

button,
a,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

button {
  color: inherit;
}

.container {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid var(--line);
  background: rgba(1, 17, 25, 0.9);
  backdrop-filter: blur(18px);
}

.nav-shell {
  position: relative;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.mobile-nav-toggle {
  display: none;
  min-height: 42px;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(40, 184, 245, 0.35);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(5, 38, 54, 0.9);
  color: var(--white);
  cursor: pointer;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mobile-nav-toggle strong {
  color: var(--cyan-bright);
  font-size: 19px;
  line-height: 1;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.brand-logo {
  width: 48px;
  height: 48px;
  display: block;
  object-fit: cover;
  border: 1px solid rgba(40, 184, 245, 0.68);
  border-radius: 13px;
  box-shadow: 0 0 28px rgba(0, 159, 227, 0.18);
}

.brand-copy {
  display: grid;
  line-height: 1.15;
}

.brand-copy strong {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.055em;
}

.brand-copy small {
  margin-top: 5px;
  color: var(--cyan-bright);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2vw, 28px);
  margin-left: auto;
}

.nav-links a {
  position: relative;
  color: var(--ice);
  font-size: 13px;
  font-weight: 700;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 2px;
  background: var(--cyan-bright);
  transition: right 180ms ease;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  right: 0;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(40, 184, 245, 0.22);
  border-radius: 999px;
  padding: 13px 22px;
  background: linear-gradient(135deg, var(--cyan), var(--cyan-bright));
  box-shadow: 0 15px 36px rgba(0, 159, 227, 0.24);
  color: var(--white);
  font-size: 14px;
  font-weight: 850;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(0, 159, 227, 0.34);
  filter: brightness(1.06);
}

.button-home {
  border-color: rgba(245, 217, 140, 0.54);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 0 0 1px rgba(245, 217, 140, 0.08);
  color: var(--gold-bright);
}

.button-home:hover,
.button-home:focus-visible {
  border-color: rgba(245, 217, 140, 0.84);
  background: rgba(245, 217, 140, 0.11);
  box-shadow: 0 14px 34px rgba(1, 17, 25, 0.28);
}

.button:focus-visible,
.text-link:focus-visible,
.stageweave-button:focus-visible,
.deal-trailer-poster:focus-visible,
.scene-image:focus-visible,
.vip-image:focus-visible,
.tour-button:focus-visible,
.scene-cta:focus-visible,
.scene-toolbar button:focus-visible,
.reference-video:focus-visible,
.modal-close:focus-visible,
.mobile-nav-toggle:focus-visible,
.mobile-whatsapp:focus-visible,
.contact-phone:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--gold-bright);
  outline-offset: 3px;
}

.button-small {
  min-height: 42px;
  padding: 10px 17px;
  font-size: 12px;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 780px;
  display: grid;
  align-items: center;
  padding: 110px 0 92px;
  background:
    radial-gradient(circle at 78% 7%, rgba(245, 217, 140, 0.14), transparent 21%),
    radial-gradient(circle at 15% 8%, rgba(0, 159, 227, 0.26), transparent 34%),
    radial-gradient(circle at 84% 30%, rgba(169, 34, 50, 0.2), transparent 27%),
    linear-gradient(135deg, var(--ink), #062d3f 56%, #011119);
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -7vw;
  right: -7vw;
  bottom: -145px;
  height: 290px;
  border-top: 1px solid rgba(217, 182, 108, 0.18);
  border-radius: 50% 50% 0 0;
  background: rgba(1, 17, 25, 0.55);
  transform: rotate(-3deg);
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -82px;
  left: 4%;
  right: 4%;
  height: 128px;
  border-bottom: 1px solid rgba(245, 217, 140, 0.3);
  border-radius: 0 0 50% 50%;
  background:
    radial-gradient(circle at 8% 100%, rgba(245, 217, 140, 0.9) 0 2px, transparent 3px),
    radial-gradient(circle at 22% 98%, rgba(215, 234, 243, 0.88) 0 2px, transparent 3px),
    radial-gradient(circle at 39% 99%, rgba(245, 217, 140, 0.85) 0 2px, transparent 3px),
    radial-gradient(circle at 57% 99%, rgba(215, 234, 243, 0.86) 0 2px, transparent 3px),
    radial-gradient(circle at 75% 98%, rgba(245, 217, 140, 0.9) 0 2px, transparent 3px),
    radial-gradient(circle at 92% 100%, rgba(215, 234, 243, 0.86) 0 2px, transparent 3px);
  box-shadow: 0 16px 38px rgba(245, 217, 140, 0.08);
  pointer-events: none;
}

.snow-field,
.snow-field::before,
.snow-field::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.6) 0 1px, transparent 1.6px),
    radial-gradient(circle, rgba(40,184,245,.45) 0 1.2px, transparent 1.8px),
    radial-gradient(circle, rgba(245,217,140,.5) 0 1px, transparent 1.7px);
  background-position: 0 0, 36px 62px, 78px 28px;
  background-size: 92px 92px, 150px 150px, 212px 212px;
  opacity: 0.32;
}

.snow-field::before,
.snow-field::after {
  content: "";
}

.snow-field::before {
  background-position: 48px 14px, 12px 95px;
  background-size: 178px 178px, 235px 235px;
  opacity: 0.28;
}

.snow-field::after {
  background-position: 12px 74px, 98px 18px;
  background-size: 290px 290px, 370px 370px;
  opacity: 0.35;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
}

.eyebrow {
  margin: 0 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--cyan-bright);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.115em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  flex: 0 0 28px;
  background: var(--cyan-bright);
}

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

h1,
h2,
h3 {
  letter-spacing: -0.035em;
  line-height: 1.07;
}

h1 {
  max-width: 790px;
  margin-bottom: 25px;
  font-size: clamp(48px, 6.3vw, 82px);
  font-weight: 900;
}

h1 span {
  display: block;
  color: var(--cyan-bright);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4.3vw, 56px);
}

h3 {
  margin-bottom: 11px;
  font-size: 22px;
}

.hero-lead {
  max-width: 690px;
  margin-bottom: 0;
  color: var(--ice);
  font-size: clamp(18px, 1.6vw, 21px);
  line-height: 1.7;
}

.hero-package-split {
  max-width: 690px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.hero-package-split span {
  display: grid;
  gap: 3px;
  border: 1px solid rgba(215, 234, 243, 0.18);
  padding: 13px 15px;
  background: rgba(5, 38, 54, 0.62);
}

.hero-package-split span:last-child {
  border-color: rgba(40, 184, 245, 0.48);
  background: rgba(40, 184, 245, 0.1);
}

.hero-package-split strong {
  color: var(--white);
  font-size: 13px;
}

.hero-package-split small {
  color: var(--ice);
  font-size: 10px;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 34px;
}

.text-link {
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
}

.text-link span {
  display: inline-block;
  margin-left: 5px;
  color: var(--cyan-bright);
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.stageweave-button {
  width: min(100%, 520px);
  min-height: 68px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 13px;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid rgba(40, 184, 245, 0.55);
  background: linear-gradient(100deg, rgba(40, 184, 245, 0.18), rgba(5, 38, 54, 0.72));
  box-shadow: inset 0 0 36px rgba(40, 184, 245, 0.08);
  color: var(--white);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.stageweave-button:hover {
  border-color: var(--cyan-bright);
  background: linear-gradient(100deg, rgba(40, 184, 245, 0.26), rgba(5, 38, 54, 0.82));
  transform: translateY(-2px);
}

.stageweave-button-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(245, 217, 140, 0.5);
  border-radius: 50%;
  color: var(--gold-bright);
  font-size: 17px;
}

.stageweave-button > span:nth-child(2) {
  display: grid;
  gap: 2px;
}

.stageweave-button small {
  color: var(--cyan-bright);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.stageweave-button strong {
  font-size: 14px;
}

.stageweave-button-arrow {
  color: var(--cyan-bright);
  font-size: 22px;
  transition: transform 180ms ease;
}

.stageweave-button:hover .stageweave-button-arrow {
  transform: translateX(4px);
}

.deadline-note {
  max-width: 660px;
  display: flex;
  gap: 14px;
  margin-top: 34px;
  padding: 16px 18px;
  border-left: 3px solid var(--gold);
  background: rgba(217, 182, 108, 0.08);
}

.deadline-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(245, 217, 140, 0.58);
  border-radius: 50%;
  color: var(--gold-bright);
  font-size: 13px;
  font-weight: 900;
}

.deadline-note strong {
  display: block;
  margin-bottom: 3px;
  color: var(--gold-bright);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.055em;
}

.deadline-note p {
  margin: 0;
  color: var(--ice);
  font-size: 14px;
}

.hero-offer {
  position: relative;
  border: 1px solid rgba(215, 234, 243, 0.17);
  background: rgba(5, 38, 54, 0.7);
  box-shadow: 0 30px 85px rgba(0, 0, 0, 0.36), 0 0 80px rgba(0, 159, 227, 0.12);
}

.hero-offer::before,
.hero-offer::after {
  content: "";
  position: absolute;
  width: 82px;
  height: 1px;
  top: 24px;
  background: linear-gradient(90deg, transparent, var(--gold));
}

.hero-offer::before {
  left: -55px;
}

.hero-offer::after {
  right: -55px;
  transform: rotate(180deg);
}

.offer-visual {
  position: relative;
  isolation: isolate;
  min-height: 365px;
  overflow: hidden;
  background: #031d29;
}

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

.hero-scene-slide {
  opacity: 0;
  object-fit: cover;
  transform: scale(1.035);
  transition: opacity 900ms ease;
}

.hero-scene-slide.is-active {
  opacity: 1;
  animation: hero-scene-drift 4.6s ease-out both;
}

.hero-scene-shade {
  background:
    linear-gradient(180deg, rgba(1, 17, 25, 0.2) 0%, rgba(1, 17, 25, 0.04) 38%, rgba(1, 17, 25, 0.86) 100%),
    linear-gradient(90deg, rgba(1, 17, 25, 0.1), transparent 62%);
}

.hero-slide-kicker,
.hero-offer-badge,
.hero-slide-copy,
.hero-slide-progress {
  position: absolute;
  z-index: 2;
}

.hero-slide-kicker {
  top: 20px;
  left: 20px;
  border: 1px solid rgba(245, 217, 140, 0.48);
  border-radius: 999px;
  padding: 8px 11px;
  background: rgba(1, 17, 25, 0.68);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  color: var(--gold-bright);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.hero-offer-badge {
  top: 18px;
  right: 18px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, 0.27);
  border-radius: 12px;
  padding: 8px 10px;
  background: rgba(1, 17, 25, 0.76);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(9px);
}

.hero-offer-badge strong {
  color: var(--gold-bright);
  font-size: 24px;
  font-weight: 950;
  letter-spacing: -0.06em;
  line-height: 1;
}

.hero-offer-badge span {
  color: var(--white);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-transform: uppercase;
}

.hero-slide-copy {
  right: 22px;
  bottom: 24px;
  left: 22px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
}

.hero-slide-copy div {
  max-width: 76%;
}

.hero-slide-copy small {
  display: block;
  margin-bottom: 5px;
  color: var(--gold-bright);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-slide-copy strong {
  display: block;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(23px, 3vw, 34px);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.02;
  text-wrap: balance;
  text-shadow: 0 3px 20px rgba(0, 0, 0, 0.7);
}

.hero-slide-meta {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 9px;
}

.hero-slide-meta button {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  background: rgba(1, 17, 25, 0.72);
  color: var(--white);
  cursor: pointer;
  font-size: 10px;
  font-weight: 900;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.hero-slide-meta button:hover,
.hero-slide-meta button:focus-visible {
  border-color: var(--gold-bright);
  background: rgba(1, 17, 25, 0.92);
  color: var(--gold-bright);
  outline: none;
}

.hero-slide-meta span {
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.hero-slide-progress {
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.16);
}

.hero-slide-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--gold), var(--gold-bright));
  transform-origin: left;
  animation: hero-slide-progress 4.6s linear both;
}

.hero-slide-progress.is-paused span {
  animation-play-state: paused;
}

@keyframes hero-scene-drift {
  from { transform: scale(1.035); }
  to { transform: scale(1.085); }
}

@keyframes hero-slide-progress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

.offer-price {
  padding: 27px 30px 25px;
  border-top: 1px solid var(--line);
  background: rgba(1, 17, 25, 0.55);
}

.offer-price > p {
  margin-bottom: 8px;
  color: var(--ice);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 18px;
}

.old-price {
  color: rgba(215, 234, 243, 0.62);
  font-size: 20px;
  font-weight: 700;
  text-decoration: line-through;
  text-decoration-color: #f06a76;
  text-decoration-thickness: 2px;
}

.price-row strong {
  color: var(--gold-bright);
  font-size: 47px;
  letter-spacing: -0.04em;
  line-height: 1;
}

.price-note {
  display: block;
  margin-top: 8px;
  color: var(--ice);
  font-size: 12px;
}

.availability {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.availability span {
  padding: 17px 22px;
  color: var(--ice);
  font-size: 12px;
  text-align: center;
}

.availability span + span {
  border-left: 1px solid var(--line);
}

.availability strong {
  margin-right: 4px;
  color: var(--white);
  font-size: 17px;
}

.deal-trailer {
  position: relative;
  overflow: hidden;
  padding: clamp(42px, 6vw, 74px) 0;
  border-top: 1px solid rgba(245, 217, 140, 0.16);
  border-bottom: 1px solid rgba(40, 184, 245, 0.16);
  background:
    radial-gradient(circle at 78% 35%, rgba(169, 34, 50, 0.18), transparent 34%),
    radial-gradient(circle at 18% 75%, rgba(40, 184, 245, 0.13), transparent 28%),
    linear-gradient(135deg, #03141d, #082a38 58%, #051820);
}

.deal-trailer-grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.55fr) minmax(0, 1.45fr);
  gap: clamp(30px, 5vw, 68px);
  align-items: center;
}

.deal-trailer-copy h2 {
  max-width: 420px;
  margin: 0 0 16px;
  font-size: clamp(34px, 4.5vw, 62px);
  line-height: 0.98;
}

.deal-trailer-copy > p:last-child {
  max-width: 360px;
  margin: 0;
  color: var(--ice);
  font-size: 16px;
  line-height: 1.65;
}

.deal-trailer-player {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(245, 217, 140, 0.4);
  border-radius: 24px;
  background: #02080c;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.42), 0 0 0 7px rgba(255, 255, 255, 0.025);
}

.deal-trailer-poster {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #02080c;
  color: var(--white);
  cursor: pointer;
}

.deal-trailer-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(1, 14, 21, 0.04), rgba(1, 14, 21, 0.7));
  pointer-events: none;
}

.deal-trailer-poster img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 420ms ease, filter 420ms ease;
}

.deal-trailer-poster:hover img {
  transform: scale(1.025);
  filter: brightness(1.06);
}

.deal-trailer-play {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: clamp(24px, 5vw, 46px);
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: max-content;
  max-width: calc(100% - 32px);
  padding: 11px 19px 11px 11px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(2, 22, 31, 0.84);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(12px);
}

.deal-trailer-play-icon {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  display: grid;
  place-items: center;
  padding-left: 4px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan-bright), #007fb9);
  box-shadow: 0 10px 28px rgba(0, 159, 227, 0.38);
  font-size: 20px;
}

.deal-trailer-play > span:last-child {
  display: grid;
  gap: 2px;
  text-align: left;
}

.deal-trailer-play strong {
  font-size: 15px;
  line-height: 1.2;
}

.deal-trailer-play small {
  color: rgba(240, 248, 251, 0.72);
  font-size: 11px;
}

.deal-trailer-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #000;
}

.truth-strip {
  padding: 54px 0;
  border-top: 1px solid rgba(217, 182, 108, 0.18);
  border-bottom: 1px solid rgba(217, 182, 108, 0.18);
  background: #071d26;
}

.truth-grid {
  display: grid;
  grid-template-columns: 0.52fr 1.48fr;
  gap: clamp(30px, 6vw, 88px);
  align-items: start;
}

.truth-grid .eyebrow {
  color: var(--gold-bright);
}

.truth-grid .eyebrow::before {
  background: var(--gold-bright);
}

.truth-grid h2 {
  margin-bottom: 12px;
  font-size: clamp(28px, 3.2vw, 42px);
}

.truth-grid p:last-child {
  max-width: 900px;
  margin: 0;
  color: var(--ice);
  font-size: 16px;
}

.stageweave {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid rgba(40, 184, 245, 0.2);
  background:
    radial-gradient(circle at 14% 24%, rgba(40, 184, 245, 0.16), transparent 28%),
    radial-gradient(circle at 90% 76%, rgba(217, 182, 108, 0.09), transparent 24%),
    linear-gradient(140deg, #021720, #082f3f 58%, #031b26);
}

.stageweave::before {
  content: "MOTION";
  position: absolute;
  z-index: -1;
  right: -0.03em;
  bottom: -0.14em;
  color: rgba(215, 234, 243, 0.025);
  font-size: clamp(130px, 24vw, 360px);
  font-weight: 950;
  letter-spacing: -0.08em;
  line-height: 0.8;
  pointer-events: none;
}

.stageweave-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  gap: clamp(48px, 8vw, 112px);
  align-items: center;
}

.stageweave-copy h2 {
  max-width: 720px;
}

.stageweave-lead {
  max-width: 720px;
  margin-bottom: 26px;
  color: var(--ice);
  font-size: 17px;
  line-height: 1.75;
}

.stageweave-lead strong {
  color: var(--white);
}

.stageweave-promise {
  max-width: 680px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 13px;
  align-items: start;
  padding: 18px;
  border-left: 3px solid var(--cyan-bright);
  background: rgba(40, 184, 245, 0.09);
}

.stageweave-promise > span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--cyan-bright);
  color: var(--ink);
  font-size: 13px;
  font-weight: 950;
}

.stageweave-promise p {
  margin: 0;
  color: var(--ice);
  font-size: 14px;
  line-height: 1.65;
}

.stageweave-promise strong {
  color: var(--white);
}

.stageweave-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(40, 184, 245, 0.3);
  background: rgba(1, 17, 25, 0.68);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3), inset 0 0 70px rgba(40, 184, 245, 0.04);
}

.stageweave-panel::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  top: -110px;
  right: -85px;
  border: 1px solid rgba(245, 217, 140, 0.28);
  border-radius: 50%;
  box-shadow: 0 0 0 32px rgba(245, 217, 140, 0.025), 0 0 0 64px rgba(40, 184, 245, 0.025);
}

.stageweave-brand {
  display: grid;
  justify-items: start;
  margin-bottom: 34px;
}

.stageweave-brand small {
  margin-bottom: 3px;
  color: var(--gold-bright);
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.stageweave-brand strong {
  color: var(--white);
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 950;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.stageweave-brand strong span {
  color: var(--cyan-bright);
}

.stageweave-brand em {
  margin-top: 6px;
  color: var(--ice);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.stageweave-features {
  display: grid;
}

.stageweave-features article {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  padding: 17px 0;
  border-top: 1px solid var(--line);
}

.stageweave-features article > span {
  color: var(--cyan-bright);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.1em;
}

.stageweave-features strong {
  display: block;
  margin-bottom: 4px;
  color: var(--white);
  font-size: 15px;
}

.stageweave-features p {
  margin: 0;
  color: var(--ice);
  font-size: 13px;
  line-height: 1.55;
}

.benefits,
.stageweave,
.vip-scenes,
.scenes-section,
.package-section,
.distribution,
.process,
.references,
.faq,
.final-cta {
  padding: 100px 0;
}

.benefits {
  background:
    radial-gradient(circle at 92% 20%, rgba(0, 159, 227, 0.12), transparent 27%),
    var(--ink);
}

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

.split-heading,
.scene-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: clamp(34px, 7vw, 90px);
  align-items: end;
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading > p,
.split-heading > p,
.scene-heading > p {
  margin: 0 0 5px;
  color: var(--ice);
  font-size: 16px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.benefit-grid article {
  position: relative;
  min-height: 290px;
  padding: 34px 27px 30px;
  background: rgba(5, 38, 54, 0.3);
}

.benefit-grid article + article {
  border-left: 1px solid var(--line);
}

.benefit-grid article::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -1px;
  height: 3px;
  background: var(--cyan-bright);
  transition: right 240ms ease;
}

.benefit-grid article:hover::after {
  right: 0;
}

.benefit-number {
  display: block;
  margin-bottom: 52px;
  color: var(--cyan-bright);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.benefit-grid h3 {
  font-size: 20px;
}

.benefit-grid p {
  margin: 0;
  color: var(--ice);
  font-size: 14px;
}

.vip-scenes {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-top: 1px solid rgba(217, 182, 108, 0.22);
  border-bottom: 1px solid rgba(217, 182, 108, 0.22);
  background:
    radial-gradient(circle at 92% 12%, rgba(217, 182, 108, 0.18), transparent 26%),
    radial-gradient(circle at 10% 78%, rgba(169, 34, 50, 0.2), transparent 28%),
    linear-gradient(145deg, #071d26, #24151c 60%, #071d26);
}

.vip-scenes::before {
  content: "VIP";
  position: absolute;
  z-index: -1;
  right: -0.04em;
  top: 5px;
  color: rgba(245, 217, 140, 0.035);
  font-size: clamp(160px, 30vw, 440px);
  font-weight: 950;
  letter-spacing: -0.1em;
  line-height: 0.8;
  pointer-events: none;
}

.vip-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
  gap: clamp(40px, 8vw, 105px);
  align-items: end;
  margin-bottom: 42px;
}

.vip-heading > div:first-child > p:last-child {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--ice);
  font-size: 17px;
}

.vip-eyebrow {
  margin: 0 0 16px;
  color: var(--gold-bright);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.vip-eyebrow span {
  margin-right: 8px;
  text-shadow: 0 0 16px rgba(245, 217, 140, 0.75);
}

.vip-price-callout {
  position: relative;
  padding: 27px 28px;
  border: 1px solid rgba(245, 217, 140, 0.4);
  background: rgba(1, 17, 25, 0.66);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.26), inset 0 0 35px rgba(217, 182, 108, 0.04);
}

.vip-price-callout::before {
  content: "VIP";
  position: absolute;
  top: -12px;
  right: 20px;
  border: 1px solid rgba(245, 217, 140, 0.56);
  border-radius: 999px;
  padding: 4px 10px;
  background: #281a1d;
  color: var(--gold-bright);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0.13em;
}

.vip-price-callout > span {
  display: block;
  color: var(--ice);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vip-price-callout > strong {
  display: block;
  margin: 4px 0 7px;
  color: var(--gold-bright);
  font-size: clamp(45px, 5vw, 66px);
  letter-spacing: -0.055em;
  line-height: 1;
}

.vip-price-callout > small {
  color: var(--white);
  font-size: 12px;
  font-weight: 750;
}

.vip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.vip-grid.vip-grid-single {
  grid-template-columns: minmax(0, 720px);
}

.vip-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(245, 217, 140, 0.28);
  background: rgba(5, 38, 54, 0.64);
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.3);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.vip-card:hover {
  transform: translateY(-5px);
  border-color: rgba(245, 217, 140, 0.72);
  box-shadow: 0 29px 72px rgba(0, 0, 0, 0.42), 0 0 34px rgba(217, 182, 108, 0.08);
}

.vip-image {
  position: relative;
  isolation: isolate;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 0;
  border-bottom: 1px solid rgba(245, 217, 140, 0.22);
  padding: 0;
  cursor: zoom-in;
  text-align: center;
}

.vip-badge {
  position: absolute;
  z-index: 3;
  top: 14px;
  left: 14px;
  min-width: 62px;
  display: grid;
  border: 1px solid rgba(245, 217, 140, 0.7);
  padding: 7px 11px 6px;
  background: rgba(29, 18, 20, 0.92);
  box-shadow: 0 8px 28px rgba(0,0,0,.32), inset 0 0 18px rgba(217,182,108,.08);
  color: var(--gold-bright);
  text-align: center;
}

.vip-badge strong {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1;
}

.vip-badge small {
  margin-top: 4px;
  color: var(--white);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vip-card-body {
  padding: 23px;
}

.vip-secondary-view {
  width: 100%;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin: 0 0 13px;
  border: 1px solid rgba(245, 217, 140, 0.28);
  padding: 7px;
  background: rgba(217, 182, 108, 0.07);
  color: var(--white);
  cursor: zoom-in;
  text-align: left;
}

.vip-secondary-view:hover {
  border-color: rgba(245, 217, 140, 0.68);
  background: rgba(217, 182, 108, 0.13);
}

.vip-secondary-view img {
  width: 86px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.vip-secondary-view span {
  display: grid;
  gap: 2px;
}

.vip-secondary-view strong {
  font-size: 11px;
}

.vip-secondary-view small {
  color: var(--gold-bright);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.vip-kicker {
  display: block;
  margin-bottom: 6px;
  color: var(--gold-bright);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.vip-card h3 {
  margin-bottom: 9px;
  font-size: 21px;
}

.vip-card-body > p {
  min-height: 49px;
  margin-bottom: 18px;
  color: var(--ice);
  font-size: 13px;
  line-height: 1.55;
}

.vip-cost {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 13px;
  border-top: 1px solid rgba(245, 217, 140, 0.2);
  border-bottom: 1px solid rgba(245, 217, 140, 0.2);
  padding: 11px 0;
}

.vip-cost span {
  color: var(--ice);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.vip-cost strong {
  color: var(--gold-bright);
  font-size: 20px;
}

.vip-tour-button {
  grid-template-columns: 48px 1fr;
  min-height: 78px;
  gap: 12px;
  padding: 11px 13px;
  border: 1px solid rgba(245, 217, 140, 0.78);
  background:
    radial-gradient(circle at 10% 10%, rgba(245, 217, 140, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(173, 131, 54, 0.28), rgba(1, 17, 25, 0.82));
  box-shadow: inset 0 0 0 1px rgba(245, 217, 140, 0.08), 0 10px 30px rgba(173, 131, 54, 0.14);
}

.vip-tour-button:hover {
  border-color: var(--gold-bright);
  background:
    radial-gradient(circle at 10% 10%, rgba(245, 217, 140, 0.28), transparent 36%),
    linear-gradient(135deg, rgba(173, 131, 54, 0.38), rgba(1, 17, 25, 0.92));
  box-shadow: inset 0 0 0 1px rgba(245, 217, 140, 0.16), 0 14px 34px rgba(173, 131, 54, 0.22);
}

.vip-tour-button strong {
  color: var(--gold-bright);
  font-size: 12px;
}

.vip-3d-seal {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background: linear-gradient(145deg, var(--gold-bright), #ad8336);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.32), 0 0 24px rgba(245, 217, 140, 0.22);
  color: #051923;
  font-size: 15px;
  font-weight: 950;
  letter-spacing: -0.03em;
}

.vip-cta {
  border-color: rgba(245, 217, 140, 0.5);
  color: var(--gold-bright);
}

.vip-rights-note {
  max-width: 920px;
  margin: 28px 0 0;
  padding-top: 17px;
  border-top: 1px solid rgba(245, 217, 140, 0.14);
  color: rgba(215, 234, 243, 0.58);
  font-size: 10px;
}

.scenes-section {
  background:
    radial-gradient(circle at 18% 2%, rgba(169, 34, 50, 0.14), transparent 22%),
    linear-gradient(180deg, #05202c, #011119 22%);
}

.scene-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.scene-toolbar button {
  border: 1px solid rgba(215, 234, 243, 0.16);
  border-radius: 999px;
  padding: 9px 15px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--ice);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.scene-toolbar button:hover,
.scene-toolbar button.active {
  border-color: rgba(40, 184, 245, 0.68);
  background: rgba(0, 159, 227, 0.13);
  color: var(--white);
}

.scene-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.scene-card {
  min-width: 0;
  border: 1px solid rgba(215, 234, 243, 0.14);
  background: rgba(5, 38, 54, 0.48);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.22);
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.scene-card:hover {
  transform: translateY(-4px);
  border-color: rgba(40, 184, 245, 0.4);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.31);
}

.scene-card.is-booked {
  border-color: rgba(240, 106, 118, 0.24);
}

.scene-media-gallery {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 27%;
  gap: 6px;
  padding: 6px;
  background: #011119;
}

.scene-media-gallery .scene-image,
.scene-media-gallery .vip-image {
  height: 100%;
  aspect-ratio: auto;
  border-bottom: 0;
}

.closeup-column {
  min-height: 0;
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.closeup-thumb {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(245, 217, 140, 0.28);
  padding: 0;
  background: #071d26;
  color: var(--white);
  cursor: zoom-in;
}

.closeup-thumb:hover,
.closeup-thumb:focus-visible {
  border-color: var(--gold-bright);
  box-shadow: 0 0 0 2px rgba(245, 217, 140, 0.16);
}

.closeup-thumb small {
  position: absolute;
  z-index: 2;
  right: 5px;
  bottom: 4px;
  border-radius: 999px;
  padding: 2px 5px;
  background: rgba(1, 17, 25, 0.78);
  color: var(--gold-bright);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.closeup-crop,
.photo-modal-closeup {
  position: absolute;
  inset: 0;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 300%;
}

.closeup-crop-1 { background-position: center top; }
.closeup-crop-2 { background-position: center center; }
.closeup-crop-3 { background-position: center bottom; }

.scene-image,
.vip-image {
  position: relative;
  isolation: isolate;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 0;
  cursor: zoom-in;
  text-align: center;
}

.scene-image::before,
.vip-image::before,
.modal-media::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 14% 11% -28%;
  border: 1px solid rgba(245, 217, 140, 0.26);
  border-radius: 50% 50% 0 0;
  box-shadow: inset 0 0 38px rgba(245, 217, 140, 0.06);
}

.scene-image::after,
.vip-image::after,
.modal-media::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(to top, rgba(1, 17, 25, 0.94), transparent 72%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.026) 0 1px, transparent 1px 28px);
}

.scene-image > img,
.vip-image > img {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scene-image.has-photo::before,
.vip-image.has-photo::before,
.modal-media.has-photo::before {
  display: none;
}

.scene-image.has-photo::after,
.vip-image.has-photo::after,
.modal-media.has-photo::after {
  z-index: 1;
  background: linear-gradient(to top, rgba(1, 17, 25, 0.9), rgba(1, 17, 25, 0.03) 62%);
}

.scene-image.has-photo .scene-spark,
.vip-image.has-photo .scene-spark {
  display: none;
}

.scene-card.is-booked .scene-image.has-photo > img {
  filter: saturate(0.68) brightness(0.66);
}

.scene-style-1 {
  background: radial-gradient(circle at 50% 24%, rgba(245, 217, 140, 0.24), transparent 21%), linear-gradient(145deg, #0e6178, #031b25 72%);
}

.scene-style-2 {
  background: radial-gradient(circle at 30% 22%, rgba(40, 184, 245, 0.28), transparent 22%), linear-gradient(145deg, #123950, #081620 70%);
}

.scene-style-3 {
  background: radial-gradient(circle at 72% 22%, rgba(240, 106, 118, 0.24), transparent 24%), linear-gradient(145deg, #5a1d29, #061a24 72%);
}

.scene-style-4 {
  background: radial-gradient(circle at 48% 26%, rgba(122, 218, 184, 0.24), transparent 23%), linear-gradient(145deg, #0f624f, #041b20 74%);
}

.scene-style-5 {
  background: radial-gradient(circle at 54% 20%, rgba(217, 182, 108, 0.28), transparent 25%), linear-gradient(145deg, #5a4823, #071c26 75%);
}

.scene-spark {
  position: absolute;
  top: 25%;
  color: rgba(245, 217, 140, 0.82);
  font-size: 26px;
  text-shadow: 0 0 24px rgba(245, 217, 140, 0.6);
}

.scene-status {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.scene-status.available {
  background: rgba(15, 107, 85, 0.88);
  color: #dbfff4;
}

.scene-status.booked {
  background: rgba(169, 34, 50, 0.91);
  color: var(--white);
}

.placeholder-copy {
  position: absolute;
  z-index: 2;
  inset: auto 18px 18px;
  display: grid;
  text-align: left;
}

.placeholder-copy small,
.video-placeholder-copy small {
  color: var(--cyan-bright);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.placeholder-copy strong,
.video-placeholder-copy strong {
  margin-top: 3px;
  font-size: 18px;
  line-height: 1.2;
}

.placeholder-copy em,
.video-placeholder-copy em {
  margin-top: 4px;
  color: rgba(215, 234, 243, 0.72);
  font-size: 10px;
  font-style: normal;
}

.scene-card-body {
  padding: 19px;
}

.scene-kicker {
  display: block;
  margin-bottom: 3px;
  color: var(--cyan-bright);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.scene-card h3 {
  margin: 0 0 16px;
  font-size: 19px;
}

.tour-button {
  width: 100%;
  min-height: 64px;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(40, 184, 245, 0.27);
  border-radius: 12px;
  padding: 9px 11px;
  background: rgba(0, 159, 227, 0.08);
  cursor: pointer;
  text-align: left;
  transition: border-color 180ms ease, background 180ms ease;
}

.tour-button:hover {
  border-color: rgba(40, 184, 245, 0.68);
  background: rgba(0, 159, 227, 0.15);
}

.play-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(40, 184, 245, 0.52);
  border-radius: 50%;
  background: var(--cyan);
  font-size: 10px;
  padding-left: 2px;
}

.tour-button span:last-child {
  min-width: 0;
  display: grid;
}

.tour-button strong {
  font-size: 11px;
  line-height: 1.25;
}

.tour-button small {
  margin-top: 3px;
  color: var(--ice);
  font-size: 9px;
}

.scene-cta {
  width: 100%;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 11px;
  border-bottom: 1px solid rgba(40, 184, 245, 0.45);
  color: var(--cyan-bright);
  font-size: 11px;
  font-weight: 850;
  text-align: center;
  transition: color 180ms ease, border-color 180ms ease;
}

.scene-cta:hover {
  border-color: var(--gold-bright);
  color: var(--white);
}

.scene-cta.disabled {
  border-color: rgba(215, 234, 243, 0.1);
  color: rgba(215, 234, 243, 0.45);
  cursor: not-allowed;
}

.package-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-top: 1px solid rgba(217, 182, 108, 0.14);
  border-bottom: 1px solid rgba(217, 182, 108, 0.14);
  background: #071d26;
}

.package-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 540px;
  height: 540px;
  right: -170px;
  top: -230px;
  border: 1px solid rgba(217, 182, 108, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(217, 182, 108, 0.025), 0 0 0 140px rgba(217, 182, 108, 0.018);
}

.package-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(350px, 0.85fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: center;
}

.package-lead {
  max-width: 680px;
  color: var(--ice);
  font-size: 18px;
}

.check-list {
  display: grid;
  gap: 13px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 31px;
  color: var(--ice);
  font-size: 15px;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--cyan-bright);
  font-weight: 900;
}

.legal-note {
  max-width: 680px;
  margin: 26px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: rgba(215, 234, 243, 0.65);
  font-size: 11px;
}

.vip-package-note {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2px 18px;
  align-items: center;
  margin-top: 25px;
  border-left: 3px solid var(--gold);
  padding: 14px 17px;
  background: rgba(217, 182, 108, 0.08);
}

.custom-scene-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 14px;
  border: 1px solid rgba(40, 184, 245, 0.38);
  padding: 22px;
  background: linear-gradient(135deg, rgba(40, 184, 245, 0.12), rgba(5, 38, 54, 0.5));
}

.custom-scene-note > div:first-child > span {
  display: block;
  margin-bottom: 5px;
  color: var(--cyan-bright);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.custom-scene-note h3 {
  margin: 0 0 7px;
  font-size: 20px;
}

.custom-scene-note p {
  margin: 0;
  color: var(--ice);
  font-size: 13px;
}

.custom-scene-price {
  min-width: 125px;
  display: grid;
  justify-items: end;
}

.custom-scene-price strong {
  color: var(--cyan-bright);
  font-size: 32px;
}

.custom-scene-price small {
  color: var(--white);
  font-size: 10px;
  font-weight: 800;
}

.vip-package-note > span {
  color: var(--gold-bright);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vip-package-note > strong {
  grid-row: 1 / span 2;
  grid-column: 2;
  color: var(--gold-bright);
  font-size: 25px;
}

.vip-package-note > p {
  margin: 2px 0 0;
  color: var(--ice);
  font-size: 12px;
}

.price-panel {
  padding: clamp(32px, 4vw, 48px);
  border: 1px solid rgba(217, 182, 108, 0.28);
  background: rgba(1, 17, 25, 0.66);
  box-shadow: 0 30px 75px rgba(0,0,0,.28);
}

.price-label {
  margin-bottom: 8px;
  color: var(--gold-bright);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.price-main {
  color: var(--white);
  font-size: clamp(74px, 9vw, 112px);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.92;
}

.price-main span {
  margin-left: 5px;
  color: var(--gold-bright);
  font-size: 34px;
  letter-spacing: -0.03em;
}

.price-comparison {
  margin: 20px 0 0;
  color: var(--ice);
  font-size: 13px;
}

.price-comparison s {
  color: rgba(215, 234, 243, 0.6);
  text-decoration-color: #f06a76;
  text-decoration-thickness: 2px;
}

.price-divider {
  width: 100%;
  height: 1px;
  margin: 25px 0;
  background: var(--line);
}

.price-panel > p:not(.price-label):not(.price-comparison) {
  color: var(--ice);
  font-size: 14px;
}

.price-panel .price-vip-line {
  margin: 17px 0 0;
  border-top: 1px solid rgba(245, 217, 140, 0.2);
  padding-top: 14px;
  color: var(--gold-bright) !important;
}

.price-vip-line strong {
  color: var(--white);
}

.button-gold {
  width: 100%;
  margin-top: 12px;
  border-color: rgba(245, 217, 140, 0.45);
  background: linear-gradient(135deg, #b98c36, var(--gold-bright));
  box-shadow: 0 15px 36px rgba(217, 182, 108, 0.18);
  color: #10212a;
}

.button-gold:hover,
.button-gold:focus-visible {
  box-shadow: 0 18px 44px rgba(217, 182, 108, 0.28);
}

.price-urgency {
  display: block;
  margin-top: 15px;
  color: var(--ice);
  font-size: 11px;
  text-align: center;
}

.distribution {
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 52%, rgba(0, 159, 227, 0.14), transparent 30%),
    var(--ink);
}

.distribution-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(50px, 9vw, 120px);
  align-items: center;
}

.distribution-grid p:last-of-type {
  max-width: 700px;
  color: var(--ice);
  font-size: 17px;
}

.distribution-map {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
}

.map-core {
  position: relative;
  z-index: 3;
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(40, 184, 245, 0.62);
  border-radius: 50%;
  background: #062f42;
  box-shadow: 0 0 55px rgba(0, 159, 227, 0.28);
  color: var(--cyan-bright);
  font-weight: 900;
  letter-spacing: 0.05em;
}

.map-ring {
  position: absolute;
  border: 1px solid rgba(40, 184, 245, 0.2);
  border-radius: 50%;
}

.ring-one {
  width: 250px;
  height: 250px;
}

.ring-two {
  width: 410px;
  height: 410px;
  border-color: rgba(217, 182, 108, 0.16);
}

.map-ring::before,
.map-ring::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan-bright);
  box-shadow: 0 0 18px rgba(40,184,245,.9);
}

.ring-one::before { left: 17px; top: 61px; }
.ring-one::after { right: 21px; bottom: 49px; }
.ring-two::before { right: 55px; top: 45px; background: var(--gold-bright); }
.ring-two::after { left: 47px; bottom: 73px; background: var(--gold-bright); }

.map-label {
  position: absolute;
  border-bottom: 1px solid rgba(215, 234, 243, 0.2);
  padding: 5px 0;
  color: var(--ice);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.label-de { top: 55px; right: 15px; }
.label-at { right: 26px; bottom: 70px; }
.label-ch { left: 8px; bottom: 105px; }

.country-row {
  display: flex;
  gap: 13px;
  margin-top: 28px;
}

.country-row span {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(40, 184, 245, 0.3);
  border-radius: 50%;
  color: var(--cyan-bright);
  font-size: 11px;
  font-weight: 900;
}

.process {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #041923;
}

.centered {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.centered .eyebrow::before {
  display: none;
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 55px 0 0;
  padding: 0;
  list-style: none;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 16.66%;
  right: 16.66%;
  height: 1px;
  background: linear-gradient(90deg, var(--cyan), var(--gold), var(--cyan));
}

.timeline li {
  position: relative;
  z-index: 1;
  padding: 0 28px;
  text-align: center;
}

.timeline-date {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(40, 184, 245, 0.42);
  border-radius: 999px;
  padding: 9px 16px;
  background: #041923;
  color: var(--cyan-bright);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.timeline h3 {
  margin: 24px 0 9px;
  font-size: 20px;
}

.timeline p {
  margin: 0;
  color: var(--ice);
  font-size: 14px;
}

.references {
  background:
    radial-gradient(circle at 82% 20%, rgba(169, 34, 50, 0.12), transparent 22%),
    var(--ink);
}

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

.reference-video {
  position: relative;
  isolation: isolate;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border: 1px solid rgba(215, 234, 243, 0.15);
  padding: 22px;
  cursor: pointer;
  text-align: left;
  transition: transform 180ms ease, border-color 180ms ease;
}

.reference-video::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(to top, rgba(1,17,25,.9), transparent 70%);
}

.reference-style-1 { background: linear-gradient(135deg, #0c536a, #071b24); }
.reference-style-2 { background: linear-gradient(135deg, #5b2330, #071b24); }
.reference-style-3 { background: linear-gradient(135deg, #315b49, #071b24); }

.reference-video:hover {
  transform: translateY(-4px);
  border-color: rgba(40, 184, 245, 0.56);
}

.reference-play {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 50%;
  background: rgba(0, 159, 227, 0.88);
  box-shadow: 0 14px 35px rgba(0,0,0,.28);
  font-size: 14px;
  padding-left: 3px;
}

.reference-video > span:last-child {
  display: grid;
  text-align: right;
}

.reference-video small {
  color: var(--cyan-bright);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.reference-video strong {
  margin-top: 4px;
  font-size: 18px;
}

.faq {
  border-top: 1px solid var(--line);
  background: #061d28;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(50px, 8vw, 100px);
  align-items: start;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq details {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  position: relative;
  padding: 24px 42px 24px 0;
  cursor: pointer;
  color: var(--white);
  font-size: 16px;
  font-weight: 800;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 19px;
  color: var(--cyan-bright);
  font-size: 26px;
  font-weight: 400;
}

.faq details[open] summary::after {
  content: "−";
}

.faq details p {
  max-width: 760px;
  margin: -4px 0 24px;
  padding-right: 40px;
  color: var(--ice);
  font-size: 14px;
}

.final-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 50%, rgba(217, 182, 108, 0.16), transparent 30%),
    linear-gradient(135deg, #0d4d63, #062532 65%, #071d26);
}

.final-cta::after {
  content: "✦";
  position: absolute;
  z-index: -1;
  right: 4vw;
  top: 50%;
  color: rgba(245, 217, 140, 0.08);
  font-size: 350px;
  line-height: 1;
  transform: translateY(-50%);
}

.final-cta-inner {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 60px;
  align-items: center;
}

.final-cta h2 {
  max-width: 780px;
}

.final-cta p:last-child {
  margin: 0;
  color: var(--ice);
  font-size: 17px;
}

.contact-actions {
  display: grid;
  justify-items: stretch;
  gap: 10px;
}

.contact-mail {
  margin-top: 5px;
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.contact-phone {
  color: var(--ice);
  font-size: 12px;
  font-weight: 750;
  text-align: center;
}

.contact-mail:hover,
.contact-phone:hover {
  color: var(--gold-bright);
}

.contact-actions > span {
  color: var(--ice);
  font-size: 12px;
  text-align: center;
}

footer {
  padding: 34px 0;
  border-top: 1px solid var(--line);
  background: #011119;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--ice);
  font-size: 12px;
}

.footer-inner > div {
  display: grid;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 20px;
}

.footer-inner strong {
  color: var(--white);
  font-size: 13px;
}

.footer-inner a {
  color: var(--cyan-bright);
  font-weight: 800;
}

.footer-inner a:hover,
.footer-inner a:focus-visible {
  color: var(--gold-bright);
}

.mobile-whatsapp {
  display: none;
}

.modal-backdrop {
  position: fixed;
  z-index: 200;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(1, 17, 25, 0.88);
  backdrop-filter: blur(15px);
}

.modal-backdrop.photo-backdrop {
  background: rgba(1, 17, 25, 0.62);
  backdrop-filter: blur(3px);
}

.media-modal {
  position: relative;
  width: min(980px, 100%);
  max-height: 90vh;
  border: 1px solid rgba(40, 184, 245, 0.3);
  padding: 14px;
  background: #052636;
  box-shadow: 0 35px 100px rgba(0,0,0,.55);
}

.media-modal.image-modal {
  width: min(1080px, calc(100vw - 36px));
  max-height: calc(100vh - 48px);
  border-color: rgba(245, 217, 140, 0.48);
  padding: 8px;
  background: #011119;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.62);
}

.photo-gallery-modal {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 176px;
  gap: 8px;
}

.photo-modal-figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #011119;
}

.photo-modal-stage {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: calc(100vh - 158px);
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #000b10;
}

.photo-modal-image,
.photo-modal-closeup {
  width: 100%;
  height: 100%;
  display: block;
}

.photo-modal-image {
  object-fit: contain;
}

.photo-modal-closeup {
  position: relative;
  inset: auto;
  aspect-ratio: auto;
}

.photo-modal-figure figcaption {
  display: grid;
  gap: 2px;
  padding: 12px 14px 10px;
  border-top: 1px solid rgba(245, 217, 140, 0.22);
}

.photo-modal-figure figcaption small {
  color: var(--cyan-bright);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.photo-modal-figure figcaption strong {
  color: var(--white);
  font-size: clamp(15px, 2.2vw, 21px);
  line-height: 1.2;
}

.photo-modal-thumbnails {
  min-width: 0;
  display: grid;
  grid-template-rows: auto repeat(4, minmax(0, 1fr));
  gap: 7px;
  padding: 8px;
  background: linear-gradient(180deg, #062c3b, #02151e);
}

.photo-modal-thumbnails > p {
  min-height: 48px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 4px 42px 2px 3px;
  color: var(--gold-bright);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.photo-modal-thumb {
  min-width: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  border: 1px solid rgba(215, 234, 243, 0.2);
  padding: 4px;
  background: rgba(1, 17, 25, 0.84);
  color: var(--ice);
  cursor: pointer;
  text-align: left;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.photo-modal-thumb:hover,
.photo-modal-thumb:focus-visible,
.photo-modal-thumb.is-active {
  border-color: var(--gold-bright);
  background: rgba(245, 217, 140, 0.11);
}

.photo-modal-thumb:hover {
  transform: translateX(-2px);
}

.photo-modal-thumb:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 1px;
}

.photo-modal-thumb-visual {
  position: relative;
  min-height: 0;
  overflow: hidden;
  display: block;
  aspect-ratio: 16 / 9;
  background: #000;
}

.photo-modal-thumb-visual > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.photo-modal-thumb small {
  display: block;
  padding: 5px 3px 2px;
  color: inherit;
  font-size: 9px;
  font-weight: 850;
}

.photo-modal-thumb.is-active small {
  color: var(--gold-bright);
}

.image-modal .modal-close {
  top: 18px;
  right: 18px;
}

.tour-video-wrap {
  overflow: hidden;
  background: #011119;
}

.tour-video {
  width: 100%;
  max-height: 72vh;
  display: block;
  background: #000;
}

.tour-video-caption {
  display: grid;
  gap: 3px;
  padding: 14px 18px 12px;
  border-top: 1px solid rgba(40, 184, 245, 0.24);
}

.tour-video-caption small {
  color: var(--cyan-bright);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tour-video-caption strong {
  color: var(--white);
  font-size: clamp(18px, 3vw, 28px);
}

.modal-close {
  position: absolute;
  z-index: 5;
  top: 26px;
  right: 26px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  background: rgba(1,17,25,.75);
  color: var(--white);
  cursor: pointer;
  font-size: 27px;
  line-height: 1;
}

.modal-media {
  position: relative;
  isolation: isolate;
  min-height: min(66vh, 620px);
  overflow: hidden;
  display: grid;
  place-items: center;
}

.modal-media.has-photo {
  min-height: 0;
  background: #011119;
}

.modal-photo {
  position: relative;
  z-index: 0;
  width: 100%;
  max-height: calc(90vh - 28px);
  display: block;
  object-fit: contain;
}

.modal-caption {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 3px;
  padding: 46px 28px 23px;
  background: linear-gradient(to top, rgba(1, 17, 25, 0.94), transparent);
}

.modal-caption small {
  color: var(--cyan-bright);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.modal-caption strong {
  font-size: clamp(22px, 4vw, 40px);
}

.modal-media::before {
  inset: 12% 14% -45%;
}

.modal-placeholder {
  inset: auto 42px 40px;
}

.modal-placeholder strong,
.video-placeholder-copy strong {
  font-size: clamp(28px, 4vw, 48px);
}

.modal-placeholder em,
.video-placeholder-copy em {
  font-size: 13px;
}

.video-placeholder-copy {
  display: grid;
  justify-items: center;
  text-align: center;
}

.video-placeholder-copy .reference-play {
  margin-bottom: 20px;
}

.video-placeholder-copy small {
  margin-bottom: 4px;
}

@media (max-width: 1100px) {
  .nav-links {
    display: none;
    position: absolute;
    z-index: 90;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(40, 184, 245, 0.28);
    border-radius: 0 0 18px 18px;
    background: rgba(1, 17, 25, 0.98);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
  }

  .nav-links.is-open {
    display: grid;
  }

  .nav-links a {
    padding: 14px 18px;
    border-bottom: 1px solid var(--line);
  }

  .nav-links a:last-child {
    border-bottom: 0;
  }

  .nav-links a::after {
    display: none;
  }

  .mobile-nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .hero-grid,
  .package-grid,
  .distribution-grid {
    gap: 54px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.78fr);
  }

  .scene-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

  .benefit-grid article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .benefit-grid article:nth-child(4) {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 820px) {
  .benefits,
  .stageweave,
  .vip-scenes,
  .scenes-section,
  .package-section,
  .distribution,
  .process,
  .references,
  .faq,
  .final-cta {
    padding: 78px 0;
  }

  .hero {
    min-height: auto;
    padding: 82px 0 72px;
  }

  .hero-grid,
  .truth-grid,
  .stageweave-grid,
  .split-heading,
  .scene-heading,
  .vip-heading,
  .package-grid,
  .distribution-grid,
  .faq-grid,
  .final-cta-inner {
    grid-template-columns: 1fr;
  }

  .hero-package-split {
    grid-template-columns: 1fr;
  }

  .hero-offer {
    width: min(560px, 100%);
  }

  .media-modal.image-modal {
    width: min(760px, calc(100vw - 28px));
  }

  .photo-gallery-modal {
    grid-template-columns: 1fr;
  }

  .photo-modal-stage {
    max-height: calc(100vh - 260px);
  }

  .photo-modal-thumbnails {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: auto auto;
  }

  .photo-modal-thumbnails > p {
    grid-column: 1 / -1;
  }

  .photo-modal-thumb:hover {
    transform: translateY(-2px);
  }

  .truth-grid,
  .stageweave-grid,
  .split-heading,
  .scene-heading,
  .faq-grid,
  .final-cta-inner {
    gap: 25px;
  }

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

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

  .reference-video {
    min-height: 280px;
  }

  .distribution-map {
    order: 2;
  }

  .timeline {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .timeline::before {
    top: 0;
    bottom: 0;
    left: 21px;
    right: auto;
    width: 1px;
    height: auto;
  }

  .timeline li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 22px;
    align-items: start;
    padding: 0 0 38px;
    text-align: left;
  }

  .timeline-date {
    min-width: 108px;
  }

  .timeline h3 {
    margin-top: 6px;
  }

  .contact-actions {
    max-width: 420px;
  }

  .mobile-whatsapp {
    position: fixed;
    z-index: 75;
    right: 16px;
    bottom: 16px;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    padding: 10px 16px;
    background: #16864a;
    box-shadow: 0 16px 44px rgba(0, 0, 0, 0.42);
    color: #fff;
    font-size: 12px;
    font-weight: 850;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 28px, var(--max));
  }

  .nav-shell {
    min-height: 72px;
    gap: 8px;
  }

  .brand-logo {
    width: 42px;
    height: 42px;
  }

  .brand-copy strong {
    font-size: 12px;
  }

  .brand-copy small {
    font-size: 8px;
  }

  .topbar .button-small {
    min-height: 38px;
    padding: 8px 9px;
    font-size: 10px;
  }

  .mobile-nav-toggle {
    min-height: 38px;
    padding: 7px 9px;
  }

  .hero {
    padding-top: 62px;
  }

  h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  h2 {
    font-size: clamp(31px, 10vw, 44px);
  }

  .hero-lead {
    font-size: 17px;
  }

  .hero-package-split {
    grid-template-columns: 1fr;
  }

  .scene-media-gallery {
    aspect-ratio: 4 / 3;
    grid-template-columns: minmax(0, 1fr) 31%;
  }

  .custom-scene-note {
    grid-template-columns: 1fr;
  }

  .custom-scene-price {
    justify-items: start;
  }

  .hero-actions,
  .hero-actions .button,
  .hero-actions .stageweave-button,
  .hero-actions .text-link {
    width: 100%;
  }

  .hero-actions .text-link {
    text-align: center;
  }

  .offer-visual {
    min-height: 315px;
  }

  .hero-slide-kicker {
    top: 14px;
    left: 14px;
    padding: 7px 9px;
    font-size: 8px;
  }

  .hero-offer-badge {
    top: 12px;
    right: 12px;
    gap: 7px;
    padding: 7px 8px;
  }

  .hero-offer-badge strong {
    font-size: 21px;
  }

  .hero-offer-badge span {
    font-size: 7px;
  }

  .hero-slide-copy {
    right: 16px;
    bottom: 18px;
    left: 16px;
  }

  .hero-slide-copy div {
    max-width: 80%;
  }

  .hero-slide-copy strong {
    font-size: clamp(22px, 8vw, 30px);
  }

  .offer-price {
    padding: 24px 20px;
  }

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

  .availability span + span {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .price-row {
    gap: 12px;
  }

  .price-row strong {
    font-size: 41px;
  }

  .benefit-grid,
  .scene-grid,
  .vip-grid {
    grid-template-columns: 1fr;
  }

  .vip-card-body > p {
    min-height: 0;
  }

  .benefit-grid article + article,
  .benefit-grid article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .benefit-grid article {
    min-height: auto;
  }

  .benefit-number {
    margin-bottom: 30px;
  }

  .scene-image {
    aspect-ratio: 4 / 3;
  }

  .scene-toolbar {
    display: grid;
    grid-template-columns: 1fr;
  }

  .scene-toolbar button {
    width: 100%;
  }

  .price-panel {
    padding: 30px 22px;
  }

  .distribution-map {
    min-height: 340px;
    transform: scale(0.82);
    margin: -35px -30px;
  }

  .timeline li {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-left: 28px;
  }

  .timeline::before {
    left: 6px;
  }

  .timeline-date {
    width: fit-content;
    min-width: 0;
  }

  .reference-video {
    min-height: 220px;
    padding: 18px;
  }

  .reference-play {
    width: 48px;
    height: 48px;
  }

  .final-cta .button {
    width: 100%;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .modal-backdrop {
    padding: 10px;
  }

  .media-modal {
    padding: 8px;
  }

  .modal-media {
    min-height: 72vh;
  }

  .modal-close {
    top: 18px;
    right: 18px;
  }

  .modal-placeholder {
    inset: auto 24px 28px;
  }
}

@media (max-width: 380px) {
  .brand-copy {
    display: none;
  }

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .hero-scene-slide,
  .hero-slide-progress span {
    animation: none !important;
  }
}

/* Compact information strip: the compositing technology supports the offer
   without competing with the scenes or the package. */
.stageweave.stageweave-subtle {
  padding: 22px 0;
  border-top: 1px solid rgba(40, 184, 245, 0.12);
  border-bottom: 1px solid rgba(40, 184, 245, 0.18);
  background: linear-gradient(90deg, #061b24, #082732 52%, #061b24);
}

.stageweave.stageweave-subtle::before {
  content: none;
}

.stageweave-note {
  display: grid;
  grid-template-columns: 34px minmax(260px, 1fr) auto;
  gap: 18px;
  align-items: center;
}

.stageweave-note-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(40, 184, 245, 0.34);
  border-radius: 50%;
  background: rgba(40, 184, 245, 0.08);
  color: var(--cyan-bright);
  font-size: 14px;
}

.stageweave-note-copy .eyebrow {
  margin-bottom: 3px;
  color: var(--cyan-bright);
  font-size: 8px;
}

.stageweave-note-copy h2 {
  margin: 0 0 4px;
  font-size: clamp(19px, 2vw, 25px);
}

.stageweave-note-copy > p:last-child {
  max-width: 760px;
  margin: 0;
  color: var(--ice);
  font-size: 13px;
  line-height: 1.55;
}

.stageweave-note-copy strong {
  color: var(--white);
}

.stageweave-note-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.stageweave-note-points li {
  padding: 7px 9px;
  border: 1px solid rgba(215, 234, 243, 0.14);
  border-radius: 999px;
  color: rgba(240, 248, 251, 0.78);
  font-size: 10px;
  font-weight: 750;
  white-space: nowrap;
}

@media (max-width: 820px) {
  .stageweave.stageweave-subtle {
    padding: 20px 0;
  }

  .stageweave-note {
    grid-template-columns: 30px 1fr;
    gap: 12px;
  }

  .stageweave-note-icon {
    width: 30px;
    height: 30px;
  }

  .stageweave-note-points {
    grid-column: 1 / -1;
    justify-content: flex-start;
    padding-left: 42px;
  }
}

@media (max-width: 520px) {
  .stageweave-note-points {
    padding-left: 0;
  }

  .stageweave-note-points li {
    font-size: 9px;
  }

  .deal-trailer-play {
    bottom: 16px;
    gap: 10px;
    padding: 8px 14px 8px 8px;
  }

  .deal-trailer-play-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    font-size: 16px;
  }

  .deal-trailer-play strong {
    font-size: 13px;
  }
}

@media (max-width: 820px) {
  .deal-trailer-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .deal-trailer-copy h2,
  .deal-trailer-copy > p:last-child {
    max-width: 680px;
  }

  .deal-trailer-player {
    border-radius: 17px;
  }
}
