/* ---------- FOOTER ---------- */
footer {
  border-top: 1px solid var(--line-soft);
  padding: 48px 0 36px;
}
.footer-row { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.footer-links { display: flex; gap: 28px; }
.footer-links a { font-size: 13.5px; color: var(--text-muted); }
.footer-links a:hover { color: var(--text); }
.footer-copy { font-size: 12.5px; color: var(--text-dim); }
.footer-social { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-social a {
  width: 36px; height: 36px; border-radius: 9px;
  border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  color: var(--text-muted);
}
.footer-social a:hover { color: var(--text); border-color: rgba(255, 255, 255, 0.25); }
.footer-social .btn { width: auto; height: auto; }
