/* Tamdeen Square · 002 */
const TAMDEEN_DATA = {
  id: '002',
  hero: 'assets/projects/tamdeen-square.jpg',
  heroPosition: 'center 55%',
  title: { line1: 'Tamdeen Square', line2: 'Grand Hyatt Residences' },
  titleAr: 'تمدين سكوير — مساكن غراند حياة',
  meta: {
    Client:   'Tamdeen Real Estate',
    Location: 'Salmiya, Kuwait',
    Year:     '2022',
    Type:     'Residential · Mixed-use',
    Scope:    'Interior fit-out · Joinery',
    Area:     '18,400 m² (multi-tower)',
  },
  brief: {
    kicker: 'The brief · الموجز',
    en: 'The brief',
    ar: 'الموجز',
    side: 'Three residential towers above a retail base in Salmiya. Hospitality-tier finish across the lobbies, amenity floors, and model units.',
    body: 'A residential lobby is the <em style="color:var(--gold);font-style:italic">first minute of living here</em>. It has to feel quiet, unshowy, and older than it is. We used local stone against silent joinery and set the lighting to warm the walls, not the air.',
  },
  room: {
    kicker: 'The rooms · الغرف',
    en: 'Stone under hand, joinery against wall',
    ar: 'حجرٌ تحت اليد',
    img: 'assets/projects/tamdeen-square-2.jpg',
    body: 'The lobby desk is a single <em style="color:var(--gold);font-style:italic">book-matched travertine slab</em> — 4.2 m, one cut, three piece-numbers. Behind it, a wall of oak strip softens to absorb footfall.',
    specs: [
      ['Lobbies',        '3 · one per tower'],
      ['Stone',          'Travertine Romano · matched veins'],
      ['Joinery',        'Oak strip · hand-oiled'],
      ['Model units',    '2 furnished · 1 unfurnished'],
    ],
  },
  process: {
    kicker: 'Process · المنهج',
    en: 'Tower by tower, floor by floor',
    ar: 'برج بعد برج',
    steps: [
      { label: 'Lobby pilot',   enLabel: 'SAMPLE · STAGE 01', body: 'Tower 01 lobby delivered first, photographed for client approval before Tower 02 and 03 began.' },
      { label: 'Stone arrival', enLabel: 'LOGISTICS · STAGE 02', body: 'Travertine shipped in three batches from Italy, book-matched and labelled at source to preserve vein continuity.' },
      { label: 'Joinery run',   enLabel: 'WORKSHOP · STAGE 03', body: 'Wardrobes, kitchens, and wall panelling cut at the Amghara workshop on a two-week cycle per tower.' },
      { label: 'Model units',   enLabel: 'INTERIORS · STAGE 04', body: 'Furnished model apartments delivered with loose furniture, art, and textiles — handed to sales in staged condition.' },
      { label: 'Handover',      enLabel: 'CLOSE-OUT · STAGE 05', body: 'Three towers handed over on a rolling schedule across fourteen months. Zero remediation between towers.' },
    ],
  },
  stats: [
    { num: '3',     suffix: '',   label: 'Towers · lobbies',    ar: 'أبراج' },
    { num: '18,400', suffix: 'm²', label: 'Net finish area',   ar: 'مساحة' },
    { num: '14',    suffix: 'mo', label: 'Rolling schedule',   ar: 'شهراً' },
    { num: '2',     suffix: '',   label: 'Furnished models',   ar: 'نماذج' },
  ],
  testimonial: {
    quote: 'We have used three finishing contractors across our tower portfolio. Only one of them hands over the second tower to the same standard as the first. That is Rainbow.',
    role: 'Head of Development',
    context: 'Tamdeen Real Estate · 2022',
  },
  gallery: [
    { src: 'assets/projects/tamdeen-square.jpg',   caption: 'Tower 02 · street view at dusk' },
    { src: 'assets/projects/tamdeen-square-2.jpg', caption: 'Lobby · travertine desk, oak strip wall' },
    { src: 'assets/projects/tamdeen-3.jpg',         caption: 'Model unit · living, kitchen beyond' },
    { src: 'assets/projects/tamdeen-4.jpg',         caption: 'Amenity floor · pool hall ceiling' },
  ],
  next: { id: '003', title: 'Lexus Kuwait Showroom', titleAr: 'صالة لكزس', href: 'Lexus - Case Study.html' },
};

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