# The Daily Pour — Trailer Registry ## Naming Convention **File structure (Drive, folders, Plane projects):** `T[##]-[CODENAME]` **Internal operations (network, POS, hostnames, security):** `T[##]-[CODENAME]-[HEX]` - `T##` = trailer number (00–09) - `CODENAME` = unique coffee-themed identifier for the unit - `HEX` = brand color hex (no `#` prefix) — **appended only when the unit is fully operational and secured by SNS Networking** (network configured, POS locked down, segmented, signed off). The hex suffix = "this trailer is live and secure." **Example:** - Planning/buildout phase: `T00-DRIP` - Fully deployed + secured: `T00-DRIP-4B2E20` --- ## Trailer Assignments | Trailer | Codename | Color Name | Hex | Full ID (when secured) | |---------|----------|-----------|-----|------------------------| | T00 | DRIP | Rich Brown | `4B2E20` | `T00-DRIP-4B2E20` | | T01 | ROAST | Blush Pink | `E7B4B8` | `T01-ROAST-E7B4B8` | | T02 | BLOOM | Warm Cream | `F7EFE6` | `T02-BLOOM-F7EFE6` | | T03 | STEAM | Soft Gold | `D4AF37` | `T03-STEAM-D4AF37` | | T04 | GRIND | Taupe | `A78A7A` | `T04-GRIND-A78A7A` | | T05 | PRESS | Sage Green | `A3B18A` | `T05-PRESS-A3B18A` | | T06 | EMBER | Dusty Rose | `C9918B` | `T06-EMBER-C9918B` | | T07 | CREMA | Espresso | `2C1A12` | `T07-CREMA-2C1A12` | | T08 | PULL | Copper | `B87333` | `T08-PULL-B87333` | | T09 | BEAN | Slate Blue | `6B7F99` | `T09-BEAN-6B7F99` | --- ## Color Palette ### Primary (from brand mockup) | Color | Hex | Use | |-------|-----|-----| | Rich Brown | `#4B2E20` | Primary dark, signage, text | | Blush Pink | `#E7B4B8` | Accent, warmth | | Warm Cream | `#F7EFE6` | Backgrounds, light surfaces | | Soft Gold | `#D4AF37` | Highlights, premium touches | | Taupe | `#A78A7A` | Neutral, secondary surfaces | ### Expansion (trailers 05–09) | Color | Hex | Use | |-------|-----|-----| | Sage Green | `#A3B18A` | Earthy, calming | | Dusty Rose | `#C9918B` | Deeper warmth | | Espresso | `#2C1A12` | Bold dark accent | | Copper | `#B87333` | Metallic warmth | | Slate Blue | `#6B7F99` | Cool contrast, still muted | --- ## Trailer #1 — DRIP | Field | Value | |-------|-------| | ID | `T00-DRIP` | | Full ID (when secured) | `T00-DRIP-4B2E20` | | Color | Rich Brown (`#4B2E20`) | | Drive folder | `T00-DRIP/` | | Plane projects | `T00 Legal`, `T00 Ops`, `T00 Marketing`, etc. | | Location | TBD | | Status | Pre-launch (not yet secured → no hex suffix) | --- ## Folder Structure (Google Drive) ``` SnS Hospitality Group LLC/ ├── T00-09-COMMON/ ← shared SOPs, menus, templates, branding (all trailers) │ ├── Legal/ │ ├── Marketing/ │ ├── Ops/ │ ├── Research/ │ └── Buildout/ │ ├── T00-DRIP/ ← Trailer #1 specific │ ├── Vehicle/ (VIN, title, license plate, registration, photos) │ ├── Network/ (router, POS, tablet, IP assignments) │ ├── Equipment/ (serials, warranties, manuals) │ ├── Location/ (lease agreement, site photos, parking map) │ └── Tools/ (inventory, maintenance log) │ ├── T01-ROAST/ ← Trailer #2 (future) ├── T02-BLOOM/ ← Trailer #3 (future) └── ... ``` --- ## Typography | Use | Font | Weight | |-----|------|--------| | Logo / Headlines | Playfair Display | Bold | | Body / Menu boards | Montserrat | All Caps / Medium | | Tagline / Scripts | Lovely Script | Regular | **Tagline:** *Good Coffee. Great Vibes. On Purpose.* **Brand values:** Good Coffee. Real Connections. Better Every Day. --- ## Security Handoff (SNS Networking → Hospitality) The hex suffix is added to a trailer's ID when SNS Networking has completed: 1. Network hardware installed (router, AP, firewall) 2. POS system configured and hardened 3. Network segmented (customer WiFi isolated from POS/ops) 4. Remote management access verified 5. Sign-off documented Until that handoff, the trailer operates as `T##-CODENAME` only. This keeps a clean boundary between **Hospitality operations** (Kiowa's domain) and **technology infrastructure** (SNS Networking's domain).