*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html {
  scroll-padding-top: 110px;
}

html, body {
  scroll-behavior: smooth;
}

:root {
  --rose:     #e8b4bc;
  --rose-soft:#f5d6db;
  --nude:     #d4b5a0;
  --nude-soft:#ead8c8;
  --bordeaux: #7a2535;
  --bordeaux-deep: #5a1825;
  --creme:    #faf4f0;
  --creme-warm: #f5ebe3;
  --dark:     #1a0a0e;
  --dark-soft: #2d141a;
  --ink:      #2a1a1f;
  --gold:     #f4d35e;
}

html, body {
  width: 100%;
  font-family: 'Inter', sans-serif;
  background: var(--creme);
  color: var(--ink);
  overflow-x: hidden;
  line-height: 1.6;
}

section { position: relative; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.eyebrow {
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  margin-bottom: 20px; opacity: 0.72;
}
h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(40px, 5.5vw, 68px); font-weight: 300;
  line-height: 1.1; letter-spacing: -0.01em; margin-bottom: 24px;
  text-wrap: balance;
}
h2 em { font-style: italic; color: var(--bordeaux); line-height: 1.12; padding-bottom: 0.04em; }
h3 { text-wrap: balance; }
.eyebrow { text-wrap: balance; }
.lede { font-size: 17px; line-height: 1.7; opacity: 0.65; max-width: 600px; text-wrap: balance; }

/* ── BANNER MARQUEE ── */
.banner {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(122,37,53,0.92); backdrop-filter: blur(12px);
  padding: 18px 0; overflow: hidden;
}
.marquee {
  width: 100%; overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}
.marquee-track {
  display: inline-flex; gap: 48px; white-space: nowrap;
  animation: scrollMarquee 40s linear infinite;
  padding-left: 48px;
}
.marquee-track:hover { animation-play-state: paused; }
.marquee span {
  display: inline-block; flex-shrink: 0;
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(255,255,255,0.9);
}
.marquee span::before { content: '✦  '; opacity: 0.6; color: var(--rose); }
@keyframes scrollMarquee { from {transform: translateX(0);} to {transform: translateX(-50%);} }

/* ── NAV ── */
nav {
  position: fixed; top: 48px; left: 0; right: 0; z-index: 99;
  padding: 18px 48px;
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(26,10,14,0.4); backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  transition: background .3s;
}
.nav-logo strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px; font-weight: 400; color: var(--creme);
  letter-spacing: 0.04em; display: block;
}
.nav-logo small {
  font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}
.nav-links {
  display: flex; gap: 32px; list-style: none;
  position: absolute; left: 50%; transform: translateX(-50%);
}
.nav-links a {
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.6); text-decoration: none; transition: color .3s;
}
.nav-links a:hover { color: rgba(255,255,255,0.95); }
.nav-cta {
  background: rgba(255,255,255,0.1); backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.2); color: white;
  padding: 12px 24px; border-radius: 100px;
  min-height: 44px;
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  cursor: pointer; transition: all .3s; font-family: inherit;
  text-decoration: none; display: inline-flex; align-items: center;
}
.nav-cta:hover { background: rgba(255,255,255,0.2); }
.nav-cta:focus-visible {
  outline: 2px solid rgba(255,255,255,0.7);
  outline-offset: 3px;
}
.nav-right {
  display: flex; align-items: center; gap: 10px; flex-shrink: 0;
}

/* ════════════════════════════════════════
   1 — HERO
   ════════════════════════════════════════ */
.hero-section {
  min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  background: radial-gradient(ellipse 120% 100% at 50% 0%, #2d0a14 0%, #1a0a0e 60%, #0d0508 100%);
  color: var(--creme);
  padding: 148px 32px 80px;
}
.orb { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.55; pointer-events: none; }
.orb-1 { width: 600px; height: 600px; background: radial-gradient(circle at 40% 40%, #c4718a, #7a2535 60%, transparent); top: -120px; left: -100px; animation: drift1 12s ease-in-out infinite alternate; }
.orb-2 { width: 500px; height: 500px; background: radial-gradient(circle at 60% 60%, #e8c4b0, #c4957a 50%, transparent); bottom: -80px; right: -80px; animation: drift2 15s ease-in-out infinite alternate; }
.orb-3 { width: 350px; height: 350px; background: radial-gradient(circle, #f0d0d8, #d4a0b0 50%, transparent); top: 40%; left: 55%; opacity: 0.3; animation: drift3 10s ease-in-out infinite alternate; }
@keyframes drift1 { from {transform: translate(0,0) scale(1);} to {transform: translate(40px,30px) scale(1.08);} }
@keyframes drift2 { from {transform: translate(0,0) scale(1);} to {transform: translate(-30px,-40px) scale(1.05);} }
@keyframes drift3 { from {transform: translate(0,0);} to {transform: translate(-20px,20px);} }

.grain {
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.04; pointer-events: none;
}

.hero-content {
  position: relative; z-index: 10;
  max-width: 900px; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 32px;
}
.tag {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 20px; border-radius: 100px;
  background: rgba(255,255,255,0.06); backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.12);
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.6);
}
.tag-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--rose); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%,100% {opacity:1;transform:scale(1);} 50% {opacity:0.5;transform:scale(0.7);} }

.hero-content h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(52px, 8vw, 96px); font-weight: 300; line-height: 1.04;
  letter-spacing: -0.02em;
}
.hero-content h1 em { font-style: italic; color: var(--rose); display: block; line-height: 1.12; padding-bottom: 0.06em; }
.hero-content .subtitle {
  max-width: 540px; font-size: 16px; line-height: 1.7;
  color: rgba(255,255,255,0.62); font-weight: 300;
}

.glass-card {
  width: 100%; max-width: 680px; padding: 36px 48px; border-radius: 28px;
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(40px) saturate(1.4);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.04), 0 40px 80px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.1);
  display: flex; flex-direction: column; align-items: center; gap: 28px;
}
.stats { display: flex; gap: 40px; width: 100%; justify-content: center; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,0.08); flex-wrap: wrap; }
.stat { text-align: center; }
.stat-num { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 300; color: var(--creme); }
.stat-label { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-top: 2px; }
.cta-row { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; justify-content: center; }
.btn-primary {
  padding: 16px 36px; border-radius: 100px;
  background: linear-gradient(135deg, #9b3347, #7a2535);
  border: 1px solid rgba(255,255,255,0.15); color: rgba(255,255,255,0.95);
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  cursor: pointer; transition: all .3s; font-family: inherit;
  box-shadow: 0 8px 30px rgba(122,37,53,0.5);
  text-decoration: none; display: inline-block;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 40px rgba(122,37,53,0.6); }
.btn-ghost {
  padding: 15px 32px; border-radius: 100px;
  background: rgba(255,255,255,0.06); backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.15); color: rgba(255,255,255,0.65);
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  cursor: pointer; transition: all .3s; font-family: inherit;
  text-decoration: none; display: inline-block;
}
.btn-ghost:hover { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.9); }

.float-card {
  position: absolute; border-radius: 18px;
  background: rgba(255,255,255,0.07); backdrop-filter: blur(24px);
  border: 1px solid rgba(255,255,255,0.12); padding: 16px 20px;
  pointer-events: none; box-shadow: 0 20px 50px rgba(0,0,0,0.3); z-index: 5;
}
.float-card-left { left: 4%; top: 35%; animation: floatY 8s ease-in-out infinite; }
.float-card-right { right: 4%; top: 45%; animation: floatY 10s ease-in-out infinite reverse; }
@keyframes floatY { 0%,100% {transform: translateY(0);} 50% {transform: translateY(-16px);} }
.float-label { font-size: 9px; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 6px; }
.float-value { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 300; color: var(--creme); white-space: nowrap; }
.float-sub { font-size: 10px; color: rgba(255,255,255,0.55); margin-top: 3px; }
.float-badge { display: inline-block; margin-top: 8px; padding: 3px 10px; border-radius: 100px; background: rgba(232,180,188,0.2); border: 1px solid rgba(232,180,188,0.3); font-size: 9px; color: var(--rose); letter-spacing: 0.1em; }
.stars { color: var(--rose); font-size: 12px; letter-spacing: 2px; }

/* ════════════════════════════════════════
   2 — PROOF BAR
   ════════════════════════════════════════ */
.proof-bar {
  background: var(--dark);
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: 24px 48px;
  display: flex; justify-content: center; gap: 60px; flex-wrap: wrap;
}
.proof-item { display: flex; align-items: center; gap: 12px; }
.proof-num { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 300; color: var(--creme); }
.proof-text { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.55); line-height: 1.4; }
.proof-divider { width: 1px; height: 32px; background: rgba(255,255,255,0.1); align-self: center; }

/* ════════════════════════════════════════
   3 — PROBLEM (CREME)
   ════════════════════════════════════════ */
.problem-section { background: var(--creme); padding: 140px 32px; text-align: center; }
.problem-section .container { max-width: 1100px; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 80px; }
.problem-card {
  background: linear-gradient(180deg, rgba(232,180,188,0.15), rgba(232,180,188,0.05));
  border: 1px solid rgba(122,37,53,0.08); border-radius: 24px;
  padding: 40px 32px; text-align: left; backdrop-filter: blur(20px);
}
.problem-num { font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 300; color: var(--bordeaux); opacity: 0.4; margin-bottom: 16px; }
.problem-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 400; line-height: 1.2; color: var(--ink); margin-bottom: 16px; }
.problem-card p { font-size: 14px; line-height: 1.7; color: rgba(42,26,31,0.65); }

/* ════════════════════════════════════════
   4 — SOLUTION / 3 STEPS (DARK)
   ════════════════════════════════════════ */
.solution-section {
  background: linear-gradient(180deg, var(--dark) 0%, var(--dark-soft) 100%);
  color: var(--creme); padding: 140px 32px; text-align: center;
  overflow: hidden;
}
.solution-section .container { position: relative; z-index: 5; }
.solution-section h2 { color: var(--creme); }
.solution-section .lede { color: rgba(255,255,255,0.5); margin: 0 auto; }
.solution-section .eyebrow { color: var(--rose); }
.solution-orb { position: absolute; border-radius: 50%; filter: blur(100px); opacity: 0.3; }
.solution-orb-1 { width: 500px; height: 500px; background: var(--bordeaux); top: 20%; left: -10%; }
.solution-orb-2 { width: 400px; height: 400px; background: var(--rose); bottom: 10%; right: -5%; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 80px; position: relative; z-index: 5; }
.step { background: rgba(255,255,255,0.04); backdrop-filter: blur(30px); border: 1px solid rgba(255,255,255,0.08); border-radius: 24px; padding: 40px 32px; text-align: left; }
.step-roman { font-family: 'Cormorant Garamond', serif; font-size: 14px; letter-spacing: 0.3em; color: var(--rose); margin-bottom: 20px; }
.step-icon {
  width: 56px; height: 56px; border-radius: 50%;
  background: linear-gradient(135deg, rgba(232,180,188,0.3), rgba(122,37,53,0.3));
  border: 1px solid rgba(232,180,188,0.3);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 24px; font-family: 'Cormorant Garamond', serif;
  font-size: 22px; font-style: italic; color: var(--rose);
}
.step h3 { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 400; color: var(--creme); margin-bottom: 12px; }
.step p { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,0.55); }

/* ════════════════════════════════════════
   5 — BENEFITS (CREME)
   ════════════════════════════════════════ */
.benefits-section { background: var(--creme-warm); padding: 140px 32px; }
.benefits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; margin-top: 80px; }
.benefits-grid.flipped { direction: rtl; }
.benefits-grid.flipped > * { direction: ltr; }
.benefit-visual {
  aspect-ratio: 1/1;
  background: linear-gradient(135deg, var(--rose-soft), var(--nude-soft));
  border-radius: 32px; position: relative; overflow: hidden;
  box-shadow: 0 30px 80px rgba(122,37,53,0.15);
  display: flex; align-items: center; justify-content: center;
}
.benefit-visual-icon { position: relative; z-index: 2; font-size: clamp(72px, 13vw, 132px); line-height: 1; filter: drop-shadow(0 14px 34px rgba(122,37,53,0.28)); }
.benefit-visual::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.5), transparent 60%); }
.benefit-visual::after { content: ''; position: absolute; width: 60%; height: 60%; border-radius: 50%; background: radial-gradient(circle, var(--rose), var(--bordeaux)); bottom: -10%; right: -10%; filter: blur(40px); opacity: 0.5; }
.benefit-content h3 { font-family: 'Cormorant Garamond', serif; font-size: 38px; font-weight: 300; line-height: 1.15; margin-bottom: 20px; }
.benefit-content h3 em { font-style: italic; color: var(--bordeaux); }
.benefit-content p { font-size: 16px; line-height: 1.7; color: rgba(42,26,31,0.65); margin-bottom: 24px; }
.benefit-list { list-style: none; }
.benefit-list li { font-size: 14px; padding: 12px 0; border-bottom: 1px solid rgba(122,37,53,0.1); display: flex; align-items: center; gap: 12px; color: var(--ink); }
.benefit-list li::before { content: '✦'; color: var(--bordeaux); font-size: 12px; }

/* ════════════════════════════════════════
   6 — CATALOGUE (DARK)
   ════════════════════════════════════════ */
.products-section {
  background: var(--dark); color: var(--creme);
  padding: 140px 32px 100px; overflow: hidden;
}
.products-section .header { text-align: center; }
.products-section h2 { color: var(--creme); }
.products-section .eyebrow { color: var(--rose); }
.products-section .lede { color: rgba(255,255,255,0.5); margin: 0 auto; }

.product-tabs {
  display: flex; justify-content: center; gap: 6px;
  margin: 56px auto 0; padding: 6px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 100px; width: fit-content;
  flex-wrap: wrap;
}
.tab-btn {
  padding: 11px 26px; border-radius: 100px;
  background: transparent; border: none;
  color: rgba(255,255,255,0.5);
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  cursor: pointer; transition: all .3s; font-family: inherit;
}
.tab-btn:hover { color: rgba(255,255,255,0.85); }
.tab-btn.active { background: var(--bordeaux); color: var(--creme); }

/* — Sublim category filters — */
.sublim-filters {
  display: flex; justify-content: center; gap: 8px;
  margin: 36px 0 0; flex-wrap: wrap;
}
.sublim-filter {
  padding: 8px 20px; border-radius: 100px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.45);
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  cursor: pointer; transition: all .25s; font-family: inherit;
}
.sublim-filter:hover { border-color: var(--rose); color: rgba(255,255,255,0.8); }
.sublim-filter.active {
  background: rgba(232,180,188,0.15);
  border-color: var(--rose); color: var(--rose);
}
.sublim-cat-group { transition: opacity .2s; }
.sublim-cat-group.hidden { display: none; }

.product-subhead {
  margin: 80px 0 32px;
  display: flex; align-items: baseline; justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,0.08); padding-bottom: 20px;
  flex-wrap: wrap; gap: 16px;
}
.product-subhead-left { display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap; }
.product-subhead h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px; font-weight: 300; color: var(--creme);
  letter-spacing: -0.01em;
}
.product-subhead h3 em { font-style: italic; color: var(--rose); }
.product-subhead small {
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}
.product-subhead .count {
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(232,180,188,0.6);
}

.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

.product-card {
  background: rgba(255,255,255,0.03);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px; overflow: hidden;
  transition: all .4s; text-align: left;
  display: flex; flex-direction: column;
  height: 100%;
}
.product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(232,180,188,0.3);
  box-shadow: 0 24px 50px rgba(0,0,0,0.4);
}
.product-visual {
  aspect-ratio: 4/3; position: relative; overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  display: flex; align-items: center; justify-content: center;
}
.product-visual::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.25), transparent 60%);
}
.product-visual.love-f { background: linear-gradient(135deg, #e8b4bc, #7a2535); }
.product-visual.love-m { background: linear-gradient(135deg, #5a1825, #1a0a0e); }
.product-visual.identity-warm { background: linear-gradient(135deg, #d4b5a0, #8b6f5a); }
.product-visual.identity-rose { background: linear-gradient(135deg, #f0d0d8, #c4718a); }
.product-visual.argent { background: linear-gradient(135deg, #d4a574, #8b5a2b); }
.product-visual.bundle-love { background: linear-gradient(135deg, #c4718a, #5a1825); }
.product-visual.bundle-argent { background: linear-gradient(135deg, #c89968, #6b3f15); }
.product-visual.bundle-identity { background: linear-gradient(135deg, #c4a890, #6b4f3a); }
.product-visual.programme { background: linear-gradient(135deg, #2d141a, #5a1825); }
.product-visual.programme-light { background: linear-gradient(135deg, #b89090, #5a1825); }
.product-visual.gratuit { background: linear-gradient(135deg, #f0d0d8, #d4a0b0); }
.product-visual.surmesure { background: linear-gradient(135deg, #1a0a0e, #2d141a); border: 1px solid rgba(232,180,188,0.2); }

/* === Système thématique unifié (4 familles) === */
.product-visual.theme-amour { background: linear-gradient(135deg, #e8b4bc, #7a2535); }
.product-visual.theme-hommes { background: linear-gradient(135deg, #5a1825, #1a0a0e); }
.product-visual.theme-self { background: linear-gradient(135deg, #e0bfab, #a4707a); }
.product-visual.theme-abondance { background: linear-gradient(135deg, #d4a574, #8b5a2b); }
.product-visual.theme-gold { background: linear-gradient(135deg, #c7a24e, #6e4d18); }
.product-visual.theme-phare { background: linear-gradient(135deg, #b08a3e,#3a0e18); }

.product-visual-icon {
  position: relative; z-index: 2;
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px; font-weight: 300; font-style: italic;
  color: rgba(255,255,255,0.32); line-height: 1;
}
.product-emoji {
  position: relative; z-index: 2;
  width: 74px; height: 74px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 34px; line-height: 1;
  background: rgba(26,10,14,0.30);
  border: 1px solid rgba(244,211,94,0.45);
  box-shadow: 0 6px 24px rgba(0,0,0,0.35), inset 0 0 18px rgba(244,211,94,0.10);
  -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);
}

.product-badge {
  position: absolute; top: 12px; left: 12px; z-index: 3;
  padding: 5px 12px; border-radius: 100px;
  background: rgba(255,255,255,0.92); backdrop-filter: blur(10px);
  font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink); font-weight: 500;
}
.product-badge.gratuit { background: var(--rose); color: var(--bordeaux); }
.product-badge.bundle { background: var(--bordeaux); color: var(--creme); }
.product-badge.bestseller { background: var(--gold); color: #1a0a0e; }
.product-badge.premium { background: var(--ink); color: var(--rose); border: 1px solid var(--rose); }
.product-badge.urgence { background: #c44569; color: white; }

.product-genre {
  position: absolute; top: 12px; right: 12px; z-index: 3;
  padding: 4px 10px; border-radius: 100px;
  background: rgba(0,0,0,0.4); backdrop-filter: blur(10px);
  font-size: 9px; letter-spacing: 0.12em;
  color: rgba(255,255,255,0.85);
}

.product-info { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.product-cat { font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--rose); margin-bottom: 8px; }
.product-info h4 { font-family: 'Cormorant Garamond', serif; font-size: 19px; font-weight: 400; line-height: 1.2; color: var(--creme); margin-bottom: 10px; }
.product-desc { font-size: 12.5px; line-height: 1.6; color: rgba(255,255,255,0.5); margin-bottom: 0; flex: 1; }
.product-pack-inclus {
  font-size: 11.5px; color: var(--gold); letter-spacing: 0.04em;
  margin-top: 10px; font-weight: 600; line-height: 1.45;
  display: inline-block; padding: 7px 11px; border-radius: 8px;
  background: rgba(244,211,94,0.10);
  border: 1px solid rgba(244,211,94,0.28);
}
.product-pack-inclus strong { color: var(--gold); font-weight: 700; }
.product-footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 16px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.06); }
.product-price { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 400; color: var(--rose); line-height: 1; white-space: nowrap; }
.product-price s { font-size: 12px; color: rgba(255,255,255,0.3); margin-right: 6px; }
.product-price.free { color: var(--gold); font-style: italic; font-size: 18px; }
.product-save { font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 600; color: #c7a24e; margin-left: 8px; letter-spacing: 0.02em; vertical-align: middle; }
.product-bestvalue { font-family: 'Inter', sans-serif; font-size: 9px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: #c7a24e; margin: 0 0 8px; display: flex; align-items: center; gap: 5px; }
.product-cta {
  padding: 9px 16px; border-radius: 100px;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.85);
  font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase;
  cursor: pointer; transition: all .3s; font-family: inherit;
  white-space: nowrap;
}
.product-cta:hover { background: var(--bordeaux); border-color: var(--bordeaux); color: white; }

/* ════════════════════════════════════════
   7 — TESTIMONIALS AVANT/APRÈS (CREME)
   ════════════════════════════════════════ */
.testimonials-section { background: var(--creme); padding: 140px 32px; }
.testimonials-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; margin-top: 80px; }

.testimonial {
  background: white;
  border: 1px solid rgba(122,37,53,0.08);
  border-radius: 28px; padding: 0; overflow: hidden;
  box-shadow: 0 20px 50px rgba(122,37,53,0.05);
  display: flex; flex-direction: column;
  transition: all .4s;
}
.testimonial:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(122,37,53,0.12);
}

.testimonial-header {
  padding: 28px 32px 20px;
  display: flex; align-items: center; gap: 14px;
  border-bottom: 1px solid rgba(122,37,53,0.06);
}
.author-avatar {
  width: 52px; height: 52px; border-radius: 50%;
  background: linear-gradient(135deg, var(--rose), var(--bordeaux));
  display: flex; align-items: center; justify-content: center;
  color: var(--creme); font-weight: 500; font-size: 17px;
  font-family: 'Cormorant Garamond', serif; flex-shrink: 0;
}
.author-info { flex: 1; }
.author-info strong { display: block; font-size: 15px; color: var(--ink); margin-bottom: 3px; font-weight: 500; }
.author-info small { font-size: 11px; color: rgba(42,26,31,0.5); }
.testimonial-stars { color: var(--rose); font-size: 13px; letter-spacing: 2px; }

.ta-before {
  padding: 28px 32px 24px;
  background: linear-gradient(180deg, #f0e8e8, #e8dcdc);
  position: relative;
  min-height: 170px;
}
.ta-before::before {
  content: ''; position: absolute; top: 0; left: 0;
  width: 3px; height: 100%; background: rgba(42,26,31,0.15);
}
.ta-label {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  margin-bottom: 14px; font-weight: 500;
}
.ta-label.before { color: rgba(42,26,31,0.45); }
.ta-label.before::before { content: '▼'; font-size: 8px; }
.ta-label.after { color: var(--bordeaux); }
.ta-label.after::before { content: '▲'; font-size: 8px; }
.ta-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px; line-height: 1.55; font-style: italic;
}
.ta-before .ta-quote { color: rgba(42,26,31,0.6); }
.ta-after .ta-quote { color: var(--ink); }
.ta-quote::before { content: '« '; opacity: 0.4; }
.ta-quote::after { content: ' »'; opacity: 0.4; }

.ta-after {
  padding: 28px 32px;
  background: linear-gradient(180deg, #fde0e6, #fcd4db);
  position: relative;
  flex: 1;
}
.ta-after::before {
  content: ''; position: absolute; top: 0; left: 0;
  width: 3px; height: 100%;
  background: linear-gradient(180deg, var(--rose), var(--bordeaux));
}

.ta-product {
  padding: 18px 32px;
  background: var(--ink); color: var(--creme);
  display: flex; justify-content: space-between; align-items: center;
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  flex-wrap: wrap; gap: 8px;
}
.ta-product strong { color: var(--rose); font-weight: 500; }
.ta-product .ta-result { color: rgba(255,255,255,0.6); }

/* ════════════════════════════════════════
   8 — SCIENCE / 4 LAYERS (DARK)
   ════════════════════════════════════════ */
.science-section {
  background: linear-gradient(180deg, var(--dark) 0%, #0a0508 100%);
  color: var(--creme); padding: 140px 32px; text-align: center;
  overflow: hidden; position: relative;
}
.science-section::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 30%, rgba(232,180,188,0.08), transparent 50%);
  pointer-events: none;
}
.science-section h2 { color: var(--creme); }
.science-section .eyebrow { color: var(--rose); }
.science-section .lede { color: rgba(255,255,255,0.5); margin: 0 auto; }
.layers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 80px; position: relative; }
.layer {
  background: rgba(255,255,255,0.04); backdrop-filter: blur(30px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px; padding: 36px 24px; text-align: left; position: relative;
}
.layer-num { position: absolute; top: 24px; right: 24px; font-family: 'Cormorant Garamond', serif; font-size: 48px; font-weight: 300; color: rgba(232,180,188,0.15); line-height: 1; }
.layer-label { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--rose); margin-bottom: 12px; }
.layer h3 { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 400; line-height: 1.2; color: var(--creme); margin-bottom: 14px; }
.layer p { font-size: 13px; line-height: 1.65; color: rgba(255,255,255,0.55); }
.layer-freq { margin-top: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.06); font-size: 11px; color: rgba(232,180,188,0.7); letter-spacing: 0.1em; }

/* ════════════════════════════════════════
   9 — FAQ (CREME)
   ════════════════════════════════════════ */
.faq-section { background: var(--creme); padding: 140px 32px; }
.faq-section .container { max-width: 800px; }
.faq-section .header { text-align: center; }
.faq-list { margin-top: 60px; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: white;
  border: 1px solid rgba(122,37,53,0.08);
  border-radius: 16px; overflow: hidden;
  transition: all .3s;
}
.faq-item:hover { border-color: rgba(122,37,53,0.2); }
.faq-q {
  padding: 24px 28px; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  font-size: 16px; font-weight: 500; color: var(--ink);
}
.faq-toggle {
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(122,37,53,0.08);
  display: flex; align-items: center; justify-content: center;
  color: var(--bordeaux); font-size: 14px;
  flex-shrink: 0; transition: all .3s;
}
.faq-item.open .faq-toggle { background: var(--bordeaux); color: white; transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s ease; padding: 0 28px; }
.faq-item.open .faq-a { max-height: 400px; padding-bottom: 24px; }
.faq-a p { font-size: 14px; line-height: 1.7; color: rgba(42,26,31,0.7); }

/* ════════════════════════════════════════
   10 — FINAL CTA (DARK)
   ════════════════════════════════════════ */
.final-cta {
  background: radial-gradient(ellipse at center, var(--bordeaux) 0%, var(--bordeaux-deep) 50%, var(--dark) 100%);
  color: var(--creme); padding: 140px 32px 120px; text-align: center;
  overflow: hidden; position: relative;
}
.final-cta::before {
  content: ''; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.05; pointer-events: none;
}
.final-cta::after {
  content: '✦';
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  font-size: clamp(300px, 40vw, 560px);
  color: rgba(255,255,255,0.025);
  pointer-events: none; z-index: 0; line-height: 1;
  user-select: none;
}
.final-cta .orb { z-index: 1; opacity: 0.35; }
.final-cta .container { position: relative; z-index: 5; max-width: 840px; }
.final-cta h2 { color: var(--creme); font-size: clamp(44px, 6.5vw, 80px); }
.final-cta h2 em { color: var(--rose); }
.final-cta .lede { color: rgba(255,255,255,0.55); margin: 0 auto 48px; }

.final-paths {
  display: flex; gap: 10px; margin: 0 auto 36px;
  max-width: 700px; flex-wrap: wrap; justify-content: center;
}
.final-path {
  padding: 11px 22px; border-radius: 100px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.6);
  font-size: 12px; letter-spacing: 0.05em;
  text-decoration: none; transition: all .25s; white-space: nowrap;
}
.final-path:hover {
  background: rgba(232,180,188,0.12);
  border-color: var(--rose); color: var(--creme);
}

.final-cta-btn {
  padding: 20px 52px; border-radius: 100px;
  background: var(--creme); color: var(--bordeaux); border: none;
  font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase;
  font-weight: 500; cursor: pointer; transition: all .3s; font-family: inherit;
  box-shadow: 0 14px 50px rgba(0,0,0,0.4);
  text-decoration: none; display: inline-block;
}
.final-cta-btn:hover { transform: translateY(-3px); box-shadow: 0 20px 60px rgba(0,0,0,0.5); }
.guarantee { margin-top: 28px; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.3); }
.guarantee::before { content: '✦  '; color: var(--rose); opacity: 0.6; }

/* ── CONTACT ── */
.contact-section {
  position: relative; overflow: hidden;
  background: radial-gradient(ellipse 140% 100% at 0% 50%, #2d0a14 0%, #1a0a0e 55%, #0d0508 100%);
  padding: 130px 32px;
  color: var(--creme);
}
.contact-section::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.03; pointer-events: none;
}
.contact-orb {
  position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none;
}
.contact-orb-1 {
  width: 500px; height: 500px;
  background: radial-gradient(circle, #7a2535 0%, transparent 70%);
  top: -120px; left: -100px; opacity: 0.35;
}
.contact-orb-2 {
  width: 400px; height: 400px;
  background: radial-gradient(circle, #e8b4bc 0%, transparent 70%);
  bottom: -100px; right: -80px; opacity: 0.15;
}

.contact-inner {
  position: relative; z-index: 2;
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 96px; align-items: start;
}
.contact-left { padding-top: 12px; }
.contact-left .eyebrow { color: var(--rose); opacity: 1; margin-bottom: 24px; }
.contact-left h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(38px, 4.5vw, 58px); font-weight: 300;
  line-height: 1.08; color: var(--creme); margin-bottom: 28px;
  text-wrap: balance;
}
.contact-left h2 em { color: var(--rose); font-style: italic; }
.contact-left .contact-desc {
  font-size: 15px; line-height: 1.75; color: rgba(255,255,255,0.45);
  max-width: 360px; margin-bottom: 48px;
}
.contact-meta { display: flex; flex-direction: column; gap: 18px; }
.contact-meta-item { display: flex; align-items: center; gap: 14px; }
.contact-meta-icon {
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid rgba(232,180,188,0.25);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  background: rgba(232,180,188,0.05);
}
.contact-meta-icon svg { width: 14px; height: 14px; stroke: var(--rose); fill: none; stroke-width: 1.5; stroke-linecap: round; }
.contact-meta-text { font-size: 13px; color: rgba(255,255,255,0.45); letter-spacing: 0.02em; }
.contact-meta-text strong { display: block; font-size: 13px; color: rgba(255,255,255,0.75); font-weight: 400; margin-bottom: 2px; }

.contact-form {
  display: flex; flex-direction: column; gap: 0;
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(24px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  padding: 48px 44px 44px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; }
.form-field { position: relative; padding-bottom: 36px; }
.form-field label {
  display: block;
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.35); font-weight: 500;
  margin-bottom: 10px; transition: color .25s;
}
.form-field:focus-within label { color: var(--rose); }
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%; background: transparent;
  border: none; border-bottom: 1px solid rgba(255,255,255,0.12);
  padding: 10px 0 12px;
  font-family: 'Inter', sans-serif; font-size: 14px;
  color: rgba(255,255,255,0.85); outline: none;
  transition: border-color .3s;
  appearance: none; -webkit-appearance: none;
}
.form-field input::placeholder,
.form-field textarea::placeholder { color: rgba(255,255,255,0.2); }
.form-field select option { background: #1a0a0e; color: var(--creme); }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus { border-bottom-color: var(--rose); }
.form-field textarea { resize: none; min-height: 110px; line-height: 1.7; }
.form-field select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23e8b4bc' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 2px center;
  padding-right: 24px; color: rgba(255,255,255,0.85);
}
.form-field select:invalid,
.form-field select option[value=""] { color: rgba(255,255,255,0.2); }

.form-field::after {
  content: ''; position: absolute; bottom: 36px; left: 0;
  width: 0; height: 1px;
  background: var(--rose);
  transition: width .35s cubic-bezier(.4,0,.2,1);
}
.form-field:focus-within::after { width: 100%; }

.form-submit {
  margin-top: 8px; align-self: flex-start;
  padding: 15px 40px; border-radius: 100px;
  background: linear-gradient(135deg, #9b3347, #7a2535);
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.95);
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  font-family: 'Inter', sans-serif; font-weight: 500;
  cursor: pointer; transition: all .3s;
  box-shadow: 0 8px 32px rgba(122,37,53,0.45);
}
.form-submit:hover { transform: translateY(-2px); box-shadow: 0 16px 44px rgba(122,37,53,0.6); }
.form-submit:disabled { opacity: 0.7; cursor: default; transform: none; }

.contact-note {
  margin-top: 20px; font-size: 11px; color: rgba(255,255,255,0.2);
  letter-spacing: 0.08em; text-align: left;
}
.contact-note::before { content: '✦  '; color: var(--rose); opacity: 0.6; }

@media (max-width: 860px) {
  .contact-inner { grid-template-columns: 1fr; gap: 48px; }
  .contact-left { padding-top: 0; }
  .contact-left .contact-desc { max-width: 100%; }
}

/* ── QUIZ FUNNEL ── */
.quiz-overlay {
  position: fixed; inset: 0; z-index: 1100;
  background: rgba(8,3,6,0.8); backdrop-filter: blur(18px);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity .35s;
  padding: 20px;
}
.quiz-overlay.open { opacity: 1; pointer-events: all; }
.quiz-modal {
  background: linear-gradient(150deg, #1f0c12 0%, #120810 100%);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 28px; padding: 44px 40px 40px;
  max-width: 560px; width: 100%;
  position: relative; box-shadow: 0 48px 120px rgba(0,0,0,0.7);
  max-height: 92vh; overflow-y: auto;
}
.quiz-close {
  position: absolute; top: 18px; right: 20px;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.45); width: 34px; height: 34px;
  border-radius: 50%; font-size: 17px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all .2s; line-height: 1;
}
.quiz-close:hover { background: rgba(255,255,255,0.12); color: white; }
.quiz-progress {
  width: 100%; height: 2px; background: rgba(255,255,255,0.07);
  border-radius: 2px; margin-bottom: 28px; overflow: hidden;
}
.quiz-progress-bar {
  height: 100%; width: 20%;
  background: linear-gradient(90deg, var(--bordeaux), var(--rose));
  border-radius: 2px; transition: width .45s cubic-bezier(.4,0,.2,1);
}
.quiz-step-label {
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--rose); margin-bottom: 22px; display: block;
}
.quiz-persona { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.quiz-persona-av { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--rose), var(--bordeaux)); display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; box-shadow: 0 6px 18px rgba(122,37,53,0.4); overflow: hidden; border: 1.5px solid rgba(255,255,255,0.25); }
.quiz-persona-av img { width: 100%; height: 100%; object-fit: cover; display: block; }
.quiz-persona-txt { display: flex; flex-direction: column; line-height: 1.3; }
.quiz-persona-txt strong { font-family: 'Cormorant Garamond', serif; font-size: 17px; font-weight: 500; color: var(--creme); }
.quiz-persona-txt span { font-size: 11px; color: rgba(255,255,255,0.55); }
.quiz-q {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(22px, 3.5vw, 27px); font-weight: 300;
  color: var(--creme); line-height: 1.3; margin-bottom: 28px;
  text-wrap: balance;
}
.quiz-options { display: flex; flex-direction: column; gap: 10px; }
.quiz-option {
  padding: 16px 20px; border-radius: 14px;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.09);
  color: rgba(255,255,255,0.65); font-size: 14px; line-height: 1.5;
  cursor: pointer; transition: all .2s; text-align: left;
  font-family: inherit; display: flex; align-items: center; gap: 14px;
  width: 100%;
}
.quiz-option:hover { background: rgba(232,180,188,0.08); border-color: rgba(232,180,188,0.4); color: var(--creme); }
.quiz-option-letter {
  width: 26px; height: 26px; border-radius: 50%; flex-shrink: 0;
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.13);
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; letter-spacing: 0.08em; color: rgba(255,255,255,0.35);
  transition: all .2s;
}
.quiz-option:hover .quiz-option-letter { background: var(--rose); color: white; border-color: var(--rose); }
.quiz-screen { display: none; }
.quiz-screen.active { display: block; }
.quiz-result-eyebrow { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--rose); margin-bottom: 10px; }
.quiz-result-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(20px, 3vw, 26px); font-weight: 300;
  color: var(--creme); line-height: 1.25; margin-bottom: 24px;
}
.quiz-product-rec {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.09);
  border-radius: 18px; padding: 22px; margin-bottom: 12px;
}
.quiz-product-rec.main { border-color: rgba(232,180,188,0.28); background: rgba(232,180,188,0.06); }
.quiz-product-label { font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--rose); margin-bottom: 6px; }
.quiz-product-name { font-family: 'Cormorant Garamond', serif; font-size: 20px; color: var(--creme); font-weight: 400; margin-bottom: 6px; }
.quiz-product-desc { font-size: 13px; color: rgba(255,255,255,0.4); line-height: 1.6; margin-bottom: 14px; }
.quiz-product-footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.quiz-product-btns { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.quiz-product-price { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: var(--creme); }
.quiz-product-price s { opacity: 0.35; font-size: 15px; margin-right: 4px; }
.quiz-cta-main {
  padding: 11px 26px; border-radius: 100px;
  background: linear-gradient(135deg, #9b3347, #7a2535);
  color: white; border: none; font-family: inherit;
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  cursor: pointer; transition: all .3s; text-decoration: none; display: inline-block;
}
.quiz-cta-main:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(122,37,53,0.5); }
.quiz-cta-cart {
  padding: 11px 20px; border-radius: 100px;
  background: linear-gradient(135deg, #9b3347, #7a2535);
  color: white; border: none; font-family: inherit;
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  cursor: pointer; transition: all .3s; display: inline-block; white-space: nowrap;
}
.quiz-cta-cart:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(122,37,53,0.5); }
.quiz-cta-ghost {
  padding: 11px 24px; border-radius: 100px; background: transparent;
  border: 1px solid rgba(255,255,255,0.18); color: rgba(255,255,255,0.55);
  font-family: inherit; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  cursor: pointer; transition: all .3s; text-decoration: none; display: inline-block;
}
.quiz-cta-ghost:hover { border-color: var(--rose); color: var(--creme); }
.quiz-result-actions { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }
.quiz-action-all {
  width: 100%; padding: 15px 24px; border-radius: 100px;
  background: linear-gradient(135deg, #9b3347, #7a2535);
  color: white; border: none; font-family: inherit;
  font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase;
  cursor: pointer; transition: all .3s; font-weight: 500;
}
.quiz-action-all:hover { transform: translateY(-2px); box-shadow: 0 12px 35px rgba(122,37,53,0.55); }
.quiz-action-catalog {
  text-align: center; font-size: 12px; color: rgba(255,255,255,0.35);
  text-decoration: none; transition: color .2s; letter-spacing: 0.06em;
}
.quiz-action-catalog:hover { color: rgba(255,255,255,0.65); }
.quiz-restart { margin-top: 10px; text-align: center; font-size: 12px; color: rgba(255,255,255,0.2); cursor: pointer; transition: color .2s; }
.quiz-restart:hover { color: rgba(255,255,255,0.45); }

/* ── QUIZ EMAIL CAPTURE ── */
.quiz-email-icon {
  font-size: 32px; color: var(--rose); text-align: center;
  margin-bottom: 20px; opacity: 0.8;
  animation: floatIcon 3s ease-in-out infinite;
}
@keyframes floatIcon { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-6px)} }
.quiz-email-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(26px, 4vw, 34px); font-weight: 300;
  color: var(--creme); line-height: 1.15;
  text-align: center; margin-bottom: 12px;
}
.quiz-email-sub {
  font-size: 14px; color: rgba(255,255,255,0.5); line-height: 1.65;
  text-align: center; margin-bottom: 28px;
}
.quiz-email-sub strong { color: var(--rose); font-weight: 500; }
.quiz-email-form {
  display: flex; flex-direction: column; gap: 12px; margin-bottom: 16px;
}
.quiz-email-input {
  width: 100%; padding: 16px 20px; border-radius: 14px;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12);
  color: var(--creme); font-family: inherit; font-size: 15px;
  outline: none; transition: border-color .2s;
}
.quiz-email-input::placeholder { color: rgba(255,255,255,0.25); }
.quiz-email-input:focus { border-color: rgba(232,180,188,0.5); }
.quiz-email-btn {
  width: 100%; padding: 16px 24px; border-radius: 100px;
  background: linear-gradient(135deg, #9b3347, var(--bordeaux));
  color: white; border: none; font-family: inherit;
  font-size: 14px; font-weight: 500; letter-spacing: 0.04em;
  cursor: pointer; transition: all .3s;
  box-shadow: 0 8px 28px rgba(122,37,53,0.4);
}
.quiz-email-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 36px rgba(122,37,53,0.55); }
.quiz-email-btn:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }
.quiz-skip {
  display: block; width: 100%; background: none; border: none;
  color: rgba(255,255,255,0.5); font-size: 12px; font-family: inherit;
  cursor: pointer; text-align: center; padding: 6px;
  transition: color .2s; margin-bottom: 20px; text-decoration: underline; text-underline-offset: 3px;
}
.quiz-skip:hover { color: rgba(255,255,255,0.8); }
.quiz-email-legal {
  font-size: 10px; color: rgba(255,255,255,0.18);
  text-align: center; line-height: 1.6;
}

/* ── QUIZ RESULT — FREE BONUS BANNER ── */
.quiz-free-bonus {
  display: flex; align-items: center; gap: 14px;
  background: rgba(232,180,188,0.07); border: 1px solid rgba(232,180,188,0.2);
  border-radius: 14px; padding: 14px 18px; margin-bottom: 22px;
}
.quiz-free-icon { font-size: 22px; flex-shrink: 0; }
.quiz-free-text { flex: 1; display: flex; flex-direction: column; gap: 2px; }
.quiz-free-text strong { font-size: 13px; color: var(--creme); font-weight: 500; }
.quiz-free-text span { font-size: 11px; color: rgba(255,255,255,0.4); }
.quiz-free-link {
  flex-shrink: 0; padding: 8px 16px; border-radius: 100px;
  background: rgba(232,180,188,0.15); border: 1px solid rgba(232,180,188,0.3);
  color: var(--rose); font-size: 11px; letter-spacing: 0.1em;
  text-decoration: none; white-space: nowrap; transition: all .2s;
}
.quiz-free-link:hover { background: rgba(232,180,188,0.25); color: var(--creme); }

/* ── FOOTER ── */
footer { background: #0a0508; color: rgba(255,255,255,0.5); padding: 80px 32px 32px; }
.footer-grid {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px; padding-bottom: 60px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.footer-brand strong { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 400; color: var(--creme); display: block; margin-bottom: 8px; }
.footer-brand small { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.4); }
.footer-brand p { margin-top: 20px; font-size: 13px; line-height: 1.7; max-width: 320px; color: rgba(255,255,255,0.4); }
.footer-col h4 { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--rose); margin-bottom: 20px; font-weight: 500; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { font-size: 13px; color: rgba(255,255,255,0.5); text-decoration: none; transition: color .3s; }
.footer-col a:hover { color: var(--rose); }
.footer-bottom { max-width: 1200px; margin: 32px auto 0; display: flex; justify-content: space-between; align-items: center; font-size: 11px; color: rgba(255,255,255,0.3); flex-wrap: wrap; gap: 16px; }

/* ═══════════════════════════════════════════════════════
   PREMIUM LAYER — Expérience Immersive Luxe
   ═══════════════════════════════════════════════════════ */

/* — PAGE LOADER — */
.page-loader {
  position: fixed; inset: 0; z-index: 9999;
  background: var(--dark);
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 36px;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s;
}
.page-loader.loaded { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-monogram {
  width: 80px; height: 80px; border-radius: 50%;
  border: 1px solid rgba(232,180,188,0.2);
  display: flex; align-items: center; justify-content: center;
  animation: loaderRingPulse 2s ease-in-out infinite;
  position: relative;
}
.loader-monogram::before {
  content: ''; position: absolute; inset: -8px; border-radius: 50%;
  border: 1px solid rgba(232,180,188,0.08);
  animation: loaderRingPulse 2s 0.3s ease-in-out infinite;
}
.loader-monogram span {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px; font-style: italic; font-weight: 300;
  color: var(--rose); letter-spacing: 0.05em;
}
@keyframes loaderRingPulse {
  0%,100% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.06); opacity: 1; }
}
.loader-wordmark {
  text-align: center;
  animation: loaderFadeIn 0.8s 0.4s ease both;
  opacity: 0;
}
.loader-wordmark strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px; font-weight: 300; letter-spacing: 0.12em;
  color: var(--creme);
}
.loader-wordmark small {
  display: block; margin-top: 6px;
  font-size: 9px; letter-spacing: 0.32em; text-transform: uppercase;
  color: rgba(255,255,255,0.35);
}
.loader-bar-wrap {
  width: 120px; height: 1px;
  background: rgba(255,255,255,0.08);
  overflow: hidden;
  animation: loaderFadeIn 0.6s 0.6s ease both;
  opacity: 0;
}
.loader-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--rose), var(--bordeaux));
  width: 0;
  animation: loaderFill 0.45s 0.05s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes loaderFadeIn { to { opacity: 1; } }
@keyframes loaderFill { to { width: 100%; } }

/* — CUSTOM CURSOR — */
.cursor-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--rose);
  position: fixed; top: 0; left: 0;
  pointer-events: none; z-index: 9998;
  will-change: transform;
  mix-blend-mode: screen;
  transition: width 0.3s, height 0.3s, background 0.3s;
}
.cursor-ring {
  width: 32px; height: 32px; border-radius: 50%;
  border: 1px solid rgba(232,180,188,0.45);
  position: fixed; top: 0; left: 0;
  pointer-events: none; z-index: 9997;
  will-change: transform;
  transition: width 0.35s cubic-bezier(0.16,1,0.3,1),
              height 0.35s cubic-bezier(0.16,1,0.3,1),
              border-color 0.3s, opacity 0.3s;
}
.cursor-ring.hovering {
  width: 52px; height: 52px;
  border-color: rgba(232,180,188,0.75);
}
@media (hover: none) { .cursor-dot, .cursor-ring { display: none; } }

/* — SCROLL PROGRESS — */
.scroll-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 9996;
  pointer-events: none;
}
.scroll-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--bordeaux), var(--rose), var(--nude));
  background-size: 200% 100%;
  width: 0%; transition: width 0.15s linear;
  animation: shimmerProgress 4s linear infinite;
}
@keyframes shimmerProgress {
  0% { background-position: 0% 0; }
  100% { background-position: 200% 0; }
}

/* — REVEAL ANIMATIONS — */
.reveal {
  opacity: 0; transform: translateY(36px);
  transition: opacity 1s cubic-bezier(0.16,1,0.3,1),
              transform 1s cubic-bezier(0.16,1,0.3,1);
}
.reveal.revealed { opacity: 1; transform: translateY(0); }
.reveal-left {
  opacity: 0; transform: translateX(-36px);
  transition: opacity 1s cubic-bezier(0.16,1,0.3,1),
              transform 1s cubic-bezier(0.16,1,0.3,1);
}
.reveal-left.revealed { opacity: 1; transform: translateX(0); }
.reveal-right {
  opacity: 0; transform: translateX(36px);
  transition: opacity 1s cubic-bezier(0.16,1,0.3,1),
              transform 1s cubic-bezier(0.16,1,0.3,1);
}
.reveal-right.revealed { opacity: 1; transform: translateX(0); }
.reveal-scale {
  opacity: 0; transform: scale(0.93) translateY(20px);
  transition: opacity 0.9s cubic-bezier(0.16,1,0.3,1),
              transform 0.9s cubic-bezier(0.16,1,0.3,1);
}
.reveal-scale.revealed { opacity: 1; transform: scale(1) translateY(0); }

/* — IRIDESCENT GRADIENT TEXT — */
.iridescent {
  background: linear-gradient(135deg,
    var(--rose) 0%, #f4d35e 25%, var(--rose-soft) 50%,
    var(--bordeaux) 75%, var(--rose) 100%);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: iridescentShift 7s ease-in-out infinite alternate;
}
@keyframes iridescentShift {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

/* — SCROLL HINT — */
.scroll-hint {
  position: absolute; bottom: 44px; left: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  z-index: 10; animation: fadeInUp 1s 2.5s ease both; opacity: 0;
}
.scroll-hint-text {
  font-size: 8px; letter-spacing: 0.28em; text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}
.scroll-hint-line {
  width: 1px; height: 48px;
  background: linear-gradient(180deg, rgba(232,180,188,0.6), transparent);
  animation: scrollDrop 2.2s ease-in-out infinite;
}
@keyframes scrollDrop {
  0% { transform: scaleY(0); transform-origin: top; }
  50% { transform: scaleY(1); transform-origin: top; }
  50.01% { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}
@keyframes fadeInUp { to { opacity: 1; } }

/* — GLOW PULSE ON PRIMARY CTA — */
@keyframes glowPulse {
  0%,100% { box-shadow: 0 8px 30px rgba(122,37,53,0.5); }
  50% { box-shadow: 0 8px 40px rgba(122,37,53,0.75), 0 0 60px rgba(232,180,188,0.2); }
}
.btn-primary { animation: glowPulse 3.5s ease-in-out infinite; }

/* — PRODUCT CARD 3D TILT — */
.product-card {
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.16,1,0.3,1),
              box-shadow 0.5s ease,
              border-color 0.3s !important;
}
.product-card::after {
  content: ''; position: absolute; inset: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255,255,255,0.04) 0%, transparent 60%);
  pointer-events: none; opacity: 0;
  transition: opacity 0.4s;
}
.product-card:hover::after { opacity: 1; }

/* — PROOF BAR SEPARATOR DECORATION — */
.proof-divider { transition: transform 0.4s; }
.proof-bar:hover .proof-divider { transform: scaleY(1.3); }

/* — TESTIMONIAL ENHANCED HOVER — */
.testimonial {
  transition: transform 0.5s cubic-bezier(0.16,1,0.3,1),
              box-shadow 0.5s cubic-bezier(0.16,1,0.3,1) !important;
}

/* — FAQ ENHANCED — */
.faq-item { transition: border-color 0.3s, box-shadow 0.3s !important; }
.faq-item.open { box-shadow: 0 8px 30px rgba(122,37,53,0.08); }

/* — FLOAT CARD HOVER ENHANCEMENT — */
.float-card { transition: transform 0.6s cubic-bezier(0.16,1,0.3,1) !important; }

/* — PREFERS REDUCED MOTION — */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal, .reveal-left, .reveal-right, .reveal-scale {
    transition: none !important; opacity: 1 !important; transform: none !important;
  }
  .scroll-hint, .scroll-hint-line, .loader-bar-fill,
  .orb-1, .orb-2, .orb-3, .marquee-track { animation: none !important; }
}

/* — FOCUS VISIBLE — */
:focus-visible {
  outline: 2px solid rgba(232,180,188,0.8);
  outline-offset: 3px;
  border-radius: 3px;
}
:focus:not(:focus-visible) { outline: none; }

/* ── RESPONSIVE ── */
@media (max-width: 980px) {
  .problem-grid, .steps, .layers { grid-template-columns: 1fr; }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .float-card { display: none; }
  .nav-links { display: none !important; }
  .nav-burger { display: flex !important; }
  /* Sécurité cache — nav drawer héritage */
  .nav-drawer nav {
    position: static !important;
    top: auto !important; left: auto !important; right: auto !important;
    background: transparent !important;
    backdrop-filter: none !important;
    border: none !important;
    z-index: auto !important;
  }
}
@media (max-width: 640px) {
  html { scroll-padding-top: 96px; }
  .products-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  nav { padding: 14px 20px; }
  .hero-section { padding-top: 124px; min-height: auto; padding-bottom: 56px; }
  .scroll-hint { display: none; }
  /* Quiz — confort sur petit écran */
  .quiz-overlay { padding: 12px; }
  .quiz-modal { padding: 40px 22px 26px; border-radius: 22px; }
  .quiz-option { padding: 14px 16px; font-size: 13.5px; gap: 12px; }
  /* Proof bar — grille 2×2 */
  .proof-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 8px;
    padding: 28px 20px;
    justify-items: center;
  }
  .proof-divider { display: none !important; }
  .proof-item { flex-direction: column; align-items: center; gap: 5px; text-align: center; }
}

/* ── STICKY CTA BAR (mobile uniquement) ── */
.sticky-cta {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 200;
  background: rgba(26,10,14,0.96);
  backdrop-filter: blur(16px);
  border-top: 1px solid rgba(232,180,188,0.15);
  padding: 12px 16px;
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
}
.sticky-cta.visible { transform: translateY(0); }
.sticky-cta.hidden-cta { transform: translateY(100%); }
.sticky-cta-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  max-width: 480px; margin: 0 auto;
}
.sticky-cta-info { display: flex; flex-direction: column; gap: 2px; }
.sticky-cta-info strong { font-size: 13px; color: #faf4f0; font-family: 'Cormorant Garamond', serif; font-weight: 500; }
.sticky-cta-info span { font-size: 11px; color: rgba(232,180,188,0.7); letter-spacing: 0.03em; }
.sticky-cta-btn {
  flex-shrink: 0;
  background: var(--bordeaux);
  color: #faf4f0;
  padding: 10px 18px;
  border-radius: 100px;
  font-size: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-decoration: none;
  white-space: nowrap;
  transition: background .2s;
}
.sticky-cta-btn:hover { background: var(--bordeaux-deep); }
@media (max-width: 980px) {
  .sticky-cta { display: block; }
}
body.sticky-visible { padding-bottom: 68px; }

/* ── Quiz : passerelle même-sexe / LGBTQ+ ─────────────────── */
.quiz-samesex-note {
  margin: 14px auto 0;
  max-width: 540px;
  padding: 12px 18px;
  border-radius: 12px;
  background: rgba(232, 180, 188, 0.08);
  border: 1px solid rgba(232, 180, 188, 0.25);
  font-size: 13px;
  line-height: 1.55;
  color: rgba(250, 244, 240, 0.82);
  text-align: center;
}
.quiz-samesex-note a {
  color: var(--gold);
  font-weight: 600;
  text-decoration: none;
}
.quiz-samesex-note a:hover { text-decoration: underline; }
