/* TAVELIQO interaction + brand hardening. */
.brand,.footer-brand{display:flex;align-items:center;overflow:visible;min-width:0;flex:0 0 auto}
.brand img,.footer-brand img{display:block!important;object-fit:contain!important;object-position:left center!important;max-height:none!important;max-width:100%!important;transform:none!important;flex:0 0 auto!important;width:auto;height:auto!important;aspect-ratio:auto!important}
.brand img{width:186px!important}
.footer-brand img{width:190px!important}
.discovery-mark img,.brand-band img{display:block;object-fit:contain;transform:none;width:auto;height:auto;aspect-ratio:auto}
.brand-band,.brand-band>div,.brand-band>div>div{min-width:0}
.brand-band h2,.brand-band span{overflow-wrap:anywhere}

@media (max-width: 640px) {
  .header-inner{overflow:hidden}
  .brand{max-width:48vw;min-height:44px;flex:0 0 auto}
  .brand img{width:min(154px,46vw)!important;height:auto!important;max-width:100%!important;aspect-ratio:auto!important}
  .footer-brand{min-height:44px;width:max-content;max-width:100%}
  .footer-brand img{width:170px!important;height:auto!important;max-width:100%!important;aspect-ratio:auto!important}
  .footer-links a {
    display:flex;
    align-items:center;
    min-height:44px;
    padding:8px 0;
  }
  .quick-links a {
    min-height:44px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
  }
  .header-cta { min-height:44px; flex:0 0 auto; }
  .brand-band{
    width:calc(100% - 28px)!important;
    padding:26px 22px!important;
    gap:18px!important;
    flex-direction:column!important;
    align-items:stretch!important;
    overflow:hidden!important;
  }
  .brand-band>div{
    width:100%!important;
    display:grid!important;
    grid-template-columns:58px minmax(0,1fr)!important;
    align-items:center!important;
    gap:14px!important;
  }
  .brand-band img{width:58px!important;height:auto!important;max-width:58px!important}
  .brand-band h2{font-size:30px!important;line-height:1!important;letter-spacing:.02em!important;max-width:100%!important}
  .brand-band span{font-size:10px!important;letter-spacing:.09em!important;max-width:100%!important}
  .brand-band .button-inverse{width:100%!important;min-width:0!important}
  .footer-top,.footer-bottom{width:calc(100% - 28px)!important}
}
