/* ── Footer ── */
.footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--border);
  padding: 2.5rem 0;
  text-align: center;
}

.footer__text {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.8;
}

.footer__text a {
  color: var(--text-muted);
  transition: color 0.2s;
}

.footer__text a:hover {
  color: var(--navy);
}
