/* One proportional logo/claim unit shared by header and footer. */
:root{--brand-width:225px}
@media(max-width:1180px){:root{--brand-width:195px}}
body .header .brand-lockup,
body .site-footer .brand-lockup{
 display:flex!important;flex-direction:column!important;align-items:flex-start!important;
 width:var(--brand-width)!important;max-width:100%;gap:calc(var(--brand-width)*.035)!important;
 color:#b84700;text-decoration:none;letter-spacing:0;text-transform:none;
}
body .header .brand-lockup img,
body .site-footer .brand-lockup img{
 display:block;width:100%!important;height:auto;margin:0!important;padding:0;
 border:0;box-shadow:none;clip-path:none;mix-blend-mode:normal;
}
body .header .brand-lockup .brand-claim,
body .site-footer .brand-lockup .brand-claim{
 display:block;width:100%;max-width:none;margin:0!important;padding:0;
 font:600 calc(var(--brand-width)*.06)/1.35 Manrope,Arial,sans-serif;
 color:#b84700;letter-spacing:0;text-transform:none;white-space:nowrap;
}
.brand-lockup .claim-line{display:block;width:100%;height:auto;overflow:visible}
.brand-lockup .claim-line text{font:600 24px Manrope,Arial,sans-serif;fill:#b84700;letter-spacing:0}
