# Design Language for diplomacy.bar

## Aesthetics and Tone
diplomacy.bar adopts an isometric aesthetic -- the precise, angular perspective of architectural diagrams and strategy board games. "Diplomacy" demands gravitas, negotiation, and the art of statecraft, while ".bar" suggests a social gathering place -- a lounge where diplomats convene over drinks. Imagine a dimly lit rooftop bar in a megacity embassy district: isometric city blocks glow with dark neon, leather-upholstered booths face each other across marble-topped tables, and the walls display strategic maps rendered in architectural projection. The visual language draws from Sim City's isometric urbanism, the leather-bound war rooms of Cold War thriller films, and the marble grandeur of European foreign ministries. The palette is dark-neon -- black backgrounds with sharp neon accents that cut through the darkness like diplomatic cables through encrypted channels. The tone is minimal -- understated, saying little but meaning much, as any good diplomat would.

## Layout Motifs and Structure
The layout uses a **hero-dominant** structure where each section centers on a single commanding visual element that demands attention before yielding to supporting text.

**Primary structure:**
- **Embassy entrance (100vh):** A dark background (near-black with blue undertone) with a centered isometric building illustration (CSS 3D transforms: rotateX(30deg) rotateZ(45deg) on stacked div elements creating a simple building with walls, roof, and ground shadow). The building glows with dark-neon accent lines along its edges. Title "diplomacy.bar" sits above in condensed type.
- **Strategy map hero sections (4 sections, ~100vh each):** Each section features a hero element: an isometric "game board" grid (CSS grid of diamond-shaped cells via rotateX/rotateZ transforms) with colored pieces on certain cells. Supporting text flanks the hero. Each section explores a different diplomacy concept.
- **Leather chamber section (80vh):** A warm interlude styled as a private negotiation room. Background simulates leather texture (CSS gradient with noise overlay in warm brown). Content cards sit on marble-classical surfaces (CSS marble texture using layered gradients). The transition from dark-neon to warm leather is deliberate and dramatic.
- **Card-flip dossier gallery (100vh):** A grid of dossier cards (4x2) that flip on hover, revealing classified information on the reverse. Front: a simple icon and title. Back: detailed text on a darker surface.
- **Last call footer (40vh):** Dark background with minimal credits. A single neon line across the top. The isometric building from the hero reappears at small scale in the corner.

**Spacing philosophy:** Hero elements occupy 50-60% of viewport height. Supporting text sits in the remaining space with 6vw side margins. Sections have 0 vertical gap -- backgrounds transition seamlessly.

## Typography and Palette
**Fonts:**
- **Headlines/Display:** "Barlow Condensed" (Google Fonts) -- a narrow, efficient sans-serif that captures the compressed intensity of diplomatic communications. Weight 700. Size clamp(28px, 4vw, 56px). Letter-spacing: 0.02em. All-caps treatment.
- **Body text:** "Libre Caslon Text" (Google Fonts) -- a classical serif that brings diplomatic formality. Weight 400 for body, 700 for emphasis. Size clamp(15px, 1.05vw, 17px). Line-height: 1.75.
- **Labels/Codes:** "Share Tech Mono" (Google Fonts) -- monospaced for classification labels and data codes. Weight 400, size 12px, letter-spacing: 0.06em.

**Palette:**
- **Embassy Dark** `#08080F` -- primary background, near-black with blue tint
- **Diplomatic White** `#D8DCE8` -- primary text
- **Neon Teal** `#00D4AA` -- primary neon accent for building edges, interactive highlights
- **Neon Coral** `#FF4466` -- secondary neon for warnings and critical elements
- **Leather Warm** `#3A2210` -- warm background for the leather chamber section
- **Marble Cream** `#F0E8D8` -- card surfaces and marble-classical treatments

## Imagery and Motifs
**Core visual motifs:**
- **Isometric building illustration:** CSS 3D-transformed div elements creating a simplified embassy building in isometric projection. Walls are semi-transparent (background: rgba(0,212,170,0.08)), edges are neon lines (border: 1px solid Neon Teal), and the ground shadow is a dark ellipse below. The building slowly rotates on the Y-axis (subtle, 0.5deg oscillation over 8 seconds).
- **Leather texture backgrounds:** CSS noise pattern (SVG feTurbulence, warm-tinted) at 4% opacity over a Leather Warm base color, simulating aged leather upholstery.
- **Marble-classical card surfaces:** Content cards in the leather chamber use a CSS marble texture (layered conic-gradient for veining, radial-gradient for color variation) in cream and warm grey tones.
- **Card-flip dossier interactions:** 8 cards arranged in a 4x2 grid. Each card has perspective: 800px on the parent, and the card element uses transform-style: preserve-3d. Hover triggers rotateY(180deg) with 500ms transition. Front face: icon + title on Embassy Dark. Back face: detailed text on darker surface with Neon Teal accent border.
- **Dark neon edge-lighting:** Thin neon lines (1px, Neon Teal or Neon Coral) appear at element edges -- borders of cards, underlines of headers, and the isometric building edges. These create the dark-neon atmosphere without overwhelming the content.

## Prompts for Implementation
**Full-screen narrative experience:** The site should feel like entering a high-stakes diplomatic venue -- dark, sophisticated, and electric with tension. The isometric visuals suggest strategic thinking. The leather chamber provides warmth. The dossier cards offer secrets to uncover.

**Opening animation sequence:**
- Frame 0-300ms: Embassy Dark background.
- Frame 300-900ms: The isometric building materializes, floor first, then walls rising (height transition from 0 to full on each face, staggered 200ms). Neon edge-lines glow as each face completes.
- Frame 900-1400ms: "DIPLOMACY.BAR" fades in above in condensed type with a subtle neon text-shadow.
- Frame 1400-2000ms: The ground shadow beneath the building expands (scale 0 to 1). Supporting text fades in.

**Scroll behavior:** Strategy map hero elements enter with the isometric grid building itself cell by cell (staggered scale animations on diamond cells). Card-flip dossiers are static until hovered. The leather chamber section transitions via a smooth background-color change (dark to warm brown over 100px of scroll).

**Interaction details:**
- Dossier cards flip on hover (rotateY(180deg), 500ms).
- Isometric building edges brighten on hover (neon border opacity from 0.3 to 0.8).
- Strategy board cells respond to hover with a neon fill (background-color transition to Neon Teal at 10% opacity).

**AVOID:** CTA-heavy layouts, pricing blocks, stat-grids, cookie banners, testimonial carousels.

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

1. **Isometric embassy building as CSS 3D construction:** Building a recognizable architectural form from CSS 3D transforms in isometric projection is a unique hero element that combines technical craft with thematic relevance.

2. **Dark-neon diplomatic atmosphere:** The combination of near-black backgrounds with sharp neon accent lines creates a tense, sophisticated atmosphere that reinterprets diplomacy as a cyberpunk activity.

3. **Leather-to-neon material transition:** The deliberate shift from dark-neon to warm leather and marble in mid-page creates a dramatic atmospheric change that mirrors the contrast between public diplomacy (cold, strategic) and private negotiation (warm, personal).

4. **Card-flip dossier as interactive metaphor:** Using the card-flip pattern for diplomatic dossiers ties the interaction directly to the theme -- turning over classified documents to reveal hidden intelligence.

**Chosen seed/style:** aesthetic: isometric, layout: hero-dominant, typography: condensed, palette: dark-neon, patterns: card-flip, imagery: leather-texture, motifs: marble-classical, tone: minimal

**Avoided patterns (from frequency analysis):** Avoided overused parallax (95%), scroll-triggered (77%), cursor-follow (65%) patterns. Avoided centered (94%) and card-grid (85%) layouts. Avoided photography (82%) imagery. Avoided gradient (92%) and warm (87%) palettes. Avoided mono (92%) typography. Avoided mysterious-moody (74%) tone. Used marble-classical (2%) motifs and leather-texture (4%) imagery -- both underused.
<!-- DESIGN STAMP
  timestamp: 2026-03-21T11:59:57
  domain: diplomacy.bar
  seed: seed
  aesthetic: diplomacy.bar adopts an isometric aesthetic -- the precise, angular perspective ...
  content_hash: 224cbf20bb83
-->
