/* =========================================================
   LA PAELLA DES COPAINS — feuille de style
   Palette : vert forêt / crème / safran / terre cuite
   Police display : Fraunces (soft, chaleureuse, artisanale)
   Police texte   : Plus Jakarta Sans
   ========================================================= */

/* ---------- 1. Design tokens ---------- */
:root{
  /* couleurs */
  --forest: #174D32;
  --forest-dark: #0E3524;
  --forest-line: #26603F;
  --cream: #F8F0E2;
  --cream-soft: #FFFBF3;
  --cream-line: #E7D9BF;
  --saffron: #D99A1D;
  --saffron-light: #F0B94A;
  --terracotta: #A8592F;
  --ink: #2A2118;
  --ink-soft: #5B5142;

  /* typographie */
  --font-display: "Fraunces", "Iowan Old Style", serif;
  --font-body: "Plus Jakarta Sans", "Segoe UI", sans-serif;

  /* rythme */
  --radius-lg: 32px;
  --radius-md: 20px;
  --radius-sm: 12px;
  --section-pad: clamp(64px, 9vw, 128px);
  --gutter: clamp(20px, 5vw, 64px);
  --max-w: 1280px;

  /* mouvement */
  --ease: cubic-bezier(.22,.7,.32,1);
  --dur: .7s;

  /* motif signature — l'arc de poêle */
  --arc-safran: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20200%20200%22%3E%3Cpath%20d%3D%22M170%2060%20A%2090%2090%200%201%201%20100%2010%22%20fill%3D%22none%22%20stroke%3D%22%23D99A1D%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20opacity%3D%221%22%2F%3E%3Ccircle%20cx%3D%22100%22%20cy%3D%2210%22%20r%3D%224.5%22%20fill%3D%22%23D99A1D%22%20opacity%3D%221%22%2F%3E%3Ccircle%20cx%3D%22150%22%20cy%3D%2226%22%20r%3D%223%22%20fill%3D%22%23D99A1D%22%20opacity%3D%221%22%2F%3E%3Ccircle%20cx%3D%2226%22%20cy%3D%22150%22%20r%3D%223.5%22%20fill%3D%22%23D99A1D%22%20opacity%3D%221%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%22112%22%20r%3D%222.5%22%20fill%3D%22%23D99A1D%22%20opacity%3D%221%22%2F%3E%3C%2Fsvg%3E");
  --arc-cream: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20200%20200%22%3E%3Cpath%20d%3D%22M170%2060%20A%2090%2090%200%201%201%20100%2010%22%20fill%3D%22none%22%20stroke%3D%22%23F8F0E2%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20opacity%3D%22.55%22%2F%3E%3Ccircle%20cx%3D%22100%22%20cy%3D%2210%22%20r%3D%224.5%22%20fill%3D%22%23F8F0E2%22%20opacity%3D%22.55%22%2F%3E%3Ccircle%20cx%3D%22150%22%20cy%3D%2226%22%20r%3D%223%22%20fill%3D%22%23F8F0E2%22%20opacity%3D%22.55%22%2F%3E%3Ccircle%20cx%3D%2226%22%20cy%3D%22150%22%20r%3D%223.5%22%20fill%3D%22%23F8F0E2%22%20opacity%3D%22.55%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%22112%22%20r%3D%222.5%22%20fill%3D%22%23F8F0E2%22%20opacity%3D%22.55%22%2F%3E%3C%2Fsvg%3E");
}

/* ---------- 2. Reset ---------- */
*,*::before,*::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  margin:0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16.5px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img,video{ max-width:100%; display:block; }
svg{ width:20px; height:20px; flex-shrink:0; } /* filet de sécurité — les classes plus spécifiques ci-dessous priment */
a{ color:inherit; text-decoration:none; }
ul{ margin:0; padding:0; list-style:none; }
button{ font:inherit; cursor:pointer; }
h1,h2,h3,h4,p{ margin:0; }
.container{ max-width: var(--max-w); margin:0 auto; padding:0 var(--gutter); }
section{ position:relative; }

@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior:auto; }
  *,*::before,*::after{ animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; scroll-behavior:auto !important; }
}

/* ---------- 3. Typographie ---------- */
.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--terracotta);
}
.eyebrow::before{
  content:"";
  width:18px; height:2px;
  background: var(--saffron);
  border-radius:2px;
}

h1, .h1{
  font-family: var(--font-display);
  font-optical-sizing: auto;
  font-weight: 680;
  font-variation-settings: "opsz" 90, "SOFT" 60;
  line-height: .98;
  letter-spacing: -.01em;
  color: var(--forest-dark);
  font-size: clamp(2.6rem, 6vw, 4.6rem);
}
h2, .h2{
  font-family: var(--font-display);
  font-weight: 640;
  font-variation-settings: "opsz" 60, "SOFT" 50;
  line-height: 1.06;
  letter-spacing: -.005em;
  color: var(--forest-dark);
  font-size: clamp(2rem, 4vw, 3.1rem);
}
h3, .h3{
  font-family: var(--font-display);
  font-weight: 600;
  font-variation-settings: "opsz" 30;
  line-height: 1.2;
  color: var(--forest-dark);
  font-size: clamp(1.25rem, 2vw, 1.6rem);
}
.lede{
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  color: var(--ink-soft);
  max-width: 46ch;
}
.on-dark{ color: var(--cream); }
.on-dark .lede, p.on-dark{ color: #D9E4DB; }

.section-head{ position:relative; margin-bottom: clamp(28px,4vw,48px); }
.section-head::before{
  content:"";
  position:absolute;
  width:130px; height:130px;
  background-image: var(--arc-safran);
  background-repeat:no-repeat;
  top:-46px; left:-56px;
  opacity:.55;
  pointer-events:none;
  z-index:0;
}
.section-head.center::before{ left:50%; transform:translateX(-50%); top:-60px; }
.section-head > *{ position:relative; z-index:1; }
.section-head.on-dark::before{ background-image: var(--arc-cream); }

/* ---------- 4. Boutons & liens ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding: 16px 30px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  border: none;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .35s var(--ease);
  white-space: normal;
  text-align:center;
  max-width: 100%;
}
.btn svg{ width:19px; height:19px; flex-shrink:0; }
.btn-primary{
  background: linear-gradient(135deg, var(--saffron-light), var(--saffron));
  color: var(--forest-dark);
  box-shadow: 0 10px 24px -8px rgba(217,154,29,.55);
}
.btn-primary:hover{ transform: translateY(-2px); box-shadow: 0 16px 30px -8px rgba(217,154,29,.65); }
.btn-outline{
  background: transparent;
  color: var(--forest-dark);
  border: 1.5px solid var(--forest-dark);
}
.btn-outline:hover{ background: var(--forest-dark); color: var(--cream); }
.btn-outline.on-dark{ color: var(--cream); border-color: rgba(248,240,226,.6); }
.btn-outline.on-dark:hover{ background: var(--cream); color: var(--forest-dark); }
.btn-ghost-dark{
  background: var(--forest-dark);
  color: var(--cream);
}
.btn-ghost-dark:hover{ transform: translateY(-2px); background: var(--forest); }
.btn-block{ width:100%; }
.btn-sm{ padding: 12px 22px; font-size:.92rem; }

.text-link{
  display:inline-flex; align-items:center; gap:6px;
  font-weight:700; color: var(--forest-dark);
  border-bottom: 2px solid var(--saffron);
  padding-bottom:2px;
  transition: color .3s var(--ease), border-color .3s var(--ease);
}
.text-link svg{ width:16px; height:16px; flex-shrink:0; }
.text-link:hover{ color: var(--terracotta); border-color: var(--terracotta); }

/* ---------- 5. Header ---------- */
.site-header{
  position: fixed; inset: 0 0 auto 0; z-index: 200;
  padding: 18px 0;
  transition: padding .4s var(--ease), background .4s var(--ease), box-shadow .4s var(--ease), backdrop-filter .4s var(--ease);
}
.site-header .container{
  display:flex; align-items:center; justify-content:space-between; gap:20px;
}
.brand{
  font-family: var(--font-display);
  font-weight: 650;
  font-variation-settings: "opsz" 24;
  font-size: 1.28rem;
  color: var(--forest-dark);
  display:flex; align-items:center; gap:10px;
  letter-spacing: -.01em;
  white-space: nowrap;
  flex-shrink: 1;
  min-width: 0;
}
.brand-mark{ width:30px; height:30px; flex-shrink:0; }
.main-nav{ display:flex; align-items:center; gap:34px; }
.main-nav a{
  font-weight: 600; font-size:.96rem; color: var(--ink);
  position:relative; padding: 4px 0;
}
.main-nav a::after{
  content:""; position:absolute; left:0; bottom:0; height:2px; width:0;
  background: var(--saffron); transition: width .3s var(--ease);
}
.main-nav a:hover::after{ width:100%; }
.header-cta{ display:flex; align-items:center; gap:14px; }
.header-cta .btn{ padding:13px 24px; font-size:.94rem; }

.site-header.is-scrolled{
  background: rgba(248,240,226,.86);
  backdrop-filter: blur(14px) saturate(1.2);
  box-shadow: 0 6px 24px -12px rgba(23,77,50,.25);
  padding: 11px 0;
}

.burger{
  display:none;
  width:44px; height:44px; border-radius:50%;
  border:1.5px solid var(--forest-dark);
  background:none; align-items:center; justify-content:center;
  position:relative;
}
.burger span, .burger span::before, .burger span::after{
  content:""; display:block; width:18px; height:2px; background: var(--forest-dark);
  position:relative; transition: transform .3s var(--ease), opacity .3s var(--ease);
}
.burger span::before{ position:absolute; top:-6px; }
.burger span::after{ position:absolute; top:6px; }
.burger.is-open span{ background: transparent; }
.burger.is-open span::before{ transform: translateY(6px) rotate(45deg); }
.burger.is-open span::after{ transform: translateY(-6px) rotate(-45deg); }

.mobile-nav{
  position: fixed; inset:0; z-index:195;
  background: var(--forest-dark);
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:30px;
  transform: translateY(-100%);
  transition: transform .5s var(--ease);
}
.mobile-nav.is-open{ transform: translateY(0); }
.mobile-nav a{ font-family: var(--font-display); font-size:1.9rem; color: var(--cream); font-weight:600; }
.mobile-nav .btn{ margin-top:10px; }

/* ---------- 6. Hero ---------- */
.hero{
  padding: 148px var(--gutter) 90px;
  position:relative;
  overflow:hidden;
}
.hero .container{
  display:grid; grid-template-columns: 1fr; gap:52px; padding:0;
  align-items:center;
}
.hero-copy{ position:relative; z-index:2; }
.badge-pill{
  display:inline-flex; align-items:center; gap:9px;
  background: var(--cream-soft);
  border:1px solid var(--cream-line);
  padding:9px 18px 9px 10px;
  border-radius:999px;
  font-weight:700; font-size:.85rem;
  color: var(--forest-dark);
  box-shadow: 0 8px 20px -12px rgba(23,77,50,.3);
  margin-bottom:22px;
}
.badge-pill .dot{
  width:28px;height:28px;border-radius:50%;
  background: linear-gradient(135deg,var(--saffron-light),var(--saffron));
  display:flex;align-items:center;justify-content:center;font-size:14px;
}
.hero h1{ margin-bottom:20px; }
.hero h1 em{
  font-style: italic;
  color: var(--saffron);
}
.hero-sub{
  font-family: var(--font-display);
  font-weight:600;
  font-size: clamp(1.2rem,2vw,1.5rem);
  color: var(--terracotta);
  margin-bottom:18px;
}
.hero .lede{ margin-bottom:14px; }
.hero-reassurance-line{
  font-weight:700; color: var(--forest-dark);
  margin-bottom:30px;
  display:flex; gap:10px; align-items:flex-start;
}
.hero-reassurance-line svg{ flex-shrink:0; margin-top:3px; width:20px;height:20px; color:var(--saffron); }
.hero-cta{ display:flex; flex-direction:column; align-items:flex-start; gap:12px; }
.hero-cta small{ color: var(--ink-soft); font-weight:600; font-size:.86rem; }

.trust-chips{
  display:flex; flex-wrap:wrap; gap:10px 22px; margin-top:38px;
}
.trust-chip{
  display:flex; align-items:center; gap:9px;
  font-weight:700; font-size:.88rem; color: var(--forest-dark);
}
.trust-chip svg{ width:18px;height:18px; color: var(--saffron); flex-shrink:0; }

.hero-visual{
  position:relative; z-index:1;
  border-radius: var(--radius-lg);
  overflow:hidden;
  aspect-ratio: 4/5;
  box-shadow: 0 40px 80px -30px rgba(14,53,36,.45);
}
.hero-visual img{ width:100%; height:100%; object-fit:cover; object-position: center 62%; }
.hero-visual::after{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(14,53,36,0) 45%, rgba(14,53,36,.55) 100%);
}
.hero-visual-tag{
  position:absolute; left:20px; bottom:20px; z-index:2;
  color: var(--cream); font-weight:700; font-size:.85rem;
  display:flex; align-items:center; gap:8px;
  background: rgba(14,53,36,.55);
  backdrop-filter: blur(6px);
  padding:9px 14px; border-radius:999px;
}
.hero-visual-tag svg{ width:15px;height:15px; color:var(--saffron-light); }

/* ---------- 7. Bandeau confiance ---------- */
.trust-band{
  background: var(--forest);
  color: var(--cream);
  padding: 46px var(--gutter);
  position:relative;
  overflow:hidden;
}
.trust-band::before{
  content:""; position:absolute; inset:0;
  background-image: var(--arc-cream);
  background-repeat:no-repeat; background-size:400px;
  background-position: -80px -100px;
  opacity:.4;
}
.trust-band .container{ position:relative; z-index:1; }
.trust-lines{
  text-align:center;
  font-family: var(--font-display);
  font-weight:650;
  font-variation-settings: "opsz" 60;
  font-size: clamp(1.5rem, 4.2vw, 2.6rem);
  line-height:1.28;
  letter-spacing:.01em;
}
.trust-lines .accent{ color: var(--saffron-light); }
.trust-pictos{
  margin-top:34px;
  display:flex; justify-content:center; flex-wrap:wrap; gap:14px 40px;
}
.trust-picto{ display:flex; align-items:center; gap:10px; font-weight:700; font-size:.95rem; }
.trust-picto svg{ width:22px;height:22px; color: var(--saffron-light); }

/* ---------- 8. Sections génériques ---------- */
.section{ padding: var(--section-pad) var(--gutter); }
.section.cream{ background: var(--cream); }
.section.cream-soft{ background: var(--cream-soft); }
.section.forest{ background: var(--forest-dark); }

/* Section 3 — problème/promesse, mise en page asymétrique */
.split-feature{
  display:grid; grid-template-columns:1fr; gap:44px; align-items:center;
}
.split-feature .visual{
  position:relative;
  border-radius: var(--radius-lg);
  overflow:hidden;
  aspect-ratio: 5/4.4;
  box-shadow: 0 30px 60px -25px rgba(23,77,50,.35);
}
.split-feature .visual img{ width:100%; height:100%; object-fit:cover; }
.split-feature.reverse{ direction: rtl; }
.split-feature.reverse > *{ direction: ltr; }
.strong-line{
  font-family: var(--font-display);
  font-weight:650;
  font-size: clamp(1.5rem,2.6vw,2.1rem);
  color: var(--terracotta);
  margin-top:22px;
  line-height:1.25;
}
.split-feature p + .strong-line{ margin-top:24px; }
.corner-tag{
  position:absolute; top:22px; left:22px;
  background: var(--cream-soft);
  color: var(--forest-dark);
  font-weight:700; font-size:.82rem;
  padding:8px 16px; border-radius:999px;
  display:flex; align-items:center; gap:7px;
  box-shadow: 0 8px 20px -10px rgba(0,0,0,.3);
}
.corner-tag svg{ width:15px;height:15px; color:var(--saffron); }

/* ---------- 9. Cartes Paellas (menu) ---------- */
.menu-grid{
  display:grid; grid-template-columns:1fr; gap:28px;
}
.menu-card{
  background: var(--cream-soft);
  border-radius: var(--radius-lg);
  overflow:hidden;
  border:1px solid var(--cream-line);
  box-shadow: 0 24px 50px -30px rgba(23,77,50,.3);
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}
.menu-card:hover{ transform: translateY(-6px); box-shadow: 0 34px 60px -26px rgba(23,77,50,.4); }
.menu-card-media{
  position:relative; aspect-ratio: 16/10; overflow:hidden;
}
.menu-card-media img{ width:100%; height:100%; object-fit:cover; transition: transform .8s var(--ease); }
.menu-card:hover .menu-card-media img{ transform: scale(1.06); }
.menu-card-media::after{
  content:""; position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(14,53,36,0) 55%, rgba(14,53,36,.72) 100%);
}
.menu-badge{
  position:absolute; top:18px; left:18px; z-index:2;
  background: var(--forest-dark); color: var(--cream);
  font-weight:700; font-size:.72rem; letter-spacing:.08em; text-transform:uppercase;
  padding:8px 14px; border-radius:999px;
}
.menu-price{
  position:absolute; bottom:16px; right:18px; z-index:2;
  color: var(--cream); text-align:right;
}
.menu-price .num{
  font-family: var(--font-display); font-weight:700;
  font-size: 2.1rem; color: var(--saffron-light); line-height:1;
  display:block;
}
.menu-price .unit{ font-size:.78rem; font-weight:600; opacity:.85; }
.menu-card-body{ padding: 30px clamp(22px,3vw,34px) 34px; }
.menu-card-body h3{ margin-bottom:14px; }
.menu-ingredients{
  display:flex; flex-wrap:wrap; gap:8px;
  margin-bottom:18px;
}
.ingredient-tag{
  font-size:.82rem; font-weight:600; color: var(--forest-dark);
  background: rgba(23,77,50,.08);
  border:1px solid rgba(23,77,50,.14);
  padding:6px 12px; border-radius:999px;
}
.menu-pitch{
  color: var(--ink-soft); margin-bottom:24px;
  font-style: italic;
  font-size:.98rem;
}
.menu-note{
  text-align:center; margin-top:8px;
  color: var(--ink-soft); font-size:.95rem;
}
.menu-note a{ font-weight:700; color: var(--forest-dark); }

/* ---------- 10. Inclus (4 blocs) ---------- */
.include-grid{
  display:grid; grid-template-columns:1fr; gap:20px;
  margin-bottom:44px;
}
.include-card{
  background: var(--cream-soft);
  border:1px solid var(--cream-line);
  border-radius: var(--radius-md);
  padding: 30px 26px;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.include-card:hover{ transform: translateY(-4px); box-shadow: 0 20px 34px -22px rgba(23,77,50,.35); }
.include-icon{
  width:52px; height:52px; border-radius:16px;
  background: linear-gradient(135deg, var(--forest), var(--forest-dark));
  display:flex; align-items:center; justify-content:center;
  margin-bottom:18px;
}
.include-icon svg{ width:26px;height:26px; color: var(--saffron-light); }
.include-card h3{ margin-bottom:8px; font-size:1.15rem; }
.include-card p{ color: var(--ink-soft); font-size:.96rem; }
.include-cta{ text-align:center; }

/* ---------- 11. Expérience (storytelling visuel) ---------- */
.experience-grid{
  display:grid; grid-template-columns:1fr; gap:20px;
}
.experience-media-main{
  position:relative; border-radius: var(--radius-lg); overflow:hidden;
  aspect-ratio: 16/10;
  box-shadow: 0 30px 60px -28px rgba(23,77,50,.4);
  background: var(--forest-dark);
}
.experience-media-main video, .experience-media-main img{
  width:100%; height:100%; object-fit:cover;
}
.play-indicator{
  position:absolute; bottom:16px; left:16px;
  display:flex; align-items:center; gap:8px;
  background: rgba(14,53,36,.6); backdrop-filter: blur(6px);
  color: var(--cream); font-weight:700; font-size:.8rem;
  padding:8px 14px; border-radius:999px;
}
.play-indicator .live-dot{
  width:8px;height:8px;border-radius:50%; background: var(--saffron-light);
  animation: pulse-dot 1.8s infinite;
}
@keyframes pulse-dot{ 0%,100%{ opacity:1 } 50%{ opacity:.35 } }
.experience-media-sub{ display:grid; grid-template-columns: 1fr; gap:20px; }
.experience-media-sub .visual{
  border-radius: var(--radius-md); overflow:hidden; aspect-ratio: 16/9;
  box-shadow: 0 20px 40px -24px rgba(23,77,50,.35);
}
.experience-media-sub img{ width:100%; height:100%; object-fit:cover; }
.experience-copy{ margin-top:44px; max-width: 680px; }
.experience-copy p{ font-size:1.08rem; color: var(--ink-soft); margin-bottom:10px; }
.experience-copy .closer{
  font-family: var(--font-display); font-weight:650; font-size:1.5rem;
  color: var(--forest-dark); margin-top:20px;
}

/* ---------- 12. Occasions ---------- */
.occasion-grid{
  display:grid; grid-template-columns: repeat(2,1fr); gap:14px;
}
.occasion-card{
  background: var(--cream-soft);
  border:1px solid var(--cream-line);
  border-radius: var(--radius-sm);
  padding: 22px 16px;
  text-align:center;
  transition: transform .4s var(--ease), background .4s var(--ease), box-shadow .4s var(--ease);
}
.occasion-card:hover{ transform: translateY(-4px); background:#fff; box-shadow: 0 18px 30px -22px rgba(23,77,50,.35); }
.occasion-card svg{ width:26px;height:26px; color: var(--saffron); margin-bottom:10px; }
.occasion-card span{ display:block; font-weight:700; font-size:.92rem; color: var(--forest-dark); }
.occasion-foot{
  margin-top:36px; text-align:center;
  background: var(--cream-soft); border:1px dashed var(--cream-line);
  border-radius: var(--radius-md); padding: 26px;
}
.occasion-foot p{ margin-bottom:16px; color: var(--ink-soft); }

/* ---------- 13. Comment ça marche ---------- */
.steps{ display:grid; grid-template-columns:1fr; gap:0; }
.step{
  display:grid; grid-template-columns: 70px 1fr; gap:22px;
  padding: 28px 0;
  border-bottom:1px solid var(--cream-line);
}
.step:first-child{ padding-top:0; }
.step:last-child{ border-bottom:none; }
.step-num{
  font-family: var(--font-display); font-weight:700;
  font-size: 2.3rem; color: var(--saffron); line-height:1;
}
.step h3{ margin-bottom:8px; }
.step p{ color: var(--ink-soft); }

/* ---------- 14. Section humaine ---------- */
.human-section{
  display:grid; grid-template-columns:1fr; gap:44px; align-items:center;
}
.human-visual{
  position:relative; border-radius: var(--radius-lg); overflow:hidden;
  aspect-ratio: 4/4.6;
  box-shadow: 0 30px 60px -26px rgba(23,77,50,.4);
}
.human-visual img{ width:100%; height:100%; object-fit:cover; object-position: center 22%; }
.human-copy .lede{ margin-bottom:22px; }
.human-signature{
  font-family: var(--font-display); font-weight:600; font-style:italic;
  color: var(--terracotta); font-size:1.15rem; margin-bottom:28px;
  display:block;
}

/* ---------- 15. Gros bloc conversion ---------- */
.cta-block{
  position:relative;
  background: var(--forest-dark);
  border-radius: var(--radius-lg);
  overflow:hidden;
  padding: clamp(48px,7vw,90px) clamp(24px,6vw,80px);
  margin: 0 auto;
  max-width: var(--max-w);
  text-align:center;
}
.cta-block .bg-photo{
  position:absolute; inset:0;
  opacity:.32;
}
.cta-block .bg-photo img{ width:100%; height:100%; object-fit:cover; }
.cta-block .bg-photo::after{
  content:""; position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(14,53,36,.55), rgba(14,53,36,.94));
}
.cta-block-inner{ position:relative; z-index:2; }
.cta-block h2{ line-height:1.05; }
.cta-block .lede{ max-width:520px; margin:20px auto 34px; color:#D9E4DB; }
.cta-block .btn{ margin-bottom:18px; }
.cta-phone{
  font-family: var(--font-display); font-weight:700;
  font-size:1.35rem; color: var(--saffron-light);
  display:block; margin-bottom:6px;
}
.cta-zone{ color:#B9C9BE; font-weight:600; font-size:.92rem; }

/* ---------- 16. FAQ ---------- */
.faq-list{ max-width: 780px; margin: 0 auto; }
.faq-item{
  border-bottom: 1px solid var(--cream-line);
}
.faq-q{
  width:100%; background:none; border:none; text-align:left;
  display:flex; align-items:center; justify-content:space-between; gap:20px;
  padding: 24px 4px;
  font-family: var(--font-display); font-weight:600;
  font-size: clamp(1.05rem,1.6vw,1.25rem);
  color: var(--forest-dark);
}
.faq-q .plus{
  flex-shrink:0; width:32px;height:32px; border-radius:50%;
  border:1.5px solid var(--forest-dark);
  display:flex; align-items:center; justify-content:center;
  position:relative;
  transition: transform .4s var(--ease), background .4s var(--ease), border-color .4s var(--ease);
}
.faq-q .plus::before, .faq-q .plus::after{
  content:""; position:absolute; background: var(--forest-dark);
  transition: transform .4s var(--ease), background .4s var(--ease);
}
.faq-q .plus::before{ width:12px; height:2px; }
.faq-q .plus::after{ width:2px; height:12px; }
.faq-item.is-open .faq-q .plus{ background: var(--forest-dark); transform: rotate(180deg); }
.faq-item.is-open .faq-q .plus::before, .faq-item.is-open .faq-q .plus::after{ background: var(--cream); }
.faq-item.is-open .faq-q .plus::after{ transform: scaleY(0); }
.faq-a{
  max-height:0; overflow:hidden;
  transition: max-height .5s var(--ease);
}
.faq-a-inner{ padding: 0 40px 26px 4px; color: var(--ink-soft); }
.faq-foot{ text-align:center; margin-top:40px; }

/* ---------- 17. Footer ---------- */
.site-footer{
  background: var(--forest-dark);
  color: var(--cream);
  padding: 70px var(--gutter) 30px;
}
.footer-top{
  display:grid; grid-template-columns:1fr; gap:40px;
  padding-bottom:44px; margin-bottom:34px;
  border-bottom: 1px solid rgba(248,240,226,.15);
}
.footer-brand .brand{ color: var(--cream); margin-bottom:14px; }
.footer-baseline{
  font-family: var(--font-display); font-style:italic; font-weight:500;
  color: var(--saffron-light); font-size:1.1rem; margin-bottom:20px;
}
.footer-brand p{ color:#B9C9BE; max-width:32ch; }
.footer-col h4{
  font-size:.78rem; letter-spacing:.1em; text-transform:uppercase;
  color:#8FA396; font-weight:700; margin-bottom:16px;
}
.footer-col ul li{ margin-bottom:11px; }
.footer-col a, .footer-col span{ color:#DCE6DF; font-weight:500; }
.footer-col a:hover{ color: var(--saffron-light); }
.footer-col .whatsapp-link{ display:flex; align-items:center; gap:8px; font-weight:700; color:var(--cream); }
.footer-col .whatsapp-link svg{ width:17px;height:17px; color: var(--saffron-light); }
.footer-bottom{
  display:flex; flex-wrap:wrap; justify-content:space-between; gap:12px;
  font-size:.83rem; color:#7E9186;
}
.footer-bottom a{ color:#7E9186; }
.footer-bottom a:hover{ color: var(--cream); }
.footer-legal{ display:flex; gap:20px; flex-wrap:wrap; }

/* ---------- 18. WhatsApp flottant ---------- */
.wa-float{
  position: fixed; right:26px; bottom:26px; z-index:180;
  width:60px;height:60px; border-radius:50%;
  background: linear-gradient(135deg, var(--saffron-light), var(--saffron));
  display:none; align-items:center; justify-content:center;
  box-shadow: 0 14px 30px -8px rgba(217,154,29,.6);
  transition: transform .35s var(--ease);
}
.wa-float:hover{ transform: scale(1.08); }
.wa-float svg{ width:28px;height:28px; color: var(--forest-dark); }
.wa-float.is-visible{ display:flex; }

.wa-sticky-mobile{
  position: fixed; left:0; right:0; bottom:0; z-index:190;
  display:flex; justify-content:center;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: linear-gradient(180deg, rgba(248,240,226,0), var(--cream) 40%);
}
.wa-sticky-mobile .btn{
  width:100%; max-width:520px;
  box-shadow: 0 -6px 24px -10px rgba(23,77,50,.3), 0 10px 24px -8px rgba(217,154,29,.55);
}

/* ---------- 19. Reveal au scroll ---------- */
.reveal{
  opacity:0; transform: translateY(28px);
  transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.reveal.in-view{ opacity:1; transform:none; }
.reveal-delay-1.in-view{ transition-delay:.08s; }
.reveal-delay-2.in-view{ transition-delay:.16s; }
.reveal-delay-3.in-view{ transition-delay:.24s; }

/* ---------- 20. Responsive ---------- */
@media (min-width: 640px){
  .menu-grid{ grid-template-columns: 1fr 1fr; }
  .occasion-grid{ grid-template-columns: repeat(3,1fr); }
  .include-grid{ grid-template-columns: 1fr 1fr; }
  .experience-media-sub{ grid-template-columns: 1fr 1fr; }
}

@media (min-width: 900px){
  body{ font-size:17px; }
  .main-nav{ display:flex; }
  .burger{ display:none !important; }
  .header-cta .menu-only-mobile{ display:none; }

  .hero .container{ grid-template-columns: 1.05fr .95fr; gap:60px; }
  .hero-visual{ aspect-ratio: 3/3.6; }

  .split-feature{ grid-template-columns: 1fr 1fr; gap:60px; }
  .split-feature .visual{ aspect-ratio: 5/4.6; }

  .human-section{ grid-template-columns: .85fr 1.15fr; gap:70px; }

  .steps{ grid-template-columns: repeat(3,1fr); gap:34px; }
  .step{ grid-template-columns:1fr; border-bottom:none; padding:0; }
  .step-num{ margin-bottom:14px; }

  .occasion-grid{ grid-template-columns: repeat(6,1fr); }
  .include-grid{ grid-template-columns: repeat(4,1fr); }

  .wa-sticky-mobile{ display:none; }
  .wa-float.is-visible{ display:flex; }
}

@media (min-width: 900px) and (max-width:1099px){
  .header-cta .btn span.full{ display:none; }
}

/* nav caché par défaut sur mobile (bascule via .mobile-nav) */
@media (max-width: 899px){
  .burger{ display:flex; }
  .main-nav{ display:none; }

  .site-header .container{ flex-wrap:nowrap; gap:10px; }
  .brand{ font-size: clamp(.98rem, 4.6vw, 1.18rem); gap:8px; }
  .brand-mark{ width:26px; height:26px; }

  .header-cta{ flex-shrink:0; gap:10px; }
  .header-cta .btn{
    padding:0; width:46px; height:46px; border-radius:50%;
  }
  .header-cta .btn .full{ display:none; }
  .header-cta .btn svg{ margin:0; }
}

@media (min-width:1200px){
  .container{ padding: 0 40px; }
}
