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 (+66)
Typography
All values extracted via getComputedStyle() — no estimation.
| Role | Font Family | Size / Weight | Line Height | Letter Spacing | Preview |
|---|---|---|---|---|---|
| Display Hero | fieldwork | 72px / w800 | 1.2 | normal | Display Hero |
| Sub-heading | fieldwork | 29.952px / w600 | 1.4 | normal | Sub-heading |
| Card Title | fieldwork | 18.2px / w400 | 1.6 | normal | Card Title |
| Button Large | fieldwork | 18.2px / w700 | 1.6 | normal | Button Large |
| Caption / Badge | fieldwork | 16.38px / w600 | 1.2 | normal | Caption / Badge |
| Button | fieldwork | 14.56px / w400 | 1.6 | normal | Button |
| Link | fieldwork | 14px / w400 | 1.6 | normal | Link |
Live Components
Rendered in real HTML using your extracted tokens — no screenshots.
Buttons
Form Inputs
Card
Badges & Labels
Spacing Scale
Border Radius
0px
9.1px
18.2px
20px
36.4px
500px
9999px
Component Specs
Extracted CSS values per component and variant state.
### Buttons
- Background: `transparent`
- Text: `#000000`
- Padding: 5.46px 36.4px 7.28px 18.2px
- Radius: 6px 6px 45.5px / 6px 6px 100%
- Border: 3px solid rgb(0, 0, 0)
- Font: 18.2px weight 700
- Use: Secondary action with border
- Focus: outline: `rgb(16, 16, 16) auto 1px`
Cards & Containers
- Background: `transparent`
- Padding: 27.3px
- Radius: 18.2px
- Use: Content containers, listing items
CTA Banners
- Background: `transparent`
- Text: `#000000`
- Padding: 0px 50.76px
- Radius: 0px
- Font: 18.2px weight 400
- Use: Full-width conversion strip with headline + button
- Focus: outline: `rgb(16, 16, 16) auto 1px`
Status Badges
- Background: `#ffec36` `{colors.primary}`
- Text: `#000000`
- Padding: 18.2px 36.4px
- Radius: 500px
- Font: 20.02px weight 700
- Use: Status indicator, label, pill
- Background: `#a1f816`
- Text: `#000000`
- Padding: 18.2px 36.4px
- Radius: 500px
- Font: 20.02px weight 700
- Use: Status indicator, label, pill
- Background: `#6affec` `{colors.primary-hover}`
- Text: `#000000`
- Padding: 18.2px 36.4px
- Radius: 500px
- Font: 20.02px weight 700
- Use: Status indicator, label, pill
Interaction State Narrative
Buttons
- **DO NOT introduce new buttons variants** without justification
Cards & Containers
- **DO NOT introduce new cards & containers variants** without justification
CTA Banners
- **DO NOT introduce new cta banners 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.
rgba(0, 0, 0, 0.3) 1px 1px 1px 0px
Motion & Transitions
5 motion tokens — easing curves and durations.
| transition-1 | all |
| transition-2 | opacity 0.3s, transform 0.3s, -webkit-transform 0.3s |
| transition-3 | opacity 0.3s |
| transition-4 | background-size 0.3s |
| transition-5 | opacity 0.15s |
Motion Timeline
8 keyframe animations extracted from the live page. Preview 8 below — each block is animating right now with the actual extracted keyframes.
fadeUp
pulse
MoveUpInitial
MoveUpEnd
moveDown
LinkHoverInitial
LinkHoverEnd
swiper-preloader-spin
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(255, 255, 255) |
focus
button
bg transparent
fg inherit |
| link |
default
link
bg rgba(0, 0, 0, 0)
fg rgb(255, 255, 255) | |
| 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) | |
| footerLink |
default
footerLink
bg rgba(0, 0, 0, 0)
fg rgb(0, 0, 0) |
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 hello-charly.com 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: hello-charly.com
description: "Light product system built on #ffffff with #ffec36 as the primary CTA accent. Type anchored in fieldwork at 79.92px / weight 700. Extracted automatically from https://hello-charly.com/ — rendered styles via getComputedStyle() + CSS custom properties (token-only values may not be painted)."
narrative: |
hello-charly.com is built on a pure-white canvas (rgb(255, 255, 255)).
The system uses rgb(255, 236, 54) as the high-saturation accent for primary actions.
Generously rounded CTAs (50%) suggest approachable, content-first design alongside fieldwork as the primary typeface.
A restrained elevation system (1 distinct shadow) — shadows reserved for the few elements that must lift off the page.
Motion is a first-class concern — 8 keyframe animations plus transition-driven interactions.
colors:
background: "#ffffff"
surface-1: "#f9f9f9"
surface-2: "#f8f9fa"
ink-subtle: "#6c757d"
primary: "#ffec36"
on-primary: "#111111"
primary-hover: "#6affec"
hairline: "#808080"
primary-focus: "rgba(13, 110, 253, 0.25)"
semantic-error: "#dc3545"
semantic-success: "#198754"
semantic-warning: "#ffc107"
semantic-info: "#0dcaf0"
typography:
display-xl:
fontFamily: "fieldwork, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
fontSize: 72px
fontWeight: 800
lineHeight: 1.2
letterSpacing: 0
display-md:
fontFamily: "fieldwork, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
fontSize: 29.952px
fontWeight: 600
lineHeight: 1.4
letterSpacing: 0
body:
fontFamily: "fieldwork, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
fontSize: 14.56px
fontWeight: 400
lineHeight: 1.6
letterSpacing: 0
body-sm:
fontFamily: "fieldwork, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
fontSize: 14px
fontWeight: 400
lineHeight: 1.6
letterSpacing: 0
caption:
fontFamily: "fieldwork, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
fontSize: 16.38px
fontWeight: 600
lineHeight: 1.2
letterSpacing: 0
button:
fontFamily: "fieldwork, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
fontSize: 18.2px
fontWeight: 700
lineHeight: 1.6
letterSpacing: 0
rounded:
none: 0px
xs: 9.1px
sm: 18.2px
md: 20px
lg: 36.4px
xl: 500px
pill: 9999px
spacing:
xxs: 2px
xs: 7px
sm: 18px
md: 25px
lg: 29px
xl: 44px
xxl: 55px
components:
button-outline:
backgroundColor: "transparent"
textColor: "#000000"
typography: "{typography.button}"
rounded: "{rounded.xs}"
padding: 5.46px 36.4px 7.28px 18.2px
card-standard-card:
backgroundColor: "transparent"
typography: "{typography.caption}"
rounded: "{rounded.sm}"
padding: 27.3px
cta-banner-full-width-cta:
backgroundColor: "transparent"
textColor: "#000000"
typography: "{typography.button}"
rounded: "{rounded.none}"
padding: 0px 50.76px
status-badge-neutral-light:
backgroundColor: "{colors.primary}"
textColor: "#000000"
typography: "{typography.button}"
rounded: "{rounded.xl}"
padding: 18.2px 36.4px
status-badge-tinted:
backgroundColor: "#a1f816"
textColor: "#000000"
typography: "{typography.button}"
rounded: "{rounded.xl}"
padding: 18.2px 36.4px
status-badge-neutral-light-2:
backgroundColor: "{colors.primary-hover}"
textColor: "#000000"
typography: "{typography.button}"
rounded: "{rounded.xl}"
padding: 18.2px 36.4px
extracted_at: "2026-06-11T06:10:22.414Z"
completeness: 78
scoreVersion: "v2"
---
# Design System — hello-charly.com
> Extracted automatically by Prism from https://hello-charly.com/quel-metier-est-fait-pour-moi/
> Date: 2026-06-11
> 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**: subtle | **Weight**: heavy | **Aesthetic**: product-neutral
| Dimension | Value | Signal |
|---|---|---|
| Canvas | neutral | `#ffffff` |
| Type posture | sans-led (fieldwork) | "Je découvre le métier fait pou" |
| Color assertion | dual-accent | #ffec36 |
| Whitespace | moderate | section rhythm 46px |
| Interaction | subtle | 8 keyframes, 20 transitions |
| Radius language | 18.2px-rounded | from token scale |
**Prism fingerprint**: `neutral-canvas · sans-display · dual-accent · 18.2px-rounded · subtle-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(255, 236, 54)` for primary CTAs ONLY. Never decorative.
> - **Body type**: 16px (token: `typography.body`). Default for ALL text not in a heading role.
> - **Section rhythm**: 46px between major bands. Card padding: 29px.
> - **Default radius**: 18.2px 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
hello-charly.com uses a pure-white canvas (`#ffffff`), letting typography, color and imagery carry the visual weight.
Typography is anchored in **fieldwork**. Headlines use weight 800 for confident, assertive presence — the brand wants to be heard.
Body text reads in Line (`#000000`) (contrast ratio 21.0:1, well above WCAG AA). **Yellow** (`#ffec36`) is the single high-saturation color in the system — it earns its presence only on interactive elements, making CTAs and links the unmistakable focal points against the otherwise neutral palette. Elevation comes from a small, deliberate set of shadows (1 distinct), each a multi-layer stack — several blurred layers at varying offsets — used sparingly rather than across the whole UI.
**Key Characteristics:**
- Background: White (`#ffffff`)
- Primary typeface: fieldwork
- Accent: Yellow (`#ffec36`)
- Display: 72px weight 800
- Shadow system: 1 distinct elevation levels
- Custom fonts loaded: fieldwork, fieldwork-hum
## 2. Color Palette & Roles
### Background & Surface
- **White** (`#ffffff`): Page background (primary)
- **Off-White** (`#f9f9f9`): Surface / elevated background
- **Off-White** (`#f8f9fa`): Surface / elevated background
- **Vibrant Yellow** (`#fcf6af`): Surface / elevated background
- **#dffb9f** (`#dffb9f`): Surface / elevated background
### Text & Content
- **Line** (`#000000`): Primary body text
- **Near-Black** (`#171717`): Secondary text
### Accent & Interactive
- **Yellow** (`#ffec36`): Accent / interactive (CSS var)
- **Blue** (`#6affec`): Interactive / accent
- **Green** (`#a1f816`): Interactive / accent
- **Vermillion** (`#ea4335`): Interactive / accent
- **Ring Blue** (`#4285f4`): Interactive / accent
- **Success Green** (`#34a853`): Interactive / accent
- **Orange** (`#ffa426`): Interactive / accent
### Full Extracted Palette
**18 colors rendered on the page** + **60** more declared in design tokens (CSS custom properties — not necessarily painted). (14 categorized above + 64 additional below.)
Rendered values are read via `getComputedStyle()`; token values come from CSS variable declarations. Third-party logo colors are filtered out.
- `#808080` — Grey
- `#cefefa` — #cefefa
- `#a6a6a6` — Grey
- `#efefef` — Off-White
- `#fd7e14` — #fd7e14 *(token)*
- `#7adcb4` — #7adcb4 *(token)*
- `#00d082` — Emerald *(token)*
- `#198754` — Teal *(token)*
- `#9b51e0` — Amethyst *(token)*
- `#ffceec` — Soft Pink *(token)*
- `#9896f0` — #9896f0 *(token)*
- `#0d6efd` — #0d6efd *(token)*
- `#d63384` — Cherry *(token)*
- `#caf880` — #caf880 *(token)*
- `#71ce7e` — #71ce7e *(token)*
- `#fecda5` — Pink *(token)*
- `#fe2d2d` — M Tricolor Red *(token)*
- `#6b003e` — #6b003e *(token)*
- `#0dcaf0` — #0dcaf0 *(token)*
- `#6f42c1` — Slate Blue *(token)*
- `#495057` — Slate *(token)*
- `#ced4da` — Light Blue *(token)*
- `#ff6900` — Bright Orange *(token)*
- `#0693e3` — Sky Bright *(token)*
- `#007aff` — #007aff *(token)*
- `#dc3545` — Vermillion *(token)*
- `#6c757d` — Slate Gray *(token)*
- `#fffef5` — Cream *(token)*
- `#212529` — Near-Black *(token)*
- `#8ed1fc` — Baby Blue *(token)*
- `#0a3621` — Warm Brown *(token)*
- `#adb5bd` — Silver *(token)*
- *…+32 more in `raw-css.json` (`desktop.allColors`).*
### Gradients & Decorative Fills
- `linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%)` — (--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)
- `linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%)` — (--wp--preset--gradient--blush-light-purple)
- `linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%)` — (--wp--preset--gradient--electric-grass)
- `linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%)` — (--wp--preset--gradient--blush-bordeaux)
- `linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%)` — (--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)
- `linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))` — (--bs-gradient)
- `linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%)` — (--wp--preset--gradient--luminous-dusk)
- `linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%)` — (--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)
### CSS Custom Properties (Design Tokens)
**Font Size Token**
- `--wp--preset--font-size--large`: `36px`
- `--wp--preset--font-size--medium`: `20px`
- `--heading-large-font-size`: `clamp(36px, 4.17vw, 84px)`
- `--heading-xl-font-size`: `clamp(36px, 5.55vw, 108px)`
**Shadow Token**
- `--wp--preset--shadow--outlined`: `6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0)`
- `--wp--preset--shadow--deep`: `12px 12px 50px rgba(0, 0, 0, 0.4)`
- `--bs-box-shadow`: `0 0.5rem 1rem rgba(0, 0, 0, 0.15)`
- `--bs-box-shadow-inset`: `inset 0 1px 2px rgba(0, 0, 0, 0.075)`
**Font Weight Token**
- `--bs-body-font-weight`: `400`
**Border Radius Token**
- `--bs-border-radius-2xl`: `2rem`
- `--image-border-radius`: `20px`
- `--bs-border-radius-sm`: `0.25rem`
- `--bs-border-radius`: `0.375rem`
**Spacing Token**
- `--wp--preset--spacing--40`: `1rem`
- `--wp--preset--spacing--50`: `1.5rem`
- `--wp--preset--spacing--30`: `0.67rem`
- `--wp--preset--spacing--80`: `5.06rem`
**Success**
- `--color-green`: `#a1f816`
**Warning**
- `--color-yellow`: `#ffec36`
- `--color-yellow-alt`: `#FFF598`
**Other tokens**
- `--bs-link-hover-color-rgb`: `10, 88, 202`
- `--bs-warning-bg-subtle`: `rgb(255, 242.6, 205.4)`
- `--wp--preset--color--vivid-purple`: `#9b51e0`
- `--bs-danger-text-emphasis`: `rgb(88, 21.2, 27.6)`
- `--bs-info-text-emphasis`: `rgb(5.2, 80.8, 96)`
- `--bs-primary`: `#0d6efd`
- `--bs-code-color`: `#d63384`
- `--bs-light-bg-subtle`: `rgb(251.5, 252, 252.5)`
## 3. Typography Rules
### Font Families
- **Primary**: `fieldwork`
- **Secondary**: `fieldwork-hum`
- **Font 3**: `swiper-icons`
### Custom Fonts Loaded
- **fieldwork** weight 400 (normal)
- **fieldwork** weight 600 (italic)
- **fieldwork** weight 700 (normal)
- **fieldwork** weight 800 (italic)
- **fieldwork-hum** weight 600 (normal)
- **fieldwork-hum** weight 700 (normal)
- **swiper-icons** weight 400 (normal)
### Typography Hierarchy
| Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
|------|------|------|--------|-------------|----------------|-------|
| Display Hero | fieldwork | 72px | 800 | 1.2 | normal | Main headline (h1) |
| Sub-heading | fieldwork | 29.952px | 600 | 1.4 | normal | Third-level heading (h3) |
| Card Title | fieldwork | 18.2px | 400 | 1.6 | normal | Card headings |
| Button Large | fieldwork | 18.2px | 700 | 1.6 | normal | Button label (18.2px) |
| Caption / Badge | fieldwork | 16.38px | 600 | 1.2 | normal | small text (16.38px) |
| Button | fieldwork | 14.56px | 400 | 1.6 | normal | Button label (14.56px) |
| Link | fieldwork | 14px | 400 | 1.6 | normal | Link (14px) — Decoration: none |
### Full Font Size Scale
Sizes detected in the design (descending): `79.92px`, `72px`, `49.97px`, `40.04px`, `29.95px`, `21.84px`, `20.02px`, `18.20px`, `16.38px`, `14.56px`, `14px`
> 5 size(s) detected outside the sampled hierarchy (79.92px, 49.968px, 40.04px, 21.84px, 20.02px). 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
**Outline**
- Background: `transparent`
- Text: `#000000`
- Padding: 5.46px 36.4px 7.28px 18.2px
- Radius: 6px 6px 45.5px / 6px 6px 100%
- Border: 3px solid rgb(0, 0, 0)
- Font: 18.2px weight 700
- Use: Secondary action with border
- Focus: outline: `rgb(16, 16, 16) auto 1px`
### Cards & Containers
**Standard Card**
- Background: `transparent`
- Padding: 27.3px
- Radius: 18.2px
- Use: Content containers, listing items
### CTA Banners
**Full-width CTA**
- Background: `transparent`
- Text: `#000000`
- Padding: 0px 50.76px
- Radius: 0px
- Font: 18.2px weight 400
- Use: Full-width conversion strip with headline + button
- Focus: outline: `rgb(16, 16, 16) auto 1px`
### Status Badges
**Neutral Light**
- Background: `#ffec36` `{colors.primary}`
- Text: `#000000`
- Padding: 18.2px 36.4px
- Radius: 500px
- Font: 20.02px weight 700
- Use: Status indicator, label, pill
**Tinted**
- Background: `#a1f816`
- Text: `#000000`
- Padding: 18.2px 36.4px
- Radius: 500px
- Font: 20.02px weight 700
- Use: Status indicator, label, pill
**Neutral Light**
- Background: `#6affec` `{colors.primary-hover}`
- Text: `#000000`
- Padding: 18.2px 36.4px
- Radius: 500px
- Font: 20.02px weight 700
- 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(255, 255, 255)"
focus:
bg: "transparent"
fg: "inherit"
link:
default:
bg: "rgba(0, 0, 0, 0)"
fg: "rgb(255, 255, 255)"
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)"
footerLink:
default:
bg: "rgba(0, 0, 0, 0)"
fg: "rgb(0, 0, 0)"
```
**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
- **1 shape(s)** in this system: `Outline`
- **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
### CTA Banners
- **1 shape(s)** in this system: `Full-width CTA`
- **DO NOT introduce new cta banners variants** without justification
### Status Badges
- **2 shape(s)** in this system: `Neutral Light`, `Tinted`
- **DO NOT introduce new status badges variants** without justification
## 5. Layout Principles
### Layout Type
**top-nav + content**
### Grid
Single column, centered content
### Max Width
1800px
### Spacing System
Generous spacing — editorial breathing room
| Token | Value |
|-------|-------|
| xxs | 2px |
| xs | 7px |
| sm | 18px |
| md | 25px |
| base | 27px |
| lg | 29px |
| xl | 44px |
| 2xl | 46px |
| 3xl | 55px |
### Border Radius Scale
| Name | Value | Use |
|------|-------|-----|
| None | 0px | No rounding |
| Xs | 9.1px | Tiny corners (badges, micro elements) |
| Sm | 18.2px | Buttons, inputs, small elements |
| Md | 20px | Cards, containers |
| Lg | 36.4px | Large rounded elements, pill segments |
| Xl | 500px | Category strips, featured containers |
| Full | 9999px | Pills, avatars, circular elements |
### Shape Language
| Component | Border Radius |
|-----------|---------------|
| Buttons | `6px 6px 45.5px / 6px 6px 100%` |
| Cards & Containers | `18.2px` |
| CTA Banners | `0px` |
| Status Badges | `500px` |
| Page Body | `0px` |
| Navigation | `0px` |
**Shape Personality**: Sharp + Pill Contrast — Angular precision with pill-shaped accents (status badges, tags). Creates strong visual hierarchy.
**Full Radius Spectrum**: 0px, 6px, 9.1px, 18.2px, 20px, 36.4px, 500px (from `allBorderRadii` scan)
## 5b. Spacing Rhythm Names
**Measured section padding**: bands use ~55px internal vertical padding (up to 102px) — **standard**. (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** | `55px` | Top/bottom of full-bleed hero sections |
| **section** | `44px` | Between major bands (color change, content shift) |
| **subsection** | `29px` | Within a section, between content groups |
| **card** | `25px` | Card padding, list-item spacing |
| **compact** | `18px` | Form fields, tight clusters, badge padding |
| **micro** | `7px` | 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.**
### Hero Pattern
- **Composition:** left-aligned —
- **Viewport coverage:** 259px tall (not full-viewport)
- **Heading:** "Le meilleur test pour choisir son métier" — 72px left-aligned
- **CTAs:** none detected in hero (unusual — agent should verify)
- **Clone instruction:** Reproduce the **left-aligned** layout. Use the heading font-size token at the documented size. Pair the centered text with the hero’s decorative visual (gradient / SVG / hero image — see §9b), not bare text.
### Navigation Pattern
- **Position:** static (scrolls with page)
- **Layout:** unknown — Layout not classified
- **Height:** 22px
- **Logo:** ✗ absent
- **Nav links:** 1 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:** 13 cards detected
- **Columns (desktop):** 1-up grid
- **Card dimensions:** 1440×734px (aspect 1.96:1)
- **Gap:** 0px between cards
- **Content:** ✗ no image
- **Clone instruction:** Build a 1-column grid (desktop) with cards at ~1.96:1 aspect ratio. Text/icon-only cards (no photography).
### Footer Pattern
- **Columns:** 2
- **Links:** 11 total
- **Height:** 687px
- **Includes:** ✗ no newsletter | ✗ no social |
- **Clone instruction:** Build a 2-column footer with ~6 links per column.
## 6. Depth & Elevation
| Level | Treatment | Use |
|-------|-----------|-----|
| Flat (Level 0) | No shadow | Page background, content blocks |
| Layered (Level 1) | <br>`rgba(0, 0, 0, 0.3) 1px 1px 1px 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
### Duration Scale
| Value | Tier | Typical Use |
|-------|------|-------------|
| `50ms` | Instant | State toggles, instant feedback |
| `100ms` | Fast | Hover states, micro-interactions |
| `150ms` | Fast | Hover states, micro-interactions |
| `300ms` | Normal | Panel open/close, navigation |
| `400ms` | Slow | Hero animations, page transitions |
| `500ms` | Slow | Hero animations, page transitions |
### Copy-Paste Transition Snippets
**Opacity**
```css
transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
```
**Opacity**
```css
transition: opacity 0.3s;
```
**All Props**
```css
transition: background-size 0.3s;
```
**Opacity**
```css
transition: opacity 0.15s;
```
### Keyframe Animation Catalog
| Animation Name | Type | Animated Props | Use Hint |
|----------------|------|----------------|----------|
| `fadeUp` | Slide | transform | UI transition |
| `pulse` | Fade + Move | transform, opacity | Attention / status |
| `MoveUpInitial` | Slide | transform | UI transition |
| `MoveUpEnd` | Slide | transform | UI transition |
| `moveDown` | Slide | transform | UI transition |
| `LinkHoverInitial` | Custom | background-size, background-position-x, background-position-y | UI transition |
| `LinkHoverEnd` | Custom | background-size, background-position-x, background-position-y | UI transition |
| `swiper-preloader-spin` | Rotate / Spin | transform | Loading indicator |
### Motion Fingerprint
- **Speed Character**: Deliberate & Calm (median duration: `300ms`)
- **Dominant Easing**: standard CSS easings
- **Animation Library**: 8 unique animations (8 total including variants)
> This design moves with deliberate & calm timing using standard CSS easings, 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 Yellow (`#ffec36`) as the primary accent — it's the brand's signature interactive color
- Use 6px 6px 45.5px / 6px 6px 100% border-radius on buttons — the standard corner rounding for interactive elements
- Apply 27.3px padding inside cards — matches the design system's content breathing room
- Use 18.2px border-radius on cards — consistent with the grid card corners
### 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 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 (2 cols, 11 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(255, 236, 54)` for primary CTAs and brand-mark signals only"
why: "Single chromatic assertion device — overuse dilutes meaning"
test: "querySelectorAll('[style*=\"rgb(255, 236, 54)\"]').length <= 3 per fold"
```
## 9. Responsive Behavior
### Breakpoints
| Name | Width | Key Changes |
|------|-------|-------------|
| Mobile | 436px | Single column, compact spacing |
| Mobile Large | 576px | Expanded mobile layout |
| Tablet | 768px | Multi-column grids begin |
| Tablet | 992px | Multi-column grids begin |
| Desktop | 1200px | Full feature layout |
| Large Desktop | 1400px | Maximum content width |
### Token Diff — Desktop vs Mobile
| Element | Property | Desktop | Mobile |
|---------|----------|---------|--------|
| heading | font-size | `72px` | `32px` |
| heading | font-weight | `800` | `700` |
| heading | line-height | `86.4px` | `38.4px` |
| body | font-size | `18.2px` | `14px` |
| body | line-height | `29.12px` | `22.4px` |
| nav | display | `flex` | `block` |
| nav | height | `22.3906px` | `383.5px` |
| button | font-size | `14.56px` | `19.6px` |
| button | width | `74.9062px` | `98.0781px` |
| card | padding | `27.3px` | `21px` |
| card | border-radius | `18.2px` | `14px` |
| card | width | `432px` | `253.5px` |
### Collapsing Strategy
- Headlines: 72px → 32px on mobile
- Navigation: flex → block 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):
- **Footer columns collapse:** 2 columns (desktop) → 1 column (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.*
- **Clip-path shapes** — 1 non-rectangular cut(s).
> **Motion fingerprint**: non-rectangular shapes (1)
## 9b. Visual Tone & Photography
**Tone:** Illustration-driven
The site relies primarily on illustrations, vector art, and decorative SVG elements rather than photography. Use commissioned illustrations, icon sets, or generated graphics for clones — stock photos will feel off-brand.
**Hero Image (above-fold dominant visual):**
- Aspect: 1.5:1 (landscape)
- Rendered size: 464×310px
- *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): 2 (8%)
- Portrait (<0.87): 3 (12%)
- Square (0.87–1.15): 21 (81%)
**Media Format Mix:**
- JPG: 4 (typically photographic content)
- PNG: 2 (logos, transparent UI elements, mockups)
- SVG: 21 (icons, illustrations, decorative geometry)
**Average rendered image size:** 165×181px
**Above-fold image count:** 1 / 26
**Decorative Patterns Detected:**
- 1 large decorative SVG shape (≥200×200px, non-icon) — likely blob/illustration accents
**Clone instruction for decorative work:** Decorative details are subtle — don't over-style; the design relies on restraint.
**Imagery Guidance for clones:**
- Use vector illustration as the primary visual language — photos will read as off-brand.
- Maintain consistent illustration style (line weight, color palette) across the site.
## 10. Agent Prompt Guide
### Quick Reference
- Background: White (`#ffffff`)
- Primary text: Line (`#000000`)
- Accent: Yellow (`#ffec36`)
- Border: Grey (`#808080`)
- Font: fieldwork
- Body: 18.2px weight 400
### Example Component Prompts
- "Create a hero section on White background (#ffffff). Headline at 72px fieldwork weight 800, line-height 1.2, color #000000."
- "Create the primary CTA button: `#ffec36` background, `#ffffff` text, 9999px border-radius, 11px 22px padding, 700 weight, fieldwork font."
- "Design a card on `transparent` background. Border: none. Radius: 18.2px. Shadow: none. Padding: 27.3px."
- "Build navigation: static on `#ffffff`. fieldwork 14px weight 400 for links."
### Iteration Guide
1. **Canvas**: Set the light canvas to White (`#ffffff`) — every component is composited against this exact base.
2. **Typography**: All type in fieldwork, weight range 400–800. Never exceed 800 — heavier weights break the brand's tonal restraint.
3. **Accent**: Yellow (`#ffec36`) — one accent, applied consistently to CTAs, active states, and links. Never introduce a second saturated color.
4. **Focus**: Render focus rings in Translucent #0d6efd (25%) (`rgba(13, 110, 253, 0.25)`) — never hide focus outlines. The ring color is distinct from the accent to avoid ambiguity.
5. **Shape**: CTAs at `50%`, cards at `18.2px`. Apply border-radius from the extracted scale only — don't invent intermediate values.
6. **Spacing**: Use the `--ca-space-*` token scale (7px–44px). 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-background: #ffffff;
--ca-surface-1: #f9f9f9;
--ca-surface-2: #f8f9fa;
--ca-ink-subtle: #6c757d;
--ca-primary: #ffec36;
--ca-on-primary: #111111;
--ca-primary-hover: #6affec;
--ca-hairline: #808080;
--ca-primary-focus: #0d6efd;
--ca-semantic-error: #dc3545;
--ca-semantic-success: #198754;
--ca-semantic-warning: #ffc107;
--ca-semantic-info: #0dcaf0;
}
/* Typography */
:root {
--ca-font-primary: "fieldwork", system-ui, sans-serif;
--ca-text-display: 72px;
--ca-text-body: 14.56px;
--ca-text-small: 14px;
--ca-text-caption: 16.38px;
--ca-text-button: 18.2px;
}
/* Spacing & Radius */
:root {
--ca-space-xxs: 2px;
--ca-space-xs: 7px;
--ca-space-sm: 18px;
--ca-space-md: 25px;
--ca-space-base: 27px;
--ca-space-lg: 29px;
--ca-space-xl: 44px;
--ca-space-2xl: 46px;
--ca-space-3xl: 55px;
--ca-radius-none: 0px;
--ca-radius-xs: 9.1px;
--ca-radius-sm: 18.2px;
--ca-radius-md: 20px;
--ca-radius-lg: 36.4px;
--ca-radius-xl: 500px;
--ca-radius-full: 9999px;
}
```
## 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: 900px
width: full-bleed
layout: block
children: 1
- section: feature-section
tag: section
classes: ["banner-default", "banner-default-version-1", "yellow"]
height: 874px
width: full-bleed
layout: flex-row justify=normal
children: 1
bg: "rgb(255, 255, 255)"
- section: feature-section
tag: div
classes: ["page-container"]
height: 7499px
width: full-bleed
layout: block
children: 13
vertical-padding: ~102px (airy)
- section: header
tag: div
classes: ["header-mobile-container"]
height: 106px
width: 1367px
layout: block
children: 0
- section: header
tag: div
height: 106px
width: 1294px
layout: block
children: 0
- section: unknown
tag: div
classes: ["scroll-next-section"]
height: 146px
width: 490px
layout: flex-row justify=flex-end
children: 1
- section: feature-section
tag: div
classes: ["step-text-image-container", "image-right", "yellow"]
height: 876px
width: 1237px
layout: flex-row justify=normal
children: 2
bg: "rgb(249, 249, 249)"
vertical-padding: ~55px
padding: "54.6px"
- section: feature-section
tag: div
classes: ["step-text-image-container", "image-left", "blue"]
height: 672px
width: 1237px
layout: flex-row justify=normal
children: 2
bg: "rgb(249, 249, 249)"
vertical-padding: ~55px
padding: "54.6px"
- section: logo-strip
tag: div
classes: ["swiper-wrapper"]
height: 159px
width: 1237px
layout: flex-row justify=normal
children: 20
- section: header
tag: header
classes: ["slide-header"]
height: 105px
width: 277px
layout: block
children: 0
- section: header
tag: header
classes: ["slide-header"]
height: 105px
width: 277px
layout: block
children: 0
- section: header
tag: header
classes: ["slide-header"]
height: 105px
width: 277px
layout: block
children: 0
- section: header
tag: header
classes: ["slide-header"]
height: 105px
width: 277px
layout: block
children: 0
- section: unknown
tag: div
classes: ["marquee-container", "mousetrap-container", "py-4"]
height: 215px
width: full-bleed
layout: flex-row justify=normal
children: 4
bg: "rgb(255, 236, 54)"
vertical-padding: ~44px
padding: "43.68px 0px"
- section: feature-section
tag: div
classes: ["step-text-image-container", "image-right", "green"]
height: 917px
width: 1237px
layout: flex-row justify=normal
children: 2
bg: "rgb(249, 249, 249)"
vertical-padding: ~55px
padding: "54.6px"
- section: content-section
tag: div
classes: ["collapse-container"]
height: 779px
width: 604px
layout: block
children: 7
bg: "rgb(106, 255, 236)"
vertical-padding: ~55px
padding: "54.6px"
- section: feature-section
tag: div
classes: ["container-fluid-px-mw"]
height: 762px
width: 1339px
layout: block
children: 1
padding: "0px 7.28px"
- section: feature-section
tag: div
classes: ["yellow"]
height: 762px
width: 1324px
layout: block
children: 3
bg: "rgb(255, 236, 54)"
vertical-padding: ~102px (airy)
- section: footer
tag: footer
classes: ["footer-main"]
height: 687px
width: full-bleed
layout: block
children: 2
bg: "rgb(0, 0, 0)"
- section: navigation
tag: nav
classes: ["nav-typewriter-body"]
height: 306px
width: 361px
layout: block
children: 1
vertical-padding: ~46px
padding: "72.8px 18.2px 18.2px"
```
**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:
- "QUEL MÉTIER EST FAIT POUR MOI ?"
- "J’OBTIENS UNE LISTE DE 10 MÉTIERS QUI CORRESPONDENT À MON PROFIL"
- "L’APPLICATION QUI PROPOSE LE MEILLEUR TEST POUR SAVOIR QUEL MÉTIER EST FAIT POUR TOI"
sub-headings:
- "Quelles sont les 3 étapes du test métier pour trouver le métier qui me correspond ?"
- "Je fais le test métier Hello Charly"
ctas:
- "Découvrir"
- "Faire le test"
- "S'orienter"
navigation:
- "trouver mon métier"
- "trouver ma formation"
- "financer ma formation"
- "ACCUEIL"
- "Les formations"
- "Les métiers"
- "Sourcing candidat"
- "Blog"
- "CGU"
- "RGPD"
footer-links:
- "trouver mon métier"
- "Les formations"
```
**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:
product:
count: 1
avg-ratio: 1.09
common-aspect: "~1:1 square"
editorial:
count: 2
avg-ratio: 0.58
common-aspect: "~9:16 portrait"
thumbnail:
count: 20
avg-ratio: 1.00
common-aspect: "~1:1 square"
```
**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">
Découvrir
</button>
```
_Source pattern detected: padding `0px` · radius `50%` · weight `400`_
### Generic Card
```html
<div class="card">
<!-- content -->
</div>
```
_Source pattern detected: padding `27.3px` · radius `18.2px` · 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** 1 · **blog** 1 · **social** 4 · **footer** 11 · **download** 2 · **other** 8
**Signals:** 12/27 links carry a featured image · dominant link roles: footer-link (18), inline-link (6), content-card (2).
---
## Extraction Completeness: 78/100 (B)
| Category | Score | Max | Detail |
|----------|-------|-----|--------|
| Colors & Palette | 19 | 25 | 14 named colors |
| Typography | 18 | 20 | 7 roles defined |
| Components | 16 | 20 | 4 specs extracted |
| Motion & Interaction | 10 | 15 | Keyframes |
| CSS Custom Properties | 10 | 10 | 218 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:*
- **Licensed web fonts (fieldwork, fieldwork-hum, 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 |
|----------|----------------|-------------------|
| **Form inputs** | No text input fields detected on this page | Use the documented border-radius + accent border on focus; 12-16px padding inside |
### Per-section confidence
| Section | Confidence | Reason |
|---------|------------|--------|
| §1 Visual Theme | High | Body bg extracted via getComputedStyle() |
| §2 Colors | High | 218 CSS vars (semantic naming requires ≥20 for high) |
| §3 Typography | High | 7 typography roles inferred |
| §4 Components | Medium | 4 component variants captured |
| §7 Motion | High | Keyframes + transitions |
| §8 Do's/Don'ts | High | 10 rules generated; design-decisions.json has evidence per rule |
| §9 Responsive | High | 6 breakpoints detected |
| §9b Photography | High | 26 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
4 font file(s) captured (204KB total). When running `prism add`, fonts are saved to `extractions/hello-charly.com/fonts/` and embedded as base64 in the output HTML.
**@font-face declarations to use:**
```css
@font-face {
font-family: 'fieldwork';
/* src: url('/fonts/fieldwork.woff2') format('woff2'); */
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'fieldwork';
/* src: url('/fonts/fieldwork.woff2') format('woff2'); */
font-weight: 400;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'fieldwork';
/* src: url('/fonts/fieldwork.woff2') format('woff2'); */
font-weight: 600;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'fieldwork';
/* src: url('/fonts/fieldwork.woff2') format('woff2'); */
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'fieldwork';
/* src: url('/fonts/fieldwork.woff2') format('woff2'); */
font-weight: 700;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'fieldwork';
/* src: url('/fonts/fieldwork.woff2') format('woff2'); */
font-weight: 800;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'fieldwork-hum';
/* src: url('/fonts/fieldwork-hum.woff2') format('woff2'); */
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'fieldwork-hum';
/* src: url('/fonts/fieldwork-hum.woff2') format('woff2'); */
font-weight: 700;
font-style: normal;
font-display: swap;
}
@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)
**8 @keyframes found** — these are the real animation definitions:
```
@keyframes fadeUp { ... }
@keyframes pulse { ... }
@keyframes MoveUpInitial { ... }
@keyframes MoveUpEnd { ... }
@keyframes moveDown { ... }
@keyframes LinkHoverInitial { ... }
@keyframes LinkHoverEnd { ... }
@keyframes swiper-preloader-spin { ... }
```
<details><summary>Full keyframes CSS (8 animations)</summary>
```css
@-webkit-keyframes fadeUp{from{-webkit-transform:translateY(50px);transform:translateY(50px)}
@-webkit-keyframes pulse{0%{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);opacity:1}80%{-webkit-transform:translate(-50%,-50%) scale(.6);transform:translate(-50%,-50%) scale(.6);opacity:.8}100%{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);opacity:1}}
@-webkit-keyframes MoveUpInitial{100%{-webkit-transform:translate3d(0,-105%,0);transform:translate3d(0,-105%,0)}}
@-webkit-keyframes MoveUpEnd{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}
@-webkit-keyframes moveDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}70%{-webkit-transform:translateY(10%);transform:translateY(10%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}
@-webkit-keyframes LinkHoverInitial{100%{background-size:0 1px;background-position:100% 100%}}
@-webkit-keyframes LinkHoverEnd{0%{background-size:0 1px;background-position:0 100%}100%{background-size:100% 1px;background-position:0 100%}}
@-webkit-keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
```
</details>
### Hover State CSS (Intercepted)
**1 hover rule lines** captured from CSS files. Key interactive transitions from real CSS (not inferred):
```css
a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb)}
a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration: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 1038 rendered nodes** — not a sample. These are the values the page *actually paints*, weighted by how often they appear.
### Real Responsive Breakpoints
**7 breakpoints** read from the live `@media` rules (not guessed):
`436px` · `576px` · `768px` · `992px` · `1200px` · `1400px` · `1800px`
### Measured Design Scale
**Type scale by usage** (× = paint count): `18.2px`×651 · `14.56px`×199 · `14px`×56 · `21.84px`×40 · `20.02px`×28 · `16.38px`×14 · `49.968px`×12 · `79.92px`×12
**Radius scale** (× = paint count): `50px`×28 · `18.2px`×27 · `500px`×23 · `50%`×19 · `9.1px`×15 · `100%`×13 · `20px`×5 · `36.4px`×4
**Weights** (× = paint count): `400`×845 · `700`×108 · `600`×72 · `800`×10
**Layout gaps** (× = paint count): `27.3px`×20 · `9.1px`×10 · `18.2px`×6 · `23.976px`×6 · `9.1px 18.2px`×1 · `4.55px`×1 · `5.46px`×1 · `7.28px`×1
**Elevation (real shadows)**:
```css
rgba(0, 0, 0, 0.3) 1px 1px 1px 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(--bs-body-font-family); font-size:var(--bs-body-font-size); font-weight:var(--bs-body-font-weight); color:var(--bs-body-color); background-color:var(--bs-body-bg) }
body { font-family:Arial,sans-serif; color:var(--color-black) }
header { transition:background-color .3s ease,-webkit-transform .3s ease }
header { color:var(--color-black) }
@media (min-width: 768px) and all header { border-radius:1.5rem; background-color:var(--color-black); color:var(--color-white) }
@media (min-width: 992px) and all nav { transition:opacity .3s ease; font-size:clamp(14px,.8rem,16px) }
h1 { font-size:calc(1.375rem + 1.5vw) }
@media (min-width: 1200px) and all h1 { font-size:2.5rem }
h1 { font-family:fieldwork,sans-serif; font-size:clamp(32px,5vw,108px); font-weight:700 }
@media (min-width: 768px) and all h1 { font-weight:800 }
h2 { font-size:calc(1.325rem + 0.9vw) }
@media (min-width: 1200px) and all h2 { font-size:2rem }
```
> 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://hello-charly.com/quel-metier-est-fait-pour-moi/ | 2026-06-11T06:10:22.466Z*
*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 hello-charly.com