/* ============================================================
   Pages légales — mentions-legales.html, politique-confidentialite.html
   ============================================================ */
.legal-page { padding: 158px 0 96px; background: var(--bg); min-height: 60vh; }
.legal-inner { max-width: 760px; }
.legal-page .section-title { margin-bottom: 34px; }
.legal-block { margin-bottom: 36px; }
.legal-block h2 {
  font-family: "Karla", sans-serif;
  font-weight: 700; font-size: 0.85rem;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--gold-dark); margin-bottom: 12px;
}
.legal-block p { color: var(--ink-soft); }
.legal-block a { color: var(--primary); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }

@media (max-width: 560px) {
  .legal-page { padding-top: 130px; }
}
