body.labella-about-v1-page .content-area {
  padding-block: 0;
}

/* Labella Reface page */
.lba-page-reface-unified .lba-reface-unified-hero .lba-about-hero-media img {
  object-position: center 48%;
}

.lba-page-reface-unified .lba-reface-price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 58px;
}

.lba-page-reface-unified .lba-reface-price-grid article {
  position: relative;
  min-height: 244px;
  padding: 34px 32px !important;
  overflow: hidden;
  border: 1px solid var(--lba-editorial-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(71, 53, 45, 0.06);
}

.lba-page-reface-unified .lba-reface-price-grid article:nth-child(3) {
  border-color: var(--lba-editorial-brown);
  background: var(--lba-editorial-brown);
  color: #fff;
}

.lba-page-reface-unified .lba-reface-price-grid article > span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--lba-editorial-pale);
  color: var(--lba-editorial-taupe);
  font-size: 12px;
  font-weight: 800;
}

.lba-page-reface-unified .lba-reface-price-grid article:nth-child(3) > span {
  background: rgba(255, 255, 255, 0.13);
  color: #eadbd3;
}

.lba-page-reface-unified .lba-reface-price-grid h3 {
  margin: 24px 0 0;
  color: var(--lba-editorial-brown);
  font-size: 19px;
  font-weight: 750;
}

.lba-page-reface-unified .lba-reface-price-grid article:nth-child(3) h3 {
  color: #fff;
}

.lba-page-reface-unified .lba-reface-price-grid strong {
  display: block;
  margin-top: 9px;
  color: var(--lba-editorial-brown);
  font-size: clamp(30px, 2.2vw, 38px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.15;
}

.lba-page-reface-unified .lba-reface-price-grid article:nth-child(3) strong {
  color: #fff;
}

.lba-page-reface-unified .lba-reface-price-grid strong small {
  margin-left: 3px;
  font-size: 15px;
  font-weight: 650;
}

.lba-page-reface-unified .lba-reface-price-grid article > p {
  margin: 12px 0 0;
  color: var(--lba-editorial-muted);
  font-size: 14px;
  font-weight: 650;
}

.lba-page-reface-unified .lba-reface-price-grid article:nth-child(3) > p {
  color: rgba(255, 255, 255, 0.7);
}

.lba-page-reface-unified .lba-reface-notes {
  display: grid;
  grid-template-columns: minmax(210px, 0.33fr) minmax(0, 0.67fr);
  gap: 46px;
  margin-top: 26px;
  padding: 40px 42px;
  border-radius: 22px;
  background: var(--lba-editorial-pale);
}

.lba-page-reface-unified .lba-reface-notes > div > span {
  color: var(--lba-editorial-taupe);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.lba-page-reface-unified .lba-reface-notes h3 {
  margin: 10px 0 0;
  color: var(--lba-editorial-brown);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.lba-page-reface-unified .lba-reface-notes ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lba-page-reface-unified .lba-reface-notes li {
  position: relative;
  padding-left: 18px;
  color: #5d5753;
  font-size: 15px;
  line-height: 1.75;
}

.lba-page-reface-unified .lba-reface-notes li::before {
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--lba-editorial-taupe);
  content: "";
}

.lba-page-reface-unified .lba-reface-notes li + li {
  margin-top: 9px;
}

.lba-page-reface-unified .lba-reface-hours-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 7vw, 98px);
  align-items: start;
}

.lba-page-reface-unified .lba-reface-section-heading > p {
  margin: 0 0 12px;
  color: var(--lba-editorial-taupe);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.025em;
}

.lba-page-reface-unified .lba-reface-section-heading h2 {
  margin: 0;
  color: var(--lba-editorial-brown);
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.25;
}

.lba-page-reface-unified .lba-reface-section-heading > span {
  display: block;
  margin-top: 19px;
  color: var(--lba-editorial-muted);
  font-size: 16px;
  line-height: 1.75;
}

.lba-page-reface-unified .lba-reface-schedule {
  border-top: 1px solid var(--lba-editorial-brown);
}

.lba-page-reface-unified .lba-reface-schedule > div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 24px;
  min-height: 78px;
  align-items: center;
  border-bottom: 1px solid var(--lba-editorial-line);
}

.lba-page-reface-unified .lba-reface-schedule > div > strong {
  color: var(--lba-editorial-brown);
  font-size: 16px;
}

.lba-page-reface-unified .lba-reface-schedule > div > p {
  display: flex;
  gap: 18px;
  align-items: center;
  margin: 0;
  color: #423b38;
  font-size: 19px;
  font-weight: 750;
}

.lba-page-reface-unified .lba-reface-schedule i {
  color: var(--lba-editorial-taupe);
  font-style: normal;
  font-weight: 400;
}

.lba-page-reface-unified .lba-reface-schedule aside {
  display: grid;
  grid-template-columns: 122px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  margin-top: 22px;
  padding: 24px 28px;
  border-radius: 16px;
  background: var(--lba-editorial-brown);
}

.lba-page-reface-unified .lba-reface-schedule aside span {
  color: #d9c4b9;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.lba-page-reface-unified .lba-reface-schedule aside strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.55;
}

.lba-page-reface-unified .lba-reface-space {
  padding-block: 126px;
  background: #fff !important;
}

.lba-page-reface-unified .lba-reface-gallery .lba-gallery-item-4,
.lba-page-reface-unified .lba-reface-gallery .lba-gallery-item-5,
.lba-page-reface-unified .lba-reface-gallery .lba-gallery-item-6 {
  grid-column: span 4;
}

.lba-page-reface-unified .lba-reface-gallery img {
  object-position: center;
}

.lba-page-reface-unified .lba-reface-address h3 strong {
  display: inline-block;
  margin-left: 4px;
  padding: 2px 10px 3px;
  border-radius: 999px;
  background: var(--lba-editorial-brown);
  color: #fff;
  font-size: 0.82em;
  font-weight: 800;
  white-space: nowrap;
}

.lba-page-reface-unified .lba-map-link {
  justify-content: flex-start;
  min-width: 206px;
  gap: 11px;
  padding: 10px 13px;
}

.lba-page-reface-unified .lba-map-link > span:nth-child(2) {
  flex: 1;
}

.lba-page-reface-unified .lba-map-channel-icon {
  display: inline-flex;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.lba-page-reface-unified .lba-map-link.is-naver .lba-map-channel-icon {
  background: #03c75a;
  color: #fff;
}

.lba-page-reface-unified .lba-map-link.is-kakao .lba-map-channel-icon {
  background: #fee500;
  color: #191919;
}

.lba-page-reface-unified .lba-map-channel-icon svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.lba-page-reface-unified .lba-reface-building {
  margin-top: 24px;
}

.lba-page-reface-unified .lba-reface-building figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--lba-editorial-line);
  border-radius: 22px;
  background: #fff;
}

.lba-page-reface-unified .lba-reface-building img {
  display: block;
  width: 100%;
  height: auto;
}

.lba-page-reface-unified .lba-reface-building figcaption {
  padding: 20px 24px 22px;
  color: var(--lba-editorial-brown);
  font-size: 16px;
  font-weight: 700;
}

.lba-page-reface-unified .lba-reface-building figcaption span {
  display: block;
  margin-bottom: 4px;
  color: var(--lba-editorial-taupe);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

@media (max-width: 980px) {
  .lba-page-reface-unified .lba-reface-hours-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}

@media (max-width: 767px) {
  .lba-page-reface-unified .lba-reface-unified-hero .lba-about-hero-media img {
    object-position: 58% center;
  }

  .lba-page-reface-unified .lba-reface-price-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 38px;
  }

  .lba-page-reface-unified .lba-reface-price-grid article {
    min-height: 0;
    padding: 27px 24px !important;
    border-radius: 16px;
  }

  .lba-page-reface-unified .lba-reface-price-grid h3 {
    margin-top: 18px;
  }

  .lba-page-reface-unified .lba-reface-notes {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 30px 24px;
    border-radius: 16px;
  }

  .lba-page-reface-unified .lba-reface-notes h3 {
    font-size: 25px;
  }

  .lba-page-reface-unified .lba-reface-notes li {
    font-size: 14px;
  }

  .lba-page-reface-unified .lba-reface-section-heading > p {
    font-size: 14px;
  }

  .lba-page-reface-unified .lba-reface-section-heading h2 {
    font-size: 36px;
  }

  .lba-page-reface-unified .lba-reface-section-heading > span {
    font-size: 15px;
  }

  .lba-page-reface-unified .lba-reface-schedule > div {
    grid-template-columns: 94px minmax(0, 1fr);
    gap: 10px;
    min-height: 72px;
  }

  .lba-page-reface-unified .lba-reface-schedule > div > strong {
    font-size: 14px;
  }

  .lba-page-reface-unified .lba-reface-schedule > div > p {
    justify-content: space-between;
    gap: 7px;
    font-size: 15px;
  }

  .lba-page-reface-unified .lba-reface-schedule aside {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 22px 24px;
  }

  .lba-page-reface-unified .lba-reface-gallery .lba-gallery-item-4,
  .lba-page-reface-unified .lba-reface-gallery .lba-gallery-item-5,
  .lba-page-reface-unified .lba-reface-gallery .lba-gallery-item-6 {
    grid-column: span 1;
  }

  .lba-page-reface-unified .lba-map-link {
    min-width: 0;
  }

  .lba-page-reface-unified .lba-reface-building figure {
    border-radius: 16px;
  }
}

/* Visit and location editorial page */
.lba-v1.lba-page-visit {
  --lba-editorial-brown: #735548;
  --lba-editorial-taupe: #aa8b7c;
  --lba-editorial-pale: #f6f4f2;
  --lba-editorial-warm: #f0ebe7;
  --lba-editorial-line: #ded7d2;
  --lba-editorial-muted: #746f6b;
  --lba-container: 1160px;
  background: #fff;
  color: var(--lba-editorial-brown);
  font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
}

.lba-page-visit .lba-visit-editorial-hero {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  background:
    radial-gradient(circle at 17% 18%, rgba(255, 255, 255, 0.96), transparent 42%),
    var(--lba-editorial-pale);
}

.lba-page-visit .lba-visit-editorial-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(115, 85, 72, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(115, 85, 72, 0.032) 1px, transparent 1px);
  background-size: 80px 80px;
  content: "";
  mask-image: linear-gradient(90deg, transparent, #000 44%, transparent 92%);
  pointer-events: none;
}

.lba-page-visit .lba-visit-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(470px, 1.06fr);
  gap: clamp(52px, 6vw, 92px);
  min-height: 680px;
  align-items: center;
}

.lba-page-visit .lba-visit-hero-copy {
  padding-block: 88px;
}

.lba-page-visit .lba-visit-hero-kicker,
.lba-page-visit .lba-visit-hero-en {
  margin: 0;
  color: var(--lba-editorial-taupe);
}

.lba-page-visit .lba-visit-hero-kicker {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.lba-page-visit .lba-visit-hero-en {
  margin-top: 52px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  letter-spacing: 0.02em;
}

.lba-page-visit .lba-visit-hero-copy h1 {
  margin: 18px 0 0;
  color: var(--lba-editorial-brown);
  font-size: clamp(44px, 4.25vw, 64px);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1.18;
}

.lba-page-visit .lba-visit-hero-lead {
  max-width: 570px;
  margin: 26px 0 0;
  color: #5e5a57;
  font-size: 18px;
  line-height: 1.85;
}

.lba-page-visit .lba-visit-hero-meta {
  display: flex;
  flex-wrap: wrap;
  margin-top: 46px;
  border-block: 1px solid var(--lba-editorial-line);
}

.lba-page-visit .lba-visit-hero-meta span {
  padding: 14px 22px 13px 0;
  color: var(--lba-editorial-muted);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.04em;
}

.lba-page-visit .lba-visit-hero-meta span + span {
  padding-left: 22px;
  border-left: 1px solid var(--lba-editorial-line);
}

.lba-page-visit .lba-visit-hero-photo {
  position: relative;
  align-self: end;
  height: 585px;
  margin: 0;
  overflow: hidden;
  border-radius: 32px 32px 0 0;
  background: #e9e4df;
  box-shadow: 0 28px 72px rgba(66, 48, 41, 0.11);
}

.lba-page-visit .lba-visit-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.lba-page-visit .lba-visit-hero-photo::after {
  position: absolute;
  inset: auto 0 0;
  height: 36%;
  background: linear-gradient(transparent, rgba(34, 26, 23, 0.56));
  content: "";
  pointer-events: none;
}

.lba-page-visit .lba-visit-hero-photo figcaption {
  position: absolute;
  z-index: 1;
  right: 28px;
  bottom: 24px;
  left: 28px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.lba-page-visit .lba-visit-section {
  position: relative;
  padding-block: 124px;
}

.lba-page-visit .lba-visit-hours,
.lba-page-visit .lba-visit-parking {
  background: var(--lba-editorial-pale);
}

.lba-page-visit .lba-visit-marker {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 70px;
  color: var(--lba-editorial-taupe);
}

.lba-page-visit .lba-visit-marker strong,
.lba-page-visit .lba-visit-marker span {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.lba-page-visit .lba-visit-marker span {
  color: var(--lba-editorial-muted);
  letter-spacing: 0.1em;
}

.lba-page-visit .lba-visit-marker i {
  width: 36px;
  height: 1px;
  background: var(--lba-editorial-line);
}

.lba-page-visit .lba-visit-section-grid,
.lba-page-visit .lba-visit-location-head {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(58px, 8vw, 118px);
  align-items: start;
}

.lba-page-visit .lba-visit-heading > p {
  margin: 0;
  color: var(--lba-editorial-taupe);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  letter-spacing: 0.03em;
}

.lba-page-visit .lba-visit-heading h2 {
  margin: 18px 0 0;
  color: var(--lba-editorial-brown);
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.28;
}

.lba-page-visit .lba-visit-heading > span {
  display: block;
  margin-top: 24px;
  color: var(--lba-editorial-muted);
  font-size: 16px;
  line-height: 1.8;
}

.lba-page-visit .lba-visit-schedule {
  border-top: 1px solid var(--lba-editorial-brown);
}

.lba-page-visit .lba-visit-schedule > div {
  display: grid;
  grid-template-columns: 124px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  min-height: 82px;
  padding: 19px 4px;
  border-bottom: 1px solid var(--lba-editorial-line);
}

.lba-page-visit .lba-visit-schedule > div > strong {
  font-size: 17px;
  font-weight: 750;
}

.lba-page-visit .lba-visit-schedule > div > p {
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 0;
  color: #3f3936;
  font-size: 20px;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.lba-page-visit .lba-visit-schedule > div > p i {
  color: var(--lba-editorial-taupe);
  font-style: normal;
  font-weight: 400;
}

.lba-page-visit .lba-visit-schedule small {
  color: var(--lba-editorial-taupe);
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
}

.lba-page-visit .lba-visit-schedule aside {
  display: grid;
  grid-template-columns: 124px 1fr;
  gap: 22px;
  align-items: center;
  margin-top: 22px;
  padding: 26px 28px;
  border-radius: 16px;
  background: var(--lba-editorial-brown);
  color: #fff;
}

.lba-page-visit .lba-visit-schedule aside span {
  color: #d9c4b9;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.lba-page-visit .lba-visit-schedule aside strong {
  font-size: 17px;
}

.lba-page-visit .lba-visit-schedule aside a {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  font-size: 13px;
  font-weight: 700;
}

.lba-page-visit .lba-visit-location-head {
  margin-bottom: 62px;
}

.lba-page-visit .lba-visit-address {
  padding: 38px 40px;
  border: 1px solid var(--lba-editorial-line);
  border-radius: 22px;
  background: #fff;
}

.lba-page-visit .lba-visit-address > span,
.lba-page-visit .lba-media-label span,
.lba-page-visit figure figcaption span {
  display: block;
  color: var(--lba-editorial-taupe);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.lba-page-visit .lba-visit-address h3 {
  max-width: 620px;
  margin: 14px 0 0;
  color: var(--lba-editorial-brown);
  font-size: 24px;
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.55;
}

.lba-page-visit .lba-visit-address > p {
  margin: 8px 0 0;
  color: var(--lba-editorial-muted);
  font-size: 14px;
}

.lba-page-visit .lba-visit-address > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}

.lba-page-visit .lba-visit-address a {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  min-width: 172px;
  padding: 12px 16px;
  border: 1px solid var(--lba-editorial-line);
  border-radius: 8px;
  color: #4f4642;
  font-size: 14px;
  font-weight: 700;
  transition: border-color 180ms ease, background 180ms ease;
}

.lba-page-visit .lba-visit-address a:hover,
.lba-page-visit .lba-visit-address a:focus-visible {
  border-color: var(--lba-editorial-brown);
  background: var(--lba-editorial-pale);
}

.lba-page-visit .lba-visit-map-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
  gap: 24px;
}

.lba-page-visit .lba-kakao-map-card,
.lba-page-visit .lba-visit-guide-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--lba-editorial-line);
  border-radius: 22px;
  background: #fff;
}

.lba-page-visit .lba-media-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 20px 24px;
  border-bottom: 1px solid var(--lba-editorial-line);
}

.lba-page-visit .lba-media-label strong {
  color: var(--lba-editorial-brown);
  font-size: 16px;
}

.lba-page-visit .root_daum_roughmap,
.lba-page-visit .root_daum_roughmap_landing {
  width: 100% !important;
  border: 0 !important;
}

.lba-page-visit .root_daum_roughmap .wrap_map {
  height: 558px !important;
}

.lba-page-visit .root_daum_roughmap .wrap_controllers {
  display: none;
}

.lba-page-visit .root_daum_roughmap > .cont {
  display: none;
}

.lba-page-visit .lba-visit-guide-card img {
  width: 100%;
  height: 558px;
  object-fit: contain;
}

.lba-page-visit .lba-visit-photo-grid,
.lba-page-visit .lba-parking-media {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  margin-top: 24px;
}

.lba-page-visit .lba-visit-photo-grid figure,
.lba-page-visit .lba-parking-media figure {
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  background: #eee9e5;
}

.lba-page-visit .lba-visit-photo-grid img,
.lba-page-visit .lba-parking-media img {
  width: 100%;
  height: 330px;
  object-fit: contain;
  background: #fff;
}

.lba-page-visit .lba-visit-photo-grid figcaption,
.lba-page-visit .lba-parking-media figcaption {
  min-height: 90px;
  padding: 20px 24px 22px;
  background: #fff;
  color: var(--lba-editorial-brown);
  font-size: 16px;
  font-weight: 700;
}

.lba-page-visit .lba-visit-photo-grid figcaption span,
.lba-page-visit .lba-parking-media figcaption span {
  margin-bottom: 4px;
}

.lba-page-visit .lba-visit-parking-intro {
  align-items: end;
  margin-bottom: 54px;
}

.lba-page-visit .lba-parking-notices {
  border-top: 1px solid var(--lba-editorial-brown);
}

.lba-page-visit .lba-parking-notices p {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 14px;
  margin: 0;
  padding: 22px 0;
  border-bottom: 1px solid var(--lba-editorial-line);
}

.lba-page-visit .lba-parking-notices span {
  grid-row: 1 / 3;
  color: var(--lba-editorial-taupe);
  font-size: 15px;
  font-weight: 800;
}

.lba-page-visit .lba-parking-notices strong {
  color: var(--lba-editorial-brown);
  font-size: 17px;
}

.lba-page-visit .lba-parking-notices small {
  margin-top: 4px;
  color: var(--lba-editorial-muted);
  font-size: 14px;
}

.lba-page-visit .lba-parking-media img {
  height: 390px;
}

@media (max-width: 980px) {
  .lba-page-visit .lba-visit-hero-grid {
    grid-template-columns: 1fr 0.92fr;
    gap: 38px;
  }

  .lba-page-visit .lba-visit-hero-photo {
    height: 540px;
  }

  .lba-page-visit .lba-visit-section-grid,
  .lba-page-visit .lba-visit-location-head {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .lba-page-visit .lba-visit-map-grid {
    grid-template-columns: 1fr;
  }

  .lba-page-visit .lba-visit-guide-card img {
    height: auto;
    max-height: 600px;
    object-fit: contain;
  }
}

@media (max-width: 720px) {
  .lba-page-visit {
    --lba-gutter: 20px;
  }

  .lba-page-visit .lba-visit-editorial-hero,
  .lba-page-visit .lba-visit-hero-grid {
    min-height: 0;
  }

  .lba-page-visit .lba-visit-hero-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .lba-page-visit .lba-visit-hero-copy {
    width: min(100% - 40px, 560px);
    margin-inline: auto;
    padding-block: 64px 48px;
  }

  .lba-page-visit .lba-visit-hero-kicker {
    font-size: 15px;
  }

  .lba-page-visit .lba-visit-hero-en {
    margin-top: 36px;
    font-size: 18px;
  }

  .lba-page-visit .lba-visit-hero-copy h1 {
    font-size: 38px;
  }

  .lba-page-visit .lba-visit-hero-lead {
    font-size: 16px;
  }

  .lba-page-visit .lba-visit-hero-meta {
    margin-top: 34px;
  }

  .lba-page-visit .lba-visit-hero-meta span {
    padding-inline-end: 12px;
    font-size: 10px;
  }

  .lba-page-visit .lba-visit-hero-meta span + span {
    padding-left: 12px;
  }

  .lba-page-visit .lba-visit-hero-photo {
    width: 100%;
    height: 330px;
    border-radius: 0;
    box-shadow: none;
  }

  .lba-page-visit .lba-visit-section {
    padding-block: 82px;
  }

  .lba-page-visit .lba-visit-marker {
    gap: 11px;
    margin-bottom: 45px;
  }

  .lba-page-visit .lba-visit-marker strong,
  .lba-page-visit .lba-visit-marker span {
    font-size: 15px;
  }

  .lba-page-visit .lba-visit-heading h2 {
    font-size: 34px;
  }

  .lba-page-visit .lba-visit-schedule > div {
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 10px;
    min-height: 72px;
  }

  .lba-page-visit .lba-visit-schedule > div > strong {
    font-size: 15px;
  }

  .lba-page-visit .lba-visit-schedule > div > p {
    justify-content: space-between;
    gap: 7px;
    font-size: 15px;
  }

  .lba-page-visit .lba-visit-schedule small {
    grid-column: 2;
    margin-top: -12px;
    white-space: normal;
  }

  .lba-page-visit .lba-visit-schedule aside {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 24px;
  }

  .lba-page-visit .lba-visit-schedule aside a {
    justify-self: start;
    margin-top: 6px;
  }

  .lba-page-visit .lba-visit-address {
    padding: 28px 24px;
  }

  .lba-page-visit .lba-visit-address h3 {
    font-size: 20px;
  }

  .lba-page-visit .lba-visit-address > div,
  .lba-page-visit .lba-visit-address a {
    width: 100%;
  }

  .lba-page-visit .lba-media-label {
    align-items: flex-start;
    flex-direction: column;
    min-height: 0;
    padding: 17px 18px;
  }

  .lba-page-visit .root_daum_roughmap .wrap_map {
    height: 360px !important;
  }

  .lba-page-visit .lba-visit-photo-grid,
  .lba-page-visit .lba-parking-media {
    grid-template-columns: 1fr;
  }

  .lba-page-visit .lba-visit-photo-grid img,
  .lba-page-visit .lba-parking-media img {
    height: auto;
  }

  .lba-page-visit .lba-visit-photo-grid figcaption,
  .lba-page-visit .lba-parking-media figcaption {
    min-height: 0;
  }
}

/* Medical director editorial page */
.lba-page-doctor {
  --lba-editorial-brown: #735548;
  --lba-editorial-taupe: #aa8b7c;
  --lba-editorial-pale: #f6f4f2;
  --lba-editorial-warm: #f0ebe7;
  --lba-editorial-line: #ded7d2;
  --lba-editorial-muted: #746f6b;
  --lba-container: 1160px;
  background: #fff;
  color: var(--lba-editorial-brown);
  font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
}

.lba-page-doctor .lba-doctor-editorial-hero {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.94), transparent 42%),
    var(--lba-editorial-pale);
}

.lba-page-doctor .lba-doctor-editorial-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(115, 85, 72, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(115, 85, 72, 0.032) 1px, transparent 1px);
  background-size: 80px 80px;
  content: "";
  mask-image: linear-gradient(90deg, transparent, #000 42%, transparent 90%);
  pointer-events: none;
}

.lba-page-doctor .lba-doctor-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  gap: clamp(54px, 7vw, 100px);
  min-height: 700px;
  align-items: end;
}

.lba-page-doctor .lba-doctor-hero-copy {
  align-self: center;
  padding-block: 92px;
}

.lba-page-doctor .lba-doctor-hero-kicker,
.lba-page-doctor .lba-doctor-hero-en {
  margin: 0;
  color: var(--lba-editorial-taupe);
}

.lba-page-doctor .lba-doctor-hero-kicker {
  font-size: 18px;
  font-weight: 650;
  letter-spacing: 0.12em;
}

.lba-page-doctor .lba-doctor-hero-en {
  margin-top: 54px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  letter-spacing: 0.02em;
}

.lba-page-doctor .lba-doctor-hero-copy h1 {
  max-width: 650px;
  margin: 18px 0 0;
  color: var(--lba-editorial-brown);
  font-size: clamp(45px, 4.45vw, 68px);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1.17;
}

.lba-page-doctor .lba-doctor-hero-lead {
  margin: 28px 0 0;
  color: #5e5a57;
  font-size: 20px;
  font-weight: 600;
}

.lba-page-doctor .lba-doctor-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 54px;
  border-block: 1px solid var(--lba-editorial-line);
}

.lba-page-doctor .lba-doctor-hero-meta span {
  padding: 15px 26px 14px 0;
  color: var(--lba-editorial-muted);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.lba-page-doctor .lba-doctor-hero-meta span + span {
  padding-left: 26px;
  border-left: 1px solid var(--lba-editorial-line);
}

.lba-page-doctor .lba-doctor-hero-portrait {
  position: relative;
  align-self: end;
  height: 640px;
  margin: 0;
  overflow: hidden;
  border-radius: 32px 32px 0 0;
  background: #fff;
  box-shadow: 0 28px 72px rgba(66, 48, 41, 0.11);
}

.lba-page-doctor .lba-doctor-hero-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.lba-page-doctor .lba-doctor-hero-portrait::after {
  position: absolute;
  inset: auto 0 0;
  height: 30%;
  background: linear-gradient(transparent, rgba(42, 32, 28, 0.5));
  content: "";
}

.lba-page-doctor .lba-doctor-hero-portrait figcaption,
.lba-page-doctor .lba-doctor-conference figcaption {
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 24px;
  left: 30px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.11em;
}

.lba-page-doctor .lba-doctor-editorial-section {
  padding-block: 138px;
}

.lba-page-doctor .lba-doctor-career {
  background: var(--lba-editorial-pale);
}

.lba-page-doctor .lba-doctor-section-marker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 58px;
}

.lba-page-doctor .lba-doctor-section-marker::before {
  width: 32px;
  height: 1px;
  order: 2;
  background: var(--lba-editorial-line);
  content: "";
}

.lba-page-doctor .lba-doctor-section-marker strong,
.lba-page-doctor .lba-doctor-section-marker span {
  color: var(--lba-editorial-taupe);
  font-size: 18px;
}

.lba-page-doctor .lba-doctor-section-marker strong {
  font-weight: 500;
}

.lba-page-doctor .lba-doctor-section-marker span {
  order: 3;
  color: #7d7773;
  font-weight: 650;
  letter-spacing: 0.1em;
}

.lba-page-doctor .lba-doctor-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
  gap: clamp(56px, 7vw, 100px);
  align-items: center;
}

.lba-page-doctor .lba-doctor-conference {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 1.12 / 1;
  border-radius: 26px;
  background: #e8e5e2;
  box-shadow: 0 24px 56px rgba(66, 48, 41, 0.1);
}

.lba-page-doctor .lba-doctor-conference::after {
  position: absolute;
  inset: auto 0 0;
  height: 36%;
  background: linear-gradient(transparent, rgba(42, 32, 28, 0.62));
  content: "";
}

.lba-page-doctor .lba-doctor-conference img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lba-page-doctor .lba-doctor-story-copy > p:first-child,
.lba-page-doctor .lba-doctor-career-heading > p {
  margin: 0 0 14px;
  color: var(--lba-editorial-taupe);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.lba-page-doctor .lba-doctor-story-copy h2,
.lba-page-doctor .lba-doctor-career-heading h2 {
  margin: 0;
  color: var(--lba-editorial-brown);
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1.3;
}

.lba-page-doctor .lba-doctor-story-copy > p:not(:first-child) {
  margin: 34px 0 0;
  color: var(--lba-editorial-muted);
  font-size: 16px;
  line-height: 1.95;
}

.lba-page-doctor .lba-doctor-story-copy dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 46px 0 0;
  border-block: 1px solid var(--lba-editorial-line);
}

.lba-page-doctor .lba-doctor-story-copy dl > div {
  padding: 21px 18px 20px 0;
}

.lba-page-doctor .lba-doctor-story-copy dl > div + div {
  padding-left: 18px;
  border-left: 1px solid var(--lba-editorial-line);
}

.lba-page-doctor .lba-doctor-story-copy dt {
  color: var(--lba-editorial-brown);
  font-size: 22px;
  font-weight: 750;
}

.lba-page-doctor .lba-doctor-story-copy dd {
  margin: 5px 0 0;
  color: var(--lba-editorial-muted);
  font-size: 11px;
}

.lba-page-doctor .lba-doctor-career-heading {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}

.lba-page-doctor .lba-doctor-career-heading > span {
  display: block;
  margin-top: 20px;
  color: var(--lba-editorial-muted);
  font-size: 18px;
}

.lba-page-doctor .lba-doctor-career-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.lba-page-doctor .lba-doctor-career-card {
  grid-column: span 4;
  min-height: 350px;
  padding: 36px !important;
  border: 1px solid var(--lba-editorial-line);
  border-radius: 20px;
  background: #fff;
}

.lba-page-doctor .lba-doctor-career-card > span {
  display: block;
  margin-bottom: 20px;
  color: var(--lba-editorial-taupe);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
}

.lba-page-doctor .lba-doctor-career-card h3 {
  margin: 0 0 24px;
  color: var(--lba-editorial-brown);
  font-size: 24px;
  font-weight: 650;
}

.lba-page-doctor .lba-doctor-career-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lba-page-doctor .lba-doctor-career-card li {
  padding: 13px 0;
  border-top: 1px solid var(--lba-editorial-line);
  color: #5f5a57;
  font-size: 15px;
  line-height: 1.65;
}

.lba-page-doctor .lba-doctor-award {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--lba-editorial-brown);
}

.lba-page-doctor .lba-doctor-award > span,
.lba-page-doctor .lba-doctor-award h3 {
  color: #f4e8e1;
}

.lba-page-doctor .lba-doctor-award strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1;
}

.lba-page-doctor .lba-doctor-award h3 {
  margin-bottom: 0;
}

.lba-page-doctor .lba-doctor-former {
  grid-column: 1 / -1;
  min-height: 0;
}

.lba-page-doctor .lba-doctor-former ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 48px;
}

.lba-page-doctor .lba-doctor-closing {
  padding-block: 112px;
  background: var(--lba-editorial-brown);
  text-align: center;
}

.lba-page-doctor .lba-doctor-closing p,
.lba-page-doctor .lba-doctor-closing span {
  margin: 0;
  color: #d6bfb4;
}

.lba-page-doctor .lba-doctor-closing p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.lba-page-doctor .lba-doctor-closing h2 {
  margin: 18px 0;
  color: #fff;
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 650;
  letter-spacing: -0.05em;
}

.lba-page-doctor .lba-doctor-closing span {
  font-size: 16px;
}

@media (max-width: 900px) {
  .lba-page-doctor .lba-doctor-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.78fr);
    gap: 32px;
  }

  .lba-page-doctor .lba-doctor-hero-portrait {
    height: 590px;
  }

  .lba-page-doctor .lba-doctor-story-grid {
    gap: 48px;
  }

  .lba-page-doctor .lba-doctor-career-card {
    grid-column: span 6;
  }

  .lba-page-doctor .lba-doctor-award {
    grid-column: 1 / -1;
    min-height: 260px;
  }

  .lba-page-doctor .lba-doctor-former {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .lba-page-doctor .lba-doctor-editorial-hero {
    min-height: 0;
  }

  .lba-page-doctor .lba-doctor-hero-grid {
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
    gap: 0;
    min-height: 0;
  }

  .lba-page-doctor .lba-doctor-hero-portrait {
    width: 100%;
    height: 430px;
    border-radius: 0;
  }

  .lba-page-doctor .lba-doctor-hero-copy {
    width: min(100% - 40px, 520px);
    margin-inline: auto;
    padding-block: 58px 66px;
  }

  .lba-page-doctor .lba-doctor-hero-kicker {
    font-size: 14px;
  }

  .lba-page-doctor .lba-doctor-hero-en {
    margin-top: 32px;
    font-size: 18px;
  }

  .lba-page-doctor .lba-doctor-hero-copy h1 {
    font-size: 42px;
  }

  .lba-page-doctor .lba-doctor-hero-lead {
    font-size: 17px;
  }

  .lba-page-doctor .lba-doctor-hero-meta {
    margin-top: 38px;
  }

  .lba-page-doctor .lba-doctor-hero-meta span {
    padding-inline: 0 11px;
    font-size: 9px;
  }

  .lba-page-doctor .lba-doctor-hero-meta span + span {
    padding-left: 11px;
  }

  .lba-page-doctor .lba-doctor-editorial-section {
    padding-block: 78px;
  }

  .lba-page-doctor .lba-doctor-section-marker {
    align-items: flex-start;
    margin-bottom: 42px;
  }

  .lba-page-doctor .lba-doctor-section-marker strong,
  .lba-page-doctor .lba-doctor-section-marker span {
    font-size: 14px;
  }

  .lba-page-doctor .lba-doctor-section-marker span {
    max-width: 250px;
  }

  .lba-page-doctor .lba-doctor-story-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .lba-page-doctor .lba-doctor-conference {
    aspect-ratio: 1 / 1.08;
    border-radius: 20px;
  }

  .lba-page-doctor .lba-doctor-story-copy h2,
  .lba-page-doctor .lba-doctor-career-heading h2 {
    font-size: 34px;
  }

  .lba-page-doctor .lba-doctor-story-copy dl {
    margin-top: 34px;
  }

  .lba-page-doctor .lba-doctor-story-copy dl > div {
    padding-inline: 0 8px;
  }

  .lba-page-doctor .lba-doctor-story-copy dl > div + div {
    padding-left: 8px;
  }

  .lba-page-doctor .lba-doctor-story-copy dt {
    font-size: 17px;
  }

  .lba-page-doctor .lba-doctor-story-copy dd {
    font-size: 9px;
  }

  .lba-page-doctor .lba-doctor-career-heading {
    margin-bottom: 40px;
    text-align: left;
  }

  .lba-page-doctor .lba-doctor-career-heading > span {
    font-size: 15px;
    line-height: 1.7;
  }

  .lba-page-doctor .lba-doctor-career-grid {
    grid-template-columns: 1fr;
  }

  .lba-page-doctor .lba-doctor-career-card,
  .lba-page-doctor .lba-doctor-award,
  .lba-page-doctor .lba-doctor-former {
    grid-column: auto;
    min-height: 0;
    padding: 28px 24px !important;
  }

  .lba-page-doctor .lba-doctor-award {
    min-height: 230px;
  }

  .lba-page-doctor .lba-doctor-award strong {
    font-size: 58px;
  }

  .lba-page-doctor .lba-doctor-former ul {
    grid-template-columns: 1fr;
  }

  .lba-page-doctor .lba-doctor-closing {
    padding-block: 78px;
  }

  .lba-page-doctor .lba-doctor-closing h2 {
    font-size: 34px;
  }
}

body.labella-about-v1-page .content-area > .container,
body.labella-about-v1-page .content-area > .container > .row,
body.labella-about-v1-page .content-area > .container > .row > [class*="col-"],
body.labella-about-v1-page .content-area .site-main,
body.labella-about-v1-page .content-area article,
body.labella-about-v1-page .content-area .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.labella-about-v1-page .content-area > .container > .row > [class*="col-"] {
  flex: 0 0 100%;
}

body.labella-about-v1-page .content-area .entry-header,
body.labella-about-v1-page .content-area .post-thumbnail,
body.labella-about-v1-page .content-area .entry-footer {
  display: none;
}

.lba-v1 {
  --lba-ink: #151515;
  --lba-charcoal: #111210;
  --lba-charcoal-soft: #1b1c19;
  --lba-ivory: #f5f2ec;
  --lba-ivory-deep: #ebe5db;
  --lba-white: #fff;
  --lba-muted: #696861;
  --lba-muted-light: rgba(255, 255, 255, 0.68);
  --lba-gold: #c9a667;
  --lba-gold-dark: #8f6f36;
  --lba-line: #ddd7cc;
  --lba-line-dark: rgba(255, 255, 255, 0.16);
  --lba-font: "Pretendard Variable", Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  --lba-serif: Georgia, "Noto Serif KR", serif;
  --lba-container: 1280px;
  --lba-gutter: 40px;
  --lba-section: 104px;
  width: 100%;
  overflow: clip;
  background: var(--lba-white);
  color: var(--lba-ink);
  font-family: var(--lba-font);
  font-size: 16px;
  line-height: 1.72;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.lba-v1,
.lba-v1 * {
  box-sizing: border-box;
}

.lba-v1 img {
  display: block;
  max-width: 100%;
}

.lba-v1 a {
  color: inherit;
  text-decoration: none;
}

.lba-v1 .screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.lba-v1 h1,
.lba-v1 h2,
.lba-v1 h3,
.lba-v1 p,
.lba-v1 figure,
.lba-v1 blockquote,
.lba-v1 dl,
.lba-v1 dd,
.lba-v1 ul {
  margin-block-start: 0;
}

.lba-v1 .lba-inner {
  width: min(var(--lba-container), calc(100% - (var(--lba-gutter) * 2)));
  margin-inline: auto;
}

.lba-v1 .lba-section {
  position: relative;
  padding-block: var(--lba-section);
}

.lba-v1 .lba-section-dark {
  background: var(--lba-charcoal);
  color: var(--lba-white);
}

.lba-v1 .lba-section-ivory {
  background: var(--lba-ivory);
}

.lba-v1 .lba-eyebrow {
  margin: 0 0 14px;
  color: var(--lba-gold);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.19em;
}

.lba-v1 .lba-section-heading {
  max-width: 790px;
  margin-block-end: 54px;
}

.lba-v1 .lba-section-heading h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(32px, 3.2vw, 52px);
  font-weight: 780;
  line-height: 1.22;
  letter-spacing: -0.045em;
}

.lba-v1 .lba-section-heading > p:last-child:not(.lba-eyebrow) {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--lba-muted);
  font-size: 17px;
  line-height: 1.9;
}

.lba-v1 .lba-section-dark .lba-section-heading > p:last-child:not(.lba-eyebrow) {
  color: var(--lba-muted-light);
}

.lba-v1 .lba-hero {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  background: var(--lba-charcoal);
  color: var(--lba-white);
}

.lba-v1 .lba-hero-media,
.lba-v1 .lba-hero-shade {
  position: absolute;
  inset: 0;
}

.lba-v1 .lba-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.lba-v1 .lba-hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 9, 8, 0.92) 0%, rgba(8, 9, 8, 0.72) 39%, rgba(8, 9, 8, 0.24) 71%, rgba(8, 9, 8, 0.12) 100%),
    linear-gradient(0deg, rgba(8, 9, 8, 0.38), transparent 42%);
}

.lba-v1 .lba-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 660px;
  padding-block: 82px;
}

.lba-v1 .lba-hero-copy {
  width: min(680px, 62%);
}

.lba-v1 .lba-hero h1 {
  margin: 0;
  color: var(--lba-white);
  font-size: clamp(48px, 5.4vw, 78px);
  font-weight: 780;
  line-height: 1.13;
  letter-spacing: -0.055em;
}

.lba-v1 .lba-hero-lead {
  max-width: 610px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.85;
}

.lba-page-doctor .lba-hero-media-doctor {
  inset: 0 0 0 58%;
  width: 42%;
  overflow: hidden;
}

.lba-page-doctor .lba-hero-media-doctor img {
  object-position: left center;
  transform: scale(1.18);
  transform-origin: left center;
}

.lba-page-doctor .lba-hero-shade {
  background:
    linear-gradient(180deg, transparent 48%, #11131a 74%, #11131a 100%),
    linear-gradient(90deg, #11131a 0%, #11131a 46%, rgba(17, 19, 26, 0.5) 67%, rgba(17, 19, 26, 0.12) 100%);
}

.lba-v1 .lba-subnav {
  position: sticky;
  z-index: 25;
  top: 0;
  border-block-end: 1px solid var(--lba-line);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 30px rgba(27, 25, 20, 0.04);
  backdrop-filter: blur(14px);
}

.lba-v1 .lba-subnav-scroll {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}

.lba-v1 .lba-subnav-scroll::-webkit-scrollbar {
  display: none;
}

.lba-v1 .lba-subnav-link {
  position: relative;
  flex: 1 0 auto;
  min-width: 178px;
  padding: 23px 20px 21px;
  color: #66635d;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  transition: color 180ms ease, background 180ms ease;
}

.lba-v1 a.lba-subnav-link:hover,
.lba-v1 a.lba-subnav-link:focus-visible,
.lba-v1 .lba-subnav-link.is-active {
  color: var(--lba-ink);
  background: var(--lba-ivory);
}

.lba-v1 .lba-subnav-link.is-active::after {
  position: absolute;
  inset-inline: 24px;
  inset-block-end: -1px;
  height: 3px;
  background: var(--lba-gold);
  content: "";
}

.lba-v1 .lba-subnav-link.is-disabled {
  color: #aaa69e;
  cursor: default;
}

.lba-v1 .lba-subnav-link small {
  display: inline-block;
  margin-inline-start: 7px;
  padding: 3px 7px;
  border-radius: 999px;
  background: #eeeae2;
  color: #8a857d;
  font-size: 10px;
  font-weight: 750;
  vertical-align: 1px;
}

.lba-v1 .lba-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 9vw;
  align-items: start;
}

.lba-v1 .lba-intro-grid .lba-section-heading {
  margin: 0;
}

.lba-v1 .lba-prose {
  padding-block-start: 27px;
}

.lba-v1 .lba-prose p {
  margin: 0 0 20px;
  color: var(--lba-muted);
  font-size: 17px;
  line-height: 2;
}

.lba-v1 .lba-prose .lba-lead-copy {
  color: var(--lba-ink);
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 560;
  line-height: 1.68;
  letter-spacing: -0.025em;
}

.lba-v1 .lba-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--lba-line-dark);
  background: var(--lba-line-dark);
}

.lba-v1 .lba-feature {
  min-height: 290px;
  padding: 44px;
  background: var(--lba-charcoal-soft);
}

.lba-v1 .lba-feature-wide {
  grid-column: 1 / -1;
  min-height: 260px;
}

.lba-v1 .lba-feature span,
.lba-v1 .lba-value span,
.lba-v1 .lba-focus-grid article > span,
.lba-v1 .lba-route-list article > span,
.lba-v1 .lba-contact-grid a > span,
.lba-v1 .lba-next-card > span,
.lba-v1 .lba-card-label {
  display: block;
  margin-block-end: 25px;
  color: var(--lba-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.lba-v1 .lba-feature h3 {
  margin: 0 0 13px;
  color: var(--lba-white);
  font-size: 26px;
  line-height: 1.35;
}

.lba-v1 .lba-feature p {
  max-width: 650px;
  margin: 0;
  color: var(--lba-muted-light);
  line-height: 1.85;
}

.lba-v1 .lba-value-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.lba-v1 .lba-value {
  grid-column: span 2;
  min-height: 265px;
  padding: 34px;
  border: 1px solid var(--lba-line);
  border-radius: 3px;
  background: var(--lba-white);
}

.lba-v1 .lba-value:nth-child(4) {
  grid-column: 2 / span 2;
}

.lba-v1 .lba-value h3 {
  margin: 0 0 14px;
  color: var(--lba-ink);
  font-size: 21px;
  line-height: 1.45;
}

.lba-v1 .lba-value p {
  margin: 0;
  color: var(--lba-muted);
  font-size: 15px;
  line-height: 1.85;
}

.lba-v1 .lba-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.lba-v1 .lba-gallery-item {
  position: relative;
  grid-column: span 4;
  overflow: hidden;
  min-width: 0;
  margin: 0;
  border-radius: 3px;
  background: #d9d6cf;
}

.lba-v1 .lba-gallery-item-1,
.lba-v1 .lba-gallery-item-5 {
  grid-column: span 8;
}

.lba-v1 .lba-gallery-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 500ms ease;
}

.lba-v1 .lba-gallery-item-1 img,
.lba-v1 .lba-gallery-item-5 img {
  aspect-ratio: 2 / 1;
}

.lba-v1 .lba-gallery-item:hover img {
  transform: scale(1.025);
}

.lba-v1 .lba-gallery-item figcaption {
  position: absolute;
  inset-inline: 0;
  inset-block-end: 0;
  padding: 38px 18px 16px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
  color: var(--lba-white);
  font-size: 14px;
  font-weight: 650;
}

.lba-v1 .lba-next-section {
  padding-block: 0;
}

.lba-v1 .lba-next-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  max-width: none;
}

.lba-v1 .lba-next-card {
  min-height: 390px;
  padding: 70px max(40px, calc((100vw - var(--lba-container)) / 2));
  background: var(--lba-charcoal);
  color: var(--lba-white);
}

.lba-v1 .lba-next-card + .lba-next-card {
  background: #282620;
}

.lba-v1 .lba-next-card h2 {
  max-width: 520px;
  margin: 0 0 15px;
  color: inherit;
  font-size: clamp(28px, 2.5vw, 40px);
  line-height: 1.35;
  letter-spacing: -0.035em;
}

.lba-v1 .lba-next-card p {
  margin: 0 0 32px;
  color: var(--lba-muted-light);
}

.lba-v1 .lba-next-card b {
  color: var(--lba-gold);
  font-size: 14px;
}

.lba-v1 .lba-doctor-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.85fr) minmax(0, 1.15fr);
  gap: 8vw;
  align-items: center;
}

.lba-v1 .lba-portrait {
  margin: 0;
}

.lba-v1 .lba-portrait-frame {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #bec1c4;
}

.lba-v1 .lba-portrait img {
  position: relative;
  top: -18%;
  width: 100%;
  height: 155%;
  object-fit: cover;
  object-position: 28% center;
}

.lba-v1 .lba-portrait figcaption {
  padding-block-start: 13px;
  color: var(--lba-muted);
  font-size: 13px;
}

.lba-v1 .lba-doctor-copy .lba-section-heading {
  margin-block-end: 30px;
}

.lba-v1 .lba-doctor-copy > p {
  margin: 0;
  color: var(--lba-muted);
  font-size: 17px;
  line-height: 1.95;
}

.lba-v1 .lba-doctor-facts {
  margin: 38px 0 0;
  border-block-start: 1px solid var(--lba-line);
}

.lba-v1 .lba-doctor-facts > div {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 20px;
  padding-block: 14px;
  border-block-end: 1px solid var(--lba-line);
}

.lba-v1 .lba-doctor-facts dt {
  color: var(--lba-muted);
  font-size: 13px;
  font-weight: 700;
}

.lba-v1 .lba-doctor-facts dd {
  margin: 0;
  color: var(--lba-ink);
  font-size: 15px;
  font-weight: 600;
}

.lba-v1 .lba-career-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 80px;
}

.lba-v1 .lba-career-column h3 {
  margin: 0 0 24px;
  color: var(--lba-gold);
  font-size: 16px;
}

.lba-v1 .lba-career-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lba-v1 .lba-career-column li {
  padding: 13px 0;
  border-block-end: 1px solid var(--lba-line-dark);
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
}

.lba-v1 .lba-focus-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.lba-v1 .lba-focus-grid article {
  min-height: 265px;
  padding: 36px;
  border: 1px solid var(--lba-line);
  background: var(--lba-white);
}

.lba-v1 .lba-focus-grid h3 {
  margin: 0 0 13px;
  color: var(--lba-ink);
  font-size: 22px;
  line-height: 1.5;
}

.lba-v1 .lba-focus-grid p {
  margin: 0;
  color: var(--lba-muted);
  line-height: 1.85;
}

.lba-v1 .lba-care-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
  gap: 8vw;
  align-items: center;
}

.lba-v1 .lba-care-note h2 {
  margin: 0;
  color: var(--lba-ink);
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.35;
  letter-spacing: -0.04em;
}

.lba-v1 .lba-care-note > p {
  margin: 0;
  color: var(--lba-muted);
  line-height: 1.9;
}

.lba-v1 .lba-cta-section {
  background: #282620;
  color: var(--lba-white);
}

.lba-v1 .lba-cta {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}

.lba-v1 .lba-cta h2 {
  margin: 0 0 10px;
  color: inherit;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.3;
}

.lba-v1 .lba-cta p:not(.lba-eyebrow) {
  margin: 0;
  color: var(--lba-muted-light);
}

.lba-v1 .lba-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 56px;
  padding: 14px 24px;
  border: 1px solid var(--lba-gold);
  background: var(--lba-gold);
  color: #17150f;
  font-size: 14px;
  font-weight: 750;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.lba-v1 .lba-button:hover,
.lba-v1 .lba-button:focus-visible {
  border-color: var(--lba-white);
  background: var(--lba-white);
}

.lba-v1 .lba-button-light {
  border-color: var(--lba-white);
  background: var(--lba-white);
}

.lba-v1 .lba-button-outline {
  border-color: var(--lba-line-dark);
  background: transparent;
  color: var(--lba-white);
}

.lba-v1 .lba-hours-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(300px, 0.7fr);
  gap: 24px;
  align-items: stretch;
}

.lba-v1 .lba-hours-table-wrap {
  padding: 10px 34px;
  border-block: 1px solid var(--lba-line);
}

.lba-v1 .lba-hours-table {
  width: 100%;
  border-collapse: collapse;
}

.lba-v1 .lba-hours-table th,
.lba-v1 .lba-hours-table td {
  padding: 24px 10px;
  border-block-end: 1px solid #ebe7de;
  text-align: start;
}

.lba-v1 .lba-hours-table tr:last-child th,
.lba-v1 .lba-hours-table tr:last-child td {
  border-block-end: 0;
}

.lba-v1 .lba-hours-table th {
  width: 42%;
  color: var(--lba-ink);
  font-size: 15px;
  font-weight: 650;
}

.lba-v1 .lba-hours-table td {
  color: var(--lba-ink);
  font-size: 18px;
  font-weight: 720;
}

.lba-v1 .lba-hours-table td > span {
  margin-inline: 10px;
  color: #aaa59b;
}

.lba-v1 .lba-hours-table small {
  display: inline-block;
  margin-inline-start: 12px;
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--lba-ivory);
  color: var(--lba-gold-dark);
  font-size: 11px;
  font-weight: 750;
}

.lba-v1 .lba-hours-note {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px;
  background: var(--lba-charcoal);
  color: var(--lba-white);
}

.lba-v1 .lba-hours-note > span {
  margin-block-end: 22px;
  color: var(--lba-gold);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.12em;
}

.lba-v1 .lba-hours-note h3 {
  margin: 0 0 13px;
  color: inherit;
  font-size: 24px;
  line-height: 1.55;
}

.lba-v1 .lba-hours-note p {
  margin: 0 0 28px;
  color: var(--lba-muted-light);
  font-size: 14px;
  line-height: 1.8;
}

.lba-v1 .lba-hours-note a {
  padding-block-start: 22px;
  border-block-start: 1px solid var(--lba-line-dark);
  color: var(--lba-gold);
  font-size: 13px;
}

.lba-v1 .lba-hours-note strong {
  color: var(--lba-white);
  font-size: 27px;
  letter-spacing: -0.02em;
}

.lba-v1 .lba-location-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 24px;
}

.lba-v1 .lba-address-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 520px;
  padding: 48px;
  border: 1px solid var(--lba-line-dark);
  background:
    linear-gradient(155deg, rgba(201, 166, 103, 0.16), transparent 48%),
    #191a17;
}

.lba-v1 .lba-address-card h3 {
  max-width: 560px;
  margin: 0 0 16px;
  color: var(--lba-white);
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.45;
  letter-spacing: -0.04em;
}

.lba-v1 .lba-address-card > p {
  margin: 0;
  color: var(--lba-muted-light);
}

.lba-v1 .lba-map-actions {
  display: flex;
  gap: 10px;
  margin-block-start: 36px;
}

.lba-v1 .lba-route-list {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.lba-v1 .lba-route-list article {
  padding: 30px 34px;
  border: 1px solid var(--lba-line-dark);
  background: var(--lba-charcoal-soft);
}

.lba-v1 .lba-route-list article > span {
  margin-block-end: 12px;
}

.lba-v1 .lba-route-list h3 {
  margin: 0 0 8px;
  color: var(--lba-white);
  font-size: 20px;
}

.lba-v1 .lba-route-list p {
  margin: 0;
  color: var(--lba-muted-light);
  font-size: 14px;
  line-height: 1.75;
}

.lba-v1 .lba-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.lba-v1 .lba-contact-grid > a {
  min-height: 280px;
  padding: 40px;
  border: 1px solid var(--lba-line);
  background: var(--lba-white);
  transition: border-color 180ms ease, transform 180ms ease;
}

.lba-v1 .lba-contact-grid > a:hover,
.lba-v1 .lba-contact-grid > a:focus-visible {
  border-color: var(--lba-gold);
  transform: translateY(-2px);
}

.lba-v1 .lba-contact-grid h3 {
  margin: 0 0 10px;
  color: var(--lba-ink);
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.35;
}

.lba-v1 .lba-contact-grid p {
  margin: 0 0 30px;
  color: var(--lba-muted);
}

.lba-v1 .lba-contact-grid b {
  color: var(--lba-gold-dark);
  font-size: 14px;
}

.lba-v1 .lba-visit-note {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: 50px;
  margin-block-start: 60px;
  padding: 36px 40px;
  background: var(--lba-ivory);
}

.lba-v1 .lba-visit-note h3 {
  margin: 0;
  color: var(--lba-ink);
  font-size: 21px;
}

.lba-v1 .lba-visit-note ul {
  margin: 0;
  padding-inline-start: 19px;
  color: var(--lba-muted);
  font-size: 14px;
}

.lba-v1 .lba-visit-note li + li {
  margin-block-start: 6px;
}

/* Hospital introduction: editorial, image-led composition. */
.lba-page-about .lba-about-hero {
  min-height: 760px;
  background:
    radial-gradient(circle at 82% 18%, rgba(201, 166, 103, 0.18), transparent 27%),
    linear-gradient(135deg, #12130f 0%, #171813 54%, #29271f 100%);
}

.lba-page-about .lba-about-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 210px;
  background: linear-gradient(transparent, rgba(8, 9, 7, 0.76));
  content: "";
}

.lba-page-about .lba-about-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  gap: 5vw;
  align-items: center;
  min-height: 760px;
  padding-block: 70px 146px;
}

.lba-page-about .lba-about-hero-copy {
  position: relative;
  z-index: 3;
  max-width: 700px;
}

.lba-page-about .lba-about-hero-kicker {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.18em;
}

.lba-page-about .lba-about-hero h1 {
  font-size: clamp(48px, 5.1vw, 74px);
}

.lba-page-about .lba-about-hero .lba-hero-lead {
  max-width: 610px;
}

.lba-page-about .lba-hero-profile-link {
  display: inline-flex;
  gap: 30px;
  align-items: center;
  margin-block-start: 34px;
  padding-block-end: 8px;
  border-block-end: 1px solid rgba(255, 255, 255, 0.34);
  color: var(--lba-white);
  font-size: 14px;
  font-weight: 700;
}

.lba-page-about .lba-about-hero-portrait {
  position: relative;
  align-self: stretch;
  min-width: 0;
  margin: 0;
}

.lba-page-about .lba-about-hero-photo {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  mask-image: linear-gradient(to bottom, #000 0%, #000 77%, transparent 100%);
}

.lba-page-about .lba-about-hero-photo img {
  position: absolute;
  inset: 0 auto auto 0;
  width: auto;
  max-width: none;
  height: 100%;
  filter: saturate(0.86) contrast(1.02);
}

.lba-page-about .lba-about-hero-portrait figcaption {
  position: absolute;
  z-index: 2;
  inset-inline-end: 10px;
  inset-block-end: 6px;
  display: grid;
  color: var(--lba-white);
  text-align: end;
}

.lba-page-about .lba-about-hero-portrait figcaption strong {
  font-family: var(--lba-serif);
  font-size: 27px;
  font-weight: 500;
}

.lba-page-about .lba-about-hero-portrait figcaption small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
}

.lba-page-about .lba-about-hero-facts {
  position: absolute;
  z-index: 4;
  inset-inline-start: 0;
  inset-block-end: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(820px, 70%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(17, 18, 15, 0.7);
  backdrop-filter: blur(14px);
}

.lba-page-about .lba-about-hero-facts > div {
  display: grid;
  gap: 3px;
  padding: 21px 24px;
}

.lba-page-about .lba-about-hero-facts > div + div {
  border-inline-start: 1px solid rgba(255, 255, 255, 0.14);
}

.lba-page-about .lba-about-hero-facts strong {
  color: var(--lba-gold);
  font-family: var(--lba-serif);
  font-size: 24px;
  line-height: 1.2;
}

.lba-page-about .lba-about-hero-facts span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  font-weight: 650;
}

.lba-page-about .lba-about-hero-orbit,
.lba-page-about .lba-about-hero-orbit i {
  position: absolute;
  border: 1px solid rgba(201, 166, 103, 0.12);
  border-radius: 50%;
}

.lba-page-about .lba-about-hero-orbit {
  inset: -360px -180px auto auto;
  width: 900px;
  height: 900px;
}

.lba-page-about .lba-about-hero-orbit i:nth-child(1) { inset: 100px; }
.lba-page-about .lba-about-hero-orbit i:nth-child(2) { inset: 220px; }
.lba-page-about .lba-about-hero-orbit i:nth-child(3) { inset: 340px; }

.lba-page-about .lba-section-marker {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-block-end: 54px;
}

.lba-page-about .lba-section-marker strong {
  color: var(--lba-gold-dark);
  font-family: var(--lba-serif);
  font-size: 31px;
  font-weight: 500;
  line-height: 1;
}

.lba-page-about .lba-section-marker span {
  padding-inline-start: 16px;
  border-inline-start: 1px solid var(--lba-line);
  color: var(--lba-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.17em;
}

.lba-page-about .lba-section-dark .lba-section-marker span {
  border-color: var(--lba-line-dark);
  color: rgba(255, 255, 255, 0.46);
}

.lba-page-about .lba-mission {
  padding-block: 120px;
}

.lba-page-about .lba-mission-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(0, 1.12fr);
  gap: 7vw;
  align-items: center;
}

.lba-page-about .lba-mission-photo {
  position: relative;
  overflow: hidden;
  min-width: 0;
  margin: 0;
  aspect-ratio: 4 / 5;
  background: #d5d1c8;
}

.lba-page-about .lba-mission-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.56));
  content: "";
}

.lba-page-about .lba-mission-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lba-page-about .lba-mission-photo figcaption {
  position: absolute;
  z-index: 2;
  inset: auto 28px 24px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  font-weight: 650;
}

.lba-page-about .lba-mission-copy h2,
.lba-page-about .lba-values-heading h2,
.lba-page-about .lba-vision-statement h2,
.lba-page-about .lba-competency-head h2,
.lba-page-about .lba-space-heading h2,
.lba-page-about .lba-proof-heading h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(38px, 4.6vw, 66px);
  font-weight: 760;
  line-height: 1.15;
  letter-spacing: -0.05em;
}

.lba-page-about .lba-mission-statements {
  margin-block-start: 48px;
  border-block-start: 1px solid var(--lba-line);
}

.lba-page-about .lba-mission-statements p {
  margin: 0;
  padding: 31px 0 32px;
  border-block-end: 1px solid var(--lba-line);
  color: var(--lba-muted);
  font-size: clamp(18px, 1.8vw, 25px);
  line-height: 1.65;
}

.lba-page-about .lba-mission-statements strong {
  color: var(--lba-ink);
  font-size: 1.08em;
  font-weight: 720;
}

.lba-page-about .lba-values-heading,
.lba-page-about .lba-competency-head,
.lba-page-about .lba-space-heading,
.lba-page-about .lba-proof-heading {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: end;
  margin-block-end: 52px;
}

.lba-page-about .lba-values-heading > p,
.lba-page-about .lba-competency-head > p,
.lba-page-about .lba-space-heading > div > p,
.lba-page-about .lba-proof-heading > div > p {
  max-width: 520px;
  margin: 0;
  color: var(--lba-muted);
  font-size: 16px;
}

.lba-page-about .lba-value-mosaic {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, 250px);
  gap: 14px;
}

.lba-page-about .lba-value-tile {
  position: relative;
  grid-column: 6 / span 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--lba-line);
  background: var(--lba-white);
}

.lba-page-about .lba-value-tile::after {
  position: absolute;
  inset: auto -46px -64px auto;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(143, 111, 54, 0.16);
  border-radius: 50%;
  content: "";
}

.lba-page-about .lba-value-tile > span {
  color: var(--lba-gold-dark);
  font-family: var(--lba-serif);
  font-size: 19px;
}

.lba-page-about .lba-value-tile > strong {
  position: relative;
  z-index: 2;
  color: var(--lba-ink);
  font-size: clamp(23px, 2.2vw, 35px);
  line-height: 1.28;
  letter-spacing: -0.04em;
}

.lba-page-about .lba-value-tile em {
  color: var(--lba-gold);
  font-family: var(--lba-serif);
  font-size: 0.72em;
  font-weight: 500;
}

.lba-page-about .lba-value-tile > small {
  position: relative;
  z-index: 2;
  color: var(--lba-muted);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.12em;
}

.lba-page-about .lba-value-tile.is-hero {
  grid-column: 1 / span 5;
  grid-row: 1 / span 2;
  padding: 42px;
  background:
    radial-gradient(circle at 74% 24%, rgba(201, 166, 103, 0.22), transparent 29%),
    #20211d;
}

.lba-page-about .lba-value-tile.is-hero::after {
  inset: auto -70px -90px auto;
  width: 360px;
  height: 360px;
  border-color: rgba(201, 166, 103, 0.26);
}

.lba-page-about .lba-value-tile.is-hero > span,
.lba-page-about .lba-value-tile.is-hero > strong,
.lba-page-about .lba-value-tile.is-dark > strong,
.lba-page-about .lba-value-tile.is-dark > span {
  color: var(--lba-white);
}

.lba-page-about .lba-value-tile.is-hero > strong {
  font-size: clamp(38px, 4vw, 58px);
}

.lba-page-about .lba-value-tile.is-hero > small,
.lba-page-about .lba-value-tile.is-dark > small {
  color: rgba(255, 255, 255, 0.5);
}

.lba-page-about .lba-value-tile.is-dark {
  grid-column: 9 / span 4;
  background: #37362f;
}

.lba-page-about .lba-value-tile.is-wide {
  grid-column: 6 / span 4;
}

.lba-page-about .lba-value-tile.is-gold {
  grid-column: 10 / span 3;
  border-color: #c3a466;
  background: #c3a466;
}

.lba-page-about .lba-value-tile.is-gold > span,
.lba-page-about .lba-value-tile.is-gold > small {
  color: rgba(21, 21, 21, 0.62);
}

.lba-page-about .lba-vision {
  overflow: hidden;
  padding-block: 126px;
}

.lba-page-about .lba-vision-line {
  position: absolute;
  inset: -300px auto auto 34%;
  width: 700px;
  height: 700px;
  border: 1px solid rgba(201, 166, 103, 0.14);
  border-radius: 50%;
}

.lba-page-about .lba-vision-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
  gap: 8vw;
  align-items: start;
}

.lba-page-about .lba-vision-statement > p:last-child {
  max-width: 520px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.58);
}

.lba-page-about .lba-vision-word {
  display: grid;
  margin: 50px 0 0;
  color: var(--lba-white);
  font-family: var(--lba-serif);
  font-size: clamp(41px, 5vw, 70px);
  line-height: 1.12;
  letter-spacing: -0.055em;
}

.lba-page-about .lba-vision-word small {
  margin-block-start: 10px;
  color: var(--lba-gold);
  font-family: var(--lba-font);
  font-size: 0.29em;
  font-weight: 650;
  letter-spacing: 0.08em;
}

.lba-page-about .lba-vision-fields {
  margin: 0;
  padding: 0;
  border-block-start: 1px solid var(--lba-line-dark);
  list-style: none;
}

.lba-page-about .lba-vision-fields li {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 25px;
  align-items: center;
  min-height: 108px;
  padding: 24px 12px;
  border-block-end: 1px solid var(--lba-line-dark);
}

.lba-page-about .lba-vision-fields span {
  color: var(--lba-gold);
  font-family: var(--lba-serif);
  font-size: 16px;
}

.lba-page-about .lba-vision-fields strong {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 600;
}

.lba-page-about .lba-competency {
  padding-block: 120px;
}

.lba-page-about .lba-competency-head > p {
  align-self: end;
}

.lba-page-about .lba-competency-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--lba-line);
  background: var(--lba-line);
}

.lba-page-about .lba-competency-grid article {
  position: relative;
  min-height: 310px;
  padding: 38px;
  background: var(--lba-white);
}

.lba-page-about .lba-competency-grid article > span {
  color: var(--lba-gold-dark);
  font-family: var(--lba-serif);
  font-size: 16px;
}

.lba-page-about .lba-competency-symbol {
  position: absolute;
  inset: 28px 34px auto auto;
  color: #d6d0c5;
  font-family: var(--lba-serif);
  font-size: 58px;
  font-weight: 300;
  line-height: 1;
}

.lba-page-about .lba-competency-grid h3 {
  position: absolute;
  inset: auto 38px 36px;
  margin: 0;
  color: var(--lba-ink);
  font-size: clamp(23px, 2.4vw, 34px);
  font-weight: 650;
  line-height: 1.4;
  letter-spacing: -0.04em;
}

.lba-page-about .lba-space {
  padding-block: 120px;
}

.lba-page-about .lba-space-heading > div > p,
.lba-page-about .lba-proof-heading > div > p {
  margin-block-start: 17px;
}

.lba-page-about .lba-space-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  max-width: 540px;
  color: var(--lba-muted);
  font-size: 12px;
  font-weight: 700;
}

.lba-page-about .lba-space-flow span {
  padding: 7px 12px;
  border: 1px solid var(--lba-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
}

.lba-page-about .lba-space-flow i {
  align-self: center;
  color: var(--lba-gold-dark);
  font-style: normal;
}

.lba-page-about .lba-gallery {
  gap: 14px;
}

.lba-page-about .lba-gallery-item {
  border-radius: 0;
}

.lba-page-about .lba-gallery-item-1 {
  grid-column: span 8;
  grid-row: span 2;
}

.lba-page-about .lba-gallery-item-2,
.lba-page-about .lba-gallery-item-3 {
  grid-column: span 4;
}

.lba-page-about .lba-gallery-item-4,
.lba-page-about .lba-gallery-item-5,
.lba-page-about .lba-gallery-item-6,
.lba-page-about .lba-gallery-item-7 {
  grid-column: span 3;
}

.lba-page-about .lba-gallery-item img,
.lba-page-about .lba-gallery-item-1 img,
.lba-page-about .lba-gallery-item-5 img {
  aspect-ratio: 4 / 3;
}

.lba-page-about .lba-gallery-item-1 img {
  height: 100%;
  aspect-ratio: auto;
}

.lba-page-about .lba-gallery-item figcaption {
  padding: 50px 20px 18px;
}

.lba-page-about .lba-proof {
  padding-block: 126px 104px;
  background: #fff;
}

.lba-page-about .lba-proof-heading > a {
  flex: 0 0 auto;
  padding-block-end: 6px;
  border-block-end: 1px solid var(--lba-ink);
  color: var(--lba-ink);
  font-size: 13px;
  font-weight: 700;
}

.lba-page-about .lba-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lba-page-about .lba-proof-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 620px;
  border: 1px solid var(--lba-line);
  background: var(--lba-white);
  transition: transform 220ms ease, border-color 220ms ease;
}

.lba-page-about .lba-proof-card:hover,
.lba-page-about .lba-proof-card:focus-visible {
  border-color: var(--lba-gold);
  transform: translateY(-4px);
}

.lba-page-about .lba-proof-card > figure {
  overflow: hidden;
  height: 360px;
  margin: 0;
  background: #dedbd5;
}

.lba-page-about .lba-proof-card > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lba-page-about .lba-proof-card > div:last-child {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 31px 30px 28px;
}

.lba-page-about .lba-proof-card > div:last-child > span {
  color: var(--lba-gold-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.lba-page-about .lba-proof-card h3 {
  margin: 13px 0 10px;
  color: var(--lba-ink);
  font-size: 25px;
  line-height: 1.35;
}

.lba-page-about .lba-proof-card p {
  margin: 0 0 24px;
  color: var(--lba-muted);
  font-size: 14px;
  line-height: 1.75;
}

.lba-page-about .lba-proof-card b {
  margin-block-start: auto;
  color: var(--lba-gold-dark);
  font-size: 13px;
}

.lba-page-about .lba-before-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  height: 360px;
  padding: 0 !important;
}

.lba-page-about .lba-before-pair figure {
  position: relative;
  overflow: hidden;
  min-width: 0;
  margin: 0;
}

.lba-page-about .lba-before-pair figure + figure {
  border-inline-start: 2px solid var(--lba-white);
}

.lba-page-about .lba-before-pair img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lba-page-about .lba-before-pair figcaption {
  position: absolute;
  inset: auto 10px 10px;
  padding: 5px 8px;
  background: rgba(17, 18, 15, 0.72);
  color: var(--lba-white);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: center;
}

.lba-page-about .lba-proof-naver {
  position: relative;
  justify-content: flex-end;
  overflow: hidden;
  border-color: #04bb62;
  background: linear-gradient(150deg, #04c96a 0%, #02ad5a 100%);
}

.lba-page-about .lba-naver-mark {
  position: absolute;
  inset: 35px auto auto 32px;
  color: rgba(255, 255, 255, 0.98);
  font-family: Arial, sans-serif;
  font-size: clamp(110px, 13vw, 184px);
  font-weight: 900;
  line-height: 1;
}

.lba-page-about .lba-proof-naver::after {
  position: absolute;
  inset: -70px -120px auto auto;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  content: "";
}

.lba-page-about .lba-proof-naver > div:last-child {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  min-height: 260px;
  padding: 38px 32px;
  background: rgba(0, 91, 47, 0.18);
}

.lba-page-about .lba-proof-naver > div:last-child > span,
.lba-page-about .lba-proof-naver h3,
.lba-page-about .lba-proof-naver p,
.lba-page-about .lba-proof-naver b {
  color: var(--lba-white);
}

.lba-page-about .lba-proof-naver p {
  color: rgba(255, 255, 255, 0.78);
}

.lba-page-about .lba-proof-note {
  margin: 24px 0 0;
  color: #89867f;
  font-size: 12px;
  line-height: 1.7;
}

@media (max-width: 1100px) {
  .lba-v1 {
    --lba-container: 980px;
    --lba-section: 88px;
  }

  .lba-v1 .lba-hero,
  .lba-v1 .lba-hero-inner {
    min-height: 590px;
  }

  .lba-v1 .lba-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lba-v1 .lba-value,
  .lba-v1 .lba-value:nth-child(4) {
    grid-column: auto;
  }

  .lba-v1 .lba-value:last-child {
    grid-column: 1 / -1;
  }

  .lba-v1 .lba-doctor-grid {
    gap: 60px;
  }

  .lba-v1 .lba-hours-layout,
  .lba-v1 .lba-location-grid {
    grid-template-columns: 1fr;
  }

  .lba-v1 .lba-hours-note {
    min-height: 310px;
  }

  .lba-v1 .lba-address-card {
    min-height: 430px;
  }

  .lba-page-about .lba-about-hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.72fr);
    gap: 30px;
  }

  .lba-page-about .lba-about-hero-facts {
    width: min(780px, 82%);
  }

  .lba-page-about .lba-mission-layout {
    gap: 60px;
  }

  .lba-page-about .lba-vision-layout {
    gap: 55px;
  }

  .lba-page-about .lba-proof-card {
    min-height: 570px;
  }

  .lba-page-about .lba-proof-card > figure,
  .lba-page-about .lba-before-pair {
    height: 310px;
  }
}

@media (max-width: 780px) {
  .lba-v1 {
    --lba-gutter: 22px;
    --lba-section: 72px;
    word-break: normal;
  }

  .lba-v1 .lba-section-heading {
    margin-block-end: 38px;
  }

  .lba-v1 .lba-section-heading h2 {
    font-size: clamp(29px, 9vw, 40px);
  }

  .lba-v1 .lba-section-heading > p:last-child:not(.lba-eyebrow) {
    margin-block-start: 17px;
    font-size: 15px;
    line-height: 1.8;
  }

  .lba-v1 .lba-hero,
  .lba-v1 .lba-hero-inner {
    min-height: 610px;
  }

  .lba-v1 .lba-hero-inner {
    align-items: flex-end;
    padding-block: 68px 62px;
  }

  .lba-v1 .lba-hero-copy {
    width: 100%;
  }

  .lba-v1 .lba-hero h1 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .lba-v1 .lba-hero-lead {
    margin-block-start: 20px;
    font-size: 16px;
    line-height: 1.75;
  }

  .lba-v1 .lba-hero-shade {
    background: linear-gradient(180deg, rgba(8, 9, 8, 0.16) 0%, rgba(8, 9, 8, 0.22) 30%, rgba(8, 9, 8, 0.94) 100%);
  }

  .lba-page-doctor .lba-hero-media-doctor {
    inset: 0;
    width: 100%;
  }

  .lba-page-doctor .lba-hero-media-doctor img {
    object-position: left center;
    transform: scale(1.08);
  }

  .lba-page-doctor .lba-hero-shade {
    background: linear-gradient(180deg, rgba(17, 19, 26, 0.12), rgba(17, 19, 26, 0.32) 36%, #11131a 70%, #11131a 100%);
  }

  .lba-v1 .lba-subnav-link {
    min-width: max-content;
    padding: 19px 17px 18px;
    font-size: 13px;
  }

  .lba-v1 .lba-intro-grid,
  .lba-v1 .lba-doctor-grid,
  .lba-v1 .lba-career-grid,
  .lba-v1 .lba-care-note,
  .lba-v1 .lba-visit-note {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .lba-v1 .lba-prose {
    padding-block-start: 0;
  }

  .lba-v1 .lba-prose .lba-lead-copy {
    font-size: 21px;
  }

  .lba-v1 .lba-feature-grid,
  .lba-v1 .lba-focus-grid,
  .lba-v1 .lba-contact-grid,
  .lba-v1 .lba-next-grid {
    grid-template-columns: 1fr;
  }

  .lba-v1 .lba-feature,
  .lba-v1 .lba-feature-wide {
    grid-column: auto;
    min-height: 0;
    padding: 32px 26px;
  }

  .lba-v1 .lba-value-grid {
    grid-template-columns: 1fr;
  }

  .lba-v1 .lba-value,
  .lba-v1 .lba-value:last-child {
    grid-column: auto;
    min-height: 0;
    padding: 28px 24px;
  }

  .lba-v1 .lba-gallery {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .lba-v1 .lba-gallery-item,
  .lba-v1 .lba-gallery-item-1,
  .lba-v1 .lba-gallery-item-5 {
    grid-column: auto;
  }

  .lba-v1 .lba-gallery-item img,
  .lba-v1 .lba-gallery-item-1 img,
  .lba-v1 .lba-gallery-item-5 img {
    aspect-ratio: 4 / 3;
  }

  .lba-v1 .lba-next-card {
    min-height: 330px;
    padding: 54px var(--lba-gutter);
  }

  .lba-v1 .lba-doctor-grid {
    gap: 42px;
  }

  .lba-v1 .lba-portrait-frame {
    aspect-ratio: 4 / 4.6;
  }

  .lba-v1 .lba-career-grid {
    gap: 42px;
  }

  .lba-v1 .lba-focus-grid article {
    min-height: 0;
    padding: 30px 25px;
  }

  .lba-v1 .lba-cta {
    display: grid;
    gap: 32px;
  }

  .lba-v1 .lba-cta .lba-button {
    width: 100%;
  }

  .lba-v1 .lba-hours-table-wrap {
    overflow: visible;
    padding-inline: 0;
  }

  .lba-v1 .lba-hours-table {
    min-width: 0;
  }

  .lba-v1 .lba-hours-table tr {
    display: grid;
    grid-template-columns: minmax(122px, 0.9fr) minmax(0, 1.1fr);
    gap: 12px;
    border-block-end: 1px solid #ebe7de;
  }

  .lba-v1 .lba-hours-table tr:last-child {
    border-block-end: 0;
  }

  .lba-v1 .lba-hours-table th,
  .lba-v1 .lba-hours-table td {
    width: auto;
    border-block-end: 0;
  }

  .lba-v1 .lba-hours-table td {
    font-size: 15px;
    white-space: nowrap;
  }

  .lba-v1 .lba-hours-table th {
    font-size: 13px;
  }

  .lba-v1 .lba-hours-table td > span {
    margin-inline: 4px;
  }

  .lba-v1 .lba-hours-table small {
    display: block;
    width: max-content;
    margin: 7px 0 0;
  }

  .lba-v1 .lba-hours-note,
  .lba-v1 .lba-address-card {
    min-height: 0;
    padding: 34px 26px;
  }

  .lba-v1 .lba-map-actions {
    display: grid;
  }

  .lba-v1 .lba-route-list article,
  .lba-v1 .lba-contact-grid > a {
    min-height: 0;
    padding: 28px 25px;
  }

  .lba-v1 .lba-visit-note {
    margin-block-start: 38px;
    padding: 30px 25px;
  }

  .lba-page-about .lba-about-hero,
  .lba-page-about .lba-about-hero-inner {
    min-height: 820px;
  }

  .lba-page-about .lba-about-hero-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-block: 390px 130px;
  }

  .lba-page-about .lba-about-hero::after {
    z-index: 1;
    height: 590px;
    background: linear-gradient(transparent, rgba(12, 13, 10, 0.96) 47%, #11120f 100%);
  }

  .lba-page-about .lba-about-hero-copy {
    width: 100%;
  }

  .lba-page-about .lba-about-hero h1 {
    font-size: clamp(38px, 11.5vw, 54px);
  }

  .lba-page-about .lba-about-hero-kicker {
    margin-block-end: 17px;
  }

  .lba-page-about .lba-about-hero .lba-hero-lead {
    font-size: 15px;
    line-height: 1.72;
  }

  .lba-page-about .lba-hero-profile-link {
    margin-block-start: 22px;
  }

  .lba-page-about .lba-about-hero-portrait {
    position: absolute;
    inset: 0 -90px auto 18%;
    height: 490px;
  }

  .lba-page-about .lba-about-hero-photo img {
    inset: 0 auto auto 0;
    width: auto;
    height: 100%;
  }

  .lba-page-about .lba-about-hero-portrait figcaption {
    display: none;
  }

  .lba-page-about .lba-about-hero-facts {
    inset-block-end: 18px;
    width: 100%;
  }

  .lba-page-about .lba-about-hero-facts > div {
    padding: 14px 11px;
  }

  .lba-page-about .lba-about-hero-facts strong {
    font-size: 19px;
  }

  .lba-page-about .lba-about-hero-facts span {
    font-size: 9px;
  }

  .lba-page-about .lba-about-hero-orbit {
    inset: -400px -420px auto auto;
  }

  .lba-page-about .lba-section-marker {
    margin-block-end: 38px;
  }

  .lba-page-about .lba-section-marker strong {
    font-size: 26px;
  }

  .lba-page-about .lba-mission,
  .lba-page-about .lba-vision,
  .lba-page-about .lba-competency,
  .lba-page-about .lba-space,
  .lba-page-about .lba-proof {
    padding-block: 78px;
  }

  .lba-page-about .lba-mission-layout,
  .lba-page-about .lba-vision-layout {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .lba-page-about .lba-mission-photo {
    aspect-ratio: 16 / 11;
  }

  .lba-page-about .lba-mission-copy h2,
  .lba-page-about .lba-values-heading h2,
  .lba-page-about .lba-vision-statement h2,
  .lba-page-about .lba-competency-head h2,
  .lba-page-about .lba-space-heading h2,
  .lba-page-about .lba-proof-heading h2 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .lba-page-about .lba-mission-statements {
    margin-block-start: 32px;
  }

  .lba-page-about .lba-mission-statements p {
    padding-block: 24px;
    font-size: 18px;
  }

  .lba-page-about .lba-values-heading,
  .lba-page-about .lba-competency-head,
  .lba-page-about .lba-space-heading,
  .lba-page-about .lba-proof-heading {
    display: grid;
    gap: 18px;
    align-items: start;
    margin-block-end: 36px;
  }

  .lba-page-about .lba-value-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 330px repeat(2, 190px);
    gap: 10px;
  }

  .lba-page-about .lba-value-tile,
  .lba-page-about .lba-value-tile.is-hero,
  .lba-page-about .lba-value-tile.is-dark,
  .lba-page-about .lba-value-tile.is-wide,
  .lba-page-about .lba-value-tile.is-gold {
    grid-column: auto;
    grid-row: auto;
    padding: 22px;
  }

  .lba-page-about .lba-value-tile.is-hero,
  .lba-page-about .lba-value-tile.is-wide {
    grid-column: 1 / -1;
  }

  .lba-page-about .lba-value-tile.is-hero {
    padding: 30px;
  }

  .lba-page-about .lba-value-tile > strong {
    font-size: 22px;
  }

  .lba-page-about .lba-value-tile.is-hero > strong {
    font-size: 42px;
  }

  .lba-page-about .lba-vision-word {
    margin-block-start: 32px;
    font-size: 44px;
  }

  .lba-page-about .lba-vision-fields {
    margin-block-start: 12px;
  }

  .lba-page-about .lba-vision-fields li {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 14px;
    min-height: 82px;
    padding-inline: 5px;
  }

  .lba-page-about .lba-vision-fields strong {
    font-size: 17px;
  }

  .lba-page-about .lba-competency-grid {
    grid-template-columns: 1fr;
  }

  .lba-page-about .lba-competency-grid article {
    min-height: 220px;
    padding: 28px;
  }

  .lba-page-about .lba-competency-grid h3 {
    inset: auto 28px 26px;
    font-size: 23px;
  }

  .lba-page-about .lba-competency-symbol {
    inset: 21px 25px auto auto;
    font-size: 45px;
  }

  .lba-page-about .lba-space-flow {
    justify-content: flex-start;
  }

  .lba-page-about .lba-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .lba-page-about .lba-gallery-item,
  .lba-page-about .lba-gallery-item-1,
  .lba-page-about .lba-gallery-item-2,
  .lba-page-about .lba-gallery-item-3,
  .lba-page-about .lba-gallery-item-4,
  .lba-page-about .lba-gallery-item-5,
  .lba-page-about .lba-gallery-item-6,
  .lba-page-about .lba-gallery-item-7 {
    grid-column: span 1;
    grid-row: auto;
  }

  .lba-page-about .lba-gallery-item-1 {
    grid-column: 1 / -1;
  }

  .lba-page-about .lba-gallery-item img,
  .lba-page-about .lba-gallery-item-1 img,
  .lba-page-about .lba-gallery-item-5 img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .lba-page-about .lba-gallery-item-1 img {
    aspect-ratio: 4 / 3;
  }

  .lba-page-about .lba-gallery-item figcaption {
    padding: 40px 12px 12px;
    font-size: 11px;
  }

  .lba-page-about .lba-proof-heading > a {
    width: max-content;
  }

  .lba-page-about .lba-proof-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .lba-page-about .lba-proof-card {
    min-height: 0;
  }

  .lba-page-about .lba-proof-card > figure,
  .lba-page-about .lba-before-pair {
    height: 370px;
  }

  .lba-page-about .lba-proof-naver {
    min-height: 480px;
  }
}

@media (max-width: 480px) {
  .lba-v1 .lba-hero,
  .lba-v1 .lba-hero-inner {
    min-height: 570px;
  }

  .lba-v1 .lba-hero h1 {
    font-size: 39px;
  }

  .lba-v1 .lba-doctor-facts > div {
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 12px;
  }

  .lba-v1 .lba-hours-table th,
  .lba-v1 .lba-hours-table td {
    padding-block: 20px;
  }

  .lba-v1 .lba-address-card h3 {
    font-size: 28px;
  }

  .lba-page-about .lba-about-hero,
  .lba-page-about .lba-about-hero-inner {
    min-height: 790px;
  }

  .lba-page-about .lba-about-hero-inner {
    padding-block-start: 360px;
  }

  .lba-page-about .lba-about-hero-portrait {
    inset-inline-start: 2%;
    height: 450px;
  }

  .lba-page-about .lba-about-hero h1 {
    font-size: 37px;
  }

  .lba-page-about .lba-about-hero-facts > div {
    padding-inline: 8px;
  }

  .lba-page-about .lba-about-hero-facts strong {
    font-size: 17px;
  }

  .lba-page-about .lba-about-hero-facts span {
    letter-spacing: -0.03em;
  }

  .lba-page-about .lba-value-mosaic {
    grid-template-rows: 300px repeat(2, 175px);
  }

  .lba-page-about .lba-value-tile {
    padding: 18px;
  }

  .lba-page-about .lba-value-tile > strong {
    font-size: 19px;
  }

  .lba-page-about .lba-value-tile > small {
    font-size: 8px;
    letter-spacing: 0.06em;
  }

  .lba-page-about .lba-proof-card > figure,
  .lba-page-about .lba-before-pair {
    height: 310px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lba-v1 *,
  .lba-v1 *::before,
  .lba-v1 *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Hospital introduction editorial renewal · 2026-08-28 */
.lba-page-about {
  --lba-editorial-brown: #735548;
  --lba-editorial-taupe: #aa8b7c;
  --lba-editorial-pale: #f6f4f2;
  --lba-editorial-warm: #f0ebe7;
  --lba-editorial-line: #ded7d2;
  --lba-editorial-muted: #746f6b;
  --lba-container: 1160px;
  background: #fff;
  font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
}

.lba-page-about .lba-about-hero {
  display: flex;
  min-height: 580px;
  padding: 0;
  overflow: hidden;
  background: #f3f0ee;
  color: var(--lba-editorial-brown);
}

.lba-page-about .lba-about-hero-media {
  position: absolute;
  z-index: 0;
  inset: 0;
}

.lba-page-about .lba-about-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

.lba-page-about .lba-about-hero-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(250, 249, 248, 0.98) 0%, rgba(250, 249, 248, 0.91) 35%, rgba(250, 249, 248, 0.32) 61%, rgba(250, 249, 248, 0) 78%);
  pointer-events: none;
}

.lba-page-about .lba-about-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(115, 85, 72, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(115, 85, 72, 0.035) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to right, transparent 18%, #000 68%, transparent);
  z-index: 1;
  opacity: 0.35;
  pointer-events: none;
}

.lba-page-about .lba-about-hero::after {
  display: none;
}

.lba-page-about .lba-about-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 580px;
  align-items: center;
  padding-block: 88px 96px;
}

.lba-page-about .lba-about-hero-copy {
  width: min(820px, 100%);
  max-width: none;
}

.lba-page-about .lba-about-hero-kicker {
  margin: 0 0 20px;
  color: var(--lba-editorial-taupe);
  font-family: inherit;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.035em;
  text-transform: none;
}

.lba-page-about .lba-about-hero h1 {
  margin: 0;
  color: var(--lba-editorial-brown);
  font-family: inherit;
  font-size: clamp(41.8px, 3.025vw, 55px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.12;
}

.lba-page-about .lba-about-hero .lba-hero-lead {
  max-width: 100%;
  margin: 32px 0 0;
  color: #5e5a57;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.8;
}

.lba-page-about .lba-editorial-section {
  padding-block: 138px;
}

.lba-page-about .lba-editorial-section:nth-of-type(even) {
  background: var(--lba-editorial-pale);
}

.lba-page-about .lba-section-marker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 58px;
  color: var(--lba-editorial-brown);
}

.lba-page-about .lba-section-marker::before {
  width: 32px;
  height: 1px;
  order: 2;
  background: var(--lba-editorial-line);
  content: "";
}

.lba-page-about .lba-section-marker strong {
  color: var(--lba-editorial-taupe);
  font-family: inherit;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.lba-page-about .lba-section-marker span {
  order: 3;
  color: #7d7773;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.lba-page-about .lba-editorial-split {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
  gap: clamp(56px, 7vw, 100px);
  align-items: center;
}

.lba-page-about .lba-editorial-split.is-reversed {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.lba-page-about .lba-doctor-feature,
.lba-page-about .lba-mission-photo {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 26px;
  background: #e8e5e2;
  box-shadow: 0 24px 56px rgba(66, 48, 41, 0.1);
}

.lba-page-about .lba-doctor-feature {
  aspect-ratio: 1 / 1.08;
}

.lba-page-about .lba-mission-photo {
  aspect-ratio: 1.12 / 1;
}

.lba-page-about .lba-doctor-feature::after,
.lba-page-about .lba-mission-photo::after {
  position: absolute;
  inset: auto 0 0;
  height: 36%;
  background: linear-gradient(transparent, rgba(42, 32, 28, 0.62));
  content: "";
}

.lba-page-about .lba-doctor-feature img,
.lba-page-about .lba-mission-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lba-page-about .lba-doctor-feature img {
  object-position: 84% top;
}

.lba-page-about .lba-doctor-feature figcaption,
.lba-page-about .lba-mission-photo figcaption {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 24px;
  left: 28px;
  color: rgba(255, 255, 255, 0.9);
  font-family: inherit;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.13em;
}

.lba-page-about .lba-editorial-copy {
  max-width: 520px;
}

.lba-page-about .lba-section-en,
.lba-page-about .lba-editorial-heading > p {
  margin: 0 0 12px;
  color: var(--lba-editorial-taupe);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.025em;
}

.lba-page-about .lba-editorial-copy h2,
.lba-page-about .lba-editorial-heading h2 {
  margin: 0;
  color: var(--lba-editorial-brown);
  font-family: inherit;
  font-size: clamp(40px, 4vw, 40px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 1.18;
}

.lba-page-about .lba-editorial-copy > p:not(.lba-section-en):not(.lba-editorial-emphasis) {
  margin: 34px 0 0;
  color: #5e5a57;
  font-size: 16px;
  line-height: 1.9;
}

.lba-page-about .lba-editorial-emphasis {
  margin: 28px 0 0;
  padding-top: 28px;
  border-top: 1px solid var(--lba-editorial-line);
  color: #292624;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.72;
}

.lba-page-about .lba-editorial-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 38px 0 0;
  border-block: 1px solid var(--lba-editorial-line);
}

.lba-page-about .lba-editorial-facts > div {
  padding: 22px 18px 20px 0;
}

.lba-page-about .lba-editorial-facts > div + div {
  padding-left: 20px;
  border-left: 1px solid var(--lba-editorial-line);
}

.lba-page-about .lba-editorial-facts dt {
  color: var(--lba-editorial-brown);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.lba-page-about .lba-editorial-facts dd {
  margin: 8px 0 0;
  color: var(--lba-editorial-muted);
  font-size: 12px;
  line-height: 1.45;
}

.lba-page-about .lba-mission {
  background: var(--lba-editorial-pale);
}

.lba-page-about .lba-mission-statements {
  margin-top: 36px;
  border-top: 1px solid var(--lba-editorial-line);
}

.lba-page-about .lba-mission-statements p {
  margin: 0;
  padding-block: 26px;
  border-bottom: 1px solid var(--lba-editorial-line);
  color: #5e5a57;
  font-size: 18px;
  line-height: 1.75;
}

.lba-page-about .lba-mission-statements strong {
  color: #272422;
  font-weight: 600;
}

.lba-page-about .lba-editorial-heading {
  margin-bottom: 56px;
}

.lba-page-about .lba-editorial-heading.is-centered {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.lba-page-about .lba-editorial-heading > span {
  display: block;
  margin-top: 20px;
  color: var(--lba-editorial-muted);
  font-size: 18px;
  line-height: 1.75;
}

.lba-page-about .lba-editorial-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.lba-page-about .lba-editorial-card {
  overflow: hidden;
  border: 1px solid var(--lba-editorial-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(71, 53, 45, 0.055);
}

.lba-page-about .lba-editorial-card.is-featured {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 1.2fr 0.8fr;
}

.lba-page-about .lba-editorial-card figure {
  height: 280px;
  margin: 0;
  overflow: hidden;
  background: #e8e4e1;
}

.lba-page-about .lba-editorial-card.is-featured figure {
  height: 100%;
  min-height: 300px;
}

.lba-page-about .lba-editorial-card img,
.lba-page-about .lba-vision-card img,
.lba-page-about .lba-competency-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.lba-page-about .lba-editorial-card:hover img,
.lba-page-about .lba-vision-card:hover img,
.lba-page-about .lba-competency-card:hover img {
  transform: scale(1.025);
}

.lba-page-about .lba-editorial-card > div {
  position: relative;
  min-height: 206px;
  padding: 30px 34px 34px;
}

.lba-page-about .lba-editorial-card > div > span,
.lba-page-about .lba-vision-card span,
.lba-page-about .lba-competency-card span {
  color: var(--lba-editorial-taupe);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.lba-page-about .lba-editorial-card > div > small {
  display: block;
  margin-top: 14px;
  color: var(--lba-editorial-taupe);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-transform: none;
}

.lba-page-about .lba-editorial-card h3 {
  margin: 5px 0 0;
  color: var(--lba-editorial-brown);
  font-family: inherit;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.lba-page-about .lba-editorial-card p {
  margin: 13px 0 0;
  color: var(--lba-editorial-muted);
  font-size: 15px;
  line-height: 1.7;
}

.lba-page-about .lba-vision {
  background: var(--lba-editorial-warm);
  color: var(--lba-ink);
}

.lba-page-about .lba-vision-card-grid,
.lba-page-about .lba-competency-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.lba-page-about .lba-vision-card,
.lba-page-about .lba-competency-card {
  position: relative;
  min-height: 370px;
  overflow: hidden;
  border-radius: 24px;
  background: #ddd6d1;
  box-shadow: 0 14px 32px rgba(71, 53, 45, 0.08);
}

.lba-page-about .lba-vision-card figure,
.lba-page-about .lba-competency-card figure {
  position: absolute;
  inset: 0;
  margin: 0;
}

.lba-page-about .lba-vision-card::after,
.lba-page-about .lba-competency-card::after {
  position: absolute;
  inset: 34% 0 0;
  background: linear-gradient(transparent, rgba(28, 22, 19, 0.78));
  content: "";
}

.lba-page-about .lba-vision-card > div,
.lba-page-about .lba-competency-card > div {
  position: absolute;
  z-index: 2;
  right: 34px;
  bottom: 30px;
  left: 34px;
  color: #fff;
}

.lba-page-about .lba-vision-card span,
.lba-page-about .lba-competency-card span {
  color: rgba(255, 255, 255, 0.72);
}

.lba-page-about .lba-vision-card h3,
.lba-page-about .lba-competency-card h3 {
  max-width: 460px;
  margin: 10px 0 0;
  color: #fff;
  font-family: inherit;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.42;
}

.lba-page-about .lba-competency {
  background: #fff;
}

.lba-page-about .lba-vision-card {
  min-height: 0;
  border: 1px solid var(--lba-editorial-line);
  background: #fff;
}

.lba-page-about .lba-vision-card figure {
  position: relative;
  height: 280px;
}

.lba-page-about .lba-vision-card::after {
  display: none;
}

.lba-page-about .lba-vision-card > div {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  min-height: 132px;
  padding: 27px 32px 30px;
  background: #fff;
  color: var(--lba-editorial-brown);
}

.lba-page-about .lba-vision-card span {
  color: var(--lba-editorial-taupe);
}

.lba-page-about .lba-vision-card h3 {
  color: var(--lba-editorial-brown);
}

.lba-page-about .lba-space {
  background: var(--lba-editorial-pale);
}

.lba-page-about .lba-space,
.lba-page-about .lba-proof {
  padding-block: 126px;
}

.lba-page-about .lba-space-heading h2,
.lba-page-about .lba-proof-heading h2 {
  color: var(--lba-editorial-brown);
  font-family: inherit;
  font-size: clamp(40px, 4vw, 40px);
  font-weight: 400;
}

.lba-page-about .lba-gallery-item,
.lba-page-about .lba-proof-card {
  border-radius: 20px;
}

@media (max-width: 1024px) {
  .lba-page-about .lba-editorial-section {
    padding-block: 112px;
  }

  .lba-page-about .lba-editorial-split {
    gap: 46px;
  }

  .lba-page-about .lba-editorial-copy h2,
  .lba-page-about .lba-editorial-heading h2 {
    font-size: clamp(40px, 4vw, 40px);
  }

  .lba-page-about .lba-editorial-facts {
    grid-template-columns: 1fr;
  }

  .lba-page-about .lba-editorial-facts > div,
  .lba-page-about .lba-editorial-facts > div + div {
    padding: 14px 0;
    border-left: 0;
  }

  .lba-page-about .lba-editorial-facts > div + div {
    border-top: 1px solid var(--lba-editorial-line);
  }
}

@media (max-width: 767px) {
  .lba-page-about {
    --lba-gutter: 20px;
  }

  .lba-page-about .lba-about-hero,
  .lba-page-about .lba-about-hero-inner {
    min-height: 430px;
  }

  .lba-page-about .lba-about-hero {
    display: block;
    min-height: 0;
    background: #faf9f8;
  }

  .lba-page-about .lba-about-hero-media {
    position: relative;
    height: 280px;
  }

  .lba-page-about .lba-about-hero-media img {
    object-position: 62% center;
  }

  .lba-page-about .lba-about-hero-shade,
  .lba-page-about .lba-about-hero::before {
    display: none;
  }

  .lba-page-about .lba-about-hero-inner {
    min-height: 0;
    padding-block: 54px 64px;
  }

  .lba-page-about .lba-about-hero-kicker {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .lba-page-about .lba-about-hero h1 {
    font-size: clamp(41.8px, 3.025vw, 55px);
    line-height: 1.18;
  }

  .lba-page-about .lba-about-hero .lba-hero-lead {
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.82;
  }

  .lba-page-about .lba-editorial-section,
  .lba-page-about .lba-space,
  .lba-page-about .lba-proof {
    padding-block: 82px;
  }

  .lba-page-about .lba-section-marker {
    gap: 10px;
    margin-bottom: 36px;
  }

  .lba-page-about .lba-section-marker::before {
    width: 22px;
  }

  .lba-page-about .lba-section-marker strong {
    font-size: 18px;
  }

  .lba-page-about .lba-section-marker span {
    font-size: 18px;
    letter-spacing: 0.1em;
  }

  .lba-page-about .lba-editorial-split,
  .lba-page-about .lba-editorial-split.is-reversed {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .lba-page-about .lba-doctor-feature {
    aspect-ratio: 1 / 1.02;
  }

  .lba-page-about .lba-mission-photo {
    aspect-ratio: 4 / 3;
  }

  .lba-page-about .lba-doctor-feature,
  .lba-page-about .lba-mission-photo,
  .lba-page-about .lba-editorial-card,
  .lba-page-about .lba-vision-card,
  .lba-page-about .lba-competency-card {
    border-radius: 16px;
  }

  .lba-page-about .lba-editorial-copy h2,
  .lba-page-about .lba-editorial-heading h2 {
    font-size: clamp(40px, 4vw, 40px);
  }

  .lba-page-about .lba-section-en,
  .lba-page-about .lba-editorial-heading > p {
    font-size: 14px;
  }

  .lba-page-about .lba-editorial-copy > p:not(.lba-section-en):not(.lba-editorial-emphasis) {
    margin-top: 26px;
    font-size: 16px;
  }

  .lba-page-about .lba-editorial-emphasis {
    font-size: 17px;
  }

  .lba-page-about .lba-editorial-facts {
    grid-template-columns: repeat(3, 1fr);
  }

  .lba-page-about .lba-editorial-facts > div,
  .lba-page-about .lba-editorial-facts > div + div {
    padding: 18px 10px 18px 0;
    border-top: 0;
  }

  .lba-page-about .lba-editorial-facts > div + div {
    padding-left: 12px;
    border-left: 1px solid var(--lba-editorial-line);
  }

  .lba-page-about .lba-editorial-facts dt {
    font-size: 16px;
  }

  .lba-page-about .lba-editorial-facts dd {
    font-size: 10px;
  }

  .lba-page-about .lba-mission-statements p {
    padding-block: 21px;
    font-size: 15px;
  }

  .lba-page-about .lba-editorial-heading {
    margin-bottom: 38px;
  }

  .lba-page-about .lba-editorial-heading > span {
    margin-top: 16px;
    font-size: 18px;
  }

  .lba-page-about .lba-editorial-card-grid,
  .lba-page-about .lba-vision-card-grid,
  .lba-page-about .lba-competency-card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .lba-page-about .lba-editorial-card.is-featured {
    display: block;
    grid-column: auto;
  }

  .lba-page-about .lba-editorial-card figure,
  .lba-page-about .lba-editorial-card.is-featured figure {
    height: 210px;
    min-height: 0;
  }

  .lba-page-about .lba-editorial-card > div {
    min-height: 0;
    padding: 24px;
  }

  .lba-page-about .lba-editorial-card h3,
  .lba-page-about .lba-vision-card h3,
  .lba-page-about .lba-competency-card h3 {
    font-size: 21px;
  }

  .lba-page-about .lba-editorial-card p {
    font-size: 14px;
  }

  .lba-page-about .lba-vision-card,
  .lba-page-about .lba-competency-card {
    min-height: 280px;
  }

  .lba-page-about .lba-vision-card {
    min-height: 0;
  }

  .lba-page-about .lba-vision-card figure {
    height: 220px;
  }

  .lba-page-about .lba-vision-card > div {
    right: auto;
    bottom: auto;
    left: auto;
    min-height: 0;
    padding: 23px 24px 26px;
  }

  .lba-page-about .lba-competency-card > div {
    right: 24px;
    bottom: 22px;
    left: 24px;
  }
}

/* Medical director layout unified with the hospital introduction page */
.lba-page-doctor-unified .lba-doctor-profile-layout {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
}

.lba-page-doctor-unified .lba-doctor-profile-photo {
  position: relative;
  aspect-ratio: 1 / 1.12;
  margin: 0;
  overflow: hidden;
  border-radius: 26px;
  background: #f7f7f7;
  box-shadow: 0 24px 56px rgba(66, 48, 41, 0.1);
}

.lba-page-doctor-unified .lba-doctor-profile-photo::after {
  position: absolute;
  inset: auto 0 0;
  height: 28%;
  background: linear-gradient(transparent, rgba(42, 32, 28, 0.55));
  content: "";
  pointer-events: none;
}

.lba-page-doctor-unified .lba-doctor-profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.lba-page-doctor-unified .lba-doctor-profile-photo figcaption {
  position: absolute;
  z-index: 1;
  right: 28px;
  bottom: 24px;
  left: 28px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.lba-page-doctor-unified .lba-doctor-profile-copy {
  max-width: none;
}

.lba-page-doctor-unified .lba-doctor-profile-copy h2 {
  margin: 0;
  color: var(--lba-editorial-brown);
  font-family: inherit;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.25;
}

.lba-page-doctor-unified .lba-doctor-profile-lead {
  margin: 24px 0 0;
  color: #5e5a57;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.85;
}

.lba-page-doctor-unified .lba-doctor-profile-career {
  margin-top: 42px;
  border-top: 1px solid var(--lba-editorial-brown);
}

.lba-page-doctor-unified .lba-doctor-profile-career > section {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 26px;
  padding-block: 22px;
  border-bottom: 1px solid var(--lba-editorial-line);
}

.lba-page-doctor-unified .lba-doctor-profile-career h3 {
  margin: 0;
  color: var(--lba-editorial-taupe);
  font-size: 15px;
  font-weight: 750;
  letter-spacing: 0.02em;
}

.lba-page-doctor-unified .lba-doctor-profile-career ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lba-page-doctor-unified .lba-doctor-profile-career li {
  color: #4e4946;
  font-size: 16px;
  line-height: 1.75;
}

.lba-page-doctor-unified .lba-doctor-profile-career li + li {
  margin-top: 5px;
}

@media (max-width: 767px) {
  .lba-page-doctor-unified .lba-doctor-profile-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .lba-page-doctor-unified .lba-doctor-profile-photo {
    aspect-ratio: 1 / 1.08;
    border-radius: 16px;
  }

  .lba-page-doctor-unified .lba-doctor-profile-photo figcaption {
    right: 20px;
    bottom: 18px;
    left: 20px;
  }

  .lba-page-doctor-unified .lba-doctor-profile-copy h2 {
    font-size: 40px;
  }

  .lba-page-doctor-unified .lba-doctor-profile-lead {
    margin-top: 20px;
    font-size: 16px;
  }

  .lba-page-doctor-unified .lba-doctor-profile-career {
    margin-top: 34px;
  }

  .lba-page-doctor-unified .lba-doctor-profile-career > section {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-block: 20px;
  }

  .lba-page-doctor-unified .lba-doctor-profile-career li {
    font-size: 15px;
  }
}

/* Visit page layout unified with the hospital introduction page */
.lba-page-visit-unified .lba-visit-hours,
.lba-page-visit-unified .lba-visit-parking {
  background: transparent;
}

.lba-page-visit-unified .lba-visit-heading > p {
  margin: 0 0 12px;
  color: var(--lba-editorial-taupe);
  font-family: inherit;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.025em;
}

.lba-page-visit-unified .lba-visit-photo-grid.is-single {
  grid-template-columns: 1fr;
}

.lba-page-visit-unified .lba-visit-photo-grid.is-single img {
  height: auto;
  object-fit: contain;
}

.lba-page-doctor-unified .lba-doctor-unified-hero .lba-about-hero-media img {
  object-position: center 52%;
}

.lba-page-visit-unified .lba-visit-unified-hero .lba-about-hero-media img {
  object-position: center 58%;
}

.lba-page-visit-unified .lba-map-link {
  justify-content: flex-start;
  min-width: 206px;
  gap: 11px;
  padding: 10px 13px;
}

.lba-page-visit-unified .lba-map-link > span:nth-child(2) {
  flex: 1;
}

.lba-page-visit-unified .lba-map-channel-icon {
  display: inline-flex;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.lba-page-visit-unified .lba-map-link.is-naver .lba-map-channel-icon {
  background: #03c75a;
  color: #fff;
}

.lba-page-visit-unified .lba-map-link.is-kakao .lba-map-channel-icon {
  background: #fee500;
  color: #191919;
}

.lba-page-visit-unified .lba-map-channel-icon svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.lba-page-visit-unified .lba-parking-heading {
  margin-bottom: 50px;
}

.lba-page-visit-unified .lba-parking-heading > p {
  margin: 0 0 12px;
  color: var(--lba-editorial-taupe);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.025em;
}

.lba-page-visit-unified .lba-parking-heading h2 {
  margin: 0;
  color: var(--lba-editorial-brown);
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.25;
}

.lba-page-visit-unified .lba-parking-heading > span {
  display: block;
  margin-top: 16px;
  color: var(--lba-editorial-muted);
  font-size: 16px;
  line-height: 1.75;
}

.lba-page-visit-unified .lba-parking-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 24px;
  align-items: stretch;
}

.lba-page-visit-unified .lba-parking-map-card,
.lba-page-visit-unified .lba-parking-entrance-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--lba-editorial-line);
  border-radius: 22px;
  background: #fff;
}

.lba-page-visit-unified .lba-parking-map-card {
  display: flex;
  flex-direction: column;
}

.lba-page-visit-unified .lba-parking-map-card img {
  flex: 1;
  width: 100%;
  min-height: 470px;
  object-fit: contain;
  background: #fff;
}

.lba-page-visit-unified .lba-parking-side {
  display: grid;
  gap: 24px;
}

.lba-page-visit-unified .lba-parking-info-card {
  padding: 31px 32px 29px;
  border-radius: 22px;
  background: var(--lba-editorial-brown);
  color: #fff;
}

.lba-page-visit-unified .lba-parking-info-card > p,
.lba-page-visit-unified .lba-parking-map-card figcaption span,
.lba-page-visit-unified .lba-parking-entrance-card figcaption span {
  display: block;
  margin: 0 0 7px;
  color: #d9c4b9;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.lba-page-visit-unified .lba-parking-info-card h3 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 750;
  letter-spacing: -0.035em;
}

.lba-page-visit-unified .lba-parking-info-list {
  margin-top: 22px;
}

.lba-page-visit-unified .lba-parking-info-list article {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 13px;
  padding: 17px 0;
}

.lba-page-visit-unified .lba-parking-info-list article > span {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  color: #eadbd3;
  font-size: 11px;
  font-weight: 800;
}

.lba-page-visit-unified .lba-parking-info-list strong,
.lba-page-visit-unified .lba-parking-info-list small {
  display: block;
}

.lba-page-visit-unified .lba-parking-info-list strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
}

.lba-page-visit-unified .lba-parking-info-list small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.55;
}

.lba-page-visit-unified .lba-parking-entrance-card img {
  display: block;
  width: 100%;
  height: 235px;
  object-fit: cover;
}

.lba-page-visit-unified .lba-parking-map-card figcaption,
.lba-page-visit-unified .lba-parking-entrance-card figcaption {
  padding: 20px 24px 22px;
  background: #fff;
}

.lba-page-visit-unified .lba-parking-map-card figcaption span,
.lba-page-visit-unified .lba-parking-entrance-card figcaption span {
  color: var(--lba-editorial-taupe);
}

.lba-page-visit-unified .lba-parking-map-card figcaption strong,
.lba-page-visit-unified .lba-parking-entrance-card figcaption strong {
  color: var(--lba-editorial-brown);
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .lba-page-visit-unified .lba-visit-heading > p {
    font-size: 14px;
  }

  .lba-page-doctor-unified .lba-doctor-unified-hero .lba-about-hero-media img {
    object-position: 48% center;
  }

  .lba-page-visit-unified .lba-visit-unified-hero .lba-about-hero-media img {
    object-position: 64% center;
  }

  .lba-page-visit-unified .lba-map-link {
    min-width: 0;
  }

  .lba-page-visit-unified .lba-parking-heading {
    margin-bottom: 34px;
  }

  .lba-page-visit-unified .lba-parking-heading > p {
    font-size: 14px;
  }

  .lba-page-visit-unified .lba-parking-heading h2 {
    font-size: 36px;
  }

  .lba-page-visit-unified .lba-parking-heading > span {
    font-size: 15px;
  }

  .lba-page-visit-unified .lba-parking-layout {
    grid-template-columns: 1fr;
  }

  .lba-page-visit-unified .lba-parking-map-card img {
    min-height: 0;
    height: auto;
  }

  .lba-page-visit-unified .lba-parking-info-card {
    padding: 27px 24px 24px;
    border-radius: 16px;
  }

  .lba-page-visit-unified .lba-parking-map-card,
  .lba-page-visit-unified .lba-parking-entrance-card {
    border-radius: 16px;
  }

  .lba-page-visit-unified .lba-parking-entrance-card img {
    height: auto;
  }
}

/* Shared final polish for all four hospital-information pages · 2026-08-28 */
.lba-v1 h2 {
  font-size: 40px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.04em !important;
}

.lba-page-about .lba-about-hero-copy {
  width: min(720px, 100%);
}

.lba-page-about .lba-about-hero-shade {
  background: linear-gradient(
    90deg,
    rgba(250, 249, 248, 0.995) 0%,
    rgba(250, 249, 248, 0.97) 38%,
    rgba(250, 249, 248, 0.82) 55%,
    rgba(250, 249, 248, 0.34) 72%,
    rgba(250, 249, 248, 0) 88%
  );
}

.lba-page-about .lba-about-hero-media img {
  image-rendering: auto;
}

/* The legacy clinic photos are 800px wide. Keep them near their native
   display size on desktop instead of stretching them across the viewport. */
.lba-page-doctor-unified .lba-doctor-unified-hero .lba-about-hero-media,
.lba-page-visit-unified .lba-visit-unified-hero .lba-about-hero-media {
  background: #ebe7e4;
}

.lba-page-doctor-unified .lba-doctor-unified-hero .lba-about-hero-media img,
.lba-page-visit-unified .lba-visit-unified-hero .lba-about-hero-media img {
  width: auto;
  max-width: none;
  height: 100%;
  margin-left: auto;
}

.lba-heading-new-badge,
.lba-subnav-new-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #b58b73;
  color: #fff;
  font-family: Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.lba-page-reface-unified .lba-reface-unified-hero h1 {
  display: flex;
  gap: 12px;
  align-items: center;
}

.lba-heading-new-badge {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  font-size: 14px;
}

.lba-subnav-new-badge {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  font-size: 10px;
  vertical-align: 1px;
}

.lba-page-visit-unified .lba-parking-info-list article {
  padding: 27px 0 !important;
}

@media (max-width: 767px) {
  .lba-page-doctor-unified .lba-doctor-unified-hero .lba-about-hero-media img,
  .lba-page-visit-unified .lba-visit-unified-hero .lba-about-hero-media img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 0;
    object-fit: cover;
  }

  .lba-page-reface-unified .lba-reface-unified-hero h1 {
    gap: 9px;
  }

  .lba-heading-new-badge {
    flex-basis: 24px;
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
}
