# Design Language for major.quest

## Aesthetics and Tone
major.quest is an immersive narrative experience about embarking on life's most significant journeys -- the major quests that define who we become. The aesthetic draws from cinematic RPG world maps crossed with vintage cartographic illustration: parchment textures meeting luminous waypoint markers, as if an ancient explorer's journal suddenly came alive with interactive light. The tone is bold-confident yet warm-inviting, channeling the excitement of standing at the threshold of something monumental. Think of the feeling when a game's orchestral score swells as you leave the starting village for the first time -- that liminal electricity between the known and the unknown. The visual language avoids corporate sterility entirely, opting instead for hand-rendered linework, ink-blot flourishes, and a sense of crafted authenticity that makes every element feel deliberately placed by a cartographer's steady hand.

## Layout Motifs and Structure
**Primary layout: parallax-sections with immersive-scroll**

The site is structured as a single continuous vertical descent through a layered world map. Five distinct "regions" stack vertically, each representing a stage of a major quest (Origin, Departure, Trials, Revelation, Return). Parallax depth is achieved through three CSS layers moving at different scroll speeds: the deepest layer holds atmospheric textures (cloud banks, terrain gradients), the middle layer holds the primary content and illustrated map elements, and the foreground layer holds floating UI elements like compass indicators and progress markers.

**Navigation**: A vertical progress bar fixed to the right edge of the viewport, styled as a golden thread being drawn through waypoint nodes. Each node corresponds to a quest stage and pulses with a soft glow when that section is in view. Clicking a node smooth-scrolls to that region. The thread itself is an SVG path that draws progressively as the user scrolls, giving a tangible sense of journey completion.

**Section transitions**: Between each region, a diagonal-sections divider creates a torn-parchment effect using CSS clip-path polygons with slightly irregular vertices, giving the illusion that the map was assembled from separate pieces stitched together. Each divider includes a small illustrated emblem (a compass rose, a skeleton key, a lantern, a crown, a doorway) rendered in the accent color.

**Grid**: Content within each region follows a magazine-spread layout with text blocks set in asymmetric columns (40/60 splits alternating sides), allowing illustrated map fragments to bleed into the margins. No content block exceeds 65ch in width for readability.

## Typography and Palette
**Typography:**

- **Display / Region Titles:** "Cinzel Decorative" (Google Fonts) -- an elegant, classically-rooted display face with decorative flourishes that evoke carved stone inscriptions and medieval manuscript headers. Used at clamp(3rem, 8vw, 7rem), weight 700. Letter-spacing: 0.06em. Applied with a subtle text-shadow in Deep Gold (#b8860b) at 1px offset to create an embossed effect.
- **Body / Narrative Text:** "Lora" (Google Fonts) -- a well-balanced contemporary serif with roots in calligraphy, providing warm readability for longer narrative passages. Weight 400 for body, 600 for emphasis. 18px base size, line-height 1.75. Its subtle brush-stroke quality harmonizes with the hand-drawn cartographic motifs.
- **UI / Labels / Waypoints:** "Fira Sans" (Google Fonts) -- a clean humanist sans-serif for navigation labels, progress indicators, and small UI text. Weight 500, 12-14px, uppercase, letter-spacing 0.12em. Provides crisp legibility at small sizes against textured backgrounds.

**Palette:**

| Role | Color | Hex |
|------|-------|-----|
| Parchment Base | Warm aged cream | #f5eedc |
| Ink Dark | Deep charcoal-brown | #2c2416 |
| Deep Gold | Antique metallic gold | #b8860b |
| Quest Red | Cinnabar waypoint red | #c1440e |
| Forest Depth | Dark emerald | #1b4332 |
| Sky Wash | Muted cerulean | #6b9ac4 |
| Lantern Glow | Warm amber | #e8a838 |

The palette draws from the warm-earthy and gold-black-luxury families, avoiding the overused gradient-dominant schemes. Colors are applied with purpose: Parchment Base as the primary background, Ink Dark for body text and borders, Deep Gold for interactive elements and highlights, Quest Red for critical waypoint markers, Forest Depth for section backgrounds in alternating regions, Sky Wash for atmospheric parallax layers, and Lantern Glow for hover states and active indicators.

## Imagery and Motifs
**Core Visual Motifs:**

1. **Cartographic Linework**: Hand-drawn topographic contour lines rendered as thin SVG paths (#2c2416 at 0.3 opacity) flow across section backgrounds, creating a subtle sense of terrain. Lines follow organic curves reminiscent of mountain ridges and river valleys. They are purely decorative, drawn via path-draw-svg animation that traces them into existence as the section scrolls into view (duration: 2.5s, ease-in-out).

2. **Waypoint Constellation**: A system of circular marker nodes connected by golden thread lines forms the navigational skeleton. Each waypoint is a 16px circle with a 2px Deep Gold border, filled with Lantern Glow when active. Inactive waypoints show as hollow circles. On hover, waypoints expand to 24px with a spring animation (stiffness: 200, damping: 15) and reveal a tooltip with the quest stage name.

3. **Ink-Blot Flourishes**: At the corners of content blocks and at section dividers, decorative ink splatter shapes (CSS-generated using border-radius variations on rotated squares and circles) appear in Ink Dark at 0.15 opacity. These reference the imperfections of hand-printed documents and prevent the layout from feeling too digitally precise.

4. **Compass Rose**: A detailed SVG compass rose sits fixed at the bottom-left corner of the viewport, rotating slowly (one full rotation per 120 seconds) to suggest ongoing orientation. Its cardinal points are labeled in Fira Sans. The needle direction subtly shifts to point toward the next unvisited quest section, providing a whimsical navigational cue.

5. **Atmospheric Fog Layers**: The deepest parallax layer uses CSS radial gradients in Sky Wash at 0.08-0.15 opacity, creating drifting cloud/fog effects that move at 0.3x scroll speed. This creates palpable depth and reinforces the sense of a vast mapped world extending beyond the viewport.

## Prompts for Implementation
**Full-Screen Narrative Experience:**

The site opens on a full-viewport "map unfurl" animation: the screen begins as solid Parchment Base, then a horizontal crease line appears at center. The top and bottom halves peel away (CSS transform: perspective + rotateX) revealing the first quest region beneath, as if the user is opening a folded map. This animation runs for 1.8 seconds, then the compass rose fades in (400ms) followed by the golden thread progress bar drawing itself along the right edge (800ms path animation). The first region title ("Origin") types itself in using a typewriter-effect with a blinking underscore cursor in Deep Gold.

**Scroll-Driven Storytelling:**

Each quest region occupies a minimum of 120vh to allow generous parallax movement. As the user scrolls through a region, content blocks fade-reveal from the direction of the next waypoint (left blocks slide from left, right blocks from right, stagger: 150ms between elements). Illustrated map elements in the middle parallax layer drift at 0.7x scroll speed while text content moves at 1x, creating natural depth separation.

**Waypoint Activation Ceremony:**

When a waypoint node enters the viewport center (detected via Intersection Observer with threshold 0.5), the golden thread connecting it to the previous waypoint animates its stroke from 0 to full length (600ms, cubic-bezier(0.4, 0, 0.2, 1)). The waypoint fills with Lantern Glow via a radial gradient expansion, and a brief pulse ripple emanates outward (2 rings, 300ms, fading from 0.6 to 0 opacity). A small chime-like CSS animation on the waypoint label (scale from 0.8 to 1.05 to 1, 400ms) marks the arrival.

**Section Transition Effect:**

The torn-parchment dividers use clip-path: polygon() with 12-16 vertices placed at irregular intervals to simulate a genuine tear. As the divider scrolls into view, the emblem at its center rotates from 0 to 360 degrees (one rotation, 1.2s, ease-out) and scales from 0.5 to 1. The two parchment edges above and below the tear have a 2px shadow in Ink Dark at 0.2 opacity to create a lifted-paper effect.

**AVOID:** CTA-heavy layouts, pricing blocks, stat-grids, card-grid arrangements, corporate gradient overlays, generic hero sections with stock photography.

**EMPHASIZE:** Hand-crafted feeling in every element, progressive revelation through scroll, narrative arc that rewards continued exploration, atmospheric depth through parallax layering.

## Uniqueness Notes
**Differentiators:**

1. **Cartographic metaphor as complete structural system**: No other design in the portfolio uses map-making as both the visual language and the navigational paradigm. The waypoint thread, compass rose, topographic linework, and torn-parchment transitions all derive from a single coherent metaphor of exploration and discovery.

2. **Five-act quest narrative structure**: The site is organized around a classical quest narrative arc (Origin, Departure, Trials, Revelation, Return) borrowed from Joseph Campbell's monomyth framework. This gives the scroll experience a beginning, middle, and end that other designs lack -- most treat sections as interchangeable modules rather than chapters in a story.

3. **SVG compass rose as persistent navigational companion**: A slowly rotating compass that actually points toward the next unvisited section is a unique interactive detail not found in any other design. It transforms a decorative element into functional wayfinding while reinforcing the cartographic identity.

4. **Torn-parchment section dividers with emblem reveals**: The irregular clip-path polygon dividers combined with rotating emblems create transitions that are visually distinctive from the standard gradient fades, line dividers, or shape dividers used elsewhere.

**Chosen seed/style:** parallax storytelling journey
**Avoided overused patterns:** corporate aesthetic, centered-only layout, gradient-dominant palette, photography-based imagery, counter-animate as primary pattern, mysterious-moody tone
**Preferred underused elements:** flowing-curves motifs (topographic lines), path-draw-svg animation, warm-earthy palette, magazine-spread layout, bold-confident tone, elegant-serif typography
<!-- DESIGN STAMP
  timestamp: 2026-03-23T14:29:37
  domain: major.quest
  seed: seed
  aesthetic: major.quest is an immersive narrative experience about embarking on life's most ...
  content_hash: 7f6e5115dfed
-->
