/* Public cinematic experience. Brand colours only; Ohm is a motion reference. */

:root {
  --mask: clamp(20px, 3vw, 48px);
}

html.lenis,
html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

.is-home .site-header,
.is-inner .site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  background: transparent;
  pointer-events: none;
}

.is-home .nav,
.is-inner .nav {
  background: transparent;
  border: 0;
  padding: 1.15rem 0.8rem 0;
  pointer-events: none;
}

.is-home .nav.is-open,
.is-inner .nav.is-open {
  pointer-events: auto;
}

.is-home .nav__inner,
.is-inner .nav__inner {
  width: min(calc(100% - 1.2rem), 1080px);
  min-height: 66px;
  padding: 0 0.8rem 0 0.75rem;
  background: rgba(248, 244, 235, 0.88);
  border: 1px solid rgba(199, 164, 90, 0.3);
  border-radius: 999px;
  backdrop-filter: blur(18px) saturate(120%);
  pointer-events: auto;
  box-shadow: 0 12px 42px rgba(20, 29, 17, 0.12);
}

.is-home .nav.is-scrolled,
.is-inner .nav.is-scrolled { background: transparent; border: 0; }

.is-home .nav.is-scrolled .nav__inner,
.is-inner .nav.is-scrolled .nav__inner {
  min-height: 58px;
  background: rgba(248, 244, 235, 0.96);
  box-shadow: 0 8px 30px rgba(20, 29, 17, 0.1);
}

.is-home .nav__toggle,
.is-inner .nav__toggle,
.is-home .nav__wa-icon,
.is-inner .nav__wa-icon { pointer-events: auto; }

.is-home .nav__panel,
.is-inner .nav__panel {
  z-index: 55;
  background: var(--ivory);
}

.is-inner .page-hero { padding-top: 7.2rem; }

.media-mask {
  position: relative;
  overflow: hidden;
  border-radius: var(--mask);
}

.media-mask img,
.media-mask video {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  display: block;
}

.hero--cinema {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: end start;
  color: var(--ivory);
  background: var(--olive);
}

.hero--cinema .hero__media {
  position: absolute;
  inset: 0;
  border-radius: 0;
}

.hero--cinema .hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 120%;
  object-fit: cover;
  object-position: 58% center;
  will-change: transform;
}

.hero--cinema .hero__media .hero__slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.25s ease, visibility 1.25s step-end;
}

.hero--cinema .hero__media .hero__slide.is-active {
  opacity: 1;
  visibility: visible;
  transition: opacity 1.25s ease, visibility 0s;
}

.hero--cinema .hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(20, 29, 17, 0.7) 0%, rgba(20, 29, 17, 0.4) 38%, rgba(20, 29, 17, 0.08) 68%, rgba(20, 29, 17, 0.12) 100%),
    linear-gradient(180deg, rgba(20, 29, 17, 0.08) 20%, rgba(20, 29, 17, 0.22) 58%, rgba(20, 29, 17, 0.7) 100%);
}

.hero--cinema .hero__copy {
  position: relative;
  z-index: 2;
  padding: 0 1.2rem 4.5rem;
  width: min(100%, 51rem);
  max-width: none;
}

.hero--cinema .kicker { margin-bottom: 0.9rem; color: var(--gold-soft); }
.hero__eyebrow { display: flex; align-items: center; gap: 0.65rem; }
.hero--cinema .hero__title {
  max-width: 54rem;
  color: var(--ivory);
  font-size: clamp(4.5rem, 7.5vw, 8rem);
  font-weight: 600;
  line-height: 0.86;
  letter-spacing: -0.04em;
  text-wrap: balance;
}
.hero__prive {
  color: #e1bd6d;
  font-weight: inherit;
  font-style: normal;
}
.hero__tagline {
  margin: 1rem 0 0;
  color: #e1bd6d;
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2.5vw, 2.5rem);
  font-style: italic;
  line-height: 1;
}
.hero--cinema .hero__lede { margin: 1.15rem 0 0.7rem; font-size: 1.05rem; line-height: 1.65; }
.hero--cinema .hero__place {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1.35rem;
}
.hero--cinema .hero__place svg { width: 1rem; height: 1rem; color: var(--gold-soft); }
.hero--cinema .hero__actions { gap: 0.75rem; }
.hero--cinema .hero__actions .btn { min-height: 52px; padding-inline: 1.5rem; }
.hero--cinema .hero__actions .btn--solid { background: var(--gold); color: #fff; }
.hero--cinema .hero__lede,
.hero--cinema .hero__place { color: rgba(248, 244, 235, 0.86); }
.hero--cinema .btn--ghost { border-color: rgba(248, 244, 235, 0.4); color: var(--ivory); }
.hero--cinema .hero__quick { color: rgba(248, 244, 235, 0.72); }
.hero--cinema .hero__quick a { color: inherit; }

.hero__scroll {
  position: absolute;
  right: 3rem;
  bottom: 2.2rem;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: rgba(248, 244, 235, 0.78);
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero__scroll i {
  position: relative;
  width: 1px;
  height: 3.2rem;
  overflow: hidden;
  background: rgba(248, 244, 235, 0.3);
}

.hero__scroll i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gold-soft);
  transform: translateY(-100%);
  animation: scroll-pulse 2.2s ease-in-out infinite;
}

.hero__slide-nav {
  position: absolute;
  right: 2.2rem;
  top: 50%;
  z-index: 4;
  display: grid;
  gap: 0.65rem;
  transform: translateY(-50%);
}

.hero__slide-nav button {
  position: relative;
  overflow: hidden;
  width: 1.8rem;
  height: 2px;
  padding: 0;
  background: rgba(248, 244, 235, 0.38);
  transition: width 0.35s ease;
}

.hero__slide-nav button.is-active {
  width: 2.8rem;
}

.hero__slide-nav button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gold-soft);
  transform: scaleX(0);
  transform-origin: left center;
}

.hero__slide-nav button.is-active::after {
  animation: hero-slide-progress 5.5s linear forwards;
}

.hero--cinema.is-carousel-paused .hero__slide-nav button.is-active::after {
  animation-play-state: paused;
}

@keyframes hero-slide-progress {
  to { transform: scaleX(1); }
}

@keyframes scroll-pulse {
  0% { transform: translateY(-100%); }
  48%, 58% { transform: translateY(0); }
  100% { transform: translateY(100%); }
}

.line-mask {
  display: block;
  overflow: hidden;
}

.line-mask > span {
  display: block;
}

.js .line-mask > span {
  transform: translate3d(0, 110%, 0);
}

/* The primary message must never depend on a third-party animation loading. */
.hero--cinema .line-mask > span {
  transform: none;
}

.prefers-reduced .line-mask > span,
.no-js .line-mask > span {
  transform: none;
}

.about {
  background: linear-gradient(180deg, var(--ivory) 0%, #f3eee4 100%);
}

.about .kicker { color: var(--gold); }
.about .section-title { color: #202c1c; font-weight: 500; }
.about .lede { color: #646159; }
.about__copy > p:not(.kicker):not(.lede):not(.about__tagline) { color: #30362d; }
.about__tagline { color: var(--gold); }

.about .text-link::after {
  content: "→";
  margin-left: 0.75rem;
  color: var(--gold);
  transition: transform 0.35s var(--ease);
}

.about .text-link:hover::after,
.about .text-link:focus-visible::after { transform: translateX(0.35rem); }

@media (min-width: 900px) {
  .about.section { padding-block: clamp(7rem, 9vw, 10rem); }
  .about .container { width: min(calc(100% - 4rem), 1360px); }

  .about__grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(3rem, 6vw, 6.5rem);
  }

  .about__media {
    min-height: 560px;
    border-radius: 48px 48px 120px 48px;
    box-shadow: 0 24px 70px rgba(31, 44, 26, 0.13);
  }

  .about__media img { height: 100%; min-height: 560px; }
  .about__copy { max-width: 38rem; padding-right: 0; }
  .about__copy .section-title { font-size: clamp(3.2rem, 4.2vw, 4.7rem); line-height: 0.98; }
}

.prive-story {
  background: linear-gradient(180deg, #f3eee4 0%, #efe4cf 100%);
  padding: 4.5rem 0 5rem;
}

.prive-story__intro {
  width: min(calc(100% - 2rem), 1360px);
  margin: 0 auto 3rem;
}

.prive-story .line-mask > span { transform: none; }
.prive-story__intro .section-title {
  max-width: 48rem;
  color: #202c1c;
  font-size: clamp(3.1rem, 5.5vw, 6rem);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.035em;
}
.prive-story__intro .lede { color: #646159; }
.story-hint {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 1rem 0 0;
  color: var(--gold);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.story-hint i { width: 2.5rem; height: 1px; background: currentColor; }

.prive-story__layout {
  width: min(calc(100% - 2rem), 1360px);
  margin: 0 auto;
  display: grid;
  gap: 1.4rem;
}

.story-media {
  position: relative;
  min-height: 58vw;
  background: #d8cdbb;
}

.story-media__frame {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}

.story-media__frame.is-active,
.no-js .story-media__frame:first-child {
  opacity: 1;
  pointer-events: auto;
}

.story-media__frame img {
  width: 100%;
  height: 118%;
  object-fit: cover;
  will-change: transform;
}

.story-media::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 5.5rem;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(18, 28, 15, 0.52));
}

.story-media__caption {
  position: absolute;
  right: 1.5rem;
  bottom: 1.35rem;
  left: 1.5rem;
  z-index: 3;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.75rem;
  color: var(--ivory);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
}

.story-media__current,
.story-media__total {
  min-width: 1.7rem;
  color: #fff;
}

.story-media__total { text-align: right; }

.story-media__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.45rem;
}

.story-media__steps button {
  position: relative;
  height: 14px;
  padding: 0;
}

.story-media__steps button::before,
.story-media__steps button i {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  transform: translateY(-50%);
}

.story-media__steps button::before { background: rgba(248, 244, 235, 0.35); }
.story-media__steps button i {
  background: var(--gold-soft);
  transform: translateY(-50%) scaleX(0);
  transform-origin: left center;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.story-media__steps button.is-complete i,
.story-media__steps button.is-active i { transform: translateY(-50%) scaleX(1); }
.story-media__steps button:focus-visible { outline: 2px solid var(--gold-soft); outline-offset: 2px; }

.prive-story__cta {
  width: min(calc(100% - 2rem), 1360px);
  margin: 2.2rem auto 0;
  text-align: right;
}

.story-content article {
  min-height: auto;
  padding: 1.6rem 0 2.4rem;
}

.story-content article h3 {
  margin: 0.35rem 0 0.7rem;
  font-family: var(--serif);
  font-size: clamp(2rem, 6vw, 3.1rem);
  font-weight: 500;
  line-height: 1.02;
}

.story-content article p { margin: 0; color: var(--muted); max-width: 34rem; }
.story-content .story-line {
  margin-top: 0.9rem;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.25rem;
  color: var(--olive);
}

.cinema {
  position: relative;
  min-height: 88svh;
  display: grid;
  place-items: end start;
  color: var(--ivory);
  overflow: hidden;
}

.cinema__media {
  position: absolute;
  inset: 0;
  border-radius: 0;
}

.cinema__media img {
  width: 100%;
  height: 118%;
  object-fit: cover;
  will-change: transform;
}

.cinema__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(38, 53, 31, 0.05), rgba(29, 38, 25, 0.72));
}

.cinema__copy {
  position: relative;
  z-index: 1;
  padding: 0 1.3rem 3.4rem;
  max-width: 34rem;
}

.cinema__copy .kicker { color: var(--gold-soft); }
.cinema__copy h2 {
  margin: 0 0 0.6rem;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 7vw, 4.2rem);
  font-weight: 500;
  line-height: 0.95;
}

.cinema__copy p { margin: 0 0 1.2rem; color: rgba(248, 244, 235, 0.82); }
.cinema .btn--ghost { border-color: var(--gold-soft); color: var(--ivory); }

.cinema__copy .cinema__tagline {
  margin-bottom: 0.65rem;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.25;
}

.cinema__copy .cinema__description {
  max-width: 32rem;
  margin-bottom: 1.35rem;
  color: rgba(248, 244, 235, 0.76);
  line-height: 1.65;
}

.cinema__availability {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 0 0 1.5rem;
}

.cinema__availability span {
  display: grid;
  gap: 0.18rem;
  min-width: 10.5rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid rgba(225, 189, 109, 0.48);
  border-radius: 999px;
  color: rgba(248, 244, 235, 0.78);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.25;
  text-transform: uppercase;
}

.cinema__availability strong {
  color: var(--gold-soft);
  font-size: 0.63rem;
  font-weight: 700;
}

.signature-story {
  position: relative;
  overflow: clip;
  background: #1e2a1b;
  color: var(--ivory);
}

.signature-story .container { width: min(calc(100% - 2rem), 1420px); }

.signature-story__grid {
  display: grid;
  grid-template-columns: minmax(13rem, 0.8fr) minmax(24rem, 1.15fr) minmax(15rem, 0.85fr);
  gap: clamp(2rem, 4vw, 4.75rem);
  align-items: start;
}

.signature-story__intro {
  position: sticky;
  top: 22vh;
  padding-top: 0.5rem;
}

.signature-story__intro .kicker,
.signature-story__chapter .kicker { color: var(--gold-soft); }

.signature-story__intro .section-title {
  margin-bottom: 1.25rem;
  color: var(--ivory);
  font-size: clamp(2.8rem, 3.7vw, 4.4rem);
  font-weight: 500;
  line-height: 0.94;
}

.signature-story__tagline {
  max-width: 22rem;
  margin: 0;
  color: rgba(248, 244, 235, 0.7);
  font-family: var(--serif);
  font-size: clamp(1.15rem, 1.65vw, 1.45rem);
  line-height: 1.45;
}

.signature-story__summary {
  max-width: 23rem;
  margin: 1rem 0 0;
  color: rgba(248, 244, 235, 0.55);
  font-size: 0.83rem;
  line-height: 1.65;
}

.signature-story__counter {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  margin-top: 1.65rem;
  color: rgba(248, 244, 235, 0.42);
  font-size: 0.65rem;
  letter-spacing: 0.16em;
}

.signature-story__counter b {
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 700;
}

.signature-story__visuals {
  display: flex;
  flex-direction: column;
  gap: 14vh;
  padding: 10vh 0;
}

.signature-story__visual {
  position: relative;
  height: 56vh;
  min-height: 430px;
  max-height: 610px;
  overflow: hidden;
  border: 1px solid rgba(225, 189, 109, 0.18);
  border-radius: 34px 34px 92px 34px;
  opacity: 0.54;
  box-shadow: 0 28px 75px rgba(0, 0, 0, 0.2);
  transform: scale(0.975);
  transition: opacity 0.65s ease, transform 0.65s ease, border-color 0.65s ease;
}

.signature-story__visual.is-active {
  opacity: 1;
  border-color: rgba(225, 189, 109, 0.42);
  transform: none;
}

.signature-story__visual img {
  width: 100%;
  height: 112%;
  object-fit: cover;
  object-position: center;
  will-change: transform;
}

.signature-story__visual figcaption { display: none; }

.signature-story__details { min-height: 100%; }

.signature-story__details-sticky {
  position: sticky;
  top: 25vh;
}

.signature-story__copy-stage {
  position: relative;
  min-height: 25rem;
  overflow: hidden;
}

.signature-story__chapter {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.signature-story__chapter.is-active {
  opacity: 1;
  visibility: visible;
}

.signature-story__chapter h3 {
  margin: 0 0 0.9rem;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(2.25rem, 2.8vw, 3.35rem);
  font-weight: 500;
  line-height: 0.98;
}

.signature-story__chapter > p:last-child:not(.signature-story__meta) {
  max-width: 27rem;
  margin: 0;
  padding-left: 1.25rem;
  border-left: 1px solid rgba(225, 189, 109, 0.55);
  color: rgba(248, 244, 235, 0.7);
  line-height: 1.7;
}

.signature-story__meta {
  margin: 0 0 1.1rem;
  color: var(--gold-soft);
  font-family: var(--serif);
  font-size: 1.45rem;
  line-height: 1.2;
}

.signature-story__includes {
  max-width: 28rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(248, 244, 235, 0.76);
  font-size: 0.85rem;
  line-height: 1.45;
}

.signature-story__includes li {
  position: relative;
  padding: 0.48rem 0 0.48rem 1.2rem;
  border-bottom: 1px solid rgba(225, 189, 109, 0.17);
}

.signature-story__includes li::before {
  content: "+";
  position: absolute;
  left: 0;
  color: var(--gold-soft);
  font-weight: 700;
}

.signature-story .btn--ghost {
  border-color: rgba(225, 189, 109, 0.65);
  color: var(--ivory);
}

.signature-story__details .btn {
  width: 100%;
  justify-content: center;
  padding-inline: 1rem;
  text-align: center;
}

.signature-story__mobile-cta { display: none; }

.two-feature {
  background: linear-gradient(180deg, var(--ivory) 0%, #f3eee4 100%);
}

.two-feature .container { width: min(calc(100% - 2rem), 1360px); }

.two-feature__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(22rem, 0.88fr);
  gap: clamp(3rem, 6vw, 6.5rem);
  align-items: center;
}

.two-feature__media {
  height: min(68vh, 650px);
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(167, 122, 45, 0.24);
  border-radius: 42px 42px 120px 42px;
  box-shadow: 0 30px 70px rgba(31, 51, 31, 0.11);
}

.two-feature__media img {
  width: 100%;
  height: 110%;
  object-fit: cover;
  object-position: center;
  will-change: transform;
}

.two-feature__content { max-width: 34rem; }
.two-feature__content .kicker { color: var(--gold); }
.two-feature__content .section-title {
  margin-bottom: 1.1rem;
  color: var(--olive);
  font-size: clamp(3.25rem, 5vw, 5.25rem);
  font-weight: 500;
  line-height: 0.94;
}

.two-feature__lede {
  max-width: 31rem;
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.two-feature__options {
  margin-top: 2rem;
  border-top: 1px solid var(--line);
}

.two-feature__option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.3rem 1.25rem;
  align-items: end;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--line);
}

.two-feature__duration {
  grid-column: 1;
  margin: 0;
  color: var(--gold);
  font-size: 0.61rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.two-feature__option h3 {
  grid-column: 1;
  margin: 0;
  color: var(--olive);
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-weight: 600;
  line-height: 1.1;
}

.two-feature__price {
  grid-column: 2;
  grid-row: 1 / 3;
  margin: 0;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.45rem;
  white-space: nowrap;
}

.two-feature__price span {
  display: block;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.56rem;
  letter-spacing: 0.11em;
  text-align: right;
  text-transform: uppercase;
}

.two-feature__option .text-link {
  grid-column: 2;
  justify-self: end;
  font-size: 0.62rem;
}

.two-feature__details { margin-top: 1.65rem; }

.tone-ivory { background: var(--ivory); }
.tone-beige { background: #f3eee4; }
.tone-champagne { background: #efe4cf; }

.experiences.section {
  background: linear-gradient(180deg, #efe4cf 0%, var(--ivory) 42%);
}

.experiences .container { width: min(calc(100% - 2rem), 1360px); }

.experience-showcase {
  --showcase-gap: clamp(2.5rem, 4.5vw, 5rem);
  position: relative;
  margin-top: 3rem;
}

.experience-showcase__selector {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 39.5%;
}

.experience-showcase__tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.experience-showcase__instruction {
  margin: 0 0 0.65rem;
  color: var(--gold);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.experience-showcase__instruction span:last-child { display: none; }

.experience-showcase__tab {
  position: relative;
  display: grid;
  grid-template-columns: 1.45rem 1fr;
  align-content: center;
  gap: 0.18rem 0.35rem;
  width: 100%;
  min-height: 82px;
  padding: 0.75rem 0.55rem;
  text-align: left;
  border-right: 1px solid rgba(167, 122, 45, 0.17);
  border-bottom: 1px solid rgba(167, 122, 45, 0.17);
  color: #575a52;
  transition: color 0.35s ease, background-color 0.35s ease, padding-left 0.35s ease;
}

.experience-showcase__tab:nth-child(3n) { border-right: 0; }
.experience-showcase__tab:nth-child(n + 4) { border-bottom: 0; }

.experience-showcase__tab::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 0;
  width: 2px;
  background: var(--gold);
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 0.35s ease;
}

.experience-showcase__tab.is-active {
  padding-left: 0.75rem;
  color: var(--olive);
  background: rgba(167, 122, 45, 0.08);
}
.experience-showcase__tab.is-active::before { transform: scaleY(1); }
.experience-showcase__number {
  grid-row: 1 / 3;
  color: var(--gold);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}
.experience-showcase__tab-name {
  font-family: var(--serif);
  font-size: clamp(0.98rem, 1.15vw, 1.18rem);
  font-weight: 700;
  line-height: 1.08;
}
.experience-showcase__tab-name::after {
  content: "→";
  display: inline-block;
  margin-left: 0.45rem;
  color: var(--gold);
  opacity: 0;
  transform: translateX(-0.35rem);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.experience-showcase__tab:hover .experience-showcase__tab-name::after,
.experience-showcase__tab:focus-visible .experience-showcase__tab-name::after,
.experience-showcase__tab.is-active .experience-showcase__tab-name::after {
  opacity: 1;
  transform: none;
}
.experience-showcase__tab-time {
  color: #55594f;
  font-size: 0.57rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.experience-showcase__tab.is-active .experience-showcase__tab-time { color: var(--olive); }
.experience-showcase__badge {
  position: absolute;
  right: 0.35rem;
  bottom: 0.35rem;
  padding: 0.12rem 0.3rem;
  border: 1px solid rgba(167, 122, 45, 0.3);
  border-radius: 999px;
  background: rgba(167, 122, 45, 0.09);
  color: var(--gold);
  font-size: 0.42rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.experience-showcase__panels {
  position: relative;
  display: grid;
  height: 680px;
  min-height: 680px;
}
.experience-showcase__panel {
  position: relative;
  grid-area: 1 / 1;
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: var(--showcase-gap);
  height: 680px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.45s ease, visibility 0.2s step-end;
}

.experience-showcase__panel.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.45s ease, visibility 0s;
}

.experience-showcase__panel.is-active .experience-showcase__detail {
  animation: experience-detail-in 0.65s 0.12s both cubic-bezier(0.22, 1, 0.36, 1);
}

.experience-showcase__panel.is-active .experience-showcase__media {
  animation: experience-media-in 0.75s both cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes experience-detail-in {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}

@keyframes experience-media-in {
  from { opacity: 0.45; transform: scale(0.985); }
  to { opacity: 1; transform: none; }
}

.experience-showcase__media {
  grid-column: 2;
  grid-row: 1;
  height: 680px;
  min-height: 680px;
  overflow: hidden;
  border: 1px solid rgba(167, 122, 45, 0.24);
  border-radius: 36px 36px 96px 36px;
  box-shadow: 0 28px 65px rgba(31, 51, 31, 0.1);
}
.experience-showcase__media img {
  width: 100%;
  height: 100%;
  min-height: 680px;
  object-fit: cover;
  transition: transform 1.4s ease;
}
.experience-showcase__panel.is-active .experience-showcase__media img { transform: scale(1.025); }

.experience-showcase__detail {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(13.2rem, 15vw, 14rem) 0 1.25rem;
}
.experience-showcase__detail h3 {
  margin: 0;
  color: var(--olive);
  font-family: var(--serif);
  font-size: clamp(2.75rem, 3.6vw, 4.35rem);
  font-weight: 500;
  line-height: 0.95;
}
.experience-showcase__price {
  margin: 0.75rem 0 0;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.95rem;
}
.experience-showcase__copy {
  min-height: 0;
  max-width: 31rem;
  margin: 0.8rem 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.6;
}
.experience-showcase__includes {
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
  color: #343a31;
  font-size: 0.84rem;
  line-height: 1.4;
}
.experience-showcase__includes li:not(.is-or) {
  position: relative;
  padding: 0.2rem 0 0.2rem 1.25rem;
  border-bottom: 1px solid rgba(167, 122, 45, 0.14);
}
.experience-showcase__includes li:not(.is-or)::before {
  content: "✓";
  position: absolute;
  top: 0.2rem;
  left: 0;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
}
.experience-showcase__includes .is-or {
  padding: 0.2rem 0;
  color: var(--gold);
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.experience-showcase__actions {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.8rem 1.25rem;
  margin-top: auto;
  padding-top: 1.25rem;
  align-self: end;
}
.experience-showcase__actions .text-link { flex: 0 0 auto; white-space: nowrap; }
.experience-showcase__all { text-align: center; }

.why.section {
  background: linear-gradient(180deg, var(--ivory) 0%, #efe4cf 100%);
}

.membership.section {
  background: linear-gradient(180deg, #efe4cf 0%, var(--ivory) 55%);
}

.app-preview.section {
  background: linear-gradient(180deg, var(--ivory) 0%, #f3eee4 100%);
}

.gallery.section {
  background: linear-gradient(180deg, #f3eee4 0%, var(--ivory) 40%);
}

.visit.section {
  background: #f3eee4;
}

.family {
  background: var(--olive);
  color: var(--ivory);
  border-top: 0;
}

.family .kicker { color: var(--gold-soft); }
.family p { color: rgba(248, 244, 235, 0.86); }

.gallery .gallery__item,
.price-card__media,
.about__media,
.hotstone__media,
.app-preview__media,
.family__grid figure,
.visit__photo {
  overflow: hidden;
  border-radius: var(--mask);
}

.gallery .gallery__item img {
  min-height: 180px;
}

.price-card,
.member-card { border-radius: calc(var(--mask) * 0.55); overflow: hidden; }

@media (min-width: 769px) {
  .hero--cinema .hero__copy { padding: 0 5vw 5.2rem; }

  .prive-story { padding: 5.5rem 0 6rem; }

  .prive-story__intro {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(20rem, 0.78fr);
    grid-template-rows: auto auto;
    column-gap: 4.5vw;
    align-items: end;
  }

  .prive-story__intro .kicker { grid-column: 1; }
  .prive-story__intro .section-title { grid-column: 1; }
  .prive-story__intro .lede {
    grid-column: 2;
    grid-row: 1 / 3;
    margin: 0 0 0.35rem;
    max-width: 27rem;
  }
  .prive-story__intro .story-hint {
    grid-column: 2;
    grid-row: 3;
  }

  .prive-story__layout {
    grid-template-columns: minmax(0, 1.45fr) minmax(20rem, 0.78fr);
    gap: 4.5vw;
    align-items: stretch;
  }

  .story-media--desktop {
    position: relative;
    width: min(58vw, 760px);
    height: 72vh;
    min-height: 0;
    border-radius: 48px 48px 120px 48px;
  }

  .js .story-content article:not(.is-active) {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    filter: none;
  }

  .story-content {
    position: relative;
    height: 72vh;
  }

  .story-content article {
    position: absolute;
    inset: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8vh 0;
  }

  .story-content article::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -1.35rem;
    width: 0.55rem;
    height: 1px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.6s ease;
  }

  .story-content article.is-active::before { transform: scaleX(1); }

  .cinema__copy { padding: 0 7vw 5.5rem; }
}

.story-media--mobile { display: none; }

@media (max-width: 768px) {
  .signature-story { overflow: hidden; }
  .signature-story__grid { display: block; }
  .signature-story__intro {
    position: static;
    padding: 0;
  }
  .signature-story__intro .section-title {
    max-width: 34rem;
    font-size: clamp(3.15rem, 14vw, 4.8rem);
  }
  .signature-story__counter,
  .signature-story__details { display: none; }
  .signature-story__visuals {
    gap: 2.25rem;
    padding: 3rem 0 0;
  }
  .signature-story__visual,
  .signature-story__visual.is-active {
    height: auto;
    min-height: 0;
    max-height: none;
    opacity: 1;
    transform: none;
    border-radius: 24px 24px 60px 24px;
  }
  .signature-story__visual img {
    height: auto;
    aspect-ratio: 4 / 3;
  }
  .signature-story__visual figcaption {
    display: block;
    padding: 1.35rem 1.25rem 1.6rem;
    background: rgba(248, 244, 235, 0.035);
  }
  .signature-story__visual figcaption span {
    color: var(--gold-soft);
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }
  .signature-story__visual figcaption h3 {
    margin: 0.35rem 0 0.55rem;
    color: var(--ivory);
    font-family: var(--serif);
    font-size: 2.1rem;
    font-weight: 500;
  }
  .signature-story__visual figcaption p {
    margin: 0;
    color: rgba(248, 244, 235, 0.7);
    line-height: 1.65;
  }
  .signature-story__visual figcaption ul {
    margin: 0.75rem 0 0;
    padding: 0;
    list-style: none;
    color: rgba(248, 244, 235, 0.72);
    font-size: 0.86rem;
    line-height: 1.5;
  }
  .signature-story__visual figcaption li {
    position: relative;
    padding: 0.4rem 0 0.4rem 1.15rem;
    border-bottom: 1px solid rgba(225, 189, 109, 0.15);
  }
  .signature-story__visual figcaption li::before {
    content: "+";
    position: absolute;
    left: 0;
    color: var(--gold-soft);
  }
  .signature-story__mobile-cta {
    display: inline-flex;
    margin-top: 2rem;
  }
  .cinema__availability { gap: 0.5rem; }
  .cinema__availability span { min-width: 0; flex: 1 1 9rem; }
  .two-feature__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .two-feature__media {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-radius: 26px 26px 68px 26px;
  }
  .two-feature__content { max-width: none; }
  .two-feature__content .section-title { font-size: clamp(3rem, 14vw, 4.5rem); }
  .two-feature__option { gap: 0.35rem 0.75rem; }
  .two-feature__option h3 { font-size: 1.35rem; }
  .two-feature__price { font-size: 1.25rem; }
  .experience-showcase { display: block; margin-top: 2rem; }
  .experience-showcase__selector {
    position: static;
    width: auto;
    height: auto;
  }
  .experience-showcase__instruction { margin-bottom: 0.7rem; }
  .experience-showcase__instruction span:first-child { display: none; }
  .experience-showcase__instruction span:last-child { display: inline; }
  .experience-showcase__tabs {
    display: flex;
    flex-direction: row;
    gap: 0.45rem;
    margin: 0 -1rem 1.2rem;
    padding: 0 1rem 0.4rem;
    overflow-x: auto;
    border-top: 0;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }
  .experience-showcase__tabs::-webkit-scrollbar { display: none; }
  .experience-showcase__tab {
    flex: 0 0 11.5rem;
    min-height: 70px;
    padding: 0.75rem;
    border: 1px solid var(--line);
    border-radius: 16px;
    scroll-snap-align: start;
  }
  .experience-showcase__tab::before { display: none; }
  .experience-showcase__tab.is-active { padding-left: 0.75rem; background: var(--olive); color: var(--ivory); }
  .experience-showcase__tab.is-active .experience-showcase__number,
  .experience-showcase__tab.is-active .experience-showcase__badge { color: var(--gold-soft); }
  .experience-showcase__tab.is-active .experience-showcase__tab-time { color: rgba(248, 244, 235, 0.78); }
  .experience-showcase__panels { min-height: 0; }
  .experience-showcase__panels { height: auto; }
  .experience-showcase__panel {
    height: auto;
    grid-template-columns: 1fr;
    gap: 0;
    overflow: hidden;
    background: #fffdf8;
    border: 1px solid rgba(167, 122, 45, 0.24);
    border-radius: 24px 24px 60px 24px;
    box-shadow: 0 20px 48px rgba(31, 51, 31, 0.08);
  }
  .experience-showcase__panel:not(.is-active) { display: none; }
  .experience-showcase__media,
  .experience-showcase__media img { min-height: 0; height: auto; aspect-ratio: 4 / 3; }
  .experience-showcase__media {
    grid-column: 1;
    grid-row: 1;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .experience-showcase__detail {
    grid-column: 1;
    grid-row: 2;
    padding: 1.6rem 1.25rem 2rem;
  }
  .experience-showcase__copy { min-height: 0; }
  .experience-showcase__detail h3 { font-size: clamp(2.3rem, 12vw, 3.4rem); }
  .experience-showcase__actions .btn { width: 100%; }
  .experience-showcase__actions { flex-wrap: wrap; }
  .experience-showcase__all { text-align: center; }
  .hero__eyebrow { gap: 0.45rem; }
  .hero__tagline { font-size: clamp(1.4rem, 7vw, 1.9rem); }
  .hero__slide-nav { right: 1rem; }
  .hero--cinema .hero__media img { object-position: 55% center; }
  .hero--cinema .hero__shade {
    background: linear-gradient(180deg, rgba(20, 29, 17, 0.12) 10%, rgba(20, 29, 17, 0.42) 50%, rgba(20, 29, 17, 0.86) 100%);
  }
  .hero--cinema .hero__title { font-size: clamp(3.25rem, 15vw, 5rem); line-height: 0.86; }
  .hero--cinema .hero__lede { font-size: 0.96rem; }
  .hero__scroll { right: 1.15rem; bottom: 1.15rem; }
  .hero__scroll span { display: none; }
  .story-media--desktop { display: none; }
  .story-media--mobile {
    display: block;
    position: relative;
    min-height: 0;
    height: auto;
    aspect-ratio: 4 / 3;
    width: calc(100vw - 32px);
    margin: 0 0 1.1rem;
    border-radius: 24px;
  }
  .story-media--mobile img {
    position: relative;
    height: 110%;
    width: 100%;
  }
  .prive-story__layout { display: block; }
  .hero--cinema .hero__copy { padding-bottom: 6.2rem; }

  .is-home .nav__inner,
  .is-inner .nav__inner {
    min-height: 58px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .experience-showcase__panel.is-active .experience-showcase__detail { animation: none; }
  .experience-showcase__panel.is-active .experience-showcase__media { animation: none; }
  .signature-story__intro,
  .signature-story__details-sticky { position: static; }
  .signature-story__copy-stage { min-height: 0; }
  .signature-story__chapter {
    position: static;
    margin-bottom: 2.5rem;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .signature-story__visual { opacity: 1; transform: none; transition: none; }
  .hero__slide-nav button.is-active::after { animation: none; transform: scaleX(1); }
  .hero__scroll i::after { animation: none; transform: none; }
  .js .line-mask > span { transform: none; }
  .story-content article { opacity: 1 !important; filter: none !important; transform: none !important; }
  .story-media__frame:not(.is-active) { opacity: 0; position: absolute; }
  .story-media--desktop { transform: none !important; clip-path: none !important; }
}
