/* =========================================================
   Alice Molardi — Editorial Soft
   ========================================================= */

:root {
  color-scheme: light;

  /* Palette */
  --ivory: #f8faf7;
  --paper: #ffffff;
  --paper-warm: #eef4ed;
  --cream: #dce8da;
  --sage: #86a383;
  --sage-deep: #567653;
  --forest: #1d3524;
  --forest-soft: #29452f;
  --clay: #6d906a;
  --clay-deep: #4f714d;
  --ink: #182019;
  --muted: #5f6b61;
  --line: rgba(26, 26, 23, 0.14);
  --line-soft: rgba(26, 26, 23, 0.07);

  /* Typo */
  --serif: "Cormorant Garamond", "Hoefler Text", Georgia, serif;
  --sans: "Inter", system-ui, -apple-system, sans-serif;
  --script: "Italianno", cursive;

  /* Layout */
  --gutter: clamp(20px, 4vw, 64px);
  --max: 1320px;

  /* Motion */
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }

.section-num,
.nav-num,
.row-num,
.cv-num,
.formation-num,
.resource-num {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

[id] { scroll-margin-top: 120px; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }

/* =========================================================
   GRAIN — texture papier subtile
   ========================================================= */
.grain {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' seed='4'/><feColorMatrix values='0 0 0 0 0.1 0 0 0 0 0.1 0 0 0 0 0.08 0 0 0 0.07 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-size: 220px 220px;
}

/* =========================================================
   SCROLL PROGRESS
   ========================================================= */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  z-index: 60;
  width: 100%;
  height: 2px;
  background: transparent;
  pointer-events: none;
}
.scroll-progress span {
  display: block;
  height: 100%;
  width: 0%;
  background: var(--clay);
  transition: width 80ms linear;
}

/* =========================================================
   TYPOGRAPHY HELPERS
   ========================================================= */
h1, h2, h3, h4 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1;
  color: var(--forest);
}

.display {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.025em;
}
.display em {
  font-style: italic;
  font-weight: 400;
  color: var(--sage-deep);
}

h1.display { font-size: clamp(64px, 11vw, 180px); }
h2.display { font-size: clamp(48px, 8vw, 130px); }

h3 { font-size: clamp(28px, 3vw, 42px); font-weight: 500; line-height: 1.05; }

p { margin: 0 0 1em; line-height: 1.7; }

.kicker {
  margin: 0 0 18px;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--clay-deep);
}

.section-num {
  display: inline-block;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: var(--muted);
}
.section-num::before {
  content: "—";
  margin-right: 10px;
  color: var(--clay);
}

.signature {
  margin: 28px 0 0;
  font-family: var(--script);
  font-size: clamp(48px, 6vw, 78px);
  line-height: 0.8;
  color: var(--clay);
}

/* =========================================================
   HEADER
   ========================================================= */
.site-header {
  position: fixed;
  top: 0; left: 0;
  z-index: 50;
  width: 100%;
  padding: 22px var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: rgba(248, 250, 247, 0.9);
  backdrop-filter: blur(14px) saturate(1.05);
  -webkit-backdrop-filter: blur(14px) saturate(1.05);
  border-bottom: 1px solid var(--line-soft);
  color: var(--forest);
  transition: background 380ms var(--ease),
              border-color 380ms var(--ease),
              transform 420ms var(--ease),
              padding 380ms var(--ease),
              color 380ms var(--ease),
              backdrop-filter 380ms var(--ease);
}
.site-header.is-scrolled {
  padding: 14px var(--gutter);
  background: rgba(248, 250, 247, 0.88);
  backdrop-filter: blur(14px) saturate(1.1);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
  border-bottom-color: var(--line-soft);
  color: var(--forest);
}
.site-header.is-hidden { transform: translateY(-110%); }
body:has(.page-main) .site-header,
body:has(.page-header) .site-header {
  background: rgba(248, 250, 247, 0.94);
  border-bottom-color: var(--line-soft);
  color: var(--forest);
}

.brand {
  --brand-mark: url("assets/logo/alice-molardi-am-anahata.png");
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
}
.brand:has(img[src*="am-chakras"]) {
  --brand-mark: url("assets/logo/alice-molardi-am-chakras.png");
}
.brand img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  transition: filter 380ms var(--ease);
  filter: none;
}
.brand::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
    circle,
    transparent 0 37%,
    rgba(86, 118, 83, 0.86) 49%,
    rgba(41, 69, 47, 0.94) 100%
  );
  -webkit-mask: var(--brand-mark) center / contain no-repeat;
  mask: var(--brand-mark) center / contain no-repeat;
}
.nav-toggle {
  display: none;
}
.site-header.is-scrolled .brand img { filter: none; }
body:has(.page-main) .site-header .brand img,
body:has(.page-header) .site-header .brand img { filter: none; }

.nav {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: var(--sans);
  font-size: 13px;
  color: inherit;
}
.nav-link {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  color: inherit;
  white-space: nowrap;
  transition: color 240ms var(--ease), background 240ms var(--ease);
}
.nav-link:hover { background: rgba(109, 144, 106, 0.14); }
.site-header.is-scrolled .nav-link:hover { background: rgba(138, 162, 121, 0.14); }
body:has(.page-main) .site-header .nav-link:hover,
body:has(.page-header) .site-header .nav-link:hover { background: rgba(138, 162, 121, 0.14); }
.nav-link.is-active {
  background: transparent;
  color: var(--forest);
}
.site-header.is-scrolled .nav-link.is-active {
  background: transparent;
  color: var(--forest);
}
body:has(.page-main) .site-header .nav-link.is-active,
body:has(.page-header) .site-header .nav-link.is-active {
  background: transparent;
  color: var(--forest);
}
.nav-link.is-active::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 4px;
  left: 14px;
  height: 1px;
  background: var(--clay);
}
.nav a.is-active .nav-num { color: rgba(31, 46, 34, 0.55); }
.site-header.is-scrolled .nav a.is-active .nav-num { color: rgba(255, 255, 255, 0.55); }
body:has(.page-main) .site-header .nav a.is-active .nav-num,
body:has(.page-header) .site-header .nav a.is-active .nav-num { color: rgba(255, 255, 255, 0.55); }
.nav-num {
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
  transition: color 240ms var(--ease);
}
.site-header.is-scrolled .nav-num { color: var(--muted); }
body:has(.page-main) .site-header .nav-num,
body:has(.page-header) .site-header .nav-num { color: var(--muted); }
.nav-cta {
  margin-left: 0;
  padding: 10px 14px !important;
  background: transparent;
  color: inherit !important;
  line-height: 1.15;
  text-align: center;
}
.nav-cta:hover { background: rgba(109, 144, 106, 0.14) !important; }
.nav-integral { line-height: 1.2; }

.nav-item {
  position: relative;
  display: flex;
  align-items: center;
}
.nav-submenu-toggle {
  display: none;
}
.nav-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  z-index: 80;
  width: max-content;
  min-width: 250px;
  max-width: 340px;
  padding: 9px;
  border: 1px solid var(--line-soft);
  border-radius: 6px;
  background: rgba(248, 250, 247, 0.98);
  box-shadow: 0 22px 60px rgba(29, 53, 36, 0.16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -8px);
  transition: opacity 220ms var(--ease), transform 220ms var(--ease), visibility 220ms;
}
.nav-dropdown::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 14px;
}
.nav-dropdown.is-long {
  width: 340px;
  max-height: min(520px, calc(100vh - 110px));
  overflow-y: auto;
}
.nav-item:has(.nav-cta) .nav-dropdown {
  right: 0;
  left: auto;
  transform: translateY(-8px);
}
.nav-item:hover .nav-dropdown,
.nav-item:focus-within .nav-dropdown,
.nav-item.is-open .nav-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.nav-item:has(.nav-cta):hover .nav-dropdown,
.nav-item:has(.nav-cta):focus-within .nav-dropdown,
.nav-item:has(.nav-cta).is-open .nav-dropdown {
  transform: translateY(0);
}
.nav-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-dropdown li + li {
  border-top: 1px solid var(--line-soft);
}
.nav-dropdown a {
  display: grid;
  gap: 2px;
  padding: 10px 12px;
  border-radius: 4px;
  color: var(--forest);
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1.35;
  white-space: normal;
  transition: background 180ms var(--ease);
}
.nav-dropdown a:hover,
.nav-dropdown a:focus-visible {
  background: var(--paper-warm);
  outline: none;
}
.nav-dropdown small {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0;
}

@media (max-width: 900px) {
  .nav {
    gap: 0;
    font-size: 12px;
  }

  .nav-link {
    gap: 6px;
    padding: 9px 10px;
  }

  .nav-cta {
    margin-left: 0;
    padding: 9px 10px !important;
  }
}

/* =========================================================
   BUTTONS
   ========================================================= */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  border-radius: 999px;
  transition: transform 280ms var(--ease), background 280ms var(--ease), color 280ms var(--ease), border-color 280ms var(--ease);
  white-space: nowrap;
}
.btn span { transition: transform 280ms var(--ease); display: inline-block; }
.btn:hover span { transform: translateX(4px); }
.btn-solid {
  background: var(--forest);
  color: var(--paper);
  border: 1px solid var(--forest);
}
.btn-solid:hover { background: var(--forest-soft); }
.btn-line {
  border: 1px solid currentColor;
  color: var(--forest);
}
.btn-line:hover { background: var(--forest); color: var(--paper); border-color: var(--forest); }
.btn-lg { padding: 20px 30px; font-size: 15px; }

/* =========================================================
   SECTION SHELL
   ========================================================= */
.section {
  position: relative;
  padding: clamp(72px, 8vw, 118px) var(--gutter);
  z-index: 2;
}
.page-main > .section:first-child {
  padding-top: clamp(120px, 14vh, 170px);
}
.section-head { max-width: 980px; margin-bottom: clamp(36px, 4.5vw, 64px); }
.section-head .kicker { margin-top: 14px; }
.section-head .display { margin-top: 8px; }
.section-head-center { text-align: center; margin-left: auto; margin-right: auto; }
.section-lede {
  margin-top: 20px;
  max-width: 580px;
  font-size: clamp(16px, 1.4vw, 19px);
  color: var(--muted);
}

/* =========================================================
   HERO — full-bleed photo background + text overlay
   ========================================================= */
.hero {
  position: relative;
  min-height: 92vh;
  padding: clamp(112px, 14vh, 146px) var(--gutter) clamp(36px, 4vw, 58px);
  overflow: hidden;
  background: var(--ivory);
  color: var(--ink);
  isolation: isolate;
}

.hero-bg {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  align-self: stretch;
  margin-top: 40px;
  min-height: 0;
  aspect-ratio: auto;
  background: var(--cream);
  overflow: hidden;
}
.hero-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 38% center;
  transform: scale(1.01);
  animation: heroSlowZoom 22s ease-out forwards;
  will-change: transform;
}
@keyframes heroSlowZoom { to { transform: scale(1); } }

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.82fr);
  grid-template-rows: 1fr auto;
  gap: clamp(28px, 4vw, 60px) clamp(40px, 6vw, 88px);
  max-width: var(--max);
  margin: 0 auto;
  min-height: 0;
}
.hero-meta {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}
.hero-meta .section-num { color: var(--muted); }
.hero-meta .section-num::before { color: var(--clay); }
.hero-meta .section-tag { color: var(--forest); }

.hero-copy {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  max-width: 650px;
}
.hero-copy .kicker { color: var(--sage-deep); }
.hero-copy h1 {
  font-size: clamp(58px, 7.2vw, 112px);
  color: var(--forest);
  text-shadow: none;
}
.hero-copy h1 em { color: var(--sage-deep); }
.hero-copy h1 span {
  display: block;
  overflow: visible;
}
.hero-lede {
  max-width: 540px;
  margin-top: 32px;
  font-size: clamp(15px, 1.2vw, 18px);
  color: var(--muted);
  line-height: 1.75;
  text-shadow: none;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}
.hero .btn-solid {
  background: var(--forest);
  color: var(--paper);
  border-color: var(--forest);
}
.hero .btn-solid:hover { background: var(--sage-deep); border-color: var(--sage-deep); }
.hero .btn-line {
  color: var(--forest);
  border-color: var(--sage);
}
.hero .btn-line:hover {
  background: var(--paper-warm);
  color: var(--forest);
  border-color: var(--sage-deep);
}
.hero .signature {
  font-family: var(--serif);
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
  color: var(--clay);
}

.hero-stats {
  grid-column: 1 / -1;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 30px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}
.hero-stats li {
  padding: 20px 24px 0 0;
  border-right: 1px solid var(--line);
  display: flex;
  align-items: flex-start;
}
.hero-stats li:first-child { padding-left: 0; }
.hero-stats li:last-child { border-right: none; }
.hero-stats li:nth-child(n+2) { padding-left: 24px; }
.hero-stats span {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}
.hero-stats strong {
  font-family: var(--serif);
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 400;
  font-style: italic;
  color: var(--forest);
  line-height: 1.05;
}

.section-integral {
  background: var(--paper-warm);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.section-integral .display {
  max-width: 920px;
  font-size: clamp(48px, 7vw, 104px);
}
.section-integral .section-lede { max-width: 700px; }

.integral-page {
  padding-bottom: clamp(64px, 7vw, 100px);
}
.integral-page-head {
  max-width: var(--max);
  margin: 0 auto clamp(60px, 7vw, 96px);
}
.integral-page-head .display {
  max-width: 1100px;
}
.integral-page-head .section-lede {
  max-width: 820px;
  font-size: clamp(18px, 1.7vw, 23px);
  line-height: 1.65;
}
.integral-essay {
  max-width: var(--max);
  margin: 0 auto;
}
.integral-photo {
  width: min(100%, 760px);
  aspect-ratio: 3 / 2;
  margin: 0 auto clamp(56px, 7vw, 96px);
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 24px 70px rgba(24, 58, 40, 0.12);
}
.integral-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.integral-photo-intro img {
  object-position: center 60%;
}
.integral-photo-between img {
  object-position: center 61%;
}
.integral-photo-between {
  margin-top: clamp(48px, 6vw, 82px);
  margin-bottom: clamp(48px, 6vw, 82px);
}
.integral-chapter {
  display: grid;
  grid-template-columns: minmax(210px, 0.55fr) minmax(0, 1.45fr);
  gap: clamp(40px, 8vw, 120px);
  padding: clamp(42px, 5vw, 68px) 0;
  border-top: 1px solid var(--line);
}
.integral-chapter > h2,
.integral-practices-head h2,
.integral-note h2 {
  font-size: clamp(36px, 4.2vw, 62px);
  line-height: 0.98;
}
.integral-prose {
  max-width: 780px;
}
.integral-prose p {
  margin: 0;
  color: var(--forest-soft);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.85;
}
.integral-prose p + p {
  margin-top: 24px;
}
.integral-prose em {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: var(--forest);
}
.integral-practices {
  padding: clamp(44px, 5.5vw, 76px) 0;
  border-top: 1px solid var(--line);
}
.integral-practices-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: clamp(30px, 4vw, 50px);
}
.integral-practices-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.integral-practices-grid article {
  min-height: 210px;
  padding: 32px clamp(24px, 4vw, 54px) 36px 0;
  border-top: 1px solid var(--line);
}
.integral-practices-grid article:nth-child(even) {
  padding-left: clamp(24px, 4vw, 54px);
  border-left: 1px solid var(--line);
}
.integral-practices-grid h3 {
  font-size: clamp(30px, 3vw, 44px);
}
.integral-practices-grid p {
  max-width: 480px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}
.integral-note {
  margin: clamp(42px, 5vw, 72px) 0;
  padding: clamp(40px, 5vw, 66px) clamp(28px, 5vw, 72px);
  background: var(--forest);
  color: var(--paper);
}
.integral-note .kicker {
  color: var(--sage);
}
.integral-note h2 {
  max-width: 760px;
  margin-top: 12px;
  color: var(--paper);
}
.integral-note > p:last-child {
  max-width: 820px;
  margin: 34px 0 0 auto;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.8;
}
.integral-conclusion {
  border-bottom: 1px solid var(--line);
}
.integral-sources {
  padding-top: clamp(52px, 7vw, 88px);
}
.integral-sources ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 50px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.integral-sources li {
  padding: 18px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}
.integral-sources a:hover {
  color: var(--forest);
}
.hero-stats em {
  font-style: normal;
  font-size: 13px;
  color: var(--muted);
}

/* =========================================================
   MARQUEE
   ========================================================= */
.marquee {
  position: relative;
  z-index: 2;
  padding: 22px 0;
  background: var(--forest);
  color: var(--ivory);
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  overflow: hidden;
}
.marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 36px;
  white-space: nowrap;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 400;
  animation: marquee 40s linear infinite;
}
.marquee-track span:nth-child(even) { color: var(--clay); }
@keyframes marquee {
  to { transform: translateX(-50%); }
}

/* =========================================================
   01 — PRACTICE
   ========================================================= */
.section-practice {
  padding-top: clamp(44px, 5vw, 72px);
  background: var(--paper);
}
.practice-list {
  display: grid;
  gap: clamp(58px, 7vw, 96px);
  max-width: var(--max);
  margin: 0 auto;
}
.practice {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: clamp(32px, 4.5vw, 64px);
}
.practice-reverse { grid-template-columns: 1fr 1.1fr; }
.practice-reverse .practice-image { order: 2; }
.practice-reverse .practice-text { order: 1; }

.practice-image {
  position: relative;
  aspect-ratio: 5/6;
  overflow: hidden;
  border-radius: 4px;
}
.practice-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 70%, rgba(31,46,34,0.12));
  pointer-events: none;
}
.practice-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1400ms var(--ease);
}
.practice:hover .practice-image img { transform: scale(1.04); }

.practice-text { max-width: 540px; }
.practice-tag {
  margin: 0 0 22px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  color: var(--clay);
}
.practice-text h3 {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 400;
  letter-spacing: -0.015em;
  margin-bottom: 22px;
}
.practice-text h4 {
  margin: 0 0 18px;
  font-family: var(--sans);
  font-size: 19px;
  font-weight: 500;
  color: var(--forest);
}
.practice-text p {
  color: var(--muted);
  font-size: 17px;
  margin-bottom: 26px;
}
.practice-text p strong {
  color: var(--forest);
  font-weight: 500;
}
.practice-text .massage-list-title {
  margin-bottom: 10px;
}
.massage-benefits {
  display: grid;
  gap: 7px;
  margin: 0 0 26px;
  padding-left: 20px;
  color: var(--muted);
  font-size: 16px;
}
.massage-duration {
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--forest) !important;
  font-family: var(--serif);
  font-size: 21px !important;
  font-style: italic;
}
.practice-list > .massage-duration {
  width: min(100%, 760px);
  margin: calc(-1 * clamp(24px, 3vw, 40px)) auto 0;
  text-align: center;
}
.practice-image-mobile {
  display: none;
}
.massage-page .practice {
  align-items: start;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.massage-page .practice-text {
  max-width: 590px;
}
.massage-page .practice-image {
  position: sticky;
  top: 110px;
  width: min(100%, 560px);
  aspect-ratio: 3 / 2;
}
#massage-abdominal .practice-image {
  aspect-ratio: 5 / 4;
}
.massage-page .practice-reverse .practice-image {
  justify-self: end;
}
@media (max-width: 1024px) {
  .massage-page .practice,
  .massage-page .practice-reverse {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .massage-page .practice > .practice-image {
    display: none;
  }
  .massage-page .practice-image-mobile {
    display: block;
    position: relative;
    top: auto;
    width: min(92%, 560px);
    margin: 20px auto 28px;
    justify-self: center;
  }
  .massage-page .practice-image {
    position: relative;
    top: auto;
    width: min(92%, 560px);
    justify-self: center;
  }
  .practice-list > .massage-duration {
    width: min(92%, 760px);
    margin-top: -12px;
  }
}
.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0; padding: 0;
  list-style: none;
}
.tag-row li {
  padding: 7px 14px;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--forest-soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,0.4);
}

/* =========================================================
   02 — PLANNING
   ========================================================= */
.section-planning {
  background: var(--ivory);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.schedule {
  list-style: none;
  margin: 0; padding: 0;
  border-top: 1px solid var(--line);
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}
.schedule-row {
  position: relative;
  display: grid;
  grid-template-columns: 150px 160px minmax(0, 1.6fr) minmax(0, 1fr) 30px;
  gap: clamp(12px, 2vw, 24px);
  align-items: baseline;
  padding: clamp(18px, 2vw, 28px) clamp(8px, 1.4vw, 18px);
  border-bottom: 1px solid var(--line);
  transition: background 320ms var(--ease), padding-left 320ms var(--ease);
}
.schedule-row:hover {
  background: var(--paper-warm);
  padding-left: clamp(20px, 2.6vw, 38px);
}
.schedule-row a {
  display: contents;
}

.row-num {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
}
.row-day {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 500;
  color: var(--forest);
}
.row-time {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--forest);
  font-variant-numeric: tabular-nums;
}
.row-class {
  font-family: var(--serif);
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 400;
  color: var(--forest);
}
.row-place {
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--muted);
  text-align: right;
}
.row-arrow {
  font-family: var(--serif);
  font-size: 22px;
  color: var(--clay);
  transition: transform 320ms var(--ease);
}
.schedule-row:hover .row-arrow { transform: translateX(6px); color: var(--forest); }

.schedule-note {
  max-width: 720px;
  margin: 50px auto 0;
  font-size: 14px;
  color: var(--muted);
  text-align: center;
}
.schedule-note a {
  color: var(--clay-deep);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.schedule-replay {
  max-width: 720px;
  margin: 50px auto 0;
  text-align: center;
}
.schedule-replay .schedule-note {
  margin-top: 0;
}
.schedule-jaima-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-top: 22px;
  padding: 11px 22px;
  border-radius: 999px;
  background: var(--forest);
  color: var(--paper);
  font-size: 14px;
  letter-spacing: 0.035em;
  transition: transform 280ms var(--ease), background 280ms var(--ease);
}
.schedule-jaima-link img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.schedule-jaima-link:hover {
  transform: translateY(-2px);
  background: var(--forest-soft);
}

/* =========================================================
   03 — SEASONS
   ========================================================= */
.section-seasons {
  background: var(--paper);
}
.timeline {
  position: relative;
  max-width: var(--max);
  margin: 0 auto;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  left: 50%;
  width: 1px;
  background: var(--line);
  transform: translateX(-50%);
}
.event {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 90px);
  padding: clamp(30px, 3.8vw, 56px) 0;
}
.event::before {
  content: "";
  position: absolute;
  top: clamp(50px, 5.6vw, 90px);
  left: 50%;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--clay);
  transform: translateX(-50%);
  box-shadow: 0 0 0 6px var(--paper);
}
.event:nth-child(odd) .event-date {
  text-align: right;
  padding-right: clamp(20px, 2.5vw, 40px);
}
.event:nth-child(odd) .event-body {
  padding-left: clamp(20px, 2.5vw, 40px);
}
.event:nth-child(even) .event-date {
  order: 2;
  text-align: left;
  padding-left: clamp(20px, 2.5vw, 40px);
}
.event:nth-child(even) .event-body {
  order: 1;
  text-align: right;
  padding-right: clamp(20px, 2.5vw, 40px);
}

.event-date {
  display: grid;
  align-content: start;
  gap: 4px;
  align-self: start;
}
.event-month {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--clay-deep);
}
.event-day {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(56px, 7vw, 110px);
  font-weight: 400;
  line-height: 0.9;
  color: var(--forest);
  font-variant-numeric: tabular-nums;
}
.event-year {
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: 0.18em;
  color: var(--muted);
}

.event-body { align-self: start; max-width: 520px; }
.event:nth-child(even) .event-body { justify-self: end; }
.event-tag {
  margin: 0 0 14px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sage-deep);
}
.event-body h3 {
  font-size: clamp(26px, 2.6vw, 38px);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin-bottom: 16px;
  color: var(--forest);
}
.event-body p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}
.event-location {
  margin-bottom: 20px;
  color: var(--sage-deep) !important;
  font-weight: 500;
}
.event-subtitle {
  margin: -4px 0 18px;
  font-family: var(--serif);
  font-size: 19px !important;
  font-style: italic;
  line-height: 1.35 !important;
  color: var(--sage-deep) !important;
}
.event-description {
  display: grid;
  gap: 12px;
  text-align: left;
}
.formation-program {
  gap: 20px;
}
.formation-program-intro {
  display: grid;
  gap: 12px;
}
.formation-module {
  padding-top: 18px;
  border-top: 1px solid var(--line-soft);
}
.formation-module h4 {
  margin: 0 0 9px;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.035em;
  color: var(--forest);
}
.formation-module-practice h4 {
  margin-bottom: 0;
}
.event-practical {
  margin-top: 24px;
  padding: 20px 22px;
  text-align: left;
  border-left: 2px solid var(--sage);
  background: var(--paper-warm);
}
.event-practical h4 {
  margin-bottom: 10px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--forest);
}
.event-practical ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.event-practical li {
  position: relative;
  padding-left: 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}
.event-practical li::before {
  content: "·";
  position: absolute;
  left: 2px;
  color: var(--sage-deep);
}
.event-program li {
  padding: 10px 0 10px 16px;
  border-bottom: 1px solid var(--line-soft);
}
.event-program li:last-child { border-bottom: 0; }
.event-program strong {
  display: block;
  margin-bottom: 3px;
  font-weight: 600;
  color: var(--forest);
}
.event-program span { display: block; }
.event-price {
  display: inline-block;
  margin-top: 14px !important;
  padding: 6px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--forest);
  background: var(--ivory);
}
.event-book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin: 14px 0 0 10px;
  padding: 9px 20px;
  border: 1px solid var(--forest);
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--paper);
  background: var(--forest);
  transition: color 220ms ease, background 220ms ease;
}
.event-book:hover,
.event-book:focus-visible {
  color: var(--forest);
  background: transparent;
}
.formation-program + .event-book {
  margin-top: 34px;
}

.event-image {
  margin: 0 0 24px;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 4px;
  background: var(--ivory);
}
.event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1400ms var(--ease);
}
.event:hover .event-image img { transform: scale(1.04); }
.event:nth-child(even) .event-body .event-image { margin-left: auto; max-width: 100%; }
#retraite-2026-10-15 .event-image img { object-position: center 58%; }
#formation-2026-10-29 .event-image img { object-position: center 42%; }
#retraite-2027-01-08 .event-image img { object-position: center 72%; }
#retraite-2027-01-15 .event-image img { object-position: center 72%; }
#retraite-2027-04-21 .event-image img { object-position: center 58%; }

.seasons-cta {
  display: flex;
  justify-content: center;
  margin-top: clamp(36px, 4vw, 58px);
}

.event-featured::before {
  background: var(--forest);
  width: 16px;
  height: 16px;
}
.event-featured .event-day { color: var(--clay-deep); }
.event-featured .event-body h3 { color: var(--clay-deep); }

.section-ateliers {
  background: var(--paper-warm);
  border-top: 1px solid var(--line-soft);
}
.atelier-card {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
}
.atelier-card + .atelier-card {
  margin-top: clamp(68px, 9vw, 128px);
  padding-top: clamp(68px, 9vw, 128px);
  border-top: 1px solid var(--line);
}
.atelier-gallery {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 12px;
}
.atelier-gallery figure {
  margin: 0;
  min-height: 360px;
  overflow: hidden;
  border-radius: 4px;
  background: var(--paper);
}
.atelier-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1200ms var(--ease);
}
.atelier-gallery figure:first-child img {
  object-position: center 38%;
}
.atelier-gallery figure:last-child img {
  object-position: center;
}
.atelier-gallery-single {
  grid-template-columns: 1fr;
}
.atelier-gallery-single figure {
  min-height: 0;
  width: min(100%, 620px);
  margin-inline: auto;
  aspect-ratio: 1;
}
.atelier-gallery-single img {
  object-fit: cover;
  object-position: center !important;
}
.atelier-card:hover .atelier-gallery-single img {
  transform: none;
}
.atelier-card:hover .atelier-gallery img {
  transform: scale(1.025);
}
.atelier-copy h2 {
  margin: 8px 0 22px;
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 400;
  line-height: 0.98;
  color: var(--forest);
}
.atelier-subtitle {
  margin: -10px 0 24px;
  font-family: var(--serif);
  font-size: clamp(19px, 2vw, 25px);
  font-style: italic;
  line-height: 1.3;
  color: var(--sage-deep);
}
.atelier-date {
  margin: 0 0 4px;
  font-family: var(--serif);
  font-size: clamp(22px, 2.3vw, 30px);
  color: var(--forest);
}
.atelier-time {
  margin: 0 0 18px;
  color: var(--sage-deep);
  font-weight: 500;
  letter-spacing: 0.04em;
}
.atelier-description {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}
.atelier-description p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}
.atelier-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
}
.atelier-actions .event-price,
.atelier-actions .event-book {
  margin: 0 !important;
}
@media (max-width: 900px) {
  .atelier-card {
    grid-template-columns: 1fr;
  }
  .atelier-gallery {
    grid-template-columns: 1fr 1fr;
  }
  .atelier-gallery figure {
    min-height: 280px;
  }
  .atelier-gallery-single figure {
    min-height: 0;
  }
}
@media (max-width: 560px) {
  .atelier-gallery {
    grid-template-columns: 1fr;
  }
  .atelier-gallery figure {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }
}

.formation-interest {
  max-width: 980px;
  margin: clamp(48px, 7vw, 92px) auto 0;
  padding: clamp(38px, 6vw, 72px);
  text-align: center;
  border-radius: 4px;
  background: var(--paper-warm);
}
.formation-interest-label {
  margin: 0 0 12px;
  color: var(--sage-deep);
  font-family: var(--serif);
  font-size: clamp(52px, 7vw, 86px);
  font-style: italic;
  font-weight: 500;
  line-height: 0.95;
}
.formation-interest-kicker {
  margin: 24px 0 10px;
  color: var(--sage-deep);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.formation-interest h2 {
  max-width: 820px;
  margin: 12px auto 18px;
  font-size: clamp(42px, 5.5vw, 68px);
  font-weight: 400;
  line-height: 1;
  color: var(--forest);
}
.formation-interest-intro {
  margin: 0 auto 12px;
  color: var(--forest-soft);
  font-family: var(--serif);
  font-size: clamp(25px, 3vw, 34px);
  font-style: italic;
  line-height: 1.2;
}
.formation-interest-copy {
  max-width: 760px;
  margin: 0 auto 34px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.65;
}
.formation-interest-form {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 720px;
  margin: 0 auto;
}
.formation-interest-form input {
  flex: 1;
  min-width: 0;
  min-height: 58px;
  padding: 14px 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  color: var(--forest);
  font: inherit;
}
.formation-interest-form button {
  min-height: 58px;
  padding: 14px 28px;
  border: 1px solid var(--forest);
  border-radius: 999px;
  background: var(--forest);
  color: var(--paper);
  font: inherit;
  cursor: pointer;
}
.formation-interest-form button:disabled {
  opacity: 0.55;
  cursor: wait;
}
@media (max-width: 640px) {
  .formation-interest-form {
    flex-direction: column;
  }
  .formation-interest-form input,
  .formation-interest-form button {
    width: 100%;
  }
}

/* =========================================================
   04 — BIO
   ========================================================= */
.section-bio {
  display: grid;
  grid-template-columns: minmax(0, 820px);
  justify-content: center;
  gap: clamp(30px, 4vw, 48px);
  background: var(--ivory);
  align-items: start;
  padding-top: clamp(88px, 10vw, 130px);
  padding-bottom: clamp(44px, 4.5vw, 62px);
}
.bio-portrait {
  position: relative;
  width: min(100%, 620px);
  justify-self: center;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 30px 80px rgba(31, 46, 34, 0.18);
}
.bio-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(31,46,34,0.16));
  pointer-events: none;
}
.bio-portrait img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1400ms var(--ease);
}
.section-bio:hover .bio-portrait img { transform: scale(1.03); }

.bio-head {
  width: 100%;
  margin-bottom: 0;
}
.bio-head .display {
  font-size: clamp(42px, 5vw, 82px);
  line-height: 0.98;
}
.bio-text {
  column-count: 1;
  max-width: 760px;
  margin: 0 auto;
}
.bio-text p {
  font-size: 17px;
  color: var(--forest-soft);
  line-height: 1.75;
}
.bio-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  gap: clamp(8px, 1.4vw, 16px);
}
.bio-gallery figure {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 4px;
  background: var(--paper-warm);
}
.bio-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms var(--ease);
}
.bio-gallery figure:first-child img {
  object-position: center;
}
.bio-gallery figure:nth-child(2) img {
  object-position: center 48%;
}
.bio-gallery figure:last-child img {
  object-position: center;
}
.bio-gallery figure:hover img {
  transform: scale(1.025);
}

.bio-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 30px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid var(--line);
  background: var(--line);
  list-style: none;
}
.bio-facts > div {
  padding: 0 18px 0 0;
  background: var(--ivory);
  display: grid;
  gap: 6px;
}
.bio-facts > div:nth-child(n+2) { padding-left: 18px; }
.bio-facts dt {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}
.bio-facts dd {
  margin: 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  color: var(--forest);
}

/* =========================================================
   05 — VOICES
   ========================================================= */
.section-voices {
  background: var(--paper);
  text-align: center;
}
.voices {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(18px, 2.2vw, 28px);
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}
.voice {
  position: relative;
  margin: 0;
  padding: clamp(24px, 2.5vw, 34px) clamp(24px, 3vw, 40px);
  background: var(--ivory);
  border-radius: 4px;
  border: 1px solid var(--line-soft);
  min-height: 0;
  overflow: visible;
  transition: transform 380ms var(--ease), box-shadow 380ms var(--ease);
}
.voice:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 60px rgba(31, 46, 34, 0.1);
}
.quote-mark {
  position: absolute;
  top: -12px; left: 24px;
  font-family: var(--serif);
  font-size: 140px;
  font-style: italic;
  font-weight: 400;
  color: var(--clay);
  line-height: 0.6;
  pointer-events: none;
}
.voice blockquote {
  margin: 0 0 26px;
  font-family: var(--serif);
  font-size: clamp(19px, 1.7vw, 23px);
  font-weight: 400;
  font-style: italic;
  line-height: 1.4;
  color: var(--forest);
  overflow: visible;
}
.voice figcaption {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  font-family: var(--sans);
  font-size: 13px;
}
.voice figcaption span {
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--forest);
}
.voice figcaption em {
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

/* =========================================================
   06 — ONLINE
   ========================================================= */
.section-online {
  padding-top: clamp(42px, 4.5vw, 64px);
  background: var(--ivory);
}
.resources {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.4vw, 30px);
  max-width: var(--max);
  margin: 0 auto;
}
.resource {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: clamp(28px, 3vw, 40px) clamp(24px, 2.5vw, 34px);
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: 4px;
  min-height: 280px;
  transition: transform 380ms var(--ease), background 380ms var(--ease), color 380ms var(--ease);
}
.resource-cover {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 3px;
  background: var(--cream);
}
.resource-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: rgba(67, 105, 70, 0.22);
  mix-blend-mode: multiply;
}
.resource-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.68) contrast(0.96) brightness(1.12);
  transition: transform 600ms var(--ease);
}
.resource-cover-jaima img {
  object-position: center 42%;
}
.resource:hover {
  transform: translateY(-6px);
  background: var(--forest);
  color: var(--paper);
}
.resource:hover .resource-cover img { transform: scale(1.035); }
.resource:hover h3,
.resource:hover .resource-link { color: var(--paper); }
.resource:hover p { color: rgba(255,255,255,0.78); }
.resource:hover .resource-num { color: var(--clay); }
.resource-num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  color: var(--clay);
}
.resource h3 {
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--forest);
  transition: color 380ms var(--ease);
}
.resource p {
  font-size: 15px;
  color: var(--muted);
  margin: 0;
  transition: color 380ms var(--ease);
}
.resource-link {
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid var(--line-soft);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--forest);
  transition: color 380ms var(--ease);
}
.resource-link span {
  display: inline-block;
  transition: transform 280ms var(--ease);
}
.resource:hover .resource-link span { transform: translate(3px, -3px); }

.section-teacher-gallery {
  position: relative;
  z-index: 2;
  padding: 0 var(--gutter) clamp(64px, 8vw, 112px);
  background: var(--ivory);
}
.teacher-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(6px, 1.2vw, 18px);
  max-width: var(--max);
  margin: 0 auto;
}
.teacher-gallery-grid figure {
  margin: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 4px;
  background: var(--ivory);
}
.teacher-gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

/* =========================================================
   CTA
   ========================================================= */
.section-cta {
  padding-top: clamp(44px, 5vw, 72px);
  padding-bottom: clamp(44px, 5vw, 72px);
  background: var(--paper);
}
.cta-card {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: clamp(44px, 5vw, 72px) clamp(30px, 4vw, 58px);
  text-align: center;
  background: var(--forest);
  color: var(--paper);
  border-radius: 6px;
  overflow: hidden;
}
.cta-card::before {
  content: "";
  position: absolute;
  top: -30%; right: -20%;
  width: 60%; height: 160%;
  background: radial-gradient(ellipse, rgba(182, 116, 90, 0.35), transparent 60%);
  pointer-events: none;
}
.cta-card .kicker {
  color: #b9d0b7;
  margin-bottom: 28px;
}
.cta-line {
  position: relative;
  font-family: var(--serif);
  font-size: clamp(40px, 6vw, 78px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 40px;
}
.cta-line em {
  font-style: italic;
  color: var(--clay);
}
.cta-card .btn {
  position: relative;
  background: var(--paper);
  color: var(--forest);
  border-color: var(--paper);
}
.cta-card .btn:hover { background: var(--ivory); border-color: var(--ivory); }

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer {
  position: relative;
  z-index: 2;
  padding: clamp(40px, 4.5vw, 58px) var(--gutter) 28px;
  background: var(--forest);
  color: var(--paper);
}
.footer-simple {
  display: grid;
  grid-template-columns: minmax(210px, 0.9fr) minmax(220px, 0.8fr) minmax(320px, 1.35fr);
  align-items: end;
  gap: clamp(38px, 6vw, 90px);
  max-width: var(--max);
  margin: 0 auto clamp(44px, 5vw, 66px);
}
.footer-identity p {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1;
}
.footer-identity a {
  color: rgba(255,255,255,0.7);
  font-size: 13px;
}
.footer-platforms {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer-platform {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.82);
  font-family: var(--serif);
  font-size: 18px;
  transition: color 240ms var(--ease);
}
.footer-platform:hover,
.footer-identity a:hover {
  color: var(--paper);
}
.footer-platform svg {
  flex: 0 0 auto;
}
.footer-jaima img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.footer-newsletter label {
  display: block;
  margin-bottom: 14px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #b9d0b7;
}
.footer-newsletter-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.48);
}
.footer-newsletter input {
  min-width: 0;
  padding: 12px 12px 12px 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--paper);
  font-family: var(--serif);
  font-size: 19px;
}
.footer-newsletter input::placeholder {
  color: rgba(255,255,255,0.55);
}
.footer-newsletter input:focus-visible {
  box-shadow: 0 2px 0 var(--sage);
}
.footer-newsletter button {
  padding: 12px 0 12px 20px;
  border: 0;
  background: transparent;
  color: var(--paper);
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  max-width: var(--max);
  margin: 0 auto;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}

/* =========================================================
   REVEAL ANIMATION
   ========================================================= */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  filter: blur(6px);
  transition: opacity 1100ms var(--ease), transform 1100ms var(--ease), filter 1100ms var(--ease);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr); }
  .hero-bg { min-height: 0; }
  .hero-bg img { object-position: center; }
  .hero-stats { grid-template-columns: repeat(3, 1fr); }

  .practice,
  .practice-reverse {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .practice-reverse .practice-image { order: 0; }
  .practice-reverse .practice-text { order: 0; }
  .practice-image { aspect-ratio: 4/3; max-height: 520px; }

  .section-bio {
    grid-template-columns: minmax(0, 720px);
    justify-content: center;
  }
  .bio-portrait {
    max-width: 520px;
    max-height: 600px;
  }

  .voices { grid-template-columns: 1fr; }
  .resources { grid-template-columns: 1fr; }
  .footer-simple {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer-newsletter {
    grid-column: 1 / -1;
  }

  .schedule-row {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "day time"
      "class place"
      "arrow arrow";
    gap: 8px 16px;
    padding: 22px 14px;
  }
  .row-day { grid-area: day; }
  .row-time { grid-area: time; text-align: right; }
  .row-class { grid-area: class; }
  .row-place { grid-area: place; text-align: right; }
  .row-arrow { grid-area: arrow; justify-self: end; }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 64px;
    padding: 10px 14px;
  }
  .site-header.has-mobile-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .brand {
    flex: 0 0 42px;
    margin: 0;
  }
  .brand img { width: 40px; height: 40px; }
  .nav-toggle {
    position: relative;
    z-index: 2;
    display: inline-grid;
    width: 44px;
    height: 44px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(29, 53, 36, 0.2);
    border-radius: 50%;
    background: rgba(248, 250, 247, 0.76);
    color: var(--forest);
    cursor: pointer;
    transition: background 220ms var(--ease), border-color 220ms var(--ease);
  }
  .nav-toggle:hover,
  .nav-toggle:focus-visible {
    border-color: var(--sage-deep);
    background: var(--paper-warm);
    outline: none;
  }
  .nav-toggle-icon {
    position: relative;
    display: grid;
    width: 18px;
    gap: 4px;
  }
  .nav-toggle-icon span {
    display: block;
    width: 100%;
    height: 1.5px;
    border-radius: 99px;
    background: currentColor;
    transform-origin: center;
    transition: transform 260ms var(--ease), opacity 180ms ease;
  }
  .is-nav-open .nav-toggle-icon span:nth-child(1) {
    transform: translateY(5.5px) rotate(45deg);
  }
  .is-nav-open .nav-toggle-icon span:nth-child(2) {
    opacity: 0;
  }
  .is-nav-open .nav-toggle-icon span:nth-child(3) {
    transform: translateY(-5.5px) rotate(-45deg);
  }
  .site-header.has-mobile-nav .nav {
    position: absolute;
    top: 100%;
    right: 0;
    bottom: auto;
    left: 0;
    display: flex;
    height: calc(100vh - 64px);
    height: calc(100dvh - 64px);
    width: 100% !important;
    max-width: none !important;
    min-width: 0;
    padding: 22px 20px 34px;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    overflow-y: auto;
    background: rgba(248, 250, 247, 0.98);
    border-top: 1px solid var(--line-soft);
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    transition:
      opacity 220ms ease,
      transform 280ms var(--ease),
      visibility 0s linear 280ms;
  }
  .site-header.has-mobile-nav.is-nav-open .nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
  }
  .nav > * {
    width: 100%;
    min-width: 0;
    max-width: none;
  }
  .nav-item:has(.nav-link[href="bio.html"]) { order: 1; }
  .nav-item:has(.nav-link[href="yoga-integral.html"]) { order: 2; }
  .nav-item:has(.nav-link[href="massage-thai.html"]) { order: 3; }
  .nav-item:has(.nav-link[href="planning.html"]) { order: 4; }
  .nav-item:has(.nav-link[href="retraites.html"]) { order: 5; }
  .nav-item:has(.nav-link[href="ateliers.html"]) { order: 6; }
  .nav-item:has(.nav-link[href="formations.html"]) { order: 7; }
  .nav > .nav-cta { order: 8; }
  .nav > .nav-link:not(.nav-cta) {
    border-bottom: 1px solid var(--line-soft);
  }
  .nav-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    align-items: center;
    min-width: 0;
    border-bottom: 1px solid var(--line-soft);
  }
  .nav-link {
    grid-column: 1;
    width: 100%;
    min-width: 0;
    justify-content: flex-start;
    padding: 13px 4px;
    border-radius: 0;
    font-family: var(--serif);
    font-size: clamp(23px, 7vw, 29px);
    line-height: 1.05;
    white-space: normal;
  }
  .nav-link:hover,
  .nav-link:focus-visible {
    background: transparent;
    color: var(--sage-deep);
    outline: none;
  }
  .nav-submenu-toggle {
    grid-column: 2;
    display: grid;
    width: 40px;
    height: 40px;
    padding: 0;
    place-items: center;
    justify-self: end;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--sage-deep);
    font-family: var(--sans);
    font-size: 27px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
  }
  .nav-submenu-toggle:hover,
  .nav-submenu-toggle:focus-visible {
    background: var(--paper-warm);
    outline: none;
  }
  .nav-link.is-active::after {
    right: auto;
    bottom: 8px;
    left: 4px;
    width: 34px;
  }
  .nav-cta {
    width: 100%;
    margin: 18px 0 0;
    justify-content: center;
    padding: 13px 18px !important;
    border-radius: 999px;
    background: var(--forest);
    color: var(--ivory) !important;
    font-family: var(--sans);
    font-size: 14px;
  }
  .nav-dropdown,
  .nav-dropdown.is-long,
  .nav-item:has(.nav-cta) .nav-dropdown {
    position: static;
    grid-column: 1 / -1;
    display: block;
    width: 100%;
    min-width: 0;
    max-width: none;
    max-height: 0;
    padding: 0 4px;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: none;
    transition:
      max-height 360ms var(--ease),
      padding 280ms var(--ease),
      opacity 180ms ease,
      visibility 0s linear 360ms;
  }
  .nav-item:not(.is-open) .nav-dropdown {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: none;
  }
  .nav-item.is-open .nav-dropdown,
  .nav-item.is-open .nav-dropdown.is-long {
    max-height: min(52vh, 430px);
    padding-top: 2px;
    padding-bottom: 12px;
    overflow-y: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    transition-delay: 0s;
  }
  .nav-dropdown a {
    padding: 10px 8px;
    font-size: 14px;
  }
  .nav-dropdown small {
    font-size: 11px;
  }
  body.mobile-nav-open { overflow: hidden; }

  .teacher-gallery-grid {
    gap: 4px;
  }
  .teacher-gallery-grid figure {
    border-radius: 2px;
  }
  .cta-card .btn {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 16px 10px;
    justify-content: center;
    gap: 7px;
    font-size: clamp(11px, 3.35vw, 14px);
  }

  .hero {
    min-height: auto;
    padding: 124px 20px 36px;
  }
  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }
  .hero-copy {
    grid-column: 1;
    grid-row: auto;
  }
  .hero-copy h1 { font-size: clamp(50px, 15vw, 62px); }
  .hero-bg {
    grid-column: 1;
    grid-row: auto;
    align-self: auto;
    margin-top: 0;
    min-height: 0;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .hero-bg img {
    object-fit: contain;
    object-position: center;
  }
  .hero-stats { grid-template-columns: 1fr; }
  .hero-stats { grid-row: auto; }
  .hero-stats li { padding: 16px 0 !important; border-right: none; border-bottom: 1px solid var(--line-soft); }
  .hero-stats li:last-child { border-bottom: none; }

  .page-main > .section:first-child { padding-top: 142px; }

  .integral-page-head {
    margin-bottom: 52px;
  }
  .integral-photo {
    width: min(100%, 540px);
    margin-bottom: 52px;
    border-radius: 3px;
    box-shadow: 0 16px 42px rgba(24, 58, 40, 0.1);
  }
  .integral-photo-between {
    margin-top: 38px;
    margin-bottom: 46px;
  }
  .integral-page-head .display {
    font-size: clamp(48px, 14vw, 66px);
  }
  .integral-chapter {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 40px 0;
  }
  .integral-practices-head {
    display: block;
  }
  .integral-practices-head h2 {
    margin-top: 10px;
  }
  .integral-practices-grid,
  .integral-sources ul {
    grid-template-columns: 1fr;
  }
  .integral-practices-grid article,
  .integral-practices-grid article:nth-child(even) {
    min-height: 0;
    padding: 28px 0 32px;
    border-left: none;
  }
  .integral-note {
    margin-left: -20px;
    margin-right: -20px;
    padding: 40px 20px;
  }
  .integral-note > p:last-child {
    margin-top: 28px;
  }

  .marquee-track { font-size: 28px; gap: 22px; }

  .timeline::before { left: 12px; }
  .event,
  .event:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-left: 38px;
  }
  .event::before { left: 12px; transform: translateX(-50%); }
  .event:nth-child(odd) .event-date,
  .event:nth-child(even) .event-date {
    order: 0;
    text-align: left;
    padding: 0;
  }
  .event:nth-child(odd) .event-body,
  .event:nth-child(even) .event-body {
    order: 0;
    text-align: left;
    padding: 0;
    justify-self: stretch;
  }
  .event-book {
    margin-left: 8px;
  }

  .bio-facts { grid-template-columns: 1fr; gap: 1px; }
  .bio-facts > div { padding: 14px 0 !important; }

  .footer-simple {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .footer-newsletter {
    grid-column: auto;
  }
  .footer-platforms {
    justify-content: flex-start;
  }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .marquee-track { animation: none; }
  .reveal { opacity: 1; transform: none; filter: none; }
}

/* =========================================================
   INTRO OVERLAY — opening animation
   ========================================================= */
.intro {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--paper);
  pointer-events: none;
  opacity: 1;
  transition: opacity 700ms var(--ease) 1500ms;
}
.intro.is-done { opacity: 0; visibility: hidden; }

.intro-mark {
  width: min(540px, 70vw);
  height: auto;
}
.intro-mark .intro-title {
  font-family: var(--serif);
  font-size: 104px;
  font-weight: 400;
  letter-spacing: 0.01em;
  fill: none;
  stroke: var(--sage-deep);
  stroke-width: 1.2;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
  animation: drawMark 1700ms var(--ease) forwards;
}
.intro-mark .intro-subtitle {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.035em;
  fill: var(--sage);
  opacity: 0;
  animation: revealIntroSubtitle 600ms var(--ease) 1050ms forwards;
}
@keyframes drawMark {
  0%   { stroke-dashoffset: 1500; fill: rgba(86,118,83,0); }
  70%  { stroke-dashoffset: 0; fill: rgba(86,118,83,0); }
  100% { stroke-dashoffset: 0; fill: rgba(86,118,83,1); }
}
@keyframes revealIntroSubtitle {
  to { opacity: 1; }
}

/* =========================================================
   IMAGE STRIP — bandeau full-bleed
   ========================================================= */
.image-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  width: 100%;
  background: var(--paper);
}
.image-strip figure {
  margin: 0;
  aspect-ratio: 4/5;
  overflow: hidden;
}
.image-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1400ms var(--ease);
}
.image-strip figure:hover img { transform: scale(1.04); }
@media (max-width: 720px) {
  .image-strip { grid-template-columns: 1fr; }
  .image-strip figure { aspect-ratio: 16/10; }
  .image-strip figure:nth-child(n+2) { display: none; }
}

/* =========================================================
   FORMATIONS PAGE
   ========================================================= */
.page-header {
  padding: clamp(130px, 15vh, 190px) var(--gutter) clamp(58px, 7vw, 92px);
  background: linear-gradient(180deg, var(--paper) 0%, var(--ivory) 100%);
  border-bottom: 1px solid var(--line-soft);
}
.page-header-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: end;
  max-width: var(--max);
  margin: 0 auto;
}
.page-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line-soft);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  grid-column: 1 / -1;
}
.page-title-block .display { margin-top: 14px; }
.page-lede {
  margin-top: 28px;
  font-size: clamp(16px, 1.4vw, 19px);
  color: var(--muted);
  max-width: 520px;
}

.formations-list {
  display: grid;
  gap: clamp(70px, 9vw, 130px);
  max-width: var(--max);
  margin: 0 auto;
}
.formation {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: start;
}
.formation-aside {
  position: sticky;
  top: 120px;
  display: grid;
  gap: 18px;
  padding-right: clamp(14px, 2vw, 30px);
  border-right: 1px solid var(--line-soft);
}
.formation-num {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(60px, 8vw, 110px);
  line-height: 0.9;
  color: var(--clay);
  font-variant-numeric: tabular-nums;
}
.formation-aside dl {
  margin: 0;
  display: grid;
  gap: 14px;
}
.formation-aside dl > div {
  display: grid;
  gap: 4px;
}
.formation-aside dt {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}
.formation-aside dd {
  margin: 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  color: var(--forest);
}
.formation-body { max-width: 720px; }
.formation-tag {
  margin: 0 0 18px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sage-deep);
}
.formation h3 {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.04;
  margin-bottom: 22px;
}
.formation-body p { font-size: 17px; color: var(--muted); margin-bottom: 18px; }
.formation-body ul {
  margin: 18px 0 28px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  border-top: 1px solid var(--line-soft);
}
.formation-body ul li {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 18px;
  align-items: baseline;
  padding-top: 12px;
  border-bottom: 1px solid var(--line-soft);
  padding-bottom: 12px;
}
.formation-body ul li::before {
  content: attr(data-when);
  font-family: var(--serif);
  font-style: italic;
  font-size: 17px;
  color: var(--clay);
}
.formation-body ul li span {
  color: var(--forest-soft);
}
.formation-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  padding: 14px 22px;
  border: 1px solid var(--forest);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  color: var(--forest);
  transition: background 280ms var(--ease), color 280ms var(--ease);
}
.formation-cta:hover { background: var(--forest); color: var(--paper); }

@media (max-width: 1024px) {
  .page-header-grid { grid-template-columns: 1fr; }
  .formation { grid-template-columns: 1fr; gap: 28px; }
  .formation-aside {
    position: relative;
    top: 0;
    grid-template-columns: auto 1fr;
    align-items: center;
    border-right: none;
    border-bottom: 1px solid var(--line-soft);
    padding: 0 0 24px;
  }
  .formation-aside dl { grid-auto-flow: column; }
}

@media (max-width: 720px) {
  .formation-aside { grid-template-columns: 1fr; }
  .formation-aside dl { grid-auto-flow: row; }
  .formation-body ul li { grid-template-columns: 1fr; gap: 4px; }
}

/* =========================================================
   NEWSLETTER — MailerLite reskinned
   ========================================================= */
.section-newsletter {
  background: var(--ivory);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.newsletter-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
}
.newsletter-copy .display { margin-top: 8px; }
.newsletter-copy .kicker { margin-top: 14px; }
.newsletter-lede {
  margin-top: 28px;
  max-width: 480px;
  font-size: clamp(15px, 1.2vw, 18px);
  color: var(--muted);
  line-height: 1.7;
}

/* MailerLite container reset */
.newsletter-form,
.newsletter-form * {
  font-family: var(--sans) !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}
.newsletter-form {
  width: 100% !important;
  max-width: 520px;
}
.newsletter-form .ml-form-embedWrapper,
.newsletter-form .ml-form-embedBody,
.newsletter-form .ml-form-formContent,
.newsletter-form .ml-form-fieldRow,
.newsletter-form .ml-field-group,
.newsletter-form .row-form {
  background: transparent !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  width: 100% !important;
  max-width: none !important;
  display: block !important;
}
.newsletter-form .row-success {
  background: transparent !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  width: 100% !important;
  max-width: none !important;
}
.newsletter-form .ml-form-align-center { text-align: left !important; }

.newsletter-form .ml-block-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0;
  align-items: stretch;
  border-bottom: 1px solid var(--forest);
  padding-bottom: 0;
}
.newsletter-form .ml-form-formContent {
  grid-column: 1;
}
.newsletter-form .ml-form-fieldRow input[type="email"] {
  width: 100% !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 18px 0 14px !important;
  font-family: var(--serif) !important;
  font-style: italic !important;
  font-size: clamp(20px, 2vw, 26px) !important;
  font-weight: 400 !important;
  color: var(--forest) !important;
  outline: none !important;
  box-shadow: none !important;
}
.newsletter-form .ml-form-fieldRow input[type="email"]::placeholder {
  color: var(--muted) !important;
  font-style: italic !important;
  opacity: 0.7;
}
.newsletter-form .ml-form-fieldRow input[type="email"]:focus { outline: none !important; }

.newsletter-form .ml-form-embedSubmit {
  grid-column: 2;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  float: none !important;
  display: flex;
  align-items: center;
}
.newsletter-form .ml-form-embedSubmit button.primary {
  background: transparent !important;
  border: 0 !important;
  padding: 18px 0 14px 24px !important;
  font-family: var(--sans) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.04em !important;
  color: var(--forest) !important;
  cursor: pointer;
  transition: color 240ms var(--ease), padding-left 280ms var(--ease) !important;
  width: auto !important;
  height: auto !important;
  box-shadow: none !important;
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.newsletter-form .ml-form-embedSubmit button.primary:hover {
  background: transparent !important;
  color: var(--clay-deep) !important;
  padding-left: 30px !important;
}
.newsletter-form .ml-form-embedSubmit button.loading {
  width: auto !important;
  background: transparent !important;
  padding: 18px 0 14px !important;
}
.newsletter-form .ml-form-embedSubmitLoad {
  display: inline-block;
  width: 18px; height: 18px;
}
.newsletter-form .ml-form-embedSubmitLoad::after {
  content: " ";
  display: block;
  width: 11px; height: 11px;
  margin: 1px;
  border-radius: 50%;
  border: 2px solid var(--forest);
  border-color: var(--forest) var(--forest) var(--forest) transparent;
  animation: ml-form-embedSubmitLoad 1.2s linear infinite;
}
.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); border: 0;
}

.newsletter-form .ml-error input { border-bottom: 1px solid var(--clay) !important; }
.newsletter-form .row-success { padding-top: 8px !important; }
.newsletter-success {
  margin: 0;
  font-family: var(--serif) !important;
  font-style: italic !important;
  font-size: clamp(20px, 2vw, 26px) !important;
  color: var(--forest) !important;
  line-height: 1.4 !important;
}
.newsletter-success em {
  font-style: italic;
  color: var(--clay-deep) !important;
}

@media (max-width: 1024px) {
  .newsletter-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .newsletter-form .ml-block-form { grid-template-columns: 1fr; gap: 0; }
  .newsletter-form .ml-form-embedSubmit { grid-column: 1; justify-content: flex-start; border-top: 1px solid var(--line-soft); }
  .newsletter-form .ml-form-embedSubmit button.primary { padding-left: 0 !important; padding-top: 16px !important; }
}

/* =========================================================
   FORMATIONS — CV listing
   ========================================================= */
.section-formations { padding-top: clamp(58px, 6vw, 88px); padding-bottom: clamp(58px, 6vw, 88px); }
.section-formations-alt { background: var(--ivory); }
.section-formations-compact {
  padding-top: clamp(28px, 3vw, 42px);
  padding-bottom: clamp(28px, 3vw, 42px);
}
.section-formations-compact .section-head {
  margin-bottom: clamp(18px, 2vw, 30px);
}
.section-formations-compact .display {
  font-size: clamp(42px, 5.5vw, 68px);
  line-height: 1;
}
.section-formations-compact .cv-row {
  grid-template-columns: minmax(0, 1fr) minmax(130px, 190px);
  gap: clamp(12px, 1.6vw, 24px);
  padding: clamp(14px, 1.6vw, 20px) clamp(4px, 1vw, 12px);
}
.section-formations-compact .cv-title {
  font-size: clamp(16px, 1.45vw, 21px);
  line-height: 1.18;
  margin-bottom: 5px;
}
.section-formations-compact .cv-detail {
  font-size: 12.5px;
  line-height: 1.45;
}
.section-formations-compact .cv-meta em {
  font-size: clamp(14px, 1.2vw, 17px);
}
.section-formations-compact .cv-meta > span,
.section-formations-compact .cv-school,
.section-formations-compact .cv-num {
  font-size: 9.5px;
}

.cv-list {
  list-style: none;
  margin: 0; padding: 0;
  border-top: 1px solid var(--line);
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}
.cv-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 240px);
  gap: clamp(20px, 3vw, 50px);
  align-items: baseline;
  padding: clamp(22px, 2.6vw, 34px) clamp(8px, 1.4vw, 18px);
  border-bottom: 1px solid var(--line);
  transition: background 320ms var(--ease), padding-left 320ms var(--ease);
}
.cv-row:hover {
  background: var(--paper-warm);
  padding-left: clamp(20px, 2.8vw, 38px);
}
.section-formations-alt .cv-row:hover { background: var(--paper); }

.cv-num {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.22em;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
}

.cv-body { min-width: 0; }
.cv-school {
  margin: 0 0 4px;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--clay-deep);
}
.cv-title {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--forest);
}
.cv-detail {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  max-width: 56ch;
}

.cv-meta {
  display: grid;
  gap: 6px;
  text-align: right;
  align-self: start;
  padding-top: 4px;
}
.cv-meta em {
  font-style: italic;
  font-family: var(--serif);
  font-size: clamp(18px, 1.6vw, 22px);
  color: var(--forest);
}
.cv-meta > span {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

@media (max-width: 720px) {
  .cv-row {
    grid-template-columns: 1fr;
    grid-template-areas:
      "body"
      "meta";
    gap: 6px 16px;
    padding: 18px 10px;
  }
  .cv-body { grid-area: body; }
  .cv-meta { grid-area: meta; text-align: left; padding-top: 8px; }
  .cv-meta em { font-size: 18px; }
  .cv-row:hover { padding-left: 12px; }
}
