/* Keep the approved artwork intact; object-fit only removes its transparent clearspace. */
.brand.brand-logo{display:block;flex:0 0 auto;width:220px;height:66px;max-width:100%;padding:0;letter-spacing:normal;border-radius:8px}
.brand-logo img{display:block;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center}
.footer-inner .brand-logo{width:240px;height:78px;padding:5px 10px;background:#fff;border-radius:12px}
.editor-header .brand-logo{width:220px;height:66px}
@media(max-width:1100px){.site-header .brand-logo{width:200px;height:60px}}
@media(max-width:760px){.site-header .brand-logo{width:clamp(132px,43vw,188px);height:56px}.site-header .header-inner{gap:8px}.editor-header .brand-logo{width:190px;height:58px}}
@media(max-width:360px){.site-header .brand-logo{height:48px}.site-header .mobile-menu>summary{padding-inline:2px}}
@media(forced-colors:active){.brand-logo{background:#fff;forced-color-adjust:none}}
