@charset "UTF-8";
body.therapist-page {
  background-color: #F8F6F3;
}

.therapist-hero {
  padding: clamp(2.5rem, 4vw, 4rem) 0;
  background: linear-gradient(135deg, rgba(165, 101, 95, 0.08), rgba(232, 213, 183, 0.14));
}

.therapist-hero__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 768px) {
  .therapist-hero__container {
    padding: 0 1.5rem;
  }
}

.therapist-hero__back {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: #a5655f;
  font-weight: 700;
  font-size: clamp(1.2rem, 3vw, 1.4rem);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.therapist-hero__heading {
  display: grid;
  gap: 0.75rem;
  max-width: 900px;
}

.therapist-hero__eyebrow {
  font-family: "Inter", sans-serif;
  font-size: clamp(1.1rem, 2.8vw, 1.3rem);
  color: #a5655f;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  margin: 0;
}

.therapist-hero__title {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 2.8rem);
  color: #a5655f;
}

.therapist-hero__lead {
  margin: 0;
  font-size: clamp(1.4rem, 3vw, 1.7rem);
  color: #2C2C2C;
  line-height: 1.7;
  max-width: 800px;
}

.therapist-hero__cta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.therapist-hero__media {
  display: flex;
  gap: 1.5rem;
  align-items: stretch;
  flex-wrap: wrap;
}

.therapist-hero__figure {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 14px;
  padding: 1rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}
.therapist-hero__figure img {
  width: 100%;
  height: clamp(300px, 50vh, 400px);
  object-fit: cover;
  border-radius: 10px;
}
.therapist-hero__figure figcaption {
  font-family: "Inter", sans-serif;
  font-size: clamp(1.2rem, 2.8vw, 1.4rem);
  color: #2C2C2C;
  font-weight: 600;
  text-align: center;
}

.therapist-hero__figure--room img {
  object-position: center;
}

.therapist-section {
  padding: clamp(2.5rem, 4vw, 4rem) 0;
}

.therapist-section--alt {
  background-color: #F8F6F3;
}

.therapist-section__container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .therapist-section__container {
    padding: 0 1.5rem;
  }
}

.therapist-card {
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.therapist-card h2, .therapist-card h3 {
  margin: 0;
  color: #a5655f;
}
.therapist-card p {
  margin: 0;
  color: #2C2C2C;
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  line-height: 1.7;
}

.therapist-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.therapist-card-grid--info {
  align-items: start;
}

.therapist-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.therapist-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background-color: rgba(165, 101, 95, 0.08);
  color: #a5655f;
  font-weight: 700;
  font-size: clamp(1.1rem, 3vw, 1.3rem);
  border: 1px solid rgba(165, 101, 95, 0.15);
}

.therapist-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.75rem;
}
.therapist-list li {
  position: relative;
  padding-left: 1.6rem;
  font-size: clamp(1.2rem, 3vw, 1.4rem);
  color: #2C2C2C;
  line-height: 1.6;
}
.therapist-list li::before {
  content: "•";
  color: #a5655f;
  position: absolute;
  left: 0;
  top: 0;
}

.therapist-hours {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.75rem;
}

.therapist-hours__item {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(165, 101, 95, 0.15);
  background-color: rgba(165, 101, 95, 0.04);
  font-size: clamp(1.2rem, 3vw, 1.4rem);
  color: #2C2C2C;
}
.therapist-note {
  color: #2C2C2C;
  font-size: clamp(1.1rem, 3vw, 1.3rem);
  line-height: 1.6;
  margin-top: 0.75rem;
}

.therapist-section--cta {
  padding-bottom: clamp(3rem, 5vw, 5rem);
}

.therapist-cta {
  background: linear-gradient(135deg, rgba(165, 101, 95, 0.2), rgba(44, 62, 80, 0.9));
  color: #FFFFFF;
  border-radius: 16px;
  padding: clamp(2rem, 5vw, 3rem);
  text-align: center;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
}
.therapist-cta h2 {
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}
.therapist-cta p {
  color: rgba(255, 255, 255, 0.92);
}

.therapist-cta__actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.25rem;
}

.therapist-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.9rem 1.4rem;
  border-radius: 8px;
  background-color: #a5655f;
  color: #FFFFFF;
  font-weight: 700;
  font-size: clamp(1.2rem, 3vw, 1.4rem);
  letter-spacing: 0.3px;
  border: 1px solid #a5655f;
  transition: all 0.2s ease;
}
.therapist-button:hover {
  background-color: #6B5A42;
}

.therapist-button--ghost {
  background-color: transparent;
  color: #a5655f;
  border-color: #a5655f;
}
.therapist-button--ghost:hover {
  background-color: rgba(165, 101, 95, 0.1);
}

.therapist-section--cta .therapist-button--ghost {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.therapist-section--cta .therapist-button--ghost:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}

/*# sourceMappingURL=therapist.css.map */
