# Design Language for recycle.auction

## Aesthetics and Tone
recycle.auction channels a japanese-minimal aesthetic — the refined restraint of Japanese design principles applied to a recycling auction platform. The site pairs — the serene precision of ikebana with the dynamic energy of bidding, the wabi-sabi acceptance of used objects with the commercial vitality of auction markets. Inspiration draws from the understated luxury of Muji's retail spaces, the architectural restraint of Kengo Kuma, the editorial grace of Japanese lifestyle magazine &Premium, and the object-reverence philosophy of the KonMari method. The tone is elegant-sophisticated — refined, articulate language that elevates recycled goods to objects worthy of curated auction attention.

## Layout Motifs and Structure
The layout uses an **immersive-scroll** architecture — content flowing in a long-scroll narrative that creates the contemplative browsing quality of walking through a curated Japanese department store.

**Immersive Scroll Architecture:**
- Full-viewport immersive sections for featured auction items
- Content sections: max-width: 800px for item descriptions
- Transition zones: 30vh spacers with atmospheric gradients
- Feature auctions: full-bleed with centered content overlay
- Container: full-width immersive with 800px editorial inner
- The immersive scroll creates the department-store quality of moving through curated displays

**Section Sequence:**
1. **Entry:** Hero with eclectic-hybrid title on dark-neon minimal gradient, neon-glow subtle accent illumination, mountain-landscape distant atmosphere
2. **Lots:** Auction items in immersive scroll — stagger interactive sequential item reveals with neon-glow focused item lighting
3. **Featured Lot:** Premium item in full-viewport moment with mountain-landscape atmospheric depth and neon-glow spotlight
4. **Bidding Floor:** Active auctions in focused scroll with neon-glow timer accents
5. **Close:** Footer as auction end — elegant-sophisticated closing with mountain-landscape settled horizon and refined farewell

## Typography and Palette
**Typography:**
- **Headlines:** "Outfit" (Google Fonts) combined with "Noto Serif JP" (Google Fonts) — eclectic hybrid at 2.2rem-3rem, weight 700/400. The geometric-meets-serif combination creates the cultural bridge quality of East-meets-West auction design.
- **Body Text:** "Noto Sans JP" (Google Fonts) — clean sans at 0.9rem, weight 400, line height 1.8.
- **Accent:** "Outfit" at 1rem, weight 500 for lot numbers and bid amounts.
- **Labels:** "Outfit" at 0.65rem, weight 600, uppercase, letter-spacing 0.1em.

**Color Palette:**
- **Sumi Black:** #080810 — deep sumi ink black for backgrounds
- **Nori Surface:** #141420 — dark seaweed for panels
- **Neon Matcha:** #68e888 — bright matcha neon for primary accent
- **Neon Sakura:** #e868a0 — soft sakura neon for secondary accent
- **Ash Light:** #d0d0dc — cool ash for text
- **Shadow Sumi:** #282838 — sumi shadow for secondary text
- **Border Neon:** rgba(104,232,136,0.08) — matcha neon border

## Imagery and Motifs
**Neon-Glow Auction Lighting:** Featured lots illuminated with soft neon accent — box-shadow: 0 0 20px rgba(104,232,136,0.06), 0 0 60px rgba(104,232,136,0.02). The neon creates the after-dark quality of evening auction events in a refined Japanese gallery.

**Stagger Sequential Reveals:** Auction lots enter with staggered timing — each item delayed by calc(var(--i) * 120ms) with opacity 0 to 1 and translateY(16px) to translateY(0) over 500ms ease-out. The stagger creates the auctioneer's quality of items presented one by one.

**Mountain-Landscape Atmospheric Depth:** Section backgrounds feature distant mountain silhouettes — SVG mountain profiles (full-width, 60-100px tall) in Ash Light at 0.02 opacity at section bottoms. The mountains create the Japanese landscape quality of objects situated within natural scenery.

**Dark-Neon Japanese Atmosphere:** Background uses deep blacks with neon accent punctuation — radial-gradient(at 50% 30%, rgba(104,232,136,0.02), transparent 35%), radial-gradient(at 40% 70%, rgba(232,104,160,0.015), transparent 30%). The dark-neon creates the evening-market quality of illuminated auction displays.

**Lot Number System:** Auction items marked with bold lot numbers — large numerals (Outfit, 2rem, weight 700) in Neon Matcha at 0.2 opacity as background watermarks behind item descriptions. The lot numbers create the professional auction quality of systematic item cataloging.

## Prompts for Implementation
Build the page as a japanese-minimal recycling auction gallery. Immersive: .auction-section { min-height: 100vh; display: flex; align-items: center; justify-content: center; } .auction-content { max-width: 800px; margin: 0 auto; padding: 60px 24px; } .auction-spacer { height: 30vh; background: linear-gradient(180deg, transparent, rgba(104,232,136,0.01), transparent); }

Stagger: .lot-item { opacity: 0; transform: translateY(16px); transition: all 500ms ease-out; transition-delay: calc(var(--i) * 120ms); } .lot-item.visible { opacity: 1; transform: translateY(0); }

Neon glow: .featured-lot { box-shadow: 0 0 20px rgba(104,232,136,0.06), 0 0 60px rgba(104,232,136,0.02); }

Mountain: .mountain-bg svg { position: absolute; bottom: 0; width: 100%; opacity: 0.02; fill: #d0d0dc; }

Lot number: .lot-watermark { font-family: 'Outfit', sans-serif; font-size: 2rem; font-weight: 700; color: rgba(104,232,136,0.2); position: absolute; top: 12px; right: 16px; }

AVOID: Standard auction platforms, corporate marketplace dashboards, and minimal bidding interfaces. Let japanese-minimal refinement and elegant-sophisticated language create a recycling auction where pre-owned goods are presented with the reverent attention of curated gallery lots.

## Uniqueness Notes
1. **Japanese-minimal for recycling auction:** Eastern refinement elevates pre-owned goods to curated art objects worthy of gallery-quality presentation.
2. **Immersive-scroll as department store:** Long-scroll browsing creates the contemplative quality of walking through curated Japanese retail displays.
3. **Stagger as auctioneer pace:** Sequential item reveals create the ceremonial quality of lots presented one by one.
4. **Dark-neon as evening auction:** Deep blacks with neon accents create the sophisticated atmosphere of after-dark auction events.
5. **Mountain-landscape as cultural context:** Distant mountain silhouettes situate recycled objects within Japanese aesthetic tradition.

**Seed/Style:** aesthetic: japanese-minimal, layout: immersive-scroll, typography: eclectic-hybrid, palette: dark-neon, patterns: stagger, imagery: neon-glow, motifs: mountain-landscape, tone: elegant-sophisticated

**Avoided Overused Patterns:** corporate aesthetic (87%), parallax patterns (92%), asymmetric layout (90%), mono typography (93%), warm palette (94%), friendly tone (88%), minimal imagery (92%). This design uses japanese-minimal aesthetic, immersive-scroll layout, dark-neon palette, neon-glow imagery, and elegant-sophisticated tone.
<!-- DESIGN STAMP
  timestamp: 2026-03-19T03:20:09
  seed: unspecified
  aesthetic: recycle.auction channels a japanese-minimal aesthetic — the refined restraint of...
  content_hash: 5f4faff2691d
-->
