# Design Language for monopole.boo

## Aesthetics and Tone
monopole.boo (Monopole — magnetic monopole, a theoretical physics concept) channels a y2k-futurism aesthetic — chrome surfaces, iridescent gradients, and the techno-optimism of the early 2000s applied to a playful, spooky-themed portal for monopole physics exploration. The ".boo" extension invites a ghost-physics mashup — monopoles as phantom particles, theorized but never captured, haunting the Standard Model like friendly poltergeists. The site merges Y2K retro-futurism with gentle spookiness. Inspiration draws from Ghostbusters' PKE meter interface, the holographic stickers of 2000s trading cards, Tim Burton's friendly-gothic aesthetic, and Windows Media Player visualizations. The tone is whimsical-creative — physics as playful ghost-hunting, where theoretical particles are friendly apparitions to discover.

## Layout Motifs and Structure
The layout uses a **broken-grid** architecture — content blocks overlap and tilt, creating the chaotic, energetic feeling of a ghost-hunting operation in progress.

**Broken-Grid Architecture:**
- Base: 12-column grid, max-width: 1100px, but cards cross boundaries
- Cards offset 15-35px from expected positions using transforms
- Select cards tilted 1-2 degrees for spooky energy
- Overlap zones: adjacent blocks share 20-40px of overlap
- Generous gaps (60-80px) between content clusters

**Section Sequence:**
1. **Haunting:** Hero with frutiger-clean title text over warm-earthy gradient, duotone-photo ghost-particle imagery, leaf-organic spectral wisps
2. **Ghost Frequencies:** Monopole detection categories in broken-grid cards with scale-hover interaction and leaf-organic decorative borders
3. **The Apparition:** Featured monopole theory explained as ghost sighting report with duotone-photo illustration and playful ghost-physics analogies
4. **Ecto-Lab:** Interactive exploration tools with scale-hover response and Y2K chrome-style interface elements
5. **Exorcism:** Footer as "ghost containment" unit — playful closing with ghost-trap ASCII art and community links

## Typography and Palette
**Typography:**
- **Headlines:** "Nunito" (Google Fonts) — frutiger-clean rounded sans at 2.5rem-3.5rem, weight 700. Its warmth and roundness soften the spooky theme into friendliness.
- **Body Text:** "Nunito" at 0.95rem, weight 400, line height 1.7.
- **Ghost Names:** "Nunito" at 1.3rem, weight 800 for particle-ghost character names.
- **Captions:** "Nunito" at 0.75rem, weight 400 for image captions and data.

**Color Palette:**
- **Earth Brown:** #3a2818 — warm brown for primary backgrounds
- **Earth Tan:** #5a4030 — medium brown for card backgrounds
- **Autumn Orange:** #c08040 — warm orange for primary accents
- **Sage Mist:** #88a870 — muted sage for secondary accents
- **Ghost White:** #f0ece0 — warm off-white for text
- **Spectral Green:** #60c080 — ethereal green for ghost-themed elements
- **Bark Dark:** #1a1008 — deep brown for heavy emphasis
- **Leaf Gold:** #c0a040 — warm gold for decorative elements

## Imagery and Motifs
**Duotone-Photo Ghost Particles:** Physics imagery processed with a warm duotone filter — CSS filter: grayscale(1) sepia(0.3) with a semi-transparent overlay in Autumn Orange (mix-blend-mode: multiply, opacity: 0.4). The warm monochrome creates the aged, spectral quality of ghost photographs from Victorian-era spirit photography.

**Leaf-Organic Spectral Wisps:** Decorative elements suggesting ghostly energy trails — SVG paths with organic, leaf-like curves (bezier paths creating flowing wisp shapes) in Spectral Green at 0.1 opacity. Animated with @keyframes drift (slight translateY and opacity variation over 6-8s, infinite). The organic forms suggest both leaves and ectoplasmic energy.

**Scale-Hover Ghost Reactions:** Content cards react to hover with a playful scale effect — transform: scale(1.03) with box-shadow deepening from 0 2px 8px rgba(0,0,0,0.1) to 0 6px 20px rgba(0,0,0,0.15). A subtle Spectral Green glow (box-shadow addition) appears on hover, as if the card's ghost is responding to attention. Transition: 250ms ease.

**Y2K Chrome Gradient Accents:** Select elements feature a Y2K chrome gradient — linear-gradient(135deg, #e0e0e0, #808080, #e0e0e0, #606060) at very low opacity (0.08) overlaid on dark surfaces, creating the metallic sheen of early-2000s interface design.

**Broken-Grid Tilt Variations:** Each card receives a slightly different rotation — CSS custom property --tilt set per card (1deg, -0.5deg, 1.5deg, -1deg) applied via transform: rotate(var(--tilt)). Creates the scattered feeling of documents spread across a ghost-hunter's desk.

## Prompts for Implementation
Build the page as a y2k ghost-physics broken grid. Grid: display: grid, grid-template-columns: repeat(12, 1fr). Cards span varying columns with overlap. Each card: transform: rotate(var(--tilt)) translateX(var(--offset-x)) translateY(var(--offset-y)).

Scale-hover: .card { transition: transform 250ms ease, box-shadow 250ms ease; } .card:hover { transform: rotate(var(--tilt)) scale(1.03); box-shadow: 0 6px 20px rgba(0,0,0,0.15), 0 0 15px rgba(96,192,128,0.1); }

Duotone photos: .ghost-photo { filter: grayscale(1) sepia(0.3); position: relative; } .ghost-photo::after { content: ''; position: absolute; inset: 0; background: #c08040; mix-blend-mode: multiply; opacity: 0.4; }

Leaf wisps: SVG paths with organic bezier curves. @keyframes drift { 0% { transform: translateY(0); opacity: 0.1; } 50% { transform: translateY(-10px); opacity: 0.15; } 100% { transform: translateY(0); opacity: 0.1; } } 6-8s infinite.

Chrome accent: .chrome-accent::before { background: linear-gradient(135deg, #e0e0e0, #808080, #e0e0e0, #606060); opacity: 0.08; position: absolute; inset: 0; pointer-events: none; }

AVOID: Genuinely scary horror aesthetics, dark-mode-only interfaces, and serious academic physics presentation. Let the Y2K-futurism playfulness and whimsical-creative tone make physics ghost-hunting feel like a delightful adventure.

## Uniqueness Notes
1. **Y2K-futurism meets friendly spooky:** Chrome surfaces and ghostly green glows create a unique retro-future haunted-science aesthetic.
2. **Broken-grid as ghost-hunter's desk:** Scattered, tilted cards recreate the chaotic energy of paranormal investigation.
3. **Duotone as Victorian spirit photography:** Warm monochrome processing gives physics imagery the spectral quality of early ghost photographs.
4. **Leaf-organic as ectoplasmic energy:** Nature-inspired wisps double as ghost trails, bridging botanical and supernatural imagery.
5. **Scale-hover as ghost reactions:** Cards responding to attention suggest the theoretical particles are alive and aware.

**Seed/Style:** aesthetic: y2k-futurism, layout: broken-grid, typography: frutiger-clean, palette: warm-earthy, patterns: scale-hover, imagery: duotone-photo, motifs: leaf-organic, tone: whimsical-creative

**Avoided Overused Patterns:** corporate aesthetic (76%), parallax patterns (85%), asymmetric layout (85%), mono typography (86%), warm palette (89%), friendly tone (76%), minimal imagery (84%). This design uses y2k-futurism aesthetic, broken-grid layout, warm-earthy palette, duotone-photo imagery, and whimsical-creative tone.
<!-- DESIGN STAMP
  timestamp: 2026-03-19T01:08:11
  seed: unspecified
  aesthetic: monopole.boo (Monopole — magnetic monopole, a theoretical physics concept) chann...
  content_hash: 5158916856c3
-->
