/* ================================================================
   EMBODIED PROGRAM — Stylesheet
   ================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Manrope:wght@300;400;500;600;700&family=Alex+Brush&display=swap');

/* ================================================================
   DESIGN TOKENS — Embodied / Grounded Sophistication
   ================================================================ */

:root {
  /* Sage primary — grounding, growth */
  --primary:         #526047;
  --primary-deep:    #3D4B33;
  --primary-light:   #6A795E;
  --primary-soft:    #BCCCAC;
  --primary-mist:    #D8E8C7;
  --primary-fog:     #EEF2E5;

  /* Terracotta secondary — warmth, human accents */
  --secondary:       #82533F;
  --secondary-deep:  #663C29;
  --secondary-soft:  #F6B9A0;
  --secondary-mist:  #FFDBCD;

  /* Earth / surfaces */
  --canvas:          #FCF9F8;
  --beige-warm:      #F1ECE2;
  --peach-soft:      #FCF1E2;
  --sand:            #EFE9DC;
  --sand-soft:       #F4EFE5;
  --sand-deep:       #E5E0D5;
  --stone:           #F0EDED;

  /* Text — charcoal not pure black */
  --text:            #1B1C1C;
  --text-mid:        #454840;
  --text-soft:       #75786F;
  --text-muted:      #A8A8A0;

  /* Borders & outlines */
  --border:          #C5C8BD;
  --border-soft:     #E4E2E1;
  --hairline:        rgba(27, 28, 28, 0.08);

  /* Logo accent — teal/turquoise from the lotus mark */
  --logo-teal:       #26B8B2;

  /* Aliases — keep older selectors working with the new palette */
  --green-deep:      var(--primary);
  --green-mid:       var(--primary-light);
  --green-sage:      var(--primary-light);
  --green-light:     var(--primary-soft);
  --green-mist:      var(--primary-fog);
  --brown-warm:      var(--secondary);
  --brown-mid:       var(--secondary-soft);
  --tan-soft:        var(--secondary-soft);
  --tan-pale:        var(--sand);
  --cream:           var(--sand-soft);
  --warm-white:      var(--canvas);
  --white:           #FFFFFF;
  --text-dark:       var(--text);
  --text-light:      var(--text-soft);
  --border-light:    var(--border-soft);

  /* Typography */
  --font-heading:    'Noto Serif', Georgia, 'Times New Roman', serif;
  --font-serif:      'Noto Serif', Georgia, serif;
  --font-body:       'Manrope', system-ui, -apple-system, sans-serif;

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

  /* Border radius */
  --r-sm:   4px;
  --r-md:   8px;
  --r-lg:   16px;
  --r-xl:   24px;
  --r-full: 9999px;
  --r-blob: 40px 100px 40px 80px;

  /* Soft Earth Shadows — tinted, never grey */
  --shadow-sm:  0 2px 12px rgba(82, 96, 71, 0.06);
  --shadow-md:  0 8px 28px rgba(82, 96, 71, 0.09);
  --shadow-lg:  0 18px 52px rgba(82, 96, 71, 0.12);
  --shadow-warm: 0 12px 36px rgba(130, 83, 63, 0.10);

  /* Transitions */
  --t-fast: 180ms ease;
  --t-base: 320ms cubic-bezier(0.4, 0.0, 0.2, 1);
  --t-slow: 520ms cubic-bezier(0.4, 0.0, 0.2, 1);

  /* Container */
  --max-w:     1140px;
  --max-w-md:  800px;
  --max-w-sm:  640px;
  --pad:       1.5rem;
}

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

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text);
  background-color: var(--canvas);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "kern", "liga", "ss01";
}

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

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

ul { list-style: none; }

button, input, textarea, select { font: inherit; }

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

h1, h2, h3, h4 {
  font-family: var(--font-heading);
  font-weight: 400;
  line-height: 1.15;
  color: var(--text);
  letter-spacing: -0.015em;
}

h1 { font-size: clamp(2.6rem, 6.4vw, 5.4rem); letter-spacing: -0.022em; line-height: 1.08; }
h2 { font-size: clamp(2rem,  4.2vw, 3.6rem);  line-height: 1.18; }
h3 { font-size: clamp(1.5rem, 2.5vw, 2.2rem); line-height: 1.25; }
h4 { font-size: clamp(1.2rem, 2vw, 1.6rem);   line-height: 1.35; }

h1 em, h2 em, h3 em {
  font-style: italic;
  font-weight: 400;
  color: var(--secondary);
}

p {
  color: var(--text-mid);
  font-size: 1.075rem;
  line-height: 1.75;
}

.eyebrow {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--primary);
}

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

.container {
  width: 100%;
  max-width: var(--max-w);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--pad);
  padding-right: var(--pad);
}

.container--md { max-width: var(--max-w-md); }
.container--sm { max-width: var(--max-w-sm); }

.section       { padding: clamp(5rem, 10vw, 7.5rem) 0; }
.section--lg   { padding: clamp(6rem, 12vw, 9rem) 0; }
.section--sm   { padding: var(--sp-12) 0; }

.section-header {
  text-align: center;
  margin-bottom: clamp(3rem, 6vw, 4.5rem);
}

.section-header .eyebrow { margin-bottom: var(--sp-5); }

.section-header h2 {
  max-width: 620px;
  margin: 0 auto var(--sp-5);
  color: var(--text);
  font-weight: 400;
  letter-spacing: -0.02em;
}

.section-header p.section-header__break {
  margin-top: clamp(1.5rem, 3vw, 2rem);
}

.section-transformation .section-header h2 {
  max-width: 900px;
}

.section-transformation .section-header p {
  max-width: 980px;
}

.section-offering .section-header h2 {
  max-width: 760px;
}

.section-faq .section-header h2 {
  max-width: 800px;
}

.section-offering .section-header p {
  max-width: 920px;
}

.section-header p {
  max-width: 540px;
  margin: 0 auto;
  color: var(--text-mid);
}

/* ================================================================
   NAVIGATION
   ================================================================ */

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: var(--sp-4) 0;
  background-color: var(--canvas);
  border-bottom: 1px solid var(--hairline);
  transition: box-shadow var(--t-base), padding var(--t-base), background-color var(--t-base);
}

.nav.scrolled {
  background-color: rgba(252, 249, 248, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 4px 24px rgba(82, 96, 71, 0.06);
  padding: var(--sp-3) 0;
}

.nav .container {
  max-width: none;
  padding-left: clamp(1rem, 3vw, 2.5rem);
  padding-right: clamp(1rem, 3vw, 2.5rem);
}

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-8);
}

.nav__logo {
  font-family: var(--font-heading);
  font-size: 1.55rem;
  font-weight: 500;
  color: var(--text);
  letter-spacing: -0.01em;
  flex-shrink: 0;
  transition: color var(--t-fast);
}

.nav__logo:hover { color: var(--primary); }

/* Logo image in nav */
.nav__logo-link {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  opacity: 1;
  transition: opacity var(--t-fast);
}

.nav__logo-link:hover { opacity: 0.78; }

.nav__logo-img {
  height: 38px;
  width: auto;
  display: block;
  transition: height var(--t-base);
}

.nav.scrolled .nav__logo-img { height: 32px; }

@media (max-width: 768px) {
  .nav__logo-img { height: 32px; }
  .nav.scrolled .nav__logo-img { height: 28px; }
}

.nav__links {
  display: flex;
  align-items: center;
  gap: var(--sp-8);
}

.nav__link {
  font-family: var(--font-body);
  font-size: 0.86rem;
  font-weight: 500;
  color: var(--text-mid);
  letter-spacing: 0.01em;
  transition: color var(--t-fast);
  position: relative;
}

.nav__link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--primary);
  transition: width var(--t-base);
}

.nav__link:hover,
.nav__link.active {
  color: var(--primary);
}

.nav__link:hover::after,
.nav__link.active::after {
  width: 100%;
}

.nav__toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: var(--sp-2);
  background: none;
  border: none;
}

.nav__toggle span {
  display: block;
  width: 22px;
  height: 1.5px;
  background-color: var(--text);
  transition: transform var(--t-base), opacity var(--t-base);
}

.nav__toggle.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav__toggle.open span:nth-child(2) { opacity: 0; }
.nav__toggle.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.nav__mobile {
  display: none;
  position: fixed;
  inset: 0;
  background-color: var(--canvas);
  z-index: 99;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--sp-8);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--t-slow);
}

.nav__mobile.open {
  opacity: 1;
  pointer-events: all;
  display: flex;
}

.nav__mobile-link {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 6vw, 3.4rem);
  font-weight: 400;
  color: var(--text);
  letter-spacing: -0.015em;
  transition: color var(--t-fast);
}

.nav__mobile-link:hover { color: var(--primary); }

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-2);
  padding: 0.95rem 2.1rem;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  border-radius: var(--r-full);
  border: 1px solid transparent;
  cursor: pointer;
  transition: background-color var(--t-base), color var(--t-base), border-color var(--t-base), box-shadow var(--t-base);
  white-space: nowrap;
  text-decoration: none;
  line-height: 1;
}

.btn--primary {
  background-color: var(--primary);
  color: var(--canvas);
  border-color: var(--primary);
}

.btn--primary:hover {
  background-color: var(--primary-deep);
  border-color: var(--primary-deep);
  box-shadow: var(--shadow-md);
}

/* White hover for the hero and nav primary buttons */
.hero__actions .btn--primary:hover,
.nav__cta.btn--primary:hover {
  background-color: var(--white);
  color: var(--primary);
  border-color: var(--primary);
  box-shadow: var(--shadow-md);
}

.btn--secondary {
  background-color: transparent;
  color: var(--text);
  border-color: var(--text);
}

.btn--secondary:hover {
  background-color: var(--text);
  color: var(--canvas);
}

.btn--light {
  background-color: rgba(252, 249, 248, 0.08);
  color: var(--canvas);
  border-color: rgba(252, 249, 248, 0.45);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.btn--light:hover {
  background-color: var(--canvas);
  color: var(--primary);
  border-color: var(--canvas);
}

.btn--lg {
  padding: 1.15rem 2.6rem;
  font-size: 0.86rem;
}

.btn--sm {
  padding: 0.65rem 1.4rem;
  font-size: 0.72rem;
}

/* ================================================================
   HERO — Full-bleed cinematic, type anchored right
   ================================================================ */

.hero {
  position: relative;
  min-height: clamp(720px, 100vh, 1040px);
  background-color: var(--canvas);
  overflow: hidden;
  isolation: isolate;
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 30% 25%;
}

/* Warm cream wash on the right column to anchor type without dulling the image */
.hero__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to left,
      rgba(252, 249, 248, 0.78) 0%,
      rgba(252, 249, 248, 0.55) 28%,
      rgba(252, 249, 248, 0.18) 52%,
      transparent 70%
    ),
    linear-gradient(
      to bottom,
      transparent 65%,
      rgba(252, 249, 248, 0.55) 100%
    );
  pointer-events: none;
}

.hero__inner {
  position: relative;
  z-index: 2;
  max-width: var(--max-w);
  margin: 0 auto;
  min-height: clamp(720px, 100vh, 1040px);
  padding: clamp(7rem, 14vh, 9rem) var(--pad) clamp(4rem, 10vh, 6rem);
  display: grid;
  grid-template-columns: 1fr minmax(0, 520px);
  align-items: center;
  gap: var(--sp-12);
}

.hero__content {
  grid-column: 2;
  max-width: 560px;
  margin-top: clamp(1.5rem, 4vh, 3rem);
}

.hero__eyebrow { margin-bottom: var(--sp-6); }

.hero h1 {
  color: var(--text);
  font-weight: 400;
  font-size: clamp(1.7rem, 3.2vw, 2.6rem);
  line-height: 1.22;
  letter-spacing: -0.015em;
  margin-bottom: var(--sp-6);
}

.hero h1 em {
  font-style: italic;
  color: var(--secondary);
}

.hero__sub {
  font-size: clamp(1.05rem, 1.4vw, 1.18rem);
  color: var(--text-mid);
  line-height: 1.7;
  margin-bottom: var(--sp-10);
  font-weight: 400;
  max-width: 460px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-4);
}

/* Decorative organic blob — quiet brand anchor */
.hero__blob {
  position: absolute;
  width: 320px;
  height: 320px;
  bottom: -120px;
  left: -120px;
  border-radius: 62% 38% 47% 53% / 43% 56% 44% 57%;
  background: radial-gradient(circle at 35% 35%, rgba(82, 96, 71, 0.22), rgba(82, 96, 71, 0.06) 60%, transparent 75%);
  z-index: 1;
  pointer-events: none;
  animation: blobDrift 18s ease-in-out infinite;
}

@keyframes blobDrift {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50%      { transform: translate(20px, -16px) rotate(8deg); }
}

/* Scroll indicator */
.hero__scroll {
  position: absolute;
  bottom: var(--sp-8);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-3);
  z-index: 3;
  pointer-events: none;
}

.hero__scroll-label {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-soft);
}

.hero__scroll-line {
  width: 1px;
  height: 42px;
  background: linear-gradient(to bottom, var(--text-soft), transparent);
  animation: scrollAnim 2.4s ease infinite;
}

@keyframes scrollAnim {
  0%   { transform: scaleY(0); transform-origin: top; opacity: 1; }
  49%  { transform: scaleY(1); transform-origin: top; opacity: 1; }
  50%  { transform: scaleY(1); transform-origin: bottom; opacity: 1; }
  100% { transform: scaleY(0); transform-origin: bottom; opacity: 0; }
}

/* Tablet — soften the column ratio */
@media (max-width: 1024px) {
  .hero__inner {
    grid-template-columns: 1fr minmax(0, 460px);
  }

  .hero__media::after {
    background:
      linear-gradient(
        to left,
        rgba(252, 249, 248, 0.88) 0%,
        rgba(252, 249, 248, 0.65) 32%,
        rgba(252, 249, 248, 0.25) 58%,
        transparent 78%
      );
  }
}

/* Mobile — stacked, image as wide band on top, text below on cream */
@media (max-width: 768px) {
  .hero {
    min-height: auto;
    background-color: var(--canvas);
  }

  .hero__media {
    position: relative;
    height: 62vw;
    min-height: 280px;
    max-height: 440px;
  }

  .hero__media img {
    object-position: 28% 35%;
  }

  .hero__media::after {
    background: linear-gradient(to bottom, transparent 55%, rgba(252, 249, 248, 0.92) 100%);
  }

  .hero__inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: var(--sp-10) var(--pad) var(--sp-16);
  }

  .hero__content {
    grid-column: 1;
    max-width: 100%;
  }

  .hero__blob {
    width: 220px;
    height: 220px;
    bottom: auto;
    top: 30vw;
    left: -100px;
  }

  .hero__scroll { display: none; }
}

/* ================================================================
   VALIDATION SECTION
   ================================================================ */

.section-validation {
  background-color: #FCF5F2;
  position: relative;
  z-index: 5;
  box-shadow: 0 -14px 28px -8px rgba(0, 0, 0, 0.12);
}

.section-validation::before {
  content: '';
  position: absolute;
  top: 18%;
  right: -8%;
  width: 360px;
  height: 360px;
  border-radius: 58% 42% 53% 47% / 47% 51% 49% 53%;
  background: radial-gradient(circle at 40% 40%, rgba(130, 83, 63, 0.10), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.validation__inner {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
  text-wrap: pretty;
}

.validation__inner h2 {
  font-family: var(--font-heading);
  color: var(--text);
  font-weight: 400;
  font-style: italic;
  margin: 0 auto var(--sp-10);
  font-size: clamp(1.6rem, 3.2vw, 2.7rem);
  line-height: 1.25;
  letter-spacing: -0.018em;
}

@media (min-width: 600px) {
  .validation__inner h2 { white-space: nowrap; }
}

.validation__inner p {
  margin-bottom: var(--sp-5);
  font-size: 1.1rem;
  line-height: 1.78;
}
.validation__inner p:last-child { margin-bottom: 0; }

/* ================================================================
   APPROACH / PILLARS
   ================================================================ */

/* ================================================================
   SERVICES — Full-width video banner + bubbles
   ================================================================ */

.section-services {
  background-color: #FCF5F2;
  position: relative;
  overflow: hidden;
  padding: clamp(4rem, 8vw, 6rem) 0;
}

.section-quote-banner {
  position: relative;
  padding: 0;
}

.services-banner {
  position: relative;
  width: 100%;
  height: clamp(380px, 55vh, 540px);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-banner video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 32%;
  z-index: 0;
}

.services-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(252, 249, 248, 0.42) 0%, rgba(252, 249, 248, 0.55) 100%);
  z-index: 1;
  pointer-events: none;
}

.services-banner__quote {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 820px;
  padding: 0 clamp(1.5rem, 5vw, 3rem);
  margin: 0;
}

.services-banner__quote p {
  font-family: var(--font-heading);
  font-style: italic;
  font-size: clamp(1.55rem, 3.4vw, 2.8rem);
  line-height: 1.3;
  color: var(--text);
  letter-spacing: -0.018em;
  margin: 0 0 var(--sp-6);
  text-wrap: balance;
}

.services-banner__quote cite {
  display: block;
  font-family: var(--font-body);
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-mid);
}

.services-bubbles-wrap {
  position: relative;
  z-index: 1;
}

.services-bubbles-wrap .section-header {
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

/* Wider section-header variant — used for "What Embodied supports" */
.section-header--wide h2 {
  max-width: 1000px;
  font-size: clamp(1.95rem, 3.5vw, 3rem);
  letter-spacing: -0.018em;
  line-height: 1.2;
  text-wrap: balance;
}

.section-services .section-header--wide p {
  max-width: 1080px;
}

.section-header--wide p {
  max-width: 820px;
  font-size: clamp(1.05rem, 1.35vw, 1.15rem);
  text-wrap: pretty;
}

.services-bubbles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.7rem, 1.1vw, 1rem);
  max-width: 1100px;
  margin: 0 auto;
  align-items: stretch;
}

.bubble {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 1.5vw, 1.2rem) clamp(1.5rem, 2.2vw, 2rem);
  background-color: var(--canvas);
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  font-family: var(--font-body);
  font-size: clamp(0.92rem, 1.2vw, 1.05rem);
  font-weight: 500;
  color: var(--text);
  letter-spacing: 0.005em;
  text-align: center;
  cursor: default;
  box-shadow: 0 1px 3px rgba(27, 28, 28, 0.03);
  min-height: 66px;
  line-height: 1.3;
}

.services-bubbles-others {
  display: flex;
  justify-content: center;
  margin-top: clamp(0.7rem, 1.1vw, 1rem);
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}


@media (max-width: 900px) {
  .services-bubbles { grid-template-columns: repeat(2, 1fr); }
  .services-banner { height: clamp(360px, 60vh, 480px); }
}

@media (max-width: 540px) {
  .services-bubbles { grid-template-columns: 1fr; }
  .bubble { padding: 0.85rem 1.2rem; font-size: 0.92rem; }
}

.services-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: clamp(3rem, 6vw, 4.5rem);
  position: relative;
  z-index: 1;
}

.services-media {
  position: sticky;
  top: 100px;
  width: 100%;
  height: clamp(420px, 56vh, 600px);
  overflow: hidden;
  background-color: var(--primary-fog);
  border-radius: 0;
  box-shadow: none;
}

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

.services-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(165deg, rgba(252, 241, 226, 0.14), rgba(82, 96, 71, 0.06) 50%, transparent);
  pointer-events: none;
}

.services-content {
  padding: 0 clamp(1.5rem, 5vw, 4rem);
  max-width: 640px;
}

.services-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: clamp(1.5rem, 3vw, 2.5rem);
  row-gap: 0;
  position: relative;
}

/* Vertical hairline between the two columns */
.services-boxes::before {
  content: '';
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 50%;
  width: 1px;
  background-color: var(--hairline);
  transform: translateX(-50%);
  pointer-events: none;
}

.service {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: clamp(0.9rem, 1.6vw, 1.35rem) 0;
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--sp-3);
  min-height: 0;
  position: relative;
  cursor: default;
  box-shadow: none;
  transition: transform var(--t-base);
}

.service:hover {
  background-color: transparent;
  border-color: transparent;
  transform: translateX(5px);
  box-shadow: none;
}

.service__num,
.service__mark { display: none; }

.service__title {
  font-family: var(--font-heading);
  font-size: clamp(1.1rem, 1.5vw, 1.35rem);
  font-weight: 400;
  color: var(--text);
  margin: 0;
  letter-spacing: -0.01em;
  line-height: 1.3;
  transition: color var(--t-base);
}

.service:hover .service__title { color: var(--primary); }

@media (max-width: 900px) {
  .services-layout {
    grid-template-columns: 1fr;
    gap: var(--sp-10);
  }
  .services-media {
    position: static;
    height: clamp(260px, 50vw, 400px);
  }
  .services-content {
    padding: 0 var(--pad);
  }
}

@media (max-width: 600px) {
  .services-boxes {
    grid-template-columns: 1fr;
  }
  .services-boxes::before { display: none; }
  .service {
    border-bottom: 1px solid var(--hairline);
  }
  .service:last-child { border-bottom: none; }
}

/* ================================================================
   MANIFESTO BAND — single italic line, breathes
   ================================================================ */

.section-manifesto {
  background-color: var(--canvas);
  padding: clamp(5rem, 11vw, 8.5rem) 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.section-manifesto::before {
  content: '';
  position: absolute;
  width: 320px;
  height: 320px;
  top: -130px;
  left: 6%;
  border-radius: 58% 42% 53% 47% / 47% 51% 49% 53%;
  background: radial-gradient(circle at 35% 35%, rgba(82, 96, 71, 0.10), transparent 65%);
  pointer-events: none;
}

.section-manifesto::after {
  content: '';
  position: absolute;
  width: 240px;
  height: 240px;
  bottom: -90px;
  right: 8%;
  border-radius: 42% 58% 47% 53% / 51% 47% 53% 49%;
  background: radial-gradient(circle, rgba(130, 83, 63, 0.09), transparent 65%);
  pointer-events: none;
}

.manifesto {
  position: relative;
  z-index: 1;
  font-family: var(--font-heading);
  font-style: italic;
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  line-height: 1.35;
  color: var(--text);
  max-width: 760px;
  margin: 0 auto;
  letter-spacing: -0.018em;
  text-wrap: balance;
}

/* ================================================================
   WHAT IS EMBODIED — full-bleed lotus image + text right
   ================================================================ */

.section-program {
  background-color: var(--primary);
  background-image:
    linear-gradient(rgba(82, 96, 71, 0.22), rgba(82, 96, 71, 0.34)),
    url('../images/lotus%20flower%202%20-%20edited.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

@media (max-width: 800px) {
  .section-program {
    background-attachment: scroll;
  }
}

.program-card {
  max-width: 1080px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 32px;
  padding: clamp(2.25rem, 4vw, 3.75rem);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.16),
    0 36px 80px rgba(0, 0, 0, 0.22);
  text-align: center;
}

.program-card h2 {
  font-family: var(--font-heading);
  color: var(--text);
  font-weight: 400;
  margin: 0 0 var(--sp-6);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.2;
  letter-spacing: -0.018em;
  text-wrap: balance;
}

.program-card h2 em {
  color: var(--logo-teal);
  font-style: italic;
  font-weight: 400;
}

.program-card p {
  margin: 0 auto var(--sp-5);
  max-width: 680px;
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--text-mid);
  text-wrap: pretty;
}

.program-card p:last-child { margin-bottom: 0; }

.section-approach { background-color: var(--sand-soft); }

.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, 2vw, 1.75rem);
}

.pillar {
  background-color: var(--white);
  border: 1px solid rgba(82, 96, 71, 0.20);
  border-radius: 24px;
  padding: clamp(2.25rem, 3.2vw, 3rem);
  position: relative;
  overflow: hidden;
  box-shadow:
    0 6px 20px rgba(82, 96, 71, 0.12),
    0 28px 64px rgba(82, 96, 71, 0.18);
  transition: transform var(--t-base), box-shadow var(--t-base), border-color var(--t-base);
}

.pillar::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(82, 96, 71, 0.12), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.pillar::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 4px;
  background: var(--primary);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

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

.pillar:hover {
  transform: translateY(-8px);
  box-shadow:
    0 10px 28px rgba(82, 96, 71, 0.16),
    0 36px 80px rgba(82, 96, 71, 0.26);
  border-color: rgba(82, 96, 71, 0.36);
}

.pillar__icon {
  width: 68px;
  height: 68px;
  border-radius: 58% 42% 53% 47% / 47% 51% 49% 53%;
  background-color: var(--peach-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--sp-6);
  flex-shrink: 0;
  transition: transform var(--t-base);
}

.pillar:hover .pillar__icon { transform: rotate(-4deg) scale(1.04); }

.pillar__icon svg {
  width: 30px;
  height: 30px;
  stroke: var(--secondary);
  fill: none;
}

.pillar h3 {
  font-size: clamp(1.3rem, 1.8vw, 1.55rem);
  font-weight: 500;
  color: var(--text);
  margin-bottom: var(--sp-4);
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.pillar p {
  font-size: 0.97rem;
  line-height: 1.7;
  color: var(--text-mid);
  margin: 0;
}

@media (max-width: 900px) {
  .pillars { grid-template-columns: 1fr; gap: var(--sp-4); }
}

/* ================================================================
   ABOUT TEASER
   ================================================================ */

.section-about-teaser { background-color: var(--white); }

.about-teaser {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: clamp(3rem, 6vw, 5rem);
  align-items: center;
}

.about-teaser__image {
  position: relative;
  aspect-ratio: 3 / 4;
}

.about-teaser__image::before {
  content: '';
  position: absolute;
  inset: -14px;
  border-radius: 50% 50% 6px 6px / 32% 32% 4px 4px;
  border: 2px solid rgba(82, 96, 71, 0.32);
  pointer-events: none;
  z-index: 1;
}

.about-teaser__image img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  border-radius: 50% 50% 6px 6px / 32% 32% 4px 4px;
  background-color: var(--primary-fog);
  box-shadow: 0 28px 70px rgba(82, 96, 71, 0.26);
}

.about-teaser__placeholder {
  border-radius: 50% 50% 6px 6px / 32% 32% 4px 4px;
  background-color: var(--primary-fog);
}

.about-teaser__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-light);
  font-size: 0.75rem;
  font-family: var(--font-body);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-teaser__content .eyebrow { margin-bottom: var(--sp-5); }

.about-teaser__content h2 {
  font-weight: 400;
  color: var(--text);
  margin-bottom: var(--sp-6);
  letter-spacing: -0.02em;
}

.about-teaser__content p { margin-bottom: var(--sp-5); }

.about-teaser__content p:last-of-type { margin-bottom: var(--sp-8); }

/* ================================================================
   TRANSFORMATION
   ================================================================ */

.section-transformation {
  background-color: var(--primary-deep);
  background-image:
    linear-gradient(rgba(38, 48, 34, 0.68), rgba(38, 48, 34, 0.80)),
    url('../images/green%20forest%203.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--canvas);
  position: relative;
  overflow: hidden;
}

.section-transformation .section-header h2,
.section-transformation .section-header p {
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}

.section-transformation::before {
  content: '';
  position: absolute;
  width: 480px;
  height: 480px;
  top: -220px;
  right: -180px;
  border-radius: 58% 42% 53% 47% / 47% 51% 49% 53%;
  background: radial-gradient(circle, rgba(130, 83, 63, 0.32), transparent 70%);
  pointer-events: none;
}

.section-transformation .section-header h2 { color: var(--canvas); letter-spacing: -0.02em; }
.section-transformation .section-header p  { color: var(--canvas); }

.transformation__grid {
  display: grid;
  grid-template-columns: 1fr 80px 1fr;
  gap: var(--sp-8);
  align-items: start;
  max-width: 880px;
  margin: 0 auto;
  position: relative;
  padding: clamp(2rem, 4vw, 3rem) clamp(1.75rem, 3.5vw, 2.75rem);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: clamp(26px, 3.5vw, 36px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

.transformation__col-label {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: var(--sp-6);
  text-align: center;
}

.transformation__column--before .transformation__col-label { color: var(--secondary-soft); }
.transformation__column--after  .transformation__col-label { color: var(--primary-soft); }

.transformation__item {
  padding: var(--sp-5) 0;
  border-bottom: 1px solid rgba(252, 249, 248, 0.12);
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.4;
  text-align: center;
}

.transformation__column--before .transformation__item {
  color: var(--canvas);
  font-style: italic;
}
.transformation__column--after  .transformation__item { color: var(--canvas); }

.transformation__divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 3rem;
  gap: var(--sp-4);
  opacity: 0.45;
}

.transformation__divider-line {
  width: 1px;
  height: 220px;
  background: linear-gradient(to bottom, transparent, var(--primary-soft), transparent);
}

/* ================================================================
   TESTIMONIALS
   ================================================================ */

.section-testimonials { background-color: var(--sand-soft); }

.testimonials {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.testimonial {
  padding: var(--sp-10) 0 var(--sp-8);
  position: relative;
  border-top: 1px solid var(--hairline);
}

.testimonial__mark {
  font-family: var(--font-heading);
  font-size: 5rem;
  line-height: 0.6;
  color: var(--secondary);
  opacity: 0.85;
  position: absolute;
  top: var(--sp-10);
  left: 0;
  pointer-events: none;
  user-select: none;
  font-style: italic;
}

.testimonial__text {
  font-style: italic;
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.55;
  color: var(--text);
  margin-bottom: var(--sp-8);
  padding-top: var(--sp-8);
  letter-spacing: -0.01em;
}

.testimonial__author strong {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: var(--sp-1);
  font-style: normal;
  font-family: var(--font-body);
  letter-spacing: 0.04em;
}

.testimonial__author {
  font-size: 0.82rem;
  color: var(--text-soft);
  font-style: normal;
  font-family: var(--font-body);
  line-height: 1.6;
}

/* ================================================================
   OFFERING
   ================================================================ */

.section-offering { background-color: var(--canvas); }

.offering__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, 2vw, 1.75rem);
  max-width: 1280px;
  margin: 0 auto;
}

.offering-card {
  background-color: var(--sand-soft);
  border: 1px solid transparent;
  border-radius: var(--r-xl);
  padding: clamp(2rem, 3vw, 2.75rem) clamp(1.5rem, 2vw, 2rem);
  transition: box-shadow var(--t-base), background-color var(--t-base);
  position: relative;
}

.offering-card:not(.offering-card--featured):hover {
  box-shadow: var(--shadow-lg);
  background-color: var(--canvas);
  border-color: var(--border-soft);
}

.offering-card--featured {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--canvas);
  box-shadow: var(--shadow-lg);
}

.offering-card__tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.4rem 0.95rem;
  border-radius: var(--r-full);
  background-color: var(--canvas);
  color: var(--primary);
  border: 1px solid var(--primary);
  margin-bottom: var(--sp-6);
}

.offering-card--featured .offering-card__tag {
  background-color: rgba(252, 249, 248, 0.12);
  color: var(--canvas);
  border-color: rgba(252, 249, 248, 0.4);
}

.offering-card__tag--alt {
  color: var(--secondary);
  border-color: var(--secondary);
}

@media (max-width: 920px) {
  .offering__cards {
    grid-template-columns: 1fr;
    max-width: 460px;
  }
}

.offering-card__title {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 400;
  color: var(--text);
  margin-bottom: var(--sp-4);
  letter-spacing: -0.015em;
}

.offering-card--featured .offering-card__title { color: var(--canvas); }

.offering-card__price {
  font-family: var(--font-heading);
  font-size: 1.85rem;
  color: var(--primary);
  margin: 0 0 var(--sp-5);
  letter-spacing: -0.01em;
  line-height: 1.25;
}

.offering-card__price-note {
  display: block;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 400;
  color: var(--text-soft);
  margin-top: 2px;
}

.offering-card--featured .offering-card__price { color: var(--canvas); }
.offering-card--featured .offering-card__price-note { color: rgba(252, 249, 248, 0.72); }

.offering-card__desc {
  font-size: 1rem;
  color: var(--text-mid);
  line-height: 1.7;
  margin-bottom: var(--sp-8);
}

.offering-card--featured .offering-card__desc { color: rgba(252, 249, 248, 0.78); }

.offering-card__features {
  margin-bottom: var(--sp-8);
}

.offering-card__feature {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-3);
  font-size: 0.92rem;
  color: var(--text-mid);
  padding: var(--sp-3) 0;
  border-bottom: 1px solid var(--hairline);
  line-height: 1.5;
}

.offering-card__feature:last-child { border-bottom: none; }

.offering-card--featured .offering-card__feature {
  color: rgba(252, 249, 248, 0.85);
  border-color: rgba(252, 249, 248, 0.12);
}

.offering-card__check {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  fill: var(--primary);
  margin-top: 3px;
}

.offering-card > .btn {
  display: block;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.offering-card--featured .offering-card__check { fill: var(--secondary-soft); }

/* ================================================================
   CTA BAND
   ================================================================ */

.section-cta {
  background-color: var(--peach-soft);
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 5;
  box-shadow: 0 -14px 28px -8px rgba(0, 0, 0, 0.12);
}

.section-cta::before {
  content: '';
  position: absolute;
  width: 520px;
  height: 520px;
  bottom: -260px;
  left: -200px;
  border-radius: 58% 42% 53% 47% / 47% 51% 49% 53%;
  background: radial-gradient(circle at 35% 35%, rgba(82, 96, 71, 0.18), transparent 65%);
  pointer-events: none;
}

.section-cta > * { position: relative; z-index: 1; }

.section-cta h2 {
  color: var(--text);
  font-weight: 400;
  margin-bottom: var(--sp-6);
  letter-spacing: -0.02em;
}

.section-cta p {
  max-width: 760px;
  margin: 0 auto var(--sp-10);
  color: var(--text-mid);
}

.section-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-4);
  justify-content: center;
}

/* ================================================================
   FOOTER
   ================================================================ */

.footer {
  background-color: var(--primary-deep);
  padding: var(--sp-20) 0 var(--sp-8);
  color: var(--canvas);
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  top: -300px;
  right: -260px;
  border-radius: 58% 42% 53% 47% / 47% 51% 49% 53%;
  background: radial-gradient(circle, rgba(130, 83, 63, 0.22), transparent 70%);
  pointer-events: none;
}

.footer__inner {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.8fr;
  gap: var(--sp-12);
  margin-bottom: var(--sp-16);
  position: relative;
  z-index: 1;
}

.footer__newsletter-text {
  font-size: 0.92rem;
  color: rgba(252, 249, 248, 0.65);
  line-height: 1.7;
  margin-bottom: var(--sp-5);
}

.footer__newsletter-form {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}

.footer__newsletter-form input {
  width: 100%;
  padding: 0.8rem 1.1rem;
  border-radius: var(--r-full);
  border: 1px solid rgba(252, 249, 248, 0.2);
  background-color: rgba(252, 249, 248, 0.08);
  color: var(--canvas);
  font-family: var(--font-body);
  font-size: 0.92rem;
}

.footer__newsletter-form input::placeholder { color: rgba(252, 249, 248, 0.5); }

.footer__newsletter-form input:focus {
  outline: none;
  background-color: rgba(252, 249, 248, 0.14);
  border-color: rgba(252, 249, 248, 0.4);
}

.footer__newsletter-form .btn { width: 100%; }

.footer__brand .footer__logo {
  display: block;
  margin-bottom: var(--sp-5);
}

.footer__brand .footer__logo img {
  height: 40px;
  width: auto;
}

.footer__brand p {
  font-size: 0.92rem;
  color: rgba(252, 249, 248, 0.65);
  line-height: 1.75;
  max-width: 300px;
}

.footer__col-title {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--secondary-soft);
  margin-bottom: var(--sp-6);
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}

.footer__link {
  font-size: 0.92rem;
  color: rgba(252, 249, 248, 0.7);
  transition: color var(--t-fast);
}

.footer__link:hover { color: var(--canvas); }

.footer__bottom {
  border-top: 1px solid rgba(252, 249, 248, 0.12);
  padding-top: var(--sp-8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--sp-4);
  position: relative;
  z-index: 1;
}

.footer__copy {
  font-size: 0.78rem;
  color: rgba(252, 249, 248, 0.45);
}

/* ================================================================
   PAGE HERO (inner pages)
   ================================================================ */

.page-hero {
  padding: calc(var(--sp-32) + 60px) 0 var(--sp-24);
  background-color: var(--sand-soft);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  width: 380px;
  height: 380px;
  bottom: -180px;
  right: -120px;
  border-radius: 58% 42% 53% 47% / 47% 51% 49% 53%;
  background: radial-gradient(circle at 35% 35%, rgba(82, 96, 71, 0.12), transparent 65%);
  pointer-events: none;
}

.page-hero > * { position: relative; z-index: 1; }

.page-hero .eyebrow { margin-bottom: var(--sp-5); }

.page-hero__logo {
  display: block;
  margin: 0 auto var(--sp-5);
  height: clamp(60px, 7vw, 90px);
  width: auto;
}

.page-hero__logo--sm {
  height: clamp(24px, 2.6vw, 34px);
  margin-bottom: var(--sp-3);
}

.page-hero--warm {
  background-color: #FCF5F2;
  position: relative;
  z-index: 5;
  box-shadow: 0 14px 28px -8px rgba(0, 0, 0, 0.12);
  padding-top: calc(var(--sp-10) + 60px);
  padding-bottom: var(--sp-10);
}

.page-hero.page-hero--blog p {
  font-size: 0.92rem;
}

.page-hero.page-hero--warm .container {
  max-width: 1400px;
}

.page-hero.page-hero--warm p {
  max-width: none;
  font-size: 1.05rem;
  white-space: nowrap;
}

.page-hero--cream {
  background-color: #FCF5F2;
  position: relative;
  z-index: 5;
  box-shadow: 0 14px 28px -8px rgba(0, 0, 0, 0.12);
  padding-top: calc(var(--sp-20) + 60px);
  padding-bottom: var(--sp-16);
}

.page-hero--cream h1 {
  margin-bottom: var(--sp-3);
}

.page-hero--cream .container {
  max-width: 1400px;
}

.page-hero.page-hero--cream p {
  max-width: none;
  font-size: 1.05rem;
  text-wrap: nowrap;
  white-space: nowrap;
}

/* Subtle botanical leaf sprigs scattered around the About hero */
.page-hero--botanical {
  overflow: hidden;
  background-repeat: no-repeat;
  background-image:
    url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 240'><g transform='rotate(90 120 120)' fill='%23D9B594' fill-opacity='0.42' stroke='%23C6A079' stroke-opacity='0.4'><path d='M30 215 C 70 165 95 100 110 28' fill='none' stroke-width='2.5' stroke-linecap='round'/><path d='M55 165 C 24 154 17 117 36 92 C 67 104 73 142 55 165 Z' stroke='none'/><path d='M78 120 C 103 92 99 56 78 36 C 57 64 58 100 78 120 Z' stroke='none'/><path d='M97 72 C 70 64 56 33 60 4 C 90 16 102 47 97 72 Z' stroke='none'/></g></svg>"),
    url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 240'><g transform='rotate(270 120 120)' fill='%23D9B594' fill-opacity='0.42' stroke='%23C6A079' stroke-opacity='0.4'><path d='M30 215 C 70 165 95 100 110 28' fill='none' stroke-width='2.5' stroke-linecap='round'/><path d='M55 165 C 24 154 17 117 36 92 C 67 104 73 142 55 165 Z' stroke='none'/><path d='M78 120 C 103 92 99 56 78 36 C 57 64 58 100 78 120 Z' stroke='none'/><path d='M97 72 C 70 64 56 33 60 4 C 90 16 102 47 97 72 Z' stroke='none'/></g></svg>"),
    url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 240'><g transform='rotate(180 120 120)' fill='%23D9B594' fill-opacity='0.32' stroke='%23C6A079' stroke-opacity='0.3'><path d='M30 215 C 70 165 95 100 110 28' fill='none' stroke-width='2.5' stroke-linecap='round'/><path d='M55 165 C 24 154 17 117 36 92 C 67 104 73 142 55 165 Z' stroke='none'/><path d='M78 120 C 103 92 99 56 78 36 C 57 64 58 100 78 120 Z' stroke='none'/><path d='M97 72 C 70 64 56 33 60 4 C 90 16 102 47 97 72 Z' stroke='none'/></g></svg>"),
    url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 240'><g fill='%23D9B594' fill-opacity='0.32' stroke='%23C6A079' stroke-opacity='0.3'><path d='M30 215 C 70 165 95 100 110 28' fill='none' stroke-width='2.5' stroke-linecap='round'/><path d='M55 165 C 24 154 17 117 36 92 C 67 104 73 142 55 165 Z' stroke='none'/><path d='M78 120 C 103 92 99 56 78 36 C 57 64 58 100 78 120 Z' stroke='none'/><path d='M97 72 C 70 64 56 33 60 4 C 90 16 102 47 97 72 Z' stroke='none'/></g></svg>"),
    url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><path d='M50 6 C 18 30 18 70 50 94 C 82 70 82 30 50 6 Z' fill='%23D9B594' fill-opacity='0.3'/><path d='M50 6 C 46 40 46 64 50 94' fill='none' stroke='%23C6A079' stroke-opacity='0.3' stroke-width='2.5'/></svg>"),
    url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><path d='M50 6 C 18 30 18 70 50 94 C 82 70 82 30 50 6 Z' fill='%23D9B594' fill-opacity='0.28'/><path d='M50 6 C 46 40 46 64 50 94' fill='none' stroke='%23C6A079' stroke-opacity='0.28' stroke-width='2.5'/></svg>"),
    url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 240'><g transform='rotate(90 120 120)' fill='%23D9B594' fill-opacity='0.13' stroke='%23C6A079' stroke-opacity='0.12'><path d='M30 215 C 70 165 95 100 110 28' fill='none' stroke-width='2.5' stroke-linecap='round'/><path d='M55 165 C 24 154 17 117 36 92 C 67 104 73 142 55 165 Z' stroke='none'/><path d='M78 120 C 103 92 99 56 78 36 C 57 64 58 100 78 120 Z' stroke='none'/><path d='M97 72 C 70 64 56 33 60 4 C 90 16 102 47 97 72 Z' stroke='none'/></g></svg>"),
    url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 240'><g transform='rotate(270 120 120)' fill='%23D9B594' fill-opacity='0.13' stroke='%23C6A079' stroke-opacity='0.12'><path d='M30 215 C 70 165 95 100 110 28' fill='none' stroke-width='2.5' stroke-linecap='round'/><path d='M55 165 C 24 154 17 117 36 92 C 67 104 73 142 55 165 Z' stroke='none'/><path d='M78 120 C 103 92 99 56 78 36 C 57 64 58 100 78 120 Z' stroke='none'/><path d='M97 72 C 70 64 56 33 60 4 C 90 16 102 47 97 72 Z' stroke='none'/></g></svg>"),
    url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 240'><g transform='rotate(180 120 120)' fill='%23D9B594' fill-opacity='0.13' stroke='%23C6A079' stroke-opacity='0.12'><path d='M30 215 C 70 165 95 100 110 28' fill='none' stroke-width='2.5' stroke-linecap='round'/><path d='M55 165 C 24 154 17 117 36 92 C 67 104 73 142 55 165 Z' stroke='none'/><path d='M78 120 C 103 92 99 56 78 36 C 57 64 58 100 78 120 Z' stroke='none'/><path d='M97 72 C 70 64 56 33 60 4 C 90 16 102 47 97 72 Z' stroke='none'/></g></svg>"),
    url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 240'><g fill='%23D9B594' fill-opacity='0.13' stroke='%23C6A079' stroke-opacity='0.12'><path d='M30 215 C 70 165 95 100 110 28' fill='none' stroke-width='2.5' stroke-linecap='round'/><path d='M55 165 C 24 154 17 117 36 92 C 67 104 73 142 55 165 Z' stroke='none'/><path d='M78 120 C 103 92 99 56 78 36 C 57 64 58 100 78 120 Z' stroke='none'/><path d='M97 72 C 70 64 56 33 60 4 C 90 16 102 47 97 72 Z' stroke='none'/></g></svg>");
  background-size:
    clamp(150px, 18vw, 235px),
    clamp(160px, 19vw, 250px),
    clamp(120px, 14vw, 190px),
    clamp(125px, 15vw, 200px),
    clamp(40px, 5vw, 62px),
    clamp(34px, 4.5vw, 54px),
    clamp(240px, 30vw, 380px),
    clamp(250px, 32vw, 400px),
    clamp(200px, 24vw, 320px),
    clamp(210px, 26vw, 330px);
  background-position:
    left -40px top -34px,
    right -44px bottom -36px,
    right -30px top -46px,
    left -28px bottom -48px,
    left 2% center,
    right 2.5% top 30%,
    left -90px top -70px,
    right -100px bottom -76px,
    right -84px top -96px,
    left -80px bottom -100px;
}

.page-hero--botanical .container {
  position: relative;
  z-index: 1;
}

.page-hero--blog {
  background-color: #FCF5F2;
  position: relative;
  z-index: 5;
  box-shadow: 0 14px 28px -8px rgba(0, 0, 0, 0.12);
  padding-top: calc(var(--sp-10) + 60px);
  padding-bottom: var(--sp-10);
}

.page-hero--blog .container {
  max-width: 1320px;
}

.page-hero.page-hero--blog h1 {
  max-width: 100%;
  font-size: clamp(1.8rem, 4vw, 3.1rem);
  white-space: nowrap;
}

@media (max-width: 700px) {
  .page-hero.page-hero--blog h1 {
    white-space: normal;
  }
}

.section-faq .section-header h2 {
  max-width: 1100px;
  font-size: clamp(2rem, 3.8vw, 3rem);
  white-space: nowrap;
}

.section-faq .section-header .eyebrow {
  font-size: 2.1rem;
  letter-spacing: 0.2em;
}

.hero-name-script {
  font-family: 'Alex Brush', cursive;
  font-style: normal;
  font-size: 1.3em;
  line-height: 1;
  display: inline-block;
  color: var(--text);
}

.page-hero--image {
  background-image:
    linear-gradient(180deg, rgba(252, 245, 242, 0.70) 0%, rgba(252, 245, 242, 0.85) 100%),
    url('../images/woman%20freedom.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 5;
  box-shadow: 0 14px 28px -8px rgba(0, 0, 0, 0.12);
}

.page-hero h1 {
  font-weight: 400;
  color: var(--text);
  font-size: clamp(2.4rem, 5.4vw, 4rem);
  max-width: 760px;
  margin: 0 auto var(--sp-6);
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.page-hero p {
  max-width: 880px;
  margin: 0 auto;
  font-size: 1.12rem;
  font-weight: 400;
  color: var(--text-mid);
}

/* ================================================================
   ABOUT PAGE
   ================================================================ */

.section-about-main { background-color: var(--white); }

.about-layout {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: clamp(3rem, 6vw, 5rem);
  align-items: start;
}

.about-layout__image {
  position: sticky;
  top: 100px;
  aspect-ratio: 3 / 4;
}

.about-layout__image::before {
  content: '';
  position: absolute;
  inset: -14px;
  border-radius: 50% 50% 6px 6px / 32% 32% 4px 4px;
  border: 2px solid rgba(82, 96, 71, 0.32);
  pointer-events: none;
  z-index: 1;
}

.about-layout__image img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  border-radius: 50% 50% 6px 6px / 32% 32% 4px 4px;
  background-color: var(--primary-fog);
  box-shadow: 0 28px 70px rgba(82, 96, 71, 0.26);
}

.about-layout__image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-light);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-layout__content h2 {
  font-weight: 400;
  color: var(--text);
  margin-bottom: var(--sp-6);
  letter-spacing: -0.02em;
}

.about-layout__content h3 {
  font-weight: 400;
  color: var(--text);
  margin: var(--sp-12) 0 var(--sp-5);
  font-size: 1.7rem;
  letter-spacing: -0.015em;
}

.about-layout__content p { margin-bottom: var(--sp-5); }

.section-credentials { background-color: var(--sand-soft); }

.credentials-intro {
  text-align: center;
  max-width: 760px;
  margin: 0 auto var(--sp-12);
}

.credentials-intro h2 {
  color: var(--text);
  font-weight: 400;
  margin-bottom: var(--sp-5);
  letter-spacing: -0.02em;
}

.credentials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--sp-4);
}

.credential-item {
  background-color: var(--canvas);
  border: 1px solid rgba(82, 96, 71, 0.18);
  border-radius: 18px;
  padding: clamp(1.5rem, 2.6vw, 2.25rem);
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
  box-shadow:
    0 2px 8px rgba(82, 96, 71, 0.06),
    0 14px 32px rgba(82, 96, 71, 0.10);
  transition: transform var(--t-base), border-color var(--t-base), box-shadow var(--t-base);
}

.credential-item:hover {
  transform: translateY(-4px);
  border-color: rgba(82, 96, 71, 0.35);
  box-shadow:
    0 4px 14px rgba(82, 96, 71, 0.10),
    0 22px 48px rgba(82, 96, 71, 0.18);
}

.credential-item__title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--primary);
  margin: 0;
  letter-spacing: -0.012em;
  line-height: 1.3;
}

.credential-item p {
  font-size: 0.95rem;
  color: var(--text-mid);
  line-height: 1.6;
  margin: 0;
}

/* ================================================================
   HOW IT WORKS PAGE
   ================================================================ */

.section-how-intro { background-color: var(--canvas); }

.how-intro {
  max-width: var(--max-w-md);
  margin: 0 auto;
}

.how-intro p {
  margin-bottom: var(--sp-5);
  font-size: 1.1rem;
  line-height: 1.78;
}

.section-how-callout {
  background-color: var(--primary);
  background-image:
    linear-gradient(rgba(82, 96, 71, 0.30), rgba(82, 96, 71, 0.45)),
    url('../images/calm%20waters.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

@media (max-width: 800px) {
  .section-how-callout {
    background-attachment: scroll;
  }
}

.section-neuro {
  background-color: var(--white);
  position: relative;
  padding-top: clamp(2.5rem, 5vw, 3.5rem);
}

.neuro-content {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.neuro-content p {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--text-mid);
  margin: 0;
  text-wrap: pretty;
}

.neuro-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  max-width: 1100px;
  margin: clamp(2.5rem, 5vw, 4rem) auto 0;
}

.neuro-column {
  text-align: center;
  padding: 0 var(--sp-3);
  position: relative;
}

.neuro-column:not(:last-child)::after {
  content: '';
  position: absolute;
  right: calc(-1 * clamp(2rem, 4vw, 3.5rem) / 2);
  top: 10%;
  width: 1px;
  height: 80%;
  background: rgba(82, 96, 71, 0.20);
}

.neuro-column__icon {
  font-size: 2.5rem;
  margin-bottom: var(--sp-4);
  line-height: 1;
}

.neuro-column__title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--text);
  margin: 0 0 var(--sp-3);
  line-height: 1.3;
}

.neuro-column p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--text-mid);
  margin: 0;
}

.neuro-close {
  max-width: 760px;
  margin: clamp(2.5rem, 5vw, 4rem) auto 0;
  text-align: center;
  font-size: 1.15rem;
  color: var(--text);
  font-family: var(--font-heading);
  line-height: 1.6;
}

@media (max-width: 800px) {
  .neuro-columns {
    grid-template-columns: 1fr;
    gap: var(--sp-8);
  }
  .neuro-column:not(:last-child)::after {
    display: none;
  }
}

.how-callout {
  max-width: 1080px;
  margin: 0 auto;
  background-color: #FCF5F2;
  border-radius: 32px;
  padding: clamp(2.25rem, 4vw, 3.5rem);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.22),
    0 36px 80px rgba(0, 0, 0, 0.30);
  text-align: center;
}

.how-callout__title {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  color: var(--text);
  margin: 0 0 var(--sp-4);
  line-height: 1.3;
  letter-spacing: -0.018em;
  text-wrap: balance;
}

.how-callout__personal {
  font-family: var(--font-heading);
  color: var(--text-soft);
  margin: 0 0 var(--sp-8);
  font-size: 1.05rem;
}

.how-callout p:not(.how-callout__personal) {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--text-mid);
  margin: 0 auto var(--sp-5);
  max-width: 640px;
  text-wrap: pretty;
}

.how-callout p:last-child { margin-bottom: 0; }

.section-phases { background-color: var(--sand-soft); }

.phases { max-width: 860px; margin: 0 auto; }

.phase {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: clamp(2rem, 4vw, 3rem);
  padding: clamp(3rem, 5vw, 4rem) 0;
  border-bottom: 1px solid var(--hairline);
}

.phase:last-child { border-bottom: none; }

.phase__num {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--sp-4);
  padding-top: 4px;
  font-family: var(--font-heading);
  font-size: clamp(3.5rem, 5vw, 5rem);
  line-height: 1;
  color: var(--secondary);
  font-weight: 400;
  font-style: italic;
  text-align: right;
  user-select: none;
  letter-spacing: -0.03em;
}

.phase--image-left,
.phase--image-right {
  align-items: center;
  gap: clamp(2.5rem, 5vw, 4.5rem);
}

.phase--image-left {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
}

.phase--image-right {
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
}

.phase--image-left .phase__image   { grid-column: 1; grid-row: 1; }
.phase--image-left .phase__content { grid-column: 2; grid-row: 1; }

.phase--image-right .phase__content { grid-column: 1; grid-row: 1; }
.phase--image-right .phase__image   { grid-column: 2; grid-row: 1; }

.phase__image {
  position: relative;
  aspect-ratio: 4 / 5;
  align-self: center;
  max-width: 420px;
  margin: 0 auto;
  width: 100%;
}

.phase__image::before {
  content: '';
  position: absolute;
  inset: -14px;
  border-radius: 50% 50% 6px 6px / 32% 32% 4px 4px;
  border: 2px solid rgba(82, 96, 71, 0.32);
  pointer-events: none;
  z-index: 1;
}

.phase__image img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 50% 50% 6px 6px / 32% 32% 4px 4px;
}

.phase--image-left .phase__image img {
  object-position: 45% center;
}

.phase--image-right .phase__image img {
  object-position: center 20%;
}

.phase__heading-row {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 1.5vw, 1.25rem);
  margin-bottom: var(--sp-4);
}

.phase__heading-row .phase__tag {
  margin-bottom: 0;
}

.phase__num-inline {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-style: italic;
  color: var(--secondary);
  line-height: 1;
  letter-spacing: -0.02em;
}

.phase:first-of-type {
  padding-top: 0;
}

@media (max-width: 800px) {
  .phase--image-left,
  .phase--image-right {
    grid-template-columns: 1fr;
  }
  .phase--image-left .phase__image,
  .phase--image-left .phase__content,
  .phase--image-right .phase__image,
  .phase--image-right .phase__content {
    grid-column: auto;
  }
}

.phase__content {
  text-align: left;
}

.phase__content h3 {
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  font-weight: 400;
  color: var(--text);
  margin-bottom: var(--sp-5);
  letter-spacing: -0.015em;
}

.phase__tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.35rem 0.95rem;
  border-radius: var(--r-full);
  background-color: var(--canvas);
  color: var(--primary);
  border: 1px solid var(--primary);
  margin-bottom: var(--sp-5);
}

.phase__content p { margin-bottom: var(--sp-4); }
.phase__content p:last-child { margin-bottom: 0; }

/* ================================================================
   MODULES — What's inside the program
   ================================================================ */

.section-modules,
.section-modules-teaser { background-color: var(--primary-soft); }

.modules-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.5rem, 2.6vw, 2rem);
  max-width: 1100px;
  margin: 0 auto;
}

.module-card {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: clamp(1.25rem, 2.2vw, 1.75rem);
  padding: clamp(2rem, 3.6vw, 3rem);
  background: var(--white);
  border-radius: 32px;
  border: 1px solid rgba(82, 96, 71, 0.14);
  box-shadow: 0 14px 40px rgba(82, 96, 71, 0.14);
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

.module-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 56px rgba(82, 96, 71, 0.2);
  border-color: rgba(82, 96, 71, 0.24);
}

.module-card__icon {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--primary-fog);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(82, 96, 71, 0.10);
}

.module-card__emoji {
  font-size: 34px;
  line-height: 1;
  display: block;
}

.module-card__body {
  flex: 1;
  min-width: 0;
}

.module-card__eyebrow {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--primary);
  margin: 0 0 var(--sp-3);
}

.module-card__title {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 1.25;
  letter-spacing: -0.012em;
  color: var(--text);
  margin: 0 0 var(--sp-3);
}

.module-card__desc {
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--text-mid);
  margin: 0;
  text-wrap: pretty;
}

@media (max-width: 820px) {
  .modules-grid { grid-template-columns: 1fr; }
  .module-card {
    padding: clamp(1.75rem, 4.5vw, 2.25rem);
    border-radius: 26px;
  }
  .module-card__icon {
    width: 60px;
    height: 60px;
  }
  .module-card__emoji { font-size: 28px; }
  .module-card__title { font-size: 1.4rem; }
}

.modules-upcoming {
  max-width: 760px;
  margin: clamp(2.5rem, 5vw, 4rem) auto 0;
  padding: clamp(1.5rem, 3vw, 2.25rem) clamp(1.25rem, 3vw, 2rem) 0;
  border-top: 1px solid var(--border-soft);
  text-align: center;
}

.modules-upcoming__label {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--logo-teal);
  margin: 0 0 var(--sp-3);
}

.modules-upcoming p:not(.modules-upcoming__label) {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-mid);
  margin: 0;
  text-wrap: pretty;
}

.modules-upcoming em {
  font-style: italic;
  color: var(--text);
}

/* CTA below the modules grid (used on homepage teaser) */
.modules-list__cta {
  text-align: center;
  margin-top: clamp(2rem, 4vw, 3rem);
}

/* ================================================================
   IN PRACTICE — How the program runs day to day
   ================================================================ */

.section-practical { background-color: var(--sand-soft); }

.practical-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.75rem, 3.5vw, 3rem) clamp(2rem, 5vw, 4rem);
  max-width: 920px;
  margin: 0 auto;
}

.practical-item {
  position: relative;
  padding-left: clamp(1.25rem, 2vw, 1.75rem);
  border-left: 2px solid var(--logo-teal);
}

.practical-item h3 {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 1.35rem;
  line-height: 1.3;
  letter-spacing: -0.012em;
  color: var(--text);
  margin: 0 0 var(--sp-3);
}

.practical-item p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-mid);
  margin: 0;
  text-wrap: pretty;
}

@media (max-width: 700px) {
  .practical-grid { grid-template-columns: 1fr; }
}

.section-one-on-one {
  background-color: var(--canvas);
  background-image:
    linear-gradient(rgba(252, 249, 248, 0.62), rgba(252, 249, 248, 0.62)),
    url('../images/sunset%20in%20hands.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

@media (max-width: 800px) {
  .section-one-on-one {
    background-attachment: scroll;
  }
}

.one-on-one-card {
  background-color: var(--white);
  border-radius: var(--r-xl);
  padding: clamp(2.5rem, 5vw, 4rem);
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.one-on-one-card p {
  margin-bottom: var(--sp-4);
}

.one-on-one-card p:last-of-type {
  margin-bottom: var(--sp-6);
}

.one-on-one-card__disclaimer {
  font-size: 0.88rem;
  color: var(--text-soft);
  margin-top: var(--sp-3);
}

.one-on-one-pricing {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 var(--sp-7);
  padding-top: var(--sp-12);
  border-top: 1px solid var(--border-soft);
}

.one-on-one-pricing__duration {
  font-size: 0.92rem;
  color: var(--text-soft);
  margin: 0 0 var(--sp-5);
}

.one-on-one-pricing__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(2rem, 7vw, 4.5rem);
}

.one-on-one-price {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.one-on-one-price__amount {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 2.2vw, 1.85rem);
  color: var(--primary);
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.one-on-one-price__label {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-soft);
  margin-top: var(--sp-3);
}

.one-on-one-card::before {
  content: '';
  position: absolute;
  width: 280px;
  height: 280px;
  top: -120px;
  right: -100px;
  border-radius: 58% 42% 53% 47% / 47% 51% 49% 53%;
  background: radial-gradient(circle, rgba(82, 96, 71, 0.18), transparent 65%);
  pointer-events: none;
}

.one-on-one-card > * { position: relative; z-index: 1; }

.one-on-one-card h3 {
  color: var(--text);
  font-weight: 400;
  margin-bottom: var(--sp-5);
  letter-spacing: -0.015em;
}

.one-on-one-card p { margin-bottom: var(--sp-8); }

.section-faq { background-color: var(--sand-soft); }

.faq-list { max-width: 800px; margin: 0 auto; }

.faq-item {
  border-bottom: 1px solid var(--hairline);
  padding: 0;
}

.faq-item summary {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--text);
  letter-spacing: -0.01em;
  padding: clamp(1.5rem, 3vw, 2rem) 2.5rem clamp(1.5rem, 3vw, 2rem) 0;
  cursor: pointer;
  position: relative;
  list-style: none;
  transition: color var(--t-base);
}

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

.faq-item summary::after {
  content: '';
  position: absolute;
  right: 0.5rem;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 2px solid var(--primary);
  border-bottom: 2px solid var(--primary);
  transform: translateY(-75%) rotate(45deg);
  transition: transform var(--t-base);
}

.faq-item[open] summary::after {
  transform: translateY(-25%) rotate(-135deg);
}

.faq-item summary:hover {
  color: var(--primary);
}

.faq-item p {
  margin: 0 0 clamp(1.5rem, 3vw, 2rem);
  line-height: 1.7;
}

/* ================================================================
   RESOURCES PAGE
   ================================================================ */

.section-resources { background-color: var(--canvas); }

.resources-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(2rem, 4vw, 3rem) clamp(1.25rem, 2.5vw, 2rem);
}

.resource-card {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 2vw, 1.75rem);
  transition: transform var(--t-base);
}

.resource-card:hover {
  transform: translateY(-4px);
}

.resource-card__image {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50% 50% 8px 8px / 50% 50% 6px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.resource-card__image--cream { background-color: #FCF5F2; }
.resource-card__image--sage  { background-color: var(--primary-fog); }
.resource-card__image--mist  { background-color: var(--primary-mist); }
.resource-card__image--peach { background-color: var(--peach-soft); }

.resource-card__emoji {
  font-size: clamp(3.5rem, 6vw, 5rem);
  line-height: 1;
  filter: drop-shadow(0 4px 12px rgba(82, 96, 71, 0.18));
}

.resource-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

.resource-card__body {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}

.resource-card__meta {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
}

.resource-card__tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.35rem 0.7rem;
  border-radius: var(--r-full);
  background-color: var(--sand-soft);
  color: var(--text);
}

.resource-card__time {
  font-size: 0.85rem;
  color: var(--text-soft);
  letter-spacing: 0.02em;
}

.resource-card h3 {
  font-size: clamp(1.3rem, 2vw, 1.55rem);
  font-weight: 500;
  color: var(--text);
  letter-spacing: -0.012em;
  line-height: 1.3;
  margin: 0;
  transition: color var(--t-base);
}

.resource-card:hover h3 {
  color: var(--secondary);
}

.resource-card p {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text-mid);
  margin: 0;
  text-wrap: pretty;
}

.resource-card .btn {
  align-self: flex-start;
  margin-top: var(--sp-2);
}

@media (max-width: 960px) {
  .resources-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .resources-grid { grid-template-columns: 1fr; }
}

.section-newsletter { background-color: var(--sand-soft); }

.newsletter-card {
  background-color: var(--primary-deep);
  border-radius: var(--r-xl);
  padding: clamp(2.5rem, 5vw, 4rem);
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.newsletter-card::before {
  content: '';
  position: absolute;
  width: 360px;
  height: 360px;
  bottom: -180px;
  right: -140px;
  border-radius: 58% 42% 53% 47% / 47% 51% 49% 53%;
  background: radial-gradient(circle, rgba(130, 83, 63, 0.28), transparent 65%);
  pointer-events: none;
}

.newsletter-card > * { position: relative; z-index: 1; }

.newsletter-card h3 {
  color: var(--canvas);
  font-weight: 400;
  margin-bottom: var(--sp-4);
  letter-spacing: -0.015em;
}

.newsletter-card p {
  color: rgba(252, 249, 248, 0.72);
  font-size: 1rem;
  margin-bottom: var(--sp-8);
}

.newsletter-form {
  display: flex;
  gap: var(--sp-3);
  max-width: 440px;
  margin: 0 auto;
}

.newsletter-form input {
  flex: 1;
  padding: 0.95rem 1.15rem;
  border-radius: var(--r-full);
  border: 1px solid rgba(252, 249, 248, 0.2);
  background-color: rgba(252, 249, 248, 0.08);
  color: var(--canvas);
  font-family: var(--font-body);
  font-size: 0.9rem;
  outline: none;
  transition: background-color var(--t-fast), border-color var(--t-fast);
}

.newsletter-form input::placeholder { color: rgba(252, 249, 248, 0.5); }

.newsletter-form input:focus {
  background-color: rgba(252, 249, 248, 0.14);
  border-color: rgba(252, 249, 248, 0.4);
}

/* ================================================================
   BLOG PAGE
   ================================================================ */

.section-blog { background-color: var(--canvas); }

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(2rem, 4vw, 3rem);
}

.blog-card {
  background-color: transparent;
  border: none;
  border-radius: 0;
  overflow: visible;
  transition: transform var(--t-base);
  display: flex;
  flex-direction: column;
}

.blog-card:hover { transform: translateY(-3px); }

.blog-card__image {
  aspect-ratio: 4 / 5;
  background-color: var(--primary-fog);
  overflow: hidden;
  border-radius: var(--r-lg);
  margin-bottom: var(--sp-6);
}

.blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--t-slow);
}

.blog-card__image--contain img {
  object-fit: contain;
}

.blog-card:hover .blog-card__image img { transform: scale(1.04); }

.blog-card__image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-light);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.blog-card__body { padding: 0; }

.blog-card__meta {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  margin-bottom: var(--sp-3);
}

.blog-card__category {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--secondary);
}

.blog-card__dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: var(--text-muted);
}

.blog-card__date {
  font-size: 0.78rem;
  color: var(--text-soft);
  font-family: var(--font-body);
}

.blog-card h3 {
  font-size: 1.45rem;
  font-weight: 400;
  color: var(--text);
  margin-bottom: var(--sp-3);
  line-height: 1.3;
  letter-spacing: -0.015em;
  transition: color var(--t-fast);
}

.blog-card:hover h3 { color: var(--secondary); }

.blog-card p {
  font-size: 0.95rem;
  color: var(--text-mid);
  line-height: 1.7;
  margin-bottom: var(--sp-4);
}

.blog-card__link {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  transition: gap var(--t-fast), color var(--t-fast);
}

.blog-card__link svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  transition: transform var(--t-fast);
}

.blog-card:hover .blog-card__link { color: var(--primary-deep); gap: var(--sp-3); }
.blog-card:hover .blog-card__link svg { transform: translateX(3px); }

/* ================================================================
   WATCH
   ================================================================ */

.section-watch { background-color: var(--white); }

.watch-embed {
  display: block;
  position: relative;
  max-width: 820px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.watch-embed img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform var(--t-base);
}

.watch-embed:hover img { transform: scale(1.03); }

.watch-embed__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(60px, 9vw, 84px);
  height: clamp(60px, 9vw, 84px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(40, 47, 35, 0.78);
  color: var(--white);
  transition: background-color var(--t-base), transform var(--t-base);
}

.watch-embed:hover .watch-embed__play {
  background-color: var(--primary);
  transform: translate(-50%, -50%) scale(1.06);
}

.watch-embed__play svg {
  width: 42%;
  height: 42%;
  margin-left: 8%;
}

.section-science {
  background-color: #FCF5F2;
  padding-top: clamp(2rem, 4vw, 3rem);
  position: relative;
  z-index: 5;
  box-shadow: 0 -14px 28px -8px rgba(0, 0, 0, 0.12);
}

.science-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.25rem, 2.5vw, 1.75rem);
  max-width: 980px;
  margin: 0 auto;
}

.science-card {
  display: flex;
  flex-direction: column;
  background-color: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: var(--r-xl);
  padding: clamp(1.75rem, 3vw, 2.5rem);
  box-shadow: 0 14px 36px -18px rgba(82, 96, 71, 0.28);
  transition: transform var(--t-base), box-shadow var(--t-base);
}

.science-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 48px -18px rgba(82, 96, 71, 0.34);
}

.science-card__source {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--secondary);
  margin-bottom: var(--sp-3);
}

.science-card__title {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 1.15rem;
  line-height: 1.4;
  color: var(--text);
  margin-bottom: var(--sp-3);
  letter-spacing: -0.01em;
}

.science-card__caption {
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--text-mid);
  margin-bottom: var(--sp-6);
}

.science-card__cta {
  margin-top: auto;
  align-self: flex-start;
}

@media (max-width: 680px) {
  .science-grid { grid-template-columns: 1fr; }
}

/* ================================================================
   CONTACT PAGE
   ================================================================ */

.section-contact {
  background-color: #FCF5F2;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: clamp(2.5rem, 6vw, 5.5rem);
  align-items: center;
}

.contact-visual {
  display: flex;
  flex-direction: column;
  gap: var(--sp-8);
}

.contact-visual__frame {
  position: relative;
  aspect-ratio: 4 / 5;
}

.contact-visual__frame::before {
  content: '';
  position: absolute;
  inset: -14px;
  border-radius: 50% 50% 6px 6px / 32% 32% 4px 4px;
  border: 2px solid rgba(82, 96, 71, 0.32);
  pointer-events: none;
  z-index: 1;
}

.contact-visual__frame img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 50% 50% 6px 6px / 32% 32% 4px 4px;
  box-shadow: 0 28px 70px rgba(82, 96, 71, 0.26);
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: var(--sp-5);
}

.contact-detail { text-align: center; }

.contact-detail__label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-soft);
  margin-bottom: var(--sp-2);
  display: block;
}

.contact-detail__value {
  font-size: 0.95rem;
  color: var(--text);
  font-family: var(--font-heading);
}

.contact-form-panel {
  background-color: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: var(--r-xl);
  padding: clamp(1.75rem, 4vw, 3rem);
  box-shadow: var(--shadow-md);
}

.contact-form-panel h2 {
  font-weight: 400;
  color: var(--text);
  font-size: clamp(1.9rem, 3.4vw, 2.8rem);
  letter-spacing: -0.02em;
  margin-bottom: var(--sp-4);
}

.contact-form-panel__intro {
  color: var(--text-mid);
  font-size: 1.02rem;
  line-height: 1.65;
  margin-bottom: var(--sp-8);
  max-width: 46ch;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-5);
}

.form-label__optional {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: var(--text-muted);
}

@media (max-width: 820px) {
  .contact-layout {
    grid-template-columns: 1fr;
    gap: clamp(2.5rem, 8vw, 4rem);
  }
  .contact-visual__frame {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .form-row { grid-template-columns: 1fr; gap: 0; }
}

.form-group { margin-bottom: var(--sp-6); }

.form-note {
  margin-top: var(--sp-5);
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--text-soft);
  text-align: center;
}

.form-label {
  display: block;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--text-mid);
  margin-bottom: var(--sp-3);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.form-control {
  width: 100%;
  padding: 0.85rem 0;
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--text);
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--text);
  border-radius: 0;
  transition: border-color var(--t-fast);
  outline: none;
  appearance: none;
}

.form-control:focus {
  border-bottom-color: var(--primary);
  border-bottom-width: 2px;
}

.form-control::placeholder { color: var(--text-muted); }

textarea.form-control {
  min-height: 120px;
  resize: vertical;
}


.expect-item {
  text-align: center;
  padding: var(--sp-8) var(--sp-4);
}

.expect-item__num {
  font-family: var(--font-heading);
  font-size: 3.2rem;
  font-weight: 400;
  font-style: italic;
  color: var(--secondary);
  margin-bottom: var(--sp-5);
  line-height: 1;
  letter-spacing: -0.025em;
}

.expect-item h4 {
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--text);
  margin-bottom: var(--sp-3);
  letter-spacing: -0.01em;
}

.expect-item p { font-size: 0.95rem; line-height: 1.65; }

/* ================================================================
   SCROLL ANIMATIONS
   ================================================================ */

.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
}

.fade-up.in-view {
  opacity: 1;
  transform: translateY(0);
}

.fade-left {
  opacity: 0;
  transform: translateX(-40px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
}

.fade-right {
  opacity: 0;
  transform: translateX(40px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
}

.fade-left.in-view,
.fade-right.in-view {
  opacity: 1;
  transform: translateX(0);
}

.delay-1 { transition-delay: 0.08s; }
.delay-2 { transition-delay: 0.16s; }
.delay-3 { transition-delay: 0.24s; }
.delay-4 { transition-delay: 0.32s; }
.delay-5 { transition-delay: 0.4s; }

@media (prefers-reduced-motion: reduce) {
  .fade-up, .fade-left, .fade-right {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ================================================================
   RESPONSIVE
   ================================================================ */

@media (max-width: 1024px) {
  .pillars {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-layout {
    grid-template-columns: 1fr;
  }

  .about-layout__image {
    position: static;
    max-width: 440px;
    aspect-ratio: 4 / 3;
  }

  .footer__inner {
    grid-template-columns: 1fr 1fr;
  }

  .footer__brand {
    grid-column: 1 / -1;
  }

  .footer__newsletter {
    grid-column: 1 / -1;
  }

  .expect-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  :root { --pad: 1.25rem; }

  .section    { padding: var(--sp-16) 0; }
  .section--lg { padding: var(--sp-20) 0; }

  .nav__links,
  .nav__cta { display: none; }

  .nav__toggle { display: flex; }

  .pillars { grid-template-columns: 1fr; }

  .about-teaser {
    grid-template-columns: 1fr;
  }

  .about-teaser__image {
    aspect-ratio: 4 / 3;
    max-width: 100%;
    order: -1;
  }

  .transformation__grid {
    grid-template-columns: 1fr;
    gap: var(--sp-10);
  }

  .transformation__divider { display: none; }

  .testimonials { grid-template-columns: 1fr; }

  .offering__cards { grid-template-columns: 1fr; }

  .credentials-grid { grid-template-columns: 1fr; }

  .resources-grid { grid-template-columns: 1fr; }

  .blog-grid { grid-template-columns: 1fr; }

  .contact-layout { grid-template-columns: 1fr; }

  .footer__inner { grid-template-columns: 1fr; }

  .phase {
    grid-template-columns: 1fr;
    gap: var(--sp-4);
  }

  .phase__num {
    text-align: left;
    font-size: 3rem;
  }

  .hero__actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .section-cta__actions {
    flex-direction: column;
    align-items: center;
  }
}
