/* Hero Video Styles - Cleaned up for new Overlay */
/* Previously: #hero-video, #hero-poster, etc. */

/* New Overlay transitions are handled via tailwind/inline style/js classe in index.html */
/* We keep this file to avoid breaking links but remove the old hero-specific video logic that is no longer needed */

#video-intro-overlay {
    transition: opacity 0.6s ease;
}