// data.jsx — Terraforno product catalog + site content.
(function () {
  const PRODUCTS = [
    {
      id: 'verona',
      name: 'Verona',
      tagline: 'For the home enthusiast',
      kind: 'Residential oven',
      img: 'images/home_card_verona.jpg',
      price: 'Contact for pricing',
      blurb: 'The Verona is built for the home enthusiast who refuses to compromise. A hand-formed refractory dome that reaches true Neapolitan heat in your own backyard. Available in both wood and gas fired options.',
      spec: { temp: '450°C / 850°F', bake: '90-second pizza', dome: 'Refractory clay', fuel: 'Wood or Gas' },
      tone: 'ember',
      featured: true,
    },
    {
      id: 'napoli',
      name: 'Napoli',
      tagline: 'Built for the demands of service',
      kind: 'Commercial oven',
      img: 'images/home_card_napoli.jpg',
      price: 'Contact for pricing',
      blurb: 'The Napoli is engineered for commercial kitchens. High-volume, high-heat, and built to run through a full service without missing a beat. The oven of choice for restaurants, resorts, and catering professionals.',
      spec: { temp: '480°C / 900°F', bake: '60-second pizza', dome: 'High-density clay', fuel: 'Wood or Gas' },
      tone: 'clay',
      featured: true,
    },
    {
      id: 'portable',
      name: 'Portable',
      tagline: 'Fire, wherever you go',
      kind: 'Portable wood-fired oven',
      price: 'Coming Soon',
      blurb: 'All the performance of a Terraforno in a form you can take anywhere. Perfect for balconies, pop-ups, and outdoor events. Register your interest and be first to know when it launches.',
      spec: { temp: '450°C / 850°F', bake: '90-second pizza', dome: 'Refractory clay', fuel: 'Wood or Gas' },
      tone: 'clay',
      comingSoon: true,
      featured: true,
    },
    {
      id: 'custom',
      name: 'Custom Build',
      tagline: 'Built for your space',
      kind: 'Bespoke installation',
      price: 'Bespoke',
      blurb: 'Have a specific vision? We design and build custom wood-fired ovens for restaurants, resorts, and serious home cooks across India. From concept to the first fire — our team handles everything.',
      spec: { temp: 'Tuned to use', bake: 'Any cuisine', dome: 'Custom specification', fuel: 'Wood or Gas' },
      tone: 'clay',
    },
  ];

  const ACCESSORIES = [
    { name: 'Pizza Peel', price: 'Ask us', note: 'Hardwood long-handle peel' },
    { name: 'Ash Brush', price: 'Ask us', note: 'Solid brass, natural bristle' },
    { name: 'Kiln-Dried Wood', price: 'Ask us', note: 'Seasoned hardwood splits' },
    { name: 'Infrared Thermometer', price: 'Ask us', note: 'Read the hearth instantly' },
  ];

  const CRAFT = [
    { n: '01', t: 'Earth', d: 'We source and blend refractory clay by hand — the same method used in traditional Indian and Italian kilns for generations.', icon: 'leaf' },
    { n: '02', t: 'Form', d: 'Each dome is shaped and cured using time-tested techniques. No shortcuts. No mass production.', icon: 'hammer' },
    { n: '03', t: 'Fire', d: 'Every oven is lit and test-fired at our Belgaum workshop. If it doesn\'t hold temperature, it doesn\'t ship.', icon: 'flame' },
    { n: '04', t: 'Forever', d: 'A repairable, re-fireable hearth backed by our commitment to quality. Built once, fired for generations.', icon: 'shield' },
  ];

  const PROMISES = [
    { icon: 'thermometer', t: '450°C in 45 minutes', d: 'True Neapolitan heat from wood or gas. Cook pizza, bread, and roasts the way they were meant to be.' },
    { icon: 'shield', t: 'Quality guaranteed', d: 'Every oven is tested before it leaves our workshop. We stand behind every fire we build.' },
    { icon: 'truck', t: 'Delivered globally', d: 'From Belgaum to anywhere in India, and across the world.' },
    { icon: 'leaf', t: 'Natural materials', d: 'Clay, refractory brick, and steel. Materials that age beautifully and can always be repaired.' },
  ];

  const TESTIMONIALS = [
    { quote: 'The Verona transformed our restaurant kitchen. Customers come specifically for the wood-fired flavour now. Best investment we\'ve made.', who: 'Rajesh K.', where: 'Restaurant owner, Bengaluru' },
    { quote: 'We installed the Napoli in our backyard and it\'s become the heart of every family gathering. The Terraforno team was exceptional throughout.', who: 'Priya M.', where: 'Home cook, Pune' },
  ];

  const GALLERY = [
    { id: 'g01', category: 'Restaurants', oven: 'Verona', place: 'Bengaluru, Karnataka', caption: 'A Verona at full fire, mid dinner service', tone: 'ember', icon: 'flame', wide: true },
    { id: 'g02', category: 'Homes', oven: 'Napoli', place: 'Pune, Maharashtra', caption: 'Napoli built into a family backyard kitchen', tone: 'clay', icon: 'flame' },
    { id: 'g03', category: 'Resorts', oven: 'Verona', place: 'Goa', caption: 'Verona on a beachside resort terrace', tone: 'ember', icon: 'flame' },
    { id: 'g04', category: 'Restaurants', oven: 'Napoli', place: 'Mumbai, Maharashtra', caption: 'The Napoli at a Neapolitan pizzeria, opening night', tone: 'ember', icon: 'flame', wide: true },
    { id: 'g05', category: 'Homes', oven: 'Verona', place: 'Belgaum, Karnataka', caption: 'A Verona in an outdoor kitchen, lit for Sunday lunch', tone: 'clay', icon: 'flame' },
    { id: 'g06', category: 'Resorts', oven: 'Custom Build', place: 'Coorg, Karnataka', caption: 'Custom built-in hearth at a jungle resort', tone: 'cream', icon: 'flame' },
    { id: 'g07', category: 'Restaurants', oven: 'Verona', place: 'Hyderabad, Telangana', caption: 'Golden hour, dome at full fire before the doors open', tone: 'ember', icon: 'flame' },
    { id: 'g08', category: 'Homes', oven: 'Napoli', place: 'Delhi', caption: 'Napoli installed in a rooftop garden kitchen', tone: 'clay', icon: 'flame' },
    { id: 'g09', category: 'Restaurants', oven: 'Custom Build', place: 'Chennai, Tamil Nadu', caption: 'Twin-oven custom installation, ready for service', tone: 'ember', icon: 'flame' },
    { id: 'g10', category: 'Homes', oven: 'Verona', place: 'Bengaluru, Karnataka', caption: 'The home baker\'s hearth — bread every Sunday', tone: 'clay', icon: 'flame', wide: true },
    { id: 'g11', category: 'Resorts', oven: 'Napoli', place: 'Udaipur, Rajasthan', caption: 'A Napoli beside the lake, lit at dusk', tone: 'ember', icon: 'flame' },
    { id: 'g12', category: 'Homes', oven: 'Custom Build', place: 'Mysore, Karnataka', caption: 'Bespoke masonry oven in a heritage courtyard', tone: 'clay', icon: 'flame' },
  ];

  window.TF_DATA = { PRODUCTS, ACCESSORIES, CRAFT, PROMISES, TESTIMONIALS, GALLERY };
})();
