/* Menu mobile — z-index et fond garantis (indépendant du chargement Tailwind) */
#mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 75;
  background: #08080c !important;
}

#mobile-nav[hidden] {
  display: none !important;
}

#site-header,
header.fixed {
  z-index: 80 !important;
}

#menu-toggle {
  position: relative;
  z-index: 81;
  pointer-events: auto;
}
