/* ─── FOOTER ─────────────────────────────────────────────── */
footer { padding: 40px 48px; max-width: 1240px; margin: 0 auto; }
.footer-top {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 28px; border-bottom: 1px solid var(--border);
  margin-bottom: 22px; flex-wrap: wrap; gap: 16px;
}
.footer-nav { display: flex; gap: 28px; list-style: none; flex-wrap: wrap; }
.footer-nav a { font-size: 13px; opacity: 0.4; transition: opacity 0.2s; cursor: pointer; }
.footer-nav a:hover { opacity: 1; }
.footer-social { display: flex; gap: 20px; }
.footer-social a { font-size: 12px; letter-spacing: 0.04em; opacity: 0.3; transition: opacity 0.2s; }
.footer-social a:hover { opacity: 0.9; }
.footer-bottom-row {
  display: flex; flex-wrap: wrap; gap: 0.4rem 1.2rem;
  align-items: center; font-size: 11px; opacity: 0.28; letter-spacing: 0.02em;
}
.footer-bottom-row a { transition: opacity 0.2s; }
.footer-bottom-row a:hover { opacity: 0.7; }
.footer-sep { opacity: 0.4; }
