# Design Language for concepts.news

## Aesthetics and Tone
Concepts.news is a news platform covering conceptual developments -- emerging ideas, theoretical breakthroughs, design concepts, and the early-stage thinking that precedes innovation. The aesthetic is **ethereal** -- soft, luminous, and slightly otherworldly, as if ideas themselves had a visual form: glowing, translucent, not yet fully solidified. The site feels like reading news dispatches from the future's antechamber, where concepts hover in a pre-materialized state. The **honeyed-neutral** palette provides warmth and accessibility against the ethereal backdrop -- golden ambers, creamy ivories, and soft wheats that feel like morning light filtering through sheer curtains. The tone is **professional** -- authoritative and well-sourced, but not cold. Concepts.news earns trust through clear writing and beautiful presentation, not through visual aggression or clickbait energy. Every headline is worth reading; every article is worth the time.

## Layout Motifs and Structure
The layout uses a **bento-box** composition -- a Japanese-inspired grid of nested rectangular cells of varying sizes, creating a dense but orderly mosaic of news items. Each "box" contains one concept/story, and the variation in box sizes reflects editorial hierarchy (larger boxes = bigger stories).

**Primary structure:**
- **Masthead (100px):** A generous header bar with "concepts.news" in playful-rounded type on the left, a date line in the center (styled as a typewriter-printed date: "March 21, 2026"), and category filters on the right (pills with rounded borders in Honeyed Amber). The masthead sits on a warm white background (#FBF7F0) with a subtle bottom border of aurora-gradient (linear-gradient: Soft Violet → Pale Teal → Aurora Gold, 2px height).
- **Bento grid (main body):** A CSS Grid with varying cell sizes -- grid-template-columns: repeat(4, 1fr) on desktop, with individual items spanning 1-2 columns and 1-2 rows. Gap: 16px. Padding: 40px. The grid creates a newspaper-front-page density with bento-box elegance. Featured stories span 2x2, secondary stories span 2x1 or 1x2, and briefs occupy 1x1 cells.
- **Bento cells (story cards):** Each cell has a warm background (#FDF9F2), rounded corners (16px), and no visible border -- separation comes purely from the gap spacing and a delicate box-shadow (0 1px 4px rgba(120, 100, 70, 0.06)). Each cell contains: a category icon (top-left, 24px), a headline, a one-sentence summary, and a source attribution line. Featured cells also include an aurora-gradient accent bar (4px height at the top of the card).
- **Section dividers:** Between bento grid sections (e.g., "Today" and "This Week"), full-width horizontal bands contain section titles with a typewriter-effect animation -- the title types itself character by character as it enters the viewport.
- **Footer:** A warm, minimal footer on a slightly deeper cream (#F0EBE0) with newsletter signup (single input field, rounded, with a typewriter-cursor blinking animation in the placeholder text), about link, and social links represented as small circular icons.

## Typography and Palette
**Fonts:**
- **Headlines:** "Nunito" (Google Fonts) -- a playful-rounded sans-serif whose friendly, soft letterforms make headlines approachable without sacrificing readability. The rounded terminals and generous letter-spacing create an airy, ethereal quality appropriate for concept-stage ideas. Weight 700 for featured headlines, 600 for standard headlines. Size: clamp(18px, 2.5vw, 32px) for standard cells, clamp(28px, 4vw, 48px) for featured cells.
- **Body text:** "Karla" (Google Fonts) -- a grotesque sans-serif with a slightly quirky personality and excellent readability at small sizes. Weight 400 for summaries, 700 for bylines. Line-height: 1.65. Size: clamp(14px, 1.3vw, 16px). Its slightly narrow proportions maximize text density within bento cells without feeling cramped.
- **Typewriter accent:** "Special Elite" (Google Fonts) -- a typewriter-style font used exclusively for dates, timestamps, and section divider text. Weight 400. Size: 14px for inline timestamps, clamp(20px, 3vw, 36px) for section dividers. Its imperfect, mechanical quality contrasts beautifully with the smooth rounded fonts, adding editorial texture.

**Palette:**
- **Morning Ivory** #FBF7F0 -- Primary background, the softest warm white
- **Warm Linen** #FDF9F2 -- Bento cell background, barely distinguished from primary
- **Honeyed Amber** #C8A050 -- Primary accent for links, category pills, and interactive elements
- **Deep Honey** #8A6A2A -- Primary text color for headlines, warm dark gold-brown
- **Soft Charcoal** #4A4540 -- Body text color, warm gray-brown
- **Soft Violet** #B8A0D0 -- Aurora gradient color 1, ethereal purple
- **Pale Teal** #90C8C0 -- Aurora gradient color 2, ethereal blue-green
- **Aurora Gold** #D8C878 -- Aurora gradient color 3, warm completion of the aurora trio
- **Whisper Gray** #C8C0B8 -- Secondary text for metadata, timestamps, and de-emphasized content
- **Deep Umber** #3A3228 -- Darkest tone for high-contrast needs (featured headline text)

## Imagery and Motifs
**Core visual motifs:**
- **Icon-heavy category system:** Each news category has a dedicated icon -- a simple, 24px line-art SVG in Honeyed Amber: lightbulb (Innovation), gear-cog (Engineering), palette (Design), atom (Science), chart-up (Business), globe (Global), leaf (Sustainability), brain (AI/Cognitive). Icons appear in the top-left corner of each bento cell, providing instant visual categorization. On hover, icons gain a subtle glow (filter: drop-shadow(0 0 4px rgba(200, 160, 80, 0.4))).
- **Aurora-lights gradient accents:** Subtle aurora-gradient strips (linear-gradient: Soft Violet → Pale Teal → Aurora Gold) appear as top borders on featured cards (4px), as the masthead bottom rule (2px), and as background washes behind section divider text (8% opacity). The aurora effect suggests ideas in their nascent, luminous state -- not yet fully formed, still shimmering with possibility.
- **Typewriter-effect editorial timestamps:** All dates and section dividers use the typewriter-effect animation -- characters appear one by one (50ms interval), with a blinking cursor (border-right: 2px solid Honeyed Amber, blink animation: opacity 0↔1 at 500ms interval) that persists for 1s after completion before fading. This creates a "just published" real-time quality, as if the news is being typed out as you read it.
- **Ethereal hover glow:** Bento cells respond to hover with a soft, ethereal glow effect -- the box-shadow expands and gains a warm aurora tint (0 4px 24px rgba(200, 160, 80, 0.08), 0 0 0 1px rgba(184, 160, 208, 0.15)). The cell also shifts up by 2px (translateY: -2px, 200ms ease-out). The effect is subtle and warm, not dramatic.
- **Breathing aurora background:** The masthead and footer contain a very subtle animated aurora -- a radial-gradient that shifts position slowly (CSS animation: background-position shift over 20s, ease-in-out, infinite). Colors: Soft Violet, Pale Teal, Aurora Gold at 3-5% opacity. The aurora breathes -- barely perceptible but contributing to the ethereal, alive quality of the page.

## Prompts for Implementation
**Full-screen narrative opening:** The page loads with Morning Ivory (#FBF7F0) fill. The masthead appears immediately (no animation -- it's the stable frame). Then, the bento grid cells fade in with a staggered cascade: starting from the top-left featured cell, each cell appears in reading order (left-to-right, top-to-bottom) with 60ms stagger (opacity: 0→1, translateY: 8px→0, 400ms each). The largest featured cell animates first and most slowly (600ms), establishing the visual anchor. During the cascade, the "Today" section divider types itself in Special Elite via the **typewriter-effect**. The overall entrance takes ~2.5s and feels like a newspaper being assembled before your eyes.

**Bento grid responsive behavior:** On desktop (4 columns), the grid allows 2x2, 2x1, 1x2, and 1x1 cells. On tablet (2 columns), 2x2 cells become 2x1 and the grid simplifies. On mobile (1 column), all cells become full-width stacked, maintaining their content hierarchy through size (featured cells get larger type and more padding). The grid uses CSS Grid auto-placement with explicit grid-column/grid-row spans on featured items.

**Typewriter section transitions:** As the user scrolls to a new section divider, the section title types itself in Special Elite with the characteristic typewriter rhythm (50ms per character, slight randomness: 40-60ms, to simulate mechanical variation). The blinking cursor remains for 1.5s, then fades (opacity 1→0, 300ms). Only the visible section title animates -- previous sections show their titles without animation.

**Category icon interaction:** Clicking a category icon in any bento cell filters the grid to show only that category's stories. The filter animation: non-matching cells fade out (opacity 1→0.2, 300ms) while matching cells rearrange (CSS Grid reflow with transition, 400ms). A "clear filter" pill appears in the masthead. This filtering is the primary interactive depth beyond hover effects.

**Storytelling structure:** The page is organized temporally: "Breaking" (top bento section with largest cells) → "Today" (dense bento grid) → "This Week" (second grid) → "Emerging" (longer-form concept pieces in wider cells). Avoid CTA-heavy layouts, pricing blocks, and stat-grids. News density is the value; the bento grid communicates editorial breadth and depth simultaneously.

## Uniqueness Notes
**Differentiators from other designs:**

1. **Bento-box news layout:** Using the Japanese bento-box grid composition for a news platform creates a unique density-with-elegance -- stories packed efficiently into varied-size cells, unlike the uniform card grids that dominate news design.

2. **Typewriter-effect as temporal device:** Using the typewriter animation specifically for dates and section dividers (not just as decoration) creates a narrative conceit -- the news is being written in real-time, each section arriving as if from a wire service.

3. **Aurora-gradient as conceptual luminosity:** The subtle Soft Violet → Pale Teal → Aurora Gold gradient, used at very low opacities as accents throughout, creates a unique ethereal glow that suggests ideas in their pre-materialized, luminous state -- specific to a "concepts" publication.

4. **Icon-heavy categorical taxonomy with filtering:** A comprehensive SVG icon system where every news category has a distinct visual marker, combined with click-to-filter functionality, creates a visual-first navigation system that's both decorative and functional.

**Seed/Style:** ethereal + bento-box + playful-rounded + honeyed-neutral + typewriter-effect + icon-heavy + aurora-lights + professional
**Avoided overused patterns:** Avoided centered/card-grid layout (used bento-box with varied cell sizes), avoided parallax/scroll-triggered/cursor-follow (used typewriter-effect and stagger-cascade entrance), avoided gradient-warm dominance (used honeyed-neutral with ethereal aurora accents), avoided mono typography (used playful-rounded + typewriter accent pairing).
**Preferred underused elements:** Incorporated typewriter-effect pattern (13%), icon-heavy imagery (3%), aurora-lights motifs (not yet used in prior designs), and professional tone (3%).
<!-- DESIGN STAMP
  timestamp: 2026-03-21T11:30:15
  seed: unspecified
  aesthetic: Concepts.news is a news platform covering conceptual developments -- emerging id...
  content_hash: d766b72d9a6a
-->
