:root {
  --obsidian-950: #070809;
  --obsidian-900: #0c0e10;
  --obsidian-850: #111316;
  --obsidian-800: #171a1e;
  --obsidian-700: #23272c;
  --champagne: #d8c39b;
  --champagne-bright: #f0dfb8;
  --champagne-muted: #9e8b66;
  --ivory: #f4efe7;
  --mist: #c6c2ba;
  --muted: #918d86;
  --danger: #d68e85;
  --success: #8fae92;
  --glass: rgba(19, 21, 24, .68);
  --glass-strong: rgba(13, 15, 17, .88);
  --line: rgba(240, 223, 184, .15);
  --line-strong: rgba(240, 223, 184, .32);
  --shadow-deep: 0 32px 80px rgba(0, 0, 0, .48), 0 8px 24px rgba(0, 0, 0, .28);
  --shadow-soft: 0 18px 46px rgba(0, 0, 0, .28);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --content: 1180px;
  --header-h: 78px;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --sheen-x: 50%;
  --sheen-y: 50%;
  --tilt-scale: 1;
  --scene-rx: 0deg;
  --scene-ry: 0deg;
  --scene-x: 0px;
  --scene-y: 0px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--obsidian-950); }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ivory);
  background:
    radial-gradient(circle at 8% 10%, rgba(216, 195, 155, .08), transparent 31rem),
    radial-gradient(circle at 96% 28%, rgba(108, 91, 69, .09), transparent 30rem),
    linear-gradient(180deg, #090a0b 0%, #070809 40%, #0b0c0e 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: clip;
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
  opacity: .22;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}
body::after {
  content: "";
  position: fixed;
  width: 42rem;
  height: 42rem;
  left: 50%;
  top: -28rem;
  translate: -50% 0;
  border-radius: 50%;
  background: rgba(224, 196, 142, .08);
  filter: blur(100px);
  pointer-events: none;
  z-index: -1;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { background: rgba(216,195,155,.35); color: #fff; }

.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 9999;
  padding: 10px 14px; background: var(--champagne-bright); color: #121212; border-radius: 8px;
}
.skip-link:focus { top: 16px; }

.shell { width: min(calc(100% - 40px), var(--content)); margin-inline: auto; }
.section { position: relative; padding: 96px 0; }
.section-tight { padding: 64px 0; }
.section-rule { border-top: 1px solid rgba(240,223,184,.09); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--champagne); font-size: .76rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 700;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; opacity: .8; }
.display, h1, h2, h3 { font-family: Georgia, "Times New Roman", "Noto Serif TC", serif; font-weight: 500; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(3rem, 7vw, 6.8rem); line-height: .96; letter-spacing: -.045em; margin-bottom: 26px; }
h2 { font-size: clamp(2.1rem, 4.2vw, 4.4rem); line-height: 1.04; letter-spacing: -.03em; margin-bottom: 22px; }
h3 { font-size: clamp(1.35rem, 2vw, 2rem); line-height: 1.15; margin-bottom: 12px; }
p { color: var(--mist); }
.lead { font-size: clamp(1.05rem, 1.65vw, 1.28rem); line-height: 1.8; color: #d4cfc6; max-width: 720px; }
.muted { color: var(--muted); }

.site-header {
  position: sticky; top: 0; z-index: 1000; height: var(--header-h);
  display: flex; align-items: center;
  border-bottom: 1px solid rgba(240,223,184,.08);
  background: rgba(7,8,9,.66);
  backdrop-filter: blur(18px) saturate(125%);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
  transition: height .28s ease, background .28s ease, box-shadow .28s ease;
}
.site-header.is-scrolled { height: 66px; background: rgba(7,8,9,.9); box-shadow: 0 12px 40px rgba(0,0,0,.24); }
.header-inner { width: min(calc(100% - 40px), var(--content)); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 13px; font-weight: 800; letter-spacing: .16em; font-size: .88rem; }
.brand-mark {
  width: 34px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid var(--line-strong);
  border-radius: 50%; color: var(--champagne-bright); position: relative;
  box-shadow: inset 0 0 20px rgba(216,195,155,.06), 0 0 30px rgba(216,195,155,.06);
}
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; background: currentColor; opacity: .75; }
.brand-mark::before { width: 1px; height: 16px; }
.brand-mark::after { width: 16px; height: 1px; }
.site-nav { display: flex; align-items: center; gap: 6px; }
.site-nav a { color: #bdb8af; font-size: .88rem; padding: 10px 12px; border-radius: 999px; transition: color .2s ease, background .2s ease; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: #fff; background: rgba(255,255,255,.045); }
.nav-cta { border: 1px solid var(--line-strong); color: var(--champagne-bright) !important; }
.menu-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; border-radius: 50%; place-items: center; cursor: pointer; }
.menu-toggle span { width: 18px; height: 1px; background: currentColor; display: block; position: relative; }
.menu-toggle span::before, .menu-toggle span::after { content: ""; position: absolute; left: 0; width: 18px; height: 1px; background: currentColor; }
.menu-toggle span::before { top: -6px; }
.menu-toggle span::after { top: 6px; }

.page-hero, .hero { position: relative; isolation: isolate; overflow: hidden; }
.page-hero { padding: 110px 0 72px; border-bottom: 1px solid rgba(240,223,184,.09); }
.page-hero::before, .hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(circle at 72% 42%, rgba(216,195,155,.11), transparent 28rem),
    linear-gradient(120deg, rgba(255,255,255,.025), transparent 45%);
}
.page-hero::after, .hero::after {
  content: ""; position: absolute; z-index: -1; width: 420px; height: 420px; right: -120px; top: -170px;
  border: 1px solid rgba(216,195,155,.14); border-radius: 50%; box-shadow: 0 0 0 70px rgba(216,195,155,.018), 0 0 0 140px rgba(216,195,155,.012);
}
.hero { min-height: calc(100svh - var(--header-h)); display: grid; align-items: center; padding: 70px 0; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .72fr); grid-template-rows: auto 1fr; grid-template-areas: "copy art" "body art"; gap: 22px clamp(40px, 6vw, 90px); align-items: center; }
.hero-copy { grid-area: copy; position: relative; z-index: 3; align-self: end; }
.hero-body { grid-area: body; position: relative; z-index: 3; align-self: start; }
.hero-title-line { display: block; white-space: nowrap; }
.hero-title-accent { color: var(--champagne-bright); font-style: italic; font-weight: 400; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-note { display: flex; gap: 26px; flex-wrap: wrap; margin-top: 44px; color: var(--muted); font-size: .84rem; }
.hero-note span { display: inline-flex; align-items: center; gap: 8px; }
.hero-note i { width: 6px; height: 6px; background: var(--champagne); border-radius: 50%; box-shadow: 0 0 18px rgba(216,195,155,.45); }
.hero-art { grid-area: art; position: relative; min-height: 560px; perspective: 1600px; transform-style: preserve-3d; transform: perspective(1600px) translate3d(var(--scene-x), var(--scene-y), 0) rotateX(var(--scene-rx)) rotateY(var(--scene-ry)); transition: transform .16s ease-out; will-change: transform; }
.hero-orbit { position: absolute; inset: 8% 0 0 5%; border: 1px solid rgba(216,195,155,.16); border-radius: 52% 48% 48% 52% / 44% 52% 48% 56%; transform: translateZ(-80px) rotate(-9deg) scale(1.07); box-shadow: 0 0 80px rgba(216,195,155,.08), inset 0 0 60px rgba(216,195,155,.04); }
.hero-panel {
  position: absolute; overflow: hidden; border-radius: 44% 44% 28px 28px;
  border: 1px solid rgba(240,223,184,.18); background: linear-gradient(160deg,#1b1e22,#0e1012 70%);
  box-shadow: 0 50px 120px rgba(0,0,0,.62), 0 18px 48px rgba(0,0,0,.44), 0 0 0 1px rgba(240,223,184,.05); transform: translateZ(78px) rotate(2deg); transform-style: preserve-3d;
}
.hero-panel.main { inset: 0 4% 8% 14%; }
.hero-panel .portrait-placeholder { min-height: 100%; }
.hero-portrait { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; filter: saturate(.9) contrast(1.06) brightness(.9); transform: translateZ(48px) scale(1.035); }
.hero-float {
  position: absolute; left: -3%; bottom: 4%; width: min(290px, 72%); padding: 20px 22px;
  border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(13,15,17,.72);
  backdrop-filter: blur(20px); box-shadow: 0 30px 70px rgba(0,0,0,.52), 0 0 44px rgba(216,195,155,.08); transform: translateZ(140px) rotate(-2deg);
}
.hero-float strong { display: block; font-family: Georgia, serif; font-size: 1.2rem; margin-bottom: 4px; }

.cta {
  min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border-radius: 999px; padding: 0 20px; border: 1px solid transparent; font-size: .9rem; font-weight: 750;
  letter-spacing: .02em; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.cta-primary { color: #111; background: linear-gradient(135deg, var(--champagne-bright), #bfa475); box-shadow: 0 14px 34px rgba(196,164,106,.18); }
.cta-secondary { color: var(--ivory); border-color: var(--line-strong); background: rgba(255,255,255,.025); backdrop-filter: blur(12px); }
.cta:hover { transform: translateY(-2px); }
.cta-primary:hover { box-shadow: 0 18px 44px rgba(196,164,106,.25); }
.cta-secondary:hover { border-color: rgba(240,223,184,.55); background: rgba(255,255,255,.05); }
.text-link { color: var(--champagne-bright); display: inline-flex; align-items: center; gap: 8px; font-size: .9rem; }
.text-link::after { content: "→"; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(4px); }

.glass-panel, .card {
  border: 1px solid var(--line); background: linear-gradient(145deg, rgba(28,31,35,.74), rgba(12,14,16,.82));
  backdrop-filter: blur(18px) saturate(115%); -webkit-backdrop-filter: blur(18px) saturate(115%);
  box-shadow: var(--shadow-soft); border-radius: var(--radius-lg);
}
.card { position: relative; overflow: hidden; }
.card::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(145deg, rgba(255,255,255,.035), transparent 38%); }
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.section-heading { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 38px; }
.section-heading > div:first-child { max-width: 760px; }
.section-heading p { max-width: 520px; margin-bottom: 0; }

.therapist-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }
.therapist-card { min-height: 470px; border-radius: 24px; overflow: hidden; position: relative; isolation: isolate; background: #15171a; border: 1px solid var(--line); box-shadow: 0 26px 58px rgba(0,0,0,.46), 0 8px 22px rgba(0,0,0,.35); transform-style: preserve-3d; transform: perspective(1200px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) scale(var(--tilt-scale)); transition: transform .16s ease-out, border-color .24s ease, box-shadow .24s ease; }
.therapist-card::before { content: ""; position: absolute; z-index: -2; left: 8%; right: 8%; bottom: -34px; height: 54px; border-radius: 50%; background: rgba(0,0,0,.68); filter: blur(22px); transform: translateZ(-70px) scale(.88); opacity: .75; }
.therapist-card::after { content: ""; position: absolute; inset: 0; z-index: 4; pointer-events: none; opacity: 0; background: radial-gradient(circle at var(--sheen-x) var(--sheen-y), rgba(255,255,255,.18), transparent 24%); transition: opacity .2s ease; }
.therapist-card:hover::after { opacity: .62; }
.therapist-card:hover { --tilt-scale: 1.035; border-color: rgba(240,223,184,.48); box-shadow: 0 46px 110px rgba(0,0,0,.62), 0 18px 44px rgba(0,0,0,.42), 0 0 34px rgba(216,195,155,.08); }
.therapist-media { position: absolute; inset: -3%; z-index: -1; transform: translateZ(78px) scale(1.06); transition: transform .22s ease-out, filter .22s ease-out; }
.therapist-media img, .portrait-placeholder { width: 100%; height: 100%; object-fit: cover; }
.portrait-placeholder { background:
  radial-gradient(circle at 50% 25%, rgba(222,199,158,.26) 0 8%, transparent 9%),
  radial-gradient(ellipse at 50% 57%, rgba(200,177,139,.22) 0 20%, transparent 21%),
  linear-gradient(150deg,#272b30 0%,#15181b 48%,#0c0e10 100%); }
.therapist-card .veil { position: absolute; inset: 0; background: linear-gradient(to top, rgba(4,5,6,.97) 4%, rgba(4,5,6,.26) 52%, rgba(4,5,6,.03)); z-index: 1; transform: translateZ(92px); }
.therapist-info { position: absolute; left: 20px; right: 20px; bottom: 18px; z-index: 3; transform: translateZ(128px); }
.therapist-info h3 { font-size: 1.75rem; margin: 8px 0 4px; }
.therapist-meta { display: flex; gap: 9px; flex-wrap: wrap; font-size: .75rem; color: #c7c1b6; }
.badge { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 999px; background: rgba(8,9,10,.66); border: 1px solid rgba(255,255,255,.11); backdrop-filter: blur(12px); font-size: .72rem; color: #d8d3cb; }
.badge.is-live::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 4px rgba(143,174,146,.1); }

.service-card, .area-card { padding: 28px; min-height: 240px; transform-style: preserve-3d; transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease; }
.service-card .number, .area-card .number { font-family: Georgia,serif; color: var(--champagne-muted); font-size: 2.4rem; line-height: 1; margin-bottom: 34px; opacity: .8; transform: translateZ(32px); text-shadow: 0 12px 28px rgba(0,0,0,.35); }
.service-card h3, .area-card h3 { transform: translateZ(24px); }
.service-card p, .area-card p, .service-card .text-link, .area-card .text-link { transform: translateZ(16px); }
.service-card p, .area-card p { margin-bottom: 24px; }
.stat-row { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat { padding: 30px 24px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; font-family: Georgia,serif; font-size: 2rem; color: var(--champagne-bright); }
.stat span { color: var(--muted); font-size: .82rem; }

.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 20px; font-size: .78rem; color: var(--muted); }
.breadcrumb a:hover { color: var(--champagne-bright); }
.breadcrumb span[aria-hidden="true"] { opacity: .45; }
.prose { max-width: 780px; }
.prose h2 { margin-top: 54px; }
.prose h3 { margin-top: 36px; }
.prose p, .prose li { color: #c3beb5; }
.prose a { color: var(--champagne-bright); text-decoration: underline; text-decoration-color: rgba(216,195,155,.3); text-underline-offset: 4px; }
.callout { padding: 26px; border-radius: var(--radius-md); border: 1px solid var(--line); background: rgba(216,195,155,.055); }
.split { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(32px,6vw,90px); align-items: start; }
.profile-layout { display: grid; grid-template-columns: minmax(300px,.78fr) minmax(0,1.22fr); gap: 54px; align-items: start; }
.profile-portrait { aspect-ratio: .78; overflow: hidden; border-radius: 36px; position: sticky; top: 100px; border: 1px solid var(--line); box-shadow: 0 44px 100px rgba(0,0,0,.6), 0 14px 36px rgba(0,0,0,.4); transform: perspective(1400px) rotateY(-5deg) rotateX(2deg); transform-style: preserve-3d; }
.profile-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--line); margin: 28px 0; }
.profile-fact { padding: 18px 0; border-bottom: 1px solid var(--line); }
.profile-fact small { display: block; color: var(--muted); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.profile-fact strong { font-size: .95rem; }
.filter-row { display: flex; gap: 8px; flex-wrap: wrap; margin: 0 0 28px; }
.filter-chip { appearance: none; border: 1px solid var(--line); background: rgba(255,255,255,.02); color: #bbb6ae; border-radius: 999px; padding: 9px 14px; cursor: pointer; }
.filter-chip[aria-pressed="true"] { background: var(--champagne-bright); color: #111; border-color: transparent; }

.site-footer { border-top: 1px solid rgba(240,223,184,.1); padding: 68px 0 30px; background: #08090a; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 40px; }
.footer-brand p { max-width: 430px; margin-top: 18px; }
.footer-nav h3 { font-family: inherit; font-size: .76rem; letter-spacing: .16em; text-transform: uppercase; color: var(--champagne); }
.footer-nav a { display: block; padding: 6px 0; color: #aaa59c; font-size: .88rem; }
.footer-nav a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 46px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.06); color: #77736d; font-size: .75rem; }
.mobile-action-dock { display: none; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (hover: hover) and (pointer: fine) {
  [data-tilt] { will-change: transform; }
  .service-card:hover, .area-card:hover { transform: perspective(900px) rotateX(2deg) rotateY(-2deg) translateY(-8px); border-color: rgba(240,223,184,.34); box-shadow: 0 32px 72px rgba(0,0,0,.4), 0 10px 28px rgba(0,0,0,.28); }
}

@media (max-width: 980px) {
  .site-nav { position: fixed; left: 16px; right: 16px; top: calc(var(--header-h) + 10px); display: grid; gap: 4px; padding: 16px; border: 1px solid var(--line); border-radius: 22px; background: rgba(10,11,13,.96); box-shadow: var(--shadow-deep); backdrop-filter: blur(22px); opacity: 0; transform: translateY(-10px) scale(.985); visibility: hidden; transition: .2s ease; }
  .site-nav.is-open { opacity: 1; transform: none; visibility: visible; }
  .site-nav a { padding: 12px 14px; }
  .menu-toggle { display: grid; }
  .hero-grid, .split, .profile-layout { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 94px; }
  .hero-art { min-height: 500px; max-width: 620px; width: 100%; margin-inline: auto; }
  .therapist-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .grid-4 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .profile-portrait { position: relative; top: auto; max-width: 560px; width: 100%; }
}

@media (max-width: 760px) {
  :root { --header-h: 62px; --radius-xl: 26px; }
  body { padding-bottom: calc(78px + env(safe-area-inset-bottom)); }
  .shell, .header-inner { width: min(calc(100% - 28px), var(--content)); }
  .section { padding: 72px 0; }
  .section-tight { padding: 48px 0; }
  h1 { font-size: clamp(1.95rem, 9vw, 2.45rem); line-height: 1.02; letter-spacing: -.045em; }
  h2 { font-size: clamp(2rem, 10vw, 3.2rem); }
  .page-hero { padding: 78px 0 48px; }
  .hero { min-height: auto; padding: 28px 0 48px; }
  .hero-grid { grid-template-columns: 1fr; grid-template-rows: auto auto auto; grid-template-areas: "copy" "art" "body"; gap: 18px; align-items: start; }
  .hero-copy { grid-area: copy; align-self: auto; }
  .hero-copy .eyebrow { font-size: .58rem; letter-spacing: .11em; white-space: nowrap; }
  .hero-copy h1 { margin: 14px 0 0; }
  .hero-art { grid-area: art; min-height: 0; aspect-ratio: 4 / 5; max-width: none; width: 100%; margin: 0; }
  .hero-panel.main { inset: 0 2% 0 2%; border-radius: 30px; transform: translateZ(48px) rotate(.6deg); }
  .hero-portrait { object-position: 50% 18%; filter: saturate(.94) contrast(1.08) brightness(.88); }
  .hero-float { left: 6%; bottom: 5%; width: 58%; padding: 14px 16px; transform: translateZ(90px) rotate(-1deg); }
  .hero-float .eyebrow { font-size: .58rem; }
  .hero-float strong { font-size: 1rem; margin: 0; }
  .hero-float p { display: none; }
  .hero-body { grid-area: body; }
  .hero-body .lead { font-size: .93rem; line-height: 1.68; }
  .hero-body .hero-actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-top: 22px; }
  .hero-body .cta { width: auto; min-height: 46px; padding-inline: 10px; font-size: .78rem; }
  .hero-note { gap: 10px 16px; margin-top: 20px; font-size: .7rem; }
  .cta { min-height: 50px; }
  .section-heading { display: block; }
  .section-heading .text-link { margin-top: 14px; }
  .therapist-grid { display: grid; grid-auto-flow: column; grid-auto-columns: 82%; grid-template-columns: none; overflow-x: auto; scroll-snap-type: x mandatory; gap: 14px; padding: 0 14px 14px; margin-inline: -14px; scrollbar-width: none; }
  .therapist-grid::-webkit-scrollbar { display: none; }
  .therapist-card { min-height: 470px; scroll-snap-align: start; transform: none !important; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  .stat { border-right: 0; border-bottom: 1px solid var(--line); }
  .stat:last-child { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 8px; }
  .profile-facts { grid-template-columns: 1fr 1fr; }
  .mobile-action-dock { position: fixed; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8px; left: 12px; right: 12px; bottom: calc(10px + env(safe-area-inset-bottom)); z-index: 900; padding: 8px; border: 1px solid var(--line); border-radius: 18px; background: rgba(9,10,11,.9); box-shadow: 0 16px 50px rgba(0,0,0,.5); backdrop-filter: blur(22px); }
  .mobile-action-dock .cta { min-height: 46px; padding-inline: 12px; font-size: .82rem; }
}

@media (max-width: 420px) {
  .hero-copy h1 { font-size: clamp(1.9rem, 8.8vw, 2.3rem); }
  .hero-art { aspect-ratio: 4 / 5; }
  .hero-body .cta { font-size: .76rem; }
  .profile-facts { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}


.visual-disclaimer { margin: 16px 0 0; color: #77736d; font-size: .72rem; letter-spacing: .03em; }
.virtual-label { position: absolute; left: 16px; top: 16px; z-index: 6; padding: 6px 9px; border: 1px solid rgba(240,223,184,.22); border-radius: 999px; background: rgba(8,9,10,.66); backdrop-filter: blur(12px); color: #d7c7a6; font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }
.hero-panel.main::before { content:""; position:absolute; inset:auto 0 0; height:24%; z-index:2; background:linear-gradient(to top, rgba(6,7,8,.72), transparent); pointer-events:none; }
@media (max-width:760px) {
  .site-header { height: var(--header-h); }
  .brand { font-size:.82rem; gap:10px; }
  .brand-mark { width:30px; }
  .menu-toggle { width:40px; height:40px; }
  .hero-title-line { white-space: nowrap; }
  .hero-float { width: 62%; max-width: 250px; }
  .therapist-card { min-height: 430px; }
}

/* High-depth visual system */
.hero-art::before { content: ""; position: absolute; width: 42%; aspect-ratio: 1; left: -8%; top: 14%; border-radius: 50%; background: radial-gradient(circle, rgba(240,223,184,.28), rgba(216,195,155,.05) 42%, transparent 68%); filter: blur(4px); transform: translateZ(-120px); opacity: .58; }
.hero-art::after { content: ""; position: absolute; width: 30%; aspect-ratio: 1; right: -8%; bottom: 2%; border-radius: 50%; background: radial-gradient(circle, rgba(147,106,63,.25), transparent 68%); filter: blur(12px); transform: translateZ(180px); opacity: .6; pointer-events:none; }
.hero-panel.main::after { content:""; position:absolute; inset:0; background: linear-gradient(115deg, transparent 18%, rgba(255,255,255,.16) 34%, transparent 48%); transform: translateX(-125%); transition: transform .8s cubic-bezier(.2,.7,.2,1); pointer-events:none; }
.hero-art:hover .hero-panel.main::after { transform: translateX(125%); }
.answer-block { position:relative; overflow:hidden; margin: 0; padding: clamp(28px,5vw,54px); border:1px solid rgba(240,223,184,.2); border-radius:30px; background: linear-gradient(145deg, rgba(31,28,24,.9), rgba(12,14,16,.9)); box-shadow: 0 34px 90px rgba(0,0,0,.44), inset 0 1px 0 rgba(255,255,255,.05); }
.answer-block::after { content:""; position:absolute; width:220px; height:220px; right:-80px; top:-90px; border-radius:50%; background:rgba(216,195,155,.1); filter:blur(45px); pointer-events:none; }
.answer-block h2 { font-size: clamp(1.8rem,3.5vw,3.2rem); max-width: 780px; }
.answer-block p { max-width: 860px; font-size: 1.03rem; }
.answer-links { display:flex; flex-wrap:wrap; gap:12px; margin-top:22px; }
.updated { display:inline-flex; align-items:center; gap:8px; margin:0 0 24px; color:var(--champagne-muted); font-size:.8rem; letter-spacing:.06em; }
.updated::before { content:""; width:7px; height:7px; border-radius:50%; background:var(--champagne); box-shadow:0 0 16px rgba(216,195,155,.4); }
@media (hover: none) {
  .therapist-card { transform: perspective(1000px) rotateX(1.5deg) rotateY(-1.5deg) translateY(-2px) !important; box-shadow: 0 30px 66px rgba(0,0,0,.5), 0 10px 24px rgba(0,0,0,.38); }
  .therapist-media { transform: translateZ(78px) scale(1.04); }
  .profile-portrait { transform: perspective(1100px) rotateY(-2deg) rotateX(1deg); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
  [data-tilt], .therapist-card { transform: none !important; }
}
