/* Preserve the supplied logo artwork without cropping, recolouring or distortion. */
.brand{display:inline-flex;align-items:center;flex-shrink:0}
.brand img{display:block;width:150px;height:auto;max-height:none;object-fit:contain}
header.scrolled .brand img{width:126px}
.hero-brand{position:absolute;right:7%;top:38%;width:clamp(220px,24vw,370px);border:1px solid #173338;background:#000;padding:18px}
.hero-brand img{display:block;width:100%;height:auto}
.footer-top .brand img{width:235px}
@media(max-width:1050px){.hero-brand{display:none}}
@media(max-width:700px){header .brand img{width:128px}header.scrolled .brand img{width:116px}.menu-top .brand img{width:140px}.footer-top .brand img{width:215px}}
