.site-footer .footer-logo {
  display: block;
  width: clamp(180px, 15vw, 240px) !important;
  height: auto !important;
  max-height: 88px;
  margin: 0 0 16px !important;
  object-fit: contain;
  object-position: left center;
  filter: none !important;
}

.site-footer .footer-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
}

.site-footer .footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.site-footer .footer-socials a:hover,
.site-footer .footer-socials a:focus-visible {
  color: #fff;
  border-color: rgba(255, 255, 255, .7);
  background: rgba(255, 255, 255, .18);
  transform: translateY(-2px) !important;
}

.site-footer .footer-socials a:focus-visible {
  outline: 3px solid rgba(255, 255, 255, .55);
  outline-offset: 3px;
}

.site-footer .footer-socials svg {
  display: block;
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.site-footer .footer-compact-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .site-footer .footer-logo {
    width: 190px !important;
    max-height: 74px;
  }

  .site-footer .footer-socials a {
    width: 44px;
    height: 44px;
  }
}
