/* ==========================================================================
   The Menopause Training Club — Warm & Grounded palette
   Forest green + cream + coral + mustard script. Aligned with GHL survey.
   ========================================================================== */

:root,
[data-theme='light'] {
  /* Type scale */
  --text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  --text-sm: clamp(0.875rem, 0.8rem + 0.35vw, 1rem);
  --text-base: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  --text-lg: clamp(1.125rem, 1rem + 0.75vw, 1.5rem);
  --text-xl: clamp(1.5rem, 1.2rem + 1.25vw, 2.25rem);
  --text-2xl: clamp(2rem, 1.2rem + 2.5vw, 3.5rem);
  --text-3xl: clamp(2.5rem, 1rem + 4vw, 5rem);
  --text-hero: clamp(2.75rem, 0.5rem + 6vw, 6rem);

  /* Spacing */
  --space-1: 0.25rem; --space-2: 0.5rem; --space-3: 0.75rem;
  --space-4: 1rem;    --space-5: 1.25rem; --space-6: 1.5rem;
  --space-8: 2rem;    --space-10: 2.5rem; --space-12: 3rem;
  --space-16: 4rem;   --space-20: 5rem;   --space-24: 6rem;
  --space-32: 8rem;

  /* Surfaces — warm cream */
  --color-bg: #FAF5EC;
  --color-surface: #FFFBF2;
  --color-surface-2: #FFFFFA;
  --color-surface-offset: #F2EBDB;
  --color-surface-offset-2: #EAE0CB;
  --color-divider: #E4D9C2;
  --color-border: #D9CBAE;

  /* Text — deep forest ink */
  --color-text: #1F2A22;
  --color-text-muted: #4F5A52;
  --color-text-faint: #8A8F87;
  --color-text-inverse: #FAF5EC;

  /* Primary — coral (matches survey accents) */
  --color-primary: #D65A3D;
  --color-primary-hover: #BE4A2E;
  --color-primary-active: #9F3A22;
  --color-primary-highlight: #FADED1;

  /* Brand dark — deep forest green (matches survey hero) */
  --color-forest: #1F3A2B;
  --color-forest-hover: #2A4D3B;
  --color-forest-active: #15291E;
  --color-forest-highlight: #D7E1D8;

  /* Sage retained as soft secondary on cream */
  --color-sage: #7FA188;
  --color-sage-hover: #678B71;
  --color-sage-active: #4F6F59;
  --color-sage-highlight: #DDE8DF;

  /* Sky retained but de-emphasised */
  --color-sky: #8FB4C9;
  --color-sky-hover: #6F9AB3;
  --color-sky-highlight: #DEEAF1;

  /* Warm accent — mustard (script handwriting tone) */
  --color-mustard: #D9A23B;
  --color-mustard-hover: #C28E2A;
  --color-mustard-highlight: #F5E4BC;

  /* Radius */
  --radius-sm: 0.5rem;
  --radius-md: 0.75rem;
  --radius-lg: 1.25rem;
  --radius-xl: 2rem;
  --radius-pill: 9999px;

  /* Motion */
  --transition-interactive: 220ms cubic-bezier(0.16, 1, 0.3, 1);

  /* Shadows — soft & warm */
  --shadow-sm: 0 1px 2px rgba(31, 58, 43, 0.06);
  --shadow-md: 0 6px 18px rgba(31, 58, 43, 0.10);
  --shadow-lg: 0 16px 40px rgba(31, 58, 43, 0.14);
  --shadow-coral: 0 8px 22px rgba(214, 90, 61, 0.28);
  --shadow-forest: 0 10px 30px rgba(31, 58, 43, 0.20);

  /* Content widths */
  --content-narrow: 640px;
  --content-default: 1040px;
  --content-wide: 1240px;

  /* Fonts */
  --font-display: 'Fraunces', 'Cambria', Georgia, serif;
  --font-script: 'Caveat', 'Brush Script MT', cursive;
  --font-body: 'General Sans', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

[data-theme='dark'] {
  --color-bg: #14201A;
  --color-surface: #1B2A22;
  --color-surface-2: #21342B;
  --color-surface-offset: #243A30;
  --color-surface-offset-2: #2C4438;
  --color-divider: #2C4438;
  --color-border: #355244;
  --color-text: #F0E9D9;
  --color-text-muted: #B5B1A4;
  --color-text-faint: #7E7A6F;
  --color-text-inverse: #14201A;
  --color-primary: #EC8267;
  --color-primary-hover: #F09A82;
  --color-primary-active: #F4B29F;
  --color-primary-highlight: #4A2A20;
  --color-forest: #6FA383;
  --color-forest-hover: #8AB89A;
  --color-forest-active: #A6CDB3;
  --color-forest-highlight: #1F3A2B;
  --color-sage: #9DBFA5;
  --color-sage-hover: #B5D2BB;
  --color-sage-highlight: #2A3F2F;
  --color-sky: #A4C4D6;
  --color-sky-hover: #BBD3E2;
  --color-sky-highlight: #243340;
  --color-mustard: #EFC265;
  --color-mustard-hover: #F0D182;
  --color-mustard-highlight: #4A3818;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.4);
  --shadow-md: 0 6px 18px rgba(0, 0, 0, 0.5);
  --shadow-lg: 0 16px 40px rgba(0, 0, 0, 0.6);
  --shadow-coral: 0 8px 22px rgba(236, 130, 103, 0.35);
  --shadow-forest: 0 10px 30px rgba(0, 0, 0, 0.6);
}

/* Base reset */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--space-16) + var(--space-2));
}
body {
  min-height: 100dvh;
  line-height: 1.6;
  font-family: var(--font-body);
  font-size: var(--text-base);
  color: var(--color-text);
  background-color: var(--color-bg);
  overflow-x: hidden;
}
img, svg, picture, video { display: block; max-width: 100%; height: auto; }
ul[role='list'] { list-style: none; }
input, button, textarea, select { font: inherit; color: inherit; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 500; line-height: 1.08; letter-spacing: -0.015em; text-wrap: balance; }
p, li { text-wrap: pretty; }

::selection { background: var(--color-primary-highlight); color: var(--color-text); }

:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 3px;
  border-radius: var(--radius-sm);
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

button { cursor: pointer; background: none; border: none; font-family: inherit; }
a { color: var(--color-primary); text-decoration: none; }
a:hover { color: var(--color-primary-hover); }
a, button, [role='button'], input, textarea, select {
  transition: color var(--transition-interactive),
              background var(--transition-interactive),
              border-color var(--transition-interactive),
              box-shadow var(--transition-interactive),
              transform var(--transition-interactive);
}

/* Layout helpers */
.container {
  width: 100%;
  max-width: var(--content-wide);
  margin-inline: auto;
  padding-inline: var(--space-6);
}
@media (min-width: 768px) { .container { padding-inline: var(--space-8); } }

.section {
  padding-block: clamp(var(--space-16), 8vw, var(--space-24));
  position: relative;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-family: var(--font-body);
  font-size: var(--text-xs);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: var(--space-4);
}
.eyebrow::before {
  content: '';
  width: var(--space-6);
  height: 2px;
  background: currentColor;
  border-radius: 2px;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding: var(--space-4) var(--space-6);
  border-radius: var(--radius-pill);
  font-weight: 600;
  font-size: var(--text-sm);
  letter-spacing: 0.01em;
  text-decoration: none;
  border: 2px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}
.btn-primary {
  background: var(--color-primary);
  color: var(--color-text-inverse);
  box-shadow: var(--shadow-coral);
}
.btn-primary:hover {
  background: var(--color-primary-hover);
  color: var(--color-text-inverse);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(230, 110, 84, 0.38);
}
.btn-secondary {
  background: var(--color-surface);
  color: var(--color-text);
  border-color: var(--color-border);
}
.btn-secondary:hover {
  background: var(--color-surface-offset);
  border-color: var(--color-text);
  color: var(--color-text);
}
.btn-ghost {
  background: transparent;
  color: var(--color-text);
  padding: var(--space-3) var(--space-4);
}
.btn-ghost:hover { color: var(--color-primary); }

.btn-lg { padding: var(--space-5) var(--space-8); font-size: var(--text-base); }

/* ==========================================================================
   HEADER
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in srgb, var(--color-bg) 88%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color var(--transition-interactive), background var(--transition-interactive);
}
.site-header.is-scrolled { border-color: var(--color-divider); }
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  padding-block: var(--space-4);
}
.site-logo {
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
  color: var(--color-text);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: var(--text-lg);
  letter-spacing: -0.01em;
}
.site-logo:hover { color: var(--color-text); }
.site-logo .logo-text small {
  display: none;
  font-family: var(--font-body);
  font-size: var(--text-xs);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  font-weight: 600;
  margin-top: -2px;
}
@media (min-width: 900px) { .site-logo .logo-text small { display: block; } }

/* Mobile-only header trimming */
@media (max-width: 899px) {
  .header-inner { gap: var(--space-2); padding-block: var(--space-3); }
  .site-logo { font-size: var(--text-base); gap: var(--space-2); min-width: 0; }
  .site-logo svg { width: 36px; height: 36px; flex: 0 0 36px; }
  .site-logo .logo-text { line-height: 1.15; overflow: hidden; text-overflow: ellipsis; }
  .header-actions .btn-primary { display: none; }
  .header-actions { gap: var(--space-1); }
  .theme-toggle, .menu-toggle { width: 38px; height: 38px; }
}
.site-nav {
  display: none;
  align-items: center;
  gap: var(--space-6);
}
@media (min-width: 900px) { .site-nav { display: flex; } }
.site-nav a {
  color: var(--color-text);
  font-size: var(--text-sm);
  font-weight: 500;
  padding: var(--space-2) 0;
  position: relative;
}
.site-nav a::after {
  content: '';
  position: absolute;
  left: 0; right: 100%;
  bottom: -2px;
  height: 2px;
  background: var(--color-primary);
  border-radius: 2px;
  transition: right var(--transition-interactive);
}
.site-nav a:hover { color: var(--color-primary); }
.site-nav a:hover::after { right: 0; }

.header-actions { display: flex; align-items: center; gap: var(--space-3); }

.theme-toggle {
  width: 40px; height: 40px;
  border-radius: var(--radius-pill);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text);
  background: transparent;
}
.theme-toggle:hover { background: var(--color-surface-offset); }

.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  color: var(--color-text);
  border-radius: var(--radius-pill);
}
.menu-toggle:hover { background: var(--color-surface-offset); }
@media (min-width: 900px) { .menu-toggle { display: none; } }

/* Mobile nav drawer */
.mobile-nav {
  position: fixed;
  inset: 0;
  background: var(--color-bg);
  z-index: 60;
  padding: var(--space-20) var(--space-6) var(--space-8);
  transform: translateX(100%);
  transition: transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}
.mobile-nav.is-open { transform: translateX(0); }
.mobile-nav a {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  color: var(--color-text);
  padding-block: var(--space-3);
  border-bottom: 1px solid var(--color-divider);
}
.mobile-nav .btn { margin-top: var(--space-6); align-self: flex-start; }
.mobile-nav-close {
  position: absolute;
  top: var(--space-5);
  right: var(--space-6);
  width: 44px; height: 44px;
  border-radius: var(--radius-pill);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text);
  background: var(--color-surface-offset);
}

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
  padding-top: clamp(var(--space-10), 6vw, var(--space-16));
  padding-bottom: clamp(var(--space-16), 8vw, var(--space-24));
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -120px; right: -120px;
  width: 380px; height: 380px;
  background: radial-gradient(circle at 30% 30%, var(--color-primary-highlight), transparent 70%);
  border-radius: 50%;
  filter: blur(20px);
  z-index: 0;
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -160px; left: -100px;
  width: 320px; height: 320px;
  background: radial-gradient(circle at 70% 70%, var(--color-forest-highlight), transparent 70%);
  border-radius: 50%;
  filter: blur(20px);
  z-index: 0;
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-12);
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 900px) {
  .hero-grid { grid-template-columns: 1.05fr 0.95fr; gap: var(--space-16); }
}
.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-4);
  background: var(--color-forest-highlight);
  color: var(--color-forest);
  border-radius: var(--radius-pill);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: var(--space-6);
}
[data-theme='dark'] .hero-pill { color: var(--color-forest-active); background: var(--color-forest-highlight); }
.hero-pill .dot {
  width: 8px; height: 8px;
  background: var(--color-forest);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}
[data-theme='dark'] .hero-pill .dot { background: var(--color-forest-active); }
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(0.85); }
}
.hero h1 {
  font-size: var(--text-hero);
  margin-bottom: var(--space-6);
  letter-spacing: -0.025em;
}
.hero h1 em {
  font-style: italic;
  color: var(--color-primary);
  font-weight: 400;
}
.hero h1 .hero-script {
  font-family: var(--font-script);
  color: var(--color-mustard);
  font-style: normal;
  font-weight: 600;
  font-size: 1.18em;
  line-height: 0.9;
  padding-right: 0.05em;
}
[data-theme='dark'] .hero h1 .hero-script { color: var(--color-mustard); }
.hero h1 .underline {
  position: relative;
  white-space: nowrap;
}
.hero h1 .underline::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  bottom: 0.08em;
  height: 0.18em;
  background: var(--color-mustard);
  border-radius: 4px;
  z-index: -1;
  opacity: 0.55;
}
.hero-lead {
  font-size: var(--text-lg);
  color: var(--color-text-muted);
  margin-bottom: var(--space-8);
  max-width: 52ch;
}
.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  margin-bottom: var(--space-8);
}
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-6);
  color: var(--color-text-muted);
  font-size: var(--text-sm);
}
.hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
}
.hero-meta svg { color: var(--color-forest); flex: none; }
[data-theme='dark'] .hero-meta svg { color: var(--color-forest-active); }

.hero-figure {
  position: relative;
}
.hero-figure-frame {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4 / 5;
  background: var(--color-surface-offset);
  position: relative;
  transform: rotate(-1.5deg);
}
.hero-figure-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-figure::before {
  content: '';
  position: absolute;
  inset: -20px -20px 40px 40px;
  background: var(--color-forest-highlight);
  border-radius: var(--radius-xl);
  z-index: -1;
  transform: rotate(2deg);
}
.hero-badge {
  position: absolute;
  bottom: -20px;
  left: -20px;
  background: var(--color-surface);
  border-radius: var(--radius-pill);
  padding: var(--space-4) var(--space-5);
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
  box-shadow: var(--shadow-md);
  font-size: var(--text-sm);
  font-weight: 600;
}
.hero-badge .swatch {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-forest), var(--color-mustard));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.hero-badge { max-width: 320px; line-height: 1.35; }

/* ==========================================================================
   PROBLEM SECTION
   ========================================================================== */
.section-head {
  max-width: 720px;
  margin-bottom: var(--space-12);
}
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 {
  font-size: var(--text-2xl);
  margin-bottom: var(--space-4);
}
.section-head p {
  font-size: var(--text-lg);
  color: var(--color-text-muted);
  max-width: 60ch;
}
.section-head.center p { margin-inline: auto; }

.problem-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: var(--space-6);
}
.problem-card {
  background: var(--color-surface);
  border: 1px solid var(--color-divider);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  position: relative;
  transition: transform var(--transition-interactive), box-shadow var(--transition-interactive);
}
.problem-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.problem-card .icon-wrap {
  width: 56px; height: 56px;
  border-radius: var(--radius-md);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-5);
}
.problem-card:nth-child(1) .icon-wrap { background: var(--color-primary-highlight); color: var(--color-primary); }
.problem-card:nth-child(2) .icon-wrap { background: var(--color-sage-highlight); color: var(--color-sage-active); }
[data-theme='dark'] .problem-card:nth-child(2) .icon-wrap { color: var(--color-sage); }
.problem-card:nth-child(3) .icon-wrap { background: var(--color-sky-highlight); color: var(--color-sky-hover); }
.problem-card:nth-child(4) .icon-wrap { background: var(--color-mustard-highlight); color: var(--color-mustard); }
.problem-card h3 {
  font-size: var(--text-lg);
  margin-bottom: var(--space-3);
}
.problem-card p {
  color: var(--color-text-muted);
  font-size: var(--text-sm);
}

/* ==========================================================================
   OFFER LADDER (Step 1 / 2 / 3)
   ========================================================================== */
.offer {
  position: relative;
}
.offer-step {
  background: var(--color-surface);
  border-radius: var(--radius-xl);
  padding: clamp(var(--space-8), 4vw, var(--space-16));
  position: relative;
  overflow: hidden;
}
.offer-step + .offer-step { margin-top: var(--space-12); }
.offer-step-1 {
  background:
    radial-gradient(ellipse at top right, var(--color-forest-highlight) 0%, transparent 45%),
    var(--color-surface);
  border: 1px solid var(--color-divider);
  position: relative;
  overflow: hidden;
}
.offer-step-1::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 6px; height: 100%;
  background: linear-gradient(180deg, var(--color-forest), var(--color-primary));
}
.offer-step-2 {
  background: linear-gradient(135deg, var(--color-sage-highlight) 0%, var(--color-sky-highlight) 100%);
}
[data-theme='dark'] .offer-step-2 {
  background: linear-gradient(135deg, var(--color-sage-highlight) 0%, var(--color-sky-highlight) 100%);
}
.offer-step-3 { background: var(--color-mustard-highlight); }

.offer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-10);
  align-items: center;
}
@media (min-width: 900px) {
  .offer-grid { grid-template-columns: 1fr 1fr; gap: var(--space-16); }
  .offer-grid.reverse > :first-child { order: 2; }
}

.step-tag {
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
  background: var(--color-bg);
  color: var(--color-text);
  border-radius: var(--radius-pill);
  padding: var(--space-2) var(--space-4) var(--space-2) var(--space-2);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: var(--space-6);
}
.step-tag .num {
  width: 28px; height: 28px;
  background: var(--color-primary);
  color: white;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: var(--text-sm);
  font-weight: 600;
}
.offer-step-2 .step-tag .num { background: var(--color-sage); }
.offer-step-3 .step-tag .num { background: var(--color-mustard); }

.offer-step h2 {
  font-size: var(--text-2xl);
  margin-bottom: var(--space-4);
}
.offer-step .price-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: var(--space-3) var(--space-4);
  margin-bottom: var(--space-6);
}
.offer-step .price { white-space: nowrap; }
.price {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: 500;
  color: var(--color-primary);
}
.price-meta { color: var(--color-text-muted); font-size: var(--text-sm); }

.offer-lead {
  font-size: var(--text-lg);
  color: var(--color-text-muted);
  margin-bottom: var(--space-6);
}

.pillar-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-3);
  margin-bottom: var(--space-8);
}
@media (min-width: 540px) { .pillar-list { grid-template-columns: 1fr 1fr; } }
.pillar-list li {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  font-size: var(--text-sm);
}
.pillar-list li .check {
  flex: none;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--color-primary);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.offer-step-2 .pillar-list li .check { background: var(--color-sage); }
.offer-step-3 .pillar-list li .check { background: var(--color-mustard); }

.includes-card {
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  border: 1px solid var(--color-divider);
}
.offer-step-2 .includes-card,
.offer-step-3 .includes-card { border-color: rgba(0,0,0,0.06); }
[data-theme='dark'] .offer-step-2 .includes-card,
[data-theme='dark'] .offer-step-3 .includes-card { border-color: var(--color-divider); }

.includes-card h4 {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  font-weight: 700;
  margin-bottom: var(--space-4);
}
.includes-card ul { list-style: none; display: grid; gap: var(--space-3); }
.includes-card li {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  font-size: var(--text-sm);
}
.includes-card li svg { flex: none; color: var(--color-primary); margin-top: 3px; }
.offer-step-2 .includes-card li svg { color: var(--color-sage); }
.offer-step-3 .includes-card li svg { color: var(--color-mustard); }

/* Audit “How it works” numbered steps */
.audit-steps {
  list-style: none;
  display: grid;
  gap: var(--space-5);
  margin: 0;
  padding: 0;
}
.audit-steps > li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: var(--space-4);
  align-items: flex-start;
}
.audit-steps .audit-step-num {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--color-forest);
  color: var(--color-text-inverse);
  font-family: var(--font-display);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  margin-top: 2px;
  box-shadow: 0 4px 10px rgba(31, 58, 43, 0.18);
}
[data-theme='dark'] .audit-steps .audit-step-num { background: var(--color-forest-active); color: var(--color-bg); }
.audit-steps strong {
  display: block;
  font-family: var(--font-display);
  font-size: var(--text-base);
  letter-spacing: -0.005em;
  color: var(--color-text);
  margin-bottom: 2px;
  font-weight: 500;
}
.audit-steps p {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.55;
  margin: 0;
}
.includes-foot {
  margin-top: var(--space-6);
  padding-top: var(--space-5);
  border-top: 1px dashed var(--color-divider);
  font-size: var(--text-xs);
  color: var(--color-text-muted);
  font-style: italic;
}

.offer-img-wrap {
  border-radius: var(--radius-xl);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: var(--shadow-md);
}
.offer-img-wrap img { width: 100%; height: 100%; object-fit: cover; }

/* Stream cards inside Reset Method */
.streams-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-5);
  margin-bottom: var(--space-8);
}
@media (min-width: 640px) { .streams-grid { grid-template-columns: 1fr 1fr; } }
.stream-card {
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  border: 1px solid var(--color-divider);
}
.stream-card h4 {
  font-size: var(--text-lg);
  margin-bottom: var(--space-2);
  display: flex;
  align-items: center;
  gap: var(--space-2);
}
.stream-card h4::before {
  content: '';
  width: 10px; height: 10px;
  border-radius: 50%;
}
.stream-card.peri h4::before { background: var(--color-primary); }
.stream-card.meno h4::before { background: var(--color-sky-hover); }
.stream-card .stage {
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-text-muted);
  font-weight: 600;
  margin-bottom: var(--space-3);
}
.stream-card p { font-size: var(--text-sm); color: var(--color-text-muted); }

.curriculum {
  margin-top: var(--space-10);
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  border: 1px solid var(--color-divider);
}
[data-theme='light'] .offer-step-2 .curriculum { border-color: rgba(0,0,0,0.06); }
.curriculum h4 {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  font-weight: 700;
  margin-bottom: var(--space-6);
}
.weeks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: var(--space-5) var(--space-6);
}
.week {
  display: flex;
  gap: var(--space-4);
  align-items: flex-start;
}
.week .week-num {
  flex: none;
  width: 36px; height: 36px;
  background: var(--color-sage-highlight);
  color: var(--color-sage-active);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: var(--text-sm);
}
[data-theme='dark'] .week .week-num { color: var(--color-sage); }
.week h5 {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 700;
  margin-bottom: var(--space-1);
  color: var(--color-text);
}
.week p {
  font-size: var(--text-xs);
  color: var(--color-text-muted);
  line-height: 1.5;
}

/* ==========================================================================
   ABOUT
   ========================================================================== */
.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-10);
  align-items: center;
}
@media (min-width: 900px) {
  .about-grid { grid-template-columns: 0.85fr 1.15fr; gap: var(--space-16); }
}
.about-portrait {
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, var(--color-primary-highlight), var(--color-mustard-highlight));
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-divider);
  margin: 0;
  box-shadow: var(--shadow-lg);
}
@media (min-width: 900px) {
  .about-portrait { aspect-ratio: 4 / 5; }
}
.about-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  display: block;
}
.about-portrait-cap {
  position: absolute;
  left: var(--space-4);
  bottom: var(--space-4);
  background: color-mix(in srgb, var(--color-bg) 88%, transparent);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: var(--space-3) var(--space-4);
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  gap: 2px;
  border: 1px solid var(--color-divider);
}
.about-portrait-cap .cap-name {
  font-family: var(--font-display);
  font-size: var(--text-base);
  font-weight: 500;
  color: var(--color-text);
  line-height: 1.2;
}
.about-portrait-cap .cap-role {
  font-size: var(--text-xs);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  font-weight: 600;
}
.about h2 { font-size: var(--text-2xl); margin-bottom: var(--space-6); }
.about p { color: var(--color-text-muted); margin-bottom: var(--space-4); font-size: var(--text-base); }
.about p strong { color: var(--color-text); font-weight: 600; }

/* Bikini comp "the story behind" expander */
.about-comp {
  margin-top: var(--space-6);
  border: 1px solid var(--color-divider);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  overflow: hidden;
}
.about-comp summary {
  list-style: none;
  cursor: pointer;
  padding: var(--space-4) var(--space-5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-text);
  letter-spacing: 0.01em;
}
.about-comp summary::-webkit-details-marker { display: none; }
.about-comp summary:hover { background: var(--color-surface-offset); }
.about-comp .chev { transition: transform var(--transition-interactive); flex: none; color: var(--color-primary); }
.about-comp[open] .chev { transform: rotate(180deg); }
.about-comp-body {
  padding: 0 var(--space-5) var(--space-5);
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-5);
  align-items: start;
}
@media (min-width: 640px) {
  .about-comp-body { grid-template-columns: 140px 1fr; }
}
.about-comp-body img {
  width: 100%;
  max-width: 160px;
  border-radius: var(--radius-md);
  border: 1px solid var(--color-divider);
}
.about-comp-body p {
  margin-bottom: var(--space-3);
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.65;
}
.about-comp-body p:last-child { margin-bottom: 0; }

/* Credentials — three-tier layout: circular seals, banner badges, text-only */
.cred-heading {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  font-weight: 700;
  margin-top: var(--space-8);
  margin-bottom: var(--space-5);
}

/* Tier 1: round seals (ISSA, Fit Chicks) */
.cred-seals {
  display: flex;
  align-items: center;
  gap: var(--space-6);
  flex-wrap: wrap;
  margin-bottom: var(--space-5);
}
.cred-seals img {
  height: 76px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.08));
}

/* Tier 2: horizontal banner badges (CSMC, GGS, HPMC) */
.cred-banners {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  margin-bottom: var(--space-5);
}
.cred-banners li {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.cred-banners img {
  height: auto;
  width: 100%;
  max-width: 360px;
  object-fit: contain;
  border-radius: var(--radius-sm);
}

/* Tier 3: text-only pills for misc trainings */
.cred-text {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}
.cred-text li {
  background: var(--color-surface);
  border: 1px solid var(--color-divider);
  border-radius: var(--radius-pill);
  padding: var(--space-2) var(--space-4);
  font-size: var(--text-xs);
  letter-spacing: 0.02em;
  color: var(--color-text-muted);
  font-weight: 500;
}

/* ==========================================================================
   RESOURCES TEASER
   ========================================================================== */
.resources-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: var(--space-6);
}
.resource-card {
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-divider);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform var(--transition-interactive), box-shadow var(--transition-interactive);
}
.resource-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.resource-card .card-img {
  aspect-ratio: 16 / 10;
  background: var(--color-surface-offset);
  position: relative;
  overflow: hidden;
}
.resource-card:nth-child(1) .card-img { background: linear-gradient(135deg, var(--color-primary-highlight), var(--color-mustard-highlight)); }
.resource-card:nth-child(2) .card-img { background: linear-gradient(135deg, var(--color-sage-highlight), var(--color-sky-highlight)); }
.resource-card:nth-child(3) .card-img { background: linear-gradient(135deg, var(--color-sky-highlight), var(--color-primary-highlight)); }
.resource-card .card-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 30% 40%, rgba(255,255,255,0.5) 0, transparent 60%);
}
.resource-card .card-body {
  padding: var(--space-6);
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  flex: 1;
}
.resource-card .tag {
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-primary);
  font-weight: 600;
}
.resource-card h3 { font-size: var(--text-lg); }
.resource-card p { color: var(--color-text-muted); font-size: var(--text-sm); }
.resource-card .read { margin-top: auto; font-weight: 600; color: var(--color-primary); display: inline-flex; align-items: center; gap: var(--space-2); }

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq-list {
  max-width: 760px;
  margin-inline: auto;
  display: grid;
  gap: var(--space-3);
}
.faq-item {
  background: var(--color-surface);
  border: 1px solid var(--color-divider);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.faq-item summary {
  padding: var(--space-5) var(--space-6);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 500;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '';
  width: 14px; height: 14px;
  border-right: 2px solid var(--color-text);
  border-bottom: 2px solid var(--color-text);
  transform: rotate(45deg);
  transition: transform var(--transition-interactive);
  flex: none;
}
.faq-item[open] summary::after { transform: rotate(-135deg); }
.faq-item[open] summary { color: var(--color-primary); }
.faq-item[open] summary::after { border-color: var(--color-primary); }
.faq-answer {
  padding: 0 var(--space-6) var(--space-6);
  color: var(--color-text-muted);
}
.faq-answer p + p { margin-top: var(--space-3); }

/* ==========================================================================
   FINAL CTA
   ========================================================================== */
.final-cta {
  background: linear-gradient(135deg, var(--color-primary) 0%, #F18A6F 100%);
  color: white;
  border-radius: var(--radius-xl);
  padding: clamp(var(--space-12), 6vw, var(--space-20));
  text-align: center;
  position: relative;
  overflow: hidden;
}
.final-cta::before, .final-cta::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.45;
  pointer-events: none;
}
.final-cta::before {
  top: -120px; left: -80px;
  width: 300px; height: 300px;
  background: var(--color-mustard);
}
.final-cta::after {
  bottom: -120px; right: -80px;
  width: 300px; height: 300px;
  background: var(--color-sky);
}
.final-cta > * { position: relative; z-index: 1; }
.final-cta .eyebrow { color: rgba(255,255,255,0.85); }
.final-cta .eyebrow::before { background: rgba(255,255,255,0.7); }
.final-cta h2 {
  font-size: var(--text-2xl);
  color: white;
  margin-bottom: var(--space-5);
  max-width: 18ch;
  margin-inline: auto;
}
.final-cta p {
  color: rgba(255,255,255,0.92);
  max-width: 50ch;
  margin-inline: auto var(--space-8) auto;
  font-size: var(--text-lg);
  margin-bottom: var(--space-8);
}
.final-cta .btn-primary {
  background: white;
  color: var(--color-primary);
  box-shadow: 0 12px 32px rgba(0,0,0,0.18);
}
.final-cta .btn-primary:hover {
  background: var(--color-mustard-highlight);
  color: var(--color-primary-active);
  transform: translateY(-2px);
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
  background: var(--color-surface);
  border-top: 1px solid var(--color-divider);
  padding-block: var(--space-16) var(--space-8);
  margin-top: var(--space-20);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-10);
  margin-bottom: var(--space-10);
}
@media (min-width: 720px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; gap: var(--space-12); } }
.footer-about p { color: var(--color-text-muted); font-size: var(--text-sm); margin-top: var(--space-4); max-width: 38ch; }
.footer-col h5 {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  font-weight: 700;
  margin-bottom: var(--space-4);
}
.footer-col ul { list-style: none; display: grid; gap: var(--space-3); }
.footer-col a { color: var(--color-text); font-size: var(--text-sm); }
.footer-col a:hover { color: var(--color-primary); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-6);
  padding-top: var(--space-6);
  border-top: 1px solid var(--color-divider);
  flex-wrap: wrap;
  color: var(--color-text-muted);
  font-size: var(--text-xs);
}
.footer-bottom a { color: var(--color-text-muted); }
.footer-bottom a:hover { color: var(--color-primary); }

/* ==========================================================================
   MODAL (booking placeholder)
   ========================================================================== */
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(20, 16, 12, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: var(--space-4);
  z-index: 100;
  opacity: 0;
  transition: opacity 240ms ease;
}
.modal-backdrop.is-open { display: flex; opacity: 1; }
.modal {
  background: var(--color-surface);
  border-radius: var(--radius-xl);
  max-width: 500px;
  width: 100%;
  padding: clamp(var(--space-8), 4vw, var(--space-10));
  position: relative;
  box-shadow: var(--shadow-lg);
  transform: translateY(20px);
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}
.modal-backdrop.is-open .modal { transform: translateY(0); }
.modal-close {
  position: absolute;
  top: var(--space-4);
  right: var(--space-4);
  width: 36px; height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-muted);
}
.modal-close:hover { background: var(--color-surface-offset); color: var(--color-text); }
.modal h3 {
  font-size: var(--text-xl);
  margin-bottom: var(--space-3);
}
.modal-lead { color: var(--color-text-muted); margin-bottom: var(--space-5); font-size: var(--text-sm); }

.modal-includes {
  list-style: none;
  margin: 0 0 var(--space-6) 0;
  padding: var(--space-4);
  background: var(--color-surface-offset);
  border-radius: var(--radius-lg);
  display: grid;
  gap: var(--space-3);
}
.modal-includes li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: var(--space-2);
  align-items: start;
  font-size: var(--text-sm);
  line-height: 1.5;
  color: var(--color-text);
}
.modal-includes .check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  flex: 0 0 20px;
  margin-top: 2px;
}
.modal-includes em {
  font-style: italic;
  font-weight: 600;
  color: var(--color-text);
}

.btn-checkout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  text-decoration: none;
}
.btn-checkout svg {
  transition: transform var(--transition-interactive);
}
.btn-checkout:hover svg {
  transform: translateX(3px);
}

.modal-finepr {
  font-size: var(--text-xs);
  color: var(--color-text-muted);
  margin-top: var(--space-4);
  text-align: center;
  line-height: 1.55;
}
.modal-finepr a {
  color: var(--color-primary);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.modal-finepr a:hover {
  color: var(--color-primary-hover);
}

.form-row { display: grid; gap: var(--space-2); margin-bottom: var(--space-4); }
.form-row label {
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-text-muted);
}
.form-row input, .form-row select {
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: var(--space-3) var(--space-4);
  font-size: var(--text-base);
  color: var(--color-text);
  width: 100%;
}
.form-row input:focus, .form-row select:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px var(--color-primary-highlight);
}
.modal .btn { width: 100%; margin-top: var(--space-2); }
.form-success {
  text-align: center;
  padding: var(--space-4) 0;
}
.form-success .icon {
  width: 64px; height: 64px;
  background: var(--color-sage-highlight);
  color: var(--color-sage);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-4);
}
.form-success h3 { margin-bottom: var(--space-3); }
.form-success p { color: var(--color-text-muted); }

/* Hide scrollbar when modal/menu open */
body.is-locked { overflow: hidden; }

/* ==========================================================================
   ANIMATIONS — reveal on scroll
   ========================================================================== */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms cubic-bezier(0.16, 1, 0.3, 1),
              transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal.delay-1 { transition-delay: 80ms; }
.reveal.delay-2 { transition-delay: 160ms; }
.reveal.delay-3 { transition-delay: 240ms; }

/* ==========================================================================
   JOURNAL — "Coming soon" cards
   ========================================================================== */
.resource-card--soon {
  cursor: default;
  opacity: 0.78;
  pointer-events: none;
}
.resource-card--soon:hover {
  transform: none;
  box-shadow: none;
}
.read--soon {
  color: var(--color-text-faint);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: var(--text-xs);
}

/* ==========================================================================
   ARTICLE PAGE
   ========================================================================== */
.article-hero {
  background: linear-gradient(180deg, var(--color-forest) 0%, var(--color-forest-active) 100%);
  color: var(--color-text-inverse);
  padding: var(--space-24) 0 var(--space-20);
  position: relative;
  overflow: hidden;
}
.article-hero::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(217, 162, 59, 0.28) 0%, transparent 70%);
  pointer-events: none;
}
.article-hero::after {
  content: '';
  position: absolute;
  bottom: -180px;
  left: -100px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(214, 90, 61, 0.22) 0%, transparent 70%);
  pointer-events: none;
}
.article-hero .container { position: relative; z-index: 1; max-width: 880px; }
.article-back {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  color: rgba(255, 251, 242, 0.78);
  text-decoration: none;
  font-size: var(--text-sm);
  font-weight: 500;
  margin-bottom: var(--space-8);
  transition: color 200ms;
}
.article-back:hover { color: var(--color-mustard-highlight); }
.article-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-mustard);
  margin-bottom: var(--space-5);
}
.article-hero h1 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: var(--text-2xl);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: var(--space-6);
  color: var(--color-text-inverse);
}
.article-hero h1 em {
  font-family: var(--font-script);
  font-style: normal;
  color: var(--color-mustard);
  font-weight: 600;
  font-size: 1.1em;
}
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-6);
  align-items: center;
  color: rgba(255, 251, 242, 0.78);
  font-size: var(--text-sm);
}
.article-meta .dot {
  width: 4px; height: 4px; border-radius: 50%;
  background: rgba(255, 251, 242, 0.4);
  display: inline-block;
}
.article-byline {
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
}
.article-byline-avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 251, 242, 0.4);
}

.article-body {
  padding: var(--space-20) 0;
  background: var(--color-bg);
}
.article-body .container {
  max-width: 760px;
}
.article-lede {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  line-height: 1.55;
  color: var(--color-text);
  font-weight: 400;
  margin-bottom: var(--space-12);
  padding-bottom: var(--space-10);
  border-bottom: 1px solid var(--color-divider);
}
.article-body h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.5rem, 1.1rem + 1.4vw, 2.25rem);
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--color-text);
  margin: var(--space-12) 0 var(--space-5);
}
.article-body h2:first-of-type { margin-top: 0; }
.article-body h2 .num {
  display: inline-block;
  font-family: var(--font-script);
  color: var(--color-primary);
  font-weight: 600;
  margin-right: var(--space-3);
  font-size: 1.05em;
  line-height: 1;
}
.article-body h3 {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: var(--text-lg);
  color: var(--color-text);
  margin: var(--space-8) 0 var(--space-3);
  letter-spacing: -0.005em;
}
.article-body p {
  font-size: var(--text-base);
  line-height: 1.75;
  color: var(--color-text);
  margin-bottom: var(--space-5);
}
.article-body p em {
  font-family: var(--font-display);
  font-style: italic;
}
.article-body ul {
  margin: 0 0 var(--space-6);
  padding-left: var(--space-6);
}
.article-body ul li {
  font-size: var(--text-base);
  line-height: 1.75;
  color: var(--color-text);
  margin-bottom: var(--space-3);
}
.article-body ul li::marker { color: var(--color-primary); }
.article-body strong { font-weight: 700; color: var(--color-text); }

.article-pull {
  background: var(--color-forest-highlight);
  border-left: 6px solid var(--color-forest);
  border-radius: var(--radius-md);
  padding: var(--space-6) var(--space-8);
  margin: var(--space-10) 0;
  font-family: var(--font-display);
  font-size: var(--text-lg);
  line-height: 1.5;
  color: var(--color-forest-active);
  font-style: italic;
}
.article-pull strong { color: var(--color-forest-active); font-style: normal; }

.article-callout {
  background: var(--color-surface);
  border: 1px solid var(--color-divider);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  margin: var(--space-10) 0;
}
.article-callout h3 {
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: var(--space-2);
  color: var(--color-primary);
  font-size: var(--text-base);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 700;
}
.article-callout p:last-child { margin-bottom: 0; }

.article-credentials {
  background: var(--color-surface);
  border: 1px solid var(--color-divider);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  margin: var(--space-10) 0;
  display: flex;
  gap: var(--space-6);
  align-items: flex-start;
}
.article-credentials-avatar {
  width: 88px; height: 88px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 3px solid var(--color-forest-highlight);
}
.article-credentials h3 {
  margin-top: 0;
  margin-bottom: var(--space-2);
  font-size: var(--text-lg);
  color: var(--color-text);
  font-weight: 700;
}
.article-credentials p {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.6;
  margin-bottom: var(--space-3);
}
.article-credentials .cred-chips {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-top: var(--space-3);
}
.article-credentials .cred-chip {
  font-size: var(--text-xs);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  background: var(--color-forest-highlight);
  color: var(--color-forest-active);
}
.article-credentials .cred-chip.is-new {
  background: var(--color-mustard-highlight);
  color: #6b4a08;
}

.article-disclaimer {
  background: var(--color-surface-offset);
  border-radius: var(--radius-md);
  padding: var(--space-5) var(--space-6);
  font-size: var(--text-xs);
  line-height: 1.6;
  color: var(--color-text-muted);
  margin: var(--space-10) 0;
}
.article-disclaimer strong { color: var(--color-text); }

.article-cta {
  background: linear-gradient(135deg, var(--color-forest) 0%, var(--color-forest-hover) 100%);
  color: var(--color-text-inverse);
  border-radius: var(--radius-lg);
  padding: var(--space-10);
  margin: var(--space-12) 0 0;
  text-align: center;
}
.article-cta h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: var(--text-xl);
  color: var(--color-text-inverse);
  margin-bottom: var(--space-4);
  line-height: 1.2;
}
.article-cta p {
  color: rgba(255, 251, 242, 0.85);
  margin-bottom: var(--space-6);
}
.article-cta .btn {
  background: var(--color-mustard);
  color: var(--color-forest-active);
}
.article-cta .btn:hover {
  background: var(--color-mustard-hover);
  color: var(--color-forest-active);
}

@media (max-width: 640px) {
  .article-credentials { flex-direction: column; align-items: center; text-align: center; }
  .article-credentials .cred-chips { justify-content: center; }
  .article-pull { padding: var(--space-5) var(--space-6); font-size: var(--text-base); }
  .article-cta { padding: var(--space-8) var(--space-6); }
}

/* ============================================================================
   UMBRELLA STRUCTURE — Women's Strength Club
   ============================================================================ */

/* --- Hero path buttons --- */
.hero-cta-row--paths {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-4);
  max-width: 640px;
}
@media (max-width: 640px) {
  .hero-cta-row--paths { grid-template-columns: 1fr; }
}
.btn-path {
  display: grid !important;
  grid-template-areas: "label arrow" "sub   arrow";
  grid-template-columns: 1fr auto;
  align-items: center;
  text-align: left !important;
  padding: var(--space-4) var(--space-5) !important;
  gap: 2px var(--space-3);
  min-height: 76px;
  line-height: 1.25;
}
.btn-path-label {
  grid-area: label;
  font-weight: 700;
  font-size: var(--text-base);
  letter-spacing: -0.01em;
}
.btn-path-sub {
  grid-area: sub;
  font-size: var(--text-xs);
  opacity: 0.82;
  font-weight: 500;
}
.btn-path svg {
  grid-area: arrow;
  transition: transform var(--transition-interactive);
}
.btn-path:hover svg { transform: translateX(3px); }

/* --- Brand dividers (between sections) --- */
.brand-divider {
  background: var(--color-surface-offset);
  padding: var(--space-6) 0;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  scroll-margin-top: 80px;
}
.brand-divider .container {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  flex-wrap: wrap;
}
.brand-divider-tag {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--color-primary);
  white-space: nowrap;
}
.brand-divider-line {
  flex: 1 1 auto;
  height: 1px;
  background: var(--color-border);
  min-width: 40px;
}
.brand-divider-brand {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: var(--text-lg);
  color: var(--color-text);
  white-space: nowrap;
}
.brand-divider--menopause .brand-divider-tag {
  color: #B85C2E;
}
@media (max-width: 600px) {
  .brand-divider { padding: var(--space-5) 0; }
  .brand-divider .container { gap: var(--space-2); flex-direction: column; align-items: flex-start; }
  .brand-divider-line { display: none; }
  .brand-divider-tag { white-space: normal; line-height: 1.4; }
  .brand-divider-brand { font-size: var(--text-base); white-space: normal; }
}

/* --- In-Person section: service cards --- */
.in-person-section {
  scroll-margin-top: 80px;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-6);
  max-width: 980px;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .services-grid { grid-template-columns: 1fr; }
}
.service-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  padding: var(--space-10) var(--space-8);
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
  position: relative;
  transition: border-color var(--transition-interactive), transform var(--transition-interactive), box-shadow var(--transition-interactive);
}
@media (max-width: 600px) {
  .service-card {
    padding: var(--space-8) var(--space-6);
  }
}
.service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(31, 58, 43, 0.08);
}
.service-card--open {
  border-color: var(--color-primary);
  background: linear-gradient(180deg, var(--color-surface) 0%, var(--color-surface-offset) 100%);
}
.service-card--waitlist {
  background: var(--color-surface);
  opacity: 0.96;
}
.service-status {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-primary);
  padding: 6px 12px;
  background: rgba(31, 58, 43, 0.08);
  border-radius: 999px;
  align-self: flex-start;
}
.service-status .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-primary);
  box-shadow: 0 0 0 0 rgba(31, 58, 43, 0.5);
  animation: pulse-dot 2.4s infinite;
}
@keyframes pulse-dot {
  0% { box-shadow: 0 0 0 0 rgba(31, 58, 43, 0.45); }
  70% { box-shadow: 0 0 0 8px rgba(31, 58, 43, 0); }
  100% { box-shadow: 0 0 0 0 rgba(31, 58, 43, 0); }
}
.service-status--waitlist {
  color: #8B6F47;
  background: rgba(139, 111, 71, 0.1);
}
.service-status--waitlist .dot {
  background: #8B6F47;
  animation: none;
}
.service-card h3 {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: 400;
  line-height: 1.15;
  margin: 0;
  color: var(--color-text);
}
.service-tag {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  font-weight: 500;
  margin: calc(-1 * var(--space-3)) 0 0;
  letter-spacing: 0.02em;
}
.service-meta {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color-primary);
  margin: calc(-1 * var(--space-2)) 0 0;
  padding: var(--space-2) var(--space-3);
  background: rgba(31, 58, 43, 0.06);
  border-left: 2px solid var(--color-primary);
  border-radius: 4px;
  align-self: flex-start;
}
.service-card--waitlist .service-meta {
  color: #8B6F47;
  background: rgba(139, 111, 71, 0.08);
  border-left-color: #8B6F47;
}
.service-desc {
  font-size: var(--text-sm);
  line-height: 1.6;
  color: var(--color-text);
  margin: 0;
}
.service-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--space-2) 0;
  display: grid;
  gap: var(--space-2);
}
.service-bullets li {
  position: relative;
  padding-left: var(--space-6);
  font-size: var(--text-sm);
  line-height: 1.55;
  color: var(--color-text-muted);
}
.service-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 12px;
  height: 2px;
  background: var(--color-primary);
  border-radius: 2px;
}
.service-card--waitlist .service-bullets li::before {
  background: #B0926C;
}
.service-card .btn {
  align-self: flex-start;
  margin-top: var(--space-2);
}
.btn-md {
  font-size: var(--text-sm) !important;
  padding: 10px 18px !important;
}

/* --- Contact section --- */
.contact-section {
  scroll-margin-top: 80px;
  background: var(--color-surface-offset);
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-4);
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; max-width: 540px; }
}
.contact-card {
  display: flex;
  gap: var(--space-4);
  align-items: flex-start;
  padding: var(--space-5) var(--space-5);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  text-decoration: none;
  color: inherit;
  transition: border-color var(--transition-interactive), transform var(--transition-interactive), box-shadow var(--transition-interactive);
}
.contact-card:hover {
  border-color: var(--color-primary);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(31, 58, 43, 0.08);
}
.contact-icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-body {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.contact-label {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--color-primary);
}
.contact-value {
  font-weight: 600;
  font-size: var(--text-base);
  color: var(--color-text);
  word-break: break-word;
  overflow-wrap: anywhere;
}
.contact-hint {
  font-size: var(--text-xs);
  color: var(--color-text-muted);
  line-height: 1.4;
}
.contact-location {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-3);
  margin-top: var(--space-6);
  padding: var(--space-4) var(--space-5);
  background: var(--color-surface);
  border: 1px dashed var(--color-border);
  border-radius: var(--radius-md);
  color: var(--color-text-muted);
  font-size: var(--text-sm);
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.contact-location svg {
  color: var(--color-primary);
  flex-shrink: 0;
}
@media (max-width: 540px) {
  .contact-location {
    flex-direction: column;
    text-align: center;
  }
}
