@font-face {
  font-family: "Pretendard";
  src: url("assets/Pretendard-1/public/variable/PretendardVariable.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ABCArizonaFlare";
  src: url("assets/ABCArizonaFlare.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --lieul-bg: #dedcd7;
  --lieul-ink: #1a1b1c;
  --lieul-dark: #1a1b1c;
  --lieul-ko: "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", Arial, sans-serif;
  --lieul-en: "ABCArizonaFlare", "Pretendard", Georgia, "Times New Roman", serif;
  --lieul-title-mixed: "ABCArizonaFlare", "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", Georgia, serif;
  --lieul-guide-left: clamp(52px, 1.42vw, 58px);
}

body {
  font-family: var(--lieul-ko);
  font-weight: 400;
}

body.reveal-ready .lieul-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity .72s ease,
    transform .72s cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

body.reveal-ready .lieul-reveal.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  body.reveal-ready .lieul-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 74px;
  background: transparent !important;
  border-bottom-color: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transition: background .28s ease, box-shadow .28s ease;
}

.main-nav.scrolled {
  background: var(--lieul-dark) !important;
  box-shadow: 0 4px 20px rgba(26, 27, 28, .18) !important;
}

.main-nav .container-xxl {
  max-width: none;
  height: 100%;
  padding-left: var(--lieul-guide-left) !important;
  padding-right: clamp(24px, 1.98vw, 38px) !important;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #fff !important;
  font-size: 0 !important;
  letter-spacing: 0 !important;
}

.navbar-brand:hover {
  color: #fff !important;
}

.brand-logo {
  display: block;
  width: 78px !important;
  height: auto !important;
  max-height: 29px !important;
  object-fit: contain;
}

.brand-logo-dark {
  position: absolute;
  inset: 50% auto auto 0;
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
}

.main-nav.special-hero-initial:not(.scrolled) .brand-logo-light {
  opacity: 0;
}

.main-nav.special-hero-initial:not(.scrolled) .brand-logo-dark {
  opacity: 1;
}

.academics-page .main-nav:not(.scrolled) .brand-logo-light,
.blog-page .main-nav:not(.scrolled) .brand-logo-light,
.notice-page .main-nav:not(.scrolled) .brand-logo-light,
.place-page .main-nav:not(.scrolled) .brand-logo-light,
.consultation-page .main-nav:not(.scrolled) .brand-logo-light {
  opacity: 0;
}

.academics-page .main-nav:not(.scrolled) .brand-logo-dark,
.blog-page .main-nav:not(.scrolled) .brand-logo-dark,
.notice-page .main-nav:not(.scrolled) .brand-logo-dark,
.place-page .main-nav:not(.scrolled) .brand-logo-dark,
.consultation-page .main-nav:not(.scrolled) .brand-logo-dark {
  opacity: 1;
}

.main-nav .nav-link {
  color: rgba(255, 255, 255, .9) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1;
  letter-spacing: -.01em;
  padding: 29px 18px !important;
  white-space: nowrap;
}

.main-nav .nav-link:hover,
.main-nav .nav-link.active {
  color: #fff !important;
}

.main-nav .dropdown-toggle::after {
  display: none !important;
}

.main-nav .dropdown-menu {
  min-width: 168px !important;
  padding: 9px !important;
  margin-top: 0 !important;
  border: 1px solid rgba(255, 255, 255, .10) !important;
  border-radius: 0 !important;
  background: rgba(26, 27, 28, .97) !important;
  box-shadow: 0 18px 42px rgba(26, 27, 28, .22) !important;
}

.main-nav .dropdown-item {
  padding: 9px 12px !important;
  color: rgba(255, 255, 255, .82) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  border-radius: 0 !important;
}

.main-nav .dropdown-item:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, .08) !important;
}

.main-nav .dropdown-item.active,
.main-nav .dropdown-item:active {
  background: rgba(255, 255, 255, .08) !important;
  color: #fff !important;
}

.main-nav .dropdown-item.is-incomplete,
.main-nav .dropdown-item.is-incomplete.active,
.main-nav .dropdown-item.is-incomplete:active {
  color: rgba(255, 255, 255, .38) !important;
}

.main-nav .nav-link.is-incomplete {
  color: rgba(255, 255, 255, .46) !important;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 116px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, .52);
  border-radius: 999px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 600 !important;
  text-decoration: none;
  white-space: nowrap;
}

.nav-cta:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, .10);
}

.nav-lang-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 12px;
}

.nav-lang-wrap button {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: rgba(255, 255, 255, .58) !important;
  font-size: 13px !important;
  letter-spacing: .04em;
  font-family: var(--lieul-en) !important;
  font-weight: 500 !important;
}

.nav-lang-wrap button.active,
.nav-lang-wrap button:hover {
  color: #fff !important;
  font-weight: 700 !important;
}

.navbar-toggler {
  border: 0 !important;
  box-shadow: none !important;
}

.navbar-toggler-icon {
  filter: invert(1);
}

.main-nav.special-hero-initial:not(.scrolled) .nav-link,
.main-nav.special-hero-initial:not(.scrolled) .nav-cta,
.main-nav.special-hero-initial:not(.scrolled) .nav-lang-wrap button {
  color: rgba(26, 27, 28, .92) !important;
}

.main-nav.special-hero-initial:not(.scrolled) .nav-link:hover,
.main-nav.special-hero-initial:not(.scrolled) .nav-link.active,
.main-nav.special-hero-initial:not(.scrolled) .nav-lang-wrap button.active,
.main-nav.special-hero-initial:not(.scrolled) .nav-lang-wrap button:hover {
  color: var(--lieul-ink) !important;
}

.main-nav.special-hero-initial:not(.scrolled) .nav-link.is-incomplete {
  color: rgba(26, 27, 28, .36) !important;
}

.main-nav.special-hero-initial:not(.scrolled) .nav-cta {
  border-color: rgba(26, 27, 28, .45);
}

.main-nav.special-hero-initial:not(.scrolled) .nav-cta:hover {
  background: rgba(26, 27, 28, .08);
}

.main-nav.special-hero-initial:not(.scrolled) .navbar-toggler-icon {
  filter: none;
}

.offcanvas {
  --bs-offcanvas-width: min(80vw, 420px);
  background: var(--lieul-dark) !important;
}

.offcanvas-header {
  align-items: center;
}

.mobile-offcanvas-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.mobile-offcanvas-logo {
  display: block;
  width: 78px;
  max-height: 30px;
  object-fit: contain;
  object-position: left center;
}

.offcanvas .nav-link {
  color: rgba(255, 255, 255, .9) !important;
}

.offcanvas .navbar-nav {
  gap: 0;
}

.mobile-lang-picker {
  margin: 0 0 18px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .04);
}

.mobile-lang-current {
  width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: var(--lieul-ko);
  font-size: 15px;
  font-weight: 700;
  text-align: left;
}

.mobile-lang-current i {
  position: relative;
  width: 9px;
  height: 9px;
  margin-left: auto;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .2s ease;
}

.mobile-lang-picker.is-open .mobile-lang-current i {
  transform: rotate(225deg) translate(-2px, -2px);
}

.mobile-lang-flag {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  font-size: 18px;
  line-height: 1;
}

.mobile-lang-options {
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.mobile-lang-picker.is-open .mobile-lang-options {
  display: grid;
}

.mobile-lang-options button {
  display: grid;
  justify-items: center;
  gap: 6px;
  min-height: 72px;
  padding: 10px 6px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, .10);
  background: transparent;
  color: rgba(255, 255, 255, .68);
  font-family: var(--lieul-en);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
}

.mobile-lang-options button:last-child {
  border-right: 0;
}

.mobile-lang-options button.active,
.mobile-lang-options button:hover {
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.mobile-nav-group {
  border-bottom: 1px solid rgba(255, 255, 255, .10);
}

.mobile-nav-primary {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, .92);
  font-family: var(--lieul-ko);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
}

.mobile-nav-primary i {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.mobile-nav-primary i::before,
.mobile-nav-primary i::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  top: 8px;
  height: 2px;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}

.mobile-nav-primary i::after {
  transform: rotate(90deg);
}

.mobile-nav-group.is-open .mobile-nav-primary,
.mobile-nav-primary.active {
  color: #fff;
}

.mobile-nav-group.is-open .mobile-nav-primary i::after {
  opacity: 0;
  transform: rotate(0);
}

.mobile-sub-menu {
  display: none;
  padding: 0 0 16px 13px;
}

.mobile-nav-group.is-open .mobile-sub-menu {
  display: grid;
  gap: 2px;
}

.mobile-sub-link {
  display: block;
  padding: 10px 0 10px 0;
  border-left: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
}

.mobile-sub-link.active {
  color: #fff;
}

.mobile-sub-link.is-incomplete,
.mobile-sub-link.is-disabled {
  color: rgba(255, 255, 255, .36);
}

body#top .hero-copy {
  left: var(--hero-left, var(--lieul-guide-left)) !important;
}

.display-title,
.eyebrow,
.program-copy small,
.journey h2,
.space h2,
.location h2,
.section-copy .display-title,
.sub-hero h1,
.sub-hero .eyebrow,
.reserve h2,
.footer-links,
.more-link {
  font-family: var(--lieul-en) !important;
  font-weight: 400 !important;
}

.hero-copy h1,
.hero-copy p,
.value-copy h3,
.program-copy strong,
.section-kicker,
.section-copy p,
.doctor-info h3,
.journey p,
.location-kicker,
.address,
.location dt,
.location-buttons a,
.quick-text,
.quick-icon,
.quick-handle-inner {
  font-weight: 500 !important;
}


.quick-text,
.quick-icon,
.quick-handle-inner {
  font-family: var(--lieul-en) !important;
}

.program-copy strong {
  font-weight: 550 !important;
}

.section-copy p,
.signature-lead,
.value-copy p,
.doctor-info p,
.location dl {
  font-weight: 400 !important;
}
.section-copy p {
 margin-top:28px;
  font-size: 16px;
}
.color_white h3,
.color_white p {
  color:white !important;
}

.color_white .eyebrow {
  color: rgba(255, 255, 255, .64) !important;
}

.section-copy p,
.value-panel p,
.value-copy p,
.doctor-info p,
.location dl {
  font-size: 16px;
}

@media (min-width: 1200px) {
  .main-nav .navbar-nav .dropdown:hover > .dropdown-menu,
  .main-nav .navbar-nav .dropdown:focus-within > .dropdown-menu {
    display: block;
  }
}

@media (max-width: 1199px) {
  .main-nav {
    height: auto;
  }

  .brand-logo {
    width: 68px !important;
    max-height: 26px !important;
  }
}

/* Shared treatment detail layout */
.sub-detail-page {
  --lieul-bg: #fff;
  --sub-bg: #fff;
  --sub-panel: #fff;
  --sub-ink: #1a1b1c;
  --sub-muted: rgba(26, 27, 28, .68);
  --content-inner: min(1968px, calc(100vw - 116px));
  --sub-content: min(1760px, calc(100vw - 116px));
  --sub-wide: min(1200px, calc(100vw - 64px));
  --sub-narrow: min(760px, calc(100vw - 48px));
  --sub-section-y: 163px;
  --sub-section-gap: clamp(58px, 4.4vw, 86px);
  margin: 0;
  background: var(--sub-bg);
  color: var(--sub-ink);
  font-family: var(--lieul-ko);
}

.sub-detail-page img {
  display: block;
  max-width: 100%;
}

.sub-detail-page .main-nav .dropdown-item.active,
.sub-detail-page .main-nav .dropdown-item:active {
  background: rgba(255, 255, 255, .08) !important;
  color: #fff !important;
}

.sub-hero {
  position: relative;
  min-height: clamp(560px, 45vw, 760px);
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: var(--sub-ink, #1a1b1c);
}

.sub-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--sub-hero-image);
  background-size: cover;
  background-position: center;
  filter: saturate(.9) contrast(.96);
}

.sub-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.9) contrast(.96);
  transform: scale(1.02);
}

.sub-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(26, 27, 28, .18), rgba(26, 27, 28, .38));
}

.sub-hero-copy {
  width: var(--sub-content);
  padding-top: 72px;
  text-align: center;
}

.sub-hero h1 {
  margin: 0;
  font-family: var(--lieul-en);
  font-size: clamp(72px, 7.1vw, 132px);
  font-weight: 400;
  line-height: .94;
  letter-spacing: 0;
}

.sub-hero p {
  margin: clamp(24px, 2vw, 34px) 0 0;
  font-size: clamp(18px, 1.2vw, 22px);
  font-weight: 500;
  line-height: 1.55;
}

.sub-section {
  position: relative;
  padding: var(--sub-section-y) 0;
  background: var(--sub-bg);
}

.sub-section.is-panel {
  background: var(--sub-panel);
}

.sub-section.is-texture {
  background-color: var(--sub-bg);
  background-image: var(--sub-texture-image);
  background-size: cover;
  background-position: center;
}

.sub-inner {
  width: var(--sub-content);
  margin: 0 auto;
}

.sub-wide {
  width: var(--sub-wide);
  margin: 0 auto;
}

.sub-center {
  width: var(--sub-narrow);
  margin: 0 auto;
  text-align: center;
}

.sub-kicker {
  margin: 0 0 18px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}

.sub-section-title {
  margin: 0;
  font-size: clamp(25px, 1.7vw, 34px);
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: -.02em;
  text-wrap: balance;
  word-break: keep-all;
}

.sub-section-title.en {
  font-family: var(--lieul-en);
  font-size: clamp(42px, 4vw, 74px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0;
}

.sub-lead {
  margin: clamp(18px, 1.8vw, 30px) auto 0;
  max-width: 820px;
  color: var(--sub-ink);
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: -.015em;
  text-align: center;
  word-break: keep-all;
}

.sub-video-frame {
  width: min(930px, calc(100vw - 64px));
  margin: clamp(48px, 4vw, 76px) auto 0;
  padding: 16px;
  background: var(--sub-ink);
}

.sub-video-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.sub-video-button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.sub-video-thumb img,
.sub-video-thumb video,
.sub-inline-video,
.sub-video-iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-inline-video,
.sub-video-iframe {
  display: block;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #111;
}

.sub-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 84px;
  height: 58px;
  border-radius: 16px;
  transform: translate(-50%, -50%);
  background: #ed2b20;
  box-shadow: 0 10px 24px rgba(26, 27, 28, .18);
}

.sub-play::after {
  content: "";
  position: absolute;
  left: 34px;
  top: 17px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 19px solid #fff;
}

.sub-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 1.4vw, 26px);
  margin-top: var(--sub-section-gap);
}

.sub-feature-card {
  position: relative;
  min-height: clamp(260px, 20vw, 360px);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: clamp(24px, 2.1vw, 38px);
  color: #fff;
  background: var(--sub-ink);
}

.sub-feature-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.sub-feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(26, 27, 28, .12), rgba(26, 27, 28, .72));
}

.sub-feature-card div {
  position: relative;
  z-index: 2;
}

.sub-feature-card h3 {
  margin: 0;
  font-size: clamp(19px, 1.2vw, 24px);
  font-weight: 700;
  line-height: 1.4;
  word-break: keep-all;
  text-wrap: balance;
}

.sub-feature-card p {
  margin: clamp(14px, 1vw, 18px) 0 0;
  font-family: var(--lieul-ko);
  color: rgba(255, 255, 255, .88);
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  word-break: keep-all;
}

.sub-process-image {
  width: min(1048px, calc(100vw - 64px));
  margin: clamp(52px, 4vw, 78px) auto 0;
}

.sub-process-image img,
.sub-device-focus-image img {
  width: 100%;
  height: auto;
}

.sub-device-focus-image {
  width: min(560px, calc(100vw - 64px));
  margin: clamp(48px, 3.6vw, 70px) auto 0;
}

.sub-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: clamp(74px, 7vw, 138px);
}

.sub-split.reverse {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sub-split.reverse .sub-split-copy {
  order: 1;
}

.sub-split.reverse .sub-split-visual {
  order: 2;
}

.sub-split-copy {
  max-width: 660px;
}

.sub-split-copy .sub-lead {
  margin: 26px 0 0;
  text-align: left;
}

.sub-split-copy .sub-section-title + .sub-check-list {
  margin-top: clamp(36px, 3.2vw, 58px);
}

.sub-split-visual {
  min-height: clamp(360px, 32vw, 540px);
  display: grid;
  place-items: center;
  overflow: hidden;
  background: transparent;
}

.sub-split-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-split-visual.contain img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-check-list {
  display: grid;
  gap: 9px;
  margin: clamp(36px, 3.2vw, 58px) 0 0;
  padding: 0;
  list-style: none;
}

.sub-check-list li {
  position: relative;
  padding: 14px 22px;
  background: rgba(255, 255, 255, .34);
  color: var(--sub-ink);
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  word-break: keep-all;
}

.sub-check-list li::before {
  content: none;
}

.sub-why {
  position: relative;
  min-height: clamp(420px, 34vw, 600px);
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--sub-ink);
  text-align: center;
}

.sub-why-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: .68;
}

.sub-reserve img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .48;
}

.sub-why::after,
.sub-reserve::after {
  content: "";
  position: absolute;
  inset: 0;
}

.sub-why::after {
  background: rgba(26, 27, 28, .28);
}

.sub-reserve::after {
  background: rgba(26, 27, 28, .5);
}

.sub-why-content,
.sub-reserve > div {
  position: relative;
  z-index: 1;
  width: var(--sub-wide, min(1200px, calc(100vw - 64px)));
}

.sub-why h2,
.sub-reserve h2 {
  margin: 0;
  font-family: var(--lieul-en);
  font-size: clamp(40px, 4vw, 76px);
  font-weight: 400;
  line-height: 1;
}

.sub-why p,
.sub-reserve p {
  margin: 28px auto 0;
  max-width: 720px;
  font-size: clamp(15px, .95vw, 18px);
  font-weight: 400;
  line-height: 1.8;
}

.sub-why-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 54px;
  background: rgba(255, 255, 255, .18);
}

.sub-why-card {
  padding: 26px 20px;
  background: rgba(26, 27, 28, .58);
}

.sub-why-card strong {
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.sub-why-card span {
  display: block;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}

.common-why-image-section {
  padding: clamp(118px, 8vw, 154px) 0 clamp(104px, 7vw, 134px);
  background:
    linear-gradient(rgba(255, 255, 255, .12), rgba(255, 255, 255, .12)),
    url("/assets/ulthe/imgs/ULTHERA_7th_bg.jpg") center / cover no-repeat #f5f5f5;
  color: var(--lieul-dark);
}

.common-why-inner {
  width: min(1840px, calc(100vw - 88px));
  margin: 0 auto;
}

.common-why-image-section h2 {
  margin: 0 auto clamp(62px, 4.8vw, 92px);
  color: #111;
  font-size: clamp(25px, 1.78vw, 34px);
  font-weight: 800;
  line-height: 1.52;
  letter-spacing: -.025em;
  text-align: center;
  word-break: keep-all;
}

.common-why-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.common-why-card {
  background: #fff;
  color: #111;
  text-align: center;
}

.common-why-card figure {
  margin: 0;
  overflow: hidden;
  background: #e9e9e9;
}

.common-why-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.468 / 1;
  object-fit: cover;
}

.common-why-card h3 {
  margin: clamp(38px, 2.6vw, 50px) 0 0;
  color: #111;
  font-size: clamp(20px, 1.26vw, 24px);
  font-weight: 600;
  line-height: 1.35;
}

.common-why-card p {
  margin: clamp(12px, .9vw, 17px) auto clamp(48px, 3.1vw, 60px);
  color: #111;
  font-size: clamp(16px, .94vw, 18px);
  font-weight: 400;
  line-height: 1.72;
}

.sub-reserve {
  position: relative;
  min-height: clamp(360px, 31vw, 540px);
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--sub-ink, #1a1b1c);
  text-align: center;
}

.sub-outline-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}

.sub-outline-buttons a {
  min-width: 150px;
  padding: 16px 24px;
  border: 1px solid rgba(255, 255, 255, .78);
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: background .22s ease, color .22s ease, border-color .22s ease;
}

.sub-outline-buttons a:hover,
.sub-outline-buttons a:focus-visible {
  background: #fff;
  border-color: #fff;
  color: var(--sub-ink, #1a1b1c);
}

.sub-footer {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 30px var(--lieul-guide-left);
  background: var(--lieul-dark);
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.75;
}

.sub-footer p {
  margin: 0;
}

.sub-footer-links {
  display: flex;
  gap: 28px;
  white-space: nowrap;
}

.sub-footer a {
  color: rgba(255, 255, 255, .8);
  text-decoration: none;
}

.sub-detail-page .floating-cta {
  position: fixed;
  left: 50%;
  bottom: 30px;
  z-index: 1020;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(386px, calc(100vw - 64px));
  height: 64px;
  padding: 0 28px;
  border-radius: 999px;
  background: var(--lieul-dark);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -.02em;
  box-shadow: 0 14px 30px rgba(26, 27, 28, .22);
  transform: translate(-50%, 110px);
  opacity: 0;
  pointer-events: none;
  transition: transform .42s ease, opacity .42s ease;
}

.sub-detail-page .floating-cta.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
  animation: lieulFloat 2.8s ease-in-out infinite;
}

.sub-detail-page .quick-dock {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 1030;
  width: 112px;
  overflow: hidden;
  transform: translateY(-50%);
}

.sub-detail-page .quick-inner {
  display: flex;
  align-items: center;
  transform: translateX(76px);
  transition: transform .34s cubic-bezier(.25, .1, .25, 1);
}

.sub-detail-page .quick-dock:hover .quick-inner,
.sub-detail-page .quick-dock.is-open .quick-inner {
  transform: translateX(0);
}

.sub-detail-page .quick-handle {
  flex: 0 0 36px;
  width: 36px;
  height: 136px;
  margin-top: 0 !important;
  padding: 0;
  border: 0;
  border-radius: 10px 0 0 10px;
  background: var(--lieul-dark);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: -8px 12px 28px rgba(26, 27, 28, .18);
}

.sub-detail-page .quick-handle-inner {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .06em;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.sub-detail-page .quick-arrow {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 8px;
  letter-spacing: 0;
}

.sub-detail-page .quick-panel {
  flex: 0 0 76px;
  width: 76px;
  overflow: hidden;
  border-radius: 0 0 0 18px;
  background: var(--lieul-dark);
}

.sub-detail-page .quick-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 8px 6px 7px;
  gap: 4px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  transition: background .18s ease;
}

.sub-detail-page .quick-link:hover {
  background: rgba(255, 255, 255, .08);
}

.sub-detail-page .quick-link:last-child {
  border-bottom: 0;
}

.sub-detail-page .quick-icon {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .02em;
}

.sub-detail-page .quick-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sub-detail-page .quick-text {
  color: #fff;
  font-family: var(--lieul-ko) !important;
  font-size: 8px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  word-break: keep-all;
}

.db-special-hero {
  --special-progress: 0;
  --special-scale: 1;
  --special-media-top: calc(100% - min(260px, 21svh));
  --special-copy-top: 43%;
  --special-copy-opacity: 1;
  --special-overlay-alpha: 0;
  position: relative;
  min-height: 150svh;
  color: var(--lieul-ink);
  background: var(--lieul-bg);
}

.db-special-stage {
  position: sticky;
  top: 0;
  min-height: 100svh;
  overflow: hidden;
  background: #fff;
  transition: background 1.12s cubic-bezier(.2, .8, .2, 1);
}

.db-special-hero.is-expanded .db-special-stage {
  background: var(--lieul-dark);
}

.db-special-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(26, 27, 28, var(--special-overlay-alpha)), rgba(26, 27, 28, var(--special-overlay-alpha))),
    linear-gradient(90deg, rgba(26, 27, 28, var(--special-overlay-alpha)), rgba(26, 27, 28, .02), rgba(26, 27, 28, var(--special-overlay-alpha)));
}

.db-special-media-frame {
  position: absolute;
  left: 50%;
  top: var(--special-media-top);
  z-index: 1;
  width: min(1100px, 72vw);
  height: min(520px, 42svh);
  overflow: hidden;
  transform: translate(-50%, -50%) scale(var(--special-scale));
  transform-origin: center;
  box-shadow: none;
  transition:
    top 1.18s cubic-bezier(.2, .8, .2, 1),
    transform 1.18s cubic-bezier(.2, .8, .2, 1),
    box-shadow 1.18s cubic-bezier(.2, .8, .2, 1);
  will-change: transform, top;
}

.db-special-hero.is-expanded .db-special-media-frame {
  box-shadow: none;
}

.db-special-media-frame video,
.db-special-media-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.db-hero-copy {
  position: absolute;
  left: 50%;
  top: var(--special-copy-top);
  z-index: 4;
  width: var(--content-inner, min(1968px, calc(100vw - 116px)));
  margin: 0 auto;
  text-align: center;
  transform: translate(-50%, -50%);
  opacity: var(--special-copy-opacity);
  color: var(--lieul-ink);
  transition:
    top 1.08s cubic-bezier(.2, .8, .2, 1),
    color .72s ease,
    opacity .72s ease;
}

.db-special-hero.is-expanded .db-hero-copy {
  color: #fff;
}

.db-hero-copy .eyebrow {
  margin: 0 0 24px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
}

.db-hero-copy h1 {
  margin: 0;
  font-family: var(--lieul-title-mixed);
  font-size: clamp(56px, 5.2vw, 98px);
  font-weight: 400;
  line-height: 1.04;
}

.db-hero-copy h2 {
  margin: 20px 0 0;
  font-size: clamp(22px, 1.6vw, 32px);
  font-weight: 600;
  line-height: 1.35;
}

.db-hero-copy .desc {
  max-width: 760px;
  margin: 22px auto 0;
  font-size: clamp(16px, 1.08vw, 22px);
  font-weight: 500;
  line-height: 1.65;
}

.db-treatment-page .sub-hero {
  min-height: clamp(360px, 31vw, 520px);
}

.db-treatment-page .sub-hero::before {
  display: none;
  background-image: none;
}

.db-treatment-page .sub-hero-media {
  filter: grayscale(1) saturate(.55) contrast(.92) brightness(.9);
}

.db-treatment-page .sub-hero::after {
  background: rgba(26, 27, 28, .18);
}

.db-treatment-page .sub-hero h1,
.db-treatment-page .sub-hero p {
  text-shadow: 0 8px 28px rgba(26, 27, 28, .18);
}

.db-treatment-page .sub-hero h1 {
  font-size: clamp(42px, 4.1vw, 76px);
}

.db-treatment-page .sub-hero p {
  margin-top: 18px;
  font-size: clamp(13px, .9vw, 17px);
}

.sample-only-section {
  background: #fff;
}

.sample-icon-only-section {
  padding-top: 0;
  padding-bottom: 0;
}

.sample-inner {
  width: min(1420px, calc(100vw - 76px));
  margin: 0 auto;
}

.sample-center {
  width: min(860px, calc(100vw - 48px));
  margin: 0 auto;
  text-align: center;
}

.sample-center h2,
.sample-point-title {
  margin: 0;
  color: var(--lieul-dark);
  font-size: clamp(26px, 1.65vw, 34px);
  font-weight: 600;
  line-height: 1.34;
  letter-spacing: -.04em;
  text-wrap: balance;
  word-break: keep-all;
}

.sample-point-title {
  line-height: 1.5;
}

.sample-center p,
.sample-point p,
.sample-table-item small {
  margin-top: clamp(20px, 1.8vw, 32px);
  color: var(--sub-ink);
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  word-break: keep-all;
}

.sample-plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.2vw, 24px);
  margin-top: clamp(54px, 4.4vw, 82px);
}

.sample-plan-card {
  position: relative;
  min-height: clamp(230px, 18vw, 330px);
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background: var(--lieul-dark);
}

.sample-plan-card::before,
.sample-plan-card::after {
  content: "";
  position: absolute;
  inset: 0;
}

.sample-plan-card::before {
  background: var(--img) center / cover no-repeat;
  filter: saturate(.78);
  transform: scale(1.02);
}

.sample-plan-card > img,
.sample-plan-card > video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.78);
  transform: scale(1.02);
}

.sample-plan-card::after {
  background: rgba(26, 27, 28, .46);
}

.sample-plan-card strong {
  position: relative;
  z-index: 1;
  max-width: min(82%, 320px);
  font-size: clamp(18px, 1.15vw, 26px);
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: -.04em;
  text-wrap: balance;
  word-break: keep-all;
}

.sample-icon-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 1.25vw, 26px);
  margin-top: 0;
}

.sample-icon-card {
  min-height: clamp(300px, 24vw, 430px);
  padding: clamp(38px, 3vw, 60px) clamp(20px, 1.8vw, 34px);
  display: grid;
  grid-template-rows: clamp(74px, 5vw, 110px) auto auto;
  row-gap: 0;
  align-items: center;
  justify-items: center;
  align-content: center;
  text-align: center;
  background: transparent;
  color: var(--lieul-dark);
  padding-top:0px;
  padding-bottom:0px;
}

.sample-icon-card-icon {
  width: clamp(74px, 5vw, 110px);
  height: clamp(74px, 5vw, 110px);
  margin: 0;
  object-fit: contain;
  color: var(--lieul-dark);
}

.sample-icon-card h3 {
  margin: clamp(26px, 2.2vw, 44px) 0 clamp(10px, .75vw, 14px);
  font-size: clamp(20px, 1.16vw, 27px);
  font-weight: 800;
  line-height: 1.45;
  word-break: keep-all;
  text-wrap: balance;
}

.sample-icon-card p {
  margin: 0;
  color: var(--sub-ink);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  word-break: keep-all;
}

.sample-image-plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 1.4vw, 28px);
  margin-top: clamp(54px, 4.4vw, 82px);
}

.sample-image-plan-card {
  position: relative;
  min-height: clamp(320px, 24vw, 520px);
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background: var(--lieul-dark);
}

.sample-image-plan-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(26, 27, 28, .44);
}

.sample-image-plan-card > img,
.sample-image-plan-card > video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.82);
  transform: scale(1.02);
}

.sample-image-plan-card strong {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0 30px;
  color: #fff;
  font-size: clamp(31px, 2.05vw, 45px);
  font-weight: 800;
  line-height: 1.55;
  word-break: keep-all;
}

.sample-point-section {
  position: relative;
  min-height: clamp(980px, 62vw, 1220px);
  padding: clamp(118px, 7vw, 148px) 0 clamp(74px, 5vw, 96px);
  overflow: hidden;
  background: #f4f4f4;
}

.sample-point-device {
  position: absolute;
  right: 6vw;
  bottom: 0;
  z-index: 0;
  width: min(700px, 42vw);
  height: auto;
  max-width: none;
  pointer-events: none;
}

.sample-point-section .sample-inner {
  position: relative;
  z-index: 1;
}

.sample-point-title {
  max-width: 920px;
  margin-bottom: clamp(72px, 5.4vw, 104px);
}

.sample-point-list {
  display: grid;
  gap: clamp(58px, 4.4vw, 86px);
  width: min(720px, 43vw);
}

.sample-point-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 158px;
  height: 41px;
  margin-bottom: 28px;
  background: url("assets/badge.png") center / 100% 100% no-repeat transparent;
  color: #fff;
  font-family: var(--lieul-en);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.sample-point h3 {
  margin: 0 0 18px;
  color: var(--lieul-dark);
  font-size: clamp(21px, 1.22vw, 26px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -.04em;
  word-break: keep-all;
}

.sample-two-point-layout {
  width: min(900px, calc(100vw - 64px));
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(340px, 500px);
  align-items: center;
  justify-content: center;
  gap: clamp(72px, 6.4vw, 124px);
  margin: clamp(106px, 7.4vw, 148px) auto 0;
}

.sample-two-point-copy {
  width: min(320px, 100%);
  display: grid;
  justify-self: end;
  gap: clamp(42px, 3vw, 58px);
}

.sample-two-point-item span {
  display: block;
  margin-bottom: 8px;
  color: rgba(26, 27, 28, .38);
  font-family: var(--lieul-en);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.sample-two-point-item h3 {
  margin: 0;
  color: var(--lieul-dark);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: -.04em;
  word-break: keep-all;
  text-wrap: balance;
}

.sample-two-point-item p {
  margin: 17px 0 0;
  color: var(--sub-ink);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  word-break: keep-all;
}

.sample-two-point-visual {
  min-width: 0;
  width: min(500px, 100%);
  justify-self: start;
}

.sample-two-point-visual img,
.sample-two-point-visual video {
  width: 100%;
  max-height: clamp(440px, 38vw, 660px);
  height: auto;
  object-fit: contain;
}

.sample-deep-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 1.4vw, 28px);
  margin-top: clamp(46px, 4vw, 72px);
}

.sample-deep-card {
  min-height: 260px;
  padding: 42px 36px;
  display: grid;
  align-content: center;
  background: rgba(255, 255, 255, .28);
  text-align: center;
}

.sample-deep-card small {
  color: rgba(26, 27, 28, .38);
  font-size: 24px;
  font-weight: 300;
}

.sample-deep-card h3 {
  margin: 22px 0 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(26, 27, 28, .5);
  color: var(--lieul-dark);
  font-size: clamp(19px, 1.1vw, 24px);
  font-weight: 500;
  line-height: 1.35;
  text-wrap: balance;
  word-break: keep-all;
}

.sample-deep-card p {
  margin: 0;
  font-family: var(--lieul-ko);
  color: var(--sub-ink);
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  word-break: keep-all;
}

.sample-table-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 90px;
}

.sample-table-block,
.sample-table-list,
.sample-table-item,
.sample-table-item * {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

.sample-table-block h2 {
  display: inline-block;
  margin: 0 0 52px;
  padding: 9px 18px;
  background: var(--lieul-dark);
  color: #fff;
  font-size: clamp(20px, 1.24vw, 26px);
  font-weight: 700;
  line-height: 1;
}

.sample-table-list {
  border-top: 1px solid rgba(26, 27, 28, .34);
}

.sample-table-item {
  min-height: 72px;
  padding: 22px 26px;
  border-bottom: 1px solid rgba(26, 27, 28, .34);
  color: var(--lieul-dark);
  font-size: clamp(14px, .86vw, 17px);
  font-weight: 650;
  line-height: 1.6;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.sample-table-item strong {
  display: block;
  font-size: 16px;
  font-weight: 800;
  line-height: 2;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.sample-table-item small {
  display: block;
  max-width: none;
  margin: 10px 0 0;
  color: var(--sub-ink);
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ult-compare {
  padding: clamp(170px, 11vw, 212px) 0 clamp(138px, 9.2vw, 176px);
  background: #fff;
}

.ult-compare .sample-table-grid {
  width: min(1420px, calc(100vw - 160px));
  gap: clamp(74px, 5.2vw, 100px);
}

.ult-compare .sample-table-block {
  background: #fff !important;
  color: #111 !important;
}

.ult-compare .sample-table-block h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 42px;
  margin: 0 auto 54px;
  padding: 0 24px;
  background: #111;
  color: #fff !important;
  font-size: clamp(18px, 1.15vw, 22px);
  font-weight: 800;
  line-height: 1;
}

.ult-compare .sample-table-list {
  border-top: 1px solid rgba(17, 17, 17, .18);
}

.ult-compare .sample-table-item {
  min-height: clamp(112px, 7vw, 134px);
  padding: clamp(28px, 2vw, 38px) clamp(24px, 1.8vw, 34px);
  background: #fff !important;
  border-bottom: 1px solid rgba(17, 17, 17, .18);
  color: #111 !important;
  font-size: clamp(13px, .85vw, 16px);
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: normal;
}

.ult-compare .sample-table-item strong {
  display: block;
  color: #111 !important;
  font-size: clamp(14px, .88vw, 17px);
  font-weight: 800;
  line-height: 1.55;
  word-break: keep-all;
  overflow-wrap: normal;
}

.ult-compare .sample-table-item small,
.ult-compare .sample-table-item span {
  display: block;
  margin-top: clamp(20px, 1.35vw, 26px);
  color: #111 !important;
  font-size: clamp(13px, .79vw, 15px);
  font-weight: 400;
  line-height: 1.78;
  word-break: keep-all;
  overflow-wrap: normal;
}

@media (max-width: 900px) {
  .ult-compare {
    padding: 90px 0 82px;
  }

  .ult-compare .sample-table-grid {
    width: min(100%, calc(100vw - 36px));
    gap: 56px;
  }

  .ult-compare .sample-table-block h2 {
    margin-bottom: 30px;
    min-height: 38px;
    padding: 0 18px;
    font-size: 17px;
  }

  .ult-compare .sample-table-item {
    min-height: auto;
    padding: 24px 14px;
    font-size: 14px;
    line-height: 1.7;
  }

  .ult-compare .sample-table-item strong {
    font-size: 15px;
  }

  .ult-compare .sample-table-item small,
  .ult-compare .sample-table-item span {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.7;
  }
}

.sample-overlap-layout {
  position: relative;
  width: min(1120px, calc(100vw - 64px));
  min-height: clamp(760px, 52vw, 1020px);
  display: grid;
  grid-template-columns: minmax(440px, 520px) 1fr;
  align-items: center;
  margin: clamp(116px, 8vw, 170px) auto 0;
}

.sample-overlap-cards {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-self: end;
  gap: clamp(52px, 4.4vw, 84px) clamp(44px, 3.6vw, 72px);
  max-width: 520px;
  transform: translateY(-2%);
}

.sample-overlap-layout.no-side-image {
  width: min(980px, calc(100vw - 64px));
  min-height: 0;
  display: block;
  margin-top: clamp(64px, 5vw, 96px);
}

.sample-overlap-layout.no-side-image .sample-overlap-cards {
  max-width: 920px;
  justify-self: center;
  gap: clamp(34px, 3.2vw, 56px) clamp(74px, 7vw, 128px);
  transform: none;
}

.sample-overlap-card {
  text-align: center;
}

.sample-overlap-thumb {
  width: 100%;
  min-height: clamp(136px, 9.6vw, 190px);
  display: grid;
  place-items: end center;
  margin-bottom: 10px;
}

.sample-overlap-layout.no-side-image .sample-overlap-thumb {
  min-height: clamp(230px, 20vw, 330px);
  margin-bottom: 8px;
}

.sample-overlap-thumb img,
.sample-overlap-thumb video {
  width: 100%;
  max-height: clamp(132px, 9.2vw, 184px);
  object-fit: contain;
}

.sample-overlap-layout.no-side-image .sample-overlap-thumb img,
.sample-overlap-layout.no-side-image .sample-overlap-thumb video {
  max-height: clamp(226px, 19.4vw, 322px);
}

.sample-overlap-card strong,
.sample-product-compare-copy h3 {
  display: inline-block;
  margin: 0 0 12px;
  padding: 2px 4px;
  background: var(--lieul-dark);
  color: #d6d4d0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  word-break: keep-all;
}

.sample-overlap-layout.no-side-image .sample-overlap-card strong {
  margin-bottom: 14px;
  padding: 4px 10px 5px;
  font-size: clamp(20px, 1.45vw, 26px);
  line-height: 1.05;
}

.sample-overlap-card p {
  margin: 0;
  color: #202121;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
  word-break: keep-all;
}

.sample-overlap-layout.no-side-image .sample-overlap-card p {
  font-size: clamp(18px, 1.18vw, 22px);
  font-weight: 600;
  line-height: 1.45;
}

.sample-overlap-visual {
  position: absolute;
  right: max(-4vw, -76px);
  bottom: -12%;
  z-index: 1;
  width: min(820px, 57vw);
  pointer-events: none;
}

.sample-overlap-visual img,
.sample-overlap-visual video {
  width: 100%;
  max-height: clamp(660px, 55vw, 1050px);
  object-fit: contain;
}

.sample-spec-grid {
  width: min(1040px, calc(100vw - 64px));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 2.4vw, 48px);
  margin-top: clamp(86px, 6.8vw, 132px);
}

.sample-spec-card {
  background: rgba(255, 255, 255, .28);
  text-align: center;
}

.sample-spec-image {
  aspect-ratio: 1.75 / 1;
  overflow: hidden;
  background: rgba(255, 255, 255, .22);
}

.sample-spec-image img,
.sample-spec-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sample-spec-card small,
.sample-flow-card small {
  display: block;
  margin: 24px 24px 12px;
  color: var(--lieul-dark);
  font-family: var(--lieul-en);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.sample-spec-card h3,
.sample-flow-card h3 {
  margin: 0 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(26, 27, 28, .22);
  color: var(--lieul-dark);
  font-size: clamp(19px, 1.1vw, 23px);
  font-weight: 600;
  line-height: 1.45;
  word-break: keep-all;
}

.sample-spec-card p,
.sample-flow-card p {
  margin: 18px auto 30px;
  width: calc(100% - 48px);
  color: var(--sub-ink);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  word-break: keep-all;
}

.sample-spec-card p {
  font-size: 16px;
  line-height: 1.6;
}

.sample-step-grid {
  width: min(940px, calc(100vw - 64px));
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(28px, 2.4vw, 48px);
  margin-top: clamp(86px, 6vw, 118px);
}

.sample-step-card {
  grid-column: span 2;
  min-height: clamp(300px, 21vw, 380px);
  padding: clamp(40px, 3vw, 58px) clamp(28px, 2.4vw, 44px);
  display: grid;
  grid-template-rows: 30px clamp(116px, 6.9vw, 142px) minmax(96px, auto);
  align-content: center;
  justify-items: center;
  background: rgb(214 212 208);
  text-align: center;
  min-width: 0;
}

.sample-step-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.sample-step-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.sample-step-card small {
  display: inline-block;
  margin: 0;
  align-self: start;
  padding: 4px 10px 5px;
  background: var(--lieul-dark);
  color: #d6d4d0;
  font-family: var(--lieul-en);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.sample-step-card h3 {
  margin: 0;
  width: 100%;
  height: 100%;
  min-width: 0;
  padding: 26px 0 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(26, 27, 28, .46);
  color: var(--lieul-dark);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.55;
  word-break: keep-all;
}

.sample-step-card p {
  margin: 32px 0 0;
  max-width: 100%;
  min-width: 0;
  align-self: start;
  color: var(--sub-ink);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  word-break: keep-all;
}

html:lang(zh-CN) .sample-center p,
html:lang(zh-CN) .sample-spec-card h3,
html:lang(zh-CN) .sample-spec-card p,
html:lang(zh-CN) .sample-step-card h3,
html:lang(zh-CN) .sample-step-card p,
html:lang(zh-CN) .sample-flow-card h3,
html:lang(zh-CN) .sample-flow-card p,
html:lang(zh-CN) .sample-deep-card h3,
html:lang(zh-CN) .sample-deep-card p,
body.lang-ch .sample-center p,
body.lang-ch .sample-spec-card h3,
body.lang-ch .sample-spec-card p,
body.lang-ch .sample-step-card h3,
body.lang-ch .sample-step-card p,
body.lang-ch .sample-flow-card h3,
body.lang-ch .sample-flow-card p,
body.lang-ch .sample-deep-card h3,
body.lang-ch .sample-deep-card p {
  word-break: break-all;
  overflow-wrap: anywhere;
  line-break: anywhere;
}

.sample-product-flow-image {
  width: min(640px, calc(100vw - 64px));
  margin: clamp(88px, 7vw, 130px) auto clamp(82px, 6.2vw, 124px);
}

.sample-product-flow-image img,
.sample-product-flow-image video {
  width: 100%;
  max-height: clamp(280px, 22vw, 440px);
  object-fit: contain;
}

.sample-flow-grid {
  width: min(930px, calc(100vw - 64px));
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(24px, 2.2vw, 42px);
  margin-top: 0;
}

.sample-flow-card {
  text-align: center;
}

.sample-flow-image {
  aspect-ratio: 1 / .78;
  overflow: hidden;
  margin-bottom: 20px;
}

.sample-flow-image img,
.sample-flow-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sample-flow-card small {
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
}

.sample-flow-card p {
  font-size: 16px;
  line-height: 1.4;
}

.sample-product-compare-grid {
  width: min(980px, calc(100vw - 96px));
  display: grid;
  grid-template-columns: repeat(2, max-content);
  justify-content: center;
  align-items: end;
  column-gap: clamp(28px, 2.8vw, 54px);
  row-gap: clamp(44px, 4vw, 72px);
  margin-top: clamp(92px, 6.2vw, 126px);
}

.sample-product-compare-card {
  display: grid;
  grid-template-columns: clamp(190px, 12vw, 240px) clamp(240px, 15vw, 300px);
  align-items: center;
  justify-content: start;
  gap: clamp(16px, 1.4vw, 28px);
}

.sample-product-compare-image {
  min-height: clamp(320px, 21vw, 420px);
  display: grid;
  place-items: center;
}

.sample-product-compare-image img,
.sample-product-compare-image video {
  width: 100%;
  max-height: clamp(320px, 21vw, 420px);
  object-fit: contain;
}

.sample-product-compare-copy {
  max-width: 310px;
}

.sample-product-compare-copy h3 {
  margin-bottom: 26px;
  padding: 2px 6px 3px;
  color: #d6d4d0;
  font-size: 16px;
}

.sample-product-compare-copy p {
  margin: 0;
  color: #202121;
  font-size: clamp(16px, .95vw, 18px);
  font-weight: 600;
  line-height: 1.85;
  word-break: keep-all;
}

.sample-dual-group-grid {
  width: min(1048px, calc(100vw - 64px));
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(46px, 4.6vw, 82px);
  margin-top: clamp(78px, 6.5vw, 116px);
  align-items: start;
}

.sample-dual-group-column {
  display: grid;
  justify-items: center;
  gap: clamp(38px, 3.2vw, 58px);
}

.sample-dual-group-column h3 {
  display: inline-block;
  margin: 0;
  padding: 6px 14px 7px;
  background: var(--lieul-dark);
  color: #f1f0ed;
  font-size: clamp(17px, 1.08vw, 22px);
  font-weight: 750;
  line-height: 1.1;
  text-align: center;
  word-break: keep-all;
}

.sample-dual-group-list {
  width: 100%;
  display: grid;
  gap: clamp(16px, 1.4vw, 22px);
}

.sample-dual-group-card {
  min-height: clamp(76px, 5.3vw, 104px);
  display: grid;
  place-items: center;
  padding: 20px 24px;
  background: rgba(247, 247, 245, .88);
  color: var(--lieul-dark);
  font-size: clamp(15px, .95vw, 20px);
  font-weight: 750;
  line-height: 1.5;
  text-align: center;
  word-break: keep-all;
}

.sample-profile-layout {
  width: min(1120px, calc(100vw - 76px));
  display: grid;
  grid-template-columns: minmax(360px, 520px) minmax(340px, 480px);
  align-items: end;
  justify-content: center;
  gap: clamp(76px, 7vw, 150px);
  margin-top: clamp(112px, 8vw, 164px);
}

.sample-profile-visual {
  display: grid;
  place-items: end center;
  min-height: clamp(460px, 33vw, 690px);
}

.sample-profile-visual img,
.sample-profile-visual video {
  width: 100%;
  max-height: clamp(460px, 33vw, 690px);
  object-fit: contain;
  object-position: bottom center;
}

.sample-profile-copy {
  align-self: center;
  padding-bottom: clamp(22px, 3vw, 58px);
  color: var(--lieul-dark);
  word-break: keep-all;
}

.sample-profile-logo {
  width: min(230px, 62%);
  margin: 0 0 clamp(34px, 2.7vw, 52px);
}

.sample-profile-logo img,
.sample-profile-logo video {
  width: 100%;
  max-height: 130px;
  object-fit: contain;
  object-position: left center;
}

.sample-profile-subtitle {
  margin: 0 0 8px;
  font-size: clamp(20px, 1.22vw, 27px);
  font-weight: 600;
  line-height: 1.45;
}

.sample-profile-copy h3 {
  margin: 0;
  font-size: clamp(24px, 1.55vw, 34px);
  font-weight: 800;
  line-height: 1.42;
  letter-spacing: 0;
}

.sample-profile-body {
  margin: clamp(28px, 2vw, 40px) 0 0;
  max-width: 430px;
  color: var(--sub-ink);
  font-size: clamp(15px, .9vw, 17px);
  font-weight: 500;
  line-height: 1.85;
}

.sample-profile-list {
  margin-top: clamp(36px, 3vw, 58px);
  padding-top: clamp(24px, 1.8vw, 34px);
  border-top: 1px solid rgba(26, 27, 28, .54);
  color: var(--lieul-dark);
  font-size: clamp(14px, .86vw, 16px);
  font-weight: 650;
  line-height: 1.85;
}

.sample-pentagon-layout {
  display: grid;
  justify-items: center;
  margin-top: clamp(112px, 8vw, 164px);
}

.sample-pentagon-graphic {
  position: relative;
  --pentagon-image-nudge: 0px;
  width: min(392px, calc(100vw - 72px));
  margin: 0 auto clamp(98px, 7vw, 140px);
}

.sample-pentagon-graphic img,
.sample-pentagon-graphic video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  transform: translateX(var(--pentagon-image-nudge));
}

.sample-pentagon-label {
  position: absolute;
  color: var(--lieul-dark);
  font-size: clamp(15px, .92vw, 18px);
  font-weight: 400;
  line-height: 1.35;
  white-space: nowrap;
}

.sample-pentagon-label.label-1 {
  left: 50%;
  top: -28px;
  transform: translate(-50%, -100%);
}

.sample-pentagon-label.label-2 {
  right: -44px;
  top: 32%;
  transform: translate(100%, -50%);
}

.sample-pentagon-label.label-3 {
  right: 10%;
  bottom: -26px;
  transform: translate(50%, 100%);
}

.sample-pentagon-label.label-4 {
  left: 10%;
  bottom: -26px;
  transform: translate(-50%, 100%);
}

.sample-pentagon-label.label-5 {
  left: -44px;
  top: 32%;
  transform: translate(-100%, -50%);
}

.sample-compare-table-wrap {
  width: min(1048px, calc(100vw - 76px));
  overflow-x: auto;
}

.sample-editor-table-wrap {
  width: min(1048px, calc(100vw - 76px));
  margin: clamp(86px, 6vw, 128px) auto 0;
  overflow-x: auto;
}

.sample-compare-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  table-layout: fixed;
  color: var(--lieul-dark);
  text-align: center;
  font-size: clamp(13px, .82vw, 16px);
  font-weight: 650;
  line-height: 1.5;
}

.sample-compare-table th,
.sample-compare-table td {
  padding: clamp(16px, 1.25vw, 24px) 18px;
  border: 1px solid rgba(223, 221, 216, .8);
  background: rgba(235, 234, 230, .72);
  word-break: keep-all;
}

.sample-compare-table th {
  background: rgba(210, 209, 204, .9);
  font-weight: 800;
}

.sample-compare-table th:first-child {
  background: rgb(210 209 204);
}

.sample-compare-table th:last-child {
  background: var(--lieul-dark);
  color: #fff;
}

.sample-compare-table td:first-child {
  background: rgb(210 209 204);
  font-weight: 800;
}

.sample-compare-table td:not(:first-child):not(:last-child) {
  background: rgb(226 226 224);
}

.sample-compare-table td:last-child {
  background: rgba(210, 209, 204, .7);
  font-weight: 800;
}

.sample-editor-table {
  min-width: 840px;
  font-size: clamp(15px, .96vw, 20px);
}

.sample-compare-table .sample-compare-head-col {
  width: 118px !important;
}

.sample-editor-table th:first-child,
.sample-editor-table td:first-child,
.sample-pentagon-section .sample-compare-table th:first-child,
.sample-pentagon-section .sample-compare-table td:first-child {
  width: 118px !important;
  min-width: 118px !important;
  max-width: 118px !important;
}

.sample-pentagon-section .sample-compare-table {
  min-width: 860px;
}

.sample-pentagon-section .sample-compare-head-col {
  width: 118px !important;
}

@media (max-width: 640px) {
  .sample-compare-table-wrap,
  .sample-editor-table-wrap {
    width: calc(100vw - 28px);
    margin-left: auto;
    margin-right: auto;
    -webkit-overflow-scrolling: touch;
  }

  .sample-compare-table,
  .sample-editor-table,
  .sample-pentagon-section .sample-compare-table {
    min-width: 680px;
    font-size: 13px;
    line-height: 1.45;
  }

  .sample-compare-table th,
  .sample-compare-table td {
    padding: 14px 10px;
  }

  .sample-compare-table .sample-compare-head-col,
  .sample-pentagon-section .sample-compare-head-col {
    width: 92px !important;
  }

  .sample-editor-table th:first-child,
  .sample-editor-table td:first-child,
  .sample-pentagon-section .sample-compare-table th:first-child,
  .sample-pentagon-section .sample-compare-table td:first-child {
    width: 92px !important;
    min-width: 92px !important;
    max-width: 92px !important;
  }

  .sample-editor-table-wrap {
    margin-top: 58px;
  }
}

@keyframes lieulFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -7px; }
}

@media (max-width: 1100px) {
  .sub-detail-page {
    --sub-content: calc(100vw - 40px);
    --sub-section-y: 82px;
  }

  .sub-why {
    min-height: auto;
    padding: clamp(76px, 16vw, 118px) 0;
  }

  .sub-why-content {
    width: min(100% - 48px, 720px);
  }

  .common-why-image-section {
    padding: 86px 0;
  }

  .common-why-inner {
    width: calc(100vw - 40px);
  }

  .common-why-image-section h2 {
    margin-bottom: 46px;
    font-size: 22px;
    line-height: 1.5;
  }

  .common-why-card-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .common-why-card h3 {
    margin-top: 30px;
    font-size: 20px;
  }

  .common-why-card p {
    margin: 16px auto 34px;
    font-size: 13px;
    line-height: 1.72;
  }

  .sub-card-grid,
  .sub-split,
  .sub-split.reverse,
  .sub-why-cards,
  .sample-plan-grid,
  .sample-image-plan-grid,
  .sample-icon-card-grid,
  .sample-two-point-layout,
  .sample-deep-grid,
  .sample-table-grid,
  .sample-overlap-layout,
  .sample-spec-grid,
  .sample-flow-grid,
  .sample-product-compare-grid,
  .sample-dual-group-grid,
  .sample-profile-layout {
    grid-template-columns: 1fr;
  }

  .sample-plan-grid,
  .sample-image-plan-grid,
  .sample-icon-card-grid,
  .sample-two-point-layout,
  .sample-deep-grid,
  .sample-table-grid,
  .sample-overlap-layout,
  .sample-spec-grid,
  .sample-step-grid,
  .sample-flow-grid,
  .sample-product-compare-grid,
  .sample-dual-group-grid,
  .sample-profile-layout {
    justify-items: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .sub-split,
  .sub-split.reverse,
  .sub-split-copy,
  .sub-split-visual {
    justify-items: center;
    justify-self: center;
    text-align: center;
  }

  .sub-split-copy .sub-lead {
    text-align: center;
  }

  .sub-split-visual {
    width: min(720px, 100%);
  }

  .sub-check-list {
    width: min(640px, 100%);
    margin-left: auto;
    margin-right: auto;
  }

  .sample-overlap-layout {
    width: min(720px, calc(100vw - 40px));
    min-height: 0;
    gap: 54px;
  }

  .sample-overlap-visual {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(640px, 100%);
    margin: 42px auto 0;
  }

  .sample-step-grid {
    grid-template-columns: 1fr;
  }

  .sample-step-card,
  .sample-step-card:nth-child(4),
  .sample-step-card:nth-child(5) {
    grid-column: auto;
    grid-template-rows: auto auto auto;
    min-height: auto;
  }

  .sample-step-card h3 {
    height: auto;
  }

  .sample-plan-grid,
  .sample-image-plan-grid,
  .sample-icon-card-grid,
  .sample-table-grid {
    width: min(720px, calc(100vw - 40px));
    gap: 20px;
  }

  .sample-plan-card,
  .sample-image-plan-card {
    width: 100%;
    box-sizing: border-box;
    min-height: clamp(220px, 58vw, 360px);
  }

  .sample-image-plan-card {
    min-height: clamp(360px, 92vw, 560px);
  }

  .sample-icon-card {
    min-height: auto;
    grid-template-rows: auto auto auto;
    padding: 36px 20px;
  }

  .sample-table-grid {
    gap: 56px;
  }

  .sample-table-block + .sample-table-block {
    margin-top: 18px;
  }

  .sample-point-section {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding: 96px 0 72px;
    background-position: center bottom;
  }

  .sample-point-section .sample-inner {
    order: 1;
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .sample-point-title {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 58px;
  }

  .sample-point-list {
    width: min(640px, calc(100vw - 40px));
    gap: 38px;
  }

  .sample-point-device {
    position: relative;
    left: 50%;
    right: auto;
    bottom: auto;
    width: min(520px, calc(100vw - 56px));
    max-width: 100%;
    margin: 56px auto 0;
    order: 2;
    transform: translateX(-50%);
    z-index: 1;
  }

  .sample-product-compare-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .sample-dual-group-grid {
    width: min(720px, calc(100vw - 40px));
    gap: 58px;
    margin-top: 64px;
  }

  .sample-dual-group-column {
    gap: 28px;
  }

  .sample-dual-group-list {
    gap: 14px;
  }

  .sample-dual-group-card {
    min-height: 76px;
    padding: 18px 16px;
    font-size: 15px;
  }

  .sample-profile-layout {
    width: min(720px, calc(100vw - 40px));
    gap: 46px;
    margin-top: 72px;
  }

  .sample-profile-visual {
    min-height: 0;
  }

  .sample-profile-copy {
    padding-bottom: 0;
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .sample-profile-logo {
    width: min(210px, 70%);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

  .sample-profile-logo img,
  .sample-profile-logo video {
    object-position: center center;
  }

  .sample-profile-body,
  .sample-profile-list {
    max-width: min(560px, 100%);
    margin-left: auto;
    margin-right: auto;
  }

  .sample-pentagon-layout {
    width: min(430px, calc(100vw - 44px));
    margin-left: auto;
    margin-right: auto;
    margin-top: 72px;
  }

  .sample-pentagon-graphic {
    --pentagon-image-nudge: 0px;
    width: 100%;
    max-width: 430px;
    margin: 0 auto 84px;
    padding: 58px 76px 74px;
    box-sizing: border-box;
    overflow: visible;
  }

  .sample-pentagon-graphic img,
  .sample-pentagon-graphic video {
    margin-left: auto;
    margin-right: auto;
    transform: none;
  }

  .sample-pentagon-label,
  .sample-pentagon-label.label-1,
  .sample-pentagon-label.label-2,
  .sample-pentagon-label.label-3,
  .sample-pentagon-label.label-4,
  .sample-pentagon-label.label-5 {
    position: absolute;
    max-width: min(132px, 30vw);
    padding: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
    text-align: center;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .sample-pentagon-label.label-1 {
    left: 50%;
    top: 18px;
    transform: translate(-50%, -50%);
  }

  .sample-pentagon-label.label-2 {
    right: 0;
    top: 40%;
    transform: translateY(-50%);
  }

  .sample-pentagon-label.label-3 {
    right: 22%;
    bottom: 20px;
    transform: translateX(50%);
  }

  .sample-pentagon-label.label-4 {
    left: 22%;
    bottom: 20px;
    transform: translateX(-50%);
  }

  .sample-pentagon-label.label-5 {
    left: 0;
    top: 40%;
    transform: translateY(-50%);
  }

  .sample-overlap-cards {
    justify-self: center;
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .sample-overlap-card,
  .sample-spec-card,
  .sample-step-card,
  .sample-flow-card,
  .sample-product-compare-card,
  .sample-table-block,
  .sample-profile-copy {
    width: 100%;
    text-align: center;
  }

  .sample-spec-card,
  .sample-step-card,
  .sample-flow-card,
  .sample-product-compare-card {
    justify-items: center;
  }

  .sample-two-point-layout {
    width: min(720px, calc(100vw - 40px));
    gap: 54px;
    margin-top: 70px;
  }

  .sample-two-point-copy {
    order: 2;
    width: min(420px, 100%);
    justify-self: center;
    justify-items: center;
    text-align: center;
  }

  .sample-two-point-visual {
    order: 1;
    width: min(720px, 100%);
    justify-self: center;
    margin: 0 auto;
  }

  .sample-deep-card {
    width: min(720px, 100%);
    min-height: 300px;
    padding: 34px 24px;
    box-sizing: border-box;
    justify-self: center;
    align-content: center;
  }

  .sub-split.reverse .sub-split-copy,
  .sub-split.reverse .sub-split-visual {
    order: initial;
  }

  .sub-split-copy {
    max-width: none;
  }

  .sample-point-device {
    right: auto;
    width: min(520px, calc(100vw - 56px));
    opacity: 1;
  }

  .sub-footer {
    flex-direction: column;
    padding: 28px 24px;
  }
}

.home-notice-stack {
  position: fixed;
  top: clamp(86px, 7vw, 110px);
  left: clamp(22px, 5.8vw, 110px);
  right: 22px;
  z-index: 1001;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 22px;
  pointer-events: none;
}

.home-notice-popup {
  position: relative;
  width: min(var(--notice-width, 450px), calc(100vw - 44px));
  background: #fff;
  color: var(--lieul-dark);
  border: 1px solid rgba(26, 27, 28, .16);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .20);
  pointer-events: auto;
}

.home-notice-image a,
.home-notice-image img {
  display: block;
}

.home-notice-image img {
  width: 100%;
  height: auto;
}

.home-notice-content {
  max-height: min(62vh, 680px);
  padding: 30px 32px 28px;
  overflow-y: auto;
  background: #fff;
  color: var(--lieul-dark);
  font-family: var(--lieul-ko);
  font-size: 16px;
  line-height: 1.75;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.home-notice-content h2 {
  margin: 0 42px 18px 0;
  color: var(--lieul-dark);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.35;
}

.home-notice-content p {
  margin: 0 0 14px;
}

.home-notice-content ul,
.home-notice-content ol {
  margin: 12px 0 16px;
  padding-left: 22px;
}

.home-notice-content img,
.home-notice-content video,
.home-notice-content iframe {
  display: block;
  max-width: 100%;
  margin: 18px auto;
}

.home-notice-content img,
.home-notice-content video {
  height: auto;
}

.home-notice-content iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.home-notice-content table {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 15px;
}

.home-notice-content th {
  background: #1a1b1c;
  color: #fff;
}

.home-notice-content th,
.home-notice-content td {
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, .55);
  vertical-align: middle;
}

.home-notice-content td {
  background: #e2e2e0;
}

.home-notice-content tr:nth-child(odd) td {
  background: #f1f1ef;
}

.home-notice-x {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.home-notice-x::before,
.home-notice-x::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28px;
  height: 1px;
  background: #979797;
  transform-origin: center;
}

.home-notice-x::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.home-notice-x::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.home-notice-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(26, 27, 28, .12);
  background: #fff;
}

.home-notice-actions button {
  min-height: 54px;
  border: 0;
  background: #fff;
  color: var(--lieul-dark);
  font-family: var(--lieul-ko);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.home-notice-actions button + button {
  border-left: 1px solid rgba(26, 27, 28, .12);
  font-weight: 500;
}

@media (max-width: 900px) {
  .sample-point-section {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 82px 0 72px;
    background-position: center bottom;
    padding-bottom:0px;
  }

  .sample-point-section .sample-inner {
    order: 1;
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .sample-point-title {
    margin-left: auto;
    margin-right: auto;
  }

  .sample-point-list {
    width: min(620px, calc(100vw - 40px));
    justify-items: center;
  }

  .sample-point {
    display: grid;
    justify-items: center;
    width: 100%;
    max-width: 620px;
    box-sizing: border-box;
    text-align: center;
  }

  .sample-point h3,
  .sample-point p {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .sample-point-device {
    position: relative;
    order: 2;
    left: 50%;
    right: auto;
    bottom: auto;
    display: block;
    width: min(540px, 88vw);
    max-width: 100%;
    margin: 56px auto 0;
    opacity: 1;
    transform: translateX(-50%);
    z-index: 1;
  }
}

@media (max-width: 640px) {
  .sample-pentagon-layout {
    width: min(430px, calc(100vw - 32px));
    width:100%;
  }

  .sample-pentagon-graphic {
    --pentagon-image-nudge: 0px;
    width: 100%;
    padding: 58px 58px 72px;
  }

  .sample-pentagon-label,
  .sample-pentagon-label.label-1,
  .sample-pentagon-label.label-2,
  .sample-pentagon-label.label-3,
  .sample-pentagon-label.label-4,
  .sample-pentagon-label.label-5 {
    max-width: min(116px, 29vw);
    background: transparent;
    font-size: 13px;
    white-space: normal;
  }

  .sample-pentagon-label.label-2 {
    right: 0;
  }

  .sample-pentagon-label.label-5 {
    left: 0;
  }

  .sample-plan-grid,
  .sample-image-plan-grid {
    width: min(100%, calc(100vw - 44px));
    justify-items: stretch;
  }

  .sample-image-plan-card {
    min-height: clamp(390px, 112vw, 620px);
  }

  .sample-image-plan-card strong {
    width: 100%;
    max-width: 86%;
    padding: 0;
    font-size: clamp(25px, 7vw, 34px);
  }

  .sample-deep-grid {
    width: min(100%, calc(100vw - 44px));
    justify-items: center;
    align-items: stretch;
  }

  .sample-deep-card {
    width: 100%;
    min-height: 270px;
    padding: 34px 22px;
  }

  .sample-deep-card h3,
  .sample-deep-card p {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .sample-table-grid {
    gap: 64px;
  }

  .sample-table-block + .sample-table-block {
    margin-top: 28px;
  }

  .sample-point-list {
    width: min(100%, calc(100vw - 44px));
  }

  .sample-point {
    max-width: min(100%, 440px);
    padding-left: 0;
    padding-right: 0;
  }

  .sample-point-device {
    width: min(430px, calc(100vw - 36px));
    margin-top: 42px;
  }

  .sample-point p {
    font-size: 15px;
    line-height: 1.85;
    overflow-wrap: anywhere;
  }

  .home-notice-stack {
    top: 76px;
    left: 16px;
    right: 16px;
  }

  .home-notice-popup {
    width: 100%;
  }

  .home-notice-actions button {
    min-height: 48px;
    font-size: 14px;
  }

  .home-notice-content {
    max-height: 64vh;
    padding: 26px 22px 22px;
    font-size: 15px;
  }

  .home-notice-content h2 {
    margin-right: 38px;
    font-size: 21px;
  }

  .home-notice-content table {
    display: block;
    overflow-x: auto;
    table-layout: auto;
    white-space: nowrap;
  }
}

@media (max-width: 640px) {
  .db-special-hero {
    min-height: 190svh;
  }

  .db-special-stage {
    min-height: 100svh;
  }

  .db-special-media-frame {
    width: min(88vw, 520px);
    height: min(46svh, 420px);
  }

  .db-hero-copy {
    width: calc(100vw - 44px);
  }

  .db-hero-copy .eyebrow {
    margin-bottom: 14px;
    font-size: 14px;
  }

  .db-hero-copy h1 {
    font-size: clamp(48px, 15vw, 78px);
  }

  .db-hero-copy h2 {
    margin-top: 12px;
    font-size: clamp(28px, 8.8vw, 44px);
  }

  .db-hero-copy .desc {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.65;
  }

  .sub-hero {
    min-height: 440px;
  }

  .sub-video-frame {
    padding: 8px;
  }

  .sub-feature-card {
    min-height: 250px;
  }

  .sub-outline-buttons {
    flex-direction: column;
  }

  .sub-detail-page .floating-cta {
    height: 56px;
    bottom: 20px;
    font-size: 16px;
  }

  .sub-detail-page .quick-dock {
    width: 112px;
    transform: translateY(-50%) scale(.86);
    transform-origin: right center;
  }

  .sub-detail-page .quick-inner {
    transform: translateX(76px);
  }
}

/* Shared footer, quick menu, and floating consultation button */
.site-footer {
  padding: 28px 0 !important;
  background: var(--lieul-dark) !important;
  color: rgba(255, 255, 255, .76) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.85 !important;
}

.footer-inner {
  display: flex !important;
  justify-content: space-between !important;
  gap: 40px !important;
  width: var(--content-inner, min(1968px, calc(100vw - 116px))) !important;
  max-width: none !important;
  margin: 0 auto !important;
}

.footer-links {
  display: flex !important;
  align-items: center !important;
  gap: 28px !important;
  white-space: nowrap !important;
  font-family: var(--lieul-ko) !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
}

.footer-links a,
.footer-links button {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 20px !important;
  color: rgba(255, 255, 255, .76) !important;
  font-family: var(--lieul-ko) !important;
  font-size: inherit !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
}

.footer-links button {
  appearance: none !important;
  border: 0 !important;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer !important;
}

.footer-links a:hover,
.footer-links button:hover {
  color: #fff !important;
}

.site-footer-detail {
  min-height: 414px !important;
  padding: 64px 24px 60px !important;
  background: #000 !important;
  color: rgba(255, 255, 255, .68) !important;
  font-family: var(--lieul-ko) !important;
  text-align: center !important;
}

.footer-detail-inner {
  width: min(720px, calc(100vw - 40px)) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0 !important;
}

.footer-detail-logo {
  display: block !important;
  width: clamp(206px, 18vw, 286px) !important;
  margin: 0 auto 30px !important;
  opacity: .78 !important;
}

.footer-detail-logo img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

.footer-detail-meta {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 6px !important;
  color: rgba(255, 255, 255, .66) !important;
  font-size: clamp(14px, .84vw, 16px) !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  letter-spacing: 0 !important;
  word-break: keep-all !important;
}

.footer-detail-meta strong {
  color: #fff !important;
  font-weight: 800 !important;
}

.site-footer-detail .footer-detail-links {
  margin-top: 28px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: clamp(28px, 2.6vw, 42px) !important;
  color: #fff !important;
  font-size: clamp(14px, .84vw, 16px) !important;
  font-weight: 800 !important;
}

.site-footer-detail .footer-detail-links a,
.site-footer-detail .footer-detail-links button {
  color: #fff !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: 1 !important;
}

.site-footer-detail .footer-detail-links a:hover,
.site-footer-detail .footer-detail-links button:hover {
  color: rgba(255, 255, 255, .72) !important;
}

body.legal-modal-open {
  overflow: hidden !important;
}

.legal-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 5000 !important;
  display: none !important;
}

.legal-modal.is-open {
  display: block !important;
}

.legal-modal-backdrop {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(0, 0, 0, .62) !important;
}

.legal-modal-panel {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: min(760px, calc(100vw - 72px)) !important;
  max-height: calc(100vh - 104px) !important;
  overflow-y: auto !important;
  padding: 42px 42px 52px !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: #fff !important;
  color: var(--lieul-dark) !important;
  font-family: var(--lieul-ko) !important;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .24) !important;
  transform: translate(-50%, -50%) !important;
  outline: none !important;
}

.legal-modal-panel h2 {
  margin: 0 54px 50px 0 !important;
  color: var(--lieul-dark) !important;
  font-family: var(--lieul-ko) !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
}

.legal-modal-content {
  white-space: pre-line !important;
  color: var(--lieul-dark) !important;
  font-family: var(--lieul-ko) !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.9 !important;
  letter-spacing: 0 !important;
  word-break: keep-all !important;
  overflow-wrap: anywhere !important;
}

.legal-modal-close {
  position: absolute !important;
  top: 30px !important;
  right: 30px !important;
  width: 38px !important;
  height: 38px !important;
  border: 0 !important;
  background: transparent !important;
  cursor: pointer !important;
}

.legal-modal-close::before,
.legal-modal-close::after {
  content: "" !important;
  position: absolute !important;
  top: 18px !important;
  left: 5px !important;
  width: 29px !important;
  height: 2px !important;
  background: var(--lieul-dark) !important;
  transform-origin: center !important;
}

.legal-modal-close::before {
  transform: rotate(45deg) !important;
}

.legal-modal-close::after {
  transform: rotate(-45deg) !important;
}

.legal-modal-close:hover::before,
.legal-modal-close:hover::after {
  background: #000 !important;
}

.floating-cta {
  position: fixed !important;
  left: 50% !important;
  bottom: 36px !important;
  z-index: 1020 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 411px !important;
  min-height: 78px !important;
  height: auto !important;
  padding: 0 57px !important;
  border-radius: 999px !important;
  background: var(--lieul-dark) !important;
  color: #fff !important;
  font-family: var(--lieul-ko) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  letter-spacing: -.02em !important;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(26, 27, 28, .2) !important;
  transform: translateX(-50%) !important;
  translate: 0 0;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity .3s ease, visibility .3s ease !important;
}

.main-renewal-page .floating-cta,
.sub-detail-page .floating-cta,
.info-page .floating-cta {
  font-weight: 500 !important;
}

.floating-cta.is-visible {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  animation: lieulCtaWave 2.4s ease-in-out infinite !important;
}

@keyframes lieulCtaWave {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -8px; }
}

.quick-dock {
  position: fixed !important;
  top: 50% !important;
  right: 0 !important;
  z-index: 1030 !important;
  width: 112px !important;
  overflow: hidden !important;
  transform: translateY(-50%) !important;
}

.quick-inner {
  display: flex !important;
  align-items: center !important;
  transform: translateX(76px) !important;
  transition: transform .34s cubic-bezier(.25, .1, .25, 1) !important;
}

.quick-dock:hover .quick-inner,
.quick-dock.is-open .quick-inner {
  transform: translateX(0) !important;
}

@media (hover: none) {
  .quick-dock:hover .quick-inner {
    transform: translateX(76px) !important;
  }

  .quick-dock.is-open .quick-inner {
    transform: translateX(0) !important;
  }
}

.quick-handle {
  flex: 0 0 36px !important;
  width: 36px !important;
  height: 136px !important;
  margin-top: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 10px 0 0 10px !important;
  background: var(--lieul-dark) !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  box-shadow: -8px 12px 28px rgba(26, 27, 28, .18) !important;
}

.quick-handle-inner {
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: .06em !important;
  writing-mode: vertical-rl !important;
  transform: rotate(180deg) !important;
}

.quick-arrow {
  display: inline-block !important;
  margin-bottom: 8px !important;
  font-size: 8px !important;
  letter-spacing: 0 !important;
}

.quick-panel {
  flex: 0 0 76px !important;
  width: 76px !important;
  overflow: hidden !important;
  border-radius: 0 0 0 0px !important;
  background: var(--lieul-dark) !important;
}

.quick-link {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 58px !important;
  padding: 8px 6px 7px !important;
  gap: 4px !important;
  color: #fff !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, .08) !important;
  transition: background .18s ease !important;
}

.quick-link:hover {
  background: rgba(255, 255, 255, .08) !important;
}

.quick-link:last-child {
  border-bottom: 0 !important;
}

.quick-icon {
  display: grid !important;
  place-items: center !important;
  width: 25px !important;
  height: 25px !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: .02em !important;
}

.quick-icon img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.quick-icon svg {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.quick-link[href="#top"] .quick-icon {
  font-size: 22px !important;
  line-height: 1 !important;
}

.quick-text {
  color: #fff !important;
  font-family: var(--lieul-ko) !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
  text-align: center !important;
  word-break: keep-all !important;
}

@media (max-width: 640px) {
  .footer-inner {
    flex-direction: column !important;
    gap: 18px !important;
    width: calc(100vw - 44px) !important;
  }

  .footer-links {
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 16px !important;
    overflow-x: auto !important;
    max-width: 100% !important;
  }

  .site-footer-detail {
    min-height: 0 !important;
    padding: 56px 22px 52px !important;
  }

  .footer-detail-inner {
    width: 100% !important;
  }

  .footer-detail-logo {
    width: 210px !important;
    margin-bottom: 26px !important;
  }

  .footer-detail-meta {
    gap: 7px !important;
    font-size: 12px !important;
    line-height: 1.65 !important;
  }

  .site-footer-detail .footer-detail-links {
    flex-wrap: wrap !important;
    gap: 16px 24px !important;
    margin-top: 26px !important;
    font-size: 13px !important;
    overflow: visible !important;
  }

  .legal-modal-panel {
    width: calc(100vw - 28px) !important;
    max-height: calc(100dvh - 42px) !important;
    padding: 30px 24px 40px !important;
  }

  .legal-modal-panel h2 {
    margin: 0 46px 34px 0 !important;
    font-size: 24px !important;
  }

  .legal-modal-content {
    font-size: 15px !important;
    line-height: 1.8 !important;
  }

  .legal-modal-close {
    top: 22px !important;
    right: 18px !important;
  }

  .floating-cta {
    min-width: min(316px, calc(100vw - 56px)) !important;
    height: 54px !important;
    padding: 0 26px !important;
    font-size: 16px !important;
  }

  .quick-dock {
    width: 112px !important;
    transform: translateY(-50%) scale(.86) !important;
    transform-origin: right center !important;
  }

  .quick-handle {
    height: 128px !important;
    margin-top: 0 !important;
  }
}

/* Index page styles migrated from index.php */
@font-face {
      font-family: "Pretendard";
      src: url("assets/Pretendard-1/public/variable/PretendardVariable.ttf") format("truetype");
      font-weight: 100 900;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "ABCArizonaFlare";
      src: url("assets/ABCArizonaFlare.ttf") format("truetype");
      font-weight: 400;
      font-style: normal;
      font-display: swap;
    }

    :root {
      --bg: #E6E5E1;
      --ink: #1a1b1c;
      --soft-ink: #333331;
      --line: rgba(23,24,25,.18);
      --dark: #1a1b1c;
      --font-ko: "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", Arial, sans-serif;
      --font-en: "ABCArizonaFlare", "Pretendard", Georgia, "Times New Roman", serif;
      --inner: min(1596px, calc(100vw - 116px));
      --logo-guide-left: var(--lieul-guide-left, clamp(52px, 1.42vw, 58px));
      --content-inner: min(1968px, calc(100vw - 116px));
      --location-inner: var(--content-inner);
      --hero-left: calc((100vw - var(--content-inner)) / 2);
      --section-pad-y: 163px;
    }

    *, *::before, *::after { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      background: var(--bg);
      color: var(--ink);
      font-family: var(--font-ko);
      overflow-x: hidden;
    }
    a { color: inherit; text-decoration: none; }
    img, video { display: block; max-width: 100%; }
    button { font-family: inherit; }

    .main-nav {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1000;
      width: 100%;
      height: 74px;
      background: transparent;
      border-bottom: 1px solid transparent;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
      transition: background .28s ease, box-shadow .28s ease;
    }
    .main-nav.scrolled {
      background: #1a1b1c;
      box-shadow: 0 4px 20px rgba(26,27,28,.18);
    }
    .main-nav .container-xxl {
      max-width: none;
      height: 100%;
      padding-left: 30px;
      padding-right: 38px;
    }
    .navbar-brand {
      display: inline-flex;
      align-items: center;
      color: #fff;
      font-family: var(--font-en);
      font-size: 0;
      letter-spacing: 0;
    }
    .brand-logo {
      display: block;
      width: 78px;
      height: auto;
      max-height: 29px;
      object-fit: contain;
    }
    .navbar-brand:hover { color: #fff; }
    .main-nav .nav-link {
      color: rgba(255,255,255,.9) !important;
      font-size: 14px;
      font-weight: 700;
      line-height: 1;
      padding: 29px 18px !important;
      white-space: nowrap;
    }
    .main-nav .nav-link:hover,
    .main-nav .nav-link.active { color: #fff !important; }
    .main-nav .dropdown-menu {
      min-width: 168px;
      padding: 9px;
      border: 1px solid rgba(255,255,255,.10);
      border-radius: 0;
      background: rgba(26,27,28,.96);
      box-shadow: 0 18px 42px rgba(26,27,28,.22);
      margin-top: 0;
    }
    .main-nav .dropdown-item {
      padding: 9px 12px;
      color: rgba(255,255,255,.82);
      font-size: 13px;
      font-weight: 600;
      border-radius: 0;
    }
    .main-nav .dropdown-item:hover {
      color: #fff;
      background: rgba(255,255,255,.08);
    }
    .nav-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 116px;
      height: 38px;
      border: 1px solid rgba(255,255,255,.52);
      border-radius: 999px;
      color: #fff;
      font-size: 13px;
      font-weight: 700;
      white-space: nowrap;
    }
    .nav-cta:hover { color: #fff; background: rgba(255,255,255,.10); }
    .nav-lang-wrap {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-left: 12px;
    }
    .nav-lang-wrap button {
      padding: 0;
      border: 0;
      background: transparent;
      color: rgba(255,255,255,.58);
      font-size: 13px;
      font-weight: 700;
      letter-spacing: .04em;
    }
    .nav-lang-wrap button.active,
    .nav-lang-wrap button:hover { color: #fff; }
    .navbar-toggler { border: 0 !important; box-shadow: none !important; }
    .navbar-toggler-icon { filter: invert(1); }
    .offcanvas { background: #1a1b1c; }
    .offcanvas .nav-link { color: rgba(255,255,255,.9) !important; }

    .hero {
      position: relative;
      min-height: 100svh;
      overflow: hidden;
      color: #fff;
      background: #161412;
    }
    .hero video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(26,27,28,.36), rgba(26,27,28,.06) 48%, rgba(26,27,28,.18)),
        linear-gradient(180deg, rgba(26,27,28,.18), rgba(26,27,28,.03) 45%, rgba(26,27,28,.30));
      pointer-events: none;
    }
    .hero-copy {
      position: absolute;
      left: var(--hero-left);
      bottom: 170px;
      z-index: 2;
    }
    .hero-copy h1 {
      margin: 0 0 24px;
      font-size: clamp(40px, 3vw, 58px);
      font-weight: 500;
      line-height: 1.33;
      letter-spacing: 0;
      text-shadow: 0 3px 20px rgba(26,27,28,.25);
    }
    .hero-copy p {
      margin: 0;
      font-size: clamp(17px, 1.02vw, 20px);
      font-weight: 500;
      line-height: 1.7;
      text-shadow: 0 3px 16px rgba(26,27,28,.22);
    }

    .floating-cta {
      position: fixed;
      left: 50%;
      bottom: 36px;
      z-index: 31;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 300px;
      height: 58px;
      padding: 0 34px;
      border-radius: 999px;
      background: #1a1b1c;
      color: #fff;
      font-size: 16px;
      font-weight: 800;
      transform: translateX(-50%);
      box-shadow: 0 10px 24px rgba(26,27,28,.2);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity .3s ease, visibility .3s ease;
    }
    .floating-cta.is-visible {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      animation: ctaWave 2.4s ease-in-out infinite;
    }
    @keyframes ctaWave {
      0%, 100% { transform: translate(-50%, 0); }
      50% { transform: translate(-50%, -8px); }
    }

    .quick-dock {
      position: fixed;
      top: 50%;
      right: 0;
      z-index: 32;
      width: 112px;
      overflow: hidden;
      transform: translateY(-50%);
    }
    .quick-inner {
      display: flex;
      align-items: center;
      transform: translateX(76px);
      transition: transform .34s cubic-bezier(.25,.1,.25,1);
    }
    .quick-dock:hover .quick-inner,
    .quick-dock.is-open .quick-inner { transform: translateX(0); }
    .quick-handle {
      flex: 0 0 34px;
      width: 34px;
      height: 136px;
      margin-top: 0;
      padding: 0;
      border: 0;
      border-radius: 10px 0 0 10px;
      background: #1a1b1c;
      color: #fff;
      cursor: pointer;
      box-shadow: -8px 12px 28px rgba(26,27,28,.18);
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .quick-handle-inner {
      font-size: 12px;
      font-weight: 500;
      letter-spacing: .06em;
      writing-mode: vertical-rl;
      transform: rotate(180deg);
    }
    .quick-arrow {
      display: inline-block;
      margin-bottom: 8px;
      font-size: 8px;
      letter-spacing: 0;
    }
    .quick-panel {
      flex: 0 0 76px;
      width: 76px;
      background: #1a1b1c;
      border-radius: 0 0 0 18px;
      overflow: hidden;
    }
    .quick-link {
      min-height: 58px;
      padding: 8px 6px 7px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 4px;
      color: #fff;
      border-bottom: 1px solid rgba(255,255,255,.08);
      transition: background .18s ease;
    }
    .quick-link:hover { background: rgba(255,255,255,.08); }
    .quick-link:last-child { border-bottom: 0; }
    .quick-icon {
      width: 25px;
      height: 25px;
      display: grid;
      place-items: center;
      font-size: 10px;
      font-weight: 500;
      letter-spacing: .02em;
    }
    .quick-icon img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
    .quick-icon-text {
      border: 1px solid rgba(255,255,255,.82);
      border-radius: 999px;
      font-size: 7px;
    }
    .quick-text {
      font-size: 8px;
      font-weight: 500;
      line-height: 1.3;
      text-align: center;
      word-break: keep-all;
    }

    .section-inner {
      width: var(--content-inner);
      margin: 0 auto;
    }
    .location .section-inner {
      width: var(--location-inner);
    }

    .values {
      padding: var(--section-pad-y) 0;
      background: var(--bg);
    }
    .values-scroll {
      height: 340vh;
      padding: 0;
      --values-bg-shift: -820px;
      --values-bg-bleed: clamp(760px, 58vw, 1040px);
      --values-gauge: 0%;
    }
    .values-sticky {
      position: sticky;
      top: 0;
      display: grid;
      grid-template-columns: minmax(0, .88fr) minmax(0, 1.18fr);
      align-items: center;
      column-gap: clamp(52px, 5vw, 112px);
      min-height: 100vh;
      padding: 0 calc((100vw - min(1588px, calc(100vw - 188px))) / 2);
      overflow: hidden;
      isolation: isolate;
      background: var(--dark);
    }
    .values-sticky::before {
      content: "";
      position: absolute;
      inset: calc(var(--values-bg-bleed) * -1) 0;
      z-index: -2;
      background: url("assets/main/main05.jpg") center / cover no-repeat;
      filter: grayscale(1) contrast(1.08);
      transform: translate3d(0, var(--values-bg-shift), 0) scale(1.08);
      transition: transform .12s linear;
      will-change: transform;
    }
    .values-sticky::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background:
        linear-gradient(90deg, rgba(26, 27, 28, .62) 0%, rgba(26, 27, 28, .34) 48%, rgba(26, 27, 28, .04) 100%),
        linear-gradient(180deg, rgba(26, 27, 28, .18), rgba(26, 27, 28, .28));
      pointer-events: none;
    }
    .values-copy-stack {
      position: relative;
      align-self: center;
      min-height: clamp(520px, 63vh, 690px);
      overflow: visible;
      isolation: isolate;
      background: transparent;
    }
    .values-copy-stack::before,
    .values-copy-stack::after {
      content: none;
    }
    .values-progress {
      position: absolute;
      left: 0;
      bottom: clamp(58px, 7.2vw, 116px);
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: rgba(255, 255, 255, .92);
      font-family: var(--font-en);
      font-size: 14px;
      font-weight: 400;
      line-height: 1;
      letter-spacing: .02em;
    }
    .values-progress em {
      position: relative;
      display: block;
      width: clamp(48px, 3.5vw, 70px);
      height: 1px;
      overflow: hidden;
      background: rgba(255, 255, 255, .38);
      transform-origin: left center;
    }
    .values-progress em::after {
      content: "";
      position: absolute;
      inset: 0 auto 0 0;
      width: var(--values-gauge);
      background: #fff;
      transition: width .42s ease;
    }
    .value-panel {
      position: absolute;
      left: 0;
      right: 0;
      top: 44%;
      color: #fff;
      opacity: 0;
      pointer-events: none;
      transform: translateY(-50%);
      transition: opacity .45s ease;
    }
    .value-panel.active {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(-50%);
    }
    .value-panel .eyebrow {
      margin-bottom: clamp(18px, 1.65vw, 30px);
      color: rgba(255, 255, 255, .64);
      font-size: clamp(18px, 1.2vw, 24px);
      letter-spacing: -.01em;
    }
    .value-panel h3 {
      margin: 0 0 clamp(26px, 2.4vw, 44px);
      color: #fff;
      font-family: var(--font-ko) !important;
      font-size: clamp(46px, 3.1vw, 60px) !important;
      font-weight: 520;
      line-height: 1.13;
      letter-spacing: -.045em;
      word-break: keep-all;
    }
    .value-panel p {
      margin: 0;
      color: rgba(255, 255, 255, .88);
      font-size: clamp(18px, 1.15vw, 23px);
      font-weight: 400;
      line-height: 1.9;
      letter-spacing: -.03em;
      word-break: keep-all;
    }
    .values-image-stack {
      position: relative;
      align-self: center;
      justify-self: end;
      width: min(100%, 846px);
      height: clamp(430px, 58vh, 690px);
      overflow: hidden;
      background: rgba(230, 229, 225, .92);
      box-shadow: 0 22px 60px rgba(26, 27, 28, .18);
    }
    .values-image-stack img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      opacity: 0;
      filter: grayscale(1) contrast(.98);
      transform: scale(1.02);
      transition: opacity .48s ease, transform 1.2s ease;
    }
    .values-image-stack img.active {
      opacity: 1;
      transform: scale(1);
    }
    .values-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 42px;
      width: var(--content-inner);
      margin: 0 auto;
    }
    .value-card img {
      width: 100%;
      aspect-ratio: 516 / 407;
      object-fit: cover;
      filter: saturate(.9);
    }
    .value-card:nth-child(2) img { filter: grayscale(1) contrast(.96); }
    .value-copy {
      padding-top: 24px;
      text-align: center;
    }
    .eyebrow {
      display: block;
      margin-bottom: 10px;
      font-family: var(--font-en);
      color: rgba(23,24,25,.55);
      font-size: 15px;
      line-height: 1.2;
    }
    .value-copy h3 {
      margin: 0 0 14px;
      font-size: 21px;
      font-weight: 700;
      letter-spacing: -.025em;
    }
    .value-copy p {
      margin: 0;
      color: #2d2e2f;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.72;
    }

    .signature {
      padding: var(--section-pad-y) 0;
      background: #e4e2dd;
    }
    .section-kicker {
      margin: 0 0 clamp(26px, 2.2vw, 42px);
      margin-top: 0 !important;
      font-size: 18px !important;
      font-weight: 400 !important;
      letter-spacing: -.02em;
    }
    .display-title {
      margin: 0;
      font-family: var(--font-en);
      font-size: clamp(42px, 3.9vw, 72px);
      font-weight: 400;
      line-height: .96;
      letter-spacing: -.02em;
    }
    .signature .display-title {
      font-size: clamp(38px, 2.8vw, 54px);
      line-height: 1.08;
    }
    .signature-lead {
      margin: 36px 0 0;
      max-width: 520px;
      color: #202122;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.9;
    }
    .program-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 26px;
      margin-top: 80px;
    }
    .program-card {
      position: relative;
      aspect-ratio: 610 / 360;
      overflow: hidden;
      background: #9b9992;
      color: #fff;
      isolation: isolate;
    }
    .program-card img {
      position: absolute;
      inset: 0;
      z-index: -2;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .program-card.texture-device {
      background: #b6b3ac url("assets/main/main01.jpg") center / cover no-repeat;
    }
    .program-card.texture-device img {
      object-fit: contain;
      object-position: center center;
    }
    .program-card.ulthera-card img {
      width: 66%;
      left: 27%;
      height: 128%;
      top: 1%;
    }
    .program-card.thermage-card img {
      height: 279%;
      left: 16%;
      top: -12%;
    }
    .program-card.dark img,
    .program-card.sculptra-card img,
    .program-card.room-card img,
    .program-card.bubble-card img {
      padding: 0;
      object-fit: cover;
    }
    .program-card::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background:
        linear-gradient(180deg, rgba(26,27,28,.08), rgba(26,27,28,.48)),
        linear-gradient(90deg, rgba(26,27,28,.32), rgba(26,27,28,.08));
    }
    .program-copy {
      position: absolute;
      left: 32px;
      right: 28px;
      bottom: 30px;
    }
    .program-copy small {
      display: block;
      margin-bottom: 18px;
      font-family: var(--font-en);
      font-size: 16px;
      font-weight: 400;
      line-height: 1;
      opacity: .92;
    }
    .program-copy strong {
      display: block;
      font-size: clamp(24px, 1.9vw, 35px);
      font-weight: 600;
      line-height: 1.1;
      letter-spacing: -.035em;
      text-shadow: 0 2px 14px rgba(26,27,28,.20);
    }

    .doctors-for {
      padding: var(--section-pad-y) 0;
      background: var(--bg);
    }
    .section-copy {
      max-width: 420px;
    }
    .section-copy .section-kicker { margin-bottom: clamp(26px, 2.2vw, 42px); }
    .section-copy .display-title {
      font-size: clamp(38px, 2.8vw, 54px);
      line-height: 1.08;
    }
    .section-copy p {
      margin: 46px 0 0;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.85;
      color: #252627;
    }
    .academic-row {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 26px;
      margin-top: 80px;
    }
    .doctors-for .academic-card {
      color: inherit;
      text-decoration: none;
    }
    .doctors-for .academic-card img {
      width: 100%;
      aspect-ratio: 1 / 1;
      object-fit: cover;
      display: block;
      margin-bottom: 0;
    }
    .doctors-for .academic-card p {
      margin: 18px 0 0;
      text-align: center;
      font-size: 16px;
      font-weight: 600;
      line-height: 1.45;
    }
    .more-link {
      display: flex;
      align-items: center;
      gap: 10px;
      width: fit-content;
      margin-top: 55px;
      margin-left: auto;
      float: none;
      font-size: 14px;
      font-weight: 700;
    }
    .view_more{
      margin-left:0px;
    }
    .more-link::after {
      content: "";
      width: 10px;
      height: 10px;
      border-top: 2px solid currentColor;
      border-right: 2px solid currentColor;
      transform: rotate(45deg);
    }

    .medical {
      padding: var(--section-pad-y) 0;
      background: var(--bg);
    }
    .medical .section-copy p { margin-top: 28px; }
    .team-grid {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      gap: 62px 38px;
      width: 100%;
      margin: 80px 0 0;
      align-items: end;
    }
    .team-card {
      grid-column: span 2;
      min-width: 0;
    }
    .team-card.offset-left { grid-column: 2 / span 2; }
    .team-card.offset-right { grid-column: 4 / span 2; }
    .doctor-photo {
      position: relative;
      min-height: 390px;
      display: flex;
      align-items: flex-end;
      justify-content: center;
    }
    .doctor-photo img {
      width: 80%;
      max-height: 600px;
      object-fit: contain;
      object-position: bottom center;
      filter: saturate(.94);
    }
    .doctor-info {
      width: 92%;
      margin: 0 auto;
      padding-top: 6px;
      min-height: 112px;
        max-width: 350px;
    }
    .doctor-info h3 {
      margin: 0 0 12px;
      padding-bottom: 13px;
      border-bottom: 1px solid rgba(26,27,28,.34);
      font-size: 22px;
      font-weight: 800;
      letter-spacing: -.035em;
    }
    .doctor-info h3 span {
      font-size: 16px;
      font-weight: 600;
      color: #444;
    }
    .doctor-info p {
      margin: 0;
      font-size: 15px;
      font-weight: 500;
      line-height: 1.68;
      color: #262728;
    }

    .journey {
      position: relative;
      min-height: clamp(520px, 34vw, 680px);
      padding: clamp(94px, 8vw, 150px) 0;
      display: grid;
      place-items: center;
      overflow: hidden;
      color: #fff;
      background: #1a1b1c url("assets/main_web/main03.jpg") center / cover no-repeat;
      text-align: center;
    }
    .journey::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(26,27,28,.18);
    }
    .journey-content {
      position: relative;
      z-index: 1;
    }
    .journey h2 {
      margin: 0 0 40px;
      font-family: var(--font-en);
      font-size: clamp(38px, 4vw, 66px);
      font-weight: 400;
      letter-spacing: -.02em;
    }
    .journey p {
      margin: 0 0 42px;
      font-size: 13px;
      font-weight: 500;
      line-height: 1.75;
    }
    .journey-actions {
      display: flex;
      justify-content: center;
      gap: 14px;
    }
    .journey-actions a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 116px;
      height: 38px;
      border: 1px solid rgba(255,255,255,.62);
      color: #fff;
      font-size: 12px;
      font-weight: 700;
      transition: background .22s ease, color .22s ease, border-color .22s ease;
    }
    .journey-actions a:hover,
    .journey-actions a:focus-visible {
      background: #fff;
      border-color: #fff;
      color: var(--dark);
    }

    .space {
      position: relative;
      min-height: 100svh;
      overflow: hidden;
      color: #fff;
      background: #171512;
    }
    .space-slides {
      position: absolute;
      inset: 0;
    }
    .space-slide {
      position: absolute;
      inset: 0;
      opacity: 0;
      transform: scale(1.018);
      background-position: center;
      background-size: cover;
      transition: opacity 1s ease, transform 1.2s ease;
    }
    .space-slide.active {
      opacity: 1;
      transform: scale(1);
    }
    .space::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(26,27,28,.56), rgba(26,27,28,.18) 42%, rgba(26,27,28,.12));
    }
    .space-content {
      position: relative;
      z-index: 1;
      width: var(--content-inner);
      min-height: 100svh;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 18px;
      cursor: pointer;
    }
    .space-content p{
      font-size: 16px !important;
    }
    .space-count {
      font-family: var(--font-en);
      font-size: 12px;
      opacity: .8;
    }
    .space p {
      margin: 0 0 8px;
      font-size: 14px;
      font-weight: 600;
    }
    .space h2 {
      margin: 0 0 20px;
      font-family: var(--font-en);
      font-size: clamp(38px, 3.45vw, 66px);
      font-weight: 400;
      line-height: .95;
    }

    .location {
      padding: var(--section-pad-y) 0;
      background: var(--bg);
    }
    .location-grid {
      display: grid;
      grid-template-columns: minmax(360px, 500px) minmax(0, 1fr);
      gap: clamp(64px, 6.3vw, 130px);
      align-items: center;
    }
    .location h2 {
      margin: 0 0 32px;
      font-family: var(--font-en);
      font-size: clamp(46px, 3.45vw, 66px);
      font-weight: 400;
      letter-spacing: -.02em;
    }
    .location-kicker {
      margin: 0 0 28px;
      font-size: 18px;
      font-weight: 700;
    }
    .address {
      margin: 0 0 28px;
      font-size: 15px;
      font-weight: 800;
      line-height: 1.62;
    }
    .location dl {
      margin: 0 0 24px;
      color: #222;
      font-size: 14px;
      line-height: 1.72;
    }
    .location dt {
      margin: 22px 0 6px;
      font-weight: 800;
    }
    .location dd { margin: 0; }
    .location-buttons {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 9px;
      margin-top: 22px;
    }
    .location-buttons a {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 52px;
      border: 1px solid #777;
      font-size: 14px;
      font-weight: 800;
      transition: background .22s ease, color .22s ease, border-color .22s ease;
    }
    .location-buttons a:hover,
    .location-buttons a:focus-visible {
      background: var(--dark);
      border-color: var(--dark);
      color: #fff;
    }
    .location-buttons a.primary {
      grid-column: 1 / -1;
      background: var(--dark);
      color: #fff;
      border-color: var(--dark);
    }
    .location-buttons a.primary:hover,
    .location-buttons a.primary:focus-visible {
      background: transparent;
      color: var(--dark);
      border-color: var(--dark);
    }
    .map-frame img {
      width: 100%;
      aspect-ratio: 1070 / 466;
      object-fit: cover;
      background: #f7f6f2;
    }
    .map-frame {
      position: relative;
      background: #f7f6f2;
      overflow: hidden;
    }
    .naver-map,
    .map-fallback {
      width: 100%;
      aspect-ratio: 1070 / 466;
      min-height: 420px;
    }
    .naver-map {
      position: absolute;
      inset: 0;
      height: 100%;
      opacity: 0;
      pointer-events: none;
    }
    .map-frame.is-loaded .naver-map {
      position: relative;
      opacity: 1;
      pointer-events: auto;
    }
    .map-frame.is-loaded .map-fallback {
      display: none;
    }

    .site-footer {
      padding: 28px 52px;
      background: #1a1b1c;
      color: rgba(255,255,255,.76);
      font-size: 13px;
      font-weight: 600;
      line-height: 1.85;
    }
    .footer-inner {
      display: flex;
      justify-content: space-between;
      gap: 40px;
      max-width: 1840px;
      margin: 0 auto;
    }
    .footer-links {
      display: flex;
      gap: 28px;
      white-space: nowrap;
    }
    .display-title{
        font-size: clamp(38px, 2.8vw, 54px) !important;
    }

    @media (max-width: 1399px) {
      :root {
        --inner: min(1180px, calc(100vw - 1vw));
        --content-inner: calc(100vw - 116px);
        --location-inner: var(--content-inner);
      }
      .main-nav .nav-link { padding-left: 11px !important; padding-right: 11px !important; font-size: 13px; }
      .doctor-photo { min-height: 350px; }
    }

    @media (min-width: 1200px) {
      .main-nav .navbar-nav .dropdown:hover > .dropdown-menu,
      .main-nav .navbar-nav .dropdown:focus-within > .dropdown-menu {
        display: block;
      }
      .main-nav .navbar-nav .dropdown > .dropdown-menu {
        top: 100%;
        left: 0;
      }
      .main-nav .navbar-nav .dropdown:hover > .nav-link,
      .main-nav .navbar-nav .dropdown:focus-within > .nav-link {
        color: #fff !important;
      }
    }

    @media (max-width: 1199px) {
      .main-nav { height: auto; }
      .brand-logo { width: 68px; max-height: 26px; }
      .values-grid,
      .program-grid,
      .academic-row,
      .location-grid { grid-template-columns: 1fr 1fr; }
      .location-grid { gap: 42px; }
      .team-grid { gap: 42px 22px; }
      .doctor-photo img { width: 80%; }
      .doctor-info { width: 96%; }
    }

    @media (max-width: 767px) {
      :root {
        --inner: calc(100vw - 34px);
        --content-inner: calc(100vw - 34px);
        --location-inner: calc(100vw - 34px);
      }
      .hero { min-height: 82svh; }
      .hero-copy { left: 22px; right: 22px; bottom: 138px; }
      .hero-copy h1 { font-size: 34px; }
      .floating-cta {
        min-width: min(300px, calc(100vw - 56px));
        height: 52px;
        font-size: 16px;
      }
      .quick-dock { width: 112px; transform: translateY(-50%) scale(.86); transform-origin: right center; }
      .quick-handle { width: 36px; height: 128px; flex-basis: 36px; margin-top: 0; }
      .quick-inner { transform: translateX(76px); }
      .quick-handle-inner { font-size: 11px; }
      .values,
      .signature,
      .doctors-for,
      .medical,
      .location { padding: 72px 0; }
      .values-scroll {
        height: 380vh;
        padding: 0;
      }
      .values-sticky {
        position: sticky;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: minmax(250px, .9fr) minmax(260px, .78fr);
        row-gap: 24px;
        min-height: 100svh;
        padding: 92px 22px 48px;
      }
      .values-copy-stack {
        display: block;
        min-height: 250px;
        padding: 0;
      }
      .values-progress {
        left: 0;
        bottom: 0;
        display: inline-flex;
      }
      .value-panel {
        position: absolute;
        left: 0;
        right: 0;
        top: 42%;
        width: 100%;
        margin: 0;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-50%);
      }
      .value-panel .eyebrow {
        margin-bottom: 10px;
        font-size: 15px;
      }
      .value-panel h3 {
        margin-bottom: 14px;
        font-size: 26px;
        line-height: 1.28;
      }
      .value-panel p {
        font-size: 14px;
        line-height: 1.72;
      }
      .values-image-stack {
        display: block;
        width: 100%;
        height: min(34svh, 360px);
        justify-self: stretch;
      }
      .values-grid,
      .program-grid,
      .academic-row,
      .location-grid { grid-template-columns: 1fr; }
      .signature-lead { margin-bottom: 0; }
      .academic-row,
      .program-grid { margin-top: 80px; }
      .team-grid {
        grid-template-columns: 1fr;
        width: min(360px, 100%);
        margin-top: 80px;
      }
      .team-card,
      .team-card.offset-left,
      .team-card.offset-right { grid-column: auto; }
      .journey { min-height: 460px; padding: 90px 20px; }
      .space,
      .space-content { min-height: 88svh; }
      .footer-inner { flex-direction: column; gap: 18px; }
      .footer-links { flex-wrap: nowrap; align-items: center; gap: 22px; overflow-x: auto; }
      .site-footer { padding: 28px 22px; }
    }

/* Final shared overrides after migrated index styles */
.nav-lang-wrap button,
.nav-lang-wrap button.active,
.nav-lang-wrap button:hover {
  font-family: var(--lieul-en) !important;
  font-weight: 500 !important;
}

.nav-lang-wrap button.active,
.nav-lang-wrap button:hover {
  color: #fff !important;
}

.site-footer {
  padding: 28px 0 !important;
  background: var(--lieul-dark) !important;
}

.footer-inner {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding-left: var(--lieul-guide-left) !important;
  padding-right: clamp(24px, 1.98vw, 38px) !important;
}

.floating-cta {
  min-width: 411px !important;
  min-height: 78px !important;
  height: auto !important;
  padding: 0 57px !important;
  background: var(--lieul-dark) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

.quick-handle,
.quick-panel {
  background: var(--lieul-dark) !important;
}

.site-footer.site-footer-detail,
.site-footer-detail {
  min-height: 246px !important;
  padding: 30px 20px 24px !important;
  background: #000 !important;
  color: rgba(255, 255, 255, .68) !important;
}

.site-footer.site-footer-detail .footer-detail-inner,
.site-footer-detail .footer-detail-inner {
  width: min(560px, calc(100vw - 40px)) !important;
}

.site-footer.site-footer-detail .footer-detail-logo,
.site-footer-detail .footer-detail-logo {
  width: clamp(138px, 11.5vw, 176px) !important;
  margin: 0 auto 16px !important;
  opacity: .75 !important;
}

.site-footer.site-footer-detail .footer-detail-meta,
.site-footer-detail .footer-detail-meta {
  gap: 4px !important;
  font-size: clamp(11px, .66vw, 13px) !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
}

.site-footer.site-footer-detail .footer-detail-links,
.site-footer-detail .footer-detail-links {
  margin-top: 16px !important;
  gap: clamp(22px, 2vw, 32px) !important;
  font-family: var(--lieul-ko) !important;
  font-size: clamp(11px, .66vw, 13px) !important;
  font-weight: 800 !important;
}

@media (max-width: 640px) {
  .footer-inner {
    width: auto !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .site-footer.site-footer-detail,
  .site-footer-detail {
    min-height: 224px !important;
    padding: 28px 18px 24px !important;
  }

  .site-footer.site-footer-detail .footer-detail-logo,
  .site-footer-detail .footer-detail-logo {
    width: 142px !important;
    margin-bottom: 14px !important;
  }

  .site-footer.site-footer-detail .footer-detail-links,
  .site-footer-detail .footer-detail-links {
    flex-wrap: wrap !important;
    gap: 14px 22px !important;
  }
}

/* Lieul lounge pages */
.lieul-static-page {
  --lounge-bg: #fff;
  --lounge-ink: #1a1b1c;
  --lounge-inner: min(1200px, calc(100vw - 96px));
  --brand-content-inner: min(1360px, calc(100vw - 150px));
  margin: 0;
  background: var(--lounge-bg);
  color: var(--lounge-ink);
  font-family: var(--lieul-ko);
}

.brand-hero,
.doctor-hero,
.academics-hero,
.blog-hero {
  position: relative;
  min-height: clamp(520px, 42vw, 740px);
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background: #1a1b1c;
}

.academics-page .main-nav:not(.scrolled) .nav-link,
.academics-page .main-nav:not(.scrolled) .nav-cta,
.academics-page .main-nav:not(.scrolled) .nav-lang-wrap button,
.blog-page .main-nav:not(.scrolled) .nav-link,
.blog-page .main-nav:not(.scrolled) .nav-cta,
.blog-page .main-nav:not(.scrolled) .nav-lang-wrap button {
  color: #1a1b1c !important;
}

.academics-page .main-nav:not(.scrolled) .nav-link.is-incomplete,
.blog-page .main-nav:not(.scrolled) .nav-link.is-incomplete {
  color: rgba(26, 27, 28, .36) !important;
}

.academics-page .main-nav:not(.scrolled) .navbar-toggler-icon,
.blog-page .main-nav:not(.scrolled) .navbar-toggler-icon {
  filter: none !important;
}

.main-nav .dropdown-menu .dropdown-item.is-incomplete,
.main-nav .dropdown-menu .dropdown-item.is-incomplete.active,
.main-nav .dropdown-menu .dropdown-item.is-incomplete:active,
.main-nav .dropdown-menu .dropdown-item.is-incomplete:hover {
  color: rgba(255, 255, 255, .34) !important;
}

.main-nav .nav-link.is-incomplete,
.main-nav.scrolled .nav-link.is-incomplete,
.offcanvas .nav-link.is-incomplete {
  color: rgba(255, 255, 255, .38) !important;
}

.academics-page .main-nav:not(.scrolled) .nav-link.is-incomplete,
.blog-page .main-nav:not(.scrolled) .nav-link.is-incomplete {
  color: rgba(26, 27, 28, .34) !important;
}

.academic-list-page .academics-hero,
.blog-list-page .blog-hero {
  min-height: clamp(360px, 44vw, 520px);
  color: var(--lounge-ink);
  background: var(--lounge-bg);
}

.academic-list-page .academics-hero p,
.blog-list-page .blog-hero p {
  color: var(--lounge-ink);
}

.brand-hero img,
.doctor-hero img,
.academics-hero img,
.blog-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(.15) brightness(.68);
}

.doctor-hero img,
.academics-hero img {
  filter: grayscale(1) brightness(.74);
}

.brand-hero div,
.doctor-hero div,
.academics-hero div,
.blog-hero div {
  position: relative;
  z-index: 1;
  padding: 96px 24px 0;
}
.academics-hero div,.blog-hero div {
  padding-top:0px;
}

.brand-hero h1,
.doctor-hero h1,
.academics-hero h1,
.blog-hero h1 {
  margin: 0;
  font-family: var(--lieul-en);
  font-size: clamp(42px, 4.2vw, 78px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.brand-hero p,
.doctor-hero p,
.academics-hero p,
.blog-hero p {
  margin: 28px 0 0;
  font-size: clamp(16px, .94vw, 19px);
  font-weight: 500;
}

.brand-scroll {
  position: relative;
  height: 300svh;
  background: var(--lounge-bg);
  --brand-gauge: 0%;
}

.brand-scroll-sticky {
  position: sticky;
  top: 0;
  min-height: 100svh;
  width: var(--brand-content-inner);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .72fr);
  align-items: center;
  gap: clamp(72px, 6vw, 118px);
  padding: 74px 0;
}

.brand-scroll-image {
  position: relative;
  aspect-ratio: 1390 / 1097;
  overflow: hidden;
}

.brand-scroll-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .36s ease;
}

.brand-scroll-image img.is-active {
  opacity: 1;
}

.brand-scroll-copy {
  position: relative;
  min-height: clamp(430px, 48vh, 560px);
}

.brand-floor img {
  width: 100%;
  height: auto;
  display: block;
}

.brand-copy-panels {
  position: relative;
  min-height: 310px;
}

.brand-copy-panels article {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .42s ease, transform .42s ease;
}

.brand-copy-panels article.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.brand-scroll-copy h2,
.brand-space-copy h2 {
  margin: 0 0 36px;
  font-size: clamp(24px, 1.8vw, 34px);
  font-weight: 700;
  line-height: 1.42;
}

.brand-scroll-copy p,
.brand-space-copy p {
  margin: 0 0 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  word-break: keep-all;
}

.brand-progress {
  position: absolute;
  left: 0;
  bottom: clamp(18px, 2.1vw, 34px);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
}

.brand-progress i {
  position: relative;
  display: block;
  width: 42px;
  height: 1px;
  overflow: hidden;
  background: rgba(26, 27, 28, .24);
}

.brand-progress i::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--brand-gauge);
  background: currentColor;
  transition: width .42s ease;
}

section.brand-window {
  --brand-window-progress: 0;
  --brand-window-y: 0%;
  position: relative;
  height: clamp(460px, 38vw, 700px);
  margin: 0;
  background: var(--lounge-bg);
  overflow: hidden;
}

.brand-window img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 240%;
  max-width: none;
  object-fit: cover;
  object-position: center top;
  transform: translate3d(0, var(--brand-window-y), 0);
  will-change: transform;
}

.brand-window::before,
.brand-window::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  height: clamp(80px, 12vh, 150px);
  pointer-events: none;
}

.brand-window::before {
  top: 0;
  background: linear-gradient(180deg, rgba(26, 27, 28, .18), rgba(26, 27, 28, 0));
}

.brand-window::after {
  bottom: 0;
  background: linear-gradient(0deg, rgba(26, 27, 28, .16), rgba(26, 27, 28, 0));
}

.brand-space {
  width: var(--brand-content-inner);
  margin: 0 auto;
  padding: 300px 0 clamp(120px, 10vw, 190px);
  display: grid;
  grid-template-columns: minmax(330px, .43fr) minmax(0, 1.07fr);
  gap: clamp(48px, 4.8vw, 88px);
}

.brand-space.no-floors {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
}

.brand-space-copy {
  padding-top: 10px;
}

.brand-space.no-floors .brand-space-copy {
  text-align: center;
}

.brand-floor {
  grid-column: 2;
}

.brand-floor.offset {
  margin-top: clamp(34px, 3.2vw, 54px);
}

.brand-floor strong {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 800;
}

.brand-slider {
  position: relative;
  aspect-ratio: 2004 / 1282;
  overflow: hidden;
  background: #d2d0ca;
}

.brand-slider img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .32s ease;
}

.brand-slider img.is-active {
  opacity: 1;
}

.brand-slider button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .82);
  font-size: 42px;
  line-height: 1;
  transform: translateY(-50%);
}

.brand-slider [data-prev] { left: 18px; }
.brand-slider [data-next] { right: 18px; }

.doctor-list-section,
.academic-list-section {
  width: var(--lounge-inner);
  margin: 0 auto;
  padding: clamp(120px, 10vw, 180px) 0 clamp(120px, 10vw, 180px);
}

.academic-list-page .academic-list-section,
.blog-list-page .blog-list-section {
  padding-top: clamp(58px, 5.8vw, 96px);
}
.academic-list-section, .blog-list-section{
  padding-top: 0px !important;
}

.doctor-heading,
.academic-heading {
  max-width: 760px;
  margin: 0 auto clamp(90px, 8vw, 140px);
  text-align: center;
}

.academic-heading {
  max-width: 620px;
}

.doctor-heading h2,
.academic-heading h2 {
  margin: 0 0 34px;
  font-size: clamp(28px, 2vw, 38px);
  font-weight: 800;
}

.doctor-heading p,
.academic-heading p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  word-break: keep-all;
}

.doctor-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(92px, 7vw, 132px) clamp(64px, 5.4vw, 104px);
}

.doctor-card {
  position: relative;
  display: grid;
  grid-column: span 2;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--lounge-ink);
  text-align: left;
  cursor: pointer;
}

.doctor-card-4 {
  grid-column: 2 / span 2;
}

.doctor-card-5 {
  grid-column: 4 / span 2;
}

.doctor-card img {
  width: 100%;
  aspect-ratio: 1470 / 2000;
  object-fit: contain;
  object-position: bottom center;
}

.doctor-card-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  background: #1a1b1c;
  color: #fff;
  font-size: 24px;
  z-index: 1;
  transition: background-color .22s ease, color .22s ease, border-color .22s ease;
  border: 1px solid #1a1b1c;
}

.doctor-card:hover .doctor-card-arrow,
.doctor-card:focus-visible .doctor-card-arrow {
  background: #fff;
  color: #1a1b1c;
}

.doctor-card-copy {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.doctor-en {
  display: none;
}

.doctor-card-copy strong {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: clamp(26px, 1.8vw, 36px);
  font-weight: 800;
  line-height: 1.2;
}

.doctor-card-copy em,
.doctor-modal-name em {
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
}

.doctor-card-copy i {
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(26, 27, 28, .42);
}

.doctor-card-copy span:last-child {
  min-height: 58px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.75;
  word-break: keep-all;
}

.doctor-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: flex-start;
  justify-items: center;
  padding: clamp(44px, 6vh, 70px) 40px;
  overflow: auto;
}

.doctor-modal.is-open {
  display: grid;
}

.doctor-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(26, 27, 28, .58);
}

.doctor-modal-panel {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100vw - 120px));
  min-height: auto;
  max-height: calc(100svh - 120px);
  overflow: auto;
  display: grid;
  grid-template-columns: .74fr 1fr;
  grid-template-rows: auto 1fr;
  gap: clamp(34px, 4vw, 58px);
  padding: clamp(34px, 3vw, 52px);
  background: #e9e8e4;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .22);
  -webkit-overflow-scrolling: touch;
}

.doctor-modal-close {
  position: absolute;
  top: -34px;
  right: -34px;
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #1a1b1c;
  font-size: 32px;
  line-height: 1;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
  z-index: 3;
}

.doctor-modal-image {
  grid-row: span 2;
  align-self: center;
  display: grid;
  place-items: center;
}

.doctor-modal-image img {
  width: 100%;
  max-height: min(560px, calc(100svh - 230px));
  object-fit: contain;
  object-position: center center;
}

.doctor-modal-name {
  align-self: start;
  display: grid;
  gap: 10px;
  padding-top: 26px;
}

.doctor-modal-name span {
  display: none;
}

.doctor-modal-name strong {
  font-size: clamp(30px, 2.2vw, 44px);
  font-weight: 800;
  line-height: 1.15;
}

.doctor-modal-content {
  grid-column: 2;
  align-self: start;
  min-width: 0;
}

.doctor-modal-content h2 {
  margin: 0 0 22px;
  font-size: clamp(21px, 1.5vw, 28px);
  font-weight: 800;
  line-height: 1.45;
  word-break: keep-all;
  white-space: pre-line;
}

.doctor-modal-content p {
  display: grid;
  gap: 6px;
  margin: 0 0 28px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(26, 27, 28, .16);
  font-size: 15px;
  line-height: 1.75;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.doctor-modal-content ul {
  margin: 0;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

@media (min-width: 901px) and (max-width: 1180px) {
  .doctor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 78px 48px;
  }

  .doctor-card,
  .doctor-card-4,
  .doctor-card-5 {
    grid-column: auto;
  }
}

.academic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(70px, 6vw, 112px) clamp(44px, 5vw, 72px);
  width: min(900px, 100%);
  margin: 0 auto;
}

.academic-card {
  display: block;
  color: var(--lounge-ink);
  text-decoration: none;
}

.academic-card.is-hidden {
  display: none;
}

.academic-card img {
  width: 100%;
  aspect-ratio: 1179 / 613;
  object-fit: cover;
  display: block;
  margin-bottom: 28px;
}

.academic-card time,
.academic-detail time {
  display: block;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
}

.academic-card strong {
  display: block;
  font-family: var(--lieul-title-mixed);
  font-size: clamp(22px, 2.2vw, 22px);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: 0;
  word-break: keep-all;
}

.view-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  height: 42px;
  margin: clamp(80px, 7vw, 120px) auto 0;
  border: 1px solid #1a1b1c;
  background: transparent;
  color: #1a1b1c;
  font-family: var(--lieul-en);
  font-size: 16px;
  font-weight: 700;
}

.academic-detail {
  width: min(900px, calc(100vw - 96px));
  margin: 0 auto;
  padding: clamp(80px, 12vw, 220px) 0 clamp(110px, 9vw, 170px);
}

.academic-back {
  display: inline-flex;
  margin-bottom: 38px;
  color: var(--lounge-ink);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.academic-detail h2 {
  margin: 0 0 44px;
  font-family: var(--lieul-title-mixed);
  font-size: clamp(22px, 2vw, 22px);
  font-weight: 600;
  line-height: 1.16;
  word-break: keep-all;
}

.academic-detail img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 46px;
}

.academic-summary {
  margin: 0 0 30px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.8;
}

.academic-body {
  font-family: var(--lieul-title-mixed);
  font-size: 17px;
  line-height: 2;
  word-break: keep-all;
}

.blog-body img,
.blog-body video {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 38px 0;
}

.blog-body .editor-embed {
  max-width: 100%;
  margin-top: 38px;
  margin-bottom: 38px;
}

.blog-body .editor-embed iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #111;
}

.blog-body h2,
.blog-body h3,
.blog-body h4 {
  margin: 48px 0 18px;
  font-weight: 800;
  line-height: 1.35;
}

.blog-body table {
  width: min(850px, 100%);
  margin: 46px auto;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: var(--lieul-ko);
  font-size: 14px;
  line-height: 1.5;
}

.blog-body th,
.blog-body td {
  padding: 13px 18px;
  border: 0;
  text-align: left;
  vertical-align: middle;
}

.blog-body th {
  background: #171819;
  color: #fff;
  font-weight: 800;
}

.blog-body tbody tr:nth-child(odd) td {
  background: #eeeeeb;
}

.blog-body tbody tr:nth-child(even) td {
  background: #dededb;
}

.blog-body td:last-child,
.blog-body th:last-child {
  width: 32%;
  font-weight: 800;
}

.notice-page .main-nav:not(.scrolled) .nav-link,
.notice-page .main-nav:not(.scrolled) .nav-cta,
.notice-page .main-nav:not(.scrolled) .nav-lang-wrap button,
.place-page .main-nav:not(.scrolled) .nav-link,
.place-page .main-nav:not(.scrolled) .nav-cta,
.place-page .main-nav:not(.scrolled) .nav-lang-wrap button,
.consultation-page .main-nav:not(.scrolled) .nav-link,
.consultation-page .main-nav:not(.scrolled) .nav-cta,
.consultation-page .main-nav:not(.scrolled) .nav-lang-wrap button {
  color: #1a1b1c !important;
}

.notice-page .main-nav:not(.scrolled) .nav-cta,
.place-page .main-nav:not(.scrolled) .nav-cta,
.consultation-page .main-nav:not(.scrolled) .nav-cta {
  border-color: rgba(26, 27, 28, .22);
}

.notice-page .main-nav:not(.scrolled) .nav-cta:hover,
.place-page .main-nav:not(.scrolled) .nav-cta:hover,
.consultation-page .main-nav:not(.scrolled) .nav-cta:hover {
  background: rgba(26, 27, 28, .06);
  color: #1a1b1c !important;
}

.notice-page .main-nav:not(.scrolled) .navbar-toggler-icon,
.place-page .main-nav:not(.scrolled) .navbar-toggler-icon,
.consultation-page .main-nav:not(.scrolled) .navbar-toggler-icon {
  filter: none !important;
}

.notice-hero,
.location-sub-hero {
  min-height: clamp(360px, 44vw, 520px);
  display: grid;
  place-items: center;
  padding: 0 24px;
  background: var(--lounge-bg);
  color: var(--lounge-ink);
  text-align: center;
}

.notice-hero h1,
.location-sub-hero h1 {
  margin: 0;
  font-family: var(--lieul-en);
  font-size: clamp(42px, 4.2vw, 78px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.notice-hero p,
.location-sub-hero p {
  margin: 28px 0 0;
  font-size: clamp(16px, .94vw, 19px);
  font-weight: 500;
}

.notice-list-section {
  width: min(1460px, calc(100vw - 190px));
  margin: 0 auto;
  padding: clamp(48px, 4vw, 72px) 0 clamp(180px, 15vw, 300px);
}

.notice-list {
  border-top: 1px solid rgba(26, 27, 28, .62);
}

.notice-empty {
  display: grid;
  place-items: center;
  min-height: 140px;
  border-bottom: 1px solid rgba(26, 27, 28, .54);
  color: rgba(26, 27, 28, .58);
  font-size: 16px;
  font-weight: 700;
}

.notice-row {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) 150px;
  align-items: center;
  min-height: 94px;
  border-bottom: 1px solid rgba(26, 27, 28, .54);
  color: var(--lounge-ink);
  text-decoration: none;
}


.notice-no, .notice-row time {
  color: rgba(26, 27, 28, .58);
  font-size: 16px;
  font-weight: 600;
}

.notice-row strong {
  font-family: var(--lieul-ko);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
  word-break: keep-all;
}

.notice-row time {
  justify-self: end;
}

.notice-detail {
  width: min(1080px, calc(100vw - 190px));
  margin: 0 auto;
  padding: clamp(42px, 5vw, 76px) 0 clamp(110px, 9vw, 170px);
}

.notice-detail-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  align-items: end;
  gap: 24px;
}

.notice-detail h2 {
  margin: 0;
  font-family: var(--lieul-ko);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
  word-break: keep-all;
}

.notice-detail time {
  justify-self: end;
  color: rgba(26, 27, 28, .58);
  font-size: 15px;
  font-weight: 600;
}

.notice-detail-rule {
  height: 2px;
  margin: 22px 0 42px;
  background: rgba(26, 27, 28, .58);
}

.notice-detail-rule.bottom {
  height: 1px;
  margin: 58px 0 0;
}

.notice-summary,
.notice-body {
  font-family: var(--lieul-ko);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
  word-break: keep-all;
}

.notice-summary {
  margin: 0 0 42px;
}

.notice-cover,
.notice-body img,
.notice-body video {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 42px auto;
}

.notice-body .editor-embed {
  max-width: 100%;
  margin: 42px 0;
}

.notice-body .editor-embed iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #111;
}

.notice-body table {
  width: min(850px, 100%);
  margin: 46px auto;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: var(--lieul-ko);
  font-size: 14px;
  line-height: 1.5;
}

.notice-body th,
.notice-body td {
  padding: 13px 18px;
  border: 0;
  text-align: left;
  vertical-align: middle;
}

.notice-body th {
  background: #171819;
  color: #fff;
  font-weight: 800;
}

.notice-body tbody tr:nth-child(odd) td {
  background: #eeeeeb;
}

.notice-body tbody tr:nth-child(even) td {
  background: #dededb;
}

.notice-body td:last-child,
.notice-body th:last-child {
  width: 32%;
  font-weight: 800;
}

.location-map-section {
  position: relative;
  height: clamp(420px, 43vw, 620px);
  overflow: hidden;
  background: #ececea;
}

.place-naver-map,
.location-map-section img {
  width: 100%;
  height: 100%;
}

.place-naver-map {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity .24s ease;
}

.place-map-fallback {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.location-map-section img {
  object-fit: cover;
  filter: saturate(.92) contrast(.96) brightness(1.04);
}

.location-map-section.is-loaded .place-naver-map {
  opacity: 1;
}

.location-map-section.is-loaded .place-map-fallback,
.location-map-section.is-loaded .location-marker {
  opacity: 0;
  pointer-events: none;
}

.location-marker {
  position: absolute;
  z-index: 2;
  left: 50.5%;
  top: 49%;
  transform: translate(-50%, -50%);
  display: grid;
  justify-items: center;
}

.location-marker-label {
  position: relative;
  min-width: 118px;
  padding: 13px 20px;
  border: 1px solid rgba(26, 27, 28, .6);
  background: #fff;
  color: #1a1b1c;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 5px 12px rgba(0, 0, 0, .08);
}

.location-marker-label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  width: 18px;
  height: 18px;
  border-right: 1px solid rgba(26, 27, 28, .6);
  border-bottom: 1px solid rgba(26, 27, 28, .6);
  background: #fff;
  transform: translateX(-50%) rotate(45deg);
}

.location-pin {
  width: 34px;
  height: 34px;
  margin-top: 18px;
  border-radius: 50% 50% 50% 0;
  background: #4f5255;
  transform: rotate(-45deg);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .18);
}

.location-pin::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: #252729;
}

.location-info-section {
  width: min(1180px, calc(100vw - 96px));
  margin: 0 auto;
  padding: clamp(68px, 5.8vw, 96px) 0 clamp(112px, 8.6vw, 152px);
  display: grid;
  grid-template-columns: minmax(250px, 270px) minmax(390px, 440px) minmax(280px, 320px);
  gap: clamp(34px, 3.6vw, 58px);
  justify-content: center;
  align-items: start;
}

.location-info-section h2 {
  margin: 0 0 24px;
  font-size: 17px;
  font-weight: 800;
}

.location-hours dl {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 12px 22px;
  margin: 0 0 28px;
  font-size: 15px;
  font-weight: 600;
}

.location-hours dt {
  font-weight: 800;
}

.location-hours dd {
  margin: 0;
}

.location-phone {
  margin: 0;
  font-size: clamp(28px, 2.1vw, 36px);
  font-weight: 500;
  line-height: 1.1;
  white-space: nowrap;
}

.location-address p {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
  word-break: keep-all;
}

.location-address-main {
  margin-bottom: 36px !important;
  font-weight: 800 !important;
}

.location-route-block {
  margin-top: 30px;
}

.location-route-block h3 {
  margin: 0 0 15px;
  font-size: 15px;
  font-weight: 900;
}

.location-route-block p {
  margin-bottom: 14px;
}

.location-sub-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

.location-sub-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  height: 39px;
  padding: 0 20px;
  border: 1px solid rgba(26, 27, 28, .45);
  color: #1a1b1c;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.location-sub-buttons a.primary {
  min-width: 176px;
  border-color: #171819;
  background: #171819;
  color: #fff;
}

.location-parking p {
  margin: 0 0 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(26, 27, 28, .42);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.72;
  word-break: keep-all;
}

.location-parking img {
  width: 100%;
  aspect-ratio: 430 / 300;
  object-fit: cover;
}

.consultation-hero {
  min-height: clamp(370px, 42vw, 560px);
  display: grid;
  place-items: center;
  padding: 74px 24px 0;
  background: var(--lounge-bg);
  color: var(--lounge-ink);
  text-align: center;
}

.consultation-hero h1 {
  margin: 0;
  font-family: var(--lieul-en);
  font-size: clamp(48px, 5.2vw, 78px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.consultation-hero p {
  margin: 32px 0 0;
  font-size: clamp(17px, 1vw, 20px);
  font-weight: 600;
}

.consultation-section {
  width: min(740px, calc(100vw - 48px));
  margin: 0 auto;
  padding: clamp(28px, 3.2vw, 52px) 0 clamp(150px, 13vw, 230px);
}

.consultation-form {
  display: grid;
  gap: 26px;
}

.consult-row {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  align-items: start;
  gap: 26px;
  color: #1a1b1c;
  font-size: 14px;
  font-weight: 800;
}

.consult-label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 42px;
  margin: 0;
  color: #1a1b1c;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}

.consult-row b,
.consult-privacy b {
  color: #ef3f3f;
}

.consult-row input,
.consult-row select,
.consult-row textarea {
  width: 100%;
  min-height: 42px;
  border: 0;
  border-bottom: 1px solid rgba(26, 27, 28, .22);
  background: transparent;
  color: #1a1b1c;
  font: inherit;
  font-weight: 500;
  outline: none;
}

.consult-row select {
  border-bottom-color: rgba(26, 27, 28, .65);
}

.consult-row textarea {
  min-height: 118px;
  resize: vertical;
}

.phone-fields {
  display: grid;
  grid-template-columns: minmax(70px, 1fr) 12px minmax(86px, 1fr) 12px minmax(86px, 1fr);
  align-items: center;
  gap: 10px;
}

.phone-fields i {
  color: rgba(26, 27, 28, .5);
  font-style: normal;
  text-align: center;
}

.consult-privacy {
  display: grid;
  gap: 13px;
  margin-top: 2px;
  font-size: 14px;
  font-weight: 800;
}

.consult-privacy > div {
  max-height: 132px;
  overflow: auto;
  padding: 18px;
  border: 1px solid rgba(26, 27, 28, .18);
  color: #1a1b1c;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.75;
}

.consult-privacy label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}

.consult-privacy input {
  width: 18px;
  height: 18px;
}

.consult-submit,
.consultation-complete a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 48px;
  padding: 0 28px;
  border: 1px solid #1a1b1c;
  background: transparent;
  color: #1a1b1c;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.consult-submit:hover,
.consultation-complete a:hover {
  background: #1a1b1c;
  color: #fff;
}

.consultation-error,
.consultation-complete {
  padding: 18px;
  border: 1px solid rgba(26, 27, 28, .18);
  color: #1a1b1c;
  font-size: 14px;
  font-weight: 700;
}

.consultation-complete {
  display: grid;
  justify-items: center;
  gap: 24px;
  text-align: center;
}

.consultation-complete h2,
.consultation-complete p {
  margin: 0;
}

@media (max-width: 900px) {
  .lieul-static-page {
    --lounge-inner: calc(100vw - 40px);
    --brand-content-inner: calc(100vw - 40px);
  }

  .brand-scroll-sticky,
  .brand-space,
  .doctor-grid,
  .academic-grid,
  .doctor-modal-panel,
  .sample-image-plan-grid,
  .sample-icon-card-grid,
  .sample-table-grid {
    grid-template-columns: 1fr;
  }

  .sample-image-plan-grid,
  .sample-icon-card-grid,
  .sample-table-grid {
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .sample-table-grid {
    gap: 0;
  }

  .brand-scroll-sticky {
    gap: 44px;
    padding: 58px 0;
  }

  .brand-space {
    padding-top: 140px;
  }

  section.brand-window {
    height: clamp(320px, 72vw, 520px);
  }

  .brand-window img {
    height: 220%;
  }

  .brand-scroll-copy {
    min-height: 390px;
  }

  .brand-floor,
  .doctor-modal-content {
    grid-column: auto;
  }

  .doctor-grid {
    grid-template-columns: 1fr;
    gap: 72px;
  }

  .doctor-card,
  .doctor-card-4,
  .doctor-card-5 {
    grid-column: auto;
  }

  .doctor-modal {
    padding: 18px;
    align-items: flex-start;
  }

  .doctor-modal-panel {
    width: 100%;
    max-height: calc(100svh - 36px);
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr;
    gap: 0;
    padding: 0;
    overflow: auto;
    background: #e9e8e4;
    -webkit-overflow-scrolling: touch;
  }

  .doctor-modal-close {
    top: 14px;
    right: 14px;
  }

  .doctor-modal-image {
    display: grid;
    place-items: center;
    background: #e9e8e4;
  }

  .doctor-modal-image img {
    display: block;
    width: 100%;
    max-height: 360px;
    object-fit: contain;
    object-position: center center;
  }

  .doctor-modal-name {
    display: grid;
    gap: 8px;
    padding: 28px 24px 24px;
    background: #e9e8e4;
  }

  .doctor-modal-name span {
    display: none !important;
    font-size: 28px;
  }

  .doctor-modal-name strong {
    font-size: 38px;
  }

  .doctor-modal-content {
    display: block;
    padding: 28px 24px 36px;
    background: #e9e8e4;
  }

  .doctor-modal-content h2 {
    margin-bottom: 22px;
    font-size: 26px;
  }

  .doctor-modal-content p,
  .doctor-modal-content ul {
    font-size: 16px;
    line-height: 1.85;
  }

  .notice-hero,
  .location-sub-hero {
    min-height: 330px;
    padding: 0 20px;
  }

  .notice-list-section,
  .notice-detail,
  .location-info-section {
    width: calc(100vw - 40px);
  }

  .notice-list-section {
    padding-bottom: 120px;
  }

  .notice-row {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    min-height: 86px;
    padding: 16px 0;
  }

  .notice-row time {
    grid-column: 2;
    justify-self: start;
    font-size: 14px;
  }

  .notice-no {
    align-self: start;
    padding-top: 2px;
    font-size: 15px;
  }

  .notice-row strong {
    font-size: 17px;
  }

  .notice-detail-head {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .notice-detail time {
    justify-self: start;
  }

  .blog-body table,
  .notice-body table {
    display: block;
    overflow-x: auto;
    table-layout: auto;
    white-space: nowrap;
  }

  .location-map-section {
    height: 430px;
  }

  .location-map-section img {
    width: 170%;
    max-width: none;
    transform: translateX(-22%);
  }

  .location-info-section {
    grid-template-columns: 1fr;
    gap: 54px;
    padding-bottom: 110px;
  }

  .location-address-main {
    margin-bottom: 28px !important;
  }

  .location-route-block {
    margin-top: 26px;
  }

  .location-parking img {
    max-width: 520px;
  }

  .location-hours dl {
    grid-template-columns: 74px minmax(0, 1fr);
  }

  .location-sub-buttons a,
  .location-sub-buttons a.primary {
    flex: 1 1 100%;
  }

  .consultation-hero {
    min-height: 330px;
    padding-top: 72px;
  }

  .consultation-section {
    width: calc(100vw - 40px);
    padding-bottom: 110px;
  }

  .consult-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .consult-label {
    min-height: auto;
  }

  .phone-fields {
    grid-template-columns: minmax(0, 1fr) 10px minmax(0, 1fr) 10px minmax(0, 1fr);
    gap: 8px;
  }

  .phone-fields {
    grid-template-columns: 1fr 10px 1fr 10px 1fr;
  }
}

/* Safari Chinese layout fallback: prevent CJK copy from expanding grid columns. */
html[lang^="zh"] .db-treatment-page .sample-inner > *,
html[lang^="zh"] .db-treatment-page .sub-wide > *,
html[lang^="zh"] .db-treatment-page .sub-split > *,
html[lang^="zh"] .db-treatment-page .sample-product-compare-card > *,
body.lang-ch.db-treatment-page .sample-inner > *,
body.lang-ch.db-treatment-page .sub-wide > *,
body.lang-ch.db-treatment-page .sub-split > *,
body.lang-ch.db-treatment-page .sample-product-compare-card > * {
  min-width: 0 !important;
}

html[lang^="zh"] .db-treatment-page .sample-center,
html[lang^="zh"] .db-treatment-page .sample-center *,
html[lang^="zh"] .db-treatment-page .sub-split-copy,
html[lang^="zh"] .db-treatment-page .sub-split-copy *,
html[lang^="zh"] .db-treatment-page .sample-product-compare-copy,
html[lang^="zh"] .db-treatment-page .sample-product-compare-copy *,
html[lang^="zh"] .db-treatment-page .sample-two-point-copy,
html[lang^="zh"] .db-treatment-page .sample-two-point-copy *,
html[lang^="zh"] .db-treatment-page .sample-overlap-card,
html[lang^="zh"] .db-treatment-page .sample-overlap-card *,
html[lang^="zh"] .db-treatment-page .sample-spec-card,
html[lang^="zh"] .db-treatment-page .sample-spec-card *,
html[lang^="zh"] .db-treatment-page .sample-step-card,
html[lang^="zh"] .db-treatment-page .sample-step-card *,
html[lang^="zh"] .db-treatment-page .sample-flow-card,
html[lang^="zh"] .db-treatment-page .sample-flow-card *,
html[lang^="zh"] .db-treatment-page .sample-deep-card,
html[lang^="zh"] .db-treatment-page .sample-deep-card *,
html[lang^="zh"] .db-treatment-page .sample-dual-group-column,
html[lang^="zh"] .db-treatment-page .sample-dual-group-column *,
html[lang^="zh"] .db-treatment-page .sample-profile-copy,
html[lang^="zh"] .db-treatment-page .sample-profile-copy *,
body.lang-ch.db-treatment-page .sample-center,
body.lang-ch.db-treatment-page .sample-center *,
body.lang-ch.db-treatment-page .sub-split-copy,
body.lang-ch.db-treatment-page .sub-split-copy *,
body.lang-ch.db-treatment-page .sample-product-compare-copy,
body.lang-ch.db-treatment-page .sample-product-compare-copy *,
body.lang-ch.db-treatment-page .sample-two-point-copy,
body.lang-ch.db-treatment-page .sample-two-point-copy *,
body.lang-ch.db-treatment-page .sample-overlap-card,
body.lang-ch.db-treatment-page .sample-overlap-card *,
body.lang-ch.db-treatment-page .sample-spec-card,
body.lang-ch.db-treatment-page .sample-spec-card *,
body.lang-ch.db-treatment-page .sample-step-card,
body.lang-ch.db-treatment-page .sample-step-card *,
body.lang-ch.db-treatment-page .sample-flow-card,
body.lang-ch.db-treatment-page .sample-flow-card *,
body.lang-ch.db-treatment-page .sample-deep-card,
body.lang-ch.db-treatment-page .sample-deep-card *,
body.lang-ch.db-treatment-page .sample-dual-group-column,
body.lang-ch.db-treatment-page .sample-dual-group-column *,
body.lang-ch.db-treatment-page .sample-profile-copy,
body.lang-ch.db-treatment-page .sample-profile-copy *,
body.lang-ch.db-treatment-page .sample-table-grid,
body.lang-ch.db-treatment-page .sample-table-grid *,
body.lang-ch.db-treatment-page .sample-table-block,
body.lang-ch.db-treatment-page .sample-table-block *,
body.lang-ch.db-treatment-page .sample-table-item,
body.lang-ch.db-treatment-page .sample-table-item * {
  max-width: 100% !important;
  white-space: normal !important;
  word-break: break-all !important;
  overflow-wrap: anywhere !important;
  line-break: anywhere !important;
  text-wrap: wrap !important;
}

html[lang^="zh"] .db-treatment-page .sample-product-compare-grid,
body.lang-ch.db-treatment-page .sample-product-compare-grid {
  width: min(1180px, calc(100vw - 96px)) !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: end !important;
}

html[lang^="zh"] .db-treatment-page .sample-product-compare-card,
body.lang-ch.db-treatment-page .sample-product-compare-card {
  grid-template-columns: minmax(160px, 240px) minmax(0, 310px) !important;
  max-width: 100% !important;
}

html[lang^="zh"] .db-treatment-page .sub-split-copy .sub-lead,
body.lang-ch.db-treatment-page .sub-split-copy .sub-lead {
  width: 100% !important;
}

html[lang^="zh"] .db-treatment-page :where(.sample-plan-card, .sample-image-plan-card, .sample-icon-card, .sample-deep-card, .sample-spec-card, .sample-step-card, .sample-flow-card, .sample-table-item, .sample-product-compare-card, .sample-dual-group-card),
body.lang-ch.db-treatment-page :where(.sample-plan-card, .sample-image-plan-card, .sample-icon-card, .sample-deep-card, .sample-spec-card, .sample-step-card, .sample-flow-card, .sample-table-item, .sample-product-compare-card, .sample-dual-group-card) {
  min-width: 0 !important;
  max-width: 100% !important;
}

html[lang^="zh"] .db-treatment-page :where(.sample-plan-card strong, .sample-image-plan-card strong, .sample-icon-card h3, .sample-icon-card p, .sample-deep-card h3, .sample-deep-card p, .sample-spec-card h3, .sample-spec-card p, .sample-step-card h3, .sample-step-card p, .sample-flow-card h3, .sample-flow-card p, .sample-table-item, .sample-product-compare-copy, .sample-product-compare-copy *, .sample-dual-group-card),
body.lang-ch.db-treatment-page :where(.sample-plan-card strong, .sample-image-plan-card strong, .sample-icon-card h3, .sample-icon-card p, .sample-deep-card h3, .sample-deep-card p, .sample-spec-card h3, .sample-spec-card p, .sample-step-card h3, .sample-step-card p, .sample-flow-card h3, .sample-flow-card p, .sample-table-item, .sample-product-compare-copy, .sample-product-compare-copy *, .sample-dual-group-card) {
  white-space: normal !important;
  word-break: break-all !important;
  overflow-wrap: anywhere !important;
  line-break: anywhere !important;
}

html[lang^="zh"] .brand-scroll-copy h2,
html[lang^="zh"] .brand-space-copy h2,
html.lieul-lang-ch .brand-scroll-copy h2,
html.lieul-lang-ch .brand-space-copy h2 {
  font-family: var(--lieul-ko) !important;
  word-break: break-all !important;
  overflow-wrap: anywhere !important;
}

html[lang^="zh"] .doctor-card-copy strong,
html[lang^="zh"] .doctor-modal-name strong,
html[lang^="zh"] .doctor-modal-name b,
html.lieul-lang-ch .doctor-card-copy strong,
html.lieul-lang-ch .doctor-modal-name strong,
html.lieul-lang-ch .doctor-modal-name b {
  font-family: var(--lieul-title-mixed) !important;
}

@media (max-width: 1100px) {
  html[lang^="zh"] .db-treatment-page .sample-product-compare-grid,
  body.lang-ch.db-treatment-page .sample-product-compare-grid,
  html[lang^="zh"] .db-treatment-page .sample-product-compare-card,
  body.lang-ch.db-treatment-page .sample-product-compare-card {
    grid-template-columns: 1fr !important;
  }
}

/* 2026 mobile polish */
@media (max-width: 1199px) {
  .main-nav .container-xxl {
    padding-left: clamp(18px, 5.6vw, 24px) !important;
    padding-right: clamp(18px, 5.6vw, 24px) !important;
  }

  .navbar-brand {
    position: relative;
    z-index: 6;
    margin-right: 0 !important;
    pointer-events: auto !important;
    touch-action: manipulation;
  }

  .navbar-brand > * {
    pointer-events: none !important;
  }

  .brand-logo {
    width: 76px !important;
    max-height: 29px !important;
  }

  .mobile-nav-primary {
    font-size: 19px !important;
    min-height: 58px !important;
    padding: 19px 0 !important;
  }

  .mobile-sub-link {
    min-height: 42px !important;
    padding: 12px 0 !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 640px) {
  .quick-dock,
  .sub-detail-page .quick-dock {
    width: 128px !important;
    transform: translateY(-50%) !important;
    transform-origin: right center !important;
  }

  .quick-inner,
  .sub-detail-page .quick-inner {
    transform: translateX(86px) !important;
  }

  .quick-dock:hover .quick-inner,
  .quick-dock.is-open .quick-inner,
  .sub-detail-page .quick-dock:hover .quick-inner,
  .sub-detail-page .quick-dock.is-open .quick-inner {
    transform: translateX(0) !important;
  }

  .quick-handle,
  .sub-detail-page .quick-handle {
    flex-basis: 42px !important;
    width: 42px !important;
    height: 148px !important;
    box-shadow: none !important;
  }

  .quick-handle-inner,
  .sub-detail-page .quick-handle-inner {
    font-size: 13px !important;
    letter-spacing: .08em !important;
  }

  .quick-panel,
  .sub-detail-page .quick-panel {
    flex-basis: 86px !important;
    width: 86px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

.quick-link,
.sub-detail-page .quick-link {
  min-height: 68px !important;
  padding: 10px 7px 9px !important;
  gap: 6px !important;
  }

  .quick-icon,
  .sub-detail-page .quick-icon {
    width: 30px !important;
    height: 30px !important;
  }

  .quick-text,
  .sub-detail-page .quick-text {
    font-size: 10px !important;
    line-height: 1.25 !important;
  }

  .sample-pentagon-layout {
    width: min(430px, calc(100vw - 44px)) !important;
    max-width: 430px !important;
  }

  .sample-pentagon-graphic {
    width: 100% !important;
    padding: 62px 72px 78px !important;
    margin-bottom: 88px !important;
    box-sizing: border-box !important;
  }

  .sample-pentagon-label,
  .sample-pentagon-label.label-1,
  .sample-pentagon-label.label-2,
  .sample-pentagon-label.label-3,
  .sample-pentagon-label.label-4,
  .sample-pentagon-label.label-5 {
    max-width: min(112px, 27vw) !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
  }

  .sample-pentagon-label.label-2 {
    right: 8px !important;
  }

  .sample-pentagon-label.label-5 {
    left: 8px !important;
  }
}

@media (max-width: 900px) {
  .brand-slider {
    touch-action: pan-y !important;
  }

  .brand-slider img {
    width: 100% !important;
  }

  .location-map-section {
    height: min(72vw, 360px) !important;
    background: #fff !important;
  }

  .location-map-section img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: contain !important;
    transform: none !important;
  }
}

.quick-dock:hover .quick-inner,
.sub-detail-page .quick-dock:hover .quick-inner {
  transform: translateX(76px) !important;
}

.quick-dock.is-open .quick-inner,
.sub-detail-page .quick-dock.is-open .quick-inner {
  transform: translateX(0) !important;
}

@media (hover: hover) and (pointer: fine) {
  .quick-dock:hover .quick-inner,
  .sub-detail-page .quick-dock:hover .quick-inner {
    transform: translateX(0) !important;
  }
}

@media (max-width: 640px) {
  .quick-dock:hover .quick-inner,
  .sub-detail-page .quick-dock:hover .quick-inner {
    transform: translateX(86px) !important;
  }

  .quick-dock.is-open .quick-inner,
  .sub-detail-page .quick-dock.is-open .quick-inner {
    transform: translateX(0) !important;
  }

}

@media (hover: none) and (pointer: coarse) {
  .quick-dock,
  .sub-detail-page .quick-dock {
    pointer-events: none !important;
  }

  .quick-handle,
  .sub-detail-page .quick-handle {
    pointer-events: auto !important;
    touch-action: manipulation;
  }

  .quick-panel,
  .sub-detail-page .quick-panel {
    pointer-events: none !important;
  }

  .quick-dock.is-open .quick-panel,
  .sub-detail-page .quick-dock.is-open .quick-panel {
    pointer-events: auto !important;
  }
}

/* English typography normalization */
html[lang="en"] body,
html.lieul-lang-en body {
  font-family: var(--lieul-en) !important;
}

html[lang="en"] body :where(h1, h2, h3, h4, h5, h6, p, a, span, strong, em, small, time, button, input, select, textarea, label, li, dt, dd, th, td, div),
html.lieul-lang-en body :where(h1, h2, h3, h4, h5, h6, p, a, span, strong, em, small, time, button, input, select, textarea, label, li, dt, dd, th, td, div) {
  font-family: var(--lieul-en) !important;
}

.display-title,
.section-heading-en,
.eyebrow,
.detail-eyebrow,
.doctor-en,
.mixed-title,
.academic-card strong,
.academic-detail h2,
.academic-body,
.view-more-btn,
.brand-scroll-copy h2,
.brand-space-copy h2,
.location-sub-hero h1,
.doctor-hero h1,
.academics-hero h1,
.blog-hero h1,
.notice-hero h1,
.db-hero-copy h1,
.db-hero-copy .eyebrow,
.sample-point-label,
.sample-profile-subtitle,
.quick-text,
.quick-handle-inner,
.footer-links,
.more-link {
  font-family: var(--lieul-en) !important;
}

.quick-dock,
.quick-dock *,
.quick-dock::before,
.quick-dock::after,
.quick-dock *::before,
.quick-dock *::after,
.sub-detail-page .quick-dock,
.sub-detail-page .quick-dock *,
.sub-detail-page .quick-dock::before,
.sub-detail-page .quick-dock::after,
.sub-detail-page .quick-dock *::before,
.sub-detail-page .quick-dock *::after {
  box-shadow: none !important;
  text-shadow: none !important;
  filter: none !important;
}

.quick-handle,
.quick-panel,
.quick-inner,
.sub-detail-page .quick-handle,
.sub-detail-page .quick-panel,
.sub-detail-page .quick-inner {
  box-shadow: none !important;
  filter: none !important;
}

@media (min-width: 1200px) {
body:not(.main-renewal-page) .main-nav.renewal-nav {
  --main-nav-menu-width: min(1520px, 80vw);
  --main-nav-menu-items-width: min(1368px, 72vw);
  --main-nav-menu-slot: min(152px, 8vw);
  height: 82px !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .10) !important;
}

html[lang="en"] body:not(.main-renewal-page) .main-nav.renewal-nav,
html[lang="zh-CN"] body:not(.main-renewal-page) .main-nav.renewal-nav {
  --main-nav-menu-width: min(1600px, 78vw);
  --main-nav-menu-slot: calc(var(--main-nav-menu-width) / 10);
  --main-nav-menu-items-width: calc(var(--main-nav-menu-width) * .9);
}

body:not(.main-renewal-page) .main-nav.renewal-nav .container-xxl {
  display: grid !important;
  grid-template-columns: minmax(92px, 1fr) auto minmax(92px, 1fr) !important;
  grid-template-rows: 82px !important;
  align-items: center !important;
  height: 100% !important;
  max-width: none !important;
  padding-left: clamp(28px, 3vw, 58px) !important;
  padding-right: clamp(28px, 2vw, 38px) !important;
}

body:not(.main-renewal-page) .main-nav.renewal-nav .navbar-brand {
  grid-column: 1 !important;
  grid-row: 1 !important;
  justify-self: start !important;
  align-self: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

body:not(.main-renewal-page) .main-nav.renewal-nav .brand-logo {
  width: 86px !important;
  max-height: none !important;
}

body:not(.main-renewal-page) .main-nav.renewal-nav .brand-logo-light {
  opacity: 0 !important;
}

body:not(.main-renewal-page) .main-nav.renewal-nav .brand-logo-dark {
  opacity: 1 !important;
}

body:not(.main-renewal-page) .main-nav.renewal-nav #mainNavCollapse {
  display: contents !important;
}

body:not(.main-renewal-page) .main-nav.renewal-nav #mainNavCollapse > .navbar-nav {
  grid-column: 1 / -1 !important;
  grid-row: 1 !important;
  justify-self: center !important;
  display: grid !important;
  grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  align-items: center !important;
  width: var(--main-nav-menu-items-width) !important;
  margin: 0 var(--main-nav-menu-slot) 0 0 !important;
  gap: 0 !important;
  transform: translateX(-9px) !important;
}

body:not(.main-renewal-page) .main-nav.renewal-nav #mainNavCollapse > .navbar-nav > .nav-item {
  min-width: 0 !important;
  justify-self: stretch !important;
  display: flex !important;
  justify-content: center !important;
}

body:not(.main-renewal-page) .main-nav.renewal-nav .nav-link,
body:not(.main-renewal-page) .main-nav.renewal-nav .nav-cta,
body:not(.main-renewal-page) .main-nav.renewal-nav .nav-lang-wrap button {
  color: #111 !important;
}

body:not(.main-renewal-page) .main-nav.renewal-nav .nav-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  padding: 0 4px !important;
  font-size: clamp(12px, .729167vw, 14px) !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  white-space: nowrap !important;
}

body:not(.main-renewal-page) .main-nav.renewal-nav #mainNavCollapse > .d-flex {
  display: contents !important;
}

body:not(.main-renewal-page) .main-nav.renewal-nav .nav-cta {
  grid-column: 1 / -1 !important;
  grid-row: 1 !important;
  justify-self: end !important;
  align-self: center !important;
  width: var(--main-nav-menu-slot) !important;
  min-width: 0 !important;
  height: auto !important;
  margin-right: max(28px, calc((100vw - var(--main-nav-menu-width)) / 2)) !important;
  padding: 0 4px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  font-size: clamp(12px, .729167vw, 14px) !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  text-align: center !important;
  transform: translateX(calc(var(--main-nav-menu-slot) * .25)) !important;
}

body:not(.main-renewal-page) .main-nav.renewal-nav .nav-lang-wrap {
  grid-column: 3 !important;
  grid-row: 1 !important;
  justify-self: end !important;
  align-self: center !important;
  margin: 0 !important;
}

body:not(.main-renewal-page) .main-nav.renewal-nav .navbar-nav > .dropdown > .dropdown-menu {
  display: none !important;
}

body:not(.main-renewal-page) .main-mega-panel {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  min-height: clamp(380px, 21.875vw, 420px) !important;
  height: auto !important;
  padding: clamp(34px, 1.98vw, 38px) 0 clamp(44px, 2.8vw, 54px) !important;
  background: rgba(255, 255, 255, .88) !important;
  border-top: 1px solid rgba(0, 0, 0, .035) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity .22s ease, visibility .22s ease !important;
}

body:not(.main-renewal-page) .main-nav.renewal-nav:hover .main-mega-panel,
body:not(.main-renewal-page) .main-nav.renewal-nav:focus-within .main-mega-panel {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

body:not(.main-renewal-page) .main-mega-inner {
  display: grid !important;
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  gap: 0 !important;
  width: var(--main-nav-menu-width) !important;
  margin: 0 auto !important;
}

body:not(.main-renewal-page) .main-mega-column {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: clamp(18px, 1.15vw, 22px) !important;
  min-width: 0 !important;
  text-align: center !important;
}

body:not(.main-renewal-page) .main-mega-column a {
  color: #111 !important;
  width: auto !important;
  max-width: 100% !important;
  font-size: clamp(13px, .78vw, 15px) !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  text-align: center !important;
  white-space: nowrap !important;
}

html[lang="en"] body:not(.main-renewal-page) .main-nav.renewal-nav .nav-link,
html[lang="en"] body:not(.main-renewal-page) .main-nav.renewal-nav .nav-cta,
html[lang="zh-CN"] body:not(.main-renewal-page) .main-nav.renewal-nav .nav-link,
html[lang="zh-CN"] body:not(.main-renewal-page) .main-nav.renewal-nav .nav-cta {
  font-size: clamp(10px, .62vw, 12px) !important;
  line-height: 1.16 !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}

html[lang="en"] body:not(.main-renewal-page) .main-mega-column a,
html[lang="zh-CN"] body:not(.main-renewal-page) .main-mega-column a {
  width: 100% !important;
  font-size: clamp(10px, .62vw, 12px) !important;
  line-height: 1.18 !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}
}

#doctorModalNameEn,
.doctor-modal-name span {
  display: none !important;
}

@media (min-width: 901px) {
  .doctor-modal {
    align-items: flex-start;
    padding: 24px 40px;
    overflow: auto;
  }

  .doctor-modal-panel {
    width: min(1280px, calc(100vw - 80px));
    height: auto;
    max-height: calc(100dvh - 48px);
    overflow: auto !important;
    grid-template-columns: minmax(300px, .68fr) minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: clamp(28px, 3vw, 52px);
    padding: clamp(32px, 3vw, 48px);
    overscroll-behavior: contain;
  }

  .doctor-modal-close {
    top: 16px;
    right: 16px;
    width: 52px;
    height: 52px;
    font-size: 28px;
  }

  .doctor-modal-image {
    grid-row: 1 / 3;
    align-self: start;
    min-height: 0;
    height: auto;
  }

  .doctor-modal-image img {
    width: 100%;
    height: auto;
    max-height: calc(100dvh - 112px);
    object-fit: contain;
    object-position: center center;
  }

  .doctor-modal-name {
    padding-top: 0;
  }

  .doctor-modal-content {
    min-height: 0;
    overflow: visible;
    padding-right: 0;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 900px) {
  .doctor-modal {
    overflow: auto;
  }

  .doctor-modal-panel {
    overflow: auto;
  }
}

body:not(.main-renewal-page) .main-nav.global-renewal-nav {
  background: rgba(255, 255, 255, .96) !important;
  border-bottom: 0 !important;
  color: #111 !important;
  overflow: visible !important;
}

body:not(.main-renewal-page) .main-nav.global-renewal-nav .brand-logo-light {
  opacity: 0 !important;
}

body:not(.main-renewal-page) .main-nav.global-renewal-nav .brand-logo-dark {
  opacity: 1 !important;
}

body:not(.main-renewal-page) .main-nav.global-renewal-nav .nav-link,
body:not(.main-renewal-page) .main-nav.global-renewal-nav .nav-cta,
body:not(.main-renewal-page) .main-nav.global-renewal-nav .nav-lang-wrap button {
  color: #111 !important;
}

body:not(.main-renewal-page) .main-nav.global-renewal-nav .nav-link:hover,
body:not(.main-renewal-page) .main-nav.global-renewal-nav .nav-link:focus,
body:not(.main-renewal-page) .main-nav.global-renewal-nav .nav-link.active,
body:not(.main-renewal-page) .main-nav.global-renewal-nav .navbar-nav > .dropdown:hover > .nav-link,
body:not(.main-renewal-page) .main-nav.global-renewal-nav .navbar-nav > .dropdown:focus-within > .nav-link,
body:not(.main-renewal-page) .main-nav.global-renewal-nav .nav-cta:hover,
body:not(.main-renewal-page) .main-nav.global-renewal-nav .nav-cta:focus,
body:not(.main-renewal-page) .main-nav.global-renewal-nav .nav-lang-wrap button:hover,
body:not(.main-renewal-page) .main-nav.global-renewal-nav .nav-lang-wrap button:focus,
body:not(.main-renewal-page) .main-nav.global-renewal-nav .nav-lang-wrap button.active {
  color: #111 !important;
}

body:not(.main-renewal-page) .main-nav.global-renewal-nav .navbar-toggler-icon {
  filter: none !important;
}

body:not(.main-renewal-page) .main-nav.global-renewal-nav .main-mega-panel {
  display: none !important;
}

@media (min-width: 1200px) {
  html body:not(.main-renewal-page) nav.main-nav.global-renewal-nav {
    --global-nav-width: min(1460px, calc(100vw - 300px));
    --global-nav-slot: calc(var(--global-nav-width) / 10);
    --global-nav-items-width: calc(var(--global-nav-slot) * 9);
    height: 82px !important;
    position: fixed !important;
    inset: 0 0 auto 0 !important;
    z-index: 1050 !important;
    background: rgba(255, 255, 255, .96) !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .10) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  html[lang="en"] body:not(.main-renewal-page) nav.main-nav.global-renewal-nav,
  html[lang="zh-CN"] body:not(.main-renewal-page) nav.main-nav.global-renewal-nav {
    --global-nav-width: min(1420px, calc(100vw - 340px));
  }

  html body:not(.main-renewal-page) nav.main-nav.global-renewal-nav > .container-xxl {
    display: grid !important;
    grid-template-columns: minmax(92px, 1fr) auto minmax(92px, 1fr) !important;
    grid-template-rows: 82px !important;
    align-items: center !important;
    height: 82px !important;
    max-width: none !important;
    padding-left: clamp(46px, 3vw, 62px) !important;
    padding-right: clamp(34px, 2.4vw, 46px) !important;
  }

  html body:not(.main-renewal-page) nav.main-nav.global-renewal-nav .navbar-brand {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    align-self: center !important;
    display: inline-flex !important;
    width: 86px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    z-index: 2 !important;
  }

  html body:not(.main-renewal-page) nav.main-nav.global-renewal-nav .brand-logo {
    display: block !important;
    width: 86px !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
  }

  html body:not(.main-renewal-page) nav.main-nav.global-renewal-nav .brand-logo-light {
    opacity: 0 !important;
  }

  html body:not(.main-renewal-page) nav.main-nav.global-renewal-nav .brand-logo-dark {
    opacity: 1 !important;
    position: absolute !important;
    inset: 50% auto auto 0 !important;
    transform: translateY(-50%) !important;
  }

  html body:not(.main-renewal-page) nav.main-nav.global-renewal-nav #mainNavCollapse {
    display: contents !important;
  }

  html body:not(.main-renewal-page) nav.main-nav.global-renewal-nav #mainNavCollapse > .navbar-nav {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    display: grid !important;
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
    align-items: center !important;
    width: var(--global-nav-items-width) !important;
    margin: 0 var(--global-nav-slot) 0 0 !important;
    gap: 0 !important;
    transform: none !important;
  }

  html body:not(.main-renewal-page) nav.main-nav.global-renewal-nav #mainNavCollapse > .navbar-nav > .nav-item {
    min-width: 0 !important;
    justify-self: stretch !important;
    display: flex !important;
    justify-content: center !important;
  }

  html body:not(.main-renewal-page) nav.main-nav.global-renewal-nav .nav-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 82px !important;
    padding: 0 5px !important;
    font-size: clamp(12px, .729167vw, 14px) !important;
    font-weight: 600 !important;
    line-height: 1.14 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  html body:not(.main-renewal-page) nav.main-nav.global-renewal-nav .nav-link:hover,
  html body:not(.main-renewal-page) nav.main-nav.global-renewal-nav .nav-link:focus,
  html body:not(.main-renewal-page) nav.main-nav.global-renewal-nav .nav-link.active,
  html body:not(.main-renewal-page) nav.main-nav.global-renewal-nav .navbar-nav > .dropdown:hover > .nav-link,
  html body:not(.main-renewal-page) nav.main-nav.global-renewal-nav .navbar-nav > .dropdown:focus-within > .nav-link {
    color: #111 !important;
  }

  html body:not(.main-renewal-page) nav.main-nav.global-renewal-nav #mainNavCollapse > .d-flex {
    display: contents !important;
  }

  html body:not(.main-renewal-page) nav.main-nav.global-renewal-nav .nav-cta {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    align-self: center !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: var(--global-nav-slot) !important;
    min-width: 0 !important;
    height: 82px !important;
    margin: 0 max(90px, calc((100vw - var(--global-nav-width)) / 2 - 8px)) 0 0 !important;
    padding: 0 5px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    font-size: clamp(12px, .729167vw, 14px) !important;
    font-weight: 600 !important;
    line-height: 1.14 !important;
    text-align: center !important;
    transform: none !important;
  }

  html body:not(.main-renewal-page) nav.main-nav.global-renewal-nav .nav-lang-wrap {
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    align-self: center !important;
    display: flex !important;
    gap: 9px !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 2 !important;
  }

  html body:not(.main-renewal-page) nav.main-nav.global-renewal-nav .nav-lang-wrap button {
    font-size: 13px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    font-weight: 500 !important;
  }

  html body:not(.main-renewal-page) nav.main-nav.global-renewal-nav .navbar-nav > .dropdown > .dropdown-menu {
    display: none !important;
  }

  html body:not(.main-renewal-page) nav.main-nav.global-renewal-nav .main-mega-panel {
    display: block !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    min-height: clamp(380px, 21.875vw, 420px) !important;
    height: auto !important;
    padding: clamp(34px, 1.98vw, 38px) 0 clamp(44px, 2.8vw, 54px) !important;
    background: rgba(255, 255, 255, .88) !important;
    border-top: 1px solid rgba(0, 0, 0, .035) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity .22s ease, visibility .22s ease !important;
    z-index: 1049 !important;
  }

  html body:not(.main-renewal-page) nav.main-nav.global-renewal-nav:hover .main-mega-panel,
  html body:not(.main-renewal-page) nav.main-nav.global-renewal-nav:focus-within .main-mega-panel {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  html body:not(.main-renewal-page) nav.main-nav.global-renewal-nav .main-mega-inner {
    display: grid !important;
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
    gap: 0 !important;
    width: var(--global-nav-width) !important;
    margin: 0 auto !important;
  }

  html body:not(.main-renewal-page) nav.main-nav.global-renewal-nav .main-mega-column {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: clamp(18px, 1.15vw, 22px) !important;
    min-width: 0 !important;
    text-align: center !important;
  }

  html body:not(.main-renewal-page) nav.main-nav.global-renewal-nav .main-mega-column a {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    color: #111 !important;
    font-size: clamp(13px, .78vw, 15px) !important;
    font-weight: 400 !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  html[lang="en"] body:not(.main-renewal-page) nav.main-nav.global-renewal-nav .nav-link,
  html[lang="en"] body:not(.main-renewal-page) nav.main-nav.global-renewal-nav .nav-cta,
  html[lang="zh-CN"] body:not(.main-renewal-page) nav.main-nav.global-renewal-nav .nav-link,
  html[lang="zh-CN"] body:not(.main-renewal-page) nav.main-nav.global-renewal-nav .nav-cta {
    font-size: clamp(10px, .62vw, 12px) !important;
    line-height: 1.16 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  html[lang="en"] body:not(.main-renewal-page) nav.main-nav.global-renewal-nav .main-mega-column a,
  html[lang="zh-CN"] body:not(.main-renewal-page) nav.main-nav.global-renewal-nav .main-mega-column a {
    width: 100% !important;
    padding: 0 4px !important;
    font-size: clamp(10px, .62vw, 12px) !important;
    line-height: 1.18 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }
}

body:not(.main-renewal-page) {
  --lieul-card-bg: #f4f4f4;
  --lieul-card-ink: #1a1b1c;
  --lieul-card-muted: rgba(26, 27, 28, .72);
}

body:not(.main-renewal-page) :where(
  .feature,
  .feature-card,
  .point-card,
  .mini-card,
  .detail-visual,
  .detail-list li,
  .sub-check-list li,
  .stat-row article,
  .check-card,
  .product-panel,
  .special-card,
  .target-card,
  .area-grid > span,
  .hair-areas > article,
  .area-card,
  .recommend-card,
  .deep-card,
  .sample-spec-card,
  .sample-deep-card,
  .sample-step-card,
  .sample-flow-card,
  .sample-product-compare-card,
  .sample-overlap-card,
  .sample-icon-card,
  .sample-dual-group-card,
  .sample-table-item,
  .line-item
) {
  background: var(--lieul-card-bg) !important;
  border-color: rgba(26, 27, 28, .16) !important;
  color: var(--lieul-card-ink) !important;
}

body:not(.main-renewal-page) :where(
  .feature,
  .feature-card,
  .point-card,
  .mini-card,
  .detail-list li,
  .sub-check-list li,
  .stat-row article,
  .check-card,
  .product-panel,
  .special-card,
  .target-card,
  .area-grid > span,
  .hair-areas > article,
  .area-card,
  .recommend-card,
  .deep-card,
  .sample-spec-card,
  .sample-deep-card,
  .sample-step-card,
  .sample-flow-card,
  .sample-product-compare-card,
  .sample-overlap-card,
  .sample-icon-card,
  .sample-dual-group-card,
  .sample-table-item,
  .line-item
) :where(h2, h3, h4, p, span, strong, small, b, em) {
  color: var(--lieul-card-ink) !important;
}

body:not(.main-renewal-page) :where(
  .feature-copy p,
  .mini-card p,
  .detail-list li,
  .stat-row span,
  .product-panel p,
  .special-card p,
  .area-card p,
  .recommend-card p,
  .deep-card p,
  .sample-spec-card p,
  .sample-deep-card p,
  .sample-step-card p,
  .sample-flow-card p,
  .sample-product-compare-card p,
  .sample-overlap-card p,
  .sample-icon-card p,
  .sample-table-item small,
  .line-item small
) {
  color: var(--lieul-card-muted) !important;
}

body.db-treatment-page .sample-product-compare-copy h3 {
  color: #fff !important;
}

body.db-treatment-page .sample-product-compare-card {
  background: transparent !important;
}

body.db-treatment-page .sample-overlap-card {
  background: transparent !important;
}

body.db-treatment-page .sample-step-card small,
body.db-treatment-page .sample-overlap-card strong,
body.db-treatment-page .sample-product-compare-copy h3 {
  color: #fff !important;
}

body:not(.main-renewal-page) :where(
  .sample-spec-card h3,
  .sample-flow-card h3,
  .sample-deep-card h3,
  .deep-card h3
) {
  border-color: rgba(26, 27, 28, .26) !important;
}

body:not(.main-renewal-page) :where(.sample-spec-image, .model-frame, .botox-strip) {
  background: #ededed !important;
}

body:not(.main-renewal-page) .site-footer.site-footer-detail,
body:not(.main-renewal-page) .site-footer-detail {
  min-height: 424px !important;
  padding: 74px 24px 58px !important;
  background: #000 !important;
  color: rgba(255, 255, 255, .68) !important;
  text-align: center !important;
}

body:not(.main-renewal-page) .site-footer.site-footer-detail .footer-detail-inner,
body:not(.main-renewal-page) .site-footer-detail .footer-detail-inner {
  width: min(760px, calc(100vw - 40px)) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0 !important;
}

body:not(.main-renewal-page) .site-footer.site-footer-detail .footer-detail-logo,
body:not(.main-renewal-page) .site-footer-detail .footer-detail-logo {
  display: block !important;
  width: clamp(178px, 12.8vw, 246px) !important;
  margin: 0 auto 24px !important;
  opacity: .82 !important;
}

body:not(.main-renewal-page) .site-footer.site-footer-detail .footer-detail-logo img,
body:not(.main-renewal-page) .site-footer-detail .footer-detail-logo img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

body:not(.main-renewal-page) .site-footer.site-footer-detail .footer-detail-meta,
body:not(.main-renewal-page) .site-footer-detail .footer-detail-meta {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 7px !important;
  font-size: clamp(12px, .72vw, 14px) !important;
  font-weight: 500 !important;
  line-height: 1.52 !important;
  text-align: center !important;
  color: rgba(255, 255, 255, .58) !important;
}

body:not(.main-renewal-page) .site-footer.site-footer-detail .footer-detail-meta *,
body:not(.main-renewal-page) .site-footer-detail .footer-detail-meta * {
  color: rgba(255, 255, 255, .58) !important;
}

body:not(.main-renewal-page) .site-footer.site-footer-detail .footer-detail-meta strong,
body:not(.main-renewal-page) .site-footer-detail .footer-detail-meta strong {
  color: #fff !important;
  font-weight: 800 !important;
}

body:not(.main-renewal-page) .site-footer.site-footer-detail .footer-detail-links,
body:not(.main-renewal-page) .site-footer-detail .footer-detail-links {
  margin-top: 26px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: clamp(30px, 2.5vw, 48px) !important;
  font-size: clamp(12px, .72vw, 14px) !important;
  font-weight: 800 !important;
}

body:not(.main-renewal-page) .site-footer.site-footer-detail .footer-detail-links a,
body:not(.main-renewal-page) .site-footer.site-footer-detail .footer-detail-links button,
body:not(.main-renewal-page) .site-footer-detail .footer-detail-links a,
body:not(.main-renewal-page) .site-footer-detail .footer-detail-links button {
  color: #fff !important;
  font-weight: 800 !important;
}

body:not(.main-renewal-page) .site-footer:not(.site-footer-detail) .footer-inner {
  width: min(720px, calc(100vw - 40px)) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  text-align: center !important;
}

body:not(.main-renewal-page) .site-footer:not(.site-footer-detail) .footer-brand-group {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 0 !important;
}

body:not(.main-renewal-page) .site-footer:not(.site-footer-detail) .footer-logo {
  display: block !important;
  width: clamp(206px, 18vw, 286px) !important;
  margin: 0 auto 30px !important;
  opacity: .78 !important;
}

body:not(.main-renewal-page) .site-footer:not(.site-footer-detail) .footer-logo img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

body:not(.main-renewal-page) .site-footer:not(.site-footer-detail) .footer-meta {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 6px !important;
  font-size: clamp(14px, .84vw, 16px) !important;
  line-height: 1.55 !important;
  text-align: center !important;
  color: rgba(255, 255, 255, .58) !important;
}

body:not(.main-renewal-page) .site-footer:not(.site-footer-detail) .footer-meta * {
  color: rgba(255, 255, 255, .58) !important;
}

body:not(.main-renewal-page) .site-footer:not(.site-footer-detail) .footer-meta strong {
  color: rgba(255, 255, 255, .90) !important;
  font-weight: 700 !important;
}

body:not(.main-renewal-page) .site-footer:not(.site-footer-detail) .footer-links {
  margin-top: 28px !important;
  justify-content: center !important;
  gap: clamp(28px, 2.6vw, 42px) !important;
  font-size: clamp(14px, .84vw, 16px) !important;
  font-weight: 800 !important;
}

body:not(.main-renewal-page) .site-footer:not(.site-footer-detail) .footer-links a,
body:not(.main-renewal-page) .site-footer:not(.site-footer-detail) .footer-links button {
  color: #fff !important;
  font-weight: 800 !important;
}

/* Footer QA lock: detailed footer should stay compact and medium-weight. */
.site-footer.site-footer-detail,
.site-footer-detail {
  background: #000 !important;
  min-height: 0 !important;
  padding-top: 34px !important;
  padding-bottom: 28px !important;
}

.site-footer.site-footer-detail .footer-detail-logo,
.site-footer-detail .footer-detail-logo {
  width: clamp(136px, 9.2vw, 176px) !important;
  margin-bottom: 17px !important;
}

.site-footer.site-footer-detail .footer-detail-meta,
.site-footer-detail .footer-detail-meta,
.site-footer.site-footer-detail .footer-detail-links,
.site-footer-detail .footer-detail-links {
  font-size: clamp(9px, .56vw, 11px) !important;
  line-height: 1.48 !important;
}

.site-footer.site-footer-detail .footer-detail-meta strong,
.site-footer-detail .footer-detail-meta strong,
.site-footer.site-footer-detail .footer-detail-links,
.site-footer-detail .footer-detail-links,
.site-footer.site-footer-detail .footer-detail-links a,
.site-footer.site-footer-detail .footer-detail-links button,
.site-footer-detail .footer-detail-links a,
.site-footer-detail .footer-detail-links button {
  color: #fff !important;
  font-weight: 500 !important;
}

/* Final footer parity lock: sub treatment pages use the same compact detail footer as index.php. */
body.db-treatment-page .site-footer.site-footer-detail,
body.db-treatment-page .site-footer-detail,
body.sub-detail-page .site-footer.site-footer-detail,
body.sub-detail-page .site-footer-detail,
body.main-renewal-page .site-footer.site-footer-detail,
body.main-renewal-page .site-footer-detail {
  min-height: 0 !important;
  padding: 34px 20px 28px !important;
  background: #000 !important;
  color: rgba(255, 255, 255, .68) !important;
  text-align: center !important;
}

body.db-treatment-page .site-footer-detail .footer-detail-inner,
body.sub-detail-page .site-footer-detail .footer-detail-inner,
body.main-renewal-page .site-footer-detail .footer-detail-inner {
  width: min(700px, calc(100vw - 40px)) !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body.db-treatment-page .site-footer-detail .footer-detail-logo,
body.sub-detail-page .site-footer-detail .footer-detail-logo,
body.main-renewal-page .site-footer-detail .footer-detail-logo {
  width: clamp(136px, 9.2vw, 176px) !important;
  margin: 0 auto 17px !important;
  opacity: .82 !important;
}

body.db-treatment-page .site-footer-detail .footer-detail-meta,
body.db-treatment-page .site-footer-detail .footer-detail-links,
body.sub-detail-page .site-footer-detail .footer-detail-meta,
body.sub-detail-page .site-footer-detail .footer-detail-links,
body.main-renewal-page .site-footer-detail .footer-detail-meta,
body.main-renewal-page .site-footer-detail .footer-detail-links {
  font-size: clamp(9px, .56vw, 11px) !important;
  line-height: 1.48 !important;
}

@media (max-width: 767.98px) {
  body.db-treatment-page .site-footer.site-footer-detail,
  body.db-treatment-page .site-footer-detail,
  body.sub-detail-page .site-footer.site-footer-detail,
  body.sub-detail-page .site-footer-detail,
  body.main-renewal-page .site-footer.site-footer-detail,
  body.main-renewal-page .site-footer-detail {
    padding: 30px 18px 26px !important;
  }

  body.db-treatment-page .site-footer-detail .footer-detail-logo,
  body.sub-detail-page .site-footer-detail .footer-detail-logo,
  body.main-renewal-page .site-footer-detail .footer-detail-logo {
    width: 132px !important;
    margin-bottom: 15px !important;
  }

  body.db-treatment-page .site-footer-detail .footer-detail-meta,
  body.db-treatment-page .site-footer-detail .footer-detail-links,
  body.sub-detail-page .site-footer-detail .footer-detail-meta,
  body.sub-detail-page .site-footer-detail .footer-detail-links,
  body.main-renewal-page .site-footer-detail .footer-detail-meta,
  body.main-renewal-page .site-footer-detail .footer-detail-links {
    font-size: 10px !important;
  }
}
