:root {
  --therasana-blue: #22577A;
  --therasana-navy: #0A3D62;
  --therasana-sky: #2EA3F2;
  --therasana-ivory: #FCFBFE;
  --therasana-accent: #958E09;
  --therasana-ink: #102A3A;
  --therasana-muted: #647680;
  --therasana-white: #FFFFFF;
  --therasana-line: rgba(10, 61, 98, 0.14);
  --therasana-soft: #F5F2ED;
  --therasana-radius: 20px;
  --therasana-shadow: 0 22px 70px rgba(16, 42, 58, 0.13);
  --therasana-soft-shadow: 0 14px 36px rgba(16, 42, 58, 0.08);
}

.therasana-premium-home,
.therasana-premium-home * {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.therasana-premium-home {
  margin: 0;
  background: var(--therasana-ivory);
  color: var(--therasana-ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.therasana-premium-home.exit-popup-open {
  overflow: hidden;
}

.therasana-premium-home img {
  display: block;
  max-width: 100%;
  height: auto;
}

.therasana-premium-home a {
  color: var(--therasana-navy);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.therasana-premium-home button,
.therasana-premium-home input,
.therasana-premium-home select,
.therasana-premium-home textarea {
  font: inherit;
}

.therasana-premium-home button {
  cursor: pointer;
}

.therasana-premium-home a:focus-visible,
.therasana-premium-home button:focus-visible,
.therasana-premium-home input:focus-visible,
.therasana-premium-home select:focus-visible,
.therasana-premium-home textarea:focus-visible {
  outline: 3px solid var(--therasana-sky);
  outline-offset: 4px;
}

.therasana-premium-home h1,
.therasana-premium-home h2,
.therasana-premium-home h3,
.therasana-premium-home .section-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.06;
}

.therasana-premium-home p {
  margin: 0;
}

.therasana-premium-home .screen-reader-text,
.therasana-premium-home .skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.therasana-premium-home .skip-link:focus {
  position: fixed;
  z-index: 1000;
  top: 1rem;
  left: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  background: var(--therasana-white);
  color: var(--therasana-navy);
}

.therasana-premium-home .site-header {
  position: sticky;
  z-index: 60;
  top: 0;
  background: var(--therasana-navy);
  color: var(--therasana-white);
  transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.therasana-premium-home .site-header.is-scrolled,
.therasana-premium-home .site-header.is-menu-open {
  background: rgba(252, 251, 254, 0.97);
  color: var(--therasana-navy);
  box-shadow: 0 1px 0 var(--therasana-line), 0 14px 35px rgba(16, 42, 58, 0.08);
  backdrop-filter: blur(18px);
}

.therasana-premium-home .site-header__inner,
.therasana-premium-home .site-footer__inner,
.therasana-premium-home .section__inner,
.therasana-premium-home .home-hero__inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.therasana-premium-home .site-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  min-height: 76px;
  align-items: center;
  gap: 1.3rem;
}

.therasana-premium-home .site-logo {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 0.72rem;
  color: inherit;
  font-weight: 760;
  text-decoration: none;
}

.therasana-premium-home .site-logo__mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
}

.therasana-premium-home .primary-nav {
  justify-self: center;
}

.therasana-premium-home .primary-nav ul {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.therasana-premium-home .primary-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: inherit;
  font-size: 0.94rem;
  text-decoration: none;
}

.therasana-premium-home .primary-nav a:hover {
  text-decoration: underline;
}

.therasana-premium-home .nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid currentColor;
  border-radius: 14px;
  background: transparent;
  color: inherit;
}

.therasana-premium-home .nav-toggle__bars,
.therasana-premium-home .nav-toggle__bars::before,
.therasana-premium-home .nav-toggle__bars::after {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  background: currentColor;
  content: "";
}

.therasana-premium-home .nav-toggle__bars::before {
  transform: translateY(-7px);
}

.therasana-premium-home .nav-toggle__bars::after {
  transform: translateY(5px);
}

.therasana-premium-home .site-header__cta,
.therasana-premium-home .button,
.therasana-premium-home .wp-block-button__link {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 740;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.therasana-premium-home .site-header__cta {
  background: var(--therasana-white);
  color: var(--therasana-navy);
}

.therasana-premium-home .site-header.is-scrolled .site-header__cta,
.therasana-premium-home .site-header.is-menu-open .site-header__cta,
.therasana-premium-home .button--primary,
.therasana-premium-home .wp-block-button__link {
  background: var(--therasana-navy);
  color: var(--therasana-white);
}

.therasana-premium-home .button--secondary {
  border-color: rgba(10, 61, 98, 0.2);
  background: var(--therasana-white);
  color: var(--therasana-navy);
}

.therasana-premium-home .button--light,
.therasana-premium-home .button--ghost-light {
  background: var(--therasana-white);
  color: var(--therasana-navy);
}

.therasana-premium-home .button--ghost-light {
  border-color: rgba(255, 255, 255, 0.35);
}

.therasana-premium-home .button:hover,
.therasana-premium-home .site-header__cta:hover,
.therasana-premium-home .wp-block-button__link:hover {
  transform: translateY(-1px);
  box-shadow: var(--therasana-soft-shadow);
}

.therasana-premium-home .home-hero {
  overflow: hidden;
  background: var(--therasana-navy);
  color: var(--therasana-white);
}

.therasana-premium-home .home-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  min-height: 710px;
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  padding: 5.5rem 0 4.2rem;
}

.therasana-premium-home .home-hero__copy {
  display: grid;
  gap: 1.45rem;
}

.therasana-premium-home .home-hero__eyebrow,
.therasana-premium-home .section-kicker {
  color: var(--therasana-accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.therasana-premium-home .home-hero__eyebrow {
  color: #D8D08C;
}

.therasana-premium-home .home-hero h1 {
  max-width: 11.5em;
  font-size: clamp(2.75rem, 5.1vw, 5.8rem);
}

.therasana-premium-home .home-hero p:not(.home-hero__eyebrow) {
  max-width: 42rem;
  color: rgba(255, 255, 255, 0.83);
  font-size: 1.17rem;
}

.therasana-premium-home .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.therasana-premium-home .home-hero__visual {
  position: relative;
  min-height: 560px;
}

.therasana-premium-home .home-hero__placeholder {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  background: #F4F0E8;
  color: var(--therasana-navy);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.2);
}

.therasana-premium-home .home-hero__placeholder::before {
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(10, 61, 98, 0.17);
  border-radius: 22px;
  content: "";
}

.therasana-premium-home .home-hero__placeholder-large,
.therasana-premium-home .home-hero__placeholder-small {
  position: absolute;
  background: rgba(34, 87, 122, 0.12);
}

.therasana-premium-home .home-hero__placeholder-large {
  top: 84px;
  right: 62px;
  width: 54%;
  height: 55%;
  border-radius: 28px 28px 10px 28px;
}

.therasana-premium-home .home-hero__placeholder-small {
  bottom: 78px;
  left: 48px;
  width: 34%;
  height: 30%;
  border-radius: 16px 26px 26px;
}

.therasana-premium-home .home-hero__placeholder-line {
  position: absolute;
  right: 18%;
  bottom: 22%;
  width: 46%;
  height: 1px;
  background: rgba(149, 142, 9, 0.55);
  transform: rotate(-14deg);
  transform-origin: right;
}

.therasana-premium-home .home-hero__placeholder p {
  position: absolute;
  right: 34px;
  bottom: 32px;
  max-width: 15rem;
  color: rgba(10, 61, 98, 0.68);
  font-size: 0.92rem;
  font-weight: 720;
  text-align: right;
}

.therasana-premium-home .home-hero__floating {
  position: absolute;
  right: -18px;
  bottom: 36px;
  display: grid;
  width: min(280px, calc(100% - 32px));
  gap: 0.32rem;
  padding: 1.1rem 1.2rem;
  border: 1px solid var(--therasana-line);
  border-radius: 18px;
  background: var(--therasana-white);
  color: var(--therasana-ink);
  box-shadow: var(--therasana-shadow);
}

.therasana-premium-home .home-hero__floating span {
  color: var(--therasana-muted);
  font-size: 0.95rem;
}

.therasana-premium-home .home-search {
  margin-top: -2.4rem;
  padding-bottom: 4.2rem;
}

.therasana-premium-home .home-search__panel {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 1.1fr minmax(180px, 1fr) minmax(180px, 1fr) auto;
  gap: 1rem;
  align-items: end;
  padding: 1.4rem;
  border: 1px solid var(--therasana-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: var(--therasana-shadow);
}

.therasana-premium-home .home-search h2 {
  font-size: clamp(1.55rem, 2vw, 2.2rem);
}

.therasana-premium-home .field {
  display: grid;
  gap: 0.35rem;
}

.therasana-premium-home .field span {
  color: var(--therasana-ink);
  font-size: 0.86rem;
  font-weight: 760;
}

.therasana-premium-home .field input,
.therasana-premium-home .field select,
.therasana-premium-home .search-panel input,
.therasana-premium-home .search-panel select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--therasana-line);
  border-radius: 14px;
  background: var(--therasana-white);
  color: var(--therasana-ink);
  padding: 0.8rem 0.9rem;
}

.therasana-premium-home .section {
  padding: 5rem 0;
}

.therasana-premium-home .section--soft {
  background: var(--therasana-soft);
}

.therasana-premium-home .section--entry {
  padding-top: 4rem;
}

.therasana-premium-home .section-heading {
  display: grid;
  max-width: 760px;
  margin: 0 auto 2rem;
  gap: 0.8rem;
  text-align: center;
}

.therasana-premium-home .section-heading--left {
  margin: 0;
  text-align: left;
}

.therasana-premium-home .section-heading h2,
.therasana-premium-home .section-title {
  color: var(--therasana-navy);
  font-size: clamp(2rem, 3vw, 3.5rem);
}

.therasana-premium-home .section-heading p:not(.section-kicker) {
  color: var(--therasana-muted);
  font-size: 1.08rem;
}

.therasana-premium-home .need-grid,
.therasana-premium-home .member-grid,
.therasana-premium-home .entry-grid {
  display: grid;
  gap: 1rem;
}

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

.therasana-premium-home .member-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.therasana-premium-home .need-card,
.therasana-premium-home .member-card,
.therasana-premium-home .commitments article,
.therasana-premium-home .entry-panel,
.therasana-premium-home .card {
  border: 1px solid var(--therasana-line);
  border-radius: var(--therasana-radius);
  background: var(--therasana-white);
  box-shadow: var(--therasana-soft-shadow);
}

.therasana-premium-home .need-card {
  display: grid;
  min-height: 235px;
  gap: 0.85rem;
  padding: 1.25rem;
}

.therasana-premium-home .need-card__mark {
  width: 48px;
  height: 9px;
  border-radius: 999px;
  background: var(--therasana-accent);
}

.therasana-premium-home .need-card h3,
.therasana-premium-home .member-card h3,
.therasana-premium-home .entry-panel h3 {
  color: var(--therasana-ink);
  font-size: 1.35rem;
}

.therasana-premium-home .need-card p,
.therasana-premium-home .member-card p,
.therasana-premium-home .commitments p,
.therasana-premium-home .entry-panel p,
.therasana-premium-home .site-footer p {
  color: var(--therasana-muted);
}

.therasana-premium-home .need-card a,
.therasana-premium-home .member-card a {
  font-weight: 720;
}

.therasana-premium-home .member-card {
  display: grid;
  min-height: 100%;
  overflow: hidden;
}

.therasana-premium-home .member-card__image {
  display: block;
  aspect-ratio: 1 / 1.05;
  overflow: hidden;
  background: #F4F0E8;
}

.therasana-premium-home .member-card__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.therasana-premium-home .member-card__content {
  display: grid;
  align-content: start;
  gap: 0.68rem;
  padding: 1.15rem;
}

.therasana-premium-home .member-card h3 a {
  color: inherit;
  text-decoration: none;
}

.therasana-premium-home .member-card__therapy,
.therasana-premium-home .member-card__city {
  font-size: 0.95rem;
}

.therasana-premium-home .member-card__badge,
.therasana-premium-home .badge {
  display: inline-flex;
  width: fit-content;
  min-height: 34px;
  align-items: center;
  padding: 0.36rem 0.7rem;
  border: 1px solid rgba(149, 142, 9, 0.34);
  border-radius: 999px;
  background: rgba(149, 142, 9, 0.09);
  color: #68620A;
  font-size: 0.82rem;
  font-weight: 760;
}

.therasana-premium-home .member-card__link {
  margin-top: 0.2rem;
}

.therasana-premium-home .relation-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: start;
}

.therasana-premium-home .commitments {
  display: grid;
  gap: 1rem;
}

.therasana-premium-home .commitments article {
  display: grid;
  gap: 0.45rem;
  padding: 1.35rem;
}

.therasana-premium-home .commitments strong {
  color: var(--therasana-navy);
  font-size: 1.05rem;
}

.therasana-premium-home .entry-panel {
  display: grid;
  min-height: 300px;
  align-content: start;
  gap: 1rem;
  padding: clamp(1.4rem, 3vw, 2rem);
}

.therasana-premium-home .entry-panel--dark {
  background: var(--therasana-navy);
  color: var(--therasana-white);
}

.therasana-premium-home .entry-panel--dark h3 {
  color: var(--therasana-white);
}

.therasana-premium-home .entry-panel--dark p {
  color: rgba(255, 255, 255, 0.78);
}

.therasana-premium-home .entry-panel__link {
  color: inherit;
  font-weight: 740;
}

.therasana-premium-home .homepage-exit-popup[hidden] {
  display: none;
}

.therasana-premium-home .homepage-exit-popup {
  position: fixed;
  z-index: 300;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.therasana-premium-home .homepage-exit-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(16, 42, 58, 0.52);
}

.therasana-premium-home .homepage-exit-popup__dialog {
  position: relative;
  display: grid;
  width: min(620px, 100%);
  max-height: min(760px, calc(100dvh - 32px));
  overflow: auto;
  gap: 1rem;
  padding: clamp(1.35rem, 3vw, 2rem);
  border: 1px solid rgba(10, 61, 98, 0.13);
  border-radius: 24px;
  background: var(--therasana-ivory);
  color: var(--therasana-ink);
  box-shadow: 0 35px 110px rgba(0, 0, 0, 0.28);
}

.therasana-premium-home .homepage-exit-popup__dialog h2 {
  color: var(--therasana-navy);
  font-size: clamp(2rem, 4vw, 3rem);
}

.therasana-premium-home .homepage-exit-popup__close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(10, 61, 98, 0.14);
  border-radius: 50%;
  background: var(--therasana-white);
  color: var(--therasana-navy);
  font-size: 1.7rem;
  line-height: 1;
}

.therasana-premium-home .homepage-exit-popup__accent {
  width: 74px;
  height: 10px;
  border-radius: 999px;
  background: var(--therasana-accent);
}

.therasana-premium-home .homepage-exit-popup__note {
  border-left: 3px solid var(--therasana-accent);
  padding-left: 0.9rem;
  color: var(--therasana-muted);
}

.therasana-premium-home .homepage-exit-popup__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.therasana-premium-home .site-footer {
  padding: 3rem 0;
  background: var(--therasana-ink);
  color: var(--therasana-white);
}

.therasana-premium-home .site-footer__inner {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}

.therasana-premium-home .site-footer h2 {
  margin: 0 0 0.8rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 790;
}

.therasana-premium-home .site-footer nav,
.therasana-premium-home .site-footer address {
  display: grid;
  align-content: start;
  gap: 0.5rem;
  font-style: normal;
}

.therasana-premium-home .site-footer a,
.therasana-premium-home .site-footer span,
.therasana-premium-home .site-footer p {
  color: rgba(255, 255, 255, 0.74);
}

.therasana-premium-home .grid,
.therasana-premium-home .search-panel {
  display: grid;
  gap: 1rem;
}

.therasana-premium-home .grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
}

.therasana-premium-home .card {
  padding: 1.25rem;
}

@media (max-width: 1080px) {
  .therasana-premium-home .site-header__inner {
    grid-template-columns: auto auto;
  }

  .therasana-premium-home .site-header__cta {
    display: none;
  }

  .therasana-premium-home .nav-toggle {
    display: block;
    justify-self: end;
  }

  .therasana-premium-home .primary-nav {
    grid-column: 1 / -1;
    display: none;
    justify-self: stretch;
    padding: 0 0 1rem;
  }

  .therasana-premium-home .primary-nav.is-open {
    display: block;
  }

  .therasana-premium-home .primary-nav ul {
    flex-direction: column;
    align-items: stretch;
  }

  .therasana-premium-home .primary-nav a {
    border-top: 1px solid var(--therasana-line);
  }

  .therasana-premium-home .home-hero__inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .therasana-premium-home .home-hero__visual,
  .therasana-premium-home .home-hero__placeholder {
    min-height: 430px;
  }

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

  .therasana-premium-home .home-search__intro,
  .therasana-premium-home .home-search__panel .button {
    grid-column: 1 / -1;
  }

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

@media (max-width: 760px) {
  .therasana-premium-home .site-header__inner,
  .therasana-premium-home .site-footer__inner,
  .therasana-premium-home .section__inner,
  .therasana-premium-home .home-hero__inner {
    width: min(100% - 28px, 1180px);
  }

  .therasana-premium-home .home-hero__inner {
    gap: 2rem;
    padding: 3rem 0 5rem;
  }

  .therasana-premium-home .home-hero h1 {
    font-size: clamp(2.45rem, 12vw, 4.25rem);
  }

  .therasana-premium-home .home-hero__actions,
  .therasana-premium-home .homepage-exit-popup__actions {
    flex-direction: column;
  }

  .therasana-premium-home .button,
  .therasana-premium-home .wp-block-button__link {
    width: 100%;
  }

  .therasana-premium-home .home-hero__visual,
  .therasana-premium-home .home-hero__placeholder {
    min-height: 350px;
  }

  .therasana-premium-home .home-hero__floating {
    right: 12px;
    bottom: -22px;
  }

  .therasana-premium-home .home-search {
    margin-top: -1.2rem;
  }

  .therasana-premium-home .home-search__panel,
  .therasana-premium-home .need-grid,
  .therasana-premium-home .member-grid,
  .therasana-premium-home .relation-layout,
  .therasana-premium-home .entry-grid,
  .therasana-premium-home .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .therasana-premium-home .section {
    padding: 3.6rem 0;
  }

  .therasana-premium-home .section-heading {
    text-align: left;
  }

  .therasana-premium-home .need-card,
  .therasana-premium-home .member-card {
    min-height: auto;
  }

  .therasana-premium-home .member-card {
    grid-template-columns: 112px 1fr;
  }

  .therasana-premium-home .member-card__image {
    min-height: 100%;
    aspect-ratio: auto;
  }
}

@media (max-width: 430px) {
  .therasana-premium-home .site-logo {
    font-size: 0.95rem;
  }

  .therasana-premium-home .home-hero__placeholder p {
    right: 22px;
    bottom: 24px;
    max-width: 13rem;
  }

  .therasana-premium-home .member-card {
    grid-template-columns: 1fr;
  }

  .therasana-premium-home .member-card__image {
    aspect-ratio: 1 / 0.92;
  }

  .therasana-premium-home .homepage-exit-popup {
    align-items: end;
    padding: 0.7rem;
  }

  .therasana-premium-home .homepage-exit-popup__dialog {
    max-height: calc(100dvh - 18px);
    border-radius: 22px;
  }
}

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