MozaikaDesign system

Ritual — Design System

light · modern · medium · tailwind · confidence 92% · deep decode

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

Tokens

Ritual's decoded design system: background #FFFFFF, text #64748B, accent #142B6F, link #142B6F, primary #CBD5E1; type scale h1 66px / h2 48px / body 16px; 8px spacing base; 8px base radius. The single interactive/action color is #142B6F — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFFFFF
surface#F5F6F8
border#E7EAED
text#64748B
text_muted#9EA8B7
primary#CBD5E1
accent#142B6F
link#142B6F
secondary#64748B
button_bg#142B6F
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

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

Native design tokens

TokenValue
--color-background#ffffff
--color-background-secondary#fef6eb
--color-foreground#142b6f
--color-foreground-secondary#717171
--color-accent-01#ab4824
--color-accent-02#717171
--color-border-01#b3b2b1
--color-border-02#717171
--color-disabled#b3b2b1
--color-link#142b6f

…and 110 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: navul.gridli×10 → button.inline-flex×2 → span.highlight-hover×4 → a.pb-4×2

Overlay recipe (measured)

dialog panel: rgba(40, 40, 40, 0.6) · radius 0px · enter 350ms linear

Responsive (measured)

Per-section tokens (14)

Export: DESIGN.md

# Ritual — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#FFFFFF` |
| surface | `#F5F6F8` |
| border | `#E7EAED` |
| text | `#64748B` |
| text_muted | `#9EA8B7` |
| primary | `#CBD5E1` |
| accent | `#142B6F` |
| link | `#142B6F` |
| secondary | `#64748B` |
| button_bg | `#142B6F` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#142B6F` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `accent`, `link`, `button_bg` are all `#142B6F` — one role, not several (your action color).
- **accent** `#142B6F` — 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** `#CBD5E1` — a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #142B6F).
- **secondary** `#64748B` — 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): `#7E7E7E` 49.6% · `#332F37` 18.4% · `#3E4C5B` 14.8% · `#716E62` 10.2%

## Typography

- Heading: **CircularXX** _(free fallback: Newsreader)_
- Body: **CircularXX** _(free fallback: Newsreader)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 40px / 450 · lh 50px · tracking -0.4px |
| h2 | 32px / 450 · lh 40px · tracking -0.32px |
| h3 | 24px / 450 · lh 36px |
| body | 18px / 500 · lh 27px |
| small | 16px / 450 · lh 24px |
| eyebrow | 12px / 500 · tracking 0.96px |

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

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

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

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

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#142A6F` / `#FFFFFF` | none | 30px | 0px 0px 0px 0px | 700 16px | none |
| secondary | `#F5F7F8` / `#142B6F` | none | 25px | — | — | none |

**States (measured, not guessed)**

- primary focus: outline `2px solid rgb(0, 24, 255)`

## Shadows (elevation)
- subtle: `rgba(0, 56, 255, 0.22) 0px 0px 0px 4px`
- card: `rgba(1, 1, 63, 0.1) 0px 2px 19px -4px`
- overlay: `rgba(0, 0, 0, 0.15) 0px 0px 30px 0px`

## Motion
- durations: 500ms (dominant) · 150ms · 300ms
- easings: `ease-in-out` (dominant) · `cubic-bezier(0.4, 0, 0.2, 1)`
- animated properties: transform, translate, scale, rotate

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-background` | `#ffffff` |
| `--color-background-secondary` | `#fef6eb` |
| `--color-foreground` | `#142b6f` |
| `--color-foreground-secondary` | `#717171` |
| `--color-accent-01` | `#ab4824` |
| `--color-accent-02` | `#717171` |
| `--color-border-01` | `#b3b2b1` |
| `--color-border-02` | `#717171` |
| `--color-disabled` | `#b3b2b1` |
| `--color-link` | `#142b6f` |
| `--button-primary-color` | `#ffffff` |
| `--button-primary-hover-color` | `#142b6f` |

_…and 108 more measured on the page._

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

## Layout (measured)
- container max 1440px · common grid: 2-col
- nav: 61px relative · bg #FFFFFF

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 117 | 567 | 2 | — | 0/0 | 70/30 |
| 684 | 651 | 2 | 16 | 0/0 | 95/5 |
| 1335 | 240 | — | — | 0/0 | — |
| 1575 | 720 | 2 | — | 0/0 | — |
| 2295 | 672 | 2 | 32 | 0/0 | — |
| 3081 | 492 | — | — | 0/0 | — |
| 3573 | 444 | — | — | 0/0 | — |
| 3697 | 168 | — | — | 0/0 | — |

## Motion choreography (measured)
Load order: `nav` @0ms → `ul.grid` @0ms → `li`×10 @0ms → `button.inline-flex`×2 @0ms → `span.highlight-hover`×4 @0ms → `a.pb-4`×2 @0ms
- `div.needsclick` — opacity 0→1 — 350ms ease
- `?` — opacity 0→1 · transform translateY(10px)→translateY(0px) — 500ms ease-in-out
- `ul.grid` — opacity 0→1 · transform translateY(10px)→translateY(0px) — 500ms ease-in-out
- `li` ×4 — opacity 0→1 · transform translateY(10px)→translateY(0px) — 500ms ease-in-out
- `button.inline-flex` ×2 — opacity 0→1 · transform translateY(10px)→translateY(0px) — 500ms ease-in-out
- `span.highlight-hover` ×4 — opacity 0→1 · transform translateY(10px)→translateY(0px) — 500ms ease-in-out
- overlay dialog (auto-opened): panel rgba(40, 40, 40, 0.6) · r 0px
  - enter: opacity from 0 · 350ms linear
  - exit: opacity from 1 · 350ms linear | transform+opacity from translate3d(0px, 10%, 0px),0 · 350ms linear

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

## Components (measured)
- link: #FFFFFF · underline

## Responsive (measured)
- breakpoints: 480px · 640px · 768px · 1024px · 1280px · 1536px
- mobile (390px): hero 40px · body 16px · 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/ritual

Export: Tailwind v4 (@theme)

@theme {
  /* action color #142B6F — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #FFFFFF;
  --color-surface: #F5F6F8;
  --color-border: #E7EAED;
  --color-text: #64748B;
  --color-text-muted: #9EA8B7;
  --color-primary: #CBD5E1;  /* a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #142B6F). */
  --color-accent: #142B6F;  /* 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: #142B6F;  /* inline text links — shares the action color. */
  --color-secondary: #64748B;  /* 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: #142B6F;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #FFFFFF;
  /* fonts: CircularXX may be proprietary — safe free fallback: Newsreader (Google Fonts). */
  --font-heading: "CircularXX", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "CircularXX", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  /* measured weights: 400, 450, 500, 700 — use these, not 400/600 */
  --text-hero: 40px; --font-weight-hero: 450; --leading-hero: 50px; --tracking-hero: -0.4px;
  --text-h2: 32px; --font-weight-h2: 450; --leading-h2: 40px; --tracking-h2: -0.32px;
  --text-h3: 24px; --font-weight-h3: 450; --leading-h3: 36px;
  --text-body: 18px; --font-weight-body: 500; --leading-body: 27px;
  --text-small: 16px; --font-weight-small: 450; --leading-small: 24px;
  --text-eyebrow: 12px; --font-weight-eyebrow: 500; --tracking-eyebrow: 0.96px;
  --radius-base: 8px;
  --radius-button: 25px;
  --radius-card: 25px;
  --radius-pill: 9999px;
  --radius-sharp: 2px;
  --shadow-card: rgba(1, 1, 63, 0.1) 0px 2px 19px -4px;
  --shadow-overlay: rgba(0, 0, 0, 0.15) 0px 0px 30px 0px;
  --shadow-subtle: rgba(0, 56, 255, 0.22) 0px 0px 0px 4px;
  --outline-focus: 2px solid rgb(0, 24, 255);  /* measured focus ring */
  --ease-brand: ease-in-out;
  --duration-fast: 150ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 300ms;
  --duration-slow: 500ms;
  --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, 10, 12, 15, 16, 24, 32px */
}

Export: CSS variables

:root {
  /* action color #142B6F — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #FFFFFF;
  --surface: #F5F6F8;
  --border: #E7EAED;
  --text: #64748B;
  --text-muted: #9EA8B7;
  --primary: #CBD5E1;  /* a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #142B6F). */
  --accent: #142B6F;  /* 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: #142B6F;  /* inline text links — shares the action color. */
  --secondary: #64748B;  /* 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: #142B6F;  /* primary-button fill — the main call-to-action color. */
  --button-text: #FFFFFF;
  --font-heading: "CircularXX", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "CircularXX", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --text-hero: 40px; --weight-hero: 450; --leading-hero: 50px; --tracking-hero: -0.4px;
  --text-h2: 32px; --weight-h2: 450; --leading-h2: 40px; --tracking-h2: -0.32px;
  --text-h3: 24px; --weight-h3: 450; --leading-h3: 36px;
  --text-body: 18px; --weight-body: 500; --leading-body: 27px;
  --text-small: 16px; --weight-small: 450; --leading-small: 24px;
  --text-eyebrow: 12px; --weight-eyebrow: 500; --tracking-eyebrow: 0.96px;
  --radius: 8px;
  --radius-button: 25px;
  --radius-card: 25px;
  --radius-pill: 9999px;
  --radius-sharp: 2px;
  --shadow-card: rgba(1, 1, 63, 0.1) 0px 2px 19px -4px;
  --shadow-overlay: rgba(0, 0, 0, 0.15) 0px 0px 30px 0px;
  --shadow-subtle: rgba(0, 56, 255, 0.22) 0px 0px 0px 4px;
  --focus-ring: 2px solid rgb(0, 24, 255);
  --ease: ease-in-out;
  --duration-fast: 150ms;
  --duration-base: 300ms;
  --duration-slow: 500ms;
  --section-y: 48px;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --color-background: #ffffff;
  --color-background-secondary: #fef6eb;
  --color-foreground: #142b6f;
  --color-foreground-secondary: #717171;
  --color-accent-01: #ab4824;
  --color-accent-02: #717171;
  --color-border-01: #b3b2b1;
  --color-border-02: #717171;
  --color-disabled: #b3b2b1;
  --color-link: #142b6f;
  --button-primary-color: #ffffff;
  --button-primary-hover-color: #142b6f;
}
/* fonts: CircularXX may be proprietary — safe free fallback: Newsreader (Google Fonts). */