# Design Language for diplomatic.quest

## Aesthetics and Tone

diplomatic.quest inhabits the visual world of a Japanese foreign ministry annex at dawn -- a space where shoji screens filter pale marine light across polished hinoki wood surfaces, where diplomatic pouches rest unopened on low tables beside ceramic teacups still warm with hojicha, and where the profound silence between conversations carries more meaning than the words themselves. The aesthetic is **muji-diplomatic**: the radical material honesty and functional restraint of Muji design philosophy applied to the gravity and ritual precision of international diplomacy. Every surface is unadorned but not austere -- it carries the warmth of natural materials handled with care. Every interaction is deliberate but never rigid -- it unfolds with the unhurried cadence of a tea ceremony conducted between ambassadors.

The tone is zen-contemplative: not passive or withdrawn, but deeply present. The site breathes. Paragraphs arrive like thoughts forming in a quiet room. Navigation feels less like clicking and more like turning a page in a leather-bound journal of field dispatches. The entire experience is suffused with the calm authority of someone who has witnessed history being made in quiet rooms and knows that the most consequential decisions are made not in grand halls but at modest wooden tables over cups of green tea.

The visual mood draws from three intersecting worlds: (1) the material palette of Muji flagship stores -- unbleached cotton, recycled cardboard, matte aluminum, undyed linen; (2) the chromatic depth of the deep ocean -- not the turquoise shallows but the profound indigo-black of the abyssal plain where light becomes memory; (3) the spatial discipline of traditional Japanese diplomatic architecture -- the Akasaka Palace's restrained modernist wings, not its baroque facade.

## Layout Motifs and Structure

The layout uses a **persistent sidebar** architecture -- a vertical navigation column occupying the left 280px of the viewport (collapsing to a slide-out drawer below 768px), with the main content flowing in a reading column to its right. This is not a conventional web sidebar stuffed with links; it is a **tokonoma** -- an alcove of curated stillness that anchors the entire spatial experience.

**The Sidebar (Tokonoma Column):**
The sidebar occupies exactly 280px width with 48px of internal padding on all sides. Its background is #0B1D2E (abyssal navy), creating a vertical stripe of deep ocean darkness along the left edge of every page. Within this column, navigation items are stacked vertically with 32px gaps between them, each rendered in "Libre Franklin" at 13px, font-weight 400, color #8FA8BF (muted sea-glass blue), letter-spacing 0.06em, text-transform uppercase. The active page indicator is not a highlight or underline but a subtle 2px-wide vertical bar of #4A90A4 (tidal teal) that appears to the left of the active item, offset by -24px from the text, animated in with a 400ms ease-out vertical scale from center. At the top of the sidebar sits the site wordmark "diplomatic.quest" set in "Cormorant Garamond" at 18px, font-weight 300, color #C8D8E4 (pale drift), letter-spacing 0.12em. Below the wordmark, a single horizontal rule of 1px #1A3A52 (deep channel blue) spans the column width, with 24px margin below.

At the bottom of the sidebar, a small decorative element: a single ensou (Zen circle) rendered as an SVG -- an incomplete brushstroke circle in #1A3A52, 40px diameter, stroke-width 2px, with a 12-degree gap at the top-right, suggesting openness and imperfection. This ensou is the only decorative graphic on the entire site.

**The Content Column:**
The main content area occupies the remaining viewport width (calc(100vw - 280px)) with a max-width of 720px for prose content, centered within the available space using auto margins. Vertical rhythm follows an 8px baseline grid with paragraphs spaced at 24px (3 baseline units). Section headings receive 64px of top margin and 24px of bottom margin, creating generous breathing room that echoes the ma (negative space) principle of Japanese spatial design.

**Content Sections as Chapters:**
Rather than stacking discrete card-like blocks, content flows as continuous prose chapters separated by 120px vertical gaps and a single centered dot (a period character rendered in "Cormorant Garamond" at 24px, color #4A90A4, opacity 0.6) that serves as a section divider -- the typographic equivalent of a diplomat pausing between topics during a formal address.

**Scroll Behavior:**
The sidebar remains fixed during vertical scroll. The content column scrolls naturally with no scroll-jacking or momentum overrides. Scroll position is the only state -- there are no tabs, modals, or accordions. The simplicity of a single scrolling column beside a fixed reference panel mirrors the experience of reading a diplomatic brief while keeping the index visible.

## Typography and Palette

**Typography:**

- **Headlines / Section Titles:** "Cormorant Garamond" (Google Fonts) -- weight 300 (Light). This refined, high-contrast transitional serif carries the gravitas of diplomatic correspondence without the stiffness of a law firm. Used at `font-size: clamp(1.6rem, 2.8vw, 2.2rem)` with `line-height: 1.25` and `letter-spacing: 0.02em`. The Light weight keeps headlines feeling contemplative rather than commanding -- these are observations, not declarations. Color: #C8D8E4 (pale drift) when on dark backgrounds, #1A2A3A (deep ink) when on light backgrounds.

- **Body Text:** "Libre Franklin" (Google Fonts) -- weight 400 (Regular) for body, weight 500 (Medium) for emphasis. A humanist sans-serif with subtle calligraphic DNA in its letter-forms -- the stroke terminals carry just enough organic variation to feel hand-touched without becoming informal. Used at `font-size: clamp(0.95rem, 1.1vw, 1.05rem)` with `line-height: 1.72` (generous for contemplative reading). Color: #3A5568 (slate current) on light backgrounds, #94A7B8 (sea mist) on dark backgrounds. Paragraph `max-width: 65ch` to maintain optimal reading line length.

- **Captions / Metadata:** "Libre Franklin" weight 300 (Light) at `font-size: 0.8rem`, `letter-spacing: 0.04em`, color #6B8A9E (weathered teal). Used for dates, attributions, photo captions, and secondary navigation elements. Text-transform: none (mixed case to distinguish from the uppercased sidebar navigation).

- **Accent / Pull Quotes:** "Cormorant Garamond" weight 300 Italic at `font-size: clamp(1.2rem, 2vw, 1.6rem)`, `line-height: 1.5`, color #4A90A4 (tidal teal). Pull quotes are indented 40px from the left with a 2px left border in #4A90A4 at 40% opacity. No quotation marks -- the typographic styling alone signals the shift in voice.

**Palette (Ocean-Deep):**

| Role | Name | Hex | Usage |
|------|------|-----|-------|
| Primary Dark | Abyssal Navy | #0B1D2E | Sidebar background, footer, dark sections |
| Secondary Dark | Deep Channel | #1A3A52 | Borders, dividers, subtle backgrounds |
| Accent | Tidal Teal | #4A90A4 | Active states, links, pull-quote borders, interactive elements |
| Text Primary (light bg) | Deep Ink | #1A2A3A | Headlines and body text on light backgrounds |
| Text Secondary | Slate Current | #3A5568 | Body text, secondary headings on light surfaces |
| Text Tertiary | Weathered Teal | #6B8A9E | Captions, metadata, timestamps |
| Text on Dark | Sea Mist | #94A7B8 | Body text on dark backgrounds |
| Text on Dark (bright) | Pale Drift | #C8D8E4 | Headlines on dark backgrounds, sidebar wordmark |
| Surface Light | Unbleached Linen | #F0EDE8 | Main content background, cards |
| Surface Warm | Parchment Fog | #E6E1DA | Alternate section backgrounds, hover states |
| Highlight | Bioluminescent | #5AB4C8 | Rare highlight moments, hover glow on tidal teal elements |
| Shadow | Trench Black | #060E16 | Deep shadows, overlay backgrounds at 85% opacity |

The palette progression moves from the warm, tactile surfaces of Muji (the linen and parchment tones) into the cold, pressurized depths of the ocean (the navy and channel blues), with tidal teal as the liminal zone where these two worlds meet -- like sunlight reaching the last depth at which photosynthesis is possible.

## Imagery and Motifs

**Photography as Witness:**
diplomatic.quest uses photography -- but not the glossy, color-saturated stock photography of corporate sites. The photographic language draws from documentary and editorial traditions: images are presented in a desaturated, slightly cool-shifted color treatment (CSS `filter: saturate(0.7) contrast(1.05) brightness(0.95)`) that evokes the look of medium-format film shot in overcast natural light. Subject matter favors: empty conference rooms with light streaming through tall windows, ocean surfaces photographed from above showing only texture and depth gradients, single objects on plain surfaces (a pen on a desk, a folded napkin, a ceramic vessel), and architectural details of modernist government buildings -- the kind of quietly monumental spaces where treaties are signed.

All photographs are presented within the content column at full column width (max 720px), with no rounded corners, no drop shadows, and no borders. Images sit flush with the text column edges. Below each image, a caption in Libre Franklin Light at 0.8rem provides context in a factual, understated voice. Images load with a fade-reveal animation: initial state is `opacity: 0; transform: translateY(12px)`, transitioning to `opacity: 1; transform: translateY(0)` over 600ms with an `ease-out` curve, triggered when the image enters the viewport at a 15% intersection threshold.

**The Ensou Motif:**
The single ensou (Zen circle) in the sidebar bottom is the site's only decorative mark. It is not repeated, not animated, not interactive. Its incompleteness -- the 12-degree gap -- is the most important visual statement on the site: it declares that wholeness is not the goal, that the space between is where meaning lives. The ensou is rendered as an inline SVG with `stroke: #1A3A52; stroke-width: 2; fill: none; stroke-linecap: round;` and a `stroke-dasharray` that creates the gap.

**Nature as Ambient Presence:**
Nature does not appear as a motif or decoration but as an ambient environmental quality woven through the photography and color palette. The ocean is never illustrated; it is evoked through the depth gradient of the palette itself (from surface parchment through sea mist to abyssal navy). Organic textures appear only in the subtle grain of the background surfaces: the #F0EDE8 content background carries a CSS noise overlay (`background-image: url(noise.svg); opacity: 0.03`) that gives it the tactile quality of uncoated paper -- a nod to the Muji aesthetic of materials that reveal their own nature.

**Absence as Visual Strategy:**
There are no icons, no emoji, no logos, no badges, no decorative SVGs beyond the single ensou. Navigation is typographic. Hierarchy is spatial. Emphasis is chromatic. The site's visual richness comes entirely from the interplay of deep ocean blues against warm linen surfaces, the rhythm of serif headlines against humanist sans-serif body text, and the vast negative spaces that frame every element. This is the Muji principle applied at scale: reduce until only what is essential remains, then reduce once more.

## Prompts for Implementation

**Full-Screen Narrative Entry:**
The site opens with a full-viewport moment before the sidebar layout establishes itself. On initial page load, the entire viewport fills with #0B1D2E (abyssal navy). After a 1.2-second pause (a deliberate breath, not a loading state), a single line of text fades in at the vertical and horizontal center: the site title "diplomatic.quest" set in Cormorant Garamond, weight 300, at `clamp(1.4rem, 2.5vw, 2rem)`, color #C8D8E4, letter-spacing 0.15em. This text holds for 2 seconds, then the entire opening screen slides left over 800ms (ease-in-out) to become the sidebar, while the content column fades in from the right with a matching 800ms transition. This choreography transforms the initial contemplative moment into the persistent sidebar layout -- the title that was centered in the void becomes the wordmark anchored at the top of the navigation column. After this entrance sequence completes, it does not replay on subsequent page loads within the same session (controlled via sessionStorage).

**Fade-Reveal Content Pattern:**
All content elements in the main column -- paragraphs, headings, images, pull quotes -- enter the viewport through a consistent fade-reveal animation. Elements begin at `opacity: 0; transform: translateY(16px)` and transition to `opacity: 1; transform: translateY(0)` over 500ms with `cubic-bezier(0.25, 0.1, 0.25, 1)` timing. An IntersectionObserver triggers each element's reveal at a 20% viewport intersection threshold. Elements within the same visual group (e.g., a heading followed immediately by its first paragraph) stagger their reveals by 120ms each, creating a gentle cascading effect that mimics the way thoughts form sequentially in a quiet mind -- the fade-reveal pattern used as a narrative device rather than mere decoration.

**Sidebar Interaction:**
The sidebar is not static -- it responds to scroll position with subtle atmospheric shifts. As the user scrolls deeper into content, the sidebar's ensou SVG rotates by up to 15 degrees total (mapped to scroll depth across the full page height), suggesting the passage of time and contemplation. This rotation is applied via CSS transform and throttled to requestAnimationFrame for performance. The rotation is barely perceptible -- it registers subconsciously rather than consciously, like the movement of a clock hand.

**Photography Treatment Pipeline:**
Each photograph on the site undergoes a consistent CSS treatment: `filter: saturate(0.7) contrast(1.05) brightness(0.95); mix-blend-mode: multiply;` when placed on the #F0EDE8 background. This creates a unified visual tone across all images regardless of their original color balance -- everything appears to have been printed on the same warm, uncoated paper stock. On hover (desktop only), images transition over 400ms to `filter: saturate(0.85) contrast(1.08) brightness(0.98)` -- a subtle warming that reveals slightly more color, as if leaning closer to examine a print.

**Responsive Transformation:**
Below 768px, the sidebar transforms into a top-fixed bar of 56px height with the wordmark left-aligned and a minimal hamburger icon (three horizontal lines of 1.5px weight, 18px wide, spaced 5px apart, color #8FA8BF) at the right. Tapping the hamburger slides the full sidebar in from the left as a 280px overlay with a #060E16 semi-transparent (85% opacity) backdrop. The content column becomes full-width with 24px horizontal padding. The opening sequence on mobile skips the slide-to-sidebar animation and instead simply fades from the centered title directly to the standard mobile layout over 600ms.

**Scroll-Depth Indicator:**
A 2px-wide vertical progress line appears on the right edge of the sidebar (or right edge of the viewport on mobile), colored #4A90A4 at 50% opacity, growing from top to bottom as the user scrolls through the page. This is the only scroll indicator -- there is no traditional scrollbar visible (hidden via `::-webkit-scrollbar { display: none }` and `scrollbar-width: none`). The progress line is the site's only acknowledgment that the content has measurable length.

**AVOID:** CTA-heavy layouts, pricing blocks, stat-grids, testimonial carousels, hero images with overlay text, gradient mesh backgrounds, floating action buttons, toast notifications, progress bars, loading spinners (content simply fades in when ready). No element should demand attention -- every element should earn it through spatial generosity and typographic care.

## Uniqueness Notes

**Differentiators from other designs:**

1. **Sidebar-as-Tokonoma Architecture:** While 27% of designs use sidebar layouts, none treat the sidebar as a contemplative alcove -- a fixed column of deep ocean darkness that serves as both navigation anchor and aesthetic counterweight to the warm content column. The sidebar here is not a utility; it is a spatial experience that transforms the page into a diptych of dark and light, ocean and shore.

2. **Muji-Diplomatic Material Fusion (3% aesthetic frequency):** The muji aesthetic at only 3% usage is deeply underused in the portfolio. This design extends Muji's material honesty (unbleached surfaces, noise textures, the absence of decoration) into the specific domain of diplomatic communication, creating a visual language where the restraint of good design mirrors the restraint of skilled diplomacy. No other design in the portfolio occupies this intersection.

3. **Ocean-Deep Palette as Vertical Gradient (2% palette frequency):** The ocean-deep palette at only 2% is nearly absent from the portfolio. Rather than applying ocean colors as a flat scheme, this design uses the palette as a metaphorical depth gradient: the sidebar represents the abyssal zone (#0B1D2E), the content surface represents the photic zone (#F0EDE8), and the accent teal (#4A90A4) represents the thermocline where light meets dark. The palette has narrative structure, not just chromatic variety.

4. **Single-Motif Discipline (the Ensou):** While most designs deploy multiple decorative motifs, icons, and visual elements, this site uses exactly one decorative mark: a single incomplete Zen circle. This radical restraint -- one motif, one instance, one location -- makes the ensou carry extraordinary visual weight. It becomes the site's signature through scarcity rather than repetition.

5. **Entrance Choreography as Layout Genesis:** The opening sequence does not merely introduce the site -- it literally constructs the layout in real time, transforming a centered contemplative void into the persistent sidebar architecture. The user witnesses the spatial structure being born, which gives the sidebar a sense of intentionality and permanence that a static layout cannot achieve.

**Chosen Seed / Style:**
- aesthetic: muji (3% -- deeply underused, PREFERRED)
- layout: sidebar (27%)
- typography: humanist (34%)
- palette: ocean-deep (2% -- deeply underused, PREFERRED)
- patterns: fade-reveal (6% -- low frequency, PREFERRED)
- imagery: photography (65%)
- motifs: nature (34%)
- tone: zen-contemplative (4% -- underused, PREFERRED)

**Avoided Overused Patterns:**
- playful aesthetic (97%) -- replaced with muji restraint
- centered layout (98%) -- replaced with sidebar architecture
- mono typography (98%) -- replaced with humanist type pairing (Cormorant Garamond + Libre Franklin)
- warm palette (100%) -- replaced with ocean-deep cool blues anchored by warm linen neutrals
- scroll-triggered as primary pattern (97%) -- replaced with fade-reveal as the dominant interaction pattern
- friendly tone (96%) -- replaced with zen-contemplative quiet authority
- vintage motifs (70%) -- replaced with nature expressed as ambient atmospheric quality rather than decorative element
<!-- DESIGN STAMP
  timestamp: 2026-03-09T11:19:06
  domain: diplomatic.quest
  seed: seed
  aesthetic: diplomatic.quest inhabits the visual world of a Japanese foreign ministry annex ...
  content_hash: ae4d30f45f63
-->
