/*
Theme Name: Dr Hajar Amarouch — Écrin
Author: Agence VisiBoost
Description: Theme sur mesure pour le Dr Hajar Amarouch, dermatologue esthetique a Casablanca — design « écrin » travertin, noyer et laiton inspiré du cabinet réel. Laser Fotona, botox, comblement. Galerie avant/apres a comparateur, formulaire RDV, avis Google.
Version: 2.2.1
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: dr-hajar-amarouch
*/
/* ============================================================
   DESIGN « ÉCRIN » — Dr Hajar Amarouch
   Travertin · noyer · noir encre · laiton mat — d'après les
   renders réels du cabinet (arches, halos, filets laiton,
   terrazzo, script d'enseigne). Zéro vert, zéro turquoise.
   ============================================================ */
:root {
  --ivory: #faf6f0;
  --travertine: #f3ede2;
  --travertine-2: #ece3d4;
  --paper: #fffdf9;
  --ink: #221c16;
  --ink-2: #2e2620;
  --taupe: #6f6355;
  --muted: #6f6355;
  --line: #e2d8c6;
  --walnut: #7a6249;
  --walnut-deep: #4a3826;
  --brass: #b08d57;
  --brass-soft: #d8b984;
  --brass-text: #7d5c33;
  --halo: rgba(242, 210, 160, 0.45);
  --cream-on-dark: #f2e9db;
  --wa: #1fae53;
  --ff-display: 'Marcellus', Georgia, serif;
  --ff-script: 'Great Vibes', 'Segoe Script', cursive;
  --ff-body: 'Jost', 'Segoe UI', system-ui, sans-serif;
  --arch: 999px 999px 16px 16px;
  --header-h: 86px;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --terrazzo: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='420' height='420'%3E%3Cg%3E%3Cellipse cx='38' cy='52' rx='3.4' ry='2.2' fill='%23e2d7c2' fill-opacity='.5' transform='rotate(24 38 52)'/%3E%3Cellipse cx='128' cy='26' rx='2.6' ry='1.8' fill='%23dcd0ba' fill-opacity='.45' transform='rotate(-18 128 26)'/%3E%3Cellipse cx='214' cy='68' rx='3.8' ry='2.4' fill='%23e8ddc9' fill-opacity='.55' transform='rotate(40 214 68)'/%3E%3Cellipse cx='306' cy='34' rx='2.8' ry='2' fill='%23e2d7c2' fill-opacity='.45' transform='rotate(-30 306 34)'/%3E%3Cellipse cx='388' cy='88' rx='3.4' ry='2.2' fill='%23dcd0ba' fill-opacity='.48' transform='rotate(12 388 88)'/%3E%3Cellipse cx='68' cy='142' rx='2.8' ry='2' fill='%23e8ddc9' fill-opacity='.5' transform='rotate(-42 68 142)'/%3E%3Cellipse cx='166' cy='182' rx='3.8' ry='2.3' fill='%23e2d7c2' fill-opacity='.48' transform='rotate(18 166 182)'/%3E%3Cellipse cx='262' cy='148' rx='2.6' ry='1.8' fill='%23dcd0ba' fill-opacity='.5' transform='rotate(-12 262 148)'/%3E%3Cellipse cx='352' cy='192' rx='3.4' ry='2.2' fill='%23e8ddc9' fill-opacity='.5' transform='rotate(32 352 192)'/%3E%3Cellipse cx='32' cy='252' rx='2.8' ry='2' fill='%23dcd0ba' fill-opacity='.45' transform='rotate(-24 32 252)'/%3E%3Cellipse cx='122' cy='304' rx='3.8' ry='2.4' fill='%23e2d7c2' fill-opacity='.5' transform='rotate(8 122 304)'/%3E%3Cellipse cx='224' cy='262' rx='2.7' ry='1.9' fill='%23e8ddc9' fill-opacity='.55' transform='rotate(-36 224 262)'/%3E%3Cellipse cx='322' cy='322' rx='3.4' ry='2.1' fill='%23dcd0ba' fill-opacity='.48' transform='rotate(22 322 322)'/%3E%3Cellipse cx='392' cy='272' rx='2.5' ry='1.7' fill='%23e2d7c2' fill-opacity='.45' transform='rotate(-16 392 272)'/%3E%3Cellipse cx='62' cy='372' rx='3.4' ry='2.2' fill='%23e8ddc9' fill-opacity='.5' transform='rotate(36 62 372)'/%3E%3Cellipse cx='186' cy='394' rx='2.8' ry='1.9' fill='%23dcd0ba' fill-opacity='.48' transform='rotate(-8 186 394)'/%3E%3Cellipse cx='302' cy='390' rx='3.8' ry='2.4' fill='%23e2d7c2' fill-opacity='.5' transform='rotate(14 302 390)'/%3E%3C/g%3E%3C/svg%3E");
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--ivory) var(--terrazzo);
  color: var(--ink);
  font-family: var(--ff-body);
  font-size: 16.5px;
  line-height: 1.7;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--ff-display); font-weight: 400; line-height: 1.12; margin: 0 0 20px; color: inherit; letter-spacing: 0.01em; }
h2 { font-size: clamp(2rem, 3.6vw, 3rem); }
h1 em, h2 em, h3 em { font-style: normal; color: var(--brass-text); }
p { margin: 0 0 18px; }
.container { max-width: 1240px; margin-inline: auto; padding-inline: 28px; }
::selection { background: var(--walnut); color: #fff; }

/* Accessibilité */
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px;
  clip-path: inset(50%); overflow: hidden; white-space: nowrap;
}
.skip-link {
  position: absolute; left: 10px; top: -52px; z-index: 300;
  background: var(--ink); color: #fff; padding: 11px 18px;
  border-radius: 0 0 8px 8px; font: 500 0.85rem var(--ff-body);
  transition: top 0.25s;
}
.skip-link:focus { top: 0; }

/* Filet de progression */
.progress {
  position: fixed; top: 0; left: 0; z-index: 200;
  height: 2px; width: 0;
  background: linear-gradient(90deg, var(--brass), var(--brass-soft));
}

/* ---------- Utilitaires ---------- */
.section { padding: 110px 0; position: relative; overflow: hidden; }
.section-trav { background: var(--travertine) var(--terrazzo); }
.center { text-align: center; margin-bottom: 60px; position: relative; z-index: 1; }
.center .lead { margin-inline: auto; }
.kicker {
  display: inline-flex; align-items: center; gap: 14px;
  font: 600 0.76rem var(--ff-body); text-transform: uppercase; letter-spacing: 0.22em;
  color: var(--brass-text); margin-bottom: 18px;
}
.kicker::before, .kicker::after { content: ''; width: 30px; height: 1px; background: var(--brass); }
.kicker.left::after { display: none; }
.lead { font-size: 1.08rem; color: var(--taupe); max-width: 650px; font-weight: 300; }
.lead strong { font-weight: 500; }

/* Reveals */
.rv { opacity: 0; transform: translateY(26px); transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out); }
.rv.in { opacity: 1; transform: none; }
.d1 { transition-delay: 0.1s; } .d2 { transition-delay: 0.2s; } .d3 { transition-delay: 0.3s; }
.d4 { transition-delay: 0.4s; } .d5 { transition-delay: 0.5s; }

/* Boutons — rectangulaires fins, filet laiton */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px 30px; border-radius: 8px; border: 1px solid transparent;
  font: 500 0.8rem var(--ff-body); text-transform: uppercase; letter-spacing: 0.14em;
  cursor: pointer; transition: transform 0.3s var(--ease-out), background 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.btn svg { width: 17px; height: 17px; flex: none; }
.btn-primary { background: var(--walnut); color: #fff; }
.btn-primary:hover { background: var(--walnut-deep); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(74, 56, 38, 0.25); }
.btn-outline { border-color: var(--brass); color: var(--ink); background: transparent; }
.btn-outline:hover { border-color: var(--ink); transform: translateY(-2px); }
.btn-brass { background: var(--brass); color: var(--ink); }
.btn-brass:hover { background: var(--brass-soft); transform: translateY(-2px); }

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100; height: var(--header-h);
  transition: background 0.35s, box-shadow 0.35s, border-color 0.35s;
  border-bottom: 1px solid transparent;
}
.site-header.on { background: rgba(250, 246, 240, 0.96); border-bottom-color: var(--line); box-shadow: 0 12px 30px rgba(34, 28, 22, 0.06); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); gap: 20px; }
.logo { display: flex; align-items: center; gap: 13px; color: var(--ink); }
.logo-mark { display: grid; place-items: center; }
.logo-mark svg { width: 34px; height: 40px; display: block; }
.logo-text { display: flex; flex-direction: column; line-height: 1.25; }
.logo-text strong { font-family: var(--ff-display); font-weight: 400; font-size: 1.08rem; letter-spacing: 0.02em; white-space: nowrap; }
.logo-text small { font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.24em; color: var(--taupe); white-space: nowrap; }
.main-nav { display: flex; align-items: center; gap: 22px; }
.nav-menu { display: flex; gap: 19px; list-style: none; margin: 0; padding: 0; }
.nav-menu a {
  position: relative; font: 500 0.73rem var(--ff-body); text-transform: uppercase; letter-spacing: 0.11em;
  padding: 8px 0; transition: color 0.3s; white-space: nowrap;
}
.nav-menu a::after {
  content: ''; position: absolute; left: 0; bottom: 2px; height: 1px; width: 100%;
  background: var(--brass); transform: scaleX(0); transform-origin: left; transition: transform 0.35s var(--ease-out);
}
.nav-menu a:hover { color: var(--brass-text); }
.nav-menu a:hover::after { transform: scaleX(1); }
.nav-cta { padding: 13px 22px; white-space: nowrap; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; padding: 10px; cursor: pointer; }
.nav-toggle span { width: 24px; height: 1.6px; background: var(--ink); transition: transform 0.3s, opacity 0.3s; }
body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(6.6px) rotate(45deg); }
body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-6.6px) rotate(-45deg); }

/* ---------- Hero : vidéo en fond plein écran, voile ivoire ---------- */
.hero {
  position: relative; min-height: 100svh; display: flex; align-items: center;
  padding: calc(var(--header-h) + 60px) 0 90px; overflow: hidden; background: var(--travertine);
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg video { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
.hero-veil {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(250, 246, 240, 0.30) 0%, rgba(250, 246, 240, 0) 30%, rgba(250, 246, 240, 0) 62%, rgba(250, 246, 240, 0.55) 100%),
    linear-gradient(97deg, rgba(250, 246, 240, 0.97) 0%, rgba(250, 246, 240, 0.93) 32%, rgba(250, 246, 240, 0.58) 58%, rgba(243, 237, 226, 0.10) 100%);
}
.hero-frame { position: absolute; inset: 18px; z-index: 2; border: 1px solid rgba(176, 141, 87, 0.45); border-radius: 6px; pointer-events: none; }
.hero > .container { position: relative; z-index: 3; width: 100%; }
.hero-inner { max-width: 640px; }
.hero-script {
  display: block; font-family: var(--ff-script); font-weight: 400;
  font-size: clamp(2rem, 3.4vw, 2.9rem); color: var(--brass-text);
  transform: rotate(-2deg); margin-bottom: 4px;
}
.hero h1 { font-size: clamp(2.6rem, 4.9vw, 4.3rem); margin-bottom: 24px; }
.hero h1 .w { display: inline-block; overflow: hidden; vertical-align: top; }
.hero h1 .w > span { display: inline-block; transform: translateY(112%); animation: rise 0.75s var(--ease-out) forwards; }
@keyframes rise { to { transform: none; } }
.hero-sub { max-width: 520px; color: var(--taupe); font-size: 1.08rem; font-weight: 300; margin-bottom: 36px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 40px; }
.hero-chips { display: flex; flex-wrap: wrap; gap: 12px; list-style: none; margin: 0; padding: 0; }
.hero-chips li {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--paper); border: 1px solid var(--line); border-radius: 8px;
  padding: 11px 16px; font-size: 0.85rem; color: var(--ink);
}
.hero-chips svg { width: 16px; height: 16px; color: var(--brass); flex: none; }
.hero-plaque {
  position: absolute; right: 52px; bottom: 94px; z-index: 3;
  background: var(--paper); border: 1px solid var(--line); border-radius: 12px;
  padding: 22px 26px; min-width: 248px;
  box-shadow: 0 20px 44px rgba(34, 28, 22, 0.12);
}
.hero-plaque::before { content: ''; position: absolute; inset: 5px; border: 1px solid rgba(176, 141, 87, 0.4); border-radius: 8px; pointer-events: none; }
.hc-label { display: block; font: 600 0.68rem var(--ff-body); text-transform: uppercase; letter-spacing: 0.2em; color: var(--brass-text); margin-bottom: 8px; }
.hc-phone { display: block; font-family: var(--ff-display); font-size: 1.5rem; color: var(--ink); margin-bottom: 4px; transition: color 0.3s; }
.hc-phone:hover { color: var(--brass-text); }
.hc-hours { display: block; font-size: 0.8rem; color: var(--taupe); margin-bottom: 14px; }
.hc-wa { display: inline-flex; align-items: center; gap: 8px; font: 500 0.84rem var(--ff-body); color: #12723a; }
.hc-wa svg { width: 17px; height: 17px; color: var(--wa); }
.hc-wa:hover { text-decoration: underline; }

/* ---------- Fil d'Ariane & page-hero ---------- */
.breadcrumbs {
  padding: calc(var(--header-h) + 26px) 0 0;
  font: 500 0.74rem var(--ff-body); text-transform: uppercase; letter-spacing: 0.12em; color: var(--taupe);
}
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; }
.breadcrumbs li { display: flex; align-items: center; gap: 8px; }
.breadcrumbs li + li::before { content: '›'; color: var(--brass); }
.breadcrumbs a:hover { color: var(--brass-text); }
.breadcrumbs span[aria-current] { color: var(--ink); }
.page-hero {
  position: relative; overflow: hidden; text-align: center;
  background: var(--travertine) var(--terrazzo);
  padding: calc(var(--header-h) + 64px) 0 48px;
  border-bottom: 1px solid var(--line);
}
.page-hero .hero-script { font-size: clamp(1.8rem, 3vw, 2.5rem); }
.page-hero h1 { font-size: clamp(2.2rem, 4vw, 3.4rem); margin-bottom: 16px; }
.page-hero-sub { max-width: 700px; margin: 0 auto; color: var(--taupe); font-weight: 300; font-size: 1.04rem; }

/* ---------- La doctoresse ---------- */
.about-grid { display: grid; grid-template-columns: 430px 1fr; gap: 76px; align-items: center; }
.portrait-wrap { position: relative; padding: 34px 0 0 34px; max-width: 414px; }
.portrait-wrap::before {
  content: ''; position: absolute; top: 0; left: 0; width: 78%; height: 88%;
  background-image: repeating-linear-gradient(90deg, transparent 0 45px, rgba(176, 141, 87, 0.4) 45px 46px),
    linear-gradient(160deg, var(--walnut) 0%, var(--walnut-deep) 100%);
  border-radius: 999px 999px 0 12px;
}
.portrait-halo {
  position: absolute; top: -46px; left: 50%; transform: translateX(-50%);
  width: 300px; height: 200px; z-index: 0;
  background: radial-gradient(closest-side, var(--halo), transparent 72%);
}
.portrait {
  position: relative; margin: 0; max-width: 360px;
  border: 1.5px solid var(--ink); border-radius: var(--arch); padding: 9px;
  background: var(--paper); z-index: 1;
}
.portrait::before { content: ''; position: absolute; inset: 4px; border: 1px solid rgba(176, 141, 87, 0.5); border-radius: inherit; pointer-events: none; z-index: 2; }
.portrait img { border-radius: 999px 999px 9px 9px; width: 100%; aspect-ratio: 4 / 5.4; object-fit: cover; filter: sepia(0.06); }
.portrait-badge {
  position: absolute; left: 50%; bottom: -20px; transform: translateX(-50%); z-index: 3;
  display: inline-flex; align-items: center; gap: 8px; white-space: nowrap;
  background: var(--ink); color: var(--cream-on-dark);
  font: 500 0.68rem var(--ff-body); text-transform: uppercase; letter-spacing: 0.16em;
  padding: 10px 18px; border-radius: 8px; border: 1px solid rgba(176, 141, 87, 0.55);
}
.portrait-badge svg { width: 14px; height: 14px; color: var(--brass-soft); }
.about-list { list-style: none; margin: 0 0 26px; padding: 0; }
.about-list li {
  display: flex; align-items: center; gap: 14px; padding: 13px 2px;
  border-bottom: 1px solid var(--line); font-size: 0.99rem;
}
.about-list li:first-child { border-top: 1px solid var(--line); }
.about-list svg { width: 17px; height: 17px; color: var(--brass); flex: none; }
.signature {
  display: block; font-family: var(--ff-script); font-weight: 400;
  font-size: clamp(2.4rem, 4vw, 3.3rem); color: var(--ink);
  transform: rotate(-3deg); margin: 6px 0 26px;
}

/* ---------- Marquee ---------- */
.marquee { background: var(--walnut-deep); overflow: hidden; padding: 21px 0; position: relative; }
.marquee-track { display: flex; gap: 52px; width: max-content; animation: slide 30s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee span { font-family: var(--ff-display); font-size: 1.12rem; letter-spacing: 0.06em; color: var(--cream-on-dark); white-space: nowrap; display: inline-flex; align-items: center; gap: 52px; }
.marquee i { font-style: normal; color: var(--brass-soft); font-size: 0.85rem; }
@keyframes slide { to { transform: translateX(-50%); } }

/* ---------- Cadres « écrin » & section cabinet ---------- */
.frame { border: 1.5px solid var(--ink); background: var(--paper); border-radius: 16px; padding: 11px; position: relative; }
.frame::before { content: ''; position: absolute; inset: 5px; border: 1px solid rgba(176, 141, 87, 0.35); border-radius: 11px; pointer-events: none; z-index: 2; }
.cab-hero { position: relative; margin: 0 0 64px; }
.cab-hero img { width: 100%; aspect-ratio: 21 / 10; object-fit: cover; border-radius: 8px; }
.cab-caption {
  position: absolute; bottom: -22px; left: 50%; transform: translateX(-50%); z-index: 3;
  display: inline-flex; align-items: center; gap: 12px; white-space: nowrap;
  background: var(--paper); border: 1px solid var(--line); border-radius: 8px;
  padding: 12px 24px; font: 500 0.74rem var(--ff-body); text-transform: uppercase; letter-spacing: 0.16em; color: var(--taupe);
  box-shadow: 0 14px 32px rgba(34, 28, 22, 0.1);
}
.cab-caption::before { content: ''; width: 26px; height: 1px; background: var(--brass); flex: none; }
.carousel { position: relative; }
.car-track {
  display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 6px 4px 12px; scrollbar-width: none; outline: none;
}
.car-track::-webkit-scrollbar { display: none; }
.car-slide { flex: 0 0 min(560px, 80%); scroll-snap-align: center; margin: 0; }
.car-slide img { width: 100%; aspect-ratio: 16 / 9.4; object-fit: cover; border-radius: 7px; }
.car-slide figcaption {
  margin-top: 14px; display: flex; align-items: center; gap: 11px;
  font: 500 0.74rem var(--ff-body); text-transform: uppercase; letter-spacing: 0.15em; color: var(--taupe);
}
.car-slide figcaption::before { content: ''; width: 24px; height: 1px; background: var(--brass); flex: none; }
.car-btn {
  position: absolute; top: 42%; transform: translateY(-50%); z-index: 5;
  width: 46px; height: 46px; display: grid; place-items: center;
  background: rgba(250, 246, 240, 0.94); border: 1px solid var(--brass); border-radius: 10px;
  color: var(--ink); cursor: pointer; transition: background 0.3s, color 0.3s;
}
.car-btn:hover { background: var(--ink); color: var(--brass-soft); }
.car-btn svg { width: 19px; height: 19px; }
.car-btn.prev { left: 10px; }
.car-btn.next { right: 10px; }
.car-dots { display: flex; justify-content: center; gap: 9px; margin-top: 20px; }
.car-dots span { width: 22px; height: 2px; background: var(--line); transition: background 0.3s; }
.car-dots span.on { background: var(--brass); }

/* Galerie page cabinet */
.cab-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px 28px; }
.cab-item { margin: 0; border: 1.5px solid var(--ink); border-radius: 16px; padding: 10px; background: var(--paper); position: relative; }
.cab-item::after { content: ''; position: absolute; inset: 4px; border: 1px solid rgba(176, 141, 87, 0.35); border-radius: 12px; pointer-events: none; }
.cab-item img { border-radius: 8px; aspect-ratio: 16 / 9.6; object-fit: cover; width: 100%; }
.cab-item figcaption {
  margin: 13px 4px 4px; display: flex; align-items: center; gap: 11px;
  font: 500 0.74rem var(--ff-body); text-transform: uppercase; letter-spacing: 0.15em; color: var(--taupe);
}
.cab-dot { width: 24px; height: 1px; background: var(--brass); flex: none; display: inline-block; }

/* ---------- Expertises ---------- */
.face-deco { position: absolute; top: 16px; right: 5%; width: 200px; z-index: 0; pointer-events: none; }
.face-deco.flip { right: auto; left: 5%; transform: scaleX(-1); }
.face-deco path {
  fill: none; stroke: var(--taupe); stroke-width: 1.5; stroke-linecap: round; opacity: 0.3;
  stroke-dasharray: 1; stroke-dashoffset: 1; transition: stroke-dashoffset 2.6s ease 0.3s;
}
.face-deco.in path { stroke-dashoffset: 0; }
.acts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; position: relative; z-index: 1; }
.act {
  position: relative; background: var(--paper); border: 1px solid var(--line); border-radius: 16px;
  padding: 13px 13px 30px; transition: transform 0.4s var(--ease-out), box-shadow 0.4s;
}
.act:hover { transform: translateY(-6px); box-shadow: 0 26px 48px rgba(34, 28, 22, 0.1); }
.act-media { position: relative; border-radius: 120px 120px 10px 10px; overflow: hidden; aspect-ratio: 4 / 3.15; margin-bottom: 22px; }
.act-media::after { content: ''; position: absolute; inset: 7px; border: 1px solid rgba(255, 253, 249, 0.6); border-radius: inherit; pointer-events: none; }
.act-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease-out); }
.act:hover .act-media img { transform: scale(1.045); }
.act-body { padding: 0 14px; }
.act-top { display: flex; align-items: center; gap: 14px; margin-bottom: 10px; }
.act-num { font-family: var(--ff-display); font-size: 0.95rem; letter-spacing: 0.18em; color: var(--brass-text); }
.act-top::after { content: ''; flex: 1; height: 1px; background: var(--line); }
.act h3 { font-size: 1.34rem; margin-bottom: 10px; }
.act p { color: var(--taupe); font-size: 0.94rem; font-weight: 300; margin-bottom: 16px; }
.act-link {
  position: relative; display: inline-flex; align-items: center; gap: 9px;
  font: 500 0.74rem var(--ff-body); text-transform: uppercase; letter-spacing: 0.16em; color: var(--ink);
}
.act-link::after { content: ''; position: absolute; left: 0; bottom: -5px; height: 1px; width: 34px; background: var(--brass); transition: width 0.35s var(--ease-out); }
.act:hover .act-link::after, .act-link:hover::after { width: 100%; }
.act-link svg { width: 15px; height: 15px; color: var(--brass-text); }
/* Variante carte texte (philosophie, consultation…) : pastille icône laiton */
.act-icon {
  width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center;
  background: var(--travertine-2); color: var(--brass-text); margin: 14px 14px 16px;
}
.act-icon svg { width: 24px; height: 24px; }
.act > .act-num { display: inline-block; margin: 18px 14px 6px; }
.act > h3, .act > p { margin-left: 14px; margin-right: 14px; }
.act > .act-link { margin: 0 14px 4px; }
a.act { display: block; }

/* ---------- Avant / Après : comparateurs ---------- */
.ba-sliders { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px 26px; }
.ba-slider { margin: 0; }
.ba-frame {
  position: relative; overflow: hidden; border: 1.5px solid var(--ink);
  background: var(--paper); border-radius: 14px; padding: 8px; aspect-ratio: 4 / 3.2;
}
.ba-frame img {
  position: absolute; inset: 8px; width: calc(100% - 16px); height: calc(100% - 16px);
  object-fit: cover; border-radius: 7px;
}
.ba-frame .ba-before { clip-path: inset(0 calc(100% - var(--pos, 50%)) 0 0); }
.ba-chip {
  position: absolute; top: 20px; z-index: 2;
  background: var(--ink); color: var(--cream-on-dark); border: 1px solid rgba(176, 141, 87, 0.55);
  font: 500 0.6rem var(--ff-body); text-transform: uppercase; letter-spacing: 0.16em;
  padding: 6px 10px; border-radius: 6px;
}
.ba-chip.is-before { left: 20px; }
.ba-chip.is-after { right: 20px; background: var(--walnut); }
.ba-chip.is-tag { left: 20px; }
.ba-range {
  position: absolute; inset: 0; width: 100%; height: 100%;
  opacity: 0; margin: 0; cursor: ew-resize; z-index: 4; touch-action: none;
}
.ba-handle {
  position: absolute; top: 8px; bottom: 8px; left: var(--pos, 50%);
  transform: translateX(-50%); width: 2px; background: var(--brass-soft);
  z-index: 3; pointer-events: none; display: flex; align-items: center; justify-content: center;
}
.ba-handle svg {
  width: 44px; height: 44px; padding: 11px; flex: none;
  background: var(--ivory); border: 1px solid var(--brass); border-radius: 50%;
  color: var(--brass-text); box-shadow: 0 8px 20px rgba(34, 28, 22, 0.28);
}
.ba-static .ba-frame img { clip-path: none; }
.ba-slider figcaption {
  margin-top: 13px; display: flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--ff-display); font-size: 1.02rem; text-align: center;
}
.ba-dot { width: 20px; height: 1px; background: var(--brass); flex: none; display: inline-block; }
.ba-note {
  max-width: 660px; margin: 40px auto 0; padding: 16px 24px; text-align: center;
  border: 1px solid rgba(176, 141, 87, 0.45); border-radius: 10px;
  font-size: 0.86rem; font-style: italic; color: var(--taupe);
}
/* Filtres */
.ba-filters { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 28px; }
.ba-filters button {
  font: 500 0.76rem var(--ff-body); text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--taupe); background: var(--paper); border: 1px solid var(--line);
  border-radius: 8px; padding: 10px 16px; cursor: pointer;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
}
.ba-filters button:hover { border-color: var(--ink); color: var(--ink); }
.ba-filters button.on { background: var(--ink); color: var(--cream-on-dark); border-color: rgba(176, 141, 87, 0.55); }
.ba-hide { display: none !important; }

/* ---------- Parcours (bande encre) ---------- */
.journey { background: var(--ink); color: var(--cream-on-dark); padding: 130px 0 120px; position: relative; overflow: hidden; }
.journey .kicker { color: var(--brass-soft); }
.journey .kicker::before, .journey .kicker::after { background: var(--brass); }
.journey h2 { color: #f6efe2; }
.journey h2 em { color: var(--brass-soft); }
.journey .lead { color: rgba(242, 233, 219, 0.75); }
.giant {
  position: absolute; top: 34px; left: 50%; transform: translateX(-50%);
  font-family: var(--ff-display); font-size: clamp(6rem, 20vw, 16.5rem); letter-spacing: 0.05em;
  color: transparent; -webkit-text-stroke: 1px rgba(242, 233, 219, 0.07);
  white-space: nowrap; pointer-events: none; user-select: none;
}
.moon {
  position: absolute; top: 90px; right: 6%; width: 170px; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle at 38% 32%, #f0e7d3, #d9cbb2 55%, #a08f6e 100%);
  box-shadow: 0 0 90px 26px rgba(242, 210, 160, 0.22);
  opacity: 0; transition: opacity 1.6s ease 0.4s;
}
.moon.rv { transform: none; }
.moon.in { opacity: 0.9; }
.journey-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; margin-top: 74px; position: relative; z-index: 1; }
.step { position: relative; padding-top: 30px; }
.step::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, var(--brass), rgba(176, 141, 87, 0.08));
  transform: scaleX(0); transform-origin: left; transition: transform 1.1s var(--ease-out) 0.35s;
}
.step.in::before { transform: scaleX(1); }
.step .n { font-family: var(--ff-display); font-size: 1.1rem; letter-spacing: 0.2em; color: var(--brass-soft); }
.step h3 { font-size: 1.26rem; color: #f6efe2; margin: 13px 0 10px; }
.step p { color: rgba(242, 233, 219, 0.72); font-size: 0.92rem; font-weight: 300; margin-bottom: 16px; }
.step .chip {
  display: inline-flex; align-items: center; gap: 9px;
  border: 1px solid rgba(242, 233, 219, 0.25); border-radius: 7px; padding: 9px 13px;
  font: 500 0.76rem var(--ff-body); letter-spacing: 0.04em; color: rgba(242, 233, 219, 0.88);
}
.step .chip svg { width: 14px; height: 14px; color: var(--brass-soft); flex: none; }
a.chip:hover { border-color: var(--brass-soft); color: #f6efe2; }

/* ---------- Avis ---------- */
.g-note {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--paper); border: 1px solid var(--line); border-radius: 8px;
  padding: 11px 18px; font-size: 0.85rem; color: var(--taupe);
}
.g-note svg { width: 16px; height: 16px; flex: none; }
.g-badge {
  display: inline-flex; align-items: center; gap: 13px;
  background: var(--paper); border: 1px solid var(--line); border-radius: 10px;
  padding: 13px 22px; font-size: 0.95rem; color: var(--taupe);
}
.g-badge svg.g { width: 20px; height: 20px; flex: none; }
.g-badge strong { font-family: var(--ff-display); font-weight: 400; font-size: 1.3rem; color: var(--ink); }
.g-note-stars { display: inline-flex; gap: 2px; color: var(--brass); }
.g-note-stars svg { width: 15px; height: 15px; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; position: relative; z-index: 1; }
.review {
  background: var(--paper); border: 1px solid var(--line); border-radius: 15px; padding: 30px;
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s;
}
.review:hover { transform: translateY(-6px); box-shadow: 0 24px 44px rgba(34, 28, 22, 0.09); }
.review-head { display: flex; align-items: center; gap: 13px; margin-bottom: 14px; }
.avatar {
  width: 46px; height: 46px; border-radius: 50%; flex: none;
  display: grid; place-items: center; background: var(--ink); color: var(--cream-on-dark);
  font-family: var(--ff-display); font-size: 1.05rem;
  box-shadow: 0 0 0 2px var(--paper), 0 0 0 3px var(--brass);
}
.g-avatar {
  width: 46px; height: 46px; border-radius: 50%; object-fit: cover; flex: none;
  box-shadow: 0 0 0 2px var(--paper), 0 0 0 3px var(--brass);
}
.who { display: block; font-weight: 600; font-size: 0.95rem; line-height: 1.3; }
.review .tag { font-size: 0.7rem; font-style: italic; color: var(--taupe); }
.review .g { width: 17px; height: 17px; margin-left: auto; flex: none; }
.stars { display: inline-flex; gap: 3px; color: var(--brass); margin-bottom: 12px; }
.stars svg { width: 15px; height: 15px; }
.review p { font-size: 0.94rem; color: var(--taupe); font-weight: 300; margin: 0; }

/* ---------- Accès ---------- */
.map-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 32px; align-items: stretch; }
.map-card { background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: 42px 44px; position: relative; }
.map-card::before { content: ''; position: absolute; inset: 6px; border: 1px solid rgba(176, 141, 87, 0.28); border-radius: 11px; pointer-events: none; }
.map-card > * { position: relative; z-index: 1; }
.map-card h3 { font-size: 1.5rem; margin-bottom: 22px; }
.map-line { display: flex; gap: 15px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 0.95rem; align-items: flex-start; }
.map-line:last-of-type { border-bottom: 0; }
.map-line svg { width: 19px; height: 19px; color: var(--brass); flex: none; margin-top: 4px; }
.map-line strong { font-weight: 600; }
.map-embed { border: 1.5px solid var(--ink); background: var(--paper); border-radius: 16px; padding: 10px; }
.map-embed iframe { width: 100%; height: 100%; min-height: 430px; border: 0; border-radius: 8px; filter: sepia(0.14) saturate(0.88); display: block; }

/* ---------- Formulaire RDV ---------- */
.rdv-notice { max-width: 860px; margin: 0 auto 36px; padding: 16px 24px; border-radius: 10px; font-size: 0.95rem; text-align: center; }
.rdv-notice.ok { background: var(--paper); border: 1px solid var(--brass); color: var(--brass-text); }
.rdv-notice.err { background: #f7ebe4; border: 1px solid #c98a6e; color: #8f3b22; }
.rdv-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 32px; align-items: start; }
.rdv-form {
  background: var(--paper); border: 1px solid var(--line); border-radius: 16px;
  padding: 42px 44px; position: relative; display: flex; flex-direction: column; gap: 18px;
}
.rdv-form::before { content: ''; position: absolute; inset: 6px; border: 1px solid rgba(176, 141, 87, 0.28); border-radius: 11px; pointer-events: none; }
.rdv-form > * { position: relative; z-index: 1; }
.rdv-form label {
  display: flex; flex-direction: column; gap: 8px;
  font: 600 0.7rem var(--ff-body); text-transform: uppercase; letter-spacing: 0.16em; color: var(--taupe);
}
.rdv-row { display: grid; gap: 18px; grid-template-columns: 1fr 1fr; }
.rdv-form input, .rdv-form select, .rdv-form textarea {
  font: 400 1rem var(--ff-body); color: var(--ink); letter-spacing: normal; text-transform: none;
  background: var(--ivory); border: 1px solid var(--line); border-radius: 8px;
  padding: 13px 15px; outline: none; width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.rdv-form textarea { resize: vertical; min-height: 110px; }
.rdv-form input:focus, .rdv-form select:focus, .rdv-form textarea:focus {
  border-color: var(--brass); box-shadow: 0 0 0 3px rgba(176, 141, 87, 0.16);
}
.rdv-form button { margin-top: 6px; align-self: flex-start; }
.rdv-hint { font-size: 0.82rem; color: var(--taupe); margin: 0; }
.rdv-aside { background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: 38px 40px; position: relative; }
.rdv-aside::before { content: ''; position: absolute; inset: 6px; border: 1px solid rgba(176, 141, 87, 0.28); border-radius: 11px; pointer-events: none; }
.rdv-aside > * { position: relative; z-index: 1; }
.rdv-aside h3 { font-size: 1.4rem; margin-bottom: 14px; }
.rdv-map { margin-top: 22px; border: 1.5px solid var(--ink); border-radius: 12px; padding: 8px; background: var(--paper); }
.rdv-map iframe { width: 100%; height: 250px; border: 0; border-radius: 6px; filter: sepia(0.14) saturate(0.88); display: block; }

/* ---------- Pages soin & FAQ ---------- */
.soin-list { list-style: none; margin: 0 0 26px; padding: 0; }
.soin-list li {
  display: flex; align-items: center; gap: 14px; padding: 13px 2px;
  border-bottom: 1px solid var(--line); font-size: 0.98rem;
}
.soin-list li:first-child { border-top: 1px solid var(--line); }
.soin-list svg { width: 17px; height: 17px; color: var(--brass); flex: none; }
.faq-item {
  background: var(--paper); border: 1px solid var(--line); border-radius: 12px;
  padding: 0 24px; margin-bottom: 14px;
}
.faq-item summary {
  cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 19px 0; font-family: var(--ff-display); font-size: 1.05rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+'; color: var(--brass-text); font: 400 1.4rem var(--ff-body);
  line-height: 1; transition: transform 0.3s var(--ease-out); flex: none;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-body { padding: 0 0 20px; color: var(--taupe); font-weight: 300; }

/* ---------- Blog ---------- */
.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.post {
  background: var(--paper); border: 1px solid var(--line); border-radius: 16px; overflow: hidden;
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s;
}
.post:hover { transform: translateY(-6px); box-shadow: 0 26px 48px rgba(34, 28, 22, 0.1); }
.post-media { display: block; aspect-ratio: 16 / 9.4; overflow: hidden; }
.post-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease-out); }
.post:hover .post-media img { transform: scale(1.05); }
.post-body { padding: 26px 28px 30px; }
.post-meta { display: block; font: 600 0.68rem var(--ff-body); text-transform: uppercase; letter-spacing: 0.2em; color: var(--brass-text); margin-bottom: 10px; }
.post h3 { font-size: 1.26rem; margin-bottom: 10px; }
.post h3 a:hover { color: var(--brass-text); }
.post p { font-size: 0.92rem; color: var(--taupe); font-weight: 300; margin-bottom: 16px; }
.post-featured {
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 0;
  background: var(--paper); border: 1px solid var(--line); border-radius: 18px;
  overflow: hidden; margin-bottom: 46px;
}
.pf-media { display: block; overflow: hidden; }
.pf-media img { width: 100%; height: 100%; object-fit: cover; min-height: 320px; }
.pf-body { padding: 40px 42px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.pf-body h2 { font-size: clamp(1.5rem, 2.4vw, 2rem); }
.pagination { margin-top: 50px; text-align: center; }
.pagination .nav-links { display: inline-flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.page-numbers {
  display: inline-grid; place-items: center; min-width: 42px; height: 42px; padding: 0 12px;
  border: 1px solid var(--line); border-radius: 8px; background: var(--paper);
  font: 500 0.85rem var(--ff-body); transition: border-color 0.3s;
}
.page-numbers.current { background: var(--ink); color: var(--cream-on-dark); border-color: rgba(176, 141, 87, 0.55); }
a.page-numbers:hover { border-color: var(--ink); }

/* Article seul */
.article-single { max-width: 800px; margin-inline: auto; }
.article-meta {
  display: flex; flex-wrap: wrap; gap: 10px 20px; align-items: center;
  font: 600 0.7rem var(--ff-body); text-transform: uppercase; letter-spacing: 0.18em; color: var(--taupe);
  margin-bottom: 14px;
}
.article-cat { color: var(--brass-text); }
.read-time { display: inline-flex; gap: 7px; align-items: center; }
.read-time svg { width: 14px; height: 14px; color: var(--brass); }
.article-head h1 { font-size: clamp(2rem, 3.6vw, 2.9rem); }
.article-cover { margin: 26px 0 36px; border: 1.5px solid var(--ink); border-radius: 16px; padding: 10px; background: var(--paper); position: relative; }
.article-cover::after { content: ''; position: absolute; inset: 4px; border: 1px solid rgba(176, 141, 87, 0.35); border-radius: 12px; pointer-events: none; }
.article-cover img { border-radius: 8px; width: 100%; }
.entry-content { font-size: 1.02rem; }
.entry-content h2 { font-size: 1.6rem; margin: 42px 0 14px; }
.entry-content h3 { font-size: 1.25rem; margin: 32px 0 12px; }
.entry-content a { color: var(--brass-text); text-decoration: underline; text-underline-offset: 3px; }
.entry-content ul, .entry-content ol { padding-left: 22px; margin: 0 0 18px; }
.entry-content li { margin-bottom: 8px; }
.entry-content blockquote {
  margin: 28px 0; padding: 4px 0 4px 24px; border-left: 2px solid var(--brass);
  font-family: var(--ff-display); font-size: 1.15rem; color: var(--ink);
}
.entry-content img { border-radius: 12px; }
.post-author {
  max-width: 800px; margin: 46px auto 0; display: flex; gap: 26px; align-items: flex-start;
  background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: 30px; position: relative;
}
.post-author::before { content: ''; position: absolute; inset: 6px; border: 1px solid rgba(176, 141, 87, 0.28); border-radius: 11px; pointer-events: none; }
.post-author > * { position: relative; z-index: 1; }
.post-author-photo {
  width: 92px; height: 92px; object-fit: cover; border-radius: 50%; flex: none;
  box-shadow: 0 0 0 2px var(--paper), 0 0 0 3px var(--brass);
}
.post-author-kicker { display: block; font: 600 0.68rem var(--ff-body); text-transform: uppercase; letter-spacing: 0.2em; color: var(--brass-text); margin-bottom: 4px; }
.post-author-body strong { font-family: var(--ff-display); font-weight: 400; font-size: 1.15rem; }
.post-author-body p { color: var(--taupe); font-size: 0.92rem; font-weight: 300; margin: 8px 0 14px; }
.post-author-links { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.related-posts { margin-top: 74px; }

/* ---------- CTA final ---------- */
.cta-panel {
  position: relative; overflow: hidden; text-align: center;
  background: radial-gradient(62% 130% at 50% 0%, rgba(176, 141, 87, 0.26), transparent 65%), var(--ink);
  border: 1px solid rgba(176, 141, 87, 0.35); border-radius: 24px;
  padding: 88px 44px; color: var(--cream-on-dark);
}
.cta-panel::before, .cta-panel::after {
  content: ''; position: absolute; top: 56px; bottom: 56px; width: 1px;
  background: linear-gradient(180deg, transparent, rgba(176, 141, 87, 0.55), transparent);
}
.cta-panel::before { left: 38px; }
.cta-panel::after { right: 38px; }
.cta-panel .hero-script {
  font-size: clamp(2.2rem, 4vw, 3.4rem); color: var(--brass-soft);
  text-shadow: 0 0 26px rgba(242, 210, 160, 0.5), 0 0 70px rgba(242, 210, 160, 0.22);
  margin-bottom: 10px;
}
.cta-panel h2 { color: #f6efe2; }
.cta-panel .lead { color: rgba(242, 233, 219, 0.78); margin-inline: auto; }
.cta-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 30px; margin-top: 38px; }
.cta-phone { display: inline-flex; align-items: center; gap: 13px; font-family: var(--ff-display); font-size: clamp(1.5rem, 2.8vw, 2.1rem); color: #f6efe2; transition: color 0.3s; }
.cta-phone svg { width: 24px; height: 24px; color: var(--brass-soft); }
.cta-phone:hover { color: var(--brass-soft); }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: rgba(242, 233, 219, 0.72); padding: 84px 0 32px; font-size: 0.92rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 44px; }
.site-footer h4 { font: 600 0.76rem var(--ff-body); text-transform: uppercase; letter-spacing: 0.2em; color: var(--brass-soft); margin-bottom: 20px; }
.f-brand .logo { color: #f6efe2; margin-bottom: 18px; }
.f-brand .logo-text small { color: rgba(242, 233, 219, 0.5); }
.f-brand p { font-weight: 300; font-size: 0.9rem; }
.f-insta {
  display: inline-grid; place-items: center; width: 42px; height: 42px;
  border: 1px solid rgba(242, 233, 219, 0.25); border-radius: 50%; transition: border-color 0.3s, color 0.3s;
}
.f-insta:hover { border-color: var(--brass-soft); color: var(--brass-soft); }
.f-insta svg { width: 18px; height: 18px; }
.f-list { list-style: none; margin: 0; padding: 0; }
.f-list li { display: flex; gap: 11px; margin-bottom: 12px; align-items: flex-start; }
.f-list svg { width: 16px; height: 16px; color: var(--brass); flex: none; margin-top: 4px; }
.f-list a:hover { color: var(--brass-soft); }
.f-hours li { justify-content: space-between; border-bottom: 1px solid rgba(242, 233, 219, 0.12); padding-bottom: 9px; }
.f-hours li.is-today { color: #f6efe2; }
.f-hours li.is-today > span:first-child::after { content: ' ✦'; color: var(--brass-soft); font-size: 0.7em; }
.f-bottom {
  margin-top: 64px; padding-top: 26px; border-top: 1px solid rgba(242, 233, 219, 0.14);
  display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  font-size: 0.79rem; color: rgba(242, 233, 219, 0.55);
}
.f-bottom a:hover { color: var(--brass-soft); }

/* ---------- FAB WhatsApp / barre mobile ---------- */
.wa-fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center;
  background: var(--wa); color: #fff; box-shadow: 0 14px 30px rgba(18, 114, 58, 0.35);
  transition: transform 0.3s var(--ease-out);
}
.wa-fab:hover { transform: translateY(-3px); }
.wa-fab svg { width: 27px; height: 27px; }
.mobile-bar {
  display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 95;
  background: rgba(250, 246, 240, 0.97); border-top: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
}
.mobile-bar a { display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 11px 0 13px; font: 500 0.66rem var(--ff-body); letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink); }
.mobile-bar svg { width: 20px; height: 20px; color: var(--brass-text); }
.mobile-bar .wa svg { color: var(--wa); }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .nav-toggle { display: flex; }
  .main-nav {
    position: fixed; top: var(--header-h); left: 0; right: 0; z-index: 99;
    background: var(--ivory); border-bottom: 1px solid var(--line);
    box-shadow: 0 24px 40px rgba(34, 28, 22, 0.08);
    flex-direction: column; align-items: flex-start; gap: 10px;
    padding: 24px 28px 28px; display: none;
  }
  .main-nav.open { display: flex; }
  .site-header { background: rgba(250, 246, 240, 0.97); border-bottom-color: var(--line); }
  .nav-menu { flex-direction: column; gap: 4px; width: 100%; }
  .nav-menu a { display: block; padding: 11px 0; font-size: 0.86rem; }
  .nav-cta { width: 100%; }
}
@media (max-width: 1060px) {
  .hero { min-height: 0; }
  .hero-plaque { display: none; }
  .hero-veil {
    background: linear-gradient(180deg, rgba(250, 246, 240, 0.95) 0%, rgba(250, 246, 240, 0.87) 48%, rgba(250, 246, 240, 0.6) 78%, rgba(250, 246, 240, 0.38) 100%);
  }
  .about-grid { grid-template-columns: 1fr; gap: 70px; }
  .portrait-wrap { margin-inline: auto; }
  .acts-grid { grid-template-columns: repeat(2, 1fr); }
  .journey-grid { grid-template-columns: repeat(2, 1fr); gap: 44px 34px; }
  .moon { width: 130px; right: 3%; top: 60px; }
  .face-deco { width: 150px; }
  .rdv-grid { grid-template-columns: 1fr; }
  .post-featured { grid-template-columns: 1fr; }
  .pf-media img { min-height: 0; aspect-ratio: 16 / 9; }
  .mobile-bar { display: grid; }
  .wa-fab { bottom: 84px; }
}
@media (max-width: 880px) {
  .reviews-grid { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
  .posts-grid { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
  .map-grid { grid-template-columns: 1fr; }
  .map-embed iframe { min-height: 340px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .car-slide { flex-basis: 86%; }
  .cab-gallery { grid-template-columns: 1fr; }
  .ba-sliders { grid-template-columns: 1fr; max-width: 640px; margin-inline: auto; }
  .rdv-form, .rdv-aside { padding: 32px 26px; }
  .post-author { flex-direction: column; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .container { padding-inline: 20px; }
  .section { padding: 84px 0; }
  .hero { padding-top: calc(var(--header-h) + 30px); }
  .hero-actions .btn { flex: 1 1 auto; }
  .acts-grid, .journey-grid { grid-template-columns: 1fr; }
  .about-grid { gap: 60px; }
  .portrait-wrap { padding: 24px 0 0 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .cta-panel { padding: 70px 26px; }
  .cta-panel::before { left: 16px; }
  .cta-panel::after { right: 16px; }
  .cab-caption { white-space: normal; text-align: center; width: max(78%, 240px); }
  .rdv-row { grid-template-columns: 1fr; }
  .face-deco { display: none; }
  .moon { display: none; }
}

/* ---------- Accessibilité & captures ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .rv, .hero h1 .w > span { opacity: 1 !important; transform: none !important; }
  .step::before { transform: scaleX(1); }
  .face-deco path { stroke-dashoffset: 0; }
  .moon { opacity: 0.9; }
  .marquee-track { animation: none !important; }
}
@media (min-width: 1061px) { body.capture .hero { min-height: 0; height: 880px; } }
body.capture .rv, body.capture .hero h1 .w > span { opacity: 1 !important; transform: none !important; animation: none !important; }
body.capture .marquee-track { animation: none !important; }
body.capture .step::before { transform: scaleX(1); }
body.capture .face-deco path { stroke-dashoffset: 0; }
body.capture .moon { opacity: 0.9; }
body.capture .giant { margin-top: 0 !important; }
@media print {
  .site-header, .wa-fab, .mobile-bar, .progress { display: none !important; }
}

/* ---------- La doctoresse en bref (statistiques) ---------- */
.stats-band { position: relative; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 48px; }
.stat {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 14px 38px rgba(74, 56, 38, 0.07);
  padding: 36px 22px 32px;
  text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  transition: transform 0.5s var(--ease-out), box-shadow 0.35s;
}
.stat:hover { transform: translateY(-5px); box-shadow: 0 28px 56px rgba(74, 56, 38, 0.13); }
.stat-ic {
  display: inline-grid; place-items: center;
  width: 64px; height: 64px; border-radius: 50%;
  background: linear-gradient(150deg, var(--halo), var(--paper));
  color: var(--brass-text);
  box-shadow: inset 0 0 0 1px rgba(176, 141, 87, 0.30);
  margin-bottom: 6px;
}
.stat-ic svg { width: 28px; height: 28px; }
.stat-num { font-family: var(--ff-display); font-weight: 400; font-size: clamp(2.5rem, 4.6vw, 3.4rem); line-height: 1; color: var(--brass-text); letter-spacing: 0.01em; }
.stat-badge { font-size: clamp(1.55rem, 3vw, 2.05rem); }
.stat-label { color: var(--ink); font-weight: 600; font-size: 0.98rem; line-height: 1.42; max-width: 210px; }
.stat-sub { color: var(--muted); font-size: 0.84rem; letter-spacing: 0.01em; }
@media (max-width: 880px) { .stats-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .stats-grid { grid-template-columns: 1fr; } }
