/* ============================================================
   LES ONGLES DES LADIES BY LÉONA — feuille de style
   Charte : rose poudré · crème · brun cacao · doré
   (version contrastée : bruns profonds, or soutenu)
   ============================================================ */

/* ---- Police du titre ----------------------------------------
   La typo officielle est « Magnolia Script » (police payante).
   Quand vous aurez le fichier (ex : MagnoliaScript.woff2 dans
   /assets/fonts/), décommentez ce bloc : le site l'utilisera
   automatiquement à la place de Norican.

@font-face {
  font-family: "Magnolia Script";
  src: url("../assets/fonts/MagnoliaScript.woff2") format("woff2");
  font-display: swap;
}
--------------------------------------------------------------- */

:root {
  --rose: #faede3;          /* fond principal, rose poudré chaleureux */
  --rose-soutenu: #f0d0b6;  /* sections alternées, nettement plus soutenu */
  --creme: #fffaf3;         /* cartes */
  --brun: #4a2d17;          /* brun cacao profond (titres, script) */
  --brun-doux: #574031;     /* texte courant, bien lisible */
  --texte-doux: #7a5a44;    /* texte secondaire (durées, notes), lisible */
  --or: #a87b3c;            /* doré soutenu */
  --or-clair: #d2ab63;
  --or-pale: #e4cba0;       /* bordures dorées visibles */
  --blanc: #ffffff;

  --font-script: "Magnolia Script", "Norican", cursive;
  --font-titre: "Cinzel", serif;
  --font-texte: "Jost", sans-serif;

  --ombre: 0 10px 34px rgba(74, 45, 23, 0.10);
  --ombre-hover: 0 16px 44px rgba(74, 45, 23, 0.16);
  --rayon: 22px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-texte);
  font-weight: 400;
  color: var(--brun-doux);
  background: var(--rose);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

/* ============ Boutons ============ */

.btn {
  display: inline-block;
  font-family: var(--font-texte);
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  border-radius: 999px;
  padding: 0.85rem 1.9rem;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-gold {
  color: var(--blanc);
  background: linear-gradient(135deg, var(--or-clair), var(--or));
  box-shadow: 0 8px 22px rgba(168, 123, 60, 0.35);
}
.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(168, 123, 60, 0.45);
}

.btn-ghost {
  color: var(--brun);
  background: transparent;
  border: 1px solid var(--or);
}
.btn-ghost:hover { background: rgba(168, 123, 60, 0.08); }

.btn-lg { padding: 1.05rem 2.4rem; font-size: 1rem; }
.btn-block { width: 100%; }

/* ============ En-tête ============ */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 237, 227, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(168, 123, 60, 0.22);
}

.header-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0.7rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.brand { text-decoration: none; margin-right: auto; }
.brand-script {
  font-family: var(--font-script);
  font-size: 1.7rem;
  color: var(--brun);
  white-space: nowrap;
}

.main-nav { display: flex; gap: 1.6rem; }
.main-nav a {
  color: var(--brun-doux);
  text-decoration: none;
  font-size: 0.92rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.main-nav a:hover { color: var(--or); border-color: var(--or); }

.btn-header { padding: 0.65rem 1.4rem; font-size: 0.85rem; }

/* ============ Héro ============ */

.hero {
  background:
    radial-gradient(ellipse 90% 65% at 50% 0%, rgba(210, 171, 99, 0.22), transparent 62%),
    linear-gradient(180deg, #fbe8db 0%, #f4d7c6 100%);
  text-align: center;
  padding: 5.5rem 1.5rem 5rem;
}

.hero-eyebrow {
  font-family: var(--font-titre);
  font-size: 0.85rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--or);
  margin-bottom: 1.6rem;
}

.hero-logo {
  width: min(230px, 58vw);
  margin: 0 auto 0.6rem;
  border-radius: 20px;
  /* fond le fond rose du logo dans celui de la page */
  mix-blend-mode: multiply;
}

/* masqué visuellement, mais lisible par Google / lecteurs d'écran */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.hero-title {
  font-family: var(--font-script);
  font-weight: 400;
  font-size: clamp(3rem, 8vw, 5.4rem);
  color: var(--brun);
  line-height: 1.1;
}

.hero-by {
  font-family: var(--font-script);
  font-size: clamp(1.4rem, 3vw, 2rem);
  color: var(--or);
  margin-top: 0.3rem;
}

/* ornement filigrane (volutes + étoile centrale) — voir data-URI plus bas */
.gold-rule {
  width: 200px;
  height: 26px;
  margin: 1.5rem auto;
  background: center / contain no-repeat
    url("data:image/svg+xml,%3Csvg xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27 viewBox%3D%270 0 220 28%27 fill%3D%27none%27 stroke%3D%27%23a87b3c%27 stroke-width%3D%271.2%27 stroke-linecap%3D%27round%27%3E %3Cpath d%3D%27M110 14 C 96 14 92 8 80 8 C 68 8 66 17 74 18 C 79 18.6 81 14 77 12.5%27%2F%3E %3Cpath d%3D%27M110 14 C 124 14 128 8 140 8 C 152 8 154 17 146 18 C 141 18.6 139 14 143 12.5%27%2F%3E %3Ccircle cx%3D%2780%27 cy%3D%278%27 r%3D%271.6%27 fill%3D%27%23a87b3c%27 stroke%3D%27none%27%2F%3E %3Ccircle cx%3D%27140%27 cy%3D%278%27 r%3D%271.6%27 fill%3D%27%23a87b3c%27 stroke%3D%27none%27%2F%3E %3Cpath d%3D%27M110 4 L112.8 11 L120 14 L112.8 17 L110 24 L107.2 17 L100 14 L107.2 11 Z%27 fill%3D%27%23a87b3c%27 stroke%3D%27none%27%2F%3E %3Cpath d%3D%27M30 14 H74%27 stroke-width%3D%271%27%2F%3E%3Cpath d%3D%27M146 14 H190%27 stroke-width%3D%271%27%2F%3E %3Ccircle cx%3D%2730%27 cy%3D%2714%27 r%3D%271.3%27 fill%3D%27%23a87b3c%27 stroke%3D%27none%27%2F%3E %3Ccircle cx%3D%27190%27 cy%3D%2714%27 r%3D%271.3%27 fill%3D%27%23a87b3c%27 stroke%3D%27none%27%2F%3E%3C%2Fsvg%3E");
}
/* variante claire sur fond sombre (section fidélité) */
.section-dark .gold-rule {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27 viewBox%3D%270 0 220 28%27 fill%3D%27none%27 stroke%3D%27%23d2ab63%27 stroke-width%3D%271.2%27 stroke-linecap%3D%27round%27%3E %3Cpath d%3D%27M110 14 C 96 14 92 8 80 8 C 68 8 66 17 74 18 C 79 18.6 81 14 77 12.5%27%2F%3E %3Cpath d%3D%27M110 14 C 124 14 128 8 140 8 C 152 8 154 17 146 18 C 141 18.6 139 14 143 12.5%27%2F%3E %3Ccircle cx%3D%2780%27 cy%3D%278%27 r%3D%271.6%27 fill%3D%27%23d2ab63%27 stroke%3D%27none%27%2F%3E %3Ccircle cx%3D%27140%27 cy%3D%278%27 r%3D%271.6%27 fill%3D%27%23d2ab63%27 stroke%3D%27none%27%2F%3E %3Cpath d%3D%27M110 4 L112.8 11 L120 14 L112.8 17 L110 24 L107.2 17 L100 14 L107.2 11 Z%27 fill%3D%27%23d2ab63%27 stroke%3D%27none%27%2F%3E %3Cpath d%3D%27M30 14 H74%27 stroke-width%3D%271%27%2F%3E%3Cpath d%3D%27M146 14 H190%27 stroke-width%3D%271%27%2F%3E %3Ccircle cx%3D%2730%27 cy%3D%2714%27 r%3D%271.3%27 fill%3D%27%23d2ab63%27 stroke%3D%27none%27%2F%3E %3Ccircle cx%3D%27190%27 cy%3D%2714%27 r%3D%271.3%27 fill%3D%27%23d2ab63%27 stroke%3D%27none%27%2F%3E%3C%2Fsvg%3E");
}

.hero-sub {
  max-width: 560px;
  margin: 0 auto 2.4rem;
  font-size: 1.12rem;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.hero-note {
  margin-top: 1.4rem;
  font-size: 0.88rem;
  color: var(--texte-doux);
  letter-spacing: 0.03em;
}

/* ============ Sections ============ */

.section { padding: 5rem 1.5rem; max-width: 1120px; margin: 0 auto; }

.section-alt {
  max-width: none;
  position: relative;
  background: var(--rose-soutenu);
}
/* bord dentelle (feston) net en haut et en bas : transition franche mais
   décorative, façon napperon — remplace l'ancien fondu flou */
.section-alt::before,
.section-alt::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  height: 15px;
  background: radial-gradient(circle at 12px 0, var(--rose-soutenu) 11.5px, transparent 12.5px) repeat-x;
  background-size: 24px 15px;
}
.section-alt::before { top: -14px; transform: scaleY(-1); }
.section-alt::after  { bottom: -14px; }
/* la galerie suit la bande sombre : pas de feston pêche sur le brun
   (le bord haut reste net, la bande sombre garde son allure franche) */
#galerie::before { display: none; }
.section-alt > * { max-width: 1120px; margin-left: auto; margin-right: auto; }

/* bandeau sombre (fidélité) : rompt le rythme rose/crème */
.section-dark {
  max-width: none;
  background:
    radial-gradient(ellipse 75% 70% at 50% -15%, rgba(210, 171, 99, 0.22), transparent 60%),
    linear-gradient(160deg, #33200e 0%, var(--brun) 55%, #6d4826 100%);
}
.section-dark > * { max-width: 1120px; margin-left: auto; margin-right: auto; }
.section-dark .section-title { color: var(--creme); }
.section-dark .section-script { color: var(--or-clair); }
.section-dark .avantage-card {
  border-color: rgba(210, 171, 99, 0.35);
  box-shadow: 0 16px 44px rgba(28, 16, 7, 0.4);
}

.section-head { text-align: center; margin-bottom: 3rem; }

/* accroche calligraphiée au-dessus des titres de section */
.section-script {
  font-family: var(--font-script);
  font-size: clamp(1.3rem, 3vw, 1.7rem);
  color: var(--or);
  margin-bottom: 0.2rem;
}

.section-title {
  font-family: var(--font-titre);
  font-weight: 500;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brun);
}

.section-sub {
  max-width: 620px;
  margin: 0 auto;
  font-size: 1.02rem;
}

.section-cta { text-align: center; margin-top: 3rem; }

/* ============ Tarifs ============ */

.tarifs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}

.tarif-card {
  position: relative;
  overflow: hidden;
  background: var(--creme);
  border: 1px solid var(--or-pale);
  border-radius: var(--rayon);
  box-shadow: var(--ombre);
  padding: 2.4rem 2.2rem;
}

/* halo doré discret en haut de carte */
.tarif-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 110px;
  background: radial-gradient(ellipse 70% 100% at 50% 0%, rgba(210, 171, 99, 0.18), transparent 70%);
  pointer-events: none;
}

.tarif-card-head {
  position: relative;
  text-align: center;
  margin-bottom: 1.7rem;
}

.tarif-card-script {
  font-family: var(--font-script);
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1.15;
  color: var(--brun);
}

.tarif-card-sub {
  display: block;
  font-family: var(--font-titre);
  font-size: 0.78rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--or);
  margin-top: 0.2rem;
}

.tarif-list { list-style: none; }

.tarif-item {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  padding: 0.72rem 0;
}
.tarif-item + .tarif-item { border-top: 1px dashed rgba(168, 123, 60, 0.28); }

.tarif-nom { font-weight: 400; color: var(--brun-doux); }
.tarif-duree {
  display: block;
  font-size: 0.82rem;
  color: var(--texte-doux);
  letter-spacing: 0.03em;
}
.tarif-fill { flex: 1; }
.tarif-prix {
  font-family: var(--font-titre);
  font-weight: 600;
  color: var(--brun);
  white-space: nowrap;
  /* aligne le prix sur le bord droit, même quand « par ongle » est
     plus large : tous les prix s'alignent verticalement */
  text-align: right;
}
.tarif-prix small {
  display: block;
  font-family: var(--font-texte);
  font-weight: 400;
  font-size: 0.75rem;
  color: var(--texte-doux);
  text-align: right;
}

/* ============ Avantages / fidélité ============ */

.avantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.6rem;
}

.avantage-card {
  position: relative;
  background: var(--creme);
  border: 1px solid var(--or-pale);
  border-radius: var(--rayon);
  padding: 2.2rem 1.8rem;
  text-align: center;
  box-shadow: var(--ombre);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.avantage-card:hover { transform: translateY(-4px); box-shadow: var(--ombre-hover); }

.avantage-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.5rem;
  color: var(--or);
  background: rgba(210, 171, 99, 0.16);
}

.avantage-card h3 {
  font-family: var(--font-titre);
  font-weight: 500;
  font-size: 1.05rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brun);
  margin-bottom: 0.6rem;
}

.avantage-card p { font-size: 0.96rem; }

/* — variantes de couleur — */

.avantage-rose { border-color: #f0cfc8; }
.avantage-rose .avantage-icon {
  color: #c76e75;
  background: rgba(199, 110, 117, 0.13);
}

.avantage-ambre .avantage-icon {
  color: var(--or);
  background: linear-gradient(135deg, rgba(210, 171, 99, 0.3), rgba(168, 123, 60, 0.16));
}

/* carte premium « gold » */
.avantage-gold {
  background: linear-gradient(145deg, #99692a 0%, #c69d4c 55%, #a87b3c 100%);
  border-color: transparent;
  box-shadow: 0 14px 38px rgba(74, 45, 23, 0.38);
}
.avantage-gold h3 { color: var(--blanc); }
.avantage-gold p { color: rgba(255, 250, 246, 0.94); }
.avantage-gold p strong { color: var(--blanc); }
.avantage-gold .avantage-icon {
  color: var(--blanc);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.avantage-badge {
  position: absolute;
  top: -0.7rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6d4d18;
  background: linear-gradient(135deg, #f4e3bd, #ddbe83);
  border-radius: 999px;
  padding: 0.25rem 0.9rem;
  box-shadow: 0 4px 10px rgba(74, 45, 23, 0.3);
}

/* ============ Avis ============ */

#avis { position: relative; }

/* grand guillemet décoratif derrière la section */
#avis::before {
  content: "«";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  font-family: var(--font-script);
  font-size: 13rem;
  line-height: 1;
  color: rgba(168, 123, 60, 0.1);
  pointer-events: none;
}

.avis-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.6rem;
  /* chaque carte garde sa propre hauteur : déplier une photo
     n'étire pas les cartes voisines */
  align-items: start;
}

/* cartes en quinconce sur grand écran : cassent l'alignement strict */
@media (min-width: 900px) {
  .avis-grid .avis-card:nth-child(3n + 2) { margin-top: 1.8rem; }
}

.avis-card {
  position: relative;
  background: var(--creme);
  border: 1px solid var(--or-pale);
  border-radius: var(--rayon);
  padding: 2rem 1.8rem;
  box-shadow: var(--ombre);
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.avis-card:hover { transform: translateY(-4px); box-shadow: var(--ombre-hover); }

/* petit cœur en coin de fiche */
.avis-card::after {
  content: "♥";
  position: absolute;
  top: 1.1rem;
  right: 1.3rem;
  font-size: 1.05rem;
  color: #d99aa0;
  transition: transform 0.25s ease, color 0.25s ease;
}
.avis-card:hover::after {
  color: #c76e75;
  transform: scale(1.25) rotate(-8deg);
}

.avis-stars { color: var(--or); font-size: 1.05rem; letter-spacing: 0.15em; }

.avis-texte { font-style: italic; font-size: 0.98rem; flex: 1; }
.avis-texte::before { content: "« "; color: var(--or); }
.avis-texte::after { content: " »"; color: var(--or); }

.avis-meta {
  font-family: var(--font-titre);
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brun);
}
.avis-meta span { color: var(--texte-doux); font-family: var(--font-texte); text-transform: none; letter-spacing: 0; }

/* --- photo de la pose (dépliable) --- */

.avis-photo {
  margin-top: 0.2rem;
  padding-top: 0.9rem;
  border-top: 1px dashed rgba(168, 123, 60, 0.28);
}

.avis-photo-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-texte);
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--or);
  background: none;
  border: none;
  padding: 0.2rem 0;
  cursor: pointer;
  transition: color 0.2s;
}
.avis-photo-toggle:hover { color: var(--brun); }

.avis-photo-chevron { transition: transform 0.3s ease; }
.avis-photo-toggle.is-open .avis-photo-chevron { transform: rotate(180deg); }

/* déroulé fluide quelle que soit la hauteur de l'image */
.avis-photo-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.45s ease;
}
.avis-photo-panel.is-open { grid-template-rows: 1fr; }

.avis-photo-inner { overflow: hidden; min-height: 0; }

.avis-photo-inner img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--or-pale);
  margin-top: 0.9rem;
  box-shadow: var(--ombre);
}

#avis-resume strong { color: var(--brun); font-weight: 500; }
#avis-resume .avis-stars { font-size: 1rem; }

/* ============ Infos pratiques ============ */

.infos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(196px, 1fr));
  gap: 1.3rem;
}

.info-item {
  position: relative;
  overflow: hidden;
  text-align: center;
  background: var(--creme);
  border: 1px solid var(--or-pale);
  border-radius: var(--rayon);
  padding: 2.2rem 1.3rem 1.8rem;
  box-shadow: var(--ombre);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.info-item:hover { transform: translateY(-4px); box-shadow: var(--ombre-hover); }

/* fin liseré doré en haut de chaque carte */
.info-item::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--or-clair), var(--or), var(--or-clair), transparent);
}

.info-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--or);
  background: rgba(210, 171, 99, 0.16);
  box-shadow: inset 0 0 0 1px rgba(168, 123, 60, 0.25);
  transition: background 0.25s ease, color 0.25s ease;
}
.info-item:hover .info-icon {
  color: var(--blanc);
  background: linear-gradient(135deg, var(--or-clair), var(--or));
}

.info-item h3 {
  font-family: var(--font-titre);
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brun);
  margin-bottom: 0.6rem;
}

.info-item p { font-size: 0.94rem; }

/* ============ Quelques réalisations ============ */

.galerie-apercu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.galerie-vignette {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--ombre);
  aspect-ratio: 1 / 1;
  border: 1px solid var(--or-pale);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.galerie-vignette:hover { transform: translateY(-4px); box-shadow: var(--ombre-hover); }
.galerie-vignette img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.galerie-vignette:hover img { transform: scale(1.07); }

@media (max-width: 560px) {
  .galerie-apercu { grid-template-columns: repeat(2, 1fr); }
  .galerie-apercu .galerie-vignette:nth-child(3) { display: none; }
}

/* ============ Séparateur orné entre sections ============ */

.orn-sep {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.orn-sep::before,
.orn-sep::after {
  content: "";
  flex: 1;
  height: 1px;
}
.orn-sep::before { background: linear-gradient(90deg, transparent, rgba(168, 123, 60, 0.55)); }
.orn-sep::after  { background: linear-gradient(90deg, rgba(168, 123, 60, 0.55), transparent); }
.orn-sep span {
  color: var(--or);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
}

/* ============ FAQ ============ */

.faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 0.8rem;
}

.faq-item {
  background: var(--creme);
  border: 1px solid var(--or-pale);
  border-radius: 14px;
  box-shadow: var(--ombre);
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.1rem 1.4rem;
  font-weight: 400;
  font-size: 1.02rem;
  color: var(--brun);
  cursor: pointer;
  transition: background 0.2s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { background: rgba(210, 171, 99, 0.1); }

/* pastille + / − */
.faq-item summary::before {
  content: "+";
  flex: none;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.05rem;
  color: var(--or);
  border: 1px solid var(--or);
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}
.faq-item[open] summary::before {
  content: "−";
  color: var(--blanc);
  background: linear-gradient(135deg, var(--or-clair), var(--or));
  border-color: transparent;
}

.faq-item p {
  padding: 0 1.4rem 1.2rem 3.5rem;
  font-size: 0.96rem;
}
.faq-item a { color: var(--or); }

/* ============ Texte local (SEO), dans le footer ============ */

.seo-local {
  max-width: 780px;
  margin: 0 auto 2.6rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid rgba(210, 171, 99, 0.25);
  text-align: center;
}
.seo-local h2 {
  font-family: var(--font-titre);
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--or-clair);
  margin-bottom: 0.8rem;
}
.seo-local p {
  font-size: 0.9rem;
  line-height: 1.8;
  color: rgba(255, 250, 243, 0.82);
}
.seo-local p strong {
  color: #fff;
  font-weight: 500;
}

/* ============ CTA final ============ */

.final-cta {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 6.5rem 1.5rem 7rem;
  background:
    radial-gradient(ellipse 58% 52% at 50% 42%, rgba(210, 171, 99, 0.30), transparent 70%),
    radial-gradient(ellipse 120% 80% at 50% 122%, rgba(199, 140, 120, 0.22), transparent 60%),
    linear-gradient(180deg, #fbe8db 0%, #f3d3c3 100%);
}
.final-cta > * { position: relative; z-index: 1; }

/* cadre orné « princesse » autour du texte */
.final-cta-frame {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
  padding: 3rem 2.4rem 2.6rem;
  border: 1px solid rgba(168, 123, 60, 0.38);
  border-radius: 26px;
  background:
    url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2064%2064'%20fill%3D'none'%20stroke%3D'%23a87b3c'%20stroke-opacity%3D'0.5'%20stroke-width%3D'1.3'%20stroke-linecap%3D'round'%3E%3Cg%20transform%3D'rotate(0%2032%2032)'%3E%3Cpath%20d%3D'M10%2040%20C%2010%2022%2022%2010%2040%2010'%2F%3E%3Cpath%20d%3D'M10%2040%20C%2010%2028%2015%2021%2024%2019'%2F%3E%3Cpath%20d%3D'M24%2019%20C%2018%2019%2015%2014%2019%2010%20C%2021%208%2026%209%2024%2014'%2F%3E%3Ccircle%20cx%3D'40'%20cy%3D'10'%20r%3D'1.8'%20fill%3D'%23a87b3c'%20fill-opacity%3D'0.5'%20stroke%3D'none'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"),
    url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2064%2064'%20fill%3D'none'%20stroke%3D'%23a87b3c'%20stroke-opacity%3D'0.5'%20stroke-width%3D'1.3'%20stroke-linecap%3D'round'%3E%3Cg%20transform%3D'rotate(90%2032%2032)'%3E%3Cpath%20d%3D'M10%2040%20C%2010%2022%2022%2010%2040%2010'%2F%3E%3Cpath%20d%3D'M10%2040%20C%2010%2028%2015%2021%2024%2019'%2F%3E%3Cpath%20d%3D'M24%2019%20C%2018%2019%2015%2014%2019%2010%20C%2021%208%2026%209%2024%2014'%2F%3E%3Ccircle%20cx%3D'40'%20cy%3D'10'%20r%3D'1.8'%20fill%3D'%23a87b3c'%20fill-opacity%3D'0.5'%20stroke%3D'none'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"),
    url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2064%2064'%20fill%3D'none'%20stroke%3D'%23a87b3c'%20stroke-opacity%3D'0.5'%20stroke-width%3D'1.3'%20stroke-linecap%3D'round'%3E%3Cg%20transform%3D'rotate(270%2032%2032)'%3E%3Cpath%20d%3D'M10%2040%20C%2010%2022%2022%2010%2040%2010'%2F%3E%3Cpath%20d%3D'M10%2040%20C%2010%2028%2015%2021%2024%2019'%2F%3E%3Cpath%20d%3D'M24%2019%20C%2018%2019%2015%2014%2019%2010%20C%2021%208%2026%209%2024%2014'%2F%3E%3Ccircle%20cx%3D'40'%20cy%3D'10'%20r%3D'1.8'%20fill%3D'%23a87b3c'%20fill-opacity%3D'0.5'%20stroke%3D'none'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"),
    url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2064%2064'%20fill%3D'none'%20stroke%3D'%23a87b3c'%20stroke-opacity%3D'0.5'%20stroke-width%3D'1.3'%20stroke-linecap%3D'round'%3E%3Cg%20transform%3D'rotate(180%2032%2032)'%3E%3Cpath%20d%3D'M10%2040%20C%2010%2022%2022%2010%2040%2010'%2F%3E%3Cpath%20d%3D'M10%2040%20C%2010%2028%2015%2021%2024%2019'%2F%3E%3Cpath%20d%3D'M24%2019%20C%2018%2019%2015%2014%2019%2010%20C%2021%208%2026%209%2024%2014'%2F%3E%3Ccircle%20cx%3D'40'%20cy%3D'10'%20r%3D'1.8'%20fill%3D'%23a87b3c'%20fill-opacity%3D'0.5'%20stroke%3D'none'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: top 9px left 9px, top 9px right 9px, bottom 9px left 9px, bottom 9px right 9px;
  background-size: 40px 40px;
}

.final-tiara {
  width: 74px;
  height: auto;
  margin: 0 auto 0.4rem;
  display: block;
  color: var(--or);
  filter: drop-shadow(0 2px 6px rgba(168, 123, 60, 0.35));
  animation: feerie-scintille 3.4s ease-in-out infinite;
}

.final-cta-sub {
  max-width: 380px;
  margin: 0 auto 1.9rem;
  font-size: 0.98rem;
  font-style: italic;
  color: var(--texte-doux);
  text-wrap: balance;
}

/* diadème au-dessus d'un titre de section (fidélité) */
.section-diademe {
  width: 60px;
  height: auto;
  margin: 0 auto 0.7rem;
  display: block;
  color: var(--or-clair);
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.25));
  animation: feerie-scintille 3.8s ease-in-out infinite;
}

.final-cta-script {
  font-family: var(--font-script);
  font-size: clamp(2.1rem, 5vw, 2.8rem);
  line-height: 1.15;
  color: var(--brun);
  margin-bottom: 0.5rem;
  /* évite le mot orphelin : coupe équilibrée sur deux lignes */
  text-wrap: balance;
}
.final-cta-script::before,
.final-cta-script::after {
  content: "✦";
  font-family: var(--font-texte);
  font-size: 0.45em;
  color: var(--or);
  vertical-align: middle;
  margin: 0 1.2rem;
}

/* ============ Pied de page ============ */

.site-footer {
  background: var(--brun);
  color: rgba(255, 250, 246, 0.85);
  text-align: center;
  padding: 3.4rem 1.5rem 2.6rem;
}

.footer-script {
  font-family: var(--font-script);
  font-size: 2rem;
  color: var(--or-clair);
  margin-bottom: 0.4rem;
}

.footer-line { font-size: 0.95rem; margin-bottom: 0.4rem; }
.footer-line a { color: var(--or-clair); text-decoration: none; }
.footer-line a:hover { text-decoration: underline; }

.footer-legal {
  margin-top: 1.4rem;
  font-size: 0.78rem;
  color: rgba(255, 250, 246, 0.62);
}

/* ============ Modale RDV ============ */

.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(74, 45, 23, 0.45);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
}
.modal-overlay[hidden] { display: none; }

.modal {
  position: relative;
  background: var(--creme);
  border-radius: var(--rayon);
  box-shadow: 0 30px 80px rgba(56, 33, 14, 0.38);
  width: 100%;
  max-width: 620px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 2.6rem 2.4rem;
  animation: modal-in 0.28s ease;
}

@keyframes modal-in {
  from { opacity: 0; transform: translateY(18px) scale(0.98); }
  to   { opacity: 1; transform: none; }
}

.modal-close {
  position: absolute;
  top: 0.9rem; right: 1.1rem;
  background: none;
  border: none;
  font-size: 1.9rem;
  line-height: 1;
  color: var(--brun-doux);
  cursor: pointer;
}
.modal-close:hover { color: var(--brun); }

.modal-back {
  background: none;
  border: none;
  color: var(--or);
  font-family: var(--font-texte);
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  cursor: pointer;
  margin-bottom: 1rem;
  padding: 0;
}
.modal-back:hover { text-decoration: underline; }

.modal-title {
  font-family: var(--font-titre);
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brun);
  margin-bottom: 0.5rem;
}

.modal-sub { font-size: 0.98rem; margin-bottom: 1.8rem; }

/* --- étape 1 : choix --- */

.rdv-choix { display: grid; gap: 1rem; }

.rdv-option {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.1rem;
  text-align: left;
  text-decoration: none;
  background: var(--blanc);
  border: 1px solid var(--or-pale);
  border-radius: 14px;
  padding: 1.3rem 1.4rem;
  cursor: pointer;
  font-family: var(--font-texte);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.rdv-option:hover {
  border-color: var(--or);
  box-shadow: var(--ombre);
  transform: translateY(-2px);
}

.rdv-option-icon {
  flex: none;
  width: 56px; height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--or);
  background: rgba(210, 171, 99, 0.16);
}

.rdv-option-body { display: flex; flex-direction: column; gap: 0.2rem; }
.rdv-option-body strong {
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--brun);
  letter-spacing: 0.02em;
}
.rdv-option-body small { font-size: 0.86rem; color: var(--brun-doux); }

.rdv-option-badge {
  position: absolute;
  top: -0.6rem; right: 1rem;
  background: linear-gradient(135deg, var(--or-clair), var(--or));
  color: var(--blanc);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.2rem 0.7rem;
}

/* --- étape 2 : formulaire en 3 écrans --- */

.wizard-progress {
  list-style: none;
  display: flex;
  margin: 1.6rem 0 1.8rem;
  padding: 0;
}

.wiz-step {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}

/* trait reliant les étapes */
.wiz-step + .wiz-step::before {
  content: "";
  position: absolute;
  top: 15px;
  left: -50%;
  width: 100%;
  height: 1.5px;
  background: var(--or-pale);
}
.wiz-step.is-active::before,
.wiz-step.is-done::before { background: var(--or); }

.wiz-dot {
  position: relative;
  z-index: 1;
  width: 31px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-titre);
  font-size: 0.85rem;
  color: var(--brun-doux);
  background: var(--blanc);
  border: 1.5px solid var(--or-pale);
  border-radius: 50%;
  transition: background 0.25s, color 0.25s, border-color 0.25s, box-shadow 0.25s;
}
.wiz-step.is-active .wiz-dot {
  color: var(--blanc);
  border-color: transparent;
  background: linear-gradient(135deg, var(--or-clair), var(--or));
  box-shadow: 0 4px 12px rgba(168, 123, 60, 0.35);
}
.wiz-step.is-done .wiz-dot {
  color: var(--or);
  border-color: var(--or);
  background: #f5ead3; /* teinte dorée opaque : le trait ne se voit pas au travers */
}

.wiz-label {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--texte-doux);
}
.wiz-step.is-active .wiz-label,
.wiz-step.is-done .wiz-label { color: var(--brun); }

/* écrans du formulaire */
.form-slide { display: none; }
.form-slide.is-active { display: block; animation: slide-in 0.3s ease; }

@keyframes slide-in {
  from { opacity: 0; transform: translateX(26px); }
  to   { opacity: 1; transform: none; }
}

.slide-intro {
  font-size: 0.95rem;
  margin-bottom: 1.1rem;
}

.wizard-nav {
  display: flex;
  gap: 0.8rem;
  margin-top: 1.6rem;
}
#wiz-prev { flex: none; }
#wiz-next { flex: 1; }

.form-field { margin-bottom: 1.3rem; border: none; }

.form-field label,
.form-field legend {
  display: block;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--brun);
  margin-bottom: 0.5rem;
}

.form-field input[type="text"],
.form-field input[type="email"],
.form-field input[type="tel"],
.form-field textarea {
  width: 100%;
  font-family: var(--font-texte);
  font-size: 1rem;
  color: var(--brun-doux);
  background: var(--blanc);
  border: 1px solid var(--or-pale);
  border-radius: 10px;
  padding: 0.75rem 0.9rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--or);
  box-shadow: 0 0 0 3px rgba(168, 123, 60, 0.15);
}
.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #b09a86;
  opacity: 1;
}

/* --- sélecteur de prestations : onglets + cartes à toucher --- */

.picker-hint {
  font-size: 0.85rem;
  color: var(--texte-doux);
  margin-bottom: 0.8rem;
}

.picker-tabs {
  display: flex;
  background: var(--blanc);
  border: 1px solid var(--or-pale);
  border-radius: 999px;
  padding: 0.25rem;
  gap: 0.25rem;
  margin-bottom: 0.9rem;
}

.picker-tab {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  font-family: var(--font-texte);
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--brun-doux);
  background: transparent;
  border: none;
  border-radius: 999px;
  padding: 0.55rem 1rem;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.picker-tab.is-active {
  color: var(--blanc);
  background: linear-gradient(135deg, var(--or-clair), var(--or));
  box-shadow: 0 4px 12px rgba(168, 123, 60, 0.3);
}

.tab-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 500;
  background: var(--or);
  color: var(--blanc);
}
.picker-tab.is-active .tab-count { background: var(--blanc); color: var(--or); }

.picker-list { display: grid; gap: 0.5rem; }
/* l'attribut [hidden] doit l'emporter sur display:grid, sinon les
   listes Mains/Pieds s'affichent en même temps (l'onglet ne filtre plus) */
.picker-list[hidden] { display: none; }

.presta-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  background: var(--blanc);
  border: 1.5px solid var(--or-pale);
  border-radius: 12px;
  padding: 0.75rem 0.9rem;
  cursor: pointer;
  user-select: none;
  transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}
.presta-card:hover { border-color: var(--or); }

.presta-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.presta-card-body { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.presta-card-body strong {
  font-weight: 400;
  font-size: 0.95rem;
  color: var(--brun-doux);
}
.presta-card-body small {
  font-size: 0.8rem;
  color: var(--texte-doux);
}

.presta-card-prix {
  font-family: var(--font-titre);
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--brun);
  white-space: nowrap;
}

.presta-card-check {
  flex: none;
  width: 24px; height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: var(--blanc);
  background: var(--or-pale);
  border-radius: 50%;
  opacity: 0.45;
  transform: scale(0.85);
  transition: background 0.15s, opacity 0.15s, transform 0.15s;
}

.presta-card:has(input:checked) {
  border-color: var(--or);
  background: rgba(210, 171, 99, 0.14);
  box-shadow: 0 4px 14px rgba(168, 123, 60, 0.18);
}
.presta-card:has(input:checked) .presta-card-body strong { color: var(--brun); font-weight: 500; }
.presta-card:has(input:checked) .presta-card-check {
  background: linear-gradient(135deg, var(--or-clair), var(--or));
  opacity: 1;
  transform: scale(1);
}

.estimation-ligne {
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.6rem;
}

.estimation {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  background: rgba(210, 171, 99, 0.14);
  border: 1px dashed var(--or);
  border-radius: 12px;
  padding: 0.9rem 1.2rem;
  margin-bottom: 1.4rem;
}
.estimation span {
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--brun);
}
.estimation strong {
  font-family: var(--font-titre);
  font-size: 1.2rem;
  color: var(--brun);
}
.estimation small {
  margin-top: 0.3rem;
  font-size: 0.8rem;
  color: var(--brun-doux);
}

.form-note {
  margin-top: 1.2rem;
  font-size: 0.88rem;
  color: var(--brun);
  text-align: left;
  background: rgba(210, 171, 99, 0.14);
  border-left: 3px solid var(--or);
  border-radius: 0 10px 10px 0;
  padding: 0.75rem 1rem;
}

/* champ piège anti-robots : invisible pour les humains */
.botcheck {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

/* --- étape 3a : demande envoyée --- */

.envoi-succes {
  text-align: center;
  padding: 1.5rem 0.5rem 0.5rem;
}
.envoi-succes .modal-sub { margin-bottom: 1.6rem; }

.succes-icone {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: var(--blanc);
  background: linear-gradient(135deg, var(--or-clair), var(--or));
  border-radius: 50%;
  box-shadow: 0 10px 26px rgba(168, 123, 60, 0.4);
}

/* --- étape 3b : envoi manuel (repli) --- */

.envoi-actions {
  display: grid;
  gap: 0.6rem;
  margin-bottom: 1.4rem;
}

.envoi-preview {
  background: var(--blanc);
  border: 1px solid var(--or-pale);
  border-radius: 12px;
  padding: 1rem 1.2rem;
  font-size: 0.88rem;
}
.envoi-preview p { margin-bottom: 0.3rem; }
.envoi-preview strong { color: var(--brun); font-weight: 500; }
.envoi-preview pre {
  margin-top: 0.7rem;
  padding-top: 0.7rem;
  border-top: 1px dashed var(--or-pale);
  font-family: var(--font-texte);
  font-size: 0.86rem;
  white-space: pre-wrap;
  word-break: break-word;
  color: var(--brun-doux);
  max-height: 220px;
  overflow-y: auto;
}

/* ============ Responsive ============ */

/* Tablette / grand mobile : grilles à 2 colonnes, et quand une
   carte se retrouve seule sur la dernière ligne, elle prend
   toute la largeur. */
@media (max-width: 760px) and (min-width: 461px) {
  .infos-grid,
  .avantages-grid,
  .avis-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .infos-grid > .info-item:last-child:nth-child(odd),
  .avantages-grid > .avantage-card:last-child:nth-child(odd),
  .avis-grid > .avis-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .main-nav { display: none; }
  .brand-script { font-size: 1.45rem; }
  .btn-header { padding: 0.6rem 1.1rem; font-size: 0.78rem; }
  .hero { padding: 3.8rem 1.2rem 4.4rem; }
  .section { padding: 3.6rem 1.2rem; }
  .tarif-card { padding: 1.8rem 1.4rem; }
  .modal { padding: 2rem 1.4rem; }
}

/* ---------- Tarif indisponible ---------- */
.tarif-item.is-indispo .tarif-nom { opacity: 0.55; }
.tarif-indispo {
  font-style: italic;
  font-size: 0.82rem;
  color: #b06a6a;
  letter-spacing: 0.02em;
}

/* ---------- Avis "étoiles seules" (sans texte) ---------- */
.avis-card-court { justify-content: flex-start; }
.avis-card-court .avis-stars { font-size: 1.2rem; }

/* ============================================================
   TOUCHE FÉÉRIQUE
   « poussière d'étoiles » dorée + apparitions douces au scroll.
   Léger (transform/opacity), piloté par js/feerie.js.
   ============================================================ */

/* --- Calque scintillant : fixe, au-dessus du contenu,
       sous l'en-tête (z 50) et la modale (z 100), non cliquable.
       Son opacité globale grandit avec le scroll (--feerie-intensite). --- */
.feerie-ciel {
  position: fixed;
  inset: 0;
  z-index: 40;
  pointer-events: none;
  overflow: hidden;
  opacity: var(--feerie-intensite, 0.14);
  transition: opacity 0.5s ease;
}

.etoile {
  position: absolute;
  top: var(--y, 50%);
  left: var(--x, 50%);
  width: var(--taille, 10px);
  height: var(--taille, 10px);
  background: radial-gradient(circle at 50% 50%,
    rgba(255, 249, 236, 0.95) 0%,
    rgba(226, 190, 128, 0.9) 35%,
    rgba(168, 123, 60, 0) 70%);
  /* petite étoile à 4 branches (scintillement façon fée) */
  clip-path: polygon(50% 0%, 61% 39%, 100% 50%, 61% 61%,
                     50% 100%, 39% 61%, 0% 50%, 39% 39%);
  opacity: 0;
  will-change: transform, opacity;
  animation: etoile-flotte var(--duree, 7s) ease-in-out var(--delai, 0s) infinite;
}

@keyframes etoile-flotte {
  0%   { opacity: 0;    transform: translateY(6px)  scale(0.5) rotate(0deg); }
  20%  { opacity: 0.95; transform: translateY(0)    scale(1)   rotate(15deg); }
  50%  { opacity: 0.4;  transform: translateY(-12px) scale(0.8) rotate(0deg); }
  80%  { opacity: 0.9;  transform: translateY(-20px) scale(1.1) rotate(-15deg); }
  100% { opacity: 0;    transform: translateY(-30px) scale(0.5) rotate(0deg); }
}

/* --- Aura qui « respire » derrière le CTA final --- */
.final-cta::before {
  content: "";
  position: absolute;
  inset: -10% -5%;
  z-index: 0;
  background: radial-gradient(ellipse 55% 60% at 50% 45%,
    rgba(210, 171, 99, 0.22), transparent 70%);
  animation: feerie-aura 7s ease-in-out infinite;
  pointer-events: none;
}
@keyframes feerie-aura {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50%      { opacity: 1;   transform: scale(1.07); }
}

/* --- Scintillement des ✦ décoratifs --- */
.gold-rule::after,
.final-cta-script::before,
.final-cta-script::after {
  animation: feerie-scintille 3.4s ease-in-out infinite;
}
.final-cta-script::after { animation-delay: 1.1s; }
@keyframes feerie-scintille {
  0%, 100% { opacity: 1;    text-shadow: 0 0 0 rgba(210, 171, 99, 0); }
  50%      { opacity: 0.55; text-shadow: 0 0 10px rgba(210, 171, 99, 0.7); }
}

/* --- Apparitions douces au scroll (attribut posé par feerie.js :
       si le JS ne tourne pas, rien n'est masqué) --- */
[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s cubic-bezier(0.16, 0.68, 0.34, 1),
              transform 0.7s cubic-bezier(0.16, 0.68, 0.34, 1);
}
[data-reveal].reveal-visible {
  opacity: 1;
  transform: none;
}

/* --- Respect des préférences : on coupe tout --- */
@media (prefers-reduced-motion: reduce) {
  .feerie-ciel { display: none; }
  .etoile,
  .final-cta::before,
  .final-cta-script::before,
  .final-cta-script::after {
    animation: none;
  }
  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ============================================================
   ORNEMENTS FÉÉRIQUES (inspiration conte de fées, discrète)
   Volutes d'angle sur les cartes phares + cadres adoucis.
   ============================================================ */

/* liseré intérieur nacré : les cartes deviennent de petites
   « vignettes » encadrées plutôt que de simples boîtes */
.tarif-card,
.info-item,
.avantage-card {
  box-shadow: var(--ombre), inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}
.tarif-card:hover,
.info-item:hover,
.avantage-card:hover {
  box-shadow: var(--ombre-hover), inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}

/* Avis = petits parchemins doux, avec grain et relief */
.avis-card {
  background-color: #f7ecda;
  background-image:
    radial-gradient(ellipse 100% 60% at 50% 0%, rgba(255, 255, 255, 0.6), transparent 55%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
  border-color: #e3c79b;
  box-shadow:
    var(--ombre),
    inset 0 0 42px rgba(150, 100, 50, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.avis-card:hover {
  box-shadow:
    var(--ombre-hover),
    inset 0 0 42px rgba(150, 100, 50, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

/* volutes d'angle (haut-gauche + bas-droit) sur les cartes tarifs */
.tarif-card {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27 viewBox%3D%270 0 60 60%27 fill%3D%27none%27 stroke%3D%27%23a87b3c%27 stroke-opacity%3D%27.32%27 stroke-width%3D%271.2%27 stroke-linecap%3D%27round%27%3E %3Cg transform%3D%27rotate(0 30 30)%27%3E %3Cpath d%3D%27M8 34 C 8 18 18 8 34 8%27%2F%3E %3Cpath d%3D%27M8 34 C 8 24 12 18 20 16%27%2F%3E %3Cpath d%3D%27M20 16 C 15 16 13 12 16 9 C 18 7 22 8 21 12%27%2F%3E %3Ccircle cx%3D%2734%27 cy%3D%278%27 r%3D%271.6%27 fill%3D%27%23a87b3c%27 fill-opacity%3D%27.32%27 stroke%3D%27none%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27 viewBox%3D%270 0 60 60%27 fill%3D%27none%27 stroke%3D%27%23a87b3c%27 stroke-opacity%3D%27.32%27 stroke-width%3D%271.2%27 stroke-linecap%3D%27round%27%3E %3Cg transform%3D%27rotate(180 30 30)%27%3E %3Cpath d%3D%27M8 34 C 8 18 18 8 34 8%27%2F%3E %3Cpath d%3D%27M8 34 C 8 24 12 18 20 16%27%2F%3E %3Cpath d%3D%27M20 16 C 15 16 13 12 16 9 C 18 7 22 8 21 12%27%2F%3E %3Ccircle cx%3D%2734%27 cy%3D%278%27 r%3D%271.6%27 fill%3D%27%23a87b3c%27 fill-opacity%3D%27.32%27 stroke%3D%27none%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, no-repeat;
  background-position: top 11px left 11px, bottom 11px right 11px;
  background-size: 46px 46px, 46px 46px;
}

/* ============================================================
   SECTION « À PROPOS DE MOI »
   ============================================================ */

.apropos-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) 1fr;
  gap: 2rem 3rem;
  align-items: start;
  max-width: 1000px;
  margin: 0 auto;
}

/* --- Colonne photos --- */
.apropos-portrait {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--or-pale);
  box-shadow: var(--ombre), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.apropos-portrait img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.apropos-salon {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
  margin-top: 0.7rem;
}
.apropos-salon img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--or-pale);
  box-shadow: var(--ombre);
}

/* --- Colonne texte --- */
.apropos-texte p {
  font-size: 1.04rem;
  margin-bottom: 1rem;
}
.apropos-texte p:last-child { margin-bottom: 0; }

.apropos-signature {
  font-family: var(--font-script);
  font-size: clamp(1.5rem, 3vw, 1.9rem);
  color: var(--or);
  text-align: right;
  margin-top: 0.4rem;
}

.apropos-pastilles {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.5rem;
  padding: 0;
}
.apropos-pastilles li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  color: var(--brun);
  background: rgba(210, 171, 99, 0.14);
  border: 1px solid var(--or-pale);
  border-radius: 999px;
  padding: 0.4rem 0.95rem;
}
.apropos-pastilles li::before {
  content: "✦";
  color: var(--or);
  font-size: 0.72rem;
}

/* --- Mobile : photo au-dessus, texte dessous --- */
@media (max-width: 760px) {
  .apropos-inner { grid-template-columns: 1fr; gap: 1.6rem; }
  .apropos-portrait { max-width: 340px; margin: 0 auto; }
  .apropos-salon { max-width: 340px; margin: 0.7rem auto 0; }
  .apropos-signature { text-align: center; }
  .apropos-pastilles { justify-content: center; }
}

/* le séparateur orné vers les avis reste masqué tant que la section
   « À propos » est vide (display:flex doit céder à [hidden]) */
.orn-sep[hidden] { display: none; }

/* --- Agrandissement des photos du salon (lightbox) --- */
.apropos-salon img { cursor: zoom-in; }

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(40, 26, 14, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4vh 4vw;
  cursor: zoom-out;
}
.lightbox[hidden] { display: none; }
.lightbox img {
  max-width: 100%;
  max-height: 92vh;
  border-radius: 14px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.5);
}
