/* THERAPISTS — professional visual proof, 15 random real images. */
.dao-therapists-page{overflow:hidden;background:#070707}

.dao-therapists-hero{position:relative;min-height:455px;border-bottom:1px solid rgba(255,255,255,.06)}
.dao-therapists-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:72% 38%;filter:saturate(.74) brightness(.78)}
.dao-therapists-hero__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,5,5,.98),rgba(5,5,5,.88) 38%,rgba(5,5,5,.32)),linear-gradient(0deg,rgba(5,5,5,.72),transparent 58%)}
.dao-therapists-hero__inner{position:relative;z-index:2;min-height:455px;display:flex;align-items:center;padding-top:64px;padding-bottom:54px}
.dao-therapists-hero__copy{max-width:700px}
.dao-therapists-hero h1{margin:0 0 22px;font-size:clamp(56px,5.2vw,80px);line-height:.95;letter-spacing:-.045em}
.dao-therapists-hero__copy>p:not(.dao-kicker){max-width:620px;margin:0 0 25px;color:rgba(245,242,237,.74);font-size:15px;line-height:1.72}

.dao-therapist-gallery-section{padding:54px 0 78px;background:#070707}
.dao-therapist-gallery-shell{width:min(1600px,calc(100% - 36px));margin:auto}
.dao-therapist-gallery-head{display:flex;align-items:end;justify-content:space-between;gap:50px;width:min(1360px,100%);margin:0 auto 27px}
.dao-therapist-gallery-head h2{margin:0;max-width:730px;font-size:clamp(38px,3.4vw,52px);line-height:1.04;letter-spacing:-.035em}
.dao-therapist-gallery-head>p{max-width:510px;margin:0;color:rgba(245,242,237,.68);font-size:14px;line-height:1.75}

/* Dense, irregular visual wall — passive images only. */
.dao-therapist-mosaic{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-auto-flow:dense;grid-auto-rows:58px;gap:7px}
.dao-therapist-tile{position:relative;min-width:0;margin:0;overflow:hidden;background:#0a0a0b;border:1px solid rgba(169,15,34,.46);cursor:default}
.dao-therapist-tile--1{grid-row:span 6}
.dao-therapist-tile--2{grid-row:span 5}
.dao-therapist-tile--3{grid-row:span 7}
.dao-therapist-tile--4{grid-row:span 6}
.dao-therapist-tile--5{grid-row:span 5}
.dao-therapist-tile--6{grid-row:span 7}
.dao-therapist-tile--7{grid-row:span 6}
.dao-therapist-tile img{display:block;width:100%;height:100%;object-fit:cover;object-position:center top;filter:saturate(.92) contrast(1.03) brightness(.96);transform:none!important;pointer-events:none}

.dao-therapist-contact{width:min(1360px,100%);margin:26px auto 0;padding:29px 32px;display:flex;align-items:center;justify-content:space-between;gap:38px;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(90deg,rgba(255,255,255,.02),rgba(111,7,23,.08),rgba(255,255,255,.015))}
.dao-therapist-contact__copy{max-width:860px}
.dao-therapist-contact h2{margin:0 0 8px;font-size:clamp(29px,2.5vw,40px);line-height:1.08;letter-spacing:-.03em}
.dao-therapist-contact p:not(.dao-kicker){margin:0;max-width:780px;color:rgba(245,242,237,.68);font-size:13px;line-height:1.7}
.dao-therapist-contact .dao-btn{flex:0 0 auto;min-width:190px}

@media(max-width:1100px){
  .dao-therapist-mosaic{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:56px}
}
@media(max-width:760px){
  .dao-therapists-hero{min-height:420px}
  .dao-therapists-hero__inner{min-height:420px;padding-top:76px;padding-bottom:36px;align-items:flex-end}
  .dao-therapists-hero h1{font-size:clamp(37px,10.4vw,47px)!important;line-height:1.01;margin-bottom:17px}
  .dao-therapists-hero__copy>p:not(.dao-kicker){font-size:13px;line-height:1.66;margin-bottom:20px}
  .dao-therapist-gallery-section{padding:36px 0 54px}
  .dao-therapist-gallery-shell{width:calc(100% - 14px)}
  .dao-therapist-gallery-head{display:block;width:calc(100% - 22px);margin-bottom:18px}
  .dao-therapist-gallery-head h2{font-size:clamp(28px,8.3vw,34px);margin-bottom:9px}
  .dao-therapist-gallery-head>p{font-size:12px;line-height:1.65}
  .dao-therapist-mosaic{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:48px;gap:5px}
  .dao-therapist-contact{width:calc(100% - 22px);margin-top:18px;padding:23px 0 0;display:block;background:none;border-bottom:0}
  .dao-therapist-contact h2{font-size:28px}
  .dao-therapist-contact p:not(.dao-kicker){font-size:12px}
  .dao-therapist-contact .dao-btn{width:100%;margin-top:17px}
}
