/*
  Design tokens for studiostem.kr — mirrors Figma "Studio Stem Homepage Design"
  ABOUT / Desktop / 1440 frame, read via Figma MCP get_variable_defs on 2026-08-26.
*/

:root {
  /* ---- Color ---- */
  --color-bg-base: #121110;
  --color-bg-raised: #1b1917;
  --color-bg-cream: #f1e0da;
  --color-accent-primary: #ff5111;
  --color-accent-primary-hover: #e6480f;
  --color-accent-primary-active: #cc3f0c;
  --color-text-primary: #f7f3ee;
  --color-text-secondary: #a39c94;
  --color-text-on-accent: #14110d;
  --color-text-on-cream: #14110d;
  --color-text-on-cream-secondary: #6b5f58;
  --color-border-default: #2a2724;
  --color-border-on-cream: #dcc9c0;

  /* ---- Spacing ---- */
  --space-2xs: 4px;
  --space-xs: 8px;
  --space-sm: 12px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-2xl: 48px;
  --space-3xl: 64px;
  --space-4xl: 96px;
  --space-5xl: 128px;
  --page-margin-desktop: 64px;
  --content-max: 1280px;

  /* ---- Radius ---- */
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --radius-pill: 999px;

  /* ---- Border ---- */
  --border-hairline: 1px;
  --border-focus: 2px;

  /* ---- Typography ---- */
  --font-kr: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Malgun Gothic", sans-serif;
  --font-title-kr: "Elice DigitalBaeum OTF", var(--font-kr);
  --font-en: "Orbitron", var(--font-kr);
  --font-label-en: "Inter", var(--font-kr);

  /* ---- Shadow ---- */
  --shadow-card: 0 8px 24px -4px rgba(0, 0, 0, 0.28);
  --shadow-popover: 0 16px 40px -8px rgba(0, 0, 0, 0.4);

  /* ---- Layout ---- */
  --nav-height: 88px;
}
