html,
body {
  min-height: 100%;
  margin: 0;
  background: #f8f6f1;
}

html {
  --scene: 0;
  --reveal: 0;
  --prices: 0;
  --brand-opacity: 1;
  --intro-opacity: 0;
  --prices-opacity: 0;
  --prices-exit: 0;
  --location: 0;
  --location-opacity: 0;
  --location-exit: 0;
  --contact: 0;
  --contact-opacity: 0;
  --contact-lift: 0;
  --palm-opacity: 1;
  --details-exit: 0;
  --palm-y: 0;
  scrollbar-width: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

body {
  overflow-x: hidden;
}

.site-nav {
  position: fixed;
  top: max(14px, env(safe-area-inset-top));
  left: 50%;
  z-index: 20;
  width: max-content;
  max-width: min(calc(100vw - 28px), 860px);
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px;
  overflow-x: auto;
  border: 1px solid rgba(16, 16, 16, 0.12);
  border-radius: 999px;
  background: rgba(248, 246, 241, 0.72);
  box-shadow: 0 16px 48px rgba(16, 16, 16, 0.08);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
  scrollbar-width: none;
}

.site-nav::-webkit-scrollbar {
  display: none;
}

.site-nav a {
  min-width: max-content;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 999px;
  color: #101010;
  font-family: Avenir Next, Montserrat, Century Gothic, system-ui, sans-serif;
  font-size: clamp(0.72rem, 2.5vw, 0.84rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-active {
  color: #f8f6f1;
  background: #101010;
  outline: none;
}

.palm-scene {
  position: relative;
  width: 100vw;
  min-height: 520svh;
  background: #f8f6f1;
}

.fixed-stage {
  position: fixed;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 112%, rgba(16, 16, 16, 0.08), transparent 42%),
    #f8f6f1;
  perspective: 1100px;
}

.pool-portal {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: min(76vw, 940px);
  height: min(46vw, 500px);
  border: 2px solid rgba(16, 16, 16, 0.3);
  border-radius: 32px;
  opacity: calc(0.78 * (1 - var(--reveal, 0)));
  transform:
    translate(-50%, -50%)
    rotateX(68deg)
    rotateZ(calc(-7deg + var(--scene, 0) * 18deg))
    scale(calc(0.9 + var(--scene, 0) * 0.08));
  transform-style: preserve-3d;
  box-shadow:
    inset 0 0 0 16px rgba(16, 16, 16, 0.028),
    0 34px 90px rgba(16, 16, 16, 0.08);
}

.portal-water,
.portal-line {
  position: absolute;
  border-radius: inherit;
}

.portal-water {
  inset: 9%;
  overflow: hidden;
  border-radius: 22px;
  background:
    radial-gradient(circle at 24% 22%, rgba(255, 255, 255, 0.78), transparent 18%),
    repeating-radial-gradient(ellipse at 50% 50%, rgba(16, 16, 16, 0.09) 0 1px, transparent 1px 24px),
    rgba(16, 16, 16, 0.035);
}

.portal-water::before,
.portal-water::after {
  content: "";
  position: absolute;
  inset: -28%;
  border: 1px solid rgba(16, 16, 16, 0.13);
  border-radius: 45%;
  animation: portal-ripple 13s linear infinite;
}

.portal-water::after {
  animation-duration: 19s;
  animation-direction: reverse;
}

.portal-line {
  border: 1px solid rgba(16, 16, 16, 0.18);
  border-radius: 28px;
}

.line-one {
  inset: -6%;
}

.line-two {
  inset: 17%;
}

.brand-title {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: grid;
  place-content: center;
  justify-items: center;
  padding: 24px;
  color: #101010;
  text-align: center;
  pointer-events: none;
  opacity: var(--brand-opacity, 1);
  transform:
    translateY(calc(var(--reveal, 0) * -7svh))
    scale(calc(1 - (var(--reveal, 0) * 0.08)));
}

.brand-title p {
  margin: 0;
  font-family: Snell Roundhand, Apple Chancery, Brush Script MT, Didot, cursive;
  font-size: clamp(5rem, 18vw, 14rem);
  font-weight: 400;
  line-height: 0.72;
  letter-spacing: 0;
}

.brand-title span {
  display: block;
  margin-top: clamp(18px, 3vw, 32px);
  font-family: Avenir Next, Montserrat, Century Gothic, system-ui, sans-serif;
  font-size: clamp(1.1rem, 4.8vw, 3.4rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.22em;
  text-transform: lowercase;
}

.scroll-hint {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin-top: clamp(34px, 6vw, 64px);
  opacity: 0.78;
  transform: translateY(calc(var(--reveal, 0) * 24px));
}

.scroll-hint small {
  color: #101010;
  font-family: Avenir Next, Montserrat, Century Gothic, system-ui, sans-serif;
  font-size: clamp(0.58rem, 1.8vw, 0.68rem);
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.scroll-hint i {
  position: relative;
  width: clamp(30px, 7vw, 48px);
  height: clamp(30px, 7vw, 48px);
  border-right: 1.5px solid #101010;
  border-bottom: 1.5px solid #101010;
  transform: rotate(45deg);
  animation: arrow-drop 1.65s cubic-bezier(0.76, 0, 0.24, 1) infinite;
}

.scroll-hint i::before,
.scroll-hint i::after {
  content: "";
  position: absolute;
  right: -1.5px;
  bottom: -1.5px;
  width: 100%;
  height: 100%;
  border-right: 1.5px solid rgba(16, 16, 16, 0.26);
  border-bottom: 1.5px solid rgba(16, 16, 16, 0.26);
  transform: translate(10px, 10px);
}

.scroll-hint i::after {
  opacity: 0.36;
  transform: translate(20px, 20px);
}

.palm-field {
  position: absolute;
  inset: 0;
  z-index: 2;
  transform-style: preserve-3d;
  pointer-events: none;
  opacity: var(--palm-opacity, 1);
  transform:
    translateY(calc(var(--palm-y, 0) * 1svh))
    rotateX(calc(var(--scene, 0) * 3deg));
}

.palm {
  position: absolute;
  bottom: -5svh;
  width: clamp(150px, 34vw, 390px);
  height: clamp(430px, 86svh, 820px);
  transform-style: preserve-3d;
  transform-origin: 50% 100%;
  animation: palm-drift 7s ease-in-out infinite alternate;
  filter: drop-shadow(0 30px 34px rgba(16, 16, 16, 0.16));
}

.palm-left {
  left: clamp(-88px, -7vw, -28px);
  transform:
    translateZ(160px)
    translateX(calc(var(--reveal, 0) * 12vw))
    translateY(calc((var(--reveal, 0) * -8svh) + (var(--prices, 0) * -24svh)))
    rotateZ(calc(-6deg + (var(--reveal, 0) * -7deg) + (var(--prices, 0) * -10deg)));
}

.palm-right {
  right: clamp(-104px, -9vw, -34px);
  opacity: 0.9;
  animation-delay: -2.2s;
  transform:
    translateZ(40px)
    translateX(calc(var(--reveal, 0) * -12vw))
    translateY(calc((var(--reveal, 0) * -7svh) + (var(--prices, 0) * -24svh)))
    rotateZ(calc(7deg + (var(--reveal, 0) * 7deg) + (var(--prices, 0) * 10deg)))
    scale(0.86);
}

.trunk {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: clamp(18px, 4vw, 36px);
  height: 72%;
  border-radius: 999px 999px 40% 40%;
  background:
    repeating-linear-gradient(
      180deg,
      rgba(248, 246, 241, 0.05) 0 14px,
      rgba(248, 246, 241, 0) 14px 28px
    ),
    linear-gradient(90deg, #090909, #242321 48%, #050505);
  transform: translateX(-50%) rotateZ(var(--trunk-angle, 4deg)) rotateY(10deg);
  transform-origin: 50% 100%;
}

.crown {
  position: absolute;
  left: 50%;
  top: 8%;
  width: 1px;
  height: 1px;
  transform-style: preserve-3d;
  animation: crown-sway 4.8s ease-in-out infinite alternate;
}

.palm-right .crown {
  animation-delay: -1.8s;
}

.crown i {
  position: absolute;
  left: 0;
  top: 0;
  width: clamp(110px, 23vw, 250px);
  height: clamp(24px, 5vw, 52px);
  border-radius: 100% 0 100% 0;
  background: linear-gradient(90deg, #050505 0%, #161615 62%, rgba(16, 16, 16, 0.88) 100%);
  transform-origin: 0 50%;
}

.crown i::after {
  content: "";
  position: absolute;
  inset: 44% 8% auto 10%;
  height: 1px;
  background: rgba(248, 246, 241, 0.16);
}

.crown i:nth-child(1) { transform: rotateZ(-166deg) rotateY(34deg); }
.crown i:nth-child(2) { transform: rotateZ(-122deg) rotateY(-26deg); }
.crown i:nth-child(3) { transform: rotateZ(-78deg) rotateY(18deg); }
.crown i:nth-child(4) { transform: rotateZ(-28deg) rotateY(-18deg); }
.crown i:nth-child(5) { transform: rotateZ(18deg) rotateY(26deg); }
.crown i:nth-child(6) { transform: rotateZ(62deg) rotateY(-32deg); }
.crown i:nth-child(7) { transform: rotateZ(108deg) rotateY(20deg); }

.pool-intro {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  padding: max(24px, env(safe-area-inset-top)) 18px max(24px, env(safe-area-inset-bottom));
  opacity: var(--intro-opacity, 0);
  pointer-events: none;
}

.prices-section {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  padding: max(78px, env(safe-area-inset-top)) 18px max(24px, env(safe-area-inset-bottom));
  opacity: var(--prices-opacity, 0);
  pointer-events: none;
}

.price-props {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  opacity: var(--prices-opacity, 0);
  perspective: 1000px;
  pointer-events: none;
  transform:
    translateX(calc(var(--prices-exit, 0) * -18vw))
    translateY(calc(var(--prices-exit, 0) * -4vh))
    rotateZ(calc(var(--prices-exit, 0) * -6deg));
}

.location-section {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: grid;
  place-items: center;
  padding: max(86px, env(safe-area-inset-top)) 32px max(40px, env(safe-area-inset-bottom));
  opacity: var(--location-opacity, 0);
  pointer-events: none;
}

.location-props {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  opacity: var(--location-opacity, 0);
  perspective: 1000px;
  pointer-events: none;
  transform:
    translateY(calc(var(--location-exit, 0) * 18vh))
    rotateX(calc(var(--location-exit, 0) * 18deg))
    scale(calc(1 - var(--location-exit, 0) * 0.08));
}

.contact-section {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: grid;
  place-items: center;
  padding: max(78px, env(safe-area-inset-top)) 18px max(24px, env(safe-area-inset-bottom));
  opacity: var(--contact-opacity, 0);
  pointer-events: none;
}

.contact-props {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  opacity: var(--contact-opacity, 0);
  perspective: 1000px;
  pointer-events: none;
  transform:
    translateY(calc((1 - var(--contact-lift, 0)) * 12vh))
    scale(calc(0.92 + var(--contact-lift, 0) * 0.08));
}

.map-frame iframe,
.contact-grid a {
  pointer-events: auto;
}

.intro-panel {
  width: min(100%, 1180px);
  display: grid;
  align-items: center;
  gap: clamp(28px, 6vw, 72px);
  transform:
    translateX(calc(var(--details-exit, 0) * -8vw))
    translateY(calc(((1 - var(--reveal, 0)) * 46px) + (var(--details-exit, 0) * -18px)))
    scale(calc((0.94 + (var(--reveal, 0) * 0.06)) - (var(--details-exit, 0) * 0.04)));
  filter: blur(calc(var(--details-exit, 0) * 10px));
}

.intro-copy {
  width: min(100%, 780px);
  margin-inline: auto;
  text-align: left;
}

.section-kicker {
  display: block;
  margin-bottom: 18px;
  color: rgba(16, 16, 16, 0.52);
  font-family: Avenir Next, Montserrat, Century Gothic, system-ui, sans-serif;
  font-size: clamp(0.68rem, 2.4vw, 0.82rem);
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.intro-copy h1 {
  max-width: 980px;
  margin: 0 0 22px;
  font-family: Didot, Bodoni 72, Georgia, serif;
  font-size: clamp(3.2rem, 11vw, 8.8rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0;
}

.intro-copy p {
  width: min(100%, 640px);
  margin: 0;
  color: rgba(16, 16, 16, 0.68);
  font-family: Avenir Next, Montserrat, Century Gothic, system-ui, sans-serif;
  font-size: clamp(1rem, 3vw, 1.24rem);
  line-height: 1.72;
}

.pool-photo {
  position: relative;
  width: min(100%, 520px);
  aspect-ratio: 4 / 5;
  justify-self: center;
  overflow: hidden;
  border: 1px solid rgba(16, 16, 16, 0.16);
  background:
    linear-gradient(135deg, rgba(248, 246, 241, 0.92), rgba(216, 207, 198, 0.72)),
    #efe9e3;
  box-shadow: 0 28px 90px rgba(16, 16, 16, 0.14);
  transform:
    perspective(900px)
    rotateY(calc(-18deg + (var(--reveal, 0) * 18deg)))
    rotateX(calc(9deg - (var(--reveal, 0) * 9deg)))
    translateX(calc((1 - var(--reveal, 0)) * -34px));
}

.pool-photo::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(16, 16, 16, 0.1);
}

.photo-water {
  position: absolute;
  left: 13%;
  right: 13%;
  top: 17%;
  height: 46%;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 20%, rgba(255, 255, 255, 0.75), transparent 24%),
    linear-gradient(135deg, rgba(16, 16, 16, 0.12), rgba(16, 16, 16, 0.28));
}

.photo-water::before,
.photo-water::after {
  content: "";
  position: absolute;
  inset: -28%;
  border: 1px solid rgba(248, 246, 241, 0.3);
  border-radius: 45%;
  animation: photo-ripple 9s linear infinite;
}

.photo-water::after {
  animation-duration: 14s;
  animation-direction: reverse;
}

.photo-edge {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 69%;
  height: 1px;
  background: rgba(16, 16, 16, 0.22);
}

.photo-lounger {
  position: absolute;
  width: 26%;
  height: 9%;
  border: 1px solid rgba(16, 16, 16, 0.16);
  background: rgba(248, 246, 241, 0.7);
}

.prices-panel {
  position: relative;
  z-index: 2;
  width: min(100%, 1120px);
  display: grid;
  gap: clamp(18px, 3.6vw, 38px);
  align-items: center;
  transform:
    perspective(1000px)
    translateX(calc(((1 - var(--prices, 0)) * 8vw) - (var(--prices-exit, 0) * 24vw)))
    translateY(calc(((1 - var(--prices, 0)) * 28px) - (var(--prices-exit, 0) * 7vh)))
    rotateY(calc(var(--prices-exit, 0) * -22deg))
    rotateZ(calc(var(--prices-exit, 0) * -4deg))
    scale(calc((0.95 + (var(--prices, 0) * 0.05)) - (var(--prices-exit, 0) * 0.06)));
  filter: blur(calc(((1 - var(--prices, 0)) * 4px) + (var(--prices-exit, 0) * 2px)));
}

.access-card,
.wristband,
.float-ring,
.lounger-prop {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: calc(var(--prices-opacity, 0) * 0.92);
  transform-style: preserve-3d;
  will-change: transform, opacity;
}

.access-card {
  width: clamp(118px, 16vw, 188px);
  aspect-ratio: 1.58;
  border: 1px solid rgba(16, 16, 16, 0.16);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(248, 246, 241, 0.98), rgba(218, 211, 202, 0.86)),
    #f8f6f1;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 24px 70px rgba(16, 16, 16, 0.14);
}

.access-card::before {
  content: "";
  position: absolute;
  inset: 11px;
  border: 1px solid rgba(16, 16, 16, 0.08);
  border-radius: 7px;
}

.card-chip {
  position: absolute;
  left: 13%;
  top: 18%;
  width: 18%;
  aspect-ratio: 1.25;
  border: 1px solid rgba(16, 16, 16, 0.28);
  border-radius: 4px;
  background:
    linear-gradient(90deg, transparent 46%, rgba(16, 16, 16, 0.16) 47% 53%, transparent 54%),
    rgba(248, 246, 241, 0.9);
}

.card-line {
  position: absolute;
  right: 13%;
  top: 23%;
  width: 38%;
  height: 2px;
  background: rgba(16, 16, 16, 0.16);
  box-shadow: 0 9px 0 rgba(16, 16, 16, 0.1);
}

.card-title {
  position: absolute;
  left: 13%;
  bottom: 16%;
  color: rgba(16, 16, 16, 0.72);
  font-family: Avenir Next, Montserrat, Century Gothic, system-ui, sans-serif;
  font-size: clamp(0.55rem, 1.1vw, 0.78rem);
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.card-main {
  transform:
    translate3d(
      calc(-50% - 42vw + var(--prices, 0) * 8vw),
      calc(-50% - 8vh),
      80px
    )
    rotateX(calc(58deg - var(--prices, 0) * 24deg))
    rotateY(calc(-22deg + var(--prices, 0) * 12deg))
    rotateZ(calc(-18deg + var(--prices, 0) * 8deg));
  animation: price-card-float 5.6s ease-in-out infinite alternate;
}

.card-back {
  width: clamp(100px, 13vw, 150px);
  opacity: calc(var(--prices-opacity, 0) * 0.68);
  transform:
    translate3d(
      calc(-50% + 40vw - var(--prices, 0) * 7vw),
      calc(-50% - 16vh),
      30px
    )
    rotateX(calc(60deg - var(--prices, 0) * 20deg))
    rotateY(calc(20deg - var(--prices, 0) * 8deg))
    rotateZ(calc(15deg - var(--prices, 0) * 12deg));
  animation: price-card-float 6.4s ease-in-out -1.2s infinite alternate;
}

.wristband {
  width: clamp(120px, 17vw, 220px);
  aspect-ratio: 3.4;
  border: clamp(8px, 1.3vw, 15px) solid rgba(16, 16, 16, 0.82);
  border-radius: 999px;
  background: transparent;
  box-shadow:
    inset 0 9px 18px rgba(248, 246, 241, 0.34),
    0 24px 55px rgba(16, 16, 16, 0.16);
}

.wristband span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18%;
  height: 48%;
  border-radius: 4px;
  background: #f8f6f1;
  border: 1px solid rgba(16, 16, 16, 0.18);
  transform: translate(-50%, -50%);
}

.band-one {
  transform:
    translate3d(
      calc(-50% - 38vw + var(--prices, 0) * 12vw),
      calc(-50% + 23vh),
      70px
    )
    rotateX(calc(66deg - var(--prices, 0) * 30deg))
    rotateY(calc(18deg - var(--prices, 0) * 10deg))
    rotateZ(calc(24deg - var(--prices, 0) * 18deg));
  animation: wristband-breathe 5.8s ease-in-out infinite alternate;
}

.band-two {
  width: clamp(82px, 12vw, 150px);
  border-color: rgba(248, 246, 241, 0.9);
  box-shadow:
    inset 0 8px 18px rgba(16, 16, 16, 0.18),
    0 18px 40px rgba(16, 16, 16, 0.12);
  transform:
    translate3d(
      calc(-50% + 34vw - var(--prices, 0) * 9vw),
      calc(-50% + 22vh),
      50px
    )
    rotateX(calc(58deg - var(--prices, 0) * 22deg))
    rotateY(calc(-20deg + var(--prices, 0) * 12deg))
    rotateZ(calc(-24deg + var(--prices, 0) * 16deg));
  animation: wristband-breathe 6.2s ease-in-out -1s infinite alternate;
}

.float-ring {
  width: clamp(118px, 18vw, 240px);
  aspect-ratio: 1;
  border: clamp(16px, 2.8vw, 34px) solid rgba(248, 246, 241, 0.9);
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 48%, rgba(16, 16, 16, 0.05) 49% 62%, transparent 63%),
    conic-gradient(
      from 18deg,
      rgba(16, 16, 16, 0.82) 0 13%,
      rgba(248, 246, 241, 0.96) 13% 25%,
      rgba(16, 16, 16, 0.82) 25% 38%,
      rgba(248, 246, 241, 0.96) 38% 62%,
      rgba(16, 16, 16, 0.82) 62% 75%,
      rgba(248, 246, 241, 0.96) 75% 100%
    );
  box-shadow:
    inset 0 12px 22px rgba(255, 255, 255, 0.55),
    0 28px 70px rgba(16, 16, 16, 0.12);
  transform:
    translate3d(
      calc(-50% + 41vw - var(--prices, 0) * 11vw),
      calc(-50% + 1vh),
      20px
    )
    rotateX(calc(72deg - var(--prices, 0) * 38deg))
    rotateY(calc(-16deg + var(--prices, 0) * 8deg))
    rotateZ(calc(22deg + var(--prices, 0) * 42deg));
  animation: ring-drift 7s ease-in-out infinite alternate;
}

.float-ring::after {
  content: "";
  position: absolute;
  inset: 20%;
  border-radius: 50%;
  background: #f8f6f1;
  box-shadow: inset 0 8px 22px rgba(16, 16, 16, 0.08);
}

.lounger-prop {
  width: clamp(150px, 22vw, 280px);
  height: clamp(78px, 10vw, 132px);
  transform:
    translate3d(
      calc(-50% - 4vw),
      calc(-50% + 32vh - var(--prices, 0) * 8vh),
      45px
    )
    rotateX(calc(66deg - var(--prices, 0) * 26deg))
    rotateY(calc(-10deg + var(--prices, 0) * 8deg))
    rotateZ(calc(-4deg + var(--prices, 0) * 2deg));
  animation: lounger-settle 6s ease-in-out infinite alternate;
}

.lounger-bed {
  position: absolute;
  left: 8%;
  right: 4%;
  top: 24%;
  height: 38%;
  border: 1px solid rgba(16, 16, 16, 0.2);
  border-radius: 8px;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(16, 16, 16, 0.1) 0 7px,
      rgba(248, 246, 241, 0.84) 7px 17px
    );
  box-shadow: 0 20px 40px rgba(16, 16, 16, 0.12);
}

.lounger-bed::before {
  content: "";
  position: absolute;
  left: -7%;
  top: -22%;
  width: 28%;
  height: 142%;
  border: 1px solid rgba(16, 16, 16, 0.18);
  border-radius: 8px;
  background: rgba(248, 246, 241, 0.88);
  transform: rotateZ(-12deg);
}

.lounger-leg {
  position: absolute;
  bottom: 18%;
  width: 32%;
  height: 2px;
  background: rgba(16, 16, 16, 0.34);
}

.leg-one {
  left: 18%;
  transform: rotateZ(18deg);
}

.leg-two {
  right: 9%;
  transform: rotateZ(-18deg);
}

.towel-roll {
  position: absolute;
  right: 8%;
  top: 7%;
  width: 20%;
  aspect-ratio: 1.7;
  border-radius: 999px;
  border: 1px solid rgba(16, 16, 16, 0.15);
  background:
    radial-gradient(circle at 26% 50%, rgba(16, 16, 16, 0.16) 0 15%, transparent 17%),
    rgba(248, 246, 241, 0.96);
  box-shadow: 0 12px 28px rgba(16, 16, 16, 0.12);
}

.location-panel {
  position: relative;
  z-index: 2;
  width: min(100%, 1040px);
  display: grid;
  align-items: center;
  gap: clamp(24px, 4vw, 52px);
  transform:
    perspective(1000px)
    translateY(calc(((1 - var(--location, 0)) * 24px) + (var(--location-exit, 0) * 18vh)))
    rotateX(calc(var(--location-exit, 0) * 42deg))
    rotateZ(calc(var(--location-exit, 0) * 3deg))
    scale(calc((0.95 + var(--location, 0) * 0.05) - (var(--location-exit, 0) * 0.1)));
  filter: blur(calc(((1 - var(--location, 0)) * 8px) + (var(--location-exit, 0) * 3px)));
  transform-origin: 50% 100%;
}

.compass-prop,
.road-sign-prop,
.route-card-prop {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: calc(var(--location-opacity, 0) * 0.9);
  transform-style: preserve-3d;
  will-change: transform, opacity;
}

.compass-prop {
  width: clamp(96px, 12vw, 160px);
  aspect-ratio: 1;
  border: 1px solid rgba(16, 16, 16, 0.18);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(248, 246, 241, 0.98) 0 48%, rgba(218, 211, 202, 0.76) 49%),
    #f8f6f1;
  box-shadow:
    inset 0 0 0 10px rgba(248, 246, 241, 0.58),
    0 24px 64px rgba(16, 16, 16, 0.12);
  transform:
    translate3d(
      calc(-50% - 43vw + var(--location, 0) * 8vw),
      calc(-50% + 17vh - var(--location, 0) * 4vh),
      50px
    )
    rotateX(calc(68deg - var(--location, 0) * 30deg))
    rotateY(calc(18deg - var(--location, 0) * 8deg))
    rotateZ(calc(-24deg + var(--location, 0) * 36deg));
  animation: compass-drift 7s ease-in-out -0.8s infinite alternate;
}

.compass-prop::before {
  content: "";
  position: absolute;
  inset: 18%;
  border: 1px solid rgba(16, 16, 16, 0.12);
  border-radius: 50%;
}

.compass-needle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12%;
  height: 58%;
  background:
    linear-gradient(to bottom, rgba(16, 16, 16, 0.86) 0 49%, rgba(248, 246, 241, 0.98) 50% 100%);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  transform: translate(-50%, -50%) rotate(calc(18deg + var(--location, 0) * 42deg));
}

.compass-mark {
  position: absolute;
  left: 50%;
  color: rgba(16, 16, 16, 0.62);
  font-family: Avenir Next, Montserrat, Century Gothic, system-ui, sans-serif;
  font-size: clamp(0.52rem, 1vw, 0.72rem);
  font-weight: 900;
  letter-spacing: 0.12em;
  transform: translateX(-50%);
}

.mark-n {
  top: 9%;
}

.mark-s {
  bottom: 8%;
}

.road-sign-prop {
  width: clamp(126px, 15vw, 202px);
  height: clamp(74px, 9vw, 118px);
  transform:
    translate3d(
      calc(-50% - 42vw + var(--location, 0) * 7vw),
      calc(-50% - 20vh + var(--location, 0) * 4vh),
      40px
    )
    rotateX(calc(60deg - var(--location, 0) * 24deg))
    rotateY(calc(28deg - var(--location, 0) * 16deg))
    rotateZ(calc(9deg - var(--location, 0) * 5deg));
  animation: sign-sway 5.8s ease-in-out infinite alternate;
}

.sign-board {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 42%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(16, 16, 16, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(248, 246, 241, 0.98), rgba(218, 211, 202, 0.88));
  box-shadow: 0 20px 48px rgba(16, 16, 16, 0.12);
  color: rgba(16, 16, 16, 0.76);
  font-family: Avenir Next, Montserrat, Century Gothic, system-ui, sans-serif;
  font-size: clamp(0.56rem, 1.2vw, 0.78rem);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sign-post {
  position: absolute;
  left: 50%;
  top: 40%;
  width: 5px;
  height: 60%;
  border-radius: 999px;
  background: rgba(16, 16, 16, 0.62);
  transform: translateX(-50%);
}

.route-card-prop {
  width: clamp(138px, 17vw, 220px);
  aspect-ratio: 1.36;
  border: 1px solid rgba(16, 16, 16, 0.14);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(248, 246, 241, 0.94), rgba(218, 211, 202, 0.74));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 24px 70px rgba(16, 16, 16, 0.13);
  transform:
    translate3d(
      calc(-50% + 43vw - var(--location, 0) * 8vw),
      calc(-50% + 18vh - var(--location, 0) * 5vh),
      35px
    )
    rotateX(calc(66deg - var(--location, 0) * 28deg))
    rotateY(calc(-18deg + var(--location, 0) * 10deg))
    rotateZ(calc(-10deg + var(--location, 0) * 7deg));
  animation: route-card-float 6.6s ease-in-out -1s infinite alternate;
}

.route-card-prop::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(16, 16, 16, 0.08);
  border-radius: 7px;
}

.route-line {
  position: absolute;
  left: 18%;
  right: 18%;
  top: 50%;
  height: 36%;
  border-top: 2px solid rgba(16, 16, 16, 0.34);
  border-right: 2px solid rgba(16, 16, 16, 0.28);
  border-radius: 0 999px 0 0;
  transform: translateY(-50%) rotate(-6deg);
}

.route-dot {
  position: absolute;
  width: 11%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(16, 16, 16, 0.84);
  box-shadow: 0 0 0 6px rgba(16, 16, 16, 0.08);
}

.dot-start {
  left: 16%;
  top: 54%;
}

.dot-end {
  right: 16%;
  top: 26%;
}

.location-copy {
  text-align: left;
}

.location-copy h1 {
  max-width: 640px;
  margin: 0 0 22px;
  font-family: Didot, Bodoni 72, Georgia, serif;
  font-size: clamp(2.7rem, 6.2vw, 5.6rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0;
}

.location-copy p {
  margin: 0;
  color: rgba(16, 16, 16, 0.68);
  font-family: Avenir Next, Montserrat, Century Gothic, system-ui, sans-serif;
  font-size: clamp(1rem, 2.4vw, 1.2rem);
  font-weight: 700;
  line-height: 1.5;
}

.address-highlight {
  width: fit-content;
  max-width: min(100%, 560px);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 13px 18px;
  border: 1px solid rgba(16, 16, 16, 0.16);
  border-radius: 999px;
  color: #101010;
  background: rgba(248, 246, 241, 0.78);
  box-shadow: 0 16px 44px rgba(16, 16, 16, 0.08);
}

.address-highlight::before {
  content: "";
  width: 10px;
  aspect-ratio: 1;
  flex: 0 0 auto;
  border: 2px solid #101010;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.map-frame {
  position: relative;
  width: min(100%, 460px);
  aspect-ratio: 1;
  justify-self: center;
  overflow: hidden;
  border: 1px solid rgba(16, 16, 16, 0.14);
  border-radius: 8px;
  background:
    #efe9e3;
  box-shadow: 0 28px 90px rgba(16, 16, 16, 0.12);
  transform:
    perspective(900px)
    rotateY(calc(12deg - var(--location, 0) * 12deg))
    rotateX(calc(8deg - var(--location, 0) * 8deg));
}

.map-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(16, 16, 16, 0.1);
  pointer-events: none;
  z-index: 1;
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  filter: grayscale(1) contrast(0.95) brightness(1.06);
}

.prices-copy {
  text-align: center;
}

.prices-copy h1 {
  max-width: 920px;
  margin: 0 auto;
  font-family: Didot, Bodoni 72, Georgia, serif;
  font-size: clamp(2.6rem, 7.2vw, 5.8rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0;
}

.price-board {
  width: min(100%, 920px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(90px, 0.72fr) repeat(2, minmax(110px, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(16, 16, 16, 0.12);
  border-radius: 8px;
  background: rgba(16, 16, 16, 0.12);
  box-shadow: 0 22px 70px rgba(16, 16, 16, 0.08);
}

.price-cell {
  min-height: clamp(50px, 7vh, 70px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  background: rgba(248, 246, 241, 0.72);
  backdrop-filter: blur(12px);
  opacity: var(--prices-opacity, 0);
  transform: translateY(calc((1 - var(--prices, 0)) * 18px));
}

.price-head,
.price-label {
  font-family: Avenir Next, Montserrat, Century Gothic, system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.price-head {
  min-height: 46px;
  color: rgba(16, 16, 16, 0.58);
  font-size: clamp(0.66rem, 1.6vw, 0.78rem);
  text-align: center;
}

.price-label {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  color: rgba(16, 16, 16, 0.64);
  font-size: clamp(0.72rem, 2vw, 0.9rem);
}

.price-label small {
  margin-top: 5px;
  color: rgba(16, 16, 16, 0.42);
  font-size: 0.72em;
  letter-spacing: 0.08em;
}

.price-value {
  color: #101010;
  font-family: Didot, Bodoni 72, Georgia, serif;
  font-size: clamp(2rem, 4.8vw, 3.25rem);
  line-height: 0.86;
}

.price-value.is-free {
  font-family: Avenir Next, Montserrat, Century Gothic, system-ui, sans-serif;
  font-size: clamp(0.82rem, 2vw, 1rem);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-panel {
  position: relative;
  z-index: 2;
  width: min(100%, 1040px);
  display: grid;
  gap: clamp(22px, 4vw, 42px);
  text-align: center;
  transform:
    perspective(1000px)
    translateY(calc((1 - var(--contact-lift, 0)) * 54px))
    rotateX(calc((1 - var(--contact-lift, 0)) * -10deg))
    scale(calc(0.94 + var(--contact-lift, 0) * 0.06));
  filter: blur(calc((1 - var(--contact, 0)) * 6px));
  transform-origin: 50% 20%;
}

.contact-panel h1 {
  max-width: 820px;
  margin: 0 auto;
  font-family: Didot, Bodoni 72, Georgia, serif;
  font-size: clamp(2.8rem, 7.2vw, 6rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0;
}

.phone-prop,
.message-prop,
.mail-prop {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: calc(var(--contact-opacity, 0) * 0.82);
  transform-style: preserve-3d;
  will-change: transform, opacity;
}

.phone-prop {
  width: clamp(86px, 11vw, 150px);
  aspect-ratio: 0.56;
  border: 1px solid rgba(16, 16, 16, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(16, 16, 16, 0.88), rgba(16, 16, 16, 0.68));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 28px 70px rgba(16, 16, 16, 0.18);
  transform:
    translate3d(
      calc(-50% - 42vw + var(--contact, 0) * 8vw),
      calc(-50% - 6vh),
      60px
    )
    rotateX(calc(60deg - var(--contact, 0) * 24deg))
    rotateY(calc(22deg - var(--contact, 0) * 14deg))
    rotateZ(calc(-14deg + var(--contact, 0) * 8deg));
  animation: contact-float 6s ease-in-out infinite alternate;
}

.phone-screen {
  position: absolute;
  inset: 9% 10% 15%;
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 22%, rgba(248, 246, 241, 0.24), transparent 20%),
    rgba(248, 246, 241, 0.08);
  border: 1px solid rgba(248, 246, 241, 0.16);
}

.phone-button {
  position: absolute;
  left: 50%;
  bottom: 6%;
  width: 18%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(248, 246, 241, 0.72);
  transform: translateX(-50%);
}

.message-prop {
  width: clamp(128px, 17vw, 230px);
  aspect-ratio: 1.9;
  border: 1px solid rgba(16, 16, 16, 0.14);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(248, 246, 241, 0.96), rgba(218, 211, 202, 0.8));
  box-shadow: 0 24px 64px rgba(16, 16, 16, 0.12);
  transform:
    translate3d(
      calc(-50% + 41vw - var(--contact, 0) * 8vw),
      calc(-50% - 15vh + var(--contact, 0) * 3vh),
      42px
    )
    rotateX(calc(58deg - var(--contact, 0) * 20deg))
    rotateY(calc(-18deg + var(--contact, 0) * 10deg))
    rotateZ(calc(12deg - var(--contact, 0) * 7deg));
  animation: message-drift 6.4s ease-in-out -0.9s infinite alternate;
}

.message-prop::after {
  content: "";
  position: absolute;
  left: 18%;
  bottom: -15%;
  width: 20%;
  height: 32%;
  background: inherit;
  border-left: 1px solid rgba(16, 16, 16, 0.1);
  border-bottom: 1px solid rgba(16, 16, 16, 0.1);
  transform: rotate(-30deg);
}

.message-prop span {
  position: absolute;
  left: 18%;
  right: 18%;
  top: 34%;
  height: 3px;
  border-radius: 999px;
  background: rgba(16, 16, 16, 0.2);
  box-shadow:
    0 14px 0 rgba(16, 16, 16, 0.13),
    0 28px 0 rgba(16, 16, 16, 0.09);
}

.mail-prop {
  width: clamp(130px, 16vw, 220px);
  aspect-ratio: 1.55;
  border: 1px solid rgba(16, 16, 16, 0.15);
  border-radius: 10px;
  background: rgba(248, 246, 241, 0.92);
  box-shadow: 0 22px 62px rgba(16, 16, 16, 0.12);
  transform:
    translate3d(
      calc(-50% + 2vw),
      calc(-50% + 29vh - var(--contact, 0) * 6vh),
      35px
    )
    rotateX(calc(64deg - var(--contact, 0) * 24deg))
    rotateY(calc(10deg - var(--contact, 0) * 8deg))
    rotateZ(calc(-6deg + var(--contact, 0) * 4deg));
  animation: mail-lift 7s ease-in-out -1.4s infinite alternate;
}

.mail-prop::before,
.mail-prop::after,
.mail-prop span {
  content: "";
  position: absolute;
  inset: 0;
}

.mail-prop::before {
  clip-path: polygon(0 0, 50% 58%, 100% 0, 100% 16%, 50% 72%, 0 16%);
  background: rgba(16, 16, 16, 0.08);
}

.mail-prop::after {
  clip-path: polygon(0 100%, 44% 48%, 50% 56%, 56% 48%, 100% 100%);
  background: rgba(16, 16, 16, 0.06);
}

.mail-prop span {
  border: 1px solid rgba(16, 16, 16, 0.06);
  border-radius: 8px;
}

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

.contact-button {
  min-height: 168px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: center;
  justify-items: center;
  gap: 14px;
  padding: 20px 16px;
  border: 1px solid rgba(16, 16, 16, 0.12);
  border-radius: 8px;
  color: #101010;
  background: rgba(248, 246, 241, 0.68);
  box-shadow: 0 20px 62px rgba(16, 16, 16, 0.07);
  text-align: center;
  text-decoration: none;
  backdrop-filter: blur(12px);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.contact-button:hover,
.contact-button:focus-visible {
  background: rgba(248, 246, 241, 0.9);
  box-shadow: 0 24px 72px rgba(16, 16, 16, 0.12);
  outline: none;
  transform: translateY(-4px);
}

.contact-icon {
  position: relative;
  width: 42px;
  aspect-ratio: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contact-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.contact-icon path {
  fill: #101010;
}

.instagram-icon path,
.phone-icon path,
.email-icon path {
  fill: none;
  stroke: #101010;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.phone-icon .phone-fill {
  fill: #101010;
  stroke: none;
}

.phone-icon .phone-cutout {
  fill: none;
  stroke: #f8f6f1;
  stroke-width: 3.2;
  stroke-linecap: round;
}

.contact-button em {
  color: rgba(16, 16, 16, 0.55);
  font-family: Avenir Next, Montserrat, Century Gothic, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  font-style: normal;
  text-transform: uppercase;
}

.contact-button strong {
  font-family: Avenir Next, Montserrat, Century Gothic, system-ui, sans-serif;
  font-size: clamp(0.88rem, 1.8vw, 1.1rem);
  font-weight: 800;
  line-height: 1.16;
}

.contact-button .email-address {
  font-size: clamp(0.72rem, 1.35vw, 0.92rem);
  letter-spacing: -0.01em;
  overflow-wrap: normal;
  word-break: keep-all;
}

.lounger-one {
  left: 13%;
  bottom: 13%;
  transform: rotate(-6deg);
}

.lounger-two {
  right: 13%;
  bottom: 16%;
  transform: rotate(7deg);
}

@keyframes arrow-drop {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-10px, -10px);
  }
  35% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(12px, 12px);
  }
}

@keyframes portal-ripple {
  to {
    transform: rotate(360deg);
  }
}

@keyframes palm-drift {
  from {
    rotate: 0 1 0 -2deg;
  }
  to {
    rotate: 0 1 0 4deg;
  }
}

@keyframes crown-sway {
  from {
    transform: rotateZ(-3deg) rotateX(7deg);
  }
  to {
    transform: rotateZ(5deg) rotateX(-4deg);
  }
}

@keyframes photo-ripple {
  to {
    transform: rotate(360deg);
  }
}

@keyframes price-card-float {
  from {
    margin-top: -8px;
  }
  to {
    margin-top: 8px;
  }
}

@keyframes wristband-breathe {
  from {
    margin-top: 8px;
  }
  to {
    margin-top: -10px;
  }
}

@keyframes ring-drift {
  from {
    margin-top: -6px;
  }
  to {
    margin-top: 12px;
  }
}

@keyframes lounger-settle {
  from {
    margin-top: 5px;
  }
  to {
    margin-top: -7px;
  }
}

@keyframes location-float {
  from {
    margin-top: -8px;
  }
  to {
    margin-top: 10px;
  }
}

@keyframes compass-drift {
  from {
    margin-top: 8px;
  }
  to {
    margin-top: -10px;
  }
}

@keyframes sign-sway {
  from {
    margin-top: -6px;
  }
  to {
    margin-top: 8px;
  }
}

@keyframes route-card-float {
  from {
    margin-top: 6px;
  }
  to {
    margin-top: -9px;
  }
}

@keyframes contact-float {
  from {
    margin-top: -7px;
  }
  to {
    margin-top: 10px;
  }
}

@keyframes message-drift {
  from {
    margin-top: 8px;
  }
  to {
    margin-top: -8px;
  }
}

@keyframes mail-lift {
  from {
    margin-top: 6px;
  }
  to {
    margin-top: -10px;
  }
}

@media (max-width: 620px) {
  .site-nav,
  .price-cell,
  .contact-button {
    backdrop-filter: none;
  }

  .fixed-stage {
    background:
      radial-gradient(ellipse at 50% 8%, rgba(255, 255, 255, 0.74), transparent 38%),
      radial-gradient(ellipse at 50% 100%, rgba(16, 16, 16, 0.055), transparent 48%),
      #f8f6f1;
  }

  .fixed-stage::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.2;
    background:
      center 56% / min(118vw, 520px) auto no-repeat
      url("data:image/svg+xml,%3Csvg width='520' height='760' viewBox='0 0 520 760' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='520' height='760' fill='none'/%3E%3Cg transform='rotate(-7 260 380)'%3E%3Crect x='78' y='138' width='364' height='488' rx='42' fill='%23e7ded4' stroke='%23101010' stroke-opacity='.22' stroke-width='2'/%3E%3Crect x='110' y='176' width='300' height='412' rx='30' fill='%237aaeb2' fill-opacity='.72'/%3E%3Cpath d='M132 232c56-28 102 28 166-2 43-20 75-16 98 0' fill='none' stroke='%23ffffff' stroke-opacity='.38' stroke-width='7' stroke-linecap='round'/%3E%3Cpath d='M128 318c62-22 102 26 166-3 44-20 72-15 94 2' fill='none' stroke='%23ffffff' stroke-opacity='.28' stroke-width='6' stroke-linecap='round'/%3E%3Cpath d='M134 432c58-28 101 25 160-4 48-24 78-13 100 5' fill='none' stroke='%23ffffff' stroke-opacity='.24' stroke-width='6' stroke-linecap='round'/%3E%3Crect x='56' y='190' width='38' height='118' rx='10' fill='%23101010' fill-opacity='.18'/%3E%3Crect x='426' y='450' width='38' height='118' rx='10' fill='%23101010' fill-opacity='.16'/%3E%3Ccircle cx='414' cy='180' r='44' fill='%23f8f6f1' stroke='%23101010' stroke-opacity='.18' stroke-width='2'/%3E%3Cpath d='M414 136v88M370 180h88M384 150l60 60M444 150l-60 60' stroke='%23101010' stroke-opacity='.16' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M398 224h32' stroke='%23101010' stroke-opacity='.18' stroke-width='4' stroke-linecap='round'/%3E%3Cpath d='M110 618h300' stroke='%23101010' stroke-opacity='.12' stroke-width='18' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
  }

  .fixed-stage::after {
    display: none;
  }

  .pool-portal,
  .price-props,
  .location-props,
  .contact-props {
    display: none;
  }

  .intro-panel,
  .prices-panel,
  .location-panel,
  .contact-panel {
    filter: none;
  }

  .pool-photo,
  .price-board,
  .map-frame,
  .contact-button {
    box-shadow: 0 12px 32px rgba(16, 16, 16, 0.08);
  }

  .photo-water::before,
  .photo-water::after,
  .crown {
    animation: none;
  }

  .palm {
    animation-duration: 12s;
  }

  .site-nav {
    top: max(10px, env(safe-area-inset-top));
    width: calc(100vw - 18px);
    max-width: calc(100vw - 18px);
    min-height: 42px;
    justify-content: center;
    gap: 3px;
    padding: 4px;
    overflow: hidden;
  }

  .site-nav a {
    flex: 1 1 0;
    min-width: 0;
    min-height: 30px;
    padding: 0 3px;
    font-size: clamp(0.48rem, 2.15vw, 0.62rem);
    letter-spacing: 0.015em;
    white-space: nowrap;
  }

  .brand-title {
    padding-inline: 18px;
  }

  .brand-title p {
    font-size: clamp(4.3rem, 24vw, 7.6rem);
  }

  .brand-title span {
    font-size: clamp(1rem, 5.8vw, 1.8rem);
  }

  .pool-portal {
    top: 51%;
    width: 112vw;
    height: 62vw;
  }

  .palm {
    bottom: -6svh;
    width: clamp(165px, 56vw, 270px);
    height: clamp(440px, 88svh, 650px);
  }

  .palm-left {
    left: -96px;
  }

  .palm-right {
    right: -118px;
  }

  .intro-panel {
    align-content: center;
    gap: 22px;
  }

  .intro-copy {
    text-align: center;
  }

  .intro-copy h1 {
    font-size: clamp(2.6rem, 13vw, 4.8rem);
    margin-inline: auto;
  }

  .intro-copy p {
    margin-inline: auto;
  }

  .pool-photo {
    width: min(74vw, 310px);
    aspect-ratio: 5 / 4;
  }

  .prices-section {
    padding-inline: 16px;
  }

  .access-card {
    width: 96px;
  }

  .card-main {
    transform:
      translate3d(
        calc(-50% - 36vw + var(--prices, 0) * 7vw),
        calc(-50% - 25vh),
        40px
      )
      rotateX(calc(58deg - var(--prices, 0) * 20deg))
      rotateY(calc(-20deg + var(--prices, 0) * 10deg))
      rotateZ(calc(-18deg + var(--prices, 0) * 8deg));
  }

  .card-back {
    width: 82px;
    transform:
      translate3d(
        calc(-50% + 36vw - var(--prices, 0) * 6vw),
        calc(-50% - 24vh),
        22px
      )
      rotateX(calc(60deg - var(--prices, 0) * 18deg))
      rotateY(calc(20deg - var(--prices, 0) * 8deg))
      rotateZ(calc(15deg - var(--prices, 0) * 12deg));
  }

  .band-one,
  .band-two {
    display: none;
  }

  .float-ring {
    width: 96px;
    transform:
      translate3d(
        calc(-50% + 38vw - var(--prices, 0) * 8vw),
        calc(-50% + 26vh),
        20px
      )
      rotateX(calc(72deg - var(--prices, 0) * 34deg))
      rotateY(calc(-16deg + var(--prices, 0) * 8deg))
      rotateZ(calc(22deg + var(--prices, 0) * 34deg));
  }

  .lounger-prop {
    width: 128px;
    height: 68px;
    transform:
      translate3d(
        calc(-50% - 28vw),
        calc(-50% + 28vh - var(--prices, 0) * 5vh),
        30px
      )
      rotateX(calc(66deg - var(--prices, 0) * 22deg))
      rotateY(calc(-10deg + var(--prices, 0) * 8deg))
      rotateZ(calc(-4deg + var(--prices, 0) * 2deg));
  }

  .location-section {
    padding-inline: 16px;
  }

  .compass-prop {
    width: 86px;
    transform:
      translate3d(
        calc(-50% - 34vw + var(--location, 0) * 7vw),
        calc(-50% + 27vh - var(--location, 0) * 4vh),
        40px
      )
      rotateX(calc(68deg - var(--location, 0) * 26deg))
      rotateY(calc(18deg - var(--location, 0) * 8deg))
      rotateZ(calc(-24deg + var(--location, 0) * 32deg));
  }

  .road-sign-prop {
    width: 118px;
    height: 76px;
    transform:
      translate3d(
        calc(-50% - 30vw + var(--location, 0) * 6vw),
        calc(-50% - 29vh + var(--location, 0) * 4vh),
        35px
      )
      rotateX(calc(60deg - var(--location, 0) * 20deg))
      rotateY(calc(28deg - var(--location, 0) * 14deg))
      rotateZ(calc(9deg - var(--location, 0) * 5deg));
  }

  .route-card-prop {
    display: none;
  }

  .prices-panel {
    gap: 20px;
  }

  .prices-copy h1 {
    font-size: clamp(2.4rem, 11vw, 4.2rem);
  }

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

  .price-cell {
    min-height: 68px;
    padding: 10px 8px;
  }

  .price-head {
    min-height: 44px;
    font-size: 0.55rem;
  }

  .price-value {
    font-size: clamp(1.65rem, 8vw, 2.4rem);
  }

  .location-panel {
    gap: 22px;
  }

  .location-copy {
    text-align: center;
  }

  .location-copy h1 {
    font-size: clamp(2.35rem, 10.5vw, 4.2rem);
    margin-inline: auto;
  }

  .address-highlight {
    max-width: 88vw;
    justify-content: center;
    margin-inline: auto;
    padding: 11px 14px;
    border-radius: 18px;
    font-size: clamp(0.82rem, 3.6vw, 1rem);
    text-align: center;
  }

  .map-frame {
    width: min(84vw, 340px);
  }

  .map-frame iframe {
    filter: none;
  }

  .contact-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .contact-button {
    min-height: 118px;
    gap: 9px;
    padding: 14px 10px;
  }

  .contact-icon {
    width: 32px;
  }

  .contact-button strong {
    font-size: clamp(0.68rem, 3.1vw, 0.82rem);
  }

  .contact-button .email-address {
    font-size: clamp(0.56rem, 2.55vw, 0.7rem);
    letter-spacing: -0.02em;
  }

  .contact-button em {
    font-size: 0.58rem;
    letter-spacing: 0.1em;
  }

  .phone-prop {
    width: 66px;
    transform:
      translate3d(
        calc(-50% - 38vw + var(--contact, 0) * 6vw),
        calc(-50% - 23vh),
        38px
      )
      rotateX(calc(60deg - var(--contact, 0) * 22deg))
      rotateY(calc(22deg - var(--contact, 0) * 14deg))
      rotateZ(calc(-14deg + var(--contact, 0) * 8deg));
  }

  .message-prop {
    width: 100px;
    transform:
      translate3d(
        calc(-50% + 36vw - var(--contact, 0) * 6vw),
        calc(-50% - 24vh + var(--contact, 0) * 3vh),
        30px
      )
      rotateX(calc(58deg - var(--contact, 0) * 18deg))
      rotateY(calc(-18deg + var(--contact, 0) * 10deg))
      rotateZ(calc(12deg - var(--contact, 0) * 7deg));
  }

  .mail-prop {
    width: 104px;
    transform:
      translate3d(
        calc(-50% + 2vw),
        calc(-50% + 31vh - var(--contact, 0) * 5vh),
        25px
      )
      rotateX(calc(64deg - var(--contact, 0) * 22deg))
      rotateY(calc(10deg - var(--contact, 0) * 8deg))
      rotateZ(calc(-6deg + var(--contact, 0) * 4deg));
  }
}

@media (min-width: 780px) {
  .intro-panel,
  .location-panel {
    grid-template-columns: 0.86fr 1.14fr;
  }
}

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