/* Original raster mark restored from the local reference.
   Contrast removes residual background texture; blending makes its white
   canvas disappear on each surface without altering the source asset. */
.header .brand{width:205px;min-width:205px;height:60px;overflow:hidden}
.header .brand img,.footer-brand img{display:block;width:100%;height:100%;object-fit:contain;transform:scale(1.22)}
.header .brand img{filter:grayscale(1) contrast(2);mix-blend-mode:multiply}
[data-theme="dark"] .header .brand img{filter:grayscale(1) contrast(2) invert(1);mix-blend-mode:screen}
.footer-brand{width:225px;min-width:225px;height:70px;overflow:hidden}
.footer-brand img{filter:grayscale(1) contrast(2) invert(1);mix-blend-mode:screen}
@media(max-width:1100px){.header .brand{width:177px;min-width:177px}}
@media(max-width:760px){.header .brand{width:160px;min-width:160px;height:54px}}
@media(max-width:360px){.header .brand{width:140px;min-width:140px;height:48px}}
