# Design Language for renai.monster

## Aesthetics and Tone

renai.monster is an **avant-garde** Z-pattern lookbook — a fashion-collection-style site for a fictional designer who makes only one outfit per aurora-cycle, presented as an irregular Z-pattern walk-through of seven looks. The aesthetic borrows from late Maison Margiela's deconstruction, the experimental layouts of *POP* magazine, the line-illustration fashion sketches of Antonio Lopez, and the gradient-saturated dopamine maximalism of contemporary club-flyer design. The tone is **conversational** — the designer talks to the visitor like a friend over a backstage espresso ("this one I made when the aurora was green, you can probably tell"), undercutting the avant-garde imagery with warm prose. Inspiration draws from the playful asymmetric layouts of *Re-Edition Magazine*, the line-drawing fashion plates of late-period René Gruau, the swirling color-field videos of *Universal Everything*, and aurora-borealis time-lapse photography.

## Layout Motifs and Structure

The architecture is a strict **z-pattern** — content visits the viewport in the diagonal-eye-scan order of Western reading: upper-left → upper-right → diagonal sweep → lower-left → lower-right. Each of the seven looks is laid out on its own viewport-height panel as a Z: the title sits upper-left, a small "aurora-cycle date" badge sits upper-right, then a large line-illustration sketch sweeps diagonally across the center, and lower-left holds the descriptive prose, lower-right the "available since…" microcopy. Each panel honors the z-pattern in form but breaks it visually — the line-illustration deliberately violates the diagonal by curling into a swirl, the date-badge has a gradient swatch that bleeds toward the upper-right corner. The page scrolls vertically through the seven looks. **Ripple** patterns animate when the user hovers any look's title — a ripple expands from the click-point in dopamine-neon, the way aurora light spreads across the sky.

## Typography and Palette

**Typography** is led by Cormorant Garamond (the **serif-revival** brief): Cormorant Garamond Italic 96pt for each look's title set on two lines maximum, Cormorant Garamond Regular 20px / 1.6 for descriptive prose, and Cormorant Garamond Italic 13px for date stamps and "available since…" microcopy. A secondary face, Anybody Variable at 14px tracked +180 uppercase, handles the cycle-date badge ("AURORA-04 / 2026.04.18") with a slight width-axis flex to feel kinetic. A monospace third face, Geist Mono 11px, handles the look-IDs ("LOOK-04 / VII"). Numbers are tabular oldstyle.

**Palette** is **dopamine-neon** — high-saturation aurora-borealis spectrum on near-black:
- `#0A0B14` — aurora-midnight (page ground)
- `#1A1D2E` — secondary surface (deep aurora shadow)
- `#FF3DA8` — neon magenta (aurora rose, primary accent)
- `#39FF14` — acid lime (aurora green, secondary accent)
- `#3DE0FF` — cyber cyan (aurora blue, tertiary accent)
- `#FFD466` — solar yellow (aurora amber, fourth accent)
- `#E8E1D4` — bone cream (serif typography)
- `#FFFFFF` — pure white (high-emphasis only, rare)

The four aurora accents are each assigned to one or two of the seven looks — each look carries its own dominant aurora hue.

## Imagery and Motifs

Imagery is built around **line-illustration** — each look hosts one large hand-drawn fashion-sketch in cream line-art rendered as crisp SVG paths, depicting an asymmetric garment (a flowing sleeve, a deconstructed collar, an upside-down skirt). Sketches are 600×800 max and feature deliberately wobbly hand-drawn linework with no fills. **Aurora-lights** motifs appear as the dominant background element: each panel has one full-bleed gradient-mesh aurora behind the line-illustration, drawn as multi-stop CSS conic-gradients in that look's aurora hue, slowly drifting across the panel over 24-second cycles. Decorative furniture includes hand-lettered cycle-numerals in the corner of each illustration, a recurring renai-glyph 恋 set as a tiny stitched-monogram on each garment sketch, and small Cormorant Italic captions floating beside specific details ("hem 41cm, scissor cut, unfinished"). No photographs.

## Prompts for Implementation

Build a Z-pattern avant-garde lookbook of seven looks. Each panel is `min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 32px;` with content placed in z-pattern cells: title (top-left), date-badge (top-right), illustration (spans bottom-left + center, but visually swirls diagonally), prose (bottom-left), microcopy (bottom-right). The signature animation is **ripple**: hovering a look's title triggers a ripple emanating from the cursor point — a `::before` pseudo-element with `border-radius: 50%; transform: scale(0) → scale(60); opacity: 0.7 → 0;` over 1.8s `cubic-bezier(0, 0.55, 0.45, 1)` in that look's dominant aurora hue. The full-bleed aurora-mesh behind each illustration drifts via `@property --hue-shift: 0deg;` interpolation `animation: aurora 24s ease-in-out infinite alternate` rotating the conic-gradient stops. Cormorant Italic 96pt titles enter with a 1.0s `letter-spacing` reveal from +280 to 0. Line-illustration SVG paths animate on viewport entry via `stroke-dasharray` reveal (1.4s ease-out) — the sketch draws itself in cream as the look appears. Avoid CTA stacks, pricing menus, signup ladders, stat grids — this is a fashion lookbook, not a marketplace. The footer is a Cormorant Italic line: "renai.monster — atelier of one cycle, seven looks, no encore."

## Uniqueness Notes

- **Differentiator 1:** Strict z-pattern layout honored as structural commitment across seven panels — almost no design in the registry uses `z-pattern` layout with this level of rigor.
- **Differentiator 2:** Dopamine-neon palette mapped per-look to aurora hues (each look owns one of four accents) — color storytelling, not random accent.
- **Differentiator 3:** Line-illustration garments drawn via SVG stroke-draw animation — narrative use of `stroke-dasharray` rather than fade-in.
- **Differentiator 4:** Aurora-lights motif rendered as drifting CSS conic-gradients behind illustrations — almost no registry design uses `aurora-lights` motifs with animated meshes.
- **Differentiator 5:** Conversational tone (warm prose) undercuts avant-garde imagery — a deliberate register mismatch that humanizes the lookbook.
- Planned seed: aesthetic=avant-garde, layout=z-pattern, typography=serif-revival, palette=dopamine-neon, patterns=ripple, imagery=line-illustration, motifs=aurora-lights, tone=conversational.
- Avoids overused patterns flagged by frequency.sh: `playful` aesthetic (28%), `photography` imagery (89%), `corporate` aesthetic (24%) — none used here.
<!-- DESIGN STAMP
  timestamp: 2026-05-12T01:42:33
  domain: renai.monster
  seed: aesthetic
  aesthetic: renai.monster is an **avant-garde** Z-pattern lookbook — a fashion-collection-st...
  content_hash: d32857198183
-->
