@media (max-width: 760px) {
  html,
  body {
    overflow-x: hidden;
  }

  .site-header,
  .site-header .container {
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .site-header .brand {
    height: 58px;
    flex-wrap: nowrap !important;
    justify-content: flex-start;
    gap: 14px;
    min-width: 0;
    overflow: hidden;
  }

  .site-header .brand-mark {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .site-header .nav {
    order: 0 !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    flex: 1 1 auto;
    min-width: 0;
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: flex-start !important;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
  }

  .site-header .nav::-webkit-scrollbar {
    display: none;
  }

  .site-header .nav a {
    flex: 0 0 auto;
    white-space: nowrap;
    margin-left: 0 !important;
  }
}
