/* 鹤鸣巷官网 — 设计令牌（对齐 logo-v8：丹砂祥云、鹤、远山灰底）
 * 理念：热闹 · 放心 · 舒心 — 长辈被听见、有价值、值得体面对待
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@600;700;900&display=swap");

:root {
  --hm-primary: #b3242d;
  --hm-primary-dark: #8e1e26;
  --hm-primary-light: #d63d47;
  --hm-primary-bg: #fceaeb;
  --hm-ink: #1a1a1a;
  --hm-warm-gold: #a67c29;
  --hm-warm-gold-light: #c9a44a;
  --hm-warm-gold-bg: #faf6ec;
  --hm-trust: #3d6b52;
  --hm-trust-bg: #e6f0ea;
  --hm-secondary: #c45a2e;
  --hm-secondary-dark: #9a4524;
  --hm-secondary-bg: #fff3eb;
  --hm-success: #2d5a40;
  --hm-success-bg: #e4efe8;
  --hm-warning: #b8860b;
  --hm-error: #9b1c1c;
  --hm-info: #5a6b7a;
  --hm-accent-warm: #d4a574;
  --hm-text: #1f1f1f;
  --hm-text-secondary: #3d3d3d;
  --hm-text-muted: #5c5c5c;
  --hm-text-hint: #8a8a8a;
  --hm-text-inverse: #ffffff;
  --hm-bg: #f6f6f5;
  --hm-bg-alt: #ecebe9;
  --hm-cream: #faf9f7;
  --hm-surface: #ffffff;
  --hm-border: #e0dfdc;
  --hm-divider: #ebeae8;
  --hm-dark: #252220;
  --hm-dark-soft: #3a3532;
  --hm-shadow: 0 4px 28px rgba(26, 18, 18, 0.07);
  --hm-shadow-lg: 0 28px 64px rgba(26, 18, 18, 0.1);
  --hm-radius-sm: 8px;
  --hm-radius: 16px;
  --hm-radius-lg: 24px;
  --hm-radius-xl: 32px;
  --hm-space-xs: 8px;
  --hm-space-sm: 12px;
  --hm-space-md: 16px;
  --hm-space-lg: 24px;
  --hm-space-xl: 32px;
  --hm-space-2xl: 56px;
  --hm-space-3xl: 120px;
  --hm-space-4xl: 160px;
  --hm-font-display: "Noto Serif SC", "Songti SC", "STSong", Georgia, serif;
  --hm-font: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", system-ui, sans-serif;
  --hm-ease: cubic-bezier(0.4, 0, 0.2, 1);
  --hm-duration: 0.35s;
  --hm-header-h: 72px;
  --hm-max: 1200px;
  --hm-nav-z: 1000;
}

@media (prefers-color-scheme: dark) {
  :root.hm-theme-auto {
    --hm-text: #f2f0ee;
    --hm-text-secondary: #d4d0cc;
    --hm-text-muted: #a39e99;
    --hm-bg: #1c1a19;
    --hm-bg-alt: #252220;
    --hm-surface: #2c2826;
    --hm-border: #3d3835;
    --hm-divider: #33302e;
  }
}
