skip to main content
  • Page CSS: :root{ --burgundy:#8B1E23; --burgundy-dark:#6f161a; --dark:#1a1a1a; --gray1:#f7f7f7; /* light grey */ --gray2:#efefef; /* alt grey */ } /* Full-bleed bands + container */ .band{position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;width:100vw;display:block} .container{max-width:1140px;margin:0 auto;padding:0 20px} .section{padding:clamp(28px,6vw,64px) 0} /* Background helpers */ .bg-gray1{background:var(--gray1);color:#222} .bg-gray2{background:var(--gray2);color:#222} .bg-dark{background:var(--dark);color:#e9e9e9} .bg-burgundy{background:var(--burgundy);color:#fff} /* Hero (flush to header) */ .hero{ background:url('/images/chimney-services.jpg') center/cover no-repeat; /* updated path/name */ color:#e9e9e9; } .hero__overlay{background:rgba(0,0,0,.65);padding:clamp(42px,8vw,100px) 0;text-align:center} .hero h1{margin:0;font-size:clamp(28px,5vw,54px);line-height:1.15} /* Remove template top gap + tuck hero right under red rule */ .container-component,.item-page,.com-content-article,.com-content-article__body, #sp-main-body,#sp-main,#t4-main-body,.t4-content,.sp-component,main{padding-top:0!important;margin-top:0!important;border-top:0!important} #sp-title,.t4-page-title,.sp-page-title,.page-header{display:none!important} .item-page > .band:first-child{margin-top:0!important} /* Stronger hero flush */ .hero-flush{margin-top:-8px!important} /* adjust to -9px if a hairline remains */ @media (max-width:900px){.hero-flush{margin-top:-16px!important}} /* Cards & Images */ .card{background:#fff;color:#222;border-radius:12px;padding:clamp(16px,3vw,24px);box-shadow:0 8px 20px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.06)} .img{width:100%;height:clamp(220px,38vw,360px);object-fit:cover;border-radius:12px;display:block} /* Buttons */ .btn{ display:inline-block;background:var(--burgundy);color:#fff;text-decoration:none;font-weight:700; padding:.9rem 1.35rem;border-radius:9999px;letter-spacing:.3px;box-shadow:0 6px 14px rgba(0,0,0,.15) } .btn:hover{background:var(--burgundy-dark)} .btn-row{text-align:center;margin-top:clamp(14px,2.2vw,22px)} /* Button variants */ .btn--black{background:#000;color:#fff;border:1px solid rgba(255,255,255,.06)} .btn--black:hover{background:#111} .btn--light{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.95)} .btn--light:hover{background:rgba(255,255,255,.12)} /* Left-align the inspections button only */ #inspections .btn-row.btn-row--left{ text-align: left !important; /* if btn-row uses text-align */ display: flex; /* if btn-row is flex-based elsewhere, we're fine */ justify-content: flex-start !important; /* override any center rules */ } #inspections .btn-row.btn-row--left .btn{ margin-left: 0 !important; /* cancel any auto-centering */ margin-right: auto; /* optional: keep it hugged left */ } /* Slide-in */ .slide-in{opacity:0;transform:translateY(12px);animation:slideUp .7s ease .05s forwards} .slide-in.delay{animation-delay:.25s} @keyframes slideUp{to{opacity:1;transform:translateY(0)}} /* FAQ — dropdown styling (no JS) */ .faq details{background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:10px;overflow:hidden;transition:box-shadow .25s ease} .faq details+details{margin-top:12px} .faq summary{display:flex;align-items:center;gap:10px;padding:14px 16px;cursor:pointer;font-weight:700;list-style:none} .faq summary::-webkit-details-marker{display:none} .faq summary::after{content:"+";margin-left:auto;font-size:20px;line-height:1;color:var(--burgundy);transition:transform .2s ease} .faq details[open] summary::after{content:"–";transform:rotate(0)} .faq details > div{padding:0 16px 14px 16px;color:#333} .faq details:hover{box-shadow:0 8px 18px rgba(0,0,0,.06)} /* Anchor comfort if you link to these later */ #services,#when,#difference,#protect,#schedule,#faq{scroll-margin-top:80px} /* --- Services (merged into one section) --- */ .section--services{background:var(--gray2)} .section--services .services-heading{ text-align:center; margin-top:-12px; /* fine-tune headline position */ margin-bottom:clamp(8px,1.4vw,14px); } .section--services .services-wrap{ display:grid; grid-template-columns:1fr 1fr; gap:clamp(16px,4vw,32px); align-items:start; /* top-align image & text */ } .section--services figure{ margin:0; margin-top:clamp(10px,1.2vw,18px); /* nudge image slightly down for visual center */ } .section--services .services-text h3{margin-top:0} @media (max-width:900px){ .section--services .services-wrap{grid-template-columns:1fr} .section--services .services-heading{margin-top:0} .section--services figure{margin-top:0} } /* --- Schedule section: side-by-side layout --- */ .schedule-wrap{ display:grid; grid-template-columns:1.25fr .75fr; /* text wider than image */ gap:clamp(16px,4vw,32px); align-items:center; } @media (max-width:900px){ .schedule-wrap{grid-template-columns:1fr} } /* Extra nudge for top seam if needed */ .band.hero.hero-flush{ margin-top:-12px !important; } /* try -11px/-12px if needed */ @media (max-width:900px){ .band.hero.hero-flush{ margin-top:-18px !important; } } /* Mobile breathing room */ @media (max-width: 900px){ .container{ /* a bit more space on small screens */ padding-left: clamp(22px, 6vw, 30px); padding-right: clamp(22px, 6vw, 30px); } .section{ /* slight vertical cushion so content doesn't feel cramped */ padding: clamp(24px, 7vw, 56px) 0; } /* Optional: add a little inner space to cards on mobile */ .card{ padding: clamp(18px, 5.5vw, 26px); } } /* --- MOBILE BREATHING ROOM (strong override) --- */ @media (max-width: 900px){ /* Push content away from the edges on all bands, including the hero */ .band > .container, .hero .container, section .container{ padding-left: max(env(safe-area-inset-left), clamp(28px, 8vw, 44px)) !important; padding-right: max(env(safe-area-inset-right), clamp(28px, 8vw, 44px)) !important; } /* Slightly larger vertical spacing so blocks don't feel cramped */ .section{ padding-top: clamp(28px, 8vw, 56px); padding-bottom: clamp(28px, 8vw, 56px); } /* Bullets can graze the edge on tiny screens—give them more indent */ .band ul, .band ol{ padding-left: 1.4rem; margin-left: .1rem; /* tiny nudge so dots don't clip on some fonts */ } /* FAQ inner padding bump on mobile (moved inside media query) */ .faq summary, .faq details > div{ padding-left: 18px; padding-right: 18px; } } /* Left-align a button row (override global centering) */ .btn-row--left{ text-align: left !important; } .btn-row--left .btn{ margin-left: 0; }

Chimney Cleaning and Inspection

At Appalachian Chimney Service, we provide comprehensive chimney cleaning, inspection, and scanning services throughout Western North Carolina. Our approach combines expert technical service with thorough education-- as we often say, our job is 10% actual labor and 90% education. In other words: we don't just clean your chimney; we help you understand your system and how to maintain it safely for years to come.

Our Chimney Cleaning & Inspection Services

Chimney cleaning in progress

Professional Chimney Cleaning

Regular chimney cleaning is essential for preventing dangerous chimney fires, ensuring proper ventilation, and maintaining the efficiency of your heating system. Our thorough cleaning process includes:

  • Comprehensive Preparation: We protect your home with drop cloths and specialized equipment to ensure no mess enters your living space
  • Industry-Standard Techniques: Using professional-grade brushes, rods, and vacuum systems specifically designed for chimney cleaning
  • Thorough Creosote Removal: Special attention to removing dangerous creosote buildup according to NFPA 211 standards
  • Complete Cleanup: Removal of all debris and soot from your chimney system
  • Post-Cleaning Inspection: Verification that all hazardous materials have been removed and your system is functioning properly

The National Fire Protection Association (NFPA) and the Chimney Safety Institute of America (CSIA) recommend that chimneys should be inspected annually and cleaned when creosote buildup reaches 1/8 inch thickness.

Standard & Advanced Chimney Inspections

On January 13, 2000, the National Fire Protection Association adopted standardized inspection levels into code NFPA 211. As CSIA Certified Chimney Sweeps, we adhere strictly to these standards, ensuring your chimney receives the appropriate level of inspection for your specific situation.

Level 1 Inspection: Annual Maintenance

  • Recommended for chimneys under continued service with no changes
  • Includes inspection of readily accessible portions of chimney exterior and interior
  • Verifies that the chimney is free of obstructions and combustible deposits
  • Perfect for routine annual maintenance

Level 2 Inspection: Detailed Assessment

  • Required when changes are made to your system (fuel type, appliance replacement)
  • Necessary upon sale or transfer of property
  • Includes everything in a Level 1 inspection, plus accessible portions in attics, crawl spaces, and basements
  • Verifies proper clearances from combustibles in accessible locations
  • Includes video scanning of internal surfaces and joints of all flue liners

Level 3 Inspection: Comprehensive Evaluation

  • Necessary when serious hazards are suspected
  • Includes removal of certain components to gain access to concealed areas
  • Evaluates proper construction and condition of concealed portions of the chimney structure

Advanced Video Chimney Scanning

Our state-of-the-art Chim-Scan® video inspection system allows us to identify problems inside your chimney that traditional inspections might miss. This technology:

  • Detects hidden damage invisible to the naked eye
  • Identifies dangerous creosote buildup in hard-to-see areas
  • Documents the condition of your entire flue system
  • Provides visual evidence for insurance claims or real estate transactions
  • Verifies that cleaning services have been thoroughly completed
Video scan equipment inspecting the inside of a chimney flue

When to Schedule Chimney Cleaning & Inspection

  • Annual Maintenance: Before the heating season begins in fall
  • Real Estate Transactions: When buying or selling a home
  • System Changes: After installing a new heating appliance or converting fuel types
  • After Extended Disuse: If you haven't used your fireplace in over a year
  • Following Weather Events: After severe storms, high winds, or seismic activity
  • Performance Issues: When experiencing smoking problems or poor drafting
  • Visual Indicators: If you notice creosote flakes or black deposits in the fireplace

The Appalachian Chimney Service Difference

What sets our chimney cleaning and inspection services apart:

  1. Educational Approach: We don't just clean and inspect—we teach you about your chimney system and how to maintain it safely
  2. Visual Documentation: All our services include before and after documentation, giving you peace of mind
  3. Standards-Based: All recommendations are based on IRC and NFPA-211 standards, which we consider our professional "bible"
  4. Attention to Detail: We inspect elements others might miss, like chimney construction types behind facades and roof system clearances
  5. Safety Focus: We maintain strict safety protocols, including tied-off ladders and cell phones carried to roofs for emergency communication

Protect Your Home and Family

Regular chimney maintenance isn't just about efficiency—it's about safety. Creosote buildup, structural damage, and blocked flues can lead to chimney fires, carbon monoxide poisoning, and other serious hazards. Our comprehensive cleaning and inspection services help protect what matters most.

Schedule Your Chimney Service Today

Don't wait until problems arise. Contact Appalachian Chimney Service to schedule your professional chimney cleaning and inspection today!

Service Areas: Asheville, Waynesville, Clyde, Hendersonville, Brevard, Bryson City, Cashiers, Highlands, Cherokee, Maggie Valley, Canton, and surrounding areas in Western North Carolina.

Scheduling chimney service with Appalachian Chimney Service

Frequently Asked Questions About Chimney Cleaning & Inspection

Q: How often should I have my chimney cleaned?
A: The National Fire Protection Association recommends annual chimney inspections. Cleaning frequency depends on use—typically once per year for regular use, or whenever creosote buildup reaches 1/8 inch.
Q: What happens during a chimney cleaning?
A: Our technicians protect your home with drop cloths, then use professional-grade tools to remove creosote, soot, and debris from your chimney. We finish with a basic inspection to verify the system is clean and functioning properly.
Q: Why is video scanning important?
A: Video scanning allows us to see inside your chimney in ways not possible with visual inspection alone. This technology can identify cracks, deterioration, and hazards that would otherwise go undetected.
Q: Do I need a Level 2 inspection when selling my home?
A: Yes. The NFPA 211 standard requires a Level 2 inspection upon sale or transfer of property to ensure the new owners receive a properly functioning and safe chimney system.
Q: What's the difference between creosote and soot?
A: Soot is a fine black powder that's relatively easy to clean. Creosote is a tarry, sometimes hardened substance that builds up in layers and is highly flammable—making it a primary cause of chimney fires.