MozaikaLive decode

Ridge — decoded design system

ridge.com · light · modern · custom · deep decode — measured live

Ridge's design system, decoded live by Mozaika: measured color roles, type scale, buttons with real hover/focus states, motion and the brand's own tokens.

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/decode/ridge.com.

Decoded design system

Ridge's decoded design system: background #FCFBF6, text #070A09, accent #ECEBE7, link #E5E2D2, primary #111827; type scale h1 54px / h2 42px / body 14px; 8px spacing base; 4px base radius. The single interactive/action color is #ECEBE7 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FCFBF6
surface#EDECE7
border#D7D6D2
text#070A09
text_muted#646563
primary#111827
accent#ECEBE7
link#E5E2D2
secondary#D6D1C4
button_bg#ECEBE7
button_text#070A09

Using these colors

Typography

Spacing

Radii

Motion

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

Native design tokens

TokenValue
--oke-stars-foregroundColor#4d4d4d
--oke-stars-backgroundColor#e5e5e5
--oke-button-backgroundColor#262626
--oke-button-backgroundColorHover#212121
--oke-button-backgroundColorActive#262626
--oke-button-textColor#fff
--oke-button-textColorHover#fff
--oke-button-textColorActive#fff
--oke-button-borderColor#dbdde4
--oke-button-borderColorHover#dbdde4

…and 60 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: div.tvg_split_callout_dDMm2qdiv.tvg_announcement_bar_DJ9

Scroll reveal: 14 elements rest at opacity 0, translateY(8px), animate in over 0.3s ease-in-out.

Overlay recipe (measured)

dialog panel: oklch(0.987472 0.00667657 97.3497) · radius 0px

Responsive (measured)

Install it

Drop this measured system into any shadcn/Tailwind project in one command:

npx shadcn add mozaika.design/r/decode/ridge.com

registry item · or query it over MCP: get_design_system("Ridge")

Export: DESIGN.md

# Ridge — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#FCFBF6` |
| surface | `#EDECE7` |
| border | `#D7D6D2` |
| text | `#070A09` |
| text_muted | `#646563` |
| primary | `#111827` |
| accent | `#ECEBE7` |
| link | `#E5E2D2` |
| secondary | `#D6D1C4` |
| button_bg | `#ECEBE7` |
| button_text | `#070A09` |

**Using these colors**

- **Action color** `#ECEBE7` — 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 `#ECEBE7` — one role, not several (your action color).
- **accent** `#ECEBE7` — 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** `#111827` — a brand color — but the call-to-action uses #ECEBE7, not this.
- **link** `#E5E2D2` — fails contrast on the background (~1.3:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference).
- **secondary** `#D6D1C4` — 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): `#F06F33` 28.4% · `#DE6515` 23% · `#ECEBE7` 18% · `#0E0E0F` 13.3%

## Typography

- Heading: **Segoe UI** _(free fallback: Newsreader)_
- Body: **Segoe UI** _(free fallback: Newsreader)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 54px / 400 · lh 59px |
| h2 | 42px / 400 · lh 46px |
| h3 | 24px / 800 · lh 26px · tracking -0.24px |
| body | 14px / 400 · lh 18px · tracking -0.14px |
| small | 12px / 500 · lh 12px · tracking -0.12px |

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

> **Fonts —** Segoe UI may be proprietary — safe free fallback: Newsreader (Google Fonts).

## Spacing
- base unit: 8px (inferred from the measured scale)
- measured scale: 2px, 4px, 6px, 8px, 12px, 14px, 16px, 19px, 24px, 32px — snap all gaps/padding to these
- section rhythm: 48px top/bottom padding per section (measured)

## Radius
- base: 4px
- button: 4px
- card: 4px
- pill: 9999px
- sharp: 3px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `oklch(0.939724 0.0054506 95.1022)` / `oklch(0.140517 0.00596399 174.671)` | 1px solid oklch(0.939724 0.0054506 95.1022) | 4px | 12px 16px 14px 16px | 800 14px | none |
| secondary | `#070A09` / `#FFFFFF` | none | 4px | — | — | none |

**States (measured, not guessed)**

- primary hover: border `1px solid oklch(1 0 none)` · color `oklch(1 0 none)`
- primary focus: outline `2px solid oklch(0.532575 0.0548515 213.998)`
- transition: `border-color 0.2s ease-in-out`

## Motion
- durations: 300ms (dominant) · 200ms · 250ms
- easings: `ease-in-out` (dominant) · `ease`
- animated properties: border-color, opacity, color, transform

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 |
|-------|-------|
| `--oke-stars-foregroundColor` | `#4d4d4d` |
| `--oke-stars-backgroundColor` | `#e5e5e5` |
| `--oke-button-backgroundColor` | `#262626` |
| `--oke-button-backgroundColorHover` | `#212121` |
| `--oke-button-backgroundColorActive` | `#262626` |
| `--oke-button-textColor` | `#fff` |
| `--oke-button-textColorHover` | `#fff` |
| `--oke-button-textColorActive` | `#fff` |
| `--oke-button-borderColor` | `#dbdde4` |
| `--oke-button-borderColorHover` | `#dbdde4` |
| `--oke-button-borderColorActive` | `#262626` |
| `--oke-border-color` | `#b6b6b6` |

_…and 58 more measured on the page._

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

## Layout (measured)
- container max 770px · common grid: 2-col
- nav: 0px

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 97 | 577 | — | — | 0/0 | — |
| 722 | 453 | — | — | 0/0 | — |
| 1223 | 218 | 4 | 64 | 0/0 | — |
| 1488 | 696 | — | — | 0/0 | — |
| 2232 | 641 | — | — | 0/0 | — |
| 2921 | 696 | — | — | 0/0 | — |
| 3665 | 1008 | — | — | 0/0 | — |
| 4721 | 715 | 2 | 96 | 0/0 | 42/58 |

## Motion choreography (measured)
Load order: `div.tvg_split_callout_dDMm2q` @0ms → `div.tvg_announcement_bar_DJ9` @6660ms
- scroll reveal: 14 elements rest at opacity 0, translateY(8px), animate in over 0.3s ease-in-out (0 revealed during the drive).
- overlay dialog (auto-opened): panel oklch(0.987472 0.00667657 97.3497) · r 0px
  - exit: transform from translate(0%) · 200ms ease-in-out

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

## Components (measured)
- link: oklch(0.140517 0.00596399 174.671) · no underline — hover oklch(1 0 none)
- disabled: bg oklch(0.861082 0.0184936 89.3723) · text oklch(0.140517 0.00596399 174.671)

## Responsive (measured)
- breakpoints: 768px · 1024px
- mobile (390px): hero 42px · body 14px · nav: inline

## 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.

← All decoded design systems

Mozaika is an MCP-native design-reference library for AI coding agents: real products decoded into measured design systems, full-page screens, sliced sections with per-section specs, and ordered user flows. Connect your agent over MCP.

An automated reading of Ridge's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with ridge.com. No screenshots stored. Removal requests: hello@mozaika.design.