/* LAPARLIE — Vitrine CSS v2 */

/* ── Nav ── */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(250,248,244,.96); border-bottom: 1px solid var(--rule); height: 62px; display: flex; align-items: center; padding: 0 60px; justify-content: space-between; backdrop-filter: blur(8px); transition: box-shadow .3s; }
.nav.scrolled { box-shadow: var(--shadow-sm); }
.nav-logo { font-family: 'Cormorant Garamond', serif; font-size: 13px; font-weight: 500; letter-spacing: .28em; color: var(--navy); display: flex; align-items: center; gap: 14px; cursor: pointer; }
.nav-logo::before, .nav-logo::after { content: ''; width: 28px; height: .5px; background: var(--gold); }
.nav-links { display: flex; align-items: center; gap: 36px; }
.nav-lnk { font-size: 10px; font-weight: 400; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-lt); cursor: pointer; transition: color .15s; text-decoration: none; }
.nav-lnk:hover { color: var(--navy); }
.nav-cta { padding: 9px 26px; background: var(--navy); color: var(--white); font-size: 9.5px; letter-spacing: .14em; text-transform: uppercase; border: none; cursor: pointer; transition: background .2s; font-family: 'Jost', sans-serif; }
.nav-cta:hover { background: var(--navy-mid); }
.nav-mention-ht { font-size: 8px; color: var(--ink-faint); letter-spacing: .08em; }

/* ── Hero ── */
.hero { background: var(--navy); padding: 148px 0 96px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 68% 50%, rgba(201,168,76,.07) 0%, transparent 60%); }
.hero-inner { max-width: 1100px; margin: 0 auto; padding: 0 60px; display: grid; grid-template-columns: 1fr 380px; gap: 72px; align-items: center; position: relative; }
.hero-eyebrow { font-size: 9px; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }
.hero-eyebrow::before { content: ''; width: 24px; height: .5px; background: var(--gold); }
.hero h1 { font-family: 'Cormorant Garamond', serif; font-size: 48px; font-weight: 300; color: var(--white); line-height: 1.1; margin-bottom: 22px; }
.hero h1 em { font-style: italic; color: var(--gold-lt); }
.hero-sub { font-size: 13.5px; color: rgba(255,255,255,.52); line-height: 1.85; margin-bottom: 36px; max-width: 480px; }
.hero-actions { display: flex; gap: 16px; align-items: center; }
.hero-secondary { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.4); cursor: pointer; transition: color .2s; border: none; background: none; font-family: 'Jost', sans-serif; }
.hero-secondary:hover { color: var(--gold-lt); }
.hero-card { background: rgba(255,255,255,.04); border: 1px solid rgba(201,168,76,.2); padding: 28px; display: flex; flex-direction: column; gap: 20px; }
.hero-stat-val { font-family: 'Cormorant Garamond', serif; font-size: 52px; font-weight: 300; color: var(--gold-lt); line-height: 1; }
.hero-stat-lbl { font-size: 9.5px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.38); margin-top: 3px; }
.hero-divider { height: 1px; background: rgba(201,168,76,.15); }

/* ── Section générique ── */
.section { padding: 88px 0; }
.section-inner { max-width: 1100px; margin: 0 auto; padding: 0 60px; }
.section-eyebrow { font-size: 9px; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }
.section-eyebrow::before { content: ''; width: 20px; height: .5px; background: var(--gold); }
.section h2 { font-family: 'Cormorant Garamond', serif; font-size: 36px; font-weight: 300; color: var(--ink); margin-bottom: 12px; line-height: 1.2; }
.section-sub { font-size: 13.5px; color: var(--ink-lt); line-height: 1.85; max-width: 540px; margin-bottom: 48px; }
.section-dark { background: var(--navy); }
.section-dark h2 { color: var(--white); }
.section-dark .section-sub { color: rgba(255,255,255,.5); }
.section-dark .section-eyebrow { color: var(--gold); }

/* ── Notre approche ── */
.approche-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--rule); border: 1px solid var(--rule); }
.approche-item { background: var(--white); padding: 28px 24px; }
.approche-num { font-family: 'Cormorant Garamond', serif; font-size: 40px; font-weight: 300; color: var(--gold-pale); line-height: 1; margin-bottom: 14px; }
.approche-titre { font-size: 11px; font-weight: 500; letter-spacing: .08em; color: var(--ink); margin-bottom: 8px; text-transform: uppercase; }
.approche-desc { font-size: 11.5px; color: var(--ink-lt); line-height: 1.75; }
.approche-badge { margin-top: 14px; font-size: 8.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); }

/* ── Preuve ── */
.preuve-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.preuve-stat { display: flex; align-items: baseline; gap: 10px; margin-bottom: 28px; }
.preuve-stat-val { font-family: 'Cormorant Garamond', serif; font-size: 64px; font-weight: 300; color: var(--gold-lt); line-height: 1; }
.preuve-stat-unit { font-size: 13px; color: rgba(255,255,255,.4); }
.preuve-stat-desc { font-size: 11.5px; color: rgba(255,255,255,.5); margin-top: 3px; }
.preuve-note { font-size: 10px; color: rgba(255,255,255,.25); margin-top: 20px; letter-spacing: .04em; }
.preuve-visual { background: rgba(255,255,255,.03); border: 1px solid rgba(201,168,76,.15); padding: 26px; }
.preuve-visual-title { font-size: 8.5px; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.3); margin-bottom: 18px; }
.timeline-item { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.timeline-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
.timeline-dot.dim { background: rgba(201,168,76,.25); }
.timeline-label { font-size: 10px; color: rgba(255,255,255,.5); min-width: 80px; }
.timeline-bar { flex: 1; height: 2px; background: rgba(255,255,255,.08); border-radius: 1px; position: relative; }
.timeline-bar-fill { position: absolute; left: 0; top: 0; bottom: 0; background: var(--gold); border-radius: 1px; transition: width 1.2s ease; }
.timeline-months { font-size: 9px; color: rgba(255,255,255,.35); white-space: nowrap; }

/* ── Formules ── */
.formules-intro { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; flex-wrap: wrap; gap: 16px; }
.formules-ht { font-size: 10px; color: var(--ink-lt); letter-spacing: .08em; }
.formules-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--rule); border: 1px solid var(--rule); }
.formule-card { background: var(--white); padding: 32px 26px; display: flex; flex-direction: column; }
.formule-card.recommended { background: var(--navy); }
.formule-label { font-size: 8.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-lt); margin-bottom: 4px; }
.formule-card.recommended .formule-label { color: rgba(255,255,255,.35); }
.formule-nom { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 400; color: var(--ink); margin-bottom: 14px; }
.formule-card.recommended .formule-nom { color: var(--white); }
.formule-prix { font-size: 28px; font-weight: 300; color: var(--ink); line-height: 1; }
.formule-card.recommended .formule-prix { color: var(--gold-lt); }
.formule-prix-ht { font-size: 9px; color: var(--ink-lt); margin-top: 2px; margin-bottom: 20px; }
.formule-card.recommended .formule-prix-ht { color: rgba(255,255,255,.3); }
.formule-sep { height: 1px; background: var(--rule); margin-bottom: 20px; }
.formule-card.recommended .formule-sep { background: rgba(255,255,255,.1); }

/* Valeur clé mise en avant */
.formule-valeur { padding: 12px 14px; margin-bottom: 16px; border-radius: var(--radius); }
.formule-card:not(.recommended) .formule-valeur { background: var(--cream); }
.formule-card.recommended .formule-valeur { background: rgba(201,168,76,.1); border: 1px solid rgba(201,168,76,.2); }
.formule-valeur-titre { font-size: 8.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }
.formule-valeur-desc { font-size: 11px; color: var(--ink-mid); line-height: 1.6; }
.formule-card.recommended .formule-valeur-desc { color: rgba(255,255,255,.7); }

.formule-features { flex: 1; display: flex; flex-direction: column; gap: 7px; margin-bottom: 22px; }
.formule-feature { display: flex; align-items: flex-start; gap: 8px; font-size: 11px; color: var(--ink-mid); line-height: 1.5; }
.formule-card.recommended .formule-feature { color: rgba(255,255,255,.6); }
.formule-feature::before { content: '—'; color: var(--gold); flex-shrink: 0; font-size: 10px; margin-top: 1px; }
.formule-feature.inherited { opacity: .5; }
.formule-cta { width: 100%; padding: 11px; font-size: 9.5px; letter-spacing: .14em; text-transform: uppercase; border: 1px solid var(--rule); background: transparent; color: var(--ink); cursor: pointer; font-family: 'Jost', sans-serif; transition: all .2s; }
.formule-cta:hover { border-color: var(--navy); background: var(--navy); color: var(--white); }
.formule-card.recommended .formule-cta { background: var(--gold); border-color: var(--gold); color: var(--navy); }
.formule-card.recommended .formule-cta:hover { background: var(--gold-lt); }

/* ── Exclusivités ── */
.exclu-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.exclu-desc { font-size: 12px; color: rgba(255,255,255,.55); line-height: 1.85; margin-bottom: 28px; }
.exclu-regle { display: flex; gap: 14px; margin-bottom: 16px; }
.exclu-regle-num { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: var(--gold); flex-shrink: 0; line-height: 1.2; }
.exclu-regle-text { font-size: 11.5px; color: rgba(255,255,255,.55); line-height: 1.7; }
.exclu-regle-text strong { color: var(--white); font-weight: 400; }
.exclu-grille { }
.exclu-grille-title { font-size: 8.5px; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.3); margin-bottom: 14px; }
.exclu-ligne { display: flex; justify-content: space-between; align-items: center; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.06); font-size: 11px; }
.exclu-ligne:last-child { border-bottom: none; }
.exclu-ligne-zone { color: rgba(255,255,255,.6); }
.exclu-ligne-prix { color: var(--gold-lt); font-family: 'Cormorant Garamond', serif; font-size: 15px; }
.exclu-exemple { margin-top: 20px; padding: 16px 18px; background: rgba(201,168,76,.08); border: 1px solid rgba(201,168,76,.2); border-radius: var(--radius); }
.exclu-exemple-label { font-size: 8px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; }
.exclu-exemple-calc { font-size: 11.5px; color: rgba(255,255,255,.6); line-height: 1.8; }
.exclu-exemple-total { font-family: 'Cormorant Garamond', serif; font-size: 24px; color: var(--gold-lt); margin-top: 4px; }
.exclu-conditions { font-size: 10px; color: rgba(255,255,255,.3); margin-top: 14px; line-height: 1.7; }

/* ── CTA final ── */
.cta-final { padding: 80px 0; background: var(--cream); border-top: 1px solid var(--rule); text-align: center; }
.cta-final h2 { margin-bottom: 12px; }
.cta-final p { color: var(--ink-lt); margin-bottom: 32px; font-size: 13px; }

/* ── Footer ── */
.footer { background: var(--navy); padding: 36px 60px; display: flex; align-items: center; justify-content: space-between; }
.footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 11px; letter-spacing: .3em; color: rgba(255,255,255,.3); }
.footer-links { display: flex; gap: 28px; }
.footer-link { font-size: 9px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.3); cursor: pointer; transition: color .15s; text-decoration: none; }
.footer-link:hover { color: rgba(255,255,255,.6); }

/* ── Responsive ── */
@media (max-width: 768px) {
  .nav { padding: 0 20px; }
  .nav-links { display: none; }
  .hero-inner { grid-template-columns: 1fr; gap: 36px; padding: 0 20px; }
  .hero h1 { font-size: 34px; }
  .hero-card { display: none; }
  .section-inner { padding: 0 20px; }
  .approche-grid { grid-template-columns: 1fr 1fr; }
  .formules-grid { grid-template-columns: 1fr; }
  .preuve-inner, .exclu-inner { grid-template-columns: 1fr; }
  .footer { flex-direction: column; gap: 18px; text-align: center; }
}
