/* =========================================================
   MY ARBORESSENCE — Sanctuaire végétal · Toulouse
   Design system : forêt profonde, porcelaine, argile, terracotta
   ========================================================= */

/* ---------- Fonts ---------- */
@font-face { font-display: swap; }

:root {
  /* Palette — sanctuaire végétal : forêt profonde, porcelaine, argile */
  --forest:      oklch(0.35 0.055 156);   /* vert forêt profond — identité */
  --forest-deep: oklch(0.235 0.045 156);  /* presque noir végétal */
  --sage:        oklch(0.64 0.055 150);   /* sauge */
  --eucalyptus:  oklch(0.82 0.05 150);    /* eucalyptus clair — texte sur forêt */
  --cream:       oklch(0.966 0.008 150);  /* porcelaine — fond lumineux (jamais crème) */
  --cream-soft:  oklch(0.985 0.006 150);  /* porcelaine claire — surfaces */
  --paper:       oklch(0.928 0.016 150);  /* panneau sauge tendre */
  --gold:        oklch(0.52 0.12 45);     /* argile profonde — accent chaud (ex-doré), AA sur fonds clairs */
  --gold-soft:   oklch(0.80 0.072 62);    /* argile claire — accents sur fond sombre */
  --terracotta:  oklch(0.52 0.12 40);     /* terracotta — touche secondaire */
  --ink:         oklch(0.27 0.02 160);    /* texte principal */
  --ink-soft:    oklch(0.44 0.025 158);   /* texte secondaire */

  /* Typo */
  --serif: "Spectral", Georgia, "Times New Roman", serif;
  --sans:  "Hanken Grotesk", "Inter", system-ui, -apple-system, sans-serif;

  /* Layout */
  --maxw: 1240px;
  --gutter: clamp(1.25rem, 5vw, 4rem);
  --radius: 12px;
  --radius-lg: 20px;

  --shadow-sm: 0 4px 18px rgba(20, 32, 22, .08);
  --shadow-md: 0 18px 50px rgba(20, 32, 22, .14);
  --shadow-lg: 0 30px 80px rgba(20, 32, 22, .22);

  --ease: cubic-bezier(.22, 1, .36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  font-size: clamp(1rem, .95rem + .3vw, 1.075rem);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }

::selection { background: var(--gold); color: var(--cream-soft); }

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ---------- Typo helpers ---------- */
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; line-height: 1.08; color: var(--forest); text-wrap: balance; }
h1 { font-size: clamp(2.6rem, 6vw + 1rem, 5.4rem); letter-spacing: -.02em; font-weight: 400; }
h2 { font-size: clamp(2rem, 3.5vw + 1rem, 3.4rem); letter-spacing: -.015em; }
h3 { font-size: clamp(1.35rem, 1.4vw + 1rem, 1.85rem); }
.serif { font-family: var(--serif); }

.eyebrow {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1rem, .35vw + .92rem, 1.18rem);
  letter-spacing: 0;
  text-transform: none;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: .6rem;
}
.eyebrow::before {
  content: "";
  width: .52em; height: .52em;
  flex: none;
  background: currentColor;
  border-radius: 0 100% 0 100%;
  transform: rotate(-6deg);
}
.bg-forest .eyebrow, .hero .eyebrow, .page-hero .eyebrow { color: var(--gold-soft); }

.lede { font-size: clamp(1.1rem, 1.4vw + .6rem, 1.4rem); color: var(--ink-soft); max-width: 60ch; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(4.5rem, 9vw, 8.5rem); position: relative; }
.section--tight { padding-block: clamp(3rem, 6vw, 5rem); }
.section-head { max-width: 62ch; margin-bottom: clamp(2.2rem, 5vw, 3.8rem); }
.section-head--center { margin-inline: auto; text-align: center; }
.text-center { text-align: center; }

.bg-forest { background: var(--forest); color: var(--cream); }
.bg-forest h1, .bg-forest h2, .bg-forest h3 { color: var(--cream-soft); }
.bg-forest .lede { color: var(--eucalyptus); }
.bg-forest .stat__num { color: var(--gold-soft); }
.bg-paper { background: var(--paper); }
.bg-cream-soft { background: var(--cream-soft); }

/* ---------- Buttons / CTA ---------- */
.btn {
  --btn-bg: var(--forest);
  --btn-fg: var(--cream-soft);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  padding: 1rem 1.9rem;
  background: var(--btn-bg);
  color: var(--btn-fg);
  border-radius: 999px;
  font-weight: 600;
  font-size: .98rem;
  letter-spacing: .01em;
  position: relative;
  overflow: hidden;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), background .3s;
  box-shadow: var(--shadow-sm);
  will-change: transform;
}
.btn::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(circle at var(--mx,50%) var(--my,50%), rgba(255,255,255,.16), transparent 60%);
  opacity: 0;
  transition: opacity .4s;
}
.btn:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.btn:hover::after { opacity: 1; }
.btn:active { transform: translateY(-1px); }
.btn .arrow { transition: transform .4s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }

.btn--gold { --btn-bg: var(--gold); --btn-fg: var(--cream-soft); }
.btn--cream { --btn-bg: var(--cream-soft); --btn-fg: var(--forest); }
.btn--ghost {
  --btn-bg: transparent; --btn-fg: var(--forest);
  box-shadow: inset 0 0 0 1.5px rgba(31,51,36,.35);
}
.btn--ghost:hover { box-shadow: inset 0 0 0 1.5px var(--forest); }
.bg-forest .btn--ghost, .hero .btn--ghost, .page-hero .btn--ghost { --btn-fg: var(--cream); box-shadow: inset 0 0 0 1.5px rgba(244,239,228,.4); }
.bg-forest .btn--ghost:hover, .hero .btn--ghost:hover, .page-hero .btn--ghost:hover { box-shadow: inset 0 0 0 1.5px var(--cream); }
.btn--lg { padding: 1.15rem 2.4rem; font-size: 1.05rem; }
.btn--sm { padding: .7rem 1.3rem; font-size: .9rem; }

.link-underline {
  position: relative;
  font-weight: 600;
  color: var(--forest);
}
.link-underline::after {
  content: ""; position: absolute; left: 0; bottom: -3px;
  width: 100%; height: 1.5px; background: var(--gold);
  transform: scaleX(0); transform-origin: right;
  transition: transform .4s var(--ease);
}
.link-underline:hover::after { transform: scaleX(1); transform-origin: left; }

/* ---------- Header ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem var(--gutter);
  transition: background .4s var(--ease), padding .4s var(--ease), box-shadow .4s;
}
.site-header.scrolled {
  background: oklch(0.966 0.008 150 / .82);
  backdrop-filter: blur(14px);
  padding-block: .7rem;
  box-shadow: 0 1px 0 rgba(31,51,36,.08), var(--shadow-sm);
}
.brand { display: flex; align-items: center; gap: .6rem; font-family: var(--serif); font-size: 1.35rem; color: var(--forest); letter-spacing: .01em; }
.brand .brand-logo { width: 38px; height: 38px; flex: none; object-fit: contain; }
.site-header.scrolled .brand .brand-logo { content: url("../img/logo-mark-forest.png"); }
.site-header.at-top:not(.scrolled) .brand,
.site-header.at-top:not(.scrolled) .nav a { color: var(--cream-soft); }

.nav { display: flex; align-items: center; gap: 1.9rem; }
.nav a { font-weight: 500; font-size: .96rem; position: relative; }
.nav a::after {
  content: ""; position: absolute; left: 0; bottom: -5px; height: 1.5px; width: 100%;
  background: currentColor; transform: scaleX(0); transform-origin: right;
  transition: transform .35s var(--ease);
}
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.header-cta { display: flex; align-items: center; gap: .8rem; }
/* Le CTA interne à la nav ne sert qu'au menu mobile plein écran */
.nav > .header-cta { display: none; }

.nav-toggle { display: none; width: 46px; height: 46px; border-radius: 12px; position: relative; z-index: 120; }
.nav-toggle span { position: absolute; left: 12px; right: 12px; height: 2px; background: var(--forest); border-radius: 2px; transition: transform .35s var(--ease), opacity .3s; }
.nav-toggle span:nth-child(1) { top: 16px; }
.nav-toggle span:nth-child(2) { top: 22px; }
.nav-toggle span:nth-child(3) { top: 28px; }
.site-header.at-top:not(.scrolled) .nav-toggle span { background: var(--cream-soft); }
body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
body.nav-open .nav-toggle span { background: var(--cream-soft); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  color: var(--cream-soft);
  overflow: hidden;
  isolation: isolate;
}
.hero__bg {
  position: absolute; inset: 0; z-index: -3;
  background:
    linear-gradient(180deg, rgba(20,32,22,.45) 0%, rgba(20,32,22,.28) 40%, rgba(15,28,19,.9) 100%),
    radial-gradient(120% 80% at 70% 10%, rgba(155,182,154,.22), transparent 55%);
}
.hero:not(.hero--photo) .hero__bg { background:
    linear-gradient(180deg, rgba(20,32,22,.28) 0%, rgba(20,32,22,.15) 40%, rgba(20,32,22,.82) 100%),
    radial-gradient(120% 80% at 70% 10%, rgba(155,182,154,.35), transparent 55%),
    linear-gradient(160deg, #24402b 0%, #16281b 55%, #0f1c13 100%);
}
.hero__canvas { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.hero__foliage {
  position: absolute; z-index: -2; pointer-events: none; opacity: .9;
  will-change: transform;
}
.hero__foliage--tl { top: -4%; left: -6%; width: min(42vw, 520px); transform: rotate(6deg); }
.hero__foliage--br { bottom: -8%; right: -7%; width: min(48vw, 620px); transform: rotate(-8deg); }
.hero__inner { padding-block: clamp(6rem, 16vh, 11rem) clamp(3rem, 8vh, 6rem); max-width: 60ch; }
.hero h1 { color: var(--cream-soft); text-wrap: balance; }
.hero__sub { margin-top: 1.4rem; font-size: clamp(1.05rem, 1.5vw + .6rem, 1.45rem); color: var(--eucalyptus); max-width: 46ch; }
.hero__actions { margin-top: 2.2rem; display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }
.hero__scroll {
  position: absolute; bottom: 1.6rem; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: .5rem;
  font-size: .72rem; letter-spacing: .25em; text-transform: uppercase; color: var(--eucalyptus);
}
.hero__scroll .mouse { width: 22px; height: 36px; border: 1.5px solid var(--eucalyptus); border-radius: 12px; position: relative; }
.hero__scroll .mouse::after { content: ""; position: absolute; top: 6px; left: 50%; transform: translateX(-50%); width: 3px; height: 7px; border-radius: 2px; background: var(--eucalyptus); animation: scrollDot 1.8s var(--ease) infinite; }
@keyframes scrollDot { 0% { opacity: 0; transform: translate(-50%,0); } 40% { opacity: 1; } 80% { opacity: 0; transform: translate(-50%,12px); } 100% { opacity: 0; } }

/* Word reveal in hero title */
.reveal-words .word { display: inline-block; overflow: hidden; vertical-align: top; }
.reveal-words .word > span { display: inline-block; transform: translateY(110%); transition: transform .9s var(--ease); }
.reveal-words.is-in .word > span { transform: translateY(0); }

/* ---------- Trust bar ---------- */
.trustbar { background: var(--forest-deep); color: var(--cream); }
.trustbar__inner { display: flex; flex-wrap: wrap; gap: 1rem 2.4rem; justify-content: center; align-items: center; padding-block: 1.1rem; text-align: center; font-size: .92rem; }
.trustbar__item { display: inline-flex; align-items: center; gap: .5rem; color: var(--eucalyptus); }
.trustbar__item strong { color: var(--cream-soft); font-weight: 600; }
.trustbar .stars { color: var(--gold-soft); letter-spacing: .1em; }

/* ---------- Stats / counters ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1rem, 3vw, 2.5rem); text-align: center; }
.stat__num { font-family: var(--serif); font-weight: 400; font-size: clamp(2.4rem, 5vw, 3.8rem); color: var(--forest); line-height: 1; }
.stat__label { margin-top: .5rem; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); }
.bg-forest .stat__label { color: var(--eucalyptus); }

/* ---------- Cards / rituels ---------- */
.grid { display: grid; gap: clamp(1.2rem, 2.5vw, 2rem); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.ritual-card {
  position: relative;
  padding: clamp(1.6rem, 3vw, 2.4rem);
  background: var(--cream-soft);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(31,51,36,.08);
  overflow: hidden;
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
  display: flex; flex-direction: column; gap: 1rem;
  min-height: 320px;
}
.ritual-card::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: radial-gradient(120% 90% at 100% 0%, rgba(111,143,107,.16), transparent 60%);
  opacity: 0; transition: opacity .5s;
}
.ritual-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.ritual-card:hover::before { opacity: 1; }
.ritual-card:hover .ritual-card__leaf { transform: rotate(-8deg) scale(1.08); opacity: .5; }
.ritual-card > * { position: relative; z-index: 1; }
.ritual-card__leaf { position: absolute; top: -18px; right: -18px; width: 120px; opacity: .28; transition: transform .6s var(--ease), opacity .5s; z-index: 0; }
.ritual-card__name { font-family: var(--serif); font-size: 1.7rem; color: var(--forest); }
.ritual-card__for { font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); font-weight: 600; }
.ritual-card__meta { margin-top: auto; display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding-top: 1rem; border-top: 1px solid rgba(31,51,36,.1); }
.ritual-card__price { font-family: var(--serif); font-size: 1.5rem; color: var(--forest); }
.ritual-card__dur { font-size: .88rem; color: var(--ink-soft); }

/* ---------- Service list (prestations) ---------- */
.cat { border: 1px solid rgba(31,51,36,.12); border-radius: var(--radius); background: var(--cream-soft); overflow: hidden; margin-bottom: 1rem; }
.cat__head { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.3rem clamp(1.2rem,3vw,2rem); text-align: left; }
.cat__title { font-family: var(--serif); font-size: clamp(1.3rem,2vw,1.7rem); color: var(--forest); display: flex; align-items: center; gap: .8rem; }
.cat__title .count { flex: none; white-space: nowrap; font-family: var(--sans); font-size: .8rem; color: var(--gold); background: oklch(0.52 0.12 45 / .12); padding: .2rem .6rem; border-radius: 999px; letter-spacing: .05em; }
.cat__chevron { flex: none; width: 22px; transition: transform .4s var(--ease); color: var(--sage); }
.cat[open] .cat__chevron, .cat.is-open .cat__chevron { transform: rotate(180deg); }
.cat__body { padding: 0 clamp(1.2rem,3vw,2rem) 1.3rem; }
.svc { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding: .9rem 0; border-top: 1px dashed rgba(31,51,36,.18); }
.svc:first-child { border-top: none; }
.svc__info { min-width: 0; }
.svc__name { font-weight: 600; color: var(--ink); }
.svc__desc { font-size: .9rem; color: var(--ink-soft); margin-top: .15rem; }
.svc__right { display: flex; align-items: baseline; gap: 1rem; flex: none; }
.svc__dur { font-size: .85rem; color: var(--sage); white-space: nowrap; }
.svc__price { font-family: var(--serif); font-size: 1.25rem; color: var(--forest); white-space: nowrap; }
.svc__dots { flex: 1; border-bottom: 1px dotted rgba(31,51,36,.25); transform: translateY(-4px); min-width: 1rem; }

.tabs { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 2rem; }
.tab { padding: .6rem 1.2rem; border-radius: 999px; font-weight: 600; font-size: .9rem; color: var(--ink-soft); background: transparent; box-shadow: inset 0 0 0 1.5px rgba(31,51,36,.18); transition: all .3s; }
.tab:hover { color: var(--forest); }
.tab.is-active { background: var(--forest); color: var(--cream-soft); box-shadow: none; }

/* ---------- Split / feature ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.split--reverse .split__media { order: 2; }
.split__media { position: relative; }
.split__media img, .media-frame { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.media-frame { position: relative; aspect-ratio: 4/5; overflow: hidden; background: linear-gradient(160deg, var(--sage), var(--forest)); }
.media-frame--wide { aspect-ratio: 3/2; }
.media-frame .ph-note { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; color: rgba(244,239,228,.85); font-size: .85rem; padding: 2rem; gap: .5rem; }
.media-frame .ph-note span { font-family: var(--serif); font-size: 1.3rem; }

/* ---------- Emblème de rituel (illustration botanique gravée) ---------- */
.ritual-emblem {
  display: block;
  width: clamp(80px, 8.5vw, 120px);
  height: auto;
  margin-bottom: 1.15rem;
  transform-origin: 50% 62%;
  will-change: transform;
}
@media (hover: hover) and (pointer: fine) {
  .ritual-emblem { transition: transform .7s var(--ease); }
  .split:hover .ritual-emblem { transform: rotate(-2.5deg) scale(1.04); }
}
@media (prefers-reduced-motion: reduce) {
  .ritual-emblem, .split:hover .ritual-emblem { transition: none; transform: none; }
}

/* ---------- Testimonials ---------- */
.testi { background: var(--cream-soft); border-radius: var(--radius-lg); padding: clamp(1.7rem,3vw,2.5rem); box-shadow: 0 1px 2px rgba(20,32,22,.05); border: 1px solid oklch(0.35 0.055 156 / .1); display: flex; flex-direction: column; gap: 1rem; height: 100%; transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .5s var(--ease); }
.testi:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: oklch(0.52 0.12 45 / .35); }
.testi__stars { color: var(--gold); letter-spacing: .12em; }
.testi__quote { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: clamp(1.2rem, 1.2vw + .85rem, 1.42rem); line-height: 1.5; color: var(--forest); }
.testi__author { margin-top: auto; font-size: .9rem; color: var(--ink-soft); font-weight: 600; }

/* ---------- Instagram grid ---------- */
.ig-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.ig-cell { position: relative; aspect-ratio: 1; border-radius: var(--radius); overflow: hidden; background: linear-gradient(150deg, var(--eucalyptus), var(--forest)); box-shadow: var(--shadow-sm); }
.ig-cell img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.ig-cell:hover img { transform: scale(1.06); }
.ig-cell__overlay { position: absolute; inset: 0; display: grid; place-content: center; background: rgba(20,32,22,.35); color: var(--cream-soft); opacity: 0; transition: opacity .4s; }
.ig-cell:hover .ig-cell__overlay { opacity: 1; }
.ig-cell .ph { position: absolute; inset: 0; display: grid; place-content: center; color: rgba(244,239,228,.7); font-family: var(--serif); font-size: 1.6rem; }

/* ---------- Practical / map ---------- */
.info-card { background: var(--cream-soft); border-radius: var(--radius); padding: clamp(1.4rem,3vw,2rem); box-shadow: var(--shadow-sm); border: 1px solid rgba(31,51,36,.07); }
.info-row { display: flex; gap: .9rem; padding: .8rem 0; border-top: 1px solid rgba(31,51,36,.1); }
.info-row:first-child { border-top: none; }
.info-row .ico { flex: none; width: 22px; color: var(--gold); margin-top: .2rem; }
.info-row strong { display: block; color: var(--forest); }
.map-embed { width: 100%; aspect-ratio: 16/10; border: 0; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); filter: saturate(.9); }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin-inline: auto; }
.faq details { border-bottom: 1px solid rgba(31,51,36,.15); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 1rem; align-items: center; padding: 1.3rem 0; font-family: var(--serif); font-size: clamp(1.1rem,1.6vw,1.35rem); color: var(--forest); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .plus { flex: none; width: 20px; height: 20px; position: relative; }
.faq summary .plus::before, .faq summary .plus::after { content: ""; position: absolute; background: var(--gold); border-radius: 2px; transition: transform .35s var(--ease); }
.faq summary .plus::before { top: 9px; left: 0; right: 0; height: 2px; }
.faq summary .plus::after { left: 9px; top: 0; bottom: 0; width: 2px; }
.faq details[open] summary .plus::after { transform: scaleY(0); }
.faq__answer { padding-bottom: 1.4rem; color: var(--ink-soft); max-width: 68ch; }

/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; text-align: center; }
.cta-band .container { position: relative; z-index: 1; }
.cta-band__leaf { position: absolute; opacity: .18; pointer-events: none; }

/* ---------- Footer ---------- */
.site-footer { background: var(--forest-deep); color: var(--eucalyptus); padding-block: clamp(3.5rem,7vw,5.5rem) 2rem; }
.site-footer a:hover { color: var(--cream-soft); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 2.5rem; }
.footer-brand { display: flex; align-items: center; gap: .6rem; font-family: var(--serif); font-size: 1.5rem; color: var(--cream-soft); margin-bottom: 1rem; }
.footer-brand .footer-logo { width: 46px; height: 46px; flex: none; object-fit: contain; }
.footer-col h4 { color: var(--cream-soft); font-family: var(--sans); font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 1rem; }
.footer-col li { margin-bottom: .6rem; }
.footer-bottom { margin-top: 3rem; padding-top: 1.6rem; border-top: 1px solid rgba(244,239,228,.12); display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; font-size: .85rem; }

/* ---------- Mobile sticky bar ---------- */
.mobile-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: none; gap: .6rem; padding: .7rem .8rem calc(.7rem + env(safe-area-inset-bottom)); background: rgba(20,32,22,.92); backdrop-filter: blur(10px); box-shadow: 0 -6px 24px rgba(20,32,22,.3); }
.mobile-bar .btn { flex: 1; padding-block: .9rem; }

/* ---------- Breadcrumb ---------- */
.breadcrumb { font-size: .82rem; color: var(--ink-soft); display: flex; gap: .5rem; flex-wrap: wrap; }
.breadcrumb a { color: var(--sage); }
.breadcrumb .sep { opacity: .5; }

/* ---------- Page hero (interior pages) ---------- */
.page-hero { background: var(--forest); color: var(--cream); padding-block: clamp(8rem, 16vh, 11rem) clamp(3rem,6vw,5rem); position: relative; overflow: hidden; }
.page-hero__leaf { position: absolute; right: -4%; top: -10%; width: min(40vw, 460px); opacity: .18; }
.page-hero h1 { color: var(--cream-soft); max-width: 18ch; }
.page-hero .lede { color: var(--eucalyptus); margin-top: 1.2rem; }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .08s; }
.reveal[data-delay="2"] { transition-delay: .16s; }
.reveal[data-delay="3"] { transition-delay: .24s; }
.reveal[data-delay="4"] { transition-delay: .32s; }

/* ---------- Divider leaf ---------- */
.leaf-divider { display: flex; align-items: center; gap: 1rem; color: var(--sage); justify-content: center; }
.leaf-divider::before, .leaf-divider::after { content: ""; height: 1px; width: min(120px, 20vw); background: linear-gradient(90deg, transparent, currentColor); }
.leaf-divider::after { background: linear-gradient(270deg, transparent, currentColor); }

/* ---------- Prose (legal) ---------- */
.prose { max-width: 74ch; }
.prose h2 { margin-top: 2.5rem; margin-bottom: .8rem; font-size: clamp(1.5rem,2.4vw,2rem); }
.prose h3 { margin-top: 1.8rem; margin-bottom: .5rem; }
.prose p, .prose li { color: var(--ink-soft); margin-bottom: .9rem; }
.prose ul { list-style: disc; padding-left: 1.3rem; }
.prose a { color: var(--gold); text-decoration: underline; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .split { grid-template-columns: 1fr; }
  .split--reverse .split__media { order: 0; }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
}
@media (max-width: 720px) {
  .nav {
    position: fixed; inset: 0; z-index: 110;
    flex-direction: column; justify-content: center; gap: 2rem;
    background: var(--forest); color: var(--cream-soft);
    transform: translateX(100%); transition: transform .5s var(--ease);
  }
  body.nav-open .nav { transform: none; }
  .nav a { font-family: var(--serif); font-size: 1.6rem; color: var(--cream-soft) !important; }
  .nav > .header-cta { display: flex; flex-direction: column; margin-top: .5rem; }
  .nav-toggle { display: block; }
  .header-cta.desktop-only { display: none; }
  .mobile-bar { display: flex; }
  body { padding-bottom: 4.5rem; }
  .grid-2 { grid-template-columns: 1fr; }
  .ig-grid { gap: .5rem; }
}
@media (max-width: 480px) {
  .grid-4, .grid-3 { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2,1fr); }
  .trustbar__inner { font-size: .82rem; gap: .6rem 1.4rem; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
  .reveal-words .word > span { transform: none; }
  .hero__scroll .mouse::after { animation: none; }
}

/* =========================================================
   IMMERSIF — images, révélations, parallaxe, préchargeur
   ========================================================= */

/* ---------- Préchargeur ---------- */
.preloader {
  position: fixed; inset: 0; z-index: 2000;
  display: grid; place-content: center; justify-items: center; gap: 1.4rem;
  background: var(--cream);
  transition: opacity .9s var(--ease), visibility .9s var(--ease);
}
.preloader.is-done { opacity: 0; visibility: hidden; }
.preloader__logo { width: min(46vw, 220px); mix-blend-mode: multiply; opacity: 0; transform: scale(.9); animation: preLogo 1.2s var(--ease) forwards; }
.preloader__bar { width: 120px; height: 2px; background: rgba(31,51,36,.15); border-radius: 2px; overflow: hidden; }
.preloader__bar::after { content: ""; display: block; height: 100%; width: 40%; background: var(--gold); border-radius: 2px; animation: preBar 1.3s var(--ease) infinite; }
@keyframes preLogo { to { opacity: 1; transform: scale(1); } }
@keyframes preBar { 0% { transform: translateX(-120%); } 100% { transform: translateX(360%); } }
body.is-loading { overflow: hidden; }

/* ---------- Images dans les media-frame ---------- */
.media-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.media-frame .ph-note { z-index: 0; }
.media-frame__cap { position: absolute; left: 1rem; bottom: 1rem; z-index: 2; background: rgba(20,32,22,.6); backdrop-filter: blur(6px); color: var(--cream-soft); font-size: .78rem; padding: .4rem .8rem; border-radius: 999px; letter-spacing: .04em; }

/* ---------- Ken Burns (hero + images) ---------- */
.hero__img { position: absolute; inset: 0; z-index: -4; width: 100%; height: 100%; object-fit: cover; }
.kenburns { animation: kenburns 18s ease-in-out infinite alternate; will-change: transform; }
@keyframes kenburns { 0% { transform: scale(1) translate(0,0); } 100% { transform: scale(1.12) translate(-1.5%, -1.5%); } }

/* ---------- Révélation d'image par clip-path ---------- */
.img-reveal { position: relative; overflow: hidden; }
.img-reveal > img, .img-reveal .media-frame { clip-path: inset(0 0 100% 0); transform: scale(1.15); transition: clip-path 1.1s var(--ease), transform 1.4s var(--ease); }
.img-reveal.is-in > img, .img-reveal.is-in .media-frame { clip-path: inset(0 0 0 0); transform: scale(1); }

/* ---------- Parallaxe d'image (conteneur overflow) ---------- */
.parallax-wrap { position: relative; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.parallax-wrap img { position: absolute; top: -9%; left: 0; width: 100%; height: 118%; object-fit: cover; will-change: transform; }
.parallax-wrap--tall { aspect-ratio: 4/5; }
.parallax-wrap--wide { aspect-ratio: 3/2; }
.parallax-wrap--portrait { aspect-ratio: 3/4; }

/* ---------- Variantes de reveal ---------- */
.reveal--blur { opacity: 0; filter: blur(14px); transform: translateY(24px); transition: opacity 1s var(--ease), filter 1s var(--ease), transform 1s var(--ease); }
.reveal--blur.is-in { opacity: 1; filter: blur(0); transform: none; }
.reveal--scale { opacity: 0; transform: scale(.92); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal--scale.is-in { opacity: 1; transform: none; }
.reveal--left { opacity: 0; transform: translateX(-40px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal--left.is-in { opacity: 1; transform: none; }
.reveal--right { opacity: 0; transform: translateX(40px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal--right.is-in { opacity: 1; transform: none; }

/* ---------- Bandeau défilant (marquee) ---------- */
.marquee { overflow: hidden; padding-block: 1.4rem; border-block: 1px solid rgba(244,239,228,.14); background: var(--forest-deep); }
.marquee__track { display: flex; gap: 3rem; width: max-content; animation: marquee 32s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__item { display: inline-flex; align-items: center; gap: 3rem; font-family: var(--serif); font-size: clamp(1.4rem, 3vw, 2.4rem); color: var(--eucalyptus); white-space: nowrap; }
.marquee__item span { color: var(--gold-soft); }
.marquee__item::after { content: "✦"; color: var(--gold); font-size: .7em; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Galerie « Le lieu » ---------- */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 1rem; }
.gallery__item { position: relative; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.gallery__item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(20,32,22,.45)); opacity: 0; transition: opacity .5s; }
.gallery__item:hover img { transform: scale(1.08); }
.gallery__item:hover::after { opacity: 1; }
.gallery__item--tall { grid-row: span 2; }
.gallery__item--wide { grid-column: span 2; }
@media (max-width: 900px) { .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; } .gallery__item--wide { grid-column: span 2; } }
@media (max-width: 520px) { .gallery { grid-auto-rows: 150px; } .gallery__item--tall { grid-row: span 1; } .gallery__item--wide { grid-column: span 2; } }

/* "Le lieu" (accueil) — galerie éditoriale : nuit en grand à gauche, fauteuil large + 2 cabines à droite */
.gallery.gallery--lieu {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 220px 260px;
  grid-auto-rows: auto;
  grid-template-areas:
    "nuit soin cert"
    "nuit fauteuil fauteuil";
}
.gallery--lieu > :nth-child(1) { grid-area: nuit; }
.gallery--lieu > :nth-child(2) { grid-area: soin; }
.gallery--lieu > :nth-child(3) { grid-area: cert; }
.gallery--lieu > :nth-child(4) { grid-area: fauteuil; }
@media (max-width: 900px) {
  .gallery.gallery--lieu {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 180px 180px auto;
    grid-auto-rows: auto;
    grid-template-areas:
      "nuit soin"
      "nuit cert"
      "fauteuil fauteuil";
  }
  .gallery.gallery--lieu > :nth-child(4) { min-height: 220px; }
}
@media (max-width: 520px) {
  .gallery.gallery--lieu {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-rows: 240px;
    grid-template-areas: "nuit" "soin" "cert" "fauteuil";
  }
}

/* ---------- Cartes rituels avec image ---------- */
.ritual-card--img { padding: 0; min-height: 400px; justify-content: flex-end; color: var(--cream-soft); }
.ritual-card--img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; transition: transform .8s var(--ease); }
.ritual-card--img::before { content: ""; position: absolute; inset: 0; z-index: 1; opacity: 1; background: linear-gradient(180deg, rgba(20,32,22,.1) 30%, rgba(20,32,22,.85)); }
.ritual-card--img:hover img { transform: scale(1.07); }
.ritual-card--img > * { position: relative; z-index: 2; padding-inline: clamp(1.4rem,3vw,2rem); }
.ritual-card--img .ritual-card__name, .ritual-card--img .ritual-card__price { color: var(--cream-soft); }
.ritual-card--img .ritual-card__for { color: var(--gold-soft); }
.ritual-card--img p { color: rgba(244,239,228,.85); }
.ritual-card--img .ritual-card__meta { border-top-color: rgba(244,239,228,.25); padding-bottom: 1.6rem; }
.ritual-card--img .ritual-card__dur { color: var(--eucalyptus); }

/* ---------- Scroll progress (fil doré) ---------- */
.scroll-progress { position: fixed; top: 0; left: 0; height: 3px; width: 100%; transform: scaleX(0); transform-origin: 0 50%; background: linear-gradient(90deg, var(--sage), var(--gold)); z-index: 200; }

/* ---------- Portrait immersif (institut) ---------- */
.portrait-frame { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 3/4; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; }
.portrait-frame__tag { position: absolute; left: 1.2rem; bottom: 1.2rem; background: rgba(244,239,228,.92); color: var(--forest); padding: .6rem 1rem; border-radius: 999px; font-weight: 600; font-size: .85rem; box-shadow: var(--shadow-sm); }

@media (prefers-reduced-motion: reduce) {
  .kenburns, .marquee__track { animation: none !important; }
  .preloader__logo { animation: none; opacity: 1; transform: none; }
  .img-reveal > img, .img-reveal .media-frame { clip-path: none; transform: none; }
  .reveal--blur, .reveal--scale, .reveal--left, .reveal--right { opacity: 1; filter: none; transform: none; }
  .parallax-wrap img { height: 100%; }
}

/* ---------- Print ---------- */
@media print { .site-header, .mobile-bar, .hero__canvas, .preloader, .scroll-progress { display: none !important; } }
