---
name: Taiki Murayama
description: "This site is worth including as a prime example of a bold, typographic portfolio that uses scale and whitespace as primary design tools."
version: alpha

colors:
  background: "#f7f7f7"
  primary: "#0b0b0f"
  secondary: "#bbbbbb"
  tertiary: "#42ff00"
  neutral: "#bbbbbb"
  line: "rgba(11,11,15,1)"

typography:
  display:
    fontFamily: geometric-sans
    fontSize: 110px
    lineHeight: 0.85
    fontWeight: 400
    letterSpacing: "-4px"
  heading:
    fontFamily: humanist-sans
    fontSize: 54px
    lineHeight: 1.0
    fontWeight: 400
    letterSpacing: "-3px"
  subhead:
    fontFamily: humanist-sans
    fontSize: 34px
    lineHeight: 1.2
    fontWeight: 400
    letterSpacing: "-1px"
  body:
    fontFamily: humanist-sans
    fontSize: 28px
    lineHeight: 1.2
    fontWeight: 400
    letterSpacing: "-0.5px"
  caption:
    fontFamily: humanist-sans
    fontSize: 16px
    lineHeight: 1.2
    fontWeight: 400
    letterSpacing: "0px"

rounded:
  sm: 4px
  md: 15px
  lg: 300px
  pill: 999px

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

---

## Overview

A bold, editorial design portfolio emphasizing large typography, high-contrast imagery, and minimal UI chrome to showcase work.

*A curated gallery of a designer's work, presented with bold typography and restrained elegance.*

## Colors

High-contrast monochrome palette with a single vibrant accent, using a light neutral background to let work imagery stand out.

- **Background (`#f7f7f7`)** — uses `bg` token
- **Primary text (`#0b0b0f`)** — uses `ink` token
- **Secondary text (`#bbbbbb`)** — uses `ink-soft` token
- **Accent (`#42ff00`)** — uses `accent` token
- **Muted (`#bbbbbb`)** — uses `muted` token
- **Borders (`rgba(11,11,15,1)`)** — uses `line` token

## Typography

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

## Layout

Asymmetric, editorial grid with overlapping imagery and large text blocks that break conventional column structures.

*Rhythm:* A loose, editorial rhythm with generous padding and gaps to create an open, breathable layout.

## Elevation & Depth

- Borders: Thin, solid lines in near-black are used as primary separators between content sections.

## Shapes

- `sm`: 4px
- `md`: 15px
- `lg`: 300px
- `pill`: 999px

## Components

- **button:** Minimal, text-based navigation with a single active item highlighted by a vibrant green background block.
- **card:** Images are presented in loose, overlapping clusters without strict containers, floating over the background.
- **chip:** Not present.
- **input:** Not present.
- **hero:** A dynamic, collage-style composition featuring large, overlapping photography and bold, oversized typography.

## Do's and Don'ts

**Don't:**
- Don't use drop shadows — screenshot shows flat images with clean edges.
- Don't use card containers for images — screenshot shows images floating and overlapping freely.
- Don't use multiple font weights for emphasis — screenshot shows almost exclusively weight 400, relying on size for hierarchy.
- Don't center-align headlines — screenshot shows left-aligned or asymmetrically placed text.
- Don't use multiple accent colors — screenshot shows only one vibrant green highlight.
- Don't use dense paragraph text — screenshot shows short, impactful statements and lists.

---

## System Prompt (paste into AI agent)

```
This is a high-end design portfolio for a creative director, positioned with bold, editorial confidence. The design DNA is built on a strict, high-contrast monochrome palette: a very light gray background (#f7f7f7), near-black ink (#0b0b0f), and a single, vibrant green accent (#42ff00) used sparingly for active states. The typography is dominated by a geometric sans-serif display font (Helvetica Neue) used at massive scales (up to 110px) with tight tracking, paired with a humanist sans for body text. The layout is an asymmetric, grid-breaking composition with generous whitespace. Critical don'ts: never use drop shadows, never put images in card containers, and never use multiple accent colors. The site uses a loose, editorial rhythm and smooth transitions (cubic-bezier(0.4, 0, 0.2, 1)) for interactions.
```
