cinematic-scroll-skill 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/COMPATIBILITY.md +244 -0
  2. package/LICENSE +21 -0
  3. package/MODELS.md +92 -0
  4. package/README.md +250 -0
  5. package/SKILL.md +1003 -0
  6. package/audit-mode.md +497 -0
  7. package/bin/install.mjs +91 -0
  8. package/compile-choreography.mjs +296 -0
  9. package/decision-log.md +241 -0
  10. package/examples/GETTING_STARTED.md +279 -0
  11. package/examples/KNOWN_ISSUES.md +50 -0
  12. package/examples/PROMPTS.md +166 -0
  13. package/examples/luxe/README.md +88 -0
  14. package/examples/luxe/index.html +662 -0
  15. package/examples/noir/README.md +72 -0
  16. package/examples/noir/index.html +634 -0
  17. package/examples/pop/README.md +81 -0
  18. package/examples/pop/index.html +711 -0
  19. package/examples/renaissance/README.md +39 -0
  20. package/examples/renaissance/index.html +648 -0
  21. package/examples/studio/README.md +77 -0
  22. package/examples/studio/chapters.js +105 -0
  23. package/examples/studio/index.html +520 -0
  24. package/manifest.json +92 -0
  25. package/manifest.md +136 -0
  26. package/package.json +56 -0
  27. package/references/film-archetypes.md +211 -0
  28. package/references/performance-budget.md +499 -0
  29. package/references/scroll-patterns.md +693 -0
  30. package/scroll-choreography-compilation.md +543 -0
  31. package/scroll-choreography.json +1512 -0
  32. package/taste-guardrails.md +164 -0
  33. package/templates/nextjs/.env.example +41 -0
  34. package/templates/nextjs/app/api/fal/proxy/route.ts +33 -0
  35. package/templates/nextjs/app/api/fal/webhook/route.ts +132 -0
  36. package/templates/nextjs/app/api/generate-edition-asset/route.ts +66 -0
  37. package/templates/nextjs/app/globals.css +80 -0
  38. package/templates/nextjs/app/layout.tsx +21 -0
  39. package/templates/nextjs/app/page.tsx +10 -0
  40. package/templates/nextjs/components/ChapterDemoVisual.tsx +212 -0
  41. package/templates/nextjs/components/ChapterScene.tsx +373 -0
  42. package/templates/nextjs/components/EditionsPage.tsx +116 -0
  43. package/templates/nextjs/components/SmoothScrollProvider.tsx +8 -0
  44. package/templates/nextjs/lib/api-guard.ts +110 -0
  45. package/templates/nextjs/lib/editions-manifest.ts +224 -0
  46. package/templates/nextjs/lib/fal-client.ts +12 -0
  47. package/templates/nextjs/lib/fal-generate.ts +86 -0
  48. package/templates/nextjs/lib/fal-models.ts +213 -0
  49. package/templates/nextjs/lib/prompt-contract.ts +97 -0
  50. package/templates/nextjs/lib/use-device.ts +42 -0
  51. package/templates/nextjs/lib/use-lenis.ts +35 -0
  52. package/templates/nextjs/next.config.ts +29 -0
  53. package/templates/nextjs/package-lock.json +6455 -0
  54. package/templates/nextjs/package.json +41 -0
  55. package/templates/nextjs/package.patch.json +28 -0
  56. package/templates/nextjs/postcss.config.js +6 -0
  57. package/templates/nextjs/scripts/generate-chapter-assets.mjs +243 -0
  58. package/templates/nextjs/scripts/setup.mjs +170 -0
  59. package/templates/nextjs/tailwind.config.ts +37 -0
  60. package/templates/nextjs/tsconfig.json +23 -0
  61. package/troubleshooting.md +1284 -0
package/manifest.md ADDED
@@ -0,0 +1,136 @@
1
+ # Cinematic Scroll — Skill Manifest
2
+
3
+ ## What This Skill Is
4
+
5
+ A 5-phase cinematic web production studio that lives inside your AI agent. It builds scroll-driven websites — from single self-contained HTML sections to full Next.js release pages — with pinned chapters, multi-depth parallax, 3D tilt, environment-morphing backgrounds, and AI-generated chapter imagery. The motion grammar is the product: the same engine produces brutalist editorials, quiet-luxury launches, Gen-Z neon drops, sci-fi noir reveals, or any aesthetic you describe.
6
+
7
+ The skill enforces quality through a gated pipeline (Cinematic Audit → Motion Storyboard → Technical Spec → Build → Polish), a taste guardrails system with 11 banned patterns, a reference library of 12 scroll patterns and 7 film archetypes, and a performance budget designed for 60fps on M1 + iPhone 13.
8
+
9
+ ## What This Skill Is NOT
10
+
11
+ - **NOT a generic website builder.** It does not do forms, e-commerce checkout flows, CMS integration, admin dashboards, or SaaS app shells. It builds cinematic scroll experiences — editorial microsites, brand launch pages, product storytelling — and nothing else.
12
+ - **NOT a replacement for a design team.** It encodes craft and systematic quality, not original creativity. The film archetypes provide direction; they do not replace a creative director with taste and context.
13
+ - **NOT a no-code tool.** It produces code — HTML, TypeScript, React, GSAP — that you own, edit, and deploy. There is no drag-and-drop interface.
14
+ - **NOT guaranteed 60fps on all devices.** Performance depends on content complexity, layer count, and device GPU capability. The skill provides mobile degradation tiers and emergency degradation, but a budget Android from 2019 will not run 7-layer parallax at 60fps. The performance budget tells you where the line is.
15
+ - **NOT a source of free AI images.** The fal.ai integration requires your own API key and pay-as-you-go credits. CSS-only mode works at $0; generated imagery cost varies by model and resolution (e.g. FLUX.2 Pro is ~$0.06/image, an 8-chapter page ~$0.48). See `MODELS.md` and current fal.ai pricing before a batch.
16
+ - **NOT a Shopify clone generator.** Shopify Editions is an art-direction benchmark for the interaction pattern (chaptered release storytelling). The skill never copies Shopify's assets, logos, copy, or exact compositions.
17
+
18
+ ## Who It's For
19
+
20
+ ### Ideal Users
21
+
22
+ - **Frontend developers** who want to ship scroll-driven experiences faster — the skill handles the GSAP boilerplate, pin math, mobile degradation, and performance guardrails so you focus on the creative direction.
23
+ - **Creative technologists** who understand motion design but want systematic quality enforcement — the taste guardrails prevent the common mistakes that make scroll sites feel generic.
24
+ - **Agencies building brand launch pages, product storytelling sites, or editorial microsites** — the 5-phase pipeline gives clients review points and the output competes with Awwwards SOTD nominees in Editorial + Product Launch categories.
25
+ - **Solo developers** who need production-grade scroll effects without weeks of R&D — the bundled Next.js templates, choreo-3d primitives, and fal.ai pipeline provide a complete production stack.
26
+
27
+ ### NOT For
28
+
29
+ - **Backend developers with no CSS/animation experience.** You need to understand transforms, easing, viewport units, and React component architecture. The skill is not a tutorial.
30
+ - **Teams needing complex application logic.** Dashboards, CRUD interfaces, real-time data, user auth, and multi-page app routing are out of scope. The output is a cinematic page, not an application.
31
+ - **Projects where SEO content density is the priority.** Theatrical scroll experiences prioritize motion over text density. Pinned sections with minimal copy perform poorly on content-density SEO metrics. Use this for brand storytelling, not for ranking blog posts.
32
+ - **Teams expecting zero maintenance.** The skill uses modern dependencies (GSAP 3.13, React 19, Next.js 15) and an evolving AI image pipeline. Dependency updates and browser changes require ongoing attention like any production codebase.
33
+
34
+ ## Philosophy
35
+
36
+ ### 1. The motion is the product
37
+ Pinned chapters, multi-depth parallax, 3D perspective cameras, and scroll-scrubbed title choreography are not decorative flourishes — they are the core value. A page built with this skill should feel like scrolling through a film, not reading a document. Every default, every template, every guardrail exists to protect that feeling.
38
+
39
+ ### 2. The aesthetic is the user's — the system is ours
40
+ This skill never imposes a visual style. The same engine that produces a warm Renaissance editorial can produce a cold brutalist portfolio or a neon Gen-Z product drop. The motion grammar (7 depth layers, 5 title reveal patterns, 7 film archetypes) is the constant; the palette, typography, and imagery come entirely from the user's brief. Anti-convergence principles prevent the output from looking like every other scroll site on Awwwards.
41
+
42
+ ### 3. Quality is enforced, not assumed
43
+ Eleven banned patterns, performance budgets, mobile degradation tiers, and a QA checklist with exact commands. Violating these rules is a bug, not a style choice. The skill checks every output against the guardrails before delivering. "Looks like a Bootstrap landing page" or "looks like a Tailwind UI template" equals failure.
44
+
45
+ ### 4. Progressively enhanced, never degraded
46
+ Every experience starts from a baseline that works everywhere: static layout, readable content, accessible structure. Then layers are added — parallax, pinning, 3D tilt, AI imagery — only where the device and user preferences allow. The CSS-only mode looks stunning before a single AI image generates. The reduced-motion fallback is a complete experience, not a broken one. Progressive enhancement means the site works for everyone; it just gets better for those with the hardware to support it.
47
+
48
+ ## Version History
49
+
50
+ ### v2.0.0 (Current)
51
+
52
+ - **5-phase gated pipeline:** Cinematic Audit → Motion Storyboard → Technical Spec → Build → Polish. Each phase gates the next. No more prompt-to-code one-shots.
53
+ - **Taste guardrails system:** 11 banned patterns (no filter animation, no layout-property animation, no scroll-jacking short content, no setState in scroll handlers, etc.), 7 anti-convergence principles, cinematic vocabulary with film-term-to-implementation mapping, and pacing rules derived from perceptual psychology.
54
+ - **Reference library:** 12 scroll patterns (Pinned Hero, Scrubbed Timeline, Velocity-Reactive, Sticky Narrative, Chaptered Release, Parallax Gallery, 3D Product Orbit, Editorial Longread, Data Story, Landing Sequence, Portfolio Reveal, Archive Explorer) with depth configs, transition types, and mobile strategies for each. 7 film archetypes (Kubrick, Fincher, Wes Anderson, Nolan, Villeneuve, Gerwig, Zhao) for art-direction direction.
55
+ - **Performance budget:** 60fps contract with frame budgets, permitted/forbidden property lists, will-change strategy, mobile degradation matrix (4 tiers), and Core Web Vitals targets.
56
+ - **Scroll choreography schema:** A declarative JSON format (`scroll-choreography.json`) that defines chapter structure, depth layers, keyframes, and transitions — reviewable, versionable, and compilable to multiple animation targets.
57
+ - **Audit mode:** 4-dimension scoring of existing scroll experiences (Pacing, Performance, Accessibility, Emotional Arc) with actionable improvement plans.
58
+ - **GSAP is now free:** As of the 2025 Webflow acquisition, all former Club plugins (SplitText, ScrollSmoother, ScrollTrigger, MorphSVG, Flip) are included at no cost. Mode B uses these premium plugins natively.
59
+ - **choreo-3d v1.0.0:** Production-ready animation orchestration package with built-in vanilla fallback (sticky + IntersectionObserver + rAF) for zero-dependency scenarios.
60
+
61
+ ### v1.0.0
62
+
63
+ - **Two-mode architecture:** Mode A (single-file HTML artifact, zero build) + Mode B (full Next.js project scaffold).
64
+ - **Core motion primitives:** Pinned chapters, 5-7 depth layers, multi-depth parallax, 3D mouse tilt, background morphing between chapters, mask/stagger/letter-spacing title reveals, scroll-spy index rail.
65
+ - **fal.ai integration:** AI-generated chapter imagery through FLUX.2 Pro, with server-side proxy for key security.
66
+ - **Zero-dependency demos:** Mode A examples run from `file://` with hand-rolled rAF, no build, no CDN.
67
+ - **Reference direction:** Shopify Editions as art-direction benchmark for chaptered release storytelling.
68
+
69
+ ## Compatibility
70
+
71
+ | Platform | Version | Status |
72
+ |---|---|---|
73
+ | Claude Desktop | >= 3.5 | Supported |
74
+ | Cursor | Latest | Supported |
75
+ | Hermes | Latest | Supported |
76
+ | agentskills.io | 1.x | Supported |
77
+
78
+ ### Browser Support
79
+
80
+ | Browser | Minimum | Recommended |
81
+ |---|---|---|
82
+ | Chrome | 110 | Latest |
83
+ | Firefox | 120 | Latest |
84
+ | Safari | 16 | 17+ |
85
+ | Edge | 110 | Latest |
86
+ | Chrome Android | 110 | Latest |
87
+ | Safari iOS | 16 | 17+ |
88
+
89
+ CSS scroll-driven animations (`@scroll-timeline`) are not used — all scroll effects rely on well-supported APIs (GSAP ScrollTrigger, IntersectionObserver, requestAnimationFrame, CSS transforms).
90
+
91
+ ## System Requirements
92
+
93
+ ### For Mode A (Scroll Artifact)
94
+
95
+ - Any modern browser (Chrome, Firefox, Safari, Edge — see table above)
96
+ - No build step required
97
+ - No API keys required
98
+ - No Node.js required
99
+ - Runs from `file://` or any static server
100
+
101
+ ### For Mode B (Full Release Site)
102
+
103
+ - **Node.js** >= 18
104
+ - **npm** >= 9 or **yarn** >= 1.22
105
+ - **fal.ai API key** (optional — CSS-only mode works without any AI setup)
106
+ - ~500MB disk space for `node_modules`
107
+
108
+ ### Development Hardware
109
+
110
+ | Tier | Recommendation | Notes |
111
+ |---|---|---|
112
+ | Dev machine | Any modern laptop | M1 MacBook Air is the reference target |
113
+ | Test device (flagship) | iPhone 15 Pro / Samsung S24 | Full experience baseline |
114
+ | Test device (mid-range) | iPhone 12 / Pixel 6 | Degradation tier 2 testing |
115
+ | Test device (budget) | iPhone SE / budget Android | Degradation tier 3 testing |
116
+
117
+ ## License & Legal
118
+
119
+ **MIT License** — see [LICENSE](./LICENSE) file. Free for any use, personal or commercial.
120
+
121
+ **Generated assets** (AI imagery produced through the fal.ai pipeline) are subject to:
122
+ - [fal.ai](https://fal.ai) terms of service
123
+ - The specific model provider's license (FLUX.2 by Black Forest Labs, Gemini by Google, Imagen by Google)
124
+ - Input-rights terms for your prompt content
125
+
126
+ **Review all generated output before commercial deployment.** AI-generated imagery may contain artifacts, unintended text, or compositional issues that require manual curation.
127
+
128
+ **Reference direction:** Shopify Editions is used only as an art-direction benchmark for the interaction pattern (chaptered release storytelling). This skill never copies Shopify's assets, logos, copy, source code, or exact compositions.
129
+
130
+ **Originality:** The skill does not generate images that imitate living artists by name, and does not bake readable UI copy into generated images unless explicitly requested and the target model supports reliable text rendering.
131
+
132
+ ---
133
+
134
+ *Built by [Simone Leonelli](https://w230.net) · [simone@w230.net](mailto:simone@w230.net)*
135
+
136
+ *License: MIT | Status: Open source, provided as-is | Issues and PRs welcome*
package/package.json ADDED
@@ -0,0 +1,56 @@
1
+ {
2
+ "name": "cinematic-scroll-skill",
3
+ "version": "2.1.0",
4
+ "description": "Installer for the cinematic-scroll Agent Skill — copies the skill into ~/.claude/skills/ (Claude Code, Cursor, etc.). The skill builds cinematic, scroll-driven websites: pinned chapters, parallax, 3D tilt, environment-morphing backgrounds, and full release pages.",
5
+ "type": "module",
6
+ "bin": {
7
+ "cinematic-scroll-skill": "bin/install.mjs"
8
+ },
9
+ "files": [
10
+ "bin/",
11
+ "SKILL.md",
12
+ "manifest.json",
13
+ "manifest.md",
14
+ "taste-guardrails.md",
15
+ "audit-mode.md",
16
+ "troubleshooting.md",
17
+ "decision-log.md",
18
+ "scroll-choreography.json",
19
+ "scroll-choreography-compilation.md",
20
+ "compile-choreography.mjs",
21
+ "MODELS.md",
22
+ "COMPATIBILITY.md",
23
+ "references/",
24
+ "templates/",
25
+ "examples/*.md",
26
+ "examples/*/index.html",
27
+ "examples/*/README.md",
28
+ "examples/*/*.js",
29
+ "LICENSE",
30
+ "README.md"
31
+ ],
32
+ "scripts": {
33
+ "prepack": "rm -rf templates/nextjs/node_modules"
34
+ },
35
+ "keywords": [
36
+ "claude",
37
+ "agent-skill",
38
+ "cursor",
39
+ "scroll",
40
+ "animation",
41
+ "gsap",
42
+ "parallax",
43
+ "cinematic",
44
+ "nextjs"
45
+ ],
46
+ "homepage": "https://mustbesimo.github.io/cinematic-scroll-skill/",
47
+ "repository": {
48
+ "type": "git",
49
+ "url": "git+https://github.com/MustBeSimo/cinematic-scroll-skill.git"
50
+ },
51
+ "author": "Simone Leonelli <simone@w230.net>",
52
+ "license": "MIT",
53
+ "engines": {
54
+ "node": ">=18"
55
+ }
56
+ }
@@ -0,0 +1,211 @@
1
+ # Visual Systems for Scroll Design
2
+
3
+ > Every scroll site has a visual system. This file lets you choose yours intentionally.
4
+
5
+ Each system below maps concrete scroll design principles — pacing, color, type, depth, and transitions — to a production-ready visual language. When a brief aligns with a system, every design decision becomes easier because you are working from a coherent visual language, not a mood board.
6
+
7
+ ---
8
+
9
+ ## 1. Symmetric Monument
10
+
11
+ *Visual language inspired by meticulous classical composition and architectural precision*
12
+
13
+ ### Scroll Behavior
14
+ One-point perspective, slow deliberate movement, and absolute symmetry. The scroll axis becomes a corridor — the user moves forward into depth, not sideways across a page. Every pinned section is a "room" viewed from a single fixed vantage point. The camera never rushes. Reveals happen at glacial speed, forcing the user to sit with the composition before the next element arrives.
15
+
16
+ ### Color Philosophy
17
+ Desaturated primaries with sudden violent accents. A Symmetric Monument palette lives in muted creams, cold institutional blues, and warm tungsten ambers — then a single frame of arterial red shatters the calm. Color is not decoration; it is narrative punctuation. Use `#C41E3A` against `#E8E0D4` and let the red do all the screaming.
18
+
19
+ ### Pacing Signature
20
+ Slow, symmetrical, metronomic. Pins run 300-400vh (the upper limit — the pacing earns it). Title reveals take 40% of the pin range. Stagger is wide: 12-15% between elements, creating space for the composition to accumulate. Easing is `power1.inOut` — no drama in the curve, all drama in the duration.
21
+
22
+ ### Typographic Voice
23
+ Geometric sans-serif (Futura, SF Mono), tracked out, centered, monumental. Titles at 120px+, all caps, `letter-spacing: 0.15em`. Body copy is small, almost whispered — 14px, `line-height: 1.6`, left-aligned in narrow 40ch columns. The contrast between screaming titles and timid body creates hierarchy through aggression.
24
+
25
+ ### Depth Strategy
26
+ 4-5 layers maximum, arranged in strict one-point perspective. Background layers drift at 0.1x and 0.25x. Midground holds the subject at 0.5x. Foreground elements (door frames, architectural edges) at 0.8x. The vanishing point never moves. All layers converge to a single coordinate — typically 50% horizontal, 40% vertical.
27
+
28
+ ### Transition Style
29
+ Hard cuts. No fade, no slide, no dissolve. One section ends; the next begins instantly. The harshness of the cut is the transition. If a color morph is necessary, it happens inside a single pinned section — never between sections.
30
+
31
+ ### Applied Example
32
+ A **law firm** wanting **authority and stillness** should reference this. A **museum** wanting **classical reverence** should reference this. A **luxury real estate** brand selling **architectural space** should reference this.
33
+
34
+ ---
35
+
36
+ ## 2. Clinical Noir
37
+
38
+ *Visual language inspired by precision, data visualization, and invisible technique*
39
+
40
+ ### Scroll Behavior
41
+ Meticulous precision, data-driven composition, and invisible technique. The scroll feels like a camera on a dolly track — perfectly smooth, no vibration, no flourish. Information arrives on a need-to-know basis. The user scrolls and something is revealed, but the mechanism of the reveal is invisible. No snap scroll. No whip pans. The motion is the absence of motion.
42
+
43
+ ### Color Philosophy
44
+ Desaturated to the point of near-monochrome. This system's palette is ash grey, steel blue, sickly yellow-green, and black. Saturation never exceeds 30%. When color does appear — a warm skin tone, a red wine stain — it reads as an event because the surrounding world has been drained of it. Use `#3A3A3A`, `#7A8B99`, `#2C2C2C` as base; introduce `#C9A96E` (amber) only for interactive elements.
45
+
46
+ ### Pacing Signature
47
+ Medium-slow, uniform, relentless. 200-250vh pins. Title reveals are 35% of pin range — not rushed, not leisurely. Stagger at 6-8%. The rhythm is a heartbeat: consistent, unhurried, unsettling in its regularity. Easing is `power2.inOut` — smooth acceleration and deceleration, no accent, no personality. The curve says "this is inevitable."
48
+
49
+ ### Typographic Voice
50
+ Helvetica Neue (or Inter, or SF Pro), medium weight, meticulously sized. Titles at 64-80px, sentence case, `letter-spacing: -0.02em` (tight, confident). Body at 16px, `line-height: 1.6`, neutral. No serifs. No personality in the type — the personality is in the spacing, the sizing, the silence around the words.
51
+
52
+ ### Depth Strategy
53
+ 3 layers, shallow depth. Background at 0.15x, content at 0.5x, a subtle texture overlay at 0.9x. This system does not do deep parallax — depth is implied through focus, not motion. The shallow stack keeps the composition flat and controlled, like a framed photograph that happens to move slightly.
54
+
55
+ ### Transition Style
56
+ Fade through black. Not a crossfade — a fade-to-black, hold for one beat (20vh of scroll darkness), then fade up to the next chapter. The darkness is a palate cleanser. It resets the user's visual state before the next information payload arrives.
57
+
58
+ ### Applied Example
59
+ A **fintech app** wanting **trust and precision** should reference this. A **SaaS platform** wanting **clinical professionalism** should reference this. A **news organization** wanting **gravitas without pomposity** should reference this.
60
+
61
+ ---
62
+
63
+ ## 3. Storybook Geometry
64
+
65
+ *Visual language inspired by playful symmetry, bright color fields, and lateral motion*
66
+
67
+ ### Scroll Behavior
68
+ Flat, snap-to-grid, centered compositions with lateral movement. The scroll axis becomes a horizontal dolly (even on a vertical page — use `translateX` driven by vertical scroll progress). Every element is centered or perfectly symmetrical. The camera moves in straight lines: left, right, up, down — never diagonal, never organic.
69
+
70
+ ### Color Philosophy
71
+ Pastel, saturated, playful. This system's palette is a box of macarons: dusty rose `#D4A5A5`, butter yellow `#F4E4BC`, mint green `#A8D5BA`, baby blue `#A8C8EC`, lavender `#C9B8D8`. Colors do not blend; they butt against each other in hard-edged blocks. Each chapter gets one dominant pastel with a complementary accent.
72
+
73
+ ### Pacing Signature
74
+ Fast, rhythmic, symmetrical. Short pins at 150-180vh. Title reveals are snap-quick: `power4.out`, 0.4s duration, word-stagger at 4%. The user should feel like they are flipping through a beautifully designed book, not scrolling a website. Rhythm is everything — the pacing should have a musical quality, like verses in a pop song.
75
+
76
+ ### Typographic Voice
77
+ Geometric sans-serif (Futura, Inter) for display, sometimes a slab serif for contrast. Titles at 80-100px, centered, `letter-spacing: 0.08em`, often in all-caps. Body copy is small, centered, almost decorative — 13-14px, `line-height: 1.5`, in narrow 35ch columns. Type is treated as a visual element first, a reading element second.
78
+
79
+ ### Depth Strategy
80
+ 2-3 layers, explicitly flat. Background is a solid color or simple pattern. Midground holds the subject. Foreground has a decorative border or frame element. Parallax rates are minimal: 0.1x, 0.4x, 0.7x. The flatness is the point — depth is suggested through scale and overlap, not through perspective.
81
+
82
+ ### Transition Style
83
+ Hard lateral wipes. One chapter slides out to the left while the next slides in from the right — perfectly synchronized, 0.5s, `power2.inOut`. The wipe is a curtain change between acts. No fade, no dissolve. The seam between chapters is visible and intentional, like turning a page in a pop-up book.
84
+
85
+ ### Applied Example
86
+ A **boutique hotel** wanting **whimsical charm** should reference this. A **bakery or food brand** wanting **playful sophistication** should reference this. A **children's product** wanting **nostalgic warmth without childishness** should reference this.
87
+
88
+ ---
89
+
90
+ ## 4. Temporal Monument
91
+
92
+ *Visual language inspired by dramatic layering, extreme scale shifts, and time-bending transitions*
93
+
94
+ ### Scroll Behavior
95
+ Layered timelines, dramatic scale shifts, and time-bending transitions. The scroll experience should feel like moving through nested realities — foreground action, midground context, background cosmic scale, all moving at different rates. Use nested pinned sections (a pin within a pin) to create the "nested worlds" effect. The user scrolls through one timeline and discovers another underneath.
96
+
97
+ ### Color Philosophy
98
+ Dramatic chiaroscuro. This system's palette is built on extreme contrast: deep blacks `#0A0A0A`, cold steel highlights `#C8D8E8`, and warm practical lights `#E8C97A` (tungsten, fire, sun). Shadows are not grey — they are black. Highlights are not white — they are colored by their source. Every frame reads as a painting by candlelight or starlight.
99
+
100
+ ### Pacing Signature
101
+ Variable, relentless, driven by narrative momentum. Alternate between 250vh slow-burn pins (dialogue, exposition) and 120vh high-velocity snaps (action, transition). The contrast between slow and fast creates the feeling of unstoppable momentum. Easing: `power3.inOut` for slow sections, `power4.in` for snap transitions.
102
+
103
+ ### Typographic Voice
104
+ Clean sans-serif (Gotham, Montserrat, or similar) for titles, large and authoritative — 100px+, `font-weight: 700`, `letter-spacing: -0.03em`. Body copy is neutral, readable, almost invisible — 15px, `line-height: 1.7`. The type does not draw attention to itself; it delivers information so the visuals can do the dramatic work.
105
+
106
+ ### Depth Strategy
107
+ 5-7 layers — the deepest stack of any system. Background cosmic/environmental layers at 0.05x and 0.12x. Architectural/context layers at 0.25x and 0.4x. Subject layers at 0.6x and 0.75x. A foreground detail layer at 0.9x. The extreme depth separation between background (nearly static) and foreground (fast) creates the sense of cosmic scale.
108
+
109
+ ### Transition Style
110
+ Inversion cuts. One section's color palette is the photographic negative of the next — warm → cold, bright → dark, saturated → desaturated. The transition is not a motion but a reality shift. Accompany with a `rotateX(2deg)` tilt that rights itself over the first 20% of the new pin.
111
+
112
+ ### Applied Example
113
+ A **space or deep-tech startup** wanting **cosmic scale** should reference this. A **venture capital firm** wanting **ambition and gravity** should reference this. A **cinematic game launch** wanting **event-level drama** should reference this.
114
+
115
+ ---
116
+
117
+ ## 5. Atmospheric Sublime
118
+
119
+ *Visual language inspired by vast negative space, atmospheric haze, and slow revelation*
120
+
121
+ ### Scroll Behavior
122
+ Vast negative space, atmospheric haze, and slow revelation. The user scrolls through emptiness — a desert, a fog bank, a dark screen — and gradually, impossibly slowly, forms emerge from the atmosphere. The scroll is not about delivering information quickly; it is about creating the conditions for awe. Every pinned section starts empty and ends populated.
123
+
124
+ ### Color Philosophy
125
+ Atmospheric, desaturated, warm-cold duality. This system shifts between two registers: warm dust (ochre `#B8956A`, sand `#C4A882`, haze `#D4C5A9`) and cold steel (slate `#5A6670`, ice `#8BA4B4`, shadow `#1E2328`). No bright primaries. No saturated greens. The world is either burning or freezing, and the tension between the two is the palette's engine.
126
+
127
+ ### Pacing Signature
128
+ Glacial, then sudden. Pins at 280-350vh — the longest of any system. The first 60% of the pin is atmospheric: background drifts, haze thickens, a distant shape becomes barely visible. The final 40% delivers the reveal: title, subject, call-to-action. The asymmetry is crucial — the wait must be longer than the payoff, or the payoff feels cheap. Easing: `none` (linear) for atmospheric drift; `power2.out` for the reveal.
129
+
130
+ ### Typographic Voice
131
+ Sharp, thin, spaced-out sans-serif (Helvetica Neue Light, or thin weight Inter). Titles at 90-120px, `font-weight: 200`, `letter-spacing: 0.2em`, uppercase. The thinness of the type lets it sit lightly on the image — it does not compete with the visual atmosphere, it annotates it. Body copy is minimal: 14px, `line-height: 1.8`, never more than 3 short paragraphs per chapter.
132
+
133
+ ### Depth Strategy
134
+ 3-4 layers, but used for atmosphere, not objects. Layer 1 (0.05x): background image, slow drift. Layer 2 (0.2x): atmospheric haze / gradient overlay, opacity shifts with scroll. Layer 3 (0.5x): primary subject, revealed late. Layer 4 (0.85x): dust particles or texture, subtle parallax. The haze layer is the secret weapon — a semi-transparent gradient that shifts opacity based on scroll progress, creating the sense of emerging from fog.
135
+
136
+ ### Transition Style
137
+ Atmospheric bleed. The outgoing section's haze expands to fill the viewport (opacity 0 → 1 over 40vh), holds (20vh), then the incoming section's haze contracts (opacity 1 → 0). The user never sees a hard edge — they move through a cloud between worlds.
138
+
139
+ ### Applied Example
140
+ An **automotive brand** wanting **scale and presence** should reference this. A **premium spirits** company wanting **ritual and atmosphere** should reference this. A **documentary or nature brand** wanting **reverence for landscape** should reference this.
141
+
142
+ ---
143
+
144
+ ## 6. Warm Scrapbook
145
+
146
+ *Visual language inspired by intimate character, playful imperfection, and conversational rhythm*
147
+
148
+ ### Scroll Behavior
149
+ Warm, intimate, character-driven, with playful formal experiments. The scroll feels like flipping through a personal scrapbook — handwritten notes, pressed flowers, Polaroid snapshots, all arranged with affectionate chaos. Motion is quick, energetic, and slightly imperfect. Elements do not glide; they bounce, wobble, and settle. The imperfection is the point.
150
+
151
+ ### Color Philosophy
152
+ Warm, saturated, emotionally direct. This system's palette is a summer afternoon: warm pink `#E8927C`, butter yellow `#F5D76E`, sage green `#8FA68E`, dusty blue `#7BA7BC`, cream `#F5F0E8`. Colors are saturated but not electric — they feel found, not designed. Each chapter has a dominant warmth that shifts subtly in hue (rose → peach → amber) to create emotional progression.
153
+
154
+ ### Pacing Signature
155
+ Quick, varied, conversational. Short pins at 150-200vh. Rapid title reveals (word-stagger at 5%, `back.out(1.2)` easing — the slight overshoot feels hand-placed, not machine-perfect). Unexpected pauses: a 30vh "breathing room" section with nothing but a centered quote in italic script. The rhythm mimics conversation — quick, quick, pause, quick, longer pause.
156
+
157
+ ### Typographic Voice
158
+ Friendly, open sans-serif for body (Inter, -apple-system), with occasional hand-drawn or script display type for headlines. Titles at 70-90px, warm and approachable, sometimes all-caps, sometimes sentence-case, sometimes a playful MiXeD case. Body at 16px, `line-height: 1.8`, warm and conversational. The type should feel like it was chosen by a friend, not an algorithm.
159
+
160
+ ### Depth Strategy
161
+ 2-3 layers, warm and shallow. Background: a soft color or subtle pattern, no movement. Midground: the main content, subtle parallax (0.3x-0.4x). Foreground: decorative elements — hand-drawn shapes, stamps, sketches — at 0.8x-0.9x. The foreground should look like it was collaged on top.
162
+
163
+ ### Transition Style
164
+ Soft dissolve with a brief scale pop. As one chapter fades out (opacity 1 → 0 over 15vh) the next fades in (opacity 0 → 1 over 15vh), and a foreground element (like a stamp or shape) briefly scales up to 1.05x then back down to 1.0x. The effect is handmade, not machine-perfect.
165
+
166
+ ### Applied Example
167
+ A **boutique or craft brand** wanting **authenticity and warmth** should reference this. A **children's or family service** wanting **approachable joy** should reference this. A **personal brand or portfolio** wanting **humanity and relatability** should reference this.
168
+
169
+ ---
170
+
171
+ ## 7. Naturalistic Drift
172
+
173
+ *Visual language inspired by observational precision, subtle motion, and lived-in authenticity*
174
+
175
+ ### Scroll Behavior
176
+ Naturalistic, observational, with subtle camera motion that feels almost unscripted. The scroll should feel like watching real life through a patient, contemplative lens — not cinematic, not stylized, but deeply observed. Motion is minimal and organic: a slight drift, a gentle float, the way light might move across a room. The user should feel like they are discovering something authentic, not experiencing a designed effect.
177
+
178
+ ### Color Philosophy
179
+ Naturalistic, lived-in, slightly desaturated. This system's palette draws from real environments: muted greens `#7A8B6F`, warm earth tones `#A89080`, soft yellows `#D4C19A`, cool shadows `#6B7D8A`, and gentle greys `#9B9B9B`. Colors shift subtly across chapters, following light and time of day rather than dramatic artistic choices. The palette should feel like it was observed, not invented.
180
+
181
+ ### Pacing Signature
182
+ Slow, patient, observational. Medium pins at 200-280vh. Title reveals are gradual and unhurried — the text fades in slowly (`opacity 0 → 1` over 60vh) rather than snapping into view. Word-stagger is minimal (2-3%), and easing is `linear` or `sine.inOut` — no artificial dramatization. The pacing respects the user's time and attention.
183
+
184
+ ### Typographic Voice
185
+ Readable, neutral serif or warm sans-serif (Georgia, Crimson Text, or Inter Light for body). Titles at 60-80px, in sentence case, `font-weight: 400`, giving them the weight of quiet observation rather than proclamation. Body at 17-18px, `line-height: 1.8`, with ample breathing room. The type should be invisible — you read the meaning, not the letterforms.
186
+
187
+ ### Depth Strategy
188
+ 2-3 layers, naturalistic depth. Background: a soft, out-of-focus environmental element (a landscape, a interior space), with minimal drift (0.05x-0.1x). Midground: the primary subject or narrative, at 0.4x-0.5x. Foreground: fine details (a branch, a hand, texture) at 0.8x. The parallax mimics the viewer's actual perspective as they observe a scene.
189
+
190
+ ### Transition Style
191
+ Soft fade with a slight vignette. As one chapter ends, the vignette slowly expands inward (darkening the edges over 30vh, making the center feel like a spotlight on the next moment). Then the new chapter's image appears and the vignette resets. The effect is meditative, not mechanical.
192
+
193
+ ### Applied Example
194
+ A **documentary or editorial publication** wanting **credible observation** should reference this. A **wellness or lifestyle brand** wanting **authenticity without affectation** should reference this. A **nonprofit or social-mission brand** wanting **lived truth** should reference this.
195
+
196
+ ---
197
+
198
+ ## Inspiration References
199
+
200
+ Each system above was developed through observation of distinct visual grammars in cinema and design. If you want to deepen your understanding of a system:
201
+
202
+ - **Symmetric Monument**: study classical architecture, symmetrical film compositions, and meticulous layouts
203
+ - **Clinical Noir**: study precision in typography, data visualization, and restrained color palettes
204
+ - **Storybook Geometry**: study graphic design, pop-up books, and playful symmetrical compositions
205
+ - **Temporal Monument**: study visual layering, extreme depth, and time-based narrative structures
206
+ - **Atmospheric Sublime**: study landscape cinematography, light diffusion, and patient reveal
207
+ - **Warm Scrapbook**: study intimate illustration, collage, and conversational visual language
208
+ - **Naturalistic Drift**: study observational photography, unscripted cinematography, and subtle motion
209
+
210
+ None of these systems imitates any single living artist or filmmaker. Each synthesizes visual principles that have emerged in various creative fields. Use them as starting points for your own visual language, always adapted to your specific brief.
211
+