# Design Language for quietjoon.net

## Aesthetics and Tone
quietjoon.net channels a seapunk aesthetic — the oceanic digital culture of vaporwave's aquatic cousin applied to QuietJoon's network presence platform. The site submerges — deep-sea gradients, coral-reef color explosions, and the iridescent shimmer of digital consciousness floating through underwater data streams. Inspiration draws from the bioluminescent deep-sea photography of David Shale, the underwater installations of Jason deCaires Taylor, the aquatic CGI of Studio Ghibli's Ponyo, and the digital ocean aesthetics of early internet art. The tone is energetic — high-velocity, momentum-driven language that propels visitors through QuietJoon's network with currents of enthusiasm.

## Layout Motifs and Structure
The layout uses a **parallax-sections** architecture — content arranged in layered parallax depth that creates the oceanic quality of diving through stacked water layers of increasing depth.

**Parallax Sections Architecture:**
- Full-viewport sections stacked vertically
- Each section with parallax depth offset (transform: translateZ)
- Foreground content, midground decorations, background atmospherics
- Feature sections: depth-zero anchor points
- Container: 100vw sections with max-width: 880px inner content
- The parallax creates the diving-deeper quality of exploring oceanic network layers

**Section Sequence:**
1. **Surface:** Hero with bebas-bold title on neon-electric seapunk gradient, botanical-illustration coral reef elements, layered-depth oceanic strata
2. **Current:** Network connections in parallax flow — blur-focus interactive depth-of-field with botanical-illustration aquatic flora
3. **Reef:** Featured network node in depth-zero anchor with layered-depth surrounding ecosystem and botanical-illustration detailed coral
4. **Abyss:** Deep network data in darkened parallax layer with botanical-illustration bioluminescent accents
5. **Resurface:** Footer as return to surface — energetic farewell with layered-depth ascending layers and vibrant closing

## Typography and Palette
**Typography:**
- **Headlines:** "Bebas Neue" (Google Fonts) — bold condensed at 2.8rem-4rem, weight 400. Its tall, compressed letterforms create the vertical-dive quality of descending through water columns — each letter a plunge deeper.
- **Body Text:** "Nunito" (Google Fonts) — rounded sans at 0.95rem, weight 400, line height 1.7.
- **Accent:** "Bebas Neue" at 1.5rem for network node labels and depth markers.
- **Labels:** "Nunito" at 0.7rem, weight 600, uppercase, letter-spacing 0.08em.

**Color Palette:**
- **Abyss Blue:** #080818 — deep abyss for backgrounds
- **Deep Surface:** #101028 — deep blue for panels
- **Neon Aqua:** #00e8d0 — electric aquamarine for primary accent
- **Neon Magenta:** #e838c8 — electric magenta for secondary accent
- **Neon Yellow:** #d8f800 — electric chartreuse for tertiary accent
- **Sea Foam:** #b0e8e0 — light sea foam for text
- **Shadow Deep:** #282848 — deep shadow for secondary text
- **Border Neon:** rgba(0,232,208,0.1) — aqua neon border

## Imagery and Motifs
**Botanical-Illustration Aquatic Flora:** Network nodes illustrated through coral-reef botanical elements — SVG sea plants, coral branches, anemone tendrils (30-60px) in Neon Aqua and Neon Magenta with 1.5px strokes. The botanical illustrations create the living-reef quality of a network ecosystem teeming with connected life.

**Blur-Focus Depth-of-Field:** Interactive focus shifting — foreground elements at full clarity, background at filter: blur(3px), with focus shifting on scroll or hover. Transition: 400ms ease. The blur creates the underwater depth-of-field quality of diving through layers of varying clarity.

**Layered-Depth Oceanic Strata:** Content panels at different visual depths — z-index layering with scale(0.95) for background, scale(1.0) for midground, scale(1.02) for foreground, each with corresponding opacity (0.6, 0.8, 1.0). The strata create the water-column quality of oceanic layers at different depths.

**Neon-Electric Seapunk Gradient:** Background uses intense neon color mixing — linear-gradient(180deg, rgba(0,232,208,0.04), rgba(232,56,200,0.03), rgba(216,248,0,0.02), transparent). The neon creates the bioluminescent quality of deep-sea creatures glowing in darkness.

**Bubble Rise Particles:** Small circles (4-8px) rising upward — CSS animation: translateY(20px) to translateY(-100vh) over 8-15s linear infinite, with slight horizontal wobble. In Neon Aqua at 0.1 opacity. The bubbles create the underwater atmosphere of air escaping toward the surface.

## Prompts for Implementation
Build the page as a seapunk oceanic network dive. Parallax: .ocean-section { min-height: 100vh; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; } .ocean-content { max-width: 880px; margin: 0 auto; padding: 60px 24px; position: relative; z-index: 2; }

Blur-focus: .depth-bg { filter: blur(3px); opacity: 0.6; transition: filter 400ms ease, opacity 400ms ease; } .depth-bg.focused { filter: blur(0); opacity: 1; }

Layered depth: .stratum-far { transform: scale(0.95); opacity: 0.6; } .stratum-mid { transform: scale(1.0); opacity: 0.8; } .stratum-near { transform: scale(1.02); opacity: 1.0; }

Bubble rise: .bubble { position: absolute; border-radius: 50%; background: rgba(0,232,208,0.1); animation: bubbleRise var(--duration, 10s) linear infinite; } @keyframes bubbleRise { 0% { transform: translateY(20px) translateX(0); opacity: 0.1; } 50% { transform: translateY(-50vh) translateX(5px); opacity: 0.15; } 100% { transform: translateY(-100vh) translateX(-3px); opacity: 0; } }

Coral flora: .coral-svg { stroke: var(--coral-color, #00e8d0); stroke-width: 1.5; fill: none; stroke-linecap: round; }

AVOID: Standard network dashboards, corporate connection platforms, and minimal data visualizations. Let seapunk submersion and energetic momentum create a network platform where QuietJoon's connections form a living reef of bioluminescent digital life.

## Uniqueness Notes
1. **Seapunk for personal network:** Oceanic digital culture makes network connections feel like a living underwater ecosystem rather than a dry data platform.
2. **Parallax as diving depth:** Layered depth creates the physical sensation of diving through stacked oceanic layers.
3. **Blur-focus as underwater vision:** Depth-of-field shifting creates the natural visual quality of focusing at different water depths.
4. **Botanical-illustration as coral reef:** Aquatic flora illustrations make network nodes feel like living organisms in a reef ecosystem.
5. **Neon-electric as bioluminescence:** Intense neon colors create the deep-sea quality of organisms glowing in absolute darkness.

**Seed/Style:** aesthetic: seapunk, layout: parallax-sections, typography: bebas-bold, palette: neon-electric, patterns: blur-focus, imagery: botanical-illustration, motifs: layered-depth, tone: energetic

**Avoided Overused Patterns:** corporate aesthetic (87%), parallax patterns (92%), asymmetric layout (90%), mono typography (93%), warm palette (94%), friendly tone (88%), minimal imagery (92%). This design uses seapunk aesthetic, parallax-sections layout, neon-electric palette, botanical-illustration imagery, and energetic tone.
<!-- DESIGN STAMP
  timestamp: 2026-03-19T03:04:16
  domain: quietjoon.net
  seed: unspecified
  aesthetic: quietjoon.net channels a seapunk aesthetic — the oceanic digital culture of vapo...
  content_hash: a99e576d6d80
-->
