:root {
  --cream: #F6F1E8;
  --cream-top: #F1E8D9;
  --card: #FFFDF8;
  --ink: #22322B;
  --body: #3B4A42;
  --body-2: #4A5A51;
  --muted: #6B7A70;
  --placeholder: #A39B8B;
  --line-card: #EBE2D1;
  --line-panel: #E7DECD;
  --line-input: #E0D6C3;
  --green: #2E5647;
  --green-hover: #234437;
  --green-tint: #E7EFE6;
  --green-soft: #A8C4B4;
  --terra: #C56A45;
  --terra-hover: #B05A37;
  --terra-dark: #9A4E2E;
  --terra-darker: #7A3E24;
  --terra-body: #6B4530;
  --peach: #F5E7D8;
  --peach-hover: #F0DCC6;
  --gold-bg: #F7EBCE;
  --gold-border: #E7D096;
  --gold-text: #7A5A10;
  --gold-shield: #B8901F;
  --closed-bg: #ECE7DD;
  --closed-text: #8A8272;
  --danger: #A94434;
  --shadow-card-hover: 0 22px 44px -26px rgba(46, 86, 71, 0.35);
  --shadow-panel: 0 24px 50px -30px rgba(46, 86, 71, 0.25);
  --font-display: 'Newsreader', Georgia, serif;
  --font-ui: 'Instrument Sans', Arial, sans-serif;
}

/* Admin workspace */
.admin-shell{max-width:1440px;margin:0 auto;padding:32px 28px 80px}.admin-tabs{display:flex;gap:6px;padding:6px;background:#ece6da;border:1px solid #ded4c3;border-radius:14px;width:max-content;margin-bottom:28px}.admin-tabs a{padding:9px 15px;border-radius:9px;color:#304f43;font-weight:700;text-decoration:none}.admin-tabs a:hover{background:#fff}.admin-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:22px}.admin-heading h1{margin:3px 0 4px;font-size:38px}.admin-heading p{margin:0;color:#69756e}.admin-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-bottom:24px}.admin-stats>a,.admin-stats>div{display:flex;flex-direction:column;padding:22px;background:#fff;border:1px solid #e3dacb;border-radius:15px;text-decoration:none;color:#304f43;box-shadow:0 6px 20px rgba(48,79,67,.05)}.admin-stats strong{font:700 32px Newsreader,serif}.admin-stats span{color:#768078;font-size:13px}.admin-quick{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.admin-action-card{display:flex;flex-direction:column;gap:6px;padding:24px;background:#315849;border-radius:16px;color:#fff;text-decoration:none}.admin-action-card span{color:#dce8e1;font-size:14px}.admin-filter{display:grid;grid-template-columns:minmax(260px,1fr) 220px auto auto;gap:12px;align-items:end;background:#fff;border:1px solid #e2d9ca;border-radius:16px;padding:18px;margin-bottom:18px}.admin-filter label{display:grid;gap:6px;font-size:13px;font-weight:700;color:#41594f}.admin-filter input,.admin-filter select{height:44px;border:1px solid #d9d0c1;border-radius:9px;padding:0 12px;background:#fff}.admin-table-wrap{overflow:auto;background:#fff;border:1px solid #e2d9ca;border-radius:16px}.admin-table{width:100%;border-collapse:collapse;min-width:900px}.admin-table th{text-align:left;padding:13px 16px;background:#f1ece3;color:#617068;font-size:12px;text-transform:uppercase;letter-spacing:.05em}.admin-table td{padding:15px 16px;border-top:1px solid #eee7db;vertical-align:top}.admin-table td strong,.admin-table td small{display:block}.admin-table td small{margin-top:4px;color:#778179}.admin-status{display:inline-flex;padding:4px 9px;border-radius:99px;background:#ece7dd;font-size:12px;font-weight:800}.status-active,.status-approved{background:#dcecdf;color:#315c42}.status-pending,.status-invited{background:#fff0ca;color:#745918}.status-suspended,.status-rejected,.status-removed{background:#f8ded7;color:#874637}.password-inline{display:grid;grid-template-columns:130px 130px auto;gap:6px}.password-inline input{min-width:0;height:38px;border:1px solid #ddd3c3;border-radius:8px;padding:0 9px}.admin-row-actions{display:flex;gap:7px}.admin-pagination{display:flex;flex-wrap:wrap;gap:5px;margin-top:18px}.admin-pagination a{display:grid;place-items:center;min-width:35px;height:35px;border:1px solid #d9d0c1;border-radius:8px;text-decoration:none;color:#315849;background:#fff}.admin-pagination a.is-active{background:#315849;color:#fff;border-color:#315849}
@media(max-width:900px){.admin-shell{padding:22px 16px 70px}.admin-tabs{width:100%;overflow:auto}.admin-stats{grid-template-columns:repeat(2,1fr)}.admin-quick{grid-template-columns:1fr}.admin-filter{grid-template-columns:1fr}.admin-heading h1{font-size:32px}}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-ui);
  font-size: 16px;
  line-height: 1.5;
  background: linear-gradient(180deg, var(--cream-top) 0%, var(--cream) 320px) fixed, var(--cream);
}

a {
  color: var(--green);
  text-decoration: none;
  transition: color 0.16s ease;
}

a:hover {
  color: var(--terra);
}

img {
  display: block;
  max-width: 100%;
}

::placeholder {
  color: var(--placeholder);
  opacity: 1;
}

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--ink);
}

h1 {
  font-size: clamp(38px, 5vw, 56px);
  line-height: 1.05;
}

h1 em,
.hero-title em {
  font-style: italic;
  color: var(--green);
}

h2 {
  font-size: 26px;
  line-height: 1.1;
}

h3 {
  font-size: 20px;
  line-height: 1.25;
}

main {
  min-height: calc(100vh - 160px);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--terra);
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.muted {
  color: var(--muted);
}

/* ---------- Header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(20px, 5vw, 64px);
  background: rgba(246, 241, 232, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(34, 50, 43, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
}

.brand:hover {
  color: var(--ink);
}

.brand svg {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
}

.brand-name {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
}

.main-nav form {
  margin: 0;
  display: contents;
}

.nav-pill {
  display: inline-flex;
  align-items: center;
  padding: 9px 16px;
  color: var(--body-2);
  background: transparent;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.16s ease, color 0.16s ease;
}

.nav-pill:hover {
  color: var(--ink);
  background: rgba(46, 86, 71, 0.08);
}

.nav-pill.is-active {
  color: var(--ink);
  background: rgba(46, 86, 71, 0.08);
  box-shadow: inset 0 -2px 0 var(--terra);
}

.nav-sep {
  width: 1px;
  height: 22px;
  margin: 0 8px;
  background: var(--line-input);
}

.nav-outline {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 7px 18px;
  color: var(--green);
  background: transparent;
  border: 1px solid #CBD9CB;
  border-radius: 999px;
  cursor: pointer;
  transition: border-color 0.16s ease, background 0.16s ease, color 0.16s ease;
}

.nav-outline:hover {
  color: var(--green);
  background: rgba(46, 86, 71, 0.06);
  border-color: var(--green);
}

.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 44px;
  height: 44px;
  padding: 12px 11px;
  background: transparent;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
}

.menu-toggle span:nth-child(1),
.menu-toggle span:nth-child(2) {
  width: 20px;
}

.menu-toggle span:nth-child(3) {
  width: 13px;
}

/* ---------- Buttons ---------- */

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 9px 18px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.button-primary {
  color: var(--cream);
  background: var(--green);
}

.button-primary:hover {
  color: var(--cream);
  background: var(--green-hover);
}

.button-warm {
  color: var(--terra-dark);
  background: var(--peach);
}

.button-warm:hover {
  color: var(--terra-dark);
  background: var(--peach-hover);
}

.button-terra {
  color: #FFF8F0;
  background: var(--terra);
}

.button-terra:hover {
  color: #FFF8F0;
  background: var(--terra-hover);
}

.button-ghost {
  color: var(--body-2);
  background: transparent;
  border-color: var(--line-input);
}

.button-ghost:hover {
  color: var(--green);
  border-color: var(--green);
}

.button.large {
  min-height: 54px;
  padding: 12px 32px;
  font-size: 16px;
}

.button.full {
  width: 100%;
}

.link-button {
  padding: 0;
  color: var(--green);
  font-weight: 600;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.link-button:hover {
  color: var(--terra);
}

/* ---------- Badges & chips ---------- */

.badge-verified {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px 4px 8px;
  font-size: 12px;
  font-weight: 700;
  color: var(--gold-text);
  background: var(--gold-bg);
  border: 1px solid var(--gold-border);
  border-radius: 999px;
  white-space: nowrap;
}

.badge-verified svg {
  flex: 0 0 auto;
}

.badge-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 999px;
  white-space: nowrap;
}

.badge-pill.open {
  color: var(--green);
  background: var(--green-tint);
}

.badge-pill.wait {
  color: var(--terra-dark);
  background: var(--peach);
}

.badge-pill.closed {
  color: var(--closed-text);
  background: var(--closed-bg);
}

.chip {
  display: inline-flex;
  align-items: center;
  padding: 5px 13px;
  font-size: 13px;
  font-weight: 500;
  color: var(--green);
  background: var(--green-tint);
  border-radius: 999px;
}

.chip-warm {
  color: var(--terra-dark);
  background: var(--peach);
}

/* ---------- Forms ---------- */

label {
  display: grid;
  gap: 7px;
  color: var(--body-2);
  font-size: 13px;
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 10px 16px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 400;
  background: var(--cream);
  border: 1px solid var(--line-input);
  border-radius: 12px;
  outline: none;
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

select {
  padding-right: 12px;
  cursor: pointer;
}

textarea {
  resize: vertical;
  line-height: 1.5;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(46, 86, 71, 0.12);
}

input[type="checkbox"],
input[type="radio"] {
  width: 17px;
  min-width: 17px;
  height: 17px;
  min-height: 17px;
  margin: 0;
  accent-color: var(--green);
}

.field-error {
  color: var(--danger);
  font-size: 13px;
  font-weight: 600;
}

fieldset {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--line-input);
  border-radius: 16px;
  color: var(--body-2);
  font-size: 13px;
  font-weight: 600;
}

legend {
  padding: 0 6px;
}

.check-row,
.radio-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--body-2);
  line-height: 1.5;
}

.check-row input,
.radio-row input {
  margin-top: 2px;
}

/* ---------- Layout shells ---------- */

.page-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
}

.card {
  background: var(--card);
  border: 1px solid var(--line-card);
  border-radius: 22px;
}

/* ---------- Flash ---------- */

.flash {
  max-width: 1100px;
  margin: 18px auto 0;
  padding: 13px 18px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 14px;
  width: calc(100% - 40px);
}

.flash-success {
  color: var(--green);
  background: var(--green-tint);
  border: 1px solid #CFE0CD;
}

.flash-warning,
.flash-error {
  color: var(--terra-dark);
  background: var(--peach);
  border: 1px solid #EBD3BC;
}

/* ---------- Listing page ---------- */

.listing-intro {
  padding: clamp(32px, 5vw, 56px) 0 20px;
}

.listing-intro-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.listing-intro h1 {
  max-width: 640px;
}

.listing-intro-note {
  margin: 0 0 6px;
  max-width: 330px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.search-card {
  padding: 22px 22px 18px;
  background: var(--card);
  border: 1px solid var(--line-panel);
  border-radius: 22px;
  box-shadow: var(--shadow-panel);
}

.search-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr auto auto;
  gap: 14px;
  align-items: end;
}

.search-submit {
  min-height: 42px;
  padding: 8px 22px;
  border: 1px solid var(--green);
  border-radius: 10px;
  background: var(--green);
  color: #fff;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .15s ease, background .15s ease;
}

.search-submit:hover {
  background: #24483a;
  transform: translateY(-1px);
}

.search-grid input,
.search-grid select {
  min-height: 42px;
  padding: 8px 14px;
}

.search-reset {
  min-height: 42px;
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 600;
  color: var(--body-2);
  background: transparent;
  border: 1px solid var(--line-input);
  border-radius: 12px;
  cursor: pointer;
  transition: border-color 0.16s ease, color 0.16s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.search-reset:hover {
  color: var(--terra);
  border-color: var(--terra);
}

.chip-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 600;
  color: var(--body-2);
  background: var(--cream);
  border: 1px solid var(--line-input);
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

.filter-chip:hover {
  border-color: var(--green);
  color: var(--green);
}

.filter-chip.is-active {
  color: var(--cream);
  background: var(--green);
  border-color: var(--green);
}

.filter-chip.is-active:hover {
  color: var(--cream);
  background: var(--green-hover);
}

.chip-sep {
  width: 1px;
  height: 24px;
  background: var(--line-input);
}

.pill-select {
  width: auto;
  min-height: 40px;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 600;
  color: var(--body-2);
  border-radius: 999px;
  cursor: pointer;
}

.results-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin: 30px 0 20px;
}

.results-toolbar h2 {
  font-size: 27px;
}

.segmented {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  background: #ECE4D4;
  border-radius: 999px;
}

.segmented .segment {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 7px 20px;
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
}

.segmented .segment.is-active {
  color: var(--ink);
  background: var(--card);
  box-shadow: 0 4px 10px rgba(34, 50, 43, 0.12);
}

.therapist-list {
  display: grid;
  gap: 18px;
  padding-bottom: 70px;
}

.therapist-card {
  display: grid;
  grid-template-columns: 132px 1fr auto;
  gap: 22px;
  padding: 22px;
  background: var(--card);
  border: 1px solid var(--line-card);
  border-radius: 22px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.therapist-card:hover {
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-2px);
}

.therapist-photo {
  position: relative;
  display: block;
}

.therapist-photo img,
.therapist-photo .photo-fallback {
  width: 132px;
  height: 148px;
  object-fit: cover;
  border-radius: 16px;
  background: var(--green-tint);
}

.photo-fallback {
  display: grid;
  place-items: center;
  color: var(--green);
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: 600;
}

.therapist-main {
  min-width: 0;
}

.therapist-name-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.therapist-name {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.therapist-name:hover {
  color: var(--terra);
}

.therapist-meta {
  margin: 3px 0 8px;
  font-size: 15px;
  color: var(--muted);
}

.therapist-summary {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--body);
  max-width: 620px;
  text-wrap: pretty;
}

.therapist-topics {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.therapist-facts {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  font-size: 14px;
  color: var(--muted);
}

.therapist-facts strong {
  color: var(--ink);
  font-weight: 600;
}

.therapist-facts .fact-price strong {
  color: var(--terra);
  font-weight: 700;
}

.therapist-actions {
  display: flex;
  flex-direction: column;
  gap: 9px;
  justify-content: center;
  min-width: 148px;
}

.therapist-actions .action-icon svg {
  display: none;
}

.empty-card {
  padding: 60px 30px;
  margin-bottom: 70px;
  text-align: center;
  background: var(--card);
  border: 1px dashed var(--line-input);
  border-radius: 22px;
}

.empty-card h3 {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 500;
}

.empty-card p {
  margin: 0;
  color: var(--muted);
}

/* ---------- Profile page ---------- */

.profile-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 26px clamp(20px, 4vw, 40px) 70px;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
}

.back-link:hover {
  color: var(--terra);
}

.profile-hero {
  display: grid;
  grid-template-columns: 200px 1fr 280px;
  gap: 30px;
  align-items: start;
  margin-top: 22px;
  padding: 30px;
  background: var(--card);
  border: 1px solid var(--line-card);
  border-radius: 26px;
  box-shadow: var(--shadow-panel);
}

.profile-portrait-wrap {
  position: relative;
}

.profile-portrait,
.profile-portrait-fallback {
  width: 200px;
  height: 224px;
  object-fit: cover;
  border-radius: 20px;
  background: var(--green-tint);
}

.profile-portrait-fallback {
  display: grid;
  place-items: center;
  color: var(--green);
  font-family: var(--font-display);
  font-size: 64px;
  font-weight: 600;
}

.verified-dot {
  position: absolute;
  right: -10px;
  bottom: -10px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--green);
  border: 4px solid var(--card);
  color: var(--cream);
  font-size: 16px;
}

.profile-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.profile-badges .badge-pill {
  padding: 5px 13px;
}

.profile-hero h1 {
  font-size: clamp(34px, 4vw, 44px);
}

.profile-title {
  margin: 6px 0 4px;
  font-size: 17px;
  color: var(--body-2);
  font-weight: 600;
}

.profile-meta {
  margin: 0 0 14px;
  font-size: 15px;
  color: var(--muted);
}

.consult-note {
  margin: 0;
  font-size: 15px;
  color: var(--terra-dark);
  font-weight: 600;
}

.contact-panel {
  display: grid;
  gap: 10px;
  padding: 20px;
  background: var(--cream);
  border-radius: 18px;
}

.panel-label {
  margin: 0 0 2px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.contact-panel .button {
  min-height: 46px;
}

.contact-price {
  margin: 4px 0 0;
  font-size: 13px;
  color: var(--muted);
  text-align: center;
}

.contact-price strong {
  color: var(--terra);
}

.contact-privacy {
  margin: 2px 0 0;
  font-size: 12px;
  color: var(--muted);
  text-align: center;
  line-height: 1.5;
}

.profile-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 26px;
  align-items: start;
  margin-top: 26px;
}

.profile-main {
  display: grid;
  gap: 22px;
  min-width: 0;
}

.profile-section {
  padding: 28px;
  background: var(--card);
  border: 1px solid var(--line-card);
  border-radius: 22px;
}

.profile-section h2,
.panel-dark h2,
.panel-peach h2 {
  margin: 0 0 16px;
  font-size: 26px;
}

.profile-lead {
  margin: 0 0 12px;
  font-size: 17px;
  line-height: 1.6;
  color: var(--body);
  text-wrap: pretty;
}

.profile-bio {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--body-2);
  text-wrap: pretty;
}

.panel-dark {
  padding: 28px;
  background: var(--green);
  border-radius: 22px;
  color: var(--cream);
}

.panel-dark h2 {
  color: var(--cream);
}

.glance-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.glance-grid > div {
  display: grid;
  gap: 4px;
}

.glance-grid span {
  font-size: 13px;
  color: var(--green-soft);
}

.glance-grid strong {
  font-size: 16px;
  color: var(--cream);
}

.panel-peach {
  padding: 28px;
  background: var(--peach);
  border-radius: 22px;
}

.panel-peach h2 {
  color: var(--terra-darker);
}

.qa-list {
  display: grid;
  gap: 18px;
}

.qa-question {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: 19px;
  font-style: italic;
  color: var(--terra-dark);
}

.qa-answer {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--terra-body);
}

.chip-cloud {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
}

.chip-cloud .chip {
  padding: 8px 16px;
  font-size: 14px;
}

.two-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.two-panel .profile-section {
  padding: 26px;
}

.two-panel h2 {
  font-size: 22px;
  margin-bottom: 14px;
}

.def-list {
  margin: 0;
  display: grid;
  gap: 12px;
}

.def-list > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #F0EADC;
}

.def-list > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.def-list dt {
  color: var(--muted);
  font-size: 14px;
}

.def-list dd {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  text-align: right;
}

.def-list dd.price {
  font-weight: 700;
  color: var(--terra);
}

.def-list.stacked > div {
  display: grid;
  gap: 3px;
}

.def-list.stacked dd {
  text-align: left;
}

.section-note {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--body-2);
}

.location-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.location-name {
  margin: 0 0 4px;
  font-weight: 700;
}

.location-address {
  margin: 0 0 12px;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
}

.location-note {
  margin: 0;
  font-size: 14px;
  color: var(--body-2);
  line-height: 1.6;
}

.map-schematic {
  position: relative;
  min-height: 170px;
  border-radius: 16px;
  overflow: hidden;
  background: radial-gradient(circle at 40% 30%, #EAF0E4 0%, #DCE5D4 100%);
  border: 1px solid var(--line-card);
}

.map-schematic::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(0deg, rgba(46, 86, 71, 0.06) 0 1px, transparent 1px 42px),
    repeating-linear-gradient(90deg, rgba(46, 86, 71, 0.06) 0 1px, transparent 1px 42px);
}

.map-pin {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 7px 15px;
  font-size: 13px;
  font-weight: 700;
  color: var(--cream);
  background: var(--terra);
  border-radius: 999px;
  box-shadow: 0 10px 22px -8px rgba(34, 50, 43, 0.4);
  white-space: nowrap;
}

.profile-sidebar {
  position: sticky;
  top: 86px;
  display: grid;
  gap: 16px;
}

.side-card {
  padding: 22px;
  background: var(--card);
  border: 1px solid var(--line-card);
  border-radius: 20px;
}

.side-card-peach {
  padding: 22px;
  background: var(--peach);
  border-radius: 20px;
}

.availability-rows {
  display: grid;
  gap: 10px;
  font-size: 14px;
  color: var(--ink);
}

.availability-rows > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex: 0 0 auto;
}

.dot-green { background: var(--green); }
.dot-terra { background: var(--terra); }
.dot-gold { background: #C9A227; }

.side-quote {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 20px;
  font-style: italic;
  color: var(--terra-darker);
}

.side-quote-note {
  margin: 0;
  font-size: 14px;
  color: var(--terra-dark);
  line-height: 1.55;
}

.side-card-peach .button {
  margin-top: 14px;
  min-height: 46px;
}

.side-verify-text {
  margin: 0;
  font-size: 14px;
  color: var(--body-2);
  line-height: 1.6;
}

.side-verify-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
}

/* ---------- Landing ---------- */

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
  max-width: 1220px;
  margin: 0 auto;
  padding: clamp(44px, 7vw, 90px) clamp(20px, 4vw, 40px) clamp(40px, 6vw, 70px);
}

.hero-title {
  margin: 0 0 22px;
  font-size: clamp(44px, 6vw, 72px);
  letter-spacing: -0.025em;
  line-height: 1.02;
  text-wrap: pretty;
}

.hero-text {
  margin: 0 0 30px;
  max-width: 480px;
  font-size: 18px;
  line-height: 1.6;
  color: var(--body-2);
  text-wrap: pretty;
}

.hero-cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.hero-cta {
  min-height: 56px;
  padding: 12px 34px;
  font-size: 17px;
  box-shadow: 0 24px 50px -24px rgba(46, 86, 71, 0.55);
}

.hero-cta-note {
  font-size: 14px;
  color: var(--muted);
}

.hero-topics {
  margin-top: 22px;
}

.hero-topics-label {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.hero-topics-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.topic-link {
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  color: var(--green);
  background: var(--green-tint);
  border-radius: 999px;
  transition: background 0.16s ease, color 0.16s ease;
}

.topic-link:hover {
  color: var(--cream);
  background: var(--green);
}

.hero-media {
  position: relative;
}

.hero-media img {
  width: 100%;
  height: clamp(360px, 44vw, 520px);
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 40px 80px -40px rgba(34, 50, 43, 0.45);
}

.hero-float-card {
  position: absolute;
  left: -24px;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: var(--card);
  border-radius: 16px;
  box-shadow: 0 18px 40px -18px rgba(34, 50, 43, 0.35);
}

.hero-float-card .check-circle {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--green-tint);
  color: var(--green);
  font-size: 16px;
  flex: 0 0 auto;
}

.hero-float-card span:last-child {
  font-size: 14px;
  line-height: 1.35;
}

.hero-float-card .muted {
  color: var(--muted);
}

.landing-section {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px) clamp(44px, 6vw, 70px);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.step-card {
  padding: 26px;
  background: var(--card);
  border: 1px solid var(--line-card);
  border-radius: 22px;
}

.step-title {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 500;
  color: var(--green);
}

.step-card p:last-child {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--body-2);
}

.first-session {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(30px, 5vw, 60px);
  align-items: center;
  padding: clamp(30px, 4vw, 50px);
  background: var(--card);
  border: 1px solid var(--line-card);
  border-radius: 28px;
}

.first-session h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3.5vw, 38px);
  text-wrap: pretty;
}

.first-session-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: var(--body-2);
  text-wrap: pretty;
}

.session-steps {
  display: grid;
  gap: 12px;
}

.session-step {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px 18px;
  background: var(--cream);
  border-radius: 16px;
}

.session-step .step-num {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--green-tint);
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  color: var(--green);
}

.session-step p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: var(--body);
}

.featured-band {
  background: var(--green);
  padding: clamp(44px, 6vw, 70px) clamp(20px, 4vw, 40px);
}

.featured-inner {
  max-width: 1220px;
  margin: 0 auto;
}

.featured-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.featured-head h2 {
  font-size: clamp(30px, 4vw, 42px);
  color: var(--cream);
}

.featured-head a {
  font-size: 15px;
  font-weight: 600;
  color: var(--green-soft);
}

.featured-head a:hover {
  color: var(--cream);
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.featured-card {
  display: block;
  padding: 20px;
  background: var(--card);
  border-radius: 22px;
  color: inherit;
  transition: transform 0.2s ease;
}

.featured-card:hover {
  color: inherit;
  transform: translateY(-4px);
}

.featured-card img,
.featured-card .photo-fallback.wide {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 14px;
  background: var(--green-tint);
}

.featured-name-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
}

.featured-name-row strong {
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 600;
}

.featured-check {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--green);
  color: var(--cream);
  font-size: 11px;
  flex: 0 0 auto;
}

.featured-meta {
  margin: 3px 0 10px;
  font-size: 14px;
  color: var(--muted);
}

.featured-facts {
  margin: 0;
  font-size: 14px;
  color: var(--body-2);
}

.featured-facts strong {
  color: var(--terra);
}

.cta-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 5vw, 60px);
  align-items: center;
  padding: clamp(30px, 4vw, 50px);
  background: var(--peach);
  border-radius: 28px;
}

.cta-panel h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3.5vw, 38px);
  color: var(--terra-darker);
}

.cta-panel-text {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--terra-dark);
}

.cta-stats {
  display: grid;
  gap: 12px;
}

.cta-stat {
  display: flex;
  gap: 12px;
  align-items: baseline;
}

.cta-stat strong {
  min-width: 74px;
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 500;
  color: var(--terra-darker);
}

.cta-stat span {
  color: var(--terra-dark);
  font-size: 15px;
}

.landing-top-pad {
  padding-top: clamp(44px, 6vw, 80px);
}

/* ---------- Auth ---------- */

.auth-shell {
  display: grid;
  place-items: center;
  padding: clamp(36px, 6vw, 70px) 20px;
}

.auth-column {
  width: 100%;
  max-width: 520px;
}

.auth-head {
  text-align: center;
  margin-bottom: 26px;
}

.auth-head h1 {
  font-size: clamp(32px, 4.5vw, 42px);
  line-height: 1.08;
  text-wrap: pretty;
}

.auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  padding: 4px;
  margin-bottom: 22px;
  background: #ECE4D4;
  border-radius: 999px;
}

.auth-tabs a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  font-size: 15px;
  font-weight: 600;
  color: var(--muted);
  border-radius: 999px;
}

.auth-tabs a.is-active {
  color: var(--ink);
  background: var(--card);
  box-shadow: 0 4px 10px rgba(34, 50, 43, 0.12);
}

.auth-card {
  padding: clamp(24px, 4vw, 36px);
  background: var(--card);
  border: 1px solid var(--line-panel);
  border-radius: 26px;
  box-shadow: var(--shadow-panel);
}

.auth-form {
  display: grid;
  gap: 16px;
}

.auth-form input:not([type="checkbox"]) {
  min-height: 50px;
}

.auth-form .button {
  min-height: 50px;
  font-size: 16px;
}

.field-hint {
  font-weight: 400;
  color: var(--muted);
}

.auth-info {
  margin: 0;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--terra-dark);
  background: var(--peach);
  border-radius: 12px;
  font-weight: 400;
}

.auth-below {
  margin: 20px 0 0;
  text-align: center;
  font-size: 14px;
  color: var(--muted);
}

.auth-below a {
  font-weight: 600;
}

/* ---------- Edit profile ---------- */

.edit-shell {
  max-width: 1140px;
  margin: 0 auto;
  padding: clamp(30px, 5vw, 50px) clamp(20px, 4vw, 40px) 80px;
}

.edit-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.edit-head h1 {
  font-size: clamp(32px, 4.5vw, 44px);
}

.edit-head-note {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.edit-head-actions {
  display: flex;
  gap: 10px;
}

.edit-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 30px;
  align-items: start;
}

.edit-sidenav {
  position: sticky;
  top: 90px;
  display: grid;
  gap: 4px;
  padding: 10px;
  background: var(--card);
  border: 1px solid var(--line-card);
  border-radius: 18px;
}

.edit-sidenav a {
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;
  color: var(--body-2);
}

.edit-sidenav a:hover {
  background: var(--cream);
  color: var(--green);
}

.progress-box {
  margin-top: 8px;
  padding: 14px;
  background: var(--green-tint);
  border-radius: 12px;
}

.progress-box p:first-child {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--green);
}

.progress-track {
  height: 8px;
  background: var(--card);
  border-radius: 999px;
  overflow: hidden;
}

.progress-fill {
  display: block;
  height: 100%;
  background: var(--green);
  border-radius: 999px;
}

.progress-note {
  margin: 7px 0 0;
  font-size: 12px;
  color: var(--body-2);
}

.edit-form {
  display: grid;
  gap: 22px;
  min-width: 0;
}

.edit-section {
  padding: 28px;
  background: var(--card);
  border: 1px solid var(--line-card);
  border-radius: 22px;
}

.edit-section > h2 {
  margin: 0 0 4px;
  font-size: 24px;
}

.section-hint {
  margin: 0 0 20px;
  font-size: 14px;
  color: var(--muted);
}

.photo-column {
  display: grid;
  gap: 10px;
  justify-items: center;
  align-content: start;
}

.photo-column img,
.photo-column .photo-fallback {
  width: 130px;
  height: 146px;
  object-fit: cover;
  border-radius: 16px;
  background: var(--green-tint);
}

.photo-preview{width:130px;height:146px;border-radius:16px;overflow:hidden;background:var(--green-tint);box-shadow:inset 0 0 0 1px rgba(46,86,71,.08)}
.photo-preview img,.photo-preview .photo-fallback{display:grid;width:100%;height:100%;place-items:center;border-radius:0}
.photo-pick{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:8px 14px;border:1px solid #cfc4b2;border-radius:10px;background:#fff;color:var(--green);font-size:13px;font-weight:700;cursor:pointer;text-align:center;transition:border-color .15s ease,background .15s ease}
.photo-pick:hover{border-color:var(--terra);background:#fffaf5}.photo-pick:has(input:disabled){opacity:.6;cursor:wait}
.photo-pick input[type="file"]{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
.photo-upload-status{min-height:18px;font-size:12px;font-weight:700;text-align:center}.photo-upload-status.is-loading{color:#8a6a26}.photo-upload-status.is-success{color:#35704d}.photo-upload-status.is-error{color:#a44739}

.photo-column input[type="file"] {
  min-height: 0;
  padding: 8px;
  font-size: 12px;
  background: transparent;
  border: 0;
}

.photo-hint {
  font-size: 12px;
  color: var(--placeholder);
  font-weight: 400;
  text-align: center;
}

.basics-grid {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 22px;
  align-items: start;
}

.field-stack {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.three-col {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.chip-group-label {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--body-2);
}

.chip-toggles {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.chip-toggle {
  display: inline-flex;
}

.chip-toggle input {
  position: absolute;
  width: 1px;
  height: 1px;
  min-width: 0;
  min-height: 0;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.chip-toggle span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 17px;
  font-size: 14px;
  font-weight: 600;
  color: var(--body-2);
  background: var(--cream);
  border: 1px solid var(--line-input);
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

.chip-toggle input:focus-visible + span {
  box-shadow: 0 0 0 3px rgba(46, 86, 71, 0.25);
}

.chip-toggle input:checked + span {
  color: var(--cream);
  background: var(--green);
  border-color: var(--green);
}

.publish-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 22px 28px;
  background: var(--green);
  border-radius: 22px;
}

.publish-band label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 600;
  color: var(--cream);
  cursor: pointer;
}

.publish-band input[type="checkbox"] {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  accent-color: var(--terra);
}

.publish-band .button {
  min-height: 48px;
  padding: 10px 28px;
}

/* ---------- Verification page ---------- */

.verify-shell {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
}

.verify-intro {
  padding: clamp(40px, 6vw, 70px) 0 30px;
  text-align: center;
}

.verify-intro .badge-verified {
  padding: 7px 16px 7px 12px;
  margin-bottom: 20px;
  font-size: 13px;
}

.verify-intro h1 {
  margin: 0 0 18px;
  font-size: clamp(38px, 5.5vw, 58px);
  text-wrap: pretty;
}

.verify-intro p {
  margin: 0 auto;
  max-width: 560px;
  font-size: 18px;
  line-height: 1.6;
  color: var(--body-2);
  text-wrap: pretty;
}

.verify-steps {
  display: grid;
  gap: 16px;
  padding: 20px 0 40px;
}

.verify-step {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  align-items: start;
  padding: 26px 28px;
  background: var(--card);
  border: 1px solid var(--line-card);
  border-radius: 22px;
}

.verify-step .step-num {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--green-tint);
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 600;
  color: var(--green);
}

.verify-step h2 {
  margin: 0 0 6px;
  font-size: 24px;
}

.verify-step p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--body-2);
}

.privacy-panel {
  margin-bottom: 50px;
  padding: 28px 30px;
  background: var(--green);
  border-radius: 22px;
  color: var(--cream);
}

.privacy-panel h2 {
  margin: 0 0 12px;
  font-size: 26px;
  color: var(--cream);
}

.privacy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  font-size: 15px;
  line-height: 1.6;
}

.privacy-grid p {
  margin: 0;
  color: #D7E4DB;
}

.privacy-grid strong {
  color: var(--cream);
}

.verify-cta {
  padding-bottom: 80px;
  text-align: center;
}

/* ---------- Error / empty pages ---------- */

.empty-state {
  max-width: 720px;
  margin: 70px auto;
  padding: 40px 32px;
  text-align: center;
  background: var(--card);
  border: 1px solid var(--line-card);
  border-radius: 22px;
}

.empty-state h1 {
  font-size: clamp(30px, 4vw, 46px);
}

.empty-state p {
  color: var(--muted);
}

.empty-state .button {
  margin-top: 12px;
}

/* ---------- Footer ---------- */

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  padding: 36px clamp(20px, 5vw, 64px);
  border-top: 1px solid var(--line-panel);
  color: var(--muted);
  font-size: 14px;
}

.footer-wordmark {
  font-family: var(--font-display);
  font-size: 17px;
  color: var(--ink);
}

.footer-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/* ---------- Mobile CTA bar (profile) ---------- */

.mobile-cta-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 25;
  display: none;
  grid-template-columns: 1fr 54px;
  gap: 10px;
  padding: 14px 20px 18px;
  background: linear-gradient(180deg, rgba(246, 241, 232, 0) 0%, var(--cream) 30%);
}

.mobile-cta-bar .button-terra {
  min-height: 52px;
  font-size: 16px;
  box-shadow: 0 16px 32px -14px rgba(154, 78, 46, 0.5);
}

.mobile-cta-bar .call-circle {
  display: grid;
  place-items: center;
  min-height: 52px;
  border-radius: 999px;
  background: var(--green);
}

/* ---------- Responsive: tablet ---------- */

@media (max-width: 1020px) {
  .search-grid {
    grid-template-columns: 1fr 1fr;
  }

  .therapist-card {
    grid-template-columns: 132px 1fr;
  }

  .therapist-actions {
    grid-column: 1 / -1;
    flex-direction: row;
  }

  .therapist-actions .button {
    flex: 1;
  }

  .profile-hero {
    grid-template-columns: 200px 1fr;
  }

  .profile-hero .contact-panel {
    grid-column: 1 / -1;
  }

  .profile-layout,
  .hero,
  .first-session,
  .cta-panel,
  .edit-layout {
    grid-template-columns: 1fr;
  }

  .profile-sidebar,
  .edit-sidenav {
    position: static;
  }

  .steps-grid,
  .featured-grid {
    grid-template-columns: 1fr;
  }

  .hero-media img {
    height: clamp(300px, 50vw, 420px);
  }

  .glance-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ---------- Responsive: mobile ---------- */

@media (max-width: 640px) {
  body {
    font-size: 15px;
  }

  h1 {
    font-size: 30px;
  }

  .menu-toggle {
    display: flex;
  }

  .brand svg {
    width: 30px;
    height: 30px;
  }

  .brand-name {
    font-size: 19px;
  }

  .main-nav {
    position: absolute;
    top: 66px;
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 14px;
    background: var(--card);
    border: 1px solid var(--line-card);
    border-radius: 18px;
    box-shadow: var(--shadow-panel);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav .nav-pill,
  .main-nav .nav-outline {
    justify-content: center;
    width: 100%;
  }

  .nav-sep {
    width: 100%;
    height: 1px;
    margin: 4px 0;
  }

  .listing-intro {
    padding-top: 24px;
  }

  .listing-intro h1 {
    font-size: 30px;
    line-height: 1.1;
  }

  .search-card {
    padding: 16px;
  }

  .search-grid {
    grid-template-columns: 1fr;
  }

  .chip-row {
    flex-wrap: nowrap;
    gap: 8px;
    margin-top: 12px;
    padding-bottom: 4px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .filter-chip,
  .pill-select {
    flex: 0 0 auto;
  }

  .chip-sep {
    flex: 0 0 auto;
  }

  .results-toolbar h2 {
    font-size: 19px;
  }

  .therapist-card {
    grid-template-columns: 76px 1fr;
    gap: 8px 14px;
    padding: 18px;
    border-radius: 20px;
  }

  .therapist-main {
    display: contents;
  }

  .therapist-photo {
    grid-row: 1 / 3;
    align-self: start;
  }

  .therapist-name-row,
  .therapist-meta {
    grid-column: 2;
  }

  .therapist-meta {
    margin: 0;
    align-self: start;
  }

  .therapist-summary,
  .therapist-topics,
  .therapist-facts {
    grid-column: 1 / -1;
  }

  .therapist-summary {
    margin: 4px 0 0;
    max-width: none;
  }

  .therapist-topics {
    margin: 0;
  }

  .therapist-photo img,
  .therapist-photo .photo-fallback {
    width: 76px;
    height: 86px;
    border-radius: 12px;
  }

  .photo-fallback {
    font-size: 28px;
  }

  .therapist-name {
    font-size: 20px;
  }

  .therapist-meta {
    font-size: 13px;
  }

  .therapist-summary {
    font-size: 14px;
  }

  .therapist-topics .chip {
    padding: 4px 11px;
    font-size: 12px;
  }

  .therapist-topics .chip:nth-child(n+3) {
    display: none;
  }

  .therapist-facts {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 10px;
    font-size: 13px;
  }

  .therapist-facts .fact-label {
    display: none;
  }

  .therapist-facts span:first-child {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .therapist-facts span:first-child strong {
    font-weight: 500;
    color: var(--muted);
  }

  .therapist-facts .fact-price {
    flex: 0 0 auto;
  }

  .therapist-actions {
    flex-direction: row;
    gap: 8px;
    min-width: 0;
  }

  .therapist-actions .button {
    min-height: 46px;
  }

  .therapist-actions .button-view {
    flex: 1;
  }

  .therapist-actions .action-icon {
    flex: 0 0 52px;
    width: 52px;
    padding: 0;
  }

  .therapist-actions .action-icon svg {
    display: block;
  }

  .therapist-actions .action-icon .button-label {
    display: none;
  }

  .profile-page {
    padding-top: 16px;
    padding-bottom: 120px;
  }

  .profile-hero {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 18px;
  }

  .profile-portrait,
  .profile-portrait-fallback {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .profile-section,
  .panel-dark,
  .panel-peach {
    padding: 20px;
  }

  .two-panel,
  .location-grid,
  .privacy-grid {
    grid-template-columns: 1fr;
  }

  .glance-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .mobile-cta-bar {
    display: grid;
  }

  .hero {
    padding-top: 28px;
  }

  .hero-title {
    font-size: 38px;
  }

  .hero-cta {
    width: 100%;
  }

  .hero-float-card {
    left: 12px;
    right: 12px;
    bottom: 14px;
  }

  .first-session,
  .cta-panel {
    padding: 22px 20px;
  }

  .edit-head-actions {
    width: 100%;
  }

  .edit-head-actions .button {
    flex: 1;
  }

  .basics-grid,
  .two-col,
  .three-col {
    grid-template-columns: 1fr;
  }

  .edit-section {
    padding: 20px;
  }

  .publish-band {
    padding: 20px;
  }

  .publish-band .button {
    width: 100%;
  }

  .verify-step {
    grid-template-columns: 1fr;
  }

  .auth-shell {
    padding: 28px 16px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
}
