---
name: Exhibition Magazine
description: "This site is an excellent example of how extreme restraint and high-quality typography can create a premium, high-fashion editorial feel."
version: alpha

colors:
  background: "#A8A8A8"
  primary: "#000000"
  neutral: "#999999"
  line: "rgba(0,0,0,0.1)"

typography:
  display:
    fontFamily: condensed-grotesque-sans
    fontSize: 90px
    lineHeight: 0.9
    fontWeight: 500
    letterSpacing: "-1px"
  heading:
    fontFamily: transitional-serif
    fontSize: 36px
    lineHeight: 1.1
    fontWeight: 500
    letterSpacing: "-0.5px"
  body:
    fontFamily: transitional-serif
    fontSize: 16px
    lineHeight: 1.5
    fontWeight: 400
    letterSpacing: "normal"

rounded:
  sm: 0px
  md: 0px
  lg: 0px
  pill: 0px

spacing:
  xs: 4px
  sm: 8px
  md: 16px
  lg: 24px
  xl: 32px
  2xl: 48px
  3xl: 64px

---

## Overview

A minimalist, image-forward editorial platform for fashion and art.

*A digital fashion exhibition space that feels like a high-end print magazine.*

## Colors

High-contrast black and white with a neutral gray backdrop to let photography dominate.

- **Background (`#A8A8A8`)** — uses `bg` token
- **Primary text (`#000000`)** — uses `ink` token
- **Muted (`#999999`)** — uses `muted` token
- **Borders (`rgba(0,0,0,0.1)`)** — uses `line` token

## Typography

- **Display:** condensed-grotesque-sans
- **Body:** transitional-serif

## Layout

A full-width image-heavy layout with a persistent top navigation bar.

*Rhythm:* Vertical spacing is dictated by large image blocks and generous padding.

## Elevation & Depth

- Borders: Minimal to none, except for thin 1px borders on the newsletter input.

## Shapes

- `sm`: 0px
- `md`: 0px
- `lg`: 0px
- `pill`: 0px

## Components

- **button:** Minimal, uppercase, often just text or a simple black background with white text.
- **card:** A simple vertical stack of a large image followed by a bold serif title and a small description.
- **input:** A simple single-line text field with a thin black border and centered placeholder text.
- **hero:** A full-width, edge-to-edge photographic hero with large, semi-transparent masthead text overlaid.

## Do's and Don'ts

**Don't:**
- don't use decorative shadows — screenshot shows clean, flat image blocks without drop shadows
- don't use rounded corners — screenshot shows sharp, 90-degree corners on all cards and buttons
- don't use colorful accents — screenshot shows a strict black, white, and neutral gray palette
- don't use playful or rounded typography — screenshot shows sharp, high-contrast serif and condensed sans-serif fonts
- don't clutter the layout with many UI elements — screenshot shows a minimal interface dominated by large photography
- don't use complex gradients — screenshot shows solid neutral background colors and clear photographic images

---

## System Prompt (paste into AI agent)

```
Exhibition Magazine is a high-end digital editorial platform for fashion, art, and culture. Its design is strictly minimalist and image-forward, using a neutral gray background to let high-quality photography dominate. The typography is a sharp contrast between bold, condensed sans-serif headlines and elegant transitional serif body text. Key hex colors are #000000 (ink) and #A8A8A8 (bg). The layout is a clean, full-width grid with minimal UI interference. Critical constraints: never add rounded corners or decorative shadows; do not use multiple accent colors; avoid playful or decorative fonts to maintain the sophisticated, high-fashion aesthetic.
```
