/* v218: match the Home navigation: natural-width labels with even spacing. */
@media (max-width: 800px) {
  body .hpc-unified-header .hpc-header-menu,
  body header.header .siteMenu,
  body header.story-header .story-nav {
    height: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;
    padding: 0 !important;
  }

  body .hpc-unified-header .hpc-header-menu nav,
  body header.header .siteMenu nav,
  body header.story-header .story-nav__inner {
    box-sizing: border-box !important;
    height: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;
    margin: 0 !important;
    padding: 0 12px !important;
    align-items: center !important;
  }

  body .hpc-unified-header .hpc-header-menu nav > a,
  body header.header .siteMenu nav > a,
  body header.story-header .story-nav__inner > a {
    box-sizing: border-box !important;
    display: flex !important;
    height: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    min-width: auto !important;
    font-size: 10px !important;
    letter-spacing: .1em !important;
    line-height: 1 !important;
    /* Do not optically offset individual pages: every label sits at the
       geometric center of the shared 46px navigation band. */
    transform: none !important;
  }

  /* Six Experiences previously inherited page-specific spacing that pushed
     the last item outside the mobile viewport. Use the same full-width,
     evenly distributed navigation geometry as the Home header. */
  body header.experiencesHeader .siteMenu {
    width: 100% !important;
    overflow: hidden !important;
  }

  body header.experiencesHeader .siteMenu nav {
    width: 100% !important;
    min-width: 100% !important;
    padding: 0 12px !important;
    justify-content: space-between !important;
    gap: 0 !important;
  }

  body header.experiencesHeader .siteMenu nav > a {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    flex: 0 0 auto !important;
    font-size: 10px !important;
    letter-spacing: .06em !important;
  }
}

/* Current-page color must win over legacy rules that reset every link to
   `color: inherit`, on both Japanese and English Six Experiences pages. */
body header nav > a[aria-current="page"],
body header nav > a[aria-current="page"]:visited {
  color: #a78546 !important;
}
