# Design Language for reiwa.day

## Aesthetics and Tone
reiwa.day channels a swiss aesthetic — the precision, grid-discipline, and typographic clarity of Swiss International Style applied to a daily Reiwa era cultural calendar and events platform. The site grids — Müller-Brockmann's mathematical compositions, systematic information hierarchy, and the belief that cultural content is best served by rational, ordered design. Inspiration draws from the poster grids of Josef Müller-Brockmann, the editorial systems of Neue Grafik magazine, the structured identity of Swiss Federal Railways, and the typographic rigor of Unimark International. The tone is calm-serene — peaceful, unhurried language that treats each day in the Reiwa era as a moment worthy of contemplative attention.

## Layout Motifs and Structure
The layout uses a **magazine-spread** architecture — content organized in magazine-style spreads that create the editorial quality of a daily cultural calendar designed with Swiss precision.

**Magazine Spread Architecture:**
- Two-column editorial spreads: 45% text, 50% visual
- Feature spreads: full-width with internal grid division
- Calendar grid: 7-column for weekly view
- Generous gutters: 32px between columns
- Container: max-width: 1060px with magazine inner grid
- The spreads create the printed-calendar quality of Swiss-designed cultural publications

**Section Sequence:**
1. **Today:** Hero with baskerville-refined title on forest-green swiss gradient, noise-texture refined paper surface, layered-depth stacked calendar leaves
2. **Calendar:** Daily events in magazine spreads — counter-animate interactive date transitions with noise-texture printed surfaces
3. **Feature Day:** Highlighted event in full-width spread with layered-depth deep calendar layers and noise-texture premium stock
4. **Week Ahead:** Upcoming events in calendar grid with layered-depth page-flip depth
5. **Evening:** Footer as day's end — calm-serene closing with layered-depth final page and peaceful farewell

## Typography and Palette
**Typography:**
- **Headlines:** "Libre Baskerville" (Google Fonts) — refined transitional serif at 2.2rem-3rem, weight 700. Its classical elegance with modern refinement creates the cultural-authority quality of traditional Japanese aesthetics expressed through Western typographic tradition.
- **Body Text:** "Inter" (Google Fonts) — precise sans at 0.9rem, weight 400, line height 1.8.
- **Accent:** "Libre Baskerville" at 1.1rem, weight 400, italic for cultural annotations and daily reflections.
- **Labels:** "Inter" at 0.65rem, weight 500, uppercase, letter-spacing 0.1em.

**Color Palette:**
- **Forest Cream:** #f0ece0 — warm forest cream for backgrounds
- **Forest Surface:** #e0d8c8 — warm surface for panels
- **Forest Pine:** #2c5838 — deep pine for primary accent
- **Forest Moss:** #587848 — warm moss for secondary accent
- **Forest Bark:** #785838 — warm bark for tertiary accent
- **Text Forest:** #1c1810 — warm dark for body text
- **Shadow Forest:** #908870 — forest shadow for secondary text
- **Border Forest:** rgba(44,88,56,0.08) — pine tint border

## Imagery and Motifs
**Noise-Texture Paper Surface:** Calendar panels feature paper-like texture — SVG feTurbulence (baseFrequency: 0.35, numOctaves: 2) at 0.025 opacity creating the tactile quality of premium printed stationery. Combined with warm radial-gradient at 0.01 opacity.

**Counter-Animate Date Transitions:** Calendar dates animate on change — numbers cycling from previous to current value over 400ms with translateY(-100%) exit and translateY(0) enter. The counter creates the calendar-flip quality of turning pages in a daily planner.

**Layered-Depth Calendar Pages:** Content panels with page-stack depth — box-shadow: 2px 2px 0 rgba(44,88,56,0.03), 4px 4px 0 rgba(44,88,56,0.02), 6px 6px 0 rgba(44,88,56,0.01). The stacking creates the physical quality of calendar pages piled on a desk.

**Forest-Green Swiss Atmosphere:** Background uses restrained forest tones — radial-gradient(at 50% 30%, rgba(44,88,56,0.02), transparent 40%), linear-gradient(180deg, #f0ece0, #e0d8c8). The forest palette creates the natural-paper quality of a calendar printed on recycled forest stock.

**Grid Registration System:** Subtle grid lines — repeating-linear-gradient at 0.02 opacity creating the Swiss-grid quality of visible structural lines underlying all calendar content.

## Prompts for Implementation
Build the page as a swiss Reiwa daily cultural calendar. Magazine: .calendar-spread { display: grid; grid-template-columns: 45% 50%; gap: 5%; max-width: 1060px; margin: 0 auto; padding: 80px 24px; } .calendar-full { grid-column: 1 / -1; } .week-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; }

Counter-animate: .date-counter { overflow: hidden; position: relative; } .date-counter .current { animation: dateFlip 400ms ease-out; } @keyframes dateFlip { from { transform: translateY(100%); } to { transform: translateY(0); } }

Page stack: .calendar-page { box-shadow: 2px 2px 0 rgba(44,88,56,0.03), 4px 4px 0 rgba(44,88,56,0.02), 6px 6px 0 rgba(44,88,56,0.01); background: #e0d8c8; border: 1px solid rgba(44,88,56,0.08); border-radius: 4px; padding: 24px; }

Paper texture: .paper::after { content: ''; position: absolute; inset: 0; opacity: 0.025; background: url("data:image/svg+xml,...feTurbulence baseFrequency='0.35'..."); pointer-events: none; }

Swiss grid: .swiss-lines { background: repeating-linear-gradient(0deg, transparent, transparent 59px, rgba(44,88,56,0.02) 59px, rgba(44,88,56,0.02) 60px); }

AVOID: Standard calendar apps, corporate event platforms, and minimal scheduling tools. Let Swiss precision and calm-serene contemplation create a Reiwa daily calendar where each day in Japan's current era is documented with the typographic authority and peaceful attention of masterful editorial design.

## Uniqueness Notes
1. **Swiss for Reiwa daily calendar:** International Style precision makes daily cultural documentation feel authoritative and beautifully organized.
2. **Magazine-spread as calendar layout:** Editorial spreads create the printed-publication quality of a Swiss-designed cultural calendar.
3. **Counter-animate as page flip:** Date transitions create the physical quality of turning calendar pages.
4. **Layered-depth as page stack:** Paper-stack shadows create the desk quality of calendar pages accumulating with each passing day.
5. **Forest-green as natural paper:** Green earth tones create the quality of calendars printed on sustainably sourced forest stock.

**Seed/Style:** aesthetic: swiss, layout: magazine-spread, typography: baskerville-refined, palette: forest-green, patterns: counter-animate, imagery: noise-texture, motifs: layered-depth, tone: calm-serene

**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 swiss aesthetic, magazine-spread layout, forest-green palette, noise-texture imagery, and calm-serene tone.
<!-- DESIGN STAMP
  timestamp: 2026-03-19T03:20:20
  domain: reiwa.day
  seed: precision makes daily cultural documentation feel authoritative and beautifully organized
  aesthetic: reiwa.day channels a swiss aesthetic — the precision, grid-discipline, and typog...
  content_hash: 5caa3625d5d0
-->
