# Design Language for matsurika.bar

## Aesthetics and Tone

matsurika.bar is a **McBling-era circuit-board fashion zine reborn as an organic flowing bar menu** -- the bedroom wallpaper of a 2005 LiveJournal user who specialized in MySpace glitter graphics, but now redesigned with the precision of a Tokyo cocktail bar's marble counters. McBling is the early-2000s aesthetic of rhinestones, bedazzled phones, Paris Hilton-era pink, glossy magazine layouts, and bedazzled flip phones; this site takes that energy and pours it into an organic-flow layout with marble texture imagery and circuit-board motifs. The tone is *tech-tutorial* -- chatty, friendly, "here's how to make this drink" -- but rendered with bedazzled, glittery flair.

The brand "matsurika" (茉莉花 -- jasmine) becomes a bedazzled cocktail bar -- think jasmine martinis served on bedazzled trays. The site is a flowing menu where each cocktail recipe is presented like a sticker-encrusted MySpace blog post, but the layout *flows* organically rather than being grid-locked. The mood is *2005 mall food court meets 2026 minimalist cocktail bar* -- glitter on marble.

Inspirational anchors: Paris Hilton's "The Simple Life" graphics, Y2K MySpace profile layouts, Sanrio-era Hello Kitty packaging, Trapper Keeper notebook covers, bedazzled Motorola flip phones, the marble surfaces of Hario Tokyo cocktail bars, and the maximalist sticker-art of Trapper Keepers.

## Layout Motifs and Structure

An **organic-flow** composition where content blocks have flowing irregular shapes -- not rectangles, but blobby/petal silhouettes that overlap and weave. The layout breathes -- it's not a grid, it's a *garden*. Cocktail recipes flow into each other like petals on a vine.

**Structural anatomy:**
- **Header (organic strip, ~140px tall):** A single horizontal organic-flow shape with the wordmark "matsurika.bar" set in bold retro-display caps, surrounded by 3-5 bedazzled SVG sticker elements (gems, stars, hearts, jasmine flowers).
- **Hero blob (centered, ~80vh):** A massive organic blob containing the hero image (a marble-texture surface with a jasmine cocktail composition photographed on it). Around the blob: 8-12 decorative sticker SVGs in McBling colors (hot pink, lime, baby blue, sparkle white).
- **Recipe entries (organic-flow vertical scroll, no clear sections):** Each cocktail recipe is rendered as a flowing organic blob -- between 60-90vh tall, irregular silhouette, with the recipe title in a retro display face, a marble-textured photograph of the cocktail, ingredient list in tech-tutorial style ("1) Pour the gin..."), and bedazzled sticker decorations distributed around.
- **Circuit-board motif (background layer):** A faint circuit-board pattern (PCB trace SVG paths, 4% opacity) underlies the entire page -- a subversive tech-undercurrent beneath the bedazzled surface.
- **Inter-recipe flow:** Recipes are connected by faint flowing vine-like SVG paths (representing the "ingredient lineage") that snake from one recipe to the next.
- **Footer blob:** A small organic blob containing closing credits and a single "follow us on MySpace" link (intentional 2005 absurdity).

Spatial rhythm: organic and flowing. Each blob overlaps the next by 20-40px, creating a continuous vine of recipes.

## Typography and Palette

**Fonts (all Google Fonts):**
- **Display (retro-display):** "Bowlby One" 400 -- a bold, bubbly retro display face with chunky strokes and rounded terminals, perfectly McBling-era. Used for the wordmark at clamp(64px, 10vw, 156px), and recipe titles at 36-44px. All caps for headlines.
- **Body / tutorial text:** "Quicksand" 400/500 at 15-16px, line-height 1.55 -- a rounded sans that *feels* tech-tutorial friendly.
- **Ingredient lists (small caps):** "Quicksand" 500 small-caps at 13-14px.
- **Italic decorative flourishes:** "Caveat" 400 at 18-22px -- hand-written-style accents for the McBling sticker-text overlays.

**Palette (warm-earthy):**
- `#5C3A2A` -- Dark Walnut (typography, deep accents)
- `#C68B59` -- Bedazzled Bronze (primary background, marble base)
- `#F5DBC7` -- Warm Pearl (light surfaces, marble veins)
- `#D2493F` -- Hot McBling Pink (primary accent, sticker fills) -- warmed slightly from pure pink toward terracotta-red
- `#8E5A37` -- Sienna Wood (secondary surfaces, deeper grain)
- `#E8AE7F` -- Honeyed Peach (highlights, secondary stickers)
- `#3E2218` -- Coffee Bean (deepest contrast, drink shadows)

Warm-earthy strategy: the bedazzled palette is *warmed* -- the typical McBling pink is shifted toward warmer red-pink to match the earthy color story. The result is McBling-meets-Tuscan-osteria.

## Imagery and Motifs

**Core visual motifs:**
- **Marble-texture imagery (the centerpiece):** Every cocktail recipe is set on a marble-texture surface -- realistic Carrara/Calacatta marble photography with subtle veining in Warm Pearl over the Bedazzled Bronze. Each cocktail composition is photographed on this marble.
- **Circuit-board motif (subversive undercurrent):** PCB trace patterns (lines with 90-degree turns, soldering pads, copper traces) overlay the entire page background at 4-6% opacity, in Dark Walnut. Some traces are visible *through* the organic blob shapes.
- **Bedazzled stickers (decorative SVG overlays):** Hearts, stars, gems, jasmine flowers, "BFF" tags, sparkles -- distributed liberally around recipe blobs. Each sticker has a tiny glitter-shimmer animation.
- **Flowing vine connectors:** Faint hand-drawn SVG vines (Sienna Wood, 1px stroke) that snake from one recipe blob to the next, representing ingredient-lineage between drinks.
- **Cocktail photography:** Hero shots of the imagined cocktails -- bright glassware, jasmine garnishes, marble counters, soft side-lighting.

**Decorative patterns:**
- A repeating glitter-pattern (4-pointed sparkle SVGs at 16px spacing, 6% opacity) on portions of blob fills, like glitter sprinkled on marble.
- A subtle PCB-trace pattern (the circuit-board motif at 5% alpha) on the body background.

## Prompts for Implementation

**Open with the bedazzled hero blooming.** First 1800ms: viewport begins Bedazzled Bronze, blank. The hero blob's organic SVG path *draws itself* (`stroke-dashoffset`, 1200ms ease-out). As the path completes, the marble-textured cocktail photograph fades in within it (opacity 0 -> 1, 600ms). Bedazzled stickers around the hero pop into existence with morph animations -- each sticker scales 0 -> 1.2 -> 1.0 with a tiny rotation (-12deg -> 0deg), staggered 100ms apart.

**Morph pattern (featured):** This is the primary motion vocabulary.
- The organic-flow blob silhouettes *morph* continuously: each blob's SVG path interpolates between 3-4 keyframe shapes via CSS `@property` and `path: path(...)`, on a slow 12-18s loop. The blob is *alive*, breathing.
- Bedazzled stickers have a morph cycle: hearts morph to flowers to stars to gems and back, each on its own loop (8-12s).
- On hover, blobs morph to a "selected" shape (slightly larger, more circular).
- Recipe titles morph their letter-spacing on enter (0.04em -> -0.01em -> 0.02em, settling).
- Use SVG path morphing via Anime.js or pure CSS `@property --shape: morphable`.

**Glitter shimmer on stickers:** Each bedazzled sticker has a small twinkle animation -- a tiny 4-pointed sparkle SVG inside it that rotates 0 -> 360deg over 4s and changes alpha 0 -> 1 -> 0 in a 2s cycle. Each sticker has a unique phase offset.

**Marble texture parallax:** As the user scrolls, the marble-textured backgrounds of each recipe panel have a slow parallax (0.7x scroll velocity) -- giving the marble a sense of physical presence beneath the floating organic blobs.

**Vine reveal on scroll:** The flowing vine connectors between recipes draw themselves with stroke-dashoffset as the user scrolls between recipes -- creating the sensation of following a vine through a garden of cocktails.

**Storytelling beats (tech-tutorial in McBling drag, no SaaS CTAs):**
1. Hero blob with featured cocktail.
2. Recipe 1: organic blob with marble cocktail photo + tech-tutorial recipe ("Step 1: Pour 2oz jasmine-infused gin into a chilled coupe...").
3. Recipe 2-9: 8 more cocktail recipes, each a flowing blob, each with stickers and marble photography.
4. Vine connectors weaving between recipes.
5. Footer blob with a "follow us on MySpace" inside-joke link.

**Anti-patterns to avoid:** No actual pricing, no ordering CTAs (the recipes are *narrative*, not menu items), no signup forms, no testimonials. The site is a glittery flowing tutorial.

## Uniqueness Notes

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

1. **McBling aesthetic (1% used) deployed unironically with technical precision:** McBling is rare; combining it with a tech-tutorial tone (4%) and circuit-board motif (6%) creates a "Y2K hacker bar" aesthetic not attempted elsewhere.

2. **Organic-flow layout (4%) with morph pattern (7%) as primary motion:** The morphing blob shapes give the layout a *living* quality -- shapes are not static, they breathe and shift continuously.

3. **Marble-texture imagery (4%) on a McBling aesthetic:** Marble is usually paired with luxury or minimalist designs; pairing it with McBling glitter stickers is a cultural collision unique to this design.

4. **Circuit-board motif (6%) used as subversive undercurrent rather than primary aesthetic:** Most circuit-board motifs are foregrounded; here it's a faint background pattern lending tech-undertones to a glamour-foregrounded composition.

5. **Retro-display typography (1%) paired with warm-earthy palette (2%):** Both individually uncommon; pairing them grounds the retro display face in a warm Tuscan-marble color story rather than the typical hot-pink McBling.

**Chosen seed/style:** aesthetic=mcbling, layout=organic-flow, typography=retro-display, palette=warm-earthy, patterns=morph, imagery=marble-texture, motifs=circuit, tone=tech-tutorial.

**Avoided overused patterns:** Refused parallax-as-primary (95%), centered/card-grid (95%/91%), mono typography (81%), and the mysterious-moody tone (71%) for tech-tutorial McBling.
<!-- DESIGN STAMP
  timestamp: 2026-05-12T01:20:41
  domain: matsurika.bar
  seed: seed
  aesthetic: matsurika.bar is a **McBling-era circuit-board fashion zine reborn as an organic...
  content_hash: 898d616937cc
-->
