# Design Language for addrenvoy.com

## Aesthetics and Tone
The visual identity of Address Envoy is built on the metaphor of **frosted glass standing between the viewer and the world** -- every surface partially reveals, partially conceals. The site inhabits the aesthetic of a diplomatic pouch: opaque enough to protect, translucent enough to prove its legitimacy. Inspiration comes from the physical world of privacy infrastructure -- one-way mirrors in interrogation rooms, envelope security patterns (those crosshatched blue-and-white interiors), the way fog obscures a street address from a distance but resolves as you approach.

The tone is **calm-serene** with an undercurrent of quiet authority -- not paranoid or conspiratorial, but composed, like a consular officer who has seen everything and reveals nothing. There is no urgency, no anxiety. The site communicates that privacy is not something you fight for but something that is simply handled, the way an envoy handles a sealed message: with discretion, professionalism, and the absolute minimum of fanfare. Think of the composed stillness of a Swiss embassy lobby at 7AM -- marble, diffused light, the sound of a fountain somewhere behind frosted glass.

## Layout Motifs and Structure
The layout follows a **split-screen** architecture at its core, reinforced by **layered-depth** stacking that creates the sensation of peering through multiple panes of translucent glass. The viewport is conceptually divided into two realms: the **public side** (left/top) and the **private side** (right/bottom), separated by a frosted divider element that the user's scroll gradually clarifies or obscures.

**Primary structure:**

- **The Envelope**: The opening viewport presents two overlapping rectangles -- an outer "envelope" shape and an inner "letter" shape -- both rendered as frosted glassmorphic panels with `backdrop-filter: blur(16px)`. The outer panel shows a stylized address (the public identity), while the inner panel, slightly offset and elevated via `translateZ`, shows a redacted version of the same address with characters replaced by the security-pattern motif. On scroll, the inner panel slides upward and out of the envelope, performing the "unsealing" metaphor.

- **The Corridor**: After the envelope opens, the user enters a long vertical corridor of alternating split-screen sections. Each section pairs a **transparent left panel** (showing content) with a **frosted right panel** (showing the same content but obscured). As each section scrolls into view, the frosted panel gradually clears via animated `backdrop-filter: blur()` reduction from 20px to 0px, creating a zoom-focus reveal. This is not parallax -- it is clarity-parallax, where depth is measured in legibility rather than position.

- **The Seal**: The footer section inverts the opening: the letter slides back into the envelope, the frost re-applies, and the site returns to its initial sealed state. A wax-seal SVG element animates into place at the center of the closing envelope, drawn with path-draw-svg animation. The user is left looking at a sealed envelope -- privacy restored.

**Navigation:** There is no traditional navbar. A single translucent pill-shaped element floats at the top-right corner, containing only the site wordmark "ADDRENVOY" in condensed geometric sans. Clicking it reveals a frosted overlay menu where each link appears as an address line on an envelope layout, staggered with a typewriter animation. The current section is indicated by a tiny wax-seal dot (circle with the security-pattern fill) next to its address line.

## Typography and Palette
**Typography:**

- **Display / Identity**: "Space Grotesk" (Google Fonts) -- a proportional sans-serif with geometric underpinnings and just enough quirk in its letterforms (the asymmetric 'a', the squared 'G') to feel purposeful without being cold. Used for the site title, section headers, and any text meant to represent "the public address" at sizes clamp(2rem, 5vw, 5rem). Letter-spacing: 0.08em for an official, spaced-out register that evokes stamped envelope text.

- **Body / Correspondence**: "Literata" (Google Fonts) -- an editorial serif designed specifically for long-form reading on screens, with sturdy ink traps and optical sizes. Used for all body text and explanatory content. Its warm, bookish quality contrasts with Space Grotesk's geometric precision, creating the tension between the personal (the letter inside) and the institutional (the envelope outside). Size: clamp(1rem, 1.5vw, 1.25rem), line-height 1.7.

- **Monospace / Redacted**: "IBM Plex Mono" (Google Fonts) -- used exclusively for text that represents redacted, encrypted, or masked content. When an address is "hidden," it displays in IBM Plex Mono with character substitution animation (real characters morph into unicode block elements). This typeface signals "system" and "processing" -- the mechanical layer that handles the privacy transformation.

**Palette:**

- **#0a1628** (Midnight Ink) -- Primary background. A blue-black so deep it reads almost as absence, like the inside of a sealed envelope. Used for the "private" realm and all dark surfaces.
- **#e8ecf1** (Vellum) -- Primary light surface. A cool, slightly blue-tinted off-white that evokes high-quality envelope paper. Used for the "public" realm, card surfaces, and text backgrounds.
- **#3d6b8e** (Diplomatic Blue) -- Accent color. The blue of a UN passport or a diplomatic pouch seal. Used for interactive elements, links, the frosted glass tint, and the wax-seal motif.
- **#c4a35a** (Sealing Wax Gold) -- Secondary accent. A muted gold reminiscent of wax seals and embossed envelope closures. Used sparingly for the seal animation, hover states, and the active-section indicator.
- **#7a8fa6** (Fog) -- Tertiary/muted text. The color of morning fog or frosted glass viewed edge-on. Used for secondary text, placeholders, and the "redacted" state of masked content.
- **#1e3a5f** (Deep Consular) -- Dark accent for layered panels and the frosted glass overlay tint. Provides depth variation against Midnight Ink without introducing a new hue.
- **#f5f0e8** (Parchment Warm) -- Occasional warm highlight for pull-quotes and the inner "letter" surface, introducing just enough warmth to feel human against the cool palette.

The palette is deliberately **cool-grays** with **analogous** blue variations, avoiding the warm gradients and neon accents that dominate other designs. The only warm element is Sealing Wax Gold, which draws the eye precisely because it breaks the cool monotony.

## Imagery and Motifs
**Core Visual Motif: The Envelope Security Pattern.** The crosshatched interior pattern found inside security envelopes -- that mesh of interlocking angular lines designed to prevent reading through the paper -- is the site's signature texture. It is rendered as a repeating SVG pattern tile and appears:
- As the background of all frosted glass panels (visible through the blur as a ghostly grid)
- As the fill pattern for the wax-seal SVG element
- As a border decoration on hover states (the pattern draws itself along the element border via path-draw-svg)
- As the texture behind redacted text (peeking through the gaps between block characters)

**Secondary motifs:**

- **The Wax Seal**: A circular SVG element with a stylized "AE" monogram at its center, surrounded by the security-pattern fill. The seal uses path-draw-svg animation to appear as if being pressed into wax -- the outer circle draws first, then the monogram fills in with a morph animation from a simple circle to the letterforms. The seal appears at the footer, in the navigation indicator, and as a favicon.

- **Frosted glass layering**: Every content panel uses `backdrop-filter: blur()` with a semi-transparent background (`rgba(10, 22, 40, 0.6)` for dark panels, `rgba(232, 236, 241, 0.7)` for light panels). The blur amount varies by scroll position, creating the blur-focus pattern where content sharpens as it enters the viewport center and softens as it exits.

- **Address block typography**: Section headers are styled as postal address blocks -- left-aligned, with each line slightly indented from the previous (a CSS `padding-left` staircase), simulating the formatting of a mailing address. The "from" address (public) and "to" address (private) appear as paired elements, with the "to" address always partially redacted.

- **Envelope edge shadows**: All panels feature a subtle inner shadow along one edge (the "flap" side), creating the impression that each content block is an envelope lying on a surface. The shadow direction rotates 90 degrees for alternating sections, creating visual rhythm.

## Prompts for Implementation
**Narrative Architecture:** The site tells the story of a letter's journey from exposure to protection. The scroll IS the sealing of the envelope. The experience is divided into five narrative beats:

1. **The Exposed Address** (0-15vh): A full address displayed openly in Space Grotesk, large and vulnerable. The user immediately understands what this site protects.
2. **The Envelope Arrives** (15-40vh): The frosted glass panels slide in from the edges, beginning to obscure the address. The security pattern fades in behind the blur.
3. **The Transformation** (40-65vh): Split-screen sections show the before/after of address protection. Left panels show real addresses, right panels show their envoy-protected equivalents. Each pair uses the blur-focus reveal so the protected version clarifies as the exposed version fades.
4. **The Seal** (65-85vh): The wax seal draws itself at the center of the viewport while the corridor of sections collapses inward, envelopes closing. The gold accent color warms the palette momentarily.
5. **The Delivery** (85-100vh): The sealed envelope rests. Minimal text. A single action: the frosted pill navigation element pulses once with the gold accent, suggesting the next step without demanding it.

**Animation Philosophy:**

- **blur-focus as the primary transition**: Every content reveal uses animated `backdrop-filter: blur()` reduction rather than opacity or transform. Content is always present -- it simply becomes legible. This reinforces the privacy metaphor: the information exists, the question is who can read it.
- **morph for redaction**: Text that transitions between readable and redacted states uses character-level morph animation -- each letter independently morphs to a unicode block character (U+2588) with staggered timing (50ms delay per character). The reverse (un-redaction) uses the same stagger but in reverse order.
- **path-draw-svg for the security pattern**: The envelope security pattern is drawn line-by-line with `stroke-dasharray` / `stroke-dashoffset` animation, appearing to be drawn by an invisible pen. This animation plays once when the pattern first enters the viewport.
- **zoom-focus for section transitions**: As split-screen sections approach the viewport center, the frosted panel scales from `scale(0.98)` to `scale(1)` while simultaneously clearing its blur. This subtle zoom creates a sense of the user leaning in to read through the frost.

**Technical specifics:**
- Use CSS `backdrop-filter` with fallback for browsers without support (solid semi-transparent backgrounds with the security pattern at reduced opacity)
- The security pattern SVG tile should be approximately 40x40px, consisting of two sets of parallel diagonal lines at 30-degree and 150-degree angles, stroke-width 0.5px, in Diplomatic Blue at 30% opacity
- Split-screen sections use CSS Grid with `grid-template-columns: 1fr 1fr` on desktop, collapsing to stacked single-column on mobile where the frosted panel sits above the clear panel
- The typewriter navigation animation uses a monospace layout with `ch` units for precise character-width alignment
- Scroll-driven animations should use the Intersection Observer API with threshold arrays `[0, 0.1, 0.2, ..., 1.0]` for smooth blur transitions

**AVOID:** CTA-heavy layouts, pricing blocks, stat-grids, testimonial carousels, hero images with stock photography, gradient backgrounds, neon accents, card grids, parallax scrolling of background images.

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

1. **Blur-as-narrative instead of blur-as-decoration.** While glassmorphism typically uses blur as a visual style, this design makes `backdrop-filter: blur()` the primary storytelling mechanism. The blur amount encodes meaning -- more blur means more privacy, less blur means more exposure. No other design in the collection uses blur as a semantic variable that changes with scroll position to communicate a concept.

2. **Envelope security pattern as a unified motif system.** The crosshatched security-envelope interior pattern is an instantly recognizable real-world privacy artifact that has never appeared in web design. Using it as the site's signature texture -- in frosted panels, wax seals, hover borders, and redacted-text backgrounds -- creates a visual language that is both novel and immediately understandable without explanation.

3. **Character-level morph redaction animation.** The technique of morphing individual characters to and from unicode block elements, with staggered timing, creates a visceral "censorship" effect that is technically simple but visually striking. No other design in the collection uses character-level animation for thematic storytelling rather than decorative typewriter effects.

4. **Cool analogous palette breaking the warm-gradient dominance.** With 90% of existing designs using warm palettes and 95% using gradients, this design's commitment to cool blue-grays with a single gold accent point creates immediate visual distinction. The palette is analogous (blue family only) rather than the prevalent warm/gradient approaches.

5. **Split-screen clarity-parallax.** The paired transparent/frosted panels with opposing blur states create a novel scroll interaction where two copies of the same content exist at different legibility levels, and scrolling transfers clarity from one to the other. This is not traditional parallax (positional offset) but a new pattern: clarity-parallax (legibility offset).

**Chosen seed/style:** glassmorphism frosted saas (adapted for privacy narrative -- frosted glass recontextualized from SaaS decoration to privacy metaphor)

**Avoided patterns from frequency analysis:**
- corporate aesthetic (75% overused) -- replaced with calm-serene diplomatic tone
- card-grid layout (85% overused) -- replaced with split-screen + layered-depth
- photography imagery (85% overused) -- replaced with SVG security patterns and typographic compositions
- warm palette (90% overused) -- replaced with cool analogous blues
- gradient palette (95% overused) -- replaced with flat frosted glass surfaces
- scroll-triggered as sole animation (90% overused) -- supplemented with blur-focus, morph, path-draw-svg, and zoom-focus
- mono typography dominance (75% overused) -- mono restricted to redacted-text role only, with geometric-sans and editorial-serif as primaries
<!-- DESIGN STAMP
  timestamp: 2026-04-14T11:48:41
  domain: addrenvoy.com
  seed: seed
  aesthetic: The visual identity of Address Envoy is built on the metaphor of **frosted glass...
  content_hash: d58a001cef34
-->
