# Design Language for infra.day

## Aesthetics and Tone
infra.day embraces a zen aesthetic — the tranquil discipline of Japanese garden design applied to infrastructure storytelling. The site transforms the typically sterile world of infrastructure into a meditative visual experience where server racks become rock gardens, network diagrams become flowing water, and uptime metrics become seasonal cycles. Inspiration draws from Ryoan-ji's stone garden compositions, Muji's functional serenity, and the contemplative quality of watching clouds drift across a clear sky. The tone is playful — infrastructure presented not as burden but as delight, finding joy in well-organized systems the way a gardener finds peace in perfectly raked gravel. Surfaces breathe with generous whitespace, elements are placed with deliberate restraint, and the user experience feels like a slow, intentional walk through a curated landscape of infrastructure knowledge.

## Layout Motifs and Structure
The layout uses a **parallax-sections** architecture — vertically stacked full-viewport sections where foreground content, midground decorative elements, and background textures scroll at different speeds, creating meditative depth.

**Parallax Section Architecture:**
- Each section fills 100vh with a centered content column (max-width: 800px)
- Three parallax depth layers per section: background texture (0.3x scroll speed), decorative leaf elements (0.6x), and content (1.0x)
- Between sections: a breathing space (40vh) of pure background gradient, allowing the eye to rest — the "ma" (negative space) principle
- Navigation: A minimal vertical dot indicator on the right edge, dots rendered as small leaf silhouettes

**Section Sequence:**
1. **Stone Garden Hero:** Title and subtitle floating over a field of carefully placed circular elements (stones)
2. **Water Flow:** Infrastructure concepts presented as a flowing diagram with parallax-separated layers
3. **Seasonal Metrics:** Data visualizations rendered as seasonal botanical charts
4. **Moss Path:** Feature walkthrough with stepping-stone navigation between items
5. **Moon Window:** Closing section with a circular framing element (ensou circle) containing the call to contemplation

**Structural Details:**
- Content containers use no visible borders — separation is achieved through spacing alone
- All corners are softly rounded (12-20px) when containers are visible
- Maximum content width: 800px centered, creating a narrow, focused reading column

## Typography and Palette
**Typography:**
- **Headlines:** "Zilla Slab" (Google Fonts) — a warm slab-serif with approachable weight at 2.5rem-4rem, weight 600. The slab serifs ground the text like stones in a garden, providing stability without rigidity.
- **Body Text:** "Lora" (Google Fonts) — an elegant serif with calligraphic roots at 1.05rem, weight 400. Line height 1.85 for meditative reading pace — luxuriously spaced.
- **Data Labels:** "Zilla Slab" at 0.8rem, weight 500, for chart labels, metric values, and infrastructure terminology.
- **Accent Mono:** "IBM Plex Mono" (Google Fonts) — for code snippets, server names, and technical identifiers at 0.85rem, weight 400.

**Color Palette:**
- **Washi Cream:** #faf5ef — warm paper-white background, the primary surface color
- **Bamboo Green:** #8db580 — soft sage green for primary accents and leaf elements
- **Petal Pink:** #e8b4b8 — gentle cherry-blossom pink for secondary highlights and hover states
- **Sky Lavender:** #b8b5d4 — muted lavender for tertiary accents and data visualization fills
- **Stone Gray:** #9a9590 — warm gray for secondary text and subtle borders
- **Ink Charcoal:** #3a3632 — warm near-black for primary text
- **Moss Deep:** #5a7a52 — darker green for active states and emphasis
- **Cloud White:** #ffffff — pure white for card surfaces within the cream background

## Imagery and Motifs
**Leaf-Organic Decorative Elements:** Throughout the site, stylized leaf silhouettes (SVG) float at various depths in the parallax layers. Leaves are rendered as simple, elegant outlines — single-stroke paths suggesting maple, bamboo, and ginkgo forms. They drift slowly with CSS animations (30-60s loops) and respond to scroll position through the parallax system.

**Data Visualization as Garden Art:**
- Infrastructure metrics rendered as botanical growth charts — uptime represented as tree ring cross-sections, network traffic as flowing stream widths, server load as stone garden density
- Chart elements use the pastel palette with thin 1px strokes and soft fills at 0.6 opacity
- Axes and grid lines are minimal: light dotted lines (#9a9590 at 0.2 opacity) rather than solid rules

**Stone Garden Hero Elements:**
- Circular elements (40-120px, various palette colors at low opacity) placed in asymmetric Ryoan-ji-style arrangements
- Each circle has a subtle shadow suggesting depth, as if stones resting on raked sand
- Faint concentric ripple lines (1px, #9a9590 at 0.1 opacity) emanating from each circle, suggesting the raked gravel patterns around stones

**Ensou (Circle) Motif:**
- A hand-brushed open circle (SVG path with imperfect stroke) appears as a recurring framing element
- Used to frame key statistics, section headings, and the closing viewport
- The imperfect brushstroke quality reinforces the wabi-sabi zen sensibility

**Magnetic Cursor Interaction:**
- Leaf elements and stone circles subtly pull toward the cursor when nearby (within 150px), then drift back when the cursor moves away
- The magnetic pull strength decreases with distance, creating a natural gravitational field effect
- This interaction is gentle — maximum displacement of 8-12px — maintaining the zen calm

## Prompts for Implementation
Build the page as a meditative parallax scroll journey. Implement the three-depth parallax using CSS transforms with translateZ and perspective on a parent container, or use JavaScript-driven translateY adjustments on scroll. Each section's background layer moves at 0.3x scroll speed, decorative leaf layer at 0.6x, and content at 1.0x.

The stone garden hero creates its arrangement programmatically: position 5-7 circle divs using CSS Grid or absolute positioning with predefined coordinates that create an aesthetically balanced asymmetric composition. Each stone gets a radial-gradient fill from its palette color to transparent, with box-shadow: 0 4px 16px rgba(58, 54, 50, 0.15) for grounded depth. The concentric ripple lines are SVG circles with no fill, 1px stroke, and opacity fading outward.

The data visualizations should be built with SVG elements: botanical growth charts use path elements with smooth bezier curves filled with palette colors at 0.5 opacity. Animate the path drawing using stroke-dasharray/dashoffset triggered by Intersection Observer, so charts draw themselves as the user scrolls to them (1.5s duration, ease-out).

The magnetic cursor interaction: use requestAnimationFrame to track cursor position. For each interactive element within 150px of the cursor, calculate a displacement vector pointing toward the cursor, scaled by (1 - distance/150) * maxDisplacement. Apply via CSS transform: translate(). When cursor leaves range, animate back to origin with a gentle spring easing.

The breathing spaces between sections should be pure gradient transitions between adjacent section background colors, achieved with linear-gradient on a spacer div.

AVOID: CTA-heavy layouts, pricing blocks, stat-grids, corporate dashboard aesthetics. Let the zen garden metaphor and gentle interactivity create a contemplative infrastructure experience.

## Uniqueness Notes
1. **Zen garden metaphor for infrastructure:** Transforming typically sterile infrastructure topics into meditative garden experiences creates an entirely unexpected conceptual framework.
2. **Botanical data visualizations:** Rendering metrics as tree rings, flowing streams, and growth patterns instead of standard bar/line charts creates a unique data storytelling approach.
3. **Magnetic cursor on garden elements:** The gentle gravitational pull of stones and leaves toward the cursor creates a tactile, wind-like interaction that reinforces the natural garden atmosphere.
4. **Ensou circle as structural motif:** Using the imperfect brushstroke circle as a framing device for content and statistics brings calligraphic art into functional web layout.
5. **Parallax-depth leaf system:** Floating botanical elements at multiple depth layers with independent scroll speeds creates atmospheric depth that enhances the outdoor garden feeling.

**Seed/Style:** aesthetic: zen, layout: parallax-sections, typography: slab-serif, palette: pastel, patterns: magnetic, imagery: data-viz, motifs: leaf-organic, tone: playful

**Avoided Overused Patterns:** corporate aesthetic (76%), parallax as dominant pattern (85%), asymmetric layout (85%), mono typography (86%), warm palette (89%), friendly tone (76%), minimal imagery (84%), tech motifs (80%). This design uses zen aesthetic, parallax-sections layout, slab-serif typography, pastel palette, magnetic patterns, and playful tone.
<!-- DESIGN STAMP
  timestamp: 2026-03-19T00:08:31
  domain: infra.day
  seed: unspecified
  aesthetic: infra.day embraces a zen aesthetic — the tranquil discipline of Japanese garden ...
  content_hash: f16ac163f143
-->
