{
  "$mulmocast": { "version": "1.1" },
  "lang": "en",
  "title": "Slide Showcase - Pop Style",
  "beats": [
    {
      "text": "Title slide in bright pop style",
      "image": {
        "type": "slide",
        "theme": {
          "colors": {
            "bg": "FFF0F5",
            "bgCard": "FFFFFF",
            "bgCardAlt": "FDE8EF",
            "text": "1A1A2E",
            "textMuted": "4A4A6A",
            "textDim": "9090B0",
            "primary": "E91E63",
            "accent": "7C3AED",
            "success": "10B981",
            "warning": "F59E0B",
            "danger": "EF4444",
            "info": "06B6D4",
            "highlight": "F97316"
          },
          "fonts": { "title": "Georgia", "body": "Calibri", "mono": "Consolas" }
        },
        "slide": {
          "layout": "title",
          "title": "Design System\nShowcase 2026",
          "subtitle": "Bright, bold, and beautiful — the pop style brings energy to every slide",
          "author": "Creative Studio  |  Spring 2026",
          "note": "This showcase demonstrates all 11 layouts with a vibrant pop color palette featuring hot pink, purple, and warm orange accents."
        }
      }
    },
    {
      "text": "Three-step workflow in pop colors",
      "image": {
        "type": "slide",
        "theme": {
          "colors": {
            "bg": "FFF0F5",
            "bgCard": "FFFFFF",
            "bgCardAlt": "FDE8EF",
            "text": "1A1A2E",
            "textMuted": "4A4A6A",
            "textDim": "9090B0",
            "primary": "E91E63",
            "accent": "7C3AED",
            "success": "10B981",
            "warning": "F59E0B",
            "danger": "EF4444",
            "info": "06B6D4",
            "highlight": "F97316"
          },
          "fonts": { "title": "Georgia", "body": "Calibri", "mono": "Consolas" }
        },
        "slide": {
          "layout": "columns",
          "accentColor": "primary",
          "stepLabel": "PROCESS",
          "title": "Creative Workflow",
          "subtitle": "From concept to launch in three phases",
          "showArrows": true,
          "columns": [
            {
              "title": "Ideate",
              "num": 1,
              "accentColor": "primary",
              "content": [
                { "type": "text", "value": "Brainstorm concepts and gather inspiration from diverse sources." },
                { "type": "bullets", "items": ["Mood boards", "Competitive analysis", "User interviews"] }
              ]
            },
            {
              "title": "Design",
              "num": 2,
              "accentColor": "accent",
              "content": [
                { "type": "text", "value": "Create wireframes, prototypes, and high-fidelity mockups." },
                { "type": "bullets", "items": ["Figma prototypes", "Design tokens", "Component library"] }
              ]
            },
            {
              "title": "Ship",
              "num": 3,
              "accentColor": "success",
              "content": [
                { "type": "text", "value": "Build, test, and deploy the final product to users." },
                { "type": "bullets", "items": ["CI/CD pipeline", "A/B testing", "Launch metrics"] }
              ]
            }
          ],
          "callout": { "label": "Timeline", "text": "Average cycle time: 2 weeks from idea to production", "color": "primary", "leftBar": true }
        }
      }
    },
    {
      "text": "Key metrics in pop style",
      "image": {
        "type": "slide",
        "theme": {
          "colors": {
            "bg": "FFF0F5",
            "bgCard": "FFFFFF",
            "bgCardAlt": "FDE8EF",
            "text": "1A1A2E",
            "textMuted": "4A4A6A",
            "textDim": "9090B0",
            "primary": "E91E63",
            "accent": "7C3AED",
            "success": "10B981",
            "warning": "F59E0B",
            "danger": "EF4444",
            "info": "06B6D4",
            "highlight": "F97316"
          },
          "fonts": { "title": "Georgia", "body": "Calibri", "mono": "Consolas" }
        },
        "slide": {
          "layout": "stats",
          "accentColor": "primary",
          "title": "Campaign Results",
          "subtitle": "Q1 2026 performance across all channels",
          "stats": [
            { "value": "2.4M", "label": "Impressions", "color": "primary", "change": "+128%" },
            { "value": "340K", "label": "Engagements", "color": "accent", "change": "+85%" },
            { "value": "12.4%", "label": "Conv. Rate", "color": "success", "change": "+3.2%" },
            { "value": "$1.8M", "label": "Revenue", "color": "highlight", "change": "+67%" }
          ],
          "callout": { "text": "Best performing quarter in company history", "align": "center" }
        }
      }
    },
    {
      "text": "Before and after comparison",
      "image": {
        "type": "slide",
        "theme": {
          "colors": {
            "bg": "FFF0F5",
            "bgCard": "FFFFFF",
            "bgCardAlt": "FDE8EF",
            "text": "1A1A2E",
            "textMuted": "4A4A6A",
            "textDim": "9090B0",
            "primary": "E91E63",
            "accent": "7C3AED",
            "success": "10B981",
            "warning": "F59E0B",
            "danger": "EF4444",
            "info": "06B6D4",
            "highlight": "F97316"
          },
          "fonts": { "title": "Georgia", "body": "Calibri", "mono": "Consolas" }
        },
        "slide": {
          "layout": "comparison",
          "accentColor": "primary",
          "title": "Brand Refresh",
          "subtitle": "Modernizing our visual identity",
          "left": {
            "title": "Old Brand",
            "accentColor": "danger",
            "content": [
              { "type": "bullets", "items": ["Dated typography", "Inconsistent colors", "No design system", "Manual asset creation"], "icon": "✗" },
              { "type": "metric", "value": "48h", "label": "Avg. design turnaround", "color": "danger" }
            ],
            "footer": "Last updated 2019"
          },
          "right": {
            "title": "New Brand",
            "accentColor": "success",
            "content": [
              { "type": "bullets", "items": ["Modern type scale", "Semantic color tokens", "Full component library", "Automated generation"], "icon": "✓" },
              { "type": "metric", "value": "2h", "label": "Avg. design turnaround", "color": "success" }
            ],
            "footer": "Launched February 2026"
          },
          "callout": { "label": "Impact", "text": "24x faster design delivery with 95% brand consistency", "color": "success", "leftBar": true }
        }
      }
    },
    {
      "text": "Services grid with icons",
      "image": {
        "type": "slide",
        "theme": {
          "colors": {
            "bg": "FFF0F5",
            "bgCard": "FFFFFF",
            "bgCardAlt": "FDE8EF",
            "text": "1A1A2E",
            "textMuted": "4A4A6A",
            "textDim": "9090B0",
            "primary": "E91E63",
            "accent": "7C3AED",
            "success": "10B981",
            "warning": "F59E0B",
            "danger": "EF4444",
            "info": "06B6D4",
            "highlight": "F97316"
          },
          "fonts": { "title": "Georgia", "body": "Calibri", "mono": "Consolas" }
        },
        "slide": {
          "layout": "grid",
          "accentColor": "accent",
          "title": "Our Services",
          "subtitle": "Full-stack creative solutions for modern brands",
          "gridColumns": 3,
          "items": [
            { "title": "Brand Identity", "icon": "Br", "accentColor": "primary", "description": "Logos, color systems, and brand guidelines" },
            { "title": "Web Design", "icon": "W", "accentColor": "accent", "description": "Responsive websites and landing pages" },
            { "title": "Motion", "icon": "Mo", "accentColor": "info", "description": "Animations, transitions, and video" },
            { "title": "UX Research", "icon": "Ux", "accentColor": "success", "description": "User testing and experience mapping" },
            { "title": "Social Media", "icon": "SM", "accentColor": "warning", "description": "Content strategy and campaign design" },
            { "title": "Print", "icon": "Pr", "accentColor": "highlight", "description": "Packaging, brochures, and merch" }
          ]
        }
      }
    },
    {
      "text": "Inspirational quote",
      "image": {
        "type": "slide",
        "theme": {
          "colors": {
            "bg": "FFF0F5",
            "bgCard": "FFFFFF",
            "bgCardAlt": "FDE8EF",
            "text": "1A1A2E",
            "textMuted": "4A4A6A",
            "textDim": "9090B0",
            "primary": "E91E63",
            "accent": "7C3AED",
            "success": "10B981",
            "warning": "F59E0B",
            "danger": "EF4444",
            "info": "06B6D4",
            "highlight": "F97316"
          },
          "fonts": { "title": "Georgia", "body": "Calibri", "mono": "Consolas" }
        },
        "slide": {
          "layout": "bigQuote",
          "accentColor": "primary",
          "quote": "Design is not just what it looks like and feels like. Design is how it works.",
          "author": "Steve Jobs",
          "role": "Co-founder, Apple Inc."
        }
      }
    },
    {
      "text": "Project timeline",
      "image": {
        "type": "slide",
        "theme": {
          "colors": {
            "bg": "FFF0F5",
            "bgCard": "FFFFFF",
            "bgCardAlt": "FDE8EF",
            "text": "1A1A2E",
            "textMuted": "4A4A6A",
            "textDim": "9090B0",
            "primary": "E91E63",
            "accent": "7C3AED",
            "success": "10B981",
            "warning": "F59E0B",
            "danger": "EF4444",
            "info": "06B6D4",
            "highlight": "F97316"
          },
          "fonts": { "title": "Georgia", "body": "Calibri", "mono": "Consolas" }
        },
        "slide": {
          "layout": "timeline",
          "accentColor": "primary",
          "stepLabel": "ROADMAP",
          "title": "Product Launch Timeline",
          "subtitle": "From concept to market in 12 weeks",
          "items": [
            { "date": "Week 1-2", "title": "Discovery", "description": "User research\nCompetitive audit", "color": "primary", "done": true },
            { "date": "Week 3-5", "title": "Design", "description": "Wireframes\nVisual design", "color": "accent", "done": true },
            { "date": "Week 6-9", "title": "Build", "description": "Frontend dev\nBackend API", "color": "info", "done": true },
            { "date": "Week 10-11", "title": "Test", "description": "QA & UAT\nPerformance", "color": "warning" },
            { "date": "Week 12", "title": "Launch", "description": "Deploy & monitor\nPress release", "color": "success" }
          ]
        }
      }
    },
    {
      "text": "Split layout with image",
      "image": {
        "type": "slide",
        "theme": {
          "colors": {
            "bg": "FFF0F5",
            "bgCard": "FFFFFF",
            "bgCardAlt": "FDE8EF",
            "text": "1A1A2E",
            "textMuted": "4A4A6A",
            "textDim": "9090B0",
            "primary": "E91E63",
            "accent": "7C3AED",
            "success": "10B981",
            "warning": "F59E0B",
            "danger": "EF4444",
            "info": "06B6D4",
            "highlight": "F97316"
          },
          "fonts": { "title": "Georgia", "body": "Calibri", "mono": "Consolas" }
        },
        "slide": {
          "layout": "split",
          "accentColor": "primary",
          "left": {
            "title": "Our Studio",
            "label": "ABOUT US",
            "accentColor": "primary",
            "ratio": 50,
            "content": [
              { "type": "text", "value": "We are a team of passionate designers and developers creating beautiful digital experiences.", "bold": true },
              { "type": "divider", "color": "primary" },
              { "type": "bullets", "items": ["Founded in 2020", "25+ team members", "200+ projects delivered", "Clients in 15 countries"] },
              { "type": "callout", "text": "Winner of 3 Webby Awards in 2025", "style": "info" }
            ]
          },
          "right": {
            "ratio": 50,
            "content": [{ "type": "image", "src": "https://picsum.photos/seed/studio22/600/400", "alt": "Creative studio workspace", "fit": "cover" }]
          }
        }
      }
    },
    {
      "text": "Strategic priority matrix",
      "image": {
        "type": "slide",
        "theme": {
          "colors": {
            "bg": "FFF0F5",
            "bgCard": "FFFFFF",
            "bgCardAlt": "FDE8EF",
            "text": "1A1A2E",
            "textMuted": "4A4A6A",
            "textDim": "9090B0",
            "primary": "E91E63",
            "accent": "7C3AED",
            "success": "10B981",
            "warning": "F59E0B",
            "danger": "EF4444",
            "info": "06B6D4",
            "highlight": "F97316"
          },
          "fonts": { "title": "Georgia", "body": "Calibri", "mono": "Consolas" }
        },
        "slide": {
          "layout": "matrix",
          "accentColor": "accent",
          "title": "Priority Matrix",
          "subtitle": "Categorizing initiatives by impact and effort",
          "xAxis": { "low": "Low Effort", "high": "High Effort" },
          "yAxis": { "low": "Low Impact", "high": "High Impact" },
          "cells": [
            { "label": "Quick Wins", "accentColor": "success", "items": ["Newsletter redesign", "Social templates", "Email signatures"] },
            { "label": "Major Projects", "accentColor": "primary", "items": ["Full rebrand", "Design system v2", "Website overhaul"] },
            { "label": "Fill-ins", "accentColor": "info", "items": ["Icon updates", "Color tweaks", "Font swap"] },
            { "label": "Thankless Tasks", "accentColor": "warning", "items": ["Legacy migration", "Accessibility audit", "Documentation"] }
          ]
        }
      }
    },
    {
      "text": "Pricing comparison table",
      "image": {
        "type": "slide",
        "theme": {
          "colors": {
            "bg": "FFF0F5",
            "bgCard": "FFFFFF",
            "bgCardAlt": "FDE8EF",
            "text": "1A1A2E",
            "textMuted": "4A4A6A",
            "textDim": "9090B0",
            "primary": "E91E63",
            "accent": "7C3AED",
            "success": "10B981",
            "warning": "F59E0B",
            "danger": "EF4444",
            "info": "06B6D4",
            "highlight": "F97316"
          },
          "fonts": { "title": "Georgia", "body": "Calibri", "mono": "Consolas" }
        },
        "slide": {
          "layout": "table",
          "accentColor": "primary",
          "title": "Pricing Plans",
          "subtitle": "Choose the plan that fits your needs",
          "headers": ["Feature", "Starter", "Pro", "Enterprise"],
          "rowHeaders": true,
          "striped": true,
          "rows": [
            ["Projects", "3", "Unlimited", { "text": "Unlimited", "color": "success", "bold": true }],
            ["Team Members", "1", "5", { "text": "Unlimited", "color": "success", "bold": true }],
            ["Storage", "5 GB", "50 GB", { "text": "500 GB", "color": "success", "bold": true }],
            ["Support", "Email", "Priority", { "text": "Dedicated", "color": "primary", "bold": true }],
            [
              "Custom Domain",
              { "text": "✗", "color": "danger" },
              { "text": "✓", "color": "success", "bold": true },
              { "text": "✓", "color": "success", "bold": true }
            ],
            [
              "Analytics",
              { "text": "Basic", "color": "warning" },
              { "text": "Advanced", "color": "info" },
              { "text": "Full Suite", "color": "primary", "bold": true }
            ],
            ["Price/mo", "$9", "$29", { "text": "Custom", "color": "accent", "bold": true }]
          ],
          "callout": { "label": "Special", "text": "Annual billing saves 20% — all plans include 14-day free trial", "color": "primary", "leftBar": true }
        }
      }
    },
    {
      "text": "Customer journey funnel",
      "image": {
        "type": "slide",
        "theme": {
          "colors": {
            "bg": "FFF0F5",
            "bgCard": "FFFFFF",
            "bgCardAlt": "FDE8EF",
            "text": "1A1A2E",
            "textMuted": "4A4A6A",
            "textDim": "9090B0",
            "primary": "E91E63",
            "accent": "7C3AED",
            "success": "10B981",
            "warning": "F59E0B",
            "danger": "EF4444",
            "info": "06B6D4",
            "highlight": "F97316"
          },
          "fonts": { "title": "Georgia", "body": "Calibri", "mono": "Consolas" }
        },
        "slide": {
          "layout": "funnel",
          "accentColor": "primary",
          "title": "Customer Journey",
          "subtitle": "From discovery to brand advocate",
          "stages": [
            { "label": "Awareness", "value": "100K", "description": "Social media reach & ad impressions", "color": "primary" },
            { "label": "Interest", "value": "25K", "description": "Website visits & content engagement", "color": "accent" },
            { "label": "Consideration", "value": "8K", "description": "Free trial signups", "color": "info" },
            { "label": "Purchase", "value": "2.4K", "description": "Paid subscriptions", "color": "warning" },
            { "label": "Loyalty", "value": "900", "description": "Annual renewals & referrals", "color": "success" }
          ],
          "callout": { "text": "0.9% end-to-end conversion — industry avg is 0.4%", "align": "center" }
        }
      }
    },
    {
      "text": "Photo gallery grid",
      "image": {
        "type": "slide",
        "theme": {
          "colors": {
            "bg": "FFF0F5",
            "bgCard": "FFFFFF",
            "bgCardAlt": "FDE8EF",
            "text": "1A1A2E",
            "textMuted": "4A4A6A",
            "textDim": "9090B0",
            "primary": "E91E63",
            "accent": "7C3AED",
            "success": "10B981",
            "warning": "F59E0B",
            "danger": "EF4444",
            "info": "06B6D4",
            "highlight": "F97316"
          },
          "fonts": { "title": "Georgia", "body": "Calibri", "mono": "Consolas" }
        },
        "slide": {
          "layout": "grid",
          "accentColor": "primary",
          "title": "Recent Work",
          "subtitle": "Selected projects from our portfolio",
          "gridColumns": 3,
          "items": [
            {
              "title": "Nature Campaign",
              "accentColor": "success",
              "content": [{ "type": "image", "src": "https://picsum.photos/seed/nature55/400/250", "alt": "Nature photography", "fit": "cover" }]
            },
            {
              "title": "Urban Series",
              "accentColor": "primary",
              "content": [{ "type": "image", "src": "https://picsum.photos/seed/urban33/400/250", "alt": "Urban photography", "fit": "cover" }]
            },
            {
              "title": "Abstract Art",
              "accentColor": "accent",
              "content": [{ "type": "image", "src": "https://picsum.photos/seed/abstract7/400/250", "alt": "Abstract art", "fit": "cover" }]
            }
          ]
        }
      }
    },
    {
      "text": "Closing slide",
      "image": {
        "type": "slide",
        "theme": {
          "colors": {
            "bg": "FFF0F5",
            "bgCard": "FFFFFF",
            "bgCardAlt": "FDE8EF",
            "text": "1A1A2E",
            "textMuted": "4A4A6A",
            "textDim": "9090B0",
            "primary": "E91E63",
            "accent": "7C3AED",
            "success": "10B981",
            "warning": "F59E0B",
            "danger": "EF4444",
            "info": "06B6D4",
            "highlight": "F97316"
          },
          "fonts": { "title": "Georgia", "body": "Calibri", "mono": "Consolas" }
        },
        "slide": {
          "layout": "title",
          "accentColor": "primary",
          "title": "Let's Create\nSomething Amazing",
          "subtitle": "hello@prismstudio.design  |  prismstudio.design",
          "author": "Prism Creative Studio  |  2026",
          "style": { "bgColor": "FDE8EF", "footer": "Pop Style Showcase  |  MulmoCast Slide DSL" }
        }
      }
    }
  ]
}
