/* =========================================================
   La voix du coquelicot · v2
   Charte Charlotte : rose #f3aff8 · cyan #0fdaf5 · violet #5c14e1
   Titres : La Belle Aurore · Corps : Josefin Slab
   Sobre, doux, sensible, frais et pétillant.
   ========================================================= */

/* ---------- polices ---------- */
@font-face {
  font-family: 'Josefin Slab';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('/assets/fonts/josefinslab-var.woff2') format('woff2');
}
@font-face {
  font-family: 'Josefin Slab';
  font-style: italic;
  font-weight: 300 600;
  font-display: swap;
  src: url('/assets/fonts/josefinslab-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'La Belle Aurore';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/labelleaurore.woff2') format('woff2');
}

/* ---------- variables ---------- */
:root {
  --rose: #f3aff8;
  --cyan: #0fdaf5;
  --violet: #5c14e1;

  --rose-pale: #fbe7fd;
  --rose-brume: #fdf4fe;
  --cyan-pale: #dff8fd;
  --lilas: #ece2fb;

  --cyan-fonce: #0a93a6;
  --violet-doux: #7a3cf0;

  --encre: #2a1f4d;
  --encre-2: #453768;
  --encre-3: #6b5a9e;

  --fond: #fdfbff;
  --blanc: #ffffff;

  --ciel-haut: #fdfaff;
  --ciel-bas: #faf3fd;

  --police-corps: 'Josefin Slab', 'Iowan Old Style', Georgia, serif;
  --police-main: 'La Belle Aurore', 'Segoe Script', cursive;

  --rayon-grand: 48px;
  --rayon-moyen: 28px;

  --ombre-douce: 0 18px 50px -18px rgba(92, 20, 225, .16);
  --ombre-legere: 0 10px 30px -14px rgba(92, 20, 225, .14);
}

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--police-corps);
  font-size: 17px;
  line-height: 1.75;
  color: var(--encre-2);
  background: var(--fond);
  overflow-x: hidden;
}

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

::selection { background: var(--rose); color: var(--encre); }

/* fond qui évolue au fil du scroll */
.ciel {
  position: fixed;
  inset: 0;
  z-index: -3;
  background: linear-gradient(180deg, var(--ciel-haut), var(--ciel-bas));
}

/* grain très léger, commun à toute la page */
.grain {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .55;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23g)' opacity='0.035'/%3E%3C/svg%3E");
}

/* halo qui suit le pointeur */
.halo {
  position: fixed;
  top: -280px;
  left: -280px;
  width: 560px;
  height: 560px;
  z-index: -2;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle, rgba(243, 175, 248, .30), rgba(15, 218, 245, .07) 55%, transparent 70%);
  transition: opacity 1.2s ease;
}
body.pointeur-fin .halo { opacity: .8; }

.saut {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  padding: .7rem 1.2rem;
  background: var(--violet);
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  transition: top .3s;
}
.saut:focus { top: 1rem; }

/* ---------- typographie commune ---------- */
.manuscrit {
  font-family: var(--police-main);
  font-weight: 400;
  color: #4a3a80;
}

.chapeau {
  display: flex;
  align-items: center;
  gap: .65rem;
  margin: 0 0 1rem;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--encre-3);
}
.chapeau::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--rose), var(--cyan));
  flex: none;
}

.titre {
  margin: 0 0 1.4rem;
  font-size: clamp(1.9rem, 4.2vw, 2.7rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--encre);
}

.texte { margin: 0 0 1.15rem; max-width: 62ch; }
.texte--large { font-size: 1.18rem; line-height: 1.72; color: var(--encre-2); }
.texte em { font-style: italic; color: var(--encre); }

.mention {
  font-size: .85rem;
  color: var(--encre-3);
  max-width: 52ch;
}
.mention--centre { margin: 2rem auto 0; text-align: center; }

/* apparitions */
html.js [data-parait] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .95s ease, transform .95s ease;
}
html.js [data-parait].est-la { opacity: 1; transform: none; }

/* ---------- boutons ---------- */
.bouton {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  padding: 1rem 1.9rem;
  border-radius: 999px;
  border: 1.5px solid transparent;
  font-family: var(--police-corps);
  font-size: .92rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease, color .25s ease, border-color .25s ease;
}
.bouton:hover { transform: translateY(-2px); }
.bouton:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }

.bouton--plein {
  background: linear-gradient(120deg, var(--violet), var(--violet-doux));
  color: #fff;
  box-shadow: 0 14px 30px -12px rgba(92, 20, 225, .45);
}
.bouton--plein:hover { box-shadow: 0 18px 36px -12px rgba(92, 20, 225, .55); }

.bouton--ecoute {
  background: var(--blanc);
  border-color: rgba(10, 147, 166, .45);
  color: var(--cyan-fonce);
}
.bouton--ecoute:hover { border-color: var(--cyan-fonce); }

.bouton--fantome {
  background: rgba(255, 255, 255, .6);
  border-color: rgba(92, 20, 225, .3);
  color: var(--violet);
}
.bouton--fantome:hover { border-color: var(--violet); }

/* petites ondes dans le bouton d'écoute */
.ondes-mini {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  height: 14px;
}
.ondes-mini i {
  width: 3px;
  height: 6px;
  border-radius: 2px;
  background: currentColor;
}
.ondes-mini i:nth-child(2) { height: 12px; }
body.son-actif .ondes-mini i { animation: onde .9s ease-in-out infinite alternate; }
body.son-actif .ondes-mini i:nth-child(2) { animation-delay: .2s; }
body.son-actif .ondes-mini i:nth-child(3) { animation-delay: .4s; }
@keyframes onde {
  from { transform: scaleY(.5); }
  to   { transform: scaleY(1.6); }
}

/* ---------- jauge ---------- */
.jauge {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 90;
  pointer-events: none;
}
.jauge span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--rose), var(--cyan), var(--violet));
}

/* ---------- barre posée ---------- */
.barre {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .65rem clamp(1rem, 4vw, 2.4rem);
  background: rgba(253, 251, 255, .88);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(92, 20, 225, .08);
  transform: translateY(-110%);
  transition: transform .5s ease;
}
.barre.est-posee, .barre:focus-within { transform: none; }

.barre__marque {
  display: flex;
  align-items: center;
  gap: .6rem;
  text-decoration: none;
}
.barre__marque img { width: 30px; height: 34px; }
.barre__marque span {
  font-family: var(--police-main);
  font-size: 1.25rem;
  color: var(--encre);
  white-space: nowrap;
}

.barre__nav {
  display: flex;
  align-items: center;
  gap: clamp(.8rem, 2vw, 1.6rem);
}
.barre__nav a {
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--encre-2);
  padding: .35rem 0;
  border-bottom: 2px solid transparent;
  transition: color .25s, border-color .25s;
}
.barre__nav a:hover { color: var(--violet); }
.barre__nav a.est-active { color: var(--violet); border-bottom-color: var(--cyan); }

.barre__cta {
  padding: .55rem 1.2rem !important;
  border-radius: 999px;
  background: var(--violet);
  color: #fff !important;
  border-bottom: none !important;
}
.barre__cta:hover { background: var(--violet-doux); }

/* ---------- menu mobile ---------- */
.rond-menu {
  position: fixed;
  top: 14px;
  right: 14px;
  z-index: 96;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(92, 20, 225, .14);
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--ombre-legere);
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}
.rond-menu span {
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: var(--encre);
  transition: transform .3s, opacity .3s;
}
.rond-menu[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.rond-menu[aria-expanded="true"] span:last-child  { transform: translateY(-4px) rotate(-45deg); }

.voile-nav {
  position: fixed;
  inset: 0;
  z-index: 95;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, rgba(253, 244, 254, .97), rgba(242, 252, 254, .97));
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.voile-nav[hidden] { display: none; }
.voile-nav nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4rem;
}
.voile-nav a {
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--encre);
  transition: color .2s;
}
.voile-nav a:hover { color: var(--violet); }

/* ---------- pastille sonore ---------- */
.pastille-son {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 85;
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  padding: .75rem 1.15rem;
  border-radius: 999px;
  border: 1px solid rgba(10, 147, 166, .25);
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--ombre-legere);
  font-family: var(--police-corps);
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--cyan-fonce);
  cursor: pointer;
  transition: transform .25s, border-color .25s, color .25s, background-color .25s;
}
.pastille-son:hover { transform: translateY(-2px); border-color: var(--cyan-fonce); }
.pastille-son:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }

.pastille-son__ondes {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  height: 16px;
}
.pastille-son__ondes i {
  width: 3px;
  height: 7px;
  border-radius: 2px;
  background: currentColor;
}
.pastille-son__ondes i:nth-child(2) { height: 13px; }
.pastille-son__ondes i:nth-child(4) { height: 11px; }
body.son-actif .pastille-son {
  color: #fff;
  background: linear-gradient(120deg, var(--cyan-fonce), var(--violet));
  border-color: transparent;
}
body.son-actif .pastille-son__ondes i { animation: onde .8s ease-in-out infinite alternate; }
body.son-actif .pastille-son__ondes i:nth-child(2) { animation-delay: .15s; }
body.son-actif .pastille-son__ondes i:nth-child(3) { animation-delay: .3s; }
body.son-actif .pastille-son__ondes i:nth-child(4) { animation-delay: .45s; }

/* =========================================================
   le seuil
   ========================================================= */
.seuil {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.6rem 1rem 6rem;
  overflow: hidden;
}

/* nappes de couleur, la texture du seuil */
.seuil__nappes {
  position: absolute;
  inset: -10%;
  z-index: -1;
  pointer-events: none;
}
.nappe {
  position: absolute;
  border-radius: 50%;
}
.nappe--rose {
  width: 72vmax; height: 72vmax;
  top: -22vmax; left: -18vmax;
  background: radial-gradient(circle, rgba(243, 175, 248, .5), rgba(243, 175, 248, 0) 65%);
  animation: nappe-a 27s ease-in-out infinite alternate;
}
.nappe--cyan {
  width: 64vmax; height: 64vmax;
  bottom: -26vmax; right: -20vmax;
  background: radial-gradient(circle, rgba(15, 218, 245, .17), rgba(15, 218, 245, 0) 62%);
  animation: nappe-b 33s ease-in-out infinite alternate;
}
.nappe--violet {
  width: 50vmax; height: 50vmax;
  top: 32%; right: -18vmax;
  background: radial-gradient(circle, rgba(92, 20, 225, .10), rgba(92, 20, 225, 0) 60%);
  animation: nappe-c 39s ease-in-out infinite alternate;
}
@keyframes nappe-a { from { transform: translate(0, 0) scale(1); }    to { transform: translate(7vmax, 5vmax) scale(1.12); } }
@keyframes nappe-b { from { transform: translate(0, 0) scale(1.08); } to { transform: translate(-6vmax, -4vmax) scale(1); } }
@keyframes nappe-c { from { transform: translate(0, 0) scale(1); }    to { transform: translate(-5vmax, 6vmax) scale(1.15); } }

/* le rond central : plafonné par la hauteur d'écran
   pour que menu, dessin et titre restent visibles sans scroller */
.seuil__rond {
  width: min(90vw, 660px, 62svh);
}
.rond {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
  transform-origin: 50% 50%;
  animation: pouls 7s ease-in-out infinite;
}
@keyframes pouls {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.011); }
}

.rond__echos circle { transform-origin: 500px 480px; }
.rond__echos circle:nth-child(1) { animation: echo 7s ease-in-out infinite; }
.rond__echos circle:nth-child(2) { animation: echo 7s ease-in-out .4s infinite; }
.rond__echos circle:nth-child(3) { animation: echo 7s ease-in-out .8s infinite; }
.rond__echos circle:nth-child(4) { animation: echo 7s ease-in-out 1.2s infinite; }
@keyframes echo {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.012); }
}

.rond__halo {
  transform-origin: 500px 480px;
  animation: halo-pouls 7s ease-in-out infinite;
}
@keyframes halo-pouls {
  0%, 100% { transform: scale(1); opacity: .85; }
  50%      { transform: scale(1.05); opacity: 1; }
}

.rond__coeur {
  transform-origin: 500px 480px;
  animation: respire-coeur 7s ease-in-out infinite;
}
@keyframes respire-coeur {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.035); }
}

/* menu courbé */
.rond__menu text {
  font-family: var(--police-corps);
  font-size: 21px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  fill: #4b3a7e;
  transition: fill .25s;
}
.rond__menu a { cursor: pointer; }
.rond__menu a:hover text { fill: var(--violet); }
.rond__menu a:focus { outline: none; }
.rond__menu a:focus-visible text { fill: var(--violet); text-decoration: underline; }

/* titre et sous-titre courbés */
.rond__titre {
  font-family: var(--police-main);
  font-size: 78px;
  fill: var(--violet);
}
.rond__soustitre {
  font-family: var(--police-corps);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  fill: var(--encre-3);
}
.rond__soustitre--court { display: none; }

.seuil__phrase {
  margin: .9rem 0 0;
  font-size: clamp(1.35rem, 2.6vw, 1.7rem);
  text-align: center;
  max-width: 30ch;
  line-height: 1.5;
}

.seuil__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
  justify-content: center;
  margin: 1.5rem 0 0;
}

.descendre {
  position: absolute;
  bottom: 1.6rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  text-decoration: none;
}
.descendre__mot {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--encre-3);
}
.descendre__fil {
  width: 2px;
  height: 52px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--violet), rgba(92, 20, 225, 0));
  animation: fil 2.6s ease-in-out infinite;
  transform-origin: top;
}
@keyframes fil {
  0%, 100% { transform: scaleY(.55); opacity: .5; }
  50%      { transform: scaleY(1); opacity: 1; }
}

@media (max-height: 760px) {
  .descendre { display: none; }
}

/* =========================================================
   les blocs
   ========================================================= */
.bloc {
  position: relative;
  padding: clamp(4.5rem, 9vw, 7.5rem) 1.5rem;
}
.bloc::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.colonne { max-width: 720px; margin: 0 auto; }
.colonne--etroite { max-width: 640px; }

/* teintes de chaque moment de la descente */
.bloc--voix::before {
  background: radial-gradient(46% 60% at 84% 12%, rgba(243, 175, 248, .35), transparent 70%);
}
.bloc--ecoute::before {
  background: radial-gradient(52% 62% at 14% 30%, rgba(15, 218, 245, .13), transparent 70%);
}
.bloc--approche::before {
  background: radial-gradient(50% 55% at 88% 70%, rgba(92, 20, 225, .07), transparent 70%),
              radial-gradient(40% 50% at 8% 10%, rgba(243, 175, 248, .28), transparent 70%);
}
.bloc--seance::before {
  background: radial-gradient(48% 58% at 12% 78%, rgba(15, 218, 245, .11), transparent 70%);
}
.bloc--pourqui::before {
  background: radial-gradient(46% 55% at 88% 18%, rgba(243, 175, 248, .32), transparent 70%);
}
.bloc--charlotte::before {
  background: radial-gradient(50% 60% at 10% 22%, rgba(92, 20, 225, .06), transparent 70%),
              radial-gradient(42% 52% at 90% 80%, rgba(15, 218, 245, .10), transparent 70%);
}
.bloc--pratique::before {
  background: radial-gradient(48% 58% at 86% 30%, rgba(243, 175, 248, .26), transparent 70%);
}
.bloc--ecrire::before {
  background: linear-gradient(170deg, rgba(243, 175, 248, .16), rgba(15, 218, 245, .09));
  border-radius: var(--rayon-grand) var(--rayon-grand) 0 0;
}

/* ---------- photos, la matière de Charlotte ---------- */
.photo {
  margin: 3rem auto 0;
  position: relative;
}
.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo--cercle {
  width: min(400px, 82vw);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0 10px var(--blanc), 0 0 0 11.5px rgba(92, 20, 225, .16), var(--ombre-douce);
}

.photo--arche {
  width: min(380px, 84vw);
  aspect-ratio: 3 / 4;
  border-radius: 999px 999px var(--rayon-moyen) var(--rayon-moyen);
  overflow: hidden;
  box-shadow: 0 0 0 10px var(--blanc), 0 0 0 11.5px rgba(15, 218, 245, .22), var(--ombre-douce);
}

/* ---------- l'approche : trois cartes ---------- */
.trois {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  max-width: 1020px;
  margin: 3rem auto 0;
  padding: 0;
}
.carte {
  position: relative;
  padding: 2.2rem 1.7rem 1.9rem;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(92, 20, 225, .09);
  border-radius: var(--rayon-moyen);
  box-shadow: var(--ombre-legere);
  transition: transform .35s ease, box-shadow .35s ease;
}
.carte:hover { transform: translateY(-5px); box-shadow: var(--ombre-douce); }
.carte h3 {
  margin: 0 0 .6rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--encre);
}
.carte p { margin: 0; font-size: .98rem; }
.carte__perle {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-bottom: 1.1rem;
}
.carte--rose .carte__perle   { background: radial-gradient(circle at 32% 30%, #fbdbfd, var(--rose)); box-shadow: 0 6px 14px -4px rgba(243, 175, 248, .9); }
.carte--cyan .carte__perle   { background: radial-gradient(circle at 32% 30%, #a8f0fb, var(--cyan)); box-shadow: 0 6px 14px -4px rgba(15, 218, 245, .6); }
.carte--violet .carte__perle { background: radial-gradient(circle at 32% 30%, #a37cf5, var(--violet)); box-shadow: 0 6px 14px -4px rgba(92, 20, 225, .5); }

.citation {
  margin: 3.2rem auto 0;
  max-width: 560px;
  text-align: center;
}
.citation .manuscrit {
  font-size: clamp(1.4rem, 2.6vw, 1.75rem);
  line-height: 1.55;
  margin: 0;
}

/* ---------- une séance : trois temps ---------- */
.temps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  max-width: 1020px;
  margin: 3rem auto 0;
  padding: 0;
}
.temps__item {
  position: relative;
  padding: 1.9rem 1.6rem;
  background: rgba(255, 255, 255, .66);
  border: 1px solid rgba(92, 20, 225, .08);
  border-radius: var(--rayon-moyen);
}
.temps__num {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 1rem;
  border-radius: 50%;
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
}
.temps__item:nth-child(1) .temps__num { background: linear-gradient(135deg, var(--rose), #e37cf0); }
.temps__item:nth-child(2) .temps__num { background: linear-gradient(135deg, var(--cyan), #0aa6c9); }
.temps__item:nth-child(3) .temps__num { background: linear-gradient(135deg, var(--violet-doux), var(--violet)); }
.temps__item h3 { margin: 0 0 .5rem; font-size: 1.12rem; font-weight: 600; color: var(--encre); }
.temps__item p { margin: 0; font-size: .97rem; }

/* ---------- pour qui ---------- */
.etats {
  list-style: none;
  max-width: 660px;
  margin: 2.6rem auto 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: .8rem;
}
.etats li {
  padding: 1rem 1.6rem;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(243, 175, 248, .55);
  border-radius: 999px;
  font-size: .99rem;
}
.etats li:nth-child(even) { border-color: rgba(15, 218, 245, .3); }

.apres {
  display: grid;
  grid-template-columns: minmax(240px, 340px) 1fr;
  gap: clamp(1.8rem, 4vw, 3.4rem);
  align-items: center;
  max-width: 860px;
  margin: 3.8rem auto 0;
}
.apres .photo { margin: 0; }
.apres__texte h3 { margin: 0 0 .6rem; font-size: 1.3rem; font-weight: 600; color: var(--encre); }
.apres__texte p { margin: 0; }

/* ---------- charlotte ---------- */
.charlotte {
  display: grid;
  grid-template-columns: 1fr minmax(240px, 340px);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
}
.charlotte__texte { margin: 0; }
.charlotte .photo { margin: 0; }

.cadre {
  max-width: 720px;
  margin: 3.4rem auto 0;
  padding: 2.2rem 2.4rem;
  background: rgba(255, 255, 255, .74);
  border: 1px solid rgba(92, 20, 225, .12);
  border-radius: var(--rayon-grand);
  box-shadow: var(--ombre-legere);
}
.cadre__titre { margin: 0 0 1rem; font-size: 1.15rem; font-weight: 600; color: var(--encre); }
.cadre__liste {
  list-style: none;
  margin: 0 0 1.2rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: .55rem;
}
.cadre__liste li {
  position: relative;
  padding-left: 1.5rem;
  font-size: .97rem;
}
.cadre__liste li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .55em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), var(--violet));
}
.cadre__note {
  margin: 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(92, 20, 225, .12);
  font-size: .92rem;
  color: var(--encre-3);
}

/* ---------- témoignages ---------- */
.bloc--voix-des-gens[data-vide="oui"] { display: none; }
.temoins {
  list-style: none;
  max-width: 720px;
  margin: 2.5rem auto 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.temoin {
  padding: 1.8rem 2rem;
  background: rgba(255, 255, 255, .78);
  border-radius: var(--rayon-moyen);
  border: 1px solid rgba(243, 175, 248, .5);
}
.temoin blockquote { margin: 0 0 .6rem; }
.temoin p { margin: 0; font-style: italic; }
.temoin cite { font-style: normal; font-weight: 600; color: var(--encre-3); font-size: .9rem; }
.placeholder { display: none; }

/* ---------- en pratique ---------- */
.infos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem;
  max-width: 860px;
  margin: 2.8rem auto 0;
}
.info {
  padding: 1.9rem 1.8rem;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(92, 20, 225, .09);
  border-radius: var(--rayon-moyen);
}
.info h3 { margin: 0 0 .6rem; font-size: 1.12rem; font-weight: 600; color: var(--encre); }
.info p { margin: 0; font-size: .97rem; }
.info__note { margin-top: .9rem !important; font-size: .85rem !important; color: var(--encre-3); }

.tarifs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tarifs li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: .5rem 0;
  border-bottom: 1px dashed rgba(92, 20, 225, .15);
}
.tarifs li:last-child { border-bottom: none; }
.tarifs__duree { font-size: .97rem; }
.tarifs__prix { font-size: 1.15rem; font-weight: 700; color: var(--violet); }

/* ---------- écrire ---------- */
.formulaire {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.3rem 1.5rem;
  max-width: 760px;
  margin: 2.8rem auto 0;
  padding: clamp(1.8rem, 4vw, 2.8rem);
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(92, 20, 225, .10);
  border-radius: var(--rayon-grand);
  box-shadow: var(--ombre-douce);
}
.champ { display: flex; flex-direction: column; gap: .45rem; }
.champ--large { grid-column: 1 / -1; }
.champ label {
  font-size: .88rem;
  font-weight: 600;
  letter-spacing: .06em;
  color: var(--encre);
}
.facultatif {
  font-weight: 400;
  font-size: .78rem;
  color: var(--encre-3);
  letter-spacing: .04em;
}
.champ input[type="text"],
.champ input[type="email"],
.champ input[type="tel"],
.champ textarea {
  font-family: var(--police-corps);
  font-size: 1rem;
  color: var(--encre);
  padding: .85rem 1.1rem;
  background: var(--fond);
  border: 1.5px solid rgba(92, 20, 225, .18);
  border-radius: 16px;
  transition: border-color .25s, box-shadow .25s;
}
.champ textarea { resize: vertical; min-height: 130px; }
.champ input:focus,
.champ textarea:focus {
  outline: none;
  border-color: var(--cyan-fonce);
  box-shadow: 0 0 0 4px rgba(15, 218, 245, .15);
}
.champ.en-faute input,
.champ.en-faute textarea { border-color: #d0356b; }
.erreur { margin: 0; font-size: .84rem; color: #b02458; }

.champ--consent { gap: .6rem; }
.coche {
  display: flex;
  gap: .7rem;
  align-items: flex-start;
  font-size: .9rem;
  line-height: 1.55;
  cursor: pointer;
}
.coche input {
  width: 20px;
  height: 20px;
  margin-top: .15rem;
  accent-color: var(--violet);
  flex: none;
}

.pot-de-miel {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.formulaire__pied {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}
.formulaire__etat { margin: 0; font-size: .92rem; }
.formulaire__etat.ok { color: #0a7d63; }
.formulaire__etat.ko { color: #b02458; }

/* ---------- pied ---------- */
.pied {
  margin-top: 3rem;
  padding: 4rem 1.5rem 3rem;
  background: linear-gradient(180deg, rgba(236, 226, 251, .55), rgba(243, 175, 248, .28));
  border-radius: var(--rayon-grand) var(--rayon-grand) 0 0;
  text-align: center;
}
.pied__symbole { width: 54px; height: 61px; margin: 0 auto .8rem; }
.pied__nom { margin: 0; font-size: 1.7rem; color: var(--encre); }
.pied__ligne { margin: .4rem 0 1.6rem; font-size: .92rem; color: var(--encre-2); }
.pied__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6rem;
}
.pied__nav a, .lien-nu {
  font-family: var(--police-corps);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--encre-2);
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: color .25s;
}
.pied__nav a:hover, .lien-nu:hover { color: var(--violet); }

.volet {
  max-width: 720px;
  margin: 2.4rem auto 0;
  padding: 2rem 2.2rem;
  background: rgba(255, 255, 255, .85);
  border-radius: var(--rayon-moyen);
  text-align: left;
}
.volet h2 { margin: 0 0 1rem; font-size: 1.2rem; color: var(--encre); }
.volet p, .volet li { font-size: .92rem; }
.volet ul { padding-left: 1.2rem; }

/* =========================================================
   responsive
   ========================================================= */
@media (max-width: 980px) {
  .trois, .temps { grid-template-columns: 1fr; max-width: 560px; }
  .infos { grid-template-columns: 1fr; max-width: 560px; }
}

@media (max-width: 860px) {
  .apres, .charlotte { grid-template-columns: 1fr; }
  .apres .photo, .charlotte .photo { margin: 0 auto; }
  .charlotte { gap: 2.4rem; }
  .charlotte .photo { order: -1; }
}

@media (max-width: 759px) {
  .barre { display: none; }
  .rond-menu { display: flex; }

  .rond__menu { display: none; }
  .rond__echos circle:nth-child(3),
  .rond__echos circle:nth-child(4) { display: none; }
  .rond__titre { font-size: 76px; }
  .rond__soustitre--long { display: none; }
  .rond__soustitre--court { display: block; font-size: 30px; letter-spacing: .1em; }

  .seuil { padding-top: 2.2rem; }
  .seuil__rond { width: min(96vw, 480px); }

  .formulaire { grid-template-columns: 1fr; }
  .pastille-son { right: 12px; bottom: 12px; }
}

/* =========================================================
   mouvement réduit
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  html.js [data-parait] { opacity: 1; transform: none; }
}
