:root {
  --ink: #0d0a07;
  --cream: #f5f0e8;
  --moon: #e8dfc8;
  --gold: #c9a96e;
  --gold-light: #e8cfa0;
  --rust: #8b4a2a;
  --blush: #d4785a;
  --sage: #6b7c5e;
  --deep: #1a1410;
  --muted: rgba(245,240,232,0.55);
  --border: rgba(201,169,110,0.2);

  /* ── 新版官网(2026-07 重写)新增,上面的旧值 products-services 还在用,勿改 ── */
  --night: #0f0c1d;        /* 页面底色:深夜紫 */
  --lavender: #c5b8ed;     /* 导航/次级文字:薰衣草紫 */
  --text: #ede8fa;         /* 主文字:近白紫 */

  /* ── 动效系统(2026-07 整页动画,motion.css / motion.js 共用节奏基准)── */
  --motion-ease-tide: cubic-bezier(0.22, 1, 0.36, 1); /* 潮汐 ease-out:涌起后缓缓停驻 */
  --motion-dur-s: 0.45s;   /* hover / 微交互 */
  --motion-dur-m: 0.8s;    /* 标准进场 */
  --motion-dur-l: 1.2s;    /* 大元素进场 / 扫光 */
  --motion-rise: 36px;     /* 标准进场上移距离(JS 端同值) */
  --motion-hover-lift: -6px;
}
