/**
 * Landings: ≤991px — burger aligned with brand row only.
 * Mobile language picker lives in #fh5co-home as .hero-lang-picker (transparent white on hero).
 */
@media (max-width: 991px) {
  #fh5co-header .navbar-header {
    align-items: stretch !important;
    min-height: auto !important;
    padding-bottom: 6px !important;
  }
  #fh5co-header .navbar-mobile-top-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 8px;
    min-height: 44px;
  }
  #fh5co-header .navbar-mobile-top-row .navbar-brand {
    flex: 1;
    min-width: 0;
    align-self: center;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }
  #fh5co-header .navbar-mobile-top-row .fh5co-nav-toggle {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    transform: none !important;
    -webkit-transform: none !important;
    flex-shrink: 0;
    align-self: center;
    margin: 0 !important;
  }
}
