/* Official transparent exports: no crop, frame, mask, or source-sheet labels. */
.brand { width: 148px; height: 74px; overflow: visible; }
.brand img { display: block; width: 148px; height: auto; max-width: none; object-fit: contain; }

.footer-brand .footer-logo { display: block; width: 180px; height: 100px; overflow: visible; }
.footer-brand .footer-logo img { display: block; width: 180px; height: auto; max-width: none; object-fit: contain; filter: none; mix-blend-mode: screen; }

@media (max-width: 700px) {
  .brand { width: 118px; height: 59px; }
  .brand img { width: 118px; }
}
