Bespoke Surface Pattern Design
Original surface patterns for fashion, homeware, interiors, and branding - crafted with a distinctly fashion-forward sensibility and an atelier's attention to detail. Every design begins with your world and ends with something entirely your own.
Bespoke Surface Pattern Design
You have a world in mind - a mood, a colour, a feeling you can't quite articulate yet. This is where we start. I work with you from the very beginning: exploring references, building a mood board, understanding your brand's visual language. Then I design an original pattern, crafted around your aesthetic and purpose — whether that's bold and expressive, quietly refined, or something entirely its own. Every pattern is delivered seamless, production-ready, and yours.
What's included
- Creative direction consultation
- Mood board and reference exploration
- Original pattern design - digital or hand-drawn
- Seamless repeat and production-ready files
- Colour palette development
- Two rounds of revisions
- Licensing or exclusive ownership options
Project details
Start a project
import { useState } from "react"; const accent = "#C9A882"; const dark = "#1a1a1a"; const cream = "#FAF7F4"; const border = "#EDEAE6"; const sage = "#7a9a7a"; const pages = ["services", "about"]; const services = [ { number: "01", title: "Bespoke Surface Pattern Design", price: "From £350", description: `You have a world in mind — a mood, a colour, a feeling you can't quite articulate yet. This is where we start.\n\nI work with you from the very beginning: exploring references, building a mood board, understanding your brand's visual language. Then I design an original pattern, crafted around your aesthetic and purpose — whether that's bold and expressive, quietly refined, or something entirely its own.\n\nEvery pattern is delivered seamless, production-ready, and yours.`, includes: [ "Creative direction consultation", "Mood board and reference exploration", "Original pattern design — digital or hand-drawn", "Seamless repeat and production-ready files", "Colour palette development", "Two rounds of revisions", "Licensing or exclusive ownership options", ], turnaround: "Typically 2 weeks from briefing to final files", idealFor: "Fashion brands, homeware collections, stationery, packaging, independent labels", }, { number: "02", title: "Brand Pattern Collection", price: "From £950", description: `A single pattern tells a story. A collection builds a world.\n\nIf you're launching a new brand, refreshing your visual identity, or building a cohesive range, a pattern collection gives you the visual language to do it properly. Three to five coordinating patterns, designed to work together and apart — on fabric, on packaging, on everything.\n\nThis is the kind of work that makes a brand feel considered from the very first glance.`, includes: [ "Everything in Bespoke Pattern Design", "3–5 coordinating original patterns", "Hero pattern plus supporting coordinates", "Consistent colour palette across all patterns", "Full production-ready file suite", "Brand pattern usage guide", ], turnaround: "Typically 3–4 weeks depending on collection scope", idealFor: "Brands building a full visual identity, new collections, seasonal launches", }, { number: "03", title: "Fabric Design for Brands", price: "From £500", description: `You know what you want your fabric to feel like — now let's make it look that way too.\n\nI design original repeat patterns specifically for fabric production: fashion, homeware, upholstery, accessories. Every design is created with the end product in mind — how it drapes, how it cuts, how it reads at a distance and up close.\n\nFashion-forward, chic, and sophisticated. The kind of textile design that makes a collection feel intentional.`, includes: [ "Original fabric-specific pattern design", "Seamless repeat optimised for production", "Colourway development", "Files formatted for your manufacturer's specifications", "Revisions included", ], turnaround: "Typically 2–3 weeks", idealFor: "Fashion brands, homeware manufacturers, fabric houses, accessories labels", }, { number: "04", title: "Pattern Licensing", price: "From £150 per pattern", description: `Sometimes the right pattern already exists — it just needs to find the right home.\n\nI maintain a portfolio of original seamless patterns available for licensing: fashion-forward, sophisticated, and designed with commercial use in mind. Browse the portfolio, find the one that fits, and license it for your project — whether that's a single season or an ongoing arrangement.\n\nExclusive and non-exclusive licensing available.`, includes: [ "Access to existing pattern portfolio", "High-resolution production-ready files", "Colour customisation available on request", "Clear licensing terms — single use or ongoing", "Exclusive ownership transfer available", ], turnaround: "Files delivered within 48 hours of agreement", idealFor: "Brands needing a fast turnaround, smaller projects, seasonal collections", }, ]; const aboutSections = [ { id: "intro", label: "Opening", heading: "Luisa Marie", subheading: "Fashion designer. Surface pattern artist. Maker of considered things.", body: `Luisa Marie is a London-based design atelier — part fashion brand, part pattern design studio, entirely built around the belief that the things you wear and live with should feel as good as they look.\n\nWe make limited edition fashion and accessories in small, sustainable batches. We design original surface patterns for brands, homeware collections, and fabric manufacturers. And we do all of it from a studio where nothing is wasted and everything is made with intention.`, }, { id: "story", label: "The Story", heading: "It all began with a girl and her dog ✦", subheading: null, body: `I grew up between worlds.\n\nChildhood summers on the Mediterranean. Teenage years in Bulgaria, shaped by the Balkans — the colour, the craft, the particular way people there understand beauty as something woven into daily life. Then Los Angeles, where confidence is its own aesthetic. Then the UK, where I noticed a gap: that specific kind of colourful, quality-made, considered clothing I'd grown up around simply didn't exist here in the same way.\n\nAfter school, I didn't launch a brand straight away. I travelled. I worked in fashion editorial, styling, design, brand localisation. I thought I was moving sideways — away from where I wanted to be. I understand now that I was building the only foundation that could have made this brand what it is.\n\nIn 2014, with my little dog by my side, I launched a blog. The blog became a brand. The brand became Luisa Marie.\n\nSince then, both the brand and I have collaborated with well-known names around the world, released multiple collections spanning fashion, homeware, skincare and makeup, and built something I'm genuinely proud of.\n\nThen life shifted — as it does. I paused. I became a mother. I reassessed what I actually wanted to build.\n\nAnd then I relaunched. Smaller. Quieter. More intentional than ever.\n\nThis is that chapter.`, }, { id: "values", label: "The Values", heading: "How we work", subheading: "Small batch. Zero waste. Made with intention.", body: `Every piece in the Luisa Marie collection is made in small batches — sometimes just one of a kind. The fabric scraps become accessories. The offcuts become something else entirely. Nothing leaves the studio as waste.\n\nThis isn't a marketing position. It's just how I've always worked — carefully, deliberately, with respect for the materials and the time it takes to make something worth keeping.\n\nThe surface pattern work follows the same logic: every design is original, crafted for a specific purpose, and made to last beyond a single season.`, }, { id: "founder", label: "Founder Note", heading: "A note from Luisa", subheading: null, body: `I'm a designer, a maker, a mother, and — still — the girl who can't walk past beautiful fabric without stopping.\n\nLuisa Marie has always been about making things that feel good to wear and good to own. That hasn't changed. What's changed is the scale: smaller, more personal, more honest.\n\nIf you're here for the bags, welcome. If you're here for the patterns, I'd love to work with you. And if you're here because something about this brand felt like it was made for you — you're probably right.\n\nGet in touch anytime at hello@luisa.co\n\nLuisa Marie x`, }, ]; export default function BrandPages() { const [page, setPage] = useState("services"); const [activeService, setActiveService] = useState(0); const [expanded, setExpanded] = useState(null); return (
Services & About
Surface pattern design services · About page · Copy ready for Shopify
Surface Pattern
Design Services
Original surface patterns for fashion, homeware, interiors, and branding — crafted with a distinctly fashion-forward sensibility and an atelier's attention to detail. Every design begins with your world and ends with something entirely your own.
{/* Service tabs */}{s.description}
- {s.includes.map((item, i) =>
- {item}
- )}
worth keeping?
About the
Atelier
{s.body}
{s.id === "values" && (