@media (max-width: 760px) {
  .site-header {
    height: 104px;
    padding: 0 20px 40px;
  }

  .site-header nav {
    position: absolute;
    right: 0;
    bottom: 14px;
    left: 20px;
    display: flex;
    gap: 24px;
    overflow-x: auto;
    padding-right: 20px;
    scrollbar-width: none;
  }

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

  .site-header nav a,
  .site-header nav a:nth-last-child(-n+3) {
    display: block;
    flex: 0 0 auto;
  }
}
