@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Italic.ttf') format('truetype');
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/CormorantGaramond.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/CormorantGaramond-Italic.ttf') format('truetype');
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}

/* ============================================================
   KATJA WELLNESS — CSS
   Design system: Forest Green + Warm Gold + Cream
   Mobile-first, 2026 premium aesthetic
   ============================================================ */

/* ─────────────────── TOKENS ─────────────────── */
:root {
  --c-dark:     #0c1a0e;
  --c-forest:   #1a3a28;
  --c-green:    #2d7a48;
  --c-emerald:  #3eb572;
  --c-sage:     #a8d5b5;
  --c-gold:     #6e873f;
  --c-amber:    #f2c94c;
  --c-rose:     #e05a7a;
  --c-cream:    #fffbf0;
  --c-light:    #f4faf6;
  --c-white:    #ffffff;
  --c-text:     #1a2e1e;
  --c-muted:    #5a7a63;

  --g-gold:     linear-gradient(135deg, #6e873f 0%, #f2c94c 100%);
  --g-green:    linear-gradient(135deg, #1a3a28 0%, #2d7a48 100%);
  --g-dark:     linear-gradient(160deg, #0c1a0e 0%, #12291a 40%, #0c1a0e 100%);
  --g-hero:     linear-gradient(170deg, #071309 0%, #0d2416 35%, #091d10 65%, #061208 100%);

  --shadow-sm:  0 2px 8px rgba(12, 26, 14, 0.12);
  --shadow-md:  0 8px 32px rgba(12, 26, 14, 0.16);
  --shadow-lg:  0 20px 60px rgba(12, 26, 14, 0.22);
  --shadow-gold: 0 8px 40px rgba(110, 135, 63, 0.35);

  --radius-sm:  8px;
  --radius-md:  16px;
  --radius-lg:  28px;
  --radius-xl:  48px;
  --radius-full: 999px;

  --trans-fast: 200ms cubic-bezier(0.4, 0, 0.2, 1);
  --trans-med:  400ms cubic-bezier(0.4, 0, 0.2, 1);
  --trans-slow: 700ms cubic-bezier(0.4, 0, 0.2, 1);

  --section-v: clamp(64px, 10vw, 120px);
  --container: 1200px;
  --header-h:  calc(72px + env(safe-area-inset-top, 0px));
  --ticker-h:  36px;
  --c-nav-bg:  rgba(12, 26, 14, 0.97);
  --c-orb-1:   rgba(45, 122, 72, 0.55);
  --c-orb-2:   rgba(110, 135, 63, 0.45);
  --c-orb-3:   rgba(62, 181, 114, 0.40);
  --c-ticker-bg: rgba(10, 22, 12, 0.98);
  --c-ticker-bd: rgba(110, 135, 63, 0.18);
}

/* ─────────────────── COLOUR THEMES ─────────────────── */
/* Obsidian Rose — dark mauve + rose gold */
html[data-theme="rose"] {
  --c-dark:      #12090d;
  --c-forest:    #2e1420;
  --c-green:     #7a2d4a;
  --c-emerald:   #b56080;
  --c-sage:      #d5a8be;
  --c-gold:      #c9276b;
  --c-amber:     #f27ca8;
  --c-cream:     #fff5f8;
  --c-light:     #faf0f4;
  --c-text:      #2e141d;
  --c-muted:     #7a5a65;
  --g-gold:      linear-gradient(135deg, #c9276b 0%, #f27ca8 100%);
  --g-green:     linear-gradient(135deg, #2e1420 0%, #7a2d4a 100%);
  --g-dark:      linear-gradient(160deg, #12090d 0%, #200f17 40%, #12090d 100%);
  --g-hero:      linear-gradient(170deg, #0d0609 0%, #1e0d14 35%, #160a10 65%, #0d0609 100%);
  --shadow-gold: 0 8px 40px rgba(201, 39, 107, 0.35);
  --c-nav-bg:    rgba(18, 9, 13, 0.97);
  --c-orb-1:     rgba(122, 45, 74, 0.55);
  --c-orb-2:     rgba(201, 39, 107, 0.45);
  --c-orb-3:     rgba(181, 96, 128, 0.40);
  --c-ticker-bg: rgba(22, 10, 18, 0.98);
  --c-ticker-bd: rgba(201, 39, 107, 0.18);
}
/* Midnight Cocoa — espresso + warm caramel */
html[data-theme="cocoa"] {
  --c-dark:      #0f0a06;
  --c-forest:    #2a1e0f;
  --c-green:     #5c3d1e;
  --c-emerald:   #8a6040;
  --c-sage:      #c4a882;
  --c-gold:      #c9842a;
  --c-amber:     #f2b855;
  --c-cream:     #fff9f0;
  --c-light:     #faf4e8;
  --c-text:      #2a1e0f;
  --c-muted:     #7a6555;
  --g-gold:      linear-gradient(135deg, #c9842a 0%, #f2b855 100%);
  --g-green:     linear-gradient(135deg, #2a1e0f 0%, #5c3d1e 100%);
  --g-dark:      linear-gradient(160deg, #0f0a06 0%, #1a1208 40%, #0f0a06 100%);
  --g-hero:      linear-gradient(170deg, #080503 0%, #14100a 35%, #100c07 65%, #080503 100%);
  --shadow-gold: 0 8px 40px rgba(201, 132, 42, 0.35);
  --c-nav-bg:    rgba(15, 10, 6, 0.97);
  --c-orb-1:     rgba(92, 61, 30, 0.55);
  --c-orb-2:     rgba(201, 132, 42, 0.45);
  --c-orb-3:     rgba(138, 96, 64, 0.40);
  --c-ticker-bg: rgba(22, 14, 8, 0.98);
  --c-ticker-bd: rgba(201, 132, 42, 0.18);
}
/* Deep Ocean — dark navy + electric cyan */
html[data-theme="ocean"] {
  --c-dark:      #060c14;
  --c-forest:    #0d1e36;
  --c-green:     #0d4a6e;
  --c-emerald:   #0e7490;
  --c-sage:      #a0d8e8;
  --c-gold:      #0891b2;
  --c-amber:     #22d3ee;
  --c-cream:     #f0f9ff;
  --c-light:     #e8f5fa;
  --c-text:      #0d1e36;
  --c-muted:     #476a80;
  --g-gold:      linear-gradient(135deg, #0891b2 0%, #22d3ee 100%);
  --g-green:     linear-gradient(135deg, #0d1e36 0%, #0d4a6e 100%);
  --g-dark:      linear-gradient(160deg, #060c14 0%, #0a1520 40%, #060c14 100%);
  --g-hero:      linear-gradient(170deg, #030810 0%, #080e1a 35%, #060c14 65%, #030810 100%);
  --shadow-gold: 0 8px 40px rgba(8, 145, 178, 0.35);
  --c-nav-bg:    rgba(6, 12, 20, 0.97);
  --c-orb-1:     rgba(8, 145, 178, 0.55);
  --c-orb-2:     rgba(34, 211, 238, 0.35);
  --c-orb-3:     rgba(14, 116, 144, 0.40);
  --c-ticker-bg: rgba(8, 14, 26, 0.98);
  --c-ticker-bd: rgba(8, 145, 178, 0.18);
}

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

/* ─────────────────── @PROPERTY TYPED CUSTOM PROPERTIES ─────────────────── */
@property --hero-angle {
  syntax: '<angle>';
  inherits: false;
  initial-value: 170deg;
}
@property --gold-angle {
  syntax: '<angle>';
  inherits: false;
  initial-value: 135deg;
}
@property --hero-lift {
  syntax: '<length>';
  inherits: false;
  initial-value: 0px;
}
@property --parallax-y {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 50%;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-h);
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

main:focus { outline: none; }

body {
  font-family: 'Montserrat', system-ui, sans-serif;
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.7;
  overflow-x: hidden;
  color: var(--c-text);
  background: var(--c-cream);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, textarea, select { font-family: inherit; font-size: inherit; }

:where(a, button, input, textarea, select):focus-visible {
  outline: 3px solid rgba(110, 135, 63, 0.72);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: calc(env(safe-area-inset-top, 0px) + 12px);
  left: 12px;
  z-index: 3000;
  padding: 10px 14px;
  border-radius: var(--radius-full);
  background: var(--c-dark);
  color: var(--c-white);
  font-size: 0.82rem;
  font-weight: 700;
  transform: translateY(calc(-100% - 24px));
  transition: transform var(--trans-fast);
}

.skip-link:focus-visible {
  transform: translateY(0);
}

/* ─────────────────── TYPOGRAPHY ─────────────────── */
h1, h2, h3, h4, h5 {
  font-family: 'Cormorant Garamond', 'Montserrat', Georgia, serif;
  line-height: 1.15;
  font-weight: 600;
}
h1 { font-size: clamp(2.8rem, 7vw, 5.2rem); }
h2 { font-size: clamp(2rem, 4.5vw, 3.2rem); }
h3 { font-size: clamp(1.3rem, 2.5vw, 1.8rem); }
h4 { font-size: clamp(1.1rem, 2vw, 1.35rem); }

.section-label {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.9rem, 1.3vw, 1.05rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-green);
  margin-bottom: 14px;
}
.section-label--light {
  color: var(--c-amber);
}
.section-sub {
  color: var(--c-muted);
  margin-top: 10px;
  font-size: 0.95rem;
}

/* ─────────────────── LAYOUT ─────────────────── */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 clamp(16px, 5vw, 48px);
}

.section-header {
  text-align: left;
  margin-bottom: clamp(40px, 6vw, 64px);
}
.section-header--light h2 { color: var(--c-white); }

/* ─────────────────── BUTTONS ─────────────────── */
.btn-gold {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  background: linear-gradient(var(--gold-angle), var(--c-gold), var(--c-amber));
  color: var(--c-dark);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: var(--radius-full);
  box-shadow: var(--shadow-gold);
  transition: transform var(--trans-fast), box-shadow var(--trans-fast),
              filter var(--trans-fast), --gold-angle 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}
.btn-gold:hover {
  --gold-angle: 270deg;
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 12px 48px rgba(110, 135, 63, 0.5);
  filter: brightness(1.08);
}
.btn-gold:active { transform: scale(0.98); }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 30px;
  background: transparent;
  color: var(--c-white);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: var(--radius-full);
  border: 1.5px solid rgba(255,255,255,0.4);
  transition: all var(--trans-fast);
  white-space: nowrap;
}
.btn-ghost:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.7);
}

.btn-outline-dark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 30px;
  background: transparent;
  color: var(--c-text);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: var(--radius-full);
  border: 2px solid var(--c-green);
  transition: all var(--trans-fast);
}
.btn-outline-dark:hover {
  background: var(--c-green);
  color: var(--c-white);
}

.btn-prog {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  background: transparent;
  color: var(--c-green);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: var(--radius-full);
  border: 1.5px solid currentColor;
  transition: all var(--trans-fast);
  white-space: nowrap;
}
.btn-prog:hover {
  background: var(--c-green);
  color: var(--c-white);
}

.btn-header-cta {
  display: none;
  padding: 10px 24px;
  background: var(--g-gold);
  color: var(--c-dark);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: var(--radius-full);
  box-shadow: 0 4px 20px rgba(110, 135, 63, 0.3);
  transition: all var(--trans-fast);
}
.btn-header-cta:hover { filter: brightness(1.08); transform: translateY(-1px); }

.btn-full { display: flex; width: 100%; justify-content: center; white-space: normal; text-align: center; }
.btn-arrow { width: 18px; height: 18px; flex-shrink: 0; }

@media (min-width: 768px) { .btn-header-cta { display: inline-flex; } }

/* ─────────────────── LOGO ─────────────────── */
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.logo-leaf { color: var(--c-gold); display: flex; }
.logo-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--c-white);
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.logo-text em {
  font-style: italic;
  color: var(--c-amber);
}

/* ─────────────────── HEADER ─────────────────── */
#site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  height: var(--header-h);
  background: var(--c-dark);
  transition: background var(--trans-med), box-shadow var(--trans-med);
}
#site-header.scrolled {
  background: rgba(12, 26, 14, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(255,255,255,0.06);
}

.header-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: env(safe-area-inset-top, 0px) clamp(16px, 5vw, 48px) 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.main-nav {
  display: none;
  align-items: center;
  gap: 32px;
}
.main-nav a {
  color: rgba(255,255,255,0.8);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color var(--trans-fast);
  position: relative;
}
.main-nav a::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0; right: 100%;
  height: 1.5px;
  background: var(--c-amber);
  transition: right var(--trans-med);
}
.main-nav a:hover { color: var(--c-white); }
.main-nav a:hover::after { right: 0; }

.header-actions { display: flex; align-items: center; gap: 16px; }

.lang-switcher {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.lang-btn {
  color: rgba(255,255,255,0.5);
  transition: color var(--trans-fast);
  background: none;
  border: none;
  min-width: 34px;
  min-height: 34px;
  padding: 6px 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.lang-btn.active, .lang-btn:hover { color: var(--c-amber); }
.lang-divider { color: rgba(255,255,255,0.2); }

/* Hamburger */
.hamburger {
  width: 40px; height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: var(--radius-sm);
}
.ham-line {
  width: 22px; height: 2px;
  background: var(--c-white);
  border-radius: 2px;
  transition: transform var(--trans-med), opacity var(--trans-fast);
  transform-origin: center;
}
.hamburger.open .ham-line:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open .ham-line:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open .ham-line:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile nav */
.mobile-nav {
  position: fixed;
  top: var(--header-h); left: 0; right: 0; bottom: 0;
  z-index: 999;
  background: var(--c-nav-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity var(--trans-med), transform var(--trans-med);
}
.mobile-nav nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
}
.mobile-nav.open {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}
.mob-link {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 6vw, 2.8rem);
  font-weight: 600;
  color: var(--c-white);
  letter-spacing: 0.04em;
  transition: color var(--trans-fast);
}
.mob-link:hover { color: var(--c-amber); }
.mob-cta { margin-top: 8px; }

@media (min-width: 900px) {
  .main-nav { display: flex; }
  .hamburger { display: none; }
}

/* ─────────────────────────────────────────────────────────
   ✨ ANIMATION 1: AURORA HERO BACKGROUND
   ─────────────────────────────────────────────────────────*/
#hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(var(--hero-angle), #071309 0%, #0d2416 35%, #091d10 65%, #061208 100%);
  padding: calc(var(--header-h) + 40px) clamp(16px, 5vw, 48px) 80px;
}

.aurora-wrap {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.aurora-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  mix-blend-mode: screen;
  will-change: transform;
}

.orb-1 {
  width: 70vw; height: 70vw;
  max-width: 700px; max-height: 700px;
  background: radial-gradient(ellipse, var(--c-orb-1) 0%, transparent 70%);
  top: -20%; left: -15%;
  animation: aurora-drift-1 18s ease-in-out infinite;
}
.orb-2 {
  width: 60vw; height: 60vw;
  max-width: 600px; max-height: 600px;
  background: radial-gradient(ellipse, var(--c-orb-2) 0%, transparent 70%);
  top: 10%; right: -10%;
  animation: aurora-drift-2 24s ease-in-out infinite;
}
.orb-3 {
  width: 50vw; height: 50vw;
  max-width: 500px; max-height: 500px;
  background: radial-gradient(ellipse, var(--c-orb-3) 0%, transparent 70%);
  bottom: -15%; left: 30%;
  animation: aurora-drift-3 20s ease-in-out infinite;
}

@keyframes aurora-drift-1 {
  0%, 100% { transform: translate(0%, 0%) scale(1.1); }
  33%       { transform: translate(6%, -8%) scale(1.3); }
  66%       { transform: translate(-5%, 6%) scale(1.0); }
}
@keyframes aurora-drift-2 {
  0%, 100% { transform: translate(0%, 0%) scale(1.2); }
  40%       { transform: translate(-8%, 6%) scale(1.0); }
  70%       { transform: translate(5%, -5%) scale(1.35); }
}
@keyframes aurora-drift-3 {
  0%, 100% { transform: translate(0%, 0%) scale(1.0); }
  50%       { transform: translate(8%, -12%) scale(1.2); }
}

/* ─────────────────────────────────────────────────────────
   ✨ ANIMATION 2: FLOATING PARTICLES
   ─────────────────────────────────────────────────────────*/
.particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.pt {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  animation: particle-float linear infinite;
}
.pt-1 { width:6px; height:6px; background:rgba(110,135,63,0.7); left:15%; animation-duration:12s; animation-delay:0s; }
.pt-2 { width:4px; height:4px; background:rgba(62,181,114,0.6); left:30%; animation-duration:16s; animation-delay:2s; }
.pt-3 { width:8px; height:8px; background:rgba(110,135,63,0.5); left:50%; animation-duration:14s; animation-delay:4s; }
.pt-4 { width:3px; height:3px; background:rgba(255,255,255,0.5); left:65%; animation-duration:18s; animation-delay:1s; }
.pt-5 { width:5px; height:5px; background:rgba(62,181,114,0.7); left:80%; animation-duration:11s; animation-delay:3s; }
.pt-6 { width:4px; height:4px; background:rgba(242,201,76,0.6); left:22%; animation-duration:15s; animation-delay:5s; }
.pt-7 { width:7px; height:7px; background:rgba(45,122,72,0.5); left:72%; animation-duration:13s; animation-delay:6s; }
.pt-8 { width:3px; height:3px; background:rgba(255,255,255,0.4); left:42%; animation-duration:20s; animation-delay:7s; }

@keyframes particle-float {
  0%   { opacity: 0; transform: translateY(100vh) scale(0.5); }
  10%  { opacity: 1; }
  90%  { opacity: 0.7; }
  100% { opacity: 0; transform: translateY(-10vh) scale(1.2) translateX(30px); }
}

/* Rings */
.hero-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(110, 135, 63, 0.12);
  pointer-events: none;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  animation: ring-pulse 4s ease-in-out infinite;
}
.ring-outer { width: min(90vw, 700px); height: min(90vw, 700px); animation-delay: 0s; }
.ring-inner { width: min(60vw, 460px); height: min(60vw, 460px); animation-delay: 2s; }

@keyframes ring-pulse {
  0%, 100% { opacity: 0.15; transform: translate(-50%, -50%) scale(1); }
  50%       { opacity: 0.4;  transform: translate(-50%, -50%) scale(1.04); }
}

/* ─── Hero exit parallax via @property (Scroll-Driven, Chrome 115+) ─── */
@supports (animation-timeline: view()) {
  #hero {
    animation: hero-gradient-tilt 1ms linear both;
    animation-timeline: view();
    animation-range: exit 0% exit 80%;
  }
  @keyframes hero-gradient-tilt {
    to { --hero-angle: 200deg; }
  }

  .hero-content {
    animation: hero-content-lift 1ms linear both;
    animation-timeline: view();
    animation-range: exit 0% exit 60%;
  }
  @keyframes hero-content-lift {
    to { --hero-lift: -50px; }
  }

  /* Step 3: photo parallax via object-position */
  .step-cover img {
    animation: step-photo-parallax 1ms linear both;
    animation-timeline: view();
    animation-range: cover 0% cover 100%;
  }
  @keyframes step-photo-parallax {
    from { --parallax-y: 30%; }
    to   { --parallax-y: 70%; }
  }
}

/* Hero text */
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
  transform: translateY(var(--hero-lift));
}
.hero-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--c-amber);
  margin-bottom: 20px;
  padding: 6px 18px;
  border-radius: var(--radius-full);
  border: 1px solid rgba(242, 201, 76, 0.4);
  background: rgba(242, 201, 76, 0.08);
  backdrop-filter: blur(4px);
}
.hero-title {
  color: var(--c-white);
  margin-bottom: 20px;
  text-shadow: 0 2px 40px rgba(0,0,0,0.4);
}
.hero-title em {
  font-style: italic;
  color: var(--c-amber);
  background: linear-gradient(90deg, #6e873f, #f2c94c, #6e873f);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer-text 4s linear infinite;
}
@keyframes shimmer-text {
  0%   { background-position: 0% center; }
  100% { background-position: 200% center; }
}

.hero-sub {
  color: rgba(255,255,255,0.78);
  font-size: clamp(1rem, 2vw, 1.15rem);
  max-width: 620px;
  margin: 0 auto 36px;
  font-weight: 300;
}
.hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.hero-inst-preview {
  display: none;
  width: min(100%, 360px);
  margin: 24px auto 0;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: 0 18px 42px rgba(0,0,0,0.24);
  background: rgba(255,255,255,0.04);
  transition: transform var(--trans-med), box-shadow var(--trans-med), border-color var(--trans-fast);
}

.hero-inst-preview img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-inst-preview:hover {
  transform: translateY(-4px);
  border-color: rgba(110,135,63,0.42);
  box-shadow: 0 24px 56px rgba(0,0,0,0.3);
}

/* Social buttons */
.hero-socials {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 28px;
}
.soc-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.16);
  color: rgba(255,255,255,0.75);
  transition: background var(--trans-fast), border-color var(--trans-fast), color var(--trans-fast), transform var(--trans-fast);
  flex-shrink: 0;
}
.soc-btn:hover { transform: translateY(-3px); color: #fff; border-color: transparent; }
.soc-ig:hover  { background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
.soc-fb:hover  { background: #1877F2; }
.soc-wa:hover  { background: #25D366; }

/* ─────────────────── HERO LAYOUT + VIDEO CARD ─────────────────── */
.hero-layout {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
}

.hero-media-stack {
  order: -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  width: min(100%, 340px);
  flex-shrink: 0;
}

/* ── Mobile hero: tight layout to fit content on one screen ── */
@media (max-width: 959px) {
  #hero {
    justify-content: flex-start;
    /* Ticker already pushes hero below the fixed header — only need small padding */
    padding-top: 16px;
    padding-bottom: 44px;
  }
  .hero-layout { gap: 20px; }
  .hero-media-stack {
    gap: 16px;
    margin-bottom: 8px;
  }
  .hero-media-stack .hero-video-card {
    width: min(88vw, 340px);
    max-height: none;
    aspect-ratio: 3 / 4;
    border-radius: 22px;
  }
  .hero-badge    { margin-bottom: 12px; }
  .hero-title    { margin-bottom: 14px; }
  .hero-sub      { margin-bottom: 20px; }
  .hero-inst-preview { margin-top: 18px; border-radius: 24px; }
  .hero-socials  { margin-top: 16px; }
}

@media (max-width: 520px) {
  .header-inner {
    gap: 10px;
  }

  .header-actions {
    gap: 8px;
  }

  .logo {
    gap: 8px;
    min-width: 0;
  }

  .logo-text {
    font-size: clamp(1.08rem, 5vw, 1.28rem);
  }

  .logo-leaf svg {
    width: 32px;
    height: 32px;
  }

  .lang-switcher {
    gap: 2px;
  }

  .lang-btn {
    min-width: 30px;
    min-height: 34px;
    padding-inline: 5px;
  }

  .hero-title {
    font-size: clamp(2.22rem, 12vw, 3rem);
    line-height: 1.08;
  }

  .hero-sub {
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .hero-btns .btn-gold,
  .hero-btns .btn-ghost {
    width: min(100%, 340px);
    justify-content: center;
    white-space: normal;
  }
}

@media (min-width: 960px) {
  .hero-layout {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 64px;
    text-align: left;
  }
  .hero-layout .hero-content {
    text-align: left;
    max-width: 580px;
  }
  .hero-layout .hero-sub {
    margin-left: 0;
    text-align: left;
  }
  .hero-layout .hero-btns,
  .hero-layout .hero-socials {
    justify-content: flex-start;
  }
  .hero-media-stack {
    order: 0;
    width: clamp(220px, 26vw, 340px);
    gap: 20px;
  }
  .hero-layout .hero-inst-preview {
    display: none;
  }
  .hero-media-stack .hero-video-card {
    order: 0;
    width: clamp(220px, 26vw, 340px);
  }
}

.hero-video-card {
  order: -1;
  flex-shrink: 0;
  width: min(100%, 320px);
  aspect-ratio: 3 / 4;
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(110, 135, 63, 0.4);
  box-shadow: 0 0 80px rgba(110, 135, 63, 0.12), var(--shadow-lg);
  background: rgba(7, 19, 9, 0.7);
  backdrop-filter: blur(16px);
}

.hero-photo-card .hero-video-overlay,
.hero-photo-card .hero-play-btn {
  display: none;
}

.hero-photo {
  object-position: center 15%;
}

.hero-video-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Static poster layer that covers the whole load/metadata gap, so the video
   element is never shown while its real dimensions are still unknown (which
   would make object-fit: cover briefly zoom the first frame). Removed in JS
   once the stream is actually playing. Sits above the video but below the
   overlay/controls/caption by DOM order — no z-index needed. */
.hero-video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity var(--trans-med);
}
.hero-video-poster.hidden {
  opacity: 0;
  pointer-events: none;
}

.hero-video-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(7, 19, 9, 0.35);
  transition: background var(--trans-med);
}
.hero-video-overlay.hidden {
  background: transparent;
}
.hero-video-overlay.hidden .hero-play-btn {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8);
}

.hero-play-btn {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background: var(--g-gold);
  color: var(--c-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-gold);
  transition: transform var(--trans-fast), box-shadow var(--trans-fast), opacity var(--trans-med);
}
.hero-play-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 48px rgba(110, 135, 63, 0.6);
}

.hero-video-caption {
  position: absolute;
  bottom: -2px;
  left: -1px;
  right: -1px;
  padding: 40px 16px 16px;
  background: linear-gradient(to top, rgba(7, 19, 9, 0.95) 0%, rgba(7, 19, 9, 0.7) 40%, transparent 100%);
  text-align: center;
}
.hero-video-caption-text {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-amber);
}

.hero-video-controls {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  gap: 8px;
  transition: opacity var(--trans-fast);
}
.hero-video-controls.hidden {
  opacity: 0;
  pointer-events: none;
}

.hero-ctrl-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background: rgba(7, 19, 9, 0.62);
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
  transition: background var(--trans-fast), transform var(--trans-fast);
}
.hero-ctrl-btn:hover {
  background: rgba(7, 19, 9, 0.85);
  transform: scale(1.1);
}

/* ─────────────────── STATS ─────────────────── */
/* ─────────────────── STATS TICKER ─────────────────── */
#stats-ticker {
  margin-top: var(--header-h);
  height: var(--ticker-h);
  background: var(--c-ticker-bg);
  border-bottom: 1px solid var(--c-ticker-bd);
  overflow: hidden;
  display: flex;
  align-items: center;
}
.ticker-track {
  display: flex;
  align-items: center;
  gap: 0;
  white-space: nowrap;
  will-change: transform;
  animation: ticker-scroll 28s linear infinite;
}
#stats-ticker:hover .ticker-track {
  animation-play-state: paused;
}
.tick-item {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  padding: 0 28px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  white-space: nowrap;
}
.tick-item strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-weight: 700;
  font-style: italic;
  color: var(--c-amber);
  letter-spacing: 0.02em;
}
.tick-sep {
  color: rgba(110,135,63,0.4);
  font-size: 0.5rem;
  flex-shrink: 0;
  select: none;
  user-select: none;
}
@keyframes ticker-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ─────────────────── ABOUT ─────────────────── */
#about {
  padding: var(--section-v) 0;
  background: var(--c-cream);
  overflow: hidden;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(40px, 6vw, 72px);
  align-items: center;
}

/* About visual */
.about-visual { position: relative; display: flex; justify-content: center; }
.about-img-wrap { position: relative; width: min(380px, 100%); }

/* ─────────────────────────────────────────────────────────
   ✨ ANIMATION 3: BLOB MORPHING
   ─────────────────────────────────────────────────────────*/
.blob-morph {
  position: absolute;
  inset: -20px;
  border-radius: 60% 40% 55% 45% / 45% 55% 40% 60%;
  background: linear-gradient(135deg, rgba(45, 122, 72, 0.15) 0%, rgba(110, 135, 63, 0.12) 100%);
  animation: blob-morph 8s ease-in-out infinite;
  z-index: 0;
}
@keyframes blob-morph {
  0%, 100% { border-radius: 60% 40% 55% 45% / 45% 55% 40% 60%; transform: scale(1) rotate(0deg); }
  25%       { border-radius: 45% 55% 40% 60% / 60% 40% 55% 45%; transform: scale(1.04) rotate(3deg); }
  50%       { border-radius: 40% 60% 45% 55% / 55% 45% 60% 40%; transform: scale(0.97) rotate(-2deg); }
  75%       { border-radius: 55% 45% 60% 40% / 40% 60% 45% 55%; transform: scale(1.02) rotate(2deg); }
}

.about-photo-frame {
  position: relative;
  z-index: 1;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 3/4;
  box-shadow: var(--shadow-lg);
  border: 2px solid rgba(110,135,63,0.3);
  background: #0c1a0e;
}
.about-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

/* Floating badges */
.about-badge {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(255,255,255,0.95);
  border-radius: var(--radius-full);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--c-text);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(8px);
  z-index: 2;
  white-space: nowrap;
  border: 1px solid rgba(110,135,63,0.2);
  animation: badge-float 3s ease-in-out infinite;
}
.badge-sib { bottom: 24px; left: -16px; animation-delay: 0s; }
.badge-cert { top: 32px; right: -10px; animation-delay: 1.5s; }
.about-badge svg { color: var(--c-green); width: 16px; height: 16px; }
@keyframes badge-float {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-6px); }
}

/* About text */
.about-text {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.about-intro,
.about-copy {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.about-text h2 { color: var(--c-text); margin-top: -4px; }
.about-role {
  color: var(--c-green);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: -10px;
}
.about-text p { color: var(--c-muted); }

.about-text .about-visual {
  margin: 6px 0 10px;
}

@media (min-width: 960px) {
  .about-text {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
    column-gap: clamp(40px, 6vw, 72px);
    row-gap: 22px;
    align-items: start;
  }

  .about-intro {
    grid-column: 1;
    grid-row: 1;
  }

  .about-text .about-visual {
    grid-column: 2;
    grid-row: 1 / span 2;
    margin: 0;
    justify-content: flex-end;
  }

  .about-copy {
    grid-column: 1;
    grid-row: 2;
  }
}

.cert-list { display: flex; flex-direction: column; gap: 10px; margin: 6px 0; }
.cert-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--c-text);
}
.cert-icon {
  width: 18px; height: 18px;
  color: var(--c-gold);
  flex-shrink: 0;
}

/* ─────────────────── PROGRAMS ─────────────────── */
#programs {
  padding: var(--section-v) 0;
  background: var(--g-dark);
}
#programs .section-label { color: var(--c-amber); }
#programs .section-header h2 { color: var(--c-white); }
#programs .section-sub { color: rgba(255,255,255,0.6); }
.programs-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 600px) { .programs-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .programs-grid { grid-template-columns: repeat(4, 1fr); } }

/* Program cards - Animation 4: 3D Tilt on hover */
.prog-card {
  background: var(--c-white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1.5px solid rgba(45,122,72,0.1);
  transition: box-shadow var(--trans-med), border-color var(--trans-med);
  display: flex;
  flex-direction: column;
  position: relative;
  transform-style: preserve-3d;
  will-change: transform;
}
.prog-card:hover {
  box-shadow: var(--shadow-lg);
  border-color: rgba(110, 135, 63, 0.4);
}
.prog-card--featured {
  border-color: rgba(110, 135, 63, 0.5);
  box-shadow: 0 4px 24px rgba(110,135,63,0.2);
}
.prog-card--featured:hover {
  box-shadow: 0 20px 60px rgba(110,135,63,0.35);
}

.prog-popular-tag {
  position: absolute;
  top: 14px; right: 14px;
  z-index: 3;
  background: var(--g-gold);
  color: var(--c-dark);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: var(--radius-full);
}

.prog-card--featured .prog-card-top {
  padding-top: 52px;
}

.prog-card-top {
  padding: 32px 24px 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.c1 { background: linear-gradient(135deg, #0c1a0e 0%, #1a3a28 100%); }
.c2 { background: linear-gradient(135deg, #1a2808 0%, #2d4a1a 100%); }
.c3 { background: linear-gradient(135deg, #1a1408 0%, #3a2e08 100%); }
.c4 { background: linear-gradient(135deg, #0a1a1e 0%, #1a3038 100%); }

.prog-card-title {
  margin: 0;
  color: rgba(255,255,255,0.96);
  font-size: clamp(1.28rem, 1rem + 0.7vw, 1.7rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  max-width: 12ch;
}
.prog-duration-badge {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  background: rgba(255,255,255,0.12);
  border-radius: var(--radius-full);
  color: rgba(255,255,255,0.8);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.prog-card-body { flex: 1; padding: 20px 24px; }
.prog-desc { color: var(--c-muted); font-size: 0.88rem; margin-bottom: 18px; }

.prog-features { display: flex; flex-direction: column; gap: 8px; }
.prog-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.85rem;
  color: var(--c-text);
}
.prog-features li svg {
  width: 16px; height: 16px;
  color: var(--c-green);
  flex-shrink: 0;
  margin-top: 2px;
}

.prog-card-foot {
  padding: 16px 24px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(45,122,72,0.08);
  gap: 12px;
  flex-wrap: wrap;
}
.prog-card-foot .btn-gold {
  padding: 10px 22px;
  font-size: 0.82rem;
  box-shadow: none;
  flex-shrink: 1;
  min-width: 0;
}
.prog-card-foot .btn-outline-dark {
  padding: 8px 18px;
  font-size: 0.76rem;
  box-shadow: none;
  flex-shrink: 1;
  min-width: 0;
}
.prog-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--c-text);
  line-height: 1;
}
.prog-price span { font-size: 1.2rem; }
.prog-price-note {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  color: var(--c-muted);
  letter-spacing: 0.04em;
  margin-top: 3px;
  opacity: 0.8;
}
.prog-price--req {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--c-muted);
  letter-spacing: 0.06em;
}

/* ─────────────────── PROG ACCORDION ─────────────────── */
.prog-accordion {
  margin: 2px 24px 0;
}
.prog-accordion-toggle {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 6px 0 10px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--c-muted);
  transition: color var(--trans-fast);
  opacity: 0.75;
}
.prog-accordion-toggle:hover { opacity: 1; color: var(--c-green); }
.prog-card--featured .prog-accordion-toggle:hover { color: var(--c-gold); }
.accordion-chevron {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: rotate 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.prog-accordion-toggle.is-open .accordion-chevron { rotate: 180deg; }

/* Grid-height animation — works without knowing final height */
.prog-accordion-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.prog-accordion-body.is-open { grid-template-rows: 1fr; }
.prog-accordion-inner {
  overflow: hidden;
  padding-bottom: 0;
  transition: padding-bottom 0.35s ease;
}
.prog-accordion-body.is-open .prog-accordion-inner { padding-bottom: 16px; }

.prog-acd-section { margin-top: 10px; }
.prog-acd-section:first-child { margin-top: 4px; }
.prog-acd-section h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-muted);
  margin-bottom: 5px;
}
.prog-acd-section ul {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.prog-acd-section ul li,
.prog-acd-section p {
  font-size: 0.8rem;
  color: var(--c-text);
  opacity: 0.82;
  padding-left: 12px;
  position: relative;
  line-height: 1.45;
}
.prog-acd-section p { padding-left: 0; }
.prog-acd-section ul li::before {
  content: '·';
  position: absolute;
  left: 0;
  color: var(--c-green);
  font-weight: 700;
}
.prog-card--featured .prog-acd-section ul li::before { color: var(--c-gold); }

/* ─────────────────── METHOD ─────────────────── */
#method {
  padding: var(--section-v) 0;
  background: var(--c-dark);
  position: relative;
  overflow: hidden;
}
.method-bg { position: absolute; inset: 0; pointer-events: none; }
.method-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.35;
}
.m-orb-1 {
  width: 500px; height: 500px;
  background: radial-gradient(ellipse, var(--c-orb-1), transparent);
  top: -100px; left: -100px;
  animation: method-orb-float 16s ease-in-out infinite;
}
.m-orb-2 {
  width: 400px; height: 400px;
  background: radial-gradient(ellipse, var(--c-orb-2), transparent);
  bottom: -80px; right: -80px;
  animation: method-orb-float 20s ease-in-out infinite reverse;
}
@keyframes method-orb-float {
  0%, 100% { transform: translate(0, 0); }
  50%       { transform: translate(40px, -30px); }
}

#method .section-header {
  max-width: 760px;
}
#method .section-header h2 { color: var(--c-white); }
.method-sub {
  max-width: 48ch;
  color: rgba(255,255,255,0.68);
}

.steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  position: relative;
  z-index: 1;
}

.steps-grid::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 22px;
  width: 1px;
  background: linear-gradient(to bottom, rgba(110,135,63,0), rgba(110,135,63,0.48), rgba(110,135,63,0));
  pointer-events: none;
}

.step-item {
  position: relative;
  min-height: clamp(300px, 64vw, 430px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  text-align: left;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.09);
  overflow: hidden;
  box-shadow: 0 18px 52px rgba(5,14,7,0.2);
  transition: border-color var(--trans-med), transform var(--trans-med), box-shadow var(--trans-med);
}
.step-item:hover {
  border-color: rgba(110,135,63,0.34);
  transform: translateY(-4px);
  box-shadow: 0 24px 68px rgba(5,14,7,0.28);
}

.step-marker {
  position: absolute;
  top: 28px;
  left: 13px;
  z-index: 3;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--g-gold);
  box-shadow: 0 0 0 7px rgba(110,135,63,0.12), 0 0 28px rgba(110,135,63,0.32);
}

.step-cover {
  position: absolute;
  inset: 0;
}
.step-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% var(--parallax-y);
  display: block;
  transition: transform var(--trans-slow);
}
.step-item:hover .step-cover img {
  transform: scale(1.05);
}
.step-cover::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(7,19,9,0.96) 0%, rgba(7,19,9,0.78) 42%, rgba(7,19,9,0.2) 100%),
    linear-gradient(to top, rgba(7,19,9,0.86), rgba(7,19,9,0));
  pointer-events: none;
}
.step-body {
  position: relative;
  z-index: 1;
  min-height: 100%;
  padding: clamp(24px, 5vw, 38px) clamp(24px, 5vw, 42px) clamp(24px, 5vw, 38px) clamp(54px, 8vw, 74px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.step-meta {
  position: absolute;
  top: clamp(22px, 4vw, 34px);
  right: clamp(22px, 4vw, 34px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
.step-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(3rem, 2.1rem + 2vw, 4.6rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--c-gold);
  margin: 0;
  opacity: 0.98;
  text-shadow: 0 4px 14px rgba(7,19,9,0.38);
  line-height: 0.86;
}
.step-kicker {
  width: fit-content;
  padding: 6px 10px;
  border-radius: var(--radius-full);
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.78);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
}
.step-item h4 {
  color: var(--c-white);
  margin: 0 0 12px;
  max-width: 17ch;
  font-size: clamp(1.55rem, 1.22rem + 1.1vw, 2.15rem);
  line-height: 1.08;
  text-wrap: balance;
}
.step-item p {
  margin: 0;
  max-width: 36ch;
  color: rgba(255,255,255,0.82);
  font-size: clamp(0.94rem, 0.9rem + 0.16vw, 1.04rem);
  line-height: 1.62;
  text-wrap: balance;
}

@media (min-width: 760px) {
  .steps-grid {
    gap: clamp(28px, 5vw, 46px);
  }

  .steps-grid::before {
    top: 10px;
    bottom: 10px;
    left: 50%;
    right: auto;
    width: 1px;
    height: auto;
    background: linear-gradient(to bottom, rgba(110,135,63,0), rgba(110,135,63,0.5), rgba(110,135,63,0));
  }

  .step-item {
    width: min(47%, 560px);
    min-height: 390px;
  }

  .step-item:nth-child(odd) {
    justify-self: start;
  }

  .step-item:nth-child(even) {
    justify-self: end;
  }

  .step-marker {
    top: 50%;
    left: auto;
    transform: translateY(-50%);
  }

  .step-item:nth-child(odd) .step-marker {
    right: calc(-6.5% - 9px);
  }

  .step-item:nth-child(even) .step-marker {
    left: calc(-6.5% - 9px);
  }
}

@media (min-width: 1120px) {
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 44px;
    padding-top: 10px;
  }

  .steps-grid::before {
    top: 18px;
    bottom: 18px;
    left: 50%;
    right: auto;
  }

  .step-item,
  .step-item:nth-child(odd),
  .step-item:nth-child(even) {
    width: min(47%, 570px);
    min-height: 420px;
  }

  .step-item:nth-child(even) {
    margin-top: 0;
    justify-self: end;
  }

  .step-item:nth-child(odd) {
    justify-self: start;
  }

  .step-marker {
    top: 50%;
    transform: translateY(-50%);
  }

  .step-item:nth-child(odd) .step-marker {
    left: auto;
    right: calc(-6.4% - 9px);
  }

  .step-item:nth-child(even) .step-marker {
    left: calc(-6.4% - 9px);
    right: auto;
  }

  .step-body {
    padding: 34px 34px 32px;
  }

  .step-meta {
    top: 30px;
    right: 30px;
  }

  .step-kicker {
    font-size: 0.68rem;
  }

  .step-item h4 {
    max-width: 16ch;
    font-size: clamp(1.62rem, 1.15rem + 1vw, 2rem);
  }

  .step-item p {
    max-width: 34ch;
    font-size: 0.98rem;
    line-height: 1.62;
  }
}

.method-cta { text-align: center; margin-top: clamp(32px, 5vw, 56px); position: relative; z-index: 1; }

/* ─────────────────── PARTNER ─────────────────── */
#partner {
  padding: var(--section-v) 0;
  background: var(--c-cream);
}
.partner-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(40px, 6vw, 72px);
  align-items: center;
}


.partner-text { display: flex; flex-direction: column; gap: 16px; }
.partner-text h2 { color: var(--c-text); }
.partner-text p { color: var(--c-muted); }

.partner-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 4px;
}

.partner-link {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--c-green);
  text-decoration: none;
  border-bottom: 1px solid rgba(120,139,111,0.35);
  padding-bottom: 3px;
  transition: color var(--trans-fast), border-color var(--trans-fast);
}

.partner-link:hover {
  color: var(--c-gold);
  border-color: rgba(110,135,63,0.58);
}

.partner-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}

/* Partner logo in partner visual column */
.sw-logo-wrap {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.sw-logo-wrap::before,
.sw-logo-wrap::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 20%;
  z-index: 1;
  pointer-events: none;
}
.sw-logo-wrap::before {
  left: 0;
  background: linear-gradient(to right, var(--c-cream), transparent);
}
.sw-logo-wrap::after {
  right: 0;
  background: linear-gradient(to left, var(--c-cream), transparent);
}
.sw-logo-wrap img {
  width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: cover;
  object-position: center 30%;
  display: block;
  border-radius: 16px;
}

.partner-badge {
  position: absolute;
  bottom: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: var(--c-white);
  border-radius: var(--radius-full);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--c-text);
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(110,135,63,0.25);
  animation: badge-float 4s ease-in-out infinite;
}

.nutri-visual-card {
  position: relative;
  width: min(100%, 420px);
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(24px, 4vw, 38px);
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(138,168,79,0.28), transparent 32%),
    radial-gradient(circle at 84% 28%, rgba(120,139,111,0.22), transparent 30%),
    url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22132%22%20height%3D%22132%22%20viewBox%3D%220%200%20132%20132%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%236e873f%22%20stroke-width%3D%221.4%22%20opacity%3D%220.13%22%3E%3Crect%20x%3D%2210%22%20y%3D%2222%22%20width%3D%2240%22%20height%3D%2217%22%20rx%3D%228.5%22%20transform%3D%22rotate(-22%2030%2030)%22%2F%3E%3Crect%20x%3D%2284%22%20y%3D%2290%22%20width%3D%2240%22%20height%3D%2217%22%20rx%3D%228.5%22%20transform%3D%22rotate(28%20104%2098)%22%2F%3E%3Ccircle%20cx%3D%2292%22%20cy%3D%2234%22%20r%3D%224%22%2F%3E%3Ccircle%20cx%3D%22108%22%20cy%3D%2244%22%20r%3D%224%22%2F%3E%3Ccircle%20cx%3D%22100%22%20cy%3D%2220%22%20r%3D%224%22%2F%3E%3Cpath%20d%3D%22M95%2032l10%207M99%2024l1-1%22%2F%3E%3Cpath%20d%3D%22M96%2031l3-7%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2298%22%20r%3D%224%22%2F%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%22106%22%20r%3D%224%22%2F%3E%3Cpath%20d%3D%22M28%20100l9%205%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%236e873f%22%20opacity%3D%220.08%22%3E%3Ccircle%20cx%3D%2266%22%20cy%3D%2264%22%20r%3D%222.4%22%2F%3E%3Ccircle%20cx%3D%22120%22%20cy%3D%2214%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%22120%22%20r%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") 0 0 / 132px 132px repeat,
    linear-gradient(145deg, #fdf6ea 0%, #efe1cf 100%);
  border: 1px solid rgba(110,135,63,0.22);
  box-shadow: var(--shadow-lg);
}

.nutri-visual-card::after {
  content: '';
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(110,135,63,0.18);
  border-radius: 14px;
  pointer-events: none;
}

.nutri-visual-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.nutri-head-text {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.nutri-kicker {
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-green);
}
.nutri-title {
  max-width: 14ch;
  font-size: clamp(1.35rem, 1rem + 1.4vw, 2.1rem);
  line-height: 1.05;
  font-family: 'Cormorant Garamond', Georgia, serif;
  color: var(--c-text);
}

/* "30+ years" experience seal (manufacturer trust mark) */
.nutri-seal {
  position: relative;
  flex-shrink: 0;
  width: 94px;
  height: 94px;
  display: grid;
  place-items: center;
  gap: 1px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background: radial-gradient(circle at 50% 32%, var(--c-emerald) 0%, var(--c-green) 62%, var(--c-forest) 100%);
  box-shadow: 0 14px 30px rgba(47,42,37,0.22), inset 0 0 0 1px rgba(255,255,255,0.18);
}
.nutri-seal-laurel {
  position: absolute;
  inset: 7px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  color: rgba(255,255,255,0.55);
  pointer-events: none;
}
.nutri-seal-num {
  position: relative;
  z-index: 1;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 0.88;
}
.nutri-seal-num sup {
  font-size: 0.55em;
  vertical-align: super;
}
.nutri-seal-label {
  position: relative;
  z-index: 1;
  max-width: 9ch;
  font-size: 0.47rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  line-height: 1.15;
  opacity: 0.92;
}

.nutri-pill-grid {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.nutri-pill-grid span {
  padding: 8px 12px;
  border-radius: var(--radius-full);
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(110,135,63,0.22);
  color: var(--c-text);
  font-size: 0.78rem;
  font-weight: 700;
}

.nutri-note {
  position: relative;
  z-index: 1;
  max-width: 34ch;
  color: var(--c-muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

/* ─────────────────── EDUCATION ─────────────────── */
#education {
  padding: var(--section-v) 0;
  background: linear-gradient(180deg, var(--c-light) 0%, #f1e6d6 100%);
}

.education-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

@media (min-width: 700px) {
  .education-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1100px) {
  .education-grid { grid-template-columns: repeat(4, 1fr); }
}

.education-item {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: clamp(22px, 3vw, 28px);
  border-radius: 18px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(110,135,63,0.17);
  box-shadow: var(--shadow-sm);
}

.education-kicker {
  width: fit-content;
  padding: 5px 10px;
  border-radius: var(--radius-full);
  background: rgba(120,139,111,0.12);
  color: var(--c-green);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.education-item h3 {
  color: var(--c-text);
  font-size: clamp(1.25rem, 1rem + 0.55vw, 1.55rem);
  line-height: 1.12;
}

.education-item p {
  color: var(--c-muted);
  font-size: 0.92rem;
  line-height: 1.62;
}

/* ─────────────────── TESTIMONIALS ─────────────────── */
#testimonials {
  padding: var(--section-v) 0;
  background:
    linear-gradient(180deg, var(--c-light) 0%, var(--c-cream) 54%, #f1e6d6 100%);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

#testimonials::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(26,58,40,0.035) 0 1px, transparent 1px 92px),
    linear-gradient(118deg, transparent 0 24%, rgba(110,135,63,0.08) 24% 24.35%, transparent 24.35% 100%);
  opacity: 0.78;
}

.testi-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(34px, 6vw, 72px);
  position: relative;
  z-index: 1;
}

.testi-copy {
  max-width: 620px;
}

.testi-copy h2 {
  max-width: 10ch;
}

.testi-copy .section-sub {
  max-width: 36ch;
  margin-top: 16px;
}

.testi-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.testi-proof-row span {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  padding: 10px 14px;
  border-radius: var(--radius-full);
  color: var(--c-text);
  background: rgba(255,255,255,0.64);
  border: 1px solid rgba(110,135,63,0.2);
  box-shadow: 0 10px 28px rgba(12,26,14,0.08);
}

.testi-proof-row strong {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.35rem;
  line-height: 1;
  color: var(--c-green);
}

.testi-proof-row small {
  color: var(--c-muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.testi-wall {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.testi-card {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2vw, 18px);
  padding: clamp(20px, 3vw, 30px);
  border-radius: 20px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.9), rgba(255,251,240,0.76));
  border: 1px solid rgba(45,122,72,0.12);
  box-shadow: 0 16px 42px rgba(12,26,14,0.11);
  transition: transform var(--trans-med), box-shadow var(--trans-med), border-color var(--trans-med);
}

.testi-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--c-gold), rgba(110,135,63,0));
  opacity: 0.78;
}

.testi-card:hover {
  transform: translateY(-5px);
  border-color: rgba(110,135,63,0.28);
  box-shadow: 0 22px 58px rgba(12,26,14,0.16);
}

.testi-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testi-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--g-green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.05rem;
  font-weight: 700;
  font-style: italic;
  color: var(--c-amber);
  flex-shrink: 0;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12);
}

.testi-author {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.testi-author strong {
  font-size: 0.92rem;
  line-height: 1.25;
  font-weight: 700;
  color: var(--c-text);
}

.testi-author span {
  font-size: 0.76rem;
  line-height: 1.35;
  color: var(--c-muted);
}

.testi-card blockquote {
  flex: 1;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.08rem, 1rem + 0.34vw, 1.34rem);
  font-style: italic;
  color: var(--c-text);
  line-height: 1.48;
}

.testi-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(45,122,72,0.12);
}

.testi-card-foot span:first-child {
  min-width: 0;
  color: var(--c-green);
  font-size: 0.75rem;
  font-weight: 800;
}

.testi-rating {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 28px;
  padding: 4px 9px;
  border-radius: var(--radius-full);
  background: rgba(110,135,63,0.13);
  color: var(--c-green);
  font-size: 0.78rem;
  font-weight: 800;
  flex-shrink: 0;
}

.testi-card--feature {
  background:
    linear-gradient(145deg, rgba(12,26,14,0.98), rgba(26,58,40,0.96) 58%, rgba(13,36,22,0.98));
  border-color: rgba(110,135,63,0.34);
  box-shadow: 0 22px 64px rgba(12,26,14,0.24);
}

.testi-card--feature::before {
  background: linear-gradient(90deg, var(--c-amber), rgba(255,255,255,0.18), rgba(110,135,63,0));
}

.testi-card--feature .testi-avatar {
  color: var(--c-dark);
  background: var(--g-gold);
}

.testi-card--feature .testi-author strong,
.testi-card--feature blockquote {
  color: var(--c-white);
}

.testi-card--feature .testi-author span,
.testi-card--feature .testi-card-foot span:first-child {
  color: rgba(255,255,255,0.66);
}

.testi-card--feature .testi-card-foot {
  border-color: rgba(255,255,255,0.13);
}

.testi-card--feature .testi-rating {
  color: var(--c-dark);
  background: var(--g-gold);
}

.testi-card--soft {
  background:
    linear-gradient(145deg, rgba(255,251,240,0.94), rgba(244,250,246,0.86));
  border-color: rgba(110,135,63,0.24);
}

@media (min-width: 700px) {
  .testi-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .testi-card:nth-child(even) { margin-top: 34px; }
  .testi-card:nth-child(3n) { margin-top: 12px; }
}

@media (min-width: 1024px) {
  .testi-layout {
    grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
    align-items: start;
  }

  .testi-copy {
    position: sticky;
    top: calc(var(--header-h) + 32px);
  }

  .testi-wall {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
  }

  .testi-card { grid-column: span 6; }
  .testi-card--feature,
  .testi-card--soft,
  .testi-card:nth-child(4) { grid-column: span 7; }
  .testi-card--slim,
  .testi-card:nth-child(2) { grid-column: span 5; }

  .testi-card:nth-child(2) { margin-top: 52px; }
  .testi-card:nth-child(3) { margin-top: 14px; }
  .testi-card:nth-child(4) { margin-top: 36px; }
  .testi-card:nth-child(5) { margin-top: 0; }
  .testi-card:nth-child(6) { margin-top: 42px; }
}

@media (max-width: 420px) {
  .testi-proof-row span {
    width: 100%;
    justify-content: space-between;
  }

  .testi-card {
    border-radius: 18px;
  }
}

/* ─────────────────── CONTACT ─────────────────── */
#contact {
  padding: var(--section-v) 0;
  background: var(--g-dark);
  position: relative;
  overflow: hidden;
}
.contact-bg { position: absolute; inset: 0; pointer-events: none; }
.contact-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.3;
}
.co-1 {
  width: 500px; height: 500px;
  background: radial-gradient(ellipse, var(--c-orb-1), transparent);
  top: -100px; right: -50px;
  animation: method-orb-float 18s ease-in-out infinite;
}
.co-2 {
  width: 400px; height: 400px;
  background: radial-gradient(ellipse, var(--c-orb-2), transparent);
  bottom: -80px; left: -60px;
  animation: method-orb-float 22s ease-in-out infinite reverse;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  position: relative;
  z-index: 1;
  min-width: 0;
}
@media (min-width: 768px) { .contact-grid { grid-template-columns: 1fr 1fr; align-items: start; gap: clamp(40px, 6vw, 64px); } }

/* Contact info */
.contact-info { display: flex; flex-direction: column; gap: 20px; }
.contact-info h2 { color: var(--c-white); }
.contact-info > p { color: rgba(255,255,255,0.7); }

.contact-items { display: flex; flex-direction: column; gap: 16px; margin-top: 8px; }
.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: rgba(255,255,255,0.06);
  border-radius: var(--radius-md);
  border: 1px solid rgba(255,255,255,0.08);
  transition: background var(--trans-fast), border-color var(--trans-fast);
  text-decoration: none;
  color: inherit;
  min-width: 0;
  overflow: hidden;
}
.contact-item:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(110,135,63,0.3);
}
.ci-icon {
  width: 44px; height: 44px;
  background: rgba(110,135,63,0.15);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-amber);
  flex-shrink: 0;
}
.ci-icon svg { width: 20px; height: 20px; }
.ci-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; overflow: hidden; }
.ci-text span { font-size: 0.72rem; color: rgba(255,255,255,0.5); letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600; }
.ci-text strong { font-size: 0.9rem; color: var(--c-white); font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* Contact form */
.contact-form-wrap {
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1.5px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-lg);
  padding: 20px 16px;
  box-sizing: border-box;
  min-width: 0;
  width: 100%;
}
@media (min-width: 480px) {
  .contact-form-wrap { padding: clamp(20px, 4vw, 40px); }
}
.contact-form { display: flex; flex-direction: column; gap: 18px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
}
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  background: rgba(255,255,255,0.07);
  border: 1.5px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-sm);
  color: var(--c-white);
  font-size: 0.95rem;
  transition: border-color var(--trans-fast), background var(--trans-fast), box-shadow var(--trans-fast);
  outline: none;
}
.form-group select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 38px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%236e873f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.form-group select option {
  background: #0d1e10;
  color: var(--c-white);
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--c-gold);
  background: rgba(255,255,255,0.1);
  box-shadow: 0 0 0 3px rgba(110,135,63,0.15);
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: rgba(255,255,255,0.3); }
.form-group textarea { resize: vertical; min-height: 100px; }

.form-status {
  text-align: center;
  font-size: 0.88rem;
  font-weight: 500;
  padding: 10px;
  border-radius: var(--radius-sm);
  display: none;
}
.form-status.success {
  display: block;
  background: rgba(62,181,114,0.15);
  color: var(--c-emerald);
  border: 1px solid rgba(62,181,114,0.3);
}
.form-status.error {
  display: block;
  background: rgba(224,90,122,0.15);
  color: #f4a5bd;
  border: 1px solid rgba(224,90,122,0.3);
}

/* ─────────────────── FOOTER ─────────────────── */
#footer {
  background: var(--c-dark);
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: clamp(48px, 7vw, 72px) 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding-bottom: clamp(40px, 5vw, 60px);
}
@media (min-width: 600px) { .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; } }

.footer-brand { display: flex; flex-direction: column; gap: 14px; }
.footer-brand .logo-text { color: var(--c-white); }
.footer-brand p { color: rgba(255,255,255,0.5); font-size: 0.88rem; max-width: 220px; }

.footer-nav, .footer-legal-links, .footer-contact { display: flex; flex-direction: column; gap: 10px; }
#footer h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 4px;
}
#footer a, .footer-contact span {
  color: rgba(255,255,255,0.6);
  font-size: 0.88rem;
  transition: color var(--trans-fast);
}
#footer a:hover { color: var(--c-amber); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.footer-bottom p { color: rgba(255,255,255,0.3); font-size: 0.8rem; }
.footer-bottom-links {
  display: flex;
  gap: 20px;
}
.footer-bottom-links a { color: rgba(255,255,255,0.4); font-size: 0.8rem; }
.footer-bottom-links a:hover { color: var(--c-amber); }

/* ─────────────────── SCROLL REVEAL ─────────────────── */
.reveal-up, .reveal-left, .reveal-right, .reveal-fade {
  opacity: 0;
  transition: opacity var(--trans-slow), transform var(--trans-slow);
}
.reveal-up    { transform: translateY(32px); }
.reveal-left  { transform: translateX(-32px); }
.reveal-right { transform: translateX(32px); }
.reveal-fade  { }

.reveal-up.visible,
.reveal-left.visible,
.reveal-right.visible,
.reveal-fade.visible {
  opacity: 1;
  transform: translate(0, 0);
}

.delay-1 { transition-delay: 100ms; }
.delay-2 { transition-delay: 200ms; }
.delay-3 { transition-delay: 300ms; }
.delay-4 { transition-delay: 400ms; }

/* ─── Scroll-Driven Animations (Chrome 115+, Safari 18+, FF 132+) ─── */
@supports (animation-timeline: view()) {
  /* All reveal elements: hand over to scroll-driven timeline */
  .reveal-up,
  .reveal-left,
  .reveal-right,
  .reveal-fade {
    opacity: 1;        /* reset — animation handles hiding */
    transform: none;
    transition: none;
    animation-fill-mode: both;
    animation-timeline: view();
    animation-range: entry 0% entry 38%;
    animation-duration: auto;
  }
  .reveal-up    { animation-name: reveal-up-kf; }
  .reveal-left  { animation-name: reveal-left-kf; }
  .reveal-right { animation-name: reveal-right-kf; }
  .reveal-fade  { animation-name: reveal-fade-kf; }

  /* Stagger: shift range start so siblings appear sequentially */
  :is(.reveal-up,.reveal-left,.reveal-right,.reveal-fade).delay-1 { animation-range: entry  5% entry 43%; }
  :is(.reveal-up,.reveal-left,.reveal-right,.reveal-fade).delay-2 { animation-range: entry 10% entry 48%; }
  :is(.reveal-up,.reveal-left,.reveal-right,.reveal-fade).delay-3 { animation-range: entry 15% entry 53%; }
  :is(.reveal-up,.reveal-left,.reveal-right,.reveal-fade).delay-4 { animation-range: entry 20% entry 58%; }

  /* Hero: elements start in viewport — use time-based animation instead */
  #hero .reveal-fade,
  #hero .reveal-up {
    animation-timeline: auto;   /* document clock */
    animation-range: normal;
    animation-duration: 0.8s;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-delay: 0ms;
  }
  #hero .delay-1 { animation-delay: 150ms; }
  #hero .delay-2 { animation-delay: 300ms; }
  #hero .delay-3 { animation-delay: 450ms; }

  @keyframes reveal-up-kf {
    from { opacity: 0; translate: 0 32px; }
    to   { opacity: 1; translate: 0 0; }
  }
  @keyframes reveal-left-kf {
    from { opacity: 0; translate: -32px 0; }
    to   { opacity: 1; translate: 0 0; }
  }
  @keyframes reveal-right-kf {
    from { opacity: 0; translate: 32px 0; }
    to   { opacity: 1; translate: 0 0; }
  }
  @keyframes reveal-fade-kf {
    from { opacity: 0; }
    to   { opacity: 1; }
  }
}

/* ─────────────────── BACK TO TOP ─────────────────── */
.back-to-top {
  position: fixed;
  bottom: 24px;
  right: 20px;
  z-index: 990;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--g-gold);
  color: var(--c-dark);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(110,135,63,0.45);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.3s ease, transform 0.3s ease, box-shadow 0.2s ease;
  pointer-events: none;
}
.back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.back-to-top:hover {
  box-shadow: 0 8px 32px rgba(110,135,63,0.6);
  transform: translateY(-2px);
}
.back-to-top:active { transform: scale(0.93); }
.back-to-top svg { width: 20px; height: 20px; }

/* ─────────────────── PROGRESS BAR ─────────────────── */
#progress-bar {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  background: var(--g-gold);
  z-index: 2000;
  width: 0%;
  transition: width 80ms linear;
  box-shadow: 0 0 10px rgba(110,135,63,0.6);
}

/* ─────────────────── UTILITY ─────────────────── */
.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* ─────────────────── REDUCED MOTION ─────────────────── */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ─────────────────── PREMIUM WELLNESS REFRESH ─────────────────── */
/* Palette 2026: Beige + Olive-Green dominant, Orange as minimal accent.
   --c-gold / --c-amber now carry the GREEN brand accent (former gold decor).
   --c-accent* is the orange, used sparingly (primary CTAs, highlights). */
:root {
  --c-dark:     #2d2b20;
  --c-forest:   #5b6b39;
  --c-green:    #6e873f;
  --c-emerald:  #8aa84f;
  --c-sage:     #cdd9b0;
  --c-gold:     #6e873f;
  --c-amber:    #8aa84f;
  --c-rose:     #c57b6f;
  --c-cream:    #f9efe2;
  --c-light:    #f1e6d6;
  --c-white:    #ffffff;
  --c-text:     #2d2b20;
  --c-muted:    #6f7256;

  --c-accent:   #f0822f;
  --c-accent-2: #f7a45a;
  --g-accent:   linear-gradient(135deg, #f0822f 0%, #f7a45a 100%);

  --g-gold:     linear-gradient(135deg, #6e873f 0%, #8aa84f 100%);
  --g-green:    linear-gradient(135deg, #eef3e6 0%, #cdd9b0 100%);
  --g-dark:     linear-gradient(160deg, #2d2b20 0%, #3f3a2a 100%);
  --g-hero:     linear-gradient(145deg, #f9efe2 0%, #f3e7d6 54%, #eef1e2 100%);

  --shadow-sm:  0 2px 10px rgba(72, 58, 42, 0.08);
  --shadow-md:  0 12px 36px rgba(72, 58, 42, 0.12);
  --shadow-lg:  0 22px 70px rgba(72, 58, 42, 0.16);
  --shadow-gold: 0 12px 34px rgba(110, 135, 63, 0.24);

  --c-nav-bg:  rgba(249, 239, 226, 0.97);
  --c-orb-1:   rgba(205, 217, 176, 0.55);
  --c-orb-2:   rgba(240, 130, 47, 0.22);
  --c-orb-3:   rgba(197, 123, 111, 0.18);
  --c-ticker-bg: rgba(255, 255, 255, 0.86);
  --c-ticker-bd: rgba(110, 135, 63, 0.22);
}

body {
  background: var(--c-cream);
}

.section-label {
  color: var(--c-green);
}

.section-label--light {
  color: var(--c-amber);
}

#site-header,
#site-header.scrolled {
  background: rgba(249,239,226,0.94);
  border-bottom: 1px solid rgba(110,135,63,0.18);
  box-shadow: 0 10px 34px rgba(72,58,42,0.08);
}

.logo-text,
.main-nav a,
.lang-btn,
.ham-line {
  color: var(--c-text);
}

.ham-line {
  background: var(--c-text);
}

.logo-text em,
.lang-btn.active,
.lang-btn:hover {
  color: var(--c-gold);
}

.main-nav a::after {
  background: var(--c-gold);
}

.btn-header-cta,
.btn-gold,
.hero-play-btn,
.back-to-top {
  color: var(--c-dark);
}

.mobile-nav {
  background: rgba(249,239,226,0.98);
}

.mob-link {
  color: var(--c-text);
}

#stats-ticker {
  background: var(--c-ticker-bg);
  border-bottom: 1px solid var(--c-ticker-bd);
}

.tick-item {
  color: rgba(47,42,37,0.68);
}

.tick-item strong,
.tick-sep {
  color: var(--c-gold);
}

#hero {
  background: var(--g-hero);
}

.aurora-orb {
  mix-blend-mode: normal;
  filter: blur(92px);
}

.particles,
.hero-ring {
  display: none;
}

.hero-badge,
.hero-video-caption-text {
  color: var(--c-green);
  border-color: rgba(120,139,111,0.26);
  background: rgba(255,255,255,0.66);
}

.hero-title,
.hero-sub,
.btn-ghost,
.soc-btn {
  color: var(--c-text);
  text-shadow: none;
}

.hero-title em {
  background: linear-gradient(90deg, #6e873f, #6e873f, #6e873f);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-sub {
  color: var(--c-muted);
  font-weight: 400;
}

.btn-ghost {
  border-color: rgba(47,42,37,0.28);
  background: rgba(255,255,255,0.48);
}

.btn-ghost:hover,
.soc-btn:hover {
  background: rgba(255,255,255,0.82);
  color: var(--c-text);
}

.soc-btn,
.hero-inst-preview,
.hero-video-card {
  background: rgba(255,255,255,0.58);
  border-color: rgba(110,135,63,0.24);
  box-shadow: var(--shadow-lg);
}

.hero-video-overlay {
  background: rgba(249,239,226,0.18);
}

.hero-video-caption {
  background: linear-gradient(to top, rgba(249,239,226,0.97) 0%, rgba(249,239,226,0.7) 40%, transparent 100%);
}

.blob-morph {
  background: linear-gradient(135deg, rgba(216,223,207,0.75), rgba(138,168,79,0.28));
}

.about-photo-frame {
  background: var(--c-white);
  border-color: rgba(110,135,63,0.28);
}

.about-photo {
  object-position: center center;
}

.badge-cert {
  top: 20px;
  right: -12px;
}

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

.prog-card {
  border-color: rgba(110,135,63,0.16);
  border-radius: 18px;
}

.prog-card--featured {
  border-color: rgba(110,135,63,0.36);
}

.prog-card-top,
.prog-card--featured .prog-card-top,
.c1,
.c2,
.c3,
.c4 {
  background: linear-gradient(145deg, #fdf6ea 0%, #efe1cf 100%);
}

.prog-card-title {
  color: var(--c-text);
  letter-spacing: 0;
  max-width: 15ch;
}

.prog-duration-badge {
  background: rgba(120,139,111,0.12);
  color: var(--c-green);
}

.prog-popular-tag {
  background: rgba(110,135,63,0.16);
  color: var(--c-text);
  border: 1px solid rgba(110,135,63,0.28);
}

#method {
  background: linear-gradient(180deg, #fdf6ea 0%, #f1e6d6 100%);
}

.method-bg,
.contact-bg {
  display: none;
}

#method .section-header h2,
.section-header--light h2 {
  color: var(--c-text);
}

.method-sub {
  color: var(--c-muted);
}

.steps-grid::before {
  background: linear-gradient(to bottom, rgba(110,135,63,0), rgba(110,135,63,0.54), rgba(110,135,63,0));
}

@media (min-width: 760px) {
  .steps-grid::before {
    background: linear-gradient(to bottom, rgba(110,135,63,0), rgba(110,135,63,0.54), rgba(110,135,63,0));
  }
}

.step-item {
  border-color: rgba(110,135,63,0.24);
  box-shadow: 0 20px 58px rgba(47,42,37,0.13);
}

.step-item:hover {
  border-color: rgba(110,135,63,0.42);
  box-shadow: 0 26px 70px rgba(47,42,37,0.18);
}

.step-marker {
  box-shadow: 0 0 0 7px rgba(110,135,63,0.16), 0 0 28px rgba(110,135,63,0.38);
}

.step-cover::after {
  background:
    linear-gradient(115deg, rgba(47,42,37,0.94) 0%, rgba(47,42,37,0.62) 44%, rgba(47,42,37,0.08) 100%),
    linear-gradient(to top, rgba(47,42,37,0.74), rgba(47,42,37,0));
}

.step-num {
  color: var(--c-amber);
}

.step-kicker {
  background: rgba(249,239,226,0.16);
  border-color: rgba(249,239,226,0.18);
}

#contact {
  background: linear-gradient(180deg, #f1e6d6 0%, #f9efe2 100%);
}

.contact-info h2,
.contact-info > p,
.ci-text strong {
  color: var(--c-text);
}

.ci-text span {
  color: rgba(47,42,37,0.55);
}

.contact-item,
.contact-form-wrap {
  background: rgba(255,255,255,0.72);
  border-color: rgba(110,135,63,0.18);
  box-shadow: var(--shadow-sm);
}

.contact-item:hover {
  background: var(--c-white);
  border-color: rgba(110,135,63,0.34);
}

.ci-icon {
  background: rgba(110,135,63,0.14);
  color: var(--c-gold);
}

.form-group label {
  color: rgba(47,42,37,0.62);
}

.form-group input,
.form-group textarea,
.form-group select {
  background-color: var(--c-white);
  border-color: rgba(120,139,111,0.22);
  color: var(--c-text);
}

.form-group select option {
  background: var(--c-white);
  color: var(--c-text);
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  background: var(--c-white);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(47,42,37,0.35);
}

.form-status.error {
  color: #9c4f45;
}

#footer,
.legal-footer {
  background: var(--c-dark);
}

.cookie-banner {
  position: fixed;
  left: clamp(16px, 4vw, 32px);
  right: clamp(16px, 4vw, 32px);
  bottom: clamp(16px, 4vw, 32px);
  z-index: 2100;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 920px;
  margin: 0 auto;
  padding: 18px;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(110,135,63,0.26);
  border-radius: 18px;
  box-shadow: 0 18px 64px rgba(47,42,37,0.18);
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  transition: opacity var(--trans-med), transform var(--trans-med);
}

/* ─────────────────── LEGAL PAGES ─────────────────── */
.legal-page {
  min-height: 100vh;
  background: var(--c-cream);
  padding-top: var(--header-h);
}

.legal-hero {
  background: var(--g-dark);
  padding: clamp(48px, 8vw, 96px) clamp(16px, 5vw, 48px);
  text-align: center;
}

.legal-hero h1 {
  color: var(--c-white);
  margin-bottom: 12px;
}

.legal-hero p {
  color: rgba(255,255,255,0.64);
  font-size: 0.9rem;
}

.legal-body {
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(40px, 7vw, 80px) clamp(16px, 5vw, 48px);
}

.legal-body h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  color: var(--c-text);
  margin: 40px 0 12px;
  padding-bottom: 8px;
  border-bottom: 1.5px solid rgba(120,139,111,0.18);
}

.legal-body h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  color: var(--c-text);
  margin: 24px 0 8px;
}

.legal-body p,
.legal-body li {
  color: var(--c-muted);
  font-size: 0.92rem;
  line-height: 1.75;
  margin-bottom: 10px;
}

.legal-body ul {
  list-style: disc;
  padding-left: 22px;
  margin-bottom: 14px;
}

.legal-body a {
  color: var(--c-green);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  margin-bottom: 32px;
  color: var(--c-green);
  font-size: 0.88rem;
  font-weight: 600;
  transition: gap 200ms ease;
}

.legal-back:hover { gap: 12px; }
.legal-back svg { width: 16px; height: 16px; }

.legal-footer {
  background: var(--c-dark);
  text-align: center;
  padding: 24px;
  color: rgba(255,255,255,0.4);
  font-size: 0.82rem;
}

.legal-footer a {
  color: rgba(255,255,255,0.64);
  margin: 0 10px;
}

.legal-footer a:hover { color: var(--c-amber); }

.info-box {
  background: rgba(120,139,111,0.08);
  border: 1.5px solid rgba(120,139,111,0.2);
  border-radius: 12px;
  padding: 24px;
  margin: 16px 0;
}

.info-box p { margin-bottom: 6px; }
.info-box p:last-child { margin-bottom: 0; }

.cookie-banner.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.cookie-banner__text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cookie-banner__text strong {
  font-size: 0.92rem;
  color: var(--c-text);
}

.cookie-banner__text p {
  color: var(--c-muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.cookie-banner__actions a {
  color: var(--c-green);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: underline;
}

.cookie-btn {
  min-height: 40px;
  padding: 10px 18px;
  border-radius: var(--radius-full);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cookie-btn--ghost {
  color: var(--c-text);
  border: 1px solid rgba(47,42,37,0.22);
  background: transparent;
}

.cookie-btn--primary {
  color: var(--c-dark);
  background: var(--g-gold);
  box-shadow: var(--shadow-gold);
}

@media (min-width: 760px) {
  .cookie-banner {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: 20px 22px;
  }

  .cookie-banner__actions {
    justify-content: flex-end;
  }
}

/* ─────────────────── COHESIVE COMPOSITION PASS ─────────────────── */
@media (min-width: 1000px) {
  .programs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 1040px;
    margin-inline: auto;
  }
}

.prog-card-top,
.prog-card--featured .prog-card-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  min-height: 128px;
}

.prog-card--featured .prog-card-top {
  padding-top: 68px;
}

.prog-card-title {
  max-width: 18ch;
}

.prog-duration-badge {
  max-width: 100%;
  min-height: 32px;
  padding-inline: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.prog-duration-badge span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.prog-popular-tag {
  top: 18px;
  right: 18px;
  max-width: calc(100% - 36px);
  white-space: nowrap;
}

@media (max-width: 1120px) {
  .prog-card-top,
  .prog-card--featured .prog-card-top {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .prog-duration-badge {
    justify-self: start;
  }
}

@media (min-width: 900px) {
  #method {
    padding: clamp(70px, 8vw, 104px) 0;
  }

  #method .section-header {
    margin-bottom: clamp(36px, 5vw, 54px);
  }

  .steps-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
    padding-top: 0;
  }

  .steps-grid::before {
    display: none;
  }

  .step-item,
  .step-item:nth-child(odd),
  .step-item:nth-child(even) {
    width: auto;
    min-height: 258px;
    justify-self: stretch;
    grid-column: span 2;
    margin-top: 0;
  }

  .step-item:first-child {
    grid-row: span 2;
    min-height: 534px;
  }

  .step-marker,
  .step-item:nth-child(odd) .step-marker,
  .step-item:nth-child(even) .step-marker {
    top: 22px;
    left: 22px;
    right: auto;
    transform: none;
  }

  .step-body {
    padding: 28px;
  }

  .step-item:not(:first-child) .step-body {
    padding-top: 82px;
  }

  .step-meta {
    top: 22px;
    right: 22px;
  }

  .step-num {
    font-size: clamp(2.55rem, 1.4rem + 2.2vw, 3.8rem);
  }

  .step-kicker {
    font-size: 0.62rem;
  }

  .step-item h4 {
    max-width: 15ch;
    font-size: clamp(1.38rem, 1.05rem + 0.85vw, 1.84rem);
  }

  .step-item p {
    max-width: 30ch;
    font-size: 0.9rem;
    line-height: 1.55;
  }
}

@media (max-width: 899px) {
  .step-item {
    min-height: clamp(292px, 70vw, 390px);
  }
}

#testimonials {
  overflow: hidden;
}

.testi-copy {
  max-width: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: end;
  margin-bottom: clamp(24px, 4vw, 42px);
}

.testi-copy h2 {
  max-width: 15ch;
}

.testi-copy .section-sub {
  max-width: 48ch;
}

.testi-proof-row {
  margin-top: 0;
}

.testi-carousel {
  position: relative;
  margin-inline: calc(50% - 50vw);
}

.testi-track {
  display: flex;
  gap: clamp(16px, 2.5vw, 28px);
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: max(20px, calc((100vw - var(--container)) / 2));
  padding: 18px max(20px, calc((100vw - var(--container)) / 2)) 42px;
  scrollbar-width: none;
}

.testi-track::-webkit-scrollbar {
  display: none;
}

.testi-card {
  flex: 0 0 clamp(282px, 32vw, 420px);
  min-height: 470px;
  padding: 10px;
  scroll-snap-align: center;
  transform-origin: center;
}

.testi-card:hover {
  transform: none;
}

.testi-card.is-active {
  border-color: rgba(110,135,63,0.38);
  box-shadow: 0 24px 68px rgba(47,42,37,0.16);
}

.testi-shot {
  position: relative;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2vw, 18px);
  padding: clamp(22px, 3vw, 30px);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.86), rgba(255,251,240,0.82)),
    repeating-linear-gradient(0deg, transparent 0 31px, rgba(120,139,111,0.07) 31px 32px);
}

.testi-shot::after {
  content: '';
  position: absolute;
  inset: 13px 14px auto;
  height: 3px;
  border-radius: var(--radius-full);
  background: linear-gradient(90deg, rgba(110,135,63,0.56), rgba(120,139,111,0.16), transparent);
}

.testi-card--feature .testi-shot {
  background:
    linear-gradient(145deg, rgba(47,42,37,0.98), rgba(78,68,57,0.96));
}

.testi-card--soft .testi-shot {
  background:
    linear-gradient(180deg, rgba(255,251,240,0.92), rgba(244,250,246,0.86)),
    repeating-linear-gradient(0deg, transparent 0 31px, rgba(110,135,63,0.08) 31px 32px);
}

.testi-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 48px;
  height: 48px;
  display: none;
  place-items: center;
  border-radius: 50%;
  color: var(--c-dark);
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(110,135,63,0.3);
  box-shadow: var(--shadow-md);
  transform: translateY(-50%);
  transition: opacity var(--trans-fast), transform var(--trans-fast);
}

.testi-nav svg {
  width: 22px;
  height: 22px;
}

.testi-nav:disabled {
  opacity: 0.35;
  cursor: default;
}

.testi-nav:not(:disabled):hover {
  transform: translateY(-50%) scale(1.04);
}

.testi-nav--prev {
  left: max(18px, calc((100vw - var(--container)) / 2 - 24px));
}

.testi-nav--next {
  right: max(18px, calc((100vw - var(--container)) / 2 - 24px));
}

.testi-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: -22px;
}

.testi-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(120,139,111,0.28);
  transition: width var(--trans-fast), background var(--trans-fast);
}

.testi-dot.is-active {
  width: 24px;
  border-radius: var(--radius-full);
  background: var(--c-gold);
}

@media (min-width: 760px) {
  .testi-copy {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

@media (min-width: 980px) {
  .testi-nav {
    display: grid;
  }
}

@media (max-width: 560px) {
  .testi-track {
    scroll-padding-inline: 24px;
    padding-inline: 24px;
  }

  .testi-card {
    flex-basis: min(82vw, 340px);
    min-height: 430px;
  }

  .testi-shot {
    min-height: 410px;
  }
}

.cert-showcase {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
}

.cert-tokens {
  position: relative;
  min-height: 170px;
}

.cert-token {
  position: absolute;
  z-index: 1;
  width: clamp(96px, 28vw, 138px);
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 14px;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(110,135,63,0.22);
  box-shadow: var(--shadow-sm);
  color: #fff;
  text-align: left;
  cursor: pointer;
  transition: transform var(--trans-med), border-color var(--trans-med), box-shadow var(--trans-med);
}
/* certificate thumbnail fills the token */
.cert-token-thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
/* scrim for number legibility */
.cert-token::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(45,43,32,0.62) 0%, rgba(45,43,32,0.12) 48%, rgba(45,43,32,0.20) 100%);
  transition: opacity var(--trans-med);
}

.cert-token:nth-child(1) { left: 2%; top: 0; rotate: -4deg; }
.cert-token:nth-child(2) { left: 31%; top: 42px; rotate: 3deg; }
.cert-token:nth-child(3) { right: 18%; top: 8px; rotate: -2deg; }
.cert-token:nth-child(4) { right: 2%; top: 62px; rotate: 5deg; }

.cert-token strong {
  position: relative;
  z-index: 2;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 7vw, 3.1rem);
  line-height: 0.85;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0,0,0,0.45);
}

.cert-token:hover {
  z-index: 3;
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.cert-token.is-active {
  z-index: 4;
  rotate: 0deg;
  border: 2px solid var(--c-emerald);
  box-shadow: var(--shadow-md), 0 0 0 4px rgba(110,135,63,0.28);
  transform: translateY(-8px) scale(1.06);
}
.cert-token.is-active::after { opacity: 0.45; }

.cert-panels {
  min-width: 0;
}

.cert-panel {
  cursor: zoom-in;
}

.cert-paper {
  position: relative;
  min-height: clamp(360px, 48vw, 540px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  width: 100%;
  padding: clamp(28px, 6vw, 72px);
  border-radius: 22px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.94), rgba(255,250,243,0.88)),
    repeating-linear-gradient(90deg, rgba(120,139,111,0.045) 0 1px, transparent 1px 84px);
  border: 1px solid rgba(110,135,63,0.28);
  box-shadow: var(--shadow-lg);
}

.cert-paper::before {
  content: 'KT';
  position: absolute;
  right: clamp(20px, 5vw, 56px);
  bottom: clamp(12px, 4vw, 34px);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(5rem, 16vw, 11rem);
  font-style: italic;
  color: rgba(110,135,63,0.1);
  line-height: 1;
}

.cert-paper > * {
  position: relative;
  z-index: 1;
}

.cert-paper h3 {
  max-width: 14ch;
  font-size: clamp(2rem, 4.5vw, 4rem);
  color: var(--c-text);
}

.cert-paper p {
  max-width: 44ch;
  color: var(--c-muted);
}

@media (min-width: 860px) {
  .cert-showcase {
    grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  }

  .cert-tokens {
    min-height: 430px;
  }

  .cert-token:nth-child(1) { left: 4%; top: 8%; }
  .cert-token:nth-child(2) { left: 48%; top: 2%; }
  .cert-token:nth-child(3) { left: 18%; right: auto; top: 50%; }
  .cert-token:nth-child(4) { left: 58%; right: auto; top: 58%; }
}

.cert-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2300;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 4vw, 44px);
  background: rgba(47,42,37,0.72);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.cert-lightbox.is-open {
  display: flex;
}

.cert-lightbox-frame {
  width: min(940px, 94vw);
  max-height: 88vh;
  overflow: auto;
}

.cert-lightbox-frame .cert-paper {
  min-height: min(76vh, 760px);
}

.cert-lightbox-close {
  position: fixed;
  top: clamp(16px, 4vw, 32px);
  right: clamp(16px, 4vw, 32px);
  z-index: 1;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--c-dark);
  background: var(--c-white);
  border: 1px solid rgba(110,135,63,0.28);
  box-shadow: var(--shadow-md);
}

.cert-lightbox-close svg {
  width: 22px;
  height: 22px;
}

@media (max-width: 520px) {
  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-height: min(46svh, 360px);
    overflow: auto;
    padding: 14px;
    border-radius: 14px;
  }

  .cookie-banner__text p {
    font-size: 0.78rem;
    line-height: 1.45;
  }

  .cookie-banner__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .cookie-banner__actions a {
    grid-column: 1 / -1;
  }

  .cookie-btn {
    width: 100%;
    padding-inline: 12px;
  }
}

/* ============================================================
   2026 EDITS — new components + orange accent (minimal)
   Palette: green + beige dominant, orange only for actions/highlights
   ============================================================ */

/* ── About: positioning tags + lead ── */
/* About: positioning credentials as an elegant node-ledger */
.about-creds {
  list-style: none;
  position: relative;
  margin: 20px 0 0;
  padding: 0;
}
/* hairline spine connecting the icon nodes */
.about-creds::before {
  content: '';
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 21px;
  width: 1px;
  background: linear-gradient(180deg,
    transparent,
    rgba(110,135,63,0.45) 12%,
    rgba(110,135,63,0.45) 88%,
    transparent);
}
.about-cred {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 11px 4px;
}
.about-cred + .about-cred {
  border-top: 1px solid rgba(110,135,63,0.14);
}
.about-cred-node {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--c-green);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.9), rgba(241,230,214,0.7));
  border: 1px solid rgba(110,135,63,0.28);
  box-shadow: 0 4px 14px rgba(110,135,63,0.12), inset 0 1px 0 rgba(255,255,255,0.7);
  transition: transform var(--trans-med), background var(--trans-med), color var(--trans-med), box-shadow var(--trans-med);
}
.about-cred-node svg { width: 21px; height: 21px; }
.about-cred-text {
  font-size: .92rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--c-forest);
  letter-spacing: .005em;
  transition: color var(--trans-fast);
}
/* the women's-health "35+" reads as a refined detail */
.about-cred:hover .about-cred-node {
  transform: translateY(-2px) rotate(-3deg);
  color: #fff;
  background: linear-gradient(145deg, var(--c-green), var(--c-forest));
  box-shadow: 0 8px 22px rgba(110,135,63,0.32), inset 0 1px 0 rgba(255,255,255,0.25);
}
.about-cred:hover .about-cred-text { color: var(--c-text); }

/* staggered reveal on load */
.about-cred {
  animation: cred-in 0.6s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}
.about-cred:nth-child(1) { animation-delay: 0.10s; }
.about-cred:nth-child(2) { animation-delay: 0.22s; }
.about-cred:nth-child(3) { animation-delay: 0.34s; }
.about-cred:nth-child(4) { animation-delay: 0.46s; }
@keyframes cred-in {
  from { opacity: 0; transform: translateX(-14px); }
  to   { opacity: 1; transform: translateX(0); }
}
@media (prefers-reduced-motion: reduce) {
  .about-cred { animation: none; }
}
.about-lead {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.18rem, 2.4vw, 1.55rem);
  line-height: 1.45;
  font-style: italic;
  color: var(--c-forest);
  border-left: 3px solid var(--c-accent);
  padding-left: 18px;
  margin-bottom: 22px;
}

/* ── Programs: group-format tag + result checklist ── */
.prog-card { position: relative; }
.prog-format-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 14px;
  padding: 5px 12px 5px 10px;
  font-size: .66rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: var(--c-green);
  background: rgba(110,135,63,0.12);
  border: 1px solid rgba(110,135,63,0.26);
  border-radius: var(--radius-full);
}
.prog-format-tag svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
/* checklist — higher specificity to override .prog-acd-section ul li */
.prog-acd-section ul.prog-acd-check {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
}
.prog-acd-section ul.prog-acd-check li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 0;
  line-height: 1.45;
  opacity: 1;
}
.prog-acd-section ul.prog-acd-check li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: transparent;
  background: var(--c-green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 6L9 17l-5-5' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 12px no-repeat;
}
.prog-card--featured .prog-acd-section ul.prog-acd-check li::before { color: transparent; }

/* ── Orange accent — primary content CTAs, popular tag, progress ── */
.btn-gold,
.prog-card-foot .btn-gold,
.hero-btns .btn-gold {
  background: var(--g-accent);
  color: var(--c-dark);
}
.btn-gold:hover,
.prog-card-foot .btn-gold:hover {
  background: linear-gradient(135deg, #e9741f 0%, #f4923f 100%);
  color: var(--c-dark);
}
.prog-popular-tag {
  background: rgba(240,130,47,0.14);
  color: #b85716;
  border: 1px solid rgba(240,130,47,0.34);
}
#progress-bar {
  background: var(--g-accent);
}

/* ── Pull quote band ── */
.pull-quote-section {
  padding: clamp(44px, 8vw, 96px) 0;
  background: var(--g-green);
}
.pull-quote {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 0 clamp(8px, 4vw, 32px);
}
.pull-quote-mark {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(4rem, 10vw, 7rem);
  line-height: .5;
  color: var(--c-green);
  opacity: .38;
  margin-bottom: 6px;
}
.pull-quote p {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.4rem, 3.6vw, 2.5rem);
  line-height: 1.4;
  font-style: italic;
  color: var(--c-forest);
}
.pull-quote p em {
  font-style: italic;
  color: var(--c-accent);
}

/* ── Review gallery (28 screenshots, masonry via CSS columns) ── */
.review-gallery {
  columns: 2;
  column-gap: 14px;
  margin-top: clamp(24px, 4vw, 40px);
}
@media (min-width: 620px) { .review-gallery { columns: 3; column-gap: 16px; } }
@media (min-width: 1000px) { .review-gallery { columns: 4; column-gap: 18px; } }
.review-item {
  display: block;
  width: 100%;
  margin: 0 0 14px;
  padding: 0;
  border: 0;
  background: var(--c-white);
  border-radius: var(--radius-md);
  overflow: hidden;
  cursor: zoom-in;
  break-inside: avoid;
  box-shadow: var(--shadow-sm);
  transition: transform var(--trans-fast), box-shadow var(--trans-fast);
}
.review-item img {
  display: block;
  width: 100%;
  height: auto;
}
.review-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.review-item:focus-visible {
  outline: 2px solid var(--c-accent);
  outline-offset: 2px;
}

/* Review lightbox */
.review-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2400;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 5vw, 48px);
  background: rgba(45,43,32,0.92);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.review-lightbox.is-open { display: flex; }
.review-lightbox-frame {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: min(92vw, 560px);
  max-height: 88vh;
}
.review-lightbox-frame img {
  max-width: 100%;
  max-height: 88vh;
  width: auto;
  height: auto;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
}
.review-lightbox-close,
.review-lightbox-nav {
  position: fixed;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,0.12);
  cursor: pointer;
  transition: background var(--trans-fast);
}
.review-lightbox-close:hover,
.review-lightbox-nav:hover { background: rgba(255,255,255,0.24); }
.review-lightbox-close { top: clamp(16px, 4vw, 30px); right: clamp(16px, 4vw, 30px); }
.review-lightbox-close svg,
.review-lightbox-nav svg { width: 22px; height: 22px; }
.review-lightbox-nav { top: 50%; transform: translateY(-50%); }
.review-lightbox-prev { left: clamp(8px, 3vw, 28px); }
.review-lightbox-next { right: clamp(8px, 3vw, 28px); }

/* ── Certificate images in showcase ── */
.cert-figure {
  position: relative;
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  cursor: zoom-in;
  background: var(--c-white);
  border: 1px solid rgba(110,135,63,0.22);
  box-shadow: var(--shadow-md);
}
.cert-figure img {
  display: block;
  width: 100%;
  height: auto;
}
.cert-zoom-hint {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(45,43,32,0.6);
}
.cert-zoom-hint svg { width: 18px; height: 18px; }
/* When a panel shows a certificate image, the text card becomes a compact caption */
.cert-panel:has(.cert-figure) .cert-paper {
  min-height: auto;
  padding: clamp(20px, 4vw, 32px);
  text-align: left;
  justify-content: flex-start;
}
.cert-panel:has(.cert-figure) .cert-paper h3 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
.cert-panel:has(.cert-figure) .cert-paper::before { display: none; }
.cert-lightbox-frame img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: var(--shadow-lg);
}