/* Bloom by Déesse — DA rose gold / blush / crème (validée sur logo Dora 20/07/2026)
   Refonte conversion 21/07/2026 : photo-forward, mobile-first, funnel WhatsApp. */

:root {
  --creme: #F7EFE7;
  --creme-2: #F2E6DB;
  --blush: #F3DAD2;
  --rose: #E9C1BC;
  --rosegold: #B76E79;
  --cuivre: #9C5B4B;
  --brun: #5F4340;
  --brun-70: rgba(95, 67, 64, 0.72);
  --blanc: #FFFDFB;
  --ombre: 0 18px 45px rgba(156, 91, 75, 0.14);
  --ombre-sm: 0 10px 26px rgba(156, 91, 75, 0.12);
  --scrim: linear-gradient(to top, rgba(52,33,31,.82) 0%, rgba(59,40,38,.42) 42%, rgba(59,40,38,.06) 72%, rgba(59,40,38,0) 100%);
  --r-lg: 22px;
  --r-md: 16px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: "Jost", sans-serif;
  background: var(--creme);
  color: var(--brun);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3 { font-family: "Cormorant Garamond", serif; font-weight: 600; line-height: 1.14; }
.script { font-family: "Parisienne", cursive; font-weight: 400; color: var(--rosegold); }
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
img { max-width: 100%; display: block; }

/* Traitement uniforme des photos hétérogènes (homogénéise sans repeindre) */
.g-item img, .phero-frame img, .split-media img, .card-media img { filter: saturate(1.035) contrast(1.02) brightness(1.006); }

/* ---------- Header ---------- */
header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(247, 239, 231, 0.9);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(183, 110, 121, 0.18);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.logo { text-decoration: none; color: var(--cuivre); display: flex; align-items: baseline; gap: 10px; }
.logo .b { font-family: "Cormorant Garamond", serif; font-size: 30px; font-weight: 700; letter-spacing: 0.5px; }
.logo .s { font-family: "Parisienne", cursive; font-size: 21px; color: var(--rosegold); }
.nav-links { display: flex; gap: 26px; align-items: center; }
.nav-links a { text-decoration: none; color: var(--brun-70); font-size: 15px; letter-spacing: 0.4px; }
.nav-links a:hover { color: var(--cuivre); }
.nav-links .wa-btn { color: #fff; }
.nav-links .wa-btn:hover { color: #fff; }
@media (max-width: 860px) { .nav-links a:not(.wa-btn) { display: none; } .nav-links .wa-btn { padding: 10px 18px; font-size: 14px; } }

/* ---------- Boutons ---------- */
.wa-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: linear-gradient(135deg, var(--rosegold), var(--cuivre));
  color: #fff; text-decoration: none;
  padding: 13px 26px; border-radius: 999px;
  font-size: 15.5px; letter-spacing: 0.4px; font-weight: 500;
  box-shadow: 0 10px 26px rgba(156, 91, 75, 0.28);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  cursor: pointer; border: none;
}
.wa-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(156, 91, 75, 0.36); }
.wa-btn svg { width: 18px; height: 18px; fill: currentColor; flex: none; }
.wa-btn.lg { padding: 16px 32px; font-size: 17px; }
.btn-ghost {
  display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: var(--cuivre);
  border: 1px solid rgba(156, 91, 75, 0.4); border-radius: 999px;
  padding: 13px 26px; font-size: 15px; letter-spacing: 0.4px;
  transition: background 0.18s ease;
}
.btn-ghost.light { color: #F7EFE7; border-color: rgba(247,239,231,.55); }
.btn-ghost:hover { background: rgba(183, 110, 121, 0.1); }
.btn-ghost.light:hover { background: rgba(247,239,231,.14); }

/* ---------- Hero éditorial : texte + photo encadrée (split) ---------- */
.phero { position: relative; overflow: hidden;
  background:
    radial-gradient(900px 460px at 92% -12%, var(--blush) 0%, transparent 62%),
    radial-gradient(680px 460px at -10% 116%, var(--rose) 0%, transparent 58%),
    linear-gradient(180deg, var(--creme) 0%, var(--creme-2) 100%);
  border-bottom: 1px solid rgba(183,110,121,.12); }
.phero-inner { display: grid; grid-template-columns: 1.04fr 0.96fr; gap: 56px; align-items: center; padding: 62px 0 70px; }
.phero-copy .sur { font-size: 13.5px; letter-spacing: 3.5px; text-transform: uppercase; color: var(--rosegold); margin-bottom: 18px; }
.phero-copy h1 { font-size: clamp(37px, 4.7vw, 58px); color: var(--brun); max-width: 15ch; }
.phero-copy h1 .script { display: block; color: var(--rosegold); font-size: clamp(28px, 3.3vw, 42px); margin-top: 6px; }
.phero-copy .lead { max-width: 480px; margin: 22px 0 0; color: var(--brun-70); font-size: 18px; }
.phero-copy .cta-row { margin-top: 30px; display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.phero-copy .note { margin-top: 16px; font-size: 13.5px; color: var(--brun-70); letter-spacing: .3px; }
.phero-media { position: relative; }
.phero-media::before { content: ""; position: absolute; z-index: 0; inset: auto -16px -16px auto; width: 60%; height: 64%;
  background: linear-gradient(135deg, var(--rose), var(--blush)); border-radius: 28px; transform: rotate(-3deg); opacity: .5; }
.phero-frame { position: relative; z-index: 1; border-radius: 26px; overflow: hidden; aspect-ratio: 4/5;
  border: 6px solid #fff; box-shadow: 0 34px 74px rgba(120,70,60,.24); }
.phero-frame.wide { aspect-ratio: 4/3; }
.phero-frame img { width: 100%; height: 100%; object-fit: cover; }
.phero-badge { position: absolute; z-index: 2; left: 15px; bottom: 15px;
  background: rgba(52,33,31,.58); color: #F7EFE7; font-size: 11px; letter-spacing: 1.3px; text-transform: uppercase;
  padding: 7px 14px; border-radius: 999px; backdrop-filter: blur(4px); }
@media (max-width: 860px) {
  .phero-inner { grid-template-columns: 1fr; gap: 24px; padding: 28px 0 40px; }
  .phero-media { order: -1; }
  .phero-media::before { display: none; }
  .phero-frame { aspect-ratio: 5/4; }
  .phero-copy h1 { font-size: clamp(33px, 8.2vw, 44px); max-width: 100%; }
  .phero-copy .lead { font-size: 16.5px; }
}

/* Hero typographique (baby shower — variante sans photo, si besoin) */
.phero.type { background: radial-gradient(760px 460px at 88% -10%, #F3DAD2 0%, transparent 62%), linear-gradient(160deg, var(--creme) 0%, var(--blush) 100%); }
.phero.type .phero-inner { grid-template-columns: 1fr; max-width: 780px; padding: 60px 0 64px; }
.phero.type .swatches { display: flex; gap: 10px; margin-top: 26px; }
.phero.type .swatches span { width: 42px; height: 42px; border-radius: 50%; box-shadow: var(--ombre-sm); border: 2px solid rgba(255,255,255,.7); }

/* ---------- Trust band ---------- */
.trust { background: var(--creme); border-bottom: 1px solid rgba(183,110,121,.14); }
.trust .wrap { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 0; padding: 18px 24px; }
.trust .ti {
  display: flex; align-items: center; gap: 9px; padding: 4px 22px;
  font-size: 13px; letter-spacing: .8px; text-transform: uppercase; color: var(--brun-70);
  border-right: 1px solid rgba(183,110,121,.18);
}
.trust .ti:last-child { border-right: none; }
.trust .ti svg { width: 17px; height: 17px; stroke: var(--rosegold); fill: none; stroke-width: 1.6; flex: none; }
.trust .ti b { color: var(--cuivre); font-weight: 600; }
@media (max-width: 860px) {
  .trust .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 0; padding: 6px 16px; }
  .trust .ti { border-right: none; border-bottom: 1px solid rgba(183,110,121,.12); padding: 12px 8px; justify-content: center; text-align: center; font-size: 12px; }
  .trust .ti:nth-child(odd) { border-right: 1px solid rgba(183,110,121,.12); }
}

/* ---------- Sections ---------- */
section { padding: 76px 0; }
.sec-alt { background: linear-gradient(180deg, var(--creme-2), var(--creme)); }
.sec-title { text-align: center; margin-bottom: 44px; }
.sec-title .sur { font-size: 13px; letter-spacing: 3px; text-transform: uppercase; color: var(--rosegold); }
.sec-title h2 { font-size: clamp(30px, 4vw, 43px); margin-top: 8px; }
.sec-intro { text-align: center; max-width: 640px; margin: -26px auto 40px; color: var(--brun-70); }

/* Occasions — cartes photo-toppées */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(238px, 1fr)); gap: 22px; }
.card {
  background: var(--blanc); border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--ombre); text-decoration: none; color: inherit;
  border: 1px solid rgba(183, 110, 121, 0.12);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-5px); box-shadow: 0 26px 55px rgba(156,91,75,.2); }
.card-media { position: relative; aspect-ratio: 3/2; overflow: hidden; background: var(--creme-2); }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.22,1,.36,1); }
.card:hover .card-media img { transform: scale(1.06); }
.card-media.type { display: flex; align-items: center; justify-content: center; background: linear-gradient(150deg, #F5E6DC, #EAD3E4); }
.card-media.type .badge { font-family: "Parisienne", cursive; font-size: 40px; color: var(--rosegold); }
.card-body { padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.card-body h3 { font-size: 24px; }
.card-body p { font-size: 14.5px; color: var(--brun-70); flex: 1; }
.card-body .lien { color: var(--rosegold); font-size: 14.5px; letter-spacing: 0.3px; font-weight: 500; }

/* ---------- Galerie + lightbox ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
@media (max-width: 720px) { .gallery-grid { grid-template-columns: 1fr 1fr; gap: 11px; } }
.g-item {
  position: relative; aspect-ratio: 4/5; border-radius: var(--r-md); overflow: hidden;
  border: 1px solid rgba(183,110,121,.22); background: var(--creme-2);
  box-shadow: var(--ombre-sm); cursor: zoom-in;
  -webkit-appearance: none; appearance: none; padding: 0; font: inherit; color: inherit; display: block; width: 100%;
}
.g-item:focus-visible { outline: 3px solid var(--rosegold); outline-offset: 2px; }
.g-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.22,1,.36,1); }
.g-item::after { content: ""; position: absolute; inset: 0; background: rgba(183,110,121,.07); mix-blend-mode: soft-light; pointer-events: none; }
.g-item:hover img { transform: scale(1.055); }
.g-cap {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 14px 11px;
  background: linear-gradient(to top, rgba(52,33,31,.72), transparent);
  color: #F7EFE7; font-size: 11.5px; letter-spacing: 1.2px; text-transform: uppercase;
  z-index: 1; pointer-events: none;
}

#lb { position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center;
  background: rgba(52,33,31,.9); backdrop-filter: blur(6px); padding: 20px; }
#lb.on { display: flex; }
#lb .lb-stage { position: relative; max-width: 960px; width: 100%; text-align: center; }
#lb img { max-height: 82svh; width: auto; max-width: 100%; margin: 0 auto; border-radius: 12px; box-shadow: 0 30px 80px rgba(0,0,0,.5); }
#lb .lb-cap { color: #F1D8CE; font-size: 12.5px; letter-spacing: 1.4px; text-transform: uppercase; margin-top: 14px; }
#lb .lb-cta { margin-top: 16px; }
#lb .lb-nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(247,239,231,.14);
  border: 1px solid rgba(247,239,231,.4); color: #fff; width: 46px; height: 46px; border-radius: 50%;
  font-size: 22px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .2s; }
#lb .lb-nav:hover { background: rgba(247,239,231,.28); }
#lb .lb-prev { left: -8px; } #lb .lb-next { right: -8px; }
#lb .lb-close { position: absolute; top: -46px; right: 0; background: none; border: none; color: #F7EFE7;
  font-size: 30px; cursor: pointer; line-height: 1; }
@media (max-width: 720px) { #lb .lb-prev { left: 2px; } #lb .lb-next { right: 2px; } #lb .lb-nav { width: 40px; height: 40px; } }

/* ---------- Process ---------- */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 22px; }
.step { background: var(--blanc); border-radius: var(--r-lg); padding: 30px 26px; box-shadow: var(--ombre); border: 1px solid rgba(183,110,121,.1); }
.step .num { font-family: "Parisienne", cursive; font-size: 36px; color: var(--rosegold); }
.step h3 { font-size: 21px; margin: 4px 0 8px; }
.step p { font-size: 15px; color: var(--brun-70); }

/* ---------- Split band (La Capitale) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center;
  background: linear-gradient(135deg, #F4E6DC, #EFD6CE); border-radius: 28px; padding: 20px; overflow: hidden; }
.split-media { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4/3; box-shadow: var(--ombre); }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-body { padding: 18px 30px 18px 6px; }
.split-body h2 { font-size: clamp(26px, 3.4vw, 37px); }
.split-body p { color: var(--brun-70); margin: 12px 0 22px; max-width: 520px; }
.split-body .plist { list-style: none; margin: 0 0 24px; display: grid; gap: 7px; }
.split-body .plist li { font-size: 15px; padding-left: 22px; position: relative; }
.split-body .plist li::before { content: "✦"; position: absolute; left: 0; color: var(--rosegold); font-size: 13px; top: 2px; }
@media (max-width: 820px) { .split { grid-template-columns: 1fr; gap: 20px; } .split-body { padding: 4px 18px 22px; } }

/* ---------- Bande ambiance plein-bleed ---------- */
.ambiance { position: relative; padding: 92px 0; text-align: center; overflow: hidden; isolation: isolate; }
.ambiance img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; filter: saturate(.9); }
.ambiance::after { content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(135deg, rgba(120,58,110,.72), rgba(59,40,38,.8)); mix-blend-mode: multiply; }
.ambiance .sur { color: #F3D9CF; letter-spacing: 3.5px; text-transform: uppercase; font-size: 13px; }
.ambiance h2 { color: #FFF9F4; font-size: clamp(27px, 3.6vw, 40px); margin-top: 10px; max-width: 18ch; margin-inline: auto; }
.ambiance p { color: rgba(255,250,246,.85); max-width: 520px; margin: 14px auto 0; }

/* ---------- Réassurance sociale ---------- */
.proof { text-align: center; }
.proof .stars { color: var(--rosegold); font-size: 22px; letter-spacing: 3px; }
.proof .quotes { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 34px; }
.proof .quote { background: var(--blanc); border-radius: var(--r-lg); padding: 26px 26px 24px; box-shadow: var(--ombre-sm);
  border: 1px solid rgba(183,110,121,.12); text-align: left; }
.proof .quote p { font-family: "Cormorant Garamond", serif; font-size: 20px; line-height: 1.4; color: var(--brun); font-style: italic; }
.proof .quote .who { margin-top: 12px; font-size: 13px; letter-spacing: .6px; text-transform: uppercase; color: var(--rosegold); font-family: "Jost", sans-serif; font-style: normal; }
.proof .glink { display: inline-block; margin-top: 26px; color: var(--cuivre); font-size: 14.5px; text-decoration: underline; text-underline-offset: 3px; }

/* ---------- FAQ ---------- */
.faq { max-width: 780px; margin: 0 auto; }
.faq details { background: var(--blanc); border: 1px solid rgba(183,110,121,.16); border-radius: 14px; padding: 4px 22px; margin-bottom: 12px; box-shadow: var(--ombre-sm); }
.faq summary { cursor: pointer; list-style: none; padding: 16px 30px 16px 0; position: relative; font-size: 17.5px; color: var(--cuivre); font-weight: 500; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 2px; top: 12px; font-size: 24px; color: var(--rosegold); transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 0 18px; color: var(--brun-70); font-size: 15.5px; }

/* ---------- Inclus / tarif (pages occasion) ---------- */
.inclus { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 16px; }
.inclus li { list-style: none; background: var(--blanc); border-radius: 16px; padding: 18px 20px; box-shadow: var(--ombre-sm);
  font-size: 15.5px; border: 1px solid rgba(183,110,121,.1); }
.inclus li::before { content: "— "; color: var(--rosegold); }
.tarif { text-align: center; background: var(--blanc); border-radius: var(--r-lg); padding: 36px 30px; box-shadow: var(--ombre);
  max-width: 560px; margin: 0 auto; border: 1px solid rgba(183,110,121,.12); }
.tarif .montant { font-family: "Cormorant Garamond", serif; font-size: 40px; color: var(--cuivre); }
.tarif .detail { font-size: 15px; color: var(--brun-70); margin-top: 8px; }
.tarif .reassure { display: flex; flex-wrap: wrap; gap: 8px 18px; justify-content: center; margin-top: 20px; }
.tarif .reassure span { font-size: 13px; color: var(--brun-70); display: inline-flex; align-items: center; gap: 6px; }
.tarif .reassure span::before { content: "✓"; color: var(--rosegold); font-weight: 700; }

/* ---------- CTA final ---------- */
.cta-final { text-align: center; background: linear-gradient(160deg, var(--creme), var(--blush)); }
.cta-final h2 { font-size: clamp(28px, 4vw, 42px); }
.cta-final p { color: var(--brun-70); margin: 14px auto 30px; max-width: 560px; }

/* ---------- Sticky CTA mobile ---------- */
.sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: none;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(247,239,231,.94); backdrop-filter: blur(10px);
  border-top: 1px solid rgba(183,110,121,.22); box-shadow: 0 -8px 24px rgba(156,91,75,.12); }
.sticky-cta .wa-btn { width: 100%; justify-content: center; }
@media (max-width: 860px) { .sticky-cta { display: block; } body { padding-bottom: 78px; } }

/* ---------- Footer ---------- */
footer { background: #4E3835; color: #EAD9D2; padding: 46px 0 30px; margin-top: 40px; }
.foot { display: flex; flex-wrap: wrap; gap: 26px; justify-content: space-between; align-items: flex-start; }
.foot .logo .b, .foot .logo .s { color: #F1D8CE; }
.foot .coords { font-size: 15px; line-height: 2; }
.foot .coords a { color: #F1D8CE; text-decoration: none; }
.foot .coords a:hover { text-decoration: underline; }
.foot .zones { font-size: 13.5px; color: rgba(234,217,210,.7); max-width: 280px; line-height: 1.7; }
.foot .fin { width: 100%; border-top: 1px solid rgba(241, 216, 206, 0.2); margin-top: 26px; padding-top: 18px; font-size: 13px; color: rgba(234, 217, 210, 0.65); }

/* ---------- Reveal ---------- */
.rv { opacity: 0; transform: translateY(14px); transition: opacity 0.6s cubic-bezier(.22,1,.36,1), transform 0.6s cubic-bezier(.22,1,.36,1); }
.rv.on { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .rv { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  .card-media img, .g-item img { transition: none; }
}

/* ---------- Modale WhatsApp (desktop, sans photo) ---------- */
#wa-modal { position: fixed; inset: 0; z-index: 210; background: rgba(78, 56, 53, 0.55); backdrop-filter: blur(4px);
  display: none; align-items: center; justify-content: center; padding: 24px; }
#wa-modal.on { display: flex; }
#wa-modal .wa-box { background: var(--creme); border-radius: 26px; padding: 40px 44px; max-width: 400px; width: 100%;
  text-align: center; box-shadow: 0 30px 80px rgba(60, 38, 34, 0.35); }
#wa-modal h3 { font-size: 26px; color: var(--cuivre); }
#wa-modal .wa-num { display: block; margin: 20px auto 0; background: #fff; border: 1px solid rgba(183, 110, 121, 0.25);
  border-radius: 16px; padding: 14px 30px; cursor: pointer; font-family: "Cormorant Garamond", serif; font-size: 34px;
  color: var(--brun); letter-spacing: 2px; }
#wa-modal .wa-num:hover { border-color: var(--rosegold); }
#wa-modal .wa-copied { font-size: 13px; color: var(--rosegold); margin-top: 8px; opacity: 0; transition: opacity 0.25s ease; }
#wa-modal .wa-copied.on { opacity: 1; }
#wa-modal .wa-web { display: inline-block; margin: 8px 0 4px; color: var(--rosegold); font-size: 14.5px; text-decoration: underline; text-underline-offset: 3px; }
#wa-modal .wa-close { display: block; margin: 14px auto 0; background: none; border: 1px solid rgba(156, 91, 75, 0.4);
  border-radius: 999px; padding: 9px 26px; font-family: "Jost", sans-serif; font-size: 14px; color: var(--cuivre); cursor: pointer; }
#wa-modal .wa-close:hover { background: rgba(183, 110, 121, 0.08); }
