# Design Language for ppuzzl.com

## Aesthetics and Tone
ppuzzl.com channels a memphis aesthetic — the bold, pattern-heavy, joyfully chaotic visual language of the Memphis Group applied to PPUZZL's main company platform. The site celebrates organized chaos — geometric patterns clashing playfully, primary shapes serving as both decoration and navigation, and the confident conviction that a puzzle company should look like its product: colorful, engaging, and impossible to ignore. Inspiration draws from the furniture of Ettore Sottsass, the textile patterns of Nathalie du Pasquier, the bold interiors of Memphis Milano, and the playful geometry of Camille Walala. The tone is approachable-casual — relaxed, friendly language that invites everyone to join the puzzle.

## Layout Motifs and Structure
The layout uses a **dashboard** architecture — content organized in a multi-panel command center that presents PPUZZL's products, services, and community as an organized puzzle board.

**Dashboard Architecture:**
- CSS Grid: 12-column base for flexible panel arrangement
- Primary panels: span 6-8 columns
- Secondary panels: span 4-6 columns
- Memphis-patterned panel borders and backgrounds
- Container: max-width: 1060px centered
- The dashboard IS the puzzle board — every panel a piece

**Section Sequence:**
1. **Puzzle Box:** Hero dashboard with slab-serif title on burgundy-cream Memphis gradient, glassmorphic-cards translucent product previews, book-scholarly knowledge reference accents
2. **Pieces:** Product features in dashboard grid — stagger interactive panel animation with glassmorphic-cards product showcase surfaces
3. **Assembly:** Company services in expanded dashboard with book-scholarly documentation panels and glassmorphic-cards translucent overlays
4. **Picture:** Community and results in dashboard with glassmorphic-cards community windows
5. **Complete:** Footer as puzzle completion — approachable-casual celebration with book-scholarly final reference and satisfied sign-off

## Typography and Palette
**Typography:**
- **Headlines:** "Zilla Slab" (Google Fonts) — slab serif at 2.2rem-3rem, weight 700. Its bold, mechanical slab forms create the solid, dependable voice of a puzzle company that builds things.
- **Body Text:** "Nunito" (Google Fonts) — rounded sans at 0.95rem, weight 400, line height 1.75.
- **Accent:** "Zilla Slab" at 1.1rem, weight 500 for product names and service labels.
- **Labels:** "Nunito" at 0.7rem, weight 600, uppercase, letter-spacing 0.06em.

**Color Palette:**
- **Burgundy Deep:** #2c0818 — deep burgundy for backgrounds
- **Burgundy Surface:** #3c1020 — rich burgundy for panels
- **Cream Warm:** #f0e0c8 — warm cream for primary accent
- **Memphis Pink:** #d86080 — Memphis pink for secondary accent
- **Memphis Teal:** #38a8b0 — Memphis teal for tertiary accent
- **Cream Text:** #f8f0e0 — warm cream for text on dark
- **Shadow Wine:** #582838 — wine shadow for secondary text
- **Border Memphis:** rgba(240,224,200,0.1) — cream border

## Imagery and Motifs
**Glassmorphic-Cards Product Windows:** Product panels use glassmorphism — background: rgba(60,16,32,0.7); backdrop-filter: blur(12px); border: 1px solid rgba(240,224,200,0.08); border-radius: 16px. The frosted-glass quality creates floating product windows where PPUZZL features are visible through translucent puzzle surfaces.

**Stagger Panel Animation:** Dashboard panels enter with staggered timing — opacity 0 to 1 with translateY(16px) to translateY(0), each panel delayed by calc(var(--i) * 60ms) over 400ms ease-out. The stagger creates the quality of puzzle pieces falling into place one by one.

**Book-Scholarly Reference Elements:** Small reference-style elements — page number indicators (small text in circles), footnote markers, and index-style labels in Cream Warm at 0.6 opacity. The scholarly elements give PPUZZL's content the organized, well-documented quality of a reference manual for puzzle enthusiasts.

**Burgundy-Cream Memphis Warmth:** The palette uses deep burgundy with warm cream accents — Memphis Pink and Teal providing color variety. Background: radial-gradient(at 50% 40%, rgba(216,96,128,0.03), transparent 50%) on Burgundy Deep. The burgundy-cream creates the rich, inviting quality of a well-appointed game room.

**Memphis Pattern Strips:** Section dividers use geometric Memphis patterns — repeating triangles, zigzags, and dots in Memphis Pink, Teal, and Cream at 0.06-0.08 opacity. The patterns create the decorative Memphis quality between dashboard panels.

## Prompts for Implementation
Build the page as a Memphis puzzle dashboard. Grid: display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; .panel-wide { grid-column: span 8; } .panel-narrow { grid-column: span 4; } Container: max-width: 1060px; margin: 0 auto; padding: 60px 24px.

Glassmorphic: .glass-panel { background: rgba(60,16,32,0.7); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(240,224,200,0.08); border-radius: 16px; padding: 28px; }

Stagger: .dash-panel { opacity: 0; transform: translateY(16px); transition: all 400ms ease-out; transition-delay: calc(var(--i) * 60ms); } .dash-panel.visible { opacity: 1; transform: translateY(0); }

Memphis strips: .memphis-divider { height: 8px; background: repeating-linear-gradient(90deg, rgba(216,96,128,0.06) 0px, rgba(216,96,128,0.06) 8px, rgba(56,168,176,0.06) 8px, rgba(56,168,176,0.06) 16px, rgba(240,224,200,0.06) 16px, rgba(240,224,200,0.06) 24px); }

Book reference: .ref-marker { display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; border-radius: 50%; border: 1px solid rgba(240,224,200,0.2); font-size: 0.6rem; color: rgba(240,224,200,0.6); }

AVOID: Standard company websites, corporate SaaS platforms, and polished product landing pages. Let Memphis playfulness and approachable-casual warmth create a company platform where PPUZZL feels like a puzzle you want to solve — colorful, engaging, and irresistibly fun.

## Uniqueness Notes
1. **Memphis for puzzle company:** Bold pattern language makes PPUZZL feel as colorful and engaging as its namesake puzzles.
2. **Dashboard as puzzle board:** Multi-panel layout presents company features as an organized collection of interlocking puzzle pieces.
3. **Stagger as pieces falling into place:** Sequentially appearing panels create the satisfying quality of a puzzle assembling itself.
4. **Glassmorphic as puzzle windows:** Translucent panels create peekable windows where features are visible through frosted puzzle surfaces.
5. **Burgundy-cream as game room:** Rich, warm palette creates the inviting quality of a well-appointed room for puzzle enthusiasts.

**Seed/Style:** aesthetic: memphis, layout: dashboard, typography: slab-serif, palette: burgundy-cream, patterns: stagger, imagery: glassmorphic-cards, motifs: book-scholarly, tone: approachable-casual

**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 memphis aesthetic, dashboard layout, burgundy-cream palette, glassmorphic-cards imagery, and approachable-casual tone.
<!-- DESIGN STAMP
  timestamp: 2026-03-19T02:49:29
  domain: ppuzzl.com
  seed: unspecified
  aesthetic: ppuzzl.com channels a memphis aesthetic — the bold, pattern-heavy, joyfully chao...
  content_hash: e772702a7e49
-->
