graph TD A[TASK START: Create Hero Section] --> B[BookScraper] B --> |book_raw.txt| C[PaletteMiner] B --> |book_raw.txt| D[CopyBuilder] C --> |palette.txt| E[SnippetAssembler] D --> |marketing_copy.txt| E B --> |cover_img_url| E E --> F[hero_section.html] F --> G[TASK COMPLETE] subgraph Scraping B end subgraph Analysis C D end subgraph Assembly E end style A fill:#f9f,stroke:#333 style G fill:#9f9,stroke:#333 style B fill:#bbf,stroke:#333 style C fill:#fbb,stroke:#333 style D fill:#fbb,stroke:#333 style E fill:#bfb,stroke:#333 style F fill:#ffb,stroke:#333