/* 상봉동 한국관 — B 사이트 (가격 안내 중심)
   A 와 같은 클럽. 색만 다르다 — 먹빛 바탕 + 퍼플 #b14dff · 마젠타 #ff4fa3
   A 의 site.css 위에 색만 덮어쓴다. */

.site-b{
  --bg:#08070c; --bg-2:#120b1a; --surface:#181022; --line:rgba(255,255,255,.09);
  --ink:#f4eefb; --ink-soft:#bcadd0; --muted:#9990ad;
  --accent:#b14dff; --accent-2:#ff4fa3; --accent-ink:#1a0726;
  --glow:rgba(177,77,255,.36);
}

.site-b .nav.is-solid{background:rgba(10,8,16,.84)}
@media (max-width:1080px){ .site-b .nav{background:rgba(10,8,16,.9)} }

.site-b .cta{background:radial-gradient(ellipse at 50% 0%,rgba(177,77,255,.16),transparent 60%),var(--bg-2)}
.site-b .hero::after{background:linear-gradient(180deg,rgba(10,8,16,.55) 0%,rgba(10,8,16,.1) 40%,rgba(10,8,16,.95) 100%)}
.site-b .phead::after{background:linear-gradient(180deg,rgba(10,8,16,.55),rgba(10,8,16,.9))}
