// Project data
const PROJECTS = [
  {
    num: '01',
    name: 'GenAI Ad Creatives',
    title: 'Winning the first two seconds — using GenAI to make ads feel native to Reels.',
    company: 'Facebook',
    year: '2025',
    blurb: "73% of Facebook Reels ads get skipped in the first two seconds — not because they're irrelevant, because they look like ads (duh). So I led an AI-driven design strategy, end to end, with concepts now shaping the team's roadmap.",
    tags: ['AI Product', 'Designed With Data', 'Strategy'],
    type: 'creatives',
    // Real screen recordings. The scatter layout features avatar-hook & VTON
    // (indices 4 & 5) plus logo-whisperer & de-template (indices 2 & 3).
    media: [
      'media/genai-scene-optimization.mp4',
      'media/genai-zoom-in.mp4',
      'media/genai-logo-whisperer.mp4',
      'media/genai-detemplate.mp4',
      'media/genai-avatar-hook.mp4',
      'media/genai-vton.mp4',
    ],
    accent: ['#C8A8E0', '#FF9A6B'],
  },
  {
    num: '02',
    name: 'Lori',
    title: 'A houseplant that texts you — an AI that advocates for the plant, not the owner.',
    company: 'Self-initiated',
    year: '2026',
    blurb: 'I took my 9-year-old college thesis — "AI should speak for the plant" — and tested it by building a working MVP now that LLMs can deliver it.',
    blurbHtml: 'I took my 9-year-old college thesis — "AI should speak for the plant" — and tested it by building a <a class="work-blurb-link" href="https://prototype-lori-ax.vercel.app/optin.html" target="_blank" rel="noopener" data-cursor="view">working MVP</a> now that LLMs can deliver it.',
    tags: ['AI Product', 'Conversational UX', '0→1 Strategy', 'Vibe-Coded'],
    type: 'canvas',
    media: 'media/lori-canvas.png',
    link: 'https://prototype-lori-ax.vercel.app/optin.html',
    accent: ['#8AD96B', '#A8E0C0'],
  },
  {
    num: '03',
    name: 'Visual Search',
    title: 'An AI-powered feature that turns any media into a product discovery surface',
    company: 'Facebook',
    year: '2022',
    blurb: 'When I joined the team, it was a proof-of-concept generating 200K product page views per month. When I left, it was driving 10x that.',
    tags: ['AI Product', 'Strategy', 'X-Team Expansion', 'Framework'],
    type: 'gif',
    media: 'media/visual-search.mp4',
    accent: ['#FFC2D4', '#FF9A6B'],
  },
  {
    num: '04',
    name: 'Ad Extension & Mosaic',
    title: 'Front-loading ad destination to shorten the conversion journey',
    company: 'Facebook',
    year: '2023~2025',
    blurb: 'How solving "why users are afraid to click ads" led to $31B+ in shipped revenue and an architecture for what Facebook ads look like next.',
    tags: ['Strategy', 'System Architecture', 'Shipped Impact', 'Designed With Data'],
    type: 'duo',
    media: 'media/ad-extension-mosaic.mp4',
    media2: 'media/mosaic-ad-mock.png',
    accent: ['#D8C4F5', '#FFC2D4'],
  },
  {
    num: '05',
    name: 'Marketplace Chaining',
    title: 'Bringing immersive chaining to Marketplace',
    company: 'Facebook',
    year: '2026',
    blurb: "Bigger ads don't always mean better performance — at least not on Marketplace. So I reframed a stuck monetization problem into a new surface strategy.",
    tags: ['Commerce', 'Strategy', 'Problem Reframing', 'X-Org Navigation'],
    type: 'gif',
    media: 'media/marketplace-chaining.mp4',
    accent: ['#B8A4E8', '#FFD4B8'],
  },
  {
    num: '06',
    name: 'Ad Experience Personalization',
    title: "Deliver the right ad experience based on user's preference over time AND intent in the time.",
    company: 'Facebook',
    year: '2024',
    blurb: 'I saw two UX opportunities hitting the same system from different angles, connected them into one strategy, and unlocked format changes the org had never been able to ship.',
    tags: ['Strategy', 'System Architecture', 'ML Intervention'],
    type: 'diagram',
    media: 'media/ad-personalization-graph.png',
    accent: ['#A8E0D4', '#C8A8E0'],
  },
  {
    num: '07',
    name: 'Ad Format Library',
    title: "Codifying Facebook's ad format ecosystem",
    company: 'Facebook',
    year: '2022',
    blurb: 'I built a microsite that turned fragmented ad format knowledge — across audit findings, data insights, and UXR — into the design backbone for ad strategy across family of apps.',
    tags: ['Ad Format', 'Audit', 'Design System', 'Principles'],
    type: 'video',
    media: 'media/ad-format-library.mp4',
    accent: ['#FFB088', '#C896F0'],
  },
  {
    num: '08',
    name: 'Story End Card',
    title: 'Turning the dead-end of story viewing into a creation moment.',
    company: 'Messenger & Facebook',
    year: '2019',
    blurb: "My very first project launch 🚀 at Meta — shipped 6 years ago, but still live today (because turning it off would cost 250M story views per day)!",
    tags: ['Social', 'Mobile', 'Growth'],
    type: 'gif',
    media: 'media/stories-end-card.gif',
    accent: ['#FFD4B8', '#FFC2D4'],
  },
];

window.PROJECTS = PROJECTS;
