/* Therapist-page phone layout: each explanation stays beside its example in the reading order. */
.therapist-caseload-preview { display: none; }

@media (max-width: 720px) {
  .therapist-page .section-pad { padding-left: 20px; padding-right: 20px; }
  .therapist-page .reveal { opacity: 1; transform: none; transition: none; }
  .therapist-page .site-header { min-height: 76px; padding: 14px 20px; }
  .therapist-page .site-header.scrolled { min-height: 60px; padding: 8px 16px; }
  .therapist-page .site-header.mobile-open { max-height: calc(100svh - 24px); overflow-y: auto; }
  .therapist-page .mobile-menu-toggle { width: 44px; height: 44px; }
  .therapist-page h2 { font-size: clamp(33px, 9.3vw, 40px); line-height: 1.08; letter-spacing: -.045em; text-wrap: balance; }
  .therapist-page .eyebrow { font-size: 10px; line-height: 1.5; letter-spacing: .09em; margin-bottom: 20px; }
  .therapist-page .button { min-height: 54px; font-size: 15px; }
  .therapist-page :is(a, button, input):focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }

  .therapist-page .page-hero { padding-top: 130px; padding-bottom: 36px; text-align: left; }
  .therapist-page .page-hero h1 { margin: 0 0 28px; max-width: 520px; font-size: clamp(36px, 9.8vw, 44px); line-height: 1.08; letter-spacing: -.05em; text-wrap: balance; }
  .therapist-page .page-lede { margin: 0 0 30px; font-size: 18px; line-height: 1.55; }
  .therapist-page .audit-form { display: grid; width: 100%; max-width: none; padding: 0; border: 0; border-radius: 0; background: transparent; gap: 12px; }
  .therapist-page .audit-form input { min-height: 54px; padding: 14px 20px; border-radius: 999px; font-size: 16px; }
  .therapist-page .audit-form .button { width: 100%; }
  .therapist-page .showcase-band { padding-bottom: 56px; }
  .therapist-page .showcase-frame { padding: 0; }
  .therapist-page .showcase-frame > .shot { display: none; }
  .therapist-caseload-preview { display: block; padding: 22px 18px 10px; border: 1px solid rgba(255,255,255,.25); border-radius: 20px; background: var(--parchment); color: var(--nav-green); box-shadow: 0 18px 36px rgba(0,0,0,.12); }
  .caseload-preview-heading { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
  .caseload-preview-heading strong { font-size: 13px; font-weight: 500; }
  .caseload-preview-heading small { font: 9px var(--mono); letter-spacing: .08em; color: var(--muted); }
  .therapist-caseload-preview > p { margin: 20px 0 24px; font: 350 28px/1.12 var(--serif); letter-spacing: -.04em; }
  .caseload-preview-row { display: flex; align-items: center; gap: 9px; padding: 18px 0; border-top: 1px solid var(--line); }
  .caseload-avatar { display: grid; place-items: center; width: 30px; height: 30px; flex: none; border-radius: 50%; background: #e4e8df; font-size: 10px; }
  .caseload-preview-row strong { display: block; font-size: 12px; font-weight: 500; }
  .caseload-preview-row small { display: block; margin-top: 4px; font-size: 10px; color: var(--muted); }
  .caseload-status { margin-left: auto; font-size: 10px; text-align: right; }
  .caseload-status.needs-check { color: var(--accent-dark); }
  .therapist-page .trust-band { padding-top: 38px; padding-bottom: 44px; }
  .therapist-page .trust-band > p { font-size: 13px; }
  .therapist-page .logo-marquee { margin: 26px -20px; }
  .therapist-page .logo-track { gap: 36px; }
  .therapist-page .logo-track span { font-size: 26px; }

  .therapist-page .section-head { padding-top: 72px; padding-bottom: 36px; text-align: left; }
  /* Flatten the two desktop columns so text and examples can alternate without duplicating content. */
  .therapist-page .feature-scroll { display: flex; flex-direction: column; gap: 0; padding-bottom: 72px; }
  .therapist-page .feature-steps, .therapist-page .feature-visual { display: contents; }
  .therapist-page .feature-step { padding: 0; margin-top: 44px; border: 0; cursor: auto; }
  .therapist-page .feature-step:first-child { margin-top: 0; }
  .therapist-page .feature-step h3 { color: var(--ink); font-size: 27px; line-height: 1.15; letter-spacing: -.04em; text-wrap: balance; }
  .therapist-page .feature-body, .therapist-page .feature-step.active .feature-body { max-height: none; opacity: 1; margin-top: 18px; overflow: visible; transition: none; gap: 16px; }
  .therapist-page .feature-body p { max-width: none; font-size: 17px; line-height: 1.6; }
  .therapist-page .feature-body ul { font-size: 13px; gap: 8px; }
  .therapist-page .feature-panel { position: relative; inset: auto; width: 100%; min-width: 0; height: auto; min-height: 0; margin-top: 24px; padding: 20px 16px; border-radius: 20px; opacity: 1; transition: none; gap: 14px; box-shadow: 0 12px 28px rgba(60,56,46,.10); }
  .therapist-page .feature-step:nth-child(1) { order: 0; }
  .therapist-page .feature-panel:nth-child(1) { order: 1; }
  .therapist-page .feature-step:nth-child(2) { order: 2; }
  .therapist-page .feature-panel:nth-child(2) { order: 3; }
  .therapist-page .feature-step:nth-child(3) { order: 4; }
  .therapist-page .feature-panel:nth-child(3) { order: 5; }
  .therapist-page .feature-step:nth-child(4) { order: 6; }
  .therapist-page .feature-panel:nth-child(4) { order: 7; }
  .therapist-page .mock-panel { min-width: 0; padding: 18px 14px; border-radius: 14px; }
  .therapist-page .mock-title { gap: 8px; font-size: 9px; letter-spacing: .035em; }
  .therapist-page .mock-title > span:last-child { text-align: right; }
  .therapist-page .mock-pill { padding: 6px 10px; }
  .therapist-page .mock-day { flex: 1; min-width: 0; width: auto; max-width: 34px; height: auto; aspect-ratio: 1; }
  .therapist-page .mock-days { gap: 4px; }
  .therapist-page .mock-row { grid-template-columns: 66px minmax(0,1fr) 42px; gap: 8px; font-size: 11px; }
  .therapist-page .mock-kpis { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; }
  .therapist-page .mock-kpi { min-width: 0; padding: 12px 9px; }
  .therapist-page .mock-kpi small { font-size: 8px; letter-spacing: 0; }
  .therapist-page .mock-kpi strong { font-size: 24px; }
  .therapist-page .mock-kpi em { display: block; margin-top: 4px; }
  .therapist-page .mock-list li { padding: 10px 8px; gap: 10px; font-size: 11px; }
  .therapist-page .mock-list li span { max-width: 48%; text-align: right; font-size: 10px; }

  .therapist-page #home-practice { min-height: 520px; padding-top: 76px; padding-bottom: 76px; }
  .therapist-page #home-practice .practice-app-icon { position: static; width: 76px; height: 76px; margin: 0 auto 28px; transform: none; }
  .therapist-page #home-practice .split-copy p:not(.eyebrow) { margin-bottom: 0; font-size: 17px; line-height: 1.6; }
  .therapist-page .testimonial { grid-template-columns: minmax(0,1fr); gap: 30px; padding-top: 72px; padding-bottom: 72px; }
  .therapist-page .testimonial .feature-statement { font-size: clamp(33px, 9.3vw, 40px); margin-bottom: 24px; line-height: 1.08; }
  .therapist-page .statement-description { font-size: 17px; line-height: 1.6; }
  .therapist-page .testimonial-visual img { max-width: 190px; }
  .therapist-page .final-cta { padding-top: 76px; padding-bottom: 76px; text-align: left; }
  .therapist-page .final-cta > p:not(.eyebrow) { font-size: 17px; line-height: 1.6; }
  .therapist-page .final-cta .audit-form { margin-top: 30px; }
  .therapist-page .final-cta .text-arrow { min-height: 44px; margin-top: 18px; }
  .therapist-page .form-note { display: grid; justify-content: start; gap: 9px; margin-top: 22px; font-size: 12px; line-height: 1.5; }
  .therapist-page .note-divider { display: none; }
  .therapist-page .site-footer { padding-top: 48px; }
  .therapist-page .footer-top { gap: 18px; padding-bottom: 32px; }
  .therapist-page .footer-grid { gap: 30px 20px; padding-top: 32px; padding-bottom: 40px; }
  .therapist-page .footer-grid > div { gap: 0; min-width: 0; }
  .therapist-page .footer-grid h3 { margin-bottom: 12px; }
  .therapist-page .footer-grid a { display: flex; align-items: center; min-height: 44px; padding: 8px 0; font-size: 13px; overflow-wrap: anywhere; }
  .therapist-page .footer-bottom span { display: flex; flex-wrap: wrap; gap: 0 18px; }
  .therapist-page .footer-bottom a, .therapist-page .footer-bottom button { display: inline-flex; align-items: center; min-height: 44px; margin: 0; }
}

@media (max-width: 360px) {
  .therapist-page .section-pad { padding-left: 18px; padding-right: 18px; }
  .therapist-page .page-hero h1 { font-size: 34px; }
  .therapist-page .logo-marquee { margin-left: -18px; margin-right: -18px; }
  .therapist-caseload-preview { padding-left: 14px; padding-right: 14px; }
  .caseload-avatar { width: 25px; height: 25px; }
  .caseload-preview-row { gap: 7px; }
  .caseload-status { max-width: 65px; }
  .therapist-page .feature-panel { padding: 16px 12px; }
}
