# Design Language for prototype.quest

## Aesthetics and Tone
prototype.quest channels a mid-century aesthetic — the confident optimism and clean geometric forms of 1950s-60s modernist design applied to a prototyping adventure platform. The site streamlines — Eames-era furniture curves, Saul Bass title sequences, and the atomic-age belief that good design makes the future better. Inspiration draws from the Case Study Houses of Charles and Ray Eames, the title sequences of Saul Bass, the graphic identity of Herman Miller's George Nelson era, and the optimistic futurism of the 1964 World's Fair. The tone is tech-tutorial — clear, instructional language that guides builders through prototyping quests with the patient precision of a well-illustrated mid-century manual.

## Layout Motifs and Structure
The layout uses an **asymmetric** architecture — content arranged in deliberately off-center compositions that create the dynamic tension of mid-century graphic design posters.

**Asymmetric Architecture:**
- Primary content: 60% width, offset left
- Secondary panels: 35% width, offset right
- Feature moments: full-width with asymmetric internal divisions
- Diagonal section breaks creating mid-century dynamic angles
- Container: max-width: 1060px with asymmetric inner grid
- The asymmetry creates the dynamic quality of Saul Bass compositions

**Section Sequence:**
1. **Departure:** Hero with slab-serif title on muted mid-century gradient, lens-flare atomic starburst accents, floating-elements suspended geometric mobiles
2. **Quests:** Prototype challenges in asymmetric panels — magnetic interactive element attraction with lens-flare focused spotlight effects
3. **Blueprint:** Featured quest in full-width asymmetric split with floating-elements mobile decorations and lens-flare detail lighting
4. **Workshop:** Build tools in offset grid with floating-elements workshop tools motif
5. **Homeward:** Footer as return journey — tech-tutorial closing with floating-elements settled mobile and instructional farewell

## Typography and Palette
**Typography:**
- **Headlines:** "Alfa Slab One" (Google Fonts) — slab serif at 2.4rem-3.2rem, weight 400. Its bold, confident slab forms create the authoritative manual-cover quality of mid-century technical publications.
- **Body Text:** "Nunito Sans" (Google Fonts) — clean sans at 0.9rem, weight 400, line height 1.8.
- **Accent:** "Alfa Slab One" at 1.1rem for quest titles and milestone labels.
- **Labels:** "Nunito Sans" at 0.65rem, weight 600, uppercase, letter-spacing 0.08em.

**Color Palette:**
- **MCM Cream:** #f4ece0 — warm mid-century cream for backgrounds
- **MCM Olive:** #607848 — muted olive for primary accent
- **MCM Rust:** #c06838 — warm rust for secondary accent
- **MCM Teal:** #388890 — teal blue for tertiary accent
- **MCM Charcoal:** #2c2820 — warm charcoal for text
- **MCM Mustard:** #c8a030 — warm mustard for highlights
- **Border MCM:** rgba(96,120,72,0.1) — olive tint border

## Imagery and Motifs
**Lens-Flare Atomic Starbursts:** Quest milestones feature atomic-age starburst flares — radial-gradient(at 50% 50%, rgba(192,104,56,0.08), transparent 25%) combined with thin lines (1px, 30-40px) radiating from center points. The starbursts create the atomic-age optimism of mid-century scientific illustration.

**Magnetic Element Attraction:** Interactive quest elements respond to cursor proximity — elements within 200px radius shift position by calc((cursor-x - element-x) * 0.02)px, creating the mobile-like quality of Calder sculptures responding to air currents.

**Floating-Elements Geometric Mobiles:** Suspended geometric shapes (circles, triangles, rectangles, 12-24px) connected by thin lines (1px) in MCM Olive, Rust, and Teal at 0.1 opacity. CSS animation: gentle sway (translateX -3px to 3px over 5s ease-in-out). The mobiles create the Calder-inspired quality of mid-century kinetic art.

**Muted Mid-Century Palette:** Backgrounds use restrained earth tones with occasional bold accent — radial-gradient(at 70% 30%, rgba(96,120,72,0.03), transparent 40%), radial-gradient(at 30% 70%, rgba(192,104,56,0.02), transparent 35%). The muted palette creates the sophisticated restraint of mid-century color theory.

**Boomerang Decorative Shapes:** Curved boomerang forms (SVG paths, 40-60px) in MCM accent colors at 0.06 opacity scattered as section decorations. The boomerangs create the iconic mid-century pattern language of atomic-age surface design.

## Prompts for Implementation
Build the page as a mid-century prototyping quest manual. Asymmetric: .quest-grid { display: grid; grid-template-columns: 60% 35%; gap: 5%; max-width: 1060px; margin: 0 auto; padding: 80px 24px; } .quest-full { grid-column: 1 / -1; }

Magnetic: .quest-item { transition: transform 200ms ease-out; } /* JS: calculate cursor distance, apply proportional offset */

Floating mobile: .mobile-shape { animation: mobileSway 5s ease-in-out infinite; } @keyframes mobileSway { 0%, 100% { transform: translateX(-3px); } 50% { transform: translateX(3px); } }

Starburst: .atomic-burst { position: relative; } .atomic-burst::after { content: ''; position: absolute; inset: 0; background: radial-gradient(at 50% 50%, rgba(192,104,56,0.08), transparent 25%); pointer-events: none; }

Boomerang: .mcm-boomerang { width: 50px; height: 20px; border: 2px solid var(--boom-color, rgba(96,120,72,0.06)); border-radius: 50% 50% 0 0; border-bottom: none; transform: rotate(var(--boom-angle, -15deg)); }

AVOID: Standard quest platforms, corporate gamification dashboards, and minimal challenge trackers. Let mid-century optimism and tech-tutorial clarity create a prototyping quest where every build challenge feels like a page from a beautifully illustrated atomic-age manual.

## Uniqueness Notes
1. **Mid-century for prototyping quests:** Atomic-age optimism makes prototype challenges feel like adventures in a future that believes in better design.
2. **Magnetic as Calder mobile:** Cursor-responsive elements create the kinetic quality of mid-century sculptural art responding to environment.
3. **Floating-elements as geometric mobiles:** Suspended shapes connected by thin lines create the Calder-inspired quality of balanced kinetic compositions.
4. **Atomic starbursts as milestones:** Radial light bursts mark quest progress with the optimistic energy of atomic-age scientific achievement.
5. **Slab-serif as manual authority:** Bold slab typography creates the confident, instructional quality of mid-century technical manuals.

**Seed/Style:** aesthetic: mid-century, layout: asymmetric, typography: slab-serif, palette: muted, patterns: magnetic, imagery: lens-flare, motifs: floating-elements, tone: tech-tutorial

**Avoided Overused Patterns:** corporate aesthetic (87%), parallax patterns (92%), asymmetric layout (90%), mono typography (93%), warm palette (94%), friendly tone (88%), minimal imagery (92%). This design uses mid-century aesthetic, asymmetric layout, muted palette, lens-flare imagery, and tech-tutorial tone.
<!-- DESIGN STAMP
  timestamp: 2026-03-19T03:04:14
  domain: prototype.quest
  seed: unspecified
  aesthetic: prototype.quest channels a mid-century aesthetic — the confident optimism and cl...
  content_hash: 6162bbe14d98
-->
