# Design Language for mujun.xyz

## Aesthetics and Tone
mujun.xyz (Mujun — 矛盾, contradiction) channels a pop-art aesthetic — bold colors, graphic impact, and the irreverent celebration of everyday culture applied to an experimental platform exploring contradictions through the lens of popular culture. The site screams with Warhol-level boldness — flat colors, halftone dots, and comic-book drama turning philosophical contradictions into vivid visual spectacles. Inspiration draws from Roy Lichtenstein's comic-style paintings, Andy Warhol's screen prints, the bold graphics of Saul Bass, and the punchy visual culture of vintage comic books. The tone is nostalgic-retro — wistful, backward-looking language that frames contradictions through the lens of pop culture history.

## Layout Motifs and Structure
The layout uses a **card-grid** architecture — bold content cards in a responsive grid creating the visual density of a comic book page or pop-art gallery wall.

**Card Grid Architecture:**
- Grid: display: grid, grid-template-columns: repeat(auto-fill, minmax(280px, 1fr))
- Gap: 12px between cards (tight for visual density)
- Cards: bold borders (3px), flat backgrounds
- Feature cards span 2 columns for comic-panel drama
- Container: max-width: 1080px centered

**Section Sequence:**
1. **Pow:** Hero with slab-serif title on duotone gradient, collage pop-art header composition, book-scholarly reference bubbles styled as speech balloons
2. **Gallery:** Contradiction explorations in card-grid — cursor-follow interactive cards with collage mixed-media imagery and book-scholarly catalog numbering
3. **Archive:** Pop culture contradiction history in grid format with halftone-processed imagery and nostalgic color treatments
4. **Zine:** Commentary section styled as underground zine pages with collage cut-and-paste aesthetic
5. **Credits:** Footer as comic-book credits page — nostalgic closing with book-scholarly bibliographic format

## Typography and Palette
**Typography:**
- **Headlines:** "Bitter" (Google Fonts) — bold slab-serif at 2.5rem-4rem, weight 700. Its strong slabs create the punchy, impactful headlines that pop-art demands.
- **Body Text:** "Source Sans 3" (Google Fonts) — clean sans at 0.95rem, weight 400, line height 1.7.
- **Speech Bubbles:** "Bitter" at 1.1rem, weight 400, italic for pop-art speech balloon text.
- **Labels:** "Source Sans 3" at 0.7rem, weight 700, uppercase, letter-spacing 0.04em.

**Color Palette:**
- **Pop Red:** #e03030 — bold pop red for primary backgrounds
- **Pop Yellow:** #f0d020 — vivid yellow for secondary backgrounds
- **Pop Blue:** #2060c0 — strong blue for tertiary backgrounds
- **Ink Black:** #0a0a0a — pure ink black for borders and text
- **Paper White:** #f8f4e8 — warm paper white for card backgrounds
- **Halftone Gray:** #808080 — neutral gray for halftone patterns
- **Peach Soft:** #f0c8a0 — soft peach for skin-tone accents
- **Border Bold:** #0a0a0a — bold black border

## Imagery and Motifs
**Collage Pop-Art Compositions:** Content illustrated with pop-art collage — CSS-composed layers using clip-path shapes, duotone-processed photography, halftone dot overlays (radial-gradient creating Ben-Day dots at 0.08 opacity), and bold color blocks. Each composition high-contrast and graphically bold.

**Cursor-Follow Interactive Cards:** Cards respond to cursor position with dynamic highlights — JavaScript tracking mouse position relative to card, applying a radial spotlight gradient (radial-gradient, 100px circle of white at 0.08 opacity at cursor position). Creates the interactive pop-art quality of being examined under a spotlight.

**Book-Scholarly Pop References:** Each contradiction entry includes scholarly-style references formatted as pop-art speech bubbles — border: 2px solid Ink Black, border-radius: 20px, with a CSS triangle pointer. Reference text in italic serif. The contradiction between scholarly citations and comic styling embodies 矛盾.

**Duotone Color Processing:** Photography and imagery processed through duotone — CSS filter: grayscale(1) contrast(1.2) with color overlay (mix-blend-mode: multiply) in Pop Red, Pop Yellow, or Pop Blue depending on card. Creates the screen-printed quality of Warhol's process.

**Halftone Dot Pattern Texture:** Background surfaces feature Ben-Day dot patterns — radial-gradient(circle, rgba(128,128,128,0.08) 1.5px, transparent 1.5px) at background-size: 8px 8px. The halftone dots are the signature texture of pop-art printing, visible on light backgrounds.

## Prompts for Implementation
Build the page as a pop-art contradiction gallery. Grid: display: grid, grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)), gap: 12px. Cards: border: 3px solid #0a0a0a, background: #f8f4e8, padding: 20px.

Cursor follow: JavaScript mousemove on card. const rect = card.getBoundingClientRect(); const x = e.clientX - rect.left; const y = e.clientY - rect.top; card.style.background = `radial-gradient(100px at ${x}px ${y}px, rgba(255,255,255,0.08), transparent), #f8f4e8`;

Duotone: .duotone-red { filter: grayscale(1) contrast(1.2); } .duotone-red::after { content: ''; position: absolute; inset: 0; background: #e03030; mix-blend-mode: multiply; opacity: 0.7; }

Speech bubbles: .speech { border: 2px solid #0a0a0a; border-radius: 20px; padding: 12px 16px; position: relative; } .speech::after { content: ''; position: absolute; bottom: -10px; left: 20px; border: 8px solid transparent; border-top-color: #0a0a0a; }

Halftone: .halftone { background-image: radial-gradient(circle, rgba(128,128,128,0.08) 1.5px, transparent 1.5px); background-size: 8px 8px; }

AVOID: Subtle gallery aesthetics, muted art-world presentations, and understated exhibition design. Let pop-art boldness and nostalgic-retro warmth create a contradiction platform that hits with comic-book impact and Warhol-level visual drama.

## Uniqueness Notes
1. **Pop-art for contradiction exploration:** Bold graphic impact transforms philosophical contradictions into vivid, accessible visual spectacles.
2. **Card-grid as comic-book page:** Dense grid layout creates the visual rhythm of comic panels and gallery walls.
3. **Cursor-follow as spotlight:** Interactive highlight tracks visitor attention, creating the pop-art quality of being in a spotlight.
4. **Speech-bubble scholarly references:** Comic-style citations create the ultimate contradiction between playful form and serious content.
5. **Nostalgic-retro tone for pop culture:** Wistful language frames contradictions through the beloved lens of pop culture history.

**Seed/Style:** aesthetic: pop-art, layout: card-grid, typography: slab-serif, palette: duotone, patterns: cursor-follow, imagery: collage, motifs: book-scholarly, tone: nostalgic-retro

**Avoided Overused Patterns:** corporate aesthetic (76%), parallax patterns (85%), asymmetric layout (85%), mono typography (86%), warm palette (89%), friendly tone (76%), minimal imagery (84%). This design uses pop-art aesthetic, card-grid layout, duotone palette, collage imagery, and nostalgic-retro tone.
<!-- DESIGN STAMP
  timestamp: 2026-03-19T01:46:00
  domain: mujun.xyz
  seed: citations create the ultimate contradiction between playful form and serious content
  aesthetic: mujun.xyz (Mujun — 矛盾, contradiction) channels a pop-art aesthetic — bold colors...
  content_hash: 5f9ccb3ae508
-->
