.site-footer {
  position: relative;
  overflow: hidden;
  padding: 70px 0 28px !important;
  background: #0B0D0F !important;
  color: #F5F7F8 !important;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: none;
}

.site-footer .footer-shell,
.site-footer .footer-grid,
.site-footer .footer-bottom {
  position: relative;
  width: min(100% - 48px, 1180px);
  margin: 0 auto;
}

.site-footer .footer-shell,
.site-footer .footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.05fr) minmax(220px, 0.8fr) minmax(260px, 0.9fr);
  gap: clamp(36px, 6vw, 86px);
  align-items: start;
}

.site-footer .footer-brand,
.site-footer .footer-logo {
  display: grid;
  gap: 22px;
}

.site-footer .footer-brand img,
.site-footer .footer-logo img {
  width: 132px;
  height: auto;
  filter: none;
  opacity: 0.96;
}

.site-footer .footer-local,
.site-footer .footer-brand span,
.site-footer .footer-logo span,
.site-footer .footer-bottom {
  color: rgba(245, 247, 248, 0.64);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.62;
}

.site-footer .footer-local {
  display: grid;
  gap: 9px;
  max-width: 390px;
}

.site-footer .footer-local span {
  display: block;
}

.site-footer h3 {
  margin: 0 0 22px !important;
  color: #F5F7F8 !important;
  font-size: clamp(18px, 2vw, 24px) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

.site-footer .footer-links {
  display: grid !important;
  gap: 10px !important;
}

.site-footer .footer-links a,
.site-footer .footer-links span {
  width: fit-content;
  color: rgba(245, 247, 248, 0.78) !important;
  font-size: 14px !important;
  font-weight: 820 !important;
  line-height: 1.4 !important;
  transition: color 200ms cubic-bezier(0.22, 0.61, 0.36, 1), opacity 200ms cubic-bezier(0.22, 0.61, 0.36, 1), transform 200ms cubic-bezier(0.22, 0.61, 0.36, 1) !important;
}

.site-footer .footer-links a {
  text-decoration: none !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 5px !important;
}

.site-footer .footer-links a:hover {
  color: #8FAE35 !important;
  transform: translateX(2px);
}

.site-footer .footer-call-hours {
  color: rgba(245, 247, 248, 0.62) !important;
  text-decoration: none !important;
}

.site-footer .footer-contacts {
  gap: 12px !important;
}

.site-footer .footer-contacts a,
.site-footer .footer-contacts span {
  width: 100%;
  display: grid;
  gap: 3px;
  padding: 11px 0 12px;
  border-bottom: 1px solid rgba(245, 247, 248, 0.10);
}

.site-footer .footer-contacts small {
  color: rgba(245, 247, 248, 0.42);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.site-footer .footer-contacts span span,
.site-footer .footer-contacts a span {
  color: rgba(245, 247, 248, 0.86);
  font-size: 15px;
  font-weight: 850;
}

.site-footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 52px;
  padding-top: 22px;
  border-top: 1px solid rgba(245, 247, 248, 0.10);
}

@media (max-width: 760px) {
  .site-footer {
    padding: 52px 0 26px !important;
  }

  .site-footer .footer-shell,
  .site-footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .site-footer .footer-shell,
  .site-footer .footer-grid,
  .site-footer .footer-bottom {
    width: min(100% - 28px, 1180px);
  }

  .site-footer .footer-bottom {
    flex-direction: column;
    margin-top: 42px;
  }
}
