---
name: Flos
description: "This site is a prime example of premium product presentation, using restraint and high-quality imagery to convey luxury."
version: alpha

colors:
  background: "#000000"
  primary: "#FFFFFF"
  neutral: "#666666"
  bg-soft: "#FAFAFA"
  line: "rgba(0,0,0,0.15)"

typography:
  display:
    fontFamily: humanist-sans
    fontSize: 64px
    lineHeight: 1.0
    fontWeight: 800
    letterSpacing: "-1px"
  heading:
    fontFamily: humanist-sans
    fontSize: 40px
    lineHeight: 1.2
    fontWeight: 600
    letterSpacing: "0px"
  body:
    fontFamily: humanist-sans
    fontSize: 16px
    lineHeight: 1.5
    fontWeight: 400
    letterSpacing: "0.2px"

rounded:
  sm: 2px
  md: 4px
  lg: 40px
  pill: 999px

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

---

## Overview

Premium Italian lighting brand with a minimalist, editorial aesthetic.

*A gallery catalog for high-end lighting design.*

## Colors

High contrast photography dominates; text colors invert depending on light/dark contexts.

- **Background (`#000000`)** — uses `bg` token
- **Primary text (`#FFFFFF`)** — uses `ink` token
- **Muted (`#666666`)** — uses `muted` token
- **Borders (`rgba(0,0,0,0.15)`)** — uses `line` token

## Typography

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

## Layout

Full-bleed hero image with overlaid text; grid-based product cards.

*Rhythm:* Generous whitespace and tight letter spacing on headings.

## Elevation & Depth

- rgba(0, 0, 0, 0.15) 0px 4px 16px 0px
- Borders: 1px solid #000000 or #FFFFFF depending on context.

## Shapes

- `sm`: 2px
- `md`: 4px
- `lg`: 40px
- `pill`: 999px

## Components

- **button:** Ghost button with 1px solid border and all-caps text.
- **card:** Image-heavy cards with no visible border or shadow.
- **hero:** Full-screen photographic background with left-aligned white text.

## Do's and Don'ts

**Don't:**
- don't use bright, saturated colors — screenshot shows a palette dominated by black, white, and muted grays.
- don't use rounded corners on primary elements — screenshot shows sharp edges or very subtle radius.
- don't add heavy drop shadows to cards — screenshot shows flat, image-driven layouts.
- don't use decorative or script fonts — screenshot shows a clean, humanist sans-serif for all text.
- don't clutter the hero section with multiple CTAs — screenshot shows a single, clear 'DISCOVER MORE' button.
- don't use busy backgrounds behind text — screenshot ensures legibility through dark overlays or solid backgrounds.

---

## System Prompt (paste into AI agent)

```
This is a premium Italian lighting brand e-commerce site with a minimalist, editorial aesthetic. The design prioritizes high-quality photography with a high-contrast palette of black (#000000), white (#FFFFFF), and muted gray (#666666). Typography is a clean humanist sans-serif used in both regular and uppercase weights for headings. Critical design constraints: never use bright or saturated accent colors, maintain generous whitespace, and avoid heavy UI elements like thick borders or complex shadows. The layout is strictly grid-based with a focus on large, full-bleed imagery to showcase products in context.
```
