/* HERO CONSULTATIONS EYEBROW BLANC */
.hero-consultations .eyebrow {
  color: #fff !important;
}

/* BOUTONS GOLD DANS LES CONSULTATIONS POLARIS */
.section-programmes .cards .btn,
.section-programmes .cards-3 .btn {
  background: var(--gold) !important;
  color: #fff !important;
  border-color: var(--gold) !important;
}
/* =========================================================
   TOKENS / VARIABLES
========================================================= */

:root {
  --max: 1440px;

  --bg: #f7f7f7;
  --ink: #111;
  --muted: rgba(17, 17, 17, 0.7);
  --muted2: rgba(17, 17, 17, 0.42);

  --gold: #d5ae59;
  --gold-soft: rgba(213, 174, 89, 0.16);

  --radius-xl: 34px;
  --radius-lg: 28px;
  --radius-md: 18px;

  --shadow-soft: 0 18px 50px rgba(17, 17, 17, 0.1);
  --shadow-card: 0 18px 48px rgba(17, 17, 17, 0.08);

  --line: rgba(17, 17, 17, 0.1);
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}

/* =========================================================
   BASE / RESET
========================================================= */

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  background: var(--bg);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  display: block;
}

.nowrap {
  white-space: nowrap;
}

a {
  color: inherit;
}
.btn-primary .polaris-mark {
  color: #fff;
  margin-left: 0.5em;
}

/* =========================================================
   LAYOUT GLOBAL
========================================================= */

.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}

.section {
  padding: 96px 0;
}

.w-full {
  width: 100%;
}

.fineprint {
  margin: 10px 0 0;
  font-size: 0.88rem;
  color: rgba(17, 17, 17, 0.55);
  line-height: 1.55;
}

/* =========================================================
   TYPOGRAPHY
========================================================= */

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.26em;
  font-size: 0.7rem;
  color: var(--muted2);
  margin-bottom: 16px;
  font-weight: 700;
}

.hairline {
  width: 56px;
  height: 1px;
  background: rgba(213, 174, 89, 0.9);
  margin: 0 0 26px;
}

/* base */
.polaris-mark {
  font-family: "EB Garamond", Garamond, serif;
  color: #d5ae59;
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
  font-size: 1.08em;
}

/* étoile par défaut (paragraphes) */
.polaris-mark::after {
  content: " ✦";
  font-size: 1.1em;
  margin-left: 4px;
  position: relative;
  top: -0.05em;
}

/* 🔥 correction pour les titres */
h1 .polaris-mark::after,
h2 .polaris-mark::after,
h3 .polaris-mark::after {
  font-size: 0.7em;
}

.section-head-narrow {
  max-width: 980px;
}

.motifs-intro {
  margin: 20px auto 0;
  max-width: 76ch;
  color: rgba(17, 17, 17, 0.68);
  font-size: 1.02rem;
  line-height: 1.85;
}

.cards-motifs-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-text {
  margin: 0;
  color: rgba(17, 17, 17, 0.66);
  font-size: 0.98rem;
  line-height: 1.72;
}

.svc .pill {
  text-decoration: none;
}

.svc-right {
  display: flex;
  align-items: flex-start;
}

.svc-right .pill {
  display: inline-flex;
}

.svc-right a.pill {
  color: rgba(17, 17, 17, 0.76);
}

.svc-right a.pill:hover {
  border-color: rgba(213, 174, 89, 0.35);
  background: rgba(213, 174, 89, 0.1);
}

.hero .cta-row .btn-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
  background: transparent;
}

.hero .cta-row .btn-secondary-light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
  background: transparent;
}

/* =========================================================
   BUTTONS
========================================================= */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 750;
  text-decoration: none;
  border: 1px solid transparent;
  transition:
    transform 0.15s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
  white-space: nowrap;
  cursor: pointer;
}

.btn:active {
  transform: translateY(1px);
}

.btn-primary {
  background: var(--gold);
  color: #fff;
  box-shadow: 0 18px 44px rgba(17, 17, 17, 0.12);
}

.btn-primary:hover {
  box-shadow: 0 22px 58px rgba(17, 17, 17, 0.14);
}

.btn-secondary {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.35);
}

.btn-secondary-light {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}

.btn-secondary-light:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.35);
}

.btn-secondary-dark {
  color: var(--ink);
  border-color: rgba(17, 17, 17, 0.18);
  background: transparent;
}

.btn-secondary-dark:hover {
  background: rgba(17, 17, 17, 0.03);
  border-color: rgba(17, 17, 17, 0.28);
}

/* =========================================================
   HEADER
========================================================= */
.site-header {
  position: fixed;
  top: 18px;
  left: 0;
  right: 0;
  z-index: 99999;
  pointer-events: none;
}
.nav-pill {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
  border-radius: 999px;

  background: rgba(20, 20, 20, 0.28);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.2);
  transition:
    background 0.25s,
    border-color 0.25s;
}
.site-header.is-scrolled .nav-pill {
  background: rgba(20, 20, 20, 0.4);
  border-color: rgba(255, 255, 255, 0.2);
}

.brand {
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: 1.35rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  gap: 22px;
  align-items: center;
}
.nav-links a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 1.01rem;
  font-weight: 550;
  position: relative;
  transition: color 0.18s;
  padding: 2px 0;
}
.nav-links a:hover {
  color: #fff;
}
.nav-links a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: rgba(255, 255, 255, 0.38);
  border-radius: 2px;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav-cta {
  background: var(--gold);
  color: #fff;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 1.01rem;
  font-weight: 700;
  text-decoration: none;
  border: none;
  transition: background 0.18s;
  display: inline-block;
  white-space: nowrap;
}
.nav-cta:hover {
  background: #bfa14c;
}

/* =========================================================
   NAV DESKTOP + SOUS-MENU PROPRE
========================================================= */

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nav-links > a,
.nav-dropdown-toggle {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 1.01rem;
  font-weight: 550;
  line-height: 1;
  position: relative;
  transition: color 0.18s ease;
}

.nav-links > a:hover,
.nav-dropdown-toggle:hover {
  color: #fff;
}

.nav-links > a::after,
.nav-dropdown-toggle::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  background: rgba(255, 255, 255, 0.38);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.18s ease;
}

.nav-links > a:hover::after,
.nav-dropdown:hover .nav-dropdown-toggle::after {
  transform: scaleX(1);
}

/* wrapper */
.nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

/* bouton parent */
.nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
}

.nav-caret {
  font-size: 0.72em;
  line-height: 1;
  opacity: 0.78;
  transform: translateY(1px);
}

/* zone tampon invisible */
.nav-dropdown::before {
  content: "";
  position: absolute;
  left: -12px;
  right: -12px;
  top: 100%;
  height: 18px;
}

/* sous-menu */
.nav-submenu {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 280px;

  padding: 10px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.16);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.18s ease,
    visibility 0.18s ease,
    transform 0.18s ease;

  z-index: 1000;
}

/* ouverture */
.nav-dropdown:hover .nav-submenu,
.nav-dropdown:focus-within .nav-submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

/* items */
.nav-submenu a {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
  padding: 11px 14px;
  border-radius: 12px;

  color: rgba(17, 17, 17, 0.84);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 1.35;

  background: transparent;
  transition:
    background 0.15s ease,
    color 0.15s ease;
}

.nav-submenu a:hover,
.nav-submenu a:focus-visible {
  background: rgba(17, 17, 17, 0.05);
  color: rgba(17, 17, 17, 1);
  outline: none;
}

/* empêche tout mouvement parasite */
.nav-submenu a,
.nav-submenu a:hover {
  transform: none !important;
}

.mobile-menu-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mobile-menu-group-title {
  padding: 6px 10px 2px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.42);
}

/* Burger */
.nav-burger {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  cursor: pointer;
  padding: 0;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.nav-burger span {
  display: block;
  width: 18px;
  height: 2px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
}

/* =========================================================
   MOBILE MENU
========================================================= */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
}
.mobile-menu.is-open {
  display: block;
}

.mobile-menu-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.mobile-menu-panel {
  position: absolute;
  top: 18px;
  right: 18px;
  left: 18px;
  max-width: 520px;
  margin-left: auto;

  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 22px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
  padding: 16px;
  transform: translateY(-8px);
  opacity: 0;
  animation: menuIn 0.18s var(--ease) forwards;
}

/* HEADER — CTA uniquement dans le menu mobile */

@keyframes menuIn {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.mobile-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 6px 12px;
}
.mobile-menu-title {
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: rgba(17, 17, 17, 0.92);
}
/* =========================================================
   MOBILE MENU
========================================================= */

.mobile-menu-close {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: #fff;
  cursor: pointer;
  font-size: 16px;
}

.mobile-menu-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 8px 6px 14px;
}
.mobile-menu-links a {
  text-decoration: none;
  color: rgba(17, 17, 17, 0.86);
  font-weight: 800;
  padding: 12px 10px;
  border-radius: 14px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(17, 17, 17, 0.02);
}
.mobile-menu-cta {
  width: 100%;
  border-radius: 16px;
}
/* =========================================================
   COMPONENTS GLOBAUX
========================================================= */

body.is-locked {
  overflow: hidden;
}

.hero {
  --hero-image: none;
  --hero-overlay-top: rgba(0, 0, 0, 0.1);
  --hero-overlay-bottom: rgba(0, 0, 0, 0.38);
  --hero-position: center;

  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background-size: cover;
  background-position: var(--hero-position);
  background-repeat: no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    var(--hero-overlay-top),
    var(--hero-overlay-bottom)
  );
  pointer-events: none;
  z-index: 0;
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: var(--hero-bottom-space, clamp(60px, 8vh, 110px));
}

.hero-grid {
  width: 100%;
}

.hero-content {
  max-width: 820px;
}

.hero-eyebrow {
  color: rgba(255, 255, 255, 0.78);
}

.hero h1 {
  margin: 0 0 18px;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-weight: 400;
  font-size: clamp(2.7rem, 4.1vw, 4.35rem);
  line-height: 1.06;
  letter-spacing: -0.25px;
  color: rgba(255, 255, 255, 0.95);
  text-wrap: balance;
}

.lead {
  margin: 0 0 18px;
  font-size: clamp(1.15rem, 1.7vw, 1.48rem);
  line-height: 1.5;
  max-width: 34ch;
  color: rgba(255, 255, 255, 0.94);
}

.hero-text {
  margin: 0 0 28px;
  max-width: 62ch;
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
}

.cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-home {
  background-image: url("/wp-content/uploads/2026/05/estelle_naturo_home_hero_bg.jpeg");
}

.hero-home .accent {
  color: var(--gold);
}

.hero-home .eyebrow {
  color: #fff;
}

.section-polaris-clouds {
  padding: 74px 0 96px;
  background:
    radial-gradient(
      1200px 260px at 20% 0%,
      rgba(255, 255, 255, 0.52),
      rgba(255, 255, 255, 0) 60%
    ),
    linear-gradient(
      180deg,
      rgba(213, 174, 89, 0.12) 0%,
      rgba(213, 174, 89, 0.06) 100%
    );
  border-top: 1px solid rgba(17, 17, 17, 0.06);
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
}

.polaris-clouds-head {
  max-width: 980px;
  margin: 0 auto 42px;
  text-align: center;
}

.polaris-label {
  margin-bottom: 14px;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: clamp(1.55rem, 2.4vw, 2.25rem);
  line-height: 1.05;
  color: var(--gold);
  font-weight: 500;
}

.polaris-clouds-title {
  margin: 0 0 18px;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: clamp(2.1rem, 3.8vw, 3.6rem);
  line-height: 1.06;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: var(--ink);
  text-wrap: balance;
}

.polaris-clouds-text {
  max-width: 80ch;
  margin: 0 auto;
}

.polaris-clouds-text p {
  margin: 0 0 14px;
  color: rgba(17, 17, 17, 0.68);
  font-size: 1.02rem;
  line-height: 1.82;
}

.cloud-figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.polaris-clouds-cta {
  margin-top: 24px;
}

.clouds-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.cloud-block {
  position: relative;
  min-height: 470px;
  padding: 20px 10px 10px;
}

.cloud-block::before {
  content: "";
  position: absolute;
  inset: 38px 8px 8px;
  border-radius: 50% 46% 52% 48% / 44% 52% 46% 54%;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(255, 255, 255, 0.86),
    rgba(255, 255, 255, 0.44) 56%,
    rgba(255, 255, 255, 0.1) 74%,
    rgba(255, 255, 255, 0) 82%
  );
  filter: blur(0.2px);
  pointer-events: none;
}

.cloud-block-title {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  text-align: center;
  font-size: 1.08rem;
  line-height: 1.3;
  font-weight: 850;
  color: rgba(17, 17, 17, 0.92);
}

.word-cloud {
  position: relative;
  z-index: 1;
  min-height: 390px;
}

.cloud-figure-img {
  display: block;
  width: 100%;
  max-width: 370px;
  height: auto;
  margin: 0 auto;
}

.cloud-figure h3 {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.18;
  letter-spacing: -0.01em;
  text-wrap: balance;
  text-align: center;
}

.section-services {
  background: var(--bg);
}

.services-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
  margin-bottom: 42px;
}

.section-services h2 {
  margin: 0;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-weight: 400;
  font-size: clamp(2.1rem, 3.1vw, 3rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.services-intro {
  margin: 0;
  color: rgba(17, 17, 17, 0.62);
  font-size: 1.02rem;
  line-height: 1.85;
  max-width: 68ch;
}

.services-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: start;
}

.services-index {
  display: block;
  border-top: 1px solid var(--line);
}

.svc {
  width: 100%;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  padding: 20px 0;
  border: none;
  border-bottom: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
  transition: background 0.18s var(--ease);
}

.svc:hover,
.svc:focus-visible {
  background: #fff;
  outline: none;
}

.svc.is-active {
  background: #fff;
}

.svc-left {
  padding-left: 6px;
}

.svc-right {
  display: flex;
  align-items: flex-start;
  padding-right: 6px;
}

.svc .tag {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.62rem;
  color: rgba(17, 17, 17, 0.46);
  margin-bottom: 10px;
  font-weight: 900;
}

.svc .title {
  font-size: 1.22rem;
  font-weight: 900;
  letter-spacing: -0.015em;
  line-height: 1.25;
  margin-bottom: 10px;
  text-wrap: balance;
}

.svc .desc {
  color: rgba(17, 17, 17, 0.6);
  font-size: 0.98rem;
  line-height: 1.65;
  max-width: 62ch;
}

.svc .pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(17, 17, 17, 0.1);
  color: rgba(17, 17, 17, 0.76);
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
  transition:
    background 0.18s var(--ease),
    border-color 0.18s var(--ease);
}

.svc:hover .pill {
  border-color: rgba(213, 174, 89, 0.35);
  background: rgba(213, 174, 89, 0.1);
}

.preview-media {
  position: relative;
  width: min(520px, 100%);
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  overflow: hidden;
  background: #eaeaea;
  box-shadow: 0 22px 70px rgba(17, 17, 17, 0.1);
  border: 1px solid rgba(17, 17, 17, 0.08);
}

.preview-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  filter: grayscale(20%) contrast(1.04);
  will-change: opacity, transform;
}

.preview-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.08) 45%,
    rgba(0, 0, 0, 0) 70%
  );
  pointer-events: none;
}

.preview-meta {
  margin-top: 18px;
}

.preview-tag {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.62rem;
  font-weight: 900;
  color: rgba(17, 17, 17, 0.46);
}

.preview-line {
  width: 56px;
  height: 1px;
  background: rgba(213, 174, 89, 0.85);
  margin: 12px 0;
}

.preview-small {
  color: rgba(17, 17, 17, 0.58);
  font-size: 0.95rem;
  line-height: 1.5;
  font-weight: 750;
}

.preview-title {
  margin: 14px 0 10px;
  font-size: 1.32rem;
  font-weight: 950;
  letter-spacing: -0.02em;
  line-height: 1.25;
  text-wrap: balance;
}

.preview-text {
  margin: 0 0 14px;
  color: rgba(17, 17, 17, 0.62);
  font-size: 1rem;
  line-height: 1.75;
  max-width: 60ch;
}

.preview-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.preview-points span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(213, 174, 89, 0.1);
  border: 1px solid rgba(213, 174, 89, 0.18);
  color: rgba(17, 17, 17, 0.72);
  font-size: 0.84rem;
  font-weight: 900;
}

.preview {
  transition:
    opacity 0.22s var(--ease),
    transform 0.22s var(--ease);
  will-change: opacity, transform;
}

.preview.is-swapping {
  opacity: 0;
  transform: translateY(10px);
}

.preview-extra {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.extra-title {
  margin: 0 0 10px;
  font-size: 0.95rem;
  font-weight: 950;
  color: rgba(17, 17, 17, 0.86);
}

.extra-title-spaced {
  margin-top: 16px;
}

.extra-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.extra-card {
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: rgba(17, 17, 17, 0.02);
  border-radius: 14px;
  padding: 10px;
  font-weight: 850;
  font-size: 0.92rem;
  color: rgba(17, 17, 17, 0.78);
}

.extra-photos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.extra-photos img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(17, 17, 17, 0.1);
}

.services-cta {
  margin-top: 44px;
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.svc {
  -webkit-appearance: none;
  appearance: none;
  color: inherit;
}

.svc .title {
  color: rgba(17, 17, 17, 0.92);
}

.section-about {
  background: #fff;
  padding-bottom: 0;
}

.about-top {
  padding-bottom: 90px;
}

.about-top-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(34px, 5vw, 84px);
  align-items: center;
}

.about-title {
  margin: 0 0 14px;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-weight: 400;
  font-size: clamp(2.3rem, 3.2vw, 3.2rem);
  line-height: 1.1;
  letter-spacing: -0.2px;
  text-wrap: balance;
}

.about-sub {
  margin: 0 0 22px;
  color: rgba(17, 17, 17, 0.68);
  font-size: 1.02rem;
  line-height: 1.85;
  max-width: 72ch;
}

.about-sub strong {
  color: rgba(17, 17, 17, 0.9);
  font-weight: 900;
}

.about-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.about-photo {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.about-photo img {
  width: 100%;
  display: block;
  border-radius: 999px 999px 16px 16px;
}

.about-photo .base-accent {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: -14px;
  height: 18px;
  border-radius: 999px;
  background: rgba(213, 174, 89, 0.55);
  opacity: 0.9;
}

.about-band {
  background:
    radial-gradient(
      1200px 220px at 20% 0%,
      rgba(255, 255, 255, 0.55),
      rgba(255, 255, 255, 0) 60%
    ),
    linear-gradient(
      180deg,
      rgba(213, 174, 89, 0.24) 0%,
      rgba(213, 174, 89, 0.16) 100%
    );
  border-top: 1px solid rgba(17, 17, 17, 0.06);
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
  padding: 76px 0;
}

.band-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  align-items: stretch;
}

.band-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 22px 20px;
  border-radius: 18px;
  min-height: 100%;
  height: 100%;

  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 12px 30px rgba(17, 17, 17, 0.06);

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.band-txt {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  width: 100%;
}

.band-ico {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 12px 30px rgba(17, 17, 17, 0.06);
}

.band-ico svg {
  width: 22px;
  height: 22px;
  stroke: rgba(17, 17, 17, 0.75);
  stroke-width: 1.6;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.band-kicker {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.62rem;
  font-weight: 950;
  color: rgba(17, 17, 17, 0.52);
  margin-bottom: 8px;
}

.band-title {
  margin: 0 0 8px;
  font-size: 1.12rem;
  line-height: 1.25;
  font-weight: 950;
}

.band-desc {
  margin: 0;
  font-size: 0.97rem;
  line-height: 1.65;
  color: rgba(17, 17, 17, 0.66);
  max-width: 56ch;
}

#a-propos {
  padding-bottom: 0;
}

.approche-head {
  max-width: 980px;
  margin: 0 auto 28px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.approche-title {
  margin: 0 0 12px;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-weight: 400;
  font-size: clamp(2.25rem, 3.2vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: rgba(17, 17, 17, 0.92);
  text-wrap: balance;
}

.approche-sub {
  margin: 0;
  color: rgba(17, 17, 17, 0.66);
  font-size: 1.05rem;
  line-height: 1.85;
  max-width: 78ch;
}

.approche-actions {
  margin-top: 32px;
  gap: 12px;
  flex-wrap: wrap;
  text-align: center;
}

.section-tarifs {
  background: var(--bg);
}

.tarifs-head {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 34px;
}

.section-tarifs h2 {
  margin: 0 0 10px;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-weight: 400;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.12;
  text-wrap: balance;
}

.tarifs-sub {
  margin: 0 auto;
  color: rgba(17, 17, 17, 0.62);
  font-size: 1.02rem;
  line-height: 1.85;
  max-width: 78ch;
}

.tarifs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.price-card {
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: var(--radius-lg);
  padding: 24px 22px;
  box-shadow: var(--shadow-card);
}

.price-card h3 {
  margin: 0 0 6px;
  font-weight: 950;
}

.price {
  margin: 0 0 14px;
  font-size: 1.25rem;
  font-weight: 950;
  color: rgba(17, 17, 17, 0.75);
}

.price-list {
  margin: 0 0 16px;
  padding-left: 18px;
  color: rgba(17, 17, 17, 0.65);
  line-height: 1.7;
}

.section-booking {
  position: relative;
  background-image: url("/wp-content/uploads/2026/05/bg_booking.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.section-booking::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
  pointer-events: none;
}

.section-booking .container {
  position: relative;
  z-index: 2;
}

.booking-head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 54px;
}

.booking-title {
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: clamp(2.1rem, 3vw, 2.7rem);
  font-weight: 400;
  margin: 0 0 16px;
  color: #fff;
  line-height: 1.13;
}

.booking-sub {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.02rem;
  line-height: 1.7;
  margin: 0;
}

.booking-widget {
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  padding: 44px 38px 32px;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.booking-steps ol {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.booking-steps .step {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(17, 17, 17, 0.38);
  font-weight: 900;
  font-size: 1.01rem;
  position: relative;
  padding-right: 18px;
}

.booking-steps .step:not(:last-child)::after {
  content: "";
  width: 28px;
  height: 2px;
  background: rgba(17, 17, 17, 0.1);
  border-radius: 2px;
  margin: 0 8px;
}

.booking-steps .step.active {
  color: var(--ink);
}

.booking-steps .step.active::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 3px;
  border-radius: 3px;
  background: var(--gold);
}

.booking-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 38px;
}

.calendar {
  background: #faf9f7;
  border-radius: var(--radius-md);
  border: 1px solid rgba(17, 17, 17, 0.06);
  padding: 24px 18px 18px;
  box-shadow: 0 4px 18px rgba(17, 17, 17, 0.04);
  max-width: 340px;
  margin: 0 auto;
}

.calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.calendar-month {
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: 1.18rem;
  font-weight: 500;
  color: var(--ink);
  text-align: center;
  flex: 1 1 auto;
}

.calendar-nav {
  background: none;
  border: none;
  color: var(--ink);
  padding: 4px;
  border-radius: 6px;
  cursor: pointer;
}

.calendar-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}

.calendar-days span {
  font-size: 0.92rem;
  color: rgba(17, 17, 17, 0.48);
  font-weight: 800;
  text-align: center;
  padding: 4px 0 6px;
}

.calendar-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  font-size: 1.01rem;
  color: var(--ink);
  border-radius: 8px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: #fff;
}

.calendar-cell.selected {
  background: var(--ink);
  color: #fff;
  border: 1.5px solid var(--ink);
  font-weight: 950;
}

.calendar-cell.empty {
  background: transparent;
  border: none;
}

.slots {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-height: 340px;
  overflow-y: auto;
  padding-right: 2px;
}

.slots-label {
  font-size: 0.98rem;
  font-weight: 950;
  margin-bottom: 7px;
}

.slots-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.slot-btn {
  font-size: 0.98rem;
  border-radius: 999px;
  border: 1.5px solid rgba(17, 17, 17, 0.13);
  background: #fff;
  color: var(--ink);
  padding: 7px 18px;
  font-weight: 850;
  cursor: pointer;
}

.slot-btn.selected {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

.booking-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.booking-next {
  min-width: 220px;
}

.section-contact {
  background: #fff;
}

.contact-head {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 34px;
}

.section-contact h2 {
  margin: 0 0 10px;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-weight: 400;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.12;
  text-wrap: balance;
}

.contact-sub {
  margin: 0 auto;
  color: rgba(17, 17, 17, 0.62);
  font-size: 1.02rem;
  line-height: 1.85;
  max-width: 78ch;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: start;
}

.contact-card {
  background: #faf9f7;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: var(--radius-lg);
  padding: 22px;
  box-shadow: 0 10px 30px rgba(17, 17, 17, 0.06);
}

.contact-card h3 {
  margin: 0 0 10px;
  font-weight: 950;
}

.contact-line {
  margin: 0 0 10px;
  color: rgba(17, 17, 17, 0.7);
  line-height: 1.65;
}

.contact-line a {
  color: rgba(17, 17, 17, 0.88);
}

.contact-cta {
  margin-top: 14px;
}

.contact-form {
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: var(--radius-lg);
  padding: 22px;
  box-shadow: var(--shadow-card);
}

.field {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}

label {
  font-weight: 850;
  font-size: 0.92rem;
  color: rgba(17, 17, 17, 0.78);
}

input,
textarea {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(17, 17, 17, 0.14);
  padding: 12px 12px;
  font-family: inherit;
  font-size: 1rem;
  outline: none;
}

input:focus,
textarea:focus {
  border-color: rgba(213, 174, 89, 0.75);
  box-shadow: 0 0 0 4px rgba(213, 174, 89, 0.12);
}

.section-accompagnements-home {
  background:
    radial-gradient(
      1200px 220px at 20% 0%,
      rgba(255, 255, 255, 0.55),
      rgba(255, 255, 255, 0) 60%
    ),
    linear-gradient(
      180deg,
      rgba(213, 174, 89, 0.18) 0%,
      rgba(213, 174, 89, 0.1) 100%
    );
  border-top: 1px solid rgba(17, 17, 17, 0.06);
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
  padding: 96px 0;
}

.accomp-head {
  max-width: 980px;
  margin: 0 auto 38px;
  text-align: center;
}

.accomp-title {
  margin: 0 0 14px;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-weight: 400;
  font-size: clamp(2.15rem, 3.4vw, 3.3rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--ink);
  text-wrap: balance;
}

.accomp-sub {
  margin: 0 auto;
  max-width: 76ch;
  color: rgba(17, 17, 17, 0.66);
  font-size: 1.02rem;
  line-height: 1.82;
}

.accomp-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  align-items: stretch;
}

.accomp-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  text-decoration: none;
  color: inherit;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.accomp-card:hover {
  transform: translateY(-3px);
  box-shadow:
    0 18px 42px rgba(17, 17, 17, 0.08),
    0 1px 2px rgba(17, 17, 17, 0.04);
  border-color: rgba(213, 174, 89, 0.28);
}

.accomp-card-media {
  position: relative;
  aspect-ratio: 1.28 / 1;
  overflow: hidden;
  background: rgba(17, 17, 17, 0.04);
}

.accomp-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
}

.accomp-card-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 28px 28px 26px;
}

.accomp-card-kicker {
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.66rem;
  font-weight: 900;
  color: rgba(17, 17, 17, 0.48);
}

.accomp-card-title {
  margin: 0;
  font-size: 1.55rem;
  line-height: 1.18;
  font-weight: 850;
  color: rgba(17, 17, 17, 0.94);
  text-wrap: balance;
}

.accomp-card-text {
  margin: 0;
  color: rgba(17, 17, 17, 0.66);
  font-size: 1rem;
  line-height: 1.78;
  min-height: 5.2em;
}

.accomp-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2px;
}

.accomp-card-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(213, 174, 89, 0.1);
  border: 1px solid rgba(213, 174, 89, 0.18);
  color: rgba(17, 17, 17, 0.72);
  font-size: 0.86rem;
  font-weight: 700;
}

.accomp-card-footer {
  margin-top: auto;
  padding-top: 8px;
}

.accomp-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--gold);
  color: #fff;
  font-size: 0.94rem;
  font-weight: 800;
  box-shadow: 0 14px 32px rgba(17, 17, 17, 0.1);
}

.accomp-card:nth-child(2) .accomp-card-tags span,
.accomp-card:nth-child(4) .accomp-card-tags span {
  background: rgba(255, 255, 255, 0.56);
  border-color: rgba(17, 17, 17, 0.1);
}

/* =========================================================
   PROGRAMMES PDF
========================================================= */
.section-programmes {
  background:
    radial-gradient(
      1200px 220px at 20% 0%,
      rgba(255, 255, 255, 0.55),
      rgba(255, 255, 255, 0) 60%
    ),
    linear-gradient(
      180deg,
      rgba(213, 174, 89, 0.24) 0%,
      rgba(213, 174, 89, 0.16) 100%
    );
  border-top: 1px solid rgba(17, 17, 17, 0.06);
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
  padding: 96px 0;
}

.programmes-head {
  max-width: 900px;
  margin: 0 auto 34px;
  text-align: center;
}

.programmes-title {
  margin: 0 0 14px;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-weight: 400;
  font-size: clamp(2.1rem, 3vw, 2.95rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--ink);
  text-wrap: balance;
}

.programmes-sub {
  margin: 0 auto;
  max-width: 78ch;
  color: rgba(17, 17, 17, 0.66);
  font-size: 1.02rem;
  line-height: 1.85;
  font-weight: 400;
}

.programme-card {
  max-width: var(--max);
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-card);
  overflow: hidden;

  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: stretch;
}

.programme-left {
  padding: 44px 44px 40px;
}

.programme-kicker {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.62rem;
  font-weight: 850;
  color: rgba(17, 17, 17, 0.52);
  margin-bottom: 14px;
}

.programme-h3 {
  margin: 0 0 14px;
  font-size: 1.6rem;
  line-height: 1.22;
  font-weight: 850;
  letter-spacing: -0.02em;
  color: rgba(17, 17, 17, 0.94);
  text-wrap: balance;
}

.programme-desc {
  margin: 0 0 18px;
  color: rgba(17, 17, 17, 0.64);
  font-size: 1.02rem;
  line-height: 1.82;
  font-weight: 400;
  max-width: 68ch;
}

.programme-list {
  margin: 0 0 20px;
  padding-left: 18px;
  color: rgba(17, 17, 17, 0.64);
  font-size: 0.98rem;
  line-height: 1.75;
}

.programme-list li {
  margin: 6px 0;
}

.programme-note {
  margin: 0;
  color: rgba(17, 17, 17, 0.56);
  font-size: 0.95rem;
  line-height: 1.7;
}

.programme-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.section-programmes .btn-secondary {
  color: var(--ink);
  border-color: rgba(17, 17, 17, 0.18);
  background: transparent;
}

.section-programmes .btn-secondary:hover {
  background: rgba(17, 17, 17, 0.03);
  border-color: rgba(17, 17, 17, 0.28);
}

.programme-right {
  position: relative;
  min-height: 420px;
}

.programme-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.02);
  filter: contrast(1.02) saturate(0.95);
}

.programmes-cta-global {
  margin-top: 42px;
  text-align: center;
}

.programmes-cta-global .btn {
  padding: 12px 26px;
  font-size: 1rem;
}

.section-ressources {
  padding: 120px 0;
  background: #fff;
}

.ressources-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(34px, 5vw, 84px);
  align-items: start;
}

.ressources-left {
  max-width: 62ch;
}

.ressources-title {
  margin: 0 0 14px;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-weight: 400;
  font-size: clamp(2.1rem, 3vw, 3rem);
  line-height: 1.12;
  letter-spacing: -0.2px;
  color: var(--ink);
  text-wrap: balance;
}

.ressources-sub {
  margin: 0 0 22px;
  color: rgba(17, 17, 17, 0.68);
  font-size: 1.02rem;
  line-height: 1.85;
  font-weight: 400;
}

.ressources-cta {
  margin-top: 10px;
}

.articles-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.article-item {
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.article-link {
  display: block;
  padding: 26px 0 28px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.15s var(--ease);
}

.article-link:hover {
  transform: translateX(3px);
}

.article-date {
  display: block;
  margin-bottom: 10px;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.45);
  font-weight: 600;
}

.article-title {
  margin: 0 0 14px;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.6rem, 2vw, 2.1rem);
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: rgba(17, 17, 17, 0.92);
  text-wrap: balance;
}

.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.article-tag {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(213, 174, 89, 0.1);
  border: 1px solid rgba(213, 174, 89, 0.18);
  color: rgba(17, 17, 17, 0.7);
  font-weight: 700;
  font-size: 0.75rem;
  white-space: nowrap;
}

.site-footer {
  background: linear-gradient(90deg, #f8f5ee 0%, #f7f3e7 100%);
  padding: 70px 0 50px;
  font-size: 1.01rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-bottom: 38px;
}

.footer-logo {
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.footer-coords {
  margin-bottom: 8px;
  color: var(--muted);
}

.footer-contact {
  color: var(--muted2);
  font-size: 0.98rem;
}

.footer-nav,
.footer-legal {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-nav a,
.footer-legal a {
  text-decoration: none;
  transition: color 0.18s;
}

.footer-nav a:hover,
.footer-legal a:hover {
  color: var(--gold);
}

.footer-bottom {
  text-align: center;
  font-size: 0.97rem;
  color: var(--muted2);
  padding: 18px 0 0;
  border-top: 1px solid #ece6d7;
}

.disclaimer {
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.55s var(--ease),
    transform 0.55s var(--ease);
}

.reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}

.site-header button span,
.site-header .burger span,
.site-header .menu-toggle span,
.site-header .nav-burger span {
  display: block; /* IMPORTANT : pas inline */
}

.site-header .burger,
.site-header .menu-toggle,
.site-header .nav-burger {
  display: flex;
  flex-direction: column; /* IMPORTANT : empile */
  justify-content: center;
  gap: 4px; /* espace vertical */
  width: 22px;
  height: 22px;
}

.site-header .burger span,
.site-header .menu-toggle span,
.site-header .nav-burger span {
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.92);
}

.page-hero-simple {
  padding: 132px 0 40px; /* laisse de la place au header fixed */
  background: #fff;
}

.hero-card {
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: var(--radius-xl);
  box-shadow: 0 22px 70px rgba(17, 17, 17, 0.08);
  overflow: hidden;

  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: stretch;
  min-height: 360px;
}

.hero-left {
  padding: 36px 36px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-title {
  margin: 0 0 10px;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-weight: 400;
  font-size: clamp(2.1rem, 3.4vw, 3.1rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: rgba(17, 17, 17, 0.94);
  text-wrap: balance;
}

.hero-meta {
  margin: 0 0 12px;
  color: rgba(17, 17, 17, 0.62);
  font-weight: 750;
}

.hero-lead {
  margin: 0 0 18px;
  color: rgba(17, 17, 17, 0.7);
  line-height: 1.8;
  font-size: 1.02rem;
  max-width: 70ch;
}

.hero-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.hero-right {
  padding: 26px 26px 26px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-right img {
  width: min(320px, 100%);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 22px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 18px 50px rgba(17, 17, 17, 0.1);
  display: block;
  filter: grayscale(18%) contrast(1.03);
}

.page-content {
  background: #fff;
}

.page-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 34px;
  align-items: start;
}

.page-head {
  max-width: 78ch;
  margin-bottom: 22px;
}

.page-h2 {
  margin: 0 0 12px;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-weight: 400;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: rgba(17, 17, 17, 0.92);
  text-wrap: balance;
}

.page-intro {
  margin: 0;
  color: rgba(17, 17, 17, 0.66);
  font-size: 1.02rem;
  line-height: 1.85;
}

.topic {
  padding: 18px 0;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.topic:last-child {
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.topic-title {
  margin: 0 0 10px;
  font-size: 1.08rem;
  font-weight: 950;
  color: rgba(17, 17, 17, 0.9);
}

.bullets {
  margin: 0;
  padding-left: 18px;
  color: rgba(17, 17, 17, 0.66);
  line-height: 1.8;
}

.bullets li {
  margin: 6px 0;
}

.aside-card {
  position: sticky;
  top: 110px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: var(--radius-lg);
  box-shadow: 0 18px 54px rgba(17, 17, 17, 0.08);
  padding: 22px;
}

.aside-kicker {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.62rem;
  font-weight: 900;
  color: rgba(17, 17, 17, 0.46);
  margin-bottom: 10px;
}

.aside-title {
  margin: 0 0 14px;
  font-size: 1.18rem;
  font-weight: 950;
}

.checks {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: grid;
  gap: 10px;
  color: rgba(17, 17, 17, 0.7);
  line-height: 1.65;
  font-size: 0.98rem;
}

.checks .check {
  color: rgba(213, 174, 89, 0.95);
  font-weight: 950;
  margin-right: 10px;
}

.aside-cta {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.aside-note {
  margin: 14px 0 0;
  color: rgba(17, 17, 17, 0.52);
  font-size: 0.95rem;
  line-height: 1.6;
}

.pdf-product-page {
  background: var(--bg);
}

.pdf-hero {
  padding: 140px 0 60px;
}

.pdf-hero-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: stretch;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: var(--radius-xl);
  box-shadow: 0 22px 70px rgba(17, 17, 17, 0.08);
  overflow: hidden;
}

.pdf-hero-left {
  padding: 44px 48px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pdf-title {
  margin: 0 0 14px;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-weight: 400;
  font-size: clamp(2.2rem, 3.5vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: rgba(17, 17, 17, 0.94);
}

.pdf-lead {
  margin: 0 0 20px;
  font-size: 1.05rem;
  line-height: 1.85;
  color: rgba(17, 17, 17, 0.68);
  max-width: 60ch;
}

.pdf-points {
  margin: 0 0 22px;
  padding-left: 18px;
  color: rgba(17, 17, 17, 0.64);
  line-height: 1.75;
  font-size: 0.98rem;
}

.pdf-points li {
  margin: 6px 0;
}

.pdf-cta {
  margin-top: 8px;
}

.single-product .product .summary form.cart .button,
.pdf-cta .button {
  background: var(--gold);
  color: #fff;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 900;
  border: 1px solid transparent;
  box-shadow: 0 18px 44px rgba(17, 17, 17, 0.12);
  transition: all 0.2s ease;
}

.single-product .product .summary form.cart .button:hover,
.pdf-cta .button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 58px rgba(17, 17, 17, 0.16);
}

.pdf-hero-right {
  position: relative;
  min-height: 380px;
}

.pdf-hero-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  filter: grayscale(15%) contrast(1.02);
}

.pdf-section {
  padding: 70px 0;
}

.pdf-section.alt {
  background:
    radial-gradient(
      1200px 220px at 20% 0%,
      rgba(255, 255, 255, 0.55),
      rgba(255, 255, 255, 0) 60%
    ),
    linear-gradient(
      180deg,
      rgba(213, 174, 89, 0.16) 0%,
      rgba(213, 174, 89, 0.1) 100%
    );
  border-top: 1px solid rgba(17, 17, 17, 0.06);
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
}

.pdf-section-head {
  max-width: 720px;
  margin-bottom: 28px;
}

.pdf-section-head h2 {
  margin: 0 0 8px;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-weight: 400;
  font-size: 2rem;
}

.pdf-section-head p {
  margin: 0;
  color: rgba(17, 17, 17, 0.62);
  line-height: 1.75;
}

.pdf-extrait {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.pdf-extrait-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.05);
  border: 1px solid rgba(17, 17, 17, 0.14);
  text-decoration: none;
  font-weight: 900;
  transition: all 0.2s ease;
}

.pdf-extrait-btn:hover {
  background: rgba(17, 17, 17, 0.08);
}

.pdf-extrait-note {
  font-size: 0.92rem;
  color: rgba(17, 17, 17, 0.55);
}

.pdf-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pdf-step {
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 32px rgba(17, 17, 17, 0.06);
}

.step-num {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: rgba(213, 174, 89, 0.18);
  border: 1px solid rgba(213, 174, 89, 0.24);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 10px;
}

.pdf-step h3 {
  margin: 0 0 6px;
  font-weight: 900;
}

.pdf-step p {
  margin: 0;
  color: rgba(17, 17, 17, 0.64);
  line-height: 1.65;
}

.pdf-faq {
  display: grid;
  gap: 12px;
}

.pdf-faq details {
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  padding: 14px 16px;
}

.pdf-faq summary {
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

.pdf-faq summary::-webkit-details-marker {
  display: none;
}

.pdf-faq p {
  margin-top: 10px;
  color: rgba(17, 17, 17, 0.64);
  line-height: 1.75;
}

.site-header .nav-burger {
  display: none;
}

.site-header .nav-links {
  display: flex;
}

.site-header .nav-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.hero-consultations {
  background-image: url("/wp-content/uploads/2026/05/consultations-hero.jpg");

  background-size: cover;
  background-position: center;
}

.section-soft {
  background: rgba(0, 0, 0, 0.03);
}

.programmes-grid {
  margin-top: 60px;
}

.programme {
  position: relative;
}

.programme-duration {
  font-weight: 600;
  margin-bottom: 14px;
  opacity: 0.7;
}

.programme-highlight {
  border: 2px solid var(--gold);
}

.badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);

  background: var(--gold);
  color: white;

  font-size: 0.75rem;
  padding: 4px 10px;
  border-radius: 12px;
}

.booking-placeholder {
  padding: 80px;
  text-align: center;
  border: 1px dashed rgba(0, 0, 0, 0.15);
  border-radius: 14px;
}

.section-suivi {
  padding: 120px 0;
}

.suivi-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;

  align-items: center;
}

.suivi-text h2 {
  margin-bottom: 20px;
}

.suivi-intro {
  margin-bottom: 24px;
  font-size: 1.1rem;
  line-height: 1.6;
}

.suivi-list {
  display: flex;
  flex-direction: column;
  gap: 10px;

  margin-bottom: 26px;
}

.suivi-list li {
  position: relative;
  padding-left: 20px;
}

.suivi-list li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0;

  color: var(--gold);

  font-size: 0.9rem;
}

.suivi-image img {
  width: 80%;
  height: auto;

  border-radius: 14px;

  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.suivi-image {
  height: 620px; /* hauteur contrôlée */
}

.suivi-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: top;

  border-radius: 14px;

  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.suivi-text h2 {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  color: #111111;
}

.suivi-actions {
  margin-top: 26px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.section-programmes {
  background: #e9e1d2;
  padding: clamp(4rem, 7vw, 7rem) 0;
}

.section-programmes .section-head {
  text-align: center;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.section-programmes .eyebrow {
  margin-bottom: 0.75rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.45);
}

.section-programmes h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  color: #111111;
}

.section-programmes .polaris-mark {
  position: relative;
}

.programmes-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}

.programme {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 540px;
  padding: 1.8rem 1.3rem 1.35rem;
  border-radius: 2rem;
  background: #f7f7f7;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.programme-highlight {
  border: 2px solid #d8ab47;
}

.programme .badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background: #d8ab47;
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1;
  white-space: nowrap;
}

.programme-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.programme h3 {
  margin: 0 0 0.75rem;
  font-size: 1.35rem;
  line-height: 1.2;
  color: #111111;
}

.programme-duration {
  margin-bottom: 1.4rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(17, 17, 17, 0.65);
}

.programme-intro {
  margin: 0 0 1.25rem;
  font-size: 1rem;
  line-height: 1.45;
  color: #222222;
}

.programme-list {
  margin: 0;
  padding-left: 1.2rem;
}

.programme-list li {
  margin-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.35;
  color: #1f1f1f;
}

.programme-list li:last-child {
  margin-bottom: 0;
}

.programme-footer {
  margin-top: auto;
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.programme-note {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.45;
  color: rgba(17, 17, 17, 0.68);
  min-height: 84px; /* ajuste si besoin */
}

.programme .btn {
  align-self: flex-start;
}

.programme .btn,
.programme .btn.btn-primary,
.programme .btn.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.8rem 1.2rem;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}

.programme .btn.btn-primary {
  background: #d8ab47;
  border: 1px solid #d8ab47;
  color: #ffffff;
}

.programme .btn.btn-primary:hover {
  transform: translateY(-1px);
  background: #c69a39;
  border-color: #c69a39;
}

.programme .btn.btn-secondary {
  background: transparent;
  border: 1px solid rgba(17, 17, 17, 0.16);
  color: #111111;
}

.programme .btn.btn-secondary:hover {
  transform: translateY(-1px);
  border-color: rgba(17, 17, 17, 0.32);
  background: rgba(255, 255, 255, 0.7);
}

.section-retraites {
  background: #f7f7f7;
  padding: clamp(4rem, 7vw, 7rem) 0;
}

.suivi-grid-reverse {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.suivi-grid-reverse .suivi-image {
  order: 1;
}

.suivi-grid-reverse .suivi-text {
  order: 2;
}

.section-programmes h2 {
  font-family: "EB Garamond", serif;
  font-weight: 300;
}

.section {
  padding: clamp(4rem, 7vw, 7rem) 0;
}

.section-head {
  text-align: center;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.section-head .eyebrow {
  margin-bottom: 0.75rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.45);
}

.section-head h2 {
  margin: 0;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  color: #111111;
}

.cards.cards-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}

.cards.cards-3 .card {
  padding: 1.6rem 1.3rem;
  border-radius: 1.75rem;
  background: #f7f7f7;
  border: 1px solid rgba(17, 17, 17, 0.06);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.cards.cards-3 .card h3 {
  margin: 0 0 0.8rem;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #111111;
}

.cards.cards-3 .card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(17, 17, 17, 0.72);
}

.section-text {
  max-width: 980px;
  margin: 0 auto 1rem;
  font-size: 1.04rem;
  line-height: 1.75;
  color: rgba(17, 17, 17, 0.72);
}

.section-soft .container {
  max-width: 980px;
}

:root {
  --max: 1440px;

  --bg: #f7f7f7;
  --ink: #111;
  --muted: rgba(17, 17, 17, 0.7);
  --muted2: rgba(17, 17, 17, 0.42);

  --gold: #d5ae59;
  --gold-soft: rgba(213, 174, 89, 0.14);

  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;

  --shadow-soft: 0 18px 50px rgba(17, 17, 17, 0.1);
  --shadow-card:
    0 6px 18px rgba(17, 17, 17, 0.06), 0 1px 2px rgba(17, 17, 17, 0.04);
  --line: rgba(17, 17, 17, 0.1);
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}

body {
  font-family: Inter, system-ui, sans-serif;
  background: var(--bg);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dl-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.26em;
  font-size: 0.7rem;
  color: var(--muted2);
  margin-bottom: 12px;
  font-weight: 800;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid transparent;
  transition:
    transform 0.15s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
  white-space: nowrap;
  cursor: pointer;
}

.dl-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 247, 247, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
}

.dl-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  gap: 18px;
}

.dl-brand {
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: 1.35rem;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.dl-nav {
  display: flex;
  align-items: center;
  gap: 16px;
}

.dl-nav a {
  text-decoration: none;
  color: rgba(17, 17, 17, 0.72);
  font-weight: 750;
}

.dl-nav a:hover {
  color: rgba(17, 17, 17, 0.92);
}

.dl-nav-cta {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: rgba(255, 255, 255, 0.7);
}

.dl-main {
  padding: 44px 0 0;
}

.dl-section {
  padding: 86px 0;
}

.dl-section-soft {
  background:
    radial-gradient(
      1200px 220px at 20% 0%,
      rgba(255, 255, 255, 0.55),
      rgba(255, 255, 255, 0) 60%
    ),
    linear-gradient(
      180deg,
      rgba(213, 174, 89, 0.18) 0%,
      rgba(213, 174, 89, 0.1) 100%
    );
  border-top: 1px solid rgba(17, 17, 17, 0.06);
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
}

.dl-section-head {
  max-width: 860px;
  margin: 0 auto 32px;
  text-align: center;
}

.dl-h2 {
  margin: 0 0 10px;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-weight: 400;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.12;
  letter-spacing: -0.2px;
  text-wrap: balance;
}

.dl-p {
  margin: 0 auto;
  color: rgba(17, 17, 17, 0.64);
  font-size: 1.02rem;
  line-height: 1.85;
  max-width: 78ch;
}

.dl-hero {
  padding: 12px 0 36px;
  background-color: #fff;
}

.dl-card {
  background: rgba(255, 255, 255, 0.92);

  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-card);
  overflow: hidden;

  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: stretch;
}

.dl-left {
  padding: 44px 44px 40px;
}

.dl-right {
  display: flex;
}

.dl-title {
  margin: 0 0 14px;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-weight: 400;
  font-size: clamp(2.2rem, 3.2vw, 3.3rem);
  line-height: 1.06;
  letter-spacing: -0.3px;
  text-wrap: balance;
}

.dl-sub {
  margin: 0 0 18px;
  color: rgba(17, 17, 17, 0.66);
  font-size: 1.02rem;
  line-height: 1.85;
  max-width: 70ch;
}

.dl-bullets {
  margin: 0 0 22px;
  padding-left: 18px;
  color: rgba(17, 17, 17, 0.62);
  font-size: 0.98rem;
  line-height: 1.75;
}

.dl-bullets li {
  margin: 6px 0;
}

.dl-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.dl-meta {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dl-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(213, 174, 89, 0.1);
  border: 1px solid rgba(213, 174, 89, 0.18);
  color: rgba(17, 17, 17, 0.72);
  font-size: 0.84rem;
  font-weight: 900;
}

.dl-media {
  width: 100%;
  height: 100%;
}

.dl-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  filter: contrast(1.02) saturate(0.95);
}

.dl-extrait-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.dl-extrait-card {
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: 0 10px 30px rgba(17, 17, 17, 0.06);
  padding: 22px;
}

.dl-extrait-card h3 {
  margin: 0 0 10px;
  font-weight: 950;
  font-size: 1.05rem;
}

.dl-extrait-card p {
  margin: 0 0 12px;
  color: rgba(17, 17, 17, 0.66);
  line-height: 1.75;
}

.dl-extrait-card ul {
  margin: 0;
  padding-left: 18px;
  color: rgba(17, 17, 17, 0.62);
  line-height: 1.7;
}

.dl-center-cta {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.dl-use-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 18px;
  align-items: start;
}

.dl-steps {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}

.dl-step {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px 16px;
  border-radius: 18px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 0 10px 26px rgba(17, 17, 17, 0.05);
}

.dl-step-num {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(17, 17, 17, 0.1);
  font-weight: 950;
}

.dl-step-txt strong {
  display: block;
  font-weight: 950;
  margin-bottom: 2px;
}

.dl-step-txt span {
  color: rgba(17, 17, 17, 0.66);
  line-height: 1.6;
}

.dl-side-card {
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  padding: 22px;
  position: sticky;
  top: 92px;
}

.dl-side-title {
  font-weight: 950;
  margin-bottom: 10px;
}

.dl-side-text {
  margin: 0 0 14px;
  color: rgba(17, 17, 17, 0.66);
  line-height: 1.75;
}

.dl-faq {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  gap: 10px;
}

.dl-faq-item {
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(17, 17, 17, 0.05);
  padding: 14px 16px;
}

.dl-faq-item summary {
  cursor: pointer;
  font-weight: 950;
  list-style: none;
}

.dl-faq-item summary::-webkit-details-marker {
  display: none;
}

.dl-faq-body {
  margin-top: 10px;
  color: rgba(17, 17, 17, 0.66);
  line-height: 1.75;
}

.dl-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: start;
}

.dl-contact-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  padding: 22px;
}

.dl-contact-lines {
  margin-top: 12px;
  display: grid;
  gap: 8px;
  color: rgba(17, 17, 17, 0.7);
  line-height: 1.6;
}

.dl-contact-lines a {
  color: rgba(17, 17, 17, 0.88);
}

.dl-form {
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: var(--radius-lg);
  padding: 22px;
  box-shadow: var(--shadow-card);
}

.dl-field {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}

.dl-form label {
  font-weight: 850;
  font-size: 0.92rem;
  color: rgba(17, 17, 17, 0.78);
}

.dl-form input,
.dl-form textarea {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(17, 17, 17, 0.14);
  padding: 12px 12px;
  font-family: inherit;
  font-size: 1rem;
  outline: none;
}

.dl-form input:focus,
.dl-form textarea:focus {
  border-color: rgba(213, 174, 89, 0.75);
  box-shadow: 0 0 0 4px rgba(213, 174, 89, 0.12);
}

.dl-submit {
  width: 100%;
}

.dl-fineprint {
  margin: 10px 0 0;
  font-size: 0.88rem;
  color: rgba(17, 17, 17, 0.55);
  line-height: 1.55;
}

.dl-footer {
  padding: 34px 0;
  border-top: 1px solid rgba(17, 17, 17, 0.06);
}

.dl-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.dl-footer-brand {
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: 1.15rem;
  font-weight: 500;
}

.dl-footer-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.dl-footer-links a {
  text-decoration: none;
  color: rgba(17, 17, 17, 0.7);
  font-weight: 750;
}

.dl-footer-links a:hover {
  color: rgba(17, 17, 17, 0.92);
}

.dl-footer-note {
  color: rgba(17, 17, 17, 0.55);
  font-size: 0.95rem;
}

.dl-steps-row {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.dl-step-card {
  text-align: center;
  padding: 34px 26px 30px;
  border-radius: 26px;

  /* même ambiance que Approche */
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 12px 30px rgba(17, 17, 17, 0.06);

  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.dl-step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(17, 17, 17, 0.08);
}

.dl-step-circle {
  width: 74px;
  height: 74px;
  margin: 0 auto 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: 2.6rem;
  font-weight: 400;

  /* Fond beige chaud cohérent avec la section */
  background: rgba(213, 174, 89, 0.12);

  /* Fine bordure chaude */
  border: 1px solid rgba(213, 174, 89, 0.35);

  /* Texte plus profond */
  color: rgba(17, 17, 17, 0.85);

  box-shadow: 0 8px 22px rgba(17, 17, 17, 0.05);
}

.dl-step-card h3 {
  margin: 0 0 10px;
  font-weight: 950;
  font-size: 1.1rem;
}

.dl-step-card p {
  margin: 0;
  color: rgba(17, 17, 17, 0.65);
  line-height: 1.7;
  font-size: 0.97rem;
}

.section-extrait {
  padding: 92px 0;
  background: #fff; /* ou ton dégradé si ta page est beige */
}

.extrait-head {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 26px;
}

.extrait-title {
  margin: 0 0 10px;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-weight: 400;
  font-size: clamp(2.1rem, 3vw, 2.9rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.extrait-sub {
  margin: 0 auto;
  color: rgba(17, 17, 17, 0.62);
  font-size: 1.02rem;
  line-height: 1.8;
  max-width: 72ch;
}

.reader {
  margin: 34px auto 0;
  max-width: 980px;
  display: grid;
  grid-template-columns: 56px 1fr 56px;
  gap: 18px;
  align-items: center;
}

.reader-btn {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  border: 1px solid rgba(17, 17, 17, 0.14);
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 12px 34px rgba(17, 17, 17, 0.08);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.15s var(--ease),
    background 0.2s var(--ease),
    border-color 0.2s var(--ease);
}

.reader-btn span {
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-1px);
}

.reader-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(213, 174, 89, 0.35);
  background: rgba(213, 174, 89, 0.08);
}

.reader-btn:active {
  transform: translateY(0);
}

.reader-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  transform: none;
}

.paper-wrap {
  display: grid;
  gap: 12px;
}

.paper {
  position: relative;
  width: min(720px, 100%);
  margin: 0 auto;
  aspect-ratio: 210 / 297; /* A4 */
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(17, 17, 17, 0.1);
  box-shadow: 0 26px 76px rgba(17, 17, 17, 0.12);
  overflow: hidden;
}

.paper::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      900px 260px at 20% 0%,
      rgba(213, 174, 89, 0.1),
      rgba(213, 174, 89, 0) 55%
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0));
}

.paper-inner {
  position: relative;
  height: 100%;
  padding: clamp(22px, 3.2vw, 40px);
  display: grid;
  align-content: start;
  gap: 14px;
  transition:
    opacity 0.22s var(--ease),
    transform 0.22s var(--ease);
  will-change: opacity, transform;
}

.paper-inner.is-fading {
  opacity: 0;
  transform: translateY(10px);
}

.paper-kicker {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.66rem;
  font-weight: 900;
  color: rgba(17, 17, 17, 0.42);
}

.paper-title {
  margin: 0;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-weight: 500;
  font-size: clamp(1.55rem, 2.2vw, 2.05rem);
  line-height: 1.12;
  letter-spacing: -0.01em;
}

.paper-lead {
  margin: 0;
  color: rgba(17, 17, 17, 0.62);
  font-size: 1.02rem;
  line-height: 1.85;
  max-width: 70ch;
}

.paper-hr {
  height: 1px;
  background: rgba(17, 17, 17, 0.1);
  margin: 6px 0 2px;
}

.paper-h3 {
  margin: 0;
  font-weight: 900;
  font-size: 1.02rem;
  letter-spacing: 0.01em;
  color: rgba(17, 17, 17, 0.86);
}

.paper-list {
  margin: 0;
  padding-left: 18px;
  color: rgba(17, 17, 17, 0.66);
  line-height: 1.8;
  font-size: 1rem;
}

.paper-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  max-width: 720px;
  margin: 0 auto;
  color: rgba(17, 17, 17, 0.55);
  font-size: 0.92rem;
}

.paper-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}

.paper-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.18);
  border: 1px solid rgba(17, 17, 17, 0.12);
}

.paper-dot.is-active {
  background: rgba(213, 174, 89, 0.9);
  border-color: rgba(213, 174, 89, 0.35);
}

.paper {
  /* si tu as déjà un padding, augmente-le */
  padding: clamp(34px, 4vw, 56px);
}

.paper-page {
  /* Important : ton [data-page] doit avoir cette classe */
  min-height: min(76vh, 760px); /* garde l’effet “page” */
  display: flex;
  flex-direction: column;
  justify-content: center; /* 👈 centre verticalement */
  margin: 0 auto;
  max-width: 68ch; /* 👈 lisible, effet print */
}

.paper-kicker {
  margin-bottom: 14px;
}

.paper-title {
  margin: 0 0 18px; /* plus d’air sous le titre */
  line-height: 1.08;
}

.paper-lead {
  margin: 0 0 26px;
  line-height: 1.75;
}

.paper-hr {
  margin: 18px 0 28px; /* plus d’air autour de la ligne */
}

.paper-block + .paper-block {
  margin-top: 22px; /* espace entre blocs */
}

.paper-h3 {
  margin: 0 0 10px;
}

.paper-list {
  margin: 0;
  padding-left: 1.1em;
  line-height: 1.7;
}

.dl-hero-card,
.dl-hero-wrap,
.programme-card {
  /* garde programme-card si tu réutilises la même structure */
  box-shadow: 0 18px 45px rgba(17, 17, 17, 0.08) !important;
}

.dl-hero::before,
.dl-hero::after,
.programme-card::before,
.programme-card::after {
  display: none !important;
}

.dl-hero,
.dl-hero-card,
.dl-hero-wrap,
.programme-card {
  border: 1px solid rgba(17, 17, 17, 0.08) !important;
  box-shadow: 0 10px 28px rgba(17, 17, 17, 0.07) !important;
}

.page-download {
  background: #fff; /* supprime le “filet gris” (fond global) */
}

.page-download .dl-hero {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding-top: 90px;
}

.page-download .dl-hero::before,
.page-download .dl-hero::after {
  content: none !important;
}

.page-download .dl-hero.section {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.page-download .dl-hero + section {
  border-top: 0 !important;
}

.page-download .dl-hero hr {
  display: none !important;
}

.page-download #contact.dl-section-soft {
  position: relative;
  background-image: url("/wp-content/uploads/2026/05/bg_booking.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  isolation: isolate; /* important pour overlay */
}

.page-download #contact.dl-section-soft {
  padding: clamp(100px, 12vw, 160px) 0;
}

.page-download #contact .dl-form {
  /* fond doux */
  background: rgba(255, 255, 255, 0.94);

  /* micro profondeur élégante */
  border: 1px solid rgba(17, 17, 17, 0.06);
  border-radius: 24px;

  box-shadow:
    0 8px 24px rgba(17, 17, 17, 0.05),
    0 1px 2px rgba(17, 17, 17, 0.04);

  padding: clamp(32px, 4vw, 52px);

  /* pour que ça respire */
  max-width: 620px;
  margin: 0 auto;
}

.hero-massage {
  --hero-image: url("/wp-content/uploads/2026/05/massage_hero.png");
  --hero-position: center;
  --hero-overlay-top: rgba(0, 0, 0, 0.16);
  --hero-overlay-bottom: rgba(0, 0, 0, 0.44);
  --hero-bottom-space: clamp(80px, 10vh, 130px);
}

.section-signature {
  padding: 120px 0;
}

.signature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(38px, 6vw, 84px);
  align-items: center;
}

.signature-copy {
  max-width: 62ch;
}

.signature-copy h2 {
  margin: 0 0 18px;
}

.signature-lead {
  margin: 0 0 22px;
  font-size: 1.08rem;
  line-height: 1.72;
  color: rgba(17, 17, 17, 0.74);
}

.signature-copy p {
  margin: 0 0 16px;
  color: rgba(17, 17, 17, 0.66);
  line-height: 1.8;
}

.signature-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 22px;
  padding-left: 0;
  list-style: none;
}

.signature-list li {
  position: relative;
  padding-left: 20px;
  color: rgba(17, 17, 17, 0.68);
  line-height: 1.65;
}

.signature-list li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold);
  font-size: 0.9rem;
}

.signature-media {
  height: 500px;
}

.signature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 22px 54px rgba(17, 17, 17, 0.1);
}

.massage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.massage-card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 24px;
  box-shadow: var(--shadow-card);
  padding: 24px;
}

.massage-card h3 {
  margin: 0 0 12px;
  font-size: 1.08rem;
  line-height: 1.3;
  font-weight: 900;
}

.massage-card p {
  margin: 0;
  color: rgba(17, 17, 17, 0.66);
  line-height: 1.72;
}

.massage-card--highlight {
  border: 1px solid rgba(213, 174, 89, 0.34);
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.08);
}

.card-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(213, 174, 89, 0.12);
  border: 1px solid rgba(213, 174, 89, 0.24);
  color: rgba(17, 17, 17, 0.72);
  font-size: 0.78rem;
  font-weight: 900;
}

.section-evasion {
  padding: 120px 0;
}

.evasion-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(38px, 6vw, 84px);
  align-items: center;
}

.evasion-media {
  height: 560px;
}

.evasion-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 22px 54px rgba(17, 17, 17, 0.1);
}

.evasion-copy {
  max-width: 60ch;
}

.evasion-copy h2 {
  margin: 0 0 18px;
}

.evasion-lead {
  margin: 0 0 22px;
  font-size: 1.08rem;
  line-height: 1.72;
  color: rgba(17, 17, 17, 0.74);
}

.evasion-copy p {
  margin: 0 0 16px;
  color: rgba(17, 17, 17, 0.66);
  line-height: 1.8;
}

.offer-box {
  margin-top: 26px;
  padding: 24px;
  border-radius: 22px;
  background: rgba(213, 174, 89, 0.1);
  border: 1px solid rgba(213, 174, 89, 0.18);
}

.offer-box h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 900;
}

.offer-box p {
  margin: 0;
}

.section-huiles {
  background:
    radial-gradient(
      1200px 220px at 20% 0%,
      rgba(255, 255, 255, 0.55),
      rgba(255, 255, 255, 0) 60%
    ),
    linear-gradient(
      180deg,
      rgba(213, 174, 89, 0.24) 0%,
      rgba(213, 174, 89, 0.16) 100%
    );
  border-top: 1px solid rgba(17, 17, 17, 0.06);
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
  padding: 86px 0;
}

.section-huiles .section-head {
  max-width: 860px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-huiles h2 {
  margin: 0 0 12px;
}

.section-huiles .section-sub {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(17, 17, 17, 0.66);
  font-size: 1rem;
  line-height: 1.8;
}

.band-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}

.section-huiles .band-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 22px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 12px 30px rgba(17, 17, 17, 0.06);
}

.section-huiles .band-ico {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 12px 30px rgba(17, 17, 17, 0.06);
}

.section-huiles .band-ico svg {
  width: 22px;
  height: 22px;
  stroke: rgba(17, 17, 17, 0.75);
  stroke-width: 1.6;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.section-huiles .band-kicker {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.62rem;
  font-weight: 950;
  color: rgba(17, 17, 17, 0.52);
  margin-bottom: 8px;
}

.section-huiles .band-title {
  margin: 0 0 8px;
  font-size: 1.02rem;
  line-height: 1.3;
  font-weight: 950;
}

.section-huiles .band-desc {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.72;
  color: rgba(17, 17, 17, 0.66);
  max-width: 34ch;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 760px;
  margin: 0 auto;
}

.price-card {
  text-align: center;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 24px;
  box-shadow: var(--shadow-card);
  padding: 32px 24px;
}

.price-card h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
  font-weight: 900;
}

.price {
  margin: 0 0 8px;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: 2.2rem;
  line-height: 1;
}

.price-note {
  margin: 0;
  color: rgba(17, 17, 17, 0.58);
  font-size: 0.95rem;
}

.booking-placeholder {
  min-height: 220px;
  border-radius: 24px;
  border: 1px dashed rgba(17, 17, 17, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(17, 17, 17, 0.52);
  background: rgba(255, 255, 255, 0.72);
}

:root {
  --max: 1440px;

  --bg: #fff;
  --ink: #111;
  --muted: rgba(17, 17, 17, 0.66);
  --muted2: rgba(17, 17, 17, 0.42);

  --gold: #d5ae59;

  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;

  --shadow-card:
    0 6px 18px rgba(17, 17, 17, 0.06), 0 1px 2px rgba(17, 17, 17, 0.04);

  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family:
    Inter,
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    sans-serif;
  background: var(--bg);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 800;
  border: 1px solid transparent;
  transition:
    transform 0.15s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
  white-space: nowrap;
  cursor: pointer;
}

.btn:active {
  transform: translateY(1px);
}

.polaris-star {
  color: var(--gold);
  font-size: 0.85em;
  margin-left: 0.22em;
  vertical-align: 0.06em;
}

.hero-methode {
  background-image: url("/wp-content/uploads/2026/05/methode_hero.avif");
  background-size: cover;
  background-position: center;
}

.method-explain {
  padding: 96px 0;
  background: #fff;
}

.method-explain-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: start;
}

.method-explain-text p {
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.9;
  font-size: 1.02rem;
  max-width: 74ch;
}

.method-terrain {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 26px;
  box-shadow: var(--shadow-card);
  padding: 22px;
  position: sticky;
  top: 92px;
}

.method-terrain-kicker {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.62rem;
  font-weight: 900;
  color: rgba(17, 17, 17, 0.5);
  margin-bottom: 10px;
}

.method-terrain-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.method-terrain .method-chip {
  background: rgba(213, 174, 89, 0.1);
  border: 1px solid rgba(213, 174, 89, 0.18);
  color: rgba(17, 17, 17, 0.76);
}

.method-terrain-note {
  margin: 0;
  color: rgba(17, 17, 17, 0.62);
  line-height: 1.75;
}

.about-band {
  background:
    radial-gradient(
      1200px 220px at 20% 0%,
      rgba(255, 255, 255, 0.55),
      rgba(255, 255, 255, 0) 60%
    ),
    linear-gradient(
      180deg,
      rgba(213, 174, 89, 0.24) 0%,
      rgba(213, 174, 89, 0.16) 100%
    );
  border-top: 1px solid rgba(17, 17, 17, 0.06);
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
  padding: 86px 0;
}

.dl-section-head {
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}

.band-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
}

.band-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 12px 30px rgba(17, 17, 17, 0.06);
}

.band-body {
  min-width: 0;
}

.band-title {
  margin: 0 0 10px;
  font-size: 1.12rem;
  line-height: 1.25;
  font-weight: 950;
}

.method-list {
  margin: 0;
  padding-left: 18px;
  color: rgba(17, 17, 17, 0.66);
  font-size: 0.98rem;
  line-height: 1.75;
}

.method-list li {
  margin: 6px 0;
}

.method-note {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  color: rgba(17, 17, 17, 0.66);
  line-height: 1.7;
  font-size: 0.95rem;
}

.method-note-title {
  font-weight: 950;
  color: rgba(17, 17, 17, 0.8);
  margin-bottom: 6px;
  letter-spacing: 0.01em;
}

.method-note-text {
  color: rgba(17, 17, 17, 0.64);
}

.method-final {
  position: relative;
  padding: clamp(160px, 18vh, 260px) 0;
  overflow: hidden;
}

.method-final-bg {
  position: absolute;
  inset: 0;
  background-image: url("/wp-content/uploads/2026/05/methode_balance.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.03);
}

.method-final-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.35),
    rgba(0, 0, 0, 0.45)
  );
}

.method-final-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.method-final-quote {
  margin: 0 auto;
  max-width: 42ch;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-weight: 400;
  font-size: clamp(2.8rem, 4.5vw, 4.2rem); /* 👈 plus grand */
  line-height: 1.08;
  color: rgba(255, 255, 255, 0.95);
  text-wrap: balance;
  letter-spacing: -0.01em;
}

.highlight-gold {
  color: var(--gold);
  font-weight: 500;
}

.method-final-cta {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.method-grid {
  align-items: stretch;
}

.method-card {
  height: 100%;
}

.method-card .band-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
}

.method-card .method-top {
  flex: 1;
  min-height: 420px; /* ajuste si besoin */
}

.method-card .method-note {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background-size: cover;
  background-position: var(--hero-position, center);
  background-repeat: no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    var(--hero-overlay-top, rgba(0, 0, 0, 0.1)),
    var(--hero-overlay-bottom, rgba(0, 0, 0, 0.38))
  );
  pointer-events: none;
  z-index: 0;
}

.hero h1 .accent {
  font-style: italic;
  color: rgba(213, 174, 89, 0.86);
}

.lead {
  margin: 0 0 20px;
  font-size: clamp(1.15rem, 1.6vw, 1.45rem);
  line-height: 1.55;
  max-width: 36ch;
  color: rgba(255, 255, 255, 0.94);
}

.section-polaris-scroll {
  padding: 110px 0;
  background: #fff;
}

.polaris-stage {
  position: relative;
  height: 240vh;
}

.polaris-stage-inner {
  position: sticky;
  top: 90px;
  display: grid;
  grid-template-columns: minmax(420px, 1.05fr) minmax(380px, 0.95fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 90px);
}

.polaris-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.polaris-head {
  margin-bottom: 34px;
  max-width: 620px;
}

.polaris-section-title {
  margin: 0 0 12px;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-weight: 400;
  font-size: clamp(2rem, 3vw, 2.9rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.polaris-section-sub {
  margin: 0;
  color: rgba(17, 17, 17, 0.66);
  font-size: 1.02rem;
  line-height: 1.8;
  max-width: 52ch;
}

.polaris-word {
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 0.04em;
  white-space: nowrap;
  line-height: 1;
}

.polaris-letter {
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: clamp(3.8rem, 7vw, 7.5rem);
  color: rgba(17, 17, 17, 0.14);
  transition:
    color 0.28s ease,
    opacity 0.28s ease,
    transform 0.28s ease;
  opacity: 0.65;
}

.polaris-letter.is-active {
  color: var(--gold);
  opacity: 1;
  transform: translateY(-2px);
}

.polaris-word-star {
  margin-left: 0.12em;
  font-size: clamp(1.4rem, 2vw, 2.1rem);
  color: var(--gold);
  line-height: 1;
  transform: translateY(-0.6em);
}

.polaris-right {
  position: relative;
  min-height: 620px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(17, 17, 17, 0.12);
}

.polaris-visual {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.45s ease;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.polaris-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.18),
    rgba(0, 0, 0, 0.48)
  );
}

.polaris-visual.is-active {
  opacity: 1;
}

.polaris-panel {
  position: relative;
  z-index: 2;
  min-height: 620px;
}

.polaris-step {
  position: absolute;
  inset: 0;
  padding: 46px 42px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.polaris-step.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.polaris-step-kicker {
  display: inline-flex;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: rgba(213, 174, 89, 0.92);
  color: #fff;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 18px;
}

.polaris-step h3 {
  margin: 0 0 12px;
  font-size: clamp(1.9rem, 2.4vw, 2.7rem);
  line-height: 1.1;
  font-weight: 900;
  color: #fff;
  text-wrap: balance;
}

.polaris-step p {
  margin: 0;
  max-width: 24ch;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.06rem;
  line-height: 1.75;
}

/* =========================================================
   PAGE À PROPOS
========================================================= */
body.page-a-propos .section-about-hero {
  padding: 140px 0 110px;
}
body.page-a-propos .about-grid {
  display: grid;
  grid-template-columns: minmax(320px, 520px) minmax(320px, 1fr);
  gap: 72px;
  align-items: center;
}
body.page-a-propos .about-img {
  display: flex;
  justify-content: center;
}
body.page-a-propos .about-img img {
  width: 100%;
  max-width: 460px;
  aspect-ratio: 4 / 5.2;
  height: auto;
  object-fit: cover;
  object-position: center top;
  border-radius: 220px 220px 24px 24px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
}
body.page-a-propos .about-text p a {
  text-decoration: underline;
}
body.page-a-propos .about-text h1 {
  font-family: "EB Garamond", serif;
  font-size: clamp(2.4rem, 3.2vw, 3.4rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
  color: #111111;
}
body.page-a-propos .about-text p {
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 18px;
  color: rgba(0, 0, 0, 0.75);
  max-width: 58ch;
}
body.page-a-propos .about-text .cta-row {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
body.page-a-propos .section-about-position {
  position: relative;
  padding: 120px 0;
  min-height: 65vh;
  display: flex;
  align-items: center;
  background: url("/wp-content/uploads/2026/05/estelle_naturo_about_section2_bg.jpeg")
    center center / cover no-repeat;
  color: #ffffff;
  overflow: hidden;
}
body.page-a-propos .section-about-position::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
  z-index: 1;
}
body.page-a-propos .section-about-position .container {
  position: relative;
  z-index: 2;
}
body.page-a-propos .about-position-content {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
body.page-a-propos .section-about-position .eyebrow {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.78);
}
body.page-a-propos .section-about-position h2 {
  font-family: "EB Garamond", serif;
  font-size: clamp(2.2rem, 3vw, 3.2rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 22px;
  color: #ffffff;
  text-wrap: balance;
}
body.page-a-propos .section-about-position p {
  max-width: 58ch;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.9);
}
body.page-a-propos .about-position-actions {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
body.page-a-propos .section-about-position .btn {
  position: relative;
  z-index: 3;
}
body.page-a-propos .section-about-position .btn.btn-primary {
  background: #d5ae59;
  color: #ffffff;
  border: 1px solid #d5ae59;
}
body.page-a-propos .section-about-position .btn.btn-primary:hover {
  background: #c79d43;
  border-color: #c79d43;
}
body.page-a-propos .section-about-position .btn.btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(6px);
}
body.page-a-propos .section-about-position .btn.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
}
body.page-a-propos .section-about-targets {
  padding: 100px 0;
}
body.page-a-propos .targets-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
body.page-a-propos .target-card {
  background: #fff;
  padding: 26px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
body.page-a-propos .target-card h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}
body.page-a-propos .target-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.7);
}
body.page-a-propos .section-about-approach {
  padding: 110px 0;
  background: #e9e1d2;
}
body.page-a-propos .approach-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 40px;
}
body.page-a-propos .approach-item {
  background: rgba(255, 255, 255, 0.6);
  padding: 24px;
  border-radius: 18px;
}
body.page-a-propos .approach-item h4 {
  margin-bottom: 8px;
}
body.page-a-propos .section-about-cta {
  padding: 120px 0;
}
body.page-a-propos .cta-grid {
  display: grid;
  grid-template-columns: minmax(320px, 520px) minmax(380px, 480px);
  justify-content: space-between;
  align-items: center;
  gap: 96px;
}
body.page-a-propos .cta-text {
  max-width: 560px;
  text-align: left;
}
body.page-a-propos .cta-text h2 {
  font-family: "EB Garamond", serif;
  font-size: clamp(2.5rem, 3vw, 3.4rem);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.02em;
  margin: 0 0 22px;
  color: #111111;
}
body.page-a-propos .cta-text p {
  margin: 0 0 18px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.78);
}
body.page-a-propos .cta-text .fineprint {
  max-width: none;
  margin: 0 0 30px;
  font-size: 0.92rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.38);
}
body.page-a-propos .cta-row {
  margin-top: 0;
}
body.page-a-propos .cta-img {
  display: flex;
  justify-content: flex-end;
}
body.page-a-propos .cta-img img {
  width: 100%;
  aspect-ratio: 4 / 5.4;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.1);
}
body.page-a-propos .section-about-position .cta-row {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
body.page-a-propos .section-about-hero .btn.btn-secondary {
  background: #ffffff;
  color: #111111;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
body.page-a-propos .section-about-hero .btn.btn-secondary:hover {
  background: #111111;
  color: #ffffff;
  border-color: #111111;
}

/* =========================================================
   PAGE MASSAGES & SAUNA
========================================================= */
body.page-sauna .hero-massage {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.52)),
    url("/wp-content/uploads/2026/05/estelle_naturo_massages_hero_bg.jpeg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
body.page-sauna .hero-massage .hero-content {
  width: 100%;
  max-width: 680px;
}
body.page-sauna .hero-massage .hero-content {
  width: 100%;
  max-width: 680px;
  text-align: left;
}
body.page-sauna .hero-massage h1 {
  margin: 0 0 18px;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #fff;
  text-wrap: balance;
}
body.page-sauna .hero-massage .lead {
  margin: 0 0 22px;
  max-width: 34ch;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.08rem, 1.6vw, 1.38rem);
  line-height: 1.58;
}
body.page-sauna .hero-massage .hero-text {
  margin: 0 0 30px;
  max-width: 58ch;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.82;
  font-size: 1rem;
}
body.page-sauna .hero-massage .hero-content .eyebrow {
  color: #fff;
}
body.page-sauna .hero-massage .cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
body.page-sauna .spirit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}
body.page-sauna .spirit-card {
  padding: 24px 22px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
}
body.page-sauna .spirit-card h3 {
  margin: 0 0 10px;
  font-size: 1.16rem;
  line-height: 1.22;
}
body.page-sauna .spirit-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.74;
}
body.page-sauna .signature-section {
  position: relative;
  overflow: hidden;
  padding: clamp(96px, 12vw, 160px) 0;
  background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.48)),
    url("/wp-content/uploads/2026/05/estelle_naturo_massage_signature.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
body.page-sauna .signature-content {
  max-width: 760px;
}
body.page-sauna .signature-content .eyebrow {
  color: rgba(255, 255, 255, 0.76);
}
body.page-sauna .signature-content h2 {
  margin: 0 0 18px;
  font-family: "EB Garamond", serif;
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: -0.02em;
  max-width: 13ch;
  text-wrap: balance;
}
body.page-sauna .signature-content p {
  margin: 0 0 16px;
  max-width: 58ch;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.82;
}
body.page-sauna .signature-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 30px;
}
body.page-sauna .signature-points span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
}
body.page-sauna .massage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
body.page-sauna .massage-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px 22px;
  border-radius: 26px;
  background: #faf8f3;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
}
body.page-sauna .massage-card h3 {
  margin: 0 0 10px;
  font-size: 1.18rem;
  line-height: 1.22;
}
body.page-sauna .massage-card p {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.72;
  flex: 1;
}
body.page-sauna .massage-meta {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  color: rgba(17, 17, 17, 0.82);
  font-size: 0.95rem;
  font-weight: 700;
}
body.page-sauna .massage-card.signature-card {
  border: 2px solid rgba(213, 174, 89, 0.46);
  background: linear-gradient(
    180deg,
    rgba(213, 174, 89, 0.1) 0%,
    rgba(255, 255, 255, 0.92) 100%
  );
}
body.page-sauna .section-huiles {
  background:
    radial-gradient(
      1200px 220px at 20% 0%,
      rgba(255, 255, 255, 0.55),
      rgba(255, 255, 255, 0) 60%
    ),
    linear-gradient(
      180deg,
      rgba(213, 174, 89, 0.18) 0%,
      rgba(213, 174, 89, 0.1) 100%
    );
  border-top: 1px solid rgba(17, 17, 17, 0.06);
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
}
body.page-sauna .huiles-head {
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}
body.page-sauna .huiles-head h2 {
  margin: 0 0 14px;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: var(--ink);
  text-wrap: balance;
}
body.page-sauna .huiles-head p {
  margin: 0 auto;
  max-width: 64ch;
  color: var(--muted);
  line-height: 1.82;
  font-size: 1.02rem;
}
body.page-sauna .huiles-visual {
  max-width: 760px;
  margin: 0 auto 34px;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
body.page-sauna .huiles-visual img {
  width: 100%;
  height: clamp(320px, 42vw, 520px);
  object-fit: cover;
}
body.page-sauna .huiles-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
body.page-sauna .huile-card {
  padding: 22px 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.05);
}
body.page-sauna .huile-card h3 {
  margin: 0 0 10px;
  font-size: 1.02rem;
  line-height: 1.25;
  font-weight: 800;
}
body.page-sauna .huile-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.68;
}
body.page-sauna .section-sauna {
  padding: clamp(90px, 10vw, 140px) 0;
  background: #fff;
}
body.page-sauna .sauna-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}
body.page-sauna .sauna-text h2 {
  margin: 0 0 16px;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: clamp(2.2rem, 3vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
}
body.page-sauna .sauna-text-body {
  margin: 0 0 22px;
  color: var(--muted);
  line-height: 1.8;
  max-width: 52ch;
}
body.page-sauna .sauna-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
}
body.page-sauna .sauna-image {
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(17, 17, 17, 0.12);
}
body.page-sauna .sauna-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.page-sauna .benefits-section {
  position: relative;
  overflow: hidden;
  padding: clamp(110px, 14vw, 180px) 0;
  background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.5)),
    url("/wp-content/uploads/2026/05/estelle_naturo_massages_bienfaits.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  min-height: 68vh;
  display: flex;
  align-items: center;
}
body.page-sauna .benefits-content {
  max-width: 860px;
}
body.page-sauna .benefits-content .eyebrow {
  color: rgba(255, 255, 255, 0.76);
}
body.page-sauna .benefits-content h2 {
  margin: 0 0 18px;
  font-family: "EB Garamond", serif;
  font-size: clamp(2.4rem, 4vw, 4.1rem);
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
body.page-sauna .benefits-content p {
  margin: 0 0 28px;
  max-width: 58ch;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.82;
}
body.page-sauna .benefits-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 34px;
  max-width: 900px;
}
body.page-sauna .benefit-line {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 600;
}
body.page-sauna .benefit-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  transform: translateY(-50%);
}
body.page-sauna .pricing-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: 26px;
  align-items: start;
}
body.page-sauna .pricing-table {
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
  background: #fff;
}
body.page-sauna .pricing-row {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(92px, 0.55fr) minmax(
      92px,
      0.55fr
    );
  align-items: stretch;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}
body.page-sauna .pricing-row:last-child {
  border-bottom: none;
}
body.page-sauna .pricing-row > div {
  padding: 20px 22px;
}
body.page-sauna .pricing-row.head {
  background: rgba(213, 174, 89, 0.12);
  font-weight: 800;
  color: rgba(17, 17, 17, 0.88);
}
body.page-sauna .pricing-row.head > div:not(:first-child),
body.page-sauna .pricing-price {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
body.page-sauna .pricing-service {
  font-weight: 700;
  color: rgba(17, 17, 17, 0.92);
  line-height: 1.45;
}
body.page-sauna .pricing-note {
  display: block;
  margin-top: 6px;
  color: var(--muted-soft);
  font-size: 0.92rem;
  font-weight: 500;
}
body.page-sauna .pricing-price {
  color: rgba(17, 17, 17, 0.84);
  font-weight: 800;
  white-space: nowrap;
}
body.page-sauna .pricing-side {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
body.page-sauna .pricing-box {
  padding: 24px 22px;
  border-radius: 28px;
  background: #faf8f3;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
}
body.page-sauna .pricing-box h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  line-height: 1.22;
}
body.page-sauna .pricing-box p {
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.72;
}
body.page-sauna .pricing-box strong {
  color: rgba(17, 17, 17, 0.92);
}
body.page-sauna .booking-sauna {
  background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.46)),
    url("/wp-content/uploads/2026/05/estelle_naturo_massages_booking_bg.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* =========================================================
   PAGE RETRAITES
========================================================= */
body.page-retraites .hero-retraites {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.5)),
    url("/wp-content/uploads/2026/05/estelle_naturo_retraite_hero.bg.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.page-retraites .hero-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
  padding-bottom: var(--hero-bottom-space, clamp(60px, 8vh, 110px));
  position: relative;
  z-index: 1;
}
body.page-retraites .hero-content {
  width: 100%;
  max-width: 760px;
  text-align: left;
}
body.page-retraites .hero-retraites .eyebrow {
  color: rgba(255, 255, 255, 0.78);
}
body.page-retraites .hero-retraites h1 {
  margin: 0 0 18px;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #fff;
  text-wrap: balance;
}
body.page-retraites .hero-retraites .lead {
  margin: 0 0 24px;
  max-width: 36ch;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.08rem, 1.55vw, 1.34rem);
  line-height: 1.62;
}
body.page-retraites .hero-text {
  margin: 0 0 32px;
  max-width: 60ch;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1rem;
  line-height: 1.82;
}
body.page-retraites .cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
body.page-retraites .intro-split {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 42px;
  align-items: center;
}
body.page-retraites .intro-copy p {
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.82;
  max-width: 60ch;
}
body.page-retraites .intro-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
body.page-retraites .intro-points span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(213, 174, 89, 0.1);
  border: 1px solid rgba(213, 174, 89, 0.18);
  color: rgba(17, 17, 17, 0.76);
  font-size: 0.9rem;
  font-weight: 700;
}
body.page-retraites .intro-visual img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  border-radius: 32px;
  box-shadow: var(--shadow-card);
}
body.page-retraites .retreat-immersive {
  position: relative;
  overflow: hidden;
  padding: clamp(110px, 13vw, 170px) 0;
  background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.48)),
    url("/wp-content/uploads/2026/05/esteel_naturo_retraite_xp_bg.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
body.page-retraites .retreat-immersive-content {
  max-width: 760px;
}
body.page-retraites .retreat-immersive .eyebrow {
  color: rgba(255, 255, 255, 0.76);
}
body.page-retraites .retreat-immersive h2 {
  margin: 0 0 18px;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: clamp(2.5rem, 4vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
body.page-retraites .retreat-immersive p {
  margin: 0 0 14px;
  max-width: 58ch;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.82;
}
body.page-retraites .retraites-formules {
  background:
    radial-gradient(
      1200px 220px at 20% 0%,
      rgba(255, 255, 255, 0.55),
      rgba(255, 255, 255, 0) 60%
    ),
    linear-gradient(
      180deg,
      rgba(213, 174, 89, 0.18) 0%,
      rgba(213, 174, 89, 0.1) 100%
    );
  border-top: 1px solid rgba(17, 17, 17, 0.06);
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
}
body.page-retraites .formules-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 22px 22px;
}
body.page-retraites .formule-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 28px 24px 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 12px 30px rgba(17, 17, 17, 0.05);
}
body.page-retraites .formule-card-featured {
  border: 1.5px solid rgba(213, 174, 89, 0.38);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 34px rgba(17, 17, 17, 0.06);
}
body.page-retraites .formule-card-head {
  margin-bottom: 16px;
}
body.page-retraites .formule-card h3 {
  margin: 0 0 8px;
  font-size: 1.28rem;
  line-height: 1.22;
  font-weight: 800;
  color: rgba(17, 17, 17, 0.94);
}
body.page-retraites .formule-meta {
  font-size: 0.92rem;
  font-weight: 700;
  color: rgba(17, 17, 17, 0.54);
  letter-spacing: 0.01em;
}
body.page-retraites .formule-intro {
  margin: 0 0 18px;
  color: rgba(17, 17, 17, 0.66);
  line-height: 1.72;
  font-size: 0.98rem;
}
body.page-retraites .formule-list {
  margin: 0 0 24px;
  padding-left: 18px;
  color: rgba(17, 17, 17, 0.72);
  line-height: 1.72;
  font-size: 0.96rem;
}
body.page-retraites .formule-list li {
  margin: 8px 0;
}
body.page-retraites .formule-note {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}
body.page-retraites .formule-note-title {
  margin-bottom: 8px;
  font-size: 0.92rem;
  font-weight: 800;
  color: rgba(17, 17, 17, 0.86);
  letter-spacing: 0.01em;
}
body.page-retraites .formule-note p {
  margin: 0;
  color: rgba(17, 17, 17, 0.62);
  line-height: 1.7;
  font-size: 0.94rem;
}
body.page-retraites .formule-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
body.page-retraites .included-split {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 40px;
  align-items: center;
}
body.page-retraites .included-copy p {
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.82;
}
body.page-retraites .included-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}
body.page-retraites .included-card {
  padding: 18px 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
}
body.page-retraites .included-card h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  line-height: 1.28;
}
body.page-retraites .included-card p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.66;
}
body.page-retraites .included-visual img {
  width: 100%;
  height: 640px;
  object-fit: cover;
  border-radius: 32px;
  box-shadow: var(--shadow-card);
}
body.page-retraites .practical-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
body.page-retraites .practical-card {
  padding: 22px 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
}
body.page-retraites .practical-card h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
  line-height: 1.26;
}
body.page-retraites .practical-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  font-size: 0.95rem;
}
body.page-retraites .breakfast-section {
  position: relative;
}
body.page-retraites .breakfast-box {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 34px;
  align-items: center;
  padding: 30px;
  border-radius: 34px;
  background: #faf8f3;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
}
body.page-retraites .breakfast-copy h2 {
  margin: 0 0 14px;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: clamp(2.1rem, 3.6vw, 3.3rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
body.page-retraites .breakfast-copy p {
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.82;
}
body.page-retraites .breakfast-copy ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
body.page-retraites .breakfast-copy li {
  position: relative;
  padding-left: 18px;
  color: rgba(17, 17, 17, 0.76);
  line-height: 1.62;
}
body.page-retraites .breakfast-copy li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold);
  font-size: 0.86rem;
}
body.page-retraites .breakfast-visual img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 28px;
}
body.page-retraites .booking-retreats {
  background:
    radial-gradient(
      1200px 220px at 20% 0%,
      rgba(255, 255, 255, 0.55),
      rgba(255, 255, 255, 0) 60%
    ),
    linear-gradient(
      180deg,
      rgba(213, 174, 89, 0.18) 0%,
      rgba(213, 174, 89, 0.1) 100%
    );
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
body.page-retraites .booking-retreats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
body.page-retraites .booking-retreat-card {
  padding: 24px 22px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
}
body.page-retraites .booking-retreat-card h3 {
  margin: 0 0 8px;
  font-size: 1.16rem;
  line-height: 1.24;
}
body.page-retraites .booking-retreat-card p {
  margin: 0 0 20px;
  color: var(--muted);
  line-height: 1.7;
  font-size: 0.96rem;
}
body.page-retraites .booking-retreat-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
