# Design Language for turingtest.quest

## Aesthetics and Tone
turingtest.quest is a blobitecture playground where organic, inflated forms create a soft, approachable world for exploring artificial intelligence challenges. The visual language draws from the rounded, blob-like architecture of firms like MVRDV and BIG, where buildings look like they were inflated rather than constructed. Surfaces are smooth, edges are rounded, and everything feels gently pressurized -- like the interior of a bouncy castle designed by a computer scientist. The tone is warm and inviting -- a friendly neighborhood AI lab where the Turing test is presented not as a threat but as a fascinating puzzle. Think of a children's science museum exhibit about AI, but designed for adults who appreciate both the wonder and the rigor. Inspiration from inflatable architecture, stress balls, and the rounded UI of early macOS Aqua interfaces.

## Layout Motifs and Structure
A **stacked-sections** layout where each section is a self-contained "blob room" with its own rounded container, creating the feeling of moving through connected chambers.

**Primary structure:**
- **Welcome blob (100vh):** A large rounded container (border-radius: 48px) centered on a cool gray background (#e8eaed). Inside: the title "TURING TEST QUEST" in playful rounded typography, with a morphing SVG blob shape behind it that continuously deforms (4-5 control points oscillating). Below the title, a subtitle in lighter weight: "Can you tell the difference?"
- **Challenge blobs (4 sections):** Each section is a rounded card (border-radius: 32px, max-width: 900px, centered) with internal padding of 48px. Each card has a unique background tint (see palette). Content includes a challenge description and an interactive morph animation -- a shape that transitions between "human" (organic, asymmetric) and "machine" (geometric, symmetric) forms.
- **Quiz blob:** A section styled as an oversized rounded button (border-radius: 999px) that spans 80% width, containing a simple interactive question with two minimal response options.
- **City-skyline footer:** A row of rounded-top shapes (semicircles, quarter-circles) representing a city skyline built entirely from blob-architecture forms.

**Spatial relationships:** Blob sections have 48px gaps between them. Each blob is centered with auto margins. Background extends edge-to-edge in cool gray while blob containers float within.

## Typography and Palette
**Fonts:**
- **Headlines:** "Nunito" (Google Fonts) -- a fully rounded sans-serif with soft terminals, used at clamp(32px, 5vw, 64px). Weight 800 (ExtraBold). The perfectly rounded letterforms ARE blobitecture in typographic form.
- **Body text:** "Quicksand" (Google Fonts) -- a rounded geometric sans-serif at 16px/1.7 line-height. Weight 400 for body, 600 for emphasis. The gentle roundness maintains the soft, approachable feeling throughout reading.
- **Labels/Interactive:** "Varela Round" (Google Fonts) -- a rounded grotesque at 14px for button labels, tags, and interactive element text. Weight 400. The single available weight keeps labels clean and uniform.

**Color Palette:**
- **Background cool:** #e8eaed (light cool gray)
- **Blob surface 1:** #f0f5ff (ice blue tint)
- **Blob surface 2:** #f5f0ff (soft lavender tint)
- **Blob surface 3:** #f0fff5 (mint tint)
- **Blob surface 4:** #fff5f0 (peach tint)
- **Text primary:** #2a3040 (cool dark blue-gray)
- **Text muted:** #7a8090 (medium cool gray)
- **Accent teal:** #4ecdc4 (bright teal for interactive elements)

## Imagery and Motifs
**Core visual motifs:**
- **Morphing SVG blobs:** The signature visual element. SVG shapes with 4-6 bezier control points that oscillate via JavaScript (requestAnimationFrame), creating perpetually deforming organic shapes. Fill colors use soft gradients (e.g., linear-gradient from #4ecdc4 to #a0e0d8). The morph is slow (4s cycle) and hypnotic.
- **Minimal iconography:** Simple line icons (2px stroke, no fill) representing core concepts -- a brain, a robot, a question mark, a handshake. Drawn in cool dark (#2a3040). 24px consistent size.
- **City-urban blob skyline:** The footer skyline is composed entirely of rounded shapes -- semicircles for domes, rounded rectangles for buildings, quarter-circles for arches. All shapes use different blob surface colors, creating a pastel cityscape.
- **Morph transition between states:** Interactive elements transition between two states -- organic (border-radius varies per corner: 30% 70% 70% 30% / 30% 30% 70% 70%) and geometric (border-radius: 50% or 0%) -- representing the human/machine duality.

## Prompts for Implementation
**Blobitecture chambers experience:** The site should feel like walking through connected rooms in an inflatable building. Each section is a room with its own color atmosphere. Transitions between rooms should be gentle (scroll-margin-top: 24px on section elements).

**SVG blob morph implementation:**
- Define 4-6 anchor points around a circle path.
- Each point has a base position and an oscillation range (±20px).
- Use requestAnimationFrame to update point positions with sine-wave offsets at different frequencies (0.5-2Hz).
- Reconstruct the SVG path using smooth cubic bezier curves between points.

**Blob container styling:**
- .blob-section { border-radius: 32px; background: var(--blob-color); padding: 48px; margin: 24px auto; max-width: 900px; box-shadow: 0 8px 32px rgba(0,0,0,0.06); }
- Organic asymmetric border-radius on hover: transition to border-radius: 40% 60% 50% 50% / 60% 40% 50% 50% over 800ms.

**Morph animation on interactive elements:**
- Default state: border-radius: 30% 70% 70% 30% / 30% 30% 70% 70% (organic).
- Hover state: border-radius: 50% (geometric/perfect circle).
- Transition: 600ms cubic-bezier(0.4, 0, 0.2, 1).

**AVOID:** CTA-heavy layouts, pricing blocks, stat-grids, sharp corners, angular aesthetics. Everything must be rounded.

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

1. **Blobitecture as information architecture:** Using inflated, rounded containers as literal rooms that the user scrolls through creates an architectural metaphor unique among all designs -- the blob shapes are not decorative but structural.

2. **Human/machine morph duality in interactive elements:** Elements that transition between organic (asymmetric border-radius) and geometric (perfect circle) states visually represent the core Turing test question in every interaction.

3. **Pastel blob-cityscape footer:** A city skyline composed entirely of rounded architectural forms (semicircles, dome shapes) in pastel tints is an original visual concept not replicated elsewhere.

**Chosen seed/style:** aesthetic: blobitecture, layout: stacked-sections, typography: playful-rounded, palette: cool-grays, patterns: morph, imagery: minimal, motifs: city-urban, tone: warm-inviting

**Avoided overused patterns:** photography imagery (90%), centered layout (98% -- though sections are centered, the blob containers break the typical centered feel), card-grid layout (96%), warm palette (94%), parallax patterns (99%), mono typography (81%), mysterious-moody tone (70%).
<!-- DESIGN STAMP
  timestamp: 2026-03-21T16:06:09
  domain: turingtest.quest
  seed: seed
  aesthetic: turingtest.quest is a blobitecture playground where organic, inflated forms crea...
  content_hash: 541c2075e86c
-->
