/* Footer styles */
.site-footer {
  background: #fff;
  color: #111;
  padding: 1.25rem 0;
  margin-top: 2rem;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.site-footer__brand {
  text-decoration: none;
  color: #000;
  font-weight: 800;
  letter-spacing: 0.02em;
  font-size: 1.7rem;
  line-height: 1;
  white-space: nowrap;
}

.site-footer__center {
  flex: 1 1 auto;
}

.site-footer__links {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  flex-wrap: wrap;
  justify-content: center;
}

.site-footer__links a {
  color: #111;
  text-decoration: none;
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.site-footer__links a:hover {
  text-decoration: underline;
}

.site-footer__sep {
  opacity: 0.55;
}

.site-footer__copy {
  margin-top: .35rem;
  font-size: .8rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.7);
}

.site-footer__social {
  display: inline-flex;
  align-items: center;
  gap: .9rem;
}

.site-footer__social-link {
  color: #111;
  text-decoration: none;
  font-size: 1.15rem;
  line-height: 1;
}

.site-footer__social-link:hover {
  color: #000;
}

@media (max-width: 991.98px) {
  .site-footer__brand {
    font-size: 1.5rem;
  }

  .site-footer__social {
    gap: .75rem;
  }
}
