# Design Language for yongzoon.net

## Aesthetics and Tone
yongzoon.net is a maximalist explosion of culture, pattern, and personality -- a digital bazaar where every surface overflows with visual information. The aesthetic rejects the tyranny of white space in favor of dense, layered, pattern-rich compositions that reward slow exploration. The broken-grid layout shatters conventional alignment, placing content blocks at unexpected angles and overlapping positions like posters wheat-pasted on a city wall. The sepia-nostalgic palette wraps this maximalism in a warm vintage filter, as if the visual excess was photographed through aged film stock. Nature elements (leaves, branches, feathers, stones) appear as photographic textures clipped into unexpected shapes, grounding the digital chaos in organic reality. Cultural motifs from Korean traditional patterns (dancheong painting, bojagi patchwork) collide with modern eclectic typography to create a cross-temporal identity. The tone is playful -- this site does not take itself seriously and invites the viewer to enjoy the visual overload.

## Layout Motifs and Structure
A **broken-grid** layout where content blocks deliberately overlap, rotate, and break out of any implied grid structure -- organized chaos as design philosophy.

**Primary structure:**
- **Splash wall (100vh):** An overwhelming first impression -- the name "YONGZOON" broken into individual characters scattered across the viewport at various sizes (clamp(30px, 5vw, 80px) to clamp(60px, 12vw, 200px)), rotations (-15deg to +15deg), and z-indices. Each character has a different background treatment (sepia photo crop, geometric pattern, solid warm tone). Behind everything, a barely visible nature photograph (leaf canopy, 0.08 opacity, sepia filter).
- **Content chaos zone:** Below the splash, content blocks (project cards, bio text, skill lists, image collages) are placed on a deliberately broken grid: some blocks overlap by 20-40px, some are rotated 2-5 degrees, some have torn-paper-edge CSS clip-paths. The user scrolls through a collage of information.
- **Cultural strip:** A horizontal band featuring Korean traditional patterns (dancheong-inspired geometric borders) rendered as repeating SVG patterns in sepia tones, containing a short cultural statement in both Korean and English.
- **Gathering footer:** Content gradually becomes more ordered toward the bottom, as if the chaos settles -- the footer uses a simple 2-column layout with clean alignment, providing visual relief.

**Spatial relationships:** Intentionally inconsistent -- margins range from -20px (overlapping) to 80px. Some blocks break the viewport edge. Content width varies from 40vw to 90vw per block. Rotation applied via CSS transform: rotate() on 30% of content blocks.

## Typography and Palette
**Fonts:**
- **Display/Chaos headlines:** "Bungee" (Google Fonts) -- a heavy, blocky display face designed for vertical and horizontal use, at clamp(32px, 6vw, 72px). Weight 400. The industrial boldness of Bungee supports the maximalist density without disappearing into the noise.
- **Body text:** "Noto Serif" (Google Fonts) -- a comprehensive serif family with excellent Korean (Hangul) and Latin support, at 16px/1.7 line-height. Weight 400. Noto Serif provides readability anchors within the visual chaos.
- **Accent/Labels:** "Archivo Black" (Google Fonts) -- a heavy grotesque at 13px, uppercase, letter-spacing: 0.08em. Used for category tags and labels that need to punch through the visual density.

**Color Palette (sepia-nostalgic):**
- **Sepia dark:** #3a2a1a (deep brown-black, primary text on light)
- **Sepia warm:** #8a6a4a (warm brown for secondary elements)
- **Parchment:** #f0e4d0 (aged paper background)
- **Faded cream:** #e8d8c0 (slightly darker parchment for card backgrounds)
- **Burnt umber:** #c87830 (primary accent, links, highlights)
- **Dusty rose:** #c8887a (secondary accent for decorative elements)
- **Vintage teal:** #5a8a7a (rare cool accent for contrast moments)

## Imagery and Motifs
**Core visual motifs:**
- **Nature element textures:** Photographs of organic materials (bark, leaves, river stones, feathers) cropped into geometric shapes (circles, triangles, irregular polygons) and scattered through the layout as decorative elements. All images treated with a sepia CSS filter (sepia(0.6) contrast(1.1)).
- **Cultural geometric patterns:** Korean dancheong-inspired repeating patterns (interlocking geometric shapes, cloud-and-flower motifs) rendered as SVG repeating-pattern fills in sepia tones. Used as backgrounds for specific content blocks and as the cultural strip border.
- **Card-flip reveals:** Select content cards have a front (visible) and back (hidden) face. On click, they flip via CSS rotateY transition (500ms) to reveal additional information, hidden content, or a nature photograph -- rewarding curious users.
- **Torn paper edges:** CSS clip-path with irregular polygon points creating torn-paper edges on 20-30% of content blocks, reinforcing the collage/wheat-paste aesthetic.
- **Eclectic type mixing:** Headlines sometimes mix Bungee with Noto Serif within the same line (different words in different typefaces), creating typographic tension that is intentionally maximalist.

## Prompts for Implementation
**Full-screen maximalist collage:** The site should feel like walking through a densely decorated artist's studio or a Harajuku street covered in posters. Every scroll reveals more layers. Nothing is minimal.

**Broken grid implementation:**
- Use CSS grid as a base (12 columns) but override individual items with grid-column spanning irregular ranges and negative margins.
- Apply CSS transform: rotate(random -5deg to +5deg) to ~30% of elements via CSS custom properties.
- Allow content blocks to overlap with z-index layering (z-index: 1-5, higher for important content).

**Card-flip interaction:**
- Each flippable card: position: relative, perspective: 1000px on parent.
- Front and back faces: position: absolute, backface-visibility: hidden.
- On click, toggle class that applies transform: rotateY(180deg) with transition: 0.5s.

**Sepia treatment:**
- Apply filter: sepia(0.6) contrast(1.1) brightness(1.05) to all imagery.
- Background parchment texture: subtle CSS noise (SVG feTurbulence) at 0.02 opacity over #f0e4d0.

**AVOID:** Minimalism, white space, clean grids, monochrome palettes. This design celebrates visual abundance.

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

1. **Korean cultural patterns in maximalist broken-grid collage:** No other design combines dancheong-inspired traditional Korean geometric patterns with a Western maximalist broken-grid layout -- the cross-cultural collision is structurally unique.

2. **Intentional typographic chaos (multi-family headline mixing):** While other designs pair fonts carefully, yongzoon.net deliberately mixes typefaces WITHIN headlines, treating typography as collage material rather than a harmonious system.

3. **Entropy-to-order narrative arc:** The site's progression from visual chaos (splash/content zone) to relative order (footer) creates a unique structural narrative where the design itself tells a story of settling down.

**Chosen seed/style:** aesthetic: maximalist, layout: broken-grid, typography: eclectic-hybrid, palette: sepia-nostalgic, patterns: card-flip, imagery: nature-elements, motifs: cultural, tone: playful

**Avoided overused patterns:** photography imagery (91%), centered layout (98%), card-grid layout (96%), warm palette (94%), parallax patterns (98%), mono typography (82%), mysterious-moody tone (72%).
<!-- DESIGN STAMP
  timestamp: 2026-03-21T16:16:25
  domain: yongzoon.net
  seed: seed
  aesthetic: yongzoon.net is a maximalist explosion of culture, pattern, and personality -- a...
  content_hash: 5d5a80702b6c
-->
