getComputedStyle() from the live screenshots visible here.
Color Palette
46 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 (+35)
Typography
All values extracted via getComputedStyle() — no estimation.
| Role | Font Family | Size / Weight | Line Height | Letter Spacing | Preview |
|---|---|---|---|---|---|
| Display Hero | FNMZSkolarWeb | 32px / w700 | normal | normal | Display Hero |
| Section Heading | FnmzSkolar | 32px / w700 | normal | normal | Section Heading |
| Link Large | FnmzSkolar | 18.6667px / w400 | 1.29 | normal | Link Large |
| Caption / Badge | FnmzSkolar | 18px / w700 | 1.22 | normal | Caption / Badge |
| Body | FnmzSkolar | 16px / w400 | normal | normal | Body |
| Button Large | FnmzSkolar | 16px / w600 | 1.3 | normal | Button Large |
| Link | FnmzSkolar | 14px / w700 | normal | normal | Link |
| Button | FNMZSkolarWeb | 13.3333px / w400 | normal | normal | Button |
Live Components
Rendered in real HTML using your extracted tokens — no screenshots.
Buttons
Form Inputs
Card
Badges & Labels
Spacing Scale
Border Radius
0px
5px
8px
12px
24px
1000px
1000px
Component Specs
Extracted CSS values per component and variant state.
### Buttons
- Background: `transparent`
- Text: `#1c662a`
- Padding: 0px
- Radius: 1000px
- Font: 16px weight 600
- Use: Status pills, tags, chips
- Background: `transparent`
- Text: `#000000`
- Padding: 1px 6px
- Radius: 0px
- Font: 13.3333px weight 400
- Use: Subtle action, toolbar, nav button
- Background: `#ffffff` `{colors.on-primary}`
- Text: `#383b38` `{colors.ink-subtle}`
- Padding: 0px 12px
- Radius: 0px
- Font: 16px weight 400
- Use: Bright CTA on dark sections
- Background: `#ffffff` `{colors.on-primary}`
- Text: `#e7001f`
- Padding: 0px 12px
- Radius: 0px
- Font: 16px weight 400
- Use: Bright CTA on dark sections
Inputs & Forms
- Background: `#f4f6f4` `{colors.surface-2}`
- Text: `#333333` `{colors.hairline}`
- Padding: 0px 48px 0px 16px
- Radius: 9999px
- Border: 1px solid rgba(0, 0, 0, 0)
- Font: 16px weight 400
- Use: Text fields, search inputs
Status Badges
- Background: `#ffffff` `{colors.on-primary}`
- Text: `#383b38` `{colors.ink-subtle}`
- Padding: 8px 16px 8px 8px
- Radius: 9999px
- Font: 16px weight 400
- Use: Status indicator, label, pill
Interaction State Narrative
Buttons
- **DO NOT introduce new buttons variants** without justification
Inputs & Forms
- **DO NOT introduce new inputs & forms variants** without justification
Status Badges
- **DO NOT introduce new status badges 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(255, 255, 255) 15px 0px 0px 0px, rgb(255, 255, 255) -15px 0px 0px 0px
rgba(0, 0, 0, 0.06) 0px 1px 5px 0px, rgba(0, 0, 0, 0.06) 0px 4px 10px 0px
rgba(51, 51, 51, 0.5) 0px 0px 0px 10000px
rgb(222, 224, 222) 0px 0px 0px 1px
Motion & Transitions
1 motion tokens — easing curves and durations.
| --transition-duration | 0.1s |
Motion Timeline
11 keyframe animations extracted from the live page. Preview 11 below — each block is animating right now with the actual extracted keyframes.
bounce
preloader-2c5280aa
fadeInSequence-1a13330d
slideIn-e82be0dc
cvc-indicate-location
rotate
card-bounce
card-fade-100
card-fade-60
card-fade-20
hotspotWave-3603fc98
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(28, 102, 42) |
| input |
default
input
bg rgb(244, 246, 244)
fg rgb(51, 51, 51) |
| link |
default
link
bg rgba(0, 0, 0, 0)
fg rgb(25, 100, 40) |
| navLink |
default
navLink
bg rgba(0, 0, 0, 0)
fg rgb(28, 102, 42) |
| badge |
default
badge
bg rgba(0, 0, 0, 0)
fg rgb(51, 51, 51) |
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 maxizoo.fr 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: maxizoo.fr
description: "Light product system built on #ffffff with #196428 as the primary CTA accent. Type anchored in FNMZSkolarWeb at 29px / weight 700. Extracted automatically from https://maxizoo.fr/ — rendered styles via getComputedStyle() + CSS custom properties (token-only values may not be painted)."
narrative: |
maxizoo.fr is built on a pure-white canvas (rgb(255, 255, 255)).
The system uses rgb(25, 100, 40) as the singular interactive color.
Fully-rounded CTAs (1000px) signal a friendly, tactile interaction model alongside FNMZSkolarWeb as the primary typeface.
FNMZSkolarWeb is paired with Icons for secondary roles.
A layered elevation system (4 distinct shadows) building a clear front-to-back hierarchy.
Motion is a first-class concern — 11 keyframe animations plus transition-driven interactions.
colors:
background: "#ffffff"
surface-1: "#ffffff"
surface-2: "#f4f6f4"
ink: "#333333"
ink-subtle: "#383b38"
primary: "#196428"
on-primary: "#ffffff"
primary-hover: "#008000"
hairline: "#333333"
semantic-error: "#cc4136"
semantic-success: "#20852a"
typography:
display-xl:
fontFamily: "FNMZSkolarWeb, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
fontSize: 32px
fontWeight: 700
lineHeight: normal
letterSpacing: 0
display-lg:
fontFamily: "FnmzSkolar, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
fontSize: 32px
fontWeight: 700
lineHeight: normal
letterSpacing: 0
body:
fontFamily: "FnmzSkolar, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
fontSize: 16px
fontWeight: 400
lineHeight: normal
letterSpacing: 0
body-sm:
fontFamily: "FnmzSkolar, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
fontSize: 18.6667px
fontWeight: 400
lineHeight: 1.29
letterSpacing: 0
caption:
fontFamily: "FnmzSkolar, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
fontSize: 18px
fontWeight: 700
lineHeight: 1.22
letterSpacing: 0
button:
fontFamily: "FnmzSkolar, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
fontSize: 16px
fontWeight: 600
lineHeight: 1.3
letterSpacing: 0
rounded:
none: 0px
xs: 5px
sm: 8px
md: 12px
lg: 24px
xl: 1000px
spacing:
xxs: 2px
xs: 2px
sm: 8px
md: 12px
lg: 24px
xl: 32px
xxl: 64px
components:
button-pill:
backgroundColor: "transparent"
textColor: "#1c662a"
typography: "{typography.body}"
rounded: "{rounded.xl}"
button-ghost:
backgroundColor: "transparent"
textColor: "#000000"
typography: "{typography.body}"
rounded: "{rounded.none}"
padding: 1px 6px
button-light--invert:
backgroundColor: "{colors.on-primary}"
textColor: "{colors.ink-subtle}"
typography: "{typography.body}"
rounded: "{rounded.none}"
padding: 0px 12px
input-text-input:
backgroundColor: "{colors.surface-2}"
textColor: "{colors.hairline}"
typography: "{typography.body}"
rounded: "{rounded.xl}"
padding: 0px 48px 0px 16px
status-badge-neutral-light:
backgroundColor: "{colors.on-primary}"
textColor: "{colors.ink-subtle}"
typography: "{typography.body}"
rounded: "{rounded.xl}"
padding: 8px 16px 8px 8px
extracted_at: "2026-06-14T04:22:15.902Z"
completeness: 77
scoreVersion: "v2"
---
# Design System — maxizoo.fr
> Extracted automatically by Prism from https://www.maxizoo.fr/
> Date: 2026-06-14
> 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**: product-neutral
| Dimension | Value | Signal |
|---|---|---|
| Canvas | neutral | `#ffffff` |
| Type posture | sans-led (FnmzSkolar) | "Nos conseils" |
| Color assertion | dual-accent | #196428 |
| Whitespace | moderate | section rhythm 48px |
| Interaction | expressive | 11 keyframes, 6 transitions |
| Radius language | 8px-rounded | from token scale |
**Prism fingerprint**: `neutral-canvas · sans-display · dual-accent · 8px-rounded · 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(25, 100, 40)` for primary CTAs ONLY. Never decorative.
> - **Body type**: 16px (token: `typography.body`). Default for ALL text not in a heading role.
> - **Section rhythm**: 48px between major bands. Card padding: 24px.
> - **Default radius**: 8px 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
maxizoo.fr uses a pure-white canvas (`#ffffff`), letting typography, color and imagery carry the visual weight.
Headlines are set in **FNMZSkolarWeb**, a sans-serif display face (the dominant type signature, e.g. "Nos conseils" at 29px). A second display voice — **FnmzSkolar** (sans) — appears in lower bands (e.g. "Ne manquez plus rien - 10% offerts* !"), used for editorial accent. Body text is set in **FnmzSkolar**. Headlines use weight 700 for confident, assertive presence — the brand wants to be heard.
Body text reads in Charcoal (`#333333`) — softened from pure black, a small but deliberate detail that lowers reading friction. **#196428** (`#196428`) provides interactive distinction without visual aggression. Elevation is built from multi-layer shadow stacks (4 distinct) — each combines several blurred layers at varying offsets to build a clear front-to-back hierarchy.
Border radius varies from pill-shaped (fully rounded) to moderately rounded elements, creating visual rhythm. Motion design uses smooth easing curves for polished state transitions.
**Key Characteristics:**
- Background: Pure White (`#ffffff`)
- Primary typeface: FNMZSkolarWeb
- Primary text: Charcoal (`#333333`)
- Accent: #196428 (`#196428`)
- Shadow system: 4 distinct elevation levels
- Custom fonts loaded: FNMZSkolarWeb, FNMZSkolar, FnmzSkolarCompressed, FNMZBoldenVan
## 2. Color Palette & Roles
### Background & Surface
- **Pure White** (`#ffffff`): Page background (primary)
- **Beige** (`#ecf3dd`): Surface / elevated background
- **Off-White** (`#f4f6f4`): Surface / elevated background
- **#ffe67d** (`#ffe67d`): Surface / elevated background
- **Whitesmoke** (`#e7efe8`): Surface / elevated background
### Text & Content
- **Charcoal** (`#333333`): Primary body text
- **Pure Black** (`#000000`): Secondary text
- **Charcoal** (`#383b38`): Secondary text
- **#004f17** (`#004f17`): Secondary text
- **#aa0000** (`#aa0000`): Secondary text
### Accent & Interactive
- **Action Background Payback Default Base** (`#003eb0`): Accent / interactive (CSS var)
- **Action Text Primary Default Base** (`#1c662a`): Accent / interactive (CSS var)
- **Action Icons Error Default Base** (`#cc4136`): Accent / interactive (CSS var)
- **Action Icons Neutral Default Base** (`#565b56`): Accent / interactive (CSS var)
- **#196428** (`#196428`): Interactive / accent
- **#008000** (`#008000`): Interactive / accent
- **M Tricolor Red** (`#ee2f24`): Interactive / accent
### Border & Divider
- **Light Grey** (`#d3d2cd`): Borders / dividers
### Full Extracted Palette
**26 colors rendered on the page** + **18** more declared in design tokens (CSS custom properties — not necessarily painted). (18 categorized above + 26 additional below.)
Rendered values are read via `getComputedStyle()`; token values come from CSS variable declarations. Third-party logo colors are filtered out.
- `#464646` — Charcoal
- `#e7001f` — #e7001f
- `#f36c1e` — #f36c1e
- `#a2a7a2` — Grey
- `#de1000` — M Tricolor Red
- `#717671` — Slate Grey
- `#f7f5f0` — Off-White
- `#b2b2b2` — Grey
- `#ecedec` — Whitesmoke
- `#659a69` — #659a69
- `#1e293b` — Charcoal *(token)*
- `#ffe8e5` — Warm Cream *(token)*
- `#ffebbc` — Vibrant Yellow *(token)*
- `#43824a` — #43824a *(token)*
- `#94a3b8` — Cool Gray *(token)*
- `#0f172a` — Deep Navy *(token)*
- `#f1f5f9` — Off-White *(token)*
- `#e2e8f0` — Light Gray *(token)*
- `#ededed` — Whitesmoke *(token)*
- `#334155` — Dark Gray *(token)*
- `#f8fafc` — Off-White *(token)*
- `#20852a` — Forest Green *(token)*
- `#475569` — Slate *(token)*
- `#cbd5e1` — Light Blue *(token)*
- `#64748b` — Slate Gray *(token)*
- `#e1f2e0` — Light Gray *(token)*
### CSS Custom Properties (Design Tokens)
**Motion Token**
- `--anim-duration`: `0.3s`
- `--vc-slide-duration`: `.15s`
- `--color-general-background-promotion-permanent-default`: `#43824a`
**Font Weight Token**
- `--vc-font-bold`: `700`
**Border Radius Token**
- `--vc-rounded-lg`: `.5rem`
- `--vc-rounded`: `.25rem`
- `--vc-rounded-md`: `.375rem`
- `--vc-rounded-full`: `9999px`
**Shadow Token**
- `--vc-shadow-lg`: `0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)`
- `--vc-shadow`: `0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)`
- `--vc-shadow-inner`: `inset 0 2px 4px 0 rgba(0,0,0,.06)`
**Other tokens**
- `--vc-text-2xs`: `10px`
- `--color-general-background-status-negative-default`: `#ffe8e5`
- `--color-general-background-status-medium-default`: `#ffebbc`
- `--vc-text-xl`: `20px`
- `--color-general-icons-primary-default`: `#43824a`
- `--vc-font-medium`: `500`
- `--vc-font-semibold`: `600`
- `--vc-text-lg`: `18px`
## 3. Typography Rules
### Font Families
- **Primary**: `FnmzSkolar`
- **Secondary**: `Icons`
- **Font 3**: `FNMZSkolarWeb`
- **Font 4**: `FnmzSkolarCompressed`
- **Font 5**: `FNMZBoldenVan`
### Custom Fonts Loaded
- **Icons** weight 400 (normal)
- **FNMZSkolarWeb** weight 400 (normal)
- **FNMZSkolarWeb** weight 500 (normal)
- **FNMZSkolarWeb** weight 600 (normal)
- **FNMZSkolarWeb** weight 700 (normal)
- **FNMZSkolarWeb** weight 900 (normal)
- **FNMZSkolar** weight 100 (normal)
- **FNMZSkolar** weight 700 (normal)
- **FNMZSkolar** weight 900 (normal)
- **FnmzSkolarCompressed** weight 100 (normal)
- **FnmzSkolarCompressed** weight 700 (normal)
- **FnmzSkolarCompressed** weight 900 (normal)
- **FNMZBoldenVan** weight 400 (normal)
- **swiper-icons** weight 400 (normal)
### Typography Hierarchy
| Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
|------|------|------|--------|-------------|----------------|-------|
| Display Hero | FNMZSkolarWeb | 32px | 700 | normal | normal | Main headline (h1) |
| Section Heading | FnmzSkolar | 32px | 700 | normal | normal | Section titles (h1) |
| Link Large | FnmzSkolar | 18.6667px | 400 | 1.29 | normal | Link (18.6667px) — Decoration: underline |
| Caption / Badge | FnmzSkolar | 18px | 700 | 1.22 | normal | uppercase, small text (18px) |
| Body | FnmzSkolar | 16px | 400 | normal | normal | Standard reading text |
| Button Large | FnmzSkolar | 16px | 600 | 1.3 | normal | Button label (16px) |
| Link | FnmzSkolar | 14px | 700 | normal | normal | Link (14px) — Decoration: none |
| Button | FNMZSkolarWeb | 13.3333px | 400 | normal | normal | Button label (13.3333px) |
### Full Font Size Scale
Sizes detected in the design (descending): `46px`, `40px`, `29px`, `23px`, `20px`, `18.67px`, `18px`, `16px`, `14px`, `13.33px`, `12px`
> 6 size(s) detected outside the sampled hierarchy (46px, 40px, 29px, 23px, 20px, 12px). 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
**Pill**
- Background: `transparent`
- Text: `#1c662a`
- Padding: 0px
- Radius: 1000px
- Font: 16px weight 600
- Use: Status pills, tags, chips
**Ghost**
- Background: `transparent`
- Text: `#000000`
- Padding: 1px 6px
- Radius: 0px
- Font: 13.3333px weight 400
- Use: Subtle action, toolbar, nav button
**Light / Invert**
- Background: `#ffffff` `{colors.on-primary}`
- Text: `#383b38` `{colors.ink-subtle}`
- Padding: 0px 12px
- Radius: 0px
- Font: 16px weight 400
- Use: Bright CTA on dark sections
**Light / Invert**
- Background: `#ffffff` `{colors.on-primary}`
- Text: `#e7001f`
- Padding: 0px 12px
- Radius: 0px
- Font: 16px weight 400
- Use: Bright CTA on dark sections
### Inputs & Forms
**Text Input**
- Background: `#f4f6f4` `{colors.surface-2}`
- Text: `#333333` `{colors.hairline}`
- Padding: 0px 48px 0px 16px
- Radius: 9999px
- Border: 1px solid rgba(0, 0, 0, 0)
- Font: 16px weight 400
- Use: Text fields, search inputs
### Status Badges
**Neutral Light**
- Background: `#ffffff` `{colors.on-primary}`
- Text: `#383b38` `{colors.ink-subtle}`
- Padding: 8px 16px 8px 8px
- Radius: 9999px
- Font: 16px weight 400
- Use: Status indicator, label, pill
## 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(28, 102, 42)"
input:
default:
bg: "rgb(244, 246, 244)"
fg: "rgb(51, 51, 51)"
border: "1px solid rgba(0, 0, 0, 0)"
link:
default:
bg: "rgba(0, 0, 0, 0)"
fg: "rgb(25, 100, 40)"
navLink:
default:
bg: "rgba(0, 0, 0, 0)"
fg: "rgb(28, 102, 42)"
badge:
default:
bg: "rgba(0, 0, 0, 0)"
fg: "rgb(51, 51, 51)"
footerLink:
default:
bg: "rgba(0, 0, 0, 0)"
fg: "rgb(56, 59, 56)"
```
**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
- **3 shape(s)** in this system: `Pill`, `Ghost`, `Light / Invert`
- **DO NOT introduce new buttons variants** without justification
### Inputs & Forms
- **1 shape(s)** in this system: `Text Input`
- **DO NOT introduce new inputs & forms variants** without justification
### Status Badges
- **1 shape(s)** in this system: `Neutral Light`
- **DO NOT introduce new status badges 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 | 2px |
| sm | 8px |
| md | 12px |
| base | 16px |
| lg | 24px |
| xl | 32px |
| 2xl | 48px |
| 3xl | 64px |
### Border Radius Scale
| Name | Value | Use |
|------|-------|-----|
| None | 0px | No rounding |
| Xs | 5px | Tiny corners (badges, micro elements) |
| Sm | 8px | Buttons, inputs, small elements |
| Md | 12px | Cards, containers |
| Lg | 24px | Large rounded elements, pill segments |
| Xl | 1000px | Category strips, featured containers |
| Full | 1000px | Pills, avatars, circular elements |
### Shape Language
| Component | Border Radius |
|-----------|---------------|
| Buttons | `1000px` |
| Inputs & Forms | `9999px` |
| Status Badges | `9999px` |
| Page Body | `0px` |
| Navigation | `0px` |
| Primary Input | `9999px` |
**Shape Personality**: Sharp + Pill Contrast — Angular precision with pill-shaped accents (status badges, tags). Creates strong visual hierarchy.
**Full Radius Spectrum**: 0px, 5px, 8px, 10px, 12px, 24px, full/pill, full/pill (from `allBorderRadii` scan)
## 5b. Spacing Rhythm Names
**Measured section padding**: bands use ~24px internal vertical padding (up to 48px) — **compact**. (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** | `64px` | Top/bottom of full-bleed hero sections |
| **section** | `32px` | Between major bands (color change, content shift) |
| **subsection** | `24px` | Within a section, between content groups |
| **card** | `12px` | Card padding, list-item spacing |
| **compact** | `8px` | Form fields, tight clusters, badge padding |
| **micro** | `2px` | 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).
**4/8 structural patterns detected.**
### Navigation Pattern
- **Position:** static (scrolls with page)
- **Layout:** unknown — Layout not classified
- **Height:** 80px
- **Logo:** ✗ absent
- **Nav links:** 0 primary items
- **CTAs in nav:** 0 (no buttons — links only)
- **Clone instruction:** Build a static unknown navigation. Link-only — no button styling needed.
### Card Grid Pattern
- **Card count:** 6 cards detected
- **Columns (desktop):** 6-up grid
- **Card dimensions:** 257×444px (aspect 0.58:1)
- **Gap:** 24px between cards
- **Content:** ✓ image + CTA
- **Image position:** top
- **Clone instruction:** Build a 6-column grid (desktop) with cards at ~0.58:1 aspect ratio. Each card has an image at the top.
### FAQ Pattern
- **Item count:** 5 questions
- **Format:** accordion (expand/collapse)
- **Layout:** single-column
- **Avg question length:** 58 chars
- **Clone instruction:** Build 5 expandable accordion items in a single-column layout.
### Footer Pattern
- **Columns:** 1
- **Links:** 20 total
- **Height:** 1495px
- **Includes:** ✓ newsletter signup | ✗ no social | ✓ copyright
- **Clone instruction:** Build a 1-column footer with ~20 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(255, 255, 255) 15px 0px 0px 0px`,<br>`rgb(255, 255, 255) -15px 0px 0px 0px` | Cards, elevated surfaces |
| Layered (Level 2) | <br>`rgba(0, 0, 0, 0.06) 0px 1px 5px 0px`,<br>`rgba(0, 0, 0, 0.06) 0px 4px 10px 0px` | Cards, elevated surfaces |
| Layered (Level 3) | <br>`rgba(51, 51, 51, 0.5) 0px 0px 0px 10000px` | Cards, elevated surfaces |
| Layered (Level 4) | <br>`rgb(222, 224, 222) 0px 0px 0px 1px` | 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
### Dominant Easing Curves
| Curve | Semantic Name |
|-------|---------------|
| `ease-in-out` | Ease In-Out — Symmetric |
| `ease-in` | Ease In — Accelerating |
| `ease` | CSS ease — Default |
### Duration Scale
| CSS Variable | Value | Tier |
|--------------|-------|------|
| `--anim-duration` | `0.3s` | Normal |
| `--vc-slide-duration` | `.15s` | Fast |
| `--transition-duration` | `0.1s` | Fast |
### Copy-Paste Transition Snippets
**Transform**
```css
transition: transform 0.3s;
```
**Opacity**
```css
transition: opacity 0.3s;
```
**Background**
```css
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
```
**Shadow**
```css
transition: box-shadow 0.2s ease-in-out, margin-top 0.1s ease-in-out;
```
### Keyframe Animation Catalog
| Animation Name | Type | Animated Props | Use Hint |
|----------------|------|----------------|----------|
| `bounce` | Scale | transform | Playful feedback |
| `preloader-2c5280aa` | Custom | rotate | Loading indicator |
| `fadeInSequence-1a13330d` | Fade | opacity | Element entrance |
| `slideIn-e82be0dc` | Fade + Move | opacity, transform | Panel / drawer enter |
| `cvc-indicate-location` | Fade | opacity | UI transition |
| `rotate` | Rotate / Spin | transform | Loading indicator |
| `card-bounce` | Custom | animation-timing-function, translate | Playful feedback |
| `card-fade-100` | Fade | animation-timing-function, opacity | UI transition |
| `hotspotWave-3603fc98` | Fade + Move | opacity, transform | UI transition |
### Motion Fingerprint
- **Speed Character**: Balanced Pacing (median duration: `200ms`)
- **Dominant Easing**: symmetric in-out (precise)
- **Animation Library**: 9 unique animations (11 total including variants)
> This design moves with balanced pacing timing using symmetric in-out (precise), creating a UI that feels natural and fluid.
## 8. Do's and Don'ts
### Do
- Use Charcoal (`#333333`) for text — not pure black, it's warmer and more readable
- Use FnmzSkolar as the primary typeface — it defines the brand personality
- Use the extracted shadow patterns for elevation — they are tuned to match the brand palette
- Use full-pill radius (9999px) only for specific elements (avatars, pills, toggles)
- Use #196428 (`#196428`) as the primary accent — it's the brand's signature interactive color
- Use pill-shaped radius (1000px) for primary CTA buttons — the brand uses fully-rounded, pill CTAs
- Style form inputs with a `1px solid rgba(0, 0, 0, 0)` border — use border-based inputs, not floating labels or underline-only
- Maintain nav height at 80px — consistent vertical space for the navigation bar
- Respect the 2px–32px spacing range — the design uses a wide scale for visual breathing room
- Each card includes a top image — imagery is part of the card identity, not optional
- Use a 6-column grid on desktop — density matters for this content type
- Use expandable accordion for the FAQ — saves vertical space and lets users self-navigate
- Include a newsletter signup in the footer — email capture is part of the conversion funnel
### Don't
- Don't use pure black (`#000000`) for text — the near-black adds warmth
- Don't substitute with generic sans-serif or serif — the custom font carries the brand
- Don't invent new shadow values — use only the extracted shadow levels
- Don't apply pill radius on rectangular buttons or cards — it's reserved for specific interactive elements
- Don't introduce additional saturated accent colors — the palette is intentionally controlled
- Don't use rectangular buttons for primary actions — the rounded pill shape is the brand standard
- Don't remove the input border — the border is the primary affordance indicator for form fields
- 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
## 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(25, 100, 40)` for primary CTAs and brand-mark signals only"
why: "Single chromatic assertion device — overuse dilutes meaning"
test: "querySelectorAll('[style*=\"rgb(25, 100, 40)\"]').length <= 3 per fold"
```
## 9. Responsive Behavior
### Breakpoints
| Name | Width | Key Changes |
|------|-------|-------------|
| Mobile | 390px | Single column, compact spacing |
| Mobile | 475px | Single column, compact spacing |
| Mobile Large | 767px | Expanded mobile layout |
| Tablet | 1024px | Multi-column grids begin |
| Desktop | 1119px | Full feature layout |
| Desktop | 1280px | Full feature layout |
| Large Desktop | 1440px | Maximum content width |
### Token Diff — Desktop vs Mobile
| Element | Property | Desktop | Mobile |
|---------|----------|---------|--------|
| nav | height | `80px` | `46px` |
| sidebar | width | `1440px` | `390px` |
### Collapsing Strategy
- 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: 0px 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):
- **Card grid: 6-up → 1-up** — cards stack as viewport narrows, becoming a vertical list on mobile.
## 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.
> **Motion fingerprint**: CSS scroll-driven animations
## 9b. Visual Tone & Photography
**Tone:** Mixed photography + illustration
A balanced mix of photographic content and vector graphics. Photos likely carry product/lifestyle context while SVG handles icons, logos, and decorative accents.
**Canonical Brand Image (OG):**
- https://www.maxizoo.fr/img/og-maxizoo.jpg
*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: 2.5:1 (ultra-wide cinematic)
- Rendered size: 1100×440px
- *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): 1 (2%)
- Portrait (<0.87): 0 (0%)
- Square (0.87–1.15): 43 (96%)
- Ultra-wide (>2.3): 1 (2%)
**Media Format Mix:**
- JPG: 7 (typically photographic content)
- PNG: 19 (logos, transparent UI elements, mockups)
**Average rendered image size:** 175×151px
**Above-fold image count:** 9 / 45
**Imagery Guidance for clones:**
- Mix photography and illustration intentionally: photos for product/context, vectors for icons + decorative accents.
- Respect the format split — replacing JPGs with illustrations (or vice versa) will shift the brand tone.
## 10. Agent Prompt Guide
### Quick Reference
- Background: Pure White (`#ffffff`)
- Primary text: Charcoal (`#333333`)
- Accent: #196428 (`#196428`)
- Border: Charcoal (`#333333`)
- Font: FnmzSkolar
- Body: 16px weight 400
### Example Component Prompts
- "Create a hero section on Pure White background (#ffffff). Headline at 32px FnmzSkolar weight 700, line-height normal, color #333333."
- "Create the primary CTA button: `#196428` background, `#1c662a` text, 1000px border-radius, 12px 24px padding, 600 weight, FnmzSkolar font."
- "Build navigation: static on `#ffffff`. FnmzSkolar 16px weight 400 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 FnmzSkolar, weight range 400–700. Never exceed 700 — heavier weights break the brand's tonal restraint.
3. **Accent**: #196428 (`#196428`) is the sole interactive color. On hover → #008000 (`#008000`). Use CSS transitions, not opacity/brightness filters.
4. **Shape**: CTAs at `1000px`. Apply border-radius from the extracted scale only — don't invent intermediate values.
5. **Spacing**: Use the `--ca-space-*` token scale (2px–32px). All padding, margin, and gap values are multiples from this scale — no magic numbers.
6. **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-on-primary: #ffffff;
--ca-surface-2: #f4f6f4;
--ca-hairline: #333333;
--ca-ink-subtle: #383b38;
--ca-primary: #196428;
--ca-primary-hover: #008000;
--ca-semantic-error: #cc4136;
--ca-semantic-success: #20852a;
}
/* Typography */
:root {
--ca-font-primary: "FNMZSkolarWeb", system-ui, sans-serif;
--ca-text-display: 32px;
--ca-text-heading: 32px;
--ca-text-body: 16px;
--ca-text-small: 18.6667px;
--ca-text-caption: 18px;
--ca-text-button: 16px;
}
/* Spacing & Radius */
:root {
--ca-space-xxs: 2px;
--ca-space-xs: 2px;
--ca-space-sm: 8px;
--ca-space-md: 12px;
--ca-space-base: 16px;
--ca-space-lg: 24px;
--ca-space-xl: 32px;
--ca-space-2xl: 48px;
--ca-space-3xl: 64px;
--ca-radius-none: 0px;
--ca-radius-xs: 5px;
--ca-radius-sm: 8px;
--ca-radius-md: 12px;
--ca-radius-lg: 24px;
--ca-radius-xl: 1000px;
--ca-radius-full: 1000px;
}
```
## 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
height: 7594px
width: full-bleed
layout: block
children: 1
- section: logo-strip
tag: div
height: 218px
width: full-bleed
layout: block
children: 1
- section: header
tag: header
classes: ["header"]
height: 145px
width: full-bleed
layout: flex-column justify=normal
children: 3
bg: "rgb(255, 255, 255)"
- section: header
tag: nav
classes: ["header-icon-nav"]
height: 80px
width: 330px
layout: block
children: 1
- section: unknown
tag: div
classes: ["stage-banner-wrapper"]
height: 488px
width: full-bleed
layout: flex-row justify=center
children: 1
- section: feature-section
tag: main
classes: ["page-main"]
height: 5881px
width: full-bleed
layout: block
children: 3
- section: unknown
tag: div
classes: ["sb-wrapper--left"]
height: 319px
width: 462px
layout: flex-column justify=center
children: 3
vertical-padding: ~48px
padding: "48px"
- section: unknown
tag: div
classes: ["section", "section--constrained-l", "section--pt-s", "section--pb-xs"]
height: 83px
width: full-bleed
layout: block
children: 1
vertical-padding: ~24px
padding: "32px 10px 16px"
- section: feature-section
tag: div
classes: ["sections"]
height: 5393px
width: full-bleed
layout: block
children: 21
vertical-padding: ~48px
- section: logo-strip
tag: div
classes: ["section", "section--constrained-l", "section--pt-xs", "section--pb-s"]
height: 124px
width: full-bleed
layout: block
children: 1
vertical-padding: ~24px
padding: "16px 10px 32px"
- section: logo-strip
tag: div
classes: ["section-content-wrapper"]
height: 96px
width: 1420px
layout: block
children: 1
- section: logo-strip
tag: div
classes: ["section-content"]
height: 96px
width: 1100px
layout: block
children: 1
- section: logo-strip
tag: div
classes: ["grid-container"]
height: 96px
width: 1100px
layout: block
children: 1
- section: unknown
tag: div
classes: ["section", "section--constrained-l", "section--pt-s", "section--pb-xs"]
height: 83px
width: full-bleed
layout: block
children: 1
vertical-padding: ~24px
padding: "32px 10px 16px"
- section: content-section
tag: div
classes: ["section", "section--constrained-l", "section--pt-s", "section--pb-xs"]
height: 572px
width: full-bleed
layout: block
children: 1
vertical-padding: ~24px
padding: "32px 10px 16px"
- section: content-section
tag: div
classes: ["section-content-wrapper"]
height: 544px
width: 1420px
layout: block
children: 1
- section: content-section
tag: div
classes: ["section-content"]
height: 544px
width: 1100px
layout: block
children: 1
- section: content-section
tag: div
classes: ["grid-container"]
height: 544px
width: 1100px
layout: block
children: 1
- section: content-section
tag: div
classes: ["swiper-container", "swiper-container-initialized", "swiper-container-horizontal", "swiper-container-pointer-events"]
height: 460px
width: 1126px
layout: block
children: 2
padding: "0px 10px 16px 16px"
- section: content-section
tag: div
classes: ["swiper-wrapper"]
height: 444px
width: 1100px
layout: flex-row justify=normal
children: 6
- section: feature-section
tag: div
classes: ["section", "section--constrained-l", "section--pt-s", "section--pb-xs"]
height: 767px
width: full-bleed
layout: block
children: 1
vertical-padding: ~24px
padding: "32px 10px 16px"
- section: feature-section
tag: div
classes: ["section-content-wrapper"]
height: 739px
width: 1420px
layout: block
children: 1
- section: feature-section
tag: div
classes: ["section-content"]
height: 739px
width: 1100px
layout: block
children: 1
- section: feature-section
tag: div
classes: ["grid-container"]
height: 739px
width: 1100px
layout: block
children: 1
- section: navigation
tag: div
classes: ["slider", "slider--navigation-outside-container"]
height: 372px
width: 1100px
layout: block
children: 3
padding: "0px 60px"
```
**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:
- "Select Gold Medica"
- "Articles pour chien – Des accessoires adaptés, de l’os à ronger au panier pour dormir"
footer-links:
- "déclaration de protection des données."
- "Livraison gratuite en Click et Collect - Livraison à domicil"
- "Retour offert"
- "CGV Magasins"
```
**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:
```
**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 `1000px` · weight `600`_
**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** 1 · **other** 59
**Projects / case studies detected** (clustered by URL + featured image):
*C* — medium confidence, 12 items:
| Title | Featured image | Link |
|---|---|---|
| Chien | `Flyout-bilder-Dog-hund-xl.png?f=webp` (ar 1) | https://www.maxizoo.fr/c/chien/ |
| Chat | `Flyout-bilder-Cat-katze-xl.png?f=web` (ar 1) | https://www.maxizoo.fr/c/chat/ |
| Rongeur & Co. | `Flyout-kleintier-xl.png?f=webp&t=pro` (ar 1) | https://www.maxizoo.fr/c/petitsanimaux/ |
| Oiseau | `Flyout-bilder-bird-vogel-xl.png?f=we` (ar 1) | https://www.maxizoo.fr/c/oiseau/ |
| Aqua | `Flyout-bilder-aqua-xl.png?f=webp&t=p` (ar 1) | https://www.maxizoo.fr/c/aqua/ |
| Terra | `Flyout-bilder-terra-xl.png?f=webp&t=` (ar 1) | https://www.maxizoo.fr/c/terra/ |
| Jardin & Bassin | `Flyout-bilder-garden-garten-xl.png?f` (ar 1) | https://www.maxizoo.fr/c/jardin-etang/ |
| VET | `Flyout-bilder-VET-pet-health-xl.png?` (ar 1) | https://www.maxizoo.fr/c/vet-regime/ |
*P* — medium confidence, 12 items:
| Title | Featured image | Link |
|---|---|---|
| EXCLUSIF 2 Variétés 2 Tailles de l'emballage | `5efb305f53faaf3ff21dc2ab4f512724511b` (ar 1) | https://www.maxizoo.fr/p/select-gold-medica-hypoallergnique-plus-croquettes-chat-adulte-volaille-et-mas-300-g-1477745/ |
| EXCLUSIF 2 Tailles de l'emballage SELECT GOL | `e447fe07ff4b329a640da73a37faba2bc4d6` (ar 1) | https://www.maxizoo.fr/p/select-gold-medica-dittique-croquettes-chaton-poulet-300-g-1477747/ |
| EXCLUSIF 2 Tailles de l'emballage SELECT GOL | `5e3c3640c5f0d94f39b54d4db8c0110bc7c2` (ar 1) | https://www.maxizoo.fr/p/select-gold-medica-hpatique-croquettes-chat-adulte-poulet-300-g-1477750/ |
| EXCLUSIF 2 Tailles de l'emballage SELECT GOL | `c17308ebb2e4db4d0e542fb0410b0c6ddfdd` (ar 1) | https://www.maxizoo.fr/p/select-gold-medica-calculs-urinaires-pauvre-en-calories-croquettes-chat-adulte-poulet-et-riz-300-g-1477744/ |
| EXCLUSIF 2 Tailles de l'emballage SELECT GOL | `ab8b5355ed1a622da250353b06c4e19497e4` (ar 1) | https://www.maxizoo.fr/p/select-gold-medica-dittique-riche-en-fibres-croquettes-chat-adulte-poulet-et-mas-300-g-1477746/ |
| EXCLUSIF SELECT GOLD Medica Rénal Haute Appé | `30a465cf7e6283cf3b8d1522952f4ffdd0f8` (ar 1) | https://www.maxizoo.fr/p/select-gold-medica-rnal-haute-apptence-croquettes-chat-adulte-poulet-et-riz-300g-1477748/ |
| EXCLUSIF 2 Tailles de l'emballage SELECT GOL | `01630bd03528c34e33c4989d86fb862eee39` (ar 1) | https://www.maxizoo.fr/p/select-gold-medica-hypoallergnique-croquettes-chat-adulte-insecte-et-mas-300-g-1477751/ |
| EXCLUSIF 2 Tailles de l'emballage SELECT GOL | `18ecfe5d19261e53c22c5ea92bcf0976a74e` (ar 1) | https://www.maxizoo.fr/p/select-gold-medica-rnal-phase-initiale-croquettes-chat-adulte-poulet-et-riz-300-g-1477749/ |
**Signals:** 44/60 links carry a featured image · dominant link roles: content-card (43), inline-link (16), navigation (1).
---
## Extraction Completeness: 77/100 (B)
| Category | Score | Max | Detail |
|----------|-------|-----|--------|
| Colors & Palette | 25 | 25 | 18 named colors |
| Typography | 20 | 20 | 8 roles defined |
| Components | 12 | 20 | 3 specs extracted |
| Motion & Interaction | 12 | 15 | Keyframes |
| CSS Custom Properties | 3 | 10 | 60 vars |
| Responsive Breakpoints | 5 | 5 | 7 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:*
- **Licensed web fonts (swiper-icons)** — detected but not downloaded. Substitute with your licensed copy or a close fallback (see Typography section for metrics).
- **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 | 60 CSS vars (semantic naming requires ≥20 for high) |
| §3 Typography | High | 8 typography roles inferred |
| §4 Components | Medium | 3 component variants captured |
| §7 Motion | High | Keyframes + transitions |
| §8 Do's/Don'ts | High | 22 rules generated; design-decisions.json has evidence per rule |
| §9 Responsive | High | 7 breakpoints detected |
| §9b Photography | High | 45 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.*
### Font Loading
10 font file(s) captured (615KB total). When running `prism add`, fonts are saved to `extractions/maxizoo.fr/fonts/` and embedded as base64 in the output HTML.
**@font-face declarations to use:**
```css
@font-face {
font-family: 'swiper-icons';
/* src: url('/fonts/swiper-icons.woff2') format('woff'); */
font-weight: 400;
font-style: normal;
font-display: swap;
}
```
### Keyframe Animations (Intercepted from CSS)
**10 @keyframes found** — these are the real animation definitions:
```
@keyframes preloader-2c5280aa { ... }
@keyframes fadeInSequence-1a13330d { ... }
@keyframes slideIn-e82be0dc { ... }
@keyframes cvc-indicate-location { ... }
@keyframes rotate { ... }
@keyframes card-bounce { ... }
@keyframes card-fade-100 { ... }
@keyframes card-fade-60 { ... }
@keyframes card-fade-20 { ... }
@keyframes hotspotWave-3603fc98 { ... }
```
<details><summary>Full keyframes CSS (10 animations)</summary>
```css
@keyframes preloader-2c5280aa{0%{rotate:0deg}
@keyframes fadeInSequence-1a13330d{0%{opacity:0}10%,to{opacity:1}}
@keyframes slideIn-e82be0dc{0%{opacity:0;transform:translateY(24px)}
@keyframes cvc-indicate-location{0%{opacity:1}
@keyframes rotate{0%{transform:rotate(0)}
@keyframes card-bounce{0%{animation-timing-function:cubic-bezier(.17,.17,.32,1);-webkit-translate:0 -60%;-moz-translate:0 -60%;-ms-translate:0 -60%;translate:0 -60%}9.70874%{animation-timing-function:cubic-bezier(.41,0,.49,1);-webkit-translate:0 8.5%;-moz-translate:0 8.5%;-ms-translate:0 8.5%;translate:0 8.5%}23.4466%{animation-timing-function:cubic-bezier(.29,0,.26,1);-webkit-translate:0 -22.5%;-moz-translate:0 -22.5%;-ms-translate:0 -22.5%;translate:0 -22.5%}47.7184%{-webkit-translate:0;-moz-translate:0;-ms-translate:0;translate:0}63.8835%{animation-timing-function:cubic-bezier(1,0,.78,1);-webkit-translate:0;-moz-translate:0;-ms-translate:0;translate:0}86.5534%{-webkit-translate:0 40.7%;-moz-translate:0 40.7%;-ms-translate:0 40.7%;translate:0 40.7%}
@keyframes card-fade-100{0%{animation-timing-function:linear;opacity:0}8.1068%{opacity:1}78.4466%{opacity:1}86.5534%{opacity:0}
@keyframes card-fade-60{0%{animation-timing-function:linear;opacity:0}8.1068%{opacity:.6}78.4466%{opacity:.6}86.5534%{opacity:0}
@keyframes card-fade-20{0%{animation-timing-function:linear;opacity:0}8.1068%{opacity:.2}78.4466%{opacity:.2}86.5534%{opacity:0}
@keyframes hotspotWave-3603fc98{0%{opacity:.5}
```
</details>
### Hover State CSS (Intercepted)
**1 hover rule lines** captured from CSS files. Key interactive transitions from real CSS (not inferred):
```css
.vc-header .vc-title:hover{opacity:.75}
.vc-header .vc-arrow:hover{background:var(--vc-header-arrow-hover-bg)}
.vc-nav-arrow:hover,.vc-nav-item:hover,.vc-nav-title:hover{background-color:var(--vc-nav-hover-bg)}
.vc-day-content:hover{background-color:var(--vc-day-content-hover-bg)}
.vc-base-select select:hover{background-color:var(--vc-select-hover-bg)}
```
> **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 2822 rendered nodes** — not a sample. These are the values the page *actually paints*, weighted by how often they appear.
### Real Responsive Breakpoints
**27 breakpoints** read from the live `@media` rules (not guessed) — 14 most relevant:
`299px` · `300px` · `330px` · `360px` · `390px` · `399px` · `400px` · `475px` · `476px` · `479px` · `480px` · `767px` · `768px` · `921px` … (+13 more)
### Measured Design Scale
**Type scale by usage** (× = paint count): `16px`×1562 · `14px`×436 · `20px`×330 · `12px`×256 · `18px`×152 · `29px`×34 · `24px`×27 · `46px`×6
**Radius scale** (× = paint count): `5px`×109 · `50%`×53 · `1000px`×45 · `12px`×36 · `9999px`×9 · `16px`×6 · `10px`×5 · `100%`×4
**Weights** (× = paint count): `400`×1839 · `700`×441 · `500`×328 · `600`×211 · `900`×2
**Layout gaps** (× = paint count): `4px`×120 · `2px normal`×36 · `24px`×4 · `normal 8px`×3 · `16px`×3 · `normal 40px`×1 · `8px normal`×1 · `normal 5px`×1
**Elevation (real shadows)**:
```css
rgb(222, 224, 222) 0px 0px 0px 1px
rgb(255, 255, 255) 15px 0px 0px 0px, rgb(255, 255, 255) -15px 0px 0px 0px
rgba(0, 0, 0, 0.3) 0px 32px 68px 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
header { background:#fff; box-shadow:none; transition:box-shadow .2s ease-in-out,margin-top .1s ease-in-out; background-color:rgb(255, 255, 255) }
nav { color:#383b38 }
h2 { font-size:26px }
h2 { font-family:FNMZSkolarWeb,Helvetica,Arial,sans-serif; font-weight:700 }
@media (min-width: 768px) h2 { font-family:FNMZSkolarWeb,Helvetica,Arial,sans-serif; font-size:29px; font-weight:700 }
button { background-color:#1c662a; border-radius:1000px; color:#fff; font-family:FnmzSkolar,Helvetica,Arial,sans-serif; font-size:16px; font-weight:600; transition:background-color .2s ease-in-out,color .2s ease-in-out }
button { background-color:transparent; color:#1c662a }
a { color:#1c662a }
input { background-color:#fff; border-radius:10px; color:#333; font-family:FnmzSkolar,Helvetica,Arial,sans-serif; font-size:16px; font-weight:400 }
input { background:#f4f6f4; border-radius:9999px; background-color:rgb(244, 246, 244) }
```
> 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://www.maxizoo.fr/ | 2026-06-14T04:22:15.923Z*
*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 maxizoo.fr