/* Header cleanup: keep primary navigation only inside the hamburger menu.
   Scope: hide the three duplicate desktop/tablet links next to the logo.
   Does not change the hamburger menu, search, login/account controls, banner, or page content. */
.nav-links > a:nth-child(1),
.nav-links > a:nth-child(2),
.nav-links > a:nth-child(3) {
  display: none !important;
}
