/* Haute Dolci · 001 */
const HAUTE_DOLCI_DATA = {
  id: '001',
  hero: 'assets/projects/hot-dolce-3.jpeg',
  heroPosition: 'center 50%',
  title: { line1: 'Haute', line2: 'Dolci' },
  titleAr: 'هوت دولچي',
  meta: {
    Client:   'Haute Dolci',
    Location: 'The Avenues, Kuwait',
    Year:     '2025',
    Type:     'Hospitality',
    Scope:    'Facade · GRG dome · Joinery',
    Area:     '1,200 m²',
  },
  brief: {
    kicker: 'The brief · الموجز',
    en: 'The brief',
    ar: 'الموجز',
    side: 'A ribbon-cut flagship in Grand Avenue for a British hospitality group launching in the Gulf. Public-facing, photograph-ready, and running a wet-kitchen directly above a live mall corridor.',
    body: 'A dessert room is <em style="color:var(--gold);font-style:italic">sculpture for a queue</em>. You can see it from thirty metres down the mall; you touch it from a centimetre away at the counter. We held both scales — a ribbed GRC facade that folds into a double-height GRG dome, then walnut joinery close enough to run a finger on.',
  },
  room: {
    kicker: 'The rooms · الغرف',
    en: 'A dome above the counter',
    ar: 'قبّة فوق الطاولة',
    img: 'assets/projects/hot-dolce-1.jpeg',
    body: 'The central GRG dome is <em style="color:var(--gold);font-style:italic">1,200 mm high</em> by 6 m across — cast, moulded and lifted into place in four coffered sections, then hand-painted antique gold.',
    specs: [
      ['Facade',         'Ribbed GRC · 1,200 m²'],
      ['Dome',           '4 GRG coffers · hand-painted gold'],
      ['Joinery',        'Full walnut fit-out · bespoke bar'],
      ['Delivery',       'Ribbon + dome in 120 days'],
    ],
  },
  process: {
    kicker: 'Process · المنهج',
    en: 'Ribbon, dome, then joinery',
    ar: 'الشريط ثم القبة',
    steps: [
      { label: 'Facade study',    enLabel: '4 WEEKS · STAGE 01', body: 'Full-size rib profile cut and photographed from 5, 15, and 30 metres on a mocked-up mall bay. Two revisions before sign-off.' },
      { label: 'GRC cast',         enLabel: 'WORKSHOP · STAGE 02', body: 'Ribbon panels cast at Amghara over four weeks, colour-matched to a single batch of pigment to keep tone constant.' },
      { label: 'Dome segments',    enLabel: 'WORKSHOP · STAGE 03', body: 'Four GRG coffers cast separately; painted in-workshop with three antique-gold passes and a flat overcoat.' },
      { label: 'Install',          enLabel: 'ON SITE · STAGE 04',  body: 'Facade panels lifted at night, dome hoisted in two mall-closed weekends. Wet trades completed before joinery arrival.' },
      { label: 'Joinery & open',   enLabel: 'CLOSE-OUT · STAGE 05', body: 'Walnut bar, banquette, and display millwork fitted in ten days, ribbon-cut the following Thursday.' },
    ],
  },
  stats: [
    { num: '1,200', suffix: 'm²', label: 'Facade area',       ar: 'مساحة' },
    { num: '6',     suffix: 'm',  label: 'Dome diameter',      ar: 'قطر'   },
    { num: '120',   suffix: 'd',  label: 'Days on site',       ar: 'يوماً' },
    { num: '4',     suffix: '',   label: 'GRG dome coffers',   ar: 'قبّات' },
  ],
  testimonial: {
    quote: 'We walked into a unit that was still a concrete shell in January and cut the ribbon in May. The ribbon, the dome, the counter — it all landed at the same time.',
    role: 'General Manager',
    context: 'Haute Dolci Kuwait · 2025',
  },
  gallery: [
    { src: 'assets/projects/hot-dolce-3.jpeg', caption: 'Facade · ribbed GRC on Grand Avenue' },
    { src: 'assets/projects/hot-dolce-1.jpeg', caption: 'Dome · hand-painted coffers' },
    { src: 'assets/projects/hot-dolce-2.jpeg', caption: 'Counter · walnut joinery and bar' },
    { src: 'assets/projects/hot-dolce-4.jpeg', caption: 'Seating · banquette and pendant' },
    { src: 'assets/projects/hot-dolce-5.jpeg', caption: 'Night · ribbon lit from within' },
  ],
  next: { id: '002', title: 'Tamdeen Square', titleAr: 'تمدين سكوير', href: 'Tamdeen Square - Case Study.html' },
};

ReactDOM.createRoot(document.getElementById('root')).render(<CaseStudy data={HAUTE_DOLCI_DATA} />);
