/* =============================================
   강남구구단 — Editorial Dark Luxury
   gangnamjjeomogugudan.xyz
   ============================================= */

/* ── Variables ── */
:root {
  --bg:      #07070a;
  --bg2:     #0e0e13;
  --bg3:     #161620;
  --gold:    #c9a55a;
  --gold2:   #e0be7a;
  --white:   #f4f0ea;
  --text:    #ccc8be;
  --text2:   #87837a;
  --text3:   #524f4a;
  --line:    rgba(255,255,255,0.07);
  --line2:   rgba(255,255,255,0.12);
  --max:     1300px;
  --pad:     clamp(20px, 5vw, 72px);
  --font:    'Noto Sans KR', 'Apple SD Gothic Neo', sans-serif;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font-family: inherit; cursor: pointer; }

/* ── Layout ── */
.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 var(--pad); }
.section { padding: clamp(60px, 8vw, 120px) 0; }
.section--dark { background: var(--bg2); }
.section--darker { background: var(--bg3); }


/* ============================================================
   HEADER
============================================================ */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 var(--pad);
  background: rgba(7,7,10,0.82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
}

.site-logo {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--white);
  flex-shrink: 0;
}
.site-logo span { color: var(--gold); }

.site-nav {
  display: flex;
  gap: 28px;
  margin: 0 auto;
}
.site-nav a {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  color: var(--text2);
  transition: color 0.2s;
  white-space: nowrap;
}
.site-nav a:hover,
.site-nav a.active { color: var(--white); }

.header-cta a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  color: var(--gold);
  white-space: nowrap;
  flex-shrink: 0;
  transition: color 0.2s;
}
.header-cta a:hover { color: var(--gold2); }

.nav-toggle {
  display: none;
  margin-left: auto;
  background: none;
  border: none;
  padding: 11px;
  flex-direction: column;
  gap: 5px;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--white);
  transition: all 0.3s;
}

/* Mobile menu */
.mobile-menu {
  display: none;
  position: fixed;
  inset: 60px 0 0;
  background: var(--bg);
  z-index: 99;
  flex-direction: column;
  padding: 40px var(--pad) 32px;
  gap: 0;
  border-top: 1px solid var(--line);
  overflow-y: auto;
}
.mobile-menu.is-open { display: flex; }
.mobile-menu a {
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--text);
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  letter-spacing: 0.04em;
  transition: color 0.2s;
}
.mobile-menu a:last-child { border-bottom: none; color: var(--gold); font-weight: 700; }
.mobile-menu a:hover { color: var(--white); }

/* Float call */
.float-call {
  display: none;
  position: fixed;
  bottom: calc(20px + env(safe-area-inset-bottom, 0px));
  right: 16px;
  z-index: 200;
  padding: 13px 22px;
  background: var(--gold);
  color: #000;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: 0 8px 32px rgba(0,0,0,0.5);
  min-height: 44px;
}


/* ============================================================
   HOMEPAGE — HERO
============================================================ */
.hero {
  position: relative;
  height: 100svh;
  min-height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 60px;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center top;
  filter: brightness(0.42) saturate(0.85);
  transform: scale(1.04);
  transition: transform 10s ease;
}
.hero:hover .hero__bg { transform: scale(1); }

.hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom,
      rgba(7,7,10,0.1) 0%,
      rgba(7,7,10,0.0) 35%,
      rgba(7,7,10,0.2) 70%,
      rgba(7,7,10,0.85) 100%
    );
}

.hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 24px;
  max-width: 800px;
}

.hero__eyebrow {
  display: inline-block;
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 22px;
}

.hero__title {
  font-size: clamp(3.2rem, 9vw, 7.5rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: var(--white);
  margin-bottom: 18px;
}

.hero__desc {
  font-size: clamp(0.85rem, 1.6vw, 1.05rem);
  color: rgba(244,240,234,0.55);
  letter-spacing: 0.06em;
  margin-bottom: 44px;
}

.hero__actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.hero__scroll {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--text3);
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.hero__scroll-line {
  width: 1px;
  height: 36px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: pulse-line 2s ease-in-out infinite;
}
@keyframes pulse-line {
  0%,100% { opacity: 0.8; transform: scaleY(1); }
  50% { opacity: 0.3; transform: scaleY(0.6); }
}


/* ============================================================
   HOMEPAGE — TICKER
============================================================ */
.ticker {
  overflow: hidden;
  background: var(--gold);
  padding: 11px 0;
  white-space: nowrap;
  user-select: none;
}
.ticker__track {
  display: inline-flex;
  animation: ticker-move 22s linear infinite;
}
.ticker__item {
  font-size: 0.75rem;
  font-weight: 700;
  color: #1a1200;
  letter-spacing: 0.1em;
  padding: 0 44px;
}
.ticker__dot {
  color: rgba(0,0,0,0.35);
  padding-right: 44px;
}
@keyframes ticker-move {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}


/* ============================================================
   HOMEPAGE — STATS
============================================================ */
.stats-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--bg2);
  border-bottom: 1px solid var(--line);
}
.stats-bar__item {
  padding: 40px 24px;
  text-align: center;
  border-right: 1px solid var(--line);
  transition: background 0.2s;
}
.stats-bar__item:last-child { border-right: none; }
.stats-bar__item:hover { background: var(--bg3); }
.stats-bar__num {
  display: block;
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}
.stats-bar__label {
  font-size: 0.73rem;
  color: var(--text2);
  letter-spacing: 0.1em;
}


/* ============================================================
   HOMEPAGE — SPLIT SECTION
============================================================ */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.split--reverse { direction: rtl; }
.split--reverse > * { direction: ltr; }

.split__text {
  padding: clamp(48px, 7vw, 100px) clamp(20px, 5vw, 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--bg2);
}

.split__img {
  position: relative;
  overflow: hidden;
  min-height: 500px;
}
.split__img img,
.split__img-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background-size: cover;
  background-position: center;
  filter: brightness(0.8) saturate(0.9);
  transition: transform 0.7s ease, filter 0.4s;
}
.split__img img.img--system { object-position: center -160px; }
.split:hover .split__img img,
.split:hover .split__img-bg {
  transform: scale(1.04);
  filter: brightness(0.9) saturate(1);
}

.e-tag {
  display: inline-block;
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--gold);
}

.split__title {
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 18px;
  letter-spacing: -0.01em;
}

.split__body {
  font-size: 0.92rem;
  color: var(--text2);
  line-height: 1.85;
  margin-bottom: 28px;
}

.split__meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 32px;
  padding: 20px;
  border-left: 2px solid var(--gold);
  background: rgba(201,165,90,0.05);
}
.split__meta-row {
  display: flex;
  gap: 14px;
  font-size: 0.83rem;
}
.split__meta-row strong {
  color: var(--gold);
  font-weight: 600;
  min-width: 44px;
  flex-shrink: 0;
}
.split__meta-row span { color: var(--text2); }


/* ============================================================
   HOMEPAGE — PHOTO MOSAIC
============================================================ */
.mosaic {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 320px 320px;
  gap: 3px;
  background: var(--bg);
}
.mosaic__cell {
  position: relative;
  overflow: hidden;
}
.mosaic__cell--tall { grid-row: span 2; }
.mosaic__cell img,
.mosaic__cell-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  transition: transform 0.7s ease;
  filter: brightness(0.75) saturate(0.9);
}
.mosaic__cell:hover img,
.mosaic__cell:hover .mosaic__cell-bg {
  transform: scale(1.06);
  filter: brightness(0.9) saturate(1.1);
}
.mosaic__caption {
  position: absolute;
  bottom: 0;
  inset-inline: 0;
  padding: 40px 18px 16px;
  background: linear-gradient(transparent, rgba(7,7,10,0.75));
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: rgba(244,240,234,0.7);
  opacity: 0;
  transition: opacity 0.3s;
}
.mosaic__cell:hover .mosaic__caption { opacity: 1; }


/* ============================================================
   HOMEPAGE — FEATURES (editorial list)
============================================================ */
.features-section {
  padding: clamp(60px, 8vw, 120px) var(--pad);
  max-width: var(--max);
  margin: 0 auto;
}
.features-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 0;
}
.features-section__title {
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.25;
  max-width: 400px;
}
.features-section__sub {
  font-size: 0.75rem;
  color: var(--text3);
  letter-spacing: 0.1em;
  text-align: right;
}

.feat-list { list-style: none; }
.feat-item {
  display: grid;
  grid-template-columns: 40px 1fr 28px;
  align-items: center;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  transition: padding-left 0.25s;
  cursor: default;
}
.feat-item:hover { padding-left: 8px; }
.feat-item__num {
  font-size: 0.68rem;
  color: var(--text3);
  letter-spacing: 0.12em;
  line-height: 1;
}
.feat-item__body h4 {
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 4px;
  letter-spacing: 0.01em;
}
.feat-item__body p {
  font-size: 0.83rem;
  color: var(--text2);
  line-height: 1.65;
  margin: 0;
}
.feat-item__arrow {
  font-size: 0.9rem;
  color: var(--text3);
  transition: color 0.2s, transform 0.25s;
}
.feat-item:hover .feat-item__arrow {
  color: var(--gold);
  transform: translateX(4px);
}


/* ============================================================
   HOMEPAGE — PHOTO BANNER (mid-page full-bleed)
============================================================ */
.photo-banner {
  position: relative;
  height: clamp(300px, 45vw, 520px);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.photo-banner__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.35) saturate(0.8);
  transition: transform 8s ease;
}
.photo-banner:hover .photo-banner__bg { transform: scale(1.04); }
.photo-banner__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 var(--pad);
}
.photo-banner__title {
  font-size: clamp(2rem, 5.5vw, 5rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}
.photo-banner__sub {
  font-size: clamp(0.85rem, 1.4vw, 1rem);
  color: rgba(244,240,234,0.55);
  letter-spacing: 0.06em;
}


/* ============================================================
   HOMEPAGE — REVIEWS
============================================================ */
.reviews-block {
  padding: clamp(60px, 8vw, 120px) var(--pad);
  max-width: var(--max);
  margin: 0 auto;
}
.reviews-block__head {
  margin-bottom: 48px;
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.rev-card {
  background: var(--bg2);
  padding: 36px 28px;
}
.rev-card__stars {
  color: var(--gold);
  font-size: 0.8rem;
  letter-spacing: 3px;
  margin-bottom: 18px;
}
.rev-card__text {
  font-size: 0.88rem;
  line-height: 1.8;
  color: var(--text);
  margin-bottom: 22px;
  font-style: italic;
}
.rev-card__author {
  font-size: 0.75rem;
  color: var(--text3);
  letter-spacing: 0.06em;
}
.rev-card__author strong {
  display: block;
  color: var(--text2);
  font-size: 0.82rem;
  margin-bottom: 2px;
  font-style: normal;
}


/* ============================================================
   HOMEPAGE — CTA FULL SECTION
============================================================ */
.cta-full {
  position: relative;
  padding: clamp(80px, 10vw, 140px) var(--pad);
  text-align: center;
  overflow: hidden;
}
.cta-full__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.2) saturate(0.7);
}
.cta-full__content {
  position: relative;
  z-index: 2;
}
.cta-full__eyebrow {
  display: inline-block;
  font-size: 0.65rem;
  letter-spacing: 0.25em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 16px;
}
.cta-full__title {
  font-size: clamp(2rem, 4.5vw, 4rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
.cta-full__phone {
  display: block;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.04em;
  margin-bottom: 32px;
}
.cta-full__note {
  font-size: 0.78rem;
  color: var(--text3);
  letter-spacing: 0.06em;
  margin-top: 20px;
}

/* FAQ on homepage */
.faq-block {
  max-width: 740px;
  margin: 0 auto;
}


/* ============================================================
   BUTTONS
============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 12px 28px;
  font-size: 0.83rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.15s;
  font-family: var(--font);
  line-height: 1;
}
.btn:hover { transform: translateY(-1px); }

.btn--gold,
.btn-primary {
  background: var(--gold);
  color: #0a0800;
  border-color: var(--gold);
}
.btn--gold:hover,
.btn-primary:hover {
  background: var(--gold2);
  border-color: var(--gold2);
  color: #000;
}

.btn--phone {
  background: var(--gold);
  color: #000;
  border-color: var(--gold);
}
.btn--phone:hover { background: var(--gold2); }

.btn--outline,
.btn-secondary {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.28);
}
.btn--outline:hover,
.btn-secondary:hover {
  border-color: var(--white);
  color: var(--white);
}

.btn--large { padding: 15px 40px; font-size: 0.9rem; }
.btn--block { width: 100%; }


/* ============================================================
   INNER PAGES — PAGE BANNER (image-backed hero)
============================================================ */
.page-banner {
  position: relative;
  min-height: 360px;
  padding: 110px var(--pad) 60px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.page-banner__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.82) saturate(0.9);
  transition: transform 8s ease;
}
.page-banner:hover .page-banner__bg { transform: scale(1.03); }
.page-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(7,7,10,0.35) 0%,
    rgba(7,7,10,0.72) 100%
  );
}
.page-banner__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
}
.page-banner .breadcrumb { margin-bottom: 20px; }
.page-banner h1 {
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.15;
  letter-spacing: -0.015em;
  margin: 10px 0 12px;
}
.page-banner p {
  font-size: 0.92rem;
  color: rgba(244,240,234,0.6);
  max-width: 540px;
  margin: 0;
  line-height: 1.7;
}

/* Two-column grid for inner page content */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

/* ============================================================
   INNER PAGES — PAGE HERO
============================================================ */
.page-hero-wrap {
  position: relative;
  padding: 100px var(--pad) 64px;
  background: var(--bg2);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.page-hero-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(201,165,90,0.06) 0%, transparent 60%);
  pointer-events: none;
}
/* Legacy compatibility */
.section--dark .page-hero,
.page-hero {
  max-width: var(--max);
  margin: 0 auto;
}
.page-hero .kicker {
  display: inline-block;
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(201,165,90,0.4);
}
.page-hero h1 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 14px;
  letter-spacing: -0.015em;
}
.page-hero p {
  font-size: 0.95rem;
  color: var(--text2);
  max-width: 600px;
  margin: 0;
}

/* Kicker (used outside page hero too) */
.kicker {
  display: inline-block;
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  color: var(--gold);
  text-transform: uppercase;
}

/* Gold separator line */
.gold-line {
  display: block;
  width: 40px;
  height: 2px;
  background: var(--gold);
  margin: 12px 0 32px;
}
.gold-line--center { margin: 12px auto 32px; }

/* Breadcrumb */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  color: var(--text3);
  margin-bottom: 18px;
}
.breadcrumb a { color: var(--text3); transition: color 0.2s; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb .sep { color: var(--text3); }

/* Section head */
.section-head {
  margin-bottom: 48px;
}
.section-head h2 { margin-top: 10px; }


/* ============================================================
   INNER PAGES — SUMMARY BOX
============================================================ */
.summary-box {
  border-left: 3px solid var(--gold);
  padding: 24px 28px;
  background: rgba(201,165,90,0.05);
  margin-bottom: 40px;
}
.summary-box h3 {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 14px;
  letter-spacing: 0.04em;
}
.summary-box ul { display: flex; flex-direction: column; gap: 8px; }
.summary-box li {
  font-size: 0.88rem;
  color: var(--text);
  padding-left: 16px;
  position: relative;
  line-height: 1.6;
}
.summary-box li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 0.7rem;
  top: 2px;
}
.summary-box li strong { color: var(--white); }


/* ============================================================
   INNER PAGES — INFO GRID / BOX
============================================================ */
.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.info-box {
  padding: 32px;
  background: var(--bg2);
  border: 1px solid var(--line);
}
.info-box h4 {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 20px;
  letter-spacing: 0.03em;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.info-row {
  display: flex;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.83rem;
  line-height: 1.6;
}
.info-row:last-of-type { border-bottom: none; }
.info-row .label {
  color: var(--text3);
  letter-spacing: 0.04em;
  flex-shrink: 0;
  width: 52px;
  font-size: 0.75rem;
  padding-top: 2px;
}
.info-row .value { color: var(--text); }
.info-row .value strong { color: var(--white); }

.highlight {
  margin-top: 16px;
  padding: 14px 16px;
  background: rgba(201,165,90,0.08);
  border-left: 2px solid var(--gold);
  font-size: 0.83rem;
  color: var(--text2);
  line-height: 1.65;
}


/* ============================================================
   INNER PAGES — STEPS
============================================================ */
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1px;
  background: var(--line);
  margin: 32px 0;
}
.step {
  background: var(--bg2);
  padding: 36px 28px;
  position: relative;
}
.step-num {
  font-size: 3.5rem;
  font-weight: 800;
  color: rgba(201,165,90,0.12);
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.step h4 {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
}
.step p {
  font-size: 0.82rem;
  color: var(--text2);
  margin: 0;
  line-height: 1.65;
}


/* ============================================================
   INNER PAGES — CARDS
============================================================ */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2px;
  background: var(--line);
  margin: 32px 0;
}
.card {
  background: var(--bg2);
  padding: 36px 28px;
  transition: background 0.2s;
}
.card:hover { background: var(--bg3); }
.card-icon {
  font-size: 1.6rem;
  margin-bottom: 14px;
  filter: grayscale(0.3);
}
.card h3 {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}
.card p {
  font-size: 0.82rem;
  color: var(--text2);
  line-height: 1.7;
  margin: 0;
}


/* ============================================================
   INNER PAGES — FEATURE LIST
============================================================ */
.feature-list {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: var(--line);
}
.feature-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 24px;
  align-items: start;
  padding: 32px 28px;
  background: var(--bg2);
  transition: background 0.2s;
}
.feature-item:hover { background: var(--bg3); }
.feature-item .icon {
  font-size: 1.4rem;
  padding-top: 2px;
  filter: grayscale(0.2);
}
.feature-item .content h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 6px;
}
.feature-item .content p {
  font-size: 0.84rem;
  color: var(--text2);
  line-height: 1.7;
  margin: 0;
}


/* ============================================================
   INNER PAGES — PRICE CARDS
============================================================ */
.price-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2px;
  background: var(--line);
  margin: 32px 0;
}
.price-card {
  background: var(--bg2);
  padding: 36px 28px;
  text-align: center;
}
.price-card h4 {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text2);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.price-card .price-amount {
  display: block;
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--gold);
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.price-card p {
  font-size: 0.78rem;
  color: var(--text3);
  margin: 0;
  line-height: 1.6;
}
.price-badge {
  display: inline-block;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  color: var(--gold);
  border: 1px solid rgba(201,165,90,0.4);
  padding: 3px 10px;
  margin-bottom: 8px;
}

/* Comparison cards (1부 vs 2부) */
.time-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: var(--line);
  margin: 32px 0;
}
.time-card {
  background: var(--bg2);
  padding: 36px 28px;
}
.time-card h3 {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.time-card ul { display: flex; flex-direction: column; gap: 10px; }
.time-card li {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  color: var(--text2);
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
}
.time-card li strong { color: var(--white); }


/* ============================================================
   INNER PAGES — TABLE
============================================================ */
.table-wrap { overflow-x: auto; }
.price-table,
.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.84rem;
}
.price-table th,
.compare-table th {
  padding: 14px 16px;
  text-align: left;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: var(--text3);
  text-transform: uppercase;
  border-bottom: 1px solid var(--line2);
  white-space: nowrap;
}
.price-table td,
.compare-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  color: var(--text);
  vertical-align: middle;
}
.price-table tr:hover td,
.compare-table tr:hover td { background: rgba(255,255,255,0.025); }
.compare-table .text-gold { color: var(--gold); font-weight: 600; }
.check { color: var(--gold); }
.cross { color: var(--text3); }


/* ============================================================
   INNER PAGES — FAQ
============================================================ */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--line);
}
.faq-item { border-bottom: 1px solid var(--line); }
.faq-toggle { display: none; }
.faq-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 4px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text);
  cursor: pointer;
  gap: 16px;
  transition: color 0.2s;
}
.faq-label:hover { color: var(--white); }
.faq-label::after {
  content: '+';
  color: var(--gold);
  font-size: 1.2rem;
  font-weight: 400;
  flex-shrink: 0;
  transition: transform 0.3s;
}
.faq-toggle:checked ~ .faq-label { color: var(--white); }
.faq-toggle:checked ~ .faq-label::after { transform: rotate(45deg); }
.faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s;
}
.faq-toggle:checked ~ .faq-body {
  max-height: 400px;
  padding-bottom: 22px;
}
.faq-body p {
  font-size: 0.86rem;
  color: var(--text2);
  line-height: 1.8;
  padding-right: 32px;
  margin: 0;
}


/* ============================================================
   INNER PAGES — REVIEW CARDS (legacy)
============================================================ */
.reviews {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2px;
  background: var(--line);
}
.review-card {
  background: var(--bg2);
  padding: 32px 28px;
}
.review-stars { color: var(--gold); font-size: 0.82rem; letter-spacing: 3px; margin-bottom: 14px; }
.review-text {
  font-size: 0.86rem;
  line-height: 1.8;
  color: var(--text);
  margin-bottom: 18px;
  font-style: italic;
}
.reviewer { font-size: 0.75rem; color: var(--text3); }
.reviewer strong { color: var(--text2); display: block; font-size: 0.82rem; margin-bottom: 2px; }


/* ============================================================
   INNER PAGES — CTA BANNER
============================================================ */
.cta-banner {
  padding: clamp(48px, 7vw, 80px) clamp(20px, 5vw, 60px);
  background: var(--bg2);
  border: 1px solid var(--line);
  text-align: center;
}
.cta-banner h2 {
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--white);
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.cta-banner p {
  font-size: 0.9rem;
  color: var(--text2);
  margin-bottom: 0;
}
.cta-number {
  display: block;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800;
  color: var(--gold);
  letter-spacing: 0.04em;
  margin: 16px 0;
}
.cta-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}


/* ============================================================
   INNER PAGES — MAP
============================================================ */
.map-area {
  position: relative;
  overflow: hidden;
}
.map-area iframe {
  width: 100%;
  height: 240px;
  border: none;
  filter: grayscale(0.4) brightness(0.8);
  display: block;
}


/* ============================================================
   FOOTER
============================================================ */
.site-footer {
  background: var(--bg2);
  border-top: 1px solid var(--line);
  padding: 64px var(--pad) 36px;
}
.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 28px;
}
.footer-logo {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 12px;
  letter-spacing: 0.01em;
}
.footer-logo span { color: var(--gold); }
.footer-desc {
  font-size: 0.8rem;
  color: var(--text3);
  line-height: 1.8;
  margin-bottom: 18px;
}
.footer-addr {
  font-size: 0.78rem;
  color: var(--text3);
  line-height: 1.85;
}
.footer-addr strong { color: var(--text2); font-size: 0.75rem; letter-spacing: 0.08em; display: block; margin-bottom: 4px; }
.footer-nav-col h5,
.footer-contact-col h5 {
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text3);
  margin-bottom: 16px;
}
.footer-nav-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-nav-col a {
  font-size: 0.83rem;
  color: var(--text2);
  transition: color 0.2s;
}
.footer-nav-col a:hover { color: var(--gold); }
.footer-phone {
  display: block;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--gold);
  letter-spacing: 0.03em;
  margin-bottom: 4px;
}
.footer-manager {
  font-size: 0.78rem;
  color: var(--text3);
  display: block;
  margin-bottom: 14px;
}
.footer-hours {
  font-size: 0.78rem;
  color: var(--text3);
  line-height: 1.8;
}
.footer-bottom {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.footer-bottom p {
  font-size: 0.72rem;
  color: var(--text3);
  margin: 0;
}
.footer-bottom a {
  font-size: 0.72rem;
  color: var(--text3);
  transition: color 0.2s;
}
.footer-bottom a:hover { color: var(--gold); }


/* ============================================================
   UTILITY
============================================================ */
.text-gold { color: var(--gold); }
.text-white { color: var(--white); }
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }

h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; line-height: 1.2; color: var(--white); }
h2 { font-size: clamp(1.3rem, 2.8vw, 2rem); font-weight: 700; line-height: 1.3; color: var(--white); }
h3 { font-size: clamp(1.05rem, 2vw, 1.35rem); font-weight: 600; color: var(--white); }
h4 { font-size: 0.95rem; font-weight: 600; color: var(--white); }
p { color: var(--text); line-height: 1.75; }


/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 1024px) {
  .two-col { grid-template-columns: 1fr; gap: 32px; }
  .stats-bar { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; }
  .split__img { min-height: 380px; }
  .mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 260px);
  }
  .mosaic__cell--tall { grid-row: span 1; }
  .reviews-grid { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .info-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .site-nav, .header-cta { display: none; }
  .nav-toggle { display: flex; }
  .float-call { display: block; }

  .hero__title { letter-spacing: -0.015em; }
  .stats-bar { grid-template-columns: repeat(2, 1fr); }
  .mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 220px);
  }
  .feat-item { grid-template-columns: 32px 1fr; }
  .feat-item__arrow { display: none; }
  .reviews-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-nav-col, .footer-contact-col { display: none; }
  .time-compare { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }

  /* split 이미지 얼굴 위치 모바일 보정 */
  .split__img img.img--system { object-position: center top; }

  /* 카드 내부 패딩 축소 (컨테이너 20px + 카드 내부 중복 방지) */
  .rev-card { padding: 28px 20px; }
  .step { padding: 28px 20px; }
  .card { padding: 28px 20px; }
  .feature-item { padding: 24px 20px; }
  .price-card { padding: 28px 20px; }
  .time-card { padding: 28px 20px; }
  .info-box { padding: 24px 20px; }
  .summary-box { padding: 20px 16px; }
}

@media (max-width: 520px) {
  .stats-bar { grid-template-columns: 1fr 1fr; }
  .mosaic { grid-template-columns: 1fr; grid-template-rows: repeat(4, 260px); }
  .split--reverse { direction: ltr; }
  .hero__actions { flex-direction: column; align-items: center; }
  .cta-actions { flex-direction: column; align-items: center; }
  .cards { grid-template-columns: 1fr; }
  .price-cards { grid-template-columns: 1fr 1fr; }
}
