/* ============================================================
   Soul Touch Therapy · v5
   Cinematic · Sensual · Warm · Luxurious · Convert
   ============================================================ */

:root {
  /* ── palette ───────────────────────────────────────────── */
  --ivory:        #f4ede0;
  --cream:        #f0e7d5;
  --cream-soft:   #ede4cf;
  --paper:        #faf6ec;
  --paper-warm:   #f7f0e2;

  --sage-deep:    #2c3a30;
  --sage-night:   #1f2a23;
  --sage:         #4a5a4d;
  --sage-soft:    #8e9d8c;
  --sage-mist:    #c7cfc1;

  --burgundy:     #6f0c0c;
  --burgundy-dark:#560808;
  --burgundy-soft:#8a2828;
  --burgundy-glow:rgba(111, 12, 12, 0.18);

  --gold:         #c4a878;
  --gold-soft:    #d6c098;

  --ink:          #2b2a28;
  --ink-soft:     #4a4844;
  --muted:        #7a766e;

  --line:         rgba(43, 42, 40, 0.08);
  --line-strong:  rgba(43, 42, 40, 0.20);
  --line-cream:   rgba(244, 237, 224, 0.14);
  --line-cream-strong: rgba(244, 237, 224, 0.30);

  /* ── type ──────────────────────────────────────────────── */
  --font-display: "Unbounded", "Helvetica Neue", system-ui, sans-serif;
  --font-sans:    "Inter", "Helvetica Neue", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --font-serif:   "Cormorant Garamond", Georgia, "Times New Roman", serif;

  /* ── rhythm ────────────────────────────────────────────── */
  --space-xxs: 0.25rem;
  --space-xs:  0.5rem;
  --space-s:   1rem;
  --space-m:   2rem;
  --space-l:   4rem;
  --space-xl:  6rem;
  --space-xxl: 8rem;
  --space-3xl: 12rem;

  --ease:      cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --ease-elastic: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  --radius:    4px;
  --radius-lg: 12px;
  --radius-xl: 24px;

  --header-h: 76px;
}

/* ============================================================ Base */
* { box-sizing: border-box; }
html {
  scroll-behavior: auto;
  -webkit-text-size-adjust: 100%;
  background: var(--cream);
}
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
body.no-scroll { overflow: hidden; }

img, video, svg { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color .25s var(--ease); }
a:hover { color: var(--burgundy); }
button { font-family: inherit; cursor: pointer; }

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

::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--cream); }
::-webkit-scrollbar-thumb { background: var(--sage-soft); border-radius: 8px; }
::-webkit-scrollbar-thumb:hover { background: var(--sage); }

.skip-link {
  position: absolute; top: -100px; left: 0;
  background: var(--burgundy); color: var(--cream);
  padding: 1rem 1.5rem; z-index: 1000;
}
.skip-link:focus { top: 0; }

/* ============================================================ Lenis */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: clip; }
.lenis.lenis-smooth iframe { pointer-events: none; }

/* ============================================================ Type */
h1, h2 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.18;
  color: var(--ink);
  margin: 0 0 1.4rem;
  padding-bottom: 0.05em;
}
h3 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.15;
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
  margin: 0 0 1rem;
}
h4 {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 1.05rem;
  margin: 0 0 0.75rem;
}
p { margin: 0 0 1rem; }
p:last-child { margin-bottom: 0; }

.lede {
  font-family: var(--font-serif);
  font-size: clamp(1.15rem, 1.6vw, 1.4rem);
  line-height: 1.55;
  color: var(--ink-soft);
  font-style: italic;
  font-weight: 400;
}

em { font-style: italic; font-family: var(--font-serif); font-weight: 400; }
strong { font-weight: 600; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--burgundy);
  margin-bottom: 1.25rem;
  font-weight: 500;
}
.eyebrow::before {
  content: "";
  display: inline-block;
  width: 22px; height: 1px;
  background: var(--burgundy);
  margin-right: 12px;
}

.h-display { font-size: clamp(2.6rem, 7.4vw, 6.4rem); font-weight: 300; }
.h-mega    { font-size: clamp(3.4rem, 11vw, 9rem); font-weight: 300; line-height: 1.08; padding-bottom: 0.1em; }

/* ============================================================ Layout */
.wrap        { max-width: 920px;  margin-inline: auto; padding-inline: clamp(1.5rem, 5vw, 3rem); }
.wrap-wide   { max-width: 1240px; margin-inline: auto; padding-inline: clamp(1.5rem, 5vw, 3rem); }
.wrap-narrow { max-width: 640px;  margin-inline: auto; padding-inline: clamp(1.5rem, 5vw, 3rem); }

/* Section vertical rhythm — compact for v6 (was 6/4/8/2rem in v5) */
section { padding-block: 2.2rem; position: relative; }
section.tight    { padding-block: 1.4rem; }
section.spacious { padding-block: 3rem; }
section.compact  { padding-block: 0.8rem; }
section[id] { scroll-margin-top: 90px; }

.text-center { text-align: center; }
.text-muted  { color: var(--muted); }
.divider {
  width: 60px; height: 1px;
  background: var(--sage-soft);
  margin: var(--space-m) auto;
}

/* ============================================================ Scroll Progress */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--burgundy), var(--gold));
  z-index: 1000;
  width: 0%;
  transition: width .1s linear;
  pointer-events: none;
}

/* ============================================================ Header */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(244, 237, 224, 0.0);
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
  border-bottom: 1px solid transparent;
  transition: background .35s var(--ease), backdrop-filter .35s var(--ease), border-color .35s var(--ease), padding .35s var(--ease);
  padding-block: 1.4rem;
}
.site-header.scrolled {
  background: rgba(244, 237, 224, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  padding-block: 1rem;
}
.site-header.dark-mode:not(.scrolled) .brand,
.site-header.dark-mode:not(.scrolled) .nav-primary a,
.site-header.dark-mode:not(.scrolled) .lang-toggle .lang-current { color: var(--cream); }
.site-header.dark-mode:not(.scrolled) .nav-primary a:hover,
.site-header.dark-mode:not(.scrolled) .nav-primary a.active { color: var(--gold); }
.site-header.dark-mode:not(.scrolled) .nav-primary a.active::after { background: var(--gold); }
.site-header.dark-mode:not(.scrolled) .lang-toggle .lang-current {
  border-color: rgba(244, 237, 224, 0.30);
}
.site-header.dark-mode:not(.scrolled) .lang-toggle .lang-current:hover {
  background: rgba(244, 237, 224, 0.10);
  border-color: rgba(244, 237, 224, 0.55);
  color: var(--cream);
}
.site-header.dark-mode:not(.scrolled) .nav-toggle span { background: var(--cream); }

/* Dropdown — make it dark when header is on dark-mode, light otherwise.
   Specificity must beat the cream override above. */
.site-header.dark-mode:not(.scrolled) .lang-toggle .lang-dropdown {
  background: var(--sage-night);
  border-color: var(--line-cream-strong);
  box-shadow: 0 10px 30px rgba(0,0,0,0.45);
}
.site-header.dark-mode:not(.scrolled) .lang-toggle .lang-dropdown button { color: var(--cream); }
.site-header.dark-mode:not(.scrolled) .lang-toggle .lang-dropdown button:hover { background: rgba(244, 237, 224, 0.08); color: var(--gold); }
.site-header.dark-mode:not(.scrolled) .lang-toggle .lang-dropdown button.active { background: rgba(244, 237, 224, 0.12); color: var(--gold); }

.site-header .wrap-wide {
  display: flex; align-items: center;
  gap: clamp(1.5rem, 3.5vw, 3rem);
}
.site-header .nav-extras { margin-left: auto; }
.brand {
  position: relative;
  display: inline-flex; align-items: center;
  height: 64px;
  color: var(--ink);
  flex-shrink: 0;
}
.brand .logo {
  display: block;
  height: 64px;
  width: auto;
  max-width: 280px;
  object-fit: contain;
  transition: opacity .35s var(--ease), height .35s var(--ease);
}
/* Default: light-bg pages (cream behind header) -> show v1, hide v2 */
.brand .logo-light { position: absolute; top: 50%; left: 0; transform: translateY(-50%); opacity: 0; pointer-events: none; }
.brand .logo-dark  { opacity: 1; }
/* On hero (dark-mode) before user scrolls -> show v2 (inverted), hide v1 */
.site-header.dark-mode:not(.scrolled) .brand .logo-light { opacity: 1; }
.site-header.dark-mode:not(.scrolled) .brand .logo-dark  { opacity: 0; }
/* Once header gains .scrolled (cream background), v1 takes over again */
.site-header.scrolled .brand .logo-light { opacity: 0; }
.site-header.scrolled .brand .logo-dark  { opacity: 1; }
/* When scrolled, shrink the logo a touch so the header gets compact */
.site-header.scrolled .brand,
.site-header.scrolled .brand .logo { height: 52px; }
@media (max-width: 960px) {
  .brand, .brand .logo { height: 52px; }
  .brand .logo { max-width: 220px; }
  .site-header.scrolled .brand,
  .site-header.scrolled .brand .logo { height: 44px; }
}

.nav-primary {
  display: flex; align-items: center; gap: clamp(0.7rem, 1.7vw, 1.5rem);
  list-style: none; margin: 0; padding: 0;
}
.nav-primary a {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-weight: 500;
  white-space: nowrap;
  color: var(--ink-soft);
  padding: 8px 2px;
  position: relative;
  transition: color .25s var(--ease);
}
.nav-primary a:hover,
.nav-primary a.active { color: var(--burgundy); }
.nav-primary a::after {
  content: ""; position: absolute;
  bottom: -2px; left: 0; right: 0; height: 1px;
  background: var(--burgundy);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s var(--ease);
}
.nav-primary a.active::after,
.nav-primary a:hover::after { transform: scaleX(1); }

.nav-extras { display: flex; align-items: center; gap: 1rem; position: relative; }
.nav-primary .nav-cta-li { margin-left: 0.6rem; }
.nav-primary .nav-cta-li a::after { display: none !important; }
.nav-cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 0.9rem 2.4rem !important;
  min-width: 9.5em;
  font-family: var(--font-sans);
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase;
  background: var(--burgundy);
  color: var(--cream) !important;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(94, 25, 36, 0.20);
  /* transform is animated by rAF lerp in main.js — no CSS transition on transform.
     Only background + shadow get CSS transitions. */
  transition: background .35s var(--ease), box-shadow .55s var(--ease);
  will-change: transform;
  transform-origin: center;
}
.nav-cta:hover { background: var(--burgundy-soft); color: var(--cream) !important; box-shadow: 0 14px 28px var(--burgundy-glow); }
.site-header.dark-mode:not(.scrolled) .nav-cta { color: var(--cream) !important; }
.site-header.dark-mode:not(.scrolled) .nav-cta:hover { color: var(--cream) !important; }

/* Magnetic transform is driven by rAF lerp — keep CSS hands off */
.magnetic { will-change: transform; }

.lang-toggle {
  display: inline-flex; align-items: center;
  font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink-soft);
  position: relative;
}
/* Single trigger pill — shows current language, opens dropdown on click */
.lang-toggle .lang-current {
  border: 1px solid var(--line);
  background: transparent;
  display: inline-flex; align-items: center; gap: 5px;
  padding: 5px 10px 5px 12px;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-radius: 999px;
  cursor: pointer;
  transition: background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
  line-height: 1;
}
.lang-toggle .lang-current:hover {
  background: var(--cream-soft);
  color: var(--ink);
  border-color: var(--ink-soft);
}
.lang-toggle .lang-caret {
  font-size: 10px;
  opacity: 0.7;
  transition: transform .3s var(--ease);
  display: inline-block;
}
.lang-toggle.open .lang-caret {
  transform: rotate(-180deg);
}
.lang-dropdown {
  position: absolute; top: 100%; right: 0;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 6px;
  display: none; flex-direction: column; min-width: 110px;
  box-shadow: 0 10px 30px rgba(43,42,40,0.12);
  margin-top: 8px;
  z-index: 10;
}
.lang-toggle.open .lang-dropdown { display: flex; }
.lang-dropdown button {
  text-align: left; padding: 8px 12px; border-radius: 4px;
  font-size: 12px; letter-spacing: 0.06em; color: var(--ink);
  border: none; background: none; cursor: pointer;
  font-family: var(--font-sans);
  font-weight: 500;
  text-transform: uppercase;
  transition: background .2s var(--ease), color .2s var(--ease);
}
.lang-dropdown button:hover { background: var(--cream-soft); }
.lang-dropdown button.active { color: var(--burgundy); background: var(--cream-soft); font-weight: 600; }

.nav-toggle {
  display: none;
  border: none; background: none;
  width: 40px; height: 40px;
  border-radius: 999px;
  position: relative;
}
.nav-toggle span {
  display: block; width: 24px; height: 2px; border-radius: 2px;
  background: var(--ink); margin: 5px auto;
  transition: transform .3s var(--ease), opacity .3s var(--ease), background .3s var(--ease);
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 1100px) {
  /* Everything on one row — logo + nav + Enroll + lang.
     The "What is Soul Touch Therapy" item is allowed to wrap to 2 lines
     internally; the rest of the row still aligns horizontally. */
  .nav-toggle { display: none; }

  .site-header { padding-block: 0.4rem; }
  .site-header.scrolled { padding-block: 0.35rem; }

  .site-header .wrap-wide {
    flex-wrap: nowrap;
    column-gap: clamp(0.35rem, 1.5vw, 0.9rem);
    row-gap: 0;
    align-items: center;
  }

  .brand { order: 1; flex-shrink: 0; }
  .nav-primary { order: 2; flex: 1 1 auto; min-width: 0; }
  .nav-extras { order: 3; margin-left: 0; gap: 0.4rem; flex-shrink: 0; }

  /* Tiny logo so the row fits — about 30px tall */
  .brand, .brand .logo { height: 30px; }
  .brand .logo { max-width: 110px; }
  .site-header.scrolled .brand,
  .site-header.scrolled .brand .logo { height: 26px; }

  /* Compact Enroll CTA — still keep generous horizontal breathing */
  .nav-cta {
    padding: 0.5rem 1.15rem !important;
    font-size: 10.5px;
    letter-spacing: 0.16em;
    min-width: 0;
  }

  /* Compact lang toggle — single horizontal pill */
  .lang-toggle .lang-current {
    padding: 5px 8px 5px 10px;
    font-size: 10px;
    letter-spacing: 0.12em;
    gap: 3px;
  }
  .lang-toggle .lang-caret { font-size: 8px; }

  /* Nav links — inline, compact */
  .nav-primary {
    position: static;
    background: transparent;
    box-shadow: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: clamp(0.55rem, 2vw, 1rem);
    padding: 0;
    max-height: none;
  }
  .nav-primary li { width: auto; flex-shrink: 0; }
  .nav-primary a {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0.4rem 0;
    width: auto;
    font-size: 10.5px;
    letter-spacing: 0.10em;
    border-bottom: 0;
    white-space: nowrap;
    line-height: 1.2;
  }
  /* The long nav item — wrap to MAX 2 lines */
  .nav-primary a.nav-long {
    white-space: normal;
    max-width: 16ch;
    min-width: 14ch;
    text-align: center;
    line-height: 1.18;
    font-size: 9.5px;
    letter-spacing: 0.04em;
    word-spacing: -0.04em;
    /* Clamp to exactly 2 lines as a safety net if it ever wraps further */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  /* The Enroll pill inside nav-primary stays nicely sized */
  .nav-primary .nav-cta-li { margin-left: 0.1rem; }
  .nav-primary .nav-cta-li a {
    padding: 0.5rem 1.15rem !important;
    min-height: 0;
  }
}

@media (max-width: 480px) {
  /* Phone — even tighter spacing */
  .site-header .wrap-wide { column-gap: 0.25rem; }
  .brand, .brand .logo { height: 26px; }
  .brand .logo { max-width: 92px; }
  .nav-primary a { font-size: 9.5px; letter-spacing: 0.06em; }
  .nav-primary a.nav-long {
    font-size: 8.5px;
    letter-spacing: 0.02em;
    max-width: 14ch;
    min-width: 12ch;
    line-height: 1.18;
  }
  .nav-cta { padding: 0.4rem 0.85rem !important; font-size: 10px; letter-spacing: 0.10em; }
  .lang-toggle .lang-current {
    padding: 4px 6px 4px 8px;
    font-size: 9.5px;
    letter-spacing: 0.10em;
  }
}

/* Logo as a clear, tactile button — subtle background pill + hover lift */
.brand {
  position: relative;
  display: inline-flex; align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  transition: background .35s var(--ease), transform .35s var(--ease);
  cursor: pointer;
}
.brand::before {
  content: "";
  position: absolute; inset: 0;
  border-radius: inherit;
  border: 1px solid transparent;
  transition: border-color .35s var(--ease);
  pointer-events: none;
}
.brand:hover {
  background: rgba(94, 25, 36, 0.06);
  transform: translateY(-1px);
}
.brand:hover::before {
  border-color: rgba(94, 25, 36, 0.18);
}
.site-header.dark-mode:not(.scrolled) .brand:hover {
  background: rgba(244, 237, 224, 0.10);
}
.site-header.dark-mode:not(.scrolled) .brand:hover::before {
  border-color: rgba(244, 237, 224, 0.25);
}

/* ============================================================ Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 1rem 1.8rem;
  font-family: var(--font-sans);
  font-size: 13px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: all .35s var(--ease);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.btn .arrow,
.btn span[aria-hidden] {
  transition: transform .35s var(--ease);
  display: inline-block;
}
.btn:hover .arrow,
.btn:hover span[aria-hidden] { transform: translateX(4px); }

.btn-primary {
  background: var(--burgundy);
  color: var(--cream);
  border-color: var(--burgundy);
  box-shadow: 0 1px 0 rgba(0,0,0,0.05);
}
.btn-primary:hover {
  background: var(--burgundy-soft);
  border-color: var(--burgundy-soft);
  color: var(--cream);
  transform: translateY(-2px);
  box-shadow: 0 18px 38px var(--burgundy-glow);
}

.btn-primary.btn-lg {
  padding: 1.2rem 2.2rem;
  font-size: 14px;
  letter-spacing: 0.20em;
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line-strong);
}
.btn-ghost:hover {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
}
.btn-ghost-cream {
  background: transparent;
  color: var(--cream);
  border-color: var(--line-cream-strong);
}
.btn-ghost-cream:hover {
  background: var(--cream);
  color: var(--sage-deep);
  border-color: var(--cream);
}

.btn-link {
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--burgundy);
  border-bottom: 1px solid var(--burgundy);
  padding-bottom: 4px;
  display: inline-flex; align-items: center; gap: 10px;
  transition: gap .25s var(--ease);
}
.btn-link:hover { gap: 14px; color: var(--burgundy); }
.btn-link .arrow { transition: transform .25s var(--ease); }
.btn-link:hover .arrow { transform: translateX(3px); }

.magnetic {
  display: inline-block;
  transition: transform .25s var(--ease);
  will-change: transform;
}

/* ============================================================ Backgrounds */
.bg-paper      { background: var(--paper); }
.bg-cream-soft { background: var(--cream-soft); }
.bg-sage-deep  { background: var(--sage-deep); color: var(--cream); }
.bg-sage-night { background: var(--sage-night); color: var(--cream); }
.bg-sage-deep h1, .bg-sage-deep h2, .bg-sage-deep h3,
.bg-sage-night h1, .bg-sage-night h2, .bg-sage-night h3 { color: var(--cream); }
.bg-sage-deep .eyebrow,
.bg-sage-night .eyebrow { color: var(--gold); }
.bg-sage-deep .eyebrow::before,
.bg-sage-night .eyebrow::before { background: var(--gold); }
.bg-sage-deep .lede, .bg-sage-deep p,
.bg-sage-night .lede, .bg-sage-night p { color: rgba(244, 237, 224, 0.86); }
.bg-sage-deep .text-muted,
.bg-sage-night .text-muted { color: rgba(244, 237, 224, 0.55); }
.bg-sage-deep a:not(.btn):not(.brand),
.bg-sage-night a:not(.btn):not(.brand) { color: var(--cream); }

.bg-ink { background: var(--ink); color: var(--cream); }
.bg-ink h1, .bg-ink h2, .bg-ink h3 { color: var(--cream); }
.bg-ink .eyebrow { color: var(--gold); }
.bg-ink .eyebrow::before { background: var(--gold); }

.bg-photo-hojas1 {
  position: relative;
  color: var(--cream);
  background-image: linear-gradient(180deg, rgba(20,32,24,0.62), rgba(20,32,24,0.84)),
                    url('../images/hojas-1.jpg');
  background-size: cover; background-position: center;
}
.bg-photo-hojas1 h1, .bg-photo-hojas1 h2, .bg-photo-hojas1 h3 { color: var(--cream); }
.bg-photo-hojas1 .lede, .bg-photo-hojas1 p { color: rgba(244, 237, 224, 0.9); }
.bg-photo-hojas1 .eyebrow { color: var(--gold); }
.bg-photo-hojas1 .eyebrow::before { background: var(--gold); }

.bg-photo-lily {
  position: relative;
  color: var(--cream);
  background-image: linear-gradient(180deg, rgba(20,32,24,0.55), rgba(20,32,24,0.78)),
                    url('../images/lily-pads-dark.jpg');
  background-size: cover; background-position: center;
  background-attachment: fixed;
}
.bg-photo-lily h2, .bg-photo-lily h3 { color: var(--cream); }
.bg-photo-lily p { color: rgba(244, 237, 224, 0.9); }
.bg-photo-lily .eyebrow { color: var(--gold); }
.bg-photo-lily .eyebrow::before { background: var(--gold); }

.bg-photo-jungle {
  position: relative;
  color: var(--cream);
  background-image: linear-gradient(180deg, rgba(20,32,24,0.62), rgba(20,32,24,0.82)),
                    url('../images/jungle-leaves-dark.jpg');
  background-size: cover; background-position: center;
  background-attachment: fixed;
}
.bg-photo-jungle h2, .bg-photo-jungle h3 { color: var(--cream); }
.bg-photo-jungle p { color: rgba(244, 237, 224, 0.9); }
.bg-photo-jungle .eyebrow { color: var(--gold); }
.bg-photo-jungle .eyebrow::before { background: var(--gold); }

/* Keep the fixed-attachment effect on mobile too — user wants identical parallax behaviour */

.has-deco { position: relative; overflow: hidden; }
.has-deco > .wrap, .has-deco > .wrap-wide, .has-deco > .wrap-narrow { position: relative; z-index: 1; }
.deco-leaf {
  position: absolute;
  pointer-events: none;
  opacity: 0.42;
  z-index: 0;
}
.deco-leaf.top-left  { top: -50px; left: -60px; width: 240px; transform: rotate(-15deg); }
.deco-leaf.top-right { top: -50px; right: -60px; width: 240px; transform: rotate(15deg) scaleX(-1); }
.deco-leaf.bottom-right { bottom: -50px; right: -60px; width: 240px; transform: rotate(165deg); }
.deco-leaf.bottom-left  { bottom: -50px; left: -60px; width: 240px; transform: rotate(195deg) scaleX(-1); }
@media (max-width: 720px) { .deco-leaf { width: 140px; opacity: 0.3; } }

/* ============================================================ Hero — cinematic */
.hero-cine {
  position: relative;
  min-height: 100vh;
  display: flex; align-items: stretch;
  overflow: hidden;
  color: var(--cream);
  background: var(--sage-night);
}
.hero-cine .hero-media {
  position: absolute; inset: 0;
  z-index: 0;
}
.hero-cine .hero-media video,
.hero-cine .hero-media img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(0.62) saturate(0.95);
}
.hero-cine .hero-media::after {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.45) 70%, rgba(0,0,0,0.78) 100%),
    linear-gradient(180deg, rgba(31,42,35,0.35) 0%, rgba(31,42,35,0.20) 40%, rgba(31,42,35,0.65) 100%);
}
.hero-cine .hero-content {
  position: relative; z-index: 2;
  width: 100%;
  display: flex; flex-direction: column;
  padding-top: calc(var(--header-h) + 0.4rem);
  padding-bottom: var(--space-m);
}
.hero-cine .hero-content > .wrap-wide:first-of-type {
  flex: 1;
  display: flex; align-items: center;
}
.hero-cine .hero-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.6rem;
}
.hero-cine .hero-eyebrow::before {
  content: "";
  width: 32px; height: 1px;
  background: var(--gold);
}
.hero-cine h1 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2.8rem, 7.8vw, 6.8rem);
  line-height: 1.12;
  letter-spacing: -0.015em;
  color: var(--cream);
  margin-bottom: 1.4rem;
  max-width: 16ch;
}
.hero-cine h1 em {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--gold-soft);
}
.hero-cine .hero-lede {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.2rem, 1.6vw, 1.5rem);
  line-height: 1.5;
  color: rgba(244, 237, 224, 0.88);
  max-width: 540px;
  margin-bottom: 2.4rem;
}
.hero-cine .hero-actions {
  display: flex; gap: 1rem; flex-wrap: wrap;
}

/* Compact cine hero for interior pages (what-is, etc.) — shorter and centered */
.hero-cine.hero-cine-page { min-height: 72vh; }
@media (max-width: 720px) {
  /* The mobile header is two rows tall, so leave more space at the top */
  .hero-cine.hero-cine-page { min-height: auto; padding-bottom: 0; }
  .hero-cine.hero-cine-page .hero-content {
    padding-top: 120px;
    padding-bottom: 2.4rem;
    min-height: 78vh;
  }
  /* Video looks better on portrait viewports when shifted 17% to the left */
  .hero-cine.hero-cine-page .hero-media video,
  .hero-cine.hero-cine-page .hero-media img {
    object-position: 67% 40%;
  }
}

.hero-content-centered { text-align: center; }
.hero-content-centered .hero-eyebrow { justify-content: center; margin-inline: auto; }
.hero-content-centered h1 { margin-inline: auto; }
.hero-content-centered .hero-lede { margin-inline: auto; }
.hero-content-centered .hero-actions { justify-content: center; }
.hero-content-centered .hero-actions .btn { justify-content: center; }
@media (max-width: 720px) {
  .hero-content-centered .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-content-centered .hero-actions .btn { width: 100%; }
}
/* Equal-width CTAs on the hero so the two buttons look balanced */
.hero-cine .hero-actions .btn {
  flex: 0 0 auto;
  min-width: 260px;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  gap: 0;
  font-size: 16px;
  padding: 1.25rem 2.6rem;
}
@media (max-width: 720px) {
  .hero-cine .hero-actions .btn { max-width: none; flex-basis: 100%; }
}

.word-rotator {
  display: inline-block;
  position: relative;
  vertical-align: baseline;
  min-width: 7ch;
  height: 1.18em;
  padding-bottom: 0.15em;
  overflow: hidden;
}
/* Hide all rotator items by default; the active language brings them back */
.word-rotator span { display: none; }
html[lang="en"] .word-rotator span.lang-en,
html[lang="es"] .word-rotator span.lang-es,
html[lang="pt"] .word-rotator span.lang-pt,
html[lang="de"] .word-rotator span.lang-de,
html[lang="it"] .word-rotator span.lang-it,
html[lang="fr"] .word-rotator span.lang-fr,
html[lang="ru"] .word-rotator span.lang-ru,
html[lang="uk"] .word-rotator span.lang-uk {
  display: block;
  position: absolute;
  inset: 0;
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--gold-soft);
  opacity: 0;
  transform: translateY(80%);
  transition: transform .8s var(--ease), opacity .6s var(--ease);
}
.word-rotator span.is-active {
  opacity: 1;
  transform: translateY(0);
}
.word-rotator span.is-out {
  opacity: 0;
  transform: translateY(-80%);
}

.hero-scroll-cue {
  position: absolute;
  bottom: 1.5rem; left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex; flex-direction: column; align-items: center;
  gap: 8px;
  color: rgba(244, 237, 224, 0.62);
  font-family: var(--font-sans);
  font-size: 9px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}
.hero-scroll-cue .line {
  width: 1px; height: 52px;
  background: linear-gradient(to bottom, transparent, var(--gold), transparent);
  background-size: 100% 200%;
  animation: scroll-cue-line 2.4s var(--ease) infinite;
}
@keyframes scroll-cue-line {
  0%   { background-position: 0 -100%; }
  100% { background-position: 0 200%; }
}

.hero-stats {
  position: relative;
  z-index: 2;
  padding-block: 1.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2vw, 2rem);
  margin-top: auto;
  text-align: center;
}
.hero-stats .stat {
  display: flex; flex-direction: column; gap: 4px;
  align-items: center;
}
.hero-stats .stat-num {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  color: var(--cream);
  letter-spacing: -0.01em;
}
.hero-stats .stat-label {
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(244, 237, 224, 0.6);
}
@media (max-width: 720px) {
  .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 1.2rem 2rem; }
  .hero-stats .stat:nth-child(3) { grid-column: 1 / -1; }
  .hero-cine .hero-content { padding-top: calc(var(--header-h) + 0.6rem); padding-bottom: var(--space-m); }
}

.hero-location {
  margin: 1rem 0 0;
  font-family: var(--font-sans);
  font-size: 13px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(244, 237, 224, 0.82);
  text-align: center;
}

/* ============================================================ Marquee */
.marquee {
  overflow: hidden;
  white-space: nowrap;
  background: var(--paper);
  border-block: 1px solid var(--line);
  padding-block: 0.55rem;
  position: relative;
}
.marquee.bg-dark {
  background: var(--sage-night);
  border-color: var(--line-cream);
}
.marquee.bg-burgundy {
  background: var(--burgundy);
  border-color: rgba(0,0,0,0.10);
}
.marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 2.5rem;
  animation: marquee-scroll 38s linear infinite;
  will-change: transform;
}
.marquee-track > * {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.4rem, 3vw, 2.4rem);
  letter-spacing: -0.01em;
  color: var(--ink);
  text-transform: lowercase;
  display: inline-flex; align-items: center; gap: 2.5rem;
}
.marquee.bg-dark .marquee-track > * { color: var(--cream); }
.marquee.bg-burgundy .marquee-track > * { color: var(--cream); }
.marquee-track .dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--burgundy);
  display: inline-block;
  flex-shrink: 0;
}
.marquee.bg-dark .marquee-track .dot { background: var(--gold); }
.marquee.bg-burgundy .marquee-track .dot { background: var(--gold-soft); }
.marquee-track em {
  font-family: var(--font-serif);
  font-style: italic;
}
@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.marquee:hover .marquee-track { animation-play-state: paused; }

/* ============================================================ Section heads */
.section-head {
  max-width: 720px;
  margin-bottom: 1.5rem;
}
.section-head.centered { margin-inline: auto; text-align: center; }
.section-head.centered .eyebrow { justify-content: center; }
.section-head h2 { margin-bottom: 1rem; font-size: clamp(2rem, 4.5vw, 3.6rem); }
.section-head p {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  color: var(--ink-soft);
  max-width: 560px;
}
/* On dark / photo backgrounds, section-head paragraphs need a light color */
.bg-sage-deep .section-head p,
.bg-sage-night .section-head p,
.bg-ink .section-head p,
.bg-photo-hojas1 .section-head p,
.bg-photo-lily .section-head p,
.bg-photo-jungle .section-head p { color: rgba(244, 237, 224, 0.82); }
.section-head.centered p { margin-inline: auto; }

/* ============================================================ Cards & grids */
.grid { display: grid; gap: clamp(1.5rem, 3vw, 2.5rem); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 860px) {
  .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
}

.nav-card {
  display: flex; flex-direction: column;
  padding: clamp(2rem, 3vw, 2.5rem);
  background: var(--paper);
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  transition: all .45s var(--ease);
  position: relative;
  min-height: 280px;
  overflow: hidden;
}
.nav-card::after {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 100%; height: 4px;
  background: linear-gradient(90deg, var(--burgundy), var(--gold));
  transform: translateX(-101%);
  transition: transform .55s var(--ease);
}
.nav-card:hover {
  transform: translateY(-4px);
  border-color: var(--sage-soft);
  box-shadow: 0 28px 56px rgba(43,42,40,0.08);
}
.nav-card:hover::after { transform: translateX(0); }
.nav-card .nav-card-num {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 14px;
  color: var(--burgundy);
  margin-bottom: 1rem;
}
.nav-card .arrow-mark {
  margin-top: 1.25rem;
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--burgundy);
  display: inline-flex; align-items: center; gap: 8px;
  transition: gap .25s var(--ease);
}
.nav-card:hover .arrow-mark { gap: 12px; }
.nav-card p { color: var(--ink-soft); font-size: 15px; flex: 1; }

/* ============================================================ Hero — split / centered */
.hero-split {
  padding-top: calc(var(--header-h) + var(--space-m));
  padding-bottom: var(--space-l);
  position: relative;
}
.hero-split .hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}
.hero-split .hero-image {
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--cream-soft);
  position: relative;
}
.hero-split .hero-image img {
  width: 100%; height: 100%; object-fit: cover;
  filter: saturate(0.94);
}
@media (max-width: 900px) {
  .hero-split .hero-grid { grid-template-columns: 1fr; }
  .hero-split .hero-image { max-width: 380px; max-height: 480px; margin: 0 auto; }
}

.hero-centered {
  padding-top: calc(var(--header-h) + var(--space-l));
  padding-bottom: var(--space-l);
  text-align: center;
}
.hero-centered .h-display { max-width: 18ch; margin: 0 auto 1.4rem; }
.hero-centered .lede { max-width: 560px; margin: 0 auto 2rem; }
.hero-centered .eyebrow { margin-inline: auto; }
.hero-centered .hero-actions { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; }

/* ============================================================ Pillars */
.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 3vw, 3rem);
}
.pillar {
  display: flex; flex-direction: column;
  padding: 2rem;
  background: var(--paper);
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  transition: transform .35s var(--ease), border-color .25s var(--ease);
}
.pillar:hover { transform: translateY(-3px); border-color: var(--sage-soft); }
.pillar .pillar-icon {
  width: 48px; height: 48px;
  border-radius: 999px;
  background: var(--burgundy);
  color: var(--cream);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
.pillar h3 { margin-bottom: 0.6rem; }
.pillar p { color: var(--ink-soft); font-size: 15px; }
@media (max-width: 860px) {
  .pillars { grid-template-columns: 1fr; }
}

/* ============================================================ Sticky philosophy */
.sticky-philosophy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}
.sticky-philosophy .sticky-col {
  position: sticky; top: 120px;
}
.sticky-philosophy .sticky-image {
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: var(--radius);
}
.sticky-philosophy .sticky-image img {
  width: 100%; height: 100%; object-fit: cover;
  filter: saturate(0.94);
}
.sticky-philosophy .principle {
  padding-block: var(--space-m);
  border-bottom: 1px solid var(--line);
  opacity: 0.45;
  transition: opacity .6s var(--ease);
}
.sticky-philosophy .principle.is-active { opacity: 1; }
.sticky-philosophy .principle:last-child { border-bottom: 0; }
.sticky-philosophy .principle .num {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 14px;
  color: var(--burgundy);
  margin-bottom: 0.5rem;
  display: block;
}
.sticky-philosophy .principle h3 { font-size: 1.6rem; margin-bottom: 0.7rem; }
.sticky-philosophy .principle p { color: var(--ink-soft); }
@media (max-width: 860px) {
  .sticky-philosophy { grid-template-columns: 1fr; }
  .sticky-philosophy .sticky-col { position: static; }
  .sticky-philosophy .principle { opacity: 1; }
}

/* ============================================================ Curriculum */
.curriculum {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}
.curriculum-aside { position: sticky; top: 120px; }
.curriculum-aside .ca-meta {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 1rem;
}
.curriculum-aside h2 { font-size: clamp(2rem, 4vw, 3.2rem); margin-bottom: 1rem; }
.curriculum-aside p { color: var(--ink-soft); }
.curriculum-aside .ca-stats {
  display: flex; flex-direction: column; gap: 0.8rem;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}
.curriculum-aside .ca-stat {
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--font-sans);
  font-size: 14px;
}
.curriculum-aside .ca-stat .ca-stat-label {
  color: var(--muted);
  letter-spacing: 0.10em;
  text-transform: uppercase;
  font-size: 11px;
}
.curriculum-aside .ca-stat .ca-stat-val {
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 18px;
}

.curriculum-list {
  display: flex; flex-direction: column;
  border-top: 1px solid var(--line);
}
.curriculum-item {
  border-bottom: 1px solid var(--line);
  position: relative;
}
.curriculum-item summary {
  list-style: none;
  cursor: pointer;
  padding: 1.6rem 0;
  display: grid;
  grid-template-columns: 64px 1fr auto;
  align-items: center;
  gap: 1.5rem;
  transition: padding .35s var(--ease);
}
.curriculum-item summary::-webkit-details-marker { display: none; }
.curriculum-item:hover summary { padding-left: 0.75rem; }
.curriculum-item summary:hover .curriculum-num { color: var(--burgundy); }
.curriculum-num {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 18px;
  color: var(--muted);
  transition: color .25s var(--ease);
}
.curriculum-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  color: var(--ink);
  letter-spacing: -0.005em;
}
.curriculum-meta {
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  display: flex; align-items: center; gap: 12px;
}
.curriculum-meta::after {
  content: "+";
  font-family: var(--font-sans);
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--burgundy);
  transition: transform .35s var(--ease);
  width: 24px; height: 24px;
  display: flex; align-items: center; justify-content: center;
}
.curriculum-item[open] .curriculum-meta::after { transform: rotate(45deg); }
.curriculum-body {
  padding: 0 0 2rem 80px;
  max-width: 720px;
  color: var(--ink-soft);
}
.curriculum-body ul {
  list-style: none; padding: 0; margin: 1rem 0 0;
  display: flex; flex-direction: column; gap: 0.6rem;
}
.curriculum-body ul li {
  position: relative;
  padding-left: 1.4rem;
  font-size: 15px;
}
.curriculum-body ul li::before {
  content: "·";
  position: absolute;
  left: 0; top: -2px;
  color: var(--burgundy);
  font-size: 1.4rem;
}
@media (max-width: 860px) {
  .curriculum { grid-template-columns: 1fr; }
  .curriculum-aside { position: static; }
  .curriculum-item summary { grid-template-columns: 48px 1fr auto; gap: 1rem; }
  .curriculum-body { padding-left: 0; }
}

/* ============================================================ Pricing card */
.pricing-card {
  background: linear-gradient(180deg, rgba(44, 58, 48, 0.5) 0%, rgba(31, 42, 35, 0.5) 100%);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: var(--cream);
  border-radius: var(--radius-xl);
  padding: clamp(2rem, 4vw, 3.5rem);
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-cream-strong);
  box-shadow: 0 40px 80px rgba(0,0,0,0.20);
}
.pricing-card::before {
  content: "";
  position: absolute;
  top: -50%; right: -20%;
  width: 60%; aspect-ratio: 1;
  background: radial-gradient(circle, rgba(196, 168, 120, 0.16) 0%, transparent 70%);
  pointer-events: none;
}
.pricing-card .pc-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  position: relative;
}
.pricing-card .pc-badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.30em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
}
.pricing-card .pc-badge::before {
  content: ""; width: 18px; height: 1px; background: var(--gold);
}
.pricing-card h2 {
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  color: var(--cream);
  margin-bottom: 1rem;
  max-width: 14ch;
}
.pricing-card .pc-blurb {
  color: rgba(244, 237, 224, 0.78);
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.5;
  max-width: 420px;
}
.pricing-card .pc-label {
  margin-top: 1.6rem;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(244, 237, 224, 0.55);
}
.pricing-card .pc-label-pro {
  color: var(--gold);
  margin-top: 1.8rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(244, 237, 224, 0.12);
}
.pricing-card .pc-includes {
  list-style: none; padding: 0; margin: 0.8rem 0 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem 1.5rem;
  font-size: 14px;
  color: rgba(244, 237, 224, 0.88);
}
.pricing-card .pc-includes li {
  position: relative;
  padding-left: 1.6rem;
}
.pricing-card .pc-includes li::before {
  content: "✓";
  position: absolute; left: 0;
  color: var(--gold);
  font-weight: 600;
}
.pricing-card .pc-includes-pro li::before {
  color: var(--gold-soft);
  content: "★";
  font-size: 12px;
}
.pricing-card .pc-pay {
  display: flex; flex-direction: column;
  gap: 1rem;
}
.pricing-card .pc-plan {
  display: flex; flex-direction: column;
  gap: 0.9rem;
  padding: clamp(1.4rem, 2.8vw, 1.8rem);
  background: rgba(244, 237, 224, 0.04);
  border: 1px solid var(--line-cream);
  border-radius: var(--radius-lg);
  transition: border-color .35s var(--ease), background .35s var(--ease);
}
.pricing-card .pc-plan:hover {
  background: rgba(244, 237, 224, 0.06);
  border-color: rgba(244, 237, 224, 0.22);
}
.pricing-card .pc-plan-pro {
  background: linear-gradient(180deg, rgba(196, 168, 120, 0.10), rgba(196, 168, 120, 0.04));
  border-color: rgba(196, 168, 120, 0.40);
}
.pricing-card .pc-plan-pro:hover {
  background: linear-gradient(180deg, rgba(196, 168, 120, 0.14), rgba(196, 168, 120, 0.06));
  border-color: rgba(196, 168, 120, 0.55);
}
.pricing-card .pc-prices {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.pricing-card .pc-price-block {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.pricing-card .pc-price-block-pro {
  /* Sits inside its own .pc-plan-pro card now — no top border needed */
}
.pricing-card .pc-price-label {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(244, 237, 224, 0.55);
  margin-bottom: 0.15rem;
}
.pricing-card .pc-price-block-pro .pc-price-label { color: var(--gold); }
.pricing-card .pc-old-price {
  font-family: var(--font-sans);
  font-size: 14px;
  color: rgba(244, 237, 224, 0.5);
  text-decoration: line-through;
}
.pricing-card .pc-price {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2.2rem, 4.2vw, 3.2rem);
  letter-spacing: -0.015em;
  color: var(--gold-soft);
  line-height: 1;
}
.pricing-card .pc-price-block-pro .pc-price { color: var(--gold); }
.pricing-card .pc-price small {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(244, 237, 224, 0.55);
  margin-left: 8px;
  vertical-align: middle;
}
.pricing-card .pc-note {
  font-size: 12px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--gold);
}
.pricing-card .btn-primary {
  background: rgba(244, 237, 224, 0.10);
  border-color: rgba(244, 237, 224, 0.30);
  color: var(--cream);
  width: 100%;
  justify-content: center;
}
.pricing-card .btn-primary:hover {
  background: rgba(244, 237, 224, 0.18);
  border-color: rgba(244, 237, 224, 0.50);
  color: var(--cream);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}
.pricing-card .btn-pro {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--sage-night);
}
.pricing-card .btn-pro:hover {
  background: var(--gold-soft);
  border-color: var(--gold-soft);
  color: var(--sage-night);
  box-shadow: 0 18px 36px rgba(196, 168, 120, 0.34);
}
.pricing-card .pc-guarantee {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 12px;
  color: rgba(244, 237, 224, 0.6);
  line-height: 1.5;
}
.pricing-card .pc-guarantee::before {
  content: "◇";
  color: var(--gold);
  font-size: 14px;
  margin-top: 1px;
}
@media (max-width: 860px) {
  .pricing-card .pc-grid { grid-template-columns: 1fr; }
  .pricing-card .pc-includes { grid-template-columns: 1fr; }
}

/* ============================================================ Pricing tiers */
.pricing-tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  align-items: stretch;
  position: relative;
}
.pricing-tiers .tier {
  container-type: inline-size;
  display: flex; flex-direction: column; gap: 0.9rem;
  padding: clamp(1.7rem, 3vw, 2.4rem);
  background: linear-gradient(180deg, rgba(44, 58, 48, 0.5) 0%, rgba(31, 42, 35, 0.5) 100%);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  color: var(--cream);
  border: 1px solid var(--line-cream-strong);
  border-radius: var(--radius-xl);
  box-shadow: 0 30px 60px rgba(0,0,0,0.18);
  position: relative;
}
.pricing-tiers .tier-featured {
  border-color: rgba(196, 168, 120, 0.8);
  background: linear-gradient(180deg, rgba(196,168,120,0.18), rgba(31,42,35,0.55));
  box-shadow: 0 0 0 1px rgba(196,168,120,0.4),
              0 30px 70px rgba(0,0,0,0.38),
              0 0 70px rgba(196,168,120,0.28);
  transform: scale(1.04);
  position: relative; z-index: 2;
}
.pricing-tiers .tier-note {
  font-family: var(--font-sans); font-size: 10px;
  letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold);
}
.pricing-tiers .tier-name {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(0.9rem, 6.2cqi, 1.25rem); white-space: nowrap; color: var(--cream); line-height: 1.1;
}
.pricing-tiers .tier-price-block { display: flex; flex-direction: column; gap: 0.15rem; }
.pricing-tiers .tier-old {
  font-family: var(--font-sans); font-size: 14px;
  color: rgba(244,237,224,0.5); text-decoration: line-through;
}
.pricing-tiers .tier-price {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(2rem, 3.4vw, 2.8rem); letter-spacing: -0.015em;
  color: var(--gold-soft); line-height: 1;
}
.pricing-tiers .tier-featured .tier-price { color: var(--gold); }
.pricing-tiers .tier-price small {
  font-family: var(--font-sans); font-size: 12px; font-weight: 400;
  letter-spacing: 0.10em; text-transform: uppercase;
  color: rgba(244,237,224,0.55); margin-left: 6px; vertical-align: middle;
}
.pricing-tiers .tier-instalment{ display:block; margin-top:.35rem; font-family:var(--font-sans); font-size:11px; letter-spacing:.06em; color:var(--gold); }
.pricing-tiers .tier-featured .tier-note{
  display:inline-block; align-self:flex-start;
  background:var(--gold); color:var(--sage-night);
  padding:.32rem .8rem; border-radius:999px;
  font-weight:600; box-shadow:0 4px 14px rgba(196,168,120,0.4);
}
.pricing-tiers .tier-blurb {
  font-family: var(--font-serif); font-style: italic;
  font-size: 1.02rem; line-height: 1.45; color: rgba(244,237,224,0.78);
}
.pricing-tiers .tier-features {
  list-style: none; padding: 0; margin: 0.4rem 0 0;
  display: flex; flex-direction: column; gap: 0.55rem;
  font-size: 13.5px; color: rgba(244,237,224,0.88); flex: 1;
}
.pricing-tiers .tier-features li { position: relative; padding-left: 1.5rem; line-height: 1.4; }
.pricing-tiers .tier-features li::before {
  content: "\2713"; position: absolute; left: 0; color: var(--gold); font-weight: 600;
}
.pricing-tiers .tier-features li.excl { color: rgba(244,237,224,0.5); }
.pricing-tiers .tier-features li.excl::before { content: "\2014"; color: rgba(244,237,224,0.4); font-weight: 400; }
.pricing-tiers .tier .btn {
  width: 100%; justify-content: center; margin-top: 0.4rem;
  background: rgba(244,237,224,0.10); border-color: rgba(244,237,224,0.30); color: var(--cream);
}
.pricing-tiers .tier .btn:hover {
  background: rgba(244,237,224,0.18); border-color: rgba(244,237,224,0.50); color: var(--cream);
  box-shadow: 0 12px 28px rgba(0,0,0,0.25);
}
.pricing-tiers .tier .btn-pro { background: var(--gold); border-color: var(--gold); color: var(--sage-night); }
.pricing-tiers .tier .btn-pro:hover {
  background: var(--gold-soft); border-color: var(--gold-soft); color: var(--sage-night);
  box-shadow: 0 18px 36px rgba(196,168,120,0.34);
}
.tiers-guarantee {
  display: flex; gap: 10px; align-items: flex-start; justify-content: center;
  max-width: 720px; margin: 2.2rem auto 0;
  font-size: clamp(14px, 1.5vw, 16.5px); color: rgba(244,237,224,0.82); line-height: 1.55; text-align: left;
}
.tiers-guarantee::before { content: "\25C7"; color: var(--gold); font-size: 16px; margin-top: 2px; }
.tiers-guarantee .pay-flex { color: var(--gold); font-weight: 600; }
@media (max-width: 860px) {
  .pricing-tiers { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .pricing-tiers .tier-featured { transform: none; }
}

/* ============================================================ Profile card */
.profile-card {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}
.profile-card .profile-media {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: var(--radius);
}
/* Feathered edges — the photo dissolves into the paper background (iOS-safe) */
.profile-card .profile-media::before {
  content: "";
  position: absolute; inset: 0; z-index: 3;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 26px 6px var(--paper), inset 0 0 62px 30px var(--paper);
}
.profile-card .profile-media img {
  width: 100%; height: 100%; object-fit: cover;
  filter: saturate(0.94);
  transition: transform 1.4s var(--ease);
}
.profile-card:hover .profile-media img { transform: scale(1.04); }
.profile-card .profile-body h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 0.5rem;
}
.profile-card .profile-meta {
  list-style: none; padding: 0;
  display: flex; flex-wrap: wrap; gap: 0.5rem;
  margin-block: 1rem 1.5rem;
}
.profile-card .profile-meta li {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 6px 14px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--ink-soft);
}
@media (max-width: 860px) {
  .profile-card { grid-template-columns: 1fr; }
  .profile-card .profile-media { max-width: 400px; }
}

/* ============================================================ Pull quote */
.pull {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.6rem, 3.2vw, 2.8rem);
  line-height: 1.35;
  max-width: 880px;
  letter-spacing: -0.005em;
}

/* Banner variant — one line, margin to margin */
.wrap-banner {
  width: 100%;
  margin-inline: auto;
  padding-inline: clamp(0.75rem, 3vw, 1.5rem);
}
.pull.pull-tight { font-size: clamp(1.2rem, 2.3vw, 1.95rem); line-height: 1.3; }
.pull.pull-banner {
  max-width: 100%;
  text-align: center;
  white-space: nowrap;
  font-size: clamp(1.1rem, 4vw, 4.2rem);
  line-height: 1.15;
  letter-spacing: -0.015em;
  margin: 0;
}
/* Banner section — slightly more breathing room on top, tighter at the bottom */
section.bg-photo-lily.compact {
  padding-top: 1.8rem;
  padding-bottom: 0.4rem;
}
.pull-cite {
  display: block;
  font-style: normal;
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--sage-soft);
  margin-top: 2rem;
}
.pull-cite::before { content: "— "; }

/* ============================================================ Testimonial carousel */
.testimonials { position: relative; }
.testimonial-strip {
  display: flex;
  gap: clamp(1rem, 2.5vw, 2rem);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-block: 1rem;
  padding-inline: clamp(1.5rem, 5vw, 3rem);
  margin-inline: calc(-1 * clamp(1.5rem, 5vw, 3rem));
}
.testimonial-strip::-webkit-scrollbar { display: none; }
.testimonial-card {
  flex: 0 0 min(440px, 86vw);
  scroll-snap-align: center;
  background: var(--cream);
  border-radius: var(--radius-lg);
  padding: clamp(1.6rem, 3vw, 2.2rem);
  border: 1px solid var(--line);
  display: flex; flex-direction: column;
  gap: 1.2rem;
  transition: transform .35s var(--ease), border-color .25s var(--ease);
}
.testimonial-card:hover { border-color: var(--sage-soft); transform: translateY(-3px); }
.testimonial-quote {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.25rem, 1.6vw, 1.5rem);
  line-height: 1.5;
  color: var(--ink);
  flex: 1;
}
.testimonial-author {
  display: flex; flex-direction: column;
  gap: 4px;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}
.testimonial-author .ta-name {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 15px;
  color: var(--ink);
}
.testimonial-author .ta-role {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

/* Testimonial arrows — overlay on the sides, vertically centered, close to the cards */
.testimonials { position: relative; }
.testimonials-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(1240px, 100%);
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  padding-inline: clamp(1.5rem, 5vw, 3rem);
  z-index: 5;
}
.testimonials-nav button {
  pointer-events: auto;
  width: 48px; height: 48px;
  border: 1px solid var(--line-strong);
  background: var(--paper);
  border-radius: 999px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  color: var(--ink);
  transition: all .25s var(--ease);
  box-shadow: 0 8px 22px rgba(43, 42, 40, 0.08);
}
.testimonials-nav button:hover:not(:disabled) {
  background: var(--burgundy);
  color: var(--cream);
  border-color: var(--burgundy);
  transform: scale(1.06);
  box-shadow: 0 14px 28px var(--burgundy-glow);
}
.testimonials-nav button:disabled {
  opacity: 0;
  pointer-events: none;
}
.testimonials-nav button svg {
  width: 18px; height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6;
}
@media (max-width: 720px) {
  /* Mobile uses native touch scroll — hide arrows to free space */
  .testimonials-nav { display: none; }
}

/* ============================================================ Facts */
.facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.5rem, 3vw, 3rem);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding-block: var(--space-l);
}
.fact-num {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2.4rem, 4.8vw, 3.6rem);
  color: var(--ink);
  line-height: 1;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.fact-label {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--muted);
}
@media (max-width: 720px) {
  .facts { grid-template-columns: repeat(2, 1fr); gap: 1.5rem 2rem; }
}

/* ============================================================ Q&A */
.qa-list { max-width: 760px; margin-inline: auto; }
.qa-item {
  border-bottom: 1px solid var(--line);
  padding-block: 1.6rem;
}
.qa-item summary {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
  display: flex; justify-content: space-between; align-items: center;
  gap: 1rem;
  color: var(--ink);
}
.qa-item summary::-webkit-details-marker { display: none; }
.qa-item summary::after {
  content: "+";
  font-family: var(--font-sans);
  font-size: 1.6rem;
  font-weight: 300;
  color: var(--burgundy);
  transition: transform .3s var(--ease);
  flex-shrink: 0;
}
.qa-item[open] summary::after { transform: rotate(45deg); }
.qa-item p {
  margin: 1rem 0 0;
  font-family: var(--font-sans);
  font-size: 15px;
  color: var(--ink-soft);
  max-width: 660px;
  line-height: 1.7;
}
.qa-item summary:focus-visible {
  outline: 2px solid var(--burgundy);
  outline-offset: 4px;
  border-radius: 2px;
}

/* ============================================================ Press strip */
.press-strip {
  display: flex; flex-wrap: wrap;
  align-items: center; justify-content: center;
  gap: clamp(1.5rem, 4vw, 3rem);
  padding-block: var(--space-m);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.press-strip .press-eyebrow {
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.30em;
  text-transform: uppercase;
  color: var(--muted);
  flex-basis: 100%;
  text-align: center;
  margin-bottom: 0.5rem;
}
.press-strip .press-logo {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.2rem;
  color: var(--ink-soft);
  opacity: 0.65;
  transition: opacity .25s var(--ease);
}
.press-strip .press-logo:hover { opacity: 1; color: var(--burgundy); }

/* ============================================================ Newsletter */
.newsletter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  background: var(--paper);
  border-radius: var(--radius-lg);
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid var(--line);
}
.newsletter .eyebrow { color: var(--burgundy); }
.newsletter h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); margin-bottom: 1rem; }
.newsletter p { color: var(--ink-soft); margin-bottom: 1.5rem; max-width: 460px; }
.newsletter form { display: flex; flex-direction: column; gap: 0.75rem; }
.newsletter input[type="email"] {
  width: 100%;
  padding: 1rem 1.2rem;
  border: 1px solid var(--line-strong);
  background: var(--cream);
  border-radius: 999px;
  font-family: var(--font-sans);
  font-size: 15px;
  color: var(--ink);
  transition: border-color .25s var(--ease);
}
.newsletter input[type="email"]:focus { outline: none; border-color: var(--burgundy); }
.newsletter .form-note { font-size: 12px; color: var(--muted); margin: 0; }
@media (max-width: 760px) {
  .newsletter { grid-template-columns: 1fr; }
}

.bg-sage-deep .newsletter,
.bg-sage-night .newsletter {
  background: rgba(244, 237, 224, 0.04);
  border: 1px solid var(--line-cream);
}
.bg-sage-deep .newsletter input[type="email"],
.bg-sage-night .newsletter input[type="email"] {
  background: rgba(244, 237, 224, 0.06);
  border-color: var(--line-cream-strong);
  color: var(--cream);
}
.bg-sage-deep .newsletter input[type="email"]::placeholder,
.bg-sage-night .newsletter input[type="email"]::placeholder { color: rgba(244, 237, 224, 0.42); }
.bg-sage-deep .newsletter input[type="email"]:focus,
.bg-sage-night .newsletter input[type="email"]:focus { border-color: var(--gold); }

/* ============================================================ Video / watch */
.video-card {
  display: flex; flex-direction: column;
  background: var(--paper);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  transition: transform .35s var(--ease), border-color .25s var(--ease), box-shadow .25s var(--ease);
  cursor: pointer;
}
.video-card:hover {
  transform: translateY(-3px);
  border-color: var(--sage-soft);
  box-shadow: 0 18px 36px rgba(43,42,40,0.06);
}
.video-thumb {
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
}
.video-thumb img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s var(--ease);
}
.video-card:hover .video-thumb img { transform: scale(1.06); }
.video-thumb::before {
  content: "";
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.10);
  z-index: 1;
}
.video-thumb::after {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--cream);
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: transform .35s var(--ease), background .25s var(--ease);
}
.video-thumb .play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-44%, -50%);
  z-index: 3;
  width: 0; height: 0;
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent var(--burgundy);
  transition: border-color .25s var(--ease);
}
.video-card:hover .video-thumb::after { transform: translate(-50%, -50%) scale(1.08); background: var(--burgundy); }
.video-card:hover .video-thumb .play { border-color: transparent transparent transparent var(--cream); }
.video-body {
  padding: 1.4rem 1.5rem 1.6rem;
}
.video-body h3 {
  font-size: 1.15rem;
  margin-bottom: 0.4rem;
}
.video-body .video-meta {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.video-featured {
  aspect-ratio: 16/9;
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  background: var(--ink);
}
.video-featured iframe,
.video-featured video {
  width: 100%; height: 100%; border: 0;
}

/* ============================================================ Tabs */
.tabs {
  display: inline-flex;
  gap: 4px;
  padding: 5px;
  background: rgba(94, 25, 36, 0.06);
  border: 1px solid rgba(94, 25, 36, 0.18);
  border-radius: 999px;
  margin-bottom: 2rem;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.04);
}
.tabs button {
  border: none; background: transparent;
  padding: 0.7rem 1.4rem;
  font-family: var(--font-sans);
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--burgundy);
  border-radius: 999px;
  transition: background .3s var(--ease), color .3s var(--ease), transform .3s var(--ease);
  cursor: pointer;
}
.tabs button.active {
  background: var(--burgundy);
  color: var(--cream);
  box-shadow: 0 4px 12px rgba(94, 25, 36, 0.22);
}
.tabs button:hover:not(.active) {
  background: rgba(94, 25, 36, 0.10);
  color: var(--burgundy);
  transform: translateY(-1px);
}

/* Gentle attention-pull on the inactive tab — first-time visitors see it's clickable */
@keyframes tab-breathe {
  0%, 100% { box-shadow: 0 0 0 0 rgba(94, 25, 36, 0); }
  50%      { box-shadow: 0 0 0 6px rgba(94, 25, 36, 0.10); }
}
.tabs button:not(.active) {
  animation: tab-breathe 3.6s ease-in-out infinite;
}
.tabs:hover button:not(.active) { animation: none; }

/* Smooth crossfade between tab panels (replaces instant display swap) */
[id$="-panels"], #two-paths-panels {
  position: relative;
}
.tab-panel {
  position: absolute;
  top: 0; left: 0; width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .5s var(--ease), transform .5s var(--ease), visibility 0s linear .5s;
  pointer-events: none;
}
.tab-panel.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity .55s var(--ease), transform .55s var(--ease), visibility 0s linear 0s;
  pointer-events: auto;
}

/* Two paths — force both panels' image boxes to the SAME 4/5 portrait size,
   center-align the row so text doesn't leave a dead white space when the
   image is taller. Img inside fills the box via object-fit: cover. */
#two-paths-panels .grid {
  align-items: center;
}
#two-paths-panels .feature-media {
  aspect-ratio: 4/5 !important;
  width: 100%;
  height: auto !important;
  overflow: hidden;
  border-radius: var(--radius);
  position: relative;
}
#two-paths-panels .feature-media img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}
@media (max-width: 720px) {
  /* On narrow viewports the grid collapses to 1 col — let the image breathe
     and don't force the full 4/5 height (it'd be huge on phones). */
  #two-paths-panels .feature-media {
    aspect-ratio: 4/3 !important;
    max-height: 60vh;
  }
}

/* ============================================================ Module list */
.module-list {
  list-style: none; padding: 0; margin: 0;
  max-width: 820px;
}
.module-list li {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 1.5rem;
  padding-block: 1.8rem;
  border-bottom: 1px solid var(--line);
}
.module-list li:last-child { border-bottom: 0; }
.module-list .module-num {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--burgundy);
  font-size: 1.4rem;
}
.module-list li h3 { margin-bottom: 0.4rem; font-size: 1.3rem; }
.module-list li p { color: var(--ink-soft); font-size: 15px; max-width: 580px; }
@media (max-width: 720px) {
  .module-list li { grid-template-columns: 60px 1fr; }
}

/* ============================================================ Big CTA */
.big-cta {
  text-align: center;
  padding-block: 2.6rem;
  position: relative;
}
.big-cta h2 {
  font-size: clamp(2.4rem, 6vw, 5rem);
  max-width: 18ch;
  margin-inline: auto;
  margin-bottom: 1.4rem;
  line-height: 1.05;
}
.big-cta h2 em { color: var(--gold-soft); }
.big-cta .lede {
  max-width: 540px;
  margin: 0 auto 2rem;
}
.big-cta .big-cta-actions {
  display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;
}

/* ============================================================ Footer */
.site-footer {
  background: var(--sage-night);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}
.footer-marquee {
  padding-block: clamp(2rem, 5vw, 4rem);
  border-bottom: 1px solid var(--line-cream);
  overflow: hidden;
  white-space: nowrap;
}
.footer-marquee .marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 2.5rem;
  animation: marquee-scroll 48s linear infinite;
  will-change: transform;
}
.footer-marquee .marquee-track > * {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(3.5rem, 9vw, 8rem);
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--cream);
  text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 2.5rem;
}
.footer-marquee .marquee-track em {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--gold-soft);
  text-transform: none;
}
.footer-marquee .marquee-track .dot {
  width: 12px; height: 12px;
  background: var(--gold);
  border-radius: 50%;
  flex-shrink: 0;
}
.footer-body {
  padding-block: clamp(3rem, 6vw, 5rem) var(--space-m);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: clamp(2rem, 4vw, 3rem);
  margin-bottom: var(--space-l);
}
.footer-brand p {
  margin-top: 1rem;
  color: rgba(244, 237, 224, 0.78);
  max-width: 460px;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.05rem, 1.7vw, 1.4rem);
  line-height: 1.35;
  letter-spacing: 0.005em;
}
@media (max-width: 720px) {
  .footer-brand p { font-size: 1.05rem; max-width: 340px; }
}
.footer-col h4 {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.25rem;
}
.footer-col ul {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 0.75rem;
}
.footer-col a {
  color: rgba(244, 237, 224, 0.86);
  font-size: 14px;
}
.footer-col a:hover { color: var(--gold); }

/* Footer brand — single static logo, ignores header cross-fade rules */
.brand-footer {
  display: inline-flex; align-items: center;
  height: auto;
}
.brand-footer .logo {
  position: static;
  height: 98px;
  width: auto;
  max-width: 432px;
  opacity: 1 !important;
  transform: none !important;
  pointer-events: auto;
}
@media (max-width: 720px) {
  .brand-footer .logo { height: 76px; max-width: 324px; }
}

/* Social list with icons */
.footer-social { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.75rem; }
.footer-social a {
  display: inline-flex; align-items: center; gap: 12px;
  transition: color .25s var(--ease), gap .25s var(--ease);
}
.footer-social a:hover { gap: 16px; }
.footer-social svg {
  width: 18px; height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.footer-bottom {
  border-top: 1px solid var(--line-cream);
  padding-top: var(--space-m);
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 1rem;
  font-size: 12px;
  color: rgba(244, 237, 224, 0.6);
}
@media (max-width: 760px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

/* ============================================================ Reveal system */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 1.0s var(--ease), transform 1.0s var(--ease);
  will-change: opacity, transform;
}
.reveal.in-view { opacity: 1; transform: translateY(0); }

.reveal-slow {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 1.6s var(--ease), transform 1.6s var(--ease);
}
.reveal-slow.in-view { opacity: 1; transform: translateY(0); }

.reveal-clip {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.4s var(--ease-in-out), opacity .4s var(--ease) 0.2s;
}
.reveal-clip.in-view {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}

.reveal-image {
  position: relative;
  overflow: hidden;
}
.reveal-image::after {
  content: "";
  position: absolute; inset: 0;
  background: var(--cream);
  transform-origin: right;
  transform: scaleX(1);
  transition: transform 1.4s var(--ease-in-out);
  pointer-events: none;
  z-index: 2;
}
.reveal-image.in-view::after { transform: scaleX(0); }
.reveal-image img { transform: scale(1.12); transition: transform 1.6s var(--ease-in-out); }
.reveal-image.in-view img { transform: scale(1); }

.reveal-stagger > * {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .9s var(--ease), transform .9s var(--ease);
}
.reveal-stagger.in-view > * { opacity: 1; transform: translateY(0); }
.reveal-stagger.in-view > *:nth-child(1) { transition-delay: 0.0s; }
.reveal-stagger.in-view > *:nth-child(2) { transition-delay: 0.08s; }
.reveal-stagger.in-view > *:nth-child(3) { transition-delay: 0.16s; }
.reveal-stagger.in-view > *:nth-child(4) { transition-delay: 0.24s; }
.reveal-stagger.in-view > *:nth-child(5) { transition-delay: 0.32s; }
.reveal-stagger.in-view > *:nth-child(6) { transition-delay: 0.40s; }
.reveal-stagger.in-view > *:nth-child(7) { transition-delay: 0.48s; }
.reveal-stagger.in-view > *:nth-child(8) { transition-delay: 0.56s; }

.reveal-lines .line-wrap { overflow: hidden; display: block; }
.reveal-lines .line-wrap > span {
  display: block;
  transform: translateY(110%);
  transition: transform 1.0s var(--ease);
}
.reveal-lines.in-view .line-wrap > span { transform: translateY(0); }
.reveal-lines.in-view .line-wrap:nth-child(2) > span { transition-delay: 0.10s; }
.reveal-lines.in-view .line-wrap:nth-child(3) > span { transition-delay: 0.20s; }
.reveal-lines.in-view .line-wrap:nth-child(4) > span { transition-delay: 0.30s; }

/* ============================================================ Custom cursor */
.cursor-dot,
.cursor-ring {
  position: fixed;
  top: 0; left: 0;
  pointer-events: none;
  z-index: 9999;
  mix-blend-mode: difference;
  will-change: transform;
  transition: opacity .25s var(--ease);
  opacity: 0;
}
.has-cursor .cursor-dot,
.has-cursor .cursor-ring { opacity: 1; }
.cursor-dot {
  width: 6px; height: 6px;
  background: var(--cream);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.cursor-ring {
  width: 36px; height: 36px;
  border: 1px solid var(--cream);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width .3s var(--ease), height .3s var(--ease), border-color .3s var(--ease), opacity .25s var(--ease);
}
.cursor-ring.hover {
  width: 60px; height: 60px;
  border-color: var(--gold);
}

@media (hover: none), (pointer: coarse) {
  .cursor-dot, .cursor-ring { display: none !important; }
}

/* ============================================================ Language */
.lang-en, .lang-es, .lang-pt, .lang-de, .lang-it, .lang-fr, .lang-ru, .lang-uk { display: none; }
html[lang="en"] .lang-en,
html[lang="es"] .lang-es,
html[lang="pt"] .lang-pt,
html[lang="de"] .lang-de,
html[lang="it"] .lang-it,
html[lang="fr"] .lang-fr,
html[lang="ru"] .lang-ru,
html[lang="uk"] .lang-uk { display: inline; }
html[lang="en"] .lang-en.lang-block,
html[lang="es"] .lang-es.lang-block,
html[lang="pt"] .lang-pt.lang-block,
html[lang="de"] .lang-de.lang-block,
html[lang="it"] .lang-it.lang-block,
html[lang="fr"] .lang-fr.lang-block,
html[lang="ru"] .lang-ru.lang-block,
html[lang="uk"] .lang-uk.lang-block { display: block; }

/* ============================================================ Reduced motion */
@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;
  }
  .reveal, .reveal-slow, .reveal-clip, .reveal-image, .reveal-stagger > *,
  .reveal-lines .line-wrap > span {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
  }
  .reveal-image::after { display: none !important; }
  .marquee-track { animation: none !important; }
  .cursor-dot, .cursor-ring { display: none !important; }
}

/* ============================================================ Utility */
.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0);
  white-space: nowrap; border: 0;
}
.mt-0  { margin-top: 0 !important; }
.mt-m  { margin-top: var(--space-m); }
.mt-l  { margin-top: var(--space-l); }
.mb-m  { margin-bottom: var(--space-m); }
.mb-l  { margin-bottom: var(--space-l); }

/* Loader — only shows when JS is active */
.page-loader { display: none; }
html.js .page-loader {
  display: flex; align-items: center; justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
  position: fixed;
  inset: 0;
  background: var(--sage-night);
  z-index: 9000;
  transition: opacity .8s var(--ease), visibility .8s var(--ease);
}
.page-loader.gone {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.page-loader .loader-mark {
  width: 56px; height: 56px;
  opacity: 0.92;
}
.page-loader .loader-mark img {
  width: 100%; height: 100%;
  animation: loader-pulse 1.4s var(--ease) infinite;
}
@keyframes loader-pulse {
  0%, 100% { opacity: 0.4; transform: scale(0.92); }
  50%      { opacity: 1;   transform: scale(1); }
}
.page-loader .loader-text {
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.40em;
  text-transform: uppercase;
  color: rgba(244, 237, 224, 0.5);
}

/* Floating CTA mobile */
.floating-cta {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(150%);
  z-index: 90;
  transition: transform .45s var(--ease);
  display: none;
}
.floating-cta.visible {
  transform: translateX(-50%) translateY(0);
}
.floating-cta .btn-primary {
  box-shadow: 0 18px 38px var(--burgundy-glow);
}
@media (max-width: 720px) {
  .floating-cta { display: block; }
}

.inline-link { color: inherit; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; text-decoration-color: var(--burgundy-soft); transition: color .25s var(--ease); }
.inline-link:hover { color: var(--burgundy); }


/* ============================================================ Journal signup (native form -> Google Forms) */
.journal-signup { max-width: 480px; margin: 3rem auto 0; text-align: left; }
.journal-signup-label { text-align:center; font-family:var(--font-sans); font-size:11px; font-weight:600; letter-spacing:.24em; text-transform:uppercase; color:var(--burgundy); margin-bottom:1.6rem; }
.signup-form { display:flex; flex-direction:column; gap:1.1rem; }
.signup-field { display:flex; flex-direction:column; gap:.4rem; }
.signup-field label, .signup-legend { font-family:var(--font-sans); font-size:11px; font-weight:600; letter-spacing:.14em; text-transform:uppercase; color:var(--muted); }
.signup-field input[type=text], .signup-field input[type=email], .signup-field input[type=tel] {
  font-family:var(--font-sans); font-size:16px; color:var(--ink);
  background:var(--paper); border:1px solid var(--line-strong); border-radius:var(--radius);
  padding:.85rem 1rem; transition:border-color .25s var(--ease), box-shadow .25s var(--ease);
}
.signup-field input:focus { outline:none; border-color:var(--burgundy); box-shadow:0 0 0 3px var(--burgundy-glow); }
.signup-radios { display:flex; flex-wrap:wrap; gap:.6rem 1.4rem; margin-top:.35rem; }
.signup-radios label { display:flex; align-items:center; gap:.45rem; font-family:var(--font-sans); font-size:14px; font-weight:400; text-transform:none; letter-spacing:0; color:var(--ink-soft); cursor:pointer; }
.signup-radios input[type=radio] { accent-color:var(--burgundy); width:16px; height:16px; }
.signup-form .btn { margin-top:.6rem; width:100%; justify-content:center; }
.signup-thanks { text-align:center; font-family:var(--font-serif); font-style:italic; font-size:1.3rem; color:var(--ink-soft); }
.journal-signup iframe[name="hidden_gform_iframe"] { display:none; }

/* ============================================================ Video embed */
.video-embed{ position:relative; width:100%; aspect-ratio:16/9; margin-top:clamp(1.5rem,4vw,2.5rem);
  border-radius:var(--radius-lg); overflow:hidden; background:transparent; }
/* Feathered edges — the thumbnail dissolves into the section background (iOS-safe) */
.video-embed::before{ content:""; position:absolute; inset:0; z-index:3; border-radius:inherit; pointer-events:none;
  box-shadow: inset 0 0 40px 18px var(--sage-deep); }
/* Stronger feather on mobile where the portrait runs wider */
@media (max-width: 760px){
  .profile-card .profile-media::before{ box-shadow: inset 0 0 30px 8px var(--paper), inset 0 0 78px 42px var(--paper); }
}
.video-embed.video-facade{ display:block; cursor:pointer; }
.video-embed img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.video-play{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:4;
  width:74px; height:74px; border-radius:50%; background:var(--burgundy);
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 8px 30px rgba(0,0,0,0.45); transition:transform .3s var(--ease), background .3s var(--ease); }
.video-embed.video-facade:hover .video-play{ transform:translate(-50%,-50%) scale(1.08); background:var(--burgundy-soft); }
.video-play::after{ content:""; border-style:solid; border-width:12px 0 12px 20px;
  border-color:transparent transparent transparent var(--cream); margin-left:5px; }

/* ============================================================ Who it's for — audience cards */
.audience-grid{ display:grid; grid-template-columns:1fr 1fr; gap:clamp(1rem,2.5vw,1.8rem); margin-top:clamp(1.5rem,4vw,2.5rem); align-items:start; }
.audience-card{ background:var(--paper); border:1px solid var(--line); border-radius:var(--radius-xl); padding:clamp(1.6rem,3vw,2.4rem); box-shadow:0 20px 50px rgba(43,42,40,0.05); }
.audience-icon{ display:inline-flex; width:46px; height:46px; align-items:center; justify-content:center; border-radius:50%; background:var(--cream-soft); color:var(--burgundy); margin-bottom:1.1rem; }
.audience-icon svg{ width:24px; height:24px; }
.audience-card h3{ font-family:var(--font-display); font-weight:400; font-size:clamp(1.2rem,2vw,1.5rem); color:var(--ink); margin-bottom:.4rem; }
.audience-sub{ font-family:var(--font-serif); font-style:italic; font-size:1.05rem; color:var(--muted); margin-bottom:1.3rem; }
.audience-list{ list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:.7rem; }
.audience-list li{ position:relative; padding-left:1.6rem; color:var(--ink-soft); font-size:15px; line-height:1.4; }
.audience-list li::before{ content:"\2713"; position:absolute; left:0; color:var(--burgundy); font-weight:600; }
.audience-cta{ text-align:center; margin-top:clamp(2rem,5vw,3.5rem); }
@media (max-width:760px){ .audience-grid{ grid-template-columns:1fr; } }

/* ============================================================ MOBILE HAMBURGER NAV (<=1100px) */
@media (max-width: 1100px) {
  .site-header .wrap-wide { flex-wrap: nowrap; align-items: center; column-gap: 0.5rem; }
  .brand { order: 1; flex-shrink: 0; }
  .brand, .brand .logo { height: 42px !important; max-width: none !important; }
  .site-header.scrolled .brand, .site-header.scrolled .brand .logo { height: 36px !important; }
  .nav-extras { order: 2; margin-left: auto !important; gap: 0.5rem; flex-shrink: 0; }
  .nav-toggle { display: inline-block !important; order: 3; flex-shrink: 0; margin-left: 0.3rem; }

  .nav-primary {
    position: absolute !important;
    top: 100%; left: 0; right: 0;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    background: var(--paper);
    border-top: 1px solid var(--line);
    box-shadow: 0 24px 44px rgba(43,42,40,0.14);
    padding: 0.25rem clamp(1.5rem,6vw,2.2rem) 1.4rem;
    max-height: 0; overflow: hidden;
    opacity: 0; visibility: hidden;
    transition: max-height .38s var(--ease), opacity .3s var(--ease), visibility .3s;
  }
  .nav-primary.open { max-height: 85vh; overflow-y: auto; opacity: 1; visibility: visible; }
  .nav-primary li { width: 100% !important; flex-shrink: 1 !important; }
  .nav-primary a {
    display: block !important; width: 100%;
    padding: 1rem 0 !important; min-height: 0 !important;
    font-size: 14px !important; letter-spacing: 0.06em !important;
    white-space: normal !important; text-align: left !important;
    border-bottom: 1px solid var(--line);
    -webkit-line-clamp: unset !important; max-width: none !important; min-width: 0 !important;
    line-height: 1.3 !important;
  }
  .nav-primary a.nav-long { display: block !important; -webkit-line-clamp: unset !important; max-width: none !important; }
  .nav-primary a::after { display: none !important; }
  /* Dropdown sits on a light (paper) background — keep links dark & readable
     even when the header is in dark-mode over the hero (ENROLL button excluded) */
  .nav-primary a:not(.nav-cta),
  .site-header.dark-mode:not(.scrolled) .nav-primary a:not(.nav-cta) { color: var(--ink) !important; }
  .nav-primary a:not(.nav-cta):hover,
  .nav-primary a:not(.nav-cta).active,
  .site-header.dark-mode:not(.scrolled) .nav-primary a:not(.nav-cta):hover,
  .site-header.dark-mode:not(.scrolled) .nav-primary a:not(.nav-cta).active { color: var(--burgundy) !important; }
  .nav-primary .nav-cta-li { margin-left: 0 !important; margin-top: 0.9rem; }
  .nav-primary .nav-cta-li a { display: inline-block !important; width: auto; border-bottom: 0; padding: 0.7rem 1.5rem !important; }
  body.no-scroll { overflow: hidden; }
}

/* Soft blend: video (sage-deep) -> flagship course (jungle) on the homepage */
#pricing { position: relative; }
#pricing::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0;
  height: clamp(120px, 18vw, 200px);
  background: linear-gradient(180deg, var(--sage-deep) 0%, rgba(44,58,48,0.55) 45%, transparent 100%);
  z-index: 0; pointer-events: none;
}

/* Smooth hero -> next section blend (homepage, after removing the marquee) */
.hero-cine:not(.hero-cine-page) + section { position: relative; }
.hero-cine:not(.hero-cine-page) + section > * { position: relative; z-index: 1; }
.hero-cine:not(.hero-cine-page) + section::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0;
  height: clamp(90px, 14vw, 190px);
  background: linear-gradient(180deg, var(--sage-night) 0%, transparent 100%);
  z-index: 0; pointer-events: none;
}

#best-plan { scroll-margin-top: clamp(80px, 12vh, 120px); }

/* Principles — click-to-open accordion */
.sticky-philosophy .principle-acc { border-bottom: 1px solid var(--line); }
.sticky-philosophy .principle-acc:last-child { border-bottom: 0; }
.sticky-philosophy .principle-acc > summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; gap: 1rem;
  padding-block: var(--space-m);
}
.sticky-philosophy .principle-acc > summary::-webkit-details-marker { display: none; }
.sticky-philosophy .principle-acc .num {
  font-family: var(--font-serif); font-style: italic;
  font-size: 14px; color: var(--burgundy); flex: 0 0 auto;
}
.sticky-philosophy .principle-acc h3 {
  font-size: 1.6rem; margin: 0; flex: 1 1 auto;
  transition: color .3s var(--ease);
}
.sticky-philosophy .principle-acc > summary:hover h3 { color: var(--burgundy); }
.sticky-philosophy .principle-acc .acc-icon {
  flex: 0 0 auto; position: relative; width: 18px; height: 18px;
}
.sticky-philosophy .principle-acc .acc-icon::before,
.sticky-philosophy .principle-acc .acc-icon::after {
  content: ""; position: absolute; background: var(--burgundy);
  transition: transform .3s var(--ease), opacity .3s var(--ease);
}
.sticky-philosophy .principle-acc .acc-icon::before { top: 8px; left: 0; width: 18px; height: 2px; }
.sticky-philosophy .principle-acc .acc-icon::after  { left: 8px; top: 0; width: 2px; height: 18px; }
.sticky-philosophy .principle-acc[open] .acc-icon::after { transform: rotate(90deg); opacity: 0; }
.sticky-philosophy .principle-acc .acc-body { padding-bottom: var(--space-m); animation: acc-fade .4s var(--ease); }
.sticky-philosophy .principle-acc .acc-body p { color: var(--ink-soft); margin: 0; }
@keyframes acc-fade { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }

/* Pillars — click-to-open accordion */
details.pillar > summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 1rem; }
details.pillar > summary::-webkit-details-marker { display: none; }
details.pillar > summary h3 { margin: 0; flex: 1 1 auto; transition: color .3s var(--ease); }
details.pillar > summary:hover h3 { color: var(--burgundy); }
details.pillar .acc-icon { flex: 0 0 auto; position: relative; width: 18px; height: 18px; }
details.pillar .acc-icon::before, details.pillar .acc-icon::after {
  content: ""; position: absolute; background: var(--burgundy);
  transition: transform .3s var(--ease), opacity .3s var(--ease);
}
details.pillar .acc-icon::before { top: 8px; left: 0; width: 18px; height: 2px; }
details.pillar .acc-icon::after  { left: 8px; top: 0; width: 2px; height: 18px; }
details.pillar[open] .acc-icon::after { transform: rotate(90deg); opacity: 0; }
details.pillar .acc-body { margin-top: 0.9rem; animation: acc-fade .4s var(--ease); }
details.pillar .acc-body p { color: var(--ink-soft); font-size: 15px; margin: 0; }

