/* ─── Site footer (minimal) ──────────────────────────────────────────────── */
.site-footer {
  text-align: center;
  padding: 28px 20px 20px;
  margin-top: 40px;
}
.footer-copy {
  font-family: var(--ff-body);
  font-size: .82rem;
  font-weight: 700;
  color: var(--muted);
  opacity: .7;
}
