# Design Language for historic.day

## Aesthetics and Tone
A daily historical almanac rendered as a broadsheet newspaper from every era simultaneously -- historic.day presents each day's historical events through a design that layers typographic styles from different centuries. The hero might use Blackletter (evoking 15th-century printing), while the body uses modern sans-serif, and dates appear in Roman-numeral-inspired monospace. The aesthetic is temporal-collage: mixing typographic eras creates a visual representation of history's accumulation. Sepia and parchment tones anchor the palette, with a single accent of archival red (the color of wax seals and rubber stamps). The tone is almanac-authoritative -- presenting historical facts with the confidence of a reference work, where every day has something worth remembering.

## Layout Motifs and Structure
The layout uses a **broadsheet** architecture -- a multi-column newspaper layout with a masthead, column rules, and justified text creating the impression of a printed daily gazette.

**Broadsheet System:**
- 3-column layout on desktop (CSS columns or Grid), 2 on tablet, 1 on mobile
- Column rules: 1px vertical lines (#c4b8a0) between columns
- Justified text (text-align: justify) for body content
- Masthead spans full width with publication name, date, and motto

**Section Flow:**
1. **Masthead:** Full-width banner with "HISTORIC.DAY" in Blackletter-style display type (or heavy serif as proxy), centered. Below: today's date in Roman-numeral-inspired formatting. A thin double-rule border (2px + 1px with 3px gap) frames the masthead.
2. **Lead Story:** A full-width article about the most significant event on this date, with a large drop-cap first letter (3-line height, archival red).
3. **Column Stories:** Multiple shorter historical events arranged in 3-column newspaper format, each with a bold headline and compact body text.
4. **The Archive:** A horizontal strip of "past editions" styled as small newspaper front pages (thumbnail representations), scrollable horizontally.
5. **Colophon:** Bottom banner with publication details, styled as a newspaper footer.

## Typography and Palette
**Typography:**
- **Masthead:** "Playfair Display" (Google Fonts) -- high-contrast serif with engraving qualities that evoke historical printing. Used at 3rem-5rem, weight 900, letter-spacing: 0.02em.
- **Headlines:** "Playfair Display" at 1.3rem-2rem, weight 700, for article headlines within columns.
- **Body:** "Lora" (Google Fonts) -- a text serif optimized for body reading, with old-style numerals and subtle calligraphic influence. Used at 0.95rem, weight 400, line-height 1.65, text-align: justify.
- **Dates/Meta:** "IM Fell English" (Google Fonts) -- a rough-edged historical face with authentic period character. Used at 0.8rem, weight 400, for datelines and metadata.
- **Drop Caps:** "Playfair Display" at 3.5rem, weight 900, float: left, color: archival red.

**Palette:**

| Role | Color | Hex | Usage |
|------|-------|-----|-------|
| Parchment | Aged paper | #f5efe0 | Primary background |
| Newsprint | Slightly darker | #ede5d0 | Column backgrounds, alternate sections |
| Ink | Deep brown-black | #2a2218 | Headlines, primary text |
| Body Ink | Dark brown | #3a3428 | Body text |
| Column Rule | Warm gray | #c4b8a0 | Column dividers, borders |
| Archival Red | Wax-seal red | #8b2500 | Drop caps, accent links, stamps |
| Dateline | Medium brown | #7a6a50 | Dates, metadata |
| Masthead Border | Dark warm | #5a4a30 | Double-rule masthead frame |

## Imagery and Motifs
**Drop-Cap First Letters:** Each major article begins with a large decorative drop cap in archival red (#8b2500) -- a 3-line-height Playfair Display initial floated left, the classic newspaper/manuscript convention.

**Double-Rule Borders:** The masthead and footer use double-rule borders: a 2px line, 3px gap, and 1px line in #5a4a30, evoking traditional newspaper framing.

**Column Rules:** Thin 1px vertical lines in #c4b8a0 separate the 3-column layout, a direct newspaper convention.

**Dateline Stamps:** Each article carries a dateline in IM Fell English italic, positioned above the headline: "On this day, March 18, 1965 --"

**Parchment Texture:** A subtle CSS noise texture (repeating-conic-gradient micro-pattern) at 2% opacity over the parchment background creates the tactile quality of aged paper.

## Prompts for Implementation
Build the page as a daily historical newspaper. The masthead should command attention with its serif gravity and double-rule frame. The 3-column layout with visible column rules should feel immediately like a printed gazette. Drop caps in archival red add color to an otherwise monochromatic sepia world. Body text should be justified (text-align: justify with hyphens: auto for better line breaks) to maintain the newspaper column appearance. Articles flow naturally across columns using CSS columns: 3 or a carefully managed Grid. The parchment background and period-appropriate IM Fell English metadata font ground everything in historical authenticity. The reading experience should feel like discovering a remarkable newspaper that covers every century.

AVOID: modern UI patterns, dark themes, sans-serif-only typography, neon colors, card layouts, animations, tech aesthetics.

## Uniqueness Notes
1. **Broadsheet newspaper layout for web:** Multi-column justified text with column rules and drop caps faithfully recreates the newspaper reading experience online.
2. **Temporal typographic collage:** Mixing period-appropriate typefaces (Blackletter-style, old-style, modern) across the page visually represents the layering of historical eras.
3. **Double-rule border masthead:** The traditional newspaper framing convention is rarely seen in web design.
4. **Almanac-authoritative tone:** The confident, reference-work voice grounds the daily historical content with editorial gravity.

Document chosen seed/style: aesthetic: broadsheet, layout: newspaper-columns, typography: historical-serif, palette: sepia-parchment, patterns: drop-cap, imagery: paper-texture, motifs: column-rule, tone: almanac-authoritative
Avoided overused patterns: corporate aesthetic (76%), asymmetric layout (96%), mono typography (98%), warm palette (100%), parallax patterns (98%), tech motifs (97%), friendly tone (77%), minimal imagery (96%)
<!-- DESIGN STAMP
  timestamp: 2026-03-18T22:37:50
  seed: aesthetic: broadsheet, layout: newspaper-columns, typography: historical-serif, palette: sepia-parchment, patterns: drop-cap, imagery: paper-texture, motifs: column-rule, tone: almanac-authoritative
  aesthetic: A daily historical almanac rendered as a broadsheet newspaper from every era simultan...
  content_hash: 1c3d5e7a9b2f
-->
