/* ============================================================
   부천 출장마사지 · 간다GO
   "차콜 & 브론즈" — 부티크 호텔 라운지 프리미엄 테마
   어두운 차콜 베이스 + 브론즈 골드 악센트 / 무게감 있는 프라이빗 무드
   ============================================================ */

:root {
  /* 차콜 베이스 (따뜻한 톤) */
  --bg:        #14110d;
  --bg-2:      #18140e;
  --surface:   #1e1810;
  --surface-2: #261f15;
  --surface-3: #2e2618;

  /* 라인 / 구분선 */
  --line:      #382e1f;
  --line-soft: rgba(201,160,99,.16);
  --hair:      rgba(201,160,99,.28);

  /* 브론즈 골드 악센트 */
  --bronze:      #c9a063;
  --bronze-lt:   #e6c98f;
  --bronze-deep: #9a7536;
  --gold-grad:   linear-gradient(135deg, #efd6a3 0%, #d4ac6e 38%, #b1854a 70%, #8c6730 100%);
  --gold-line:   linear-gradient(90deg, transparent, var(--bronze), transparent);

  /* 텍스트 (따뜻한 아이보리) — 장문 가독성 확보 위해 명도 확보 */
  --text:   #efe9dd;
  --soft:   #ded4c2;
  --muted:  #ab9d85;
  --faint:  #7e7460;

  --radius:   16px;
  --radius-sm: 11px;
  --maxw: 1100px;
  --serif: "Noto Serif KR", "Cormorant Garamond", "Nanum Myeongjo", serif;
  --sans: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--text);
  line-height: 1.85;
  letter-spacing: .005em;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background:
    radial-gradient(1200px 680px at 50% -8%, rgba(201,160,99,.10), transparent 60%),
    radial-gradient(900px 600px at 100% 0%, rgba(154,117,54,.07), transparent 55%),
    var(--bg);
  background-attachment: fixed;
}

a { color: var(--bronze-lt); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--bronze); }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ---------- 타이포그래피 ---------- */
/* 세리프 강도: 라이트하고 우아하게(500) — 브랜드/숫자만 약간 강하게 */
h1, h2, h3, .brand-mark, .cta-title, .footer-brand, .big-tel {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: 0;
}
h1 { font-size: clamp(1.7rem, 4.4vw, 2.6rem); line-height: 1.4; margin: 0 0 16px; font-weight: 500; }
h2 {
  position: relative;
  font-size: clamp(1.32rem, 2.8vw, 1.7rem);
  line-height: 1.4;
  margin: 46px 0 16px;
  padding-left: 18px;
}
h2::before {
  content: ""; position: absolute; left: 0; top: .18em; bottom: .18em;
  width: 3px; border-radius: 3px; background: var(--gold-grad);
}
h3 { font-size: 1.12rem; margin: 18px 0 8px; color: var(--text); }
p { margin: 0 0 16px; color: var(--soft); }
.lead {
  font-size: clamp(1.04rem, 1.6vw, 1.16rem);
  color: var(--text); margin-bottom: 26px; line-height: 1.8;
}
strong { color: var(--text); font-weight: 600; }

.kicker {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: .42em;
  font-size: .72rem;
  font-weight: 600;
  color: var(--bronze);
  margin: 0 0 14px;
  padding-left: .42em;
}

/* ---------- 헤더 ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: linear-gradient(180deg, rgba(16,13,9,.96), rgba(16,13,9,.82));
  backdrop-filter: blur(14px) saturate(120%);
  border-bottom: 1px solid var(--line-soft);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 16px 22px;
}
.brand { display: flex; flex-direction: column; gap: 3px; line-height: 1.15; }
.brand:hover { color: inherit; }
.brand-mark {
  font-size: 1.4rem; font-weight: 600;
  background: var(--gold-grad); -webkit-background-clip: text;
  background-clip: text; color: transparent;
}
.brand-sub {
  font-family: var(--sans); font-size: .64rem; letter-spacing: .26em;
  text-transform: uppercase; color: var(--muted); font-weight: 600;
}
.header-tel {
  font-weight: 700; font-size: .92rem; color: var(--bronze-lt);
  border: 1px solid var(--hair); border-radius: 999px;
  padding: 9px 18px; white-space: nowrap;
  transition: all .22s ease;
}
.header-tel .tel-label { color: var(--muted); font-weight: 500; margin-right: 4px; font-size: .82em; }
.header-tel:hover {
  background: var(--gold-grad); color: #1a1206; border-color: transparent;
  box-shadow: 0 8px 24px rgba(201,160,99,.22);
}
.header-tel:hover .tel-label { color: #2a1d08; }

.site-nav { border-top: 1px solid var(--line-soft); overflow-x: auto; }
.site-nav::-webkit-scrollbar { height: 0; }
.site-nav .wrap { /* 브랜드와 동일한 가운데 콘텐츠 열에 정렬 */ }
.site-nav ul {
  display: flex; gap: 2px; list-style: none; margin: 0; padding: 7px 0;
  white-space: nowrap;
}
.site-nav a {
  display: inline-block; padding: 9px 15px; border-radius: 8px;
  color: var(--muted); font-size: .9rem; font-weight: 600; letter-spacing: .01em;
}
.site-nav a:hover { color: var(--text); background: var(--surface-2); }
.site-nav a.is-active {
  color: var(--bronze-lt); position: relative; background: transparent;
}
.site-nav a.is-active::after {
  content: ""; position: absolute; left: 15px; right: 15px; bottom: 2px; height: 2px;
  border-radius: 2px; background: var(--gold-grad);
}
.site-nav a.is-active:hover { background: var(--surface-2); }

/* ---------- 브레드크럼 ---------- */
.breadcrumb {
  font-size: .82rem; color: var(--faint);
  padding-top: 22px; padding-bottom: 2px; letter-spacing: .01em;
}
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--bronze-lt); }
.breadcrumb .sep { color: var(--bronze-deep); margin: 0 6px; }
.breadcrumb [aria-current="page"] { color: var(--soft); }

/* ---------- 본문 ---------- */
.main-content { padding-top: 14px; padding-bottom: 64px; }
section { margin-bottom: 4px; }

/* ---------- 히어로 (메인) ---------- */
.hero {
  position: relative;
  margin: 22px 0 40px;
  padding: 64px 48px 58px;
  min-height: 360px;
  display: flex; flex-direction: column; justify-content: center;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  overflow: hidden;
  isolation: isolate;
}
/* 부티크 호텔 라운지 배경 이미지 */
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background:
    linear-gradient(105deg, rgba(17,13,7,.92) 0%, rgba(17,13,7,.72) 42%, rgba(17,13,7,.40) 100%),
    url("/assets/hero-lounge.svg") center / cover no-repeat;
}
/* 가독성 보강 비네트 */
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: radial-gradient(120% 90% at 12% 30%, transparent 40%, rgba(10,8,5,.5) 100%);
}
.hero > * { position: relative; }
.hero-title { max-width: 22ch; }
.hero .lead { max-width: 58ch; color: var(--soft); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.btn-primary, .btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 26px; border-radius: 999px;
  font-weight: 700; font-size: .98rem; letter-spacing: .01em;
  transition: all .22s ease;
}
.btn-primary {
  background: var(--gold-grad); color: #1a1206;
  box-shadow: 0 10px 30px rgba(201,160,99,.24);
}
.btn-primary:hover { color: #1a1206; transform: translateY(-2px); box-shadow: 0 16px 40px rgba(201,160,99,.34); }
.btn-ghost { border: 1px solid var(--hair); color: var(--bronze-lt); }
.btn-ghost:hover { background: var(--surface-3); border-color: var(--bronze); }

/* ---------- 행정구 카드 ---------- */
.area-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 24px 0 8px; }
.area-card {
  position: relative; display: block; overflow: hidden;
  background: linear-gradient(160deg, var(--surface-2), var(--surface));
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 24px 24px; color: var(--text);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.area-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: var(--gold-grad); transform: scaleX(0); transform-origin: left;
  transition: transform .3s ease;
}
.area-card:hover {
  transform: translateY(-4px); border-color: var(--hair);
  box-shadow: 0 18px 44px rgba(0,0,0,.45);
  color: var(--text);
}
.area-card:hover::before { transform: scaleX(1); }
.area-card h3 {
  margin: 0 0 10px; font-size: 1.28rem;
  background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.area-card p { margin: 0; font-size: .92rem; color: var(--muted); line-height: 1.7; }

/* ---------- 링크 그리드 ---------- */
.link-block, .dong-section, .station-section { margin: 30px 0; }
.dong-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.dong-col h3 {
  color: var(--bronze-lt); font-family: var(--serif); font-size: 1.12rem;
  padding-bottom: 9px; margin-bottom: 4px;
  border-bottom: 1px solid var(--line-soft);
}
.link-grid {
  list-style: none; margin: 10px 0 0; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(195px, 1fr)); gap: 9px;
}
.link-grid li a {
  display: flex; align-items: center; gap: 9px;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-sm); padding: 13px 16px;
  color: var(--soft); font-size: .93rem; font-weight: 500;
  transition: all .2s ease;
}
.link-grid li a::before {
  content: "›"; color: var(--bronze-deep); font-weight: 700;
  transition: color .2s ease, transform .2s ease;
}
.link-grid li a:hover {
  border-color: var(--hair); background: var(--surface-2); color: var(--text);
  transform: translateX(2px);
}
.link-grid li a:hover::before { color: var(--bronze); transform: translateX(2px); }

/* ---------- 신뢰 카드 ---------- */
.trust { margin: 46px 0; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.trust-card {
  background: linear-gradient(160deg, var(--surface-2), var(--surface));
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px 22px 20px; transition: border-color .25s ease, transform .25s ease;
}
.trust-card:hover { border-color: var(--line-soft); transform: translateY(-3px); }
.trust-card h3 {
  margin: 0 0 8px; font-family: var(--serif); font-size: 1.08rem; color: var(--bronze-lt);
  display: flex; align-items: center; gap: 9px;
}
.trust-card h3::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%;
  background: var(--gold-grad); box-shadow: 0 0 10px rgba(201,160,99,.5);
}
.trust-card p { margin: 0; font-size: .9rem; color: var(--muted); line-height: 1.72; }

/* ---------- 리스트 (예약/이용 안내) ---------- */
.steps, .check-list { padding-left: 0; list-style: none; counter-reset: step; }
.steps li {
  position: relative; padding: 4px 0 14px 44px; margin: 0; counter-increment: step;
  color: var(--soft);
}
.steps li::before {
  content: counter(step); position: absolute; left: 0; top: 2px;
  width: 30px; height: 30px; border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--serif); font-weight: 600; font-size: .92rem;
  color: var(--bronze-lt); background: var(--surface-3);
  border: 1px solid var(--hair);
}
.check-list li {
  position: relative; padding: 0 0 12px 28px; color: var(--soft);
}
.check-list li::before {
  content: ""; position: absolute; left: 2px; top: .55em;
  width: 8px; height: 8px; border-radius: 50%; background: var(--gold-grad);
  box-shadow: 0 0 10px rgba(201,160,99,.45);
}

.station-line {
  display: inline-block; background: var(--surface-2); border: 1px solid var(--hair);
  padding: 8px 18px; border-radius: 999px; font-size: .9rem; color: var(--soft);
  margin-bottom: 8px;
}
.station-line strong { color: var(--bronze-lt); font-family: var(--serif); }

.big-tel { font-size: clamp(2rem, 6vw, 2.8rem); margin: 8px 0 14px; }
.big-tel a {
  background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}

.back-links {
  margin-top: 42px; padding-top: 22px; font-size: .92rem;
  border-top: 1px solid var(--line-soft);
}
.back-links a { color: var(--muted); }
.back-links a:hover { color: var(--bronze-lt); }

/* ---------- CTA ---------- */
.cta {
  position: relative; margin-top: 16px;
  border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft);
  background:
    radial-gradient(700px 300px at 80% 50%, rgba(201,160,99,.14), transparent 60%),
    linear-gradient(160deg, #221b12, #17120c);
}
.cta-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 26px;
  padding: 40px 22px; flex-wrap: wrap;
}
.cta-kicker {
  font-size: .68rem; letter-spacing: .4em; text-transform: uppercase;
  color: var(--bronze); margin: 0 0 8px; font-weight: 600;
}
.cta-title { font-size: clamp(1.3rem, 3vw, 1.7rem); margin: 0 0 6px; color: var(--text); }
.cta-sub { margin: 0; color: var(--muted); font-size: .96rem; max-width: 52ch; }
.cta-btn {
  font-family: var(--serif); background: var(--gold-grad); color: #1a1206;
  font-weight: 700; font-size: 1.35rem; letter-spacing: .02em;
  padding: 16px 34px; border-radius: 999px; white-space: nowrap;
  box-shadow: 0 12px 36px rgba(201,160,99,.28);
  transition: transform .22s ease, box-shadow .22s ease;
}
.cta-btn::before { content: "☎ "; font-size: .9em; }
.cta-btn:hover { color: #1a1206; transform: translateY(-2px); box-shadow: 0 18px 48px rgba(201,160,99,.4); }

/* ---------- 푸터 ---------- */
.site-footer {
  background: linear-gradient(180deg, #110d09, #0c0906);
  border-top: 1px solid var(--line-soft); padding: 52px 0 28px;
}
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 28px; }
.footer-brand {
  font-size: 1.3rem; margin: 0 0 8px;
  background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.footer-h {
  font-family: var(--serif); font-weight: 600; color: var(--bronze-lt);
  margin: 0 0 12px; font-size: 1rem;
}
.site-footer p { color: var(--muted); font-size: .9rem; margin-bottom: 6px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 8px; }
.site-footer a { color: var(--muted); font-size: .92rem; }
.site-footer a:hover { color: var(--bronze-lt); }
.footer-note { margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--line-soft); }
.footer-note p { font-size: .8rem; color: var(--faint); margin-bottom: 6px; }

/* ---------- 반응형 ---------- */
@media (max-width: 860px) {
  .area-cards, .dong-cols, .trust-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero { padding: 42px 28px 38px; }
}
@media (max-width: 560px) {
  .area-cards, .dong-cols, .trust-grid, .footer-grid { grid-template-columns: 1fr; }
  .header-inner { padding: 13px 18px; }
  .brand-mark { font-size: 1.18rem; }
  .header-tel { padding: 8px 13px; font-size: .8rem; }
  .header-tel .tel-label { display: none; }
  .hero { padding: 34px 22px 30px; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
  .cta-btn { width: 100%; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; scroll-behavior: auto; }
}
