MozaikaLive decode

Ghia — decoded design system

drinkghia.com · light · modern · tailwind · deep decode — measured live

Ghia'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/drinkghia.com.

Decoded design system

Ghia's decoded design system: background #FEF6EE, text #651C32, accent #EF6079, link #FFFFFF, primary #FEF6EE; type scale h1 72px / h2 55px / body 18px; 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#F4E8E2
border#E7D5D1
text#651C32
text_muted#9F6E79
primary#FEF6EE
accent#EF6079
link#FFFFFF
secondary#EF6079
button_bg#EF6079
button_text#FFFFFF

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)

Install it

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

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

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

Export: DESIGN.md

# Ghia — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#FEF6EE` |
| surface | `#F4E8E2` |
| border | `#E7D5D1` |
| text | `#651C32` |
| text_muted | `#9F6E79` |
| primary | `#FEF6EE` |
| accent | `#EF6079` |
| link | `#FFFFFF` |
| secondary | `#EF6079` |
| button_bg | `#EF6079` |
| button_text | `#FFFFFF` |

**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** `#FFFFFF` — fails contrast on the background (~1.1:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference).
- **Page coverage** (full-page screenshot pixels): `#FFFFFF` 51.6% · `#661C32` 27.9% · `#D49E98` 7.6% · `#A6444D` 6.9%

## Typography

- Heading: **FHA Condensed French NC** _(free fallback: Newsreader)_
- Body: **Vivey 22 Positive** _(free fallback: Newsreader)_

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

> **Fonts —** FHA Condensed French NC may be proprietary — safe free fallback: Newsreader (Google Fonts). Vivey 22 Positive 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, 16px, 20px, 24px, 32px, 40px — snap all gaps/padding to these

## Radius
- base: 9px
- button: 3.35544e+07px
- 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.

← 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 Ghia's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with drinkghia.com. No screenshots stored. Removal requests: hello@mozaika.design.