
/* V22 — marca compacta 350 x 100 */
.header__logo{
  flex:0 0 350px;
  min-width:350px;
}
.header__logo a{
  display:block;
  line-height:0;
}
.header__brand-image{
  display:block;
  width:350px;
  height:100px;
  object-fit:contain;
  object-position:center;
  background:#fff;
  border-radius:12px;
  box-shadow:0 4px 16px rgba(0,0,0,.17);
}
@media(max-width:1100px){
  .header__logo{flex-basis:280px;min-width:280px}
  .header__brand-image{width:280px;height:80px}
}
@media(max-width:900px){
  .header__logo{flex:0 1 auto;min-width:0}
  .header__brand-image{width:235px;height:67px;border-radius:9px}
}
@media(max-width:520px){
  .header__brand-image{width:205px;height:59px}
}
