/* v200 · PC first slide uses the supplied 16:9 artwork unchanged. */
@media (min-width:901px){
  /* The supplied 16:9 artwork includes its own header, so the first scene
     starts at the viewport edge instead of below the site's fixed header. */
  .v72-home #welcome.sample-hero:has(.sample-slide[data-scene="0"].active){
    padding-top:0!important;
  }
  .v72-home #welcome:has(.sample-slide[data-scene="0"].active) .sample-hero-stage{
    inset:0!important;
  }
  .v72-home #welcome .sample-slide[data-scene="0"] .desktop-hero-art{
    object-position:center center!important;
    object-fit:contain!important;
    background:#f7fbfa!important;
    transform:none!important;
    filter:none!important;
  }
  #welcome.sample-hero .sample-slide[data-scene="0"]::before,
  #welcome.sample-hero .sample-slide[data-scene="0"]::after{
    display:none!important;
    content:none!important;
  }
  .v72-home #welcome .sample-slide[data-scene="0"] .desktop-hero-copy,
  .v72-home #welcome .sample-slide[data-scene="0"] .v159-hero-rail,
  .v72-home #welcome:has(.sample-slide[data-scene="0"].active) .sample-hero-controls{
    display:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
  /* The supplied artwork already contains the logo and menu button. */
  body.v72-home:has(#welcome .sample-slide[data-scene="0"].active) .site-header{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
}
