/* La Méthode Luxe : la salle de classe du luxe d'occasion.
   Concept : la page est une leçon (tableau vert, craie, loupe), cousue par un fil au point sellier. */

@property --r { syntax: '<length>'; inherits: false; initial-value: 0px; }

:root {
  --craie: #F2F1EB;     /* le papier, blanc de craie légèrement vert */
  --craie-2: #E8E7DF;
  --blanc: #FBFBF8;
  --tableau: #33473F;   /* le vert du tableau de ses photos */
  --tableau-2: #243730;
  --encre: #1B221E;
  --vert: #3F8428;      /* le vert du logo */
  --vert-2: #2E6A1C;
  --menthe: #A9E39E;    /* le vert des ongles, pour les fonds sombres */
  --studio: #A4A5A8;    /* le gris du studio photo */
  --or: #D4B36A;        /* l'aiguille */
  --texte: #3E4541;
  --mute: #7C837E;
  --ligne: rgba(27, 34, 30, .13);
  --r-btn: 12px;
  --r-card: 22px;
  --wrap: 1120px;
  --sans: 'Instrument Sans', system-ui, -apple-system, sans-serif;
  --serif: 'DM Serif Display', 'Didot', Georgia, serif;
  --craie-font: 'Caveat', 'Segoe Print', cursive;
  --check-blanc: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7'/%3E%3C/svg%3E");
  --check-vert: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23243730' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7'/%3E%3C/svg%3E");
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans); font-size: 17px; line-height: 1.6;
  background: var(--craie); color: var(--encre);
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
::selection { background: var(--menthe); color: var(--tableau-2); }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--vert); outline-offset: 3px; }
.dark :focus-visible { outline-color: var(--menthe); }
section { scroll-margin-top: 92px; }

.wrap { position: relative; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.skip { position: absolute; left: -999px; top: 10px; z-index: 200; background: var(--vert); color: #fff; padding: 10px 14px; border-radius: 8px; text-decoration: none; }
.skip:focus { left: 12px; }

/* ---------- typographie ---------- */
h1, h2, h3 { font-family: var(--serif); font-weight: 400; letter-spacing: -.01em; text-wrap: balance; }
h1 { font-size: clamp(42px, 6vw, 78px); line-height: .98; margin-top: 22px; }
h2 { font-size: clamp(30px, 3.9vw, 50px); line-height: 1.06; }
h2 em, h1 em { font-style: italic; font-weight: 400; color: var(--vert); }
.dark h2 em { color: var(--menthe); }
.lede { margin-top: 22px; font-size: clamp(17px, 1.5vw, 19px); color: var(--texte); max-width: 56ch; }
.dark .lede { color: rgba(255, 255, 255, .82); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; color: var(--vert);
}
.eyebrow::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--vert); flex: none; }
.dark .eyebrow { color: var(--menthe); }
.dark .eyebrow::before { background: var(--menthe); }
.eyebrow + h2 { margin-top: 18px; }

/* ---------- boutons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 26px; border-radius: var(--r-btn); border: 0; cursor: pointer;
  background: var(--vert); color: #fff; font: 700 16px/1.2 var(--sans); text-decoration: none;
  box-shadow: 0 14px 28px -16px rgba(63, 132, 40, .8);
  transition: transform .15s, background .15s, box-shadow .15s, color .15s;
}
.btn:hover { background: var(--vert-2); transform: translateY(-1px); }
.btn:active { transform: translateY(0) scale(.99); }
.btn.sec { background: transparent; color: var(--encre); border: 1.5px solid var(--encre); box-shadow: none; }
.btn.sec:hover { background: var(--encre); color: var(--craie); }
.dark .btn.sec { color: #fff; border-color: rgba(255, 255, 255, .6); }
.dark .btn.sec:hover { background: #fff; color: var(--tableau); }
.btn.small { padding: 11px 18px; font-size: 14.5px; }
.btns { display: flex; flex-wrap: wrap; gap: 12px; }
.cta-line { margin-top: 34px; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.rassure { display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--mute); margin: 0; }
.rassure svg { width: 18px; height: 18px; color: var(--vert); flex: none; }
.dark .rassure { color: rgba(255, 255, 255, .7); }
.dark .rassure svg { color: var(--menthe); }

/* ---------- l'entrée : la loupe ---------- */
#entree {
  position: fixed; inset: 0; z-index: 100; background: var(--tableau); color: #fff;
  display: grid; place-content: center; justify-items: center; text-align: center;
  background-image: radial-gradient(60% 45% at 20% 15%, rgba(255, 255, 255, .06), transparent 70%), radial-gradient(45% 40% at 85% 80%, rgba(255, 255, 255, .05), transparent 70%);
}
#entree img { width: min(62vw, 320px); height: auto; }
#entree p { font-family: var(--craie-font); font-weight: 500; font-size: clamp(24px, 3vw, 32px); color: var(--menthe); margin-top: 6px; letter-spacing: .01em; }
#entree.ouvre {
  -webkit-mask-image: radial-gradient(circle at 50% 50%, transparent var(--r), #000 calc(var(--r) + 2px));
  mask-image: radial-gradient(circle at 50% 50%, transparent var(--r), #000 calc(var(--r) + 2px));
  animation: loupe .95s cubic-bezier(.65, 0, .35, 1) forwards;
}
@keyframes loupe { to { --r: 170vmax; } }
#entree.fondu { transition: opacity .7s; opacity: 0; }

/* ---------- la nav flottante ---------- */
.nav {
  position: fixed; top: 14px; left: 50%; transform: translateX(-50%); z-index: 60;
  width: min(1200px, calc(100% - 28px));
  display: flex; align-items: center; gap: 24px; padding: 9px 10px 9px 22px;
  border-radius: 999px; background: rgba(242, 241, 235, .86);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px -18px rgba(27, 34, 30, .3);
  transition: background .3s, box-shadow .3s;
}
.nav.scrolled { background: rgba(242, 241, 235, .97); box-shadow: 0 14px 34px -18px rgba(27, 34, 30, .45); }
.nav .logo { display: block; }
.nav .logo img { height: 34px; width: auto; }
.nav ul { display: flex; gap: 28px; list-style: none; margin: 0 auto; }
.nav ul a { text-decoration: none; font-weight: 600; font-size: 15px; }
.nav ul a:hover { color: var(--vert); }

/* ---------- le fil au point sellier ---------- */
.fil { position: absolute; top: 0; left: 0; width: 100%; height: 0; z-index: 6; pointer-events: none; overflow: visible; }
.fil path, .fil use { fill: none; stroke-width: 3; stroke-linecap: round; stroke-dasharray: 15 10; }
.fil .clair { stroke: var(--vert); }
.fil .fonce { stroke: var(--menthe); }
.aiguille { transition: opacity .3s; }
.aiguille line { stroke: var(--or); stroke-width: 3.5; stroke-linecap: round; }
.aiguille circle { fill: none; stroke: var(--or); stroke-width: 1.8; }

/* ---------- le hero : la salle de classe ---------- */
.hero { position: relative; padding: 150px 0 60px; overflow: hidden; }
.hero .wrap { display: grid; grid-template-columns: 1.02fr .98fr; gap: 36px; align-items: center; }
.hero .txt { position: relative; z-index: 2; }
h1 em { position: relative; display: inline-block; }
h1 em svg { position: absolute; left: -1%; bottom: -.1em; width: 102%; height: .34em; overflow: visible; pointer-events: none; }
h1 em path { fill: none; stroke: var(--vert); stroke-width: 7; stroke-linecap: round; opacity: .5; stroke-dasharray: 1; stroke-dashoffset: 0; }
.js h1 em path { stroke-dashoffset: 1; }
.js.pret h1 em path { animation: trace 1.1s cubic-bezier(.4, 0, .2, 1) .2s forwards; }
@keyframes trace { to { stroke-dashoffset: 0; } }

.scene { position: relative; width: 100%; max-width: 560px; aspect-ratio: 1 / 1.22; justify-self: end; }
.tableau {
  position: absolute; left: 0; right: 0; top: 9%; bottom: 0; border-radius: 26px;
  background: var(--tableau);
  background-image: radial-gradient(70% 50% at 25% 20%, rgba(255, 255, 255, .07), transparent 70%), radial-gradient(50% 40% at 80% 75%, rgba(255, 255, 255, .05), transparent 70%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .07), 0 40px 70px -40px rgba(36, 55, 48, .7);
}
.craie {
  position: absolute; left: 8%; top: 9%;
  font-family: var(--craie-font); font-weight: 500; font-size: clamp(28px, 2.9vw, 40px); line-height: 1.08;
  color: rgba(255, 255, 255, .92); letter-spacing: .01em;
}
.rond-vert { position: absolute; right: 7%; top: 7%; width: 16px; height: 16px; border-radius: 50%; background: var(--vert); box-shadow: 0 0 0 6px rgba(63, 132, 40, .25); }
.cadre { position: absolute; left: 0; right: 0; top: -10%; bottom: 0; overflow: hidden; border-radius: 0 0 26px 26px; }
.perso { position: absolute; bottom: 0; right: 0; height: 88%; width: auto; max-width: none; filter: drop-shadow(-16px 14px 24px rgba(0, 0, 0, .35)); }
.sticker {
  position: absolute; left: -14px; bottom: 9%; z-index: 3;
  background: var(--craie); color: var(--encre); padding: 10px 20px 12px; border-radius: 6px;
  text-align: center; transform: rotate(-6deg); box-shadow: 0 16px 30px -14px rgba(0, 0, 0, .55);
}
.sticker small { display: block; white-space: nowrap; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--mute); }
.sticker b { display: block; white-space: nowrap; font-family: var(--serif); font-weight: 400; font-size: 36px; line-height: 1; margin-top: 2px; }

.maisons {
  grid-column: 1 / -1; margin-top: 56px; padding-top: 26px; border-top: 1px solid var(--ligne);
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 12px 30px; color: var(--mute);
}
.maisons small { width: 100%; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; }
.maisons span { font-family: var(--serif); font-size: 21px; letter-spacing: .06em; text-transform: uppercase; }
.maisons .sep { width: 1px; height: 22px; background: var(--ligne); align-self: center; }

/* ---------- fonds ---------- */
.dark { background: var(--tableau); color: #fff; }
.dark.deep, footer.site { background: var(--tableau-2); }

/* ---------- preuves ---------- */
.preuve { padding: 64px 0 0; }
.avis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.avis blockquote {
  position: relative; border: 1px dashed rgba(255, 255, 255, .35); border-radius: 14px; padding: 24px 22px 20px;
  font-size: 15.5px; line-height: 1.55; color: rgba(255, 255, 255, .85);
}
.tag { font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; background: var(--menthe); color: var(--tableau-2); padding: 4px 9px; border-radius: 999px; }
.avis .tag { position: absolute; top: -11px; left: 18px; }
.avis footer { margin-top: 14px; display: flex; align-items: center; gap: 10px; font-size: 13px; color: rgba(255, 255, 255, .65); }
.avis footer i { width: 34px; height: 34px; border-radius: 50%; background: rgba(255, 255, 255, .12); border: 1px dashed rgba(255, 255, 255, .4); }
.stats { margin-top: 60px; background: var(--tableau-2); }
.stats .wrap { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding-top: 46px; padding-bottom: 46px; text-align: center; }
.stats b { display: block; font-family: var(--serif); font-style: italic; font-weight: 400; font-size: clamp(54px, 7vw, 88px); line-height: 1; color: var(--menthe); }
.stats span { display: block; margin-top: 8px; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; color: rgba(255, 255, 255, .72); }

/* ---------- texte long ---------- */
.texte { padding: 100px 0; }
.texte .col { max-width: 720px; margin: 0 auto; }
.texte p { margin-top: 22px; font-size: 18px; color: var(--texte); }
.texte h2 + p { margin-top: 28px; }
.texte ol { margin-top: 22px; list-style: none; counter-reset: c; }
.texte ol li { position: relative; padding-left: 46px; margin-top: 14px; font-size: 18px; color: var(--texte); }
.texte ol li::before {
  counter-increment: c; content: counter(c); position: absolute; left: 0; top: 1px; width: 30px; height: 30px; border-radius: 50%;
  border: 1.5px solid var(--vert); color: var(--vert); font-family: var(--serif); font-style: italic; font-size: 17px; display: grid; place-items: center;
}
.texte li b, .texte p b { color: var(--encre); }
.quote { margin-top: 40px; display: grid; grid-template-columns: 52px 1fr; gap: 16px; align-items: start; }
.quote i { width: 52px; height: 52px; border-radius: 50%; border: 1px dashed var(--vert); background: rgba(63, 132, 40, .08); }
.quote p { margin: 0; font-size: 15.5px; color: var(--texte); padding-left: 14px; border-left: 2px solid var(--vert); }
.quote .tag { background: var(--vert); color: #fff; margin-right: 6px; vertical-align: 2px; }

/* ---------- la méthode : la leçon au tableau ---------- */
.methode {
  padding: 110px 0; position: relative; overflow: hidden;
  background-image: radial-gradient(60% 45% at 18% 12%, rgba(255, 255, 255, .06), transparent 70%), radial-gradient(45% 40% at 85% 80%, rgba(255, 255, 255, .05), transparent 70%);
}
.methode .intro { max-width: 780px; }
.lecons { margin-top: 64px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; }
.lecon { position: relative; padding-top: 10px; }
.lecon .num { font-family: var(--craie-font); font-weight: 500; font-size: 84px; line-height: .8; color: var(--menthe); }
.lecon h3 { margin-top: 14px; font-size: 26px; line-height: 1.15; }
.lecon > p { margin-top: 10px; color: rgba(255, 255, 255, .72); font-size: 15.5px; }
.lecon ul { margin-top: 18px; list-style: none; display: grid; gap: 10px; padding-top: 18px; border-top: 1px dashed rgba(255, 255, 255, .25); }
.lecon li { position: relative; padding-left: 28px; font-size: 15px; color: rgba(255, 255, 255, .9); }
.lecon li::before { content: ""; position: absolute; left: 0; top: 3px; width: 18px; height: 18px; border-radius: 50%; background: var(--menthe) var(--check-vert) center / 11px no-repeat; }
.lecon .manuel { position: absolute; top: 0; right: 0; font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--menthe); border: 1px solid rgba(169, 227, 158, .5); padding: 5px 10px; border-radius: 999px; }

/* ---------- listes à coches ---------- */
.checks { list-style: none; display: grid; gap: 12px; margin-top: 28px; }
.checks li { position: relative; padding-left: 34px; font-size: 16.5px; }
.checks li::before { content: ""; position: absolute; left: 0; top: 2px; width: 22px; height: 22px; border-radius: 50%; background: var(--vert) var(--check-blanc) center / 12px no-repeat; }
.dark .checks li::before { background: var(--menthe) var(--check-vert) center / 12px no-repeat; }

/* ---------- qui te parle : le studio ---------- */
.mentor { background: var(--studio); background-image: radial-gradient(90% 70% at 75% 100%, #B6B7BA, transparent 60%); color: var(--encre); overflow: hidden; }
.mentor .wrap { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: end; }
.mentor .txt { padding: 100px 0; }
.mentor .eyebrow { color: var(--vert-2); }
.mentor .eyebrow::before { background: var(--vert-2); }
.mentor h2 em { color: var(--vert-2); }
.mentor .lede { color: #2B322E; }
.mentor .checks li::before { background-color: var(--vert-2); }
.mentor .btn.sec { border-color: var(--encre); }
.mentor .photo { align-self: end; }
.mentor .photo img { width: 100%; max-width: 470px; margin: 0 auto; }

/* ---------- les manuels et les offres ---------- */
.offres { padding: 110px 0 100px; }
.offres .head { text-align: center; max-width: 760px; margin: 0 auto; }
.livres { margin: 64px auto 0; display: flex; justify-content: center; gap: 64px; flex-wrap: wrap; perspective: 1400px; }
.livre {
  position: relative; width: 250px; aspect-ratio: 3 / 4.15; transform-style: preserve-3d;
  transition: transform .5s cubic-bezier(.2, .8, .2, 1); animation: flotte 6s ease-in-out infinite alternate;
}
.livre:nth-child(2) { animation-delay: -3s; }
.livre:hover { transform: rotateY(-14deg) rotateX(3deg); }
@keyframes flotte { from { translate: 0 0; } to { translate: 0 -9px; } }
.livre .pages { position: absolute; inset: 7px -7px 7px 14px; border-radius: 0 12px 12px 0; background: repeating-linear-gradient(90deg, #fff 0 2px, #E4E2DA 2px 3px); transform: translateZ(-6px); }
.livre .face {
  position: absolute; inset: 0; border-radius: 4px 14px 14px 4px; padding: 26px 22px 24px;
  background: var(--tableau); color: #fff; display: flex; flex-direction: column;
  background-image: radial-gradient(70% 50% at 30% 20%, rgba(255, 255, 255, .08), transparent 70%);
  box-shadow: 0 34px 50px -26px rgba(27, 34, 30, .65), inset 7px 0 0 rgba(0, 0, 0, .28), inset 12px 0 12px -8px rgba(255, 255, 255, .12);
}
.livre .face img { width: 64%; height: auto; }
.livre .face .t { margin-top: auto; font-family: var(--serif); font-weight: 400; font-size: 22px; line-height: 1.1; }
.livre .face .s { margin-top: 10px; font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--menthe); }
.livre.bientot .face { background: var(--craie-2); color: var(--encre); background-image: none; }
.livre.bientot .face .s { color: var(--vert-2); }

.plans { margin: 72px auto 0; max-width: 940px; display: grid; grid-template-columns: 1fr 1.08fr; gap: 22px; align-items: start; }
.plan { position: relative; background: var(--blanc); border-radius: var(--r-card); padding: 36px 30px 30px; box-shadow: 0 30px 60px -44px rgba(27, 34, 30, .45); }
.plan.hi { background: var(--tableau); color: #fff; box-shadow: 0 44px 70px -40px rgba(36, 55, 48, .75); }
.plan .tag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); white-space: nowrap; padding: 7px 14px; font-size: 11px; }
.plan h3 { font-size: 28px; }
.plan .sub { margin-top: 6px; color: var(--mute); font-size: 15px; }
.plan.hi .sub { color: rgba(255, 255, 255, .7); }
.plan .prix { margin-top: 22px; display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.plan .prix b { font-family: var(--serif); font-weight: 400; font-size: 58px; line-height: 1; letter-spacing: -.02em; }
.plan .prix s { color: var(--mute); font-size: 18px; }
.plan.hi .prix s { color: rgba(255, 255, 255, .55); }
.plan .prix small { font-size: 13px; color: var(--mute); }
.plan .btn { width: 100%; margin-top: 22px; }
.plan.hi .btn { background: var(--menthe); color: var(--tableau-2); box-shadow: none; }
.plan.hi .btn:hover { background: #fff; }
.plan .rassure { margin-top: 12px; justify-content: center; }
.plan ul { margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--ligne); list-style: none; display: grid; gap: 11px; font-size: 15.5px; }
.plan.hi ul { border-color: rgba(255, 255, 255, .15); }
.plan li { position: relative; padding-left: 31px; }
.plan li::before { content: ""; position: absolute; left: 0; top: 3px; width: 20px; height: 20px; border-radius: 50%; background: var(--vert) var(--check-blanc) center / 11px no-repeat; }
.plan.hi li::before { background: var(--menthe) var(--check-vert) center / 11px no-repeat; }
.paiement { margin-top: 20px; text-align: center; font-size: 13.5px; color: var(--mute); }

.rembourse { margin: 56px auto 0; max-width: 880px; display: grid; grid-template-columns: 150px 1fr; gap: 30px; align-items: center; padding: 32px 36px; border-radius: var(--r-card); background: var(--craie-2); }
.rembourse h3 { font-size: 26px; }
.rembourse p { margin-top: 10px; color: var(--texte); font-size: 15.5px; }
.rembourse a { color: var(--vert-2); font-weight: 600; }
.rond { width: 150px; height: 150px; border-radius: 50%; background: var(--vert); color: #fff; display: grid; place-content: center; text-align: center; transform: rotate(-8deg); box-shadow: 0 22px 40px -20px rgba(63, 132, 40, .8); }
.rond b { display: block; font-family: var(--serif); font-weight: 400; font-size: 50px; line-height: 1; }
.rond span { display: block; margin: 6px auto 0; max-width: 104px; font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; line-height: 1.3; }

/* ---------- la soirée : la scène du bureau ---------- */
.soiree { position: relative; min-height: 640px; display: flex; align-items: center; background: #4E565B; overflow: hidden; }
.soiree .bg { position: absolute; inset: 0; background: url(../assets/img/emmanuelle-bureau-portefeuille.webp) 72% center / cover no-repeat; }
.soiree .bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(40, 47, 50, .95) 0%, rgba(40, 47, 50, .86) 36%, rgba(40, 47, 50, .28) 68%, rgba(40, 47, 50, 0) 100%); }
.soiree .wrap { width: 100%; padding-top: 110px; padding-bottom: 110px; }
.soiree .txt { max-width: 520px; }

/* ---------- questions ---------- */
.faq { padding: 100px 0; background: var(--blanc); }
.faq .col { max-width: 760px; margin: 0 auto; }
.faq h2 { text-align: center; margin-bottom: 36px; }
.faq details { border-bottom: 1px solid var(--ligne); }
.faq summary { list-style: none; cursor: pointer; padding: 22px 46px 22px 0; font-family: var(--serif); font-weight: 500; font-size: 22px; line-height: 1.25; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; right: 8px; top: 50%; width: 11px; height: 11px; border-right: 2px solid var(--vert); border-bottom: 2px solid var(--vert); transform: translateY(-70%) rotate(45deg); transition: transform .25s; }
.faq details[open] summary::after { transform: translateY(-30%) rotate(225deg); }
.faq details p { padding: 0 0 24px; color: var(--texte); max-width: 66ch; }
.faq a { color: var(--vert-2); font-weight: 600; }

/* ---------- le dernier mot ---------- */
.final { position: relative; overflow: hidden; background-image: radial-gradient(60% 45% at 80% 10%, rgba(255, 255, 255, .06), transparent 70%); }
.final .wrap { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: end; }
.final .txt { padding: 110px 0; }
.aurevoir { position: relative; align-self: end; margin: 0; }
.aurevoir img { width: 100%; max-width: 420px; margin: 0 auto; }
.aurevoir figcaption { position: absolute; top: 4%; left: -6%; font-family: var(--craie-font); font-weight: 500; font-size: clamp(26px, 2.6vw, 34px); color: var(--menthe); transform: rotate(-8deg); line-height: 1; }

/* ---------- pied de page ---------- */
footer.site { color: rgba(255, 255, 255, .72); padding: 44px 0; }
footer.site .wrap { display: flex; flex-wrap: wrap; gap: 20px 30px; align-items: center; justify-content: space-between; }
footer.site img { height: 38px; width: auto; }
footer.site nav { display: flex; flex-wrap: wrap; gap: 22px; font-size: 14.5px; }
footer.site nav a { text-decoration: none; color: rgba(255, 255, 255, .8); }
footer.site nav a:hover { color: var(--menthe); }
footer.site p { font-size: 13px; width: 100%; }

/* ---------- barre mobile, toast ---------- */
.barre {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 55; display: none; align-items: center; justify-content: space-between; gap: 14px;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); background: rgba(27, 34, 30, .96); color: #fff;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); transform: translateY(110%); transition: transform .35s ease;
}
.barre.on { transform: none; }
.barre > div { display: flex; flex-direction: column; line-height: 1.2; }
.barre span { font-size: 12.5px; color: rgba(255, 255, 255, .7); }
.barre b { font-family: var(--serif); font-weight: 400; font-size: 22px; }
.toast { position: fixed; left: 50%; bottom: 96px; z-index: 70; transform: translate(-50%, 16px); opacity: 0; pointer-events: none; background: var(--encre); color: #fff; padding: 12px 18px; border-radius: 10px; font-size: 14.5px; transition: .3s; white-space: nowrap; }
.toast.on { opacity: 1; transform: translate(-50%, 0); }

/* ---------- révélations ---------- */
.js .rev { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .75s cubic-bezier(.2, .8, .2, 1); transition-delay: calc(var(--i, 0) * .12s); }
.js .rev.in { opacity: 1; transform: none; }
.js .aurevoir.rev { transform: translateY(14%); }

/* ---------- pages annexes ---------- */
.page { max-width: 720px; margin: 0 auto; padding: 130px 24px 90px; }
.page h1 { font-size: clamp(36px, 5vw, 58px); }
.page h2 { font-size: 27px; margin-top: 44px; }
.page h3 { font-size: 21px; margin-top: 28px; }
.page p, .page li { margin-top: 14px; color: var(--texte); }
.page ul { padding-left: 22px; }
.page .a-completer { background: rgba(212, 179, 106, .25); padding: 0 4px; border-radius: 3px; }
.page .btns { margin-top: 28px; }
.merci-photo { float: right; width: 34%; margin: 0 0 20px 30px; }
.merci-photo img { width: 100%; }

/* ---------- mobile ---------- */
@media (max-width: 1000px) {
  .lecons { gap: 30px; }
}
@media (max-width: 860px) {
  body { font-size: 16px; }
  .nav { gap: 10px; padding: 7px 7px 7px 14px; top: 10px; }
  .nav ul { display: none; }
  .nav .logo img { height: 30px; }
  .hero { padding: 108px 0 40px; }
  .hero .wrap { grid-template-columns: 1fr; gap: 28px; }
  .scene { max-width: none; aspect-ratio: 1 / 1.08; margin-top: 6px; }
  .cadre { top: -8%; }
  .perso { height: 94%; right: 2%; }
  .craie { font-size: clamp(28px, 8vw, 36px); }
  .sticker { left: -8px; bottom: 7%; padding: 8px 14px 10px; }
  .sticker b { font-size: 28px; }
  .maisons { margin-top: 36px; gap: 10px 20px; }
  .maisons span { font-size: 17px; }
  .maisons .sep { display: none; }
  .avis { grid-template-columns: 1fr; gap: 24px; }
  .stats .wrap { grid-template-columns: 1fr; gap: 26px; }
  .texte { padding: 72px 0; }
  .texte p, .texte ol li { font-size: 17px; }
  .methode { padding: 80px 0; }
  .lecons { grid-template-columns: 1fr; gap: 40px; margin-top: 44px; }
  .lecon .num { font-size: 64px; }
  .mentor .wrap { grid-template-columns: 1fr; gap: 0; }
  .mentor .txt { padding: 80px 0 40px; }
  .mentor .photo img { max-width: 340px; }
  .offres { padding: 80px 0; }
  .livres { gap: 36px; }
  .livre { width: 210px; }
  .plans { grid-template-columns: 1fr; gap: 26px; margin-top: 56px; }
  .plan { padding: 30px 22px 24px; }
  .plan .prix b { font-size: 50px; }
  .rembourse { grid-template-columns: 1fr; gap: 22px; padding: 26px 22px; justify-items: start; }
  .rond { width: 130px; height: 130px; }
  .soiree { min-height: 0; }
  .soiree .bg { background-position: 78% center; }
  .soiree .bg::after { background: linear-gradient(180deg, rgba(40, 47, 50, .93) 0%, rgba(40, 47, 50, .9) 55%, rgba(40, 47, 50, .55) 100%); }
  .soiree .wrap { padding-top: 80px; padding-bottom: 80px; }
  .faq { padding: 72px 0; }
  .faq summary { font-size: 19px; padding: 18px 40px 18px 0; }
  .final .wrap { grid-template-columns: 1fr; gap: 0; }
  .final .txt { padding: 80px 0 36px; }
  .aurevoir img { max-width: 300px; }
  .aurevoir figcaption { left: 2%; top: 0; font-size: 26px; }
  footer.site { padding: 40px 0 120px; }
  .barre { display: flex; }
  .toast { white-space: normal; max-width: calc(100% - 32px); text-align: center; }
  .page { padding-top: 100px; }
  .merci-photo { float: none; width: 60%; margin: 24px auto 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
  #entree { display: none; }
  .js .rev { opacity: 1; transform: none; }
  .js h1 em path { stroke-dashoffset: 0; }
}
