# VPA Pro — Brand Mark

Concept **A · the "present" tick** — a rounded V monogram that reads as a checkmark
("handled, done") with a coral presence spark ("active / always on"). Built clean-slate;
palette + typeface carried over from the AgentSea brand pack. No nautical motifs.

- **Primary** teal `#37A096` · **Accent** coral `#E46C4E` (one accent only — the spark)
- **Ink** `#3A322C` · **Cream** `#FFF7ED` · **Navy (on-dark)** `#16303A`
- **Type** Nunito — 900 wordmark, 800 "Pro" tier descriptor

## Files

| Folder | Contents |
|---|---|
| `symbol/` | Symbol only — full colour, mono ink, mono white (SVG) |
| `lockups/` | Horizontal, stacked, wordmark-only, mono ink, mono white, on-dark (SVG) |
| `app-icon/` | 1024 master, Android maskable, rounded web variant (SVG + PNG) |
| `favicon/` | `favicon.svg` + 16 / 32 / 48px PNG |
| `exports/` | PNG renders of each lockup (@3x) |
| `concepts/` | The 3 explored directions + contact sheet (A chosen) |
| `style-sheet.*` | One-page mini style sheet (HTML / PNG / PDF) |

## Notes for production handoff

- Wordmark SVGs use **live Nunito text** (most editable) with a Google-Fonts `@import` so they
  render standalone online. **Before final handoff, outline the type** (`Path > Object to Path`)
  so the files are self-contained and font-independent.
- PNG/PDF were rendered headless via Playwright Chromium with Nunito loaded.
- To re-export after edits, re-run the render scripts (Playwright + Chromium are installed).

## Construction reference

- Symbol viewBox `0 0 240 240`; mark optically centred via `translate(-6 16)`.
- Tick: `polyline 70,82 110,152 172,66`, stroke `30`, round caps/joins.
- Spark: `circle cx=180 cy=58 r=17` coral.
