/* Styles de la page d'accueil (repris du <style> inline de la maquette index.html) */
.hero{position:relative;overflow:hidden;background:
  radial-gradient(ellipse 80% 60% at 15% 20%, #dde7da 0%, transparent 60%),
  radial-gradient(ellipse 70% 55% at 90% 80%, #f0e3c2 0%, transparent 55%),
  linear-gradient(160deg, var(--sable) 0%, var(--creme) 100%)}
.hero-int{max-width:1500px;margin:0 auto;display:grid;grid-template-columns:1.1fr .9fr;gap:2.5rem;align-items:center;padding:4.5rem 1.2rem 4rem}
.hero h1{font-size:2.9rem;line-height:1.18}
.hero h1 em{font-style:italic;color:var(--vert)}
.hero p.accroche{margin:1.2rem 0 1.8rem;font-size:1.08rem;color:#5a615c;max-width:32rem}
.hero .ctas{display:flex;gap:.9rem;flex-wrap:wrap}
.hero-visuel svg{width:100%;height:auto;border-radius:18px;box-shadow:0 20px 50px rgba(46,53,48,.18)}
.badges{display:flex;gap:1.6rem;margin-top:2.2rem;flex-wrap:wrap;font-size:.85rem;color:#5a615c}
.badges span::before{content:"✓ ";color:var(--vert);font-weight:bold}
@media (max-width:900px){
  .hero-int{grid-template-columns:1fr}
  .hero h1{font-size:2.2rem}
}

/* Petit ajustement : le menu WordPress dans l'en-tête reprend le style de la maquette */
.nav ul li{list-style:none}
.nav .menu-item a{color:var(--encre);text-decoration:none}
.nav .menu-item a:hover{color:var(--vert)}
.nav .current-menu-item > a{color:var(--vert);font-weight:600;border-bottom:2px solid var(--or)}
