/* --- 1. DESKTOP PROTECTION (STRICT) --- */
@media (min-width: 1025px) {
    .menu-toggle {
        display: none !important;
    }

    .mobile-only-item {
        display: none !important;
    }

    .nav-menu {
        display: flex !important;
        position: static !important;
        background: transparent !important;
        width: auto !important;
        height: auto !important;
        flex-direction: row !important;
        gap: 2rem !important;
        box-shadow: none !important;
        border: none !important;
    }
}

/* --- 2. GLOBAL OVERRIDES --- */
.container {
    padding: 0 1.5rem;
}

.section-padding {
    padding: 3rem 0;
}