:root {
  --surface: #fbf9f8;
  --surface-low: #f1efed;
  --surface-card: rgba(255, 255, 255, 0.72);
  --ink: #1b1c1b;
  --muted: #686b68;
  --primary: #050505;
  --primary-soft: #131b2e;
  --gold: #ffe088;
  --gold-deep: #735c00;
  --outline: rgba(27, 28, 27, 0.14);
  --white: #ffffff;
  --shadow: 0 40px 100px -28px rgba(19, 27, 46, 0.24);
  --max: 1440px;
  --mx: 50%;
  --my: 50%;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: "Inter", Arial, sans-serif;
  overflow-x: hidden;
  cursor: none;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

a,
button,
summary {
  cursor: none;
}

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

h1,
h2,
h3,
.brand {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
}

h1 {
  max-width: 980px;
  color: var(--white);
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.02em;
}

h1 span {
  color: var(--gold);
}

h2 {
  font-size: clamp(38px, 5.6vw, 80px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

h3 {
  font-size: clamp(24px, 2.5vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.01em;
}

p {
  line-height: 1.72;
}

.cursor-ball,
.cursor-ring {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  pointer-events: none;
  transform: translate3d(-100px, -100px, 0);
  will-change: transform;
}

.cursor-ball {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 30%, #fbff9c 0 16%, transparent 17%),
    linear-gradient(135deg, transparent 42%, rgba(255, 255, 255, 0.9) 43% 49%, transparent 50%),
    #dfff35;
  box-shadow: 0 0 18px rgba(223, 255, 53, 0.7);
  mix-blend-mode: difference;
}

.cursor-ring {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 224, 136, 0.9);
  border-radius: 50%;
  transition: width 180ms ease, height 180ms ease, border-color 180ms ease, background 180ms ease;
}

.cursor-ring.is-hovering {
  width: 74px;
  height: 74px;
  border-color: rgba(255, 224, 136, 0.35);
  background: rgba(255, 224, 136, 0.08);
}

.topbar {
  position: fixed;
  top: 0;
  z-index: 50;
  width: 100%;
  border-bottom: 1px solid rgba(198, 198, 205, 0.3);
  background: rgba(251, 249, 248, 0.72);
  backdrop-filter: blur(20px);
  transition: background 180ms ease, box-shadow 180ms ease;
}

.topbar.scrolled {
  background: rgba(251, 249, 248, 0.96);
  box-shadow: 0 12px 44px rgba(19, 27, 46, 0.08);
}

.nav-inner {
  max-width: var(--max);
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0 auto;
  padding: 0 clamp(24px, 4.5vw, 64px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: var(--primary);
  background: var(--gold);
  font-size: 13px;
  letter-spacing: 0.05em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
}

.nav-links a,
.nav-cta,
.kicker,
.button,
.text-link,
.mobile-menu a,
.footer h4 {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.nav-links a {
  color: #56585a;
  padding-bottom: 5px;
}

.nav-links a.active,
.nav-links a:hover {
  color: var(--primary);
  border-bottom: 1px solid var(--primary);
}

.nav-cta {
  padding: 14px 26px;
  border-radius: 999px;
  color: var(--white);
  background: var(--primary);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--primary);
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  display: block;
  background: var(--white);
}

.mobile-menu {
  display: none;
  flex-direction: column;
  gap: 24px;
  padding: 20px 24px 32px;
  border-top: 1px solid var(--outline);
  background: rgba(251, 249, 248, 0.98);
}

.mobile-cta {
  width: fit-content;
  padding: 16px 22px;
  border-radius: 999px;
  color: var(--white);
  background: var(--primary);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  perspective: 1200px;
}

.hero-bg,
.final-bg {
  position: absolute;
  inset: 0;
  background-image: url("./assets/generated-court-water.png");
  background-position: center;
  background-size: cover;
  transform: scale(1.04);
  animation: slow-pan 18s ease-in-out infinite alternate;
  transition: transform 8s ease;
}

.hero:hover .hero-bg {
  transform: scale(1);
}

.hero-overlay,
.final-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.18)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.28), transparent 42%);
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(255, 224, 136, 0.18), transparent 18rem),
    linear-gradient(transparent, rgba(0, 0, 0, 0.16));
  opacity: 0.7;
  pointer-events: none;
}

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

.flight-ball {
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background:
    linear-gradient(115deg, transparent 42%, rgba(255, 255, 255, 0.9) 43% 49%, transparent 50%),
    #dfff35;
  box-shadow: 0 0 26px rgba(223, 255, 53, 0.65);
  opacity: 0.82;
  filter: blur(0.1px);
}

.flight-ball::after {
  position: absolute;
  right: 18px;
  top: 50%;
  width: 190px;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(223, 255, 53, 0.5));
  transform: translateY(-50%);
}

.ball-a {
  left: -8vw;
  top: 24%;
  animation: tennis-flight-a 7.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.ball-b {
  right: -8vw;
  top: 62%;
  width: 18px;
  height: 18px;
  animation: tennis-flight-b 9s cubic-bezier(0.37, 0, 0.2, 1) 1.2s infinite;
}

.ball-c {
  left: 38%;
  bottom: -8vh;
  width: 14px;
  height: 14px;
  opacity: 0.55;
  animation: tennis-flight-c 11s ease-in-out 2.4s infinite;
}

.court-line {
  position: absolute;
  width: 360px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  opacity: 0.5;
  transform-origin: center;
}

.line-a {
  right: 8%;
  top: 22%;
  transform: rotate(-18deg);
  animation: line-drift 8s ease-in-out infinite alternate;
}

.line-b {
  left: 4%;
  bottom: 20%;
  transform: rotate(14deg);
  animation: line-drift 9s ease-in-out 1s infinite alternate-reverse;
}

.hero-content,
.section,
.footer {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding-inline: clamp(24px, 4.5vw, 64px);
}

.hero-content {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 32px;
  padding-top: 90px;
  transform: translate3d(calc((var(--mx) - 50%) * -0.018), calc((var(--my) - 50%) * -0.018), 0);
  transition: transform 120ms linear;
}

.kicker {
  color: var(--gold);
}

.kicker.dark {
  color: var(--gold-deep);
}

.hero-lead {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(20px, 2.2vw, 28px);
}

.hero-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

.button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 18px 32px;
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
  will-change: transform;
}

.button:hover {
  transform: translateY(-3px) scale(1.015);
  filter: brightness(1.04);
}

.button.gold {
  color: #241a00;
  background: var(--gold);
  box-shadow: 0 18px 48px rgba(255, 224, 136, 0.22);
  position: relative;
  overflow: hidden;
}

.button.gold::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.34) 45%, transparent 68%);
  transform: translateX(-120%);
  animation: cta-sheen 4.8s ease-in-out infinite;
}

.button.dark {
  color: var(--white);
  background: var(--primary);
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.glass-pill {
  min-width: 170px;
  display: grid;
  gap: 4px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 12px;
  background: rgba(250, 250, 249, 0.7);
  backdrop-filter: blur(20px);
  transform: translateZ(0);
  transition: transform 240ms ease, background 240ms ease;
}

.glass-pill:hover {
  transform: translateY(-5px) rotateX(4deg);
  background: rgba(250, 250, 249, 0.82);
}

.glass-pill span {
  color: rgba(27, 28, 27, 0.58);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.glass-pill b {
  color: var(--ink);
}

.section {
  position: relative;
  padding-top: clamp(80px, 10vw, 160px);
  padding-bottom: clamp(80px, 10vw, 160px);
}

.motion-ribbon {
  overflow: hidden;
  border-block: 1px solid rgba(27, 28, 27, 0.08);
  background: var(--primary);
  color: var(--gold);
}

.motion-ribbon-track {
  width: max-content;
  display: flex;
  gap: 34px;
  padding: 16px 0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  animation: ribbon-run 24s linear infinite;
}

.motion-ribbon-track span {
  display: inline-flex;
  align-items: center;
  gap: 34px;
}

.motion-ribbon-track span::after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.section-orb {
  position: absolute;
  z-index: 0;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background:
    linear-gradient(120deg, transparent 42%, rgba(255, 255, 255, 0.85) 43% 49%, transparent 50%),
    #dfff35;
  opacity: 0.16;
  pointer-events: none;
  filter: blur(0.2px);
}

.orb-one {
  left: 5%;
  top: 18%;
  animation: float-orb 8s ease-in-out infinite alternate;
}

.orb-two {
  right: 8%;
  bottom: 8%;
  width: 38px;
  height: 38px;
  animation: float-orb 7s ease-in-out 0.8s infinite alternate-reverse;
}

.orb-three {
  right: 10%;
  top: 8%;
  width: 88px;
  height: 88px;
  opacity: 0.12;
  animation: float-orb 10s ease-in-out infinite alternate;
}

.motion-stroke {
  position: absolute;
  z-index: 0;
  width: min(42vw, 560px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(115, 92, 0, 0.28), transparent);
  pointer-events: none;
}

.stroke-one {
  --stroke-rotate: -12deg;
  right: 2%;
  top: 14%;
  transform: rotate(-12deg);
  animation: stroke-sweep 7s ease-in-out infinite alternate;
}

.stroke-two {
  --stroke-rotate: 10deg;
  left: -5%;
  top: 34%;
  transform: rotate(10deg);
  animation: stroke-sweep 8s ease-in-out infinite alternate-reverse;
}

.soft {
  max-width: none;
  background: var(--surface-low);
}

.soft > * {
  max-width: var(--max);
  margin-inline: auto;
}

.stats-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(28px, 5vw, 64px);
}

.stat-card {
  display: grid;
  justify-items: center;
  gap: 18px;
  text-align: center;
  transition: transform 240ms ease, filter 240ms ease;
}

.stat-card:hover {
  transform: translateY(-10px) scale(1.015);
  filter: contrast(1.03);
}

.symbol {
  color: var(--gold-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.stat-card h3 {
  font-size: clamp(28px, 3vw, 40px);
}

.stat-card p,
.copy p,
.section-head p,
.day span,
.showcase p,
.price-panel p,
.footer p,
details p {
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: clamp(42px, 7vw, 92px);
}

.split.reverse {
  grid-template-columns: 0.9fr 1fr;
}

.media-card {
  position: relative;
  overflow: hidden;
  min-height: 610px;
  border-radius: 32px;
  box-shadow: var(--shadow);
  transform-style: preserve-3d;
}

.media-card::after,
.showcase-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.22), transparent 42%);
  transform: translateX(-120%);
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.media-card:hover::after,
.showcase:hover .showcase-photo::after {
  transform: translateX(120%);
}

.media-card > img {
  position: absolute;
  inset: 0;
}

.media-card img,
.showcase-photo img,
.atmosphere-card img,
.video-preview img {
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1), filter 900ms ease;
}

.media-card:hover img,
.showcase:hover .showcase-photo img,
.atmosphere-card:hover img,
.video-preview:hover img {
  transform: scale(1.055);
  filter: saturate(1.06) contrast(1.03);
}

.media-card.portrait {
  min-height: 680px;
}

.copy {
  display: grid;
  gap: 26px;
}

.copy p {
  font-size: 20px;
}

.text-link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--primary);
}

.text-link span {
  transition: transform 160ms ease;
}

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

.section-head {
  display: grid;
  gap: 18px;
  margin-bottom: 70px;
}

.atmosphere {
  max-width: none;
  background:
    linear-gradient(rgba(251, 249, 248, 0.92), rgba(251, 249, 248, 0.96)),
    url("./assets/generated-hotel-water.png") center/cover fixed;
}

.atmosphere > * {
  max-width: var(--max);
  margin-inline: auto;
}

.atmosphere .section-head {
  max-width: 930px;
}

.atmosphere-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  grid-auto-rows: 250px;
  gap: 18px;
}

.atmosphere-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--shadow);
  isolation: isolate;
}

.atmosphere-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.68));
  z-index: 1;
}

.atmosphere-card.large {
  grid-row: span 2;
}

.atmosphere-card.tall {
  grid-column: span 2;
}

.atmosphere-card span {
  position: absolute;
  z-index: 2;
  left: 20px;
  right: 20px;
  bottom: 18px;
  color: var(--white);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.section-head.center {
  max-width: 840px;
  text-align: center;
}

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

.day {
  display: grid;
  gap: 14px;
  transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.day:hover {
  transform: translateY(-12px);
}

.day-photo {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.day-photo img {
  transition: transform 700ms ease;
}

.day:hover .day-photo img {
  transform: scale(1.05);
}

.day p {
  color: var(--gold-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.day h3 {
  font-size: 28px;
}

.bento {
  max-width: none;
  color: var(--white);
  background: var(--primary);
  overflow: hidden;
}

.bento-court {
  position: absolute;
  inset: 8% 4%;
  opacity: 0.12;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.36)) 50% 0 / 1px 100% no-repeat,
    linear-gradient(90deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.36)) 0 50% / 100% 1px no-repeat,
    linear-gradient(90deg, transparent 12%, rgba(255, 255, 255, 0.36) 12% 13%, transparent 13% 87%, rgba(255, 255, 255, 0.36) 87% 88%, transparent 88%),
    linear-gradient(transparent 16%, rgba(255, 255, 255, 0.36) 16% 17%, transparent 17% 83%, rgba(255, 255, 255, 0.36) 83% 84%, transparent 84%);
  animation: court-breathe 6s ease-in-out infinite alternate;
}

.bento-grid {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-inline: auto;
}

.bento-card {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  padding: clamp(32px, 4vw, 48px);
  background: rgba(255, 255, 255, 0.05);
  transition: transform 240ms ease, background 240ms ease, border-color 240ms ease;
  transform-style: preserve-3d;
}

.bento-card:hover {
  transform: translateY(-10px);
  border-color: rgba(255, 224, 136, 0.34);
  background: rgba(255, 255, 255, 0.085);
}

.bento-card span {
  color: rgba(255, 255, 255, 0.1);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 82px;
  font-weight: 800;
  line-height: 1;
}

.bento-card h3 {
  margin-bottom: 14px;
}

.bento-card p {
  color: rgba(255, 255, 255, 0.62);
}

.hotel-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.showcase {
  display: grid;
  gap: 24px;
}

.showcase.offset {
  margin-top: 120px;
}

.showcase-photo {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  box-shadow: var(--shadow);
}

.square {
  aspect-ratio: 1;
}

.showcase h3,
.showcase p,
.showcase .text-link {
  margin-inline: 16px;
}

.pricing {
  display: grid;
  justify-items: center;
}

.price-panel {
  width: min(1000px, calc(100% - 48px));
  display: grid;
  gap: 34px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 48px;
  padding: clamp(32px, 6vw, 80px);
  background: rgba(255, 255, 255, 0.66);
  box-shadow: var(--shadow);
  text-align: center;
  backdrop-filter: blur(20px);
  transform-style: preserve-3d;
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.price-panel:hover {
  transform: translateY(-8px);
  box-shadow: 0 46px 110px -26px rgba(19, 27, 46, 0.32);
}

.price-panel > p {
  max-width: 680px;
  margin-inline: auto;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  text-align: left;
}

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

.check-grid li {
  position: relative;
  padding-left: 34px;
  font-weight: 600;
}

.check-grid li::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: var(--primary);
  background: var(--gold);
  content: "✓";
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 900;
}

.price-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-top: 34px;
  border-top: 1px solid var(--outline);
  text-align: left;
}

.price-bottom span {
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.price-bottom strong {
  display: block;
  margin-top: 6px;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: clamp(28px, 4vw, 44px);
}

.quote {
  position: absolute;
  right: -24px;
  bottom: 36px;
  width: min(320px, 75%);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 24px;
  padding: 22px;
  background: rgba(250, 250, 249, 0.74);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.quote p {
  color: rgba(27, 28, 27, 0.78);
  font-style: italic;
}

.quote b {
  display: block;
  margin-top: 12px;
}

.video-preview {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--shadow);
  isolation: isolate;
  transform-style: preserve-3d;
}

.video-preview img,
.video-scrim {
  position: absolute;
  inset: 0;
}

.video-scrim {
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.72));
}

.video-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 0 rgba(255, 224, 136, 0.42);
  transform: translate(-50%, -50%);
  cursor: pointer;
  animation: play-pulse 2.8s ease-out infinite;
}

.video-play span {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 19px solid var(--primary);
}

.video-preview p {
  position: absolute;
  z-index: 2;
  left: 22px;
  right: 22px;
  bottom: 20px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
  line-height: 1.45;
}

.faq-wrap {
  max-width: 760px;
  display: grid;
  gap: 16px;
  margin: 0 auto;
}

details {
  transition: transform 220ms ease, box-shadow 220ms ease;
}

details:hover {
  transform: translateX(6px);
  box-shadow: 0 18px 50px rgba(19, 27, 46, 0.06);
}

.faq-wrap h2 {
  margin-bottom: 38px;
  text-align: center;
  font-size: clamp(34px, 4vw, 48px);
}

details {
  overflow: hidden;
  border: 1px solid rgba(198, 198, 205, 0.45);
  border-radius: 18px;
  background: var(--surface);
}

summary {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 24px;
  font-weight: 800;
  cursor: pointer;
}

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

summary::after {
  content: "+";
  color: var(--gold-deep);
  font-size: 26px;
}

details[open] summary::after {
  content: "-";
}

details p {
  padding: 0 24px 24px;
}

.final-cta {
  position: relative;
  min-height: 780px;
  display: grid;
  place-items: center;
  overflow: hidden;
  text-align: center;
}

.final-bg {
  background-image: url("./assets/generated-hotel-water.png");
}

.final-overlay {
  background: rgba(0, 0, 0, 0.56);
}

.final-content {
  position: relative;
  z-index: 2;
  max-width: 920px;
  display: grid;
  justify-items: center;
  gap: 26px;
  padding: 24px;
}

.final-content h2 {
  color: var(--white);
}

.final-content p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 20px;
}

.footer {
  max-width: none;
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 0.8fr;
  gap: 48px;
  padding-top: 90px;
  padding-bottom: 90px;
  color: var(--white);
  background: var(--primary);
}

.footer > * {
  display: grid;
  align-content: start;
  gap: 16px;
}

.footer p,
.footer a {
  color: rgba(255, 255, 255, 0.62);
}

.footer h4 {
  color: var(--gold);
}

.reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 800ms cubic-bezier(0.22, 1, 0.36, 1), transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

@keyframes slow-pan {
  from {
    transform: scale(1.04) translate3d(-0.7%, 0, 0);
  }
  to {
    transform: scale(1.08) translate3d(0.7%, -0.5%, 0);
  }
}

@keyframes cta-sheen {
  0%,
  55% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(120%);
  }
}

@keyframes play-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 224, 136, 0.46);
  }
  70% {
    box-shadow: 0 0 0 22px rgba(255, 224, 136, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 224, 136, 0);
  }
}

@keyframes tennis-flight-a {
  0% {
    transform: translate3d(0, 0, 0) scale(0.65);
    opacity: 0;
  }
  10%,
  82% {
    opacity: 0.9;
  }
  100% {
    transform: translate3d(118vw, 28vh, 0) scale(1.2);
    opacity: 0;
  }
}

@keyframes tennis-flight-b {
  0% {
    transform: translate3d(0, 0, 0) scale(0.7);
    opacity: 0;
  }
  14%,
  80% {
    opacity: 0.7;
  }
  100% {
    transform: translate3d(-112vw, -34vh, 0) scale(1.05);
    opacity: 0;
  }
}

@keyframes tennis-flight-c {
  0% {
    transform: translate3d(0, 0, 0) scale(0.55);
    opacity: 0;
  }
  16%,
  78% {
    opacity: 0.45;
  }
  100% {
    transform: translate3d(42vw, -105vh, 0) scale(1.05);
    opacity: 0;
  }
}

@keyframes line-drift {
  from {
    opacity: 0.18;
    filter: blur(0);
  }
  to {
    opacity: 0.62;
    filter: blur(1px);
  }
}

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

@keyframes float-orb {
  from {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  to {
    transform: translate3d(22px, -34px, 0) rotate(35deg);
  }
}

@keyframes stroke-sweep {
  from {
    opacity: 0.1;
    transform: translateX(-18px) rotate(var(--stroke-rotate, -12deg));
  }
  to {
    opacity: 0.42;
    transform: translateX(28px) rotate(var(--stroke-rotate, -12deg));
  }
}

@keyframes court-breathe {
  from {
    transform: scale(0.98);
    opacity: 0.08;
  }
  to {
    transform: scale(1.02);
    opacity: 0.16;
  }
}

@media (max-width: 1040px) {
  .nav-links,
  .nav-cta {
    display: none;
  }

  .menu-toggle {
    display: grid;
  }

  .mobile-menu.is-open {
    display: flex;
  }

	  .split,
	  .split.reverse,
	  .stats-grid,
	  .day-grid,
	  .bento-grid,
	  .hotel-grid,
	  .atmosphere-grid,
	  .footer {
	    grid-template-columns: 1fr;
	  }

  .showcase.offset {
    margin-top: 0;
  }

  .media-card,
  .media-card.portrait {
    min-height: 520px;
  }

	  .quote {
	    right: 20px;
	  }

  .atmosphere-card.large,
  .atmosphere-card.tall {
    grid-row: auto;
    grid-column: auto;
  }
}

@media (max-width: 700px) {
  body,
  a,
  button,
  summary {
    cursor: auto;
  }

  .cursor-ball,
  .cursor-ring,
  .hero-motion,
  .section-orb,
  .motion-stroke {
    display: none;
  }

  .nav-inner {
    height: 74px;
    padding-inline: 18px;
  }

  .brand span:last-child {
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hero-content,
  .section,
  .footer {
    padding-inline: 24px;
  }

  .hero-content {
    transform: none;
  }

  .hero {
    min-height: 920px;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.42));
  }

  .hero-row,
  .hero-facts,
  .price-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .button,
  .glass-pill {
    width: 100%;
  }

  .media-card,
  .media-card.portrait {
    min-height: 420px;
    border-radius: 24px;
  }

	  .day-photo,
	  .showcase-photo,
  .atmosphere-card,
  .video-preview {
	    border-radius: 24px;
	  }

  .atmosphere-grid {
    grid-auto-rows: 280px;
  }

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

  .price-panel {
    width: calc(100% - 32px);
    border-radius: 28px;
  }

  .quote {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    margin: -80px 18px 0;
  }

	  .final-cta {
	    min-height: 650px;
	  }
}

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

	  .hero-bg,
	  .day-photo img,
	  .button,
  .button.gold::after,
  .video-play,
  .flight-ball,
  .court-line,
  .motion-ribbon-track,
  .section-orb,
  .motion-stroke,
  .bento-court,
	  .reveal {
    animation: none;
	    transition: none;
	  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
