# The Pirate Atlantic New York

Publish-ready static research site.

## Upload
Upload the contents of this folder to the document root for `pirateatlanticny.com`:

- `index.html`
- `styles.css`
- `app.js`
- `assets/`
- `data/`

No build process is required.

## Map
The map uses Leaflet 1.9.4 and OpenStreetMap tiles. Leaflet is loaded from jsDelivr with an automatic unpkg fallback. The page displays a readable archive fallback if Leaflet cannot load. For production traffic, consider bundling Leaflet locally and using a commercial or self-hosted tile provider.

## Research records
Starter records are declared in `app.js`. Records entered through the form are stored in the visitor's browser with `localStorage`. The JSON and CSV buttons create backups. For shared multi-user research, replace local storage with a database/API such as Supabase.

## Design system
- Deep maritime navy: `#041f36` / `#062b4b`
- Antique gold: `#c99535`
- Parchment: `#f8efd9`
- Display: Cormorant Garamond
- Interface/body: Libre Franklin

The transparent production logo is `assets/pirate-atlantic-logo-transparent.png`.
