/* ============================================================
   GLOW TIME — système de style (éditorial clinique)
   ============================================================ */

:root {
  --bg: #000000;
  --bg-2: #0a0a0a;
  --surface: #131313;
  --ink: #ffffff;
  --ink-dim: #b7b7bd;
  --line: rgba(255, 255, 255, 0.14);
  --line-strong: rgba(255, 255, 255, 0.3);

  --paper: #ffffff;
  --paper-2: #f4f4f6;
  --paper-ink: #2d3142;
  --paper-dim: #6b6d7c;
  --paper-line: rgba(45, 49, 66, 0.14);

  --accent: #bfa079;
  --accent-soft: #d8c1a4;

  --wrap: 1240px;
  --gut: clamp(18px, 3.6vw, 50px);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --font: "Futura PT", "Futura", "Jost", "Century Gothic", "Trebuchet MS", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth; scroll-padding-top: 90px; -webkit-text-size-adjust: 100%;
  overflow-x: clip;
  overscroll-behavior-x: none;
  font-size: 90%; /* échelle typographique globale réduite (~-10 %) */
}

body {
  margin: 0;
  width: 100%;
  max-width: 100vw;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font);
  font-size: 14px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  overscroll-behavior-x: none;
}

#main { max-width: 100vw; overflow-x: clip; }
.hdr__in, .ft__in { max-width: 100vw; }

img, svg, video { display: block; max-width: 100%; }
a { color: inherit; }

h1, h2, h3, h4 {
  margin: 0;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: normal;
}

p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gut); }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: 16px; top: -48px; z-index: 200;
  background: var(--ink); color: var(--bg); padding: 10px 16px;
  transition: top 0.2s var(--ease);
}
.skip-link:focus { top: 0; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

/* ---------- Marque ---------- */
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; color: inherit; }
.brand__mark {
  width: 16px; height: 16px; border-radius: 50%; flex: none;
  background: radial-gradient(circle at 32% 30%, #f4e2cb, var(--accent) 60%, #8f6f4c);
}
.brand__txt {
  font-size: 1.2rem; letter-spacing: 0.02em; text-transform: uppercase;
  font-weight: 400; white-space: nowrap;
}
.brand__txt strong { font-weight: 700; }
.brand__logo { height: 26px; width: auto; display: block; }

/* ---------- En-tête ---------- */
.hdr {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background 0.3s var(--ease), border-color 0.3s var(--ease);
}
.hdr__in { display: flex; align-items: center; justify-content: space-between; min-height: 74px; }
.hdr--solid { background: var(--bg); border-bottom-color: var(--line); }
.hdr[data-scrolled] { background: rgba(11, 11, 13, 0.86); backdrop-filter: blur(10px); border-bottom-color: var(--line); }

.nav { display: flex; align-items: center; gap: 30px; }
.nav a {
  text-decoration: none; font-size: 0.86rem; font-weight: 500;
  letter-spacing: 0.01em; color: var(--ink); opacity: 0.78;
  transition: opacity 0.2s var(--ease);
}
.nav a:hover, .nav a[aria-current="page"] { opacity: 1; }
.nav a[aria-current="page"] { text-decoration: underline; text-underline-offset: 6px; text-decoration-color: var(--accent); }

.nav__drop { position: relative; }
.nav__drop-btn {
  background: none; border: 0; color: var(--ink); font: inherit; font-size: 0.86rem; font-weight: 500;
  opacity: 0.78; cursor: pointer; display: inline-flex; align-items: center; gap: 5px; padding: 0;
}
.nav__drop-btn:hover, .nav__drop[data-open] .nav__drop-btn { opacity: 1; }
.nav__caret { font-size: 0.8em; transition: transform 0.2s var(--ease); }
.nav__drop[data-open] .nav__caret { transform: rotate(180deg); }
.nav__drop-panel {
  position: absolute; top: calc(100% + 18px); left: 50%; transform: translateX(-50%);
  background: var(--bg); border: 1px solid var(--line); min-width: 190px; padding: 8px;
  display: none; flex-direction: column; z-index: 20;
}
.nav__drop[data-open] .nav__drop-panel { display: flex; }
.nav__drop-panel a { padding: 10px 14px; font-size: 0.88rem; text-decoration: none; color: var(--ink); opacity: 0.85; white-space: nowrap; }
.nav__drop-panel a:hover { opacity: 1; background: var(--surface); }

.nav__icon { background: none; border: 0; color: var(--ink); cursor: pointer; display: inline-flex; align-items: center; padding: 0; opacity: 0.85; text-decoration: none; }
.nav__icon:hover { opacity: 1; }

/* Pastille panier */
.nav__cart { position: relative; }
.nav__cart-count {
  position: absolute; top: -7px; right: -9px; min-width: 16px; height: 16px; padding: 0 4px;
  border-radius: 999px; background: var(--accent); color: #16100a;
  font-size: 0.62rem; font-weight: 700; line-height: 16px; text-align: center;
}

/* Bouton RDV compact (icône) */
.nav__rdv { gap: 7px; border: 1px solid var(--line-strong); border-radius: 999px; padding: 7px 13px; opacity: 1; transition: background 0.2s var(--ease), color 0.2s var(--ease); }
.nav__rdv:hover { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.nav__rdv-txt { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.08em; }

/* Sélecteur de langue */
.nav__lang { display: inline-flex; align-items: center; gap: 6px; font-size: 0.78rem; font-weight: 500; color: var(--ink-dim); }
.nav__lang a { text-decoration: none; color: inherit; opacity: 0.7; }
.nav__lang a:hover { opacity: 1; }
.nav__lang a[aria-current="true"] { opacity: 1; color: var(--ink); font-weight: 700; }

.nav__search-form { position: absolute; top: 74px; left: 0; right: 0; background: var(--bg); border-bottom: 1px solid var(--line); padding: 14px var(--gut); }
.nav__search-form input { width: 100%; max-width: 480px; margin-inline: auto; display: block; background: transparent; border: 0; border-bottom: 1px solid var(--line-strong); color: var(--ink); font: inherit; font-size: 1.1rem; padding: 8px 2px; }
.nav__search-form input:focus { outline: none; border-bottom-color: var(--accent); }

.burger {
  display: none; width: 44px; height: 44px; border: 0; background: transparent;
  position: relative; cursor: pointer;
}
.burger > span:first-child,
.burger > span:first-child::before,
.burger > span:first-child::after {
  content: ""; position: absolute; left: 10px; width: 24px; height: 1.5px;
  background: var(--ink); transition: transform 0.25s var(--ease), opacity 0.2s var(--ease);
}
.burger > span:first-child { top: 21px; }
.burger > span:first-child::before { top: -7px; }
.burger > span:first-child::after { top: 7px; }
.burger[aria-expanded="true"] > span:first-child { transform: rotate(45deg); }
.burger[aria-expanded="true"] > span:first-child::before { transform: rotate(90deg); top: 0; }
.burger[aria-expanded="true"] > span:first-child::after { opacity: 0; }

/* ---------- Boutons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 30px; border: 1.6px solid currentColor; border-radius: 70px;
  font-size: 0.85rem; font-weight: 500; letter-spacing: normal; text-transform: none;
  text-decoration: none; cursor: pointer; white-space: nowrap;
  transition: background 0.2s var(--ease), color 0.2s var(--ease), transform 0.2s var(--ease);
}
.btn span { transition: transform 0.2s var(--ease); }
.btn:hover span { transform: translateX(4px); }
.btn--sm { padding: 9px 20px; font-size: 0.78rem; }

.btn--solid { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.btn--solid:hover { background: transparent; color: var(--ink); }
.btn--line { background: transparent; color: currentColor; }
.btn--line:hover { background: var(--ink); color: var(--bg); border-color: var(--ink); }

.on-paper .btn--solid, .sec--paper .btn--solid { background: var(--paper-ink); color: var(--paper); border-color: var(--paper-ink); }
.on-paper .btn--solid:hover, .sec--paper .btn--solid:hover { background: transparent; color: var(--paper-ink); }
.sec--paper .btn--line { color: var(--paper-ink); }
.sec--paper .btn--line:hover { background: var(--paper-ink); color: var(--paper); border-color: var(--paper-ink); }

/* ---------- Sections & titres ---------- */
.sec { padding: clamp(44px, 7vw, 84px) 0; position: relative; }
.sec--paper { background: var(--paper); color: var(--paper-ink); }
.sec--surface { background: var(--bg-2); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  margin: 0 0 14px; font-size: 0.78rem; font-weight: 600;
  letter-spacing: normal; text-transform: none; color: var(--accent);
}
.eyebrow::before { content: none; }

.h-sec {
  font-size: clamp(1.45rem, 2.55vw, 1.95rem);
  max-width: 22ch; letter-spacing: normal; font-weight: 500;
}
.lead {
  margin-top: 24px; max-width: 56ch;
  font-size: clamp(0.92rem, 1.1vw, 1rem); color: var(--ink-dim);
}
.sec--paper .lead { color: var(--paper-dim); }

.idx { font-size: 0.74rem; letter-spacing: 0.16em; color: var(--accent); }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 100svh; display: flex; align-items: flex-end;
  padding: 132px 0 68px; overflow: hidden; color: var(--ink);
}
.hero__media { position: absolute; inset: 0; z-index: 0; }
.hero__media img, .hero__media video { width: 100%; height: 100%; object-fit: cover; }
.hero__media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11,11,13,0.55) 0%, rgba(11,11,13,0.35) 40%, rgba(11,11,13,0.92) 100%);
}
.hero__in { position: relative; z-index: 1; width: 100%; }
.hero__title {
  font-size: clamp(1.7rem, 3.35vw, 2.5rem); max-width: 18ch; letter-spacing: normal; font-weight: 500;
}
.hero__title .type-cursor { display: inline-block; width: 2px; margin-left: 2px; opacity: .85; animation: blink 1s step-end infinite; }
@keyframes blink { 50% { opacity: 0; } }
.hero__sub { margin-top: 22px; max-width: 48ch; font-size: clamp(0.92rem, 1.2vw, 1rem); color: rgba(245,244,241,0.82); }
.hero__actions { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 14px; }
.hero__scroll {
  position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); z-index: 1;
  width: 24px; height: 38px; border: 1px solid var(--line-strong); border-radius: 14px;
  display: grid; place-items: start center; padding-top: 7px;
}
.hero__scroll::after { content: ""; width: 2px; height: 7px; background: var(--accent); animation: cue 1.7s var(--ease) infinite; }
@keyframes cue { 0%,100% { transform: translateY(0); opacity: .35; } 50% { transform: translateY(9px); opacity: 1; } }

/* ---------- Bandeau chiffres ---------- */
.stats { border-block: 1px solid var(--line); background: var(--bg-2); }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats__cell { padding: clamp(34px, 5vw, 58px) 28px; border-right: 1px solid var(--line); }
.stats__cell:last-child { border-right: 0; }
.stats__num { font-size: clamp(1.4rem, 2.4vw, 1.9rem); font-weight: 600; letter-spacing: -0.03em; }
.stats__lbl { margin-top: 8px; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-dim); }

/* ---------- Bloc split (image | texte) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 88px); align-items: center; }
.split--flip .split__media { order: 2; }
.split__media { position: relative; aspect-ratio: 4 / 5; overflow: hidden; }
.split__media img { width: 100%; height: 100%; object-fit: cover; }
.split__media--wide { aspect-ratio: 3 / 2; }
.split__media--free { aspect-ratio: auto; overflow: visible; background: transparent; }
.split__media--free img { height: auto; object-fit: contain; }
.split__body .h-sec { max-width: 18ch; }
.split + .split { margin-top: clamp(56px, 9vw, 120px); }

/* ---------- Carrousel « Pourquoi nous » ---------- */
.why__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: 44px; }
.why__ctrls { display: flex; gap: 10px; }
.why__btn {
  width: 46px; height: 46px; border: 1px solid var(--line-strong); background: transparent;
  color: var(--ink); border-radius: 2px; cursor: pointer; font-size: 1rem;
  transition: background 0.2s var(--ease), color 0.2s var(--ease);
}
.sec--paper .why__btn { border-color: var(--paper-line); color: var(--paper-ink); }
.why__btn:hover { background: var(--accent); color: var(--bg); border-color: var(--accent); }
.why__btn:disabled { opacity: 0.32; cursor: default; }
.why__btn:disabled:hover { background: transparent; color: inherit; border-color: var(--line-strong); }

.why__track {
  display: grid; grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 34%);
  gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory;
  scrollbar-width: none; -ms-overflow-style: none;
  padding-bottom: 4px;
}
.why__track::-webkit-scrollbar { display: none; }
.why__card {
  scroll-snap-align: start; border: 1px solid var(--line);
  padding: 32px 30px 34px; display: flex; flex-direction: column; min-height: 340px;
  background: linear-gradient(180deg, rgba(255,255,255,0.03), transparent);
}
.sec--paper .why__card { border-color: var(--paper-line); background: rgba(255,255,255,0.4); }
.why__n { font-size: 0.72rem; letter-spacing: 0.16em; color: var(--accent); }
.why__t { font-size: 1.08rem; margin: 16px 0 12px; letter-spacing: -0.02em; }
.why__p { color: var(--ink-dim); font-size: 0.96rem; margin: 0; }
.sec--paper .why__p { color: var(--paper-dim); }
.why__dots { display: flex; gap: 8px; margin-top: 26px; }
.why__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--line-strong); border: 0; padding: 0; cursor: pointer; }
.why__dot[aria-current="true"] { background: var(--accent); }

/* ---------- Grille de soins ---------- */
.svc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--line); border: 1px solid var(--line); }
.svc {
  background: var(--bg); padding: clamp(30px, 4vw, 46px);
  display: flex; flex-direction: column; min-height: 420px;
  text-decoration: none; color: inherit; transition: background 0.25s var(--ease);
}
.svc:hover { background: var(--surface); }
.svc__media { aspect-ratio: 16 / 10; overflow: hidden; margin-bottom: 26px; }
.svc__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); }
.svc:hover .svc__media img { transform: scale(1.04); }
.svc__idx { font-size: 0.72rem; letter-spacing: 0.16em; color: var(--accent); }
.svc__t { font-size: 1.15rem; margin: 12px 0 10px; }
.svc__d { color: var(--ink-dim); font-size: 0.96rem; flex: 1; }
.svc__more { margin-top: 20px; font-size: 0.76rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent); display: inline-flex; gap: 8px; }
.svc:hover .svc__more span { transform: translateX(4px); }
.svc__more span { transition: transform 0.2s var(--ease); }

/* ---------- Étapes numérotées ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 52px; }
.step { border-top: 1px solid var(--line); padding-top: 22px; }
.sec--paper .step { border-top-color: var(--paper-line); }
.step__n { font-size: 0.74rem; letter-spacing: 0.16em; color: var(--accent); }
.step__t { font-size: 1rem; margin: 12px 0 8px; }
.step p { margin: 0; color: var(--ink-dim); font-size: 0.95rem; }
.sec--paper .step p { color: var(--paper-dim); }

/* ---------- Avis ---------- */
.reviews { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: var(--paper-line); border: 1px solid var(--paper-line); margin-top: 44px; }
.review { background: var(--paper); padding: 34px; margin: 0; }
.review p { font-size: 1.05rem; margin-bottom: 16px; }
.review footer { font-size: 0.82rem; font-weight: 600; letter-spacing: 0.06em; color: var(--paper-dim); }
.review__src { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; font-size: 0.82rem; color: var(--paper-dim); }

/* ---------- Bande CTA ---------- */
.cta-band { background: var(--accent); color: #16100a; }
.cta-band__in { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; padding-block: clamp(40px, 6vw, 68px); }
.cta-band__t { font-size: clamp(1.2rem, 2.05vw, 1.65rem); max-width: 22ch; letter-spacing: -0.03em; margin: 0; }
.cta-band .btn--solid { background: #16100a; color: var(--accent-soft); border-color: #16100a; }
.cta-band .btn--solid:hover { background: transparent; color: #16100a; }

/* ---------- Pied de page ---------- */
.ft { background: var(--bg); border-top: 1px solid var(--line); padding: clamp(56px, 8vw, 90px) 0 34px; }
.ft__in { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; }
.ft__brand p { margin: 14px 0 0; color: var(--ink-dim); font-size: 0.92rem; }
.ft__addr { font-style: normal; }
.ft__h { display: block; font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-dim); margin-bottom: 16px; }
.ft__nav, .ft__contact { display: flex; flex-direction: column; gap: 11px; }
.ft__nav a, .ft__contact a { text-decoration: none; font-size: 0.92rem; color: var(--ink-dim); transition: color 0.2s var(--ease); }
.ft__nav a:hover, .ft__contact a:hover { color: var(--ink); }
.ft__cta { margin-top: 8px; align-self: flex-start; color: var(--bg); }
.ft__legal {
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  margin-top: clamp(40px, 6vw, 70px); padding-top: 26px; border-top: 1px solid var(--line);
  font-size: 0.82rem; color: var(--ink-dim);
}
.ft__legal a { text-decoration: none; }
.ft__legal a:hover { color: var(--ink); }

/* ---------- Shop ---------- */
.shop-hero { padding: clamp(110px, 15vw, 170px) 0 clamp(30px, 5vw, 50px); }
.shop-hero h1 { font-size: clamp(1.7rem, 3.2vw, 2.5rem); letter-spacing: -0.01em; }
.shop-hero p { margin-top: 12px; font-size: clamp(0.9rem, 1.3vw, 1rem); color: var(--paper-dim); }

.how {
  background: var(--paper-2);
  color: var(--paper-ink);
  border-block: 1px solid var(--paper-line);
}
.how__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.how__item {
  padding: clamp(26px, 4vw, 44px) 14px; text-align: center;
  border-right: 1px solid var(--paper-line);
}
.how__item:last-child { border-right: 0; }
.how__ico {
  width: 46px; height: 46px; margin: 0 auto 14px; border-radius: 50%;
  border: 1px solid var(--paper-line); display: grid; place-items: center; color: var(--paper-ink);
}
.how__ico svg { width: 20px; height: 20px; }
.how__n { font-weight: 600; font-size: clamp(0.72rem, 2.2vw, 0.9rem); letter-spacing: 0.06em; text-transform: uppercase; }
.how__sub { margin-top: 4px; font-size: clamp(0.68rem, 2vw, 0.82rem); color: var(--paper-dim); }

.shop-filters {
  display: flex; flex-wrap: wrap; gap: 8px; margin: 44px 0 28px;
}
.shop-filter {
  border: 1px solid var(--line); background: transparent; color: var(--ink);
  padding: 9px 22px; border-radius: 999px; cursor: pointer; font: inherit; font-size: 0.88rem;
  transition: background 0.18s var(--ease), color 0.18s var(--ease), border-color 0.18s var(--ease);
}
.shop-filter:hover { border-color: var(--accent); }
.shop-filter[aria-pressed="true"] { background: var(--accent); color: #16100a; border-color: var(--accent); }

.shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(212px, 1fr));
  gap: 1px; background: var(--line); border: 1px solid var(--line);
}
.shop-card {
  background: var(--bg); padding: 20px; display: flex; flex-direction: column;
  text-decoration: none; color: inherit; transition: background 0.2s var(--ease);
}
.shop-card:hover { background: var(--surface); }
.shop-card[hidden] { display: none; }
.shop-card__media { aspect-ratio: 1 / 1; overflow: hidden; margin-bottom: 16px; background: #1c1c22; }
.shop-card__media img { width: 100%; height: 100%; object-fit: cover; }
.shop-card__t { font-size: 0.98rem; font-weight: 600; line-height: 1.3; }
.shop-card__p { margin-top: 6px; font-size: 0.86rem; color: var(--ink-dim); flex: 1; }
.shop-card__more { margin-top: 14px; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); }

.shop-custom { text-align: center; }
.shop-custom__actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 26px; }

/* ---------- Fiche produit : description riche ---------- */
.pdesc { margin-top: 40px; max-width: 760px; }
.pdesc h3 { font-size: 1rem; margin: 28px 0 12px; }
.pdesc ul { margin: 0; padding-left: 20px; color: var(--paper-dim); }
.pdesc li { margin: 6px 0; }
.pdesc .formule { display: grid; gap: 10px; margin: 0; }
.pdesc .formule li { list-style: none; padding: 12px 16px; border: 1px solid var(--paper-line); }
.pdesc .formule strong { color: var(--paper-ink); }
.pdesc .save { color: #2f7a4d; font-weight: 600; }

/* ---------- Tuiles services (accueil) ---------- */
.home-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--line); }
.home-tile {
  position: relative; display: flex; align-items: flex-end; justify-content: center;
  min-height: clamp(300px, 42vw, 460px); overflow: hidden; text-decoration: none;
}
.home-tile img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s var(--ease);
}
.home-tile::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.05) 40%, rgba(0,0,0,0.65) 100%);
}
.home-tile:hover img { transform: scale(1.04); }
.home-tile__lbl {
  position: relative; z-index: 1; color: #fff; font-weight: 600;
  font-size: clamp(1rem, 2.4vw, 1.3rem); letter-spacing: 0.04em; text-transform: uppercase;
  padding: 0 16px clamp(24px, 4vw, 40px); text-align: center; text-shadow: 0 2px 14px rgba(0,0,0,0.6);
}
@media (max-width: 600px) {
  .home-tiles { grid-template-columns: 1fr; }
  .home-tile { min-height: 240px; }
}

/* ---------- Bandeau de confiance (Qui sommes-nous) ---------- */
.trust {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  margin-top: clamp(40px, 6vw, 64px);
}
.trust__item { text-align: center; }
.trust__ico {
  width: 52px; height: 52px; margin: 0 auto 12px; border-radius: 50%;
  border: 1px solid currentColor; display: grid; place-items: center; color: var(--accent);
}
.trust__ico svg { width: 24px; height: 24px; }
.trust__lbl {
  display: block; font-size: clamp(0.72rem, 2.2vw, 0.9rem); font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
}
@media (max-width: 560px) {
  .trust__ico { width: 42px; height: 42px; }
  .trust__ico svg { width: 20px; height: 20px; }
}

/* ---------- Carrousel d'avis Google ---------- */
.rev__embed { margin-top: 32px; min-height: 260px; }
.rev__embed [class*="trustindex"], .rev__embed iframe { max-width: 100%; }
.rev__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }
.rev__src { display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; font-size: 0.88rem; color: var(--paper-dim); }
.rev__ctrls { display: flex; gap: 10px; }
.rev__btn {
  width: 44px; height: 44px; border: 1px solid var(--paper-line); background: transparent;
  color: var(--paper-ink); border-radius: 50%; cursor: pointer; font-size: 1rem;
  transition: background 0.18s var(--ease), color 0.18s var(--ease);
}
.rev__btn:hover { background: var(--paper-ink); color: var(--paper); }
.rev__btn:disabled { opacity: 0.3; cursor: default; }
.rev__btn:disabled:hover { background: transparent; color: var(--paper-ink); }

.rev__track {
  display: grid; grid-auto-flow: column; grid-auto-columns: minmax(300px, 33%);
  gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; margin-top: 36px;
  scrollbar-width: none; -webkit-overflow-scrolling: touch;
}
.rev__track::-webkit-scrollbar { display: none; }
.rev__card {
  scroll-snap-align: start; background: #fff; border: 1px solid var(--paper-line);
  border-radius: 12px; padding: 24px; box-shadow: 0 10px 30px -18px rgba(0,0,0,0.15);
}
.rev__card-h { display: flex; align-items: center; gap: 12px; }
.rev__ava { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; flex: none; background: #ddd; }
.rev__ava--initial { display: flex; align-items: center; justify-content: center; background: var(--accent); color: #16100a; font-weight: 700; font-size: 1.1rem; }
.rev__src a { color: inherit; text-decoration: none; }
.rev__src a:hover { text-decoration: underline; }
.rev__name { font-weight: 600; font-size: 0.95rem; }
.rev__date { font-size: 0.8rem; color: var(--paper-dim); }
.rev__g { margin-left: auto; flex: none; }
.rev__stars { color: #fbbc05; letter-spacing: 2px; margin: 14px 0 10px; font-size: 1rem; }
.rev__text { margin: 0; color: var(--paper-ink); font-size: 0.96rem; line-height: 1.55; }
.rev__dots { display: flex; gap: 8px; margin-top: 22px; }
.rev__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--paper-line); border: 0; padding: 0; cursor: pointer; }
.rev__dot[aria-current="true"] { background: var(--paper-ink); }

@media (max-width: 640px) {
  .rev__track { grid-auto-columns: 85%; }
}

/* ---------- Révélations ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--line); margin-top: 40px; }
.sec--paper .faq { border-top-color: var(--paper-line); }
.faq-item { border-bottom: 1px solid var(--line); }
.sec--paper .faq-item { border-bottom-color: var(--paper-line); }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 20px 40px 20px 0; position: relative;
  font-weight: 500; font-size: 1.02rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
  font-size: 1.4rem; color: var(--accent); transition: transform 0.2s var(--ease); font-weight: 300;
}
.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-body { padding: 0 40px 22px 0; color: var(--ink-dim); white-space: pre-line; }
.sec--paper .faq-body { color: var(--paper-dim); }
.faq-body p { margin: 0; }

/* ---------- Prix classiques par zone (section claire) ---------- */
.gender-tabs { display: flex; gap: 10px; }
.gender-tab {
  border: 1px solid var(--paper-line); background: transparent; color: var(--paper-ink);
  padding: 10px 28px; border-radius: 999px; cursor: pointer; font-size: 0.95rem; font-family: inherit;
  transition: background 0.18s var(--ease), color 0.18s var(--ease);
}
.gender-tab.active { background: var(--paper-ink); color: var(--paper); border-color: var(--paper-ink); }
.gender-panel { margin-top: 24px; }
.gender-panel[hidden] { display: none; }

.price-cats { display: grid; gap: 10px; }
.price-cat { border: 1px solid var(--paper-line); background: var(--paper); }
.price-cat summary {
  cursor: pointer; font-weight: 600; padding: 15px 18px; list-style: none;
  color: var(--paper-ink); display: flex; justify-content: space-between; align-items: center;
}
.price-cat summary::-webkit-details-marker { display: none; }
.price-cat summary::after { content: "+"; color: #a9654a; font-size: 1.3rem; font-weight: 300; }
.price-cat[open] summary::after { content: "–"; }
.price-cat__body { padding: 4px 18px 16px; }

.price-table { width: 100%; border-collapse: collapse; font-size: 0.94rem; color: var(--paper-ink); }
.price-table th { text-align: left; padding: 10px 0; border-bottom: 2px solid var(--paper-line); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--paper-dim); }
.price-table td { padding: 10px 0; border-bottom: 1px solid var(--paper-line); }
.price-table tr:last-child td { border-bottom: 0; }
.price-table td:last-child { text-align: right; font-weight: 600; white-space: nowrap; }

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .split, .svc-grid, .steps, .reviews, .stats__grid { grid-template-columns: 1fr; }
  .split--flip .split__media { order: 0; }
  .stats__cell { border-right: 0; border-bottom: 1px solid var(--line); }
  .stats__cell:last-child { border-bottom: 0; }
  .ft__in { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 780px) {
  .burger { display: block; }
  .nav {
    position: fixed; inset: 74px 0 auto 0; width: 100%; flex-direction: column; align-items: stretch; gap: 2px;
    background: var(--bg); border-bottom: 1px solid var(--line); padding: 16px var(--gut) 26px;
    transform: translateY(-12px); opacity: 0; pointer-events: none; visibility: hidden;
    overflow-x: hidden;
    transition: transform 0.24s var(--ease), opacity 0.24s var(--ease), visibility 0s linear 0.24s;
  }
  .nav[data-open] { transform: none; opacity: 1; pointer-events: auto; visibility: visible; transition-delay: 0s; }
  .nav a { padding: 13px 2px; opacity: 1; font-size: 0.95rem; border-bottom: 1px solid var(--line); }
  .nav__drop { border-bottom: 1px solid var(--line); }
  .nav__drop-btn { padding: 13px 2px; opacity: 1; font-size: 0.95rem; width: 100%; justify-content: space-between; }
  .nav__drop-panel { position: static; transform: none; display: none; border: 0; background: transparent; padding: 0 0 8px 12px; min-width: 0; }
  .nav__drop[data-open] .nav__drop-panel { display: flex; }
  .nav__drop-panel a { padding: 10px 0; opacity: 0.75; border-bottom: 0 !important; }
  .nav__icon { padding: 13px 2px; border-bottom: 1px solid var(--line); }
  .nav__cart-count { top: 6px; right: auto; left: 22px; }
  .nav__rdv { margin-top: 14px; justify-content: center; border: 1.6px solid currentColor; border-radius: 999px; padding: 13px; }
  .nav__rdv-txt { font-size: 0.9rem; letter-spacing: 0.1em; }
  .nav__lang { margin-top: 14px; justify-content: center; gap: 10px; font-size: 0.95rem; padding: 6px 0; }
  .why__track { grid-auto-columns: 82%; }
  .ft__in { grid-template-columns: 1fr; }
  .how__item { padding: 20px 6px; }
  .how__ico { width: 38px; height: 38px; margin-bottom: 10px; }
  .how__ico svg { width: 16px; height: 16px; }
  .shop-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ---------- Boosters (vidéos sérums) ---------- */
.boosters { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 36px; }
.booster { display: flex; flex-direction: column; }
.booster__media {
  position: relative; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 6px;
  background: var(--paper-2);
}
.booster__video { width: 100%; height: 100%; object-fit: cover; }
.booster__t { margin: 16px 0 4px; font-size: 1rem; letter-spacing: 0.02em; }
.booster__tag { margin: 0 0 8px; font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); }
.booster__d { margin: 0; font-size: 0.86rem; line-height: 1.6; color: var(--paper-dim); }
@media (max-width: 820px) { .boosters { grid-template-columns: 1fr; max-width: 420px; } }

/* ---------- Comparateur avant / après ---------- */
.ba {
  position: relative; width: 100%; aspect-ratio: 1789 / 970; overflow: hidden;
  border-radius: 6px; touch-action: none; user-select: none; cursor: ew-resize;
  --ba-pos: 50%;
}
.ba__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba__img--clip { clip-path: inset(0 calc(100% - var(--ba-pos)) 0 0); }
.ba__divider {
  position: absolute; top: 0; bottom: 0; left: var(--ba-pos); width: 2px;
  background: #fff; transform: translateX(-1px); pointer-events: none;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.15);
}
.ba__handle {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 40px; height: 40px; border-radius: 50%; background: #fff; color: #16100a;
  display: flex; align-items: center; justify-content: center; font-size: 0.95rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.28);
}
.ba__tag {
  position: absolute; bottom: 12px; padding: 3px 10px; font-size: 0.66rem;
  letter-spacing: 0.1em; text-transform: uppercase; color: #fff;
  background: rgba(0,0,0,0.55); border-radius: 3px; pointer-events: none;
}
.ba__tag--l { left: 12px; } .ba__tag--r { right: 12px; }
.ba:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

/* ---------- Sommaire de page (collant) ---------- */
html:has(.toc) { scroll-padding-top: 132px; }
.toc-sentinel { position: absolute; height: 1px; width: 1px; }
.toc {
  position: sticky; top: 73px; z-index: 40;
  background: var(--bg); border-block: 1px solid var(--line);
  transition: box-shadow 0.25s var(--ease);
}
.toc__in { display: flex; align-items: center; gap: 24px; padding-block: 18px; flex-wrap: wrap; }
.toc__label { flex: none; font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-dim); }
.toc__list { display: flex; flex-wrap: wrap; gap: 6px 22px; list-style: none; margin: 0; padding: 0; }
.toc__list a {
  display: inline-block; padding: 3px 0; border-bottom: 2px solid transparent;
  text-decoration: none; color: var(--ink); font-size: 0.82rem; font-weight: 500; opacity: 0.62;
  transition: opacity 0.15s var(--ease), border-color 0.15s var(--ease);
}
.toc__list a:hover { opacity: 1; }
.toc__list a.is-active { opacity: 1; border-color: var(--accent); }
.toc[data-scrolled], .toc.is-stuck { background: rgba(11,11,13,0.9); backdrop-filter: blur(10px); box-shadow: 0 6px 20px rgba(0,0,0,0.35); }
.toc.is-stuck .toc__in { padding-block: 10px; }
.toc.is-stuck .toc__label { display: none; }
.toc.is-stuck .toc__list a { font-size: 0.78rem; }
@media (max-width: 780px) {
  html:has(.toc) { scroll-padding-top: 120px; }
  .toc__in { gap: 0 18px; padding-block: 12px; flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .toc__in::-webkit-scrollbar { display: none; }
  .toc__label { display: none; }
  .toc__list { flex-wrap: nowrap; }
  .toc__list a { white-space: nowrap; }
}

/* ---------- Bandeaux illustrés (page laser) ---------- */
.laser-band { width: 100%; margin-top: 40px; border-radius: 6px; }
.laser-progress { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 36px; }
.laser-progress figure { margin: 0; }
.laser-progress img { width: 100%; border-radius: 6px; }
.laser-progress figcaption { margin-top: 12px; font-size: 0.76rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--paper-dim); text-align: center; }
@media (max-width: 640px) { .laser-progress { grid-template-columns: repeat(3, 1fr); gap: 10px; } .laser-progress figcaption { font-size: 0.6rem; } }

/* ---------- Instagram ---------- */
.ig-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 40px; }
.ig-cell { position: relative; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 4px; background: var(--bg-2); }
.ig-cell img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); }
.ig-cell:hover img { transform: scale(1.05); }
@media (max-width: 720px) {
  .ig-grid {
    grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 44%;
    overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
  }
  .ig-cell { scroll-snap-align: start; }
}

/* ---------- Blog ---------- */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 44px; }
.blog-card { display: flex; flex-direction: column; }
.blog-card__media { display: block; aspect-ratio: 3 / 2; overflow: hidden; border-radius: 6px; background: var(--paper-2); }
.blog-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); }
.blog-card:hover .blog-card__media img { transform: scale(1.04); }
.blog-card__body { padding-top: 16px; }
.blog-card__cat { font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); }
.blog-card__t { margin: 8px 0 8px; font-size: 1.05rem; line-height: 1.3; }
.blog-card__t a { text-decoration: none; }
.blog-card__t a:hover { text-decoration: underline; text-underline-offset: 3px; }
.blog-card__x { margin: 0 0 10px; font-size: 0.86rem; color: var(--paper-dim); }
.sec:not(.sec--paper) .blog-card__x { color: var(--ink-dim); }
.blog-card__meta { font-size: 0.72rem; letter-spacing: 0.04em; color: var(--paper-dim); }
.sec:not(.sec--paper) .blog-card__meta { color: var(--ink-dim); }
@media (max-width: 900px) { .blog-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .blog-grid { grid-template-columns: 1fr; } }

/* ---------- Article ---------- */
.post__head { padding: clamp(110px, 15vw, 160px) 0 clamp(20px, 4vw, 36px); background: var(--bg-2); }
.post__crumb { font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-dim); margin: 0 0 16px; }
.post__crumb a { text-decoration: none; color: inherit; }
.post__crumb a:hover { color: var(--accent); }
.post__title { font-size: clamp(1.5rem, 3vw, 2.1rem); max-width: 24ch; line-height: 1.18; }
.post__meta { margin-top: 16px; font-size: 0.78rem; letter-spacing: 0.04em; color: var(--ink-dim); }
.post__cover { margin-top: 28px; }
.post__cover img { width: 100%; max-width: 940px; margin-inline: auto; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 6px; }
.post__body { max-width: 720px; margin-inline: auto; padding-block: clamp(36px, 6vw, 64px); }
.post__body > * { margin-inline: auto; }
.post__lead { font-size: 1.02rem; line-height: 1.7; color: var(--ink); }
.post__body h2 { font-size: 1.25rem; margin: 40px 0 12px; }
.post__body h3 { font-size: 1rem; margin: 26px 0 8px; color: var(--accent-soft); }
.post__body p { color: var(--ink-dim); line-height: 1.75; }
.post__body ul { color: var(--ink-dim); line-height: 1.7; padding-left: 20px; margin: 0 0 1em; }
.post__body li { margin: 6px 0; }
.post__body a { color: var(--accent-soft); text-underline-offset: 3px; }
.post__body strong { color: var(--ink); font-weight: 600; }
.post__cta { margin-top: 48px; padding: 28px; border: 1px solid var(--line); border-radius: 10px; background: var(--bg-2); }
.post__cta h2 { margin: 0 0 8px; font-size: 1.1rem; }
.post__cta p { margin: 0 0 18px; }
.post__cta .hero__actions { margin-top: 0; }
.post__related { max-width: 1040px; margin-inline: auto; padding-bottom: clamp(48px, 8vw, 90px); }
.post__related .h-sec { margin-bottom: 4px; }

/* ---------- Protocoles HydraFacial ---------- */
.proto { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 36px; }
.proto__card {
  display: flex; flex-direction: column; gap: 8px;
  border: 1px solid var(--line); border-radius: 8px; padding: 24px 22px;
  background: var(--surface);
}
.sec--paper .proto__card { border-color: var(--paper-line); background: rgba(255,255,255,0.5); }
.sec--paper .proto__incl, .sec--paper .proto__meta, .sec--paper .proto__d { color: var(--paper-dim); }
.proto__ico { width: 32px; height: 32px; color: var(--accent); }
.proto__ico svg { width: 100%; height: 100%; }
.proto__name { margin-top: 4px; font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent); }
.proto__incl { font-size: 0.76rem; color: var(--ink-dim); }
.proto__price { font-size: 1.25rem; font-weight: 600; letter-spacing: -0.02em; }
.proto__meta { font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-dim); }
.proto__d { margin: 6px 0 0; font-size: 0.85rem; line-height: 1.6; color: var(--ink-dim); }
@media (max-width: 820px) { .proto { grid-template-columns: 1fr; } }

/* ---------- Pop-up promo (page HydraFacial) ---------- */
.promo { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; padding: 20px; background: rgba(0,0,0,.62); opacity: 0; transition: opacity .25s var(--ease); }
.promo[hidden] { display: none; }
.promo.is-open { opacity: 1; }
.promo__card { position: relative; width: 100%; max-width: 430px; background: var(--paper); color: var(--paper-ink); border-radius: 12px; padding: 40px 30px 28px; text-align: center; box-shadow: 0 24px 60px rgba(0,0,0,.4); transform: translateY(14px) scale(.97); transition: transform .25s var(--ease); }
.promo.is-open .promo__card { transform: none; }
.promo__x { position: absolute; top: 8px; right: 12px; background: none; border: 0; font-size: 1.7rem; line-height: 1; color: var(--paper-dim); cursor: pointer; padding: 6px; }
.promo__x:hover { color: var(--paper-ink); }
.promo__badge { display: inline-block; padding: 4px 13px; border-radius: 999px; background: var(--accent); color: #16100a; font-size: .66rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.promo__big { margin: 18px 0 2px; font-size: 3.3rem; font-weight: 700; letter-spacing: -.03em; line-height: 1; color: var(--accent); }
.promo__big span { font-size: 1.5rem; vertical-align: .55em; margin-left: 2px; }
.promo__t { font-size: 1.1rem; margin: 0 0 10px; letter-spacing: -.01em; }
.promo__p { font-size: .9rem; color: var(--paper-dim); margin: 0 0 22px; }
.promo__card .btn { width: 100%; justify-content: center; }
.promo__later { display: block; width: 100%; margin-top: 12px; background: none; border: 0; color: var(--paper-dim); font: inherit; font-size: .82rem; cursor: pointer; text-decoration: underline; }
.promo__later:hover { color: var(--paper-ink); }

/* ---------- Pages légales ---------- */
.legal h2 { font-size: 1rem; margin: 30px 0 8px; }
.legal p { color: var(--paper-dim); line-height: 1.7; margin: 0 0 4px; }
.legal .lead { color: var(--paper-ink); }
.ft__legal-links a { color: inherit; text-decoration: none; }
.ft__legal-links a:hover { text-decoration: underline; }
