/* Tsukiro 2.2.6 — reliable artwork and calm home hero */
.hero-v8 .hero-video-layer,
.hero-v8 .hero-youtube-player {
  display: none !important;
}

.hero-v8 .hero-media {
  transform: scale(1.025);
  animation: tsukiro-hero-drift 18s ease-in-out infinite alternate;
  image-rendering: auto;
}

.anime-card img,
.search-result img,
.schedule-item img,
.chronology-item img,
.detail-poster {
  background: #17171d;
}

@keyframes tsukiro-hero-drift {
  from { transform: scale(1.025) translate3d(0, 0, 0); }
  to { transform: scale(1.065) translate3d(-.7%, -.35%, 0); }
}

@media (max-width: 680px) {
  .hero-v8 .hero-media {
    animation-duration: 24s;
    background-position: center 24% !important;
  }

  .watch-franchise-copy strong,
  .watch-source-menu-item strong {
    white-space: normal;
    overflow-wrap: anywhere;
  }
}

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