/* Shared site nav — hide mobile drawer on desktop regardless of JS or .active state */
@media (min-width: 951px) {
    .mobile-nav-overlay,
    .mobile-nav-overlay.active {
        left: -100% !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }
}
