/* Logo area and navigation occupy separate vertical rows on desktop. */
@media (min-width:951px){
 body .site-header{min-height:154px}
 .site-header-inner{min-height:154px;padding-top:16px;padding-bottom:54px;align-items:flex-start}
 .site-header-inner .brand{min-height:72px;align-items:center}
 .site-header-inner .site-logo{max-height:76px}
 body .site-header-inner>nav{min-height:48px}
}
