/* ============================================================
   Adhésif & Pose — Pages légales (mentions, confidentialité)
   ============================================================ */

.legal-header {
  border-bottom: 1px solid var(--line);
  background: rgba(250, 248, 244, .96);
}
.legal-header-inner {
  height: 72px; display: flex; align-items: center; justify-content: space-between;
}
.legal-logo-text {
  font-family: 'Fraunces', serif; font-weight: 700; font-size: 19px;
  letter-spacing: -0.01em; color: var(--ink);
}
.legal-back {
  font-size: 14px; font-weight: 700; color: var(--accent);
  border: 1px solid var(--accent); border-radius: 999px; padding: 8px 16px;
  transition: background .2s, color .2s;
}
.legal-back:hover { background: var(--accent); color: #fff; }

.legal-page { padding-block: 64px 96px; }
.legal-container { max-width: 760px; }
.legal-eyebrow {
  text-transform: uppercase; letter-spacing: .12em; font-size: 12.5px;
  font-weight: 800; color: var(--accent);
}
.legal-title {
  font-family: 'Fraunces', serif; font-weight: 700;
  font-size: clamp(32px, 4.5vw, 46px); line-height: 1.05;
  letter-spacing: -0.02em; margin-top: 10px; text-wrap: balance;
}
.legal-updated { color: var(--muted); font-size: 14px; margin-top: 12px; }

.legal-section { margin-top: 44px; }
.legal-section h2 {
  font-family: 'Fraunces', serif; font-weight: 700; font-size: 22px;
  margin-bottom: 14px; letter-spacing: -0.01em;
}
.legal-section p { color: #3a3733; line-height: 1.75; }
.legal-section p + p { margin-top: 14px; }
.legal-section a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.legal-section a:hover { color: #d65a30; }
.legal-list { margin-top: 12px; padding-left: 20px; color: #3a3733; line-height: 1.9; }
.legal-list li { margin-bottom: 4px; }

.footer-inner {
  display: flex; flex-direction: column; gap: 12px;
}
@media (min-width: 640px) {
  .footer-inner { flex-direction: row; align-items: center; justify-content: space-between; }
}
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-links a {
  color: #8b857c; text-decoration: underline; text-underline-offset: 3px; font-size: 14px;
  transition: color .2s;
}
.footer-links a:hover { color: var(--accent); }
