: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;
}

img,
[data-protected-visual],
.age-gate__image,
.hero__visual,
.hero__foreground,
.arrival-scene__image,
.luxury-room,
.page-hero {
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  user-select: none;
}

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: var(--hero-image-position, center);
  background-size: cover;
  transform: scale(var(--hero-image-scale, 1.04));
  pointer-events: none;
  will-change: opacity, filter, transform;
}

.hero__visual::after,
.arrival-scene__image::after,
.luxury-room::after,
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(97deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 9px),
    radial-gradient(circle at 72% 18%, rgba(217, 191, 117, 0.035), transparent 20rem);
  mix-blend-mode: overlay;
}

.hero__visual--one {
  --hero-image-position: center 40%;
  --hero-image-scale: 1.01;
  background-image: url("/assets/hero1.jpeg?v=20260630hero");
  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.jpeg?v=20260630hero");
  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 68% / 112% auto no-repeat;
  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.jpeg?v=20260630horizontal");
  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));
  pointer-events: none;
}

.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 {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  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.jpeg?v=20260630hero") 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--faq {
  min-height: 46vh;
  background:
    linear-gradient(120deg, rgba(20, 20, 19, 0.66), rgba(47, 48, 49, 0.52)),
    url("/assets/faq_hero.jpg?v=20260630f") center 42% / 88% auto no-repeat,
    #191918;
  background-blend-mode: multiply, normal, normal;
}

.page-hero--educate {
  min-height: 58vh;
  color: var(--warm-white);
  background:
    linear-gradient(118deg, rgba(8, 8, 8, 0.78), rgba(36, 31, 27, 0.42)),
    url("/assets/educate_hero.jpg?v=20260630educate") center 42% / cover;
  background-blend-mode: multiply;
}

.page-hero--educate p {
  color: rgba(251, 250, 246, 0.78);
}

.page-hero--faq,
.page-hero--faq p {
  color: var(--warm-white);
}

.page-hero > div {
  position: relative;
  z-index: 1;
  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;
}

.knowledge-shell {
  display: grid;
  grid-template-columns: minmax(180px, 0.28fr) minmax(0, 1fr);
  gap: clamp(1.2rem, 5vw, 4rem);
  padding: clamp(2.5rem, 7vw, 6rem) clamp(1rem, 5vw, 5rem);
  background:
    radial-gradient(circle at 12% 12%, rgba(217, 191, 117, 0.14), transparent 24rem),
    linear-gradient(135deg, #171717, #2f3031);
}

.knowledge-index {
  position: sticky;
  top: 6rem;
  align-self: start;
  display: grid;
  gap: 0.45rem;
  padding: 1rem 0;
}

.knowledge-index a {
  width: fit-content;
  color: rgba(251, 250, 246, 0.58);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.knowledge-index a:hover {
  color: var(--gold-bright);
}

.faq-list {
  display: grid;
  gap: clamp(1.2rem, 3vw, 2rem);
}

.faq-cluster {
  display: grid;
  gap: 1px;
  border: 1px solid rgba(185, 150, 75, 0.22);
  background: rgba(217, 191, 117, 0.22);
}

.faq-cluster > h2,
.faq-cluster > .kicker {
  margin: 0;
  color: var(--warm-white);
  background: rgba(255, 255, 255, 0.055);
}

.faq-cluster > .kicker {
  padding: 1.2rem 1.2rem 0;
}

.faq-cluster > h2 {
  padding: 0.2rem 1.2rem 1.2rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 400;
}

.faq-cluster details {
  background: rgba(255, 255, 255, 0.075);
}

.faq-cluster summary {
  cursor: pointer;
  padding: 1.05rem 1.2rem;
  color: var(--warm-white);
  font-weight: 600;
}

.faq-cluster p {
  margin: 0;
  padding: 0 1.2rem 1.2rem;
  color: rgba(251, 250, 246, 0.72);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.02rem;
  line-height: 1.68;
}

.term-list {
  display: grid;
  gap: 1px;
}

.term-list p {
  padding: 1rem 1.2rem;
  background: rgba(255, 255, 255, 0.075);
}

.term-list strong {
  color: var(--gold-bright);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.knowledge-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
  margin-top: 1rem;
  padding: 1.2rem;
  color: var(--warm-white);
  background:
    radial-gradient(circle at 80% 20%, rgba(217, 191, 117, 0.22), transparent 18rem),
    #2f3031;
}

.knowledge-cta p {
  flex: 1 1 260px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.5;
}

.education-layout {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  padding: clamp(2.5rem, 7vw, 6rem) clamp(1rem, 5vw, 5rem);
  background:
    radial-gradient(circle at 8% 20%, rgba(217, 191, 117, 0.16), transparent 24rem),
    radial-gradient(circle at 88% 58%, rgba(244, 239, 229, 0.08), transparent 20rem),
    linear-gradient(180deg, #11110f, #242424 54%, #161616);
}

.educate-page [data-reveal] {
  transform: translateX(-72px) scale(0.985);
}

.educate-page [data-reveal].is-visible {
  transform: translateX(0) scale(1);
}

.educate-page .education-card:nth-child(2),
.educate-page .education-deep-dive details:nth-child(2) {
  transition-delay: 120ms;
}

.educate-page .education-card:nth-child(3),
.educate-page .education-deep-dive details:nth-child(3) {
  transition-delay: 240ms;
}

.education-intro,
.education-feature,
.education-columns,
.education-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.education-intro {
  max-width: 780px;
  margin-left: 0;
  color: var(--warm-white);
}

.education-intro h2,
.education-feature h2,
.education-columns h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4.8vw, 4.8rem);
  font-weight: 400;
  line-height: 1;
}

.education-intro p,
.education-feature p,
.education-columns p,
.education-ribbon p {
  color: rgba(251, 250, 246, 0.72);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.02rem, 1.4vw, 1.18rem);
  line-height: 1.76;
}

.education-feature {
  display: grid;
  grid-template-columns: minmax(240px, 0.55fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1rem, 4vw, 3rem);
  align-items: start;
  padding: clamp(1.2rem, 4vw, 2.4rem);
  color: var(--warm-white);
  border: 1px solid rgba(185, 150, 75, 0.26);
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(16px);
}

.education-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(217, 191, 117, 0.22);
  border: 1px solid rgba(217, 191, 117, 0.22);
}

.education-card {
  min-height: 18rem;
  padding: 1.2rem;
  color: var(--warm-white);
  background: rgba(255, 255, 255, 0.06);
  transition: background 260ms ease, transform 260ms ease;
}

.education-card:hover {
  background: rgba(255, 255, 255, 0.09);
  transform: translateY(-3px);
}

.education-card summary {
  cursor: pointer;
  list-style: none;
}

.education-card summary::-webkit-details-marker,
.education-deep-dive summary::-webkit-details-marker {
  display: none;
}

.education-grid span {
  color: var(--gold);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

.education-grid h3 {
  margin: 3rem 0 0.8rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.4vw, 2.1rem);
  font-weight: 400;
}

.education-grid p {
  color: rgba(251, 250, 246, 0.68);
  line-height: 1.62;
}

.education-ribbon {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: clamp(1.5rem, 4vw, 3rem);
  color: var(--warm-white);
  background:
    linear-gradient(135deg, rgba(31, 31, 30, 0.94), rgba(61, 57, 50, 0.88)),
    var(--charcoal);
}

.education-ribbon p {
  max-width: 820px;
  margin: 0;
  color: rgba(251, 250, 246, 0.82);
  font-size: clamp(1.45rem, 3vw, 2.4rem);
  line-height: 1.32;
}

.education-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.4rem, 5vw, 4rem);
}

.education-deep-dive {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 1px;
  border: 1px solid rgba(217, 191, 117, 0.24);
  background: rgba(217, 191, 117, 0.2);
}

.education-deep-dive details {
  color: var(--warm-white);
  background: rgba(255, 255, 255, 0.06);
}

.education-deep-dive summary {
  cursor: pointer;
  padding: clamp(1rem, 3vw, 1.8rem);
}

.education-deep-dive summary span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 3.5vw, 3.2rem);
  line-height: 1;
}

.education-deep-dive p {
  max-width: 860px;
  margin: 0;
  padding: 0 clamp(1rem, 3vw, 1.8rem) clamp(1rem, 3vw, 1.8rem);
  color: rgba(251, 250, 246, 0.7);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.02rem, 1.4vw, 1.18rem);
  line-height: 1.76;
}

.education-feature--dark {
  color: var(--warm-white);
  padding: clamp(1.4rem, 4vw, 3rem);
  border: 0;
  background:
    radial-gradient(circle at 80% 10%, rgba(217, 191, 117, 0.18), transparent 18rem),
    #2f3031;
}

.education-feature--dark p {
  color: rgba(251, 250, 246, 0.72);
}

.educate-page {
  color: var(--warm-white);
  background: #0b0b0a;
}

.educate-page .topbar--solid {
  color: var(--warm-white);
  border-bottom-color: rgba(217, 191, 117, 0.18);
  background: linear-gradient(180deg, rgba(10, 10, 9, 0.74), rgba(10, 10, 9, 0.28));
  backdrop-filter: blur(18px);
}

.educate-page .topbar--solid a {
  color: rgba(251, 250, 246, 0.78);
}

.educate-page .topbar--solid a:hover {
  color: var(--warm-white);
}

.education-immersive {
  position: relative;
  min-height: 720svh;
  overflow: clip;
  isolation: isolate;
  background: #0b0b0a;
}

.education-immersive::before,
.education-immersive::after,
.education-veil {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.education-immersive::before {
  z-index: 0;
  background: url("/assets/educate_hero.jpg?v=20260630educate") center 42% / cover no-repeat;
  transform: scale(1.035) translateY(calc(var(--scroll-px, 0px) * -0.006));
  filter: saturate(0.88) contrast(1.08) brightness(0.88);
}

.education-immersive::after {
  z-index: 1;
  background:
    radial-gradient(circle at calc(var(--cursor-x) * 1%) calc(var(--cursor-y) * 1%), rgba(251, 250, 246, 0.16), transparent 15rem),
    linear-gradient(90deg, rgba(5, 5, 4, 0.62), rgba(5, 5, 4, 0.18) 44%, rgba(5, 5, 4, 0.68)),
    linear-gradient(180deg, rgba(5, 5, 4, 0.34), rgba(5, 5, 4, var(--educate-dim, 0.58)));
  mix-blend-mode: normal;
  transition: background 620ms ease;
}

.education-veil {
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(10, 10, 9, 0.08), rgba(10, 10, 9, 0.68) 36%, rgba(10, 10, 9, 0.86) 72%, rgba(10, 10, 9, 0.94)),
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 7px);
  opacity: clamp(0.36, calc(var(--scroll-px, 0px) / 1400), 0.88);
}

.education-moment,
.education-gallery {
  position: relative;
  z-index: 3;
  width: min(960px, calc(100% - clamp(2rem, 8vw, 8rem)));
  min-height: 100svh;
  display: grid;
  align-content: center;
  margin: 0 auto;
  padding: clamp(6rem, 12vw, 10rem) 0;
  text-shadow: 0 1.1rem 3rem rgba(0, 0, 0, 0.58);
}

.education-moment--hero {
  width: min(1060px, calc(100% - clamp(2rem, 8vw, 9rem)));
  justify-items: start;
  padding-top: clamp(8rem, 16vw, 13rem);
}

.education-moment--left {
  margin-left: clamp(1rem, 8vw, 8rem);
  margin-right: auto;
}

.education-moment--right {
  margin-left: auto;
  margin-right: clamp(1rem, 8vw, 8rem);
}

.education-moment--final {
  min-height: 112svh;
  text-align: center;
  justify-items: center;
}

.education-moment .kicker,
.education-panel::before {
  color: rgba(251, 250, 246, 0.62);
  text-shadow: none;
}

.education-moment .kicker {
  max-width: 34rem;
  margin: 0 0 1.1rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(0.78rem, 1vw, 0.94rem);
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
}

.education-moment h1,
.education-moment h2 {
  max-width: 10.5ch;
  margin: 0;
  color: var(--warm-white);
  font-family: "Bodoni 72", Didot, "Hoefler Text", "Times New Roman", Georgia, serif;
  font-size: clamp(3.6rem, 9.2vw, 9.4rem);
  font-weight: 300;
  line-height: 0.86;
  letter-spacing: 0;
  text-wrap: balance;
}

.education-moment h2 {
  font-size: clamp(3rem, 6.8vw, 7.4rem);
}

.education-moment p {
  max-width: 640px;
  margin: 1.5rem 0 0;
  color: rgba(251, 250, 246, 0.76);
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: clamp(1rem, 1.38vw, 1.22rem);
  line-height: 1.82;
  letter-spacing: 0;
}

.education-gallery {
  width: min(1120px, calc(100% - clamp(2rem, 8vw, 8rem)));
  gap: clamp(2.2rem, 8vw, 6rem);
  align-content: center;
}

.education-panel {
  position: relative;
  max-width: 780px;
  color: var(--warm-white);
}

.education-panel::before {
  display: none;
}

.education-panel:nth-child(1)::before {
  content: "01";
}

.education-panel:nth-child(2)::before {
  content: "02";
}

.education-panel:nth-child(3)::before {
  content: "03";
}

.education-panel summary {
  cursor: pointer;
  list-style: none;
  color: var(--warm-white);
  font-family: "Bodoni 72", Didot, "Hoefler Text", "Times New Roman", Georgia, serif;
  font-size: clamp(2.5rem, 5.2vw, 5.6rem);
  font-weight: 300;
  line-height: 0.9;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 1.1rem 3rem rgba(0, 0, 0, 0.58);
}

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

.education-panel summary::after {
  content: "+";
  display: inline-block;
  margin-left: 0.5rem;
  color: rgba(251, 250, 246, 0.5);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.3rem, 2.1vw, 2rem);
  font-weight: 200;
  line-height: 1;
  vertical-align: 0.16em;
  transition: opacity 360ms ease, transform 360ms ease;
}

.education-panel summary:hover {
  color: rgba(251, 250, 246, 0.86);
}

.education-panel[open] summary::after {
  opacity: 0.45;
  transform: rotate(45deg);
}

.education-panel p {
  max-width: 620px;
  margin: 1.35rem 0 0;
  color: rgba(251, 250, 246, 0.74);
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: clamp(1rem, 1.3vw, 1.16rem);
  line-height: 1.82;
  letter-spacing: 0;
}

.education-panel[open] p {
  animation: galleryTextIn 520ms ease both;
}

.education-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.educate-page [data-reveal] {
  transform: translate3d(-4vw, 4vh, 0) scale(0.985);
}

.educate-page .education-moment--hero[data-reveal] {
  opacity: 1;
  transform: none;
  filter: none;
}

.educate-page .education-moment--right[data-reveal] {
  transform: translate3d(4vw, 4vh, 0) scale(0.985);
}

.educate-page [data-reveal].is-visible,
.educate-page .education-moment--right[data-reveal].is-visible {
  transform: translate3d(0, 0, 0) scale(1);
}

.educate-page [data-reveal] h1,
.educate-page [data-reveal] h2,
.educate-page [data-reveal] summary {
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  transform: translateY(0.32em);
  transition: opacity 1000ms ease, clip-path 1200ms cubic-bezier(0.16, 1, 0.3, 1), transform 1200ms cubic-bezier(0.16, 1, 0.3, 1);
}

.educate-page [data-reveal] .kicker,
.educate-page [data-reveal] p,
.educate-page [data-reveal] .education-actions {
  opacity: 0;
  transform: translateY(1.1rem);
  transition: opacity 900ms ease 260ms, transform 900ms cubic-bezier(0.16, 1, 0.3, 1) 260ms;
}

.educate-page [data-reveal].is-visible h1,
.educate-page [data-reveal].is-visible h2,
.educate-page [data-reveal].is-visible summary,
.educate-page .education-moment--hero[data-reveal] h1 {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
}

.educate-page [data-reveal].is-visible .kicker,
.educate-page [data-reveal].is-visible p,
.educate-page [data-reveal].is-visible .education-actions,
.educate-page .education-moment--hero[data-reveal] .kicker,
.educate-page .education-moment--hero[data-reveal] p {
  opacity: 1;
  transform: translateY(0);
}

@keyframes galleryTextIn {
  from {
    opacity: 0;
    transform: translateY(0.8rem);
    filter: blur(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@media (max-width: 760px) {
  .education-immersive {
    min-height: auto;
  }

  .education-immersive::before {
    background-position: center top;
    transform: scale(1.025);
  }

  .education-immersive::after {
    background:
      linear-gradient(90deg, rgba(5, 5, 4, 0.72), rgba(5, 5, 4, 0.32)),
      linear-gradient(180deg, rgba(5, 5, 4, 0.34), rgba(5, 5, 4, var(--educate-dim, 0.66)));
  }

  .education-moment,
  .education-gallery {
    width: min(100% - 2rem, 680px);
    min-height: 88svh;
    margin-inline: auto;
    padding: 6rem 0 4.5rem;
  }

  .education-moment--hero {
    min-height: 100svh;
    padding-top: 8rem;
  }

  .education-moment--right,
  .education-moment--final {
    justify-items: start;
    text-align: left;
  }

  .education-moment h1,
  .education-moment h2 {
    max-width: 10.5ch;
  }

  .education-gallery {
    gap: 3rem;
  }

  .education-actions {
    justify-content: flex-start;
  }

  .educate-page [data-reveal],
  .educate-page .education-moment--right[data-reveal] {
    transform: translate3d(0, 2.5rem, 0) scale(0.985);
  }

  .educate-page .education-moment--hero[data-reveal] {
    opacity: 1;
    transform: none;
    filter: none;
  }

  .educate-page [data-reveal].is-visible,
  .educate-page .education-moment--right[data-reveal].is-visible {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.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__visual--one {
    --hero-image-position: center 38%;
    --hero-image-scale: 1.03;
  }

  .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;
  }

  .knowledge-shell,
  .education-feature,
  .education-grid,
  .education-columns {
    grid-template-columns: 1fr;
  }

  .knowledge-index {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    padding: 0;
  }

  .faq-cluster > h2 {
    font-size: 1.8rem;
  }

  .education-grid article {
    min-height: 13rem;
  }

  .education-grid h3 {
    margin-top: 1.8rem;
  }

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

  .section--cream.reveal-suite {
    background:
      linear-gradient(105deg, rgba(251, 250, 246, 0.92), rgba(244, 239, 229, 0.76)),
      url("/assets/session_surrenderrefined.jpeg?v=20260630f") center 60% / cover;
  }

  .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;
  }
}

.educate-gallery-page {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--warm-white);
  background: transparent;
  --educate-scroll: 0;
}

.educate-gallery-bg,
.educate-gallery-veil {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.educate-gallery-bg {
  z-index: 0;
  background-image:
    linear-gradient(115deg, rgba(5, 5, 5, 0.18), rgba(20, 16, 15, 0.04) 48%, rgba(5, 5, 5, 0.24)),
    url("/assets/educate_background.jpg?v=20260702");
  background-position: center;
  background-size: cover;
  filter: saturate(0.9) contrast(1.04);
  transform: scale(1.04);
}

.educate-gallery-veil {
  z-index: 1;
  opacity: 0.08;
  background:
    radial-gradient(circle at 22% 28%, rgba(197, 163, 90, 0.14), transparent 26rem),
    linear-gradient(90deg, rgba(8, 8, 8, 0.92), rgba(8, 8, 8, 0.74), rgba(8, 8, 8, 0.94));
  backdrop-filter: blur(12px) saturate(0.72);
  transition: opacity 900ms ease;
}

body.has-educated .educate-gallery-veil {
  opacity: 0.88;
}

.educate-gallery-nav {
  z-index: 32;
}

.educate-gallery-hero,
.educate-gallery,
.educate-library,
.educate-final {
  position: relative;
  z-index: 2;
}

.educate-gallery-hero {
  min-height: 100svh;
  display: grid;
  align-content: center;
  padding: clamp(6rem, 12vw, 10rem) clamp(1rem, 7vw, 7rem);
}

.educate-gallery-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background:
    radial-gradient(circle at 18% 42%, rgba(197, 163, 90, 0.12), transparent 20rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.48) 52%, rgba(0, 0, 0, 0.82));
  transform: translateY(26px);
  transition: opacity 900ms ease, transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

body.has-educated .educate-gallery-hero::before {
  opacity: 1;
  transform: translateY(0);
}

.educate-gallery-hero__copy {
  max-width: 980px;
  opacity: 0;
  transform: translateY(38px);
  transition: opacity 900ms ease 140ms, transform 900ms cubic-bezier(0.16, 1, 0.3, 1) 140ms;
}

body.has-educated .educate-gallery-hero__copy {
  opacity: 1;
  transform: translateY(calc(var(--educate-scroll, 0) * -0.05px));
}

.educate-gallery-hero h1,
.educate-library__intro h2,
.educate-final h2 {
  margin: 0;
  color: rgba(251, 250, 246, 0.94);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 200;
  letter-spacing: 0.08em;
  line-height: 0.84;
  text-transform: uppercase;
}

.educate-gallery-hero h1 {
  max-width: 11ch;
  font-size: clamp(3.4rem, 10vw, 9.2rem);
  text-shadow: 0 22px 70px rgba(0, 0, 0, 0.52);
}

.educate-gallery-hero p:not(.kicker),
.educate-final p,
.educate-library__intro p {
  max-width: 720px;
  color: rgba(251, 250, 246, 0.76);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.08rem, 1.5vw, 1.32rem);
  line-height: 1.72;
}

.educate-gallery {
  min-height: 240vh;
  perspective: 1400px;
}

.educate-gallery-room {
  position: sticky;
  top: 0;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 19%, rgba(251, 250, 246, 0.16), transparent 16rem),
    linear-gradient(180deg, rgba(251, 250, 246, 0.05), rgba(0, 0, 0, 0.22) 72%, rgba(0, 0, 0, 0.56));
}

.educate-gallery-room::before {
  content: "";
  position: absolute;
  left: 16vw;
  right: 16vw;
  top: 12vh;
  bottom: 18vh;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(251, 250, 246, 0.2), rgba(238, 231, 218, 0.1) 48%, rgba(41, 38, 34, 0.2)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 9rem);
  border-top: 1px solid rgba(251, 250, 246, 0.18);
  border-bottom: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow:
    0 0 0 1px rgba(197, 163, 90, 0.14),
    0 34px 120px var(--shadow);
  transform: translateZ(-80px) rotateY(calc((var(--educate-scroll, 0) - 600) * -0.002deg));
  backdrop-filter: blur(8px);
}

.educate-gallery-room::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 12vh;
  z-index: -1;
  width: 1px;
  height: 70vh;
  opacity: 0.34;
  background: linear-gradient(180deg, rgba(251, 250, 246, 0.35), transparent 82%);
}

.educate-gallery-floor,
.educate-gallery-rail,
.educate-gallery-wall,
.educate-gallery-ceiling,
.educate-gallery-spotlight {
  position: absolute;
  pointer-events: none;
}

.educate-gallery-floor {
  left: -14vw;
  right: -14vw;
  bottom: -24vh;
  height: 58vh;
  background:
    linear-gradient(90deg, transparent 0 15%, rgba(197, 163, 90, 0.22) 15.1% 15.2%, transparent 15.3% 84.7%, rgba(197, 163, 90, 0.22) 84.8% 84.9%, transparent 85%),
    repeating-linear-gradient(90deg, rgba(251, 250, 246, 0.08) 0 1px, transparent 1px 13vw),
    linear-gradient(180deg, rgba(251, 250, 246, 0.16), rgba(0, 0, 0, 0.72));
  box-shadow: inset 0 28px 80px rgba(0, 0, 0, 0.42);
  transform: rotateX(72deg);
  transform-origin: center top;
}

.educate-gallery-rail {
  left: 18vw;
  right: 18vw;
  top: 28vh;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(197, 163, 90, 0.76), transparent);
}

.educate-gallery-wall {
  top: 12vh;
  bottom: 18vh;
  z-index: -1;
  width: 30vw;
  border-top: 1px solid rgba(251, 250, 246, 0.12);
  background:
    linear-gradient(180deg, rgba(251, 250, 246, 0.12), rgba(251, 250, 246, 0.04) 48%, rgba(0, 0, 0, 0.18)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.22), rgba(251, 250, 246, 0.07));
  backdrop-filter: blur(7px);
}

.educate-gallery-wall--left {
  left: -2vw;
  clip-path: polygon(0 0, 100% 12%, 100% 86%, 0 100%);
}

.educate-gallery-wall--right {
  right: -2vw;
  clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 86%);
  transform: scaleX(-1);
}

.educate-gallery-ceiling {
  left: -10vw;
  right: -10vw;
  top: -30vh;
  z-index: -1;
  height: 48vh;
  background:
    radial-gradient(circle at 50% 100%, rgba(251, 250, 246, 0.2), transparent 20rem),
    linear-gradient(180deg, rgba(0, 0, 0, 0.52), rgba(251, 250, 246, 0.08));
  transform: rotateX(-66deg);
  transform-origin: center bottom;
}

.educate-gallery-spotlight {
  top: 14vh;
  width: 22vw;
  height: 34vh;
  opacity: 0.58;
  background: radial-gradient(ellipse at top, rgba(251, 250, 246, 0.24), transparent 68%);
}

.educate-gallery-spotlight--left {
  left: 8vw;
  transform: rotate(7deg);
}

.educate-gallery-spotlight--center {
  left: 39vw;
}

.educate-gallery-spotlight--right {
  right: 8vw;
  transform: rotate(-7deg);
}

.educate-art {
  position: absolute;
  width: min(30vw, 380px);
  min-height: 230px;
  padding: clamp(1.1rem, 2.4vw, 1.9rem);
  border: 14px solid rgba(42, 37, 31, 0.9);
  outline: 1px solid rgba(197, 163, 90, 0.64);
  outline-offset: -8px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(251, 250, 246, 0.95), rgba(238, 231, 218, 0.84)),
    rgba(251, 250, 246, 0.88);
  box-shadow:
    0 26px 56px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    22px 24px 0 rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transform-style: preserve-3d;
  will-change: transform;
  transition:
    opacity 520ms ease,
    filter 520ms ease,
    box-shadow 260ms ease,
    transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.educate-art::before {
  content: "";
  position: absolute;
  inset: 0.7rem;
  border: 1px solid rgba(24, 23, 21, 0.12);
  pointer-events: none;
}

.educate-art:hover,
.educate-art:focus-visible {
  box-shadow:
    0 34px 72px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    22px 24px 0 rgba(0, 0, 0, 0.16),
    0 0 0 1px rgba(197, 163, 90, 0.44);
}

.educate-art .kicker {
  color: rgba(24, 23, 21, 0.58);
}

.educate-art h2 {
  margin: 0;
  color: #181715;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.35rem, 2.5vw, 2.55rem);
  font-weight: 200;
  letter-spacing: 0.02em;
  line-height: 0.98;
  text-transform: uppercase;
}

.educate-art p {
  margin: 1rem 0 0;
  color: #4f4942;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(0.96rem, 1.08vw, 1.08rem);
  line-height: 1.62;
}

.educate-art--left {
  left: 6vw;
  top: 34vh;
  transform:
    rotateY(34deg)
    rotateZ(-1deg)
    translateX(calc((var(--educate-scroll, 0) - 780) * -0.18px))
    translateY(calc((var(--educate-scroll, 0) - 780) * 0.026px));
}

.educate-art--right {
  right: 6vw;
  top: 34vh;
  transform:
    rotateY(-35deg)
    rotateZ(2deg)
    translateX(calc((var(--educate-scroll, 0) - 780) * 0.22px))
    translateY(calc((var(--educate-scroll, 0) - 780) * -0.034px))
    scale(calc(1 + ((var(--educate-scroll, 0) - 780) * 0.00008)));
}

.educate-art--center {
  left: 50%;
  top: 37vh;
  width: min(32vw, 460px);
  transform:
    translateX(-50%)
    translateZ(180px)
    translateY(calc((var(--educate-scroll, 0) - 780) * -0.16px))
    scale(calc(1 + ((var(--educate-scroll, 0) - 780) * 0.00011)));
}

.educate-gallery-room.is-focused .educate-art {
  opacity: 0;
  pointer-events: none;
  filter: blur(8px);
}

.educate-gallery-room.is-focused .educate-art.is-active {
  left: 50%;
  top: 21vh;
  width: min(68vw, 860px);
  min-height: 420px;
  opacity: 1;
  pointer-events: auto;
  filter: none;
  transform: translateX(-50%) translateZ(220px) scale(1.02);
  cursor: default;
}

.educate-art__detail {
  display: none;
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(24, 23, 21, 0.14);
}

.educate-gallery-room.is-focused .educate-art.is-active .educate-art__detail {
  display: block;
}

.educate-gallery-back {
  position: absolute;
  left: clamp(1rem, 7vw, 7rem);
  top: 13vh;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  min-height: 2.7rem;
  padding: 0.65rem 0.9rem;
  border: 1px solid rgba(251, 250, 246, 0.24);
  color: rgba(251, 250, 246, 0.78);
  background: rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
  cursor: pointer;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity 260ms ease, transform 260ms ease;
}

.educate-gallery-room.is-focused .educate-gallery-back {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.educate-gallery-tabs {
  position: absolute;
  left: clamp(1rem, 7vw, 7rem);
  bottom: 8vh;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  max-width: 900px;
  transition: opacity 260ms ease;
}

.educate-gallery-room.is-focused .educate-gallery-tabs {
  opacity: 0;
  pointer-events: none;
}

.educate-gallery-tabs span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(251, 250, 246, 0.22);
  padding: 0.72rem 0.9rem;
  color: rgba(251, 250, 246, 0.76);
  background: rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
  cursor: pointer;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.educate-gallery-tabs span.is-selected {
  color: #181715;
  background: rgba(197, 163, 90, 0.82);
  border-color: rgba(251, 250, 246, 0.36);
}

.educate-library,
.educate-final {
  padding: clamp(5rem, 10vw, 8rem) clamp(1rem, 7vw, 7rem);
  background:
    linear-gradient(180deg, rgba(8, 8, 8, 0.88), rgba(8, 8, 8, 0.72)),
    rgba(8, 8, 8, 0.78);
}

.educate-library__intro {
  max-width: 960px;
}

.educate-library__intro h2,
.educate-final h2 {
  font-size: clamp(2.6rem, 7vw, 6rem);
}

.educate-library-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(197, 163, 90, 0.28);
  background: rgba(197, 163, 90, 0.28);
}

.educate-library-grid article {
  min-height: 15rem;
  padding: clamp(1rem, 2.6vw, 1.7rem);
  background: rgba(251, 250, 246, 0.08);
}

.educate-library-grid h3 {
  margin: 0 0 2rem;
  color: rgba(251, 250, 246, 0.92);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.75rem);
  font-weight: 200;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.educate-library-grid p {
  color: rgba(251, 250, 246, 0.68);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.66;
}

.educate-final {
  min-height: 100svh;
  display: grid;
  place-items: center;
}

.educate-final__panel {
  width: min(100%, 860px);
  padding-left: clamp(1rem, 4vw, 2rem);
  border-left: 1px solid rgba(197, 163, 90, 0.62);
}

@media (max-width: 960px) {
  .educate-gallery {
    min-height: auto;
    padding: 2rem 1rem 5rem;
  }

  .educate-gallery-room {
    position: relative;
    display: grid;
    gap: 1rem;
    min-height: auto;
    overflow: visible;
    padding-top: 2rem;
  }

  .educate-gallery-room::before,
  .educate-gallery-room::after,
  .educate-gallery-floor,
  .educate-gallery-rail,
  .educate-gallery-wall,
  .educate-gallery-ceiling,
  .educate-gallery-spotlight {
    display: none;
  }

  .educate-art,
  .educate-art--left,
  .educate-art--right,
  .educate-art--center {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: auto;
    transform: none;
  }

  .educate-gallery-room.is-focused .educate-art.is-active {
    left: auto;
    top: auto;
    width: 100%;
    min-height: auto;
    transform: none;
  }

  .educate-gallery-back {
    position: relative;
    left: auto;
    top: auto;
    width: fit-content;
    margin-bottom: 1rem;
  }

  .educate-gallery-tabs {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 1rem;
  }

  .educate-library-grid {
    grid-template-columns: 1fr;
  }
}

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

  .education-immersive::before {
    transform: none !important;
  }

  .educate-page [data-reveal],
  .educate-page .education-moment--right[data-reveal] {
    opacity: 1;
    transform: none !important;
    filter: none !important;
  }
}
