/* ===================================================================
 * detached · 疏离 · 设计令牌
 * 气质:冷淡、距离感、克制、不可亲近、高级冷感
 * 适合:先锋品牌/设计师品牌/独立摄影/小众内容
 * =================================================================== */
:root {
  --color-primary: #6B7280;            /* 冷灰,疏离 */
  --color-primary-soft: rgba(107, 114, 128, 0.08);
  --color-secondary: #9CA3AF;          /* 浅冷灰 */

  --color-bg: #FAFAFA;                /* 近白冷调 */
  --color-card: #FFFFFF;
  --color-border: #E5E7EB;

  --color-text: #111827;              /* 近黑冷调 */
  --color-text-secondary: #4B5563;
  --color-text-muted: #9CA3AF;
  --color-text-disabled: #D1D5DB;
  --color-text-inverse: #FFFFFF;

  --color-success: #6B7280;
  --color-warning: #6B7280;
  --color-error: #6B7280;
  --color-info: #6B7280;              /* 全灰,无暖色,冷淡 */

  --font-heading: 'Inter', 'PingFang SC', sans-serif;
  --font-body: 'Inter', 'PingFang SC', sans-serif;
  --font-mono: 'JetBrains Mono', monospace;

  --font-size-xs: 0.75rem; --font-size-sm: 0.875rem; --font-size-base: 1rem;
  --font-size-lg: 1.125rem; --font-size-xl: 1.5rem; --font-size-2xl: 2.25rem; --font-size-3xl: 3.5rem;

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

  --line-height-tight: 1.4; --line-height-normal: 1.8; --line-height-relaxed: 2.0;  /* 松,疏离间距 */
  --letter-spacing-tight: 0; --letter-spacing-normal: 0.02em; --letter-spacing-wide: 0.25em;  /* 字距宽,拉开距离 */

  --space-page-x: 40px; --space-section: 112px; --space-card-pad: 36px;  /* 间距大,显距离 */

  --radius-none: 0; --radius-sm: 0; --radius-md: 0; --radius-lg: 0; --radius-full: 0;  /* 直角,冷硬 */
  --border-width-thin: 1px; --border-width-normal: 1px;

  --shadow-sm: none; --shadow-md: none; --shadow-lg: none;  /* 无阴影,扁平冷 */

  --motion-duration-fast: 200ms; --motion-duration-normal: 400ms; --motion-duration-slow: 700ms;
  --motion-easing-standard: cubic-bezier(0.4, 0, 0.2, 1);
  --motion-easing-decelerate: cubic-bezier(0, 0, 0.2, 1);
  --motion-easing-spring: cubic-bezier(0.4, 0, 0.2, 1);  /* 无回弹,克制 */

  --container-max: 1100px;
  --ratio-card: 3 / 4;
  --color-code-bg: #111827; --color-code-text: #FAFAFA;
}
