/* ============================================================
   귀족마사지 — Velvet & Gold · Boudoir Theatrical
   "막이 오르면, 한 시간의 사치가 시작됩니다"
   ============================================================ */

:root {
  /* palette — wine velvet + champagne */
  --wine-deep:  #1f0710;
  --wine:       #2d0d18;
  --wine-2:     #3a1322;
  --wine-3:     #4a1a2c;
  --plum:       #5a2541;

  --gold:       #d4a456;
  --gold-2:     #e8c47a;
  --gold-deep:  #ad8038;
  --gold-soft:  rgba(212, 164, 86, 0.18);

  --pearl:      #f4ead0;
  --ivory:      #d8c8a8;
  --muted:      #8a7a5e;

  /* type */
  --display:  "Playfair Display", "Noto Serif KR", serif;
  --body:     "Cormorant Garamond", "Noto Serif KR", serif;
  --serif-ko: "Noto Serif KR", "Nanum Myeongjo", serif;
  --sans:     "Inter", "Noto Sans KR", system-ui, sans-serif;
  --ko:       "Noto Sans KR", system-ui, sans-serif;
  --mono:     "JetBrains Mono", ui-monospace, monospace;

  --max:      1320px;
  --pad:      clamp(20px, 4vw, 56px);
  --r-card:   2px;
  --ease:     cubic-bezier(.22, 1, .36, 1);
}

/* reset */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--body);
  font-weight: 400;
  background: var(--wine);
  color: var(--pearl);
  line-height: 1.65;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
h1, h2, h3, h4 { margin: 0; font-family: var(--display); font-weight: 400; line-height: 1.05; letter-spacing: -0.01em; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }

.container { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad); }

/* ============================================================
   DAMASK BACKGROUND — 다마스크 패턴 페어럴럭스
   ============================================================ */
.damask {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.06;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='none' stroke='%23d4a456' stroke-width='0.8'><path d='M100,20 C120,40 130,60 100,80 C70,60 80,40 100,20 Z'/><path d='M100,180 C120,160 130,140 100,120 C70,140 80,160 100,180 Z'/><path d='M20,100 C40,80 60,70 80,100 C60,130 40,120 20,100 Z'/><path d='M180,100 C160,80 140,70 120,100 C140,130 160,120 180,100 Z'/><circle cx='100' cy='100' r='4' fill='%23d4a456' stroke='none'/><circle cx='100' cy='100' r='14'/><path d='M100,86 L100,114 M86,100 L114,100' stroke-dasharray='2 2'/></svg>");
  background-size: 220px 220px;
  background-color: var(--wine);
  will-change: transform;
}

/* film grain */
.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 5;
  opacity: 0.08;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence baseFrequency='0.85' numOctaves='2'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  mix-blend-mode: overlay;
}

/* aura — 깊은 곳에서 스며나오는 골드 글로우 */
.aura {
  position: fixed;
  pointer-events: none;
  z-index: 0;
  border-radius: 50%;
  filter: blur(120px);
  will-change: transform;
}
.aura--gold {
  width: 50vmax; height: 50vmax;
  top: -20vmax; right: -15vmax;
  background: radial-gradient(circle, rgba(212, 164, 86, 0.18), transparent 70%);
}
.aura--plum {
  width: 50vmax; height: 50vmax;
  bottom: -25vmax; left: -15vmax;
  background: radial-gradient(circle, rgba(90, 37, 65, 0.4), transparent 70%);
}

/* ============================================================
   GOLD DUST — 떠다니는 황금 가루
   ============================================================ */
.dust {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}
.speck {
  position: absolute;
  border-radius: 50%;
  background: var(--gold-2);
  box-shadow: 0 0 8px rgba(232, 196, 122, 0.7);
  will-change: transform;
  opacity: 0.7;
}
.speck--lg { width: 4px; height: 4px; }
.speck--md { width: 2.5px; height: 2.5px; opacity: 0.55; }
.speck--sm { width: 1.5px; height: 1.5px; opacity: 0.4; }

/* ============================================================
   FILIGREE — 페이지에 떠다니는 황금 장식 SVG
   ============================================================ */
.filigree-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
.filigree {
  position: absolute;
  color: var(--gold);
  opacity: 0;
  will-change: transform, opacity;
  transition: opacity 1.4s var(--ease);
}
.filigree.on { opacity: 0.55; }

.fil--top-r {
  top: 12vh; right: 4vw;
  width: 160px;
}
.fil--mid-l {
  top: 90vh; left: 3vw;
  width: 130px;
  transform: scaleX(-1);
}
.fil--mid-r {
  top: 170vh; right: 5vw;
  width: 140px;
}
.fil--bot-l {
  top: 260vh; left: 4vw;
  width: 120px;
  transform: scaleX(-1);
}
.fil--bot-r {
  top: 350vh; right: 3vw;
  width: 150px;
}
.fil--small {
  top: 60vh; left: 25vw;
  width: 70px;
}
.fil--small-2 {
  top: 200vh; right: 28vw;
  width: 60px;
}
.fil--small-3 {
  top: 320vh; left: 30vw;
  width: 80px;
}

/* ============================================================
   PROGRESS — 우측 세로 황금 진행 라인
   ============================================================ */
.progress {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: rgba(212, 164, 86, 0.15);
  z-index: 100;
}
.progress__fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--gold), var(--gold-2), var(--gold));
  box-shadow: 0 0 8px rgba(212, 164, 86, 0.6);
}

/* ============================================================
   THEATRICAL CURTAIN — 무대 커튼, 스크롤 시 양쪽으로 열림
   ============================================================ */
.curtains {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 100vh;
  z-index: 4;
  pointer-events: none;
  overflow: hidden;
}
.curtain {
  position: absolute;
  top: 0;
  height: 100%;
  width: 60vw;
  background:
    repeating-linear-gradient(
      90deg,
      var(--wine-deep) 0,
      var(--wine-deep) 12px,
      var(--wine) 12px,
      var(--wine) 24px,
      var(--wine-3) 24px,
      var(--wine-3) 36px,
      var(--wine) 36px,
      var(--wine) 48px
    );
  will-change: transform;
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.5);
}
.curtain--left {
  left: 0;
  transform-origin: left center;
  border-right: 1px solid var(--gold-deep);
}
.curtain--right {
  right: 0;
  transform-origin: right center;
  border-left: 1px solid var(--gold-deep);
}
.curtain__top {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 60px;
  background: linear-gradient(180deg, var(--wine-deep), transparent);
  border-bottom: 1px solid var(--gold-deep);
}
.curtain__tassel {
  position: absolute;
  top: 40%;
  width: 30px;
  height: 200px;
  background:
    radial-gradient(ellipse at top, var(--gold-2), var(--gold) 40%, var(--gold-deep) 70%);
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(212, 164, 86, 0.4);
}
.curtain--left .curtain__tassel {
  right: -8px;
}
.curtain--right .curtain__tassel {
  left: -8px;
}

/* ============================================================
   TOPBAR
   ============================================================ */
.topbar {
  position: relative;
  z-index: 6;
  background: var(--wine-deep);
  color: var(--ivory);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.25em;
  border-bottom: 1px solid var(--gold-deep);
}
.topbar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 0;
  flex-wrap: wrap;
  gap: 14px;
}
.topbar__group { display: flex; gap: 22px; flex-wrap: wrap; }
.topbar__item { display: inline-flex; align-items: center; gap: 8px; }
.dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 8px rgba(212, 164, 86, 0.7);
  animation: glow 2.4s ease-in-out infinite;
}
@keyframes glow {
  0%, 100% { opacity: 0.6; box-shadow: 0 0 8px rgba(212, 164, 86, 0.4); }
  50%      { opacity: 1; box-shadow: 0 0 16px rgba(212, 164, 86, 0.9); }
}
.k { color: var(--gold); }

/* ============================================================
   HEADER
   ============================================================ */
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(45, 13, 24, 0.7);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s var(--ease), background .3s var(--ease);
}
.header.scrolled {
  border-color: var(--gold-deep);
  background: rgba(31, 7, 16, 0.92);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 16px;
}
.brand__mark {
  width: 50px; height: 50px;
  background: var(--gold);
  color: var(--wine-deep);
  display: grid;
  place-items: center;
  border-radius: 50%;
  position: relative;
  font-family: var(--display);
  font-style: italic;
  font-size: 22px;
  font-weight: 600;
}
.brand__mark::before {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  opacity: 0.5;
}
.brand__mark::after {
  content: "";
  position: absolute;
  inset: -10px;
  border: 1px dashed var(--gold);
  border-radius: 50%;
  opacity: 0.3;
}
.brand__name {
  font-family: var(--display);
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
  color: var(--pearl);
  line-height: 1;
  letter-spacing: -0.01em;
}
.brand__sub {
  font-family: var(--mono);
  font-size: 9px;
  color: var(--gold);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-top: 5px;
}
.nav {
  display: flex;
  gap: 36px;
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--ivory);
}
.nav a {
  position: relative;
  padding: 4px 0;
  transition: color .25s var(--ease);
}
.nav a::after {
  content: "";
  position: absolute;
  left: 0; bottom: -3px;
  width: 0; height: 1px;
  background: var(--gold);
  transition: width .3s var(--ease);
}
.nav a:hover { color: var(--gold-2); }
.nav a:hover::after { width: 100%; }

.cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 13px 24px;
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--gold);
  border-radius: 999px;
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  transition: background .3s var(--ease), color .3s var(--ease);
}
.cta:hover { background: var(--gold); color: var(--wine-deep); }
.cta svg { width: 12px; height: 12px; }

.menu-toggle {
  display: none;
  width: 42px; height: 42px;
  border: 1px solid var(--gold);
  color: var(--gold);
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

main { position: relative; z-index: 3; }

/* ============================================================
   ORNAMENT DIVIDER — 황금 장식 디바이더
   ============================================================ */
.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px 0;
  color: var(--gold);
}
.divider::before, .divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-deep), transparent);
  max-width: 240px;
}
.divider svg {
  width: 32px; height: 32px;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  padding: clamp(60px, 10vh, 120px) 0 clamp(80px, 12vh, 140px);
  display: flex;
  align-items: center;
  min-height: 90vh;
}
.hero__inner { width: 100%; text-align: center; position: relative; }
.hero__crown {
  display: block;
  margin: 0 auto 30px;
  width: 64px;
  color: var(--gold);
}
.hero__pretitle {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 36px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
}
.hero__pretitle::before, .hero__pretitle::after {
  content: "";
  width: 36px; height: 1px;
  background: var(--gold-deep);
}
.hero__title {
  font-family: var(--display);
  font-size: clamp(56px, 11vw, 180px);
  font-weight: 400;
  color: var(--pearl);
  letter-spacing: -0.02em;
  line-height: 0.95;
  margin-bottom: 36px;
}
.hero__title .row { display: block; }
.hero__title .ko-row {
  font-family: var(--serif-ko);
  font-weight: 500;
  letter-spacing: -0.04em;
}
.hero__title .ital {
  font-style: italic;
  color: var(--gold);
  font-weight: 400;
}
.hero__title .ornament {
  display: inline-block;
  margin: 0 0.2em;
  color: var(--gold);
  font-size: 0.6em;
  vertical-align: 0.15em;
}
.hero__sub {
  font-family: var(--body);
  font-style: italic;
  font-size: clamp(18px, 1.6vw, 23px);
  color: var(--ivory);
  line-height: 1.65;
  max-width: 640px;
  margin: 0 auto 44px;
  font-weight: 400;
}
.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 34px;
  border-radius: 999px;
  font-family: var(--mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  border: 1px solid var(--gold);
  transition: background .3s var(--ease), color .3s var(--ease), transform .3s var(--ease);
}
.btn--gold { background: var(--gold); color: var(--wine-deep); }
.btn--gold:hover { background: var(--gold-2); border-color: var(--gold-2); transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--gold); }
.btn--ghost:hover { background: var(--gold); color: var(--wine-deep); transform: translateY(-2px); }
.btn svg { width: 14px; height: 14px; transition: transform .3s var(--ease); }
.btn:hover svg { transform: translate(3px, -3px); }

/* HERO STATS */
.hero__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 80px;
  border-top: 1px solid var(--gold-deep);
  border-bottom: 1px solid var(--gold-deep);
}
.stat {
  padding: 24px 26px;
  border-right: 1px solid var(--gold-deep);
  text-align: center;
}
.stat:last-child { border-right: 0; }
.stat__num {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1;
  color: var(--gold);
  font-weight: 500;
  letter-spacing: -0.02em;
}
.stat__num span.unit {
  font-size: 0.5em;
  margin-left: 4px;
  color: var(--pearl);
  font-style: normal;
  font-weight: 400;
}
.stat__label {
  margin-top: 12px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--ivory);
  opacity: 0.75;
}

/* ============================================================
   MARQUEE
   ============================================================ */
.marquee {
  position: relative;
  z-index: 4;
  overflow: hidden;
  background: var(--wine-deep);
  color: var(--gold);
  padding: 26px 0;
  border-block: 1px solid var(--gold-deep);
}
.marquee--gold { background: var(--gold); color: var(--wine-deep); }
.marquee__track {
  display: flex;
  gap: 50px;
  white-space: nowrap;
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(30px, 5vw, 60px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.01em;
  will-change: transform;
}
.marquee__track > span {
  display: inline-flex;
  align-items: center;
  gap: 50px;
}
.m-orn {
  display: inline-block;
  width: 0.7em; height: 0.7em;
  flex-shrink: 0;
}

/* ============================================================
   SECTION COMMON
   ============================================================ */
.section {
  padding: clamp(100px, 15vh, 180px) 0;
  position: relative;
}
.eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}
.eyebrow::before {
  content: "";
  width: 28px; height: 1px;
  background: var(--gold);
}
.section__title {
  font-family: var(--display);
  font-size: clamp(44px, 7vw, 100px);
  font-weight: 400;
  color: var(--pearl);
  letter-spacing: -0.02em;
  line-height: 1.0;
}
.section__title .ital { font-style: italic; color: var(--gold); }
.section__title .ko-row {
  font-family: var(--serif-ko);
  font-weight: 500;
}
.section__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 80px;
  align-items: end;
}
.section__intro {
  font-family: var(--body);
  font-style: italic;
  font-size: 19px;
  color: var(--ivory);
  line-height: 1.7;
  max-width: 520px;
  font-weight: 400;
}

/* ============================================================
   ABOUT — sticky 거대 모노그램 + 챕터 리스트
   ============================================================ */
.about__grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: start;
}
.about__sticky {
  position: sticky;
  top: 120px;
  text-align: center;
}
.about__monogram {
  position: relative;
  display: inline-block;
  padding: 50px;
  will-change: transform;
}
.about__monogram::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--gold);
  border-radius: 50%;
}
.about__monogram::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px dashed var(--gold);
  border-radius: 50%;
  opacity: 0.5;
  animation: spin 60s linear infinite;
  will-change: transform;
}
@keyframes spin { to { transform: rotate(360deg); } }
.about__big {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(120px, 22vw, 280px);
  line-height: 0.85;
  color: var(--gold);
  letter-spacing: -0.05em;
  font-weight: 600;
  display: inline-block;
}
.about__cap {
  margin-top: 40px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ivory);
  opacity: 0.8;
}

.chapters { display: grid; gap: 0; }
.chapter {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 30px;
  padding: 36px 0;
  border-bottom: 1px solid var(--gold-deep);
  align-items: start;
}
.chapter:first-child { border-top: 1px solid var(--gold-deep); }
.chapter__num {
  font-family: var(--display);
  font-style: italic;
  font-size: 38px;
  font-weight: 500;
  color: var(--gold);
  line-height: 1;
  letter-spacing: -0.02em;
}
.chapter__cap {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ivory);
  opacity: 0.65;
  margin-top: 8px;
  display: block;
}
.chapter h3 {
  font-family: var(--ko);
  font-weight: 700;
  font-size: clamp(24px, 2.4vw, 32px);
  color: var(--pearl);
  margin-bottom: 14px;
  letter-spacing: -0.04em;
}
.chapter h3 .ital {
  font-family: var(--display);
  font-style: italic;
  color: var(--gold);
  font-weight: 500;
}
.chapter p {
  font-family: var(--body);
  font-size: 17px;
  color: var(--ivory);
  line-height: 1.85;
  font-weight: 400;
}

/* ============================================================
   PROGRAMS — 메뉴(메뉴 카드) 그리드, 황금 코너 장식
   ============================================================ */
.programs__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.menu-card {
  background: var(--wine-2);
  border: 1px solid var(--gold-deep);
  border-radius: var(--r-card);
  padding: 40px 32px 32px;
  position: relative;
  transition: transform .35s var(--ease), background .35s var(--ease), border-color .35s var(--ease);
}
.menu-card:hover {
  transform: translateY(-6px);
  background: var(--wine-3);
  border-color: var(--gold);
}
/* 황금 코너 장식 4개 */
.menu-card::before,
.menu-card::after,
.menu-card .corner-bl,
.menu-card .corner-br {
  content: "";
  position: absolute;
  width: 18px; height: 18px;
  border: 1px solid var(--gold);
  pointer-events: none;
}
.menu-card::before { top: -1px; left: -1px; border-right: 0; border-bottom: 0; }
.menu-card::after  { top: -1px; right: -1px; border-left: 0; border-bottom: 0; }
.menu-card .corner-bl { bottom: -1px; left: -1px; border-right: 0; border-top: 0; }
.menu-card .corner-br { bottom: -1px; right: -1px; border-left: 0; border-top: 0; }

.menu-card__num {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--gold);
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.menu-card__num::before {
  content: "";
  width: 14px; height: 1px;
  background: var(--gold);
}
.menu-card__icon {
  width: 64px; height: 64px;
  margin-bottom: 26px;
  color: var(--gold);
}
.menu-card__name {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(28px, 3vw, 36px);
  color: var(--pearl);
  margin-bottom: 4px;
  letter-spacing: -0.02em;
  font-weight: 500;
}
.menu-card__name-ko {
  font-family: var(--serif-ko);
  font-weight: 500;
  font-size: 15px;
  color: var(--gold);
  margin-bottom: 18px;
  letter-spacing: 0.05em;
}
.menu-card__desc {
  font-family: var(--body);
  font-size: 16px;
  color: var(--ivory);
  line-height: 1.85;
  margin-bottom: 28px;
  font-weight: 400;
  opacity: 0.9;
}
.menu-card__bottom {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-top: 22px;
  border-top: 1px solid var(--gold-deep);
}
.menu-card__time {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--ivory);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.7;
}
.menu-card__price {
  font-family: var(--display);
  font-style: italic;
  font-size: 32px;
  color: var(--gold);
  font-weight: 500;
}
.menu-card__price small {
  font-size: 0.5em;
  color: var(--ivory);
  letter-spacing: 0.1em;
  margin-left: 3px;
  font-style: normal;
  opacity: 0.7;
}

/* ============================================================
   SALON — 사진 자리 + 큰 인용
   ============================================================ */
.salon {
  background: var(--wine-deep);
  border-block: 1px solid var(--gold-deep);
  padding: clamp(120px, 18vh, 200px) 0;
  position: relative;
}
.salon::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 30%, rgba(212, 164, 86, 0.12), transparent 50%),
    radial-gradient(ellipse at 70% 70%, rgba(90, 37, 65, 0.4), transparent 50%);
  pointer-events: none;
}
.salon__inner {
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.salon__mark {
  font-family: var(--display);
  font-style: italic;
  font-size: 130px;
  line-height: 0.4;
  color: var(--gold);
  margin-bottom: 40px;
  opacity: 0.7;
  display: block;
}
.salon__text {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(32px, 5vw, 64px);
  font-weight: 400;
  line-height: 1.25;
  color: var(--pearl);
  margin-bottom: 36px;
  letter-spacing: -0.02em;
}
.salon__text .gold { color: var(--gold); }
.salon__attr {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
}

/* ============================================================
   CONTACT
   ============================================================ */
.contact { padding: clamp(100px, 14vh, 160px) 0; }
.contact__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 80px;
}
.contact__copy h2 {
  font-family: var(--display);
  font-size: clamp(44px, 7vw, 100px);
  color: var(--pearl);
  margin-bottom: 36px;
  letter-spacing: -0.02em;
  line-height: 1;
  font-weight: 400;
}
.contact__copy h2 .ital { font-style: italic; color: var(--gold); }
.contact__copy h2 .ko-row {
  font-family: var(--serif-ko);
  font-weight: 500;
}
.contact__copy p {
  font-family: var(--body);
  font-style: italic;
  font-size: 19px;
  color: var(--ivory);
  line-height: 1.7;
  margin-bottom: 40px;
  max-width: 460px;
  font-weight: 400;
}
.contact__list { display: grid; gap: 0; }
.contact__item {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid var(--gold-deep);
  align-items: baseline;
}
.contact__item:first-child { border-top: 1px solid var(--gold-deep); }
.contact__label {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
}
.contact__value {
  font-family: var(--display);
  font-size: 22px;
  color: var(--pearl);
  font-weight: 400;
}
.contact__value .ital { font-style: italic; color: var(--gold); }
.contact__value a:hover { color: var(--gold); }

.contact__card {
  background: var(--wine-deep);
  border: 1px solid var(--gold-deep);
  padding: 56px 48px;
  border-radius: var(--r-card);
  position: relative;
  overflow: hidden;
}
.contact__card::before,
.contact__card::after,
.contact__card .corner-bl,
.contact__card .corner-br {
  content: "";
  position: absolute;
  width: 24px; height: 24px;
  border: 1px solid var(--gold);
  pointer-events: none;
}
.contact__card::before { top: 8px; left: 8px; border-right: 0; border-bottom: 0; }
.contact__card::after  { top: 8px; right: 8px; border-left: 0; border-bottom: 0; }
.contact__card .corner-bl { bottom: 8px; left: 8px; border-right: 0; border-top: 0; }
.contact__card .corner-br { bottom: 8px; right: 8px; border-left: 0; border-top: 0; }
.contact__card-eyebrow {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 26px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.contact__card-eyebrow::before {
  content: "";
  width: 24px; height: 1px;
  background: var(--gold);
}
.contact__card h3 {
  font-family: var(--display);
  font-size: clamp(28px, 3.4vw, 42px);
  color: var(--pearl);
  margin-bottom: 24px;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.contact__card h3 .ital { font-style: italic; color: var(--gold); }
.contact__card p {
  font-family: var(--body);
  font-style: italic;
  color: var(--ivory);
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 36px;
  font-weight: 400;
}

/* ============================================================
   FOOTER — 큰 왁스 인장
   ============================================================ */
.footer {
  background: var(--wine-deep);
  color: var(--ivory);
  padding: 80px 0 32px;
  border-top: 1px solid var(--gold-deep);
  position: relative;
  z-index: 4;
  overflow: hidden;
}
.footer__crest {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.footer__seal {
  width: 140px;
  height: 140px;
  position: relative;
  flex-shrink: 0;
  will-change: transform;
}
.footer__seal::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid var(--gold);
  border-radius: 50%;
}
.footer__seal::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px dashed var(--gold);
  border-radius: 50%;
  opacity: 0.5;
}
.footer__seal-mono {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-style: italic;
  font-size: 70px;
  font-weight: 600;
  color: var(--gold);
}
.footer__giant {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(60px, 11vw, 160px);
  font-weight: 400;
  color: transparent;
  -webkit-text-stroke: 1px var(--gold);
  line-height: 0.85;
  letter-spacing: -0.04em;
  flex: 1;
  min-width: 0;
}
.footer__top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--gold-deep);
}
.footer__brand .brand__name { color: var(--pearl); }
.footer__brand .brand__sub { color: var(--gold); }
.footer__brand p {
  font-family: var(--body);
  font-style: italic;
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.7;
  max-width: 360px;
  color: var(--ivory);
  opacity: 0.85;
}
.footer__col h4 {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
  font-weight: 400;
}
.footer__col ul { display: grid; gap: 10px; font-size: 13px; }
.footer__col a:hover { color: var(--gold); }
.footer__bottom {
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  font-family: var(--mono);
  letter-spacing: 0.25em;
  flex-wrap: wrap;
  gap: 12px;
  text-transform: uppercase;
  color: var(--ivory);
  opacity: 0.7;
}
.footer__biz { color: var(--muted); }

/* ============================================================
   reveal
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s var(--ease), transform 1s var(--ease);
}
.reveal.in { opacity: 1; transform: none; }
.reveal--d1 { transition-delay: .1s; }
.reveal--d2 { transition-delay: .2s; }
.reveal--d3 { transition-delay: .3s; }
.reveal--d4 { transition-delay: .4s; }

/* ============================================================
   responsive
   ============================================================ */
@media (max-width: 1000px) {
  .nav { display: none; }
  .menu-toggle { display: inline-grid; }
  .nav.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    right: var(--pad);
    background: var(--wine-2);
    border: 1px solid var(--gold-deep);
    padding: 22px 26px;
    border-radius: 4px;
    gap: 18px;
  }
  .header__inner > .cta { display: none; }
  .programs__grid { grid-template-columns: 1fr 1fr; }
  .section__head { grid-template-columns: 1fr; gap: 24px; }
  .about__grid { grid-template-columns: 1fr; gap: 60px; }
  .about__sticky { position: relative; top: auto; }
  .contact__grid { grid-template-columns: 1fr; gap: 50px; }
  .footer__top { grid-template-columns: 1fr; gap: 30px; }
  .hero__stats { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid var(--gold-deep); }
  .curtain { width: 70vw; }
}
@media (max-width: 600px) {
  .programs__grid { grid-template-columns: 1fr; }
  .footer__bottom { justify-content: flex-start; }
  .hero__cta { flex-direction: column; align-items: stretch; }
  .btn { justify-content: center; }
  .topbar__group { gap: 14px; }
  .topbar__inner { font-size: 9px; }
  .contact__card { padding: 44px 32px; }
  .footer__crest { gap: 24px; }
  .footer__seal { width: 100px; height: 100px; }
  .footer__seal-mono { font-size: 50px; }
  .fil--top-r, .fil--mid-l, .fil--mid-r, .fil--bot-l, .fil--bot-r { width: 90px; }
}

@media (prefers-reduced-motion: reduce) {
  .speck, .filigree, .marquee__track, .about__big, .about__monogram::after,
  .footer__seal, .damask, .aura { transition: none !important; transform: none !important; animation: none !important; }
  .curtain { transform: translateX(-100%) !important; }
  .curtain--right { transform: translateX(100%) !important; }
  html { scroll-behavior: auto; }
  .dot { animation: none; }
}
