/* The Noxus home page now opens directly on its existing dark marquee state.
   The WebGL canvas remains mounted so the original texture, background lines
   and navigation treatment keep working; only the white intro stage is gone. */
/* Anchor the portrait to its original opening section, above the marquee. */
[data-page="home"] .sticky-item.home-hero::after {
  content: "";
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  width: min(35.375rem, 70vw);
  aspect-ratio: 35.375 / 22.875;
  transform: translate(-50%, -50%);
  background: linear-gradient(rgba(49, 7, 6, .4), rgba(49, 7, 6, .4)),
    url('/gl/textures/head/webp/hero-portrait-visor-cutout-v2-lossless-v1.webp') center / cover no-repeat,
    #715b56;
  pointer-events: none;
}
[data-page="home"] .sticky-track.home-hero {
  height: 100svh !important;
}

[data-page="home"] .sticky-item.home-hero {
  height: 100svh !important;
  position: relative !important;
  top: 0 !important;
  overflow: hidden;
}

[data-page="home"] .home-hero-tablet-hero-text,
[data-page="home"] .home-hero-touch-controls-w {
  display: none !important;
}
