# Design Language for political.day

## Aesthetics and Tone
political.day channels a light-academia aesthetic — the warm, book-lined, intellectually curious world of academic study halls and literary coffee shops applied to a daily political analysis and commentary platform. The site studies — content arranged with the considered care of annotated margins, the warm glow of reading lamps on aged paper, and the intellectually stimulating atmosphere of a seminar room where political ideas are examined with rigor and enthusiasm. Inspiration draws from the warm interiors of Bodleian Library, the editorial design of The Paris Review, the academic charm of Penguin Classics cover design, and the cozy intellectualism of Letterboxd's film review culture. The tone is optimistic-bright — forward-looking, hopeful language that treats daily political analysis as an opportunity for understanding rather than despair.

## Layout Motifs and Structure
The layout uses an **f-pattern** architecture — content organized in the natural F-shaped reading pattern that mirrors the systematic way readers scan political analysis, with strong headline hierarchy guiding the eye.

**F-Pattern Architecture:**
- Strong left-margin headline hierarchy for scanability
- Top bar: featured daily analysis spanning full width
- Primary content: 60%, sidebar commentary: 35%
- Consistent left-aligned headline positions
- Container: max-width: 960px centered
- The f-pattern creates the newspaper-reading quality of daily political consumption

**Section Sequence:**
1. **Morning Brief:** Hero with rounded-sans title on burnt-orange academic gradient, data-viz political polling visualizations, particle-effects ambient knowledge dust
2. **Analysis:** Daily political analysis in f-pattern flow — shake-error interactive factcheck animations with data-viz analytical charts
3. **Commentary:** Expert commentary in sidebar-paired format with particle-effects ambient reading particles and data-viz opinion polling
4. **Briefing:** Quick political updates in scanline-optimized format with data-viz mini-charts
5. **Evening:** Footer as day's reflection — optimistic-bright closing with particle-effects settling dust and hopeful sign-off

## Typography and Palette
**Typography:**
- **Headlines:** "Nunito" (Google Fonts) — rounded sans at 2.2rem-3rem, weight 700. Its soft, rounded forms create the warm, approachable quality of intellectual discussion rather than cold political news delivery.
- **Body Text:** "Lora" (Google Fonts) — serif at 0.95rem, weight 400, line height 1.8 for comfortable long-form political reading.
- **Accent:** "Nunito" at 1rem, weight 600 for bylines and analysis categories.
- **Labels:** "Nunito" at 0.7rem, weight 600, uppercase, letter-spacing 0.06em.

**Color Palette:**
- **Parchment:** #faf4e8 — warm parchment for backgrounds
- **Cream Surface:** #f0e4d0 — warm cream for cards
- **Burnt Sienna:** #c06830 — warm burnt sienna for primary accent
- **Study Green:** #488850 — academic green for secondary accent
- **Ink Blue:** #385888 — ink blue for tertiary accent
- **Text Dark:** #1c1810 — warm dark for body text
- **Shadow Warm:** #a08868 — warm shadow for secondary text
- **Border Academic:** rgba(192,104,48,0.1) — academic border

## Imagery and Motifs
**Data-Viz Political Charts:** Political analysis illustrated through minimal data visualizations — CSS bar charts, line trends (SVG polylines), and percentage indicators (conic-gradient) in Burnt Sienna and Study Green. Clean, informative, and integrated into the editorial flow rather than isolated in chart containers.

**Shake-Error Factcheck Animation:** Disputed claims or factchecked statements trigger a subtle shake — translateX(0) to translateX(-3px) to translateX(3px) to translateX(0) over 300ms. Accompanied by a color shift to Burnt Sienna. The shake creates the visual quality of a factcheck flag, drawing attention without being aggressive.

**Particle-Effects Knowledge Dust:** Small particles (2-4px) in Burnt Sienna and Study Green at 0.04-0.06 opacity floating gently in the background. Slow, barely perceptible drift (translateY varying by 10px over 8s). The particles create the atmospheric quality of dust motes in a sunlit reading room.

**Burnt-Orange Academic Warmth:** The palette centers on warm burnt orange — radial-gradient(at 50% 20%, rgba(192,104,48,0.03), transparent 50%) creating the warm glow of a desk lamp on parchment. Section transitions use subtle gradient shifts between Parchment and Cream Surface.

**F-Pattern Scanline Markers:** Small dot indicators (6px, Burnt Sienna) at the left margin marking analysis sections. Thin horizontal rules (1px, Border Academic) between analysis groups. The markers create a visual table of contents that guides the eye through the day's political analysis.

## Prompts for Implementation
Build the page as a light-academia political daily. F-pattern: .politics-layout { max-width: 960px; margin: 0 auto; padding: 60px 24px; } .analysis-grid { display: grid; grid-template-columns: 60fr 35fr; gap: 30px; } .featured-analysis { grid-column: 1 / -1; }

Shake-error: .factcheck { animation: shake 300ms ease-in-out; color: #c06830; } @keyframes shake { 0%, 100% { transform: translateX(0); } 25% { transform: translateX(-3px); } 75% { transform: translateX(3px); } }

Data-viz: .poll-bar { height: 8px; border-radius: 4px; background: #f0e4d0; } .poll-bar .fill { height: 100%; border-radius: 4px; background: #c06830; transition: width 800ms ease-out; }

Knowledge particles: .particle { position: absolute; border-radius: 50%; background: var(--particle-color, rgba(192,104,48,0.05)); width: var(--size, 3px); height: var(--size, 3px); animation: drift var(--duration, 8s) ease-in-out infinite; } @keyframes drift { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

Scanline markers: .section-marker { width: 6px; height: 6px; border-radius: 50%; background: #c06830; position: absolute; left: -20px; top: 8px; }

AVOID: Partisan news aggregators, corporate political analytics, and social media-style political feeds. Let light-academia warmth and optimistic-bright language create a daily political platform where analysis feels like an intellectually stimulating morning study session.

## Uniqueness Notes
1. **Light-academia for political analysis:** Warm, bookish aesthetic makes daily politics feel like intellectual study rather than doom-scrolling.
2. **F-pattern as natural reading flow:** Newspaper-style scanning hierarchy creates effortless political content consumption.
3. **Shake-error as factcheck:** Subtle shake animation creates a non-aggressive visual factcheck flag that draws attention without alarm.
4. **Particle-effects as knowledge dust:** Floating motes create the atmospheric quality of a sunlit reading room filled with ideas.
5. **Burnt-orange academic warmth:** Warm sienna palette creates the desk-lamp glow of focused academic reading.

**Seed/Style:** aesthetic: light-academia, layout: f-pattern, typography: rounded-sans, palette: burnt-orange, patterns: shake-error, imagery: data-viz, motifs: particle-effects, tone: optimistic-bright

**Avoided Overused Patterns:** corporate aesthetic (84%), parallax patterns (90%), asymmetric layout (88%), mono typography (91%), warm palette (93%), friendly tone (84%), minimal imagery (89%). This design uses light-academia aesthetic, f-pattern layout, burnt-orange palette, data-viz imagery, and optimistic-bright tone.
<!-- DESIGN STAMP
  timestamp: 2026-03-19T02:32:57
  domain: political.day
  seed: scanning hierarchy creates effortless political content consumption
  aesthetic: political.day channels a light-academia aesthetic — the warm, book-lined, intell...
  content_hash: aee12a112640
-->
