/* ============================================================
   GANGDONG IPARK THE RIVER — v3.1 DESIGN TOKENS
   yongyumee.com Chief Space Officer 톤 직접 이식
   2026-05-12
   ============================================================ */

:root {
  /* ─── BRAND COLORS (yongyumee.com 정합) ─── */
  --black: #0a0a0a;
  --black2: #111;
  --charcoal: #1a1a1a;
  --dark: #222;
  --gold: #c5a55a;          /* ★ 시그니처 골드 */
  --gold-light: #dcc07a;
  --gold-pale: #e8d5a0;
  --champagne: #f5eed8;
  --cream: #faf8f3;         /* ★ 메인 배경 */
  --white: #fff;
  --off-white: #f2efe8;

  --text: #2a2a2a;
  --muted: #888;
  --light-muted: #bbb;

  --border: rgba(0,0,0,0.08);
  --border-dark: rgba(255,255,255,0.08);

  /* ─── 강동 식별 — 한강 블루 5% 한정 ─── */
  --river: #3B82F6;
  --river-deep: #1E3A8A;

  /* ─── TYPOGRAPHY ─── */
  --display: 'Playfair Display', 'Noto Serif KR', Georgia, serif;
  --body: 'Noto Serif KR', Georgia, serif;
  --sans: 'Inter', 'Noto Sans KR', sans-serif;
  --ease: 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);

  /* ─── SPACING ─── */
  --r-lg: 14px;
  --r-pill: 999px;
}
