/* VSHD pages: Home, Projects, CaseStudy (Origami), plus placeholders */ const { useState: _useState, useEffect: _useEffect, useMemo: _useMemo, useRef: _useRef } = React; /* ================= HOME ================= */ function Home({ go, onOpenEnquiry, tweaks }) { const heroes = window.VSHD_HERO; const projects = window.VSHD_PROJECTS; const [idx, setIdx] = _useState(0); const [progress, setProgress] = _useState(0); const durMs = (tweaks.heroPaceSec || 7) * 1000; _useEffect(() => { setProgress(0); const started = Date.now(); const tick = setInterval(() => { const p = (Date.now() - started) / durMs; if (p >= 1) { setIdx((i) => (i + 1) % heroes.length); setProgress(0); } else { setProgress(p); } }, 40); return () => clearInterval(tick); }, [idx, durMs, heroes.length]); const heroProj = projects.find(p => p.slug === heroes[idx].slug) || projects[0]; // Selected work — curated 4 (matches the staggered editorial grid) const selected = [ projects.find(p => p.slug === "origami"), projects.find(p => p.slug === "klei-spa"), projects.find(p => p.slug === "burj-residence"), projects.find(p => p.slug === "hoof") ].filter(Boolean); // Sector counts const sectorCounts = {}; projects.forEach(p => { sectorCounts[p.sector] = (sectorCounts[p.sector] || 0) + 1; }); const sectorList = [ { key: "Residential", num: "01" }, { key: "Hospitality", num: "02", label: "Hospitality & F&B" }, { key: "Workplace", num: "03" }, { key: "Retail", num: "04" }, { key: "Wellness", num: "05" }, { key: "Fitness", num: "06" } ]; return (
{heroes[idx].sector} · {heroes[idx].location}
Selected work · 2017—2024
We work slowly and at boutique scale — typically six to eight commissions a year — across residence, restaurant, workplace and wellness. Each project is photographed, written and credited as a case study.
Approach
From Rania Hamed's own writing on the studio: a slow practice guided by four convictions. They have not changed since 2007.
We design for longevity. Visualisations are not trend-led but synonymous with timelessness — calm rooms that age into themselves.
We transform the space through the creative use of light — natural, electric, reflected — treated with the same care as stone, timber or plaster.
Integrating traditional culture and technique into contemporary design — craft from the region carried forward on a modern grid.
Combining modesty with elegance to reach elements of calm, beauty and subtle luxury — what the eye notices last is often the most considered.
Sectors
Recognition
A boutique studio with an international press and awards record. Listed by issuer, year and project — never bundled into a generic "award-winning" claim.
As featured in
Begin
Projects · Index
{String(filtered.length).padStart(2, "0")}showing
Filter by sector. Every project page carries its photographer credit, year, location and a written narrative — never a thumbnail alone.
404
Case Study · {String(i + 1).padStart(2, "0")} · {project.sector}
Brief
{project.award}
)}Origami arrived as an unusual brief: not a restaurant, but a three-act atelier — Jumeirah, Dubai Mall and Marsa Al Bateen — that had to feel of one hand while answering three very different rooms. The client asked for a place where the food's quiet precision could be felt before a single dish arrived at the counter.
We worked with paper as the central metaphor. Folded walls, vertical timber screens and recessed light coves do the spatial work; mirror polish, blackened steel and chestnut veneer carry the material vocabulary. Lighting is electric and low — a thin warm seam between volumes — so that what the guest sees first is the chef's hands, not the room.
Across all three venues we held one rule: every visible hinge, ceiling shadow line and floor seam had to draw a vertical or a horizontal — never a curve. The curves were reserved for the food.
> ) : ( <>{project.blurb || "A private commission delivered by the studio."} The full case study narrative is written in collaboration with the client and the architectural photographer, then published with credits.
Per-project narrative, plans, material schedules and process photographs are being prepared with the client. This page shows the photographic record only.
> )}{isOrigami ? <>"The curves were reserved
for the food."> : <>"Modesty with elegance,
calm with luxury.">}
{isOrigami ? "From the design statement" : "Studio principle, 2007—"}
Begin
{eyebrow}
This page is part of the full IA (10 routes) but isn't built in this prototype pass. The Home, Projects index and one full Case Study (Origami) carry the design system.