/* ============================================================
   Wander Gourmet — feuille de style
   Charte héraldique partagée Wander : bordeaux (écu), parchemin,
   chrome, or. Site statique B2C, food tours à vélo. FR / EN.
   ============================================================ */

:root {
  /* Couleurs de marque (inspirées du blason) */
  --wine:       #7a1d2c;   /* bordeaux de l'écu — couleur primaire */
  --wine-dk:    #5c1320;   /* bordeaux foncé (survols) */
  --wine-deep:  #3f0d16;   /* bordeaux très foncé (sections sombres, footer) */

  --cream:      #f5f1e6;   /* parchemin — fond clair */
  --sand:       #ece5d5;   /* parchemin alterné */
  --line:       #ddd3c2;   /* filets sur parchemin */

  --ink:        #2b1419;   /* bordeaux-noir chaud — texte */
  --muted:      #5a4d4e;   /* texte secondaire (chaud) */

  --steel:      #8b969d;   /* acier moyen */
  --steel-dk:   #5f6a70;   /* acier sombre */
  --silver:     #c2cace;   /* argent clair */
  --silver-lt:  #e6ebee;   /* reflet chrome */

  --gold:       #c2a566;   /* or champagne (couronne, accents) */
  --gold-dk:    #a98a4a;

  --white:      #ffffff;

  --radius:     12px;
  --radius-sm:  8px;
  --shadow:     0 20px 54px -26px rgba(63, 13, 22, 0.42);
  --shadow-sm:  0 8px 24px -16px rgba(63, 13, 22, 0.5);

  --container:  1140px;
  --display: "Archivo", "Arial Narrow", Arial, sans-serif;
  --sans:    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  --chrome: linear-gradient(176deg, #eef2f4 0%, #c4ccd1 38%, #828d94 54%, #b3bcc1 66%, #e9eef1 100%);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: var(--wine); text-decoration: none; }
a:hover { color: var(--wine-dk); }
h1, h2, h3 { font-family: var(--display); font-weight: 700; line-height: 1.1; letter-spacing: -0.005em; margin: 0; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }

/* ---------- Effet chrome (lettrage métallique) ---------- */
.chrome-text {
  background: var(--chrome);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-stroke: 0.6px rgba(63, 13, 22, 0.28);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.35);
}

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 800px; }
.section { padding: 92px 0; }
.section-alt { background: var(--sand); }
.section-dark { background: var(--wine-deep); color: #efe6dd; }

.section-head { max-width: 730px; margin: 0 0 52px; }
.section-head h2 { font-size: clamp(1.85rem, 3.4vw, 2.7rem); margin: 14px 0 18px; color: var(--ink); }
.section-head p { color: var(--muted); font-size: 1.12rem; }
.section-head-light h2 { color: #fff; }
.section-head-light p { color: #d7b9bf; }

.eyebrow {
  display: inline-block;
  font-family: var(--display);
  font-weight: 700;
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--wine);
}
.section-head-light .eyebrow { color: var(--gold); }

/* ---------- Boutons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--display);
  font-weight: 700;
  font-size: 0.86rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 6px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, background .2s ease, box-shadow .2s ease, color .2s ease, border-color .2s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--wine); color: var(--white); box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--wine-dk); color: var(--white); }
.btn-ghost { background: transparent; border-color: var(--steel); color: var(--ink); }
.btn-ghost:hover { border-color: var(--wine); color: var(--wine); }
.btn-light { border-color: rgba(255,255,255,.4); color: #fff; }
.btn-light:hover { border-color: var(--gold); color: var(--gold); background: rgba(255,255,255,.05); }
.btn-sm { padding: 10px 18px; font-size: 0.78rem; }
.btn-lg { padding: 17px 36px; font-size: 0.95rem; }
.btn-block { width: 100%; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(245, 241, 230, 0.88);
  backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 0 rgba(255,255,255,.6) inset, 0 2px 0 var(--gold);
}
.header-inner { display: flex; align-items: center; gap: 28px; height: 74px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); }
.brand-mark { display: inline-flex; filter: drop-shadow(0 2px 3px rgba(63,13,22,.25)); }
.brand-text {
  font-family: var(--display); font-weight: 800; font-size: 1.22rem;
  letter-spacing: 0.04em; line-height: 1;
}
.brand-text strong { font-weight: 800; }
/* dans le header, on garde un lettrage lisible : WANDER acier, GOURMET bordeaux */
.header-inner .brand-text { color: var(--steel-dk); -webkit-text-stroke: 0; text-shadow: none; background: none; -webkit-background-clip: border-box; }
.header-inner .brand-text strong { color: var(--wine); }

.main-nav { display: flex; gap: 26px; margin-left: auto; }
.main-nav a { color: var(--ink); font-weight: 500; font-size: 0.96rem; }
.main-nav a:hover { color: var(--wine); }

.header-actions { display: flex; align-items: center; gap: 14px; margin-left: 8px; }

.lang-switch { display: inline-flex; border: 1px solid var(--steel); border-radius: 6px; overflow: hidden; }
.lang-switch button {
  border: 0; background: transparent; cursor: pointer;
  padding: 6px 12px; font-family: var(--display); font-weight: 700; font-size: 0.8rem; letter-spacing: .04em; color: var(--steel-dk);
}
.lang-switch button.is-active { background: var(--wine); color: var(--white); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: .2s; }

/* ---------- Hero ---------- */
.hero {
  padding: 74px 0 60px;
  background:
    radial-gradient(900px 460px at 82% 6%, rgba(194,165,102,.18), transparent 62%),
    radial-gradient(700px 420px at 88% 30%, rgba(122,29,44,.10), transparent 60%);
}
.hero-inner { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; }
.hero-copy h1 {
  font-size: clamp(2.1rem, 4.6vw, 3.35rem); margin: 16px 0 20px;
  font-weight: 800; letter-spacing: -0.01em; color: var(--ink);
}
.hero-copy .lead { font-size: 1.18rem; color: var(--muted); max-width: 560px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 26px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 22px; }
.hero-points li { position: relative; padding-left: 26px; font-weight: 500; font-size: 0.95rem; }
.hero-points li::before {
  content: ""; position: absolute; left: 0; top: 6px; width: 14px; height: 9px;
  border-left: 2.5px solid var(--gold-dk); border-bottom: 2.5px solid var(--gold-dk);
  transform: rotate(-45deg);
}

.hero-figure { position: relative; display: flex; justify-content: center; align-items: center; min-height: 360px; }
.crest-glow {
  position: absolute; width: 78%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle, rgba(194,165,102,.28), rgba(122,29,44,.08) 55%, transparent 72%);
  filter: blur(6px);
}
.hero-crest { position: relative; max-height: 460px; width: auto; filter: drop-shadow(0 18px 34px rgba(63,13,22,.35)); }
.hero-crest-svg { position: relative; width: 300px; max-width: 80%; filter: drop-shadow(0 16px 30px rgba(63,13,22,.32)); }

/* ---------- Bandeau de statistiques ---------- */
.statband { background: var(--ink); color: var(--cream); }
.statband-inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.statband-item { text-align: center; padding: 26px 16px; border-right: 1px solid rgba(255,255,255,.1); }
.statband-item:last-child { border-right: 0; }
.statband-value {
  display: block; font-family: var(--display); font-weight: 800;
  font-size: 1.7rem; color: #fff; line-height: 1.05;
  background: var(--chrome); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.statband-label { display: block; font-size: 0.82rem; letter-spacing: .06em; text-transform: uppercase; color: #c7b3a0; margin-top: 6px; }

/* ---------- Strip de confiance ---------- */
.strip { background: var(--wine-deep); color: #e7cfd3; padding: 22px 0; }
.strip-inner { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 28px; justify-content: center; text-align: center; }
.strip-inner p { font-size: 0.88rem; letter-spacing: .03em; color: #c79aa1; }
.strip-tags { display: flex; flex-wrap: wrap; gap: 10px 14px; }
.strip-tags li { font-size: 0.82rem; font-weight: 600; color: #f3e3e5; border: 1px solid rgba(194,165,102,.45); padding: 5px 13px; border-radius: 100px; }

/* ---------- Grilles ---------- */
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

/* ---------- Cartes ---------- */
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); border-color: var(--gold); }
.card-icon { font-size: 1.7rem; margin-bottom: 14px; }
.card h3 { font-size: 1.16rem; margin-bottom: 10px; color: var(--ink); }
.card p { color: var(--muted); font-size: 0.98rem; }
.card-bordered { background: transparent; border-color: var(--line); }
.card-bordered:hover { background: var(--white); }

/* ---------- Features (offre) ---------- */
.feature { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 28px; position: relative; overflow: hidden; }
.feature::before { content: ""; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: var(--gold); }
.feature-num { font-family: var(--display); font-size: 2rem; color: var(--gold-dk); font-weight: 800; display: block; margin-bottom: 10px; }
.feature h3 { font-size: 1.2rem; margin-bottom: 10px; color: var(--ink); }
.feature p { color: var(--muted); }

/* ---------- Étapes (déroulé) ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-bottom: 36px; }
.step { position: relative; padding-top: 8px; }
.step-dot {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 50%; background: var(--wine); color: var(--white);
  font-family: var(--display); font-weight: 800; font-size: 1.2rem; margin-bottom: 16px;
  border: 2px solid var(--gold); box-shadow: var(--shadow-sm);
}
.step h3 { font-size: 1.1rem; margin-bottom: 8px; color: var(--ink); }
.step p { color: var(--muted); font-size: 0.96rem; }

.callout { background: var(--white); border: 1px solid var(--line); border-left: 4px solid var(--gold); border-radius: var(--radius-sm); padding: 22px 26px; color: var(--muted); }
.callout strong { color: var(--ink); }

/* ---------- Parcours / quartiers (réutilise bike-card) ---------- */
.tours-grid { margin-bottom: 22px; }
.bike-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-sm); border-top: 3px solid var(--wine); }
.bike-tag { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--wine); background: rgba(122,29,44,.09); padding: 5px 12px; border-radius: 100px; margin-bottom: 14px; }
.bike-card h3 { font-size: 1.5rem; margin-bottom: 8px; color: var(--ink); }
.bike-desc { color: var(--muted); margin-bottom: 18px; }
.spec-list li { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 0.94rem; }
.spec-list li:last-child { border-bottom: 0; }
.spec-list span { color: var(--muted); flex-shrink: 0; }
.spec-list strong { text-align: right; color: var(--ink); }
.fineprint { color: var(--muted); font-size: 0.86rem; max-width: 760px; }

/* ---------- Tarifs (section sombre) ---------- */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 980px; margin: 0 auto 24px; align-items: stretch; }
.price-card {
  position: relative; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius); padding: 30px 26px; text-align: center; display: flex; flex-direction: column;
}
.price-card.is-featured { background: var(--wine); border-color: var(--gold); box-shadow: var(--shadow); }
.price-badge {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--gold); color: var(--wine-deep); font-family: var(--display); font-weight: 800;
  font-size: 0.68rem; letter-spacing: .08em; text-transform: uppercase; padding: 5px 14px; border-radius: 100px; white-space: nowrap;
}
.price-card h3 { color: #fff; font-size: 1.4rem; margin-bottom: 6px; }
.price-meta { color: #d7b9bf; font-size: 0.9rem; margin-bottom: 18px; }
.price-card.is-featured .price-meta { color: #f0d2b6; }
.price-amount { font-family: var(--display); font-size: 2.1rem; font-weight: 800; color: #fff; line-height: 1.05; margin-bottom: 16px; }
.price-amount span { display: block; font-size: 0.82rem; font-weight: 600; letter-spacing: .04em; color: #c79aa1; margin-top: 6px; text-transform: none; }
.price-card.is-featured .price-amount span { color: #f3d9c4; }
.price-desc { color: #d7b9bf; font-size: 0.94rem; margin-bottom: 22px; flex-grow: 1; }
.price-card.is-featured .price-desc { color: #f4e3e5; }
.price-card .btn { width: 100%; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: start; }
.contact-copy h2 { font-size: clamp(1.7rem, 3vw, 2.35rem); margin: 14px 0 16px; color: var(--ink); }
.contact-copy .lead { color: var(--muted); font-size: 1.1rem; }
.contact-points { margin: 24px 0; display: grid; gap: 10px; }
.contact-points li { position: relative; padding-left: 26px; font-weight: 500; color: var(--ink); }
.contact-points li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-dk); font-weight: 700; }
.contact-direct { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); }
.contact-direct p { font-size: 0.92rem; color: var(--muted); }
.contact-mail { font-weight: 600; font-size: 1.05rem; }

/* ---------- Formulaire ---------- */
.lead-form { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow-sm); border-top: 3px solid var(--gold); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 16px; display: flex; flex-direction: column; }
.field label { font-size: 0.88rem; font-weight: 600; margin-bottom: 7px; color: var(--ink); }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: var(--radius-sm);
  font-family: var(--sans); font-size: 0.98rem; background: var(--cream); color: var(--ink);
}
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--wine); border-color: var(--wine); background: #fff; }
.field textarea { resize: vertical; }
.hp-field { position: absolute; left: -9999px; }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: 0.86rem; color: var(--muted); margin: 6px 0 18px; cursor: pointer; }
.consent input { margin-top: 3px; flex-shrink: 0; accent-color: var(--wine); }
.form-required { font-size: 0.8rem; color: var(--muted); margin-top: 12px; text-align: center; }

/* ---------- FAQ ---------- */
.faq-list { display: grid; gap: 12px; }
.faq-item { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 4px 22px; }
.faq-item summary {
  cursor: pointer; padding: 16px 0; font-weight: 600; font-size: 1.05rem; list-style: none; color: var(--ink);
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 1.5rem; color: var(--wine); font-weight: 400; line-height: 1; flex-shrink: 0; transition: transform .2s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { color: var(--muted); padding: 0 0 18px; }

/* ---------- CTA finale ---------- */
.final-cta { background: linear-gradient(135deg, var(--wine), var(--wine-deep)); color: #fff; position: relative; }
.final-cta::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--gold); }
.final-cta-inner { text-align: center; max-width: 640px; margin: 0 auto; }
.final-cta h2 { color: #fff; font-size: clamp(1.9rem, 3.6vw, 2.7rem); margin-bottom: 14px; font-weight: 800; }
.final-cta p { color: #f0d2b6; font-size: 1.15rem; margin-bottom: 28px; }
.final-cta .btn-primary { background: var(--gold); color: var(--wine-deep); }
.final-cta .btn-primary:hover { background: #d8bd84; color: var(--wine-deep); }

/* ---------- Footer ---------- */
.site-footer { background: var(--wine-deep); color: #d7b9bf; padding: 56px 0 34px; border-top: 3px solid var(--gold); }
.footer-inner { display: grid; grid-template-columns: 1.4fr 1fr 1.6fr; gap: 36px; }
.footer-wordmark { font-size: 1.5rem; letter-spacing: .04em; }
.footer-brand p { margin-top: 12px; font-size: 0.94rem; max-width: 280px; color: #c79aa1; }
.footer-nav { display: flex; flex-direction: column; gap: 10px; }
.footer-nav a { color: #d7b9bf; font-size: 0.94rem; }
.footer-nav a:hover { color: #fff; }
.footer-legal p { font-size: 0.86rem; margin-bottom: 8px; color: #c79aa1; }
.footer-copy { color: #9c757c; }
.footer-copy a { color: #c79aa1; }
.footer-copy a:hover { color: #fff; }

/* ---------- Réservation (boutons + bloc) ---------- */
.tour-book { margin-top: 20px; }
.booking-cta { margin: 22px 0 26px; }
.booking-secure { font-size: 0.82rem; color: var(--muted); margin-top: 10px; }
.form-lead { font-size: 0.92rem; color: var(--muted); background: var(--cream); border: 1px solid var(--line); border-left: 3px solid var(--gold); border-radius: var(--radius-sm); padding: 12px 14px; margin-bottom: 18px; }

/* ---------- Modale de réservation ---------- */
.modal-overlay {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(43, 20, 25, 0.62);
  backdrop-filter: blur(3px);
  display: flex; align-items: center; justify-content: center;
  padding: 24px;
}
.modal-overlay[hidden] { display: none; }
.modal {
  position: relative; background: var(--white);
  border-radius: var(--radius); border-top: 4px solid var(--gold);
  box-shadow: var(--shadow);
  width: 100%; max-width: 760px; max-height: 88vh;
  display: flex; flex-direction: column; overflow: hidden;
}
.modal-close {
  position: absolute; top: 8px; right: 10px; z-index: 2;
  width: 38px; height: 38px; border: 0; border-radius: 50%;
  background: var(--cream); color: var(--ink);
  font-size: 1.5rem; line-height: 1; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s ease, color .2s ease;
}
.modal-close:hover { background: var(--wine); color: #fff; }
.modal-body { padding: 30px; overflow: auto; }
.modal-title { font-size: 1.5rem; color: var(--ink); margin-bottom: 20px; padding-right: 30px; }
.modal-tours { display: grid; gap: 12px; }
.modal-tour {
  text-align: left; font-family: var(--display); font-weight: 700; font-size: 1.05rem;
  color: var(--ink); background: var(--cream);
  border: 1px solid var(--line); border-left: 3px solid var(--wine); border-radius: var(--radius-sm);
  padding: 16px 18px; cursor: pointer;
  transition: transform .15s ease, border-color .2s ease, box-shadow .2s ease;
}
.modal-tour:hover { transform: translateX(3px); border-left-color: var(--gold); box-shadow: var(--shadow-sm); }
.modal-frame { width: 100%; height: 70vh; min-height: 420px; border: 0; border-radius: var(--radius-sm); background: var(--cream); }
.modal-note { text-align: center; margin-top: 12px; font-size: 0.86rem; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap: 30px; }
  .hero-figure { order: -1; min-height: 280px; }
  .hero-crest { max-height: 340px; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .price-grid { grid-template-columns: 1fr; max-width: 460px; }
  .statband-inner { grid-template-columns: repeat(2, 1fr); }
  .statband-item:nth-child(2) { border-right: 0; }
  .statband-item:nth-child(1), .statband-item:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .section { padding: 64px 0; }
  .main-nav { display: none; }
  .nav-toggle { display: flex; }
  .header-actions .btn-sm { display: none; }
  .main-nav.is-open {
    display: flex; flex-direction: column; position: absolute; top: 74px; left: 0; right: 0;
    background: var(--cream); border-bottom: 1px solid var(--line); padding: 18px 24px; gap: 16px; margin: 0;
  }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
}

/* ---------- Pages annexes (légales / merci) ---------- */
.subhead { border-bottom: 1px solid var(--line); }
.subhead .header-inner { gap: 16px; }
.back-link { margin-left: auto; font-weight: 600; font-size: 0.92rem; color: var(--steel-dk); }
.back-link:hover { color: var(--wine); }

.lang-block[data-lang-block="en"] { display: none; }
body.lang-en .lang-block[data-lang-block="en"] { display: block; }
body.lang-en .lang-block[data-lang-block="fr"] { display: none; }

.legal { padding: 56px 0 80px; }
.legal h1 { font-size: clamp(1.8rem, 3.4vw, 2.5rem); color: var(--ink); margin-bottom: 10px; }
.legal .legal-updated { color: var(--muted); font-size: 0.9rem; margin-bottom: 36px; }
.legal h2 { font-size: 1.3rem; color: var(--wine); margin: 36px 0 12px; padding-top: 8px; }
.legal h3 { font-size: 1.05rem; color: var(--ink); margin: 22px 0 8px; }
.legal p { color: var(--ink); margin-bottom: 12px; }
.legal ul.legal-list { list-style: disc; padding-left: 22px; margin-bottom: 14px; }
.legal ul.legal-list li { margin-bottom: 7px; color: var(--ink); }
.legal a { text-decoration: underline; }
.legal .legal-note { background: var(--sand); border-left: 4px solid var(--gold); border-radius: var(--radius-sm); padding: 14px 18px; color: var(--muted); font-size: 0.92rem; margin: 16px 0; }
.legal address { font-style: normal; color: var(--ink); }
.legal .legal-meta { font-size: 0.95rem; }
.legal .legal-meta strong { color: var(--ink); }

/* Page de remerciement */
.thanks { min-height: 60vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 80px 0; }
.thanks-inner { max-width: 560px; }
.thanks .thanks-mark { font-size: 3rem; color: var(--gold-dk); margin-bottom: 12px; }
.thanks h1 { font-size: clamp(1.8rem, 3.6vw, 2.6rem); color: var(--ink); margin-bottom: 14px; }
.thanks p { color: var(--muted); font-size: 1.1rem; margin-bottom: 26px; }

/* ---------- Accessibilité ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
:focus-visible { outline: 2px solid var(--wine); outline-offset: 2px; }
