Kenpath Labs brand assets
=========================

The name is written "Kenpath Labs" — capital K, capital L, two words.

Lockups
-------
kenpath-labs-lockup-light.png       full lockup for light surfaces (white background)
kenpath-labs-lockup-dark.png        full lockup for dark surfaces (transparent)
kenpath-labs-lockup-dark-solid.png  full lockup on a solid black rectangle
kenpath-labs-cover-dark.png         16:9 cover / banner, lockup on black
kenpath-labs-avatar.png             circular avatar, for profile images

The mark
--------
The mark is a dot grid, and the grid gets coarser as the render gets
smaller — at 16px a 15-dot grid collapses into noise.

svg/kenpath-mark-{dark,light}.svg           master, 15 dots per side (64px and up)
svg/kenpath-mark-{dark,light}-compact.svg   9 dots, for small rendering (~32px)
svg/kenpath-mark-{dark,light}-micro.svg     7 dots, for 16px
svg/kenpath-icon-{black,white}.svg          15 dots on a solid board
svg/kenpath-favicon.svg                     circular crop on a black disc

png/kenpath-mark-{dark,light}-{16..1024}.png    each size rendered at the right density
png/kenpath-icon-{black,white}-{180..1024}.png  board-backed, for surfaces that ignore transparency

Variants: "dark" is drawn in light tones for DARK surfaces; "light" is drawn
in dark tones for LIGHT surfaces. The board-backed black/white icons are for
contexts that ignore transparency — iOS home screens mainly.

The mark fades toward the lower-left with genuine transparency, so those dots
pick up whatever sits behind them.

Favicons
--------
ico/favicon.ico          circular on a black disc — use this one
ico/favicon-dark.ico     square, transparent, for dark UIs
ico/favicon-light.ico    square, transparent, for light UIs

Questions: hello@kenpathlabs.com

Maintainers
-----------
These files are byte-identical copies of the brand kit (the export of
design/logo-playground.html) — regenerate there, never hand-edit here.
After changing any file, rebuild the download-all archive:

  cd website/public/brand
  rm kenpath-labs-brand-assets.zip
  zip -rq kenpath-labs-brand-assets.zip . -x "*.DS_Store"
