getComputedStyle() from the live screenshots visible here.
Color Palette
53 colors extracted via getComputedStyle(). Click any swatch to copy its hex value.
Background & Surface
Text & Content
Accent & Interactive
Border & Divider
Semantic States
Full Extracted Palette (+57)
Typography
All values extracted via getComputedStyle() — no estimation.
| Role | Font Family | Size / Weight | Line Height | Letter Spacing | Preview |
|---|---|---|---|---|---|
| Display Hero | Helvetica | 48px / w900 | 0.5 | 0.96px | Display Hero |
| Sub-heading | Helvetica | 30px / w700 | 1.03 | 0.6px | Sub-heading |
| Label Heading | Helvetica | 24px / w900 | 1 | 0.48px | Label Heading |
| Card Title | Helvetica | 16px / w700 | 1.63 | 0.32px | Card Title |
| Input Large | Helvetica | 16px / w400 | 1.63 | 0.32px | Input Large |
| Link | Helvetica | 14px / w700 | 1.71 | 0.7px | Link |
| Input | Helvetica | 14px / w400 | 1.71 | 0.28px | Input |
| Button | Arial | 13.3333px / w400 | normal | normal | Button |
| Button Small | Helvetica | 12px / w700 | 1.92 | 0.24px | Button Small |
Live Components
Rendered in real HTML using your extracted tokens — no screenshots.
Buttons
Form Inputs
Card
Badges & Labels
Spacing Scale
Border Radius
0px
4px
5px
36px
44px
52px
9999px
Component Specs
Extracted CSS values per component and variant state.
### Buttons
- Background: `transparent`
- Text: `#000000`
- Padding: 10px
- Radius: 0px
- Font: 13.3333px weight 400
- Use: Subtle action, toolbar, nav button
- Background: `#083a21` `{colors.primary}`
- Text: `#ffffff` `{colors.primary-hover}`
- Padding: 11px 15px
- Radius: 0px
- Border: 2px solid rgb(8, 58, 33)
- Shadow: `rgb(107, 18, 41) 5px 5px 0px 0px`
- Font: 16px weight 700
- Use: Secondary action
- Background: `#232830` `{colors.hairline}`
- Text: `#ffffff` `{colors.primary-hover}`
- Padding: 0px 7px
- Radius: 1px
- Border: 2px solid rgb(35, 40, 48)
- Font: 12px weight 700
- Use: Secondary action
Cards & Containers
- Background: `transparent`
- Padding: 0px
- Radius: 5px
- Use: Content containers, listing items
Inputs & Forms
- Background: `transparent`
- Text: `#000000`
- Padding: 3px 10px
- Radius: 0px
- Border: 0px none rgb(0, 0, 0)
- Font: 16px weight 400
- Use: Text fields, search inputs
Interaction State Narrative
Buttons
- **DO NOT introduce new buttons variants** without justification
Cards & Containers
- **DO NOT introduce new cards & containers variants** without justification
Inputs & Forms
- **DO NOT introduce new inputs & forms variants** without justification
Visual Reference
Playwright screenshots captured during extraction — source of truth for all tokens.
Breakpoints
Elevation & Depth
Shadow levels rendered live — every value extracted directly from the design system.
rgb(107, 18, 41) 5px 5px 0px 0px
rgba(0, 0, 0, 0.15) 0px 1px 4px 0px
rgba(0, 0, 0, 0.1) 0px 1px 3px 0px
rgba(0, 0, 0, 0.2) 0px 6px 27px 0px
rgba(0, 0, 0, 0.2) 0px 3px 7px 0px
Motion & Transitions
8 motion tokens — easing curves and durations.
| --duration-extended | 3s |
| --ease-out-slow | cubic-bezier(0, 0, .3, 1) |
| --duration-announcement-bar | .25s |
| --duration-long | .5s |
| --duration-default | .2s |
| --duration-extra-long | .6s |
| --duration-medium | .3s |
| --duration-short | .1s |
Motion Timeline
44 keyframe animations extracted from the live page. Preview 12 below — each block is animating right now with the actual extracted keyframes.
shopify-rotator
shopify-dash
acceleratedCheckoutLoadingSkeleton
fadeInDown
fadeInUp
fadeInDown2
headerSlideDown
loading
animateMenuOpen
appear-down
rotator
dash
+32 additional animations not previewed (cap at 12 for performance).
Component States
Default → Hover → Focus → Active visual diff per component. Captured via Playwright state simulation.
| Component | States |
|---|---|
| button |
default
button
bg rgba(0, 0, 0, 0)
fg rgb(210, 90, 36) |
| input |
default
input
bg rgba(0, 0, 0, 0)
fg rgb(0, 0, 0) |
| link |
default
link
bg rgba(0, 0, 0, 0)
fg rgb(210, 90, 36) |
| card |
default
card
bg rgba(0, 0, 0, 0)
fg rgb(0, 0, 0) |
| navLink |
default
navLink
bg rgba(0, 0, 0, 0)
fg rgb(255, 255, 255) |
Z-Index Stacking Context
100 z-index values detected. Top 20 ordered by stacking priority. ● 100+ (modals) · ● 10-99 (overlays) · ● 1-9 (UI chrome).
Export tokens
Copy these design tokens to any framework. Generated from koox.co.uk live extraction.
Clicks copy to clipboard AND download the file. All values from getComputedStyle() on the live page — no estimates.
DESIGN.md
Narrative design system document — paste directly into Claude Code, Cursor, or Bolt.
---
version: alpha
name: koox.co.uk
description: "Light product system built on #ffffff with #083a21 as the primary CTA accent. Type anchored in Helvetica at 48px / weight 900. Extracted automatically from https://koox.co.uk/ — rendered styles via getComputedStyle() + CSS custom properties (token-only values may not be painted)."
narrative: |
koox.co.uk is built on a pure-white canvas (rgb(255, 255, 255)).
The system uses rgb(8, 58, 33) as the singular interactive color.
Sharp 0px corners on CTAs — architectural restraint, engineering precision alongside Helvetica as the primary typeface.
A layered elevation system (5 distinct shadows) building a clear front-to-back hierarchy.
Motion is a first-class concern — 44 keyframe animations plus transition-driven interactions.
colors:
background: "#ffffff"
surface-1: "#f8f8f8"
surface-2: "#f5f5f5"
ink-muted: "#232323"
ink-subtle: "rgba(35, 35, 35, 0.62)"
primary: "#083a21"
on-primary: "#ffffff"
primary-hover: "#ffffff"
hairline: "#232830"
accent-glow: "#6b1229"
semantic-error: "#d93333"
semantic-success: "#6b1229"
semantic-warning: "#d25a24"
semantic-info: "#d25a24"
typography:
display-xl:
fontFamily: "Helvetica, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
fontSize: 48px
fontWeight: 900
lineHeight: 0.5
letterSpacing: 0.96px
display-md:
fontFamily: "Helvetica, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
fontSize: 30px
fontWeight: 700
lineHeight: 1.03
letterSpacing: 0.6px
headline:
fontFamily: "Helvetica, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
fontSize: 24px
fontWeight: 900
lineHeight: 1
letterSpacing: 0.48px
body:
fontFamily: "Helvetica, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
fontSize: 12px
fontWeight: 700
lineHeight: 1.92
letterSpacing: 0.24px
body-sm:
fontFamily: "Helvetica, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
fontSize: 14px
fontWeight: 700
lineHeight: 1.71
letterSpacing: 0.7px
button:
fontFamily: "Arial, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
fontSize: 13.3333px
fontWeight: 400
lineHeight: normal
letterSpacing: 0
mono:
fontFamily: "Helvetica, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
fontSize: 16px
fontWeight: 400
lineHeight: 1.63
letterSpacing: 0.32px
rounded:
none: 0px
xs: 4px
sm: 5px
md: 36px
lg: 44px
xl: 52px
pill: 9999px
spacing:
xxs: 2px
xs: 3px
sm: 6px
md: 13px
lg: 25px
xl: 32px
xxl: 65px
components:
button-ghost:
backgroundColor: "transparent"
textColor: "#000000"
typography: "{typography.button}"
rounded: "{rounded.none}"
padding: 10px
button-secondary:
backgroundColor: "{colors.primary}"
textColor: "{colors.primary-hover}"
typography: "{typography.mono}"
rounded: "{rounded.none}"
padding: 11px 15px
button-secondary-2:
backgroundColor: "{colors.hairline}"
textColor: "{colors.primary-hover}"
typography: "{typography.body}"
rounded: "{rounded.none}"
padding: 0px 7px
card-standard-card:
backgroundColor: "transparent"
typography: "{typography.mono}"
rounded: "{rounded.sm}"
input-text-input:
backgroundColor: "transparent"
textColor: "#000000"
typography: "{typography.mono}"
rounded: "{rounded.none}"
padding: 3px 10px
extracted_at: "2026-06-16T01:49:25.031Z"
completeness: 87
scoreVersion: "v2"
---
# Design System — koox.co.uk
> Extracted automatically by Prism from https://koox.co.uk/
> Date: 2026-06-16
> Viewport: Desktop 1440x900 + Mobile 390x844
> Values are extracted, not hand-written: rendered styles via getComputedStyle() + colors declared in CSS custom properties (token-only values are marked `(token)` and may not be painted).
## 0. Design DNA
**Density**: moderate | **Motion**: expressive | **Weight**: heavy | **Aesthetic**: sharp-architectural
| Dimension | Value | Signal |
|---|---|---|
| Canvas | neutral | `#ffffff` |
| Type posture | sans-led (GTStandard-M) | "4.8/5" |
| Color assertion | dual-accent | #083a21 |
| Whitespace | moderate | section rhythm 47px |
| Interaction | expressive | 44 keyframes, 17 transitions |
| Radius language | 0px-architectural | from token scale |
**Prism fingerprint**: `neutral-canvas · sans-display · dual-accent · 0px-architectural · expressive-motion`
> **🤖 TL;DR for AI agents** (read this first — saves you scanning the full doc):
>
> - **Canvas**: `rgb(255, 255, 255)` is the page background. Every component composits against this.
> - **Accent**: `rgb(8, 58, 33)` for primary CTAs ONLY. Never decorative.
> - **Body type**: 16px (token: `typography.body`). Default for ALL text not in a heading role.
> - **Section rhythm**: 47px between major bands. Card padding: 25px.
> - **Default radius**: 5px on buttons/inputs. Pills (`9999px`) only for icon-buttons or status chips.
>
> **Before generating UI**: import this DESIGN.md, scan §2 (Color Palette) + §4 (Components) + §10 (Agent Guide). Skip §11–12 unless extending.
## 1. Visual Theme & Atmosphere
koox.co.uk uses a pure-white canvas (`#ffffff`), letting typography, color and imagery carry the visual weight.
Headlines are set in **Helvetica**, a sans-serif display face (the dominant type signature, e.g. "4.8/5" at 48px). Body text is set in **GTStandard-M**. Headlines use weight 900 for confident, assertive presence — the brand wants to be heard.
Body text reads in Pure Black (`#000000`) (contrast ratio 21.0:1, well above WCAG AA). **#083a21** (`#083a21`) provides interactive distinction without visual aggression. Elevation is built from multi-layer shadow stacks (5 distinct) — each combines several blurred layers at varying offsets to build a clear front-to-back hierarchy.
Motion design uses smooth easing curves for polished state transitions.
**Key Characteristics:**
- Background: Pure White (`#ffffff`)
- Primary typeface: Helvetica
- Accent: #083a21 (`#083a21`)
- Display: 48px weight 900, letter-spacing 0.96px
- Shadow system: 5 distinct elevation levels
## 2. Color Palette & Roles
### Background & Surface
- **Info** (`#ffffff`): Page background (primary)
- **Bg Global** (`#fafafa`): Surface / elevated background (CSS var)
- **Background Layout Boxed** (`#f8f8f8`): Surface / elevated background (CSS var)
- **Background 10** (`#e6e6e6`): Surface / elevated background (CSS var)
- **Off-White** (`#f5f5f5`): Surface / elevated background
### Text & Content
- **Text** (`#000000`): Primary body text
- **Text Cart** (`#3c3c3c`): Text (CSS var)
- **Text Size Color** (`#787878`): Text (CSS var)
- **Text2** (`#969696`): Text (CSS var)
- **Global** (`#232323`): Secondary text
### Accent & Interactive
- **Bg Warning** (`#d25a24`): Accent / interactive (CSS var)
- **Bg Button MultiLevel Categories** (`#ff8b21`): Accent / interactive (CSS var)
- **Link Hover** (`#6b1229`): Accent / interactive (CSS var)
- **#083a21** (`#083a21`): Interactive / accent
- **Warm Brown** (`#113722`): Interactive / accent
- **Ring Blue** (`#4285f4`): Interactive / accent
- **Success Green** (`#34a853`): Interactive / accent
### Border & Divider
- **Border Button MultiLevel Categories** (`#ff736b`): Border (CSS var)
- **Light Grey** (`#d7d7d7`): Borders / dividers
- **Light Grey** (`#c7c7c7`): Borders / dividers
### Full Extracted Palette
**41 colors rendered on the page** + **24** more declared in design tokens (CSS custom properties — not necessarily painted). (20 categorized above + 45 additional below.)
Rendered values are read via `getComputedStyle()`; token values come from CSS variable declarations. Third-party logo colors are filtered out.
- `#232830` — Warm Brown
- `#efefef` — Off-White
- `#fcfcfc` — Pure White
- `#cccccc` — Light Grey
- `#646464` — Slate Grey
- `#282828` — Near-Black
- `#808080` — Slate Grey
- `#5f6368` — Slate Grey
- `#5a31f4` — Deep Purple
- `#e95144` — Vermillion
- `#727272` — Slate Grey
- `#767676` — Slate Grey
- `#5c5c5c` — Slate Grey
- `#f7f7f7` — Off-White
- `#868686` — Grey
- `rgba(120, 129, 136, 0.1)` — Translucent Medium Gray (10%)
- `#f0f0f0` — Off-White
- `#0052b4` — Cobalt Blue
- `#d80027` — Crimson
- `#212121` — Near-Black
- `#428445` — #428445
- `#eb001b` — Red
- `#fbfbfb` — Off-White
- `#4c4b4b` — Charcoal
- `#e9514b` — Vermillion *(token)*
- `#cbcbcb` — Light Grey *(token)*
- `#f6f6f6` — Off-White *(token)*
- `#e4e4e4` — Whitesmoke *(token)*
- `#b3b3b3` — Grey *(token)*
- `#d12442` — Crimson *(token)*
- `#24292b` — Near-Black *(token)*
- `#919191` — Background Global *(token)*
- *…+13 more in `raw-css.json` (`desktop.allColors`).*
### CSS Custom Properties (Design Tokens)
**Font Weight Token**
- `--footer-link-font-weight`: ``
- `--font-weight-bold`: `700`
- `--product-price-font-weight`: `700`
- `--blog-info-font-weight`: `400`
**Font Family Token**
- `--btn-2-font-family`: `Helvetica,Arial, sans-serif`
- `--btn-1-font-family`: `Helvetica,Arial, sans-serif`
- `--font-family-2`: `Helvetica,Arial, sans-serif`
- `--footer-link-font-family`: `Helvetica,Arial, sans-serif`
**Border Radius Token**
- `--btn-2-border-radius`: `0px`
- `--btn-1-blur-radius`: `0px`
- `--btn-1-border-radius`: `0px`
- `--arrow-border-radius`: `50%`
**Spacing Token**
- `--badge-padding-bottom`: `0px`
- `--badge-letter-spacing`: `.02em`
- `--btn-2-letter-spacing`: `.05em`
- `--product-quickview-padding-top`: `0px`
**Border**
- `--product-swatch-color-border-radius`: `20px`
**Font Size Token**
- `--btn-3-font-size`: `16px`
- `--product-title-font-size`: `20px`
- `--footer-heading-font-size`: `16px`
- `--btn-1-font-size`: `16px`
**Background**
- `--color-background-rgb`: `255, 255, 255`
- `--color-background-50`: `#808080`
- `--color-background-overylay`: `rgba(255, 255, 255, 0.9)`
- `--color-background-30`: `#b3b3b3`
**Motion Token**
- `--duration-extended`: `3s`
- `--anchor-transition`: `all ease .3s`
- `--duration-announcement-bar`: `.25s`
**Error / Destructive**
- `--color-error`: `#D93333`
- `--color-error-bg`: `#FCEEEE`
**Success**
- `--color-success-bg`: `#6B1229`
- `--color-success`: `#5A5A5A`
**Warning**
- `--color-warning`: `#fff`
**Text Color**
- `--color-text`: `#000000`
- `--color-text2`: `#969696`
**Shadow Token**
- `--product-quickview-box-shadow`: `none`
**Other tokens**
- `--footer-heading-text-transform`: `uppercase`
- `--font-menu-lv3-weight`: `400`
- `--bg-warning`: `#D25A24`
- `--btn-2-color`: `#232323`
- `--text-cart`: `#3c3c3c`
- `--footer-link-text-transform`: `capitalize`
- `--font-heading-style`: `normal`
- `--product-title-color-hover`: `#000000`
## 3. Typography Rules
### Font Families
- **Primary**: `GTStandard-M`
### Custom Fonts Loaded
### Typography Hierarchy
| Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
|------|------|------|--------|-------------|----------------|-------|
| Display Hero | Helvetica | 48px | 900 | 0.5 | 0.96px | Main headline (h1) |
| Sub-heading | Helvetica | 30px | 700 | 1.03 | 0.6px | Third-level heading (h3) |
| Label Heading | Helvetica | 24px | 900 | 1 | 0.48px | Small heading (H4) |
| Card Title | Helvetica | 16px | 700 | 1.63 | 0.32px | Card headings |
| Input Large | Helvetica | 16px | 400 | 1.63 | 0.32px | Form input (16px) |
| Link | Helvetica | 14px | 700 | 1.71 | 0.7px | Link (14px) — Decoration: none |
| Input | Helvetica | 14px | 400 | 1.71 | 0.28px | Form input (14px) |
| Button | Arial | 13.3333px | 400 | normal | normal | Button label (13.3333px) |
| Button Small | Helvetica | 12px | 700 | 1.92 | 0.24px | Button label (12px) |
### Font Weight Scale
CSS custom properties define 17 explicit weight steps:
- `--blog-info-font-weight`: `400` — Regular
- `--badge-font-weight`: `400` — Regular
- `--text-size-font-weight`: `400` — Regular
- `--font-weight-normal`: `400` — Regular
- `--btn-2-font-weight`: `500` — Medium
- `--font-weight-medium`: `500` — Medium
- `--product-vendor-font-weight`: `600` — SemiBold
- `--btn-3-font-weight`: `600` — SemiBold
- `--font-weight-semibold`: `600` — SemiBold
- `--font-weight-bold`: `700` — Bold
- `--product-price-font-weight`: `700` — Bold
- `--btn-1-font-weight`: `700` — Bold
- `--footer-heading-font-weight`: `700` — Bold
- `--product-title-font-weight`: `700` — Bold
- `--blog-title-font-weight`: `700` — Bold
- `--font-weight-bolder`: `800` — ExtraBold
- `--font-weight-black`: `900` — Black
### Full Font Size Scale
Sizes detected in the design (descending): `48px`, `46px`, `40px`, `32px`, `30px`, `26px`, `24px`, `22px`, `20px`, `18px`, `17px`, `16px`, `15px`, `14px`, `13.33px`, `12px`, `10px`
> 10 size(s) detected outside the sampled hierarchy (46px, 40px, 32px, 26px, 22px, 20px, 18px, 17px, 15px, 10px). These appear on elements not in the sampled set — likely additional display sizes, marketing-section overrides, or third-party-widget styles.
## 4. Component Stylings
### Buttons
**Ghost**
- Background: `transparent`
- Text: `#000000`
- Padding: 10px
- Radius: 0px
- Font: 13.3333px weight 400
- Use: Subtle action, toolbar, nav button
**Secondary**
- Background: `#083a21` `{colors.primary}`
- Text: `#ffffff` `{colors.primary-hover}`
- Padding: 11px 15px
- Radius: 0px
- Border: 2px solid rgb(8, 58, 33)
- Shadow: `rgb(107, 18, 41) 5px 5px 0px 0px`
- Font: 16px weight 700
- Use: Secondary action
**Secondary**
- Background: `#232830` `{colors.hairline}`
- Text: `#ffffff` `{colors.primary-hover}`
- Padding: 0px 7px
- Radius: 1px
- Border: 2px solid rgb(35, 40, 48)
- Font: 12px weight 700
- Use: Secondary action
### Cards & Containers
**Standard Card**
- Background: `transparent`
- Padding: 0px
- Radius: 5px
- Use: Content containers, listing items
### Inputs & Forms
**Text Input**
- Background: `transparent`
- Text: `#000000`
- Padding: 3px 10px
- Radius: 0px
- Border: 0px none rgb(0, 0, 0)
- Font: 16px weight 400
- Use: Text fields, search inputs
## 4b. Component Behaviors (State Matrix)
### Interaction State Narrative
*State transitions extracted via Playwright simulation — exact values in the YAML matrix below.*
```yaml
component-behaviors:
button:
default:
bg: "rgba(0, 0, 0, 0)"
fg: "rgb(210, 90, 36)"
shadow: "rgb(107, 18, 41) 5px 5px 0px 0px"
input:
default:
bg: "rgba(0, 0, 0, 0)"
fg: "rgb(0, 0, 0)"
link:
default:
bg: "rgba(0, 0, 0, 0)"
fg: "rgb(210, 90, 36)"
card:
default:
bg: "rgba(0, 0, 0, 0)"
fg: "rgb(0, 0, 0)"
navLink:
default:
bg: "rgba(0, 0, 0, 0)"
fg: "rgb(255, 255, 255)"
badge:
default:
bg: "rgba(0, 0, 0, 0)"
fg: "rgb(0, 0, 0)"
footerLink:
default:
bg: "rgba(0, 0, 0, 0)"
fg: "rgb(204, 204, 204)"
```
**Agent usage**: Validate generated components against this matrix. If your output's `:hover` state changes properties not listed here, you are off-brand.
## 4c. Component Vocabulary (Closed System)
*This brand uses ONLY the following component vocabulary. Introducing new variants without justification breaks the system's tonal coherence.*
### Buttons
- **2 shape(s)** in this system: `Ghost`, `Secondary`
- **DO NOT introduce new buttons variants** without justification
### Cards & Containers
- **1 shape(s)** in this system: `Standard Card`
- **DO NOT introduce new cards & containers variants** without justification
### Inputs & Forms
- **1 shape(s)** in this system: `Text Input`
- **DO NOT introduce new inputs & forms variants** without justification
## 5. Layout Principles
### Layout Type
**top-nav + content**
### Grid
Single column, centered content
### Max Width
1200px
### Spacing System
Compact spacing — information density prioritized
| Token | Value |
|-------|-------|
| xxs | 2px |
| xs | 3px |
| sm | 6px |
| md | 13px |
| base | 15px |
| lg | 25px |
| xl | 32px |
| 2xl | 47px |
| 3xl | 65px |
### Border Radius Scale
| Name | Value | Use |
|------|-------|-----|
| None | 0px | No rounding |
| Xs | 4px | Tiny corners (badges, micro elements) |
| Sm | 5px | Buttons, inputs, small elements |
| Md | 36px | Cards, containers |
| Lg | 44px | Large rounded elements, pill segments |
| Xl | 52px | Category strips, featured containers |
| Full | 9999px | Pills, avatars, circular elements |
### Shape Language
| Component | Border Radius |
|-----------|---------------|
| Buttons | `0px` |
| Cards & Containers | `5px` |
| Inputs & Forms | `0px` |
| Page Body | `0px` |
| Navigation | `0px` |
| Primary Input | `0px` |
**Shape Personality**: Subtly Rounded — Minimal corner rounding (1–4px). Professional restraint.
**Full Radius Spectrum**: 0px, 1px, 3px, 4px, 5px, 36px (from `allBorderRadii` scan)
## 5b. Spacing Rhythm Names
**Measured section padding**: bands use ~100px internal vertical padding (up to 116px) — **very airy / premium**. (Distinct from the gap *between* sections above.) Reproduce this generous vertical breathing room; cramped spacing is the #1 tell of a cheap clone.
*Named spacing tokens with explicit use cases. Use these names in YOUR code instead of raw pixels for consistency.*
| Name | Value | Use case |
|------|-------|----------|
| **hero** | `65px` | Top/bottom of full-bleed hero sections |
| **section** | `32px` | Between major bands (color change, content shift) |
| **subsection** | `25px` | Within a section, between content groups |
| **card** | `13px` | Card padding, list-item spacing |
| **compact** | `6px` | Form fields, tight clusters, badge padding |
| **micro** | `3px` | Icon-text gap, tag inner padding |
**Agent rule**: NEVER hardcode raw pixel values for spacing in generated UI. Always reference these named tokens (`spacing-rhythm.section`, etc.).
## 5c. Widget & Structure Library
Structural patterns extracted from the page DOM — these are the **blueprints** an agent should follow to reproduce the page architecture (not just CSS values).
**5/8 structural patterns detected.**
### Hero Pattern
- **Composition:** centered — Centered composition — heading + subheading + CTAs stacked vertically, content centered horizontally. Common for SaaS marketing pages.
- **Viewport coverage:** 459px tall (not full-viewport)
- **Heading:** "ORGANIC JUICES & CLEANSES MADE TO ORDER" — 46px center-aligned
- **Subheading:** "4.8 ★ +10,000 reviews on food delivery platforms"
- **Media:** present, positioned top
- **CTAs:** 1 (primary: "Get your Order from our Lab to your door in 24h")
- **Clone instruction:** Reproduce the **centered** layout. Use the heading font-size token at the documented size. Place media top of text.
### Navigation Pattern
- **Position:** static (scrolls with page)
- **Layout:** logo-left-links-left — Logo and links both on the left (CTAs typically right)
- **Height:** 78px
- **Logo:** ✓ present
- **Nav links:** 6 primary items
- **CTAs in nav:** 0 (no buttons — links only)
- **Clone instruction:** Build a static logo left links left navigation. Link-only — no button styling needed.
### Card Grid Pattern
- **Card count:** 13 cards detected
- **Columns (desktop):** 4-up grid
- **Card dimensions:** 360×393px (aspect 0.92:1)
- **Gap:** 0px between cards
- **Content:** ✓ image
- **Image position:** top
- **Clone instruction:** Build a 4-column grid (desktop) with cards at ~0.92:1 aspect ratio. Each card has an image at the top.
### Pricing Table Pattern
- **Tier count:** 4 pricing tiers
- **Layout:** side-by-side (horizontal comparison)
- **Columns (desktop):** 4-up
- **Clone instruction:** Build a 4-column side-by-side pricing comparison.
### Footer Pattern
- **Columns:** 1
- **Links:** 9 total
- **Height:** 473px
- **Includes:** ✓ newsletter signup | ✗ no social | ✓ copyright
- **Clone instruction:** Build a 1-column footer with ~9 links per column, newsletter signup, and a copyright line.
## 6. Depth & Elevation
| Level | Treatment | Use |
|-------|-----------|-----|
| Flat (Level 0) | No shadow | Page background, content blocks |
| Layered (Level 1) | <br>`rgb(107, 18, 41) 5px 5px 0px 0px` | Cards, elevated surfaces |
| Layered (Level 2) | <br>`rgba(0, 0, 0, 0.15) 0px 1px 4px 0px` | Cards, elevated surfaces |
| Layered (Level 3) | <br>`rgba(0, 0, 0, 0.1) 0px 1px 3px 0px` | Cards, elevated surfaces |
| Layered (Level 4) | <br>`rgba(0, 0, 0, 0.2) 0px 6px 27px 0px` | Cards, elevated surfaces |
**Shadow Philosophy**: Multi-layered shadow system creating natural, atmospheric depth. Each shadow level combines multiple layers for realistic elevation.
## 7. Motion & Interaction
### Easing System
| CSS Variable | Curve | Semantic Name |
|--------------|-------|---------------|
| `--ease-out-slow` | `cubic-bezier(0, 0, .3, 1)` | Ease Out — Decelerating |
| `--button-transition-ease` | `cubic-bezier(.25,.46,.45,.94)` | Custom Ease — Balanced |
### Duration Scale
| CSS Variable | Value | Tier |
|--------------|-------|------|
| `--duration-extended` | `3s` | Cinematic |
| `--duration-announcement-bar` | `.25s` | Normal |
| `--duration-long` | `.5s` | Slow |
| `--duration-default` | `.2s` | Normal |
| `--duration-extra-long` | `.6s` | Slow |
| `--duration-medium` | `.3s` | Normal |
| `--duration-short` | `.1s` | Fast |
### Copy-Paste Transition Snippets
**Transform**
```css
transition: transform 0.5s;
```
**Transform**
```css
transition: transform 0.2s cubic-bezier(0, 0, 0.3, 1);
```
**Transform**
```css
transition: transform 0.3s ease-out;
```
**All Props**
```css
transition: max-width 0.3s cubic-bezier(0.52, 0, 0.61, 0.99);
```
### Keyframe Animation Catalog
| Animation Name | Type | Animated Props | Use Hint |
|----------------|------|----------------|----------|
| `shopify-rotator` | Rotate / Spin | transform | UI transition |
| `shopify-dash` | Rotate / Spin | stroke-dashoffset, transform | UI transition |
| `acceleratedCheckoutLoadingSkeleton` | Fade | opacity | Loading indicator |
| `fadeInDown` | Fade + Move | opacity, transform | Element entrance |
| `fadeInUp` | Fade + Move | opacity, transform | Element entrance |
| `fadeInDown2` | Slide | transform | Element entrance |
| `headerSlideDown` | Slide | transform | Panel / drawer enter |
| `loading` | Rotate / Spin | transform | Loading indicator |
| `animateMenuOpen` | Fade + Move | opacity, transform | UI transition |
| `appear-down` | Fade | opacity, margin-top | UI transition |
| `rotator` | Rotate / Spin | transform | UI transition |
| `dash` | Rotate / Spin | stroke-dashoffset, transform | UI transition |
| `progress-bar-stripes` | Custom | background-position-x, background-position-y | UI transition |
| `shimmer` | Custom | background-position-x, background-position-y | Loading placeholder |
| `zoom-animation` | Scale | transform | Focus / emphasis |
| `box-shadow` | Custom | box-shadow | UI transition |
| `dot-shadow` | Custom | box-shadow | UI transition |
| `animateDrawerOpen` | Custom | | UI transition |
| `spin` | Rotate / Spin | transform | Loading indicator |
| `halo-animateloader` | Custom | width | Loading indicator |
> *24 additional animations omitted (repetitive variants). See raw keyframes in `raw-css.json`.*
### Motion Fingerprint
- **Speed Character**: Deliberate & Calm (median duration: `500ms`)
- **Dominant Easing**: custom cubic-bezier curves
- **Animation Library**: 44 unique animations (44 total including variants)
> This design moves with deliberate & calm timing using custom cubic-bezier curves, creating a UI that feels calm and controlled.
## 8. Do's and Don'ts
### Do
- Use the extracted shadow patterns for elevation — they are tuned to match the brand palette
- Use #083a21 (`#083a21`) as the primary accent — it's the brand's signature interactive color
- Use small 1px radius for buttons — this design system uses subtle rounding, not pill shapes
- Use 5px border-radius on cards — consistent with the grid card corners
- Maintain nav height at 78px — consistent vertical space for the navigation bar
- Respect the 3px–32px spacing range — the design uses a wide scale for visual breathing room
- Use a single primary CTA in the hero — the design intentionally avoids choice paralysis
- Each card includes a top image — imagery is part of the card identity, not optional
- Use a 4-column grid on desktop — density matters for this content type
- Place 4 pricing tiers side-by-side on desktop — direct comparison is the value prop
- Include a newsletter signup in the footer — email capture is part of the conversion funnel
### Don't
- Don't invent new shadow values — use only the extracted shadow levels
- Don't introduce additional saturated accent colors — the palette is intentionally controlled
- Don't over-round buttons with pill or large radius — the system uses restrained, sharp-ish corners
- Don't collapse or hide the nav on scroll without an explicit scroll-triggered animation — the design uses fixed nav presence
- Don't make the nav sticky — this design lets it scroll away to maximize content focus
- Don't put a CTA button in the nav — this design uses links only at the top
- Don't over-build the footer — this design keeps it minimal (1 cols, 9 links)
## 7b. Enforceable Brand Rules
*Structured Do/Don't with reasoning and validation tests. Agents can programmatically verify generated UI.*
```yaml
rules:
- id: brand-canvas-001
type: do
rule: "Always use the page background `rgb(255, 255, 255)` as the base canvas"
why: "Every component is designed to composit against this exact tone"
test: "document.body.style.backgroundColor === 'rgb(255, 255, 255)'"
- id: brand-accent-001
type: do
rule: "Reserve `rgb(8, 58, 33)` for primary CTAs and brand-mark signals only"
why: "Single chromatic assertion device — overuse dilutes meaning"
test: "querySelectorAll('[style*=\"rgb(8, 58, 33)\"]').length <= 3 per fold"
```
## 9. Responsive Behavior
### Breakpoints
| Name | Width | Key Changes |
|------|-------|-------------|
| Mobile | 320px | Single column, compact spacing |
| Mobile | 375px | Single column, compact spacing |
| Mobile Large | 749px | Expanded mobile layout |
| Tablet | 1024px | Multi-column grids begin |
| Desktop | 1100px | Full feature layout |
| Desktop | 1280px | Full feature layout |
### Token Diff — Desktop vs Mobile
| Element | Property | Desktop | Mobile |
|---------|----------|---------|--------|
| heading | font-size | `48px` | `36px` |
| heading | letter-spacing | `0.96px` | `0.72px` |
| nav | height | `78px` | `auto` |
### Collapsing Strategy
- Headlines: 48px → 36px on mobile
- Navigation: horizontal links → hamburger menu on mobile
- Cards: multi-column → stacked vertical on mobile
- Footer: multi-column → stacked single column on mobile
### Touch Targets
- Buttons: 10px padding
- Navigation: adequate spacing between items
- Interactive elements: minimum 44px touch target recommended
### Collapsing Narrative
How the structural patterns adapt from desktop to mobile (extracted from both viewport extractions):
- **Hero CTAs:** 1 on desktop → 0 on mobile (secondary CTAs dropped on small screens).
- **Card grid: 4-up → 2-up** — cards stack as viewport narrows.
## 7c. Visual Effects & Dynamic Behavior
*The live/dynamic layer beyond static CSS — reproduce these, not flat substitutes. This is often what separates a faithful clone from a wireframe.*
- **Scroll-driven reveals** — content animates in on scroll (CSS scroll-timeline). Build fade/translate reveal-on-scroll for below-fold bands.
- **CSS-variable animations** (2) — animated custom properties.
> **Motion fingerprint**: CSS scroll-driven animations
## 7d. Motion Choreography (measured)
*Real timing extracted from `getComputedStyle` at load — not guessed. Match these curves and durations to reproduce the brand's motion feel; flat clones miss this entirely.*
**Keyframe animations** — the named, looping/entrance motions actually applied:
| Animation | Duration | Easing | Delay | Iteration | Used by | Keyframes captured |
|---|---|---|---|---|---|---|
| `slideIn` | 0.6s | `cubic-bezier(0, 0, 0.3, 1)` | 0.1s | 1 | 42× | ✅ |
| `fadeInUp` | 0.7s | `ease` | — | 1 | 12× | ✅ |
| `shine` | 1.5s | `linear` | — | infinite | 8× | ✅ |
| `fadeIn` | 0.6s | `cubic-bezier(0, 0, 0.3, 1)` | — | 1 | 2× | ✅ |
| `animateAmbient` | 20s | `linear` | — | infinite | 2× | ✅ |
**Transition profiles** — the interactive easing fingerprint (hover/focus/state changes):
| Property | Duration | Easing | Delay | Count |
|---|---|---|---|---|
| all | 0.3s | `ease` | — | 270× |
| text-decoration | 0.1s | `ease` | — | 37× |
| transform | 0.5s | `ease` | — | 36× |
| transform | 0.3s | `cubic-bezier(0, 0, 0.3, 1)` | — | 35× |
| all | 0.2s | `ease` | — | 34× |
| transform | 0.2s | `cubic-bezier(0, 0, 0.3, 1)` | — | 25× |
| opacity | 0.5s | `ease` | — | 22× |
| transform | 0.2s | `ease` | — | 18× |
| visibility | 0.2s | `ease` | — | 18× |
| all | 0.8s | `ease` | — | 17× |
| opacity | 0.2s | `ease` | — | 17× |
| transform | 0.64s | `ease` | — | 11× |
**Staggered sequences** — children that animate in cascade (reproduce the rhythm, not just the end state):
- `div.products-grid.column-4` — 13 children, **+100ms each** via `animation-delay` (100ms → 200ms → 300ms → 400ms → 500ms…)
- `div.products-grid.column-4` — 4 children, **+100ms each** via `animation-delay` (100ms → 200ms → 300ms → 400ms…)
- `div.slide-content.content-box--absolute` — 3 children, **+100ms each** via `animation-delay` (100ms → 200ms → 300ms…)
- `div.halo-row.column-3` — 3 children, **+200ms each** via `animation-delay` (100ms → 300ms → 500ms…)
**Scroll-reveal** *(heuristic — initial hidden state, not runtime-observed)* — 176 candidate element(s) start hidden and animate in on scroll (library-class, opacity0+transition).
- e.g. `div.product-item.scroll-trigger` → initial opacity 0.01, transform `none`, transition `all`. Build a fade/translate reveal-on-scroll for below-fold bands.
> **Motion coverage** (measured on 2617 sampled elements; scroll-reveal is heuristic): 18 animation signatures, 22 transition profiles, 4 staggered sequences, 176 scroll-reveal candidates.
## 9b. Visual Tone & Photography
**Tone:** Photography-driven
The site is dominated by photography (JPG/WebP). Photos carry the brand voice as much as the typography. Use authentic, brand-appropriate imagery — generic stock will degrade quality.
**Canonical Brand Image (OG):**
- http://koox.co.uk/cdn/shop/files/share.jpg?v=1715597678 (1288×628px)
*This is the image shown when the site is shared on social media — represents the brand visual essence.*
**Hero Image (above-fold dominant visual):**
- Aspect: 3.14:1 (ultra-wide cinematic)
- Rendered size: 1728×551px
- *Use this aspect ratio + composition for your clone's hero — mimicking the proportion preserves the visual hierarchy.*
**Aspect Ratio Distribution:**
- Landscape (1.15–2.3): 23 (74%)
- Portrait (<0.87): 0 (0%)
- Square (0.87–1.15): 7 (23%)
- Ultra-wide (>2.3): 1 (3%)
**Media Format Mix:**
- JPG: 18 (typically photographic content)
- PNG: 12 (logos, transparent UI elements, mockups)
- SVG: 1 (icons, illustrations, decorative geometry)
**Average rendered image size:** 308×200px
**Above-fold image count:** 5 / 31
**Imagery Guidance for clones:**
- Source authentic photography (or licensed stock that matches the brand mood) — placeholders will visibly degrade the clone.
- Match the dominant aspect ratio (see above) so card grids and hero compositions hold.
## 10. Agent Prompt Guide
### Quick Reference
- Background: Pure White (`#ffffff`)
- Primary text: Pure Black (`#000000`)
- Accent: #083a21 (`#083a21`)
- Border: Warm Brown (`#232830`)
- Font: Helvetica
- Body: 16px weight 700
### Example Component Prompts
- "Create a hero section on Pure White background (#ffffff). Headline at 48px Helvetica weight 900, line-height 0.5, letter-spacing 0.96px, color #000000."
- "Create the primary CTA button: `#083a21` background, `#000000` text, 9999px border-radius, 10px padding, 900 weight, Helvetica font."
- "Design a card on `transparent` background. Border: none. Radius: 5px. Shadow: none. Padding: 0px."
- "Build navigation: static on `#ffffff`. Helvetica 16px weight 700 for links."
### Iteration Guide
1. **Canvas**: Set the light canvas to Pure White (`#ffffff`) — every component is composited against this exact base.
2. **Typography**: All type in Helvetica, weight range 400–900. Never exceed 900 — heavier weights break the brand's tonal restraint.
3. **Accent**: #083a21 (`#083a21`) — one accent, applied consistently to CTAs, active states, and links. Never introduce a second saturated color.
4. **Motion**: All transitions use `cubic-bezier(0,0,0.3,1)`. Timing: 100ms for micro-interactions, 300ms for layout changes. Never use linear for UI transitions — preserve the brand's easing personality.
5. **Shape**: CTAs at `0px`, cards at `5px`. Apply border-radius from the extracted scale only — don't invent intermediate values.
6. **Spacing**: Use the `--ca-space-*` token scale (3px–32px). All padding, margin, and gap values are multiples from this scale — no magic numbers.
7. **Tokens**: Import from §11 CSS Export (`--ca-*` vars). Never hardcode hex values — always reference a token so theming remains consistent.
## 11. CSS Design Tokens Raw Export
*Copy-paste ready `:root {}` block — all values extracted directly from the live site.*
```css
/* Colors */
:root {
--ca-primary-hover: #ffffff;
--ca-surface-1: #f8f8f8;
--ca-surface-2: #f5f5f5;
--ca-ink-subtle: #232323;
--ca-primary: #083a21;
--ca-hairline: #232830;
--ca-semantic-success: #6b1229;
--ca-semantic-error: #d93333;
--ca-semantic-info: #d25a24;
}
/* Typography */
:root {
--ca-font-primary: "Helvetica", system-ui, sans-serif;
--ca-text-display: 48px;
--ca-text-body: 12px;
--ca-text-small: 14px;
--ca-text-button: 13.3333px;
--ca-text-mono: 16px;
}
/* Spacing & Radius */
:root {
--ca-space-xxs: 2px;
--ca-space-xs: 3px;
--ca-space-sm: 6px;
--ca-space-md: 13px;
--ca-space-base: 15px;
--ca-space-lg: 25px;
--ca-space-xl: 32px;
--ca-space-2xl: 47px;
--ca-space-3xl: 65px;
--ca-radius-none: 0px;
--ca-radius-xs: 4px;
--ca-radius-sm: 5px;
--ca-radius-md: 36px;
--ca-radius-lg: 44px;
--ca-radius-xl: 52px;
--ca-radius-full: 9999px;
}
/* Motion */
:root {
--ca-duration-extended: 3s;
--ca-ease-out-slow: cubic-bezier(0, 0, .3, 1);
--ca-duration-announcement-bar: .25s;
--ca-duration-long: .5s;
--ca-duration-default: .2s;
--ca-duration-extra-long: .6s;
--ca-duration-medium: .3s;
--ca-duration-short: .1s;
}
```
## 13. Page Structure Skeleton
*The actual layout the source site uses. Reproduce these sections in order to match the site structure.*
```yaml
page-skeleton:
- section: hero
tag: div
classes: ["body-content-wrapper"]
height: 5761px
width: full-bleed
layout: block
children: 14
- section: unknown
tag: lookbook-mobile-popup
classes: ["halo-lookbook-popup-mobile"]
height: 900px
width: full-bleed
layout: block
children: 1
- section: sidebar
tag: customer-auth
classes: ["halo-sidebar", "halo-sidebar-right", "halo-auth-sidebar"]
height: 900px
width: 370px
layout: block
children: 2
bg: "rgb(255, 255, 255)"
vertical-padding: ~35px
- section: sidebar
tag: div
classes: ["halo-sidebar", "halo-sidebar-right", "halo-cart-sidebar"]
height: 900px
width: 420px
layout: block
children: 3
bg: "rgb(255, 255, 255)"
vertical-padding: ~47px
- section: sidebar
tag: div
classes: ["halo-sidebar", "halo-sidebar-left"]
height: 900px
width: 370px
layout: block
children: 3
bg: "rgb(255, 255, 255)"
vertical-padding: ~83px (generous)
- section: sidebar
tag: div
classes: ["halo-sidebar", "halo-sidebar-left", "halo-sidebar_menu"]
height: 900px
width: 370px
layout: block
children: 1
bg: "rgb(255, 255, 255)"
vertical-padding: ~70px (generous)
- section: sidebar
tag: div
classes: ["halo-sidebar-wrapper", "custom-scrollbar"]
height: 900px
width: 370px
layout: block
children: 4
vertical-padding: ~70px (generous)
padding: "0px 0px 140px"
- section: sidebar
tag: div
classes: ["halo-sidebar-wrapper", "custom-scrollbar"]
height: 126px
width: 370px
layout: block
children: 1
vertical-padding: ~40px
padding: "10px 0px 70px"
- section: sidebar
tag: div
classes: ["halo-sidebar-wrapper", "custom-scrollbar"]
height: 900px
width: 370px
layout: block
children: 1
vertical-padding: ~35px
padding: "0px 0px 70px"
- section: sidebar
tag: div
classes: ["halo-sidebar-wrapper", "custom-scrollbar"]
height: 900px
width: 370px
layout: block
children: 1
vertical-padding: ~83px (generous)
padding: "25px 20px 140px"
- section: feature-section
tag: main
classes: ["wrapper-body", "focus-none"]
height: 5210px
width: full-bleed
layout: block
children: 13
- section: feature-section
tag: div
classes: ["shopify-section", "sections-slide-show"]
height: 459px
width: full-bleed
layout: block
children: 2
- section: feature-section
tag: div
classes: ["slideshow-wrapper"]
height: 459px
width: full-bleed
layout: block
children: 1
- section: feature-section
tag: div
classes: ["container-full"]
height: 459px
width: full-bleed
layout: block
children: 1
- section: sidebar
tag: div
classes: ["halo-sidebar-wrapper", "custom-scrollbar"]
height: 900px
width: 420px
layout: block
children: 1
vertical-padding: ~42px
padding: "13px 0px 70px"
- section: testimonials
tag: div
height: 817px
width: 420px
layout: flex-column justify=normal
children: 0
- section: unknown
tag: div
classes: ["halo-popup"]
height: 88px
width: 720px
layout: block
children: 1
bg: "rgb(255, 255, 255)"
vertical-padding: ~30px
- section: unknown
tag: div
classes: ["halo-popup-wrapper"]
height: 88px
width: 720px
layout: block
children: 2
vertical-padding: ~30px
padding: "30px"
- section: unknown
tag: div
classes: ["halo-popup", "halo-edit-cart-popup", "customPopup-large"]
height: 84px
width: 840px
layout: block
children: 1
bg: "rgb(255, 255, 255)"
vertical-padding: ~30px
- section: unknown
tag: div
classes: ["halo-popup-wrapper"]
height: 84px
width: 840px
layout: block
children: 2
vertical-padding: ~30px
padding: "30px"
- section: content-section
tag: div
classes: ["shopify-section", "sections-rich-text"]
height: 106px
width: full-bleed
layout: block
children: 7
vertical-padding: ~40px
- section: marquee
tag: div
classes: ["rich-text", "scroll-trigger", "animate--slide-in"]
height: 106px
width: full-bleed
layout: block
children: 1
vertical-padding: ~40px
padding: "40px 0px"
- section: feature-section
tag: div
classes: ["shopify-section", "sections-spotlight-block"]
height: 362px
width: full-bleed
layout: block
children: 4
- section: unknown
tag: div
classes: ["spotlight-block", "scroll-trigger", "animate--slide-in"]
height: 362px
width: full-bleed
layout: block
children: 1
bg: "rgb(255, 255, 255)"
padding: "0px 0px 10px"
- section: unknown
tag: div
classes: ["container-full"]
height: 352px
width: full-bleed
layout: block
children: 1
padding: "0px 10px"
```
**Agent rule**: rebuild sections in this order (sorted by vertical position). Match the layout primitive (grid N-col / flex direction / block).
## 14. Copy Library (Real Content from Source)
*Actual text content extracted from the live page. Use these strings verbatim when reproducing the site — they carry the brand voice.*
```yaml
copy:
section-headings:
- "ORGANIC JUICES & CLEANSES MADE TO ORDER"
- "HIGHEST RATED JUICE BRAND IN LONDON"
- "CATEGORIES"
sub-headings:
- "CLEANSES"
- "KOOX CLEANSES"
- "WHY KOOX"
ctas:
- "GET YOUR ORDER FROM OUR LAB TO YOUR DOOR IN 24H"
navigation:
- "Cart 0 items"
- "Sign In"
- "Create an Account"
- "HOME"
- "JUICE SHOP"
- "CLEANSE"
- "ABOUT US"
- "CONTACT"
- "BECOME A STOCKIST"
footer-links:
- "contact@koox.co.uk"
- "Koox Cleanse"
```
**Agent rule**: reuse these exact strings when generating UI. Do NOT translate or rephrase — brand voice is preserved through the original wording.
## 15. Asset Inventory (Image Roles & Ratios)
*Image inventory classified by role and aspect ratio. When reproducing the site, allocate this number of assets per role.*
```yaml
assets:
logo:
count: 4
avg-ratio: 2.21
common-aspect: "~16:9 landscape"
sample-alts:
- "Koox"
hero:
count: 1
avg-ratio: 3.14
common-aspect: "~16:6 banner"
thumbnail:
count: 7
avg-ratio: 0.97
common-aspect: "~1:1 square"
sample-alts:
- "Star Icon"
```
**Agent rule**: when generating placeholder images, match these counts and aspect ratios. Use neutral placeholder backgrounds for `product` (e.g. `#f5f5f5`), full-color photography hints for `hero` and `editorial`.
## 16. Component HTML Templates
*Suggested HTML markup for reproducing the key components — based on what was detected in the source DOM.*
### Button (primary action)
```html
<button class="btn btn-primary">
Action
</button>
```
_Source pattern detected: padding `0px` · radius `0px` · weight `400`_
### Generic Card
```html
<div class="card">
<!-- content -->
</div>
```
_Source pattern detected: padding `0px` · radius `0px` · shadow `none`_
**Agent rule**: use these markup skeletons as the structural baseline. Apply tokens from §2-3 for visual styling.
## 17. Content Architecture & Resources (Links by Purpose)
*The page's links classified by purpose — the information architecture to reproduce. Categories, featured images, devices and projects are extracted from the rendered DOM, not guessed.*
**By purpose:** **nav** 9 · **auth** 1 · **product** 34 · **footer** 1 · **other** 15
**Primary actions (conversion path):**
- Account access — "Sign In" (login/signup) → `https://koox.co.uk/customer_authentication/redirect?locale=en®ion_country=GB`
**Signals:** 13/60 links carry a featured image · dominant link roles: content-card (43), navigation (9), inline-link (7).
---
## Coverage: 87% of dimensions extracted
> Coverage measures how much of the design we could read, **not** how pixel-faithful a clone is. For fidelity, see the SSIM/structure score.
| Category | Score | Max | Detail |
|----------|-------|-----|--------|
| Colors & Palette | 25 | 25 | 20 named colors |
| Typography | 20 | 20 | 9 roles defined |
| Components | 12 | 20 | 3 specs extracted |
| Motion & Interaction | 15 | 15 | Keyframes, easing vars |
| CSS Custom Properties | 10 | 10 | 435 vars |
| Responsive Breakpoints | 5 | 5 | 6 breakpoints |
| Variable Fonts | 0 | 5 | None detected |
## 12. Known Gaps & Confidence
Explicit list of what this extraction could NOT capture. Agents should not invent values for these — either skip the feature or use the documented baseline + heuristic fallback.
*Auto-detected extraction limitations — understand before building:*
- **Sparse component extraction** — fewer than 5 component types detected. Highly dynamic sections (modals, datepickers, carousels) require interaction to render and are not captured in a static pass.
| Category | What's missing | Fallback strategy |
|----------|----------------|-------------------|
| **Dark mode** | No dark-mode CSS variables or media queries detected | Light mode is canonical; do not generate dark-mode variants unless explicitly requested |
### Per-section confidence
| Section | Confidence | Reason |
|---------|------------|--------|
| §1 Visual Theme | High | Body bg extracted via getComputedStyle() |
| §2 Colors | High | 435 CSS vars (semantic naming requires ≥20 for high) |
| §3 Typography | High | 9 typography roles inferred |
| §4 Components | Medium | 3 component variants captured |
| §7 Motion | High | Keyframes + transitions |
| §8 Do's/Don'ts | High | 18 rules generated; design-decisions.json has evidence per rule |
| §9 Responsive | High | 6 breakpoints detected |
| §9b Photography | High | 31 images, hero present |
## 11.1 CSS Implementation Guide (CSS Interception Engine v2.15+)
*Ready-to-use CSS from Prism's CSS Interception Engine — intercepted directly from the site's CSS files (bypasses CORS). Copy-paste into your `<style>` block.*
### Keyframe Animations (Intercepted from CSS)
**92 @keyframes found** — these are the real animation definitions:
```
@keyframes shopify-rotator { ... }
@keyframes shopify-dash { ... }
@keyframes acceleratedCheckoutLoadingSkeleton { ... }
@keyframes animateAmbient { ... }
@keyframes slideIn { ... }
@keyframes fadeIn { ... }
@keyframes fadeInDown { ... }
@keyframes fadeInUp { ... }
@keyframes fadeInDown2 { ... }
@keyframes headerSlideDown { ... }
@keyframes loading { ... }
@keyframes animateMenuOpen { ... }
@keyframes appear-down { ... }
@keyframes rotator { ... }
@keyframes dash { ... }
@keyframes progress-bar-stripes { ... }
@keyframes shimmer { ... }
@keyframes zoom-animation { ... }
@keyframes box-shadow { ... }
@keyframes dot-shadow { ... }
@keyframes animateDrawerOpen { ... }
@keyframes spin { ... }
@keyframes halo-animateloader { ... }
@keyframes slowShow { ... }
@keyframes prixClipFix { ... }
@keyframes tilt-shaking { ... }
@keyframes vertical-shaking { ... }
@keyframes horizontal-shaking { ... }
@keyframes blink { ... }
@keyframes fadeUp { ... }
@keyframes iconFadeLeft { ... }
@keyframes iconFadeRight { ... }
@keyframes scrollArrow { ... }
@keyframes slideUp { ... }
@keyframes fadeOut { ... }
@keyframes cursorInfinite { ... }
@keyframes jelly { ... }
@keyframes lookbook-appear-down { ... }
@keyframes lookbook-disappear-up { ... }
@keyframes marquee { ... }
@keyframes marquee-ltr { ... }
@keyframes widthAnimation { ... }
@keyframes moveUpDown { ... }
@keyframes bouncedelay { ... }
@keyframes shine { ... }
@keyframes animateLocalization { ... }
@keyframes PDS4s { ... }
@keyframes lBNNd { ... }
@keyframes jmb5zc0 { ... }
@keyframes jmb5zc1 { ... }
@keyframes jmb5zc2 { ... }
@keyframes _1ggkr8p1 { ... }
@keyframes _1ggkr8p2 { ... }
@keyframes u2pext1w { ... }
@keyframes _1sg44lm5 { ... }
@keyframes dQ3Wi { ... }
@keyframes Fv5RP { ... }
@keyframes a8e6V { ... }
@keyframes J2GDT { ... }
@keyframes _6r3JJ { ... }
@keyframes _4DK2N { ... }
@keyframes _1tkoa2336 { ... }
@keyframes _1tkoa2337 { ... }
@keyframes _1h3po42b { ... }
@keyframes xvcb00 { ... }
@keyframes xvcb01 { ... }
@keyframes _15amvvqk { ... }
@keyframes _15amvvql { ... }
@keyframes i6e6fxk { ... }
@keyframes uLawW { ... }
@keyframes Jg0Y2 { ... }
@keyframes jJAUC { ... }
@keyframes HKTmQ { ... }
@keyframes dSHH5 { ... }
@keyframes dz1Hp { ... }
@keyframes udbGM { ... }
@keyframes fBgXr { ... }
@keyframes FT2QH { ... }
@keyframes _97NF8 { ... }
@keyframes i0YRL { ... }
@keyframes _2RkQB { ... }
@keyframes PGm03 { ... }
@keyframes DQ4QG { ... }
@keyframes HpwZN { ... }
@keyframes CFbpi { ... }
@keyframes T3BJG { ... }
@keyframes NtpdW { ... }
@keyframes NqV6a { ... }
@keyframes jkk8F { ... }
@keyframes QhZg2 { ... }
@keyframes Bsy72 { ... }
@keyframes AxnGk { ... }
```
<details><summary>Full keyframes CSS (92 animations)</summary>
```css
@keyframes shopify-rotator{0%{transform:rotate(0)}
@keyframes shopify-dash{0%{stroke-dashoffset:280}50%{stroke-dashoffset:75;transform:rotate(135deg)}
@keyframes acceleratedCheckoutLoadingSkeleton{50%{opacity:var(--shopify-accelerated-checkout-skeleton-animation-opacity-start, 1)}75%{opacity:var(--shopify-accelerated-checkout-skeleton-animation-opacity-end, .5)}
@keyframes animateAmbient{0%{transform:rotate(0) translate(1em) rotate(0) scale(1.2)}
@keyframes slideIn{0%{transform:translateY(2rem);opacity:.01}
@keyframes fadeIn{0%{opacity:.01}
@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}
@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}
@keyframes fadeInDown2{0%{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}
@keyframes headerSlideDown{to{transform:translateY(0)}}
@keyframes loading{0%{transform:rotate(0)}
@keyframes animateMenuOpen{0%{opacity:0;transform:translateY(-1.5rem)}
@keyframes appear-down{0%{opacity:0;margin-top:-1rem}
@keyframes rotator{0%{transform:rotate(0)}
@keyframes dash{0%{stroke-dashoffset:280}50%{stroke-dashoffset:75;transform:rotate(135deg)}
@-webkit-keyframes progress-bar-stripes{0%{background-position:0 0}
@-webkit-keyframes shimmer{0%{background-position:-100% 0}
@-webkit-keyframes zoom-animation{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}50%{-webkit-transform:scale3d(1.5,1.5,1);transform:scale3d(1.5,1.5,1)}
@keyframes box-shadow{0%,to{-webkit-box-shadow:0 0 0 0;-moz-box-shadow:0 0 0 0;box-shadow:0 0}50%{-webkit-box-shadow:0 0 0 4px;-moz-box-shadow:0 0 0 4px;box-shadow:0 0 0 4px}}
@keyframes dot-shadow{0%,to{-webkit-box-shadow:0 0 0 0 var(--dot-shadow-color);-moz-box-shadow:0 0 0 0 var(--dot-shadow-color);box-shadow:0 0 0 0 var(--dot-shadow-color)}50%{-webkit-box-shadow:0 0 0 4px var(--dot-shadow-color);-moz-box-shadow:0 0 0 4px var(--dot-shadow-color);box-shadow:0 0 0 4px var(--dot-shadow-color)}}
@keyframes animateDrawerOpen{@media screen and (max-width: 767px) {0% {opacity: 0; transform: translateX(100%);} 100% {opacity: 1; transform: translateX(0);}}
@keyframes spin{0%{transform:translateY(-50%) rotate(0)}
@keyframes halo-animateloader{0%{width:0%}
@keyframes slowShow{0%{opacity:.01}
@keyframes prixClipFix{0%{clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}25%{clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}50%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}75%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
@keyframes tilt-shaking{0%,18%,to{transform:rotate(0)}2%,6%,10%,14%{transform:rotate(-2deg)}4%,8%,12%,16%{transform:rotate(2deg)}}
@-webkit-keyframes vertical-shaking{0%,18%,to{transform:translateZ(0)}2%,6%,10%,14%{transform:translate3d(0,-2px,0)}4%,8%,12%,16%{transform:translate3d(0,2px,0)}}
@-webkit-keyframes horizontal-shaking{0%,18%,to{transform:translateZ(0)}2%,6%,10%,14%{transform:translate3d(-5px,0,0)}4%,8%,12%,16%{transform:translate3d(5px,0,0)}}
@-webkit-keyframes blink{0%{opacity:1}50%{opacity:0}
@keyframes fadeUp{0%{opacity:0;transform:translateY(30px);pointer-events:none}
@keyframes iconFadeLeft{0%{opacity:0;transform:translate(-50%,-5px);pointer-events:none}
@keyframes iconFadeRight{0%{opacity:0;transform:translate(-50%,5px);pointer-events:none}
@keyframes scrollArrow{0%{-webkit-transform:translateY(0px);transform:translateY(0)}50%{-webkit-transform:translateY(5px);transform:translateY(5px)}
@keyframes slideUp{0%,50%{transform:translateY(100%);opacity:0}60%,to{transform:translateY(0);opacity:1}}
@keyframes fadeOut{0%{opacity:1;pointer-events:auto}
@-webkit-keyframes cursorInfinite{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}
@keyframes jelly{0%,to{transform:scale(1)}25%{transform:scale(.9,1.1)}50%{transform:scale(1.1,.9)}75%{transform:scale(.95,1.05)}}
@keyframes lookbook-appear-down{0%{opacity:0;transform:translateY(-10px);pointer-events:none}
@keyframes lookbook-disappear-up{0%{opacity:1;transform:translateY(0);pointer-events:auto}
@keyframes marquee{0%{transform:translateZ(0);visibility:visible}
@keyframes marquee-ltr{0%{transform:translate3d(-100%,0,0);visibility:visible}
@keyframes widthAnimation{0%{max-width:0}
@keyframes moveUpDown{0%{transform:translateY(0)}
@-webkit-keyframes bouncedelay{0%,80%,to{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}
@keyframes shine{to{background-position-x:-200%}}
@keyframes animateLocalization{0%{opacity:0;transform:translateY(0)}
@keyframes PDS4s{0%{transform:translateY(2%) scale(.95);opacity:0}
@keyframes lBNNd{0%{transform:translateY(0);opacity:1}
@keyframes jmb5zc0{0%{opacity:0}
@keyframes jmb5zc1{0%{opacity:1}
@keyframes jmb5zc2{0%{transform:translateY(var(--_slide-in-distance))}
@keyframes _1ggkr8p1{0%{transform:rotate(0)}
@keyframes _1ggkr8p2{0%{opacity:0}
@keyframes u2pext1w{0%{opacity:0}
@keyframes _1sg44lm5{50%{opacity:1}75%{opacity:.5}
@keyframes dQ3Wi{0%{transform:translate(4%);opacity:0}
@keyframes Fv5RP{0%{transform:translate(-4%);opacity:0}
@keyframes a8e6V{0%{opacity:0;transform:translateY(-8px)}}
@keyframes J2GDT{0%{opacity:0;transform:translateY(8px)}}
@keyframes _6r3JJ{0%{transform:translateY(100%)}
@keyframes _4DK2N{0%{transform:translateY(0)}
@keyframes _1tkoa2336{to{overflow-block:visible;overflow-inline:visible}}
@keyframes _1tkoa2337{0%{-webkit-clip-path:inset(0 max(0px,calc(100% - min(22cqi,10.5rem))) 0 0);clip-path:inset(0 max(0px,calc(100% - min(22cqi,10.5rem))) 0 0)}
@keyframes _1h3po42b{50%{opacity:1}75%{opacity:.5}
@keyframes xvcb00{50%{transform:translate(calc(var(--x-global-transform-direction-modifier) * 300%))}}
@keyframes xvcb01{50%{transform:translate(300%)}}
@keyframes _15amvvqk{0%{transform:rotateY(0)}5%{transform:rotateY(0)}45%{transform:rotateY(180deg)}60%{transform:rotateY(180deg)}
@keyframes _15amvvql{0%{opacity:0}10%{opacity:0}25%{opacity:1}40%{opacity:0}65%{opacity:0}80%{opacity:1}90%{opacity:0}
@keyframes i6e6fxk{0%{stroke-dashoffset:-50px}
@key
```
</details>
### Brand Gradient Palette
**17 complex gradients captured** from the site's CSS. The first few are the most prominent visual decorations:
```css
/* Gradient 1 */
background: linear-gradient(left,var(--gradient-color-left) 0%,var(--gradient-color-right) 100%);
/* Gradient 2 */
background: linear-gradient(to right,var(--gradient-color-left) 0%,var(--gradient-color-right) 100%);
/* Gradient 3 */
background: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
/* Gradient 4 */
background: linear-gradient(to right,var(--bg-planceholder) 4%,#f1f2f3 25%,var(--bg-planceholder) 36%);
/* Gradient 5 */
background: linear-gradient(transparent 97%,var(--color-text) 3%);
```
### Hover State CSS (Intercepted)
**46 hover rule lines** captured from CSS files. Key interactive transitions from real CSS (not inferred):
```css
.shopify-payment-button__button--unbranded:hover:not([disabled]){background-color:#136f99}
.header__inline-menu .menu-lv-1:hover .menu-lv-1__action>.text:before{content:"";position:absolute;left:0;top:100%;background:transparent;width:100%;height:25px;z-index:1}
.has-megamenu .menu-dropdown,.menu-lv-item:hover>.header__submenu,.menu-lv-2.dropdown:hover .site-nav-list-dropdown>.header__submenu{background:var(--bg_mega_menu);z-index:2}
.menu-lv-1:not(.menu-sale):hover .menu-lv-1__action{color:var(--lv_1_color_hover);z-index:2}
.menu-lv-2:hover .menu-lv-2__action,.site-nav-title:hover,.site-nav-title a:hover,.menu-dropdown__block--title:hover,.menu-sale:hover>.site-nav-list-dropdown>.menu-lv-2__action{color:var(--lv_2_color_hover)}
.menu-lv-3:hover .menu-lv-3__action,.site-nav-link:hover,.active-sale .site-nav-link:hover,.azbrandsTable .link:hover{color:var(--lv_3_color_hover)}
.menu-lv-1:not(.menu-sale)>.link-effect>.text:after,.menu-lv-1:not(.menu-sale):hover>.link-effect>.text:after{background:var(--lv_1_color_hover)}
.no-megamenu .menu-lv-2:hover .menu-lv-2__action>.text:after,.no-megamenu .menu-lv-2 .menu-lv-2__action>.text:after{background:var(--lv_2_color_hover);bottom:1px}
.menu-lv-3 .link-effect>.text:after,.site-nav-item .link-effect>.text:after,.menu-lv-3:hover .link-effect>.text:after,.site-nav-item:hover .link-effect>.text:after{background:var(--lv_3_color_hover)}
.menu-lv-3:hover .menu-lv-3__action>.text:after{bottom:-1px}
.menu-lv-2:hover .menu-lv-2__action .icon,.menu-sale:hover>.site-nav-list-dropdown>.menu-lv-2__action .icon{fill:var(--lv_2_color_hover)}
.header-navigation .header__icon:hover svg{fill:var(--header_icons_color_hover)}
.header-navigation .header-icons .stroke-icon:hover svg{stroke:var(--header_icons_color_hover)}
.header-navigation .header__icon--cart:hover .cart-count-bubble .text{color:var(--cart_count_bubble_color)}
.header-navigation .top-language-currency:hover .dropdown-label .text,.header-navigation .top-language-currency:hover .dropdown-label .text+svg,.header-navigation .top-language-currency:hover .halo-top-language+.halo-top-currency:before,.header-navigation .header__icon:hover>.text{color:var(--header_icons_color_hover)}
.menu-lv-item.has-megamenu:hover>.menu-dropdown{display:block!important;opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);animation:animateMenuOpen var(--duration-default) ease}
.site-nav-banner .menu-dropdown__product .card:hover{box-shadow:none}
```
> **Note**: All values above are extracted from the live site's CSS files. The font files are saved locally by Prism and embedded in the output HTML. Use them as-is for maximum fidelity.
## 11.2 Measured Reality (CDP Engine)
Captured directly from Chrome's engine across **all 1403 rendered nodes** — not a sample. These are the values the page *actually paints*, weighted by how often they appear.
### Real Responsive Breakpoints
**33 breakpoints** read from the live `@media` rules (not guessed) — 14 most relevant:
`320px` · `321px` · `375px` · `448px` · `550px` · `551px` · `552px` · `749px` · `750px` · `765px` · `767px` · `768px` · `981px` · `989px` … (+19 more)
### Measured Design Scale
**Type scale by usage** (× = paint count): `16px`×631 · `20px`×218 · `12px`×68 · `14px`×67 · `30px`×15 · `18px`×15 · `40px`×12 · `26px`×11
**Radius scale** (× = paint count): `50%`×36 · `1px`×34 · `4px`×16
**Weights** (× = paint count): `700`×969 · `400`×251 · `600`×112 · `500`×40 · `900`×28
**Layout gaps** (× = paint count): `30px`×1 · `28px`×1 · `5px`×1 · `23px`×1 · `25px`×1
**Elevation (real shadows)**:
```css
rgb(107, 18, 41) 5px 5px 0px 0px
rgba(0, 0, 0, 0.2) 0px 6px 27px 0px
```
### Provenance — measured styles on key elements
Read from the live CSSOM (includes runtime-injected CSS). This is *what actually styles the page*, by element:
```css
body { font-family:var(--font-body-family); font-size:var(--font-body-size); font-weight:var(--font-body-weight); color:var(--color-text); background:var(--color-background) }
main { box-shadow:none!important }
@media only screen and (min-width: 750px) and all h1 { font-size:4rem }
h1 { font-size:3rem }
@media only screen and (min-width: 750px) and all h2 { font-size:2.4rem }
h2 { font-size:2rem }
@media (prefers-reduced-motion: no-preference) and (hover: hover) and all a { transition:transform var(--duration-default) var(--ease-out-slow)!important }
a { transition:var(--duration-long) var(--button-transition-ease) }
a { transition:var(--anchor-transition) }
a { font-family:var(--btn-1-font-family); font-size:var(--btn-1-font-size); font-weight:var(--btn-1-font-weight); border-radius:var(--btn-1-border-radius); box-shadow:var(--btn-1-horizontal-length) var(--btn-1-vertical-length) var(--btn-1-blur-radius) var(--btn-1-spread) var(--btn-1-all-bg-opacity) var(--btn-1-inset) }
a { color:var(--color-link); box-shadow:none }
input { font-family:var(--font-body-family); font-size:var(--font-body-size); font-weight:var(--font-weight-normal); color:var(--form-input-color); background-color:var(--form-input-bg); box-shadow:unset!important; border-radius:var(--btn-1-border-radius) }
```
> Selectors normalised to their semantic element — source class names are often build-hashed (`.bgDIHX`) and not reusable. The declarations + CSS vars are the transferable part.
---
*Generated by Prism — automated Playwright extraction + design analysis.*
*Source: https://koox.co.uk/ | 2026-06-16T01:49:25.144Z*
*Values extracted via getComputedStyle() (rendered) + CSS custom properties (tokens, marked `(token)`). Token-only values may not be painted — verify against the live site before shipping.*
Re-extract: clone-architect update koox.co.uk