@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;
}

@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 Variable";
  src: url("mirror-assets/ptldesign.cafe24.com/line/theme/line/fonts/SUIT-Variable.woff2") format("woff2");
}

:root {
  --page: #f3eee7;
  --soft: #f1ece6;
  --ink: #282520;
  --muted: #9d958c;
  --line: rgba(58, 51, 45, 0.14);
  --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,
body {
  margin: 0;
  min-width: 0;
  background: var(--page);
  color: var(--ink);
}

body {
  font-family: var(--font-ui);
  letter-spacing: 0;
}

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

button {
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.light-page {
  width: min(100%, 430px);
  margin: 0 auto;
  overflow: hidden;
  background: var(--page);
}

.light-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 50%;
  width: min(100%, 430px);
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  background: rgba(243, 238, 231, 0.92);
  transition: border-color 0.25s ease, background 0.25s ease;
}

.light-header.is-scrolled {
  border-bottom: 1px solid rgba(50, 44, 38, 0.08);
  background: rgba(248, 245, 241, 0.97);
  backdrop-filter: blur(14px);
}

.brand img {
  width: 122px;
}

.menu-button {
  position: absolute;
  left: 16px;
  top: 50%;
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
}

.menu-button span {
  display: block;
  width: 20px;
  height: 1px;
  margin: 6px 0;
  background: #292620;
}

main {
  padding-top: 58px;
}

section {
  position: relative;
}

h1,
h2,
h3,
p,
figure {
  margin: 0;
}

h1,
h2 {
  font-family: var(--font-ko);
  font-weight: 500;
  text-align: center;
  word-break: keep-all;
}

.eyebrow,
.point-label {
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
  color: var(--muted);
}

.hero {
  min-height: 330px;
  padding: 64px 22px 58px;
  text-align: center;
  border-bottom: 1px solid rgba(52, 45, 38, 0.06);
}

.hero .eyebrow {
  font-size: 1.02rem;
  color: #4b453f;
}

.hero h1 {
  margin-top: 17px;
  font-size: 2.02rem;
  line-height: 1.25;
}

.hero-sub {
  margin-top: 28px;
  font-family: var(--font-ui);
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.65;
}

.intro,
.principle,
.analysis,
.elements,
.plan,
.outcome,
.closing {
  padding: 82px 24px;
}

.intro h2,
.principle h2,
.analysis h2,
.elements h2,
.plan h2,
.outcome h2 {
  margin-top: 30px;
  font-size: 1.56rem;
  line-height: 1.54;
}

.copy {
  margin: 26px auto 0;
  font-family: var(--font-ui);
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.92;
  text-align: center;
  word-break: keep-all;
}

.image-frame {
  overflow: hidden;
  background: #e7ded3;
}

.image-frame img {
  height: 100%;
  object-fit: cover;
}

.intro-image {
  width: 100%;
  aspect-ratio: auto;
  background: transparent;
}

.intro-image img {
  height: auto;
  object-fit: contain;
}

@media (max-width: 899px) {
  body.mobile-page.light-mobile-page .hero {
    min-height: auto;
    padding-bottom: 42px;
  }

  body.mobile-page.light-mobile-page .hero + .intro {
    padding-top: 48px;
  }

  body.mobile-page.light-mobile-page .copy,
  body.mobile-page.light-mobile-page .pattern-list p,
  body.mobile-page.light-mobile-page .element-card p,
  body.mobile-page.light-mobile-page .element-card em,
  body.mobile-page.light-mobile-page .mini-table p,
  body.mobile-page.light-mobile-page .plan li,
  body.mobile-page.light-mobile-page .outcome li {
    overflow-wrap: break-word;
    text-wrap: pretty;
  }

  body.mobile-page.light-mobile-page .analysis-summary {
    max-width: 100%;
    text-align: left;
  }
}

.principle {
  border-top: 0;
  border-bottom: 0;
}

.point-label {
  font-size: 1.06rem;
}

.suitable-list {
  margin-top: 34px;
  border-top: 0;
}

.suitable-list p {
  margin: 0;
  padding: 10px 0;
  border-bottom: 0;
  font-family: var(--font-ui);
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}

.analysis {
  background: var(--soft);
}

.exam-image {
  margin-top: 38px;
  width: 100%;
  aspect-ratio: auto;
  background: transparent;
}

.exam-image img,
.exam-image video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.pattern-list {
  margin-top: 36px;
}

.pattern-list article {
  padding: 17px 0;
  border-top: 0;
}

.pattern-list article:last-child {
  border-bottom: 0;
}

.pattern-list strong {
  display: block;
  font-family: var(--font-en);
  font-size: 1.18rem;
  font-weight: 400;
  line-height: 1.1;
}

.pattern-list p {
  margin-top: 11px;
  font-family: var(--font-ui);
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.75;
}

.elements {
  padding-bottom: 58px;
}

.element-card {
  margin-top: 54px;
}

.element-card[id] {
  scroll-margin-top: 86px;
}

.element-card#botulinum-toxin {
  scroll-margin-top: 24px;
}

.element-card .image-frame {
  aspect-ratio: 1.42 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f3ee;
}

.element-card .image-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.element-card .full-ratio-product {
  aspect-ratio: auto;
  background: #f7f3ee;
}

.element-card .full-ratio-product img {
  height: auto;
  object-fit: contain;
}

.element-card .product-blend {
  background: #f7f3ee;
}

.element-card .product-blend img {
  mix-blend-mode: multiply;
  filter: brightness(1.02) contrast(0.96) saturate(0.9);
  opacity: 0.96;
}

.element-card .transparent-product {
  background: #f7f3ee;
}

.element-card .transparent-product img {
  mix-blend-mode: normal;
  filter: none;
  opacity: 1;
}

.element-card span {
  display: none;
  margin-top: 24px;
  font-family: var(--font-en);
  font-size: 1.02rem;
  color: var(--muted);
}

.element-card h3 {
  margin-top: 8px;
  font-family: var(--font-ui);
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.55;
  word-break: keep-all;
}

.element-card p,
.element-card em,
.mini-table p {
  font-family: var(--font-ui);
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.86;
  word-break: keep-all;
}

.element-card p {
  margin-top: 16px;
}

.element-card em {
  display: block;
  margin-top: 18px;
  padding-top: 0;
  border-top: 0;
  font-style: normal;
  font-weight: 800;
}

.mini-table {
  margin-top: 26px;
  border-top: 0;
}

.mini-table p {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

.mini-table p + p {
  margin-top: 24px;
}

.mini-table strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1rem;
  font-weight: 800;
}

.plan {
  background: var(--soft);
}

.layer-image {
  width: calc(100% + 48px);
  margin: 38px -24px 0;
}

.layer-image img {
  height: auto;
  object-fit: contain;
}

.plan ol,
.outcome ul {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: plan;
}

.outcome ul {
  margin-top: 44px;
}

.plan li,
.outcome li {
  position: relative;
  padding: 11px 0;
  border-top: 0;
  font-family: var(--font-ui);
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.6;
}

.plan li,
.outcome li {
  text-align: center;
}

.plan li:last-child,
.outcome li:last-child {
  border-bottom: 0;
}

.plan li::before {
  content: none;
}

.outcome li::before {
  content: none;
}

.plan li::before,
.outcome li::before {
  position: absolute;
  left: 6px;
  font-family: var(--font-en);
  color: #8f8173;
}

.soft-face {
  margin-top: 38px;
  aspect-ratio: 1 / 1.12;
}

.closing {
  padding-top: 94px;
  padding-bottom: 96px;
  text-align: center;
}

.english-title {
  font-family: var(--font-en);
  font-weight: 400;
  font-size: 2.18rem;
  line-height: 1.08;
}

.closing p {
  margin-top: 31px;
  font-family: var(--font-ui);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.88;
  word-break: keep-all;
}

.cta-section {
  position: relative;
  display: grid;
  min-height: auto;
  padding: 138px 0 104px;
  place-items: center;
  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;
}

.cta-inner {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  min-height: 500px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(100%, 920px);
  max-width: 920px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: center;
}

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

.cta-title {
  width: 94%;
  margin: 0 auto;
  font-family: var(--font-en);
  font-size: 1.84rem;
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: 0.02em;
  color: #f3eadf;
}

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

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

.cta-ko {
  width: 94%;
  margin: 4.05rem auto 7.45rem;
  font-family: var(--font-ui);
  font-size: 1.06rem;
  font-weight: 500;
  line-height: 1.75;
  color: rgba(246, 238, 226, 0.78);
  word-break: keep-all;
}

.round-button {
  display: inline-grid;
  min-width: 164px;
  height: 52px;
  padding: 0 28px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: #f6eee2;
  background: transparent;
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.light-footer {
  padding: 60px 15px 37px;
  background: var(--soft);
  font-family: var(--font-ui);
  font-size: 0.62rem;
  font-weight: 500;
  line-height: 2.35;
  color: #3b3732;
  text-align: center;
}

.light-footer p {
  margin: 0;
  white-space: nowrap;
}

.light-footer .copyright {
  margin-top: 30px;
  font-size: 0.62rem;
  letter-spacing: 0.02em;
}

@media (min-width: 431px) {
  .light-page {
    box-shadow: 0 0 0 1px rgba(52, 45, 38, 0.05);
  }
}

@media (min-width: 900px) {
  body {
    background: var(--page);
  }

  .light-page {
    width: 100%;
    max-width: none;
    box-shadow: none;
  }

  .light-header {
    left: 0;
    width: 100%;
    height: 72px;
    padding: 0 44px;
    transform: none;
  }

  .brand img {
    width: 142px;
  }

  .menu-button {
    left: 44px;
  }

  main {
    padding-top: 72px;
  }

  .hero {
    display: grid;
    min-height: 520px;
    padding: 112px 32px 104px;
    place-items: center;
  }

  .hero .eyebrow {
    font-size: 1.08rem;
  }

  .hero h1 {
    margin-top: 22px;
    font-size: clamp(2.55rem, 3.4vw, 4.2rem);
    line-height: 1.2;
  }

  .hero-sub {
    margin-top: 30px;
    font-size: 1.08rem;
  }

  .intro,
  .principle,
  .analysis,
  .elements,
  .plan,
  .outcome,
  .closing {
    padding: 128px max(44px, calc((100vw - 1180px) / 2));
  }

  .intro {
    display: grid;
    grid-template-columns: minmax(360px, 520px) minmax(360px, 500px);
    column-gap: clamp(64px, 8vw, 130px);
    align-items: center;
  }

  .intro-image {
    grid-row: span 2;
  }

  .intro .copy {
    max-width: 480px;
    margin: 0;
    text-align: left;
  }

  .intro .copy + .copy {
    margin-top: 24px;
  }

  .principle {
    max-width: none;
    text-align: center;
  }

  .intro h2,
  .principle h2,
  .analysis h2,
  .elements h2,
  .plan h2,
  .outcome h2 {
    font-size: clamp(2.15rem, 2.6vw, 3.45rem);
    line-height: 1.38;
  }

  .copy {
    max-width: 650px;
    font-size: 1.08rem;
    line-height: 1.9;
  }

  .suitable-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
    max-width: 1030px;
    margin: 58px auto 0;
  }

  .suitable-list p {
    padding: 0;
    font-size: 1rem;
  }

  .analysis {
    display: grid;
    grid-template-columns: minmax(390px, 530px) minmax(420px, 560px);
    column-gap: clamp(70px, 8vw, 136px);
    align-items: center;
  }

  .analysis .point-label,
  .analysis h2,
  .analysis > .copy {
    grid-column: 1;
    text-align: left;
  }

  .analysis .point-label {
    text-align: left;
  }

  .analysis h2 {
    margin-top: 24px;
  }

  .analysis > .copy {
    margin-left: 0;
    margin-right: 0;
  }

  .analysis .exam-image {
    grid-column: 2;
    grid-row: 1 / span 5;
    margin-top: 0;
  }

  .pattern-list {
    grid-column: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 36px;
    margin-top: 44px;
  }

  .pattern-list article {
    padding: 0;
  }

  .pattern-list strong {
    font-size: 1.28rem;
  }

  .elements {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 78px clamp(54px, 6vw, 96px);
  }

  .elements > h2 {
    grid-column: 1 / -1;
    margin: 0 auto 4px;
  }

  .element-card {
    margin-top: 0;
  }

  .element-card#botulinum-toxin {
    scroll-margin-top: 128px;
  }

  .element-card h3 {
    margin-top: 24px;
    font-size: 1.28rem;
  }

  .element-card p,
  .element-card em,
  .mini-table p {
    font-size: 1rem;
    line-height: 1.82;
  }

  .plan {
    display: grid;
    grid-template-columns: minmax(440px, 1fr) minmax(380px, 500px);
    gap: clamp(58px, 7vw, 112px);
    align-items: center;
  }

  .plan .point-label,
  .plan h2,
  .plan .copy,
  .plan ol {
    grid-column: 2;
    text-align: left;
  }

  .plan .point-label {
    text-align: left;
  }

  .plan h2 {
    margin-top: 24px;
  }

  .plan .copy {
    margin-left: 0;
    margin-right: 0;
  }

  .layer-image {
    grid-column: 1;
    grid-row: 1 / span 4;
    width: 100%;
    margin: 0;
  }

  .plan ol,
  .outcome ul {
    margin-top: 42px;
  }

  .plan li,
  .outcome li {
    font-size: 1rem;
  }

  .plan li {
    text-align: left;
  }

  .outcome {
    max-width: none;
  }

  .outcome h2,
  .outcome ul {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }

  .outcome li {
    text-align: center;
  }

  .cta-section {
    min-height: 780px;
    padding: 0 32px;
  }

  .cta-inner {
    min-height: 660px;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-title {
    font-size: clamp(3.2rem, 5vw, 5.7rem);
  }

  .cta-ko {
    margin-top: 4.35rem;
    margin-bottom: 7rem;
    font-size: 1.14rem;
  }

  .light-footer {
    padding-top: 76px;
    padding-bottom: 52px;
  }
}

@media (min-width: 1280px) {
  .element-card .image-frame {
    max-height: 520px;
  }

  .element-card .full-ratio-product,
  .element-card .transparent-product {
    max-height: none;
  }
}
