# Design Language for monopole.one

## Aesthetics and Tone
monopole.one (Monopole — magnetic monopole, a theoretical physics concept) channels a muji aesthetic — restrained elegance, intentional simplicity, and the quiet power of design that does more with less, applied to the definitive single-page reference for magnetic monopole theory. The site is one page, one concept, one truth — the singular nature of the monopole reflected in a singular, complete presentation. Every element earns its place through necessity and beauty. Inspiration draws from Muji's product design, the single-scroll landing pages of Japanese digital agencies, the clean specimen plates of scientific illustration, and the contemplative layouts of tea ceremony guides. The tone is nostalgic-retro — monopole theory presented with the warm reverence of a rediscovered manuscript from physics' golden age.

## Layout Motifs and Structure
The layout uses a **masonry** architecture — content blocks of varying heights cascading in columns, creating the collected, specimen-cabinet quality of a physics reference library.

**Masonry Architecture:**
- 3 columns on desktop, 2 on tablet, 1 on mobile
- Variable-height cards: content determines card height
- Column gap: 20px, vertical gap: 20px
- Cards have art-deco decorative borders
- Sepia-toned backgrounds create aged-paper atmosphere

**Section Sequence:**
1. **Title Plate:** Hero with art-deco display title on sepia gradient, vector-art monopole diagram, geometric-shape decorative borders
2. **Fundamentals:** Core theory cards in masonry grid with bounce-enter animations — Maxwell's equations, magnetic charge, Dirac quantization
3. **History:** Timeline of monopole theory milestones in masonry cards with vector-art illustrations and sepia-toned presentation
4. **Experiments:** Detection attempts documented in specimen-style cards with geometric-shape data visualizations
5. **Appendix:** Footer as reference appendix — bibliography, citations, and acknowledgments in clean, scholarly masonry columns

## Typography and Palette
**Typography:**
- **Headlines:** "Poiret One" (Google Fonts) — art deco display sans at 2.5rem-3.5rem, weight 400. Its geometric elegance channels 1920s scientific publication aesthetics.
- **Body Text:** "Crimson Text" (Google Fonts) — scholarly serif at 0.95rem, weight 400, line height 1.8.
- **Equations:** "STIX Two Math" or "Cambria Math" fallback for mathematical notation.
- **Captions:** "Crimson Text" at 0.8rem, weight 400, italic.

**Color Palette:**
- **Sepia Dark:** #3a2818 — deep brown for primary backgrounds
- **Sepia Mid:** #5a4030 — medium brown for card backgrounds
- **Parchment:** #f0e4c8 — warm parchment for text and light elements
- **Gold Aged:** #b09030 — aged gold for accents and decorative elements
- **Ink Brown:** #2a1808 — deep ink brown for primary text on light
- **Copper Tone:** #a07040 — warm copper for secondary accents
- **Faded Blue:** #607890 — muted blue for links and vector-art lines
- **Paper Light:** #e8dcc8 — light parchment for card backgrounds

## Imagery and Motifs
**Vector-Art Monopole Diagrams:** Physics concepts illustrated with clean vector art — SVG line drawings of magnetic field lines, monopole particles, and theoretical diagrams in Faded Blue and Copper Tone, stroke-only at 1.5px. The clean vector style channels vintage scientific illustration with modern precision.

**Geometric-Shape Decorative Borders:** Cards decorated with art-deco geometric shapes — small diamonds, circles, and chevrons (CSS or SVG, 4-8px) arranged at card corners and along top borders in Gold Aged at 0.3 opacity. Creates the ornamental quality of 1920s scientific publication design.

**Bounce-Enter Specimen Reveals:** Masonry cards enter with a gentle bounce — translateY(25px) scale(0.96) transitioning to translateY(0) scale(1) with cubic-bezier(0.34, 1.56, 0.64, 1) over 350ms. Staggered by 80ms per card, creating a cascading reveal like specimens being placed on a display table.

**Sepia-Nostalgic Aging Effects:** All content rendered with warm sepia aging — section backgrounds use sepia-toned gradients, images processed with CSS filter: sepia(0.15), and borders in warm brown tones. Creates the feeling of a treasured physics manuscript discovered in an attic.

**Art Deco Section Dividers:** Between masonry sections, full-width decorative dividers — thin horizontal lines flanked by geometric art-deco motifs (sunburst patterns, chevron stacks) in Gold Aged at 0.25 opacity, centered. CSS-only using border, pseudo-elements, and clip-path.

## Prompts for Implementation
Build the page as a muji art-deco physics reference. Masonry: CSS columns: 3, column-gap: 20px. Cards: break-inside: avoid, margin-bottom: 20px, background: #e8dcc8, border: 1px solid rgba(176,144,48,0.2), padding: 24px.

Bounce-enter: .card { opacity: 0; transform: translateY(25px) scale(0.96); transition: all 350ms cubic-bezier(0.34, 1.56, 0.64, 1); } .card.visible { opacity: 1; transform: translateY(0) scale(1); } Stagger with transition-delay: calc(var(--index) * 80ms).

Geometric decorations: .card::before { content: ''; position: absolute; top: 8px; left: 50%; transform: translateX(-50%) rotate(45deg); width: 6px; height: 6px; border: 1px solid rgba(176,144,48,0.3); }

Sepia processing: .section { background: linear-gradient(to bottom, #3a2818, #5a4030); } img { filter: sepia(0.15); }

Art deco dividers: .divider { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 40px 0; } .divider .line { height: 1px; width: 80px; background: rgba(176,144,48,0.25); } .divider .diamond { width: 8px; height: 8px; transform: rotate(45deg); border: 1px solid rgba(176,144,48,0.25); }

AVOID: Modern minimal science websites, dark-mode tech interfaces, and interactive simulation tools. Let the muji restraint and nostalgic-retro tone create a timeless, beautiful reference document.

## Uniqueness Notes
1. **Muji aesthetic for definitive physics reference:** Restrained simplicity creates the authoritative completeness of a single-truth reference.
2. **Masonry as specimen cabinet:** Variable-height cascading cards create the collected quality of a curated scientific display.
3. **Art-deco geometric decoration for 1920s science:** Ornamental borders channel the era when monopole theory was first proposed.
4. **Sepia-nostalgic as manuscript reverence:** Warm aging effects treat monopole theory as a precious intellectual heritage.
5. **Bounce-enter as specimen placement:** Cards arriving with gentle bounces suggest careful, reverent placement of each piece of knowledge.

**Seed/Style:** aesthetic: muji, layout: masonry, typography: art-deco-display, palette: sepia-nostalgic, patterns: bounce-enter, imagery: vector-art, motifs: geometric-shapes, 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 muji aesthetic, masonry layout, sepia-nostalgic palette, vector-art imagery, and nostalgic-retro tone.
<!-- DESIGN STAMP
  timestamp: 2026-03-19T01:27:25
  seed: unspecified
  aesthetic: monopole.one (Monopole — magnetic monopole, a theoretical physics concept) chann...
  content_hash: 893fb92ddbb5
-->
