# Design Language for persona.quest

## Aesthetics and Tone

persona.quest inhabits the uncanny intersection where holographic futurism collides with sepia memory -- the visual equivalent of finding a daguerreotype inside a transparent acrylic slab, light bending around it in prismatic arcs. The aesthetic is **holographic nostalgia**: imagine a museum exhibition from the year 2087 that reconstructs "the age of personal identity" using iridescent display cases, amber-tinted archival footage projected onto floating prismatic panels, and 3D-rendered identity artifacts rotating slowly in mid-air like archaeological specimens under glass.

The mood channels the clinical wonder of a Blade Runner Voight-Kampff scene crossed with the warm grain of a 1970s Polaroid portrait -- every surface shimmers with rainbow diffraction, but the content within those surfaces is steeped in aged warmth, as if the future remembers the past through a filter of golden light and spectral refraction. This is not retro-futurism (which looks backward with irony); this is **future-archaeology** -- looking forward at how the future will excavate our present, with reverence and holographic precision.

The tone is **futuristic-cutting-edge** but tempered with the contemplative gravity of archival research. It speaks in the measured cadence of a curator introducing a priceless exhibit, not the breathless pitch of a product launch. Every element suggests that identity itself -- the "persona" -- is an artifact worthy of study, preservation, and luminous display.

## Layout Motifs and Structure

The layout follows a **full-bleed** architecture where every section hemorrhages to the absolute edges of the viewport -- no margins, no gutters, no safety padding. The screen is treated as a specimen slide under a holographic microscope: content fills the entire optical field, and the user scrolls through layers of identity as if adjusting focal depth.

**Structural Principles:**

- **The Prismatic Slab:** The viewport is conceptually a single transparent slab of holographic material. Content exists at different "depths" within this slab, achieved through layered z-index positioning, variable opacity, and subtle scale shifts. Background layers (sepia-washed textures, aged paper grain) sit at z-depth 0. Mid-layer content (typography, identity fragments) occupies z-depth 1. Foreground holographic elements (prismatic overlays, iridescent borders, 3D-rendered objects) float at z-depth 2. This three-layer cake creates parallax-like depth without traditional parallax scrolling.

- **The Identity Dossier:** Each full-bleed section represents one "page" of a dossier on the concept of persona. Section 1: The Specimen (a single 3D-rendered mask or face, centered, slowly rotating, filling 60% of the viewport). Section 2: The Archive (a full-bleed sepia-toned field of fragmented text, dates, and identity markers arranged in a non-grid scatter pattern). Section 3: The Spectrum (a horizontal band of holographic color that stretches edge to edge, within which typography phases between visible and invisible). Section 4: The Question (a single interrogative sentence, enormous, bleeding off all four edges, forcing the user to scroll to comprehend it).

- **No Containers, No Cards:** Content never sits inside bordered rectangles or card containers. Instead, elements are positioned absolutely within each full-bleed section, floating in the slab. Text blocks have no background; they exist directly on the holographic/sepia surface. The absence of containers reinforces the archaeological theme -- specimens are pinned in space, not boxed.

- **Viewport Snapping:** Each dossier page snaps to the viewport using CSS scroll-snap, creating a deliberate, paged reading experience. Between snapped sections, a 4px holographic gradient line (cycling through the prismatic spectrum) acts as a divider -- visible only during scroll, dissolving once a section settles.

## Typography and Palette

**Typography:**

- **Primary Display / Headlines:** "Commissioner" (Google Fonts) -- a variable sans-serif with a wide weight range (100-900) and a distinctive ink-trap detail at heavier weights that gives it an almost engraved, institutional quality. Used at weight 800 for section titles at 4rem-7rem, with `letter-spacing: -0.02em` and `text-transform: uppercase`. The ink traps at this weight create tiny notches in the letterforms that catch the holographic light effect, producing a subtle shimmer in the counters of letters like "A", "R", and "P". At lighter weights (300), Commissioner becomes a crisp, readable body font with a slightly wider set width than typical sans-serifs, lending an archival formality to running text.

- **Secondary / Accent:** "Cormorant Garamond" (Google Fonts) -- an elegant, high-contrast serif with a distinctly historical character. Used for pull-quotes, specimen labels, and date annotations at 1.2rem-2rem, weight 400 italic. The italic forms have a calligraphic swash quality that evokes handwritten museum catalog entries. Paired with Commissioner, it creates a tension between institutional authority and human craft.

- **Monospace / Data Fragments:** "IBM Plex Mono" (Google Fonts) -- for identity data, coordinates, timestamps, and metadata displayed as part of the archival motif. Weight 400, 0.85rem, `letter-spacing: 0.06em`. Rendered in the sepia tones to appear as typed index-card entries.

**Palette:**

The palette fuses holographic iridescence with sepia warmth, creating a visual field that is simultaneously futuristic and aged.

- **Holographic Primary:** `#C4A7E7` -- a muted lavender that serves as the dominant holographic tint. Not neon, not pastel, but the specific shade of light that appears when a holographic surface is viewed at approximately 30 degrees. Used for primary UI accents, active states, and the leading edge of gradient sweeps.

- **Sepia Ground:** `#D4A574` -- a warm amber-sepia that forms the base tone of all background surfaces. This is the color of aged photographic paper, of manila folders in an archive, of identity documents left in sunlight for decades.

- **Archival Cream:** `#F0E6D4` -- a warm off-white that replaces pure white throughout the design. All text backgrounds, all negative space, all "empty" areas carry this cream tone, preventing any surface from feeling sterile or digital.

- **Prismatic Accent 1:** `#7EB8C9` -- a cool cyan-teal that appears in holographic gradient transitions, hovering between the sepia warmth and the iridescent spectrum. Used sparingly for links, interactive hover states, and the leading edge of ripple animations.

- **Prismatic Accent 2:** `#E8729A` -- a dusty rose-pink that completes the holographic triad. Appears in gradient sweeps, in the trailing edge of animations, and as the color of "active identity" markers within the dossier sections.

- **Deep Archive:** `#2A1F14` -- a near-black with warm brown undertones, used for primary body text and heavy typographic elements. Not a cold black but a color that suggests ink that has aged on paper, absorbing warmth from the sepia ground over decades.

- **Spectral White:** `#F8F4EF` -- the lightest value in the palette, used for holographic highlight peaks and text on dark backgrounds. Has just enough warmth to avoid reading as clinical.

## Imagery and Motifs

**3D-Rendered Identity Artifacts:**

The primary visual system consists of CSS-simulated 3D objects -- not WebGL or Three.js, but carefully constructed CSS transforms and gradients that create the illusion of three-dimensional artifacts floating in the holographic slab. These objects are:

1. **The Rotating Mask:** A stylized face-mask form built from concentric CSS ellipses with gradient fills, rotated on the Y-axis using `transform: perspective(800px) rotateY()` with a slow CSS animation (20s linear infinite). The mask has no features -- it is a blank persona template, rendered in the sepia-to-holographic gradient. Shadow is cast using a blurred duplicate offset at z-depth 0.

2. **The Identity Prism:** A hexagonal form rendered in CSS using clip-path, with each face carrying a different holographic gradient angle. This prism rotates on two axes simultaneously (Y and X), creating the effect of an iridescent gemstone. It appears as a section divider, slowly tumbling between dossier pages.

3. **The Archive Cylinder:** A cylindrical form (CSS border-radius: 50% on a narrow element, perspective-transformed) that suggests a scroll or rolled document. Rendered in sepia tones with holographic edge-lighting.

**Retro-Patterns as Archaeological Texture:**

Behind and beneath the 3D objects, the surfaces are textured with retro-patterns that evoke analog identity systems:

- **Fingerprint Whorls:** SVG-based concentric spiral patterns rendered in the Deep Archive color at 8% opacity on Archival Cream backgrounds. These appear as watermarks, visible only when the eye rests on a section.

- **Halftone Dots:** A CSS radial-gradient based halftone pattern (dots graduating from 2px to 0.5px) applied as a background texture to full-bleed sections. Rendered in sepia tones, creating the feel of a printed photograph from the 1960s, but at massive scale.

- **Moiré Interference:** Two overlapping fine-line grids (1px lines at 3px intervals) rotated 3 degrees relative to each other, creating a shimmering moiré effect. This pattern appears on hover over certain elements, suggesting the holographic surface is responding to proximity.

- **Punch-Card Rows:** A repeating pattern of small rectangular holes (2px x 4px, with 6px spacing) rendered as a CSS background-image, evoking IBM punch cards. Used as a border treatment on the Identity Dossier sections, running vertically along the left edge.

**Ripple Interaction System:**

All click and touch interactions generate a ripple effect, but not the Material Design circular ripple. This ripple is holographic: it originates from the point of contact and expands as a prismatic ring (gradient border cycling through the palette's accent colors) that distorts the content beneath it slightly (using a CSS filter: url() pointing to an SVG feTurbulence displacement map). The ripple expands to 200px radius over 800ms, then fades. On sepia-toned surfaces, the ripple temporarily reveals the holographic layer beneath, as if the user's touch is peeling back time.

## Prompts for Implementation

**Full-Screen Narrative Experience:**

The site opens to a full-viewport field of Archival Cream (`#F0E6D4`) with a barely visible fingerprint whorl pattern at 5% opacity, centered. For 1.2 seconds, nothing moves -- just the aged paper surface, breathing with a subtle CSS animation that shifts the background-position of the halftone texture by 0.5px in a 4-second loop, creating a living, pulsing paper grain.

Then, from the exact center of the viewport, the Rotating Mask fades in over 600ms. It enters at scale(0.8) and eases to scale(1.0) while simultaneously beginning its Y-axis rotation. The mask is rendered in the sepia-to-lavender gradient (`#D4A574` to `#C4A7E7`), and as it rotates, the gradient angle shifts, creating the illusion of holographic light playing across a physical surface. A soft drop shadow (20px blur, `#2A1F14` at 15% opacity) grounds the mask in space.

Below the mask, after a 400ms delay, the word "PERSONA" appears in Commissioner, weight 800, 6rem, uppercase, tracked at -0.02em, in Deep Archive (`#2A1F14`). The letters enter with a stagger animation -- each letter fades in from 0 opacity to 1 over 150ms, offset by 60ms per character. As each letter solidifies, a brief holographic shimmer (a 40px-wide gradient band in the prismatic spectrum) sweeps left-to-right across the text using a background-clip: text technique.

Below "PERSONA," after another 300ms, the subtitle "A QUEST INTO IDENTITY" appears in Cormorant Garamond italic, 1.6rem, weight 400, in the Sepia Ground color (`#D4A574`), fade-in over 400ms.

**Scroll Transition Between Sections:**

When the user scrolls past the first section, CSS scroll-snap anchors the viewport to the second dossier page. During the snap transition, the holographic divider line (4px tall, full-bleed, gradient cycling `#C4A7E7` -> `#7EB8C9` -> `#E8729A` -> `#C4A7E7`) flashes into visibility for 300ms, then dissolves. The second section -- The Archive -- reveals itself as a full-bleed sepia field (`#D4A574` at 20% opacity over `#F0E6D4`) scattered with identity fragments: dates in IBM Plex Mono, names in Commissioner weight 300, locations in Cormorant Garamond italic, all positioned absolutely at seemingly random coordinates but actually following a hidden golden-spiral layout. These fragments enter with a ripple-outward animation -- the center fragment appears first, and subsequent fragments radiate outward at 80ms intervals, each accompanied by its own small prismatic ripple ring.

**The Holographic Reveal Mechanic:**

Certain text blocks in the dossier sections are initially rendered in Archival Cream on Archival Cream -- invisible. When the user hovers (or taps on mobile), a holographic gradient wash sweeps across the text block (left to right, 400ms, ease-out), temporarily shifting the text color through the prismatic accent spectrum (`#C4A7E7` to `#7EB8C9` to `#E8729A`) before settling on Deep Archive (`#2A1F14`). This reveal mechanic makes reading the site an act of investigation -- the user must probe the surface to discover what lies beneath.

**Interactive Ripple on All Surfaces:**

Every surface responds to click/touch with the holographic ripple described in Imagery and Motifs. Implementation: a JavaScript event listener on the document body captures click coordinates, creates a positioned `<div>` at those coordinates with a CSS animation (border: 2px solid transparent, border-image cycling through prismatic gradients, border-radius: 50%, scaling from 0 to 200px, opacity 1 to 0 over 800ms). For the displacement effect, an inline SVG filter with `<feTurbulence>` and `<feDisplacementMap>` is applied to the ripple's parent section during the animation, with the scale attribute animating from 5 to 0.

**AVOID:** CTA-heavy layouts, pricing blocks, stat-grids, testimonial carousels, feature comparison tables, newsletter signup forms, hamburger menus with slide-out drawers. This site is an exhibition, not a funnel.

## Uniqueness Notes

**Differentiators from other designs:**

1. **Holographic-Sepia Temporal Collision:** No other design in the portfolio pairs holographic iridescence (a forward-looking, sci-fi aesthetic) with sepia-nostalgic warmth (a backward-looking, archival aesthetic). Holographic appears at only 8% frequency; sepia-nostalgic at 6%. Their combination -- the idea that the future will study our present through prismatic, rainbow-diffracting lenses while the content itself is amber-toned and aged -- creates a temporal paradox that is visually unique: every surface is simultaneously old and new.

2. **CSS-Only 3D-Rendered Artifacts as Primary Visual System:** While 3d-render imagery is essentially absent from existing designs (0% in the frequency analysis), this design places CSS-constructed three-dimensional objects -- rotating masks, tumbling prisms, perspective-transformed cylinders -- at the center of the visual experience. These are not decorative; they are the conceptual core (identity as artifact). No WebGL dependency, no Three.js -- pure CSS transforms and gradients creating volumetric illusions.

3. **Invisible-Until-Revealed Text as Interaction Mechanic:** The holographic reveal mechanic (cream-on-cream text that only becomes visible through hover/touch interaction) turns the site from a reading experience into an investigation experience. The user must actively probe surfaces to discover content. This mechanic does not appear in any other design and transforms the passive scroll into an active archaeological dig.

4. **Retro-Patterns as Archaeological Strata:** The retro-patterns motif (1% frequency, deeply underused) is deployed not as surface decoration but as archaeological texture -- fingerprint whorls as watermarks, halftone dots as photographic grain, punch-card rows as border systems, moiré interference as hover feedback. These patterns form literal geological layers of identity technology: biological (fingerprints), analog (halftone printing), digital (punch cards), and quantum (moiré as wave interference).

5. **Commissioner Variable Font as Institutional Voice:** Commissioner-versatile typography (2% frequency) is used here to its full variable range -- from weight 100 (whisper-thin specimen labels) to weight 800 (massive, ink-trapped display headlines). The font's institutional character (it was designed for formal document systems) perfectly suits the dossier/archive concept. No other design exploits Commissioner's variable axis to create a single-font hierarchy spanning six visual roles.

**Chosen Seed/Style:**
- aesthetic: holographic
- layout: full-bleed
- typography: commissioner-versatile
- palette: sepia-nostalgic
- patterns: ripple
- imagery: 3d-render
- motifs: retro-patterns
- tone: futuristic-cutting-edge

**Avoided Overused Patterns:**
- playful aesthetic (95%) -- replaced with holographic (8%)
- centered layout (99%) -- replaced with full-bleed (32%)
- mono typography (99%) -- Commissioner-versatile as primary (2%), with IBM Plex Mono only for data fragments
- warm palette (100%) -- sepia-nostalgic provides warmth but through a specific, intentional register rather than generic warmth
- scroll-triggered patterns (97%) -- ripple as primary interaction (6%), scroll-snap as navigation rather than scroll-triggered animation
- minimal imagery (94%) -- 3d-render as primary imagery system, maximally detailed and specific
- friendly tone (98%) -- futuristic-cutting-edge (2%), curatorial and investigative rather than approachable
- vintage motifs (86%) -- retro-patterns (1%), a specific subcategory that treats retro material as archaeological evidence rather than nostalgic decoration
<!-- DESIGN STAMP
  timestamp: 2026-03-10T17:09:10
  domain: persona.quest
  seed: seed
  aesthetic: persona.quest inhabits the uncanny intersection where holographic futurism colli...
  content_hash: 51b508477a26
-->
