.brand:has(.brand-logo){
  display:flex;
  width:170px;
  height:108px;
  padding:0;
  background:transparent;
  overflow:visible;
  align-items:center;
  justify-content:center;
}

.brand-logo{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  filter:brightness(1.48) saturate(1.08) contrast(1.06) drop-shadow(0 0 12px rgba(42,168,255,.16));
}

.v2-footer .brand-logo{
  filter:brightness(1.58) saturate(1.06) contrast(1.05) drop-shadow(0 0 14px rgba(42,168,255,.14));
}

.footer-brand:has(.brand-logo){
  width:190px;
  height:138px;
  padding:0;
}

.footer-brand .brand-logo{
  width:100%;
  height:100%;
}

@media(max-width:600px){
  .site-header .brand:has(.brand-logo),
  .v2-header .brand:has(.brand-logo){
    width:142px;
    height:92px;
    padding:0;
  }
}
