{
  "bases": [
    {
      "id": "milk",
      "name": "Milk",
      "description": "Smooth and creamy, ideal for mellow and dessert-style drinks.",
      "image": "https://images.unsplash.com/photo-1550583724-b2692b85b150?auto=format&fit=crop&w=400&q=80",
      "imageAlt": "Milk base",
      "resultSuffix": "Cloud"
    },
    {
      "id": "coldbrew",
      "name": "Cold Brew",
      "description": "Bold and refreshing with a naturally smooth coffee finish.",
      "image": "https://images.unsplash.com/photo-1517701604599-bb29b565090c?auto=format&fit=crop&w=400&q=80",
      "imageAlt": "Cold brew base",
      "resultSuffix": "Brew"
    },
    {
      "id": "espresso",
      "name": "Espresso",
      "description": "Rich and concentrated for an intense, aromatic mocktail.",
      "image": "https://images.unsplash.com/photo-1510591509098-f4fdc6d0ff04?auto=format&fit=crop&w=400&q=80",
      "imageAlt": "Espresso base",
      "resultSuffix": "Spark"
    },
    {
      "id": "soda",
      "name": "Soda",
      "description": "Light and sparkling for a crisp, lively drink with plenty of fizz.",
      "image": "https://images.unsplash.com/photo-1622483767028-3f66f32aef97?auto=format&fit=crop&w=400&q=80",
      "imageAlt": "Soda base",
      "resultSuffix": "Fizz"
    },
    {
      "id": "noncoffee",
      "name": "Non-Coffee",
      "description": "A caffeine-free starting point for tea, fruit, or herbal creations.",
      "image": "https://images.unsplash.com/photo-1544787219-7f47ccb76574?auto=format&fit=crop&w=400&q=80",
      "imageAlt": "Non-coffee base",
      "resultSuffix": "Infusion"
    }
  ],
  "flavors": [
    {
      "id": "bitter",
      "name": "Bitter",
      "description": "Deep, roasted notes with a bold and sophisticated finish.",
      "image": "https://images.unsplash.com/photo-1510591509098-f4fdc6d0ff04?auto=format&fit=crop&w=400&q=80",
      "imageAlt": "Dark espresso representing bitter flavor",
      "resultPrefix": "Bold",
      "resultDescription": "deep roasted character and a pleasantly dry finish"
    },
    {
      "id": "fruity",
      "name": "Fruity",
      "description": "Bright, juicy notes inspired by berries and seasonal fruit.",
      "image": "https://images.unsplash.com/photo-1490474418585-ba9bad8fd0ea?auto=format&fit=crop&w=400&q=80",
      "imageAlt": "Fresh berries representing fruity flavor",
      "resultPrefix": "Orchard",
      "resultDescription": "bright fruit notes and a juicy, aromatic finish"
    },
    {
      "id": "creamy",
      "name": "Creamy",
      "description": "Silky, mellow, and rich with a smooth texture.",
      "image": "https://images.unsplash.com/photo-1550583724-b2692b85b150?auto=format&fit=crop&w=400&q=80",
      "imageAlt": "Milk representing creamy flavor",
      "resultPrefix": "Velvet",
      "resultDescription": "a silky texture and a soft, indulgent finish"
    },
    {
      "id": "balanced",
      "name": "Balanced",
      "description": "A harmonious blend where no single flavor dominates.",
      "image": "https://images.unsplash.com/photo-1544145945-f90425340c7e?auto=format&fit=crop&w=400&q=80",
      "imageAlt": "Layered mocktail representing balanced flavor",
      "resultPrefix": "Harmony",
      "resultDescription": "a rounded profile where every ingredient works together"
    },
    {
      "id": "sour",
      "name": "Sour",
      "description": "Crisp citrus acidity for a refreshing, lively taste.",
      "image": "https://images.unsplash.com/photo-1590502593747-42a996133562?auto=format&fit=crop&w=400&q=80",
      "imageAlt": "Fresh lime representing sour flavor",
      "resultPrefix": "Citrus",
      "resultDescription": "lively acidity and a crisp, refreshing finish"
    }
  ]
}
