@mevdragon/vidfarm-devcli 0.14.0 → 0.16.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 (427) hide show
  1. package/.agents/skills/embedded-captions/CATALOG.md +93 -0
  2. package/.agents/skills/embedded-captions/SKILL.md +286 -0
  3. package/.agents/skills/embedded-captions/assets/brand/CDPR-fankit-terms.txt +35 -0
  4. package/.agents/skills/embedded-captions/assets/brand/cyberpunk-widths.json +115 -0
  5. package/.agents/skills/embedded-captions/assets/fonts/char-widths.json +2211 -0
  6. package/.agents/skills/embedded-captions/assets/strokefonts/HersheyScript1.svg +242 -0
  7. package/.agents/skills/embedded-captions/assets/strokefonts/HersheyScriptMed.svg +242 -0
  8. package/.agents/skills/embedded-captions/dna/README.md +148 -0
  9. package/.agents/skills/embedded-captions/dna/chrome.json +68 -0
  10. package/.agents/skills/embedded-captions/dna/cream.json +69 -0
  11. package/.agents/skills/embedded-captions/dna/documentary.json +62 -0
  12. package/.agents/skills/embedded-captions/dna/editorial.json +70 -0
  13. package/.agents/skills/embedded-captions/dna/glitch.json +82 -0
  14. package/.agents/skills/embedded-captions/dna/ink.json +65 -0
  15. package/.agents/skills/embedded-captions/dna/keynote.json +62 -0
  16. package/.agents/skills/embedded-captions/dna/loud.json +75 -0
  17. package/.agents/skills/embedded-captions/dna/neon.json +58 -0
  18. package/.agents/skills/embedded-captions/dna/velocity.json +89 -0
  19. package/.agents/skills/embedded-captions/modes/cinematic/README.md +48 -0
  20. package/.agents/skills/embedded-captions/modes/cinematic/_archive/champion/spec.md +98 -0
  21. package/.agents/skills/embedded-captions/modes/cinematic/_archive/champion/template.html +188 -0
  22. package/.agents/skills/embedded-captions/modes/cinematic/_archive/memory-wall/spec.md +134 -0
  23. package/.agents/skills/embedded-captions/modes/cinematic/_archive/memory-wall/template.html +179 -0
  24. package/.agents/skills/embedded-captions/modes/cinematic/_archive/portrait-header/spec.md +81 -0
  25. package/.agents/skills/embedded-captions/modes/cinematic/_archive/portrait-header/template.html +170 -0
  26. package/.agents/skills/embedded-captions/modes/cinematic/cinematic-cream/spec.md +16 -0
  27. package/.agents/skills/embedded-captions/modes/cinematic/cinematic-cream/template.html +226 -0
  28. package/.agents/skills/embedded-captions/modes/cinematic/engine.html +355 -0
  29. package/.agents/skills/embedded-captions/modes/standard/_anatomy.md +233 -0
  30. package/.agents/skills/embedded-captions/modes/standard/_motion.md +192 -0
  31. package/.agents/skills/embedded-captions/modes/standard/fonts/build-fonts-css.cjs +97 -0
  32. package/.agents/skills/embedded-captions/references/aesthetic-principles.md +168 -0
  33. package/.agents/skills/embedded-captions/references/anti-patterns.md +188 -0
  34. package/.agents/skills/embedded-captions/references/bespoke-vs-presets.md +178 -0
  35. package/.agents/skills/embedded-captions/references/caption-grouping.md +130 -0
  36. package/.agents/skills/embedded-captions/references/composition-craft.md +522 -0
  37. package/.agents/skills/embedded-captions/references/direction-catalog.md +138 -0
  38. package/.agents/skills/embedded-captions/references/example-renders/champion.html +371 -0
  39. package/.agents/skills/embedded-captions/references/example-renders/memory-wall.html +334 -0
  40. package/.agents/skills/embedded-captions/references/failure-modes.md +145 -0
  41. package/.agents/skills/embedded-captions/references/layout-heuristics.md +238 -0
  42. package/.agents/skills/embedded-captions/references/motion-vocabulary.md +148 -0
  43. package/.agents/skills/embedded-captions/references/rail.md +68 -0
  44. package/.agents/skills/embedded-captions/references/reference-bar.md +47 -0
  45. package/.agents/skills/embedded-captions/references/scene-types.md +94 -0
  46. package/.agents/skills/embedded-captions/references/test-set.md +66 -0
  47. package/.agents/skills/embedded-captions/references/typographic-moves.md +266 -0
  48. package/.agents/skills/embedded-captions/references/typography-presets.md +63 -0
  49. package/.agents/skills/embedded-captions/scripts/audio-envelope.cjs +95 -0
  50. package/.agents/skills/embedded-captions/scripts/check-occlusion.cjs +250 -0
  51. package/.agents/skills/embedded-captions/scripts/check-overflow.cjs +194 -0
  52. package/.agents/skills/embedded-captions/scripts/check-rail-climax.cjs +233 -0
  53. package/.agents/skills/embedded-captions/scripts/check-timing.cjs +173 -0
  54. package/.agents/skills/embedded-captions/scripts/fill-timings.cjs +124 -0
  55. package/.agents/skills/embedded-captions/scripts/fit-fonts.cjs +158 -0
  56. package/.agents/skills/embedded-captions/scripts/gen-stroke-path.py +46 -0
  57. package/.agents/skills/embedded-captions/scripts/inject-fonts.cjs +169 -0
  58. package/.agents/skills/embedded-captions/scripts/lib-dna.cjs +201 -0
  59. package/.agents/skills/embedded-captions/scripts/make-cinematic.cjs +1205 -0
  60. package/.agents/skills/embedded-captions/scripts/make-composition.cjs +404 -0
  61. package/.agents/skills/embedded-captions/scripts/make-theme.cjs +8781 -0
  62. package/.agents/skills/embedded-captions/scripts/matte.cjs +294 -0
  63. package/.agents/skills/embedded-captions/scripts/measure-layout.cjs +293 -0
  64. package/.agents/skills/embedded-captions/scripts/prepare.sh +39 -0
  65. package/.agents/skills/embedded-captions/scripts/preview-frames.cjs +268 -0
  66. package/.agents/skills/embedded-captions/scripts/render-and-composite.sh +509 -0
  67. package/.agents/skills/embedded-captions/scripts/render-theme.sh +34 -0
  68. package/.agents/skills/embedded-captions/scripts/safe-zones.cjs +813 -0
  69. package/.agents/skills/embedded-captions/scripts/transcribe.cjs +349 -0
  70. package/.agents/skills/embedded-captions/themes/PORTING.md +49 -0
  71. package/.agents/skills/embedded-captions/themes/README.md +244 -0
  72. package/.agents/skills/embedded-captions/themes/anchor.json +27 -0
  73. package/.agents/skills/embedded-captions/themes/arcade.json +51 -0
  74. package/.agents/skills/embedded-captions/themes/aurora.json +41 -0
  75. package/.agents/skills/embedded-captions/themes/biolume.json +35 -0
  76. package/.agents/skills/embedded-captions/themes/brush.json +74 -0
  77. package/.agents/skills/embedded-captions/themes/chalkboard.json +52 -0
  78. package/.agents/skills/embedded-captions/themes/dossier.json +56 -0
  79. package/.agents/skills/embedded-captions/themes/graffiti.json +62 -0
  80. package/.agents/skills/embedded-captions/themes/hologram.json +41 -0
  81. package/.agents/skills/embedded-captions/themes/inkwater.json +43 -0
  82. package/.agents/skills/embedded-captions/themes/laser.json +46 -0
  83. package/.agents/skills/embedded-captions/themes/lastpage.json +33 -0
  84. package/.agents/skills/embedded-captions/themes/neonsign.json +53 -0
  85. package/.agents/skills/embedded-captions/themes/nightcity.json +56 -0
  86. package/.agents/skills/embedded-captions/themes/ordnance.json +54 -0
  87. package/.agents/skills/embedded-captions/themes/papercut.json +37 -0
  88. package/.agents/skills/embedded-captions/themes/popup.json +46 -0
  89. package/.agents/skills/embedded-captions/themes/ransom.json +62 -0
  90. package/.agents/skills/embedded-captions/themes/scoreboard.json +54 -0
  91. package/.agents/skills/embedded-captions/themes/spectrum.json +46 -0
  92. package/.agents/skills/embedded-captions/themes/stardust.json +29 -0
  93. package/.agents/skills/embedded-captions/themes/stomp.json +43 -0
  94. package/.agents/skills/embedded-captions/themes/terminal.json +49 -0
  95. package/.agents/skills/embedded-captions/themes/thunder.json +44 -0
  96. package/.agents/skills/embedded-captions/themes/transit.json +44 -0
  97. package/.agents/skills/embedded-captions/themes/vhs.json +47 -0
  98. package/.agents/skills/faceless-explainer/SKILL.md +209 -0
  99. package/.agents/skills/faceless-explainer/references/cut-catalog.md +215 -0
  100. package/.agents/skills/faceless-explainer/references/motion-language.md +156 -0
  101. package/.agents/skills/faceless-explainer/references/story-design.md +248 -0
  102. package/.agents/skills/faceless-explainer/references/visual-design.md +146 -0
  103. package/.agents/skills/faceless-explainer/scripts/assemble-index.mjs +570 -0
  104. package/.agents/skills/faceless-explainer/scripts/audio.mjs +260 -0
  105. package/.agents/skills/faceless-explainer/scripts/build-frame.mjs +536 -0
  106. package/.agents/skills/faceless-explainer/scripts/captions.mjs +508 -0
  107. package/.agents/skills/faceless-explainer/scripts/lib/assets.mjs +55 -0
  108. package/.agents/skills/faceless-explainer/scripts/lib/dimensions.mjs +45 -0
  109. package/.agents/skills/faceless-explainer/scripts/lib/storyboard.mjs +249 -0
  110. package/.agents/skills/faceless-explainer/scripts/lib/tokens.mjs +204 -0
  111. package/.agents/skills/faceless-explainer/scripts/lib/transition-registry.mjs +38 -0
  112. package/.agents/skills/faceless-explainer/scripts/lib/transitions.json +71 -0
  113. package/.agents/skills/faceless-explainer/scripts/transitions.mjs +320 -0
  114. package/.agents/skills/faceless-explainer/sub-agents/frame-worker.md +75 -0
  115. package/.agents/skills/flockposter/LICENSE +17 -0
  116. package/.agents/skills/flockposter/README.md +72 -0
  117. package/.agents/skills/flockposter/SKILL.md +562 -0
  118. package/.agents/skills/flockposter/examples/cli-instagram-reel.sh +21 -0
  119. package/.agents/skills/flockposter/examples/cli-multi-platform.json +69 -0
  120. package/.agents/skills/flockposter/examples/cli-tiktok-upload-only.sh +22 -0
  121. package/.agents/skills/flockposter/examples/cli-x-thread.sh +17 -0
  122. package/.agents/skills/flockposter/examples/cli-youtube-short.sh +21 -0
  123. package/.agents/skills/flockposter/examples/public-api-instagram-reel.json +28 -0
  124. package/.agents/skills/general-video/SKILL.md +143 -0
  125. package/.agents/skills/hyperframes/SKILL.md +160 -0
  126. package/.agents/skills/hyperframes-animation/SKILL.md +84 -0
  127. package/.agents/skills/hyperframes-animation/adapters/animate-text.md +64 -0
  128. package/.agents/skills/hyperframes-animation/adapters/animejs.md +114 -0
  129. package/.agents/skills/hyperframes-animation/adapters/css-animations.md +143 -0
  130. package/.agents/skills/hyperframes-animation/adapters/gsap-easing-and-stagger.md +118 -0
  131. package/.agents/skills/hyperframes-animation/adapters/gsap-timeline-and-labels.md +96 -0
  132. package/.agents/skills/hyperframes-animation/adapters/gsap-transforms-and-perf.md +96 -0
  133. package/.agents/skills/hyperframes-animation/adapters/gsap.md +105 -0
  134. package/.agents/skills/hyperframes-animation/adapters/html-in-canvas-patterns.md +507 -0
  135. package/.agents/skills/hyperframes-animation/adapters/lottie.md +117 -0
  136. package/.agents/skills/hyperframes-animation/adapters/three.md +131 -0
  137. package/.agents/skills/hyperframes-animation/adapters/typegpu.md +178 -0
  138. package/.agents/skills/hyperframes-animation/adapters/waapi.md +101 -0
  139. package/.agents/skills/hyperframes-animation/blueprints/comparison-split.md +27 -0
  140. package/.agents/skills/hyperframes-animation/blueprints/constellation-hub.md +44 -0
  141. package/.agents/skills/hyperframes-animation/blueprints/cta-morph-press.md +28 -0
  142. package/.agents/skills/hyperframes-animation/blueprints/cursor-ui-demo.md +57 -0
  143. package/.agents/skills/hyperframes-animation/blueprints/dataviz-countup.md +46 -0
  144. package/.agents/skills/hyperframes-animation/blueprints/device-surface-showcase.md +53 -0
  145. package/.agents/skills/hyperframes-animation/blueprints/grid-card-assemble.md +66 -0
  146. package/.agents/skills/hyperframes-animation/blueprints/kinetic-type-beats.md +78 -0
  147. package/.agents/skills/hyperframes-animation/blueprints/logo-assemble-lockup.md +69 -0
  148. package/.agents/skills/hyperframes-animation/blueprints/overwhelm-surround.md +28 -0
  149. package/.agents/skills/hyperframes-animation/blueprints/spatial-pan-stations.md +37 -0
  150. package/.agents/skills/hyperframes-animation/blueprints/ticker-takeover.md +29 -0
  151. package/.agents/skills/hyperframes-animation/blueprints/titlecard-reveal.md +42 -0
  152. package/.agents/skills/hyperframes-animation/blueprints/typewriter-reveal.md +51 -0
  153. package/.agents/skills/hyperframes-animation/blueprints/video-text-pivot.md +30 -0
  154. package/.agents/skills/hyperframes-animation/blueprints-index.md +146 -0
  155. package/.agents/skills/hyperframes-animation/examples/assets/avatars/02.avif +0 -0
  156. package/.agents/skills/hyperframes-animation/examples/assets/brands/github.avif +0 -0
  157. package/.agents/skills/hyperframes-animation/examples/assets/brands/nvidia.avif +0 -0
  158. package/.agents/skills/hyperframes-animation/examples/assets/brands/visa.avif +0 -0
  159. package/.agents/skills/hyperframes-animation/examples/assets/brands/zoominfo.avif +0 -0
  160. package/.agents/skills/hyperframes-animation/examples/brand-reveal-assemble-zoom.html +382 -0
  161. package/.agents/skills/hyperframes-animation/examples/comparison-split-cards.html +649 -0
  162. package/.agents/skills/hyperframes-animation/examples/concept-demo-decode-pan.html +520 -0
  163. package/.agents/skills/hyperframes-animation/examples/cta-morph-press.html +468 -0
  164. package/.agents/skills/hyperframes-animation/examples/cta-orbit-collapse.html +1298 -0
  165. package/.agents/skills/hyperframes-animation/examples/demo-page-scroll-spotlight.html +759 -0
  166. package/.agents/skills/hyperframes-animation/examples/hook-counter-burst.html +729 -0
  167. package/.agents/skills/hyperframes-animation/examples/messaging-multi-phrase.html +352 -0
  168. package/.agents/skills/hyperframes-animation/examples/metric-video-text-pivot.html +779 -0
  169. package/.agents/skills/hyperframes-animation/examples/problem-mockup-overwhelm.html +1374 -0
  170. package/.agents/skills/hyperframes-animation/examples/proof-logo-chain.html +861 -0
  171. package/.agents/skills/hyperframes-animation/examples/takeover-ticker-displace.html +347 -0
  172. package/.agents/skills/hyperframes-animation/examples/workflow-approve-press.html +606 -0
  173. package/.agents/skills/hyperframes-animation/rules/3d-page-scroll.md +227 -0
  174. package/.agents/skills/hyperframes-animation/rules/3d-text-depth-layers.md +297 -0
  175. package/.agents/skills/hyperframes-animation/rules/ai-tracking-box.md +382 -0
  176. package/.agents/skills/hyperframes-animation/rules/ambient-glow-bloom.md +305 -0
  177. package/.agents/skills/hyperframes-animation/rules/asr-keyword-glow.md +286 -0
  178. package/.agents/skills/hyperframes-animation/rules/avatar-cloud-network.md +371 -0
  179. package/.agents/skills/hyperframes-animation/rules/camera-cursor-tracking.md +246 -0
  180. package/.agents/skills/hyperframes-animation/rules/card-morph-anchor.md +267 -0
  181. package/.agents/skills/hyperframes-animation/rules/center-outward-expansion.md +227 -0
  182. package/.agents/skills/hyperframes-animation/rules/context-sensitive-cursor.md +257 -0
  183. package/.agents/skills/hyperframes-animation/rules/coordinate-target-zoom.md +332 -0
  184. package/.agents/skills/hyperframes-animation/rules/counting-dynamic-scale.md +283 -0
  185. package/.agents/skills/hyperframes-animation/rules/css-marker-patterns.md +373 -0
  186. package/.agents/skills/hyperframes-animation/rules/cursor-click-ripple.md +262 -0
  187. package/.agents/skills/hyperframes-animation/rules/depth-of-field-blur.md +313 -0
  188. package/.agents/skills/hyperframes-animation/rules/depth-scatter-assemble.md +303 -0
  189. package/.agents/skills/hyperframes-animation/rules/discrete-text-sequence.md +273 -0
  190. package/.agents/skills/hyperframes-animation/rules/dynamic-content-sequencing.md +307 -0
  191. package/.agents/skills/hyperframes-animation/rules/gsap-effects.md +299 -0
  192. package/.agents/skills/hyperframes-animation/rules/hacker-flip-3d.md +223 -0
  193. package/.agents/skills/hyperframes-animation/rules/kinetic-beat-slam.md +183 -0
  194. package/.agents/skills/hyperframes-animation/rules/motion-blur-streak.md +328 -0
  195. package/.agents/skills/hyperframes-animation/rules/multi-phase-camera.md +273 -0
  196. package/.agents/skills/hyperframes-animation/rules/orbit-3d-entry.md +301 -0
  197. package/.agents/skills/hyperframes-animation/rules/physics-press-reaction.md +350 -0
  198. package/.agents/skills/hyperframes-animation/rules/press-release-spring.md +296 -0
  199. package/.agents/skills/hyperframes-animation/rules/reactive-displacement.md +277 -0
  200. package/.agents/skills/hyperframes-animation/rules/scale-swap-transition.md +298 -0
  201. package/.agents/skills/hyperframes-animation/rules/sine-wave-loop.md +278 -0
  202. package/.agents/skills/hyperframes-animation/rules/split-tilt-cards.md +277 -0
  203. package/.agents/skills/hyperframes-animation/rules/spring-pop-entrance.md +273 -0
  204. package/.agents/skills/hyperframes-animation/rules/stat-bars-and-fills.md +156 -0
  205. package/.agents/skills/hyperframes-animation/rules/svg-icon-enrichment.md +329 -0
  206. package/.agents/skills/hyperframes-animation/rules/svg-path-draw.md +274 -0
  207. package/.agents/skills/hyperframes-animation/rules/vertical-spring-ticker.md +239 -0
  208. package/.agents/skills/hyperframes-animation/rules/viewport-change.md +349 -0
  209. package/.agents/skills/hyperframes-animation/rules-index.md +86 -0
  210. package/.agents/skills/hyperframes-animation/scripts/animation-map.mjs +606 -0
  211. package/.agents/skills/hyperframes-animation/scripts/package-loader.mjs +288 -0
  212. package/.agents/skills/hyperframes-animation/scripts/package-loader.test.mjs +62 -0
  213. package/.agents/skills/hyperframes-animation/techniques.md +507 -0
  214. package/.agents/skills/hyperframes-animation/transitions/TRANSITION-REGISTRY.md +167 -0
  215. package/.agents/skills/hyperframes-animation/transitions/catalog.md +127 -0
  216. package/.agents/skills/hyperframes-animation/transitions/css-3d.md +12 -0
  217. package/.agents/skills/hyperframes-animation/transitions/css-blur.md +51 -0
  218. package/.agents/skills/hyperframes-animation/transitions/css-cover.md +43 -0
  219. package/.agents/skills/hyperframes-animation/transitions/css-destruction.md +95 -0
  220. package/.agents/skills/hyperframes-animation/transitions/css-dissolve.md +66 -0
  221. package/.agents/skills/hyperframes-animation/transitions/css-distortion.md +45 -0
  222. package/.agents/skills/hyperframes-animation/transitions/css-grid.md +10 -0
  223. package/.agents/skills/hyperframes-animation/transitions/css-light.md +49 -0
  224. package/.agents/skills/hyperframes-animation/transitions/css-mechanical.md +30 -0
  225. package/.agents/skills/hyperframes-animation/transitions/css-other.md +25 -0
  226. package/.agents/skills/hyperframes-animation/transitions/css-push.md +41 -0
  227. package/.agents/skills/hyperframes-animation/transitions/css-radial.md +37 -0
  228. package/.agents/skills/hyperframes-animation/transitions/css-scale.md +24 -0
  229. package/.agents/skills/hyperframes-animation/transitions/overview.md +153 -0
  230. package/.agents/skills/hyperframes-cli/SKILL.md +113 -0
  231. package/.agents/skills/hyperframes-cli/references/doctor-browser.md +45 -0
  232. package/.agents/skills/hyperframes-cli/references/init-and-scaffold.md +55 -0
  233. package/.agents/skills/hyperframes-cli/references/lambda.md +132 -0
  234. package/.agents/skills/hyperframes-cli/references/lint-validate-inspect.md +121 -0
  235. package/.agents/skills/hyperframes-cli/references/preview-render.md +149 -0
  236. package/.agents/skills/hyperframes-cli/references/upgrade-info-misc.md +75 -0
  237. package/.agents/skills/hyperframes-core/SKILL.md +78 -0
  238. package/.agents/skills/hyperframes-core/references/composition-patterns.md +263 -0
  239. package/.agents/skills/hyperframes-core/references/data-attributes.md +70 -0
  240. package/.agents/skills/hyperframes-core/references/determinism-rules.md +68 -0
  241. package/.agents/skills/hyperframes-core/references/full-screen-motion.md +62 -0
  242. package/.agents/skills/hyperframes-core/references/minimal-composition.md +66 -0
  243. package/.agents/skills/hyperframes-core/references/script-format.md +49 -0
  244. package/.agents/skills/hyperframes-core/references/storyboard-format.md +95 -0
  245. package/.agents/skills/hyperframes-core/references/sub-compositions.md +237 -0
  246. package/.agents/skills/hyperframes-core/references/subagent-dispatch.md +41 -0
  247. package/.agents/skills/hyperframes-core/references/tailwind.md +125 -0
  248. package/.agents/skills/hyperframes-core/references/tracks-and-clips.md +76 -0
  249. package/.agents/skills/hyperframes-core/references/variables-and-media.md +90 -0
  250. package/.agents/skills/hyperframes-creative/SKILL.md +70 -0
  251. package/.agents/skills/hyperframes-creative/frame-presets/biennale-yellow/FRAME.md +289 -0
  252. package/.agents/skills/hyperframes-creative/frame-presets/biennale-yellow/caption-skin.html +221 -0
  253. package/.agents/skills/hyperframes-creative/frame-presets/biennale-yellow/frame-showcase.html +1214 -0
  254. package/.agents/skills/hyperframes-creative/frame-presets/blockframe/FRAME.md +275 -0
  255. package/.agents/skills/hyperframes-creative/frame-presets/blockframe/caption-skin.html +224 -0
  256. package/.agents/skills/hyperframes-creative/frame-presets/blockframe/frame-showcase.html +1347 -0
  257. package/.agents/skills/hyperframes-creative/frame-presets/blue-professional/FRAME.md +307 -0
  258. package/.agents/skills/hyperframes-creative/frame-presets/blue-professional/caption-skin.html +223 -0
  259. package/.agents/skills/hyperframes-creative/frame-presets/blue-professional/frame-showcase.html +1372 -0
  260. package/.agents/skills/hyperframes-creative/frame-presets/bold-poster/FRAME.md +275 -0
  261. package/.agents/skills/hyperframes-creative/frame-presets/bold-poster/caption-skin.html +230 -0
  262. package/.agents/skills/hyperframes-creative/frame-presets/bold-poster/frame-showcase.html +1140 -0
  263. package/.agents/skills/hyperframes-creative/frame-presets/broadside/FRAME.md +284 -0
  264. package/.agents/skills/hyperframes-creative/frame-presets/broadside/caption-skin.html +225 -0
  265. package/.agents/skills/hyperframes-creative/frame-presets/broadside/frame-showcase.html +1166 -0
  266. package/.agents/skills/hyperframes-creative/frame-presets/capsule/FRAME.md +284 -0
  267. package/.agents/skills/hyperframes-creative/frame-presets/capsule/caption-skin.html +224 -0
  268. package/.agents/skills/hyperframes-creative/frame-presets/capsule/frame-showcase.html +1465 -0
  269. package/.agents/skills/hyperframes-creative/frame-presets/cartesian/FRAME.md +278 -0
  270. package/.agents/skills/hyperframes-creative/frame-presets/cartesian/caption-skin.html +222 -0
  271. package/.agents/skills/hyperframes-creative/frame-presets/cartesian/frame-showcase.html +1263 -0
  272. package/.agents/skills/hyperframes-creative/frame-presets/claude/FRAME.md +277 -0
  273. package/.agents/skills/hyperframes-creative/frame-presets/claude/caption-skin.html +224 -0
  274. package/.agents/skills/hyperframes-creative/frame-presets/claude/frame-showcase.html +1439 -0
  275. package/.agents/skills/hyperframes-creative/frame-presets/cobalt-grid/FRAME.md +265 -0
  276. package/.agents/skills/hyperframes-creative/frame-presets/cobalt-grid/caption-skin.html +238 -0
  277. package/.agents/skills/hyperframes-creative/frame-presets/cobalt-grid/frame-showcase.html +1468 -0
  278. package/.agents/skills/hyperframes-creative/frame-presets/coral/FRAME.md +314 -0
  279. package/.agents/skills/hyperframes-creative/frame-presets/coral/caption-skin.html +226 -0
  280. package/.agents/skills/hyperframes-creative/frame-presets/coral/frame-showcase.html +1268 -0
  281. package/.agents/skills/hyperframes-creative/frame-presets/creative-mode/FRAME.md +333 -0
  282. package/.agents/skills/hyperframes-creative/frame-presets/creative-mode/caption-skin.html +227 -0
  283. package/.agents/skills/hyperframes-creative/frame-presets/creative-mode/frame-showcase.html +1330 -0
  284. package/.agents/skills/hyperframes-creative/frame-presets/daisy-days/FRAME.md +274 -0
  285. package/.agents/skills/hyperframes-creative/frame-presets/daisy-days/caption-skin.html +230 -0
  286. package/.agents/skills/hyperframes-creative/frame-presets/daisy-days/frame-showcase.html +1444 -0
  287. package/.agents/skills/hyperframes-creative/frame-presets/editorial-forest/FRAME.md +265 -0
  288. package/.agents/skills/hyperframes-creative/frame-presets/editorial-forest/caption-skin.html +223 -0
  289. package/.agents/skills/hyperframes-creative/frame-presets/editorial-forest/frame-showcase.html +1273 -0
  290. package/.agents/skills/hyperframes-creative/palettes/bold-energetic.md +14 -0
  291. package/.agents/skills/hyperframes-creative/palettes/clean-corporate.md +14 -0
  292. package/.agents/skills/hyperframes-creative/palettes/dark-premium.md +14 -0
  293. package/.agents/skills/hyperframes-creative/palettes/jewel-rich.md +14 -0
  294. package/.agents/skills/hyperframes-creative/palettes/monochrome.md +14 -0
  295. package/.agents/skills/hyperframes-creative/palettes/nature-earth.md +14 -0
  296. package/.agents/skills/hyperframes-creative/palettes/neon-electric.md +14 -0
  297. package/.agents/skills/hyperframes-creative/palettes/pastel-soft.md +14 -0
  298. package/.agents/skills/hyperframes-creative/palettes/warm-editorial.md +14 -0
  299. package/.agents/skills/hyperframes-creative/references/audio-reactive.md +76 -0
  300. package/.agents/skills/hyperframes-creative/references/beat-direction.md +164 -0
  301. package/.agents/skills/hyperframes-creative/references/composition-patterns.md +199 -0
  302. package/.agents/skills/hyperframes-creative/references/data-in-motion.md +19 -0
  303. package/.agents/skills/hyperframes-creative/references/design-adherence.md +19 -0
  304. package/.agents/skills/hyperframes-creative/references/design-picker.md +123 -0
  305. package/.agents/skills/hyperframes-creative/references/design-spec.md +55 -0
  306. package/.agents/skills/hyperframes-creative/references/house-style.md +73 -0
  307. package/.agents/skills/hyperframes-creative/references/motion-principles.md +150 -0
  308. package/.agents/skills/hyperframes-creative/references/narration.md +92 -0
  309. package/.agents/skills/hyperframes-creative/references/prompt-expansion.md +68 -0
  310. package/.agents/skills/hyperframes-creative/references/typography.md +218 -0
  311. package/.agents/skills/hyperframes-creative/references/video-composition.md +63 -0
  312. package/.agents/skills/hyperframes-creative/references/visual-styles.md +457 -0
  313. package/.agents/skills/hyperframes-creative/scripts/contrast-report.mjs +353 -0
  314. package/.agents/skills/hyperframes-creative/scripts/extract-audio-data.py +188 -0
  315. package/.agents/skills/hyperframes-creative/scripts/package-loader.mjs +288 -0
  316. package/.agents/skills/hyperframes-creative/scripts/package-loader.test.mjs +62 -0
  317. package/.agents/skills/hyperframes-creative/templates/design-picker.html +1432 -0
  318. package/.agents/skills/hyperframes-keyframes/SKILL.md +237 -0
  319. package/.agents/skills/hyperframes-keyframes/agents/openai.yaml +4 -0
  320. package/.agents/skills/hyperframes-keyframes/references/keyframe-patterns.md +106 -0
  321. package/.agents/skills/motion-graphics/SKILL.md +172 -0
  322. package/.agents/skills/motion-graphics/agents/builder.md +40 -0
  323. package/.agents/skills/motion-graphics/agents/director.md +53 -0
  324. package/.agents/skills/motion-graphics/agents/finalize.md +17 -0
  325. package/.agents/skills/motion-graphics/catalog-map.md +40 -0
  326. package/.agents/skills/motion-graphics/categories/asset-fusion/module.md +37 -0
  327. package/.agents/skills/motion-graphics/categories/charts/module.md +21 -0
  328. package/.agents/skills/motion-graphics/categories/kinetic-type/module.md +19 -0
  329. package/.agents/skills/motion-graphics/categories/logo-reveal/module.md +17 -0
  330. package/.agents/skills/motion-graphics/categories/lower-thirds/module.md +16 -0
  331. package/.agents/skills/motion-graphics/categories/maps/bake-basemap.mjs +273 -0
  332. package/.agents/skills/motion-graphics/categories/maps/module.md +61 -0
  333. package/.agents/skills/motion-graphics/categories/news/module.md +56 -0
  334. package/.agents/skills/motion-graphics/categories/stat/module.md +21 -0
  335. package/.agents/skills/motion-graphics/categories/tweet/module.md +16 -0
  336. package/.agents/skills/motion-graphics/categories/webpage/module.md +21 -0
  337. package/.agents/skills/motion-graphics/grounding/PROTOCOL.md +64 -0
  338. package/.agents/skills/motion-graphics/grounding/locate.mjs +227 -0
  339. package/.agents/skills/motion-graphics/phases/source/guide.md +21 -0
  340. package/.agents/skills/motion-graphics/references/builder-contract.md +38 -0
  341. package/.agents/skills/motion-graphics/references/motion-vocabulary.md +43 -0
  342. package/.agents/skills/motion-graphics/references/shot-plan-ir.md +54 -0
  343. package/.agents/skills/motion-graphics/samples/asset-fusion/_ref-circle-highlight.html +306 -0
  344. package/.agents/skills/product-launch-video/SKILL.md +208 -0
  345. package/.agents/skills/product-launch-video/references/cut-catalog.md +220 -0
  346. package/.agents/skills/product-launch-video/references/motion-language.md +156 -0
  347. package/.agents/skills/product-launch-video/references/story-design.md +373 -0
  348. package/.agents/skills/product-launch-video/references/visual-design.md +126 -0
  349. package/.agents/skills/product-launch-video/scripts/assemble-index.mjs +570 -0
  350. package/.agents/skills/product-launch-video/scripts/audio.mjs +260 -0
  351. package/.agents/skills/product-launch-video/scripts/build-frame.mjs +536 -0
  352. package/.agents/skills/product-launch-video/scripts/captions.mjs +508 -0
  353. package/.agents/skills/product-launch-video/scripts/lib/assets.mjs +55 -0
  354. package/.agents/skills/product-launch-video/scripts/lib/dimensions.mjs +45 -0
  355. package/.agents/skills/product-launch-video/scripts/lib/pad-frame-duration.mjs +36 -0
  356. package/.agents/skills/product-launch-video/scripts/lib/pad-frame-duration.test.mjs +76 -0
  357. package/.agents/skills/product-launch-video/scripts/lib/storyboard.mjs +249 -0
  358. package/.agents/skills/product-launch-video/scripts/lib/tokens.mjs +204 -0
  359. package/.agents/skills/product-launch-video/scripts/lib/transition-registry.mjs +38 -0
  360. package/.agents/skills/product-launch-video/scripts/lib/transitions.json +71 -0
  361. package/.agents/skills/product-launch-video/scripts/stage-assets.mjs +39 -0
  362. package/.agents/skills/product-launch-video/scripts/transitions.mjs +327 -0
  363. package/.agents/skills/product-launch-video/sub-agents/frame-worker.md +75 -0
  364. package/.agents/skills/slideshow/SKILL.md +550 -0
  365. package/.agents/skills/slideshow/references/standalone-harness.md +1020 -0
  366. package/.agents/skills/talking-head-recut/NOTICE.md +39 -0
  367. package/.agents/skills/talking-head-recut/SKILL.md +1195 -0
  368. package/.agents/skills/talking-head-recut/assets/vendor/gsap.min.js +10 -0
  369. package/.agents/skills/talking-head-recut/references/DESIGN_INDEX.md +145 -0
  370. package/.agents/skills/talking-head-recut/references/frames/clean.html +92 -0
  371. package/.agents/skills/talking-head-recut/references/frames/hairline.html +171 -0
  372. package/.agents/skills/talking-head-recut/references/frames/polaroid.html +131 -0
  373. package/.agents/skills/talking-head-recut/references/layouts/overlay.html +164 -0
  374. package/.agents/skills/talking-head-recut/references/layouts/pip.html +143 -0
  375. package/.agents/skills/talking-head-recut/references/layouts/split.html +121 -0
  376. package/.agents/skills/talking-head-recut/references/layouts/stack.html +109 -0
  377. package/.agents/skills/talking-head-recut/references/styles/academic.html +172 -0
  378. package/.agents/skills/talking-head-recut/references/styles/audit.html +170 -0
  379. package/.agents/skills/talking-head-recut/references/styles/editorial.html +189 -0
  380. package/.agents/skills/talking-head-recut/references/styles/geom.html +181 -0
  381. package/.agents/skills/talking-head-recut/references/styles/minimal.html +130 -0
  382. package/.agents/skills/talking-head-recut/references/styles/spotlight.html +142 -0
  383. package/.agents/skills/talking-head-recut/references/styles/swiss.html +188 -0
  384. package/.agents/skills/talking-head-recut/references/styles/terminal.html +196 -0
  385. package/.agents/skills/talking-head-recut/references/styles/whiteboard.html +170 -0
  386. package/.agents/skills/talking-head-recut/references/styles/xhs.html +206 -0
  387. package/.agents/skills/vidfarm-media/SKILL.md +85 -0
  388. package/.agents/skills/vidfarm-media/references/tts.md +54 -0
  389. package/.agents/skills/vidfarm-media/scripts/audio.mjs +628 -0
  390. package/.agents/skills/vidfarm-media/scripts/wait-bgm.mjs +31 -0
  391. package/.agents/skills/website-to-video/SKILL.md +145 -0
  392. package/.agents/skills/website-to-video/assets/sfx/CREDITS.md +35 -0
  393. package/.agents/skills/website-to-video/assets/sfx/manifest.json +97 -0
  394. package/.agents/skills/website-to-video/references/beat-builder-guide.md +263 -0
  395. package/.agents/skills/website-to-video/references/capabilities.md +713 -0
  396. package/.agents/skills/website-to-video/references/step-0-capture.md +55 -0
  397. package/.agents/skills/website-to-video/references/step-1-design.md +333 -0
  398. package/.agents/skills/website-to-video/references/step-2-brief.md +178 -0
  399. package/.agents/skills/website-to-video/references/step-3-storyboard.md +572 -0
  400. package/.agents/skills/website-to-video/references/step-4-vo.md +225 -0
  401. package/.agents/skills/website-to-video/references/step-5-build.md +483 -0
  402. package/.agents/skills/website-to-video/references/step-6-validate.md +341 -0
  403. package/.agents/skills/website-to-video/scripts/w2h-verify.mjs +759 -0
  404. package/SKILL.director.md +37 -0
  405. package/SKILL.platform.md +6 -1
  406. package/demo/dist/app.css +1 -1
  407. package/demo/dist/app.js +369 -85
  408. package/dist/src/app.js +630 -140
  409. package/dist/src/cli.js +529 -12
  410. package/dist/src/composition-runtime.js +262 -3
  411. package/dist/src/config.js +13 -0
  412. package/dist/src/devcli/doctor.js +192 -0
  413. package/dist/src/devcli/hyperframes-cli.js +118 -0
  414. package/dist/src/devcli/skills.js +476 -0
  415. package/dist/src/devcli/stills.js +249 -0
  416. package/dist/src/editor-chat.js +256 -0
  417. package/dist/src/frontend/homepage-client.js +50 -1
  418. package/dist/src/frontend/homepage-shared.js +197 -0
  419. package/dist/src/frontend/homepage-store.js +10 -1
  420. package/dist/src/frontend/homepage-view.js +43 -5
  421. package/dist/src/homepage.js +51 -18
  422. package/dist/src/hyperframes/composition.js +5 -5
  423. package/dist/src/services/composition-lint.js +199 -0
  424. package/dist/src/services/hyperframes.js +67 -13
  425. package/dist/src/services/serverless-records.js +9 -0
  426. package/package.json +2 -1
  427. package/public/assets/homepage-client-app.js +23 -23
@@ -0,0 +1,1439 @@
1
+ <!doctype html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <meta name="viewport" content="width=device-width,initial-scale=1" />
6
+ <title>Claude</title>
7
+ <link rel="preconnect" href="https://fonts.googleapis.com" />
8
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
9
+ <link
10
+ href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;500&display=swap"
11
+ rel="stylesheet"
12
+ />
13
+ <style id="ds-tokens">
14
+ :root {
15
+ --ink: #141413;
16
+ --cream: #faf9f5;
17
+ --tile: #efe9de;
18
+ --tile-strong: #ece3d4;
19
+ --coral: #cc785c;
20
+ --navy: #181715;
21
+ --navy-soft: #1f1e1b;
22
+ --navy-elev: #252320;
23
+ --teal: #5db8a6;
24
+ --amber: #e8a55a;
25
+ --ok: #5db872;
26
+ --warn: #c64545;
27
+ --serif: "EB Garamond", Georgia, serif;
28
+ --sans: "Inter", system-ui, sans-serif;
29
+ --mono: "JetBrains Mono", ui-monospace, monospace;
30
+ --hair: rgba(20, 20, 19, 0.12);
31
+ --hair-soft: rgba(20, 20, 19, 0.06);
32
+ --on-dark: rgba(250, 249, 245, 0.92);
33
+ --on-dark-soft: rgba(250, 249, 245, 0.58);
34
+ --shadow: 0 1px 3px rgba(20, 20, 19, 0.08), 0 4px 16px rgba(20, 20, 19, 0.04);
35
+ }
36
+ * {
37
+ margin: 0;
38
+ padding: 0;
39
+ box-sizing: border-box;
40
+ }
41
+ html {
42
+ background: #0e0d0c;
43
+ }
44
+ body {
45
+ background: var(--cream);
46
+ color: var(--ink);
47
+ font-family: var(--sans);
48
+ -webkit-font-smoothing: antialiased;
49
+ }
50
+ .serif {
51
+ font-family: var(--serif);
52
+ font-weight: 400;
53
+ letter-spacing: -0.02em;
54
+ line-height: 1;
55
+ }
56
+ .mono {
57
+ font-family: var(--mono);
58
+ font-weight: 500;
59
+ text-transform: uppercase;
60
+ letter-spacing: 0.16em;
61
+ }
62
+ .spike {
63
+ color: var(--coral);
64
+ }
65
+
66
+ section {
67
+ padding: 110px 120px;
68
+ position: relative;
69
+ }
70
+ .topbar {
71
+ display: flex;
72
+ justify-content: space-between;
73
+ align-items: flex-end;
74
+ border-bottom: 1px solid var(--hair);
75
+ padding-bottom: 18px;
76
+ margin-bottom: 56px;
77
+ }
78
+ .topbar .lbl {
79
+ font-family: var(--mono);
80
+ font-weight: 500;
81
+ text-transform: uppercase;
82
+ letter-spacing: 0.16em;
83
+ font-size: 15px;
84
+ color: var(--coral);
85
+ }
86
+ .topbar h2 {
87
+ font-family: var(--serif);
88
+ font-weight: 400;
89
+ font-size: 48px;
90
+ letter-spacing: -0.02em;
91
+ line-height: 1;
92
+ }
93
+
94
+ /* COVER */
95
+ .cover {
96
+ min-height: 100vh;
97
+ background: var(--cream);
98
+ color: var(--ink);
99
+ padding: 120px 140px;
100
+ display: flex;
101
+ flex-direction: column;
102
+ justify-content: center;
103
+ position: relative;
104
+ }
105
+ .cover .top {
106
+ position: absolute;
107
+ top: 64px;
108
+ left: 140px;
109
+ right: 140px;
110
+ display: flex;
111
+ justify-content: space-between;
112
+ align-items: center;
113
+ }
114
+ .cover .top .lbl {
115
+ font-family: var(--mono);
116
+ font-weight: 500;
117
+ text-transform: uppercase;
118
+ letter-spacing: 0.16em;
119
+ font-size: 15px;
120
+ color: var(--coral);
121
+ }
122
+ .cover .top .idx {
123
+ font-family: var(--mono);
124
+ font-weight: 500;
125
+ letter-spacing: 0.06em;
126
+ font-size: 14px;
127
+ color: color-mix(in srgb, var(--ink) 56%, var(--cream));
128
+ }
129
+ .cover h1 {
130
+ font-family: var(--serif);
131
+ font-weight: 400;
132
+ font-size: clamp(88px, 13vw, 184px);
133
+ line-height: 0.98;
134
+ letter-spacing: -0.035em;
135
+ color: var(--ink);
136
+ max-width: 14ch;
137
+ }
138
+ .cover h1 .it {
139
+ font-style: italic;
140
+ color: var(--coral);
141
+ }
142
+ .cover .lede {
143
+ font-family: var(--sans);
144
+ font-weight: 400;
145
+ font-size: 28px;
146
+ line-height: 1.5;
147
+ color: color-mix(in srgb, var(--ink) 80%, var(--cream));
148
+ max-width: 720px;
149
+ margin-top: 38px;
150
+ }
151
+ .cover .footline {
152
+ position: absolute;
153
+ bottom: 64px;
154
+ left: 140px;
155
+ right: 140px;
156
+ display: flex;
157
+ justify-content: space-between;
158
+ font-family: var(--mono);
159
+ font-weight: 500;
160
+ text-transform: uppercase;
161
+ letter-spacing: 0.14em;
162
+ font-size: 14px;
163
+ color: color-mix(in srgb, var(--ink) 50%, var(--cream));
164
+ }
165
+
166
+ /* PALETTE */
167
+ .swatches {
168
+ display: grid;
169
+ grid-template-columns: repeat(4, 1fr);
170
+ gap: 24px;
171
+ }
172
+ .sw {
173
+ border: 1px solid var(--hair);
174
+ border-radius: 12px;
175
+ overflow: hidden;
176
+ background: var(--cream);
177
+ }
178
+ .sw .chip {
179
+ height: 128px;
180
+ }
181
+ .sw .meta {
182
+ padding: 18px 20px;
183
+ border-top: 1px solid var(--hair);
184
+ }
185
+ .sw .name {
186
+ font-family: var(--serif);
187
+ font-weight: 400;
188
+ font-size: 24px;
189
+ }
190
+ .sw .hex {
191
+ font-family: var(--mono);
192
+ font-size: 12px;
193
+ letter-spacing: 0.04em;
194
+ color: var(--ink);
195
+ opacity: 0.6;
196
+ margin-top: 6px;
197
+ }
198
+ .sw .role {
199
+ font-family: var(--sans);
200
+ font-weight: 400;
201
+ font-size: 14px;
202
+ line-height: 1.45;
203
+ color: color-mix(in srgb, var(--ink) 70%, var(--cream));
204
+ margin-top: 10px;
205
+ }
206
+ .syntax-note {
207
+ margin-top: 28px;
208
+ display: flex;
209
+ gap: 28px;
210
+ align-items: center;
211
+ flex-wrap: wrap;
212
+ font-family: var(--mono);
213
+ font-size: 13px;
214
+ letter-spacing: 0.02em;
215
+ color: color-mix(in srgb, var(--ink) 60%, var(--cream));
216
+ }
217
+ .syntax-note .dot {
218
+ display: inline-block;
219
+ width: 14px;
220
+ height: 14px;
221
+ border-radius: 50%;
222
+ vertical-align: -2px;
223
+ margin-right: 8px;
224
+ }
225
+
226
+ /* TYPE */
227
+ .type-row {
228
+ display: grid;
229
+ grid-template-columns: 240px 1fr;
230
+ align-items: center;
231
+ padding: 26px 0;
232
+ border-bottom: 1px solid var(--hair-soft);
233
+ }
234
+ .type-row .tok {
235
+ font-family: var(--mono);
236
+ font-weight: 500;
237
+ text-transform: uppercase;
238
+ letter-spacing: 0.14em;
239
+ font-size: 13px;
240
+ color: var(--coral);
241
+ }
242
+ .type-row .m {
243
+ font-family: var(--mono);
244
+ font-size: 11px;
245
+ color: var(--ink);
246
+ opacity: 0.55;
247
+ margin-top: 8px;
248
+ line-height: 1.5;
249
+ letter-spacing: 0.02em;
250
+ }
251
+
252
+ /* COMPONENTS */
253
+ .cnote {
254
+ font-family: var(--mono);
255
+ font-weight: 500;
256
+ text-transform: uppercase;
257
+ letter-spacing: 0.16em;
258
+ font-size: 12px;
259
+ color: var(--coral);
260
+ margin-bottom: 22px;
261
+ }
262
+ .cgrid {
263
+ display: grid;
264
+ grid-template-columns: repeat(12, 1fr);
265
+ gap: 28px;
266
+ margin-bottom: 52px;
267
+ }
268
+ .s3 {
269
+ grid-column: span 3;
270
+ }
271
+ .s4 {
272
+ grid-column: span 4;
273
+ }
274
+ .s5 {
275
+ grid-column: span 5;
276
+ }
277
+ .s6 {
278
+ grid-column: span 6;
279
+ }
280
+ .s7 {
281
+ grid-column: span 7;
282
+ }
283
+ .s8 {
284
+ grid-column: span 8;
285
+ }
286
+ .card {
287
+ background: var(--cream);
288
+ border: 1px solid var(--hair);
289
+ border-radius: 12px;
290
+ box-shadow: var(--shadow);
291
+ padding: 30px 32px;
292
+ }
293
+ .card.tile {
294
+ background: var(--tile);
295
+ }
296
+ .card .kt {
297
+ font-family: var(--serif);
298
+ font-weight: 400;
299
+ font-size: 30px;
300
+ letter-spacing: -0.01em;
301
+ line-height: 1.1;
302
+ }
303
+ .card .kb {
304
+ font-family: var(--sans);
305
+ font-weight: 400;
306
+ font-size: 16px;
307
+ line-height: 1.5;
308
+ color: color-mix(in srgb, var(--ink) 74%, var(--cream));
309
+ margin-top: 10px;
310
+ }
311
+ .kicker {
312
+ font-family: var(--mono);
313
+ font-weight: 500;
314
+ text-transform: uppercase;
315
+ letter-spacing: 0.16em;
316
+ font-size: 14px;
317
+ color: color-mix(in srgb, var(--ink) 64%, var(--cream));
318
+ }
319
+ .callout {
320
+ background: var(--coral);
321
+ color: var(--cream);
322
+ border-radius: 8px;
323
+ padding: 22px 30px;
324
+ display: inline-flex;
325
+ align-items: center;
326
+ gap: 14px;
327
+ }
328
+ .callout .b {
329
+ font-family: var(--sans);
330
+ font-weight: 500;
331
+ font-size: 22px;
332
+ }
333
+ .callout .a {
334
+ font-family: var(--mono);
335
+ font-weight: 500;
336
+ text-transform: uppercase;
337
+ letter-spacing: 0.12em;
338
+ font-size: 12px;
339
+ opacity: 0.85;
340
+ }
341
+ .kpi .tag {
342
+ font-family: var(--mono);
343
+ font-weight: 500;
344
+ text-transform: uppercase;
345
+ letter-spacing: 0.14em;
346
+ font-size: 13px;
347
+ color: var(--coral);
348
+ border-top: 1px solid var(--hair);
349
+ padding-top: 16px;
350
+ display: inline-block;
351
+ }
352
+ .kpi .fig {
353
+ font-family: var(--serif);
354
+ font-weight: 400;
355
+ font-size: 120px;
356
+ line-height: 0.95;
357
+ letter-spacing: -0.03em;
358
+ color: var(--ink);
359
+ }
360
+ .kpi .fig .u {
361
+ font-family: var(--mono);
362
+ font-weight: 500;
363
+ font-size: 36px;
364
+ letter-spacing: 0;
365
+ margin-left: 8px;
366
+ }
367
+ .kpi .d {
368
+ font-family: var(--sans);
369
+ font-weight: 400;
370
+ font-size: 17px;
371
+ line-height: 1.4;
372
+ color: color-mix(in srgb, var(--ink) 74%, var(--cream));
373
+ margin-top: 12px;
374
+ max-width: 300px;
375
+ }
376
+ .quote .q {
377
+ font-family: var(--serif);
378
+ font-style: italic;
379
+ font-weight: 400;
380
+ font-size: 38px;
381
+ line-height: 1.18;
382
+ letter-spacing: -0.018em;
383
+ color: var(--ink);
384
+ }
385
+ .quote .cite {
386
+ font-family: var(--mono);
387
+ font-weight: 500;
388
+ text-transform: uppercase;
389
+ letter-spacing: 0.16em;
390
+ font-size: 13px;
391
+ color: color-mix(in srgb, var(--ink) 58%, var(--cream));
392
+ margin-top: 18px;
393
+ }
394
+ /* code surface demo */
395
+ .codewin {
396
+ background: var(--navy);
397
+ border: 1px solid var(--on-dark-soft);
398
+ border-radius: 8px;
399
+ overflow: hidden;
400
+ }
401
+ .codewin .bar {
402
+ background: var(--navy-elev);
403
+ padding: 12px 18px;
404
+ display: flex;
405
+ align-items: center;
406
+ gap: 8px;
407
+ }
408
+ .codewin .bar .dot {
409
+ width: 11px;
410
+ height: 11px;
411
+ border-radius: 50%;
412
+ }
413
+ .codewin .bar .fn {
414
+ font-family: var(--mono);
415
+ font-weight: 500;
416
+ font-size: 13px;
417
+ color: var(--on-dark-soft);
418
+ margin-left: 12px;
419
+ letter-spacing: 0.02em;
420
+ }
421
+ .codewin pre {
422
+ margin: 0;
423
+ padding: 22px 24px;
424
+ font-family: var(--mono);
425
+ font-weight: 400;
426
+ font-size: 18px;
427
+ line-height: 1.6;
428
+ color: var(--on-dark);
429
+ }
430
+ .codewin .add {
431
+ background: color-mix(in srgb, var(--ok) 16%, transparent);
432
+ display: block;
433
+ margin: 0 -24px;
434
+ padding: 0 24px;
435
+ }
436
+ .codewin .del {
437
+ background: color-mix(in srgb, var(--warn) 16%, transparent);
438
+ display: block;
439
+ margin: 0 -24px;
440
+ padding: 0 24px;
441
+ color: var(--on-dark-soft);
442
+ }
443
+ .codewin .k {
444
+ color: var(--coral);
445
+ }
446
+ .codewin .s {
447
+ color: var(--teal);
448
+ }
449
+ .codewin .n {
450
+ color: var(--amber);
451
+ }
452
+ .codewin .g {
453
+ color: var(--ok);
454
+ }
455
+ .codewin .r {
456
+ color: var(--warn);
457
+ }
458
+
459
+ /* FRAMES */
460
+ .gallery {
461
+ display: grid;
462
+ grid-template-columns: 1fr 1fr;
463
+ gap: 48px;
464
+ }
465
+ .fw .flabel {
466
+ display: flex;
467
+ gap: 14px;
468
+ align-items: baseline;
469
+ margin-bottom: 16px;
470
+ font-family: var(--mono);
471
+ font-weight: 500;
472
+ text-transform: uppercase;
473
+ letter-spacing: 0.14em;
474
+ font-size: 12px;
475
+ color: color-mix(in srgb, var(--ink) 50%, var(--cream));
476
+ }
477
+ .fw .flabel b {
478
+ color: var(--coral);
479
+ }
480
+ .frame {
481
+ aspect-ratio: 16/9;
482
+ container-type: size;
483
+ position: relative;
484
+ overflow: hidden;
485
+ background: var(--cream);
486
+ border-radius: 8px;
487
+ box-shadow:
488
+ 0 0 0 1px var(--hair),
489
+ 0 10px 30px rgba(20, 20, 19, 0.06);
490
+ }
491
+ .frame > .body {
492
+ position: absolute;
493
+ inset: 0;
494
+ z-index: 3;
495
+ }
496
+ .frame .tb {
497
+ position: absolute;
498
+ left: 5cqw;
499
+ right: 5cqw;
500
+ top: 3.4cqw;
501
+ display: flex;
502
+ justify-content: space-between;
503
+ align-items: center;
504
+ z-index: 4;
505
+ }
506
+ .frame .tb .l {
507
+ font-family: var(--mono);
508
+ font-weight: 500;
509
+ text-transform: uppercase;
510
+ letter-spacing: 0.16em;
511
+ font-size: 0.95cqw;
512
+ color: color-mix(in srgb, var(--ink) 56%, var(--cream));
513
+ }
514
+ .frame .tb .l.coral {
515
+ color: var(--coral);
516
+ }
517
+ .frame .fl {
518
+ position: absolute;
519
+ left: 5cqw;
520
+ right: 5cqw;
521
+ bottom: 3cqw;
522
+ display: flex;
523
+ justify-content: space-between;
524
+ font-family: var(--mono);
525
+ font-weight: 500;
526
+ text-transform: uppercase;
527
+ letter-spacing: 0.14em;
528
+ font-size: 0.82cqw;
529
+ color: color-mix(in srgb, var(--ink) 48%, var(--cream));
530
+ z-index: 4;
531
+ }
532
+
533
+ /* f1 cover */
534
+ .cf1 .body {
535
+ display: flex;
536
+ flex-direction: column;
537
+ justify-content: center;
538
+ padding: 0 5cqw;
539
+ }
540
+ .cf1 .kick {
541
+ font-family: var(--mono);
542
+ font-weight: 500;
543
+ text-transform: uppercase;
544
+ letter-spacing: 0.16em;
545
+ font-size: 1.1cqw;
546
+ color: var(--coral);
547
+ margin-bottom: 1.6cqw;
548
+ }
549
+ .cf1 h3 {
550
+ font-family: var(--serif);
551
+ font-weight: 400;
552
+ font-size: 9.6cqw;
553
+ line-height: 0.98;
554
+ letter-spacing: -0.035em;
555
+ color: var(--ink);
556
+ }
557
+
558
+ /* f2 statement */
559
+ .cf2 .body {
560
+ display: flex;
561
+ flex-direction: column;
562
+ justify-content: center;
563
+ padding: 0 7cqw;
564
+ }
565
+ .cf2 h3 {
566
+ font-family: var(--serif);
567
+ font-weight: 400;
568
+ font-size: 7cqw;
569
+ line-height: 1.04;
570
+ letter-spacing: -0.028em;
571
+ color: var(--ink);
572
+ max-width: 74cqw;
573
+ }
574
+ .cf2 h3 .it {
575
+ font-style: italic;
576
+ color: var(--coral);
577
+ }
578
+
579
+ /* f3 code surface — the PR-critical frame */
580
+ .cf3 .body {
581
+ display: flex;
582
+ flex-direction: column;
583
+ justify-content: center;
584
+ padding: 0 5cqw;
585
+ }
586
+ .cf3 .kick {
587
+ font-family: var(--mono);
588
+ font-weight: 500;
589
+ text-transform: uppercase;
590
+ letter-spacing: 0.16em;
591
+ font-size: 0.95cqw;
592
+ color: var(--coral);
593
+ margin-bottom: 1.3cqw;
594
+ }
595
+ .cf3 .win {
596
+ background: var(--navy);
597
+ border: 0.08cqw solid var(--on-dark-soft);
598
+ border-radius: 0.7cqw;
599
+ overflow: hidden;
600
+ box-shadow: 0 1cqw 3cqw rgba(20, 20, 19, 0.18);
601
+ }
602
+ .cf3 .win .bar {
603
+ background: var(--navy-elev);
604
+ padding: 0.9cqw 1.3cqw;
605
+ display: flex;
606
+ align-items: center;
607
+ gap: 0.5cqw;
608
+ }
609
+ .cf3 .win .bar .dot {
610
+ width: 0.8cqw;
611
+ height: 0.8cqw;
612
+ border-radius: 50%;
613
+ }
614
+ .cf3 .win .bar .fn {
615
+ font-family: var(--mono);
616
+ font-weight: 500;
617
+ font-size: 1cqw;
618
+ color: var(--on-dark-soft);
619
+ margin-left: 0.8cqw;
620
+ letter-spacing: 0.02em;
621
+ }
622
+ .cf3 .win pre {
623
+ margin: 0;
624
+ padding: 1.5cqw 1.8cqw;
625
+ font-family: var(--mono);
626
+ font-weight: 400;
627
+ font-size: 1.55cqw;
628
+ line-height: 1.62;
629
+ color: var(--on-dark);
630
+ }
631
+ .cf3 .add {
632
+ background: color-mix(in srgb, var(--ok) 16%, transparent);
633
+ display: block;
634
+ margin: 0 -1.8cqw;
635
+ padding: 0 1.8cqw;
636
+ }
637
+ .cf3 .del {
638
+ background: color-mix(in srgb, var(--warn) 16%, transparent);
639
+ display: block;
640
+ margin: 0 -1.8cqw;
641
+ padding: 0 1.8cqw;
642
+ color: var(--on-dark-soft);
643
+ }
644
+ .cf3 .k {
645
+ color: var(--coral);
646
+ }
647
+ .cf3 .s {
648
+ color: var(--teal);
649
+ }
650
+ .cf3 .n {
651
+ color: var(--amber);
652
+ }
653
+ .cf3 .g {
654
+ color: var(--ok);
655
+ }
656
+ .cf3 .r {
657
+ color: var(--warn);
658
+ }
659
+
660
+ /* f4 number / impact */
661
+ .cf4 .body {
662
+ display: flex;
663
+ flex-direction: column;
664
+ justify-content: center;
665
+ padding: 0 5cqw;
666
+ }
667
+ .cf4 .tag {
668
+ font-family: var(--mono);
669
+ font-weight: 500;
670
+ text-transform: uppercase;
671
+ letter-spacing: 0.16em;
672
+ font-size: 1cqw;
673
+ color: var(--coral);
674
+ border-top: 0.08cqw solid var(--hair);
675
+ padding-top: 1.2cqw;
676
+ display: inline-block;
677
+ }
678
+ .cf4 .fig {
679
+ font-family: var(--serif);
680
+ font-weight: 400;
681
+ font-size: 16cqw;
682
+ line-height: 0.92;
683
+ letter-spacing: -0.03em;
684
+ color: var(--ink);
685
+ }
686
+ .cf4 .fig .u {
687
+ font-family: var(--mono);
688
+ font-weight: 500;
689
+ font-size: 4.2cqw;
690
+ letter-spacing: 0;
691
+ margin-left: 0.6cqw;
692
+ color: color-mix(in srgb, var(--ink) 64%, var(--cream));
693
+ }
694
+ .cf4 .d {
695
+ font-family: var(--sans);
696
+ font-weight: 400;
697
+ font-size: 1.7cqw;
698
+ line-height: 1.4;
699
+ color: color-mix(in srgb, var(--ink) 74%, var(--cream));
700
+ max-width: 44cqw;
701
+ margin-top: 1cqw;
702
+ }
703
+
704
+ /* f5 pull-quote */
705
+ .cf5 .body {
706
+ display: flex;
707
+ flex-direction: column;
708
+ justify-content: center;
709
+ padding: 0 8cqw;
710
+ }
711
+ .cf5 .q {
712
+ font-family: var(--serif);
713
+ font-style: italic;
714
+ font-weight: 400;
715
+ font-size: 5cqw;
716
+ line-height: 1.16;
717
+ letter-spacing: -0.018em;
718
+ color: var(--ink);
719
+ }
720
+ .cf5 .cite {
721
+ font-family: var(--mono);
722
+ font-weight: 500;
723
+ text-transform: uppercase;
724
+ letter-spacing: 0.16em;
725
+ font-size: 0.95cqw;
726
+ color: color-mix(in srgb, var(--ink) 56%, var(--cream));
727
+ margin-top: 2.2cqw;
728
+ }
729
+
730
+ /* f6 closing / cta */
731
+ .cf6 .body {
732
+ display: flex;
733
+ flex-direction: column;
734
+ justify-content: center;
735
+ padding: 0 5cqw;
736
+ }
737
+ .cf6 h3 {
738
+ font-family: var(--serif);
739
+ font-weight: 400;
740
+ font-size: 6.2cqw;
741
+ line-height: 1.02;
742
+ letter-spacing: -0.028em;
743
+ color: var(--ink);
744
+ margin-bottom: 2.4cqw;
745
+ }
746
+ .cf6 .ship {
747
+ display: flex;
748
+ align-items: center;
749
+ gap: 1.4cqw;
750
+ margin-bottom: 2.4cqw;
751
+ }
752
+ .cf6 .av {
753
+ width: 4cqw;
754
+ height: 4cqw;
755
+ border-radius: 50%;
756
+ border: 0.1cqw solid var(--hair);
757
+ background: var(--tile);
758
+ display: grid;
759
+ place-items: center;
760
+ font-family: var(--mono);
761
+ font-weight: 500;
762
+ font-size: 1.2cqw;
763
+ color: var(--ink);
764
+ margin-left: -1cqw;
765
+ }
766
+ .cf6 .av:first-child {
767
+ margin-left: 0;
768
+ }
769
+ .cf6 .shiplbl {
770
+ font-family: var(--mono);
771
+ font-weight: 500;
772
+ text-transform: uppercase;
773
+ letter-spacing: 0.14em;
774
+ font-size: 0.95cqw;
775
+ color: color-mix(in srgb, var(--ink) 56%, var(--cream));
776
+ margin-left: 0.8cqw;
777
+ }
778
+ .cf6 .cta {
779
+ background: var(--coral);
780
+ color: var(--cream);
781
+ border-radius: 0.6cqw;
782
+ padding: 1.2cqw 2cqw;
783
+ display: inline-flex;
784
+ align-self: flex-start;
785
+ font-family: var(--sans);
786
+ font-weight: 500;
787
+ font-size: 1.8cqw;
788
+ }
789
+
790
+ /* PRINCIPLES */
791
+ .dos {
792
+ display: grid;
793
+ grid-template-columns: 1fr 1fr;
794
+ gap: 48px;
795
+ }
796
+ .do-card h4 {
797
+ font-family: var(--serif);
798
+ font-weight: 400;
799
+ font-size: 34px;
800
+ color: var(--ink);
801
+ margin-bottom: 6px;
802
+ letter-spacing: -0.02em;
803
+ }
804
+ .do-card .rule {
805
+ height: 1px;
806
+ background: var(--hair);
807
+ margin-bottom: 22px;
808
+ }
809
+ .do-card ul {
810
+ list-style: none;
811
+ }
812
+ .do-card li {
813
+ font-family: var(--sans);
814
+ font-weight: 400;
815
+ font-size: 17px;
816
+ line-height: 1.5;
817
+ padding-left: 24px;
818
+ position: relative;
819
+ margin-bottom: 13px;
820
+ color: color-mix(in srgb, var(--ink) 84%, var(--cream));
821
+ }
822
+ .do-card li::before {
823
+ position: absolute;
824
+ left: 0;
825
+ font-family: var(--mono);
826
+ }
827
+ .do-card.do li::before {
828
+ content: "+";
829
+ color: var(--coral);
830
+ }
831
+ .do-card.dont li::before {
832
+ content: "\00d7";
833
+ color: color-mix(in srgb, var(--ink) 40%, var(--cream));
834
+ }
835
+
836
+ .foot {
837
+ padding: 60px 120px;
838
+ border-top: 1px solid var(--hair);
839
+ display: flex;
840
+ justify-content: space-between;
841
+ align-items: center;
842
+ }
843
+ .foot .l {
844
+ font-family: var(--serif);
845
+ font-weight: 400;
846
+ font-size: 30px;
847
+ color: var(--ink);
848
+ }
849
+ .foot .l .spike {
850
+ color: var(--coral);
851
+ }
852
+ .foot .r {
853
+ font-family: var(--mono);
854
+ font-weight: 500;
855
+ text-transform: uppercase;
856
+ letter-spacing: 0.16em;
857
+ font-size: 11px;
858
+ color: color-mix(in srgb, var(--ink) 50%, var(--cream));
859
+ }
860
+ @media (max-width: 1100px) {
861
+ .gallery {
862
+ grid-template-columns: 1fr;
863
+ }
864
+ .swatches {
865
+ grid-template-columns: 1fr 1fr;
866
+ }
867
+ }
868
+ </style>
869
+ </head>
870
+ <body>
871
+ <!-- COVER -->
872
+ <section class="cover">
873
+ <div class="top">
874
+ <span class="lbl"><span class="spike">✱</span> Frame System · Vol. 01</span
875
+ ><span class="idx">EB Garamond · Inter · JetBrains Mono</span>
876
+ </div>
877
+ <h1>Cream, ink &amp; one <span class="it">coral.</span></h1>
878
+ <div class="lede">
879
+ A warm-editorial frame system — EB Garamond at optical sizes for display, Inter for body,
880
+ JetBrains Mono for the index and code, and a single terracotta coral held as scarce voltage.
881
+ </div>
882
+ <div class="footline">
883
+ <span>Warm cream paper · hairline elevation</span><span>1920 × 1080</span>
884
+ </div>
885
+ </section>
886
+
887
+ <!-- PALETTE -->
888
+ <section>
889
+ <div class="topbar">
890
+ <span class="lbl">01 — Palette</span>
891
+ <h2>The trinity, plus a code surface</h2>
892
+ </div>
893
+ <div class="swatches">
894
+ <div class="sw">
895
+ <div class="chip" style="background: var(--ink)"></div>
896
+ <div class="meta">
897
+ <div class="name">Ink</div>
898
+ <div class="hex">#141413</div>
899
+ <div class="role">
900
+ Warm near-black — the voice. Every word, every hairline; never pure #000.
901
+ </div>
902
+ </div>
903
+ </div>
904
+ <div class="sw">
905
+ <div class="chip" style="background: var(--cream)"></div>
906
+ <div class="meta">
907
+ <div class="name">Cream</div>
908
+ <div class="hex">#FAF9F5</div>
909
+ <div class="role">Warm paper — the ~60% floor. Never pure white, never cool.</div>
910
+ </div>
911
+ </div>
912
+ <div class="sw">
913
+ <div class="chip" style="background: var(--coral)"></div>
914
+ <div class="meta">
915
+ <div class="name">Coral</div>
916
+ <div class="hex">#CC785C</div>
917
+ <div class="role">
918
+ Terracotta voltage — the one accent. CTA / inline link / band, once per frame.
919
+ </div>
920
+ </div>
921
+ </div>
922
+ <div class="sw">
923
+ <div class="chip" style="background: var(--tile)"></div>
924
+ <div class="meta">
925
+ <div class="name">Tile</div>
926
+ <div class="hex">#EFE9DE</div>
927
+ <div class="role">Half-step content surface — where cards gather.</div>
928
+ </div>
929
+ </div>
930
+ <div class="sw">
931
+ <div class="chip" style="background: var(--tile-strong)"></div>
932
+ <div class="meta">
933
+ <div class="name">Tile Strong</div>
934
+ <div class="hex">#ECE3D4</div>
935
+ <div class="role">Pressed / deepest warm-paper step.</div>
936
+ </div>
937
+ </div>
938
+ <div class="sw">
939
+ <div class="chip" style="background: var(--navy)"></div>
940
+ <div class="meta">
941
+ <div class="name">Navy</div>
942
+ <div class="hex">#181715</div>
943
+ <div class="role">
944
+ Warm code / terminal surface — structural anchor, not a brand hue.
945
+ </div>
946
+ </div>
947
+ </div>
948
+ <div class="sw">
949
+ <div class="chip" style="background: var(--navy-elev)"></div>
950
+ <div class="meta">
951
+ <div class="name">Navy Elev</div>
952
+ <div class="hex">#252320</div>
953
+ <div class="role">Title bars + status strips on the code surface.</div>
954
+ </div>
955
+ </div>
956
+ <div class="sw">
957
+ <div
958
+ class="chip"
959
+ style="background: linear-gradient(90deg, var(--teal) 0 50%, var(--amber) 50% 100%)"
960
+ ></div>
961
+ <div class="meta">
962
+ <div class="name">Syntax</div>
963
+ <div class="hex">#5DB8A6 · #E8A55A</div>
964
+ <div class="role">
965
+ Teal strings · amber numbers — fixed code decoration, not remixable.
966
+ </div>
967
+ </div>
968
+ </div>
969
+ </div>
970
+ <div class="syntax-note">
971
+ <span><span class="dot" style="background: var(--coral)"></span>keywords</span>
972
+ <span><span class="dot" style="background: var(--teal)"></span>strings</span>
973
+ <span><span class="dot" style="background: var(--amber)"></span>numbers</span>
974
+ <span><span class="dot" style="background: var(--ok)"></span>added</span>
975
+ <span><span class="dot" style="background: var(--warn)"></span>removed</span>
976
+ </div>
977
+ </section>
978
+
979
+ <!-- TYPOGRAPHY -->
980
+ <section>
981
+ <div class="topbar">
982
+ <span class="lbl">02 — Typography</span>
983
+ <h2>EB Garamond display · Inter body · Mono index</h2>
984
+ </div>
985
+ <div class="type-row">
986
+ <div>
987
+ <div class="tok">display-cover</div>
988
+ <div class="m">EB Garamond · 500 · 190px · −0.028em · sentence</div>
989
+ </div>
990
+ <div>
991
+ <span class="serif" style="font-size: 108px; line-height: 0.98"
992
+ >Streaming, end to end.</span
993
+ >
994
+ </div>
995
+ </div>
996
+ <div class="type-row">
997
+ <div>
998
+ <div class="tok">display</div>
999
+ <div class="m">EB Garamond · 500 · 140px · −0.022em</div>
1000
+ </div>
1001
+ <div><span class="serif" style="font-size: 80px">A serif that thinks.</span></div>
1002
+ </div>
1003
+ <div class="type-row">
1004
+ <div>
1005
+ <div class="tok">number-hero</div>
1006
+ <div class="m">EB Garamond · 500 · 180px · figure + mono unit</div>
1007
+ </div>
1008
+ <div>
1009
+ <span class="serif" style="font-size: 96px; color: var(--ink)"
1010
+ >+1,204<span
1011
+ style="
1012
+ font-family: var(--mono);
1013
+ font-weight: 500;
1014
+ font-size: 36px;
1015
+ color: color-mix(in srgb, var(--ink) 64%, var(--cream));
1016
+ "
1017
+ >
1018
+ lines</span
1019
+ ></span
1020
+ >
1021
+ </div>
1022
+ </div>
1023
+ <div class="type-row">
1024
+ <div>
1025
+ <div class="tok">body / lead</div>
1026
+ <div class="m">Inter · 400 · line 1.5</div>
1027
+ </div>
1028
+ <div>
1029
+ <p
1030
+ style="
1031
+ font-family: var(--sans);
1032
+ font-weight: 400;
1033
+ font-size: 24px;
1034
+ line-height: 1.5;
1035
+ max-width: 680px;
1036
+ color: color-mix(in srgb, var(--ink) 82%, var(--cream));
1037
+ "
1038
+ >
1039
+ The body reads first and answers second — Inter at weight 400, sentence case, with its
1040
+ qualifiers kept. No hype, no exclamation.
1041
+ </p>
1042
+ </div>
1043
+ </div>
1044
+ <div class="type-row">
1045
+ <div>
1046
+ <div class="tok">kicker / code</div>
1047
+ <div class="m">JetBrains Mono · 500 uppercase 0.16em · code 400</div>
1048
+ </div>
1049
+ <div>
1050
+ <span class="mono" style="font-size: 16px; color: var(--coral)"
1051
+ >✱ Pull Request · #1842</span
1052
+ >
1053
+ &nbsp;
1054
+ <span style="font-family: var(--mono); font-size: 18px; color: var(--ink)"
1055
+ >async for tok in stream()</span
1056
+ >
1057
+ </div>
1058
+ </div>
1059
+ <div class="type-row" style="border-bottom: 0">
1060
+ <div>
1061
+ <div class="tok">quote-pull</div>
1062
+ <div class="m">EB Garamond · 400 · italic · the expressive register</div>
1063
+ </div>
1064
+ <div>
1065
+ <span class="serif" style="font-style: italic; font-size: 46px; color: var(--ink)"
1066
+ >Ship it when it reads like a person wrote it.</span
1067
+ >
1068
+ </div>
1069
+ </div>
1070
+ </section>
1071
+
1072
+ <!-- COMPONENTS -->
1073
+ <section>
1074
+ <div class="topbar">
1075
+ <span class="lbl">03 — Components</span>
1076
+ <h2>Hairline elevation · scarce coral</h2>
1077
+ </div>
1078
+
1079
+ <div class="cgrid">
1080
+ <div class="s5">
1081
+ <div class="cnote">card-hairline — 1px ink hairline + one soft warm shadow</div>
1082
+ <div class="card">
1083
+ <div class="kt">Reads first, answers second</div>
1084
+ <div class="kb">
1085
+ The editorial content card. Elevation is the hairline plus one soft warm shadow —
1086
+ never a heavy drop, glow, or gradient.
1087
+ </div>
1088
+ </div>
1089
+ <div class="card tile" style="margin-top: 24px">
1090
+ <div class="kt">Gathers on a half-step tile</div>
1091
+ <div class="kb">
1092
+ Content collects on a warm tile surface, half a step down from the cream floor.
1093
+ </div>
1094
+ </div>
1095
+ </div>
1096
+ <div class="s3">
1097
+ <div class="cnote">kicker-spike + coral-callout</div>
1098
+ <div class="kicker"><span class="spike">✱</span> For the considered worker</div>
1099
+ <div class="callout" style="margin-top: 22px">
1100
+ <span class="b">Start a project</span><span class="a">CTA</span>
1101
+ </div>
1102
+ <div
1103
+ class="kb"
1104
+ style="
1105
+ margin-top: 18px;
1106
+ font-family: var(--sans);
1107
+ font-size: 15px;
1108
+ line-height: 1.5;
1109
+ color: color-mix(in srgb, var(--ink) 70%, var(--cream));
1110
+ "
1111
+ >
1112
+ Coral is rationed — one moment per frame.
1113
+ </div>
1114
+ </div>
1115
+ <div class="s4">
1116
+ <div class="cnote">number-lockup — EB Garamond figure + mono unit</div>
1117
+ <div class="kpi">
1118
+ <div class="tag">Impact</div>
1119
+ <div class="fig">2.1<span class="u">× faster</span></div>
1120
+ <div class="d">Figure is serif; the unit is always mono, never the serif.</div>
1121
+ </div>
1122
+ </div>
1123
+ </div>
1124
+
1125
+ <div class="cgrid" style="margin-bottom: 0">
1126
+ <div class="s7">
1127
+ <div class="cnote">
1128
+ code-surface — the warm-navy code / terminal surface (code-* blocks render here)
1129
+ </div>
1130
+ <div class="codewin">
1131
+ <div class="bar">
1132
+ <span class="dot" style="background: #e8695a"></span
1133
+ ><span class="dot" style="background: #e8b35a"></span
1134
+ ><span class="dot" style="background: #5db872"></span
1135
+ ><span class="fn">transport.py</span>
1136
+ </div>
1137
+ <pre><span class="del">- <span class="k">def</span> respond(q):</span>
1138
+ <span class="del">- <span class="k">return</span> model.answer(q)</span>
1139
+ <span class="add">+ <span class="k">async def</span> respond(q):</span>
1140
+ <span class="add">+ <span class="k">async for</span> tok <span class="k">in</span> model.stream(q, n=<span class="n">3</span>):</span>
1141
+ <span class="add">+ <span class="k">yield</span> tok</span></pre>
1142
+ </div>
1143
+ </div>
1144
+ <div class="s5">
1145
+ <div class="cnote">pull-quote — EB Garamond italic + mono cite</div>
1146
+ <div class="quote">
1147
+ <div class="q">
1148
+ Refactor the transport so streaming isn't a special case — it's the default.
1149
+ </div>
1150
+ <div class="cite">Commit a1b2c3d · a. chen</div>
1151
+ </div>
1152
+ </div>
1153
+ </div>
1154
+ </section>
1155
+
1156
+ <!-- FRAMES -->
1157
+ <section style="background: var(--tile)">
1158
+ <div class="topbar">
1159
+ <span class="lbl">04 — Frames</span>
1160
+ <h2>Six treatments ↔ PR beats</h2>
1161
+ </div>
1162
+ <div class="gallery">
1163
+ <div class="fw">
1164
+ <div class="flabel"><b>Cover</b><span>· the PR title · cream · left</span></div>
1165
+ <div class="frame cf1">
1166
+ <div class="tb">
1167
+ <span class="l coral">✱ Pull Request · #1842</span
1168
+ ><span class="l">anthropics/sdk</span>
1169
+ </div>
1170
+ <div class="body">
1171
+ <div class="kick">✱ Feature</div>
1172
+ <h3>Streaming,<br />end to end.</h3>
1173
+ </div>
1174
+ <div class="fl">
1175
+ <span class="l">main ← stream-api</span><span class="l">01 / 06</span>
1176
+ </div>
1177
+ </div>
1178
+ </div>
1179
+
1180
+ <div class="fw">
1181
+ <div class="flabel"><b>Statement</b><span>· the change in a sentence · cream</span></div>
1182
+ <div class="frame cf2">
1183
+ <div class="tb">
1184
+ <span class="l coral">The change</span><span class="l">02 / 06</span>
1185
+ </div>
1186
+ <div class="body">
1187
+ <h3>The API now streams tokens <span class="it">as they're written.</span></h3>
1188
+ </div>
1189
+ </div>
1190
+ </div>
1191
+
1192
+ <div class="fw">
1193
+ <div class="flabel">
1194
+ <b>Code Surface</b><span>· the diff · navy · the PR-critical frame</span>
1195
+ </div>
1196
+ <div class="frame cf3">
1197
+ <div class="tb">
1198
+ <span class="l coral">The diff</span><span class="l">03 / 06</span>
1199
+ </div>
1200
+ <div class="body">
1201
+ <div class="kick">transport.py · +3 −2</div>
1202
+ <div class="win">
1203
+ <div class="bar">
1204
+ <span class="dot" style="background: #e8695a"></span
1205
+ ><span class="dot" style="background: #e8b35a"></span
1206
+ ><span class="dot" style="background: #5db872"></span
1207
+ ><span class="fn">transport.py</span>
1208
+ </div>
1209
+ <pre><span class="del">- <span class="k">def</span> respond(q):</span>
1210
+ <span class="del">- <span class="k">return</span> model.answer(q)</span>
1211
+ <span class="add">+ <span class="k">async def</span> respond(q):</span>
1212
+ <span class="add">+ <span class="k">async for</span> tok <span class="k">in</span> model.stream(q):</span>
1213
+ <span class="add">+ <span class="k">yield</span> tok</span></pre>
1214
+ </div>
1215
+ </div>
1216
+ </div>
1217
+ </div>
1218
+
1219
+ <div class="fw">
1220
+ <div class="flabel">
1221
+ <b>Number / Impact</b><span>· +N/−M · cream · oversized figure</span>
1222
+ </div>
1223
+ <div class="frame cf4">
1224
+ <div class="tb">
1225
+ <span class="l coral">By the numbers</span><span class="l">04 / 06</span>
1226
+ </div>
1227
+ <div class="body">
1228
+ <span class="tag">Net change</span>
1229
+ <div class="fig">+1,204<span class="u">/ −318</span></div>
1230
+ <div class="d">
1231
+ Across 17 files — the transport layer rewritten, the special-case path deleted.
1232
+ </div>
1233
+ </div>
1234
+ <div class="fl"><span class="l">17 files</span><span class="l">04 / 06</span></div>
1235
+ </div>
1236
+ </div>
1237
+
1238
+ <div class="fw">
1239
+ <div class="flabel">
1240
+ <b>Pull-quote</b><span>· commit / review · EB Garamond italic</span>
1241
+ </div>
1242
+ <div class="frame cf5">
1243
+ <div class="tb">
1244
+ <span class="l coral">In the commit</span><span class="l">05 / 06</span>
1245
+ </div>
1246
+ <div class="body">
1247
+ <div class="q">"Streaming isn't a special case anymore — it's the default path."</div>
1248
+ <div class="cite">a. chen · author</div>
1249
+ </div>
1250
+ </div>
1251
+ </div>
1252
+
1253
+ <div class="fw">
1254
+ <div class="flabel"><b>Closing / CTA</b><span>· shipped-by · coral voltage</span></div>
1255
+ <div class="frame cf6">
1256
+ <div class="tb"><span class="l coral">Shipped</span><span class="l">06 / 06</span></div>
1257
+ <div class="body">
1258
+ <h3>Merged &amp; shipped.</h3>
1259
+ <div class="ship">
1260
+ <div class="av">AC</div>
1261
+ <div class="av">RK</div>
1262
+ <div class="av">JM</div>
1263
+ <span class="shiplbl">a. chen · r. kapoor · +1</span>
1264
+ </div>
1265
+ <span class="cta">Read the PR →</span>
1266
+ </div>
1267
+ </div>
1268
+ </div>
1269
+ </div>
1270
+ </section>
1271
+
1272
+ <!-- PRINCIPLES -->
1273
+ <section>
1274
+ <div class="topbar">
1275
+ <span class="lbl">05 — Rules</span>
1276
+ <h2>Frame Rules</h2>
1277
+ </div>
1278
+ <div class="dos">
1279
+ <div class="do-card do">
1280
+ <h4>Do</h4>
1281
+ <div class="rule"></div>
1282
+ <ul>
1283
+ <li>Stand every frame on the warm cream floor; gather content on a half-step tile.</li>
1284
+ <li>Set display in EB Garamond 400, sentence case, optical size, negative-tracked.</li>
1285
+ <li>Ration coral to one moment per frame — CTA, inline link, or full-bleed band.</li>
1286
+ <li>Elevate with a 1px hairline + at most one soft warm shadow.</li>
1287
+ <li>Reserve warm navy for the code surface; pair every figure with a mono unit.</li>
1288
+ </ul>
1289
+ </div>
1290
+ <div class="do-card dont">
1291
+ <h4>Don't</h4>
1292
+ <div class="rule"></div>
1293
+ <ul>
1294
+ <li>No pure white, no cool gray, no pure black; no fourth brand hue.</li>
1295
+ <li>No heavy drop shadow, glow, gradient on content, or tilt.</li>
1296
+ <li>No uppercase or title-case EB Garamond; no sans headline; no serif label.</li>
1297
+ <li>No two corals in one frame; coral never sets a headline or body run.</li>
1298
+ <li>Don't cram edge-to-edge — the considered voice needs cream.</li>
1299
+ </ul>
1300
+ </div>
1301
+ </div>
1302
+ </section>
1303
+
1304
+ <!-- CAPTIONS — preview of caption-skin.html (the preset's lower-third karaoke look) -->
1305
+ <style>
1306
+ /* mirrors caption-skin.html; the skin's --cap-* vocab mapped to this preset's tokens */
1307
+ .capdemo {
1308
+ --cap-ink: var(--ink);
1309
+ --cap-canvas: var(--cream);
1310
+ --cap-accent: var(--coral);
1311
+ }
1312
+ .capdemo .stage {
1313
+ position: absolute;
1314
+ left: 0;
1315
+ right: 0;
1316
+ bottom: 0;
1317
+ height: 16.67cqh;
1318
+ display: flex;
1319
+ align-items: center;
1320
+ justify-content: center;
1321
+ z-index: 4;
1322
+ }
1323
+ .capdemo .pill {
1324
+ max-width: 80cqw;
1325
+ padding: 1.4cqw 3cqw 1.7cqw;
1326
+ background: var(--cap-canvas);
1327
+ border: 0.07cqw solid color-mix(in srgb, var(--cap-ink) 12%, transparent);
1328
+ border-radius: 0.7cqw;
1329
+ box-shadow:
1330
+ 0 0.06cqw 0.18cqw rgba(20, 20, 19, 0.08),
1331
+ 0 0.25cqw 1cqw rgba(20, 20, 19, 0.04);
1332
+ }
1333
+ .capdemo .line {
1334
+ display: flex;
1335
+ flex-wrap: wrap;
1336
+ justify-content: center;
1337
+ gap: 0.12em 0.3em;
1338
+ font-family: var(--serif);
1339
+ font-weight: 500;
1340
+ font-size: 3.4cqw;
1341
+ line-height: 1.24;
1342
+ letter-spacing: -0.02em;
1343
+ }
1344
+ .capdemo .w {
1345
+ display: inline-block;
1346
+ padding: 0 0.02em 0.06em;
1347
+ color: color-mix(in srgb, var(--cap-ink) 40%, var(--cap-canvas));
1348
+ border-bottom: 0.16cqw solid transparent;
1349
+ }
1350
+ .capdemo .w.spoken {
1351
+ color: var(--cap-ink);
1352
+ }
1353
+ .capdemo .w.active {
1354
+ color: var(--cap-ink);
1355
+ border-bottom: 0.16cqw solid var(--cap-accent);
1356
+ }
1357
+ .capdemo .bandline {
1358
+ position: absolute;
1359
+ left: 0;
1360
+ right: 0;
1361
+ bottom: 16.67cqh;
1362
+ border-top: 0.12cqw dashed color-mix(in srgb, var(--ink) 28%, transparent);
1363
+ z-index: 3;
1364
+ }
1365
+ .capdemo .bandtag {
1366
+ position: absolute;
1367
+ right: 5cqw;
1368
+ bottom: calc(16.67cqh + 0.7cqw);
1369
+ font-family: var(--mono);
1370
+ font-weight: 500;
1371
+ text-transform: uppercase;
1372
+ letter-spacing: 0.12em;
1373
+ font-size: 0.82cqw;
1374
+ color: color-mix(in srgb, var(--ink) 50%, var(--cream));
1375
+ z-index: 4;
1376
+ }
1377
+ </style>
1378
+ <section style="background: var(--tile)">
1379
+ <div class="topbar">
1380
+ <span class="lbl">06 — Captions</span>
1381
+ <h2>Lower-Third Karaoke</h2>
1382
+ </div>
1383
+ <div class="gallery">
1384
+ <div class="fw">
1385
+ <div class="flabel"><b>Active line</b><span>· spoken · current · upcoming</span></div>
1386
+ <div class="frame capdemo">
1387
+ <div class="tb"><span class="l coral">Captions</span><span class="l">active</span></div>
1388
+ <div class="bandline"></div>
1389
+ <div class="bandtag">caption band · 16.7%</div>
1390
+ <div class="stage">
1391
+ <div class="pill">
1392
+ <div class="line">
1393
+ <span class="w spoken">Streaming</span>
1394
+ <span class="w spoken">is</span>
1395
+ <span class="w active">the</span>
1396
+ <span class="w">default</span>
1397
+ <span class="w">now.</span>
1398
+ </div>
1399
+ </div>
1400
+ </div>
1401
+ </div>
1402
+ </div>
1403
+
1404
+ <div class="fw">
1405
+ <div class="flabel"><b>Settled line</b><span>· all spoken · underline cleared</span></div>
1406
+ <div class="frame capdemo">
1407
+ <div class="tb">
1408
+ <span class="l coral">Captions</span><span class="l">settled</span>
1409
+ </div>
1410
+ <div class="stage">
1411
+ <div class="pill">
1412
+ <div class="line">
1413
+ <span class="w spoken">Read</span>
1414
+ <span class="w spoken">it</span>
1415
+ <span class="w spoken">first.</span>
1416
+ </div>
1417
+ </div>
1418
+ </div>
1419
+ </div>
1420
+ </div>
1421
+ </div>
1422
+ </section>
1423
+
1424
+ <div class="foot">
1425
+ <span class="l"><span class="spike">✱</span> Claude</span>
1426
+ <span class="r">Frame Showcase · Atoms Sacred · Composition Free</span>
1427
+ </div>
1428
+
1429
+ <template id="__bundler_thumbnail">
1430
+ <svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
1431
+ <rect width="100" height="100" fill="#faf9f5" />
1432
+ <text x="11" y="48" font-family="Georgia" font-size="34" fill="#141413">Aa</text>
1433
+ <text x="68" y="30" font-family="monospace" font-size="22" fill="#cc785c">✱</text>
1434
+ <rect x="11" y="62" width="58" height="1.5" fill="#141413" opacity="0.16" />
1435
+ <rect x="11" y="72" width="40" height="10" rx="2" fill="#181715" />
1436
+ </svg>
1437
+ </template>
1438
+ </body>
1439
+ </html>