/* IPC clinician presentation refinement — 2026-09-08
   Goal: make therapist information primary and portraits secondary. */

/* ---------- TEAM DIRECTORY ---------- */
.team-directory-section .therapist-directory{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:22px !important;
  align-items:start !important;
}
.team-directory-section .therapist-directory-card,
.team-directory-section .therapist-directory-card-founder{
  display:flex !important;
  flex-direction:column !important;
  height:100% !important;
  overflow:hidden !important;
  border-radius:22px !important;
  background:#f6fafb !important;
  box-shadow:0 14px 36px rgba(31,74,91,.07) !important;
}
.team-directory-section .therapist-directory-card-founder{
  border-top:3px solid var(--gold) !important;
}
.team-directory-section .therapist-directory-photo,
.team-directory-section .therapist-directory-photo.therapist-photo-wrap,
.team-directory-section .therapist-initial-art{
  width:100% !important;
  height:188px !important;
  min-height:188px !important;
  max-height:188px !important;
  aspect-ratio:auto !important;
  margin:0 !important;
  border-radius:0 !important;
}
.team-directory-section .therapist-directory-photo.therapist-photo-wrap img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}
.team-directory-section .therapist-directory-photo.therapist-photo-wrap img[src*="laurene"]{
  object-position:50% 28% !important;
}
.team-directory-section .therapist-directory-photo.therapist-photo-wrap img[src*="reem"]{
  object-position:50% 20% !important;
}
.team-directory-section .therapist-directory-copy{
  padding:24px 25px 26px !important;
  min-height:390px !important;
}
.team-directory-section .therapist-directory-copy h2{
  font-size:clamp(26px,2.2vw,32px) !important;
  line-height:1.08 !important;
  margin:14px 0 14px !important;
}
.team-directory-section .therapist-directory-copy>p{
  font-size:15px !important;
  line-height:1.65 !important;
  margin-bottom:18px !important;
}
.team-directory-section .directory-meta{
  margin-top:auto !important;
}
.team-directory-section .directory-meta span{
  font-size:12.5px !important;
  line-height:1.45 !important;
  padding:10px 0 !important;
}
.team-directory-section .therapist-directory-copy .button{
  margin-top:20px !important;
}

/* ---------- HOMEPAGE CLINICIAN SLIDER ---------- */
.home-clinician-slider{
  max-width:930px !important;
  border-radius:24px !important;
}
.home-clinician-slider .clinician-card{
  box-sizing:border-box !important;
  grid-template-columns:176px minmax(0,1fr) !important;
  gap:26px !important;
  align-items:start !important;
  padding:26px !important;
  background:#f5fafb !important;
  min-height:0 !important;
}
.home-clinician-slider .clinician-photo,
.home-clinician-slider .clinician-photo.therapist-photo-wrap,
.home-clinician-slider .therapist-initial-art{
  width:176px !important;
  height:210px !important;
  min-height:210px !important;
  max-height:210px !important;
  margin:0 !important;
  border-radius:18px !important;
  overflow:hidden !important;
  align-self:start !important;
}
.home-clinician-slider .clinician-photo img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}
.home-clinician-slider .clinician-photo img[src*="laurene"]{
  object-position:50% 29% !important;
}
.home-clinician-slider .clinician-photo img[src*="reem"]{
  object-position:50% 23% !important;
}
.home-clinician-slider .clinician-copy{
  padding:2px 4px 2px 0 !important;
  justify-content:flex-start !important;
}
.home-clinician-slider .clinician-copy h3{
  font-size:clamp(30px,3vw,40px) !important;
  line-height:1.05 !important;
  margin:12px 0 12px !important;
}
.home-clinician-slider .clinician-copy>p{
  font-size:15px !important;
  line-height:1.65 !important;
  max-width:650px !important;
}
.home-clinician-slider .clinician-facts{
  margin:18px 0 20px !important;
}
.home-clinician-slider .clinician-facts div{
  grid-template-columns:92px 1fr !important;
  gap:14px !important;
  padding:9px 0 !important;
}
.home-clinician-slider .clinician-facts dd{
  font-size:13px !important;
}
.home-clinician-slider .featured-actions .button{
  min-height:44px !important;
  padding:0 20px !important;
}
.clinician-slider-controls{
  max-width:930px !important;
}

/* ---------- INDIVIDUAL THERAPIST PROFILE HERO ---------- */
.therapist-profile-hero{
  grid-template-columns:180px minmax(0,1fr) !important;
  gap:40px !important;
  align-items:start !important;
}
.therapist-profile-photo,
.therapist-profile-photo.therapist-photo-wrap,
.therapist-profile-photo.therapist-initial-art{
  width:180px !important;
  max-width:180px !important;
  height:220px !important;
  min-height:220px !important;
  max-height:220px !important;
  border-radius:18px !important;
  overflow:hidden !important;
  margin:0 !important;
}
.therapist-profile-photo.therapist-photo-wrap img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}
.therapist-profile-photo.therapist-photo-wrap img[src*="laurene"]{object-position:50% 29% !important;}
.therapist-profile-photo.therapist-photo-wrap img[src*="reem"]{object-position:50% 22% !important;}

/* Contact submit stays normal-sized. */
.contact-form > button[type="submit"]{
  grid-column:1 / -1 !important;
  justify-self:start !important;
  align-self:start !important;
  width:auto !important;
  min-width:220px !important;
  height:52px !important;
  min-height:52px !important;
  padding:0 28px !important;
  border-radius:999px !important;
}

@media (max-width:1050px){
  .team-directory-section .therapist-directory{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .team-directory-section .therapist-directory-card:last-child{
    grid-column:1 / -1 !important;
    max-width:calc(50% - 11px) !important;
  }
}

@media (max-width:760px){
  .team-directory-section .therapist-directory{
    grid-template-columns:1fr !important;
    gap:18px !important;
  }
  .team-directory-section .therapist-directory-card:last-child{
    grid-column:auto !important;
    max-width:none !important;
  }
  .team-directory-section .therapist-directory-photo,
  .team-directory-section .therapist-directory-photo.therapist-photo-wrap,
  .team-directory-section .therapist-initial-art{
    height:150px !important;
    min-height:150px !important;
    max-height:150px !important;
  }
  .team-directory-section .therapist-directory-copy{
    padding:22px !important;
    min-height:0 !important;
  }
  .team-directory-section .therapist-directory-copy h2{
    font-size:28px !important;
  }

  .home-clinician-slider{
    max-width:100% !important;
  }
  .home-clinician-slider .clinician-card{
    grid-template-columns:116px minmax(0,1fr) !important;
    gap:16px !important;
    padding:18px !important;
  }
  .home-clinician-slider .clinician-photo,
  .home-clinician-slider .clinician-photo.therapist-photo-wrap,
  .home-clinician-slider .therapist-initial-art{
    width:116px !important;
    height:142px !important;
    min-height:142px !important;
    max-height:142px !important;
    margin:0 !important;
    border-radius:15px !important;
  }
  .home-clinician-slider .clinician-copy h3{
    font-size:26px !important;
    margin:8px 0 10px !important;
  }
  .home-clinician-slider .clinician-copy>p{
    font-size:14px !important;
  }
  .home-clinician-slider .clinician-facts{
    grid-column:1 / -1 !important;
  }
  .home-clinician-slider .clinician-facts div{
    grid-template-columns:78px 1fr !important;
  }

  .therapist-profile-hero{
    grid-template-columns:104px minmax(0,1fr) !important;
    gap:18px !important;
  }
  .therapist-profile-photo,
  .therapist-profile-photo.therapist-photo-wrap,
  .therapist-profile-photo.therapist-initial-art{
    width:104px !important;
    max-width:104px !important;
    height:128px !important;
    min-height:128px !important;
    max-height:128px !important;
    border-radius:14px !important;
  }
  .contact-form > button[type="submit"]{
    width:100% !important;
    min-width:0 !important;
  }
}

@media (max-width:520px){
  .home-clinician-slider .clinician-card{
    grid-template-columns:92px minmax(0,1fr) !important;
    gap:14px !important;
    padding:16px !important;
  }
  .home-clinician-slider .clinician-photo,
  .home-clinician-slider .clinician-photo.therapist-photo-wrap,
  .home-clinician-slider .therapist-initial-art{
    width:92px !important;
    height:112px !important;
    min-height:112px !important;
    max-height:112px !important;
  }
  .home-clinician-slider .clinician-copy h3{font-size:23px !important;}
  .home-clinician-slider .role-badge{font-size:9px !important;padding:0 9px !important;min-height:26px !important;}
  .home-clinician-slider .leadership-note{display:none !important;}
  .home-clinician-slider .clinician-copy>p,
  .home-clinician-slider .clinician-facts,
  .home-clinician-slider .featured-actions{
    grid-column:1 / -1 !important;
  }

  .therapist-profile-hero{
    grid-template-columns:88px minmax(0,1fr) !important;
    gap:14px !important;
  }
  .therapist-profile-photo,
  .therapist-profile-photo.therapist-photo-wrap,
  .therapist-profile-photo.therapist-initial-art{
    width:88px !important;
    max-width:88px !important;
    height:108px !important;
    min-height:108px !important;
    max-height:108px !important;
  }
}
