.site-footer {
  margin-top: 5rem;
  border-top: 1px solid #242424;
  background: #080808;
  color: #fff;
}
.site-footer__main {
  display: grid;
  grid-template-columns: minmax(18rem, 1.5fr) repeat(3, minmax(10rem, 1fr));
  gap: 3rem;
  padding-block: 4rem;
}
.site-footer__brand { max-width: 28rem; }
.site-footer__wordmark { display: inline-block; color: #fff; text-decoration: none; }
.site-footer__logo { display: block; width: 100%; max-width: 18rem; height: auto; }
.site-footer__description { margin: 1.5rem 0 0; max-width: 25rem; color: #aaa; font-size: 0.9375rem; line-height: 1.5; }
.site-footer__socials { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.5rem; }
.site-footer__socials a { min-height: 2.5rem; padding: 0.65rem 0.85rem; font-size: 0.8125rem; }
.site-footer__title { margin: 0 0 1.25rem; color: #fff; font-family: "Oswald", sans-serif; font-size: 1.125rem; font-weight: 600; line-height: 1.25; text-transform: uppercase; }
.site-footer__links { display: flex; flex-direction: column; gap: 0.75rem; margin: 0; padding: 0; list-style: none; }
.site-footer__links a, .site-footer__contact { color: #aaa; font-size: 0.9375rem; line-height: 1.5; text-decoration: none; transition: color 200ms; }
.site-footer__contacts { display: flex; flex-direction: column; align-items: flex-start; }
.site-footer__contact--phone { color: #fff; font-family: "Oswald", sans-serif; font-size: 1.5rem; font-weight: 500; line-height: 1.25; }
.site-footer__contact + .site-footer__contact { margin-top: 0.75rem; }
.site-footer__contact-note { margin: 1.25rem 0 0; max-width: 15rem; color: #777; font-size: 0.8125rem; line-height: 1.5; }
.site-footer__bottom { border-top: 1px solid #242424; }
.site-footer__bottom-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-block: 1.5rem; }
.site-footer__copyright, .site-footer__legal { margin: 0; color: #777; font-size: 0.75rem; line-height: 1.5; }
.site-footer__legal { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 0.4rem 1.5rem; }
@media (hover: hover) {
  .site-footer__links a:hover, .site-footer__contact:hover { color: #fff; }
}
@media (max-width: 1100px) {
  .site-footer__main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .site-footer { margin-top: 3rem; }
  .site-footer__main { grid-template-columns: 1fr; gap: 2.5rem; padding-block: 3rem; }
  .site-footer__logo { max-width: 15rem; }
  .site-footer__bottom-inner { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .site-footer__legal { justify-content: flex-start; }
}
