MozaikaDesign system

Ridge — Design System

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

The full decoded design system for Ridge: 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/ridge.

Tokens

Ridge's decoded design system: background #FCFBF6, text #070A09, accent #ECEBE7, link #E5E2D2, primary #111827; type scale h1 54px / h2 24px / 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)

Per-section tokens (7)

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.

---

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

Export: Tailwind v4 (@theme)

@theme {
  /* action color #ECEBE7 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #FCFBF6;
  --color-surface: #EDECE7;
  --color-border: #D7D6D2;
  --color-text: #070A09;
  --color-text-muted: #646563;
  --color-primary: #111827;  /* a brand color — but the call-to-action uses #ECEBE7, not this. */
  --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. */
  --color-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). */
  --color-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. */
  --color-button-bg: #ECEBE7;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #070A09;
  /* fonts: Segoe UI may be proprietary — safe free fallback: Newsreader (Google Fonts). */
  --font-heading: "Segoe UI", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Segoe UI", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  /* measured weights: 400, 500, 700, 800 — use these, not 400/600 */
  --text-hero: 54px; --font-weight-hero: 400; --leading-hero: 59px;
  --text-h2: 42px; --font-weight-h2: 400; --leading-h2: 46px;
  --text-h3: 24px; --font-weight-h3: 800; --leading-h3: 26px; --tracking-h3: -0.24px;
  --text-body: 14px; --font-weight-body: 400; --leading-body: 18px; --tracking-body: -0.14px;
  --text-small: 12px; --font-weight-small: 500; --leading-small: 12px; --tracking-small: -0.12px;
  --radius-base: 4px;
  --radius-button: 4px;
  --radius-card: 4px;
  --radius-pill: 9999px;
  --radius-sharp: 3px;
  --outline-focus: 2px solid oklch(0.532575 0.0548515 213.998);  /* measured focus ring */
  --ease-brand: ease-in-out;
  --duration-fast: 200ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 250ms;
  --duration-slow: 300ms;
  --section-y: 48px;  /* per-section vertical padding (measured) */
  --spacing: 8px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 2, 4, 6, 8, 12, 14, 16, 19, 24, 32px */
}

Export: CSS variables

:root {
  /* action color #ECEBE7 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #FCFBF6;
  --surface: #EDECE7;
  --border: #D7D6D2;
  --text: #070A09;
  --text-muted: #646563;
  --primary: #111827;  /* a brand color — but the call-to-action uses #ECEBE7, not this. */
  --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. */
  --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. */
  --button-bg: #ECEBE7;  /* primary-button fill — the main call-to-action color. */
  --button-text: #070A09;
  --font-heading: "Segoe UI", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Segoe UI", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --text-hero: 54px; --weight-hero: 400; --leading-hero: 59px;
  --text-h2: 42px; --weight-h2: 400; --leading-h2: 46px;
  --text-h3: 24px; --weight-h3: 800; --leading-h3: 26px; --tracking-h3: -0.24px;
  --text-body: 14px; --weight-body: 400; --leading-body: 18px; --tracking-body: -0.14px;
  --text-small: 12px; --weight-small: 500; --leading-small: 12px; --tracking-small: -0.12px;
  --radius: 4px;
  --radius-button: 4px;
  --radius-card: 4px;
  --radius-pill: 9999px;
  --radius-sharp: 3px;
  --focus-ring: 2px solid oklch(0.532575 0.0548515 213.998);
  --ease: ease-in-out;
  --duration-fast: 200ms;
  --duration-base: 250ms;
  --duration-slow: 300ms;
  --section-y: 48px;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --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;
}
/* fonts: Segoe UI may be proprietary — safe free fallback: Newsreader (Google Fonts). */