What problem does it solve? Static hero sections often fail to create a memorable first impression, and interactive reveal effects frequently break on touch devices, ignore reduced-motion preferences, or suffer from misaligned image layers that ruin the illusion. ## Core Features & Use Cases - Two-layer mask engine: Stacks a base image and a living video layer, revealing the second through a soft radial-gradient mask driven by two CSS custom properties. - Accessibility and fallback handling: Covers touch-device anchoring, prefers-reduced-motion snapping, @supports mask detection, and LCP-optimized asset loading. - Asset alignment pipeline: Guides generation of matching dead/living image pairs via image-to-image models so silhouettes and camera angles line up. - Use Case: A designer needs a hero where moving the cursor transforms a dead volcanic rock into a living ecosystem; this Skill provides the working code, the asset generation workflow, and a pixel-level verification script. ## Quick Start Ask the agent to build a cursor-reveal hero section for the landing page using the reference implementation and verify it with the included script.