/* PROTECTED WORKING AREA v0.0.365: Shared hero banner sizing, text fit, pan, and hover play style are confirmed working enough for this base. Do not rewrite during Music fixes. v0.0.479 keeps the hero filmstrip full-frame with no object-fit crop. */
.home-hero-mount[hidden] {
  display: none;
}

.home-hero-mount {
  margin: 0 0 12px;
  overflow: hidden;
}

.home-hero-banner {
  position: relative;
  height: clamp(208px, 27vw, 344px);
  min-height: 0;
  display: block;
  border: 0;
  outline: 1px solid rgba(255, 255, 255, 0.14);
  outline-offset: -1px;
  border-radius: 24px;
  overflow: hidden;
  background: #050505;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}


.home-hero-filmstrip-track {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: auto;
  animation: shellHeroFilmstripRoll 19000ms linear infinite;
  will-change: transform;
}

.home-hero-filmstrip-frame {
  position: relative;
  width: 100%;
  min-height: calc(100% + 64px);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #050505;
}

.home-hero-filmstrip-frame img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  transform: translateY(0);
  will-change: transform;
}

.home-hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0,0,0,0.90) 0%, rgba(0,0,0,0.52) 48%, rgba(0,0,0,0.14) 100%);
  pointer-events: none;
}

.home-hero-copy {
  width: min(620px, 82%);
  padding: clamp(24px, 5vw, 56px);
  padding-right: clamp(96px, 15vw, 190px);
}

.home-hero-kicker {
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.home-hero-copy h1 {
  margin: 10px 0 8px;
  color: #fff;
  font-size: clamp(30px, 5vw, 62px);
  line-height: 0.98;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.55);
  max-width: 12ch;
}

.home-hero-meta {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 700;
}

.home-hero-copy p {
  display: -webkit-box;
  max-width: 560px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(14px, 1.7vw, 17px);
  line-height: 1.5;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-hero-play {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(68px, 7vw, 96px);
  height: clamp(68px, 7vw, 96px);
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  cursor: pointer;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.94);
  pointer-events: none;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: opacity 160ms ease, transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.home-hero-play img {
  display: none;
}

.home-hero-play::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-left: 6px;
  border-top: clamp(13px, 1.5vw, 18px) solid transparent;
  border-bottom: clamp(13px, 1.5vw, 18px) solid transparent;
  border-left: clamp(20px, 2.2vw, 28px) solid rgba(255, 255, 255, 0.96);
}

.home-hero-banner:hover .home-hero-play,
.home-hero-banner:focus-within .home-hero-play,
.home-hero-play:focus-visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
}

.home-hero-play:hover,
.home-hero-play:focus-visible {
  outline: none;
  background: rgba(255, 255, 255, 0.30);
  border-color: rgba(255, 255, 255, 0.78);
}

@keyframes shellHeroFilmstripRoll {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-filmstrip-track {
    animation: none;
  }
}

@media (max-width: 700px) {
  .home-hero-banner {
    height: 200px;
    min-height: 0;
    border-radius: 18px;
  }

  .home-hero-copy {
    width: 92%;
    padding: 22px;
    padding-right: 84px;
  }

  .home-hero-copy h1 {
    max-width: 13ch;
  }

  .home-hero-play {
    opacity: 0.96;
    pointer-events: auto;
    width: 64px;
    height: 64px;
  }
}


/* v0.0.362: real hero text fit repair. Kicker labels are removed in JS, and this keeps long titles/descriptions inside the shorter fixed banner. */
.home-hero-copy {
  position: absolute;
  z-index: 2;
  left: clamp(34px, 3.2vw, 66px);
  top: 40%;
  transform: translateY(-50%);
  width: min(560px, 42vw);
  max-height: calc(100% - 28px);
  padding: 0;
  padding-right: 0;
  overflow: hidden;
}

.home-hero-kicker {
  display: none !important;
}

.home-hero-copy h1 {
  margin: 0 0 8px;
  max-width: 17ch;
  font-size: clamp(30px, 3.8vw, 58px);
  line-height: 0.98;
}

.home-hero-meta {
  font-size: clamp(11px, 0.85vw, 14px);
  line-height: 1.2;
}

.home-hero-copy p {
  max-width: 480px;
  margin-top: 10px;
  font-size: clamp(12px, 1vw, 15px);
  line-height: 1.35;
  -webkit-line-clamp: 2;
}

@media (max-width: 900px) {
  .home-hero-copy {
    left: 28px;
    width: min(520px, 58vw);
    top: 42%;
  }

  .home-hero-copy h1 {
    font-size: clamp(30px, 5.6vw, 52px);
    max-width: 16ch;
  }
}

@media (max-width: 700px) {
  .home-hero-copy {
    position: absolute;
    left: 22px;
    top: 42%;
    width: calc(100% - 110px);
    padding: 0;
  }

  .home-hero-copy h1 {
    font-size: clamp(26px, 8vw, 42px);
    max-width: 14ch;
  }

  .home-hero-copy p {
    -webkit-line-clamp: 2;
  }
}

/* v0.0.532: responsive hero tiles. Phone = 1 show, up to 1920px = 3 shows, wider than 1920px = 4 shows. */
.home-hero-filmstrip {
  height: clamp(300px, 27vw, 430px);
}

.home-hero-filmstrip .home-hero-filmstrip-track {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 1vw, 18px);
  height: 100%;
  padding: clamp(10px, 1vw, 18px);
  animation: none;
  transform: none;
}

.home-hero-filmstrip .home-hero-filmstrip-frame {
  position: relative;
  display: block;
  width: 100%;
  min-height: 0;
  height: 100%;
  aspect-ratio: 16 / 9;
  padding: 0;
  border: 0;
  border-radius: clamp(14px, 1.3vw, 22px);
  overflow: hidden;
  background: #050505;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32);
}

.home-hero-filmstrip .home-hero-filmstrip-frame img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: none;
}

.home-hero-tile-copy {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  padding: clamp(14px, 1.2vw, 22px);
  background: linear-gradient(0deg, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.72) 62%, rgba(0,0,0,0.02) 100%);
  color: #fff;
}

.home-hero-tile-copy h2 {
  margin: 0 0 6px;
  color: #fff;
  font-size: clamp(18px, 1.55vw, 30px);
  line-height: 1.02;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.64);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-hero-tile-copy .home-hero-meta {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(11px, 0.75vw, 13px);
  line-height: 1.25;
  font-weight: 700;
}

.home-hero-tile-copy p {
  display: -webkit-box;
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.80);
  font-size: clamp(12px, 0.86vw, 14px);
  line-height: 1.32;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-hero-tile-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.home-hero-tile-play:hover,
.home-hero-tile-play:focus-visible {
  outline: none;
  background: rgba(255, 255, 255, 0.28);
  border-color: rgba(255, 255, 255, 0.84);
}

.home-hero-shade,
.home-hero-copy,
.home-hero-play {
  display: none !important;
}

 .home-hero-filmstrip .home-hero-filmstrip-frame:nth-child(n + 4) {
  display: none;
}

@media (min-width: 1921px) {
  .home-hero-filmstrip .home-hero-filmstrip-track {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .home-hero-filmstrip .home-hero-filmstrip-frame:nth-child(n + 4) {
    display: block;
  }
}

@media (max-width: 700px) {
  .home-hero-filmstrip {
    height: 260px;
  }

  .home-hero-filmstrip .home-hero-filmstrip-track {
    grid-template-columns: minmax(0, 1fr);
    padding: 12px;
  }

  .home-hero-filmstrip .home-hero-filmstrip-frame:nth-child(n + 2) {
    display: none;
  }

  .home-hero-tile-copy h2 {
    font-size: clamp(24px, 7vw, 34px);
  }
}

/* v0.0.564 — shared hero banner follows Web/TV Size. */
body:not(.shell-device-phone) .home-hero-banner {
  height: clamp(var(--ninja-hero-height-min, 208px), var(--ninja-hero-height-fluid, 27vw), var(--ninja-hero-height-max, 344px));
}

body:not(.shell-device-phone) .home-hero-copy h1 {
  font-size: clamp(var(--ninja-hero-title-min, 30px), var(--ninja-hero-title-fluid, 5vw), var(--ninja-hero-title-max, 62px));
}

body:not(.shell-device-phone) .home-hero-meta,
body:not(.shell-device-phone) .home-hero-copy p {
  font-size: var(--ninja-hero-body-font, 14px);
}

/* v0.0.564 — valid fixed tokens for scaled hero text. */
body:not(.shell-device-phone) .home-hero-copy h1 {
  font-size: clamp(var(--ninja-hero-title-min, 30px), var(--ninja-hero-title-fluid, 5vw), var(--ninja-hero-title-max, 62px));
}

body:not(.shell-device-phone) .home-hero-meta,
body:not(.shell-device-phone) .home-hero-copy p {
  font-size: var(--ninja-hero-body-font, 14px);
}
