# Design Language for scientific.quest

## Aesthetics and Tone
scientific.quest channels a scandinavian aesthetic — the clean, functional beauty of Nordic design principles applied to a scientific quest and discovery platform. The site investigates — with the methodical clarity of Scandinavian research institutions, the democratic accessibility of publicly funded science, and the quiet confidence of discoveries presented through honest, transparent communication. Inspiration draws from the clean research reports of Karolinska Institutet, the functional beauty of Danish scientific instrument design, the editorial clarity of Nature Scandinavia, and the democratic transparency of Nordic open-science initiatives. The tone is tech-tutorial — instructional, step-by-step language that guides scientists through quests with the patient clarity of a well-written laboratory protocol.

## Layout Motifs and Structure
The layout uses a **hexagonal-honeycomb** architecture — content organized in hexagonal modules that create the molecular-structure quality of scientific data arranged in naturally efficient geometric patterns.

**Hexagonal Honeycomb Architecture:**
- CSS Grid with hexagonal-approximation using clip-path
- Hex cells: ~200px wide with 60-degree clipping
- Feature hexagons: double-size spanning two rows
- Staggered rows with offset for true honeycomb pattern
- Container: max-width: 1060px centered
- The honeycomb creates the molecular quality of scientific data organized in nature's most efficient tessellation

**Section Sequence:**
1. **Hypothesis:** Hero with sans-grotesk title on pastel scandinavian gradient, minimal clean scientific imagery, aurora-lights atmospheric northern-sky color
2. **Method:** Quest protocols in hexagonal honeycomb — path-draw-svg interactive molecular-connection animations with minimal precise imagery
3. **Data:** Featured scientific data in double-hex presentation with aurora-lights immersive atmospheric effects and minimal focused imagery
4. **Results:** Quest outcomes in standard honeycomb with aurora-lights reduced northern glow
5. **Conclusion:** Footer as paper conclusion — tech-tutorial farewell with aurora-lights settled atmosphere and instructional closing

## Typography and Palette
**Typography:**
- **Headlines:** "DM Sans" (Google Fonts) — sans-grotesk humanist sans at 2.2rem-3rem, weight 700. Its clean, approachable forms create the research-paper quality of scientific headlines designed for clarity and universal readability.
- **Body Text:** "Inter" (Google Fonts) — precise sans at 0.9rem, weight 400, line height 1.8.
- **Data:** "JetBrains Mono" (Google Fonts) — monospace at 0.85rem for scientific notation, measurements, and experimental data.
- **Labels:** "Inter" at 0.65rem, weight 500, uppercase, letter-spacing 0.1em.

**Color Palette:**
- **Lab White:** #f4f2f0 — clean lab white for backgrounds
- **Pastel Surface:** #ece8e4 — soft pastel for panels
- **Science Blue:** #4878b0 — clear science blue for primary accent
- **Science Green:** #48a070 — research green for secondary accent
- **Science Amber:** #c89838 — data amber for tertiary accent
- **Lab Dark:** #1c1a18 — clean dark for text
- **Pastel Gray:** #888480 — neutral gray for secondary text
- **Border Science:** rgba(72,120,176,0.1) — blue tint border

## Imagery and Motifs
**Minimal Clean Scientific Imagery:** Quest sections feature clean, minimal visual elements — thin-stroke icons (1.5px) in Science Blue for scientific instruments (microscope, flask, molecule). No photographic imagery — only geometric and diagrammatic representations. The minimal imagery creates the Nordic quality of science communicated through essential visual elements only.

**Path-Draw-SVG Molecular Connections:** Hexagonal modules connected by animated SVG paths — stroke-dasharray: 100; stroke-dashoffset: 100; animating to stroke-dashoffset: 0 over 800ms on scroll intersection. Lines connect related scientific quests with thin (1.5px) paths in Science Blue at 0.08 opacity. The path-drawing creates the molecular-bond quality of scientific connections forming before the observer's eyes.

**Aurora-Lights Northern-Sky Atmosphere:** Background features subtle aurora-like northern sky effects — linear-gradient(var(--aurora-angle, 160deg), rgba(72,120,176,0.015), transparent 30%, rgba(72,160,112,0.01) 60%, transparent). Animation slowly shifts gradient angle over 20s. The aurora creates the Nordic quality of a science platform bathed in the ethereal light of northern skies.

**Pastel Scandinavian Atmosphere:** Background uses clean, soft pastels — radial-gradient(at 50% 30%, rgba(72,120,176,0.02), transparent 40%). The pastel warmth creates the Nordic-lab quality of research environments designed for human comfort and sustained intellectual focus.

**Hexagonal Cell Borders:** Honeycomb cells with clean geometric borders — clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); border approximated with box-shadow in Science Blue at 0.08 opacity. The hexagonal forms create the molecular quality of scientific data organized in nature's geometry.

## Prompts for Implementation
Build the page as a scandinavian scientific quest honeycomb. Hexagonal grid: .hex-grid { display: grid; grid-template-columns: repeat(auto-fill, 200px); gap: 8px; max-width: 1060px; margin: 0 auto; padding: 60px 24px; } .hex-cell { clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); aspect-ratio: 1/1.15; padding: 24px; display: flex; align-items: center; justify-content: center; } .hex-row-offset { margin-left: 100px; }

Path draw: .molecule-path { stroke-dasharray: 100; stroke-dashoffset: 100; transition: stroke-dashoffset 800ms ease-out; } .molecule-path.visible { stroke-dashoffset: 0; }

Hex card: .science-hex { background: #ece8e4; position: relative; } .science-hex::before { content: ''; position: absolute; inset: 2px; clip-path: inherit; box-shadow: inset 0 0 0 1px rgba(72,120,176,0.1); }

Aurora: .nordic-sky { background: linear-gradient(var(--angle, 160deg), rgba(72,120,176,0.015), transparent 30%, rgba(72,160,112,0.01) 60%, transparent); animation: aurora-drift 20s ease-in-out infinite; }

AVOID: Standard scientific platforms, corporate research dashboards, and minimal quest trackers. Let Scandinavian functional clarity and tech-tutorial guidance create a scientific quest where discoveries are organized in molecular honeycomb patterns under the ethereal light of Nordic aurora, each quest a clean, well-documented step in the scientific method.

## Uniqueness Notes
1. **Scandinavian for scientific quests:** Nordic functional beauty makes scientific research feel like a well-designed, democratic process accessible to all participants.
2. **Hexagonal-honeycomb as molecular structure:** Nature's most efficient tessellation creates the quality of scientific data organized in the geometry of molecules and crystals.
3. **Path-draw-svg as molecular bonding:** Animated connections create the quality of scientific relationships forming in real-time like chemical bonds.
4. **Aurora-lights as Nordic atmosphere:** Northern-sky effects create the quality of science conducted under the ethereal light of high-latitude research stations.
5. **Minimal imagery as clean science:** Essential-only visuals create the Nordic quality of research communicated with complete transparency and no decorative distraction.

**Seed/Style:** aesthetic: scandinavian, layout: hexagonal-honeycomb, typography: sans-grotesk, palette: pastel, patterns: path-draw-svg, imagery: minimal, motifs: aurora-lights, tone: tech-tutorial

**Avoided Overused Patterns:** corporate aesthetic (89%), parallax patterns (93%), asymmetric layout (91%), mono typography (94%), warm palette (95%), friendly tone (89%), minimal imagery (92%). This design uses scandinavian aesthetic, hexagonal-honeycomb layout, pastel palette, minimal imagery, and tech-tutorial tone.
<!-- DESIGN STAMP
  timestamp: 2026-03-19T03:35:28
  domain: scientific.quest
  seed: unspecified
  aesthetic: scientific.quest channels a scandinavian aesthetic — the clean, functional beaut...
  content_hash: 24c3c78f41aa
-->
