/* ═══════════════════════════════════════════════════════════
   AURIA PARIS — legal.css (mentions légales / confidentialité)
═══════════════════════════════════════════════════════════ */

.legal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem var(--pad-x);
}
.legal-logo img { height: 32px; width: auto; }
.legal-back {
  font-family: var(--font-b);
  font-size: 0.85rem;
  color: var(--text-muted);
  transition: color 0.25s var(--ease);
}
.legal-back:hover { color: var(--bordeaux); }

.legal-page {
  max-width: 760px;
  margin: 0 auto;
  padding: 2rem var(--pad-x) 8rem;
}
.legal-container .section-tag {
  font-family: var(--font-b);
  font-size: 0.68rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--bordeaux);
  margin-bottom: 1rem;
  display: block;
}
.legal-page h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 3rem;
}
.legal-page section { margin-bottom: 2.5rem; }
.legal-page h2 {
  font-size: 1.3rem;
  color: var(--bordeaux);
  margin-bottom: 0.8rem;
}
.legal-page p {
  font-size: 0.95rem;
  color: var(--text);
  line-height: 1.8;
}
.legal-page a {
  color: var(--bordeaux);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-footer {
  padding: 2rem var(--pad-x);
  text-align: center;
  font-size: 0.8rem;
  color: var(--text-muted);
  border-top: 1px solid rgba(122,27,46,0.1);
}
