# Design Language for footprint.broker

## Aesthetics and Tone

footprint.broker is a holographic trading floor suspended in electric void -- a site that feels like peering through a prism at a commodities exchange that deals not in grain or gold but in carbon credits and ecological debt. Every surface shimmers with the iridescent instability of a hologram: colors shift as the eye moves, card edges catch light that shouldn't exist, and the entire interface feels like it might dissolve into spectral noise at any moment. The holographic aesthetic here is not decorative -- it is metaphorical, reflecting the intangible, speculative nature of environmental brokerage.

The tone is edgy-rebellious throughout. This is not a polite green-washing corporate site. It speaks in short, declarative sentences. It challenges. The language of finance is repurposed as the language of ecological accountability -- "Your footprint is not an externality, it is a position you hold." There is an urgency that borders on confrontation, a punk energy channeled through the precision of financial interface design.

Visual inspiration: the holographic security strips on currency notes magnified to architectural scale; the neon-drenched trading terminals in 1990s Hong Kong financial districts; the confrontational poster art of Extinction Rebellion filtered through the lens of Bloomberg Terminal aesthetics.

## Layout Motifs and Structure

The layout is a **card-grid** system -- a responsive grid of rectangular cards that function as discrete information units, like tiles on a trading dashboard reimagined for ecological data. The grid is not uniform; cards vary in size (1x1, 2x1, 1x2) creating visual hierarchy through spatial allocation.

**Grid Architecture:**
- Desktop: 4-column grid, 16px gap, max-width 1280px centered
- Each card has a holographic border effect: a 1px border that cycles through spectral colors via CSS animation (hue-rotate on a linear-gradient border)
- Cards have a dark glass surface: #0d0d1a at 85% opacity with backdrop-filter: blur(8px)

**Section Flow:**
1. **Hero Banner:** Full-width, single row. One massive card spanning all 4 columns, containing the wordmark "FOOTPRINT.BROKER" and a single provocative question in eclectic type.
2. **The Grid:** 3 rows of mixed-size cards. Large cards contain thesis statements. Small cards contain single data points (numbers, percentages) with icon-heavy presentations. Medium cards contain interactive progressive-disclosure elements.
3. **The Manifesto:** Full-width text section breaking out of the grid, a single column of confrontational prose.
4. **Signal Grid:** A final row of small square cards, each containing a single icon and one word, forming a visual vocabulary of the site's core concepts.

**Progressive Disclosure:**
Medium cards contain collapsed content. A visible header and icon invite interaction. On click/tap, the card expands vertically (pushing the grid down) to reveal detailed content -- a progressive-disclosure pattern that rewards curiosity and keeps the initial view dense but scannable.

## Typography and Palette

**Typography:**

- **Display / Headlines:** "Archivo Black" (Google Fonts) -- a heavy grotesque with compressed proportions and raw industrial energy. Used at 3rem-6rem for card headers and the hero statement. Weight: 400 (its only weight, naturally ultra-bold). The density of Archivo Black's letterforms creates visual mass that anchors the shimmering holographic environment.

- **Body / Paragraphs:** "Work Sans" (Google Fonts) -- a clean, geometric sans with excellent legibility at small sizes. Used at 15px/1.65 for card body text. Weight: 400 for body, 600 for data labels. Work Sans's open counters and generous x-height make it ideal for reading on dark, optically complex backgrounds.

- **Accent / Data:** "JetBrains Mono" (Google Fonts) -- a developer-focused monospace with distinctive ligatures. Used at 13px for data values, percentages, and code-like labels. Mixed with "Caveat" (Google Fonts) -- a handwritten script at 20px for provocative annotations and marginal notes that break the grid's formality. This eclectic-hybrid typography system creates deliberate tension between machine precision and human urgency.

**Palette:**

| Role | Color | Hex | Usage |
|------|-------|-----|-------|
| Void Black | Absolute dark | #0a0a0f | Page background behind all cards |
| Card Surface | Dark glass | #0d0d1a | Card backgrounds (at 85% opacity with blur) |
| Neon Violet | Electric purple | #8b5cf6 | Primary accent, holographic highlight, link color |
| Neon Lime | Acid green | #84ff57 | Data highlights, positive indicators, icon strokes |
| Neon Rose | Hot pink | #ff3ea5 | Alert accents, confrontational text, hover states |
| Holographic Shift | Cyan-to-pink | linear-gradient(135deg, #00f0ff, #ff3ea5) | Border effects, animated hue-rotate cycle |
| Text Primary | Cool white | #f0f0ff | All body text on dark cards |
| Text Secondary | Muted violet | #7c7c9a | Secondary labels, metadata |
| Warning Amber | Signal gold | #ffc107 | Used sparingly for cautionary data points |

The palette is neon-electric: a void-black foundation erupting with saturated neon accents. The holographic effect is achieved through CSS hue-rotate animations on gradient borders, creating the illusion of spectral color shifts without actual holographic rendering.

## Imagery and Motifs

**Icon-Heavy Visual Language:**
Every card features a prominent icon -- not generic UI icons but custom-feeling SVG illustrations that blend environmental and financial symbolism:
- A leaf with a barcode pattern replacing its veins (ecology meets commerce)
- A globe wireframe with grid lines that resemble a stock chart
- A footprint silhouette filled with a circuit-board pattern
- A scale/balance with a tree on one side and a factory on the other
- Carbon molecules rendered as connected nodes with neon glow

Icons are rendered in single-color neon strokes (primarily neon lime #84ff57 or neon violet #8b5cf6), 2px stroke-width, no fills. They are sized at 48px-72px within cards, large enough to be the primary visual element of each card.

**Candle-Atmospheric Motifs:**
The candle-atmospheric motif manifests not as literal candles but as the candlestick chart visual vocabulary of financial trading:
- Small "candlestick" SVG elements appear in data cards, styled in neon colors
- A background pattern of thin vertical lines with small rectangular "wicks" at varying heights creates a subtle financial-chart texture across the page background
- The overall atmosphere evokes a dimly lit trading floor -- screens glowing in darkness, each card a monitor displaying critical data

**No Photography:**
All imagery is SVG icon-based and geometric. The visual richness comes entirely from the icon system, neon color interactions, and the holographic border animations.

## Prompts for Implementation

**Full-Screen Narrative Experience:**
The page loads with a 1-second black void, then the hero card fades in from opacity 0 to 1 over 800ms. The grid cards follow in a progressive-disclosure sequence: each row appears as the user scrolls, cards within each row stagger their entrance by 80ms. The experience is like watching trading terminals power on one by one in a dark room.

**Progressive Disclosure Interaction:**
Medium cards have a visible header zone (icon + title + ">" indicator). On click, the card's height animates from its collapsed state to its expanded state using max-height transition with cubic-bezier(0.4, 0, 0.2, 1) over 500ms. Expanded content fades in with a 200ms delay. Only one card can be expanded at a time -- expanding a new card collapses the previously open one.

**Holographic Border Animation:**
Each card's border is a 1px solid rendered via border-image: linear-gradient(var(--holo-angle), #00f0ff, #8b5cf6, #ff3ea5, #84ff57) 1. A CSS custom property --holo-angle rotates from 0deg to 360deg over 8 seconds via @keyframes, creating a slow spectral color rotation around each card's edge. Cards have staggered animation-delay values so their borders are out of phase, creating a shimmering field effect.

**Hover Interactions:**
Cards: on hover, the card lifts via transform: translateY(-4px) and the holographic border brightens (border-width transitions from 1px to 2px, or a glow shadow appears: box-shadow: 0 0 20px rgba(139, 92, 246, 0.3)). The transition uses cubic-bezier(0.34, 1.56, 0.64, 1) for a spring-like overshoot.

**Responsive Behavior:**
On mobile (below 640px), the grid collapses to a single column. All cards become full-width. The hero card's text scales to 2.5rem. The holographic border animation continues but with reduced complexity (no hue-rotate, just a static gradient border) to save battery.

**AVOID:** CTA buttons with "Get Started" / "Sign Up", pricing comparison tables, testimonial sections, corporate stock photography, gradient mesh blob backgrounds, anything that resembles a typical green-tech startup landing page.

## Uniqueness Notes

**Differentiators from other designs:**

1. **Holographic aesthetic applied to environmental brokerage:** Holographic designs appear at 11% frequency, but none combine the holographic visual language with environmental/financial content. The iridescent instability of holograms becomes a metaphor for the speculative nature of carbon markets.

2. **Progressive-disclosure as primary interaction (1% frequency):** This is the only design that makes progressive-disclosure the core interaction pattern, turning the page into an explorable information space rather than a passive scroll.

3. **Eclectic-hybrid typography mixing monospace data with handwritten annotations:** The deliberate collision of JetBrains Mono (machine precision) with Caveat (human urgency) creates a typographic tension unique in the collection -- financial data annotated by an activist's hand.

4. **Candlestick-chart motifs as atmospheric texture:** The candle-atmospheric motif (5% frequency) is reinterpreted as financial candlestick chart patterns, creating a background texture that is simultaneously moody and data-referential.

5. **Icon-heavy cards with environmental-financial hybrid symbolism:** The icon-heavy imagery approach (3% frequency) is used here to create a unique visual vocabulary where ecological and financial symbols merge into hybrid forms (barcode-veined leaves, circuit-footprints).

**Documented Seed/Style:**
aesthetic: holographic, layout: card-grid, typography: eclectic-hybrid, palette: neon-electric, patterns: progressive-disclosure, imagery: icon-heavy, motifs: candle-atmospheric, tone: edgy-rebellious

**Avoided Overused Patterns:**
- corporate aesthetic (62%) -- holographic (11%) instead
- asymmetric layout (94%) -- card-grid (14%) instead
- warm palette (100%) -- neon-electric (1%) instead
- parallax patterns (98%) -- progressive-disclosure (1%) instead
- mono typography (98%) -- eclectic-hybrid system instead
- tech motifs (96%) -- candle-atmospheric (5%) instead
- friendly tone (64%) -- edgy-rebellious (1%) instead
- minimal imagery (94%) -- icon-heavy (3%) instead
<!-- DESIGN STAMP
  timestamp: 2026-03-18T20:51:11
  seed: unspecified
  aesthetic: footprint.broker is a holographic trading floor suspended in electric void -- a ...
  content_hash: 267f2eebfe59
-->
