/*
Theme Name: Instant Zen Child
Theme URI: https://instantzen.fr
Description: Child theme for Instant Zen — MAI-inspired smooth-scroll design with Rose/Vert/Crème palette. SEO + Local Business + AI/GEO schema baked in. Editable through Elementor Free.
Author: FrenchIsNow
Author URI: https://instantzen.fr
Template: hello-elementor
Version: 1.0.2
Text Domain: instantzen-child
*/

/* ============================================================
   INSTANT ZEN — DESIGN SYSTEM
   Base: MAI (cream/brown). Extensions: Rose, Vert.
   ============================================================ */

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

:root {
  /* — MAI BASE (beige renforcé) — */
  --cream:        #F7EEDD;
  --cream-warm:   #F2E5CF;
  --card-bg:      #F5F0E4;
  /* "brown" tokens kept for compatibility — remapped to vert-700 (on-palette dark green) */
  --brown:        #5D705B;   /* = --vert-700 */
  --brown-soft:   rgba(93, 112, 91, 0.82);
  --brown-faint:  rgba(93, 112, 91, 0.65);
  /* "gold" override — parent theme defines gold/amber; we remap to palette vert */
  --gold:         #5E979E;   /* remapped to --vert-500 */
  --gold-soft:    rgba(94, 151, 158, 0.35);

  /* Page accent — overridden per-service via body.iz-page-{slug} below. */
  --accent:       #5D705B;   /* default: vert principal */
  --accent-soft:  var(--vert-50);   /* light wash of accent for backgrounds */
}
/* Per-service accent palettes — pages keep editorial variety while
   service-body accents (kickers, checkmarks, FAQ carets, link colors,
   highlight pills) all stay coherent within each page. */
body.iz-page-shiatsu                       { --accent: var(--rose-500); --accent-soft: var(--rose-100); } /* rose */
body.iz-page-qi-gong                       { --accent: var(--vert-700); --accent-soft: var(--vert-100); } /* vert — identité teal */
body.iz-page-massage-aux-huiles            { --accent: var(--vert-700); --accent-soft: var(--vert-100); } /* vert */
body.iz-page-massage-visage-shiatsu-beaute { --accent: var(--rose-500); --accent-soft: var(--rose-100); } /* rose soutenu */
body.iz-page-multi-sessions                { --accent: var(--vert-500); --accent-soft: var(--vert-50); } /* vert */
:root {
  /* (close re-open of :root for the rest of the variable block) */
  --hero-bg:      var(--rose-300);

  /* — INSTANT ZEN EXTENSIONS — */
  /* Rose: feminine warmth, harmonizes with hero peach */
  --rose-50:  #F8ECE8;
  --rose-100: #F2D9D2;
  --rose-300: #E6BDB3;
  --rose-500: #DC8983;   /* primary rose */
  --rose-700: #B86963;
  --rose-ink: #8A4B47;

  /* Vert: zen sage / jade */
  --vert-50:  #EAF2F1;
  --vert-100: #D3E3E1;
  --vert-300: #84A29F;
  --vert-500: #5E979E;   /* primary vert */
  --vert-700: #5D705B;
  --vert-ink: #053E36;

  /* — TYPOGRAPHY — */
  --serif:  'Playfair Display', Georgia, serif;
  --sans:   'DM Sans', system-ui, -apple-system, sans-serif;
  --script: 'Allura', 'Pinyon Script', cursive;

  /* — LAYOUT — */
  --max-w: 1200px;
  --ease:  cubic-bezier(.16, 1, .3, 1);
}

html { font-size: 16px; }
body {
  font-family: var(--sans);
  background: var(--cream);
  color: var(--brown);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; display: block; }

/* ── LOADER ── */
.iz-loader { position: fixed; inset: 0; background: var(--cream); z-index: 9999; transition: opacity 1s var(--ease); pointer-events: none; }
.iz-loader.hide { opacity: 0; }

/* ── SCROLL REVEAL ── */
[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity 0.55s var(--ease), transform 0.65s var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
[data-reveal="delay-1"] { transition-delay: .08s; }
[data-reveal="delay-2"] { transition-delay: .16s; }
[data-reveal="delay-3"] { transition-delay: .24s; }
[data-scale] { scale: 1.08; transition: scale 0.85s var(--ease); will-change: scale, translate; }
[data-scale].is-visible { scale: 1; }
[data-parallax] { will-change: transform; transition: transform .1s linear; }

/* ── NAV (fixed, MAI pill style) ── */
.iz-nav {
  position: fixed; top: 20px; left: 50%;
  transform: translateX(-50%);
  width: min(92%, 1100px);
  z-index: 1000;
  opacity: 0; animation: navIn .9s var(--ease) .6s forwards;
}
@keyframes navIn { from { opacity: 0; transform: translateX(-50%) translateY(-14px); } to { opacity: 1; transform: translateX(-50%) translateY(0); } }
.iz-nav-inner {
  background: var(--cream);
  border-radius: 5px;
  padding: 18px 28px;
  display: flex; align-items: center; justify-content: space-between;
  box-shadow: 0 4px 80px rgba(132, 162, 159, .18);
}
.iz-nav-left { display: flex; align-items: center; gap: 10px; font-size: .85rem; }
.iz-nav-left svg { width: 16px; height: 16px; }
.iz-nav-logo {
  font-family: var(--serif);
  font-size: 1.6rem; font-weight: 600;
  letter-spacing: .04em;
  text-decoration: none;
  color: var(--brown);
}
.iz-nav-logo .accent { color: var(--rose-500); font-style: italic; }
.iz-nav-links { display: flex; gap: 1.4em; list-style: none; font-size: .82rem; }
.iz-nav-links a { text-decoration: none; transition: opacity .3s, color .3s; color: var(--brown); }
.iz-nav-links a:hover { color: var(--rose-500); opacity: .85; }
.iz-nav-cta {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--vert-500); color: var(--cream);
  padding: 8px 16px; border-radius: 50px;
  font-size: .8rem; text-decoration: none;
  transition: background .3s var(--ease);
}
.iz-nav-cta:hover { background: var(--vert-700); }
@media (max-width: 768px) {
  .iz-nav { top: 12px; width: 94%; }
  .iz-nav-inner { padding: 14px 18px; }
  .iz-nav-links { display: none; }
  .iz-nav-left span { display: none; }
}

/* ── HERO ── */
.iz-hero {
  position: relative; width: 100%;
  height: 100vh; min-height: 600px;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  background: var(--hero-bg);
}
.iz-hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; }
.iz-hero::before {
  /* legibility scrim — darker vignette under the title */
  content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 60%, rgba(0,0,0,0.22), transparent 60%),
    linear-gradient(180deg, transparent 55%, rgba(0,0,0,0.20));
}
.iz-hero::after {
  content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.04'/%3E%3C/svg%3E");
  background-repeat: repeat; background-size: 200px;
  mix-blend-mode: soft-light; opacity: .25;
}
.iz-hero-content { position: relative; z-index: 2; text-align: center; color: var(--cream); padding: 0 20px; text-shadow: 0 2px 36px rgba(0,0,0,0.22); }
.iz-hero-title {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.28;
  font-size: clamp(3rem, 7.5vw, 6.5rem);
  margin-bottom: .4em;
}
/* overflow:hidden clips Playfair descenders (g,y,p,j) — padding-bottom
   creates room; negative margin-bottom cancels the added visual space */
.iz-hero-title .line { display: block; overflow: hidden; padding-bottom: 0.22em; margin-bottom: -0.22em; }
.iz-hero-title .line-inner { display: block; transform: translateY(115%); animation: heroSlide 1.3s var(--ease) forwards; }
.iz-hero-title .line:nth-child(1) .line-inner { animation-delay: .8s; }
.iz-hero-title .line:nth-child(2) .line-inner { animation-delay: 1s; }
.iz-hero-title .italic { font-style: italic; }
.iz-hero-subtitle {
  font-family: var(--sans);
  font-size: clamp(.95rem, 1.4vw, 1.15rem);
  font-weight: 300; letter-spacing: .03em;
  opacity: 0; animation: heroFade 1s var(--ease) 1.5s forwards;
  max-width: 560px; margin: 0 auto;
}
@keyframes heroSlide { from { transform: translateY(115%); } to { transform: translateY(0); } }
@keyframes heroFade  { from { opacity: 0; transform: translateY(18px); } to { opacity: .92; transform: translateY(0); } }
.iz-hero-scroll {
  position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
  z-index: 3; opacity: 0; animation: heroFade 1s var(--ease) 2.2s forwards;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.iz-hero-scroll::before {
  /* Blinking dot — soft pulse like a heartbeat */
  content: '';
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--cream);
  box-shadow: 0 0 14px rgba(247, 238, 221, .55);
  animation: dotBlink 1.8s ease-in-out infinite;
}
.iz-hero-scroll .scroll-line { width: 1px; height: 44px; background: rgba(247,238,221,.35); margin: 0 auto; position: relative; overflow: hidden; }
.iz-hero-scroll .scroll-line::after { content: ''; position: absolute; top: -100%; left: 0; width: 100%; height: 100%; background: var(--cream); animation: scrollPulse 2.2s ease-in-out infinite; }
@keyframes scrollPulse { 0% { top: -100%; } 50% { top: 100%; } 100% { top: 100%; } }
@keyframes dotBlink {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: .25; transform: scale(.65); }
}

/* ── STATEMENT ── */
.iz-statement {
  position: relative;
  padding: clamp(80px, 15vw, 280px) 0;
  text-align: center;
  background: linear-gradient(to bottom, var(--hero-bg) 0%, var(--cream) 100%);
}
.iz-statement p {
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2.3vw, 1.9rem);
  font-weight: 400; line-height: 1.5;
  max-width: 720px; margin: 0 auto;
  padding: 0 24px;
}

/* ── CARDS ── */
.iz-card-section { max-width: var(--max-w); margin: 0 auto 40px; padding: 0 20px; }
.iz-card {
  background: var(--card-bg);
  border-radius: 8px; overflow: hidden;
  padding: clamp(24px, 4vw, 60px);
  display: flex; align-items: center;
  gap: clamp(24px, 4vw, 60px);
}
.iz-card.reverse { flex-direction: row-reverse; }
.iz-card.theme-rose { background: linear-gradient(135deg, var(--rose-50), var(--rose-100)); }
.iz-card.theme-vert { background: linear-gradient(135deg, var(--vert-50), var(--vert-100)); }
.iz-card-img {
  flex: 0 0 45%;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  overflow: hidden;
  background: transparent;  /* lets the card's gradient show during reveal/load — no beige flash */
}
.iz-card-img-inner { width: 100%; height: 100%; display: block; }
.iz-card-img-inner img { width: 100%; height: 100%; object-fit: cover; display: block; }
.iz-card-text { flex: 1; }
.iz-card-text h2 {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  font-weight: 400;
  margin-bottom: .6em;
  color: var(--brown);
}
.iz-card-text p {
  font-family: var(--sans);
  font-size: clamp(.9rem, 1.05vw, 1rem);
  line-height: 1.7;
  color: var(--brown-soft);
  margin-bottom: 1em;
}
.iz-card-text p:last-child { margin-bottom: 0; }
.iz-text-link {
  display: inline-flex; align-items: center; gap: .3em;
  font-family: var(--sans); font-size: .88rem; font-weight: 500;
  color: var(--accent); text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: .05em;
  transition: opacity .25s, gap .25s;
}
.iz-text-link:hover { opacity: .72; gap: .5em; }
@media (max-width: 768px) {
  .iz-card, .iz-card.reverse { flex-direction: column; padding: 22px; }
  .iz-card-img { flex: none; width: 100%; }
}

/* ── MODELS / SOINS GRID ── */
.iz-models { text-align: center; padding: clamp(80px, 12vw, 190px) 20px; }
.iz-models h2 {
  font-family: var(--serif);
  font-size: clamp(1.9rem, 3.5vw, 3rem);
  font-weight: 400;
  margin-bottom: clamp(30px, 4vw, 50px);
  color: var(--brown);
}
.iz-models-grid {
  max-width: var(--max-w);
  margin: 0 auto clamp(40px, 5vw, 80px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 2vw, 26px);
}
.iz-model-card {
  border-radius: 10px;
  padding: clamp(20px, 2vw, 30px);
  display: flex; align-items: center;
  gap: clamp(14px, 1.5vw, 20px);
  color: var(--cream); text-align: left;
  cursor: pointer;
  transition: filter .4s var(--ease), transform .4s var(--ease);
  text-decoration: none;
}
.iz-model-card:hover { filter: brightness(.9); transform: translateY(-2px); }
/* Original MAI 4 colors kept for design coherence */
.iz-model-card.c1 { background: var(--rose-700); }   /* Shiatsu — rose deep */
.iz-model-card.c2 { background: var(--vert-700); }   /* Qi Gong — vert deep */
.iz-model-card.c3 { background: var(--gold); }       /* Massages — or */
.iz-model-card.c4 { background: var(--brown); }      /* Beauté — brown */
.iz-model-icon {
  width: clamp(48px, 5vw, 70px); height: clamp(48px, 5vw, 70px);
  border-radius: 10px;
  background: rgba(255,255,255,.12);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.iz-model-icon svg { width: 50%; height: 50%; stroke: var(--cream); fill: none; }

/* Photo thumbnails inside the soin cards */
.iz-model-img {
  width: clamp(82px, 9vw, 110px);
  height: clamp(82px, 9vw, 110px);
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  background: rgba(0,0,0,0.15);
  isolation: isolate;
}
.iz-model-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.97) saturate(1.05);
  transition: transform 0.7s var(--ease), filter 0.5s var(--ease);
}
.iz-model-card:hover .iz-model-img img { transform: scale(1.08); filter: brightness(1.05) saturate(1.15); }
.iz-model-link { text-decoration: underline; }
.iz-model-info h3 {
  font-family: var(--sans);
  font-size: clamp(.95rem, 1.1vw, 1.05rem);
  font-weight: 500;
  margin-bottom: .3em;
}
.iz-model-info p { font-size: clamp(.78rem, .88vw, .85rem); line-height: 1.55; opacity: .8; }
.iz-model-info a { text-decoration: underline; opacity: 1; }
@media (max-width: 768px) { .iz-models-grid { grid-template-columns: 1fr; } }

/* ── BUTTONS ── */
.iz-btn {
  display: inline-flex; align-items: center;
  gap: 8px;
  background: var(--brown); color: var(--cream);
  border: none;
  padding: 14px 28px;
  border-radius: 50px;
  font-family: var(--sans);
  font-size: .95rem;
  cursor: pointer;
  text-decoration: none;
  transition: all .35s var(--ease);
}
.iz-btn:hover { opacity: .9; transform: translateY(-2px); }
.iz-btn .arrow {
  display: flex; align-items: center; justify-content: center;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(247,238,221,.15);
}
.iz-btn.rose  { background: var(--rose-500); }
.iz-btn.rose:hover  { background: var(--rose-700); }
.iz-btn.vert  { background: var(--vert-500); }
.iz-btn.vert:hover  { background: var(--vert-700); }
.iz-btn.gold  { background: var(--gold); }

/* ── PRODUCTS / TABS (massages, programmes…) ── */
.iz-products { text-align: center; padding: clamp(60px, 10vw, 120px) 20px clamp(80px, 14vw, 230px); }
.iz-products h2 {
  font-family: var(--serif);
  font-size: clamp(2rem, 4.5vw, 4rem);
  font-weight: 400;
  margin-bottom: .5em;
  line-height: 1.1;
  color: var(--brown);
}
.iz-products > p {
  max-width: 660px; margin: 0 auto clamp(30px, 5vw, 76px);
  font-size: clamp(.88rem, 1vw, .98rem);
  line-height: 1.7;
  color: var(--brown-faint);
}
.iz-tab-bar {
  display: inline-flex; padding: 10px;
  background: var(--cream-warm);
  border-radius: 80px;
  margin-bottom: clamp(40px, 5vw, 70px);
  flex-wrap: wrap;
}
.iz-tab-btn {
  padding: 12px clamp(20px, 3vw, 40px);
  border: none;
  border-radius: 80px;
  background: transparent;
  font-family: var(--sans);
  font-size: clamp(.8rem, .95vw, .92rem);
  cursor: pointer;
  transition: all .35s var(--ease);
  color: var(--brown);
}
.iz-tab-btn.active { background: var(--cream); color: var(--accent); font-weight: 500; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.iz-tab-content { max-width: 820px; margin: 0 auto; position: relative; overflow: hidden; }
.iz-tab-panel { display: none; animation: tabIn .6s var(--ease); }
.iz-tab-panel.active { display: block; }
@keyframes tabIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.iz-tab-img {
  width: 100%; aspect-ratio: 16/9;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: clamp(24px, 4vw, 50px);
  position: relative;
  background: var(--card-bg); /* fallback while image loads */
  isolation: isolate;
}
.iz-tab-img > img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
  filter: brightness(0.92) saturate(1.05);
}
.iz-tab-img::after {
  content: ''; position: absolute; inset: 0; z-index: 1;
  pointer-events: none;
  /* per-tab tint overlay applied via tinted gradient stops below */
  background:
    radial-gradient(ellipse at 50% 60%, rgba(0,0,0,0.20), transparent 65%),
    linear-gradient(180deg, transparent 35%, rgba(0,0,0,0.45));
  mix-blend-mode: normal;
}
.iz-tab-img-inner {
  position: relative; z-index: 2;
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3.5vw, 3rem);
  color: var(--cream); font-weight: 500;
  text-shadow: 0 2px 30px rgba(0,0,0,.4);
  letter-spacing: 0.005em;
  text-align: center;
  padding: 0 1em;
}
/* Per-tab color washes — sit over the image as a tint */
.iz-tab-img.rose::after  { background: linear-gradient(135deg, rgba(220,137,131,0.40), rgba(138,75,71,0.55)), linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.35)); }
.iz-tab-img.vert::after  { background: linear-gradient(135deg, rgba(132,162,159,0.40), rgba(93,112,91,0.55)), linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.35)); }
.iz-tab-img.gold::after  { background: linear-gradient(135deg, rgba(94,151,158,0.40), rgba(93,112,91,0.55)), linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.35)); }
.iz-tab-img.peach::after { background: linear-gradient(135deg, rgba(230,189,179,0.35), rgba(138,75,71,0.50)), linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.35)); }
/* Gentle hover zoom */
.iz-tab-panel.active .iz-tab-img > img { transition: transform 6s var(--ease); transform: scale(1.02); }
.iz-tab-panel p { font-size: clamp(.88rem, 1vw, .98rem); line-height: 1.7; color: var(--brown-soft); }

/* ── ATELIERS VUE ── */
.iz-ateliers {
  position: relative;
  padding: clamp(80px, 12vw, 160px) 20px;
  background:
    radial-gradient(ellipse at 88% 15%, rgba(180, 165, 210, 0.20) 0%, transparent 50%),
    radial-gradient(ellipse at 12% 85%, rgba(132, 162, 159, 0.17) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 50%, rgba(230, 189, 179, 0.10) 0%, transparent 70%),
    var(--cream);
  overflow: hidden;
}
.iz-ateliers-deco {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.iz-ateliers-deco--tr {
  top: -30px; right: -50px;
  width: clamp(200px, 28vw, 380px);
  color: #8B7DB0;
  opacity: .16;
}
.iz-ateliers-deco--bl {
  bottom: -20px; left: -40px;
  width: clamp(180px, 24vw, 320px);
  color: var(--vert-500);
  opacity: .13;
  transform: rotate(-15deg);
}
.iz-ateliers-inner {
  max-width: 960px;
  margin: 0 auto;
  position: relative; z-index: 1;
}
.iz-ateliers-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto clamp(50px, 8vw, 88px);
}
.iz-ateliers-kicker {
  font-family: var(--sans);
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #7B6FA0;
  display: block;
  margin-bottom: 1.1em;
}
.iz-ateliers-head h2 {
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 400;
  line-height: 1.18;
  color: #1B2B4A;
  margin-bottom: .7em;
}
.iz-ateliers-intro {
  font-family: var(--sans);
  font-size: clamp(.9rem, 1.05vw, 1.05rem);
  line-height: 1.78;
  color: var(--brown-soft);
}
.iz-ateliers-intro strong { color: var(--vert-700); font-weight: 500; }
.iz-ateliers-dates {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 2vw, 22px);
  margin-bottom: clamp(16px, 2vw, 22px);
}
.iz-atelier-date {
  border-radius: 18px;
  padding: clamp(28px, 4vw, 48px) clamp(18px, 2vw, 28px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  position: relative;
  overflow: hidden;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.iz-atelier-date:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(0,0,0,.10); }
.iz-atelier-date::before {
  content: '';
  position: absolute;
  inset: -20% -20%;
  border-radius: 40%;
  pointer-events: none;
  opacity: .4;
}
.iz-atelier-date--sage {
  background: linear-gradient(150deg, #EAF2F1 0%, #D0E3E0 100%);
  border: 1px solid rgba(94, 151, 158, 0.22);
}
.iz-atelier-date--sage::before { background: radial-gradient(ellipse, rgba(94,151,158,.35), transparent 65%); }
.iz-atelier-date--lavande {
  background: linear-gradient(150deg, #EDE9F5 0%, #D8CFEC 100%);
  border: 1px solid rgba(139, 125, 176, 0.22);
}
.iz-atelier-date--lavande::before { background: radial-gradient(ellipse, rgba(180,165,210,.35), transparent 65%); }
.iz-atelier-date--terra {
  background: linear-gradient(150deg, #F8ECE8 0%, #EED8D0 100%);
  border: 1px solid rgba(220, 137, 131, 0.22);
}
.iz-atelier-date--terra::before { background: radial-gradient(ellipse, rgba(220,137,131,.30), transparent 65%); }
.iz-atelier-date-day {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.15;
  position: relative;
}
.iz-atelier-date--sage    .iz-atelier-date-day { color: var(--vert-700); }
.iz-atelier-date--lavande .iz-atelier-date-day { color: #6A5BA0; }
.iz-atelier-date--terra   .iz-atelier-date-day { color: var(--rose-700); }
.iz-atelier-date-heure {
  margin-top: 14px;
  padding: 6px 14px;
  border-radius: 50px;
  font-family: var(--sans);
  font-size: .76rem;
  font-weight: 500;
  letter-spacing: .05em;
  position: relative;
}
.iz-atelier-date--sage    .iz-atelier-date-heure { background: rgba(94,151,158,.18); color: var(--vert-700); }
.iz-atelier-date--lavande .iz-atelier-date-heure { background: rgba(139,125,176,.18); color: #6A5BA0; }
.iz-atelier-date--terra   .iz-atelier-date-heure { background: rgba(184,105,99,.14); color: var(--rose-700); }
.iz-ateliers-dates-note {
  text-align: center;
  font-family: var(--sans);
  font-size: .8rem;
  font-style: italic;
  color: var(--brown-faint);
  margin-bottom: clamp(48px, 7vw, 80px);
}
.iz-ateliers-infos {
  display: flex;
  align-items: stretch;
  gap: clamp(20px, 3vw, 36px);
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(132, 162, 159, 0.14);
  border-radius: 20px;
  padding: clamp(28px, 4vw, 48px) clamp(24px, 4vw, 52px);
  backdrop-filter: blur(6px);
  margin-bottom: clamp(48px, 7vw, 76px);
  flex-wrap: wrap;
  justify-content: center;
}
.iz-atelier-info {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  flex: 1;
  min-width: 200px;
}
.iz-atelier-info-divider {
  width: 1px;
  background: rgba(132, 162, 159, 0.15);
  align-self: stretch;
  flex-shrink: 0;
}
.iz-atelier-info-icon {
  width: 42px; height: 42px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.iz-atelier-info-icon--sage    { background: rgba(94, 151, 158, 0.12); color: var(--vert-500); }
.iz-atelier-info-icon--lavande { background: rgba(139, 125, 176, 0.12); color: #7B6FA0; }
.iz-atelier-info-label {
  font-family: var(--sans);
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #7B6FA0;
  display: block;
  margin-bottom: 5px;
}
.iz-atelier-info p {
  font-family: var(--sans);
  font-size: clamp(.85rem, .95vw, .95rem);
  line-height: 1.58;
  color: var(--brown);
  margin: 0;
}
.iz-atelier-info p strong { font-weight: 600; }
.iz-atelier-info p em { font-style: italic; font-size: .88em; color: var(--brown-faint); }
.iz-ateliers-cta { text-align: center; }
@media (max-width: 768px) {
  .iz-ateliers-dates { grid-template-columns: 1fr; max-width: 340px; margin-left: auto; margin-right: auto; }
  .iz-ateliers-infos { flex-direction: column; gap: 24px; padding: 28px 20px; }
  .iz-atelier-info-divider { display: none; }
  .iz-atelier-info { min-width: unset; }
}

/* ── PAGE AVIS GOOGLE ── */
.iz-avis-hero {
  background: var(--cream);
  padding: clamp(100px, 14vw, 160px) 20px clamp(60px, 8vw, 100px);
  text-align: center;
}
.iz-avis-hero-inner {
  max-width: 680px;
  margin: 0 auto;
}
.iz-avis-kicker {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1rem;
  color: var(--vert-600);
  letter-spacing: .04em;
  margin-bottom: 12px;
}
.iz-avis-hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-family: var(--serif);
  font-weight: 400;
  color: var(--brown);
  margin-bottom: 32px;
}
.iz-avis-score {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.07);
  border-radius: 16px;
  padding: 16px 28px;
  box-shadow: 0 4px 24px rgba(0,0,0,.06);
}
.iz-avis-score-num {
  font-family: var(--serif);
  font-size: 3rem;
  font-weight: 400;
  color: var(--brown);
  line-height: 1;
}
.iz-avis-score-right { text-align: left; }
.iz-avis-stars { display: flex; gap: 3px; color: #e8a000; margin-bottom: 4px; }
.iz-avis-score-label { font-size: .85rem; color: var(--brown-light); }

.iz-avis-section { background: var(--cream); padding: clamp(60px, 8vw, 100px) 20px clamp(80px, 10vw, 140px); }
.iz-avis-inner { max-width: 1160px; margin: 0 auto; }

.iz-avis-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
  margin-bottom: 64px;
}
.iz-avis-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 16px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 2px 16px rgba(0,0,0,.05);
  transition: box-shadow .3s var(--ease), transform .3s var(--ease);
}
.iz-avis-card:hover { box-shadow: 0 6px 32px rgba(0,0,0,.1); transform: translateY(-2px); }
.iz-avis-card-stars { display: flex; gap: 3px; color: #e8a000; }
.iz-avis-card-text {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--brown);
  line-height: 1.65;
  flex: 1;
  margin: 0;
}
.iz-avis-card-footer { display: flex; flex-direction: column; gap: 3px; }
.iz-avis-card-author { font-weight: 600; font-size: .9rem; color: var(--brown); }
.iz-avis-card-date { font-size: .8rem; color: var(--brown-light); }

.iz-avis-empty { text-align: center; padding: 60px 20px; color: var(--brown-light); }

.iz-avis-cta-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-top: 48px;
  border-top: 1px solid rgba(0,0,0,.07);
}
.iz-avis-cta-text { width: 100%; text-align: center; font-family: var(--serif); font-style: italic; font-size: 1.1rem; color: var(--brown-light); }

/* Variante en haut du hero (après la note) : pas de trait de séparation */
.iz-avis-cta-top { margin-top: 36px; padding-top: 0; border-top: 0; }

@media (max-width: 600px) {
  .iz-avis-grid { grid-template-columns: 1fr; }
  .iz-avis-score { flex-direction: column; text-align: center; }
  .iz-avis-score-right { text-align: center; }
}

/* ── CEO QUOTE / PRACTITIONER ── */
.iz-ceo {
  background: linear-gradient(to bottom right, var(--rose-300), var(--hero-bg));
  position: relative; overflow: hidden;
}
.iz-ceo::after {
  content: ''; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.04'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light; opacity: .15; pointer-events: none;
}
.iz-ceo-inner {
  max-width: 820px; margin: 0 auto;
  position: relative; z-index: 1;
  display: flex; align-items: center;
  justify-content: center;
}
.iz-ceo-img { display: none; }
.iz-ceo-text {
  width: 100%;
  padding: clamp(60px, 8vw, 100px) clamp(24px, 5vw, 60px);
  text-align: center;
}
.iz-ceo-text blockquote {
  font-family: var(--serif);
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
  line-height: 1.6;
  margin-bottom: clamp(30px, 4vw, 56px);
  color: var(--brown);
}
.iz-ceo-text .sig {
  font-family: 'Brush Script MT', 'Segoe Script', cursive;
  font-size: clamp(2rem, 3vw, 2.8rem);
  margin-bottom: 10px;
  color: var(--rose-700); opacity: .8;
}
.iz-ceo-text .name {
  font-family: var(--sans);
  font-size: .85rem;
  color: var(--brown-faint);
  letter-spacing: .02em;
}
@media (max-width: 768px) {
  .iz-ceo-text { padding: 40px 24px; }
}

/* ── JOIN / CTA ── */
.iz-join {
  background: var(--cream-warm);
  padding: clamp(60px, 6vw, 80px) 20px;
}
.iz-join-inner {
  max-width: 620px;
  margin: 0 auto 0 clamp(40px, 15vw, 260px);
}
.iz-join h2 {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 400;
  margin-bottom: clamp(30px, 4vw, 57px);
  color: var(--brown);
}
.iz-join p {
  font-size: clamp(.9rem, 1vw, 1rem);
  line-height: 1.7;
  color: var(--brown-soft);
  margin-bottom: clamp(20px, 3vw, 30px);
}
@media (max-width: 768px) { .iz-join-inner { margin-left: 20px; } }

/* ── FOOTER ── */
.iz-footer {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: clamp(60px, 8vw, 105px) 20px clamp(20px, 2vw, 27px);
  display: flex; flex-wrap: wrap;
  gap: clamp(20px, 3vw, 40px);
  font-size: .82rem;
  line-height: 1.7;
  color: var(--brown-faint);
}
.iz-footer a { text-decoration: none; transition: opacity .3s, color .3s; }
.iz-footer a:hover { color: var(--rose-500); }
.iz-footer .f-logo { flex: 0 0 200px; }
.iz-footer .f-logo .brand {
  font-family: var(--serif);
  font-size: 1.6rem;
  color: var(--brown);
  margin-bottom: .3em;
  display: block;
}
.iz-footer .f-logo .brand .accent { color: var(--rose-500); font-style: italic; }
.iz-footer .f-logo p { font-size: .78rem; color: var(--brown-faint); }
.iz-footer .f-col { flex: 1; min-width: 140px; }
.iz-footer .f-col h4 { font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 10px; color: var(--brown); }
.iz-footer .f-col ul { list-style: none; }
.iz-footer .f-col li { margin-bottom: 4px; }
.iz-footer .f-copy {
  width: 100%;
  margin-top: clamp(30px, 4vw, 60px);
  font-size: .72rem;
  border-top: 1px solid rgba(132, 162, 159,.08);
  padding-top: 20px;
}
@media (max-width: 768px) {
  .iz-footer { flex-direction: column; gap: 24px; }
  .iz-footer .f-logo { flex: none; }
}

/* ── ELEMENTOR OVERRIDES ──
   Map Elementor's default classes onto our design system.
   When user edits in Elementor, classes written in widgets above auto-style.
*/
.elementor-widget-heading h1.elementor-heading-title,
.elementor-widget-heading h2.elementor-heading-title,
.elementor-widget-heading h3.elementor-heading-title { font-family: var(--serif); color: var(--brown); font-weight: 400; }

.elementor-widget-text-editor { font-family: var(--sans); color: var(--brown-soft); line-height: 1.7; }

.elementor-widget-button .elementor-button {
  font-family: var(--sans);
  border-radius: 50px;
  padding: 14px 28px;
  background: var(--brown);
  color: var(--cream);
  transition: all .35s var(--ease);
}
.elementor-widget-button .elementor-button:hover { opacity: .9; transform: translateY(-2px); }

/* Elementor section presets via custom CSS class */
.iz-section-cream  { background: var(--cream); }
.iz-section-rose   { background: linear-gradient(135deg, var(--rose-50), var(--rose-100)); }
.iz-section-vert   { background: linear-gradient(135deg, var(--vert-50), var(--vert-100)); }
.iz-section-warm   { background: var(--cream-warm); }
.iz-section-peach  { background: var(--hero-bg); }

/* ── SR-ONLY ── */
.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; }

/* ── PRINT ── */
@media print {
  .iz-nav, .iz-loader, .iz-hero-canvas, .iz-hero-scroll { display: none !important; }
  body { background: white; color: black; }
}

/* ============================================================
   SERVICE PAGES — sales funnel sections
   ============================================================ */

.iz-svc-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 20px; }
.iz-svc-inner-narrow { max-width: 800px; }

/* HERO (per service, with palette tint) */
.iz-svc-hero {
  position: relative; width: 100%;
  min-height: 88vh;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  padding: 100px 20px 80px;
  text-align: center;
}
/* Darker, editorial gradients — cream text now hits WCAG AA contrast */
.iz-svc-palette-rose { background: linear-gradient(160deg, var(--rose-500) 0%, var(--rose-300) 55%, var(--rose-500) 100%); }
.iz-svc-palette-vert { background: linear-gradient(160deg, var(--vert-300) 0%, var(--vert-700) 55%, var(--vert-ink) 100%); }
.iz-svc-palette-gold { background: linear-gradient(160deg, var(--vert-300) 0%, var(--vert-700) 55%, var(--vert-ink) 100%); }
.iz-svc-hero::before {
  /* darkening scrim from bottom for CTA legibility */
  content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 75%, rgba(0,0,0,0.18), transparent 65%),
    linear-gradient(180deg, transparent 55%, rgba(0,0,0,0.20));
}
.iz-svc-hero::after {
  content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.05'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light; opacity: .3;
}
.iz-svc-hero-content { position: relative; z-index: 2; max-width: 820px; color: var(--cream); text-shadow: 0 2px 30px rgba(0,0,0,0.18); }
.iz-svc-palette-rose .iz-svc-hero-content,
.iz-svc-palette-vert .iz-svc-hero-content,
.iz-svc-palette-gold .iz-svc-hero-content { color: var(--cream); }
.iz-svc-kicker {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: .78rem;
  margin-bottom: 1.6em;
  opacity: .85;
}
.iz-svc-hero .iz-hero-title { font-size: clamp(2.6rem, 6.5vw, 5.5rem); margin-bottom: .35em; }
.iz-svc-hero .iz-hero-subtitle { max-width: 600px; margin: 0 auto 2em; }
.iz-svc-hero-cta { margin-top: 1em; opacity: 0; animation: heroFade 1s var(--ease) 1.8s forwards; }
.iz-svc-hero-promise {
  display: inline-block;
  margin: 0 0 1.4em;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: .84rem;
  letter-spacing: .03em;
  font-weight: 500;
  background: rgba(247, 238, 221, .2);
  border: 1px solid rgba(247, 238, 221, .35);
}
.iz-svc-hero-photo {
  width: 118px;
  height: 118px;
  margin: 0 auto 1.2em;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(247, 238, 221, .7);
  box-shadow: 0 8px 24px rgba(0,0,0,.2);
}
.iz-svc-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Home manifesto block */
.iz-manifesto {
  padding: clamp(70px, 9vw, 130px) 20px;
  background: linear-gradient(135deg, var(--vert-50), var(--cream));
}
.iz-manifesto-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 460px) 1fr;
  gap: clamp(24px, 4vw, 60px);
  align-items: center;
}
.iz-manifesto-photo {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(5,62,54,.12);
}
.iz-manifesto-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 460px;
}
.iz-manifesto-content h2 {
  font-family: var(--serif);
  font-size: clamp(1.9rem, 3.3vw, 2.8rem);
  font-weight: 400;
  line-height: 1.18;
  margin-bottom: .6em;
  color: var(--vert-ink);
}
.iz-manifesto-content p {
  color: var(--brown-soft);
  line-height: 1.7;
  margin-bottom: 1em;
}
.iz-manifesto-list {
  list-style: none;
  display: grid;
  gap: 12px;
  margin-top: 14px;
}
.iz-manifesto-list li {
  background: var(--cream-warm);
  border-left: 3px solid var(--vert-500);
  border-radius: 8px;
  padding: 12px 14px;
  color: var(--brown);
  line-height: 1.55;
}
@media (max-width: 860px) {
  .iz-manifesto-inner { grid-template-columns: 1fr; }
  .iz-manifesto-photo { max-width: 420px; margin: 0 auto; }
}

/* PROBLEM */
.iz-svc-problem { padding: clamp(80px, 10vw, 140px) 0 clamp(60px, 8vw, 100px); text-align: center; }
.iz-svc-problem h2 {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 400; margin-bottom: clamp(30px, 4vw, 50px);
  color: var(--brown);
}
.iz-svc-pain-list {
  list-style: none;
  max-width: 720px; margin: 0 auto;
  display: grid; gap: 14px;
}
.iz-svc-pain-list li {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 18px 24px;
  background: var(--card-bg); border-radius: 10px;
  text-align: left;
  font-size: clamp(.95rem, 1.05vw, 1.05rem);
  line-height: 1.55;
  color: var(--brown);
}
.iz-svc-pain-list .check { flex-shrink: 0; color: var(--accent); margin-top: 2px; }

/* SOLUTION */
.iz-svc-solution { padding: clamp(80px, 12vw, 160px) 0; }
.iz-svc-solution h2 {
  font-family: var(--serif);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 400; margin-bottom: .6em;
  text-align: center;
  color: var(--brown);
}
.iz-svc-lede {
  max-width: 760px; margin: 0 auto;
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.4vw, 1.3rem);
  line-height: 1.6;
  text-align: center;
  color: var(--brown);
}

/* PROCESS — 3 steps */
.iz-svc-process { padding: clamp(80px, 10vw, 140px) 0; text-align: center; }
.iz-svc-process h2 {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 400; margin-bottom: clamp(40px, 5vw, 70px);
  color: var(--brown);
}
.iz-svc-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(20px, 3vw, 40px);
  max-width: 1100px; margin: 0 auto;
}
.iz-svc-step {
  background: var(--card-bg);
  padding: clamp(28px, 3vw, 40px);
  border-radius: 12px;
  text-align: left;
}
.iz-svc-step-num {
  font-family: var(--serif);
  font-size: 2.4rem;
  color: var(--accent);
  margin-bottom: .3em;
  font-weight: 500;
}
.iz-svc-step h3 {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: .6em;
  color: var(--brown);
}
.iz-svc-step p {
  font-size: .95rem;
  line-height: 1.65;
  color: var(--brown-soft);
}

/* BENEFITS grid */
.iz-svc-benefits { padding: clamp(80px, 10vw, 140px) 0; background: var(--cream-warm); text-align: center; }
.iz-svc-benefits h2 {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 400; margin-bottom: clamp(40px, 5vw, 70px);
  color: var(--brown);
}
.iz-svc-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(20px, 2.5vw, 32px);
  max-width: 1100px; margin: 0 auto;
}
.iz-svc-benefit {
  background: var(--cream);
  padding: clamp(24px, 3vw, 36px);
  border-radius: 12px;
  text-align: left;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.iz-svc-benefit:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(132, 162, 159,.08); }
.iz-svc-benefit-icon {
  width: 56px; height: 56px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  background: var(--accent-soft);
  color: var(--accent);
  margin-bottom: 1em;
}
.iz-svc-benefit h3 {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 500;
  margin-bottom: .4em;
  color: var(--brown);
}
.iz-svc-benefit p {
  font-size: .92rem;
  line-height: 1.55;
  color: var(--brown-soft);
}

/* ABOUT AMANDINE (portrait block on all service pages) */
.iz-svc-about-prac { padding: clamp(80px, 10vw, 130px) 0; background: var(--cream-warm); }
.iz-svc-about-prac-grid {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}
.iz-svc-about-prac-fig {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 3/4;
  box-shadow: 0 12px 48px rgba(0,0,0,.12);
}
.iz-svc-about-prac-fig img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: top center;
  display: block;
}
.iz-svc-about-prac-name {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 400;
  color: var(--brown);
  margin: 0 0 .25em;
  line-height: 1.15;
}
.iz-svc-about-prac-role {
  font-family: var(--sans);
  font-size: .9rem;
  color: var(--brown-soft);
  margin: 0 0 1.4em;
  opacity: .85;
}
.iz-svc-about-prac-bio { margin-bottom: 1.4em; }
.iz-svc-about-prac-bio p { margin: 0 0 .9em; line-height: 1.7; }
.iz-svc-about-prac-bio strong { color: var(--brown); }
.iz-svc-about-prac-creds {
  list-style: none;
  margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: .5em;
}
.iz-svc-about-prac-creds li {
  font-size: .88rem;
  padding-left: 1.4em;
  position: relative;
  color: var(--brown-soft);
}
.iz-svc-about-prac-creds li::before {
  content: '✓';
  position: absolute; left: 0;
  color: var(--accent);
  font-weight: 700;
}
@media (max-width: 720px) {
  .iz-svc-about-prac-grid {
    grid-template-columns: 1fr;
  }
  .iz-svc-about-prac-fig {
    max-width: 280px;
    margin: 0 auto;
    aspect-ratio: 1/1;
  }
}

/* PRICING */
.iz-svc-pricing { padding: clamp(80px, 10vw, 140px) 0; text-align: center; }
.iz-svc-pricing h2 {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 400; margin-bottom: clamp(40px, 5vw, 70px);
  color: var(--brown);
}
.iz-svc-pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(20px, 2.5vw, 30px);
  max-width: 1100px; margin: 0 auto;
}
.iz-svc-pricing-grid[data-cols="1"] { grid-template-columns: 1fr; max-width: 500px; }
.iz-svc-pricing-grid[data-cols="2"] { grid-template-columns: repeat(2, 1fr); max-width: 750px; }
.iz-svc-price {
  background: var(--cream);
  border: 1px solid rgba(132, 162, 159,.08);
  border-radius: 14px;
  padding: clamp(28px, 3vw, 40px) clamp(24px, 2.5vw, 32px);
  text-align: center;
  position: relative;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.iz-svc-price:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(132, 162, 159,.1); }
.iz-svc-price.highlight {
  background: linear-gradient(160deg, var(--cream), var(--accent-soft));
  border-color: var(--accent);
}
.iz-svc-price-tag {
  display: inline-block;
  background: var(--accent);
  color: var(--cream);
  padding: 4px 16px;
  font-size: .68rem;
  border-radius: 50px;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 14px;
  align-self: flex-start;
}
.iz-svc-price h3 {
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: .8em;
  color: var(--brown);
}
.iz-svc-price-amount {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 3.5vw, 3rem);
  font-weight: 500;
  color: var(--brown);
  margin-bottom: .4em;
  line-height: 1;
}
.iz-svc-price p {
  font-size: .9rem;
  line-height: 1.55;
  color: var(--brown-soft);
  margin-bottom: 1.5em;
  min-height: 3em;
}

/* TRUST (mutuelles + disclaimer) */
.iz-svc-trust { padding: clamp(60px, 8vw, 100px) 0; background: var(--card-bg); }
.iz-svc-trust-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(20px, 3vw, 40px);
  max-width: 1000px; margin: 0 auto;
}
.iz-svc-trust-card {
  background: var(--cream);
  padding: clamp(24px, 3vw, 36px);
  border-radius: 12px;
}
.iz-svc-trust-card h3 {
  font-family: var(--sans);
  font-size: 1.05rem;
  font-weight: 500;
  margin-bottom: .8em;
  color: var(--brown);
}
.iz-svc-trust-card p {
  font-size: .9rem;
  line-height: 1.65;
  color: var(--brown-soft);
}
.iz-svc-trust-card a { color: var(--accent); text-decoration: underline; }

/* FAQ */
.iz-svc-faq { padding: clamp(80px, 10vw, 140px) 0; background: var(--cream); }
.iz-svc-faq h2 {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 400;
  text-align: center;
  margin-bottom: clamp(40px, 5vw, 60px);
  color: var(--brown);
}
.iz-svc-faq-list { display: grid; gap: 12px; }
.iz-svc-faq-item {
  background: var(--card-bg);
  border-radius: 10px;
  overflow: hidden;
  transition: background .3s;
}
.iz-svc-faq-item[open] { background: var(--rose-50); }
.iz-svc-faq-item summary {
  padding: 20px 24px;
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
  display: flex; justify-content: space-between; align-items: center;
  color: var(--brown);
}
.iz-svc-faq-item summary::-webkit-details-marker { display: none; }
.iz-svc-faq-item summary::after {
  content: '+';
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--accent);
  transition: transform .3s;
}
.iz-svc-faq-item[open] summary::after { content: '−'; }
.iz-svc-faq-a {
  padding: 0 24px 22px;
  font-size: .95rem;
  line-height: 1.65;
  color: var(--brown-soft);
}
.iz-svc-faq-a a { color: var(--accent); text-decoration: underline; }

/* FINAL CTA — wider centered version */
.iz-svc-final .iz-join-inner {
  margin: 0 auto !important;
  text-align: center;
}

/* TESTIMONIAL section adjust */
.iz-svc-testimonial { background: linear-gradient(135deg, var(--accent-soft), var(--cream-warm)); }

/* ── GHOST BUTTON (secondary CTA, e.g. phone) ── */
.iz-btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent;
  color: var(--brown);
  border: 1px solid rgba(132, 162, 159,.2);
  padding: 13px 24px;
  border-radius: 50px;
  font-family: var(--sans);
  font-size: .92rem;
  text-decoration: none;
  transition: all .35s var(--ease);
}
.iz-btn-ghost:hover { background: rgba(132, 162, 159,.06); transform: translateY(-2px); }
.iz-svc-palette-rose .iz-btn-ghost,
.iz-svc-palette-vert .iz-btn-ghost,
.iz-svc-palette-gold .iz-btn-ghost {
  color: var(--cream);
  border-color: rgba(247,238,221,.4);
}
.iz-svc-palette-rose .iz-btn-ghost:hover,
.iz-svc-palette-vert .iz-btn-ghost:hover,
.iz-svc-palette-gold .iz-btn-ghost:hover { background: rgba(247,238,221,.1); }

/* Hero CTA stack */
.iz-svc-hero-cta {
  display: inline-flex; gap: 14px; flex-wrap: wrap; justify-content: center;
}

/* ── SOCIAL PROOF BAR ── */
.iz-svc-proof {
  background: var(--brown);
  color: var(--cream);
  padding: clamp(36px, 5vw, 56px) 20px;
}
.iz-svc-proof-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 3vw, 40px);
  text-align: center;
}
.iz-svc-proof-num {
  font-family: var(--serif);
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 500;
  margin-bottom: .15em;
  color: var(--cream);   /* proof numbers stay cream — never pink */
}
.iz-svc-proof-label {
  font-family: var(--sans);
  font-size: clamp(.78rem, .9vw, .9rem);
  opacity: .85;
  letter-spacing: .04em;
}
@media (max-width: 720px) { .iz-svc-proof-inner { grid-template-columns: repeat(2, 1fr); gap: 28px; } }

/* ── ABOUT AMANDINE ── */
.iz-svc-about { padding: clamp(80px, 10vw, 140px) 0; }
.iz-svc-about-inner {
  display: flex; align-items: flex-start;
  gap: clamp(30px, 5vw, 80px);
}
.iz-svc-about-img {
  flex: 0 0 38%;
  aspect-ratio: 3/4;
  border-radius: 12px;
  overflow: hidden;
  background: var(--card-bg);
}
.iz-svc-about-img-inner {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(160deg, var(--rose-300), var(--rose-500), var(--rose-700));
  overflow: hidden;
}
.iz-svc-about-img-inner svg {
  width: 50%; opacity: .2; fill: var(--cream);
}
.iz-svc-about-img-inner img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.iz-svc-about-text { flex: 1; }
.iz-svc-about-text h2 {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 400;
  margin: .15em 0 .15em;
  color: var(--brown);
}
.iz-svc-about-role {
  font-family: var(--sans);
  font-size: 1rem;
  color: var(--brown-soft);
  margin-bottom: 1.4em;
  font-style: italic;
}
.iz-svc-about-bio { margin-bottom: 1.5em; }
.iz-svc-about-bio p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--brown-soft);
  margin-bottom: 1em;
}
.iz-svc-credentials {
  list-style: none;
  display: grid;
  gap: 10px;
}
.iz-svc-credentials li {
  display: flex; align-items: center; gap: 12px;
  font-size: .92rem;
  color: var(--brown);
}
.iz-svc-credentials svg { color: var(--vert-500); flex-shrink: 0; }
@media (max-width: 768px) {
  .iz-svc-about-inner { flex-direction: column; }
  .iz-svc-about-img { flex: none; width: 100%; max-width: 320px; margin: 0 auto; }
}

/* ── MID-PAGE CTA BANNERS ── */
.iz-svc-mid-cta { padding: clamp(60px, 7vw, 100px) 0; }
.iz-svc-mid-cta-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: clamp(24px, 4vw, 60px);
  flex-wrap: wrap;
}
.iz-svc-mid-cta-inner > div:first-child { flex: 1; min-width: 280px; }
.iz-svc-mid-cta h3 {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  font-weight: 400;
  margin-bottom: .4em;
  color: var(--brown);
}
.iz-svc-mid-cta p {
  font-size: clamp(.95rem, 1.05vw, 1.05rem);
  line-height: 1.6;
  color: var(--brown-soft);
}
.iz-svc-mid-cta-btns {
  display: flex; gap: 14px; flex-wrap: wrap;
}

/* ── COMPARISON TABLE ── */
.iz-svc-compare { padding: clamp(80px, 10vw, 140px) 0; background: var(--cream-warm); }
.iz-svc-compare h2 {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 400;
  text-align: center;
  margin-bottom: .4em;
  color: var(--brown);
}
.iz-svc-compare-lede {
  text-align: center;
  max-width: 620px;
  margin: 0 auto clamp(40px, 5vw, 60px);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--brown-soft);
}
.iz-svc-compare-wrap { overflow-x: auto; max-width: 1100px; margin: 0 auto; }
.iz-svc-compare-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--cream);
  border-radius: 12px;
  overflow: hidden;
  font-size: .9rem;
  min-width: 620px;
}
.iz-svc-compare-table th,
.iz-svc-compare-table td {
  padding: 16px 18px;
  text-align: left;
  border-bottom: 1px solid rgba(132, 162, 159,.06);
  vertical-align: top;
}
.iz-svc-compare-table thead th {
  font-family: var(--sans);
  font-weight: 500;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--brown-soft);
  background: var(--card-bg);
}
.iz-svc-compare-table .iz-svc-compare-cri { font-weight: 500; color: var(--brown); width: 22%; }
.iz-svc-compare-table .iz-svc-compare-us { background: var(--rose-50); color: var(--brown); font-weight: 500; }
.iz-svc-compare-table thead .iz-svc-compare-us { background: var(--accent); color: var(--cream); }
.iz-svc-compare-table tbody tr:last-child td { border-bottom: 0; }

/* ── EXTRA TESTIMONIALS ── */
.iz-svc-testimonials-extra { padding: clamp(80px, 10vw, 140px) 0; }
.iz-svc-testimonials-extra h2 {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 400;
  text-align: center;
  margin-bottom: clamp(40px, 5vw, 60px);
  color: var(--brown);
}
.iz-svc-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2vw, 28px);
  max-width: 1200px; margin: 0 auto;
}
@media (max-width: 900px) {
  .iz-svc-testimonials-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
  .iz-svc-testimonials-grid { grid-template-columns: 1fr; }
}
.iz-svc-tcard {
  background: var(--card-bg);
  padding: clamp(24px, 3vw, 32px);
  border-radius: 12px;
  display: flex; flex-direction: column;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.iz-svc-tcard:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(132, 162, 159,.08); }
.iz-svc-tcard-stars {
  display: flex; gap: 3px; color: var(--gold); margin-bottom: 1em;
}
.iz-svc-tcard blockquote {
  font-family: var(--serif);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--brown);
  margin-bottom: 1em;
  flex: 1;
  font-style: italic;
}
.iz-svc-tcard-author {
  font-family: var(--sans);
  font-size: .9rem;
  font-weight: 500;
  color: var(--brown);
  margin-bottom: 4px;
}
.iz-svc-tcard-context {
  font-size: .78rem;
  color: var(--brown-faint);
  font-style: italic;
}
.iz-svc-tcard-more { text-align: center; margin-top: clamp(30px, 4vw, 50px); }

/* ── GUARANTEE / RISK REVERSAL ── */
.iz-svc-guarantee {
  padding: clamp(80px, 10vw, 140px) 0;
  background: linear-gradient(135deg, var(--vert-50), var(--cream-warm));
  text-align: center;
}
.iz-svc-guarantee-inner { max-width: 900px; margin: 0 auto; padding: 0 20px; }
.iz-svc-guarantee h2 {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 400;
  margin: .3em 0 .6em;
  color: var(--brown);
}
.iz-svc-guarantee-body {
  max-width: 680px; margin: 0 auto clamp(40px, 5vw, 60px);
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--brown-soft);
}
.iz-svc-guarantee-badges {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(20px, 3vw, 32px);
  max-width: 900px; margin: 0 auto;
}
.iz-svc-gb {
  background: var(--cream);
  padding: clamp(24px, 3vw, 32px);
  border-radius: 12px;
  text-align: center;
}
.iz-svc-gb-icon {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: var(--vert-100);
  color: var(--vert-700);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1em;
}
.iz-svc-gb h4 {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 500;
  margin-bottom: .4em;
  color: var(--brown);
}
.iz-svc-gb p {
  font-size: .85rem;
  line-height: 1.55;
  color: var(--brown-soft);
}

/* ── URGENCY ── */
.iz-svc-urgency {
  padding: clamp(60px, 8vw, 100px) 0;
  background: var(--brown);
  color: var(--cream);
  text-align: center;
}
.iz-svc-urgency-inner { max-width: 720px; margin: 0 auto; padding: 0 20px; }
.iz-svc-urgency-icon { color: var(--accent-soft); margin-bottom: 1em; }
.iz-svc-urgency h3 {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  font-weight: 400;
  margin-bottom: .6em;
}
.iz-svc-urgency p {
  font-size: 1rem;
  line-height: 1.7;
  opacity: .9;
  margin-bottom: 2em;
}
.iz-svc-urgency .iz-btn { background: var(--accent); }
.iz-svc-urgency .iz-btn:hover { background: var(--accent); filter: brightness(0.88); }

/* Final CTA buttons stack */
.iz-svc-final-btns { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.iz-svc-final .iz-join-inner { text-align: center; }

/* ── STICKY DESKTOP CTA ── */
.iz-sticky-cta {
  position: fixed; bottom: 0; left: 0; right: 0;
  z-index: 999;
  background: var(--cream);
  box-shadow: 0 -4px 30px rgba(132, 162, 159,.12);
  padding: 14px 20px;
  transform: translateY(100%);
  transition: transform .45s var(--ease);
  pointer-events: none;
}
.iz-sticky-cta.is-visible { transform: translateY(0); pointer-events: auto; }
.iz-sticky-cta-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.iz-sticky-cta-text {
  display: flex; flex-direction: column; gap: 2px;
}
.iz-sticky-cta-text strong {
  font-family: var(--serif);
  font-size: 1.05rem;
  color: var(--brown);
}
.iz-sticky-cta-text span {
  font-size: .8rem;
  color: var(--brown-faint);
}
.iz-sticky-cta-tel { font-size: .88rem; padding: 10px 18px; }
@media (max-width: 768px) {
  .iz-sticky-cta { display: none; } /* mobile uses floating CTA below */
}

/* ── ABOUT page TIMELINE ── */
.iz-about-journey {
  padding: clamp(80px, 10vw, 140px) 0;
  background: var(--cream);
}
.iz-about-journey h2 {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 400;
  text-align: center;
  margin-bottom: clamp(40px, 5vw, 70px);
  color: var(--brown);
}
.iz-about-timeline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(20px, 2.5vw, 32px);
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.iz-about-step {
  background: var(--card-bg);
  padding: clamp(24px, 3vw, 32px);
  border-radius: 12px;
  position: relative;
  border-top: 3px solid var(--rose-500);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.iz-about-step:nth-child(2) { border-top-color: var(--vert-500); }
.iz-about-step:nth-child(3) { border-top-color: var(--gold); }
.iz-about-step:nth-child(4) { border-top-color: var(--brown); }
.iz-about-step:nth-child(5) { border-top-color: var(--rose-700); }
.iz-about-step:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(132, 162, 159,.08); }
.iz-about-year {
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--rose-500);
  margin-bottom: .2em;
}
.iz-about-step:nth-child(2) .iz-about-year { color: var(--vert-700); }
.iz-about-step:nth-child(3) .iz-about-year { color: var(--gold); }
.iz-about-step:nth-child(4) .iz-about-year { color: var(--brown); }
.iz-about-step:nth-child(5) .iz-about-year { color: var(--rose-700); }
.iz-about-step h3 {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 500;
  margin-bottom: .5em;
  color: var(--brown);
}
.iz-about-step p {
  font-size: .9rem;
  line-height: 1.6;
  color: var(--brown-soft);
}

.iz-about-hero { min-height: 70vh; }

/* ── MOBILE FLOATING CTA ── */
.iz-mobile-cta {
  display: none;
  position: fixed; bottom: 20px; right: 20px;
  z-index: 999;
  background: var(--rose-500);
  color: var(--cream);
  padding: 14px 22px;
  border-radius: 50px;
  font-family: var(--sans);
  font-size: .92rem;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 8px 30px rgba(220,137,131,.4);   /* --rose-500 */
  align-items: center; gap: 8px;
  animation: heroFade .8s var(--ease) 1.5s forwards;
  opacity: 0;
}
.iz-mobile-cta:hover { background: var(--rose-700); }
@media (max-width: 768px) { .iz-mobile-cta { display: inline-flex; } }
@media print { .iz-sticky-cta, .iz-mobile-cta { display: none !important; } }

/* Elementor edit zone — invisible when empty, full canvas when used */
.iz-elementor-zone[aria-hidden="true"] { display: none; }
.iz-elementor-zone { max-width: var(--iz-max, 1200px); margin: 0 auto; padding: 0 20px; }

/* =====================================================================
   PARALLAX BREAKOUT — full-bleed editorial moment
   ===================================================================== */
.iz-parallax-break {
	position: relative;
	min-height: 56vh;
	display: flex; align-items: center; justify-content: center;
	overflow: hidden;
	margin: clamp(60px, 10vw, 140px) 0;
	isolation: isolate;
}
.iz-parallax-img-wrap {
	position: absolute; inset: -8% 0;
	z-index: 0;
	overflow: hidden;
}
.iz-parallax-img {
	width: 100%; height: 100%;
	object-fit: cover;
	object-position: center 35%;
	will-change: transform;
	transform: translateZ(0);
}
.iz-parallax-break::after {
	content: ''; position: absolute; inset: 0; z-index: 1;
	background:
		radial-gradient(ellipse at 50% 60%, rgba(0,0,0,0.18), transparent 60%),
		linear-gradient(180deg, rgba(132, 162, 159,0.20) 0%, rgba(132, 162, 159,0.45) 50%, rgba(132, 162, 159,0.65) 100%);
	pointer-events: none;
}
.iz-parallax-content {
	position: relative; z-index: 2;
	text-align: center;
	color: var(--cream);
	max-width: 820px;
	padding: 0 clamp(20px, 5vw, 60px);
	text-shadow: 0 2px 36px rgba(0,0,0,0.32);
}
.iz-parallax-kicker {
	font-family: var(--serif);
	font-style: italic;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	font-size: clamp(0.78rem, 1vw, 0.92rem);
	margin: 0 0 1.6em;
	opacity: 0.9;
}
.iz-parallax-quote {
	font-family: var(--serif);
	font-weight: 400;
	font-size: clamp(1.6rem, 4vw, 3.2rem);
	line-height: 1.18;
	margin: 0 0 1.4em;
	letter-spacing: -0.005em;
}
.iz-parallax-quote em { font-style: italic; }
.iz-parallax-lead {
	font-family: var(--sans);
	font-size: clamp(0.95rem, 1.15vw, 1.08rem);
	line-height: 1.7;
	max-width: 620px;
	margin: 0 auto 1.4em;
	opacity: 0.94;
	font-weight: 300;
}
.iz-parallax-lead strong {
	font-weight: 500;
	color: var(--rose-50);
	border-bottom: 1px dashed rgba(248,236,232,0.45);
	padding-bottom: 1px;
}
.iz-parallax-cite {
	font-family: var(--sans);
	letter-spacing: 0.07em;
	font-size: 0.9rem;
	opacity: 0.85;
	margin: 0;
}

/* =====================================================================
   RITUELS GALLERY — 6-image editorial mosaic
   ===================================================================== */
.iz-rituals {
	max-width: var(--iz-max, 1200px);
	margin: clamp(60px, 8vw, 140px) auto;
	padding: 0 20px;
}
.iz-rituals-eyebrow {
	font-family: var(--serif);
	font-style: italic;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	font-size: 0.85rem;
	color: var(--rose-700);
	text-align: center;
	margin: 0 0 0.8em;
}
.iz-rituals h2 {
	font-family: var(--serif);
	font-weight: 400;
	font-size: clamp(1.8rem, 3.5vw, 2.8rem);
	text-align: center;
	margin: 0 0 0.5em;
	color: var(--brown);
	line-height: 1.1;
}
.iz-rituals h2 .italic { font-style: italic; color: var(--rose-700); }
.iz-rituals-lede {
	font-family: var(--sans);
	color: var(--brown-soft);
	font-size: clamp(0.92rem, 1.05vw, 1rem);
	line-height: 1.7;
	max-width: 600px;
	margin: 0 auto clamp(36px, 5vw, 70px);
	text-align: center;
}
.iz-rituals-grid {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	grid-template-rows: 280px 280px;
	gap: 14px;
}
.iz-rituals-grid > a {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 6px;
	background: var(--card-bg);
	text-decoration: none;
	color: inherit;
	isolation: isolate;
}
.iz-rituals-grid > a:nth-child(1) { grid-row: 1 / span 2; }
.iz-rituals-grid > a img {
	width: 100%; height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 1.6s var(--ease), filter 0.6s var(--ease);
	filter: brightness(0.95) saturate(1.04);
}
.iz-rituals-grid > a::after {
	content: ''; position: absolute; inset: 0;
	background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,0.55));
	pointer-events: none;
	transition: background 0.6s var(--ease);
}
.iz-rituals-grid > a:hover img { transform: scale(1.06); filter: brightness(1.02) saturate(1.12); }
.iz-rituals-grid > a:hover::after { background: linear-gradient(180deg, transparent 30%, rgba(0,0,0,0.65)); }
.iz-rituals-grid > a span {
	position: absolute;
	bottom: 18px; left: 22px;
	z-index: 2;
	color: var(--cream);
	font-family: var(--serif);
	font-style: italic;
	font-size: clamp(1rem, 1.3vw, 1.25rem);
	letter-spacing: 0.01em;
	text-shadow: 0 2px 16px rgba(0,0,0,0.35);
	transition: transform 0.5s var(--ease);
}
.iz-rituals-grid > a:hover span { transform: translateX(4px); }
@media (max-width: 768px) {
	.iz-rituals-grid {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: repeat(4, 200px);
	}
	.iz-rituals-grid > a:nth-child(1) { grid-column: 1 / span 2; grid-row: auto; }
}
@media (prefers-reduced-motion: reduce) {
	.iz-parallax-img { transform: none !important; }
	.iz-rituals-grid > a img { transition: none; }
}

/* =====================================================================
   HOME — INTRO CARD (Découvrez l'harmonie intérieure avec Amandine)
   ===================================================================== */
.iz-intro-card {
	padding: clamp(80px, 12vw, 160px) 20px;
	background: linear-gradient(180deg, var(--cream) 0%, var(--card-bg) 100%);
}
.iz-intro-card-inner {
	max-width: var(--max-w);
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(280px, 480px) 1fr;
	gap: clamp(40px, 6vw, 100px);
	align-items: center;
}
.iz-intro-card-photo {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 30px 60px rgba(138,75,71, 0.18), 0 12px 24px rgba(0, 0, 0, 0.08);   /* --rose-ink */
	transform: rotate(-1.5deg);
	aspect-ratio: 4 / 5;
	transition: transform .6s var(--ease);
}
.iz-intro-card-photo:hover { transform: rotate(0deg); }
.iz-intro-card-photo img { width: 100%; height: 100%; object-fit: cover; }
.iz-intro-card-text { max-width: 540px; }
.iz-intro-card-kicker {
	display: flex; align-items: center; gap: 18px;
	font-family: var(--sans);
	font-size: .72rem;
	letter-spacing: .22em;
	text-transform: uppercase;
	color: var(--rose-500);
	font-weight: 500;
	margin-bottom: 8px;
}
.iz-intro-card-kicker .iz-intro-card-leaf {
	flex-shrink: 0;
	width: 38px; height: 24px;
	color: var(--vert-300);
}
.iz-intro-card-name {
	font-family: var(--script);
	font-weight: 400;
	font-size: clamp(3.2rem, 7vw, 5.5rem);
	line-height: 1;
	color: var(--vert-ink);
	margin: 0 0 .4em;
	letter-spacing: 0;
}
.iz-intro-card-text p {
	font-family: var(--sans);
	font-size: 1.02rem;
	line-height: 1.7;
	color: var(--brown-soft);
	margin-bottom: 1.1em;
	max-width: 520px;
}
.iz-intro-card-cta {
	display: inline-flex; align-items: center; gap: 12px;
	padding: 16px 30px;
	margin-top: 14px;
	background: var(--rose-500);
	color: var(--cream);
	text-decoration: none;
	font-family: var(--sans);
	font-size: .78rem;
	letter-spacing: .2em;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 3px;
	transition: background .25s var(--ease), transform .25s var(--ease), box-shadow .25s var(--ease);
	box-shadow: 0 6px 16px rgba(220, 137, 131, 0.25);
}
.iz-intro-card-cta:hover {
	background: var(--rose-700);
	transform: translateY(-2px);
	box-shadow: 0 10px 22px rgba(184, 105, 99, 0.30);
}
.iz-intro-card-cta .arrow { font-size: 1rem; line-height: 1; }
@media (max-width: 820px) {
	.iz-intro-card-inner { grid-template-columns: 1fr; gap: 50px; }
	.iz-intro-card-photo { max-width: 380px; margin: 0 auto; transform: rotate(0deg); }
	.iz-intro-card-text { margin: 0 auto; text-align: center; }
	.iz-intro-card-kicker { justify-content: center; }
	.iz-intro-card-text p { margin-left: auto; margin-right: auto; }
}

/* =====================================================================
   HOME — CARTE DES SOINS
   ===================================================================== */
.iz-soins {
	padding: clamp(80px, 12vw, 160px) 20px;
	background: var(--card-bg);
}
.iz-soins-head {
	text-align: center;
	max-width: 640px;
	margin: 0 auto clamp(50px, 7vw, 90px);
}
.iz-soins-head h2 {
	font-family: var(--serif);
	font-weight: 400;
	font-size: clamp(2.4rem, 5vw, 3.8rem);
	line-height: 1.1;
	color: var(--vert-ink);
	margin-bottom: 26px;
	letter-spacing: -0.005em;
}
.iz-soins-head p {
	font-family: var(--sans);
	font-size: 1.02rem;
	line-height: 1.7;
	color: var(--brown-soft);
	max-width: 520px;
	margin: 0 auto;
}
.iz-soins-grid {
	max-width: var(--max-w);
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: clamp(20px, 2.5vw, 36px);
}
.iz-soin-card {
	display: grid;
	grid-template-columns: minmax(180px, 240px) 1fr;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	box-shadow: 0 6px 24px rgba(138,75,71, 0.06);   /* --rose-ink */
	transition: transform .4s var(--ease), box-shadow .4s var(--ease);
	min-height: 220px;
}
.iz-soin-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 36px rgba(138,75,71, 0.11);   /* --rose-ink */
}
.iz-soin-card-img { overflow: hidden; }
.iz-soin-card-img img {
	width: 100%; height: 100%; object-fit: cover;
	transition: transform .6s var(--ease);
}
.iz-soin-card:hover .iz-soin-card-img img { transform: scale(1.06); }
.iz-soin-card-body {
	padding: clamp(22px, 2.6vw, 32px);
	display: flex; flex-direction: column;
	justify-content: center;
}
.iz-soin-card-body h3 {
	font-family: var(--serif);
	font-weight: 400;
	font-size: clamp(1.3rem, 1.8vw, 1.55rem);
	line-height: 1.2;
	color: var(--vert-ink);
	margin: 0 0 12px;
}
.iz-soin-card-body p {
	font-family: var(--sans);
	font-size: .92rem;
	line-height: 1.6;
	color: var(--brown-soft);
	margin: 0 0 16px;
}
.iz-soin-card-body p strong { color: var(--brown); font-weight: 600; }
.iz-soin-card-link {
	font-family: var(--sans);
	font-size: .88rem;
	color: var(--rose-500);
	font-weight: 500;
	letter-spacing: .02em;
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-thickness: 1px;
	align-self: flex-start;
	transition: color .25s var(--ease);
}
.iz-soin-card:hover .iz-soin-card-link { color: var(--rose-700); }
/* Coral CTA card replacing the 6th tile */
.iz-soin-card-cta {
	position: relative;
	grid-template-columns: 1fr;
	display: flex; align-items: center; justify-content: center;
	gap: 14px;
	background: var(--rose-500);
	color: var(--cream);
	font-family: var(--sans);
	font-size: .92rem;
	letter-spacing: .16em;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
	padding: clamp(28px, 4vw, 50px);
	overflow: hidden;
	transition: background .3s var(--ease), transform .4s var(--ease), box-shadow .4s var(--ease);
}
.iz-soin-card-cta:hover {
	background: var(--rose-700);
	transform: translateY(-4px);
	box-shadow: 0 18px 38px rgba(184, 105, 99, 0.25);
}
.iz-soin-card-cta-leaf {
	position: absolute;
	inset: auto auto 50% 24px;
	transform: translateY(50%);
	width: clamp(140px, 18vw, 200px);
	height: auto;
	color: rgba(247, 238, 221, 0.22);
	pointer-events: none;
}
.iz-soin-card-cta-label { position: relative; z-index: 1; }
.iz-soin-card-cta-arrow {
	position: relative; z-index: 1;
	font-size: 1.1rem; line-height: 1;
	transition: transform .3s var(--ease);
}
.iz-soin-card-cta:hover .iz-soin-card-cta-arrow { transform: translateX(4px); }
@media (max-width: 820px) {
	.iz-soins-grid { grid-template-columns: 1fr; }
	.iz-soin-card { grid-template-columns: 140px 1fr; min-height: 170px; }
	.iz-soin-card-cta { grid-template-columns: 1fr; min-height: 130px; }
}
@media (max-width: 480px) {
	.iz-soin-card { grid-template-columns: 1fr; min-height: 0; }
	.iz-soin-card-img { aspect-ratio: 16 / 10; }
}

/* =====================================================================
   HOME — UN ESPACE APAISANT (masonry gallery)
   ===================================================================== */
.iz-espace {
	padding: clamp(80px, 12vw, 160px) 20px;
	background: linear-gradient(180deg, var(--card-bg) 0%, var(--cream) 100%);
}
.iz-espace-head {
	text-align: center;
	margin-bottom: clamp(50px, 8vw, 100px);
}
.iz-espace-kicker {
	font-family: var(--sans);
	font-size: .72rem;
	letter-spacing: .22em;
	text-transform: uppercase;
	color: var(--rose-500);
	font-weight: 500;
	margin-bottom: 14px;
}
.iz-espace-head h2 {
	font-family: var(--serif);
	font-weight: 400;
	font-size: clamp(2.4rem, 5.5vw, 4.2rem);
	line-height: 1.05;
	color: var(--vert-ink);
	letter-spacing: -0.005em;
}
.iz-espace-grid {
	max-width: 1080px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(20px, 3vw, 48px);
	align-items: start;
}
.iz-espace-col {
	display: flex;
	flex-direction: column;
	gap: clamp(20px, 3vw, 48px);
}
.iz-espace-col-mid { padding-top: clamp(40px, 7vw, 90px); }
.iz-espace-img {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0 14px 32px rgba(138,75,71, 0.10);   /* --rose-ink */
	transform: rotate(var(--rot, 0deg));
	transition: transform .55s var(--ease), box-shadow .55s var(--ease);
	aspect-ratio: 4 / 5;
	isolation: isolate;
	text-decoration: none;
}
.iz-espace-img-tall { aspect-ratio: 3 / 4.4; }
.iz-espace-img img {
	width: 100%; height: 100%; object-fit: cover;
	transition: transform .8s var(--ease), filter .5s var(--ease);
	filter: saturate(1.02);
}
.iz-espace-img:hover {
	transform: rotate(0deg) translateY(-4px);
	box-shadow: 0 24px 48px rgba(138,75,71, 0.16);   /* --rose-ink */
}
.iz-espace-img:hover img { transform: scale(1.04); filter: saturate(1.08); }
.iz-espace-img::before {
	content: ''; position: absolute; inset: 0; z-index: 1;
	background: rgba(247, 238, 221, 0);
	transition: background .3s var(--ease);
	pointer-events: none;
}
.iz-espace-img::after {
	content: '+';
	position: absolute; top: 50%; left: 50%;
	transform: translate(-50%, -50%) scale(.85);
	width: 48px; height: 48px;
	display: flex; align-items: center; justify-content: center;
	background: var(--rose-500); color: var(--cream);
	border-radius: 50%; font-size: 1.5rem; font-weight: 300; line-height: 1;
	opacity: 0; z-index: 2;
	transition: opacity .35s var(--ease), transform .35s var(--ease);
	pointer-events: none;
	box-shadow: 0 6px 16px rgba(184, 105, 99, 0.35);
}
.iz-espace-img:hover::before { background: rgba(247, 238, 221, 0.18); }
.iz-espace-img:hover::after {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}
@media (max-width: 820px) {
	.iz-espace-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
	.iz-espace-col-mid { padding-top: clamp(24px, 5vw, 60px); }
}
@media (max-width: 480px) {
	.iz-espace-grid { grid-template-columns: 1fr; }
	.iz-espace-col-mid { padding-top: 0; }
}
@media (prefers-reduced-motion: reduce) {
	.iz-intro-card-photo, .iz-espace-img { transform: none; }
	.iz-espace-img img, .iz-soin-card-img img { transition: none; }
}

/* =====================================================================
   PER-SERVICE SIGNATURE SECTIONS — one distinctive editorial moment per discipline
   ===================================================================== */

.iz-svc-signature {
	position: relative;
	padding: clamp(80px, 14vw, 200px) 0;
	background: radial-gradient(ellipse at 75% 25%, rgba(230,189,179, 0.18), transparent 65%),   /* --rose-300 */
	            linear-gradient(180deg, var(--cream) 0%, var(--cream-warm) 100%);
	overflow: hidden;
	color: var(--vert-700);
	isolation: isolate;
}
.iz-svc-signature__grain {
	position: absolute; inset: 0;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
	background-size: 220px;
	mix-blend-mode: multiply;
	opacity: 0.05;
	pointer-events: none;
	z-index: 0;
}
.iz-svc-signature__inner {
	max-width: var(--iz-max, 1200px);
	margin: 0 auto;
	padding: 0 clamp(20px, 4vw, 60px);
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(40px, 7vw, 110px);
	align-items: center;
	position: relative;
	z-index: 1;
}
.iz-svc-signature__num {
	font-family: var(--serif);
	font-style: italic;
	font-size: clamp(0.85rem, 1vw, 0.95rem);
	letter-spacing: 0.22em;
	color: var(--rose-700);
	text-transform: uppercase;
	margin: 0 0 1.2em;
	display: flex;
	align-items: center;
	gap: 18px;
}
.iz-svc-signature__num span {
	font-style: normal;
	font-weight: 500;
	font-size: 1.4em;
	color: var(--rose-700);
	letter-spacing: 0;
}
.iz-svc-signature__num::after {
	content: '';
	flex: 0 1 90px;
	height: 1px;
	background: linear-gradient(90deg, var(--rose-300), transparent);
}
.iz-svc-signature h2 {
	font-family: var(--serif);
	font-weight: 400;
	font-size: clamp(2rem, 4vw, 3.4rem);
	line-height: 1.05;
	letter-spacing: -0.01em;
	margin: 0 0 0.9em;
	color: var(--brown);
}
.iz-svc-signature h2 .italic { font-style: italic; color: var(--accent); }
.iz-svc-signature p {
	font-family: var(--sans);
	font-size: clamp(0.92rem, 1.05vw, 1rem);
	line-height: 1.75;
	color: var(--brown-soft);
	margin: 0 0 1.4em;
	max-width: 520px;
}
.iz-svc-signature p strong { color: var(--brown); font-weight: 500; }
.iz-svc-signature p em     { color: var(--accent); font-style: italic; }

@media (max-width: 900px) {
	.iz-svc-signature__inner { grid-template-columns: 1fr; gap: clamp(30px, 6vw, 60px); }
	.iz-svc-signature h2 { font-size: clamp(1.8rem, 7vw, 2.4rem); }
}

/* ----- Meridian buttons (Shiatsu) ----- */
.iz-meridian-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 1.6em 0 1em;
}
.iz-meridian-btn {
	padding: 9px 22px;
	border: 1px solid var(--rose-300);
	background: transparent;
	border-radius: 999px;
	font-family: var(--sans);
	font-size: 0.86rem;
	letter-spacing: 0.04em;
	color: var(--brown);
	cursor: pointer;
	transition: background 0.4s var(--ease), color 0.4s var(--ease), border-color 0.4s var(--ease), transform 0.3s var(--ease);
}
.iz-meridian-btn:hover,
.iz-meridian-btn:focus-visible,
.iz-meridian-btn.is-active {
	background: var(--rose-700);
	border-color: var(--rose-700);
	color: var(--cream);
	transform: translateY(-1px);
}
.iz-meridian-btn:focus-visible { outline: 2px solid var(--rose-300); outline-offset: 3px; }
.iz-meridian-organ {
	font-family: var(--serif);
	font-style: italic;
	color: var(--rose-700);
	font-size: clamp(0.95rem, 1.15vw, 1.08rem);
	display: flex;
	align-items: baseline;
	gap: 12px;
	min-height: 1.6em;
	margin-top: 0.5em;
	transition: opacity 0.3s var(--ease);
}
.iz-meridian-organ__caret {
	font-style: normal;
	color: var(--rose-300);
	transition: transform 0.4s var(--ease), color 0.4s var(--ease);
}
.iz-meridian-organ.is-set .iz-meridian-organ__caret {
	color: var(--rose-700);
	transform: translateX(4px);
}
.iz-meridian-organ.is-set .iz-meridian-organ__text { color: var(--brown); }

/* ----- Meridian SVG figure ----- */
.iz-meridian-figure {
	position: relative;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.iz-meridian-svg {
	width: 100%;
	max-width: 420px;
	height: auto;
	color: var(--brown);
	filter: drop-shadow(0 30px 60px rgba(132, 162, 159, 0.08));
}
.iz-meridian-rings circle { transform-origin: 200px 410px; transform-box: fill-box; }
.iz-svc-signature.is-revealed .iz-meridian-rings circle:nth-child(1) {
	animation: iz-ring-in 1.4s var(--ease) 0.1s backwards;
}
.iz-svc-signature.is-revealed .iz-meridian-rings circle:nth-child(2) {
	animation: iz-ring-in 1.4s var(--ease) 0.25s backwards;
}
.iz-svc-signature.is-revealed .iz-meridian-rings circle:nth-child(3) {
	animation: iz-ring-in 1.4s var(--ease) 0.4s backwards;
}
@keyframes iz-ring-in {
	from { stroke-opacity: 0; transform: scale(0.7); }
	to   { stroke-opacity: 0.08; transform: scale(1); }
}

/* meridian paths — draw on reveal */
.iz-meridian-paths .iz-meridian {
	stroke: var(--rose-500);
	stroke-dasharray: 1200;
	stroke-dashoffset: 1200;
	opacity: 0.55;
	transition: opacity 0.5s var(--ease), stroke 0.5s var(--ease), stroke-width 0.5s var(--ease);
}
.iz-svc-signature.is-revealed .iz-meridian {
	animation: iz-meridian-draw 1.8s cubic-bezier(.22,1,.36,1) forwards;
}
.iz-svc-signature.is-revealed .iz-meridian-foie    { animation-delay: 0.6s; }
.iz-svc-signature.is-revealed .iz-meridian-rate    { animation-delay: 0.85s; }
.iz-svc-signature.is-revealed .iz-meridian-estomac { animation-delay: 1.1s; }
.iz-svc-signature.is-revealed .iz-meridian-rein    { animation-delay: 1.35s; }
@keyframes iz-meridian-draw { to { stroke-dashoffset: 0; } }

/* dim non-active meridians when one is selected */
.iz-svc-signature--meridians.has-active .iz-meridian-paths .iz-meridian { opacity: 0.18; }
.iz-svc-signature--meridians .iz-meridian.is-active {
	stroke: var(--rose-700);
	opacity: 1;
	stroke-width: 3.4;
}

/* tsubo points */
.iz-meridian-points .iz-tsubo {
	fill: var(--rose-700);
	opacity: 0;
	transform-origin: center;
	transform-box: fill-box;
	transition: opacity 0.4s var(--ease), r 0.3s var(--ease);
}
.iz-svc-signature.is-revealed .iz-tsubo {
	animation: iz-tsubo-in 0.55s cubic-bezier(.34,1.56,.64,1) forwards;
}
/* stagger tsubo entrance based on meridian pairing */
.iz-svc-signature.is-revealed .iz-tsubo--foie    { animation-delay: 1.7s; }
.iz-svc-signature.is-revealed .iz-tsubo--rate    { animation-delay: 1.85s; }
.iz-svc-signature.is-revealed .iz-tsubo--estomac { animation-delay: 2s; }
.iz-svc-signature.is-revealed .iz-tsubo--rein    { animation-delay: 2.15s; }
@keyframes iz-tsubo-in {
	from { opacity: 0; transform: scale(0); }
	to   { opacity: 0.85; transform: scale(1); }
}

.iz-svc-signature--meridians.has-active .iz-tsubo { opacity: 0.12; }
.iz-svc-signature--meridians .iz-tsubo.is-active {
	opacity: 1;
	animation: iz-tsubo-pulse 1.8s ease-in-out infinite;
}
@keyframes iz-tsubo-pulse {
	0%, 100% { transform: scale(1); }
	50%      { transform: scale(1.55); }
}

.iz-meridian-annot text { letter-spacing: 0.08em; }
.iz-meridian-caption {
	margin-top: 1.5em;
	font-family: var(--serif);
	font-style: italic;
	font-size: 0.82rem;
	color: var(--brown-faint);
	letter-spacing: 0.04em;
}

@media (prefers-reduced-motion: reduce) {
	.iz-svc-signature .iz-meridian,
	.iz-svc-signature .iz-tsubo,
	.iz-svc-signature .iz-meridian-rings circle { animation: none !important; transition: none !important; }
	.iz-svc-signature .iz-meridian { stroke-dashoffset: 0; }
	.iz-svc-signature .iz-tsubo { opacity: 0.85; }
}

/* ============================================================
   BLOG — single post + listing
   ============================================================ */

/* ── BLOG INDEX ── */
.iz-blog { max-width: var(--max-w); margin: 0 auto; padding: 140px 24px 100px; }
.iz-blog.iz-blog-with-hero { padding-top: clamp(60px, 8vw, 100px); }
.iz-blog-hero { text-align: center; margin: 0 auto 48px; max-width: 720px; }
.iz-blog-kicker {
	font-size: .72rem; letter-spacing: .18em; text-transform: uppercase;
	color: var(--rose-500); font-weight: 500; margin-bottom: 14px;
}
.iz-blog-title {
	font-family: var(--serif); font-weight: 500; font-size: clamp(2.2rem, 5vw, 3.6rem);
	line-height: 1.1; letter-spacing: -0.01em; color: var(--brown); margin-bottom: 16px;
}
.iz-blog-title::first-line { font-style: italic; color: var(--vert-700); }
.iz-blog-sub { font-size: 1.02rem; color: var(--brown-soft); line-height: 1.6; }

.iz-blog-cats {
	display: flex; flex-wrap: wrap; gap: 8px; justify-content: center;
	margin-bottom: 56px; padding: 0 8px;
}
.iz-blog-cat {
	display: inline-flex; align-items: center; gap: 6px;
	padding: 8px 16px; background: var(--card-bg); color: var(--brown);
	border-radius: 999px; text-decoration: none; font-size: .82rem;
	transition: all .25s var(--ease); border: 1px solid transparent;
}
.iz-blog-cat:hover { background: var(--rose-50); border-color: var(--rose-100); color: var(--rose-ink); }
.iz-blog-cat.is-active { background: var(--vert-700); color: var(--cream); }
.iz-blog-cat-n {
	font-size: .68rem; padding: 2px 8px; background: rgba(255,255,255,.5);
	border-radius: 10px; font-weight: 500;
}
.iz-blog-cat.is-active .iz-blog-cat-n { background: rgba(255,255,255,.18); }

.iz-blog-grid {
	display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	gap: 32px;
}
.iz-blog-card {
	background: var(--cream-warm); border-radius: 14px; overflow: hidden;
	transition: transform .35s var(--ease), box-shadow .35s var(--ease);
	border: 1px solid rgba(132, 162, 159,.06);
}
.iz-blog-card:hover { transform: translateY(-4px); box-shadow: 0 14px 36px rgba(132, 162, 159,.10); }
.iz-blog-card-link { display: block; text-decoration: none; color: inherit; }
.iz-blog-card-img {
	aspect-ratio: 16/10; overflow: hidden; background: var(--card-bg);
	display: flex; align-items: center; justify-content: center;
}
.iz-blog-card-img img { width: 100%; height: 100%; object-fit: cover; transition: scale .6s var(--ease); }
.iz-blog-card:hover .iz-blog-card-img img { scale: 1.04; }
.iz-blog-card-img-placeholder svg { width: 60px; height: 60px; color: var(--rose-300); }
.iz-blog-card-body { padding: 22px 24px 26px; }
.iz-blog-card-cat {
	font-size: .68rem; letter-spacing: .12em; text-transform: uppercase;
	color: var(--rose-500); font-weight: 500;
}
.iz-blog-card-title {
	font-family: var(--serif); font-weight: 500; font-size: 1.32rem;
	line-height: 1.28; margin: 10px 0 12px; color: var(--brown);
	display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.iz-blog-card-desc {
	font-size: .88rem; color: var(--brown-soft); line-height: 1.6;
	display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.iz-blog-card-more {
	display: inline-block; margin-top: 16px; font-size: .82rem;
	color: var(--vert-700); font-weight: 500; transition: color .2s;
}
.iz-blog-card:hover .iz-blog-card-more { color: var(--rose-500); }

.iz-blog-pager { margin-top: 64px; text-align: center; }
.iz-blog-pager .nav-links { display: inline-flex; gap: 6px; flex-wrap: wrap; justify-content: center; }
.iz-blog-pager a, .iz-blog-pager span {
	padding: 8px 14px; border-radius: 8px; text-decoration: none;
	background: var(--card-bg); color: var(--brown); font-size: .88rem;
	transition: background .2s;
}
.iz-blog-pager a:hover { background: var(--rose-100); }
.iz-blog-pager .current { background: var(--vert-700); color: var(--cream); }
.iz-blog-empty { text-align: center; padding: 60px 0; color: var(--brown-faint); font-style: italic; }

/* ── SINGLE POST ── */
.iz-post { max-width: 760px; margin: 0 auto; padding: 130px 24px 80px; }
.iz-post.iz-post-with-hero { padding-top: clamp(50px, 7vw, 80px); }
.iz-post-hero-svc { min-height: 70vh; }
.iz-post-with-hero .iz-breadcrumb { margin-bottom: 28px; }

.iz-post-hero { margin-bottom: 36px; text-align: center; }
.iz-post-hero-inner { max-width: 720px; margin: 0 auto; }
.iz-breadcrumb {
	font-size: .76rem; color: var(--brown-faint); margin-bottom: 24px;
	display: flex; gap: 10px; flex-wrap: wrap; justify-content: center;
}
.iz-breadcrumb a { color: var(--brown-soft); text-decoration: none; transition: color .2s; }
.iz-breadcrumb a:hover { color: var(--rose-500); }

.iz-post-cat {
	display: inline-block; padding: 6px 14px; background: var(--rose-50);
	color: var(--rose-ink); border-radius: 999px; font-size: .72rem;
	letter-spacing: .12em; text-transform: uppercase; font-weight: 500;
	text-decoration: none; transition: background .2s; margin-bottom: 22px;
}
.iz-post-cat:hover { background: var(--rose-100); }

.iz-post-title {
	font-family: var(--serif); font-weight: 500;
	font-size: clamp(2rem, 5vw, 3.2rem); line-height: 1.12;
	letter-spacing: -0.01em; color: var(--brown); margin-bottom: 22px;
}

.iz-post-meta {
	font-size: .82rem; color: var(--brown-faint);
	display: flex; gap: 10px; flex-wrap: wrap; justify-content: center;
}
.iz-post-meta a { color: var(--brown-soft); text-decoration: underline; text-decoration-color: var(--rose-100); text-underline-offset: 4px; transition: color .2s; }
.iz-post-meta a:hover { color: var(--rose-500); }

.iz-post-cover {
	margin: 0 auto 48px; max-width: 880px; border-radius: 16px; overflow: hidden;
}
.iz-post-cover img { width: 100%; height: auto; display: block; }

/* Body content — generous typography for reading */
.iz-post-body { font-size: 1.05rem; line-height: 1.85; color: var(--brown); }
.iz-post-body > * + * { margin-top: 1em; }
.iz-post-body h2 {
	font-family: var(--serif); font-weight: 500;
	font-size: 1.7rem; line-height: 1.25; color: var(--vert-700);
	margin: 2.2em 0 .4em; padding-bottom: .4em;
	border-bottom: 1px solid var(--vert-100);
}
.iz-post-body h3 {
	font-family: var(--serif); font-weight: 500; font-style: italic;
	font-size: 1.28rem; color: var(--brown); margin: 1.6em 0 .35em;
}
.iz-post-body p { margin-bottom: 1em; }
.iz-post-body p:last-child {
	margin-top: 2em; padding: 22px 26px;
	background: var(--rose-50); border-left: 3px solid var(--rose-500);
	border-radius: 0 8px 8px 0; color: var(--brown);
	font-size: .95rem; font-style: italic;
}
.iz-post-body strong { color: var(--vert-ink); font-weight: 600; }
.iz-post-body em { color: var(--brown-soft); }
.iz-post-body a { color: var(--rose-700); text-decoration: underline; text-decoration-color: var(--rose-100); text-underline-offset: 3px; }
.iz-post-body a:hover { text-decoration-color: var(--rose-500); }
.iz-post-body ul, .iz-post-body ol { padding-left: 1.4em; margin-bottom: 1em; }
.iz-post-body li { margin-bottom: .4em; }
.iz-post-body blockquote {
	border-left: 3px solid var(--vert-300); padding-left: 22px;
	font-family: var(--serif); font-style: italic; font-size: 1.18rem;
	color: var(--vert-700); margin: 1.6em 0;
}

.iz-post-tags { margin-top: 48px; display: flex; flex-wrap: wrap; gap: 8px; }
.iz-post-tag {
	font-size: .76rem; padding: 4px 12px; background: var(--card-bg);
	color: var(--brown-soft); border-radius: 999px; text-decoration: none;
	transition: background .2s;
}
.iz-post-tag:hover { background: var(--rose-100); color: var(--rose-ink); }

/* Author bio */
.iz-post-author-bio {
	display: flex; gap: 24px; align-items: flex-start;
	margin: 64px 0 0; padding: 32px;
	background: linear-gradient(135deg, var(--vert-50), var(--cream-warm));
	border-radius: 16px;
}
.iz-post-author-img { flex-shrink: 0; }
.iz-post-author-img img {
	width: 96px; height: 96px; border-radius: 50%; object-fit: cover;
	border: 3px solid var(--cream);
}
.iz-post-author-avatar {
	width: 96px; height: 96px; border-radius: 50%;
	background: var(--vert-700); color: var(--cream);
	display: flex; align-items: center; justify-content: center;
	font-family: var(--serif); font-size: 2.4rem; font-weight: 500;
	border: 3px solid var(--cream);
}
.iz-post-author-text h3 {
	font-family: var(--serif); font-weight: 500; font-size: 1.4rem;
	color: var(--brown); margin-bottom: 4px;
}
.iz-post-author-text .role {
	font-size: .82rem; color: var(--rose-500); font-weight: 500;
	letter-spacing: .04em; text-transform: uppercase; margin-bottom: 12px;
}
.iz-post-author-text p { font-size: .92rem; line-height: 1.7; color: var(--brown-soft); margin-bottom: 12px; }
.iz-post-author-cta {
	display: inline-block; color: var(--vert-700); font-size: .88rem;
	font-weight: 500; text-decoration: none; transition: color .2s;
}
.iz-post-author-cta:hover { color: var(--rose-500); }

/* CTA block */
.iz-post-cta {
	margin-top: 56px; padding: 48px 32px; text-align: center;
	background: linear-gradient(135deg, var(--rose-50), var(--rose-100));
	border-radius: 16px;
}
.iz-post-cta h2 {
	font-family: var(--serif); font-weight: 500; font-size: 1.7rem;
	color: var(--rose-ink); margin-bottom: 12px;
}
.iz-post-cta p { font-size: .98rem; color: var(--brown); margin-bottom: 22px; max-width: 480px; margin-left: auto; margin-right: auto; line-height: 1.6; }
.iz-post-cta-btn {
	display: inline-block; padding: 14px 32px; background: var(--vert-700);
	color: var(--cream); border-radius: 999px; text-decoration: none;
	font-size: .92rem; font-weight: 500; letter-spacing: .03em;
	transition: background .25s, transform .25s;
}
.iz-post-cta-btn:hover { background: var(--vert-ink); transform: translateY(-1px); }

/* Related */
.iz-post-related { margin-top: 80px; }
.iz-post-related > h2 {
	font-family: var(--serif); font-weight: 500; font-size: 1.8rem;
	color: var(--brown); margin-bottom: 28px; text-align: center;
}
.iz-post-related-grid {
	display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 20px;
}
.iz-post-related-card {
	display: block; padding: 24px; background: var(--cream-warm);
	border-radius: 12px; text-decoration: none; color: inherit;
	transition: transform .3s var(--ease), box-shadow .3s var(--ease);
	border: 1px solid rgba(132, 162, 159,.06);
}
.iz-post-related-card:hover { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(132, 162, 159,.08); }
.iz-post-related-cat {
	font-size: .66rem; letter-spacing: .12em; text-transform: uppercase;
	color: var(--rose-500); font-weight: 500;
}
.iz-post-related-card h3 {
	font-family: var(--serif); font-weight: 500; font-size: 1.05rem;
	line-height: 1.3; margin: 8px 0 10px; color: var(--brown);
}
.iz-post-related-card p {
	font-size: .82rem; color: var(--brown-soft); line-height: 1.55;
	margin-bottom: 10px;
}
.iz-post-related-link { font-size: .78rem; color: var(--vert-700); font-weight: 500; }

/* Mobile */
@media (max-width: 700px) {
	.iz-blog { padding: 110px 16px 60px; }
	.iz-blog-grid { gap: 22px; grid-template-columns: 1fr; }
	.iz-post { padding: 110px 18px 60px; }
	.iz-post-body { font-size: 1rem; line-height: 1.78; }
	.iz-post-body h2 { font-size: 1.4rem; }
	.iz-post-body h3 { font-size: 1.15rem; }
	.iz-post-author-bio { flex-direction: column; align-items: center; text-align: center; padding: 26px 22px; }
	.iz-post-cta { padding: 36px 22px; }
}

/* Answer-first lead paragraph (GEO best practice — first 50 words target) */
.iz-post-body .iz-post-lead {
	font-family: var(--serif);
	font-style: italic;
	font-size: 1.18rem;
	line-height: 1.6;
	color: var(--vert-700);
	padding: 22px 26px;
	background: var(--vert-50);
	border-left: 3px solid var(--vert-700);
	border-radius: 0 8px 8px 0;
	margin-bottom: 2em;
}
.iz-post-body .iz-post-lead strong { color: var(--vert-ink); font-weight: 500; }

/* =======================================================================
   QI GONG — Wuxing section + enhanced green palette
   ======================================================================= */

/* Signature wrapper shared by all services */
.iz-svc-signature {
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 10vw, 130px) 20px;
  background: linear-gradient(160deg, var(--vert-50) 0%, var(--vert-100) 50%, var(--vert-300) 100%);
}
.iz-svc-signature__inner {
  position: relative;
  z-index: 2;
  max-width: var(--max-w);
  margin: 0 auto;
}
.iz-svc-signature__num {
  font-family: var(--sans);
  font-size: .72rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--vert-700);
  opacity: .7;
  margin-bottom: 1.2em;
}
.iz-svc-signature__num span {
  font-variant-numeric: tabular-nums;
}

/* ---- Wuxing background decoration ---- */
.iz-svc-signature--wuxing {
  background: linear-gradient(155deg, var(--vert-50) 0%, var(--vert-100) 40%, var(--vert-300) 70%, var(--vert-300) 100%);
}
.iz-wuxing-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.iz-wuxing-leaves-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* ---- Wuxing layout ---- */
.iz-wuxing-inner {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 440px);
  grid-template-rows: auto auto;
  gap: clamp(40px, 6vw, 90px);
  align-items: start;
}
/* Desktop: text col1/row1, wheel col2/rows1+2, detail col1/row2 */
.iz-wuxing-text   { grid-column: 1; grid-row: 1; }
.iz-wuxing-wheel  { grid-column: 2; grid-row: 1 / 3; align-self: center; }
.iz-wuxing-detail { grid-column: 1; grid-row: 2; margin-top: 0; }

@media (max-width: 860px) {
  .iz-wuxing-inner { grid-template-columns: 1fr; grid-template-rows: auto; }
  .iz-wuxing-text   { grid-column: 1; grid-row: auto; order: 3; }
  .iz-wuxing-wheel  { grid-column: 1; grid-row: auto; order: 1; max-width: 360px; margin: 0 auto; }
  .iz-wuxing-detail { grid-column: 1; grid-row: auto; order: 2; margin-top: 0; }
}

/* ---- Text side ---- */
.iz-wuxing-text h2 {
  font-family: var(--serif);
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  font-weight: 400;
  line-height: 1.18;
  color: var(--vert-ink);
  margin-bottom: .6em;
}
.iz-wuxing-text p {
  color: var(--vert-700);
  line-height: 1.72;
  margin-bottom: 1em;
  font-size: .97rem;
}
.iz-wuxing-text strong { color: var(--vert-ink); font-weight: 600; }

/* ---- Detail card ---- */
.iz-wuxing-detail {
  margin-top: 1.8em;
  padding: 18px 22px;
  background: rgba(255,255,255,0.6);
  border: 1px solid rgba(5,62,54,0.18);
  border-radius: 14px;
  backdrop-filter: blur(8px);
  min-height: 80px;
  transition: background .3s;
}
.iz-wuxing-detail-inner {
  display: flex;
  gap: 18px;
  align-items: center;
}
.iz-wuxing-detail-cn {
  font-size: 2.6rem;
  line-height: 1;
  color: var(--vert-ink);
  font-family: Georgia, serif;
  opacity: .8;
  flex-shrink: 0;
  transition: opacity .3s;
}
.iz-wuxing-detail-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.iz-wuxing-detail-text strong {
  font-size: .97rem;
  color: var(--vert-ink);
  font-weight: 600;
}
.iz-wuxing-detail-text span {
  font-size: .84rem;
  color: var(--vert-700);
}
.iz-wuxing-detail-text em {
  font-size: .82rem;
  color: var(--vert-500);
  font-style: italic;
}

/* ---- Wheel figure ---- */
.iz-wuxing-wheel {
  position: relative;
  margin: 0;
  padding: 0;
}
.iz-wuxing-svg {
  width: 100%;
  height: auto;
  display: block;
  max-width: 440px;
  margin: 0 auto;
  filter: drop-shadow(0 16px 48px rgba(5,62,54,.14));
}
.iz-wuxing-caption {
  text-align: center;
  font-size: .74rem;
  letter-spacing: .08em;
  color: var(--vert-500);
  margin-top: 14px;
  font-family: var(--sans);
}

/* ---- Node interactions ---- */
.iz-wuxing-node { cursor: pointer; transition: transform .25s var(--ease); }
.iz-wuxing-node:hover,
.iz-wuxing-node:focus { transform: scale(1.08); outline: none; }
.iz-wuxing-node:focus .iz-wuxing-disc { stroke: white; stroke-width: 2; }
.iz-wuxing-halo { transition: opacity .35s; }
.iz-wuxing-node:hover .iz-wuxing-halo,
.iz-wuxing-node--active .iz-wuxing-halo { opacity: .28; }
.iz-wuxing-disc { transition: filter .25s; }
.iz-wuxing-node:hover .iz-wuxing-disc,
.iz-wuxing-node--active .iz-wuxing-disc { filter: brightness(1.12); }
.iz-wuxing-node--bois .iz-wuxing-disc { filter: drop-shadow(0 4px 10px rgba(5,62,54,.45)); }


/* =======================================================================
   QI GONG — Unified 3-zone color system
   Zone L (Light)  : --vert-50  (#EAF2F1) — all content sections
   Zone M (Medium) : --vert-100 (#D3E3E1) — CTAs, Wuxing, Guarantee
   Zone D (Dark)   : --vert-700 (#5D705B) → --vert-ink (#053E36) — Solution, Urgency, Final CTA
   ======================================================================= */

/* ── CSS custom props scoped to qi-gong ── */
body.iz-page-qi-gong {
  --qg-light:  var(--cream);     /* beige — fond dominant (voyage, santé) */
  --qg-mid:    var(--vert-100);  /* bande verte douce entre sections */
  --qg-dark:   var(--vert-500);  /* TEAL #5E979E — accent identitaire (mouvement) */
  --qg-ink:    var(--vert-ink);  /* vert profond — sections sombres */
  --qg-mint:   var(--vert-300);  /* sauge — boutons sur fond sombre */
  --qg-text:   var(--vert-ink);
  --qg-muted:  var(--vert-700);  /* olive lisible — texte secondaire sur beige */
  --qg-cream:  var(--cream);     /* texte beige chaud sur sections sombres */
  background: var(--cream);
  color: var(--qg-text);
}

/* ── Boutique / Programme Instant Zen — fixed nav (~80px) hides the hero title;
       bump the hero top padding so the kicker + h1 clear it on both desktop + mobile. */
body.iz-page-programme-instant-zen .iz-svc-hero,
body.iz-page-boutique .iz-svc-hero,
body.woocommerce-shop .iz-svc-hero {
  padding-top: 140px;
}
@media (max-width: 768px) {
  body.iz-page-programme-instant-zen .iz-svc-hero,
  body.iz-page-boutique .iz-svc-hero,
  body.woocommerce-shop .iz-svc-hero {
    padding-top: 120px;
  }
}
/* Hide the WooCommerce archive header (we render our own hero above). */
body.woocommerce-shop .woocommerce-products-header { display: none; }
/* Make the WooCommerce archive content sit nicely below the hero. */
body.woocommerce-shop .content-area { padding-top: 40px; }

/* ── Hero ── */
body.iz-page-qi-gong .iz-svc-palette-vert {
  background: linear-gradient(155deg, var(--vert-500) 0%, var(--vert-700) 45%, var(--vert-ink) 100%);
}
body.iz-page-qi-gong .iz-svc-hero .iz-btn.vert {
  background: var(--qg-mint);
  color: var(--qg-ink);
}
body.iz-page-qi-gong .iz-svc-hero .iz-btn.vert:hover {
  background: var(--vert-100);
}

/* ── Zone L — content sections (all same background) ── */
body.iz-page-qi-gong .iz-svc-problem,
body.iz-page-qi-gong .iz-svc-about,
body.iz-page-qi-gong .iz-svc-process,
body.iz-page-qi-gong .iz-svc-benefits,
body.iz-page-qi-gong .iz-svc-compare,
body.iz-page-qi-gong .iz-svc-testimonials-extra,
body.iz-page-qi-gong .iz-svc-pricing,
body.iz-page-qi-gong .iz-svc-trust,
body.iz-page-qi-gong .iz-svc-faq {
  background: var(--qg-light);
}

/* ── Zone M — accent sections (CTAs, Wuxing, Guarantee) ── */
body.iz-page-qi-gong .iz-svc-mid-cta,
body.iz-page-qi-gong .iz-svc-signature--wuxing,
body.iz-page-qi-gong .iz-svc-guarantee {
  background: var(--qg-mid);
}
body.iz-page-qi-gong .iz-svc-mid-cta h3 { color: var(--qg-ink); }
body.iz-page-qi-gong .iz-svc-mid-cta p  { color: var(--qg-muted); }
body.iz-page-qi-gong .iz-svc-guarantee h2,
body.iz-page-qi-gong .iz-svc-guarantee .iz-svc-kicker { color: var(--qg-ink); }
body.iz-page-qi-gong .iz-svc-guarantee-body { color: var(--qg-muted); }

/* ── Zone D — dark sections (Solution, Urgency, Final CTA) ── */
body.iz-page-qi-gong .iz-svc-solution,
body.iz-page-qi-gong .iz-svc-urgency,
body.iz-page-qi-gong .iz-join {
  background: linear-gradient(160deg, var(--qg-dark) 0%, var(--qg-ink) 100%);
}
body.iz-page-qi-gong .iz-svc-solution h2,
body.iz-page-qi-gong .iz-svc-solution .iz-svc-lede,
body.iz-page-qi-gong .iz-svc-solution p { color: var(--qg-cream); }
body.iz-page-qi-gong .iz-svc-solution strong { color: var(--qg-mint); }

body.iz-page-qi-gong .iz-svc-urgency h3,
body.iz-page-qi-gong .iz-svc-urgency p { color: var(--qg-cream); }
body.iz-page-qi-gong .iz-svc-urgency-icon { color: var(--qg-mint); }
body.iz-page-qi-gong .iz-svc-urgency .iz-btn { background: var(--qg-mint); color: var(--qg-ink); }

body.iz-page-qi-gong .iz-join h2 { color: var(--qg-cream); }
body.iz-page-qi-gong .iz-join p  { color: rgba(211, 227, 225, .8); }
body.iz-page-qi-gong .iz-join .iz-btn-ghost {
  border-color: rgba(211, 227, 225, .45);
  color: var(--qg-cream);
}

/* ── Wuxing section background (Zone M override for leaf contrast) ── */
body.iz-page-qi-gong .iz-svc-signature--wuxing {
  background: var(--qg-mid);
}

/* ── Featured testimonial (iz-ceo) — Zone M ── */
body.iz-page-qi-gong .iz-svc-testimonial.iz-ceo {
  background: var(--qg-mid);
}
body.iz-page-qi-gong .iz-ceo-text blockquote { color: var(--qg-ink); }
body.iz-page-qi-gong .iz-ceo-text .sig { color: var(--qg-dark); }

/* ── Accents consistent across all zones ── */
body.iz-page-qi-gong .iz-svc-pain-list li   { border-left-color: var(--qg-dark); }
body.iz-page-qi-gong .iz-svc-pain-list .check { color: var(--qg-dark); }
body.iz-page-qi-gong .iz-svc-step-num {
  background: linear-gradient(135deg, var(--qg-dark), var(--qg-ink));
  color: #fff;
  box-shadow: 0 4px 14px rgba(5,62,54,.28);
}
body.iz-page-qi-gong .iz-svc-benefit         { border-top-color: var(--qg-dark); }
body.iz-page-qi-gong .iz-svc-benefit-icon svg { color: var(--qg-dark); }
body.iz-page-qi-gong .iz-svc-tcard           { border-top-color: var(--qg-dark); }
body.iz-page-qi-gong .iz-svc-tcard-stars     { color: var(--qg-dark); }
body.iz-page-qi-gong .iz-svc-faq-item summary { color: var(--qg-ink); }
body.iz-page-qi-gong .iz-svc-faq-item[open]  { background: rgba(5,62,54,.06); }
body.iz-page-qi-gong .iz-svc-faq-item[open] summary { color: var(--qg-dark); }
body.iz-page-qi-gong .iz-svc-trust-card {
  border-top: 3px solid var(--qg-dark);
  background: rgba(255,255,255,.8);
}

/* Pricing — highlight card in dark green */
body.iz-page-qi-gong .iz-svc-price.highlight {
  background: linear-gradient(160deg, var(--qg-dark), var(--qg-ink));
  border-color: transparent;
  box-shadow: 0 16px 40px rgba(5,62,54,.22);
}
body.iz-page-qi-gong .iz-svc-price.highlight h3,
body.iz-page-qi-gong .iz-svc-price.highlight .iz-svc-price-amount,
body.iz-page-qi-gong .iz-svc-price.highlight p { color: var(--qg-cream); }
body.iz-page-qi-gong .iz-svc-price-tag { background: var(--qg-mint); color: var(--qg-ink); }

/* Comparison table Instant Zen column */
body.iz-page-qi-gong .iz-svc-compare-table .iz-svc-compare-us {
  background: rgba(5,62,54,.08);
  color: var(--qg-ink);
}
body.iz-page-qi-gong .iz-svc-compare-table thead .iz-svc-compare-us {
  background: var(--qg-dark);
  color: #fff;
}

/* Section heading underline accent */
body.iz-page-qi-gong .iz-svc-problem h2,
body.iz-page-qi-gong .iz-svc-process h2,
body.iz-page-qi-gong .iz-svc-benefits h2,
body.iz-page-qi-gong .iz-svc-compare h2,
body.iz-page-qi-gong .iz-svc-pricing h2,
body.iz-page-qi-gong .iz-svc-testimonials-extra h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 14px;
}
body.iz-page-qi-gong .iz-svc-problem h2::after,
body.iz-page-qi-gong .iz-svc-process h2::after,
body.iz-page-qi-gong .iz-svc-benefits h2::after,
body.iz-page-qi-gong .iz-svc-compare h2::after,
body.iz-page-qi-gong .iz-svc-pricing h2::after,
body.iz-page-qi-gong .iz-svc-testimonials-extra h2::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 48px; height: 2px;
  background: linear-gradient(90deg, transparent, var(--qg-dark) 30%, var(--qg-dark) 70%, transparent);
}

/* =====================================================================
   DESIGN REFRESH v2 — Modern enhancements across About, Service, Blog
   ===================================================================== */

/* ── READING PROGRESS BAR ── */
.iz-read-progress {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 3px;
  z-index: 10001;
  pointer-events: none;
}
.iz-read-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--rose-500) 0%, var(--rose-300) 50%, var(--vert-500) 100%);
  width: 0%;
  transition: width .08s linear;
  border-radius: 0 3px 3px 0;
  box-shadow: 0 0 10px rgba(220,137,131,.4);
}

/* ── BLOG SINGLE: DROPCAP ── */
.iz-post-body > p:first-of-type::first-letter {
  font-family: var(--serif);
  font-size: 4.2em;
  font-weight: 400;
  float: left;
  line-height: 0.72;
  padding: 0.08em 0.14em 0 0;
  color: var(--rose-500);
}

/* ── BLOG SINGLE: TWO-COLUMN LAYOUT (desktop) ── */
@media (min-width: 1100px) {
  .iz-post { max-width: 1140px; }
  .iz-post-content-wrap {
    display: grid;
    grid-template-columns: 1fr 268px;
    gap: 60px;
    align-items: start;
  }
  .iz-post-sidebar {
    position: sticky;
    top: 100px;
  }
}

/* ── BLOG SINGLE: TABLE OF CONTENTS ── */
.iz-post-toc {
  background: linear-gradient(135deg, var(--card-bg) 0%, var(--cream-warm) 100%);
  border-radius: 14px;
  padding: 22px 26px;
  border: 1px solid rgba(132,162,159,.1);
  border-left: 3px solid var(--rose-300);
}
.iz-post-toc-title {
  font-family: var(--sans);
  font-size: .68rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--rose-700);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.iz-post-toc-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, var(--rose-200, var(--rose-300)), transparent);
  opacity: 0.6;
}
.iz-post-toc ol { list-style: none; counter-reset: iz-toc; padding: 0; margin: 0; }
.iz-post-toc li { counter-increment: iz-toc; margin-bottom: 6px; }
.iz-post-toc a {
  text-decoration: none;
  font-size: .88rem;
  color: var(--brown-soft);
  display: flex;
  gap: 10px;
  align-items: baseline;
  transition: color .2s, transform .25s var(--ease);
  padding: 3px 0;
}
.iz-post-toc a::before {
  content: counter(iz-toc, decimal-leading-zero);
  font-size: .65rem;
  letter-spacing: .04em;
  color: var(--rose-300);
  flex-shrink: 0;
  font-weight: 600;
}
.iz-post-toc a:hover { color: var(--rose-700); transform: translateX(4px); }
.iz-post-toc a.iz-toc-active {
  color: var(--rose-700);
  font-weight: 500;
}
/* Hide ToC on mobile (it's injected inline in article flow instead) */
@media (max-width: 1099px) {
  .iz-post-sidebar { margin-top: 32px; }
  .iz-post-sidebar .iz-post-toc { border-left-color: var(--vert-300); }
}

/* ── BLOG GRID: FEATURED FIRST POST ── */
.iz-blog-card--featured {
  grid-column: 1 / -1;
  border-radius: 20px;
}
.iz-blog-card--featured .iz-blog-card-link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 380px;
}
.iz-blog-card--featured .iz-blog-card-img {
  aspect-ratio: unset;
  height: 100%;
}
.iz-blog-card--featured .iz-blog-card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.iz-blog-card--featured .iz-blog-card-body {
  padding: clamp(28px, 4vw, 52px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.iz-blog-card--featured .iz-blog-card-title {
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  font-weight: 400;
  -webkit-line-clamp: 4;
  margin: 10px 0 16px;
  line-height: 1.2;
}
.iz-blog-card--featured .iz-blog-card-desc {
  font-size: .96rem;
  -webkit-line-clamp: 4;
  margin-bottom: 22px;
  line-height: 1.7;
}
.iz-blog-card--featured .iz-blog-card-more {
  margin-top: 0;
  font-size: .88rem;
}
/* Reading time pill */
.iz-blog-card-read-time {
  font-size: .7rem;
  color: var(--brown-faint);
  margin-bottom: 4px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  letter-spacing: .03em;
}
@media (max-width: 700px) {
  .iz-blog-card--featured .iz-blog-card-link { grid-template-columns: 1fr; }
  .iz-blog-card--featured .iz-blog-card-img { height: 230px; }
}

/* ── ABOUT: VERTICAL TIMELINE ── */
.iz-about-timeline-v2 {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
  padding: 30px 20px;
}
.iz-about-timeline-v2::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0; bottom: 0;
  width: 1px;
  background: linear-gradient(180deg,
    transparent 0%,
    var(--rose-300) 6%,
    var(--rose-300) 94%,
    transparent 100%);
  transform: translateX(-50%);
}
.iz-about-step-v2 {
  display: grid;
  grid-template-columns: 1fr 36px 1fr;
  gap: 28px;
  align-items: center;
  margin-bottom: 48px;
  position: relative;
}
/* Odd steps: year col-1 (right-aligned), dot col-2, card col-3 */
.iz-about-step-v2-year { grid-column: 1; grid-row: 1; text-align: right; }
.iz-about-step-v2-dot  { grid-column: 2; grid-row: 1; }
.iz-about-step-v2-card { grid-column: 3; grid-row: 1; }
/* Even steps: card col-1, dot col-2, year col-3 (left-aligned) */
.iz-about-step-v2:nth-child(even) .iz-about-step-v2-year { grid-column: 3; text-align: left; }
.iz-about-step-v2:nth-child(even) .iz-about-step-v2-dot  { grid-column: 2; }
.iz-about-step-v2:nth-child(even) .iz-about-step-v2-card { grid-column: 1; }
.iz-about-year-num {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.7rem, 2.5vw, 2.4rem);
  line-height: 1;
  color: var(--rose-500);
  display: block;
}
.iz-about-step-v2:nth-child(2) .iz-about-year-num { color: var(--vert-700); }
.iz-about-step-v2:nth-child(3) .iz-about-year-num { color: var(--gold); }
.iz-about-step-v2:nth-child(4) .iz-about-year-num { color: var(--brown); }
.iz-about-step-v2:nth-child(5) .iz-about-year-num { color: var(--rose-700); }
.iz-about-step-v2-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.iz-about-dot-inner {
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--rose-500);
  border: 3px solid var(--cream);
  box-shadow: 0 0 0 2px var(--rose-300), 0 4px 14px rgba(220,137,131,.28);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.iz-about-step-v2:hover .iz-about-dot-inner {
  transform: scale(1.25);
}
.iz-about-step-v2:nth-child(2) .iz-about-dot-inner {
  background: var(--vert-700);
  box-shadow: 0 0 0 2px var(--vert-300), 0 4px 14px rgba(94,151,158,.28);
}
.iz-about-step-v2:nth-child(3) .iz-about-dot-inner {
  background: var(--vert-500);
  box-shadow: 0 0 0 2px rgba(94,151,158,.35), 0 4px 14px rgba(94,151,158,.28);
}
.iz-about-step-v2:nth-child(4) .iz-about-dot-inner {
  background: var(--vert-700);
  box-shadow: 0 0 0 2px rgba(93,112,91,.35);
}
.iz-about-step-v2:nth-child(5) .iz-about-dot-inner {
  background: var(--rose-700);
  box-shadow: 0 0 0 2px var(--rose-300);
}
.iz-about-step-v2-card {
  background: var(--card-bg);
  padding: clamp(20px, 2.5vw, 30px);
  border-radius: 14px;
  transition: transform .38s var(--ease), box-shadow .38s var(--ease), border-color .3s;
  border: 1px solid rgba(132,162,159,.06);
}
.iz-about-step-v2-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 44px rgba(132,162,159,.11);
  border-color: rgba(132,162,159,.13);
}
.iz-about-step-v2-card h3 {
  font-family: var(--serif);
  font-size: 1.12rem;
  font-weight: 500;
  margin-bottom: .45em;
  color: var(--brown);
}
.iz-about-step-v2-card p {
  font-size: .9rem;
  line-height: 1.65;
  color: var(--brown-soft);
  margin: 0;
}
@media (max-width: 680px) {
  .iz-about-timeline-v2::before { left: 10px; transform: none; }
  .iz-about-step-v2 {
    grid-template-columns: 22px 1fr;
    gap: 16px;
  }
  /* Mobile: year hidden, dot → col 1, card → col 2 for every step */
  .iz-about-step-v2-year,
  .iz-about-step-v2:nth-child(even) .iz-about-step-v2-year { display: none; }
  .iz-about-step-v2-dot,
  .iz-about-step-v2:nth-child(even) .iz-about-step-v2-dot { grid-column: 1; grid-row: 1; }
  .iz-about-step-v2-card,
  .iz-about-step-v2:nth-child(even) .iz-about-step-v2-card { grid-column: 2; grid-row: 1; }
  .iz-about-step-v2-dot {
    align-items: flex-start;
    padding-top: 16px;
    justify-content: center;
  }
  .iz-about-dot-inner { width: 12px; height: 12px; }
}

/* ── SERVICE: PROCESS STEPS — connector line ── */
.iz-svc-process { background: var(--cream-warm); }
.iz-svc-steps {
  position: relative;
}
/* Horizontal connector line spanning between step numbers */
.iz-svc-steps::before {
  content: '';
  position: absolute;
  top: 32px;
  left: calc(100% / 6);
  right: calc(100% / 6);
  height: 1px;
  background: linear-gradient(90deg,
    transparent,
    var(--accent) 20%,
    var(--accent) 80%,
    transparent);
  opacity: 0.25;
  pointer-events: none;
}
.iz-svc-step {
  text-align: center;
  transition: transform .38s var(--ease), box-shadow .38s var(--ease);
}
.iz-svc-step:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(132,162,159,.1); }
.iz-svc-step-num {
  width: 56px; height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: var(--cream);
  margin: 0 auto .9em;
  font-size: 1.1rem;
  box-shadow: 0 8px 20px rgba(0,0,0,.1);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
  position: relative;
  z-index: 1;
}
.iz-svc-step:hover .iz-svc-step-num {
  transform: scale(1.1);
  box-shadow: 0 12px 28px rgba(0,0,0,.15);
}
.iz-svc-step { text-align: center; }
.iz-svc-step h3 { text-align: center; }
.iz-svc-step p { text-align: center; }
@media (max-width: 650px) {
  .iz-svc-steps::before { display: none; }
}

/* ── SERVICE: PRICING CARDS — top accent bar ── */
.iz-svc-price {
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.iz-svc-price::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent-soft), var(--accent));
  opacity: 0;
  transition: opacity .35s var(--ease);
  border-radius: 14px 14px 0 0;
}
.iz-svc-price:hover { transform: translateY(-6px); box-shadow: 0 22px 56px rgba(132,162,159,.13); }
.iz-svc-price:hover::after { opacity: 1; }
.iz-svc-price.highlight::after { opacity: 1; }
.iz-svc-price-amount {
  font-family: var(--serif);
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 400;
  color: var(--accent);
  letter-spacing: -0.02em;
}
.iz-svc-price .iz-btn { align-self: flex-start; margin-top: auto; }

/* ── SERVICE: BENEFITS — border-top accent on hover ── */
.iz-svc-benefit {
  border-top: 2px solid transparent;
  transition: border-top-color .3s, transform .35s var(--ease), box-shadow .35s var(--ease);
}
.iz-svc-benefit:hover { border-top-color: var(--accent); }

/* ── SERVICE: BENEFIT ICON — colored circle ── */
.iz-svc-benefit-icon {
  border-radius: 50%;
  width: 60px; height: 60px;
  background: var(--accent-soft);
  color: var(--accent);
  box-shadow: 0 4px 14px rgba(0,0,0,.04);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.iz-svc-benefit:hover .iz-svc-benefit-icon {
  transform: scale(1.08) rotate(-6deg);
  box-shadow: 0 8px 22px rgba(0,0,0,.08);
}

/* ── SERVICE: FAQ ACCORDION — smoother open/close ── */
.iz-svc-faq-item {
  transition: background .3s var(--ease), box-shadow .3s var(--ease);
}
.iz-svc-faq-item[open] {
  box-shadow: 0 4px 28px rgba(220,137,131,.06);
}
.iz-svc-faq-item summary {
  transition: color .25s;
}
.iz-svc-faq-item[open] summary {
  color: var(--accent);
}
.iz-svc-faq-a {
  border-top: 1px solid rgba(132,162,159,.07);
}

/* ── GUARANTEE BADGES — icon warm background ── */
.iz-svc-gb {
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.iz-svc-gb:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(132,162,159,.08); }
.iz-svc-gb-icon {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--vert-50), var(--vert-100));
  color: var(--vert-700);
  box-shadow: 0 4px 14px rgba(94,151,158,.12);
}

/* ── ABOUT: PHILOSOPHY QUOTE — decorative large mark ── */
.iz-svc-solution .iz-svc-lede {
  position: relative;
  padding: 28px 36px;
  background: rgba(255,255,255,.55);
  border-radius: 14px;
  border: 1px solid rgba(132,162,159,.1);
  backdrop-filter: blur(4px);
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  line-height: 1.75;
  text-align: left;
  max-width: 740px;
  margin: 0 auto;
}
.iz-svc-solution .iz-svc-lede::before {
  content: '\201C';
  position: absolute;
  top: -24px; left: 24px;
  font-family: var(--serif);
  font-size: 7rem;
  line-height: 1;
  color: var(--accent);
  opacity: 0.18;
  pointer-events: none;
}

/* ── ABOUT: CREDENTIALS — pill chips ── */
.iz-svc-credentials li {
  background: var(--cream);
  border-radius: 999px;
  padding: 8px 16px;
  border: 1px solid rgba(132,162,159,.08);
  transition: border-color .25s, transform .25s var(--ease);
  font-size: .88rem;
}
.iz-svc-credentials li:hover {
  border-color: var(--vert-300);
  transform: translateX(4px);
}
.iz-svc-credentials svg { color: var(--vert-500); }

/* ── TRUST CARDS — refined ── */
.iz-svc-trust-card {
  border-radius: 14px;
  background: var(--card-bg);
  border: 1px solid rgba(132,162,159,.08);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.iz-svc-trust-card:hover { transform: translateY(-3px); box-shadow: 0 12px 36px rgba(132,162,159,.08); }
.iz-svc-trust-card h3 { font-family: var(--serif); font-weight: 500; color: var(--brown); }

/* ── ARCHIVE HERO — category page ── */
.iz-svc-palette-gold {
  background: linear-gradient(155deg, var(--vert-300) 0%, var(--vert-700) 55%, var(--vert-ink) 100%);
}

/* ── SOCIAL PROOF BAR — stat numbers animated ── */
.iz-svc-proof-num {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  letter-spacing: -0.02em;
}

/* ── BLOG RELATED POSTS — image thumbnails ── */
.iz-post-related-card {
  display: flex;
  flex-direction: column;
}
.iz-post-related-card-img {
  aspect-ratio: 16/9;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 14px;
  background: var(--cream);
}
.iz-post-related-card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .5s var(--ease);
}
.iz-post-related-card:hover .iz-post-related-card-img img { transform: scale(1.04); }

/* ── SINGLE POST: AUTHOR BIO — enhanced ── */
.iz-post-author-bio {
  border: 1px solid rgba(132,162,159,.08);
  transition: box-shadow .35s var(--ease);
}
.iz-post-author-bio:hover { box-shadow: 0 12px 40px rgba(132,162,159,.08); }

/* ── SINGLE POST: IN-ARTICLE CTA ── */
.iz-post-cta {
  position: relative;
  overflow: hidden;
}
.iz-post-cta::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--rose-300), var(--rose-500), var(--rose-300));
  border-radius: 16px 16px 0 0;
}

/* ── PRICING INTRO TEXT ── */
.iz-svc-pricing-intro {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--brown-soft);
  max-width: 620px;
  margin: -30px auto clamp(30px, 4vw, 50px);
  padding-bottom: 10px;
}

/* ── PRICING: SOLIDAIRE NOTE ── */
.iz-svc-pricing-solidaire {
  max-width: 640px;
  margin: clamp(24px, 3vw, 36px) auto 0;
  font-size: .9rem;
  line-height: 1.65;
  color: var(--brown-soft);
  text-align: center;
  font-style: italic;
  padding: 16px 20px;
  background: var(--cream-warm);
  border-radius: 10px;
  border: 1px solid rgba(132,162,159,.07);
}

/* ── HERO PROMISE (service hero sub-kicker) ── */
.iz-svc-hero-promise {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(.9rem, 1.1vw, 1rem);
  letter-spacing: .04em;
  color: rgba(247,238,221,.82);
  margin-bottom: .6em;
}

/* ── SHIATSU BEAUTÉ: LIFTANT SIGNATURE SECTION ── */
.iz-svc-signature--liftant {
  background: linear-gradient(155deg, var(--cream-warm) 0%, var(--card-bg) 50%, var(--cream) 100%);
}
.iz-liftant-inner {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: start;
}
.iz-liftant-text h2 {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  font-weight: 400;
  line-height: 1.1;
  margin: .2em 0 .8em;
  color: var(--brown);
}
.iz-liftant-text h2 .italic { font-style: italic; color: var(--rose-500); }
.iz-liftant-text p {
  font-size: clamp(.92rem, 1vw, 1rem);
  line-height: 1.75;
  color: var(--brown-soft);
  margin-bottom: 1.1em;
}
.iz-liftant-text p strong { color: var(--brown); font-weight: 500; }
.iz-liftant-signature {
  font-family: var(--serif);
  font-style: italic;
  font-size: .9rem;
  color: var(--brown-faint);
  margin-top: 1.6em;
  display: block;
}
.iz-liftant-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 1.5vw, 18px);
  align-content: start;
}
.iz-liftant-card:nth-child(4) { grid-column: 1; }
.iz-liftant-card:nth-child(5) { grid-column: 2; }
.iz-liftant-card {
  background: var(--card-bg);
  border-radius: 14px;
  padding: clamp(18px, 2vw, 24px);
  border: 1px solid rgba(132,162,159,.07);
  border-top: 3px solid var(--card-accent, var(--rose-500));
  transition: transform .38s var(--ease), box-shadow .38s var(--ease);
  position: relative;
  overflow: hidden;
}
.iz-liftant-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(132,162,159,.12);
}
.iz-liftant-card-header { margin-bottom: 10px; }
.iz-liftant-card-origin {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .68rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--card-accent, var(--rose-500));
}
.iz-liftant-card-name {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--brown);
  margin-bottom: .2em;
  line-height: 1.25;
}
.iz-liftant-card-sub {
  font-size: .7rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--card-accent, var(--rose-500));
  font-weight: 500;
  margin-bottom: .7em;
  opacity: .85;
}
.iz-liftant-card-desc {
  font-size: .84rem;
  line-height: 1.6;
  color: var(--brown-soft);
  margin: 0;
}
@media (max-width: 1000px) {
  .iz-liftant-inner { grid-template-columns: 1fr; }
  .iz-liftant-cards { grid-template-columns: repeat(2, 1fr); }
  .iz-liftant-card:nth-child(4),
  .iz-liftant-card:nth-child(5) { grid-column: auto; }
}
@media (max-width: 600px) {
  .iz-liftant-cards { grid-template-columns: 1fr; }
}

/* ── SOLUTION WITH PHOTO ── */
.iz-svc-solution-has-img {
  display: grid;
  grid-template-columns: 1fr min(42%, 400px);
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}
.iz-svc-solution-has-img .iz-svc-solution-text h2 { text-align: left; }
.iz-svc-solution-has-img .iz-svc-lede { max-width: none; margin: 0; }
.iz-svc-solution-img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,.12);
  margin: 0;
}
.iz-svc-solution-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3/4;
  display: block;
}
@media (max-width: 768px) {
  .iz-svc-solution-has-img { grid-template-columns: 1fr; }
  .iz-svc-solution-has-img .iz-svc-solution-text h2 { text-align: center; }
  .iz-svc-solution-img { max-width: 320px; margin: 0 auto; }
  .iz-svc-solution-img img { aspect-ratio: 4/3; }
}

/* ============================================================
   3-COLOR PER-PAGE SYSTEM — 2026-05
   ----------------------------------------------------------------
   Each interior page = 3 base hex values + gradients between them.
   Pattern:
     --c1  Light surface  (60-70% of page)
     --c2  Mid accent     (20-30%: kicker, CTAs, accent bars)
     --c3  Dark depth     (10-20%: hero, urgency, final CTA)
   The hero and dark sections gradient between c2/c3 for editorial
   richness while staying within the page's 3-color vocabulary.
   ============================================================ */

/* ───────────────────────────────────────────
   SHARED RULES — apply across all themed pages
   ─────────────────────────────────────────── */
body.iz-page-shiatsu,
body.iz-page-massage-aux-huiles,
body.iz-page-massage-visage-shiatsu-beaute,
body.iz-page-multi-sessions,
body.iz-page-qui-suis-je,
body.iz-page-blog {
  background: var(--c1);
  color: var(--c3);
}

/* Light content zones (default surface for every page) */
body.iz-page-shiatsu .iz-svc-problem,
body.iz-page-shiatsu .iz-svc-about,
body.iz-page-shiatsu .iz-svc-process,
body.iz-page-shiatsu .iz-svc-benefits,
body.iz-page-shiatsu .iz-svc-compare,
body.iz-page-shiatsu .iz-svc-testimonials-extra,
body.iz-page-shiatsu .iz-svc-pricing,
body.iz-page-shiatsu .iz-svc-trust,
body.iz-page-shiatsu .iz-svc-faq,
body.iz-page-massage-aux-huiles .iz-svc-problem,
body.iz-page-massage-aux-huiles .iz-svc-about,
body.iz-page-massage-aux-huiles .iz-svc-process,
body.iz-page-massage-aux-huiles .iz-svc-benefits,
body.iz-page-massage-aux-huiles .iz-svc-compare,
body.iz-page-massage-aux-huiles .iz-svc-testimonials-extra,
body.iz-page-massage-aux-huiles .iz-svc-pricing,
body.iz-page-massage-aux-huiles .iz-svc-trust,
body.iz-page-massage-aux-huiles .iz-svc-faq,
body.iz-page-massage-visage-shiatsu-beaute .iz-svc-problem,
body.iz-page-massage-visage-shiatsu-beaute .iz-svc-about,
body.iz-page-massage-visage-shiatsu-beaute .iz-svc-process,
body.iz-page-massage-visage-shiatsu-beaute .iz-svc-benefits,
body.iz-page-massage-visage-shiatsu-beaute .iz-svc-compare,
body.iz-page-massage-visage-shiatsu-beaute .iz-svc-testimonials-extra,
body.iz-page-massage-visage-shiatsu-beaute .iz-svc-pricing,
body.iz-page-massage-visage-shiatsu-beaute .iz-svc-trust,
body.iz-page-massage-visage-shiatsu-beaute .iz-svc-faq,
body.iz-page-multi-sessions .iz-svc-problem,
body.iz-page-multi-sessions .iz-svc-about,
body.iz-page-multi-sessions .iz-svc-process,
body.iz-page-multi-sessions .iz-svc-benefits,
body.iz-page-multi-sessions .iz-svc-compare,
body.iz-page-multi-sessions .iz-svc-testimonials-extra,
body.iz-page-multi-sessions .iz-svc-pricing,
body.iz-page-multi-sessions .iz-svc-trust,
body.iz-page-multi-sessions .iz-svc-faq {
  background: var(--c1);
}

/* Mid accent zones */
body.iz-page-shiatsu .iz-svc-mid-cta,
body.iz-page-shiatsu .iz-svc-guarantee,
body.iz-page-shiatsu .iz-svc-signature--meridians,
body.iz-page-massage-aux-huiles .iz-svc-mid-cta,
body.iz-page-massage-aux-huiles .iz-svc-guarantee,
body.iz-page-massage-visage-shiatsu-beaute .iz-svc-mid-cta,
body.iz-page-massage-visage-shiatsu-beaute .iz-svc-guarantee,
body.iz-page-massage-visage-shiatsu-beaute .iz-svc-signature--liftant,
body.iz-page-multi-sessions .iz-svc-mid-cta,
body.iz-page-multi-sessions .iz-svc-guarantee {
  background: var(--c2-soft);
  color: var(--c3);
}
body.iz-page-shiatsu .iz-svc-mid-cta h3,
body.iz-page-shiatsu .iz-svc-mid-cta p,
body.iz-page-shiatsu .iz-svc-guarantee h2,
body.iz-page-shiatsu .iz-svc-guarantee-body,
body.iz-page-shiatsu .iz-svc-guarantee .iz-svc-kicker,
body.iz-page-massage-aux-huiles .iz-svc-mid-cta h3,
body.iz-page-massage-aux-huiles .iz-svc-mid-cta p,
body.iz-page-massage-aux-huiles .iz-svc-guarantee h2,
body.iz-page-massage-aux-huiles .iz-svc-guarantee-body,
body.iz-page-massage-aux-huiles .iz-svc-guarantee .iz-svc-kicker,
body.iz-page-massage-visage-shiatsu-beaute .iz-svc-mid-cta h3,
body.iz-page-massage-visage-shiatsu-beaute .iz-svc-mid-cta p,
body.iz-page-massage-visage-shiatsu-beaute .iz-svc-guarantee h2,
body.iz-page-massage-visage-shiatsu-beaute .iz-svc-guarantee-body,
body.iz-page-massage-visage-shiatsu-beaute .iz-svc-guarantee .iz-svc-kicker,
body.iz-page-multi-sessions .iz-svc-mid-cta h3,
body.iz-page-multi-sessions .iz-svc-mid-cta p,
body.iz-page-multi-sessions .iz-svc-guarantee h2,
body.iz-page-multi-sessions .iz-svc-guarantee-body,
body.iz-page-multi-sessions .iz-svc-guarantee .iz-svc-kicker {
  color: var(--c3);
}

/* Dark depth zones (solution + urgency + final CTA) */
body.iz-page-shiatsu .iz-svc-solution,
body.iz-page-shiatsu .iz-svc-urgency,
body.iz-page-shiatsu .iz-join,
body.iz-page-massage-aux-huiles .iz-svc-solution,
body.iz-page-massage-aux-huiles .iz-svc-urgency,
body.iz-page-massage-aux-huiles .iz-join,
body.iz-page-massage-visage-shiatsu-beaute .iz-svc-solution,
body.iz-page-massage-visage-shiatsu-beaute .iz-svc-urgency,
body.iz-page-massage-visage-shiatsu-beaute .iz-join,
body.iz-page-multi-sessions .iz-svc-solution,
body.iz-page-multi-sessions .iz-svc-urgency,
body.iz-page-multi-sessions .iz-join {
  background: linear-gradient(160deg, var(--c2) 0%, var(--c3) 100%);
  color: var(--c1);
}
body.iz-page-shiatsu .iz-svc-solution h2,
body.iz-page-shiatsu .iz-svc-solution .iz-svc-lede,
body.iz-page-shiatsu .iz-svc-solution p,
body.iz-page-shiatsu .iz-svc-solution strong,
body.iz-page-shiatsu .iz-svc-urgency h3,
body.iz-page-shiatsu .iz-svc-urgency p,
body.iz-page-shiatsu .iz-join h2,
body.iz-page-shiatsu .iz-join p,
body.iz-page-massage-aux-huiles .iz-svc-solution h2,
body.iz-page-massage-aux-huiles .iz-svc-solution .iz-svc-lede,
body.iz-page-massage-aux-huiles .iz-svc-solution p,
body.iz-page-massage-aux-huiles .iz-svc-solution strong,
body.iz-page-massage-aux-huiles .iz-svc-urgency h3,
body.iz-page-massage-aux-huiles .iz-svc-urgency p,
body.iz-page-massage-aux-huiles .iz-join h2,
body.iz-page-massage-aux-huiles .iz-join p,
body.iz-page-massage-visage-shiatsu-beaute .iz-svc-solution h2,
body.iz-page-massage-visage-shiatsu-beaute .iz-svc-solution .iz-svc-lede,
body.iz-page-massage-visage-shiatsu-beaute .iz-svc-solution p,
body.iz-page-massage-visage-shiatsu-beaute .iz-svc-solution strong,
body.iz-page-massage-visage-shiatsu-beaute .iz-svc-urgency h3,
body.iz-page-massage-visage-shiatsu-beaute .iz-svc-urgency p,
body.iz-page-massage-visage-shiatsu-beaute .iz-join h2,
body.iz-page-massage-visage-shiatsu-beaute .iz-join p,
body.iz-page-multi-sessions .iz-svc-solution h2,
body.iz-page-multi-sessions .iz-svc-solution .iz-svc-lede,
body.iz-page-multi-sessions .iz-svc-solution p,
body.iz-page-multi-sessions .iz-svc-solution strong,
body.iz-page-multi-sessions .iz-svc-urgency h3,
body.iz-page-multi-sessions .iz-svc-urgency p,
body.iz-page-multi-sessions .iz-join h2,
body.iz-page-multi-sessions .iz-join p {
  color: var(--c1);
}

/* Hero gradient — every themed page hero uses c2 → c3 */
body.iz-page-shiatsu .iz-svc-palette-rose,
body.iz-page-massage-aux-huiles .iz-svc-palette-gold,
body.iz-page-massage-visage-shiatsu-beaute .iz-svc-palette-rose,
body.iz-page-multi-sessions .iz-svc-palette-vert {
  background: linear-gradient(155deg, var(--c2) 0%, var(--c3) 65%, var(--c3) 100%);
}

/* ───────────────────────────────────────────
   PAGE 1 — SHIATSU
   Rice paper · Cherry blossom · Persimmon
   ─────────────────────────────────────────── */
body.iz-page-shiatsu {
  --c1: var(--cream);
  --c2: var(--rose-500);
  --c3: var(--rose-ink);
  --c2-soft: var(--rose-100);
  --accent: var(--rose-500);
  --accent-soft: var(--rose-100);
}
body.iz-page-shiatsu .iz-btn.rose {
  background: var(--c3);
  color: var(--c1);
}
body.iz-page-shiatsu .iz-btn.rose:hover {
  background: var(--c2);
  color: var(--c1);
}
body.iz-page-shiatsu .iz-svc-pricing h2,
body.iz-page-shiatsu .iz-svc-faq h2,
body.iz-page-shiatsu .iz-svc-compare h2,
body.iz-page-shiatsu .iz-svc-benefits h2,
body.iz-page-shiatsu .iz-svc-process h2,
body.iz-page-shiatsu .iz-svc-problem h2,
body.iz-page-shiatsu .iz-svc-testimonials-extra h2,
body.iz-page-shiatsu .iz-svc-about h2 {
  color: var(--c3);
}

/* ───────────────────────────────────────────
   PAGE 2 — MASSAGES AUX HUILES
   Beige · Teal (#5E979E) · Vert profond
   ─────────────────────────────────────────── */
body.iz-page-massage-aux-huiles {
  --c1: var(--cream);
  --c2: var(--vert-500);
  --c3: var(--vert-ink);
  --c2-soft: var(--vert-100);
  --accent: var(--vert-500);
  --accent-soft: var(--vert-100);
}
body.iz-page-massage-aux-huiles .iz-btn.gold {
  background: var(--c3);
  color: var(--c1);
}
body.iz-page-massage-aux-huiles .iz-btn.gold:hover {
  background: var(--c2);
  color: var(--c1);
}
body.iz-page-massage-aux-huiles .iz-svc-pricing h2,
body.iz-page-massage-aux-huiles .iz-svc-faq h2,
body.iz-page-massage-aux-huiles .iz-svc-compare h2,
body.iz-page-massage-aux-huiles .iz-svc-benefits h2,
body.iz-page-massage-aux-huiles .iz-svc-process h2,
body.iz-page-massage-aux-huiles .iz-svc-problem h2,
body.iz-page-massage-aux-huiles .iz-svc-testimonials-extra h2,
body.iz-page-massage-aux-huiles .iz-svc-about h2 {
  color: var(--c3);
}

/* ───────────────────────────────────────────
   PAGE 3 — MASSAGE VISAGE / SHIATSU BEAUTÉ
   Porcelain · Peach blush · Burnt rose
   ─────────────────────────────────────────── */
body.iz-page-massage-visage-shiatsu-beaute {
  --c1: var(--cream);
  --c2: var(--rose-500);
  --c3: var(--rose-ink);
  --c2-soft: var(--rose-100);
  --accent: var(--rose-500);
  --accent-soft: var(--rose-100);
}
body.iz-page-massage-visage-shiatsu-beaute .iz-btn.rose {
  background: var(--c3);
  color: var(--c1);
}
body.iz-page-massage-visage-shiatsu-beaute .iz-btn.rose:hover {
  background: var(--c2);
  color: var(--c1);
}
body.iz-page-massage-visage-shiatsu-beaute .iz-svc-pricing h2,
body.iz-page-massage-visage-shiatsu-beaute .iz-svc-faq h2,
body.iz-page-massage-visage-shiatsu-beaute .iz-svc-compare h2,
body.iz-page-massage-visage-shiatsu-beaute .iz-svc-benefits h2,
body.iz-page-massage-visage-shiatsu-beaute .iz-svc-process h2,
body.iz-page-massage-visage-shiatsu-beaute .iz-svc-problem h2,
body.iz-page-massage-visage-shiatsu-beaute .iz-svc-testimonials-extra h2,
body.iz-page-massage-visage-shiatsu-beaute .iz-svc-about h2 {
  color: var(--c3);
}

/* ───────────────────────────────────────────
   PAGE 4 — MULTI-SESSIONS
   Mist · Lagoon · Midnight teal
   ─────────────────────────────────────────── */
body.iz-page-multi-sessions {
  --c1: var(--cream);
  --c2: var(--vert-500);
  --c3: var(--vert-ink);
  --c2-soft: var(--vert-100);
  --accent: var(--vert-500);
  --accent-soft: var(--vert-100);
}
body.iz-page-multi-sessions .iz-btn.vert {
  background: var(--c3);
  color: var(--c1);
}
body.iz-page-multi-sessions .iz-btn.vert:hover {
  background: var(--c2);
  color: var(--c1);
}
body.iz-page-multi-sessions .iz-svc-pricing h2,
body.iz-page-multi-sessions .iz-svc-faq h2,
body.iz-page-multi-sessions .iz-svc-compare h2,
body.iz-page-multi-sessions .iz-svc-benefits h2,
body.iz-page-multi-sessions .iz-svc-process h2,
body.iz-page-multi-sessions .iz-svc-problem h2,
body.iz-page-multi-sessions .iz-svc-testimonials-extra h2,
body.iz-page-multi-sessions .iz-svc-about h2 {
  color: var(--c3);
}

/* ───────────────────────────────────────────
   PAGE 5 — ABOUT / QUI SUIS-JE
   Cream · Bronze · Umber
   ─────────────────────────────────────────── */
body.iz-page-qui-suis-je {
  --c1: var(--cream);
  --c2: var(--vert-500);   /* #5E979E — was rose-500 */
  --c3: var(--vert-ink);
  --c2-soft: var(--vert-100);
  --accent: var(--vert-500);
  --accent-soft: var(--vert-100);
}
body.iz-page-qui-suis-je .iz-about-hero,
body.iz-page-qui-suis-je .iz-about-cta {
  background: linear-gradient(160deg, var(--c2) 0%, var(--c3) 100%);
  color: var(--c1);
}
/* Final CTA "Discutons de vos besoins" — light bg so the text stays legible */
body.iz-page-qui-suis-je .iz-join {
  background: var(--cream-warm);
  color: var(--vert-ink);
}
body.iz-page-qui-suis-je .iz-join h2 { color: var(--vert-ink); }
body.iz-page-qui-suis-je .iz-join p  { color: var(--brown); }
body.iz-page-qui-suis-je .iz-about-journey,
body.iz-page-qui-suis-je .iz-about-bio,
body.iz-page-qui-suis-je .iz-about-timeline-v2-wrap {
  background: var(--c1);
}
body.iz-page-qui-suis-je .iz-about-step,
body.iz-page-qui-suis-je .iz-about-step-v2-card {
  border-top-color: var(--c2) !important;
}
body.iz-page-qui-suis-je .iz-btn.rose,
body.iz-page-qui-suis-je .iz-btn.gold,
body.iz-page-qui-suis-je .iz-btn.vert {
  background: var(--c3);
  color: var(--c1);
}
body.iz-page-qui-suis-je .iz-btn.rose:hover,
body.iz-page-qui-suis-je .iz-btn.gold:hover,
body.iz-page-qui-suis-je .iz-btn.vert:hover {
  background: var(--c2);
}

/* ───────────────────────────────────────────
   PAGE 6 — BLOG (single + index + archive)
   Paper · Editorial rose · Ink
   ─────────────────────────────────────────── */
body.iz-page-blog {
  --c1: var(--cream);
  --c2: var(--rose-700);
  --c3: var(--vert-ink);
  --c2-soft: var(--rose-100);
  --accent: var(--rose-700);
  --accent-soft: var(--rose-100);
}
body.iz-page-blog .iz-post-body,
body.iz-page-blog .iz-blog-list,
body.iz-page-blog .iz-archive {
  background: var(--c1);
  color: var(--c3);
}
body.iz-page-blog .iz-read-progress-bar {
  background: linear-gradient(90deg, var(--c2) 0%, var(--c3) 100%);
}
body.iz-page-blog .iz-post-toc a:hover,
body.iz-page-blog .iz-post-toc a.is-active {
  color: var(--c2);
}
body.iz-page-blog .iz-post-body a {
  color: var(--c2);
  text-decoration-color: var(--c2-soft);
}
body.iz-page-blog .iz-post-body a:hover {
  color: var(--c3);
}
body.iz-page-blog .iz-post-body h2,
body.iz-page-blog .iz-post-body h3,
body.iz-page-blog .iz-post-body h4,
body.iz-page-blog .iz-blog-card-title,
body.iz-page-blog .iz-archive h1 {
  color: var(--c3);
}
body.iz-page-blog .iz-blog-card,
body.iz-page-blog .iz-post-related-card {
  background: var(--c1);
  border: 1px solid var(--c2-soft);
}
body.iz-page-blog .iz-blog-card-read-time {
  background: var(--c2-soft);
  color: var(--c3);
}
body.iz-page-blog .iz-blog-card--featured {
  background: linear-gradient(135deg, var(--c1) 0%, var(--c2-soft) 100%);
}
body.iz-page-blog .iz-btn.rose,
body.iz-page-blog .iz-btn.vert,
body.iz-page-blog .iz-btn.gold {
  background: var(--c3);
  color: var(--c1);
}
body.iz-page-blog .iz-btn.rose:hover,
body.iz-page-blog .iz-btn.vert:hover,
body.iz-page-blog .iz-btn.gold:hover {
  background: var(--c2);
}
body.iz-page-blog .iz-post-body p:first-of-type::first-letter {
  color: var(--c2);
}

/* ───────────────────────────────────────────
   MANIFESTE — page d'accueil
   ─────────────────────────────────────────── */
.iz-manifeste {
  background: var(--cream);
  padding: clamp(80px, 12vw, 160px) 20px;
  border-top: 1px solid rgba(93,112,91,.12);
}
.iz-manifeste-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}
.iz-manifeste-kicker {
  font-family: var(--serif);
  font-style: italic;
  font-size: .95rem;
  color: var(--vert-500);
  letter-spacing: .06em;
  margin-bottom: clamp(18px, 2vw, 28px);
}
.iz-manifeste-lead {
  font-family: var(--serif);
  font-size: clamp(1.9rem, 4vw, 3.4rem);
  font-weight: 400;
  line-height: 1.22;
  color: var(--brown);
  margin-bottom: clamp(48px, 7vw, 96px);
  max-width: 800px;
}
.iz-manifeste-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 4vw, 56px);
  border-top: 1px solid rgba(93,112,91,.15);
  padding-top: clamp(36px, 5vw, 64px);
}
.iz-manifeste-label {
  display: block;
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--vert-500);
  margin-bottom: .9em;
}
.iz-manifeste-col p {
  font-family: var(--sans);
  font-size: clamp(.88rem, 1vw, .98rem);
  line-height: 1.75;
  color: var(--brown-soft);
}
@media (max-width: 900px) { .iz-manifeste-cols { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .iz-manifeste-cols { grid-template-columns: 1fr; } }

/* ───────────────────────────────────────────
   HERO PROMISE — service pages
   ─────────────────────────────────────────── */
.iz-svc-hero-promise {
  display: inline-block;
  margin-top: clamp(12px, 1.5vw, 20px);
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(.95rem, 1.3vw, 1.15rem);
  color: var(--cream);
  opacity: .88;
  letter-spacing: .02em;
  border-left: 2px solid rgba(247,238,221,.45);
  padding-left: .85em;
}

/* ───────────────────────────────────────────
   MASSAGES — Comment choisir son massage ?
   ─────────────────────────────────────────── */
.iz-massages-chooser {
  background: var(--cream-warm);
  padding: clamp(70px, 10vw, 130px) 20px;
}
.iz-massages-chooser-inner { max-width: var(--max-w); margin: 0 auto; }
.iz-massages-chooser-head {
  text-align: center;
  margin-bottom: clamp(40px, 6vw, 72px);
}
.iz-massages-chooser-head h2 {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  font-weight: 400;
  color: var(--brown);
  margin: .35em 0 .6em;
  line-height: 1.2;
}
.iz-massages-chooser-head p {
  font-size: clamp(.9rem, 1.1vw, 1rem);
  color: var(--brown-soft);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.65;
}
.iz-massages-chooser-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2vw, 24px);
}
.iz-chooser-card {
  background: var(--card-bg);
  border-radius: 12px;
  padding: clamp(20px, 2.5vw, 32px);
  border-top: 3px solid var(--card-accent);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.iz-chooser-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(93,112,91,.12); }
.iz-chooser-card-head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.iz-chooser-icon { font-size: 1.6rem; line-height: 1; flex-shrink: 0; }
.iz-chooser-card-head h3 {
  font-family: var(--serif);
  font-size: clamp(.95rem, 1.2vw, 1.15rem);
  font-weight: 500;
  color: var(--brown);
  line-height: 1.25;
}
.iz-chooser-detail {
  font-size: clamp(.8rem, .9vw, .88rem);
  line-height: 1.65;
  color: var(--brown-soft);
  flex: 1;
}
.iz-chooser-for-label {
  display: block;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--card-accent);
  margin-bottom: .5em;
}
.iz-chooser-for ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.iz-chooser-for ul li {
  font-size: .8rem;
  color: var(--brown-soft);
  padding-left: 1.1em;
  position: relative;
  line-height: 1.45;
}
.iz-chooser-for ul li::before {
  content: '→';
  position: absolute; left: 0;
  color: var(--card-accent);
  font-size: .7rem;
  top: .05em;
}
@media (max-width: 1024px) { .iz-massages-chooser-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 540px)  { .iz-massages-chooser-grid { grid-template-columns: 1fr; } }

/* ───────────────────────────────────────────
   QI GONG — Carrés visuels
   ─────────────────────────────────────────── */
.iz-qigong-carres {
  background: var(--cream);
  padding: clamp(60px, 10vw, 130px) 20px;
  border-top: 1px solid rgba(93,112,91,.1);
}
.iz-qigong-carres-title {
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3.2vw, 2.8rem);
  font-weight: 400;
  color: var(--brown);
  line-height: 1.22;
  margin: .4em 0 clamp(36px, 5vw, 64px);
}
.iz-qigong-carres-title .italic { font-style: italic; }
.iz-qigong-carres-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(12px, 1.5vw, 20px);
}
.iz-qigong-carre {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1 / 1;
  cursor: default;
}
.iz-qigong-carre-img {
  width: 100%; height: 100%;
  position: absolute; inset: 0;
}
.iz-qigong-carre-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .9s var(--ease);
}
.iz-qigong-carre:hover .iz-qigong-carre-img img { transform: scale(1.06); }
.iz-qigong-carre::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(5,30,26,.82) 0%, rgba(5,30,26,.32) 50%, transparent 100%);
  z-index: 1;
}
.iz-qigong-carre-caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  z-index: 2;
  padding: clamp(16px, 2vw, 24px);
  display: flex; flex-direction: column; gap: 3px;
}
.iz-qigong-carre-caption strong {
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  font-weight: 600;
  color: #fff;
  letter-spacing: .02em;
  text-shadow: 0 1px 3px rgba(0,0,0,.85), 0 2px 14px rgba(0,0,0,.6);
}
.iz-qigong-carre-caption span {
  font-size: clamp(.72rem, .85vw, .8rem);
  color: rgba(255,255,255,.82);
  letter-spacing: .04em;
  text-shadow: 0 1px 6px rgba(0,0,0,.5);
}
@media (max-width: 900px)  { .iz-qigong-carres-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 480px)  { .iz-qigong-carres-grid { grid-template-columns: 1fr 1fr; gap: 8px; } }

/* ───────────────────────────────────────────
   LEGAL PAGES (mentions légales / confidentialité)
   ─────────────────────────────────────────── */
.iz-legal {
  padding: clamp(60px, 10vw, 120px) 20px;
  background: var(--cream);
  min-height: 70vh;
}
.iz-legal-inner {
  max-width: 780px;
  margin: 0 auto;
}
.iz-legal-title {
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: var(--brown);
  margin-bottom: 6px;
}
.iz-legal-date {
  font-family: var(--sans);
  font-size: .82rem;
  color: var(--brown-faint);
  margin-bottom: 48px;
  letter-spacing: .04em;
}
.iz-legal-section {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(93,112,91,.12);
}
.iz-legal-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.iz-legal-section h2 {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 14px;
}
.iz-legal-section h3 {
  font-family: var(--sans);
  font-size: .98rem;
  font-weight: 600;
  color: var(--brown);
  margin: 22px 0 8px;
}
.iz-legal-subtitle {
  font-family: var(--serif);
  font-size: 1.1rem;
  color: var(--accent);
  margin-bottom: 32px;
  font-style: italic;
}
.iz-legal-intro {
  font-family: var(--sans);
  font-size: .95rem;
  color: var(--brown);
  line-height: 1.8;
  margin-bottom: 16px;
}
.iz-legal-intro + .iz-legal-section {
  margin-top: 32px;
}
.iz-legal-intro--notice {
  border-left: 3px solid var(--accent);
  padding-left: 14px;
  margin-top: 24px;
  margin-bottom: 40px;
  font-style: italic;
}
.iz-legal-intro a {
  color: var(--accent);
  text-underline-offset: 2px;
  text-decoration: underline;
}
.iz-legal-section--warning {
  background: rgba(93,112,91,.06);
  border-radius: 8px;
  padding: 24px 28px;
  border-bottom: none;
}
.iz-legal-section--warning h2 {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 1rem;
}
.iz-legal-section p,
.iz-legal-section li {
  font-family: var(--sans);
  font-size: .95rem;
  color: var(--brown);
  line-height: 1.8;
}
.iz-legal-section ul {
  padding-left: 1.4em;
  margin: 10px 0;
}
.iz-legal-section li { margin-bottom: 6px; }
.iz-legal-section a {
  color: var(--accent);
  text-underline-offset: 2px;
  text-decoration: underline;
}
.iz-legal-section a:hover { opacity: .75; }
.iz-legal-table {
  width: 100%;
  border-collapse: collapse;
  margin: 14px 0;
  font-family: var(--sans);
  font-size: .88rem;
}
.iz-legal-table th,
.iz-legal-table td {
  padding: 10px 14px;
  text-align: left;
  border: 1px solid rgba(93,112,91,.2);
  color: var(--brown);
  line-height: 1.6;
}
.iz-legal-table th {
  background: rgba(93,112,91,.08);
  font-weight: 600;
}
.iz-legal-table tr:nth-child(even) td {
  background: rgba(247,238,221,.5);
}
.iz-legal-table code {
  font-size: .82em;
  background: rgba(93,112,91,.1);
  padding: 1px 5px;
  border-radius: 3px;
}

/* ───────────────────────────────────────────
   COOKIE CONSENT BAR (RGPD)
   ─────────────────────────────────────────── */
.iz-cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9990;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 18px clamp(20px, 5vw, 48px);
  background: var(--cream-warm);
  border-top: 1px solid rgba(93,112,91,.22);
  box-shadow: 0 -6px 24px rgba(0,0,0,.07);
  transform: translateY(100%);
  transition: transform .42s cubic-bezier(.4,0,.2,1);
}
.iz-cookie-bar.is-visible { transform: translateY(0); }
.iz-cookie-text { flex: 1 1 300px; }
.iz-cookie-text p {
  font-family: var(--sans);
  font-size: .875rem;
  color: var(--brown);
  line-height: 1.6;
  margin: 0;
}
.iz-cookie-text a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.iz-cookie-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.iz-cookie-refuse,
.iz-cookie-accept {
  font-family: var(--sans);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .04em;
  padding: 9px 20px;
  border-radius: 100px;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: background .2s, color .2s, border-color .2s;
}
.iz-cookie-refuse {
  background: transparent;
  border-color: var(--brown);
  color: var(--brown);
}
.iz-cookie-refuse:hover {
  background: var(--brown);
  color: var(--cream);
}
.iz-cookie-accept {
  background: var(--accent);
  color: var(--cream);
  border-color: var(--accent);
}
.iz-cookie-accept:hover {
  filter: brightness(1.08);
}

/* ───────────────────────────────────────────
   ACCESSIBILITY — preserve reduced motion
   ─────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .iz-read-progress-bar,
  .iz-about-step-v2-card,
  .iz-svc-step,
  .iz-svc-price,
  .iz-svc-benefit,
  .iz-svc-gb,
  .iz-blog-card,
  .iz-post-related-card,
  .iz-liftant-card {
    transition: none !important;
  }
}
