---
name: Nintendo
description: "A masterclass in letting high-quality product imagery drive the user experience on a clean, professional interface."
version: alpha

colors:
  background: "#FFFFFF"
  primary: "#484848"
  secondary: "#727272"
  tertiary: "#E60012"
  neutral: "#C8C8C8"
  muted-soft: "#DADADA"
  line: "rgba(200, 200, 200, 1)"

typography:
  display:
    fontFamily: humanist-sans
    fontSize: 56px
    lineHeight: 1.0
    fontWeight: 600
    letterSpacing: "-1px"

rounded:
  sm: 4px
  md: 12px
  lg: 12px
  pill: 999px

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

---

## Overview

Clean, image-forward product showcase for gaming hardware and software.

*A vibrant toy store window showcasing colorful products.*

## Colors

Clean white canvas to let vibrant game artwork pop, anchored by iconic Nintendo red.

- **Background (`#FFFFFF`)** — uses `bg` token
- **Primary text (`#484848`)** — uses `ink` token
- **Secondary text (`#727272`)** — uses `ink-soft` token
- **Accent (`#E60012`)** — uses `accent` token
- **Muted (`#C8C8C8`)** — uses `muted` token
- **Borders (`rgba(200, 200, 200, 1)`)** — uses `line` token

## Typography

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

## Layout

Full-width hero image followed by a multi-column card grid.

*Rhythm:* Standard 4px grid, relaxed padding on cards.

## Elevation & Depth

- rgba(72, 72, 72, 0.15) 0px 4px 16px 0px
- rgba(0, 0, 0, 0.07) 0px 2px 8px 0px
- Borders: 1px solid #C8C8C8

## Shapes

- `sm`: 4px
- `md`: 12px
- `lg`: 12px
- `pill`: 999px

## Components

- **button:** Pill-shaped outlined buttons with red accents, solid red for primary actions.
- **card:** Image-heavy cards with rounded corners, no shadows.
- **chip:** Small square icons with rounded corners for category filtering.
- **input:** Search bar with rounded corners and magnifying glass icon.
- **hero:** Full-bleed, high-impact illustration or screenshot taking up the entire viewport width.

## Do's and Don'ts

**Don't:**
- Don't use dark backgrounds for the main UI — the screenshot shows a clean white (#FFFFFF) background.
- Don't use heavy drop shadows — the screenshot shows subtle, soft shadows (0px 4px 16px 0px).
- Don't use sharp corners for all elements — the screenshot shows consistent 12px border-radius on cards.
- Don't use a wide, multi-column layout for the hero — the screenshot shows a full-bleed, single-focus hero image.
- Don't use muted, low-contrast colors for primary buttons — the screenshot shows vibrant red (#E60012) accents.
- Don't use serif fonts for headlines — the screenshot shows a clean humanist sans-serif.

---

## System Prompt (paste into AI agent)

```
This is the Nintendo.com homepage, a clean, image-forward product showcase for gaming hardware and software. It features a white (#FFFFFF) background to let colorful game artwork pop, anchored by iconic Nintendo red (#E60012) accents. The typography uses a clean humanist sans-serif for all text, with bold weights for headlines. Key critical donts: Don't use dark backgrounds for the main UI; Don't use heavy drop shadows; Don't use sharp corners for cards. The layout is a full-bleed hero followed by a multi-column card grid, prioritizing visual content over text.
```
