# Design Language for xanadu.science

## Aesthetics and Tone
xanadu.science is a light-academia research portal where the mythical perfection of Xanadu meets the methodical precision of scientific inquiry. The visual identity channels the jewel-toned richness of an ancient observatory -- lapis lazuli blues, emerald greens, and amethyst purples glowing from within a framework of warm, scholarly surfaces. The centered layout creates a focused, meditative reading experience, like studying a single precious manuscript under a brass lamp. The tone is luxurious -- science presented not as cold fact but as a beautiful pursuit deserving of ornate presentation. Inspiration from Renaissance-era scientific manuscripts with hand-colored illustrations, astronomical observatories with brass instruments, and the jewel-toned stained glass of medieval libraries.

## Layout Motifs and Structure
A **centered** layout that focuses all attention on a single column of carefully curated scientific content, framed by jewel-toned decorative borders.

**Primary structure:**
- **Observatory portal (100vh):** A warm ivory background (#f5f0e5) with a centered circular ornament (200px diameter, thin 1px jewel-toned border) containing the title "XANADU SCIENCE" in monospace type. Surrounding the circle: four small decorative elements at cardinal points (N, E, S, W) -- tiny compass-like brass circles.
- **Manuscript body:** Single centered column (600px max-width) of scientific content, framed by thin ornamental borders on left and right (1px, repeating jewel-tone pattern). Each section begins with a decorated drop cap (first letter in large serif, jewel-toned color).
- **Leather-texture sidebar panels:** On wider screens, narrow decorative panels (80px) on each side featuring CSS leather texture in warm brown, creating the impression of a book binding around the content.
- **Sci-fi HUD micro-elements:** Small, circular HUD-like decorative elements (thin-stroke circles with tick marks, like miniature astronomical instruments) placed at section transitions. These blend the scholarly with the futuristic.
- **Elastic interaction on decorative elements:** Circular ornaments respond to click with an elastic bounce (CSS animation: scale(1) to scale(1.15) to scale(0.95) to scale(1) over 400ms).

**Spatial relationships:** Content column: 600px max-width, margin: 0 auto. Decorative borders: position: fixed on sides. Section spacing: 80px. Generous line-height and paragraph spacing for scholarly readability.

## Typography and Palette
**Fonts:**
- **Display/Observatory:** "Fira Code" (Google Fonts) -- monospace with ligatures, used at clamp(24px, 4vw, 44px). Weight 400. The monospace signals scientific precision while ligatures add typographic interest. Used for the title and section headers.
- **Body text:** "Crimson Pro" (Google Fonts) -- a refined serif with excellent readability at 18px/1.85 line-height. Weight 400 for body, 700 for emphasis. The warm, scholarly serif honors the light-academia context.
- **Drop caps/Accent:** "Cinzel" (Google Fonts) -- a classical capitals font at 4x body size for drop caps and decorative initial letters. Weight 700. The Roman-inspired capitals add jewel-like precision to section openings.

**Color Palette:**
- **Ivory base:** #f5f0e5 (warm scholarly cream)
- **Lapis lazuli:** #2a4a8a (deep blue jewel tone)
- **Emerald:** #2a6a4a (deep green jewel tone)
- **Amethyst:** #6a2a7a (deep purple jewel tone)
- **Brass gold:** #b89040 (warm brass for ornamental elements)
- **Text primary:** #2a2418 (warm dark brown)
- **Text secondary:** #6a5e48 (muted brown for metadata)
- **Leather brown:** #5a4030 (sidebar texture color)

## Imagery and Motifs
**Core visual motifs:**
- **Leather-texture book binding:** CSS-generated leather texture on sidebar panels using SVG noise filters in brown tones, creating the impression of a physical book binding around the digital content. The binding extends the full height of the page.
- **Sci-fi HUD astronomical instruments:** Small circular SVG elements (60px diameter) with thin strokes: an outer circle, tick marks at 15-degree intervals, a small cross at center. Rendered in brass gold (#b89040). These evoke both historical astronomical instruments and futuristic HUD displays.
- **Jewel-toned drop caps:** The first letter of each major section rendered at 4em in Cinzel, colored in rotating jewel tones (lapis, emerald, amethyst), with a subtle text-shadow in the same hue at low opacity.
- **Elastic bounce on ornaments:** Interactive decorative elements (the HUD instruments, the portal circle) respond to click with an elastic animation: scale bounces 1.0 > 1.15 > 0.95 > 1.0 over 400ms using cubic-bezier(0.68, -0.55, 0.265, 1.55).

## Prompts for Implementation
**Renaissance observatory reading room:** The site should feel like reading a precious scientific manuscript in a Renaissance-era observatory. The centered column is the manuscript. The leather sidebars are the book binding. The HUD instruments are the brass tools on the desk.

**Centered column with decorative borders:**
- .content { max-width: 600px; margin: 0 auto; padding: 0 24px; }
- Left/right borders: position: fixed, using border-left/right with jewel-toned colors, or a repeating border-image.
- Leather sidebars: position: fixed, width: 80px, with SVG noise texture.

**Jewel-toned drop caps:**
- section:nth-of-type(3n+1) p:first-of-type::first-letter { font-family: 'Cinzel'; font-size: 4em; float: left; line-height: 0.8; color: #2a4a8a; text-shadow: 2px 2px 8px rgba(42,74,138,0.2); }
- Rotate colors: 3n+2 uses emerald (#2a6a4a), 3n+3 uses amethyst (#6a2a7a).

**Elastic bounce animation:**
- @keyframes elastic-bounce { 0% { transform: scale(1); } 30% { transform: scale(1.15); } 60% { transform: scale(0.95); } 100% { transform: scale(1); } }
- .ornament:active { animation: elastic-bounce 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55); }

**HUD instrument SVG:**
- <svg viewBox="0 0 60 60"><circle cx="30" cy="30" r="28" fill="none" stroke="#b89040" stroke-width="0.5"/><line x1="30" y1="2" x2="30" y2="6" stroke="#b89040" stroke-width="0.5"/> (repeat for 24 tick marks) <circle cx="30" cy="30" r="1" fill="#b89040"/></svg>

**AVOID:** CTA-heavy layouts, pricing blocks, stat-grids, widescreen layouts. Maintain focused single-column concentration.

## Uniqueness Notes
**Differentiators from other designs:**

1. **Jewel-toned drop caps rotating through lapis, emerald, amethyst:** The systematic rotation of three distinct jewel colors for decorative initial letters creates a chromatic rhythm unique to this design.

2. **Leather book-binding sidebars framing digital content:** Fixed leather-textured panels on both sides of a centered column create the persistent metaphor of reading within a physical book -- no other design uses this full-height framing device.

3. **Brass astronomical HUD instruments at section transitions:** The hybrid historical-futuristic decorative elements (circular instruments combining astronomical tool aesthetics with HUD minimalism) represent a specific visual vocabulary unique to this Xanadu + science fusion.

**Chosen seed/style:** aesthetic: light-academia, layout: centered, typography: mono, palette: jewel-tones, patterns: elastic, imagery: leather-texture, motifs: sci-fi-hud, tone: luxurious

**Avoided overused patterns:** photography imagery (90%), card-grid layout (96%), warm palette (94%), parallax patterns (99%), mysterious-moody tone (70%).
<!-- DESIGN STAMP
  timestamp: 2026-03-21T16:06:20
  seed: seed
  aesthetic: xanadu.science is a light-academia research portal where the mythical perfection...
  content_hash: 72022dbf0354
-->
