/*
 * Isolated restoration layer.
 * Rebuilds the approved dark Tidal composition without changing the live concept.
 */

:root {
  --restored-rail: 4.8rem;
}

html,
body,
.experience {
  max-width: 100%;
}

.scene {
  overflow: hidden;
}

.scene--faq .faq-list,
.scene--application .application-panel {
  overscroll-behavior: contain;
}

/* Anna-only seal: one low-contrast official mark behind each chapter. */
.scene[data-logo-seal]::after {
  z-index: 0;
  left: 68%;
  width: min(144vw, 132rem);
  opacity: 0.021;
  filter: saturate(0) contrast(1.08);
}

.scene > *,
.scene-shell {
  position: relative;
  z-index: 1;
}

/* Restore the layered editorial collage from the approved desktop comp. */
.hero-collage {
  overflow: visible;
}

.hero-collage figure,
.training-photo,
.bali-collage figure,
.anna-photo,
.video-stage {
  overflow: visible;
  background: #03090a;
}

.hero-collage__main {
  clip-path: none !important;
}

.hero-collage__main video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: transparent !important;
  object-fit: cover !important;
  object-position: center !important;
}

.hero-collage__main-video--mobile {
  display: none;
}

.hero-collage__main::before {
  display: none !important;
}

.hero-collage__villa {
  transform: translate(2%, 8%) rotate(2.2deg) !important;
}

.hero-collage__group {
  transform: translate(-3%, -5%) rotate(-2.2deg) !important;
}

.hero-collage__villa img,
.hero-collage__group img {
  object-fit: cover !important;
  object-position: center !important;
}

.training-photo {
  clip-path: none !important;
}

.bali-collage__villa {
  clip-path: none !important;
}

.bali-collage__villa img {
  object-fit: contain !important;
}

.bali-collage__community {
  transform: rotate(2deg) !important;
}

.anna-photo {
  clip-path: none !important;
}

.video-stage {
  transform: rotate(-0.8deg) !important;
}

/* Approved documentary video substitutions always preserve their whole 9:16 frame. */
.training-photo video,
.bali-collage__community video,
.anna-photo video,
.video-stage video,
.scene img,
.scene video {
  object-fit: contain !important;
  object-position: center !important;
  background:
    radial-gradient(circle at 50% 46%, rgba(143, 255, 229, 0.08), transparent 52%),
    #020707;
}

/* Blurred copies are decorative backing only; the source element above remains complete. */
.hero-collage figure::before,
.training-photo::before,
.bali-collage figure::before,
.anna-photo::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: center / cover no-repeat;
  content: "";
  filter: blur(18px) saturate(0.72) brightness(0.48);
  opacity: 0.62;
  transform: scale(1.06);
  pointer-events: none;
}

.hero-collage__villa::before,
.bali-collage__villa::before { background-image: url("assets/villa-ocean-reference.jpg"); }
.hero-collage__group::before { background-image: url("assets/anna-teaching-community.jpg"); }
.training-photo::before { background-image: url("../shared/assets/anna-mentoring-student-day-poster.jpg"); }
.bali-collage__community::before { background-image: url("../shared/assets/students-at-decks-poster.jpg"); }
.anna-photo::before { background-image: url("../shared/assets/anna-coaching-student-night-poster.jpg"); }

.hero-collage img,
.hero-collage video,
.training-photo img,
.training-photo video,
.bali-collage img,
.bali-collage video,
.anna-photo img,
.anna-photo video {
  position: relative;
  z-index: 1;
}

.hero-collage__main {
  isolation: isolate;
  background: #020707 !important;
}

.scene .hero-collage__main-video {
  object-fit: cover !important;
  object-position: center 50% !important;
  background: transparent !important;
}

.scene .hero-collage__villa img,
.scene .hero-collage__group img {
  object-fit: cover !important;
  object-position: center !important;
  background: transparent !important;
}

.hero-video-toggle {
  position: absolute;
  z-index: 10;
  top: 0.65rem;
  right: 0.65rem;
  bottom: auto;
  left: auto;
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 1px solid rgba(245, 234, 220, 0.52);
  border-radius: 50%;
  background: rgba(2, 8, 8, 0.72);
  color: var(--cream);
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.hero-video-toggle:hover,
.hero-video-toggle:focus-visible {
  border-color: var(--aqua);
  background: rgba(2, 8, 8, 0.9);
  color: var(--aqua);
}

.hero-video-toggle svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: currentColor;
}

.hero-video-toggle__play,
.hero-video-toggle[aria-pressed="true"] .hero-video-toggle__pause {
  display: none;
}

.hero-video-toggle[aria-pressed="true"] .hero-video-toggle__play {
  display: block;
}

.tidal-media-frame,
.scene[aria-hidden="false"] .tidal-media-frame,
.scene[aria-hidden="false"] .tidal-media-frame.is-tidal-pulsing {
  animation: none !important;
}

.mobile-deck {
  display: none !important;
}

.hero-cobrand {
  display: none !important;
}

.motion-toggle {
  display: none !important;
}

/* Packages stay fully truthful while one card at a time is disclosed on phones. */
.package-tabs {
  display: none;
}

@media (min-width: 901px) {
  .scene--hero .hero-collage {
    grid-template-columns: minmax(0, 0.575fr) minmax(0, 0.425fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .scene--hero .hero-collage__main {
    width: min(100%, 22.75rem);
    height: auto;
    max-height: 100%;
    aspect-ratio: 9 / 16;
    grid-column: 1;
    grid-row: 1 / -1;
    align-self: center;
    justify-self: center;
    overflow: hidden;
    transform: none !important;
  }

  .scene--hero .hero-collage__villa,
  .scene--hero .hero-collage__group {
    width: min(100%, 17rem);
    height: auto;
    aspect-ratio: 1;
    align-self: center;
    justify-self: center;
    overflow: hidden;
  }

  .scene--hero .hero-collage__villa {
    grid-column: 2;
    grid-row: 1;
  }

  .scene--hero .hero-collage__group {
    grid-column: 2;
    grid-row: 2;
  }

  .scene--faq,
  .scene--application {
    overflow: hidden;
  }

  .scene--packages {
    padding-top: calc(var(--topbar-h) + 0.75rem);
  }

  .packages-shell {
    min-height: calc(100svh - var(--topbar-h) - 5.6rem);
  }

  .package-lane--signature,
  .package-lane--mentor {
    min-height: 12.1rem;
  }

  /* Scene 01: keep the collapsed SoundCloud affordance in the header, clear of all three media cards. */
  .experience[data-active-scene="0"] .music-dock {
    top: 1.35rem;
    right: 10.5rem;
    bottom: auto;
    width: 3rem;
  }

  .experience[data-active-scene="0"] .music-dock[data-expanded="false"] .music-dock__toggle {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
    justify-content: center;
    padding: 0;
  }

  .experience[data-active-scene="0"] .music-dock[data-expanded="false"] .music-dock__toggle > span:not(.music-dock__wave),
  .experience[data-active-scene="0"] .music-dock[data-expanded="false"] .music-dock__chevron {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
  }

  .experience[data-active-scene="0"] .music-dock[data-expanded="true"] {
    top: calc(var(--topbar-h) + 0.45rem);
    right: auto;
    left: 1rem;
    width: min(20rem, calc(100vw - 2rem));
  }

  .experience[data-active-scene="0"] .music-dock__panel {
    top: calc(100% + 0.65rem);
    bottom: auto;
  }
}

@media (max-width: 900px) {
  .js .scenes {
    transition-duration: 720ms;
  }

  :root {
    --topbar-h: 4.55rem;
    --restored-rail: calc(4.6rem + env(safe-area-inset-bottom, 0px));
    --restored-content: calc(100svh - var(--topbar-h) - var(--restored-rail));
  }

  html.js,
  html.js body,
  .js .experience,
  .js .scenes,
  .js .scene {
    width: 100%;
    height: 100svh;
    max-height: 100svh;
    overflow: hidden !important;
  }

  .js .scenes {
    width: max-content;
    max-width: none;
  }

  .topbar {
    height: var(--topbar-h);
    grid-template-columns: minmax(0, 1fr) auto;
    padding: max(0.45rem, env(safe-area-inset-top, 0px)) 1rem 0.45rem;
    background: linear-gradient(180deg, rgba(2, 8, 8, 0.98), rgba(2, 8, 8, 0.84));
  }

  .brand__master {
    width: 9.2rem;
    max-height: 3.55rem;
  }

  .scene,
  .scene--hero,
  .scene--application {
    padding: var(--topbar-h) 1rem var(--restored-rail);
  }

  .scene-shell,
  .hero-shell,
  .result-shell,
  .training-shell,
  .journey-shell,
  .bali-shell,
  .anna-shell,
  .video-shell,
  .selection-shell,
  .commercial-shell,
  .packages-shell,
  .faq-shell,
  .application-shell {
    display: block !important;
    width: 100%;
    height: var(--restored-content) !important;
    min-height: 0 !important;
    max-height: var(--restored-content) !important;
    overflow: hidden !important;
  }

  .scene [data-mobile-frame],
  .hero-collage,
  .bali-collage,
  .package-architecture,
  .package-lane-group {
    display: initial !important;
  }

  .scene [data-mobile-slide],
  .scene-shell > [data-mobile-slide],
  .scene-shell > [data-mobile-frame] > [data-mobile-slide],
  .scene-shell > .hero-collage > [data-mobile-slide],
  .scene-shell > .bali-collage > [data-mobile-slide],
  .scene-shell > .package-architecture > [data-mobile-slide],
  .scene-shell > .package-architecture > .package-lane-group > [data-mobile-slide] {
    grid-area: auto;
    width: auto;
    max-width: none;
    max-height: none;
    align-self: auto;
    justify-self: auto;
    overflow: visible;
  }

  .mobile-slide-group,
  .mobile-slide-group:not([hidden]) {
    display: block;
  }

  h1,
  h2 {
    letter-spacing: -0.035em;
    line-height: 0.84;
  }

  h1 {
    font-size: clamp(3.25rem, 15.2vw, 4.6rem);
  }

  h2 {
    font-size: clamp(3rem, 13.5vw, 4.25rem);
  }

  .eyebrow {
    margin-bottom: 0.7rem;
    font-size: 0.56rem;
  }

  .eyebrow > span {
    width: 1.8rem;
    height: 1.8rem;
  }

  .lede {
    margin-top: 0.85rem;
    font-size: 0.92rem;
    line-height: 1.42;
  }

  .scene[data-logo-seal]::after {
    top: 52%;
    left: 64%;
    width: 194vw;
    opacity: 0.021;
  }

  /* Hero: media, hook and actions share one deliberate viewport, as in the approved comp. */
  .scene--hero {
    padding-inline: 0;
  }

  .hero-shell {
    position: relative;
    padding: 0 1rem;
  }

  .hero-collage {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    display: grid !important;
    height: 100%;
    min-height: 0;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(10, 1fr);
    overflow: visible;
  }

  .hero-collage__main-video--desktop {
    display: none !important;
  }

  .hero-collage__main-video--mobile {
    display: block !important;
    transform: scale(1.16) translateY(-6%);
    transform-origin: center;
  }

  .hero-collage::after {
    position: absolute;
    z-index: 8;
    inset: 0 -1rem -4rem;
    display: block;
    background: linear-gradient(180deg, rgba(2, 8, 8, 0.16) 0%, transparent 19%, transparent 73%, rgba(6, 16, 17, 0.12) 78%, rgba(6, 16, 17, 0.9) 92%, var(--ink) 100%);
    content: "";
    pointer-events: none;
  }

  .hero-collage figure {
    display: block !important;
    height: auto;
    min-height: 0;
    grid-template-rows: none;
    margin: 0;
  }

  .scene--hero .hero-collage > .hero-collage__main {
    z-index: 2;
    width: 100%;
    height: 100%;
    grid-column: 1 / -1 !important;
    grid-row: 1 / -1 !important;
    overflow: hidden;
    background: #020707 !important;
    clip-path: none !important;
  }

  .hero-collage__main video {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: center 48% !important;
  }

  .scene--hero .hero-collage__villa,
  .scene--hero .hero-collage__group {
    display: none !important;
  }

  .hero-collage figcaption {
    right: 0.4rem;
    bottom: 0.35rem;
    left: 0.4rem;
    display: none;
    font-size: 0.38rem;
  }

  .hero-collage__ring {
    display: none;
  }

  .hero-video-toggle {
    top: 0.7rem;
    right: auto;
    bottom: auto;
    left: 0.7rem;
  }

  .scene--hero .hero-copy {
    position: relative;
    z-index: 12;
    display: flex !important;
    height: 100%;
    min-height: 0;
    flex-direction: column;
    justify-content: flex-end;
    padding: 26svh 0 0.55rem;
    pointer-events: none;
  }

  .scene--hero .hero-copy button,
  .scene--hero .hero-copy a {
    pointer-events: auto;
  }

  .scene--hero .hero-copy::before {
    z-index: -1;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
    display: block;
    height: 68%;
    background: linear-gradient(180deg, transparent, rgba(6, 16, 17, 0.76) 24%, var(--ink) 70%);
  }

  .scene--hero .hero-copy [data-mobile-slide="intro"] {
    position: static;
    padding: 0;
    background: none;
    text-shadow: none;
  }

  .scene--hero .hero-copy [data-mobile-slide="format"] {
    position: static;
    padding: 0;
    background: none;
  }

  .hero-copy h1 {
    max-width: 8.7ch;
    font-size: clamp(3.1rem, 13.6vw, 3.5rem);
  }

  .hero-copy .eyebrow {
    margin-bottom: 0.65rem;
  }

  .hero-copy .lede {
    max-width: 36rem;
    color: var(--cream);
    font-size: 0.82rem;
    line-height: 1.42;
  }

  .hero-facts {
    gap: 0.35rem;
    margin-top: 0.65rem;
  }

  .hero-facts span {
    min-height: 1.8rem;
    display: inline-flex;
    align-items: center;
    padding: 0.32rem 0.55rem;
    font-size: 0.48rem;
  }

  .hero-facts span:nth-child(3) {
    display: none;
  }

  .hero-actions {
    gap: 0.55rem;
    margin-top: 0.75rem;
  }

  .hero-actions .liquid-button {
    width: 100%;
    min-height: 3.2rem;
  }

  .hero-actions .text-action {
    min-height: 2.6rem;
  }

  .hero-copy .microcopy {
    display: none;
  }

  .scroll-cue {
    display: none;
  }

  /* Shared scene rail: one composition, compact supporting evidence. */
  .chapter-copy,
  .journey-heading,
  .bali-copy,
  .anna-copy,
  .video-copy,
  .selection-copy,
  .commercial-price,
  .packages-copy,
  .faq-heading,
  .application-intro {
    margin: 0;
  }

  .result-shell,
  .journey-shell,
  .selection-shell,
  .commercial-shell {
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    gap: 0.75rem !important;
    padding-top: 0.6rem;
  }

  .chapter-copy .text-action,
  .selection-copy .liquid-button,
  .commercial-price .liquid-button {
    margin-top: 0.7rem;
  }

  .result-shell h2,
  .journey-shell h2,
  .selection-shell h2,
  .commercial-shell h2 {
    font-size: clamp(2.65rem, 12vw, 3.7rem);
  }

  .result-shell .lede,
  .journey-shell .lede,
  .selection-shell .lede,
  .commercial-shell .lede {
    font-size: 0.84rem;
  }

  .transformation {
    display: grid;
    align-content: center;
    border-top: 1px solid var(--aqua);
    border-bottom: 1px solid var(--line);
    padding: 0.65rem 0;
  }

  .transformation__before,
  .transformation__after {
    font-size: clamp(1.22rem, 5.5vw, 1.8rem);
  }

  .transformation > svg {
    width: min(52%, 13rem);
    margin: 0.35rem auto;
  }

  .fit-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.7rem;
    margin-top: 0.55rem;
  }

  .fit-columns article + article {
    margin: 0;
  }

  .fit-columns h3 {
    font-size: 0.62rem;
  }

  .fit-columns ul {
    margin-top: 0.35rem;
    font-size: 0.68rem;
    line-height: 1.32;
  }

  .fit-columns li + li {
    margin-top: 0.15rem;
  }

  .fit-columns .fineprint {
    grid-column: 1 / -1;
    margin: 0;
    font-size: 0.66rem;
  }

  /* Training / Bali / Anna / real-frame chapters use a contained media pane. */
  .training-shell,
  .bali-shell,
  .anna-shell,
  .video-shell {
    position: relative;
    display: grid !important;
    grid-template-rows: 42% minmax(0, 58%) !important;
    gap: 0 !important;
  }

  .training-photo,
  .bali-collage,
  .anna-photo,
  .video-stage {
    position: relative;
    inset: auto;
    display: block !important;
    width: min(100%, 28rem);
    height: 100%;
    min-height: 0;
    margin: 0 auto;
    clip-path: none !important;
    transform: none !important;
  }

  .training-photo video,
  .anna-photo video,
  .video-stage__media {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
  }

  .training-photo figcaption,
  .anna-photo > p,
  .video-stage figcaption {
    right: 0.55rem;
    bottom: 0.45rem;
    left: 0.55rem;
    display: block;
    padding: 0.32rem 0.45rem;
    background: rgba(2, 7, 7, 0.78);
    font-size: 0.48rem;
  }

  .training-photo::after,
  .anna-photo::after {
    background: linear-gradient(180deg, transparent 58%, rgba(6, 16, 17, 0.74));
  }

  .training-copy,
  .anna-copy,
  .video-copy,
  .bali-copy {
    position: relative;
    z-index: 4;
    align-self: end;
    padding-top: 0.55rem;
    background: linear-gradient(180deg, rgba(6, 16, 17, 0.12), rgba(6, 16, 17, 0.96) 22%);
  }

  .training-copy h2,
  .anna-copy h2,
  .video-copy h2,
  .bali-copy h2 {
    font-size: clamp(2.45rem, 11vw, 3.35rem);
  }

  .training-copy .lede,
  .anna-copy .lede,
  .video-copy .lede,
  .bali-copy .lede {
    margin-top: 0.55rem;
    font-size: 0.78rem;
    line-height: 1.35;
  }

  .training-copy .liquid-button,
  .anna-copy .text-action,
  .video-copy .text-action {
    min-height: 2.75rem;
    margin-top: 0.55rem;
  }

  .training-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0.5rem;
  }

  .training-points li {
    display: block;
    min-width: 0;
    padding: 0.4rem 0.35rem;
  }

  .training-points li > span {
    display: none;
  }

  .training-points b {
    font-size: 0.57rem;
    line-height: 1.2;
  }

  .training-points p {
    display: none;
  }

  .training-points__note {
    display: none !important;
  }

  .route-slide {
    display: grid !important;
    align-content: center;
  }

  .route-line li {
    grid-template-columns: 3.6rem 1fr;
    gap: 0.65rem;
    padding: 0.42rem 0;
  }

  .route-line::before {
    left: 3.95rem;
  }

  .route-line b {
    font-size: 1.15rem;
  }

  .route-line p {
    font-size: 0.68rem;
    line-height: 1.32;
  }

  .rhythm-wave {
    height: 1rem;
    margin-top: 0.45rem;
  }

  .route-note {
    margin: 0.35rem 0 0;
    font-size: 0.64rem;
  }

  .bali-shell {
    grid-template-rows: 44% minmax(0, 56%) !important;
  }

  .bali-collage {
    position: relative;
    display: block !important;
    grid-row: 1;
  }

  .bali-collage figure {
    position: absolute;
    display: block !important;
    margin: 0;
  }

  .bali-collage__community {
    z-index: 2;
    inset: 0 18% 0 0;
    width: auto;
    height: auto;
    transform: none !important;
  }

  .bali-collage__community video {
    width: 100%;
    height: 100%;
  }

  .bali-collage__villa {
    z-index: 4;
    top: 5%;
    right: 0;
    bottom: auto;
    left: auto;
    width: 34%;
    height: 48%;
    clip-path: none !important;
    transform: rotate(1.5deg) !important;
  }

  .bali-collage figcaption {
    right: 0.35rem;
    bottom: 0.35rem;
    left: 0.35rem;
    padding: 0.28rem 0.35rem;
    font-size: 0.42rem;
  }

  .bali-values {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 0.45rem;
  }

  .bali-values p:nth-child(n) {
    display: block;
    border-left: 0;
    padding: 0.35rem 0.25rem;
  }

  .bali-values span,
  .bali-values small {
    display: none;
  }

  .bali-values b {
    font-size: 0.55rem;
  }

  .anna-shell {
    display: grid !important;
    grid-template-rows: 43% minmax(0, 57%) !important;
  }

  .anna-signature {
    margin: 0 0 0.25rem;
    font-size: clamp(2.5rem, 12vw, 4rem);
  }

  .anna-note {
    margin-top: 0.5rem;
    font-size: 0.7rem;
    line-height: 1.35;
  }

  .video-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0.45rem;
  }

  .video-proof p,
  .video-proof p + p {
    border-right: 1px solid var(--line);
    border-bottom: 0;
    padding: 0.4rem 0.35rem;
  }

  .video-proof b {
    font-size: 0.82rem;
  }

  .video-proof small {
    display: none;
  }

  .admission-flow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-self: center;
  }

  .admission-flow li {
    min-height: 0;
    padding: 0.55rem;
  }

  .admission-flow b {
    font-size: 1.1rem;
  }

  .admission-flow p {
    font-size: 0.66rem;
    line-height: 1.3;
  }

  .commercial-core {
    align-self: center;
    padding: 0.75rem;
  }

  .commercial-core ul {
    margin-top: 0.4rem;
  }

  .commercial-core li {
    grid-template-columns: 1.4rem 1fr;
    gap: 0.4rem;
    padding: 0.35rem 0;
    font-size: 0.68rem;
  }

  /* Compact package selector: all facts remain in the DOM, one package is expanded. */
  .packages-shell {
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    gap: 0.6rem !important;
    padding-top: 0.55rem;
  }

  .packages-copy h2 {
    font-size: clamp(2.55rem, 11.6vw, 3.5rem);
  }

  .packages-copy .lede,
  .packages-note,
  .packages-copy .text-action {
    display: none;
  }

  .package-architecture {
    display: grid !important;
    height: 100%;
    min-height: 0;
    grid-template-rows: auto minmax(0, 1fr) auto;
    align-content: stretch;
    border-top: 1px solid var(--aqua);
    padding-top: 0.45rem;
  }

  .package-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.35rem;
    margin-bottom: 0.45rem;
  }

  .package-tabs button {
    min-height: 2.75rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 0.25rem;
    background: rgba(143, 255, 229, 0.04);
    color: var(--cream-muted);
    font-size: 0.52rem;
    font-weight: 800;
    letter-spacing: 0.06em;
  }

  .package-tabs button[aria-selected="true"] {
    border-color: var(--pink);
    background: rgba(255, 103, 154, 0.14);
    color: var(--cream);
  }

  .package-lane-group {
    display: contents !important;
  }

  .package-lane,
  .package-lane--core,
  .package-lane--signature,
  .package-lane--mentor {
    display: none;
    min-height: 0;
    align-content: start;
    border: 0;
    padding: 0.55rem 0 0;
  }

  .package-lane.is-package-active {
    display: grid;
  }

  .package-lane header {
    align-items: center;
  }

  .package-lane header p,
  .package-lane--signature header p,
  .package-lane--mentor header p {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .package-lane > strong,
  .package-lane--signature > strong,
  .package-lane--mentor > strong {
    margin-top: 0.35rem;
    font-size: clamp(2.1rem, 9.4vw, 3rem);
  }

  .package-features {
    gap: 0.23rem;
    margin-top: 0.45rem;
    font-size: 0.7rem;
    line-height: 1.28;
  }

  .package-buy {
    min-height: 2.8rem;
    margin-top: 0.5rem;
  }

  .package-lane > small {
    margin-top: 0.4rem;
    font-size: 0.47rem;
  }

  .package-architecture__disclaimer {
    padding: 0.4rem 0 0;
    font-size: 0.55rem;
    line-height: 1.3;
  }

  /* FAQ and form are the only mobile chapters with controlled vertical scroll. */
  .faq-shell,
  .application-shell {
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    gap: 0.55rem !important;
    padding-top: 0.55rem;
  }

  .faq-heading h2,
  .application-intro h2 {
    font-size: clamp(2.55rem, 11.5vw, 3.5rem);
  }

  .faq-heading .lede,
  .application-intro .lede {
    font-size: 0.78rem;
  }

  .faq-heading .text-action,
  .application-intro .text-action,
  .application-steps {
    display: none;
  }

  .faq-list,
  .application-panel {
    display: block !important;
    height: 100%;
    max-height: 100%;
    grid-area: auto;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding-right: 0.35rem;
    -webkit-overflow-scrolling: touch;
  }

  .faq-list details {
    width: 100%;
  }

  .faq-list summary {
    min-height: 3.25rem;
    font-size: 1.2rem;
  }

  .faq-list details p {
    padding: 0 0 0.7rem;
    font-size: 0.84rem;
  }

  .faq-cta {
    display: none !important;
  }

  .application-panel {
    border: 1px solid rgba(143, 255, 229, 0.2);
    padding: 0.75rem;
    background: rgba(5, 18, 18, 0.72);
    backdrop-filter: blur(14px);
  }

  .application-form {
    display: block;
    height: auto;
    overflow: visible;
  }

  .application-form fieldset,
  .application-form .form-grid {
    display: block;
  }

  .application-form fieldset {
    margin: 0 0 1rem;
  }

  .application-form legend {
    display: flex;
  }

  .application-form [data-mobile-slide]:not([hidden]) {
    display: grid;
    width: 100%;
    max-width: none;
  }

  .application-form label + label {
    margin-top: 0.65rem;
  }

  .application-form input,
  .application-form select,
  .application-form textarea,
  .application-form .check input {
    font-size: 16px;
  }

  .site-footer {
    display: grid;
    margin-top: 1rem;
  }

  .wave-nav {
    z-index: 90;
    right: 3.95rem;
    bottom: max(0.55rem, env(safe-area-inset-bottom, 0px));
    left: 1rem;
    display: flex !important;
    justify-content: space-between;
    transform: none;
  }

  .wave-nav__tracks {
    flex: 1;
    min-width: 0;
    overflow: hidden;
  }

  .wave-nav button {
    width: auto;
    min-width: 0;
    height: 2.75rem;
    flex: 1 1 0;
  }

  .wave-nav p {
    min-width: 3.2rem;
  }

  .motion-toggle {
    display: flex !important;
  }

  .concierge {
    right: 0.65rem;
    bottom: max(0.55rem, env(safe-area-inset-bottom, 0px));
    width: 3.1rem;
    min-width: 3.1rem;
    height: 3.1rem;
    justify-content: center;
    padding: 0;
  }

  .concierge > span:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
  }

  .music-dock {
    top: calc(var(--topbar-h) + 0.45rem);
    right: 0.65rem;
    bottom: auto;
    left: auto;
    width: min(22rem, calc(100vw - 1.3rem));
  }

  .music-dock[data-expanded="false"] {
    width: 3rem;
  }

  .music-dock[data-expanded="true"] {
    width: min(22rem, calc(100vw - 1.3rem));
  }
}

@media (max-width: 420px), (max-height: 760px) and (max-width: 900px) {
  .hero-copy {
    padding-top: 23svh;
  }

  .hero-copy .lede {
    font-size: 0.76rem;
  }

  .hero-actions .text-action {
    display: none;
  }

  .training-shell,
  .bali-shell,
  .anna-shell,
  .video-shell {
    grid-template-rows: 38% minmax(0, 62%) !important;
  }

  .training-copy h2,
  .bali-copy h2,
  .anna-copy h2,
  .video-copy h2 {
    font-size: clamp(2.2rem, 10.6vw, 3rem);
  }

  .training-copy .lede,
  .bali-copy .lede,
  .anna-copy .lede,
  .video-copy .lede {
    font-size: 0.7rem;
  }

  .anna-note {
    display: none;
  }

  .package-features {
    font-size: 0.64rem;
  }
}

/* Screen 04 — approved Orbit A: three honest Bali/practice media circles. */
.scene--bali .bali-purchase {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-top: 1rem;
}

.scene--bali .bali-purchase .liquid-button {
  min-width: 12rem;
  min-height: 3rem;
  margin: 0;
}

.scene--bali .bali-purchase > p {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  color: rgba(245, 234, 220, 0.66);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.scene--bali .bali-purchase > p i {
  width: 0.58rem;
  height: 0.58rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 0 0.28rem rgba(255, 103, 154, 0.12), 0 0 1rem rgba(255, 103, 154, 0.72);
}

.scene--bali .bali-purchase > p b {
  color: var(--cream);
}

@media (min-width: 901px) {
  .scene--bali .bali-shell {
    grid-template-columns: minmax(25rem, 0.84fr) minmax(38rem, 1.16fr);
    gap: clamp(2.5rem, 5vw, 6.5rem);
  }

  .scene--bali .bali-copy {
    position: relative;
    z-index: 8;
  }

  .scene--bali .bali-collage {
    position: relative;
    width: 100%;
    height: min(73vh, 45rem);
    min-height: 34rem;
    overflow: visible;
    isolation: isolate;
  }

  .scene--bali .bali-collage figure {
    position: absolute;
    overflow: hidden;
    width: auto;
    height: auto;
    aspect-ratio: 1;
    margin: 0;
    border: 1px solid rgba(245, 234, 220, 0.38);
    border-radius: 50%;
    background: #071011;
    box-shadow: 0 1.8rem 5rem rgba(0, 0, 0, 0.48), 0 0 0 0.6rem rgba(143, 255, 229, 0.035);
    clip-path: none !important;
    transform: none !important;
  }

  .scene--bali .bali-collage figure::before {
    display: none !important;
  }

  .scene--bali .bali-collage img,
  .scene--bali .bali-collage video {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: transparent !important;
    object-fit: cover !important;
  }

  .scene--bali .bali-collage figure.bali-collage__community {
    z-index: 2;
    top: 18%;
    right: auto;
    bottom: auto;
    left: 1%;
    width: min(58%, 28rem);
  }

  .scene--bali .bali-collage__community video {
    object-position: 50% 58% !important;
  }

  .scene--bali .bali-collage figure.bali-collage__portrait {
    z-index: 4;
    top: 0;
    right: 1%;
    bottom: auto;
    left: auto;
    width: min(38%, 17rem);
  }

  .scene--bali .bali-collage__portrait img {
    object-position: 50% 48% !important;
  }

  .scene--bali .bali-collage figure.bali-collage__villa {
    z-index: 5;
    top: auto;
    right: 7%;
    bottom: 0;
    left: auto;
    width: min(31%, 14rem);
  }

  .scene--bali .bali-collage__villa img {
    object-position: 58% 50% !important;
  }

  .scene--bali .bali-collage figcaption {
    right: 0.8rem;
    bottom: 0.8rem;
    left: 0.8rem;
    width: auto;
    border-radius: 999px;
    padding: 0.42rem 0.55rem;
    background: rgba(2, 7, 7, 0.78);
    font-size: 0.46rem;
    line-height: 1.25;
    text-align: center;
    backdrop-filter: blur(10px);
  }
}

@media (max-width: 900px) {
  .scene--bali {
    padding-inline: 0;
  }

  .scene--bali .bali-shell {
    position: relative;
    display: block !important;
    width: 100%;
    height: var(--restored-content) !important;
    min-height: 0 !important;
    max-height: var(--restored-content) !important;
    overflow: hidden !important;
    padding: 0.55rem 1rem 0.45rem;
  }

  .scene--bali .bali-copy {
    position: static;
    display: block !important;
    width: 100%;
    height: 100%;
    padding: 0;
    background: none;
  }

  .scene--bali .bali-copy > .mobile-slide-group {
    position: relative;
    z-index: 8;
    display: block !important;
    width: min(100%, 44rem);
    margin: 0 auto;
  }

  .scene--bali .bali-copy h2 {
    max-width: 9.5ch;
    font-size: clamp(2.35rem, 10.8vw, 4.65rem);
    line-height: 0.84;
  }

  .scene--bali .bali-copy .lede {
    max-width: 38rem;
    margin-top: 0.4rem;
    font-size: clamp(0.68rem, 2.15vw, 0.85rem);
    line-height: 1.32;
  }

  .scene--bali .bali-collage {
    position: absolute;
    z-index: 3;
    top: clamp(10rem, 23.5svh, 12.6rem);
    right: 1rem;
    left: 1rem;
    display: block !important;
    width: auto;
    height: clamp(17.5rem, 42svh, 23.5rem);
    min-height: 0;
    margin: 0;
    overflow: visible;
    isolation: isolate;
  }

  .scene--bali .bali-collage figure {
    position: absolute;
    display: block !important;
    overflow: hidden;
    width: auto;
    height: auto;
    aspect-ratio: 1;
    margin: 0;
    border: 1px solid rgba(245, 234, 220, 0.42);
    border-radius: 50%;
    background: #071011;
    box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.5), 0 0 0 0.38rem rgba(143, 255, 229, 0.035);
    clip-path: none !important;
    transform: none !important;
  }

  .scene--bali .bali-collage figure::before {
    display: none !important;
  }

  .scene--bali .bali-collage img,
  .scene--bali .bali-collage video {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: transparent !important;
    object-fit: cover !important;
  }

  .scene--bali .bali-collage figure.bali-collage__community {
    z-index: 2;
    top: 1.1rem;
    right: auto;
    bottom: auto;
    left: 0;
    width: clamp(13.2rem, 59vw, 19.8rem);
  }

  .scene--bali .bali-collage__community video {
    object-position: 50% 59% !important;
  }

  .scene--bali .bali-collage figure.bali-collage__portrait {
    z-index: 5;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    width: clamp(7.7rem, 35vw, 12.5rem);
  }

  .scene--bali .bali-collage__portrait img {
    object-position: 50% 48% !important;
  }

  .scene--bali .bali-collage figure.bali-collage__villa {
    z-index: 6;
    top: auto;
    right: 0.25rem;
    bottom: 0;
    left: auto;
    width: clamp(6.6rem, 29vw, 10.5rem);
  }

  .scene--bali .bali-collage__villa img {
    object-position: 58% 50% !important;
  }

  .scene--bali .bali-collage figcaption {
    right: 0.42rem;
    bottom: 0.42rem;
    left: 0.42rem;
    display: block;
    width: auto;
    border-radius: 999px;
    padding: 0.3rem 0.36rem;
    background: rgba(2, 7, 7, 0.8);
    font-size: 0.38rem;
    line-height: 1.15;
    text-align: center;
    backdrop-filter: blur(8px);
  }

  .scene--bali .bali-values {
    position: absolute;
    z-index: 9;
    right: 1rem;
    bottom: 4.15rem;
    left: 1rem;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    border-top: 1px solid rgba(143, 255, 229, 0.64);
    background: rgba(2, 8, 8, 0.64);
    backdrop-filter: blur(10px);
  }

  .scene--bali .bali-values p:nth-child(n) {
    display: grid;
    min-width: 0;
    grid-template-columns: 1.4rem 1fr;
    margin: 0;
    border-right: 1px solid rgba(245, 234, 220, 0.1);
    border-bottom: 1px solid rgba(245, 234, 220, 0.1);
    border-left: 0;
    padding: 0.34rem 0.38rem;
  }

  .scene--bali .bali-values span {
    display: block;
    grid-row: 1 / 3;
    color: var(--pink);
    font-size: 0.46rem;
  }

  .scene--bali .bali-values b {
    display: block;
    font-size: 0.58rem;
    line-height: 1.15;
  }

  .scene--bali .bali-values small {
    display: block;
    overflow: hidden;
    color: rgba(245, 234, 220, 0.66);
    font-size: 0.48rem;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .scene--bali .bali-purchase {
    position: absolute;
    z-index: 10;
    right: 1rem;
    bottom: 0.45rem;
    left: 1rem;
    display: flex;
    gap: 0.65rem;
    margin: 0;
  }

  .scene--bali .bali-purchase .liquid-button {
    min-width: 0;
    min-height: 2.8rem;
    flex: 1 1 auto;
  }

  .scene--bali .bali-purchase > p {
    min-width: 6.25rem;
    flex: 0 0 auto;
    font-size: 0.52rem;
  }
}

@media (max-width: 380px), (max-height: 700px) and (max-width: 900px) {
  .scene--bali .bali-copy h2 {
    font-size: clamp(1.95rem, 9.3vw, 2.45rem);
  }

  .scene--bali .bali-copy .lede {
    font-size: 0.61rem;
  }

  .scene--bali .bali-collage {
    top: 8.5rem;
    height: 14.8rem;
  }

  .scene--bali .bali-collage figure.bali-collage__community {
    width: 10.8rem;
  }

  .scene--bali .bali-collage figure.bali-collage__portrait {
    width: 6.6rem;
  }

  .scene--bali .bali-collage figure.bali-collage__villa {
    width: 5.8rem;
  }

  .scene--bali .bali-values {
    bottom: 3.85rem;
  }

  .scene--bali .bali-values p:nth-child(n) {
    padding-block: 0.25rem;
  }

  .scene--bali .bali-values small {
    font-size: 0.43rem;
  }

  .scene--bali .bali-purchase .liquid-button {
    min-height: 2.55rem;
  }
}

/* Screen 02 — editorial result stage: equal video signals above a B&W portrait field. */
.scene--result {
  --result-demo-size: clamp(10.75rem, 12.5vw, 11.5rem);
}

.scene--result .result-shell {
  position: relative;
  isolation: isolate;
}

.scene--result .chapter-copy {
  position: relative;
  z-index: 5;
}

.result-d-stage {
  position: relative;
  z-index: 6;
  min-width: 0;
  min-height: 0;
}

.result-d-media {
  position: relative;
  min-width: 0;
}

.result-demo-circles {
  --rail-guard: clamp(0.85rem, 1.4vw, 1.2rem);
  display: grid;
  min-width: 0;
  width: calc(100% + (var(--rail-guard) * 2));
  max-width: none;
  grid-auto-columns: var(--result-demo-size);
  grid-auto-flow: column;
  grid-template-columns: none;
  justify-content: safe end;
  gap: clamp(1.35rem, 1.8vw, 1.75rem);
  margin-inline: calc(-1 * var(--rail-guard));
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  padding: var(--rail-guard);
  scroll-padding-inline: var(--rail-guard);
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  touch-action: pan-x;
}

.result-demo-circles::-webkit-scrollbar {
  display: none;
}

.result-demo {
  position: relative;
  display: block;
  width: var(--result-demo-size);
  height: var(--result-demo-size);
  min-width: 2.75rem;
  min-height: 2.75rem;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: transparent;
  color: var(--cream);
  cursor: pointer;
  scroll-snap-align: center;
}

.result-demo__circle {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(245, 234, 220, 0.42);
  border-radius: 50%;
  background: #020707;
  box-shadow: 0 1.05rem 2.5rem rgba(0, 0, 0, 0.38);
  transform: scale(0.92);
  transform-origin: center;
  transition:
    transform 360ms cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 220ms ease,
    box-shadow 220ms ease,
    opacity 220ms ease;
  will-change: transform;
}

.result-demo__circle::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(rgba(1, 9, 10, 0.2), rgba(1, 9, 10, 0.26)),
    radial-gradient(circle at 50% 52%, transparent 18%, rgba(1, 9, 10, 0.16) 58%, rgba(1, 9, 10, 0.58) 100%);
  content: "";
  opacity: 0.94;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.scene--result .result-demo video {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  background: #020707 !important;
  filter: saturate(0.7) contrast(1.12) brightness(0.78);
  transition: filter 220ms ease, opacity 220ms ease;
}

.scene--result [data-result-demo="coaching-night"] video { object-position: 50% 60% !important; }
.scene--result [data-result-demo="mentoring-day"] video { object-position: 54% 71% !important; }
.scene--result [data-result-demo="students-at-decks"] video { object-position: 48% 79% !important; }

.result-demo:not([aria-pressed="true"]) .result-demo__circle {
  opacity: 0.68;
}

.result-demo[aria-pressed="true"] .result-demo__circle {
  border-color: var(--pink);
  box-shadow: 0 0 0 0.32rem rgba(255, 103, 154, 0.1), 0 1.35rem 3rem rgba(0, 0, 0, 0.48);
  transform: scale(1.12);
}

.result-demo[aria-pressed="true"] {
  z-index: 3;
}

.result-demo[aria-pressed="true"] video {
  filter: saturate(0.9) contrast(1.1) brightness(0.84);
}

.result-demo[aria-pressed="true"] .result-demo__circle::after {
  opacity: 0.7;
}

.result-demo:hover .result-demo__circle,
.result-demo:focus-visible .result-demo__circle {
  border-color: var(--aqua);
  opacity: 1;
}

.result-demo:focus-visible {
  outline: 2px solid var(--aqua);
  outline-offset: 0.38rem;
}

.result-demo-truth {
  max-width: 48rem;
  margin: 0.78rem 0 0 auto;
  color: rgba(245, 234, 220, 0.68);
  font-size: clamp(0.625rem, 0.72vw, 0.72rem);
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.45;
  text-align: right;
  text-transform: uppercase;
}

.result-portrait-field {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: 58%;
  margin: 0;
  overflow: hidden;
  background: #020505;
  isolation: isolate;
  pointer-events: none;
  transform: translateX(-50%);
}

.result-portrait-field::before,
.result-portrait-field::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  content: "";
  pointer-events: none;
}

.result-portrait-field::before {
  z-index: 0;
  background:
    radial-gradient(circle at 76% 45%, rgba(245, 234, 220, 0.07), transparent 34%),
    linear-gradient(90deg, #020707 0%, #040707 58%, #050505 100%);
}

.result-portrait-field::after {
  background:
    linear-gradient(90deg, rgba(2, 7, 7, 0.99) 0%, rgba(2, 7, 7, 0.9) 34%, rgba(2, 7, 7, 0.38) 67%, rgba(2, 7, 7, 0.02) 100%),
    linear-gradient(180deg, rgba(2, 7, 7, 0.2), transparent 38%, rgba(2, 7, 7, 0.22));
}

.scene--result .result-portrait-field img {
  position: absolute;
  z-index: 1;
  right: clamp(2rem, 7vw, 7rem);
  bottom: 0;
  width: auto;
  max-width: none;
  height: 124%;
  object-fit: contain !important;
  object-position: 50% 100% !important;
  background: transparent !important;
  filter: contrast(1.04);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 13%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 13%, #000 100%);
}

.result-d-lower {
  position: absolute;
  z-index: 7;
  right: auto;
  bottom: 0.4rem;
  left: 0;
  display: grid;
  width: min(52rem, 66%);
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) minmax(13rem, 15rem);
  align-items: end;
  gap: 1.25rem;
  border: 0;
  padding: 0;
  background: transparent;
}

.result-transformation,
.mobile-slide-group.result-transformation {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) minmax(4.5rem, 6rem) minmax(0, 1.18fr);
  align-items: center;
  gap: 0.7rem;
  border-top: 1px solid rgba(143, 255, 229, 0.36);
  border-bottom: 1px solid rgba(245, 234, 220, 0.18);
  padding: 0.72rem 0;
}

.result-transformation .transformation__before,
.result-transformation .transformation__after {
  max-width: none;
  margin: 0;
  color: rgba(245, 234, 220, 0.64);
  font-size: clamp(0.7rem, 0.82vw, 0.82rem);
  line-height: 1.34;
  text-align: left;
}

.result-transformation .transformation__after {
  color: var(--cream);
}

.result-transformation small {
  display: block;
  margin-bottom: 0.28rem;
  color: var(--pink);
  font-family: var(--body);
  font-size: 0.48rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.result-transformation > svg {
  width: 100%;
  height: 2.5rem;
  margin: 0;
  stroke: var(--aqua);
  stroke-width: 1;
}

.result-transformation > svg circle {
  fill: var(--pink);
  stroke: none;
}

.result-fit {
  display: block;
  min-width: 0;
}

.result-fit__toggle {
  display: flex;
  width: 100%;
  min-height: 2.75rem;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(143, 255, 229, 0.38);
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  background: rgba(2, 12, 12, 0.78);
  color: var(--cream);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.065em;
  line-height: 1.3;
  text-align: left;
  text-transform: uppercase;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.result-fit__toggle:hover,
.result-fit__toggle:focus-visible,
.result-fit__toggle[aria-expanded="true"] {
  border-color: var(--aqua);
  background: rgba(143, 255, 229, 0.12);
}

.result-fit__toggle > span:last-child {
  margin-left: 0.65rem;
  color: var(--pink);
  font-size: 1.2rem;
  line-height: 1;
}

.result-fit-dialog {
  z-index: 150;
  top: calc(var(--topbar-h) + 0.75rem);
  right: 0;
  bottom: calc(var(--restored-rail) + 0.7rem);
  left: 0;
  width: min(54rem, calc(100vw - 2rem));
  max-width: none;
  height: auto;
  max-height: none;
  margin: 0 auto;
  overflow: visible;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--cream);
}

.result-fit-dialog:not([open]) {
  display: none;
}

.result-fit-dialog[open] {
  display: grid;
  align-items: center;
}

.result-fit-dialog::backdrop {
  background: rgba(1, 6, 7, 0.74);
}

.result-fit-dialog__surface {
  position: relative;
  display: grid;
  max-height: 100%;
  gap: 1.35rem;
  overflow: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(143, 255, 229, 0.34);
  padding: clamp(1.2rem, 3vw, 2.25rem);
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 103, 154, 0.12), transparent 34%),
    rgba(3, 12, 13, 0.99);
  box-shadow: 0 1.8rem 5rem rgba(0, 0, 0, 0.58);
}

.result-fit-dialog__header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.result-fit-dialog__header p,
.result-fit-dialog__header h3 {
  margin: 0;
}

.result-fit-dialog__header p {
  margin-bottom: 0.35rem;
  color: var(--aqua);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.result-fit-dialog__header h3 {
  font-family: var(--display);
  font-size: clamp(2.1rem, 4vw, 3.3rem);
  letter-spacing: -0.035em;
  line-height: 0.9;
  text-transform: uppercase;
}

.result-fit-dialog__close {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 2.75rem;
  place-items: center;
  border: 1px solid rgba(245, 234, 220, 0.38);
  border-radius: 50%;
  background: rgba(2, 7, 7, 0.8);
  color: var(--cream);
}

.result-fit-dialog__close:hover,
.result-fit-dialog__close:focus-visible {
  border-color: var(--aqua);
  color: var(--aqua);
}

.result-fit-dialog__close svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.7;
}

.result-fit__panel {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem 1.6rem;
}

.result-fit__panel article {
  min-width: 0;
}

.result-fit__panel h3 {
  margin: 0 0 0.7rem;
  color: var(--pink);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.result-fit__panel ul {
  display: grid;
  gap: 0.48rem;
  margin: 0;
  padding: 0;
  color: var(--cream-muted);
  font-size: 0.84rem;
  line-height: 1.45;
  list-style: none;
}

.result-fit__panel li {
  position: relative;
  padding-left: 0.85rem;
}

.result-fit__panel li::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: var(--aqua);
  content: "";
}

.result-fit__panel article:nth-child(2) li::before {
  background: var(--pink);
}

.result-fit__panel .fineprint {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(245, 234, 220, 0.62);
  font-size: 0.72rem;
  line-height: 1.45;
}

@media (min-width: 901px) {
  .scene--result .result-shell {
    display: grid;
    height: calc(100svh - var(--topbar-h) - 6.3rem);
    max-height: 49rem;
    min-height: 35rem;
    grid-template-columns: minmax(24rem, 0.74fr) minmax(43rem, 1.26fr);
    gap: clamp(2rem, 3.8vw, 4.4rem);
    align-items: stretch;
  }

  .scene--result .chapter-copy {
    grid-column: 1;
    align-self: start;
    padding-top: clamp(2rem, 4.5vh, 2.7rem);
  }

  .scene--result .chapter-copy h2 {
    max-width: 8.8ch;
    font-size: clamp(3.7rem, 4.55vw, 4.35rem);
    line-height: 0.84;
  }

  .scene--result .chapter-copy .lede {
    max-width: 34ch;
    color: rgba(245, 234, 220, 0.82);
  }

  .result-d-stage {
    grid-column: 2;
  }

  .result-d-media {
    padding-top: 0.65rem;
    transform: translate(
      calc(-1 * clamp(4.5rem, 7.5vw, 6.75rem)),
      0.55rem
    );
  }
}

@media (max-width: 900px) {
  .scene--result {
    --result-demo-size: clamp(8.5rem, 18vw, 9rem);
    padding-inline: 0;
  }

  .result-demo[aria-pressed="true"] .result-demo__circle {
    transform: scale(1.08);
  }

  .scene--result .result-shell {
    position: relative;
    display: block !important;
    width: 100%;
    padding: 0;
  }

  .scene--result .chapter-copy {
    position: absolute;
    z-index: 7;
    top: 22%;
    right: 1rem;
    left: 1rem;
    min-height: 0;
    padding: 0;
    background: transparent;
  }

  .scene--result .chapter-copy .eyebrow {
    margin-bottom: 0.32rem;
  }

  .scene--result .chapter-copy h2 {
    max-width: 100%;
    font-size: clamp(2.4rem, 10.5vw, 3.15rem);
    line-height: 0.83;
  }

  .scene--result .chapter-copy .lede {
    max-width: 37rem;
    margin-top: 0.45rem;
    color: rgba(245, 234, 220, 0.86);
    font-size: clamp(0.75rem, 1.8vw, 0.86rem);
    line-height: 1.35;
  }

  .scene--result .chapter-copy .text-action {
    width: 100%;
    min-height: 2.75rem;
    justify-content: space-between;
    margin-top: 0.48rem;
    font-size: 0.64rem;
  }

  .scene--result .result-d-stage[data-mobile-frame] {
    position: absolute;
    z-index: 8;
    inset: 0;
    display: block !important;
    width: auto;
    height: auto;
    pointer-events: none;
  }

  .result-d-media {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    left: 1rem;
    pointer-events: auto;
  }

  .result-demo-circles {
    justify-content: safe center;
    gap: clamp(0.8rem, 2.3vw, 1.1rem);
  }

  .result-demo-truth {
    margin-top: 0.55rem;
    font-size: 0.625rem;
    line-height: 1.35;
    text-align: center;
  }

  .result-portrait-field {
    inset: 0;
    width: 100%;
    height: 100%;
    transform: none;
  }

  .result-portrait-field::before {
    background: #030606;
  }

  .result-portrait-field::after {
    background:
      linear-gradient(180deg,
        rgba(2, 7, 7, 0.7) 0%,
        rgba(2, 7, 7, 0.58) 18%,
        rgba(2, 7, 7, 0.82) 32%,
        rgba(2, 7, 7, 0.76) 58%,
        rgba(2, 7, 7, 0.16) 73%,
        rgba(2, 7, 7, 0.88) 100%),
      linear-gradient(90deg, rgba(2, 7, 7, 0.74), rgba(2, 7, 7, 0.12));
  }

  .scene--result .result-portrait-field img {
    right: -1rem;
    width: auto;
    height: 100%;
    opacity: 0.92;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .result-d-lower {
    right: 1rem;
    bottom: 0;
    left: 1rem;
    width: auto;
    height: 22.5%;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 0.42rem;
    padding: 0.55rem 0 0;
    background: linear-gradient(180deg, rgba(2, 7, 7, 0.08), rgba(2, 7, 7, 0.84) 28%, rgba(2, 7, 7, 0.96));
  }

  .result-transformation,
  .mobile-slide-group.result-transformation {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) 2.3rem minmax(0, 1.12fr);
    gap: 0.45rem;
    border-top-color: rgba(143, 255, 229, 0.32);
    border-bottom-color: rgba(245, 234, 220, 0.16);
    padding: 0.42rem 0;
  }

  .result-transformation .transformation__before,
  .result-transformation .transformation__after {
    font-size: clamp(0.64rem, 1.7vw, 0.76rem);
    line-height: 1.28;
  }

  .result-transformation small {
    margin-bottom: 0.2rem;
    font-size: 0.5rem;
  }

  .result-transformation > svg {
    width: 2.3rem;
    height: 100%;
    min-height: 0;
    transform: rotate(90deg);
  }

  .result-fit__toggle {
    min-height: 2.75rem;
    font-size: 0.56rem;
  }

  .result-fit-dialog__surface {
    gap: 1.1rem;
    padding: 1.15rem;
  }

  .result-fit-dialog__header h3 {
    font-size: clamp(2rem, 8vw, 2.8rem);
  }

  .result-fit__panel {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .result-fit__panel h3 {
    font-size: 0.72rem;
  }

  .result-fit__panel ul {
    gap: 0.45rem;
    font-size: 0.78rem;
  }

  .result-fit__panel .fineprint {
    grid-column: auto;
    font-size: 0.7rem;
  }
}

@media (max-width: 420px) {
  .scene--result {
    --result-demo-size: clamp(6.625rem, 28vw, 6.875rem);
  }

  .result-demo-circles {
    justify-content: safe center;
    gap: 0.55rem;
  }
}

@media (max-width: 900px) and (max-height: 760px) {
  .scene--result {
    --result-demo-size: clamp(5.8rem, 25vw, 6.35rem);
  }

  .scene--result .chapter-copy {
    top: 21%;
  }

  .scene--result .chapter-copy h2 {
    font-size: clamp(2.1rem, 9.8vw, 2.7rem);
  }

  .scene--result .chapter-copy .lede {
    font-size: 0.7rem;
  }

  .scene--result .chapter-copy .text-action {
    min-height: 2.5rem;
    margin-top: 0.28rem;
  }

  .result-demo-truth {
    margin-top: 0.35rem;
    font-size: 0.58rem;
  }

  .result-d-lower {
    height: 24%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .result-demo__circle,
  .result-demo__circle::after,
  .scene--result .result-demo video,
  .result-fit__toggle {
    transition: none;
  }
}

/* Screen 03 only: fill the authored frame while keeping both people and the deck in the focal band. */
.scene--training .training-photo {
  overflow: hidden;
  background: #020707;
}

.scene--training .training-photo::before {
  display: none;
}

.scene--training .training-photo video {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: 50% 53% !important;
  background: transparent !important;
}

@media (prefers-reduced-motion: reduce) {
  .scenes {
    transition-duration: 0.01ms !important;
  }
}

/* Global chapter rail: ten tactile tiles become an equalizer only while SoundCloud is playing. */
.wave-nav {
  --wave-tile-height: 3.25rem;
  min-height: var(--wave-tile-height);
}

.wave-nav__tracks {
  height: var(--wave-tile-height);
  align-items: center;
}

.wave-nav button {
  --wave-base: 0.48;
  --wave-beat-peak: 1.9;
  --wave-beat-duration: 820ms;
  --wave-beat-delay: 0ms;
  --wave-rest-boost: 1;
  --wave-playing-boost: 1;
  min-height: var(--wave-tile-height);
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 0.5rem;
  cursor: pointer;
  isolation: isolate;
}

.wave-nav button::before {
  position: absolute;
  z-index: -1;
  inset: 0.28rem 0.08rem;
  border-radius: 0.45rem;
  background: rgba(245, 234, 220, 0.025);
  content: "";
  opacity: 0;
  transition: opacity 180ms ease, background-color 180ms ease;
}

.wave-nav button span,
.wave-nav button:nth-child(2n) span,
.wave-nav button:nth-child(3n) span,
.wave-nav button.is-active span {
  width: clamp(0.72rem, 68%, 1.5rem);
  height: 1.08rem;
  border-radius: 0.22rem;
  background: rgba(245, 234, 220, 0.28);
  box-shadow: none;
  transform: scaleY(calc(var(--wave-base) * var(--wave-rest-boost)));
  transform-origin: center;
  will-change: transform;
  transition:
    width 220ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease;
}

.wave-nav button.is-active {
  --wave-rest-boost: 1.32;
  --wave-playing-boost: 1.16;
}

.wave-nav button.is-active::before {
  background: rgba(143, 255, 229, 0.07);
  opacity: 1;
}

.wave-nav button.is-active span {
  width: clamp(0.9rem, 78%, 1.75rem);
  background: var(--aqua);
  box-shadow: 0 0 1rem rgba(143, 255, 229, 0.62);
}

.wave-nav button:focus-visible {
  outline: 2px solid var(--aqua);
  outline-offset: -0.2rem;
}

@media (hover: hover) and (pointer: fine) {
  .wave-nav button:hover::before {
    opacity: 1;
  }

  .wave-nav button:hover span {
    background: rgba(245, 234, 220, 0.58);
  }

  .wave-nav button.is-active:hover span {
    background: var(--aqua);
  }
}

.wave-nav[data-wave-state="switching"] button span {
  animation: chapter-wave-switch 620ms var(--wave-switch-delay, 0ms) cubic-bezier(0.22, 1, 0.36, 1) both;
}

.experience[data-ambient="on"] .wave-nav[data-audio-state="playing"]:not([data-wave-state="switching"]) button span {
  animation: chapter-wave-playing var(--wave-beat-duration) var(--wave-beat-delay) cubic-bezier(0.37, 0, 0.63, 1) infinite;
}

.scene--hero .liquid-button[data-cta-location="hero-packages"] > svg > path {
  transform-box: fill-box;
  transform-origin: center;
}

.experience[data-audio-state="playing"][data-ambient="on"]
  .scene--hero .liquid-button[data-cta-location="hero-packages"] > svg > path {
  animation: hero-cta-heartbeat 1.45s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.wave-nav[data-audio-state="playing"] button.is-active span {
  background: var(--pink);
  box-shadow: 0 0 1.15rem rgba(255, 103, 154, 0.76);
}

.music-dock:not([data-playing="true"]) .music-dock__wave i {
  animation: none;
  transform: scaleY(0.32);
}

.music-dock:not([data-playing="true"]) .music-dock__wave i:nth-child(2),
.music-dock:not([data-playing="true"]) .music-dock__wave i:nth-child(4) {
  transform: scaleY(0.72);
}

@keyframes chapter-wave-switch {
  0% {
    transform: scaleY(calc(var(--wave-base) * var(--wave-rest-boost)));
  }

  42% {
    transform: scaleY(calc(var(--wave-switch-peak, 1.8) * var(--wave-playing-boost)));
  }

  100% {
    transform: scaleY(calc(var(--wave-base) * var(--wave-rest-boost)));
  }
}

@keyframes chapter-wave-playing {
  0%,
  100% {
    transform: scaleY(calc(var(--wave-base) * var(--wave-playing-boost)));
  }

  27% {
    transform: scaleY(calc(var(--wave-beat-peak) * 0.72 * var(--wave-playing-boost)));
  }

  54% {
    transform: scaleY(calc(var(--wave-base) * 1.16 * var(--wave-playing-boost)));
  }

  79% {
    transform: scaleY(calc(var(--wave-beat-peak) * var(--wave-playing-boost)));
  }
}

@keyframes hero-cta-heartbeat {
  0%, 8%, 38%, 100% {
    filter: drop-shadow(0 0 0 rgba(143, 255, 229, 0));
    opacity: 0.82;
    transform: scaleY(0.68);
  }

  14% {
    filter: drop-shadow(0 0 0.38rem rgba(143, 255, 229, 0.78));
    opacity: 1;
    transform: scaleY(1);
  }

  21% {
    filter: drop-shadow(0 0 0.12rem rgba(143, 255, 229, 0.28));
    opacity: 0.9;
    transform: scaleY(0.76);
  }

  28% {
    filter: drop-shadow(0 0 0.3rem rgba(255, 103, 154, 0.68));
    opacity: 1;
    transform: scaleY(0.94);
  }
}

.experience[data-ambient="off"] .wave-nav button span,
.experience[data-ambient="off"] .music-dock__wave i {
  animation: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .wave-nav {
    display: flex !important;
  }

  .wave-nav button span,
  .music-dock__wave i,
  .scene--hero .liquid-button[data-cta-location="hero-packages"] > svg > path {
    animation: none !important;
    transform: none;
  }

  .wave-nav[data-wave-state="switching"] button.is-active span {
    background: var(--aqua);
    box-shadow: 0 0 0.6rem rgba(143, 255, 229, 0.5);
  }
}

@media (max-width: 900px) {
  .wave-nav {
    --wave-tile-height: 3.2rem;
    gap: 0.45rem;
  }

  .wave-nav__tracks {
    gap: 0;
  }

  .wave-nav button {
    height: var(--wave-tile-height);
    min-height: var(--wave-tile-height);
  }

  .wave-nav p {
    min-width: 3rem;
    font-size: 0.58rem;
    letter-spacing: 0.11em;
    text-align: right;
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .wave-nav button {
    width: 1.85rem;
  }
}

@media (min-width: 901px) {
  .wave-nav {
    bottom: 0;
  }
}

/* On the approved hero, the collapsed music control must not cover any media card. */
@media (min-width: 901px) {
  body:has(.scene--hero[aria-hidden="false"]) .music-dock {
    top: 6.65rem;
    right: 2rem;
    bottom: auto;
  }

  body:has(.scene--hero[aria-hidden="false"]) .music-dock[data-expanded="false"] {
    width: 3rem;
  }

  body:has(.scene--hero[aria-hidden="false"]) .music-dock[data-expanded="false"] .music-dock__toggle {
    width: 3rem;
    min-width: 3rem;
    min-height: 3rem;
    justify-content: center;
    padding: 0;
  }

  body:has(.scene--hero[aria-hidden="false"]) .music-dock[data-expanded="false"] .music-dock__toggle > span:not(.music-dock__wave),
  body:has(.scene--hero[aria-hidden="false"]) .music-dock[data-expanded="false"] .music-dock__chevron {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
  }
}

/* One global header entry point for SoundCloud, chapter navigation and ambient motion. */
.topbar:has(.header-hub[data-expanded="true"]) {
  z-index: 120;
}

.header-hub.music-dock {
  position: relative !important;
  z-index: 1;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: auto !important;
}

.header-hub__toggle {
  position: relative;
  z-index: 2;
  display: flex;
  width: 7.9rem;
  min-width: 7.9rem;
  min-height: 2.8rem;
  align-items: center;
  gap: 0.5rem;
  overflow: hidden;
  border: 1px solid rgba(143, 255, 229, 0.28);
  border-radius: 999px;
  padding: 0.28rem 0.58rem 0.28rem 0.32rem;
  background: rgba(4, 14, 14, 0.76);
  color: var(--cream);
  text-align: left;
  box-shadow: 0 0.55rem 2rem rgba(0, 0, 0, 0.24);
  transition: border-color 180ms ease, background-color 180ms ease, transform 220ms var(--ease);
}

.header-hub__toggle:hover {
  border-color: rgba(143, 255, 229, 0.68);
  transform: translateY(-1px);
}

.header-hub[data-playing="true"] .header-hub__toggle {
  border-color: rgba(255, 103, 154, 0.64);
  background: rgba(24, 11, 18, 0.84);
}

.header-hub__wave.music-dock__wave {
  width: 2rem;
  height: 2rem;
}

.header-hub:not([data-playing="true"]) .header-hub__wave i {
  background: rgba(143, 255, 229, 0.72);
}

.header-hub__toggle-copy {
  display: grid;
  gap: 0.02rem;
  line-height: 1;
}

.header-hub__toggle-copy small,
.header-hub__toggle-copy b {
  display: block;
}

.header-hub__toggle-copy small {
  color: var(--pink);
  font-size: 0.44rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.header-hub__toggle-copy b {
  color: var(--cream);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.header-hub__menu-mark {
  width: 1.05rem;
  height: 1.05rem;
  margin-left: auto;
  fill: none;
  stroke: var(--aqua);
  stroke-linecap: round;
  stroke-width: 1.5;
  transition: transform 220ms var(--ease), stroke 180ms ease;
}

.header-hub[data-expanded="true"] .header-hub__menu-mark {
  stroke: var(--pink);
  transform: rotate(90deg);
}

.header-hub__panel.music-dock__panel {
  position: absolute;
  z-index: 3;
  top: calc(100% + 0.62rem);
  right: 0;
  bottom: auto;
  left: auto;
  width: min(46rem, calc(100vw - 3rem));
  max-height: calc(100svh - var(--topbar-h) - 0.8rem);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(143, 255, 229, 0.3);
  border-radius: 1rem;
  padding: 0.85rem;
  background: rgba(4, 16, 16, 0.985);
  box-shadow: 0 1.6rem 5.5rem rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(24px);
  scrollbar-color: rgba(143, 255, 229, 0.42) rgba(255, 255, 255, 0.03);
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transform-origin: top right;
  transition: opacity 180ms ease, transform 220ms var(--ease), visibility 0s linear 0s;
}

.header-hub[data-expanded="false"] .header-hub__panel {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.55rem) scale(0.985);
  transition: opacity 160ms ease, transform 180ms var(--ease), visibility 0s linear 0s;
}

.header-hub__backdrop {
  position: fixed;
  z-index: 1;
  inset: 0;
  background: rgba(0, 8, 8, 0.64);
  backdrop-filter: blur(8px);
}

body.header-hub-modal-open {
  overflow: hidden;
}

.header-hub__panel-head,
.header-hub__section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.header-hub__panel-head {
  min-height: 3rem;
  border-bottom: 1px solid rgba(143, 255, 229, 0.17);
  padding: 0 0 0.7rem;
}

.header-hub__panel-head small,
.header-hub__section-head small,
.header-hub__section-label {
  margin: 0;
  color: var(--aqua);
  font-size: 0.48rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.header-hub__panel-head h2,
.header-hub__section-head h3 {
  margin: 0.12rem 0 0;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.08;
}

.header-hub__panel-head h2 {
  font-size: 1.18rem;
}

.header-hub__section-head h3 {
  font-size: 1rem;
}

.header-hub__close {
  display: grid;
  width: 2.75rem;
  min-width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 1px solid rgba(245, 234, 220, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.025);
  color: var(--cream);
}

.header-hub__close svg {
  width: 1.1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.5;
}

.header-hub__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 0.9rem;
  padding-top: 0.85rem;
}

.header-hub__audio,
.header-hub__chapters {
  min-width: 0;
}

.header-hub__audio {
  border-right: 1px solid rgba(143, 255, 229, 0.14);
  padding-right: 0.9rem;
}

.header-hub__play {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid rgba(255, 103, 154, 0.38);
  border-radius: 999px;
  padding: 0.25rem 0.72rem 0.25rem 0.4rem;
  background: rgba(255, 103, 154, 0.08);
  color: var(--cream);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.header-hub__play:disabled {
  cursor: wait;
  opacity: 0.5;
}

.header-hub__play svg {
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 50%;
  fill: none;
  stroke: var(--pink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.header-hub__pause-icon,
.header-hub__play[aria-pressed="true"] .header-hub__play-icon {
  display: none;
}

.header-hub__play[aria-pressed="true"] .header-hub__pause-icon {
  display: block;
}

.header-hub .music-dock__frame {
  min-height: 8.4rem;
  margin-top: 0.65rem;
  border-radius: 0.7rem;
}

.header-hub .music-dock__frame iframe {
  height: 10rem;
}

.header-hub .music-dock__profile {
  min-height: 2.75rem;
  margin-top: 0.3rem;
}

.header-hub__section-label {
  min-height: 1.6rem;
}

.header-hub__chapter-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.28rem;
}

.header-hub__chapter-grid button {
  display: flex;
  min-width: 0;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(245, 234, 220, 0.1);
  border-radius: 0.65rem;
  padding: 0.4rem 0.58rem;
  background: rgba(255, 255, 255, 0.018);
  color: rgba(245, 234, 220, 0.72);
  font-size: 0.62rem;
  font-weight: 650;
  line-height: 1.15;
  text-align: left;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.header-hub__chapter-grid button span {
  color: rgba(143, 255, 229, 0.62);
  font-size: 0.48rem;
  letter-spacing: 0.08em;
}

.header-hub__chapter-grid button:hover {
  border-color: rgba(143, 255, 229, 0.42);
  color: var(--cream);
}

.header-hub__chapter-grid button.is-active {
  border-color: rgba(143, 255, 229, 0.62);
  background: rgba(143, 255, 229, 0.08);
  color: var(--cream);
  box-shadow: inset 0 0 1.2rem rgba(143, 255, 229, 0.035);
}

.header-hub__chapter-grid button.is-active span {
  color: var(--pink);
}

.header-hub__motion.motion-toggle {
  display: flex !important;
  width: 100% !important;
  min-width: 0;
  min-height: 2.85rem;
  justify-content: flex-start;
  gap: 0.65rem;
  margin-top: 0.75rem;
  border: 1px solid rgba(245, 234, 220, 0.11);
  border-radius: 0.65rem;
  padding: 0.35rem 0.7rem;
  background: rgba(255, 255, 255, 0.018);
}

.header-hub__motion.motion-toggle b {
  display: block !important;
  color: rgba(245, 234, 220, 0.72);
  font-size: 0.58rem;
}

.header-hub__motion small {
  margin-left: auto;
  color: var(--aqua);
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.header-hub__motion[aria-pressed="false"] small {
  color: rgba(245, 234, 220, 0.42);
}

@media (max-width: 900px) {
  .topbar__actions {
    gap: 0;
  }

  .header-hub__toggle {
    width: 3rem;
    min-width: 3rem;
    min-height: 3rem;
    justify-content: center;
    padding: 0;
  }

  .header-hub__wave.music-dock__wave {
    width: 2.2rem;
    height: 2.2rem;
  }

  .header-hub__toggle-copy {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
  }

  .header-hub__menu-mark {
    position: absolute;
    right: 0.05rem;
    bottom: 0.12rem;
    width: 0.88rem;
    height: 0.88rem;
    border-radius: 50%;
    padding: 0.12rem;
    background: var(--ink);
  }

  .experience .header-hub__panel.music-dock__panel {
    position: fixed;
    top: calc(var(--topbar-h) - 0.35rem);
    right: 0.5rem;
    bottom: auto;
    left: auto;
    width: min(27rem, calc(100vw - 1rem));
    height: min(44rem, calc(100svh - var(--topbar-h) - 5rem - env(safe-area-inset-bottom, 0px)));
    max-height: calc(100svh - var(--topbar-h) - 5rem - env(safe-area-inset-bottom, 0px));
    border-radius: 0.9rem;
    padding: 0.75rem;
  }

  .header-hub__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.75rem;
  }

  .header-hub__audio {
    border-right: 0;
    border-bottom: 1px solid rgba(143, 255, 229, 0.14);
    padding: 0 0 0.7rem;
  }

  .header-hub .music-dock__frame {
    min-height: 6.8rem;
  }

  .header-hub .music-dock__frame iframe {
    height: min(8.2rem, 20svh);
  }

  .header-hub__chapter-grid button {
    min-height: 2.75rem;
    padding-inline: 0.5rem;
    font-size: 0.6rem;
  }

  .header-hub__motion.motion-toggle {
    margin-top: 0.65rem;
  }
}

@media (max-width: 370px), (max-height: 740px) and (max-width: 900px) {
  .header-hub__panel-head {
    min-height: 2.7rem;
  }

  .header-hub__panel-head h2 {
    font-size: 1rem;
  }

  .header-hub .music-dock__frame {
    min-height: 5.5rem;
  }

  .header-hub .music-dock__frame iframe {
    height: 6.4rem;
  }

  .header-hub__chapter-grid button {
    min-height: 2.55rem;
  }
}

/* Screen 03 mobile: the approved mentoring film becomes the chapter background. */
@media (max-width: 900px) {
  .scene--training {
    padding-inline: 0;
    isolation: isolate;
  }

  .scene--training .training-shell {
    position: relative;
    display: block !important;
    width: 100%;
    height: var(--restored-content) !important;
    min-height: 0 !important;
    max-height: var(--restored-content) !important;
    overflow: hidden !important;
  }

  .scene--training .training-photo {
    position: absolute;
    z-index: 0;
    inset: 0;
    display: block !important;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #020707;
    clip-path: none !important;
    transform: none !important;
  }

  .scene--training .training-photo::before {
    display: none;
  }

  .scene--training .training-photo::after {
    position: absolute;
    z-index: 2;
    inset: 0;
    display: block !important;
    background:
      linear-gradient(180deg, rgba(2, 8, 8, 0.12) 0%, transparent 30%, rgba(2, 8, 8, 0.1) 43%, rgba(2, 8, 8, 0.64) 60%, rgba(2, 8, 8, 0.94) 78%, #020808 100%),
      linear-gradient(90deg, rgba(2, 8, 8, 0.2), transparent 72%);
    content: "";
    pointer-events: none;
  }

  .scene--training .training-photo video {
    position: absolute;
    z-index: 1;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: 50% 56% !important;
    background: #020707 !important;
    transform: scale(1.012);
    transform-origin: center;
  }

  .scene--training .training-photo figcaption {
    position: absolute;
    z-index: 3;
    top: 0.7rem;
    right: 1rem;
    bottom: auto;
    left: 1rem;
    display: block;
    width: max-content;
    max-width: calc(100% - 2rem);
    margin: 0;
    border: 1px solid rgba(245, 234, 220, 0.18);
    border-radius: 999px;
    padding: 0.38rem 0.58rem;
    background: rgba(2, 8, 8, 0.62);
    color: rgba(245, 234, 220, 0.8);
    font-size: 0.46rem;
    line-height: 1.25;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
  }

  .scene--training .training-copy {
    position: absolute;
    z-index: 4;
    inset: 0;
    display: flex !important;
    width: 100%;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 1rem 0.55rem;
    background: none;
    text-shadow: 0 0.12rem 0.9rem rgba(0, 0, 0, 0.72);
    pointer-events: none;
  }

  .scene--training .training-copy button,
  .scene--training .training-copy a {
    pointer-events: auto;
  }

  .scene--training .training-copy [data-mobile-slide="intro"] {
    position: static;
    padding: 0;
    background: none;
  }

  .scene--training .training-copy h2 {
    max-width: none;
    font-size: clamp(2.2rem, 10.4vw, 3.2rem);
    line-height: 0.88;
  }

  .scene--training .training-copy .lede {
    max-width: 44rem;
    margin-top: 0.48rem;
    color: rgba(245, 234, 220, 0.88);
    font-size: clamp(0.69rem, 2.4vw, 0.82rem);
    line-height: 1.34;
  }

  .scene--training .training-copy .liquid-button {
    width: 100%;
    min-height: 2.75rem;
    margin-top: 0.5rem;
    text-shadow: none;
  }

  .scene--training .training-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0.48rem;
    border-top: 1px solid rgba(143, 255, 229, 0.7);
    border-bottom: 1px solid rgba(245, 234, 220, 0.12);
    background: rgba(2, 8, 8, 0.44);
    backdrop-filter: blur(8px);
  }

  .scene--training .training-points li {
    min-width: 0;
    padding: 0.42rem 0.32rem;
  }

  .scene--training .training-points b {
    color: var(--cream);
    font-size: clamp(0.5rem, 1.65vw, 0.62rem);
    line-height: 1.18;
  }
}

@media (max-width: 420px), (max-height: 760px) and (max-width: 900px) {
  .scene--training .training-copy h2 {
    font-size: clamp(2.05rem, 9.9vw, 2.7rem);
  }

  .scene--training .training-copy .lede {
    font-size: 0.66rem;
  }

  .scene--training .training-copy .liquid-button {
    min-height: 2.55rem;
  }
}

/* Screen 06 — exact 9:16 desktop frame and full-bleed mobile film. */
@media (min-width: 901px) {
  .scene--video .video-shell {
    grid-template-columns: minmax(20rem, 0.7fr) minmax(36rem, 1.3fr);
    gap: clamp(3rem, 7vw, 8rem);
  }

  .scene--video .video-stage {
    display: grid;
    width: min(23rem, 38svh);
    height: auto;
    min-height: 0;
    grid-template-rows: auto auto;
    align-self: center;
  }

  .scene--video .video-stage__media {
    display: block;
    width: 100%;
    height: auto !important;
    aspect-ratio: 9 / 16;
    background: transparent !important;
    object-fit: cover !important;
    object-position: 50% 50% !important;
  }
}

@media (max-width: 900px) {
  .scene--video {
    padding-inline: 0;
    isolation: isolate;
  }

  .scene--video .video-shell {
    position: relative;
    display: block !important;
    width: 100%;
    height: var(--restored-content) !important;
    min-height: 0 !important;
    max-height: var(--restored-content) !important;
    overflow: hidden !important;
    isolation: isolate;
  }

  .scene--video .video-stage {
    position: absolute;
    z-index: 0;
    inset: 0;
    display: block !important;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    border: 0;
    padding: 0;
    background: #020707;
    box-shadow: none;
    transform: none !important;
  }

  .scene--video .video-stage::before {
    display: none;
  }

  .scene--video .video-stage::after {
    position: absolute;
    z-index: 2;
    inset: 0;
    display: block;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    background:
      linear-gradient(180deg, rgba(2, 7, 7, 0.06) 14%, rgba(2, 7, 7, 0.16) 38%, rgba(2, 7, 7, 0.72) 61%, rgba(2, 7, 7, 0.96) 78%, #020707 100%),
      linear-gradient(90deg, rgba(2, 7, 7, 0.26), transparent 70%);
    content: "";
    opacity: 1;
    pointer-events: none;
  }

  .scene--video .video-stage__media {
    position: absolute;
    z-index: 1;
    inset: 0;
    display: block;
    width: 100%;
    height: 100% !important;
    border: 0;
    background: transparent !important;
    object-fit: cover !important;
    object-position: 50% 58% !important;
    pointer-events: none;
  }

  .scene--video .video-stage figcaption {
    position: absolute;
    z-index: 3;
    top: 0.7rem;
    right: 1rem;
    bottom: auto;
    left: 1rem;
    display: block;
    width: max-content;
    max-width: calc(100% - 2rem);
    margin: 0;
    border: 1px solid rgba(245, 234, 220, 0.2);
    border-radius: 999px;
    padding: 0.38rem 0.58rem;
    background: rgba(2, 7, 7, 0.58);
    color: transparent;
    font-size: 0;
    backdrop-filter: blur(10px);
  }

  .scene--video .video-stage figcaption span {
    display: block;
    color: rgba(245, 234, 220, 0.86);
    font-size: 0.48rem;
    line-height: 1.2;
  }

  .scene--video .video-copy {
    position: absolute;
    z-index: 4;
    inset: 0;
    display: flex !important;
    width: 100%;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    flex-direction: column;
    justify-content: flex-end;
    padding: 5rem 1rem 0.55rem;
    background: none;
    text-shadow: 0 0.12rem 1rem rgba(0, 0, 0, 0.86);
    pointer-events: none;
  }

  .scene--video .video-copy button,
  .scene--video .video-copy a {
    pointer-events: auto;
  }

  .scene--video .video-copy [data-mobile-slide="story"] {
    display: block !important;
  }

  .scene--video .video-copy h2 {
    max-width: 10ch;
    font-size: clamp(2.45rem, 10.8vw, 4.8rem);
    line-height: 0.85;
  }

  .scene--video .video-copy .lede {
    max-width: 45rem;
    margin-top: 0.55rem;
    border-left: 2px solid var(--aqua);
    border-radius: 0 0.5rem 0.5rem 0;
    padding: 0.55rem 0.65rem;
    background: rgba(2, 8, 8, 0.68);
    color: rgba(245, 234, 220, 0.92);
    font-size: clamp(0.68rem, 2.1vw, 0.84rem);
    line-height: 1.34;
    text-shadow: none;
    backdrop-filter: blur(12px);
  }

  .scene--video .video-copy .text-action {
    min-height: 2.75rem;
    margin-top: 0.5rem;
    text-shadow: none;
  }

  .scene--video .video-proof {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0.48rem;
    border-top: 1px solid rgba(143, 255, 229, 0.72);
    border-bottom: 1px solid rgba(245, 234, 220, 0.12);
    background: rgba(2, 8, 8, 0.66);
    text-shadow: none;
    backdrop-filter: blur(10px);
  }

  .scene--video .video-proof p,
  .scene--video .video-proof p + p {
    min-width: 0;
    padding: 0.48rem 0.4rem;
  }

  .scene--video .video-proof b {
    margin-top: 0.22rem;
    color: var(--cream);
    font-size: clamp(0.58rem, 1.8vw, 0.72rem);
    line-height: 1.15;
  }

  .scene--video .video-proof small {
    margin-top: 0.18rem;
    color: rgba(245, 234, 220, 0.72);
    font-size: clamp(0.48rem, 1.45vw, 0.61rem);
    line-height: 1.2;
  }
}

@media (max-width: 380px), (max-height: 700px) and (max-width: 900px) {
  .scene--video .video-copy h2 {
    font-size: clamp(2.05rem, 9.5vw, 2.7rem);
  }

  .scene--video .video-copy .lede {
    padding-block: 0.42rem;
    font-size: 0.61rem;
  }

  .scene--video .video-copy .text-action {
    min-height: 2.5rem;
  }

  .scene--video .video-proof small {
    display: none;
  }
}

@media (min-width: 601px) and (max-width: 900px) {
  .scene--video .video-stage::before {
    position: absolute;
    z-index: 0;
    inset: -1.5rem;
    display: block;
    background: url("../shared/assets/anna-viral-moment-poster.jpg") 50% 48% / cover no-repeat;
    content: "";
    filter: blur(22px) saturate(0.78) brightness(0.5);
    opacity: 0.84;
    transform: scale(1.06);
    pointer-events: none;
  }

  .scene--video .video-stage__media {
    object-fit: contain !important;
    object-position: center !important;
  }
}

/* Screen 09 — visual FAQ theatre for the direct-purchase path. */
.scene--faq .faq-visual {
  position: relative;
  overflow: hidden;
  margin: 1rem 0 0;
  border: 1px solid rgba(143, 255, 229, 0.25);
  background: #020707;
  isolation: isolate;
}

.scene--faq .faq-visual img {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent !important;
  object-fit: cover !important;
  object-position: 50% 45% !important;
}

.scene--faq .faq-visual::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(2, 7, 7, 0.88));
  content: "";
  pointer-events: none;
}

.scene--faq .faq-visual figcaption {
  position: absolute;
  z-index: 4;
  right: 0.7rem;
  bottom: 0.65rem;
  left: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  color: rgba(245, 234, 220, 0.76);
  font-size: 0.48rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.scene--faq .faq-visual figcaption span {
  color: var(--aqua);
  font-weight: 700;
}

.scene--faq .faq-visual__bars {
  position: absolute;
  z-index: 3;
  right: 0.7rem;
  bottom: 1.8rem;
  left: 0.7rem;
  display: flex;
  height: 1.45rem;
  align-items: end;
  gap: 0.28rem;
  pointer-events: none;
}

.scene--faq .faq-visual__bars i {
  width: 100%;
  height: 18%;
  background: linear-gradient(180deg, var(--aqua), var(--pink));
  transform-origin: 50% 100%;
}

.experience[data-active-scene="8"][data-audio-state="playing"][data-ambient="on"] .scene--faq .faq-visual__bars i {
  animation: faq-signal 760ms ease-in-out infinite alternate;
}

.experience[data-active-scene="8"][data-audio-state="playing"][data-ambient="on"] .scene--faq .faq-visual__bars i:nth-child(2n) { animation-duration: 940ms; animation-delay: -240ms; }
.experience[data-active-scene="8"][data-audio-state="playing"][data-ambient="on"] .scene--faq .faq-visual__bars i:nth-child(3n) { animation-duration: 620ms; animation-delay: -410ms; }

@keyframes faq-signal {
  0% { transform: scaleY(0.35); }
  55% { transform: scaleY(1); }
  100% { transform: scaleY(0.58); }
}

.scene--faq .faq-list details {
  position: relative;
  transition: border-color 220ms ease, background-color 220ms ease;
}

.scene--faq .faq-list details::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--aqua), var(--pink));
  content: "";
  opacity: 0;
  transform: scaleY(0.25);
  transform-origin: 50% 0;
  transition: opacity 220ms ease, transform 260ms ease;
}

.scene--faq .faq-list details[open] {
  border-color: rgba(143, 255, 229, 0.46);
  background: rgba(143, 255, 229, 0.035);
}

.scene--faq .faq-list details[open]::before {
  opacity: 1;
  transform: scaleY(1);
}

.scene--faq .faq-list summary {
  padding-inline: 0.75rem;
  transition: color 180ms ease, transform 180ms ease;
}

.scene--faq .faq-list summary:hover {
  color: var(--aqua);
  transform: translateX(0.4rem);
}

.scene--faq .faq-list details p {
  margin-inline: 0.75rem;
  color: rgba(245, 234, 220, 0.76);
  animation: faq-answer-in 240ms ease both;
}

@keyframes faq-answer-in {
  from { opacity: 0; transform: translateY(-0.3rem); }
  to { opacity: 1; transform: none; }
}

@media (min-width: 901px) {
  .scene--faq .faq-shell {
    grid-template-columns: minmax(25rem, 0.76fr) minmax(39rem, 1.24fr);
    gap: clamp(3rem, 6vw, 7rem);
  }

  .scene--faq .faq-heading h2 {
    max-width: 8.8ch;
    font-size: clamp(3.8rem, 5.4vw, 6.2rem);
  }

  .scene--faq .faq-heading .lede {
    max-width: 35rem;
  }

  .scene--faq .faq-visual {
    width: min(100%, 29rem);
    aspect-ratio: 6 / 5;
  }

  .experience[data-active-scene="8"][data-ambient="on"] .scene--faq .faq-visual img {
    animation: faq-photo-breathe 9s ease-in-out infinite alternate;
  }

  @keyframes faq-photo-breathe {
    from { transform: scale(1.01); }
    to { transform: scale(1.035); }
  }

  .scene--faq .faq-heading .text-action {
    margin-top: 0.8rem;
  }

  .scene--faq .faq-list {
    max-height: calc(100svh - var(--topbar-h) - 6rem);
    padding-right: 0.55rem;
  }

  .scene--faq .faq-list summary {
    min-height: 4.35rem;
    font-size: clamp(1.12rem, 1.55vw, 1.58rem);
  }

  .scene--faq .faq-list details p {
    max-width: 52rem;
    margin-bottom: 1rem;
    padding-right: 2.4rem;
    font-size: 0.76rem;
    line-height: 1.58;
  }

  .scene--faq .faq-cta {
    position: absolute;
    right: auto;
    bottom: 1.05rem;
    left: var(--scene-pad-x);
    min-height: 2.75rem;
    border: 1px solid rgba(143, 255, 229, 0.36);
    border-radius: 999px;
    padding: 0.7rem 1rem;
    background: rgba(2, 8, 8, 0.78);
    backdrop-filter: blur(10px);
  }
}

@media (max-width: 900px) {
  .scene--faq .faq-shell {
    position: relative;
    display: grid !important;
    width: 100%;
    height: var(--restored-content) !important;
    min-height: 0 !important;
    max-height: var(--restored-content) !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    gap: 0.45rem !important;
    overflow: hidden !important;
    padding: 0.45rem 1rem 3.9rem;
  }

  .scene--faq .faq-heading {
    position: relative;
  }

  .scene--faq .faq-heading h2 {
    max-width: none;
    font-size: clamp(2.2rem, 9.9vw, 4rem);
    line-height: 0.84;
  }

  .scene--faq .faq-heading .lede {
    margin-top: 0.35rem;
    font-size: clamp(0.67rem, 2vw, 0.8rem);
    line-height: 1.3;
  }

  .scene--faq .faq-visual {
    width: 100%;
    height: clamp(6.8rem, 17svh, 10rem);
    margin-top: 0.45rem;
  }

  .scene--faq .faq-visual::before {
    position: absolute;
    z-index: 0;
    inset: -1rem;
    background: url("assets/anna-dj-ocean-faq.jpg") 50% 45% / cover no-repeat;
    content: "";
    filter: blur(18px) saturate(0.8) brightness(0.5);
    opacity: 0.82;
    transform: scale(1.06);
    pointer-events: none;
  }

  .scene--faq .faq-visual img {
    position: relative;
    z-index: 1;
    object-fit: contain !important;
    object-position: center !important;
  }

  .scene--faq .faq-heading .text-action {
    display: none;
  }

  .scene--faq .faq-list {
    display: block !important;
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding: 0 0.25rem 1rem 0;
    overscroll-behavior: contain;
  }

  .scene--faq .faq-list summary {
    min-height: 3.15rem;
    padding-inline: 0.55rem;
    font-size: clamp(0.96rem, 4.1vw, 1.35rem);
    line-height: 1;
  }

  .scene--faq .faq-list details p {
    margin: -0.05rem 0.55rem 0.75rem;
    padding: 0;
    font-size: clamp(0.72rem, 2vw, 0.82rem);
    line-height: 1.45;
  }

  .scene--faq .faq-cta {
    position: absolute;
    z-index: 12;
    right: 1rem;
    bottom: calc(var(--mobile-bottom-rail) + 0.55rem);
    left: 1rem;
    display: flex !important;
    min-height: 2.8rem;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    padding: 0.65rem 1rem;
    background: linear-gradient(100deg, var(--pink), #bd55a9 53%, #7a72df);
    box-shadow: 0 0.8rem 2rem rgba(225, 90, 135, 0.24);
    color: #fff;
    font-size: 0.58rem;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scene--faq .faq-visual img,
  .scene--faq .faq-visual__bars i,
  .scene--faq .faq-list details p {
    animation: none !important;
    transform: none !important;
  }

  .scene--faq .faq-list summary {
    transition: none;
  }
}

/* Screen 04 mobile/tablet stability pass: copy → media → table → purchase. */
@media (max-width: 900px) {
  .scene--bali .bali-shell {
    display: grid !important;
    grid-template-areas:
      "intro"
      "media"
      "values"
      "purchase";
    grid-template-rows: auto minmax(0, 1fr) auto auto !important;
    gap: 0.42rem !important;
    padding: 0.5rem 1rem 0.45rem;
  }

  .scene--bali .bali-copy {
    display: contents !important;
  }

  .scene--bali .bali-copy > .mobile-slide-group {
    grid-area: intro;
  }

  .scene--bali .bali-copy h2 {
    max-width: 11ch;
    font-size: clamp(2.2rem, 9.8vw, 4.25rem);
  }

  .scene--bali .bali-copy .lede {
    max-width: 42rem;
    margin-top: 0.32rem;
  }

  .scene--bali .bali-collage {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    height: 100%;
    min-height: 0;
    grid-area: media;
  }

  .scene--bali .bali-collage figure.bali-collage__community {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    width: min(61vw, 19.8rem);
    max-width: none;
    height: auto;
    transform: translateY(-50%) !important;
  }

  .scene--bali .bali-collage figure.bali-collage__portrait {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    width: min(36vw, 12.5rem);
    max-width: none;
    height: auto;
  }

  .scene--bali .bali-collage figure.bali-collage__villa {
    top: auto;
    right: 0.25rem;
    bottom: 0;
    left: auto;
    width: min(30vw, 10.5rem);
    max-width: none;
    height: auto;
  }

  .scene--bali .bali-values {
    position: static;
    width: 100%;
    grid-area: values;
  }

  .scene--bali .bali-purchase {
    position: static;
    width: 100%;
    grid-area: purchase;
  }
}

@media (max-width: 380px), (max-height: 700px) and (max-width: 900px) {
  .scene--bali .bali-shell {
    gap: 0.28rem !important;
  }

  .scene--bali .bali-copy h2 {
    font-size: clamp(1.85rem, 8.8vw, 2.35rem);
  }

  .scene--bali .bali-copy .lede {
    font-size: 0.58rem;
    line-height: 1.22;
  }

  .scene--bali .bali-values small {
    display: none;
  }

  .scene--bali .bali-values p:nth-child(n) {
    padding-block: 0.22rem;
  }
}

/* v4 — Screens 04/05/07/08/09: eliminate bleed, dead zones and narrow-desktop clipping. */
.scene--bali {
  overflow: hidden !important;
  background: var(--ink);
  isolation: isolate;
}

.scene--bali .bali-shell {
  min-width: 0;
  background: var(--ink);
  contain: paint;
}

/* Screen 05: the mentoring fragment is the chapter background, not a boxed player. */
.scene--anna {
  overflow: hidden !important;
  padding-right: 0;
  padding-left: 0;
}

.scene--anna .anna-shell {
  position: relative;
  display: block !important;
  width: 100%;
  max-width: none;
  overflow: hidden;
  isolation: isolate;
}

.scene--anna .anna-photo {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #020707;
  clip-path: none !important;
  transform: none !important;
}

.scene--anna .anna-photo::before {
  display: none !important;
}

.scene--anna .anna-photo::after {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(2, 7, 7, 0.96) 0%, rgba(2, 7, 7, 0.78) 29%, rgba(2, 7, 7, 0.18) 61%, rgba(2, 7, 7, 0.08) 100%),
    linear-gradient(180deg, rgba(2, 7, 7, 0.18), transparent 46%, rgba(2, 7, 7, 0.8));
}

.scene--anna .anna-photo video {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent !important;
  object-fit: cover !important;
  object-position: 50% 43% !important;
  pointer-events: none;
}

.scene--anna .anna-photo > p {
  z-index: 3;
  top: 1rem;
  right: 1rem;
  bottom: auto;
  left: auto;
  width: auto;
  border: 1px solid rgba(143, 255, 229, 0.35);
  border-radius: 999px;
  padding: 0.45rem 0.65rem;
  background: rgba(2, 8, 8, 0.72);
  color: rgba(245, 234, 220, 0.78);
  backdrop-filter: blur(10px);
}

.scene--anna .anna-copy {
  position: relative;
  z-index: 4;
  display: flex !important;
  width: min(39rem, 46vw);
  min-height: inherit;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: var(--scene-pad-x);
  padding: 2rem 0 clamp(2rem, 7vh, 5rem);
  background: none;
  text-shadow: 0 0.15rem 1.3rem rgba(0, 0, 0, 0.92);
}

.scene--anna .anna-copy .lede,
.scene--anna .anna-note {
  color: rgba(245, 234, 220, 0.9);
}

/* Screen 07: use the full card height for facts instead of leaving an empty panel. */
.commercial-core {
  display: flex;
  min-width: 0;
  height: 100%;
  min-height: 0;
  flex-direction: column;
}

.commercial-core ul {
  display: grid;
  min-height: 0;
  flex: 1 1 auto;
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.commercial-core li {
  align-items: center;
}

.commercial-depths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 0.9rem;
}

.commercial-depths article {
  min-width: 0;
  border: 1px solid rgba(143, 255, 229, 0.22);
  border-radius: 0.8rem;
  padding: 0.72rem;
  background: rgba(2, 8, 8, 0.52);
}

.commercial-depths strong,
.commercial-depths span {
  display: block;
}

.commercial-depths strong {
  color: var(--pink);
  font-family: var(--display);
  font-size: clamp(1.35rem, 2vw, 2rem);
  letter-spacing: 0.02em;
  line-height: 0.95;
}

.commercial-depths span {
  margin-top: 0.35rem;
  color: rgba(245, 234, 220, 0.72);
  font-size: 0.56rem;
  line-height: 1.3;
}

/* Screen 08: desktop product orbits fill the editorial column with real material. */
.package-orbits {
  display: none;
}

@media (min-width: 901px) {
  .packages-shell {
    grid-template-columns: minmax(25rem, 0.7fr) minmax(0, 1.3fr);
    gap: clamp(2.2rem, 4.2vw, 5rem);
  }

  .packages-copy {
    display: flex;
    min-width: 0;
    height: 100%;
    flex-direction: column;
    align-self: stretch;
  }

  .package-orbits {
    display: flex;
    align-items: flex-end;
    gap: clamp(0.7rem, 1.2vw, 1.15rem);
    margin-top: auto;
    padding: 1.3rem 0 0.3rem;
  }

  .package-orbits figure {
    position: relative;
    width: clamp(6.4rem, 8vw, 8.4rem);
    aspect-ratio: 1;
    flex: 0 0 auto;
    margin: 0;
    overflow: visible;
    border-radius: 50%;
  }

  .package-orbits figure:nth-child(2) {
    width: clamp(7.2rem, 9.4vw, 9.7rem);
    transform: translateY(-0.8rem);
  }

  .package-orbits img,
  .package-orbits video {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(143, 255, 229, 0.42);
    border-radius: 50%;
    background: #020707 !important;
    object-fit: cover !important;
  }

  .package-orbits figure:first-child img {
    object-position: 61% 50% !important;
  }

  .package-orbits figure:nth-child(2) video {
    object-position: 50% 55% !important;
  }

  .package-orbits figure:last-child img {
    object-position: 50% 44% !important;
  }

  .package-orbits figcaption {
    position: absolute;
    right: -0.25rem;
    bottom: -0.4rem;
    left: -0.25rem;
    border-radius: 999px;
    padding: 0.35rem 0.4rem;
    background: rgba(2, 8, 8, 0.84);
    color: rgba(245, 234, 220, 0.8);
    font-size: 0.45rem;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
  }
}

/* Screen 09: a true 9:16 video frame and fluid columns prevent desktop clipping. */
.scene--faq .faq-visual__media {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent !important;
  object-fit: cover !important;
  object-position: 50% 50% !important;
}

@media (min-width: 901px) {
  .scene--faq .faq-shell {
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    gap: clamp(1.25rem, 3vw, 3.25rem);
  }

  .scene--faq .faq-heading,
  .scene--faq .faq-list {
    min-width: 0;
    width: 100%;
  }

  .scene--faq .faq-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(8.75rem, 14vw, 15rem);
    grid-template-rows: auto auto auto 1fr auto;
    column-gap: clamp(0.8rem, 1.5vw, 1.3rem);
    align-items: start;
  }

  .scene--faq .faq-heading > .eyebrow,
  .scene--faq .faq-heading > h2,
  .scene--faq .faq-heading > .lede,
  .scene--faq .faq-heading > .text-action {
    min-width: 0;
    grid-column: 1;
  }

  .scene--faq .faq-heading h2 {
    max-width: 7.2ch;
    font-size: clamp(3.25rem, 4.65vw, 5.4rem);
  }

  .scene--faq .faq-visual {
    width: 100%;
    height: auto;
    aspect-ratio: 9 / 16;
    grid-column: 2;
    grid-row: 1 / -1;
    align-self: center;
    margin: 0;
  }

  .scene--faq .faq-list {
    overflow-x: hidden !important;
  }

  .scene--faq .faq-list summary,
  .scene--faq .faq-list details p {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
  }
}

@media (max-width: 900px) {
  .scene--bali .bali-shell {
    padding-bottom: 0.7rem;
  }

  .scene--bali .bali-collage figure {
    overflow: hidden !important;
  }

  .scene--bali .bali-collage figcaption {
    position: absolute !important;
    z-index: 3;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
    overflow: hidden;
    padding: 0.32rem 0.4rem;
    font-size: clamp(0.48rem, 1.5vw, 0.6rem);
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .scene--anna .anna-shell {
    height: var(--restored-content) !important;
    min-height: var(--restored-content) !important;
  }

  .scene--anna .anna-photo video {
    object-position: 50% 44% !important;
  }

  .scene--anna .anna-photo::after {
    background: linear-gradient(180deg, rgba(2, 7, 7, 0.08) 0%, rgba(2, 7, 7, 0.14) 31%, rgba(2, 7, 7, 0.82) 58%, #020707 100%);
  }

  .scene--anna .anna-photo > p {
    top: 0.7rem;
    right: 0.7rem;
    max-width: calc(100% - 1.4rem);
    font-size: 0.42rem;
  }

  .scene--anna .anna-copy {
    width: 100%;
    height: 100%;
    min-height: 0;
    justify-content: flex-end;
    margin: 0;
    padding: 8rem 1rem 0.65rem;
    text-shadow: 0 0.12rem 1rem rgba(0, 0, 0, 0.92);
  }

  .scene--anna .anna-copy h2 {
    max-width: 9ch;
  }

  .scene--anna .anna-note {
    display: none;
  }

  .scene--anna .anna-copy .text-action {
    pointer-events: auto;
  }

  .commercial-core ul {
    grid-template-rows: repeat(6, auto);
  }

  .commercial-core li {
    padding-block: 0.32rem;
  }

  .commercial-warning {
    margin-top: 0.55rem;
    font-size: 0.56rem;
    line-height: 1.35;
  }

  .commercial-depths {
    gap: 0.35rem;
    margin-top: auto;
    padding-top: 0.55rem;
  }

  .commercial-depths article {
    min-height: 4.35rem;
    padding: 0.5rem;
  }

  .commercial-depths strong {
    font-size: clamp(1.05rem, 4.8vw, 1.55rem);
  }

  .commercial-depths span {
    font-size: clamp(0.44rem, 1.5vw, 0.56rem);
  }

  .package-orbits {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 0.45rem;
    margin-top: 0.35rem;
  }

  .package-orbits figure {
    width: clamp(3.3rem, 15vw, 5.2rem);
    aspect-ratio: 1;
    flex: 0 0 auto;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(143, 255, 229, 0.4);
    border-radius: 50%;
  }

  .package-orbits figure:nth-child(2) {
    width: clamp(3.8rem, 17vw, 6rem);
  }

  .package-orbits img,
  .package-orbits video {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: #020707 !important;
    object-fit: cover !important;
  }

  .package-orbits figcaption {
    display: none;
  }

  .scene--packages .package-architecture {
    height: auto;
    grid-template-rows: auto auto auto;
    align-self: center;
    align-content: start;
  }

  .scene--faq .faq-heading {
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) clamp(7.15rem, 31vw, 10.2rem);
    grid-template-rows: auto auto auto;
    gap: 0.25rem 0.75rem;
  }

  .scene--faq .faq-heading > .eyebrow,
  .scene--faq .faq-heading > h2,
  .scene--faq .faq-heading > .lede {
    min-width: 0;
    grid-column: 1;
  }

  .scene--faq .faq-heading h2 {
    max-width: 7.2ch;
    font-size: clamp(2rem, 8.5vw, 3.5rem);
  }

  .scene--faq .faq-heading .lede {
    font-size: clamp(0.62rem, 1.8vw, 0.76rem);
  }

  .scene--faq .faq-visual {
    width: 100%;
    height: auto;
    aspect-ratio: 9 / 16;
    grid-column: 2;
    grid-row: 1 / 4;
    align-self: start;
    margin: 0;
  }

  .scene--faq .faq-visual figcaption {
    right: 0.4rem;
    bottom: 0.4rem;
    left: 0.4rem;
    gap: 0.2rem;
    font-size: clamp(0.34rem, 1.25vw, 0.46rem);
    white-space: nowrap;
  }

  .scene--faq .faq-visual figcaption b {
    color: rgba(245, 234, 220, 0.72);
    font: inherit;
  }

  .scene--faq .faq-visual::before {
    display: none !important;
  }

  .scene--faq .faq-list {
    min-width: 0;
    padding-bottom: 4.8rem;
    scroll-padding-bottom: 4.8rem;
  }

  .scene--faq .faq-list summary,
  .scene--faq .faq-list details p {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
  }
}

@media (max-width: 420px), (max-height: 760px) and (max-width: 900px) {
  .scene--anna .anna-signature {
    font-size: 2.5rem;
  }

  .scene--anna .anna-copy h2 {
    font-size: clamp(2.1rem, 9.5vw, 2.7rem);
  }

  .scene--anna .anna-copy .lede {
    font-size: 0.67rem;
  }

  .commercial-depths span {
    display: none;
  }

  .commercial-depths article {
    min-height: 2.8rem;
    display: grid;
    place-items: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scene--faq .faq-visual__media,
  .package-orbits video {
    animation: none !important;
    transform: none !important;
  }
}

@media (min-width: 901px) {
  .scene--packages .package-lane > small {
    display: block;
    max-width: 30rem;
    margin-top: 0.6rem;
    line-height: 1.45;
  }
}
