---
name: Maisonnue
description: "This site is a strong example of a utilitarian, high-contrast dark UI optimized for mobile consumption of information-heavy content."
version: alpha

colors:
  background: "#000000"
  primary: "#ffffff"
  secondary: "#717171"
  tertiary: "#ff2a2a"
  neutral: "#717171"
  line: "rgba(255, 255, 255, 1)"

typography:
  display:
    fontFamily: geometric-sans
    fontSize: 20px
    lineHeight: 1.2
    fontWeight: 700
    letterSpacing: "0.5px"
  body:
    fontFamily: humanist-sans
    fontSize: 16px
    lineHeight: 1.5
    fontWeight: 400
    letterSpacing: "0px"

rounded:
  sm: 6px
  md: 10px
  lg: 15px
  pill: 100px

spacing:
  xs: 4px
  sm: 8px
  md: 10px
  lg: 16px
  xl: 20px
  2xl: 24px
  3xl: 32px

---

## Overview

A dark-themed digital guide for modern property investment and real estate trends.

*A digital concierge for real estate investment, presented with a high-contrast, mobile-first interface.*

## Colors

A high-contrast dark theme anchored by pure black and white, with a sharp red accent for active states.

- **Background (`#000000`)** — uses `bg` token
- **Primary text (`#ffffff`)** — uses `ink` token
- **Secondary text (`#717171`)** — uses `ink-soft` token
- **Accent (`#ff2a2a`)** — uses `accent` token
- **Muted (`#717171`)** — uses `muted` token
- **Borders (`rgba(255, 255, 255, 1)`)** — uses `line` token

## Typography

- **Display:** geometric-sans
- **Body:** humanist-sans

- All-caps letterforms are used for primary navigation links and headings.
- Body text is set in a legible sans-serif for readability on dark backgrounds.
- Headings use a slightly heavier weight and increased letter-spacing for emphasis.

## Layout

A single-column, mobile-first layout centered on the screen, optimized for vertical scrolling.

*Rhythm:* A tight, consistent vertical rhythm based on a 4px grid, with clear spacing between list items.

## Elevation & Depth

- 0 4px 6px rgba(0, 0, 0, 0.3)
- Borders: Thin, 1px solid lines in white or muted gray are used sparingly to define containers and separators.

## Shapes

- `sm`: 6px
- `md`: 10px
- `lg`: 15px
- `pill`: 100px

## Components

- **button:** A full-width, pill-shaped button with a red background, white text, and rounded corners, used for primary actions.
- **card:** A simple, list-based row component with an icon, text, and a trailing action icon, separated by subtle lines.
- **hero:** A full-width, centered image banner with a dark overlay and prominent gold/white typography.

## Do's and Don'ts

**Don't:**
- Don't use light or pastel background colors — the screenshot shows a pure #000000 black background.
- Don't use decorative or script fonts for body text — the screenshot uses Arial and Montserrat for clarity.
- Don't use muted or subtle accent colors — the screenshot shows a high-saturation #ff2a2a red for emphasis.
- Don't create wide, multi-column layouts — the screenshot shows a strictly single-column, mobile-optimized interface.
- Don't use drop caps or complex typographic ornaments — the text layout is strictly functional and clean.
- Don't use low-contrast color combinations — the design prioritizes high-contrast white-on-black for legibility.

---

## System Prompt (paste into AI agent)

```
Design a dark-themed, mobile-first digital guide for modern property investment. Use a pure black (#000000) background with white (#ffffff) and muted gray (#717171) text for high legibility. The primary accent color should be a vibrant red (#ff2a2a) for active states and CTAs. Use geometric and humanist sans-serif font categories (like Montserrat and Arial) with a clear typographic scale. The layout must be strictly single-column and centered. Key critical donts: do not use light backgrounds, do not use decorative serif fonts, and do not create wide multi-column layouts. The interface should feel functional, direct, and professional.
```
