.site-footer {
  background: #101010;
  color: #e9e9e9;
  padding-top: 3rem;
}

.site-footer a {
  color: #f0f0f0;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

.site-footer__top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 2rem;
}

.site-footer h3 {
  margin-top: 0;
  margin-bottom: 0.9rem;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0.35rem 0;
}

.site-footer__social ul,
.footer-legal-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer__social li {
  margin-bottom: 0.35rem;
}

.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 1.2rem 0 1.4rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

.footer-legal-menu {
  display: flex;
  gap: 1rem;
  font-size: 0.85rem;
}

.site-footer__copyright {
  margin: 0;
  font-size: 0.85rem;
  color: #c9c9c9;
}

@media (max-width: 860px) {
  .site-footer__top {
    grid-template-columns: 1fr;
  }

  .footer-legal-menu {
    flex-wrap: wrap;
  }
}
