.footer { text-align: center; padding: 32px 20px; border-top: 1px solid var(--border-soft); max-width: none; }
.footer__nav { display: flex; flex-wrap: wrap; gap: 10px 18px; justify-content: center; margin-top: 12px; }
.footer__link { font-size: .9rem; line-height: 1.4; }
.footer__copyright { font-size: .9rem; color: var(--muted); }
@media (max-width: 720px) {
  .footer__nav { gap: 10px 14px; }
  .footer__link { font-size: .85rem; }
}
