// Maison Yeya — data const BRIDAL_COLLECTIONS = [ { id: "gharami", name: "Gharami", subtitle: "Spring 2024", image: "media/media-09-website-banner-1.webp", note: "A study in light: striped organza, sculptural volume, the veil as architecture.", looks: 24, range: "AW 24 / Capsule", tag: "bridal-couture-privee" }, { id: "shades-of-white", name: "Shades of White", subtitle: "Maison Archive", image: "media/media-02-collection-cover-bridal-scaled.webp", note: "Off-white, ivory, oyster, alabaster — the spectrum of the bridal whisper.", looks: 18, range: "Bridal Privée", tag: "bridal" }, { id: "utopia", name: "Utopia", subtitle: "Bridal Couture", image: "media/media-06-yeya-utopia-balqees-dress-01.webp", note: "Hand-set crystal latticework, off-shoulder draping. Worn by Balqees.", looks: 16, range: "Bridal", tag: "bridal" }, { id: "valenciennes", name: "Les Valenciennes", subtitle: "Lace Heritage", image: "media/media-07-yeya-valenciennes-lujaina-01.webp", note: "Heritage Valenciennes lace, scalloped sleeves, mother-of-pearl buttons.", looks: 14, range: "Bridal", tag: "bridal" }, { id: "refuge", name: "Les Réfugiées d'Amour", subtitle: "Romantic Couture", image: "media/media-08-yeya-refuge-farfell-01.webp", note: "Botanical embroidery, plumed silhouettes, the cinched waist and bare shoulder.", looks: 12, range: "Bridal", tag: "bridal" }, { id: "ta-grace", name: "Ta Grâce", subtitle: "Bridal Couture", image: "media/media-11-front-pg-cover-copy.webp", note: "Sculpted silhouettes for the second look — reception and departure.", looks: 10, range: "Bridal", tag: "bridal" } ]; const COUTURE_COLLECTIONS = [ { id: "marionettes", name: "Les Marionettes", subtitle: "Look 01 — Capella", image: "media/media-01-yeya-couture-les-marionettes-capella-01.webp", note: "Strings pulled. A silver lattice gown and rose-petal drape.", looks: 12, range: "Couture Privée", tag: "couture" }, { id: "aphrodite", name: "Les Nuits d'Aphrodite", subtitle: "Couture Eveningwear", image: "media/media-12-yeya-aphrodite-home-image.webp", note: "Crystal-strewn columns, silhouette as silhouette.", looks: 14, range: "Couture", tag: "couture" }, { id: "harmony", name: "Harmony", subtitle: "Eveningwear", image: "media/media-05-yeya0975-scaled.webp", note: "Black noir and ivory paired in editorial repose.", looks: 10, range: "Couture", tag: "couture" }, { id: "sublimissime", name: "Sublimissime", subtitle: "Couture", image: "media/media-04-website-banner-1-copy.webp", note: "Pieces in conversation: opera-gloved, cocooned, theatrical.", looks: 18, range: "Couture", tag: "couture" }, { id: "ascension", name: "L'Ascension", subtitle: "Runway", image: "media/media-10-maison-yeya-july-20230288-2-scaled.webp", note: "Sequinned silhouettes against indigo light — the runway as ritual.", looks: 16, range: "Couture Privée", tag: "couture" }, { id: "etrangere", name: "L'Étrangère", subtitle: "Couture", image: "media/media-03-yasmine-photo-scaled.webp", note: "Tailored, monastic, considered. The designer's own wardrobe.", looks: 8, range: "Couture", tag: "couture" } ]; const ALL_LOOKS = [...BRIDAL_COLLECTIONS, ...COUTURE_COLLECTIONS]; const PRESS = [ { source: "CNN", year: "—", quote: "The bridal wedding designer that charmed the world.", kind: "attribution" }, { source: "Forbes Middle East", year: "2024", quote: "Fashion Innovators 2024.", kind: "list" }, { source: "Forbes Middle East", year: "2021", quote: "40 Women Behind Middle Eastern Brands — Rank 16.", kind: "list" }, { source: "Harper's Bazaar Arabia", year: "2023", quote: "Profile and red-carpet coverage.", kind: "feature" }, { source: "Expo 2020 Dubai", year: "2021", quote: "UAE Pavilion Art Program selection.", kind: "feature" }, { source: "Scoop Empire", year: "2022", quote: "Egyptian Queen of Bridal Couture.", kind: "feature" }, { source: "Ahram Online", year: "2024", quote: "Profile and interview.", kind: "feature" }, { source: "A&E Magazine", year: "—", quote: "On Our Radar: Maison Yeya.", kind: "feature" } ]; const TIMELINE = [ { year: "2006", title: "First steps in fashion", body: "Yasmine Yeya's earliest atelier work, after a childhood in Ismailia on the Suez Canal." }, { year: "2008", title: "Mission: Fashion", body: "A major career moment via MBC's Mission: Fashion, with the milestone linked to Elie Saab. Forbes Middle East lists Maison Yeya's establishment as 2008 (Forbes 2024 cites 2007)." }, { year: "2017", title: "Operations move to Dubai", body: "The Maison relocates to serve Gulf clientele, opening in Dubai Design District." }, { year: "2021", title: "Expo 2020 UAE Pavilion", body: "Selected for the UAE Pavilion Art Program. Forbes Middle East includes her in the 40 Women Behind Middle Eastern Brands list, rank 16." }, { year: "2024", title: "Fashion Innovators", body: "Recognised by Forbes Middle East as a Fashion Innovator. Continued editorial and red-carpet visibility." } ]; const CONTACT = { mobile: "+971 50 116 1952", mobileHref: "tel:+971501161952", landline: "+971 (04) 242 3981", landlineHref: "tel:+97142423981", email: "Info@maisonyeya.com", press: "PR@maisonyeya.com", careers: "Careers@maisonyeya.com", address: ["Office 203A, Building 4A", "Dubai Design District", "Dubai, United Arab Emirates"], hours: "10:00 – 18:00, except Fridays and UAE public holidays", social: { instagram: "https://www.instagram.com/maisonyeya/", facebook: "https://www.facebook.com/MaisonYeyaPage/", pinterest: "https://www.pinterest.com/yasmineyeya/_created/" } }; Object.assign(window, { BRIDAL_COLLECTIONS, COUTURE_COLLECTIONS, ALL_LOOKS, PRESS, TIMELINE, CONTACT });