:root{
  --radius-xs:4px;
  --radius-sm:8px;
  --radius-md:14px;
  --radius-lg:20px;
  --radius-sticker:12px;
  --radius-pill:999px;

  --border-w-hair:1px; /* @kind other */
  --border-w:2px; /* @kind other */
  --border-w-bold:3px; /* @kind other */

  /* Hard offset "sticker" shadow — the signature of the system */
  --shadow-hard:4px 4px 0 var(--ink-900);
  --shadow-hard-sm:2px 2px 0 var(--ink-900);
  --shadow-hard-lg:7px 7px 0 var(--ink-900);
  --shadow-hard-white:4px 4px 0 var(--white);

  /* Soft card lift — used on photo/work cards only */
  --shadow-card:0 3px 12px rgba(7,9,11,.10);
  --shadow-card-hover:0 10px 26px rgba(7,9,11,.16);
  --shadow-inset-hairline:inset 0 0 0 1px rgba(7,9,11,.06);

  --dot-grid:radial-gradient(var(--ink-900) 1.4px,transparent 1.4px); /* @kind other */
  --dot-grid-size:11px 11px; /* @kind other */
  --dot-grid-coral:radial-gradient(var(--coral-500) 1.4px,transparent 1.4px); /* @kind other */

  --tilt-sm:-2deg; /* @kind other */
  --tilt:-3.5deg; /* @kind other */
  --tilt-alt:2.5deg; /* @kind other */

  --blur-veil:blur(6px); /* @kind other */
}
