:root{
  /* The mark is two hard squares. Nothing in the identity is rounded. */
  --radius-none:0px;
  --radius-sm:2px;      /* only for small controls that need to feel touchable */
  --radius-pill:999px;  /* reserved: tags on photography */
  --border-hairline-w:1px;
  --border-strong-w:2px;
  --rule-w:1px;

  /* Shadows are used sparingly — the brand is flat. Elevation comes from ink blocks. */
  --shadow-none:none;
  --shadow-card:0 1px 2px rgba(16,16,16,.06),0 8px 24px rgba(16,16,16,.06);
  --shadow-raised:0 2px 4px rgba(16,16,16,.08),0 18px 48px rgba(16,16,16,.10);
  --shadow-text:0 1px 24px rgba(16,16,16,.35);
  --blur-glass:blur(14px) saturate(1.1); /* @kind other */

  --ratio-square:1/1; /* @kind other */
  --ratio-portrait:4/5; /* @kind other */
  --ratio-cover:1584/396; /* @kind other */
  --ratio-wide:16/9; /* @kind other */
}
