:root{
  --ink-hairline:rgba(18,18,18,.14); /* @kind color */
  /* Elevation is near-absent: hairlines and gold rules separate, not shadows */
  --shadow-0:none;
  --shadow-1:0 1px 2px rgba(18,18,18,.06);
  --shadow-2:0 12px 30px -14px rgba(18,18,18,.18);
  --shadow-3:0 28px 70px -26px rgba(18,18,18,.30);
  --shadow-inset-hairline:inset 0 0 0 1px rgba(18,18,18,.12);
  --shadow-inset-onDark:inset 0 0 0 1px rgba(251,250,248,.22);
  --shadow-focus:0 0 0 2px var(--surface-page),0 0 0 4px var(--focus-ring);
  --blur-header:saturate(120%) blur(14px); /* @kind other */
  --glass-light:rgba(251,250,248,.90); /* @kind other */
  --glass-dark:rgba(44,5,16,.62); /* @kind other */
}
