/* Siddiqa Fatima Zahra Mosque · 005 */
const MOSQUE_DATA = {
  id: '005',
  hero: 'assets/projects/fatima-zahra-mosque.png',
  heroPosition: 'center 50%',
  title: { line1: 'Siddiqa Fatima', line2: 'Zahra Mosque' },
  titleAr: 'مسجد السيدة فاطمة الزهراء',
  meta: {
    Client:   'Private trust',
    Location: 'Mahboula, Kuwait',
    Year:     '2020',
    Type:     'Religious · Sanctuary',
    Scope:    'GRG dome · Specialty paint',
    Area:     '3,200 m²',
  },
  brief: {
    kicker: 'The brief · الموجز',
    en: 'The brief',
    ar: 'الموجز',
    side: 'A purpose-built sanctuary in Mahboula. Dome, coffers, calligraphic banding, and a mihrab — finished entirely in-house.',
    body: 'A mosque ceiling carries the eye up when the body is still. The dome has to feel <em style="color:var(--gold);font-style:italic">drawn, not painted</em> — every coffer a repeated hand-mark. We cast it in gypsum in our workshop, moved it at night, lifted it whole.',
  },
  room: {
    kicker: 'The rooms · الغرف',
    en: 'Cast in-house, lifted whole',
    ar: 'قُبّةٌ تُحمَل كاملة',
    img: 'assets/projects/mosque-2.jpg',
    body: 'Sixty-two coffer segments were cast at the Amghara workshop, tooled by hand, and lifted into place in a two-week sequence. On site, the dome was <em style="color:var(--gold);font-style:italic">painted in situ</em> with a three-coat antique-gold finish, pigmented varnish sealed.',
    specs: [
      ['Dome diameter',   '12 m'],
      ['Coffer segments', '62 · GRG cast'],
      ['Paint',           'Antique gold · 3 coats'],
      ['Finish',          'Pigmented varnish lockdown'],
    ],
  },
  process: {
    kicker: 'Process · المنهج',
    en: 'Mould, cast, lift, paint',
    ar: 'القالب، السَكب، الرَفع',
    steps: [
      { label: 'Mould design',   enLabel: '6 WEEKS · STAGE 01', body: 'Master coffer modelled, moulded and tooled. Calligraphic bands cut as separate ornament pieces before gypsum set.' },
      { label: 'Casting',         enLabel: 'WORKSHOP · STAGE 02', body: 'Sixty-two coffers cast in a two-month run. Controlled humidity curing to prevent hairline cracks before transit.' },
      { label: 'Transport',       enLabel: 'LOGISTICS · STAGE 03', body: 'Segments moved from Amghara to Mahboula in custom foam-lined crates, at night, on lightly loaded lorries.' },
      { label: 'Dome lift',       enLabel: 'ON SITE · STAGE 04', body: 'Two-week crane sequence to a pre-set ring beam. Each coffer aligned to a mark within millimetres.' },
      { label: 'Paint & seal',    enLabel: 'ON SITE · STAGE 05', body: 'Three coats of antique gold, wiped and re-worked by hand, then a pigmented varnish lockdown for sanctuary humidity.' },
    ],
  },
  stats: [
    { num: '62',   suffix: '',   label: 'Coffer segments',       ar: 'قطعة'  },
    { num: '210',  suffix: 'd',  label: 'Days on site',           ar: 'يوماً' },
    { num: '3',    suffix: '',   label: 'Paint coats · gold',     ar: 'طبقات' },
    { num: '100',  suffix: '%',  label: 'Cast in-house',          ar: 'داخلياً' },
  ],
  testimonial: {
    quote: 'Every coffer in that dome was set within a millimetre of the section. The trust\u2019s engineers didn\u2019t believe it was cast in Kuwait.',
    role: 'Site engineer',
    context: 'Mosque project · 2020',
  },
  gallery: [
    { src: 'assets/projects/fatima-zahra-mosque.png', caption: 'Sanctuary · dome from the floor' },
    { src: 'assets/projects/mosque-2.jpg',             caption: 'Exterior · minaret and entrance' },
    { src: 'assets/projects/mosque-3.webp',            caption: 'Detail · coffer and ornament' },
  ],
  next: { id: '001', title: 'Haute Dolci', titleAr: 'هوت دولچي', href: 'Haute Dolci - Case Study.html' },
};

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