# Design Language for judge.quest

## Aesthetics and Tone
judge.quest embraces a maximalist aesthetic — abundant visual detail, layered textures, and an everything-at-once approach that transforms judicial quest narratives into sensory-rich environments. The site presents the quest for justice as an epic journey with the visual density of illuminated manuscripts and the saturated energy of festival posters. Inspiration draws from Alphonse Mucha's Art Nouveau compositions, maximalist editorial design from magazines like Emigre, and the ornamental richness of medieval trial records. The tone is warm-inviting — despite the visual density, every element welcomes exploration and rewards close attention. The sunset-warm palette bathes everything in golden-hour light, suggesting that the quest for justice is an ongoing journey best undertaken in good company.

## Layout Motifs and Structure
The layout uses a **card-grid** architecture — densely packed content cards of varying sizes creating a mosaic that rewards exploration and creates multiple entry points for discovery.

**Card-Grid Architecture:**
- Grid: CSS Grid with auto-fill, minmax(280px, 1fr), gap: 16px within a 1300px container
- Cards vary in height based on content, with key cards spanning 2 columns for emphasis
- Each card has a distinct background treatment from the palette (alternating warm tones)
- Card borders: 2px solid in gold/amber tones with subtle corner ornaments

**Section Composition:**
1. **Quest Banner:** Full-width hero card (spanning all columns) with layered imagery and large title
2. **Quest Paths:** 4-6 feature cards in the grid, each representing a different justice quest line
3. **Evidence Board:** Dense grid of smaller cards with mixed media — text, icons, stats
4. **Testimonies:** 2-column spanning cards for longer narrative content
5. **Quest Log:** Footer grid of compact cards linking to archives and resources

## Typography and Palette
**Typography:**
- **Headlines:** "Abril Fatface" (Google Fonts) — bold didone display with dramatic thick-thin contrast at 2.5rem-5rem, weight 400. Its ornamental quality matches maximalist richness.
- **Body Text:** "Lato" (Google Fonts) — warm humanist sans at 1rem, weight 400, line height 1.7. Comfortable reading within the visually busy environment.
- **Accent Labels:** "Abril Fatface" at 1.2rem for pull quotes and card headers.
- **Data/Meta:** "Lato" at 0.8rem, weight 700, uppercase for categories, dates, and metadata.

**Color Palette:**
- **Sunset Gold:** #e8a838 — primary warm gold for major accents and borders
- **Amber Glow:** #f5c563 — lighter gold for card backgrounds and highlights
- **Crimson Justice:** #b83030 — deep red for emphasis, warnings, and judicial severity
- **Twilight Purple:** #4a2a5a — deep purple for dark sections and contrast
- **Warm Cream:** #fdf5e6 — soft cream for primary text backgrounds
- **Evening Rose:** #d4726a — muted rose for secondary accents
- **Parchment Tan:** #e8d8c4 — warm tan for alternating card backgrounds
- **Deep Umber:** #2a1a10 — warm near-black for primary text

## Imagery and Motifs
**Mixed-Media Card Content:** Cards contain varied content types — some feature large typographic statements, others have icon-heavy layouts, others are pure color blocks with small text. This variety creates the maximalist density.

**Sharp Angle Decorations:** Decorative angular elements — chevrons, arrows, triangular section dividers — in gold/amber colors punctuate the layout. These reference quest direction and judicial pointing.

**Ornamental Card Corners:** CSS-created corner decorations on important cards — small L-shaped brackets or floral-inspired shapes in gold, created with border and pseudo-element techniques.

**Lottie-Style Micro-Animations:** Key icons within cards have subtle looping animations — a scale tipping back and forth, a quest compass needle rotating slowly, a quill writing motion. Implemented as CSS keyframe animations on SVG elements.

**Texture Overlay:** A very subtle paper grain texture (0.03 opacity) overlays the entire page, unifying the dense card composition with an aged-manuscript quality.

## Prompts for Implementation
Build the page as a dense card mosaic. The CSS Grid auto-fill creates a responsive grid that adds/removes columns based on viewport width. Cards use span-2 class for important items via grid-column: span 2.

The maximalist card variety: assign different background colors from the palette to cards in sequence (nth-child selectors). Some cards have large centered text (text-align: center, padding: 48px), others have icon-left/text-right layout, others are dense data panels.

Corner ornaments: card::before and card::after pseudo-elements positioned at top-left and bottom-right, using 20px width/height borders (border-top, border-left in gold) creating L-bracket corner marks.

Micro-animations on icons: small SVG elements with @keyframes (rotate, translateY oscillation, or scale pulse) running continuously at slow speed (3-6s loops) with ease-in-out timing. Keep animations subtle — max 2-3deg rotation, 2-3px translation.

The hero banner uses a layered composition: background gradient in sunset colors, a large semi-transparent decorative pattern (CSS repeating pattern), and bold title text with text-shadow for depth.

AVOID: CTA-heavy pricing blocks and generic SaaS stat-grids. The maximalist card grid itself serves as the engagement mechanism — let density and variety reward exploration.

## Uniqueness Notes
1. **Maximalist card density for judicial content:** The abundant, varied card grid transforms legal quest content into a rich exploration space rather than sterile documentation.
2. **Sunset-warm palette for justice themes:** Golden-hour coloring creates an emotionally warm frame for typically cold legal subject matter.
3. **Ornamental corner brackets on cards:** The CSS-created corner decorations add a manuscript/legal-document quality to modern card layouts.
4. **Mixed-media card content variety:** Each card having a distinct internal layout (typography-focused, icon-heavy, data-dense) prevents the grid from feeling repetitive despite density.
5. **Quest narrative framing for judicial processes:** Presenting legal processes as epic quest lines with paths, evidence, and testimonies creates an engaging game-like structure.

**Seed/Style:** aesthetic: maximalist, layout: card-grid, typography: frutiger-clean, palette: sunset-warm, patterns: lottie-animation, imagery: mixed-media, motifs: sharp-angles, tone: warm-inviting

**Avoided Overused Patterns:** corporate aesthetic (76%), parallax patterns (85%), mono typography (86%), minimal imagery (84%), friendly as default tone (76%). This design uses maximalist aesthetic, card-grid layout, sunset-warm palette, mixed-media imagery, and warm-inviting tone.
<!-- DESIGN STAMP
  timestamp: 2026-03-19T00:28:31
  domain: judge.quest
  seed: unspecified
  aesthetic: judge.quest embraces a maximalist aesthetic — abundant visual detail, layered te...
  content_hash: 19fe7bb8d0d6
-->
