/* ===================================================================
 * baroque · 巴洛克 · 设计令牌
 * 气质:华丽、动感、繁复装饰、金箔、深色奢华、戏剧光影
 * 适合:高端珠宝/古典艺术/奢侈酒店/歌剧/红毯
 * =================================================================== */
:root {
  --color-primary: #C9A227;            /* 金箔金 */
  --color-primary-soft: rgba(201, 162, 39, 0.12);
  --color-secondary: #8B1A1A;          /* 酒红 */

  --color-bg: #1A0F0A;                /* 深巧克力底,戏剧感 */
  --color-card: #2A1810;
  --color-border: rgba(201, 162, 39, 0.3);

  --color-text: #F5E6C8;              /* 暖象牙 */
  --color-text-secondary: #C9B896;
  --color-text-muted: #8C7860;
  --color-text-disabled: #5A4A38;
  --color-text-inverse: #1A0F0A;

  --color-success: #7BA05B;
  --color-warning: #C9A227;
  --color-error: #8B1A1A;
  --color-info: #4A6B7C;

  /* 金色渐变(金箔光泽) */
  --gradient-gold: linear-gradient(135deg, #F4D77A 0%, #C9A227 50%, #8B6914 100%);

  --font-heading: 'Cormorant Garamond', 'Playfair Display', 'Noto Serif SC', serif;  /* 华丽衬线 */
  --font-body: 'EB Garamond', 'Noto Serif SC', Georgia, serif;
  --font-mono: 'Cormorant', monospace;

  --font-size-xs: 0.75rem; --font-size-sm: 0.875rem; --font-size-base: 1.0625rem;
  --font-size-lg: 1.375rem; --font-size-xl: 2rem; --font-size-2xl: 3rem; --font-size-3xl: 4.5rem;

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

  --line-height-tight: 1.2; --line-height-normal: 1.75; --line-height-relaxed: 1.9;
  --letter-spacing-tight: -0.01em; --letter-spacing-normal: 0; --letter-spacing-wide: 0.15em;

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

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

  /* 巴洛克阴影:深色戏剧感,金色光晕 */
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.5);
  --shadow-md: 0 8px 24px rgba(0,0,0,0.6), 0 0 1px rgba(201,162,39,0.3);
  --shadow-lg: 0 16px 48px rgba(0,0,0,0.7), 0 0 2px rgba(201,162,39,0.5);

  --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: 1100px; --ratio-card: 3 / 4;
  --color-code-bg: #0D0805; --color-code-text: #F5E6C8;
}
