/* Approved artwork, displayed as two responsive image regions. Keeping the
   original source preserves the custom letterforms; the slogan stays real text. */
.scale-logo{display:flex;align-items:center;justify-content:space-between;width:100%;aspect-ratio:910/210}
.scale-logo__symbol,.scale-logo__word{display:block;flex-shrink:0;background-image:url('/assets/brand/scale-social.png');background-repeat:no-repeat;mix-blend-mode:lighten}
.scale-logo__symbol{width:16.71%;height:100%;background-size:1167.1% 422.38%;background-position:26.387% 45.79%}
.scale-logo__word{width:80.44%;height:67.14%;background-size:242.35% 629.08%;background-position:58.349% 45.576%}
@media(forced-colors:active){.scale-logo::after{content:'SCALE';color:CanvasText;font-size:32px;font-weight:800}.scale-logo__symbol,.scale-logo__word{display:none}}
