.brand { overflow: hidden; }
.sani-logo { display: block; width: 250px; height: 84px; object-fit: cover; object-position: center; }
.sani-logo-light { display: none; }
.sani-logo-dark { mix-blend-mode: screen; }
html[data-theme="light"] .sani-logo-dark { display: none; }
html[data-theme="light"] .sani-logo-light { display: block; }

.footer-brand { display: flex; align-items: center !important; gap: 25px !important; }
.footer-brand > a { display: block; overflow: hidden; }
.footer-brand .sani-logo { width: 190px; height: 57px; }
.footer-portal-copy{display:flex;flex-direction:column;gap:7px}.footer-portal-copy strong{font:600 12px var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--text)}

@media (max-width: 800px) {
  .sani-logo { width: 150px; height: 50px; }
  .footer-brand { align-items: flex-start !important; flex-direction: column; }
  .footer-brand .sani-logo { width: 160px; height: 48px; }
}
