@font-face {
  font-family: "KoPubBatang";
  src: url("mirror-assets/ptldesign.cafe24.com/line/theme/line/fonts/KoPubWorld_Batang_Pro_Light.otf") format("opentype");
  font-weight: 300;
}

/* Micro Fat Grafting */
body.microfat-page .sub-shell {
  background:
    radial-gradient(circle at 78% 8%, rgba(255, 252, 246, 0.72), transparent 27%),
    linear-gradient(180deg, #f8f3ed 0%, #eee5dc 48%, #f8f4ef 100%);
}

.microfat-page .advanced-hero h1 {
  font-size: clamp(3.55rem, 4.65vw, 5.45rem);
}

.microfat-page .advanced-hero-image {
  aspect-ratio: 0.78 / 1;
}

.microfat-page .advanced-hero-image img {
  height: 106%;
}

.microfat-page .advanced-drawing,
.microfat-page .advanced-contour {
  background: #e9ded1;
}

.microfat-core .advanced-layer {
  aspect-ratio: 1 / 0.88;
  justify-self: end;
  width: min(100%, 540px);
}

.microfat-core .advanced-layer img {
  height: 100%;
  object-position: center center;
}

.microfat-benefits .advanced-contour img {
  height: auto;
  object-fit: contain;
  object-position: center center;
  transform: none;
}

.microfat-benefits .advanced-contour {
  aspect-ratio: auto;
  overflow: visible;
}

.microfat-benefits .advanced-microfat {
  background: rgba(255, 252, 246, 0.34);
}

.microfat-areas {
  display: grid;
  grid-template-columns: minmax(390px, 0.72fr) minmax(520px, 1fr);
  gap: 6vw;
  align-items: start;
}

.microfat-area-copy h2,
.microfat-process h2 {
  margin: 0;
  font-family: var(--font-ko);
  font-size: clamp(3rem, 3.7vw, 4.35rem);
  font-weight: 300;
  line-height: 1.22;
  color: #26211d;
}

.microfat-area-copy p:last-child {
  margin-top: 2rem;
  max-width: 520px;
}

.microfat-area-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.microfat-area-list p {
  margin: 0;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-ui);
  font-size: 1.08rem;
  line-height: 1.4;
  color: #3b352f;
}

.microfat-synergy {
  grid-column: 2;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  padding-top: 34px;
  border-top: 1px solid rgba(72, 62, 51, 0.22);
}

.microfat-synergy span {
  font-family: var(--font-en);
  font-size: 1.75rem;
  line-height: 1.1;
  color: rgba(108, 96, 82, 0.82);
}

.microfat-synergy p {
  margin: 0;
}

.microfat-process {
  text-align: center;
}

.microfat-process-list {
  width: min(980px, 86%);
  margin: 4.4rem auto 0;
  border-top: 1px solid var(--line);
}

.microfat-process-list p {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 46px;
  margin: 0;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.microfat-process-list strong {
  font-family: var(--font-en);
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(108, 96, 82, 0.82);
}

.microfat-process-list span {
  display: block;
}

.microfat-page .cta-ko {
  color: rgba(246, 238, 226, 0.88);
}

@media (max-width: 1024px) {
  body.mobile-page.microfat-page .advanced-hero h1 {
    font-size: 3.28rem;
  }

  body.mobile-page.microfat-page .advanced-hero-image {
    aspect-ratio: 0.86 / 1;
  }

  body.mobile-page .microfat-core .advanced-layer {
    width: 100%;
    aspect-ratio: 1 / 0.92;
  }

  body.mobile-page .microfat-areas {
    display: block;
    padding-left: 24px;
    padding-right: 24px;
    text-align: center;
  }

  body.mobile-page .microfat-areas h2,
  body.mobile-page .microfat-process h2 {
    margin: 0;
    font-size: 2.32rem;
    line-height: 1.27;
  }

  body.mobile-page .microfat-area-list {
    display: block;
    margin-top: 2.4rem;
  }

  body.mobile-page .microfat-area-list p {
    padding: 18px 0;
    font-size: 1.02rem;
  }

  body.mobile-page .microfat-synergy {
    display: block;
    margin-top: 2.2rem;
    padding-top: 2rem;
    text-align: center;
  }

  body.mobile-page .microfat-synergy span {
    display: block;
    margin-bottom: 1rem;
    font-size: 1.62rem;
  }

  body.mobile-page .microfat-process {
    padding-left: 24px;
    padding-right: 24px;
  }

  body.mobile-page .microfat-process-list {
    width: 100%;
    margin-top: 2.8rem;
  }

  body.mobile-page .microfat-process-list p {
    display: block;
    padding: 24px 0;
    text-align: center;
  }

  body.mobile-page .microfat-process-list strong {
    display: block;
    margin-bottom: 0.8rem;
    font-size: 1.34rem;
  }
}

/* Advanced Anti-Aging Therapy */
body.lifting-page .sub-shell {
  background:
    radial-gradient(circle at 74% 8%, rgba(248, 244, 236, 0.84), transparent 30%),
    linear-gradient(180deg, #f6f0e8 0%, #e8ded0 50%, #f8f4ef 100%);
}

.lifting-page .advanced-hero h1 {
  font-size: clamp(3.25rem, 4.05vw, 5rem);
}

.lifting-page .lifting-intro {
  background: rgba(248, 244, 238, 0.36);
}

.lifting-page .lifting-devices {
  background: #f6f1eb;
}

.lifting-page .lifting-ulthera {
  background: #f4ede8;
}

.lifting-page .lifting-dual {
  background: linear-gradient(180deg, rgba(239, 232, 223, 0.6), rgba(248, 244, 238, 0.42));
}

.lifting-page .lifting-synergy {
  background: rgba(247, 243, 237, 0.58);
}

.lifting-page .lifting-candidates {
  background: #eee7df;
}

.lifting-hero-image {
  aspect-ratio: 0.88 / 1;
}

.lifting-hero-image img {
  height: 106%;
  object-position: center center;
}

.lifting-comfort {
  display: grid;
  grid-template-columns: minmax(500px, 0.92fr) minmax(420px, 0.78fr);
  gap: 6.4vw;
  align-items: center;
}

.lifting-comfort-copy h2,
.lifting-dual h2 {
  margin: 0;
  font-size: clamp(3rem, 3.7vw, 4.35rem);
  line-height: 1.22;
  color: #26211d;
}

.lifting-wide-image,
.lifting-layer {
  overflow: hidden;
  background: #ebe2d7;
}

.lifting-wide-image {
  aspect-ratio: 1.1 / 1;
}

.lifting-wide-image img,
.lifting-layer img {
  width: 100%;
  height: 112%;
  object-fit: cover;
  transform: translateY(var(--motion-y, 0));
}

.lifting-comfort .advanced-proof-lines {
  grid-column: 1 / -1;
}

.lifting-dual {
  display: grid;
  grid-template-columns: minmax(360px, 0.7fr) repeat(2, minmax(300px, 0.54fr));
  gap: 3.8vw;
  align-items: end;
}

.lifting-dual > div:first-child {
  align-self: center;
}

.lifting-layer {
  aspect-ratio: 0.78 / 1;
}

.lifting-flow-image {
  grid-column: span 2;
  aspect-ratio: 1122 / 1402;
  background: #d9c5ad;
}

.lifting-flow-image img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.lifting-devices .advanced-drawing {
  width: min(100%, 760px);
  justify-self: center;
  aspect-ratio: 0.54 / 1;
  background: transparent;
}

.lifting-devices .advanced-drawing img,
.lifting-ulthera .advanced-layer img {
  height: 100%;
  object-fit: contain;
  transform: none;
}

.thermage-tip-slider {
  grid-column: 1 / -1;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(340px, 0.38fr);
  gap: 28px;
  max-width: 100%;
  margin-top: 3.8rem;
  padding: 0 0 1.4rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(62, 55, 48, 0.34) transparent;
}

.thermage-tip-slide {
  scroll-snap-align: start;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  background: transparent;
  border-top: 1px solid rgba(72, 62, 51, 0.1);
  transform: translateY(0);
  transition: transform 0.34s ease, opacity 0.34s ease;
}

.thermage-tip-slide figure {
  margin: 0;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  background: transparent;
}

.thermage-tip-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.42s ease, filter 0.42s ease;
}

.advanced-story {
  overflow-x: hidden;
}

.thermage-tip-slide:hover {
  transform: translateY(-8px);
}

.thermage-tip-slide:hover img {
  filter: saturate(1.12) contrast(1.04);
  transform: scale(1.035);
}

.thermage-tip-slide:active {
  transform: translateY(-4px);
}

.thermage-tip-slide:active img {
  filter: saturate(1.1) contrast(1.03);
  transform: scale(1.025);
}

.thermage-tip-slide div {
  padding: 0.8rem 0 1.25rem;
}

.thermage-tip-slide .tip-label {
  margin: 0 0 0.42rem;
  font-family: var(--font-en);
  font-size: 1.36rem;
  line-height: 1.05;
  color: rgba(108, 96, 82, 0.78);
}

.thermage-tip-slide h3 {
  margin: 0 0 0.55rem;
  font-family: var(--font-ko);
  font-size: 1.18rem;
  font-weight: 300;
  line-height: 1.35;
  color: #26211d;
}

.thermage-tip-slide p:last-child {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.68;
  color: rgba(56, 51, 46, 0.82);
}

.lifting-ulthera .advanced-layer {
  aspect-ratio: 1 / 0.96;
  margin-top: 2rem;
  overflow: hidden;
  line-height: 0;
  background: #f4ede8;
}

.lifting-ulthera .advanced-layer img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  clip-path: inset(4px 0 8px 0);
}

.lifting-ulthera .advanced-device-lines {
  display: none;
}

.lifting-effects {
  background: rgba(255, 252, 246, 0.32);
}

.lifting-effects li {
  font-size: 1.04rem;
  line-height: 1.62;
}

.lifting-treatment-photo {
  aspect-ratio: 0.72 / 1;
  background: #d8c4ae;
}

.lifting-treatment-photo img {
  height: 100%;
  object-fit: cover;
  object-position: 48% 42%;
  filter: saturate(0.96) contrast(0.98) brightness(1.01);
}

.lifting-page .advanced-triad,
.lifting-page .advanced-proof-lines,
.lifting-page .advanced-device-lines,
.lifting-page .advanced-candidate-list,
.lifting-page .advanced-microfat {
  border-top: 0;
  border-bottom: 0;
}

.lifting-page .advanced-triad p,
.lifting-page .advanced-proof-lines p,
.lifting-page .advanced-device-lines p,
.lifting-page .advanced-candidate-list p,
.lifting-page .advanced-microfat li {
  border-left: 0;
  border-bottom: 0;
}

.lifting-page .cta-ko {
  color: rgba(246, 238, 226, 0.9);
}

@media (max-width: 1024px) {
  body.mobile-page.lifting-page .advanced-hero h1 {
    font-size: 2.58rem;
  }

  body.mobile-page .lifting-comfort,
  body.mobile-page .lifting-dual {
    display: block;
  }

  body.mobile-page .lifting-comfort h2,
  body.mobile-page .lifting-dual h2 {
    margin: 0;
    font-size: 2.42rem;
    line-height: 1.28;
  }

  body.mobile-page .lifting-wide-image,
  body.mobile-page .lifting-layer {
    width: 100%;
    margin: 3rem auto 0;
    aspect-ratio: 0.94 / 1;
  }

  body.mobile-page .lifting-flow-image {
    aspect-ratio: 1122 / 1402;
    margin-top: 2.6rem;
  }

  body.mobile-page .lifting-devices {
    overflow: hidden;
  }

  body.mobile-page .lifting-devices .advanced-drawing {
    width: calc(100% - 24px);
    max-width: none;
    aspect-ratio: 0.52 / 1;
    margin: 0 auto 2.6rem;
  }

  body.mobile-page .lifting-devices .advanced-drawing + .advanced-serif {
    margin-top: 0;
  }

  body.mobile-page .lifting-ulthera .advanced-layer {
    width: 100vw;
    max-width: none;
    aspect-ratio: 1.12 / 1;
    margin: 2.2rem 0 0 calc(50% - 50vw);
  }

  body.mobile-page .thermage-tip-slider {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(214px, 68%);
    gap: 14px;
    width: 100%;
    margin: 3rem 0 0;
    padding: 0 7.2vw 1.4rem;
    text-align: left;
  }

  body.mobile-page .thermage-tip-slide figure {
    aspect-ratio: 1.88 / 1;
  }

  body.mobile-page .thermage-tip-slide img {
    filter: saturate(1.14) contrast(1.04);
  }

  body.mobile-page .thermage-tip-slide:hover {
    transform: translateY(0);
  }

  body.mobile-page .thermage-tip-slide:active {
    transform: translateY(-5px);
  }

  body.mobile-page .thermage-tip-slide:active img {
    filter: saturate(1.2) contrast(1.06);
    transform: scale(1.03);
  }

  body.mobile-page .thermage-tip-slide div {
    padding: 0.62rem 0 1.08rem;
  }

  body.mobile-page .thermage-tip-slide .tip-label {
    margin-bottom: 0.32rem;
    font-size: 1.02rem;
  }

  body.mobile-page .thermage-tip-slide h3 {
    margin-bottom: 0.42rem;
    font-size: 0.92rem;
  }

  body.mobile-page .thermage-tip-slide p:last-child {
    font-size: 0.76rem;
    line-height: 1.58;
  }

  body.mobile-page.lifting-page .advanced-hero-copy p span,
  body.mobile-page.lifting-page .cta-title span,
  body.mobile-page.lifting-page .cta-ko span {
    display: block;
  }
}

.advanced-page .sub-shell {
  background:
    radial-gradient(circle at 20% 6%, rgba(255, 252, 246, 0.92), transparent 28%),
    linear-gradient(180deg, #f7f1ea 0%, #eee4d8 54%, #f8f4ee 100%);
}

.advanced-story {
  padding-top: 86px;
}

.advanced-story h1,
.advanced-story h2,
.advanced-story h3,
.advanced-serif {
  font-family: var(--font-ko);
  font-weight: 300;
  letter-spacing: 0;
}

.advanced-serif {
  margin: 0 0 1.35rem;
  color: rgba(108, 96, 82, 0.7);
  font-family: var(--font-en);
  font-size: clamp(1.38rem, 2.1vw, 2.45rem);
  line-height: 1.2;
}

.advanced-story p,
.advanced-story li {
  font-family: var(--font-ui);
  font-size: 1.12rem;
  line-height: 1.86;
  color: #38332e;
  font-weight: 460;
}

.advanced-hero {
  min-height: calc(100vh - 86px);
  padding: clamp(108px, 12vh, 150px) max(72px, calc((100vw - 1240px) / 2)) 126px;
  display: grid;
  grid-template-columns: minmax(390px, 0.84fr) minmax(520px, 0.9fr);
  gap: clamp(70px, 6vw, 108px);
  align-items: center;
}

.advanced-hero.reveal {
  opacity: 1;
  transform: none;
}

.advanced-hero h1 {
  margin: 0;
  font-size: clamp(3.35rem, 4.25vw, 5.15rem);
  line-height: 1.12;
  color: #231f1b;
}

.advanced-hero h1 span {
  display: block;
  white-space: nowrap;
}

.advanced-lead {
  margin-top: 2.5rem;
  font-size: 1.34rem !important;
  line-height: 1.75 !important;
  font-family: var(--font-ko) !important;
  font-weight: 300 !important;
}

.advanced-hero-copy p:last-child {
  max-width: 520px;
  margin-top: 1.4rem;
}

.advanced-hero-image,
.advanced-science-image,
.advanced-drawing,
.advanced-layer,
.advanced-contour {
  overflow: hidden;
  background: #eee7df;
}

.advanced-hero-image {
  width: min(100%, 560px);
  aspect-ratio: 0.82 / 1;
  justify-self: end;
}

.advanced-hero-image img,
.advanced-science-image img,
.advanced-drawing img,
.advanced-layer img,
.advanced-contour img {
  width: 100%;
  height: 112%;
  object-fit: cover;
  transform: translateY(var(--motion-y, 0));
}

.advanced-section {
  padding: 148px max(72px, calc((100vw - 1180px) / 2));
  border-top: 1px solid rgba(72, 62, 51, 0.13);
}

.advanced-science {
  display: grid;
  grid-template-columns: minmax(420px, 0.82fr) minmax(420px, 0.78fr);
  gap: 7vw;
  align-items: start;
}

.advanced-science h2,
.advanced-difference h2,
.advanced-lifting h2,
.advanced-volume h2,
.advanced-candidates h2 {
  margin: 0;
  font-size: clamp(3rem, 3.7vw, 4.35rem);
  line-height: 1.22;
  color: #26211d;
}

.advanced-copy p:first-child,
.advanced-difference-copy p:first-of-type {
  margin-top: 0;
}

.advanced-triad {
  grid-column: 1 / -1;
  margin-top: 3.2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.advanced-science-image {
  grid-column: 1 / -1;
  width: min(980px, 88%);
  margin: 4.8rem auto 0;
  aspect-ratio: 2.25 / 1;
}

.advanced-triad p {
  margin: 0;
  padding: 2.3rem 2.1rem;
  text-align: center;
  border-left: 1px solid var(--line);
}

.advanced-triad p:first-child {
  border-left: 0;
}

.advanced-triad strong {
  display: block;
  margin-bottom: 0.6rem;
  font-family: var(--font-en);
  font-size: 2.05rem;
  font-weight: 400;
  color: #27221d;
}

.advanced-triad span {
  font-family: var(--font-ui);
  color: rgba(54, 48, 42, 0.78);
}

.advanced-difference {
  display: grid;
  grid-template-columns: minmax(420px, 0.88fr) minmax(430px, 0.86fr);
  gap: 6.8vw;
  align-items: center;
}

.advanced-drawing {
  aspect-ratio: 1.08 / 1;
}

.advanced-proof-lines {
  grid-column: 1 / -1;
  margin-top: 3.6rem;
  border-top: 1px solid var(--line);
}

.advanced-proof-lines p,
.advanced-device-lines p {
  margin: 0;
  padding: 1.55rem 0;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 2rem;
  border-bottom: 1px solid var(--line);
}

.advanced-proof-lines strong,
.advanced-device-lines strong {
  font-family: var(--font-en);
  font-size: 2rem;
  font-weight: 400;
  color: #2a251f;
}

.advanced-lifting {
  display: grid;
  grid-template-columns: minmax(380px, 0.82fr) minmax(500px, 0.94fr);
  gap: 6.5vw;
  align-items: center;
  background: linear-gradient(90deg, rgba(232, 223, 211, 0.52), rgba(248, 244, 238, 0));
}

.advanced-point {
  grid-column: 1;
  font-family: var(--font-en);
  font-size: 2.15rem;
  color: rgba(105, 94, 80, 0.66);
}

.advanced-lifting-copy {
  grid-column: 1;
}

.advanced-layer {
  grid-column: 2;
  grid-row: 1 / span 3;
  aspect-ratio: 1.14 / 1;
}

.advanced-device-lines {
  grid-column: 1 / -1;
  margin-top: 2.8rem;
}

.advanced-device-showcase {
  grid-column: 1 / -1;
  margin-top: 4.4rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 60px);
}

.advanced-device-showcase figure {
  aspect-ratio: 1.2 / 0.86;
}

.advanced-device-showcase .advanced-device-contain img {
  object-fit: contain;
  padding: 1.8rem;
  background: #f4efe8;
}

.advanced-device-showcase .advanced-device-ultherapy img {
  transform: translate3d(0, var(--motion-y), 0) scale(1.055);
}

.advanced-device-showcase figcaption {
  position: absolute;
  left: 1.2rem;
  bottom: 1.1rem;
  z-index: 2;
  font-family: var(--font-en);
  font-size: 2.05rem;
  color: #f7f1ea;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.34);
}

.advanced-volume {
  display: grid;
  grid-template-columns: minmax(410px, 0.86fr) minmax(500px, 0.95fr);
  gap: 6.2vw;
  align-items: start;
}

.advanced-volume > .advanced-copy {
  grid-column: 1;
}

.advanced-contour {
  grid-column: 2;
  grid-row: 1 / span 2;
  aspect-ratio: 1.04 / 1;
}

.advanced-microfat {
  grid-column: 1 / -1;
  margin-top: 4.8rem;
  display: grid;
  grid-template-columns: minmax(320px, 0.74fr) minmax(520px, 1fr);
  gap: 5vw;
  align-items: start;
  border-top: 1px solid var(--line);
  padding-top: 4rem;
}

.advanced-microfat h3 {
  margin: 0 0 1.2rem;
  font-size: clamp(2.6rem, 3.2vw, 3.6rem);
}

.advanced-microfat ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.advanced-microfat li {
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--line);
}

.advanced-candidates {
  text-align: center;
}

.advanced-candidate-list {
  width: min(820px, 82%);
  margin: 4.2rem auto 0;
  border-top: 1px solid var(--line);
}

.advanced-candidate-list p {
  margin: 0;
  padding: 1.45rem 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-ko);
  font-size: 1.32rem;
  font-weight: 300;
}

body.mobile-page.advanced-page .advanced-story {
  padding-top: 78px;
}

body.mobile-page.advanced-page {
  overflow-x: hidden;
  overflow-y: auto;
  touch-action: pan-y pinch-zoom;
  overscroll-behavior-y: auto;
}

body.mobile-page.advanced-page .sub-shell {
  min-height: 100%;
  overflow: visible;
}

body.mobile-page.advanced-page .advanced-hero,
body.mobile-page.advanced-page .advanced-section {
  display: block;
  padding: 96px 7.2vw;
  text-align: center;
  border-top: 0;
}

body.mobile-page.advanced-page .advanced-story *:not(.round-button) {
  border: 0 !important;
}

body.mobile-page.advanced-page .advanced-hero {
  min-height: auto;
  padding-top: 116px;
}

body.mobile-page.advanced-page .advanced-serif {
  margin-bottom: 1.15rem;
  font-size: 1.55rem;
}

body.mobile-page.advanced-page .advanced-hero h1 span,
body.mobile-page.advanced-page .cta-title span,
body.mobile-page.advanced-page .cta-ko span,
body.mobile-page.advanced-page .advanced-hero-copy p span {
  display: block;
}

body.mobile-page.advanced-page .advanced-hero h1,
body.mobile-page.advanced-page .advanced-section h2 {
  font-size: 2rem;
  line-height: 1.28;
}

body.mobile-page.advanced-page .advanced-section h2 {
  width: min(100%, 286px);
  margin-left: auto;
  margin-right: auto;
}

body.mobile-page.advanced-page .advanced-point {
  width: min(100%, 286px);
  margin-left: auto;
  margin-right: auto;
  font-size: 1.42rem;
  line-height: 1.3;
}

body.mobile-page.advanced-page .advanced-hero h1 span {
  white-space: normal;
}

body.mobile-page.advanced-page .advanced-story p,
body.mobile-page.advanced-page .advanced-story li {
  font-size: 1.04rem;
  line-height: 1.86;
  word-break: keep-all;
  overflow-wrap: break-word;
}

body.mobile-page.advanced-page .advanced-hero-copy p {
  width: min(100%, 330px);
  margin-left: auto;
  margin-right: auto;
}

body.mobile-page.advanced-page .advanced-section > p,
body.mobile-page.advanced-page .advanced-copy p,
body.mobile-page.advanced-page .advanced-difference > p,
body.mobile-page.advanced-page .advanced-microfat > p {
  width: min(100%, 300px);
  margin-left: auto;
  margin-right: auto;
}

body.mobile-page.advanced-page .advanced-lead {
  margin-top: 2rem;
  font-size: 1.15rem !important;
}

body.mobile-page.advanced-page .advanced-hero-image,
body.mobile-page.advanced-page .advanced-science-image,
body.mobile-page.advanced-page .advanced-drawing,
body.mobile-page.advanced-page .advanced-layer,
body.mobile-page.advanced-page .advanced-contour {
  width: 100%;
  margin: 3rem auto 0;
  aspect-ratio: 0.94 / 1;
}

body.mobile-page.advanced-page .advanced-science-image {
  aspect-ratio: 1.2 / 0.88;
}

body.mobile-page.advanced-page .advanced-triad,
body.mobile-page.advanced-page .advanced-proof-lines,
body.mobile-page.advanced-page .advanced-device-lines,
body.mobile-page.advanced-page .advanced-candidate-list {
  width: 100%;
  margin-top: 3.2rem;
  display: block;
  border-top: 0;
}

body.mobile-page.advanced-page .advanced-triad p,
body.mobile-page.advanced-page .advanced-proof-lines p,
body.mobile-page.advanced-page .advanced-device-lines p {
  display: block;
  padding: 1.55rem 0;
  border-left: 0;
  border-bottom: 0;
}

body.mobile-page.advanced-page .advanced-triad strong,
body.mobile-page.advanced-page .advanced-proof-lines strong,
body.mobile-page.advanced-page .advanced-device-lines strong {
  margin-bottom: 0.35rem;
  display: block;
  font-size: 1.75rem;
}

body.mobile-page.advanced-page .advanced-triad span,
body.mobile-page.advanced-page .advanced-proof-lines span,
body.mobile-page.advanced-page .advanced-device-lines span,
body.mobile-page.advanced-page .advanced-microfat li,
body.mobile-page.advanced-page .advanced-candidate-list p {
  display: block;
  width: min(100%, 292px);
  margin-left: auto;
  margin-right: auto;
  white-space: normal;
  overflow-wrap: anywhere;
}

body.mobile-page.advanced-page .cta-title {
  width: min(100%, 330px);
  margin-left: auto;
  margin-right: auto;
  font-size: 1.95rem;
  line-height: 1.18;
}

body.mobile-page.advanced-page .advanced-microfat {
  display: block;
  margin-top: 3.4rem;
  padding-top: 3rem;
  border-top: 0;
}

body.mobile-page.advanced-page .advanced-volume-kicker {
  margin: 1.1rem auto 2.2rem;
  font-family: var(--font-serif);
  font-size: 1.95rem;
  line-height: 1.28;
  color: rgba(38, 33, 29, 0.72);
}

body.mobile-page.advanced-page .advanced-device-showcase {
  display: block;
  margin-top: 3rem;
}

body.mobile-page.advanced-page .advanced-device-pairs {
  width: 100%;
  margin-top: 3.2rem;
}

body.mobile-page.advanced-page .advanced-device-pair {
  padding-top: 1.7rem;
  border-top: 0;
}

body.mobile-page.advanced-page .advanced-device-pair + .advanced-device-pair {
  margin-top: 2.25rem;
}

body.mobile-page.advanced-page .advanced-device-pair p {
  margin: 0 0 1.5rem;
  padding-bottom: 0;
  border-bottom: 0;
}

body.mobile-page.advanced-page .advanced-device-pair strong {
  margin-bottom: 0.35rem;
  display: block;
  font-size: 1.75rem;
  font-family: var(--font-serif);
  font-weight: 400;
}

body.mobile-page.advanced-page .advanced-device-pair span {
  display: block;
  width: min(100%, 292px);
  margin-left: auto;
  margin-right: auto;
  white-space: normal;
  overflow-wrap: anywhere;
}

body.mobile-page.advanced-page .advanced-device-pair figure {
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 1.12 / 0.9;
}

body.mobile-page.advanced-page .advanced-device-showcase figure {
  width: 100%;
  margin: 0 auto 1.4rem;
  aspect-ratio: 1.12 / 0.9;
}

body.mobile-page.advanced-page .advanced-device-pair figcaption,
body.mobile-page.advanced-page .advanced-device-showcase figcaption {
  font-size: 1.55rem;
}

body.mobile-page.advanced-page .advanced-microfat h3 {
  font-size: 2.35rem;
}

body.mobile-page.advanced-page .advanced-microfat ul {
  margin-top: 1.45rem;
}

body.mobile-page.advanced-page.lifting-page .lifting-effects li {
  padding: 0.78rem 0;
  font-size: 0.98rem;
  line-height: 1.52;
}

body.mobile-page.advanced-page .advanced-candidate-list p {
  font-size: 1.08rem;
  line-height: 1.78;
  border-bottom: 0;
}

/* Lifting page mobile overrides must stay after the shared advanced-page media rules. */
body.mobile-page.advanced-page.lifting-page .lifting-devices .advanced-drawing {
  width: calc(100% - 24px);
  max-width: none;
  aspect-ratio: 0.52 / 1;
  margin: 0 auto 2.6rem;
}

body.mobile-page.advanced-page.lifting-page .lifting-devices .advanced-drawing img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: none;
}

body.mobile-page.advanced-page.lifting-page .lifting-devices .advanced-drawing + .advanced-serif {
  margin-top: 0;
}

body.mobile-page.advanced-page.lifting-page .lifting-ulthera .advanced-layer {
  width: 100vw;
  max-width: none;
  aspect-ratio: 1 / 1.02;
  margin: 0.85rem 0 0 calc(50% - 50vw);
  overflow: hidden;
  line-height: 0;
  background: #f4ede8;
}

body.mobile-page.advanced-page.lifting-page .lifting-ulthera .advanced-layer img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.12);
  clip-path: inset(4px 0 8px 0);
}

body.mobile-page.advanced-page.lifting-page .advanced-triad,
body.mobile-page.advanced-page.lifting-page .advanced-proof-lines,
body.mobile-page.advanced-page.lifting-page .advanced-device-lines,
body.mobile-page.advanced-page.lifting-page .advanced-candidate-list,
body.mobile-page.advanced-page.lifting-page .advanced-microfat {
  border-top: 0;
  border-bottom: 0;
}

body.mobile-page.advanced-page.lifting-page .advanced-triad p,
body.mobile-page.advanced-page.lifting-page .advanced-proof-lines p,
body.mobile-page.advanced-page.lifting-page .advanced-device-lines p,
body.mobile-page.advanced-page.lifting-page .advanced-candidate-list p,
body.mobile-page.advanced-page.lifting-page .advanced-microfat li {
  border-left: 0;
  border-bottom: 0;
}

@font-face {
  font-family: "KoPubBatang";
  src: url("mirror-assets/ptldesign.cafe24.com/line/theme/line/fonts/KoPubWorld_Batang_Pro_Medium.otf") format("opentype");
  font-weight: 500;
}

@font-face {
  font-family: "FreightBig";
  src: url("mirror-assets/ptldesign.cafe24.com/line/theme/line/fonts/FreightBigProBook-Regular.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "SUIT";
  src: url("mirror-assets/ptldesign.cafe24.com/line/theme/line/fonts/SUIT-Variable.woff2") format("woff2");
}

@font-face {
  font-family: "SUIT Variable";
  src: url("mirror-assets/ptldesign.cafe24.com/line/theme/line/fonts/SUIT-Variable.woff2") format("woff2");
}

:root {
  --bg: #f4eee7;
  --bg-deep: #e9dfd3;
  --paper: #fbf7f1;
  --ink: #353535;
  --muted: #353535;
  --line: rgba(72, 62, 51, 0.16);
  --gold: #9b8367;
  --dark: #25211d;
  --font-ko: "KoPubBatang", "Noto Serif KR", serif;
  --font-en: "FreightBig", "Times New Roman", serif;
  --font-ui: "SUIT Variable", "SUIT", "Pretendard", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-ko);
  letter-spacing: 0;
}

body.xan-capture-page {
  min-width: 0;
  background: #f2eee7;
}

body.xan-capture-page .sub-shell {
  display: none;
}

.xan-reference-capture {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: #f2eee7;
}

.xan-reference-capture img {
  width: min(100%, 430px);
  height: auto;
  display: block;
}

body.mobile-page.xan-capture-page .xan-reference-capture img {
  width: 100%;
  max-width: none;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button {
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.sub-shell {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 24% 8%, rgba(255, 251, 244, 0.9), transparent 31%),
    linear-gradient(180deg, #f7f1ea 0%, #eee4d8 52%, #f8f4ee 100%);
}

.sub-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 92px;
  padding: 0 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #2e2822;
  transition: background 0.4s ease, box-shadow 0.4s ease, height 0.4s ease;
}

.sub-header.is-scrolled {
  height: 78px;
  background: rgba(246, 239, 231, 0.88);
  box-shadow: 0 1px 0 rgba(52, 43, 35, 0.08);
  backdrop-filter: blur(16px);
}

.about-page .sub-header.is-scrolled {
  box-shadow: none;
}

.eye-page .sub-header.is-scrolled {
  box-shadow: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.brand img {
  width: 119px;
  height: auto;
}

.brand span {
  font-family: var(--font-ui);
  font-size: 12px;
  color: rgba(44, 37, 31, 0.66);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 36px;
  font-family: var(--font-ui);
  font-size: 13px;
  color: rgba(47, 42, 37, 0.72);
}

.desktop-nav a[aria-current="page"] {
  color: var(--ink);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.return-link {
  font-family: var(--font-en);
  font-size: 20px;
  color: rgba(47, 42, 37, 0.82);
}

.menu-button {
  width: 42px;
  height: 42px;
  position: relative;
}

.menu-button span {
  position: absolute;
  left: 8px;
  right: 8px;
  height: 1px;
  background: currentColor;
  transition: transform 0.35s ease, top 0.35s ease, opacity 0.35s ease;
}

.menu-button span:nth-child(1) {
  top: 14px;
}

.menu-button span:nth-child(2) {
  top: 21px;
}

.menu-button span:nth-child(3) {
  top: 28px;
}

.menu-open .menu-button span:nth-child(1) {
  top: 21px;
  transform: rotate(42deg);
}

.menu-open .menu-button span:nth-child(2) {
  opacity: 0;
}

.menu-open .menu-button span:nth-child(3) {
  top: 21px;
  transform: rotate(-42deg);
}

.menu-panel {
  position: fixed;
  z-index: 45;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(40, 34, 28, 0.92);
  color: #f6efe6;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-12px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.menu-open .menu-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.menu-panel nav {
  display: grid;
  gap: 24px;
  text-align: center;
}

.menu-panel a {
  font-family: var(--font-en);
  font-size: clamp(32px, 5vw, 72px);
}

.sub-hero {
  min-height: 100vh;
  padding: 148px 6vw 96px;
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: 5vw;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 30px;
  font-family: var(--font-ui);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}

.hero-copy h1,
.section-title,
.cta-title {
  margin: 0;
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: 0;
}

.hero-copy h1 {
  max-width: 720px;
  font-size: clamp(64px, 4.25vw, 82px);
  line-height: 1;
  letter-spacing: 1.1px;
}

.hero-kicker {
  margin: 34px 0 0;
  font-family: var(--font-ui);
  font-size: clamp(18px, 1.15vw, 22px);
  font-weight: 500;
  line-height: 1.6;
}

.hero-text,
.section-text {
  font-family: var(--font-ui);
  color: var(--muted);
  font-size: 1.15rem;
  line-height: 1.75;
  word-break: keep-all;
}

.hero-text {
  max-width: 590px;
  margin: 26px 0 0;
}

.image-slot {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--bg-deep);
  opacity: 0.96;
  clip-path: inset(7% 0 7% 0);
  --motion-y: 28px;
  transition: clip-path 1.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.1s ease;
}

.image-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(0, var(--motion-y), 0) scale(1.105);
  transition: transform 0.22s linear;
  will-change: transform;
}

.is-visible .image-slot,
.image-slot.is-visible {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}

.hero-photo {
  height: min(74vh, 760px);
  border-radius: 0 0 48% 48%;
  box-shadow: 0 26px 70px rgba(61, 50, 40, 0.14);
}

.about-intro {
  padding: 120px 7vw 90px;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 7vw;
  border-top: 1px solid var(--line);
}

.intro-number {
  font-family: var(--font-en);
  font-size: 96px;
  color: rgba(155, 131, 103, 0.42);
}

.section-title {
  font-size: 3.5rem;
  letter-spacing: 1.1px;
}

.section-heading-ko {
  margin: 34px 0 0;
  font-family: var(--font-ui);
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.7;
}

.philosophy {
  padding: 98px 7vw 120px;
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(430px, 1.12fr);
  align-items: center;
  gap: 6vw;
  background: linear-gradient(90deg, rgba(233, 223, 211, 0.66), rgba(247, 242, 235, 0.42));
}

.philosophy-photo {
  height: 640px;
  border-radius: 190px 190px 0 0;
}

.about-page .philosophy-photo.no-crop-photo {
  width: 100%;
  max-width: 620px;
  height: auto;
  aspect-ratio: 2884 / 3605;
  justify-self: stretch;
  border-radius: 0.45rem;
}

.about-page .philosophy-photo.no-crop-photo img {
  object-fit: contain;
  object-position: center center;
  transform: none !important;
  background: #1f2d2d;
}

.values {
  padding: 132px 7vw 128px;
}

.values-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 56px;
}

.values-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.about-page .values-list {
  border-top: 0;
}

.about-page .about-intro {
  grid-template-columns: minmax(0, 1fr);
  justify-content: stretch;
}

body:not(.mobile-page).about-page .eyebrow {
  margin-bottom: 22px;
  font-size: 10.5px;
  letter-spacing: 0.2em;
}

body:not(.mobile-page).about-page .hero-copy h1 {
  max-width: 650px;
  font-size: 52px;
  line-height: 1.07;
  letter-spacing: 0;
}

body:not(.mobile-page).about-page .hero-kicker {
  margin-top: 34px;
  font-size: 16.5px;
  line-height: 1.88;
}

body:not(.mobile-page).about-page .hero-text,
body:not(.mobile-page).about-page .section-text {
  font-size: 16.5px;
  line-height: 1.92;
  letter-spacing: 0;
}

body:not(.mobile-page).about-page .hero-text {
  max-width: 560px;
  margin-top: 30px;
}

body:not(.mobile-page).about-page .section-title {
  font-size: 40px;
  line-height: 1.18 !important;
  letter-spacing: 0;
  white-space: nowrap;
}

body:not(.mobile-page).about-page .value-card h3 {
  line-height: 1.18 !important;
  letter-spacing: 0;
  white-space: nowrap;
}

body:not(.mobile-page).about-page .about-intro {
  padding-top: 128px;
  padding-bottom: 118px;
}

body:not(.mobile-page).about-page .about-intro > div {
  display: grid;
  grid-template-columns: minmax(340px, 0.72fr) minmax(520px, 1fr);
  column-gap: clamp(72px, 8vw, 132px);
  row-gap: 0;
  align-items: start;
  width: min(100%, 1224px);
  margin: 0 auto;
}

body:not(.mobile-page).about-page .about-intro .eyebrow,
body:not(.mobile-page).about-page .about-intro .section-title {
  grid-column: 1;
}

body:not(.mobile-page).about-page .about-intro .section-text {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  max-width: 560px;
  margin: 0 !important;
}

body:not(.mobile-page).about-page .philosophy {
  padding-top: 126px;
  padding-bottom: 132px;
  gap: clamp(86px, 7vw, 124px);
}

body:not(.mobile-page).about-page .section-heading-ko {
  margin-top: 28px;
  font-size: 16.5px;
  line-height: 1.88;
}

body:not(.mobile-page).about-page .philosophy .section-text {
  max-width: 540px;
  margin-top: 28px;
  margin-bottom: 0;
}

body:not(.mobile-page).about-page .values {
  padding-top: 132px;
  padding-bottom: 124px;
}

body:not(.mobile-page).about-page .values-head {
  display: block;
  width: min(100%, 1224px);
  margin: 0 auto 82px;
}

body:not(.mobile-page).about-page .values .section-text {
  max-width: 560px;
  margin: 28px 0 0 !important;
  text-align: left !important;
}

body:not(.mobile-page).about-page .values-list {
  width: min(100%, 1224px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(56px, 5.8vw, 92px);
}

.value-card {
  display: grid;
  grid-template-columns: 120px 0.9fr 1.1fr;
  gap: 36px;
  align-items: center;
  min-height: 154px;
  padding: 36px 0;
  border-bottom: 1px solid var(--line);
}

.about-page .value-card {
  grid-template-columns: minmax(230px, 0.9fr) minmax(0, 1.1fr);
  gap: 54px;
  min-height: 116px;
  padding: 24px 0;
  border-bottom: 0;
}

body:not(.mobile-page).about-page .value-card {
  display: block;
  min-height: 0;
  padding: 30px 0 0;
  border-top: 1px solid rgba(72, 62, 51, 0.16);
}

body:not(.mobile-page).about-page .value-card h3 {
  font-family: var(--font-en) !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 1.22 !important;
  letter-spacing: 0 !important;
  color: #302a25;
}

body:not(.mobile-page).about-page .value-card p {
  max-width: 320px;
  margin-top: 24px;
  font-size: 15.8px;
  line-height: 1.92;
}

body:not(.mobile-page).about-page .doctor-section {
  padding-top: 144px;
  padding-bottom: 132px;
  gap: clamp(88px, 8vw, 128px);
}

body:not(.mobile-page).about-page .doctor-copy {
  max-width: 560px;
}

body:not(.mobile-page).about-page .doctor-quote {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 19px;
  line-height: 1.9;
  letter-spacing: 0;
}

body:not(.mobile-page).about-page .doctor-name {
  margin-bottom: 24px;
}

body:not(.mobile-page).about-page .doctor-name span {
  font-size: 13px;
}

body:not(.mobile-page).about-page .doctor-name strong {
  font-size: 28px;
  letter-spacing: 0;
}

body:not(.mobile-page).about-page .doctor-profile-list {
  gap: 0.76rem;
  font-size: 15.8px;
  line-height: 1.9;
}

.value-index {
  font-family: var(--font-en);
  font-size: 56px;
  color: rgba(155, 131, 103, 0.52);
}

.value-card h3 {
  margin: 0;
  font-family: var(--font-en);
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.04;
}

.value-card p {
  margin: 0;
  font-family: var(--font-ui);
  color: var(--muted);
  font-size: 1.15rem;
  line-height: 1.7;
  word-break: keep-all;
}

.doctor-section {
  scroll-margin-top: 92px;
  padding: 132px 7vw 124px;
  display: grid;
  grid-template-columns: minmax(380px, 0.9fr) minmax(430px, 1.1fr);
  gap: 6vw;
  align-items: center;
  border-top: 0;
  background: linear-gradient(180deg, rgba(248, 244, 238, 0.34), rgba(238, 230, 220, 0.34));
}

.doctor-copy {
  max-width: 610px;
}

.doctor-quote {
  margin: 38px 0 34px;
  font-family: var(--font-ko);
  font-size: clamp(2.05rem, 2.8vw, 3.4rem);
  font-weight: 300;
  line-height: 1.34;
  color: #2f2924;
  word-break: keep-all;
}

.doctor-name {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin: 0 0 28px;
  padding-bottom: 0;
  border-bottom: 0;
  font-family: var(--font-ui);
}

.doctor-name span {
  color: rgba(85, 76, 67, 0.68);
  font-size: 0.9rem;
}

.doctor-name strong {
  font-family: var(--font-ko);
  font-size: 2.15rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: #2f2924;
}

.doctor-profile-list {
  display: grid;
  gap: 0.72rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: var(--font-ui);
  font-size: 1.08rem;
  line-height: 1.65;
  color: var(--muted);
}

.doctor-profile-list li {
  position: relative;
  padding-left: 16px;
}

.doctor-profile-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.78em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(155, 131, 103, 0.62);
}

.doctor-photo {
  height: min(68vh, 660px);
  border-radius: 48% 48% 0 0;
}

.about-page .doctor-photo.no-crop-photo {
  width: min(100%, 560px);
  height: auto;
  aspect-ratio: 1023 / 1537;
  justify-self: center;
  border-radius: 0.45rem;
}

.doctor-photo img {
  object-position: center top;
}

.about-page .doctor-photo.no-crop-photo img {
  object-fit: contain;
  object-position: center center;
  transform: none !important;
  background: #ded4c6;
}

.doctor-philosophy {
  padding: 126px 7vw 118px;
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(480px, 1.14fr);
  gap: 7vw;
  align-items: start;
  border-top: 1px solid rgba(72, 62, 51, 0.16);
}

.doctor-philosophy-copy {
  max-width: 760px;
}

.doctor-philosophy-copy p {
  margin: 0;
  font-family: var(--font-ui);
  color: var(--muted);
  font-size: 1.15rem;
  line-height: 1.82;
  word-break: keep-all;
}

.doctor-philosophy-copy p + p {
  margin-top: 1.25rem;
}

.promise-section {
  padding: 126px 7vw 128px;
  background: rgba(238, 230, 220, 0.48);
}

.promise-head {
  margin-bottom: 46px;
}

.promise-list {
  border-top: 1px solid var(--line);
}

.promise-list article {
  display: grid;
  grid-template-columns: 110px minmax(260px, 0.86fr) minmax(420px, 1.14fr);
  gap: 36px;
  align-items: center;
  padding: 31px 0;
  border-bottom: 1px solid var(--line);
}

.promise-list span {
  font-family: var(--font-en);
  font-size: 3rem;
  color: rgba(155, 131, 103, 0.48);
}

.promise-list h3 {
  margin: 0;
  font-family: var(--font-en);
  font-size: clamp(2.1rem, 2.25vw, 3.05rem);
  font-weight: 400;
  line-height: 1.04;
  color: #302a25;
  white-space: nowrap;
}

.promise-list p,
.visit-block p,
.visit-block dd {
  margin: 0;
  font-family: var(--font-ui);
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
  word-break: keep-all;
}

.visit-section {
  scroll-margin-top: 92px;
  padding: 136px 7vw 138px;
  border-top: 0;
}

.visit-head {
  max-width: 720px;
  margin-bottom: 62px;
}

body:not(.mobile-page).about-page .visit-head {
  width: min(100%, 1224px);
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

body:not(.mobile-page).about-page .visit-head .section-text {
  max-width: 560px;
  margin: 28px 0 0 !important;
  text-align: left !important;
}

body:not(.mobile-page).about-page .visit-grid {
  width: min(100%, 1224px);
  margin-left: auto;
  margin-right: auto;
}

body:not(.mobile-page).about-page .visit-section {
  padding-top: 136px;
  padding-bottom: 132px;
}

body:not(.mobile-page).about-page .visit-info {
  gap: 50px;
  padding-top: 18px;
}

body:not(.mobile-page).about-page .visit-block h3 {
  margin-bottom: 26px;
  font-size: 22px;
  line-height: 1.42;
}

body:not(.mobile-page).about-page .visit-block p,
body:not(.mobile-page).about-page .visit-block dd {
  font-size: 15.8px;
  line-height: 1.92;
}

body:not(.mobile-page).about-page .visit-hours dl {
  gap: 18px;
}

body:not(.mobile-page).about-page .visit-phone {
  margin-bottom: 24px !important;
  font-size: 38px !important;
}

body:not(.mobile-page).about-page .visit-contact .visit-actions {
  gap: 12px;
}

body:not(.mobile-page).about-page .visit-contact .visit-actions a {
  min-width: 134px;
  min-height: 44px;
  padding: 0 20px;
  font-size: 15px;
}

.visit-grid {
  display: grid;
  grid-template-columns: minmax(520px, 1.05fr) minmax(420px, 0.95fr);
  gap: clamp(56px, 5.7vw, 112px);
  align-items: start;
  border-top: 0;
}

.map-preview {
  position: relative;
  width: min(100%, 560px);
  aspect-ratio: 1 / 1;
  justify-self: center;
  overflow: hidden;
  border-radius: 50%;
  background: #e6ded4;
  box-shadow: 0 28px 78px rgba(54, 43, 34, 0.12);
}

.map-preview iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.58) contrast(0.93) brightness(1.04);
  opacity: 0.84;
}

.visit-info {
  display: grid;
  gap: 42px;
  padding-top: 24px;
}

.visit-block {
  min-height: 0;
  padding: 0;
  border-bottom: 0;
}

.visit-block:nth-child(odd) {
  border-right: 0;
}

.visit-block:nth-child(even) {
  padding-left: 0;
}

.visit-block h3 {
  margin: 0 0 22px;
  font-family: var(--font-ko);
  font-size: 1.72rem;
  font-weight: 300;
  line-height: 1.3;
  color: #312b26;
}

.visit-hours dl {
  display: grid;
  gap: 16px;
  margin: 0;
  font-family: var(--font-ui);
}

.visit-hours dl div {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 24px;
  align-items: baseline;
}

.visit-hours dt {
  color: rgba(84, 75, 66, 0.66);
  font-size: 0.96rem;
}

.visit-hours dd span {
  display: block;
  margin-top: 0.15rem;
  color: rgba(84, 75, 66, 0.66);
  font-size: 0.92rem;
}

.visit-phone {
  margin: 0 0 28px !important;
  font-family: var(--font-en) !important;
  font-size: clamp(2.6rem, 3vw, 3.55rem) !important;
  line-height: 1 !important;
  color: #312b26 !important;
}

.visit-actions,
.map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.visit-actions a,
.visit-actions span,
.map-actions a {
  display: inline-grid;
  place-items: center;
  min-height: 42px;
  padding: 0 17px;
  border: 1px solid rgba(77, 68, 60, 0.38);
  border-radius: 999px;
  font-family: var(--font-ui);
  font-size: 0.92rem;
  color: #4a4038;
  background: rgba(255, 251, 245, 0.32);
}

.visit-actions span {
  color: rgba(74, 64, 56, 0.58);
}

.visit-address p {
  margin-bottom: 28px;
  font-size: 1.16rem;
  color: #353535;
}

.access-guide {
  padding: 34px 0 8px;
  border-top: 1px solid rgba(77, 68, 60, 0.14);
}

.access-guide-head {
  margin-bottom: 22px;
}

.access-guide-head .eyebrow {
  margin-bottom: 0.6rem;
  color: rgba(141, 112, 82, 0.76);
}

.access-guide-head h3 {
  margin-bottom: 14px;
}

.access-guide-head p {
  max-width: 620px;
}

.access-route-list {
  display: grid;
  gap: 10px;
}

.access-route {
  border: 1px solid rgba(77, 68, 60, 0.14);
  background: rgba(255, 251, 245, 0.34);
  transition: border-color 180ms ease, background 180ms ease;
}

.access-route[open] {
  border-color: rgba(141, 112, 82, 0.32);
  background: rgba(255, 251, 245, 0.52);
}

.access-route summary {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 18px;
  gap: 14px;
  align-items: center;
  min-height: 54px;
  padding: 0 18px;
  cursor: pointer;
  list-style: none;
}

.access-route summary::-webkit-details-marker {
  display: none;
}

.access-route summary:focus {
  outline: none;
}

.access-route summary:focus-visible {
  outline: 1px solid rgba(141, 112, 82, 0.42);
  outline-offset: -1px;
}

.access-route summary::after {
  content: "+";
  font-family: var(--font-en);
  color: rgba(74, 64, 56, 0.58);
  font-size: 1.2rem;
  line-height: 1;
  text-align: right;
}

.access-route[open] summary::after {
  content: "-";
}

.access-route summary span {
  font-family: var(--font-en);
  color: rgba(141, 112, 82, 0.72);
  font-size: 0.86rem;
  letter-spacing: 0;
}

.access-route summary strong {
  font-family: var(--font-ko);
  color: #312b26;
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.42;
  word-break: keep-all;
}

.access-route p {
  margin: -2px 18px 20px 66px;
  max-width: 560px;
  color: rgba(84, 75, 66, 0.76);
  font-size: 0.96rem;
  line-height: 1.78;
  word-break: keep-all;
}

.visit-transit p + p {
  margin-top: 1.1rem;
}

.visit-transit strong {
  margin-right: 0.55rem;
  color: #302a25;
  font-weight: 600;
}

.cta-section {
  position: relative;
  min-height: 58vh;
  display: grid;
  place-items: center;
  padding: 112px 24px;
  overflow: hidden;
  color: #fffaf3;
  background: #2b2520;
}

.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(36, 30, 25, 0.18), rgba(36, 30, 25, 0.72)),
    url("mirror-assets/ptldesign.cafe24.com/line/theme/line/img/main_glow_bg.jpg") center / cover no-repeat;
  opacity: 0.82;
  transform: scale(1.05);
  transition: transform 1.4s ease;
}

.cta-section.is-visible::before {
  transform: scale(1);
}

.cta-inner {
  position: relative;
  z-index: 1;
  max-width: 920px;
  text-align: center;
}

body:not(.mobile-page).about-page .cta-section {
  min-height: 68vh;
  padding: 148px 6vw;
}

body:not(.mobile-page).about-page .cta-inner {
  width: min(100%, 1200px);
  max-width: 1200px;
}

body:not(.mobile-page).about-page .cta-inner .eyebrow {
  margin-bottom: 34px;
}

.cta-title {
  font-size: 3.5rem;
  letter-spacing: 1.1px;
}

body:not(.mobile-page).about-page .cta-title {
  font-size: 50px;
  line-height: 1.06;
  letter-spacing: 0;
  white-space: nowrap;
}

.cta-ko {
  margin: 24px 0 38px;
  font-family: var(--font-ui);
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.7;
}

body:not(.mobile-page).about-page .cta-ko {
  margin-top: 55px;
  margin-bottom: 89px;
  font-size: 16.5px;
  line-height: 1.88;
  text-align: center;
}

.round-button {
  display: inline-grid;
  place-items: center;
  min-width: 176px;
  height: 54px;
  padding: 0 28px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-family: var(--font-ui);
  font-size: 14px;
  transition: background 0.3s ease, color 0.3s ease;
}

.round-button:hover {
  background: #fffaf3;
  color: #2b2520;
}

.sub-footer {
  padding: 46px 7vw 58px;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  background: #211d1a;
  color: rgba(255, 250, 244, 0.62);
  font-family: var(--font-ui);
  font-size: 12px;
  line-height: 1.8;
}

.quick-notice {
  position: fixed;
  z-index: 30;
  right: 36px;
  bottom: 34px;
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: rgba(51, 43, 36, 0.84);
  color: #fff8ee;
  font-family: var(--font-en);
  font-size: 18px;
  box-shadow: 0 16px 38px rgba(36, 30, 24, 0.22);
  backdrop-filter: blur(12px);
}

.reveal {
  opacity: 0;
  transform: translateY(46px);
  transition: opacity 1.05s ease, transform 1.18s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.mobile-only {
  display: none;
}

body.mobile-page .sub-header {
  height: 68px;
  padding: 0 20px;
}

body.mobile-page {
  min-width: 0;
  overflow-x: hidden;
  font-size: 13px;
  background: #f3eee7;
}

body.mobile-page .brand img {
  width: 104px;
}

body.mobile-page .brand span,
body.mobile-page .desktop-nav,
body.mobile-page .return-link {
  display: none;
}

body.mobile-page .menu-button {
  width: 38px;
  height: 38px;
}

body.mobile-page .sub-hero {
  min-height: auto;
  padding: 110px 0 92px;
  display: flex;
  flex-direction: column;
  gap: 0;
  text-align: center;
}

body.mobile-page .eyebrow {
  margin-bottom: 2.65rem;
  font-family: var(--font-en);
  font-size: 1.18rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
  text-transform: none;
  color: #7f6d5d;
  font-weight: 400;
}

body.mobile-page .hero-label {
  display: block;
  position: relative;
  left: 50%;
  width: max-content;
  max-width: calc(100vw - 2.5rem);
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 3.15rem;
  font-size: 1.22rem;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
}

body.mobile-page .hero-label span:first-child {
  color: rgba(127, 109, 93, 0.72);
}

body.mobile-page .hero-label span:last-child {
  color: #5e5045;
  font-size: 1.18rem;
  white-space: nowrap;
}

body.mobile-page .hero-copy h1 {
  width: 94%;
  margin: 0 auto;
  font-size: 1.84rem;
  line-height: 1.22;
  letter-spacing: 0.01em;
}

body.mobile-page .hero-copy h1 span {
  display: block;
  white-space: nowrap;
}

body.mobile-page .hero-kicker {
  width: 88%;
  margin: 0 auto;
  font-family: var(--font-ui);
  font-size: 1.06rem;
  line-height: 1.8;
  font-weight: 500;
}

body.mobile-page .hero-text,
body.mobile-page .section-text {
  width: 84%;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--font-ui);
  font-size: 1.04rem;
  line-height: 1.9;
  font-weight: 500;
  color: #353535;
}

body.mobile-page .hero-note {
  margin-top: 3.2rem;
}

body.mobile-page .hero-note .hero-text {
  margin-top: 1.8rem;
}

body.mobile-page .section-text-follow {
  margin-top: 1.15rem;
}

body.mobile-page .hero-photo {
  width: 88%;
  height: auto;
  min-height: 0;
  aspect-ratio: 1 / 1.14;
  margin: 2.8rem auto 0;
  border-radius: 9.8rem 9.8rem 0.45rem 0.45rem;
  box-shadow: 0 1.45rem 3.2rem rgba(54, 43, 34, 0.1);
}

body.mobile-page .about-intro,
body.mobile-page .philosophy {
  padding: 94px 0 54px;
  display: block;
  text-align: center;
}

body.mobile-page .about-intro {
  padding-bottom: 34px;
}

body.mobile-page .philosophy {
  padding-top: 58px;
}

body.mobile-page .intro-number {
  display: none;
}

body.mobile-page .section-title {
  width: 88%;
  margin: 0 auto;
  font-size: 2.08rem;
  line-height: 1.28;
  letter-spacing: 0.02em;
}

body.mobile-page .section-title {
  text-wrap: balance;
}

body.mobile-page .section-heading-ko {
  width: 88%;
  margin: 2.15rem auto 0;
  font-family: var(--font-ui);
  font-size: 1.08rem;
  line-height: 1.85;
  font-weight: 500;
}

body.mobile-page .philosophy-photo {
  width: 88%;
  height: auto;
  aspect-ratio: 1 / 1.08;
  margin: 0 auto 3rem;
  border-radius: 0.45rem;
  box-shadow: 0 1.45rem 3.2rem rgba(54, 43, 34, 0.09);
}

body.mobile-page.about-page .philosophy-photo.no-crop-photo {
  width: min(100%, 480px);
  aspect-ratio: 2884 / 3605;
  margin-bottom: 3rem;
}

body.mobile-page .values {
  padding: 108px 0 82px;
  background: linear-gradient(180deg, #f3eee7 0%, #eee7dd 42%, #f3eee7 100%);
  text-align: center;
}

body.mobile-page .values-head {
  display: block;
  margin-bottom: 2.7rem;
}

body.mobile-page .values .section-text {
  margin-top: 1.9rem;
}

body.mobile-page .values-list {
  width: 88%;
  margin: 4.1rem auto 0;
  padding: 0;
  background: transparent;
  border-top: 1px solid rgba(72, 62, 51, 0.18);
  border-bottom: 1px solid rgba(72, 62, 51, 0.18);
}

body.mobile-page.about-page .values-list {
  border-top: 0;
  border-bottom: 0;
}

body.mobile-page .value-card {
  width: 100%;
  display: grid;
  grid-template-columns: 2.55rem 1fr;
  gap: 0 0.85rem;
  align-items: start;
  min-height: 0;
  padding: 2.45rem 0;
  margin: 0 auto;
  text-align: left;
  border-bottom: 1px solid rgba(72, 62, 51, 0.14);
}

body.mobile-page.about-page .value-card {
  display: block;
  padding: 1.36rem 0;
  text-align: left;
  border-bottom: 1px solid rgba(72, 62, 51, 0.12);
}

body.mobile-page.about-page .value-card h3 {
  font-family: var(--font-en) !important;
  font-size: 1.32rem !important;
  font-weight: 400 !important;
  line-height: 1.14 !important;
  text-align: left;
  color: #302a25;
}

body.mobile-page .value-card:last-child {
  border-bottom: 0;
}

body.mobile-page .value-index {
  display: block;
  margin: 0.22rem 0 0;
  font-size: 1.45rem;
  line-height: 1;
  color: rgba(155, 131, 103, 0.58);
}

body.mobile-page .value-card h3 {
  font-size: 1.48rem;
  line-height: 1.12;
  letter-spacing: 0;
  white-space: nowrap;
}

body.mobile-page .value-card p {
  grid-column: 2;
  width: 100%;
  margin: 1.1rem 0 0;
  font-family: var(--font-ui);
  font-size: 1.04rem;
  line-height: 1.85;
  font-weight: 500;
}

body.mobile-page.about-page .value-card p {
  width: 100%;
  margin: 0.68rem 0 0;
  font-size: 0.98rem !important;
  line-height: 1.68 !important;
  text-align: left;
}

body.mobile-page.about-page .about-intro {
  padding-top: 84px;
  padding-bottom: 24px;
}

body.mobile-page.about-page .philosophy {
  padding-top: 34px;
  padding-bottom: 66px;
}

body.mobile-page.about-page .philosophy-photo.no-crop-photo {
  width: min(86%, 330px);
  margin-bottom: 2.45rem;
}

body.mobile-page.about-page .values {
  padding-top: 88px;
  padding-bottom: 74px;
  text-align: left;
}

body.mobile-page.about-page .values-list {
  width: 84%;
  max-width: 330px;
  margin-top: 2.22rem;
  border-top: 1px solid rgba(72, 62, 51, 0.14);
}

body.mobile-page.about-page .values-head {
  width: 84%;
  max-width: 330px;
  margin: 0 auto 0;
  text-align: left;
}

body.mobile-page.about-page .values .eyebrow {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.42rem;
  text-align: left;
}

body.mobile-page.about-page .values .section-title {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

body.mobile-page.about-page .values .section-text {
  width: 100%;
  margin: 1.36rem 0 0;
  text-align: left;
}

body.mobile-page.about-page .doctor-section {
  gap: 2.7rem;
}

body.mobile-page .doctor-section {
  scroll-margin-top: 76px;
  display: flex;
  flex-direction: column;
  padding: 104px 0 92px;
  gap: 3.35rem;
  text-align: center;
  background: #eee7dd;
}

body.mobile-page .doctor-copy {
  width: 88%;
  max-width: none;
  margin: 0 auto;
}

body.mobile-page .doctor-quote {
  margin: 2.55rem auto 2.2rem;
  font-size: 1.72rem;
  line-height: 1.48;
  letter-spacing: 0.01em;
}

body.mobile-page .doctor-name {
  justify-content: center;
  gap: 0.85rem;
  margin-bottom: 1.7rem;
  padding-bottom: 0;
}

body.mobile-page .doctor-name span {
  font-size: 0.82rem;
}

body.mobile-page .doctor-name strong {
  font-size: 1.82rem;
}

body.mobile-page .doctor-profile-list {
  gap: 0.54rem;
  font-size: 0.98rem;
  line-height: 1.72;
  text-align: center;
}

body.mobile-page .doctor-profile-list li {
  padding-left: 0;
}

body.mobile-page .doctor-profile-list li::before {
  display: none;
}

body.mobile-page .doctor-photo {
  width: 88%;
  height: auto;
  aspect-ratio: 1 / 1.08;
  margin: 0 auto;
  border-radius: 8.8rem 8.8rem 0.45rem 0.45rem;
  box-shadow: 0 1.45rem 3.2rem rgba(54, 43, 34, 0.1);
}

body.mobile-page.about-page .doctor-photo.no-crop-photo {
  width: min(100%, 420px);
  aspect-ratio: 1023 / 1537;
  border-radius: 0.45rem;
}

body.mobile-page .doctor-philosophy {
  display: block;
  padding: 94px 24px 92px;
  text-align: center;
}

body.mobile-page .doctor-philosophy .eyebrow {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.04rem;
  line-height: 1.35;
}

body.mobile-page .doctor-philosophy-copy {
  width: 88%;
  margin: 2.55rem auto 0;
}

body.mobile-page .doctor-philosophy-copy p {
  font-size: 1.02rem;
  line-height: 1.88;
  font-weight: 500;
}

body.mobile-page .doctor-philosophy-copy p + p {
  margin-top: 1.1rem;
}

body.mobile-page .promise-section {
  padding: 98px 0 92px;
  text-align: center;
  background: linear-gradient(180deg, #f3eee7 0%, #ece4da 100%);
}

body.mobile-page .promise-head {
  display: block;
  width: 100%;
  margin-bottom: 3.1rem;
}

body.mobile-page .promise-head .section-text {
  margin-top: 1.75rem;
}

body.mobile-page .promise-list {
  width: 88%;
  margin: 0 auto;
  border-top: 1px solid rgba(72, 62, 51, 0.18);
}

body.mobile-page .promise-list article {
  display: block;
  padding: 2.25rem 0;
  border-bottom: 1px solid rgba(72, 62, 51, 0.14);
  text-align: center;
}

body.mobile-page .promise-list span {
  display: block;
  margin-bottom: 1.05rem;
  font-size: 1.52rem;
}

body.mobile-page .promise-list h3 {
  font-size: 1.42rem;
  line-height: 1.18;
  white-space: normal;
}

body.mobile-page .promise-list p {
  width: 92%;
  margin: 1rem auto 0;
  font-size: 1rem;
  line-height: 1.82;
  font-weight: 500;
}

body.mobile-page .visit-section {
  scroll-margin-top: 76px;
  padding: 104px 0 98px;
}

body.mobile-page .visit-head {
  width: 88%;
  margin: 0 auto 3.2rem;
  text-align: center;
}

body.mobile-page .visit-grid {
  display: block;
  width: 88%;
  margin: 0 auto;
  border-top: 0;
}

body.mobile-page .map-preview {
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 auto 3rem;
  border-radius: 50%;
  box-shadow: 0 1.45rem 3.3rem rgba(54, 43, 34, 0.1);
}

body.mobile-page .visit-info {
  display: block;
  padding-top: 0;
}

body.mobile-page .visit-block,
body.mobile-page .visit-block:nth-child(even) {
  min-height: 0;
  padding: 0;
  border-right: 0;
  border-bottom: 0;
  text-align: left;
}

body.mobile-page .visit-block + .visit-block {
  margin-top: 2.75rem;
}

body.mobile-page .visit-block h3 {
  margin-bottom: 1.25rem;
  font-size: 1.45rem;
}

body.mobile-page .visit-hours dl {
  gap: 1.05rem;
}

body.mobile-page .visit-hours dl div {
  grid-template-columns: 6.4rem minmax(0, 1fr);
  gap: 1rem;
}

body.mobile-page .visit-hours dt {
  font-size: 0.9rem;
}

body.mobile-page .visit-block p,
body.mobile-page .visit-block dd {
  font-size: 0.98rem;
  line-height: 1.78;
}

body.mobile-page .access-guide {
  padding-top: 2.05rem;
  border-top-color: rgba(77, 68, 60, 0.13);
}

body.mobile-page .access-guide-head {
  margin-bottom: 0.92rem;
  text-align: left;
}

body.mobile-page .access-guide-head .eyebrow {
  margin-bottom: 0.42rem;
}

body.mobile-page .access-guide-head h3 {
  margin-bottom: 0.68rem;
  font-size: 1.14rem;
}

body.mobile-page .access-guide-head p {
  font-size: 0.86rem;
  line-height: 1.62;
}

body.mobile-page .access-route-list {
  gap: 0.34rem;
}

body.mobile-page .access-route summary {
  grid-template-columns: 1.46rem minmax(0, 1fr) 0.82rem;
  gap: 0.5rem;
  min-height: 2.42rem;
  padding: 0 0.72rem;
}

body.mobile-page .access-route summary span {
  font-size: 0.66rem;
}

body.mobile-page .access-route summary strong {
  font-size: 0.84rem;
  line-height: 1.3;
}

body.mobile-page .access-route summary::after {
  font-size: 0.92rem;
}

body.mobile-page .access-route p {
  margin: -0.02rem 0.72rem 0.74rem 2.68rem;
  font-size: 0.8rem;
  line-height: 1.58;
}

body.mobile-page .visit-phone {
  margin-bottom: 1.45rem !important;
  font-size: 2.18rem !important;
}

body.mobile-page .visit-actions,
body.mobile-page .map-actions {
  gap: 0.55rem;
}

body.mobile-page .visit-actions a,
body.mobile-page .visit-actions span,
body.mobile-page .map-actions a {
  min-height: 40px;
  padding: 0 0.9rem;
  font-size: 0.84rem;
}

body.mobile-page .visit-address p {
  margin-bottom: 1.45rem;
  font-size: 1.02rem;
}

body.mobile-page .cta-section {
  min-height: auto;
  padding: 138px 0 104px;
}

body.mobile-page .cta-inner {
  display: flex;
  min-height: 500px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

body.mobile-page .cta-inner .eyebrow {
  margin-bottom: 3.15rem;
  color: #9b8367;
}

body.mobile-page .cta-title {
  width: 94%;
  margin: 0 auto;
  font-size: 1.84rem;
  line-height: 1.14;
  letter-spacing: 0.02em;
  color: #f3eadf;
}

body.mobile-page .cta-title span {
  display: block;
  white-space: nowrap;
}

body.mobile-page .cta-title span + span {
  margin-top: 0.42rem;
}

body.mobile-page .cta-ko {
  width: 94%;
  margin: 4.05rem auto 7.45rem;
  font-family: var(--font-ui);
  font-size: 1.06rem;
  line-height: 1.75;
  font-weight: 500;
  color: rgba(246, 238, 226, 0.78);
  overflow: visible;
  padding-bottom: 0.12rem;
}

body.mobile-page .cta-ko span {
  display: block;
  white-space: nowrap;
}

body.mobile-page .round-button {
  height: 52px;
  min-width: 164px;
  font-size: 13px;
  background: transparent;
  color: #f6eee2;
}

body.mobile-page .sub-footer {
  display: block;
  padding: 34px 22px 42px;
}

body.mobile-page .quick-notice {
  right: 18px;
  bottom: 18px;
  width: 68px;
  height: 68px;
  font-size: 15px;
}

body.mobile-page .image-slot {
  opacity: 0;
  transform: translateY(1.35rem) scale(1.018);
  transition: opacity 1.15s ease-out 0.08s, transform 1.35s cubic-bezier(0.22, 1, 0.36, 1) 0.08s;
}

body.mobile-page .image-slot.is-visible,
body.mobile-page .is-visible .image-slot {
  opacity: 1;
  transform: translateY(0) scale(1);
}

body.mobile-page .image-slot img {
  transform: none;
  transition: none;
  will-change: auto;
}

body.mobile-page.advanced-page .advanced-device-showcase .advanced-device-ultherapy img {
  width: 96%;
  height: 96%;
  margin: 2%;
  object-fit: cover;
}

body.mobile-page .reveal {
  opacity: 0;
  transform: translateY(1.35rem);
  transition: opacity 1.15s ease-out 0.08s, transform 1.35s cubic-bezier(0.22, 1, 0.36, 1) 0.08s;
}

body.mobile-page .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .sub-header {
    padding: 0 34px;
  }

  .desktop-nav {
    gap: 22px;
  }

  .sub-hero,
  .philosophy {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1024px) {
  body:not(.mobile-page) .desktop-nav {
    display: none;
  }
}

/* Xanthelasma subpage */
.condition-page .sub-shell {
  background:
    radial-gradient(circle at 18% 5%, rgba(255, 251, 244, 0.76), transparent 29%),
    linear-gradient(180deg, #f2eee8 0%, #ebe6df 48%, #f5f0e9 100%);
}

.condition-hero {
  min-height: 100vh;
  padding: 158px 7vw 104px;
  display: grid;
  grid-template-columns: minmax(410px, 0.92fr) minmax(440px, 1.08fr);
  align-items: center;
  gap: 6vw;
}

.condition-hero-copy h1 {
  margin: 0;
  max-width: 760px;
  font-family: var(--font-en);
  font-size: clamp(74px, 5.2vw, 106px);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: 0.02em;
}

.condition-hero .hero-kicker {
  margin-top: 42px;
  font-size: clamp(24px, 1.55vw, 31px);
}

.condition-hero-photo {
  height: min(66vh, 720px);
  border-radius: 46% 46% 0.5rem 0.5rem;
  box-shadow: 0 26px 70px rgba(61, 50, 40, 0.13);
}

.condition-definition,
.condition-diagnosis,
.treatment-standard,
.process-section,
.difference-section,
.recovery-section {
  padding-left: 7vw;
  padding-right: 7vw;
}

.condition-definition {
  padding-top: 120px;
  padding-bottom: 128px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 7vw;
  border-top: 1px solid var(--line);
}

.condition-copy {
  max-width: 720px;
}

.condition-diagnosis {
  padding-top: 112px;
  padding-bottom: 120px;
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(440px, 1.1fr);
  align-items: center;
  gap: 6.5vw;
  background: linear-gradient(90deg, rgba(233, 223, 211, 0.58), rgba(247, 242, 235, 0.38));
}

.condition-detail-photo {
  height: 620px;
  border-radius: 0.5rem;
  box-shadow: 0 24px 60px rgba(61, 50, 40, 0.12);
}

.treatment-standard {
  padding-top: 126px;
  padding-bottom: 126px;
  display: grid;
  grid-template-columns: minmax(430px, 1.02fr) minmax(420px, 0.98fr);
  gap: 6vw;
  align-items: start;
}

.standard-lines {
  border-top: 1px solid var(--line);
}

.standard-lines span {
  display: block;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-ui);
  font-size: 1.08rem;
  line-height: 1.65;
  color: var(--muted);
  word-break: keep-all;
}

.process-section {
  padding-top: 128px;
  padding-bottom: 130px;
  background: linear-gradient(180deg, #f2eee7 0%, #ece5dc 45%, #f2eee7 100%);
}

.process-head {
  max-width: 820px;
  margin-bottom: 72px;
}

.process-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.process-item {
  display: grid;
  grid-template-columns: 120px 0.86fr 1.14fr;
  gap: 34px;
  align-items: start;
  padding: 38px 0;
  border-bottom: 1px solid var(--line);
}

.process-item h3,
.difference-list h3 {
  margin: 0;
  font-family: var(--font-en);
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 1.04;
}

.process-item p,
.difference-list p,
.recovery-list p {
  margin: 0;
  font-family: var(--font-ui);
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.72;
  word-break: keep-all;
}

.process-item p + p {
  margin-top: 0.72rem;
}

.difference-section {
  padding-top: 132px;
  padding-bottom: 126px;
  display: grid;
  grid-template-columns: minmax(360px, 0.76fr) minmax(520px, 1.24fr);
  gap: 7vw;
}

.difference-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.difference-list article {
  display: grid;
  grid-template-columns: minmax(210px, 0.74fr) 1fr;
  gap: 36px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.recovery-section {
  padding-top: 118px;
  padding-bottom: 128px;
  text-align: center;
  background: rgba(247, 242, 235, 0.48);
}

.recovery-section .section-title {
  margin-bottom: 58px;
}

.recovery-list {
  max-width: 760px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.recovery-list p {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

body.mobile-page.condition-page .sub-hero {
  display: none;
}

body.mobile-page.condition-page .condition-hero {
  min-height: auto;
  padding: 118px 0 86px;
  display: block;
  text-align: center;
}

body.mobile-page.condition-page .condition-hero-copy h1 {
  width: 88%;
  margin: 0 auto;
  font-family: var(--font-ui);
  font-size: 2.24rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
}

body.mobile-page.condition-page .condition-hero .hero-kicker {
  width: 88%;
  margin: 2.85rem auto 0;
  font-size: 1.07rem;
}

body.mobile-page.condition-page .condition-hero-photo {
  width: 88%;
  height: auto;
  aspect-ratio: 1 / 1.16;
  margin: 4.2rem auto 0;
  border-radius: 9.6rem 9.6rem 0.45rem 0.45rem;
}

body.mobile-page.condition-page .condition-definition,
body.mobile-page.condition-page .condition-diagnosis,
body.mobile-page.condition-page .treatment-standard,
body.mobile-page.condition-page .process-section,
body.mobile-page.condition-page .difference-section,
body.mobile-page.condition-page .recovery-section {
  padding-left: 0;
  padding-right: 0;
  display: block;
  text-align: center;
}

body.mobile-page.condition-page .condition-definition {
  padding-top: 100px;
  padding-bottom: 86px;
}

body.mobile-page.condition-page .condition-diagnosis {
  padding-top: 74px;
  padding-bottom: 94px;
  background: linear-gradient(180deg, rgba(236, 229, 220, 0.72), rgba(246, 241, 234, 0.46));
}

body.mobile-page.condition-page .condition-detail-photo {
  width: 88%;
  height: auto;
  aspect-ratio: 1 / 1.08;
  margin: 0 auto 3.2rem;
  border-radius: 0.45rem;
}

body.mobile-page.condition-page .treatment-standard {
  padding-top: 102px;
  padding-bottom: 98px;
}

body.mobile-page.condition-page .standard-lines {
  width: 88%;
  margin: 4.2rem auto 0;
}

body.mobile-page.condition-page .standard-lines span {
  padding: 1.32rem 0;
  font-size: 1rem;
  line-height: 1.78;
}

body.mobile-page.condition-page .process-section {
  padding-top: 106px;
  padding-bottom: 94px;
}

body.mobile-page.condition-page .process-head {
  margin: 0 auto 3.6rem;
}

body.mobile-page.condition-page .process-list,
body.mobile-page.condition-page .difference-list,
body.mobile-page.condition-page .recovery-list {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}

body.mobile-page.condition-page .process-item {
  display: grid;
  grid-template-columns: 2.7rem 1fr;
  gap: 0 0.9rem;
  padding: 2.45rem 0;
  text-align: left;
}

body.mobile-page.condition-page .process-item h3 {
  font-size: 1.48rem;
  line-height: 1.1;
  white-space: nowrap;
}

body.mobile-page.condition-page .process-item p {
  grid-column: 2;
  margin-top: 1.05rem;
  font-size: 0.98rem;
  line-height: 1.76;
}

body.mobile-page.condition-page .difference-section {
  padding-top: 108px;
  padding-bottom: 94px;
}

body.mobile-page.condition-page .difference-list {
  margin-top: 3.6rem;
}

body.mobile-page.condition-page .difference-list article {
  display: block;
  padding: 2rem 0;
  text-align: left;
}

body.mobile-page.condition-page .difference-list h3 {
  font-size: 1.68rem;
  line-height: 1.08;
}

body.mobile-page.condition-page .difference-list p {
  margin-top: 1.05rem;
  font-size: 0.99rem;
  line-height: 1.78;
}

body.mobile-page.condition-page .recovery-section {
  padding-top: 100px;
  padding-bottom: 98px;
}

body.mobile-page.condition-page .recovery-section .section-title {
  margin-bottom: 3.4rem;
}

body.mobile-page.condition-page .recovery-list p {
  padding: 1.32rem 0;
  font-size: 0.98rem;
  line-height: 1.78;
}

body.mobile-page.condition-page .cta-title {
  font-size: 1.92rem;
}

@media (max-width: 1180px) {
  .condition-hero,
  .condition-definition,
  .condition-diagnosis,
  .treatment-standard,
  .difference-section {
    grid-template-columns: 1fr 1fr;
  }

  .process-item {
    grid-template-columns: 92px 0.9fr 1.1fr;
  }
}

/* Xanthelasma editorial redesign */
.xan-page {
  background: #f3eee7;
  color: #353535;
}

.xan-page .sub-shell {
  background:
    linear-gradient(180deg, #f5f0e9 0%, #ede7de 54%, #f7f2eb 100%);
}

.xan-page .sub-header {
  color: #302b25;
}

.xan-hero,
.xan-intro,
.xan-image-text,
.xan-depth,
.xan-process,
.xan-standard,
.xan-recovery,
.xan-difference {
  padding-left: 7vw;
  padding-right: 7vw;
}

.xan-kicker,
.xan-section-label p {
  margin: 0;
  font-family: var(--font-ui);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9b8367;
  white-space: nowrap;
}

.xan-hero {
  min-height: 96vh;
  padding-top: 154px;
  padding-bottom: 112px;
  display: grid;
  grid-template-columns: minmax(390px, 1fr) minmax(380px, 0.78fr);
  align-items: center;
  gap: 7.2vw;
}

.xan-hero h1,
.xan-intro h2,
.xan-side-copy h2,
.xan-depth h2,
.xan-process h2,
.xan-equipment h2,
.xan-standard h2,
.xan-recovery h2,
.xan-difference h2 {
  margin: 0;
  font-family: var(--font-en);
  font-weight: 400;
  color: #37322d;
  letter-spacing: 0;
}

.xan-hero h1 {
  max-width: 720px;
  margin-top: 38px;
  font-size: clamp(56px, 4.25vw, 82px);
  line-height: 1;
}

.xan-title-ko {
  margin: 52px 0 0;
  font-family: var(--font-ui);
  font-size: clamp(20px, 1.35vw, 24px);
  font-weight: 500;
  line-height: 1.45;
  color: #353535;
}

.xan-lead,
.xan-intro p,
.xan-side-copy p,
.xan-depth-list p,
.xan-process-copy p,
.xan-process-lines p,
.xan-equipment-copy p,
.xan-standard-list p,
.xan-recovery-list p,
.xan-difference-list p {
  margin: 0;
  font-family: var(--font-ui);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.82;
  color: #353535;
  word-break: keep-all;
}

.xan-lead {
  max-width: 600px;
  margin-top: 28px;
}

.xan-hero-visual {
  width: min(100%, 520px);
  height: auto;
  aspect-ratio: 1.18 / 1;
  justify-self: end;
  border-radius: 2px;
  box-shadow: 0 24px 62px rgba(57, 48, 39, 0.12);
}

.xan-hero-visual img {
  object-position: 48% 48%;
}

.xan-section-label {
  display: flex;
  align-items: center;
  gap: 18px;
}

.xan-section-label.center {
  justify-content: center;
}

.xan-section-label span {
  font-family: var(--font-en);
  font-size: 2.3rem;
  line-height: 1;
  color: rgba(155, 131, 103, 0.52);
}

.xan-intro {
  padding-top: 124px;
  padding-bottom: 124px;
  display: grid;
  grid-template-columns: 0.74fr 1.26fr;
  gap: 7vw;
  border-top: 1px solid rgba(72, 62, 51, 0.16);
  border-bottom: 1px solid rgba(72, 62, 51, 0.12);
}

.xan-intro h2,
.xan-side-copy h2,
.xan-depth h2,
.xan-process h2,
.xan-equipment h2,
.xan-standard h2,
.xan-recovery h2,
.xan-difference h2 {
  font-family: var(--font-ko);
  font-weight: 300;
  font-size: 3.5rem;
  line-height: 1.3;
  word-break: keep-all;
}

.xan-intro-copy {
  max-width: 880px;
}

.xan-intro-copy p {
  max-width: 720px;
  margin-top: 42px;
}

.xan-intro-copy p + p {
  margin-top: 26px;
}

.xan-image-text {
  padding-top: 126px;
  padding-bottom: 132px;
  display: grid;
  grid-template-columns: minmax(520px, 1.02fr) minmax(460px, 0.98fr);
  align-items: center;
  gap: 6.5vw;
  background: linear-gradient(90deg, rgba(231, 224, 214, 0.54), rgba(248, 244, 238, 0.36));
}

.xan-side-image {
  height: min(42vw, 500px);
  border-radius: 2px;
  box-shadow: 0 24px 62px rgba(57, 48, 39, 0.12);
}

.xan-side-image img {
  object-position: 50% 43%;
}

.xan-side-copy h2 {
  margin-top: 38px;
}

.xan-side-copy p {
  max-width: 640px;
  margin-top: 42px;
}

.xan-depth {
  padding-top: 138px;
  padding-bottom: 138px;
  text-align: center;
}

.xan-depth h2 {
  margin: 42px auto 0;
}

.xan-depth-list {
  margin-top: 82px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(72, 62, 51, 0.17);
  border-bottom: 1px solid rgba(72, 62, 51, 0.17);
}

.xan-depth-list article {
  min-height: 276px;
  padding: 48px 36px;
  text-align: left;
  border-right: 1px solid rgba(72, 62, 51, 0.14);
}

.xan-depth-list article:last-child {
  border-right: 0;
}

.xan-depth-list span,
.xan-process-lines h3,
.xan-difference-list strong {
  font-family: var(--font-en);
  font-weight: 400;
  color: #37322d;
}

.xan-depth-list span {
  display: block;
  font-size: 3.15rem;
  line-height: 1;
}

.xan-depth-list p {
  margin-top: 54px;
  font-size: 1.08rem;
  line-height: 1.82;
}

.xan-process {
  padding-top: 138px;
  padding-bottom: 146px;
  display: grid;
  grid-template-columns: minmax(430px, 0.88fr) minmax(540px, 1.12fr);
  gap: 7vw;
  background: linear-gradient(180deg, #eee8df 0%, #e6ded4 48%, #f3eee7 100%);
}

.xan-process-copy {
  align-self: start;
  position: sticky;
  top: 150px;
}

.xan-process-copy h2 {
  margin-top: 44px;
}

.xan-process-copy p {
  max-width: 590px;
  margin-top: 46px;
}

.xan-process-photo {
  width: min(100%, 520px);
  height: 292px;
  margin-top: 56px;
  border-radius: 2px;
  box-shadow: 0 20px 54px rgba(57, 48, 39, 0.11);
}

.xan-process-photo img {
  object-position: 50% 45%;
}

.xan-process-lines {
  border-top: 1px solid rgba(72, 62, 51, 0.18);
}

.xan-process-flow {
  min-width: 0;
}

.xan-process-visuals {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 52px;
}

.xan-step-visual {
  height: 188px;
  border-radius: 2px;
  box-shadow: none;
  background: rgba(248, 244, 238, 0.76);
}

.xan-step-visual img {
  object-fit: contain;
  padding: 18px;
}

.xan-process-lines article {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 38px;
  padding: 44px 0;
  border-bottom: 1px solid rgba(72, 62, 51, 0.18);
}

.xan-process-lines span {
  font-family: var(--font-ui);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9b8367;
}

.xan-process-lines h3 {
  margin: 0;
  font-size: 3rem;
  line-height: 1.04;
}

.xan-process-lines p {
  grid-column: 2;
  margin-top: -6px;
  font-size: 1.08rem;
  line-height: 1.82;
}

.xan-standard {
  padding-top: 138px;
  padding-bottom: 136px;
  text-align: center;
}

.xan-standard h2,
.xan-recovery h2 {
  margin-top: 42px;
}

.xan-standard-list,
.xan-recovery-list {
  max-width: 820px;
  margin: 78px auto 0;
  border-top: 1px solid rgba(72, 62, 51, 0.17);
}

.xan-standard-list p,
.xan-recovery-list p {
  padding: 25px 0;
  border-bottom: 1px solid rgba(72, 62, 51, 0.17);
}

.xan-recovery {
  padding-top: 136px;
  padding-bottom: 136px;
  text-align: center;
  background: rgba(248, 244, 238, 0.42);
}

.xan-equipment {
  padding-top: 132px;
  padding-bottom: 132px;
  display: grid;
  grid-template-columns: minmax(460px, 0.96fr) minmax(460px, 1.04fr);
  align-items: center;
  gap: 6.4vw;
  background: rgba(248, 244, 238, 0.5);
}

.xan-equipment-visual {
  height: min(42vw, 540px);
  border-radius: 2px;
  box-shadow: 0 24px 62px rgba(57, 48, 39, 0.1);
}

.xan-equipment-visual img {
  object-position: 50% 50%;
}

.xan-equipment-copy h2 {
  margin-top: 42px;
}

.xan-equipment-copy p {
  max-width: 640px;
  margin-top: 42px;
}

.xan-equipment-copy p + p {
  margin-top: 24px;
}

.xan-difference {
  padding-top: 136px;
  padding-bottom: 138px;
  display: grid;
  grid-template-columns: minmax(390px, 0.8fr) minmax(560px, 1.2fr);
  gap: 7vw;
  background: rgba(248, 244, 238, 0.52);
}

.xan-difference h2 {
  margin-top: 44px;
}

.xan-difference-list {
  border-top: 1px solid rgba(72, 62, 51, 0.17);
}

.xan-difference-list p {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 38px;
  padding: 31px 0;
  border-bottom: 1px solid rgba(72, 62, 51, 0.17);
}

.xan-difference-list strong {
  font-size: 2.15rem;
  line-height: 1;
}

.xan-page.mobile-page .xan-hero,
.xan-page.mobile-page .xan-intro,
.xan-page.mobile-page .xan-image-text,
.xan-page.mobile-page .xan-depth,
.xan-page.mobile-page .xan-process,
.xan-page.mobile-page .xan-equipment,
.xan-page.mobile-page .xan-standard,
.xan-page.mobile-page .xan-recovery,
.xan-page.mobile-page .xan-difference {
  display: block;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.xan-page.mobile-page .xan-hero {
  min-height: auto;
  padding-top: 108px;
  padding-bottom: 86px;
}

.xan-page.mobile-page .xan-kicker,
.xan-page.mobile-page .xan-section-label p {
  font-family: var(--font-en);
  font-size: 1.06rem;
  letter-spacing: 0.03em;
  text-transform: none;
}

.xan-page.mobile-page .xan-section-label {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  gap: 0.75rem;
}

.xan-page.mobile-page .xan-section-label span {
  font-size: 1.95rem;
}

.xan-page.mobile-page .xan-hero h1 {
  width: 94%;
  margin: 3.2rem auto 0;
  font-size: 2.54rem;
  line-height: 1.02;
}

.xan-page.mobile-page .xan-hero h1 span,
.xan-page.mobile-page .cta-title span,
.xan-page.mobile-page .cta-ko span {
  display: block;
  white-space: nowrap;
}

.xan-page.mobile-page .xan-title-ko {
  margin-top: 3.1rem;
  font-size: 1.58rem;
}

.xan-page.mobile-page .xan-lead {
  width: 82%;
  margin: 1.7rem auto 0;
  font-size: 1.03rem;
  line-height: 1.9;
}

.xan-page.mobile-page .xan-hero-visual {
  width: 76%;
  max-width: 300px;
  height: auto;
  aspect-ratio: 1.18 / 1;
  margin: 3.9rem auto 0;
  border-radius: 2px;
}

.xan-page.mobile-page .xan-intro {
  padding-top: 6.1rem;
  padding-bottom: 6.25rem;
}

.xan-page.mobile-page .xan-image-text {
  padding-top: 5.9rem;
  padding-bottom: 6.45rem;
}

.xan-page.mobile-page .xan-depth,
.xan-page.mobile-page .xan-process,
.xan-page.mobile-page .xan-equipment,
.xan-page.mobile-page .xan-standard,
.xan-page.mobile-page .xan-recovery,
.xan-page.mobile-page .xan-difference {
  padding-top: 6.55rem;
  padding-bottom: 6.55rem;
}

.xan-page.mobile-page .xan-intro h2,
.xan-page.mobile-page .xan-side-copy h2,
.xan-page.mobile-page .xan-depth h2,
.xan-page.mobile-page .xan-process h2,
.xan-page.mobile-page .xan-equipment h2,
.xan-page.mobile-page .xan-standard h2,
.xan-page.mobile-page .xan-recovery h2,
.xan-page.mobile-page .xan-difference h2 {
  width: 90%;
  margin: 2.45rem auto 0;
  font-size: 1.72rem;
  line-height: 1.5;
}

.xan-page.mobile-page .xan-intro p,
.xan-page.mobile-page .xan-side-copy p,
.xan-page.mobile-page .xan-process-copy p,
.xan-page.mobile-page .xan-equipment-copy p {
  width: 84%;
  margin: 2.45rem auto 0;
  text-align: left;
  font-size: 1.04rem;
  line-height: 1.9;
}

.xan-page.mobile-page .xan-intro p + p {
  margin-top: 1.55rem;
}

.xan-page.mobile-page .xan-side-image {
  width: 88%;
  height: auto;
  aspect-ratio: 1.13 / 1;
  margin: 0 auto 4.05rem;
}

.xan-page.mobile-page .xan-depth-list,
.xan-page.mobile-page .xan-process-lines,
.xan-page.mobile-page .xan-process-visuals,
.xan-page.mobile-page .xan-standard-list,
.xan-page.mobile-page .xan-recovery-list,
.xan-page.mobile-page .xan-difference-list {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}

.xan-page.mobile-page .xan-depth-list {
  display: block;
  margin-top: 4.2rem;
}

.xan-page.mobile-page .xan-depth-list article {
  min-height: 0;
  padding: 2.35rem 0;
  border-right: 0;
  border-bottom: 1px solid rgba(72, 62, 51, 0.15);
}

.xan-page.mobile-page .xan-depth-list article:last-child {
  border-bottom: 0;
}

.xan-page.mobile-page .xan-depth-list span {
  font-size: 2.18rem;
}

.xan-page.mobile-page .xan-depth-list p {
  margin-top: 1.35rem;
  font-size: 1rem;
  line-height: 1.88;
}

.xan-page.mobile-page .xan-process-copy {
  position: static;
}

.xan-page.mobile-page .xan-process-photo {
  width: 88%;
  height: auto;
  aspect-ratio: 1.52 / 1;
  margin: 3.4rem auto 0;
}

.xan-page.mobile-page .xan-process-lines {
  margin-top: 4.2rem;
}

.xan-page.mobile-page .xan-process-visuals {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
  margin-top: 4.2rem;
  margin-bottom: 0;
}

.xan-page.mobile-page .xan-step-visual {
  width: 100%;
  height: auto;
  aspect-ratio: 1.55 / 1;
}

.xan-page.mobile-page .xan-step-visual img {
  padding: 1rem;
}

.xan-page.mobile-page .xan-process-lines article {
  display: block;
  padding: 2.25rem 0;
  text-align: left;
}

.xan-page.mobile-page .xan-process-lines h3 {
  margin-top: 1rem;
  font-size: 1.76rem;
}

.xan-page.mobile-page .xan-process-lines p {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.88;
}

.xan-page.mobile-page .xan-standard-list {
  margin-top: 4rem;
}

.xan-page.mobile-page .xan-equipment-visual {
  width: 88%;
  height: auto;
  aspect-ratio: 1 / 0.92;
  margin: 0 auto 4.05rem;
}

.xan-page.mobile-page .xan-equipment-copy p + p {
  margin-top: 1.55rem;
}

.xan-page.mobile-page .xan-standard-list p,
.xan-page.mobile-page .xan-recovery-list p {
  padding: 1.48rem 0;
  font-size: 1rem;
  line-height: 1.88;
}

.xan-page.mobile-page .xan-recovery-list {
  margin-top: 4rem;
}

.xan-page.mobile-page .xan-difference-list {
  margin-top: 4.05rem;
}

.xan-page.mobile-page .xan-difference-list p {
  display: block;
  padding: 1.7rem 0;
  text-align: left;
  font-size: 1rem;
  line-height: 1.88;
}

.xan-page.mobile-page .xan-difference-list strong {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.62rem;
}

@media (max-width: 1180px) {
  .xan-hero,
  .xan-intro,
  .xan-image-text,
  .xan-process,
  .xan-equipment,
  .xan-difference {
    grid-template-columns: 1fr 1fr;
  }

  .xan-process-lines article {
    grid-template-columns: 104px 1fr;
  }
}

@media (max-width: 1024px) {
  .xan-page .brand span,
  .xan-page .return-link {
    display: none;
  }

  .xan-page .sub-header {
    height: 68px;
    padding: 0 20px;
  }

  .xan-page .brand img {
    width: 104px;
  }

  .xan-page .xan-hero,
  .xan-page .xan-intro,
  .xan-page .xan-image-text,
  .xan-page .xan-depth,
  .xan-page .xan-process,
  .xan-page .xan-standard,
  .xan-page .xan-equipment,
  .xan-page .xan-recovery,
  .xan-page .xan-difference {
    display: block;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .xan-page .xan-hero {
    min-height: auto;
    padding-top: 108px;
    padding-bottom: 86px;
  }

  .xan-page .xan-hero h1 {
    width: 94%;
    margin: 3.2rem auto 0;
    font-size: 2.54rem;
    line-height: 1.02;
  }

  .xan-page .xan-hero h1 span,
  .xan-page .cta-title span,
  .xan-page .cta-ko span {
    display: block;
    white-space: nowrap;
  }

  .xan-page .xan-title-ko {
    margin-top: 3.1rem;
    font-size: 1.58rem;
  }

  .xan-page .xan-lead {
    width: 82%;
    margin: 1.7rem auto 0;
    font-size: 0.99rem;
    line-height: 1.9;
  }

  .xan-page .xan-hero-visual {
    width: 88%;
    height: auto;
    aspect-ratio: 0.82 / 1;
    margin: 4.2rem auto 0;
  }
}

/* Xanthelasma story layout based on the supplied mobile reference. */
.xan-story {
  background: #f2eee7;
  color: #33312f;
  font-family: var(--font-ui);
}

.xan-story-section {
  width: min(100%, 430px);
  margin: 0 auto;
  padding: 76px 18px;
  text-align: center;
  overflow: hidden;
}

.xan-story-section + .xan-story-section {
  border-top: 1px solid rgba(76, 66, 56, 0.09);
}

.xan-story h1,
.xan-story h2 {
  margin: 0;
  font-family: var(--font-ko);
  font-weight: 500;
  color: #332f2b;
  word-break: keep-all;
}

.xan-story h1 {
  font-size: 1.72rem;
  line-height: 1.42;
}

.xan-story h2 {
  font-size: 1.48rem;
  line-height: 1.5;
}

.xan-story h3,
.xan-story p {
  word-break: keep-all;
  overflow-wrap: break-word;
}

.xan-story p {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.86;
  color: #373330;
}

.xan-story-copy p,
.xan-story-lead {
  margin-top: 1.35rem;
}

.xan-story-copy,
.xan-story-lead,
.xan-story-center {
  width: 80%;
  max-width: 308px;
  margin-left: auto;
  margin-right: auto;
}

.xan-step-copy,
.xan-difference-rows {
  width: 88%;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

.xan-story-copy p + p {
  margin-top: 0.9rem;
}

.xan-story-serif {
  margin-bottom: 2.2rem;
  font-family: var(--font-en);
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(92, 78, 66, 0.62);
}

.xan-story-image {
  width: 100%;
  margin: 2.65rem 0 0;
  border-radius: 0;
  box-shadow: none;
  background: #e7ded2;
}

.xan-story .image-slot {
  opacity: 1;
  clip-path: none;
}

.xan-story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
}

.xan-lesion-image {
  aspect-ratio: 1.28 / 1;
}

.xan-story-statement {
  background: #f7f3ed;
}

.xan-story-note {
  position: relative;
  width: 82%;
  max-width: 350px;
  margin: 3.35rem auto 0;
  padding: 1.65rem 0 0;
  text-align: center;
  border-top: 1px solid rgba(78, 68, 58, 0.18);
  border-radius: 0;
  background: transparent;
}

.xan-story-note strong {
  position: static;
  display: block;
  width: auto;
  max-width: none;
  transform: none;
  padding: 0;
  border-radius: 0;
  background: transparent;
  font-size: 0.98rem;
  font-weight: 700;
  color: #3b3631;
  text-align: center;
}

.xan-story-note p {
  margin-top: 1.05rem;
  font-size: 0.96rem;
  line-height: 1.82;
  color: #4a443e;
}

.xan-story-center {
  margin-top: 3.55rem;
}

.xan-story-center .xan-story-serif {
  margin-bottom: 1.55rem;
}

.xan-story-center p:not(.xan-story-serif) {
  margin-top: 1.25rem;
}

.xan-device-proof {
  width: 88%;
  max-width: 340px;
  margin: 3.35rem auto 0;
}

.xan-device-image {
  aspect-ratio: 1 / 0.88;
}

.xan-device-lines {
  margin-top: 1.75rem;
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(76, 66, 56, 0.14);
}

.xan-device-lines p {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 0.9rem;
  align-items: center;
  padding: 1.05rem 0;
  border-bottom: 1px solid rgba(76, 66, 56, 0.14);
  font-size: 0.92rem;
  line-height: 1.58;
  color: #4a423b;
}

.xan-device-lines span {
  font-weight: 700;
  color: #332f2b;
}

.xan-story-protocol {
  background: #f2eee7;
}

.xan-sequence-image {
  aspect-ratio: 1.82 / 1;
  padding: 0.72rem;
  background: rgba(255, 252, 247, 0.44);
}

.xan-sequence-image img {
  object-fit: contain;
}

.xan-step-copy {
  margin-top: 2.35rem;
  text-align: left;
}

.xan-step-copy article + article {
  margin-top: 1.85rem;
}

.xan-step-copy span {
  display: block;
  margin-bottom: 0.7rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9b8367;
}

.xan-step-copy h3 {
  margin: 0 0 0.55rem;
  font-family: var(--font-ui);
  font-size: 1rem;
  font-weight: 700;
  color: #302c28;
}

.xan-step-copy p {
  font-size: 0.94rem;
  line-height: 1.72;
  color: #4a443e;
}

.xan-story-precision {
  background: #eee8df;
}

.xan-safety-grid {
  margin-top: 2.55rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid rgba(76, 66, 56, 0.14);
}

.xan-safety-grid p {
  min-height: 0;
  display: block;
  padding: 1.12rem 0;
  border-bottom: 1px solid rgba(76, 66, 56, 0.14);
  background: transparent;
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(55, 51, 48, 0.82);
}

.xan-story-difference {
  background: #f7f3ed;
}

.xan-difference-rows {
  margin-top: 2.75rem;
  border-top: 1px solid rgba(76, 66, 56, 0.14);
}

.xan-difference-rows p {
  padding: 1.35rem 0;
  border-bottom: 1px solid rgba(76, 66, 56, 0.14);
}

.xan-difference-rows strong {
  display: block;
  margin-bottom: 0.5rem;
  font-family: var(--font-en);
  font-size: 1.55rem;
  font-weight: 400;
  color: #332f2b;
}

.xan-difference-rows span {
  display: block;
  font-size: 0.94rem;
  line-height: 1.72;
}

.xan-story-cta {
  width: min(100%, 430px);
  min-height: 520px;
  margin: 0 auto;
  padding: 6.6rem 2rem 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f3eadf;
  background:
    linear-gradient(180deg, rgba(42, 39, 35, 0.24), rgba(42, 39, 35, 0.72)),
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.22), transparent 26%),
    repeating-radial-gradient(ellipse at 50% 44%, rgba(255, 255, 255, 0.2) 0 2px, rgba(255, 255, 255, 0) 3px 28px),
    #79766f;
}

.xan-story-cta .xan-story-serif,
.xan-story-cta h2,
.xan-story-cta p {
  color: inherit;
}

.xan-story-cta .xan-story-serif {
  margin-bottom: 2.2rem;
}

.xan-story-cta h2 {
  font-family: var(--font-en);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.16;
}

.xan-story-cta p:not(.xan-story-serif) {
  margin-top: 2.15rem;
  font-size: 0.98rem;
  line-height: 1.8;
  color: rgba(246, 238, 226, 0.84);
}

.xan-story-cta a {
  min-width: 150px;
  height: 44px;
  margin-top: 2.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(32, 30, 28, 0.82);
  color: #f8f1e8;
  font-size: 0.84rem;
  letter-spacing: 0.02em;
}

.xan-story .cta-section {
  width: 100%;
  max-width: none;
  margin: 0;
  background: #2b2520;
}

.xan-story .cta-section .eyebrow {
  margin-bottom: 30px;
  font-family: var(--font-en);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #9b8367;
}

.xan-story .cta-title {
  margin: 0;
  font-family: var(--font-en);
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: 1.1px;
  color: #f3eadf;
}

.xan-story .cta-ko {
  margin: 24px 0 38px;
  font-family: var(--font-ui);
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.7;
  color: rgba(246, 238, 226, 0.78);
}

.xan-story .round-button {
  color: #f6eee2;
  background: transparent;
}

body.mobile-page .xan-story {
  padding-top: 68px;
}

body.mobile-page .xan-story-section {
  width: 100%;
  max-width: 430px;
}

body.mobile-page .xan-story p {
  font-family: var(--font-ui);
  font-size: 1.04rem;
  line-height: 1.9;
  font-weight: 500;
  color: #353535;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-wrap: pretty;
  text-align: center;
}

body.mobile-page .xan-story h1 {
  font-size: 1.68rem;
  text-align: center;
}

body.mobile-page .xan-story h2 {
  font-size: 1.45rem;
  text-align: center;
}

body.mobile-page .xan-story-serif,
body.mobile-page .xan-story-copy,
body.mobile-page .xan-story-lead,
body.mobile-page .xan-story-note,
body.mobile-page .xan-story-center,
body.mobile-page .xan-safety-grid,
body.mobile-page .xan-difference-rows {
  text-align: center;
}

body.mobile-page .xan-story-serif {
  margin-bottom: 2.75rem;
}

body.mobile-page .xan-story p.xan-story-serif {
  font-family: var(--font-en);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(92, 78, 66, 0.62);
}

body.mobile-page .xan-story-center .xan-story-serif {
  margin-bottom: 2.25rem;
}

body.mobile-page .xan-story-copy h1 + p {
  margin-top: 1.85rem;
}

body.mobile-page .xan-story-lead {
  margin-top: 1.85rem;
}

body.mobile-page .xan-story-center p:not(.xan-story-serif) {
  margin-top: 1.85rem;
}

body.mobile-page .xan-step-copy h3 {
  margin-bottom: 0.85rem;
}

body.mobile-page .xan-difference-rows strong {
  margin-bottom: 0.85rem;
}

body.mobile-page .xan-balance-lines {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.08rem;
}

body.mobile-page .xan-balance-lines span {
  display: block;
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
  text-align: center;
}

body.mobile-page .xan-center-axis {
  width: max-content;
  max-width: calc(100vw - 48px);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

body.mobile-page .xan-center-axis span {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-align: center;
}

body.mobile-page .xan-story-statement {
  padding-top: 86px;
  padding-bottom: 96px;
}

body.mobile-page .xan-story-protocol {
  padding-top: 102px;
  padding-bottom: 92px;
}

body.mobile-page .xan-story-precision {
  padding-top: 98px;
  padding-bottom: 94px;
}

body.mobile-page .xan-story .cta-section {
  padding: 138px 0 104px;
}

body.mobile-page .xan-story .cta-inner {
  min-height: 500px;
}

body.mobile-page .xan-story .cta-inner .eyebrow {
  margin-bottom: 3.15rem;
  color: #9b8367;
}

body.mobile-page .xan-story .cta-title {
  width: 94%;
  margin: 0 auto;
  font-size: 1.84rem;
  line-height: 1.14;
  letter-spacing: 0.02em;
}

body.mobile-page .xan-story .cta-ko {
  width: 94%;
  margin: 4.05rem auto 7.45rem;
  font-size: 1.06rem;
  line-height: 1.88;
  color: rgba(246, 238, 226, 0.86);
}

body.mobile-page .xan-story-statement,
body.mobile-page .xan-story-protocol,
body.mobile-page .xan-story-precision {
  padding-top: 76px;
  padding-bottom: 76px;
}

body.mobile-page .xan-story-protocol {
  padding-top: 98px;
  padding-bottom: 108px;
}

body.mobile-page .xan-story-precision {
  padding-top: 106px;
  padding-bottom: 104px;
}

body.mobile-page .xan-story-difference {
  padding-top: 108px;
  padding-bottom: 104px;
}

body.mobile-page .xan-device-image {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 1 / 1;
}

body.mobile-page .xan-device-lines {
  width: 78%;
  margin: 2.8rem auto 0;
  display: grid;
  gap: 1.42rem;
  border-top: 0;
}

body.mobile-page .xan-device-lines p {
  display: block;
  padding: 0;
  border-bottom: 0;
  grid-template-columns: none;
  text-align: center;
  font-size: 1rem;
  line-height: 1.72;
  font-weight: 500;
  color: #353535;
}

body.mobile-page .xan-device-lines span {
  display: block;
  margin-bottom: 0.38rem;
  font-weight: 600;
}

body.mobile-page .xan-sequence-image {
  width: min(92%, 360px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.25rem;
  aspect-ratio: auto;
  padding: 0;
  background: transparent;
  overflow: visible;
}

body.mobile-page .xan-sequence-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

body.mobile-page .xan-step-copy {
  width: 78%;
  margin-top: 3.4rem;
  text-align: center;
}

body.mobile-page .xan-step-copy article + article {
  margin-top: 2.65rem;
}

body.mobile-page .xan-difference-rows {
  width: 78%;
  margin-top: 3.45rem;
}

body.mobile-page .xan-difference-rows p {
  padding: 1.72rem 0;
}

body.mobile-page .xan-step-copy span,
body.mobile-page .xan-step-copy h3,
body.mobile-page .xan-step-copy p {
  text-align: center;
}

body.mobile-page .xan-step-copy h3 {
  font-weight: 600;
}

body.mobile-page .xan-step-copy p,
body.mobile-page .xan-difference-rows span,
body.mobile-page .xan-safety-grid p,
body.mobile-page .xan-story-note p {
  font-family: var(--font-ui);
  font-size: 1rem;
  line-height: 1.82;
  font-weight: 500;
  color: #353535;
}

@media (min-width: 1025px) {
  .xan-story {
    padding-top: 84px;
  }

  .xan-story-section {
    width: 100%;
    max-width: none;
    padding: 136px max(40px, calc((100vw - 1180px) / 2 + 40px));
  }

  .xan-story-copy,
  .xan-story-lead,
  .xan-story-center,
  .xan-story-note,
  .xan-step-copy,
  .xan-difference-rows {
    width: auto;
    max-width: none;
  }

  .xan-story h1,
  .xan-story h2 {
    font-size: 3.1rem;
    line-height: 1.28;
  }

  .xan-story p {
    font-size: 1.14rem;
    line-height: 1.85;
  }

  .xan-story-intro {
    display: grid;
    grid-template-columns: minmax(390px, 0.74fr) minmax(560px, 1.02fr);
    align-items: center;
    gap: clamp(70px, 6vw, 108px);
    padding-right: max(88px, calc((100vw - 1240px) / 2));
    padding-left: max(88px, calc((100vw - 1240px) / 2));
    padding-top: clamp(94px, 8vh, 116px);
    padding-bottom: clamp(108px, 9vh, 132px);
    text-align: left;
  }

  .xan-story-intro .xan-story-copy {
    max-width: 530px;
  }

  .xan-story-intro .xan-story-serif {
    margin-bottom: 2.15rem;
    letter-spacing: 0.02em;
  }

  .xan-story-intro h1 {
    font-size: clamp(3.2rem, 3.7vw, 4rem);
    line-height: 1.16;
  }

  body:not(.mobile-page).xanthelasma-page .xan-story-intro {
    grid-template-columns: minmax(390px, 0.64fr) minmax(640px, 1.08fr);
    gap: clamp(54px, 5vw, 84px);
  }

  body:not(.mobile-page).xanthelasma-page .xan-story-intro .xan-story-copy {
    max-width: 560px;
  }

  body:not(.mobile-page).xanthelasma-page .xan-story-intro .xan-story-serif {
    margin-bottom: 1.65rem !important;
  }

  .xan-lesion-image {
    width: min(100%, 690px);
    margin-top: 0;
    justify-self: end;
    aspect-ratio: 1.16 / 1;
  }

  body:not(.mobile-page).xanthelasma-page .xan-lesion-image {
    width: min(100%, 730px);
    aspect-ratio: 1.18 / 1;
  }

  .xan-story-statement {
    display: grid;
    grid-template-columns: minmax(420px, 0.92fr) minmax(480px, 1fr);
    gap: 5.5vw;
    align-items: center;
    padding-top: 154px;
    padding-bottom: 158px;
  }

  .xan-story-statement > .xan-story-serif,
  .xan-story-statement > h2,
  .xan-story-statement > .xan-story-lead,
  .xan-story-statement > .xan-story-center,
  .xan-story-statement > .xan-device-proof {
    grid-column: 1 / -1;
  }

  .xan-story-statement > .xan-story-image:not(.xan-device-image) {
    grid-column: 2;
    margin-top: 0;
  }

  .xan-story-note {
    grid-column: 1;
    margin-top: 0;
  }

  .xan-device-proof {
    width: min(900px, 82%);
    max-width: none;
    margin: 5.8rem auto 0;
    display: grid;
    grid-template-columns: minmax(360px, 0.95fr) minmax(300px, 0.72fr);
    gap: 5vw;
    align-items: end;
  }

  body:not(.mobile-page).xanthelasma-page .xan-story-statement {
    grid-template-columns: minmax(430px, 0.84fr) minmax(580px, 1.08fr);
    grid-template-areas:
      "label label"
      "title title"
      "lead lead"
      "note diagnosis"
      "laser laser"
      "device device";
    column-gap: clamp(72px, 6vw, 104px);
    row-gap: 30px;
    padding-top: 140px;
    padding-bottom: 148px;
  }

  body:not(.mobile-page).xanthelasma-page .xan-story-statement > .xan-story-serif {
    grid-area: label;
    margin: 0 !important;
  }

  body:not(.mobile-page).xanthelasma-page .xan-story-statement > h2 {
    grid-area: title;
  }

  body:not(.mobile-page).xanthelasma-page .xan-story-statement > .xan-story-lead {
    grid-area: lead;
    max-width: 640px;
    margin: 0 auto !important;
  }

  body:not(.mobile-page).xanthelasma-page .xan-story-statement > .xan-story-center {
    grid-area: laser;
  }

  body:not(.mobile-page).xanthelasma-page .xan-story-statement > .xan-device-proof {
    grid-area: device;
  }

  body:not(.mobile-page).xanthelasma-page .xan-story-statement > .xan-story-image:not(.xan-device-image) {
    grid-area: diagnosis;
    width: min(100%, 640px);
    justify-self: end;
  }

  body:not(.mobile-page).xanthelasma-page .xan-story-note {
    grid-area: note;
    width: min(100%, 460px);
    max-width: 460px;
    text-align: left;
  }

  body:not(.mobile-page).xanthelasma-page .xan-story-note strong,
  body:not(.mobile-page).xanthelasma-page .xan-story-note p {
    text-align: left;
  }

  body:not(.mobile-page).xanthelasma-page .xan-device-proof {
    width: min(1080px, 88%);
    margin: 3.9rem auto 0;
    grid-template-columns: minmax(520px, 1fr) minmax(300px, 0.58fr);
    gap: clamp(56px, 5vw, 78px);
    align-items: center;
  }

  .xan-device-image {
    width: 100%;
    margin: 0;
    aspect-ratio: 1 / 0.78;
  }

  .xan-device-lines {
    width: 100%;
    margin: 0;
    display: block;
  }

  .xan-device-lines p {
    grid-template-columns: 140px 1fr;
    text-align: left;
  }

  .xan-device-lines span {
    display: block;
    margin-bottom: 0;
  }

  .xan-story-protocol {
    display: grid;
    grid-template-columns: minmax(360px, 0.74fr) minmax(460px, 0.86fr);
    gap: 7vw;
    align-items: center;
    text-align: left;
    padding-top: 170px;
    padding-bottom: 156px;
  }

  .xan-story-protocol > .xan-story-serif,
  .xan-story-protocol > h2,
  .xan-story-protocol > .xan-story-lead {
    grid-column: 1;
  }

  .xan-sequence-image {
    grid-column: 2;
    grid-row: 1 / span 3;
    width: min(100%, 560px);
    justify-self: end;
    margin-top: 0;
  }

  .xan-step-copy {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.2rem;
  }

  .xan-step-copy article + article {
    margin-top: 0;
  }

  body:not(.mobile-page).xanthelasma-page .xan-story-protocol {
    grid-template-columns: minmax(460px, 0.78fr) minmax(560px, 0.94fr);
    grid-template-areas:
      "label image"
      "title image"
      "lead image"
      "steps steps";
    column-gap: clamp(74px, 6vw, 104px);
    row-gap: 30px;
  }

  body:not(.mobile-page).xanthelasma-page .xan-story-protocol > .xan-story-serif {
    grid-area: label;
    margin: 0 !important;
  }

  body:not(.mobile-page).xanthelasma-page .xan-story-protocol > h2 {
    grid-area: title;
  }

  body:not(.mobile-page).xanthelasma-page .xan-story-protocol > .xan-story-lead {
    grid-area: lead;
    margin: 0 !important;
  }

  body:not(.mobile-page).xanthelasma-page .xan-sequence-image {
    grid-area: image;
    width: min(100%, 660px);
  }

  body:not(.mobile-page).xanthelasma-page .xan-step-copy {
    grid-area: steps;
    margin-top: 2.1rem;
  }

  .xan-story-precision {
    display: grid;
    grid-template-columns: minmax(420px, 0.86fr) minmax(470px, 1fr);
    gap: 6vw;
    align-items: center;
    text-align: left;
    padding-top: 152px;
    padding-bottom: 152px;
  }

  .xan-story-precision > .xan-story-serif,
  .xan-story-precision > h2,
  .xan-story-precision > .xan-story-lead,
  .xan-story-precision > .xan-safety-grid {
    grid-column: 1;
  }

  .xan-story-precision > .xan-story-image {
    grid-column: 2;
    grid-row: 1 / span 4;
    margin-top: 0;
  }

  body:not(.mobile-page).xanthelasma-page .xan-story-precision {
    grid-template-columns: minmax(500px, 0.82fr) minmax(560px, 0.9fr);
    grid-template-areas:
      "label image"
      "title image"
      "lead image"
      "grid image";
    column-gap: clamp(72px, 6vw, 104px);
    row-gap: 30px;
  }

  body:not(.mobile-page).xanthelasma-page .xan-story-precision > .xan-story-serif {
    grid-area: label;
    margin: 0 !important;
  }

  body:not(.mobile-page).xanthelasma-page .xan-story-precision > h2 {
    grid-area: title;
  }

  body:not(.mobile-page).xanthelasma-page .xan-story-precision > .xan-story-lead {
    grid-area: lead;
    margin: 0 !important;
  }

  body:not(.mobile-page).xanthelasma-page .xan-story-precision > .xan-safety-grid {
    grid-area: grid;
    margin-top: 1.4rem;
  }

  body:not(.mobile-page).xanthelasma-page .xan-story-precision > .xan-story-image {
    grid-area: image;
    width: min(100%, 660px);
    justify-self: end;
  }

  .xan-safety-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 2.2rem;
  }

  .xan-story-difference {
    text-align: center;
  }

  body:not(.mobile-page).xanthelasma-page .xan-story-difference > .xan-story-serif {
    margin-bottom: 1.4rem !important;
  }

  body:not(.mobile-page).xanthelasma-page .xan-story-difference > .xan-story-lead {
    max-width: 660px;
    margin: 1.7rem auto 0 !important;
  }

  .xan-difference-rows {
    width: min(820px, 82%);
    margin-left: auto;
    margin-right: auto;
  }

  body:not(.mobile-page).xanthelasma-page .xan-difference-rows {
    width: min(920px, 78%);
    margin-top: 4.1rem;
  }

  .xan-difference-rows p {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 2rem;
    align-items: center;
    text-align: left;
  }

  .xan-difference-rows strong {
    margin: 0;
    font-size: 2rem;
  }

  .xan-story-cta {
    width: 100%;
    max-width: none;
    min-height: 640px;
  }

.xan-story-cta h2 {
    font-size: 4.2rem;
  }
}

.pigment-story .balance-line {
  display: block;
}

.pigment-hero-image {
  aspect-ratio: 0.75 / 1;
}

.pigment-hero-face-image {
  aspect-ratio: 1 / 1;
  background: #ece4d9;
}

.pigment-hero-face-image img {
  object-fit: contain;
}

.pigment-hero .xan-story-copy .pigment-hero-face-image {
  margin: 2.25rem 0 2.35rem;
}

body.mobile-page .pigment-hero .xan-story-copy .pigment-hero-face-image {
  width: 100vw;
  max-width: 430px;
  margin: 2.1rem 0 2.35rem 50%;
  transform: translateX(-50%);
}

.pigment-texture-image {
  aspect-ratio: 0.75 / 1;
  background: #eadfd2;
}

.pigment-texture-image img {
  object-fit: cover;
}

.pigment-wide-image,
.pigment-device-image,
.pigment-candidate-image {
  aspect-ratio: 1.28 / 1;
}

.pigment-strip-image {
  aspect-ratio: 1.55 / 1;
  background: #181614;
}

.pigment-video-image {
  aspect-ratio: 720 / 406;
  background: #111;
}

.pigment-video-image video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.mobile-page .pigment-video-image {
  width: calc(100% + 36px);
  margin-left: -18px;
  margin-right: -18px;
}

body.mobile-page .pigment-video-image video {
  object-fit: cover;
}

.pigment-device-image {
  aspect-ratio: 1.05 / 1;
}

.pigment-device-stack {
  width: 100%;
  margin-top: 2.65rem;
}

.pigment-device-stack .pigment-device-image {
  margin: 0;
}

.pigment-device-stack .pigment-device-image + .pigment-device-image {
  margin-top: 18px;
}

.pigment-device-wide {
  aspect-ratio: 1.61 / 1;
}

.pigment-device-contain {
  aspect-ratio: 0.72 / 1;
  background: #fff;
}

body.mobile-page .pigment-device-stack {
  width: 100vw;
  max-width: 430px;
  margin-left: 50%;
  transform: translateX(-50%);
}

.pigment-wide-image img,
.pigment-device-image img {
  object-fit: cover;
  background: #f7f3ed;
}

.pigment-device-contain img {
  object-fit: contain;
  background: #fff;
}

.pigment-diagram-image {
  background: #f9f5ee;
  aspect-ratio: 1.72 / 1;
}

.pigment-diagram-image img {
  object-fit: contain;
  padding: 10px;
}

.pigment-strip-image img {
  object-fit: contain;
  background: #f7f3ed;
}

.pigment-statement {
  background: #f7f3ed;
}

.pigment-diagnosis,
.pigment-balance {
  background: #eee8df;
}

.pigment-line-list,
.pigment-candidate-list {
  width: 86%;
  max-width: 350px;
  margin: 2.7rem auto 0;
  border-top: 1px solid rgba(76, 66, 56, 0.14);
}

.pigment-line-list p,
.pigment-candidate-list p {
  padding: 1.05rem 0;
  border-bottom: 1px solid rgba(76, 66, 56, 0.12);
  font-size: 0.96rem;
  line-height: 1.72;
  color: #464039;
}

.pigment-candidates {
  background: #f7f3ed;
}

.pigment-candidate-image {
  aspect-ratio: 3 / 2;
  margin-bottom: 3.2rem;
}

.pigment-candidate-image img {
  object-fit: contain;
  background: #f7f3ed;
}

.pigment-story .xan-story-section + .xan-story-section,
.pigment-story .xan-story-note,
.pigment-story .xan-safety-grid,
.pigment-story .xan-safety-grid p,
.pigment-story .xan-difference-rows,
.pigment-story .xan-difference-rows p,
.pigment-line-list,
.pigment-candidate-list,
.pigment-line-list p,
.pigment-candidate-list p {
  border-top: 0;
  border-bottom: 0;
}

.pigment-story .xan-story-copy,
.pigment-story .xan-story-lead,
.pigment-story .xan-story-center,
.pigment-story .xan-safety-grid,
.pigment-story .xan-difference-rows,
.pigment-line-list,
.pigment-candidate-list {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.pigment-story .xan-safety-grid,
.pigment-story .xan-difference-rows,
.pigment-line-list,
.pigment-candidate-list {
  display: grid;
  gap: 1.35rem;
}

.pigment-story .xan-safety-grid p,
.pigment-story .xan-difference-rows p,
.pigment-line-list p,
.pigment-candidate-list p {
  padding: 0;
  text-align: center;
  text-wrap: balance;
}

body.mobile-page.pigment-page .sub-header.is-scrolled {
  box-shadow: none;
}

body.mobile-page .pigment-story .cta-title {
  font-size: 2.15rem;
}

body.mobile-page .pigment-story .cta-ko span {
  display: block;
}

/* Ota nevus treatment page */
.ota-page .sub-shell {
  background:
    radial-gradient(circle at 20% 8%, rgba(255, 252, 246, 0.94), transparent 30%),
    linear-gradient(180deg, #f7f1ea 0%, #ede4d8 52%, #f8f4ee 100%);
}

.ota-story .xan-story-serif {
  color: rgba(98, 82, 66, 0.7);
}

.ota-hero-image {
  aspect-ratio: 1.02 / 1;
}

.ota-hero.reveal {
  opacity: 1;
  transform: none;
}

.ota-depth-image,
.ota-device-image,
.ota-difference-image {
  aspect-ratio: 1.22 / 1;
}

.ota-faces,
.ota-compare,
.ota-difference {
  background: #f7f3ed;
}

.ota-depth,
.ota-device {
  background: #eee8df;
}

.ota-two-column,
.ota-depth-lines,
.ota-strategy-scale,
.ota-compare-table {
  width: 86%;
  max-width: 360px;
  margin: 3rem auto 0;
  border-top: 1px solid rgba(76, 66, 56, 0.14);
}

.ota-two-column article,
.ota-depth-lines p,
.ota-strategy-scale p,
.ota-compare-table p {
  margin: 0;
  padding: 1.45rem 0;
  border-bottom: 1px solid rgba(76, 66, 56, 0.14);
}

.ota-two-column span,
.ota-step-label,
.ota-depth-lines strong,
.ota-strategy-scale strong,
.ota-compare-table strong {
  display: block;
  margin-bottom: 0.58rem;
  font-family: var(--font-en);
  font-size: 1.58rem;
  font-weight: 400;
  line-height: 1.08;
  color: #302b26;
}

.ota-two-column h3 {
  margin: 0 0 0.72rem;
  font-family: var(--font-ui);
  font-size: 1.02rem;
  font-weight: 700;
  color: #332f2b;
}

.ota-depth-lines span,
.ota-strategy-scale span,
.ota-compare-table span {
  display: block;
  font-family: var(--font-ui);
  font-size: 0.98rem;
  line-height: 1.78;
  color: #464039;
}

.ota-center-note {
  width: 82%;
  max-width: 350px;
  margin: 2.6rem auto 0;
  padding-top: 2.2rem;
  border-top: 1px solid rgba(76, 66, 56, 0.14);
}

.ota-strategy-scale {
  display: grid;
  gap: 0;
}

.ota-story .cta-title {
  font-size: clamp(3.1rem, 4vw, 4.3rem);
}

body.mobile-page.ota-page .ota-story .cta-title span,
body.mobile-page.ota-page .ota-story .cta-ko span {
  display: block;
}

body.mobile-page.ota-page .ota-story .cta-title {
  font-size: 1.94rem;
  line-height: 1.15;
}

body.mobile-page.ota-page .ota-two-column,
body.mobile-page.ota-page .ota-depth-lines,
body.mobile-page.ota-page .ota-strategy-scale,
body.mobile-page.ota-page .ota-compare-table {
  width: 78%;
  max-width: 340px;
}

body.mobile-page.ota-page .ota-two-column span,
body.mobile-page.ota-page .ota-depth-lines strong,
body.mobile-page.ota-page .ota-strategy-scale strong,
body.mobile-page.ota-page .ota-compare-table strong {
  font-size: 1.42rem;
  text-align: center;
}

body.mobile-page.ota-page .ota-two-column h3,
body.mobile-page.ota-page .ota-depth-lines span,
body.mobile-page.ota-page .ota-strategy-scale span,
body.mobile-page.ota-page .ota-compare-table span {
  text-align: center;
}

@media (min-width: 1025px) {
  .ota-hero .ota-hero-image {
    width: min(100%, 620px);
    aspect-ratio: 0.96 / 1;
    margin-left: auto;
  }

  .ota-hero .xan-story-copy {
    transform: translateY(-52px);
  }

  .ota-faces {
    text-align: center;
  }

  .ota-faces .xan-story-lead,
  .ota-center-note {
    width: min(740px, 72%);
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .ota-two-column {
    width: min(900px, 82%);
    max-width: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .ota-two-column article {
    padding: 2.35rem 2.4rem;
  }

  .ota-two-column article + article {
    border-left: 1px solid rgba(76, 66, 56, 0.14);
  }

  .ota-depth {
    display: grid;
    grid-template-columns: minmax(520px, 1.02fr) minmax(410px, 0.78fr);
    gap: 6vw;
    align-items: center;
    text-align: left;
  }

  .ota-depth .ota-depth-image {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin-top: 0;
    aspect-ratio: 1.02 / 1;
  }

  .ota-depth .xan-story-center,
  .ota-depth .ota-depth-lines {
    grid-column: 2;
    margin-left: 0;
    text-align: left;
  }

  .ota-depth-lines,
  .ota-strategy-scale,
  .ota-compare-table {
    max-width: none;
  }

  .ota-strategy {
    display: grid;
    grid-template-columns: minmax(420px, 0.9fr) minmax(480px, 1fr);
    gap: 6vw;
    align-items: center;
    text-align: left;
  }

  .ota-strategy .xan-story-copy {
    max-width: 560px;
  }

  .ota-strategy-scale {
    width: 100%;
    margin: 0;
  }

  .ota-strategy-scale p {
    padding: 2rem 0;
  }

  .ota-device {
    display: grid;
    grid-template-columns: minmax(520px, 1fr) minmax(420px, 0.86fr);
    gap: 6vw;
    align-items: center;
    text-align: left;
  }

  .ota-device .ota-device-image {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin-top: 0;
    aspect-ratio: 1.08 / 1;
  }

  .ota-device .xan-story-copy,
  .ota-device .ota-device-grid {
    grid-column: 2;
  }

  .ota-device-grid {
    margin-top: 2.6rem;
  }

  .ota-compare {
    text-align: center;
  }

  .ota-compare .xan-story-lead {
    width: min(780px, 76%);
    margin-left: auto;
    margin-right: auto;
  }

  .ota-compare-table {
    width: min(860px, 78%);
  }

  .ota-compare-table p {
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 2rem;
    align-items: center;
    text-align: left;
  }

  .ota-compare-table strong {
    margin: 0;
  }

  .ota-difference {
    display: grid;
    grid-template-columns: minmax(500px, 0.95fr) minmax(420px, 0.86fr);
    gap: 6vw;
    align-items: center;
    text-align: left;
  }

  .ota-difference .ota-difference-image {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin: 0;
    aspect-ratio: 1.22 / 1;
  }

  .ota-difference .xan-story-copy,
  .ota-difference .ota-difference-rows {
    grid-column: 2;
    margin-left: 0;
  }

  .ota-difference-rows {
    width: 100%;
  }
}

/* Acquired Ota-like macules / ABNOM page */
.adm-page .sub-shell {
  background:
    radial-gradient(circle at 78% 12%, rgba(255, 252, 246, 0.86), transparent 28%),
    linear-gradient(180deg, #f7f1ea 0%, #eee5da 48%, #f8f4ee 100%);
}

.adm-story .xan-story-serif {
  color: rgba(93, 78, 64, 0.72);
}

.adm-hero-image {
  aspect-ratio: 1.28 / 1;
  background: #ded5ca;
}

.adm-hero-image img {
  filter: saturate(0.97) contrast(1.08) brightness(0.985);
}

.adm-hero-portrait {
  width: min(100%, 430px);
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 4 / 5;
}

.adm-hero-portrait img {
  object-fit: cover;
  object-position: center center;
}

.adm-hero-body {
  margin-top: 2.35rem;
}

.adm-diagnosis-image,
.adm-device-image,
.adm-difference-image {
  background: #e4dbd0;
}

.adm-symbolic {
  padding-top: 0;
  padding-bottom: 98px;
}

.adm-recognition + .adm-symbolic,
.adm-symbolic + .adm-diagnosis {
  border-top: 0;
}

.adm-symbolic-figure {
  width: min(100%, 560px);
  margin: 0 auto;
  aspect-ratio: 1 / 1;
  background: #d1dde1;
}

.adm-symbolic-figure img {
  object-position: center center;
}

.adm-recognition .adm-symbolic-figure {
  margin-top: 2.75rem;
}

.adm-diagnosis-image,
.adm-device-image {
  aspect-ratio: 1.72 / 1;
}

.adm-diagnosis-image img,
.adm-device-image img {
  object-fit: cover;
}

.adm-two-column span,
.adm-marker-list strong,
.adm-strategy-scale strong,
.adm-compare-table strong,
.adm-difference-rows strong {
  color: #2e2924;
}

.adm-strategy-scale p {
  padding: 1.45rem 0;
}

.adm-device-grid p {
  color: rgba(55, 51, 48, 0.84);
}

.adm-story .cta-title {
  font-size: clamp(3rem, 4vw, 4.15rem);
}

body.mobile-page.adm-page .adm-story .cta-title span,
body.mobile-page.adm-page .adm-story .cta-ko span {
  display: block;
}

body.mobile-page.adm-page .adm-story .balance-line {
  display: block;
}

body.mobile-page.adm-page .adm-story .cta-title {
  font-size: 1.92rem;
  line-height: 1.15;
}

body.mobile-page.adm-page .adm-strategy-scale strong,
body.mobile-page.adm-page .adm-difference-rows strong {
  font-size: 1.34rem;
}

body.mobile-page.adm-page .adm-hero-image {
  aspect-ratio: 1.22 / 1;
}

body.mobile-page.adm-page .adm-hero-portrait {
  width: min(calc(100vw - 20px), 410px);
  aspect-ratio: 4 / 5;
  margin-left: calc(50% - min(50vw - 10px, 205px));
  margin-right: calc(50% - min(50vw - 10px, 205px));
}

body.mobile-page.adm-page .adm-hero .adm-hero-image {
  margin-top: 2.35rem;
}

body.mobile-page.adm-page .adm-hero-body {
  margin-top: 2.35rem;
}

body.mobile-page.adm-page .adm-diagnosis-image,
body.mobile-page.adm-page .adm-device-image {
  aspect-ratio: 1.5 / 1;
}

body.mobile-page.adm-page .adm-symbolic {
  padding-top: 0;
  padding-bottom: 72px;
}

body.mobile-page.adm-page .adm-symbolic-figure {
  width: min(82%, 300px);
  aspect-ratio: 1 / 1;
}

@media (min-width: 1025px) {
  .adm-hero .adm-hero-image {
    grid-column: 2;
    grid-row: 1 / span 2;
    aspect-ratio: 1.34 / 1;
  }

  .adm-hero .adm-hero-portrait {
    width: min(100%, 620px);
    aspect-ratio: 4 / 5;
    justify-self: end;
  }

  .adm-hero .adm-hero-body {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
  }

  .adm-diagnosis .adm-diagnosis-image,
  .adm-device .adm-device-image {
    aspect-ratio: 1.62 / 1;
  }

  .adm-recognition .adm-two-column {
    width: min(980px, 84%);
  }

  .adm-symbolic {
    padding-top: 0;
    padding-bottom: 124px;
  }

  .adm-strategy .adm-strategy-scale {
    margin-top: 0;
  }

  .adm-compare .adm-compare-table {
    width: min(940px, 82%);
  }
}

@media (min-width: 1025px) {
  .pigment-hero .pigment-hero-image {
    width: min(100%, 640px);
    aspect-ratio: 0.75 / 1;
    margin-left: auto;
  }

  .pigment-hero .pigment-hero-face-image {
    aspect-ratio: 1 / 1;
  }

  .pigment-hero .xan-story-copy {
    transform: translateY(-112px);
  }

  .pigment-hero .xan-story-copy .pigment-hero-face-image {
    width: 100%;
    max-width: none;
    margin: 2.25rem 0 2.35rem;
    transform: none;
  }

  .pigment-hero h1 {
    color: #29241f;
  }

  .pigment-hero .xan-story-serif,
  .pigment-hero .xan-story-copy p {
    color: rgba(50, 44, 38, 0.82);
  }

  .pigment-statement {
    display: grid;
    grid-template-columns: minmax(420px, 0.92fr) minmax(480px, 1fr);
    gap: 5.5vw;
    align-items: center;
    text-align: left;
    padding-top: 158px;
    padding-bottom: 158px;
  }

  .pigment-statement > .xan-story-serif,
  .pigment-statement > h2,
  .pigment-statement > .xan-story-lead,
  .pigment-statement > .pigment-statement-image {
    grid-column: 1;
  }

  .pigment-statement > .pigment-statement-image {
    width: min(100%, 440px);
    margin-top: 3.1rem;
  }

  .pigment-statement > .xan-story-note {
    grid-column: 2;
    margin-top: 0;
    text-align: left;
  }

  .pigment-diagnosis {
    display: grid;
    grid-template-columns: minmax(520px, 1.02fr) minmax(410px, 0.78fr);
    gap: 6vw;
    align-items: center;
    text-align: left;
  }

  .pigment-diagnosis .pigment-wide-image {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin-top: 0;
    aspect-ratio: 1.05 / 1;
  }

  .pigment-diagnosis .pigment-diagram-image {
    aspect-ratio: 1.72 / 1;
  }

  .pigment-diagnosis .xan-story-center,
  .pigment-diagnosis .pigment-line-list {
    grid-column: 2;
    margin-left: 0;
    text-align: left;
  }

  .pigment-line-list,
  .pigment-candidate-list {
    max-width: none;
  }

  .pigment-energy {
    display: grid;
    grid-template-columns: minmax(410px, 0.74fr) minmax(540px, 0.96fr);
    gap: 7vw;
    align-items: center;
    text-align: left;
  }

  .pigment-energy .xan-story-copy {
    max-width: 520px;
  }

  .pigment-energy .pigment-device-image {
    margin-top: 0;
    aspect-ratio: 1.05 / 1;
  }

  .pigment-energy .pigment-device-stack {
    margin-top: 0;
  }

  .pigment-energy .pigment-device-stack .pigment-device-contain {
    aspect-ratio: 0.72 / 1;
  }

  .pigment-energy .pigment-device-stack .pigment-device-wide {
    aspect-ratio: 1.61 / 1;
  }

  .pigment-balance {
    text-align: center;
  }

  .pigment-balance .xan-story-lead {
    width: min(720px, 76%);
    margin-left: auto;
    margin-right: auto;
  }

  .pigment-strip-image {
    width: min(760px, 76%);
    margin-left: auto;
    margin-right: auto;
  }

  .pigment-safety-grid {
    width: min(760px, 76%);
    margin-left: auto;
    margin-right: auto;
  }

  .pigment-difference {
    text-align: center;
  }

  .pigment-candidates {
    display: grid;
    grid-template-columns: minmax(520px, 1fr) minmax(400px, 0.8fr);
    gap: 6vw;
    align-items: center;
    text-align: left;
  }

  .pigment-candidates .pigment-candidate-image {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin: 0;
    aspect-ratio: 3 / 2;
  }

  .pigment-candidates .xan-story-copy,
  .pigment-candidates .pigment-candidate-list {
    grid-column: 2;
    margin-left: 0;
  }
}

/* Under-eye fat repositioning page */
.eye-page .sub-shell {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 252, 247, 0.94), transparent 30%),
    linear-gradient(180deg, #f7f1ea 0%, #ede3d7 50%, #f8f4ee 100%);
}

.eye-story .xan-story-serif {
  color: rgba(98, 82, 66, 0.7);
}

.eye-story .xan-story-section + .xan-story-section {
  border-top: 0;
}

.eye-story .xan-story-section,
.eye-story .xan-story-section + .xan-story-section,
.eye-story .xan-story-copy,
.eye-story .xan-story-center,
.eye-story .section-text,
.eye-story .xan-story-lead,
.eye-story .cta-ko {
  text-align: center;
}

.eye-story .xan-story-copy,
.eye-story .section-text,
.eye-story .xan-story-lead {
  margin-left: auto;
  margin-right: auto;
}

.eye-story .xan-story-section,
.eye-balance-copy,
.eye-balance-copy p,
.eye-process-lines,
.eye-process-lines p,
.eye-anatomy-map,
.eye-anatomy-map p,
.eye-step-copy,
.eye-step-copy article,
.eye-candidate-list,
.eye-candidate-list p,
.eye-center-note,
.eye-reference-note {
  border: 0;
}

.eye-hero-image {
  aspect-ratio: 0.92 / 1;
}

.eye-procedure-image,
.eye-delicate-image,
.eye-space-image {
  aspect-ratio: 1.18 / 1;
}

.eye-hero-image img {
  object-position: 48% 34%;
}

.eye-procedure-image img {
  filter: saturate(0.86) sepia(0.04) brightness(1.02);
  object-position: 50% 50%;
}

.eye-delicate-image img {
  filter: saturate(0.9) sepia(0.04) brightness(1.02);
  object-position: 54% 50%;
}

.eye-space-image img {
  filter: saturate(0.58) sepia(0.14) brightness(1.28) contrast(0.78);
  object-position: center center;
  object-fit: cover;
}

.eye-anatomy-visual {
  position: relative;
}

.eye-anatomy-labels {
  position: absolute;
  inset: 0;
  pointer-events: none;
  font-family: var(--font-ui);
  color: rgba(61, 51, 42, 0.78);
}

.eye-anatomy-labels span {
  position: absolute;
  display: inline-flex;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 0.78rem;
  line-height: 1.05;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  text-shadow:
    0 1px 2px rgba(255, 250, 242, 0.95),
    0 0 10px rgba(255, 250, 242, 0.78);
}

.eye-anatomy-labels .label-fat {
  right: 15%;
  top: 44%;
}

.eye-anatomy-labels .label-trough {
  left: 11%;
  bottom: 20%;
}

.eye-anatomy-labels .label-muscle {
  right: 16%;
  bottom: 16%;
}

.eye-balance,
.eye-anatomy,
.eye-candidates {
  background: transparent;
}

.eye-process,
.eye-delicate {
  background: transparent;
}

.eye-balance-copy,
.eye-process-lines,
.eye-anatomy-map,
.eye-step-copy,
.eye-candidate-list,
.eye-reference-note {
  width: 86%;
  max-width: 360px;
  margin: 3rem auto 0;
  border-top: 0;
  text-align: center;
}

.eye-balance-copy p,
.eye-process-lines p,
.eye-anatomy-map p,
.eye-step-copy article,
.eye-candidate-list p {
  margin: 0;
  padding: 1.42rem 0;
  border-bottom: 0;
  text-align: center;
}

.eye-process-lines strong,
.eye-anatomy-map strong,
.eye-step-copy span {
  display: block;
  margin-bottom: 0.58rem;
  font-family: var(--font-en);
  font-size: 1.58rem;
  font-weight: 400;
  line-height: 1.08;
  color: #302b26;
}

.eye-step-copy h3 {
  margin: 0 0 0.7rem;
  font-family: var(--font-ui);
  font-size: 1.04rem;
  font-weight: 700;
  color: #332f2b;
}

.eye-process-lines span,
.eye-anatomy-map span,
.eye-step-copy p,
.eye-candidate-list p,
.eye-balance-copy p {
  display: block;
  font-family: var(--font-ui);
  font-size: 0.98rem;
  line-height: 1.78;
  color: #464039;
}

.eye-center-note {
  width: 82%;
  max-width: 350px;
  margin: 2.6rem auto 0;
  padding-top: 2.2rem;
  border-top: 0;
  text-align: center;
}

.eye-reference-note {
  display: grid;
  gap: 0.62rem;
  max-width: 420px;
  margin-top: 2.2rem;
  padding-top: 1.8rem;
  font-family: var(--font-ui);
  color: rgba(54, 47, 40, 0.62);
}

.eye-reference-note p {
  margin: 0 0 0.25rem;
  font-family: var(--font-en);
  font-size: 0.78rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eye-reference-note a {
  display: inline-block;
  width: fit-content;
  margin: 0 auto;
  color: rgba(54, 47, 40, 0.7);
  font-size: 0.82rem;
  line-height: 1.45;
  text-decoration: none;
  border-bottom: 1px solid rgba(54, 47, 40, 0.22);
}

.eye-story .cta-title {
  font-size: clamp(3.1rem, 4vw, 4.35rem);
}

body.mobile-page.eye-page .eye-story .cta-title span,
body.mobile-page.eye-page .eye-story .cta-ko span {
  display: block;
}

body.mobile-page.eye-page .eye-story .cta-title {
  font-size: 1.88rem;
  line-height: 1.15;
}

body.mobile-page.eye-page .eye-balance-copy,
body.mobile-page.eye-page .eye-process-lines,
body.mobile-page.eye-page .eye-anatomy-map,
body.mobile-page.eye-page .eye-step-copy,
body.mobile-page.eye-page .eye-candidate-list {
  width: 78%;
  max-width: 340px;
}

body.mobile-page.eye-page .eye-process-lines strong,
body.mobile-page.eye-page .eye-anatomy-map strong,
body.mobile-page.eye-page .eye-step-copy span {
  font-size: 1.42rem;
  text-align: center;
}

body.mobile-page.eye-page .eye-step-copy h3,
body.mobile-page.eye-page .eye-process-lines span,
body.mobile-page.eye-page .eye-anatomy-map span,
body.mobile-page.eye-page .eye-step-copy p,
body.mobile-page.eye-page .eye-candidate-list p,
body.mobile-page.eye-page .eye-balance-copy p {
  text-align: center;
}

body.mobile-page.eye-page .eye-anatomy-labels span {
  font-size: 0.58rem;
  letter-spacing: 0.02em;
}

body.mobile-page.eye-page .eye-space-image {
  aspect-ratio: 1024 / 1536;
}

body.mobile-page.eye-page .sub-header {
  border: 0;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background: rgba(245, 240, 233, 0.88);
}

body.mobile-page.eye-page .quick-notice {
  display: none;
}

body.mobile-page.eye-page .xan-story-image {
  margin-bottom: 3.35rem;
}

body.mobile-page.eye-page .xan-story-copy {
  width: 84%;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

body.mobile-page.eye-page .xan-story-copy p,
body.mobile-page.eye-page .xan-story-lead,
body.mobile-page.eye-page .eye-center-note {
  text-align: center;
}

body.mobile-page.eye-page .eye-process .xan-story-copy,
body.mobile-page.eye-page .eye-delicate .xan-story-copy,
body.mobile-page.eye-page .eye-personal .xan-story-copy {
  margin-top: 0;
}

@media (max-width: 1024px) {
  .eye-page .sub-header {
    border: 0;
    border-bottom: 0 !important;
    box-shadow: none !important;
    background: rgba(245, 240, 233, 0.88);
  }

  .eye-page .reveal,
  .eye-page .image-slot,
  .eye-page .is-visible .image-slot {
    opacity: 1;
    transform: none;
  }

  .eye-page .xan-story {
    padding-top: 68px;
  }

  .eye-page .xan-story-section {
    box-sizing: border-box;
    width: 100%;
    max-width: 430px;
    padding: 58px 18px;
    scroll-margin-top: 96px;
  }

  .eye-page .xan-story-intro {
    padding-top: 72px;
  }

  .eye-page .quick-notice {
    display: none;
  }

  .eye-page .xan-story-image {
    box-sizing: border-box;
    width: 86%;
    margin: 3.1rem auto 3.35rem;
  }

  .eye-page .eye-hero-image {
    aspect-ratio: 0.9 / 1;
  }

  .eye-page .eye-procedure-image,
  .eye-page .eye-delicate-image {
    aspect-ratio: 1.18 / 1;
  }

  .eye-page .eye-space-image {
    aspect-ratio: 1024 / 1536;
  }

  .eye-page .eye-space-image img {
    object-position: center center;
  }

  .eye-page .xan-story-copy,
  .eye-page .xan-story-center,
  .eye-page .xan-story-lead,
  .eye-page .eye-center-note {
    width: 78%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .eye-page .xan-story h1 {
    font-size: 1.44rem;
    line-height: 1.42;
  }

  .eye-page .xan-story h2 {
    font-size: 1.38rem;
    line-height: 1.48;
  }

  .eye-page .xan-story-serif {
    font-size: 0.94rem;
    white-space: normal;
  }

  .eye-page .xan-story-copy p,
  .eye-page .xan-story-lead,
  .eye-page .eye-center-note {
    max-width: 100%;
    text-align: center;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .eye-page .xan-story-copy p {
    font-size: 0.92rem;
  }
}

@media (min-width: 1025px) {
  .eye-page .xan-story-section {
    padding-top: clamp(108px, 7.6vw, 124px);
    padding-bottom: clamp(106px, 7.4vw, 122px);
  }

  .eye-story .xan-story-serif {
    margin-bottom: 1.95rem;
    letter-spacing: 0.02em;
  }

  .eye-story h1,
  .eye-story h2 {
    line-height: 1.2;
    letter-spacing: 0;
    word-break: keep-all;
    text-wrap: normal;
  }

  .eye-story .xan-story-copy p,
  .eye-story .xan-story-center p:not(.xan-story-serif),
  .eye-story .xan-story-lead,
  .eye-center-note {
    line-height: 1.88;
    word-break: keep-all;
    text-wrap: pretty;
  }

  .eye-hero .eye-hero-image {
    width: min(100%, 620px);
    margin-left: auto;
    aspect-ratio: 0.9 / 1;
  }

  .eye-hero {
    padding-top: clamp(96px, 7vh, 108px);
    padding-bottom: clamp(96px, 7.5vh, 112px);
  }

  .eye-hero .xan-story-copy {
    transform: translateY(-34px);
  }

  .eye-hero .xan-story-copy p + p {
    margin-top: 1.45rem;
  }

  .eye-balance,
  .eye-anatomy,
  .eye-candidates {
    text-align: center;
  }

  .eye-balance .xan-story-lead,
  .eye-center-note {
    width: min(740px, 72%);
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .eye-balance .xan-story-lead {
    margin-top: 2.25rem;
  }

  .eye-balance-copy {
    width: min(1040px, 80%);
    max-width: none;
    display: grid;
    align-items: start;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(64px, 6vw, 92px);
    margin-top: 4.2rem;
  }

  .eye-balance-copy p {
    padding: 0;
  }

  .eye-balance-copy p + p {
    border-left: 0;
  }

  .eye-process {
    display: grid;
    grid-template-columns: minmax(520px, 1fr) minmax(440px, 0.82fr);
    gap: clamp(72px, 6.8vw, 112px);
    align-items: center;
    text-align: left;
  }

  .eye-process .eye-procedure-image {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin-top: 0;
    aspect-ratio: 1.03 / 1;
  }

  .eye-process .xan-story-copy,
  .eye-process .eye-process-lines {
    grid-column: 2;
    width: min(100%, 500px);
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  .eye-process .xan-story-copy p,
  .eye-process .eye-process-lines p,
  .eye-process .eye-process-lines span {
    text-align: left;
  }

  .eye-process .eye-process-lines {
    margin-top: 4rem;
    display: grid;
    gap: 2.05rem;
  }

  .eye-process .eye-process-lines p {
    padding: 0;
  }

  .eye-process-lines,
  .eye-anatomy-map,
  .eye-step-copy,
  .eye-candidate-list {
    max-width: none;
  }

  .eye-anatomy .xan-story-center {
    width: min(760px, 76%);
    margin-left: auto;
    margin-right: auto;
  }

  .eye-anatomy-map {
    width: min(940px, 82%);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 4.4rem;
  }

  .eye-anatomy-map p {
    padding: 0 2rem;
  }

  .eye-anatomy-map p + p {
    border-left: 0;
  }

  .eye-anatomy .eye-center-note,
  .eye-blepharoplasty .eye-center-note {
    width: min(800px, 74%);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .eye-anatomy .eye-center-note {
    margin-top: 4.65rem;
    padding-top: 0;
  }

  .eye-delicate {
    display: grid;
    grid-template-columns: minmax(520px, 1fr) minmax(440px, 0.82fr);
    gap: clamp(72px, 6.8vw, 112px);
    align-items: center;
    text-align: left;
  }

  .eye-delicate .eye-delicate-image {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin-top: 0;
    aspect-ratio: 1.08 / 1;
  }

  .eye-delicate .xan-story-copy {
    grid-column: 2;
    width: min(100%, 500px);
    max-width: 500px;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  .eye-delicate .xan-story-copy p {
    text-align: left;
  }

  .eye-process .xan-story-copy h2,
  .eye-delicate .xan-story-copy h2,
  .eye-personal .xan-story-copy h2 {
    white-space: nowrap;
  }

  .eye-step-copy {
    grid-column: 1 / -1;
    width: min(980px, 82%);
    margin: 5.2rem auto 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(46px, 5vw, 72px);
    text-align: center;
  }

  .eye-step-copy article {
    padding: 0;
    text-align: center;
  }

  .eye-step-copy span,
  .eye-step-copy h3,
  .eye-step-copy p {
    text-align: center;
  }

  .eye-personal {
    display: grid;
    grid-template-columns: minmax(520px, 1fr) minmax(440px, 0.82fr);
    gap: clamp(72px, 6.8vw, 112px);
    align-items: center;
    text-align: left;
  }

  .eye-personal .eye-space-image {
    grid-column: 1;
    grid-row: 1;
    margin-top: 0;
    width: min(100%, 490px);
    margin-left: auto;
    aspect-ratio: 1024 / 1536;
  }

  .eye-personal .xan-story-copy {
    grid-column: 2;
    width: min(100%, 500px);
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  .eye-personal .xan-story-copy p {
    text-align: left;
  }

  .eye-candidate-list {
    width: min(980px, 80%);
    margin-top: 4.2rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.1rem clamp(56px, 6vw, 92px);
  }

  .eye-candidate-list p {
    font-family: var(--font-ko);
    padding: 0;
    font-size: 1.12rem;
    font-weight: 300;
    line-height: 1.82;
    text-align: center;
  }

  .eye-blepharoplasty {
    padding-top: clamp(112px, 7.8vw, 128px);
    padding-bottom: clamp(112px, 7.8vw, 130px);
    scroll-margin-top: 112px;
  }

  .eye-blepharoplasty .xan-story-center {
    width: min(820px, 78%);
    margin-left: auto;
    margin-right: auto;
  }

  .eye-blepharoplasty .xan-story-center p:not(.xan-story-serif) {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .eye-blepharoplasty .eye-process-lines {
    width: min(980px, 82%);
    margin-top: 4.8rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(46px, 5vw, 72px);
  }

  .eye-blepharoplasty .eye-process-lines p {
    padding: 0;
    text-align: center;
  }

  .eye-blepharoplasty .eye-process-lines span {
    text-align: center;
  }

  .eye-blepharoplasty .eye-center-note {
    margin-top: 4.7rem;
    padding-top: 0;
  }

  .eye-blepharoplasty .eye-reference-note {
    margin-top: 3.3rem;
    padding-top: 0;
  }

  body:not(.mobile-page).eye-page .eye-story .cta-section {
    min-height: 660px;
    padding: 132px 24px 118px;
  }

  body:not(.mobile-page).eye-page .eye-story .cta-title {
    font-size: clamp(3.25rem, 3.7vw, 4.05rem);
    line-height: 1.04;
    letter-spacing: 0;
  }

  body:not(.mobile-page).eye-page .eye-story .cta-ko {
    max-width: 640px;
    margin: 46px auto 70px;
    font-size: 1.04rem;
    line-height: 1.9;
  }
}
