/* One approved source keeps the signet and lettering identical on every slide.
   The white overlay affects only the wordmark; the blue/turquoise mark stays intact. */
a.brand{display:block;flex-shrink:0;line-height:1;text-decoration:none;border-radius:4px}
a.brand .brand-art{--logo-width:190px;display:block;position:relative;width:var(--logo-width);height:42px;overflow:hidden;margin:0;letter-spacing:0}
a.brand .brand-art img{display:block;position:absolute;width:calc(var(--logo-width) * 1.08275);max-width:none;height:auto;left:calc(var(--logo-width) * -.03988);top:calc(var(--logo-width) * -.07976);margin:0;pointer-events:none}
a.brand .brand-wordmark-white{filter:brightness(0) invert(1);clip-path:inset(0 0 0 41.8%)}
a.brand:focus-visible{outline:2px solid #22a4d2;outline-offset:5px}
@media(max-width:600px){a.brand .brand-art{--logo-width:148px;height:33px}}
@media(min-width:601px) and (max-height:800px){a.brand .brand-art{--logo-width:172px;height:38px}}
