Fire & Smoke Restoration

/* ============================================================ AWDR INNER PAGE — Scoped Styles Prefix: .awdr-inner-page ============================================================ */ /* ———- Reset & Base ———- */ .awdr-inner-page *, .awdr-inner-page *::before, .awdr-inner-page *::after { box-sizing: border-box; margin: 0; padding: 0; } .awdr-inner-page { font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, sans-serif; color: #444; line-height: 1.6; } /* ———- Full-width breakout ———- */ .awdrip-section { margin-left: calc(-50vw + 50%); width: 100vw; position: relative; } .awdrip-inner { max-width: 1140px; margin: 0 auto; padding: 0 24px; } /* ============================================================ SECTION HEADINGS ============================================================ */ .awdrip-section-heading { font-size: 36px; font-weight: 800; color: #0f0b57; text-align: center; margin-bottom: 48px; letter-spacing: -0.3px; position: relative; padding-bottom: 16px; } .awdrip-section-heading::after { content: ”; display: block; width: 60px; height: 3px; background: #2f50d8; margin: 12px auto 0; border-radius: 2px; } .awdrip-section-sub { text-align: center; font-size: 17px; color: #666; margin-top: -32px; margin-bottom: 44px; max-width: 680px; margin-left: auto; margin-right: auto; } /* ============================================================ BUTTONS ============================================================ */ .awdrip-btn-red { display: inline-block; background: #ff0000; color: #ffffff; font-size: 17px; font-weight: 700; padding: 16px 32px; border-radius: 4px; text-decoration: none; border: 2px solid #ff0000; transition: background 0.2s, transform 0.15s; white-space: nowrap; } .awdrip-btn-red:hover { background: #cc0000; border-color: #cc0000; transform: translateY(-1px); color: #fff; text-decoration: none; } .awdrip-btn-outline { display: inline-block; background: transparent; color: #ffffff; font-size: 17px; font-weight: 700; padding: 16px 32px; border-radius: 4px; text-decoration: none; border: 2px solid rgba(255,255,255,0.85); transition: background 0.2s, transform 0.15s; white-space: nowrap; } .awdrip-btn-outline:hover { background: rgba(255,255,255,0.12); transform: translateY(-1px); color: #fff; text-decoration: none; } .awdrip-btn-white { display: inline-block; background: #ffffff; color: #ff0000; font-size: 19px; font-weight: 800; padding: 18px 40px; border-radius: 4px; text-decoration: none; border: 2px solid #ffffff; transition: background 0.2s, transform 0.15s; white-space: nowrap; } .awdrip-btn-white:hover { background: #f5f5f5; transform: translateY(-2px); color: #ff0000; text-decoration: none; } /* ============================================================ HERO ============================================================ */ .awdrip-hero { min-height: 560px; background: #0f0b57; background-image: linear-gradient(135deg, rgba(15,11,87,0.97) 0%, rgba(47,80,216,0.25) 100%); display: flex; align-items: center; justify-content: center; text-align: center; padding: 90px 24px; } .awdrip-hero__content { max-width: 820px; width: 100%; } .awdrip-hero__eyebrow { display: inline-block; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.3); color: rgba(255,255,255,0.9); font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 6px 18px; border-radius: 100px; margin-bottom: 24px; } .awdrip-hero__h1 { font-size: 50px; font-weight: 800; color: #ffffff; line-height: 1.1; letter-spacing: -0.5px; margin-bottom: 18px; } .awdrip-hero__h1 span { color: #ff0000; } .awdrip-hero__sub { font-size: 17px; color: rgba(255,255,255,0.85); margin-bottom: 20px; letter-spacing: 0.2px; line-height: 1.6; max-width: 660px; margin-left: auto; margin-right: auto; } .awdrip-hero__guarantee { display: inline-block; background: #ff0000; color: #ffffff; font-size: 14px; font-weight: 800; letter-spacing: 0.05em; padding: 8px 20px; border-radius: 4px; margin-bottom: 28px; text-transform: uppercase; } .awdrip-hero__btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 20px; } .awdrip-hero__local { font-size: 13px; color: rgba(255,255,255,0.55); letter-spacing: 0.05em; margin-top: 14px; } .awdrip-hero__local strong { color: rgba(255,255,255,0.8); } /* ============================================================ TRUST BAR ============================================================ */ .awdrip-trustbar { background: #0f0b57; padding: 22px 24px; border-top: 1px solid rgba(255,255,255,0.1); } .awdrip-trustbar__inner { max-width: 1140px; margin: 0 auto; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px 36px; } .awdrip-trustbar__item { color: #ffffff; font-size: 15px; font-weight: 700; letter-spacing: 0.3px; display: flex; align-items: center; gap: 8px; } .awdrip-trustbar__check { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; background: #2f50d8; color: #fff; font-size: 12px; font-weight: 900; flex-shrink: 0; } .awdrip-trustbar__divider { color: rgba(255,255,255,0.2); font-size: 20px; line-height: 1; } /* ============================================================ SERVICE OVERVIEW ============================================================ */ .awdrip-overview { background: #ffffff; padding: 80px 24px; } .awdrip-overview__grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; } .awdrip-overview__text p { font-size: 16px; color: #555; line-height: 1.75; margin-bottom: 18px; } .awdrip-overview__text h2 { font-size: 30px; font-weight: 800; color: #0f0b57; margin-bottom: 22px; line-height: 1.2; } .awdrip-overview__bullets { list-style: none; display: flex; flex-direction: column; gap: 12px; } .awdrip-overview__bullets li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: #444; line-height: 1.6; } .awdrip-overview__bullets li::before { content: ”; display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #ff0000; flex-shrink: 0; margin-top: 7px; } .awdrip-overview__sidebar { background: #f5f6fa; border-left: 4px solid #0f0b57; border-radius: 4px; padding: 32px 28px; } .awdrip-overview__sidebar h3 { font-size: 18px; font-weight: 800; color: #0f0b57; margin-bottom: 18px; } .awdrip-overview__sidebar ul { list-style: none; display: flex; flex-direction: column; gap: 12px; } .awdrip-overview__sidebar ul li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: #555; line-height: 1.6; } .awdrip-overview__sidebar ul li::before { content: ‘2713’; color: #2f50d8; font-weight: 900; font-size: 14px; flex-shrink: 0; margin-top: 1px; } .awdrip-overview__cta-box { background: #0f0b57; border-radius: 4px; padding: 24px 28px; margin-top: 24px; text-align: center; } .awdrip-overview__cta-box p { color: rgba(255,255,255,0.85); font-size: 14px; margin-bottom: 14px; } .awdrip-overview__cta-box strong { display: block; color: #ffffff; font-size: 20px; font-weight: 800; margin-bottom: 6px; } /* ============================================================ PROCESS ============================================================ */ .awdrip-process { background: #f5f6fa; padding: 88px 24px; } .awdrip-process__steps { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; } .awdrip-process__steps::before { content: ”; position: absolute; top: 28px; left: calc(12.5% + 12px); right: calc(12.5% + 12px); height: 2px; background: linear-gradient(to right, #ff0000 0%, rgba(255,0,0,0.2) 100%); z-index: 0; } .awdrip-process__step { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 14px; position: relative; z-index: 1; } .awdrip-process__number { width: 56px; height: 56px; border-radius: 50%; background: #0f0b57; display: flex; align-items: center; justify-content: center; color: #ffffff; font-size: 22px; font-weight: 900; flex-shrink: 0; border: 3px solid #ffffff; box-shadow: 0 0 0 3px #0f0b57; } .awdrip-process__title { font-size: 16px; font-weight: 700; color: #0f0b57; line-height: 1.35; } .awdrip-process__desc { font-size: 14px; color: #666; line-height: 1.65; } /* ============================================================ WHY CHOOSE AWDR — 3 cols (inner page) ============================================================ */ .awdrip-why { background: #ffffff; padding: 88px 24px; } .awdrip-why__grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; } .awdrip-why__col { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 14px; padding: 36px 28px; background: #f5f6fa; border-radius: 6px; border-top: 4px solid #0f0b57; transition: box-shadow 0.2s, transform 0.2s; } .awdrip-why__col:hover { transform: translateY(-3px); box-shadow: 0 10px 32px rgba(15,11,87,0.1); } .awdrip-why__icon-wrap { width: 70px; height: 70px; border-radius: 50%; background: #0f0b57; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .awdrip-why__icon { font-size: 30px; line-height: 1; } .awdrip-why__title { font-size: 18px; font-weight: 700; color: #0f0b57; } .awdrip-why__desc { font-size: 14px; color: #666; line-height: 1.7; } /* ============================================================ FAQ ACCORDION (pure CSS) ============================================================ */ .awdrip-faq { background: #f5f6fa; padding: 88px 24px; } .awdrip-faq__list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 8px; } .awdrip-faq__list details { background: #ffffff; border-radius: 6px; border: 1px solid rgba(15,11,87,0.08); overflow: hidden; transition: box-shadow 0.2s; } .awdrip-faq__list details[open] { box-shadow: 0 4px 20px rgba(15,11,87,0.08); border-color: #2f50d8; } .awdrip-faq__list details summary { display: flex; align-items: center; justify-content: space-between; padding: 22px 26px; cursor: pointer; font-size: 16px; font-weight: 700; color: #0f0b57; list-style: none; gap: 12px; } .awdrip-faq__list details summary::-webkit-details-marker { display: none; } .awdrip-faq__list details summary::after { content: ‘+’; font-size: 24px; font-weight: 700; color: #ff0000; flex-shrink: 0; line-height: 1; transition: transform 0.2s; } .awdrip-faq__list details[open] summary::after { content: ‘−’; } .awdrip-faq__answer { padding: 0 26px 22px; font-size: 15px; color: #555; line-height: 1.75; border-top: 1px solid rgba(15,11,87,0.06); padding-top: 16px; } /* ============================================================ SERVICE AREA ============================================================ */ .awdrip-service-area { background: #0f0b57; padding: 48px 24px; text-align: center; } .awdrip-service-area p { color: rgba(255,255,255,0.9); font-size: 18px; font-weight: 600; max-width: 700px; margin: 0 auto 16px; line-height: 1.6; } .awdrip-service-area a { color: #ff0000; text-decoration: none; font-weight: 700; } .awdrip-service-area a:hover { text-decoration: underline; } .awdrip-service-area__counties { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 18px; } .awdrip-service-area__badge { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.85); font-size: 13px; font-weight: 600; padding: 6px 16px; border-radius: 100px; } /* ============================================================ EMERGENCY CTA ============================================================ */ .awdrip-cta { background: #ff0000; padding: 72px 24px; text-align: center; } .awdrip-cta__inner { max-width: 800px; margin: 0 auto; } .awdrip-cta__h2 { font-size: 38px; font-weight: 800; color: #ffffff; margin-bottom: 14px; line-height: 1.15; letter-spacing: -0.3px; } .awdrip-cta__p { font-size: 17px; color: rgba(255,255,255,0.9); margin-bottom: 32px; line-height: 1.6; } .awdrip-cta__btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; } .awdrip-cta__number { font-size: 28px; font-weight: 900; color: #ffffff; text-decoration: none; display: block; margin-bottom: 6px; } .awdrip-cta__number:hover { color: rgba(255,255,255,0.85); text-decoration: none; } .awdrip-cta__fine { font-size: 13px; color: rgba(255,255,255,0.7); margin-top: 22px; letter-spacing: 0.04em; } /* ============================================================ RESPONSIVE ============================================================ */ @media (max-width: 900px) { .awdrip-overview__grid { grid-template-columns: 1fr; gap: 36px; } .awdrip-process__steps { grid-template-columns: repeat(2, 1fr); } .awdrip-process__steps::before { display: none; } .awdrip-why__grid { grid-template-columns: 1fr 1fr; gap: 24px; } } @media (max-width: 768px) { .awdrip-hero__h1 { font-size: 34px; } .awdrip-section-heading { font-size: 28px; } .awdrip-why__grid { grid-template-columns: 1fr; } .awdrip-cta__h2 { font-size: 28px; } } @media (max-width: 480px) { .awdrip-hero__h1 { font-size: 28px; } .awdrip-hero__btns { flex-direction: column; align-items: center; } .awdrip-process__steps { grid-template-columns: 1fr; } .awdrip-btn-red, .awdrip-btn-outline, .awdrip-btn-white { width: 100%; text-align: center; max-width: 320px; } .awdrip-cta__btns { flex-direction: column; align-items: center; } } { “@context”: “https://schema.org”, “@type”: “LocalBusiness”, “@id”: “https://www.awdrestoration.com/fire-smoke-restoration/”, “name”: “American Water Damage Restoration LLC”, “alternateName”: “AWDR”, “url”: “https://www.awdrestoration.com/fire-smoke-restoration/”, “logo”: “https://americanwaterrestorations.com/wp-content/uploads/2026/05/AWDR-Logo-transparent.jpg”, “image”: “https://americanwaterrestorations.com/wp-content/uploads/2026/05/AWDR-Logo-transparent.jpg”, “description”: “Expert fire and smoke damage restoration in Edmonds, WA and King County. Emergency board-up, soot and char removal, thermal fogging, odor elimination, and insurance-coordinated reconstruction.”, “telephone”: “+12067717040”, “email”: “info@awdrestoration.com”, “address”: { “@type”: “PostalAddress”, “streetAddress”: “123 2nd Ave S STE 230 #49”, “addressLocality”: “Edmonds”, “addressRegion”: “WA”, “postalCode”: “98020”, “addressCountry”: “US” }, “geo”: { “@type”: “GeoCoordinates”, “latitude”: 47.8107, “longitude”: -122.3774 }, “areaServed”: [ {“@type”: “City”, “name”: “Edmonds, WA”}, {“@type”: “City”, “name”: “Seattle, WA”}, {“@type”: “City”, “name”: “Lynnwood, WA”}, {“@type”: “City”, “name”: “Shoreline, WA”}, {“@type”: “City”, “name”: “Bothell, WA”}, {“@type”: “County”, “name”: “Snohomish County, WA”}, {“@type”: “County”, “name”: “King County, WA”} ], “hasOfferCatalog”: { “@type”: “OfferCatalog”, “name”: “Fire and Smoke Damage Restoration”, “itemListElement”: [ { “@type”: “Offer”, “itemOffered”: { “@type”: “Service”, “name”: “Fire and Smoke Damage Restoration”, “description”: “Expert fire and smoke damage restoration in Edmonds, WA and King County. Emergency board-up, soot and char removal, thermal fogging, odor elimination, and insurance-coordinated reconstruction.” } } ] }, “openingHoursSpecification”: { “@type”: “OpeningHoursSpecification”, “dayOfWeek”: [“Monday”,”Tuesday”,”Wednesday”,”Thursday”,”Friday”,”Saturday”,”Sunday”], “opens”: “00:00”, “closes”: “23:59” }, “aggregateRating”: { “@type”: “AggregateRating”, “ratingValue”: “5”, “reviewCount”: “100”, “bestRating”: “5”, “worstRating”: “1” }, “priceRange”: “$$”, “paymentAccepted”: “Cash, Credit Card, Insurance Billing”, “sameAs”: [ “https://www.bbb.org”, “https://www.iicrc.org” ] }
🔥 Emergency Fire Damage Response

Fire & Smoke Damage Restoration — Edmonds & King County

AWDR provides comprehensive fire and smoke damage restoration — from emergency board-up and soot removal to odor elimination, structural cleaning, and full rebuild coordination.

⏱ 60-Minute Emergency Response Guarantee
IICRC Certified  |  BBB Accredited  |  WA Lic. #AMERIWD794PJ  |  5★ Reviews
IICRC Certified (S500)
|
$3.7M+ Recovered for Clients
|
100+ Five-Star Reviews
|
24/7 Emergency Response

Fire Damage Restoration: Beyond What You Can See

A fire leaves two distinct types of damage that must both be addressed completely: the physical destruction from flames, heat, and water used to extinguish the fire — and the pervasive, invasive smoke and soot contamination that penetrates surfaces, systems, and materials far beyond the burn zone. Many homeowners underestimate how far smoke damage travels through a structure.

Soot is acidic and continues to corrode surfaces, electronics, fabrics, and metals for days after the fire is out. Porous materials absorb smoke odor compounds at a molecular level — simply cleaning surfaces is not enough. AWDR uses professional thermal fogging, hydroxyl generation, and ozone treatment to neutralize odor at its source, combined with physical soot removal and surface cleaning on all affected materials.

Our certified technicians assess every category of damage: char and structural compromise from direct flame contact; residue from dry, wet, and protein-based smoke types; and water and chemical damage from firefighting efforts. We work directly with your insurance adjuster from day one, providing Xactimate documentation that captures the full scope so you receive fair compensation.

AWDR’s fire restoration work doesn’t end at mitigation. Our in-house reconstruction team handles complete rebuild — drywall, flooring, painting, millwork, and all finish work — so you deal with a single point of contact from the fire alarm to your final walkthrough.

  • Emergency board-up and roof tarping (24/7)
  • Structural assessment and stabilization
  • Dry, wet, and protein smoke/soot removal
  • Thermal fogging and hydroxyl odor treatment
  • Electronics and contents cleaning and pack-out
  • Full Xactimate insurance documentation
  • Coordinated in-house reconstruction and rebuild
  • IICRC-certified technicians on every project

Immediate Steps After a House Fire

  • Do not re-enter until fire department clears the structure
  • Contact your insurance company to report the claim
  • Call AWDR — (206) 771-7040 — for emergency board-up
  • Document all visible damage with photos before any cleanup
  • Do not attempt to clean soot yourself (spreads contamination)
  • Avoid using HVAC — it will spread soot and smoke throughout
  • Remove pets and people from smoke-affected areas
  • Save all receipts for any emergency living expenses
(206) 771-7040

Available 24/7 — we answer every call, day or night.

Call Now — We Answer 24/7

Our Fire & Smoke Restoration Process

A proven, step-by-step approach that minimizes damage, maximizes your insurance claim, and gets your property back to normal fast.

1
Emergency Board-Up & Stabilization
We secure your property immediately — boarding windows and doors, tarping compromised roof areas, and ensuring the structure is safe and weather-tight to prevent further damage.
2
Assessment & Insurance Documentation
A certified estimator documents all fire, smoke, and water damage using Xactimate. We identify every affected material and system so your insurance claim captures the complete scope.
3
Soot Removal, Cleaning & Odor Treatment
We remove soot and char from all surfaces, clean and treat affected materials, and deploy thermal fogging and/or hydroxyl generators to neutralize smoke odor molecules throughout the structure.
4
Reconstruction & Final Clearance
Our in-house reconstruction team restores your property to pre-loss condition — drywall, flooring, painting, cabinetry, and all finish work — with a final inspection and walkthrough.

Why Choose AWDR for Fire & Smoke Restoration?

Not all restoration companies are equal. Here’s what sets American Water Damage Restoration apart in the greater Seattle region.

🏗️
Mitigation + Reconstruction Under One Roof
AWDR handles both the cleanup and the rebuild — eliminating the handoff delays, scope disputes, and finger-pointing that occur when separate contractors are used. One company, one contract, one accountable team.
📄
Insurance Advocacy Built In
Our estimators use Xactimate — the same software your adjuster uses — to document every line item of your fire and smoke damage claim. We’ve recovered over $3.7M for our clients. We know how to build a complete claim.
💨
Professional Odor Elimination
We use industrial thermal fogging, hydroxyl generation, and ozone treatment to permanently neutralize smoke odor at the molecular level — not just masking it with deodorants that will fade and allow odors to return.

Fire & Smoke Restoration — Frequently Asked Questions

Answers to the most common questions our Edmonds & Seattle customers ask before, during, and after fire & smoke restoration work.

Can smoke and soot damage be completely removed?
Yes, with proper professional treatment. Smoke odor and soot can be permanently eliminated — but it requires the right equipment and techniques for each material type. Dry soot, wet soot, and protein-based smoke (from cooking fires) all behave differently and require different cleaning approaches. AWDR’s certified technicians are trained to identify smoke type and apply the correct method. Consumer-grade cleaning products and air fresheners cannot achieve permanent odor removal.
How long does fire and smoke damage restoration take?
Timeline depends on the fire’s size, the extent of smoke and water damage, and the reconstruction scope. Emergency stabilization and initial mitigation typically happens within the first 24–72 hours. Full restoration including reconstruction can take 3–12 weeks for a typical residential fire. AWDR provides a detailed timeline at the start of every project and keeps you updated throughout.
How does the insurance process work after a house fire?
First, contact your insurance company to report the claim and get a claim number. Then call AWDR. We’ll begin emergency mitigation immediately (this is required by most policies to prevent further damage) and our estimator will document the full scope of damage. We communicate directly with your adjuster throughout — providing Xactimate estimates, supplemental documentation, and answering questions — so the process moves efficiently and you receive full entitled coverage.
What items can be salvaged versus what needs to be replaced?
This is assessed on a material-by-material basis. Hard, non-porous surfaces (metal, glass, tile, stone) can typically be cleaned and restored. Heavily smoke-saturated porous materials — insulation, some drywall, carpet padding, soft furnishings — often need replacement. Electronics exposed to smoke and soot require professional cleaning and testing. AWDR’s assessment captures what can be saved (reducing your out-of-pocket costs) and what must be replaced for a safe, complete restoration.
My home smells like smoke weeks after the fire — is that normal?
Persistent smoke odor weeks after a fire indicates incomplete treatment — smoke molecules have penetrated porous surfaces (drywall, wood framing, subfloor, HVAC ductwork) and continue off-gassing. Consumer-grade products cannot neutralize these embedded compounds. AWDR uses professional thermal fogging and hydroxyl treatment specifically designed to reach and neutralize embedded smoke odor molecules throughout the structure. If you’ve had a ‘cleaned’ fire property that still smells, call us for a re-assessment.
Does insurance cover emergency board-up after a fire?
Yes — emergency board-up and tarping after a fire is considered a necessary protective measure and is almost universally covered under homeowners insurance as part of the mitigation costs. Failing to secure a fire-damaged structure can result in additional damage or theft, which could complicate your claim. AWDR handles emergency board-up 24/7 and documents it directly into your insurance estimate.

Serving Edmonds, WA and the entire Greater Seattle Metro — including Snohomish County, King County, and surrounding communities. Return to the AWDR Homepage to learn more about our full range of services.

Edmonds Seattle Lynnwood Shoreline Bothell Mountlake Terrace Kenmore Bellevue Kirkland Everett Mukilteo Snohomish County King County

Fire or Smoke Damage? We Respond Now — 24/7.

The faster you call, the less additional damage occurs. AWDR dispatches immediately to board up, stabilize, and begin the restoration process — while you focus on your family.

(206) 771-7040

IICRC Certified  ·  BBB Accredited  ·  WA Lic. #AMERIWD794PJ  ·  60-Min Response Guarantee  ·  Direct Insurance Billing