/* Cartographie de l'Âme — styles (porté de la maquette Claude Design) */

:root {
  --bg: oklch(0.09 0.018 288);
  --or: oklch(0.86 0.11 82);
  --or-clair: oklch(0.91 0.07 82);
  --creme: oklch(0.93 0.025 85);
  --gris: oklch(0.62 0.02 285);
  --gris-clair: oklch(0.78 0.02 285);
  --noir-ombre: oklch(0.04 0.02 285);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--bg); }
button { font-family: inherit; }
:focus-visible { outline: 2px solid var(--or); outline-offset: 3px; border-radius: 8px; }
input:focus-visible { outline: 2px solid var(--or); outline-offset: 2px; }
::placeholder { color: var(--gris); }
.content::-webkit-scrollbar { width: 0; }

@keyframes pulse { 0% { transform: translate(-50%,-50%) scale(.55); opacity: .6; } 70%,100% { transform: translate(-50%,-50%) scale(2); opacity: 0; } }
@keyframes glowPulse { 0%,100% { transform: scale(1); opacity: .82; } 50% { transform: scale(1.07); opacity: 1; } }
@keyframes ambient { 0%,100% { opacity: .4; transform: scale(1); } 50% { opacity: .7; transform: scale(1.05); } }
@keyframes growX { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: reduce) {
  [data-anim], .screen { animation: none !important; }
  .body-inner { transition: none !important; }
  .veil { opacity: 0 !important; }
}

.page {
  min-height: 100vh;
  background: radial-gradient(140% 100% at 50% -10%, oklch(0.18 0.03 290), oklch(0.085 0.018 288) 60%);
  color: var(--creme);
  font-family: Inter, system-ui, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 16px;
}

/* ---- Cadre principal : 2 colonnes (desktop) / empilé (mobile) ---- */
.stage {
  width: 100%;
  max-width: 1080px;
  height: min(calc(100vh - 48px), 760px);
  display: flex;
  flex-direction: row;
  border-radius: 26px;
  overflow: hidden;
  position: relative;
  background: radial-gradient(120% 90% at 28% 0%, oklch(0.19 0.03 290), oklch(0.085 0.018 288) 66%);
  border: 1px solid oklch(0.5 0.02 285 / 0.3);
  box-shadow: 0 30px 80px oklch(0.02 0.02 285 / 0.6), inset 0 1px 0 oklch(1 0 0 / 0.08);
}

.scene {
  position: relative;
  width: 46%;
  height: 100%;
  flex: none;
  overflow: hidden;
  border-right: 1px solid oklch(0.5 0.02 285 / 0.16);
}

.content {
  position: relative;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

/* ---- Corps + couches lumineuses ---- */
.body-inner {
  position: absolute;
  left: 50%; top: 50%;
  height: 90%;
  aspect-ratio: 2 / 3;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: 50% 50%;
  transition: transform .85s cubic-bezier(.22,1,.36,1);
}
.ambient {
  position: absolute; inset: -12%;
  background: radial-gradient(40% 32% at 50% 46%, var(--or), transparent 72%);
  filter: blur(22px); opacity: .5;
  animation: ambient 7.5s ease-in-out infinite;
}
.auras, .tints { position: absolute; inset: 0; pointer-events: none; }
.corps {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 20px oklch(0.7 0.05 70 / 0.26)) brightness(0.86) saturate(0.9);
}
.veil {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(40% 30% at 50% 30%, transparent 36%, oklch(0.09 0.018 288 / 0.86) 82%);
  opacity: 0;
  transition: opacity .6s ease;
}

/* perles de verre (points de zone) */
.point {
  position: absolute;
  width: 44px; height: 44px;
  transform: translate(-50%, -50%);
  display: grid; place-items: center;
  background: none; border: 0; padding: 0;
  cursor: pointer;
  transition: opacity .5s ease;
}
.point .halo {
  position: absolute; left: 50%; top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 3.8s ease-out infinite;
}
.point .dot {
  border-radius: 50%;
  transition: all .4s ease;
}

/* ---- Écrans ---- */
.screen { display: none; animation: fadeUp .55s ease both; }
.screen.is-active { display: flex; }

/* Accueil */
.screen[data-screen="accueil"] {
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 44px 28px;
  gap: 24px;
}
.eyebrow { font: 500 11px/1 Inter; letter-spacing: .34em; text-transform: uppercase; color: oklch(0.75 0.05 80); margin-bottom: 16px; }
.formule { font-family: 'Cormorant Garamond', serif; font-weight: 600; color: var(--or-clair); line-height: .85; text-shadow: 0 0 30px oklch(0.8 0.1 80 / 0.4); }
.formule .a { font-size: 80px; }
.formule .eq { font-size: 44px; font-style: italic; color: oklch(0.82 0.05 82); margin: 0 8px; vertical-align: 14px; }
.formule .me { font-size: 66px; }
.formule .sq { font-size: 34px; vertical-align: 30px; }
.accroche { font-family: 'Cormorant Garamond', serif; font-size: 25px; font-style: italic; line-height: 1.42; color: oklch(0.92 0.02 85); max-width: 340px; margin: 0 auto 26px; text-wrap: balance; }
.meta-ligne { margin-top: 16px; font: 400 11.5px Inter; letter-spacing: .16em; text-transform: uppercase; color: var(--gris); }

/* Bouton or (liquid glass doré) */
.btn-or {
  min-height: 54px; padding: 0 34px;
  border-radius: 999px;
  border: 1px solid oklch(0.92 0.1 84 / 0.6);
  border-top-color: oklch(0.99 0.05 92 / 0.9);
  background: linear-gradient(162deg, oklch(0.91 0.11 86), oklch(0.77 0.11 74));
  box-shadow: 0 12px 34px oklch(0.78 0.1 78 / 0.34), inset 0 1px 0 oklch(1 1 1 / 0.6), inset 0 -2px 6px oklch(0.6 0.1 70 / 0.4);
  color: oklch(0.2 0.03 285);
  font: 600 15px Inter;
  cursor: pointer;
  transition: transform .2s, filter .2s;
}
.btn-or:hover { transform: scale(1.02); filter: brightness(1.05); }
.btn-or.full { width: 100%; }

/* Question */
.screen[data-screen="question"] {
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 22px;
  gap: 20px;
}
.progress-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 9px; font: 500 11px Inter; letter-spacing: .16em; text-transform: uppercase; color: oklch(0.74 0.04 80); }
.progress-head .pct { color: var(--gris); }
.progress-track { height: 5px; border-radius: 999px; background: oklch(0.4 0.02 285 / 0.35); overflow: hidden; box-shadow: inset 0 1px 1px oklch(0.05 0.02 285 / 0.5); }
.progress-fill { height: 100%; border-radius: 999px; background: linear-gradient(90deg, oklch(0.78 0.11 78), oklch(0.9 0.11 84)); transition: width .6s cubic-bezier(.22,1,.36,1); }

.panel {
  border-radius: 26px;
  border: 1px solid oklch(0.8 0.02 280 / 0.14);
  border-top: 1px solid oklch(0.97 0.02 90 / 0.34);
  background: linear-gradient(158deg, oklch(0.32 0.02 280 / 0.4), oklch(0.16 0.02 287 / 0.32));
  backdrop-filter: blur(24px) saturate(1.35);
  -webkit-backdrop-filter: blur(24px) saturate(1.35);
  box-shadow: 0 12px 40px oklch(0.04 0.02 285 / 0.5), inset 0 1px 0 oklch(1 0 0 / 0.18);
  padding: 22px 22px 24px;
}
.panel-region { text-align: center; font-family: 'Cormorant Garamond', serif; font-size: 21px; font-style: italic; color: oklch(0.86 0.06 82); margin-bottom: 4px; }
.panel-q { font-family: 'Cormorant Garamond', serif; font-size: 27px; line-height: 1.28; color: oklch(0.96 0.02 85); text-align: center; margin: 0 0 22px; text-wrap: balance; }
.answers { display: flex; gap: 10px; }
.answer {
  flex: 1; min-height: 52px;
  border-radius: 16px;
  border: 1px solid oklch(0.85 0.02 280 / 0.18);
  border-top-color: oklch(0.97 0.02 90 / 0.45);
  background: linear-gradient(158deg, oklch(0.82 0.03 280 / 0.18), oklch(0.5 0.02 280 / 0.08));
  backdrop-filter: blur(14px) saturate(1.4);
  -webkit-backdrop-filter: blur(14px) saturate(1.4);
  box-shadow: 0 4px 14px oklch(0.05 0.02 285 / 0.3), inset 0 1px 0 oklch(1 0 0 / 0.22);
  color: oklch(0.95 0.02 85);
  font: 500 14px Inter;
  cursor: pointer;
  transition: transform .2s, box-shadow .25s;
}
.answer:hover { transform: scale(1.03); box-shadow: 0 6px 20px oklch(0.05 0.02 285 / 0.4), inset 0 1px 0 oklch(1 0 0 / 0.4); }

/* Révélation */
.screen[data-screen="revelation"] {
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 22px;
  gap: 18px;
}
.rev-head { text-align: center; }
.rev-kicker { font: 500 11px Inter; letter-spacing: .3em; text-transform: uppercase; color: oklch(0.74 0.05 80); margin-bottom: 8px; }
.rev-title { font-family: 'Cormorant Garamond', serif; font-size: 36px; font-style: italic; line-height: 1.05; color: oklch(0.92 0.06 82); text-shadow: 0 0 26px oklch(0.8 0.1 80 / 0.35); }
.me-head { display: flex; justify-content: space-between; font: 600 10.5px Inter; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 8px; }
.me-head .m { color: oklch(0.74 0.13 40); }
.me-head .e { color: oklch(0.78 0.14 150); }
.me-bar { display: flex; height: 13px; border-radius: 999px; overflow: hidden; background: oklch(0.4 0.02 285 / 0.35); box-shadow: inset 0 1px 1px oklch(0.05 0.02 285 / 0.5); }
.me-bar .seg-m { height: 100%; background: linear-gradient(90deg, oklch(0.58 0.18 30), oklch(0.78 0.13 68)); transform-origin: left; animation: growX 1s cubic-bezier(.22,1,.36,1) both; }
.me-bar .seg-e { height: 100%; background: linear-gradient(90deg, oklch(0.78 0.12 110), oklch(0.79 0.15 150)); transform-origin: right; animation: growX 1s cubic-bezier(.22,1,.36,1) both; }
.me-legend { display: flex; justify-content: space-between; font: 500 11px Inter; color: var(--gris-clair); margin: 6px 0 18px; }
.me-legend .eq { font-style: italic; font-family: 'Cormorant Garamond', serif; font-size: 13px; }

.a-card {
  display: flex; align-items: center; gap: 16px;
  padding: 14px 16px; border-radius: 18px;
  border: 1px solid oklch(0.7 0.12 150 / 0.3);
  border-top-color: oklch(0.92 0.1 150 / 0.45);
  background: linear-gradient(158deg, oklch(0.32 0.06 150 / 0.3), oklch(0.16 0.03 200 / 0.24));
  backdrop-filter: blur(14px) saturate(1.3);
  -webkit-backdrop-filter: blur(14px) saturate(1.3);
  box-shadow: inset 0 1px 0 oklch(1 0 0 / 0.18);
  margin-bottom: 18px;
}
.a-num { font-family: 'Cormorant Garamond', serif; font-size: 58px; line-height: .9; color: oklch(0.86 0.12 132); text-shadow: 0 0 22px oklch(0.78 0.14 150 / 0.45); }
.a-label { font: 600 10.5px Inter; letter-spacing: .14em; text-transform: uppercase; color: oklch(0.82 0.06 122); margin-bottom: 7px; }
.a-track { height: 7px; border-radius: 999px; background: oklch(0.4 0.02 285 / 0.4); overflow: hidden; }
.a-fill { height: 100%; border-radius: 999px; background: linear-gradient(90deg, oklch(0.78 0.12 110), oklch(0.84 0.13 150)); transform-origin: left; animation: growX 1.1s cubic-bezier(.22,1,.36,1) both; }

/* Révélation — version explicite */
.rev-lead { font-family: 'Cormorant Garamond', serif; font-size: 19px; line-height: 1.45; color: oklch(0.9 0.03 84); text-align: center; margin: 0 0 16px; text-wrap: pretty; }
.zone-recap { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 16px; font: 600 12px Inter; margin: 0 0 18px; }
.zone-recap span { white-space: nowrap; }
.a-hero {
  display: flex; align-items: center; gap: 16px;
  padding: 16px 18px; border-radius: 18px;
  border: 1px solid oklch(0.7 0.12 150 / 0.3); border-top-color: oklch(0.92 0.1 150 / 0.45);
  background: linear-gradient(158deg, oklch(0.32 0.06 150 / 0.3), oklch(0.16 0.03 200 / 0.24));
  backdrop-filter: blur(14px) saturate(1.3); -webkit-backdrop-filter: blur(14px) saturate(1.3);
  box-shadow: inset 0 1px 0 oklch(1 0 0 / 0.18);
}
.a-unit { font-size: 24px; vertical-align: 12px; }
.a-side { flex: 1; min-width: 0; }
.a-band { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 18px; color: oklch(0.9 0.06 120); margin: 2px 0 8px; }
.a-meaning { text-align: center; font: 400 13px/1.5 Inter; color: var(--gris-clair); margin: 14px 0 0; }
.formula-decode { text-align: center; font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 13.5px; line-height: 1.5; color: var(--gris); margin: 12px auto 18px; max-width: 380px; }
.formule-note { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 14px; color: oklch(0.78 0.07 82); margin-top: 12px; }

/* Capture */
.screen[data-screen="capture"] {
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 30px 22px;
}
.card {
  border-radius: 26px;
  border: 1px solid oklch(0.8 0.02 280 / 0.16);
  border-top: 1px solid oklch(0.97 0.02 90 / 0.34);
  background: linear-gradient(158deg, oklch(0.32 0.02 280 / 0.42), oklch(0.16 0.02 287 / 0.34));
  backdrop-filter: blur(26px) saturate(1.35);
  -webkit-backdrop-filter: blur(26px) saturate(1.35);
  box-shadow: 0 24px 60px oklch(0.04 0.02 285 / 0.55), inset 0 1px 0 oklch(1 0 0 / 0.2);
  padding: 28px 24px;
}
.card-head { text-align: center; margin-bottom: 24px; }
.card-title { font-family: 'Cormorant Garamond', serif; font-size: 33px; font-style: italic; line-height: 1.1; color: oklch(0.93 0.05 82); }
.field-label { display: block; font: 500 11px Inter; letter-spacing: .12em; text-transform: uppercase; color: oklch(0.72 0.04 80); margin-bottom: 7px; }
.field {
  width: 100%; min-height: 50px; padding: 0 16px; margin-bottom: 18px;
  border-radius: 14px;
  border: 1px solid oklch(0.8 0.02 280 / 0.2);
  border-top-color: oklch(0.97 0.02 90 / 0.4);
  background: linear-gradient(158deg, oklch(0.8 0.03 280 / 0.14), oklch(0.45 0.02 280 / 0.07));
  backdrop-filter: blur(12px) saturate(1.3);
  -webkit-backdrop-filter: blur(12px) saturate(1.3);
  color: oklch(0.95 0.02 85);
  font: 400 15px Inter;
  box-shadow: inset 0 1px 0 oklch(1 0 0 / 0.16);
}
.consent { display: flex; gap: 11px; align-items: flex-start; margin-bottom: 22px; cursor: pointer; }
.consent input { width: 20px; height: 20px; margin-top: 1px; accent-color: oklch(0.8 0.11 78); flex: none; }
.consent span { font: 400 12.5px Inter; line-height: 1.45; color: oklch(0.82 0.02 285); }
.consent .rgpd { color: var(--gris); }
.disclaimer { text-align: center; font: 400 11px Inter; line-height: 1.5; color: oklch(0.58 0.02 285); margin: 16px auto 0; max-width: 320px; }
.form-error { color: oklch(0.68 0.2 25); font: 500 12.5px Inter; text-align: center; margin: 0 0 12px; display: none; }
.form-error.show { display: block; }

/* Synthèse */
.screen[data-screen="synthese"] {
  flex-direction: column;
  padding: 34px 22px 36px;
  gap: 14px;
}
.syn-head { text-align: center; margin-bottom: 6px; }
.syn-title { font-family: 'Cormorant Garamond', serif; font-size: 33px; font-style: italic; line-height: 1.08; color: oklch(0.93 0.05 82); }
.syn-intro { font-family: 'Cormorant Garamond', serif; font-size: 20px; line-height: 1.5; color: oklch(0.86 0.02 85); text-align: center; max-width: 460px; margin: 0 auto 8px; text-wrap: pretty; }
.pattern {
  font-family: 'Cormorant Garamond', serif; font-size: 17px; font-style: italic; line-height: 1.5;
  color: oklch(0.88 0.03 84);
  padding: 12px 16px; margin: 0 auto;
  border-left: 2px solid oklch(0.7 0.1 82 / 0.5);
  background: oklch(0.7 0.1 82 / 0.06);
  border-radius: 0 10px 10px 0;
}
.zone-card {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 15px 16px; border-radius: 18px;
  border: 1px solid oklch(0.8 0.02 280 / 0.14);
  border-top: 1px solid oklch(0.97 0.02 90 / 0.3);
  background: linear-gradient(158deg, oklch(0.3 0.02 280 / 0.36), oklch(0.16 0.02 287 / 0.3));
  backdrop-filter: blur(18px) saturate(1.3);
  -webkit-backdrop-filter: blur(18px) saturate(1.3);
  box-shadow: 0 6px 20px oklch(0.05 0.02 285 / 0.3), inset 0 1px 0 oklch(1 0 0 / 0.16);
}
.zone-card .glyph { font-size: 20px; line-height: 1.2; flex: none; }
.zone-card .body { min-width: 0; flex: 1; }
.zone-card .region { font-family: 'Cormorant Garamond', serif; font-size: 22px; line-height: 1.05; color: oklch(0.94 0.025 85); }
.zone-card .st-label { font: 600 10.5px Inter; letter-spacing: .13em; text-transform: uppercase; margin: 5px 0 7px; }
.zone-card .interp { font: 400 13px Inter; line-height: 1.5; color: var(--gris-clair); }
.outro { text-align: center; font-family: 'Cormorant Garamond', serif; font-size: 19px; font-style: italic; color: oklch(0.86 0.07 82); margin: 8px auto 0; }
.affirmation { text-align: center; font: 500 11px Inter; letter-spacing: .2em; text-transform: uppercase; color: oklch(0.72 0.05 80); margin: 2px 0 0; }
.btn-restart {
  background: transparent; border: 1px solid oklch(0.8 0.02 285 / 0.25);
  color: var(--gris-clair); font: 500 11px Inter; letter-spacing: .14em; text-transform: uppercase;
  padding: 12px 22px; border-radius: 999px; cursor: pointer; margin: 4px auto 0;
  transition: background .25s, border-color .25s;
}
.btn-restart:hover { background: oklch(0.8 0.02 285 / 0.08); border-color: oklch(0.85 0.05 82 / 0.5); }
.legal { text-align: center; font: 400 11px Inter; color: oklch(0.55 0.02 285); margin: 4px 0 0; }

/* ---- Accueil : bénéfice + bloc confiance ---- */
.benefice { font: 400 13.5px/1.5 Inter; color: var(--gris-clair); max-width: 320px; margin: 0 auto 22px; }
.trust {
  display: flex; align-items: center; gap: 12px;
  margin: 28px auto 0; padding: 10px 16px 10px 10px;
  width: max-content; max-width: 100%;
  border-radius: 999px;
  border: 1px solid oklch(0.8 0.02 280 / 0.14);
  border-top-color: oklch(0.97 0.02 90 / 0.28);
  background: linear-gradient(158deg, oklch(0.3 0.02 280 / 0.34), oklch(0.16 0.02 287 / 0.28));
  backdrop-filter: blur(16px) saturate(1.3);
  -webkit-backdrop-filter: blur(16px) saturate(1.3);
  text-align: left;
}
.trust-photo { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; object-position: 50% 16%; flex: none; border: 1px solid oklch(0.9 0.05 88 / 0.25); }
.trust-initial {
  display: grid; place-items: center;
  background: linear-gradient(160deg, oklch(0.5 0.08 82), oklch(0.32 0.05 285));
  color: oklch(0.95 0.04 88); font-family: 'Cormorant Garamond', serif; font-size: 22px;
  border: 1px solid oklch(0.9 0.05 88 / 0.3);
}
.trust-name { font: 600 13px Inter; color: oklch(0.92 0.03 84); }
.trust-base { font: 400 11.5px/1.35 Inter; color: var(--gris); max-width: 220px; }
.trust-preuve { font: 500 11px Inter; color: oklch(0.78 0.09 80); margin-top: 3px; }

/* ---- Question : échelle 4 niveaux, prompt, retour ---- */
.panel-prompt { text-align: center; font: 500 11px Inter; letter-spacing: .08em; text-transform: uppercase; color: var(--gris); margin: 0 0 14px; }
.answers.scale { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.answer.selected {
  border-color: oklch(0.9 0.1 84 / 0.7);
  border-top-color: oklch(0.99 0.06 92 / 0.85);
  background: linear-gradient(158deg, oklch(0.88 0.1 84 / 0.32), oklch(0.6 0.08 76 / 0.16));
  box-shadow: 0 6px 20px oklch(0.7 0.1 78 / 0.3), inset 0 1px 0 oklch(1 1 1 / 0.4);
  color: oklch(0.98 0.03 88);
}
.qnav { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 18px; }
.btn-back {
  background: none; border: 0; cursor: pointer;
  font: 500 12px Inter; letter-spacing: .04em; color: var(--gris-clair);
  padding: 8px 10px; border-radius: 8px; transition: color .2s;
}
.btn-back:hover { color: oklch(0.9 0.05 82); }
.btn-next {
  min-height: 44px; padding: 0 24px; border-radius: 999px;
  border: 1px solid oklch(0.92 0.1 84 / 0.6); border-top-color: oklch(0.99 0.05 92 / 0.9);
  background: linear-gradient(162deg, oklch(0.91 0.11 86), oklch(0.77 0.11 74));
  box-shadow: 0 8px 22px oklch(0.78 0.1 78 / 0.3), inset 0 1px 0 oklch(1 1 1 / 0.6);
  color: oklch(0.2 0.03 285); font: 600 14px Inter; cursor: pointer;
  transition: transform .2s, filter .2s, opacity .2s;
}
.btn-next:hover:not(:disabled) { transform: scale(1.03); filter: brightness(1.05); }
.btn-next:disabled { opacity: .38; cursor: not-allowed; filter: grayscale(.3); box-shadow: none; }

/* ---- Capture : aperçu flouté ---- */
.teaser {
  filter: blur(5px); opacity: .45;
  max-height: 92px; overflow: hidden;
  user-select: none; pointer-events: none;
  font-family: 'Cormorant Garamond', serif; font-size: 16px; line-height: 1.5; color: var(--creme);
  margin-bottom: 6px;
  -webkit-mask-image: linear-gradient(180deg, oklch(0 0 0) 40%, transparent);
  mask-image: linear-gradient(180deg, oklch(0 0 0) 40%, transparent);
}
.teaser p { margin: 0 0 6px; }
.teaser-note { text-align: center; font: 500 11.5px Inter; letter-spacing: .04em; color: oklch(0.78 0.09 80); margin: 0 0 20px; }

/* ---- Synthèse : offre / pont vers l'appel ---- */
.offer {
  margin-top: 18px; padding: 22px 20px;
  border-radius: 22px;
  border: 1px solid oklch(0.9 0.08 84 / 0.22);
  border-top-color: oklch(0.97 0.05 90 / 0.4);
  background: linear-gradient(158deg, oklch(0.34 0.04 86 / 0.26), oklch(0.16 0.02 287 / 0.3));
  backdrop-filter: blur(18px) saturate(1.3);
  -webkit-backdrop-filter: blur(18px) saturate(1.3);
  box-shadow: 0 10px 30px oklch(0.05 0.02 285 / 0.35), inset 0 1px 0 oklch(1 0 0 / 0.18);
  text-align: center;
}
.offer-kicker { font: 500 11px Inter; letter-spacing: .3em; text-transform: uppercase; color: oklch(0.78 0.08 80); margin-bottom: 8px; }
.offer-title { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 26px; line-height: 1.12; color: oklch(0.94 0.05 84); margin: 0 0 16px; }
.trust-mini { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 0 0 16px; text-align: left; }
.offer-points { list-style: none; padding: 0; margin: 0 0 16px; text-align: left; display: flex; flex-direction: column; gap: 9px; }
.offer-points li { position: relative; padding-left: 26px; font: 400 13.5px/1.45 Inter; color: oklch(0.86 0.02 85); }
.offer-points li::before { content: '✦'; position: absolute; left: 4px; top: 1px; color: var(--or); font-size: 12px; }
.testimonial { margin: 0 0 16px; padding: 14px 16px; border-radius: 14px; background: oklch(0.7 0.05 82 / 0.07); border-left: 2px solid oklch(0.8 0.08 82 / 0.5); text-align: left; }
.testimonial blockquote { margin: 0; font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 17px; line-height: 1.45; color: oklch(0.9 0.03 84); }
.testimonial figcaption { margin-top: 8px; font: 500 11.5px Inter; letter-spacing: .06em; color: var(--gris); }
.offer-reassurance { font: 400 12.5px/1.5 Inter; color: var(--gris-clair); margin: 0 0 18px; }

.syn-foot { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; align-items: center; margin-top: 14px; }
.btn-soft {
  background: linear-gradient(158deg, oklch(0.5 0.02 280 / 0.22), oklch(0.3 0.02 280 / 0.12));
  border: 1px solid oklch(0.85 0.02 280 / 0.18);
  border-top-color: oklch(0.97 0.02 90 / 0.3);
  backdrop-filter: blur(12px) saturate(1.3);
  -webkit-backdrop-filter: blur(12px) saturate(1.3);
  color: oklch(0.9 0.02 85); font: 500 12.5px Inter; letter-spacing: .03em;
  padding: 11px 20px; border-radius: 999px; cursor: pointer; transition: transform .2s;
}
.btn-soft:hover { transform: scale(1.03); }

/* ---- Fallback si l'image du corps ne charge pas ---- */
.stage.no-corps .corps { display: none; }
.stage.no-corps .ambient { opacity: .85; inset: 8%; }

/* ---- Responsive : empilé sur mobile ---- */
@media (max-width: 860px) {
  .page { padding: 0; align-items: stretch; }
  .stage {
    max-width: 100%;
    height: 100vh;
    height: 100dvh;
    flex-direction: column;
    border-radius: 0;
    border: 0;
  }
  .scene {
    width: 100%;
    height: 40%;
    flex: none;
    border-right: 0;
    border-bottom: 1px solid oklch(0.5 0.02 285 / 0.16);
  }
  .formule .a { font-size: 64px; }
  .formule .me { font-size: 52px; }
  .panel-q, .accroche { font-size: 23px; }
  .answers.scale { grid-template-columns: repeat(2, 1fr); }
  .offer-title { font-size: 23px; }
  .trust { width: 100%; justify-content: center; }
}
