/* Stable header/nav fix */
.site-header{min-height:78px}
.nav{min-height:78px;position:relative;flex-wrap:nowrap}
.brand{flex:0 0 auto;min-width:150px}
.brand img{width:150px!important;height:auto!important;max-height:58px;object-fit:contain}
.nav-menu{flex:1 1 auto;justify-content:flex-end;flex-wrap:nowrap;min-width:0}
.nav-menu a{white-space:nowrap;flex:0 0 auto;font-size:.86rem;padding:0 9px}
.hamburger{flex:0 0 46px}
@media (max-width:1100px){
  .site-header{min-height:78px}
  .nav-menu{flex:initial;justify-content:flex-start}
  .nav-menu a{white-space:normal;font-size:.94rem;min-height:44px}
  .brand{min-width:128px}
  .brand img{width:128px!important;max-height:52px}
}
@media (min-width:1101px){
  .nav-menu{display:flex!important}
  .hamburger{display:none!important}
}
