/* ============================================================
   SHP-BRND-024 · 노드퍼니처 · MIN 미니멀·클린
   ============================================================ */

:root {
  --brand:       #4f5d3a;
  --brand-ink:   #f7f5ec;
  --accent:      #23261c;
  --accent-ink:  #f2f1e8;
  --surface:     #f8f6f0;
  --surface-alt: #ece9db;
  --font-display: var(--font-sans);
  --r: var(--r-none);
}

body { background: var(--surface); }

/* ── 공통 타입 ─────────────────────────────────────────────── */

.kicker, .label {
  font-size: var(--fs-xs);
  font-weight: var(--fw-medium);
  letter-spacing: var(--ls-widest);
  text-transform: uppercase;
  color: var(--brand);
}
.label { color: color-mix(in oklab, var(--accent) 48%, var(--surface)); }

.h2 {
  font-size: var(--fs-3xl);
  font-weight: var(--fw-medium);
  letter-spacing: var(--ls-tighter);
  line-height: 1.06;
  color: var(--accent);
}

.body-lg { font-size: var(--fs-md); color: color-mix(in oklab, var(--accent) 70%, var(--surface)); max-width: 46ch; }

/* ── 버튼 ──────────────────────────────────────────────────── */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-2);
  padding: var(--sp-4) var(--sp-6);
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
  border-radius: var(--r);
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease),
              border-color var(--dur) var(--ease), transform var(--dur-fast) var(--ease);
}
.btn:active { transform: translateY(1px); }
.btn--sm { padding: var(--sp-3) var(--sp-5); }

.btn--solid { background: var(--brand); color: var(--brand-ink); }
.btn--solid:hover { background: var(--accent); color: var(--accent-ink); }

.btn--line { border: 1px solid color-mix(in oklab, var(--accent) 32%, var(--surface)); color: var(--accent); }
.btn--line:hover { border-color: var(--brand); color: var(--brand); }

/* ── 헤더 ──────────────────────────────────────────────────── */
/* 히어로 상단이 풀블리드 사진이다. 헤더는 항상 배경을 깐다. */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: var(--z-header);
  background: color-mix(in oklab, var(--surface) 90%, transparent);
  backdrop-filter: saturate(1.2) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color var(--dur) var(--ease);
}
.nav.is-stuck { border-bottom-color: color-mix(in oklab, var(--accent) 14%, transparent); }

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-5);
  padding-block: var(--sp-4);
  padding-inline: max(var(--gutter), calc((100vw - var(--container-wide)) / 2));
}

.nav__logo {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-3);
  font-size: var(--fs-sm);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls-widest);
  color: var(--accent);
}
.nav__mark { width: 10px; height: 10px; background: var(--brand); flex: none; }

.nav__menu { display: none; gap: var(--sp-6); }
.nav__menu a {
  font-size: var(--fs-xs);
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
  color: color-mix(in oklab, var(--accent) 70%, var(--surface));
  transition: color var(--dur) var(--ease);
}
.nav__menu a:hover, .nav__menu a[aria-current="page"] { color: var(--brand); }
.nav__menu a[aria-current="page"] { font-weight: var(--fw-semibold); }

@media (min-width: 1024px) { .nav__menu { display: flex; } }

/* ── 히어로 ────────────────────────────────────────────────── */
/* 다른 작품들과 달리 이미지가 화면 위쪽을 가로로 통째로 먹고,
   그 아래에 비대칭 2단 텍스트가 붙는다. */

/* ★ SPEC 8 v1.2 — 375px 에서는 세로로 쌓지 않는다.
   가구 사진을 배경으로 깔고 텍스트를 겹친다. 1024px 부터 상단 밴드 + 하단 2단으로 전환. */
.hero {
  position: relative;
  display: grid;
  grid-template-rows: 1fr;
  min-height: 100svh;
  padding-top: calc(var(--sp-8) + var(--sp-3));
  isolation: isolate;
}

.hero__band { position: absolute; inset: 0; z-index: 0; border-radius: 0; aspect-ratio: auto; height: auto; }
.hero__band .img-slot__hint { inset: auto 0 0 0; }
/* 스크림 — 가장 밝은 사진 위에서도 흰 본문이 4.5:1 을 넘도록 농도를 잡았다 */
.hero__band::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  background: linear-gradient(180deg, rgba(18,20,14,.38) 0%, rgba(18,20,14,.66) 44%, rgba(18,20,14,.82) 100%);
}

.hero__body {
  position: relative;
  z-index: 1;
  display: grid;
  gap: var(--sp-4);
  align-content: end;
  padding-inline: var(--gutter);
  padding-block: var(--sp-5);
  color: #ffffff;
}

.hero__title {
  font-size: var(--fs-4xl);
  font-weight: var(--fw-medium);
  line-height: 1.0;
  letter-spacing: var(--ls-tighter);
  color: #ffffff;
}
.hero__title em { font-style: normal; color: color-mix(in oklab, var(--brand) 24%, #ffffff); }

.hero__head { display: grid; gap: var(--sp-4); }
.hero__side { display: grid; gap: var(--sp-4); align-content: start; }
.hero__lead { font-size: var(--fs-md); color: rgba(255,255,255,.88); max-width: 40ch; }
.hero__actions { display: flex; flex-wrap: wrap; gap: var(--sp-3); }

.hero .kicker { color: #ffffff; }
.hero .btn--solid { background: #ffffff; color: var(--accent); }
.hero .btn--solid:hover { background: var(--brand); color: var(--brand-ink); }
.hero .btn--line { border-color: rgba(255,255,255,.58); color: #ffffff; }
.hero .btn--line:hover { border-color: #ffffff; background: #ffffff; color: var(--accent); }

.hero__meta { display: grid; border-top: 1px solid rgba(255,255,255,.28); }
.hero__meta > div {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr);
  gap: var(--sp-4);
  padding-block: var(--sp-3);
  border-bottom: 1px solid rgba(255,255,255,.28);
}
.hero__meta dt { font-size: var(--fs-xs); letter-spacing: var(--ls-wide); color: #ffffff; }
.hero__meta dd { font-size: var(--fs-sm); color: rgba(255,255,255,.88); }

@media (min-width: 1024px) {
  .hero { grid-template-rows: auto 1fr; padding-top: calc(var(--sp-7) + var(--sp-5)); }
  .hero__band { position: relative; inset: auto; height: 45svh; }
  .hero__band::after { display: none; }
  .hero__body {
    grid-template-columns: minmax(0, 1fr) minmax(0, 400px);
    gap: var(--sp-9);
    align-content: start;
    align-items: start;
    padding-inline: max(var(--gutter), calc((100vw - var(--container-wide)) / 2));
    padding-block: var(--sp-7);
    color: var(--accent);
  }
  .hero__title { color: var(--accent); }
  .hero__title em { color: var(--brand); }
  .hero__lead { color: color-mix(in oklab, var(--accent) 70%, var(--surface)); }
  .hero .kicker { color: var(--brand); }
  .hero .btn--solid { background: var(--brand); color: var(--brand-ink); }
  .hero .btn--solid:hover { background: var(--accent); color: var(--accent-ink); }
  .hero .btn--line { border-color: color-mix(in oklab, var(--accent) 32%, var(--surface)); color: var(--accent); }
  .hero .btn--line:hover { border-color: var(--brand); background: transparent; color: var(--brand); }
  .hero__meta { border-top-color: color-mix(in oklab, var(--accent) 16%, transparent); }
  .hero__meta > div { border-bottom-color: color-mix(in oklab, var(--accent) 16%, transparent); }
  .hero__meta dt { color: var(--brand); }
  .hero__meta dd { color: color-mix(in oklab, var(--accent) 70%, var(--surface)); }
  .hero__side { padding-top: var(--sp-2); }
}

/* ── 지표 (헤어라인 그리드 + 큰 숫자) ──────────────────────── */

.figures { padding-block: var(--sp-6); }
.figures__grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid color-mix(in oklab, var(--accent) 16%, transparent); }
.fig {
  padding-block: var(--sp-5);
  padding-right: var(--sp-4);
  border-bottom: 1px solid color-mix(in oklab, var(--accent) 16%, transparent);
}
.fig:nth-child(odd) { border-right: 1px solid color-mix(in oklab, var(--accent) 16%, transparent); }
.fig dt { font-size: var(--fs-xs); letter-spacing: var(--ls-wide); color: color-mix(in oklab, var(--accent) 52%, var(--surface)); margin-bottom: var(--sp-3); }
.fig dd { display: flex; align-items: baseline; gap: 2px; line-height: 1; color: var(--accent); }
.fig dd b { font-size: var(--fs-2xl); font-weight: var(--fw-medium); letter-spacing: var(--ls-tighter); }
.fig dd span { font-size: var(--fs-sm); color: color-mix(in oklab, var(--accent) 52%, var(--surface)); }

@media (min-width: 768px) {
  .figures__grid { grid-template-columns: repeat(4, 1fr); }
  .fig { border-bottom: 0; border-right: 1px solid color-mix(in oklab, var(--accent) 16%, transparent); padding-inline: var(--sp-5); }
  .fig:first-child { padding-left: 0; }
  .fig:last-child { border-right: 0; }
}

/* ── 티커 ──────────────────────────────────────────────────── */

.ticker { overflow: hidden; border-block: 1px solid color-mix(in oklab, var(--accent) 16%, transparent); background: var(--surface-alt); padding-block: var(--sp-4); }
.ticker__track { display: flex; align-items: center; gap: var(--sp-6); width: max-content; animation: ticker 40s linear infinite; }
.ticker__track span {
  font-size: var(--fs-xs);
  letter-spacing: var(--ls-widest);
  text-transform: uppercase;
  color: color-mix(in oklab, var(--accent) 62%, var(--surface));
  white-space: nowrap;
}
.ticker__track i { width: 4px; height: 4px; background: var(--brand); flex: none; }
@keyframes ticker { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker__track { animation: none; } }

/* ── 컬렉션 (스티키 헤드 + 비대칭 2단) ─────────────────────── */

.coll__inner { display: grid; gap: var(--sp-7); }
.coll__head { display: grid; gap: var(--sp-4); align-content: start; justify-items: start; }

.coll__list { display: grid; gap: var(--sp-7); }
.citem { display: grid; gap: var(--sp-5); align-items: center; }
.citem__media { border-radius: 0; background: var(--surface-alt); }
.citem__body { display: grid; gap: var(--sp-3); }
.citem__no { font-size: var(--fs-xs); letter-spacing: var(--ls-widest); color: var(--brand); }
.citem h3 { font-size: var(--fs-xl); font-weight: var(--fw-medium); letter-spacing: var(--ls-tight); color: var(--accent); }
.citem p { font-size: var(--fs-sm); color: color-mix(in oklab, var(--accent) 70%, var(--surface)); max-width: 48ch; }
.citem__spec { display: grid; margin-top: var(--sp-2); border-top: 1px solid color-mix(in oklab, var(--accent) 16%, transparent); }
.citem__spec > div {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr);
  gap: var(--sp-4);
  padding-block: var(--sp-3);
  border-bottom: 1px solid color-mix(in oklab, var(--accent) 16%, transparent);
}
.citem__spec dt { font-size: var(--fs-xs); color: color-mix(in oklab, var(--accent) 52%, var(--surface)); }
.citem__spec dd { font-size: var(--fs-sm); color: var(--accent); }

@media (min-width: 768px) {
  .citem { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: var(--sp-6); }
  .citem:nth-child(even) .citem__media { order: 2; }
  .citem:nth-child(even) .citem__body { order: 1; }
}
@media (min-width: 1024px) {
  .coll__inner { grid-template-columns: minmax(0, 320px) minmax(0, 1fr); gap: var(--sp-9); }
  .coll__head { position: sticky; top: var(--sp-9); }
  .citem { grid-template-columns: minmax(0, 1fr) minmax(0, 380px); gap: var(--sp-7); }
  .citem:nth-child(even) { grid-template-columns: minmax(0, 380px) minmax(0, 1fr); }
}

/* ── 공방 (풀블리드 + 겹침 카드) ───────────────────────────── */

.craft { position: relative; padding-bottom: var(--section-y); }
.craft__media { border-radius: 0; aspect-ratio: 4 / 5; }
.craft__card {
  position: relative;
  margin-top: calc(var(--sp-8) * -1);
  margin-left: auto;
  padding: var(--sp-6);
  background: var(--surface);
  display: grid;
  gap: var(--sp-4);
}
.craft__list { display: grid; gap: var(--sp-3); margin-top: var(--sp-2); }
.craft__list li {
  display: grid;
  gap: var(--sp-1);
  padding-top: var(--sp-3);
  border-top: 1px solid color-mix(in oklab, var(--accent) 16%, transparent);
  font-size: var(--fs-sm);
  color: color-mix(in oklab, var(--accent) 70%, var(--surface));
}
.craft__list b { color: var(--brand); }

@media (min-width: 768px) {
  .craft__media { aspect-ratio: 21 / 9; }
  .craft__card { margin-top: calc(var(--sp-10) * -1); max-width: 620px; padding: var(--sp-8); }
  .craft__list li { grid-template-columns: 6rem minmax(0, 1fr); gap: var(--sp-4); align-items: baseline; }
}

/* ── 인용 ──────────────────────────────────────────────────── */

.quote-sec { background: var(--accent); }
.quote { display: grid; gap: var(--sp-5); text-align: center; }
.quote p {
  font-size: var(--fs-xl);
  font-weight: var(--fw-normal);
  line-height: 1.5;
  letter-spacing: var(--ls-tight);
  color: var(--accent-ink);
}
.quote footer { font-size: var(--fs-sm); color: color-mix(in oklab, var(--accent-ink) 56%, transparent); }
.quote footer span { color: var(--accent-ink); font-weight: var(--fw-semibold); }

/* ── 쇼룸 ──────────────────────────────────────────────────── */

.show__inner { display: grid; gap: var(--sp-6); align-items: center; }
.show__head { display: grid; gap: var(--sp-4); justify-items: start; }

@media (min-width: 1024px) {
  .show__inner { grid-template-columns: minmax(0, 340px) minmax(0, 1fr); gap: var(--sp-9); }
}

/* ── 2단 (스티키 헤드) ─────────────────────────────────────── */

.split { display: grid; gap: var(--sp-6); }
.split__head { display: grid; gap: var(--sp-4); align-content: start; justify-items: start; }

@media (min-width: 1024px) {
  .split { grid-template-columns: minmax(0, 320px) minmax(0, 1fr); gap: var(--sp-9); }
  .split__head { position: sticky; top: var(--sp-9); }
}

/* ── 표 ────────────────────────────────────────────────────── */

.table { width: 100%; border-top: 1px solid color-mix(in oklab, var(--accent) 26%, transparent); }
.table > div {
  display: grid;
  grid-template-columns: 5.5rem minmax(0, 1fr);
  gap: var(--sp-4);
  padding-block: var(--sp-4);
  border-bottom: 1px solid color-mix(in oklab, var(--accent) 14%, transparent);
  font-size: var(--fs-sm);
}
.table dt { color: var(--brand); }
.table dd { color: color-mix(in oklab, var(--accent) 70%, var(--surface)); }
.table dd b { color: var(--accent); }

@media (min-width: 768px) { .table > div { grid-template-columns: 10rem minmax(0, 1fr); } }

/* ── 서브페이지 공통 ───────────────────────────────────────── */

.page-hero {
  padding-top: calc(var(--sp-9) + var(--sp-6));
  padding-bottom: var(--sp-7);
  border-bottom: 1px solid color-mix(in oklab, var(--accent) 14%, transparent);
}
.page-hero__inner { display: grid; gap: var(--sp-4); }
.page-hero h1 {
  font-size: var(--fs-3xl);
  font-weight: var(--fw-medium);
  letter-spacing: var(--ls-tighter);
  line-height: 1.05;
  color: var(--accent);
}
.page-hero p { font-size: var(--fs-md); color: color-mix(in oklab, var(--accent) 70%, var(--surface)); max-width: 52ch; }
.crumb { font-size: var(--fs-xs); letter-spacing: var(--ls-wide); text-transform: uppercase; color: color-mix(in oklab, var(--accent) 52%, var(--surface)); }
.crumb a:hover { color: var(--brand); }

@media (min-width: 1024px) {
  .page-hero { padding-top: calc(var(--sp-10) + var(--sp-4)); padding-bottom: var(--sp-8); }
  .page-hero__inner { grid-template-columns: minmax(0, 1fr) minmax(0, 400px); gap: var(--sp-8); align-items: end; }
  .page-hero .crumb { grid-column: 1 / -1; }
}

.prose { display: grid; gap: var(--sp-4); max-width: 62ch; }
.prose h3 { font-size: var(--fs-lg); font-weight: var(--fw-medium); letter-spacing: var(--ls-tight); margin-top: var(--sp-4); color: var(--accent); }
.prose p { font-size: var(--fs-sm); color: color-mix(in oklab, var(--accent) 72%, var(--surface)); line-height: var(--lh-loose); }

/* 큰 숫자 스텝 */
.steps { display: grid; gap: var(--sp-6); }
.stepitem { display: grid; gap: var(--sp-3); padding-top: var(--sp-5); border-top: 1px solid color-mix(in oklab, var(--accent) 26%, transparent); }
.stepitem__num { font-size: var(--fs-2xl); font-weight: var(--fw-medium); letter-spacing: var(--ls-tighter); line-height: 1; color: var(--brand); }
.stepitem h3 { font-size: var(--fs-md); font-weight: var(--fw-semibold); letter-spacing: var(--ls-tight); color: var(--accent); }
.stepitem p { font-size: var(--fs-sm); color: color-mix(in oklab, var(--accent) 70%, var(--surface)); }

@media (min-width: 768px) { .steps { grid-template-columns: repeat(2, 1fr); gap: var(--sp-7); } }
@media (min-width: 1024px) { .steps { grid-template-columns: repeat(4, 1fr); gap: var(--sp-6); } }

/* 갤러리 그리드 */
.gal { display: grid; gap: var(--sp-4); }
@media (min-width: 768px) {
  .gal { grid-template-columns: repeat(6, 1fr); gap: var(--sp-5); }
  .gal > *:nth-child(1) { grid-column: span 4; }
  .gal > *:nth-child(2) { grid-column: span 2; align-self: end; }
  .gal > *:nth-child(3) { grid-column: span 3; }
  .gal > *:nth-child(4) { grid-column: span 3; }
}

/* 폼 */
.form { display: grid; gap: var(--sp-4); }
.form__row { display: grid; gap: var(--sp-4); }
.field { display: grid; gap: var(--sp-2); }
.field label { font-size: var(--fs-xs); letter-spacing: var(--ls-wide); color: var(--brand); }
.field input, .field select, .field textarea {
  padding: var(--sp-3) var(--sp-4);
  background: var(--surface);
  border: 1px solid color-mix(in oklab, var(--accent) 26%, transparent);
  border-radius: var(--r);
  font-size: var(--fs-sm);
  color: var(--accent);
}
.field textarea { min-height: 7rem; resize: vertical; }
.form__note { font-size: var(--fs-xs); color: color-mix(in oklab, var(--accent) 56%, var(--surface)); line-height: 1.8; }

@media (min-width: 768px) { .form__row { grid-template-columns: repeat(2, 1fr); } }

/* 지도 자리 */
.mapbox {
  display: grid;
  place-items: center;
  gap: var(--sp-2);
  aspect-ratio: 16 / 10;
  background:
    repeating-linear-gradient(0deg, transparent 0 23px, color-mix(in oklab, var(--brand) 16%, transparent) 23px 24px),
    repeating-linear-gradient(90deg, transparent 0 23px, color-mix(in oklab, var(--brand) 16%, transparent) 23px 24px),
    var(--surface-alt);
  text-align: center;
}
.mapbox b { font-size: var(--fs-md); font-weight: var(--fw-medium); color: var(--accent); }
.mapbox span { font-size: var(--fs-xs); color: color-mix(in oklab, var(--accent) 56%, var(--surface)); }

/* FAQ */
.qa { border-top: 1px solid color-mix(in oklab, var(--accent) 14%, transparent); }
.qa:last-child { border-bottom: 1px solid color-mix(in oklab, var(--accent) 14%, transparent); }
.qa summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-5);
  padding-block: var(--sp-5);
  font-size: var(--fs-md);
  font-weight: var(--fw-semibold);
  color: var(--accent);
  cursor: pointer;
  list-style: none;
}
.qa summary::-webkit-details-marker { display: none; }
.qa summary:hover { color: var(--brand); }
.qa summary::after {
  content: "";
  width: 13px; height: 13px; flex: none;
  background:
    linear-gradient(var(--accent), var(--accent)) center / 100% 1px no-repeat,
    linear-gradient(var(--accent), var(--accent)) center / 1px 100% no-repeat;
  transition: transform var(--dur) var(--ease);
}
.qa[open] summary::after { transform: rotate(45deg); }
.qa p { padding-bottom: var(--sp-5); font-size: var(--fs-sm); color: color-mix(in oklab, var(--accent) 72%, var(--surface)); max-width: 64ch; }

/* ── 푸터 ──────────────────────────────────────────────────── */

.foot { padding-block: var(--sp-8) var(--sp-6); background: var(--surface-alt); }
.foot__inner { display: grid; gap: var(--sp-5); }
.foot__brand {
  display: inline-flex; align-items: center; gap: var(--sp-3);
  font-size: var(--fs-sm); font-weight: var(--fw-bold);
  letter-spacing: var(--ls-widest); color: var(--accent);
}
.foot__addr { font-style: normal; font-size: var(--fs-sm); color: color-mix(in oklab, var(--accent) 70%, var(--surface)); line-height: 1.9; }
.foot__nav { display: flex; flex-wrap: wrap; gap: var(--sp-5); }
.foot__nav a { font-size: var(--fs-xs); letter-spacing: var(--ls-wide); text-transform: uppercase; color: color-mix(in oklab, var(--accent) 70%, var(--surface)); }
.foot__nav a:hover { color: var(--brand); }
.foot__copy {
  grid-column: 1 / -1;
  padding-top: var(--sp-5);
  border-top: 1px solid color-mix(in oklab, var(--accent) 14%, transparent);
  font-size: var(--fs-xs);
  color: color-mix(in oklab, var(--accent) 56%, var(--surface));
  line-height: 1.9;
}

@media (min-width: 768px) { .foot__inner { grid-template-columns: 1fr 1fr 1fr; gap: var(--sp-7); } }

/* ============================================================
   브랜드 마크 · 아이콘 · 인터랙션 보강 (SPEC 4-C)
   레이아웃·색·타이포는 건드리지 않는다. 반응만 더한다.
   ============================================================ */

/* ── 브랜드 마크 ───────────────────────────────────────────── */
/* 장부 맞춤 — 네 방향 부재가 가운데 사각(노드)에서 물린다.
   헤더 26 · 푸터 22, 같은 도형. 라운드 0 인 작품이라 마크도 각지게. */

.nav__logo, .foot__brand { display: inline-flex; align-items: center; gap: var(--sp-3); }
.nav__mark {
  flex: none;
  /* 위쪽의 9px CSS 점 규칙(width/height/background)을 SVG 기준으로 되돌린다 */
  width: auto; height: auto; background: none; box-shadow: none;
  color: var(--brand);
  transition: transform var(--dur-slow) var(--ease-out), color var(--dur) var(--ease);
}
/* 로고에 올리면 조인트가 90도 돌아 다시 맞물린다 */
.nav__logo:hover .nav__mark { transform: rotate(90deg); }
.foot__brand:hover .nav__mark { transform: rotate(-90deg); }

/* ── 아이콘 ────────────────────────────────────────────────── */

.ico { width: 1em; height: 1em; flex: none; vertical-align: -0.125em; }

.table dt, .citem__spec dt, .fig dt, .hero__meta dt {
  display: flex; align-items: center; gap: var(--sp-2);
}
/* 히어로 메타는 어두운 밴드 사진 위 흰 글자다 — currentColor 를 그대로 둔다 */
.table dt .ico, .citem__spec dt .ico, .fig dt .ico {
  color: var(--brand);
  transition: transform var(--dur) var(--ease-out);
}
.table dt .ico, .fig dt .ico { font-size: var(--fs-md); }
.hero__meta dt .ico { transition: transform var(--dur) var(--ease-out); }
.table > div:hover dt .ico { transform: translateX(2px); }
.hero__meta > div:hover dt .ico { transform: rotate(45deg); }
.fig:hover dt .ico { transform: rotate(45deg); }
.citem:hover .citem__spec dt .ico { transform: translateY(-1px); }

.foot__addr { display: grid; gap: var(--sp-3); line-height: 1.5; }
.foot__addr span { display: flex; align-items: center; gap: var(--sp-3); }
.foot__addr .ico { color: var(--brand); font-size: var(--fs-lg); transition: transform var(--dur) var(--ease-out); }
.foot__addr span:hover .ico { transform: scale(1.14); }

/* 버튼 화살표 — 14px 버튼에서 1em 이면 뭉개진다 */
.btn__arrow { font-size: 1.25em; margin-left: 1px; transition: transform var(--dur) var(--ease-out); }
.btn:hover .btn__arrow { transform: translateX(4px); }

/* ── 내비게이션: 밑줄이 한쪽에서 그어진다 ──────────────────── */

.nav__menu a { position: relative; padding-block: 2px; }
.nav__menu a::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: -3px; height: 1px;
  background: var(--brand);
  transform: scaleX(0); transform-origin: right;
  transition: transform var(--dur) var(--ease-out);
}
.nav__menu a:hover::after { transform: scaleX(1); transform-origin: left; }

/* ── 컬렉션 아이템: 들어올려지고 사진이 당겨진다 ───────────── */

.citem { transition: transform var(--dur) var(--ease-out); }
.citem:hover { transform: translateY(-4px); }
.citem__media { overflow: hidden; }
.citem__media img { transition: transform var(--dur-slow) var(--ease-out); }
.citem:hover .citem__media img { transform: scale(1.04); }
.citem h3 { transition: color var(--dur) var(--ease); }
.citem:hover h3 { color: var(--brand); }
.citem__spec { transition: border-color var(--dur) var(--ease); }
.citem:hover .citem__spec { border-top-color: var(--brand); }
.citem__no { display: inline-block; transition: transform var(--dur) var(--ease-out); }
.citem:hover .citem__no { transform: translateX(4px); }

/* ── 지표 ──────────────────────────────────────────────────── */

.fig { transition: background var(--dur) var(--ease); }
.fig:hover { background: var(--surface-alt); }
.fig dd { transition: transform var(--dur) var(--ease-out), color var(--dur) var(--ease); }
.fig:hover dd { transform: translateY(-2px); color: var(--brand); }

/* ── 표: 행이 살아난다 ─────────────────────────────────────── */

.table > div { transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease); }
.table > div:hover { background: var(--surface-alt); border-bottom-color: var(--line-strong); }
.table dd { transition: color var(--dur) var(--ease); }
.table > div:hover dd { color: var(--accent); }
.hero__meta > div { transition: background var(--dur) var(--ease); }
.hero__meta > div:hover { background: rgba(255,255,255,.10); }

/* ── 공정 스텝: 상단 선이 차오른다 ─────────────────────────── */

.stepitem { position: relative; transition: transform var(--dur) var(--ease-out); }
.stepitem::before {
  content: "";
  position: absolute; left: 0; top: -1px; height: 1px; width: 0;
  background: var(--brand);
  transition: width var(--dur-slow) var(--ease-out);
}
.stepitem:hover { transform: translateY(-3px); }
.stepitem:hover::before { width: 100%; }
.stepitem__num { display: inline-block; transition: transform var(--dur) var(--ease-out), color var(--dur) var(--ease); }
.stepitem:hover .stepitem__num { transform: translateY(-2px); color: var(--accent); }

/* ── 갤러리 · 풀블리드 사진 ────────────────────────────────── */

.gal .img-slot { overflow: hidden; }
.gal .img-slot img { transition: transform var(--dur-slow) var(--ease-out); }
.gal .img-slot:hover img { transform: scale(1.04); }
.craft__media img, .show__media img { transition: transform var(--dur-slow) var(--ease-out); }
.craft:hover .craft__media img { transform: scale(1.02); }
.show__media:hover img { transform: scale(1.03); }

/* ── 공정 목록 ─────────────────────────────────────────────── */

.craft__list li { transition: color var(--dur) var(--ease), transform var(--dur) var(--ease-out); }
.craft__list li:hover { color: var(--accent); transform: translateX(5px); }

/* ── FAQ · 폼 ──────────────────────────────────────────────── */

.qa summary { transition: color var(--dur) var(--ease); }
@keyframes qaOpen {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: none; }
}
.qa[open] p { animation: qaOpen var(--dur) var(--ease-out) both; }

.field input, .field select, .field textarea {
  transition: border-color var(--dur) var(--ease), background var(--dur) var(--ease);
}
.field input:hover, .field select:hover, .field textarea:hover { border-color: var(--brand); }
.field label { transition: color var(--dur) var(--ease); }

@keyframes jointLock {
  0%   { transform: rotate(0deg) scale(1); }
  55%  { transform: rotate(50deg) scale(.9); }
  100% { transform: rotate(90deg) scale(1); }
}
.nav__logo:active .nav__mark { animation: jointLock var(--dur-slow) var(--ease-out); }

/* 컬렉션·쇼룸 섹션 머리 아래 브랜드 선이 왼쪽에서 그어진다 */
@keyframes lineWipe { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.coll__head, .show__head { position: relative; }
.coll__head::after, .show__head::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: calc(var(--sp-3) * -1); height: 1px;
  background: var(--brand); transform-origin: left;
  animation: lineWipe var(--dur-slow) var(--ease-out) both;
}

/* ── 푸터 ──────────────────────────────────────────────────── */

.foot__nav a { position: relative; transition: color var(--dur) var(--ease); }
.foot__nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -3px; height: 1px;
  background: currentColor; transform: scaleX(0); transform-origin: right;
  transition: transform var(--dur) var(--ease-out);
}
.foot__nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.foot__addr span { transition: color var(--dur) var(--ease); }
.foot__addr span:hover { color: var(--accent); }
.crumb a { transition: color var(--dur) var(--ease); }
.crumb a:hover { color: var(--brand); }

/* ── 형제 계단식 지연 ──────────────────────────────────────── */

html.js .figures__grid .reveal:nth-child(2) { transition-delay: 60ms; }
html.js .figures__grid .reveal:nth-child(3) { transition-delay: 120ms; }
html.js .figures__grid .reveal:nth-child(4) { transition-delay: 180ms; }
html.js .coll__list .reveal:nth-child(2) { transition-delay: 90ms; }
html.js .coll__list .reveal:nth-child(3) { transition-delay: 180ms; }
html.js .steps .reveal:nth-child(2) { transition-delay: 90ms; }
html.js .steps .reveal:nth-child(3) { transition-delay: 180ms; }
html.js .steps .reveal:nth-child(4) { transition-delay: 270ms; }
html.js .gal .reveal:nth-child(2) { transition-delay: 80ms; }
html.js .gal .reveal:nth-child(3) { transition-delay: 160ms; }
html.js .gal .reveal:nth-child(4) { transition-delay: 240ms; }

@media (prefers-reduced-motion: reduce) {
  html.js .reveal { transition-delay: 0s !important; }
  .nav__logo:hover .nav__mark, .foot__brand:hover .nav__mark,
  .citem:hover, .citem:hover .citem__media img, .citem:hover .citem__no,
  .citem:hover .citem__spec dt .ico, .fig:hover dd, .fig:hover dt .ico,
  .gal .img-slot:hover img, .craft:hover .craft__media img, .show__media:hover img,
  .stepitem:hover, .stepitem:hover .stepitem__num, .btn:hover .btn__arrow,
  .table > div:hover dt .ico, .hero__meta > div:hover dt .ico,
  .foot__addr span:hover .ico { transform: none; }
  .nav__logo:active .nav__mark { animation: none; }
}


/* ===== 획일성 제거 — MIN 무드 어휘 =====================================
   160작품이 레퍼런스의 밑줄 draw·카드 리프트·대문자 킥커를 그대로 복사해
   같은 사이트 리스킨으로 보였다. 반응 방식을 무드에 맞게 갈아끼운다.
   ==================================================================== */
/* 세로 카덴스를 작품마다 다르게 — 전부 같은 --section-y 를 쓰는 게 구조적 tell 이었다 */
:root { --section-y: clamp(3.59rem, 2.2293rem + 5.8155vw, 7.17rem); }

/* 미니멀 — 밑줄을 없앤다. 여백과 색만으로 반응한다. */
.nav__menu a::after, .foot__nav a::after { display: none !important; }
.foot__nav a, .nav__menu a:hover { color: var(--ink); }
.foot__nav a, .nav__menu a { position: relative; }
.foot__nav a::before, .nav__menu a::before {
  content: ""; position: absolute; left: -10px; top: 50%;
  width: 3px; height: 3px; border-radius: 50%;
  background: currentColor; opacity: 0;
  transform: translateY(-50%);
  transition: opacity var(--dur) var(--ease);
}
.foot__nav a:hover::before, .nav__menu a:hover::before { opacity: 1; }
.citem:hover .citem__spec dt .ico, .citem:hover, .fig:hover dd, .stepitem:hover, .stepitem:hover .stepitem__num { transform: none; }
.citem:hover .citem__spec dt .ico, .citem:hover, .fig:hover dd, .stepitem:hover, .stepitem:hover .stepitem__num { box-shadow: none; }
.kicker, .label { text-transform: none; letter-spacing: var(--ls-snug); font-weight: var(--fw-medium); }

/* ===== 티커 걷어내기 — MIN 무드에 마퀴는 어울리지 않는다 ==========
   내용(실적·목록·인증)은 실제 정보라 유지하고 장치만 바꾼다.
   ================================================================ */
/* 티커 → 얇은 구분선으로 나눈 한 줄. 흐르지 않는다. */
.ticker { overflow: visible; }
.ticker__track { animation: none !important; width: auto; flex-wrap: wrap; gap: 0; }
.ticker__track > span { padding-inline: var(--sp-5); border-left: 1px solid var(--line); }
.ticker__track > span:first-child { padding-left: 0; border-left: 0; }
.ticker__track > i { display: none; }

/* webit-touch */
@media (max-width: 767px) {
  .nav__inner { flex-wrap: wrap; overflow: visible; }
  .hero__actions, .hero__acts { flex-wrap: wrap; }
}
html.tier-premium .hero__title em, html.tier-premium h1 em { font-style: italic; }
html.tier-premium .btn--solid { letter-spacing: .06em; }
