/**
 * Page « Vendre avec Rousseau 5 » (/vendre) — maquette
 * work/vendre-lab.html validée par Gary le 18/08.
 * Ouverture cinéma : la VIDÉO DRONE est le hero (poster instantané,
 * source desktop 10 Mo / mobile 3,5 Mo, repli image auto-réparant).
 * Puis : compteurs vivants, mise en confiance, interlude barré, voyage
 * épinglé 5 étapes (rail d'or), livrables épinglés (verre fumé),
 * courtiers, preuves (métriques, jamais de prix) + bilan, avis Google,
 * « vaut peut-être plus », final cinéma, FAQ accordéons, barre CTA
 * mobile fixe. Mobile/reduced-motion : piles lisibles, sans pin.
 */

/* ═══════════════════════════════════════════════════════════════════
   MAQUETTE v3 — « Vendre avec Rousseau 5 » : scrollytelling épinglé
   (mécanique gary.ch/vendre, univers Rousseau 5).
   1. hero cinématique — Ken Burns + UN CTA
   2. chiffres vivants (count-up)
   3. interlude — les 3 erreurs, barrées
   4. LE VOYAGE ÉPINGLÉ — l'écran se fige, 5 étapes défilent dedans
      (numéral géant, image en fondu, rail d'or de progression)
   5. LES LIVRABLES ÉPINGLÉS — cartes qui glissent horizontalement
   6. la preuve — 3 ventes en grandes cartes image
   7. la voix des clients — théâtre, un avis à la fois
   8. final cinématique + FAQ accordéons
   Mobile / reduced-motion : tout retombe en pile lisible, sans pin.
   ═══════════════════════════════════════════════════════════════════ */
.k-vd { font-size: 10px; color: var(--gold-light); letter-spacing: 0.22em; text-transform: uppercase; display: block; margin-bottom: 16px; }
.rv { opacity: 0; transform: translateY(26px); transition: opacity .8s cubic-bezier(0.22,1,0.36,1), transform .8s cubic-bezier(0.22,1,0.36,1); }
.rv.in { opacity: 1; transform: translateY(0); }
.rv-d1 { transition-delay: .12s; } .rv-d2 { transition-delay: .24s; } .rv-d3 { transition-delay: .36s; }

/* ═══ 1. HERO ═══ */
.sh { position: relative; min-height: 100vh; display: flex; align-items: flex-end; overflow: hidden; }
.sh-media { position: absolute; inset: 0; }
.sh-media video, .sh-media img { width: 100%; height: 100%; object-fit: cover; }
.sh-fallback { display: none; }
.sh.no-video .sh-video { display: none; }
.sh.no-video .sh-fallback { display: block; animation: kenburns 26s ease-in-out infinite alternate; }
@keyframes kenburns { from { transform: scale(1); } to { transform: scale(1.08) translateY(-1.5%); } }
.sh-veil { position: absolute; inset: 0; background: linear-gradient(to top, rgba(2,8,20,0.94) 0%, rgba(2,8,20,0.45) 45%, rgba(2,8,20,0.3) 100%); }
.sh-content { position: relative; z-index: 2; width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 80px 90px; }
.sh h1 { font-family: var(--font); font-weight: 400; font-size: clamp(34px, 5vw, 68px); line-height: 1.08; color: white; max-width: 18ch; }
.sh h1 em { font-style: italic; color: var(--gold-light); }
.sh-lead { margin-top: 22px; font-size: 15px; color: rgba(255,255,255,0.7); line-height: 1.85; max-width: 52ch; }
.sh-cta-row { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin-top: 36px; }
.sh-cta { display: inline-flex; align-items: center; min-height: 56px; background: var(--gold); color: white;
  padding: 17px 42px; border-radius: 50px; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  text-decoration: none; transition: background .3s, transform .3s; font-family: var(--font-sans); }
.sh-cta:hover { background: var(--gold-light); transform: translateY(-2px); }
.sh-whisper { font-size: 12px; color: rgba(255,255,255,0.45); }
.sh-ghost { display: inline-flex; align-items: center; min-height: 56px; background: rgba(2,8,20,0.25); color: white;
  border: 1px solid rgba(255,255,255,0.35); padding: 17px 34px; border-radius: 50px; font-size: 11.5px;
  letter-spacing: 0.13em; text-transform: uppercase; text-decoration: none; font-family: var(--font-sans);
  backdrop-filter: blur(4px); transition: border-color .3s, background .3s; }
.sh-ghost:hover { border-color: var(--gold-light); background: rgba(139,111,71,0.25); }

/* Barre CTA mobile — suit le scroll en bas d'écran */
.sm-bar { display: none; }

.sh-links { margin-top: 18px; display: flex; align-items: center; gap: 14px; font-size: 12px; color: rgba(255,255,255,0.35); }
.sh-linkbtn { appearance: none; background: none; border: 0; padding: 0; cursor: pointer;
  font-family: var(--font-sans); font-size: 12px; color: rgba(255,255,255,0.75);
  text-decoration: underline; text-underline-offset: 4px; text-decoration-color: rgba(255,255,255,0.35);
  transition: color .3s, text-decoration-color .3s; }
.sh-linkbtn:hover { color: var(--gold-light); text-decoration-color: var(--gold-light); }
.sh-links a { color: rgba(255,255,255,0.65); text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.25); transition: color .25s; }
.sh-links a:hover { color: var(--gold-light); }

/* Bande de mise en confiance (après les chiffres) */
.st { background: var(--green-800); padding: 0 80px 84px; }
.st-inner { max-width: 780px; margin: 0 auto; text-align: center; border: 1px solid rgba(168,139,99,0.3); padding: 40px 44px; }
.st h2 { font-family: var(--font); font-size: clamp(20px, 2.4vw, 28px); font-weight: 400; color: white; line-height: 1.35; }
.st p { margin-top: 10px; font-size: 13px; color: rgba(255,255,255,0.55); }
.st-ctas { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; margin-top: 24px; }
.st-cta { display: inline-flex; align-items: center; min-height: 48px; background: var(--gold); color: white;
  padding: 13px 30px; border-radius: 50px; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  text-decoration: none; transition: background .3s; font-family: var(--font-sans); }
.st-cta:hover { background: var(--gold-light); }
.st-ghost { display: inline-flex; align-items: center; min-height: 48px; background: none; color: rgba(255,255,255,0.8);
  border: 1px solid rgba(255,255,255,0.25); padding: 13px 26px; border-radius: 50px; font-size: 11px;
  letter-spacing: 0.12em; text-transform: uppercase; text-decoration: none; font-family: var(--font-sans); transition: border-color .3s; }
.st-ghost:hover { border-color: var(--gold-light); }
.sh-scroll { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 10px; color: rgba(255,255,255,0.55);
  font-size: 9.5px; letter-spacing: 0.28em; text-transform: uppercase; text-decoration: none; }
.sh-scroll::after { content: ''; width: 1px; height: 42px; background: linear-gradient(to bottom, var(--gold-light), transparent);
  animation: drip 2.2s ease-in-out infinite; }
@keyframes drip { 0% { transform: scaleY(0); transform-origin: top; } 55% { transform: scaleY(1); transform-origin: top; } 100% { transform: scaleY(1); opacity: 0; } }

/* ═══ 2. Chiffres ═══ */
.sn { background: var(--green-800); padding: 64px 80px; border-top: 1px solid rgba(255,255,255,0.06); }
.sn-inner { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
.sn-stat { border-left: 1px solid rgba(168,139,99,0.35); padding-left: 22px; }
.sn-stat strong { display: block; font-family: var(--font); font-size: clamp(34px, 3.4vw, 52px); color: white; line-height: 1; }
.sn-stat span { display: block; margin-top: 10px; font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.45); line-height: 1.6; }

/* ═══ 3. Interlude ═══ */
.si { background: var(--green-800); padding: 110px 80px; }
.si-inner { max-width: 780px; margin: 0 auto; text-align: center; }
.si h2 { font-family: var(--font); font-size: clamp(24px, 3.2vw, 40px); font-weight: 400; color: white; line-height: 1.25; }
.si-list { margin-top: 44px; display: grid; gap: 22px; text-align: left; }
.si-item { position: relative; padding-left: 34px; font-family: var(--font); font-size: clamp(17px, 1.8vw, 22px);
  color: rgba(255,255,255,0.38); line-height: 1.5; }
.si-item::before { content: ''; position: absolute; left: 0; top: 0.72em; width: 20px; height: 1px; background: var(--gold); }
.si-item s { text-decoration-color: rgba(168,139,99,0.6); text-decoration-thickness: 1px; }
.si-out { margin-top: 44px; font-size: 13.5px; color: rgba(255,255,255,0.6); line-height: 1.9; }
.si-out strong { color: var(--gold-light); font-weight: 400; font-family: var(--font); font-size: 16px; }

/* ═══ 4. LE VOYAGE ÉPINGLÉ ═══
   Wrapper haut de N×100vh ; l'écran intérieur reste collé (sticky) et
   les étapes se fondent dedans au rythme du scroll. */
.sj { position: relative; height: 500vh; background: var(--cream); }
.sj-pin { position: sticky; top: 0; height: 100vh; overflow: hidden; display: flex; align-items: center; }
.sj-inner { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 80px; display: grid;
  grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
/* Rail de progression */
.sj-rail { position: absolute; left: 34px; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; gap: 26px; z-index: 5; }
.sj-rail button { display: flex; align-items: center; gap: 12px; background: none; border: 0; cursor: pointer; padding: 0; font-family: var(--font-sans); }
.sj-rail .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--border); transition: background .3s, transform .3s; }
.sj-rail .lbl { font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-light); opacity: 0; transform: translateX(-6px); transition: opacity .3s, transform .3s; }
.sj-rail button.on .dot { background: var(--gold); transform: scale(1.5); }
.sj-rail button.on .lbl { opacity: 1; transform: translateX(0); color: var(--gold); }
/* Étapes empilées dans l'écran */
.sj-copy { position: relative; min-height: 380px; }
.sj-step { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center;
  opacity: 0; transform: translateY(34px); transition: opacity .55s cubic-bezier(0.22,1,0.36,1), transform .55s cubic-bezier(0.22,1,0.36,1); pointer-events: none; }
.sj-step.on { opacity: 1; transform: translateY(0); pointer-events: auto; }
.sj-step.past { opacity: 0; transform: translateY(-30px); }
.sj-count { font-size: 11px; letter-spacing: 0.22em; color: var(--gold); font-family: var(--font-sans); }
.sj-when { margin-top: 10px; font-family: var(--font); font-size: clamp(40px, 4.6vw, 66px); color: var(--gold); line-height: 1; }
.sj-step h3 { margin-top: 16px; font-family: var(--font); font-size: clamp(22px, 2.6vw, 32px); font-weight: 400; color: var(--green); line-height: 1.22; }
.sj-step p { margin-top: 14px; font-size: 14px; color: var(--text-muted); line-height: 1.9; max-width: 46ch; }
.sj-step .detail { margin-top: 14px; font-size: 12.5px; color: var(--gold); font-style: italic; font-family: var(--font); }
/* Images en fondu */
.sj-visuals { position: relative; aspect-ratio: 4 / 3.4; overflow: hidden; }
.sj-visuals img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transform: scale(1.06); transition: opacity .7s ease, transform 1.6s ease; }
.sj-visuals img.on { opacity: 1; transform: scale(1); }
.sj-visuals::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light)); z-index: 2; }
.sj-head { position: absolute; top: 44px; left: 0; right: 0; text-align: center; z-index: 4; }
.sj-head .k-vd { color: var(--gold); margin-bottom: 8px; }
.sj-head h2 { font-family: var(--font); font-size: clamp(20px, 2.2vw, 28px); font-weight: 400; color: var(--green); }

/* ═══ 5. LES LIVRABLES ÉPINGLÉS — glissement horizontal ═══ */
.sl { position: relative; height: 340vh; background: var(--green-800); }
.sl-pin { position: sticky; top: 0; height: 100vh; overflow: hidden; display: flex; flex-direction: column; justify-content: center; }
.sl-head { max-width: 1180px; margin: 0 auto 44px; padding: 0 80px; width: 100%; }
.sl-head h2 { font-family: var(--font); font-size: clamp(26px, 3.4vw, 46px); font-weight: 400; color: white; line-height: 1.15; }
.sl-head h2 em { font-style: italic; color: var(--gold-light); }
.sl-track { display: flex; gap: 18px; padding: 0 80px; will-change: transform; }
/* Cartes « verre fumé » arrondies (style index, validé Gary 18/08) */
.sl-card { flex: 0 0 350px; border-radius: 24px; padding: 36px 32px 32px;
  background: linear-gradient(160deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.03) 60%, rgba(16,48,96,0.14) 100%);
  border: 1px solid rgba(255,255,255,0.12); box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 18px 44px rgba(2,8,20,0.35);
  transition: transform .35s ease, border-color .35s ease; }
.sl-card:hover { transform: translateY(-4px); border-color: rgba(168,139,99,0.45); }
.sl-num { font-family: var(--font); font-size: 14px; color: var(--gold-light); }
.sl-card h3 { margin-top: 12px; font-family: var(--font); font-size: 24px; font-weight: 400; color: white; line-height: 1.25; }
.sl-card p { margin-top: 12px; font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.8; }
.sl-hint { max-width: 1180px; margin: 40px auto 0; padding: 0 80px; width: 100%;
  font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.35); }

/* ═══ 5b. Les visages du mandat ═══ */
.sb { background: var(--cream); padding: 100px 80px; }
.sb-inner { max-width: 1080px; margin: 0 auto; }
.sb-head { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.sb-head h2 { font-family: var(--font); font-size: clamp(26px, 3.4vw, 44px); font-weight: 400; color: var(--green); line-height: 1.15; }
.sb-head h2 em { font-style: italic; color: var(--gold); }
.sb-head p { margin-top: 14px; font-size: 13.5px; color: var(--text-muted); line-height: 1.85; }
/* Cinq personnes, trois visibles : un rail à défilement latéral, cartes
   calées au défilement, la quatrième dépasse pour inviter à glisser.
   Avant le 04/09/2026 : grille de trois. */
.sb-grid { display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding-bottom: 10px; -webkit-overflow-scrolling: touch; scrollbar-width: thin; scrollbar-color: rgba(8,25,56,0.18) transparent; }
.sb-grid::-webkit-scrollbar { height: 6px; }
.sb-grid::-webkit-scrollbar-thumb { background: rgba(8,25,56,0.18); border-radius: 6px; }
.sb-grid > .sb-card { flex: 0 0 calc((100% - 44px) / 3); scroll-snap-align: start; }
.sb-hint { margin: 14px 0 0; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); text-align: right; }
.sb-card { background: var(--white); border: 1px solid rgba(8,25,56,0.08); border-radius: 24px; overflow: hidden;
  box-shadow: 0 18px 42px rgba(8,25,56,0.06); transition: transform .35s ease, box-shadow .35s ease; }
.sb-card:hover { transform: translateY(-5px); box-shadow: 0 26px 56px rgba(8,25,56,0.12); }
.sb-media { aspect-ratio: 4 / 4.6; overflow: hidden; }
.sb-media img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform 2.6s ease-out; display: block; }
.sb-card:hover .sb-media img { transform: scale(1.04); }
.sb-body { padding: 22px 24px 26px; }
.sb-body small { font-size: 9.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }
.sb-body h3 { margin-top: 8px; font-family: var(--font); font-size: 21px; font-weight: 400; color: var(--green); }
.sb-body p { margin-top: 10px; font-size: 12.5px; color: var(--text-muted); line-height: 1.75; }

/* ═══ 6. La preuve ═══ */
.sp { background: var(--white); padding: 100px 80px; }
.sp-inner { max-width: 1080px; margin: 0 auto; }
.sp-head { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.sp-head .k-vd { color: var(--gold); }
.sp-head h2 { font-family: var(--font); font-size: clamp(26px, 3.4vw, 44px); font-weight: 400; color: var(--green); line-height: 1.15; }
/* Cartes blanches arrondies, photo en tête (style index, validé 18/08) */
.sp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.sp-card { display: flex; flex-direction: column; background: var(--white); border: 1px solid rgba(8,25,56,0.08);
  border-radius: 24px; overflow: hidden; text-decoration: none; box-shadow: 0 18px 42px rgba(8,25,56,0.06);
  transition: transform .35s ease, box-shadow .35s ease; }
.sp-card:hover { transform: translateY(-5px); box-shadow: 0 26px 56px rgba(8,25,56,0.12); }
.sp-media { position: relative; aspect-ratio: 16 / 10.5; overflow: hidden; }
.sp-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 3s ease-out; display: block; }
.sp-card:hover .sp-media img { transform: scale(1.05); }
.sp-copy { padding: 26px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.sp-tag { font-size: 9.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }
.sp-num { font-family: var(--font); font-size: clamp(24px, 2.2vw, 32px); color: var(--green); line-height: 1.1; margin-top: 12px; }
.sp-num small { font-size: 0.55em; color: var(--gold); }
.sp-copy p { margin-top: 10px; font-size: 12.5px; color: var(--text-muted); line-height: 1.75; flex: 1; }
.sp-more { margin-top: 16px; display: inline-block; font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); border-bottom: 1px solid rgba(139,111,71,0.4); padding-bottom: 2px; align-self: flex-start; }
.sp-foot { text-align: center; margin-top: 36px; font-size: 12px; color: var(--text-light); }
.sp-foot a { color: var(--gold); text-decoration: none; border-bottom: 1px solid rgba(139,111,71,0.4); }

/* Votre bien vaut peut-être plus */
.sw { background: var(--cream); padding: 96px 80px; }
.sw-inner { max-width: 780px; margin: 0 auto; text-align: center; }
.sw h2 { font-family: var(--font); font-size: clamp(26px, 3.4vw, 44px); font-weight: 400; color: var(--green); line-height: 1.15; }
.sw h2 em { font-style: italic; color: var(--gold); }
.sw p { margin-top: 16px; font-size: 14px; color: var(--text-muted); line-height: 1.9; }
.sw-ctas { display: flex; justify-content: center; align-items: center; gap: 22px; flex-wrap: wrap; margin-top: 30px; }
.sw-cta { display: inline-flex; align-items: center; min-height: 54px; background: var(--gold); color: white;
  padding: 16px 38px; border-radius: 50px; font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase;
  text-decoration: none; transition: background .3s, transform .3s; font-family: var(--font-sans); }
.sw-cta:hover { background: var(--gold-light); transform: translateY(-2px); }
.sw-link { color: var(--gold); font-size: 12.5px; text-decoration: none; border-bottom: 1px solid rgba(139,111,71,0.4); }
.sw-src { margin-top: 26px; font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-light); }

/* ═══ 7. Avis Google ═══ */
.sv { background: var(--cream); padding: 100px 80px; }
.sv-inner { max-width: 1080px; margin: 0 auto; text-align: center; }
.sv .k-vd { color: var(--gold); }
.sv-title { font-family: var(--font); font-size: clamp(26px, 3.4vw, 44px); font-weight: 400; color: var(--green); line-height: 1.15; }
.sv-score { margin-top: 14px; font-size: 12.5px; color: var(--text-muted); }
.sv-score .stars { color: var(--gold); letter-spacing: 3px; margin-right: 8px; }
.sv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 36px; text-align: left; }
.sv-card { background: var(--white); border: 1px solid rgba(8,25,56,0.08); border-radius: 24px; padding: 30px 28px;
  box-shadow: 0 18px 42px rgba(8,25,56,0.06); display: flex; flex-direction: column; }
.sv-q { font-family: var(--font); font-style: italic; font-size: 15.5px; color: var(--green); line-height: 1.7; flex: 1; }
.sv-q::before { content: '\201C'; color: var(--gold); font-size: 26px; vertical-align: -0.35em; margin-right: 3px; }
.sv-w { margin-top: 18px; font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-light); }
.sv-all { margin-top: 30px; }
.sv-all a { color: var(--gold); font-size: 12.5px; text-decoration: none; border-bottom: 1px solid rgba(139,111,71,0.4); }
.sv-all a:hover { color: var(--gold-light); }

/* ═══ 8. Final ═══ */
.sz { position: relative; min-height: 82vh; display: flex; align-items: center; overflow: hidden; }
.sz-media { position: absolute; inset: -6%; }
.sz-media img { width: 100%; height: 100%; object-fit: cover; animation: kenburns 30s ease-in-out infinite alternate; }
.sz-veil { position: absolute; inset: 0; background: linear-gradient(to right, rgba(2,8,20,0.9) 20%, rgba(2,8,20,0.5) 70%, rgba(2,8,20,0.35)); }
.sz-content { position: relative; z-index: 2; width: 100%; max-width: 1180px; margin: 0 auto; padding: 90px 80px; }
.sz h2 { font-family: var(--font); font-size: clamp(28px, 4vw, 54px); font-weight: 400; color: white; line-height: 1.12; max-width: 20ch; }
.sz h2 em { font-style: italic; color: var(--gold-light); }
.sz p { margin-top: 18px; font-size: 14px; color: rgba(255,255,255,0.68); line-height: 1.85; max-width: 52ch; }
.sz-ctas { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; margin-top: 34px; }
.sz-cta { display: inline-flex; align-items: center; min-height: 56px; background: var(--gold); color: white;
  padding: 17px 42px; border-radius: 50px; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  text-decoration: none; transition: background .3s, transform .3s; font-family: var(--font-sans); }
.sz-cta:hover { background: var(--gold-light); transform: translateY(-2px); }
.sz-link { appearance: none; background: none; border: 0; padding: 0; cursor: pointer; font-family: var(--font-sans);
  color: rgba(255,255,255,0.75); font-size: 12.5px; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.3);
  transition: color .3s, border-color .3s; }
.sz-link:hover { color: var(--gold-light); border-color: var(--gold-light); }
.sz-sig { margin-top: 56px; display: flex; align-items: center; gap: 16px; }
.sz-sig::before { content: ''; width: 44px; height: 1px; background: var(--gold-light); }
.sz-sig span { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.5); }

/* ═══ 9. FAQ ═══ */
.sq { background: var(--cream); padding: 84px 80px 96px; }
.sq-inner { max-width: 820px; margin: 0 auto; }
.sq h2 { font-family: var(--font); font-size: clamp(22px, 2.8vw, 32px); font-weight: 400; color: var(--green); margin-bottom: 26px; }
.sq details { border-bottom: 1px solid var(--border); }
.sq details:first-of-type { border-top: 1px solid var(--border); }
.sq summary { list-style: none; cursor: pointer; padding: 20px 34px 20px 0; position: relative;
  font-family: var(--font); font-size: 17px; color: var(--green); line-height: 1.45; transition: color .25s; }
.sq summary::-webkit-details-marker { display: none; }
.sq summary::after { content: '+'; position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
  color: var(--gold); font-size: 20px; font-family: var(--font-sans); transition: transform .3s; }
.sq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.sq summary:hover { color: var(--gold); }
.sq details p { padding: 0 0 22px; font-size: 13.5px; color: var(--text-muted); line-height: 1.85; max-width: 68ch; }

/* ═══ Mobile & reduced-motion : les pins retombent en pile ═══ */
@media (max-width: 1000px) {
  .sh-content, .sn, .si, .sp, .sv, .sz-content, .sq { padding-left: 24px; padding-right: 24px; }
  .sh { min-height: 88vh; }
  .sh-content { padding-bottom: 56px; }
  .sh-scroll { display: none; } /* chevauchait les liens du hero (capture Gary) */
  .sh-links { flex-wrap: wrap; }
  .sn { padding-top: 44px; padding-bottom: 44px; }
  .sn-inner { grid-template-columns: 1fr 1fr; gap: 28px; }
  .si, .sp, .sv { padding-top: 64px; padding-bottom: 64px; }
  .sv-grid { grid-template-columns: 1fr; }
  /* Voyage : pile verticale */
  .sj { height: auto; padding: 64px 24px; }
  .sj-pin { position: static; height: auto; display: block; }
  .sj-head { position: static; margin-bottom: 34px; }
  .sj-rail { display: none; }
  .sj-inner { grid-template-columns: 1fr; gap: 0; padding: 0; }
  .sj-copy { min-height: 0; }
  .sj-step { position: static; opacity: 1; transform: none; padding: 26px 0; border-top: 1px solid var(--border); }
  .sj-visuals { display: none; }
  /* Livrables : défilement horizontal naturel */
  .sl { height: auto; padding: 64px 0; }
  .sl-pin { position: static; height: auto; }
  .sl-head { padding: 0 24px; margin-bottom: 28px; }
  .sl-track { overflow-x: auto; padding: 0 24px 16px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
  .sl-card { flex: 0 0 280px; scroll-snap-align: start; }
  .sl-hint { padding: 0 24px; margin-top: 18px; }
  .sp-grid { grid-template-columns: 1fr; }
  .sb { padding: 64px 24px; }
    .sb-grid > .sb-card { flex-basis: 82%; }
    .sb-hint { text-align: left; }
  .st { padding-left: 24px; padding-right: 24px; padding-bottom: 64px; }
  .st-inner { padding: 28px 22px; }
  .sw { padding: 64px 24px; }
  .sw-ctas { flex-direction: column; }
  .sz { min-height: 70vh; }
  .sz-ctas { flex-direction: column; align-items: stretch; }
  .sz-cta { justify-content: center; }
  /* Les 2 CTA suivent le scroll en bas (demande Gary) */
  .sm-bar { display: flex; position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 95; gap: 8px;
    padding-bottom: env(safe-area-inset-bottom); transform: translateY(140%); opacity: 0;
    transition: transform .45s cubic-bezier(0.22,1,0.36,1), opacity .35s; }
  .sm-bar.on { transform: translateY(0); opacity: 1; }
  .sm-bar a { flex: 1; display: inline-flex; align-items: center; justify-content: center; min-height: 52px;
    border-radius: 50px; font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase;
    text-decoration: none; font-family: var(--font-sans); box-shadow: 0 14px 34px rgba(2,8,20,0.35); }
  .sm-esti { background: var(--gold); color: white; }
  .sm-net { background: var(--green); color: white; border: 1px solid rgba(255,255,255,0.18); }
  .sq { padding-bottom: 150px; } /* la FAQ ne finit pas sous la barre */
}
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
  .rv { opacity: 1; transform: none; }
  .sj { height: auto !important; } .sj-pin { position: static; height: auto; }
  .sj-step { position: static; opacity: 1; transform: none; }
  .sl { height: auto !important; } .sl-pin { position: static; height: auto; }
  .sl-track { overflow-x: auto; }
}

/* Lisibilité mobile (audit 26/08) : les rôles des courtiers et les
   étiquettes de vente descendaient à 9,5 px sur téléphone. */
@media (max-width: 600px) {
	.sb-body small,
	.sp-tag { font-size: 10.5px; }
}
