/* Desktop navigation styles (placeholder for future separation)
   Keep editing desktop nav-related rules here to avoid impacting mobile. */

/* Ensure mobile-floating bar never impacts desktop layout */
@media (min-width: 992px) {
  section.mobile-toggle { display: none !important; }
}
