/* ============================================================
   cinematic.css — "Scene 1: The Lens" vertical slice
   Additive cinematic layer for the homepage hero. Purely
   progressive enhancement: if GSAP never runs, or the visitor
   prefers reduced motion, NONE of this activates and the hero
   renders exactly as it did before.
   ============================================================ */

/* Promote the scroll-driven depth planes to their own compositor
   layers so the push-in stays smooth. */
.hero-fx,
.hero-camera-wrap { will-change: transform; }
