/*
  Home spatial direction.

  The home page behaves like a cinematic camera rather than a floating card.
  Playback, preload, source selection and shared media controls remain owned by
  the existing slider. Only the visual stage responds to scroll and pointer.
*/

html.home-spatial-control,
html.home-spatial-control body,
html.home-spatial-control .site-shell--home,
html.home-spatial-control .site-shell--home main {
  background: #000;
}

html.home-spatial-control .site-shell--home,
html.home-spatial-control .site-shell--home main {
  min-height: 100svh;
}

html.home-spatial-control .site-shell--home main {
  position: relative;
}

.home-scroll-snap-rail {
  display: none;
}

html.home-scroll-story .site-shell--home main {
  height: var(--home-reel-height, 388svh);
  min-height: var(--home-reel-height, 388svh);
}

html.home-vertical-slider {
  position: fixed !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100dvh !important;
  min-height: 100dvh !important;
  overflow: hidden !important;
  overscroll-behavior: none !important;
}

html.home-vertical-slider
  body:has(.site-shell--home):not(.mobile-nav-open),
html.home-vertical-slider .site-shell--home,
html.home-vertical-slider .site-shell--home main {
  width: 100% !important;
  height: 100dvh !important;
  min-height: 100dvh !important;
  overflow: hidden !important;
  overscroll-behavior: none !important;
}

html.home-vertical-slider
  body:has(.site-shell--home):not(.mobile-nav-open) {
  position: fixed !important;
  inset: 0 !important;
}

html.home-spatial-control.home-vertical-slider
  .site-shell--home
  .hero-slider {
  position: relative !important;
  top: 0 !important;
  height: 100dvh !important;
  min-height: 100dvh !important;
}

html.home-vertical-slider .site-shell--home .site-footer--home {
  display: none !important;
}

html.home-spatial-control .site-shell--home .hero-slider {
  --home-gutter-x: clamp(54px, 4.2vw, 64px);
  --home-stage-scale: 1.022;
  --home-stage-z: 0px;
  --home-stage-y: 0px;
  --home-stage-tilt-x: 0deg;
  --home-stage-tilt-y: 0deg;
  --home-stage-radius: 0px;
  --home-stage-shadow-alpha: 0;
  --home-panel-opacity: 1;
  --home-panel-y: 0px;
  --home-overlay-y: 0px;
  --home-cue-opacity: 1;
  position: sticky !important;
  top: 0;
  height: 100svh;
  min-height: 100svh;
  overflow: hidden;
  perspective: 1800px;
  perspective-origin: 50% 48%;
  isolation: isolate;
}

html.home-spatial-control .site-shell--home .hero-slider__slides,
html.home-spatial-control .site-shell--home .hero-slide {
  transform-style: preserve-3d;
}

html.home-spatial-control .site-shell--home .hero-slide__spatial-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #000;
  box-shadow: none;
  transform:
    translate3d(0, var(--home-stage-y), var(--home-stage-z))
    rotateX(var(--home-stage-tilt-x))
    rotateY(var(--home-stage-tilt-y))
    scale(var(--home-stage-scale));
  transform-origin: 50% 51%;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  pointer-events: none;
}

html.home-spatial-control.home-spatial-control--ready
  .site-shell--home
  .hero-slide__spatial-media {
  will-change: auto;
}

html.home-spatial-control.home-spatial-control--ready
  .site-shell--home
  .hero-slide.is-active
  .hero-slide__spatial-media {
  will-change: transform;
}

/* Keep only the visible film promoted. The shared player is moved into the
   active slide before playback, so inactive scenes do not need permanent GPU
   layers. */
html.home-spatial-control .site-shell--home .hero-slide__media,
html.home-spatial-control .site-shell--home .hero-slide__video {
  will-change: auto;
}

html.home-spatial-control
  .site-shell--home
  .hero-slide.is-active
  .hero-slide__media {
  will-change: transform, filter;
}

html.home-spatial-control
  .site-shell--home
  .hero-slide.is-active
  .hero-slide__video {
  will-change: opacity, transform;
}

html.home-spatial-control .site-shell--home .hero-slide__spatial-media::after {
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.12) 0%,
      rgba(0, 0, 0, 0) 28%,
      rgba(0, 0, 0, 0) 66%,
      rgba(0, 0, 0, 0.54) 100%
    ),
    radial-gradient(
      ellipse at 50% 53%,
      rgba(0, 0, 0, 0.23) 0%,
      rgba(0, 0, 0, 0.11) 34%,
      rgba(0, 0, 0, 0) 66%
    ),
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.18) 0%,
      rgba(0, 0, 0, 0) 38%,
      rgba(0, 0, 0, 0) 78%,
      rgba(0, 0, 0, 0.06) 100%
    );
  pointer-events: none;
  content: "";
}

html.home-spatial-control .site-shell--home .hero-slide::after {
  opacity: 0 !important;
}

html.home-spatial-control .site-shell--home .hero-slide__media,
html.home-spatial-control
  .site-shell--home
  .hero-slide.is-active
  .hero-slide__media {
  inset: -1%;
  width: 102%;
  height: 102%;
  translate: none !important;
  scale: 1.01 !important;
  filter: saturate(1.08) brightness(1.06) contrast(1.01) !important;
  backface-visibility: hidden;
}

html.home-spatial-control .site-shell--home .hero-slide__overlay,
html.home-spatial-control .site-shell--home .hero-agency-panel {
  backface-visibility: visible;
  will-change: auto;
}

html.home-spatial-control .site-shell--home .hero-agency-panel {
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  left: 50% !important;
  z-index: 9;
  width: min(1120px, calc(100vw - 112px)) !important;
  opacity: var(--home-panel-opacity);
  transform:
    translate(
      -50%,
      calc(-50% + var(--home-panel-y))
    ) !important;
  text-align: center;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.46);
  pointer-events: none;
}

html.home-spatial-control
  .site-shell--home
  .hero-slider.is-home-intro-interactive
  .hero-agency-panel {
  pointer-events: auto;
}

html.home-spatial-control
  .site-shell--home
  .hero-agency-panel__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #e50914;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

html.home-spatial-control
  .site-shell--home
  .hero-agency-panel__eyebrow::before,
html.home-spatial-control
  .site-shell--home
  .hero-agency-panel__eyebrow::after {
  width: 22px;
  height: 1px;
  flex: 0 0 auto;
  background: currentColor;
  content: "";
}

html.home-spatial-control .site-shell--home .hero-agency-panel__line {
  max-width: none;
  font-size: clamp(4.75rem, 7.5vw, 8.1rem) !important;
  line-height: 0.86;
  letter-spacing: -0.032em;
  white-space: normal;
}

html.home-spatial-control
  .site-shell--home
  .hero-agency-panel__subtitle {
  max-width: 58rem;
  margin: 12px auto 0;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(1.25rem, 1.65vw, 1.55rem);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.012em;
  text-transform: none;
}

html.home-spatial-control
  .site-shell--home
  .hero-agency-panel__accent {
  color: #e50914;
}

html.home-spatial-control .site-shell--home .hero-agency-panel__links {
  justify-content: center;
  margin-top: 16px;
}

html.home-spatial-control .site-shell--home .hero-agency-panel__links a {
  min-height: var(--mp-compact-button-height, 36px) !important;
  padding-right: var(--mp-compact-button-padding, 14px) !important;
  padding-left: var(--mp-compact-button-padding, 14px) !important;
  font-size: 0.84375rem !important;
  font-weight: 500 !important;
  text-transform: none !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
  transform: translate3d(
    var(--home-magnetic-x, 0px),
    var(--home-magnetic-y, 0px),
    0
  );
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 260ms ease,
    transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.home-spatial-control .site-shell--home .hero-agency-panel__proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 34rem;
  margin: 15px auto 0;
  color: rgba(255, 255, 255, 0.68);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.045em;
  text-transform: none;
  white-space: normal;
}

html.home-spatial-control
  .site-shell--home
  .hero-agency-panel__proof::before {
  width: 20px;
  height: 1px;
  flex: 0 0 auto;
  background: #e50914;
  content: "";
}

html.home-spatial-control .site-shell--home .hero-slide__overlay {
  right: var(--home-gutter-x) !important;
  bottom: clamp(22px, 3.2vw, 54px) !important;
  left: var(--home-gutter-x) !important;
  z-index: 8;
  display: grid;
  width: max-content;
  max-width: min(38rem, calc(100vw - 8rem));
  gap: 4px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
  transform: translate3d(0, var(--home-overlay-y), 0) !important;
  pointer-events: none;
}

html.home-spatial-control .site-shell--home .hero-slide__client {
  display: block;
  width: max-content;
  margin-bottom: 2px;
  color: #e50914;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.6rem !important;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

html.home-spatial-control .site-shell--home .hero-slide__title,
html.home-spatial-control
  .site-shell--home
  .hero-slide__title--compact {
  max-width: 24ch;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(0.94rem, 1.2vw, 1.14rem) !important;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

html.home-spatial-control .site-shell--home .hero-slide__subtitle {
  display: none;
}

html.home-spatial-control .site-shell--home .hero-slide__music-credit {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 0 !important;
  color: rgba(255, 255, 255, 0.66);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.68rem !important;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

html.home-spatial-control
  .site-shell--home
  .hero-slide__music-credit::before {
  width: 18px;
  height: 1px;
  flex: 0 0 auto;
  background: #e50914;
  content: "";
}

html.home-spatial-control .site-shell--home .hero-slider__bottom {
  display: none !important;
  top: auto !important;
  right: clamp(22px, 3.5vw, 62px) !important;
  bottom: clamp(22px, 3.2vw, 48px) !important;
  left: auto !important;
  z-index: 12;
  transform: none !important;
}

html.home-spatial-control .site-shell--home .home-sound-meta {
  --player-rating-width: 0px;
  display: flex;
  align-items: center;
  gap: 8px !important;
}

html.home-spatial-control .site-shell--home .home-maturity-rating {
  display: none !important;
}

html.home-spatial-control
  .site-shell--home
  .home-sound-meta
  .sound-toggle {
  margin-right: 0 !important;
}

html.home-spatial-control
  .site-shell--home
  .home-play-toggle {
  display: grid;
  width: 43px;
  min-width: 43px;
  height: 43px;
  min-height: 43px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 0, 0.08);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.26);
  place-items: center;
  cursor: pointer;
  transition:
    border-color 220ms ease,
    background-color 220ms ease,
    transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.home-spatial-control
  .site-shell--home
  .home-play-toggle:hover,
html.home-spatial-control
  .site-shell--home
  .home-play-toggle:focus-visible {
  border-color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  transform: scale(1.045);
}

html.home-spatial-control
  .site-shell--home
  .home-play-toggle:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.94);
  outline-offset: 3px;
}

html.home-spatial-control
  .site-shell--home
  .home-play-toggle
  svg {
  width: 17px;
  height: 17px;
  overflow: visible;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

html.home-spatial-control
  .site-shell--home
  .home-play-toggle__play {
  display: none;
}

html.home-spatial-control
  .site-shell--home
  .home-play-toggle__pause {
  fill: none;
  stroke-width: 2.25;
}

html.home-spatial-control
  .site-shell--home
  .home-play-toggle.is-paused
  .home-play-toggle__play {
  display: block;
}

html.home-spatial-control
  .site-shell--home
  .home-play-toggle.is-paused
  .home-play-toggle__pause {
  display: none;
}

html.home-spatial-control .site-shell--home .home-scroll-reel {
  position: absolute;
  top: 50%;
  right: clamp(18px, 1.65vw, 30px);
  z-index: 11;
  display: grid;
  justify-items: center;
  gap: 11px;
  color: rgba(255, 255, 255, 0.72);
  opacity: var(--home-cue-opacity, 1);
  transform: translateY(-50%);
  transition: opacity 320ms ease;
  pointer-events: none;
}

html.home-spatial-control
  .site-shell--home
  .home-scroll-reel__label {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.58rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

html.home-spatial-control
  .site-shell--home
  .home-scroll-reel__track {
  position: relative;
  display: block;
  width: 1px;
  height: 78px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.22);
}

html.home-spatial-control
  .site-shell--home
  .home-scroll-reel__fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: calc(var(--home-scroll-progress, 0) * 100%);
  min-height: 7px;
  background: rgba(255, 255, 255, 0.96);
  transform-origin: top;
  transition: height 180ms linear;
}

html.home-spatial-control
  .site-shell--home
  .home-scroll-reel__count {
  display: flex;
  gap: 4px;
  font-size: 0.58rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
}

html.home-spatial-control .site-shell--home .home-reel-endcard {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: min(760px, calc(100vw - 72px));
  color: #fff;
  opacity: 0;
  transform: translate3d(-50%, calc(-50% + 24px), 0)
    scale(0.975);
  text-align: center;
  text-shadow: 0 4px 32px rgba(0, 0, 0, 0.54);
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 780ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 980ms cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0s linear 980ms;
}

html.home-spatial-control
  .site-shell--home
  .hero-slider.is-home-reel-complete
  .home-reel-endcard {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0) scale(1);
  visibility: visible;
  pointer-events: auto;
  transition-delay: 120ms, 120ms, 0s;
}

html.home-spatial-control
  .site-shell--home
  .home-reel-endcard__eyebrow {
  margin: 0 0 12px;
  color: #e50914;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

html.home-spatial-control
  .site-shell--home
  .home-reel-endcard__title {
  margin: 0;
  color: #fff;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold",
    "Helvetica Neue Condensed Black", sans-serif;
  font-size: clamp(3.6rem, 6.4vw, 7rem);
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: var(--mp-home-title-tracking) !important;
  text-transform: uppercase;
  word-spacing: var(--mp-home-panel-word-spacing) !important;
}

html.home-spatial-control
  .site-shell--home
  .home-reel-endcard__accent {
  display: inline-block;
  margin-left: 0.06em;
  color: #e50914;
}

html.home-spatial-control
  .site-shell--home
  .home-reel-endcard__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 12px;
}

html.home-spatial-control
  .site-shell--home
  .home-reel-endcard__links
  a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 6px;
  color: #fff;
  background: rgba(0, 0, 0, 0.18);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.home-spatial-control
  .site-shell--home
  .home-reel-endcard__links
  a:hover,
html.home-spatial-control
  .site-shell--home
  .home-reel-endcard__links
  a:focus-visible {
  border-color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}

html.home-spatial-control
  .site-shell--home
  .home-reel-endcard__links
  .home-reel-endcard__primary {
  border-color: #fff;
  color: #080808;
  background: #fff;
}

html.home-spatial-control
  .site-shell--home
  .home-reel-endcard__links
  .home-reel-endcard__primary:hover,
html.home-spatial-control
  .site-shell--home
  .home-reel-endcard__links
  .home-reel-endcard__primary:focus-visible {
  color: #080808;
  background: rgba(255, 255, 255, 0.9);
}

html.home-spatial-control .site-shell--home .home-sound-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 42;
  display: grid;
  width: auto;
  min-width: 0;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: transparent;
  opacity: 0;
  transform: translate3d(-120px, -120px, 0);
  place-items: start;
  pointer-events: none;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.86);
  transition:
    opacity 180ms ease,
    scale 300ms cubic-bezier(0.16, 1, 0.3, 1);
  scale: 0.96;
}

html.home-spatial-control
  .site-shell--home
  .home-sound-cursor.is-visible {
  opacity: 1;
  scale: 1;
}

html.home-spatial-control
  .site-shell--home
  .home-sound-cursor
  span {
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

html.home-spatial-control
  .site-shell--home
  .hero-slider.is-sound-cursor-active {
  cursor: auto;
}

html.home-spatial-control .site-shell--home .hero-slide__dots--fixed {
  display: none !important;
}

html.home-spatial-control .site-shell--home .hero-slide__dot {
  position: relative;
  display: grid;
  place-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}

html.home-spatial-control .site-shell--home .hero-slide__dot::before {
  width: 15px;
  height: 1px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.36);
  transform-origin: center;
  transition:
    width 520ms cubic-bezier(0.16, 1, 0.3, 1),
    background-color 420ms ease;
  content: "";
}

html.home-spatial-control
  .site-shell--home
  .hero-slide__dot--active::before {
  width: 28px;
  background: #e50914;
}

html.home-spatial-control
  .site-shell--home
  .hero-slide__dot:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.92);
  outline-offset: 1px;
}

@media (min-width: 981px) {
  html.home-spatial-control .site-shell--home .hero-agency-panel {
    top: 53% !important;
  }

  html.home-spatial-control .site-shell--home .hero-agency-panel__line {
    font-size: clamp(3.5rem, 5.2vw, 5.75rem) !important;
  }
}

@media (hover: hover) and (pointer: fine) {
  html.home-spatial-control
    .site-shell--home
    .hero-agency-panel__links
    a:hover {
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.3);
  }
}

html.home-scroll-story
  .site-shell--home
  .home-header:not(.is-open) {
  background: transparent !important;
  box-shadow: none !important;
}

html.home-scroll-story
  .site-shell--home
  .home-header:not(.is-open)::before {
  opacity: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

@media (max-width: 980px) {
  html.home-spatial-control .site-shell--home .hero-agency-panel {
    left: 50% !important;
    width: min(880px, calc(100vw - 56px)) !important;
  }

  html.home-spatial-control .site-shell--home .hero-agency-panel__line {
    font-size: clamp(3.8rem, 8.4vw, 6.2rem) !important;
  }
}

@media (max-width: 720px) {
  html.home-spatial-control {
    position: fixed !important;
    inset: 0 !important;
    width: 100% !important;
    height: var(--home-mobile-stage-height, 100dvh) !important;
    min-height: var(--home-mobile-stage-height, 100dvh) !important;
    overflow: hidden !important;
    overscroll-behavior: none !important;
    scroll-snap-type: none !important;
  }

  html.home-spatial-control
    body:has(.site-shell--home):not(.mobile-nav-open) {
    position: fixed !important;
    inset: 0 !important;
    width: 100% !important;
    height: var(--home-mobile-stage-height, 100dvh) !important;
    min-height: var(--home-mobile-stage-height, 100dvh) !important;
    overflow: hidden !important;
    overscroll-behavior: none !important;
  }

  html.home-spatial-control .site-shell--home {
    height: var(--home-mobile-stage-height, 100dvh) !important;
    min-height: var(--home-mobile-stage-height, 100dvh) !important;
    overflow: hidden !important;
  }

  html.home-spatial-control .site-shell--home main {
    height: var(--home-mobile-stage-height, 100dvh) !important;
    min-height: var(--home-mobile-stage-height, 100dvh) !important;
    overflow: hidden !important;
  }

  html.home-spatial-control .site-shell--home .hero-slider {
    --home-gutter-x: 22px;
    --home-stage-scale: 1.02;
    --home-stage-z: 0px;
    --home-stage-y: 0px;
    --home-stage-tilt-x: 0deg;
    --home-stage-radius: 0px;
    position: relative !important;
    top: 0;
    height: var(--home-mobile-stage-height, 100dvh) !important;
    min-height: var(--home-mobile-stage-height, 100dvh) !important;
    overflow: hidden !important;
    perspective: 1200px;
    overscroll-behavior: none;
    touch-action: pan-x pinch-zoom;
  }

  html.home-spatial-control
    .site-shell--home
    .hero-slider__slides,
  html.home-spatial-control .site-shell--home .hero-slide {
    height: var(--home-mobile-media-height, 100lvh) !important;
    min-height: var(--home-mobile-media-height, 100lvh) !important;
  }

  html.home-spatial-control
    .site-shell--home
    .hero-slide__spatial-media {
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  html.home-spatial-control
    .site-shell--home
    .hero-agency-panel {
    pointer-events: none !important;
  }

  html.home-spatial-control
    .site-shell--home
    .hero-agency-panel__links {
    pointer-events: auto;
  }

  html.home-spatial-control
    .site-shell--home
    .site-footer--home {
    display: none !important;
  }

  html.home-spatial-control
    .site-shell--home
    .hero-slide__spatial-media::after {
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0.02) 30%,
        rgba(0, 0, 0, 0.04) 61%,
        rgba(0, 0, 0, 0.7) 100%
      ),
      radial-gradient(
        ellipse at 50% 48%,
        rgba(0, 0, 0, 0.22) 0%,
        rgba(0, 0, 0, 0.08) 40%,
        rgba(0, 0, 0, 0) 70%
      );
  }

  html.home-spatial-control .site-shell--home .hero-slide__media,
  html.home-spatial-control
    .site-shell--home
    .hero-slide.is-active
    .hero-slide__media {
    filter: saturate(1.06) brightness(1.04) contrast(1.01) !important;
  }

  html.home-spatial-control .site-shell--home .hero-agency-panel {
    top: var(--home-mobile-panel-anchor, 47svh) !important;
    right: 14px !important;
    bottom: auto !important;
    left: 22px !important;
    width: auto !important;
    max-width: none;
    transform:
      translateY(calc(-50% + var(--home-panel-y))) !important;
    text-align: center;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
  }

  html.home-spatial-control
    .site-shell--home
    .hero-agency-panel__eyebrow {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 0.52rem;
    letter-spacing: 0.16em;
  }

  html.home-spatial-control
    .site-shell--home
    .hero-agency-panel__eyebrow::before,
  html.home-spatial-control
    .site-shell--home
    .hero-agency-panel__eyebrow::after {
    width: 14px;
  }

  html.home-spatial-control .site-shell--home .hero-agency-panel__line {
    max-width: none;
    font-size: clamp(2.35rem, 11.2vw, 3.25rem) !important;
    line-height: 0.86;
    white-space: normal;
  }

  html.home-spatial-control
    .site-shell--home
    .hero-agency-panel__line::before {
    content: none !important;
  }

  html.home-spatial-control .site-shell--home .hero-agency-panel__links {
    justify-content: center;
    margin-top: 12px;
  }

  html.home-spatial-control
    .site-shell--home
    .hero-agency-panel__subtitle {
    margin-top: 8px;
    font-size: 1.05rem;
  }

  html.home-spatial-control .site-shell--home .hero-agency-panel__links a {
    min-height: var(--mp-compact-button-height, 36px) !important;
    padding-right: var(--mp-compact-button-padding, 14px) !important;
    padding-left: var(--mp-compact-button-padding, 14px) !important;
    font-size: 0.78125rem !important;
  }

  html.home-spatial-control .site-shell--home .hero-agency-panel__proof {
    display: flex;
    max-width: 18rem;
    margin-top: 11px;
    font-size: 0.61rem;
    line-height: 1.4;
    letter-spacing: 0.035em;
  }

  html.home-spatial-control
    .site-shell--home
    .hero-agency-panel__proof::before {
    width: 14px;
  }

  html.home-spatial-control .site-shell--home .hero-slider__bottom {
    display: flex !important;
    top: auto;
    right: max(11px, env(safe-area-inset-right, 0px)) !important;
    bottom: max(18px, env(safe-area-inset-bottom, 0px)) !important;
    left: auto !important;
    transform: none;
  }

  html.home-spatial-control .site-shell--home .home-sound-meta {
    gap: 8px !important;
  }

  html.home-spatial-control
    .site-shell--home
    .home-sound-meta
    .sound-toggle {
    --mp-media-transparent-control-size: 39px;
    --mp-media-control-size: 39px !important;
    width: 39px !important;
    min-width: 39px !important;
    height: 39px !important;
    min-height: 39px !important;
  }

  html.home-spatial-control
    .site-shell--home
    .home-play-toggle {
    width: 39px;
    min-width: 39px;
    height: 39px;
    min-height: 39px;
  }

  html.home-spatial-control .site-shell--home .home-sound-cursor {
    display: none;
  }

  html.home-spatial-control .site-shell--home .home-scroll-reel {
    top: auto;
    right: calc(
      max(11px, env(safe-area-inset-right, 0px)) + 6px
    );
    bottom: max(
      78px,
      calc(env(safe-area-inset-bottom, 0px) + 70px)
    );
    display: grid;
    justify-items: center;
    gap: 6px;
    transform: none;
  }

  html.home-spatial-control
    .site-shell--home
    .home-scroll-reel__label {
    font-size: 0.49rem;
    white-space: nowrap;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
  }

  html.home-spatial-control
    .site-shell--home
    .home-scroll-reel__track {
    width: 1px;
    height: 44px;
  }

  html.home-spatial-control
    .site-shell--home
    .home-scroll-reel__fill {
    width: 1px;
    min-width: 0;
    height: calc(var(--home-scroll-progress, 0) * 100%);
    min-height: 6px;
    transition: height 180ms linear;
  }

  html.home-spatial-control
    .site-shell--home
    .home-scroll-reel__count {
    font-size: 0.5rem;
  }

  html.home-spatial-control .site-shell--home .home-reel-endcard {
    top: 47%;
    width: calc(100vw - 44px);
  }

  html.home-spatial-control
    .site-shell--home
    .home-reel-endcard__eyebrow {
    margin-bottom: 9px;
    font-size: 0.53rem;
  }

  html.home-spatial-control
    .site-shell--home
    .home-reel-endcard__title {
    font-size: clamp(2.75rem, 13vw, 4rem);
  }

  html.home-spatial-control
    .site-shell--home
    .home-reel-endcard__links {
    gap: 7px;
    margin-top: 10px;
  }

  html.home-spatial-control
    .site-shell--home
    .home-reel-endcard__links
    a {
    min-height: 36px;
    padding: 0 11px;
    border-radius: 5px;
    font-size: 0.54rem;
  }

  html.home-spatial-control .site-shell--home .hero-slide__dots--fixed {
    display: none !important;
  }

  html.home-spatial-control .site-shell--home .hero-slide__dot {
    width: 25px;
    min-width: 25px;
    height: 25px;
    min-height: 25px;
  }

  html.home-spatial-control .site-shell--home .hero-slide__dot::before {
    width: 11px;
  }

  html.home-spatial-control
    .site-shell--home
    .hero-slide__dot--active::before {
    width: 22px;
  }

  html.home-spatial-control .site-shell--home .hero-slide__client {
    display: block;
    margin-bottom: 2px;
    font-size: 0.52rem !important;
  }

  html.home-spatial-control .site-shell--home .hero-slide__title,
  html.home-spatial-control
    .site-shell--home
    .hero-slide__title--compact {
    max-width: 100%;
    font-size: clamp(0.86rem, 4.1vw, 1rem) !important;
    line-height: 1;
  }

  html.home-spatial-control .site-shell--home .hero-slide__subtitle {
    display: none;
  }

  html.home-spatial-control .site-shell--home .hero-slide__music-credit {
    margin-top: 0 !important;
    font-size: 0.58rem !important;
  }

  html.home-spatial-control .site-shell--home .hero-slide__overlay {
    right: 18px !important;
    bottom: calc(
      max(22px, env(safe-area-inset-bottom, 0px)) +
        var(--home-mobile-viewport-gap, 0px)
    ) !important;
    left: 22px !important;
    gap: 4px;
  }

  html.home-spatial-control .site-shell--home .home-spatial-cue {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.home-spatial-control .site-shell--home {
    min-height: 100svh !important;
  }

  html.home-spatial-control .site-shell--home main {
    min-height: var(--home-reel-height, 100dvh) !important;
  }

  html.home-spatial-control .site-shell--home .hero-slide__spatial-media {
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    will-change: auto !important;
  }

  html.home-spatial-control .site-shell--home .hero-slide__media,
  html.home-spatial-control
    .site-shell--home
    .hero-slide.is-active
    .hero-slide__media {
    translate: none !important;
    scale: 1 !important;
  }

  html.home-spatial-control .site-shell--home .hero-slide__overlay {
    opacity: 1 !important;
    transform: none !important;
  }

  html.home-spatial-control .site-shell--home .hero-slide {
    transition: none !important;
  }

  html.home-spatial-control .site-shell--home .home-spatial-cue {
    display: none;
  }

  html.home-spatial-control .site-shell--home .home-scroll-reel,
  html.home-spatial-control .site-shell--home .home-sound-cursor {
    display: none !important;
  }

  html.home-spatial-control .site-shell--home .home-reel-endcard,
  html.home-spatial-control
    .site-shell--home
    .home-reel-endcard__links
    a {
    transition: none !important;
  }

  html.home-spatial-control .site-shell--home .hero-slide__dot::before,
  html.home-spatial-control
    .site-shell--home
    .hero-agency-panel__links
    a {
    transition: none !important;
  }
}
