/* Owner-requested brand refinement; other header/search/navigation styles stay intact. */
.brand .brand-crop{aspect-ratio:842/452;overflow:visible}
.brand .brand-crop picture{display:block}
.brand .brand-crop img{position:static;display:block;width:100%;max-width:100%;height:auto;aspect-ratio:842/452;object-fit:contain}
@media(max-width:759px){
 .header-layout{align-items:center;grid-template-rows:44px auto}
 .header-layout>.brand{display:flex;align-items:center;justify-content:center;width:min(180px,100%);height:44px;min-width:0}
 .header-layout>.brand .brand-crop{width:100%;aspect-ratio:1080/220}
 .header-layout>.brand img{aspect-ratio:1080/220}
}
