// Winkz Designs 2026 — brand motif kit (from the logo asset board): // colorful streams (light trails / ribbon flow), gradient circle (portal rings), // repeated-W pattern watermark, and a gradient-circle logo mark. (function () { const GRAD_STOPS = [['0', '#F23BFE'], ['0.52', '#79BAFF'], ['1', '#2DE3EA']]; const LOGO = 'assets/logo-mark.svg'; // Flowing gradient "streams" — decorative, absolutely positioned, non-interactive. function Streams({ style = {}, opacity = 0.55, blur = 22 }) { return ( ); } // Concentric gradient "portal" rings. function PortalRing({ size = 360, style = {}, opacity = 0.8 }) { return ( ); } // Repeated-W watermark pattern (the "logo tags in the back"). function WPattern({ style = {}, opacity = 0.05, size = 78 }) { return (
); } // Gradient-circle logo mark: the W inside a glowing portal ring. function LogoMark({ size = 40 }) { return (