/* global window */ // Maison Lutétia Dubai — Content data (verified per research/ files only) const PILLARS = [ { id: "aesthetic-medicine", num: "I", title: "Aesthetic Medicine", titleFr: "Médecine esthétique", titleAr: "الطب التجميلي", short: "Non-invasive, doctor-led aesthetic medicine — the heart of the Maison philosophy.", image: "media/treatment-body.webp", treatments: [ { name: "Wrinkle Relaxers", desc: "Botulinum toxin protocols for expression lines, candidacy-assessed in consultation.", duration: "20–30 min" }, { name: "Dermal Fillers", desc: "Volume restoration and contour refinement — hyaluronic-acid based, reversible.", duration: "30–45 min" }, { name: "Skin Boosters", desc: "Micro-injections that improve skin quality, hydration and elasticity over a course.", duration: "30 min" }, { name: "MesoLED Therapy", desc: "Maison-signature LED + mesotherapy protocol; a course is typically advised.", duration: "45 min" }, { name: "PRP / Plateletherapy", desc: "Autologous platelet-rich plasma; used for skin quality and as a hair-loss adjunct.", duration: "60 min" }, { name: "Medical Cryolipolysis", desc: "Targeted, non-invasive fat reduction; suitability assessed at consultation.", duration: "60 min" }, { name: "Radiofrequency Skin Tightening", desc: "Energy-based protocols for laxity; results develop over weeks.", duration: "45 min" }, { name: "Fractional Laser", desc: "For skin texture, acne scarring and tone; downtime varies by setting.", duration: "45 min" }, { name: "Carbon Peel", desc: "Laser-activated carbon peel for pore appearance and surface clarity.", duration: "30 min" }, { name: "Microneedling", desc: "Controlled micro-injury to stimulate collagen; series-based.", duration: "45 min" } ] }, { id: "dermatology", num: "II", title: "Dermatology", titleFr: "Dermatologie", titleAr: "الأمراض الجلدية", short: "Medical and aesthetic dermatology — acne, pigmentation, skin-condition management.", image: "media/derm-acne-scars.webp", treatments: [ { name: "Acne Management", desc: "Personalised treatment plans combining topical, oral and procedural options.", duration: "Consult" }, { name: "Hyperpigmentation & Melasma", desc: "Layered protocols — peels, lasers and topicals — tailored to Fitzpatrick.", duration: "Consult" }, { name: "Laser Hair Reduction", desc: "Medical-grade laser protocols, candidacy assessed by skin type.", duration: "20–45 min" }, { name: "Chemical Peels", desc: "Superficial to medium-depth peels for texture, tone and acne support.", duration: "30 min" }, { name: "Skin-Condition Review", desc: "Specialist consultation for eczema, rosacea, dermatitis and chronic skin concerns.", duration: "30 min" }, { name: "Mole / Lesion Review", desc: "Clinical assessment by dermatology specialists. Excision where indicated.", duration: "Consult" } ] }, { id: "plastic-surgery", num: "III", title: "Plastic Surgery", titleFr: "Chirurgie plastique", titleAr: "الجراحة التجميلية", short: "Board-certified plastic surgeons. Surgical and reconstructive care, candidacy-led.", image: "media/treatment-plastic-surgery.webp", treatments: [ { name: "Surgical Consultation", desc: "Candidacy assessment and pathway planning with a board-certified surgeon.", duration: "60 min" }, { name: "Abdominoplasty (Tummy)", desc: "Surgical contouring of the abdomen. Recovery and indications discussed at consult.", duration: "Theatre" }, { name: "Breast Surgery", desc: "Augmentation, reduction or revision. Compliance with DHA surgical pathways.", duration: "Theatre" }, { name: "Rhinoplasty", desc: "Functional and aesthetic nasal surgery, candidacy-led.", duration: "Theatre" }, { name: "Body Contouring (Surgical)", desc: "Including liposuction protocols. Recovery is individual and discussed at consult.", duration: "Theatre" } ] }, { id: "hair-transplant", num: "IV", title: "Hair Transplant — DHI", titleFr: "Greffe capillaire — DHI", titleAr: "زراعة الشعر", short: "Direct Hair Implantation — the Maison signature, exclusive in France since 2013.", image: "media/treatment-dhi-method.webp", treatments: [ { name: "DHI Consultation & Plan", desc: "Scalp assessment, candidacy review and pathway planning. No density guarantees.", duration: "60 min" }, { name: "DHI Hair Implantation", desc: "Direct Hair Implantation under the Maison Lutétia DHI protocol.", duration: "Full-day session" }, { name: "Beard & Eyebrow DHI", desc: "Facial-hair DHI for beard and brow restoration. Candidacy-led.", duration: "Half-day" }, { name: "Medical Hair-Loss Pathway", desc: "Non-surgical adjuncts — topicals, PRP, laser — staged with your physician.", duration: "Consult" } ] }, { id: "longevity", num: "V", title: "Longevity Medicine", titleFr: "Médecine de longévité", titleAr: "طب طول العمر", short: "Preventive and wellness medicine. Anti-ageing through lifestyle, biomarkers and care.", image: "media/lifestyle-portrait.webp", treatments: [ { name: "Longevity Consultation", desc: "Initial assessment, history and pathway design with a longevity physician.", duration: "60 min" }, { name: "Nutrition Programme", desc: "With registered dietitian Samar Antoun — assessment, plan and follow-up.", duration: "60 min" }, { name: "IV Wellness", desc: "Indication-led intravenous protocols, physician-supervised.", duration: "45 min" }, { name: "Biomarker & Bloodwork Review", desc: "Personalised review and recommendations from your physician.", duration: "Consult" } ] }, { id: "le-salon", num: "VI", title: "Le Salon", titleFr: "Le Salon", titleAr: "الصالون", short: "The attached beauty salon — hair, nails, facials, non-medical beauty.", image: "media/clinic-le-maison-lounge.webp", treatments: [ { name: "Hair Salon", desc: "Hair styling, colour and treatments in a separate beauty environment.", duration: "Varies" }, { name: "Nails & Hands", desc: "Manicure, pedicure and hand care.", duration: "45–90 min" }, { name: "Facials (Non-Medical)", desc: "Salon facials — distinct from medical aesthetic protocols.", duration: "60 min" } ] } ]; const CONCERNS = [ { id: "ageing", label: "Ageing & fine lines", pillars: ["aesthetic-medicine", "dermatology"] }, { id: "skin", label: "Skin quality & glow", pillars: ["aesthetic-medicine", "dermatology"] }, { id: "acne", label: "Acne & scarring", pillars: ["dermatology", "aesthetic-medicine"] }, { id: "pigment", label: "Pigmentation & melasma", pillars: ["dermatology"] }, { id: "body", label: "Body contouring", pillars: ["aesthetic-medicine", "plastic-surgery"] }, { id: "hair", label: "Hair restoration", pillars: ["hair-transplant"] }, { id: "longevity", label: "Longevity & wellness", pillars: ["longevity"] }, { id: "men", label: "Men's aesthetics", pillars: ["aesthetic-medicine", "hair-transplant"] } ]; // Doctors — names from research/services.md and the captured Dubai team page // ⚠️ DHA licence numbers shown here are PLACEHOLDERS pending client verification const DOCTORS = [ { slug: "fatima-habib", name: "Dr Fatima Habib Koukar", role: "Specialist Dermatologist", pillar: "dermatology", photo: "media/team-dr-fatima-habib.webp", licence: "DHA #—— · pending", languages: ["English", "Arabic", "French"], years: 25, bio: "Specialist Dermatologist with over two decades in clinical and aesthetic dermatology, including lasers and procedural skin work. Trained in Europe; leads complex dermatology and pigmentation cases at the Dubai clinic.", treats: ["acne", "pigment", "skin"], status: "Resident" }, { slug: "missan-issa", name: "Dr Missan H. Issa", role: "Dermatology, Venereology & Cosmetology", pillar: "dermatology", photo: "media/team-dr-missan-issa.webp", licence: "DHA #—— · pending", languages: ["English", "Arabic"], years: 10, bio: "Dermatology, Venereology & Cosmetology specialist based in the UAE since 2016. Focuses on aesthetic dermatology and medical skin protocols.", treats: ["skin", "acne", "ageing"], status: "Resident" }, { slug: "mario-russo", name: "Dr Mario Russo", role: "Aesthetic Medicine Physician", pillar: "aesthetic-medicine", photo: "media/team-dr-mario-russo.webp", licence: "DHA #—— · pending", languages: ["English", "Italian", "French"], years: 18, bio: "Aesthetic medicine physician with a European training pathway. Focus on injectable artistry, MesoLED and skin-quality protocols in the Maison Lutétia tradition.", treats: ["ageing", "skin"], status: "Resident" }, { slug: "izabela-azevedo", name: "Dr Izabela Azevedo", role: "Aesthetic Medicine Physician", pillar: "aesthetic-medicine", photo: "media/team-dr-izabela-azevedo.webp", licence: "DHA #—— · pending", languages: ["English", "Portuguese", "French"], years: 14, bio: "Aesthetic medicine physician focused on facial harmonisation, fillers and skin-rejuvenation protocols. Member of European aesthetic medicine societies.", treats: ["ageing", "skin"], status: "Resident" }, { slug: "jamil-aljamali", name: "Dr Jamil Aljamali", role: "Aesthetic Medicine Physician", pillar: "aesthetic-medicine", photo: "media/team-dr-jamil-aljamali.webp", licence: "DHA #—— · pending", languages: ["English", "Arabic"], years: 12, bio: "Aesthetic medicine physician with a focus on non-surgical facial rejuvenation and body protocols. Patient-centred consultation style.", treats: ["ageing", "body"], status: "Resident" }, { slug: "mai-rostom", name: "Dr Mai Rostom", role: "Aesthetic Medicine Physician", pillar: "aesthetic-medicine", photo: "media/team-dr-mai-rostom.webp", licence: "DHA #—— · pending", languages: ["English", "Arabic", "French"], years: 11, bio: "Aesthetic medicine physician working across injectables, energy devices and MesoLED protocols. Personalised, candidacy-led approach.", treats: ["ageing", "skin"], status: "Resident" }, { slug: "robotti", name: "Dr Enzo Robotti", role: "Plastic Surgeon — Visiting", pillar: "plastic-surgery", photo: "media/team-dr-robotti.webp", licence: "DHA #—— · pending", languages: ["English", "Italian"], years: 30, bio: "Plastic surgeon with a long European career. Visiting surgical clinics; candidacy-led consultation pathway.", treats: ["body"], status: "Visiting" }, { slug: "mazen-arafeh", name: "Dr Mazen Arafeh", role: "Hair Transplant Surgeon (DHI)", pillar: "hair-transplant", photo: "media/team-dr-mazen-arafeh.webp", licence: "DHA #—— · pending", languages: ["English", "Arabic"], years: 15, bio: "Lead DHI hair-restoration physician at the Dubai flagship — practising the Maison Lutétia DHI protocol. Candidacy-led; no density guarantees.", treats: ["hair", "men"], status: "Resident" }, { slug: "alia-alqassimi", name: "Dr Alia Alqassimi", role: "Longevity Medicine Physician", pillar: "longevity", photo: "media/team-dr-alia-alqassimi.webp", licence: "DHA #—— · pending", languages: ["English", "Arabic"], years: 12, bio: "Longevity and preventive medicine physician. Bloodwork-led personalised programmes for healthspan and wellness.", treats: ["longevity"], status: "Resident" }, { slug: "mina-tomic", name: "Mina Tomic", role: "Aesthetic Nurse Practitioner", pillar: "aesthetic-medicine", photo: "media/team-mina-tomic.webp", licence: "DHA #—— · pending", languages: ["English", "Serbian"], years: 9, bio: "Senior aesthetic nurse practitioner. Supports physician-led injectable, MesoLED and skin-quality protocols.", treats: ["skin", "ageing"], status: "Resident" }, { slug: "samar-antoun", name: "Samar Antoun", role: "Registered Dietitian — Longevity", pillar: "longevity", photo: "media/team-dietitian-samar-antoun.webp", licence: "DHA #—— · pending", languages: ["English", "Arabic", "French"], years: 14, bio: "Registered dietitian in the Longevity programme — nutrition assessment, personalised plans and follow-up alongside your physician.", treats: ["longevity"], status: "Resident" } ]; const FACT_STRIP = [ { num: "2,000", unit: "m²", lbl: "Dubai Festival City flagship" }, { num: "14", unit: "", lbl: "Treatment rooms" }, { num: "1", unit: "", lbl: "VIP suite, private entrance" }, { num: "2018", unit: "", lbl: "Opened in Dubai" } ]; const CONTACT = { phoneClinic: "+971 4 706 4000", phoneSalon: "+971 4 706 4060", email: "lutetia.clinic@alfuttaim.com", emailNote: "to be confirmed", address: "Dubai Festival City Mall, ground floor,\nCrescent Drive / Festival Blvd,\nRas Al Khor (Al Kheeran 1), Dubai", hours: [ { d: "Monday — Thursday", h: "10:00 — 20:00" }, { d: "Friday", h: "12:00 — 20:00" }, { d: "Saturday — Sunday", h: "10:00 — 20:00" } ] }; const COPY = { en: { dir: "ltr", book: "Book a Consultation", motto: "Sublimer, jamais changer", mottoTr: "Enhance, never change." }, fr: { dir: "ltr", book: "Prendre rendez-vous", motto: "Sublimer, jamais changer", mottoTr: "Sublimer, jamais transformer." }, ar: { dir: "rtl", book: "احجز استشارة", motto: "Sublimer, jamais changer", mottoTr: "نُجمّل، ولا نُغيّر." } }; Object.assign(window, { PILLARS, CONCERNS, DOCTORS, FACT_STRIP, CONTACT, COPY });