/* Studio 76 — The Studio. Fully interactive centrepiece. */ function formatINR(n) { n = Math.round(n / 100) * 100; const s = String(n); const last3 = s.slice(-3); const rest = s.slice(0, -3); const grouped = rest.replace(/\B(?=(\d{2})+(?!\d))/g, ','); return '₹' + (rest ? grouped + ',' : '') + last3; } function quoteRange(base) { return [formatINR(base * 0.9), formatINR(base * 1.12)]; } function Chip({ active, children, onClick }) { return ( ); } function QuoteCard({ kind, sub, base, accent, dark }) { const [lo, hi] = quoteRange(base); return (
{sub}
indicative · final quote after your design review
Bring the image you love. Shape it. See both ways to own it, side by side — then reserve a stylist to make it real.
Drop your inspiration here
or browse — a photo, costume piece, screenshot
{url.trim() ? '✓ Link received — we’ll pull the image in your design review.' : 'We accept Pinterest, Instagram saves, or any image URL.'}
Piece
Gold
Presence
Complimentary · no obligation · a stylist confirms the final quote.
A stylist will reach out within 48 hours to refine your {type.toLowerCase()} and confirm the quote.