# Design Language for bada.studio

## Aesthetics and Tone
bada.studio is a digital atelier where the ocean's grandeur is translated into watercolor compositions arranged on a hexagonal crystalline grid -- imagine a gallery of sea-inspired paintings displayed on a honeycomb wall of frosted glass panels, each panel containing a different aquatic study: coral formations, tide pools, kelp forests, open water horizons. The aesthetic is flat-design with an opulent, gallery-exhibition sensibility: clean edges, solid color fields, and precise geometric containers, but filled with the organic fluidity of watercolor washes that bleed and bloom within their hexagonal frames. "Bada" (바다, sea) meets "studio" -- a creative workspace devoted to the ocean, where botanical illustrations of marine flora are the primary artistic currency. The tone is opulent-grand: this is not a casual beach blog but a curated exhibition of oceanic art, presented with the reverence of a natural history museum's rare collection room.

## Layout Motifs and Structure
The layout is built on a **hexagonal honeycomb grid** -- the defining structural motif. Content is organized into tessellating hexagonal cells that tile across the viewport, each cell containing a different watercolor illustration, text fragment, or interactive element.

**Primary structure:**
- **Opening viewport (100vh):** A large central hexagon (approximately 60% viewport width) contains the "bada.studio" logotype rendered in Bebas Neue over a pale watercolor wash that slowly shifts hue (subtle CSS animation cycling through ocean blues and seafoam greens over 20 seconds). Surrounding this central hexagon, six satellite hexagons contain preview watercolor thumbnails of marine subjects -- each slightly desaturated until hovered.
- **Gallery grid:** Below the hero, the hexagonal grid expands to fill the viewport width. Each hexagon is a CSS clip-path polygon (points calculated for regular hexagon geometry). Hexagons are arranged in offset rows (even rows shifted by half-cell width). Content types alternate: illustration cells (watercolor artwork), text cells (descriptions in white with subtle background tint), and accent cells (solid color fields in cool grays that provide visual rest).
- **Detail overlay:** Clicking/tapping a hexagonal cell triggers an expansion animation where the hexagon scales up to fill the viewport (clip-path morphs from hexagon to full rectangle over 500ms), revealing full-resolution artwork and accompanying text.
- **Navigation:** A vertical strip of small hexagonal dots along the left edge serves as section indicators. The active section's hexagon fills with a cool gray wash.

## Typography and Palette
**Fonts:**
- **Headlines/Logotype:** "Bebas Neue" (Google Fonts) -- a tall, condensed display sans-serif with commanding vertical proportions that complement the hexagonal geometry's strong angles. Weight 400 (only weight available), size clamp(36px, 6vw, 96px). All uppercase. Letter-spacing: 0.12em for breathing room in the condensed forms.
- **Body text:** "Source Serif 4" (Google Fonts) -- a refined transitional serif with optical sizing that remains crisp at small sizes. Weight 400 for body, 600 for emphasis. Size 17px, line-height 1.8. Its classical elegance suits the opulent gallery tone.
- **Labels/Metadata:** "DM Mono" (Google Fonts) -- a monospaced font used sparingly for hexagonal cell labels, dates, and taxonomic names of marine species. Weight 400, size 12px, letter-spacing 0.06em, uppercase. Provides a scientific-catalog quality.

**Palette:**
- **Deep Pacific:** #2C3E50 -- primary dark tone for text and structural borders
- **Gallery Mist:** #F0F4F8 -- primary background, a barely-blue gray
- **Slate Wash:** #94A3B8 -- secondary gray for borders, labels, and inactive elements
- **Seafoam Accent:** #48BB78 -- accent for hover states, active indicators, and watercolor tints
- **Cerulean Tint:** #63B3ED -- secondary accent for gradient washes within watercolor illustrations
- **Pearl White:** #FAFBFC -- hexagonal cell backgrounds, near-white with cool undertone
- **Graphite:** #1A202C -- footer and overlay backgrounds, deep and authoritative

## Imagery and Motifs
**Core visual motifs:**
- **Watercolor washes:** The signature visual element. Each hexagonal illustration cell contains a watercolor-style rendering achieved through CSS/SVG techniques: layered radial gradients with feGaussianBlur filters, color stops that bleed organically rather than transition sharply. Marine subjects -- coral branches, jellyfish silhouettes, kelp fronds, shell spirals -- are rendered as watercolor outlines with color bleeding beyond the stroke edges.
- **Floral-botanical marine illustrations:** Each illustration follows the tradition of natural history botanical plates, but for marine subjects. Clean line work (1.5px stroke in Deep Pacific) with watercolor fill that intentionally bleeds outside the lines. Subjects include: sea anemones, nautilus cross-sections, seaweed varieties, barnacle clusters, wave foam patterns.
- **Hexagonal tessellation:** The honeycomb grid itself is a motif -- visible even in transitions and loading states. When the page loads, hexagonal cells appear one by one in a spiral pattern from center outward (staggered 80ms apart).
- **Cursor-responsive color shifts:** As the cursor moves across the hexagonal grid, nearby cells receive a subtle cool-tint shift (filter: hue-rotate(10deg) on cells within a 200px radius of the cursor), creating a "bioluminescence" effect as if the cursor is a light source in deep water.
- **Cool gray rest cells:** Interspersed among illustration cells, solid cool-gray hexagons (#94A3B8 at 30% opacity) provide visual breathing room and reinforce the flat-design discipline.

## Prompts for Implementation
**Full-screen narrative experience:** The site should feel like exploring an interactive natural history exhibition. The hexagonal grid is the backbone -- implement hexagon cells using CSS clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%). Arrange cells in a CSS Grid with offset-row technique (even rows get margin-left: half-cell-width).

**Hero hexagon entrance animation:**
- Frame 0-400ms: Gallery Mist background fades in from white.
- Frame 400-1200ms: Central hexagon scales from 0.5 to 1.0 with opacity 0 to 1, easing cubic-bezier(0.34, 1.56, 0.64, 1) for a slight overshoot bounce.
- Frame 1200-2400ms: Six satellite hexagons appear one by one in clockwise order (200ms intervals), each scaling up from 0.8 with a slight rotation (5deg to 0deg).
- Frame 2400-3000ms: Watercolor wash in central hexagon begins its slow hue-cycle animation.

**Cursor-follow bioluminescence:** Track cursor position with a lightweight JS mousemove listener. For each hexagonal cell, calculate distance from cursor to cell center. Apply a CSS transition (filter: hue-rotate and brightness adjustments) based on proximity, with a 300ms transition duration for smooth trailing. Cells within 150px get hue-rotate(15deg) and brightness(1.08); cells within 300px get hue-rotate(5deg) and brightness(1.03).

**Hexagon expansion for detail view:** On cell click, use the Web Animations API to morph the clip-path from hexagonal to rect (50% 0%, 100% 0%, 100% 100%, 50% 100% as intermediate, then 0% 0%, 100% 0%, 100% 100%, 0% 100%) over 500ms. Simultaneously scale the cell to fill the viewport using position: fixed and calculated dimensions. Overlay content fades in 200ms after expansion completes.

**AVOID:** CTA-heavy layouts, pricing blocks, stat-grids. This is an exhibition space, not a sales page.

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

1. **Hexagonal honeycomb as primary layout system:** This is the only design in the collection built entirely on a hexagonal tessellation grid rather than rectangular columns or rows. The clip-path hexagon cells create a visually distinctive structure that no other design shares.

2. **Watercolor-in-hexagon fusion:** The combination of organic watercolor bleeding effects contained within rigid geometric hexagonal frames creates a tension between natural fluidity and mathematical precision that is unique to this design.

3. **Cursor-follow bioluminescence across a tiled grid:** The proximity-based color/brightness shifting across hexagonal cells simulates deep-sea bioluminescence in a way no other design attempts. It turns the cursor into an environmental force rather than just a pointer.

4. **Spiral-outward cell appearance animation:** The loading animation where hexagonal cells materialize in a spiral from center outward is a distinctive choreographic choice not found in other designs.

**Chosen seed/style:** flat-design aesthetic, hexagonal-honeycomb layout, bebas-bold typography, cool-grays palette, cursor-follow patterns, watercolor imagery, floral-botanical motifs, opulent-grand tone.

**Avoided overused patterns:** Avoided centered layout (93%), card-grid (80%), photography imagery (73%), gradient palette (96%), parallax patterns (90%), mono typography (90%), mysterious-moody tone (73%). Instead used hexagonal-honeycomb layout (3% -- highly underused), watercolor imagery, cursor-follow interaction, cool-grays palette, bebas-bold typography, and opulent-grand tone.
<!-- DESIGN STAMP
  timestamp: 2026-03-21T11:26:44
  domain: bada.studio
  seed: seed
  aesthetic: bada.studio is a digital atelier where the ocean's grandeur is translated into w...
  content_hash: 2a0113b7ae36
-->
