.site-footer {
  border-top: 1px solid #f3f4f6;
  background: #fff;
  padding: 3.5rem 1.5rem 4rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
}

.site-footer__inner {
  max-width: 72rem;
  margin: 0 auto;
  text-align: center;
}

.site-footer__title {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #111827;
}

.site-footer__lede {
  margin: 0.75rem auto 0;
  max-width: 28rem;
  font-size: 1rem;
  line-height: 1.625;
  color: #6b7280;
}

.site-footer__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  margin-top: 2rem;
}

.site-footer__links a {
  font-size: 0.875rem;
  font-weight: 500;
  color: #111827;
  text-decoration: underline;
  text-decoration-color: #d1d5db;
  text-underline-offset: 4px;
  transition: text-decoration-color 0.2s ease;
}

.site-footer__links a:hover {
  text-decoration-color: #111827;
}

@media (min-width: 640px) {
  .site-footer__links {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem 2rem;
  }
}

html.nav-embed .site-footer,
html.embed .site-footer {
  display: none;
}
