# Design Language for xanadu.science

## Aesthetics and Tone
The visual identity of xanadu.science channels a **Victorian laboratory of impossible futures** -- imagine a 19th-century Royal Society lecture hall where the gas lamps have been replaced by plasma conduits and the specimen cases now hold rotating holograms of molecular structures. The aesthetic fuses the ornamental density of Victorian scientific illustration -- engraved borders, filigree chapter headings, copperplate specimen labels -- with the hard luminance of a near-future research facility. Veined Carrara marble surfaces serve as the foundational material metaphor: cold, weighty, authoritative, but shot through with glowing cyan circuitry that pulses faintly as if the stone itself were alive with data. The tone is **opulent-grand** crossed with **futuristic-cutting-edge** -- a place where knowledge is treated as a precious material artifact, where every datum is engraved rather than merely displayed. The city skyline of a dense metropolis is ever-present through tall arched windows in the background, rendered as a silhouetted parallax layer of spires, cranes, and transmission towers -- the urban machinery that funds and consumes the science within. There is nothing casual or friendly here; the atmosphere is that of a private institution whose corridors smell of marble dust and ozone.

## Layout Motifs and Structure
The page employs a **persistent sidebar** on the left (280px wide on desktop) styled as a Victorian cabinet index -- a tall, narrow panel with engraved section titles stacked vertically in small-caps humanist type, separated by thin brass-colored rule lines (#C9A84C). The sidebar background is deep charcoal marble (#1C1C24) with faint vein textures rendered as semi-transparent SVG paths in slate gray (#3A3A4A). When a section title is hovered, a micro-interaction fires: a thin underline animates from left to right in glowing cyan (#00E5CC), and the text shifts 4px rightward with a 180ms cubic-bezier ease.

The main content area to the right of the sidebar is organized as a **vertical editorial flow** of full-width "chapter plates" -- each occupying roughly 90vh and separated by ornamental divider SVGs styled after Victorian printer's ornaments (fleurons, asterisms, and manicule hands). Within each plate, content is laid out on an asymmetric two-column sub-grid: a dominant column (65%) for narrative text and immersive visuals, and a narrower annotation column (30%) that holds marginalia, specimen labels, and floating data callouts -- evoking the tradition of scientific manuscript annotations.

On mobile, the sidebar collapses into a top drawer activated by a marble-textured hamburger icon. The annotation column folds beneath the main column. Chapter plates become scrollable cards with swipe-to-advance hints.

No hero banner. The experience begins immediately with the first chapter plate, which features a slow-reveal title engraved letter by letter (typewriter-effect at 60ms per character, but using a serif font to evoke copperplate inscription rather than terminal output).

## Typography and Palette
**Headings:** "Cormorant Garamond" (Google Fonts) -- a refined, high-contrast display serif with Didone-era vertical stress and dramatic thick-thin contrast. Used at weight 700 for chapter titles (clamp(2.2rem, 4.5vw, 4rem)), weight 600 for section headings. Letter-spacing: 0.06em, text-transform: uppercase for primary titles. The Didone proportions evoke Victorian title pages and scientific journal mastheads.

**Body:** "Source Serif 4" (Google Fonts) -- a sturdy, highly legible transitional serif designed for extended reading. Weight 400 for body text, 600 for emphasis. Line-height: 1.72 for generous vertical rhythm. The slightly square proportions and open counters ensure clarity at smaller sizes within the annotation column.

**Sidebar and Labels:** "Libre Franklin" (Google Fonts) -- a humanist sans-serif with warm, open letterforms that provide clear contrast against the serif-heavy main content. Weight 500 for sidebar navigation items, weight 300 for specimen labels and marginalia. Small-caps variant used for sidebar headings via `font-variant: small-caps`.

**Palette:**
- **Marble White:** #F0ECE3 -- primary background for content plates, warm ivory with a stone-like warmth
- **Obsidian:** #0E0E14 -- sidebar background, footer, and deep contrast zones
- **Veined Charcoal:** #1C1C24 -- secondary dark surfaces, card backgrounds
- **Brass Filigree:** #C9A84C -- ornamental borders, rule lines, sidebar dividers, hover accents on dark backgrounds
- **Plasma Cyan:** #00E5CC -- primary accent for interactive elements, glowing circuit veins in marble, link hover states
- **Specimen Coral:** #E8634A -- secondary accent for data callouts, annotation highlights, and warning states
- **Slate Vein:** #3A3A4A -- marble vein SVG paths, muted secondary text on dark surfaces
- **Parchment Cream:** #FAF6ED -- annotation column background, slightly warmer than marble white for visual separation

The palette achieves **high-contrast** by pairing Obsidian (#0E0E14) with Marble White (#F0ECE3) across the sidebar/content boundary. Brass and Cyan serve as the two accent poles -- warm metallic heritage versus cold luminous futurity -- and they never appear adjacent to each other, always separated by at least one neutral.

## Imagery and Motifs
**Marble texture as living substrate:** The background of every content plate carries a subtle tileable marble texture (CSS background-image, not a full photograph) in warm ivory tones. Overlaid on this are thin SVG polyline paths representing veins -- but these veins pulse with a faint cyan glow (CSS animation: opacity oscillation between 0.15 and 0.4 over 6 seconds, ease-in-out). The effect suggests data flowing through stone, ancient material infused with future energy.

**Victorian printer's ornaments as dividers:** Between chapter plates, ornamental SVG dividers use fleuron combinations (aldus leaves, vine scrolls, and a central asterism) rendered as single-path SVGs in Brass Filigree (#C9A84C). On scroll into view, these ornaments draw themselves via `stroke-dasharray` / `stroke-dashoffset` animation (path-draw-svg, 1.2s duration). A subtle scale transform (0.92 to 1.0) accompanies the draw to simulate an engraving press impression.

**City skyline silhouette:** A fixed-position SVG silhouette of a dense urban skyline sits behind the content layer at the bottom 25vh of the viewport, rendered in Slate Vein (#3A3A4A) at 8% opacity. As the user scrolls, a subtle parallax offset (transform: translateY at 0.15x scroll speed) creates gentle depth. Occasionally a tiny point of Plasma Cyan blinks within the skyline (a transmission tower light), using a CSS animation with a 4-second cycle and randomized delays per point.

**Specimen diagram illustrations:** Key content sections feature hand-etched-style SVG illustrations in the manner of 19th-century scientific plates -- cross-sections of crystalline structures, anatomical diagrams of imaginary organisms, schematic views of optical instruments. These are rendered in single-weight strokes (1.5px) in Obsidian on light backgrounds (or Marble White on dark backgrounds), with selective Brass Filigree fills for labeled regions. Each diagram has a small cartouche label beneath it in Libre Franklin small-caps.

**Engraved border frames:** The annotation column entries are wrapped in thin double-rule borders (1px outer rule, 0.5px inner rule, 3px gap) in Brass Filigree, evoking Victorian bookplate frames. On hover, the inner rule shifts to Plasma Cyan with a 250ms color transition.

## Prompts for Implementation
Build xanadu.science as a **single-page vertical narrative** -- a continuous scroll through interconnected "chapters" of a scientific treatise that has been digitized from an impossible Victorian future. The sidebar persists as a fixed navigation rail, and the user's scroll position determines which sidebar item receives the active state (tracked via IntersectionObserver on each chapter plate).

**Storytelling structure:** The page tells the story of a fictional research institution: Chapter 1 introduces the laboratory (title inscription animation), Chapter 2 presents the research domains (specimen diagram grid), Chapter 3 reveals the instruments (interactive schematic), Chapter 4 is the archive (scrollable marginalia), Chapter 5 is the observatory (city skyline becomes dominant). Each chapter plate crossfades a different marble vein pattern as the user enters it.

**Animation guidance:**
- **Micro-interactions on sidebar:** Each nav item responds to hover with a coordinated triple animation: text nudge right (4px, 180ms), cyan underline draw (left-to-right, 220ms), and a faint brass glow on the separator line above (opacity 0.3 to 0.8, 300ms). Active state uses a persistent left-edge bar (3px wide, Plasma Cyan) with a spring entrance animation.
- **Chapter plate entrance:** Each plate fades in (opacity 0 to 1, 400ms) with a slight upward translate (20px, eased with cubic-bezier(0.22, 1, 0.36, 1)). Stagger child elements within the plate by 120ms each.
- **Ornament path-draw:** SVG dividers between plates animate their stroke-dashoffset from full length to 0 over 1.2 seconds when scrolled into the viewport center.
- **Marble vein pulse:** CSS keyframes animate the opacity of the SVG vein overlay paths in a slow breathing rhythm (6s cycle). Different vein groups are offset by 2s to prevent synchronized pulsing.
- **Annotation hover:** Border frames on marginalia cards transition their inner-rule color from Brass to Cyan on hover (250ms). A subtle box-shadow (0 0 12px rgba(0,229,204,0.15)) fades in simultaneously.
- **Skyline blink:** Tiny circles in the skyline SVG use CSS animation with varying `animation-delay` values (0s, 1.2s, 2.7s, 3.4s) to create asynchronous blinking tower lights.

**Implementation specifics:**
- Use CSS `scroll-snap-type: y proximity` on the main content container to gently guide users into chapter plates without locking them.
- The sidebar should use `position: sticky` with `top: 0; height: 100vh; overflow-y: auto` for independent scrolling of its contents.
- Marble texture: use a CSS background with a base color of #F0ECE3 and a subtle `background-image` using an inline SVG pattern or a small repeating PNG (under 15KB).
- All ornamental SVGs should be inlined for animation control, not loaded as external images.
- AVOID: CTA buttons, pricing tables, stat-counter grids, testimonial carousels, team photo sections. This is a narrative specimen, not a conversion funnel.
- AVOID: Full-bleed hero banners. The experience begins at manuscript scale.
- AVOID: Parallax as a dominant effect -- use it only for the background skyline at low intensity (0.15x factor).

## Uniqueness Notes
1. **Victorian-scientific-futurism fusion as coherent world:** Rather than merely applying Victorian decorative trim to a modern layout, the entire page is conceived as a physical artifact -- a marble-walled laboratory where the stone itself has been infused with digital circuitry. The marble-texture is not wallpaper; it is the narrative substrate through which data veins pulse. This world-building approach (institution, chapters, specimens, instruments) is distinct from decorative theming.

2. **Persistent sidebar as cabinet index:** While sidebar layouts exist in the corpus (14%), combining a sidebar styled as a Victorian specimen cabinet index -- with brass dividers, small-caps humanist type, and coordinated triple micro-interactions on hover -- is a unique structural choice. The sidebar is not a generic nav rail; it is a piece of period furniture rendered in code.

3. **Annotation marginalia column:** The asymmetric two-column sub-grid within each chapter plate, where a narrow annotation column holds specimen labels and data callouts in engraved border frames, directly references the tradition of scientific manuscript marginalia. This layout device is absent from the existing corpus and creates a distinctive reading rhythm.

4. **Synchronized material metaphor (marble + city + brass + cyan):** The four material/environmental layers -- warm marble surfaces, distant urban skyline, brass ornamental metalwork, and plasma cyan circuitry -- form a coherent symbolic system: the ancient (marble), the present (city), the crafted (brass), and the future (plasma). Each layer has its own visual register and animation timing, and they never compete for attention.

5. **No hero, no CTA, no stats:** The page eschews all conversion-oriented patterns in favor of a continuous treatise structure, beginning immediately with an inscription-style title reveal. This positions it firmly outside the corporate/SaaS template space that dominates the corpus (97% corporate aesthetic avoided).

**Seed:** victorian-ornate, sidebar, humanist, high-contrast, micro-interactions, marble-texture, city-urban, futuristic-cutting-edge
**Avoided overused patterns:** corporate aesthetic, photography imagery, full-bleed layout, warm palette (replaced with high-contrast), parallax as primary animation (used minimally for skyline only), friendly tone, mono typography
**Preferred underused patterns:** victorian-ornate (1%), marble-texture (3%), city-urban (2%), sidebar (14%), micro-interactions (6%), futuristic-cutting-edge (3%), humanist typography (26%), high-contrast palette (24%)
<!-- DESIGN STAMP
  timestamp: 2026-03-28T08:17:44
  seed: title reveal
  aesthetic: The visual identity of xanadu.science channels a **Victorian laboratory of impos...
  content_hash: f135e9f8cad5
-->
