/* 主题 token。颜色取自客户信纸抬头（深蓝 #384865、香槟金 #9e8f72），全站只在此定义。
   字体（客户 2026-09-20）：标题与界面用黑体，正文用宋体，正文两端对齐。 */
:root {
  --navy: #2f3f60;
  --navy-deep: #1f2b45;
  --navy-soft: #dfe4ee;
  --champagne: #9e8f72;
  --champagne-deep: #7d6e52;
  --champagne-soft: #f4f0e8;
  --gold: #b5a183;
  --gold-deep: #96805f;
  --gold-soft: #f1ece2;
  --bg: #ffffff;
  --bg-soft: #f7f6f3;
  --ink: #1f2633;
  --text: #333a47;
  --muted: #6b7386;
  --border: #e4e2dc;
  --border-strong: #cdc8bd;
  --on-dark: #f4f1ea;
  --on-dark-muted: #c9cbd6;

  --font-heading: 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Noto Sans SC', 'Source Han Sans SC', SimHei, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'Songti SC', STSong, 'Noto Serif SC', 'Source Han Serif SC', SimSun, serif;
  --font-latin: Georgia, 'Times New Roman', serif;

  --text-size: 17px;
  --text-leading: 2;
  --measure: 46em;

  --container: 1256px;
  --gutter: clamp(16px, 4.8vw, 64px);
  --header-height: 88px;
  --hero-height: clamp(260px, 26vw, 400px);
  --radius: 3px;
  --shadow: 0 10px 30px rgba(31, 43, 69, 0.08);
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}
