Remodeling FAQ | Gencon — Clackamas County, OR /* ── Reset & Variables ── */ *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --charcoal: #1c1c1c; --warm-dark: #2a2218; --cream: #f7f3ed; --parchment: #ede8df; --gold: #b08d57; --gold-light: #c9a96e; --text: #2e2b26; --muted: #6b6560; --white: #ffffff; --serif: 'Cormorant Garamond', Georgia, serif; --sans: 'DM Sans', system-ui, sans-serif; --radius: 2px; --section-pad: clamp(64px, 8vw, 120px); --container: 1200px; } html { scroll-behavior: smooth; } body { font-family: var(--sans); font-size: 16px; color: var(--text); background: var(--cream); line-height: 1.7; -webkit-font-smoothing: antialiased; } img { display: block; max-width: 100%; height: auto; } a { color: inherit; text-decoration: none; } .container { width: min(100%, var(--container)); margin-inline: auto; padding-inline: clamp(20px, 5vw, 60px); } /* ── Utility ── */ .eyebrow { font-family: var(--sans); font-size: 0.72rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); } .section-title { font-family: var(--serif); font-size: clamp(2rem, 4vw, 3rem); font-weight: 500; line-height: 1.2; color: var(--warm-dark); } .section-title em { font-style: italic; color: var(--gold); } .body-text { font-size: 1.05rem; color: var(--muted); max-width: 64ch; line-height: 1.8; } .divider { width: 48px; height: 2px; background: var(--gold); margin: 20px 0 28px; } /* ── Buttons ── */ .btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 32px; font-family: var(--sans); font-size: 0.85rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; transition: all 0.25s ease; border: none; } .btn-primary { background: var(--gold); color: var(--white); } .btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); } .btn-outline { background: transparent; color: var(--warm-dark); border: 1.5px solid var(--warm-dark); } .btn-outline:hover { background: var(--warm-dark); color: var(--white); } .btn-ghost-white { background: transparent; color: var(--white); border: 1.5px solid rgba(255,255,255,0.6); } .btn-ghost-white:hover { background: rgba(255,255,255,0.12); } /* ══════════════════════════════════════ BREADCRUMB ══════════════════════════════════════ */ .breadcrumb { padding: 14px 0; background: var(--parchment); border-bottom: 1px solid rgba(176,141,87,0.15); } .breadcrumb ol { display: flex; align-items: center; gap: 8px; list-style: none; font-size: 0.8rem; color: var(--muted); } .breadcrumb li + li::before { content: '/'; opacity: 0.4; } .breadcrumb a { color: var(--muted); } .breadcrumb a:hover { color: var(--gold); } .breadcrumb [aria-current] { color: var(--gold); font-weight: 500; } /* ══════════════════════════════════════ HERO ══════════════════════════════════════ */ .hero { position: relative; min-height: clamp(460px, 60vh, 640px); display: flex; align-items: flex-end; overflow: hidden; } .hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: 0; } .hero-overlay { position: absolute; inset: 0; background: linear-gradient( to top, rgba(26,20,12,0.88) 0%, rgba(26,20,12,0.55) 45%, rgba(26,20,12,0.2) 100% ); z-index: 1; } .hero-content { position: relative; z-index: 2; padding: 0 0 clamp(48px, 7vw, 90px); width: 100%; } .hero-content .eyebrow { color: var(--gold-light); margin-bottom: 16px; } .hero-h1 { font-family: var(--serif); font-size: clamp(2.4rem, 5.5vw, 4rem); font-weight: 500; line-height: 1.15; color: var(--white); max-width: 800px; margin-bottom: 20px; } .hero-sub { font-size: 1.05rem; color: rgba(255,255,255,0.82); max-width: 600px; margin-bottom: 36px; line-height: 1.7; } .hero-actions { display: flex; gap: 14px; flex-wrap: wrap; } .hero-badge { position: absolute; top: 32px; right: clamp(20px, 5vw, 60px); z-index: 3; background: rgba(176,141,87,0.92); color: white; padding: 14px 20px; text-align: center; backdrop-filter: blur(4px); border: 1px solid rgba(255,255,255,0.2); } .hero-badge-num { font-family: var(--serif); font-size: 2.2rem; font-weight: 600; line-height: 1; display: block; } .hero-badge-label { font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.9; } @media (max-width: 600px) { .hero-badge { display: none; } } /* ══════════════════════════════════════ TRUST BAR ══════════════════════════════════════ */ .trust-bar { background: var(--warm-dark); padding: 20px 0; } .trust-bar-inner { display: flex; align-items: center; justify-content: center; gap: clamp(24px, 5vw, 60px); flex-wrap: wrap; } .trust-item { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,0.85); font-size: 0.82rem; font-weight: 400; letter-spacing: 0.04em; } .trust-item svg { flex-shrink: 0; } /* ══════════════════════════════════════ INTRO + CATEGORY NAVIGATION ══════════════════════════════════════ */ .intro { padding: var(--section-pad) 0 clamp(40px, 6vw, 64px); } .intro-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: center; } .intro-img-wrap { position: relative; } .intro-img { width: 100%; height: clamp(340px, 42vw, 500px); object-fit: cover; } .intro-img-accent { position: absolute; bottom: -24px; right: -24px; width: 120px; height: 120px; background: var(--gold); z-index: -1; } @media (max-width: 768px) { .intro-grid { grid-template-columns: 1fr; } .intro-img-accent { display: none; } } /* Category Quick-Nav */ .category-nav { padding: 0 0 clamp(48px, 6vw, 80px); } .category-nav-inner { background: var(--parchment); padding: clamp(32px, 4vw, 56px) clamp(24px, 4vw, 48px); border-left: 3px solid var(--gold); } .category-nav-title { font-family: var(--serif); font-size: 1.4rem; font-weight: 600; color: var(--warm-dark); margin-bottom: 8px; } .category-nav-sub { font-size: 0.92rem; color: var(--muted); margin-bottom: 28px; } .category-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; } .category-link { display: flex; align-items: center; gap: 12px; padding: 14px 18px; background: var(--white); color: var(--warm-dark); font-size: 0.9rem; font-weight: 500; border-left: 2px solid transparent; transition: all 0.2s ease; } .category-link:hover { border-left-color: var(--gold); transform: translateX(2px); } .category-link-num { font-family: var(--serif); font-size: 1.2rem; font-weight: 600; color: var(--gold); min-width: 22px; } /* ══════════════════════════════════════ FAQ CATEGORIES ══════════════════════════════════════ */ .faq-section { padding: 0 0 clamp(56px, 7vw, 96px); } .faq-section.alt { background: var(--parchment); padding-top: clamp(56px, 7vw, 96px); } .faq-section-header { max-width: 820px; margin: 0 auto clamp(36px, 4vw, 56px); text-align: center; } .faq-section-header .divider { margin-inline: auto; } .faq-section-h2 { font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 500; line-height: 1.25; color: var(--warm-dark); } .faq-section-h2 em { font-style: italic; color: var(--gold); } .faq-section-intro { font-size: 0.98rem; color: var(--muted); margin-top: 14px; line-height: 1.7; } .faq-list { max-width: 860px; margin-inline: auto; display: flex; flex-direction: column; gap: 2px; } .faq-item { background: var(--white); border-left: 3px solid transparent; transition: border-color 0.2s; } .faq-item.open { border-color: var(--gold); } .faq-section.alt .faq-item { background: var(--cream); } .faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 28px; background: none; border: none; cursor: pointer; text-align: left; font-family: var(--serif); font-size: 1.1rem; font-weight: 500; color: var(--warm-dark); transition: color 0.2s; } .faq-q:hover { color: var(--gold); } .faq-q:focus-visible { outline: 2px solid var(--gold); outline-offset: -2px; } .faq-icon { width: 20px; height: 20px; flex-shrink: 0; position: relative; } .faq-icon::before, .faq-icon::after { content: ''; position: absolute; background: var(--gold); transition: transform 0.3s ease; } .faq-icon::before { width: 2px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); } .faq-icon::after { width: 100%; height: 2px; top: 50%; left: 0; transform: translateY(-50%); } .faq-item.open .faq-icon::before { transform: translateX(-50%) scaleY(0); } .faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; } .faq-a-inner { padding: 0 28px 24px; font-size: 0.95rem; color: var(--muted); line-height: 1.8; } .faq-a-inner a { color: var(--gold); border-bottom: 1px solid rgba(176,141,87,0.4); transition: color 0.2s, border-color 0.2s; } .faq-a-inner a:hover { color: var(--warm-dark); border-color: var(--warm-dark); } .faq-a-inner p + p { margin-top: 12px; } /* ══════════════════════════════════════ MID-PAGE CTA STRIP ══════════════════════════════════════ */ .mid-cta { padding: clamp(48px, 6vw, 80px) 0; background: var(--cream); } .mid-cta-inner { max-width: 820px; margin-inline: auto; padding: clamp(32px, 4vw, 56px); background: var(--white); border-top: 3px solid var(--gold); text-align: center; } .mid-cta h3 { font-family: var(--serif); font-size: clamp(1.4rem, 2.5vw, 1.8rem); font-weight: 500; color: var(--warm-dark); margin-bottom: 12px; line-height: 1.3; } .mid-cta p { color: var(--muted); max-width: 520px; margin: 0 auto 28px; font-size: 0.98rem; } .mid-cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; } /* ══════════════════════════════════════ CTA BAND (final) ══════════════════════════════════════ */ .cta-band { background: linear-gradient(135deg, var(--warm-dark) 0%, #1a1208 100%); padding: clamp(56px, 8vw, 100px) 0; text-align: center; position: relative; overflow: hidden; } .cta-band::before { content: ''; position: absolute; inset: 0; background-image: repeating-linear-gradient( 45deg, transparent, transparent 40px, rgba(176,141,87,0.03) 40px, rgba(176,141,87,0.03) 41px ); } .cta-band-inner { position: relative; z-index: 1; } .cta-band .eyebrow { color: var(--gold-light); } .cta-band h2 { font-family: var(--serif); font-size: clamp(2rem, 4vw, 3rem); font-weight: 500; color: var(--white); margin: 16px 0 12px; line-height: 1.2; } .cta-band p { color: rgba(255,255,255,0.7); font-size: 1.05rem; max-width: 540px; margin: 0 auto 36px; } .cta-band-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; } .cta-phone-link { font-family: var(--serif); font-size: 1.6rem; color: var(--gold-light); font-weight: 500; display: block; margin-bottom: 28px; } .cta-phone-link:hover { color: var(--white); } /* ══════════════════════════════════════ INTERNAL LINKS / RELATED ══════════════════════════════════════ */ .related { padding: clamp(48px, 6vw, 80px) 0; } .related-header { text-align: center; margin-bottom: 40px; } .related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2px; } .related-card { background: var(--parchment); padding: 28px 24px; display: flex; align-items: center; gap: 14px; transition: background 0.2s; } .related-card:hover { background: var(--gold); color: white; } .related-card:hover .related-label, .related-card:hover .related-arrow, .related-card:hover .related-title { color: white; } .related-icon { flex-shrink: 0; } .related-title { font-family: var(--serif); font-size: 1rem; font-weight: 600; color: var(--warm-dark); display: block; } .related-label { font-size: 0.75rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--gold); } .related-arrow { margin-left: auto; color: var(--gold); }
  1. Home
  2. FAQ
The Gencon brothers — Max, Alex, and Oleg — family-owned remodeling contractors in Clackamas County, Oregon
33 Common Questions
Answered

Frequently Asked Questions

Your Remodeling Questions,
Answered Honestly.

From your first call to the final walkthrough — here's how we work. The Gencon brothers answer the questions homeowners ask most before starting a remodeling project in Clackamas County.

Ask a New Question 503-825-0123
Licensed & Insured
Family-Owned & Operated
Three Brothers, One Standard
Free Estimates — No Pressure
Design-Forward Results
Custom kitchen remodel showing Gencon's craftsmanship and design quality in Clackamas County

Honest Answers Before You Hire

The Questions Worth
Asking Up Front.

A remodeling project is a big decision — emotionally, financially, and practically. The best contractor relationships begin with clear answers to the questions that matter most. Below you'll find honest answers to what Clackamas County homeowners ask us before, during, and after a project.

If you don't see your question here, the answer is one phone call away. We'd rather have a 10-minute conversation than leave you guessing. Call 503-825-0123 or request a free estimate.

Jump to a Topic

Browse questions by category — or keep scrolling to read them all.

01About Gencon 02Getting Started 03Process & Timeline 04Pricing & Payment 05During Your Project 06Quality & Warranty 07Services & Areas

01 — About Gencon

Who We Are

A family-owned team rooted in Clackamas County, built around three brothers and a shared standard for craftsmanship.

Gencon is a family-owned remodeling company founded by three brothers — Max, Alex, and Oleg — serving homeowners throughout Clackamas County, Oregon. Our combined experience covers master-level craftsmanship, large-project management, and a design-heavy approach. We're medium-high end: top-level craftsmanship at a reasonable price, with personal accountability you simply don't get from a large general contractor.
Gencon as a family business reflects over 20 years of construction and remodeling experience. Our co-founder Max founded Gencon after operating multiple successful construction companies, including Honest Quality Construction. Co-founder Alex previously managed large-scale multifamily projects at Redwood Construction across the United States, and Oleg apprentices alongside them, bringing fresh energy to traditional craftsmanship.
Yes. Gencon is owned and operated by three brothers. Family ownership means a single set of standards across every project — when one of us shakes your hand, all three of us stand behind the work. That accountability is the foundation of how we operate.
Gencon is based in Clackamas, Oregon. We serve homeowners throughout Clackamas County, including Oregon City, Lake Oswego, Happy Valley, Milwaukie, West Linn, Canby, Sandy, and Gladstone. If you're nearby and not on that list, give us a call — we may still be able to help.
Max leads on-site craftsmanship and quality control. Alex serves as your project manager, handling scheduling, communication, and coordination of trades. Oleg supports the build and handles detailed finish work. You'll have direct access to all three of us throughout your project — no layers of office staff between you and the people doing the work.

02 — Getting Started

Estimates & First Steps

Everything you need to know about scheduling a consultation and what to expect from our written estimate.

Call 503-825-0123 or email office@genconnw.com. We'll schedule a free in-home consultation, walk through your project, listen to what you're trying to accomplish, and follow up with a clear, honest written estimate. There's no pressure and no obligation.
Yes. Initial consultations and written estimates are always free for homeowners in our service area. We don't charge to come visit your home, look at your space, or talk through ideas. We believe estimates should be a conversation, not a sales pitch.
For straightforward projects, you'll typically receive a written estimate within 3 to 5 business days of our visit. For larger or design-heavy projects involving custom cabinetry, ADUs, or full whole-home remodels, it may take 7 to 14 days while we line up subcontractor pricing and material costs.
Photos of the space, rough measurements if you have them, and a sense of your priorities and budget range. Inspiration images are great too — Pinterest boards, magazine clippings, Houzz saves. None of this is required, but it helps us make the most of our time together.
We can give very rough ranges over the phone for common project types, but accurate pricing always requires an in-person walkthrough. Every home is different, and we'd rather give you a precise number than guess. The site visit is fast, free, and informative — even if you don't end up hiring us.

03 — Process & Timeline

How Projects Actually Run

Step-by-step process, real timelines, permits, and what happens between signing and the final walkthrough.

Our process has four phases:

1. Free in-home estimate — One of the brothers walks the project with you and listens to your goals.

2. Design and material selection — Layout, cabinetry, countertops, tile, fixtures, and finishes are locked in before any work starts.

3. Permits and scheduling — Alex handles permit applications and coordinates trades.

4. Build and finish — Max leads the build, Oleg handles finish details, and every installation is inspected before final walkthrough.

Each phase has clear deliverables before moving to the next, so you always know where things stand.

Timelines vary by project scope. A simple bathroom or focused kitchen update typically runs 2 to 4 weeks. A full kitchen gut renovation runs 6 to 10 weeks. Basement finishing typically takes 6 to 12 weeks. ADU construction usually takes 4 to 8 months including permitting. We give you a project timeline up front and update it as the project progresses.
We handle permits. Alex, our project manager, takes care of all permit applications and inspections directly with Clackamas County or your specific city's building department. You don't have to navigate the bureaucracy — that's part of what hiring a licensed contractor includes.
It depends on our current schedule and how long permits take in your jurisdiction. For smaller projects, we can sometimes start within 2 to 4 weeks. Larger projects involving custom orders or permits typically begin 6 to 10 weeks after signing. We'll be straight with you about timing during your estimate.
Ask about license and insurance, who will actually be on-site, how change orders are handled, payment schedule, expected timeline, who handles permits, and what's covered under warranty. Ask for references from recent local projects. A reputable contractor will welcome these questions and give you straight answers — if a contractor won't put answers in writing, that's a signal.

Ready to talk about your specific project?

The fastest way to get real answers is a free, no-pressure consultation in your home.

Request a Free Estimate Call 503-825-0123

04 — Pricing & Payment

How Pricing Works

Payment milestones, what's in your estimate, change orders, and financing options for your remodel.

We use a milestone-based payment schedule tied to project progress, not a single large up-front payment. The exact structure is laid out in your written contract before any work begins, so you always know what's owed and when. We never ask for full payment up front.
Estimates are firm based on the scope we've agreed on. The price changes only if you change scope (a change order) or if we discover something unexpected behind a wall — old wiring, water damage, structural issues. In those cases, we stop, document it, give you a written change order with the cost, and only proceed with your approval.
We don't offer financing directly, but many of our clients use home equity loans, HELOCs, or specialty renovation lenders. We're happy to point you toward options that work for your project size, and we'll provide the documentation any lender requires.
Estimates include labor, all known materials, permits, dump fees, and subcontractor coordination. They typically exclude things like new appliances if you're sourcing your own, decorative items, or unforeseen structural repairs. We make every line item clear and walk through the estimate with you before you sign anything.

05 — During Your Project

Living Through Construction

What to expect on a daily basis once the work starts — communication, hours, cleanliness, and changes.

For most kitchen and bathroom remodels, you don't need to move out — though daily life will be disrupted, especially when water or major systems are offline. For full-home remodels, ADU additions, or structural work, you may want to make alternate arrangements for part of the project. We'll be honest with you about what to expect.
Standard work hours are Monday through Friday, 8 AM to 5 PM. We don't schedule loud demolition before 9 AM out of respect for your neighbors. Saturday work happens occasionally if needed to hit a deadline, but only with your permission.
Cleanliness is part of professionalism. We protect adjacent floors and surfaces with drop cloths and plastic sheeting, contain dust with zip walls when possible, and clean the site at the end of every workday. A messy job site reflects messy work — we don't run that way.
Most clients prefer text or email for daily updates, with a weekly check-in call to review progress. Alex coordinates regular updates, and you have direct access to Max for craftsmanship questions. You'll never have to wonder where your project stands.
Changes happen — sometimes you see something during construction that gives you a new idea. We document any change in scope as a written change order with revised cost and timeline impact. You approve in writing before we proceed. No surprise invoices, ever.

06 — Quality, Warranty & Trust

License, Insurance & Standing Behind the Work

Credentials, warranty coverage, references, and what happens if something needs attention after the final walkthrough.

Yes. Gencon is a fully licensed and insured remodeling contractor in the state of Oregon. We carry general liability and workers' compensation coverage, and we're happy to provide license and insurance documentation in writing before any project begins.
Yes. We provide a written workmanship warranty on every project. Material warranties pass through directly from the manufacturer (cabinetry, appliances, flooring, etc.). If something we built has an issue, you have one number to call — ours.
Absolutely. We'll provide references from recent Clackamas County clients, and you can review project photos throughout our service pages. We're happy to put you in touch with past clients directly — that's a fair test of any contractor's reputation.
Call us. We stand behind our work. If something we installed isn't performing as it should, we'll come look at it and make it right. Family ownership means our reputation is personal — we don't disappear after the final walkthrough.
Carpentry, finish work, and project management are handled directly by Max, Alex, and Oleg. Specialty trades like plumbing, electrical, and HVAC require licensed subcontractors by Oregon law — we use the same trusted partners on every project, and we manage all of them so you don't have to.

07 — Services & Service Areas

What We Build

The kinds of projects Gencon takes on, our design process, and how we handle multi-room scope.

Our specialties include kitchen remodeling, bathroom remodeling, basement finishing, flooring installation, ADU construction, and home additions. We take on full whole-home renovations, single-room remodels, and design-heavy projects. If you're not sure whether your project fits, just ask.
Yes — and we often recommend it. Combining projects saves money on permits, scheduling, and material orders. It also reduces total disruption versus doing two separate remodels back-to-back. Talk to us during your estimate about combining scope.
Yes. Gencon is a design-heavy remodeling company. We bring strong design sensibility into every project from day one — layout, material selection, lighting, and flow are all worked out before we swing a hammer. For larger projects, we partner with independent designers when specialized expertise is needed.
Our focus is remodeling and ADU construction. ADUs (accessory dwelling units) are essentially small new builds, and we have deep expertise there. For brand-new full-size homes, we may not be the best fit — but we can usually point you toward someone we trust.

Ready to Talk?

Still Have a Question?

Every home is different — and your specific question deserves a specific answer. Call or send a note. We respond personally, not from a template.

503-825-0123
Request a Free Estimate Email Us

Mon–Fri 8am–5pm · Clackamas, OR · office@genconnw.com

Explore More

Browse Our Services

Service Kitchen Remodeling
→
Service Bathroom Remodeling
→
Service ADU Construction
→
Locations All Service Areas
→
Company Meet the Brothers
→
Gencon — Clackamas County Remodeling
  • Services
    What We Do Kitchen Remodeling Bathroom Remodeling ADU Construction Basement Finishing Flooring Home Additions
  • Service Areas
    Clackamas County Oregon City Lake Oswego Happy Valley Milwaukie West Linn Canby Sandy Gladstone
  • About
  • Reviews
  • FAQ
Get a Free Estimate
Services Kitchen Remodeling Bathroom Remodeling ADU Construction Basement Finishing Flooring Home Additions Service Areas Oregon City Lake Oswego Happy Valley Milwaukie West Linn Canby Sandy Gladstone Company About Reviews FAQ Get a Free Estimate
Gencon

Family-owned licensed general contractors delivering kitchen, bathroom, ADU, and full-home renovation services across Clackamas County, Oregon.

  • 503-825-0123
  • office@genconnw.com
  • Mon–Fri: 8:00 AM – 5:00 PM
  • Clackamas, OR

Services

  • Kitchen Remodeling
  • Bathroom Remodeling
  • ADU Construction
  • Basement Finishing
  • Flooring
  • Home Additions

Service Areas

  • Oregon City
  • Lake Oswego
  • Happy Valley
  • Milwaukie
  • West Linn
  • Canby
  • Sandy
  • Gladstone

Company

  • About Us
  • Reviews
  • FAQ
  • Contact
  • All Service Areas
  • Privacy Policy
  • Terms of Service
© Gencon. All rights reserved. Clackamas County, OR.
Privacy Terms Contact