Pre-designed multi-phase scene templates. **Plan agent**: scan `triggers` / `role` — do not Read `blueprints/.md` files. **Build agent**: read the full blueprint text when writing code. If no blueprint fits, compose rules from the effects catalog. ## Blueprints Logo threads through 5 phases: hacker-flip text -> text swap -> logo centers -> avatar cloud + counter -> partner brand logos. Example (8s): hacker-flip 'HyperFrames' -> 'HTML Video' lockup with rolling `render / ship` ticker -> logo recenters -> '60 FPS' static label with scale-pulse + avatar cloud + SVG connection lines -> partner brand-logo strip. Single paused GSAP timeline drives all five phases. Shot 1 hacker-flip decode -> horizontal camera pan with parallax -> Shot 2 cursor-tracked typing. Example (7s): Shot 1 "HyperFrames renders" static rise + hacker-flip decode of accent word "video" -> horizontal pan with parallax exit + scale-in -> Shot 2 cursor-tracked typing "HTML, CSS and JS become MP4" inside a pre-allocated search-bar. Demonstrates browser-native text measurement (no charWidthRatio constant) and piecewise Math.min camera tracking. Companion text assembles beside hero -> companion exits + recenters -> camera zooms into hero -> hero breathes. Example (5s): 'Just use' discrete-assembly companion beside 'Hyperframes' + logo image -> companion slides out and container recenters -> camera zooms 5.5x into the logo -> logo breathes (sine onUpdate, multiplicative). Demonstrates three nested transform layers (scale -> translate -> recenter) and brandTextWidth measurement after fonts.ready. Typewriter + ticker build context -> hero enters from off-screen and physically pushes the text out -> hero breathes. Example (7.5s): 'Ask about any' typewriter + 'audience -> topic -> market' ticker -> pink-magenta logo enters from offscreen-right with rotation+scale impact -> text pushed left and fades (40-50% of hero duration) -> logo breathes with dual-frequency sine (1.0s scale, 1.33s rotation). Demonstrates reactive-displacement causal link and multiplicative breathing on a non-1 final scale. 3D-tilted webpage card -> scrolls to feature section -> keywords glow synced to ASR -> key element pops forward in 3D with a radial spotlight. Example (9s): OpusClip landing page recreated as a 3D-tilted card with navbar, hero title, CTA row, and video carousel. Six title keywords ('1 long video, 10 viral clips') glow synced to ASR timestamps via CSS `--glow` variable + per-word two-tween envelopes. Page scrolls down 280 px to reveal the carousel; main video pops forward 80 px in 3D with a radial spotlight dimming surroundings. Counter grows + enriched SVG icons expand outward from center, wrapped in multi-phase camera. Example (3.5s): Counter "0 -> 90 %" with dynamic font scaling (0.20W -> 0.42W), four enriched SVG icons (clock with linearly rotating minute hand, scissors oscillating ±15°, video frame with phase-offset pulsing red dot, play button with scale pulse) expanding outward from center, multi-phase camera (0.92 -> 1.0 -> 1.08). Demonstrates shared-ease lockstep sync between counter and icon expansion + a single scene-ticker onUpdate consolidating all internal SVG motion. Headline top + center video demo + 3D-tilted step indicators left + action button right that presses to confirm. Example (5.5s): "AI edits WITH you" headline slides down -> center editor mockup scales in -> 3 review steps stagger-enter on the left flank (3D-tilted +15°) and snap through pending -> active -> complete via `tl.set({ attr: data-state })` -> Approve button (3D-tilted -15°) bouncy entry with finite-yoyo glow pulse -> linear depression then linear return -> backgroundColor crossfades to success green + label swaps + checkmark pops with back.out(1.6). Demonstrates a discrete state machine driven by timeline-positioned `tl.set` calls. Mockups appear -> platform icons scatter -> center mockup scales down + crossfades into avatar -> task bubbles surround. Example (6s): Three video-platform mockups (YouTube Studio, TikTok Creator, Instagram Reels) spring-in -> nine scattered platform icons stagger-enter -> at 3.20s center mockup morphs via uniform `scale: 1 -> 0.6875` + paint-only `borderRadius`/`background`/`boxShadow` -> at 85% of morph the mockup container fades revealing an avatar circle underneath -> 8 task bubbles stagger-enter in radial pattern -> continuous motion consolidated into one shared `onUpdate` scene-ticker reading `tl.time()`. Category icons enter with 3D flip and orbit a center CTA -> cursor clicks -> icons collapse inward -> product demo springs out and floats. Example (6.5s): Six genre icons (Music, Gaming, Education, Sports, Vlogs, Podcast) enter staggered with 3D flip and orbit a central CTA at 0.25 rad/s -> cursor slides to white button via `back.out(1.3)`, depresses cursor + button + ripple -> icons collapse via `gsap.parseEase("back.out(1.6)")` -> demo card springs out from collapse point -> CTA + cursor fade out -> demo floats with finite-yoyo breathing. Three nested wrappers per icon separate orbit / collapse / entry concerns. Hero enters and breathes -> morphs into CTA via scale-swap -> cursor enters via spring path -> physics-based click compresses cursor + CTA together. Example (5.5s): "GWI Spark" lockup with breathing-rotated star logo -> morphs into a pink "Find out more" CTA pill via scale-swap (hero shrinks + fades, CTA pops with back.out(2)) -> cursor hard-cuts in at off-screen bottom-right and approaches via spring path -> physics-based click compresses both cursor and CTA together using a single GSAP target array. Title slides down -> two feature cards enter from opposite sides with opposing 3D tilts (+12° / -12°) -> floating pill badges attach to each card's inner edge. Example (5s): Title slides down -> left card (+18° rotateY, shadow falls right) and right card (-18° rotateY, shadow falls left) enter from their sides with `power3.out` over 0.7s (right staggers ~0.33s after left) -> pill badges pop in at the cards' inner edges with `back.out(1.7)`. Continuous floating consolidated in one scene-ticker onUpdate with `Math.PI` phase offset between left and right. Product video centered + floating -> video slides left and giant stat (3D depth layers) appears right -> both exit and kinetic text types center-screen with accent keywords -> gradient pill scales behind a closing phrase. Example (6.5s): "Hyper**Frames**" badge top; mock captioned video card centered (3D-tilted +15° rotateY) -> at 2.20s video slides to 29% W and "MP4" appears on right as a 5-layer green depth stack -> at 3.86s both exit and 23-char "HTML pages become video" + 15-char "frame by frame." type center-screen -> gradient pill (purple -> green) scales in behind line 2. Multiple phrases type sequentially in hard cuts; each phrase has main + accent segments with a context-sensitive cursor whose color switches at the segment boundary. Timeline computed from `chars × charSpeed + hold`. Example (7.5s): "Build video with **HTML**" -> "Seek **any frame**" -> "Render to **MP4**" typed at 150px on black. Three phrases in `SCRIPT`, timeline computed from `chars × 0.083s + hold`. One master `onUpdate` writes `textContent`, switches cursor `background-color` between white and cyan at segment boundaries, and drives a 1.0s square-wave blink.