/* ============================================================
   EST-LP-015 · 더 리버뷰 · LUX 럭셔리·프리미엄
   ============================================================ */

:root {
  --brand:       #b08d4f;
  --brand-ink:   #0f0f10;
  --accent:      #f3efe7;
  --accent-ink:  #0f0f10;
  --surface:     #0f0f10;
  --surface-alt: #17171a;
  --font-display: var(--font-serif);
  --r: var(--r-none);

  /* SPEC 4절 ★v1.2 — 다크 배경 작품에만 허용되는 중립색 재정의 */
  --ink:         #e7e3db;
  --ink-2:       #b3aea3;
  --ink-3:       #8c8880;
  --line:        rgba(243,239,231,.12);
  --line-strong: rgba(243,239,231,.26);
}

/* 다크 배경이라 SPEC 4절 v1.2 가 허용한 중립색 5개를 함께 재정의했다. */
body { background: var(--surface); color: var(--ink); }
::selection { background: var(--brand); color: var(--brand-ink); }

/* ── 타입 ──────────────────────────────────────────────────── */

.kicker, .label {
  display: block;
  font-family: var(--font-sans);
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  letter-spacing: var(--ls-widest);
  text-transform: uppercase;
  color: var(--brand);
}
.label { color: var(--ink-3); }

.h2 { font-family: var(--font-display); font-size: var(--fs-3xl); line-height: 1.16; letter-spacing: var(--ls-tight); }
.h3 { font-family: var(--font-display); font-size: var(--fs-xl); line-height: 1.24; letter-spacing: var(--ls-tight); }
.lead { font-size: var(--fs-md); line-height: var(--lh-loose); color: var(--ink-2); max-width: 46ch; }
.small { font-size: var(--fs-sm); line-height: var(--lh-base); color: var(--ink-2); }
.muted { font-size: var(--fs-xs); color: var(--ink-3); line-height: var(--lh-base); }

.sec-head { display: grid; gap: var(--sp-4); margin-bottom: var(--sp-7); }
@media (min-width: 1024px) {
  .sec-head--split { grid-template-columns: minmax(0, 1fr) minmax(0, 360px); gap: var(--sp-8); align-items: end; }
}

/* 금박 헤어라인 */
.hairline { height: 1px; background: linear-gradient(to right, var(--brand), transparent 62%); }

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

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: var(--sp-2);
  padding: var(--sp-4) var(--sp-7);
  font-family: var(--font-sans);
  font-size: var(--fs-sm); font-weight: var(--fw-semibold);
  letter-spacing: var(--ls-snug);
  border-radius: var(--r);
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.btn--sm { padding: var(--sp-3) var(--sp-5); }
.btn--gold { background: var(--brand); color: var(--brand-ink); }
.btn--gold:hover { background: var(--accent); color: var(--accent-ink); }
.btn--line { border: 1px solid var(--line-strong); 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) 86%, transparent);
  backdrop-filter: saturate(1.2) blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav__inner {
  display: flex; align-items: center; gap: var(--sp-5);
  padding-block: var(--sp-3);
  padding-inline: max(var(--gutter), calc((100vw - var(--container)) / 2));
}
.nav__logo { display: grid; gap: 2px; margin-right: auto; }
.nav__logo b { font-family: var(--font-display); font-size: var(--fs-md); letter-spacing: var(--ls-tight); }
.nav__logo span { font-family: var(--font-sans); font-size: var(--fs-xs); letter-spacing: var(--ls-widest); text-transform: uppercase; color: var(--brand); }
.nav__menu { display: none; gap: var(--sp-6); }
.nav__menu a { font-family: var(--font-sans); font-size: var(--fs-sm); color: var(--ink-2); }
.nav__menu a:hover { color: var(--brand); }
.nav__cta { display: none; }

.nav__more { position: relative; }
.nav__more summary {
  display: inline-flex; align-items: center; gap: var(--sp-2);
  padding: var(--sp-2) var(--sp-4);
  font-family: var(--font-sans); font-size: var(--fs-xs); letter-spacing: var(--ls-wide); text-transform: uppercase;
  border: 1px solid var(--line-strong); cursor: pointer; list-style: none; color: var(--accent);
}
.nav__more summary::-webkit-details-marker { display: none; }
.nav__panel {
  position: absolute; right: 0; top: calc(100% + var(--sp-3));
  width: min(74vw, 230px); display: grid;
  padding: var(--sp-3);
  background: var(--surface-alt); border: 1px solid var(--line);
}
.nav__panel a { padding: var(--sp-3); font-family: var(--font-sans); font-size: var(--fs-sm); color: var(--ink-2); }
.nav__panel a:hover { color: var(--brand); }

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

/* ── 히어로 ────────────────────────────────────────────────── */

.hero {
  --header-h: 66px;                     /* 고정 헤더가 히어로를 덮는 높이 (SPEC 8절 v1.3) */
  position: relative;
  display: grid; grid-template-columns: 1fr;
  min-height: 100svh;
  padding-top: calc(var(--header-h) + var(--sp-5));
}
.hero__text {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; justify-content: center; gap: var(--sp-5);
  padding-inline: var(--gutter);
  padding-block: var(--sp-7);
}
.hero__badge {
  display: inline-flex; align-items: center; gap: var(--sp-3);
  align-self: start;
  padding: var(--sp-2) var(--sp-4);
  border: 1px solid var(--brand);
  font-family: var(--font-sans); font-size: var(--fs-xs);
  letter-spacing: var(--ls-wide); text-transform: uppercase; color: var(--brand);
}
.hero__title {
  font-family: var(--font-display);
  font-size: var(--fs-4xl);
  line-height: 1.06;
  letter-spacing: var(--ls-tight);
}
.hero__title em { font-style: normal; color: var(--brand); }
.hero__lead { font-size: var(--fs-md); line-height: var(--lh-loose); color: var(--ink-2); max-width: 34ch; }
.hero__actions { display: flex; flex-wrap: wrap; gap: var(--sp-3); }
.hero__spec {
  display: grid; grid-template-columns: repeat(3, 1fr);
  margin-top: var(--sp-4); padding-top: var(--sp-5);
  border-top: 1px solid var(--line);
}
.hero__spec > div { min-width: 0; padding-right: var(--sp-3); }
.hero__spec dt { font-family: var(--font-sans); font-size: var(--fs-xs); color: var(--ink-3); margin-bottom: var(--sp-2); }
.hero__spec dd { font-family: var(--font-display); font-size: var(--fs-lg); letter-spacing: var(--ls-tight); }

/* 모바일: 이미지를 히어로 전체 배경으로 깔고 텍스트를 겹친다 (SPEC 8절 v1.2) */
.hero__media { position: absolute; inset: 0; z-index: 0; }
.hero__media .img-slot { position: absolute; inset: 0; aspect-ratio: auto; border-radius: 0; }
.hero__media .img-slot > img { filter: brightness(.92) saturate(.92); }
.hero__media::after {
  content: ""; position: absolute; inset: 0; z-index: 3; pointer-events: none;
  background: linear-gradient(180deg,
              color-mix(in oklab, var(--surface) 94%, transparent) 0%,
              color-mix(in oklab, var(--surface) 86%, transparent) 44%,
              color-mix(in oklab, var(--surface) 32%, transparent) 100%);
}

@media (min-width: 1024px) {
  /* 데스크탑: 오버레이를 풀고 2단 분할로 되돌린다 */
  .hero { grid-template-columns: minmax(0, 1fr) minmax(0, 54%); padding-top: 0; }
  .hero__text {
    padding-block: var(--sp-10) var(--sp-8);
    padding-left: max(var(--gutter), calc((100vw - var(--container)) / 2));
    padding-right: var(--sp-8);
  }
  .hero__media { position: relative; inset: auto; min-height: 100svh; }
  .hero__media::after {
    background: linear-gradient(to right, color-mix(in oklab, var(--surface) 88%, transparent), transparent 46%);
  }
}

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

.ticker { overflow: hidden; border-block: 1px solid var(--line); 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 44s linear infinite; }
.ticker__track span {
  font-family: var(--font-sans); font-size: var(--fs-xs);
  letter-spacing: var(--ls-widest); text-transform: uppercase;
  color: var(--ink-3); white-space: nowrap;
}
.ticker__track i { width: 5px; height: 5px; background: var(--brand); transform: rotate(45deg); flex: none; }
@keyframes ticker { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker__track { animation: none; } }

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

.stats__grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  padding-inline: max(var(--gutter), calc((100vw - var(--container)) / 2));
}
.stat { padding-block: var(--sp-7); padding-right: var(--sp-5); border-bottom: 1px solid var(--line); }
.stat:nth-child(odd) { border-right: 1px solid var(--line); }
.stat dt { font-family: var(--font-sans); font-size: var(--fs-xs); letter-spacing: var(--ls-wide); color: var(--ink-3); margin-bottom: var(--sp-3); }
.stat dd { font-family: var(--font-display); font-size: var(--fs-2xl); line-height: 1; letter-spacing: var(--ls-tight); color: var(--brand); }
.stat dd span { font-family: var(--font-sans); font-size: var(--fs-sm); color: var(--ink-3); margin-left: 4px; }

@media (min-width: 768px) {
  .stats__grid { grid-template-columns: repeat(4, 1fr); }
  .stat { border-bottom: 0; border-right: 1px solid var(--line); padding-inline: var(--sp-5); }
  .stat:first-child { padding-left: 0; }
  .stat:last-child { border-right: 0; }
}

/* ── 풀블리드 + 겹침 카드 ──────────────────────────────────── */

.view { position: relative; padding-bottom: var(--section-y); }
.view__media { border-radius: 0; aspect-ratio: 4 / 5; }
.view__media > img { filter: brightness(.9); }
.view__card {
  position: relative;
  margin-top: calc(var(--sp-8) * -1);
  padding: var(--sp-6);
  background: color-mix(in oklab, var(--surface) 94%, transparent);
  backdrop-filter: blur(10px);
  border: 1px solid var(--line);
  border-top: 2px solid var(--brand);
  display: grid; gap: var(--sp-4);
}
.view__list { display: grid; gap: var(--sp-3); }
.view__list li {
  display: flex; justify-content: space-between; gap: var(--sp-4);
  padding-top: var(--sp-3);
  border-top: 1px solid var(--line);
  font-size: var(--fs-sm); color: var(--ink-2);
}
.view__list b { color: var(--accent); font-weight: var(--fw-semibold); }

@media (min-width: 768px) {
  .view__media { aspect-ratio: 21 / 9; }
  .view__card { margin-top: calc(var(--sp-10) * -1); max-width: 620px; padding: var(--sp-8); }
}

/* ── 유닛 ──────────────────────────────────────────────────── */

.unit { display: grid; gap: var(--sp-6); align-items: center; }
.unit__media { border-radius: 0; }
.unit__media > img { filter: brightness(.94); }
.unit__body { display: grid; gap: var(--sp-4); }

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

.tbl-wrap { overflow-x: auto; }
.tbl { width: 100%; min-width: 480px; border-collapse: collapse; font-size: var(--fs-sm); }
.tbl th, .tbl td { padding: var(--sp-4) var(--sp-4) var(--sp-4) 0; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.tbl thead th { font-family: var(--font-sans); font-size: var(--fs-xs); letter-spacing: var(--ls-wide); text-transform: uppercase; color: var(--ink-3); }
.tbl td { color: var(--ink-2); }
.tbl td:first-child { color: var(--accent); font-weight: var(--fw-semibold); }
.tbl td b { color: var(--brand); }

/* ── 커뮤니티 ──────────────────────────────────────────────── */

.amen { display: grid; gap: var(--sp-5); }
.amen__grid { display: grid; gap: 0; border-top: 1px solid var(--line); }
.amen__row {
  display: grid; gap: var(--sp-2);
  padding-block: var(--sp-5);
  border-bottom: 1px solid var(--line);
}
.amen__row h3 { font-family: var(--font-display); font-size: var(--fs-lg); letter-spacing: var(--ls-tight); }
.amen__row p { font-size: var(--fs-sm); color: var(--ink-2); }
.amen__row span { font-family: var(--font-sans); font-size: var(--fs-xs); color: var(--brand); letter-spacing: var(--ls-wide); }

@media (min-width: 768px) {
  .amen__row { grid-template-columns: 88px minmax(0, 1fr) minmax(0, 1.1fr); gap: var(--sp-5); align-items: baseline; }
}
@media (min-width: 1024px) { .amen { grid-template-columns: minmax(0, 340px) minmax(0, 1fr); gap: var(--sp-8); } }

/* ── 입지 ──────────────────────────────────────────────────── */

.access { display: grid; gap: var(--sp-5); }
.access__item { display: grid; gap: var(--sp-2); padding-top: var(--sp-5); border-top: 1px solid var(--brand); }
.access__num { font-family: var(--font-display); font-size: var(--fs-2xl); letter-spacing: var(--ls-tight); line-height: 1; color: var(--brand); }
.access__item h3 { font-size: var(--fs-md); font-family: var(--font-sans); font-weight: var(--fw-semibold); }
.access__item p { font-size: var(--fs-sm); color: var(--ink-2); }

@media (min-width: 768px) { .access { grid-template-columns: repeat(4, 1fr); gap: var(--sp-5); } }

/* ── 디테일 2단 ────────────────────────────────────────────── */

.detail { display: grid; gap: var(--sp-6); align-items: center; }
.detail__media { border-radius: 0; }
@media (min-width: 768px) { .detail { grid-template-columns: minmax(0, 340px) minmax(0, 1fr); gap: var(--sp-8); } }

.spec { display: grid; grid-template-columns: 1fr; border-top: 1px solid var(--line); }
.spec > div { padding-block: var(--sp-5); border-bottom: 1px solid var(--line); }
.spec dt { font-family: var(--font-sans); font-size: var(--fs-xs); letter-spacing: var(--ls-wide); text-transform: uppercase; color: var(--ink-3); margin-bottom: var(--sp-2); }
.spec dd { font-size: var(--fs-sm); color: var(--ink-2); }

@media (min-width: 768px) {
  .spec { grid-template-columns: repeat(2, 1fr); }
  .spec > div:nth-child(odd) { border-right: 1px solid var(--line); padding-right: var(--sp-6); }
  .spec > div:nth-child(even) { padding-left: var(--sp-6); }
}

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

.pull { background: var(--surface-alt); padding-block: var(--section-y); }
.pull p {
  font-family: var(--font-display);
  font-size: var(--fs-2xl);
  line-height: 1.34;
  letter-spacing: var(--ls-tight);
  max-width: 24ch;
}
.pull p em { font-style: normal; color: var(--brand); }
.pull footer { margin-top: var(--sp-5); font-family: var(--font-sans); font-size: var(--fs-sm); color: var(--ink-3); }

/* ── 일정 ──────────────────────────────────────────────────── */

.sched { display: grid; border-top: 1px solid var(--line); }
.sched__row {
  display: grid; gap: var(--sp-2);
  padding-block: var(--sp-5);
  border-bottom: 1px solid var(--line);
}
.sched__row b { font-family: var(--font-sans); font-size: var(--fs-sm); font-weight: var(--fw-semibold); color: var(--accent); }
.sched__row time { font-family: var(--font-display); font-size: var(--fs-lg); color: var(--brand); }
.sched__row p { font-size: var(--fs-sm); color: var(--ink-2); }
.sched__row--on { background: color-mix(in oklab, var(--brand) 10%, transparent); padding-inline: var(--sp-4); }

@media (min-width: 768px) {
  .sched__row { grid-template-columns: 160px 200px minmax(0, 1fr); gap: var(--sp-5); align-items: baseline; }
}

/* ── 폼 ────────────────────────────────────────────────────── */

.reg { display: grid; gap: var(--sp-6); }
.form { display: grid; gap: var(--sp-5); }
.field { display: grid; gap: var(--sp-2); }
.field label { font-family: var(--font-sans); font-size: var(--fs-sm); font-weight: var(--fw-semibold); }
.field input, .field select {
  padding: var(--sp-4);
  font-size: var(--fs-sm);
  color: var(--accent);
  background: color-mix(in oklab, var(--accent) 6%, transparent);
  border: 1px solid var(--line-strong);
  border-radius: var(--r);
}
.field input::placeholder { color: var(--ink-3); }
.field option { color: #111; }
.form__row { display: grid; gap: var(--sp-5); }
.check { display: flex; gap: var(--sp-3); align-items: flex-start; font-size: var(--fs-xs); color: var(--ink-2); }
.check input { width: 16px; height: 16px; flex: none; margin-top: 2px; }

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

/* ── 고지 ──────────────────────────────────────────────────── */

.notice {
  display: grid; gap: var(--sp-3);
  padding: var(--sp-6);
  border: 1px solid var(--line);
}
.notice li { position: relative; padding-left: var(--sp-4); font-size: var(--fs-xs); color: var(--ink-3); line-height: var(--lh-base); }
.notice li::before { content: ""; position: absolute; left: 0; top: .62em; width: 5px; height: 1px; background: var(--brand); }

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

.foot { padding-block: var(--sp-8) var(--sp-6); border-top: 1px solid var(--line); }
.foot__inner { display: grid; gap: var(--sp-6); }
.foot__brand b { font-family: var(--font-display); font-size: var(--fs-lg); display: block; }
.foot__brand span { display: block; margin-top: var(--sp-2); font-family: var(--font-sans); font-size: var(--fs-xs); letter-spacing: var(--ls-widest); text-transform: uppercase; color: var(--brand); }
.foot__brand p { margin-top: var(--sp-3); font-size: var(--fs-sm); color: var(--ink-3); max-width: 34ch; line-height: var(--lh-base); }
.foot__col h3 { font-family: var(--font-sans); font-size: var(--fs-xs); letter-spacing: var(--ls-wide); text-transform: uppercase; color: var(--ink-3); margin-bottom: var(--sp-4); }
.foot__col a, .foot__col p { display: block; font-size: var(--fs-sm); color: var(--ink-2); margin-bottom: var(--sp-2); }
.foot__col 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-3); line-height: var(--lh-base);
}

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

/* 그리드/플렉스 아이템이 콘텐츠 폭에 밀려 가로 스크롤을 만들지 않게 한다 */
.stat, .kpi, .step, .tile, .job, .index-row, .entry, .amen__row, .sched__row,
.access__item, .flow__item, .hub, .work, .card, .timeline__row { min-width: 0; }

/* ==== EST v2.0 마크·아이콘·인터랙션 보강 ==== */

/* ── 아이콘 ────────────────────────────────────────────────────*/
.ico { width: 1em; height: 1em; flex: none; vertical-align: -0.125em; }

.view__list li b, .access__item h3, .sched__row b { display: flex; align-items: center; gap: var(--sp-2); }
.view__list li b .ico, .access__item h3 .ico, .sched__row b .ico { color: var(--brand); }
.tbl tbody td:first-child { white-space: nowrap; }
.tbl tbody td:first-child .ico { color: var(--brand); margin-right: var(--sp-2); }
.foot__col p.fi { display: flex; align-items: center; gap: var(--sp-3); }
.foot__col p.fi .ico { color: var(--brand); font-size: var(--fs-lg); }

/* ── 브랜드 마크 ───────────────────────────────────────────────
   더 리버뷰 — 강 위로 뜬 달과 두 겹의 물결.
   기존 로고는 마크 없이 글자만이었다. 스택 락업 왼쪽에 마크를 세운다. */
.nav__logo { grid-template-columns: auto minmax(0, 1fr); align-items: center; column-gap: var(--sp-3); }
.nav__mark { grid-row: 1 / span 2; flex: none; color: var(--brand); }
.foot__brand { display: grid; grid-template-columns: auto minmax(0, 1fr); column-gap: var(--sp-3); align-items: center; }
.foot__brand .foot__mark { grid-row: 1 / span 2; }
.foot__brand p { grid-column: 1 / -1; }

.nav__mark .mk-w1, .nav__mark .mk-w2 { transition: transform var(--dur-slow) var(--ease-out); }
.nav__mark .mk-moon { transition: transform var(--dur-slow) var(--ease-out); transform-origin: center; transform-box: fill-box; }
.nav__logo:hover .mk-w1, .foot__brand:hover .mk-w1 { transform: translateX(2.2px); }
.nav__logo:hover .mk-w2, .foot__brand:hover .mk-w2 { transform: translateX(-2.2px); }
.nav__logo:hover .mk-moon, .foot__brand:hover .mk-moon { transform: translateY(-1.6px) scale(1.06); }

/* 물결은 늘 아주 느리게 흐른다 */
@keyframes rvWave { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(1.6px); } }
.nav .nav__mark .mk-w1 { animation: rvWave 6s var(--ease) infinite; }
.nav .nav__mark .mk-w2 { animation: rvWave 6s var(--ease) 1.2s infinite reverse; }

/* ── 내비 ──────────────────────────────────────────────────────*/
.nav__menu a { position: relative; padding-block: 3px; transition: color var(--dur) var(--ease); }
.nav__menu a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; 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; }

/* ── 화살표 ────────────────────────────────────────────────────*/
.btn__arrow { font-size: 1.25em; transition: transform var(--dur) var(--ease-out); }
.btn:hover .btn__arrow { transform: translateX(4px); }
.btn { transition: background var(--dur) var(--ease), color var(--dur) var(--ease),
                   border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease); }
.btn--gold:hover { box-shadow: 0 10px 30px -14px var(--brand); }

/* ── 지표 ──────────────────────────────────────────────────────*/
.stat { transition: background var(--dur) var(--ease); }
.stat:hover { background: color-mix(in oklab, var(--brand) 8%, transparent); }
.stat dd { transition: color var(--dur) var(--ease), transform var(--dur) var(--ease-out); }
.stat:hover dd { color: var(--brand); transform: translateY(-2px); }

/* ── 조망 목록 ─────────────────────────────────────────────────*/
.view__list li { transition: border-color var(--dur) var(--ease), transform var(--dur) var(--ease-out); }
.view__list li:hover { border-color: var(--brand); transform: translateX(4px); }
.view__list li b .ico { transition: transform var(--dur) var(--ease-out); }
.view__list li:hover b .ico { transform: scale(1.12); }
.view__card .img-slot { overflow: hidden; }
.view__card .img-slot img { transition: transform var(--dur-slow) var(--ease-out); }
.view__card:hover .img-slot img { transform: scale(1.04); }

/* ── 평면 표 ───────────────────────────────────────────────────*/
.tbl tbody tr { transition: background var(--dur) var(--ease); }
.tbl tbody tr:hover { background: color-mix(in oklab, var(--brand) 9%, transparent); }
.tbl tbody td:first-child { transition: color var(--dur) var(--ease); }
.tbl tbody tr:hover td:first-child { color: var(--brand); }

/* ── 커뮤니티 행 ───────────────────────────────────────────────*/
.amen__row { position: relative; transition: background var(--dur) var(--ease), transform var(--dur) var(--ease-out); }
.amen__row::before {
  content: ""; position: absolute; left: 0; bottom: -1px; height: 1px; width: 0;
  background: var(--brand); transition: width var(--dur-slow) var(--ease-out);
}
.amen__row:hover::before { width: 100%; }
.amen__row:hover { transform: translateX(4px); }
.amen__row h3 { transition: color var(--dur) var(--ease); }
.amen__row:hover h3 { color: var(--brand); }

/* ── 입지 ──────────────────────────────────────────────────────*/
.access__item { transition: border-top-color var(--dur) var(--ease), transform var(--dur) var(--ease-out); }
.access__item:hover { transform: translateY(-3px); }
.access__num { transition: color var(--dur) var(--ease); }
.access__item:hover .access__num { color: var(--brand); }
.access__item h3 .ico { transition: transform var(--dur) var(--ease-out); }
.access__item:hover h3 .ico { transform: translateX(3px); }

/* ── 청약 일정 ─────────────────────────────────────────────────*/
.sched__row { transition: background var(--dur) var(--ease), transform var(--dur) var(--ease-out); }
.sched__row:hover { background: color-mix(in oklab, var(--brand) 10%, transparent); transform: translateX(4px); }
.sched__row time { transition: color var(--dur) var(--ease); }
.sched__row b .ico { transition: transform var(--dur) var(--ease-out); }
.sched__row:hover b .ico { transform: translateY(-2px); }

/* ── 티커 — 올리면 멈춘다 (읽을 수 있게) ───────────────────────*/
.ticker:hover .ticker__track { animation-play-state: paused; }
.ticker__track span { transition: color var(--dur) var(--ease); }
.ticker:hover .ticker__track span { color: var(--brand); }

/* ── 입력 ──────────────────────────────────────────────────────*/
.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); }

/* ── 푸터 ──────────────────────────────────────────────────────*/
.foot__col a { position: relative; display: inline-block; transition: color var(--dur) var(--ease); }
.foot__col a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: var(--brand); transform: scaleX(0); transform-origin: right;
  transition: transform var(--dur) var(--ease-out);
}
.foot__col a:hover::after { transform: scaleX(1); transform-origin: left; }
.foot__col p.fi .ico { transition: transform var(--dur) var(--ease-out); }
.foot__col p.fi:hover .ico { transform: translateY(-2px); }

/* ── 헤드라인 아래 금선이 그어진다 ─────────────────────────────*/
@keyframes rvRule { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.hero__title { position: relative; }
.hero__title::after {
  content: ""; position: absolute; left: 0; bottom: -0.32em; width: 4.5em; height: 1px;
  background: var(--brand); transform-origin: left;
  animation: rvRule 1000ms var(--ease-out) 380ms both;
}

/* ── 형제 요소 계단식 지연 ─────────────────────────────────────*/
html.js .stats__grid .reveal:nth-child(2) { transition-delay: 60ms; }
html.js .stats__grid .reveal:nth-child(3) { transition-delay: 120ms; }
html.js .stats__grid .reveal:nth-child(4) { transition-delay: 180ms; }
html.js .amen .reveal:nth-child(2) { transition-delay: 70ms; }
html.js .amen .reveal:nth-child(3) { transition-delay: 140ms; }
html.js .amen .reveal:nth-child(4) { transition-delay: 210ms; }
html.js .access .reveal:nth-child(2) { transition-delay: 80ms; }
html.js .access .reveal:nth-child(3) { transition-delay: 160ms; }
html.js .access .reveal:nth-child(4) { transition-delay: 240ms; }
html.js .sched .reveal:nth-child(2) { transition-delay: 60ms; }
html.js .sched .reveal:nth-child(3) { transition-delay: 120ms; }

@media (prefers-reduced-motion: reduce) {
  html.js .reveal { transition-delay: 0s !important; }
  .nav .nav__mark .mk-w1, .nav .nav__mark .mk-w2 { animation: none; }
  .hero__title::after { animation: none; }
  .nav__logo:hover .mk-w1, .nav__logo:hover .mk-w2, .nav__logo:hover .mk-moon,
  .foot__brand:hover .mk-w1, .foot__brand:hover .mk-w2, .foot__brand:hover .mk-moon,
  .stat:hover dd, .view__list li:hover b .ico, .view__card:hover .img-slot img,
  .access__item:hover, .access__item:hover h3 .ico, .sched__row:hover b .ico,
  .btn:hover .btn__arrow, .foot__col p.fi:hover .ico { transform: none; }
}


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

/* 럭셔리 — 헤어라인이 느리게 떠오른다. 급한 움직임을 쓰지 않는다. */
.nav__menu a::after, .foot__col a::after { display: none !important; }
.foot__col a, .nav__menu a { position: relative; }
.foot__col a::before, .nav__menu a::before {
  content: ""; position: absolute; left: 0; right: 0; bottom: -3px;
  height: 1px; background: currentColor; opacity: 0;
  transition: opacity var(--dur-slow) var(--ease-out);
}
.foot__col a:hover::before, .nav__menu a:hover::before { opacity: .55; }
.stat:hover dd, .access__item:hover, .sched__row:hover b .ico, .foot__col p.fi:hover .ico { transform: none; }
.stat:hover dd, .access__item:hover, .sched__row:hover b .ico, .foot__col p.fi:hover .ico { transform: scale(1.012); }


/* ===== 티커 걷어내기 — LUX 무드에 마퀴는 어울리지 않는다 ==========
   내용(실적·목록·인증)은 실제 정보라 유지하고 장치만 바꾼다.
   ================================================================ */
/* 티커 → 넓은 자간에 마름모로 끊는 한 줄. 중앙 정렬. */
.ticker { overflow: visible; }
.ticker__track {
  animation: none !important; width: auto; flex-wrap: wrap;
  justify-content: center; gap: var(--sp-2) 0;
}
.ticker__track > span { letter-spacing: var(--ls-widest); }
.ticker__track > span:not(:last-child)::after { content: " ◆ "; opacity: .4; padding-inline: var(--sp-4); }
.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 .btn--solid { letter-spacing: .12em; }
html.tier-premium .nav { letter-spacing: .06em; }
