/* =========================================================
   Therapy Support landing — clinician referral
   Matches site visual language (dark · Apple-esque · AaaS)
   ========================================================= */

/* Show both pathway logos in header (AaaS primary + Brain Fitness secondary frame) */

/* ---------- Hero (NSR / feel-style: copy | portrait; portrait always in-hero) ----------
   Desktop: eyebrow + headline + body | portrait
   Mobile:  eyebrow → headline → portrait → body/CTAs
   Scoped so global .hero-layout 2-col rules never eject the figure. */
.page-therapy-support .ts-hero {
  padding: 3rem 0 3.5rem;
  min-height: auto;
  overflow: visible;
  /* Keep hero contents in a single section flow */
  display: block;
}

.page-therapy-support .ts-hero-layout.hero-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  grid-template-areas:
    "eyebrow portrait"
    "headline portrait"
    "body portrait";
  column-gap: 3.5rem;
  row-gap: 0;
  gap: 0 3.5rem; /* override global .hero-layout gap so areas control placement */
  align-items: center;
  width: 100%;
  max-width: var(--max);
}

.page-therapy-support .ts-hero-eyebrow {
  grid-area: eyebrow;
  align-self: end;
  margin-bottom: 1rem;
}

.page-therapy-support .ts-headline {
  grid-area: headline;
  font-size: clamp(2.15rem, 5.2vw, 3.45rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 0 0 1.25rem;
  color: var(--text);
  max-width: 14em;
  align-self: start;
}

.page-therapy-support .ts-hero-body {
  grid-area: body;
  align-self: start;
  min-width: 0; /* prevent grid blowout */
}

.page-therapy-support .ts-hero .hero-lead {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-bottom: 1.5rem;
}

.page-therapy-support .ts-hero .hero-lead p {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.65;
  color: var(--text-secondary);
  max-width: 48ch;
}

.page-therapy-support .ts-hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0;
}

.page-therapy-support .ts-hero-pathway {
  margin: 0.15rem 0 0.35rem;
}

.page-therapy-support .ts-hero-pathway-logo {
  width: min(260px, 72vw);
  height: auto;
  max-width: 100%;
  opacity: 0.95;
}

/* Portrait lives only inside #hero — contained figure, never full-bleed outside section */
.page-therapy-support .ts-hero-portrait {
  grid-area: portrait;
  margin: 0;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: #0a0a0c;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    var(--shadow);
  max-width: 420px;
  width: 100%;
  justify-self: center;
  align-self: center;
  position: relative;
  z-index: 1;
}

.page-therapy-support .ts-hero-portrait img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center 18%;
}

/* ---------- Split layouts (copy + photo) ---------- */
.ts-split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2.75rem 3.5rem;
  align-items: center;
  margin-bottom: 2.25rem;
}

.ts-section-head-left {
  text-align: left;
  margin-bottom: 1.25rem;
}

.ts-section-head-left h2 {
  max-width: none;
}

.ts-photo-frame {
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: #0a0a0c;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    var(--shadow);
}

.ts-photo-frame img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

.trust-strip {
  list-style: none;
  margin: 1.35rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.25rem;
}

.trust-strip li {
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--text-tertiary);
}

.trust-strip li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 0.55rem;
  border-radius: 50%;
  background: var(--aaas-soft);
  opacity: 0.7;
  vertical-align: middle;
}

/* ---------- Shared cards ---------- */
.ts-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 1.85rem 1.7rem 1.75rem;
  backdrop-filter: blur(16px);
}

.ts-card-label {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-tertiary);
}

.ts-card h3 {
  margin: 0 0 0.85rem;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text);
}

.ts-card p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--text-secondary);
}

/* ---------- Wall: pattern grid ---------- */
.ts-pattern-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 0.5rem;
}

.ts-pattern {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 1.35rem 1.3rem 1.3rem;
  backdrop-filter: blur(16px);
}

.ts-pattern-num {
  display: block;
  margin: 0 0 0.65rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--aaas-soft);
}

.ts-pattern h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--text);
}

.ts-pattern p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--text-secondary);
}

.ts-fine {
  margin: 1.5rem 0 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--text-tertiary);
}

/* ---------- Mechanism copy ---------- */
.ts-mechanism-body {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  margin-bottom: 0.5rem;
}

.ts-mechanism-body p {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.7;
  color: var(--text-secondary);
}

/* ---------- Pathway (NSR-style amygdala down-regulation) ---------- */
.ts-pathway {
  margin: 0 auto 2.5rem;
  max-width: 920px;
  padding: 1.75rem 1.5rem 1.5rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background:
    radial-gradient(ellipse at 15% 0%, rgba(126, 182, 255, 0.1), transparent 50%),
    radial-gradient(ellipse at 85% 100%, rgba(111, 212, 192, 0.07), transparent 45%),
    var(--bg-card);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.ts-pathway-title {
  margin: 0 0 1.5rem;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--aaas-soft);
}

.ts-pathway-layout {
  display: grid;
  grid-template-columns: minmax(180px, 0.9fr) 1.2fr;
  gap: 1.75rem 2rem;
  align-items: center;
}

.ts-pathway-visual-wrap {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: #05080e;
}

.ts-pathway-visual {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center;
}

.ts-pathway-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ts-pathway-step {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  padding: 0.85rem 0.95rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  background: rgba(0, 0, 0, 0.22);
}

.ts-pathway-step-result {
  border-color: rgba(111, 212, 192, 0.35);
  background: rgba(111, 212, 192, 0.08);
}

.ts-pathway-num {
  flex-shrink: 0;
  width: 1.85rem;
  height: 1.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.85rem;
  font-weight: 700;
  color: #0a0a0c;
  background: var(--aaas-soft);
}

.ts-pathway-step-result .ts-pathway-num {
  background: #6fd4c0;
}

.ts-pathway-label {
  margin: 0 0 0.25rem;
  font-size: 1.02rem;
  font-weight: 650;
  letter-spacing: -0.015em;
  color: var(--text);
}

.ts-pathway-text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--text-secondary);
}

.ts-pathway-connector {
  width: 2px;
  height: 0.75rem;
  margin: 0.1rem 0 0.1rem 1.75rem;
  background: linear-gradient(180deg, var(--aaas-soft), rgba(111, 212, 192, 0.7));
  border-radius: 2px;
  opacity: 0.75;
  list-style: none;
}

.ts-pathway-caption {
  margin: 1.35rem auto 0;
  text-align: center;
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--text-tertiary);
  max-width: 42em;
}

.ts-simple-split {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.ts-simple-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.ts-simple-chip-hot {
  color: #ffc9a8;
  background: rgba(255, 120, 60, 0.12);
  border: 1px solid rgba(255, 140, 80, 0.28);
}

.ts-simple-chip-cool {
  color: #b8f0e4;
  background: rgba(111, 212, 192, 0.12);
  border: 1px solid rgba(111, 212, 192, 0.35);
}

.ts-simple-chip-arrow {
  color: var(--text-tertiary);
  font-size: 0.9rem;
}

.ts-map-bridge {
  margin: 0 0 1.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--text-secondary);
}

/* ---------- Mode contrast cards (hyper vs window) ---------- */
.ts-mode-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-bottom: 1.75rem;
}

.ts-mode-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 28px;
  overflow: hidden;
  backdrop-filter: blur(16px);
}

.ts-mode-hot {
  border-color: rgba(255, 140, 80, 0.18);
}

.ts-mode-cool {
  border-color: rgba(111, 212, 192, 0.22);
  box-shadow: 0 0 50px -28px rgba(111, 212, 192, 0.25);
}

.ts-mode-photo {
  margin: 0;
  border-bottom: 1px solid var(--border);
  background: #0a0a0c;
}

.ts-mode-photo img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 25%;
}

.ts-mode-copy {
  padding: 1.35rem 1.4rem 1.45rem;
}

.ts-mode-label {
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-tertiary);
}

.ts-mode-hot .ts-mode-label {
  color: #ffc9a8;
}

.ts-mode-cool .ts-mode-label {
  color: #6fd4c0;
}

.ts-mode-copy h3 {
  margin: 0 0 0.55rem;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text);
}

.ts-mode-copy p {
  margin: 0 0 0.9rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--text-secondary);
}

.ts-mode-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.ts-mode-list li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--text-secondary);
}

.ts-mode-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--aaas-soft);
  opacity: 0.7;
}

.ts-mode-hot .ts-mode-list li::before {
  background: #ff9a5c;
}

.ts-mode-cool .ts-mode-list li::before {
  background: #6fd4c0;
}

.ts-dual-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem;
  margin-bottom: 1.75rem;
}

.ts-dual-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 1.45rem 1.4rem;
  backdrop-filter: blur(16px);
}

.ts-dual-card--top {
  border-color: rgba(188, 210, 244, 0.18);
  box-shadow: 0 0 50px -28px var(--aaas-glow);
}

.ts-dual-card--bottom {
  border-color: rgba(111, 159, 232, 0.22);
  box-shadow: 0 0 50px -28px var(--fitness-glow);
}

.ts-dual-card .ts-card-label {
  color: var(--aaas-soft);
}

.ts-dual-card--bottom .ts-card-label {
  color: var(--fitness-soft);
}

.ts-dual-card h3 {
  margin: 0 0 0.55rem;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text);
}

.ts-dual-card p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--text-secondary);
}

.ts-callout {
  margin: 0;
  padding: 1.25rem 1.4rem;
  border-radius: 18px;
  border: 1px solid rgba(188, 210, 244, 0.16);
  background: rgba(188, 210, 244, 0.06);
}

.ts-callout p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-secondary);
}

.ts-callout strong {
  color: var(--text);
  font-weight: 600;
}

/* ---------- Flow steps ---------- */
.ts-flow {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  counter-reset: ts-step;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ts-flow li {
  position: relative;
  counter-increment: ts-step;
  padding: 1.35rem 0 1.35rem 3.5rem;
  border-bottom: 1px solid var(--border);
}

.ts-flow li:first-child {
  padding-top: 0.25rem;
}

.ts-flow li:last-child {
  border-bottom: 0;
  padding-bottom: 0.25rem;
}

.ts-flow li::before {
  content: counter(ts-step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 1.35rem;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--bg);
  background: var(--aaas-soft);
}

.ts-flow li:first-child::before {
  top: 0.25rem;
}

.ts-flow h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--text);
}

.ts-flow p {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.55;
  color: var(--text-secondary);
}

/* Dual pathway logos — full site container width, not .narrow */
.ts-frames-wrap {
  margin-top: 2.25rem;
}

.ts-pathway-note {
  margin: 0;
  padding: 1.85rem 2rem 2rem;
  border-radius: 28px;
  border: 1px solid rgba(188, 210, 244, 0.16);
  background: rgba(188, 210, 244, 0.05);
  backdrop-filter: blur(12px);
  max-width: none;
  text-align: left;
}

.ts-pathway-note h3 {
  margin: 0 0 1.35rem;
  font-size: clamp(1.1rem, 2.2vw, 1.3rem);
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--text);
  text-align: center;
}

.ts-logo-frames {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.35rem;
  align-items: stretch;
}

.ts-logo-frame {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 1.55rem 1.6rem 1.65rem;
  border-radius: 20px;
  border: 1px solid var(--border);
  background: rgba(0, 0, 0, 0.28);
  min-height: 100%;
}

.ts-logo-frame-img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(100%, 340px);
  margin: 0 0 1.2rem;
  object-fit: contain;
  object-position: left center;
}

.ts-logo-frame-aaas {
  max-height: 68px;
  width: auto;
}

.ts-logo-frame-fitness {
  max-height: 60px;
  width: auto;
}

.ts-logo-frame p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--text-secondary);
  max-width: 38ch;
}

.ts-proof-peers {
  margin-top: 2.75rem;
}

.ts-peers-heading {
  margin: 0 0 0.75rem;
  font-size: clamp(1.25rem, 2.6vw, 1.55rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text);
  text-align: center;
}

.ts-testimonial-media-portrait {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #0a0a0c;
}

.ts-testimonial-media-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

/* ---------- Mechanism title + TMS video (under header) ---------- */
.ts-mechanism-top {
  margin-bottom: 1.25rem;
}

.ts-mechanism-top .eyebrow {
  margin-bottom: 0;
  text-align: center;
  max-width: none;
  /* Allow longer combined label to wrap cleanly */
  letter-spacing: 0.08em;
  line-height: 1.4;
  white-space: normal;
}

.ts-mechanism-subhead {
  margin: 0 0 1rem;
  font-size: clamp(1.55rem, 3.4vw, 2.1rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.2;
  color: var(--text);
  text-align: center;
  max-width: 22em;
  margin-inline: auto;
}

#mechanism .ts-tms-media {
  max-width: 640px;
  margin: 0 auto 2.75rem;
}

#mechanism .ts-tms-media .video-caption {
  margin-top: 1rem;
}

/* ---------- Proof ---------- */
.ts-proof-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  align-items: stretch;
  margin-bottom: 1.25rem;
}

.ts-provider-cred {
  margin: 0 0 1.15rem;
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--text-secondary);
}

.ts-provider-list {
  list-style: none;
  margin: 0 0 1.15rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.ts-provider-list li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.96rem;
  line-height: 1.5;
  color: var(--text-secondary);
}

.ts-provider-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--aaas-soft);
  opacity: 0.75;
}

.ts-provider-note {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--text-tertiary);
}

.ts-evidence {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 1.85rem 1.7rem 1.75rem;
  backdrop-filter: blur(16px);
}

.ts-evidence h3 {
  margin: 0 0 0.85rem;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text);
}

.ts-evidence p {
  margin: 0 0 1rem;
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--text-secondary);
}

.ts-evidence p:last-of-type {
  margin-bottom: 0;
}

.ts-cite {
  margin: 1.15rem 0 0;
  padding: 0.95rem 1.05rem;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: rgba(0, 0, 0, 0.28);
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--text-tertiary);
}

.ts-testimonials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-top: 1.25rem;
}

.ts-testimonial {
  margin: 0;
  height: 100%;
}

/* ---------- Fit ---------- */
.ts-fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-top: 0.5rem;
}

.ts-fit-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 1.7rem 1.55rem 1.55rem;
  backdrop-filter: blur(16px);
}

.ts-fit-card--yes {
  border-color: rgba(188, 210, 244, 0.2);
  box-shadow: 0 0 60px -30px var(--aaas-glow);
}

.ts-fit-card--yes .ts-card-label {
  color: var(--aaas-soft);
}

.ts-fit-card--no .ts-card-label {
  color: var(--text-tertiary);
}

.ts-fit-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.ts-fit-card li {
  position: relative;
  padding-left: 1.1rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--text-secondary);
}

.ts-fit-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--aaas-soft);
  opacity: 0.7;
}

.ts-fit-card--no li::before {
  background: var(--text-tertiary);
  opacity: 0.55;
}

/* ---------- Resources (one-pager placeholder) ---------- */
.ts-resources-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem;
  margin-top: 0.5rem;
}

.ts-resource-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 1.45rem 1.4rem;
  backdrop-filter: blur(16px);
}

.ts-resource-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text);
}

.ts-resource-card p {
  margin: 0 0 0.85rem;
  font-size: 0.94rem;
  line-height: 1.5;
  color: var(--text-secondary);
}

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

.ts-resource-placeholder {
  margin-top: 0.5rem;
  padding: 1.1rem 1rem;
  border: 1px dashed var(--border-strong);
  border-radius: 14px;
  text-align: center;
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--text-tertiary);
}

/* ---------- Final CTA ---------- */
.ts-final {
  padding-top: 5rem;
  padding-bottom: 7rem;
}

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .ts-pattern-grid,
  .ts-dual-grid,
  .ts-proof-grid,
  .ts-testimonials,
  .ts-fit-grid,
  .ts-resources-grid,
  .ts-mode-grid,
  .ts-logo-frames {
    grid-template-columns: 1fr;
  }

  .ts-pathway-note {
    padding: 1.45rem 1.25rem 1.5rem;
  }

  .ts-logo-frame {
    padding: 1.35rem 1.3rem 1.4rem;
  }

  .ts-logo-frame-img {
    max-width: min(100%, 300px);
  }

  .ts-logo-frame-aaas {
    max-height: 60px;
  }

  .ts-logo-frame-fitness {
    max-height: 52px;
  }

  .ts-logo-frame p {
    max-width: none;
  }

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

  .ts-pathway-visual-wrap {
    max-width: 320px;
    margin-inline: auto;
  }

  /* Mobile: same stack as NSR / feel — portrait stays between headline and body, inside #hero */
  .page-therapy-support .ts-hero {
    padding: 2rem 0 2.75rem;
  }

  .page-therapy-support .ts-hero-layout.hero-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "eyebrow"
      "headline"
      "portrait"
      "body";
    column-gap: 0;
    row-gap: 0;
    gap: 0;
  }

  .page-therapy-support .ts-hero-eyebrow {
    margin-bottom: 0.85rem;
  }

  .page-therapy-support .ts-headline {
    margin-bottom: 1.35rem;
    max-width: none;
  }

  .page-therapy-support .ts-hero-portrait {
    max-width: min(360px, 100%);
    width: 100%;
    margin: 0 auto 1.75rem;
    border-radius: 22px;
    justify-self: center;
  }

  .page-therapy-support .ts-hero-body .hero-lead {
    margin-bottom: 1.5rem;
  }

  .ts-split {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

@media (max-width: 720px) {
  .page-therapy-support .ts-headline {
    font-size: clamp(1.95rem, 8.2vw, 2.5rem);
  }

  .page-therapy-support .ts-hero-portrait {
    max-width: min(320px, 100%);
  }
}

@media (max-width: 540px) {
  .page-therapy-support .ts-hero .hero-actions {
    flex-direction: column;
  }

  .page-therapy-support .ts-hero .hero-actions .btn {
    width: 100%;
  }

  .page-therapy-support .ts-hero {
    padding: 1.75rem 0 2.5rem;
  }

  .ts-flow li {
    padding-left: 3.25rem;
  }

  .ts-pathway {
    padding: 1.25rem 1rem 1.15rem;
  }
}
