# Design Language for political.quest

## Aesthetics and Tone
political.quest channels a cinematic aesthetic — the widescreen, dramatically lit visual language of prestige cinema applied to a political quest and civic engagement platform. The site screens — content framed in cinematic aspect ratios, dramatic lighting sculpting each political narrative, and the compelling quality of political stories told with the visual gravity of award-winning documentaries. Inspiration draws from the cinematography of Roger Deakins, the documentary framing of Ken Burns, the dramatic lighting of Caravaggio (applied to modern UI), and the widescreen editorial of Bloomberg Businessweek. The tone is warm-inviting — embracing, welcoming language that invites citizens into political engagement as a shared, communal quest rather than a solitary burden.

## Layout Motifs and Structure
The layout uses a **stacked-sections** architecture — content organized in full-width horizontal sections that create the cinematic quality of sequential scenes, each political quest chapter stacked like frames in a film reel.

**Stacked Sections Architecture:**
- Full-width sections with contained content (max-width: 900px)
- Alternating section treatments: dark/light, wide/narrow
- Feature sections: 80vh minimum height for cinematic drama
- Standard sections: auto height with generous 60px padding
- Container: full-width sections, 900px content
- Each section a scene in the political quest narrative

**Section Sequence:**
1. **Opening:** Hero as title card with playful-rounded title on midnight-blue cinematic gradient, lens-flare dramatic spotlight effects, tech analytical UI overlays
2. **Act I:** Political context in cinematic section — elastic interactive narrative expansion with lens-flare dramatic emphasis lighting
3. **Act II:** Quest challenges in dark cinematic sections with tech analytical framework overlays and lens-flare tension lighting
4. **Act III:** Resolution paths in lighter sections with lens-flare hopeful lighting
5. **Credits:** Footer as closing credits — warm-inviting roll-call with tech final readout and hopeful sign-off

## Typography and Palette
**Typography:**
- **Headlines:** "Quicksand" (Google Fonts) — playful rounded sans at 2.2rem-3.2rem, weight 700. Its soft, approachable forms make political quest engagement feel friendly and inviting rather than intimidating.
- **Body Text:** "Nunito" (Google Fonts) — rounded sans at 0.95rem, weight 400, line height 1.75.
- **Accent:** "Quicksand" at 1.1rem, weight 600 for quest objectives and chapter titles.
- **Labels:** "Quicksand" at 0.7rem, weight 600, uppercase, letter-spacing 0.06em.

**Color Palette:**
- **Midnight Deep:** #080c18 — deep midnight for dark sections
- **Navy Surface:** #101828 — navy surface for panels
- **Midnight Blue:** #2868b0 — rich midnight blue for primary accent
- **Civic Gold:** #d0a030 — civic gold for secondary accent
- **Hope Green:** #48a068 — hope green for tertiary accent
- **Screen Light:** #e0e8f0 — bright screen for text on dark
- **Shadow Navy:** #304060 — navy shadow for secondary text
- **Border Civic:** rgba(40,104,176,0.1) — civic blue border

## Imagery and Motifs
**Lens-Flare Dramatic Lighting:** Cinematic light effects — radial-gradient spots (100-200px) in Civic Gold (rgba(208,160,48,0.04)) and Midnight Blue (rgba(40,104,176,0.03)) positioned at scene-appropriate locations. Hero: upper-right flare. Challenge scenes: lower edge tension flare. Resolution: centered hope flare. The lighting sculpts each political scene with cinematic drama.

**Elastic Narrative Expansion:** Political content uses elastic animation on scroll — opacity 0 to 1 with scale(0.96) to scale(1) using cubic-bezier(0.25, 1.3, 0.5, 1) over 500ms. The elastic overshoot gives narrative reveals the dramatic weight of cinematic reveals — content arriving with the impact of a documentary revelation.

**Tech Analytical Overlays:** Thin analytical UI elements (1px lines, corner brackets, data labels) in Midnight Blue at 0.06 opacity overlaid on quest sections. The tech overlays create the analytical quality of a documentary's data graphics — political information presented with systematic clarity.

**Midnight-Blue Cinematic Depth:** Dark sections use layered midnight blues — background: #080c18 with radial-gradient(at 50% 50%, rgba(40,104,176,0.02), transparent 60%). The depth creates the cinematic quality of a darkened theater where political stories unfold.

**Stacked Scenes Alternation:** Sections alternate between Midnight Deep and slightly lighter Navy Surface backgrounds, creating visual rhythm. Dark-to-light transitions suggest the political quest's emotional arc — from uncertainty through challenge to resolution.

## Prompts for Implementation
Build the page as a cinematic political quest. Stacked: .quest-scene { width: 100%; padding: 60px 24px; } .quest-scene .content { max-width: 900px; margin: 0 auto; } .quest-scene.feature { min-height: 80vh; display: flex; align-items: center; }

Elastic reveal: .narrative-block { opacity: 0; transform: scale(0.96); transition: all 500ms cubic-bezier(0.25, 1.3, 0.5, 1); } .narrative-block.visible { opacity: 1; transform: scale(1); }

Lens flare: .scene-flare { position: absolute; border-radius: 50%; background: radial-gradient(circle, var(--flare-color, rgba(208,160,48,0.04)), transparent 70%); width: var(--flare-size, 200px); height: var(--flare-size, 200px); pointer-events: none; }

Tech overlay: .tech-bracket { position: absolute; width: 16px; height: 16px; border: 1px solid rgba(40,104,176,0.08); } .tech-bracket.tl { border-right: none; border-bottom: none; top: 12px; left: 12px; }

Scene alternation: .quest-scene:nth-child(odd) { background: #080c18; } .quest-scene:nth-child(even) { background: #101828; }

AVOID: Partisan political platforms, corporate civic engagement tools, and gamified political point systems. Let cinematic drama and warm-inviting language create a political quest where civic engagement feels like joining an epic, compelling story.

## Uniqueness Notes
1. **Cinematic for political quest:** Film-language visual design makes civic engagement feel like participating in a compelling documentary narrative.
2. **Stacked-sections as film scenes:** Sequential full-width sections create the quality of scenes in a political drama unfolding frame by frame.
3. **Elastic as dramatic reveal:** Narrative content arriving with elastic weight creates the impact of documentary revelations.
4. **Lens-flare as emotional lighting:** Dramatic light effects sculpt each political scene with appropriate emotional atmosphere.
5. **Midnight-blue as theater depth:** Dark cinematic palette creates the immersive quality of a darkened theater focused on political storytelling.

**Seed/Style:** aesthetic: cinematic, layout: stacked-sections, typography: playful-rounded, palette: midnight-blue, patterns: elastic, imagery: lens-flare, motifs: tech, tone: warm-inviting

**Avoided Overused Patterns:** corporate aesthetic (84%), parallax patterns (90%), asymmetric layout (88%), mono typography (91%), warm palette (93%), friendly tone (84%), minimal imagery (89%). This design uses cinematic aesthetic, stacked-sections layout, midnight-blue palette, lens-flare imagery, and warm-inviting tone.
<!-- DESIGN STAMP
  timestamp: 2026-03-19T02:32:57
  domain: political.quest
  seed: unspecified
  aesthetic: political.quest channels a cinematic aesthetic — the widescreen, dramatically li...
  content_hash: 087d7e92ff2d
-->
