body:has(.pc-home) {
  background: #ffffff;
  color: #142840;
}

html:has(.pc-home) {
  scroll-behavior: smooth;
}

body:has(.pc-home) > main {
  margin-top: 0;
}

.pc-home {
  width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  background: #ffffff;
}

.pc-home-hero,
.pc-home-section {
  margin: 0;
  padding: 0;
}

.pc-home-hero {
  position: relative;
  width: 100%;
  height: calc(100vh - 72px);
  height: calc(100dvh - 72px);
  overflow: hidden;
  background: #060d15;
  color: #ffffff;
}

.pc-home-hero__background {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.pc-home-hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(2, 9, 17, 0.32) 0%, rgba(2, 9, 17, 0.08) 37%, transparent 62%);
  content: "";
  pointer-events: none;
}

.pc-home-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(100%, 1600px);
  height: 100%;
  margin-inline: auto;
  padding: 0 clamp(32px, 2.25vw, 48px);
  align-items: center;
}

.pc-home-hero__copy {
  width: min(100%, 570px);
  text-shadow: 0 3px 20px rgba(0, 0, 0, 0.28);
}

.pc-home-hero__copy h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(48px, 3.15vw, 60px);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.045em;
  word-break: keep-all;
}

.pc-home-hero__topics {
  display: grid;
  gap: 3px;
  margin: 48px 0 0;
  color: #c89552;
  font-size: clamp(21px, 1.42vw, 27px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.025em;
}

.pc-home-hero__description {
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(16px, 1vw, 19px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.02em;
}

.pc-home-hero__cta {
  display: inline-flex;
  min-width: 196px;
  min-height: 60px;
  margin-top: 55px;
  padding: 0 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  background: #c89552;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  text-shadow: none;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.pc-home-hero__cta:hover {
  border-color: rgba(255, 255, 255, 0.55);
  background: #b78345;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.25);
}

.pc-home-hero__cta:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 4px;
}

.pc-home-container > img {
  display: block;
  width: 100%;
  height: auto;
}

.pc-home-container {
  width: min(100%, 1600px);
  margin-inline: auto;
}

.pc-home-section--white {
  background: #ffffff;
}

.pc-home-section--review {
  background: #f7f2ec;
}

.pc-home-section--navy {
  background: #142840;
}

.pc-home-section--dark {
  background: #09101a;
}

.pc-home-faq {
  background: #f7f2ec;
}

.pc-home-faq__inner {
  padding: clamp(104px, 9vw, 144px) clamp(64px, 7.5vw, 120px) clamp(84px, 7.5vw, 120px);
}

.pc-home-faq__header {
  margin-bottom: 54px;
}

.pc-home-faq__eyebrow {
  margin: 0 0 30px;
  color: #b88548;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.pc-home-faq__header h2 {
  margin: 0;
  color: #142840;
  font-size: clamp(34px, 2.2vw, 42px);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.035em;
}

.pc-home-faq__list {
  border-top: 1px solid #c5beb6;
}

.pc-home-faq__item {
  border-bottom: 1px solid #c5beb6;
}

.pc-home-faq__item summary {
  display: flex;
  min-height: 101px;
  padding: 0 32px 0 16px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  color: #142840;
  cursor: pointer;
  list-style: none;
  transition: background-color 180ms ease;
}

.pc-home-faq__item summary::-webkit-details-marker {
  display: none;
}

.pc-home-faq__item summary::marker {
  content: "";
}

.pc-home-faq__item summary:focus-visible {
  border-radius: 4px;
  outline: 2px solid #b88548;
  outline-offset: -2px;
}

.pc-home-faq__item summary:hover,
.pc-home-faq__item[open] > summary {
  background: rgba(255, 255, 255, 0.28);
}

.pc-home-faq__question {
  font-size: clamp(18px, 1.15vw, 20px);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: -0.025em;
}

.pc-home-faq__icon {
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.pc-home-faq__icon::before,
.pc-home-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: #142840;
  transform: translate(-50%, -50%);
  transition: background-color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.pc-home-faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.pc-home-faq__item[open] .pc-home-faq__icon::before {
  background: #b88548;
}

.pc-home-faq__item[open] .pc-home-faq__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}

.pc-home-faq__answer {
  padding: 0 72px 36px 16px;
  animation: pc-home-faq-answer-in 220ms ease both;
}

.pc-home-faq__answer p {
  max-width: 1100px;
  margin: 0;
  color: #4e5c6b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: -0.018em;
  word-break: keep-all;
}

@keyframes pc-home-faq-answer-in {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pc-home-contact {
  background: #1d1f21;
}

.pc-home-contact__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas:
    "consultation doctor"
    "information map";
  gap: 0;
}

.pc-home-contact__cell {
  min-width: 0;
  min-height: 853px;
  margin: 0;
  overflow: hidden;
}

.pc-home-contact__consultation {
  grid-area: consultation;
  padding: 80px 96px 72px;
  background: #bd9059;
  color: #050c1c;
}

.pc-home-contact__eyebrow {
  margin: 0 0 26px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

.pc-home-contact__eyebrow--dark {
  color: #050c1c;
}

.pc-home-contact__eyebrow--gold {
  color: #bd9059;
}

.pc-home-contact__consultation h2,
.pc-home-contact__information h2 {
  margin: 0;
  font-size: clamp(38px, 2.7vw, 48px);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.04em;
}

.pc-home-contact__consultation h2 {
  margin-bottom: 36px;
  color: #ffffff;
}

.pc-home-contact__fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.pc-home-contact__error {
  margin: -20px 0 18px;
  padding: 11px 14px;
  border: 1px solid rgba(136, 26, 26, 0.28);
  background: rgba(255, 255, 255, 0.9);
  color: #7b1717;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.pc-home-contact__error[hidden] {
  display: none;
}

.pc-home-contact__fields {
  display: grid;
  gap: 14px;
}

.pc-home-contact__field {
  display: grid;
  min-height: 76px;
  padding: 0 28px;
  grid-template-columns: 110px minmax(0, 1fr);
  align-items: center;
  background: #ffffff;
  transition: box-shadow 140ms ease;
}

.pc-home-contact__field label {
  grid-column: 1;
  grid-row: 1;
  color: #14202f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.pc-home-contact__field input {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  min-width: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: #55606d;
  font: inherit;
  font-size: 14px;
  -webkit-text-fill-color: #68727e;
  opacity: 1;
}

.pc-home-contact__field input::placeholder {
  color: #68727e;
  opacity: 1;
}

.pc-home-contact__field input:focus-visible {
  outline: 2px solid #142840;
  outline-offset: 8px;
}

.pc-home-contact__field.is-invalid {
  min-height: 92px;
  grid-template-rows: minmax(58px, 1fr) auto;
  box-shadow: inset 0 0 0 2px #8d2929;
}

.pc-home-contact__field.is-invalid input:focus-visible {
  outline-offset: 2px;
}

.pc-home-contact__validation {
  display: none;
  color: #721d1d;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

.pc-home-contact__field .pc-home-contact__validation {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  padding: 0 0 8px;
}

.pc-home-contact__validation.is-visible {
  display: block;
}

.pc-home-contact__privacy-note {
  margin: 16px 0 14px;
  color: rgba(5, 12, 28, 0.78);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.55;
  word-break: keep-all;
}

.pc-home-contact__consent {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.pc-home-contact__consent input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin: 0;
  border-radius: 0;
  accent-color: #050c1c;
  opacity: 1;
}

.pc-home-contact__consent a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pc-home-contact__consent.is-invalid {
  width: fit-content;
  padding: 5px 8px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.9);
  color: #721d1d;
}

.pc-home-contact__consent.is-invalid input {
  outline: 2px solid #721d1d;
  outline-offset: 2px;
}

.pc-home-contact__validation--consent {
  margin: 7px 0 0 30px;
  color: #5f1717;
}

.pc-home-contact__submit {
  width: 100%;
  min-height: 82px;
  margin: 30px 0 0;
  padding: 0 24px;
  border: 0;
  border-radius: 0;
  background: #050c1c;
  color: #ffffff;
  font: inherit;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  opacity: 1;
  cursor: pointer;
  transition: background-color 160ms ease, transform 160ms ease;
}

.pc-home-contact__submit:hover {
  background: #142840;
}

.pc-home-contact__submit:active {
  transform: translateY(1px);
}

.pc-home-contact__doctor {
  position: relative;
  grid-area: doctor;
  background: #07111d;
}

.pc-home-contact__doctor img,
.pc-home-contact__map > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pc-home-contact__map > img {
  z-index: 0;
  object-position: center;
}

.pc-home-contact__information {
  position: relative;
  grid-area: information;
  padding: 80px 96px 72px;
  background:
    linear-gradient(rgba(5, 12, 28, 0.95), rgba(5, 12, 28, 0.965)),
    url("../img/home-pc/home-pc-location-map-v4.png") center / cover no-repeat;
  color: #ffffff;
}

.pc-home-contact__information h2 {
  margin-bottom: 38px;
  color: #ffffff;
}

.pc-home-contact__details {
  margin: 0;
}

.pc-home-contact__details > div {
  display: grid;
  min-height: 104px;
  padding: 24px 10px;
  grid-template-columns: 124px minmax(0, 1fr);
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.pc-home-contact__details dt,
.pc-home-contact__details dd {
  margin: 0;
}

.pc-home-contact__details dt {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
}

.pc-home-contact__details dd {
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
  word-break: keep-all;
}

.pc-home-contact__details .pc-home-contact__phone {
  color: #bd9059;
  font-size: 18px;
  font-weight: 700;
}

.pc-home-contact__details > .pc-home-contact__hours-row {
  min-height: 150px;
  border-bottom: 0;
  align-items: start;
}

.pc-home-contact__hours-row dt {
  padding-top: 2px;
}

.pc-home-contact__hours-row dd {
  display: grid;
  gap: 8px;
}

.pc-home-contact__hours-row dd > span {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 12px;
}

.pc-home-contact__hours-row strong {
  color: #ffffff;
  font-weight: 700;
}

.pc-home-contact__hours-row small {
  margin-top: 3px;
  color: #bd9059;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.55;
}

.pc-home-contact__map-links {
  display: grid;
  margin-top: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.pc-home-contact__map-link {
  display: flex;
  min-height: 68px;
  padding: 0 18px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: filter 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.pc-home-contact__map-link:hover {
  color: #ffffff;
  filter: brightness(1.06);
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.pc-home-contact__map-link:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

.pc-home-contact__map-link--naver {
  background: #4da648;
}

.pc-home-contact__map-link--kakao {
  background: #ecad00;
}

.pc-home-contact__map {
  position: relative;
  grid-area: map;
  background: #f7f2ec;
}

.pc-home-contact__map-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  margin: 0;
  pointer-events: none;
}

.pc-home-contact__map-station,
.pc-home-contact__map-hospital {
  position: absolute;
  display: flex;
  align-items: center;
  width: max-content;
  max-width: calc(100% - 32px);
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}

.pc-home-contact__map-station {
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid rgba(20, 40, 64, 0.18);
  border-radius: 999px;
  background: rgba(20, 40, 64, 0.94);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(20, 40, 64, 0.2);
}

.pc-home-contact__map-station strong {
  font-size: clamp(14px, 1.05vw, 17px);
  font-weight: 800;
  line-height: 1.4;
  white-space: nowrap;
}

.pc-home-contact__map-station--nonhyeon {
  top: 18.6%;
  left: 42%;
}

.pc-home-contact__map-station--sinnonhyeon {
  top: 81.7%;
  left: 47.7%;
}

.pc-home-contact__route {
  display: inline-flex;
  min-height: 26px;
  padding: 0 9px;
  align-items: center;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.pc-home-contact__route--7 {
  background: #66720d;
  color: #ffffff;
}

.pc-home-contact__route--9 {
  background: #d59b00;
  color: #07111d;
}

.pc-home-contact__route--shinbundang {
  background: #d31145;
  color: #ffffff;
}

.pc-home-contact__map-hospital {
  top: 59.1%;
  left: 69%;
  min-width: 248px;
  padding: 14px 18px 13px 60px;
  flex-direction: column;
  align-items: flex-start;
  border: 2px solid #bd9059;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.97);
  color: #07111d;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.36);
}

.pc-home-contact__map-hospital strong {
  font-size: clamp(14px, 1.05vw, 17px);
  font-weight: 800;
  line-height: 1.35;
  white-space: nowrap;
}

.pc-home-contact__map-hospital small {
  margin-top: 3px;
  color: #657080;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.pc-home-contact__map-pin {
  position: absolute;
  top: 50%;
  left: 14px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background: #e34b3f;
  color: #ffffff;
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.24);
  transform: translateY(-50%);
}

.pc-home-video-toolbar {
  display: flex;
  justify-content: flex-end;
  padding: 0 clamp(24px, 4vw, 64px) 28px;
}

.pc-home-youtube-more {
  display: inline-flex;
  min-width: 242px;
  min-height: 76px;
  padding: 0 30px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: 1.5px solid #7d8791;
  border-radius: 999px;
  background: #ffffff;
  color: #142840;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.pc-home-youtube-more__icon {
  display: block;
  width: 40px;
  height: 28px;
  flex: 0 0 auto;
  object-fit: contain;
}

.pc-home-youtube-more:hover,
.pc-home-youtube-more:focus-visible {
  border-color: #ff0033;
  box-shadow: 0 10px 24px rgba(20, 40, 64, 0.1);
  transform: translateY(-2px);
}

.pc-home-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.3vw, 22px);
  padding: 0 clamp(24px, 4vw, 64px) clamp(72px, 7vw, 112px);
}

.pc-home-video-card {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  background: #07111d;
  box-shadow: 0 18px 38px rgba(9, 16, 26, 0.14);
  cursor: pointer;
}

.pc-home-video-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease, filter 280ms ease;
}

.pc-home-video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(6, 13, 21, 0);
  transition: background-color 280ms ease;
  pointer-events: none;
}

.pc-home-video-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: clamp(50px, 4vw, 66px);
  height: clamp(50px, 4vw, 66px);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: rgba(8, 18, 30, 0.72);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  transform: translate(-50%, -50%);
  transition: background-color 220ms ease, transform 220ms ease;
  pointer-events: none;
}

.pc-home-video-card__play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #ffffff;
  transform: translate(-40%, -50%);
}

.pc-home-video-card:hover img,
.pc-home-video-card:focus-visible img {
  filter: brightness(0.82);
  transform: scale(1.025);
}

.pc-home-video-card:hover::after,
.pc-home-video-card:focus-visible::after {
  background: rgba(6, 13, 21, 0.12);
}

.pc-home-video-card:hover .pc-home-video-card__play,
.pc-home-video-card:focus-visible .pc-home-video-card__play {
  background: rgba(184, 133, 72, 0.92);
  transform: translate(-50%, -50%) scale(1.06);
}

html.pc-youtube-modal-lock,
html.pc-youtube-modal-lock body {
  overflow: hidden;
}

.pc-youtube-dialog {
  width: min(1120px, calc(100% - 40px));
  max-width: none;
  max-height: calc(100dvh - 40px);
  margin: auto;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  color: #ffffff;
}

.pc-youtube-dialog::backdrop {
  background: rgba(2, 7, 13, 0.82);
  backdrop-filter: blur(5px);
}

.pc-youtube-dialog__shell {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: #07111d;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
}

.pc-youtube-dialog__header {
  display: flex;
  min-height: 68px;
  padding: 0 18px 0 26px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #07111d;
}

.pc-youtube-dialog__header h2 {
  margin: 0;
  overflow: hidden;
  color: #ffffff;
  font-size: clamp(17px, 1.35vw, 22px);
  font-weight: 700;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pc-youtube-dialog__close {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: transparent;
  color: #ffffff;
  font: inherit;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.pc-youtube-dialog__close:hover,
.pc-youtube-dialog__close:focus-visible {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  transform: rotate(4deg);
}

.pc-youtube-dialog__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000000;
}

.pc-youtube-dialog__frame iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.pc-home-carousel {
  padding: 0 24px clamp(76px, 7vw, 112px);
}

.pc-home-carousel__stage {
  position: relative;
}

.pc-home-carousel__viewport {
  overflow: hidden;
  touch-action: pan-y;
}

.pc-home-carousel__track {
  --pc-carousel-gap: 16px;
  --pc-carousel-per-view: 4;
  display: flex;
  gap: var(--pc-carousel-gap);
  transform: translate3d(0, 0, 0);
  transition: transform 460ms cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}

.pc-home-carousel__track.is-jumping {
  transition: none;
}

.pc-home-carousel__slide {
  flex: 0 0 calc(
    (100% - (var(--pc-carousel-per-view) - 1) * var(--pc-carousel-gap))
    / var(--pc-carousel-per-view)
  );
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(20, 40, 64, 0.1);
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(20, 40, 64, 0.08);
}

.pc-home-carousel__slide img {
  display: block;
  width: 100%;
  height: auto;
}

.pc-home-carousel__button {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(20, 40, 64, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: #142840;
  font: inherit;
  font-size: 25px;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(20, 40, 64, 0.16);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.pc-home-carousel__button:hover {
  background: #142840;
  color: #ffffff;
  transform: translateY(-50%) scale(1.06);
}

.pc-home-carousel__button--previous {
  left: 10px;
}

.pc-home-carousel__button--next {
  right: 10px;
}

.pc-home-carousel__navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 30px;
  color: #142840;
}

.pc-home-carousel__status {
  min-width: 58px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.pc-home-carousel__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.pc-home-carousel__dot {
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(20, 40, 64, 0.24);
  cursor: pointer;
  transition: width 180ms ease, background-color 180ms ease;
}

.pc-home-carousel__dot.is-active {
  width: 28px;
  background: #b88548;
}

@media (max-width: 1240px) {
  .pc-home-hero {
    height: 100vh;
    height: 100dvh;
  }
}

@media (max-width: 900px) {
  .pc-home-hero__background {
    object-position: 58% center;
  }

  .pc-home-hero__inner {
    padding-right: 40px;
    padding-left: 40px;
  }

  .pc-home-hero__copy {
    width: min(100%, 520px);
  }

  .pc-home-hero__copy h1 {
    font-size: clamp(42px, 7vw, 54px);
  }

  .pc-home-contact__grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "consultation"
      "doctor"
      "information"
      "map";
  }

  .pc-home-contact__cell {
    min-height: 0;
  }

  .pc-home-contact__consultation,
  .pc-home-contact__information {
    padding: 64px 40px;
  }

  .pc-home-contact__doctor,
  .pc-home-contact__map {
    aspect-ratio: 959 / 1023;
  }

  .pc-home-faq__inner {
    padding: 72px 40px 96px;
  }

  .pc-home-faq__header {
    margin-bottom: 52px;
  }

  .pc-home-faq__item summary {
    min-height: 96px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .pc-home-faq__answer {
    padding-right: 52px;
    padding-bottom: 34px;
    padding-left: 12px;
  }

  .pc-home-video-grid {
    grid-template-columns: 1fr;
  }

  .pc-home-carousel__track {
    --pc-carousel-per-view: 2;
  }
}

@media (max-width: 560px) {
  .pc-home-hero__inner {
    padding: 0 24px;
  }

  .pc-home-hero__copy h1 {
    font-size: clamp(36px, 10vw, 46px);
  }

  .pc-home-hero__topics {
    margin-top: 34px;
    font-size: 18px;
  }

  .pc-home-hero__description {
    font-size: 15px;
  }

  .pc-home-hero__cta {
    min-width: 178px;
    min-height: 56px;
    margin-top: 40px;
    font-size: 16px;
  }

  .pc-home-contact__consultation,
  .pc-home-contact__information {
    padding: 48px 20px;
  }

  .pc-home-contact__eyebrow {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .pc-home-contact__consultation h2,
  .pc-home-contact__information h2 {
    font-size: 32px;
  }

  .pc-home-contact__consultation h2,
  .pc-home-contact__information h2 {
    margin-bottom: 30px;
  }

  .pc-home-contact__field {
    min-height: 70px;
    padding: 0 18px;
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .pc-home-contact__field label {
    font-size: 14px;
  }

  .pc-home-contact__field input {
    font-size: 12px;
  }

  .pc-home-contact__privacy-note {
    font-size: 10px;
  }

  .pc-home-contact__consent {
    font-size: 13px;
  }

  .pc-home-contact__submit {
    min-height: 68px;
    font-size: 16px;
  }

  .pc-home-contact__details > div,
  .pc-home-contact__details > .pc-home-contact__hours-row {
    min-height: 0;
    padding: 24px 4px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .pc-home-contact__map-links {
    grid-template-columns: 1fr;
  }

  .pc-home-contact__map-station {
    gap: 5px;
    padding: 8px 9px;
  }

  .pc-home-contact__map-station strong {
    font-size: 13px;
  }

  .pc-home-contact__route {
    min-height: 22px;
    padding: 0 6px;
    font-size: 10px;
  }

  .pc-home-contact__map-hospital {
    left: 70%;
    min-width: 210px;
    padding: 12px 12px 11px 52px;
  }

  .pc-home-contact__map-hospital strong {
    font-size: 13px;
  }

  .pc-home-contact__map-hospital small {
    font-size: 10px;
  }

  .pc-home-contact__map-pin {
    left: 11px;
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .pc-home-faq__inner {
    padding: 64px 20px 80px;
  }

  .pc-home-faq__header {
    margin-bottom: 42px;
  }

  .pc-home-faq__eyebrow {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .pc-home-faq__header h2 {
    font-size: 30px;
  }

  .pc-home-faq__item summary {
    min-height: 86px;
    gap: 18px;
  }

  .pc-home-faq__question {
    font-size: 17px;
  }

  .pc-home-faq__answer {
    padding-right: 42px;
    padding-bottom: 30px;
  }

  .pc-home-faq__answer p {
    font-size: 15px;
    line-height: 1.75;
    word-break: normal;
  }

  .pc-home-video-toolbar {
    padding-right: 16px;
    padding-left: 16px;
  }

  .pc-home-youtube-more {
    width: 100%;
    min-width: 0;
    min-height: 64px;
  }

  .pc-youtube-dialog {
    width: calc(100% - 24px);
    max-height: calc(100dvh - 24px);
  }

  .pc-youtube-dialog__header {
    min-height: 60px;
    padding-right: 12px;
    padding-left: 18px;
  }

  .pc-home-carousel {
    padding-right: 16px;
    padding-left: 16px;
  }

  .pc-home-carousel__track {
    --pc-carousel-per-view: 1;
  }

  .pc-home-carousel__button {
    width: 42px;
    height: 42px;
  }

  .pc-home-carousel__button--previous {
    left: 6px;
  }

  .pc-home-carousel__button--next {
    right: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:has(.pc-home) {
    scroll-behavior: auto;
  }

  .pc-home-hero__cta,
  .pc-home-contact__map-link,
  .pc-home-youtube-more,
  .pc-home-faq__item summary,
  .pc-home-video-card img,
  .pc-home-video-card::after,
  .pc-home-video-card__play,
  .pc-home-carousel__track,
  .pc-home-carousel__button,
  .pc-home-carousel__dot,
  .pc-youtube-dialog__close,
  .pc-home-faq__icon::before,
  .pc-home-faq__icon::after {
    transition: none;
  }

  .pc-home-faq__answer {
    animation: none;
  }

  .pc-home-contact__map-link:hover,
  .pc-home-contact__map-link:focus-visible,
  .pc-home-youtube-more:hover,
  .pc-home-youtube-more:focus-visible,
  .pc-youtube-dialog__close:hover,
  .pc-youtube-dialog__close:focus-visible {
    transform: none;
  }
}
