img { content-visibility: auto; loading: lazy; }
/* Smooth scrolling */
html { scroll-behavior: smooth; }
/* Focus styles for accessibility */
button:focus-visible, a:focus-visible { outline: 2px solid #3b82f6; outline-offset: 2px; }
/* Performance optimizations */
.lazy-load { opacity: 0; transition: opacity 0.3s; }
.lazy-load.loaded { opacity: 1; }
/* Ensure video background covers entire screen */
.fixed.inset-0 { position: fixed; top: 0; right: 0; bottom: 0; left: 0; }
/* Mobile menu transitions */
#mobileMenu { transition: transform 0.2s ease-out, opacity 0.2s ease-out; }
