/* v2 — YOU'RE IN THE ROOM. The room is the surface, not a widget. */
@font-face {
  font-family: "Bebas Neue";
  src: url("/assets/fonts/bebas-neue.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "DM Sans";
  src: url("/assets/fonts/dm-sans.ttf") format("truetype");
  font-display: swap;
  font-weight: 100 900;
}
:root {
  --ink: #07070a;
  --gold: #f5b544;
  --magenta: #ff2d95;
  --cyan: #37e5ff;
  --paper: #fff9f0;
  --muted: #d8d1c9;
  --serif: "Bebas Neue", "Arial Narrow", sans-serif;
  --sans: "DM Sans", sans-serif;
  --line: #f5b54440;
}
html {
  background: var(--ink);
}
body {
  background: var(--ink);
  isolation: isolate;
}
h1,
h2,
h3 {
  font-family: var(--serif);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 0.96;
}
h1 em,
h2 em {
  font-style: normal;
}
button,
a {
  touch-action: manipulation;
}
.site-header {
  position: fixed;
  inset: 0 0 auto;
  height: 86px;
  background: linear-gradient(#07070ae8, #07070a45);
  backdrop-filter: blur(10px);
  border-color: #ffffff21;
  padding-inline: 3.5vw;
}
.brand img {
  height: 48px;
  width: auto;
  max-height: 56px;
  object-fit: contain;
}
.nav a {
  font-size: 0.65rem;
  letter-spacing: 0.17em;
}
.sound-toggle,
.energy-button {
  background: #07070abf;
  min-height: 44px;
}
.energy-bars i {
  background: var(--gold);
}
.energy-button {
  border-color: #f5b54480;
  box-shadow: 0 0 calc(var(--energy, 0.08) * 22px) #f5b54425;
}
.phone-cta {
  padding: 0.85rem 1.2rem;
  overflow: hidden;
  isolation: isolate;
}
.button {
  border-radius: 999px;
  min-height: 48px;
  padding: 0.95rem 1.5rem;
  overflow: hidden;
  isolation: isolate;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}
.button:before,
.phone-cta:before {
  content: "";
  position: absolute;
  inset: -100%;
  background: linear-gradient(
    110deg,
    transparent 45%,
    #fff8 50%,
    transparent 55%
  );
  transform: translateX(-60%);
  transition: transform 0.7s;
  pointer-events: none;
}
.button:hover:before,
.phone-cta:hover:before {
  transform: translateX(60%);
}
.button.alt {
  background: #09090caa;
  border-color: #ffffff60;
  color: #fff;
}
.button:hover {
  transform: none;
}
.ui-ripple {
  display: none;
}
.venue-world {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: #1a1410;
}
.venue-poster,
#set-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.venue-poster {
  background: url("/assets/venue-poster.webp") center/cover;
}
.venue-poster:after {
  content: "";
  position: absolute;
  inset: 0;
  background: conic-gradient(
    from 165deg at 25% 0,
    transparent,
    #f5b54420 8deg,
    transparent 16deg,
    transparent 120deg,
    #ff2d9520 135deg,
    transparent 150deg
  );
  animation: poster-beam 14s ease-in-out infinite alternate;
}
#set-canvas {
  opacity: 0;
  transition: opacity 0.9s ease;
}
#set-canvas.scene-ready {
  opacity: 1;
}
/* Keep the poster visible under the canvas so WebGL ready does not flash black */
.venue-poster {
  opacity: 1;
  transition: opacity 0.8s ease;
}
.venue-world:has(#set-canvas.scene-ready) .venue-poster {
  opacity: 0.35;
}
#set-canvas canvas {
  display: block;
  width: 100%;
  height: 100%;
}
.venue-vignette {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(#07070a30, transparent 25%, #07070a40 55%, #07070aeb),
    radial-gradient(ellipse at 50% 35%, transparent 35%, #07070a66 100%);
}
.venue-grain {
  position: absolute;
  inset: 0;
  opacity: 0.075;
  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='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23fff' filter='url(%23n)' opacity='.7' d='M0 0h180v180H0z'/%3E%3C/svg%3E");
  mix-blend-mode: screen;
}
.home-hero {
  height: 115svh;
  min-height: 700px;
  position: relative;
}
.set-stage {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 650px;
  background: none;
  overflow: hidden;
}
.set-stage:after {
  display: none;
}
.set-copy {
  position: absolute;
  left: 5vw;
  right: 5vw;
  bottom: 9vh;
  max-width: none;
  pointer-events: auto;
  text-shadow: 0 2px 22px #07070a70;
}
.set-status {
  justify-content: space-between;
  font-size: 0.65rem;
  letter-spacing: 0.19em;
  color: #ffe2ae;
}
.set-status .status-dot {
  background: var(--gold);
  box-shadow: 0 0 20px var(--gold);
  margin-right: 0.4rem;
}
.set-status > span:nth-child(2) {
  margin-right: auto;
}
.location-label {
  color: #fff9f0;
}
.set-copy h1 {
  font-family: var(--serif);
  font-size: min(12vw, 18.4vh);
  line-height: 0.84;
  font-weight: 400;
  letter-spacing: -0.008em;
  margin: 3.2vh 0 2.8vh;
  max-width: none;
  text-wrap: initial;
}
.set-copy h1 > span {
  display: block;
  transform-origin: left center;
  width: fit-content;
}
.set-copy h1 > span:nth-child(2) {
  color: var(--gold);
}
.hero-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.set-copy .hero-bottom p {
  max-width: 440px;
  font-size: 0.88rem;
  line-height: 1.7;
  margin: 0;
  color: #fff7eb;
}
.hero-actions {
  margin: 0.8rem 0;
  gap: 0.65rem;
}
.set-copy .hero-contact {
  font-size: 0.6rem;
  letter-spacing: 0.07em;
  margin: 0.8rem 0 0;
  color: #e8ded2;
}
.scene-caption {
  left: 5vw;
  right: 5vw;
  bottom: 2.6vh;
  padding-top: 1rem;
  border-top: 1px solid #ffffff30;
  color: #e5d9ce;
  font-size: 0.58rem;
  letter-spacing: 0.16em;
}
.section {
  position: relative;
  border: 0;
}
.section-inner {
  max-width: 1280px;
}
.large-copy,
.section-heading h2 {
  font-size: clamp(3rem, 6.5vw, 7rem);
  line-height: 0.97;
}
.section-heading .eyebrow,
.eyebrow {
  color: var(--gold);
}
.site-footer,
.portal {
  position: relative;
}
.site-footer {
  background: #07070a;
}
.portal {
  background: #101015;
}
.footer-grid h2 {
  font-family: var(--sans);
}
.booking-close .large-copy {
  font-size: clamp(4rem, 9vw, 9rem);
}

/* Scroll is the night: translucent signage pinned against one continuous world. */
.night-stop {
  position: relative;
  min-height: 155svh;
  padding: 0 5vw;
  scroll-margin-top: 0;
}
.night-pin {
  position: sticky;
  top: 0;
  min-height: 100svh;
  padding: 130px 0 65px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.stop-caption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 106px;
  font-size: 0.57rem;
  letter-spacing: 0.2em;
  color: #f7e5d3;
  text-transform: uppercase;
}
.light-sign {
  width: min(490px, 44%);
  margin-left: auto;
  padding: 2rem 2.4rem;
  background: linear-gradient(120deg, #0a070bf5, #100b12cc);
  border-top: 1px solid #f5b54480;
  backdrop-filter: blur(14px);
  box-shadow: 0 0 80px #ff2d9510;
}
.light-sign h2 {
  font-size: clamp(4rem, 6.5vw, 7rem);
  margin: 0.8rem 0 1.6rem;
}
.light-sign p:not(.eyebrow) {
  font-size: 0.94rem;
  line-height: 1.9;
  color: #f3eade;
}
.light-sign .button {
  margin-top: 1rem;
}
.wall-projection {
  overflow: hidden;
  position: relative;
  isolation: isolate;
  background: #871940;
}
.wall-projection img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.15);
  mix-blend-mode: screen;
  opacity: 0.76;
}
.wall-projection:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, #08070b30, transparent, #f5b54438);
  box-shadow: inset 0 0 80px #07070a80;
}
.portrait-projection {
  position: absolute;
  width: 52%;
  height: 72%;
  left: -6%;
  top: 19%;
  transform: perspective(900px) rotateY(17deg);
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 15%,
    #000 75%,
    transparent
  );
  background: #5b1734;
  opacity: 0.8;
}
.portrait-projection img {
  object-position: 50% 20%;
  filter: grayscale(1) contrast(1.3);
}
.booth-stop .night-pin {
  justify-content: end;
}
.booth-heading h2 {
  font-size: clamp(4rem, 7.2vw, 8rem);
  margin: 0.5rem 0 2rem;
  line-height: 0.9;
}
.booth-heading em {
  color: var(--gold);
}
.booth-facade {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2px;
  padding: 8px;
  background: linear-gradient(#f5b544b0, #09070c 6%, #0c0b12 96%, #f5b54490);
  box-shadow:
    0 -15px 60px #f5b54420,
    0 30px 100px #000c;
  border-radius: 4px;
  perspective: 1000px;
}
.package-card {
  padding: 1.8rem 1.5rem 1.4rem;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 265px;
  background: radial-gradient(ellipse at 50% -20%, #57362c, #120e14 70%);
  border: 1px solid #f5b54455;
  transition:
    background 0.3s,
    box-shadow 0.3s;
}
.package-card h3 {
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  margin: 0.7rem 0;
  min-height: 2em;
  max-width: 220px;
}
.package-card .eyebrow {
  font-size: 0.5rem;
  letter-spacing: 0.12em;
}
.package-price {
  font-family: var(--serif);
  font-size: 2.6rem;
  color: var(--gold);
  margin: 0.2rem 0;
}
.package-detail {
  font-size: 0.66rem;
  color: #f5e6d9;
}
.package-link {
  font-size: 0.61rem;
  margin-top: 1rem;
  letter-spacing: 0.04em;
}
.package-card:hover,
.package-card:focus-visible {
  box-shadow:
    inset 0 0 50px #f5b54430,
    0 0 60px #ff2d9530;
  background: #352018;
}
.occasion-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  margin-top: 1.1rem;
  padding: 0.5rem 0;
}
.occasion-links a {
  font-size: 0.63rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-decoration: none;
  background: #07070abe;
  padding: 0.4rem 0.5rem;
  color: #fff5e8;
}
.moments-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3rem;
  align-items: end;
}
.moments-heading > .eyebrow {
  grid-column: 1/-1;
}
.moments-heading h2 {
  grid-row: 2/4;
  font-size: clamp(4rem, 7vw, 7rem);
  margin: 0;
}
.moments-heading p {
  font-size: 0.8rem;
  color: #eee2d5;
  max-width: 530px;
  background: #09070bdd;
  padding: 1rem;
}
.moments-heading .button {
  justify-self: start;
  margin-bottom: 1rem;
}
.screen-wall {
  display: grid;
  grid-template-columns: 0.8fr 1.7fr 0.6fr;
  gap: 1.2rem;
  align-items: center;
  margin: 2.5rem 0 1.2rem;
  perspective: 1300px;
}
.screen-wall > .wall-projection {
  height: 270px;
  transform: rotateY(16deg);
  box-shadow: 0 0 45px #ff2d9525;
}
.screen-wall > .wall-projection:last-child {
  transform: rotateY(-25deg);
  height: 220px;
}
.screen-video {
  transform: rotateY(-7deg);
  box-shadow: 0 0 60px #f5b54422;
}
.screen-video h3 {
  font-size: 1.3rem;
  margin: 0 0 0.5rem;
}
.screen-video .video-wrap {
  width: 100%;
}
.moments-stop .video-intro {
  font-size: 0.71rem;
  max-width: 780px;
  padding: 0.7rem 1rem;
  background: #07070ad9;
  margin: 0;
}
.social-inline {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.social-inline h3 {
  font-size: 1.3rem;
}
.social-inline .socials a {
  font-size: 0.7rem;
}
.reviews-band {
  background: none;
  border: 0;
  text-align: left;
  overflow: clip;
  padding-inline: 5vw;
}
.reviews-band .night-pin > .eyebrow {
  margin: 0;
}
.rating {
  font-family: var(--serif);
  font-size: clamp(7rem, 16vw, 16rem);
  line-height: 0.85;
  margin: 1rem 0;
  color: var(--gold);
  text-shadow: 0 0 38px #f5b54430;
}
.rating .stars {
  font-size: 0.22em;
}
.reviews-band .night-pin > p {
  color: #fff3e1;
}
.reviews-band .marquee-toggle {
  align-self: start;
  background: #08080c;
}
.reviews-window {
  margin: 2rem -5vw 0;
}
.reviews-group figure {
  background: #08070cdd;
  border: 0;
  border-top: 1px solid #f5b54460;
  backdrop-filter: blur(8px);
  width: 420px;
}
.reviews-group blockquote {
  font-family: var(--sans);
  font-size: 1.23rem;
  line-height: 1.6;
}
.exit-stop h2 {
  font-size: clamp(6rem, 14vw, 14rem);
  line-height: 0.83;
  margin: 1.3rem 0 2rem;
}
.exit-stop .night-pin > p:not(.eyebrow) {
  max-width: 650px;
  font-size: 0.86rem;
  line-height: 1.8;
  background: #08080cce;
  padding: 1rem;
}
.exit-contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 2rem;
  max-width: 780px;
}
.exit-contacts a {
  font-size: 0.9rem;
  text-decoration: none;
  color: #fff0d8;
}
.exit-contacts a:last-child {
  flex-basis: 100%;
}
.form-shell {
  background: #09080def;
  border: 1px solid #f5b54440;
  backdrop-filter: blur(16px);
  border-radius: 3px;
}
.demo-note {
  border: 0;
  background: none;
  padding: 0;
  color: #f2e8df;
}
.booking-close {
  padding: 3rem 0;
  background: #07070ac9;
}
.headline-word {
  display: inline-block;
  position: relative;
  transform-origin: 50% 70%;
  transition: text-shadow 0.12s;
}
.headline-word:hover {
  color: #fff3cf;
  text-shadow:
    0 0 25px #f5b544aa,
    0 0 60px #ff2d9550;
  background: radial-gradient(
    circle 100px at var(--word-x, 50%) var(--word-y, 50%),
    #fff,
    #ffe7b9 60%,
    #f5b544
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cursor-light-active:after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 90;
  background: radial-gradient(
    circle 110px at var(--cursor-x) var(--cursor-y),
    #f5b54410,
    transparent 100%
  );
  mix-blend-mode: screen;
}
.word-kick {
  animation: word-kick 0.16s ease-out;
}
.scroll-kick .headline-word {
  animation: word-kick 0.16s ease-out;
}
.beat-drop h1 {
  filter: drop-shadow(0 0 14px #f5b54435);
}
@keyframes word-kick {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
}
@media (min-width: 721px) and (max-height: 700px) {
  .night-pin {
    padding: 112px 0 32px;
    min-height: 100svh;
  }
  .stop-caption {
    top: 98px;
  }
  .booth-heading h2 {
    font-size: 4rem;
    margin: 0.3rem 0 1rem;
  }
  .booth-heading .eyebrow {
    margin: 0.3rem 0;
  }
  .package-card {
    min-height: 205px;
    padding: 1rem;
  }
  .package-card h3 {
    font-size: 2.3rem;
  }
  .package-price {
    font-size: 2rem;
  }
  .package-card .eyebrow {
    font-size: 0.46rem;
  }
  .occasion-links {
    margin-top: 0.6rem;
  }
  .light-sign {
    padding: 1.4rem 2rem;
  }
  .light-sign h2 {
    font-size: 4rem;
    margin: 0.4rem 0;
  }
  .light-sign p:not(.eyebrow) {
    font-size: 0.8rem;
    line-height: 1.7;
  }
  .moments-heading h2 {
    font-size: 4rem;
  }
  .screen-wall {
    margin: 1rem 0;
  }
  .screen-wall > .wall-projection {
    height: 180px;
  }
  .screen-wall > .wall-projection:last-child {
    height: 150px;
  }
  .screen-video .video-wrap {
    max-width: 390px;
  }
  .moments-heading p {
    font-size: 0.7rem;
    margin: 0;
  }
  .moments-heading .button {
    margin: 0;
  }
  .moments-stop .night-pin {
    min-height: 720px;
  }
  .reviews-group figure {
    padding: 1.2rem 2rem;
  }
  .rating {
    font-size: 10rem;
  }
  .exit-stop h2 {
    font-size: 8rem;
  }
  .exit-stop .night-pin > p:not(.eyebrow) {
    font-size: 0.75rem;
    margin: 0;
  }
  .exit-stop .hero-actions {
    margin: 0.6rem 0;
  }
}
@media (max-width: 720px) {
  .night-stop {
    min-height: 130svh;
    padding: 0 6vw;
  }
  .night-pin {
    padding: 112px 0 60px;
    min-height: 100svh;
    position: sticky;
  }
  .stop-caption {
    top: 85px;
    font-size: 0.46rem;
    letter-spacing: 0.1em;
  }
  .stop-caption span:last-child {
    display: none;
  }
  .light-sign {
    width: 100%;
    padding: 1.6rem;
    margin: 35vh 0 0;
    background: #0b0810e8;
  }
  .light-sign h2 {
    font-size: 3.8rem;
  }
  .light-sign p:not(.eyebrow) {
    font-size: 0.79rem;
  }
  .portrait-projection {
    width: 110%;
    height: 45%;
    top: 10%;
    left: -10%;
    opacity: 0.7;
  }
  .crowd-stop {
    min-height: 150svh;
  }
  .booth-stop {
    min-height: 0;
  }
  .booth-stop .night-pin {
    position: relative;
  }
  .booth-heading h2 {
    font-size: 4.2rem;
  }
  .booth-facade {
    grid-template-columns: 1fr 1fr;
    padding: 4px;
  }
  .package-card {
    padding: 1rem 0.7rem;
    min-height: 240px;
  }
  .package-card h3 {
    font-size: 1.9rem;
    min-height: 2.6em;
  }
  .package-card .eyebrow {
    font-size: 0.43rem;
  }
  .package-price {
    font-size: 2rem;
  }
  .package-detail,
  .package-link {
    font-size: 0.59rem;
  }
  .occasion-links {
    justify-content: start;
  }
  .occasion-links a {
    font-size: 0.58rem;
  }
  .moments-stop {
    min-height: 0;
  }
  .moments-stop .night-pin {
    position: relative;
  }
  .moments-heading {
    display: block;
  }
  .moments-heading h2 {
    font-size: 4rem;
  }
  .moments-heading p {
    font-size: 0.78rem;
    padding: 1rem 0;
    background: #07070aaa;
  }
  .screen-wall {
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
    margin-top: 2rem;
  }
  .screen-wall > .wall-projection {
    height: 170px;
    transform: rotateY(8deg);
  }
  .screen-wall > .wall-projection:last-child {
    height: 170px;
  }
  .screen-video {
    grid-column: 1/-1;
    grid-row: 2;
    transform: none;
  }
  .moments-stop .video-intro {
    font-size: 0.68rem;
  }
  .social-inline {
    gap: 1rem;
  }
  .reviews-band {
    padding-inline: 6vw;
  }
  .rating {
    font-size: 8rem;
  }
  .reviews-band .night-pin > p {
    font-size: 0.8rem;
  }
  .reviews-group figure {
    width: 300px;
    padding: 1.5rem;
  }
  .reviews-group blockquote {
    font-size: 1rem;
  }
  .exit-stop h2 {
    font-size: 6.8rem;
  }
  .exit-stop .night-pin > p:not(.eyebrow) {
    font-size: 0.77rem;
    padding: 0.7rem;
  }
  .exit-contacts {
    gap: 0.7rem 1rem;
  }
  .exit-contacts a {
    font-size: 0.76rem;
  }
  .form-shell h2 {
    font-size: 3rem;
  }
  .booking-close {
    background: #07070ac9;
  }
  .cursor-light-active:after {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .night-stop {
    min-height: 0;
  }
  .night-pin {
    position: relative;
    padding-block: 120px 65px;
  }
  .portrait-projection {
    transform: none;
  }
  .headline-word:hover {
    background: none;
    -webkit-text-fill-color: currentColor;
  }
  .cursor-light-active:after {
    display: none;
  }
}

/* Interior pages: every route opens on the same stage, with its own source imagery. */
.page-hero {
  min-height: 65svh;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #170b14;
  padding: 145px 5vw 60px;
  display: flex;
  align-items: end;
}
.stage-projection {
  position: absolute;
  inset: 0;
  z-index: -3;
  background: var(--hero) 50% 43% / cover;
  filter: grayscale(1) contrast(1.25);
  opacity: 0.58;
  transform: scale(1.035);
}
.page-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #07070ae8, #370b2280 60%, #f5b54415),
    linear-gradient(0deg, #07070a, transparent 85%);
  z-index: -2;
  mix-blend-mode: multiply;
}
.page-hero:after {
  inset: 0;
  height: auto;
  background:
    linear-gradient(0deg, #07070a, transparent 55%),
    linear-gradient(90deg, #07070a60, transparent);
  z-index: -1;
}
.stage-beam {
  position: absolute;
  left: 17%;
  top: -12%;
  width: 16%;
  height: 150%;
  z-index: -1;
  transform: rotate(-32deg);
  transform-origin: 50% 0;
  background: linear-gradient(
    90deg,
    transparent,
    #ffdfae66 40%,
    #ffeed688 50%,
    #f5b54430 64%,
    transparent
  );
  mask-image: linear-gradient(#000, transparent);
  filter: blur(9px);
  animation: stage-sweep 14s ease-in-out infinite alternate;
  pointer-events: none;
}
.stage-beam.secondary {
  left: 80%;
  width: 23%;
  background: linear-gradient(90deg, transparent, #ff2d9544, transparent);
  animation-delay: -6s;
  transform: rotate(25deg);
}
.hero-copy {
  width: 100%;
  max-width: none;
}
.hero-copy h1 {
  font-family: var(--serif);
  font-size: clamp(5rem, 12vw, 12rem);
  line-height: 0.87;
  letter-spacing: -0.005em;
  margin: 1rem 0 1.6rem;
  text-wrap: initial;
}
.hero-copy .eyebrow {
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  color: #ffdc9e;
}
.hero-copy p:not(.eyebrow) {
  color: #fff2e5;
  max-width: 690px;
  font-size: 0.88rem;
  text-shadow: 0 2px 8px #000;
}
.hero-copy .hero-actions {
  margin: 1.2rem 0 0;
}
.content-flow {
  column-gap: 3rem;
  row-gap: 3.5rem;
  background: none;
}
.content-block {
  border: 0;
  border-top: 1px solid #f5b54470;
  background: linear-gradient(160deg, #27172355, #07070a00 60%);
  padding: 2rem 1.5rem 1.5rem;
  overflow: hidden;
}
.content-block h2,
.content-block h3 {
  font-family: var(--serif);
  font-size: clamp(2.3rem, 3.8vw, 4rem);
  line-height: 1.02;
  text-transform: uppercase;
}
.content-block p {
  color: #ddd4c9;
  font-size: 0.92rem;
  line-height: 1.9;
}
.content-block .price {
  font-family: var(--serif);
  font-size: 2.8rem;
  font-weight: 400;
  color: var(--gold);
  padding-top: 0.7rem;
}
.content-block.heading {
  padding: 1rem 0 0;
  background: none;
}
.content-block.heading h2 {
  text-transform: uppercase;
  font-size: clamp(3rem, 5vw, 5.5rem);
}
.package-photo {
  width: 100%;
  max-width: 100%;
  margin: 0 0 1.8rem;
  aspect-ratio: 16/8;
  object-fit: cover;
  filter: grayscale(1) sepia(0.45);
  mask-image: linear-gradient(#000 65%, transparent);
}
.source-photos {
  background: linear-gradient(#07070a, #1d0c17, #07070a);
}
.original-images {
  gap: 1.5rem;
  align-items: center;
}
.original-images figure {
  position: relative;
  overflow: hidden;
  background: #752346;
}
.original-images figure:nth-child(3n + 2) {
  margin-top: 4rem;
}
.original-images img {
  filter: grayscale(1);
  mix-blend-mode: screen;
  opacity: 0.8;
  transition:
    filter 0.5s,
    opacity 0.5s;
  object-fit: contain;
  height: auto;
  max-height: 500px;
}
.original-images figure:hover img {
  filter: none;
  mix-blend-mode: normal;
  opacity: 1;
}
.gallery-grid {
  columns: 3 240px;
  column-gap: 1.5rem;
}
.gallery-item {
  margin-bottom: 1.5rem;
  background: #741a3d;
  box-shadow: 0 0 35px #ff2d950b;
}
.gallery-item img {
  filter: grayscale(1);
  mix-blend-mode: screen;
  opacity: 0.85;
}
.gallery-item:hover img,
.gallery-item:focus-visible img {
  filter: none;
  mix-blend-mode: normal;
  opacity: 1;
}
.privacy .content-block {
  overflow: visible;
  background: none;
}
.privacy .content-block h2 {
  font-family: var(--sans);
  font-size: 1.3rem;
  text-transform: none;
  font-weight: 600;
  line-height: 1.5;
}
.privacy .content-block p {
  color: #e8e1d9;
}
.form-shell .large-copy {
  font-family: var(--serif);
}
.source-content .video-facade {
  filter: sepia(0.22);
}
.content-block .video-wrap {
  margin-bottom: 2rem;
}
.legacy-heading {
  font-family: var(--serif);
}
@keyframes stage-sweep {
  to {
    transform: rotate(36deg);
    opacity: 0.65;
  }
}
@media (max-width: 720px) {
  .page-hero {
    min-height: 65svh;
    padding: 120px 6vw 55px;
  }
  .hero-copy h1 {
    font-size: 17vw;
    line-height: 0.95;
  }
  .hero-copy .eyebrow {
    font-size: 0.52rem;
  }
  .hero-copy p:not(.eyebrow) {
    font-size: 0.78rem;
  }
  .stage-projection {
    background-position: center;
  }
  .stage-beam {
    width: 25%;
  }
  .content-flow {
    gap: 2rem;
  }
  .content-block {
    padding: 1.5rem 0;
  }
  .content-block h2 {
    font-size: 2.8rem;
  }
  .content-block .price {
    font-size: 2.4rem;
  }
  .original-images {
    gap: 0.8rem;
  }
  .original-images figure:nth-child(3n + 2) {
    margin-top: 0;
  }
  .gallery-grid {
    columns: 2 130px;
    column-gap: 0.8rem;
  }
  .gallery-item {
    margin-bottom: 0.8rem;
  }
  .package-photo {
    width: 100%;
    margin: 0 0 1.2rem;
  }
  .form-shell .large-copy {
    font-size: 3rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .stage-beam {
    animation: none;
    transform: rotate(-25deg);
  }
  .stage-beam.secondary {
    transform: rotate(28deg);
  }
}

@keyframes poster-beam {
  to {
    transform: scaleX(-1);
    opacity: 0.5;
  }
}
@media (min-width: 721px) and (max-height: 700px) {
  .home-hero {
    min-height: 600px;
  }
  .set-stage {
    min-height: 600px;
    height: 100svh;
  }
  .set-copy {
    bottom: 11vh;
  }
  .set-copy h1 {
    font-size: 17vh;
    margin: 2vh 0;
  }
  .set-copy .hero-bottom p {
    font-size: 0.76rem;
  }
  .set-status {
    font-size: 0.57rem;
  }
  .hero-actions {
    margin: 0.4rem 0;
  }
}
@media (max-width: 1100px) {
  .site-header {
    height: 76px;
  }
  .nav {
    top: 76px;
  }
  .set-copy {
    max-width: none;
  }
  .set-copy h1 {
    font-size: min(12vw, 18.4vh);
  }
}
@media (max-width: 720px) {
  .site-header {
    height: 68px;
    padding: 0.4rem 0.8rem;
  }
  .brand img {
    height: 40px;
    width: auto;
    max-height: 48px;
    object-fit: contain;
  }
  .nav {
    top: 68px;
  }
  .sound-toggle,
  .energy-button,
  .menu-toggle {
    min-height: 44px;
  }
  .home-hero {
    height: 110svh;
    min-height: 680px;
  }
  .set-stage {
    height: 100svh;
    min-height: 680px;
    top: 0;
  }
  .set-copy {
    left: 6vw;
    right: 6vw;
    bottom: 12vh;
    max-width: none;
  }
  .set-copy h1 {
    font-size: 16.5vw;
    line-height: 0.92;
    margin: 2rem 0 1.5rem;
    letter-spacing: -0.018em;
  }
  .set-copy h1 > span:first-child {
    font-size: 0.91em;
  }
  .set-copy h1 > span:last-child {
    font-size: 0.87em;
  }
  .set-status {
    font-size: 0.54rem;
    gap: 0.4rem;
  }
  .location-label {
    display: none;
  }
  .hero-bottom {
    display: block;
  }
  .set-copy .hero-bottom p {
    font-size: 0.78rem;
    max-width: 325px;
  }
  .hero-actions {
    margin: 1.4rem 0 1rem;
    gap: 0.5rem;
  }
  .button {
    font-size: 0.6rem;
    padding: 0.8rem 1.05rem;
  }
  .scene-caption {
    left: 6vw;
    right: 6vw;
    font-size: 0.47rem;
    bottom: 4vh;
  }
  .set-copy .hero-contact {
    font-size: 0.5rem;
  }
  .section {
    padding: 4rem 6vw;
  }
  .large-copy,
  .section-heading h2 {
    font-size: 3.8rem;
  }
  .hero-copy h1 {
    font-family: var(--serif);
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-hero {
    height: 100svh;
  }
  .set-stage {
    position: relative;
    top: 0;
  }
  .venue-poster:after {
    animation: none;
  }
  .venue-world {
    position: fixed;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 720px) {
  .night-stop { min-height: auto; padding: 2.5rem 5vw; }
  .night-pin { position: relative; top: auto; min-height: 0; padding: 1.5rem 0 2rem; }
  .home-hero { height: auto; min-height: 100svh; }
  .set-stage { position: relative; height: auto; min-height: 100svh; }
}
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}

/* ux-polish */
@media (max-width: 720px) {
  .hero-actions, .booking-close { display: flex; flex-direction: column; gap: 0.75rem; }
  .hero-actions .button, .booking-close .button {
    min-height: 48px; width: 100%; justify-content: center; text-align: center;
  }
  .set-copy h1 { font-size: clamp(2.6rem, 14vw, 4.2rem); line-height: 0.92; }
  .set-copy .hero-bottom { flex-direction: column; align-items: stretch; }
  .set-copy .hero-bottom p { font-size: 0.95rem; max-width: none; }
  .page-hero .hero-copy h1 { font-size: clamp(2.2rem, 11vw, 3.4rem); }
  .form-shell .button { min-height: 48px; width: 100%; }
  .site-footer .nap { font-size: 0.85rem; line-height: 1.6; }
}
.rating a { display: inline-block; }


/* softened motion — less jarring jumps */
body.beat-drop .site-header {
  transform: none;
}
.scroll-kick {
  animation-duration: 0.35s;
}
@media (prefers-reduced-motion: reduce) {
  #set-canvas,
  .venue-poster {
    transition: none !important;
  }
}
