/* Ascend Homepage Cinematic Stability V13.3 — strict intro/hero separation, no glare frames. */

/* While the welcome film exists, the homepage hero cannot bleed through it. */
body.ascend-intro-active .ascend-home-media,
body.ascend-intro-active .ascend-home-content{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}

/* Remove every synthetic bright flare/light pool from the intro. */
.ascend-welcome-v8 .welcome-v8-light,
.ascend-welcome-v8 .welcome-v8-service-glow,
.ascend-welcome-v8 .welcome-v8-brand::before{
  display:none!important;
  opacity:0!important;
  visibility:hidden!important;
  background:none!important;
  filter:none!important;
}
.ascend-welcome-v8 .welcome-v8-service::after{
  content:none!important;
  display:none!important;
  animation:none!important;
}

/* Intro film: dark base and short cross-dissolves only. */
.ascend-welcome-v8{
  background:#02070b!important;
  transition:opacity .82s cubic-bezier(.2,.65,.2,1),visibility .82s ease!important;
}
.ascend-welcome-v8 .welcome-v8-scenes{
  background:#02070b!important;
}
.ascend-welcome-v8 .welcome-v8-scene{
  opacity:0!important;
  transition:opacity .88s cubic-bezier(.2,.68,.2,1),transform 10s cubic-bezier(.16,.72,.18,1),filter .8s ease!important;
  backface-visibility:hidden;
  transform:translateZ(0) scale(1.03);
  background:#02070b!important;
}
.ascend-welcome-v8 .welcome-v8-scene.is-active{
  opacity:.97!important;
  transform:translateZ(0) scale(1.006);
}

/* Hero film: one decoded scene at a time; never reveal a white fallback. */
body.home-cinema-v5 .ascend-home-media{
  background:#071824!important;
}
body.home-cinema-v5 .home-v5-scene{
  opacity:0!important;
  transition:opacity .92s cubic-bezier(.2,.68,.2,1),transform 9s ease,filter .8s ease!important;
  backface-visibility:hidden;
  transform:translateZ(0) scale(1.012);
  background:#071824!important;
}
body.home-cinema-v5 .home-v5-scene.is-active{
  opacity:.96!important;
}

/* Actual blonde/laptop video from the earlier working homepage.
   Short, softened and right-weighted so it is present without dominating the hero. */
@media (min-width:761px){
  body.home-cinema-v5 .home-v5-scene.scene-blonde-laptop{
    inset:2% 0 auto 10%!important;
    width:90%!important;
    height:96%!important;
    object-fit:cover!important;
    object-position:64% 48%!important;
    opacity:0!important;
    filter:saturate(.88) contrast(1.04) brightness(.72)!important;
    transform:translate3d(2.5%,0,0) scale(1.035)!important;
    -webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.30) 12%,rgba(0,0,0,.82) 34%,#000 56%,#000 100%)!important;
    mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.30) 12%,rgba(0,0,0,.82) 34%,#000 56%,#000 100%)!important;
  }
  body.home-cinema-v5 .home-v5-scene.scene-blonde-laptop.is-active{
    opacity:.74!important;
    filter:saturate(.91) contrast(1.045) brightness(.77)!important;
    transform:translate3d(0,0,0) scale(1.012)!important;
  }
}

/* Desktop LA side film: one visible scene at steady state. */
@media (min-width:1181px){
  body.home-desktop-cinema-v10 .la-film{
    transition:opacity .92s cubic-bezier(.2,.68,.2,1),transform 11s ease,filter .85s ease!important;
    backface-visibility:hidden;
    transform:translateZ(0) scale(1.025);
  }
  body.home-desktop-cinema-v10 .la-film-city{opacity:.90!important}
  body.home-desktop-cinema-v10 .la-film-coast{opacity:0!important}
  body.home-desktop-cinema-v10.cinema-side-coast .la-film-city{opacity:0!important}
  body.home-desktop-cinema-v10.cinema-side-coast .la-film-coast{opacity:.90!important}
  body.home-desktop-cinema-v10 .la-night-glow{
    display:none!important;
    opacity:0!important;
  }
}

video.home-v5-scene,
.welcome-v8-scene,
.la-film{
  background:#071824!important;
}

@media (prefers-reduced-motion:reduce){
  body.home-cinema-v5 .home-v5-scene,
  .ascend-welcome-v8 .welcome-v8-scene,
  body.home-desktop-cinema-v10 .la-film{
    transition:none!important;
  }
}
