:root {
  --selection-forest: #122d27;
  --selection-forest-deep: #0c211c;
  --selection-forest-soft: #29483f;
  --selection-ivory: #f5f0e7;
  --selection-paper: #fffdf8;
  --selection-gold: #b89b63;
  --selection-gold-soft: #e4d6b9;
  --selection-terracotta: #b7775b;
  --selection-graphite: #202321;
  --selection-muted: #68706b;
  --selection-line: rgba(18, 45, 39, 0.14);
  --selection-shadow: 0 28px 80px rgba(12, 33, 28, 0.13);
  --selection-shadow-soft: 0 18px 46px rgba(12, 33, 28, 0.08);
  --selection-radius-large: 34px;
  --selection-radius: 22px;
}

.therasana-selection {
  --therasana-blue: var(--selection-forest-soft);
  --therasana-navy: var(--selection-forest);
  --therasana-sky: var(--selection-terracotta);
  --therasana-ivory: var(--selection-ivory);
  --therasana-accent: var(--selection-gold);
  --therasana-gold: var(--selection-gold);
  --therasana-ink: var(--selection-graphite);
  --therasana-muted: var(--selection-muted);
  --therasana-line: var(--selection-line);
  --therasana-soft: #ece5da;
  --therasana-shadow: var(--selection-shadow);
  background: var(--selection-ivory);
  color: var(--selection-graphite);
}

.therasana-selection h1,
.therasana-selection h2,
.therasana-selection h3,
.therasana-selection .section-title {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.therasana-selection .site-header {
  background: var(--selection-forest-deep);
}

.therasana-selection .site-header.is-scrolled,
.therasana-selection .site-header.is-menu-open {
  background: rgba(245, 240, 231, 0.97);
  color: var(--selection-forest);
  box-shadow: 0 1px 0 var(--selection-line), 0 18px 45px rgba(12, 33, 28, 0.08);
}

.therasana-selection .site-header__cta,
.therasana-selection .button,
.therasana-selection .wp-block-button__link,
.therasana-selection .member-profile__actions a {
  border-radius: 4px;
  letter-spacing: 0.01em;
}

.therasana-selection .site-header__cta {
  background: var(--selection-gold);
  color: var(--selection-forest-deep);
}

.therasana-selection .site-header.is-scrolled .site-header__cta,
.therasana-selection .site-header.is-menu-open .site-header__cta,
.therasana-selection .button--primary,
.therasana-selection .wp-block-button__link {
  background: var(--selection-forest);
  color: #fff;
}

.therasana-selection .button--light {
  background: var(--selection-paper);
  color: var(--selection-forest-deep);
}

.therasana-selection .button--ghost-light {
  border-color: rgba(255, 255, 255, 0.48);
  background: transparent;
  color: #fff;
}

.therasana-selection .button--text {
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

/* Homepage hero */
.therasana-selection .home-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(12, 33, 28, 0.98) 0%, rgba(18, 45, 39, 0.96) 54%, rgba(18, 45, 39, 0.76) 100%),
    var(--selection-forest);
}

.therasana-selection .home-hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0 55%, rgba(184, 155, 99, 0.1) 55% 55.2%, transparent 55.2%),
    radial-gradient(circle at 80% 16%, rgba(184, 155, 99, 0.14), transparent 24%);
  content: "";
  pointer-events: none;
}

.therasana-selection .home-hero__inner {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  min-height: 760px;
  gap: clamp(2.5rem, 6vw, 7rem);
  padding: 6.6rem 0 5.6rem;
}

.therasana-selection .home-hero__copy {
  gap: 1.7rem;
}

.therasana-selection .home-hero__eyebrow,
.therasana-selection .section-kicker,
.therasana-selection .premium-page-hero__eyebrow,
.therasana-selection .member-profile__eyebrow,
.therasana-selection .premium-card__eyebrow {
  color: var(--selection-gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.therasana-selection .home-hero h1 {
  max-width: 10.5em;
  font-size: clamp(3.2rem, 6vw, 6.7rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.therasana-selection .home-hero p:not(.home-hero__eyebrow) {
  max-width: 39rem;
  color: rgba(255, 255, 255, 0.79);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  line-height: 1.75;
}

.therasana-selection .home-hero__signature {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
  margin: 0;
  padding: 1.2rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  list-style: none;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.therasana-selection .home-hero__signature li {
  position: relative;
  padding-left: 1rem;
}

.therasana-selection .home-hero__signature li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--selection-gold);
  content: "";
}

.therasana-selection .home-hero__visual {
  min-height: 610px;
}

.therasana-selection .home-hero__portrait-stage {
  position: relative;
  min-height: 610px;
}

.therasana-selection .home-hero__portrait,
.therasana-selection .home-hero__editorial-panel {
  position: absolute;
  inset: 0 2.8rem 2.8rem 0;
  overflow: hidden;
  border-radius: 2px 34px 2px 2px;
  box-shadow: 0 42px 110px rgba(0, 0, 0, 0.28);
}

.therasana-selection .home-hero__portrait {
  background-position: center;
  background-size: cover;
}

.therasana-selection .home-hero__portrait::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 33, 28, 0.02), rgba(12, 33, 28, 0.45));
  content: "";
}

.therasana-selection .home-hero__editorial-panel {
  display: grid;
  align-content: end;
  padding: clamp(2rem, 4vw, 3.8rem);
  background:
    linear-gradient(145deg, rgba(245, 240, 231, 0.98), rgba(228, 214, 185, 0.92)),
    var(--selection-ivory);
  color: var(--selection-forest-deep);
}

.therasana-selection .home-hero__editorial-panel::before {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(18, 45, 39, 0.22);
  border-radius: 50%;
  content: "";
}

.therasana-selection .home-hero__editorial-panel::after {
  position: absolute;
  top: 4.2rem;
  right: 4.2rem;
  width: 84px;
  height: 84px;
  border: 1px solid rgba(18, 45, 39, 0.14);
  border-radius: 50%;
  content: "";
}

.therasana-selection .home-hero__edition {
  position: relative;
  z-index: 1;
  max-width: 22rem;
}

.therasana-selection .home-hero__edition small {
  display: block;
  margin-bottom: 1rem;
  color: var(--selection-terracotta);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.therasana-selection .home-hero__edition strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.45rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.therasana-selection .home-hero__edition span {
  display: block;
  margin-top: 1.2rem;
  color: rgba(12, 33, 28, 0.7);
  line-height: 1.65;
}

.therasana-selection .home-hero__floating {
  right: 0;
  bottom: 0;
  width: min(310px, calc(100% - 30px));
  padding: 1.4rem 1.5rem;
  border: 0;
  border-radius: 2px;
  background: var(--selection-paper);
  box-shadow: var(--selection-shadow);
}

.therasana-selection .home-hero__floating strong {
  color: var(--selection-forest-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  font-weight: 500;
}

/* Concierge search */
.therasana-selection .home-search {
  margin-top: -3.2rem;
  padding-bottom: 5.5rem;
}

.therasana-selection .home-search__panel {
  grid-template-columns: minmax(250px, 1.18fr) minmax(190px, 0.9fr) minmax(190px, 0.9fr) auto;
  gap: 1.15rem;
  padding: 1.75rem;
  border: 1px solid rgba(184, 155, 99, 0.28);
  border-radius: 2px 28px 2px 2px;
  background: rgba(255, 253, 248, 0.985);
  box-shadow: var(--selection-shadow);
}

.therasana-selection .home-search__intro h2 {
  color: var(--selection-forest-deep);
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
}

.therasana-selection .home-search__intro p:last-child {
  margin-top: 0.55rem;
  color: var(--selection-muted);
  font-size: 0.92rem;
}

.therasana-selection .field {
  gap: 0.55rem;
}

.therasana-selection .field span {
  color: var(--selection-forest-deep);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.therasana-selection .field input,
.therasana-selection .field select,
.therasana-selection .search-panel input,
.therasana-selection .search-panel select {
  min-height: 54px;
  border: 0;
  border-bottom: 1px solid rgba(18, 45, 39, 0.28);
  border-radius: 0;
  background: transparent;
  padding: 0.8rem 0;
}

.therasana-selection .field input:focus,
.therasana-selection .field select:focus {
  border-color: var(--selection-gold);
  outline: 0;
}

/* Sections and editorial cards */
.therasana-selection .section {
  padding-block: clamp(5rem, 9vw, 8rem);
}

.therasana-selection .section--soft {
  background: #ece5da;
}

.therasana-selection .section-heading {
  max-width: 790px;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.therasana-selection .section-heading h2 {
  color: var(--selection-forest-deep);
  font-size: clamp(2.45rem, 5vw, 4.8rem);
  line-height: 0.98;
}

.therasana-selection .section-heading > p:last-child {
  max-width: 43rem;
  margin-top: 1.25rem;
  color: var(--selection-muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.therasana-selection .need-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--selection-line);
  border-radius: 2px 28px 2px 2px;
  background: var(--selection-line);
}

.therasana-selection .need-card {
  position: relative;
  min-height: 285px;
  padding: 2rem;
  border: 0;
  border-radius: 0;
  background: var(--selection-paper);
  box-shadow: none;
}

.therasana-selection .need-card::after {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  color: rgba(18, 45, 39, 0.18);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.4rem;
  content: attr(data-index);
}

.therasana-selection .need-card__mark {
  width: 34px;
  height: 1px;
  border-radius: 0;
  background: var(--selection-gold);
}

.therasana-selection .need-card h3 {
  max-width: 12ch;
  margin-top: 2rem;
  color: var(--selection-forest-deep);
  font-size: 1.65rem;
}

.therasana-selection .need-card p {
  max-width: 29rem;
  margin-top: 1rem;
  color: var(--selection-muted);
  line-height: 1.65;
}

.therasana-selection .need-card a {
  display: inline-flex;
  margin-top: 1.4rem;
  color: var(--selection-forest-deep);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration-color: var(--selection-gold);
}

/* Member cards */
.therasana-selection .member-grid,
.therasana-selection .premium-grid {
  gap: 1.8rem;
}

.therasana-selection .member-card,
.therasana-selection .premium-card {
  border: 0;
  border-radius: 2px 24px 2px 2px;
  background: var(--selection-paper);
  box-shadow: var(--selection-shadow-soft);
}

.therasana-selection .member-card__image,
.therasana-selection .premium-card__image {
  aspect-ratio: 4 / 5;
  background: #d8d2c8;
}

.therasana-selection .member-card__image img,
.therasana-selection .premium-card__image img {
  filter: saturate(0.86) contrast(1.02);
  transition: transform 500ms ease, filter 500ms ease;
}

.therasana-selection .member-card:hover .member-card__image img,
.therasana-selection .premium-card:hover .premium-card__image img {
  filter: saturate(1) contrast(1.03);
  transform: scale(1.025);
}

.therasana-selection .member-card__content,
.therasana-selection .premium-card__body {
  padding: 1.65rem 1.7rem 1.8rem;
}

.therasana-selection .member-card__badge,
.therasana-selection .premium-member-badge {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--selection-terracotta);
  font-size: 0.65rem;
  letter-spacing: 0.13em;
}

.therasana-selection .member-card h3,
.therasana-selection .premium-card h2,
.therasana-selection .premium-card h3 {
  color: var(--selection-forest-deep);
  font-size: 1.75rem;
}

.therasana-selection .member-card__therapy,
.therasana-selection .premium-card__meta {
  color: var(--selection-forest-soft);
  font-weight: 700;
}

.therasana-selection .member-card__city,
.therasana-selection .premium-card__location {
  color: var(--selection-muted);
  font-size: 0.9rem;
}

.therasana-selection .member-card__tagline,
.therasana-selection .premium-card__excerpt {
  margin: 1rem 0 1.35rem;
  color: var(--selection-muted);
  line-height: 1.65;
}

.therasana-selection .member-card__terms,
.therasana-selection .premium-card__terms,
.therasana-selection .member-profile__specialities {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.therasana-selection .member-card__terms li,
.therasana-selection .premium-card__terms li,
.therasana-selection .member-profile__specialities li {
  padding: 0.42rem 0.65rem;
  border: 1px solid rgba(18, 45, 39, 0.16);
  border-radius: 2px;
  color: var(--selection-forest-soft);
  background: transparent;
  font-size: 0.76rem;
}

.therasana-selection .member-card__link,
.therasana-selection .premium-card__link {
  color: var(--selection-forest-deep);
  font-size: 0.88rem;
  text-decoration-color: var(--selection-gold);
}

/* Trust section */
.therasana-selection .relation-layout {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 7vw, 7rem);
}

.therasana-selection .commitments {
  border-top: 1px solid var(--selection-line);
}

.therasana-selection .commitments article {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 1.6rem;
  padding: 1.8rem 0;
  border-bottom: 1px solid var(--selection-line);
}

.therasana-selection .commitments strong {
  color: var(--selection-forest-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  font-weight: 500;
}

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

/* Entry panels */
.therasana-selection .section--entry {
  background: var(--selection-forest-deep);
  color: #fff;
}

.therasana-selection .section--entry .section-heading h2,
.therasana-selection .section--entry .section-kicker {
  color: #fff;
}

.therasana-selection .entry-grid {
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 2px 30px 2px 2px;
  background: rgba(255, 255, 255, 0.16);
}

.therasana-selection .entry-panel {
  min-height: 370px;
  padding: clamp(2rem, 5vw, 4rem);
  border: 0;
  border-radius: 0;
  background: var(--selection-paper);
  color: var(--selection-graphite);
}

.therasana-selection .entry-panel--dark {
  background: var(--selection-forest);
  color: #fff;
}

.therasana-selection .entry-panel h3 {
  max-width: 14ch;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

.therasana-selection .entry-panel p {
  max-width: 34rem;
  margin: 1.3rem 0 2rem;
  line-height: 1.75;
}

/* Directory hero */
.therasana-selection .premium-page-hero {
  padding: clamp(5.5rem, 9vw, 8.5rem) 1.25rem clamp(4.6rem, 7vw, 6.8rem);
  background:
    radial-gradient(circle at 82% 22%, rgba(184, 155, 99, 0.17), transparent 24%),
    linear-gradient(135deg, var(--selection-forest-deep), var(--selection-forest));
}

.therasana-selection .premium-page-hero::after {
  right: -6rem;
  bottom: -14rem;
  width: 32rem;
  height: 32rem;
  border-color: rgba(184, 155, 99, 0.28);
}

.therasana-selection .premium-page-hero h1 {
  max-width: 13ch;
  font-size: clamp(3.3rem, 7vw, 6.4rem);
}

.therasana-selection .premium-page-hero__intro {
  max-width: 46rem;
  color: rgba(255, 255, 255, 0.76);
}

.therasana-selection .premium-page-hero__proofs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.4rem;
  margin: 1.8rem 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

.therasana-selection .premium-page-hero__proofs li {
  position: relative;
  padding-left: 0.95rem;
}

.therasana-selection .premium-page-hero__proofs li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--selection-gold);
  content: "";
}

.therasana-selection .premium-listing {
  padding-block: clamp(4rem, 7vw, 7rem);
}

.therasana-selection .premium-search-panel {
  margin-top: -6rem;
  margin-bottom: 4rem;
}

.therasana-selection .premium-card__positioning {
  margin: 1rem 0 0;
  color: var(--selection-graphite);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.02rem;
  line-height: 1.45;
}

/* Premium member profile */
.therasana-selection .member-profile {
  width: min(1240px, calc(100% - 2rem));
  padding-block: clamp(3rem, 6vw, 6rem);
}

.therasana-selection .member-profile__hero {
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  border-radius: 2px 40px 2px 2px;
  background: var(--selection-forest-deep);
  box-shadow: var(--selection-shadow);
}

.therasana-selection .member-profile__media,
.therasana-selection .member-profile__photo,
.therasana-selection .member-profile__photo-placeholder {
  min-height: 660px;
}

.therasana-selection .member-profile__media {
  position: relative;
  background: #d9d1c5;
}

.therasana-selection .member-profile__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(12, 33, 28, 0.28));
  content: "";
  pointer-events: none;
}

.therasana-selection .member-profile__identity {
  padding: clamp(2.6rem, 5vw, 5.4rem);
}

.therasana-selection .member-profile__identity h1 {
  color: #fff;
  font-size: clamp(3rem, 5.5vw, 5.8rem);
  line-height: 0.94;
}

.therasana-selection .member-profile__activity {
  margin-top: 1.35rem;
  color: var(--selection-gold-soft);
  font-size: 1.18rem;
  font-weight: 700;
}

.therasana-selection .member-profile__location {
  color: rgba(255, 255, 255, 0.62);
}

.therasana-selection .member-profile__tagline {
  max-width: 34rem;
  margin-top: 1.75rem;
  color: rgba(255, 255, 255, 0.86);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.35;
}

.therasana-selection .member-profile__actions {
  margin-top: 2rem;
}

.therasana-selection .member-profile__actions .is-primary {
  background: var(--selection-gold);
  color: var(--selection-forest-deep);
}

.therasana-selection .member-profile__actions .is-secondary {
  border-color: rgba(255, 255, 255, 0.34);
}

.therasana-selection .member-profile__status-note {
  padding: 1rem 1.2rem;
  border-left: 3px solid var(--selection-terracotta);
  background: rgba(183, 119, 91, 0.1);
}

.therasana-selection .member-profile__layout {
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 2.2rem;
  margin-top: 2.2rem;
}

.therasana-selection .member-profile__main,
.therasana-selection .member-profile__aside {
  gap: 1.6rem;
}

.therasana-selection .member-profile__section,
.therasana-selection .member-profile__contact-card {
  border: 0;
  border-radius: 2px 24px 2px 2px;
  background: var(--selection-paper);
  box-shadow: var(--selection-shadow-soft);
}

.therasana-selection .member-profile__section {
  padding: clamp(2rem, 4vw, 3.2rem);
}

.therasana-selection .member-profile__section h2,
.therasana-selection .member-profile__contact-card h2 {
  color: var(--selection-forest-deep);
  font-size: clamp(1.9rem, 3.5vw, 3rem);
  line-height: 1;
}

.therasana-selection .member-profile__section-intro {
  max-width: 46rem;
  color: var(--selection-muted);
  font-size: 1.04rem;
  line-height: 1.75;
}

.therasana-selection .member-profile__list {
  display: grid;
  gap: 0;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--selection-line);
}

.therasana-selection .member-profile__list li {
  position: relative;
  padding: 1rem 0 1rem 1.4rem;
  border-bottom: 1px solid var(--selection-line);
}

.therasana-selection .member-profile__list li::before {
  position: absolute;
  top: 1.65rem;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--selection-gold);
  content: "";
}

.therasana-selection .member-profile__contact-card {
  position: sticky;
  top: 104px;
  padding: 2rem;
  border-top: 4px solid var(--selection-gold);
}

.therasana-selection .member-profile__contact-card > p {
  color: var(--selection-muted);
}

.therasana-selection .member-profile__contact-links {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.therasana-selection .member-profile__contact-links a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  border: 1px solid var(--selection-line);
  border-radius: 2px;
  color: var(--selection-forest-deep);
  font-weight: 800;
  text-decoration: none;
}

.therasana-selection .member-profile__contact-links a:first-child {
  border-color: var(--selection-forest);
  background: var(--selection-forest);
  color: #fff;
}

.therasana-selection .member-profile__disclaimer {
  color: var(--selection-muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

/* General interior pages */
.therasana-selection .premium-content__body h2,
.therasana-selection .premium-content__body h3,
.therasana-selection .premium-listing h2 {
  color: var(--selection-forest-deep);
}

.therasana-selection .premium-content__body img {
  border-radius: 2px 24px 2px 2px;
  box-shadow: var(--selection-shadow);
}

.therasana-selection .site-footer {
  background: var(--selection-forest-deep);
}

@media (max-width: 1020px) {
  .therasana-selection .home-hero__inner,
  .therasana-selection .member-profile__hero {
    grid-template-columns: 1fr;
  }

  .therasana-selection .home-hero__inner {
    padding-top: 5rem;
  }

  .therasana-selection .home-hero__visual,
  .therasana-selection .home-hero__portrait-stage {
    min-height: 520px;
  }

  .therasana-selection .home-search__panel {
    grid-template-columns: 1fr 1fr;
  }

  .therasana-selection .home-search__intro {
    grid-column: 1 / -1;
  }

  .therasana-selection .need-grid,
  .therasana-selection .premium-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .therasana-selection .relation-layout,
  .therasana-selection .member-profile__layout {
    grid-template-columns: 1fr;
  }

  .therasana-selection .member-profile__contact-card {
    position: static;
  }

  .therasana-selection .member-profile__media,
  .therasana-selection .member-profile__photo,
  .therasana-selection .member-profile__photo-placeholder {
    min-height: 560px;
  }
}

@media (max-width: 720px) {
  .therasana-selection .site-header__inner,
  .therasana-selection .site-footer__inner,
  .therasana-selection .section__inner,
  .therasana-selection .home-hero__inner,
  .therasana-selection .premium-page-hero__inner,
  .therasana-selection .premium-content,
  .therasana-selection .premium-listing,
  .therasana-selection .member-profile {
    width: min(100% - 28px, 1180px);
  }

  .therasana-selection .home-hero__inner {
    min-height: auto;
    padding: 4.5rem 0 5.5rem;
  }

  .therasana-selection .home-hero h1 {
    font-size: clamp(3rem, 15vw, 4.7rem);
  }

  .therasana-selection .home-hero__visual,
  .therasana-selection .home-hero__portrait-stage {
    min-height: 430px;
  }

  .therasana-selection .home-hero__portrait,
  .therasana-selection .home-hero__editorial-panel {
    inset: 0 1.2rem 2rem 0;
  }

  .therasana-selection .home-hero__floating {
    right: 0;
  }

  .therasana-selection .home-search {
    margin-top: -2rem;
  }

  .therasana-selection .home-search__panel,
  .therasana-selection .need-grid,
  .therasana-selection .premium-grid,
  .therasana-selection .member-grid,
  .therasana-selection .entry-grid {
    grid-template-columns: 1fr;
  }

  .therasana-selection .home-search__panel {
    padding: 1.4rem;
  }

  .therasana-selection .home-search__panel .button {
    width: 100%;
  }

  .therasana-selection .need-card {
    min-height: 245px;
  }

  .therasana-selection .commitments article {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .therasana-selection .premium-search-panel {
    margin-top: -4.2rem;
  }

  .therasana-selection .member-profile__media,
  .therasana-selection .member-profile__photo,
  .therasana-selection .member-profile__photo-placeholder {
    min-height: 450px;
  }

  .therasana-selection .member-profile__identity {
    padding: 2rem 1.5rem 2.4rem;
  }

  .therasana-selection .member-profile__identity h1 {
    font-size: clamp(2.8rem, 14vw, 4.3rem);
  }

  .therasana-selection .member-profile__actions a {
    width: 100%;
  }
}

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