/* ===================================================================
 * wabi-sabi · 侘寂 · 设计令牌
 * 气质:残缺、自然、朴素、不完美之美、寂寥、岁月静好
 * 适合:茶道/禅修/极简民宿/手作陶艺/东方哲学品牌
 * =================================================================== */
:root {
  --color-primary: #6B6258;            /* 枯木灰褐 */
  --color-primary-soft: rgba(107, 98, 88, 0.1);
  --color-secondary: #8C7F6E;          /* 苔灰 */

  --color-bg: #E8E2D6;                /* 粗陶米灰底,不均匀质感 */
  --color-card: #DED6C6;
  --color-border: #C9BFA8;

  --color-text: #3D362C;              /* 深麻褐 */
  --color-text-secondary: #6B6258;
  --color-text-muted: #9C9282;
  --color-text-disabled: #BFB5A2;
  --color-text-inverse: #E8E2D6;

  --color-success: #7A8470;
  --color-warning: #B89968;
  --color-error: #9C6A5A;
  --color-info: #6B7F8C;

  /* 侘寂色板:自然褪色感 */
  --color-accent-1: #8C7F6E;          /* 苔灰 */
  --color-accent-2: #9C8B70;          /* 麻黄 */
  --color-accent-3: #6B6258;          /* 枯木 */
  --color-accent-4: #7A8470;          /* 枯绿 */

  --font-heading: 'Cormorant Garamond', 'Noto Serif SC', serif;  /* 细瘦衬线,寂寥 */
  --font-body: 'EB Garamond', 'Noto Serif SC', Georgia, serif;
  --font-mono: 'JetBrains Mono', monospace;

  --font-size-xs: 0.75rem; --font-size-sm: 0.875rem; --font-size-base: 1.0625rem;
  --font-size-lg: 1.25rem; --font-size-xl: 1.875rem; --font-size-2xl: 2.5rem; --font-size-3xl: 3.5rem;

  --font-weight-regular: 300; --font-weight-medium: 400; --font-weight-semibold: 500; --font-weight-bold: 600;

  --line-height-tight: 1.3; --line-height-normal: 1.85; --line-height-relaxed: 2.1;  /* 极松,呼吸感 */
  --letter-spacing-tight: -0.01em; --letter-spacing-normal: 0; --letter-spacing-wide: 0.12em;

  --space-page-x: 32px; --space-section: 104px; --space-card-pad: 36px;

  --radius-none: 0; --radius-sm: 2px; --radius-md: 4px; --radius-lg: 8px; --radius-full: 9999px;
  --border-width-thin: 1px; --border-width-normal: 1px;

  /* 侘寂阴影:极淡,无重量,朴素 */
  --shadow-sm: 0 1px 4px rgba(61,54,44,0.04);
  --shadow-md: 0 2px 12px rgba(61,54,44,0.06);
  --shadow-lg: 0 8px 28px rgba(61,54,44,0.08);

  --motion-duration-fast: 300ms; --motion-duration-normal: 600ms; --motion-duration-slow: 1000ms;  /* 极慢,静 */
  --motion-easing-standard: cubic-bezier(0.16, 1, 0.3, 1);
  --motion-easing-decelerate: cubic-bezier(0, 0, 0.2, 1);
  --motion-easing-spring: cubic-bezier(0.16, 1, 0.3, 1);

  --container-max: 900px;  /* 窄,寂寥留白 */
  --ratio-card: 4 / 5;
  --color-code-bg: #3D362C; --color-code-text: #E8E2D6;
}
