# Design Language for sora.day

## Aesthetics and Tone
sora.day channels a flat-design aesthetic — the clean geometric reduction, confident color blocking, and purposeful simplicity of post-skeuomorphic digital design applied to a platform celebrating 空 (sky/emptiness) and 소라 (shell/conch). The site breathes — with the crisp clarity of weather applications stripped to their essence, the geometric confidence of iOS 7's revolutionary flatness, and the meditative quality of looking upward into an endless gradient sky. Inspiration draws from the graphic minimalism of Otl Aicher's Olympic pictograms, the flat-color compositions of Charley Harper's wildlife prints, the geometric poetry of Kazimir Malevich's suprematist compositions, and the atmospheric color fields of James Turrell's skyspaces. The tone is futuristic-cutting-edge — forward-looking language that frames sky observation and shell-collecting as technological acts of environmental perception.

The flat-design language transforms sora.day into a sky-observation dashboard where each day's atmosphere becomes a data point in an ongoing record of celestial phenomena, the conch shell a resonant vessel connecting earth to sky through sound and spiral geometry.

## Layout Motifs and Structure
The layout uses a **parallax-sections** architecture — content in layered depth planes creating the atmospheric quality of sky strata observed at different altitudes, each section a distinct atmospheric layer.

**Parallax Sections Architecture:**
- Full-width sections with parallax background movement at varying speeds
- Foreground content: max-width: 820px centered
- Sky gradient backgrounds at 0.2x scroll speed (slow atmospheric drift)
- Mid-ground cloud-like elements at 0.5x scroll speed
- Foreground content at 1x scroll speed (grounded observation)
- Container: full-width with atmospheric depth layers and 820px inner content
- The parallax creates the altitudinal quality of ascending through atmospheric layers

**Section Sequence:**
1. **Zenith:** Hero with frutiger-clean title on warm sky gradient, floral-botanical spiral shell motifs, gradient-mesh atmospheric imagery
2. **Cirrus Layer:** Featured sky phenomena in parallax depth — glitch atmospheric-static interaction with gradient-mesh high-altitude treatment
3. **Cumulus Layer:** Sky collection in mid-altitude sections — gradient-mesh cloud-form compositions with floral-botanical shell-spiral accents
4. **Stratus Layer:** Daily observations in grounded sections with floral-botanical simplified motifs
5. **Horizon:** Footer as ground level — futuristic-cutting-edge closing with floral-botanical settled forms and forward-looking farewell

## Typography and Palette
**Typography:**
- **Headlines:** "Quicksand" (Google Fonts) — frutiger-clean rounded sans at 2.4rem-3.2rem, weight 700. Its soft geometric forms create the atmospheric quality of letterforms shaped by wind and altitude, friendly yet technologically precise.
- **Body Text:** "Nunito Sans" (Google Fonts) — clean sans at 0.95rem, weight 400, line height 1.75.
- **Data:** "IBM Plex Mono" (Google Fonts) — monospace at 0.85rem for atmospheric readings and temporal data.
- **Labels:** "Nunito Sans" at 0.65rem, weight 600, uppercase, letter-spacing 0.12em.

**Color Palette:**
- **Dawn Cream:** #faf3e8 — warm sky-cream for backgrounds
- **Zenith Blue:** #4a90b8 — clear sky blue for primary elements
- **Dusk Rose:** #d87880 — sunset rose for warm accents
- **Shell Coral:** #e8a890 — conch-shell coral for secondary accent
- **Cloud White:** #f0eff5 — cool cloud white for panels
- **Night Ink:** #1c2838 — deep sky-dark for text
- **Atmosphere Gray:** #8898a8 — sky-haze gray for secondary text
- **Sky Border:** rgba(74,144,184,0.1) — zenith blue tint border

## Imagery and Motifs
**Gradient-Mesh Atmospheric Fields:** Sky sections feature gradient-mesh atmospheric color fields — radial-gradient(ellipse at 40% 30%, rgba(74,144,184,0.06), transparent 60%), radial-gradient(ellipse at 70% 70%, rgba(216,120,128,0.04), transparent 50%). The gradient-mesh creates the atmospheric quality of sky colors bleeding into each other at different times of day.

**Glitch Atmospheric Static:** Interactive elements trigger brief atmospheric distortion — horizontal displacement (translateX alternating 1px/-1px) with opacity flutter (0.92) for 200ms on interaction. The glitch creates the quality of radio-frequency atmospheric interference, sky signals momentarily disrupted.

**Floral-Botanical Shell Spirals:** Decorative spiral motifs derived from conch shell geometry — SVG logarithmic spirals, nautilus curves, and fibonacci-sequence petal arrangements in Zenith Blue and Shell Coral at 0.03-0.06 opacity. The spirals create the mathematical quality of natural growth patterns connecting shells to sky through golden-ratio geometry.

**Flat Color Sky Blocks:** Content panels with flat geometric color blocking — background: #f0eff5; border: 1px solid rgba(74,144,184,0.08); border-radius: 12px; box-shadow: none. The flat treatment creates the clean quality of post-skeuomorphic interface design where sky data is presented without material pretension.

**Atmospheric Time Gradient:** Hero section uses time-responsive gradient concept — linear-gradient(180deg, #4a90b8 0%, #faf3e8 50%, #d87880 100%) representing the full day cycle from zenith through horizon to dusk, the flat-design reduction of an entire sky day into three color stops.

## Prompts for Implementation
Build the page as a flat-design sky observation platform. Parallax sections: .sky-layer { position: relative; min-height: 100vh; overflow: hidden; } .atmosphere-bg { position: absolute; inset: 0; transform: translateY(calc(var(--scroll) * 0.2)); } .sky-content { position: relative; max-width: 820px; margin: 0 auto; padding: 80px 24px; z-index: 1; }

Atmospheric static: .atmo-glitch { animation: sky-static 200ms steps(3); } @keyframes sky-static { 33% { transform: translateX(1px); opacity: 0.92; } 66% { transform: translateX(-1px); } }

Flat sky panel: .sky-card { background: #f0eff5; border: 1px solid rgba(74,144,184,0.08); border-radius: 12px; padding: 32px; }

Shell spiral: .spiral-motif { opacity: 0.05; } .spiral-motif svg path { stroke: #4a90b8; stroke-width: 1; fill: none; }

AVOID: Standard weather apps, corporate sky dashboards, and generic nature platforms. Let flat-design geometric clarity and futuristic-cutting-edge perception technology create a sky observation platform where each day's atmosphere is a flat-color composition, each shell a mathematical spiral connecting observer to observed.

## Uniqueness Notes
1. **Flat-design for sky observation:** Post-skeuomorphic geometric clarity makes atmospheric phenomena feel like data visualizations rather than nature photography.
2. **Parallax-sections as atmospheric strata:** Depth-layered scrolling creates the altitudinal quality of ascending through sky layers from horizon to zenith.
3. **Gradient-mesh as atmospheric color:** Blended color fields create the quality of sky colors at different times without photographic representation.
4. **Shell spirals as mathematical motifs:** Fibonacci-derived spiral decorations connect conch geometry to celestial observation through shared mathematical language.
5. **Atmospheric static as sky interference:** Glitch interactions evoke radio-frequency atmospheric disruption rather than digital error.

**Seed/Style:** aesthetic: flat-design, layout: parallax-sections, typography: frutiger-clean, palette: warm, patterns: glitch, imagery: gradient-mesh, motifs: floral-botanical, tone: futuristic-cutting-edge

**Avoided Overused Patterns:** corporate aesthetic (90%), mono typography (94%), asymmetric layout (92%), minimal imagery (93%), friendly tone (90%). This design uses flat-design aesthetic, frutiger-clean typography, gradient-mesh imagery, and futuristic-cutting-edge tone.
<!-- DESIGN STAMP
  timestamp: 2026-03-19T04:05:54
  domain: sora.day
  seed: unspecified
  aesthetic: sora.day channels a flat-design aesthetic — the clean geometric reduction, confi...
  content_hash: 0063b4d7f492
-->
