@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/dm-sans-regular.ttf') format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('assets/dm-sans-semibold.ttf') format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('assets/dm-sans-bold.ttf') format('truetype');
}
body, .menu, .brand b {
  font-family: 'DM Sans', Arial, sans-serif;
}
.portrait > img {
  filter: brightness(1.08);
}
.care-heading h2 {
  margin-bottom: 18px;
}
.care-section .care-strip {
  border-top: 1px solid var(--line);
}
.care-section .care-strip .wrap {
  width: 100%;
}
.care-description {
  margin: 0 0 28px;
  max-width: 760px;
  font-size: 17px;
  line-height: 1.75;
}
.care-section .care-strip {
  margin-bottom: 36px;
}
.care-strip .care-jump {
  display: block;
  border-radius: 2px;
  transition: color .15s ease, background-color .15s ease;
}
.care-strip .care-jump:hover,
.care-strip .care-jump:focus-visible {
  color: var(--teal);
  background-color: var(--pale);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.doctor-copy p {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: #52666c;
  font-weight: 400;
  margin-bottom: 1.25rem;
}
.doctor-copy .lead {
  font-size: 1.125rem;
  line-height: 1.75;
  color: #405b63;
  font-weight: 400;
}
@media (max-width: 600px) {
  .doctor h2 {
    font-size: 2.25rem;
    line-height: 1.2;
    letter-spacing: -0.8px;
  }
  .doctor h2 br { display: none; }
  .service h3 {
    line-height: 1.3;
    letter-spacing: -0.3px;
  }
  .care-strip .wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
  .care-strip .care-jump,
  .care-strip .care-jump:first-child {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 12px;
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.4;
  }
  .care-strip small {
    max-width: none;
    margin-top: 0;
    font-size: 12px;
    line-height: 1.45;
  }
}
