← Vault Index
Source: frameworks/kit-homepage/04-homepage-quality.md

04 — QUALITY: Homepage

Pass threshold: 90 / 100 When to run: After every Mode 1 build or Mode 3 content update, before sharing with Kathryn.


Structure & Completeness (20 points)

#CheckPoints
1All 10 sections present in correct order: Header, Hero, Problem/Pattern, Featured Product, Paid Offer, About, Proof, Pull Quote, Bottom CTA, Footer5
2Every section has exactly one job — no section tries to do two things (e.g., About does not also sell)3
3Header is sticky (position: sticky; top: 0; z-index: 100) with gold bottom border2
4Hero is two-column: main copy + side panel. Side panel contains product preview card.3
5About section uses class-based CSS (.about-hero, .about-hero-bg, .about-hero-overlay, .about-hero-content) — not inline styles for the photo treatment3
6Footer contains all compliance elements: Meta disclaimer, testimonial context disclaimer, brand attribution, contact email, legal links4

Responsive & Technical (20 points)

#CheckPoints
7All grids collapse to single column at 968px breakpoint3
8Header stacks vertically and centers at 968px — no hamburger menu (unless explicitly requested)2
9About hero gradient switches from left-to-right to top-to-bottom at 968px. Content shifts to justify-content: flex-end. Photo stays visible at all breakpoints.4
10No CSS var() anywhere in the file — all values hardcoded as hex3
11No JavaScript — zero