{
  "brand": "CONDUITS",
  "generator": "scripts/build-brand-assets.ts",
  "note": "Generated. Edit lib/brand/assets.ts or lib/brand/geometry.ts, then re-run pnpm brand:build.",
  "palette": {
    "conduit": "#9B4FD0",
    "bone": "#F4F2F5",
    "void": "#000000"
  },
  "assets": [
    {
      "id": "mark-conduit",
      "label": "Mark / Conduit",
      "file": "/brand/mark-conduit.svg",
      "variant": "face",
      "tone": "conduit",
      "hex": "#9B4FD0",
      "usage": "The default mark on dark ground. Favicons, app icons, hem prints.",
      "minSize": "16px"
    },
    {
      "id": "mark-bone",
      "label": "Mark / Bone",
      "file": "/brand/mark-bone.svg",
      "variant": "face",
      "tone": "bone",
      "hex": "#F4F2F5",
      "usage": "One-colour reproduction: embroidery, screen print, laser, vinyl.",
      "minSize": "14px"
    },
    {
      "id": "mark-void",
      "label": "Mark / Void",
      "file": "/brand/mark-void.svg",
      "variant": "face",
      "tone": "void",
      "hex": "#000000",
      "usage": "On light ground only — packaging, invoices, anything printed on stock.",
      "minSize": "14px"
    },
    {
      "id": "ring-conduit",
      "label": "Ringed / Conduit",
      "file": "/brand/ring-conduit.svg",
      "variant": "ring",
      "tone": "conduit",
      "hex": "#9B4FD0",
      "usage": "The primary lockup mark. Chest prints, stickers, the stacked wordmark.",
      "minSize": "32px"
    },
    {
      "id": "ring-bone",
      "label": "Ringed / Bone",
      "file": "/brand/ring-bone.svg",
      "variant": "ring",
      "tone": "bone",
      "hex": "#F4F2F5",
      "usage": "Ringed mark where purple cannot be reproduced.",
      "minSize": "32px"
    },
    {
      "id": "tile-conduit",
      "label": "Tile / Conduit",
      "file": "/brand/tile-conduit.svg",
      "variant": "tile",
      "tone": "conduit",
      "hex": "#9B4FD0",
      "usage": "Filled square with the face knocked out. Avatars, patches, app tiles.",
      "minSize": "24px"
    },
    {
      "id": "tile-void",
      "label": "Tile / Void",
      "file": "/brand/tile-void.svg",
      "variant": "tile",
      "tone": "void",
      "hex": "#000000",
      "usage": "Woven-label and debossing artwork, where the face is the recess.",
      "minSize": "24px"
    }
  ]
}
