MozaikaDesign system

Ghia — Design System

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

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

Tokens

Ghia's decoded design system: background #FEF6EE, text #0A0A0B, accent #EF6079, link #651C32, primary #FEF6EE; type scale h1 72px / h2 37.6px / body 12px; 8px spacing base; 9px base radius. The single interactive/action color is #EF6079 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FEF6EE
surface#EFE7E0
border#D9D2CB
text#0A0A0B
text_muted#666361
primary#FEF6EE
accent#EF6079
link#651C32
secondary#EF6079
button_bg#EF6079
button_text#FEF6EE

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

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

Native design tokens

TokenValue
--oke-button-backgroundColor#ef6079
--oke-button-backgroundColorHover#f3ede6
--oke-button-backgroundColorActive#f3ede6
--oke-button-textColor#f3ede6
--oke-button-textColorHover#651c32
--oke-button-textColorActive#651c32
--oke-button-borderColor#ef6079
--oke-button-borderColorHover#f3ede6
--oke-button-borderColorActive#f3ede6
--oke-border-color#e2cebc

…and 110 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: display-selector.max-lg:hiddendiv.swiper-wrapperbutton.carousel-prevvideo.absolutediv.percentage-bardiv.animate-fade-in×2

Scroll reveal: 19 elements rest at opacity 0, translateY(20px), animate in over 0.3s cubic-bezier(0.4, 0, 0.2, 1).

Stagger: div ×4 — 400ms apart.

Input (measured)

height 36px · radius 0px

Responsive (measured)

Per-section tokens (10)

Export: DESIGN.md

# Ghia — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#FEF6EE` |
| surface | `#EFE7E0` |
| border | `#D9D2CB` |
| text | `#0A0A0B` |
| text_muted | `#666361` |
| primary | `#FEF6EE` |
| accent | `#EF6079` |
| link | `#651C32` |
| secondary | `#EF6079` |
| button_bg | `#EF6079` |
| button_text | `#FEF6EE` |

**Using these colors**

- **Action color** `#EF6079` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `accent`, `secondary`, `button_bg` are all `#EF6079` — one role, not several (your action color).
- **accent** `#EF6079` — 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** `#FEF6EE` — a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #EF6079).
- **link** `#651C32` — inline text links and link-styled controls.
- **Page coverage** (full-page screenshot pixels): `#FFFFFF` 51.6% · `#661C32` 27.9% · `#D49E98` 7.6% · `#A6444D` 6.9%

## Typography


| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 72px / 400 · lh 83px |
| h2 | 55px / 500 · lh 55px |
| h3 | 48px / 400 · lh 48px |
| body | 18px / 400 · lh 28px |
| small | 17px / 400 · lh 20px |

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

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

## Radius
- base: 9px
- button: 16px
- card: 16px
- pill: 9999px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#EF6079` / `#FFFFFF` | none | 3.35544e+07px | 16px 16px 16px 16px | 400 17px | none |
| secondary | `rgba(0, 0, 0, 0)` / `#651C32` | 2px solid rgb(101, 28, 50) | 16px | 0px 16px 0px 16px | 400 12px | none |

**States (measured, not guessed)**

- primary hover: background `rgba(239, 96, 121, 0.85)` · color `#FAEBDA`
- primary focus: outline `1px auto rgb(16, 16, 16)`
- transition: `transform 0.2s cubic-bezier(0.4, 0, 0.2, 1)`

## Shadows (elevation)
- subtle: `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`

## Motion
- durations: 200ms (dominant) · 300ms · 150ms
- easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `ease-in-out`
- animated properties: opacity, transform, color, background-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 |
|-------|-------|
| `--oke-button-backgroundColor` | `#ef6079` |
| `--oke-button-backgroundColorHover` | `#f3ede6` |
| `--oke-button-backgroundColorActive` | `#f3ede6` |
| `--oke-button-textColor` | `#f3ede6` |
| `--oke-button-textColorHover` | `#651c32` |
| `--oke-button-textColorActive` | `#651c32` |
| `--oke-button-borderColor` | `#ef6079` |
| `--oke-button-borderColorHover` | `#f3ede6` |
| `--oke-button-borderColorActive` | `#f3ede6` |
| `--oke-border-color` | `#e2cebc` |
| `--oke-text-primaryColor` | `#651c32` |
| `--oke-text-secondaryColor` | `#651c32` |

_…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 1280px · common grid: 2-col
- nav: 72px sticky

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 96 | 576 | — | — | 0/0 | — |
| 739 | 459 | — | — | 0/0 | — |
| 1198 | 529 | 2 | — | 0/0 | — |
| 1727 | 795 | — | — | 0/0 | — |
| 2522 | 576 | — | — | 0/0 | — |
| 3098 | 1026 | — | — | 0/0 | — |
| 4124 | 653 | — | — | 0/0 | — |

## Motion choreography (measured)
Load order: `` @0ms → `div.swiper-wrapper` @0ms → `button.carousel-prev` @0ms → `video.absolute` @0ms → `div.percentage-bar` @88ms → `div.animate-fade-in`×2 @3729ms
- `div.animate-fade-in` ×2 — opacity 0→1 — 500ms ease
- `div.swiper-wrapper` — transform translate3d(0px, 0px, 0px)→translate3d(-1048px, 0px, 0px) — 30000ms
- `img.animate-fade-in-up` — translate 0px 12px→0px — 500ms ease (delay 200ms)
- `img.animate-fade-in-up` — opacity 0→1 — 500ms ease (delay 200ms)
- `div.animate-fade-in-up` ×4 — translate 0px 12px→0px — 500ms ease (delay 200ms)
- `div.animate-fade-in-up` ×4 — opacity 0→1 — 500ms ease (delay 200ms)
- stagger: `div` ×4 — 400ms apart
- scroll reveal: 19 elements rest at opacity 0, translateY(20px), animate in over 0.3s 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)
- input: h 36px · r 0px · bg rgba(0, 0, 0, 0) · placeholder #9CA3AF
- link: #FFFFFF · no underline
- disabled: bg rgba(0, 0, 0, 0) · text #651C32

## Responsive (measured)
- breakpoints: 480px · 600px · 640px · 768px · 1024px · 1240px
- mobile (390px): hero 43px · 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/ghia

Export: Tailwind v4 (@theme)

@theme {
  /* action color #EF6079 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #FEF6EE;
  --color-surface: #EFE7E0;
  --color-border: #D9D2CB;
  --color-text: #0A0A0B;
  --color-text-muted: #666361;
  --color-primary: #FEF6EE;  /* a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #EF6079). */
  --color-accent: #EF6079;  /* 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: #651C32;  /* inline text links and link-styled controls. */
  --color-secondary: #EF6079;  /* same color as the action (see accent). */
  --color-button-bg: #EF6079;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #FEF6EE;
  /* measured weights: 400, 500, 700 — use these, not 400/600 */
  --text-hero: 72px; --font-weight-hero: 400; --leading-hero: 83px;
  --text-h2: 55px; --font-weight-h2: 500; --leading-h2: 55px;
  --text-h3: 48px; --font-weight-h3: 400; --leading-h3: 48px;
  --text-body: 18px; --font-weight-body: 400; --leading-body: 28px;
  --text-small: 17px; --font-weight-small: 400; --leading-small: 20px;
  --radius-base: 9px;
  --radius-button: 16px;
  --radius-card: 16px;
  --radius-pill: 9999px;
  --shadow-subtle: 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;
  --color-btn-hover: rgba(239, 96, 121, 0.85);  /* measured primary hover fill */
  --outline-focus: 1px auto rgb(16, 16, 16);  /* measured focus ring */
  --ease-brand: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 150ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 200ms;
  --duration-slow: 300ms;
  --spacing: 8px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 2, 4, 6, 8, 12, 16, 20, 24, 32, 40px */
}

Export: CSS variables

:root {
  /* action color #EF6079 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #FEF6EE;
  --surface: #EFE7E0;
  --border: #D9D2CB;
  --text: #0A0A0B;
  --text-muted: #666361;
  --primary: #FEF6EE;  /* a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #EF6079). */
  --accent: #EF6079;  /* 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: #651C32;  /* inline text links and link-styled controls. */
  --secondary: #EF6079;  /* same color as the action (see accent). */
  --button-bg: #EF6079;  /* primary-button fill — the main call-to-action color. */
  --button-text: #FEF6EE;
  --text-hero: 72px; --weight-hero: 400; --leading-hero: 83px;
  --text-h2: 55px; --weight-h2: 500; --leading-h2: 55px;
  --text-h3: 48px; --weight-h3: 400; --leading-h3: 48px;
  --text-body: 18px; --weight-body: 400; --leading-body: 28px;
  --text-small: 17px; --weight-small: 400; --leading-small: 20px;
  --radius: 9px;
  --radius-button: 16px;
  --radius-card: 16px;
  --radius-pill: 9999px;
  --shadow-subtle: 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;
  --btn-bg-hover: rgba(239, 96, 121, 0.85);
  --focus-ring: 1px auto rgb(16, 16, 16);
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 150ms;
  --duration-base: 200ms;
  --duration-slow: 300ms;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --oke-button-backgroundColor: #ef6079;
  --oke-button-backgroundColorHover: #f3ede6;
  --oke-button-backgroundColorActive: #f3ede6;
  --oke-button-textColor: #f3ede6;
  --oke-button-textColorHover: #651c32;
  --oke-button-textColorActive: #651c32;
  --oke-button-borderColor: #ef6079;
  --oke-button-borderColorHover: #f3ede6;
  --oke-button-borderColorActive: #f3ede6;
  --oke-border-color: #e2cebc;
  --oke-text-primaryColor: #651c32;
  --oke-text-secondaryColor: #651c32;
}