---
name: Unlirice Ooo
description: "This site is worth including as a prime example of experimental web design that completely abandons traditional UI patterns in favor of a purely artistic, collage-based visual language."
version: alpha

colors:
  background: "#FFFFFF"
  primary: "#000000"
  neutral: "#000000"
  line: "rgba(0,0,0,1)"

typography:
  display:
    fontFamily: geometric-sans
    fontSize: 160px
    lineHeight: 0.9
    fontWeight: 400
    letterSpacing: "-2px"
  heading:
    fontFamily: humanist-sans
    fontSize: 28px
    lineHeight: 1.15
    fontWeight: 400
    letterSpacing: "0px"
  body:
    fontFamily: humanist-sans
    fontSize: 16px
    lineHeight: 1.4
    fontWeight: 400
    letterSpacing: "0px"

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

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

---

## Overview

A highly experimental and expressive photographic portfolio that rejects traditional grids in favor of dynamic, floating compositions.

*A floating digital collage of fragmented memories*

## Colors

Strict monochrome UI to allow the colorful photographic content to take center stage without competition.

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

## Typography

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

- Use massive, oversized typography to anchor the floating chaotic elements.
- Maintain a strict weight of 400 (Regular) across almost all elements to preserve a clean, quiet baseline.
- Avoid decorative or italicized text to maintain a stark, brutalist aesthetic.

## Layout

A fluid, non-grid canvas where elements are placed using absolute positioning or CSS transforms to create a floating effect.

*Rhythm:* irregular

## Elevation & Depth

- Borders: none

## Shapes

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

## Components

- **button:** Minimal interactive states, mostly represented by clickable floating elements or raw links.
- **card:** Circular or elliptical photographic crops with no padding, borders, or shadows.
- **hero:** A dynamic, full-screen canvas populated by floating, rotated, and scaled circular images anchored by a massive bottom-aligned logotype.

## Do's and Don'ts

**Don't:**
- Don't use standard UI containers — screenshot shows floating circular elements without borders or shadows.
- Don't use a traditional grid system — screenshot shows elements scattered across the viewport in a fluid, non-aligned manner.
- Don't use varied font weights — screenshot shows almost exclusively Regular (400) weight text.
- Don't use background colors other than white — screenshot shows a strict white (#FFFFFF) background.
- Don't use standard rounded rectangles for buttons or cards — screenshot shows purely circular or elliptical crops.
- Don't use busy or textured backgrounds — screenshot shows a clean, stark white void.

---

## System Prompt (paste into AI agent)

```
A highly experimental and expressive photographic portfolio. Positioning: An abstract, artistic canvas that prioritizes visual exploration over standard UI patterns. Key hex colors: #FFFFFF background and #000000 foreground. Font categories: geometric-sans for display and humanist-sans for body, both strictly at Regular (400) weight. Critical donts: Do not use standard grid layouts; do not apply heavy borders, shadows, or container backgrounds; do not use bold or italic typography. The system relies on fluid, absolute positioning and long opacity transitions to create a dynamic, floating experience.
```
