@charset "utf-8";
/* ═══════════════════════════════════════════════════════════════
   리버파크 101 — 아파트·오피스텔 분양 템플릿
   색·활자·컴포넌트는 00-디자인보드.png 를, 각 면의 구성은 02-페이지시안.png 를 따른다.
   ═══════════════════════════════════════════════════════════════ */

/* ── 1. 토큰 ─────────────────────────────────────────────── */
:root {
  /* 색 — 디자인보드 COLOR PALETTE */
  --navy: #0b1b2b;
  --navy-2: #13293d;
  --navy-3: #1c3a55;
  --stone: #e9e6df;
  --copper: #b8734a;
  --copper-d: #9c5e38;
  --copper-l: #d79a70;
  --charcoal: #222831;
  --light: #f5f5f5;
  --paper: #fdfcfa;
  --ink: #1b2430;
  --muted: #56606d;
  --muted-2: #7c8794;
  --line: #ddd8ce;
  --line-2: #eae6de;
  --line-dark: rgba(233, 230, 223, 0.16);
  --ok: #2f7d5b;
  --warn: #c0432f;

  /* 활자 */
  --sans: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, "Malgun Gothic", sans-serif;
  --serif: "Noto Serif KR", "Pretendard Variable", serif;

  /* 간격 — 8px 체계 */
  --s1: 8px; --s2: 16px; --s3: 24px; --s4: 32px; --s5: 48px; --s6: 64px; --s7: 96px; --s8: 128px;
  --sec: 112px;
  --wrap: 1240px;
  --gut: 40px;

  /* 모서리·그림자·테두리 */
  --r: 3px; --r-lg: 8px; --r-pill: 999px;
  --sh-1: 0 2px 10px rgba(11, 27, 43, 0.05);
  --sh-2: 0 16px 40px rgba(11, 27, 43, 0.1);
  --sh-3: 0 -10px 34px rgba(11, 27, 43, 0.14);
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);

  /* z축 */
  --z-header: 60; --z-scrim: 80; --z-drawer: 90; --z-sheet: 95; --z-fixed: 100; --z-toast: 120;

  /* 도면 */
  --plan-paper: #fbf9f5;
  --plan-room: #f4efe6;
  --plan-wall: #1b2430;
  --plan-furn: #b4ac9e;
}

/* ── 2. 기본 ─────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.01em;
  word-break: keep-all;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}
[hidden] { display: none !important; }
img, svg { max-width: 100%; }
img { height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
h1, h2, h3, h4 { margin: 0; font-weight: 700; line-height: 1.32; letter-spacing: -0.03em; text-wrap: balance; }
p { margin: 0; }
ul, ol, dl, dd { margin: 0; padding: 0; }
li { list-style: none; }
table { border-collapse: collapse; width: 100%; }
:focus-visible { outline: 2px solid var(--copper); outline-offset: 3px; border-radius: 2px; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--navy); color: #fff; padding: 12px 20px; border-radius: 0 0 var(--r) 0;
}
.skip:focus { left: 0; }
.wrap { width: min(100% - var(--gut) * 2, var(--wrap)); margin-inline: auto; }

/* 아이콘 */
.ico { width: 22px; height: 22px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.ico-sm { width: 17px; height: 17px; stroke-width: 1.7; }
.ico-lg { width: 34px; height: 34px; stroke-width: 1.25; }

/* 공통 활자 */
.eyebrow {
  font-size: 12px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--copper); margin-bottom: 14px;
}
.sec { padding: var(--sec) 0; }
.sec-head { margin-bottom: var(--s6); }
.sec-head h2 { font-family: var(--serif); font-size: clamp(28px, 3.2vw, 40px); font-weight: 600; }
.sec-head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: var(--s5); flex-wrap: wrap; }
.sec-head-note { font-size: 14px; color: var(--muted); line-height: 1.8; max-width: 40ch; }
.sec-head-note strong { color: var(--copper); font-weight: 700; }
.link-more {
  display: inline-flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 600;
  color: var(--navy); border-bottom: 1px solid var(--copper); padding-bottom: 4px;
  transition: gap 0.3s var(--ease);
}
.link-more:hover { gap: 14px; color: var(--copper); }

/* ── 3. 버튼·칩·탭 ───────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 52px; padding: 0 28px;
  font-size: 15px; font-weight: 600; letter-spacing: -0.01em;
  border-radius: var(--r); border: 1px solid transparent; cursor: pointer;
  transition: background 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease), transform 0.25s var(--ease);
}
.btn-sm { min-height: 44px; padding: 0 18px; font-size: 14px; }
.btn-primary { background: var(--copper); color: #fff; }
.btn-primary:hover { background: var(--copper-d); }
.btn-line { background: transparent; color: var(--navy); border-color: var(--line); }
.btn-line:hover { border-color: var(--navy); background: var(--navy); color: #fff; }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, 0.34); }
.btn-ghost:hover { background: rgba(255, 255, 255, 0.1); border-color: #fff; }
.btn[aria-disabled="true"], .btn:disabled { opacity: 0.45; pointer-events: none; }

.icon-btn {
  width: 46px; height: 46px; display: grid; place-items: center;
  background: transparent; border: 1px solid var(--line); border-radius: 50%; cursor: pointer;
  color: var(--navy); transition: background 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease);
}
.icon-btn:hover { background: var(--navy); border-color: var(--navy); color: #fff; }

.chipbar { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  min-height: 44px; padding: 0 16px; display: inline-flex; align-items: center; gap: 6px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-pill);
  font-size: 14px; font-weight: 500; color: var(--muted); cursor: pointer;
  transition: all 0.22s var(--ease);
}
.chip em { font-style: normal; font-size: 12px; color: var(--muted-2); }
.chip:hover { border-color: var(--navy); color: var(--navy); }
.chip.is-on { background: var(--navy); border-color: var(--navy); color: #fff; }
.chip.is-on em { color: rgba(255, 255, 255, 0.7); }

.segbar { display: inline-flex; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; background: #fff; }
.seg {
  min-height: 44px; padding: 0 20px; background: transparent; border: 0; cursor: pointer;
  font-size: 14px; font-weight: 600; color: var(--muted);
  transition: background 0.22s var(--ease), color 0.22s var(--ease);
}
.seg + .seg { border-left: 1px solid var(--line); }
.seg:hover:not(:disabled) { background: var(--light); color: var(--navy); }
.seg.is-on { background: var(--navy); color: #fff; }
.seg:disabled { opacity: 0.4; cursor: not-allowed; }

.tabs { display: flex; gap: 0; border-bottom: 1px solid var(--line); margin-bottom: var(--s5); flex-wrap: wrap; }
.tab {
  min-height: 52px; padding: 0 24px; background: none; border: 0; cursor: pointer;
  font-size: 16px; font-weight: 600; color: var(--muted-2); position: relative;
  transition: color 0.22s var(--ease);
}
.tab em { font-style: normal; font-weight: 500; font-size: 13px; color: var(--muted-2); margin-left: 6px; }
.tab::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px;
  background: var(--copper); transform: scaleX(0); transition: transform 0.3s var(--ease);
}
.tab:hover { color: var(--navy); }
.tab[aria-selected="true"] { color: var(--navy); }
.tab[aria-selected="true"]::after { transform: scaleX(1); }
.tabs-seg { border-bottom: 0; gap: 8px; margin-bottom: var(--s4); }
.tabs-seg .tab {
  border: 1px solid var(--line); border-radius: var(--r); background: #fff; padding: 0 26px;
}
.tabs-seg .tab::after { display: none; }
.tabs-seg .tab[aria-selected="true"] { background: var(--navy); border-color: var(--navy); color: #fff; }
.tabs-seg .tab[aria-selected="true"] em { color: rgba(255, 255, 255, 0.66); }

/* ── 4. 아코디언 ─────────────────────────────────────────── */
.accordion { border-top: 1px solid var(--line); }
.acc-title { font-size: 13px; font-weight: 700; letter-spacing: 0.08em; color: var(--muted); padding-top: var(--s3); }
.acc-item { border-bottom: 1px solid var(--line); }
.acc-trigger {
  width: 100%; min-height: 58px; padding: 14px 0; display: flex; align-items: center; justify-content: space-between;
  gap: 16px; background: none; border: 0; cursor: pointer; text-align: left;
  font-size: 15px; font-weight: 600; color: var(--ink);
}
.acc-trigger .ico { color: var(--muted-2); transition: transform 0.3s var(--ease), color 0.3s var(--ease); }
.acc-trigger:hover { color: var(--copper); }
.acc-trigger[aria-expanded="true"] .ico { transform: rotate(180deg); color: var(--copper); }
.acc-panel { display: none; padding: 0 0 20px; }
.acc-item.open > .acc-panel { display: block; animation: accIn 0.3s var(--ease); }
.acc-panel p { font-size: 15px; color: var(--muted); line-height: 1.85; }
@keyframes accIn { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }
.accordion-flat { border-top: 0; border: 1px solid var(--line); border-radius: var(--r); padding: 0 20px; background: #fff; }
.accordion-flat .acc-item:last-child { border-bottom: 0; }
.dot-list li {
  position: relative; padding-left: 15px; font-size: 14px; color: var(--muted); line-height: 1.85;
}
.dot-list li::before { content: ""; position: absolute; left: 0; top: 11px; width: 4px; height: 4px; border-radius: 50%; background: var(--copper); }

/* ── 5. 빈 상태 ──────────────────────────────────────────── */
.empty {
  padding: var(--s6) var(--s4); text-align: center; border: 1px dashed var(--line);
  border-radius: var(--r-lg); background: #fff; display: grid; justify-items: center; gap: 10px;
}
.empty .ico-lg { color: var(--line); }
.empty-t { font-size: 17px; font-weight: 600; }
.empty-d { font-size: 14px; color: var(--muted); max-width: 42ch; }
.empty .btn { margin-top: 10px; }

/* ── 6. 헤더 ─────────────────────────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: var(--z-header);
  background: rgba(253, 252, 250, 0.94); backdrop-filter: saturate(1.4) blur(10px);
  border-bottom: 1px solid transparent; transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.site-header.is-stuck { border-bottom-color: var(--line-2); box-shadow: var(--sh-1); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: var(--s4); min-height: 82px; }
.brand {
  font-family: var(--serif); font-size: 23px; font-weight: 600; letter-spacing: -0.02em; color: var(--navy);
  display: inline-flex; align-items: baseline; gap: 5px;
}
.brand em { font-style: normal; color: var(--copper); letter-spacing: 0.02em; }
.navlinks { display: flex; gap: 34px; }
.navlinks a {
  font-size: 15px; font-weight: 500; color: var(--muted); padding: 6px 0; position: relative;
  transition: color 0.25s var(--ease);
}
.navlinks a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--copper);
  transform: scaleX(0); transform-origin: left; transition: transform 0.3s var(--ease);
}
.navlinks a:hover { color: var(--navy); }
.navlinks a:hover::after, .navlinks a[aria-current="page"]::after { transform: scaleX(1); }
.navlinks a[aria-current="page"] { color: var(--navy); font-weight: 600; }
.nav-actions { display: flex; align-items: center; gap: 16px; }
.nav-tel {
  display: inline-flex; align-items: center; gap: 7px; font-size: 15px; font-weight: 600; color: var(--navy);
  font-family: var(--serif);
}
.nav-tel .ico { color: var(--copper); }
.menu-btn {
  display: none; width: 46px; height: 46px; align-items: center; justify-content: center;
  background: none; border: 1px solid var(--line); border-radius: var(--r); cursor: pointer; color: var(--navy);
}

/* 서랍 */
.drawer {
  position: fixed; inset: 0 0 0 auto; width: min(360px, 88vw); z-index: var(--z-drawer);
  background: var(--paper); border-left: 1px solid var(--line); padding: 22px 26px 40px;
  transform: translateX(100%);
  transition: transform 0.42s var(--ease);
  overflow-y: auto; display: flex; flex-direction: column;
}
.drawer.open { transform: none; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; min-height: 60px; margin-bottom: 12px; }
.drawer-close {
  width: 46px; height: 46px; display: grid; place-items: center; background: none;
  border: 1px solid var(--line); border-radius: var(--r); cursor: pointer; color: var(--navy);
}
.drawer nav { display: flex; flex-direction: column; }
.drawer nav a {
  font-family: var(--serif); font-size: 20px; font-weight: 500; padding: 17px 0;
  border-bottom: 1px solid var(--line-2); color: var(--ink);
}
.drawer nav a[aria-current="page"] { color: var(--copper); }
.drawer-contact { margin-top: auto; padding-top: 30px; display: grid; gap: 8px; }
.drawer-label { font-size: 12px; letter-spacing: 0.16em; color: var(--copper); font-weight: 600; }
.drawer-tel { font-family: var(--serif); font-size: 26px; font-weight: 600; color: var(--navy); }
.drawer-hours { font-size: 13px; color: var(--muted); margin-bottom: 10px; }
.drawer-contact .btn-ghost { color: var(--navy); border-color: var(--line); }
.drawer-contact .btn-ghost:hover { background: var(--navy); color: #fff; border-color: var(--navy); }
.scrim {
  position: fixed; inset: 0; z-index: var(--z-scrim); background: rgba(11, 27, 43, 0.45);
  opacity: 0; visibility: hidden; transition: opacity 0.42s var(--ease), visibility 0.42s;
}
.scrim.open { opacity: 1; visibility: visible; }

/* ── 7. 히어로 (홈) ──────────────────────────────────────── */
.hero { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.hero-inner {
  width: min(100% - var(--gut) * 2, var(--wrap)); margin-inline: auto;
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 0.86fr); gap: var(--s6);
  align-items: center; min-height: 640px; padding: var(--s7) 0;
}
.hero-eyebrow { font-size: 12px; letter-spacing: 0.24em; color: var(--copper-l); font-weight: 600; margin-bottom: 22px; }
.hero h1 {
  font-family: var(--serif); font-size: clamp(38px, 5vw, 62px); font-weight: 600; line-height: 1.24;
  letter-spacing: -0.035em;
}
.hero-sub { margin-top: 24px; font-size: 17px; line-height: 1.85; color: rgba(255, 255, 255, 0.76); }
.hero-facts { margin-top: 40px; display: flex; gap: 0; border-top: 1px solid var(--line-dark); }
.hero-facts > div { padding: 20px 26px 0 0; margin-right: 26px; border-right: 1px solid var(--line-dark); }
.hero-facts > div:last-child { border-right: 0; }
.hero-facts dt { font-size: 12px; letter-spacing: 0.1em; color: rgba(255, 255, 255, 0.5); }
.hero-facts dd { font-family: var(--serif); font-size: 22px; font-weight: 600; margin-top: 4px; }
.hero-cta { margin-top: 40px; display: flex; gap: 12px; flex-wrap: wrap; }
.hero-cta .btn-line { color: #fff; border-color: rgba(255, 255, 255, 0.34); }
.hero-cta .btn-line:hover { background: #fff; color: var(--navy); border-color: #fff; }
.hero-fig { margin: 0; position: relative; }
.hero-fig img {
  width: 100%; border-radius: var(--r-lg); box-shadow: 0 30px 70px rgba(0, 0, 0, 0.4);
}
.js .hero-fig img { animation: heroIn 1.4s var(--ease) both; }
@keyframes heroIn { from { opacity: 0; transform: scale(1.05); } to { opacity: 1; transform: none; } }
.hero-fig figcaption {
  position: absolute; left: 0; bottom: -32px; font-size: 12px; color: rgba(255, 255, 255, 0.5);
}

/* ── 8. 홈: 사업 개요 ────────────────────────────────────── */
.sec-overview { background: var(--stone); }
.ov-grid { display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr); gap: var(--s7); }
.ov-side { position: sticky; top: 120px; align-self: start; }
.ov-side h2 { font-family: var(--serif); font-size: clamp(28px, 3.4vw, 42px); font-weight: 600; }
.ov-lead { margin: 22px 0 28px; font-size: 15px; color: var(--muted); line-height: 1.9; max-width: 34ch; }
.ov-list { border-top: 1px solid rgba(34, 40, 49, 0.16); }
.ov-row {
  display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: var(--s4);
  padding: 26px 0; border-bottom: 1px solid rgba(34, 40, 49, 0.16); align-items: start;
}
.ov-row dt { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; color: var(--muted); }
.ov-row dt .ico { color: var(--copper); }
.ov-row dd { font-size: 19px; font-weight: 500; line-height: 1.7; color: var(--ink); }

/* ── 9. 홈: 하이라이트 ───────────────────────────────────── */
.hl-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; border-top: 1px solid var(--line); }
.hl-item { padding: var(--s5) var(--s4) var(--s5) 0; border-right: 1px solid var(--line); }
.hl-item:last-child { border-right: 0; }
.hl-item:not(:first-child) { padding-left: var(--s4); }
.hl-item .ico-lg { color: var(--copper); margin-bottom: 22px; }
.hl-item h3 { font-family: var(--serif); font-size: 21px; font-weight: 600; }
.hl-sub { font-size: 12px; letter-spacing: 0.06em; color: var(--copper); margin-top: 6px; font-weight: 600; }
.hl-desc { margin-top: 14px; font-size: 14px; color: var(--muted); line-height: 1.85; }

/* ── 10. 홈: 조망 갤러리 ─────────────────────────────────── */
.sec-view { background: var(--navy); color: #fff; }
.view-grid { display: grid; grid-template-columns: minmax(0, 0.62fr) minmax(0, 1.38fr); gap: var(--s7); align-items: center; }
.view-side h2 { font-family: var(--serif); font-size: clamp(28px, 3.4vw, 42px); font-weight: 600; }
.view-lead { margin-top: 22px; font-size: 15px; color: rgba(255, 255, 255, 0.66); line-height: 1.9; max-width: 30ch; }
.view-nav { margin-top: 40px; display: flex; align-items: center; gap: 18px; }
.view-nav .icon-btn { border-color: rgba(255, 255, 255, 0.28); color: #fff; }
.view-nav .icon-btn:hover { background: #fff; color: var(--navy); border-color: #fff; }
.view-count { font-family: var(--serif); font-size: 16px; letter-spacing: 0.12em; color: rgba(255, 255, 255, 0.66); }
.view-count span { color: #fff; }
.view-stage { position: relative; margin: 0; aspect-ratio: 2 / 1; border-radius: var(--r-lg); overflow: hidden; background: #0d2033; }
.view-img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transition: opacity 0.6s var(--ease);
}
.view-img.is-on { opacity: 1; }
.view-cap {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 60px 28px 22px;
  background: linear-gradient(to top, rgba(6, 16, 26, 0.86), transparent);
  display: grid; gap: 4px;
}
.view-cap strong { font-family: var(--serif); font-size: 20px; font-weight: 600; }
.view-cap span { font-size: 13px; color: rgba(255, 255, 255, 0.7); }
.view-thumbs { margin-top: 14px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.view-thumb {
  position: relative; padding: 0; border: 0; background: none; cursor: pointer; border-radius: var(--r);
  overflow: hidden; min-height: 88px;
}
.view-thumb img { width: 100%; height: 88px; object-fit: cover; opacity: 0.44; transition: opacity 0.3s var(--ease); }
.view-thumb span {
  position: absolute; left: 12px; bottom: 9px; font-size: 12px; font-weight: 600; color: #fff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}
.view-thumb:hover img { opacity: 0.72; }
.view-thumb.is-on img { opacity: 1; }
.view-thumb.is-on { outline: 2px solid var(--copper); outline-offset: -2px; }

/* ── 11. 홈: 소식 ────────────────────────────────────────── */
.news-list { border-top: 1px solid var(--line); }
.news-list li { border-bottom: 1px solid var(--line); }
.news-list a {
  display: grid; grid-template-columns: 96px minmax(0, 1fr) auto; gap: var(--s3); align-items: center;
  padding: 24px 8px; transition: background 0.25s var(--ease), padding 0.25s var(--ease);
}
.news-list a:hover { background: var(--light); padding-inline: 18px 8px; }
.news-cat { font-size: 12px; font-weight: 600; color: var(--copper); letter-spacing: 0.04em; }
.news-t { font-size: 16px; font-weight: 500; }
.news-d { font-size: 13px; color: var(--muted-2); font-variant-numeric: tabular-nums; }

/* ── 12. 홈: 문의 밴드 ───────────────────────────────────── */
.sec-cta { background: var(--charcoal); color: #fff; padding: var(--s7) 0; }
.cta-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr); gap: var(--s7); align-items: center; }
.cta-grid h2 { font-family: var(--serif); font-size: clamp(28px, 3.2vw, 40px); font-weight: 600; }
.cta-lead { margin-top: 18px; font-size: 15px; color: rgba(255, 255, 255, 0.66); line-height: 1.9; }
.cta-box { border: 1px solid rgba(255, 255, 255, 0.16); border-radius: var(--r-lg); padding: var(--s5); }
.cta-tel {
  display: inline-flex; align-items: center; gap: 14px; font-family: var(--serif);
  font-size: clamp(30px, 3.4vw, 40px); font-weight: 600; letter-spacing: 0.01em;
}
.cta-tel .ico-lg { color: var(--copper-l); }
.cta-hours { margin-top: 10px; font-size: 14px; color: rgba(255, 255, 255, 0.6); }
.cta-btns { margin-top: 30px; display: flex; gap: 12px; flex-wrap: wrap; }

/* ── 13. 페이지 머리 ─────────────────────────────────────── */
.phead { padding: var(--s7) 0 var(--s6); background: var(--stone); }
.phead-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 0.72fr); gap: var(--s7); align-items: center; }
.phead h1 { font-family: var(--serif); font-size: clamp(32px, 4.2vw, 52px); font-weight: 600; line-height: 1.26; }
.phead-sub { margin-top: 24px; font-size: 16px; color: var(--muted); line-height: 1.9; max-width: 46ch; }
.phead-fig { margin: 0; }
.phead-fig img { width: 100%; border-radius: var(--r-lg); box-shadow: var(--sh-2); }
.crumb { display: flex; gap: 8px; font-size: 13px; color: var(--muted-2); margin-bottom: 18px; }
.crumb a:hover { color: var(--copper); }
.crumb [aria-current] { color: var(--ink); font-weight: 600; }
.phead-wide { padding-bottom: 0; }
.phead-band { margin: var(--s6) 0 0; position: relative; }
.phead-band img { width: 100%; height: clamp(180px, 26vw, 300px); object-fit: cover; }
.phead-band figcaption {
  position: absolute; right: 20px; bottom: 14px; font-size: 12px; color: rgba(255, 255, 255, 0.78);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.7);
}

/* ── 14. 입지: 지도 ──────────────────────────────────────── */
.map-layout { display: grid; grid-template-columns: minmax(0, 1.32fr) minmax(0, 0.68fr); gap: var(--s5); align-items: start; }
.map-stage { position: sticky; top: 108px; }
.areamap { border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: #fff; }
.areamap-svg { width: 100%; height: auto; display: block; font-family: var(--sans); }
.am-bg { fill: #f6f4ef; }
.am-river { fill: #d9e5ec; }
.am-water { fill: #7c99ac; font-size: 26px; letter-spacing: 0.3em; text-anchor: middle; }
.am-road { stroke: #e3ded4; stroke-width: 9; fill: none; stroke-linecap: round; }
.am-road-big { stroke: #ded7c9; stroke-width: 15; }
.am-road-t { fill: #a49a89; font-size: 15px; }
.am-rail { fill: none; stroke-width: 4.5; stroke-linecap: round; opacity: 0.85; }
.am-l2 { stroke: #3d9b62; }
.am-l6 { stroke: #b56d43; }
.am-lair { stroke: #5f86bd; }
.am-ring { fill: none; stroke: #c8bfae; stroke-width: 1.2; stroke-dasharray: 7 8; }
.am-ring-t { fill: #b3a894; font-size: 14px; text-anchor: middle; }
.am-poi { cursor: pointer; }
.am-dot { fill: #fff; stroke: var(--navy); stroke-width: 2.6; }
.am-poi-t { fill: #3a4553; font-size: 15px; font-weight: 600; text-anchor: middle; opacity: 0; transition: opacity 0.25s; }
.am-poi[data-cat="traffic"] .am-dot { stroke: #2f7d5b; }
.am-poi[data-cat="edu"] .am-dot { stroke: #3c62a5; }
.am-poi[data-cat="life"] .am-dot { stroke: #b8734a; }
.am-poi[data-cat="nature"] .am-dot { stroke: #57814a; }
.am-poi[data-cat="future"] .am-dot { stroke: #8a5fa8; }
.am-poi.is-dim { opacity: 0.2; }
.am-poi.is-on .am-dot { fill: var(--copper); stroke: var(--copper); r: 9; }
.am-poi.is-on .am-poi-t, .areamap:not([data-filter="all"]) .am-poi:not(.is-dim) .am-poi-t { opacity: 1; }
.am-site-ring { fill: rgba(184, 115, 74, 0.18); stroke: var(--copper); stroke-width: 2.4; }
.am-site-pin { fill: var(--navy); }
.am-site-box { fill: var(--navy); }
.am-site-t { fill: #fff; font-size: 17px; font-weight: 700; text-anchor: middle; }
.am-scale { stroke: #a49a89; stroke-width: 1.4; fill: none; }
.am-scale text { fill: #a49a89; font-size: 13px; text-anchor: middle; stroke: none; }
.map-legend { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 16px; font-size: 13px; color: var(--muted); }
.map-legend li { display: flex; align-items: center; gap: 7px; }
.lg { width: 14px; height: 5px; border-radius: 3px; background: var(--line); }
.lg-site { background: var(--copper); height: 12px; width: 12px; border-radius: 50%; }
.lg-l2 { background: #3d9b62; } .lg-l6 { background: #b56d43; } .lg-lair { background: #5f86bd; }
.lg-sale { background: #2f7d5b; height: 12px; width: 12px; border-radius: 3px; }
.lg-talk { background: var(--copper); height: 12px; width: 12px; border-radius: 3px; }
.lg-done { background: #c9c3b7; height: 12px; width: 12px; border-radius: 3px; }
.map-note { margin-top: 10px; font-size: 12px; color: var(--muted-2); }
.map-count { margin: 16px 0 12px; font-size: 13px; color: var(--muted); }
.poi-list { border-top: 1px solid var(--line); }
.poi-list li { border-bottom: 1px solid var(--line-2); }
.poi-list button {
  width: 100%; min-height: 62px; display: grid; grid-template-columns: 32px minmax(0, 1fr) auto;
  align-items: center; gap: 12px; padding: 12px 4px; background: none; border: 0; cursor: pointer; text-align: left;
  transition: background 0.2s var(--ease);
}
.poi-list button:hover { background: var(--light); }
.poi-list li.is-on button { background: #fff; box-shadow: inset 3px 0 0 var(--copper); }
.poi-ic { color: var(--copper); display: grid; place-items: center; }
.poi-body { display: grid; }
.poi-n { font-size: 15px; font-weight: 600; }
.poi-m { font-size: 12px; color: var(--muted-2); }
.poi-d { font-size: 13px; color: var(--muted); white-space: nowrap; }

/* ── 15. 입지: 도보 자 ───────────────────────────────────── */
.sec-walk { background: var(--stone); }
.walk-ruler { position: relative; height: 210px; margin-top: var(--s6); border-bottom: 2px solid rgba(34, 40, 49, 0.2); }
.walk-ruler li {
  position: absolute; left: var(--at); bottom: 0; transform: translateX(-50%);
  display: grid; justify-items: center; gap: 2px; width: 130px; text-align: center;
}
.walk-ruler li:nth-child(even) { padding-bottom: 96px; }
.walk-ruler li:nth-child(odd) { padding-bottom: 18px; }
.walk-dot {
  position: absolute; bottom: -7px; left: 50%; transform: translateX(-50%);
  width: 12px; height: 12px; border-radius: 50%; background: var(--copper); box-shadow: 0 0 0 4px var(--stone);
}
.walk-ruler li::after {
  content: ""; position: absolute; left: 50%; bottom: 0; width: 1px; height: 14px;
  background: rgba(34, 40, 49, 0.28);
}
.walk-m { font-family: var(--serif); font-size: 30px; font-weight: 600; color: var(--navy); line-height: 1.1; }
.walk-m em { font-style: normal; font-size: 14px; font-weight: 500; margin-left: 2px; }
.walk-t { font-size: 14px; font-weight: 600; }
.walk-k { font-size: 12px; color: var(--muted-2); }
.walk-axis { display: flex; justify-content: space-between; margin-top: 10px; font-size: 12px; color: var(--muted-2); }
.walk-note { margin-top: 26px; font-size: 12px; color: var(--muted-2); }

/* ── 16. 입지: 환경 탭 ───────────────────────────────────── */
.env-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--s5) var(--s7); }
.env-list li { display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 18px; align-items: start; }
.env-list .ico { color: var(--copper); margin-top: 3px; }
.env-list h3 { font-size: 17px; font-weight: 600; }
.env-list p { margin-top: 6px; font-size: 14px; color: var(--muted); line-height: 1.85; }

/* ── 17. 다음 단계 띠 ────────────────────────────────────── */
.nextstep { background: var(--navy); color: #fff; }
.nextstep-in { display: flex; align-items: center; justify-content: space-between; gap: var(--s4); padding: 34px 0; flex-wrap: wrap; }
.nextstep p { font-family: var(--serif); font-size: 20px; font-weight: 500; }
.nextstep .btn-line { color: #fff; border-color: rgba(255, 255, 255, 0.34); }
.nextstep .btn-line:hover { background: #fff; color: var(--navy); border-color: #fff; }

/* ── 18. 평면 ────────────────────────────────────────────── */
.typebar { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 6px; margin-bottom: var(--s5); scrollbar-width: thin; }
.typebtn {
  flex: 1 0 auto; min-width: 132px; min-height: 76px; padding: 12px 18px; cursor: pointer;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  display: grid; gap: 2px; text-align: center; transition: all 0.22s var(--ease);
}
.typebtn-n { font-family: var(--serif); font-size: 20px; font-weight: 600; color: var(--navy); }
.typebtn-u { font-size: 12px; color: var(--muted-2); }
.typebtn:hover { border-color: var(--navy); }
.typebtn[aria-selected="true"] { background: var(--navy); border-color: var(--navy); }
.typebtn[aria-selected="true"] .typebtn-n { color: #fff; }
.typebtn[aria-selected="true"] .typebtn-u { color: rgba(255, 255, 255, 0.66); }

.plan-layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(0, 0.85fr); gap: var(--s5); align-items: start; }
.plan-layout > *, .map-layout > *, .units-layout > *, .calc > *, .sch-wrap > *, .form-layout > * { min-width: 0; }
.plan-stage, .plan-canvas { min-width: 0; }
.plan-head { display: flex; align-items: center; justify-content: space-between; gap: var(--s3); margin-bottom: 16px; flex-wrap: wrap; }
.plan-title { font-size: 14px; font-weight: 600; letter-spacing: 0.04em; color: var(--muted); }
.plan-title span { font-family: var(--serif); font-size: 20px; color: var(--navy); margin-right: 4px; }
.plan-canvas { border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--plan-paper); padding: 10px; }
.plan-svg { width: 100%; height: auto; display: block; font-family: var(--sans); }
.plan-legend { margin-top: 14px; font-size: 12px; color: var(--muted-2); display: flex; gap: 20px; flex-wrap: wrap; align-items: center; }
.pl-key { display: inline-block; width: 16px; height: 8px; margin-right: 6px; vertical-align: -1px; }
.pl-key-bal { background: #faf7f1; border: 1px dashed #b9b2a6; }
.pl-key-win { border-top: 3px solid #6f7c8a; height: 0; }
.pl-key-door { border: 1.5px solid #b0a899; border-width: 1.5px 0 0 1.5px; border-top-left-radius: 100%; height: 10px; width: 12px; }
.plan-note { margin-top: 10px; font-size: 13px; color: var(--muted); }
.plan-pan { display: none; margin-top: 8px; font-size: 12.5px; color: var(--muted-2); }
.plan-mini { display: none; }
.sheet-open { display: none; width: 100%; margin-top: 18px; }

/* 도면 내부 */
.pl-room { fill: var(--plan-room); stroke: var(--plan-wall); stroke-width: 3.4; stroke-linejoin: miter; }
.pl-bal-fill { fill: #faf7f1; stroke: #c3bbac; stroke-width: 1.6; stroke-dasharray: 8 6; }
.pl-ext { fill: none; stroke: var(--plan-wall); stroke-width: 8; stroke-linejoin: miter; }
.pl-gap { fill: var(--plan-room); }
.pl-swing { fill: none; stroke: #b0a899; stroke-width: 1.5; }
.pl-leaf { stroke: #8e8778; stroke-width: 2; }
.w-erase { stroke: var(--plan-room); stroke-width: 10; }
.w-line { stroke: #6f7c8a; stroke-width: 2.6; }
.pl-furn { fill: none; stroke: var(--plan-furn); stroke-width: 1.5; stroke-linejoin: round; }
.pl-label { text-anchor: middle; dominant-baseline: middle; font-size: 16px; font-weight: 500; fill: #3a4553;
  stroke: var(--plan-room); stroke-width: 3.4; paint-order: stroke fill; }
.pl-label.sm { font-size: 13px; fill: #6d7783; }
.pl-bal-label { letter-spacing: 0.14em; }
.pl-dim { fill: none; stroke: #a9b1ba; stroke-width: 1; }
.pl-dim text { fill: #7c8794; font-size: 13px; text-anchor: middle; stroke: none; }
.pl-scale { fill: none; stroke: #a9b1ba; stroke-width: 1.2; }
.pl-scale text { fill: #7c8794; font-size: 12px; text-anchor: middle; stroke: none; }
.pl-north circle { fill: #fff; stroke: #a9b1ba; stroke-width: 1.2; }
.pl-north path { fill: var(--copper); stroke: none; }
.pl-north text { fill: #6d7783; font-size: 12px; font-weight: 700; text-anchor: middle; stroke: none; }
.pl-bal-cover { display: none; fill: var(--plan-room); }
.plan-canvas.is-exp .pl-bal-cover { display: block; }
.plan-canvas.is-exp .pl-bal-wall { opacity: 0.18; stroke-dasharray: 10 8; }
.plan-canvas.is-exp .pl-bal-fill { fill: var(--plan-room); stroke-dasharray: 4 5; }

/* 평면 상세 패널 */
.plan-side { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: var(--s4); position: sticky; top: 108px; }
.sheet-bar { display: none; }
.spec-cat { font-size: 12px; letter-spacing: 0.12em; color: var(--copper); font-weight: 600; }
.spec-name { font-family: var(--serif); font-size: 42px; font-weight: 600; line-height: 1.1; margin-top: 8px; color: var(--navy); }
.spec-units { margin-top: 8px; font-size: 14px; color: var(--muted); }
.spec-dl { margin-top: 26px; border-top: 1px solid var(--line); }
.spec-dl > div { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line-2); }
.spec-dl dt { font-size: 14px; color: var(--muted); }
.spec-dl dd { font-size: 16px; font-weight: 600; font-variant-numeric: tabular-nums; }
.spec-price { color: var(--copper); }
.spec-actions { margin-top: 24px; display: grid; gap: 10px; }
.btn-save[aria-pressed="true"] { background: rgba(184, 115, 74, 0.1); border-color: var(--copper); color: var(--copper); }
.btn-save[aria-pressed="true"] .ico { fill: var(--copper); }
.acc-points { margin-top: 28px; border-top: 0; }

/* ── 19. 동·호수 ─────────────────────────────────────────── */
.sec-units { background: var(--stone); }
.units-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: var(--s5); align-items: start; }
.units-map { position: sticky; top: 108px; }
.keymap { border: 1px solid rgba(34, 40, 49, 0.14); border-radius: var(--r-lg); background: #fff; overflow: hidden; }
.keymap-svg { width: 100%; height: auto; display: block; font-family: var(--sans); }
.km-bg { fill: #fbfaf7; }
.km-site { fill: #f2efe8; stroke: #ddd6c8; stroke-width: 1.4; stroke-dasharray: 6 5; }
.km-river { fill: #dbe6ed; }
.km-water { fill: #7c99ac; font-size: 20px; letter-spacing: 0.4em; text-anchor: middle; }
.km-road { fill: none; stroke: #e6e0d4; stroke-width: 13; stroke-linecap: round; }
.km-road-t { fill: #a49a89; font-size: 13px; text-anchor: middle; }
.km-low { fill: #ece8df; stroke: #dcd5c7; stroke-width: 1.2; }
.km-low-t { fill: #8d8676; font-size: 13px; text-anchor: middle; }
.km-gate { stroke: var(--copper); stroke-width: 4; stroke-linecap: round; }
.km-dong { cursor: pointer; }
.km-dong rect { fill: #fff; stroke: var(--navy); stroke-width: 2.2; transition: fill 0.25s; }
.km-dong .km-line { stroke: #cfd5db; stroke-width: 1.2; }
.km-dong text { fill: var(--navy); font-size: 15px; font-weight: 700; text-anchor: middle; }
.km-dong:hover rect { fill: #eef2f5; }
.km-dong.is-on rect { fill: var(--navy); }
.km-dong.is-on text { fill: #fff; }
.km-dong.is-on .km-line { stroke: rgba(255, 255, 255, 0.22); }

.ufilter { display: grid; grid-template-columns: 62px minmax(0, 1fr); gap: 14px; align-items: start; margin-bottom: 14px; }
.ufilter-l { font-size: 13px; font-weight: 600; color: var(--muted); padding-top: 12px; }
.unit-count { margin: 18px 0 12px; font-size: 14px; color: var(--muted); }
.unit-count strong { color: var(--copper); font-weight: 700; }
.unit-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(104px, 1fr)); gap: 8px; }
.unit {
  min-height: 62px; padding: 8px 6px; cursor: pointer; background: #fff; border: 1px solid var(--line);
  border-radius: var(--r); display: grid; gap: 1px; text-align: center; transition: all 0.2s var(--ease);
}
.unit-n { font-size: 15px; font-weight: 700; color: var(--navy); font-variant-numeric: tabular-nums; }
.unit-t { font-size: 11px; color: var(--muted-2); }
.unit-s { font-size: 11px; font-weight: 600; }
.unit[data-status="sale"] .unit-s { color: #2f7d5b; }
.unit[data-status="talk"] .unit-s { color: var(--copper); }
.unit:hover { border-color: var(--navy); transform: translateY(-2px); }
.unit.is-on { background: var(--navy); border-color: var(--navy); }
.unit.is-on .unit-n, .unit.is-on .unit-t, .unit.is-on .unit-s { color: #fff; }
.unit-more { width: 100%; margin-top: 12px; }
.unit-detail { margin-top: 20px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: var(--s3); }
.ud-title { display: flex; align-items: center; gap: 10px; font-family: var(--serif); font-size: 22px; font-weight: 600; }
.ud-badge { font-family: var(--sans); font-size: 12px; font-weight: 600; padding: 3px 10px; border-radius: var(--r-pill); background: rgba(47, 125, 91, 0.12); color: #2f7d5b; }
.ud-badge.is-talk { background: rgba(184, 115, 74, 0.14); color: var(--copper); }
.ud-dl { margin-top: 16px; display: grid; gap: 8px; }
.ud-dl > div { display: flex; justify-content: space-between; font-size: 14px; }
.ud-dl dt { color: var(--muted); }
.ud-dl dd { font-weight: 600; font-variant-numeric: tabular-nums; }
.ud-actions { margin-top: 20px; display: flex; gap: 10px; flex-wrap: wrap; }

/* ── 20. 자금계획 ────────────────────────────────────────── */
.pick { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: var(--r-lg); background: #fff; margin-bottom: var(--s5); }
.pick-cell { padding: 24px 26px; border-right: 1px solid var(--line-2); }
.pick-cell:last-child { border-right: 0; }
.pick-cell-wide { grid-column: span 2; }
.pick-l { font-size: 13px; color: var(--muted); }
.pick-v { font-family: var(--serif); font-size: 30px; font-weight: 600; margin-top: 4px; color: var(--navy); }
.pick-v-sm { font-size: 22px; }
.pick-price { color: var(--copper); font-variant-numeric: tabular-nums; }
.pick-price em { font-style: normal; font-size: 16px; color: var(--muted); }
.chipbar-type { margin-bottom: var(--s4); }

.calc { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr); gap: var(--s5); align-items: start; }
.calc-form { display: grid; gap: 4px; }
.fld { display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 20px; align-items: start; padding: 20px 0; border-bottom: 1px solid var(--line-2); }
.fld-l { font-size: 14px; font-weight: 600; padding-top: 13px; }
.fld-c { display: grid; gap: 10px; }
.fld-c > .segbar { justify-self: start; }
.fld-help { font-size: 12.5px; color: var(--muted-2); }
.fld-err { display: flex; align-items: center; gap: 6px; font-size: 13px; color: var(--warn); font-weight: 500; }
.control {
  width: 100%; min-height: 48px; padding: 0 14px; font-size: 15px; font-family: inherit; color: var(--ink);
  background: #fff; border: 1px solid var(--line); border-radius: var(--r); transition: border-color 0.2s var(--ease);
}
select.control { appearance: none; padding-right: 38px; cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2356606d' stroke-width='1.6'%3E%3Cpath d='M6 9.5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 12px center; background-size: 18px; }
.control:focus { border-color: var(--navy); outline: none; box-shadow: 0 0 0 3px rgba(11, 27, 43, 0.08); }
.amt-row { display: grid; grid-template-columns: minmax(0, 1fr) 120px; gap: 10px; }
.amt-in { position: relative; }
.amt-in .control { padding-right: 40px; text-align: right; font-variant-numeric: tabular-nums; font-weight: 600; }
.amt-unit { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); font-size: 13px; color: var(--muted); pointer-events: none; }
.range { width: 100%; height: 32px; appearance: none; background: none; cursor: pointer; }
.range::-webkit-slider-runnable-track { height: 4px; border-radius: 2px; background: var(--line); }
.range::-moz-range-track { height: 4px; border-radius: 2px; background: var(--line); }
.range::-webkit-slider-thumb { appearance: none; width: 22px; height: 22px; margin-top: -9px; border-radius: 50%; background: var(--navy); border: 3px solid #fff; box-shadow: 0 2px 6px rgba(11, 27, 43, 0.3); }
.range::-moz-range-thumb { width: 22px; height: 22px; border-radius: 50%; background: var(--navy); border: 3px solid #fff; }
.range-ends { display: flex; justify-content: space-between; font-size: 12px; color: var(--muted-2); margin-top: -6px; }
.stepper { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: var(--r); background: #fff; position: relative; max-width: 240px; }
.step-btn { width: 48px; min-height: 46px; background: none; border: 0; cursor: pointer; font-size: 19px; color: var(--muted); }
.step-btn:hover { color: var(--navy); background: var(--light); }
.stepper .control { border: 0; text-align: center; padding-right: 26px; font-weight: 700; font-variant-numeric: tabular-nums; }
.stepper .amt-unit { right: 56px; }
.calc-reset { justify-self: start; margin-top: 20px; }

.calc-sum { background: var(--navy); color: #fff; border-radius: var(--r-lg); padding: var(--s4); position: sticky; top: 108px; }
.sum-top { padding-bottom: 18px; border-bottom: 1px solid var(--line-dark); }
.sum-l { font-size: 13px; color: rgba(255, 255, 255, 0.6); }
.sum-v { font-family: var(--serif); font-size: 27px; font-weight: 600; font-variant-numeric: tabular-nums; }
.sum-v em { font-style: normal; font-size: 15px; color: rgba(255, 255, 255, 0.6); }
.sum-dl { padding: 16px 0; display: grid; gap: 11px; }
.sum-dl > div { display: flex; justify-content: space-between; gap: 12px; font-size: 14px; }
.sum-dl dt { color: rgba(255, 255, 255, 0.62); }
.sum-dl dd { font-weight: 600; font-variant-numeric: tabular-nums; }
.sum-sep { padding-top: 11px; border-top: 1px solid var(--line-dark); }
.sum-hero { margin-top: 8px; padding: 20px; border-radius: var(--r); background: rgba(255, 255, 255, 0.06); border: 1px solid var(--line-dark); }
.sum-hero-l { font-size: 13px; color: rgba(255, 255, 255, 0.66); }
.sum-hero-l em { font-style: normal; color: var(--copper-l); font-weight: 600; }
.sum-hero-v { font-family: var(--serif); font-size: clamp(28px, 3.4vw, 38px); font-weight: 600; color: var(--copper-l); font-variant-numeric: tabular-nums; margin-top: 4px; }
.sum-hero-v em { font-style: normal; font-size: 16px; color: rgba(255, 255, 255, 0.7); }
.sum-hero-n { font-size: 12.5px; color: rgba(255, 255, 255, 0.55); margin-top: 4px; }
.sum-dl-sub { padding-top: 16px; border-top: 1px solid var(--line-dark); margin-top: 16px; }
.sum-note { margin-top: 16px; font-size: 12px; color: rgba(255, 255, 255, 0.5); line-height: 1.7; }

.sch-wrap { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 0.6fr); gap: var(--s5); align-items: start; }
.table-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r-lg); background: #fff; }
.sch-table { min-width: 560px; font-size: 14px; }
.sch-table th, .sch-table td { padding: 16px 18px; text-align: left; border-bottom: 1px solid var(--line-2); }
.sch-table thead th { background: var(--light); font-size: 13px; font-weight: 600; color: var(--muted); white-space: nowrap; }
.sch-table tbody th { font-weight: 600; white-space: nowrap; }
.sch-table td { font-variant-numeric: tabular-nums; color: var(--muted); }
.sch-table .ta-r { text-align: right; }
.sch-table tbody tr:hover { background: #fbfaf8; }
.sch-table tfoot th, .sch-table tfoot td { background: var(--navy); color: #fff; border-bottom: 0; font-weight: 700; }
.sch-side { background: var(--stone); border-radius: var(--r-lg); padding: var(--s4); }
.sch-side h3 { font-size: 15px; font-weight: 700; margin-bottom: 8px; }
.sch-side h3 + p { font-size: 14px; color: var(--muted); line-height: 1.85; margin-bottom: 22px; }
.sch-side .btn { width: 100%; }
.accordion-flat { margin-top: var(--s5); }

/* ── 21. 관심등록 ────────────────────────────────────────── */
.sec-steps { padding-bottom: 0; }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--s5); counter-reset: st; }
.steps li { padding-top: 26px; border-top: 2px solid var(--navy); }
.steps li:nth-child(2), .steps li:nth-child(3) { border-top-color: var(--line); }
.step-n { font-family: var(--serif); font-size: 13px; font-weight: 600; letter-spacing: 0.16em; color: var(--copper); }
.steps h2 { font-size: 20px; font-weight: 600; margin-top: 8px; }
.steps p { margin-top: 10px; font-size: 14px; color: var(--muted); line-height: 1.85; }

.form-layout { display: grid; grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr); gap: var(--s7); align-items: start; }
.form-side { position: sticky; top: 108px; }
.form-side h2 { font-family: var(--serif); font-size: clamp(26px, 3vw, 36px); font-weight: 600; }
.benefit { margin-top: 28px; display: grid; gap: 14px; }
.benefit li { display: flex; gap: 11px; font-size: 15px; color: var(--muted); align-items: flex-start; }
.benefit .ico { color: var(--copper); margin-top: 4px; }
.form-tel { margin-top: 40px; padding-top: 26px; border-top: 1px solid var(--line); }
.form-tel-l { font-size: 12px; letter-spacing: 0.14em; color: var(--copper); font-weight: 600; }
.form-tel-v { font-family: var(--serif); font-size: 30px; font-weight: 600; color: var(--navy); display: inline-block; margin-top: 6px; }
.form-tel-h { font-size: 13px; color: var(--muted); }

.inquiry-form { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: var(--s5); }
.form-h { font-size: 20px; font-weight: 700; margin-bottom: var(--s3); }
.field { display: grid; gap: 8px; padding: 16px 0; border: 0; }
.field > label, .field > legend { font-size: 14px; font-weight: 600; padding: 0; }
.req { font-size: 11px; font-weight: 600; color: var(--copper); margin-left: 4px; }
.opt { font-size: 11px; font-weight: 500; color: var(--muted-2); margin-left: 4px; }
.field .err { display: none; align-items: center; gap: 6px; font-size: 13px; color: var(--warn); }
.field.invalid .control { border-color: var(--warn); background: #fff8f7; }
.field.invalid .err { display: flex; }
.field.filled .control { border-color: var(--navy); }
.counter { text-align: right; font-size: 12px; color: var(--muted-2); font-variant-numeric: tabular-nums; }
.chk-group-l { font-size: 12px; font-weight: 600; color: var(--muted); letter-spacing: 0.06em; margin-top: 6px; }
.chk-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.chk { position: relative; }
.chk input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.chk label {
  display: grid; gap: 1px; min-height: 56px; padding: 9px 12px 9px 40px; cursor: pointer;
  border: 1px solid var(--line); border-radius: var(--r); font-size: 14px; font-weight: 600;
  align-content: center; transition: all 0.2s var(--ease);
}
.chk label em { font-style: normal; font-size: 11.5px; font-weight: 400; color: var(--muted-2); }
.chk label::before {
  content: ""; position: absolute; left: 13px; top: 50%; transform: translateY(-50%);
  width: 18px; height: 18px; border: 1px solid var(--muted-2); border-radius: 2px; background: #fff;
}
.chk label::after {
  content: ""; position: absolute; left: 18px; top: 50%; width: 7px; height: 12px;
  border: solid #fff; border-width: 0 2px 2px 0; transform: translateY(-62%) rotate(45deg) scale(0);
  transition: transform 0.18s var(--ease);
}
.chk input:checked + label { border-color: var(--copper); background: rgba(184, 115, 74, 0.06); }
.chk input:checked + label::before { background: var(--copper); border-color: var(--copper); }
.chk input:checked + label::after { transform: translateY(-62%) rotate(45deg) scale(1); }
.chk input:focus-visible + label { outline: 2px solid var(--copper); outline-offset: 2px; }
.saved-note { font-size: 13px; color: var(--copper); background: rgba(184, 115, 74, 0.08); padding: 10px 14px; border-radius: var(--r); }
.agree { margin-top: var(--s3); }
.chk-agree { margin-top: 12px; }
.chk-agree label { min-height: 52px; border-color: transparent; background: none; font-weight: 500; font-size: 14px; }
.chk-agree input:checked + label { background: none; border-color: transparent; }
.form-submit { width: 100%; margin-top: var(--s4); min-height: 58px; font-size: 16px; }
.form-foot { margin-top: 12px; font-size: 12px; color: var(--muted-2); text-align: center; }
.spinner {
  width: 16px; height: 16px; border: 2px solid rgba(255, 255, 255, 0.4); border-top-color: #fff;
  border-radius: 50%; animation: spin 0.7s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

.form-success { background: #fff; border: 1px solid var(--copper); border-radius: var(--r-lg); padding: var(--s5); text-align: center; }
.fs-mark { width: 62px; height: 62px; border-radius: 50%; background: rgba(184, 115, 74, 0.12); color: var(--copper); display: grid; place-items: center; margin: 0 auto 20px; }
.form-success h2 { font-family: var(--serif); font-size: 26px; font-weight: 600; }
.fs-lead { margin-top: 12px; font-size: 15px; color: var(--muted); }
.fs-dl { margin: 28px 0; display: grid; gap: 10px; text-align: left; border-top: 1px solid var(--line-2); padding-top: 20px; }
.fs-dl > div { display: flex; justify-content: space-between; gap: 16px; font-size: 14px; }
.fs-dl dt { color: var(--muted); }
.fs-dl dd { font-weight: 600; text-align: right; }
.fs-actions { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.faq-wrap { max-width: 860px; }

/* ── 22. 푸터 ────────────────────────────────────────────── */
.site-footer { background: var(--navy); color: rgba(255, 255, 255, 0.62); padding: var(--s7) 0 var(--s5); }
.foot-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 0.7fr) minmax(0, 1.5fr); gap: var(--s6); }
.foot-brand .brand { color: #fff; font-size: 24px; }
.foot-tel a { font-family: var(--serif); font-size: 26px; font-weight: 600; color: #fff; display: inline-block; margin-top: 14px; }
.foot-hours { font-size: 13px; margin-top: 4px; }
.foot-nav { display: grid; gap: 12px; align-content: start; }
.foot-nav a { font-size: 14px; transition: color 0.25s var(--ease); }
.foot-nav a:hover { color: #fff; }
.foot-meta { font-size: 13px; line-height: 1.9; }
.foot-note { margin-top: 14px; font-size: 12px; color: rgba(255, 255, 255, 0.42); line-height: 1.8; }
.foot-links { margin-top: 18px; display: flex; gap: 20px; }
.foot-links a { font-size: 12.5px; text-decoration: underline; text-underline-offset: 3px; }
.foot-links a:hover { color: #fff; }
.foot-copy { margin-top: 14px; font-size: 11.5px; letter-spacing: 0.06em; color: rgba(255, 255, 255, 0.36); }

/* ── 23. 떠 있는 것들 ────────────────────────────────────── */
.to-top {
  position: fixed; right: 28px; bottom: 28px; z-index: var(--z-fixed);
  width: 48px; height: 48px; display: grid; place-items: center; cursor: pointer;
  background: rgba(11, 27, 43, 0.9); color: #fff; border: 0; border-radius: 50%;
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity 0.3s var(--ease), visibility 0.3s, transform 0.3s var(--ease), background 0.25s;
}
.to-top.show { opacity: 1; visibility: visible; transform: none; }
.to-top:hover { background: var(--copper); }
.mcta { display: none; }
.msum { display: none; }
.toast {
  position: fixed; left: 50%; bottom: 34px; z-index: var(--z-toast); transform: translate(-50%, 18px);
  min-width: 280px; max-width: calc(100vw - 40px); display: flex; align-items: center; gap: 11px;
  padding: 15px 22px; background: var(--charcoal); color: #fff; border-radius: var(--r);
  font-size: 14px; box-shadow: var(--sh-2); opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 0.32s var(--ease), transform 0.32s var(--ease), visibility 0.32s;
}
.toast.show { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.toast .ico { color: var(--copper-l); }

/* ── 24. 등장 효과 ───────────────────────────────────────── */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.js .reveal.in { opacity: 1; transform: none; }

/* ── 25. 반응형 ──────────────────────────────────────────── */
@media (max-width: 1180px) {
  :root { --wrap: 1024px; --gut: 32px; --sec: 96px; }
  .navlinks { gap: 24px; }
  .ov-grid, .view-grid, .cta-grid, .form-layout { gap: var(--s6); }
  .hero-inner { gap: var(--s5); min-height: 560px; }
}

@media (max-width: 1024px) {
  :root { --sec: 84px; }
  .navlinks, .nav-tel { display: none; }
  .menu-btn { display: inline-flex; }
  .nav { min-height: 72px; }
  .hero-inner { grid-template-columns: 1fr; gap: var(--s5); padding: var(--s6) 0 var(--s7); min-height: 0; }
  .hero-fig { order: -1; }
  .hero-fig img { max-height: 420px; object-fit: cover; }
  .hero-fig figcaption { position: static; margin-top: 8px; }
  .ov-grid, .view-grid, .cta-grid, .map-layout, .plan-layout, .units-layout, .calc, .sch-wrap, .form-layout, .phead-grid { grid-template-columns: 1fr; }
  .ov-side, .map-stage, .units-map, .plan-side, .calc-sum, .form-side { position: static; }
  .hl-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hl-item { border-bottom: 1px solid var(--line); }
  .hl-item:nth-child(2n) { border-right: 0; }
  .hl-item:nth-child(2n) { padding-left: var(--s4); }
  .hl-item:nth-child(2n + 1) { padding-left: 0; }
  .phead-fig { max-width: 560px; }
  .env-list { gap: var(--s4) var(--s5); }
  .poi-list { max-height: none; }
  .pick { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pick-cell:nth-child(2) { border-right: 0; }
  .pick-cell-wide { grid-column: span 2; border-top: 1px solid var(--line-2); }
}

@media (max-width: 860px) {
  :root { --gut: 20px; --sec: 68px; --s7: 72px; }
  .sec-head { margin-bottom: var(--s5); }
  .hl-list { grid-template-columns: 1fr; }
  .hl-item { border-right: 0; padding: var(--s4) 0 !important; }
  .env-list, .chk-grid, .steps { grid-template-columns: 1fr; }
  .view-cap { padding: 44px 18px 16px; }
  .view-thumb, .view-thumb img { min-height: 66px; height: 66px; }
  .foot-grid { grid-template-columns: 1fr; gap: var(--s4); }
  .foot-nav { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .fld { grid-template-columns: 1fr; gap: 8px; padding: 14px 0; }
  .fld-l { padding-top: 0; }
  .inquiry-form { padding: var(--s4) var(--s3); }
  .news-list a { grid-template-columns: 1fr auto; row-gap: 4px; padding: 18px 4px; }
  .news-cat { grid-column: 1 / -1; }
  .news-list a:hover { padding-inline: 4px; }
  .walk-ruler { height: auto; display: grid; gap: 2px; border-bottom: 0; margin-top: var(--s4); }
  .walk-ruler li {
    position: relative; left: auto !important; transform: none; width: auto; padding: 16px 0 16px 24px !important;
    grid-template-columns: 62px minmax(0, 1fr) auto; display: grid; align-items: center;
    text-align: left; border-bottom: 1px solid rgba(34, 40, 49, 0.14);
  }
  .walk-ruler li::after { display: none; }
  .walk-dot { position: absolute; left: 0 !important; bottom: auto; top: 50%; transform: translateY(-50%); }
  .walk-m { font-size: 24px; }
  .walk-t { grid-column: 2; }
  .walk-k { grid-column: 3; }
  .walk-axis { display: none; }
  .ufilter { grid-template-columns: 1fr; gap: 8px; }
  .ufilter-l { padding-top: 0; }
  .steps li { padding-top: 18px; }
  .unit-grid { grid-template-columns: repeat(auto-fill, minmax(96px, 1fr)); }

  /* 모바일 재설계 — 고정 CTA · 평면 바텀시트 · 계산 요약 */
  body { padding-bottom: 76px; }
  .mcta {
    display: grid; grid-template-columns: 1fr 1.3fr; gap: 8px; align-items: center;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: var(--z-fixed);
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: rgba(253, 252, 250, 0.97); border-top: 1px solid var(--line); box-shadow: var(--sh-3);
  }
  .mcta .btn { min-height: 48px; padding: 0 12px; font-size: 14px; }
  .mcta .btn-ghost { color: var(--navy); border-color: var(--line); }
  .p-finance .mcta, .p-reg .mcta { display: none; }
  .to-top { bottom: 88px; right: 16px; width: 46px; height: 46px; }
  .toast { bottom: 92px; }

  .p-finance .msum {
    display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: var(--z-fixed);
    background: var(--navy); color: #fff; box-shadow: var(--sh-3);
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  }
  .msum-in { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
  .msum-l { font-size: 12px; color: rgba(255, 255, 255, 0.62); }
  .msum-v { font-family: var(--serif); font-size: 22px; font-weight: 600; font-variant-numeric: tabular-nums; }

  .plan-mini {
    display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 16px;
    background: var(--line); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden;
  }
  .plan-mini li { background: #fff; padding: 12px 10px; text-align: center; display: grid; gap: 2px; }
  .plan-mini span { font-size: 11.5px; color: var(--muted-2); }
  .plan-mini strong { font-size: 15px; font-weight: 700; font-variant-numeric: tabular-nums; }
  .sheet-open { display: inline-flex; }
  .plan-canvas { overflow-x: auto; -webkit-overflow-scrolling: touch; padding: 8px; }
  .plan-svg { min-width: 620px; }
  .plan-pan { display: block; }
  .plan-side {
    position: fixed; left: 0; right: 0; bottom: 0; top: auto; z-index: var(--z-sheet);
    max-height: 84vh; overflow-y: auto; border-radius: var(--r-lg) var(--r-lg) 0 0;
    border: 0; box-shadow: var(--sh-3); padding: 6px var(--s3) calc(var(--s4) + env(safe-area-inset-bottom));
    transform: translateY(101%); visibility: hidden; transition: transform 0.4s var(--ease), visibility 0.4s;
  }
  .plan-side.open { transform: none; visibility: visible; }
  .sheet-bar { display: flex; align-items: center; justify-content: center; position: relative; padding: 10px 0 6px; }
  .sheet-grip { width: 44px; height: 4px; border-radius: 2px; background: var(--line); }
  .sheet-close {
    position: absolute; right: 0; top: 4px; width: 44px; height: 44px; display: grid; place-items: center;
    background: none; border: 0; cursor: pointer; color: var(--muted);
  }
  .spec-name { font-size: 34px; }
}

@media (max-width: 560px) {
  .hero h1 { font-size: clamp(30px, 8.6vw, 40px); }
  .cta-box { padding: var(--s3); }
  .cta-tel { font-size: clamp(24px, 7.4vw, 32px); gap: 10px; }
  .cta-tel .ico-lg { width: 26px; height: 26px; }
  .drawer-tel, .form-tel-v, .foot-tel a { font-size: 24px; }
  .sec-cta { padding: var(--s6) 0; }
  .hero-facts { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-facts > div { padding: 16px 0 14px; margin: 0; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .hero-facts > div:nth-child(odd) { padding-right: 18px; border-right: 1px solid var(--line-dark); }
  .hero-facts > div:nth-child(even) { padding-left: 18px; }
  .hero-facts > div:last-child { grid-column: 1 / -1; border-bottom: 0; padding-left: 0; }
  .hero-cta .btn, .cta-btns .btn, .fs-actions .btn, .ud-actions .btn { width: 100%; }
  .tabs { overflow-x: auto; flex-wrap: nowrap; }
  .tab { padding: 0 16px; font-size: 15px; white-space: nowrap; }
  .tabs-seg { flex-wrap: nowrap; }
  .pick { grid-template-columns: 1fr; }
  .pick-cell { border-right: 0; border-bottom: 1px solid var(--line-2); }
  .pick-cell-wide { grid-column: auto; }
  .amt-row { grid-template-columns: minmax(0, 1fr) 96px; }
  .foot-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .spec-actions .btn { width: 100%; }
  .unit-grid { grid-template-columns: repeat(auto-fill, minmax(88px, 1fr)); }
  .sec-head-row { display: block; }
  .sec-head-note { margin-top: 14px; }
}

@media (max-width: 380px) {
  :root { --gut: 14px; }
  .brand { font-size: 20px; }
  .chk-grid { gap: 6px; }
  .unit-grid { grid-template-columns: repeat(auto-fill, minmax(80px, 1fr)); }
}

/* 터치 영역 — 모바일에서 조작 요소는 46px 이상(경계값 44 를 넉넉히 넘긴다) */
@media (max-width: 860px) {
  .btn, .btn-sm, .chip, .seg, .icon-btn, .step-btn, .sheet-close, .to-top,
  .menu-btn, .drawer-close, .view-thumb, .chk label { min-height: 46px; }
  .btn { min-height: 50px; }
  .view-thumb, .view-thumb img { height: 66px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
  .js .reveal { opacity: 1; transform: none; }
  .js .hero-fig img { animation: none; }
}

@media print {
  .site-header, .drawer, .scrim, .to-top, .toast, .mcta, .msum, .nextstep, .sheet-open { display: none !important; }
  body { padding-bottom: 0; }
  .sec { padding: 24px 0; }
}
