top of page
No plans availableOnce there are plans available for purchase, you’ll see them here.

<!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" /> <meta name="color-scheme" content="light" /> <link rel="icon" href="data:," /> <title>Come Alive Upholstery — Commercial Upholstery in Maine</title> <meta name="description" content="Commercial, marine and custom upholstery for restaurants, healthcare, offices, colleges and boats in Maine." /> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Caslon+Display&display=swap" rel="stylesheet"> <style> :root{ color-scheme:light; --paper:#f2eee6; --ink:#1f2825; --muted:#59615d; --green:#193f35; --green-2:#285548; --rust:#a94d2f; --line:#c9c0af; --white:#fffdf8; --shadow:0 18px 50px rgba(37,29,20,.13); --radius:10px; } *{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif;line-height:1.55} img{display:block;max-width:100%} a{color:inherit} button{font:inherit} .wrap{width:min(1180px,calc(100% - 40px));margin-inline:auto} .hero{min-height:680px;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(380px,.98fr);align-items:stretch;border-bottom:1px solid var(--line)} .hero-copy{padding:clamp(64px,9vw,124px) clamp(30px,6vw,92px) 64px max(20px,calc((100vw - 1180px)/2));display:flex;flex-direction:column;justify-content:center} .location{display:flex;align-items:center;gap:10px;color:var(--rust);font-weight:700;font-size:.78rem;letter-spacing:.13em;text-transform:uppercase;margin:0 0 26px} .location:before{content:"";width:34px;height:2px;background:currentColor} h1,h2,h3{font-family:"Libre Caslon Display",serif;font-weight:400;line-height:1.02;margin:0} h1{font-size:clamp(3.3rem,7.1vw,7.25rem);letter-spacing:-.04em;max-width:780px} .hero p{max-width:610px;font-size:clamp(1.05rem,1.6vw,1.28rem);color:var(--muted);margin:28px 0 24px} .hero .hero-promise{display:flex;align-items:center;gap:9px 15px;flex-wrap:wrap;max-width:690px;margin:0 0 30px;padding:15px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--ink);font-family:"Libre Caslon Display",serif;font-size:clamp(1.18rem,1.8vw,1.65rem);line-height:1.15} .hero-promise strong{font-weight:400;color:var(--rust)} .hero-promise span{font-family:"DM Sans",sans-serif;color:var(--muted);font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase} .actions{display:flex;gap:12px;flex-wrap:wrap} .btn{display:inline-flex;justify-content:center;align-items:center;min-height:52px;padding:0 22px;text-decoration:none;border:1px solid var(--green);font-weight:700;font-size:.94rem;transition:background .18s,color .18s} .btn.primary{background:var(--green);color:var(--paper)} .btn.secondary{background:transparent;color:var(--green)} .btn:hover{background:var(--rust);border-color:var(--rust);color:#fff} .hero-art{position:relative;min-height:560px;overflow:hidden;background:#d8d0c1} .hero-art img{width:100%;height:100%;object-fit:cover;object-position:center} .hero-art:after{content:"";position:absolute;inset:0;box-shadow:inset 1px 0 var(--line);pointer-events:none} .hero-note{position:absolute;right:22px;bottom:22px;max-width:235px;background:rgba(26,49,42,.94);color:#fff;padding:18px 20px;font-size:.89rem;line-height:1.45} .hero-note strong{display:block;font-family:"Libre Caslon Display",serif;font-size:1.3rem;font-weight:400;margin-bottom:4px} .proof{background:var(--green);color:var(--paper)} .proof .wrap{display:grid;grid-template-columns:1.18fr repeat(3,.82fr);align-items:center;min-height:164px} .proof-intro{font-family:"Libre Caslon Display",serif;font-size:clamp(1.55rem,2.4vw,2.25rem);line-height:1.12;padding-right:42px} .proof-intro small{display:block;font-family:"DM Sans",sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--rust);margin-bottom:9px} .proof-item{padding:14px 26px;border-left:1px solid color-mix(in srgb,var(--paper) 28%,transparent)} .proof-item strong{display:block;color:var(--rust);font-family:"Libre Caslon Display",serif;font-size:clamp(1.4rem,2.2vw,2rem);font-weight:400;line-height:1.1;margin-bottom:8px} .proof-item span{display:block;max-width:185px;font-size:.88rem;line-height:1.4} section{padding:clamp(76px,10vw,132px) 0} .section-head{display:grid;grid-template-columns:.7fr 1.3fr;gap:44px;align-items:end;margin-bottom:54px} .section-head .label{color:var(--rust);font-weight:700;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase} h2{font-size:clamp(2.45rem,5.2vw,5.4rem);letter-spacing:-.035em;max-width:880px} .section-head p{color:var(--muted);max-width:530px;margin:16px 0 0;font-size:1.05rem} .services{padding-bottom:82px} .service-row{display:grid;grid-template-columns:1.03fr .97fr;min-height:390px;border-top:1px solid var(--line)} .service-row:last-child{border-bottom:1px solid var(--line)} .service-row:nth-child(even) .service-image{order:2} .service-image{overflow:hidden;min-height:350px} .service-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease} .service-row:hover .service-image>img{transform:scale(1.025)} .service-image.triptych{display:grid;grid-template-columns:1.3fr .7fr;grid-template-rows:1fr 1fr;gap:3px;background:var(--paper)} .service-image.triptych figure{position:relative;overflow:hidden;margin:0;min-height:0} .service-image.triptych figure:first-child{grid-row:1/-1} .service-image.triptych img{position:absolute;inset:0} .service-image.triptych figcaption{position:absolute;left:0;right:0;bottom:0;padding:20px 14px 10px;color:#fff;font-size:.72rem;font-weight:600;line-height:1.25;background:linear-gradient(transparent,rgba(13,22,19,.82))} .service-image.duo{display:grid;grid-template-columns:1fr 1fr;gap:3px;background:var(--paper)} .service-image.duo figure{position:relative;overflow:hidden;margin:0;min-height:0} .service-image.duo img{position:absolute;inset:0} .service-image.duo figcaption{position:absolute;left:0;right:0;bottom:0;padding:20px 14px 10px;color:#fff;font-size:.72rem;font-weight:600;line-height:1.25;background:linear-gradient(transparent,rgba(13,22,19,.82))} .service-copy{display:flex;flex-direction:column;justify-content:center;padding:46px clamp(30px,6vw,78px)} .craftsmanship{padding-top:34px} .craft-grid{display:grid;grid-template-columns:minmax(0,.78fr) minmax(460px,1.22fr);gap:clamp(42px,8vw,100px);align-items:center} .craft-copy h2{font-size:clamp(2.7rem,5vw,5.2rem)} .craft-copy>p{max-width:510px;margin:22px 0 28px;color:var(--muted);font-size:1.06rem} .craft-points{margin:0;padding:0;list-style:none;border-top:1px solid var(--line)} .craft-points li{padding:14px 0;border-bottom:1px solid var(--line);font-size:.92rem} .craft-points strong{display:block;color:var(--rust);margin-bottom:2px} .craft-visual{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;align-items:start} .craft-visual figure{margin:0} .craft-visual figure:nth-child(2){padding-top:58px} .craft-visual figure:nth-child(3){padding-top:116px} .craft-visual img{width:100%;height:clamp(300px,35vw,470px);object-fit:cover} .craft-visual figcaption{padding-top:10px;color:var(--muted);font-size:.76rem} .craft-detail{display:grid;grid-template-columns:minmax(240px,.62fr) minmax(0,1.38fr);gap:clamp(28px,5vw,64px);align-items:center;margin-top:58px;padding-top:34px;border-top:1px solid var(--line)} .craft-detail figure{margin:0} .craft-detail img{width:100%;height:clamp(330px,42vw,520px);object-fit:cover} .craft-detail figcaption{padding-top:10px;color:var(--muted);font-size:.76rem} .craft-detail-copy{max-width:590px} .craft-detail-copy .label{color:var(--rust);font-weight:700;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;margin-bottom:16px} .craft-detail-copy h3{font-size:clamp(2rem,3.8vw,3.8rem)} .craft-detail-copy p{color:var(--muted);font-size:1.03rem;margin:18px 0 0} .project-story{background:var(--white)} .story-intro{display:grid;grid-template-columns:.72fr 1.28fr;gap:44px;align-items:end;margin-bottom:46px} .story-intro p{max-width:570px;margin:18px 0 0;color:var(--muted);font-size:1.05rem} .story-track{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;counter-reset:story} .story-track figure{counter-increment:story;margin:0;min-width:0} .story-track .story-image{position:relative;overflow:hidden;background:var(--paper)} .story-track .story-image:before{content:"0" counter(story);position:absolute;z-index:1;left:14px;top:14px;display:grid;place-items:center;width:42px;height:42px;background:var(--rust);color:#fff;font-weight:700;font-size:.76rem;letter-spacing:.08em} .story-track img{width:100%;height:clamp(290px,34vw,470px);object-fit:cover} .story-track figcaption{padding:15px 4px 0} .story-track figcaption strong{display:block;font-family:"Libre Caslon Display",serif;font-size:1.45rem;font-weight:400;line-height:1.1;margin-bottom:5px} .story-track figcaption span{color:var(--muted);font-size:.86rem} .designer-partner{background:var(--green);color:var(--paper)} .partner-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(440px,1.1fr);gap:clamp(46px,8vw,110px);align-items:center} .partner-copy .location{color:var(--rust);margin-bottom:24px} .partner-copy h2{font-size:clamp(2.7rem,5vw,5.2rem)} .partner-copy>p{max-width:570px;margin:24px 0 30px;color:color-mix(in srgb,var(--paper) 80%,transparent);font-size:1.06rem} .partner-services{margin:0 0 34px;padding:0;list-style:none;border-top:1px solid color-mix(in srgb,var(--paper) 28%,transparent)} .partner-services li{display:grid;grid-template-columns:120px 1fr;gap:18px;padding:15px 0;border-bottom:1px solid color-mix(in srgb,var(--paper) 28%,transparent);font-size:.92rem} .partner-services strong{color:var(--rust)} .partner-cta{border-color:var(--paper);color:var(--paper)} .partner-visual{display:block} .partner-visual figure{margin:0} .partner-visual img{width:100%;height:clamp(320px,42vw,590px);object-fit:cover} .partner-visual figcaption{padding-top:10px;color:color-mix(in srgb,var(--paper) 74%,transparent);font-size:.76rem} .work{background:var(--white)} .transformation{margin:0 0 62px;padding:30px 0 34px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)} .transformation-head{display:grid;grid-template-columns:.72fr 1.28fr;gap:44px;align-items:end;margin-bottom:26px} .transformation-head h3{font-size:clamp(2rem,3.6vw,3.7rem)} .transformation-head p{max-width:540px;margin:12px 0 0;color:var(--muted)} .compare-grid{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:4px;background:var(--line)} .compare-grid figure{position:relative;margin:0;min-width:0;background:var(--paper)} .compare-grid img{width:100%;height:clamp(310px,43vw,560px);object-fit:cover} .compare-grid figcaption{position:absolute;left:14px;top:14px;background:var(--green);color:var(--paper);padding:9px 13px;font-size:.76rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase} .compare-grid:after{content:"Restored";position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);background:var(--rust);color:#fff;padding:10px 13px;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase} .work-grid{columns:3 280px;column-gap:16px} .work-item{display:inline-block;width:100%;margin:0 0 30px;break-inside:avoid} .work-item img{width:100%;height:auto;max-height:560px;object-fit:cover;background:var(--paper)} .work-item figcaption{display:flex;gap:12px;align-items:baseline;padding-top:10px;border-top:1px solid var(--line);font-size:.9rem;line-height:1.35} .work-item figcaption span{color:var(--rust);font-size:.69rem;font-weight:700;letter-spacing:.1em;flex:0 0 auto} .service-num{font-size:.76rem;color:var(--rust);font-weight:700;letter-spacing:.12em;margin-bottom:22px} h3{font-size:clamp(2rem,3.7vw,3.7rem);letter-spacing:-.025em} .service-copy p{color:var(--muted);max-width:520px;margin:18px 0 24px} .detail-list{display:flex;gap:8px;flex-wrap:wrap;margin:0;padding:0;list-style:none} .detail-list li{border:1px solid var(--line);padding:7px 11px;font-size:.8rem;font-weight:600} .process{background:var(--white)} .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)} .step{background:var(--white);padding:34px 30px 38px;min-height:230px} .step b{font-family:"Libre Caslon Display",serif;color:var(--rust);font-size:2rem;font-weight:400} .step h3{font-family:"DM Sans",sans-serif;font-size:1.05rem;font-weight:700;margin:36px 0 10px} .step p{margin:0;color:var(--muted);font-size:.92rem} .about{display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,9vw,110px);align-items:start} .about h2{font-size:clamp(2.6rem,5vw,5rem)} .about-copy{padding-top:10px} .about-copy p{font-size:1.08rem;color:var(--muted);margin:0 0 18px} .about-copy p:first-child{font-size:1.28rem;color:var(--ink)} .founders{display:flex;gap:14px;align-items:center;margin-top:34px;padding-top:26px;border-top:1px solid var(--line)} .founders-mark{width:54px;height:54px;border-radius:50%;background:var(--rust);color:#fff;display:grid;place-items:center;font-family:"Libre Caslon Display",serif;font-size:1.15rem;flex:0 0 auto} .founders strong,.founders span{display:block}.founders span{color:var(--muted);font-size:.88rem} .contact{background:var(--rust);color:#fff;padding:clamp(70px,9vw,110px) 0} .contact-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:70px;align-items:end} .contact h2{font-size:clamp(3rem,6.5vw,6.6rem);max-width:800px} .contact p{font-size:1.1rem;max-width:600px;color:#fae9df;margin:22px 0 0} .contact-links{display:grid;gap:12px} .contact-link{display:block;border-top:1px solid rgba(255,255,255,.45);padding:16px 0 8px;text-decoration:none} .contact-link span{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;opacity:.8;margin-bottom:4px} .contact-link strong{font-size:clamp(1.05rem,2vw,1.3rem)} .contact-link:hover strong{text-decoration:underline;text-underline-offset:4px} footer{background:#111b18;color:#d9e0dc;padding:25px 0;font-size:.82rem} footer .wrap{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap} .reviews{background:var(--paper)} .reviews-head{display:grid;grid-template-columns:.7fr 1.3fr;gap:44px;align-items:end;margin-bottom:50px} .reviews-head .label{color:var(--rust);font-weight:700;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase} .reviews-head p{color:var(--muted);max-width:560px;margin:16px 0 0;font-size:1.05rem} .stars{color:var(--rust);letter-spacing:.18em;font-size:1.1rem} .review-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px} .review-card{background:var(--white);border:1px solid var(--line);padding:30px 30px 26px;display:flex;flex-direction:column;gap:14px} .review-card blockquote{margin:0;font-size:1.02rem;line-height:1.6} .review-card .who{margin-top:auto;padding-top:12px;border-top:1px solid var(--line)} .review-card .who strong{display:block;font-size:.95rem} .review-card .who span{color:var(--muted);font-size:.82rem} .reviews-foot{margin-top:30px} @media(max-width:820px){ .wrap{width:min(100% - 28px,680px)} .hero{grid-template-columns:1fr;min-height:0} .hero-copy{padding:68px 20px 52px} .hero-art{min-height:430px}.hero-note{right:14px;bottom:14px} .proof .wrap{grid-template-columns:1fr 1fr;padding:26px 0}.proof-intro{grid-column:1/-1;padding:0 0 20px}.proof-item{padding:12px 16px}.proof-item:nth-of-type(2){border-left:0} .section-head{grid-template-columns:1fr;gap:14px} .service-row{grid-template-columns:1fr}.service-row:nth-child(even) .service-image{order:0}.service-image{min-height:300px}.service-copy{padding:38px 20px 44px} .service-image.triptych{min-height:520px;grid-template-columns:1fr 1fr;grid-template-rows:1.35fr .65fr}.service-image.triptych figure:first-child{grid-column:1/-1;grid-row:auto} .service-image.duo{min-height:420px} .craft-grid,.partner-grid,.craft-detail{grid-template-columns:1fr}.craft-copy,.partner-copy,.craft-detail-copy{max-width:650px}.craft-visual,.partner-visual{max-width:680px}.craft-detail{margin-top:44px} .story-intro,.transformation-head{grid-template-columns:1fr;gap:14px}.story-track{grid-template-columns:1fr}.story-track img{height:auto;max-height:560px}.story-track figcaption{padding-bottom:22px} .work-grid{columns:2 240px} .steps{grid-template-columns:1fr}.review-grid{grid-template-columns:1fr}.step{min-height:0}.about,.contact-grid{grid-template-columns:1fr}.contact-grid{gap:40px} } @media(max-width:480px){ h1{font-size:3.05rem}.actions{display:grid}.btn{width:100%} .hero-art{min-height:330px}.hero-note{max-width:205px;padding:14px 16px} .proof .wrap{grid-template-columns:1fr}.proof-item,.proof-item:nth-of-type(2){border-left:0;border-top:1px solid color-mix(in srgb,var(--paper) 28%,transparent);padding:13px 0} section{padding:68px 0}.section-head{margin-bottom:34px}.service-image{min-height:245px}.service-image.triptych{min-height:480px}.service-image.duo{min-height:500px;grid-template-columns:1fr;grid-template-rows:1fr 1fr}.craftsmanship{padding-top:18px}.craft-visual,.partner-visual{grid-template-columns:1fr;gap:24px}.craft-visual figure:nth-child(2),.craft-visual figure:nth-child(3),.partner-visual figure:last-child{padding:0}.craft-visual img,.partner-visual img,.partner-visual figure:last-child img,.craft-detail img{height:auto;max-height:520px}.craft-detail{margin-top:36px;padding-top:28px}.partner-services li{grid-template-columns:1fr;gap:3px}.transformation{margin-bottom:42px}.compare-grid{grid-template-columns:1fr;gap:3px}.compare-grid img{height:auto;max-height:500px}.compare-grid:after{content:"Then → now"}.work-grid{columns:1}.work-item{margin-bottom:26px}.contact{padding:66px 0} } @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.service-image img{transition:none}} </style> </head> <body> <main> <section class="hero" aria-labelledby="hero-title"> <div class="hero-copy"> <p class="location">Crafted in Augusta, Maine</p> <h1 id="hero-title">Hardworking spaces deserve seating that lasts.</h1> <p>Come Alive Upholstery restores and rebuilds commercial and marine seating with careful workmanship, practical materials, and a sharp eye for the finish.</p> <p class="hero-promise" aria-label="Our promise: relationships, integrity and quality"><strong>Relationships.</strong><strong>Integrity.</strong><strong>Quality.</strong><span>Our promise to every client</span></p> <div class="actions"> <a class="btn primary" href="#contact">Request a free site visit</a> <a class="btn secondary" href="tel:+12074025873">Call 207-402-5873</a> </div> </div> <div class="hero-art"> <img src="https://static.wixstatic.com/media/76c241_eb84cac574934954ae46bf09a58696b7~mv2.jpg" alt="Curved commercial banquette installed with dining tables" /> <div class="hero-note"><strong>Built for real use.</strong>Material guidance, repair, rebuilding and a finished piece ready to get back to work.</div> </div> </section> <div class="proof" aria-label="Our promise: relationships, integrity and quality"> <div class="wrap"> <div class="proof-intro"><small>Our promise</small>The values behind every project.</div> <div class="proof-item"><strong>Relationships</strong><span>We listen, communicate clearly and treat every project like a partnership.</span></div> <div class="proof-item"><strong>Integrity</strong><span>Honest guidance and dependable work, from the first conversation to delivery.</span></div> <div class="proof-item"><strong>Quality</strong><span>Careful construction and a finish made to hold up beautifully in real use.</span></div> </div> </div> <section class="services"> <div class="wrap section-head"> <div class="label">Commercial upholstery</div> <div><h2>Renew what works. Rebuild what doesn’t.</h2><p>From a single damaged seat to a full room of worn furniture, every project starts with the way the piece needs to perform.</p></div> </div> <div class="service-row"> <div class="service-image duo" aria-label="Black channel-tufted banquettes installed in a pizza restaurant"> <figure><img src="https://static.wixstatic.com/media/76c241_08fcd5dde9be45aea61f11326a4aceef~mv2.jpg" alt="Wide view of black channel-tufted banquettes installed throughout a pizza restaurant" /><figcaption>Full dining room installation</figcaption></figure> <figure><img src="https://static.wixstatic.com/media/76c241_ad7bfae81ae44b84a2047e94202e0169~mv2.jpg" alt="Black upholstered restaurant booths beside large windows" /><figcaption>Window-side booths</figcaption></figure> </div> <div class="service-copy"><div class="service-num">01 / RESTAURANTS & COMMERCIAL</div><h3>Dining rooms ready for the next rush.</h3><p>From a full-room banquette installation to a single worn booth, we build durable seating around comfort, cleaning and the pace of daily service.</p><ul class="detail-list"><li>Booths</li><li>Banquettes</li><li>Dining chairs</li><li>Bar seating</li></ul></div> </div> <div class="service-row"> <div class="service-image"><img src="https://static.wixstatic.com/media/76c241_666ad6e9e7c94dce83c1fb8053b1b58e~mv2.jpg" alt="Custom upholstered seating throughout a finished boat interior" /></div> <div class="service-copy"><div class="service-num">02 / MARINE</div><h3>Clean lines from dock to open water.</h3><p>Custom-fit seating and cushions with crisp details and materials selected for the demands of life on the water.</p><ul class="detail-list"><li>Boat seats</li><li>Bench cushions</li><li>Cabin interiors</li><li>Custom panels</li></ul></div> </div> <div class="service-row"> <div class="service-image triptych" aria-label="Chiropractic office seating from workshop restoration to installation"> <figure><img src="https://static.wixstatic.com/media/76c241_f669489436e84cbf8b16ef29015a24e0~mv2.jpg" alt="A group of blue chiropractic office chairs being reupholstered in the workshop" /><figcaption>In progress at the shop</figcaption></figure> <figure><img src="https://static.wixstatic.com/media/76c241_70ffa10b2be24bb6a2999de4df7dfffd~mv2.jpg" alt="Four newly upholstered blue chairs installed in a chiropractic waiting room" /><figcaption>Waiting-room chairs installed</figcaption></figure> <figure><img src="https://static.wixstatic.com/media/76c241_dbdd90a3de894a6fbed4c6f4e22d097b~mv2.jpg" alt="Blue treatment tables and upholstered chairs in a chiropractic treatment room" /><figcaption>Treatment room completed</figcaption></figure> </div> <div class="service-copy"><div class="service-num">03 / MEDICAL & CHIROPRACTIC</div><h3>Care spaces, made welcoming again.</h3><p>We reupholster coordinated seating and treatment furniture from the workshop through installation, helping practices refresh rooms without replacing sound pieces.</p><ul class="detail-list"><li>Waiting rooms</li><li>Treatment tables</li><li>Exam chairs</li><li>Office seating</li></ul></div> </div> <div class="service-row"> <div class="service-image"><img src="https://static.wixstatic.com/media/76c241_28cf1b9db7fe44368ac45452b2acb062~mv2.jpg" alt="Long red upholstered banquette installed along an office hallway" /></div> <div class="service-copy"><div class="service-num">04 / OFFICES & CAMPUSES</div><h3>Shared spaces that work harder.</h3><p>Built-ins and renewed seating bring comfort, color and a polished finish to hallways, lounges, reception areas and campus common spaces.</p><ul class="detail-list"><li>Hallway banquettes</li><li>Reception seating</li><li>Conference rooms</li><li>Common areas</li></ul></div> </div> <div class="service-row"> <div class="service-image duo" aria-label="Residential furniture restored and installed in finished rooms"> <figure><img src="https://static.wixstatic.com/media/76c241_428d6910a71a4825b49521d50a962bf5~mv2.jpg" alt="Restored Duncan Phyfe-style sofa installed in a home" /><figcaption>Duncan Phyfe-style sofa</figcaption></figure> <figure><img src="https://static.wixstatic.com/media/76c241_1db39958d93944208a8a1c54251f2f26~mv2.jpg" alt="Pair of residential chairs upholstered in teal patterned fabric" /><figcaption>Coordinated chair pair</figcaption></figure> </div> <div class="service-copy"><div class="service-num">05 / RESIDENTIAL</div><h3>Well-made furniture, ready for a new chapter.</h3><p>We preserve the character of distinctive frames while renewing comfort, fabric and finish for the way a home is lived in now.</p><ul class="detail-list"><li>Sofas</li><li>Chair pairs</li><li>Heirloom pieces</li><li>Designer projects</li></ul></div> </div> </section> <section class="craftsmanship" aria-labelledby="craft-title"> <div class="wrap craft-grid"> <div class="craft-copy"> <div class="location">Inside the workshop</div> <h2 id="craft-title">The work beneath the finish matters.</h2> <p>Follow one swan-neck rocking chair from its stripped frame and hand-tied springs to the finished blue upholstery and carved-arm detail.</p> <ul class="craft-points"> <li><strong>Structure first</strong>The frame, springs and support are inspected and rebuilt where needed.</li> <li><strong>Hands-on precision</strong>Each spring is tied and every layer shaped for lasting comfort.</li> <li><strong>A considered finish</strong>Blue upholstery gives the restored rocker a clean new life without losing its character.</li> </ul> </div> <div class="craft-visual" aria-label="Swan-neck rocking chair restoration from frame to finished details"> <figure><img src="https://static.wixstatic.com/media/76c241_4fcf420127924e889c7d9da8fa5907ef~mv2.jpg" alt="Craftsman hand-tying springs on the stripped swan-neck rocking chair frame" /><figcaption>01 · Frame and springs in progress</figcaption></figure> <figure><img src="https://static.wixstatic.com/media/76c241_5f82c6ff594740b191ea1800b909781a~mv2.jpg" alt="Restored swan-neck rocking chair with blue upholstered seat and back" /><figcaption>02 · The finished blue rocker</figcaption></figure> <figure><img src="https://static.wixstatic.com/media/76c241_daf2401eca4745b3974b3755d0862a14~mv2.jpg" alt="Close detail of the restored rocking chair's carved swan-neck arm" /><figcaption>03 · Carved swan-arm detail</figcaption></figure> </div> </div> <div class="wrap craft-detail"> <figure><img src="https://static.wixstatic.com/media/76c241_09fae19e6f1d4da88d053569f1445bd2~mv2.jpg" alt="Upholsterer shaping and fastening fabric by hand on a wingback chair" /><figcaption>Hands-on detail work on a wingback chair</figcaption></figure> <div class="craft-detail-copy"><div class="label">Precision in every layer</div><h3>The close work is what makes the finish last.</h3><p>Careful shaping, fastening and alignment at every edge give the finished upholstery its clean fit—and help it keep that form through years of use.</p></div> </div> </section> <section class="project-story" aria-labelledby="wall-story-title"> <div class="wrap"> <div class="story-intro"> <div class="label">One project, start to finish</div> <div><h2 id="wall-story-title">From the worktable to the finished lobby.</h2><p>A custom upholstered wall takes shape one careful step at a time—building the channel-tufted panel, then fitting the finished work into its space.</p></div> </div> <div class="story-track" aria-label="Upholstered lobby wall project journey"> <figure><div class="story-image"><img src="https://static.wixstatic.com/media/76c241_b4bac1585249413ca64d36e18f668036~mv2.jpg" alt="Channel-tufted upholstered wall panel being built on the workshop table" /></div><figcaption><strong>Building the panel</strong><span>The channel-tufted wall begins to take shape in the workshop.</span></figcaption></figure> <figure><div class="story-image"><img src="https://static.wixstatic.com/media/76c241_6f5180aef0a345d1b6bf5ea5ce43549f~mv2.jpg" alt="Finished channel-tufted upholstered wall installed in a lobby nook" /></div><figcaption><strong>Installed in the lobby</strong><span>The completed upholstered wall brings softness and character to the finished nook.</span></figcaption></figure> </div> </div> </section> <section class="designer-partner" aria-labelledby="designer-title"> <div class="wrap partner-grid"> <div class="partner-copy"> <div class="location">For interior designers</div> <h2 id="designer-title">Your upholstery trade partner, from concept to finished piece.</h2> <p>Come Alive Upholstery works with commercial and residential interior designers to bring thoughtful upholstery details to life. Call us for one custom focal piece, a well-loved frame worth reupholstering, or seating for a full commercial space.</p> <ul class="partner-services"> <li><strong>Custom pieces</strong><span>Tailored cushions, banquettes and upholstered details shaped around the room.</span></li> <li><strong>Reupholstery</strong><span>Renew the right frame with updated comfort, fabric and a precise finish.</span></li> <li><strong>Commercial projects</strong><span>Cohesive seating for hospitality, healthcare, office and campus environments.</span></li> </ul> <a class="btn partner-cta" href="mailto:comealivecustom@gmail.com?subject=Interior%20designer%20partnership">Discuss a designer project</a> </div> <div class="partner-visual" aria-label="Commercial upholstery work"> <figure><img src="https://static.wixstatic.com/media/76c241_6f5180aef0a345d1b6bf5ea5ce43549f~mv2.jpg" alt="Custom built-in banquette in a finished commercial interior" /><figcaption>Commercial · Custom built-in banquette</figcaption></figure> </div> </div> </section> <section class="work" aria-labelledby="work-title"> <div class="wrap"> <div class="section-head"> <div class="label">Selected work</div> <div><h2 id="work-title">Made to be used. Finished to be noticed.</h2><p>Nineteen photographs of restaurant, marine, medical, office and residential upholstery—from the structure beneath the fabric to the finished piece.</p></div> </div> <div class="transformation" aria-labelledby="victorian-story-title"> <div class="transformation-head"> <div class="label">Before & after</div> <div><h3 id="victorian-story-title">One Victorian sofa, brought fully back to life.</h3><p>The same carved frame, transformed from worn red upholstery to a fresh pink floral finish.</p></div> </div> <div class="compare-grid"> <figure><img src="https://static.wixstatic.com/media/76c241_21a7532f0ccd40f6b1f3afb632f8d75d~mv2.jpg" alt="Worn red Victorian sofa before restoration" /><figcaption>01 / Before</figcaption></figure> <figure><img src="https://static.wixstatic.com/media/76c241_43e6e4e475684af09577112e18f450e5~mv2.jpg" alt="The same Victorian sofa restored in pink floral upholstery" /><figcaption>02 / After</figcaption></figure> </div> </div> <div class="work-grid"> <figure class="work-item"><img src="https://static.wixstatic.com/media/76c241_08fcd5dde9be45aea61f11326a4aceef~mv2.jpg" alt="Wide view of black channel-tufted banquettes installed throughout a pizza restaurant" /><figcaption><span>03</span>Pizza restaurant banquette installation</figcaption></figure> <figure class="work-item"><img src="https://static.wixstatic.com/media/76c241_ad7bfae81ae44b84a2047e94202e0169~mv2.jpg" alt="Black upholstered restaurant booths beside large windows" /><figcaption><span>04</span>Window-side restaurant booths</figcaption></figure> <figure class="work-item"><img src="https://static.wixstatic.com/media/76c241_eb84cac574934954ae46bf09a58696b7~mv2.jpg" alt="Curved upholstered banquette installed with dining tables" /><figcaption><span>05</span>Curved banquette with dining tables</figcaption></figure> <figure class="work-item"><img src="https://static.wixstatic.com/media/76c241_6f5180aef0a345d1b6bf5ea5ce43549f~mv2.jpg" alt="Built-in upholstered banquette fitted into a lobby nook" /><figcaption><span>06</span>Built-in lobby nook banquette</figcaption></figure> <figure class="work-item"><img src="https://static.wixstatic.com/media/76c241_f669489436e84cbf8b16ef29015a24e0~mv2.jpg" alt="Blue chiropractic office chairs being reupholstered in the workshop" /><figcaption><span>07</span>Chiropractic chairs in progress</figcaption></figure> <figure class="work-item"><img src="https://static.wixstatic.com/media/76c241_70ffa10b2be24bb6a2999de4df7dfffd~mv2.jpg" alt="Four blue chairs installed in a chiropractic waiting room" /><figcaption><span>08</span>Chiropractic waiting-room seating</figcaption></figure> <figure class="work-item"><img src="https://static.wixstatic.com/media/76c241_dbdd90a3de894a6fbed4c6f4e22d097b~mv2.jpg" alt="Blue treatment tables and upholstered chairs in a chiropractic treatment room" /><figcaption><span>09</span>Completed chiropractic treatment room</figcaption></figure> <figure class="work-item"><img src="https://static.wixstatic.com/media/76c241_28cf1b9db7fe44368ac45452b2acb062~mv2.jpg" alt="Long red upholstered banquette installed along an office hallway" /><figcaption><span>10</span>Red office hallway banquette</figcaption></figure> <figure class="work-item"><img src="https://static.wixstatic.com/media/76c241_666ad6e9e7c94dce83c1fb8053b1b58e~mv2.jpg" alt="Finished boat interior with coordinated upholstered seating" /><figcaption><span>11</span>Custom marine interior seating</figcaption></figure> <figure class="work-item"><img src="https://static.wixstatic.com/media/76c241_428d6910a71a4825b49521d50a962bf5~mv2.jpg" alt="Restored Duncan Phyfe-style sofa installed in a home" /><figcaption><span>12</span>Duncan Phyfe-style sofa</figcaption></figure> <figure class="work-item"><img src="https://static.wixstatic.com/media/76c241_1db39958d93944208a8a1c54251f2f26~mv2.jpg" alt="Pair of chairs upholstered in teal patterned fabric" /><figcaption><span>13</span>Teal patterned chair pair</figcaption></figure> <figure class="work-item"><img src="https://static.wixstatic.com/media/76c241_5f82c6ff594740b191ea1800b909781a~mv2.jpg" alt="Wood rocking chair with blue upholstered seat and back" /><figcaption><span>14</span>Blue upholstered rocking chair</figcaption></figure> <figure class="work-item"><img src="https://static.wixstatic.com/media/76c241_daf2401eca4745b3974b3755d0862a14~mv2.jpg" alt="Close detail of a carved swan arm on an upholstered rocking chair" /><figcaption><span>15</span>Carved swan-arm detail</figcaption></figure> <figure class="work-item"><img src="https://static.wixstatic.com/media/76c241_09fae19e6f1d4da88d053569f1445bd2~mv2.jpg" alt="Upholsterer shaping fabric by hand on a wingback chair" /><figcaption><span>16</span>Wingback chair detail work</figcaption></figure> <figure class="work-item"><img src="https://static.wixstatic.com/media/76c241_4fcf420127924e889c7d9da8fa5907ef~mv2.jpg" alt="Craftsman hand-tying springs inside an upholstery frame" /><figcaption><span>17</span>Hand-tying the spring foundation</figcaption></figure> <figure class="work-item"><img src="https://static.wixstatic.com/media/76c241_b4bac1585249413ca64d36e18f668036~mv2.jpg" alt="Channel-tufted banquette being upholstered in the workshop" /><figcaption><span>18</span>Channel-tufted banquette in progress</figcaption></figure> <figure class="work-item"><img src="https://static.wixstatic.com/media/76c241_bb1ec3c277fa4a0d8016dc6c2f27f2a5~mv2.jpg" alt="Sofa upholstered in colorful floral fabric" /><figcaption><span>19</span>Colorful floral sofa</figcaption></figure> </div> </div> </section> <section class="reviews" aria-labelledby="reviews-title"> <div class="wrap"> <div class="reviews-head"> <div class="label">Client reviews</div> <div><h2 id="reviews-title">Five stars, fourteen times over.</h2><p><span class="stars" aria-label="Rated 5 out of 5 stars">★★★★★</span>  5.0 · 14 Google reviews — from restaurant owners, medical practices and homeowners across Maine.</p></div> </div> <div class="review-grid"> <article class="review-card"> <span class="stars" aria-label="5 out of 5 stars">★★★★★</span> <blockquote>“Donald and his team were awesome. The quality of work was outstanding and they met a challenging timeline to get our restaurant open. He had great communication and professionalism throughout the project. I couldn’t be happier.”</blockquote> <div class="who"><strong>Rick Irace</strong><span>Restaurant project · Google review</span></div> </article> <article class="review-card"> <span class="stars" aria-label="5 out of 5 stars">★★★★★</span> <blockquote>“Donald recently reupholstered several stools, patient chairs, and operatory chairs and I couldn’t have imagined a better result. He worked around our schedule, and the turnaround was incredibly quick for the amount of work that needed to be done.”</blockquote> <div class="who"><strong>Luke LHeureux</strong><span>Mid-Maine Oral Surgery · Google review</span></div> </article> <article class="review-card"> <span class="stars" aria-label="5 out of 5 stars">★★★★★</span> <blockquote>“Great upholstery and easy to work with. Prices are very fair for the quality. They were also extremely accommodating and willing to work around our hours — they came in the evening after we were done seeing patients.”</blockquote> <div class="who"><strong>Varney Chiropractic</strong><span>Google review</span></div> </article> <article class="review-card"> <span class="stars" aria-label="5 out of 5 stars">★★★★★</span> <blockquote>“Don did an awesome job on 3 large pieces of furniture that had been well ‘loved’ for at least 30 years. They now are much better than when they were new, and much much better than we could have bought now.”</blockquote> <div class="who"><strong>Petra Lewis</strong><span>Google review</span></div> </article> </div> <div class="reviews-foot"> <a class="btn primary" href="https://www.google.com/maps/place/Come+Alive+Upholstery+inc/@44.3591239,-69.7566967,17z/data=!4m16!1m7!3m6!1s0x81601d547957e051:0xaadbaebc06588f09!2sCome+Alive+Upholstery+inc!8m2!3d44.3591239!4d-69.7541164!16s%2Fg%2F11s5stnydd!3m7!1s0x81601d547957e051:0xaadbaebc06588f09!8m2!3d44.3591239!4d-69.7541164!9m1!1b1!16s%2Fg%2F11s5stnydd?entry=ttu&g_ep=EgoyMDI2MDkxNS4wIKXMDSoASAFQAw%3D%3D" target="_blank" rel="noopener">Read all reviews on Google</a> </div> </div> </section> <section class="process"> <div class="wrap"> <div class="section-head"><div class="label">How it works</div><div><h2>A straightforward path from worn to renewed.</h2></div></div> <div class="steps"> <article class="step"><b>01</b><h3>Show us the project</h3><p>Call or email with a few photos, dimensions, quantity and the way the furniture is used.</p></article> <article class="step"><b>02</b><h3>Choose the right finish</h3><p>We’ll talk through condition, materials, color and practical considerations for your space.</p></article> <article class="step"><b>03</b><h3>Put it back to work</h3><p>We repair and reupholster with attention to fit, structure, seams and a clean finished result.</p></article> </div> </div> </section> <section> <div class="wrap about"> <div><div class="location">Family-owned craft</div><h2>Furniture should earn a second life.</h2></div> <div class="about-copy"><p>Come Alive Upholstery was founded by Donald and Bryce Bowden with a simple belief: good pieces are worth rebuilding well.</p><p>Based in Augusta and serving businesses across Maine, the shop brings hands-on care to commercial seating, marine interiors and custom upholstery work.</p><div class="founders"><div class="founders-mark">CA</div><div><strong>Donald & Bryce Bowden</strong><span>Founders, Come Alive Upholstery</span></div></div></div> </div> </section> <section class="contact" id="contact"> <div class="wrap contact-grid"> <div><h2>Start with a free consultation.</h2><p>Call the shop, or request a free site visit — we’ll come see the space, talk through materials and give you an honest read on the project.</p><div class="actions" style="margin-top:26px"><a class="btn primary" style="border-color:#fff" href="mailto:comealivecustom@gmail.com?subject=Free%20site%20visit%20request&body=Name%3A%0A%0APhone%3A%0A%0ABusiness%20(if%20commercial)%3A%0A%0AProject%20details%20(pieces%2C%20quantities%2C%20timeline)%3A">Request a free site visit</a></div></div> <div class="contact-links"> <a class="contact-link" href="tel:+12074025873"><span>Prefer to talk it through? Call the shop</span><strong>207-402-5873</strong></a> <a class="contact-link" href="mailto:comealivecustom@gmail.com?subject=Free%20consultation%20request"><span>Email project details</span><strong>comealivecustom@gmail.com</strong></a> </div> </div> </section> </main> <footer><div class="wrap"><span>Come Alive Upholstery · Augusta, Maine</span><span>Commercial · Marine · Custom</span></div></footer> </body> </html>

207-402-5873

660 W River Rd, Augusta, ME

  • Facebook
  • Instagram
  • X
  • TikTok

Get in Touch with Us

2035

 

© 2026 by Come Alive Upholstery. Powered and secured by Wix 

 

bottom of page