/* The backdrop itself becomes the rider's camera.  It moves only during an
   Enter-triggered route segment; the text, keyboard, and controls stay still
   and readable in the foreground. */
@media (min-width: 751px) {
  .hero .cinematic-hardware-bg {
    transform: translate3d(var(--ride-camera-x, 0px), var(--ride-camera-y, 0px), 0)
      scale(var(--ride-camera-scale, 1.018)) !important;
    transform-origin: 58% 48%;
    will-change: transform;
  }
}
