# Design Language for mystery.boo

## Aesthetics and Tone
mystery.boo channels a cinematic aesthetic — the widescreen, high-contrast drama of film noir and thriller cinema applied to a mystery and supernatural discovery platform. The site unfolds like a movie — every section a scene, every scroll a cut, every interaction a reveal that builds tension toward the next mystery. Inspiration draws from the title sequences of David Fincher films, the atmospheric tension of Saul Bass's poster designs, the moody grain of 1970s thriller cinematography, and the dramatic lighting of Roger Deakins. The tone is energetic — high-voltage, exclamation-rich language that delivers each mystery reveal with the intensity of a trailer voiceover.

## Layout Motifs and Structure
The layout uses a **broken-grid** architecture — content blocks that deliberately break alignment, creating the visual tension and unease appropriate for a mystery platform.

**Broken Grid Architecture:**
- Base grid: 12 columns, but content breaks alignment intentionally
- Blocks offset by 1-2 columns from expected position
- Overlapping elements with z-index layering
- Full-bleed dramatic sections breaking the grid entirely
- Container: max-width: 1100px with content breaking outside
- The broken alignment creates visual suspense

**Section Sequence:**
1. **Opening Credits:** Hero with oversized-display title on dopamine-neon gradient, marble-texture dramatic surfaces, book-scholarly aged paper overlays
2. **Acts:** Mystery chapters in broken-grid layout — parallax interactive scene panels with marble-texture backgrounds
3. **Evidence:** Clue gallery in overlapping broken-grid blocks with book-scholarly reference styling and dramatic lighting
4. **Cast:** Character/entity profiles breaking grid alignment with cinematic crop treatments
5. **End Credits:** Footer as film credits — energetic closing with scrolling credits motif and marble surface treatment

## Typography and Palette
**Typography:**
- **Headlines:** "Anton" (Google Fonts) — oversized condensed display at 3.5rem-5rem, weight 400, uppercase. Its cinematic poster quality creates the dramatic impact of a thriller title card.
- **Body Text:** "Source Sans 3" (Google Fonts) — clean sans at 0.95rem, weight 400, line height 1.7.
- **Accent:** "Source Serif 4" (Google Fonts) — editorial serif at 1.1rem, weight 400, italic for mystery excerpts.
- **Labels:** "Source Sans 3" at 0.7rem, weight 600, uppercase, letter-spacing 0.1em.

**Color Palette:**
- **Cinema Black:** #08060c — deep cinematic black for backgrounds
- **Screen Dark:** #140e18 — dark purple-black for panels
- **Neon Magenta:** #e030a0 — intense neon magenta for primary accent
- **Neon Electric:** #30c8f0 — electric neon blue for secondary accent
- **Neon Amber:** #f0a020 — hot neon amber for tertiary accent
- **Screen Light:** #e0d0e8 — cool light purple for text
- **Dim:** #504060 — muted purple for secondary text
- **Border Glow:** rgba(224,48,160,0.15) — neon border glow

## Imagery and Motifs
**Marble-Texture Dramatic Surfaces:** Mystery panels use marble-like surface textures — CSS gradients simulating veined marble: repeating-linear-gradient with multiple color stops (rgba(224,48,160,0.02), transparent, rgba(48,200,240,0.02)) at varied angles (45deg, 135deg, 200deg). The marble creates the cold, monumental quality of a mausoleum or courthouse.

**Parallax Scene Depth:** Content sections feature parallax-scroll depth — background elements (marble textures, neon glows) scroll at 0.3x speed while foreground content scrolls at 1x, creating cinematic depth of field. CSS: background-attachment: fixed with transform: translateZ(-1px) scale(2) for parallax layers.

**Book-Scholarly Evidence Styling:** Mystery evidence and clue sections styled as academic references — thin serif borders, footnote-style numbering (superscript, Source Serif), pull-quote formatting with left-border accent (3px solid Neon Magenta). The scholarly treatment adds authority to supernatural content.

**Dopamine-Neon Spotlight Effects:** Key reveals illuminated by intense neon spotlights — radial-gradient(at 50% 50%, rgba(224,48,160,0.08), transparent 40%) with additional gradients in Neon Electric (rgba(48,200,240,0.05)) creating the colored lighting of a theatrical stage.

**Broken-Grid Tension Overlaps:** Content blocks deliberately overlap by 20-40px with contrasting z-index values. The overlapping creates visual tension — blocks competing for attention like competing theories about the same mystery.

## Prompts for Implementation
Build the page as a cinematic mystery experience. Broken grid: .mystery-block { position: relative; margin-left: var(--offset, 0); z-index: var(--z, 1); } Use CSS custom properties to vary offsets per block.

Parallax: .parallax-bg { background-attachment: fixed; background-size: cover; } Or use transform: translateZ(-1px) scale(2) in a perspective container.

Marble texture: .marble-surface { background: linear-gradient(45deg, rgba(224,48,160,0.02) 0%, transparent 30%, rgba(48,200,240,0.02) 60%, transparent 100%), linear-gradient(135deg, rgba(240,160,32,0.01) 0%, transparent 40%); }

Book-scholarly: .evidence { border-left: 3px solid #e030a0; padding-left: 20px; font-family: 'Source Serif 4', serif; } .footnote { font-size: 0.75rem; vertical-align: super; color: #e030a0; }

Neon spotlight: .spotlight-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(at 50% 50%, rgba(224,48,160,0.08), transparent 40%); pointer-events: none; }

AVOID: Cute ghost themes, lighthearted mystery games, and casual detective aesthetics. Let cinematic drama and energetic intensity create a mystery platform that feels like stepping into a thriller where every revelation has the weight of a plot twist.

## Uniqueness Notes
1. **Cinematic for mystery platform:** Film noir and thriller aesthetics give every mystery the dramatic weight of a major motion picture.
2. **Broken-grid as visual tension:** Deliberately misaligned blocks create the unease and suspense appropriate for unsolved mysteries.
3. **Parallax as depth of field:** Multi-speed scrolling creates the cinematic depth that makes scenes feel three-dimensional.
4. **Book-scholarly as evidence authority:** Academic styling gives supernatural content the credibility of documented research.
5. **Marble-texture as monumental surfaces:** Cold marble surfaces create the gravitas of crime scenes and ancient mysteries.

**Seed/Style:** aesthetic: cinematic, layout: broken-grid, typography: oversized-display, palette: dopamine-neon, patterns: parallax, imagery: marble-texture, motifs: book-scholarly, tone: energetic

**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, broken-grid layout, dopamine-neon palette, marble-texture imagery, and energetic tone.
<!-- DESIGN STAMP
  timestamp: 2026-03-19T02:01:40
  seed: unspecified
  aesthetic: mystery.boo channels a cinematic aesthetic — the widescreen, high-contrast drama...
  content_hash: 97dc896d6c2a
-->
