/* =================================
   MOBILE ONLY STYLES (CLEAN)
   ================================= */

@media (max-width: 900px) {

  .menu-toggle {
    display: block;
    font-size: 1.6rem;
    background: none;
    border: none;
    cursor: pointer;
  }

  .nav {
    display: none !important;
    flex-direction: column;
    position: absolute;
    top: 64px;
    right: 16px;
    width: 260px;
    background: #ffffff;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    z-index: 10000;
  }

  .nav.open {
    display: flex !important;
  }

  /* MEGA MENU DISABLED ON MOBILE */
  .mega-menu {
    display: none !important;
  }

  /* FOOTER STACK */
  .footer-container {
    grid-template-columns: 1fr;
  }
}
