@font-face {
  font-family: "Gilroy";
  src: url("/assets/fonts/gilroy/gilroy-light.woff2") format("woff2"), url("/assets/fonts/gilroy/gilroy-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("/assets/fonts/gilroy/gilroy-extra-bold.woff2") format("woff2"), url("/assets/fonts/gilroy/gilroy-extra-bold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("/assets/fonts/dmsans/dmsans-regular.woff2") format("woff2"), url("/assets/fonts/dmsans/dmsans-regular.woff") format("woff");
  font-weight: 400l;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("/assets/fonts/dmsans/dmsans-bold.woff2") format("woff2"), url("/assets/fonts/dmsans/dmsans-bold.woff") format("woff");
  font-weight: bold;
  font-style: 600;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("/assets/fonts/dmsans/dmsans-medium.woff2") format("woff2"), url("/assets/fonts/dmsans/dmsans-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.content {
  padding: 0;
}
.content .therapist-detail {
  padding: 108px 24px 72px;
  background: url("/assets/svgs/up-background.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
  max-width: 1100px;
  margin: 0 auto;
}
.content .therapist-detail .breadcrumb {
  margin-bottom: 24px;
  font-size: 13px;
  color: #224660;
  opacity: 0.55;
}
.content .therapist-detail .breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.content .therapist-detail .breadcrumb a:hover {
  text-decoration: underline;
}
.content .therapist-detail .breadcrumb .separator {
  margin: 0 6px;
}
.content .therapist-detail .breadcrumb .current {
  opacity: 0.85;
}
.content .therapist-detail .therapist-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 48px;
  margin-bottom: 48px;
}
.content .therapist-detail .therapist-content .description {
  flex: 1 1 400px;
  max-width: 600px;
  color: #224660;
}
.content .therapist-detail .therapist-content .description .role {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.7;
}
.content .therapist-detail .therapist-content .description .title {
  font-size: 32px;
  font-family: "Gilroy";
  font-weight: bold;
  margin-bottom: 16px;
}
.content .therapist-detail .therapist-content .description .text {
  padding: 12px 0;
  line-height: 1.6;
}
.content .therapist-detail .therapist-content .image {
  flex: 1 1 320px;
  max-width: 480px;
}
.content .therapist-detail .therapist-content .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/6;
  object-fit: cover;
  object-position: top center;
  border-radius: 16px;
}
.content .therapist-detail .therapist-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(34, 70, 96, 0.15);
}
.content .therapist-detail .therapist-facts .fact {
  flex: 1 1 220px;
  color: #224660;
}
.content .therapist-detail .therapist-facts .fact .fact-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.7;
  margin-bottom: 8px;
}
.content .therapist-detail .therapist-facts .fact p, .content .therapist-detail .therapist-facts .fact a {
  display: block;
  color: #224660;
  text-decoration: none;
}
.content .therapist-detail .therapist-facts .fact a:hover {
  text-decoration: underline;
}
.content .therapist-detail .therapist-hours, .content .therapist-detail .therapist-rates, .content .therapist-detail .therapist-education {
  max-width: 500px;
  margin-bottom: 48px;
  color: #224660;
  scroll-margin-top: 96px;
}
.content .therapist-detail .therapist-hours .section-title, .content .therapist-detail .therapist-rates .section-title, .content .therapist-detail .therapist-education .section-title {
  font-size: 20px;
  font-family: "Gilroy";
  font-weight: bold;
  margin-bottom: 16px;
}
.content .therapist-detail .therapist-education {
  max-width: 700px;
}
.content .therapist-detail .therapist-education .education-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content .therapist-detail .therapist-education .education-list li {
  display: flex;
  gap: 16px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(34, 70, 96, 0.1);
}
.content .therapist-detail .therapist-education .education-list li:last-child {
  border-bottom: none;
}
.content .therapist-detail .therapist-education .education-list .education-year {
  flex: 0 0 90px;
  font-weight: 600;
  opacity: 0.7;
  font-size: 14px;
}
.content .therapist-detail .therapist-education .education-list .education-name {
  flex: 1;
  font-size: 15px;
  line-height: 1.4;
}
.content .therapist-detail .therapist-hours .row {
  display: flex;
  justify-content: space-between;
  max-width: 300px;
  padding: 4px 0;
}
.content .therapist-detail .therapist-rates .badge {
  display: inline-block;
  margin-bottom: 16px;
  padding: 4px 12px;
  border-radius: 12px;
  background: rgba(34, 70, 96, 0.08);
  font-size: 13px;
  font-weight: 500;
}
.content .therapist-detail .therapist-rates .rate {
  padding: 10px 0;
  border-bottom: 1px solid rgba(34, 70, 96, 0.12);
}
.content .therapist-detail .therapist-rates .rate:last-child {
  border-bottom: none;
}
.content .therapist-detail .therapist-rates .rate-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
}
.content .therapist-detail .therapist-rates .rate-label {
  font-weight: 500;
}
.content .therapist-detail .therapist-rates .rate-price {
  font-weight: bold;
  white-space: nowrap;
}
.content .therapist-detail .therapist-rates .rate-note {
  margin-top: 2px;
  font-size: 13px;
  opacity: 0.65;
}
.content .therapist-nav {
  display: flex;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 24px 72px;
  border-top: 1px solid rgba(34, 70, 96, 0.15);
}
.content .therapist-nav a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #224660;
  text-decoration: none;
  font-family: "Gilroy";
  font-weight: 500;
  transition: opacity 0.3s;
}
.content .therapist-nav a:hover {
  opacity: 0.6;
}