:root {
  --ink: #171717;
  --charcoal: #2f3031;
  --smoke: #6c6b66;
  --cream: #f4efe5;
  --warm-white: #fbfaf6;
  --gold: #b9964b;
  --gold-bright: #d9bf75;
  --line: rgba(185, 150, 75, 0.36);
  --soft-shadow: 0 24px 80px rgba(20, 20, 20, 0.28);
  --cursor-x: 50;
  --cursor-y: 50;
  --gate-version: "aria-age-v1";
  --faq-hero-image: url("/assets/faq_hero.jpg?v=20260630f");
  --faq-ft-image: url("/assets/faq_ft.jpg?v=20260630f");
  --faq-small-image: url("/assets/faq_small.jpg?v=20260630f");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--warm-white);
}

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

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 12%, rgba(185, 150, 75, 0.18), transparent 28rem),
    linear-gradient(135deg, #fffdf8 0%, #f6f0e6 48%, #ece5d9 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

@media (pointer: fine) {
  body[data-gate="verified"] {
    cursor: none;
  }
}

body[data-gate="locked"] {
  overflow: hidden;
}

body[data-gate="locked"] .site-shell {
  visibility: hidden;
  pointer-events: none;
}

body[data-gate="verified"] .age-gate {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 600ms ease, visibility 0s 600ms;
}

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

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

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  min-height: 100vh;
  overflow: hidden;
  color: var(--warm-white);
}

.age-gate__image,
.age-gate__shade {
  position: absolute;
  inset: 0;
}

.age-gate__image {
  background-image: url("/assets/agegate.jpg?v=20260630f");
  background-position: center;
  background-size: cover;
  transform: scale(1.05);
  filter: saturate(0.82) contrast(1.04);
  animation: gateBreath 14s ease-in-out infinite alternate;
}

.age-gate__shade {
  background:
    linear-gradient(115deg, rgba(5, 5, 5, 0.62), rgba(12, 12, 12, 0.24) 52%, rgba(5, 5, 5, 0.66)),
    radial-gradient(circle at 70% 18%, rgba(255, 255, 255, 0.14), transparent 20rem);
}

.age-gate__panel {
  position: relative;
  width: min(90vw, 520px);
  padding: clamp(1.5rem, 3vw, 2.4rem);
  border: 1px solid rgba(251, 250, 246, 0.34);
  background: rgba(8, 8, 8, 0.18);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(18px) saturate(1.08);
}

.age-gate__panel h1,
.page-hero h1,
.hero__copy h1,
.section__intro h2,
.booking-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.04;
}

.age-gate__panel h1 {
  margin-top: 0.35rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  font-weight: 200;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.age-gate__panel p {
  max-width: 420px;
  line-height: 1.65;
  color: rgba(251, 250, 246, 0.84);
}

.kicker {
  margin: 0 0 0.8rem;
  color: rgba(251, 250, 246, 0.72);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.gate-check,
.consent-line {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  line-height: 1.45;
}

.gate-check {
  margin: 1.4rem 0;
}

.gate-check input,
.consent-line input {
  width: 1.15rem;
  height: 1.15rem;
  accent-color: var(--gold);
}

.gate-button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  border: 1px solid var(--line);
  cursor: pointer;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.gate-button {
  width: 100%;
  color: var(--warm-white);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(251, 250, 246, 0.38);
  backdrop-filter: blur(10px);
}

.gate-button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.button {
  padding: 0.85rem 1.1rem;
}

.button:hover,
.gate-button:not(:disabled):hover {
  transform: translateY(-2px);
}

.button--gold {
  color: #181714;
  background: linear-gradient(135deg, #e6cf8d, #ae873d);
  box-shadow: 0 18px 44px rgba(116, 89, 33, 0.28);
}

.button--glass {
  color: var(--warm-white);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 3rem);
  color: var(--warm-white);
  background: linear-gradient(180deg, rgba(10, 10, 9, 0.42), rgba(10, 10, 9, 0.08) 76%, transparent);
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(8px);
}

.cursor-canvas {
  position: fixed;
  inset: 0;
  z-index: 40;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  mix-blend-mode: screen;
}

.topbar--solid {
  color: var(--ink);
  background: rgba(251, 250, 246, 0.82);
  border-bottom: 1px solid rgba(185, 150, 75, 0.22);
  backdrop-filter: blur(18px);
}

.brand-mark {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.15rem, 2.2vw, 1.6rem);
  font-weight: 200;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(0.7rem, 2vw, 1.4rem);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(5.2rem, 8vh, 6.4rem) clamp(1rem, 5vw, 5rem) clamp(2.4rem, 8vh, 5rem);
  background: #191918;
}

.hero__visual,
.hero__veil,
.hero__grain,
.hero__title-layer,
.hero__foreground,
.paint-sweep {
  position: absolute;
  inset: 0;
}

.hero__visual {
  z-index: -10;
  background-position: center;
  background-size: cover;
  transform: scale(1.04);
  will-change: opacity, filter, transform;
}

.hero__visual--one {
  background-image: url("/assets/hero1.jpg?v=20260630f");
  animation: imageMergeOne 18s ease-in-out infinite;
}

.hero__visual--two {
  background-image: url("/assets/hero2.jpg?v=20260630f");
  opacity: 0;
  mix-blend-mode: lighten;
  animation: imageMergeTwo 18s ease-in-out infinite;
}

.hero__veil {
  z-index: -9;
  background:
    radial-gradient(circle at calc(var(--cursor-x) * 1%) calc(var(--cursor-y) * 1%), rgba(217, 191, 117, 0.18), transparent 13rem),
    linear-gradient(90deg, rgba(8, 8, 7, 0.88), rgba(18, 18, 17, 0.44) 52%, rgba(18, 18, 17, 0.78)),
    linear-gradient(0deg, rgba(10, 10, 9, 0.92), transparent 55%);
}

.hero__grain {
  z-index: -8;
  opacity: 0.22;
  mix-blend-mode: overlay;
  background-image:
    repeating-radial-gradient(circle at 22% 28%, rgba(255, 255, 255, 0.45) 0 1px, transparent 1px 4px),
    repeating-linear-gradient(102deg, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 7px);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  z-index: -7;
  pointer-events: none;
  filter: blur(0.2px);
  transform-origin: center;
}

.hero::before {
  left: -12vw;
  top: 18vh;
  width: 74vw;
  height: 10rem;
  background:
    linear-gradient(92deg, transparent 0 4%, rgba(246, 239, 225, 0.08) 7%, rgba(246, 239, 225, 0.48) 38%, rgba(246, 239, 225, 0.1) 76%, transparent 100%);
  clip-path: polygon(0 42%, 10% 20%, 28% 35%, 42% 12%, 69% 36%, 100% 22%, 96% 76%, 68% 60%, 51% 84%, 30% 63%, 13% 82%, 0 70%);
  opacity: 0.7;
  transform: translateX(calc((var(--cursor-x) - 50) * 0.18px)) rotate(-8deg);
}

.hero::after {
  right: -18vw;
  bottom: 7vh;
  width: 68vw;
  height: 8rem;
  background:
    linear-gradient(96deg, transparent 0, rgba(185, 150, 75, 0.06) 8%, rgba(217, 191, 117, 0.36) 42%, rgba(185, 150, 75, 0.1) 72%, transparent 100%);
  clip-path: polygon(0 52%, 18% 22%, 34% 44%, 53% 16%, 70% 38%, 100% 20%, 92% 70%, 74% 58%, 61% 86%, 43% 61%, 21% 79%, 0 67%);
  opacity: 0.78;
  transform: translateY(calc((var(--cursor-y) - 50) * 0.14px)) rotate(-11deg);
}

.paint-sweep {
  z-index: -6;
  pointer-events: none;
  opacity: 0.78;
  filter: drop-shadow(0 22px 42px rgba(0, 0, 0, 0.32));
  transition: opacity 280ms ease, filter 280ms ease;
}

.hero__title-layer {
  z-index: -5;
  display: grid;
  align-content: center;
  padding: clamp(4.8rem, 9vh, 7rem) clamp(1rem, 5vw, 5rem);
  color: rgba(255, 255, 255, 0.74);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(4.5rem, 11vw, 11.2rem);
  font-weight: 200;
  line-height: 0.78;
  text-transform: uppercase;
  text-shadow: 0 24px 70px rgba(0, 0, 0, 0.54);
  pointer-events: none;
  mix-blend-mode: screen;
}

.hero__title-layer span {
  display: block;
}

.hero__foreground {
  z-index: -4;
  background-image: url("/assets/hero1.jpg?v=20260630f");
  background-position: center;
  background-size: cover;
  opacity: 0.42;
  filter: grayscale(0.55) contrast(1.18) brightness(0.78);
  mix-blend-mode: multiply;
  pointer-events: none;
  mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.15) 28%, rgba(0, 0, 0, 0.98) 43%, rgba(0, 0, 0, 0.9) 58%, transparent 78%),
    radial-gradient(ellipse at 48% 50%, rgba(0, 0, 0, 1) 0 21%, transparent 42%);
  mask-composite: intersect;
}

.paint-sweep--cream {
  background:
    linear-gradient(104deg, transparent 0 48%, rgba(244, 239, 229, 0.62) 49% 52%, transparent 54%),
    linear-gradient(78deg, transparent 0 60%, rgba(244, 239, 229, 0.35) 61% 66%, transparent 68%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transform: translateX(calc((var(--cursor-x) - 50) * 0.12%));
}

.paint-sweep--gold {
  background:
    linear-gradient(118deg, transparent 0 18%, rgba(185, 150, 75, 0.42) 19% 24%, transparent 26%),
    linear-gradient(101deg, transparent 0 72%, rgba(185, 150, 75, 0.24) 73% 78%, transparent 80%);
  transform: translateY(calc((var(--cursor-y) - 50) * 0.12%));
}

.hero__copy {
  position: relative;
  width: min(100%, 900px);
  max-width: 900px;
  color: var(--warm-white);
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.38);
}

.hero__copy::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: -1.2rem;
  width: min(62vw, 34rem);
  height: 0.55rem;
  background: linear-gradient(90deg, rgba(217, 191, 117, 0.82), rgba(244, 239, 229, 0.18), transparent);
  clip-path: polygon(0 48%, 12% 12%, 28% 44%, 46% 8%, 72% 46%, 100% 24%, 96% 82%, 73% 58%, 49% 90%, 23% 62%, 0 76%);
  opacity: 0.86;
  transform: translateX(calc((var(--cursor-x) - 50) * 0.05px));
}

.hero__copy h1 {
  max-width: 760px;
  font-size: clamp(3.8rem, 8.6vw, 7.6rem);
  line-height: 0.84;
  letter-spacing: 0;
}

.hero__seo {
  position: relative;
  max-width: 760px;
  margin-top: clamp(1rem, 2.4vw, 1.8rem);
  padding: 1rem 0 0 1.15rem;
  border-left: 1px solid rgba(217, 191, 117, 0.58);
}

.hero__seo p {
  margin: 0.58rem 0 0;
  color: rgba(251, 250, 246, 0.84);
  font-size: clamp(0.92rem, 1.1vw, 1.02rem);
  line-height: 1.52;
}

.hero__seo p:first-child {
  margin-top: 0;
  color: rgba(251, 250, 246, 0.94);
  font-size: clamp(1.02rem, 1.35vw, 1.2rem);
  line-height: 1.46;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.3rem;
}

.hero__monogram {
  display: none;
}

.hero .hero__copy {
  z-index: 20;
  width: min(100%, 1120px);
  max-width: 1120px;
  align-self: end;
  padding-top: clamp(13rem, 38vh, 24rem);
}

.hero .hero__copy h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero .hero__seo {
  max-width: 1120px;
  margin-top: 1.8rem;
  padding: clamp(1.15rem, 2vw, 1.7rem) clamp(1.15rem, 2.8vw, 2rem);
  border: 1px solid rgba(217, 191, 117, 0.34);
  border-left: 1px solid rgba(217, 191, 117, 0.74);
  background:
    linear-gradient(105deg, rgba(17, 17, 16, 0.18), rgba(17, 17, 16, 0.52)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(13px);
}

.hero .hero__seo p,
.hero .hero__seo p:first-child {
  color: rgba(251, 250, 246, 0.92);
  font-size: clamp(1.12rem, 1.55vw, 1.42rem);
  line-height: 1.62;
  letter-spacing: 0.01em;
}

.hero__locations {
  position: absolute;
  z-index: -3;
  left: clamp(1rem, 5vw, 5rem);
  top: clamp(5.2rem, 13vh, 8rem);
  width: min(100vw - 2rem, 980px);
  color: rgba(251, 250, 246, 0.86);
  font-size: clamp(0.88rem, 1.05vw, 1rem);
  letter-spacing: 0.2em;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.62);
}

.hero .kicker {
  font-size: clamp(0.88rem, 1.05vw, 1rem);
  letter-spacing: 0.2em;
}

.cinema-stage {
  position: relative;
  width: 100vw;
  height: calc(var(--cinema-panels, 4) * 160svh);
  overflow: clip;
  background: #11110f;
}

.cinema-track {
  position: sticky;
  top: 0;
  display: flex;
  width: max-content;
  height: 100svh;
  overflow-x: visible;
  overflow-y: hidden;
  scroll-snap-type: none;
  scroll-behavior: auto;
  scrollbar-width: none;
  transform: translate3d(calc(var(--cinema-x, 0) * -1px), 0, 0);
  will-change: transform;
}

.cinema-track::-webkit-scrollbar {
  display: none;
}

.cinema-panel {
  position: relative;
  flex: 0 0 100vw;
  width: 100vw;
  height: 100svh;
  overflow: hidden;
  isolation: isolate;
}

.float-card {
  z-index: 20;
}

.section.cinema-panel {
  display: grid;
  align-items: center;
  min-height: 100svh;
}

.section--cream.reveal-suite {
  overflow-y: hidden;
  align-content: start;
  overscroll-behavior: auto;
  background:
    linear-gradient(105deg, rgba(251, 250, 246, 0.92), rgba(244, 239, 229, 0.76)),
    url("/assets/session_surrenderrefined.jpeg?v=20260630f") center 34% / cover;
  background-blend-mode: screen;
}

.reveal-suite .section__intro {
  margin-top: clamp(2rem, 6vh, 4rem);
}

.reveal-suite .experience-grid {
  margin-bottom: clamp(2rem, 6vh, 4rem);
}

.calendar-room {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(380px, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  padding: clamp(5.5rem, 8vh, 7rem) clamp(1rem, 5vw, 5rem) clamp(2rem, 5vh, 4rem);
  color: var(--warm-white);
  background:
    radial-gradient(circle at 78% 20%, rgba(217, 191, 117, 0.2), transparent 22rem),
    linear-gradient(125deg, #181816 0%, #2f3031 52%, #11110f 100%);
}

.calendar-room::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -10;
  background-image: url("/assets/hero2.jpg?v=20260630f");
  background-position: center;
  background-size: cover;
  opacity: 0.18;
  filter: grayscale(0.85) contrast(1.15);
  transform: scale(1.08);
}

.calendar-room__copy h2 {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(3.4rem, 7vw, 7rem);
  font-weight: 200;
  line-height: 0.92;
  text-transform: uppercase;
}

.calendar-room__copy p:not(.kicker) {
  max-width: 540px;
  color: rgba(251, 250, 246, 0.72);
  font-size: 1.06rem;
  line-height: 1.7;
}

.calendar-room__slots {
  z-index: 20;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(217, 191, 117, 0.34);
  background: rgba(217, 191, 117, 0.34);
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.28);
}

.calendar-room__slots button {
  min-height: 13rem;
  border: 0;
  color: var(--warm-white);
  background: rgba(255, 255, 255, 0.065);
  backdrop-filter: blur(16px);
  cursor: none;
  padding: 1.25rem;
  text-align: left;
  text-transform: uppercase;
  transition: background 240ms ease, color 240ms ease;
}

.calendar-room__slots button:hover,
.calendar-room__slots button.is-selected {
  color: #191816;
  background: rgba(217, 191, 117, 0.78);
}

.calendar-room__slots span {
  display: block;
  margin-top: 4rem;
  color: currentColor;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  opacity: 0.74;
}

.hero .hero__seo p,
.hero .hero__seo p:first-child {
  color: rgba(255, 255, 255, 0.9);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.12rem, 1.55vw, 1.42rem);
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: 0.01em;
  text-transform: none;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(58px) scale(0.985);
  transition: opacity 1100ms ease, transform 1100ms cubic-bezier(0.16, 1, 0.3, 1), filter 1100ms ease;
  filter: blur(10px);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.cinema-panel [data-reveal]:nth-of-type(2) {
  transition-delay: 120ms;
}

.cinema-panel [data-reveal]:nth-of-type(3) {
  transition-delay: 220ms;
}

.experience-tile[data-reveal]:nth-child(2) {
  transition-delay: 140ms;
}

.luxury-room__copy[data-reveal],
.arrival-scene__copy[data-reveal],
.section__intro[data-reveal] {
  transform: translateY(72px) scale(0.975);
}

.luxury-room__copy[data-reveal].is-visible,
.arrival-scene__copy[data-reveal].is-visible,
.section__intro[data-reveal].is-visible {
  transform: translateY(0) scale(1);
}

.arrival-scene {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: 7rem clamp(1rem, 5vw, 5rem);
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 24%, rgba(217, 191, 117, 0.26), transparent 20rem),
    linear-gradient(125deg, #fffdf8 0%, #f1eadf 56%, #d7d0c4 100%);
}

.arrival-scene__image,
.arrival-scene__wash {
  position: absolute;
  inset: 0;
}

.arrival-scene__image {
  z-index: -3;
  background-image: url("/assets/Horizontal_scroll1.jpg?v=20260630f");
  background-position: center;
  background-size: cover;
  opacity: 0.36;
  filter: grayscale(1) contrast(1.08);
  transform: scale(1.12) translateY(calc(var(--scroll-px, 0px) * -0.025));
}

.arrival-scene__wash {
  z-index: -2;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0 1px, transparent 1px 12px),
    linear-gradient(90deg, rgba(255, 253, 248, 0.96), rgba(255, 253, 248, 0.72) 50%, rgba(47, 48, 49, 0.18));
}

.arrival-scene::before,
.arrival-scene::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.arrival-scene::before {
  left: -6rem;
  top: 22%;
  width: min(70vw, 52rem);
  height: 9rem;
  background: linear-gradient(96deg, transparent, rgba(255, 255, 255, 0.78), rgba(244, 239, 229, 0.18), transparent);
  clip-path: polygon(0 50%, 14% 18%, 30% 43%, 50% 9%, 78% 41%, 100% 24%, 92% 76%, 68% 62%, 49% 91%, 28% 64%, 8% 80%);
  transform: rotate(-7deg) translateX(calc((var(--cursor-x) - 50) * 0.12px));
}

.arrival-scene::after {
  right: -10rem;
  bottom: 16%;
  width: min(72vw, 50rem);
  height: 7rem;
  background: linear-gradient(96deg, transparent, rgba(185, 150, 75, 0.06), rgba(185, 150, 75, 0.32), transparent);
  clip-path: polygon(0 48%, 18% 20%, 36% 44%, 56% 13%, 76% 42%, 100% 22%, 91% 72%, 73% 60%, 55% 88%, 34% 63%, 12% 79%);
  transform: rotate(-10deg) translateY(calc((var(--cursor-y) - 50) * 0.12px));
}

.arrival-scene__copy {
  position: relative;
  max-width: 720px;
  margin-left: auto;
  padding: 2rem 0 2rem 2rem;
  border-left: 1px solid rgba(185, 150, 75, 0.54);
}

.arrival-scene__copy h2 {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 5.4rem;
  font-weight: 200;
  line-height: 0.92;
  text-transform: uppercase;
}

.arrival-scene__copy p:not(.kicker) {
  max-width: 560px;
  color: #4b4943;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.08rem, 1.45vw, 1.24rem);
  line-height: 1.72;
  letter-spacing: 0.006em;
}

.arrival-scene__word {
  position: absolute;
  z-index: -1;
  color: rgba(47, 48, 49, 0.07);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 9rem;
  font-weight: 200;
  line-height: 1;
  text-transform: uppercase;
  pointer-events: none;
}

.arrival-scene__word--one {
  left: 3vw;
  top: 18vh;
  transform: translateY(calc(var(--scroll-px, 0px) * 0.018));
}

.arrival-scene__word--two {
  right: 2vw;
  bottom: 10vh;
  transform: translateY(calc(var(--scroll-px, 0px) * -0.014));
}

.reveal-suite .experience-tile:nth-child(2) {
  transition-delay: 120ms;
}

.reveal-suite .experience-tile:nth-child(3) {
  transition-delay: 240ms;
}

.section {
  position: relative;
  padding: clamp(4rem, 10vw, 7rem) clamp(1rem, 5vw, 5rem);
}

.section--cream {
  overflow: hidden;
  background:
    radial-gradient(circle at calc(var(--cursor-x) * 1%) 24%, rgba(217, 191, 117, 0.18), transparent 19rem),
    repeating-linear-gradient(96deg, rgba(255, 255, 255, 0.28) 0 1px, transparent 1px 9px),
    linear-gradient(120deg, rgba(255, 255, 255, 0.72), transparent 48%),
    var(--cream);
}

.section--cream::before,
.section--cream::after,
.booking-band::before {
  content: "";
  position: absolute;
  pointer-events: none;
}

.section--cream::before {
  top: 10%;
  left: -8%;
  width: 62%;
  height: 10rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.08));
  clip-path: polygon(0 36%, 15% 18%, 32% 42%, 54% 12%, 76% 38%, 100% 24%, 92% 74%, 69% 58%, 45% 83%, 23% 62%, 0 78%);
  transform: rotate(-9deg);
  filter: blur(2px);
}

.section--cream::after {
  right: -10%;
  bottom: 12%;
  width: 55%;
  height: 8rem;
  background: linear-gradient(96deg, rgba(185, 150, 75, 0.06), rgba(185, 150, 75, 0.28), rgba(185, 150, 75, 0.03));
  clip-path: polygon(0 48%, 13% 18%, 34% 40%, 59% 14%, 83% 38%, 100% 20%, 96% 70%, 79% 56%, 62% 86%, 42% 60%, 19% 78%, 0 66%);
  transform: rotate(-14deg);
}

.section__intro {
  position: relative;
  max-width: 760px;
}

.section__intro h2,
.booking-copy h2 {
  font-size: clamp(2.2rem, 5vw, 4.5rem);
}

.section__intro p,
.booking-copy p {
  color: var(--smoke);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.08rem, 1.42vw, 1.22rem);
  line-height: 1.72;
  letter-spacing: 0.006em;
}

.experience-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(2rem, 6vw, 4rem);
  background: rgba(185, 150, 75, 0.22);
  border: 1px solid rgba(185, 150, 75, 0.22);
}

.experience-tile {
  min-height: 18rem;
  padding: clamp(1.2rem, 3vw, 2rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(246, 240, 229, 0.72)),
    rgba(251, 250, 246, 0.82);
  transition: background 260ms ease, transform 260ms ease, box-shadow 260ms ease;
}

.experience-tile:hover {
  background: #fffdf8;
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(47, 48, 49, 0.12);
}

.experience-tile h3 {
  margin: 3rem 0 0.8rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  font-weight: 400;
}

.experience-tile p {
  color: var(--smoke);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.64;
  font-size: clamp(0.98rem, 1.16vw, 1.08rem);
  letter-spacing: 0.004em;
}

.experience-tile p + p {
  margin-top: 0.7rem;
}

.luxury-room {
  display: grid;
  align-items: center;
  padding: clamp(5.5rem, 8vh, 7rem) clamp(1rem, 6vw, 6rem) clamp(2rem, 6vh, 5rem);
  overflow-y: hidden;
  overscroll-behavior: auto;
  color: var(--warm-white);
  background:
    radial-gradient(circle at 78% 18%, rgba(217, 191, 117, 0.18), transparent 24rem),
    linear-gradient(135deg, #050505 0%, #161615 48%, #000 100%);
}

.luxury-room::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -10;
  background-image: url("/assets/luxuryfetish.jpg?v=20260630f");
  background-position: center;
  background-size: cover;
  opacity: 0.18;
  filter: grayscale(1) contrast(1.18);
  transform: scale(1.08);
}

.luxury-room__copy {
  max-width: 880px;
  margin-left: auto;
  padding-left: clamp(1rem, 4vw, 3rem);
  border-left: 1px solid rgba(217, 191, 117, 0.44);
}

.luxury-room__copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 8vw, 7rem);
  font-weight: 400;
  line-height: 0.95;
}

.luxury-room__copy p:not(.kicker) {
  max-width: 720px;
  color: rgba(251, 250, 246, 0.76);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.06rem, 1.45vw, 1.24rem);
  line-height: 1.72;
  letter-spacing: 0.006em;
}

.section--charcoal {
  color: var(--warm-white);
  background:
    radial-gradient(circle at 70% 16%, rgba(217, 191, 117, 0.2), transparent 26rem),
    linear-gradient(135deg, #242424, #3b3b3a);
}

.booking-band {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
  overflow: hidden;
}

.booking-band::before {
  top: 18%;
  right: -12%;
  width: 70%;
  height: 7rem;
  background: rgba(244, 239, 229, 0.12);
  transform: rotate(-12deg);
}

.booking-copy,
.booking-form {
  position: relative;
  min-width: 0;
}

.booking-copy p {
  color: rgba(251, 250, 246, 0.68);
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.68rem, 1.4vh, 1rem);
  width: 100%;
  scroll-margin-top: 5.5rem;
  padding: clamp(1rem, 3vw, 1.6rem);
  border: 1px solid rgba(217, 191, 117, 0.28);
  background: rgba(12, 12, 11, 0.28);
  backdrop-filter: blur(16px);
}

.booking-form label {
  display: grid;
  gap: 0.45rem;
  min-width: 0;
  color: rgba(251, 250, 246, 0.76);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(217, 191, 117, 0.25);
  border-radius: 0;
  color: var(--warm-white);
  background: rgba(255, 255, 255, 0.08);
  padding: clamp(0.68rem, 1.25vh, 0.9rem);
  outline: none;
}

.booking-form textarea {
  resize: vertical;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  border-color: var(--gold-bright);
  box-shadow: 0 0 0 3px rgba(217, 191, 117, 0.14);
}

.booking-form .full {
  grid-column: 1 / -1;
}

.trap-field {
  position: absolute;
  left: -100vw;
  width: 1px;
  height: 1px;
}

.consent-line {
  text-transform: none;
  letter-spacing: 0;
}

.form-status {
  min-height: 1.4rem;
  margin: 0;
  color: var(--gold-bright);
}

@media (min-width: 861px) and (max-height: 820px) {
  .booking-band {
    align-items: start;
    padding-top: clamp(3.4rem, 6vh, 4.4rem);
    padding-bottom: 1rem;
  }

  .booking-copy h2 {
    font-size: clamp(1.8rem, 3.4vw, 2.8rem);
  }

  .booking-copy p {
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .booking-form {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.48rem;
    padding: 0.72rem;
  }

  .booking-form label {
    gap: 0.24rem;
    font-size: 0.66rem;
  }

  .booking-form input,
  .booking-form select,
  .booking-form textarea {
    padding: 0.52rem 0.62rem;
  }

  .booking-form textarea {
    min-height: 3.5rem;
    max-height: 4.4rem;
  }

  .gate-button,
  .button {
    min-height: 2.85rem;
  }
}

.page-shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at 80% 8%, rgba(185, 150, 75, 0.18), transparent 28rem),
    var(--warm-white);
}

.page-hero {
  min-height: 54vh;
  display: grid;
  align-items: end;
  padding: 7rem clamp(1rem, 5vw, 5rem) 3rem;
  background:
    linear-gradient(120deg, rgba(251, 250, 246, 0.95), rgba(244, 239, 229, 0.72)),
    url("/assets/hero1.jpg?v=20260630f") center 32% / cover;
  background-blend-mode: screen;
}

.page-hero--calendar {
  background:
    linear-gradient(120deg, rgba(251, 250, 246, 0.94), rgba(244, 239, 229, 0.72)),
    url("/assets/hero2.jpg?v=20260630f") center 36% / cover;
  background-blend-mode: screen;
}

.page-hero > div {
  max-width: 820px;
}

.page-hero h1 {
  font-size: clamp(3rem, 8vw, 6.8rem);
}

.page-hero p {
  max-width: 620px;
  color: var(--smoke);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.08rem, 1.35vw, 1.2rem);
  line-height: 1.68;
  letter-spacing: 0.006em;
}

.booking-band--standalone {
  grid-template-columns: minmax(0, 920px);
  justify-content: center;
}

.calendar-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: clamp(1.4rem, 5vw, 4rem);
  padding: clamp(2rem, 6vw, 5rem) clamp(1rem, 5vw, 5rem);
}

.calendar-wrap--single {
  grid-template-columns: minmax(0, 1fr);
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  align-self: start;
  background: rgba(185, 150, 75, 0.24);
  border: 1px solid rgba(185, 150, 75, 0.24);
}

.calendar-grid button {
  min-height: 12rem;
  border: 0;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(244, 239, 229, 0.8)),
    var(--cream);
  cursor: pointer;
  padding: 1.25rem;
  text-align: left;
  transition: background 240ms ease, transform 240ms ease;
}

.calendar-grid button:hover,
.calendar-grid button.is-selected {
  background: #fffdf8;
  transform: translateY(-3px);
}

.calendar-grid span {
  display: block;
  margin-top: 4rem;
  color: var(--smoke);
}

.calendar-grid strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 400;
}

.calendar-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 2rem;
  color: var(--smoke);
  background: rgba(251, 250, 246, 0.82);
}

.calendar-empty--dark {
  color: rgba(251, 250, 246, 0.72);
  background: rgba(255, 255, 255, 0.06);
}

.booking-form--calendar {
  color: var(--warm-white);
  background:
    radial-gradient(circle at top right, rgba(185, 150, 75, 0.22), transparent 18rem),
    #30302f;
}

.admin-shell {
  min-height: 100vh;
  color: var(--warm-white);
  background:
    radial-gradient(circle at 20% 18%, rgba(217, 191, 117, 0.18), transparent 24rem),
    linear-gradient(135deg, #191918, #343432);
}

.admin-calendar {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 7rem 0 4rem;
}

.admin-calendar__header {
  max-width: 760px;
}

.admin-calendar__header h1 {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(3rem, 8vw, 7rem);
  font-weight: 200;
  line-height: 0.92;
  text-transform: uppercase;
}

.admin-calendar__header p:not(.kicker) {
  color: rgba(251, 250, 246, 0.72);
  font-size: 1.06rem;
  line-height: 1.7;
}

.admin-login,
.admin-editor {
  margin-top: 2rem;
  border: 1px solid rgba(217, 191, 117, 0.28);
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(18px);
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.2);
}

.admin-login {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  gap: 1rem;
  align-items: end;
  padding: 1.2rem;
}

.admin-login label,
.admin-slot label {
  display: grid;
  gap: 0.45rem;
  color: rgba(251, 250, 246, 0.74);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-login input,
.admin-slot input,
.admin-slot select,
.admin-slot textarea {
  width: 100%;
  border: 1px solid rgba(217, 191, 117, 0.28);
  color: var(--warm-white);
  background: rgba(255, 255, 255, 0.08);
  padding: 0.85rem;
  outline: none;
}

.admin-editor {
  padding: 1rem;
}

.admin-editor__toolbar {
  display: flex;
  justify-content: flex-end;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.admin-slots {
  display: grid;
  gap: 0.8rem;
}

.admin-slot {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 0.8fr auto;
  gap: 0.8rem;
  align-items: end;
  margin: 0;
  padding: 1rem;
  border: 1px solid rgba(217, 191, 117, 0.2);
  background: rgba(0, 0, 0, 0.16);
}

.admin-slot__notes {
  grid-column: 1 / -2;
}

.admin-slot__remove {
  min-height: 2.8rem;
  border: 1px solid rgba(217, 191, 117, 0.3);
  color: var(--warm-white);
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  padding: 0 0.85rem;
}

.admin-slot__remove:hover {
  background: rgba(217, 191, 117, 0.2);
}

.click-stroke {
  position: fixed;
  z-index: 20;
  width: min(44vw, 18rem);
  height: 3.4rem;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(244, 239, 229, 0.22), rgba(217, 191, 117, 0.42), rgba(244, 239, 229, 0.14), transparent);
  clip-path: polygon(0 42%, 13% 12%, 31% 40%, 50% 8%, 72% 42%, 100% 23%, 95% 72%, 70% 61%, 54% 88%, 32% 60%, 12% 80%, 0 64%);
  filter: blur(0.4px) drop-shadow(0 16px 28px rgba(0, 0, 0, 0.28));
  transform: translate(-50%, -50%) rotate(var(--stroke-rotation, -8deg)) scaleX(0);
  transform-origin: left center;
  animation: clickPaint 920ms ease forwards;
}

body[data-brush="active"] .paint-sweep,
body[data-brush="active"] .section--cream::after {
  opacity: 1;
  filter: drop-shadow(0 28px 54px rgba(0, 0, 0, 0.38));
}

@keyframes gateBreath {
  from {
    transform: scale(1.05) translateY(0);
  }
  to {
    transform: scale(1.1) translateY(-1.5%);
  }
}

@keyframes imageMergeOne {
  0%, 34% {
    opacity: 1;
    filter: blur(0) saturate(0.92) contrast(1.04);
    transform: scale(1.04) translate3d(0, 0, 0);
  }
  50%, 68% {
    opacity: 0.62;
    filter: blur(4px) saturate(0.72) contrast(1.1);
    transform: scale(1.075) translate3d(-1.2%, 0.8%, 0);
  }
  100% {
    opacity: 1;
    filter: blur(0) saturate(0.92) contrast(1.04);
    transform: scale(1.04) translate3d(0, 0, 0);
  }
}

@keyframes imageMergeTwo {
  0%, 26% {
    opacity: 0;
    filter: blur(9px) saturate(0.78);
  }
  52%, 72% {
    opacity: 0.62;
    filter: blur(1px) saturate(0.98) contrast(1.08);
    transform: scale(1.07) translate3d(1%, -0.8%, 0);
  }
  100% {
    opacity: 0;
    filter: blur(9px) saturate(0.78);
  }
}

@keyframes clickPaint {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(var(--stroke-rotation, -8deg)) scaleX(0);
  }
  24% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(var(--stroke-rotation, -8deg)) scaleX(1);
  }
}

@media (max-width: 1180px), (pointer: coarse) {
  .cursor-canvas {
    display: none;
  }

  body[data-gate="verified"] {
    cursor: auto;
  }

  .topbar {
    align-items: flex-start;
  }

  .nav-links {
    gap: 0.72rem;
    font-size: 0.68rem;
  }

  .hero {
    min-height: 100svh;
    padding-top: 6rem;
    align-items: end;
  }

  .hero__monogram {
    display: none;
  }

  .hero .hero__copy {
    padding-top: 0;
  }

  .hero .hero__copy h1 {
    font-size: clamp(3.7rem, 15vw, 5.2rem);
    line-height: 0.8;
  }

  .hero .hero__seo {
    padding: 0.9rem;
  }

  .hero .hero__seo p,
  .hero .hero__seo p:first-child {
    font-size: 0.72rem;
    line-height: 1.36;
  }

  .hero__copy h1 {
    font-size: clamp(3.1rem, 16vw, 4.8rem);
  }

  .hero__seo {
    padding-left: 0.9rem;
  }

  .hero__seo p {
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .hero__seo p:first-child {
    font-size: 0.98rem;
  }

  .experience-grid,
  .booking-band,
  .calendar-wrap {
    grid-template-columns: 1fr;
  }

  .booking-form,
  .calendar-grid {
    grid-template-columns: 1fr;
  }

  .booking-copy {
    order: 2;
  }

  .booking-form {
    order: 1;
  }

  .experience-tile {
    min-height: 14rem;
  }

  .page-hero {
    min-height: 48vh;
  }

  .arrival-scene {
    min-height: 88svh;
    padding: 5.5rem 1rem 4rem;
  }

  .cinema-stage,
  .cinema-panel {
    height: auto;
  }

  .cinema-stage {
    overflow: visible;
  }

  .cinema-track {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    transform: none !important;
    overflow: visible;
    scroll-snap-type: y proximity;
  }

  .cinema-panel {
    width: 100%;
    min-height: 100svh;
    overflow: hidden;
    scroll-snap-align: start;
  }

  .arrival-scene__copy {
    margin-left: 0;
    padding-left: 1rem;
  }

  .arrival-scene__copy h2 {
    font-size: 3.2rem;
  }

  .arrival-scene__word {
    font-size: 4.2rem;
  }

  .calendar-room {
    grid-template-columns: 1fr;
    padding: 5.5rem 1rem 2rem;
  }

  .calendar-room__copy h2 {
    font-size: 3.2rem;
  }

  .luxury-room {
    padding: 5.5rem 1rem 3rem;
  }

  .luxury-room__copy {
    margin-left: 0;
    padding-left: 1rem;
  }

  .luxury-room__copy h2 {
    font-size: 3.2rem;
  }

  .calendar-room__slots {
    grid-template-columns: 1fr;
  }

  .calendar-room__slots button {
    min-height: 8rem;
    cursor: pointer;
  }

  .calendar-room__slots span {
    margin-top: 2rem;
  }

  .admin-calendar {
    width: min(100% - 1rem, 1180px);
    padding-top: 5.5rem;
  }

  .admin-login,
  .admin-slot {
    grid-template-columns: 1fr;
  }

  .admin-editor__toolbar {
    flex-direction: column;
  }

  .admin-editor__toolbar .button {
    width: 100%;
  }

  .admin-slot__notes {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}
