MozaikaDesign system

Peak Design — Design System

light · modern · medium · custom · confidence 90% · deep decode

The full decoded design system for Peak Design: color roles, type scale, spacing, radii and paste-ready DESIGN.md / Tailwind / CSS exports.

Open in Mozaika →

This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/ds/peak-design.

Tokens

Peak Design's decoded design system: background #FFFFFF, text #000000, accent #FBFDFC, link #2E5EAB, primary #CC2E39; type scale h1 16px / h2 16px / body 14px; 8px spacing base; 0px base radius. The single interactive/action color is #FBFDFC — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFFFFF
surface#EFEFEF
border#D8D8D8
text#000000
text_muted#606060
primary#CC2E39
accent#FBFDFC
link#2E5EAB
secondary#76CB75
button_bg#FBFDFC
button_text#1A211E

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

Micro-interactions run at 150ms (dominant) with ease-out.

Native design tokens

TokenValue
--color-dark#000
--color-light#fff
--aside-width500px
--cart-aside-summary-height-with-discount300px
--cart-aside-summary-height250px
--announcement-bar-height40px
--header-bottom121px
--grid-item-width355px

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: li._item_1t7ga_40×6 → li._item_1t7ga_40×12 → div._container_1v6h9_1×22 → div.animate-fade-in×2 → div.animate-fade-in-up×3 → div.animate-fade-in-up×3

Scroll reveal: 13 elements rest at opacity 0, animate in over 0.4s ease.

Stagger: div ×3 — 250ms apart.

Input (measured)

height 48px · radius 4px · focus ring 2px solid rgb(195, 193, 197)

Responsive (measured)

Per-section tokens (9)

Export: DESIGN.md

# Peak Design — Design System

> light, modern, medium, custom — deep decode (measured live)

## Colors

| Role | Value |
|------|-------|
| bg | `#FFFFFF` |
| surface | `#EFEFEF` |
| border | `#D8D8D8` |
| text | `#000000` |
| text_muted | `#606060` |
| primary | `#CC2E39` |
| accent | `#FBFDFC` |
| link | `#2E5EAB` |
| secondary | `#76CB75` |
| button_bg | `#FBFDFC` |
| button_text | `#1A211E` |

**Using these colors**

- **Action color** `#FBFDFC` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `accent`, `button_bg` are all `#FBFDFC` — one role, not several (your action color).
- **accent** `#FBFDFC` — THE accent / action color — interactive & must-notice only (buttons, links, focus, one key highlight); never large fills or backgrounds. Scarcity is what makes it read as designed.
- **primary** `#CC2E39` — a brand color — but the call-to-action uses #FBFDFC, not this.
- **link** `#2E5EAB` — inline text links and link-styled controls.
- **secondary** `#76CB75` — optional secondary accent — LOW decode confidence; use rarely (a status color or a single decorative moment) or omit it entirely. Prefer one accent unless the reference clearly shows two.
- **Page coverage** (full-page screenshot pixels): `#0B0B0C` 35.9% · `#2E2F32` 25.4% · `#595858` 12.3% · `#9F9B95` 10.7%

## Typography

- Heading: **Geist**
- Body: **Bryant** _(free fallback: Newsreader)_
- Mono: **Geist Mono** _(measured)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 80px / 400 · lh 88px · tracking -2px |
| h2 | 68px / 400 · lh 75px · tracking -1px |
| h3 | 48px / 400 · lh 53px · tracking -0.48px |
| body | 16px / 400 · lh 16px |
| small | 14px / 400 · lh 14px |
| eyebrow | 14px / 500 · tracking 0.8px |

- Weight ladder: 400 · 500 · 600 · 700 — use these exact measured weights, not the 400/600 defaults.

> **Fonts —** Geist — free, on Google. Bryant may be proprietary — safe free fallback: Newsreader (Google Fonts).

## Spacing
- base unit: 8px (inferred from the measured scale)
- measured scale: 2px, 3px, 4px, 8px, 10px, 12px, 16px, 20px, 24px, 32px — snap all gaps/padding to these

## Radius
- base: 0px
- button: 4px
- card: 8px
- pill: 9999px
- sharp: 2px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#FBFDFC` / `#1A211E` | 1px solid rgb(251, 253, 252) | 4px | 12px 24px 12px 24px | 700 16px | none |
| secondary | `#000000` / `#FBFDFC` | none | 4px | — | — | none |

**States (measured, not guessed)**

- primary hover: background `#F7F9F8`
- primary focus: outline `2px solid rgb(251, 253, 252)`

## Shadows (elevation)
- subtle: `rgba(0, 0, 0, 0.04) 0px 0px 4px 0px`
- card: `rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px`
- overlay: `rgba(0, 0, 0, 0.2) 0px 0px 30px 1px`

## Motion
- durations: 150ms (dominant) · 200ms · 400ms
- easings: `ease-out` (dominant) · `ease`
- animated properties: transform, opacity, visibility, color

Micro-interactions use the dominant duration + easing; nothing on the page animates slower than the longest duration above — don't invent springier motion.

## Their own tokens (verbatim from :root)

| Token | Value |
|-------|-------|
| `--color-dark` | `#000` |
| `--color-light` | `#fff` |
| `--aside-width` | `500px` |
| `--cart-aside-summary-height-with-discount` | `300px` |
| `--cart-aside-summary-height` | `250px` |
| `--announcement-bar-height` | `40px` |
| `--header-bottom` | `121px` |
| `--grid-item-width` | `355px` |

Prefer these names when extending their system — it's the brand's actual vocabulary.

## Layout (measured)
- container max 1310px · common grid: 2-col
- nav: 121px sticky · border-bottom 1px solid rgb(230, 233, 232) · bg #FFFFFF

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 841 | 873 | — | — | 0/0 | — |
| 1714 | 1516 | 3 | 24 | 0/0 | — |
| 3230 | 565 | 2 | — | 0/0 | 69/31 |
| 3796 | 791 | 2 | — | 0/0 | — |
| 4587 | 485 | 3 | 24 | 0/0 | — |

## Motion choreography (measured)
Load order: `li._item_1t7ga_40`×6 @0ms → `li._item_1t7ga_40`×12 @1ms → `div._container_1v6h9_1`×22 @140ms → `div.animate-fade-in`×2 @4996ms → `div.animate-fade-in-up`×3 @5122ms → `div.animate-fade-in-up`×3 @5123ms
- `li._item_1t7ga_40` ×8 — transform translateY(0px)→translateY(-100%) — 200ms ease-out
- `div.animate-fade-in` ×2 — opacity 0→1 — 500ms ease
- `li._item_1t7ga_40` ×2 — transform translateY(100%)→translateY(0px) — 200ms ease-out
- `div.animate-fade-in-up` ×3 — translate 0px 12px→0px — 750ms ease (delay 200ms)
- `div.animate-fade-in-up` ×3 — opacity 0→1 — 750ms ease (delay 200ms)
- `div._container_1v6h9_1` ×4 — opacity 1→1 — 1500ms ease · loops
- stagger: `div` ×3 — 250ms apart
- scroll reveal: 13 elements rest at opacity 0, animate in over 0.4s ease (0 revealed during the drive).

Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography.

## Components (measured)
- input: h 48px · r 4px · border 1px solid rgb(204, 207, 205) · bg #FFFFFF · placeholder #606562
  - focus ring: `2px solid rgb(195, 193, 197)` — this exact construction, don't invent your own
- link: #1A211E · no underline
- disabled: bg rgba(0, 0, 0, 0) · text #606562

## Responsive (measured)
- breakpoints: 480px · 499px · 599px · 768px · 1024px · 1180px
- mobile (390px): body 16px · nav: hamburger

## How to apply
Paste the Tailwind `@theme` (or CSS variables) as your base, then build each
section to its spec — verify every color, radius, and font against these tokens.
Hover/focus states, shadows and motion timings above are measured from the live page — match them exactly, don't re-guess them.

---

> **Decoded with Mozaika** — measured live, not guessed. Full decoded design system + one-command install: mozaika.design/ds/peak-design

Export: Tailwind v4 (@theme)

@theme {
  /* action color #FBFDFC — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #FFFFFF;
  --color-surface: #EFEFEF;
  --color-border: #D8D8D8;
  --color-text: #000000;
  --color-text-muted: #606060;
  --color-primary: #CC2E39;  /* a brand color — but the call-to-action uses #FBFDFC, not this. */
  --color-accent: #FBFDFC;  /* THE accent / action color — interactive & must-notice only (buttons, links, focus, one key highlight); never large fills or backgrounds. Scarcity is what makes it read as designed. */
  --color-link: #2E5EAB;  /* inline text links and link-styled controls. */
  --color-secondary: #76CB75;  /* optional secondary accent — LOW decode confidence; use rarely (a status color or a single decorative moment) or omit it entirely. Prefer one accent unless the reference clearly shows two. */
  --color-button-bg: #FBFDFC;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #1A211E;
  /* fonts: Geist — free, on Google. Bryant may be proprietary — safe free fallback: Newsreader (Google Fonts). */
  --font-heading: "Geist", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Bryant", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono: "Geist Mono", ui-monospace, monospace;
  /* measured weights: 400, 500, 600, 700 — use these, not 400/600 */
  --text-hero: 80px; --font-weight-hero: 400; --leading-hero: 88px; --tracking-hero: -2px;
  --text-h2: 68px; --font-weight-h2: 400; --leading-h2: 75px; --tracking-h2: -1px;
  --text-h3: 48px; --font-weight-h3: 400; --leading-h3: 53px; --tracking-h3: -0.48px;
  --text-body: 16px; --font-weight-body: 400; --leading-body: 16px;
  --text-small: 14px; --font-weight-small: 400; --leading-small: 14px;
  --text-eyebrow: 14px; --font-weight-eyebrow: 500; --tracking-eyebrow: 0.8px;
  --radius-base: 0px;
  --radius-button: 4px;
  --radius-card: 8px;
  --radius-pill: 9999px;
  --radius-sharp: 2px;
  --shadow-card: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
  --shadow-overlay: rgba(0, 0, 0, 0.2) 0px 0px 30px 1px;
  --shadow-subtle: rgba(0, 0, 0, 0.04) 0px 0px 4px 0px;
  --color-btn-hover: #F7F9F8;  /* measured primary hover fill */
  --outline-focus: 2px solid rgb(251, 253, 252);  /* measured focus ring */
  --ease-brand: ease-out;
  --duration-fast: 150ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 200ms;
  --duration-slow: 400ms;
  --spacing: 8px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 2, 3, 4, 8, 10, 12, 16, 20, 24, 32px */
}

Export: CSS variables

:root {
  /* action color #FBFDFC — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #FFFFFF;
  --surface: #EFEFEF;
  --border: #D8D8D8;
  --text: #000000;
  --text-muted: #606060;
  --primary: #CC2E39;  /* a brand color — but the call-to-action uses #FBFDFC, not this. */
  --accent: #FBFDFC;  /* THE accent / action color — interactive & must-notice only (buttons, links, focus, one key highlight); never large fills or backgrounds. Scarcity is what makes it read as designed. */
  --link: #2E5EAB;  /* inline text links and link-styled controls. */
  --secondary: #76CB75;  /* optional secondary accent — LOW decode confidence; use rarely (a status color or a single decorative moment) or omit it entirely. Prefer one accent unless the reference clearly shows two. */
  --button-bg: #FBFDFC;  /* primary-button fill — the main call-to-action color. */
  --button-text: #1A211E;
  --font-heading: "Geist", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Bryant", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono: "Geist Mono", ui-monospace, monospace;
  --text-hero: 80px; --weight-hero: 400; --leading-hero: 88px; --tracking-hero: -2px;
  --text-h2: 68px; --weight-h2: 400; --leading-h2: 75px; --tracking-h2: -1px;
  --text-h3: 48px; --weight-h3: 400; --leading-h3: 53px; --tracking-h3: -0.48px;
  --text-body: 16px; --weight-body: 400; --leading-body: 16px;
  --text-small: 14px; --weight-small: 400; --leading-small: 14px;
  --text-eyebrow: 14px; --weight-eyebrow: 500; --tracking-eyebrow: 0.8px;
  --radius: 0px;
  --radius-button: 4px;
  --radius-card: 8px;
  --radius-pill: 9999px;
  --radius-sharp: 2px;
  --shadow-card: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
  --shadow-overlay: rgba(0, 0, 0, 0.2) 0px 0px 30px 1px;
  --shadow-subtle: rgba(0, 0, 0, 0.04) 0px 0px 4px 0px;
  --btn-bg-hover: #F7F9F8;
  --focus-ring: 2px solid rgb(251, 253, 252);
  --ease: ease-out;
  --duration-fast: 150ms;
  --duration-base: 200ms;
  --duration-slow: 400ms;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --color-dark: #000;
  --color-light: #fff;
  --aside-width: 500px;
  --cart-aside-summary-height-with-discount: 300px;
  --cart-aside-summary-height: 250px;
  --announcement-bar-height: 40px;
  --header-bottom: 121px;
  --grid-item-width: 355px;
}
/* fonts: Geist — free, on Google. Bryant may be proprietary — safe free fallback: Newsreader (Google Fonts). */