/* Logo — loaded last; flat SVG only, zero CSS effects */

.site-header__logo,
.site-header__logo:hover,
.site-header__logo:focus,
.site-header__logo:focus-visible,
.site-header__logo:active,
.site-header__logo img,
.site-header__logo:hover img,
.site-header__logo:focus img,
.site-header__logo:active img,
.footer-logo,
.footer-logo img {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  filter: none !important;
  backdrop-filter: none !important;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
  will-change: auto !important;
  mix-blend-mode: normal !important;
  -webkit-tap-highlight-color: transparent;
}

.site-header__logo {
  display: block;
  flex-shrink: 0;
  line-height: 0;
  text-decoration: none;
}

.footer-logo {
  margin: 0 0 16px;
  line-height: 0;
}

.site-header__logo img,
.footer-logo img {
  width: auto;
  max-width: none;
  display: block;
  object-fit: contain;
}

.site-header__logo img {
  height: 48px;
}

.footer-logo img {
  height: 44px;
}
