/* ============================================
   송도 센트럴파크 리버리치 — Design System v1
   한내들 검증 톤 + Luxury Editorial
   ============================================ */

:root {
  /* Colors — 한내들 검증 + 골드 액센트 */
  --cl-deep-emerald: #0d695b;
  --cl-emerald-light: #14887a;
  --cl-emerald-dark: #084236;
  --cl-emerald-soft: #e6f0ee;
  --cl-gold: #c9a86b;
  --cl-gold-light: #d8bd86;
  --cl-gold-dark: #a08854;
  --cl-gold-soft: #f4ede0;
  --cl-cream: #f8f5ef;
  --cl-paper: #ffffff;
  --cl-ink: #1a1a1a;
  --cl-ink-soft: #4a4a4a;
  --cl-ink-mute: #888888;
  --cl-line: #e8e0d3;
  --cl-line-soft: #f0eadd;
  --cl-night: #0a1f1c;
  --cl-night-soft: #14302c;

  /* Typography */
  --ff-display: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --ff-body: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --ff-serif: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;

  /* Sizing */
  --container: 1240px;
  --container-narrow: 980px;
  --radius-sm: 6px;
  --radius: 12px;
  --radius-lg: 20px;
  --radius-pill: 999px;

  /* Shadow */
  --shadow-sm: 0 2px 8px rgba(13, 105, 91, 0.08);
  --shadow: 0 8px 28px rgba(13, 105, 91, 0.12);
  --shadow-lg: 0 16px 48px rgba(13, 105, 91, 0.18);
  --shadow-gold: 0 8px 28px rgba(201, 168, 107, 0.32);

  /* Z-index */
  --z-header: 100;
  --z-capsule: 90;
  --z-mobottom: 95;
  --z-modal: 200;
}

/* ============================================
   Reset
   ============================================ */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  margin: 0;
  font-family: var(--ff-body);
  font-weight: 400;
  color: var(--cl-ink);
  background: var(--cl-cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: keep-all;
  word-wrap: break-word;
}
img, picture, svg, video { display: block; max-width: 100%; height: auto; }
button { font-family: inherit; cursor: pointer; border: none; background: none; padding: 0; color: inherit; }
a { color: inherit; text-decoration: none; }
input, select, textarea { font-family: inherit; font-size: inherit; }
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, figure, blockquote { margin: 0; padding: 0; }
ul, ol { list-style: none; }
em { font-style: normal; }

/* ============================================
   Container
   ============================================ */
.container { max-width: var(--container); margin-inline: auto; padding-inline: clamp(16px, 4vw, 32px); }

/* ============================================
   Section head (공통)
   ============================================ */
.section-head { margin-bottom: clamp(36px, 5vw, 56px); }
.section-head.center { text-align: center; }
.section-eyebrow {
  display: inline-block;
  font-family: var(--ff-serif);
  font-style: italic;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: var(--cl-gold-dark);
  margin-bottom: 12px;
}
.section-title {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--cl-deep-emerald);
}
.section-title em {
  color: var(--cl-gold-dark);
  font-style: normal;
  font-family: var(--ff-serif);
  font-weight: 600;
  font-size: 1.1em;
  padding: 0 0.08em;
}
.section-sub {
  margin-top: 14px;
  font-size: clamp(15px, 1.4vw, 18px);
  color: var(--cl-ink-soft);
  font-weight: 500;
}

/* ============================================
   Header
   ============================================ */
/* ===== 헤더 (배포 A 명령서: 투명→스크롤 배경전환 · 로고36/메뉴18/CTA18 수평 1열) ===== */
.site-header {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 1000; height: 80px;
  display: flex; align-items: center;
  background: transparent; box-shadow: none;
  transition: background .3s, box-shadow .3s, height .3s;
}
.site-header.scrolled { background: #fff; box-shadow: 0 2px 12px rgba(0, 0, 0, .08); }
.header-inner {
  width: 100%; max-width: 1280px; margin: 0 auto;
  padding: 0 32px;
  display: flex; align-items: center; justify-content: space-between;
}
.brand { display: inline-flex; align-items: center; font-family: var(--ff-display); }
.brand-logo { display: block; height: 30px; width: auto; filter: none; transition: filter .3s; }
.site-nav { display: none; gap: 36px; align-items: center; }
.site-nav a { position: relative; font-size: 20px; font-weight: 600; line-height: 1; padding: 8px 0; transition: color .3s; }
.site-nav a::after {
  content: '';
  position: absolute; left: 50%; bottom: 0;
  transform: translateX(-50%) scaleX(0);
  width: 100%; height: 2px; background: var(--cl-gold);
  transition: transform .25s ease;
}
.site-nav a:hover::after, .site-nav a.active::after { transform: translateX(-50%) scaleX(1); }
.site-nav a.active { font-weight: 800; }
/* ===== A-2 메가메뉴 드롭다운 (한내들 .gnb_depth2 hover staggered) ===== */
.site-nav .gnb { position: relative; display: flex; align-items: center; }
.gnb_depth2 {
  position: absolute; top: 100%; left: 50%;
  transform: translateX(-50%) translateY(-8px);
  min-width: 156px; background: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .12);
  border-radius: 0 0 12px 12px; padding: 10px 0;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
}
.site-nav .gnb:hover .gnb_depth2 { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.gnb_depth2 a { display: block; padding: 11px 22px; font-size: 15px; font-weight: 600; color: #0d695b !important; white-space: nowrap; text-align: center; opacity: 0; transform: translateY(-6px); transition: opacity .35s ease, transform .35s ease, background .2s; }
.gnb_depth2 a::after { display: none; }
.site-nav .gnb:hover .gnb_depth2 a { opacity: 1; transform: translateY(0); }
.gnb_depth2 a:hover { background: #f5f5f5; font-weight: 700; }
.site-nav .gnb:hover .gnb_depth2 a:nth-child(1) { transition-delay: .06s; }
.site-nav .gnb:hover .gnb_depth2 a:nth-child(2) { transition-delay: .10s; }
.site-nav .gnb:hover .gnb_depth2 a:nth-child(3) { transition-delay: .14s; }
.site-nav .gnb:hover .gnb_depth2 a:nth-child(4) { transition-delay: .18s; }
.site-nav .gnb:hover .gnb_depth2 a:nth-child(5) { transition-delay: .22s; }
.site-nav .gnb:hover .gnb_depth2 a:nth-child(6) { transition-delay: .26s; }
.site-nav .gnb:hover .gnb_depth2 a:nth-child(7) { transition-delay: .30s; }
.site-nav .gnb:hover .gnb_depth2 a:nth-child(8) { transition-delay: .34s; }
/* 색상: 최상단 투명=흰 로고·흰 메뉴 / 스크롤·서브=원색 로고·진회색 메뉴·에메랄드 CTA */
.site-header.at-top .site-nav a,
.site-header.at-top .header-cta,
.site-header.at-top .header-cta * { color: #fff; }
.site-header.at-top .brand-logo { filter: brightness(0) invert(1); }
.site-header.scrolled .site-nav a { color: #333; }
.site-header.scrolled .header-cta,
.site-header.scrolled .header-cta * { color: #0d695b; }
.site-header.scrolled .brand-logo { filter: none; }
body.subpage .site-header { background: #fff; box-shadow: 0 2px 12px rgba(0, 0, 0, .08); }
body.subpage .site-header .site-nav a { color: #333; }
body.subpage .site-header .header-cta,
body.subpage .site-header .header-cta * { color: #0d695b; }
body.subpage .brand-logo { filter: none; }
body.subpage main { padding-top: 80px; }
/* 메인 요약 섹션 자세히보기 링크 (배포 A 정보구조: 메인=풀요약, 서브=상세) */
.detail-link { display: inline-flex; align-items: center; gap: 6px; padding: 12px 28px; border: 1.5px solid var(--cl-deep-emerald); border-radius: 100px; color: var(--cl-deep-emerald); font-weight: 700; font-size: 15px; text-decoration: none; transition: background .2s, color .2s; }
.detail-link:hover { background: var(--cl-deep-emerald); color: #fff; }
.detail-more { text-align: center; margin: 8px 0 0; }
/* 서브페이지: 고정 헤더 아래 여백 + 본문 공통 */
.subpage-main { padding-top: 92px; }
.subpage-main .section-head { text-align: center; }
.sub-cta-banner { background: linear-gradient(135deg, #0d695b, #095245); color: #fff; text-align: center; padding: clamp(48px,8vw,80px) 20px; }
.sub-cta-banner h2 { font-size: clamp(24px,4vw,36px); font-weight: 800; margin-bottom: 12px; }
.sub-cta-banner p { color: rgba(255,255,255,.85); margin-bottom: 24px; }
.sub-cta-banner .sub-cta-btns { display: inline-flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.sub-cta-banner a { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 100px; font-weight: 800; text-decoration: none; }
.sub-cta-banner .cta-resv { background: #c9a86b; color: #1a1a1a; }
.sub-cta-banner .cta-tel { background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.4); }
.sub-cta-banner .hico { width: 18px; height: 18px; }
/* 입지 4분류 (정정 4) */
.loc-quad { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 1100px; margin: 32px auto 0; }
.loc-quad-card { background: #fff; border: 1px solid var(--cl-line); border-radius: 16px; padding: 28px; }
.loc-quad-card h3 { display: flex; align-items: center; gap: 10px; color: var(--cl-deep-emerald); font-size: 20px; font-weight: 800; margin-bottom: 16px; }
.loc-quad-card h3 .loc-svg { width: 26px; height: 26px; color: #c9a86b; flex-shrink: 0; }
.loc-quad-card ul { list-style: none; margin: 0; padding: 0; }
.loc-quad-card li { position: relative; padding-left: 18px; margin-bottom: 10px; color: var(--cl-ink-soft); font-size: 15px; line-height: 1.6; }
.loc-quad-card li::before { content: ''; position: absolute; left: 0; top: 9px; width: 6px; height: 6px; border-radius: 50%; background: #c9a86b; }
.loc-map-fig { width: 100%; margin: 28px 0 0; border-radius: 16px; overflow: hidden; border: 1px solid var(--cl-line); position: relative; }
.loc-map-fig img { width: 100%; height: auto; display: block; background: #fff; }
/* 지도 마우스 추종 돋보기 렌즈 */
.magnify-lens { position: absolute; pointer-events: none; display: none; width: 260px; height: 260px; border-radius: 50%; border: 3px solid #c9a86b; box-shadow: 0 6px 24px rgba(0,0,0,.35); background-repeat: no-repeat; background-color: #fff; z-index: 5; will-change: left, top, background-position; }
.magnify-lens.is-on { display: block; }
.magnify-toggle { position: absolute; top: 12px; right: 12px; z-index: 6; display: none; align-items: center; gap: 4px; padding: 8px 14px; border: none; border-radius: 20px; background: rgba(13,105,91,.92); color: #fff; font-weight: 700; font-size: 13px; cursor: pointer; }
.magnify-toggle.is-active { background: #c9a86b; }
@media (max-width: 767px) { .magnify-toggle { display: inline-flex; } .magnify-lens { width: 180px; height: 180px; } }
@media (max-width: 767px) { .loc-quad { grid-template-columns: 1fr; } }
/* 가격 5호실 표 (정정 2) */
.price-table-wrap { width: 100%; margin: 32px 0 0; overflow-x: auto; }
.price-5table { width: 100%; border-collapse: collapse; font-size: 15px; background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 14px rgba(0,0,0,.06); }
.price-5table thead tr { background: #0d695b; color: #fff; }
.price-5table th, .price-5table td { padding: 14px 12px; text-align: center; border-bottom: 1px solid #eef2ef; }
.price-5table tbody tr:last-child td { border-bottom: none; }
.price-5table .pt-type { font-weight: 800; color: #0d695b; }
.price-5table .pt-final { font-weight: 800; color: #c9a86b; font-size: 17px; }
.price-5table tbody tr:nth-child(even) { background: #f7f9f8; }
/* 5호실표 동·호수 값 셀만 블러 (방문상담 유도 · 드래그 복사 차단). 헤더·타입·가격은 선명 */
.price-5table tbody td:nth-child(2) { filter: blur(5px); -webkit-user-select: none; user-select: none; letter-spacing: 1px; }
.dong-notice { font-size: 14px; }
.header-cta {
  position: static;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: none;
  box-shadow: none;
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  transition: color .3s;
}
.hcta-label { font-size: 20px; font-weight: 600; letter-spacing: -.3px; }
.hcta-tel {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: -.3px;
  animation: handulHdrTel 1.8s ease-in-out infinite;
}
.hcta-ic { width: 24px; height: 24px; animation: handulHdrIcon 1.8s ease-in-out infinite; }
.hcta-glow { display: none; }
/* v10 아이콘 (CSS mask + WebP — 한내들 동일, /img/v10-icons 공유 자산) */
.hico { display: inline-block; background-color: currentColor; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; -webkit-mask-size: contain; mask-size: contain; }
.hico-phone { -webkit-mask-image: url(/img/v10-icons/btn0.webp); mask-image: url(/img/v10-icons/btn0.webp); }
.hico-resv { -webkit-mask-image: url(/img/v10-icons/btn1.webp); mask-image: url(/img/v10-icons/btn1.webp); }
.hico-tel { -webkit-mask-image: url(/img/v10-icons/btn2.webp); mask-image: url(/img/v10-icons/btn2.webp); }
.hico-top { -webkit-mask-image: url(/img/v10-icons/btn3.webp); mask-image: url(/img/v10-icons/btn3.webp); }
@keyframes handulHdrTel {
  0%, 100% { text-shadow: 0 0 0 transparent; }
  50% { text-shadow: 0 0 12px rgba(13, 105, 91, .5); }
}
@keyframes handulIconPulse {
  0%, 100% { transform: scale(1); filter: drop-shadow(0 0 0 transparent); }
  50% { transform: scale(1.18); filter: drop-shadow(0 0 8px #d8bd86); }
}
@keyframes handulHdrText {
  0%, 100% { color: #c9a86b; text-shadow: 0 0 0 transparent; }
  50% { color: #dcc089; text-shadow: 0 0 14px rgba(201, 168, 107, .7); }
}

/* 모바일 메뉴 토글 */
.mo-menu-toggle {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  align-self: center;
}
.mo-menu-toggle span {
  width: 24px;
  height: 2px;
  background: var(--cl-deep-emerald);
  border-radius: 2px;
  transition: transform .25s, opacity .25s;
}
.mo-menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mo-menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.mo-menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.site-header.at-top .mo-menu-toggle span { background: #fff; }
.mo-menu {
  position: fixed;
  top: 60px; left: 0; right: 0;
  background: #fff;
  border-bottom: 1px solid var(--cl-line);
  padding: 16px 24px 24px;
  transform: translateY(-130%);
  transition: transform .35s ease;
  z-index: var(--z-header);
}
.mo-menu.is-open { transform: translateY(0); }
.mo-menu a {
  display: block;
  padding: 14px 0;
  font-weight: 700;
  font-size: 16px;
  color: var(--cl-ink);
  border-bottom: 1px solid var(--cl-line-soft);
}
.mo-menu a:last-child { border-bottom: none; }

/* ============================================
   Hero
   ============================================ */
.hero {
  position: relative;
  height: 100vh;
  height: 100dvh;
  padding: clamp(120px, 16vh, 170px) clamp(16px, 4vw, 32px) clamp(60px, 10vh, 100px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  will-change: transform;
  animation: heroKenBurns 22s ease-in-out infinite alternate;
}
/* 포레나식 히어로 배경 모션 — 단일 이미지 Ken Burns(느린 zoom/pan) 등가 */
@keyframes heroKenBurns {
  0%   { transform: scale(1)    translate(0, 0); }
  100% { transform: scale(1.12) translate(-2%, -1.5%); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-bg img { animation: none; }
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(10, 31, 28, 0.4) 0%, rgba(10, 31, 28, 0.55) 60%, rgba(10, 31, 28, 0.85) 100%),
    radial-gradient(ellipse at 30% 30%, rgba(13, 105, 91, 0.35) 0%, transparent 60%);
}
.hero-content {
  max-width: var(--container);
  width: 100%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-maintxt {
  margin: 0;
}
.hero-maintxt img {
  width: clamp(200px, 26vw, 330px);
  height: auto;
  display: block;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, .45));
}
/* ===== 히어로 무비 시퀀스 (한내들 동일, 리버리치 톤) ===== */
.hero-movie-stage {
  position: relative;
  margin: 24px auto 0;
  width: 90%;
  max-width: 1000px;
  min-height: 100px;
  perspective: 1200px;
  perspective-origin: center;
  z-index: 10;
  pointer-events: none;
  text-align: center;
}
.hero-movie-stage .movie-line {
  position: absolute;
  left: 50%; top: 50%;
  transform-style: preserve-3d;
  text-align: center;
  white-space: nowrap;
  font-weight: 800;
  line-height: 1.2;
  will-change: transform, opacity, filter;
  transform: translate(-50%, -50%) translateZ(-300px) scale(.4);
  filter: blur(12px);
  opacity: 0;
  transition: transform 1s cubic-bezier(.215,.610,.355,1), opacity 1s cubic-bezier(.215,.610,.355,1), filter 1s cubic-bezier(.215,.610,.355,1);
}
.hero-movie-stage .movie-line.line-1 { font-size: 48px; color: #fff; text-shadow: 0 2px 8px rgba(0,0,0,.3); }
.hero-movie-stage .movie-line.line-2 { font-size: 44px; color: #d8bd86; text-shadow: 0 0 24px rgba(201,168,107,.5), 0 2px 8px rgba(0,0,0,.4); }
.hero-movie-stage .movie-line.line-4.climax { font-size: 54px; font-weight: 900; background: linear-gradient(135deg, #fff8dc, #d8bd86 38%, #c9a86b 68%, #fff8dc); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; filter: drop-shadow(0 2px 12px rgba(0,0,0,.35)); }
.hero-movie-stage .movie-line.climax.here { animation: heroPunchIn .8s cubic-bezier(.175,.885,.32,1.275), heroClimaxGlow 1.5s .8s ease-in-out infinite alternate; }
.hero-movie-stage .movie-sub { display: block; font-size: 0.30em; font-weight: 600; color: #fff8dc; -webkit-text-fill-color: #fff8dc; margin-top: 10px; letter-spacing: 0; text-shadow: 0 1px 5px rgba(0,0,0,.55); }
@keyframes heroClimaxGlow { from { filter: drop-shadow(0 2px 12px rgba(0,0,0,.35)) drop-shadow(0 0 16px rgba(201,168,107,.4)); } to { filter: drop-shadow(0 2px 12px rgba(0,0,0,.35)) drop-shadow(0 0 36px rgba(216,189,134,.8)); } }
@media (max-width: 768px) { .hero-movie-stage .movie-line.line-4.climax { font-size: 34px; } }
.hero-movie-stage .movie-line.line-3.punch {
  font-size: 60px; font-weight: 900;
  background: linear-gradient(135deg, #c9a86b, #d8bd86, #fff8dc, #d8bd86, #c9a86b);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 16px rgba(201,168,107,.6)) drop-shadow(0 2px 8px rgba(0,0,0,.4));
}
.hero-movie-stage .movie-line.here { transform: translate(-50%,-50%) translateZ(0) scale(1); filter: blur(0); opacity: 1; }
.hero-movie-stage .movie-line.dissolve { transform: translate(-50%,-50%) scale(1.5); filter: blur(10px); opacity: 0; transition: transform .5s ease-out, opacity .5s ease-out, filter .5s ease-out; }
.hero-movie-stage .movie-line.punch.here { animation: heroPunchIn .8s cubic-bezier(.175,.885,.32,1.275), heroPunchShake .4s .8s ease-in-out; }
@keyframes heroPunchIn {
  0% { transform: translate(-50%,-50%) scale(.2) rotate(-5deg); filter: blur(20px); opacity: 0; }
  60% { transform: translate(-50%,-50%) scale(1.2) rotate(0); filter: blur(0); opacity: 1; }
  100% { transform: translate(-50%,-50%) scale(1); }
}
@keyframes heroPunchShake {
  0%, 100% { transform: translate(-50%,-50%) scale(1); }
  25% { transform: translate(calc(-50% - 3px),-50%) scale(1); }
  75% { transform: translate(calc(-50% + 3px),-50%) scale(1); }
}
@media (max-width: 768px) {
  .hero-movie-stage { margin-top: 16px; min-height: 70px; }
  .hero-movie-stage .movie-line.line-1 { font-size: 26px; }
  .hero-movie-stage .movie-line.line-2 { font-size: 24px; }
  .hero-movie-stage .movie-line.line-3.punch { font-size: 32px; letter-spacing: -.02em; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-movie-stage .movie-line { transition: none; animation: none !important; transform: translate(-50%,-50%); filter: none; opacity: 1; }
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  border: 1px solid rgba(201, 168, 107, 0.5);
  border-radius: var(--radius-pill);
  font-family: var(--ff-serif);
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.12em;
  color: var(--cl-gold-light);
  margin-bottom: 24px;
  backdrop-filter: blur(4px);
}
.eyebrow-dot {
  width: 6px;
  height: 6px;
  background: var(--cl-gold);
  border-radius: 50%;
  box-shadow: 0 0 12px var(--cl-gold);
  animation: pulse-dot 1.8s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.4); }
}
.hero-title {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(40px, 8vw, 96px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 28px;
}
.hero-title-sub {
  display: block;
  font-size: 0.42em;
  font-weight: 600;
  color: var(--cl-gold-light);
  letter-spacing: 0;
  margin-bottom: 8px;
}
.hero-title-main {
  display: block;
  font-size: 1em;
}
.hero-em {
  font-family: var(--ff-serif);
  font-style: italic;
  font-weight: 700;
  color: var(--cl-gold);
  font-size: 1.25em;
  padding: 0 0.08em;
  text-shadow: 0 4px 16px rgba(201, 168, 107, 0.5);
}
.hero-poetic {
  font-family: var(--ff-serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(20px, 3vw, 36px);
  letter-spacing: 0.05em;
  color: var(--cl-gold-light);
  margin-bottom: 36px;
  opacity: 0.92;
}
.poetic-serif { margin-right: 0.4em; }
.hero-bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  font-size: clamp(14px, 1.4vw, 17px);
  color: #f0f0f0;
  margin-bottom: 36px;
}
.hero-bullets li {
  position: relative;
  padding-left: 18px;
}
.hero-bullets li::before {
  content: '';
  position: absolute;
  left: 0; top: 0.65em;
  width: 8px;
  height: 8px;
  background: var(--cl-gold);
  border-radius: 50%;
}
.hero-bullets strong { color: #fff; font-weight: 800; }
.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  align-items: center;
}
.cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: var(--cl-gold);
  color: var(--cl-night);
  border-radius: var(--radius-pill);
  font-weight: 800;
  font-size: 16px;
  letter-spacing: -0.01em;
  box-shadow: var(--shadow-gold);
  transition: transform .2s, box-shadow .25s;
}
.cta-primary:hover {
  transform: translateY(-2px);
  background: var(--cl-gold-light);
  box-shadow: 0 14px 36px rgba(201, 168, 107, 0.5);
}
.cta-tel {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  padding: 14px 28px;
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  border-radius: var(--radius-pill);
  font-weight: 700;
  transition: background .25s, border-color .25s;
}
.cta-tel:hover { background: rgba(255, 255, 255, 0.12); border-color: #fff; }
.cta-tel-label { font-size: 13px; opacity: 0.8; }
.cta-tel-num { font-weight: 800; font-size: 18px; letter-spacing: 0.02em; }

.hero-scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.6);
  font-family: var(--ff-serif);
  font-style: italic;
  font-size: 12px;
  letter-spacing: 0.3em;
}
.scroll-line {
  width: 1px;
  height: 36px;
  background: linear-gradient(180deg, transparent, var(--cl-gold-light));
  animation: scroll-pulse 2s ease-in-out infinite;
}
@keyframes scroll-pulse {
  0%, 100% { transform: scaleY(0.4); opacity: 0.4; }
  50% { transform: scaleY(1); opacity: 1; }
}

/* Hero 진입 애니메이션 */
[data-anim="fadeUp"] {
  opacity: 0;
  transform: translateY(28px);
  animation: fadeUp 0.9s cubic-bezier(0.16, 0.84, 0.44, 1) forwards;
  animation-delay: var(--anim-delay, 0ms);
}
@keyframes fadeUp {
  to { opacity: 1; transform: translateY(0); }
}

/* ============================================
   Section spacing (공통)
   ============================================ */
.live-rich, .business, .location, .price, .plans, .community, .reservation {
  padding: clamp(72px, 10vw, 120px) 0;
}

/* ============================================
   Live Rich 3박스
   ============================================ */
.live-rich { background: var(--cl-paper); }
.rich-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.rich-card {
  position: relative;
  padding: 40px 32px;
  background: var(--cl-cream);
  border: 1px solid var(--cl-line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease;
}
.rich-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.rich-card.highlight {
  background: linear-gradient(135deg, var(--cl-deep-emerald) 0%, var(--cl-emerald-dark) 100%);
  color: #fff;
  border-color: transparent;
}
.rich-card.highlight .rich-num { color: var(--cl-gold-light); }
.rich-card.highlight .rich-title { color: #fff; }
.rich-card.highlight .rich-desc { color: rgba(255, 255, 255, 0.85); }
.rich-num {
  display: block;
  font-family: var(--ff-serif);
  font-style: italic;
  font-size: 56px;
  font-weight: 600;
  color: var(--cl-gold);
  line-height: 1;
  margin-bottom: 18px;
}
.rich-title {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 26px;
  color: var(--cl-deep-emerald);
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}
.rich-desc {
  font-size: 15px;
  color: var(--cl-ink-soft);
  line-height: 1.7;
}
.rich-decor {
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, var(--cl-gold) 0%, transparent 65%);
  opacity: 0.15;
  border-radius: 50%;
  pointer-events: none;
}

/* ============================================
   Business
   ============================================ */
.business { background: var(--cl-cream); }
.business-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}
.business-figure {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.business-figure img { width: 100%; aspect-ratio: 16/11; object-fit: cover; }
.business-data {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: clamp(24px, 4vw, 40px);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--cl-line-soft);
  width: 100%;
  /* 3번: 4열(항목|값|항목|값) = biz-row 2개/행, 모바일 2열 reflow */
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: clamp(24px, 4vw, 56px);
}
.biz-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--cl-line-soft);
  font-size: 15px;
}
.biz-row dt { font-weight: 700; color: var(--cl-deep-emerald); }
.biz-row dd { color: var(--cl-ink); font-weight: 500; }
.biz-row.highlight {
  background: var(--cl-emerald-soft);
  padding: 14px 12px;
  border-radius: var(--radius);
  border-bottom: none;
}
.biz-row.highlight dd { color: var(--cl-deep-emerald); font-weight: 800; }
@media (max-width: 767px) { .business-data { grid-template-columns: 1fr; column-gap: 0; } }

.biz-condition { margin-top: 56px; }
.biz-condition-title {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 22px;
  color: var(--cl-deep-emerald);
  margin-bottom: 20px;
}
.biz-condition-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.bc-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 18px 20px;
  background: #fff;
  border-left: 3px solid var(--cl-gold);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
}
.bc-label { font-size: 12px; color: var(--cl-ink-mute); font-weight: 600; letter-spacing: 0.05em; }
.bc-value { font-size: 19px; font-weight: 800; color: var(--cl-deep-emerald); letter-spacing: -0.01em; }
.bc-note { font-size: 12px; color: var(--cl-ink-soft); }

/* ============================================
   Location
   ============================================ */
.location { background: var(--cl-paper); }
.location-hero {
  margin-bottom: 48px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.location-hero img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.loc-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-bottom: 48px;
}
.loc-card {
  padding: 28px 24px;
  background: var(--cl-cream);
  border-radius: var(--radius);
  border: 1px solid var(--cl-line-soft);
  transition: border-color .25s, transform .25s;
}
.loc-card:hover { border-color: var(--cl-gold); transform: translateY(-4px); }
.loc-icon { display: inline-block; font-size: 32px; margin-bottom: 12px; }
.loc-card h3 {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 19px;
  color: var(--cl-deep-emerald);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.loc-card p { font-size: 14.5px; color: var(--cl-ink-soft); line-height: 1.7; }
.loc-card strong { color: var(--cl-deep-emerald); font-weight: 700; }
.loc-map { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.loc-map img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }

/* ============================================
   Price
   ============================================ */
.price {
  background: linear-gradient(180deg, var(--cl-cream) 0%, var(--cl-emerald-soft) 100%);
}
.price-em {
  color: var(--cl-gold-dark);
  font-style: normal;
  font-family: var(--ff-serif);
  font-weight: 700;
}
.price-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
.price-card {
  padding: 32px 28px;
  background: #fff;
  border-radius: var(--radius-lg);
  text-align: center;
  border: 1px solid var(--cl-line-soft);
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
}
.price-card.hl {
  background: var(--cl-deep-emerald);
  color: #fff;
  border-color: transparent;
  box-shadow: var(--shadow-lg);
  transform: scale(1.02);
}
.price-card.hl::before {
  content: 'BEST PRICE';
  position: absolute;
  top: 16px; right: -38px;
  transform: rotate(35deg);
  background: var(--cl-gold);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  padding: 4px 40px;
}
.pc-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--cl-ink-mute);
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
.price-card.hl .pc-label { color: var(--cl-gold-light); }
.pc-num {
  display: block;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(40px, 5vw, 56px);
  color: var(--cl-deep-emerald);
  line-height: 1;
  letter-spacing: -0.03em;
}
.price-card.hl .pc-num { color: #fff; }
.pc-num em {
  font-family: var(--ff-serif);
  font-style: normal;
  font-weight: 600;
  font-size: 0.55em;
  color: var(--cl-gold-dark);
  margin-left: 4px;
}
.price-card.hl .pc-num em { color: var(--cl-gold-light); }
.pc-note {
  display: block;
  margin-top: 14px;
  font-size: 13px;
  color: var(--cl-ink-soft);
}
.price-card.hl .pc-note { color: rgba(255, 255, 255, 0.78); }
.price-figure { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); margin-bottom: 16px; }
.price-figure img { width: 100%; }
.price-disclaimer {
  font-size: 12px;
  color: var(--cl-ink-mute);
  text-align: center;
  line-height: 1.7;
}

/* ============================================
   Plans
   ============================================ */
.plans { background: var(--cl-paper); }
.plans-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin-bottom: 56px;
}
.plan-card {
  display: flex;
  flex-direction: column;
  background: var(--cl-cream);
  border: 1px solid var(--cl-line-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color .25s, transform .25s, box-shadow .25s;
}
.plan-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--cl-gold); }
.plan-card.hl { border-color: var(--cl-gold); }
.plan-card.most { border-color: var(--cl-deep-emerald); box-shadow: var(--shadow); }
.plan-card figure {
  background: #fff;
  padding: 24px;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan-card figure img { max-width: 100%; max-height: 100%; object-fit: contain; }
/* plan-84* 단일 타입 상세: 평면도 프레임 풀폭·대형 (잘림 X, 비율 유지) */
.plans-grid.plans-single { grid-template-columns: 1fr; }
.plans-grid.plans-single .plan-card figure { padding: 0; aspect-ratio: auto; display: block; }
.plans-grid.plans-single .plan-card figure img { width: 100%; height: auto; max-width: 100%; max-height: none; object-fit: contain; display: block; }
.plan-meta { padding: 22px 24px; border-top: 1px solid var(--cl-line-soft); background: #fff; }
.plan-tag {
  display: inline-block;
  padding: 4px 12px;
  background: var(--cl-gold);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  border-radius: var(--radius-pill);
  margin-bottom: 10px;
}
.plan-tag.tag-best { background: var(--cl-deep-emerald); }
.plan-meta h3 {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 22px;
  color: var(--cl-deep-emerald);
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}
.plan-meta h3 small {
  display: inline-block;
  margin-left: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--cl-ink-soft);
}
.plan-price {
  font-family: var(--ff-serif);
  font-style: italic;
  font-weight: 700;
  font-size: 22px;
  color: var(--cl-gold-dark);
  margin: 6px 0;
}
.plan-price em { font-size: 0.6em; font-style: normal; margin-left: 2px; }
.plan-desc { font-size: 13px; color: var(--cl-ink-soft); line-height: 1.6; }
.plans-layout {
  background: var(--cl-cream);
  border-radius: var(--radius-lg);
  padding: 32px;
  text-align: center;
}
.plans-layout img { margin: 0 auto 16px; max-width: 100%; }
.plans-layout figcaption {
  font-family: var(--ff-serif);
  font-style: italic;
  color: var(--cl-gold-dark);
  font-size: 14px;
  letter-spacing: 0.05em;
}

/* ============================================
   Community
   ============================================ */
.community { background: var(--cl-cream); }
.community-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 48px;
}
.community-large {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.community-large img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.community-list { display: grid; gap: 16px; }
.community-list li {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 18px 22px;
  background: #fff;
  border-radius: var(--radius);
  border-left: 3px solid var(--cl-gold);
  box-shadow: var(--shadow-sm);
}
.community-list strong {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 17px;
  color: var(--cl-deep-emerald);
  flex-shrink: 0;
}
.community-list span { font-size: 14px; color: var(--cl-ink-soft); }
.community-songdo {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.community-songdo img { width: 100%; }
.community-songdo figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 28px;
  background: linear-gradient(180deg, transparent, rgba(10, 31, 28, 0.9));
  color: #fff;
  font-family: var(--ff-serif);
  font-style: italic;
  font-size: 16px;
  letter-spacing: 0.05em;
}

/* ============================================
   Reservation
   ============================================ */
.reservation {
  background:
    radial-gradient(ellipse at 20% 0%, rgba(201, 168, 107, 0.15) 0%, transparent 40%),
    linear-gradient(180deg, var(--cl-night) 0%, var(--cl-night-soft) 100%);
  color: #fff;
}
.reservation .section-title { color: #fff; }
.reservation .section-title em { color: var(--cl-gold-light); }
.reservation .section-sub { color: rgba(255, 255, 255, 0.78); }
.reservation .section-eyebrow { color: var(--cl-gold-light); }
.res-form {
  max-width: 680px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(201, 168, 107, 0.25);
  border-radius: var(--radius-lg);
  padding: clamp(28px, 4vw, 44px);
  backdrop-filter: blur(8px);
}
.res-row { margin-bottom: 22px; }
.res-row label {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: var(--cl-gold-light);
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.res-row label em { color: #ff6b6b; font-style: normal; }
.res-row input, .res-row select {
  width: 100%;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  transition: border-color .25s, background .25s;
}
.res-row input:focus, .res-row select:focus {
  outline: none;
  border-color: var(--cl-gold);
  background: rgba(255, 255, 255, 0.1);
}
.res-row input::placeholder { color: rgba(255, 255, 255, 0.4); }
.res-row select option { background: var(--cl-night); color: #fff; }
.res-row-type label { display: block; }
.type-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.type-chips label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-pill);
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  margin: 0;
  transition: background .2s, border-color .2s;
}
.type-chips label:hover { background: rgba(201, 168, 107, 0.12); border-color: var(--cl-gold); }
.type-chips input { width: 16px; height: 16px; accent-color: var(--cl-gold); margin: 0; padding: 0; }
.type-chips input:checked + span { color: var(--cl-gold-light); }
.type-chips span { color: #fff; }

.res-agree {
  margin: 28px 0 24px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.agree-all {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.agree-all label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  margin: 0;
  color: #fff;
}
.agree-all input { width: 18px; height: 18px; accent-color: var(--cl-gold); }
.agree-list { display: flex; flex-direction: column; gap: 12px; }
.agree-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.agree-item label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  margin: 0;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 500;
}
.agree-item input { width: 16px; height: 16px; accent-color: var(--cl-gold); flex-shrink: 0; }
.agree-view {
  flex-shrink: 0;
  padding: 6px 14px;
  background: rgba(201, 168, 107, 0.12);
  border: 1px solid rgba(201, 168, 107, 0.3);
  border-radius: var(--radius-pill);
  color: var(--cl-gold-light);
  font-size: 12px;
  font-weight: 600;
  transition: background .2s;
}
.agree-view:hover { background: rgba(201, 168, 107, 0.22); }

.res-submit {
  width: 100%;
  padding: 18px;
  background: linear-gradient(135deg, var(--cl-gold) 0%, var(--cl-gold-dark) 100%);
  color: var(--cl-night);
  border-radius: var(--radius);
  font-weight: 800;
  font-size: 17px;
  letter-spacing: -0.01em;
  box-shadow: var(--shadow-gold);
  transition: transform .2s, box-shadow .25s;
}
.res-submit:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(201, 168, 107, 0.5); }
.res-tel {
  text-align: center;
  margin-top: 18px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.res-tel a {
  color: var(--cl-gold-light);
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.02em;
  border-bottom: 1px dashed currentColor;
  padding-bottom: 2px;
}

/* ============================================
   Footer
   ============================================ */
.site-footer {
  background: var(--cl-night);
  color: rgba(255, 255, 255, 0.78);
  padding: 56px 0 36px;
  font-size: 13.5px;
  line-height: 1.8;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
.footer-brand h3 {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 20px;
  color: #fff;
  margin-bottom: 8px;
}
.footer-tel { margin-top: 12px; }
.footer-tel a {
  font-size: 26px;
  font-weight: 900;
  color: var(--cl-gold);
  letter-spacing: 0.02em;
}
.footer-info p, .footer-legal p { margin-bottom: 8px; }
.footer-info strong, .footer-legal strong { color: #fff; font-weight: 600; }
.footer-legal {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.75;
}
.footer-legal a { color: var(--cl-gold-light); }
.footer-copy { margin-top: 18px; padding-top: 16px; border-top: 1px solid rgba(255, 255, 255, 0.12); }

/* ============================================
   PC Capsule (v10 UI)
   ============================================ */
.pc-capsule {
  position: fixed;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 998;
  display: none;
  flex-direction: column;
  gap: 30px;
  background: linear-gradient(180deg, #0d695b, #095245);
  padding: 54px 22px;
  border-radius: 999px;
  box-shadow: 0 10px 18px rgba(0, 0, 0, .35);
  border: 1px solid rgba(201, 168, 107, .3);
  box-sizing: content-box;
}
.pc-cap-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 60px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  transition: transform .2s, color .2s;
}
.cap-ico { display: inline-flex; line-height: 1; color: #c9a86b; transition: transform .3s, color .3s; }
.cap-ico .hico { width: 28px; height: 28px; }
.cap-lbl { font-size: 14px; line-height: 1.2; color: #fff; font-weight: 600; }
.pc-cap-btn:hover .cap-ico { color: #d8bd86; transform: scale(1.15); }
.pc-cap-reserve .cap-ico { animation: handulIconPulse 1.8s ease-in-out infinite; }
.cap-pulse { display: none; }

/* ============================================
   Mobile Bottom (한내들 v10 동일)
   ============================================ */
.mo-bottom {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 998;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, .25);
  padding-bottom: env(safe-area-inset-bottom);
}
.mb-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 0 10px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border: none;
  cursor: pointer;
}
.mb-btn .mb-ico { display: inline-flex; line-height: 1; }
.mb-btn .mb-ico .hico { width: 26px; height: 26px; }
.mb-reserve {
  background: linear-gradient(135deg, #0d695b, #095245);
  color: #c9a86b;
  animation: handulHdrText 1.8s ease-in-out infinite;
}
.mb-reserve .mb-ico { color: #c9a86b; animation: handulHdrIcon 1.8s ease-in-out infinite; }
.mb-call, .mb-top { background: rgba(20, 20, 20, .94); color: #fff; }
.mb-call .mb-ico, .mb-top .mb-ico { color: #fff; }
@keyframes handulHdrIcon {
  0%, 100% { transform: scale(1); filter: drop-shadow(0 0 0 transparent); }
  50% { transform: scale(1.2); filter: drop-shadow(0 0 10px rgba(201, 168, 107, .7)); }
}

/* ============================================
   Modal
   ============================================ */
.agree-modal, .done-modal {
  position: fixed;
  inset: 0;
  z-index: var(--z-modal);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.agree-modal.is-open, .done-modal.is-open { display: flex; }
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 31, 28, 0.6);
  backdrop-filter: blur(4px);
}
.modal-panel {
  position: relative;
  width: 100%;
  max-width: 520px;
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  box-shadow: var(--shadow-lg);
  max-height: 88vh;
  overflow-y: auto;
}
.modal-panel.done { text-align: center; overflow: visible; }
.modal-close {
  position: absolute;
  top: 14px; right: 14px;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--cl-ink-mute);
  border-radius: 50%;
  transition: background .2s;
}
.modal-close:hover { background: var(--cl-cream); color: var(--cl-deep-emerald); }
.modal-title {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 20px;
  color: var(--cl-deep-emerald);
  margin-bottom: 16px;
}
.modal-body {
  font-size: 13.5px;
  color: var(--cl-ink-soft);
  line-height: 1.7;
  margin-bottom: 24px;
  white-space: pre-wrap;
}
.modal-confirm {
  width: 100%;
  padding: 14px;
  background: var(--cl-deep-emerald);
  color: #fff;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 15px;
}
.modal-confirm:hover { background: var(--cl-emerald-light); }

.done-title {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 24px;
  color: var(--cl-deep-emerald);
  margin-bottom: 12px;
}
.done-sub {
  font-size: 14px;
  color: var(--cl-ink-soft);
  line-height: 1.7;
  margin-bottom: 24px;
}
.done-sub a {
  color: var(--cl-gold-dark);
  font-weight: 800;
  border-bottom: 1px dashed currentColor;
}
.confetti {
  position: absolute;
  inset: -20px;
  pointer-events: none;
  overflow: hidden;
}
.confetti-piece {
  position: absolute;
  width: 8px;
  height: 14px;
  border-radius: 2px;
  animation: confetti-fall 2.6s cubic-bezier(0.3, 0.7, 0.5, 1) forwards;
}
@keyframes confetti-fall {
  0% { transform: translateY(-40px) rotate(0deg); opacity: 1; }
  100% { transform: translateY(380px) rotate(720deg); opacity: 0; }
}

/* ============================================
   Reveal animation
   ============================================ */
[data-reveal] {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity .8s ease, transform .8s cubic-bezier(0.16, 0.84, 0.44, 1);
}
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

/* ============================================
   Responsive — Tablet
   ============================================ */
@media (min-width: 768px) {
  .mo-menu-toggle, .mo-menu, .mo-bottom { display: none !important; }
  .header-cta { display: inline-flex; }
  .rich-grid { grid-template-columns: repeat(3, 1fr); }
  .business-layout { grid-template-columns: 1.1fr 1fr; }
  .biz-condition-grid { grid-template-columns: repeat(3, 1fr); }
  .loc-grid { grid-template-columns: repeat(2, 1fr); }
  .price-cards { grid-template-columns: repeat(3, 1fr); align-items: center; }
  .plans-grid { grid-template-columns: repeat(2, 1fr); }
  .community-grid { grid-template-columns: 1.4fr 1fr; }
  .footer-grid { grid-template-columns: 1.2fr 1.4fr 1.4fr; }
}

/* ============================================
   Responsive — Desktop
   ============================================ */
@media (min-width: 1024px) {
  .site-nav { display: flex; }
  .pc-capsule { display: flex; }
  .biz-condition-grid { grid-template-columns: repeat(6, 1fr); }
  .loc-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .plans-grid { grid-template-columns: repeat(4, 1fr); }
}

/* ============================================
   Responsive — Mobile bottom safe padding
   ============================================ */
@media (max-width: 767px) {
  body { padding-bottom: calc(60px + env(safe-area-inset-bottom)); } /* mo-bottom 가림 방지 */
  .site-footer { padding-bottom: 80px; }
  .site-header { height: 60px; }
  /* 모바일 3분할: [햄버거 좌] [로고 중앙] [전화 우] */
  .header-inner { padding: 0 16px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
  .mo-menu-toggle { order: 1; justify-self: start; }
  .brand { order: 2; justify-self: center; }
  .header-cta { order: 3; justify-self: end; }
  .brand-logo { max-width: 150px; height: auto; }
  .header-cta .hcta-label { display: none; }
  .header-cta .hcta-tel { font-size: 16px; }
  /* 모바일: 헤더 CTA 번호 텍스트 숨김 → 아이콘 전용 (tel anchor·aria-label 유지로 접근성·터치 보존) */
  .header-cta .hcta-num { display: none; }
  .header-cta .hcta-tel { gap: 0; }
  .header-cta .hcta-ic { width: 26px; height: 26px; }
  body.subpage main { padding-top: 60px; }
  .hero-title { font-size: clamp(34px, 11vw, 60px); }
  .biz-condition-grid { grid-template-columns: 1fr 1fr; }
  .biz-row { grid-template-columns: 90px 1fr; }
}

/* ============================================
   조감도 크로스페이드 슬라이드쇼
   ============================================ */
.aerial-show { position: relative; width: 100%; margin: 0 0 28px; border-radius: 16px; overflow: hidden; background: #0d1b2a; }
.aerial-track { position: relative; width: 100%; aspect-ratio: 3 / 2; }
.aerial-slide { position: absolute; inset: 0; margin: 0; opacity: 0; transition: opacity .8s ease; }
.aerial-slide.is-active { opacity: 1; }
.aerial-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.aerial-slide.is-active img { animation: aerialKB 4.8s ease-out both; }
@keyframes aerialKB { from { transform: scale(1); } to { transform: scale(1.05); } }
.aerial-dots { position: absolute; left: 0; right: 0; bottom: 16px; display: flex; justify-content: center; gap: 9px; z-index: 3; }
.aerial-dot { width: 9px; height: 9px; padding: 0; border: none; border-radius: 50%; background: rgba(255,255,255,.55); cursor: pointer; transition: background .3s, width .3s; box-shadow: 0 1px 3px rgba(0,0,0,.3); }
.aerial-dot.is-active { background: var(--cl-gold); width: 26px; border-radius: 5px; }
@media (max-width: 767px) { .aerial-dots { bottom: 11px; } .aerial-dot.is-active { width: 22px; } }
@media (prefers-reduced-motion: reduce) { .aerial-slide { transition: none; } .aerial-slide.is-active img { animation: none; } }

/* ============================================
   PREMIUM 6 (프리미엄 페이지 · 네이비 + 골드)
   ============================================ */
.premium6 { background: #0d695b; color: #fff; padding: 72px 0; }
.premium6 .section-eyebrow { color: #c9a86b; }
.premium6 .section-title { color: #fff; }
.premium6 .section-sub { color: rgba(255,255,255,.9); }
.premium6-grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.14); border-radius: 14px; overflow: hidden; margin-top: 36px; }
.premium6-card { background: #0a564a; padding: 38px 26px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 8px; transition: background .3s; }
.premium6-card:hover { background: #0d6b5c; }
.p6-num { font-size: 13px; font-weight: 800; letter-spacing: .12em; color: #c9a86b; }
.p6-ic { color: #c9a86b; margin: 8px 0 4px; line-height: 0; }
.p6-ic svg { width: 48px; height: 48px; }
.p6-sub { font-size: 15px; color: rgba(255,255,255,.85); margin: 0; }
.p6-main { font-size: 21px; font-weight: 800; color: #fff; margin: 0; letter-spacing: -.01em; }
@media (min-width: 600px) { .premium6-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .premium6-grid { grid-template-columns: repeat(3, 1fr); } }

/* ============================================
   오시는 길 길찾기 위젯 (네이버 지도 SDK)
   ============================================ */
.map-widget { margin: 28px auto 0; max-width: 760px; }
.mw-controls { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.mw-origin { display: flex; flex: 1 1 100%; gap: 6px; }
.mw-input { flex: 1; padding: 12px 14px; border: 1px solid var(--cl-line); border-radius: 10px; font-size: 15px; }
.mw-geo { display: inline-flex; align-items: center; gap: 4px; padding: 0 14px; border: 1px solid var(--cl-deep-emerald); border-radius: 10px; background: #fff; color: var(--cl-deep-emerald); font-weight: 700; font-size: 13px; cursor: pointer; white-space: nowrap; }
.mw-geo svg { width: 16px; height: 16px; }
.mw-modes { display: flex; border: 1px solid var(--cl-line); border-radius: 10px; overflow: hidden; }
.mw-mode { padding: 10px 18px; border: none; background: #fff; color: #666; font-weight: 700; font-size: 14px; cursor: pointer; }
.mw-mode.is-active { background: var(--cl-deep-emerald); color: #fff; }
.mw-go { padding: 10px 24px; border: none; border-radius: 10px; background: var(--cl-gold); color: #fff; font-weight: 800; font-size: 15px; cursor: pointer; }
.mw-map { width: 100%; height: 420px; border-radius: 14px; overflow: hidden; border: 1px solid var(--cl-line); background: #eef2ef; }
.mw-result { margin: 12px 0 0; padding: 14px 16px; background: var(--cl-cream); border-radius: 10px; font-size: 14px; line-height: 1.6; display: none; }
.mw-result.show { display: block; }
.mw-result strong { color: var(--cl-deep-emerald); }
.mw-note { margin: 8px 0 0; font-size: 12px; color: #999; line-height: 1.5; }
.mw-steps { margin: 10px 0 0; padding-left: 20px; max-height: 200px; overflow-y: auto; font-size: 13px; line-height: 1.8; color: #444; }
.mw-steps li { margin-bottom: 2px; }
.mw-result a { color: var(--cl-deep-emerald); font-weight: 700; }
/* 길찾기 정적 폴백 (네이버 SDK 키 401 → 약도 + 단지카드 + 카카오맵 링크) */
.map-fallback { margin: 28px auto 0; max-width: 760px; display: grid; grid-template-columns: 1fr; gap: 16px; align-items: center; }
.mf-map { margin: 0; border-radius: 14px; overflow: hidden; border: 1px solid var(--cl-line); }
.mf-map img { width: 100%; height: auto; display: block; background: #fff; }
.mf-info { text-align: center; }
.mf-title { font-size: 20px; font-weight: 800; color: var(--cl-deep-emerald); margin: 0 0 6px; }
.mf-addr { color: #555; margin: 0 0 8px; font-size: 15px; }
.mf-tel { margin: 0 0 14px; font-weight: 700; display: inline-flex; align-items: center; gap: 6px; }
.mf-tel .hico { width: 18px; height: 18px; color: var(--cl-deep-emerald); }
.mf-tel a { color: var(--cl-deep-emerald); }
.mf-route { display: inline-flex; align-items: center; gap: 6px; padding: 12px 26px; background: var(--cl-gold); color: #fff; font-weight: 800; font-size: 15px; border-radius: 10px; text-decoration: none; }
@media (min-width: 600px) { .map-fallback { grid-template-columns: 1.4fr 1fr; } .mf-info { text-align: left; } }
@media (max-width: 767px) { .mw-map { height: 320px; } .mw-go { flex: 1; } }

/* ============================================
   Print
   ============================================ */
@media print {
  .site-header, .pc-capsule, .mo-bottom, .mo-menu, .hero-scroll-hint { display: none !important; }
  body { background: #fff; color: #000; }
}
