# Design Language for diplomacy.day

## Aesthetics and Tone
diplomacy.day draws its visual soul from the tradition of 18th-century botanical diplomacy -- the era when nations exchanged rare plant specimens as acts of political courtesy, when Linnaeus's students risked their lives to bring back pressed flowers from distant courts, and when a gift of seeds could seal a treaty more firmly than a signature. The aesthetic is **botanical** in the truest sense: not the commercial "plant mom" aesthetic of Instagram, but the precise, obsessive beauty of Maria Sibylla Merian's insect-and-flower engravings, the hand-tinted copper plates of Curtis's Botanical Magazine (1787), and the herbarium sheets pressed between pages of diplomatic correspondence in European archives.

The tone is **pastoral-romantic** -- not saccharine, but genuinely Romantic in the Keatsian sense: beauty intertwined with mortality, the fleeting bloom as metaphor for fragile alliances. There is melancholy in these illustrations. The colors of a pressed flower fade over centuries; the treaties they accompanied often fail. diplomacy.day inhabits this tension between the living garden and the archived specimen, between growth and preservation, between the wild hedge and the formal parterre.

The mood should feel like stepping into a private conservatory attached to a Foreign Ministry -- humid glass, wrought iron, the faint smell of soil and old paper. Every surface breathes. Nothing is sealed or synthetic. The digital interface dissolves into the sensation of turning pages in a leather-bound folio of botanical plates, each one a small act of diplomatic gift-giving from one nation's garden to another.

## Layout Motifs and Structure
The layout employs a **modular-blocks** system inspired by the compartmentalized structure of a botanical garden's planting beds. Each content section is a discrete rectangular module -- a "bed" -- with its own internal composition, separated from adjacent modules by thin channels of negative space that evoke the gravel paths between garden plots. These modules are never uniform in height; they vary organically, like beds planted with different species, creating a rhythm of tall and short, dense and sparse.

**The Grid:**
A 12-column CSS Grid underpins the layout, but columns are never used in equal measure. The primary content column spans 7 of the 12 columns. A secondary column spans 4 columns and sits to the right, slightly lower, creating an asymmetry reminiscent of the way botanical illustration plates are offset from their descriptive text in historical folio volumes. The remaining 1-column gap acts as a "gutter path" -- always visible, never collapsed, filled with a subtle vertical line of tiny leaf silhouettes at 3% opacity in #4A6741.

**Module Types:**
1. **Specimen Modules** (full-width, 12-col): These are the hero moments -- large botanical illustration panels that stretch edge-to-edge, with text overlaid in the lower-left quadrant. Background: soft wash of the analogous palette. Height: 85vh minimum.
2. **Folio Modules** (7-col + 4-col split): The workhorse layout. Left column holds body text; right column holds an illustration plate or a pull-quote set in a decorative cartouche border rendered in SVG.
3. **Herbarium Modules** (4-col + 4-col + 4-col): Three equal columns, each containing a single "pressed specimen" card -- a bordered rectangle with rounded corners (border-radius: 2px, deliberately minimal), a faint paper texture background, and a centered botanical illustration. These cards have a 1px border in #8B7355 with an inner shadow of `inset 0 0 20px rgba(139,115,85,0.08)`.
4. **Margin Notes** (2-col, right-aligned): Small annotation blocks that float in the rightmost columns, containing italic text in "Cormorant Garamond" at 0.85rem, functioning like the handwritten marginalia in a naturalist's field journal.

**Vertical Rhythm:**
Sections are separated by 120px of breathing space on desktop (80px on tablet, 60px on mobile). Between modules within a section, the gap is 32px. The page never feels cramped; it breathes like a garden with well-maintained paths.

**No Traditional Navigation:**
There is no sticky header or hamburger menu. Navigation is handled through a subtle, fixed vertical element on the left edge of the viewport: a thin (40px wide) column containing small leaf icons that correspond to page sections. Hovering reveals the section name in a tooltip styled as a botanical label (cream background #F4EDE4, 1px border #8B7355, "Cormorant Garamond" italic at 0.75rem). This navigation vine runs the full height of the viewport and scrolls with the user's position, the active section's leaf turning from outline (#8B7355) to filled (#4A6741).

## Typography and Palette
**Typography:**

- **Display / Headlines:** "Cormorant Garamond" (Google Fonts) -- a display serif with the refined, high-contrast strokes of 18th-century French typography. Its delicate hairlines and generous x-height recall the lettering on botanical plates from the Jardin des Plantes in Paris. Used at variable sizes from `clamp(2.4rem, 4vw + 1rem, 5.5rem)` for hero headings, leveraging the `variable-fluid` typography approach. Weight: 600 (SemiBold) for headlines, 300 (Light) for sub-headings. Always set in sentence case. Line-height: 1.15. Letter-spacing: 0.01em. Color: #2C3E2C on light backgrounds, #F4EDE4 on dark.

- **Body Text:** "Lora" (Google Fonts) -- a well-balanced contemporary serif with roots in calligraphy, providing excellent readability at body sizes while maintaining the warmth of hand-lettered forms. Used at `clamp(1rem, 1.1vw + 0.5rem, 1.2rem)`. Weight: 400 (Regular) for body, 700 (Bold) for emphasis. Line-height: 1.72 (generous, allowing text to breathe like spaced herbarium labels). Color: #3D3D3D on light backgrounds.

- **Accent / Labels:** "Josefin Sans" (Google Fonts) -- a geometric sans-serif with a vintage, slightly Art Nouveau quality in its letterforms (the distinctive narrow 'a', the slightly flared terminals). Used exclusively for navigational labels, metadata, dates, and small captions at 0.75rem-0.85rem. Weight: 400. All-caps with letter-spacing: 0.15em. Color: #8B7355 (the dried-leaf brown). This font creates a deliberate tension with the serif body -- the modern label vs. the classical text, the museum placard vs. the specimen.

- **Fluid Sizing:** All type uses CSS `clamp()` for seamless scaling. No breakpoint-based jumps. The typography flows like water through a garden channel, adapting to the viewport width with no abrupt changes. The `font-variation-settings` property is used on Cormorant Garamond's variable font axis to subtly adjust optical size as the viewport changes.

**Palette (Analogous -- Green-Gold-Umber):**

The palette is drawn from an actual pressed botanical specimen: the greens of a preserved leaf, the gold of aged paper, the umber of dried stems, and the cream of archival mounting board.

| Role | Color | Hex | Reference |
|------|-------|-----|-----------|
| Primary Green | Deep Fern | #4A6741 | The darkest green of a preserved leaf's midrib |
| Secondary Green | Sage Mist | #7A9B6D | The faded green of a leaf pressed for decades |
| Tertiary Gold | Herbarium Gold | #C4A35A | The gold of aged linen-rag paper |
| Warm Umber | Dried Stem | #8B7355 | The brown of dried plant stems in a herbarium |
| Background Cream | Mounting Board | #F4EDE4 | Archival acid-free mounting paper |
| Deep Background | Cabinet Dark | #2C3E2C | The deep green of a botanist's cabinet interior |
| Accent Blush | Faded Petal | #D4A89A | A rose petal pressed until it is barely pink |
| Text Dark | Ink Carbon | #3D3D3D | Iron gall ink, slightly warm |

The analogous harmony runs from green (#4A6741) through yellow-green (#7A9B6D) to gold (#C4A35A) to warm brown (#8B7355), with the blush (#D4A89A) serving as the sole departure -- a complementary whisper, like finding a single dried rose petal between the pages of a botanical treatise. Backgrounds alternate between #F4EDE4 (the default) and #2C3E2C (for dramatic specimen modules), creating a rhythm of light and dark that mimics turning between the cream pages and green cloth covers of a folio volume.

## Imagery and Motifs
**Botanical Illustrations as Primary Visual Language:**
All imagery on diplomacy.day consists of **botanical-illustration** -- specifically, the style of hand-colored copper-plate engravings from the 17th-19th centuries. These are not photographs of plants, not modern vector illustrations, and not watercolor washes. They are detailed, scientifically precise renderings in the tradition of:
- Pierre-Joseph Redoute's rose paintings (stipple-engraved, soft color gradations)
- Ernst Haeckel's "Kunstformen der Natur" (geometric precision in organic forms)
- Elizabeth Blackwell's "A Curious Herbal" (utilitarian beauty, medicinal plants)

Illustrations are rendered as high-resolution SVG compositions with the following characteristics:
- Fine ink outlines in #3D3D3D at 0.5-1px stroke width
- Color fills using the analogous palette: leaves in gradients from #4A6741 to #7A9B6D, stems in #8B7355, flowers in #D4A89A to #C4A35A
- Cross-hatching rendered as repeating SVG patterns (45-degree lines, 2px spacing, 0.3px stroke in #8B7355 at 40% opacity) to simulate engraving texture
- Each illustration includes a "plate number" in the bottom-right corner: "Pl. I", "Pl. II", etc., set in Josefin Sans at 0.65rem, #8B7355

**Leaf-Organic Motifs:**
The **leaf-organic** motif system pervades every decorative element:
1. **Section Dividers:** Instead of horizontal rules, sections are separated by a single SVG leaf sprig -- a delicate stem with 3-5 small leaves, drawn in the engraving style, centered horizontally, colored in #8B7355 at 50% opacity. Each divider uses a different leaf species (oak, laurel, olive, ivy, fern frond) to subtly signal thematic shifts.
2. **Border Ornaments:** Module corners feature small leaf-cluster ornaments -- SVG compositions of 2-3 overlapping leaves at each corner, rotated to face outward, in #C4A35A at 30% opacity. These reference the decorative borders of 18th-century title pages.
3. **Background Patterns:** Herbarium Modules have a repeating background pattern of ghosted leaf silhouettes -- full leaves at 3% opacity in #4A6741, scattered at random rotations, creating the impression of looking through a stack of translucent herbarium sheets.
4. **Loading States:** While content loads, a single leaf slowly unfurls in an SVG animation -- starting as a tight scroll and opening into a full leaf over 1.5 seconds, drawn in #7A9B6D with #8B7355 veins.
5. **Cursor Trail:** On desktop, the cursor leaves a faint trail of tiny falling leaves (2-4px each, #7A9B6D at 20% opacity) that fade and drift downward over 2 seconds before disappearing -- subtle enough to be discovered, never distracting.

**Cartouche Frames:**
Pull-quotes and featured text are enclosed in SVG cartouche frames -- the ornamental bordered panels found on botanical plate labels. These frames use a combination of thin ruled lines (#8B7355), small leaf ornaments at the corners, and a slightly different background (#F0E8DA, a warmer cream) to distinguish them from the surrounding content.

**Pressed Specimen Cards:**
Interactive elements (links, clickable items) are styled as "pressed specimen cards" -- rectangular containers with a subtle paper texture (CSS noise filter at 2% opacity), a thin border, and a small "collection label" at the bottom containing metadata in Josefin Sans. These cards are the primary interactive surface on the site.

## Prompts for Implementation
**Full-Screen Botanical Narrative Experience:**
diplomacy.day opens to a full-viewport Specimen Module: a dark green (#2C3E2C) background with a single large botanical illustration (an olive branch -- the universal symbol of diplomacy) rendered in cream and gold tones, fading from detailed at the center to ghosted at the edges. The domain name "diplomacy.day" appears in Cormorant Garamond Light at `clamp(3rem, 5vw + 1rem, 6rem)`, positioned at 40% from the top, left-aligned to the 7-column content grid. Below it, a single line in Lora Italic at 1.1rem reads a subtitle. No buttons, no links, no calls to action. The olive branch illustration extends beyond the viewport edges, cropped by the browser frame, suggesting the natural world is larger than any screen.

**Hover-Lift Interaction System:**
The primary interaction pattern is **hover-lift**. Every pressed specimen card, every herbarium module, and every interactive element responds to hover with a coordinated lift effect:
- `transform: translateY(-6px)` over 350ms with `cubic-bezier(0.34, 1.56, 0.64, 1)` -- a gentle spring overshoot
- `box-shadow` transitions from `0 1px 3px rgba(74,103,65,0.08)` to `0 12px 28px rgba(74,103,65,0.15), 0 4px 10px rgba(74,103,65,0.08)` -- a warm green-tinted shadow that reinforces the botanical palette
- The border color transitions from #8B7355 at 50% opacity to #4A6741 at full opacity
- Inside the card, the botanical illustration shifts `translateY(-2px)` independently, creating a parallax micro-effect where the specimen appears to float above its mounting board
- The "collection label" at the card bottom slides down 2px and its text color transitions from #8B7355 to #4A6741

This hover-lift is the ONLY animation pattern on the site. There are no scroll-triggered reveals, no parallax layers, no morphing transitions. The restraint is deliberate: like a botanical garden where the only movement is the wind through leaves, the only motion on diplomacy.day is the gentle lift of elements responding to the visitor's curiosity.

**Scroll Behavior:**
Scrolling is smooth (`scroll-behavior: smooth` on `html`) with no scroll-jacking or custom physics. As the user scrolls, the only visual change is the leaf-vine navigation on the left edge updating its active state with a 200ms crossfade. There are no entrance animations, no fade-ins, no slide-ups. Content is simply present, like pages in an open book. This is a conscious rejection of the scroll-triggered animation pattern (97% frequency in the portfolio) -- diplomacy.day trusts its content to hold attention without motion gimmicks.

**Responsive Behavior:**
- Desktop (>1200px): Full 12-column grid, leaf-vine navigation visible, 7+4+1 Folio Module layout
- Tablet (768-1200px): 8-column grid, leaf-vine collapses to bottom horizontal bar with leaf icons, Folio Modules stack to single column
- Mobile (<768px): Single column, leaf-vine becomes a minimal top bar with a single leaf icon that expands to reveal section navigation. Herbarium Modules stack vertically. All `clamp()` typography scales down gracefully. Specimen Modules reduce to 60vh minimum height.

**CSS Custom Properties:**
All colors, spacings, and type scales are defined as CSS custom properties on `:root`, allowing the entire botanical palette to be adjusted from a single location. A `[data-season="autumn"]` attribute on `<html>` could shift the palette toward warmer golds and deeper umbers, demonstrating the variable nature of the system.

**AVOID:** CTA-heavy layouts, pricing blocks, stat-grids, testimonial carousels, hero sliders, gradient-mesh backgrounds, neon colors, mono-spaced typography, dashboard layouts, card-flip animations, parallax scrolling effects, sticky headers, hamburger menus, dark-mode-neon palettes.

## Uniqueness Notes
**Differentiators from other designs:**

1. **Botanical-Diplomatic Narrative Fusion:** No other design in the portfolio treats botanical illustration as a diplomatic metaphor. The concept of "plant diplomacy" -- the historical exchange of specimens between nations -- provides a narrative framework that is entirely absent from the other 92 designs. This is not a generic "nature" aesthetic; it is a specific historical practice reinterpreted as a design language. The leaf-organic motifs (4% frequency) and botanical-illustration imagery (2% frequency) are among the least-used elements in the portfolio, and combining them with a diplomatic narrative creates an unprecedented visual story.

2. **Hover-Lift as Sole Motion Pattern:** While 97% of designs use scroll-triggered animations and 81% use parallax, diplomacy.day uses exclusively the hover-lift pattern (4% frequency) as its only motion system. This radical restraint -- no scroll animations, no entrance effects, no parallax layers -- makes the site feel fundamentally different in its stillness. Every other design treats scroll position as an animation trigger; diplomacy.day treats scroll position as irrelevant to visual behavior. The lift is the only breath, and it occurs only when the visitor actively reaches toward an element.

3. **Analogous Green-Gold-Umber Palette Without Warm/Gradient Dominance:** The analogous palette strategy (3% frequency) produces a color system that avoids the warm-gradient combination present in 91% of the portfolio. While the colors themselves are warm-leaning, they are unified by their analogous relationship (all drawn from the green-gold segment of the color wheel) rather than by arbitrary gradient transitions. There are no CSS gradients anywhere on the site -- only flat fills, opacity variations, and the natural color gradations within the SVG botanical illustrations. This makes diplomacy.day one of the rare designs without a single `linear-gradient` or `radial-gradient` in its stylesheet.

4. **Variable-Fluid Typography Without Breakpoint Jumps:** The variable-fluid typography system (6% frequency) uses CSS `clamp()` exclusively, with no `@media` queries for font sizes. Typography scales continuously across all viewport widths, creating a reading experience that feels natural at every screen size. Combined with the Cormorant Garamond variable font's optical size axis, this produces type that is genuinely responsive rather than stepwise adaptive.

5. **Modular-Blocks Layout Derived from Garden Bed Morphology:** The modular-blocks layout (5% frequency) is not used as a generic grid system but as a direct mapping of botanical garden planting bed arrangements. The variation in module height, the gravel-path gutters, the herbarium three-column specimens -- all derive from the physical organization of gardens and herbariums rather than from abstract design theory.

**Chosen seed/style:** aesthetic: botanical, layout: modular-blocks, typography: variable-fluid, palette: analogous, patterns: hover-lift, imagery: botanical-illustration, motifs: leaf-organic, tone: pastoral-romantic

**Avoided patterns from frequency analysis:**
- scroll-triggered (97%) -- replaced with static content presence
- parallax (81%) -- eliminated entirely
- mono typography (98%) -- no monospaced fonts used
- centered layout (98%) -- asymmetric 7+4+1 column grid instead
- warm+gradient palette (91%) -- analogous system with no CSS gradients
- minimal imagery (96%) -- rich botanical illustration throughout
- photography (64%) -- zero photographs, all hand-drawn illustration style
- friendly tone (96%) -- pastoral-romantic tone instead
- vintage motifs (69%) -- leaf-organic motifs instead
- playful aesthetic (97%) -- botanical aesthetic instead
<!-- DESIGN STAMP
  timestamp: 2026-03-09T11:15:59
  domain: diplomacy.day
  seed: - friendly tone
  aesthetic: diplomacy.day draws its visual soul from the tradition of 18th-century botanical...
  content_hash: ee2256787947
-->
