/* =========================================================
   BioClub SA · Yana Pan Bossy · MTC & Nutrition · Châtelaine (GE)
   Direction « Jade & Pivoine » : le jade-turquoise du logo BioClub,
   adouci en vert médicinal, et le rose de son site actuel devenu un
   blush poudré (volet anti-âge, cosmétique). Fonds crème et lin.
   ========================================================= */

/* ---------- Design tokens ---------- */
:root {
  /* Crème & lin */
  --paper:     #FBF7F2;
  --linen:     #F4EEE6;
  --blush-bg:  #F8EAE6;
  --white:     #FFFFFF;
  --mist:      #E2ECE8;

  /* Encre verte */
  --ink:       #15302B;
  --ink-2:     #173F38;   /* sections sombres */
  --ink-3:     #0F2A25;   /* footer */
  --stone:     #3B4A46;   /* texte courant (>= 8:1 sur crème) */
  --stone-soft:#5A6864;   /* texte secondaire (>= 5:1 sur lin) */

  /* Jade : couleur maîtresse */
  --jade:      #1D6B62;   /* boutons, liens (6.3:1 avec blanc) */
  --jade-deep: #155249;
  --jade-tint: rgba(29, 107, 98, 0.08);
  --jade-line: rgba(29, 107, 98, 0.26);

  /* Céladon : accent sur fond sombre */
  --celadon:      #8CC7B8;
  --celadon-soft: #B8DDD3;
  --celadon-tint: rgba(140, 199, 184, 0.18);

  /* Pivoine : rose poudré */
  --blush:      #E9B8B1;
  --blush-soft: #F2D3CD;
  --rose:       #A5435A;  /* texte rose (>= 5:1 sur blush) */
  --rose-deep:  #86323F;
  --rose-tint:  rgba(165, 67, 90, 0.08);

  --on-dark:     #F2F6F4;
  --on-dark-mut: #BCD1CB;

  --star: #C08A22;

  --line:        rgba(21, 48, 43, 0.10);
  --line-strong: rgba(21, 48, 43, 0.2);

  --font-display: "Bodoni Moda", "Didot", "Bodoni 72", Georgia, "Times New Roman", serif;
  --font-body: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-zh: "Noto Serif SC", "Songti SC", "SimSun", serif;

  --sp-1: 0.25rem;  --sp-2: 0.5rem;  --sp-3: 0.75rem; --sp-4: 1rem;
  --sp-5: 1.25rem;  --sp-6: 1.5rem;  --sp-8: 2rem;    --sp-10: 2.5rem;
  --sp-12: 3rem;    --sp-16: 4rem;   --sp-24: 6rem;   --sp-32: 8rem;

  --radius-sm: 10px;
  --radius:    18px;
  --radius-lg: 28px;
  --radius-pill: 999px;

  --shadow-sm: 0 1px 2px rgba(21, 48, 43, 0.05), 0 8px 20px -12px rgba(21, 48, 43, 0.18);
  --shadow:    0 2px 8px rgba(21, 48, 43, 0.06), 0 26px 50px -24px rgba(21, 48, 43, 0.3);
  --shadow-lg: 0 10px 30px rgba(21, 48, 43, 0.1), 0 50px 90px -40px rgba(21, 48, 43, 0.4);

  --container: 1220px;
  --measure: 42rem;
  --header-h: 78px;

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--stone);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, picture, svg, iframe { max-width: 100%; display: block; }
a { color: var(--jade); text-underline-offset: 3px; text-decoration-thickness: 1px; }
a:hover { color: var(--ink); }
ul, ol { list-style: none; }
strong { color: var(--ink); font-weight: 700; }
button, input, textarea, select { font: inherit; color: inherit; }
a, button { touch-action: manipulation; }
[lang="zh"] { font-family: var(--font-zh); }

/* ---------- Typographie ---------- */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.1;
  color: var(--ink);
  letter-spacing: -0.02em;
}
h1 { font-size: clamp(2.5rem, 5.6vw, 4.4rem); }
h2 { font-size: clamp(2rem, 4.1vw, 3.05rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.45rem); }
h4 { font-size: 1.1rem; }
h1 em, h2 em { font-style: italic; color: var(--jade); }
p { text-wrap: pretty; }

.eyebrow {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--jade);
  display: inline-flex;
  align-items: center;
  gap: var(--sp-3);
}
.eyebrow::before, .eyebrow--center::after {
  content: "";
  width: 26px; height: 2px;
  border-radius: 2px;
  background: var(--blush);
}
.eyebrow--rose { color: var(--rose); }
.lead { font-size: clamp(1.08rem, 1.5vw, 1.22rem); line-height: 1.65; color: var(--stone); }

/* ---------- Mise en page ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--sp-6); }
.section { padding-block: clamp(var(--sp-16), 9vw, var(--sp-32)); position: relative; }
main section[id], main span[id] { scroll-margin-top: calc(var(--header-h) + var(--sp-4)); }
.section--paper { background: var(--paper); }
.section--linen { background: var(--linen); }
.section--blush { background: linear-gradient(180deg, var(--blush-bg), #FBF1EE); }
.section--dark  { background: var(--ink-2); color: var(--on-dark-mut); }
.section--dark h2, .section--dark h3, .section--dark h4 { color: var(--on-dark); }
.section--dark h2 em { color: var(--celadon-soft); }
.section--dark .eyebrow { color: var(--celadon); }
.section--dark p { color: var(--on-dark-mut); }
.section--dark strong { color: var(--on-dark); }
.section--blush h2 em { color: var(--rose); }

.section-head { max-width: var(--measure); margin-bottom: clamp(var(--sp-10), 5vw, var(--sp-16)); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head h2 { margin-top: var(--sp-4); }
.section-head p { margin-top: var(--sp-4); }

/* ---------- Boutons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-3);
  padding: 0.95rem 1.65rem;
  min-height: 50px;
  border: 1.5px solid transparent;
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.96rem;
  line-height: 1.1;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease),
              background-color 0.2s var(--ease), border-color 0.2s var(--ease), color 0.2s var(--ease);
}
.btn svg { width: 18px; height: 18px; flex: none; }
.btn:active { transform: scale(0.98); }
.btn--primary { background: var(--jade); color: #fff; box-shadow: 0 10px 24px -12px rgba(29, 107, 98, 0.75); }
.btn--primary:hover { background: var(--jade-deep); color: #fff; transform: translateY(-2px); box-shadow: 0 16px 30px -14px rgba(29, 107, 98, 0.85); }
.btn--lg { padding: 1.1rem 1.9rem; min-height: 56px; font-size: 1rem; }
.btn--ghost { background: rgba(255,255,255,0.6); color: var(--ink); border-color: var(--line-strong); }
.btn--ghost:hover { border-color: var(--jade); color: var(--jade); background: var(--jade-tint); transform: translateY(-2px); }
.btn--rose { background: var(--rose); color: #fff; box-shadow: 0 10px 24px -12px rgba(165, 67, 90, 0.7); }
.btn--rose:hover { background: var(--rose-deep); color: #fff; transform: translateY(-2px); }
.btn--light { background: var(--paper); color: var(--ink); }
.btn--light:hover { background: #fff; color: var(--jade); transform: translateY(-2px); box-shadow: var(--shadow); }
.btn--outline-light { background: transparent; color: var(--on-dark); border-color: rgba(255,255,255,0.35); }
.btn--outline-light:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.7); color: #fff; }
.btn--block { width: 100%; }
.btn--sm { padding: 0.7rem 1.1rem; min-height: 44px; font-size: 0.86rem; gap: var(--sp-2); }
.btn-note { font-weight: 500; opacity: 0.85; }

:where(a, button, input, textarea, summary, [tabindex]):focus-visible {
  outline: 3px solid var(--celadon);
  outline-offset: 3px;
  border-radius: 8px;
}

.skip-link {
  position: absolute; left: var(--sp-4); top: -100px; z-index: 1200;
  background: var(--ink); color: #fff;
  padding: var(--sp-3) var(--sp-4); border-radius: var(--radius-sm);
  transition: top 0.2s var(--ease);
}
.skip-link:focus { top: var(--sp-4); color: #fff; }

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 1000;
  height: var(--header-h);
  display: flex; align-items: center;
  transition: background-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; gap: var(--sp-6); }
.site-header.is-scrolled {
  background: rgba(251, 247, 242, 0.88);
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  box-shadow: 0 1px 0 var(--line), 0 12px 30px -24px rgba(21, 48, 43, 0.5);
}

.brand { display: flex; align-items: center; gap: var(--sp-3); text-decoration: none; flex: none; }
.brand-mark {
  width: 42px; height: 42px; flex: none;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--jade);
  color: var(--paper);
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-style: italic;
  box-shadow: inset 0 0 0 3px var(--jade), inset 0 0 0 4px rgba(255,255,255,0.4), 0 0 0 3px var(--blush-soft);
}
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name { font-family: var(--font-display); font-size: 1.4rem; font-weight: 500; color: var(--ink); letter-spacing: -0.01em; }
.brand-name small { font-family: var(--font-body); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.16em; color: var(--rose); vertical-align: 0.35em; margin-left: 2px; }
.brand-role { margin-top: 4px; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--jade); white-space: nowrap; }
.brand-role .sep { color: var(--blush); }
.site-footer .brand-name { color: var(--on-dark); }
.site-footer .brand-name small { color: var(--blush); }
.site-footer .brand-role { color: var(--celadon); }
.site-footer .brand-mark { background: var(--celadon); color: var(--ink); box-shadow: none; }

.nav { display: flex; align-items: center; gap: var(--sp-5); }
.nav-list { display: flex; align-items: center; gap: var(--sp-5); }
.nav-list a {
  font-size: 0.88rem; font-weight: 600;
  color: var(--stone);
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  padding-block: var(--sp-2);
}
.nav-list a::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 100%; height: 2px; border-radius: 2px;
  background: var(--blush);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.25s var(--ease);
}
.nav-list a:hover, .nav-list a.is-active { color: var(--ink); }
.nav-list a:hover::after, .nav-list a.is-active::after { transform: scaleX(1); }
.nav .btn { white-space: nowrap; }

.nav-toggle {
  display: none;
  width: 46px; height: 46px;
  border: 1.5px solid var(--line-strong);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  align-items: center; justify-content: center;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: ""; display: block;
  width: 20px; height: 2px; border-radius: 2px;
  background: var(--ink);
  transition: transform 0.25s var(--ease), background-color 0.2s var(--ease);
}
.nav-toggle span::before { transform: translateY(-6px); }
.nav-toggle span::after  { transform: translateY(4px); }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after  { transform: rotate(-45deg) translateY(-1px); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding-top: calc(var(--header-h) + clamp(var(--sp-10), 6vw, var(--sp-16)));
  padding-bottom: clamp(var(--sp-16), 8vw, var(--sp-24));
  background:
    radial-gradient(55% 60% at 100% 0%, rgba(233, 184, 177, 0.35), transparent 62%),
    radial-gradient(60% 60% at 0% 100%, var(--celadon-tint), transparent 60%),
    var(--paper);
  overflow: hidden;
}
.hero::before {
  /* cercle en filigrane, évoque le yin-yang de la vitrine */
  content: "";
  position: absolute;
  width: 760px; height: 760px;
  right: -240px; top: -180px;
  border-radius: 50%;
  border: 1px solid var(--jade-line);
  opacity: 0.45;
  pointer-events: none;
}
.hero .container {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(var(--sp-10), 6vw, var(--sp-24));
  align-items: center;
}
.hero-copy { max-width: 37rem; }
.hero h1 { margin: var(--sp-5) 0 var(--sp-6); }
.hero h1 em { display: block; }
.hero .lead { margin-bottom: var(--sp-8); }
.hero-actions { display: flex; flex-wrap: wrap; gap: var(--sp-4); }

.agree-pill {
  display: inline-flex; align-items: center; gap: var(--sp-2);
  padding: 0.45rem 0.95rem 0.45rem 0.55rem;
  background: var(--white);
  border: 1px solid var(--jade-line);
  border-radius: var(--radius-pill);
  font-size: 0.8rem; font-weight: 700;
  color: var(--jade);
  box-shadow: var(--shadow-sm);
}
.agree-pill svg { width: 22px; height: 22px; padding: 3px; border-radius: 50%; background: var(--jade); color: #fff; flex: none; }

.hero-trust {
  margin-top: var(--sp-8);
  padding-top: var(--sp-6);
  border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap;
  gap: var(--sp-3) var(--sp-8);
  font-size: 0.86rem;
  color: var(--stone);
}
.hero-trust li { display: flex; align-items: center; gap: var(--sp-2); }
.hero-trust svg { width: 17px; height: 17px; color: var(--jade); flex: none; }
.hero-trust a { color: inherit; text-decoration: none; }
.hero-trust a:hover { color: var(--jade); }
.stars { color: var(--star); letter-spacing: 0.08em; }
.star-off { color: rgba(21, 48, 43, 0.2); }

.hero-media { position: relative; padding: 0 var(--sp-8) var(--sp-12) var(--sp-8); justify-self: center; width: 100%; max-width: 470px; }
.hero-photo {
  position: relative;
  border-radius: 999px 999px var(--radius-lg) var(--radius-lg); /* arche */
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4 / 5.2;
  background: var(--mist);
  outline: 1px solid rgba(255,255,255,0.6);
  outline-offset: -10px;
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; }
.hero-media::before {
  /* halo blush derrière l'arche */
  content: ""; position: absolute; z-index: -1;
  inset: 24px -6px 70px 50px;
  border-radius: 999px 999px var(--radius-lg) var(--radius-lg);
  background: linear-gradient(160deg, var(--blush-soft), var(--celadon-tint));
}
.hero-seal {
  position: absolute; right: 0; top: 18%;
  width: 118px; height: 118px;
  display: grid; place-content: center; text-align: center;
  border-radius: 50%;
  background: var(--jade);
  color: #fff;
  box-shadow: var(--shadow), 0 0 0 6px rgba(255,255,255,0.8);
}
.hero-seal .num { font-family: var(--font-display); font-size: 2.3rem; line-height: 1; }
.hero-seal .num sup { font-size: 1.1rem; vertical-align: 0.9em; }
.hero-seal .lbl { font-size: 0.66rem; font-weight: 700; letter-spacing: 0.06em; line-height: 1.25; text-transform: uppercase; padding-inline: 14px; margin-top: 4px; color: var(--celadon-soft); }
.hero-card {
  position: absolute; left: 0; bottom: 0; z-index: 2;
  display: flex; align-items: center; gap: var(--sp-4);
  padding: var(--sp-3) var(--sp-5) var(--sp-3) var(--sp-3);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow);
}
.hero-card__glyph {
  width: 52px; height: 52px; flex: none;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--blush-bg);
  color: var(--rose);
  font-size: 1.5rem;
  border: 1px solid var(--blush-soft);
}
.hero-card strong { display: block; font-family: var(--font-display); font-weight: 500; font-size: 1.15rem; line-height: 1.2; }
.hero-card div span { display: block; font-size: 0.76rem; color: var(--stone-soft); }

/* ---------- Bandeau infos ---------- */
.info-strip { background: var(--ink-2); color: var(--on-dark-mut); }
.info-strip .container {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-6);
  padding-block: var(--sp-8);
}
.info-item { display: flex; gap: var(--sp-4); align-items: flex-start; }
.info-item svg { width: 22px; height: 22px; color: var(--celadon); flex: none; margin-top: 3px; }
.info-item .k { display: block; margin-bottom: 3px; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--celadon); }
.info-item .v { display: block; color: var(--on-dark); font-size: 0.94rem; line-height: 1.5; }
.info-item a { color: var(--on-dark); text-decoration: none; }
.info-item a:hover { color: #fff; text-decoration: underline; }

/* ---------- À propos ---------- */
.about-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(var(--sp-10), 6vw, var(--sp-24));
  align-items: start;
}
.about-media { position: sticky; top: calc(var(--header-h) + var(--sp-6)); }
.about-media .frame { position: relative; }
.about-media .frame::before {
  content: ""; position: absolute;
  inset: -16px 16px 16px -16px;
  border-radius: var(--radius-lg);
  background: var(--blush-bg);
  z-index: 0;
}
.about-media img {
  position: relative; z-index: 1;
  width: 100%; height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover; object-position: center 25%;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.about-media figcaption { margin-top: var(--sp-4); font-size: 0.8rem; color: var(--stone-soft); text-align: center; }
.about-body h2 { margin: var(--sp-4) 0 var(--sp-6); }
.about-body p { font-size: 0.99rem; }
.about-body p + p { margin-top: var(--sp-4); }
.about-lead {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.18rem, 1.9vw, 1.38rem) !important;
  line-height: 1.5;
  color: var(--ink);
  padding-left: var(--sp-5);
  border-left: 2px solid var(--blush);
}

.specialties { margin-top: var(--sp-6); display: flex; flex-wrap: wrap; gap: var(--sp-2); }
.specialties li {
  font-size: 0.8rem; font-weight: 700;
  padding: 0.4rem 0.9rem;
  border-radius: var(--radius-pill);
  color: var(--jade);
  background: var(--jade-tint);
  border: 1px solid var(--jade-line);
}
.specialties li:nth-child(4) { color: var(--rose); background: var(--rose-tint); border-color: rgba(165, 67, 90, 0.25); }

.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-4); margin-top: var(--sp-8); }
.value {
  padding: var(--sp-5);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.value svg { width: 26px; height: 26px; color: var(--jade); margin-bottom: var(--sp-3); }
.value strong { display: block; font-size: 0.95rem; margin-bottom: 2px; }
.value span { font-size: 0.85rem; color: var(--stone-soft); line-height: 1.5; display: block; }

.stats {
  margin-top: clamp(var(--sp-12), 7vw, var(--sp-16));
  display: grid; grid-template-columns: repeat(4, 1fr);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.stat { padding: var(--sp-6); text-align: center; }
.stat + .stat { border-left: 1px solid var(--line); }
.stat .num { display: block; font-family: var(--font-display); font-size: clamp(2.1rem, 3.4vw, 2.7rem); line-height: 1; color: var(--jade); font-variant-numeric: lining-nums tabular-nums; }
.stat .num small { font-size: 0.5em; color: var(--stone-soft); }
.stat .lbl { display: block; margin-top: var(--sp-2); font-size: 0.84rem; line-height: 1.45; color: var(--stone); }

/* ---------- Pôles ---------- */
.poles { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--sp-5); }
.pole {
  display: flex; flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), border-color 0.25s var(--ease);
}
.pole:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--jade-line); color: inherit; }
.pole__media { aspect-ratio: 4 / 3; background: var(--mist); overflow: hidden; }
.pole__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.pole__media--pack { background: #fff; }
.pole__media--pack img { object-fit: contain; padding: var(--sp-3); }
.pole:hover .pole__media img { transform: scale(1.05); }
.pole__body { padding: var(--sp-6) var(--sp-5); display: flex; flex-direction: column; gap: var(--sp-2); flex: 1; position: relative; }
.pole__zh {
  position: absolute; right: var(--sp-5); top: -24px;
  min-width: 48px; height: 48px; padding-inline: 10px;
  display: grid; place-items: center;
  border-radius: var(--radius-pill);
  background: var(--jade); color: #fff;
  font-size: 1rem;
  box-shadow: 0 0 0 4px var(--white);
}
.pole--blush .pole__zh { background: var(--rose); }
.pole h3 { font-size: 1.28rem; padding-right: var(--sp-10); }
.pole p { font-size: 0.9rem; line-height: 1.6; }
.pole__more { margin-top: auto; padding-top: var(--sp-3); display: inline-flex; align-items: center; gap: 6px; font-size: 0.84rem; font-weight: 700; color: var(--jade); }
.pole--blush .pole__more { color: var(--rose); }
.pole__more svg { width: 16px; height: 16px; transition: transform 0.2s var(--ease); }
.pole:hover .pole__more svg { transform: translateX(4px); }

/* ---------- Acupuncture (sombre) ---------- */
.acu-grid {
  display: grid; grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(var(--sp-10), 6vw, var(--sp-24));
  align-items: start;
}
.acu-body h2 { margin: var(--sp-4) 0 var(--sp-6); }
.acu-body p + p { margin-top: var(--sp-4); }
.acu-photo { margin-top: var(--sp-8); border-radius: var(--radius-lg); overflow: hidden; position: relative; }
.acu-photo img { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; }
.acu-photo figcaption {
  position: absolute; left: var(--sp-4); bottom: var(--sp-4);
  padding: 4px 12px; border-radius: var(--radius-pill);
  background: rgba(15, 42, 37, 0.75); color: var(--on-dark);
  font-size: 0.78rem; font-weight: 600;
}
.methods { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-3); }
.method {
  display: flex; gap: var(--sp-4); align-items: center;
  padding: var(--sp-4);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  transition: background-color 0.25s var(--ease), border-color 0.25s var(--ease), transform 0.25s var(--ease);
}
.method:hover { background: rgba(255, 255, 255, 0.08); border-color: rgba(140, 199, 184, 0.5); transform: translateY(-2px); }
.method:last-child { grid-column: 1 / -1; border-color: rgba(233, 184, 177, 0.45); }
.method .glyph {
  min-width: 54px; height: 54px; flex: none; padding-inline: 6px;
  display: grid; place-items: center;
  border-radius: 14px;
  border: 1px solid rgba(140, 199, 184, 0.45);
  color: var(--celadon-soft);
  font-size: 1.02rem;
  letter-spacing: 0.02em;
}
.method:last-child .glyph { color: var(--blush); border-color: rgba(233, 184, 177, 0.5); }
.method h3 { font-family: var(--font-body); font-size: 0.97rem; font-weight: 700; letter-spacing: 0; line-height: 1.3; }
.method p { font-size: 0.82rem; line-height: 1.45; margin-top: 2px; }

.tarifs {
  margin-top: var(--sp-5);
  padding: var(--sp-6);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--stone);
}
.section--dark .tarifs p { color: var(--stone-soft); }
.tarifs .k { display: block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--jade); margin-bottom: var(--sp-2); }
.tarif-row { display: flex; justify-content: space-between; align-items: baseline; gap: var(--sp-4); padding: var(--sp-2) 0; border-bottom: 1px dashed var(--line-strong); color: var(--ink); font-weight: 600; }
.tarif-row b { font-family: var(--font-display); font-size: 1.35rem; font-weight: 500; color: var(--jade); white-space: nowrap; font-variant-numeric: lining-nums tabular-nums; }
.tarifs p { margin-top: var(--sp-3); font-size: 0.84rem; }

/* ---------- Split (anti-âge, nutrition) ---------- */
.split {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(var(--sp-10), 6vw, var(--sp-24));
  align-items: center;
}
.split__media { position: relative; }
.split__media img {
  width: 100%; height: auto;
  aspect-ratio: 4 / 4.6;
  object-fit: cover; object-position: 35% center;
  border-radius: var(--radius-lg) var(--radius-lg) var(--radius-lg) 160px;
  box-shadow: var(--shadow-lg);
}
.split__media::after {
  content: ""; position: absolute; z-index: -1;
  inset: 28px -18px -18px 28px;
  border-radius: var(--radius-lg);
  border: 1.5px solid var(--blush);
}
.split__media--small { max-width: 480px; width: 100%; justify-self: center; }
.split__media--small img { aspect-ratio: 3 / 2; object-position: center; border-radius: var(--radius-lg); }
.split__media--small::after { border-color: var(--jade-line); }
.split__media figcaption { margin-top: var(--sp-5); font-size: 0.82rem; color: var(--stone-soft); text-align: center; }
.split__body h2 { margin: var(--sp-4) 0 var(--sp-6); }
.split__body > p + p { margin-top: var(--sp-4); }
.split__body .about-lead { margin-bottom: var(--sp-5); }
.checks { margin: var(--sp-6) 0; display: grid; gap: var(--sp-3); }
.checks li { display: flex; gap: var(--sp-3); align-items: flex-start; font-size: 0.97rem; }
.checks svg { width: 22px; height: 22px; padding: 4px; border-radius: 50%; background: var(--rose); color: #fff; flex: none; margin-top: 2px; }
.split__note {
  margin-bottom: var(--sp-6);
  padding: var(--sp-4) var(--sp-5);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(165, 67, 90, 0.15);
  font-size: 0.9rem;
}
.nutri-points { margin-top: var(--sp-8); display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-4); }
.nutri-points > div { padding: var(--sp-5); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.nutri-points .n { display: block; font-family: var(--font-display); font-size: 1.5rem; color: var(--blush); line-height: 1; margin-bottom: var(--sp-2); }
.nutri-points strong { display: block; font-size: 0.95rem; }
.nutri-points span:not(.n) { display: block; font-size: 0.84rem; line-height: 1.5; color: var(--stone-soft); margin-top: 2px; }

/* ---------- Produits ---------- */
.shop { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-6); }
.shop-card {
  display: grid; grid-template-columns: 0.8fr 1.2fr;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.shop-card__media { background: #fff; display: grid; place-items: center; padding: var(--sp-5); border-right: 1px solid var(--line); }
.shop-card__media img { width: 100%; height: auto; max-height: 240px; object-fit: contain; }
.shop-card__body { padding: var(--sp-8) var(--sp-6); }
.shop-card h3 { margin-bottom: var(--sp-4); }
.brands { display: grid; gap: 0; }
.brands li { padding: var(--sp-2) 0; border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
.brands li:last-child { border-bottom: 0; }
.brands strong { font-size: 0.94rem; }
.brands span { font-size: 0.82rem; color: var(--stone-soft); }
.shop-note { margin-top: var(--sp-6); text-align: center; font-size: 0.9rem; color: var(--stone-soft); }
.shop-note a { font-weight: 700; }

/* ---------- Indications ---------- */
.ind-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-4); }
.ind {
  padding: var(--sp-6);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease), transform 0.25s var(--ease);
}
.ind:hover { border-color: var(--jade-line); box-shadow: var(--shadow-sm); transform: translateY(-2px); }
.ind__head { display: flex; align-items: center; gap: var(--sp-3); margin-bottom: var(--sp-3); }
.ind__icon {
  width: 44px; height: 44px; flex: none;
  display: grid; place-items: center;
  border-radius: 12px;
  background: var(--celadon-tint);
  color: var(--jade);
}
.ind__icon svg { width: 22px; height: 22px; }
.ind h3 { font-family: var(--font-body); font-size: 1rem; font-weight: 700; letter-spacing: 0; line-height: 1.3; }
.ind p { font-size: 0.9rem; line-height: 1.6; color: var(--stone); }
.more-ind {
  margin-top: var(--sp-8);
  padding: var(--sp-6);
  border-radius: var(--radius);
  background: var(--linen);
}
.more-ind h3 { font-family: var(--font-body); font-size: 0.74rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--jade); margin-bottom: var(--sp-4); }
.chips { display: flex; flex-wrap: wrap; gap: var(--sp-2); }
.chips li { font-size: 0.86rem; padding: 0.35rem 0.85rem; border-radius: var(--radius-pill); background: var(--white); border: 1px solid var(--line); color: var(--ink); }
.ind-note { margin-top: var(--sp-6); font-size: 0.86rem; color: var(--stone-soft); font-style: italic; text-align: center; max-width: 46rem; margin-inline: auto; }

/* ---------- Badges ---------- */
.badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 0.5rem 0.95rem;
  min-height: 40px;
  border: 1px solid var(--jade-line);
  border-radius: var(--radius-pill);
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.06em;
  color: var(--jade);
  background: var(--jade-tint);
  text-decoration: none;
  transition: background-color 0.2s var(--ease), border-color 0.2s var(--ease), transform 0.2s var(--ease);
}
.badge svg { width: 13px; height: 13px; }
a.badge:hover { background: var(--jade); border-color: var(--jade); color: #fff; transform: translateY(-1px); }

/* ---------- Avis ---------- */
.reviews-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: var(--sp-6); margin-bottom: var(--sp-10); }
.reviews-head .section-head { margin-bottom: 0; }
.rating-badge {
  display: flex; align-items: center; gap: var(--sp-4);
  padding: var(--sp-4) var(--sp-6);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  color: var(--stone);
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.rating-badge:hover { transform: translateY(-2px); box-shadow: var(--shadow); color: var(--stone); }
.rating-badge .score { font-family: var(--font-display); font-size: 2.5rem; color: var(--ink); line-height: 1; }
.rating-badge .count { font-size: 0.8rem; color: var(--stone-soft); }
.rating-badge .g { width: 26px; height: 26px; flex: none; }

.reviews { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: var(--sp-5); align-items: stretch; }
.review {
  position: relative;
  display: flex; flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: var(--sp-8) var(--sp-6) var(--sp-6);
  box-shadow: var(--shadow-sm);
}
.review::before {
  content: "\201C";
  position: absolute; right: var(--sp-5); top: -10px;
  font-family: var(--font-display);
  font-size: 5.5rem; line-height: 1;
  color: var(--blush-soft);
}
.review--feature { background: var(--jade); border-color: var(--jade); }
.review--feature::before { color: rgba(255,255,255,0.14); }
.review.review--feature p { color: #fff; font-size: 1.1rem; font-family: var(--font-display); font-style: italic; line-height: 1.55; }
.review.review--feature .who strong { color: #fff; }
.review.review--feature .who span { color: var(--celadon-soft); }
.review.review--feature .avatar { background: rgba(255,255,255,0.14); color: #fff; }
.review.review--feature .stars { color: #F0C868; }
.review .stars { font-size: 0.95rem; align-self: flex-start; }
.review p { margin: var(--sp-3) 0 var(--sp-6); font-size: 0.97rem; line-height: 1.65; color: var(--ink); flex: 1; }
.review footer { display: flex; align-items: center; gap: var(--sp-3); }
.review .avatar {
  width: 42px; height: 42px; flex: none;
  border-radius: 50%;
  display: grid; place-items: center;
  background: var(--blush-bg);
  color: var(--rose);
  font-weight: 800; font-size: 0.85rem;
}
.review .who strong { display: block; font-size: 0.92rem; }
.review .who span { font-size: 0.76rem; color: var(--stone-soft); }

/* ---------- Contact ---------- */
.contact-grid {
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(var(--sp-8), 5vw, var(--sp-16));
  align-items: start;
}
.contact-lines { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-6); }
.contact-line { display: flex; gap: var(--sp-3); align-items: flex-start; }
.contact-line svg { width: 20px; height: 20px; color: var(--jade); flex: none; margin-top: 3px; }
.contact-line .k { display: block; margin-bottom: 2px; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--jade); }
.contact-line .v { display: block; color: var(--ink); font-size: 0.93rem; line-height: 1.55; }
.contact-line a { color: var(--ink); font-weight: 700; text-decoration: none; }
.contact-line a:hover { color: var(--jade); text-decoration: underline; }

.hours {
  margin-top: var(--sp-8);
  padding: var(--sp-5);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.hours .k, .access-card .k { display: flex; align-items: center; gap: var(--sp-2); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--jade); margin-bottom: var(--sp-2); }
.hours-grid div { display: flex; justify-content: space-between; gap: var(--sp-4); padding: 7px 0; border-bottom: 1px solid var(--line); font-size: 0.9rem; }
.hours-grid div:last-child { border-bottom: 0; }
.hours-grid .d { color: var(--stone); }
.hours-grid .h { color: var(--ink); font-weight: 600; font-variant-numeric: tabular-nums; text-align: right; }
.hours-grid .closed .h { color: var(--stone-soft); font-weight: 500; }

.access { margin-top: var(--sp-4); display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-4); }
.access-card { padding: var(--sp-5); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.access-card .k svg { width: 18px; height: 18px; }
.access-card p { font-size: 0.9rem; line-height: 1.55; }

.gallery { margin-top: var(--sp-4); display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-4); }
.gallery figure { border-radius: var(--radius); overflow: hidden; background: var(--white); border: 1px solid var(--line); }
.gallery img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.gallery figcaption { padding: var(--sp-2) var(--sp-4); font-size: 0.8rem; color: var(--stone-soft); }

.booking-card {
  position: relative;
  padding: clamp(var(--sp-6), 4vw, var(--sp-10));
  border-radius: var(--radius-lg);
  background:
    radial-gradient(70% 90% at 100% 0%, rgba(233, 184, 177, 0.28), transparent 60%),
    var(--ink-2);
  color: var(--on-dark-mut);
  overflow: hidden;
}
.booking-card .k { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--celadon); }
.booking-card h3 { color: var(--on-dark); margin: var(--sp-3) 0 var(--sp-3); font-size: clamp(1.4rem, 2.4vw, 1.75rem); }
.booking-card p { font-size: 0.92rem; }
.booking-card strong { color: var(--on-dark); }
.booking-steps { margin: var(--sp-6) 0; display: grid; gap: var(--sp-3); }
.booking-steps li { display: flex; align-items: center; gap: var(--sp-3); font-size: 0.9rem; color: var(--on-dark); }
.booking-steps span { width: 28px; height: 28px; flex: none; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(140, 199, 184, 0.5); color: var(--celadon-soft); font-size: 0.8rem; font-weight: 700; }

/* Formulaire */
.form-card {
  margin-top: var(--sp-5);
  padding: clamp(var(--sp-6), 4vw, var(--sp-8));
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.form-card h3 { margin-bottom: var(--sp-2); }
.form-card > p { font-size: 0.9rem; margin-bottom: var(--sp-6); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-4); }
.field { display: flex; flex-direction: column; gap: 6px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 0.84rem; font-weight: 700; color: var(--ink); }
.field label .req { color: var(--rose); }
.field input, .field textarea {
  width: 100%;
  min-height: 50px;
  padding: 0.8rem 1rem;
  font-size: 1rem;
  background: var(--paper);
  border: 1.5px solid var(--line-strong);
  border-radius: 12px;
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease), background-color 0.2s var(--ease);
}
.field textarea { min-height: 120px; resize: vertical; }
.field input:hover, .field textarea:hover { border-color: var(--jade-line); }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--jade); background: #fff; box-shadow: 0 0 0 4px var(--celadon-tint); }
.field .err { display: none; font-size: 0.8rem; font-weight: 600; color: #A12D2D; }
.field.is-invalid input, .field.is-invalid textarea { border-color: #A12D2D; }
.field.is-invalid .err { display: block; }
.form-actions { margin-top: var(--sp-5); display: flex; flex-wrap: wrap; align-items: center; gap: var(--sp-4); }
.form-hint { font-size: 0.8rem; color: var(--stone-soft); }
.form-status { margin-top: var(--sp-4); font-size: 0.88rem; font-weight: 600; color: var(--jade); }

.map-frame {
  margin-top: clamp(var(--sp-10), 5vw, var(--sp-12));
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  background: var(--mist);
}
.map-frame iframe { width: 100%; height: 380px; border: 0; filter: saturate(0.8) hue-rotate(-8deg); }
.map-actions { margin-top: var(--sp-3); font-size: 0.86rem; font-weight: 600; }

/* ---------- CTA final ---------- */
.cta-band {
  position: relative;
  padding: clamp(var(--sp-10), 6vw, var(--sp-16));
  border-radius: var(--radius-lg);
  background:
    radial-gradient(55% 120% at 100% 0%, rgba(233, 184, 177, 0.4), transparent 60%),
    radial-gradient(50% 100% at 0% 100%, rgba(140, 199, 184, 0.3), transparent 60%),
    var(--jade);
  color: var(--on-dark);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: var(--sp-8);
  overflow: hidden;
}
.cta-band h2 { color: #fff; font-size: clamp(1.8rem, 3.6vw, 2.5rem); max-width: 30rem; }
.cta-band p { color: var(--celadon-soft); margin-top: var(--sp-3); max-width: 30rem; }
.cta-band .actions { display: flex; flex-wrap: wrap; gap: var(--sp-3); }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink-3); color: var(--on-dark-mut); padding-block: var(--sp-16) var(--sp-8); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: var(--sp-12); }
.footer-brand p { margin-top: var(--sp-5); font-size: 0.9rem; max-width: 26rem; }
.footer-brand .footer-fine { margin-top: var(--sp-4); font-size: 0.82rem; color: #9DB5AF; }
.footer-badges { margin-top: var(--sp-5); display: flex; gap: var(--sp-2); flex-wrap: wrap; }
.site-footer .badge { color: var(--on-dark); background: transparent; border-color: rgba(255,255,255,0.25); }
.site-footer a.badge:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.6); color: #fff; }
.footer-col h4 { font-family: var(--font-body); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--celadon); margin-bottom: var(--sp-4); }
.footer-col ul { display: grid; gap: 0; }
.footer-col li { font-size: 0.9rem; padding-block: 2px; }
.footer-col a { display: inline-block; padding-block: 9px; color: var(--on-dark-mut); text-decoration: none; }
.footer-col li:not(:has(a)) { padding-block: 9px; }
.footer-col a:hover { color: #fff; text-decoration: underline; }
.social { margin-top: var(--sp-5); display: flex; gap: var(--sp-2); }
.social a {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.25);
  color: var(--on-dark);
  transition: background-color 0.2s var(--ease), border-color 0.2s var(--ease);
}
.social a:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.6); color: #fff; }
.social svg { width: 18px; height: 18px; }

.legal {
  margin-top: var(--sp-12);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: var(--sp-5);
}
.legal summary {
  cursor: pointer;
  list-style: none;
  display: inline-flex; align-items: center; gap: var(--sp-2);
  min-height: 44px;
  font-size: 0.85rem; font-weight: 700; color: var(--on-dark);
}
.legal summary::-webkit-details-marker { display: none; }
.legal summary svg { width: 16px; height: 16px; transition: transform 0.25s var(--ease); }
.legal[open] summary svg { transform: rotate(180deg); }
.legal-body { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-6); padding: var(--sp-4) 0 var(--sp-2); font-size: 0.84rem; }
.legal-body h5 { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--on-dark); margin-bottom: var(--sp-2); }
.legal-body a { color: var(--on-dark-mut); }

.footer-bottom {
  margin-top: var(--sp-6);
  padding-top: var(--sp-6);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: var(--sp-3);
  font-size: 0.8rem;
  color: #92ABA5;
}

/* ---------- CTA mobile fixe ---------- */
.mobile-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 900;
  display: none;
  gap: var(--sp-2);
  padding: var(--sp-3) var(--sp-4) calc(var(--sp-3) + env(safe-area-inset-bottom));
  background: rgba(251, 247, 242, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
  transform: translateY(110%);
  transition: transform 0.3s var(--ease);
}
.mobile-cta.is-visible { transform: none; }
.mobile-cta .btn--call { flex: none; width: 52px; padding: 0; background: var(--white); border-color: var(--line-strong); color: var(--jade); }

/* ---------- Révélations ---------- */
.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.js .reveal.is-visible { opacity: 1; transform: none; }
.js .reveal[data-delay="1"] { transition-delay: 0.08s; }
.js .reveal[data-delay="2"] { transition-delay: 0.16s; }
.js .reveal[data-delay="3"] { transition-delay: 0.24s; }

/* Entrée du hero */
.js .hero-copy > *, .js .hero-media { animation: rise 0.8s var(--ease) both; }
.js .hero-copy > :nth-child(2) { animation-delay: 0.06s; }
.js .hero-copy > :nth-child(3) { animation-delay: 0.12s; }
.js .hero-copy > :nth-child(4) { animation-delay: 0.18s; }
.js .hero-copy > :nth-child(5) { animation-delay: 0.24s; }
.js .hero-media { animation-delay: 0.1s; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

/* ---------- Responsive ---------- */
@media (max-width: 1180px) {
  :root { --header-h: 70px; }
  .nav {
    position: fixed;
    inset: var(--header-h) 0 auto 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
    padding: var(--sp-2) var(--sp-6) var(--sp-6);
    transform: translateY(-120%);
    visibility: hidden;
    transition: transform 0.32s var(--ease), visibility 0s linear 0.32s;
    max-height: calc(100dvh - var(--header-h));
    overflow-y: auto;
  }
  .nav.is-open { transform: none; visibility: visible; transition: transform 0.32s var(--ease); }
  .nav-list { flex-direction: column; align-items: stretch; gap: 0; }
  .nav-list a { display: block; padding: var(--sp-4) 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .nav-list a::after { display: none; }
  .nav .btn { margin-top: var(--sp-5); min-height: 50px; font-size: 0.95rem; }
  .nav-toggle { display: inline-flex; }
  .site-header:not(.is-scrolled) { background: rgba(251, 247, 242, 0.9); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
  .poles { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1000px) {
  .hero .container { grid-template-columns: 1fr; }
  .hero-media { max-width: 440px; justify-self: start; }
  .info-strip .container { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; }
  .about-media { position: relative; top: 0; max-width: 400px; }
  .acu-grid { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; }
  .split--reverse .split__media { order: -1; }
  .split__media { max-width: 520px; }
  .shop { grid-template-columns: 1fr; }
  .ind-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews { grid-template-columns: 1fr 1fr; }
  .review--feature { grid-column: 1 / -1; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: var(--sp-8); }
  .footer-brand { grid-column: 1 / -1; }
  .legal-body { grid-template-columns: 1fr; }

  .mobile-cta { display: flex; }
  body { padding-bottom: 80px; }
}

@media (max-width: 720px) {
  body { font-size: 1rem; }
  .container { padding-inline: var(--sp-4); }
  .brand-role .sep, .brand-role .role-extra { display: none; }
  .hero-media { padding: 0 var(--sp-4) var(--sp-10) 0; margin-inline: auto; justify-self: center; }
  .hero-seal { width: 96px; height: 96px; right: 0; top: 10%; }
  .hero-seal .num { font-size: 1.9rem; }
  .hero-seal .lbl { font-size: 0.58rem; padding-inline: 10px; }
  .hero-card { left: var(--sp-2); right: var(--sp-2); border-radius: var(--radius); }
  .hero-trust { gap: var(--sp-3); flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .agree-pill { font-size: 0.72rem; }
  .info-strip .container { grid-template-columns: 1fr; gap: var(--sp-5); }
  .values, .nutri-points { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(3) { border-left: 0; }
  .stat:nth-child(n+3) { border-top: 1px solid var(--line); }
  .poles, .methods, .ind-grid, .reviews { grid-template-columns: 1fr; }
  .shop-card { grid-template-columns: 1fr; }
  .shop-card__media { border-right: 0; border-bottom: 1px solid var(--line); }
  .shop-card__media img { max-height: 180px; }
  .split__media::after { inset: 18px -8px -10px 18px; }
  .contact-lines, .access, .form-grid, .gallery { grid-template-columns: 1fr; }
  .hours-grid div { flex-direction: column; gap: 0; }
  .hours-grid .h { text-align: left; }
  .map-frame iframe { height: 300px; }
  .cta-band .actions, .cta-band .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-delay: 0s !important; transition-duration: 0.001ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
