/*
  HAIRLOSSSHAMPOO — CITRUS SUN SCALP EDIT (v2: 2026-09-02 컬러 컨셉 변경)
  선명한 브라이트 선(#FBD944)+오렌지(#FD5F2A) 투톤 비비드 컬러. 두 색을 서로 위에 얹지 않고
  (WCAG 2.21:1 실패 확인됨), 구조면(버튼·헤더·테이블헤더 등 솔리드 배경)은 딥 웜블랙 앵커로 고정한
  뒤 오렌지·옐로를 하이라이트·호버·숫자·배지 등 포인트 모먼트에만 선명하게 터뜨리는 방식으로
  대비를 확보. 라운드는 소프트 필(--radius-shell 18px) 유지.
*/

:root {
  --ink: #241408;
  --ink-soft: #5C4430;
  --vivid: #FD5F2A;      /* Bright Orange — 호버·아이콘·큰 숫자·장식 바 전용(밝은 배경 위 작은 텍스트 금지) */
  --vivid-ink: #C43D0E;  /* 밝은 배경 위 텍스트 전용 안전 톤(eyebrow·micro-label 등) */
  --vivid-d: #C43D0E;
  --sun: #FBD944;        /* Bright Sun — 배지·하이라이트 바탕처럼 항상 어두운 텍스트와 짝지어서만 사용 */
  --pine: #241408;       /* 솔리드 배경 앵커(버튼 기본·헤더 CTA·테이블 헤더) — 흰 텍스트와 대비 확보용 딥 웜블랙 */
  --pine-d: #120a04;
  --ivory: #FFF8EC;
  --ivory-line: #F0DFC0;
  --white: #FFFFFF;
  --text-muted: rgba(36,20,8,.64);
  --container: 1220px;

  --text-on-light: #241408;
  --text-on-dark: #FFF8EC;

  --radius-shell: 18px;
  --radius-core: 10px;
  --radius-pill: 999px;

  --ease-editorial: cubic-bezier(.4,0,.2,1);

  --shadow-soft: 0 2px 8px rgba(36,20,8,.06);
  --shadow-soft-lg: 0 14px 40px -18px rgba(36,20,8,.28);
  --shadow-vivid: 0 10px 26px -12px rgba(253,95,42,.45);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 19px; }
body {
  position: relative;
  margin: 0;
  font-family: "Pretendard", -apple-system, "Noto Sans KR", sans-serif;
  color: var(--ink);
  background: var(--ivory);
  font-weight: 400;
  line-height: 1.75;
}
body, p, h1, h2, h3, h4, h5, h6, li, td, th, a, span, div, button {
  word-break: keep-all;
  overflow-wrap: break-word;
}
h1, h2, h3, h4 { font-weight: 700; line-height: 1.3; margin: 0; color: var(--ink); text-wrap: balance; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }

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

.skip-link { position: absolute; left: 12px; top: -60px; z-index: 10000; background: var(--ink); color: var(--ivory); padding: 12px 20px; font-weight: 600; font-size: .88rem; border-radius: var(--radius-core); transition: top .3s var(--ease-editorial); }
.skip-link:focus { top: 12px; }

.eyebrow { display: block; font-size: .74rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--vivid-ink); margin: 0 0 16px; }
.section-vivid .eyebrow { color: rgba(255,248,236,.75); }

.lede { margin-top: 16px; color: var(--text-muted); }
.lede-loose { margin-top: 20px; color: var(--text-muted); }
.lede-tight { margin-top: 4px; color: var(--text-muted); }
.text-caption { font-size: .82rem; color: var(--text-muted); margin-top: 6px; }
.link-accent { color: var(--ink); font-weight: 600; border-bottom: 1px solid var(--vivid); transition: opacity .3s var(--ease-editorial); }
.text-ink { color: var(--ink); }

/* 버튼 — 소프트 필 */
.btn { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 21px 44px; font-size: 1.05rem; font-weight: 700; letter-spacing: .01em; border-radius: var(--radius-pill); border: 1.5px solid var(--pine); white-space: nowrap; transition: background .4s var(--ease-editorial), border-color .4s var(--ease-editorial), color .4s var(--ease-editorial), transform .25s var(--ease-editorial); }
@media (max-width: 480px) { .btn { padding: 17px 26px; font-size: .92rem; gap: 10px; } }
.btn-primary { background: var(--pine); border-color: var(--pine); color: var(--ivory); }
.btn-primary::after { content: '↗'; transition: transform .5s var(--ease-editorial); }
.btn-outline { background: transparent; color: var(--ink); }
.btn:active { transform: scale(.98); }
.btn-block { display: flex; justify-content: center; text-align: center; width: 100%; }
@media (hover: hover) and (pointer: fine) {
  .btn-primary:hover { background: var(--vivid); border-color: var(--vivid); color: var(--ink); }
  .btn-primary:hover::after { transform: translate(2px,-2px); }
  .btn-outline:hover { background: var(--pine); color: var(--ivory); }
  .link-accent:hover { opacity: .6; }
}

/* 헤더 */
.hdr { position: sticky; top: 0; z-index: 56; background: rgba(255,248,236,.95); border-bottom: 1px solid var(--ivory-line); backdrop-filter: blur(6px); }
.hdr-inner { display: flex; align-items: center; justify-content: space-between; height: 80px; }
.hdr-logo { display: flex; align-items: center; gap: 14px; }
.hdr-logo-img { height: 24px; width: auto; display: block; }
.hdr-logo-divider { width: 1px; height: 26px; background: var(--ivory-line); }
.hdr-logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.hdr-logo-main { font-weight: 800; font-size: 1.08rem; letter-spacing: -.01em; color: var(--ink); }
.hdr-logo-sub { margin-top: 2px; font-size: .6rem; letter-spacing: .14em; text-transform: uppercase; color: var(--vivid-ink); }
.hdr-nav { display: flex; gap: 36px; }
.hdr-nav a { font-size: .86rem; font-weight: 600; }
.hdr-nav a.active { color: var(--pine); border-bottom: 2px solid var(--vivid); padding-bottom: 3px; }
#mob-nav a.active { color: var(--vivid); }
.hdr-right { display: flex; align-items: center; gap: 24px; }
.hdr-shop { font-weight: 700; font-size: .82rem; letter-spacing: .04em; padding: 8px 18px; border-radius: var(--radius-pill); background: var(--pine); color: var(--ivory); }
@media (hover: hover) and (pointer: fine) {
  .hdr-nav a { transition: color .3s ease; }
  .hdr-nav a:hover { color: var(--vivid-ink); }
  .hdr-shop { transition: background .3s ease; }
  .hdr-shop:hover { background: var(--vivid-d); }
}

.hdr-burger { display: none; position: relative; width: 22px; height: 16px; background: none; border: none; cursor: pointer; padding: 0; }
.hdr-burger-icon { position: absolute; left: 0; width: 100%; height: 2px; border-radius: 2px; background: var(--ink); transition: transform .45s var(--ease-editorial), opacity .3s ease, top .45s var(--ease-editorial); }
.hdr-burger-icon:nth-child(1) { top: 0; }
.hdr-burger-icon:nth-child(2) { top: 7px; }
.hdr-burger-icon:nth-child(3) { top: 14px; }
.hdr-burger.active .hdr-burger-icon:nth-child(1) { top: 7px; transform: rotate(45deg); }
.hdr-burger.active .hdr-burger-icon:nth-child(2) { opacity: 0; }
.hdr-burger.active .hdr-burger-icon:nth-child(3) { top: 7px; transform: rotate(-45deg); }

#mob-nav { display: none; }
@media (max-width: 860px) {
  .hdr-nav { display: none; }
  .hdr-burger { display: block; }
}
@media (max-width: 480px) {
  .hdr-logo { gap: 10px; }
  .hdr-logo-img { height: 20px; }
  .hdr-logo-sub { display: none; }
}
@media (max-width: 860px) {
  #mob-nav {
    display: flex; flex-direction: column; justify-content: center; gap: 6px;
    position: fixed; inset: 0; z-index: 55;
    background: var(--ivory);
    padding: 32px;
    opacity: 0; pointer-events: none;
    transition: opacity .4s var(--ease-editorial);
  }
  #mob-nav.open { opacity: 1; pointer-events: auto; }
  #mob-nav a {
    font-size: 1.4rem; font-weight: 700; letter-spacing: -.01em; padding: 10px 8px;
    opacity: 0; transform: translateY(16px);
    transition: opacity .5s var(--ease-editorial), transform .5s var(--ease-editorial);
  }
  #mob-nav.open a { opacity: 1; transform: translateY(0); }
  #mob-nav.open a:nth-child(1) { transition-delay: .05s; }
  #mob-nav.open a:nth-child(2) { transition-delay: .1s; }
  #mob-nav.open a:nth-child(3) { transition-delay: .15s; }
  #mob-nav.open a:nth-child(4) { transition-delay: .2s; }
  #mob-nav.open a:nth-child(5) { transition-delay: .25s; }
  #mob-nav.open a:nth-child(6) { transition-delay: .3s; }
  #mob-nav.open a:nth-child(7) { transition-delay: .35s; }
}
body.nav-open { overflow: hidden; }

.section { padding: 120px 0; }
.section-alt { background: var(--white); }
.dp-copy { max-width: 760px; }
@media (max-width: 700px) { .section { padding: 64px 0; } }

/* 히어로(홈) — 비대칭 스플릿 + 크로스페이드 슬라이더 */
.hero-full { position: relative; min-height: 92vh; display: grid; grid-template-columns: 1.05fr 1fr; background: var(--ivory); }
.hero-full-inner { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; padding: 64px 5vw; }
.hero-full-title { font-size: clamp(2.6rem, 5.4vw, 4.8rem); font-weight: 800; line-height: 1.04; letter-spacing: -.01em; margin: 12px 0 22px; color: var(--ink); text-wrap: balance; }
.hero-full-hook { font-size: clamp(1.08rem, 1.5vw, 1.3rem); font-weight: 400; line-height: 1.55; margin: 0 0 34px; max-width: 480px; color: var(--text-muted); }
.hero-full-media { position: relative; overflow: hidden; border-radius: var(--radius-shell) 0 0 var(--radius-shell); }
.hero-full-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; opacity: 0; transition: opacity 1.4s var(--ease-editorial); }
.hero-full-img.is-active { opacity: 1; }
@media (prefers-reduced-motion: reduce) { .hero-full-img { transition: none; } }
@media (max-width: 860px) {
  .hero-full { grid-template-columns: 1fr; min-height: auto; }
  .hero-full-inner { padding: 48px 24px 36px; }
  .hero-full-media { height: 58vh; border-radius: 0 0 var(--radius-shell) var(--radius-shell); }
  .hero-full-title { font-size: clamp(2.1rem, 8.5vw, 3rem); }
}

/* 세부페이지 히어로 */
.dp-section { padding: 92px 0; }
.dp-hero { padding: 68px 0 48px; }
.dp-hero-grid { display: grid; grid-template-columns: 1fr .92fr; gap: 5vw; align-items: center; }
.dp-hero-copy { max-width: 560px; }
.dp-hero-divider { border: none; border-top: 1px solid var(--ivory-line); margin: 20px 0; }
.dp-hero-hook { font-size: clamp(1.1rem, 1.8vw, 1.35rem); font-weight: 400; line-height: 1.55; color: var(--text-muted); max-width: 480px; }
.dp-hero-lede { font-size: 1.02rem; line-height: 1.75; color: var(--ink); margin: 24px 0 32px; max-width: 460px; }
.dp-hero-media { position: relative; overflow: hidden; border-radius: var(--radius-shell); align-self: stretch; box-shadow: var(--shadow-soft-lg); }
.dp-hero-media img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; display: block; }
@media (max-width: 780px) {
  .dp-hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .dp-hero-media img { min-height: 280px; }
}

.photo-break { width: 100vw; margin: 0 calc(50% - 50vw); }
.photo-break img { width: 100%; height: 420px; object-fit: cover; display: block; }
@media (max-width: 700px) { .photo-break img { height: 240px; } }
.micro-label { font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: var(--vivid-ink); font-weight: 700; }
.seo-h1 { font-size: clamp(2.3rem, 4.6vw, 3.4rem); line-height: 1.08; letter-spacing: -.01em; margin: 10px 0 0; text-wrap: balance; }
.dp-divider { border: none; border-top: 1px solid var(--ivory-line); margin: 0; }

.breadcrumb { display: flex; align-items: center; flex-wrap: wrap; font-size: .8rem; color: var(--text-muted); margin-bottom: 18px; }
.breadcrumb a { color: var(--text-muted); font-weight: 500; }
.breadcrumb > *:not(:first-child) { margin-left: 10px; padding-left: 10px; border-left: 1px solid var(--ivory-line); }
.breadcrumb-current { color: var(--ink); font-weight: 600; }
@media (hover: hover) and (pointer: fine) { .breadcrumb a:hover { color: var(--vivid-ink); } }

.answer-list, .why-list, .check-list { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 16px; }
.answer-list { grid-template-columns: repeat(2, 1fr); }
.answer-num { display: inline-block; font-weight: 800; color: var(--vivid-ink); font-size: 1.1rem; margin-right: 10px; }
.answer-sub { display: block; font-size: .84rem; color: var(--text-muted); margin-top: 4px; }
.why-list li, .check-list li { display: flex; gap: 12px; align-items: flex-start; }
.why-mark { color: var(--pine); font-weight: 800; }
@media (max-width: 700px) { .answer-list { grid-template-columns: 1fr; } }

/* 프로세스(세로 타임라인) */
.process-steps { display: flex; flex-direction: column; gap: 0; margin-top: 28px; border-left: 2px solid var(--ivory-line); }
.process-step { position: relative; padding: 0 0 28px 28px; }
.process-step:last-child { padding-bottom: 0; }
.process-step::before { content: attr(data-n); position: absolute; left: -14px; top: 0; width: 26px; height: 26px; background: var(--pine); color: var(--ivory); font-size: .74rem; font-weight: 700; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.process-step h4 { font-size: 1.06rem; margin-bottom: 6px; }
.process-step p { color: var(--text-muted); font-size: .93rem; }

/* 프로세스(가로 플로우, 연결선은 각 스텝 자체에 그린다) */
.proc-list { display: flex; list-style: none; margin: 28px 0 0; padding: 0; }
.proc-step { flex: 1; position: relative; padding: 0 12px; text-align: center; }
.proc-step:not(:last-child)::after { content: ''; position: absolute; top: 24px; left: 50%; width: 100%; height: 2px; background: var(--ivory-line); z-index: 0; }
.proc-num { position: relative; z-index: 1; margin: 0 auto 14px; width: 48px; height: 48px; border-radius: 50%; background: var(--pine); color: var(--ivory); font-weight: 700; display: flex; align-items: center; justify-content: center; }
.proc-step p { margin-top: 4px; font-size: .92rem; color: var(--ink); font-weight: 600; }
@media (max-width: 768px) {
  .proc-list { flex-direction: column; gap: 10px; }
  .proc-step { padding: 24px 0; }
  .proc-step::after { display: none; }
}

/* 그리드 유틸(인라인 고정 그리드 금지 — 클래스로만 사용) */
.dp-g2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.dp-g3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.dp-stat3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; text-align: center; align-items: center; }
@media (max-width: 768px) { .dp-g2, .dp-g3 { grid-template-columns: 1fr; } .dp-stat3 { grid-template-columns: 1fr; gap: 16px; } }

/* 카드 뱃지 */
.card-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.card-badge { padding: 6px 14px; border-radius: var(--radius-pill); background: var(--sun); border: none; font-size: .78rem; font-weight: 700; color: var(--ink); }
@media (max-width: 768px) { .card-badges { flex-direction: column; align-items: flex-start; gap: 6px; } }

/* 비교표 */
.compare-table-wrap { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.compare-table { width: 100%; min-width: 480px; border-collapse: separate; border-spacing: 0; margin-top: 24px; font-size: .92rem; border: 1px solid var(--ivory-line); border-radius: var(--radius-core); overflow: hidden; }
.compare-table th, .compare-table td { border-bottom: 1px solid var(--ivory-line); border-right: 1px solid var(--ivory-line); padding: 16px 20px; text-align: left; }
.compare-table th:last-child, .compare-table td:last-child { border-right: none; }
.compare-table tr:last-child td { border-bottom: none; }
.compare-table th { background: var(--pine); color: var(--ivory); font-weight: 700; letter-spacing: .02em; border-bottom: none; }

/* 제품 픽 */
.edit-pick { display: grid; grid-template-columns: 240px 1fr; gap: 0; align-items: stretch; background: var(--white); border: 1px solid var(--ivory-line); border-radius: var(--radius-shell); overflow: hidden; margin-top: 16px; }
.edit-pick img { width: 100%; height: 100%; min-height: 200px; object-fit: cover; }
.edit-pick > div { padding: 28px; display: flex; flex-direction: column; justify-content: center; }
.edit-pick h3 { font-size: 1.35rem; margin-bottom: 10px; }
.edit-pick p { color: var(--ink); font-weight: 500; font-size: 1.05rem; line-height: 1.6; margin-bottom: 20px; }
@media (max-width: 640px) { .edit-pick { grid-template-columns: 1fr; } .edit-pick img { height: 220px; } }

/* 관련 페이지 카드 */
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 28px; }
.related-grid-2 { grid-template-columns: repeat(2, 1fr); }
.related-card { display: block; border: 1px solid var(--ivory-line); background: var(--white); border-radius: var(--radius-shell); overflow: hidden; transition: border-color .4s var(--ease-editorial), box-shadow .4s var(--ease-editorial); }
.related-card img { width: 100%; height: 220px; object-fit: cover; transition: transform .6s var(--ease-editorial); }
.related-card-body { padding: 18px 16px; }
.related-card-body span { font-size: .68rem; letter-spacing: .1em; color: var(--text-muted); font-weight: 700; text-transform: uppercase; }
.related-card-body h4 { font-size: 1rem; margin: 8px 0 0; }
.related-card.shop-card { background: var(--pine); color: var(--ivory); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 24px 16px; gap: 8px; }
.related-card.shop-card h4 { color: var(--ivory); }
.related-card.shop-card span { color: #E7C7A6; }
@media (hover: hover) and (pointer: fine) {
  .related-card:hover { border-color: var(--pine); box-shadow: var(--shadow-soft); }
  .related-card:hover img { transform: scale(1.03); }
}
@media (max-width: 900px) { .related-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .related-grid { grid-template-columns: 1fr; } }

/* FAQ 아코디언 */
.faq-list { margin-top: 24px; border-top: 1px solid var(--ivory-line); }
.faq-item { border-bottom: 1px solid var(--ivory-line); }
.faq-q { padding: 22px 4px; display: flex; justify-content: space-between; align-items: center; gap: 16px; cursor: pointer; font-weight: 700; }
.faq-q::after { content: '+'; color: var(--vivid-ink); font-size: 1.3rem; font-weight: 400; flex-shrink: 0; }
.faq-item.open .faq-q::after { content: '–'; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease-editorial); }
.faq-a p { padding: 0 4px 22px; color: var(--text-muted); font-size: .95rem; }

/* AEO 카드/타임라인/통계 */
.stat-band { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 24px; background: var(--ivory-line); border: 1px solid var(--ivory-line); border-radius: var(--radius-shell); overflow: hidden; }
.stat-card { padding: 32px 24px; text-align: center; background: var(--white); }
.stat-card .counter { font-size: 2.2rem; font-weight: 800; color: var(--vivid-ink); }
.stat-card p { margin-top: 8px; font-size: .86rem; color: var(--text-muted); }
.timeline { margin-top: 24px; display: flex; flex-direction: column; border-top: 1px solid var(--ivory-line); }
.timeline-row { display: grid; grid-template-columns: 100px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--ivory-line); }
.timeline-time { font-weight: 800; color: var(--pine); }
.def-card { background: var(--white); border-left: 3px solid var(--vivid); border-radius: 0 var(--radius-core) var(--radius-core) 0; padding: 24px 28px; margin-top: 20px; }
.def-card p { font-size: 1.02rem; }
.def-card strong { color: var(--pine); }
@media (max-width: 700px) { .stat-band { grid-template-columns: 1fr; } }

/* 카테고리 쇼케이스(홈) */
.cat-showcase { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 32px; background: var(--ivory-line); border: 1px solid var(--ivory-line); border-radius: var(--radius-shell); overflow: hidden; }
.cat-tile { position: relative; background: var(--white); padding: 32px 24px; min-height: 152px; display: flex; flex-direction: column; justify-content: space-between; transition: background .4s var(--ease-editorial); }
.cat-tile span { font-size: .68rem; color: var(--text-muted); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.cat-tile h4 { font-size: 1rem; margin-top: 10px; }
@media (hover: hover) and (pointer: fine) { .cat-tile:hover { background: var(--ivory); } }
@media (max-width: 900px) { .cat-showcase { grid-template-columns: repeat(2, 1fr); } }

/* 5-이미지 내부링크 그리드(메인) — 2+3 에디토리얼 오프셋 */
.showcase5 { margin-top: 32px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.showcase5-item { position: relative; display: block; border-radius: var(--radius-shell); overflow: hidden; box-shadow: var(--shadow-soft); }
.showcase5-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease-editorial); }
.showcase5-item .showcase5-body { position: absolute; left: 0; right: 0; bottom: 0; padding: 20px; background: linear-gradient(180deg, rgba(36,20,8,0) 40%, rgba(36,20,8,.82) 100%); }
.showcase5-item .showcase5-body span { font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; color: #E7C7A6; font-weight: 700; }
.showcase5-item .showcase5-body h4 { color: var(--white); font-size: 1.08rem; margin-top: 6px; }
.showcase5-item:nth-child(1) { grid-column: span 3; grid-row: span 2; }
.showcase5-item:nth-child(1) img { min-height: 420px; }
.showcase5-item:nth-child(2) { grid-column: span 3; grid-row: span 2; }
.showcase5-item:nth-child(2) img { min-height: 420px; }
.showcase5-item:nth-child(3), .showcase5-item:nth-child(4), .showcase5-item:nth-child(5) { grid-column: span 2; }
.showcase5-item:nth-child(3) img, .showcase5-item:nth-child(4) img, .showcase5-item:nth-child(5) img { min-height: 220px; }
@media (hover: hover) and (pointer: fine) { .showcase5-item:hover img { transform: scale(1.04); } }
@media (max-width: 900px) {
  .showcase5 { grid-template-columns: repeat(2, 1fr); }
  .showcase5-item:nth-child(1), .showcase5-item:nth-child(2) { grid-column: span 2; }
  .showcase5-item:nth-child(3), .showcase5-item:nth-child(4), .showcase5-item:nth-child(5) { grid-column: span 1; }
}
@media (max-width: 560px) {
  .showcase5 { grid-template-columns: 1fr; }
  .showcase5-item:nth-child(1), .showcase5-item:nth-child(2), .showcase5-item:nth-child(3), .showcase5-item:nth-child(4), .showcase5-item:nth-child(5) { grid-column: span 1; }
}

/* 에디토리얼 스프레드 — 풀블리드 대형사진 + 펄퀏 */
.editorial-spread { position: relative; min-height: 78vh; overflow: hidden; background: var(--ink); border-radius: var(--radius-shell); margin: 0 24px; }
.editorial-spread img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.editorial-spread::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(36,20,8,0) 35%, rgba(36,20,8,.82) 100%); }
.editorial-spread-content { position: relative; z-index: 1; min-height: 78vh; display: flex; flex-direction: column; justify-content: flex-end; padding: 64px 56px; color: var(--ivory); }
.editorial-spread-tag { font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; color: #E7C7A6; margin-bottom: 16px; }
.editorial-spread-quote { font-size: clamp(1.6rem, 3.4vw, 2.8rem); font-weight: 800; line-height: 1.32; max-width: 760px; text-wrap: balance; }
@media (max-width: 700px) { .editorial-spread, .editorial-spread-content { min-height: 54vh; } .editorial-spread-content { padding: 36px 24px; } .editorial-spread { margin: 0 12px; } }

/* 제품 콜라주 */
.edit-pick-collage { grid-template-columns: 320px 1fr; }
.product-collage { position: relative; min-height: 320px; }
.product-collage .collage-main { position: absolute; top: 0; left: 0; width: 76%; height: 250px; object-fit: cover; border-radius: var(--radius-core); }
.product-collage .collage-float { position: absolute; bottom: 0; right: 0; width: 56%; height: 190px; object-fit: cover; border: 8px solid var(--white); border-radius: var(--radius-core); box-shadow: var(--shadow-soft-lg); }
@media (max-width: 640px) { .edit-pick-collage { grid-template-columns: 1fr; } .product-collage { min-height: 300px; margin-bottom: 12px; } }

/* 신뢰 밴드 */
.trust-band { display: flex; flex-wrap: wrap; margin-top: 28px; border-top: 1px solid var(--ivory-line); border-bottom: 1px solid var(--ivory-line); }
.trust-item { flex: 1 1 220px; padding: 32px 28px; position: relative; }
.trust-item:not(:first-child) { border-left: 1px solid var(--ivory-line); }
.trust-item-num { display: block; font-weight: 800; font-size: 1.3rem; color: var(--vivid); margin-bottom: 10px; }
.trust-item h4 { font-size: 1.02rem; margin-bottom: 8px; }
.trust-item p { font-size: .87rem; color: var(--text-muted); }
@media (max-width: 700px) { .trust-item:not(:first-child) { border-left: none; border-top: 1px solid var(--ivory-line); } }

/* 진단 카드(고민 덱) */
.concern-deck { margin-top: 32px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.concern-card { position: relative; background: var(--white); border: 1px solid var(--ivory-line); border-radius: var(--radius-shell); padding: 30px 26px 26px; min-height: 168px; display: flex; flex-direction: column; overflow: hidden; transition: border-color .4s var(--ease-editorial); }
.concern-card-num { position: absolute; top: -6px; right: 14px; font-size: 3.4rem; font-weight: 800; color: var(--ivory-line); line-height: 1; z-index: 0; }
.concern-card-label { position: relative; z-index: 1; font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; color: var(--vivid-ink); font-weight: 700; }
.concern-card-title { position: relative; z-index: 1; margin-top: 10px; font-size: 1.12rem; font-weight: 800; color: var(--ink); }
.concern-card-arrow { position: relative; z-index: 1; margin-top: auto; padding-top: 18px; font-size: 1.05rem; color: var(--pine); transition: transform .4s var(--ease-editorial); }
@media (hover: hover) and (pointer: fine) {
  .concern-card:hover { border-color: var(--pine); }
  .concern-card:hover .concern-card-arrow { transform: translateX(4px); }
}
@media (max-width: 900px) { .concern-deck { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) {
  .concern-deck { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-left: 24px; gap: 14px; margin: 28px -24px 0; padding: 0 24px 4px; scrollbar-width: none; }
  .concern-deck::-webkit-scrollbar { display: none; }
  .concern-card { flex: 0 0 68%; scroll-snap-align: start; min-height: 152px; padding: 24px 22px 22px; }
}

/* 시즌/스토리 로우 */
.season-rows { margin-top: 32px; display: flex; flex-direction: column; gap: 18px; }
.season-row { display: grid; grid-template-columns: 44% 1fr; background: var(--white); border: 1px solid var(--ivory-line); border-radius: var(--radius-shell); overflow: hidden; }
.season-row-reverse .season-row-media { order: 2; }
.season-row-reverse .season-row-text { order: 1; }
.season-row-media { overflow: hidden; }
.season-row-media img { width: 100%; height: 320px; object-fit: cover; }
.season-row-text { padding: 40px 48px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 14px; }
.season-row-quote { font-size: clamp(1.25rem, 2.2vw, 1.7rem); font-weight: 700; line-height: 1.4; color: var(--ink); }
@media (max-width: 760px) {
  .season-row { grid-template-columns: 1fr; }
  .season-row-reverse .season-row-media, .season-row-reverse .season-row-text { order: unset; }
  .season-row-media img { height: 220px; }
  .season-row-text { padding: 24px 24px 32px; }
}

/* 가이드 스트립 */
.guide-strip { margin-top: 32px; border-top: 1px solid var(--ivory-line); }
.guide-strip-row { display: flex; align-items: center; gap: 18px; padding: 16px 4px; border-bottom: 1px solid var(--ivory-line); }
.guide-strip-row img { width: 60px; height: 60px; object-fit: cover; border-radius: var(--radius-core); flex-shrink: 0; }
.guide-strip-body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.guide-strip-title { font-size: 1.02rem; font-weight: 700; color: var(--ink); }
.guide-strip-arrow { color: var(--pine); font-size: 1.05rem; flex-shrink: 0; transition: transform .4s var(--ease-editorial); }
@media (hover: hover) and (pointer: fine) { .guide-strip-row:hover .guide-strip-arrow { transform: translateX(4px); } }

/* 단일 플로우 */
.flow-line { display: flex; flex-wrap: wrap; gap: 0; margin-top: 28px; align-items: stretch; border-top: 1px solid var(--ivory-line); border-bottom: 1px solid var(--ivory-line); }
.flow-item { flex: 1 1 160px; text-align: center; padding: 24px 12px; position: relative; }
.flow-item:not(:last-child)::after { content: '→'; position: absolute; right: -4px; top: 50%; transform: translateY(-50%); color: var(--text-muted); font-weight: 400; }
.flow-item h4 { font-size: .95rem; }

/* 컬러블록 섹션 */
.section-vivid { background: var(--pine); }
.section-vivid h2 { color: var(--white); }
.section-vivid .trust-band { border-color: rgba(255,255,255,.25); }
.section-vivid .trust-item:not(:first-child) { border-color: rgba(255,255,255,.25); }
.section-vivid .trust-item-num, .section-vivid .trust-item h4 { color: var(--white); }
.section-vivid .trust-item p { color: rgba(255,255,255,.8); }

/* 클로징 밴드 */
.closing-band { background: var(--ink); color: var(--ivory); }
.closing-band .container { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; padding: 100px 24px; }
.closing-band h2 { color: var(--ivory); font-size: clamp(1.8rem, 3.4vw, 2.6rem); margin-bottom: 32px; }
.closing-band .btn-primary { background: var(--vivid); border-color: var(--vivid); color: var(--ink); }
.closing-band-media img { width: 100%; height: 440px; object-fit: cover; border-radius: var(--radius-shell); }
.closing-band-caption { margin-top: 14px; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,248,236,.5); }
@media (hover: hover) and (pointer: fine) { .closing-band .btn-primary:hover { background: var(--vivid-d); border-color: var(--vivid-d); } }
@media (max-width: 860px) {
  .closing-band .container { grid-template-columns: 1fr; gap: 32px; padding: 72px 24px; text-align: center; }
  .closing-band-media { order: -1; }
  .closing-band-media img { height: 300px; }
}

/* 스크롤 리빌 */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 1s var(--ease-editorial), transform 1s var(--ease-editorial); }
.reveal.in { opacity: 1; transform: none; }
.reveal-scale { opacity: 0; transform: scale(.97); transition: opacity 1s var(--ease-editorial), transform 1s var(--ease-editorial); }
.reveal-scale.in { opacity: 1; transform: none; }
.reveal-left { opacity: 0; transform: translateX(-24px); transition: opacity .9s var(--ease-editorial), transform .9s var(--ease-editorial); }
.reveal-left.in { opacity: 1; transform: none; }
.reveal-right { opacity: 0; transform: translateX(24px); transition: opacity .9s var(--ease-editorial), transform .9s var(--ease-editorial); }
.reveal-right.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-scale, .reveal-left, .reveal-right { transition: none !important; opacity: 1 !important; transform: none !important; }
}

/* 404 */
.notfound { text-align: center; padding: 140px 0; }
.notfound-links { display: flex; gap: 12px; justify-content: center; margin-top: 28px; flex-wrap: wrap; }

/* 사이트맵 목록 */
.sitemap-list { margin-top: 24px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 32px; }
.sitemap-list a { display: block; padding: 10px 0; border-bottom: 1px solid var(--ivory-line); }
@media (max-width: 700px) { .sitemap-list { grid-template-columns: 1fr; } }

/* 푸터 */
.footer { background: var(--ink); color: var(--ivory); padding: 64px 0 24px; margin-top: 80px; }
.footer-mark { margin-bottom: 40px; }
.footer-mark-main { font-weight: 800; font-size: 1.4rem; letter-spacing: -.01em; color: var(--ivory); }
.footer-mark-sub { display: block; font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: var(--vivid); margin-top: 6px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 40px; }
.footer-grid h4 { font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,248,236,.55); margin-bottom: 16px; font-weight: 700; }
.footer-biz p { font-size: .86rem; color: rgba(255,248,236,.8); margin-bottom: 6px; }
.footer-links a, .footer-cats a { display: block; font-size: .88rem; color: rgba(255,248,236,.85); margin-bottom: 10px; }
.footer-bottom { margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,248,236,.15); font-size: .78rem; color: rgba(255,248,236,.5); }
@media (hover: hover) and (pointer: fine) { .footer-links a:hover, .footer-cats a:hover { color: var(--vivid); } }
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr; gap: 28px; } }

/* 모바일 하단 고정 CTA */
#mob-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 60; padding: 14px 16px; background: rgba(255,248,236,.97); border-top: 1px solid var(--ivory-line); }
#mob-bar .btn { width: 100%; justify-content: center; }
@media (max-width: 640px) { #mob-bar { display: block; } body { padding-bottom: 74px; } }
