/* 360 Mall — Skylight Wing · 004 */
const MALL_360_DATA = {
  id: '004',
  hero: 'assets/projects/360-skylight.png',
  heroPosition: 'center 50%',
  title: { line1: '360 Mall', line2: 'Skylight Wing' },
  titleAr: '٣٦٠ مول — جناح المناور',
  meta: {
    Client:   'Tamdeen Group',
    Location: 'Zahra, Kuwait',
    Year:     '2023',
    Type:     'Retail · Concourse',
    Scope:    'Ceilings · Finishes',
    Area:     '12,400 m² net fit-out',
  },
  brief: {
    kicker: 'The brief · الموجز',
    en: 'The brief',
    ar: 'الموجز',
    side: 'An extension to the Zahra concourse that would sit directly under a new ETFE canopy — and have to deliver it without glare, echo, or visible mechanical services.',
    body: 'Daylight through ETFE is a gift you <em style="color:var(--gold);font-style:italic">ruin with the wrong ceiling</em>. We specified a double-depth anodised-aluminium baffle field tuned to the sun-path at 29° latitude — preserving the light, breaking up the glare, absorbing the reverb.',
  },
  room: {
    kicker: 'The rooms · الغرف',
    en: 'A ceiling that filters, not floods',
    ar: 'سقفٌ يرشّح',
    img: 'assets/projects/360-mall.jpg',
    body: 'The ceiling is a single plane built as <em style="color:var(--gold);font-style:italic">4,200 baffles</em> on an 80/20 fin-to-void ratio. Below, a raised access floor carries data and power to tenant kiosks; the whole concourse is reconfigurable inside a week.',
    specs: [
      ['Ceiling',       '4,200 anodised baffles'],
      ['Fin ratio',     '80 / 20 · tuned to noon sun'],
      ['Access floor',  'Raised · data + power'],
      ['Partitions',    'Demountable glass at kiosks'],
    ],
  },
  process: {
    kicker: 'Process · المنهج',
    en: 'Baffles up, services down',
    ar: 'السقف أوّلاً',
    steps: [
      { label: 'Sun study',      enLabel: '3 WEEKS · STAGE 01', body: 'Full-year sun-path modelled against three baffle depths on a 1:1 mock-up panel beneath the existing canopy.' },
      { label: 'Anodising run',  enLabel: 'WORKSHOP · STAGE 02', body: 'All 4,200 baffles anodised in one batch for colour consistency. Packed on custom timber racks for site.' },
      { label: 'Ceiling install', enLabel: 'ON SITE · STAGE 03', body: 'Baffles hung from a secondary grid, aligned to column centres. Ten-metre quarterly audit for visual straightness.' },
      { label: 'Access floor',    enLabel: 'ON SITE · STAGE 04', body: 'Raised floor laid after baffles; tenant M&E runs dropped from above and fed into each kiosk demise.' },
      { label: 'Open',            enLabel: 'CLOSE-OUT · STAGE 05', body: 'First tenant fit-outs started four weeks before concourse opening. Phased retail delivery with zero concourse shutdowns.' },
    ],
  },
  stats: [
    { num: '12,400', suffix: 'm²', label: 'Net fit-out',       ar: 'مساحة' },
    { num: '4,200',  suffix: '',   label: 'Baffles',            ar: 'سقف'   },
    { num: '240',    suffix: 'd',  label: 'Days · phased',     ar: 'يوماً' },
    { num: '80/20',  suffix: '',   label: 'Fin-to-void ratio', ar: 'نسبة'  },
  ],
  testimonial: {
    quote: 'The canopy was already there. Rainbow made it read as architecture instead of a skylight.',
    role: 'Project director',
    context: 'Tamdeen Group · 2023',
  },
  gallery: [
    { src: 'assets/projects/360-skylight.png', caption: 'Skylight wing · ceiling under noon sun' },
    { src: 'assets/projects/360-mall.jpg',      caption: 'Entry · street elevation' },
    { src: 'assets/projects/360-3.png',         caption: 'Concourse · raised floor and baffles' },
  ],
  next: { id: '005', title: 'Siddiqa Fatima Zahra Mosque', titleAr: 'مسجد السيدة فاطمة الزهراء', href: 'Mosque - Case Study.html' },
};

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