/* The reference uses a fixed layered hero composition rather than auto-playing motion. */
.hajiri-hero--cinematic .cinematic-title span,
.hajiri-hero--cinematic .cinematic-lead,
.hajiri-hero--cinematic .hero-actions,
.hajiri-hero--cinematic .cinematic-badges {
  opacity: 1;
  transform: none;
  animation: none;
}

.hajiri-hero--cinematic .hero-spark {
  opacity: 1;
  transform: rotate(-16deg) scale(1);
  animation: none;
}

.hajiri-hero--cinematic .hero-cloud { animation: none; }

.hajiri-hero--cinematic .cinematic-dashboard {
  opacity: 1;
  transform: translateY(-190px) scale(.64);
  transform-origin: center top;
  animation: none;
  margin-bottom: -230px;
}

@media (max-width: 860px) {
  .hajiri-hero--cinematic .cinematic-dashboard {
    transform: translateY(-90px) scale(.82);
    margin-bottom: -125px;
  }
}
