# Multi-Page Header Redesign — Replication Workflow ## Pattern Summary When the user picks a header design variant across all pages of a multi-page static web app, the changes fall into two layers: CSS and HTML. Replicate in order — CSS first (so the HTML has rules to reference), then HTML. ## Layer 1: CSS Changes (apply to all pages) ### 1a. Change `.header-card` gradient The header card uses `background: linear-gradient(...)` in a `