/* Shared masthead/footer identity. Preserve approved artwork without stretching. */
.brand.brand--identity{min-width:0;display:block;flex-shrink:0;line-height:1}
.brand--identity>.brand__art{display:block;position:relative;width:272px;height:68px;overflow:hidden;background:#f7f5ee}
.brand--identity .brand__art img{position:absolute;left:-15px;top:-18px;width:302px;height:auto;max-width:none;max-height:none;object-fit:contain;margin:0;display:block}
.brand--identity:focus-visible{outline:3px solid #b69a60;outline-offset:5px}
.footer-brand .brand--identity{width:max-content;max-width:100%}
@media(max-width:540px){
 .brand--identity>.brand__art{width:218px;height:55px}
 .brand--identity .brand__art img{width:242px;left:-12px;top:-14px}
}
@media(max-width:340px){
 .brand--identity>.brand__art{width:192px;height:49px}
 .brand--identity .brand__art img{width:214px;left:-11px;top:-12px}
}
