MozaikaDesign system

Our Place — Design System

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

The full decoded design system for Our Place: 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/our-place.

Tokens

Our Place's decoded design system: background #FCFAF6, text #35312E, accent #F6F3EB, link #465661, primary #EBE5D4; type scale h1 60px / h2 60px / body 16px; 4px spacing base; 4px base radius. The single interactive/action color is #F6F3EB — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FCFAF6
surface#F0EDEA
border#DEDBD8
text#35312E
text_muted#807D7A
primary#EBE5D4
accent#F6F3EB
link#465661
secondary#AF5A3C
button_bg#F6F3EB
button_text#35312E

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

Micro-interactions run at 150ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: div.marqueediv.marquee2nav.splide×10 → div.splide__slide×11 → div.box-borderdiv.placeholder

Scroll reveal: 40 elements rest at opacity 0, animate in over 0.15s cubic-bezier(0.4, 0, 0.2, 1).

Responsive (measured)

Per-section tokens (9)

Export: DESIGN.md

# Our Place — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#FCFAF6` |
| surface | `#F0EDEA` |
| border | `#DEDBD8` |
| text | `#35312E` |
| text_muted | `#807D7A` |
| primary | `#EBE5D4` |
| accent | `#F6F3EB` |
| link | `#465661` |
| secondary | `#AF5A3C` |
| button_bg | `#F6F3EB` |
| button_text | `#35312E` |

**Using these colors**

- **Action color** `#F6F3EB` — 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 `#F6F3EB` — one role, not several (your action color).
- **accent** `#F6F3EB` — 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** `#EBE5D4` — a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #F6F3EB).
- **link** `#465661` — inline text links and link-styled controls.
- **secondary** `#AF5A3C` — 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): `#BEB6A2` 32.4% · `#FCFBF7` 26.8% · `#A49D89` 21.1% · `#837A62` 10.8%

## Typography

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

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 60px / 300 · lh 66px |
| h2 | 48px / 300 · lh 53px |
| h3 | 36px / 400 · lh 48px |
| body | 20px / 600 · lh 20px · tracking 1.6px |
| small | 16px / 400 · lh 21px |
| eyebrow | 20px / 600 · tracking 1.6px |

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

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

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

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

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#AF5A3C` / `#FFFFFF` | 2px solid rgba(0, 0, 0, 0) | 4px | 0px 16px 0px 16px | 600 16px / 1.28px | none |
| secondary | `#465661` / `#FCFAF6` | none | 0px | — | — | none |

**States (measured, not guessed)**

- primary hover: background `#8C4830`
- transition: `color 0.15s cubic-bezier(0.4, 0, 0.2, 1)`

## Shadows (elevation)
- card: `rgba(0, 0, 0, 0.2) 0px 0px 18px 0px`

## Motion
- durations: 150ms (dominant) · 400ms · 200ms
- easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `cubic-bezier(0.44, 0.65, 0.07, 1.01)`
- animated properties: opacity, background-color, color, border-color

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

## Layout (measured)
- container max 1440px · common grid: 2-col
- nav: 65px sticky

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 105 | 612 | 2 | — | 0/0 | — |
| 783 | 416 | 4 | — | 0/0 | — |
| 1199 | 977 | — | — | 0/0 | — |
| 2285 | 741 | — | — | 0/0 | — |
| 3026 | 868 | 2 | 48 | 0/0 | — |
| 3894 | 319 | — | — | 0/0 | — |
| 4213 | 804 | — | — | 0/0 | — |

## Motion choreography (measured)
Load order: `div.marquee` @0ms → `div.marquee2` @0ms → `nav.splide`×10 @220ms → `div.splide__slide`×11 @220ms → `div.box-border` @1585ms → `div.placeholder` @1588ms
- `div.splide__slide` ×2 — opacity 0→1 — 600ms cubic-bezier(0.25, 1, 0.5, 1)
- `div.box-border` — opacity 1→1 — 2000ms cubic-bezier(0.4, 0, 0.6, 1) · loops
- scroll reveal: 40 elements rest at opacity 0, animate in over 0.15s cubic-bezier(0.4, 0, 0.2, 1) (0 revealed during the drive).

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

## Components (measured)
- link: #35312E · no underline
- disabled: bg rgba(0, 0, 0, 0) · text #35312E

## Responsive (measured)
- breakpoints: 550px · 749px · 768px · 860px · 992px · 1024px
- mobile (390px): hero 36px · 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/our-place

Export: Tailwind v4 (@theme)

@theme {
  /* action color #F6F3EB — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #FCFAF6;
  --color-surface: #F0EDEA;
  --color-border: #DEDBD8;
  --color-text: #35312E;
  --color-text-muted: #807D7A;
  --color-primary: #EBE5D4;  /* a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #F6F3EB). */
  --color-accent: #F6F3EB;  /* 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: #465661;  /* inline text links and link-styled controls. */
  --color-secondary: #AF5A3C;  /* 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: #F6F3EB;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #35312E;
  /* fonts: Calibre may be proprietary — safe free fallback: Newsreader (Google Fonts). */
  --font-heading: "Calibre", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Calibre", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  /* measured weights: 300, 400, 600, 700 — use these, not 400/600 */
  --text-hero: 60px; --font-weight-hero: 300; --leading-hero: 66px;
  --text-h2: 48px; --font-weight-h2: 300; --leading-h2: 53px;
  --text-h3: 36px; --font-weight-h3: 400; --leading-h3: 48px;
  --text-body: 20px; --font-weight-body: 600; --leading-body: 20px; --tracking-body: 1.6px;
  --text-small: 16px; --font-weight-small: 400; --leading-small: 21px;
  --text-eyebrow: 20px; --font-weight-eyebrow: 600; --tracking-eyebrow: 1.6px;
  --radius-base: 4px;
  --radius-button: 4px;
  --radius-card: 4px;
  --radius-pill: 9999px;
  --radius-sharp: 2px;
  --shadow-card: rgba(0, 0, 0, 0.2) 0px 0px 18px 0px;
  --color-btn-hover: #8C4830;  /* measured primary hover fill */
  --ease-brand: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 150ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 200ms;
  --duration-slow: 400ms;
  --spacing: 4px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 2, 4, 6, 8, 10, 12, 16, 20, 24, 40px */
}

Export: CSS variables

:root {
  /* action color #F6F3EB — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #FCFAF6;
  --surface: #F0EDEA;
  --border: #DEDBD8;
  --text: #35312E;
  --text-muted: #807D7A;
  --primary: #EBE5D4;  /* a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #F6F3EB). */
  --accent: #F6F3EB;  /* 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: #465661;  /* inline text links and link-styled controls. */
  --secondary: #AF5A3C;  /* 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: #F6F3EB;  /* primary-button fill — the main call-to-action color. */
  --button-text: #35312E;
  --font-heading: "Calibre", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Calibre", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --text-hero: 60px; --weight-hero: 300; --leading-hero: 66px;
  --text-h2: 48px; --weight-h2: 300; --leading-h2: 53px;
  --text-h3: 36px; --weight-h3: 400; --leading-h3: 48px;
  --text-body: 20px; --weight-body: 600; --leading-body: 20px; --tracking-body: 1.6px;
  --text-small: 16px; --weight-small: 400; --leading-small: 21px;
  --text-eyebrow: 20px; --weight-eyebrow: 600; --tracking-eyebrow: 1.6px;
  --radius: 4px;
  --radius-button: 4px;
  --radius-card: 4px;
  --radius-pill: 9999px;
  --radius-sharp: 2px;
  --shadow-card: rgba(0, 0, 0, 0.2) 0px 0px 18px 0px;
  --btn-bg-hover: #8C4830;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 150ms;
  --duration-base: 200ms;
  --duration-slow: 400ms;
}
/* fonts: Calibre may be proprietary — safe free fallback: Newsreader (Google Fonts). */