/* Homepage — local overrides only. Base tokens come from assets/style.css,
   loaded first in index.html's <head>. Same pattern as configurateur/style.css. */

/* Closes AUDIT_2026-07-31.md finding 6.1: the shared header only hides
   .navlinks below 640px, tuned for a short 4-item nav. Adding the 5th
   "Configurateur" item (Day 8) reproduces the exact wrap/overlap bug
   already fixed on the configurateur page — same cause, same fix, scoped
   here instead of touching the shared file (other pages using it may not
   have 5 items). */
@media (max-width: 980px) {
  .navlinks { display: none; }
}
