/* ==========================================================================
   강남 도파민 가라오케 — design system
   레퍼런스: haoqi.design (HUD 헤더 · 12컬럼 벤토 그리드 · 모노 라벨 · 초대형 타이포 · 다크/라이트)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=TikTok+Sans:opsz,wght@12..36,400..900&family=Geist+Mono:wght@400;500&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css');

:root {
  --font-sans: 'TikTok Sans', 'Pretendard Variable', Pretendard, -apple-system, 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
  --font-kr: 'Pretendard Variable', Pretendard, 'TikTok Sans', -apple-system, 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
  --font-mono: 'Geist Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;

  --ease: cubic-bezier(.66, 0, .01, 1);
  --gutter: clamp(16px, 4vw, 56px);
  --sel: #ff3bdc;          /* 도파민 마젠타 — 배지·선택·강조 */
  --cyan: #3ee6ff;         /* 영업중 점멸 */

  /* dark (default) */
  --label: 255, 255, 255;
  --label-d: 230, 232, 232;
  --bg-deep: 15, 17, 17;
  --bg-el: #171a1a;
  --l1: rgba(var(--label), 1);
  --l2: rgba(var(--label-d), .6);
  --l3: rgba(var(--label-d), .32);
  --l4: rgba(var(--label-d), .16);
  --line: rgba(var(--label-d), .12);
  --bg: rgb(var(--bg-deep));
  --invert: 0;
  color-scheme: dark;
}
html[data-theme="light"] {
  --label: 0, 0, 0;
  --label-d: 54, 54, 48;
  --bg-deep: 251, 250, 244;
  --bg-el: #efede7;
  --l1: rgba(var(--label), 1);
  --l2: rgba(var(--label-d), .62);
  --l3: rgba(var(--label-d), .34);
  --l4: rgba(var(--label-d), .18);
  --line: rgba(var(--label-d), .12);
  --bg: rgb(var(--bg-deep));
  --invert: 1;
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--l1);
  font-family: var(--font-kr);
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  transition: background-color .45s var(--ease), color .45s var(--ease);
  overflow-x: hidden;
}
::selection { background: var(--sel); color: #000; }
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; padding: 0; }
h1, h2, h3, h4, p, ul, ol, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- type utilities ---------- */
.mono { font-family: var(--font-mono); font-feature-settings: 'tnum' 1; letter-spacing: 0; }
.label { font-family: var(--font-mono); font-size: 11px; line-height: 1.4; text-transform: uppercase; color: var(--l2); letter-spacing: .02em; }
.ul { text-decoration: underline; text-underline-offset: .22em; text-decoration-color: var(--l3); transition: text-decoration-color .3s; }
.ul:hover { text-decoration-color: var(--l1); }
.display {
  font-family: var(--font-kr);
  font-weight: 800;
  font-size: clamp(54px, 11.2vw, 172px);
  line-height: .92;
  letter-spacing: -0.045em;
  word-break: keep-all;
}
.display .en { font-family: var(--font-sans); font-weight: 700; letter-spacing: -0.03em; }
.lead {
  font-family: var(--font-kr);
  font-weight: 400;
  font-size: clamp(22px, 3.6vw, 54px);
  line-height: 1.06;
  letter-spacing: -0.03em;
  word-break: keep-all;
}
.lead .dim { color: var(--l2); }
.statement {
  font-family: var(--font-kr);
  font-weight: 800;
  font-size: clamp(38px, 6.6vw, 98px);
  line-height: .98;
  letter-spacing: -0.045em;
  word-break: keep-all;
}
.h2 {
  font-family: var(--font-kr);
  font-weight: 700;
  font-size: clamp(28px, 4vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  word-break: keep-all;
}
.h3 { font-weight: 700; font-size: clamp(18px, 1.6vw, 22px); letter-spacing: -0.02em; line-height: 1.25; }
.p { color: var(--l2); font-size: clamp(15px, 1.2vw, 17px); line-height: 1.7; word-break: keep-all; max-width: 62ch; }
.p strong, .p b { color: var(--l1); font-weight: 600; }
.chip {
  display: inline-block; vertical-align: .08em;
  font-family: var(--font-mono); font-size: .34em; text-transform: uppercase;
  background: var(--l1); color: var(--bg); padding: .15em .45em; margin: 0 .1em; border-radius: 2px;
  letter-spacing: .02em;
}
.tag {
  position: absolute; top: 0; right: 0; z-index: 2;
  background: var(--sel); color: #000;
  font-family: var(--font-mono); font-size: 11px; line-height: 1.5; text-transform: uppercase;
  padding: 0 5px; letter-spacing: .02em; pointer-events: none; user-select: none;
}
.tag.alt { background: var(--l1); color: var(--bg); }

/* ---------- HUD header (4 corners) ---------- */
.hud {
  position: fixed; inset: 0; z-index: 50;
  display: flex; flex-direction: column; justify-content: space-between;
  padding: 14px var(--gutter);
  font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: .02em;
  pointer-events: none;
  color: var(--l1);
}
/* 상·하단 페이드 — 본문이 HUD 아래로 지나갈 때 글자 겹침 방지 */
.hud::before, .hud::after {
  content: ''; position: absolute; left: 0; right: 0; height: 150px; pointer-events: none; z-index: -1;
  transition: background .45s var(--ease);
}
.hud::before { top: 0; background: linear-gradient(to bottom, rgba(var(--bg-deep), .96) 0%, rgba(var(--bg-deep), .75) 45%, rgba(var(--bg-deep), 0) 100%); }
.hud::after { bottom: 0; height: 110px; background: linear-gradient(to top, rgba(var(--bg-deep), .92) 0%, rgba(var(--bg-deep), 0) 100%); }
@media (max-width: 1023px) { .hud::after { display: none; } .hud::before { height: 120px; } }
.hud a, .hud button { pointer-events: auto; color: inherit; }
.hud-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; }
.hud-col { display: flex; flex-direction: column; gap: 2px; }
.hud-col.right { text-align: right; align-items: flex-end; }
.hud .brand { font-weight: 500; }
.hud nav { display: flex; flex-direction: column; gap: 2px; margin-top: 6px; }
.hud nav a, .hud .brand, .hud button { opacity: .92; transition: opacity .25s; }
.hud nav a:hover, .hud button:hover, .hud a:hover { opacity: .55; }
.hud .bracket { opacity: .55; }
.hud .dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); margin-right: 6px; vertical-align: -1px; box-shadow: 0 0 10px var(--cyan); animation: blink 2.2s infinite; }
.hud .dot.off { background: #ff6b6b; box-shadow: none; animation: none; }
@keyframes blink { 0%, 100% { opacity: 1 } 50% { opacity: .35 } }
.hud .xy { font-variant-numeric: tabular-nums; }
.hud-bottom .reserve-link { font-weight: 500; }
@media (max-width: 1023px) {
  .hud nav { flex-direction: row; flex-wrap: wrap; gap: 10px 12px; margin-top: 8px; }
  .hud nav a:nth-child(n+5) { display: none; }
  .hud-bottom { display: none; }
}

/* ---------- page shell ---------- */
.page { padding: 0 var(--gutter); }
.sec { padding: clamp(88px, 12vw, 190px) 0; border-top: 1px solid var(--line); }
.sec.tight { padding-top: clamp(56px, 8vw, 120px); }
.sec-head { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; margin-bottom: clamp(36px, 5vw, 72px); align-items: end; }
.sec-head .label { grid-column: 1 / span 3; }
.sec-head .h2 { grid-column: 4 / span 9; }
.sec-head .h2 .num { font-family: var(--font-mono); font-weight: 400; font-size: .45em; color: var(--l3); vertical-align: top; margin-right: .4em; letter-spacing: 0; }
@media (max-width: 767px) {
  .sec-head { gap: 10px; }
  .sec-head .label, .sec-head .h2 { grid-column: 1 / -1; }
}

/* ---------- hero ---------- */
.hero { padding-top: clamp(150px, 28vh, 300px); padding-bottom: clamp(40px, 6vw, 96px); }
.hero .label { margin-bottom: 26px; display: flex; gap: 14px; flex-wrap: wrap; }
.hero .display { margin-bottom: clamp(28px, 4vw, 64px); }
.hero .display .line { display: block; }
.hero .lead { max-width: 22ch; }
.hero-meta { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; margin-top: clamp(48px, 7vw, 110px); align-items: start; }
.hero-meta .intro { grid-column: 1 / span 7; font-size: clamp(17px, 1.55vw, 24px); line-height: 1.45; letter-spacing: -0.02em; color: var(--l1); word-break: keep-all; }
.hero-meta .intro .dim { color: var(--l2); }
.hero-meta .kv { grid-column: 9 / span 4; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; }
.hero-meta .kv dt { color: var(--l3); }
.hero-meta .kv dd { margin: 0; text-align: right; }
@media (max-width: 1023px) {
  .hero-meta .intro { grid-column: 1 / -1; }
  .hero-meta .kv { grid-column: 1 / -1; max-width: 420px; }
}

/* ---------- bento grid ---------- */
.grid12 { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 0; margin: 0 -8px; }
.card { display: block; padding: 8px; min-width: 0; position: relative; }
.card .media { position: relative; width: 100%; overflow: hidden; background: var(--bg-el); }
.card .media img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform 1.1s var(--ease), filter .6s var(--ease); }
.card:hover .media img { transform: scale(1.035); }
.card .media.textual { display: flex; flex-direction: column; justify-content: space-between; padding: 18px; border: 1px solid var(--line); }
.card .media.textual .big { font-family: var(--font-sans); font-weight: 700; font-size: clamp(34px, 4.5vw, 72px); line-height: .95; letter-spacing: -0.04em; }
.card .media.textual .big .kr { font-family: var(--font-kr); font-weight: 800; letter-spacing: -0.045em; }
.card .media.textual .sub { color: var(--l2); font-size: 13px; line-height: 1.5; word-break: keep-all; max-width: 28ch; }
.card .media.textual.sel { background: var(--sel); color: #000; border-color: transparent; }
.card .media.textual.sel .sub { color: rgba(0, 0, 0, .65); }
.card .media.textual.sel .tag { background: #000; color: var(--sel); }
.card .row { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 12px; font-size: 12px; text-transform: uppercase; min-width: 0; }
.card .row .t { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 500; }
.card .row .m { font-family: var(--font-mono); white-space: nowrap; color: var(--l2); display: flex; gap: 10px; align-items: center; }
.card .row .m .arr { transition: transform .3s var(--ease); display: inline-block; }
.card:hover .row .m .arr { transform: translate(2px, -2px); }
@media (min-width: 1024px) { .card .row { font-size: 13px; } }

.s12 { grid-column: span 12; } .s8 { grid-column: span 8; } .s6 { grid-column: span 6; } .s4 { grid-column: span 4; } .s3 { grid-column: span 3; }
.ar-wide { aspect-ratio: 1332 / 750; } .ar-std { aspect-ratio: 4 / 3; } .ar-sq { aspect-ratio: 1 / 1; } .ar-tall { aspect-ratio: 3 / 4; } .ar-photo { aspect-ratio: 3 / 2; }
@media (max-width: 1023px) {
  .s8 { grid-column: span 12; } .s6 { grid-column: span 6; } .s4 { grid-column: span 6; } .s3 { grid-column: span 6; }
}
@media (max-width: 639px) {
  .s6, .s4 { grid-column: span 12; } .s3 { grid-column: span 6; }
  .card .media.textual { padding: 14px; }
}

/* ---------- statement ---------- */
.statement-wrap { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.statement-wrap .statement { grid-column: 1 / -1; margin-bottom: clamp(40px, 6vw, 90px); }
.statement-wrap .col { grid-column: span 5; }
.statement-wrap .col + .col { grid-column: 8 / span 5; }
.statement .sel-text { color: var(--sel); }
@media (max-width: 1023px) { .statement-wrap .col, .statement-wrap .col + .col { grid-column: 1 / -1; } }

/* ---------- tables ---------- */
.tbl { width: 100%; border-collapse: collapse; font-size: 14px; }
.tbl th, .tbl td { text-align: left; padding: 14px 0; border-top: 1px solid var(--line); vertical-align: top; }
.tbl tr:last-child td { border-bottom: 1px solid var(--line); }
.tbl th { font-family: var(--font-mono); font-weight: 400; font-size: 11px; text-transform: uppercase; color: var(--l3); }
.tbl td.num { font-family: var(--font-mono); text-align: right; white-space: nowrap; font-size: 15px; }
.tbl td.num.big { font-size: clamp(20px, 2.2vw, 30px); letter-spacing: -0.02em; }
.tbl td .note { display: block; color: var(--l3); font-size: 12px; margin-top: 3px; }
.tbl td .ev { font-family: var(--font-mono); font-size: 11px; background: var(--sel); color: #000; padding: 1px 5px; margin-left: 8px; text-transform: uppercase; vertical-align: middle; }

/* ---------- price ---------- */
.price-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px 16px; }
.price-grid .base { grid-column: 1 / span 5; }
.price-grid .est { grid-column: 7 / span 6; }
.price-grid .calc { grid-column: 1 / span 7; margin-top: clamp(40px, 6vw, 90px); }
.price-grid .board { grid-column: 9 / span 4; margin-top: clamp(40px, 6vw, 90px); }
.price-grid .notes { grid-column: 1 / -1; margin-top: clamp(32px, 4vw, 56px); }
.price-grid .blockhead { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 14px; }
.price-grid .blockhead .h3 { margin: 0; }
@media (max-width: 1023px) {
  .price-grid .base, .price-grid .est, .price-grid .calc, .price-grid .board { grid-column: 1 / -1; }
  .price-grid .board { margin-top: 24px; }
}
.seg { display: inline-flex; border: 1px solid var(--line); font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; }
.seg button { padding: 8px 14px; color: var(--l2); border-right: 1px solid var(--line); transition: background .25s, color .25s; }
.seg button:last-child { border-right: 0; }
.seg button[aria-pressed="true"] { background: var(--l1); color: var(--bg); }
.seg.sel button[aria-pressed="true"] { background: var(--sel); color: #000; }
.stepper { display: inline-flex; align-items: center; border: 1px solid var(--line); font-family: var(--font-mono); font-size: 13px; }
.stepper button { width: 40px; height: 36px; color: var(--l2); font-size: 18px; line-height: 1; }
.stepper button:hover { color: var(--l1); }
.stepper output { min-width: 60px; text-align: center; border-left: 1px solid var(--line); border-right: 1px solid var(--line); height: 36px; line-height: 36px; }
.calc-controls { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 24px; margin-bottom: 22px; }
.calc-controls .ctl { display: flex; flex-direction: column; gap: 8px; }
.calc-controls .ctl .label { margin: 0; }
.calc-out { border-top: 1px solid var(--line); }
.calc-out .line { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.calc-out .line .k { color: var(--l2); }
.calc-out .line .v { font-family: var(--font-mono); white-space: nowrap; }
.calc-out .total { display: flex; justify-content: space-between; align-items: baseline; padding: 18px 0 6px; }
.calc-out .total .k { font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; color: var(--l2); }
.calc-out .total .v { font-family: var(--font-mono); font-size: clamp(30px, 4vw, 52px); letter-spacing: -0.03em; line-height: 1; }
.calc-out .hint { font-size: 12px; color: var(--l3); margin-top: 8px; }
.board figure { position: relative; background: var(--bg-el); }
.board img { width: 100%; height: auto; }
.board figcaption { margin-top: 10px; font-family: var(--font-mono); font-size: 11px; color: var(--l3); text-transform: uppercase; }
.notes-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.notes-list li { border-top: 1px solid var(--line); padding-top: 12px; font-size: 14px; color: var(--l2); word-break: keep-all; }
.notes-list li b { display: block; color: var(--l1); font-weight: 600; margin-bottom: 4px; }
@media (max-width: 767px) { .notes-list { grid-template-columns: 1fr; } .calc-controls { grid-template-columns: 1fr; } }

/* ---------- hours ---------- */
.hours-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.hours-grid .h-card { grid-column: span 4; border-top: 1px solid var(--line); padding-top: 16px; }
.hours-grid .h-card .k { font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; color: var(--l3); margin-bottom: 12px; display: flex; justify-content: space-between; }
.hours-grid .h-card .t { font-family: var(--font-mono); font-size: clamp(26px, 3.2vw, 44px); letter-spacing: -0.03em; line-height: 1; margin-bottom: 10px; }
.hours-grid .h-card .d { color: var(--l2); font-size: 14px; word-break: keep-all; }
.hours-grid .h-card.now { border-top-color: var(--sel); }
.hours-grid .h-card.now .k::after { content: 'NOW'; background: var(--sel); color: #000; padding: 0 5px; }
@media (max-width: 767px) { .hours-grid .h-card { grid-column: 1 / -1; } }

/* ---------- facility list ---------- */
.facts { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; margin-top: clamp(40px, 6vw, 90px); }
.facts li { grid-column: span 3; border-top: 1px solid var(--line); padding-top: 14px; }
.facts li .n { font-family: var(--font-mono); font-size: 11px; color: var(--l3); margin-bottom: 14px; }
.facts li .v { font-family: var(--font-sans); font-weight: 700; font-size: clamp(28px, 3.4vw, 48px); letter-spacing: -0.04em; line-height: 1; margin-bottom: 8px; }
.facts li .v .kr { font-family: var(--font-kr); font-weight: 800; }
.facts li .d { color: var(--l2); font-size: 14px; word-break: keep-all; }
@media (max-width: 1023px) { .facts li { grid-column: span 6; } }

/* ---------- menu ---------- */
.menu-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.menu-grid .table-set { grid-column: 1 / span 5; }
.menu-grid .cats { grid-column: 7 / span 6; }
.menu-grid .set-list li { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; border-top: 1px solid var(--line); font-size: 14px; }
.menu-grid .set-list li:last-child { border-bottom: 1px solid var(--line); }
.menu-grid .set-list li .m { font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; color: var(--l3); white-space: nowrap; }
.menu-grid .set-list li .m.inc { color: var(--sel); }
.menu-grid .cats li { display: grid; grid-template-columns: 40px 1fr auto; gap: 12px; align-items: baseline; padding: 14px 0; border-top: 1px solid var(--line); }
.menu-grid .cats li:last-child { border-bottom: 1px solid var(--line); }
.menu-grid .cats .idx { font-family: var(--font-mono); font-size: 11px; color: var(--l3); }
.menu-grid .cats .name { font-weight: 600; }
.menu-grid .cats .name small { display: block; font-weight: 400; color: var(--l2); font-size: 13px; margin-top: 2px; word-break: keep-all; }
.menu-grid .cats .pr { font-family: var(--font-mono); font-size: 14px; white-space: nowrap; }
@media (max-width: 1023px) { .menu-grid .table-set, .menu-grid .cats { grid-column: 1 / -1; } }

/* ---------- why / two-col with image ---------- */
.two { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; align-items: start; }
.two .img { grid-column: 1 / span 5; }
.two .txt { grid-column: 7 / span 6; }
.two .img figure { background: var(--bg-el); position: relative; overflow: hidden; }
.two .img img { width: 100%; height: auto; }
.two .steps li { border-top: 1px solid var(--line); padding: 16px 0; display: grid; grid-template-columns: 48px 1fr; gap: 12px; }
.two .steps li:last-child { border-bottom: 1px solid var(--line); }
.two .steps .n { font-family: var(--font-mono); font-size: 11px; color: var(--l3); padding-top: 4px; }
.two .steps b { display: block; font-weight: 600; margin-bottom: 4px; }
.two .steps p { color: var(--l2); font-size: 14px; word-break: keep-all; }
@media (max-width: 1023px) { .two .img, .two .txt { grid-column: 1 / -1; } .two .img { max-width: 560px; } }

/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 48px 1fr 24px; gap: 12px; align-items: baseline; padding: 20px 0; font-weight: 600; font-size: clamp(15px, 1.3vw, 18px); letter-spacing: -0.015em; word-break: keep-all; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .n { font-family: var(--font-mono); font-weight: 400; font-size: 11px; color: var(--l3); }
.faq summary .pm { font-family: var(--font-mono); color: var(--l2); text-align: right; transition: transform .3s var(--ease); }
.faq details[open] summary .pm { transform: rotate(45deg); }
.faq .a { padding: 0 0 22px 60px; color: var(--l2); font-size: 15px; line-height: 1.7; max-width: 70ch; word-break: keep-all; }
.faq .a b { color: var(--l1); font-weight: 600; }
@media (max-width: 639px) { .faq summary { grid-template-columns: 32px 1fr 20px; } .faq .a { padding-left: 44px; } }

/* ---------- location ---------- */
.loc { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.loc .info { grid-column: 1 / span 6; }
.loc .pic { grid-column: 8 / span 5; }
.loc .pic figure { background: var(--bg-el); overflow: hidden; }
.loc .pic img { width: 100%; height: auto; }
.loc dl { display: grid; grid-template-columns: 120px 1fr; gap: 14px 16px; border-top: 1px solid var(--line); padding-top: 16px; font-size: 15px; }
.loc dt { font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; color: var(--l3); padding-top: 4px; }
.loc dd { margin: 0; word-break: keep-all; }
.loc dd small { display: block; color: var(--l2); font-size: 13px; margin-top: 3px; }
@media (max-width: 1023px) { .loc .info, .loc .pic { grid-column: 1 / -1; } .loc .pic { max-width: 480px; } }

/* ---------- reserve ---------- */
.reserve { text-align: left; }
.reserve .statement { margin-bottom: clamp(28px, 4vw, 56px); }
.cta-list { display: flex; flex-wrap: wrap; gap: 10px; }
.cta-list a {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-mono); font-size: 12px; text-transform: uppercase;
  border: 1px solid var(--line); padding: 14px 18px; transition: background .3s, color .3s, border-color .3s;
}
.cta-list a:hover { background: var(--l1); color: var(--bg); border-color: var(--l1); }
.cta-list a.primary { background: var(--sel); color: #000; border-color: var(--sel); }
.cta-list a.primary:hover { background: var(--l1); border-color: var(--l1); color: var(--bg); }
.cta-list a .big { font-size: clamp(16px, 1.6vw, 22px); letter-spacing: -0.02em; }

/* ---------- footer ---------- */
footer { padding: clamp(88px, 12vw, 190px) 0 28px; border-top: 1px solid var(--line); }
.foot-big { font-family: var(--font-kr); font-weight: 800; font-size: clamp(46px, 9.6vw, 150px); line-height: .9; letter-spacing: -0.05em; margin-bottom: clamp(48px, 8vw, 120px); }
.foot-big .w { display: block; }
.foot-big .w.en { font-family: var(--font-sans); font-weight: 700; letter-spacing: -0.035em; }
.foot-big .w.sel { color: var(--sel); }
.foot-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; }
.foot-grid .c { grid-column: span 3; display: flex; flex-direction: column; gap: 6px; }
.foot-grid .c .k { color: var(--l3); margin-bottom: 6px; }
.foot-grid a:hover { color: var(--l2); }
.foot-legal { margin-top: clamp(40px, 6vw, 80px); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px 24px; font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; color: var(--l3); }
@media (max-width: 767px) { .foot-grid .c { grid-column: span 6; } }
.seo-text { margin-top: 40px; color: var(--l3); font-size: 12px; line-height: 1.7; max-width: 90ch; word-break: keep-all; }
.seo-text h2 { font-size: 12px; font-weight: 600; color: var(--l2); margin-bottom: 6px; }
.seo-text p + h2 { margin-top: 14px; }

/* ---------- floating CTA (mobile) ---------- */
.fab {
  position: fixed; left: 50%; bottom: 16px; transform: translateX(-50%); z-index: 60;
  display: none; align-items: center; gap: 12px;
  background: var(--sel); color: #000; font-family: var(--font-mono); font-size: 12px; text-transform: uppercase;
  padding: 12px 18px; border-radius: 999px; box-shadow: 0 8px 30px rgba(0, 0, 0, .35);
}
.fab b { font-size: 14px; }
@media (max-width: 1023px) { .fab { display: inline-flex; } }

/* ---------- reveal ---------- */
.rv { opacity: 0; filter: blur(8px); transform: translateY(10px); transition: opacity .9s var(--ease), filter .9s var(--ease), transform .9s var(--ease); }
.rv.in { opacity: 1; filter: blur(0); transform: none; }
@media (prefers-reduced-motion: reduce) {
  .rv { opacity: 1; filter: none; transform: none; transition: none; }
  .hud .dot { animation: none; }
  html { scroll-behavior: auto; }
}

/* ---------- lightbox ---------- */
.lb { position: fixed; inset: 0; z-index: 80; background: rgba(0, 0, 0, .92); display: none; align-items: center; justify-content: center; padding: 24px; cursor: zoom-out; }
.lb.on { display: flex; }
.lb img { max-width: 100%; max-height: 100%; object-fit: contain; }
.lb .cap { position: absolute; left: 24px; bottom: 20px; font-family: var(--font-mono); font-size: 11px; color: #fff; text-transform: uppercase; }
.zoom { cursor: zoom-in; }
