/**
 * Design tokens — 无石设计 WUSHI DESIGN
 * 依据：docs/design/homepage-design-brief.md
 * 气质：诗意的极简主义 / Poetic Minimalism
 * 方向：奢石 · 器物 · 克制（非电商、非促销色）
 */

:root {
  /* —— Color —— */
  --color-bg: #f6f4f1;
  --color-bg-subtle: #ebe7e1;
  --color-text: #1c1b1a;
  --color-text-muted: #5e5a55;
  --color-accent-metal: #8a7355;
  --color-border: #d4cfc7;

  /* —— Typography —— */
  --font-zh: "Noto Serif SC", "Source Han Serif SC", "Songti SC", "SimSun", serif;
  --font-en: "Cormorant Garamond", "Times New Roman", Times, serif;
  --font-display: var(--font-zh);
  --font-body: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;

  --font-size-xs: 0.8125rem;
  --font-size-sm: 0.9375rem;
  --font-size-md: 1.0625rem;
  --font-size-lg: 1.25rem;
  --font-size-xl: 1.75rem;
  --font-size-2xl: 2.5rem;
  --font-size-3xl: 3.25rem;

  --line-height-tight: 1.25;
  --line-height-body: 1.7;
  --letter-spacing-display: 0.02em;

  /* —— Spacing —— */
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.5rem;
  --space-xl: 4rem;
  --space-xxl: 6.5rem;

  /* —— Layout width —— */
  --container-width: 72rem;
  --content-width: 40rem;

  /* —— Radius & shadow（克制） —— */
  --radius-none: 0;
  --radius-sm: 2px;
  --shadow-none: none;
  --shadow-soft: 0 1px 2px rgba(28, 27, 26, 0.06);

  /* —— Motion（仅预留变量，本阶段不启用动效） —— */
  --ease-default: cubic-bezier(0.22, 1, 0.36, 1);
  --duration-fast: 160ms;
}
