site-footer {
  display: block;
  border-top: 1px solid var(--color-border);
  color: var(--color-text-muted);
  padding: clamp(2rem, 4vw, 3rem) clamp(1rem, 3vw, 2rem);
  font-size: 0.8125rem;
  line-height: 1.8;
}
.site-footer-0 {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.site-footer-1 {
  margin: 0;
}
.site-footer-2 {
  display: flex;
  gap: 1.5rem;
}
.site-footer-3 {
  color: var(--color-text-muted);
  text-decoration: none;
  transition: color 0.15s;
}
.site-footer-4 {
  color: var(--color-text-muted);
  text-decoration: none;
  transition: color 0.15s;
}
