// Structured content for the hosted showcase demo.

const BRANCHES = [
  {
    id: 'karama',
    name: 'Karama',
    long: 'Delhi Darbar Karama',
    flag: 'Flagship',
    address: 'Mattar Mohammed Al Tayer Building 54, Za’abeel Road, opposite Dubai Central Laboratory, Al Karama',
    short: 'Al Karama, Za’abeel Road',
    landmark: 'Opp. Dubai Central Laboratory',
    phone: '+971 4 334 7171',
    tel: 'tel:+97143347171',
    hours: 'Daily, 11:30 – 24:00',
    open: { start: 11.5, end: 24 },
    lat: 25.2427197, lng: 55.3059425,
    photos: [
      'media/tripadvisor-karama-hero.jpg',
      'media/interior-karama-1.jpg',
      'media/tripadvisor-karama-restaurant-1.jpg',
      'media/tripadvisor-karama-restaurant-2.jpg',
      'media/tripadvisor-karama-restaurant-3.jpg',
      'media/tripadvisor-karama-restaurant-4.jpg',
      'media/tripadvisor-karama-restaurant-5.jpg',
    ],
    cover: 'media/tripadvisor-karama-hero.jpg',
    talabat: 'https://www.talabat.com/uae/restaurant/31689/delhi-darbar-karama-al-karama',
    deliveroo: 'https://deliveroo.ae/menu/dubai/karama/delhi-darbar-restaurants',
    careem: 'https://www.careem.com/en-ae/food/',
    blurb: 'The flagship since 1984. Big tables, busier kitchens, the room that defined the lockup.',
    seating: '80 covers',
    parking: 'Street + paid lot',
    delivers: ['Karama', 'Oud Metha', 'Mankhool', 'Bur Dubai'],
  },
  {
    id: 'al-barsha',
    name: 'Al Barsha',
    long: 'Delhi Darbar Al Barsha 1',
    flag: 'Family room',
    address: 'Eros House Building, Ground Floor, 17 Street / First Al Khail Road, opposite Jashanmal, behind MoE, Al Barsha 1, 34496',
    short: 'Al Barsha 1, Eros House',
    landmark: 'Behind Mall of the Emirates',
    phone: '+971 4 397 2727',
    tel: 'tel:+97143972727',
    hours: 'Daily, 12:00 – 24:00',
    open: { start: 12, end: 24 },
    lat: 25.1093, lng: 55.1986,
    photos: [
      'media/interior-barsha-1.jpg',
      'media/interior-barsha-2.jpg',
      'media/interior-barsha-3.jpg',
      'media/food-barsha-1.jpg',
      'media/food-barsha-2.jpg',
      'media/food-barsha-3.jpg',
    ],
    cover: 'media/interior-barsha-2.jpg',
    talabat: 'https://www.talabat.com/uae/delhi-darbar',
    deliveroo: 'https://deliveroo.ae/',
    careem: 'https://www.careem.com/en-ae/food/',
    blurb: 'The family room — quieter mid-week, takeaway counter on the right, broad veg lineup.',
    seating: '64 covers',
    parking: 'MoE structure (5 min walk)',
    delivers: ['Al Barsha 1–3', 'Tecom', 'Greens', 'Barsha Heights'],
  },
  {
    id: 'jlt',
    name: 'JLT Express',
    long: 'Delhi Darbar Express JLT',
    flag: 'Express',
    address: 'Lake Level, Indigo Tower, Cluster D, next to Almas Tower, JLT Metro',
    short: 'JLT, Indigo Tower, Cluster D',
    landmark: 'Next to Almas Tower, JLT Metro',
    phone: '+971 4 427 7708',
    tel: 'tel:+97144277708',
    hours: 'Daily, 11:00 – 23:30',
    open: { start: 11, end: 23.5 },
    lat: 25.0697, lng: 55.1404,
    photos: [],
    cover: null,
    talabat: 'https://www.talabat.com/uae/delhi-darbar',
    deliveroo: 'https://deliveroo.ae/',
    careem: 'https://www.careem.com/en-ae/food/',
    blurb: 'A weekday lunch room for the towers. Counter service, half the menu, twice the speed.',
    seating: '28 covers',
    parking: 'JLT Metro, paid towers',
    delivers: ['JLT', 'Dubai Marina', 'JBR', 'Media City'],
    needsPhotos: true,
  },
];

const MENU = [
  {
    id: 'biryani',
    name: 'Biryani',
    sub: 'Dum-cooked, Mumbai style',
    note: 'Mumbai-style dum biryani is the flagship. Sealed pot, slow heat, basmati layered with marinated meat.',
    cover: 'media/biryani-barsha.jpg',
    dishes: [
      { n: 'Chicken Dum Biryani', p: 42, d: 'House signature. Bone-in chicken layered with long-grain basmati, sealed and dum-cooked.', tag: 'Best-seller' },
      { n: 'Chicken Tikka Biryani', p: 46, pHi: 49, d: 'Tandoor-charred tikka folded into biryani rice.' },
      { n: 'Mutton Dum Biryani', p: 43, pHi: 51, d: 'Slow-cooked mutton on the bone. The room’s most ordered dish on weekends.', tag: 'Signature' },
      { n: 'Vegetable Biryani', p: 45, d: 'Mixed vegetables, paneer cubes, fragrant rice.', veg: true },
      { n: 'Egg Biryani', p: 36, d: 'House-favourite easy order. Halved boiled eggs, masala rice.' },
      { n: 'Shahi Prawn Biryani', p: null, d: 'Seasonal. Ask the kitchen.', tag: 'Ask' },
    ],
  },
  {
    id: 'family-packs',
    name: 'Biryani Family Packs',
    sub: 'Feeds 4–5',
    note: 'Boxed for takeaway and delivery. Includes raita, salad, fryums.',
    cover: 'media/biryani-family-pack.jpg',
    dishes: [
      { n: 'Chicken Biryani — Family Pack', p: 179, d: 'Feeds 4–5. Boneless or bone-in.' },
      { n: 'Chicken Tikka Biryani — Family Pack', p: 169 },
      { n: 'Paneer Tikka Biryani — Family Pack', p: 159, veg: true },
      { n: 'Vegetable Biryani — Family Pack', p: 159, veg: true },
    ],
  },
  {
    id: 'tandoor',
    name: 'Tandoor & Kebabs',
    sub: 'Charcoal-fired',
    cover: 'media/hero-banner-1.jpg',
    dishes: [
      { n: 'Tandoori Chicken', p: 46, d: 'Half or full bird, yoghurt-marinated, charred over coals.' },
      { n: 'Chicken Tikka (boneless)', p: 50, d: 'Cubed thigh, kasoori methi, lime.', tag: 'Best-seller' },
      { n: 'Crispy Chicken', p: 44 },
      { n: 'Mutton Seekh Kebab', p: 49, d: 'Hand-minced, skewered.' },
      { n: 'Grilled Mutton Chops', p: 56 },
      { n: 'Mutton Shahi Ribs', p: 41, d: 'Wed / Thu / Fri special.', tag: 'Special' },
    ],
  },
  {
    id: 'mughlai',
    name: 'Mughlai Curry',
    sub: 'North-Indian classics',
    cover: 'media/butter-chicken-1.jpg',
    dishes: [
      { n: 'Butter Chicken (full)', p: 61, d: 'Tomato-cream gravy, cubed tikka, butter finish.', tag: 'Signature' },
      { n: 'Chicken Tikka Masala', p: 49, pHi: 53 },
      { n: 'Murg Angaara', p: 27, d: 'Thursday special.', tag: 'Thu' },
      { n: 'Bhoona Gosht', p: 27, d: 'Thursday special.', tag: 'Thu' },
      { n: 'Rogan Gosht', p: 29, d: 'Tuesday special.', tag: 'Tue' },
      { n: 'Mutton Khichda', p: 29, d: 'Wed / Thu / Fri special.', tag: 'Wed–Fri' },
      { n: 'Tawa Mutton', p: null, d: 'Flat-iron mutton, hand-mashed onions, ginger. Ask the kitchen for portion.', tag: 'House' },
    ],
  },
  {
    id: 'indo-chinese',
    name: 'Indo-Chinese',
    sub: 'Starters, rice & noodles',
    cover: 'media/food-barsha-3.jpg',
    dishes: [
      { n: 'Chicken Manchurian (dry)', p: 42 },
      { n: 'Chilli Chicken', p: 42 },
      { n: 'Chicken Hakka Noodles', p: 38 },
      { n: 'Schezwan Fried Rice', p: 38, veg: true },
      { n: 'Veg Manchurian', p: 38, veg: true },
      { n: 'Chicken 65', p: 44 },
    ],
  },
  {
    id: 'vegetarian',
    name: 'Vegetarian',
    sub: 'Daily curries',
    cover: 'media/food-platter-1.jpg',
    dishes: [
      { n: 'Bhindi Masala', p: 19, d: 'Friday special.', veg: true, tag: 'Fri' },
      { n: 'Baigon Masala', p: 19, d: 'Tuesday special.', veg: true, tag: 'Tue' },
      { n: 'Dum Aloo', p: 20, d: 'Sunday special.', veg: true, tag: 'Sun' },
      { n: 'Malai Kofta', p: 20, d: 'Sunday special.', veg: true, tag: 'Sun' },
      { n: 'Aloo Mutter', p: 17, veg: true, tag: 'Mon' },
      { n: 'Aloo Gobi', p: 17, veg: true, tag: 'Mon' },
    ],
  },
  {
    id: 'breads',
    name: 'Breads',
    sub: 'From the tandoor wall',
    dishes: [
      { n: 'Tandoori Naan', p: 7.5 },
      { n: 'Garlic Naan', p: 9 },
      { n: 'Roomali Roti', p: 8, d: 'Hand-stretched, hot off the dome.', tag: 'Best-seller' },
      { n: 'Tandoori Roti', p: 6 },
      { n: 'Kulcha (plain / stuffed)', p: 12 },
    ],
  },
  {
    id: 'desserts',
    name: 'Desserts',
    sub: '—',
    dishes: [
      { n: 'Gulab Jamun', p: 18, d: 'Two pieces, warm sugar syrup.', veg: true },
      { n: 'Falooda with ice cream', p: 26, veg: true, tag: 'Order it' },
      { n: 'Kulfi', p: 16, veg: true },
      { n: 'Phirni', p: 16, veg: true },
    ],
  },
  {
    id: 'beverages',
    name: 'Beverages',
    sub: '—',
    dishes: [
      { n: 'Lassi (sweet / salted / mango)', p: 20, veg: true },
      { n: 'Fresh Juice', p: 21, veg: true },
      { n: 'Masala Chai', p: 8, veg: true },
      { n: 'Soft Drinks (can)', p: 6, veg: true },
    ],
  },
];

const IFTAR_PACKS = [
  {
    name: 'Standard Iftar Pack',
    price: 20,
    contents: [
      'Dates',
      '2 mutton samosas',
      'Choice of: shami kabab / mutton cutlet / mutton patty',
      'Spring roll',
      'Dessert',
      'Laban + water',
    ],
  },
  {
    name: 'Biryani Iftar Combo',
    price: 28,
    contents: [
      'The Standard Iftar Pack',
      '+ generous biryani portion',
      'Choice of chicken or mutton (subject to availability)',
    ],
    flag: 'Most ordered',
  },
];

const TIMELINE = [
  { year: '1946', city: 'Bombay', text: 'The family’s first restaurant opens in pre-Partition Bombay. A small room. A pot of biryani. A long line.' },
  { year: '1973', city: 'Grant Road, Mumbai', text: 'The Grant Road outlet — the recipe lockup. “Mumbai’s Best Biryani” dates from here.' },
  { year: '1984', city: 'Karama, Dubai', text: 'First UAE outlet opens on Za’abeel Road. Karama is still our flagship.' },
  { year: '1998', city: 'Al Barsha 1, Dubai', text: 'Second Dubai outlet — Eros House Building, behind what would become Mall of the Emirates.' },
  { year: '2013', city: 'JLT, Dubai', text: 'Express format opens at Indigo Tower for the Cluster D weekday crowd.' },
  { year: 'Today', city: 'Dubai · Mumbai', text: '4.6★ on Talabat from 1,000+ orders. The family is now into a fourth generation.' },
];

const REVIEWS = [
  { quote: 'The mutton biryani is the only one in Dubai that tastes like home. Forty years and still the same kitchen.', who: 'Faiza R.', src: 'Talabat · 5★' },
  { quote: 'Ordered for an iftar of twelve people. Two family packs, ten naans, gulab jamun. Everyone fed, AED 380.', who: 'Aslam K.', src: 'Talabat · 5★' },
  { quote: 'Karama room is always packed on Friday. Go early, order the tawa mutton, do not skip the falooda.', who: 'Priya M.', src: 'Tripadvisor' },
];

const PLATFORMS = [
  { id: 'talabat',   name: 'Talabat',   tag: '4.6★ · 1,000+ ratings', primary: true },
  { id: 'deliveroo', name: 'Deliveroo', tag: 'Karama only' },
  { id: 'careem',    name: 'Careem',    tag: 'All branches' },
];

window.DD = { BRANCHES, MENU, IFTAR_PACKS, TIMELINE, REVIEWS, PLATFORMS };
