/* Pages légales - Pierre Venard, ostéopathe D.O. */
*, *::before, *::after { box-sizing: border-box; }
:root {
  --bg: #f4f1ea; --surface: #fbfaf6; --text: #2a2621; --muted: #6e675c;
  --line: #d8d1c4; --accent: #6e7d5b; --accent-ink: #4a5340; --maxw: 760px;
}
:root[data-theme="dark"] { --bg:#20241f; --surface:#2a2e27; --text:#e9e5db; --muted:#a29b8c; --line:#3e4339; --accent:#9daa86; --accent-ink:#9daa86; }
html { scroll-behavior: smooth; }
body {
  margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 1.0625rem; line-height: 1.75; color: var(--text); background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
.legal-header { border-bottom: 1px solid var(--line); }
.legal-header .inner { max-width: var(--maxw); margin: 0 auto; padding: 1.2rem 1.5rem; display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; }
.legal-header a.back { color: var(--accent-ink); text-decoration: none; font-weight: 500; font-size: .95rem; }
.legal-header a.back:hover { text-decoration: underline; }
.legal-brand { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
main.legal { max-width: var(--maxw); margin: 0 auto; padding: clamp(2.5rem, 6vw, 4.5rem) 1.5rem 5rem; }
h1 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-size: clamp(2rem, 4vw, 2.8rem); line-height: 1.1; margin: 0 0 .4em; letter-spacing: -.015em; }
h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; font-size: 1.3rem; margin: 2.2rem 0 .4rem; }
p { margin: 0 0 1rem; }
a { color: var(--accent-ink); }
.updated { color: var(--muted); font-size: .9rem; font-style: italic; margin-bottom: 2rem; }
.legal-footer { border-top: 1px solid var(--line); text-align: center; color: var(--muted); font-size: .82rem; padding: 2rem 1.5rem; }
.legal-footer a { color: var(--muted); }

/* Sélecteur de langue FR / EN */
.lang-switch { display: inline-flex; align-self: center; overflow: hidden; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); }
.lang-switch a { padding: .2rem .6rem; font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-decoration: none; color: var(--muted); }
.lang-switch a:hover { color: var(--text); }
.lang-switch a.is-active, .lang-switch a.is-active:hover { background: var(--accent-ink); color: var(--surface); }

/* Cabinet de Bertrange fermé */
.closure-note { border-left: 3px solid #a8623b; padding: .8rem 1.1rem; background: var(--surface); margin: 0 0 2rem; }
