{
+ if (videoRef.current && videoRef.current.paused) {
+ videoRef.current.play().catch((err) => {
+ console.warn("User interaction play failed:", err);
+ });
+ }
+ }}
>
-
-
+ {/* Static Poster Image Layer (Safe Fallback) */}
+

+
+ {/* Smoke Video background - Only visible when MOVING */}
+
+
{/* Vignette/Readability Overlay - Reinforced for contrast */}