@media (max-width: 980px), (hover: none) {
  .site-header {
    position: relative;
    overflow: visible;
  }

  .site-header .nav {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: min(100% - 28px, 760px);
    min-height: auto;
    padding: 14px 0 18px;
    gap: 12px;
  }

  .site-header .logo {
    align-self: flex-start;
  }

  .site-header nav {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 2px;
    overflow: visible;
  }

  .site-header .nav-item,
  .site-header .nav-item.has-dropdown {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .site-header nav > a,
  .site-header .has-dropdown > .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 46px;
    padding: 11px 12px;
    border-radius: 8px;
    touch-action: manipulation;
  }

  .site-header .has-dropdown::after,
  .site-header .dropdown-menu::before {
    display: none !important;
  }

  .site-header .dropdown-menu,
  .site-header .has-dropdown:hover .dropdown-menu,
  .site-header .has-dropdown:focus-within .dropdown-menu {
    position: static !important;
    display: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    max-height: none !important;
    margin: 2px 0 8px !important;
    padding: 6px !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    transition: none !important;
    overflow: visible !important;
    background: #101010;
    border-radius: 10px;
  }

  .site-header .has-dropdown.is-open > .dropdown-menu,
  .site-header .has-dropdown.is-open:hover > .dropdown-menu,
  .site-header .has-dropdown.is-open:focus-within > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
  }

  .site-header .dropdown-menu a {
    display: block;
    width: 100%;
    min-height: 44px;
    padding: 11px 14px;
    white-space: normal;
    line-height: 1.3;
    touch-action: manipulation;
  }
}
