/* ==================================================
   Global
   ================================================== */
/* PC: mobile-only line breaks */
.lydian-v6-main .hero__title-br,
.lydian-v6-main .hero__subtitle-br,
.process__title-ko-br,
.brand-statement__balance-br,
.treatment__title-ko-br,
.doctor__card-h3-br,
.why__card-copy-br,
.faq__title-en-br {
  display: none;
}

.why__card-head {
  display: contents;
}

/* ==================================================
   Mega Menu
   ================================================== */
/* PC: sub-panel wrapper is layout-transparent */
@media (min-width: 1440px) {
  .mega-menu__sub-panel {
    display: contents;
  }

  .mega-menu.is-open {
    z-index: 50;
    transform: none !important;
  }
}

/* Tablet S — 768px ~ 1023px */
@media (min-width: 768px) and (max-width: 1023px) {
  html,
  body,
  .lydian-v6 {
    overflow-x: clip;
    max-width: 100%;
  }

  .site-header {
    height: clamp(72px, 8.33vw, 88px);
  }

  .site-header__logo {
    top: clamp(22px, 2.67vw, 28px);
    left: clamp(32px, 5vw, 48px);
    width: clamp(56px, 6.8vw, 64px);
    height: clamp(32px, 3.9vw, 37px);
    background-size: clamp(56px, 6.8vw, 64px) clamp(32px, 3.9vw, 37px);
  }

  .site-header__right {
    top: clamp(22px, 2.67vw, 28px);
    right: clamp(32px, 5vw, 48px);
    gap: clamp(8px, 1.2vw, 10px);
    height: clamp(34px, 4vw, 38px);
  }

  .site-header__lang {
    height: clamp(34px, 4vw, 38px);
    padding: 0 clamp(22px, 2.8vw, 26px) 0 6px;
    font-size: clamp(14px, 1.6vw, 16px);
    line-height: clamp(22px, 2.6vw, 26px);
  }

  .site-header__lang-icon {
    width: 13px;
    height: 13px;
    right: 6px;
  }

  .site-header__divider {
    height: clamp(20px, 2.4vw, 24px);
  }

  .site-header__menu {
    width: clamp(36px, 4.2vw, 40px);
    height: clamp(34px, 4vw, 38px);
    padding: clamp(8px, 1vw, 10px) clamp(6px, 0.8vw, 8px);
  }

  .site-header__menu-icon {
    width: clamp(28px, 3.2vw, 32px);
    height: clamp(28px, 3.2vw, 32px);
  }

  /* ==================================================
     Mega Menu
     ================================================== */
  /* mobile layout */
  :root {
    --blur-sm: blur(4px);
    --shadow-glass-divider: inset 0 -1px 0 0 rgba(255, 255, 255, 0.18);

    /* Typography — 1440 scale, Tablet S cap */
    --fs-display-hero: clamp(44px, 5.833vw, 60px);
    --fs-display-section: clamp(32px, 3.889vw, 40px);
    --fs-heading-lg: clamp(20px, 1.944vw, 26px);
    --fs-heading-md: clamp(16px, 1.667vw, 22px);
    --fs-body-lg: clamp(16px, 1.389vw, 19px);
    --fs-body-md: clamp(14px, 1.25vw, 17px);
    --lh-display: clamp(50px, 6.667vw, 68px);
    --lh-display-section: clamp(36px, 4.444vw, 46px);
    --lh-heading-lg: clamp(28px, 2.639vw, 34px);
    --lh-heading-md: clamp(26px, 2.361vw, 32px);
    --lh-body-lg: clamp(26px, 2.361vw, 30px);
    --lh-body-md: clamp(22px, 1.944vw, 26px);
    --lh-pager: clamp(28px, 2.222vw, 32px);
    --fs-display-tab: clamp(40px, 5.2vw, 56px);
    --fs-quote: clamp(24px, 3.1vw, 32px);
    --fs-card-label: clamp(28px, 3.6vw, 36px);
    --lh-quote: clamp(34px, 4.2vw, 44px);
    --lh-card-label: clamp(34px, 4.2vw, 42px);

    /* Message spacing — PC 1440 match (S/L shared) */
    --message-body-block-h: clamp(480px, 38vw, 548px);
    --message-body-link-gap: 100px;
    --message-link-h: 22px;
    --message-link-bottom: clamp(160px, 14.4vw, 207px);
  }

  html.is-mega-menu-open,
  body.is-mega-menu-open {
    overflow: hidden;
    overscroll-behavior: none;
  }

  body.is-mega-menu-open .site-header {
    background: transparent;
    border-bottom: none;
    box-shadow: var(--shadow-glass-divider);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .mega-menu {
    top: 0;
    min-height: 100vh;
    max-height: 100dvh;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    box-shadow: var(--shadow-dropdown);
    transform: none;
  }

  .mega-menu.is-open {
    transform: none;
    display: block;
  }

  .mega-menu__bg {
    background: rgba(75, 32, 79, 0.72);
    backdrop-filter: var(--blur-sm);
    -webkit-backdrop-filter: var(--blur-sm);
  }

  .mega-menu__bg::before {
    display: none;
  }

  .mega-menu__inner {
    padding: 79px 16px 26px;
  }

  .mega-menu__nav {
    max-width: none;
    margin-top: 20px;
  }

  .mega-menu__item {
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    padding: 0 0 10px;
    margin-bottom: 14px;
    border-bottom: none;
    box-shadow: var(--shadow-glass-divider);
  }

  .mega-menu__item--wide {
    min-height: 0;
  }

  .mega-menu__item:last-child {
    border-bottom: none;
    box-shadow: var(--shadow-glass-divider);
  }

  .mega-menu__main-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex: none;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.02em;
  }

  .mega-menu__item:has(.mega-menu__sub-list) .mega-menu__main-link::after {
    content: "+";
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    transition: transform 0.35s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .mega-menu__item.is-open .mega-menu__main-link::after {
    content: "−";
  }

  .mega-menu__sub-panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.45s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .mega-menu__item.is-open .mega-menu__sub-panel {
    grid-template-rows: 1fr;
  }

  .mega-menu__sub-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 10px;
    max-width: none;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-6px);
    transition:
      opacity 0.35s ease,
      transform 0.45s cubic-bezier(0.33, 1, 0.68, 1),
      padding-top 0.45s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .mega-menu__item.is-open .mega-menu__sub-list {
    opacity: 1;
    transform: translateY(0);
    padding-top: 14px;
  }

  .mega-menu__sub-list a {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
  }

  .mega-menu__links {
    position: static;
    display: flex;
    align-items: flex-start;
    gap: 52px;
    width: 100%;
    margin-top: 50px;
  }

  .mega-menu__link-group {
    position: static;
    height: auto;
  }

  .mega-menu__link-group + .mega-menu__link-group {
    margin-top: 0;
  }

  .mega-menu__sns-title {
    font-family: "Plus Jakarta Sans", "Pretendard", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
  }

  .mega-menu__sns-langs {
    position: static;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 0;
  }

  .mega-menu__sns-langs a {
    font-family: "Plus Jakarta Sans", "Pretendard", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
  }

  @media (prefers-reduced-motion: reduce) {
    .mega-menu__sub-panel,
    .mega-menu__sub-list,
    .mega-menu__item:has(.mega-menu__sub-list) .mega-menu__main-link::after {
      transition: none;
    }

    .mega-menu__sub-list {
      transform: none;
    }
  }

  /* ==================================================
     Top Visual / Hero
     ================================================== */
  /* Figma 345:144 — 1920 scale */
  .top-visual {
    height: auto;
    min-height: calc(
      clamp(48px, 7.8vw, 56px) + clamp(40px, 7.8vw, 56px) +
        clamp(420px, 62.5vw, 560px) + clamp(16px, 2.78vw, 32px) +
        clamp(360px, 45.8vw, 480px) - clamp(60px, 5vw, 90px)
    );
    padding-top: clamp(48px, 7.8vw, 56px);
    overflow: hidden;
  }

  .top-bg__image {
    min-height: calc(
      clamp(48px, 7.8vw, 56px) + clamp(40px, 7.8vw, 56px) +
        clamp(420px, 62.5vw, 560px) + clamp(16px, 2.78vw, 32px) +
        clamp(360px, 45.8vw, 480px)
    );
    background-attachment: scroll;
    background-size: cover;
    background-position: center top;
  }

  .lydian-v6-main .hero-inner.inner {
    max-width: 100%;
    padding: 0 clamp(16px, 9.375vw, 32px);
  }

  .lydian-v6-main .hero {
    width: 100%;
    height: clamp(420px, 62.5vw, 560px);
    margin: clamp(40px, 7.8vw, 56px) 0 0;
    border: 1px solid rgba(246, 244, 248, 0.4);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-glass-inset);
    backdrop-filter: var(--blur-sm);
  }

  .lydian-v6-main .hero__content {
    top: 27.917%;
    left: 50%;
    right: auto;
    width: min(680px, calc(100% - 32px));
    height: auto;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .lydian-v6-main .hero__eyebrow,
  .lydian-v6-main .hero__title,
  .lydian-v6-main .hero__subtitle-wrap,
  .lydian-v6-main .hero__cta {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
    max-width: 100%;
    height: auto;
    transform: none;
    white-space: nowrap;
  }

  .lydian-v6-main .hero__title {
    width: 100%;
    max-width: 100%;
    margin-top: clamp(24px, 4.95vw, 38px);
    margin-inline: auto;
    text-align: center;
  }

  .lydian-v6-main .hero__subtitle-wrap {
    margin-top: clamp(5px, 0.78vw, 7px);
    width: 100%;
    max-width: 100%;
    height: 36px;
    min-height: 36px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .lydian-v6-main .hero__subtitle-wrap .hero__subtitle {
    white-space: nowrap;
  }

  .lydian-v6-main .hero__cta {
    margin-top: clamp(72px, 10.4vw, 100px);
  }

  /* ==================================================
     Movie
     ================================================== */
  /* hero bottom + PC-scaled gap (no hero overlap) */
  .movie.section {
    top: calc(
      clamp(48px, 7.8vw, 56px) + clamp(40px, 7.8vw, 56px) +
        clamp(420px, 62.5vw, 560px) + clamp(16px, 2.78vw, 32px)
    );
    height: clamp(360px, 45.8vw, 480px);
    padding: 0 clamp(16px, 9.375vw, 32px);
    --section-pt: 0;
    --section-pb: 0;
  }

  .movie__inner,
  .movie__frame {
    height: clamp(360px, 45.8vw, 480px);
  }

  .movie__media {
    top: -18.857%;
    height: 125.286%;
  }

  .movie__overlay {
    height: 100%;
  }

  /* ==================================================
     Message
     ================================================== */
  /* mobile layout, Tablet S scale */
  .message.section {
    margin-top: 0;
    padding-top: 0;
    --section-pt: 0;
    --section-pb: 0;
  }

  .message {
    z-index: 1;
    height: auto;
    min-height: calc(
      clamp(135px, 12vw, 180px) + clamp(72px, 9vw, 88px) +
        clamp(26px, 3vw, 36px) + clamp(560px, 72vw, 840px) +
        clamp(24px, 3vw, 36px) + var(--message-body-block-h) +
        var(--message-body-link-gap) + var(--message-link-h) +
        var(--message-link-bottom)
    );
    overflow: hidden;
  }

  .message__bg {
    inset: auto;
    top: clamp(-90px, -7vw, -130px);
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100% + clamp(90px, 7vw, 130px));
    min-height: 0;
    z-index: 2;
  }

  .message__image-frame {
    top: calc(
      clamp(135px, 12vw, 180px) + clamp(72px, 9vw, 88px) +
        clamp(26px, 3vw, 36px)
    );
    left: 0;
    right: 0;
    width: 100%;
    height: clamp(560px, 72vw, 840px);
    z-index: 1;
    background: #fff;
  }

  .message__image-placeholder {
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .message__inner {
    position: relative;
    z-index: 3;
    height: auto;
    min-height: inherit;
    padding-top: 0;
    padding-inline: 0;
  }

  .message__content {
    position: static;
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .message__heading {
    position: absolute;
    top: clamp(135px, 12vw, 180px);
    left: clamp(16px, 3vw, 32px);
    width: clamp(320px, 45vw, 480px);
  }

  .message__title-en {
    width: auto;
    height: auto;
    white-space: normal;
  }

  .message__title-ko {
    width: auto;
    height: auto;
    margin-top: clamp(8px, 1vw, 10px);
    white-space: normal;
  }

  .message__heading-line {
    display: none;
  }

  .message__body {
    position: absolute;
    top: calc(
      clamp(135px, 12vw, 180px) + clamp(72px, 9vw, 88px) +
        clamp(26px, 3vw, 36px) + clamp(560px, 72vw, 840px) +
        clamp(24px, 3vw, 36px)
    );
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    padding-inline: clamp(16px, 3vw, 32px);
    box-sizing: border-box;
    height: auto;
    margin-top: 0;
    transform: none;
    text-align: left;
    white-space: pre-line;
  }

  .message__body strong {
    display: block;
    text-align: left;
  }

  .message__link {
    position: absolute;
    top: calc(
      clamp(135px, 12vw, 180px) + clamp(72px, 9vw, 88px) +
        clamp(26px, 3vw, 36px) + clamp(560px, 72vw, 840px) +
        clamp(24px, 3vw, 36px) + var(--message-body-block-h) +
        var(--message-body-link-gap)
    );
    bottom: auto;
    left: clamp(16px, 3vw, 32px);
    width: auto;
    max-width: none;
    margin-top: 0;
    transform: none;
    justify-content: flex-start;
  }

  .message__link-line,
  .message__link .btn-link__icon {
    width: clamp(18px, 2.2vw, 20px);
    height: clamp(7px, 0.9vw, 8px);
  }

  /* ==================================================
     Process
     ================================================== */
  /* PC layout, Tablet S grid center */
  .process.section {
    --section-pt: clamp(100px, 13vw, 160px);
    --section-pb: clamp(60px, 7.8vw, 100px);
  }

  .process {
    overflow: hidden;
  }

  .process__bg-image {
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
  }

  .process__inner.inner {
    padding-inline: clamp(16px, 3vw, 32px);
  }

  .process__heading {
    width: 100%;
    max-width: clamp(520px, 68vw, 720px);
    margin-inline: auto;
    text-align: center;
  }

  .process__title-en,
  .process__title-ko {
    width: auto;
    height: auto;
    margin-inline: auto;
    white-space: normal;
  }

  .process__title-ko {
    margin-top: clamp(8px, 1vw, 10px);
  }

  .process__steps {
    width: 100%;
    max-width: none;
    margin-top: clamp(60px, 8vw, 120px);
    margin-inline: 0;
  }

  .process__step {
    display: grid;
    grid-template-columns: clamp(200px, 26vw, 300px) minmax(0, 1fr);
    column-gap: clamp(36px, 4.5vw, 60px);
    align-items: start;
    height: auto;
    min-height: 0;
  }

  .process__step + .process__step {
    margin-top: clamp(48px, 6.25vw, 80px);
  }

  .process__step--understand,
  .process__step--design,
  .process__step--transform {
    height: auto;
    min-height: 0;
  }

  .process__decor {
    position: relative;
    top: auto;
    left: auto;
    justify-self: center;
  }

  .process__decor--line-01 {
    width: clamp(200px, 26vw, 300px);
    height: clamp(113px, 14.7vw, 169px);
    margin-top: clamp(20px, 2.6vw, 40px);
  }

  .process__decor--line-02 {
    width: clamp(143px, 18.6vw, 214px);
    height: clamp(70px, 9.1vw, 104px);
    margin-top: clamp(52px, 6.8vw, 90px);
  }

  .process__decor--circle {
    width: clamp(113px, 14.7vw, 169px);
    height: clamp(113px, 14.7vw, 169px);
    margin-top: clamp(28px, 3.6vw, 51px);
  }

  .process__step-content {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .process__step--understand .process__step-content,
  .process__step--design .process__step-content,
  .process__step--transform .process__step-content {
    margin-left: 0;
  }

  .process__num,
  .process__word,
  .process__step-title {
    width: auto;
    height: auto;
    white-space: normal;
  }

  .process__step-title {
    margin-top: clamp(8px, 1vw, 10px);
  }

  .process__desc {
    width: 100%;
    height: auto;
    margin-top: clamp(24px, 3.1vw, 36px);
    white-space: normal;
  }

  .process__link {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: fit-content;
    max-width: 100%;
    margin-top: clamp(60px, 7.8vw, 100px);
    margin-inline: auto;
    padding: 0;
    transform: none;
    white-space: nowrap;
  }

  .process .process__link {
    margin-left: auto;
    margin-right: auto;
  }

  .process__link-line,
  .process__link .btn-link__icon {
    width: clamp(28px, 3vw, 33px);
    height: 8px;
    flex-shrink: 0;
  }

  /* ==================================================
     Brand Statement
     ================================================== */
  /* responsive type + position tuning for PC-like visibility */
  .brand-statement {
    --section-pt: clamp(160px, 20.8vw, 200px);
    --section-pb: clamp(160px, 20.8vw, 200px);
    --fs-display-brand: clamp(80px, 10.5vw, 102px);
    --lh-display: clamp(54px, 7.1vw, 70px);
    --brand-text-shift: 16%;
    overflow: hidden;
    overflow-x: clip;
  }

  .brand-statement__bg::before {
    background-attachment: scroll;
  }

  .brand-statement__inner {
    z-index: 1;
    min-height: clamp(480px, 78vw, 600px);
    overflow: hidden;
  }

  .brand-statement__text {
    position: absolute;
    width: auto;
    max-width: none;
    height: auto;
    min-height: 0;
    overflow: visible;
    line-height: var(--lh-display);
    white-space: nowrap;
  }

  .brand-statement__text--body {
    top: 0;
    left: 0;
    text-align: left;
    transform: translateX(calc(-1 * var(--brand-text-shift)));
  }

  .brand-statement__copy {
    position: absolute;
    top: clamp(180px, 41.5%, 249px);
    left: 0;
    width: 100%;
    height: auto;
    text-align: center;
    white-space: normal;
  }

  .brand-statement__text--balance {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    text-align: right;
    transform: translateX(var(--brand-text-shift));
  }

  /* ==================================================
     Treatment
     ================================================== */
  /* PC layout scale (heading / tabs / carousel / detail row) */
  .treatment.section {
    --section-pt: clamp(100px, 13vw, 160px);
    --section-pb: clamp(120px, 15.6vw, 180px);
    --treatment-card-width: clamp(620px, 81vw, 920px);
    --treatment-arrow-size: clamp(12px, 1.6vw, 22px);
    --treatment-arrow-inset: clamp(12px, 1.8vw, 24px);
    --treatment-nav-size: clamp(44px, 5vw, 56px);
  }

  .treatment {
    overflow: hidden;
  }

  .treatment__inner.inner {
    padding-inline: clamp(16px, 3vw, 32px);
  }

  .treatment__heading {
    width: 100%;
    max-width: clamp(520px, 68vw, 720px);
    margin-inline: auto;
    text-align: center;
  }

  .treatment__title-en,
  .treatment__title-ko {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-inline: auto;
    white-space: normal;
  }

  .treatment__title-ko {
    margin-top: clamp(8px, 1vw, 10px);
  }

  .treatment__tabs {
    display: block;
    width: 100%;
    margin-top: clamp(56px, 7.3vw, 80px);
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .treatment__tabs li {
    list-style: none;
  }

  .treatment__tab.is-active {
    font-size: var(--fs-display-tab);
    line-height: var(--lh-display-section);
  }

  .treatment__carousel {
    height: clamp(320px, 41.7vw, 440px);
    margin-top: clamp(32px, 4.2vw, 48px);
  }

  .treatment__card {
    width: var(--treatment-card-width);
    height: clamp(320px, 41.7vw, 440px);
  }

  .treatment__image {
    background-size: cover;
  }

  .treatment__detail {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
    margin-top: clamp(10px, 1.3vw, 16px);
    padding-inline: clamp(16px, 3vw, 32px);
  }

  .treatment__detail-left {
    flex: none;
    width: 100%;
    max-width: 100%;
  }

  .treatment__detail-title {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    text-align: left;
  }

  .treatment__title-panel .treatment__link {
    margin-top: clamp(4px, 0.5vw, 6px);
  }

  .treatment__detail-copy {
    flex: none;
    width: 100%;
    max-width: 100%;
    margin-top: clamp(20px, 2.6vw, 28px);
    margin-left: 0;
  }

  .treatment__detail-copy h4 {
    width: auto;
    height: auto;
    white-space: normal;
  }

  .treatment__detail-copy p {
    width: 100%;
    min-height: 0;
    margin-top: 0;
  }

  .treatment__link-line,
  .treatment__link .btn-link__icon {
    width: clamp(24px, 3vw, 28px);
    height: 8px;
  }

  /* ==================================================
     Doctor
     ================================================== */
  /* PC sticky intro + cards column scale */
  .doctor.section {
    --section-pt: clamp(120px, 15.6vw, 180px);
    --section-pb: clamp(120px, 15.6vw, 180px);
    overflow: visible;
  }

  .doctor {
    overflow: visible;
  }

  .doctor__bg {
    background-attachment: scroll;
  }

  .doctor__inner {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: clamp(64px, 8vw, 96px);
    padding-inline: clamp(16px, 3vw, 32px);
    overflow: visible;
  }

  .doctor__intro {
    position: sticky;
    top: clamp(88px, 8.33vw, 120px);
    z-index: 1;
    flex: 0 1 clamp(220px, 30vw, 340px);
    align-self: flex-start;
    min-width: 0;
    max-width: clamp(220px, 30vw, 340px);
    margin-left: 0;
  }

  .doctor__name {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .doctor__quote {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: clamp(40px, 5.2vw, 72px);
  }

  .doctor__link {
    margin-top: clamp(40px, 5.2vw, 72px);
  }

  .doctor__link-line,
  .doctor__link .btn-link__icon {
    width: clamp(24px, 3vw, 28px);
    height: 8px;
  }

  .doctor__cards {
    flex: 1 1 auto;
    min-width: 0;
    max-width: clamp(380px, 52vw, 560px);
  }

  .doctor__card {
    width: 100%;
    max-width: 100%;
  }

  .doctor__card + .doctor__card {
    margin-top: clamp(80px, 10.4vw, 140px);
  }

  .doctor__card--offset {
    margin-left: clamp(24px, 5vw, 80px);
  }

  .doctor__image {
    width: 100%;
    max-width: 100%;
    height: clamp(300px, 39vw, 480px);
    overflow: hidden;
  }

  .doctor__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
  }

  .doctor__card-label {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: clamp(24px, 3vw, 36px);
    white-space: normal;
  }

  .doctor__card h3 {
    height: auto;
    margin-top: clamp(8px, 1vw, 10px);
    white-space: normal;
  }

  .doctor__card p:not(.doctor__card-label) {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: clamp(20px, 2.6vw, 28px);
  }

  /* ==================================================
     Why
     ================================================== */
  /* PC grid scale (Tablet S: 2-col) */
  .why.section {
    --section-pt: clamp(100px, 13vw, 160px);
    --section-pb: clamp(100px, 13vw, 160px);
  }

  .why {
    overflow: hidden;
  }

  .why__bg {
    background-attachment: scroll;
  }

  .why__inner {
    padding-inline: clamp(16px, 3vw, 32px);
  }

  .why__heading {
    width: 100%;
    max-width: clamp(280px, 36vw, 352px);
    margin-inline: auto;
    text-align: center;
  }

  .why__title-en,
  .why__title-ko {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-inline: auto;
    white-space: normal;
  }

  .why__title-ko {
    margin-top: clamp(8px, 1vw, 10px);
  }

  .why__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(12px, 1.56vw, 16px);
    margin-top: clamp(56px, 7.3vw, 80px);
  }

  .why__card {
    height: auto;
    min-height: clamp(280px, 36vw, 320px);
    padding: clamp(32px, 4.2vw, 48px) clamp(20px, 2.6vw, 28px);
  }

  .why__card-head {
    display: contents;
  }

  .why__num {
    margin: 0;
  }

  .why__card-head h3,
  .why__card h3 {
    margin-top: clamp(8px, 1.04vw, 10px);
    margin-bottom: clamp(14px, 1.39vw, 20px);
    white-space: nowrap;
  }

  .why__card-copy {
    width: 100%;
    max-width: 100%;
    line-height: calc(var(--lh-body-md-loose) * 0.9);
  }

  .why__card-copy br {
    display: none;
  }

  .why__card-copy strong {
    margin-bottom: clamp(8px, 1vw, 10px);
    line-height: var(--lh-body-md-loose);
  }

  .why__link {
    margin-top: clamp(56px, 7.3vw, 80px);
  }

  .why__link-line,
  .why__link .btn-link__icon {
    width: clamp(24px, 3vw, 28px);
    height: 8px;
  }

  /* ==================================================
     FAQ
     ================================================== */
  /* PC layout scale (Tablet S) */
  .faq.section {
    --section-pt: clamp(100px, 13.9vw, 160px);
    --section-pb: clamp(100px, 13.9vw, 160px);
  }

  .faq {
    overflow: hidden;
  }

  .faq__bg {
    background-attachment: scroll;
  }

  .faq__inner {
    padding-inline: clamp(16px, 3vw, 32px);
  }

  .faq__heading {
    width: 100%;
    max-width: clamp(520px, 68vw, 875px);
    margin-inline: auto;
    text-align: center;
  }

  .faq__title-en,
  .faq__title-ko {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-inline: auto;
  }

  .faq__title-en {
    white-space: nowrap;
  }

  .faq__title-ko {
    margin-top: clamp(8px, 1vw, 10px);
    white-space: nowrap;
  }

  .faq__list {
    width: 100%;
    max-width: none;
    margin-top: clamp(56px, 6.94vw, 100px);
  }

  .faq__group + .faq__group {
    margin-top: clamp(12px, 1.39vw, 20px);
  }

  .faq__item {
    height: auto;
    min-height: clamp(80px, 8.33vw, 120px);
    padding: clamp(24px, 2.78vw, 40px) clamp(28px, 4.17vw, 60px);
  }

  .faq__item span {
    flex: 1;
    min-width: 0;
    text-align: left;
  }

  .faq__icon {
    width: clamp(24px, 2.22vw, 32px);
    height: clamp(24px, 2.22vw, 32px);
  }

  .faq__answer-inner p {
    max-width: 100%;
    padding: clamp(24px, 2.78vw, 40px) clamp(28px, 3.85vw, 55px);
  }

  /* ==================================================
     Blog
     ================================================== */
  /* 2-col grid (Tablet S) */
  .blog.section {
    --section-pt: clamp(100px, 13.9vw, 160px);
    --section-pb: clamp(100px, 13.9vw, 160px);
  }

  .blog {
    --blog-inset: clamp(16px, 3vw, 32px);
    --blog-gap: clamp(16px, 3.5vw, 36px);
    --blog-row-gap: clamp(48px, 5.56vw, 80px);
    --blog-text-mt: clamp(8px, 0.69vw, 10px);
    --blog-category-mt: clamp(24px, 2.78vw, 40px);
    --blog-link-mt: clamp(80px, 12.64vw, 140px);
    overflow: hidden;
  }

  .blog__inner.inner {
    padding-inline: var(--blog-inset);
  }

  .blog__heading {
    width: 100%;
    max-width: clamp(320px, 32.8vw, 472px);
  }

  .blog__title-en,
  .blog__title-ko {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .blog__title-en {
    white-space: nowrap;
    text-transform: uppercase;
  }

  .blog__title-ko {
    margin-top: clamp(8px, 1vw, 10px);
    white-space: nowrap;
  }

  .blog__cards-wrap {
    margin-top: clamp(56px, 6.94vw, 100px);
    padding-inline: var(--blog-inset);
    overflow: visible;
  }

  .blog__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: row;
    column-gap: var(--blog-gap);
    row-gap: var(--blog-row-gap);
    width: 100%;
    max-width: min(1200px, calc(100vw - var(--blog-inset) * 2));
    min-height: 0;
    margin-inline: auto;
  }

  .blog__card {
    width: 100%;
  }

  .blog__card:nth-child(3) {
    grid-column: 1;
  }

  .blog__card:nth-child(3n + 2),
  .blog__card--lower {
    margin-top: 0;
  }

  .blog__image {
    width: 100%;
    height: auto;
    aspect-ratio: 560 / 600;
    overflow: hidden;
  }

  .blog__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .blog__category {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-top: var(--blog-category-mt);
    white-space: nowrap;
  }

  .blog__card h3 {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    margin-top: var(--blog-text-mt);
  }

  .blog__card h3::after {
    width: 100%;
    margin-top: var(--blog-text-mt);
  }

  .blog__desc {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    margin-top: var(--blog-text-mt);
  }

  .blog__tags {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: var(--blog-text-mt);
    white-space: normal;
  }

  .blog__link {
    margin-top: var(--blog-link-mt);
    margin-left: clamp(4px, 0.52vw, 7.5px);
  }

  .blog__link-line,
  .blog__link .btn-link__icon {
    width: clamp(24px, 3vw, 28px);
    height: 8px;
  }

  /* ==================================================
     Footer
     ================================================== */
  /* PC layout, minimal scale (Tablet S) */
  .site-footer.section {
    --section-pt: clamp(80px, 10.4vw, 100px);
    --section-pb: clamp(80px, 10.9vw, 105px);
  }

  .site-footer__inner.inner {
    padding-inline: clamp(16px, 3vw, 32px);
  }

  .site-footer__eyebrow {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .site-footer__logo {
    margin-top: clamp(16px, 2.08vw, 20px);
  }

  .site-footer__social {
    width: auto;
    height: auto;
    margin-top: clamp(48px, 6.25vw, 60px);
  }

  .site-footer__address {
    width: 100%;
    max-width: 364px;
    margin-top: clamp(48px, 6.35vw, 61px);
  }

  .site-footer__info {
    gap: clamp(40px, 5.3vw, 61px);
    margin-top: clamp(56px, 7.3vw, 71px);
  }

  .site-footer__bottom {
    width: 100%;
    max-width: 900px;
    margin-top: clamp(72px, 9.4vw, 100px);
    padding-top: clamp(32px, 4.17vw, 40px);
  }
}

/* Tablet L — 1024px ~ 1439px */
@media (min-width: 1024px) and (max-width: 1439px) {
  html,
  body,
  .lydian-v6 {
    overflow-x: clip;
    max-width: 100%;
  }

  .site-header {
    height: clamp(72px, 8.33vw, 88px);
  }

  .site-header__logo {
    top: clamp(22px, 2.67vw, 28px);
    left: clamp(32px, 5vw, 48px);
    width: clamp(56px, 6.8vw, 64px);
    height: clamp(32px, 3.9vw, 37px);
    background-size: clamp(56px, 6.8vw, 64px) clamp(32px, 3.9vw, 37px);
  }

  .site-header__right {
    top: clamp(22px, 2.67vw, 28px);
    right: clamp(32px, 5vw, 48px);
    gap: clamp(8px, 1.2vw, 10px);
    height: clamp(34px, 4vw, 38px);
  }

  .site-header__lang {
    height: clamp(34px, 4vw, 38px);
    padding: 0 clamp(22px, 2.8vw, 26px) 0 6px;
    font-size: clamp(14px, 1.6vw, 16px);
    line-height: clamp(22px, 2.6vw, 26px);
  }

  .site-header__lang-icon {
    width: 13px;
    height: 13px;
    right: 6px;
  }

  .site-header__divider {
    height: clamp(20px, 2.4vw, 24px);
  }

  .site-header__menu {
    width: clamp(36px, 4.2vw, 40px);
    height: clamp(34px, 4vw, 38px);
    padding: clamp(8px, 1vw, 10px) clamp(6px, 0.8vw, 8px);
  }

  .site-header__menu-icon {
    width: clamp(28px, 3.2vw, 32px);
    height: clamp(28px, 3.2vw, 32px);
  }

  /* ==================================================
     Mega Menu
     ================================================== */
  /* mobile layout */
  :root {
    --blur-sm: blur(4px);
    --shadow-glass-divider: inset 0 -1px 0 0 rgba(255, 255, 255, 0.18);

    /* Typography — 1440 scale, Tablet L → PC */
    --fs-display-hero: clamp(60px, 5.833vw, 84px);
    --fs-display-section: clamp(40px, 3.889vw, 56px);
    --fs-heading-lg: clamp(26px, 1.944vw, 28px);
    --fs-heading-md: clamp(22px, 1.667vw, 24px);
    --fs-body-lg: clamp(19px, 1.389vw, 20px);
    --fs-body-md: clamp(17px, 1.25vw, 18px);
    --lh-display: clamp(68px, 6.667vw, 96px);
    --lh-display-section: clamp(46px, 4.444vw, 64px);
    --lh-heading-lg: clamp(34px, 2.639vw, 38px);
    --lh-heading-md: clamp(32px, 2.361vw, 36px);
    --lh-body-lg: clamp(30px, 2.361vw, 34px);
    --lh-body-md: clamp(26px, 1.944vw, 28px);
    --lh-pager: clamp(30px, 2.222vw, 32px);
    --fs-display-tab: clamp(52px, 4.72vw, 68px);
    --fs-quote: clamp(28px, 2.5vw, 36px);
    --fs-card-label: clamp(32px, 2.78vw, 40px);
    --lh-quote: clamp(38px, 3.47vw, 50px);
    --lh-card-label: clamp(38px, 3.33vw, 48px);

    /* Message spacing — PC 1440 match (S/L shared) */
    --message-body-block-h: clamp(480px, 38vw, 548px);
    --message-body-link-gap: 100px;
    --message-link-h: 22px;
    --message-link-bottom: clamp(160px, 14.4vw, 207px);
  }

  html.is-mega-menu-open,
  body.is-mega-menu-open {
    overflow: hidden;
    overscroll-behavior: none;
  }

  body.is-mega-menu-open .site-header {
    background: transparent;
    border-bottom: none;
    box-shadow: var(--shadow-glass-divider);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .mega-menu {
    top: 0;
    min-height: 100vh;
    max-height: 100dvh;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    box-shadow: var(--shadow-dropdown);
    transform: none;
  }

  .mega-menu.is-open {
    transform: none;
  }

  .mega-menu__bg {
    background: rgba(75, 32, 79, 0.72);
    backdrop-filter: var(--blur-sm);
    -webkit-backdrop-filter: var(--blur-sm);
  }

  .mega-menu__bg::before {
    display: none;
  }

  .mega-menu__inner {
    padding: 88px clamp(16px, 2.5vw, 32px) 26px;
  }

  .mega-menu__nav {
    max-width: none;
    margin-top: 20px;
  }

  .mega-menu__item {
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    padding: 0 0 10px;
    margin-bottom: 14px;
    border-bottom: none;
    box-shadow: var(--shadow-glass-divider);
  }

  .mega-menu__item--wide {
    min-height: 0;
  }

  .mega-menu__item:last-child {
    border-bottom: none;
    box-shadow: var(--shadow-glass-divider);
  }

  .mega-menu__main-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex: none;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.02em;
  }

  .mega-menu__item:has(.mega-menu__sub-list) .mega-menu__main-link::after {
    content: "+";
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    transition: transform 0.35s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .mega-menu__item.is-open .mega-menu__main-link::after {
    content: "−";
  }

  .mega-menu__sub-panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.45s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .mega-menu__item.is-open .mega-menu__sub-panel {
    grid-template-rows: 1fr;
  }

  .mega-menu__sub-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 10px;
    max-width: none;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-6px);
    transition:
      opacity 0.35s ease,
      transform 0.45s cubic-bezier(0.33, 1, 0.68, 1),
      padding-top 0.45s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .mega-menu__item.is-open .mega-menu__sub-list {
    opacity: 1;
    transform: translateY(0);
    padding-top: 14px;
  }

  .mega-menu__sub-list a {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
  }

  .mega-menu__links {
    position: static;
    display: flex;
    align-items: flex-start;
    gap: 52px;
    width: 100%;
    margin-top: 50px;
  }

  .mega-menu__link-group {
    position: static;
    height: auto;
  }

  .mega-menu__link-group + .mega-menu__link-group {
    margin-top: 0;
  }

  .mega-menu__sns-title {
    font-family: "Plus Jakarta Sans", "Pretendard", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
  }

  .mega-menu__sns-langs {
    position: static;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 0;
  }

  .mega-menu__sns-langs a {
    font-family: "Plus Jakarta Sans", "Pretendard", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
  }

  @media (prefers-reduced-motion: reduce) {
    .mega-menu__sub-panel,
    .mega-menu__sub-list,
    .mega-menu__item:has(.mega-menu__sub-list) .mega-menu__main-link::after {
      transition: none;
    }

    .mega-menu__sub-list {
      transform: none;
    }
  }

  /* ==================================================
     Top Visual / Hero
     ================================================== */
  /* Figma 345:144 — PC 1440 scale */
  .top-visual {
    height: auto;
    min-height: calc(
      clamp(52px, 4.17vw, 60px) + clamp(64px, 5.56vw, 80px) +
        clamp(600px, 50vw, 720px) + clamp(24px, 2.78vw, 40px) +
        clamp(560px, 48.61vw, 700px) - clamp(60px, 5vw, 90px)
    );
    padding-top: clamp(52px, 4.17vw, 60px);
    overflow: hidden;
  }

  .top-bg__image {
    min-height: calc(
      clamp(52px, 4.17vw, 60px) + clamp(64px, 5.56vw, 80px) +
        clamp(600px, 50vw, 720px) + clamp(24px, 2.78vw, 40px) +
        clamp(560px, 48.61vw, 700px)
    );
    background-attachment: scroll;
    background-size: cover;
    background-position: center top;
  }

  .lydian-v6-main .hero-inner.inner {
    max-width: 100%;
    padding: 0 clamp(24px, 9.375vw, 60px);
  }

  .lydian-v6-main .hero {
    width: 100%;
    height: clamp(600px, 50vw, 720px);
    margin: clamp(64px, 5.56vw, 80px) 0 0;
    border: 1px solid rgba(246, 244, 248, 0.4);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-glass-inset);
    backdrop-filter: var(--blur-sm);
  }

  .lydian-v6-main .hero__content {
    top: 27.917%;
    left: 50%;
    right: auto;
    width: min(1042px, calc(100% - 48px));
    height: auto;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .lydian-v6-main .hero__eyebrow,
  .lydian-v6-main .hero__title,
  .lydian-v6-main .hero__subtitle-wrap,
  .lydian-v6-main .hero__cta {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
    max-width: 100%;
    height: auto;
    transform: none;
    white-space: nowrap;
  }

  .lydian-v6-main .hero__title {
    width: 100%;
    max-width: 100%;
    margin-top: clamp(28px, 2.64vw, 38px);
    margin-inline: auto;
    text-align: center;
  }

  .lydian-v6-main .hero__subtitle-wrap {
    margin-top: clamp(6px, 0.49vw, 7px);
    width: 100%;
    max-width: 100%;
    height: 36px;
    min-height: 36px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .lydian-v6-main .hero__subtitle-wrap .hero__subtitle {
    white-space: nowrap;
  }

  .lydian-v6-main .hero__cta {
    margin-top: clamp(72px, 6.94vw, 100px);
  }

  /* ==================================================
     Movie
     ================================================== */
  /* hero bottom + PC-scaled gap (no hero overlap) */
  .movie.section {
    top: calc(
      clamp(52px, 4.17vw, 60px) + clamp(64px, 5.56vw, 80px) +
        clamp(600px, 50vw, 720px) + clamp(24px, 2.78vw, 40px)
    );
    height: clamp(560px, 48.61vw, 700px);
    padding: 0 clamp(24px, 9.375vw, 60px);
    --section-pt: 0;
    --section-pb: 0;
  }

  .movie__inner,
  .movie__frame {
    height: clamp(560px, 48.61vw, 700px);
  }

  .movie__media {
    top: -18.857%;
    height: 125.286%;
  }

  .movie__overlay {
    height: 100%;
  }

  /* ==================================================
     Message
     ================================================== */
  /* mobile layout, Tablet L scale */
  .message.section {
    margin-top: 0;
    padding-top: 0;
    --section-pt: 0;
    --section-pb: 0;
  }

  .message {
    z-index: 1;
    height: auto;
    min-height: calc(
      clamp(135px, 11vw, 200px) + clamp(88px, 8.5vw, 110px) +
        clamp(26px, 2.5vw, 36px) + clamp(640px, 56vw, 960px) +
        clamp(24px, 2.5vw, 36px) + var(--message-body-block-h) +
        var(--message-body-link-gap) + var(--message-link-h) +
        var(--message-link-bottom)
    );
    overflow: hidden;
  }

  .message__bg {
    inset: auto;
    top: clamp(-90px, -7vw, -130px);
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100% + clamp(90px, 7vw, 130px));
    min-height: 0;
    z-index: 2;
  }

  .message__image-frame {
    top: calc(
      clamp(135px, 11vw, 200px) + clamp(88px, 8.5vw, 110px) +
        clamp(26px, 2.5vw, 36px)
    );
    left: 0;
    right: 0;
    width: 100%;
    height: clamp(640px, 56vw, 960px);
    z-index: 1;
    background: #fff;
  }

  .message__image-placeholder {
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .message__inner {
    position: relative;
    z-index: 3;
    height: auto;
    min-height: inherit;
    padding-top: 0;
    padding-inline: 0;
  }

  .message__content {
    position: static;
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .message__heading {
    position: absolute;
    top: clamp(135px, 11vw, 200px);
    left: clamp(24px, 2.5vw, 48px);
    width: clamp(400px, 42vw, 589px);
  }

  .message__title-en {
    width: auto;
    height: auto;
    white-space: normal;
  }

  .message__title-ko {
    width: auto;
    height: auto;
    margin-top: clamp(8px, 0.69vw, 10px);
    white-space: normal;
  }

  .message__heading-line {
    display: none;
  }

  .message__body {
    position: absolute;
    top: calc(
      clamp(135px, 11vw, 200px) + clamp(88px, 8.5vw, 110px) +
        clamp(26px, 2.5vw, 36px) + clamp(640px, 56vw, 960px) +
        clamp(24px, 2.5vw, 36px)
    );
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    padding-inline: clamp(24px, 2.5vw, 48px);
    box-sizing: border-box;
    height: auto;
    margin-top: 0;
    transform: none;
    text-align: left;
    white-space: pre-line;
  }

  .message__body strong {
    display: block;
    text-align: left;
  }

  .message__link {
    position: absolute;
    top: calc(
      clamp(135px, 11vw, 200px) + clamp(88px, 8.5vw, 110px) +
        clamp(26px, 2.5vw, 36px) + clamp(640px, 56vw, 960px) +
        clamp(24px, 2.5vw, 36px) + var(--message-body-block-h) +
        var(--message-body-link-gap)
    );
    bottom: auto;
    left: clamp(24px, 2.5vw, 48px);
    width: auto;
    max-width: none;
    margin-top: 0;
    transform: none;
    justify-content: flex-start;
  }

  .message__link-line,
  .message__link .btn-link__icon {
    width: 20px;
    height: 8px;
  }

  /* ==================================================
     Process
     ================================================== */
  /* PC layout, Tablet L grid center (1440) */
  .process.section {
    --section-pt: clamp(140px, 14.4vw, 208px);
    --section-pb: clamp(80px, 8.33vw, 120px);
  }

  .process {
    overflow: hidden;
  }

  .process__bg-image {
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
  }

  .process__inner.inner {
    padding-inline: clamp(24px, 2.5vw, 48px);
  }

  .process__heading {
    width: 100%;
    max-width: clamp(640px, 61vw, 878px);
    margin-inline: auto;
    text-align: center;
  }

  .process__title-en,
  .process__title-ko {
    width: auto;
    height: auto;
    margin-inline: auto;
    white-space: normal;
  }

  .process__title-ko {
    margin-top: clamp(8px, 0.69vw, 10px);
  }

  .process__steps {
    width: 100%;
    max-width: none;
    margin-top: clamp(100px, 10.5vw, 151px);
    margin-inline: 0;
  }

  .process__step {
    display: grid;
    grid-template-columns: clamp(300px, 29vw, 420px) minmax(0, 1fr);
    column-gap: clamp(48px, 5.205vw, 72px);
    align-items: start;
    height: auto;
    min-height: 0;
  }

  .process__step + .process__step {
    margin-top: clamp(80px, 8.33vw, 120px);
  }

  .process__step--understand,
  .process__step--design,
  .process__step--transform {
    height: auto;
    min-height: 0;
  }

  .process__decor {
    position: relative;
    top: auto;
    left: auto;
    justify-self: center;
  }

  .process__decor--line-01 {
    width: clamp(300px, 29.17vw, 420px);
    height: clamp(169px, 16.5vw, 237px);
    margin-top: clamp(35px, 3.47vw, 50px);
  }

  .process__decor--line-02 {
    width: clamp(214px, 20.83vw, 300px);
    height: clamp(104px, 10.14vw, 146px);
    margin-top: clamp(90px, 8.96vw, 129px);
  }

  .process__decor--circle {
    width: clamp(169px, 16.46vw, 237px);
    height: clamp(169px, 16.46vw, 237px);
    margin-top: clamp(51px, 5vw, 72px);
  }

  .process__step-content {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .process__step--understand .process__step-content,
  .process__step--design .process__step-content,
  .process__step--transform .process__step-content {
    margin-left: 0;
  }

  .process__num,
  .process__word,
  .process__step-title {
    width: auto;
    height: auto;
    white-space: normal;
  }

  .process__step-title {
    margin-top: clamp(8px, 0.69vw, 10px);
  }

  .process__desc {
    width: 100%;
    height: auto;
    margin-top: clamp(28px, 2.78vw, 40px);
    white-space: normal;
  }

  .process__link {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: fit-content;
    max-width: 100%;
    margin-top: clamp(72px, 6.94vw, 100px);
    margin-inline: auto;
    padding: 0;
    transform: none;
    white-space: nowrap;
  }

  .process .process__link {
    margin-left: auto;
    margin-right: auto;
  }

  .process__link-line,
  .process__link .btn-link__icon {
    width: clamp(28px, 3vw, 33px);
    height: 8px;
    flex-shrink: 0;
  }

  /* ==================================================
     Brand Statement
     ================================================== */
  /* responsive type + position tuning for PC-like visibility */
  .brand-statement {
    --section-pt: clamp(180px, 13.9vw, 200px);
    --section-pb: clamp(180px, 13.9vw, 200px);
    --fs-display-brand: clamp(96px, 8.8vw, 128px);
    --lh-display: clamp(66px, 6.1vw, 88px);
    --brand-text-shift: 20%;
    overflow: hidden;
    overflow-x: clip;
  }

  .brand-statement__bg::before {
    background-attachment: scroll;
  }

  .brand-statement__inner {
    z-index: 1;
    min-height: clamp(480px, 41.67vw, 600px);
    overflow: hidden;
  }

  .brand-statement__text {
    position: absolute;
    width: auto;
    max-width: none;
    height: auto;
    min-height: 0;
    overflow: visible;
    line-height: var(--lh-display);
    white-space: nowrap;
  }

  .brand-statement__text--body {
    top: 0;
    left: 0;
    text-align: left;
    transform: translateX(calc(-1 * var(--brand-text-shift)));
  }

  .brand-statement__copy {
    position: absolute;
    top: clamp(200px, 41.5%, 249px);
    left: 0;
    width: 100%;
    height: auto;
    text-align: center;
    white-space: normal;
  }

  .brand-statement__text--balance {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    text-align: right;
    transform: translateX(var(--brand-text-shift));
  }

  /* ==================================================
     Treatment
     ================================================== */
  /* PC layout scale (heading / tabs / carousel / detail row) */
  .treatment.section {
    --section-pt: clamp(140px, 12.1vw, 174px);
    --section-pb: clamp(160px, 13.9vw, 200px);
    --treatment-card-width: clamp(920px, 98.6vw, 1420px);
    --treatment-arrow-size: clamp(12px, 1.6vw, 22px);
    --treatment-arrow-inset: clamp(12px, 1.8vw, 24px);
    --treatment-nav-size: clamp(48px, 5vw, 64px);
  }

  .treatment {
    overflow: hidden;
  }

  .treatment__inner.inner {
    padding-inline: clamp(24px, 3.3vw, 48px);
  }

  .treatment__heading {
    width: 100%;
    max-width: clamp(680px, 61vw, 878px);
    margin-inline: auto;
    text-align: center;
  }

  .treatment__title-en,
  .treatment__title-ko {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-inline: auto;
    white-space: normal;
  }

  .treatment__title-ko {
    margin-top: clamp(8px, 0.69vw, 10px);
  }

  .treatment__tabs {
    display: block;
    width: 100%;
    margin-top: clamp(72px, 6.94vw, 100px);
    margin-left: 0;
    overflow: visible;
  }

  .treatment__tabs li {
    list-style: none;
  }

  .treatment__tab.is-active {
    font-size: var(--fs-display-tab);
    line-height: var(--lh-display-section);
  }

  .treatment__carousel {
    height: clamp(440px, 38.89vw, 560px);
    margin-top: clamp(40px, 3.89vw, 56px);
  }

  .treatment__card {
    width: var(--treatment-card-width);
    height: clamp(440px, 38.89vw, 560px);
  }

  .treatment__image {
    background-size: cover;
  }

  .treatment__detail {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    max-width: clamp(880px, 99.7vw, 1435px);
    height: auto;
    min-height: clamp(200px, 16.67vw, 240px);
    margin-top: clamp(16px, 1.39vw, 20px);
    margin-inline: auto;
    padding-inline: clamp(24px, 3.3vw, 48px);
  }

  .treatment__detail-left {
    flex: 0 1 clamp(360px, 39vw, 561px);
    min-width: 0;
    max-width: clamp(360px, 39vw, 561px);
  }

  .treatment__detail-title {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: clamp(128px, 13.33vw, 192px);
  }

  .treatment__detail-copy {
    flex: 1 1 auto;
    min-width: 0;
    max-width: clamp(420px, 54vw, 780px);
    margin-top: clamp(12px, 1.11vw, 16px);
    margin-left: clamp(48px, 6.5vw, 94px);
  }

  .treatment__detail-copy h4 {
    width: auto;
    height: auto;
    white-space: normal;
  }

  .treatment__detail-copy p {
    min-height: 0;
    margin-top: clamp(18px, 1.6vw, 23px);
  }

  .treatment__link-line,
  .treatment__link .btn-link__icon {
    width: clamp(26px, 2.2vw, 33px);
    height: 8px;
  }

  /* ==================================================
     Doctor
     ================================================== */
  /* PC sticky intro + cards column scale */
  .doctor.section {
    --section-pt: clamp(160px, 14.6vw, 210px);
    --section-pb: clamp(140px, 13.9vw, 200px);
    overflow: visible;
  }

  .doctor {
    overflow: visible;
  }

  .doctor__bg {
    background-attachment: scroll;
  }

  .doctor__inner {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: clamp(80px, 6.68vw, 96px);
    padding-inline: clamp(24px, 3.3vw, 48px);
    overflow: visible;
  }

  .doctor__intro {
    position: sticky;
    top: clamp(88px, 8.33vw, 120px);
    z-index: 1;
    flex: 0 1 clamp(340px, 34vw, 490px);
    align-self: flex-start;
    min-width: 0;
    max-width: clamp(340px, 34vw, 490px);
    margin-left: 0;
  }

  .doctor__name {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .doctor__quote {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: clamp(72px, 6.94vw, 100px);
  }

  .doctor__link {
    margin-top: clamp(72px, 6.94vw, 100px);
  }

  .doctor__link-line,
  .doctor__link .btn-link__icon {
    width: clamp(26px, 2.2vw, 33px);
    height: 8px;
  }

  .doctor__cards {
    flex: 1 1 auto;
    min-width: 0;
    max-width: clamp(560px, 62vw, 898px);
  }

  .doctor__card {
    width: 100%;
    max-width: clamp(480px, 54vw, 779px);
  }

  .doctor__card + .doctor__card {
    margin-top: clamp(120px, 13.9vw, 200px);
  }

  .doctor__card--offset {
    margin-left: clamp(60px, 8.26vw, 119px);
  }

  .doctor__image {
    width: 100%;
    max-width: clamp(420px, 45.8vw, 660px);
    height: clamp(520px, 56.6vw, 815px);
    overflow: hidden;
  }

  .doctor__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
  }

  .doctor__card-label {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: clamp(32px, 2.78vw, 40px);
    white-space: normal;
  }

  .doctor__card h3 {
    height: auto;
    margin-top: clamp(8px, 0.69vw, 10px);
    white-space: normal;
  }

  .doctor__card p:not(.doctor__card-label) {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: clamp(24px, 2.08vw, 30px);
  }

  /* ==================================================
     Why
     ================================================== */
  /* PC grid scale (Tablet L: 2-col) */
  .why.section {
    --section-pt: clamp(140px, 13.9vw, 200px);
    --section-pb: clamp(140px, 13.9vw, 200px);
  }

  .why {
    overflow: hidden;
  }

  .why__bg {
    background-attachment: scroll;
  }

  .why__inner {
    padding-inline: clamp(24px, 3.3vw, 48px);
  }

  .why__heading {
    width: 100%;
    max-width: clamp(300px, 24.4vw, 352px);
    margin-inline: auto;
    text-align: center;
  }

  .why__title-en,
  .why__title-ko {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-inline: auto;
    white-space: normal;
  }

  .why__title-ko {
    margin-top: clamp(8px, 0.69vw, 10px);
    white-space: nowrap;
  }

  .why__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(16px, 1.39vw, 20px);
    margin-top: clamp(72px, 6.94vw, 100px);
  }

  .why__card {
    height: auto;
    min-height: clamp(300px, 25vw, 360px);
    padding: clamp(40px, 4.17vw, 60px) clamp(28px, 2.78vw, 40px);
  }

  .why__card-head {
    display: contents;
  }

  .why__num {
    margin: 0;
  }

  .why__card-head h3,
  .why__card h3 {
    margin-top: clamp(8px, 0.69vw, 10px);
    margin-bottom: clamp(16px, 1.39vw, 20px);
    white-space: nowrap;
  }

  .why__card-copy {
    width: 100%;
    max-width: 100%;
    line-height: var(--lh-body-md);
  }

  .why__card-copy br {
    display: none;
  }

  .why__card-copy strong {
    margin-bottom: clamp(8px, 0.69vw, 10px);
    line-height: var(--lh-body-md-loose);
  }

  .why__link {
    margin-top: clamp(72px, 6.94vw, 100px);
  }

  .why__link-line,
  .why__link .btn-link__icon {
    width: clamp(26px, 2.2vw, 33px);
    height: 8px;
  }

  /* ==================================================
     FAQ
     ================================================== */
  /* PC layout scale (Tablet L) */
  .faq.section {
    --section-pt: clamp(140px, 13.9vw, 200px);
    --section-pb: clamp(140px, 13.9vw, 200px);
  }

  .faq {
    overflow: hidden;
  }

  .faq__bg {
    background-attachment: scroll;
  }

  .faq__inner {
    padding-inline: clamp(24px, 3.3vw, 48px);
  }

  .faq__heading {
    width: 100%;
    max-width: clamp(640px, 60.8vw, 875px);
    margin-inline: auto;
    text-align: center;
  }

  .faq__title-en,
  .faq__title-ko {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-inline: auto;
  }

  .faq__title-en {
    white-space: nowrap;
  }

  .faq__title-ko {
    margin-top: clamp(8px, 0.69vw, 10px);
    white-space: nowrap;
  }

  .faq__list {
    width: 100%;
    max-width: none;
    margin-top: clamp(72px, 6.94vw, 100px);
  }

  .faq__group + .faq__group {
    margin-top: clamp(16px, 1.39vw, 20px);
  }

  .faq__item {
    height: auto;
    min-height: clamp(96px, 8.33vw, 120px);
    padding: clamp(32px, 2.78vw, 40px) clamp(40px, 4.17vw, 60px);
  }

  .faq__item span {
    flex: 1;
    min-width: 0;
    text-align: left;
  }

  .faq__icon {
    width: clamp(28px, 2.22vw, 32px);
    height: clamp(28px, 2.22vw, 32px);
  }

  .faq__answer-inner p {
    max-width: 100%;
    padding: clamp(32px, 2.78vw, 40px) clamp(40px, 3.85vw, 55px);
  }

  /* ==================================================
     Blog
     ================================================== */
  /* 2-col grid (Tablet L) */
  .blog.section {
    --section-pt: clamp(140px, 13.9vw, 200px);
    --section-pb: clamp(140px, 13.9vw, 200px);
  }

  .blog {
    --blog-inset: clamp(24px, 3.3vw, 48px);
    --blog-gap: clamp(24px, 4.17vw, 52px);
    --blog-row-gap: clamp(48px, 5.56vw, 80px);
    --blog-text-mt: clamp(8px, 0.69vw, 10px);
    --blog-category-mt: clamp(32px, 2.78vw, 40px);
    --blog-link-mt: clamp(100px, 12.64vw, 182px);
    overflow: hidden;
  }

  .blog__inner.inner {
    padding-inline: var(--blog-inset);
  }

  .blog__heading {
    width: 100%;
    max-width: clamp(400px, 32.8vw, 472px);
  }

  .blog__title-en,
  .blog__title-ko {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .blog__title-en {
    white-space: nowrap;
    text-transform: uppercase;
  }

  .blog__title-ko {
    margin-top: clamp(8px, 0.69vw, 10px);
    white-space: nowrap;
  }

  .blog__cards-wrap {
    margin-top: clamp(72px, 6.94vw, 100px);
    padding-inline: var(--blog-inset);
    overflow: visible;
  }

  .blog__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: row;
    column-gap: var(--blog-gap);
    row-gap: var(--blog-row-gap);
    width: 100%;
    max-width: min(1200px, calc(100vw - var(--blog-inset) * 2));
    min-height: 0;
    margin-inline: auto;
  }

  .blog__card {
    width: 100%;
  }

  .blog__card:nth-child(3) {
    grid-column: 1;
  }

  .blog__card:nth-child(3n + 2),
  .blog__card--lower {
    margin-top: 0;
  }

  .blog__image {
    width: 100%;
    height: auto;
    aspect-ratio: 560 / 600;
    overflow: hidden;
  }

  .blog__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .blog__category {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-top: var(--blog-category-mt);
    white-space: nowrap;
  }

  .blog__card h3 {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    margin-top: var(--blog-text-mt);
  }

  .blog__card h3::after {
    width: 100%;
    margin-top: var(--blog-text-mt);
  }

  .blog__desc {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    margin-top: var(--blog-text-mt);
  }

  .blog__tags {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: var(--blog-text-mt);
    white-space: nowrap;
  }

  .blog__link {
    margin-top: var(--blog-link-mt);
    margin-left: clamp(4px, 0.52vw, 7.5px);
  }

  .blog__link-line,
  .blog__link .btn-link__icon {
    width: clamp(26px, 2.2vw, 33px);
    height: 8px;
  }

  /* ==================================================
     Footer
     ================================================== */
  /* PC layout, minimal scale (Tablet L) */
  .site-footer.section {
    --section-pt: clamp(88px, 8.68vw, 100px);
    --section-pb: clamp(92px, 9.03vw, 105px);
  }

  .site-footer__inner.inner {
    padding-inline: clamp(24px, 3.3vw, 48px);
  }

  .site-footer__eyebrow {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .site-footer__logo {
    margin-top: clamp(18px, 1.74vw, 20px);
  }

  .site-footer__social {
    width: auto;
    height: auto;
    margin-top: clamp(52px, 5.21vw, 60px);
  }

  .site-footer__address {
    width: 100%;
    max-width: 364px;
    margin-top: clamp(52px, 5.27vw, 61px);
  }

  .site-footer__info {
    gap: clamp(48px, 4.72vw, 61px);
    margin-top: clamp(60px, 5.9vw, 71px);
  }

  .site-footer__bottom {
    width: 100%;
    max-width: 900px;
    margin-top: clamp(80px, 7.81vw, 100px);
    padding-top: clamp(36px, 3.47vw, 40px);
  }
}

/* ==================================================
   Message
   ================================================== */
/* 1440~1544 — image frame left gap (fluid width from content edge) */
@media (min-width: 1440px) and (max-width: 1544px) {
  .message__image-frame {
    right: 0;
    left: auto;
    width: calc(100% - 812px);
  }

  .message__image-placeholder {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
  }
}

/* ==================================================
   Blog
   ================================================== */
/* 2-col grid (narrow PC: 3-col track would clip) */
@media (min-width: 1440px) and (max-width: 1799px) {
  .blog {
    --blog-inset: clamp(32px, 3.33vw, 48px);
    --blog-gap: clamp(40px, 4.17vw, 60px);
    --blog-row-gap: 60px;
    --blog-text-mt: 10px;
    --blog-category-mt: 40px;
    --blog-link-mt: clamp(120px, 12.64vw, 182px);
    overflow: hidden;
  }

  .blog__inner.inner {
    padding-inline: var(--blog-inset);
  }

  .blog__heading {
    width: 100%;
    max-width: 472px;
  }

  .blog__title-en,
  .blog__title-ko {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .blog__title-en {
    white-space: nowrap;
    text-transform: uppercase;
  }

  .blog__title-ko {
    margin-top: 10px;
    white-space: nowrap;
  }

  .blog__cards-wrap {
    margin-top: clamp(80px, 6.94vw, 100px);
    padding-inline: var(--blog-inset);
    overflow: visible;
  }

  .blog__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: row;
    column-gap: var(--blog-gap);
    row-gap: var(--blog-row-gap);
    width: 100%;
    max-width: min(1440px, calc(100vw - var(--blog-inset) * 2));
    min-height: 0;
    margin-inline: auto;
  }

  .blog__card {
    width: 100%;
  }

  .blog__card:nth-child(3) {
    grid-column: 1;
  }

  .blog__card:nth-child(3n + 2),
  .blog__card--lower {
    margin-top: 0;
  }

  .blog__image {
    width: 100%;
    height: auto;
    aspect-ratio: 560 / 600;
    overflow: hidden;
  }

  .blog__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .blog__category {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-top: var(--blog-category-mt);
    white-space: nowrap;
  }

  .blog__card h3 {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    margin-top: var(--blog-text-mt);
  }

  .blog__card h3::after {
    width: 100%;
    margin-top: var(--blog-text-mt);
  }

  .blog__desc {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    margin-top: var(--blog-text-mt);
  }

  .blog__tags {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: var(--blog-text-mt);
    white-space: nowrap;
  }

  .blog__link {
    margin-top: var(--blog-link-mt);
    margin-left: 7.5px;
  }
}

/* Mobile header (Figma 345:640) — closed state, 390px */
@media (max-width: 767px) {
  :root {
    --blur-md: blur(8px);
    --blur-sm: blur(4px);
    --shadow-glass-mobile: inset 0 0 0 1px rgba(255, 255, 255, 0.22), inset 0 2px 0 0 rgba(255, 255, 255, 0.12);
    --shadow-glass-mobile-closed: inset 0 0 0 0 rgba(255, 255, 255, 0.22), inset 0 2px 0 0 rgba(255, 255, 255, 0.12);
    --shadow-glass-mobile-bottom: inset 0 -1px 0 0 rgba(255, 255, 255, 0.22), inset 0 2px 0 0 rgba(255, 255, 255, 0.12);
    --shadow-glass-mobile-open-item: inset 1px 0 0 0 rgba(255, 255, 255, 0.22), inset -1px 0 0 0 rgba(255, 255, 255, 0.22), inset 0 1px 0 0 rgba(255, 255, 255, 0.22), inset 0 2px 0 0 rgba(255, 255, 255, 0.12);
    --shadow-glass-mobile-answer: inset 1px 0 0 0 rgba(255, 255, 255, 0.22), inset -1px 0 0 0 rgba(255, 255, 255, 0.22), inset 0 -1px 0 0 rgba(255, 255, 255, 0.22), inset 0 2px 0 0 rgba(255, 255, 255, 0.12);
    --shadow-glass-divider: inset 0 -1px 0 0 rgba(255, 255, 255, 0.18);
  }

  html,
  body {
    overflow-x: hidden;
    max-width: 100%;
  }

  .lydian-v6 {
    overflow-x: hidden;
    max-width: 100%;
  }

  .inner {
    padding-inline: 0;
  }

  /* ==================================================
     Top Visual / Header
     ================================================== */
  /* Figma 345:639 — bg 811px, message starts at y=811 */
  .top-visual {
    height: auto;
    min-height: 700px;
    padding-top: 10px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .top-bg__image {
    min-height: 811px;
    background-attachment: scroll;
    background-size: cover;
    background-position: center top;
  }

  .site-header {
    height: 70px;
    background: var(--color-white-06);
    border-bottom: none;
    box-shadow: var(--shadow-glass-mobile-bottom);
    backdrop-filter: var(--blur-md);
    -webkit-backdrop-filter: var(--blur-md);
  }

  .site-header__logo {
    top: 24px;
    left: 20px;
    width: 40px;
    height: 23px;
    background-size: 40px 23px;
  }

  .site-header__right {
    top: 24px;
    right: 20px;
    gap: 0;
    height: auto;
  }

  .site-header__lang {
    gap: 4px;
    height: auto;
    padding: 0 6px 0 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 21px;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
  }

  .site-header__lang-icon {
    position: static;
    width: 12px;
    height: 12px;
    transform: rotate(180deg);
  }

  .site-header__lang:focus-within .site-header__lang-icon,
  .site-header__lang.is-open .site-header__lang-icon {
    transform: rotate(0deg);
  }

  .site-header__divider {
    height: 16px;
    margin: 0 10px;
    opacity: 0.2;
  }

  .site-header__menu {
    width: 20px;
    height: 20px;
    padding: 0;
  }

  .site-header__menu-icon {
    width: 20px;
    height: 20px;
  }

  /* ==================================================
     Mega Menu
     ================================================== */
  .mega-menu[hidden] {
    display: none !important;
  }

  /* open — Figma 345:952 menu_open */
  html.is-mega-menu-open,
  body.is-mega-menu-open {
    overflow: hidden;
    overscroll-behavior: none;
  }

  body.is-mega-menu-open .site-header {
    background: transparent;
    border-bottom: none;
    box-shadow: var(--shadow-glass-divider);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .mega-menu {
    top: 0;
    min-height: 100vh;
    max-height: 100dvh;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    box-shadow: var(--shadow-dropdown);
    transform: none;
  }

  .mega-menu.is-open {
    transform: none;
    display: block;
  }

  .mega-menu__bg {
    background: rgba(75, 32, 79, 0.72);
    backdrop-filter: var(--blur-sm);
    -webkit-backdrop-filter: var(--blur-sm);
  }

  .mega-menu__bg::before {
    display: none;
  }

  .mega-menu__inner {
    padding: 79px 16px 26px;
  }

  .mega-menu__nav {
    max-width: none;
    margin-top: 20px;
  }

  .mega-menu__item {
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    padding: 0 0 10px;
    margin-bottom: 14px;
    border-bottom: none;
    box-shadow: var(--shadow-glass-divider);
  }

  .mega-menu__item--wide {
    min-height: 0;
  }

  .mega-menu__item:last-child {
    border-bottom: none;
    box-shadow: var(--shadow-glass-divider);
  }

  .mega-menu__main-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex: none;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.02em;
  }

  .mega-menu__item:has(.mega-menu__sub-list) .mega-menu__main-link::after {
    content: "+";
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    transition: transform 0.35s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .mega-menu__item.is-open .mega-menu__main-link::after {
    content: "−";
  }

  .mega-menu__sub-panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.45s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .mega-menu__item.is-open .mega-menu__sub-panel {
    grid-template-rows: 1fr;
  }

  .mega-menu__sub-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 10px;
    max-width: none;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-6px);
    transition:
      opacity 0.35s ease,
      transform 0.45s cubic-bezier(0.33, 1, 0.68, 1),
      padding-top 0.45s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .mega-menu__item.is-open .mega-menu__sub-list {
    opacity: 1;
    transform: translateY(0);
    padding-top: 14px;
  }

  @media (prefers-reduced-motion: reduce) {
    .mega-menu__sub-panel,
    .mega-menu__sub-list,
    .mega-menu__item:has(.mega-menu__sub-list) .mega-menu__main-link::after {
      transition: none;
    }

    .mega-menu__sub-list {
      transform: none;
    }
  }

  .mega-menu__sub-list a {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
  }

  .mega-menu__links {
    position: static;
    display: flex;
    align-items: flex-start;
    gap: 52px;
    width: 100%;
    margin-top: 50px;
  }

  .mega-menu__link-group {
    position: static;
    height: auto;
  }

  .mega-menu__link-group + .mega-menu__link-group {
    margin-top: 0;
  }

  .mega-menu__sns-title {
    font-family: "Plus Jakarta Sans", "Pretendard", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
  }

  .mega-menu__sns-langs {
    position: static;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 0;
  }

  .mega-menu__sns-langs a {
    font-family: "Plus Jakarta Sans", "Pretendard", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
  }

  /* ==================================================
     Hero
     ================================================== */
  /* Figma 345:651 */
  .lydian-v6-main .hero {
    width: calc(100% - 20px);
    max-width: 370px;
    height: 463px;
    margin: 40px auto 0;
    border: none;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-glass-mobile);
    backdrop-filter: var(--blur-sm);
    -webkit-backdrop-filter: var(--blur-sm);
  }

  .lydian-v6-main .hero__content {
    top: 100px;
    left: 0;
    width: 100%;
    height: auto;
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .lydian-v6-main .hero__eyebrow,
  .lydian-v6-main .hero__title,
  .lydian-v6-main .hero__subtitle-wrap,
  .lydian-v6-main .hero__cta {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
    max-width: 100%;
    height: auto;
    transform: none;
  }

  .lydian-v6-main .hero__eyebrow {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.12em;
    white-space: normal;
  }

  .lydian-v6-main .hero__title {
    position: static;
    width: auto;
    max-width: 327px;
    height: auto;
    margin-top: 2px;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    white-space: normal;
  }

  .lydian-v6-main .hero__title-br {
    display: block;
  }

  .lydian-v6-main .hero__subtitle-wrap {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 100%;
    height: 26px;
    min-height: 26px;
    margin-top: 20px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
  }

  .lydian-v6-main .hero__subtitle-wrap .hero__subtitle {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    font-family: var(--font-body);
    font-size: clamp(12px, 3.6vw, 15px);
    font-weight: 300;
    line-height: 26px;
    letter-spacing: -0.02em;
    white-space: nowrap;
    text-align: center;
    transform: none;
  }

  .lydian-v6-main .hero__cta {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 48px;
    white-space: nowrap;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
  }

  .lydian-v6-main .hero__cta span {
    text-decoration: underline;
  }

  .lydian-v6-main .hero__cta.btn-link--lg {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
  }

  .lydian-v6-main .hero__cta-line,
  .lydian-v6-main .hero__cta .btn-link__icon {
    display: block;
    flex-shrink: 0;
    align-self: center;
    width: 22px;
    height: 8px;
  }

  /* ==================================================
     Message
     ================================================== */
  /* Figma 345:660 — section y=811, h=1305 */
  .message.section {
    margin-top: 0;
    padding-top: 0;
    --section-pt: 0;
    --section-pb: 0;
  }

  .message {
    z-index: 1;
    height: auto;
    min-height: 1305px;
    overflow: hidden;
  }

  .message__bg {
    inset: auto;
    top: -166px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: 1566px;
    min-height: 0;
    z-index: 2;
  }

  .message__image-frame {
    top: 230px;
    left: 0;
    right: 0;
    width: 100%;
    height: 384px;
    z-index: 1;
    background: #fff;
  }

  .message__image-placeholder {
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .message__inner {
    position: relative;
    z-index: 3;
    height: auto;
    min-height: 1305px;
    padding-top: 0;
  }

  .message__content {
    position: static;
    width: 100%;
    margin-left: 0;
  }

  .message__heading {
    position: absolute;
    top: 135px;
    left: 23px;
    width: 350px;
  }

  .message__title-en {
    width: auto;
    height: auto;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.02em;
    white-space: normal;
  }

  .message__title-ko {
    width: auto;
    height: auto;
    margin-top: 9px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    white-space: normal;
  }

  .message__heading-line {
    display: none;
  }

  .message__body {
    position: absolute;
    top: 634px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    padding-inline: 23px;
    box-sizing: border-box;
    height: auto;
    margin-top: 0;
    transform: none;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.02em;
    text-align: left;
    white-space: pre-line;
  }

  .message__body strong {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
  }

  .message__link {
    position: absolute;
    top: 1183px;
    left: 23px;
    width: 350px;
    max-width: calc(100% - 46px);
    margin-top: 0;
    transform: none;
    justify-content: flex-start;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
  }

  .message__link.btn-link--sm {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
  }

  .message__link-line,
  .message__link .btn-link__icon {
    width: 20px;
    height: 8px;
  }

  /* ==================================================
     Movie
     ================================================== */
  /* Figma 345:672 — page y=624, overlaps hero/message */
  .movie.section {
    position: absolute;
    top: 538px;
    left: 0;
    z-index: 3;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 15px;
    --section-pt: 0;
    --section-pb: 0;
    overflow: visible;
  }

  .movie__inner {
    height: auto;
    max-width: 370px;
    margin: 0 auto;
  }

  .movie__frame {
    height: 251px;
    border: 0;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-glass-mobile);
    backdrop-filter: var(--blur-md);
    -webkit-backdrop-filter: var(--blur-md);
  }

  .movie__media {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .movie__overlay {
    height: 100%;
  }

  /* ==================================================
     Process
     ================================================== */
  /* Figma 345:676 — 390×1714 */
  .process.section {
    --section-pt: 0;
    --section-pb: 0;
  }

  .process {
    min-height: 1714px;
    overflow: hidden;
  }

  .process__bg {
    overflow: hidden;
  }

  .process__bg-image {
    inset: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: scroll;
    background-size: cover;
    background-position: 28% 32%;
  }

  .process__inner.inner {
    position: relative;
    z-index: 2;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .process__heading {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .process__title-en {
    width: auto;
    height: auto;
    margin: 0 auto;
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.02em;
    color: #fff;
    white-space: normal;
  }

  .process__title-ko {
    width: 100%;
    max-width: 390px;
    height: auto;
    margin: 10px auto 0;
    padding: 0;
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #f6f4f8;
    white-space: normal;
    text-align: center;
  }

  .process__title-ko-br {
    display: block;
  }

  .process__steps {
    margin-top: 60px;
  }

  .process__step {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
  }

  .process__step + .process__step {
    margin-top: 60px;
  }

  .process__step--understand {
    height: auto;
    min-height: 382px;
    padding-top: 120px;
  }

  .process__step--design {
    height: auto;
    min-height: 340px;
    padding-top: 78px;
  }

  .process__step--transform {
    height: auto;
    min-height: 382px;
    padding-top: 120px;
  }

  .process__step-content {
    width: 320px;
    margin-left: 0;
    text-align: center;
  }

  .process__step--understand .process__step-content,
  .process__step--design .process__step-content,
  .process__step--transform .process__step-content {
    margin-left: 0;
    margin-top: 0;
    width: 320px;
  }

  .process__decor {
    overflow: hidden;
  }

  .process__decor-svg {
    overflow: hidden;
  }

  .process__decor--line-01 {
    top: 0;
    left: 70px;
    width: 180px;
    height: 100px;
  }

  .process__decor--line-02 {
    top: 0;
    left: 101px;
    width: 120px;
    height: 58.4px;
  }

  .process__decor--circle {
    top: 0;
    left: 110px;
    width: 100px;
    height: 100px;
  }

  .process__num {
    width: auto;
    height: auto;
    margin: 0 auto;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.02em;
    text-align: center;
  }

  .process__num span {
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    color: #fff;
  }

  .process__num strong {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.01em;
    color: #fff;
  }

  .process__step .process__word {
    height: auto;
    margin-top: 6px;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.02em;
    text-align: center;
  }

  .process__step .process__step-title {
    height: auto;
    margin-top: 6px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    white-space: normal;
    text-align: center;
  }

  .process__step .process__desc {
    width: 320px;
    height: auto;
    margin-top: 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.02em;
    text-align: left;
  }

  .process__link {
    position: absolute;
    top: 1592px;
    left: 50%;
    z-index: 3;
    margin: 0;
    transform: translateX(-50%);
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    color: #fff;
  }

  .process .process__link {
    margin-top: 0;
    margin-left: 0;
  }

  .process__link.btn-link--lg {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
  }

  .process__link-line,
  .process__link .btn-link__icon {
    width: 20px;
    height: 8px;
  }

  /* ==================================================
     Brand Statement
     ================================================== */
  /* Figma 345:710 — 390×594 */
  .brand-statement.section {
    --section-pt: 0;
    --section-pb: 0;
  }

  .brand-statement {
    min-height: 594px;
    overflow: hidden;
  }

  .brand-statement__bg::before {
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
  }

  .brand-statement__inner {
    position: relative;
    z-index: 1;
    min-height: auto;
    width: 246px;
    max-width: calc(100% - 144px);
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brand-statement .brand-statement__text,
  .brand-statement .brand-statement__copy {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    margin-left: 0;
    white-space: normal;
    text-align: center;
  }

  .brand-statement .brand-statement__text--body {
    font-family: var(--font-display);
    font-size: 42px;
    font-weight: 300;
    line-height: 52px;
    letter-spacing: 0.02em;
  }

  .brand-statement .brand-statement__copy {
    width: 205px;
    max-width: 100%;
    margin: 80px auto 0;
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.02em;
  }

  .brand-statement .brand-statement__text--balance {
    width: 199px;
    max-width: 100%;
    margin: 80px auto 0;
    font-family: var(--font-display);
    font-size: 42px;
    font-weight: 300;
    line-height: 52px;
    letter-spacing: 0.02em;
  }

  .brand-statement__balance-br {
    display: block;
  }

  /* ==================================================
     Treatment
     ================================================== */
  /* Figma 345:715 — 390×1199 */
  .treatment.section {
    --section-pt: 0;
    --section-pb: 0;
    --treatment-card-width: 340px;
    --treatment-arrow-size: clamp(10px, 2.8vw, 14px);
    --treatment-arrow-inset: clamp(8px, 2.5vw, 12px);
    --treatment-nav-size: clamp(27px, 7.3vw, 32px);
  }

  .treatment {
    /* min-height: 1199px; */
    padding-bottom: 120px;
    overflow: hidden;
  }

  .treatment__inner.inner {
    padding-top: 100px;
    padding-inline: 25px;
  }

  .treatment__heading {
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
    text-align: center;
  }

  .treatment__title-en {
    width: auto;
    max-width: 326px;
    height: auto;
    margin: 0 auto;
    white-space: normal;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.02em;
  }

  .treatment__title-ko {
    width: 100%;
    max-width: 390px;
    height: auto;
    margin: 10px auto 0;
    white-space: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.02em;
    text-align: center;
  }

  .treatment__title-ko-br {
    display: block;
  }

  .treatment__tabs {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    margin: 40px 0 0;
    padding: 0;
    overflow: visible;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.01em;
  }

  .treatment__tabs li {
    list-style: none;
  }

  .treatment__tab {
    opacity: 1;
    transform: none;
    color: var(--color-text);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.01em;
  }

  .treatment__tab.is-active {
    color: var(--color-brand);
    font-size: 30px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0.02em;
  }

  .treatment__tabs.is-changing .treatment__tab {
    opacity: 0;
    transform: translateY(8px);
  }

  .treatment__carousel {
    height: 360px;
    margin-top: 31px;
    overflow: hidden;
  }

  .treatment__card {
    width: var(--treatment-card-width);
    height: 360px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .treatment__image {
    flex-shrink: 0;
    width: 300px;
    height: 320px;
    border-radius: var(--radius-sm);
    background-size: cover;
    background-position: center;
    opacity: 1 !important;
    transform: translateY(0) scale(1) !important;
    transition: width var(--transition-carousel), height var(--transition-carousel);
  }

  .treatment__card.swiper-slide-active .treatment__image {
    width: 340px;
    height: 360px;
    transform: translateY(0) scale(1) !important;
  }

  .treatment__image--face img {
    object-position: center 20%;
  }

  .treatment__detail {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 10px;
    padding: 0 25px;
  }

  .treatment__detail-left {
    flex: none;
    width: 100%;
    max-width: 100%;
  }

  .treatment__detail-title {
    max-width: 227px;
    width: 100%;
    height: auto;
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -0.02em;
    text-align: left;
  }

  .treatment__title-panel .treatment__link {
    margin-top: 4px;
  }

  .treatment__link.btn-link--sm {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
  }

  .treatment__link-line,
  .treatment__link .btn-link__icon {
    width: 20px;
    height: 8px;
  }

  .treatment__detail-copy {
    flex: none;
    width: 100%;
    max-width: 100%;
    margin-top: 24px;
    margin-left: 0;
  }

  .treatment__detail-copy h4 {
    width: auto;
    height: auto;
    white-space: normal;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.02em;
  }

  .treatment__detail-copy p {
    width: 100%;
    min-height: 0;
    margin-top: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.02em;
  }

  /* ==================================================
     Doctor
     ================================================== */
  /* Figma 345:742 — 390×2499 */
  .doctor.section {
    --section-pt: 0;
    --section-pb: 0;
  }

  .doctor {
    min-height: 2499px;
    padding-bottom: 106px;
  }

  .doctor__inner {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .doctor__intro {
    position: static;
    flex: none;
    width: 327px;
    max-width: 327px;
    margin: 106px auto 0;
    text-align: center;
  }

  .doctor__name {
    width: auto;
    max-width: none;
    height: auto;
    margin: 0 auto;
    align-items: center;
    gap: 6px;
    text-align: center;
  }

  .doctor__name .doctor__name-role {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.02em;
  }

  .doctor__name .doctor__name-person {
    font-size: 52px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.02em;
  }

  .doctor__quote {
    width: 100%;
    max-width: 327px;
    height: auto;
    margin-top: 20px;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.02em;
    text-align: center;
  }

  .doctor__link {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
  }

  .doctor__link-line,
  .doctor__link .btn-link__icon {
    width: 20px;
    height: 8px;
  }

  .doctor__cards {
    flex: none;
    width: 100%;
    max-width: 380px;
    margin: 60px 0 0;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .doctor__card {
    width: 340px;
    max-width: 340px;
  }

  .doctor__card + .doctor__card {
    margin-top: 60px;
  }

  .doctor__card--offset {
    margin-left: 40px;
  }

  .doctor__image {
    width: 320px;
    max-width: 320px;
    height: 395px;
    border-radius: 10px;
    overflow: hidden;
  }

  .doctor__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .doctor__card-label {
    width: auto;
    max-width: none;
    height: auto;
    margin-top: 10px;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.015em;
    white-space: nowrap;
  }

  .doctor__card-label strong {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.01em;
  }

  .doctor__card h3 {
    height: auto;
    margin-top: 0;
    white-space: normal;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.02em;
    text-align: left;
  }

  .doctor__card-h3-br {
    display: block;
  }

  .doctor__card p:not(.doctor__card-label) {
    width: 100%;
    max-width: 340px;
    height: auto;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.02em;
    text-align: left;
  }

  /* ==================================================
     Why
     ================================================== */
  /* Figma 345:767 — 390×1846 */
  .why.section {
    --section-pt: 0;
    --section-pb: 0;
  }

  .why {
    min-height: 1846px;
    padding-bottom: 100px;
    overflow: hidden;
  }

  .why__bg {
    background-attachment: scroll;
  }

  .why__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .why__heading {
    width: 100%;
    max-width: 390px;
    padding-top: 100px;
    margin: 0 auto;
    text-align: center;
  }

  .why__title-en {
    width: auto;
    height: auto;
    margin: 0 auto;
    white-space: normal;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.02em;
    color: var(--color-text-soft);
  }

  .why__title-ko {
    width: 100%;
    max-width: 262px;
    height: auto;
    margin: 10px auto 0;
    white-space: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--color-text-soft);
  }

  .why__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    width: 360px;
    max-width: calc(100% - 32px);
    margin: 60px auto 0;
    padding: 0;
    box-sizing: border-box;
  }

  .why__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 222px;
    padding: 40px 20px 36px;
    box-sizing: border-box;
    text-align: center;
    background: rgba(255, 255, 255, 0.14);
    border: none;
    border-radius: 10px;
    box-shadow: var(--shadow-glass-mobile);
    backdrop-filter: var(--blur-md);
    -webkit-backdrop-filter: var(--blur-md);
  }

  .why__card-head {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
  }

  .why__num {
    flex-shrink: 0;
    margin: 0;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.02em;
    color: #fff;
  }

  .why__num strong {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.01em;
  }

  .why__card-head h3 {
    flex-shrink: 0;
    margin: 7px 0 0;
    margin-bottom: 0;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.01em;
    color: #fff;
  }

  .why__card-copy {
    width: 320px;
    max-width: 100%;
    margin: 10px auto 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #fff;
  }

  .why__card-copy strong {
    display: block;
    margin-bottom: 0;
    font-weight: 700;
  }

  .why__card-copy-br {
    display: block;
  }

  .why__link {
    margin: 60px auto 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    color: #fff;
  }

  .why__link.btn-link--lg {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
  }

  .why__link-line,
  .why__link .btn-link__icon {
    width: 20px;
    height: 8px;
  }

  /* ==================================================
     FAQ
     ================================================== */
  /* Figma 345:801 — 390×1151 */
  .faq.section {
    --section-pt: 0;
    --section-pb: 0;
  }

  .faq {
    /* min-height: 1151px; */
    padding-bottom: 100px;
    overflow: hidden;
  }

  .faq__bg {
    background-attachment: scroll;
  }

  .faq__heading {
    width: 100%;
    max-width: 390px;
    padding-top: 100px;
    margin: 0 auto;
    text-align: center;
  }

  .faq__title-en {
    width: auto;
    max-width: 238px;
    height: auto;
    margin: 0 auto;
    white-space: normal;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #fff;
  }

  .faq__title-en-br {
    display: block;
  }

  .faq__title-ko {
    width: auto;
    max-width: 161px;
    height: auto;
    margin: 10px auto 0;
    white-space: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #fff;
  }

  .faq__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: none;
    margin: 60px 0 0;
    padding-inline: 16px;
    box-sizing: border-box;
  }

  .faq__group + .faq__group {
    margin-top: 0;
  }

  .faq__item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    justify-content: initial;
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 68px;
    gap: 12px;
    padding: 12px 20px;
    overflow: hidden;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.02em;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.14);
    border: none;
    box-shadow: var(--shadow-glass-mobile);
    backdrop-filter: var(--blur-md);
    -webkit-backdrop-filter: var(--blur-md);
  }

  .faq__group:not(.is-open) .faq__item > span {
    min-width: 0;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .faq__group.is-open .faq__item > span {
    min-width: 0;
    display: block;
    max-height: none;
    overflow: visible;
    text-align: left;
    white-space: normal;
    word-break: normal;
  }

  .faq__icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
  }

  .faq__group.is-open .faq__item {
    border-radius: 10px 10px 0 0;
    border-bottom: 0;
    box-shadow: var(--shadow-glass-mobile-open-item);
  }

  .faq__answer-inner {
    border-radius: 0 0 10px 10px;
  }

  .faq__group.is-open .faq__answer-inner {
    border: none;
    box-shadow: var(--shadow-glass-mobile-answer);
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: var(--blur-md);
    -webkit-backdrop-filter: var(--blur-md);
  }

  .faq__answer-inner p {
    padding: 20px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
  }

  /* ==================================================
     Blog
     ================================================== */
  /* Figma 345:833 — 390×2526 */
  .blog.section {
    --section-pt: 0;
    --section-pb: 0;
  }

  .blog {
    min-height: 2526px;
    padding-bottom: 100px;
    overflow: hidden;
  }

  .blog__inner.inner {
    max-width: none;
    padding: 0 16px;
  }

  .blog__heading {
    width: 100%;
    padding-top: 100px;
    text-align: left;
  }

  .blog__title-en {
    width: auto;
    height: auto;
    white-space: normal;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.02em;
    text-transform: none;
    text-align: left;
  }

  .blog__title-ko {
    width: auto;
    height: auto;
    margin-top: 10px;
    white-space: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.02em;
    text-align: left;
  }

  .blog__cards-wrap {
    margin-top: 60px;
    padding-inline: 16px;
    overflow: visible;
  }

  .blog__cards {
    display: flex;
    flex-direction: column;
    gap: 90px;
    width: 100%;
    max-width: none;
    min-height: 0;
    margin: 0;
    grid-auto-flow: unset;
    grid-auto-columns: unset;
  }

  .blog__card {
    width: 100%;
    min-width: 0;
  }

  .blog__card:nth-child(2n),
  .blog__card:nth-child(3n + 2) {
    margin-top: 0;
  }

  .blog__image {
    width: 100%;
    height: 388px;
    border-radius: 10px;
    overflow: hidden;
    opacity: 1 !important;
    transform: none !important;
  }

  .blog__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .blog__category {
    width: auto;
    height: auto;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    white-space: normal;
    text-align: left;
  }

  .blog__card h3 {
    width: 100%;
    min-width: 0;
    min-height: 0;
    margin-top: 4px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.02em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    text-align: left;
  }

  .blog__card h3::after {
    width: 100%;
    max-width: none;
    margin-top: 10px;
  }

  .blog__desc {
    width: 100%;
    height: auto;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.02em;
    text-align: left;
  }

  .blog__tags {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    text-align: left;
  }

  .blog__link {
    margin-top: 60px;
    margin-left: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
  }

  .blog__link.btn-link--lg {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
  }

  .blog__link-line,
  .blog__link .btn-link__icon {
    width: 20px;
    height: 8px;
  }

  /* ==================================================
     Footer
     ================================================== */
  /* Figma 345:863 — 390×744 */
  .site-footer.section {
    --section-pt: 0;
    --section-pb: 0;
  }

  .site-footer {
    min-height: 744px;
    padding-bottom: 100px;
    overflow: hidden;
  }

  .site-footer__inner.inner {
    align-items: flex-start;
    max-width: none;
    padding: 100px 16px 0;
  }

  .site-footer__eyebrow {
    width: auto;
    height: auto;
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
    white-space: normal;
    color: #fff;
  }

  .site-footer__logo {
    width: 60px;
    height: 34px;
    margin-top: 10px;
    background-size: 60px 34px;
  }

  .site-footer__social {
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-top: 40px;
    gap: 0;
  }

  .site-footer__social a {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    text-align: left;
    text-decoration: underline;
    color: #fff;
  }

  .site-footer__address {
    width: 100%;
    max-width: 257px;
    margin-top: 40px;
    text-align: left;
    color: #fff;
  }

  .site-footer__label {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #fff;
  }

  .site-footer__address > p:not(.site-footer__label) {
    margin-top: 0;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #fff;
  }

  .site-footer__maps {
    justify-content: flex-start;
    gap: 42px;
    margin-top: 4px;
  }

  .site-footer__maps a {
    gap: 4px;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: underline;
    color: #fff;
  }

  .site-footer__maps-icon {
    width: 18px;
    height: 8px;
  }

  .site-footer__info {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-top: 22px;
    text-align: left;
    color: #fff;
  }

  .site-footer__info p:not(.site-footer__label) {
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #fff;
  }

  .site-footer__bottom {
    width: auto;
    max-width: 276px;
    margin-top: 60px;
    padding-top: 0;
    text-align: left;
    border-top: 0;
    color: #fff;
  }

  .site-footer__policy {
    justify-content: flex-start;
    gap: 30px;
  }

  .site-footer__policy a,
  .site-footer__policy span,
  .site-footer__bottom p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    text-transform: none;
    color: #fff;
  }

  .site-footer__bottom p {
    margin-top: 4px;
  }

  /* ==================================================
     Quick Menu
     ================================================== */
  /* Figma 345:894 — closed 52×114 / open 52×272 + buttons */
  .quick-menu {
    top: auto;
    bottom: 110px;
    right: 15px;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    transform: translateX(20px);
  }

  .quick-menu.is-visible {
    transform: translateX(0);
  }

  .quick-menu__panel {
    order: 1;
    width: 52px;
    max-height: 0;
    padding: 0;
    gap: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
    border: none;
    border-radius: 10px;
    box-shadow: var(--shadow-glass-mobile-closed);
    opacity: 0;
    transform: none;
    transition:
      max-height var(--transition-base),
      opacity var(--transition-base),
      padding var(--transition-base),
      box-shadow var(--transition-base);
  }

  .quick-menu.is-open .quick-menu__panel {
    max-height: 272px;
    padding: 20px 0;
    background: var(--color-brand-16);
    box-shadow: var(--shadow-glass-mobile);
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .quick-menu__panel-link {
    width: 22px;
    height: 22px;
  }

  .quick-menu__panel-icon {
    width: 22px;
    height: 22px;
  }

  .quick-menu__main {
    order: 2;
    width: 52px;
    height: 111px;
  }

  .quick-menu__button {
    width: 52px;
    height: 52px;
    background: var(--color-brand-06);
    border: none;
    border-radius: 10px;
    box-shadow: var(--shadow-glass-mobile);
    backdrop-filter: var(--blur-md);
    -webkit-backdrop-filter: var(--blur-md);
  }

  .quick-menu.is-open .quick-menu__button--toggle {
    background: var(--color-brand-16);
  }

  .quick-menu__button--top {
    top: 59px;
  }

  .quick-menu__button--top:hover,
  .quick-menu__button--top:focus-visible {
    background: var(--color-brand-16);
  }

  .quick-menu__icon {
    width: 22px;
    height: 22px;
  }
}

/* ==================================================
   Hero
   ================================================== */
/* PC 1440+ — top-bg fill / hero flex center (home.css untouched) */
@media (min-width: 1440px) {
  .top-bg__image {
    background-size: cover;
    background-position: center top;
  }

  .lydian-v6-main .hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: auto;
  }

  .lydian-v6-main .hero__eyebrow,
  .lydian-v6-main .hero__title,
  .lydian-v6-main .hero__subtitle-wrap,
  .lydian-v6-main .hero__cta {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
    max-width: 100%;
    height: auto;
    transform: none;
  }

  .lydian-v6-main .hero__title {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }

  .lydian-v6-main .hero__subtitle-wrap {
    margin-top: 5px;
    width: 100%;
    max-width: 100%;
    height: 36px;
    min-height: 36px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .lydian-v6-main .hero__subtitle-wrap .hero__subtitle {
    white-space: nowrap;
  }

  .lydian-v6-main .hero__cta {
    margin-top: 100px;
  }

  /* hero ↔ movie gap: fixed px (1440 design) — prevents vh stretch on tall viewports */
  .top-visual {
    height: auto;
    min-height: calc(60px + 80px + 720px + 40px + 700px - 90px);
    padding-top: 60px;
  }

  .movie.section {
    top: calc(60px + 80px + 720px + 40px);
    height: 700px;
  }

  .movie__inner,
  .movie__frame {
    height: 700px;
  }
}

/* ==================================================
   Layer Popup
   ================================================== */
@media (max-width: 1023px) {
  .layer-popup__panel {
    --popup-header-inset-left: 23px;
    --popup-header-inset-right: 25px;

    max-width: 492px;
    padding:
      61px
      var(--popup-header-inset-right)
      31px
      var(--popup-header-inset-left);
  }

  .layer-popup.is-step-2 .layer-popup__panel {
    max-height: min(620px, calc(100dvh - 32px));
  }

  .layer-popup__header {
    top: 19px;
  }

  .layer-popup__close {
    width: 28px;
    height: 28px;
  }

  .layer-popup__check--hide-today {
    min-height: 28px;
  }

  .layer-popup__close-icon {
    width: 18px;
    height: 18px;
  }

  .layer-popup__intro {
    margin-top: 32px;
  }

  .layer-popup__title-en {
    font-size: 38px;
    line-height: 44px;
  }

  .layer-popup__title-ko {
    margin-top: 16px;
    font-size: 18px;
    line-height: 30px;
  }

  .layer-popup__body {
    margin-top: 32px;
  }

  .layer-popup__body p:has(.layer-popup__next),
  .layer-popup__body p:has(input.layer-popup__submit) {
    margin-top: 22px;
    padding-top: 22px;
  }

  .layer-popup__body p:has(.layer-popup__next) .layer-popup__submit,
  .layer-popup__body input.layer-popup__submit {
    font-size: 26px;
    line-height: 36px;
  }
}

@media (max-width: 767px) {
  .wechat-qr__panel {
    width: 85%;
    max-width: 323px;
    padding: 41px 27px 31px;
  }

  .wechat-qr__desc {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .wechat-qr__image {
    width: min(187px, 100%);
  }

  .layer-popup {
    padding: 16px;
    align-items: center;
  }

  .layer-popup__panel {
    --popup-header-inset-left: 20px;
    --popup-header-inset-right: 20px;

    width: 85%;
    max-width: none;
    padding:
      48px
      var(--popup-header-inset-right)
      25px
      var(--popup-header-inset-left);
    overflow: hidden;
    border-radius: var(--radius-md);
    border: 1px solid var(--color-white-20);
  }

  .layer-popup.is-step-2 .layer-popup__panel {
    max-height: min(85dvh, calc(100dvh - 32px));
    min-height: auto;
  }

  .layer-popup__header {
    top: 10px;
  }

  .layer-popup__intro {
    margin-top: 24px;
  }

  .layer-popup__title-en {
    font-size: 29px;
    line-height: 34px;
  }

  .layer-popup__title-ko {
    max-width: none;
    margin-top: 12px;
    font-size: 14px;
    line-height: 24px;
  }

  .layer-popup__body {
    margin-top: 24px;
  }

  .layer-popup__body p:has(.layer-popup__next),
  .layer-popup__body p:has(input.layer-popup__submit) {
    margin-top: 19px;
    padding-top: 19px;
  }

  .layer-popup__body p:has(.layer-popup__next) .layer-popup__submit,
  .layer-popup__body input.layer-popup__submit {
    font-size: 20px;
    line-height: 31px;
  }
}

/* Non-PC: mega menu PC flex/absolute must not leak into layout */
@media (max-width: 1439px) {
  .mega-menu[hidden] {
    display: none !important;
  }

  .mega-menu:not(.is-open) {
    display: none !important;
  }

  .mega-menu.is-open {
    display: block;
    left: 0;
    right: 0;
    width: auto;
    max-width: 100%;
    overflow-x: hidden;
  }

  .mega-menu__item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
  }

  .mega-menu__main-link {
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .mega-menu__sub-panel {
    display: grid !important;
    min-width: 0;
    max-width: 100%;
  }

  .mega-menu__sub-list {
    display: grid !important;
    flex-wrap: unset !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .mega-menu__links {
    position: static !important;
    top: auto !important;
    right: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    flex-wrap: wrap;
    overflow: hidden;
  }

  .mega-menu__link-group {
    min-width: 0;
    max-width: 100%;
  }

  .mega-menu__sns-langs {
    position: static !important;
    flex-wrap: wrap;
    max-width: 100%;
  }
}
