/* ══════════════════════════════════════════════════════════════════════
   Momento Pro — site de vente complet (mariage + entreprise)
   S'appuie sur theme.css (design system partagé avec le produit).
   Ce fichier ne définit QUE la mise en page propre à ce site : nav,
   hero, sections marketing, tunnel de commande, pages légales.
   ══════════════════════════════════════════════════════════════════════ */

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.wrap-nar { max-width: 760px; margin: 0 auto; padding: 0 24px; }

/* ---------- nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 40;
  background: rgba(250, 247, 241, .92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav-in { max-width: 1120px; margin: 0 auto; padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.nav-logo { font-family: var(--serif); font-size: 24px; color: var(--ink); text-decoration: none; display: flex; align-items: baseline; gap: 6px; }
.nav-logo .dot { color: var(--accent); }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: 15px; font-weight: 600; }
.nav-links a { text-decoration: none; color: var(--ink-soft); padding: 6px 2px; border-bottom: 2px solid transparent; }
.nav-links a:hover, .nav-links a.on { color: var(--ink); border-bottom-color: var(--accent); }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-cta .mo-btn { padding: 11px 22px; font-size: 14.5px; }
.nav-burger { display: none; }
@media (max-width: 760px) {
  .nav-links { display: none; }
  .nav-burger { display: block; }
}

/* ---------- hero ---------- */
.hero { padding: clamp(56px, 9vw, 100px) 0 clamp(40px, 6vw, 64px); }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; gap: 32px; } }
.hero h1 { font-size: clamp(34px, 5.2vw, 58px); margin: 14px 0 18px; }
.hero p.mo-sub { font-size: clamp(16px, 1.6vw, 19px); max-width: 52ch; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.hero-art {
  aspect-ratio: 4/5; border-radius: var(--r-lg); background: var(--night);
  position: relative; overflow: hidden; box-shadow: var(--shadow-deep);
  display: flex; align-items: center; justify-content: center;
}
.hero-art .grain { position: absolute; inset: 0; background: radial-gradient(circle at 30% 20%, rgba(176,80,63,.35), transparent 60%), radial-gradient(circle at 75% 75%, rgba(59,79,138,.3), transparent 55%); pointer-events: none; }
.hero-art .tile-stack { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 24px; width: 100%; }
.hero-art .tile { aspect-ratio: 1; border-radius: 14px; background: linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,255,255,.03)); border: 1px solid rgba(255,255,255,.12); }
.hero-art .tile:nth-child(2) { margin-top: 26px; }
.hero-art .tile:nth-child(3) { margin-top: -18px; }
.hero-art .tile:nth-child(4) { margin-top: 8px; }
.hero-badge { position: absolute; bottom: 18px; left: 18px; right: 18px; background: rgba(23,19,15,.72); border: 1px solid rgba(255,255,255,.14); border-radius: var(--r-md); padding: 12px 16px; color: var(--night-text); font-size: 13.5px; z-index: 2; pointer-events: none; }
.hero-badge b { color: #fff; }
.hero-art iframe { position: relative; width: 100%; height: 100%; border: 0; display: block; }
.hero-art .hero-live-tag { position: absolute; top: 16px; left: 16px; z-index: 2; display: flex; align-items: center; gap: 7px; background: rgba(23,19,15,.72); border: 1px solid rgba(255,255,255,.14); border-radius: var(--r-pill); padding: 7px 13px 7px 10px; color: var(--night-text); font-size: 12px; font-weight: 700; letter-spacing: .04em; pointer-events: none; }
.hero-art .hero-live-tag .dot { width: 7px; height: 7px; border-radius: 50%; background: #6FCF97; box-shadow: 0 0 0 0 rgba(111,207,151,.6); animation: liveDotPulse 2s infinite; }
@keyframes liveDotPulse { 0% { box-shadow: 0 0 0 0 rgba(111,207,151,.55); } 70% { box-shadow: 0 0 0 8px rgba(111,207,151,0); } 100% { box-shadow: 0 0 0 0 rgba(111,207,151,0); } }

/* ---------- simulation hall d'accueil (offre L'Année) ---------- */
.hall-scene {
  position: relative; border-radius: var(--r-lg); overflow: hidden;
  aspect-ratio: 16/9; box-shadow: var(--shadow-card); border: 1px solid var(--line);
  background:
    linear-gradient(180deg, #EFE6D8 0%, #EFE6D8 62%, #E2D5BF 62%, #C9B896 100%);
}
.hall-scene .hall-wall {
  position: absolute; inset: 0 0 38% 0;
  background-image: repeating-linear-gradient(90deg, rgba(23,19,15,.035) 0 1px, transparent 1px 90px);
}
.hall-scene .hall-glow { position: absolute; top: 0; left: 50%; width: 46%; height: 60%; transform: translateX(-50%); background: radial-gradient(ellipse at 50% 0%, rgba(255,247,230,.55), transparent 72%); pointer-events: none; }
.hall-scene .hall-floor-line { position: absolute; left: 0; right: 0; bottom: 38%; height: 2px; background: rgba(23,19,15,.08); }
.hall-scene .hall-plant { position: absolute; bottom: 15%; width: 7%; }
.hall-scene .hall-plant.l { left: 6%; }
.hall-scene .hall-plant.r { right: 6%; }
.hall-scene .hall-plant .pot { width: 100%; aspect-ratio: 1/1.1; background: linear-gradient(160deg, #8A7E6F, #4B4238); border-radius: 6px 6px 10px 10px; margin: 0 auto; }
.hall-scene .hall-plant .leaves { width: 130%; aspect-ratio: 1/1.3; margin: 0 auto -6% -15%; background: radial-gradient(ellipse at 30% 70%, #5C6E9E 0%, transparent 60%), radial-gradient(ellipse at 65% 30%, #445A96 0%, transparent 55%), radial-gradient(ellipse at 50% 55%, #3B4F8A 0%, transparent 65%); opacity: .85; filter: blur(.3px); }
.hall-screen-wrap { position: absolute; top: 9%; left: 50%; transform: translateX(-50%); width: 46%; display: flex; flex-direction: column; align-items: center; }
.hall-screen-mount { width: 14%; height: 3%; background: linear-gradient(180deg, #4B4238, #3a332b); border-radius: 3px; margin-bottom: -1px; }
.hall-screen {
  position: relative; width: 100%; aspect-ratio: 16/10;
  background: var(--night); border-radius: 10px; padding: 5%;
  box-shadow: 0 30px 60px rgba(23,19,15,.35), 0 0 0 1px rgba(23,19,15,.5);
}
.hall-screen::before { content: ""; position: absolute; inset: 0; border-radius: 10px; box-shadow: inset 0 0 0 2px rgba(255,255,255,.06); pointer-events: none; }
.hall-screen .screen-inner { position: relative; width: 100%; height: 100%; border-radius: 3px; overflow: hidden; background: var(--night); }
.hall-screen .screen-inner iframe { width: 100%; height: 100%; border: 0; display: block; }
.hall-caption { position: absolute; bottom: 4%; left: 50%; transform: translateX(-50%); background: rgba(255,253,248,.92); border: 1px solid var(--line); border-radius: var(--r-pill); padding: 9px 18px; font-size: 13px; font-weight: 700; color: var(--ink-soft); box-shadow: var(--shadow-card); white-space: nowrap; }
@media (max-width: 640px) {
  .hall-screen-wrap { width: 68%; }
  .hall-plant { display: none; }
  .hall-caption { font-size: 11px; padding: 7px 12px; }
}

/* two-path split (home) */
.paths { padding: clamp(40px, 6vw, 72px) 0; }
.path-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 760px) { .path-grid { grid-template-columns: 1fr; } }
.path-card { padding: 34px; display: flex; flex-direction: column; gap: 14px; text-decoration: none; transition: transform .16s ease, box-shadow .16s ease; }
.path-card:hover { transform: translateY(-3px); box-shadow: 0 26px 60px rgba(23,19,15,.14); }
.path-card h3 { font-family: var(--serif); font-size: 28px; font-weight: 400; margin: 0; color: var(--ink); }
.path-card p { color: var(--ink-soft); line-height: 1.55; margin: 0; }
.path-card .go { font-weight: 700; color: var(--accent); font-size: 14.5px; margin-top: auto; }
.path-card[data-axe="entreprise"] .go { color: var(--accent-corp); }

/* generic sections */
.section { padding: clamp(44px, 7vw, 80px) 0; }
.section.alt { background: var(--paper-tint); }
.section-head { max-width: 640px; margin: 0 0 40px; }
.section-head.center { margin: 0 auto 40px; text-align: center; }
.section-head h2 { font-size: clamp(26px, 3.4vw, 38px); margin: 10px 0 12px; }

/* differentiator */
.diff-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 860px) { .diff-grid { grid-template-columns: 1fr; } }
.diff-card { padding: 26px; }
.diff-card .n { font-family: var(--serif); font-size: 34px; color: var(--accent); margin-bottom: 6px; }
.diff-card h4 { margin: 0 0 8px; font-size: 17.5px; }
.diff-card p { margin: 0; color: var(--ink-soft); font-size: 14.5px; line-height: 1.55; }

/* stats */
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 760px) { .stats-grid { grid-template-columns: 1fr; } }
.stat-card { padding: 24px; text-align: left; }
.stat-card .v { font-family: var(--serif); font-size: clamp(26px,3vw,34px); color: var(--accent); line-height: 1.1; }
.stat-card .l { color: var(--ink-soft); font-size: 14px; margin-top: 6px; line-height: 1.5; }

/* steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 860px) { .steps { grid-template-columns: 1fr; } }
.step { position: relative; padding-left: 4px; }
.step .num { font-family: var(--serif); font-size: 44px; color: var(--line-strong); line-height: 1; }
.step h4 { margin: 6px 0 8px; font-size: 17.5px; }
.step p { margin: 0; color: var(--ink-soft); font-size: 14.5px; line-height: 1.6; }
.step .note { margin-top: 8px; font-size: 12.5px; color: var(--ink-mute); font-style: italic; }

/* pricing */
.price-note { color: var(--ink-mute); font-size: 14px; margin: -6px 0 30px; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
@media (max-width: 900px) { .price-grid { grid-template-columns: 1fr; } }
.price-grid.two { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 760px) { .price-grid.two { grid-template-columns: 1fr; } }
.price-card { padding: 30px 26px; display: flex; flex-direction: column; position: relative; }
.price-card.hi { border-color: var(--accent); box-shadow: 0 22px 54px rgba(176,80,63,.16); }
[data-axe="entreprise"] .price-card.hi { border-color: var(--accent-corp); box-shadow: 0 22px 54px rgba(59,79,138,.16); }
.price-tag { position: absolute; top: -13px; left: 26px; background: var(--accent); color: #fff; font-size: 12px; font-weight: 700; padding: 5px 14px; border-radius: var(--r-pill); }
[data-axe="entreprise"] .price-tag { background: var(--accent-corp); }
.price-card .n { font-family: var(--sans); font-weight: 700; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-mute); }
.price-card .p { font-family: var(--serif); font-size: 42px; margin: 8px 0 4px; color: var(--ink); }
.price-card .p small { font-size: 15px; font-family: var(--sans); font-weight: 600; color: var(--ink-mute); }
.price-card .devis { font-size: 16px; color: var(--ink-soft); margin: 8px 0 4px; line-height: 1.5; }
.price-card ul { list-style: none; margin: 18px 0 24px; padding: 0; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.price-card li { font-size: 14.5px; color: var(--ink-soft); padding-left: 24px; position: relative; line-height: 1.4; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 700; }
[data-axe="entreprise"] .price-card li::before { color: var(--accent-corp); }
.price-card .mo-btn, .price-card .mo-btn-ghost { width: 100%; text-align: center; text-decoration: none; }

/* options table */
.opt-list { margin-top: 8px; }
.opt-row { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.opt-row span:first-child { color: var(--ink-soft); }
.opt-row span:last-child { font-weight: 700; white-space: nowrap; }

/* comparison table */
.cmp-scroll { overflow-x: auto; border-radius: var(--r-lg); border: 1px solid var(--line); background: var(--paper-card); }
table.cmp { width: 100%; border-collapse: collapse; font-size: 14.5px; min-width: 560px; }
table.cmp th, table.cmp td { padding: 14px 18px; text-align: left; border-bottom: 1px solid var(--line); }
table.cmp th { font-size: 12.5px; text-transform: uppercase; letter-spacing: .06em; color: var(--ink-mute); font-weight: 700; }
table.cmp td:first-child, table.cmp th:first-child { color: var(--ink-soft); font-weight: 600; }
table.cmp tr:last-child td { border-bottom: none; }
table.cmp .win { color: var(--accent); font-weight: 700; }
[data-axe="entreprise"] table.cmp .win { color: var(--accent-corp); }

/* faq */
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { padding: 20px 4px; font-weight: 700; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-family: var(--serif); font-size: 24px; color: var(--accent); flex-shrink: 0; }
.faq-item[open] summary::after { content: "–"; }
.faq-item p { margin: 0 4px 20px; color: var(--ink-soft); font-size: 15px; line-height: 1.6; }

/* final CTA banner */
.banner { background: var(--night); color: var(--night-text); border-radius: var(--r-lg); padding: clamp(36px,5vw,56px); text-align: center; }
.banner h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(26px,3.2vw,36px); margin: 0 0 12px; color: #fff; }
.banner p { color: var(--night-mute); max-width: 52ch; margin: 0 auto 26px; }

/* footer */
.foot { border-top: 1px solid var(--line); padding: 40px 0 30px; }
.foot-grid { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 24px; margin-bottom: 24px; }
.foot-logo { font-family: var(--serif); font-size: 22px; }
.foot-links { display: flex; gap: 22px; flex-wrap: wrap; font-size: 14px; }
.foot-links a { text-decoration: none; color: var(--ink-soft); font-weight: 600; }
.foot-links a:hover { color: var(--accent); }
.foot-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 12.5px; color: var(--ink-mute); border-top: 1px solid var(--line); padding-top: 18px; }
.foot-bottom a { color: var(--ink-mute); text-decoration: none; }
.foot-bottom a:hover { color: var(--accent); text-decoration: underline; }
.foot-admin { display: inline-flex; align-items: center; gap: 5px; opacity: .7; }
.foot-admin:hover { opacity: 1; }

/* ---------- tunnel de commande ---------- */
.tunnel-grid { display: grid; grid-template-columns: 1.3fr .9fr; gap: 32px; align-items: start; }
@media (max-width: 900px) { .tunnel-grid { grid-template-columns: 1fr; } }
.axe-switch { display: flex; gap: 10px; margin-bottom: 26px; }
.axe-btn { flex: 1; padding: 14px; border-radius: var(--r-md); border: 1px solid var(--line-strong); background: var(--paper-card); font-weight: 700; font-size: 14.5px; cursor: pointer; text-align: center; color: var(--ink-soft); }
.axe-btn.on { border-color: var(--accent); color: var(--accent); background: var(--accent-soft); }
.plan-pick { display: grid; gap: 10px; margin-bottom: 8px; }
.plan-opt { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 15px 18px; border-radius: var(--r-md); border: 1.5px solid var(--line-strong); cursor: pointer; background: var(--paper-card); }
.plan-opt input { accent-color: var(--accent); width: 18px; height: 18px; }
.plan-opt .lbl { font-weight: 700; font-size: 15px; }
.plan-opt .sub { font-size: 12.5px; color: var(--ink-mute); font-weight: 500; }
.plan-opt .px { font-weight: 700; color: var(--accent); font-size: 15px; margin-left: auto; }
.plan-opt:has(input:checked) { border-color: var(--accent); background: var(--accent-soft); }
[data-axe="entreprise"] .plan-opt:has(input:checked) { border-color: var(--accent-corp); }
[data-axe="entreprise"] .plan-opt .px { color: var(--accent-corp); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 22px; }
@media (max-width: 560px) { .form-grid { grid-template-columns: 1fr; } }
.form-grid .full { grid-column: 1 / -1; }
.form-grid label { font-size: 13px; font-weight: 700; color: var(--ink-soft); display: block; margin-bottom: 6px; }
.form-grid input, .form-grid textarea, .form-grid select { width: 100%; }
.form-grid textarea { resize: vertical; min-height: 90px; font-family: var(--sans); }
.hp { position: absolute; left: -9999px; opacity: 0; }
.recap { position: sticky; top: 90px; padding: 26px; }
.recap h3 { margin: 0 0 4px; font-family: var(--serif); font-size: 22px; font-weight: 400; }
.recap .axe-badge { display: inline-block; font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--accent); background: var(--accent-soft); padding: 4px 10px; border-radius: var(--r-pill); margin-bottom: 12px; }
[data-axe="entreprise"] .recap .axe-badge { color: var(--accent-corp); background: var(--accent-soft); }
.recap-row { display: flex; justify-content: space-between; padding: 10px 0; border-top: 1px solid var(--line); font-size: 14.5px; }
.recap-row.total { font-weight: 700; font-size: 17px; border-top: 1.5px solid var(--ink); margin-top: 4px; padding-top: 14px; }
.recap-trust { margin: 18px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 8px; }
.recap-trust li { font-size: 13px; color: var(--ink-soft); padding-left: 20px; position: relative; }
.recap-trust li::before { content: "🔒"; position: absolute; left: 0; font-size: 11px; }
.submit-row { margin-top: 24px; }
.submit-row .mo-btn { width: 100%; font-size: 16.5px; padding: 17px; }
.submit-row .fine { font-size: 12px; color: var(--ink-mute); text-align: center; margin-top: 12px; line-height: 1.5; }
.submit-row .fine a { color: var(--ink-soft); text-decoration: underline; }
.form-err { background: #FDEDEA; color: #9B2C1F; border-radius: var(--r-sm); padding: 12px 16px; font-size: 14px; margin-top: 14px; display: none; }
.form-err.show { display: block; }
.confirm-box { padding: 44px 36px; text-align: center; }
.confirm-box .ico { font-size: 40px; margin-bottom: 14px; }
.confirm-box h3 { font-family: var(--serif); font-weight: 400; font-size: 28px; margin: 0 0 14px; }
.confirm-box p { color: var(--ink-soft); line-height: 1.6; max-width: 46ch; margin: 0 auto 8px; }

/* ---------- pages légales ---------- */
.legal-wrap { max-width: 760px; margin: 0 auto; padding: 60px 24px 40px; }
.legal-wrap h1 { font-family: var(--serif); font-weight: 400; font-size: clamp(30px, 5vw, 40px); margin-bottom: 6px; }
.legal-wrap .sub { color: var(--ink-soft); margin: 0 0 30px; }
.legal-body { padding: 30px clamp(20px,4vw,40px); display: flex; flex-direction: column; gap: 6px; font-size: 15px; line-height: 1.65; color: var(--ink-soft); }
.legal-body h2 { font-family: var(--sans); font-size: 15px; text-transform: uppercase; letter-spacing: .04em; color: var(--ink); margin: 26px 0 6px; }
.legal-body h2:first-child { margin-top: 0; }
.legal-body p { margin: 0 0 6px; }
.legal-body ul { margin: 0 0 8px; padding-left: 22px; display: flex; flex-direction: column; gap: 6px; }
.legal-body strong { color: var(--ink); }
.todo { background: #FDF3E3; color: #8A5A00; border-radius: 6px; padding: 1px 6px; font-weight: 600; }
.legal-line { margin-top: 26px; text-align: center; font-size: 13.5px; }
.legal-line a { color: var(--ink-mute); text-decoration: none; font-weight: 600; }
.legal-line a:hover { color: var(--accent); text-decoration: underline; }

/* utility */
.mt-0 { margin-top: 0; }
.center { text-align: center; }
.hide { display: none !important; }
