/* ═══════════════════════════════════════════════════════════════════════
   플로우셋 (flowset-yoga) — 요가·애슬레저 쇼핑몰
   위쪽 절반은 공통 뼈대 키트(동작), 아래쪽 절반이 이 벌의 생김새다.
   색·활자·배치는 00-디자인보드.png · 01-home.png · 02-페이지시안.png 에서 읽었다.
   ═══════════════════════════════════════════════════════════════════════ */

/* ── 기본 ─────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  word-break: keep-all;
  overflow-wrap: break-word;
}

img, video { max-width: 100%; height: auto; }
img { -webkit-user-drag: none; user-select: none; }
.frame { display: block; }

/* ── 초점 ─────────────────────────────────────────────────────────── */
:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  padding: .75rem 1rem; background: Canvas; color: CanvasText;
}
.skip-link:focus { left: 0; }

/* ── 터치 영역 ───────────────────────────────────────────────────── */
@media (max-width: 767px) {
  .site-header a, .site-header button,
  .drawer a, .drawer button,
  .dots button, .pager button, .tab {
    min-width: 44px; min-height: 44px;
  }
}

/* ── 가로 넘침 ───────────────────────────────────────────────────── */
.scroll-x { overflow-x: auto; position: relative; -webkit-overflow-scrolling: touch; }
.clip { overflow: clip; }

/* ── 무JS 완성본 ─────────────────────────────────────────────────── */
.acc-item .acc-panel { display: block; }
.js .acc-item .acc-panel { display: none; }
.js .acc-item.open .acc-panel { display: block; }

.js [role="tabpanel"][hidden] { display: none; }
[role="tabpanel"][hidden] { display: block; }

.reveal { opacity: 1; transform: none; }
.js .reveal {
  opacity: 0; transform: translateY(14px);
  transition: opacity .6s ease, transform .6s ease;
}
.js .reveal.in { opacity: 1; transform: none; }

.js-only { display: none; }
.js .js-only { display: revert; }
.js .nojs-only { display: none; }

:where([hidden]):not([role="tabpanel"]) { display: none !important; }

/* ── 모션 끔 ─────────────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
  .js .reveal { opacity: 1 !important; transform: none !important; }
}

/* ── 모바일 서랍 ─────────────────────────────────────────────────── */
.menu-btn { display: none; }
@media (max-width: 767px) { .menu-btn { display: inline-flex; } }

.drawer {
  position: fixed; inset: 0 0 0 auto; width: min(88vw, 360px);
  transform: translateX(100%); transition: transform .28s ease;
  z-index: 60; overflow-y: auto;
  visibility: hidden;
}
.drawer.open { transform: none; visibility: visible; }

.scrim {
  position: fixed; inset: 0; z-index: 50;
  background: rgb(43 26 33 / .45);
  opacity: 0; pointer-events: none; transition: opacity .28s ease;
}
.scrim.open { opacity: 1; pointer-events: auto; }

@media (min-width: 768px) { .drawer, .scrim { display: none; } }

/* ── 토스트 ─────────────────────────────────────────────────────── */
.toast {
  position: fixed; left: 50%; bottom: 24px; translate: -50% 0;
  z-index: 80; pointer-events: none;
  opacity: 0; transition: opacity .25s ease, translate .25s ease;
}
.toast.show { opacity: 1; translate: -50% -6px; }

/* ── 폼 ─────────────────────────────────────────────────────────── */
.agree input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.agree input:focus-visible + label .box { outline: 2px solid currentColor; outline-offset: 2px; }

.spinner {
  display: inline-block; width: 1em; height: 1em; vertical-align: -.125em;
  border: 2px solid currentColor; border-right-color: transparent; border-radius: 50%;
  animation: kit-spin .7s linear infinite;
}
@keyframes kit-spin { to { rotate: 360deg; } }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip-path: inset(50%); white-space: nowrap;
}

/* ── 구획 리듬 ───────────────────────────────────────────────────── */
.section { padding-block: calc(var(--section, 96px) / 2); }
.section-lead { padding-top: var(--section, 96px); }
.section-last { padding-bottom: var(--section, 96px); }

/* ═══════════════════════════════════════════════════════════════════════
   여기부터 플로우셋의 생김새
   ═══════════════════════════════════════════════════════════════════════ */

:root {
  /* 팔레트 — 디자인보드 PALETTE 에서 뽑은 값 */
  --plum: #4c2d3b;
  --plum-deep: #351f2a;
  --plum-soft: #6b4655;
  --clay: #bc9482;
  --clay-deep: #9a7060;
  --mist: #d2cdd0;

  --paper: #efe6e5;
  --paper-2: #f7f1ef;
  --paper-3: #fcf9f8;

  --ink: #2b1a21;
  --ink-2: #6e5a61;
  --ink-3: #96858b;

  --line: #e2d6d4;
  --line-2: #cbb9b6;

  --ok: #3d6a52;
  --warn: #8a6520;
  --err: #8f3535;

  --r-s: 4px;
  --r-m: 10px;
  --r-l: 22px;

  --sh-s: 0 1px 2px rgb(60 32 42 / .06);
  --sh-m: 0 20px 48px -30px rgb(53 31 42 / .45);

  --wrap: 1180px;
  --section: 104px;

  --sans: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, "Malgun Gothic", sans-serif;
  --latin: "Jost", "Pretendard Variable", Pretendard, sans-serif;
}

@media (max-width: 900px) { :root { --section: 76px; } }
@media (max-width: 560px) { :root { --section: 60px; } }

body {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.75;
  color: var(--ink-2);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

/* 옅은 미스트 그러데이션 — 디자인보드의 안개 낀 아치 배경 */
body::before {
  content: "";
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(120% 68% at 78% -8%, rgb(210 205 208 / .78), transparent 62%),
    radial-gradient(90% 52% at 8% 4%, rgb(188 148 130 / .16), transparent 58%);
}

a { color: inherit; }

.wrap { width: min(100% - 40px, var(--wrap)); margin-inline: auto; }
@media (max-width: 560px) { .wrap { width: calc(100% - 32px); } }

.skip-link { background: var(--plum); color: var(--paper-3); border-radius: 0 0 var(--r-s) 0; }

/* ── 활자 계층 ───────────────────────────────────────────────────── */
.eyebrow {
  font-family: var(--latin);
  font-size: 11px; font-weight: 500;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--ink-3);
  margin: 0 0 18px;
}
.eyebrow.on-dark { color: rgb(239 230 229 / .72); }

.display, .h2, .h3, .h4 {
  font-weight: 250;
  color: var(--ink);
  letter-spacing: -.028em;
  line-height: 1.22;
  margin: 0;
}
.display { font-size: clamp(2.1rem, 5.2vw, 3.7rem); }
.h2 { font-size: clamp(1.55rem, 3.4vw, 2.5rem); }
.h3 { font-size: clamp(1.15rem, 2vw, 1.4rem); font-weight: 350; line-height: 1.4; }
.h4 { font-size: 1.02rem; font-weight: 450; line-height: 1.5; letter-spacing: -.01em; }

.lede { font-size: clamp(.95rem, 1.35vw, 1.06rem); color: var(--ink-2); margin: 22px 0 0; max-width: 46ch; }
.muted { color: var(--ink-3); font-size: .88rem; }
.num { font-family: var(--latin); font-variant-numeric: tabular-nums; letter-spacing: .01em; }

.rule { border: 0; border-top: 1px solid var(--line); margin: 0; }

/* ── 단추 ───────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 46px; padding: 0 26px;
  font: inherit; font-size: .93rem; font-weight: 500; letter-spacing: -.01em;
  border-radius: var(--r-s); border: 1px solid transparent;
  text-decoration: none; cursor: pointer;
  transition: background-color .16s ease, color .16s ease, border-color .16s ease;
}
.btn-fill { background: var(--plum); color: var(--paper-3); }
.btn-fill:hover { background: var(--plum-deep); }
.btn-line { background: transparent; color: var(--ink); border-color: var(--line-2); }
.btn-line:hover { border-color: var(--plum); color: var(--plum); }
.btn-ghost { background: var(--paper-3); color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--line-2); }
.btn-wide { width: 100%; }
.btn[aria-disabled="true"] { opacity: .62; pointer-events: none; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }

.link-more {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .9rem; font-weight: 500; color: var(--plum);
  text-decoration: none; border-bottom: 1px solid var(--line-2);
  padding-bottom: 4px; min-height: 30px;
}
.link-more:hover { border-color: var(--plum); }
.link-more .ico { width: 15px; height: 15px; }

.ico { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

/* ── 머리띠 ─────────────────────────────────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgb(247 241 239 / .82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, background-color .2s ease;
}
.site-header.is-stuck { border-bottom-color: var(--line); background: rgb(247 241 239 / .95); }

.header-inner {
  width: min(100% - 40px, var(--wrap)); margin-inline: auto;
  display: flex; align-items: center; gap: 28px;
  min-height: 74px;
}
@media (max-width: 560px) { .header-inner { width: calc(100% - 24px); min-height: 62px; gap: 10px; } }

.brand {
  font-size: 1.16rem; font-weight: 400; letter-spacing: .1em;
  color: var(--ink); text-decoration: none; white-space: nowrap;
  display: inline-flex; align-items: center;
}

.nav { display: flex; gap: 30px; margin-left: auto; }
.nav a {
  font-size: .9rem; font-weight: 400; color: var(--ink-2); text-decoration: none;
  padding: 6px 0; border-bottom: 1px solid transparent; white-space: nowrap;
}
.nav a:hover { color: var(--plum); }
.nav a[aria-current="page"] { color: var(--ink); border-bottom-color: var(--plum); }

.header-cta {
  display: inline-flex; align-items: center; gap: 7px;
  min-height: 40px; padding: 0 18px;
  background: var(--plum); color: var(--paper-3);
  font-size: .86rem; font-weight: 500; text-decoration: none;
  border-radius: var(--r-s); white-space: nowrap;
}
.header-cta:hover { background: var(--plum-deep); }
.header-cta .ico { width: 17px; height: 17px; }

.menu-btn {
  margin-left: auto;
  align-items: center; justify-content: center;
  width: 44px; height: 44px; padding: 0;
  background: transparent; border: 0; color: var(--ink); cursor: pointer;
}
.menu-bar, .menu-bar::before, .menu-bar::after {
  display: block; width: 20px; height: 1.4px; background: currentColor; content: "";
}
.menu-bar { position: relative; }
.menu-bar::before { position: absolute; top: -6px; }
.menu-bar::after { position: absolute; top: 6px; }

@media (max-width: 767px) { .nav, .header-cta { display: none; } }

/* ── 서랍 ───────────────────────────────────────────────────────── */
.drawer { background: var(--paper-2); padding: 22px 22px 40px; box-shadow: var(--sh-m); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.drawer-head .brand { font-size: 1.05rem; }
.drawer-close { background: transparent; border: 0; color: var(--ink-2); font: inherit; font-size: .88rem; cursor: pointer; padding: 0 6px; }
.drawer-nav { display: flex; flex-direction: column; padding: 10px 0; }
.drawer-nav a {
  display: flex; align-items: center;
  font-size: 1.02rem; color: var(--ink); text-decoration: none;
  padding: 10px 2px; border-bottom: 1px solid var(--line);
}
.drawer-cta {
  display: flex; align-items: center; justify-content: center;
  min-height: 48px; margin-top: 20px;
  background: var(--plum); color: var(--paper-3);
  font-size: .95rem; font-weight: 500; text-decoration: none; border-radius: var(--r-s);
}
.drawer-tel { margin: 14px 0 0; font-size: .9rem; }
.drawer-tel a { display: inline-flex; align-items: center; color: var(--ink-2); text-decoration: none; border-bottom: 1px solid var(--line-2); }

/* ── 토스트 ─────────────────────────────────────────────────────── */
.toast .toast-msg {
  display: block; max-width: min(92vw, 460px);
  padding: 13px 20px; border-radius: var(--r-s);
  background: var(--plum-deep); color: var(--paper-3);
  font-size: .9rem; line-height: 1.5; box-shadow: var(--sh-m);
}

/* ── 갈피 ───────────────────────────────────────────────────────── */
.crumb { font-size: .82rem; color: var(--ink-3); margin: 0 0 20px; }
.crumb a { text-decoration: none; }
.crumb a:hover { color: var(--plum); }
.crumb span { padding: 0 7px; }

/* ── Calm Split — 이 벌의 뼈대 원형 ──────────────────────────────
   왼쪽은 조용한 여백과 짧은 글, 오른쪽은 밀도 높은 내용.
   가운데 세로 실선 하나가 「나눔」을 그대로 보여 준다. */
.split { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 0; align-items: start; }
.split > .split-a { padding-right: 56px; }
.split > .split-b { padding-left: 56px; border-left: 1px solid var(--line); }
.split.flip > .split-a { padding: 0 0 0 56px; border-left: 1px solid var(--line); border-right: 0; }
.split.flip > .split-b { padding: 0 56px 0 0; border-left: 0; }
.split.pdp { grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr); }
.split.hero-split { grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); }
@media (max-width: 900px) {
  /* 한 줄로 접는 규칙이 .split.pdp 같은 변형(특정도 0,2,0)에 지지 않도록 같은 자리에 함께 적는다 */
  .split, .split.pdp, .split.hero-split { grid-template-columns: 1fr; gap: 34px; }
  .split > .split-a, .split > .split-b,
  .split.flip > .split-a, .split.flip > .split-b { padding: 0; border: 0; }
}

/* ── 히어로 ─────────────────────────────────────────────────────── */
.hero { position: relative; padding-bottom: 0; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 560px); gap: 48px; align-items: center; }
.hero-copy .display { margin-top: 4px; }
.hero-media { margin: 0; }
.arch {
  border-radius: 999px 999px var(--r-s) var(--r-s) / 46% 46% var(--r-s) var(--r-s);
  overflow: clip;
  box-shadow: var(--sh-m);
}
.arch img { display: block; width: 100%; height: auto; }
.hero-note { margin: 26px 0 0; font-size: .82rem; color: var(--ink-3); }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-media { order: -1; max-width: 420px; }
}

/* 카테고리 띠 — 시안에서 히어로 아래에 걸쳐 있던 바 */
.catbar-hold { padding-top: 46px; }
.catbar {
  display: grid; grid-template-columns: repeat(6, 1fr);
  background: var(--paper-3); border: 1px solid var(--line);
  border-radius: var(--r-m); box-shadow: var(--sh-m);
  overflow: clip;
}
.catbar a {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px;
  min-height: 96px; padding: 14px 6px;
  text-decoration: none; color: var(--ink-2);
  border-right: 1px solid var(--line);
}
.catbar a:last-child { border-right: 0; }
.catbar a:hover { background: var(--paper-2); color: var(--plum); }
.catbar .ico { width: 26px; height: 26px; stroke-width: 1.1; }
.catbar b { font-family: var(--latin); font-size: 10.5px; font-weight: 500; letter-spacing: .16em; }
@media (max-width: 767px) {
  .catbar { grid-template-columns: repeat(3, 1fr); }
  .catbar a { min-height: 84px; border-bottom: 1px solid var(--line); }
  .catbar a:nth-child(3n) { border-right: 0; }
  .catbar a:nth-child(n+4) { border-bottom: 0; }
}
@media (max-width: 560px) {
  .catbar a { padding: 12px 4px; min-height: 78px; }
  .catbar b { font-size: 9.5px; letter-spacing: .07em; }
  .catbar .ico { width: 23px; height: 23px; }
}

.status:empty { display: none; }
.status { margin: 18px 0 0; font-size: .88rem; color: var(--ink-2); }
.status.is-err { color: var(--err); }
.status.is-ok { color: var(--ok); }

/* ── 시그니처: 흐름선 + 자세 실루엣 (Movement Filter) ───────────── */
.movement { position: relative; }
.flowline { display: block; width: 100%; height: 88px; margin: 34px 0 10px; }
.flowline path { fill: none; stroke: var(--clay); stroke-width: 1.4; stroke-dasharray: 1; stroke-dashoffset: 0; }
@supports (animation-timeline: view()) {
  .flowline path {
    stroke-dashoffset: 1;
    animation: fl-draw linear both;
    animation-timeline: view();
    animation-range: entry 15% cover 55%;
  }
  @keyframes fl-draw { to { stroke-dashoffset: 0; } }
  .pose-fig {
    animation: pose-rise linear both;
    animation-timeline: view();
    animation-range: entry 4% cover 38%;
  }
  @keyframes pose-rise {
    from { transform: translateY(20px) scale(.94); opacity: .45; }
    to { transform: none; opacity: 1; }
  }
}
@media (prefers-reduced-motion: reduce) {
  .flowline path { animation: none !important; stroke-dashoffset: 0 !important; }
  .pose-fig { animation: none !important; transform: none !important; opacity: 1 !important; }
}

.poses { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.poses > li { padding: 30px 32px 34px; border-left: 1px solid var(--line); }
.poses > li:first-child { border-left: 0; padding-left: 0; }
.pose-fig { display: block; width: 82px; height: 96px; margin-bottom: 20px; }
.pose-fig svg { width: 100%; height: 100%; fill: none; stroke: var(--plum); stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.pose-grade { font-family: var(--latin); font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--clay-deep); margin: 0 0 8px; }
.pose-body { margin: 10px 0 0; font-size: .9rem; }
.pose-meta { margin: 16px 0 0; padding-top: 14px; border-top: 1px solid var(--line); font-size: .82rem; color: var(--ink-3); }
.pose-meta b { color: var(--ink); font-weight: 500; }
@media (max-width: 900px) {
  .poses { grid-template-columns: 1fr; }
  .poses > li { border-left: 0; border-top: 1px solid var(--line); padding: 26px 0; }
  .poses > li:first-child { border-top: 0; padding-top: 6px; }
}

/* ── FABRIC LAB ─────────────────────────────────────────────────── */
.lab { background: var(--paper-2); border-block: 1px solid var(--line); }
.lab-media { margin: 0; }
.lab-media img { display: block; width: 100%; height: auto; border-radius: var(--r-m); }
.lab-cap { margin: 12px 0 0; font-size: .8rem; color: var(--ink-3); }

.swatches { list-style: none; margin: 30px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.swatches img { display: block; width: 100%; height: 92px; object-fit: cover; border-radius: var(--r-s); }
.swatches b { display: block; margin-top: 10px; font-size: .84rem; font-weight: 500; color: var(--ink); }
.swatches span { display: block; font-size: .78rem; color: var(--ink-3); }

/* ── 안내 상자 ──────────────────────────────────────────────────── */
.note {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 16px 18px; border-radius: var(--r-s);
  background: var(--paper-3); border: 1px solid var(--line);
  font-size: .87rem; line-height: 1.65; color: var(--ink-2);
}
.note .ico { width: 18px; height: 18px; margin-top: 3px; }
.note b { color: var(--ink); font-weight: 500; }
.note-warn { border-color: #d9c9a8; background: #faf4e8; color: #6a5220; }
.note-warn .ico { color: var(--warn); }
.note-err { border-color: #e0c2c2; background: #fbf0f0; color: var(--err); }
.note-ok { border-color: #bfd4c6; background: #f0f6f2; color: var(--ok); }

/* ── 세트 띠 ───────────────────────────────────────────────────── */
.setline-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.05fr); gap: 34px; align-items: end; }
.setline-grid figure { margin: 0; }
.setline-grid img { display: block; width: 100%; height: 320px; object-fit: cover; border-radius: var(--r-m); }
.setline-grid figcaption { margin-top: 12px; font-size: .84rem; color: var(--ink-3); }
@media (max-width: 900px) { .setline-grid { grid-template-columns: 1fr 1fr; } .setline-grid > div { grid-column: 1 / -1; } }
@media (max-width: 560px) { .setline-grid img { height: 220px; } }

/* ── 고지 3단 ──────────────────────────────────────────────────── */
.cols3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 40px; }
.cols3 > div { padding: 0 34px; border-left: 1px solid var(--line); }
.cols3 > div:first-child { border-left: 0; padding-left: 0; }
.cols3 h3 { margin: 0 0 12px; }
.cols3 p { margin: 0; font-size: .89rem; }
.cols3 ul { margin: 0; padding-left: 17px; font-size: .89rem; }
.cols3 li { margin-bottom: 6px; }
@media (max-width: 900px) {
  .cols3 { grid-template-columns: 1fr; gap: 26px; }
  .cols3 > div { border-left: 0; border-top: 1px solid var(--line); padding: 24px 0 0; }
  .cols3 > div:first-child { border-top: 0; padding-top: 0; }
}

/* ── 컬렉션: 왼쪽 걸개 + 오른쪽 결과 ───────────────────────────── */
.shop { display: grid; grid-template-columns: 232px minmax(0, 1fr); gap: 0; align-items: start; }
.rail { padding-right: 34px; position: sticky; top: 96px; min-width: 0; }
.results { padding-left: 40px; border-left: 1px solid var(--line); min-width: 0; }
/* 태블릿(768–900)은 걸개와 결과를 나란히 둔 2열 master-detail 로 남긴다.
   좁은 폭에서만 한 줄로 접는다(원자료 08절 「태블릿은 2열 master-detail」). */
@media (max-width: 900px) and (min-width: 768px) {
  .shop { grid-template-columns: 200px minmax(0, 1fr); }
  .rail { padding-right: 24px; top: 88px; }
  .results { padding-left: 26px; }
}
@media (max-width: 767px) {
  .shop { grid-template-columns: 1fr; gap: 30px; }
  .rail { position: static; padding: 0; }
  .results { padding: 0; border-left: 0; }
}

.rail-title { font-family: var(--latin); font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-3); margin: 0 0 14px; }
.catlist { list-style: none; margin: 0 0 34px; padding: 0; }
.catlist button {
  display: block; width: 100%; text-align: left;
  padding: 11px 0; min-height: 44px;
  background: transparent; border: 0; border-bottom: 1px solid transparent;
  font: inherit; font-family: var(--latin); font-size: .82rem; letter-spacing: .1em;
  color: var(--ink-2); cursor: pointer;
}
.catlist button:hover { color: var(--plum); }
.catlist button[aria-pressed="true"] { color: var(--ink); font-weight: 600; }

.searchbox { margin-bottom: 28px; }
.searchbox label { display: block; font-size: .78rem; color: var(--ink-3); margin-bottom: 7px; }
.control {
  display: block; width: 100%; min-height: 44px;
  padding: 10px 13px; font: inherit; font-size: .92rem; color: var(--ink);
  background: var(--paper-3); border: 1px solid var(--line); border-radius: var(--r-s);
}
.control:focus { border-color: var(--plum-soft); outline: none; box-shadow: 0 0 0 3px rgb(107 70 85 / .12); }
textarea.control { min-height: 118px; resize: vertical; }

/* 걸개 아코디언 */
.acc { border-top: 1px solid var(--line); }
.acc-item { border-bottom: 1px solid var(--line); }
.acc-trigger {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  width: 100%; min-height: 48px; padding: 11px 0;
  background: transparent; border: 0;
  font: inherit; font-size: .92rem; color: var(--ink); text-align: left; cursor: pointer;
}
.acc-trigger .ico { width: 17px; height: 17px; color: var(--ink-3); transition: transform .2s ease; }
.acc-item.open .acc-trigger .ico { transform: rotate(180deg); }
.acc-panel { padding: 2px 0 18px; font-size: .89rem; }
.acc-panel > :first-child { margin-top: 0; }
.acc-panel > :last-child { margin-bottom: 0; }

.optrow { display: flex; flex-wrap: wrap; gap: 8px; }
.opt {
  min-height: 44px; padding: 0 15px;
  background: var(--paper-3); border: 1px solid var(--line); border-radius: var(--r-s);
  font: inherit; font-size: .86rem; color: var(--ink-2); cursor: pointer;
  display: inline-flex; align-items: center; gap: 7px;
}
.opt:hover { border-color: var(--line-2); }
.opt[aria-pressed="true"], .opt.on { border-color: var(--plum); color: var(--plum); background: #fff; box-shadow: inset 0 0 0 1px var(--plum); }
.opt .dot { width: 15px; height: 15px; border-radius: 50%; border: 1px solid rgb(43 26 33 / .16); flex: none; }

/* 강도·지지력 칩 */
.facets { margin-bottom: 28px; }
.facet { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 12px; }
.facet > b { font-size: .8rem; font-weight: 500; color: var(--ink-3); min-width: 74px; }
.count { font-size: .85rem; color: var(--ink-3); margin: 0 0 20px; padding-top: 16px; border-top: 1px solid var(--line); }
.count b { color: var(--ink); font-weight: 500; }

/* 상품 모자이크 — 같은 크기 카드의 반복을 피한다 */
.mosaic { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px 22px; }
.prod { container-type: inline-size; display: flex; flex-direction: column; min-width: 0; }
.prod.size-l { grid-column: span 2; }
.prod.size-m { grid-column: span 2; }
.prod.size-s { grid-column: span 1; }
@media (max-width: 1000px) {
  .mosaic { grid-template-columns: repeat(2, 1fr); gap: 26px 18px; }
  .prod.size-l, .prod.size-m { grid-column: span 2; }
  .prod.size-s { grid-column: span 1; }
}
.prod-media { position: relative; display: block; border-radius: var(--r-m); overflow: clip; background: var(--mist); }
.prod-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.prod.size-l .prod-media img { height: 470px; }
.prod.size-m .prod-media img { height: 380px; }
.prod.size-s .prod-media img { height: 290px; }
.prod[data-cat="outer"] .prod-media img { object-position: 50% 56%; }
@media (max-width: 1000px) {
  .prod.size-l .prod-media img, .prod.size-m .prod-media img { height: 360px; }
  .prod.size-s .prod-media img { height: 250px; }
}
@media (max-width: 560px) {
  .prod.size-l .prod-media img, .prod.size-m .prod-media img { height: 300px; }
  .prod.size-s .prod-media img { height: 215px; }
}
.prod-body { padding-top: 14px; }
.prod-name { display: block; font-size: .98rem; font-weight: 450; color: var(--ink); text-decoration: none; letter-spacing: -.01em; }
.prod-name:hover { color: var(--plum); }
.prod-price { margin: 6px 0 0; font-size: .92rem; color: var(--ink); }
.prod-tags { margin: 10px 0 0; font-size: .78rem; color: var(--ink-3); }
.prod-colors { display: flex; gap: 6px; margin-top: 11px; }
.prod-colors i { width: 13px; height: 13px; border-radius: 50%; display: block; border: 1px solid rgb(43 26 33 / .14); }
@container (max-width: 175px) { .prod-name { font-size: .9rem; } .prod-tags { font-size: .74rem; } }

.badge {
  position: absolute; left: 12px; top: 12px; z-index: 2;
  display: inline-flex; align-items: center; gap: 5px;
  padding: 5px 10px; border-radius: 2px;
  font-family: var(--latin); font-size: 10.5px; font-weight: 500; letter-spacing: .1em;
  background: var(--paper-3); color: var(--ink);
}
.badge-out { background: rgb(43 26 33 / .82); color: var(--paper-3); }
.badge-set { background: var(--clay); color: #34211c; }
.empty { padding: 44px 0; text-align: center; font-size: .95rem; color: var(--ink-3); }

/* ── 상품 상세 ─────────────────────────────────────────────────── */
.pdp-media { margin: 0; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: 12px; align-items: stretch; }
.pdp-media .frame { border-radius: var(--r-m); overflow: clip; background: var(--mist); }
.pdp-main img { display: block; width: 100%; height: 600px; object-fit: cover; }
.pdp-right { display: flex; flex-direction: column; gap: 12px; min-height: 0; }
.pdp-side { flex: 1 1 auto; min-height: 0; }
.pdp-side img { display: block; width: 100%; height: 100%; object-fit: cover; }
.pdp-tex { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; flex: none; }
.pdp-tex img { display: block; width: 100%; height: 86px; object-fit: cover; border-radius: var(--r-s); }
.pdp-cap { grid-column: 1 / -1; margin: 6px 0 0; font-size: .8rem; color: var(--ink-3); }
@media (max-width: 560px) {
  .pdp-media { grid-template-columns: 1fr; }
  .pdp-main img { height: 440px; }
  .pdp-side img { height: 240px; }
}

.buy { position: sticky; top: 96px; }
@media (max-width: 900px) { .buy { position: static; } }
.buy h1 { font-size: clamp(1.5rem, 3vw, 2rem); }
.price { display: flex; align-items: baseline; gap: 12px; margin: 16px 0 0; }
.price .now { font-size: 1.5rem; font-weight: 400; color: var(--ink); }
.price .vat { font-size: .8rem; color: var(--ink-3); }

.optgroup { margin-top: 26px; }
.optgroup > b { display: block; font-size: .82rem; font-weight: 500; color: var(--ink-3); margin-bottom: 10px; }
.optgroup .hintline { margin: 9px 0 0; font-size: .8rem; color: var(--ink-3); }

.qty { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: var(--r-s); background: var(--paper-3); }
.qty button { width: 46px; height: 46px; background: transparent; border: 0; color: var(--ink); font: inherit; font-size: 1.1rem; cursor: pointer; }
.qty output { min-width: 48px; text-align: center; font-family: var(--latin); font-size: 1rem; color: var(--ink); }

.sumline { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; font-size: .9rem; border-bottom: 1px dotted var(--line); }
.sumline:last-of-type { border-bottom: 0; }
.sumline b { font-weight: 500; color: var(--ink); }
.sum-total { border-top: 1px solid var(--line-2); margin-top: 8px; padding-top: 14px; font-size: 1.02rem; }
.sum-total b { font-size: 1.24rem; }
.sum-off b { color: var(--ok); }

.coupon { display: flex; gap: 8px; margin-top: 8px; }
.coupon .control { flex: 1 1 auto; }
.coupon .btn { flex: none; }

.buy-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 22px; }
@media (max-width: 400px) { .buy-actions { grid-template-columns: 1fr; } }
.pay-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 0; padding: 0; list-style: none; }
.pay-list li { font-size: .78rem; color: var(--ink-3); border: 1px solid var(--line); border-radius: 2px; padding: 4px 9px; }

.orderbox { margin-top: 22px; padding: 22px; border: 1px solid var(--line-2); border-radius: var(--r-m); background: var(--paper-3); }
.orderbox h2 { font-size: 1.1rem; font-weight: 450; color: var(--ink); margin: 0 0 4px; letter-spacing: -.02em; }
.orderbox .oid { font-family: var(--latin); font-size: .84rem; color: var(--ink-3); margin: 0 0 16px; }

/* 비침 게이지 */
.gauge-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 20px; }
.gauge-row { display: grid; grid-template-columns: 132px minmax(0, 1fr) 118px; gap: 18px; align-items: center; }
.gauge-row > b { font-size: .9rem; font-weight: 450; color: var(--ink); display: flex; align-items: center; gap: 9px; }
.gauge-row > b i { width: 15px; height: 15px; border-radius: 50%; border: 1px solid rgb(43 26 33 / .14); display: block; flex: none; }
.gauge { height: 8px; border-radius: 99px; background: var(--mist); position: relative; overflow: clip; }
.gauge span { position: absolute; inset: 0 auto 0 0; border-radius: 99px; background: linear-gradient(90deg, var(--plum-soft), var(--clay)); }
.gauge-val { font-size: .82rem; color: var(--ink-2); text-align: right; }
@media (max-width: 640px) {
  .gauge-row { grid-template-columns: 1fr auto; }
  .gauge { grid-column: 1 / -1; }
}
.gauge-list.stack .gauge-row { grid-template-columns: 1fr auto; row-gap: 8px; }
.gauge-list.stack .gauge-row > b { grid-column: 1; grid-row: 1; }
.gauge-list.stack .gauge-val { grid-column: 2; grid-row: 1; }
.gauge-list.stack .gauge { grid-column: 1 / -1; grid-row: 2; }

.field-label { display: block; font-size: .8rem; color: var(--ink-3); margin-bottom: 8px; }
.tbl-wide tbody th { width: 200px; white-space: nowrap; }

.slider { width: 100%; margin: 6px 0 0; accent-color: var(--plum); }
.sliderline { display: flex; justify-content: space-between; font-size: .8rem; color: var(--ink-3); margin-top: 6px; }

/* ── 탭 ────────────────────────────────────────────────────────── */
.tablist { display: flex; gap: 4px; border-bottom: 1px solid var(--line); margin-bottom: 30px; }
.tab {
  min-height: 48px; padding: 0 22px;
  background: transparent; border: 0; border-bottom: 2px solid transparent;
  font: inherit; font-size: .93rem; color: var(--ink-3); cursor: pointer;
}
.tab[aria-selected="true"] { color: var(--ink); border-bottom-color: var(--plum); }
.tab:hover { color: var(--plum); }

.feat { list-style: none; margin: 34px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.feat li { text-align: center; }
.feat .ico { width: 30px; height: 30px; stroke-width: 1.1; color: var(--plum-soft); }
.feat b { display: block; margin-top: 12px; font-family: var(--latin); font-size: 10.5px; font-weight: 500; letter-spacing: .13em; color: var(--ink); }
.feat p { margin: 7px 0 0; font-size: .81rem; color: var(--ink-3); }
@media (max-width: 640px) { .feat { grid-template-columns: repeat(2, 1fr); gap: 26px 16px; } }

/* ── 표 ────────────────────────────────────────────────────────── */
.tbl { width: 100%; border-collapse: collapse; font-size: .88rem; min-width: 520px; }
.tbl caption { text-align: left; font-size: .82rem; color: var(--ink-3); padding-bottom: 12px; }
.tbl th, .tbl td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.tbl thead th { font-weight: 500; color: var(--ink); font-size: .82rem; letter-spacing: .02em; background: var(--paper-2); }
.tbl tbody th { font-weight: 400; color: var(--ink-3); width: 118px; }
.tbl td { color: var(--ink-2); }
.tbl td b { font-weight: 500; color: var(--ink); }
.tbl-alt tbody tr:hover { background: var(--paper-2); }

/* 비교 카드 */
.cmp-head { display: grid; grid-template-columns: 118px 1fr 1fr; gap: 16px; align-items: end; margin-bottom: 6px; min-width: 520px; }
.cmp-head figure { margin: 0; text-align: center; }
.cmp-head img { display: block; width: 100%; max-width: 176px; height: 216px; object-fit: cover; margin: 0 auto; border-radius: var(--r-s); background: var(--mist); }
.cmp-head figcaption { margin-top: 12px; font-size: .93rem; color: var(--ink); }
.cmp-head .p { display: block; font-size: .88rem; color: var(--ink-2); margin-top: 3px; }

/* ── 세트 조합기 ───────────────────────────────────────────────── */
.builder { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 40px; align-items: start; }
@media (max-width: 900px) { .builder { grid-template-columns: 1fr; gap: 28px; } }
.pick { list-style: none; margin: 0 0 26px; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
@media (max-width: 560px) { .pick { grid-template-columns: repeat(2, 1fr); } }
.pick button {
  display: flex; flex-direction: column; align-items: flex-start; gap: 4px;
  width: 100%; min-height: 76px; padding: 13px 14px; text-align: left;
  background: var(--paper-3); border: 1px solid var(--line); border-radius: var(--r-s);
  font: inherit; cursor: pointer; color: var(--ink-2);
}
.pick button:hover { border-color: var(--line-2); }
.pick button[aria-pressed="true"] { border-color: var(--plum); box-shadow: inset 0 0 0 1px var(--plum); background: #fff; }
.pick .nm { font-size: .9rem; color: var(--ink); }
.pick .pr { font-size: .84rem; }

.tray { background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--r-m); padding: 22px; position: sticky; top: 96px; }
@media (max-width: 900px) { .tray { position: static; } }
.tray h3 { margin: 0 0 14px; }
.tray-list { list-style: none; margin: 0 0 16px; padding: 0; min-height: 96px; }
.tray-list li { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px dotted var(--line); font-size: .88rem; }
.tray-list li b { font-weight: 450; color: var(--ink); }
.tray-empty { font-size: .85rem; color: var(--ink-3); padding: 12px 0; }

/* ── 모바일 구매 도크 ─────────────────────────────────────────── */
.dock { display: none; }
@media (max-width: 767px) {
  .dock {
    display: flex; align-items: center; gap: 12px;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 45;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    background: rgb(247 241 239 / .96); backdrop-filter: blur(12px);
    border-top: 1px solid var(--line);
  }
  .dock .dock-price { flex: none; font-size: .95rem; color: var(--ink); }
  .dock .btn { flex: 1 1 auto; min-height: 48px; }
  body.has-dock { padding-bottom: 84px; }
}

/* ── 푸터 ─────────────────────────────────────────────────────── */
.site-footer { background: var(--plum-deep); color: rgb(239 230 229 / .68); margin-top: 0; }
.footer-inner { width: min(100% - 40px, var(--wrap)); margin-inline: auto; padding: 58px 0 44px; }
@media (max-width: 560px) { .footer-inner { width: calc(100% - 32px); padding: 44px 0 36px; } }
.footer-brand { font-size: 1.1rem; letter-spacing: .1em; color: var(--paper); margin: 0 0 22px; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 22px; padding-bottom: 26px; border-bottom: 1px solid rgb(239 230 229 / .16); }
.footer-nav a { font-size: .88rem; color: rgb(239 230 229 / .78); text-decoration: none; display: inline-flex; align-items: center; min-height: 30px; }
.footer-nav a:hover { color: var(--paper); }
.footer-biz { font-style: normal; font-size: .8rem; line-height: 1.9; margin: 24px 0 0; }
.footer-biz a { color: rgb(239 230 229 / .78); text-decoration: none; border-bottom: 1px solid rgb(239 230 229 / .28); }
.footer-legal { display: flex; flex-wrap: wrap; gap: 18px; margin: 22px 0 0; font-size: .8rem; }
.footer-legal a { color: rgb(239 230 229 / .78); text-decoration: none; display: inline-flex; align-items: center; min-height: 30px; }
.footer-legal a:hover { color: var(--paper); }
.footer-copy { margin: 20px 0 0; font-size: .78rem; color: rgb(239 230 229 / .45); }

/* ── 폼 ───────────────────────────────────────────────────────── */
.inquiry-form { max-width: 560px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: .84rem; color: var(--ink-2); margin-bottom: 7px; }
.err { display: none; margin: 7px 0 0; font-size: .8rem; color: var(--err); }
.field.invalid .control { border-color: var(--err); background: #fdf6f6; }
.field.invalid .err, .agree.invalid .err { display: block; }
.counter { margin: 6px 0 0; font-size: .77rem; color: var(--ink-3); text-align: right; }
.agree { position: relative; margin: 6px 0 20px; }
.agree label { display: flex; align-items: flex-start; gap: 10px; font-size: .86rem; color: var(--ink-2); cursor: pointer; min-height: 30px; }
.agree .box { width: 19px; height: 19px; margin-top: 3px; flex: none; border: 1px solid var(--line-2); border-radius: 3px; background: var(--paper-3); }
.agree input:checked + label .box { background: var(--plum); border-color: var(--plum); box-shadow: inset 0 0 0 3px var(--paper-3); }
.agree.invalid .box { border-color: var(--err); }
.form-submit {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 48px; padding: 0 30px; width: 100%;
  background: var(--plum); color: var(--paper-3); border: 0; border-radius: var(--r-s);
  font: inherit; font-size: .95rem; font-weight: 500; cursor: pointer;
}
.form-submit:hover { background: var(--plum-deep); }

/* ── 잡동사니 ─────────────────────────────────────────────────── */
[id] { scroll-margin-top: 96px; }
.stack-24 > * + * { margin-top: 24px; }
.stack-16 > * + * { margin-top: 16px; }
.mt-32 { margin-top: 32px; }
.mt-44 { margin-top: 44px; }
.list-tight { margin: 16px 0 0; padding-left: 18px; font-size: .89rem; }
.list-tight li { margin-bottom: 7px; }
.deflist { margin: 18px 0 0; font-size: .89rem; }
.deflist dt { font-weight: 500; color: var(--ink); margin-top: 12px; }
.deflist dd { margin: 4px 0 0; }
