# Design Language for algoha.com

## Aesthetics and Tone

Algoha evokes a **goblincore fever dream** -- a moss-covered algorithm garden where ancient forest floors meet retro-futuristic computation. The site feels like stumbling into a damp hollow beneath a rotting oak stump and discovering that the fungi have been running distributed systems since before humankind. Every surface carries the texture of decomposition-as-beauty: bark grain, spore clouds, lichen patterns, and damp earth, all rendered through a hazy, dreamy-ethereal lens that makes the organic decay feel transcendent rather than repulsive.

The visual vocabulary borrows from 1970s science illustration -- the kind of cross-section diagrams you'd find in a water-damaged mycology textbook -- combined with retrofuturistic computing aesthetics: cathode-ray phosphor greens, amber terminal glows, and scan-line interference patterns. The overall mood is one of **reverent curiosity**: the user is a night-wandering naturalist who has found something luminous and algorithmic growing in the forest mulch. The tone is dreamy-ethereal -- soft, contemplative, slightly uncanny, as if the boundary between the digital and the decomposing natural world has dissolved.

## Layout Motifs and Structure

The layout follows a **hero-dominant** paradigm with **layered-depth** motifs. The hero consumes the full viewport and establishes an immersive forest-floor atmosphere that persists as the user scrolls deeper. Content sections do not break the illusion; they emerge from the layered depth of the scene itself, as if the user is peeling back layers of leaf litter to find content embedded within.

**Structure:**

- **Hero zone (100vh+):** A full-viewport forest floor scene built from overlapping semi-transparent layers. The deepest layer is a dark loam gradient. Above it: a translucent grain-textured fog layer. Above that: silhouetted fern and root shapes as SVG cutouts along the edges. The site title emerges from the center as if growing up through the soil, rendered in variable-fluid typography that scales continuously from 3rem on mobile to 7rem on ultrawide. No navigation bar is visible; the only affordance is a slow downward-breathing animation on a small spore-shaped indicator at the bottom of the viewport.

- **Content strata (below the fold):** Content is arranged in 3-5 horizontal "strata" that span the full width. Each stratum has its own depth layer: a semi-transparent textured background (bark, moss, mycelium network patterns) that creates parallax-free depth through opacity and blur differences. Content within each stratum is set in a single wide column (max-width: 720px, centered) with generous vertical padding (80px top/bottom). Between strata, there are "transition zones" -- 200px tall gradients where one texture dissolves into the next, creating a continuous vertical descent feeling.

- **Depth layering system:** Every section has 3 visual layers: (1) a background texture/pattern at 15-25% opacity, (2) a mid-ground decorative element (mycelium network SVG paths, spore clusters, root tendrils) at 30-50% opacity with a 2px Gaussian blur, and (3) the foreground content text and interactive elements at full opacity. This triple-layer system creates consistent depth without relying on parallax scrolling.

- **No grid, no columns:** The layout deliberately avoids multi-column grids. All content flows in a single narrative column. Decorative elements (mushroom illustrations, spore diagrams, root networks) are positioned absolutely and allowed to overlap the content column edges by 40-80px, breaking the rectilinear frame and reinforcing the organic chaos of goblincore.

## Typography and Palette

**Typography:**

- **Display / Hero Title:** "Bricolage Grotesque" (Google Fonts) -- a variable font with optical size axis, used at its widest and heaviest settings for the hero title. The variable-fluid approach means the font-size scales using `clamp(3rem, 5vw + 1rem, 7rem)` and the font-weight shifts from 700 on mobile to 800 on desktop via `font-variation-settings`. The irregular, slightly rough letterforms of Bricolage Grotesque evoke hand-carved type on a forest signpost, fitting the goblincore aesthetic perfectly.

- **Section Headings:** "Fraunces" (Google Fonts) -- a variable display serif with a "WONK" axis that gives it an organic, slightly unstable character. Used at 28px-42px, weight 600, with the WONK axis set to 1 for maximum quirkiness. The soft, floppy serifs feel like curling fern fronds. Letter-spacing: -0.02em. Color: #c4d4a0 (lichen green).

- **Body Text:** "Anybody" (Google Fonts) -- a variable sans-serif with an extreme width axis, used at a slightly condensed setting (font-stretch: 90%) for body text. Size: 17px/1.75 line-height. The condensed width creates dense, readable columns while the variable nature allows micro-adjustments per breakpoint. Color: #d9cdb8 (dried parchment) against dark backgrounds.

- **Captions and Metadata:** "JetBrains Mono" (Google Fonts) -- a developer-oriented monospace font for small annotations, timestamps, and algorithmic notation. Used at 12px/1.5, letter-spacing: 0.04em, color: #8b9a6e (moss). This creates the retro-terminal accent within the organic environment.

**Palette:**

The palette is **retro-futuristic** -- combining phosphor-screen greens and ambers with decaying organic browns and deep forest blacks. The colors feel like a 1970s computer terminal left running in a greenhouse for forty years.

| Role | Color | Hex | Description |
|------|-------|-----|-------------|
| Deep Soil | Background base | #0d0f08 | Near-black with a green undertone, like rich forest humus |
| Mulch | Secondary background | #1a1c12 | Dark olive-brown for content strata backgrounds |
| Dried Parchment | Body text | #d9cdb8 | Warm cream with yellow undertone, like aged paper |
| Lichen Green | Headings / accents | #c4d4a0 | Pale yellow-green, the color of crusty lichen |
| Phosphor Amber | Highlight / links | #e8a624 | Warm amber glow, reminiscent of an old CRT terminal |
| Spore Gold | Decorative accents | #d4a43a | Rich golden-brown like chanterelle mushrooms |
| Moss | Subtle text / captions | #8b9a6e | Muted sage green for secondary information |
| Mycelium White | Decorative lines | #f0ebe0 | Off-white with warmth, like exposed mycelium threads |
| Decay Rose | Rare accent | #a8546e | A muted mauve-rose, the color of decomposing petals |
| Terminal Green | Code / algorithm text | #4ae06a | Bright phosphor green for algorithm-related content |

## Imagery and Motifs

**Grain Overlay (Primary Imagery Technique):**
Every visual surface carries a film-grain overlay -- a CSS noise texture generated via an SVG `<feTurbulence>` filter applied to a full-viewport fixed-position element. The grain is set to `baseFrequency="0.65"` with 1 octave, blended via `mix-blend-mode: overlay` at 30% opacity. This gives the entire site the look of a photograph taken on expired film stock in a dark forest. The grain subtly animates -- its seed value shifts every 100ms via a CSS animation that cycles through 4 frames, creating a gentle living-film effect without being distracting.

**Mycelium Network SVGs:**
The primary decorative motif is hand-drawn-style SVG mycelium networks -- branching, threadlike paths that spread across backgrounds and between content strata. These are generated as `<path>` elements with organic cubic bezier curves, stroke-width: 1px, stroke: #f0ebe0 at 15-30% opacity. The networks originate from the edges of the viewport and branch inward, creating a sense of slow organic colonization of the page. Key nodes in the network are marked with small circles (r="3px") that pulse with a subtle glow animation in Phosphor Amber (#e8a624).

**Spore Cluster Particles:**
Small circular elements (3-8px diameter) in Spore Gold (#d4a43a) and Lichen Green (#c4d4a0) drift slowly across transition zones between content strata. These are implemented as lightweight CSS-animated elements (not canvas/WebGL) -- 15-25 particles per transition zone, each with a unique `animation-duration` between 8s and 20s, floating on gentle sine-wave paths using CSS keyframe animations. They evoke spores drifting in still air.

**Root Tendril Border Decorations:**
Content strata edges feature sinuous SVG root tendrils that curl along the top and bottom borders. These are thick (stroke-width: 3-5px) organic curves in Mulch (#1a1c12) with a subtle inner glow in Moss (#8b9a6e), giving them a bioluminescent quality. The tendrils do not form straight lines -- they wander, fork, and occasionally spiral, reinforcing the goblincore rejection of tidiness.

**Mushroom Cross-Section Diagrams:**
At key points in the narrative flow, decorative mushroom cross-section diagrams appear as SVG illustrations in a retro-scientific style -- thin precise lines in Mycelium White (#f0ebe0) with labeled parts using JetBrains Mono captions. These diagrams are purely decorative but serve as visual anchors that reinforce the mycological theme. Each diagram is unique: a bracket fungus shelf, a fairy ring from above, a truffle cross-section, a spore print pattern.

**Scan-Line Interference:**
Periodic horizontal lines (1px height, 4px apart, #4ae06a at 3% opacity) overlay certain content sections, creating a faint CRT monitor scan-line effect. This is implemented as a repeating CSS linear-gradient on a pseudo-element. The scan-lines are only visible on sections that contain algorithmic or computational content, reinforcing the retro-futuristic duality.

## Prompts for Implementation

**Full-Screen Narrative Experience:**
The site must be experienced as a single continuous descent from forest canopy into deep soil. The hero is an immersive 100vh+ forest-floor scene that establishes the atmosphere before any content appears. As the user scrolls, they sink deeper into the earth -- each content stratum is a geological layer with its own texture and mood. The final stratum should feel subterranean: darker, warmer, with the mycelium networks at their densest. This is not a marketing site. It is a meditative journey through an algorithmic ecosystem. There should be no navigation bar, no hamburger menu, no footer links grid. The only navigation is the scroll itself.

**Morph Animations (Primary Interaction Pattern):**
All state transitions use SVG/CSS morph animations rather than simple fades or slides. When a content element enters the viewport, its shape morphs from an organic blob into its final rectangular form over 800ms with an ease-in-out-back timing function. Hover states on interactive elements cause their borders to morph from straight lines into wavy organic curves. The hero title letters individually morph from spore-like circles into their final letterforms on page load, staggered over 1.5 seconds. Morph animations should use CSS `clip-path` transitions between `ellipse()` and `inset()` shapes, or SVG `<animate>` elements that interpolate between organic and geometric path data.

**Layered Depth Scroll Effects:**
As the user scrolls, the three visual layers (background texture, mid-ground decoration, foreground content) move at slightly different rates -- but NOT via traditional parallax (which would conflict with the layered-depth motif). Instead, use `position: sticky` with staggered `top` values so that background textures stick earlier and release later than foreground content, creating a natural depth separation. The grain overlay remains fixed to the viewport throughout.

**Variable-Fluid Typography Responsiveness:**
All typography scales fluidly using CSS `clamp()` functions and font-variation-settings that respond to viewport width. The hero title grows continuously from mobile to desktop without breakpoint jumps. Fraunces headings adjust their WONK axis based on available width -- more conventional at narrow viewports (WONK: 0), fully quirky at wide viewports (WONK: 1). Body text Anybody font adjusts its width axis from 85% at 320px viewport to 95% at 1400px viewport, maintaining optimal line length without media queries.

**Color Temperature Shift:**
As the user scrolls deeper, the overall color temperature subtly warms. The topmost stratum has cooler greens (Lichen Green, Moss) dominating. The middle strata introduce more amber (Phosphor Amber, Spore Gold). The deepest stratum is warmest, with Decay Rose accents appearing only here. This is achieved by defining CSS custom properties on each stratum section that override the global accent colors, creating a geological warmth gradient.

**Spore Burst Micro-Interactions:**
When the user clicks or taps anywhere on the page, a small burst of 5-8 spore particles erupts from the click point, drifting outward and fading over 1.2 seconds. This micro-interaction uses lightweight CSS animations triggered via JavaScript -- no heavy particle libraries. The spores inherit the color palette of the stratum they're in (cooler greens near the top, warmer golds at the bottom).

**AVOID:** CTA-heavy layouts, pricing blocks, stat-grids, multi-column feature comparison tables, testimonial carousels, standard SaaS hero patterns, cookie-cutter card grids. Also avoid parallax scrolling (use sticky layering instead), asymmetric grid layouts (use single narrative column), and tech motifs (use organic/mycological motifs exclusively).

## Uniqueness Notes

**Differentiators from other designs in this collection:**

1. **Goblincore aesthetic (0% frequency):** No other design in this collection uses the goblincore aesthetic. While 41% use corporate aesthetics and 37% use terminal/editorial styles, algoha.com embraces the chaotic beauty of decomposition, fungi, moss, and forest-floor detritus. This is an aesthetic that celebrates imperfection, irregularity, and the overlooked organisms of the understory -- the visual opposite of the clean corporate or sterile terminal designs dominating the collection.

2. **Hero-dominant layout with single narrative column (0% frequency for hero-dominant):** While 95% of existing designs use asymmetric layouts and 79% use centered layouts, algoha.com uses a hero-dominant structure where the hero consumes 100vh+ and establishes an immersive atmosphere that persists throughout. Content flows in a single column without grid divisions, creating a reading experience closer to a long-form essay or nature journal than a website.

3. **Morph animations as primary pattern (4% frequency):** Nearly all existing designs rely on parallax (95%) and stagger (95%) animations. algoha.com replaces these with morph animations -- shape transitions between organic and geometric forms using `clip-path` and SVG path interpolation. This creates a visual language where everything on the page feels alive and mutable, as if the interface itself is a growing organism.

4. **Grain-overlay imagery (4% frequency):** While 87% of designs use minimal imagery and 50% use photography, algoha.com uses a persistent film-grain overlay as its primary imagery technique, giving every surface a tactile, photographic quality. Combined with the SVG mycelium networks and spore particles, the imagery creates a world that feels captured on expired film rather than rendered on a screen.

5. **Dreamy-ethereal tone (0% frequency):** No other design uses this tone. The existing collection leans toward friendly (41%) and authoritative (33%) tones. algoha.com instead cultivates a soft, contemplative, slightly uncanny atmosphere -- the feeling of being alone in a forest at twilight, discovering something quietly miraculous.

6. **Retro-futuristic palette grounded in organic colors (0% frequency for retro-futuristic):** The palette uniquely bridges two seemingly incompatible color worlds: the phosphor greens and ambers of 1970s-80s computing terminals with the deep browns, sage greens, and cream tones of natural decomposition. This duality is the visual manifestation of the site's core concept -- algorithms growing in the forest floor.

**Chosen seed/style:** aesthetic: goblincore, layout: hero-dominant, typography: variable-fluid, palette: retro-futuristic, patterns: morph, imagery: grain-overlay, motifs: layered-depth, tone: dreamy-ethereal

**Avoided overused patterns:** asymmetric layout (95%), tech motifs (95%), parallax/stagger patterns (95%), mono typography (95%), warm-only palette (100%), minimal imagery (87%), corporate/terminal/editorial aesthetics (37-41%), photography imagery (50%)
<!-- DESIGN STAMP
  timestamp: 2026-03-18T20:15:19
  domain: algoha.com
  seed: seed
  aesthetic: Algoha evokes a **goblincore fever dream** -- a moss-covered algorithm garden wh...
  content_hash: bf5ab46d6313
-->
