.therasana-selection .home-hero__portrait-stage--clean {
  min-height: 620px;
  overflow: hidden;
  border-radius: 2px 32px 2px 2px;
  background: #1d3a32;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.28);
}

.therasana-selection .home-hero__portrait--clean {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: center 34%;
  background: transparent;
}

.therasana-selection .member-card--founder {
  border-color: rgba(184, 155, 99, 0.52);
  box-shadow: 0 26px 72px rgba(12, 33, 28, 0.16);
}

.therasana-selection .member-card--founder .member-card__badge {
  background: var(--selection-gold);
  color: var(--selection-forest-deep);
}

.therasana-selection .member-card--paid .member-card__badge {
  background: rgba(18, 45, 39, 0.08);
  color: var(--selection-forest);
}

.therasana-selection .member-profile--founder .member-profile__hero {
  background:
    linear-gradient(135deg, rgba(12, 33, 28, 0.98), rgba(18, 45, 39, 0.9)),
    var(--selection-forest);
}

.therasana-selection .member-profile__founder-note {
  border-color: rgba(184, 155, 99, 0.44);
  background: #f7f0e3;
}

.therasana-selection .selection-full-page {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--selection-ivory);
  color: var(--selection-graphite);
}

.therasana-selection .selection-overline {
  margin: 0 0 1rem;
  color: var(--selection-gold);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.therasana-selection .selection-full-page h1,
.therasana-selection .selection-full-page h2,
.therasana-selection .selection-full-page h3 {
  margin-top: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.therasana-selection .selection-full-page p {
  line-height: 1.75;
}

.therasana-selection .selection-full-hero {
  min-height: min(900px, 88svh);
  display: grid;
  align-items: center;
  background:
    linear-gradient(120deg, rgba(12, 33, 28, 0.99) 0%, rgba(18, 45, 39, 0.94) 60%, rgba(41, 72, 63, 0.9) 100%);
  color: #fff;
}

.therasana-selection .selection-full-hero__inner {
  width: min(1480px, calc(100% - 8vw));
  margin: 0 auto;
  padding: clamp(8rem, 12vw, 12rem) 0 clamp(5rem, 8vw, 8rem);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: end;
}

.therasana-selection .selection-full-hero__copy h1 {
  max-width: 10.5em;
  margin-bottom: 1.5rem;
  color: #fff;
  font-size: clamp(3.4rem, 6.8vw, 7.6rem);
  line-height: 0.94;
}

.therasana-selection .selection-full-hero__copy > p:last-child {
  max-width: 48rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.06rem, 1.5vw, 1.28rem);
}

.therasana-selection .selection-discipline-search {
  padding: clamp(2rem, 4vw, 3.5rem);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.therasana-selection .selection-discipline-search label {
  display: block;
  margin-bottom: 1rem;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.2vw, 2.2rem);
  line-height: 1.2;
}

.therasana-selection .selection-discipline-search__row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.75rem;
}

.therasana-selection .selection-discipline-search input[type="search"] {
  width: 100%;
  min-height: 58px;
  padding: 0 1.1rem;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: var(--selection-graphite);
  font-size: 1rem;
}

.therasana-selection .selection-discipline-search button {
  min-height: 58px;
  padding: 0 1.5rem;
  border: 1px solid var(--selection-gold);
  border-radius: 0;
  background: var(--selection-gold);
  color: var(--selection-forest-deep);
  font-weight: 800;
  cursor: pointer;
}

.therasana-selection .selection-discipline-search > p {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
}

.therasana-selection .selection-disciplines__catalogue {
  width: min(1600px, calc(100% - 6vw));
  margin: 0 auto;
  padding: clamp(5rem, 9vw, 9rem) 0;
}

.therasana-selection .selection-disciplines__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.55fr);
  gap: clamp(2rem, 7vw, 8rem);
  align-items: end;
  margin-bottom: clamp(3rem, 6vw, 6rem);
}

.therasana-selection .selection-disciplines__intro h2 {
  max-width: 12em;
  margin-bottom: 0;
  color: var(--selection-forest);
  font-size: clamp(2.7rem, 4.8vw, 5.4rem);
  line-height: 1;
}

.therasana-selection .selection-disciplines__intro > p {
  margin: 0;
  color: var(--selection-muted);
  font-size: 1.05rem;
}

.therasana-selection .selection-discipline-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--selection-line);
  border-left: 1px solid var(--selection-line);
}

.therasana-selection .selection-discipline-card {
  min-height: 390px;
  padding: clamp(2rem, 3.4vw, 3.5rem);
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--selection-line);
  border-bottom: 1px solid var(--selection-line);
  background: rgba(255, 253, 248, 0.62);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.therasana-selection .selection-discipline-card:hover {
  position: relative;
  z-index: 1;
  transform: translateY(-4px);
  background: var(--selection-paper);
  box-shadow: var(--selection-shadow-soft);
}

.therasana-selection .selection-discipline-card__number {
  margin-bottom: auto;
  color: var(--selection-gold);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.therasana-selection .selection-discipline-card h3 {
  margin-bottom: 1rem;
  color: var(--selection-forest);
  font-size: clamp(1.8rem, 2.4vw, 2.8rem);
  line-height: 1.05;
}

.therasana-selection .selection-discipline-card h3 a {
  color: inherit;
  text-decoration: none;
}

.therasana-selection .selection-discipline-card > p {
  margin: 0 0 2rem;
  color: var(--selection-muted);
}

.therasana-selection .selection-discipline-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--selection-line);
  font-size: 0.84rem;
}

.therasana-selection .selection-discipline-card__meta span {
  color: var(--selection-muted);
}

.therasana-selection .selection-discipline-card__meta a,
.therasana-selection .selection-text-link {
  color: var(--selection-forest);
  font-weight: 800;
  text-underline-offset: 0.24em;
}

.therasana-selection .selection-empty-state {
  padding: clamp(3rem, 7vw, 7rem);
  text-align: center;
  background: var(--selection-paper);
  border: 1px solid var(--selection-line);
}

.therasana-selection .selection-choice-guide {
  padding: clamp(5rem, 9vw, 9rem) max(4vw, calc((100vw - 1520px) / 2));
  background: var(--selection-forest);
  color: #fff;
}

.therasana-selection .selection-choice-guide__heading {
  max-width: 980px;
  margin-bottom: clamp(3rem, 6vw, 6rem);
}

.therasana-selection .selection-choice-guide__heading h2 {
  margin-bottom: 0;
  color: #fff;
  font-size: clamp(2.8rem, 5vw, 5.8rem);
  line-height: 1;
}

.therasana-selection .selection-choice-guide__steps {
  list-style: none;
  margin: 0 0 3rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.therasana-selection .selection-choice-guide__steps li {
  min-height: 300px;
  padding: clamp(2rem, 4vw, 4rem);
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.therasana-selection .selection-choice-guide__steps span {
  display: block;
  margin-bottom: 4rem;
  color: var(--selection-gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.therasana-selection .selection-choice-guide__steps h3 {
  margin-bottom: 1rem;
  color: #fff;
  font-size: clamp(1.7rem, 2.3vw, 2.6rem);
}

.therasana-selection .selection-choice-guide__steps p {
  color: rgba(255, 255, 255, 0.72);
}

.therasana-selection .selection-choice-guide .selection-text-link {
  color: #fff;
}

.therasana-selection .selection-founder__hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
  background: var(--selection-forest);
  color: #fff;
}

.therasana-selection .selection-founder__portrait {
  min-height: 100svh;
  overflow: hidden;
  background: #1a352e;
}

.therasana-selection .selection-founder__portrait img {
  width: 100%;
  height: 100%;
  min-height: 100svh;
  display: block;
  object-fit: cover;
  object-position: center 34%;
}

.therasana-selection .selection-founder__statement {
  padding: clamp(8rem, 11vw, 12rem) clamp(3rem, 8vw, 9rem) clamp(5rem, 8vw, 8rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.therasana-selection .selection-founder__statement h1 {
  max-width: 10.5em;
  margin-bottom: 2rem;
  color: #fff;
  font-size: clamp(3.4rem, 6vw, 7rem);
  line-height: 0.94;
}

.therasana-selection .selection-founder__statement > p {
  max-width: 54rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.08rem;
}

.therasana-selection .selection-founder__statement .selection-founder__lead {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.45;
}

.therasana-selection .selection-founder__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.6rem;
}

.therasana-selection .selection-founder__why {
  padding: clamp(6rem, 10vw, 10rem) max(4vw, calc((100vw - 1540px) / 2));
}

.therasana-selection .selection-founder__why-heading {
  max-width: 980px;
  margin-bottom: clamp(4rem, 7vw, 7rem);
}

.therasana-selection .selection-founder__why-heading h2 {
  margin-bottom: 0;
  color: var(--selection-forest);
  font-size: clamp(3rem, 5.2vw, 6rem);
  line-height: 0.98;
}

.therasana-selection .selection-founder__why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--selection-line);
  border-left: 1px solid var(--selection-line);
}

.therasana-selection .selection-founder__why-grid article {
  min-height: 360px;
  padding: clamp(2.2rem, 4vw, 4.2rem);
  border-right: 1px solid var(--selection-line);
  border-bottom: 1px solid var(--selection-line);
}

.therasana-selection .selection-founder__why-grid span {
  display: block;
  margin-bottom: 5rem;
  color: var(--selection-gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.therasana-selection .selection-founder__why-grid h3 {
  margin-bottom: 1rem;
  color: var(--selection-forest);
  font-size: clamp(1.8rem, 2.5vw, 2.9rem);
  line-height: 1.05;
}

.therasana-selection .selection-founder__why-grid p {
  color: var(--selection-muted);
}

.therasana-selection .selection-founder__governance {
  padding: clamp(6rem, 10vw, 10rem) max(4vw, calc((100vw - 1540px) / 2));
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.65fr);
  gap: clamp(4rem, 9vw, 10rem);
  align-items: center;
  background: #ece3d5;
}

.therasana-selection .selection-founder__governance-copy h2 {
  max-width: 11em;
  margin-bottom: 2rem;
  color: var(--selection-forest);
  font-size: clamp(3rem, 5vw, 5.8rem);
  line-height: 0.98;
}

.therasana-selection .selection-founder__governance-copy > p {
  max-width: 54rem;
  color: #4e5651;
  font-size: 1.08rem;
}

.therasana-selection .selection-founder__governance-copy blockquote {
  max-width: 54rem;
  margin: 2.5rem 0 0;
  padding: 2rem 0 0 2rem;
  border-left: 3px solid var(--selection-gold);
  color: var(--selection-forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.4rem, 2.2vw, 2.2rem);
  line-height: 1.45;
}

.therasana-selection .selection-founder__identity-card {
  background: var(--selection-paper);
  box-shadow: var(--selection-shadow);
}

.therasana-selection .selection-founder__identity-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
  object-position: center 34%;
}

.therasana-selection .selection-founder__identity-card > div {
  padding: clamp(2rem, 4vw, 3.5rem);
}

.therasana-selection .selection-founder__identity-card h3 {
  margin-bottom: 1rem;
  color: var(--selection-forest);
  font-size: clamp(2.2rem, 3vw, 3.4rem);
}

.therasana-selection .selection-founder__identity-card p:not(.selection-overline) {
  color: var(--selection-muted);
}

.therasana-selection .selection-founder__promise {
  padding: clamp(7rem, 12vw, 12rem) max(4vw, calc((100vw - 1250px) / 2));
  text-align: center;
  background: var(--selection-paper);
}

.therasana-selection .selection-founder__promise h2 {
  margin: 0 auto 2rem;
  max-width: 13em;
  color: var(--selection-forest);
  font-size: clamp(3rem, 5.6vw, 6.3rem);
  line-height: 0.98;
}

.therasana-selection .selection-founder__promise > p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--selection-muted);
  font-size: 1.08rem;
}

.therasana-selection .selection-founder__promise-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.therasana-selection .selection-founder__promise-links a {
  color: var(--selection-forest);
  font-weight: 800;
  text-underline-offset: 0.25em;
}

@media (max-width: 1100px) {
  .therasana-selection .selection-full-hero__inner,
  .therasana-selection .selection-founder__governance {
    grid-template-columns: 1fr;
  }

  .therasana-selection .selection-discipline-grid,
  .therasana-selection .selection-choice-guide__steps,
  .therasana-selection .selection-founder__why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .therasana-selection .selection-founder__hero {
    grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1.25fr);
  }
}

@media (max-width: 780px) {
  .therasana-selection .home-hero__portrait-stage--clean,
  .therasana-selection .home-hero__portrait--clean {
    min-height: 500px;
  }

  .therasana-selection .selection-full-hero {
    min-height: auto;
  }

  .therasana-selection .selection-full-hero__inner {
    width: min(100% - 2rem, 720px);
    padding-top: 7.5rem;
    gap: 2.5rem;
  }

  .therasana-selection .selection-full-hero__copy h1 {
    font-size: clamp(3rem, 14vw, 5rem);
  }

  .therasana-selection .selection-discipline-search__row {
    grid-template-columns: 1fr;
  }

  .therasana-selection .selection-disciplines__catalogue {
    width: calc(100% - 2rem);
  }

  .therasana-selection .selection-disciplines__intro,
  .therasana-selection .selection-discipline-grid,
  .therasana-selection .selection-choice-guide__steps,
  .therasana-selection .selection-founder__why-grid {
    grid-template-columns: 1fr;
  }

  .therasana-selection .selection-discipline-card,
  .therasana-selection .selection-founder__why-grid article {
    min-height: auto;
  }

  .therasana-selection .selection-discipline-card__number,
  .therasana-selection .selection-founder__why-grid span {
    margin-bottom: 3rem;
  }

  .therasana-selection .selection-choice-guide {
    padding-inline: 1rem;
  }

  .therasana-selection .selection-founder__hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .therasana-selection .selection-founder__portrait,
  .therasana-selection .selection-founder__portrait img {
    min-height: 68svh;
    height: 68svh;
  }

  .therasana-selection .selection-founder__statement {
    padding: 4rem 1.25rem 5rem;
  }

  .therasana-selection .selection-founder__statement h1 {
    font-size: clamp(3rem, 14vw, 5.2rem);
  }

  .therasana-selection .selection-founder__why,
  .therasana-selection .selection-founder__governance,
  .therasana-selection .selection-founder__promise {
    padding-inline: 1rem;
  }

  .therasana-selection .selection-founder__governance {
    gap: 3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .therasana-selection .selection-discipline-card {
    transition: none;
  }

  .therasana-selection .selection-discipline-card:hover {
    transform: none;
  }
}
