/* =========================================================
   ÉCOUTE & VOUS — Centre auditif à Plan-de-Cuques
   Design éditorial premium — ADAM AGENCY
   Direction : chaleureuse & cinématographique (vert forêt,
   crème, lavande en touches) + titres serif Fraunces.
   Inspirée de la charte et de l'univers photo du drive.
   ========================================================= */

:root {
  --forest:  #14392a;   /* vert forêt profond */
  --green:   #1d5640;   /* vert principal */
  --emerald: #2f7d5a;   /* émeraude vif */
  --sage:    #7f9a86;   /* vert sauge atténué */
  --mint:    #d3e4d8;   /* menthe très claire */
  --lav:     #ab95f7;   /* lavande (accent de la charte) */
  --lav-d:   #9078ea;
  --star:    #f0b429;   /* ambre, etoiles d'avis uniquement */
  --lav-soft:#efeafb;
  --cream:   #f3eee2;   /* crème */
  --bg:      #fbf8f1;   /* papier chaud */
  --ink:     #20261f;
  --muted:   #5d655b;
  --line:    #e8dfce;
  --white:   #ffffff;

  --radius:    20px;
  --radius-sm: 13px;
  --shadow:    0 26px 60px -28px rgba(20, 57, 42, .42);
  --shadow-sm: 0 12px 30px -18px rgba(20, 57, 42, .42);
  --maxw:      1200px;
  --sans:      "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --serif:     "Fraunces", Georgia, "Times New Roman", serif;
  --brand:     "Montserrat", var(--sans);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans); color: var(--ink); background: var(--bg);
  line-height: 1.68; font-size: 17px;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, .serif {
  font-family: var(--serif); font-weight: 400; line-height: 1.08;
  letter-spacing: -.015em; font-optical-sizing: auto; color: var(--forest);
}
h2 { font-size: clamp(2rem, 4.4vw, 3.2rem); }
h3 { font-size: 1.3rem; line-height: 1.2; }
p { color: var(--muted); }
strong { color: var(--ink); }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: clamp(64px, 9vw, 128px) 0; }
.section--cream { background: var(--cream); }
.section--forest { background: var(--forest); color: #e7efe9; }
.section--forest h2, .section--forest h3 { color: #fff; }
.narrow { max-width: 760px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--sans); font-size: .76rem; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase; color: var(--emerald); margin-bottom: 20px;
}
.eyebrow::before {
  content: ""; width: 30px; height: 12px; flex: none;
  background: no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='12' viewBox='0 0 30 12'%3E%3Cpath d='M1 6c3-5 5-5 7 0s5 5 7 0 5-5 7 0 5 5 7 0' fill='none' stroke='%23ab95f7' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.section--forest .eyebrow { color: var(--lav); }
.section-head { margin-bottom: 56px; }
.section-head.center { text-align: center; margin-inline: auto; max-width: 720px; }
.section-head p { font-size: 1.12rem; margin-top: 16px; }
.lead { font-size: 1.16rem; line-height: 1.7; color: var(--muted); max-width: 60ch; }

/* ---------- Boutons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--sans); font-weight: 700; font-size: .98rem; line-height: 1;
  padding: 16px 28px; border-radius: 999px; border: 1.5px solid transparent;
  cursor: pointer; transition: transform .18s ease, box-shadow .22s ease, background .2s, color .2s, border-color .2s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 18px; height: 18px; }
.btn--primary { background: var(--green); color: #fff; box-shadow: 0 14px 30px -14px rgba(29,86,64,.7); }
.btn--primary:hover { background: var(--forest); }
.btn--ghost { background: transparent; color: var(--forest); border-color: rgba(20,57,42,.28); }
.btn--ghost:hover { background: var(--forest); color: #fff; border-color: var(--forest); }
.btn--glass { background: rgba(255,255,255,.14); color: #fff; border-color: rgba(255,255,255,.55); backdrop-filter: blur(4px); }
.btn--glass:hover { background: #fff; color: var(--forest); }
.btn--light { background: #fff; color: var(--forest); }

/* ---------- En-tête (transparent puis solide au scroll) ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 80;
  transition: background .3s ease, box-shadow .3s ease, padding .3s ease;
  padding: 8px 0;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; height: 70px; }
.nav { display: flex; align-items: center; gap: 30px; }
.nav a { font-weight: 600; font-size: .95rem; color: rgba(255,255,255,.92); transition: color .15s; }
.nav a:hover { color: #fff; }
.header-cta { display: flex; align-items: center; gap: 14px; }
.header-phone { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: .95rem; color: #fff; transition: color .3s; white-space: nowrap; }
.nav { white-space: nowrap; }
.header-phone svg { width: 18px; height: 18px; }

/* état solide (ajouté par JS) */
.site-header.scrolled { background: rgba(251,248,241,.92); backdrop-filter: saturate(150%) blur(14px); box-shadow: 0 8px 30px -22px rgba(20,57,42,.5); }
.site-header.scrolled .nav a { color: var(--forest); }
.site-header.scrolled .nav a:hover { color: var(--emerald); }
.site-header.scrolled .header-phone { color: var(--forest); }
.site-header.scrolled .header-phone svg { color: var(--emerald); }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 25px; height: 2px; background: #fff; border-radius: 2px; margin: 5px 0; transition: .2s; }
.site-header.scrolled .nav-toggle span { background: var(--forest); }

/* ---------- HERO plein cadre ---------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 60% 38%; }
.hero__scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(13,40,29,.86) 0%, rgba(13,40,29,.55) 38%, rgba(13,40,29,.12) 66%, rgba(13,40,29,0) 88%),
    linear-gradient(0deg, rgba(13,40,29,.78) 0%, rgba(13,40,29,.18) 30%, rgba(13,40,29,0) 55%);
}
.hero__inner { position: relative; z-index: 2; width: 100%; padding-bottom: clamp(52px, 8vw, 96px); padding-top: 140px; }
.hero__content { max-width: 680px; color: #fff; }
.hero .eyebrow { color: var(--lav); }
.hero h1 { color: #fff; font-size: clamp(2.6rem, 6.2vw, 5rem); font-weight: 400; letter-spacing: -.02em; margin-bottom: 22px; }
.hero h1 em { font-style: italic; color: var(--mint); }
.hero__sub { font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: rgba(255,255,255,.9); max-width: 54ch; margin-bottom: 32px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 38px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 14px 30px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.22); }
.hero__trust li { list-style: none; display: inline-flex; align-items: center; gap: 9px; font-weight: 600; font-size: .95rem; color: #fff; }
.hero__trust svg { width: 20px; height: 20px; color: var(--mint); flex: none; }
.hero__scroll { position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%); z-index: 2; color: rgba(255,255,255,.7); display: grid; place-items: center; animation: bob 2.4s ease-in-out infinite; }
.hero__scroll svg { width: 26px; height: 26px; }
@keyframes bob { 0%,100%{ transform: translate(-50%,0);} 50%{ transform: translate(-50%,8px);} }

/* ---------- Manifeste ---------- */
.manifesto { text-align: center; max-width: 880px; margin-inline: auto; }
.manifesto .statement { font-family: var(--serif); font-size: clamp(1.9rem, 4vw, 3rem); line-height: 1.18; color: var(--forest); letter-spacing: -.02em; margin-bottom: 26px; }
.manifesto .statement em { font-style: italic; color: var(--emerald); }
.manifesto p { font-size: 1.14rem; max-width: 62ch; margin-inline: auto; }

/* ---------- Promesses ---------- */
.promises { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.promise { text-align: center; }
.promise__ic { width: 60px; height: 60px; margin: 0 auto 16px; border-radius: 16px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); display: grid; place-items: center; color: var(--lav); }
.promise__ic svg { width: 28px; height: 28px; }
.promise strong { font-family: var(--brand); display: block; font-size: 1.05rem; color: #fff; margin-bottom: 4px; }
.promise span { font-size: .9rem; color: #b9ccc0; }

/* ---------- Parcours (étapes) ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; counter-reset: step; }
.step { position: relative; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 40px 32px; }
.step__num { font-family: var(--serif); font-size: 3rem; line-height: 1; color: var(--mint); display: block; margin-bottom: 18px; }
.step h3 { margin-bottom: 10px; }
.step p { font-size: .98rem; }
.step::after { content: ""; }

/* ---------- Services ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 30px; transition: transform .2s, box-shadow .25s, border-color .2s; }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: transparent; }
.card__ic { width: 56px; height: 56px; border-radius: 15px; background: var(--mint); display: grid; place-items: center; color: var(--green); margin-bottom: 20px; }
.card__ic svg { width: 28px; height: 28px; }
.card h3 { margin-bottom: 10px; }
.card p { font-size: .97rem; }

/* ---------- À propos / Le centre ---------- */
.about { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
.about__media { position: relative; }
.about__media .main { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; }
.about__media .inset { position: absolute; right: -22px; bottom: -32px; width: 46%; border-radius: var(--radius-sm); border: 6px solid var(--bg); box-shadow: var(--shadow); }
.about__media .badge {
  position: absolute; left: -20px; top: 28px; background: var(--forest); color: #fff;
  border-radius: 16px; padding: 16px 20px; box-shadow: var(--shadow); text-align: center;
}
.about__media .badge b { font-family: var(--serif); font-size: 1.7rem; display: block; line-height: 1; }
.about__media .badge span { font-size: .78rem; color: var(--mint); }
.checklist { list-style: none; margin-top: 26px; display: grid; gap: 15px; }
.checklist li { display: flex; gap: 13px; align-items: flex-start; font-weight: 500; color: var(--ink); }
.checklist svg { width: 23px; height: 23px; color: var(--emerald); flex: none; margin-top: 1px; }
.signature { margin-top: 28px; display: flex; align-items: center; gap: 14px; }
.signature b { font-family: var(--serif); font-size: 1.2rem; color: var(--forest); }
.signature span { font-size: .9rem; color: var(--muted); display: block; }


/* ---------- Témoignages ---------- */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.review { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 30px; display: flex; flex-direction: column; }
.review__stars { color: var(--star); font-size: 1.05rem; letter-spacing: 3px; margin-bottom: 16px; }
.review__quote { font-family: var(--serif); font-size: 1.35rem; line-height: 1.32; color: var(--forest); margin-bottom: 20px; flex: 1; }
.review__author { font-weight: 700; color: var(--ink); }
.review__author span { display: block; font-weight: 500; font-size: .88rem; color: var(--muted); }
.review--cta { background: var(--green); color: #fff; justify-content: center; align-items: flex-start; text-align: left; }
.review--cta h3 { color: #fff; font-size: 1.5rem; margin-bottom: 12px; }
.review--cta p { color: #cfe0d6; margin-bottom: 22px; }

/* ---------- Marques ---------- */
.brands { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }
.brand-pill { background: var(--white); border: 1px solid var(--line); border-radius: 999px; padding: 15px 34px; font-family: var(--brand); font-weight: 800; font-size: 1.18rem; letter-spacing: .02em; color: var(--forest); transition: transform .18s, box-shadow .2s; }
.brand-pill:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }

/* ---------- 100% Santé ---------- */
.sante { display: grid; grid-template-columns: 1.1fr .9fr; gap: 52px; align-items: center; }
.sante__box { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius); padding: 32px; }
.sante .checklist li { color: #e7efe9; }
.sante .checklist svg { color: var(--lav); }
.sante .lead { color: #cdded4; }

/* ---------- FAQ ---------- */
.faq { max-width: 840px; margin: 0 auto; }
.faq details { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 4px 24px; margin-bottom: 14px; transition: box-shadow .2s; }
.faq details[open] { box-shadow: var(--shadow-sm); }
.faq summary { cursor: pointer; list-style: none; font-family: var(--brand); font-weight: 700; font-size: 1.05rem; color: var(--forest); padding: 20px 0; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.6rem; color: var(--emerald); font-weight: 300; transition: transform .25s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 0 20px; font-size: 1rem; }

/* ---------- Contact + Formulaire ---------- */
.contact { display: grid; grid-template-columns: 1fr 1.08fr; gap: 50px; align-items: start; }
.info-list { list-style: none; display: grid; gap: 20px; margin: 28px 0; }
.info-list li { display: flex; gap: 16px; align-items: flex-start; }
.info-list .ic { width: 48px; height: 48px; border-radius: 13px; background: var(--mint); display: grid; place-items: center; color: var(--green); flex: none; }
.info-list .ic svg { width: 22px; height: 22px; }
.info-list strong { display: block; color: var(--forest); font-weight: 700; margin-bottom: 2px; }
.info-list a, .info-list span { color: var(--muted); }
.info-list a:hover { color: var(--emerald); }
.map-frame { width: 100%; height: 320px; border: 0; border-radius: var(--radius); box-shadow: var(--shadow-sm); margin-top: 28px; }

.form-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(26px, 4vw, 42px); box-shadow: var(--shadow); }
.form-card h3 { font-size: 1.6rem; margin-bottom: 6px; }
.form-card .form-sub { font-size: .98rem; margin-bottom: 26px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 600; font-size: .9rem; color: var(--forest); }
.field label .req { color: var(--emerald); }
.field input, .field select, .field textarea {
  font-family: var(--sans); font-size: 1rem; color: var(--ink);
  padding: 14px 16px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  background: var(--bg); transition: border-color .15s, box-shadow .15s; width: 100%;
}
.field textarea { resize: vertical; min-height: 120px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--emerald); box-shadow: 0 0 0 3px rgba(47,125,90,.15); background: #fff; }
.form-consent { display: flex; gap: 11px; align-items: flex-start; font-size: .85rem; color: var(--muted); margin: 16px 0 4px; }
.form-consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--green); flex: none; }
.form-card .btn { width: 100%; margin-top: 6px; }
.form-note { font-size: .82rem; color: var(--muted); text-align: center; margin-top: 14px; }
.form-note a { color: var(--emerald); font-weight: 600; }
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.form-success { display: none; background: var(--mint); border: 1px solid var(--sage); border-radius: var(--radius-sm); padding: 16px 18px; color: var(--forest); font-weight: 600; margin-bottom: 18px; }
.form-success.show { display: block; }

/* ---------- CTA final ---------- */
.cta-band { text-align: center; }
.cta-band h2 { color: #fff; margin-bottom: 16px; font-size: clamp(2.1rem, 4.6vw, 3.4rem); }
.cta-band p { color: #cfe0d6; max-width: 58ch; margin: 0 auto 30px; font-size: 1.12rem; }
.cta-band .hero__cta { justify-content: center; margin: 0; }

/* ---------- Pied de page ---------- */
.site-footer { background: var(--forest); color: #adc2b6; padding: 64px 0 30px; font-size: .94rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.site-footer h4 { font-family: var(--brand); color: #fff; font-size: 1rem; margin-bottom: 16px; }
.site-footer ul { list-style: none; display: grid; gap: 10px; }
.site-footer a:hover { color: var(--lav); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.13); padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: .85rem; color: #88a193; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .about, .sante, .contact { grid-template-columns: 1fr; }
  .promises { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .cards, .steps, .reviews { grid-template-columns: 1fr; }
  .steps { gap: 18px; }
  .about__media { margin-bottom: 40px; }
  .sante { gap: 36px; }
}
@media (min-width: 681px) and (max-width: 980px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
  .reviews { grid-template-columns: repeat(2, 1fr); }
  .header-phone { display: none; }   /* évite le débordement de l'en-tête */
}
@media (max-width: 680px) {
  .nav, .header-phone { display: none; }
  .header-cta .btn { display: none; }                 /* CTA via menu burger sur mobile */
  .nav-toggle { display: block; }
  .nav.open { display: flex; flex-direction: column; align-items: stretch; gap: 2px; position: absolute; top: 70px; left: 14px; right: 14px; background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 14px 18px; box-shadow: var(--shadow); }
  .nav.open a { padding: 13px 0; width: 100%; color: var(--forest); border-bottom: 1px solid var(--line); }
  .nav.open a:last-child { border-bottom: 0; }
  /* sous-header (blog / mentions) : CTA compact, pas de burger */
  .subheader .brand-logo img { height: 22px; }
  .subheader .btn { padding: 10px 14px; font-size: .8rem; }
  .subheader-inner { gap: 10px; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero__scrim { background: linear-gradient(0deg, rgba(13,40,29,.92) 8%, rgba(13,40,29,.45) 48%, rgba(13,40,29,.25) 100%); }
  .about__media .inset { position: static; width: 60%; margin: 14px 0 0 auto; }
  .about__media .badge { left: 12px; }
}

/* =========================================================
   AJOUTS : avis Google, galerie vidéos, mention légale
   ========================================================= */

/* ---------- Badge avis Google ---------- */
.google-badge {
  display: inline-flex; align-items: center; gap: 13px;
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 11px 22px; margin-top: 26px; box-shadow: var(--shadow-sm);
  transition: transform .18s ease, box-shadow .2s ease;
}
.google-badge:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.google-badge__rate { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--ink); }
.google-badge__rate strong { font-size: 1.18rem; }
.google-badge .stars { color: var(--star); letter-spacing: 1px; }
.google-badge__count { font-size: .9rem; color: var(--muted); border-left: 1px solid var(--line); padding-left: 13px; }

/* ---------- Avis sur 4 colonnes ---------- */
.reviews--4 { grid-template-columns: repeat(4, 1fr); }
.reviews--4 .review { padding: 30px 26px; }
.reviews--4 .review__quote { font-size: 1.14rem; line-height: 1.36; }


/* ---------- Mention légale ---------- */
.footer-legal { font-size: .78rem; color: #7e978a; border-top: 1px solid rgba(255,255,255,.13); padding-top: 20px; margin-bottom: 18px; line-height: 1.6; }

/* ---------- Responsive (nouveaux blocs) ---------- */
@media (max-width: 980px) {
  .reviews--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .reviews--4 { grid-template-columns: 1fr; }
}

/* ---------- Logo image (officiel) ---------- */
.brand-logo { display: inline-flex; align-items: center; flex: none; }
.brand-logo img { height: 32px; width: auto; }
.brand-logo .logo-forest { display: none; }
.brand-logo .logo-cream { display: block; }
.site-header.scrolled .brand-logo .logo-cream { display: none; }
.site-header.scrolled .brand-logo .logo-forest { display: block; }
@media (max-width: 680px) { .brand-logo img { height: 26px; } }

/* =========================================================
   SOUS-PAGES : mentions légales & blog (Conseils)
   ========================================================= */
.subheader { position: sticky; top: 0; z-index: 80; background: rgba(251,248,241,.94); backdrop-filter: saturate(150%) blur(12px); border-bottom: 1px solid var(--line); }
.subheader-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 74px; }
.subheader .brand-logo img { height: 30px; width: auto; }
.subheader .actions { display: flex; align-items: center; gap: 14px; }
.subheader .header-phone { color: var(--forest); }
.subheader .header-phone svg { width: 18px; height: 18px; color: var(--emerald); }

.page { padding: clamp(36px, 6vw, 64px) 0 clamp(56px, 8vw, 96px); }
.breadcrumb { font-size: .85rem; color: var(--muted); margin-bottom: 26px; }
.breadcrumb a { color: var(--muted); } .breadcrumb a:hover { color: var(--emerald); }
.page-head { max-width: 760px; margin-bottom: 14px; }
.page-title { font-size: clamp(2rem, 4.6vw, 3.1rem); margin-bottom: 16px; }
.page-lead { font-size: 1.16rem; color: var(--muted); max-width: 66ch; }

.post-meta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; font-size: .86rem; color: var(--muted); margin: 18px 0 34px; }
.post-tag { background: var(--lav-soft); color: var(--lav-d); border-radius: 999px; padding: 5px 14px; font-weight: 700; font-size: .78rem; letter-spacing: .02em; }

/* Corps d'article / texte légal */
.prose { max-width: 760px; }
.prose > p:first-of-type { font-size: 1.14rem; color: var(--ink); }
.prose h2 { font-size: clamp(1.5rem, 3vw, 1.9rem); margin: 40px 0 14px; }
.prose h3 { font-size: 1.22rem; margin: 28px 0 10px; color: var(--forest); }
.prose p { margin-bottom: 16px; color: #424b41; font-size: 1.05rem; line-height: 1.78; }
.prose ul, .prose ol { margin: 0 0 20px 1.2em; }
.prose li { margin-bottom: 9px; color: #424b41; line-height: 1.7; }
.prose strong { color: var(--forest); }
.prose a { color: var(--emerald); text-decoration: underline; text-underline-offset: 2px; }
.prose blockquote { border-left: 3px solid var(--lav); background: var(--lav-soft); border-radius: 0 12px 12px 0; padding: 16px 22px; margin: 22px 0; font-family: var(--serif); font-size: 1.2rem; color: var(--forest); }

.article-cta { margin-top: 48px; background: var(--forest); color: #fff; border-radius: var(--radius); padding: clamp(28px, 4vw, 44px); text-align: center; }
.article-cta h3 { color: #fff; font-size: clamp(1.4rem, 3vw, 1.8rem); margin-bottom: 12px; }
.article-cta p { color: #cdded4; margin-bottom: 22px; max-width: 48ch; margin-inline: auto; }

/* Index blog */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.post-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 28px; transition: transform .2s ease, box-shadow .25s ease, border-color .2s; }
.post-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: transparent; }
.post-card .post-tag { align-self: flex-start; margin-bottom: 14px; }
.post-card h2 { font-size: 1.3rem; line-height: 1.22; margin-bottom: 10px; }
.post-card p { font-size: .97rem; color: var(--muted); flex: 1; margin-bottom: 16px; }
.post-card__more { font-family: var(--brand); font-weight: 700; color: var(--emerald); font-size: .9rem; display: inline-flex; align-items: center; gap: 6px; }

@media (max-width: 980px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 680px) {
  .blog-grid { grid-template-columns: 1fr; }
  .subheader .header-phone span.lbl { display: none; }
}

/* =========================================================
   ICÔNES DYNAMIQUES + CARROUSEL AVIS
   ========================================================= */

/* Icônes « promesses » (Bilan gratuit, Essai libre…) : pulsation douce + survol */
@keyframes ev-pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.14); } }
.promise__ic { transition: transform .3s ease, box-shadow .3s ease, background .3s ease; }
.promise__ic svg { animation: ev-pulse 3s ease-in-out infinite; transform-origin: center; }
.promises .promise:nth-child(2) .promise__ic svg { animation-delay: .4s; }
.promises .promise:nth-child(3) .promise__ic svg { animation-delay: .8s; }
.promises .promise:nth-child(4) .promise__ic svg { animation-delay: 1.2s; }
.promise:hover .promise__ic { transform: translateY(-5px); background: rgba(171,149,247,.18); border-color: var(--lav); box-shadow: 0 0 0 5px rgba(171,149,247,.14); }

/* Icônes des cartes « expertises » : pop + bascule au survol, touche lavande */
.card__ic { transition: transform .3s cubic-bezier(.34,1.56,.64,1), background .3s ease, color .3s ease; }
.card:hover .card__ic { transform: scale(1.12) rotate(-7deg); background: var(--lav-soft); }
.card:hover .card__ic svg { color: var(--lav-d); }

/* Carrousel d'avis (swipe) : sur mobile et tablette */
@media (max-width: 980px) {
  .reviews, .reviews--4 {
    display: flex; grid-template-columns: none; gap: 16px;
    overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
    margin: 0 -24px; padding: 6px 24px 18px; scrollbar-width: none;
  }
  .reviews::-webkit-scrollbar, .reviews--4::-webkit-scrollbar { display: none; }
  .reviews > .review, .reviews--4 > .review { flex: 0 0 78%; max-width: 360px; scroll-snap-align: center; }
}
@media (max-width: 980px) and (min-width: 681px) {
  .reviews > .review, .reviews--4 > .review { flex-basis: 46%; }
}

/* Respect des préférences d'accessibilité (réduction des animations) */
@media (prefers-reduced-motion: reduce) {
  .promise__ic svg, .hero__scroll { animation: none !important; }
  * { scroll-behavior: auto !important; }
}

/* =========================================================
   HERO cinématographique + POLISH MOBILE
   ========================================================= */

/* Léger zoom continu (Ken Burns) — vie & premium */
@keyframes ev-kenburns { from { transform: scale(1); } to { transform: scale(1.08); } }
.hero__bg { animation: ev-kenburns 20s ease-in-out infinite alternate; will-change: transform; }

/* --- Mobile : hero plus impactant + grand-mère visible --- */
@media (max-width: 680px) {
  .hero__bg { object-position: 46% 20%; }         /* image dédiée mobile : grand-mère + enfant */
  .hero__scrim {
    background: linear-gradient(0deg, rgba(13,40,29,.94) 6%, rgba(13,40,29,.42) 50%, rgba(13,40,29,.15) 100%);
  }
  .hero__inner { padding-top: 104px; padding-bottom: 48px; }
  .hero__content { max-width: 100%; }
  .hero h1 { font-size: clamp(2.6rem, 12.5vw, 3.5rem); line-height: 1.0; margin-bottom: 18px; }
  .hero__sub { font-size: 1.04rem; margin-bottom: 26px; }
  .hero__cta { gap: 12px; }
  .hero__cta .btn { width: 100%; padding: 17px 24px; font-size: 1.02rem; }
  .hero__trust { gap: 10px 18px; padding-top: 22px; }
  .hero__trust li { font-size: .92rem; }

  /* Respirations resserrées, titres un peu plus grands */
  .section { padding: 60px 0; }
  .section-head { margin-bottom: 34px; }
  .section-head p { font-size: 1.05rem; }
  .manifesto .statement { font-size: clamp(1.8rem, 7.6vw, 2.3rem); }
  .manifesto p { font-size: 1.05rem; }
  .promises { gap: 26px 20px; }
  .steps { gap: 16px; }
  .cards { gap: 16px; }
  .card { padding: 28px 24px; }
  .review__quote { font-size: 1.18rem; }
  .form-card { padding: 26px 20px; }
  .article-cta { padding: 30px 22px; }
}

/* Accessibilité : coupe aussi le zoom si mouvement réduit */
@media (prefers-reduced-motion: reduce) {
  .hero__bg { animation: none !important; }
}
