/* 设计令牌：深色档案馆 / 纸质卷宗 */
:root {
  /* 色彩 */
  --bg: #141311;
  --bg-2: #1b1916;
  --bg-deep: #0e0d0b;
  --paper: #eae3d1;
  --paper-2: #ded4bd;
  --ink: #1a1813;
  --text: #d8d2c3;
  --muted: #918b7d;
  --faint: #5f5a4f;
  --cinnabar: #cf4a2b;
  --cinnabar-deep: #a93a20;
  --bronze: #a58e5e;
  --hairline: rgba(216, 210, 195, 0.13);
  --hairline-strong: rgba(216, 210, 195, 0.32);
  --ink-hairline: rgba(26, 24, 19, 0.25);

  /* 字体 */
  --font-display: "Noto Serif SC", "Source Han Serif SC", "Songti SC", "SimSun", serif;
  --font-kai: "Kaiti SC", "STKaiti", "KaiTi", "FangSong", serif;
  --font-body: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
  --font-mono: "Cascadia Mono", "SFMono-Regular", Consolas, monospace;

  /* 字号 */
  --text-hero: clamp(110px, 21vw, 300px);
  --text-h2: clamp(42px, 6vw, 84px);
  --text-base: 15px;

  /* 节奏 */
  --space-section: clamp(90px, 12vh, 160px);
  --space-gutter: clamp(20px, 5vw, 80px);
  --topbar-height: 72px;

  /* 动效 */
  --ease-out: cubic-bezier(0.2, 0.7, 0.2, 1);
  --duration: 0.3s;
}
