# TailorMaide — Logo Pack

Generated from the band's master Adobe Illustrator art
(`TailorMaide Stacked.ai`, `TailorMaide Logo - WhtOnBlk.ai`).

## Doctrine
The **ornate logo mark leads the brand** — nav, hero, footer, merch. It carries
**no fixed background** and **adapts to light/dark**: use the **ink** version on
light backgrounds, the **cream** version on dark. The typographic **wordmark**
(Unbounded two-tone) is a *support*, for small UI and inline body use where the
full mark won't fit.

The horizontal lockup is the "TailorMaide" wordmark **without** the "Houston Texas"
line and "Band" tag. The stacked mark is the lettering **without** the navy panel.

## Contents
| File | What | Use |
|---|---|---|
| `tailormaide-horizontal-ink.svg` / `-cream.svg` (+ `-2048.png`) | **Primary horizontal** — engraved single-color (no drop-shadow). **ink** = dark letters (light bg), **cream** = light letters (dark bg). Transparent. | Nav, hero, footer, headers. |
| `tailormaide-horizontal-silhouette-ink.svg` / `-cream.svg` | **Solid silhouette** — one solid color, no inline detail. | Tiny sizes, embroidery, stamps, favicons — anywhere fine detail won't hold. |
| `tailormaide-horizontal-dimensional.svg` (+ `-2048.png`) | **Dimensional (full-color)** — the original gold face + dark backing + white highlights. **Fixed colors; does NOT adapt light/dark — best on dark/neutral.** | Big display, posters, merch where the vintage depth is wanted. |
| `tailormaide-horizontal-dual-light.svg` / `-dual-dark.svg` (+ `-2048.png`) | **Dual-lead (brand color)** — Signal Blue `#39a9ff` face with a Hot Pink `#ff5fb2` drop-shadow (the male/female dual-lead pairing). `-light` has ink inline for light backgrounds, `-dark` has cream inline for dark. | On-brand hero/feature usage, socials, merch where the brand color should sing. |
| `tailormaide-stacked-dual.svg` (+ `-1024.png`) | **Dual-lead stacked** — same Signal Blue letters + Hot Pink drop-shadow, stacked. Background-agnostic (works on light or dark). | Matches the horizontal dual-lead for square/stacked placements. |
| `tailormaide-stacked-ink.svg` / `-cream.svg` (+ `-1024.png`) | Stacked lettering, no panel, ink/cream (engraved, single-color). Transparent. | Primary mark; socials, stamp, merch. |
| `tailormaide-ring.png` | Decorative circular border only, transparent. | Optional physical **drumhead** frame — not a standalone logo. |
| `favicon.ico` | From source. | Browser tab. |

**Pairing:** on a light background use the **ink** files; on a dark background use the
**cream** files. On the website both are shipped and swapped automatically with the theme.

## Colors
- **Ink** (letters on light): `#121212` · **Cream** (letters on dark / engraving fill): `#f5f0e8`
- Site brand palette (wordmark + UI): Signal Blue `#39a9ff` · blue-ink `#0f6dbf` · Hot Pink `#ff5fb2` · Stage Black `#121212` · House Cream `#f5f0e8`

## Usage
- Prefer **SVG** for print/large/scalable; **PNG** for web/social (all transparent).
- Keep clear space around the mark ≥ the cap-height of the "M".
- **Don't** add a fixed color panel behind the mark, distort, rotate, or redraw it. Over a photo, set it on a solid ink or cream block first.

## Notes / limitations
- The horizontal + stacked marks are **SVG** (true vector). The tagline ("Houston Texas" / "Band") was removed by dropping its glyph elements; the stacked panel/ring were separated from the lettering.
- `tailormaide-ring.png` is PNG only (the ornament sits on an Illustrator layer that doesn't survive automated SVG export).

## How this was generated
The masters are PDF-compatible Illustrator files, read and rendered headlessly —
**no Illustrator required** — with an ephemeral Python venv:

- **Tools:** [PyMuPDF](https://pymupdf.readthedocs.io/) (render + vector/SVG + layer/OCG inspection),
  [cairosvg](https://cairosvg.org/) (SVG→PNG), Pillow + NumPy.
- **Horizontal:** exported to vector via `page.get_svg_image()`, the rust-colored `<use>` glyphs
  ("Houston Texas" / "Band") removed, remaining fills remapped to a single ink/cream color per version,
  and the viewBox tightened to the artwork.
- **Stacked:** the lettering layer exported to vector (its engraving lines are transparent gaps), then
  recolored ink/cream; the navy panel and ring are excluded.
- **Ring:** the "Border" optional-content layer rendered alone, transparent.
- **Re-cut:** rerun the same steps against the `.ai` masters; nothing here is hand-edited.

> Tooling is ephemeral (not committed). If the band updates the master art, re-generate and re-zip.
