:root{--ink:#0d2d3c;--green:#0b5b48;--cream:#fbf6ec;--sand:#f1e7d6;--line:rgba(13,45,60,.14);--serif:Georgia,"Times New Roman",serif;--sans:Arial,Helvetica,sans-serif;--header-h:74px}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:var(--header-h)}
body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--sans);line-height:1.45}
.wrap{width:min(1180px,92vw);margin:auto}
h1,h2,h3{font-family:var(--serif);line-height:1.04;margin:.2em 0 .5em}
h1{font-size:clamp(2rem,3.6vw,3.6rem)}
h2{font-size:clamp(1.8rem,3.4vw,2.9rem)}
p{margin:.4rem 0 1rem}
.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.76rem;font-weight:800;color:var(--green)}
.btn{display:inline-flex;background:var(--green);color:#fff;text-decoration:none;padding:15px 26px;border-radius:999px;font-weight:800}
.price{font-family:var(--serif);font-size:1.55rem;font-weight:700;margin-top:.55rem}
.note{font-size:.82rem;opacity:.7}
.section{padding:72px 0}
.center{text-align:center}

/* ===== Header ===== */
header{position:sticky;top:0;z-index:20;background:rgba(251,246,236,.95);border-bottom:1px solid var(--line)}
nav{position:relative;height:var(--header-h);display:flex;align-items:center;justify-content:space-between;gap:22px}
.logo{font-family:var(--serif);font-size:2rem;font-weight:800;white-space:nowrap}
.navlinks{display:flex;gap:24px}
.navlinks a,.navright a{text-decoration:none;color:inherit}
.navright{display:flex;align-items:center;gap:14px}
.navright .btn{color:#fff;white-space:nowrap}
.lang{white-space:nowrap;font-size:.9rem}
.lang a[aria-current]{font-weight:800}
.menu-toggle{display:none}
/* Logo SVG : on fixe seulement la hauteur, la largeur suit (proportions conservées) */
.logo-img{display:flex;align-items:center;flex-shrink:0;text-decoration:none}
.logo-img img{display:block;height:40px;width:auto;max-width:none}

/* ===== Hero ===== */
.hero{display:grid;grid-template-columns:1fr 1.18fr 1fr;min-height:680px;background:#f7eddd}
.hero-photo{position:relative;background:#ded3c2}
.ph{display:grid;place-items:center;text-align:center;color:#6d6a63;background:linear-gradient(135deg,#e7ddce,#d9cfbf);padding:20px}
.hero-photo .ph{position:absolute;inset:0}
.hero-copy{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:45px 32px;background:radial-gradient(circle,#fffdf8,#f8eddb)}
.hero-copy p{max-width:610px;margin:0 0 .45rem}
.hero-copy p:last-of-type{margin-bottom:2.2rem}
.hero-copy h1{font-size:clamp(2rem,3.4vw,3.4rem);line-height:1.08;padding:0 clamp(8px,2vw,32px)}
.hero-copy .btn{margin-top:1rem}
.hand {
  position: absolute;
  top: 55px;
  max-width: 210px;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: 1.55rem;
  padding: 20px;
  color: #ffffff;
  z-index: 1;
  background: none;
  border-radius: 0;
  text-shadow:
    0 1px 2px rgba(110, 85, 55, 0.35),
    0 0 8px rgba(140, 110, 75, 0.30),
    0 0 20px rgba(160, 130, 95, 0.25);
}
.hand::before {
  content: "";
  position: absolute;
  inset: 10px;
  background: rgba(150, 120, 85, 0.18);
  filter: blur(30px);
  z-index: -1;
}
.left .hand{left:15px}
.right .hand{right:15px}

/* ===== Sections ===== */
.benefits{display:grid;grid-template-columns:repeat(5,1fr);background:#fff;border-block:1px solid var(--line)}
.benefit{text-align:center;padding:24px 16px;border-right:1px solid var(--line)}
.benefit:last-child{border:0}
.benefit b{display:block;text-transform:uppercase;font-size:.8rem}
.journeys{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:26px}
.journey{background:#fff;border-radius:16px;overflow:hidden}
.journey .ph{aspect-ratio:1}
.journey p{font-family:var(--serif);font-weight:700;padding:12px;margin:0}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}
.step{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;text-align:left;display:flex;flex-direction:column}
.stepno{width:46px;height:46px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;font-family:var(--serif);font-size:1.4rem}
.step h3{min-height:2.1em}
.step p{margin-bottom:18px}
.step .ph{height:175px;border-radius:14px;margin-top:auto;flex-shrink:0}
.step .ph img[src*="etape-3"]{object-fit:contain;background:var(--cream)}
.report{display:grid;grid-template-columns:1.1fr 1.9fr;gap:32px;align-items:center}
.flow{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.flow-card{background:var(--sand);border:0;border-radius:18px;padding:24px 16px;text-align:center}
.flow-card h3{font-size:1.1rem;line-height:1.2;margin:.3em 0 .45em}
.flow-card p{font-size:.86rem;line-height:1.4;margin:0;opacity:.85}
.emotion{background:var(--sand)}
.concerns{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:24px}
.concern{background:#fff;border-radius:18px;padding:22px;font-family:var(--serif);font-size:1.18rem}
.cta{background:linear-gradient(100deg,#ead9bd,#fff8e9);text-align:center}
.faq details{background:#fff;border:1px solid var(--line);border-radius:15px;padding:18px 20px;margin:10px 0}
.faq summary{font-weight:800;cursor:pointer}
footer{padding:34px 0;border-top:1px solid var(--line);font-size:.82rem}
.footer-row{display:flex;justify-content:space-between;gap:30px}
.legal{max-width:760px;opacity:.72}
.footer-logo{margin-bottom:10px}
.legal nav a{color:inherit}
.footer-logo img{height:32px}

/* ===== Emplacements photo ===== */
.ph{position:relative;overflow:hidden}
.ph img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.ph img.manquante{display:none}
.hand{z-index:1}

/* ===== Icônes ===== */
.benefit-icon,
.flow-icon {
  display: block;
  width: 34px;
  height: 34px;
  margin: 0 auto 10px;
  fill: none;
  stroke: var(--ink);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.benefits { background: var(--cream); }
.benefit { position: relative; border-right: 0; }
.benefit:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 25%;
  height: 50%;
  border-right: 1px solid var(--line);
}
.benefit span { font-size: .85rem; opacity: .8; }

/* Focus clavier visible */
a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid var(--green);outline-offset:3px}

/* =========================================================
   TABLETTE (≤ 1100px) : le menu complet ne rentre plus
   ========================================================= */
@media (max-width:1100px){
  header .logo-img img{height:34px}
  .navlinks{gap:16px;font-size:.92rem}
  .navright .btn{padding:11px 18px;font-size:.9rem}
}

/* =========================================================
   MOBILE / TABLETTE (≤ 900px) : menu hamburger
   ========================================================= */
@media (max-width:900px){
  :root{--header-h:60px}
  nav{gap:10px}
  header .logo-img img{height:30px}

  /* Bouton hamburger */
  .menu-toggle{
    display:inline-flex;flex-direction:column;justify-content:center;gap:5px;
    width:40px;height:40px;padding:0 9px;margin-right:-6px;
    background:none;border:0;border-radius:8px;cursor:pointer;color:var(--ink)
  }
  .menu-toggle span{display:block;height:2px;background:currentColor;border-radius:2px;transition:transform .2s,opacity .2s}
  body.menu-open .menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  body.menu-open .menu-toggle span:nth-child(2){opacity:0}
  body.menu-open .menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

  /* Panneau du menu */
  .navlinks{
    display:none;position:absolute;top:100%;left:-4vw;right:-4vw;
    flex-direction:column;gap:0;padding:6px 4vw 14px;
    background:var(--cream);border-bottom:1px solid var(--line);
    box-shadow:0 12px 24px rgba(13,45,60,.08)
  }
  body.menu-open .navlinks{display:flex}
  .navlinks a{padding:14px 2px;font-size:1.05rem;border-bottom:1px solid var(--line)}
  .navlinks a:last-child{border-bottom:0}

  /* Droite du header : langue + bouton compact + hamburger */
  .navright{gap:10px}
  .lang{font-size:.85rem}
  .navright .btn{padding:9px 14px;font-size:.82rem}

  /* Hero */
  /* Les deux photos superposées au même endroit, fondu enchaîné automatique */
  .hero{
    grid-template-columns:1fr;
    grid-template-areas:"photo" "copy";
    min-height:0
  }
  .hero-photo.left,
  .hero-photo.right{grid-area:photo}
  .hero-copy{grid-area:copy}
  .hero-photo{min-height:240px}
  .hero-photo.right{
    z-index:1;
    opacity:0;
    animation:hero-fondu 10s ease-in-out infinite
  }
  .hero-copy{padding:36px 20px 44px}
  .hero-copy .logo{display:none} /* déjà dans le header */
  .hero-copy p:last-of-type{margin-bottom:1.4rem}

  .journeys{grid-template-columns:repeat(3,1fr)}
  .report{grid-template-columns:1fr}
}

/* =========================================================
   PETIT MOBILE (≤ 700px)
   ========================================================= */
@media (max-width:700px){
  .section{padding:52px 0}
  h1,.hero-copy h1{font-size:1.9rem;padding:0}
  .hero-photo{min-height:200px}
  h2{font-size:1.65rem}
  .btn{padding:13px 22px;font-size:.95rem}
  .price{font-size:1.35rem}

  .steps,.concerns{grid-template-columns:1fr}
  .step h3{min-height:0}
  .flow{grid-template-columns:1fr 1fr}
  .flow-card{padding:18px 12px}

  .benefits{grid-template-columns:1fr 1fr}
  .benefit{padding:20px 12px}
  .benefit::after{display:none}
  .benefit:nth-child(odd):not(:last-child){border-right:1px solid var(--line)}
  .benefit:nth-child(-n+4){border-bottom:1px solid var(--line)}
  .benefit:last-child{grid-column:1/-1}

  .journeys{grid-template-columns:1fr 1fr}
  .journey p{font-size:.95rem}
  .concern{font-size:1.05rem;padding:18px}
  .footer-row{flex-direction:column;gap:16px}
}

/* =========================================================
   TRÈS PETIT (≤ 400px) : on garde FR|EN, on compacte le reste
   ========================================================= */
@media (max-width:400px){
  header .logo-img img{height:24px}
  .navright{gap:6px}
  .navright .btn{padding:8px 11px;font-size:.78rem}
  .navright .btn .arrow{display:none}
  .lang{font-size:.8rem}
}

/* Fondu enchaîné du hero mobile : homme 4 s → fondu 1 s → femme 4 s → fondu 1 s */
@keyframes hero-fondu{
  0%,40%{opacity:0}
  50%,90%{opacity:1}
  100%{opacity:0}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .menu-toggle span{transition:none}
  .hero-photo.right{animation:none}
}