# Design Language for xity.quest

## Aesthetics and Tone
xity.quest is a watercolor-washed adventure through an imagined city, where hand-painted textures meet diagonal section transitions to create a sense of perpetual movement and exploration. The visual identity evokes the feeling of discovering a city through a traveling artist's sketchbook -- washes of color bleed beyond boundaries, lines are confident but imperfect, and every section feels like turning a page in an illustrated journal. Baskerville-refined typography adds classical authority to the painterly surfaces. The tone is professional yet warm -- a seasoned urban explorer's field guide with academic precision. Inspiration from urban sketching communities, Japanese watercolor manga backgrounds, architectural watercolor renderings, and the diagonal energy of Constructivist poster design.

## Layout Motifs and Structure
A **diagonal-sections** layout where section boundaries are slanted rather than horizontal, creating a dynamic sense of forward movement through the city-quest narrative.

**Primary structure:**
- **Sketchbook opening (100vh):** A cream-white background (#f8f5f0) with large watercolor wash effect (CSS gradient with irregular edges simulating paint bleed) in dopamine-neon tones (bright coral, electric lavender). The title "XITY.QUEST" in refined Baskerville at center, with a thin underline that extends diagonally downward to the right, leading the eye toward the first section.
- **Diagonal content sections:** Sections separated by diagonal CSS clip-paths (10-15 degree angle), each section slightly overlapping the previous. Content within remains horizontal (readable), only the section boundaries are diagonal. Alternating background colors from the palette create a patchwork effect.
- **Wave-form section accents:** Within certain sections, wavy SVG paths (mimicking watercolor wash edges) run horizontally as decorative elements. Colors: bright coral, lavender, and teal washes at 0.15-0.25 opacity.
- **Nature elements in margins:** Small watercolor-style SVG illustrations of natural elements (trees, flowers, birds) that might be found in a city park, positioned in section margins.
- **Glitch-reveal transitions:** When scrolling between sections, a brief glitch effect (horizontal displacement, 80ms) plays at the diagonal boundary, as if the sketchbook page is being turned by digital means.

**Spatial relationships:** Diagonal clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 calc(100% - 40px)). Content within: horizontal, max-width: 720px, centered. Section padding: 100px top (extra to account for diagonal clip overlap).

## Typography and Palette
**Fonts:**
- **Display/Headlines:** "Libre Baskerville" (Google Fonts) -- a refined Baskerville with strong contrast and sharp serifs, used at clamp(32px, 5vw, 64px). Weight 700. The classical authority of Baskerville grounds the painterly surfaces in typographic tradition.
- **Body text:** "Nunito" (Google Fonts) -- a rounded sans-serif at 16px/1.7 line-height. Weight 400 for body, 700 for emphasis. The soft rounding complements the watercolor aesthetic.
- **Adventure labels:** "Kalam" (Google Fonts) -- a handwritten font at 14px for margin annotations, location labels, and sketch-style callouts. Weight 400. The handwriting reinforces the sketchbook metaphor.

**Color Palette:**
- **Cream base:** #f8f5f0 (sketchbook paper)
- **Coral dopamine:** #ff6b6b (bright coral for primary washes)
- **Lavender electric:** #a080e0 (electric lavender for secondary washes)
- **Teal fresh:** #40c8b8 (bright teal for tertiary accents)
- **Wash pink:** #ffe0e0 (diluted coral for section backgrounds)
- **Wash lavender:** #e8e0f8 (diluted lavender for section backgrounds)
- **Text primary:** #2a2828 (near-black for body text)
- **Text muted:** #6a6868 (gray for metadata)

## Imagery and Motifs
**Core visual motifs:**
- **Nature element watercolor illustrations:** Small SVG illustrations of city-park nature -- a single tree, a bird in flight, a cluster of flowers -- rendered in a watercolor style (soft edges, gradient fills with feGaussianBlur filter). Positioned in margins and at section transitions.
- **Wave-form decorative paths:** Wavy SVG paths (sine-curve variations) running horizontally through sections, filled with semi-transparent watercolor washes. These represent water features or flowing movement through the urban landscape.
- **Watercolor wash backgrounds:** CSS-generated watercolor effects using multiple overlapping radial-gradients with large blur radii and low opacity, creating irregular color pools that bleed beyond their containers.
- **Glitch transitions at diagonal boundaries:** Brief CSS glitch effect (80ms) triggered by Intersection Observer at section boundaries. Implementation: pseudo-element with clip-path offset and color-channel separation for a single frame.

## Prompts for Implementation
**Traveling artist's sketchbook experience:** The site should feel like flipping through a watercolor journal of urban exploration. Colors bleed, edges are soft, typography is precise but set against painterly chaos. The diagonal sections create the rhythm of page-turning.

**Diagonal section implementation:**
- .section:nth-child(odd) { clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 calc(100% - 40px)); background: #ffe0e0; }
- .section:nth-child(even) { clip-path: polygon(0 40px, 100% 0, 100% calc(100% - 40px), 0 100%); background: #e8e0f8; }
- padding-top: 100px; padding-bottom: 100px; to account for clipped areas.
- margin-top: -40px; on each section to interlock diagonals.

**Watercolor wash CSS:**
- background: radial-gradient(ellipse at 20% 30%, rgba(255,107,107,0.15) 0%, transparent 50%), radial-gradient(ellipse at 70% 60%, rgba(160,128,224,0.12) 0%, transparent 40%), radial-gradient(ellipse at 50% 80%, rgba(64,200,184,0.1) 0%, transparent 45%);
- Layer over base cream for multi-color wash effect.

**Wavy SVG decorative paths:**
- <svg viewBox="0 0 1200 40"><path d="M0,20 Q150,0 300,20 Q450,40 600,20 Q750,0 900,20 Q1050,40 1200,20" fill="none" stroke="rgba(255,107,107,0.2)" stroke-width="2"/></svg>

**AVOID:** CTA-heavy layouts, pricing blocks, stat-grids, rigid grid alignments. Embrace organic, painterly flow.

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

1. **Diagonal section boundaries with interlocking clip-paths:** The angled section transitions that physically interlock (one section's bottom angle matching the next's top angle) create a dynamic, forward-moving visual rhythm unique among all designs.

2. **Watercolor wash CSS effects as sketchbook metaphor:** Using layered radial-gradients to simulate watercolor paint washes creates an art-medium-specific visual language that goes beyond generic decorative gradients.

3. **Glitch transitions at diagonal boundaries:** The brief digital disruption at the analog-feeling diagonal page turns creates a unique tension between the handmade sketchbook aesthetic and its digital medium.

**Chosen seed/style:** aesthetic: watercolor, layout: diagonal-sections, typography: baskerville-refined, palette: dopamine-neon, patterns: glitch, imagery: nature-elements, motifs: wave-forms, tone: professional

**Avoided overused patterns:** photography imagery (90%), centered layout (98%), card-grid layout (96%), warm palette (94%), parallax patterns (99%), mono typography (81%), mysterious-moody tone (70%).
<!-- DESIGN STAMP
  timestamp: 2026-03-21T16:06:28
  domain: xity.quest
  seed: seed
  aesthetic: xity.quest is a watercolor-washed adventure through an imagined city, where hand...
  content_hash: 27eb816991fa
-->
