:root {
  --magenta: #a50054;
  --green: #496a52;
  --sand: #e7dccb;
  --gold: #c8a96b;
  --ivory: #f8f5f0;
  --ink: #312a26;
  --muted: #675d55;
  --line: rgba(49, 42, 38, 0.12);
  --magenta-soft: rgba(165, 0, 84, 0.08);
  --green-soft: rgba(73, 106, 82, 0.1);
  --shadow: 0 24px 70px rgba(49, 42, 38, 0.12);
  --ease-soft: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body {
  margin: 0;
  background: var(--sand);
  color: var(--ink);
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.65;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image:
    repeating-linear-gradient(0deg, rgba(49, 42, 38, 0.028) 0 1px, transparent 1px 4px),
    repeating-linear-gradient(90deg, rgba(49, 42, 38, 0.022) 0 1px, transparent 1px 5px);
  background-size: 18px 18px, 22px 22px;
  opacity: 0.28;
  animation: linenDrift 36s ease-in-out infinite alternate;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(24px, 4vw, 64px);
  color: var(--ink);
  background: rgba(248, 245, 240, 0.54);
  border-bottom: 1px solid rgba(49, 42, 38, 0.08);
  backdrop-filter: blur(20px);
}

.brand,
.nav-links {
  display: flex;
  align-items: center;
}

.menu-toggle {
  display: none;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  padding: 0;
  border: 1px solid rgba(165, 0, 84, 0.16);
  border-radius: 50%;
  background: rgba(165, 0, 84, 0.055);
  color: var(--magenta);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  transition: opacity 250ms var(--ease-soft), transform 250ms var(--ease-soft);
}

.brand {
  min-width: max-content;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 56px;
  height: 66px;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.nav-links {
  margin-left: auto;
  gap: clamp(14px, 2vw, 34px);
  font-size: clamp(0.7rem, 0.78vw, 0.84rem);
  font-weight: 600;
  white-space: nowrap;
  text-transform: uppercase;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 6px;
  background: var(--magenta);
  color: var(--ivory);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  transition: background 250ms var(--ease-soft), transform 250ms var(--ease-soft), color 250ms var(--ease-soft);
}

.header-cta:hover {
  background: var(--green);
  transform: translateY(-1px);
}

.nav-links a {
  position: relative;
  transition: color 250ms var(--ease-soft);
}

.nav-links a::after {
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 2px;
  content: "";
  background: var(--green);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 250ms var(--ease-soft);
}

.nav-links a:hover {
  color: var(--magenta);
}

.nav-links a:hover::after {
  transform: scaleX(1);
  transform-origin: center;
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--ink);
}

.hero-banner {
  min-height: 100vh;
  padding: 108px clamp(24px, 5.5vw, 90px) 44px;
  background:
    radial-gradient(circle at 84% 22%, rgba(200, 169, 107, 0.16), transparent 34%),
    linear-gradient(95deg, var(--ivory) 0%, #efe6d9 52%, var(--sand) 100%);
}

.hero-shell::before {
  position: absolute;
  left: clamp(-24px, -2vw, 12px);
  top: 50%;
  width: clamp(180px, 22vw, 360px);
  aspect-ratio: 449 / 504;
  content: "";
  background: url("assets/logo-yessica-muller-isotipo.png") center / contain no-repeat;
  opacity: 0.045;
  transform: translateY(-50%);
  transform-origin: center;
  animation: ymBreath 14s ease-in-out infinite;
}

.section {
  position: relative;
}

.section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image:
    repeating-linear-gradient(0deg, rgba(49, 42, 38, 0.022) 0 1px, transparent 1px 5px),
    repeating-linear-gradient(90deg, rgba(49, 42, 38, 0.018) 0 1px, transparent 1px 6px);
  opacity: 0.26;
}

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

.hero-banner::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image:
    repeating-linear-gradient(0deg, rgba(49, 42, 38, 0.02) 0 1px, transparent 1px 5px),
    repeating-linear-gradient(90deg, rgba(49, 42, 38, 0.018) 0 1px, transparent 1px 6px);
  background-size: 20px 20px, 24px 24px;
  opacity: 0.5;
}

.hero-banner::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(248, 245, 240, 0.98) 0%, rgba(248, 245, 240, 0.9) 30%, rgba(248, 245, 240, 0.34) 54%, rgba(248, 245, 240, 0.04) 78%, rgba(248, 245, 240, 0) 100%),
    linear-gradient(0deg, rgba(231, 220, 203, 0.35) 0%, transparent 28%);
}

.hero-photo {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 0;
  width: min(70vw, 1120px);
  overflow: hidden;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 64% 18%;
  filter: saturate(0.96) contrast(0.98) brightness(1.02);
  opacity: 0;
  transform: translateY(14px);
  animation: photoReveal 1.25s var(--ease-soft) 160ms both;
}

@media (min-width: 821px) and (max-height: 760px) {
  .hero-banner {
    padding-top: 94px;
  }

  .hero-copy {
    padding-top: 0;
  }

  .hero-copy h1 {
    font-size: clamp(4rem, 6.7vw, 7.4rem);
    margin-bottom: 22px;
  }

  .hero-photo {
    width: min(66vw, 1020px);
  }

  .hero-photo img {
    object-position: 64% 16%;
    transform: scale(0.96);
  }
}

.hero-photo::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, var(--ivory) 0%, rgba(248, 245, 240, 0.86) 12%, rgba(248, 245, 240, 0.2) 36%, rgba(248, 245, 240, 0) 64%),
    linear-gradient(180deg, rgba(248, 245, 240, 0.18) 0%, rgba(248, 245, 240, 0) 36%, rgba(231, 220, 203, 0.22) 100%);
}

.hero-shell {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 160px);
}

.hero-copy {
  position: relative;
  max-width: min(45vw, 650px);
  padding-top: 18px;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  color: var(--magenta);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.42em;
  text-transform: uppercase;
}

.hero-kicker::after {
  width: 72px;
  height: 1px;
  content: "";
  background: var(--magenta);
  transform: scaleX(0);
  transform-origin: left;
  animation: lineGrow 1s var(--ease-soft) 520ms both;
}

.hero-copy h1 {
  display: grid;
  gap: 0.12em;
  margin-bottom: 28px;
  font-size: clamp(4.4rem, 7.4vw, 8.6rem);
  line-height: 0.78;
  text-transform: uppercase;
}

.hero-copy h1 span {
  opacity: 0;
  transform: translateY(12px);
  animation: titleReveal 800ms var(--ease-soft) both;
}

.hero-copy h1 span:nth-child(2) {
  animation-delay: 90ms;
}

.hero-copy h1::after {
  width: min(35vw, 520px);
  height: 1px;
  margin-top: 28px;
  content: "";
  background: rgba(165, 0, 84, 0.5);
  transform: scaleX(0);
  transform-origin: left;
  animation: lineGrow 1s var(--ease-soft) 680ms both;
}

.hero-subtitle {
  margin-bottom: 0;
  color: var(--green);
  font-size: clamp(0.86rem, 1vw, 1.08rem);
  font-weight: 700;
  letter-spacing: 0.42em;
  text-transform: uppercase;
}

.hero-text {
  max-width: 560px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.28vw, 1.2rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.button span {
  margin-left: 12px;
  transition: transform 250ms var(--ease-soft);
}

.button:hover span {
  transform: translateX(4px);
}

.motion-ready .section,
.motion-ready .page-hero {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 700ms var(--ease-soft), transform 700ms var(--ease-soft);
}

.motion-ready .section.is-visible,
.motion-ready .page-hero.is-visible {
  opacity: 1;
  transform: translateY(0);
}


.impact-tags span {
  padding: 10px 14px;
  border: 1px solid rgba(165, 0, 84, 0.18);
  border-radius: 999px;
  background: var(--magenta-soft);
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 700;
}

.section {
  padding: clamp(72px, 9vw, 124px) clamp(18px, 5vw, 72px);
}

.section-label {
  display: block;
  margin: 0 0 16px;
  color: var(--magenta);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: 0;
}

h1,
h2 {
  color: var(--magenta);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  line-height: 1.04;
}

h1 {
  max-width: 900px;
  font-size: clamp(2.7rem, 5vw, 5.2rem);
}

h2 {
  font-size: clamp(2.1rem, 4vw, 4.4rem);
}

h3 {
  color: var(--green);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 500;
  line-height: 1.1;
}

p {
  color: var(--muted);
  font-size: 1.04rem;
}

.lead {
  color: var(--ink);
  font-size: clamp(1.16rem, 1.5vw, 1.35rem);
  font-weight: 600;
}

.about-section,
.section-heading,
.programs-section,
.speaking-section,
.podcast-section,
.manifesto-section,
.impact-section {
  display: grid;
  grid-template-columns: minmax(210px, 0.36fr) minmax(0, 0.64fr);
  gap: clamp(30px, 6vw, 92px);
}

.about-copy {
  max-width: 820px;
}

.about-copy p + p {
  margin-top: 22px;
}

.history-teaser {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(260px, 0.58fr);
  gap: clamp(34px, 7vw, 104px);
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 28%, rgba(200, 169, 107, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(248, 245, 240, 0.98), rgba(231, 220, 203, 0.48)),
    var(--ivory);
}

.history-teaser-copy {
  max-width: 820px;
}

.history-teaser-copy h2 {
  max-width: 920px;
  margin-bottom: 22px;
}

.history-teaser-copy p {
  max-width: 720px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: clamp(1.06rem, 1.35vw, 1.2rem);
}

.history-teaser-photo {
  position: relative;
  align-self: stretch;
  min-height: 430px;
  margin: 0;
  border-radius: 32px;
  background: var(--sand);
  box-shadow: 0 26px 72px rgba(49, 42, 38, 0.11);
  overflow: hidden;
}

.history-teaser-photo::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(248, 245, 240, 0.18), rgba(248, 245, 240, 0) 42%),
    linear-gradient(180deg, rgba(248, 245, 240, 0.06), rgba(231, 220, 203, 0.24));
  border-radius: inherit;
}

.history-teaser-photo::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(180deg, rgba(248, 245, 240, 0.04), rgba(231, 220, 203, 0.16)),
    linear-gradient(90deg, rgba(200, 169, 107, 0.08), transparent 36%);
  border-radius: inherit;
}

.history-teaser-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center 24%;
  filter: saturate(0.96) contrast(0.98) brightness(1.04);
}

.page-hero {
  display: grid;
  min-height: clamp(520px, 62vh, 720px);
  padding-top: clamp(150px, 13vw, 190px);
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 24%, rgba(165, 0, 84, 0.08), transparent 34%),
    linear-gradient(135deg, rgba(248, 245, 240, 0.98), rgba(231, 220, 203, 0.58)),
    var(--ivory);
}

.page-hero::before {
  background-image:
    repeating-linear-gradient(0deg, rgba(49, 42, 38, 0.032) 0 1px, transparent 1px 6px),
    repeating-linear-gradient(90deg, rgba(49, 42, 38, 0.026) 0 1px, transparent 1px 7px);
  opacity: 0.06;
}

.page-hero::after {
  position: absolute;
  right: clamp(-180px, -7vw, -70px);
  bottom: clamp(-180px, -8vw, -80px);
  z-index: 0;
  width: clamp(420px, 42vw, 740px);
  aspect-ratio: 1;
  pointer-events: none;
  content: "";
  background: url("assets/isotipo-yessica-muller-original.png?v=20260611") center / contain no-repeat;
  opacity: 0.055;
  mix-blend-mode: multiply;
}

.history-page-hero {
  grid-template-columns: minmax(0, 0.56fr) minmax(320px, 0.44fr);
  gap: clamp(32px, 6vw, 90px);
  align-items: center;
  min-height: auto;
  padding-top: clamp(112px, 9vw, 138px);
  padding-bottom: clamp(20px, 2.6vw, 38px);
}

.history-page-hero::after {
  display: none;
}

.page-hero-copy {
  position: relative;
  z-index: 1;
  align-self: center;
  max-width: 960px;
}

.page-hero h1 {
  margin-bottom: 22px;
  font-size: clamp(4rem, 8vw, 8.4rem);
  line-height: 0.86;
}

.page-hero p {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--green);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 3.3vw, 3.9rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.04;
}

.history-page-hero .page-hero-copy {
  max-width: 760px;
}

.history-page-hero h1 {
  margin-bottom: 4px;
}

.history-hero-statement {
  max-width: 620px;
  margin: 0 0 34px;
  padding: 4px 0 4px 24px;
  border-left: 2px solid var(--magenta);
}

.history-hero-statement p {
  max-width: 100%;
  margin: 0;
  color: var(--magenta);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.85rem, 2.8vw, 3.2rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.03;
}

.history-hero-statement span {
  font-size: clamp(2.08rem, 3.2vw, 3.7rem);
}

.history-hero-body {
  display: grid;
  gap: 18px;
  max-width: 700px;
}

.history-hero-body p {
  margin: 0;
  color: var(--muted);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(0.96rem, 1.05vw, 1.08rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.72;
}

.history-hero-photo {
  position: relative;
  z-index: 1;
  align-self: stretch;
  min-height: clamp(480px, 48vw, 620px);
  margin: 0;
  border-radius: 0;
  overflow: hidden;
}

.history-hero-photo::before {
  position: absolute;
  inset: 24px;
  z-index: 1;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(165, 0, 84, 0.18);
}

.history-hero-photo::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(248, 245, 240, 0.26), transparent 32%),
    linear-gradient(180deg, transparent 70%, rgba(231, 220, 203, 0.18));
}

.history-hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center 26%;
}

.history-page .identity-section,
.history-page .trajectory-section,
.history-page .purpose-section {
  padding-top: clamp(52px, 6vw, 86px);
  padding-bottom: clamp(56px, 7vw, 96px);
}

.history-page .history-page-hero + .identity-section {
  padding-top: clamp(30px, 3.4vw, 48px);
}

.story-section {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(260px, 0.38fr);
  gap: clamp(36px, 7vw, 110px);
  align-items: center;
  background: var(--ivory);
}

.story-copy {
  max-width: 830px;
}

.story-copy h1,
.story-copy h2,
.identity-card h1,
.identity-card h2 {
  margin-bottom: 28px;
}

.story-copy blockquote {
  margin: 0 0 34px;
  padding: 4px 0 4px 24px;
  border-left: 2px solid var(--magenta);
  color: var(--magenta);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 3.3vw, 3.6rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.04;
}

.story-copy p,
.identity-card p {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.06rem;
}

.story-copy p + p,
.identity-card p + p {
  margin-top: 22px;
}

.story-mark {
  position: relative;
  min-height: 430px;
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(231, 220, 203, 0.72), rgba(248, 245, 240, 0.62)),
    var(--sand);
  overflow: hidden;
}

.story-mark::before {
  position: absolute;
  inset: 28px;
  content: "";
  border: 1px solid rgba(165, 0, 84, 0.12);
  border-radius: 8px;
}

.story-mark::after {
  position: absolute;
  left: 44px;
  bottom: 44px;
  width: 92px;
  height: 1px;
  content: "";
  background: var(--green);
}

.story-mark img {
  position: absolute;
  inset: 50%;
  width: 760px;
  max-width: none;
  opacity: 0.06;
  transform: translate(-50%, -50%);
  mix-blend-mode: multiply;
}

.magenta {
  color: var(--magenta);
  font-weight: 600;
}

.green {
  color: var(--green);
  font-weight: 600;
}

.identity-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: center;
  background: var(--ivory);
}

.identity-image {
  height: clamp(520px, 58vw, 760px);
}

.identity-image img {
  object-position: center 35%;
}

.identity-card {
  padding: clamp(30px, 4vw, 56px);
  border: 1px solid rgba(73, 106, 82, 0.14);
  border-radius: 10px;
  background: rgba(231, 220, 203, 0.56);
}

.identity-lead {
  color: var(--magenta);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.7rem, 2.4vw, 2.7rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.08;
}

.signature-block {
  margin-top: 38px;
  padding-top: 26px;
  border-top: 1px solid rgba(73, 106, 82, 0.24);
}

.signature-name {
  display: block;
  color: var(--magenta);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 3vw, 3.4rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1;
}

.signature-block p {
  margin: 14px 0 0;
  color: var(--green);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.45rem, 2vw, 2.2rem);
  font-style: italic;
  line-height: 1.12;
}

.trajectory-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.36fr) minmax(0, 0.64fr);
  gap: clamp(36px, 7vw, 104px);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(248, 245, 240, 0.94), rgba(231, 220, 203, 0.78)),
    var(--ivory);
}

.trajectory-section::before {
  background-image:
    repeating-linear-gradient(0deg, rgba(49, 42, 38, 0.035) 0 1px, transparent 1px 6px),
    repeating-linear-gradient(90deg, rgba(49, 42, 38, 0.03) 0 1px, transparent 1px 7px);
  opacity: 0.05;
}

.trajectory-section::after {
  position: absolute;
  right: clamp(-190px, -9vw, -70px);
  bottom: clamp(-170px, -8vw, -60px);
  z-index: 0;
  width: clamp(420px, 46vw, 760px);
  aspect-ratio: 1;
  pointer-events: none;
  content: "";
  background: url("assets/isotipo-yessica-muller-original.png?v=20260611") center / contain no-repeat;
  opacity: 0.055;
  mix-blend-mode: multiply;
}

.trajectory-intro {
  max-width: 520px;
}

.trajectory-intro h2 {
  margin-bottom: 28px;
}

.trajectory-intro p {
  font-size: 1.07rem;
}

.trajectory-intro p + p {
  margin-top: 22px;
}

.trajectory-timeline {
  position: relative;
  display: grid;
  gap: 0;
  padding: 8px 0 0;
}

.trajectory-timeline::before {
  position: absolute;
  top: 18px;
  bottom: 34px;
  left: 34px;
  width: 1px;
  content: "";
  background: linear-gradient(180deg, rgba(165, 0, 84, 0), rgba(165, 0, 84, 0.72), rgba(73, 106, 82, 0.64), rgba(165, 0, 84, 0));
}

.trajectory-item {
  position: relative;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: clamp(18px, 3vw, 34px);
  padding: 0 0 34px;
}

.trajectory-item:not(:last-child) > div:last-child {
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(165, 0, 84, 0.14);
}

.trajectory-icon {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border: 1px solid rgba(165, 0, 84, 0.38);
  border-radius: 50%;
  background: rgba(248, 245, 240, 0.9);
  color: var(--magenta);
  box-shadow: 0 12px 34px rgba(49, 42, 38, 0.08);
}

.trajectory-item:nth-child(even) .trajectory-icon {
  border-color: rgba(73, 106, 82, 0.42);
  color: var(--green);
}

.trajectory-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.trajectory-item span {
  display: inline-flex;
  margin-bottom: 7px;
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.trajectory-item:nth-child(even) span {
  color: var(--magenta);
}

.trajectory-item h3 {
  margin-bottom: 10px;
  color: var(--magenta);
  font-size: clamp(1.75rem, 2.4vw, 2.55rem);
}

.trajectory-item:nth-child(even) h3 {
  color: var(--green);
}

.trajectory-item p {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
}

.trajectory-item strong {
  color: var(--magenta);
  font-weight: 600;
}

.trajectory-item:nth-child(even) strong {
  color: var(--green);
}

.trajectory-close {
  grid-column: 2;
  max-width: 760px;
  margin-top: 10px;
  padding: clamp(24px, 3vw, 34px) 0 0 clamp(24px, 3vw, 38px);
  border-top: 1px solid rgba(73, 106, 82, 0.24);
  border-left: 2px solid rgba(165, 0, 84, 0.7);
}

.trajectory-close p {
  margin-bottom: 0;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 2.2vw, 2.35rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.12;
}

.trajectory-close p + p {
  margin-top: 16px;
}

.section-image {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  background: var(--sand);
}

.section-image::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(200, 169, 107, 0.22);
  border-radius: inherit;
}

.section-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease, filter 700ms ease;
}

.section-image:hover img {
  filter: saturate(1.02);
  transform: scale(1.018);
}

.about-image {
  grid-column: 1 / -1;
  height: clamp(420px, 58vw, 680px);
  margin-top: 18px;
}

.about-image img {
  object-position: center 35%;
}

.psychotherapy-section,
.podcast-section,
.testimonials-section {
  background: var(--ivory);
}

.section-heading {
  align-items: end;
}

.section-heading p,
.podcast-section p,
.impact-copy p {
  max-width: 760px;
  font-size: 1.1rem;
}

.psychotherapy-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 8%, rgba(200, 169, 107, 0.12), transparent 30%),
    linear-gradient(135deg, rgba(248, 245, 240, 0.98), rgba(231, 220, 203, 0.42)),
    var(--ivory);
}

.psychotherapy-section::before {
  background-image:
    repeating-linear-gradient(0deg, rgba(49, 42, 38, 0.032) 0 1px, transparent 1px 6px),
    repeating-linear-gradient(90deg, rgba(49, 42, 38, 0.026) 0 1px, transparent 1px 7px);
  opacity: 0.08;
}

.therapy-page .psychotherapy-section {
  padding-top: clamp(132px, 12vw, 172px);
}

.psychotherapy-hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
}

.psychotherapy-copy {
  position: relative;
  max-width: 650px;
  padding-left: clamp(20px, 2.4vw, 34px);
}

.psychotherapy-copy::before {
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 0;
  width: 2px;
  content: "";
  background: linear-gradient(180deg, var(--magenta), rgba(73, 106, 82, 0.62));
}

.psychotherapy-copy h2 {
  margin-bottom: 18px;
}

.psychotherapy-lead {
  color: var(--green);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.75rem, 2.5vw, 2.8rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.08;
}

.psychotherapy-copy p:not(.psychotherapy-lead) {
  max-width: 590px;
  margin-bottom: 28px;
  font-size: 1.08rem;
}

.psychotherapy-image {
  height: clamp(520px, 52vw, 720px);
  border-radius: 32px;
  box-shadow: 0 26px 72px rgba(49, 42, 38, 0.11);
}

.psychotherapy-image::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(248, 245, 240, 0.18), rgba(248, 245, 240, 0) 42%),
    linear-gradient(180deg, rgba(248, 245, 240, 0.06), rgba(231, 220, 203, 0.24));
  border-radius: inherit;
}

.psychotherapy-image img {
  object-position: center 48%;
  filter: saturate(0.96) contrast(0.98) brightness(1.04);
}

.therapy-help,
.therapy-method,
.therapy-process,
.therapy-modality,
.therapy-faq,
.therapy-closing {
  margin-top: clamp(56px, 7vw, 96px);
}

.therapy-section-heading {
  max-width: 820px;
}

.therapy-section-heading h2,
.therapy-section-heading h3,
.therapy-method h2,
.therapy-method h3,
.therapy-modality h2,
.therapy-modality h3,
.therapy-closing h2,
.therapy-closing h3 {
  color: var(--magenta);
  font-size: clamp(2rem, 3.2vw, 3.8rem);
  font-weight: 600;
}

.therapy-signs {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
  margin-top: 30px;
}

.therapy-signs article {
  min-height: 220px;
  padding: 24px 18px;
  border: 1px solid rgba(49, 42, 38, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(248, 245, 240, 0.84), rgba(248, 245, 240, 0.44)),
    rgba(231, 220, 203, 0.24);
  box-shadow: 0 18px 46px rgba(49, 42, 38, 0.045);
}

.therapy-signs svg,
.psychotherapy-pillars svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.therapy-signs svg {
  margin-bottom: 28px;
  color: var(--magenta);
}

.therapy-signs article:nth-child(even) svg {
  color: var(--green);
}

.therapy-signs p {
  margin-bottom: 0;
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.5;
}

.therapy-method {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: start;
  padding: clamp(30px, 4.5vw, 54px);
  border: 1px solid rgba(165, 0, 84, 0.1);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(248, 245, 240, 0.86), rgba(231, 220, 203, 0.34)),
    var(--ivory);
}

.therapy-method p {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1.06rem, 1.25vw, 1.18rem);
}

.psychotherapy-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.psychotherapy-pillars article {
  min-height: 210px;
  padding: 30px 28px;
  border: 1px solid rgba(165, 0, 84, 0.12);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(248, 245, 240, 0.86), rgba(248, 245, 240, 0.42)),
    rgba(231, 220, 203, 0.18);
  box-shadow: 0 18px 48px rgba(49, 42, 38, 0.045);
}

.psychotherapy-pillars article:nth-child(even) {
  border-color: rgba(73, 106, 82, 0.16);
}

.psychotherapy-pillars span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  border: 1px solid rgba(165, 0, 84, 0.18);
  border-radius: 999px;
  background: rgba(248, 245, 240, 0.56);
  color: var(--magenta);
}

.psychotherapy-pillars article:nth-child(even) span {
  border-color: rgba(73, 106, 82, 0.2);
}

.psychotherapy-pillars article:nth-child(even) span,
.psychotherapy-pillars article:nth-child(even) h3,
.psychotherapy-pillars article:nth-child(even) svg {
  color: var(--green);
}

.psychotherapy-pillars h3 {
  margin-bottom: 0;
  color: var(--magenta);
  font-size: clamp(1.55rem, 2.2vw, 2.35rem);
}

.therapy-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.therapy-process-grid article {
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(49, 42, 38, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(160deg, rgba(248, 245, 240, 0.92), rgba(231, 220, 203, 0.34)),
    var(--ivory);
  box-shadow: 0 22px 58px rgba(49, 42, 38, 0.055);
}

.therapy-process-grid span {
  display: inline-flex;
  margin-bottom: 58px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.therapy-process-grid h3 {
  margin-bottom: 12px;
  color: var(--magenta);
  font-size: clamp(1.7rem, 2.5vw, 2.55rem);
}

.therapy-process-grid article:nth-child(even) h3 {
  color: var(--green);
}

.therapy-process-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.therapy-modality {
  display: grid;
  grid-template-columns: minmax(280px, 0.46fr) minmax(0, 0.54fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: stretch;
  max-width: 1180px;
  padding: clamp(18px, 2vw, 26px);
  border: 1px solid rgba(165, 0, 84, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(248, 245, 240, 0.96), rgba(231, 220, 203, 0.38)),
    var(--ivory);
  box-shadow: 0 24px 60px rgba(49, 42, 38, 0.07);
}

.therapy-modality article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 4vw, 54px);
}

.therapy-modality h2 {
  margin-bottom: 22px;
  font-size: clamp(3.2rem, 5.4vw, 6.4rem);
}

.therapy-modality-image {
  min-height: 560px;
  height: auto;
  border-radius: 6px;
}

.therapy-modality-image img {
  object-position: center 40%;
}

.therapy-modality-lead {
  max-width: 620px;
  color: var(--ink);
  font-size: clamp(1.2rem, 1.65vw, 1.46rem);
  line-height: 1.55;
}

.therapy-modality article p {
  max-width: 720px;
  margin-bottom: 16px;
  color: var(--muted);
  font-size: clamp(1rem, 1.12vw, 1.08rem);
  line-height: 1.72;
}

.therapy-modality article p:last-child {
  margin-bottom: 0;
  color: var(--green);
  font-weight: 600;
}

.therapy-faq {
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(30px, 6vw, 92px);
  align-items: start;
}

.therapy-faq-list {
  display: grid;
  gap: 12px;
}

.therapy-faq details {
  border: 1px solid rgba(49, 42, 38, 0.08);
  border-radius: 24px;
  background: rgba(248, 245, 240, 0.68);
  box-shadow: 0 14px 36px rgba(49, 42, 38, 0.035);
}

.therapy-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  color: var(--ink);
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

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

.therapy-faq summary::after {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(165, 0, 84, 0.18);
  border-radius: 999px;
  content: "+";
  color: var(--magenta);
  font-size: 1rem;
  line-height: 26px;
  text-align: center;
}

.therapy-faq details[open] summary::after {
  content: "-";
}

.therapy-faq details p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--muted);
  font-size: 0.98rem;
}

.therapy-faq details p + p {
  padding-top: 0;
}

.therapy-closing {
  display: grid;
  grid-template-columns: minmax(260px, 0.44fr) minmax(0, 0.56fr);
  gap: clamp(30px, 6vw, 92px);
  align-items: center;
}

.therapy-closing-image {
  height: clamp(420px, 44vw, 620px);
  border-radius: 32px;
  box-shadow: 0 26px 72px rgba(49, 42, 38, 0.11);
}

.therapy-closing-image::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(248, 245, 240, 0.16), rgba(248, 245, 240, 0) 40%),
    linear-gradient(180deg, rgba(248, 245, 240, 0.05), rgba(231, 220, 203, 0.28));
  border-radius: inherit;
}

.therapy-closing-image img {
  object-position: center 36%;
  filter: saturate(0.96) contrast(0.98) brightness(1.04);
}

.therapy-closing-copy {
  max-width: 720px;
}

.therapy-closing-copy p {
  max-width: 650px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.35vw, 1.24rem);
}

.feature-grid,
.value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 48px;
}

.feature-card,
.value-grid article,
.program-list article {
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ivory);
  box-shadow: 0 12px 38px rgba(49, 42, 38, 0.05);
}

.value-grid article {
  transition: transform 300ms var(--ease-soft), box-shadow 300ms var(--ease-soft), border-color 300ms var(--ease-soft);
}

.value-grid article:hover {
  border-color: rgba(165, 0, 84, 0.14);
  box-shadow: 0 18px 44px rgba(49, 42, 38, 0.09);
  transform: translateY(-3px);
}

.feature-card span {
  color: var(--gold);
  font-weight: 700;
}

.programs-section {
  background: var(--green);
  color: var(--ivory);
}

.programs-section .section-label,
.programs-section h2 {
  color: var(--ivory);
}

.program-list {
  display: grid;
  gap: 14px;
}

.program-image {
  grid-column: 1 / -1;
  height: clamp(340px, 42vw, 540px);
  margin-top: 28px;
}

.program-image::after {
  border-color: rgba(248, 245, 240, 0.22);
}

.program-image img {
  object-position: center 45%;
}

.program-list article {
  min-height: auto;
  background: rgba(248, 245, 240, 0.08);
  border-color: rgba(248, 245, 240, 0.18);
  box-shadow: none;
}

.program-list h3,
.program-list p {
  color: var(--ivory);
}

.program-list p {
  margin-bottom: 0;
  opacity: 0.82;
}

.speaking-section {
  align-items: center;
  background: var(--sand);
}

.speaking-copy p {
  max-width: 680px;
  margin-bottom: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 600;
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.button.primary {
  background: var(--magenta);
  color: var(--ivory);
}

.button.ghost {
  border-color: rgba(73, 106, 82, 0.6);
  color: var(--green);
  background: rgba(231, 220, 203, 0.54);
}

.button.primary,
.button.ghost {
  transition: transform 250ms var(--ease-soft), background 250ms var(--ease-soft), border-color 250ms var(--ease-soft), color 250ms var(--ease-soft);
}

.button.primary:hover,
.button.ghost:hover {
  transform: translateY(-1px);
}

.button.ghost:hover {
  border-color: var(--green);
  color: var(--ivory);
  background: var(--green);
}

.button.primary:hover {
  background: var(--green);
}

.speaking-panel {
  padding: clamp(26px, 4vw, 46px);
  border: 1px solid rgba(73, 106, 82, 0.22);
  border-radius: 8px;
  background: var(--ivory);
  box-shadow: var(--shadow);
}

.speaking-image {
  grid-column: 1 / -1;
  height: clamp(420px, 48vw, 640px);
  margin-top: 14px;
}

.speaking-image img {
  object-position: center 46%;
}

.speaking-detail-section {
  overflow: hidden;
  padding-top: clamp(132px, 12vw, 172px);
  background:
    radial-gradient(circle at 82% 8%, rgba(200, 169, 107, 0.12), transparent 30%),
    linear-gradient(135deg, rgba(248, 245, 240, 0.98), rgba(231, 220, 203, 0.42)),
    var(--ivory);
}

.speaking-detail-section::before {
  background-image:
    repeating-linear-gradient(0deg, rgba(49, 42, 38, 0.032) 0 1px, transparent 1px 6px),
    repeating-linear-gradient(90deg, rgba(49, 42, 38, 0.026) 0 1px, transparent 1px 7px);
  opacity: 0.08;
}

.speaking-detail-hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
}

.speaking-detail-copy {
  position: relative;
  max-width: 680px;
  padding-left: clamp(20px, 2.4vw, 34px);
}

.speaking-detail-copy::before {
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 0;
  width: 2px;
  content: "";
  background: linear-gradient(180deg, var(--magenta), rgba(73, 106, 82, 0.62));
}

.speaking-lead {
  color: var(--green);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.75rem, 2.5vw, 2.8rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.08;
}

.speaking-detail-copy p:not(.speaking-lead) {
  max-width: 620px;
  margin-bottom: 0;
  font-size: 1.08rem;
}

.speaking-detail-image {
  height: clamp(520px, 52vw, 720px);
  border-radius: 32px;
  box-shadow: 0 26px 72px rgba(49, 42, 38, 0.11);
}

.speaking-detail-image::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(248, 245, 240, 0.18), rgba(248, 245, 240, 0) 42%),
    linear-gradient(180deg, rgba(248, 245, 240, 0.06), rgba(231, 220, 203, 0.24));
  border-radius: inherit;
}

.speaking-detail-image img {
  object-position: center 46%;
  filter: saturate(0.96) contrast(0.98) brightness(1.04);
}

.speaking-goals,
.speaking-topics,
.speaking-differential,
.speaking-closing,
.speaking-community {
  margin-top: clamp(56px, 7vw, 96px);
}

.speaking-section-heading {
  max-width: 820px;
}

.speaking-section-heading h2,
.speaking-closing h2,
.speaking-community h2 {
  color: var(--magenta);
  font-size: clamp(2rem, 3.2vw, 3.8rem);
  font-weight: 600;
}

.speaking-pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.speaking-pillar-grid article {
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(49, 42, 38, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(160deg, rgba(248, 245, 240, 0.92), rgba(231, 220, 203, 0.34)),
    var(--ivory);
  box-shadow: 0 22px 58px rgba(49, 42, 38, 0.055);
}

.speaking-pillar-grid span {
  display: inline-flex;
  margin-bottom: 58px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.speaking-pillar-grid h3 {
  margin-bottom: 12px;
  color: var(--magenta);
  font-size: clamp(1.7rem, 2.5vw, 2.55rem);
}

.speaking-pillar-grid article:nth-child(even) h3 {
  color: var(--green);
}

.speaking-pillar-grid p {
  margin-bottom: 0;
}

.speaking-topic-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.speaking-topic-list span {
  padding: 13px 16px;
  border: 1px solid rgba(73, 106, 82, 0.14);
  border-radius: 999px;
  background: rgba(248, 245, 240, 0.68);
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 700;
}

.speaking-topic-line {
  max-width: 1120px;
  margin: 26px 0 0;
  color: var(--ink);
  font-size: clamp(1.08rem, 1.45vw, 1.32rem);
  font-weight: 600;
  line-height: 1.7;
}

.speaking-differential {
  max-width: 920px;
  padding: clamp(30px, 4.5vw, 54px);
  border: 1px solid rgba(165, 0, 84, 0.1);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(248, 245, 240, 0.86), rgba(231, 220, 203, 0.34)),
    var(--ivory);
}

.speaking-differential p:first-child {
  color: var(--green);
  font-weight: 700;
}

.speaking-differential p:last-child {
  margin-bottom: 0;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 2.2vw, 2.35rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.12;
}

.speaking-closing {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: start;
}

.speaking-closing-copy p {
  max-width: 760px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: clamp(1.06rem, 1.25vw, 1.18rem);
}

.speaking-community {
  max-width: 1280px;
  padding-top: clamp(28px, 4vw, 42px);
  border-top: 1px solid rgba(73, 106, 82, 0.18);
}

.speaking-community p {
  max-width: 760px;
  color: var(--muted);
}

.speaking-community h2 {
  max-width: none;
  margin-bottom: 0;
  color: var(--green);
  font-size: clamp(2rem, 3vw, 3.25rem);
  white-space: nowrap;
}

.speaking-panel span {
  color: var(--gold);
  font-weight: 700;
  text-transform: uppercase;
}

.speaking-panel ul {
  display: grid;
  gap: 14px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.speaking-panel li {
  padding-left: 18px;
  border-left: 3px solid var(--gold);
  color: var(--ink);
  font-weight: 700;
}

.podcast-section p {
  align-self: end;
}

.podcast-content {
  display: grid;
  gap: 26px;
}

.podcast-image {
  height: clamp(420px, 52vw, 650px);
}

.podcast-image img {
  object-position: center 42%;
}

.manifesto-section {
  background: var(--sand);
}

.value-grid {
  margin-top: 0;
}

.value-grid article {
  min-height: 420px;
  background: linear-gradient(180deg, var(--ivory), rgba(248, 245, 240, 0.72));
}

.value-grid article p {
  font-size: 0.98rem;
  line-height: 1.62;
}

.value-grid article p + p {
  margin-top: 16px;
}

.impact-section {
  background: var(--green-soft);
}

.purpose-section {
  display: grid;
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(32px, 6vw, 92px);
  align-items: start;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(73, 106, 82, 0.11), rgba(248, 245, 240, 0.86)),
    var(--ivory);
}

.purpose-heading h2 {
  margin-bottom: 0;
}

.purpose-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.purpose-grid article {
  min-height: 310px;
  padding: clamp(28px, 4vw, 44px);
  border-top: 1px solid rgba(165, 0, 84, 0.34);
  background: rgba(248, 245, 240, 0.45);
}

.purpose-grid article:nth-child(2) {
  border-top-color: rgba(73, 106, 82, 0.42);
}

.purpose-grid span {
  display: block;
  margin-bottom: 22px;
  color: var(--magenta);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.purpose-grid article:nth-child(2) span {
  color: var(--green);
}

.purpose-grid p {
  margin-bottom: 0;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.45rem, 1.95vw, 2.25rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.12;
}

.impact-image {
  grid-column: 1 / -1;
  height: clamp(420px, 54vw, 680px);
}

.impact-image img {
  object-position: center 35%;
}

.impact-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.testimonials-section {
  text-align: center;
}

.testimonials-section h2,
.testimonials-section p {
  max-width: 800px;
  margin-inline: auto;
}

.visual-gallery {
  display: grid;
  grid-template-columns: 0.86fr 1fr 0.86fr;
  gap: 16px;
  align-items: end;
  margin-top: 46px;
}

.visual-gallery .section-image {
  height: clamp(340px, 35vw, 520px);
}

.visual-gallery .section-image:nth-child(2) {
  height: clamp(410px, 42vw, 620px);
}

.visual-gallery img {
  object-position: center 32%;
}

.contact {
  padding: clamp(72px, 9vw, 124px) clamp(18px, 5vw, 72px);
  background: var(--magenta);
  color: var(--ivory);
}

.contact-inner {
  max-width: 920px;
}

.contact h2,
.contact .section-label {
  color: var(--ivory);
}

.contact p {
  max-width: 760px;
  color: rgba(248, 245, 240, 0.82);
  font-size: 1.12rem;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.social-links a {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(248, 245, 240, 0.18);
  border-radius: 8px;
  background: rgba(248, 245, 240, 0.08);
  color: var(--ivory);
  transition: transform 160ms ease, background 160ms ease;
}

.social-links a:hover {
  background: rgba(248, 245, 240, 0.14);
  transform: translateY(-2px);
}

.social-links svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: var(--ivory);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-links a[aria-label^="Facebook"] svg {
  fill: var(--ivory);
  stroke: none;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 72px);
  background: var(--green);
  color: rgba(248, 245, 240, 0.78);
  font-size: 0.92rem;
}

@media (max-width: 1060px) {
  .nav-links {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: inline-flex !important;
    flex: 0 0 56px !important;
    order: 2 !important;
    margin-left: auto !important;
  }

  .site-header {
    flex-flow: row wrap !important;
    justify-content: space-between !important;
  }

  .brand {
    order: 1 !important;
    margin-right: auto !important;
  }

  .site-header.is-menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .site-header.is-menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .site-header.is-menu-open .nav-links {
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    align-items: stretch;
    order: 10 !important;
    margin: 10px 0 0;
    gap: 0;
    padding: 10px 0;
    border-top: 1px solid rgba(49, 42, 38, 0.1);
    white-space: normal;
  }

  .site-header.is-menu-open .nav-links a {
    padding: 12px 2px;
  }

  .site-header.is-menu-open .nav-links a::after {
    bottom: 6px;
  }
}

@media (max-width: 820px) {
  .site-header {
    position: fixed;
    gap: 12px;
    padding: 16px 18px;
    background: rgba(248, 245, 240, 0.92);
  }

  .hero-banner {
    min-height: 100svh;
    padding: 0 18px 38px;
    background: linear-gradient(180deg, var(--ivory) 0%, var(--ivory) 58%, var(--sand) 100%);
  }

  .hero-banner::after {
    background:
      linear-gradient(180deg, rgba(248, 245, 240, 0) 0%, rgba(248, 245, 240, 0.52) 36%, rgba(248, 245, 240, 0.98) 54%, rgba(231, 220, 203, 0.68) 100%),
      linear-gradient(90deg, rgba(248, 245, 240, 0.9), rgba(248, 245, 240, 0.18));
  }

  .hero-photo {
    inset: 0 0 auto;
    width: 100%;
    height: 56svh;
  }

  .hero-photo img {
    object-position: center 18%;
    transform: scale(1);
  }

  .hero-photo::before {
    background: linear-gradient(180deg, rgba(248, 245, 240, 0.06), rgba(248, 245, 240, 0.94));
  }

  .hero-shell {
    align-items: end;
    min-height: 100svh;
    padding-top: 49svh;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero-copy h1 {
    font-size: clamp(3.65rem, 17vw, 5.9rem);
    margin-bottom: 20px;
    gap: 0.08em;
  }

  .hero-copy h1::after {
    width: 100%;
    margin-top: 20px;
  }

  .hero-kicker {
    font-size: 0.74rem;
    letter-spacing: 0.16em;
  }

  .hero-subtitle {
    font-size: 0.78rem;
    letter-spacing: 0.22em;
  }

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

  .about-section,
  .history-teaser,
  .story-section,
  .identity-section,
  .section-heading,
  .trajectory-section,
  .purpose-section,
  .programs-section,
  .speaking-section,
  .podcast-section,
  .manifesto-section,
  .impact-section {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .feature-grid,
  .psychotherapy-hero,
  .psychotherapy-pillars,
  .speaking-detail-hero,
  .speaking-pillar-grid,
  .speaking-closing,
  .therapy-method,
  .therapy-process-grid,
  .therapy-faq,
  .therapy-closing,
  .purpose-grid,
  .value-grid,
  .social-links,
  .visual-gallery {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .psychotherapy-pillars article,
  .speaking-pillar-grid article,
  .therapy-signs article,
  .therapy-process-grid article,
  .purpose-grid article,
  .value-grid article {
    min-height: auto;
  }

  .page-hero {
    min-height: 520px;
    padding-top: 126px;
  }

  .history-page-hero {
    grid-template-columns: 1fr;
    gap: 30px;
    min-height: auto;
    padding-top: 112px;
  }

  .page-hero h1 {
    font-size: clamp(3.8rem, 18vw, 5.9rem);
  }

  .page-hero p {
    font-size: clamp(1.8rem, 8vw, 3rem);
  }

  .history-hero-statement {
    margin-bottom: 26px;
    padding-left: 18px;
  }

  .history-hero-statement p {
    font-size: clamp(1.65rem, 7vw, 2.35rem);
  }

  .history-hero-statement span {
    font-size: clamp(1.92rem, 8vw, 2.75rem);
  }

  .history-hero-body p {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .history-hero-photo {
    min-height: 430px;
  }

  .history-teaser-photo {
    min-height: 420px;
  }

  .trajectory-intro {
    max-width: 100%;
  }

  .trajectory-timeline::before {
    left: 29px;
  }

  .trajectory-item {
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 18px;
    padding-bottom: 28px;
  }

  .trajectory-icon {
    width: 58px;
    height: 58px;
  }

  .trajectory-icon svg {
    width: 30px;
    height: 30px;
  }

  .trajectory-close {
    grid-column: auto;
    padding-left: 22px;
  }

  .about-image,
  .identity-image,
  .psychotherapy-image,
  .therapy-closing-image,
  .speaking-detail-image,
  .program-image,
  .speaking-image,
  .podcast-image,
  .impact-image,
  .visual-gallery .section-image,
  .visual-gallery .section-image:nth-child(2) {
    height: 420px;
  }

  .therapy-help,
  .therapy-method,
  .therapy-process,
  .therapy-modality,
  .therapy-faq,
  .therapy-closing,
  .speaking-goals,
  .speaking-topics,
  .speaking-differential,
  .speaking-closing,
  .speaking-community {
    margin-top: 46px;
  }

  .therapy-modality {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .therapy-modality article {
    padding: 24px 12px 18px;
  }

  .therapy-modality h2 {
    font-size: clamp(3.2rem, 14vw, 5.4rem);
  }

  .therapy-modality-image {
    min-height: 430px;
  }

  .therapy-signs {
    grid-template-columns: 1fr;
  }

  .therapy-process-grid span,
  .speaking-pillar-grid span {
    margin-bottom: 32px;
  }

  .speaking-community h2 {
    white-space: normal;
  }

  .story-mark {
    min-height: 260px;
  }

  .story-mark img {
    width: 520px;
  }

  .identity-card {
    padding: 26px;
  }

  .button {
    width: 100%;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .brand-mark {
    width: 52px;
    height: 62px;
  }
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes portraitIn {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes ymBreath {
  0%,
  100% {
    transform: translateY(-50%) scale(1);
  }
  50% {
    transform: translateY(-50%) scale(1.02);
  }
}

@keyframes photoReveal {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes titleReveal {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes lineGrow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes linenDrift {
  from {
    background-position: 0 0, 0 0;
  }
  to {
    background-position: 2px 1px, -1px 2px;
  }
}

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

  .motion-ready .section,
  .motion-ready .page-hero,
  .hero-photo img,
  .hero-copy h1 span {
    opacity: 1 !important;
    transform: none !important;
  }
}
