TITLE: The Gilded Hour — a picture-palace marquee that clatters to life PROMPT: Build a single self-contained HTML page: a gilded art-deco cinema marquee for the fictional "The Gilded Hour". Palette #0d0b08 lacquer, #d4af37 gold, #f3dd8c gold highlight, #f5e6c8 cream, #7a1f2b velvet red, #2b2b2b shadow. Body: radial-gradient(120% 70% at 50% -6%, #2a2113, #171208 34%, #0d0b08 72%) with a fixed 115deg repeating-linear-gradient of 5%-alpha gold hairlines at mix-blend-mode:screen, centered flex layout at 100dvh. Behind the card, a fixed house glow radial gradient in rgba(212,175,55,.26) and a fixed spotlight cone (clip-path polygon 46% 0, 54% 0, 100% 100%, 0 100%, linear-gradient cream fading down, mix-blend-mode:screen) that sweeps rotate(-11deg → 10deg) on a 13s alternate ease-in-out. The marquee: max-width 1080px, background linear-gradient(#1a150c, #120e08 52%, #0a0806), 2px rgba(212,175,55,.55) border, double outer ring via box-shadow (0 0 0 6px #0a0806, 0 0 0 8px rgba(212,175,55,.32)), inset gold bloom, and a clipped ziggurat corner silhouette; two inner ::before/::after frames repeat the stepped clip-path at 10px and 18px insets. Top and bottom bulb strips are 14px tall with radial-gradient(circle at 50% 50%, #f3dd8c 0 1.7px, rgba(212,175,55,.35) 2.4px, transparent 3.4px) at background-size 18px 14px animated background-position 0→18px with steps(9,end) for a chase, plus drop-shadow gold glow; hovering the stage cuts the duration to .55s. A repeating-conic-gradient sunburst (2.4deg gold spokes, 9deg period) sits behind the title at 50% opacity, rotating 360deg over 90s, masked to a soft ring. Title: Georgia 700 at clamp(34px,9.4vw,96px) with .045em tracking and a stacked 4-step gold text-shadow bevel; the words are split into per-letter spans in JS and each gets a staggered clatter animation (translateY(-.42em) rotateX(-58deg) scale(.92) → 0) at 0.055s intervals, so a frozen clock still shows the full title, just tilted. Under it an italic Georgia sub-line and a gold diamond rule. Showtime board: velvet-tinted panel with a gold hairline, header "Showtimes" in system-ui 800 .34em tracked caps plus a hint label, and five rows in a 4-column grid (monospace time in tabular-nums, Georgia italic film name, five seat dots, a tag) that shift right 3px and gain a gold wash on hover. Full-width "coming attractions" ticker duplicates its content and crawls on a 34s linear transform loop, pausing on stage hover. Controls: a "House lights" switch that toggles body.lightsdown (dims the glow and cone, slides the switch knob 19px with a spring cubic-bezier) and a monospace reserved-seat counter. Reduced motion disables the chase, sunburst, cone sweep, ticker and clatter. Everything in one inline