---
version: alpha
name: truity.com
description: "Light product system built on #f4e9e2 with #c49141 as the primary CTA accent. Type anchored in alternate-gothic-no-3-d at 35px / weight 400. Extracted automatically from https://truity.com/ — rendered styles via getComputedStyle() + CSS custom properties (token-only values may not be painted)."
narrative: |
  truity.com is built on a warm, off-white canvas (rgb(244, 233, 226)).
  The system uses rgb(196, 145, 65) as the accent for primary actions and brand signals.
  Sharp 0px corners on CTAs — architectural restraint, engineering precision alongside alternate-gothic-no-3-d 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 — 7 keyframe animations plus transition-driven interactions.

colors:
  background: "#f4e9e2"
  surface-1: "#ffffff"
  surface-2: "#fdf5f0"
  ink: "#092730"
  ink-subtle: "#092730"
  primary: "#c49141"
  on-primary: "#111111"
  primary-hover: "#f3c2a4"
  hairline: "#c6c8c7"
  semantic-error: "#ff3131"

typography:
  display-xl:
    fontFamily: "alternate-gothic-no-3-d, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
    fontSize: 40px
    fontWeight: 400
    lineHeight: 1.38
    letterSpacing: 2.5px
  display-lg:
    fontFamily: "ivymode, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
    fontSize: 40px
    fontWeight: 400
    lineHeight: 1.38
    letterSpacing: 2.5px
  display-md:
    fontFamily: "alternate-gothic-no-3-d, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
    fontSize: 26px
    fontWeight: 400
    lineHeight: 1.35
    letterSpacing: 1px
  headline:
    fontFamily: "alternate-gothic-no-3-d, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
    fontSize: 16px
    fontWeight: 400
    lineHeight: 1.5
    letterSpacing: 0.8px
  body:
    fontFamily: "calluna, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
    fontSize: 16px
    fontWeight: 400
    lineHeight: 1.5
    letterSpacing: 0

rounded:
  none: 0px
  xs: 8px
  sm: 9999px
  md: 10007px
  lg: 10015px
  xl: 10023px
  pill: 9999px

spacing:
  xxs: 2px
  xs: 8px
  sm: 10px
  md: 20px
  lg: 25px
  xl: 32px
  xxl: 64px

components:
  button-outline:
    backgroundColor: "transparent"
    textColor: "{colors.ink-subtle}"
    typography: "{typography.headline}"
    rounded: "{rounded.none}"
    padding: 12px 40px 10px
  button-outline-2:
    backgroundColor: "transparent"
    textColor: "{colors.ink-subtle}"
    typography: "{typography.headline}"
    rounded: "{rounded.none}"
    padding: 12px 40px 11.648px
  input-text-input:
    backgroundColor: "{colors.surface-1}"
    textColor: "{colors.ink-subtle}"
    typography: "{typography.headline}"
    rounded: "{rounded.none}"
    padding: 10px 8px
  navigation-main-nav:
    backgroundColor: "{colors.surface-1}"
    typography: "{typography.headline}"
    rounded: "{rounded.none}"

extracted_at: "2026-06-11T06:19:07.783Z"
completeness: 73
scoreVersion: "v2"

---

# Design System — truity.com
> Extracted automatically by Prism from https://www.truity.com/test/holland-code-career-test
> 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 &nbsp;|&nbsp; **Motion**: subtle &nbsp;|&nbsp; **Weight**: light &nbsp;|&nbsp; **Aesthetic**: soft-rounded

| Dimension | Value | Signal |
|---|---|---|
| Canvas | warm | `#f4e9e2` |
| Type posture | sans-led (calluna) | "tests taken in the last 30 day" |
| Color assertion | dual-accent | #c49141 |
| Whitespace | moderate | section rhythm 50px |
| Interaction | subtle | 7 keyframes, 8 transitions |
| Radius language | soft-pill | from token scale |

**Prism fingerprint**: `warm-canvas · sans-display · dual-accent · soft-pill · subtle-motion`

> **🤖 TL;DR for AI agents** (read this first — saves you scanning the full doc):
>
> - **Canvas**: `rgb(244, 233, 226)` is the page background. Every component composits against this.
> - **Accent**: `rgb(196, 145, 65)` for primary CTAs ONLY. Never decorative.
> - **Body type**: 16px (token: `typography.body`). Default for ALL text not in a heading role.
> - **Section rhythm**: 50px between major bands. Card padding: 25px.
> - **Default radius**: 9999px 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

**Signature:** a full-bleed image backdrop in the hero. This is the brand's most recognizable visual — reproduce it, don't replace it with a generic card or flat panel.

truity.com's canvas is a warm, intentionally-tinted surface (`#f4e9e2`) — a refusal of the default white that immediately signals editorial intent. This isn't sterility, it's an invitation to read. 

Headlines are set in **alternate-gothic-no-3-d**, a sans-serif display face (the dominant type signature, e.g. "tests taken in the last 30 days" at 35px). A second display voice — **ivymode** (sans) — appears in lower bands (e.g. "Holland Code Career Quiz"), used for editorial accent. Body text is set in **calluna**. 

Body text reads in Navy Blue (`#092730`) — softened from pure black, a small but deliberate detail that lowers reading friction. **Honey** (`#c49141`) 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. 
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: Light Gray (`#f4e9e2`)
- Primary typeface: calluna
- Primary text: Navy Blue (`#092730`)
- Accent: Honey (`#c49141`)
- Shadow system: 1 distinct elevation levels
- Custom fonts loaded: calluna, alternate-gothic-no-3-d, ivymode, Playfair Display

## 2. Color Palette & Roles

### Background & Surface
- **Light Gray** (`#f4e9e2`): Page background (primary)
- **White** (`#ffffff`): Surface / elevated background
- **Warm Cream** (`#fdf5f0`): Surface / elevated background
- **Whitesmoke** (`#ededed`): Surface / elevated background

### Text & Content
- **Navy Blue** (`#092730`): Primary body text
- **Black** (`#000000`): Secondary text
- **Dark Gray** (`#403050`): Secondary text
- **#0d3c47** (`#0d3c47`): Secondary text
- **Charcoal** (`#333333`): Secondary text

### Accent & Interactive
- **Primary** (`#6aad7a`): Accent / interactive (CSS var)
- **Honey** (`#c49141`): Interactive / accent
- **Peach** (`#f3c2a4`): Interactive / accent
- **Red** (`#cc7060`): Interactive / accent
- **#893121** (`#893121`): Interactive / accent
- **Gold** (`#d8a554`): Interactive / accent
- **Success** (`#849c8a`): Interactive / accent

### Border & Divider
- **Light Grey** (`#c6c8c7`): Borders / dividers
- **Light Grey** (`#bdbdbd`): Borders / dividers

### Full Extracted Palette
**22 colors rendered on the page** + **5** more declared in design tokens (CSS custom properties — not necessarily painted). (18 categorized above + 9 additional below.)
Rendered values are read via `getComputedStyle()`; token values come from CSS variable declarations. Third-party logo colors are filtered out.

- `#606b71` — Dim Gray
- `#a9a9a9` — Grey
- `#b2b2b2` — Grey
- `#757575` — Slate Grey
- `#555555` — Charcoal
- `#ff3131` — Danger *(token)*
- `#e5e5e5` — Whitesmoke *(token)*
- `#aeaeb2` — Grey *(token)*
- `#8e8e93` — Grey *(token)*

### CSS Custom Properties (Design Tokens)

**Shadow Token**
- `--tw-ring-offset-shadow`: `0 0 #0000`
- `--tw-inset-shadow-alpha`: `100%`
- `--tw-ring-shadow`: `0 0 #0000`
- `--tw-shadow-alpha`: `100%`

**Border Radius Token**
- `--radius-sm`: `.25rem`
- `--radius-xs`: `.125rem`
- `--radius-2xl`: `1rem`
- `--radius-md`: `.375rem`

**Font Weight Token**
- `--font-weight-bold`: `700`
- `--font-weight-medium`: `500`
- `--font-weight-normal`: `400`

**Error / Destructive**
- `--color-error`: `#ff3131`
- `--color-red`: `#cc7060`
- `--color-danger`: `#ff3131`

**Motion Token**
- `--default-transition-timing-function`: `cubic-bezier(.4, 0, .2, 1)`
- `--default-transition-duration`: `.15s`

**Primary Brand Color**
- `--color-primary`: `#6aad7a`

**Spacing Token**
- `--spacing`: `.25rem`
- `--tw-space-y-reverse`: `0`

**Success**
- `--color-success`: `#849c8a`

**Other tokens**
- `--font-calluna`: `calluna, "Times New Roman", serif`
- `--color-white`: `#fff`
- `--color-neutral-grey-3`: `#606b71`
- `--color-navy-dark`: `#0d3c47`
- `--color-dark-red`: `#893121`
- `--color-gold`: `#d8a554`
- `--text-sm--line-height`: `calc(1.25 / .875)`
- `--color-dark-gold`: `#c49141`

## 3. Typography Rules

### Font Families
- **Primary**: `calluna`
- **Secondary**: `ivymode`
- **Font 3**: `alternate-gothic-no-3-d`
- **Font 4**: `Playfair Display`
- **Font 5**: `Roboto`

### Custom Fonts Loaded
- **calluna** weight 400 (normal)
- **calluna** weight 700 (normal)
- **alternate-gothic-no-3-d** weight 400 (normal)
- **ivymode** weight 700 (normal)
- **Playfair Display** weight 400 (italic)
- **Playfair Display** weight 700 (normal)
- **Roboto** weight 400 (normal)
- **Roboto** weight 700 (normal)

### Typography Hierarchy

| Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
|------|------|------|--------|-------------|----------------|-------|
| Display Hero | alternate-gothic-no-3-d | 40px | 400 | 1.38 | 2.5px | Main headline (h1) |
| Section Heading | ivymode | 40px | 400 | 1.38 | 2.5px | Section titles (h1) |
| Sub-heading | alternate-gothic-no-3-d | 26px | 400 | 1.35 | 1px | Third-level heading (h3) |
| Label Heading | alternate-gothic-no-3-d | 16px | 400 | 1.5 | 0.8px | Small heading (H5) |
| Body | calluna | 16px | 400 | 1.5 | normal | Standard reading text |

### Font Weight Scale

CSS custom properties define 3 explicit weight steps:
- `--font-weight-normal`: `400` — Regular
- `--font-weight-medium`: `500` — Medium
- `--font-weight-bold`: `700` — Bold

### Full Font Size Scale

Sizes detected in the design (descending): `40px`, `35px`, `26px`, `24px`, `20px`, `16px`, `13px`

> 4 size(s) detected outside the sampled hierarchy (35px, 24px, 20px, 13px). 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: `#092730` `{colors.ink-subtle}`
- Padding: 12px 40px 10px
- Radius: 0px
- Border: 2px solid rgb(13, 60, 71)
- Font: 16px weight 400
- Use: Secondary action with border

**Outline**
- Background: `transparent`
- Text: `#092730` `{colors.ink-subtle}`
- Padding: 12px 40px 11.648px
- Radius: 0px
- Border: 2px solid rgb(13, 60, 71)
- Font: 16px weight 400
- Use: Secondary action with border

### Inputs & Forms

**Text Input**
- Background: `#ffffff` `{colors.surface-1}`
- Text: `#092730` `{colors.ink-subtle}`
- Padding: 10px 8px
- Radius: 0px
- Border: 1px solid rgb(198, 200, 199)
- Font: 16px weight 400
- Use: Text fields, search inputs
- Focus: border: `1px solid rgb(196, 145, 65)`, borderColor: `rgb(196, 145, 65)`, boxShadow: `oklch(0.546 0.245 262.881) 0px 0px 0px 1px`

### Navigation

**Main Nav**
- Background: `#ffffff` `{colors.surface-1}`
- Padding: 0px
- Radius: none
- Shadow: `rgba(0, 0, 0, 0.1) 0px 4px 6px 0px`
- Font: 16px weight 400
- Use: Static flex nav — N/A items


## 4b. Component Behaviors (State Matrix)

### Interaction State Narrative

- **Input**:
  - **focus:** shadow added, border changes

*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(9, 39, 48)"
  input:
    default:
      bg: "rgb(255, 255, 255)"
      fg: "rgb(9, 39, 48)"
      border: "1px solid rgb(198, 200, 199)"
    focus:
      bg: "transparent"
      fg: "inherit"
      border: "1px solid rgb(196, 145, 65)"
      shadow: "oklch(0.546 0.245 262.881) 0px 0px 0px 1px"
  link:
    default:
      bg: "rgb(196, 145, 65)"
      fg: "rgb(9, 39, 48)"
  navLink:
    default:
      bg: "rgb(196, 145, 65)"
      fg: "rgb(9, 39, 48)"
  footerLink:
    default:
      bg: "rgba(0, 0, 0, 0)"
      fg: "rgb(9, 39, 48)"
```

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

### Inputs & Forms
- **1 shape(s)** in this system: `Text Input`
- **DO NOT introduce new inputs & forms variants** without justification

### Navigation
- **1 shape(s)** in this system: `Main Nav`
- **DO NOT introduce new navigation 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 | 8px |
| sm | 10px |
| md | 20px |
| base | 24px |
| lg | 25px |
| xl | 32px |
| 2xl | 50px |
| 3xl | 64px |

### Border Radius Scale
| Name | Value | Use |
|------|-------|-----|
| None | 0px | No rounding |
| Xs | 8px | Tiny corners (badges, micro elements) |
| Sm | 9999px | Buttons, inputs, small elements |
| Md | 10007px | Cards, containers |
| Lg | 10015px | Large rounded elements, pill segments |
| Xl | 10023px | Category strips, featured containers |
| Full | 9999px | Pills, avatars, circular elements |

### Shape Language

| Component | Border Radius |
|-----------|---------------|
| Buttons | `0px` |
| Inputs & Forms | `0px` |
| Navigation | `none` |
| Page Body | `0px` |
| Primary Input | `0px` |

**Shape Personality**: Sharp & Angular — No rounding. Precise, editorial, enterprise feel.

**Full Radius Spectrum**: 0px, 7px, 8px, full/pill (from `allBorderRadii` scan)


## 5b. Spacing Rhythm Names

**Measured section padding**: bands use ~24px internal vertical padding (up to 32px) — **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** | `25px` | Within a section, between content groups |
| **card** | `20px` | Card padding, list-item spacing |
| **compact** | `10px` | Form fields, tight clusters, badge padding |
| **micro** | `8px` | 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).

**3/8 structural patterns detected.**

### Hero Pattern

- **Composition:** left-aligned — 
- **Viewport coverage:** 337px tall (not full-viewport)
- **Heading:** "Holland Code Career Quiz" — 40px left-aligned
- **Subheading:** "Accurate, Free Test to Find Your Ideal Career"
- **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.

### Card Grid Pattern

- **Card count:** 14 cards detected
- **Columns (desktop):** 1-up grid
- **Card dimensions:** 1146×118px (aspect 9.75:1)
- **Gap:** 0px between cards
- **Content:** ✗ no image
- **Clone instruction:** Build a 1-column grid (desktop) with cards at ~9.75:1 aspect ratio. Text/icon-only cards (no photography).

### Footer Pattern

- **Columns:** 3
- **Links:** 16 total
- **Height:** 478px
- **Includes:** ✗ no newsletter | ✓ social icons |  ✓ copyright
- **Clone instruction:** Build a 3-column footer with ~5 links per column, social media links, and a copyright line.

## 6. Depth & Elevation

| Level | Treatment | Use |
|-------|-----------|-----|
| Flat (Level 0) | No shadow | Page background, content blocks |
| Layered (Level 1) | <br>`rgba(0, 0, 0, 0.1) 0px 4px 6px 0px` | Cards, elevated surfaces |

**Shadow Philosophy**: Multi-layered shadow system creating natural, atmospheric depth. Each shadow level combines multiple layers for realistic elevation.

## 7. Motion & Interaction

### Easing System

| CSS Variable | Curve | Semantic Name |
|--------------|-------|---------------|
| `--ease-in-out` | `cubic-bezier(.4, 0, .2, 1)` | Ease Out — Decelerating |
| `--default-transition-timing-function` | `cubic-bezier(.4, 0, .2, 1)` | Ease Out — Decelerating |
| `--ease-out` | `cubic-bezier(0, 0, .2, 1)` | Ease Out — Decelerating |

### Duration Scale

| CSS Variable | Value | Tier |
|--------------|-------|------|
| `--default-transition-duration` | `.15s` | Fast |

### Copy-Paste Transition Snippets

**All Props**
```css
transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
```

**Color / Background**
```css
transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
```

**Color / Background**
```css
transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cub...;
```

**Color / Background**
```css
transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.15s cubic-be...;
```

### Keyframe Animation Catalog

| Animation Name | Type | Animated Props | Use Hint |
|----------------|------|----------------|----------|
| `svelte-1qqiyjv-animateIn` | Fade + Move | opacity, transform | UI transition |
| `spin` | Rotate / Spin | transform | Loading indicator |
| `svelte-1alhxvj-marquee` | Slide | transform | UI transition |
| `scaleFadeIn` | Fade + Move | opacity, transform | Element entrance |
| `scaleInFromLeft` | Fade + Move | opacity, transform | Focus / emphasis |
| `adthrive-fade-in` | Fade | opacity | Element entrance |
| `adthrive-fade-out` | Fade | opacity | Element exit |

### Motion Fingerprint

- **Speed Character**: Deliberate & Calm (median duration: `300ms`)
- **Dominant Easing**: custom cubic-bezier curves
- **Animation Library**: 7 unique animations (7 total including variants)

> This design moves with deliberate & calm timing using custom cubic-bezier curves, creating a UI that feels calm and controlled.

## 8. Do's and Don'ts

### Do
- Use Light Gray (`#f4e9e2`) as the page background — it's intentionally not pure white
- Use Navy Blue (`#092730`) for text — not pure black, it's warmer and more readable
- Use calluna 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 Honey (`#c49141`) as the primary accent — it's the brand's signature interactive color
- Style form inputs with a `1px solid rgb(198, 200, 199)` border — use border-based inputs, not floating labels or underline-only
- Keep navigation fixed to the top — the design uses a persistent navigation pattern

### Don't
- Don't use pure white (`#ffffff`) as a page background — the warm tone is part of the brand identity
- 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 remove the input border — the border is the primary affordance indicator for form fields


## 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(244, 233, 226)` as the base canvas"
    why: "Every component is designed to composit against this exact tone"
    test: "document.body.style.backgroundColor === 'rgb(244, 233, 226)'"
  - id: brand-accent-001
    type: do
    rule: "Reserve `rgb(196, 145, 65)` for primary CTAs and brand-mark signals only"
    why: "Single chromatic assertion device — overuse dilutes meaning"
    test: "querySelectorAll('[style*=\"rgb(196, 145, 65)\"]').length <= 3 per fold"
```

## 9. Responsive Behavior

### Breakpoints
| Name | Width | Key Changes |
|------|-------|-------------|
| Mobile | 400px | Single column, compact spacing |
| Mobile | 450px | Single column, compact spacing |
| Mobile Large | 640px | Expanded mobile layout |
| Mobile Large | 736px | Expanded mobile layout |
| Mobile Large | 767px | Expanded mobile layout |
| Tablet | 1024px | Multi-column grids begin |

### Token Diff — Desktop vs Mobile

| Element | Property | Desktop | Mobile |
|---------|----------|---------|--------|
| heading | font-size | `40px` | `31px` |
| heading | line-height | `55px` | `35.65px` |
| heading | letter-spacing | `2.5px` | `2px` |
| nav | display | `flex` | `none` |
| nav | height | `168px` | `auto` |

### Collapsing Strategy
- Headlines: 40px → 31px on mobile
- Navigation: flex → none 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):

- **Hero collapses left-aligned → centered** — composition shifts (verify on actual mobile render).
- **Footer columns collapse:** 3 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** — 3 non-rectangular cut(s).

> **Motion fingerprint**: non-rectangular shapes (3)

## 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://d31u95r9ywbjex.cloudfront.net/sites/default/files/test_images/test-hero-career.png
  *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: 1.01:1 (square / portrait)
- Rendered size: 116×115px
- Alt text: "Home"
- *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): 12 (86%)
- Portrait (<0.87): 1 (7%)
- Square (0.87–1.15): 1 (7%)

**Media Format Mix:**
- WebP: 2 (optimized photo/illustration hybrid)

**Average rendered image size:** 145×86px
**Above-fold image count:** 1 / 14

**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: Light Gray (`#f4e9e2`)
- Primary text: Navy Blue (`#092730`)
- Accent: Honey (`#c49141`)
- Border: Light Grey (`#c6c8c7`)
- Font: calluna
- Body: 16px weight 400

### Example Component Prompts
- "Create a hero section on Light Gray background (#f4e9e2). Headline at 40px calluna weight 400, line-height 1.38, letter-spacing 2.5px, color #092730."
- "Create the primary CTA button: `#c49141` background, `#092730` text, 9999px border-radius, 12px 24px padding, 400 weight, calluna font."
- "Build navigation: fixed on `#f4e9e2`. calluna 16px weight 400 for links."

### Iteration Guide
1. **Canvas**: Set the light canvas to Light Gray (`#f4e9e2`) — every component is composited against this exact base.
2. **Typography**: All type in calluna, weight range 400–700. Never exceed 700 — heavier weights break the brand's tonal restraint.
3. **Accent**: Honey (`#c49141`) is the sole interactive color. On hover → Peach (`#f3c2a4`). Use CSS transitions, not opacity/brightness filters.
4. **Motion**: All transitions use `cubic-bezier(0.4,0,0.2,1)`. Timing: 150ms for micro-interactions, 150ms for layout changes. Never use linear for UI transitions — preserve the brand's easing personality.
5. **Shape**: CTAs at `0px`. Apply border-radius from the extracted scale only — don't invent intermediate values.
6. **Spacing**: Use the `--ca-space-*` token scale (8px–32px). All padding, margin, and gap values are multiples from this scale — no magic numbers.
7. **Tokens**: Import from §11 CSS Export (`--ca-*` vars). Never hardcode hex values — always reference a token so theming remains consistent.

## 11. CSS Design Tokens Raw Export

*Copy-paste ready `:root {}` block — all values extracted directly from the live site.*

```css
/* Colors */
:root {
  --ca-background: #f4e9e2;
  --ca-surface-1: #ffffff;
  --ca-surface-2: #fdf5f0;
  --ca-ink-subtle: #092730;
  --ca-primary: #c49141;
  --ca-on-primary: #111111;
  --ca-primary-hover: #f3c2a4;
  --ca-hairline: #c6c8c7;
  --ca-semantic-error: #ff3131;
}

/* Typography */
:root {
  --ca-font-primary: "alternate-gothic-no-3-d", system-ui, sans-serif;
  --ca-text-display: 40px;
  --ca-text-heading: 40px;
  --ca-text-body: 16px;
}

/* Spacing & Radius */
:root {
  --ca-space-xxs: 2px;
  --ca-space-xs: 8px;
  --ca-space-sm: 10px;
  --ca-space-md: 20px;
  --ca-space-base: 24px;
  --ca-space-lg: 25px;
  --ca-space-xl: 32px;
  --ca-space-2xl: 50px;
  --ca-space-3xl: 64px;
  --ca-radius-none: 0px;
  --ca-radius-xs: 8px;
  --ca-radius-sm: 9999px;
  --ca-radius-md: 10007px;
  --ca-radius-lg: 10015px;
  --ca-radius-xl: 10023px;
  --ca-radius-full: 9999px;
}

/* Motion */
:root {
  --ca-ease-in-out: cubic-bezier(.4, 0, .2, 1);
  --ca-ease-out: cubic-bezier(0, 0, .2, 1);
}
```


## 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: header
    tag: header
    height: 138px
    width: full-bleed
    layout: block
    children: 1
    bg: "rgb(255, 255, 255)"
  - section: header
    tag: header
    classes: ["bg-navy-dark", "svelte-iafedd"]
    height: 337px
    width: full-bleed
    layout: block
    children: 1
    bg: "rgb(64, 48, 80)"
    tone: dark
    vertical-padding: ~24px
  - section: feature-section
    tag: main
    height: 2726px
    width: full-bleed
    layout: block
    children: 6
  - section: header
    tag: div
    classes: ["header-image-container", "mx-auto", "max-w-[1176px]", "px-8"]
    height: 337px
    width: 1176px
    layout: flex-row justify=normal
    children: 1
    bg-treatment: image
    vertical-padding: ~24px
    padding: "24px 32px"
  - section: feature-section
    tag: div
    classes: ["title-wrapper", "flex", "flex-col", "justify-center"]
    height: 231px
    width: 556px
    layout: flex-column justify=center
    children: 3
    vertical-padding: ~24px
    padding: "24px 0px"
  - section: content-section
    tag: section
    classes: ["bg-white", "svelte-iafedd"]
    height: 190px
    width: full-bleed
    layout: block
    children: 1
    bg: "rgb(255, 255, 255)"
    vertical-padding: ~32px
  - section: content-section
    tag: section
    classes: ["svelte-iafedd"]
    height: 1655px
    width: full-bleed
    layout: block
    children: 1
  - section: footer
    tag: div
    classes: ["adthrive-ad", "adthrive-footer", "adthrive-footer-1", "adthrive-ad-cls"]
    height: 90px
    width: full-bleed
    layout: flex-row justify=center
    children: 0
    bg: "rgba(255, 255, 255, 0.8)"
  - section: section
    tag: section
    classes: ["md:px-5", "svelte-iafedd"]
    height: 262px
    width: full-bleed
    layout: block
    children: 1
    vertical-padding: ~32px
    padding: "0px 20px"
  - section: footer
    tag: footer
    height: 478px
    width: full-bleed
    layout: block
    children: 4
    bg: "rgb(237, 237, 237)"
    vertical-padding: ~25px
    padding: "0px 0px 50px"
```

**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:
    - "Get Our Newsletter"
  sub-headings:
    - "Accurate, Free Test to Find Your Ideal Career"
  ctas:
    - "PERSONALITY TESTS"
    - "NEXT STEP >"
    - "SUBMIT"
  navigation:
    - "LOGIN OR SIGN UP"
    - "PERSONALITY BLOG"
    - "ABOUT US"
    - "CUSTOMER SERVICE"
    - "PRIVACY POLICY"
    - "TERMS OF USE"
    - "WORK FOR TRUITY"
    - "AFFILIATE PROGRAM"
    - "TESTING FOR CHARITIES"
    - "PERSONALITY TEST API"
  footer-links:
    - "PERSONALITY BLOG"
```

**Agent rule**: reuse these exact strings when generating UI. Do NOT translate or rephrase — brand voice is preserved through the original wording.


## 15. Asset Inventory (Image Roles & Ratios)

*Image inventory classified by role and aspect ratio. When reproducing the site, allocate this number of assets per role.*

```yaml
assets:
  logo:
    count: 12
    avg-ratio: 2.00
    common-aspect: "~16:9 landscape"
    sample-alts:
      - "Enterpreneur"
      - "Huffpost"
      - "Chicago Tribune"
  thumbnail:
    count: 1
    avg-ratio: 1.01
    common-aspect: "~1:1 square"
    sample-alts:
      - "Home"
```

**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">
  PERSONALITY TESTS
</button>
```
_Source pattern detected: padding `0px` · radius `0px` · weight `400`_

**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** 2 · **cta** 1 · **blog** 1 · **social** 8 · **footer** 10 · **other** 1

**Primary actions (conversion path):**
- Primary call-to-action — "LOGIN OR SIGN UP" (the conversion path) → `https://www.truity.com/login`

**Signals:** 11/23 links carry a featured image · device mockups detected: tablet ×4 · dominant link roles: footer-link (16), content-card (3), navigation (2).


---
## Extraction Completeness: 73/100 (C)

| Category | Score | Max | Detail |
|----------|-------|-----|--------|
| Colors & Palette | 25 | 25 | 18 named colors |
| Typography | 13 | 20 | 5 roles defined |
| Components | 12 | 20 | 3 specs extracted |
| Motion & Interaction | 15 | 15 | Keyframes, easing vars |
| CSS Custom Properties | 3 | 10 | 64 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 (calluna, alternate-gothic-no-3-d, ivymode)** — 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.

*✅ No critical extraction gaps detected — high-confidence reproduction expected.*

### Per-section confidence

| Section | Confidence | Reason |
|---------|------------|--------|
| §1 Visual Theme | High | Body bg extracted via getComputedStyle() |
| §2 Colors | High | 64 CSS vars (semantic naming requires ≥20 for high) |
| §3 Typography | High | 5 typography roles inferred |
| §4 Components | Medium | 3 component variants captured |
| §7 Motion | High | Keyframes + transitions |
| §8 Do's/Don'ts | High | 15 rules generated; design-decisions.json has evidence per rule |
| §9 Responsive | High | 6 breakpoints detected |
| §9b Photography | High | 14 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

1 font file(s) captured (42KB total). When running `prism add`, fonts are saved to `extractions/truity.com/fonts/` and embedded as base64 in the output HTML.

**@font-face declarations to use:**
```css
@font-face {
  font-family: 'calluna';
  /* src: url('/fonts/calluna.woff2') format('woff2'); */
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'calluna';
  /* src: url('/fonts/calluna.woff2') format('woff2'); */
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'calluna';
  /* src: url('/fonts/calluna.woff2') format('woff2'); */
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'calluna';
  /* src: url('/fonts/calluna.woff2') format('woff2'); */
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'alternate-gothic-no-3-d';
  /* src: url('/fonts/alternate-gothic-no-3-d.woff2') format('woff2'); */
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'ivymode';
  /* src: url('/fonts/ivymode.woff2') format('woff2'); */
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
```

### Keyframe Animations (Intercepted from CSS)

**3 @keyframes found** — these are the real animation definitions:

```
@keyframes svelte-1alhxvj-marquee { ... }
@keyframes svelte-1qqiyjv-animateIn { ... }
@keyframes spin { ... }
```

<details><summary>Full keyframes CSS (3 animations)</summary>

```css
@keyframes svelte-1alhxvj-marquee{0%{transform:translate(0)}
@keyframes svelte-1qqiyjv-animateIn{0%{opacity:0;transform:translate(-100%)}10%{opacity:1}
@keyframes spin{to{transform:rotate(360deg)}}
```
</details>

### Hover State CSS (Intercepted)

**8 hover rule lines** captured from CSS files. Key interactive transitions from real CSS (not inferred):

```css
.svelte-105fjz8 a:not(.btn-primary,.btn-secondary):hover{text-decoration:underline}

.share-links.svelte-kx1ojc a:where(.svelte-kx1ojc):hover{background-color:var(--color-navy-dark);transform:translate(-.25rem)}

.close.svelte-jby388:hover{color:var(--color-dark-red)}

.buy-item.svelte-5ic4js:hover{background-color:#fff;box-shadow:0 2px 6px #00000026}

.assigned-tests-banner.svelte-1804ktj a:where(.svelte-1804ktj):not(.in-session):hover>div:where(.svelte-1804ktj){background:linear-gradient(90deg,#0000,#ffffff1a,#0000)}

.main-menu.desktop.svelte-1wm0maf div:where(.svelte-1wm0maf)>.menu-toggle:where(.svelte-1wm0maf):hover{color:#8a321f}

.main-menu.desktop.svelte-1wm0maf nav:where(.svelte-1wm0maf) a:where(.svelte-1wm0maf):hover{text-decoration:underline}

header.svelte-1wm0maf:not(.sticky-header) .user-menu.desktop:where(.svelte-1wm0maf) a:where(.svelte-1wm0maf):hover{color:var(--color-dark-red)}

header.sticky-header.svelte-1wm0maf .user-menu.desktop:where(.svelte-1wm0maf) a:where(.svelte-1wm0maf):hover{color:#fff;background-color:#0b3c47;border-color:#0b3c47}

.social-links.svelte-1wm0maf a:where(.svelte-1wm0maf):hover{background-color:var(--color-gold);transform:translateY(-4px)}

.footer-links.svelte-1wm0maf a:where(.svelte-1wm0maf):hover{text-decoration:underline}

.dot.svelte-1aw7h7m:hover i:where(.svelte-1aw7h7m){background-color:var(--color-red);opacity:.8}

.draglist.svelte-1gy8pfd .handle:where(.svelte-1gy8pfd):hover{opacity:1}

.markup.svelte-iafedd a:hover{text-decoration:underline}

.question-radio.svelte-iafedd.focused,.question-radio.svelte-iafedd:hover{background-color:#fff}

.radio.svelte-iafedd:hover{background-image:url(../../../static/images/radio-mouse-over.webp)}
```

> **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 581 rendered nodes** — not a sample. These are the values the page *actually paints*, weighted by how often they appear.

### Real Responsive Breakpoints
**29 breakpoints** read from the live `@media` rules (not guessed) — 14 most relevant:
`321px` · `350px` · `400px` · `414px` · `420px` · `450px` · `480px` · `481px` · `520px` · `570px` · `600px` · `640px` · `650px` · `736px` … (+15 more)

### Measured Design Scale
**Type scale by usage** (× = paint count): `16px`×409 · `13.3333px`×112 · `26px`×26 · `13px`×12 · `35px`×6 · `14.6667px`×3 · `14px`×2 · `9.3344px`×2

**Radius scale** (× = paint count): `100%`×60 · `50%`×6 · `3px`×4 · `9999px`×4 · `5px`×1

**Weights** (× = paint count): `400`×572 · `700`×3

**Layout gaps** (× = paint count): `0px 4px`×12 · `8px`×2 · `32px`×1 · `20px`×1 · `4px`×1 · `16px`×1 · `16px 24px`×1

**Elevation (real shadows)**:
```css
rgba(0, 0, 0, 0.75) 0px 0px 5px 0px
rgba(0, 0, 0, 0.1) 0px 2px 4px 0px
rgba(0, 0, 0, 0.1) 0px 4px 6px 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 { color:var(--color-true-black); font-family:var(--font-calluna); background-color:var(--color-light-peach) }
header { font-family:var(--font-gothic); background-color:#fff; font-size:16px; box-shadow:0 4px 6px #0000001a }
nav { gap:.5rem }
h1 { font-family:var(--font-ivymode); font-size:31px }
@media (width >= 64rem) h1 { font-size:40px }
h1 { color:var(--color-peach) }
h2 { font-family:var(--font-gothic); font-size:31px }
@media (width >= 64rem) h2 { font-size:35px }
button { background:url(../../../static/images/menu.webp) 50%/40px 40px no-repeat; background-color:initial }
a { background-color:var(--color-dark-gold); transition:all .15s var(--ease-in-out); border-radius:9999px }
button { font-family:var(--font-gothic) }
```

> 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.truity.com/test/holland-code-career-test | 2026-06-11T06:19:07.797Z*
*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.*
