/* Lexus Kuwait Showroom · 003 */
const LEXUS_DATA = {
  id: '003',
  hero: 'assets/projects/lexus.jpg',
  heroPosition: 'center 60%',
  title: { line1: 'Lexus Kuwait', line2: 'Flagship Showroom' },
  titleAr: 'صالة عرض لكزس الرئيسية — الكويت',
  meta: {
    Client:   'Lexus Kuwait',
    Location: 'Shuwaikh, Kuwait',
    Year:     '2021',
    Type:     'Retail · Showroom',
    Scope:    'Interior fit-out, GRG, joinery',
    Area:     '6,200 m²',
  },
  brief: {
    kicker: 'The brief · الموجز',
    en: 'The brief',
    ar: 'الموجز',
    side: 'A flagship showroom in Shuwaikh for Lexus Kuwait — their first purpose-built retail environment since the marque arrived in the country. The opening date was non-negotiable.',
    body: 'A showroom is a <em style="color:var(--gold);font-style:italic">still life</em> around a moving object. The architecture holds its breath so the car can speak. Our job was to make the room quiet enough for that conversation — curved GRG ceilings, a mirror-polished floor, and column claddings that catch the Lexus spindle-grille light without ever stealing it.',
  },
  room: {
    kicker: 'The rooms · الغرف',
    en: "Curves that don't compete",
    ar: 'منحنيات لا تتنافس',
    img: 'assets/projects/lexus-2.png',
    body: "The atrium's spiral ribbon is a single GRG element read as three — ceiling, balustrade return, and soffit. We built it in <em style=\"color:var(--gold);font-style:italic\">eleven sections</em>, joined so the seams fall on geometry, not light.",
    specs: [
      ['GRG panels',       '312 bespoke pieces'],
      ['Column skins',     'Mirror-polished stainless'],
      ['Finish tolerance', '± 1.5 mm on 14 m runs'],
      ['Lighting',         'Integrated cove + track'],
    ],
  },
  process: {
    kicker: 'Process · المنهج',
    en: 'From shop-drawing to hand-over',
    ar: 'من الرسم إلى التسليم',
    steps: [
      { label: 'Shop drawings', enLabel: '8 WEEKS · STAGE 01', body: 'Eight weeks of shop-drawing with Ronald and the Lexus Japan architects. Every curve resolved to rib centre-lines before a single cut.' },
      { label: 'Sample wall',    enLabel: 'ON SITE · STAGE 02',  body: 'A full 3-metre mock-up of ribbon, column skin, stone, and lighting, signed off on site. Eleven material iterations binned.' },
      { label: 'Pre-finish',     enLabel: 'WORKSHOP · STAGE 03', body: 'Structural GRG delivered dry, allowed to breathe for fourteen days, then primer — in-house at Amghara.' },
      { label: 'GRG & joinery',  enLabel: 'ON SITE · STAGE 04',  body: 'Overnight installs against a live adjacent tenant. Zero wet trades after 6 p.m. Joinery in a parallel shift.' },
      { label: 'Hand-over',      enLabel: 'CLOSE-OUT · STAGE 05', body: 'Three-day defect walk with Lexus Kuwait, twelve snags logged, all closed inside 48 hours. Opening on schedule.' },
    ],
  },
  stats: [
    { num: '6,200', suffix: 'm²', label: 'Showroom area',      ar: 'مساحة' },
    { num: '312',   suffix: '',   label: 'Bespoke GRG pieces', ar: 'قطعة'  },
    { num: '11',    suffix: 'mo', label: 'Months on site',      ar: 'شهراً' },
    { num: '±1.5',  suffix: 'mm', label: 'Finish tolerance',    ar: 'مم'   },
  ],
  testimonial: {
    quote: 'They treated a commercial fit-out like a museum build — measured, patient, and entirely unembarrassed about fixing what was almost right. The showroom opens the way it was drawn.',
    role: 'Project Director',
    context: 'Lexus Kuwait · 2021',
  },
  gallery: [
    { src: 'assets/projects/lexus.jpg',   caption: 'Exterior · curved glass facade at dusk' },
    { src: 'assets/projects/lexus-2.png', caption: 'Atrium · GRG ribbon, stainless columns' },
    { src: 'assets/projects/lexus-3.png', caption: 'Main floor · display ring and brand wall' },
  ],
  next: { id: '004', title: '360 Mall — Skylight Wing', titleAr: '٣٦٠ مول — جناح المناور', href: '360 Mall - Case Study.html' },
};

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