/* ==========================================================================
   VRI Navigation — Legacy compatibility
   Fullscreen nav styles are in header.css
   This file kept for the enqueue dependency chain
   ========================================================================== */

/* Prevent body scroll when nav is open */
body.vri-nav-open-body {
    overflow: hidden;
}
