/* ============================================================
   Lili Biller — Design C1 · Static CSS
   Palette : cream / clay / ink terreuse
   Typo : California (display) + Canela Light (corps)
   ============================================================ */

/* ---------- Fonts ---------- */
@font-face {
  font-family: "California";
  src: url("./assets/fonts/California.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Canela";
  src: url("./assets/fonts/Canela-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Canela";
  src: url("./assets/fonts/Canela-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Canela";
  src: url("./assets/fonts/Canela-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ---------- Tokens ---------- */
:root {
  --ink: #1a1410;
  --cream: #f1e9dc;
  --clay: #c9a98a;
  --clay-light: #e6d4bc;
  --clay-deep: #4a3320;
  --paper: #f6f3ee;
  --tarifs-bg: #b8a593;
  --tarifs-ink: #2a221a;
  --tarifs-accent: #5a4632;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: auto; }
body {
  font-family: "Canela", Georgia, serif;
  font-weight: 300;
  font-size: clamp(12px, 1.18vw, 20px);
  line-height: 1.65;
  background: var(--cream);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

/* ============================================================
   HERO (C1 — Photo plein écran)
   ============================================================ */

.hero {
  position: relative;
  width: 100%;
  height: clamp(328px, 56.94vw, 820px);
  overflow: hidden;
  color: var(--cream);
}

.hero__photo {
  position: absolute;
  top: -40%;
  left: 0;
  width: 100%;
  height: 140%;
  object-fit: cover;
  object-position: center bottom;
  will-change: transform;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(26,20,16,.55) 0%,
    rgba(26,20,16,0) 28%,
    rgba(26,20,16,0) 55%,
    rgba(26,20,16,.7) 100%
  );
  pointer-events: none;
}

/* ---------- Header transparent (sur photo) ---------- */

.header {
  position: absolute;
  top: 0; left: 0; right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding: 28px clamp(24px, 3.33vw, 55px);
  gap: 48px;
  color: var(--cream);
  z-index: 5;
}

.header__logo {
  display: flex;
  align-items: center;
  gap: 14px;
}

.header__logo img {
  height: 72px;
  filter: brightness(0) invert(1) drop-shadow(0 1px 6px rgba(0,0,0,.4));
}

.header__nav {
  display: flex;
  justify-content: center;
  gap: 36px;
  font-size: clamp(10px, 0.83vw, 14px);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-shadow: 0 1px 3px rgba(0,0,0,.45);
  list-style: none;
}

.header__nav a:hover { opacity: 0.75; }

.header__cta {
  background: var(--cream);
  color: var(--ink);
  padding: 12px clamp(12px, 1.67vw, 28px);
  font-size: clamp(10px, 0.76vw, 13px);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
}

.header__cta {
  transition: transform .25s cubic-bezier(.34,1.56,.64,1), opacity .25s ease;
}
.header__cta:hover { transform: scale(1.06); opacity: 0.95; }

/* ---------- Signature hero ---------- */

.hero__signature {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 0 48px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero__signature h1 {
  font-family: "California", Georgia, serif;
  font-weight: 400;
  font-size: clamp(95px, 9.17vw, 158px);
  line-height: 0.95;
  letter-spacing: -0.025em;
  color: #ffffff;
  text-shadow: 0 2px 16px rgba(0,0,0,.35);
}

.hero__signature h1 em {
  font-style: italic;
  color: #ffffff;
}

.hero__subtitle {
  margin-top: 22px;
  font-size: clamp(13px, 1.25vw, 22px);
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--cream);
  text-shadow: 0 1px 4px rgba(0,0,0,.4);
}

/* ============================================================
   SECTION POURQUOI
   ============================================================ */

#pourquoi {
  background: var(--cream);
  padding: clamp(51px, 6.89vw, 160px) clamp(40px, 5.56vw, 92px);
}

#pourquoi .section-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 100px;
  align-items: start;
}


#pourquoi h2 {
  font-family: "California", Georgia, serif;
  font-size: clamp(55px, 5.28vw, 91px);
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: -0.018em;
  color: var(--ink);
}

#pourquoi h2 em {
  font-style: italic;
  color: var(--clay-deep);
}

#pourquoi .lead {
  font-family: "California", Georgia, serif;
  font-size: clamp(19px, 1.81vw, 31px);
  line-height: 1.45;
  color: var(--ink);
  margin-bottom: 40px;
  font-weight: 400;
}

#pourquoi p {
  font-size: clamp(12px, 1.18vw, 20px);
  line-height: 1.75;
  color: #2a2218;
  margin-bottom: 28px;
}

/* ============================================================
   SECTION SPÉCIALITÉ
   ============================================================ */

#specialite {
  background: var(--clay-deep);
  color: var(--cream);
  padding: clamp(38px, 5.17vw, 120px) clamp(40px, 5.56vw, 92px);
  position: relative;
  overflow: hidden;
}

#specialite::before {
  content: "";
  position: absolute;
  left: -100px;
  top: -80px;
  width: clamp(216px, 37.50vw, 540px);
  height: clamp(216px, 37.50vw, 540px);
  background: url("./assets/sigle.svg") center / contain no-repeat;
  opacity: 0.08;
  pointer-events: none;
}

#specialite .section-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
  position: relative;
}

#specialite h2 {
  font-family: "California", Georgia, serif;
  font-size: clamp(58px, 5.56vw, 96px);
  line-height: 1.02;
  font-weight: 400;
  margin-bottom: 40px;
  letter-spacing: -0.02em;
}

#specialite h2 em {
  font-style: italic;
  color: var(--clay);
}

#specialite p {
  font-size: clamp(13px, 1.25vw, 22px);
  line-height: 1.75;
  color: var(--clay-light);
  margin-bottom: 28px;
  max-width: 500px;
}

#specialite .link-resource {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: clamp(10px, 0.83vw, 14px);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--clay);
  border-bottom: 1px solid var(--clay);
  padding-bottom: 6px;
}

.specialite__photo {
  height: clamp(232px, 40.28vw, 580px);
  overflow: hidden;
  background: url("./assets/fauteuil.png") center / cover;
}

/* ============================================================
   SECTION PRATIQUE (outils)
   ============================================================ */

#outils {
  background: var(--cream);
  padding: clamp(51px, 6.89vw, 160px) clamp(40px, 5.56vw, 92px);
}

#outils .section-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 96px;
  align-items: center;
}

.outils__photo {
  height: clamp(272px, 47.22vw, 680px);
  background: url("./assets/lili.png") center / cover;
}

#outils h2 {
  font-family: "California", Georgia, serif;
  font-size: clamp(52px, 5.00vw, 86px);
  line-height: 1.02;
  font-weight: 400;
  margin-bottom: 36px;
  letter-spacing: -0.018em;
}

#outils h2 em {
  font-style: italic;
  color: var(--clay-deep);
}

#outils .intro-text {
  font-size: clamp(12px, 1.18vw, 20px);
  line-height: 1.7;
  color: #2a2218;
  margin-bottom: 40px;
  max-width: 500px;
}

/* Formation list */
.formation-list {
  list-style: none;
}

.formation-row {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 28px;
  padding: 24px 0;
  border-top: 1px solid var(--ink);
  align-items: baseline;
}

.formation-row:last-child {
  border-bottom: 1px solid var(--ink);
}

.formation-row__num {
  font-family: "California", Georgia, serif;
  font-style: italic;
  font-size: clamp(16px, 1.53vw, 26px);
  color: var(--clay-deep);
}

.formation-row__title {
  font-family: "California", Georgia, serif;
  font-size: clamp(19px, 1.81vw, 31px);
  line-height: 1.25;
  margin-bottom: 4px;
}

.formation-row__detail {
  font-size: clamp(10px, 0.97vw, 17px);
  color: #5a4632;
  letter-spacing: 0.04em;
}

#outils .mention {
  margin-top: 32px;
  font-size: clamp(10px, 0.97vw, 17px);
  font-style: italic;
  color: #5a4632;
}

/* ============================================================
   SECTION HORAIRES & TARIFS (CPratiqueSage — taupe palette)
   ============================================================ */

#tarifs {
  background: var(--tarifs-bg);
  padding: clamp(45px, 6.03vw, 140px) clamp(40px, 5.56vw, 92px);
}

#tarifs .section-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}

#tarifs h2 {
  font-family: "California", Georgia, serif;
  font-size: clamp(58px, 5.56vw, 96px);
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: var(--tarifs-ink);
}

#tarifs h2 em {
  font-style: italic;
  color: var(--tarifs-accent);
}

.tarifs__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.tarif-card {
  background: var(--cream);
  border-radius: 28px;
  padding: clamp(13px, 1.72vw, 40px) clamp(18px, 2.50vw, 41px);
}

.tarif-card--full {
  grid-column: span 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}

.tarif-card--cta {
  grid-column: span 2;
  background: var(--ink);
  color: var(--cream);
  border-radius: 28px;
  padding: 26px clamp(20px, 2.78vw, 46px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(10px, 0.90vw, 16px);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  transition: transform .25s cubic-bezier(.34,1.56,.64,1), opacity .25s ease;
}

.tarif-card--cta:hover { transform: scale(1.02); opacity: 0.95; }

.tarif-card--cta .cta-label-big {
  font-family: "California", Georgia, serif;
  font-size: clamp(19px, 1.81vw, 31px);
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 14px;
}

.tarif-card__label {
  font-size: clamp(10px, 0.76vw, 13px);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--clay-deep);
  margin-bottom: 20px;
}

.tarif-card__jours {
  font-family: "California", Georgia, serif;
  font-size: clamp(22px, 2.08vw, 36px);
  line-height: 1.15;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.tarif-card__adresse {
  margin-top: 24px;
  font-size: clamp(10px, 0.97vw, 17px);
  color: #5a4632;
  line-height: 1.6;
}

.tarif-card__desc {
  font-size: clamp(12px, 1.11vw, 19px);
  color: #5a4632;
  line-height: 1.5;
}

.tarif-price {
  font-family: "California", Georgia, serif;
  font-size: clamp(52px, 5.00vw, 86px);
  font-weight: 400;
  line-height: 1;
  color: var(--ink);
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.tarif-price sup {
  font-size: clamp(29px, 2.78vw, 48px);
  color: var(--clay-deep);
  font-style: normal;
  vertical-align: baseline;
}

#tarifs .tarifs-note {
  font-size: clamp(10px, 0.90vw, 16px);
  color: var(--tarifs-ink);
  opacity: 0.75;
  margin: 56px 0 0;
  max-width: 760px;
  line-height: 1.75;
}

/* ============================================================
   SECTION CONTACT
   ============================================================ */

#contact {
  background: var(--clay-light);
  color: var(--ink);
}

#contact .section-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: clamp(208px, 36.11vw, 520px);
}

#contact iframe {
  width: 100%;
  height: 100%;
  border: none;
  filter: sepia(0.2) saturate(0.85);
  display: block;
}

.contact__info {
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact__info h2 {
  font-family: "California", Georgia, serif;
  font-size: clamp(46px, 4.44vw, 77px);
  line-height: 1.05;
  font-weight: 400;
  margin-bottom: 40px;
  letter-spacing: -0.018em;
}

.contact__info h2 em {
  font-style: italic;
  color: var(--clay-deep);
}

.contact__fields {
  display: grid;
  gap: 16px;
  font-size: clamp(12px, 1.18vw, 20px);
  line-height: 1.6;
}

.contact__field-label {
  font-size: clamp(10px, 0.76vw, 13px);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--clay-deep);
  margin-bottom: 4px;
}

.contact__field-value {
  font-family: "California", Georgia, serif;
  font-size: clamp(19px, 1.81vw, 31px);
}

.contact__field-value--underline {
  border-bottom: 1px solid var(--ink);
}

.contact__field-address {
  font-size: clamp(12px, 1.18vw, 20px);
  color: #3a2f24;
}

/* ============================================================
   FOOTER
   ============================================================ */

footer {
  background: var(--ink);
  color: var(--clay-light);
  padding: 28px clamp(24px, 3.33vw, 55px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(10px, 0.76vw, 13px);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  flex-wrap: wrap;
  gap: 16px;
}

footer a {
  color: var(--clay-light);
  text-decoration: underline;
  text-underline-offset: 3px;
}
footer a:hover { opacity: 0.7; }

/* ============================================================
   BANDEAU CONSENTEMENT COOKIES
   ============================================================ */

.cookie-banner {
  position: fixed;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%) translateY(16px);
  width: clamp(300px, 90vw, 720px);
  background: var(--ink);
  color: var(--cream);
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  z-index: 200;
  opacity: 0;
  transition: opacity .3s ease, transform .3s ease;
  box-shadow: 0 4px 24px rgba(26,20,16,.35);
}

.cookie-banner.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.cookie-banner__text {
  flex: 1;
  font-size: clamp(11px, 0.97vw, 15px);
  line-height: 1.6;
  color: var(--clay-light);
  min-width: 200px;
}

.cookie-banner__text a {
  color: var(--clay);
  border-bottom: 1px solid var(--clay);
  white-space: nowrap;
}

.cookie-banner__actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.cookie-btn {
  font-family: "Canela", Georgia, serif;
  font-size: clamp(10px, 0.76vw, 12px);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  padding: 10px 20px;
  transition: opacity .2s;
}

.cookie-btn:hover { opacity: 0.8; }

.cookie-btn--accept {
  background: var(--clay);
  color: var(--ink);
  font-weight: 700;
}

.cookie-btn--refuse {
  background: transparent;
  color: var(--clay-light);
  border: 1px solid rgba(230,212,188,.35);
}

/* ============================================================
   BOUTON RETOUR EN HAUT
   ============================================================ */

.back-to-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 2px 14px rgba(26, 20, 16, .14);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .25s ease, transform .25s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover {
  background: rgba(255, 255, 255, 0.95);
}

.back-to-top img {
  width: 18px;
  height: auto;
}

/* ============================================================
   MOBILE — ≤ 768px
   ============================================================ */

@media (max-width: 768px) {

  /* Header: simpler, 2 items */
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    padding: 20px clamp(12px, 5.33vw, 23px);
  }

  .header__nav { display: none; }

  .header__logo img {
    height: 32px;
  }

  .header__cta {
    border-radius: 6px;
    padding: 10px clamp(12px, 4.27vw, 18px);
    font-size: clamp(10px, 2.67vw, 12px);
  }

  /* Hero */
  .hero { height: 320px; }

  .hero__signature {
    padding: 0 24px 22px;
  }

  .hero__signature h1 {
    font-size: clamp(32px, 11.73vw, 53px);
  }

  .hero__subtitle {
    margin-top: 14px;
    font-size: clamp(10px, 2.93vw, 13px);
  }

  /* Pourquoi */
  #pourquoi {
    padding: 80px clamp(12px, 6.40vw, 28px) 130px;
  }

  #pourquoi .section-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }


  #pourquoi h2 {
    font-size: clamp(30px, 11.20vw, 50px);
    margin-bottom: 32px;
  }

  #pourquoi .lead {
    font-size: clamp(14px, 5.07vw, 23px);
  }

  #pourquoi p {
    font-size: clamp(11px, 4.00vw, 18px);
  }

  /* Spécialité */
  #specialite {
    padding: 0 0 120px;
  }

  #specialite .section-inner {
    grid-template-columns: 1fr;
    gap: 0;
  }

  #specialite .specialite-text {
    padding: 56px 24px 0;
  }

  #specialite h2 {
    font-size: clamp(30px, 11.20vw, 50px);
    margin-bottom: 24px;
  }

  #specialite p {
    font-size: clamp(11px, 4.00vw, 18px);
    max-width: none;
  }

  .specialite__photo {
    height: 320px;
    order: -1;
  }

  /* Outils / Pratique */
  #outils {
    padding: 0 0 200px;
  }

  #outils .section-inner {
    grid-template-columns: 1fr;
    gap: 0;
  }

  #outils .outils-text {
    padding: 56px 24px 0;
  }

  .outils__photo {
    height: 360px;
  }

  #outils h2 {
    font-size: clamp(30px, 11.20vw, 50px);
    margin-bottom: 24px;
  }

  #outils .intro-text {
    max-width: none;
    font-size: clamp(11px, 4.00vw, 18px);
    margin-bottom: 32px;
  }

  .formation-row {
    grid-template-columns: 32px 1fr;
    gap: 16px;
    padding: 18px 0;
  }

  .formation-row__num {
    font-size: clamp(13px, 4.80vw, 22px);
  }

  .formation-row__title {
    font-size: clamp(15px, 5.60vw, 25px);
  }

  .formation-row__detail {
    font-size: clamp(10px, 3.47vw, 16px);
  }

  #outils .mention {
    font-size: clamp(10px, 3.47vw, 16px);
  }

  /* Tarifs */
  #tarifs {
    padding: 72px clamp(12px, 6.40vw, 28px) 200px;
  }

  #tarifs .section-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  #tarifs h2 {
    font-size: clamp(33px, 12.27vw, 55px);
  }

  .tarifs__cards {
    grid-template-columns: 1fr;
  }

  .tarif-card--full,
  .tarif-card--cta {
    grid-column: span 1;
  }

  .tarif-card {
    border-radius: 18px;
    padding: 28px clamp(12px, 6.40vw, 28px);
  }

  .tarif-card--cta {
    border-radius: 18px;
    padding: 20px clamp(12px, 6.40vw, 28px);
  }

  .tarif-card__jours {
    font-size: clamp(17px, 6.40vw, 29px);
  }

  .tarif-price {
    font-size: clamp(37px, 13.87vw, 62px);
  }

  .tarif-price sup {
    font-size: clamp(20px, 7.47vw, 34px);
  }

  .tarif-card--full {
    flex-direction: row;
  }

  .tarif-card--cta .cta-label-big {
    font-size: clamp(14px, 5.33vw, 24px);
    gap: 10px;
  }

  #tarifs .tarifs-note {
    font-size: clamp(10px, 3.20vw, 14px);
    margin-top: 32px;
  }

  /* Contact */
  #contact .section-inner {
    grid-template-columns: 1fr;
    min-height: unset;
  }

  #contact iframe {
    height: 280px;
    order: 2;
  }

  .contact__info {
    padding: 48px clamp(12px, 6.40vw, 28px) 56px;
    order: 1;
  }

  .contact__info h2 {
    font-size: clamp(30px, 11.20vw, 50px);
    margin-bottom: 32px;
  }

  .contact__field-value {
    font-size: clamp(16px, 5.87vw, 26px);
  }

  /* Footer */
  footer {
    flex-direction: column;
    text-align: center;
    padding: 24px clamp(12px, 5.33vw, 23px);
    gap: 12px;
  }

}


/* ============================================================
   Page légale (politique-cookies, mentions légales)
   ============================================================ */

.legal-page {
  max-width: 780px;
  margin: 0 auto;
  padding: clamp(48px, 6vw, 100px) clamp(24px, 5vw, 64px) 80px;
}
.legal-page h1 {
  font-family: "California", Georgia, serif;
  font-size: clamp(38px, 4.44vw, 72px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.legal-page h1 em {
  font-style: italic;
  color: var(--clay-deep);
}
.legal-page .updated {
  font-size: clamp(10px, 0.83vw, 13px);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--clay-deep);
  margin-bottom: 56px;
  display: block;
}
.legal-page h2 {
  font-family: "California", Georgia, serif;
  font-size: clamp(20px, 1.94vw, 32px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 48px 0 16px;
  color: var(--ink);
}
.legal-page p {
  font-size: clamp(12px, 1.11vw, 18px);
  line-height: 1.75;
  color: #2a2218;
  margin-bottom: 18px;
}
.legal-page table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0 32px;
  font-size: clamp(11px, 1.04vw, 16px);
}
.legal-page th {
  text-align: left;
  font-size: clamp(9px, 0.76vw, 12px);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--clay-deep);
  padding: 10px 12px;
  border-bottom: 1px solid var(--ink);
  font-weight: 400;
}
.legal-page td {
  padding: 12px 12px;
  border-bottom: 1px solid rgba(74,51,32,.15);
  color: #2a2218;
  line-height: 1.55;
  vertical-align: top;
}
.legal-page td:first-child {
  font-family: "California", Georgia, serif;
  font-size: clamp(13px, 1.18vw, 18px);
  white-space: nowrap;
}
.legal-page a {
  color: var(--clay-deep);
  border-bottom: 1px solid var(--clay-deep);
}
.legal-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(10px, 0.83vw, 13px);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--clay-deep);
  margin-bottom: 48px;
}
.legal-back:hover { opacity: 0.7; }


/* ============================================================
   ⚠  PARALLAX SECTIONS · EXPÉRIMENTAL
   Pour annuler complètement : supprimer de cette ligne
   jusqu'à « FIN PARALLAX SECTIONS », et supprimer le bloc
   « Parallax sections » dans main.js
   ============================================================ */

/* position: relative nécessaire pour que z-index fonctionne */
main > section:not(.hero) { position: relative; }

/* z-index croissant : chaque section passe devant la précédente */
.hero       { z-index: 1; }
#pourquoi   { z-index: 2; }
#specialite { z-index: 3; }
#outils     { z-index: 4; }
#tarifs     { z-index: 5; }
#contact    { z-index: 6; }

/* Ombre en haut de chaque section entrante — relief de profondeur */
main > section + section {
  box-shadow: 0 -32px 80px rgba(26, 20, 16, 0.22);
}

/* Éléments fixes au-dessus des sections */
footer         { position: relative; z-index: 10; }
.cookie-banner { z-index: 200; }
.back-to-top   { z-index: 201; }

/* FIN PARALLAX SECTIONS ====================================== */
