/* ============================================================
   泰林装饰 · 企业官网 设计令牌
   方向：轻奢雅致 Luxury / refined
   主色：暖象牙白 60% / 深墨木色 30% / 古铜强调 10%
   ============================================================ */
:root {
  /* 色彩 */
  --bg: #f5f1e9;            /* 暖象牙白 */
  --surface: #fdfbf6;       /* 卡片面 */
  --ink: #221b12;           /* 暖调近黑 */
  --ink-soft: #3c3325;
  --muted: #6f6455;         /* 次要文字（对比度≥4.5:1）*/
  --accent: #9c6b32;        /* 古铜 - 装饰用 */
  --accent-ink: #7c4a1c;    /* 古铜深 - 文字用，对比度约 6.5:1 */
  --line: rgba(34, 27, 18, 0.14);
  --line-strong: rgba(34, 27, 18, 0.32);
  --dark-bg: #3a2e20;       /* 深色区背景（暖咖啡棕，较前调亮） */
  --dark-surface: #4a3b29;
  --dark-text: #fffbf3;
  --dark-muted: #d9ccb4;    /* 深色区次要文字 */

  /* 字阶（1.29 比例，模块化）*/
  --fs-xs: 0.75rem;
  --fs-sm: 0.875rem;
  --fs-base: 1rem;
  --fs-md: 1.29rem;
  --fs-lg: 1.66rem;
  --fs-xl: 2.14rem;
  --fs-2xl: 2.76rem;
  --fs-3xl: 3.56rem;
  --fs-hero: clamp(2.6rem, 7vw, 5.2rem);

  /* 间距 */
  --sp-1: 4px; --sp-2: 8px; --sp-3: 16px; --sp-4: 24px;
  --sp-5: 40px; --sp-6: 64px; --sp-7: 96px; --sp-8: 128px;

  /* 圆角与阴影 */
  --radius-sm: 3px; --radius-md: 8px; --radius-lg: 16px;
  --shadow-1: 0 2px 8px rgba(34, 27, 18, 0.08);
  --shadow-2: 0 8px 28px rgba(34, 27, 18, 0.12);
  --shadow-3: 0 24px 64px rgba(34, 27, 18, 0.18);

  /* 动效 */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --dur-fast: 160ms; --dur-base: 320ms; --dur-slow: 640ms;

  /* 字体 */
  --font-display: "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;
  --font-body: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;

  /* 版心 */
  --maxw: 1200px;
}
