@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=DM+Sans:wght@300;400;500&display=swap');
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { overflow-x: clip; width: 100%; }
:root {
  --bg: #FAFAF8; --cream: #F5F3F0; --ink: #1C1A18; --muted: #6B6560;
  --border: #E4DED6; --white: #FFFFFF;
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'DM Sans', system-ui, sans-serif;
}
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--ink); font-family: var(--font-sans); font-weight: 300; line-height: 1.6; }
.float-cta {
  position: fixed; bottom: 2rem; right: 2rem; z-index: 200;
  padding: 0.9rem 1.8rem;
  background: rgba(10,10,12,0.42); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.22); border-radius: 2rem;
  font-family: var(--font-sans); font-size: 0.85rem; font-weight: 400;
  color: rgba(255,255,255,0.95); text-decoration: none; letter-spacing: 0.04em;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18), inset 0 1px 0 rgba(255,255,255,0.12);
  transition: background 0.2s, transform 0.2s;
}
.float-cta:hover { background: rgba(10,10,12,0.6); transform: translateY(-2px); }
.fbf-wrapper { position: relative; height: 500vh; }
.fbf-sticky { position: sticky; top: 0; width: 100vw; height: 100vh; overflow: hidden; background: #0a0a0c; }
.fbf-canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.fbf-overlay { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(to top, rgba(10,10,12,0.55) 0%, transparent 55%); }
.fbf-progress { position: absolute; bottom: 0; left: 0; height: 2px; width: 100%; background: rgba(255,255,255,0.1); }
.fbf-progress-bar { height: 100%; background: rgba(255,255,255,0.45); width: 100%; transform: scaleX(0); transform-origin: left; transition: transform 0.05s linear; }
.scene-text { position: absolute; color: white; opacity: 0; pointer-events: none; transition: opacity 0.6s ease, transform 0.6s ease; }
.scene-text.scene-hero { top: 0; bottom: 0; left: 5vw; right: auto; display: flex; flex-direction: column; justify-content: center; max-width: 620px; padding: 6vh 0; text-align: left; transform: translateY(8px); }
.scene-text.scene-hero.active { opacity: 1; transform: translateY(0); }
.scene-text.scene-hero.exit { opacity: 0; transform: translateY(-8px); }
.scene-text.scene-mid { top: 50%; left: 50%; transform: translate(-50%, -46%); text-align: center; max-width: 680px; width: 90%; }
.scene-text.scene-mid.active { opacity: 1; transform: translate(-50%, -50%); }
.scene-text.scene-mid.exit { opacity: 0; transform: translate(-50%, -54%); }
.scene-text h1 { font-family: var(--font-serif); font-size: clamp(2rem, 3.8vw, 3.6rem); font-weight: 300; line-height: 1.08; margin-bottom: 1rem; }
.scene-text h1 em { font-style: italic; }
.scene-text h2 { font-family: var(--font-serif); font-size: clamp(2.2rem, 5vw, 4.5rem); font-weight: 300; line-height: 1.08; margin-bottom: 1rem; }
.scene-text h2 em { font-style: italic; }
.scene-text p { font-size: 1.05rem; color: rgba(255,255,255,0.72); line-height: 1.72; max-width: 480px; }
.scene-text.scene-hero p { margin-bottom: 2rem; }
.scene-text.scene-mid p { margin: 0 auto; }
.scene-eyebrow { font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 1.2rem; }
.format-pills { display: flex; gap: 0.65rem; flex-wrap: wrap; margin-top: 1.4rem; }
.format-pill { display: inline-flex; align-items: center; gap: 0.35rem; padding: 0.35rem 0.85rem; background: rgba(255,255,255,0.1); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,0.22); border-radius: 2rem; font-size: 0.78rem; color: rgba(255,255,255,0.85); letter-spacing: 0.05em; pointer-events: all; }
.scroll-hint { position: absolute; bottom: 2rem; right: 3rem; display: flex; flex-direction: column; align-items: center; gap: 0.5rem; color: rgba(255,255,255,0.35); font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; }
.scroll-line { width: 1px; height: 40px; background: linear-gradient(to bottom, rgba(255,255,255,0.35), transparent); animation: lineAnim 2s ease-in-out infinite; }
@keyframes lineAnim { 0%,100%{transform:scaleY(1);opacity:.35} 50%{transform:scaleY(.5);opacity:.8} }
.btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.85rem 1.8rem; border-radius: 2rem; font-family: var(--font-sans); font-size: 0.88rem; font-weight: 400; letter-spacing: 0.04em; text-decoration: none; transition: background 0.2s, transform 0.2s; cursor: pointer; border: none; }
.btn-glass { background: rgba(255,255,255,0.07); color: white; border: 1px solid rgba(255,255,255,0.2); backdrop-filter: blur(16px); box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 4px 16px rgba(0,0,0,0.1); }
.btn-glass:hover { background: rgba(255,255,255,0.16); border-color: rgba(255,255,255,0.38); }
.btn-dark { background: var(--ink); color: white; border: 1px solid transparent; }
.btn-dark:hover { background: #3D3A36; transform: translateY(-1px); }
.btn-outline { background: transparent; color: var(--ink); border: 1px solid var(--border); }
.btn-outline:hover { background: var(--cream); }
section { padding: 7rem 5vw; position: relative; z-index: 1; }
.section-label { font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-bottom: 1rem; }
.section-title { font-family: var(--font-serif); font-size: clamp(2.6rem, 5vw, 4.2rem); font-weight: 300; line-height: 1.1; color: var(--ink); }
.section-title em { font-style: italic; }
.proof-inner, .offer-inner, .mc-inner, .booking-inner { max-width: 960px; margin: 0 auto; }
.proof-header { margin-bottom: 4rem; }
.proof-header p { font-size: 1.1rem; color: var(--muted); max-width: 520px; margin-top: 1.2rem; line-height: 1.75; }
.proof-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--border); border-radius: 1rem; overflow: hidden; margin-bottom: 4rem; }
.proof-stat { padding: 2rem; border-right: 1px solid var(--border); }
.proof-stat:last-child { border-right: none; }
.stat-number { font-family: var(--font-serif); font-size: 3rem; font-weight: 300; line-height: 1; color: var(--ink); margin-bottom: 0.4rem; }
.stat-label { font-size: 0.82rem; color: var(--muted); }
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.5rem; align-items: stretch; }
@media (max-width: 640px) { 
  .testimonials-grid { grid-template-columns: 1fr; gap: 1rem; }
  .testimonial { margin-bottom: 0; }
  .proof-inner, .offer-inner, .mc-inner, .booking-inner { padding: 0; }
}

/* Testimonial card — hauteur égale */
.testimonial {
  background: white;
  border-radius: 1.25rem;
  border: 1px solid var(--border);
  padding: 1.8rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.testimonial:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.1);
}
.testimonial::before { display: none; }

/* Ligne du haut : icône guillemet + étoiles */
.t-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.4rem;
}
.t-stars { color: #C9A96E; font-size: 0.85rem; letter-spacing: 2px; }

/* Texte du témoignage */
.t-text {
  font-size: 0.92rem;
  color: var(--ink);
  line-height: 1.78;
  flex: 1;
  margin-bottom: 1.6rem;
}

/* Photos miniatures cliquables */
.t-photos {
  display: flex; gap: 0.4rem; flex-wrap: wrap;
  margin-bottom: 1.4rem;
}
.t-photo {
  width: 56px; height: 56px;
  border-radius: 0.45rem;
  overflow: hidden; cursor: pointer; flex-shrink: 0;
  border: 1px solid var(--border);
  transition: transform 0.2s, box-shadow 0.2s;
}
.t-photo:hover { transform: scale(1.08); box-shadow: 0 4px 14px rgba(0,0,0,0.14); }
.t-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Auteur */
.t-author { display: flex; align-items: center; gap: 0.85rem; border-top: 1px solid var(--border); padding-top: 1.2rem; margin-top: auto; }
.t-name { font-size: 0.9rem; font-weight: 500; color: var(--ink); line-height: 1.3; }
.t-source { font-size: 0.78rem; color: var(--muted); margin-top: 0.2rem; }

/* Lightbox */
.t-lightbox { display: none; position: fixed; inset: 0; z-index: 9999; background: rgba(0,0,0,0.92); align-items: center; justify-content: center; cursor: pointer; }
.t-lightbox.open { display: flex; }
.t-lightbox img { max-width: 92vw; max-height: 92vh; object-fit: contain; border-radius: 0.5rem; }

.testimonial-text { font-size: 0.9rem; color: var(--muted); line-height: 1.8; font-style: italic; margin-bottom: 1.5rem; }
.testimonial-author { display: flex; align-items: center; gap: 0.75rem; }
.author-dot { width: 36px; height: 36px; border-radius: 50%; background: var(--border); display: flex; align-items: center; justify-content: center; font-size: 0.9rem; }
.author-name { font-size: 0.84rem; font-weight: 500; color: var(--ink); }
.author-detail { font-size: 0.72rem; color: var(--muted); }
.offer-header { margin-bottom: 3rem; }
.offer-header p { font-size: 1rem; color: var(--muted); max-width: 480px; margin-top: 1rem; line-height: 1.75; }
.offer-card { background: var(--white); border: 1px solid var(--border); border-radius: 1.5rem; padding: 2.5rem; max-width: 600px; margin: 0 auto; position: relative; overflow: hidden; }
.offer-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--ink), transparent); }
.offer-tag { display: inline-flex; background: var(--ink); color: white; border-radius: 2rem; padding: 3px 12px; font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 1.2rem; font-weight: 400; }
.offer-name { font-family: var(--font-serif); font-size: 1.8rem; font-weight: 400; margin-bottom: 0.5rem; }
.offer-tagline { font-size: 0.88rem; color: var(--muted); margin-bottom: 1.5rem; }
.offer-price { display: flex; align-items: baseline; gap: 0.5rem; margin-bottom: 1.5rem; }
.price-main { font-family: var(--font-serif); font-size: 2.8rem; font-weight: 300; color: var(--ink); }
.price-note { font-size: 0.82rem; color: var(--muted); }
.offer-features { list-style: none; margin-bottom: 2rem; }
.offer-features li { display: flex; gap: 0.75rem; padding: 0.65rem 0; border-bottom: 1px solid var(--border); font-size: 0.88rem; color: var(--muted); line-height: 1.5; }
.offer-features li:last-child { border-bottom: none; }
.feat-check { color: var(--ink); font-size: 0.75rem; margin-top: 2px; flex-shrink: 0; }
.guarantee-box { background: var(--cream); border: 1px solid var(--border); border-radius: 0.75rem; padding: 1rem 1.2rem; font-size: 0.82rem; color: var(--muted); line-height: 1.6; margin-bottom: 1.5rem; }
.guarantee-box strong { color: var(--ink); }
.mc-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.mc-photo { aspect-ratio: 3/4; border-radius: 1.5rem; overflow: hidden; background: var(--cream); }
.mc-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.85) brightness(1.02); }
.mc-certs { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 2rem; }
.cert-pill { display: inline-flex; align-items: center; gap: 0.35rem; padding: 0.3rem 0.8rem; background: var(--cream); border: 1px solid var(--border); border-radius: 2rem; font-size: 0.75rem; color: var(--muted); letter-spacing: 0.04em; }
#booking { background: var(--ink); }
#booking .section-label { color: rgba(255,255,255,0.4); }
#booking .section-title { color: white; }
.booking-inner { text-align: center; }
.booking-sub { font-size: 1rem; color: rgba(255,255,255,0.55); margin: 1.2rem auto 3rem; max-width: 400px; line-height: 1.75; }
.booking-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); backdrop-filter: blur(20px); border-radius: 1.5rem; padding: 2.5rem; }
.booking-methods { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; margin: 1.5rem 0 2rem; }
.booking-method { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 1rem; padding: 1rem; text-align: left; }
.bm-icon { font-size: 1.2rem; margin-bottom: 0.4rem; }
.bm-label { font-size: 0.82rem; font-weight: 500; color: white; }
.bm-detail { font-size: 0.72rem; color: rgba(255,255,255,0.4); }
.booking-phone { font-size: 0.82rem; color: rgba(255,255,255,0.4); margin-top: 1rem; }
.booking-phone a { color: rgba(255,255,255,0.6); text-decoration: none; }
/* AUDIO MAGNET */
.audio-magnet { background: var(--ink); padding: 5rem 5vw; }
.audio-inner { max-width: 680px; margin: 0 auto; text-align: center; }
.audio-inner .section-label { color: rgba(255,255,255,0.4); }
.audio-inner .section-title { color: white; }
.audio-sub { font-size: 1rem; color: rgba(255,255,255,0.55); margin: 1rem auto 2.5rem; max-width: 440px; line-height: 1.75; }
.audio-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); border-radius: 1.5rem; padding: 2.5rem; }
.audio-preview { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; padding: 1.2rem; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 1rem; }
.audio-play-btn { width: 48px; height: 48px; border-radius: 50%; background: var(--white); display: flex; align-items: center; justify-content: center; font-size: 1rem; cursor: pointer; flex-shrink: 0; transition: transform 0.2s; }
.audio-play-btn:hover { transform: scale(1.05); }
.audio-track-info { text-align: left; }
.audio-track-title { font-size: 0.9rem; font-weight: 500; color: white; margin-bottom: 0.2rem; }
.audio-track-duration { font-size: 0.75rem; color: rgba(255,255,255,0.4); }
.audio-waveform { flex: 1; height: 24px; display: flex; align-items: center; gap: 2px; }
.audio-waveform span { display: block; width: 3px; background: rgba(255,255,255,0.2); border-radius: 2px; animation: wave 1.2s ease-in-out infinite; }
.audio-waveform span:nth-child(1){height:40%;animation-delay:.0s}
.audio-waveform span:nth-child(2){height:70%;animation-delay:.1s}
.audio-waveform span:nth-child(3){height:100%;animation-delay:.2s}
.audio-waveform span:nth-child(4){height:60%;animation-delay:.3s}
.audio-waveform span:nth-child(5){height:80%;animation-delay:.4s}
.audio-waveform span:nth-child(6){height:50%;animation-delay:.5s}
.audio-waveform span:nth-child(7){height:90%;animation-delay:.6s}
.audio-waveform span:nth-child(8){height:40%;animation-delay:.7s}
@keyframes wave { 0%,100%{opacity:.2} 50%{opacity:.7} }
.audio-gate { display: flex; flex-direction: column; gap: 0.75rem; }
.audio-gate-label { font-size: 0.82rem; color: rgba(255,255,255,0.55); text-align: left; }
.audio-form { display: flex; gap: 0.75rem; }
.audio-email { flex: 1; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.15); border-radius: 2rem; padding: 0.75rem 1.2rem; color: white; font-family: var(--font-sans); font-size: 0.88rem; outline: none; transition: border-color 0.2s; }
.audio-email::placeholder { color: rgba(255,255,255,0.3); }
.audio-email:focus { border-color: rgba(255,255,255,0.4); }
.audio-submit { background: white; color: var(--ink); border: none; border-radius: 2rem; padding: 0.75rem 1.4rem; font-family: var(--font-sans); font-size: 0.85rem; font-weight: 500; cursor: pointer; white-space: nowrap; transition: transform 0.2s; }
.audio-submit:hover { transform: translateY(-1px); }
.audio-success { display: none; flex-direction: column; gap: 0.5rem; padding: 1.2rem; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.15); border-radius: 1rem; }
.audio-success p { font-size: 0.88rem; color: rgba(255,255,255,0.7); }
.audio-player-real { margin-top: 1rem; width: 100%; }
.audio-note { font-size: 0.72rem; color: rgba(255,255,255,0.3); margin-top: 0.75rem; }
footer { background: var(--ink); border-top: 1px solid rgba(255,255,255,0.08); padding: 2.5rem 5vw; text-align: center; font-size: 0.78rem; color: rgba(255,255,255,0.3); }
footer a { color: rgba(255,255,255,0.5); text-decoration: none; }
@media (max-width: 768px) {
  section { padding: 4rem 5vw; }
  .mc-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .proof-stats { grid-template-columns: 1fr 1fr; }
  .proof-stat { border-right: none; border-bottom: 1px solid var(--border); }
  .proof-stat:last-child { border-bottom: none; }
  .booking-methods { grid-template-columns: 1fr; }
  .audio-form { flex-direction: column; }
}
