# Design Language for parallel.quest

## Aesthetics and Tone
parallel.quest channels a victorian-ornate aesthetic — the lavish decorative excess of Victorian-era design, ornamental borders, and gilt-edged craftsmanship applied to a quest-based platform for exploring parallel realities and branching narratives. The site is richly adorned — every surface carries the weight of hand-engraved ornamentation, filigree borders framing content like pages from an illuminated manuscript, and the confident grandeur of an era that believed decoration was a moral duty. Inspiration draws from the ornamental designs of William Morris, the illustrated borders of the Kelmscott Press, the decorative ironwork of Victorian conservatories, and the elaborate title pages of 19th-century adventure novels. The tone is edgy-rebellious — defiant, rule-breaking language that treats each parallel quest as an act of rebellion against a single-path existence.

## Layout Motifs and Structure
The layout uses a **sidebar** architecture — content organized with a persistent ornamental sidebar navigation that serves as a quest map, charting the branching paths of parallel exploration.

**Sidebar Architecture:**
- Fixed sidebar: 260px wide on desktop with ornamental border
- Main content: fills remaining width, max-width: 760px
- Sidebar collapses to top navigation on mobile (<768px)
- Sidebar contains quest navigation with branching tree structure
- Container: sidebar + main content area
- The sidebar IS the quest map — navigation as content

**Section Sequence:**
1. **Portal:** Hero spanning full width with commissioner-versatile title on candy-bright ornamental gradient, nature-elements Victorian botanical frames, vintage ornamental corner flourishes
2. **Branch:** Quest paths in sidebar-navigated content — tilt-3d interactive quest card reveals with nature-elements illustrated choice points
3. **Fork:** Parallel reality options in main content with vintage ornamental dividers and nature-elements path illustrations
4. **Traverse:** Active quest progression in sidebar-tracked flow with nature-elements environmental storytelling
5. **Convergence:** Footer as quest completion — edgy-rebellious defiant conclusion with vintage ornamental seal and parallel reality summary

## Typography and Palette
**Typography:**
- **Headlines:** "Commissioner" (Google Fonts) — versatile variable serif at 2.2rem-3rem, weight 700. Its adjustable flair axis allows headlines to shift between functional and ornamental, matching Victorian design's range from practical to decorative.
- **Body Text:** "Nunito" (Google Fonts) — rounded sans at 0.95rem, weight 400, line height 1.75.
- **Accent:** "Commissioner" at 1rem, weight 500 for quest titles and branch labels.
- **Labels:** "Commissioner" at 0.7rem, weight 600, uppercase, letter-spacing 0.06em.

**Color Palette:**
- **Candy Magenta:** #d048a0 — vivid candy magenta for primary accent
- **Candy Lime:** #78c838 — bright candy lime for secondary accent
- **Candy Azure:** #38a0d8 — candy azure for tertiary accent
- **Velvet Dark:** #180c20 — deep velvet dark for backgrounds
- **Plum Surface:** #281830 — rich plum for panels
- **Cream Parchment:** #f8f0e0 — cream parchment for text on dark
- **Shadow Mauve:** #685070 — muted mauve for secondary text
- **Border Ornate:** rgba(208,72,160,0.12) — ornate magenta border

## Imagery and Motifs
**Nature-Elements Victorian Botanicals:** Quest branch points illustrated with Victorian-style botanical drawings — SVG leaf forms (40-80px), vine tendrils as decorative borders, and flower motifs at section intersections. Rendered in Candy Lime and Candy Magenta at 0.06-0.08 opacity. The botanicals frame quests as paths through an ornamental garden.

**Tilt-3D Quest Card Reveals:** Quest option cards feature perspective tilt on hover — transform: perspective(600px) rotateY(var(--tilt-x, 0deg)) rotateX(var(--tilt-y, 0deg)) with subtle movement tracking. The dimensional tilt gives quest cards the physical quality of turning pages in a Victorian adventure book.

**Vintage Ornamental Borders:** Content sections framed with CSS-generated ornamental borders — corner flourishes (SVG, 24px) at each corner, thin decorative rules (1px with 4px dots at 40px intervals) between sections. Border color: Border Ornate. The ornamentation transforms digital sections into illuminated manuscript pages.

**Candy-Bright Victorian Rebellion:** Against the dark velvet background, candy-bright colors appear as rebellious bursts — quest markers in vivid magenta, branch paths in lime, exploration highlights in azure. The contrast between Victorian formality and candy brightness creates the edgy quality of punk aesthetics applied to classical forms.

**Sidebar Quest Tree:** The sidebar displays a branching tree structure — SVG lines connecting quest nodes (12px circles) with branching paths. Active branch highlighted in Candy Magenta, explored branches in Candy Lime at 0.5 opacity, unexplored in Shadow Mauve.

## Prompts for Implementation
Build the page as a Victorian parallel quest navigator. Sidebar: .quest-layout { display: flex; } .quest-sidebar { width: 260px; flex-shrink: 0; border-right: 1px solid rgba(208,72,160,0.12); padding: 40px 20px; position: sticky; top: 0; height: 100vh; overflow-y: auto; } .quest-main { flex: 1; max-width: 760px; padding: 60px 40px; }

Tilt-3D: .quest-card { transition: transform 200ms ease; } .quest-card:hover { transform: perspective(600px) rotateY(3deg) rotateX(-2deg); }

Ornamental borders: .ornate-section { border: 1px solid rgba(208,72,160,0.12); position: relative; padding: 40px; } .ornate-section::before, .ornate-section::after { content: ''; position: absolute; width: 24px; height: 24px; border: 2px solid rgba(208,72,160,0.15); }

Nature botanicals: .botanical { position: absolute; opacity: 0.07; } .botanical svg { fill: none; stroke: currentColor; stroke-width: 1; }

Quest tree: .quest-node { width: 12px; height: 12px; border-radius: 50%; background: var(--node-color, #685070); } .quest-node.active { background: #d048a0; }

AVOID: Standard RPG quest logs, corporate project trackers, and minimal navigation apps. Let Victorian ornamentation and edgy-rebellious energy create a parallel quest platform where every branching path feels like an act of defiance against linear existence.

## Uniqueness Notes
1. **Victorian-ornate for quest platform:** Lavish ornamentation gives parallel quests the grandeur and weight of Victorian adventure novels.
2. **Sidebar as quest map:** Persistent sidebar navigation becomes the branching tree of parallel realities, making navigation itself the quest content.
3. **Tilt-3D as page-turning:** Dimensional quest cards create the physical sensation of handling pages in a Victorian choose-your-own-adventure.
4. **Candy-bright Victorian rebellion:** Vivid candy colors bursting through dark Victorian formality embodies the edgy-rebellious punk spirit.
5. **Nature-elements as ornamental paths:** Victorian botanical drawings frame quest branches as paths through an enchanted garden.

**Seed/Style:** aesthetic: victorian-ornate, layout: sidebar, typography: commissioner-versatile, palette: candy-bright, patterns: tilt-3d, imagery: nature-elements, motifs: vintage, tone: edgy-rebellious

**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 victorian-ornate aesthetic, sidebar layout, candy-bright palette, nature-elements imagery, and edgy-rebellious tone.
<!-- DESIGN STAMP
  timestamp: 2026-03-19T02:32:53
  domain: parallel.quest
  seed: unspecified
  aesthetic: parallel.quest channels a victorian-ornate aesthetic — the lavish decorative exc...
  content_hash: 3e180c06e7d3
-->
