/* ============================================================
   LASHADDICT SUBSITE — youlash-child
   전 클래스 la- 프리픽스 + .la 루트 스코프 (테마 충돌 방지)
   ============================================================ */

.ylh-lashaddict-page .ylh-page__header {
  padding: 14px clamp(20px, 5vw, 40px);
  background: #f5f5f2;
  border-bottom: 1px solid #dcdcd6;
}

.ylh-lashaddict-page .ylh-page__header > :not(.ylh-breadcrumb) {
  display: none;
}

.ylh-lashaddict-page .ylh-page__header .ylh-breadcrumb {
  max-width: 1080px;
  margin: 0 auto;
}

.ylh-lashaddict-page .ylh-page__content {
  max-width: none;
  padding: 0;
}

.la {
  /* --- 색 --- */
  --ink:      #14161a;   /* 본문 그라파이트 */
  --ink-2:    #4a4e56;   /* 보조 텍스트 */
  --ink-3:    #878c94;   /* 캡션 */
  --paper:    #f5f5f2;   /* 쿨 오프화이트 */
  --paper-2:  #ffffff;
  --rule:     #dcdcd6;   /* 가는 선 */
  --gauge:    #de4b22;   /* 게이지 눈금 오렌지 — 측정·행동에만 */

  /* --- 타입 --- */
  --sans: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont,
          "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  --mono: ui-monospace, SFMono-Regular, "SF Mono", "Roboto Mono", Menlo, monospace;

  /* --- 간격 --- */
  --gap: clamp(56px, 9vw, 104px);
  --pad: clamp(20px, 5vw, 40px);
  --max: 1080px;
  --la-header-h: 56px;

  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.85;
  word-break: keep-all;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

.la *,
.la *::before,
.la *::after { box-sizing: border-box; }

.la img { max-width: 100%; height: auto; display: block; }

.la a { color: inherit; }

.la :focus-visible {
  outline: 2px solid var(--gauge);
  outline-offset: 3px;
}

/* ── 레이아웃 ───────────────────────────────────────────── */

.la-wrap {
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: var(--pad);
}

.la-wrap--narrow { max-width: 760px; }

.la-section { padding-block: var(--gap); }

.la-section--tight { padding-block: calc(var(--gap) * 0.6); }

/* 다크 밴드 — 페이지당 최대 2회만 사용 */
.la-section--dark {
  background: var(--ink);
  color: var(--paper);
}
.la-section--dark .la-eyebrow { color: #9aa0a8; }
.la-section--dark .la-lead,
.la-section--dark p { color: #d6d8db; }

/* ── 시그니처: 래쉬 게이지 눈금 ─────────────────────────── */
/* 실제 속눈썹 길이 게이지(4·6·8·10·12mm)의 눈금을 재현.
   섹션 구분선이자 이 페이지의 유일한 장식. */

.la-gauge {
  height: 26px;
  border-bottom: 1px solid var(--ink);
  background:
    repeating-linear-gradient(to right, var(--gauge) 0 1px, transparent 1px 48px)
      bottom / 100% 15px no-repeat,
    repeating-linear-gradient(to right, var(--rule) 0 1px, transparent 1px 8px)
      bottom / 100% 7px no-repeat;
}

.la-section--dark .la-gauge {
  border-bottom-color: var(--paper);
  background:
    repeating-linear-gradient(to right, var(--gauge) 0 1px, transparent 1px 48px)
      bottom / 100% 15px no-repeat,
    repeating-linear-gradient(to right, #3a3e45 0 1px, transparent 1px 8px)
      bottom / 100% 7px no-repeat;
}

/* ── 타이포 ─────────────────────────────────────────────── */

.la-eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin: 0 0 14px;
}

.la h1, .la .la-h1 {
  font-size: clamp(1.9rem, 5.4vw, 3.1rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0 0 24px;
}

.la h2, .la .la-h2 {
  font-size: clamp(1.4rem, 3.6vw, 2rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 22px 0 20px;
}

.la h3 {
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.45;
  margin: 0 0 8px;
}

.la p { margin: 0 0 18px; }

.la-lead {
  font-size: clamp(1.02rem, 2.1vw, 1.15rem);
  line-height: 1.8;
  color: var(--ink-2);
}

.la-note {
  font-family: var(--mono);
  font-size: 12px;
  line-height: 1.7;
  color: var(--ink-3);
  letter-spacing: 0.01em;
}

.la strong { font-weight: 700; }

/* 강제 줄바꿈은 데스크톱에서만. 모바일은 자연 흐름에 맡긴다. */
.la-br { display: inline; }
@media (max-width: 560px) { .la-br { display: none; } }

/* ── 히어로 ─────────────────────────────────────────────── */

.la-hero {
  background: var(--ink);
  color: var(--paper);
  padding-block: clamp(48px, 8vw, 88px) 0;
}

.la-hero h1 { color: var(--paper); }

.la-hero .la-lead {
  color: #c9ccd1;
  max-width: 62ch;
}

.la-hero__figure { margin-top: clamp(32px, 5vw, 52px); }

.la-hero__figure img { width: 100%; }

/* 스펙 스트립 — 히어로 하단 3개 팩트 */
.la-spec {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #2c3037;
  margin-top: clamp(28px, 4vw, 40px);
}

.la-spec > div {
  padding: 20px 16px 22px 0;
  border-right: 1px solid #2c3037;
}
.la-spec > div:last-child { border-right: 0; padding-right: 0; }

.la-spec dt {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #878c94;
  margin: 0 0 8px;
}

.la-spec dd {
  margin: 0;
  font-size: clamp(0.95rem, 2.4vw, 1.15rem);
  font-weight: 700;
  letter-spacing: 0;
  color: var(--paper);
}

@media (max-width: 560px) {
  .la-spec { grid-template-columns: 1fr; }
  .la-spec > div {
    border-right: 0;
    border-bottom: 1px solid #2c3037;
    padding: 14px 0 15px;
  }
  .la-spec > div:last-child { border-bottom: 0; }
}

/* ── 서브 내비 (6페이지 탭) ─────────────────────────────── */

.la-tabs {
  position: sticky;
  /* 테마 헤더가 sticky라면 --la-header-h 를 헤더 높이로 지정할 것 */
  top: var(--la-header-h, 0px);
  z-index: 40;
  background: var(--paper);
  border-bottom: 1px solid var(--rule);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.la-tabs::-webkit-scrollbar { display: none; }

.la-tabs ul {
  display: flex;
  gap: 0;
  list-style: none;
  margin: 0 auto;
  padding: 0 var(--pad);
  max-width: var(--max);
  min-width: max-content;
}

.la-tabs a {
  display: block;
  padding: 15px 18px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  text-decoration: none;
  color: var(--ink-2);
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.la-tabs a:hover { color: var(--ink); }

.la-tabs a[aria-current="page"] {
  color: var(--ink);
  border-bottom-color: var(--gauge);
}

/* ── 카드 그리드 ────────────────────────────────────────── */

.la-grid {
  display: grid;
  gap: 1px;
  background: var(--rule);
  border: 1px solid var(--rule);
}
.la-grid--2 { grid-template-columns: repeat(2, 1fr); }
.la-grid--3 { grid-template-columns: repeat(3, 1fr); }
.la-grid--4 { grid-template-columns: repeat(2, 1fr); }

.la-grid > * {
  background: var(--paper-2);
  padding: clamp(22px, 3.2vw, 32px);
}

@media (max-width: 720px) {
  .la-grid--2,
  .la-grid--3,
  .la-grid--4 { grid-template-columns: 1fr; }
}

/* 라벨 달린 항목 (번호 대신 — 순서가 아니라 분류이므로) */
.la-item__label {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gauge);
  margin: 0 0 12px;
}

.la-item p { margin: 0; color: var(--ink-2); font-size: 15.5px; line-height: 1.75; }

/* 체크 리스트 */
.la-check { list-style: none; margin: 0; padding: 0; }

.la-check li {
  position: relative;
  padding: 16px 0 16px 30px;
  border-bottom: 1px solid var(--rule);
  line-height: 1.7;
}
.la-check li:first-child { border-top: 1px solid var(--rule); }

.la-check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 27px;
  width: 14px;
  height: 1px;
  background: var(--gauge);
}

/* ── 관찰 기록 (전후 이미지) ────────────────────────────── */

.la-log {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(16px, 2.6vw, 28px);
}

@media (max-width: 720px) { .la-log { grid-template-columns: 1fr; } }

.la-case {
  background: var(--paper-2);
  border: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
}

.la-case__img { background: #ececeA; }
.la-case__img img { width: 100%; }

.la-case__meta {
  padding: 16px 18px 20px;
  border-top: 1px solid var(--rule);
}

.la-case__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

.la-tag {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 8px;
  border: 1px solid var(--rule);
  color: var(--ink-2);
}

.la-tag--period {
  border-color: var(--gauge);
  color: var(--gauge);
}

.la-case__meta p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--ink-2);
}

.la-disclaimer {
  margin-top: 22px;
  padding: 14px 16px;
  border: 1px solid var(--rule);
  background: var(--paper-2);
}

/* ── 제품 카드 3종 ──────────────────────────────────────── */

.la-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 2vw, 22px);
}

@media (max-width: 720px) { .la-products { grid-template-columns: 1fr; } }

.la-product {
  display: flex;
  flex-direction: column;
  background: var(--paper-2);
  border: 1px solid var(--rule);
  text-decoration: none;
  transition: border-color 0.18s ease, transform 0.18s ease;
}

.la-product:hover {
  border-color: var(--ink);
  transform: translateY(-2px);
}

.la-product__img {
  aspect-ratio: 4 / 3;
  background: #f0f0ed;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.la-product__img img { width: 100%; height: 100%; object-fit: contain; padding: 12px; }

.la-product__body { padding: 20px; flex: 1; display: flex; flex-direction: column; }

.la-product__cat {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin: 0 0 8px;
}

.la-product__name {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 4px;
}

.la-product__desc {
  font-size: 14px;
  color: var(--ink-2);
  margin: 0 0 18px;
  line-height: 1.6;
}

.la-product__price {
  font-family: var(--mono);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--rule);
}

/* ── 가격 라인 ──────────────────────────────────────────── */

.la-price { list-style: none; margin: 0; padding: 0; }

.la-price li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--rule);
}
.la-price li:first-child { border-top: 1px solid var(--rule); }

.la-price__name { font-weight: 600; letter-spacing: 0; }

.la-price__value {
  font-family: var(--mono);
  font-size: clamp(1.05rem, 2.6vw, 1.3rem);
  font-weight: 600;
  white-space: nowrap;
}

/* ── 방문 안내 ──────────────────────────────────────────── */

.la-info { list-style: none; margin: 0; padding: 0; }

.la-info li {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 16px;
  padding: 15px 0;
  border-bottom: 1px solid var(--rule);
  align-items: baseline;
}
.la-info li:first-child { border-top: 1px solid var(--rule); }

.la-info dt,
.la-info__key {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--ink-3);
}

.la-info__val { line-height: 1.7; }

@media (max-width: 520px) {
  .la-info li { grid-template-columns: 1fr; gap: 4px; }
}

/* ── FAQ 아코디언 ───────────────────────────────────────── */
/* 스키마 문자 일치를 위해 질문·답변 텍스트는 항상 DOM에 존재 */

.la-faq { border-top: 1px solid var(--ink); }

.la-faq details {
  border-bottom: 1px solid var(--rule);
}

.la-faq summary {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px 0;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.6;
  list-style: none;
}
.la-faq summary::-webkit-details-marker { display: none; }

.la-faq summary::before {
  content: "+";
  font-family: var(--mono);
  font-size: 18px;
  line-height: 1.4;
  color: var(--gauge);
  flex: none;
  transition: transform 0.2s ease;
}

.la-faq details[open] summary::before { content: "–"; }

.la-faq__a {
  padding: 0 0 24px 28px;
  color: var(--ink-2);
  line-height: 1.8;
}
.la-faq__a p:last-child { margin-bottom: 0; }

/* ── CTA ────────────────────────────────────────────────── */

.la-cta {
  background: var(--ink);
  color: var(--paper);
  padding-block: clamp(48px, 7vw, 76px);
}

.la-cta h2 { color: var(--paper); margin-top: 0; }
.la-cta p { color: #c9ccd1; max-width: 52ch; }

.la-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  padding: 16px 30px;
  background: var(--gauge);
  color: #fff;
  font-weight: 700;
  font-size: 15.5px;
  letter-spacing: 0;
  text-decoration: none;
  border: 1px solid var(--gauge);
  transition: background 0.18s ease, color 0.18s ease;
}

.la-btn:hover { background: transparent; color: var(--gauge); }

.la-btn--ghost {
  background: transparent;
  color: var(--paper);
  border-color: #4a4e56;
}
.la-btn--ghost:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }

.la-cta__actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* ── 영상 임베드 ────────────────────────────────────────── */

.la-video {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
  border: 1px solid var(--rule);
}
.la-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ── 강조 인용 밴드 ─────────────────────────────────────── */

.la-pull {
  font-size: clamp(1.2rem, 3.2vw, 1.7rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.45;
  max-width: 22ch;
  margin: 0 0 20px;
}

/* ── 다음 페이지 이동 ───────────────────────────────────── */

.la-next {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--rule);
  border: 1px solid var(--rule);
}

@media (max-width: 620px) { .la-next { grid-template-columns: 1fr; } }

.la-next a {
  background: var(--paper-2);
  padding: 24px;
  text-decoration: none;
  display: block;
  transition: background 0.15s ease;
}
.la-next a:hover { background: #fbfbf9; }

.la-next__label {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
  display: block;
  margin-bottom: 8px;
}

.la-next__title {
  font-weight: 700;
  letter-spacing: 0;
  font-size: 1.02rem;
}

/* ── 단계 (사용법 — 여기서만 번호가 정보를 담음) ────────── */

.la-steps { list-style: none; margin: 0; padding: 0; counter-reset: step; }

.la-step {
  counter-increment: step;
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: clamp(14px, 2.4vw, 26px);
  padding: 26px 0;
  border-bottom: 1px solid var(--rule);
}
.la-step:first-child { border-top: 1px solid var(--ink); }

.la-step::before {
  content: counter(step, decimal-leading-zero);
  font-family: var(--mono);
  font-size: 22px;
  font-weight: 500;
  color: var(--gauge);
  line-height: 1.3;
  letter-spacing: 0;
}

.la-step h3 { margin-bottom: 6px; }
.la-step p { margin: 0; color: var(--ink-2); font-size: 15.5px; }

@media (max-width: 520px) {
  .la-step { grid-template-columns: 1fr; gap: 6px; }
}

/* ── 경고/주의 블록 ─────────────────────────────────────── */

.la-warn {
  border-left: 3px solid var(--gauge);
  padding: 4px 0 4px 20px;
  margin: 0 0 20px;
}
.la-warn p:last-child { margin-bottom: 0; }

/* ── 접근성 ─────────────────────────────────────────────── */

@media (prefers-reduced-motion: reduce) {
  .la *,
  .la *::before,
  .la *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
