/* Hallmark · pre-emit critique: P4 H5 E4 S5 R4 V4 */
:root {
  --bg: #121a14;
  --bg-deep: #0c110e;
  --surface: #1a241c;
  --raise: #223028;
  --line: #2e3c32;
  --line-soft: #26332a;
  --txt: #f3ebd8;
  --txt-2: #d8d0ba;
  --dim: #9aab96;
  --mute: #6d7c6a;
  --accent: #6fa85a;
  --accent-deep: #3f7a3a;
  --accent-soft: #8fbf6a;
  --dew: #c8e6b0;
  --gold: #d4a84b;
  --gold-ink: #2b1a00;
  --flesh: #f6eed8;
  --seed: #3a2a18;
  --blossom: #e8c4b8;
  --danger: #c45c4a;
  --scrim: rgba(12, 17, 14, 0.55);

  --font-display: "Fraunces", "Noto Serif SC", "Source Han Serif SC", serif;
  --font-serif: "Noto Serif SC", "Source Han Serif SC", serif;
  --font-body: "Noto Sans SC", "PingFang SC", "HarmonyOS Sans SC", sans-serif;

  --nav-h: 64px;
  --tab-h: 64px;
  --chrome: color-mix(in srgb, var(--bg) 70%, transparent);
  --pad: clamp(16px, 4vw, 48px);
  --r: 16px;
  --r-sm: 10px;
  --r-pill: 999px;
  --shadow-card: 0 18px 40px rgba(8, 12, 9, 0.45);
  --shadow-hud: 0 22px 44px rgba(8, 12, 9, 0.58);
  --ease-out: cubic-bezier(0.22, 0.8, 0.3, 1);
  --press-ms: 100ms;
}

@media (max-width: 760px) {
  :root {
    --nav-h: 56px;
    --tab-h: 62px;
  }
}
