graph TD
A[Project Brief Input] --> B[Initialize Brand Stylist Agent]
B --> C[Parse Color Palette]
B --> D[Parse Typography Requirements]
C --> E[Define Root Variables]
D --> E
E --> F[Generate Google Fonts Import]
E --> G[Create CSS Reset]
F --> H[Build Base Styles]
G --> H
H --> I[Create Component Classes]
I --> J1[Hero Section]
I --> J2[Credibility Bar]
I --> J3[Topics Grid]
I --> J4[Testimonials]
I --> J5[CTA Banners]
I --> J6[Contact Form]
I --> J7[Mobile Nav]
I --> J8[Footer]
J1 & J2 & J3 & J4 & J5 & J6 & J7 & J8 --> K[Add Responsive Breakpoints]
K --> L[Implement WCAG Checks]
L --> M[Add Comments]
M --> N[Optimize Code]
N --> O[Output style.css]