@media (max-width:980px){

  .allhir-header-desktop-only{ display:none; }
  .allhir-header-mobile-only{ display:block; }

  .allhir-header-mobile{
    padding: 10px 12px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap: 10px !important;
  }

  .hamburger-menu{
    width:44px; height:44px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.16);
    color: var(--allhir-accent);
    font-size: 28px;
    cursor:pointer;
    user-select:none;
  }

  /* поиск занимает центр */
  .allhir-header-search{
    flex: 1 1 auto !important;
    max-width:none !important;
    min-width:140px !important;
  }

  /* иконки — рядом */
  .allhir-head-actions{
    display:inline-flex !important;
    gap:10px !important;
  }

  @media (max-width:420px){
    .allhir-header-mobile{ flex-wrap:wrap !important; row-gap:10px !important; }
    .allhir-header-search{ flex: 1 1 100% !important; order:3 !important; }
  }
}