/* ============================================================
   TRV-LP-118 · 별담 트래블 · 3DM 3D·인터랙티브 (여행사/투어 원페이지)
   ◼다크 지면(#080D14, L 5.5%) · 시안 글로우(#28C5E1) · 바이올렛 보조광
   ── 깊이(z)를 실제로 쓰는 작품. 히어로는 3층 패럴랙스, 상품 카드는
      perspective + rotate3d, 궤도 SVG 는 3D 회전으로 돈다.
   ── 같은 TRV 다크인 028(LUX 황동)·116(NEO 라임)과 색·장치가 겹치지 않게
      118 은 냉색 글로우 + 깊이 이동만 쓴다.
   ============================================================ */

/* ★SPEC v1.7 — 암묵 그리드 트랙이 max-content 로 부풀어 페이지를 밀어내는 것을 원천 차단 */
* { grid-auto-columns: minmax(0, 1fr); }
/* 그리드/플렉스 자식이 내재 폭을 주장하지 못하게 한다 (중간 래퍼까지 커버) */
:where([style*="grid"], .grid, [class*="__grid"], [class*="__inner"], [class*="__list"],
       .hero, .tours, .steps, .cond, .shots, .foot__inner) > * { min-width: 0; }

:root {
  --brand:       #28c5e1;
  --brand-ink:   #04161c;   /* on #28C5E1 = 8.94:1 실측 */
  --accent:      #a97cff;
  --accent-ink:  #0b0714;
  --surface:     #080d14;   /* HSL L 5.5% — SPEC 4-B 다크 지면 */
  --surface-alt: #101a26;
  --font-display: var(--font-sans);
  --r: var(--r-lg);

  /* ★SPEC v1.2 4절 — 다크 지면 작품에만 허용되는 중립 5개 */
  --ink:         #e6f2f7;   /* 17.1:1 on --surface */
  --ink-2:       #9fb3c2;   /*  9.0:1 */
  --ink-3:       #7d92a3;   /*  6.0:1 — --surface 위에서만 사용 */
  --line:        #1b2836;
  --line-strong: #2c3f52;
}

body { background: var(--surface); }
::selection { background: var(--brand); color: var(--brand-ink); }

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

.kicker, .label {
  font-family: var(--font-mono);
  font-size: var(--fs-xs);
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
  color: var(--brand);
}
.label { color: var(--ink-3); }
.label--alt { color: var(--ink-2); }   /* --surface-alt 지면 전용 */

.h2 { font-size: var(--fs-3xl); letter-spacing: var(--ls-tighter); line-height: 1.04; }
.h3 { font-size: var(--fs-xl); letter-spacing: var(--ls-tight); }
.body-lg { font-size: var(--fs-md); color: var(--ink-2); max-width: 46ch; line-height: var(--lh-loose); }
.body-sm { font-size: var(--fs-sm); color: var(--ink-2); }
.glow-t { color: var(--brand); text-shadow: 0 0 26px color-mix(in oklab, var(--brand) 55%, transparent); }

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

.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-sm); font-weight: var(--fw-semibold);
  border-radius: var(--r-full);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease),
              background var(--dur) var(--ease), color var(--dur) var(--ease);
}
.btn--solid {
  background: var(--brand); color: var(--brand-ink);
  box-shadow: 0 8px 30px color-mix(in oklab, var(--brand) 34%, transparent);
}
.btn--solid:hover { transform: translateY(-2px); box-shadow: 0 14px 40px color-mix(in oklab, var(--brand) 46%, transparent); }
/* 히어로 스크림 위에 얹히므로 반투명 배경은 88% 까지 올린다(70% 는 여유가 없다) */
.btn--ghost { border: 1px solid var(--line-strong); color: var(--ink); background: color-mix(in oklab, var(--surface-alt) 88%, transparent); }
.btn--ghost:hover { border-color: var(--brand); color: var(--brand); transform: translateY(-2px); }
.btn--sm { padding: var(--sp-3) var(--sp-5); }

/* ── 헤더 ──────────────────────────────────────────────────── */

.nav {
  position: fixed; inset: 0 0 auto 0; z-index: var(--z-header);
  background: color-mix(in oklab, var(--surface) 84%, transparent);
  backdrop-filter: saturate(1.4) blur(16px);
  border-bottom: 1px solid var(--line);
}
.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)) / 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-wide); text-transform: uppercase; }
.nav__mark {
  width: 10px; height: 10px; border-radius: var(--r-full); flex: none;
  background: var(--brand);
  box-shadow: 0 0 14px var(--brand), 0 0 28px color-mix(in oklab, var(--brand) 60%, transparent);
}
.nav__menu { display: none; gap: var(--sp-6); }
.nav__menu a { font-size: var(--fs-sm); color: var(--ink-2); transition: color var(--dur) var(--ease); }
.nav__menu a:hover { color: var(--brand); }
@media (min-width: 1024px) { .nav__menu { display: flex; } }

/* ── 히어로 ── 3층 깊이 + 다크 스크림 ──────────────────────── */

.hero { --header-h: 76px; }
.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas: "text";
  align-items: end;
  min-height: 100svh;
  padding-top: calc(var(--header-h) + var(--sp-6));
  padding-bottom: var(--sp-8);
  overflow: hidden;               /* ★글로우/메쉬 의사요소를 반드시 가둔다 */
  isolation: isolate;
}

.hero__media { position: absolute; inset: 0; z-index: 0; }
.hero__media .img-slot { position: absolute; inset: 0; aspect-ratio: auto; border-radius: 0; background: var(--surface); }
.hero__media .img-slot > img { transform: scale(1.08); transition: transform 1.2s var(--ease-out); }

/* ★레이어 순서가 대비를 결정한다: 사진(z0) → 글로우(z1) → 스크림(z2) → 텍스트(z2/.hero__text).
   글로우를 스크림 위에 두면 헤드라인 뒤 지면이 밝아져 대비가 무너진다.
   실측: 글로우가 위에 있을 때 h1 1.61:1, 아래로 내린 뒤 통과.
   두 글로우를 하나의 의사요소에 겹쳐 그려 inset:0 안에 완전히 가둔다. */
.hero__media::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    /* 24% 에서는 글로우가 킥커 뒤까지 번져 시안 라벨이 4.40:1 로 떨어졌다(실측).
       15% 로 낮추면 상단의 옅은 스크림 구간에서만 읽히고 텍스트 뒤는 건드리지 않는다. */
    radial-gradient(ellipse 74% 48% at 10% 0%,
      color-mix(in oklab, var(--brand) 15%, transparent) 0%, transparent 60%),
    radial-gradient(ellipse 58% 46% at 96% 99%,
      color-mix(in oklab, var(--accent) 22%, transparent) 0%, transparent 64%);
}
/* 스크림 — 원본이 순백일 때를 가정해 역산했다. 텍스트 블록이 히어로의 30~76%
   구간을 차지하므로 그 구간 전체를 82% 이상으로 덮는다(82% 합성 시 --ink-2 가
   순백 사진 위에서도 5.5:1). 떨어뜨리는 지점을 텍스트 종료 위쪽에 두는 것이 핵심.
   상단 12%는 거의 투명하게 남겨 은하수가 실제로 보이게 한다. */
.hero__media::after {
  content: ""; position: absolute; inset: 0; z-index: 2;
  background:
    linear-gradient(6deg,
      color-mix(in oklab, var(--surface) 93%, transparent) 0%,
      color-mix(in oklab, var(--surface) 90%, transparent) 55%,
      color-mix(in oklab, var(--surface) 86%, transparent) 80%,
      color-mix(in oklab, var(--surface) 34%, transparent) 92%,
      color-mix(in oklab, var(--surface) 8%, transparent) 100%);
}

.hero__text {
  grid-area: text; position: relative; z-index: 2;
  display: grid; gap: var(--sp-4);
  padding-inline: max(var(--gutter), calc((100vw - var(--container)) / 2));
  max-width: 100%;
}
.hero__title { font-size: var(--fs-4xl); line-height: 1.0; letter-spacing: var(--ls-tighter); }
.hero__lead { font-size: var(--fs-md); color: var(--ink-2); max-width: 38ch; }
.hero__actions { display: flex; flex-wrap: wrap; gap: var(--sp-3); margin-top: var(--sp-2); }
.hero__badges { display: flex; flex-wrap: wrap; gap: var(--sp-2) var(--sp-4); margin-top: var(--sp-4); }
.hero__badges span {
  font-family: var(--font-mono); font-size: var(--fs-xs);
  letter-spacing: var(--ls-wide); text-transform: uppercase; color: var(--ink-2);
  padding: var(--sp-2) var(--sp-4);
  border: 1px solid var(--line-strong); border-radius: var(--r-full);
  background: color-mix(in oklab, var(--surface) 62%, transparent);
}

/* 마우스 패럴랙스 — script.js 가 --px/--py 를 갱신한다 */
.hero__orbit {
  position: absolute; z-index: 2; pointer-events: none;
  right: 6%; top: 18%;
  width: min(280px, 42vw); aspect-ratio: 1;
  transform: translate3d(calc(var(--px, 0) * 22px), calc(var(--py, 0) * 22px), 0);
  transition: transform 340ms var(--ease-out);
  opacity: .9;
}
.hero__orbit circle { fill: none; stroke: color-mix(in oklab, var(--brand) 60%, transparent); }
.hero__orbit .dot { fill: var(--brand); }
.hero__orbit .dot--v { fill: var(--accent); }
.hero__orbit g { transform-origin: 100px 100px; animation: bdOrbit 26s linear infinite; }
.hero__orbit g.rev { animation-duration: 40s; animation-direction: reverse; }
@keyframes bdOrbit { to { transform: rotate(360deg); } }

@media (min-width: 1024px) {
  .hero { padding-bottom: var(--sp-10); }
  .hero__text { max-width: 66%; }
  .hero__orbit { right: 8%; top: 22%; width: 320px; }
}

/* ── 지표 스트립 ───────────────────────────────────────────── */

.strip { border-block: 1px solid var(--line); background: var(--surface-alt); }
.strip__grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-inline: max(var(--gutter), calc((100vw - var(--container)) / 2));
}
.strip__item { padding-block: var(--sp-6); padding-right: var(--sp-5); border-bottom: 1px solid var(--line); }
.strip__item:nth-child(odd) { border-right: 1px solid var(--line); }
.strip__item dt { font-family: var(--font-mono); font-size: var(--fs-xs); letter-spacing: var(--ls-wide); text-transform: uppercase; color: var(--ink-2); margin-bottom: var(--sp-3); }
.strip__item dd { font-size: var(--fs-2xl); font-weight: var(--fw-bold); letter-spacing: var(--ls-tight); line-height: 1; color: var(--brand); }
.strip__item dd span { font-size: var(--fs-sm); font-weight: var(--fw-medium); color: var(--ink-2); margin-left: 3px; }
@media (min-width: 768px) {
  .strip__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .strip__item { border-bottom: 0; border-right: 1px solid var(--line); padding-inline: var(--sp-5); }
  .strip__item:first-child { padding-left: 0; }
  .strip__item:last-child { border-right: 0; }
}

/* ── 섹션 공통 ─────────────────────────────────────────────── */

.sec { padding-block: var(--section-y); position: relative; }
.sec--alt { background: var(--surface-alt); border-block: 1px solid var(--line); }
.sec__head { display: grid; gap: var(--sp-4); margin-bottom: var(--sp-8); }

/* ── 투어 카드 — perspective + rotate3d ────────────────────── */

.tours { display: grid; gap: var(--sp-6); perspective: 1400px; }
.tour {
  display: grid; gap: var(--sp-4);
  padding: var(--sp-5);
  border: 1px solid var(--line-strong);
  border-radius: var(--r);
  background: linear-gradient(160deg,
      color-mix(in oklab, var(--surface-alt) 96%, var(--brand)) 0%,
      var(--surface-alt) 62%);
  transform-style: preserve-3d;
  transition: transform var(--dur-slow) var(--ease-out), box-shadow var(--dur-slow) var(--ease-out), border-color var(--dur) var(--ease);
  will-change: transform;
}
.tour:hover, .tour:focus-within {
  transform: rotate3d(1, -.6, 0, 7deg) translateZ(26px);
  border-color: color-mix(in oklab, var(--brand) 60%, var(--line-strong));
  box-shadow: 0 28px 60px rgba(0,0,0,.55), 0 0 0 1px color-mix(in oklab, var(--brand) 24%, transparent);
}
.tour figure { border-radius: var(--r-md); }
.tour__no { font-family: var(--font-mono); font-size: var(--fs-xs); letter-spacing: var(--ls-wide); color: var(--brand); }
.tour__name { font-size: var(--fs-lg); letter-spacing: var(--ls-tight); }
.tour__desc { font-size: var(--fs-sm); color: var(--ink-2); }
.tour__meta { display: flex; flex-wrap: wrap; gap: var(--sp-3) var(--sp-5); padding-top: var(--sp-4); border-top: 1px solid var(--line); }
.tour__meta div { display: grid; gap: 2px; }
.tour__meta dt { font-size: var(--fs-xs); color: var(--ink-2); }
.tour__meta dd { font-size: var(--fs-sm); font-weight: var(--fw-semibold); }
.tour__price { font-size: var(--fs-lg); font-weight: var(--fw-bold); letter-spacing: var(--ls-tight); color: var(--brand); }
@media (min-width: 768px) { .tours { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; } }
@media (prefers-reduced-motion: reduce) {
  .tour:hover, .tour:focus-within { transform: none; }
  .hero__orbit { transform: none; }
}

/* ── 코스 스텝 (sticky 제목 + 큰 숫자) ─────────────────────── */

.steps__inner { display: grid; gap: var(--sp-7); }
.steps__head { display: grid; gap: var(--sp-4); align-content: start; }
.steps__list { display: grid; gap: 0; }
.steps__list li {
  display: grid; gap: var(--sp-3);
  grid-template-columns: minmax(0, 64px) minmax(0, 1fr);
  padding-block: var(--sp-5);
  border-top: 1px solid var(--line);
}
.steps__list li:last-child { border-bottom: 1px solid var(--line); }
.steps__no { font-family: var(--font-mono); font-size: var(--fs-xl); font-weight: var(--fw-bold); color: var(--brand); line-height: 1; }
.steps__body { display: grid; gap: var(--sp-2); }
.steps__body b { font-size: var(--fs-md); }
.steps__body span { font-size: var(--fs-sm); color: var(--ink-2); }
@media (min-width: 768px) { .steps__list li { grid-template-columns: minmax(0, 96px) minmax(0, 1fr); gap: var(--sp-5); } }
@media (min-width: 1024px) {
  .steps__inner { grid-template-columns: minmax(0, 320px) minmax(0, 1fr); gap: var(--sp-9); }
  .steps__head { position: sticky; top: calc(var(--sp-9) + var(--sp-3)); }
}

/* ── 갤러리 — 깊이 스택 ────────────────────────────────────── */

.shots { display: grid; gap: var(--sp-5); perspective: 1200px; }
.shots figure { border-radius: var(--r); transform-style: preserve-3d; transition: transform var(--dur-slow) var(--ease-out); }
.shots figure:hover { transform: translateZ(30px) rotate3d(1, .5, 0, 5deg); }
@media (min-width: 768px) {
  .shots { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; }
  .shots figure:nth-child(2) { margin-top: var(--sp-8); }
}
@media (prefers-reduced-motion: reduce) { .shots figure:hover { transform: none; } }

/* ── 관측 조건 차트 (인라인 SVG) ───────────────────────────── */

.cond { display: grid; gap: var(--sp-6); }
.chart {
  border: 1px solid var(--line-strong); border-radius: var(--r);
  background: color-mix(in oklab, var(--surface) 70%, var(--surface-alt));
  padding: var(--sp-5);
  overflow-x: auto; min-width: 0;
}
.chart svg { width: 100%; min-width: 460px; height: auto; display: block; }
.chart .bar { fill: var(--brand); opacity: .85; }
.chart .bar--peak { fill: var(--accent); opacity: 1; }
.chart .grid-l { stroke: var(--line); stroke-width: 1; }
.chart .lbl { fill: #9fb3c2; font-family: var(--font-mono); }
.chart .val { fill: #e6f2f7; font-family: var(--font-mono); font-weight: 700; }
.chart__cap { margin-top: var(--sp-4); font-size: var(--fs-sm); color: var(--ink-2); }
.cond__notes { display: grid; gap: 0; }
.cond__notes li { display: grid; gap: var(--sp-2); padding-block: var(--sp-4); border-top: 1px solid var(--line); }
.cond__notes li:last-child { border-bottom: 1px solid var(--line); }
.cond__notes b { font-size: var(--fs-md); }
.cond__notes span { font-size: var(--fs-sm); color: var(--ink-2); }
@media (min-width: 1024px) { .cond { grid-template-columns: minmax(0, 1fr) minmax(0, 360px); gap: var(--sp-8); align-items: start; } }

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

.quote-sec { position: relative; overflow: hidden; isolation: isolate; }
.quote-sec::before {
  content: ""; position: absolute; z-index: 0; pointer-events: none;
  inset: -20%;
  background: radial-gradient(ellipse 50% 40% at 30% 40%, color-mix(in oklab, var(--accent) 20%, transparent), transparent 66%);
  filter: blur(20px);
}
.quote { position: relative; z-index: 1; display: grid; gap: var(--sp-5); text-align: center; }
.quote p { font-size: var(--fs-xl); font-weight: var(--fw-medium); line-height: 1.42; letter-spacing: var(--ls-tight); }
.quote footer { font-size: var(--fs-sm); color: var(--ink-2); }
.quote footer b { color: var(--ink); font-weight: var(--fw-semibold); }

/* ── FAQ ───────────────────────────────────────────────────── */

.qa { border-top: 1px solid var(--line); }
.qa:last-of-type { border-bottom: 1px solid var(--line); }
.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);
  cursor: pointer; list-style: none;
}
.qa summary::-webkit-details-marker { display: none; }
.qa summary:hover { color: var(--brand); }
.qa summary::after {
  content: ""; width: 12px; height: 12px; flex: none;
  background: linear-gradient(var(--ink), var(--ink)) center / 100% 1px no-repeat,
              linear-gradient(var(--ink), var(--ink)) 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: var(--ink-2); max-width: 64ch; }

/* ── CTA ───────────────────────────────────────────────────── */

.cta { position: relative; overflow: hidden; isolation: isolate; padding-block: var(--section-y); border-top: 1px solid var(--line); }
.cta::before {
  content: ""; position: absolute; z-index: 0; pointer-events: none;
  width: 90vmax; height: 60vmax; left: 50%; top: 30%; translate: -50% 0;
  background: radial-gradient(ellipse, color-mix(in oklab, var(--brand) 22%, transparent), transparent 62%);
  filter: blur(28px);
}
.cta__inner { position: relative; z-index: 1; }
.cta__title { font-size: var(--fs-3xl); letter-spacing: var(--ls-tighter); line-height: 1.04; margin-block: var(--sp-4); }
.cta__form { display: flex; flex-wrap: wrap; gap: var(--sp-3); margin-top: var(--sp-6); max-width: 560px; }
.cta__form input {
  flex: 1 1 220px; min-width: 0;
  padding: var(--sp-4) var(--sp-5);
  background: color-mix(in oklab, var(--surface-alt) 90%, transparent);
  border: 1px solid var(--line-strong); border-radius: var(--r-full);
  color: var(--ink); font-size: var(--fs-sm);
}
.cta__form input::placeholder { color: var(--ink-3); }
.cta__form input:focus-visible { border-color: var(--brand); }
.cta__note { margin-top: var(--sp-4); font-size: var(--fs-xs); color: var(--ink-2); }
@media (min-width: 768px) { .cta__title { font-size: var(--fs-4xl); } }

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

.foot { padding-block: var(--sp-8) var(--sp-6); border-top: 1px solid var(--line); 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-wide); text-transform: uppercase; }
.foot__addr { font-style: normal; font-size: var(--fs-sm); color: var(--ink-2); line-height: 1.9; }
.foot__nav { display: flex; flex-wrap: wrap; gap: var(--sp-4) var(--sp-5); }
.foot__nav a { font-size: var(--fs-sm); color: var(--ink-2); }
.foot__nav a:hover { color: var(--brand); }
.foot__copy { grid-column: 1 / -1; padding-top: var(--sp-5); border-top: 1px solid var(--line); font-size: var(--fs-xs); color: var(--ink-2); }
@media (min-width: 768px) { .foot__inner { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--sp-7); } }

/* ============================================================
   ★SPEC 4-C — 브랜드 마크 · 아이콘 스프라이트 · 인터랙션 보강
   3DM 무드. 반응은 색이 아니라 "깊이(z)"로 만든다 — 떠오르고 기울어진다.
   ============================================================ */

/* ── 브랜드 마크 — 기울어진 궤도 + 4각 별.
   브랜드명 "별담"(별을 담다)에서 곧장 나왔다. 산·비행기를 쓰지 않았다.
   24px 에서 궤도 타원과 별이 분리돼 읽히도록 획을 2.2 로 잡았다. */
.nav__mark {
  /* ★기존 .nav__mark(9px 네온 점) 규칙의 box-shadow 제거 — 위와 같은 이유 */
  display: block; box-shadow: none;
  width: 26px; height: 26px; flex: none;
  border-radius: 0; background: none;
  color: var(--brand);
  filter: drop-shadow(0 0 7px color-mix(in oklab, var(--brand) 55%, transparent));
  transition: transform var(--dur-slow) var(--ease-out), filter var(--dur) var(--ease), color var(--dur) var(--ease);
}
.foot__brand .nav__mark { width: 22px; height: 22px; }
.nav__logo:hover .nav__mark {
  transform: rotate(180deg);
  filter: drop-shadow(0 0 14px color-mix(in oklab, var(--brand) 85%, transparent));
}
.foot__brand:hover .nav__mark { color: var(--accent); }

/* ── 아이콘 ────────────────────────────────────────────────── */
.ico { width: 1em; height: 1em; flex: none; vertical-align: -0.125em; }
.btn__arrow { font-size: 1.25em; margin-left: 1px; transition: transform var(--dur) var(--ease-out); }
.btn:hover .btn__arrow { transform: translateX(4px); }

.hero__badges span { display: inline-flex; align-items: center; gap: var(--sp-2); }
.hero__badges .ico { font-size: var(--fs-base); color: var(--brand); }

.tour__meta dt { display: flex; align-items: center; gap: var(--sp-2); }
.tour__meta dt .ico { font-size: var(--fs-base); color: var(--brand); transition: transform var(--dur) var(--ease-out); }
.tour:hover .tour__meta dt .ico { transform: translateZ(20px) scale(1.12); }

.cond__notes b { display: flex; align-items: center; gap: var(--sp-2); }
.cond__notes b .ico { font-size: var(--fs-lg); color: var(--brand); transition: transform var(--dur) var(--ease-out); }
.cond__notes li:hover b .ico { transform: rotate(14deg); }

.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 { font-size: var(--fs-lg); color: var(--brand); transition: transform var(--dur) var(--ease-out); }
.foot__addr span:hover .ico { transform: translateY(-2px); }

/* ── 내비 — 밑줄이 한쪽에서 켜진다 ─────────────────────────── */
.nav__menu a { position: relative; padding-block: 2px; }
.nav__menu a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 1.5px;
  background: var(--brand); box-shadow: 0 0 10px 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; }

/* ── 버튼 — 깊이로 떠오른다 ────────────────────────────────── */
.btn { transition: background var(--dur) var(--ease), color var(--dur) var(--ease),
                   border-color var(--dur) var(--ease), transform var(--dur) var(--ease-out),
                   box-shadow var(--dur) var(--ease); }
.btn:active { transform: translateY(1px); }
.btn--solid:hover { transform: translateY(-2px); box-shadow: 0 10px 30px color-mix(in oklab, var(--brand) 34%, transparent); }
.btn--ghost:hover { transform: translateY(-2px); }

/* ── 지표 띠 ───────────────────────────────────────────────── */
.strip__item { transition: background var(--dur) var(--ease); }
.strip__item:hover { background: color-mix(in oklab, var(--brand) 8%, transparent); }
.strip__item dd { transition: transform var(--dur) var(--ease-out), text-shadow var(--dur) var(--ease); }
.strip__item:hover dd { transform: translateY(-2px); text-shadow: 0 0 18px color-mix(in oklab, var(--brand) 55%, transparent); }
.strip__item dt { transition: color var(--dur) var(--ease); }
.strip__item:hover dt { color: var(--ink); }

/* ── 히어로 배지 ───────────────────────────────────────────── */
.hero__badges span { transition: color var(--dur) var(--ease), transform var(--dur) var(--ease-out); }
.hero__badges span:hover { color: var(--ink); transform: translateY(-2px); }

/* ── 투어 카드 — 사진이 앞으로 당겨진다 ────────────────────── */
.tour figure { overflow: hidden; }
.tour figure img { transition: transform var(--dur-slow) var(--ease-out); }
.tour:hover figure img { transform: scale(1.06); }
.tour__name { transition: color var(--dur) var(--ease); }
.tour:hover .tour__name { color: var(--brand); }
.tour__price { transition: text-shadow var(--dur) var(--ease), transform var(--dur) var(--ease-out); }
.tour:hover .tour__price { text-shadow: 0 0 16px color-mix(in oklab, var(--brand) 50%, transparent); transform: translateX(2px); }
.tour__meta { transition: border-color var(--dur) var(--ease); }
.tour:hover .tour__meta { border-top-color: color-mix(in oklab, var(--brand) 46%, transparent); }
.tour__no { transition: letter-spacing var(--dur) var(--ease); }
.tour:hover .tour__no { letter-spacing: 0.16em; }

/* ── 코스 — 시각이 앞으로 나온다 ───────────────────────────── */
.steps__list li { transition: background var(--dur) var(--ease), padding-left var(--dur) var(--ease-out); }
.steps__list li:hover { background: color-mix(in oklab, var(--brand) 6%, transparent); padding-left: var(--sp-3); }
.steps__no { transition: color var(--dur) var(--ease), text-shadow var(--dur) var(--ease); }
.steps__list li:hover .steps__no { color: var(--accent); text-shadow: 0 0 14px color-mix(in oklab, var(--accent) 50%, transparent); }
.steps__body b { transition: color var(--dur) var(--ease); }
.steps__list li:hover .steps__body b { color: var(--brand); }

/* ── 차트 — 막대가 밝아진다 ────────────────────────────────── */
.chart .bar { transition: opacity var(--dur) var(--ease); }
.chart .bar:hover { opacity: 1; }
.chart { transition: border-color var(--dur) var(--ease); }
.chart:hover { border-color: color-mix(in oklab, var(--brand) 40%, var(--line-strong)); }

/* ── 관측 조건 목록 ────────────────────────────────────────── */
.cond__notes li { transition: border-color var(--dur) var(--ease), padding-left var(--dur) var(--ease-out); }
.cond__notes li:hover { border-top-color: color-mix(in oklab, var(--brand) 46%, transparent); padding-left: var(--sp-2); }

/* ── FAQ ───────────────────────────────────────────────────── */
@keyframes bdOpen { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
.qa[open] p { animation: bdOpen var(--dur) var(--ease-out) both; }
.qa summary { transition: color var(--dur) var(--ease), padding-left var(--dur) var(--ease-out); }
.qa summary:hover { padding-left: var(--sp-3); }

/* ── 폼 ────────────────────────────────────────────────────── */
.cta__form input { transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease); }
.cta__form input:hover { border-color: color-mix(in oklab, var(--brand) 52%, var(--line-strong)); }
.cta__form input:focus { box-shadow: 0 0 0 3px color-mix(in oklab, var(--brand) 20%, transparent); }

/* ── 별빛 — 지표 띠 위쪽 선이 아주 느리게 흐른다 ───────────── */
@keyframes bdSweep {
  0%   { transform: translateX(-100%); }
  55%  { transform: translateX(0); }
  100% { transform: translateX(100%); }
}
.strip { position: relative; overflow: hidden; }
.strip::before {
  content: ""; position: absolute; z-index: 1; inset: 0 0 auto 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--brand), transparent);
  animation: bdSweep 8s var(--ease) infinite;
  pointer-events: none;
}

/* ── 성수기 막대가 아주 느리게 숨쉰다 ─────────────────────── */
@keyframes bdPeak {
  0%, 100% { opacity: .78; }
  50%      { opacity: 1; }
}
.chart .bar--peak { animation: bdPeak 4.4s var(--ease) infinite; }

/* ── 푸터 링크 ─────────────────────────────────────────────── */
.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: var(--brand); transform: scaleX(0); transform-origin: right;
  transition: transform var(--dur) var(--ease-out);
}
.foot__nav a:hover::after { transform: scaleX(1); transform-origin: left; }

/* ── 형제 계단식 지연 ──────────────────────────────────────── */
html.js .tours .reveal:nth-child(2)      { transition-delay: 110ms; }
html.js .tours .reveal:nth-child(3)      { transition-delay: 220ms; }
html.js .strip__grid .reveal:nth-child(2){ transition-delay: 60ms; }
html.js .strip__grid .reveal:nth-child(3){ transition-delay: 120ms; }
html.js .strip__grid .reveal:nth-child(4){ transition-delay: 180ms; }
html.js .steps__list .reveal:nth-child(2){ transition-delay: 60ms; }
html.js .steps__list .reveal:nth-child(3){ transition-delay: 120ms; }
html.js .steps__list .reveal:nth-child(4){ transition-delay: 180ms; }
html.js .cond__notes .reveal:nth-child(2){ transition-delay: 80ms; }
html.js .cond__notes .reveal:nth-child(3){ transition-delay: 160ms; }
html.js .cond__notes .reveal:nth-child(4){ transition-delay: 240ms; }

@media (prefers-reduced-motion: reduce) {
  html.js .reveal { transition-delay: 0s !important; }
  .nav__logo:hover .nav__mark, .strip__item:hover dd, .hero__badges span:hover,
  .tour:hover figure img, .tour:hover .tour__price, .tour:hover .tour__meta dt .ico,
  .cond__notes li:hover b .ico, .foot__addr span:hover .ico,
  .btn:hover .btn__arrow, .btn:active, .btn--solid:hover, .btn--ghost:hover { transform: none; }
  .strip::before, .chart .bar--peak { animation: none; }
}


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

/* 3D·인터랙티브 — 원근으로 살짝 눕는다. */
.nav__menu a::after, .foot__nav a::after { display: none !important; }
.foot__nav a, .nav__menu a { display: inline-block; transition: transform var(--dur) var(--ease-out); }
.foot__nav a, .nav__menu a:hover { transform: translateY(-2px); }
.btn--solid:hover, .btn--ghost:hover, .foot__addr span:hover .ico, .strip__item:hover dd, .hero__badges span:hover { transform: none; }
.btn--solid:hover, .btn--ghost:hover, .foot__addr span:hover .ico, .strip__item:hover dd, .hero__badges span:hover { transform: perspective(900px) rotateX(3deg) translateY(-4px); }

/* webit-touch */
@media (max-width: 767px) {
  .nav__inner { flex-wrap: wrap; overflow: visible; }
  .hero__actions, .hero__acts { flex-wrap: wrap; }
}
html.tier-premium .img-slot { transform-style: preserve-3d; }
html.tier-premium .hero__title { text-wrap: balance; }
