.doctor-v2-page {
  width: 100%;
  background: #0f0f0f;
  color: #fff;
}

.doctor-v2-page *,
.doctor-v2-page *::before,
.doctor-v2-page *::after {
  box-sizing: border-box;
}

.doctor-v2-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.doctor-v2-hero img {
  width: 100%;
  height: auto;
  display: block;
}

.doctor-v2-message {
  position: relative;
  background: linear-gradient(rgba(6, 8, 12, 0.56), rgba(6, 8, 12, 0.56)), url('/img/sub/doctor/02_img.jpg') center center / cover no-repeat;
  min-height: clamp(420px, 39.0625vw, 750px);
  padding: 34px 20px;
  display: flex;
  align-items: center;
  text-align: center;
}

.doctor-v2-message__overlay {
  width: min(900px, 100%);
  margin: 0 auto;
}

.doctor-v2-message__en {
  margin: 0;
  font-size: clamp(20px, 2.1vw, 52px);
  line-height: 1.15;
  font-family: 'ArtnerPrimary', sans-serif;
  font-weight: 400;
}

.doctor-v2-message__title {
  margin: 14px 0 0;
  font-size: clamp(18px, 1.5vw, 40px);
  line-height: 1.25;
  font-weight: 100;
}

.doctor-v2-message__copy {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.87);
  font-size: clamp(15px, 1.05vw, 20px);
  line-height: 1.72;
}

.doctor-v2-message__copy p,
.doctor-v2-message__strong {
  margin: 0;
      font-weight: 300;
}

.doctor-v2-message__copy strong,
.doctor-v2-message__strong {
  color: #fff;
  font-weight: 700;
}

.doctor-v2-message__strong {
  margin-top: 20px;
  font-size: clamp(17px, 1.15vw, 22px);
}

.doctor-v2-doctor {
  padding: 86px 20px 88px;
  background: #e9e8e7;
  color: #1f1f1f;
}

.doctor-v2-doctor__inner {
  width: min(1660px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(360px, 600px) minmax(420px, 1fr);
  grid-template-areas:
    "photo intro"
    "photo copy";
  gap: clamp(40px, 5vw, 95px);
  align-items: start;
}

.doctor-v2-doctor__copy {
  grid-area: copy;
  min-width: 0;
}

.doctor-v2-doctor__intro {
  grid-area: intro;
  margin: 0;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(29, 29, 29, 0.28);
  font-size: clamp(18px, 1.45vw, 39px);
  line-height: 1.6;
  font-weight: 500;
  color: #2b2b2b;
}

.doctor-v2-doctor__heading {
  margin: 32px 0 0;
  display: flex;
  align-items: baseline;
  gap: 14px;
  line-height: 1;
}

.doctor-v2-doctor__heading strong {
  margin: 0;
  font-size: clamp(30px, 3vw, 62px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1f1f1f;
}

.doctor-v2-doctor__heading span {
  font-size: clamp(25px, 1.5vw, 33px);
  font-weight: 400;
  color: #303030;
}

.doctor-v2-doctor__history-title {
  margin: 54px 0 24px;
  font-size: clamp(33px, 2vw, 46px);
  line-height: 1.15;
  font-weight: 700;
  color: #3a3a3a;
}

.doctor-v2-doctor__history {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px clamp(24px, 3vw, 70px);
}

.doctor-v2-doctor__history ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
  align-content: start;
}

.doctor-v2-doctor__history li {
  font-size: clamp(20px, 1.08vw, 27px);
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: #474747;
}

.doctor-v2-doctor__history li::before {
  content: '· ';
}

.doctor-v2-doctor__photo {
  grid-area: photo;
  margin: 0;
  width: 100%;
}

.doctor-v2-doctor__photo img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1080px) {
  .doctor-v2-doctor__inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "photo"
      "copy";
    gap: 30px;
  }

  .doctor-v2-doctor__photo {
    max-width: 620px;
    margin: 0 auto;
  }

  .doctor-v2-doctor__history {
    grid-template-columns: 1fr;
  }
}

.doctor-v2-preview {
  padding: 80px 20px 90px;
  background: url('/img/sub/doctor/04_bg.jpg') center center / cover no-repeat;
}

.doctor-v2-preview__head {
  text-align: center;
  margin-bottom: 50px;
}

.doctor-v2-preview__head h3 {
  margin: 0;
  font-family: 'ArtnerPrimary', sans-serif;
  font-size: clamp(35px, 3.1vw, 74px);
  font-weight: 400;
  line-height: 1.1;
}

.doctor-v2-preview__head p {
  margin: 18px 0 0;
  font-size: clamp(20px, 1.55vw, 34px);
  line-height: 1.45;
  font-weight: 300;
}

.doctor-v2-preview__image {
  width: min(1149px, 100%);
  margin: 0 auto;
}

.doctor-v2-preview__image img {
  display: block;
  width: 100%;
  height: auto;
}

.doctor-v2-outro {
  position: relative;
  min-height: 420px;
  background: linear-gradient(rgba(8, 12, 6, 0.5), rgba(8, 12, 6, 0.5)), url('/img/sub/doctor/05_bg.jpg') center center / cover no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.doctor-v2-outro__overlay {
  width: min(980px, 100%);
  padding: 0 20px 92px;
  text-align: center;
}

.doctor-v2-outro p {
  margin: 0;
  font-family: 'ArtnerPrimary', sans-serif;
  font-size: clamp(22px, 1.5vw, 40px);
  line-height: 1.2;
}

.doctor-v2-outro h3 {
  margin: 18px 0 0;
  font-size: clamp(20px, 2.15vw, 62px);
  line-height: 1.3;
  font-weight: 300;
}

.doctor-v2-outro strong {
  font-weight: 700;
}

@media (max-width: 1280px) {
  .doctor-v2-doctor__inner {
    padding: 0 24px 0;
  }

  .doctor-v2-doctor__photo {
    width: min(470px, 41vw);
    right: 24px;
  }
}

@media (max-width: 1024px) {
  .doctor-v2-message {
    min-height: auto;
    padding: 52px 18px 58px;
  }

  .doctor-v2-message__copy {
    margin-top: 20px;
  }

  .doctor-v2-doctor {
    min-height: auto;
  }

  .doctor-v2-doctor__inner {
    display: block;
    padding: 0 18px 0;
    min-height: unset;
  }

  .doctor-v2-doctor__copy {
    max-width: none;
  }

  .doctor-v2-doctor h4 {
    margin-top: 34px;
  }

  .doctor-v2-doctor__history {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .doctor-v2-doctor__photo {
    position: static;
    max-width: 460px;
    margin: 26px auto 0;
    width: 100%;
  }

  .doctor-v2-preview {
    padding: 60px 16px 68px;
  }

  .doctor-v2-preview__head {
    margin-bottom: 30px;
  }

  .doctor-v2-outro {
    min-height: 340px;
  }

  .doctor-v2-outro__overlay {
    padding-bottom: 62px;
  }
}

@media (max-width: 640px) {
  .doctor-v2-doctor__heading::after {
    left: 22px;
    width: 210px;
    transform: translateY(-52%);
    opacity: 0.11;
  }

  .doctor-v2-message__copy {
    font-size: 10px;
    line-height: 1.7;
  }

  .doctor-v2-message__strong {
    font-size: 16px;
  }

  .doctor-v2-doctor h4 {
            font-size: 25px;
        padding: 10px 0;
        margin: 10px 0;
    }

    .doctor-v2-doctor{
          padding: 30px 20px 30px;
    }

    .doctor-v2-doctor__history li {
    font-size: 10px;
  }


  .doctor-v2-outro {
    min-height: 280px;
  }

  .doctor-v2-outro p {
    font-size: 20px;
  }

  .doctor-v2-outro h3 {
    margin-top: 10px;
  }
}
