Project Gallery - Auto Body Repair Before & After | Five Star Auto Body Vancouver WA, Longview WA, Chehalis WA * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.6; color: #374151; } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } /* Navigation - Same as homepage */ .navbar { position: fixed; top: 0; left: 0; right: 0; background: rgba(255, 255, 255, 0.95); border-bottom: 1px solid #f97316; z-index: 1000; padding: 0.25rem 0; } .nav-container { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; padding: 0 20px; } .nav-logo { display: flex; align-items: center; text-decoration: none; } .nav-logo img { height: 80px; width: auto; transition: transform 0.3s ease; } .nav-logo:hover img { transform: scale(1.05); } @media (max-width: 768px) { .nav-logo img { height: 60px; } .nav-container { padding: 0 15px; } } @media (max-width: 480px) { .nav-logo img { height: 50px; } .nav-container { padding: 0 10px; } } .nav-menu { display: flex; list-style: none; gap: 2rem; margin: 0; position: relative; } .nav-item { position: relative; } .dropdown { position: relative; } .dropdown-content { position: absolute; top: 100%; left: 0; background: white; min-width: 280px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15); border-radius: 12px; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); z-index: 1001; margin-top: 0.5rem; border: 1px solid rgba(249, 115, 22, 0.1); } .dropdown:hover .dropdown-content { opacity: 1; visibility: visible; transform: translateY(0); } .dropdown-content a { display: block; padding: 1rem 1.5rem; color: #374151; text-decoration: none; font-size: 0.95rem; font-weight: 500; transition: all 0.3s ease; border-radius: 8px; margin: 0.3rem; } .dropdown-content a:hover { background: linear-gradient(45deg, #f97316, #ea580c); color: white; transform: translateX(5px); } .dropdown-content a:first-child { margin-top: 0.5rem; } .dropdown-content a:last-child { margin-bottom: 0.5rem; } .nav-link { color: #374151; text-decoration: none; font-weight: 500; padding: 0.5rem 0; } .nav-link:hover { color: #f97316; } .nav-cta { background: #f97316; color: white; padding: 0.5rem 1rem; border-radius: 25px; text-decoration: none; font-weight: bold; } .mobile-menu-btn { display: none; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: #374151; padding: 0.5rem; } .dropdown-toggle::after { content: ' ▼'; font-size: 0.8rem; margin-left: 0.5rem; transition: transform 0.3s ease; } .dropdown-toggle.active::after { transform: rotate(180deg); } /* Hero Section */ .hero { background: linear-gradient(135deg, #f97316 0%, #ea580c 50%, #2563eb 100%); color: white; height: 100vh; min-height: 100vh; text-align: center; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 100px 20px 20px; } .hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.1); z-index: 1; } .hero .container { position: relative; z-index: 2; width: 100%; max-height: calc(100vh - 140px); display: flex; flex-direction: column; justify-content: center; } .hero h1 { font-size: 2.8rem; font-weight: bold; margin-bottom: 0.8rem; line-height: 1.2; text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4); } .hero-subtitle { font-size: 1.1rem; margin-bottom: 1.5rem; opacity: 0.95; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); max-width: 800px; margin-left: auto; margin-right: auto; } .hero-cta { margin-top: 2rem; } .cta-button { display: inline-block; background: rgba(255,255,255,0.2); color: white; padding: 15px 30px; text-decoration: none; border-radius: 30px; font-weight: 600; font-size: 1.1rem; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2); backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.3); margin: 0 10px; } .cta-button:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3); background: rgba(255,255,255,0.3); } /* Sections */ .section { padding: 80px 0; } .section-title { text-align: center; font-size: 2.5rem; font-weight: bold; margin-bottom: 1rem; color: #2563eb; } .section-subtitle { text-align: center; font-size: 1.1rem; color: #6b7280; margin-bottom: 3rem; max-width: 600px; margin-left: auto; margin-right: auto; } /* Stats Section */ .stats { background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%); color: white; } .stats .section-title { color: #ffffff; text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4); font-weight: 800; } .stats .section-subtitle { color: #e0e7ff; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); font-weight: 500; } .stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.5rem; max-width: 1000px; margin: 0 auto; } .stat-card { text-align: center; padding: 3rem 2rem; background: rgba(255,255,255,0.15); border-radius: 25px; backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.25); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); min-height: 280px; display: flex; flex-direction: column; justify-content: center; } .stat-card:hover { transform: translateY(-10px) scale(1.05); background: rgba(255,255,255,0.2); box-shadow: 0 25px 60px rgba(0,0,0,0.3); } .stat-number { font-size: 4rem; font-weight: 800; color: #fed7aa; margin-bottom: 0.5rem; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); line-height: 1; } .stat-label { font-size: 1.4rem; font-weight: 600; margin-bottom: 1rem; color: white; line-height: 1.2; } .stat-desc { font-size: 1rem; opacity: 0.9; line-height: 1.5; } /* Gallery Sections */ .gallery-section { background: white; } .gallery-section:nth-child(even) { background: #f9fafb; } .project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 3rem; margin-bottom: 3rem; } .project-card { background: linear-gradient(145deg, #ffffff, #f8fafc); border-radius: 25px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.1); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); position: relative; border: 1px solid rgba(249, 115, 22, 0.1); min-height: 500px; display: flex; flex-direction: column; } .project-card:hover { transform: translateY(-15px) scale(1.02); box-shadow: 0 35px 90px rgba(0,0,0,0.2); border-color: rgba(249, 115, 22, 0.3); } .before-after-container { position: relative; height: 250px; overflow: hidden; } .before-after { display: flex; height: 100%; } .before-image, .after-image { flex: 1; background: linear-gradient(135deg, #f97316, #2563eb); display: flex; align-items: center; justify-content: center; color: white; font-weight: 600; font-size: 1.1rem; position: relative; overflow: hidden; } .before-image::before, .after-image::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent); transition: left 1s ease; } .project-card:hover .before-image::before, .project-card:hover .after-image::before { left: 100%; } .before-image { border-right: 2px solid white; } .before-label, .after-label { position: absolute; top: 10px; left: 10px; background: rgba(0,0,0,0.7); color: white; padding: 5px 10px; border-radius: 15px; font-size: 0.8rem; font-weight: 600; } .project-info { padding: 2rem; flex-grow: 1; display: flex; flex-direction: column; } .project-info h3 { color: #2563eb; margin-bottom: 1rem; font-size: 1.3rem; font-weight: 600; line-height: 1.3; } .project-details { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-bottom: 1.5rem; font-size: 0.9rem; } .detail-item { display: flex; flex-direction: column; } .detail-label { font-weight: 600; color: #374151; margin-bottom: 0.2rem; } .detail-value { color: #6b7280; } .project-description { color: #6b7280; line-height: 1.6; font-size: 0.95rem; margin-bottom: 1.5rem; flex-grow: 1; } .project-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1rem; } .tag { background: linear-gradient(45deg, #f97316, #ea580c); color: white; padding: 0.3rem 0.8rem; border-radius: 15px; font-size: 0.8rem; font-weight: 500; } .project-location { color: #2563eb; font-weight: 600; font-size: 0.9rem; text-align: center; padding: 0.5rem; background: #f0f9ff; border-radius: 10px; margin-top: auto; } /* Testimonials Section */ .testimonials { background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%); } .testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; } .testimonial-card { background: white; padding: 2.5rem; border-radius: 25px; box-shadow: 0 20px 60px rgba(0,0,0,0.08); border: 1px solid rgba(249, 115, 22, 0.1); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; min-height: 300px; display: flex; flex-direction: column; text-align: center; } .testimonial-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(90deg, #f97316, #2563eb, #f97316); transform: translateX(-100%); transition: transform 0.6s ease; } .testimonial-card:hover::before { transform: translateX(0); } .testimonial-card:hover { transform: translateY(-15px) scale(1.02); box-shadow: 0 30px 80px rgba(0,0,0,0.15); border-color: rgba(249, 115, 22, 0.3); } .testimonial-quote { font-size: 1.1rem; color: #374151; line-height: 1.6; margin-bottom: 1.5rem; font-style: italic; flex-grow: 1; } .testimonial-quote::before { content: '"'; font-size: 3rem; color: #f97316; line-height: 1; display: block; text-align: center; margin-bottom: 1rem; } .testimonial-author { font-weight: 600; color: #2563eb; margin-bottom: 0.5rem; font-size: 1.1rem; } .testimonial-details { color: #6b7280; font-size: 0.9rem; } /* CTA Section */ .cta-section { background: linear-gradient(135deg, #f97316 0%, #ea580c 50%, #2563eb 100%); color: white; } .cta-section .section-title { color: #ffffff; text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4); font-weight: 800; } .cta-section .section-subtitle { color: #fed7aa; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); font-weight: 500; } .cta-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; text-align: center; max-width: 1200px; margin: 0 auto; } .cta-item { padding: 3rem 2rem; background: rgba(255,255,255,0.15); border-radius: 25px; backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.25); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); min-height: 280px; display: flex; flex-direction: column; justify-content: center; } .cta-item:hover { transform: translateY(-10px) scale(1.05); background: rgba(255,255,255,0.2); box-shadow: 0 25px 60px rgba(0,0,0,0.2); } .cta-item h3 { margin-bottom: 1.5rem; font-size: 1.5rem; font-weight: 600; line-height: 1.3; } .cta-item p { font-size: 1rem; line-height: 1.6; margin-bottom: 1.5rem; } .cta-link { color: #fed7aa; text-decoration: none; font-weight: 600; font-size: 1.1rem; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 0.5rem; justify-content: center; } .cta-link:hover { color: white; text-shadow: 0 0 10px rgba(253, 215, 170, 0.5); transform: translateX(5px); } /* Footer - Same as homepage */ .footer { background: #374151; color: white; padding: 3rem 0 2rem; } .footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-bottom: 2rem; } .footer-section h3 { color: #f97316; margin-bottom: 1.5rem; font-size: 1.2rem; font-weight: 600; } .footer-section ul { list-style: none; } .footer-section li { margin-bottom: 0.8rem; } .footer-section a { color: white; text-decoration: none; opacity: 0.8; transition: all 0.3s ease; font-size: 0.95rem; } .footer-section a:hover { color: #f97316; opacity: 1; transform: translateX(3px); } .footer-bottom { border-top: 1px solid #6b7280; padding-top: 2rem; text-align: center; opacity: 0.7; font-size: 0.9rem; line-height: 1.6; } /* Mobile Responsive */ @media (max-width: 768px) { .mobile-menu-btn { display: block; } .nav-menu { display: none; position: absolute; top: 100%; left: 0; right: 0; background: white; flex-direction: column; padding: 1rem 0; box-shadow: 0 4px 10px rgba(0,0,0,0.1); border-top: 1px solid #e5e7eb; } .nav-menu.active { display: flex; } .nav-item { width: 100%; border-bottom: 1px solid #f3f4f6; } .nav-item:last-child { border-bottom: none; } .nav-link { display: block; padding: 1rem 1.5rem; color: #374151; text-decoration: none; font-weight: 500; border: none; background: none; width: 100%; text-align: left; cursor: pointer; } .nav-link:hover { background: #f9fafb; color: #f97316; } .nav-cta { background: #f97316; color: white !important; margin: 0.5rem 1rem; border-radius: 8px; text-align: center; } .nav-cta:hover { background: #ea580c; } .dropdown { position: relative; } .dropdown-content { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; background: #f8fafc; margin: 0; border-radius: 0; border: none; border-top: 1px solid #e5e7eb; max-height: 0; overflow: hidden; transition: max-height 0.3s ease; } .dropdown.active .dropdown-content { max-height: 500px; } .dropdown-content a { display: block; padding: 0.8rem 2rem; color: #6b7280; text-decoration: none; font-size: 0.9rem; font-weight: 400; transition: all 0.2s ease; border-radius: 0; margin: 0; border-bottom: 1px solid #e5e7eb; } .dropdown-content a:last-child { border-bottom: none; } .dropdown-content a:hover { background: #e5e7eb; color: #374151; transform: none; padding-left: 2.5rem; } /* Mobile Hero */ .hero { height: 100vh; min-height: 100vh; padding: 90px 15px 15px; } .hero h1 { font-size: 1.8rem; margin-bottom: 0.8rem; line-height: 1.2; } .hero-subtitle { font-size: 1rem; margin-bottom: 1.2rem; padding: 0 10px; } .cta-button { padding: 12px 24px; font-size: 1rem; margin: 5px; display: block; margin-bottom: 10px; } /* Mobile Sections */ .section { padding: 50px 0; } .section-title { font-size: 1.8rem; margin-bottom: 1rem; } .section-subtitle { font-size: 1rem; margin-bottom: 2rem; padding: 0 10px; } /* Stats: 2x2 becomes 1x4 */ .stats-grid { grid-template-columns: 1fr; gap: 1.5rem; } .stat-card { padding: 2rem 1.5rem; min-height: auto; } .stat-number { font-size: 3rem; } .stat-label { font-size: 1.2rem; margin-bottom: 0.8rem; } .stat-desc { font-size: 0.9rem; } /* Projects: 2x1 becomes 1x2 */ .project-grid { grid-template-columns: 1fr; gap: 2rem; margin-bottom: 2rem; } .project-card { min-height: auto; } .before-after-container { height: 200px; } .project-info { padding: 1.5rem; } .project-info h3 { font-size: 1.2rem; margin-bottom: 0.8rem; } .project-details { font-size: 0.85rem; gap: 0.8rem; margin-bottom: 1rem; } .project-description { font-size: 0.9rem; margin-bottom: 1rem; } .project-tags { gap: 0.3rem; margin-bottom: 0.8rem; } .tag { font-size: 0.75rem; padding: 0.25rem 0.6rem; } /* Testimonials: 3x1 becomes 1x3 */ .testimonials-grid { grid-template-columns: 1fr; gap: 1.5rem; } .testimonial-card { padding: 1.5rem; min-height: auto; } .testimonial-quote { font-size: 1rem; margin-bottom: 1rem; } .testimonial-quote::before { font-size: 2rem; margin-bottom: 0.5rem; } .testimonial-author { font-size: 1rem; margin-bottom: 0.3rem; } .testimonial-details { font-size: 0.85rem; } /* CTA: 3x1 becomes 1x3 */ .cta-grid { grid-template-columns: 1fr; gap: 1.5rem; } .cta-item { padding: 2rem 1.5rem; min-height: auto; } .cta-item h3 { font-size: 1.3rem; margin-bottom: 1rem; } .cta-item p { font-size: 0.9rem; margin-bottom: 1rem; } .cta-link { font-size: 1rem; } /* Footer */ .footer-content { grid-template-columns: 1fr; gap: 2rem; } .footer-section h3 { font-size: 1.1rem; margin-bottom: 1rem; } .footer-section a { font-size: 0.9rem; } .footer-bottom { font-size: 0.8rem; padding-top: 1.5rem; } } @media (max-width: 480px) { .hero { height: 100vh; min-height: 100vh; padding: 80px 10px 10px; } .hero h1 { font-size: 1.5rem; margin-bottom: 0.6rem; } .hero-subtitle { font-size: 0.9rem; margin-bottom: 1rem; padding: 0 5px; } .cta-button { padding: 10px 20px; font-size: 0.9rem; } .section { padding: 40px 0; } .section-title { font-size: 1.6rem; margin-bottom: 0.8rem; } .section-subtitle { font-size: 0.9rem; margin-bottom: 1.5rem; padding: 0 5px; } .container { padding: 0 15px; } .stat-card, .testimonial-card, .cta-item { padding: 1.5rem 1rem; } .project-info { padding: 1.2rem; } .before-after-container { height: 180px; } }
Five Star Auto Body
  • About
  • Services
    Auto Body Repair Collision Repair
  • Locations
    Vancouver WA Longview WA Chehalis WA
  • Gallery
  • Reviews
  • Contact

Project Gallery - Before & After Transformations

Showcasing Five Star Auto Body's Expert Collision Repair & Auto Body Restoration Projects from Vancouver WA, Longview WA & Chehalis WA

Get Your Free Estimate Call (360) 699-4887

Proven Track Record of Excellence

Our project gallery demonstrates consistent quality across thousands of auto body repair and collision restoration projects throughout Washington

15K+
Completed Projects
Documented transformations showcasing our expertise in collision repair, auto body restoration, and paint matching across all vehicle makes and models
100%
Customer Satisfaction
Quality guaranteed results with lifetime warranty on all auto body repairs and collision restoration work performed at our Washington locations
72hr
Average Turnaround
Most collision repairs completed within 3 business days thanks to our efficient processes and experienced journeymen technicians
4
Washington Locations
Serving all Southwest Washington from Vancouver, Longview, and Chehalis with convenient auto body repair facilities and expert technicians

Collision Repair Before & After Gallery

Professional collision repair transformations showcasing our expertise in restoring vehicles to pre-accident condition across Vancouver WA, Longview WA, and Chehalis WA

Before
2019 Honda Accord - Front End Damage
After
Fully Restored Honda Accord

Major Front-End Collision Repair - Honda Accord

Vehicle:
2019 Honda Accord LX
Duration:
4 Days
Damage Type:
Front-end collision
Insurance:
State Farm approved

This Honda Accord suffered significant front-end damage from a high-speed collision. Our technicians performed complete frame straightening, replaced the front bumper, hood, and headlight assemblies using genuine Honda OEM parts. The repair included comprehensive collision repair services with computer-matched paint restoration to factory specifications.

Frame Straightening OEM Parts Paint Matching Insurance Direct
Completed at Vancouver WA - NE 68th Street
Before
2020 Ford F-150 - Side Impact
After
Restored Ford F-150

Side Impact Collision Repair - Ford F-150

Vehicle:
2020 Ford F-150 XLT
Duration:
6 Days
Damage Type:
Passenger side impact
Insurance:
GEICO approved

This Ford F-150 sustained extensive side impact damage affecting the passenger door, quarter panel, and running board. Our certified technicians performed structural repairs, door replacement, and quarter panel reconstruction. The project included advanced collision repair services in Vancouver WA with precision paint matching and protective coating application.

Structural Repair Door Replacement Quarter Panel Paint Restoration
Completed at Vancouver WA - Columbia Street

Paint Restoration & Color Matching Projects

Expert paint restoration services showcasing perfect color matching and premium finish quality across all vehicle makes and models in Longview WA and surrounding areas

Before
2021 BMW X5 - Paint Damage
After
Perfect Paint Restoration

Complete Paint Restoration - BMW X5

Vehicle:
2021 BMW X5 M Sport
Duration:
3 Days
Service Type:
Full paint restoration
Color:
BMW Alpine White

This luxury BMW X5 required comprehensive paint restoration after multiple panel damage from hail and environmental factors. Our technicians used computerized color matching technology to achieve perfect BMW Alpine White color consistency. The project showcased our expertise in premium auto body repair services with multi-stage paint application and protective clear coating.

Color Matching Multi-Stage Paint Luxury Vehicle Protective Coating
Completed at Longview WA Location
Before
2018 Chevy Silverado - Scratches
After
Factory-Quality Finish

Scratch Repair & Paint Touch-Up - Chevrolet Silverado

Vehicle:
2018 Chevrolet Silverado 1500
Duration:
2 Days
Service Type:
Scratch repair & paint
Area:
Bed & tailgate

This work truck Silverado had extensive scratches and paint damage from construction site use. Our technicians performed surface preparation, scratch filling, and precision paint matching to restore the factory finish. The repair included bed liner consultation and comprehensive auto body repair services in Longview WA with durable coating protection.

Scratch Repair Work Truck Precision Matching Durable Coating
Completed at Longview WA Auto Body Shop

Frame Straightening & Structural Repair Projects

Advanced frame straightening and structural repair capabilities ensuring vehicle safety and manufacturer specifications in Chehalis WA and surrounding Lewis County areas

Before
2020 Jeep Wrangler - Frame Damage
After
Structural Integrity Restored

Frame Straightening & Structural Repair - Jeep Wrangler

Vehicle:
2020 Jeep Wrangler Unlimited
Duration:
7 Days
Service Type:
Frame straightening
Certification:
FCA approved repair

This Jeep Wrangler required major frame straightening after a severe off-road accident. Using computerized measuring systems and hydraulic straightening equipment, our FCA-certified technicians restored the frame to manufacturer specifications. The project demonstrated our capabilities in complex collision repair services in Chehalis WA with precision structural restoration.

Frame Straightening FCA Certified Computer Measured Safety Inspection
Completed at Chehalis WA - N Market Boulevard
Before
2019 Toyota Camry - Unibody Damage
After
Precision Structural Repair

Unibody Structural Repair - Toyota Camry

Vehicle:
2019 Toyota Camry LE
Duration:
5 Days
Service Type:
Unibody repair
Technology:
Laser measuring

This Toyota Camry sustained unibody structural damage requiring precision repair techniques. Our technicians used laser measuring technology and specialized pulling equipment to restore dimensional accuracy within Toyota's strict tolerances. The comprehensive repair included advanced auto body services in Chehalis WA with structural welding and safety system recalibration.

Unibody Repair Laser Measuring Toyota Standards Safety Systems
Completed at Chehalis WA Auto Body Facility

Customer Testimonials & Project Reviews

Real customer feedback about their Five Star Auto Body project experience and quality results across our Washington locations

The before and after difference on my Honda Accord was incredible. Five Star's technicians restored it perfectly after the collision. You can't even tell there was ever any damage. Professional service from start to finish.
Sarah M.
2019 Honda Accord - Vancouver WA
My F-150 looked terrible after the side impact. Five Star's team worked with my insurance and had it looking brand new in less than a week. The paint match was absolutely perfect. Highly recommend!
Mike R.
2020 Ford F-150 - Vancouver WA
I was skeptical about the frame damage repair on my Jeep, but Five Star's certified technicians exceeded expectations. The structural repair was flawless and they explained every step. Outstanding work.
Jessica L.
2020 Jeep Wrangler - Chehalis WA

Ready to Restore Your Vehicle?

Experience the Five Star difference with professional auto body repair and collision restoration services across Washington state

Get Your Free Estimate

Schedule a detailed assessment of your vehicle damage. Our certified technicians provide accurate estimates and work directly with insurance companies for seamless collision repair processing.

Contact Us →

Visit Our Locations

Tour our state-of-the-art facilities in Vancouver, Longview, and Chehalis to see our equipment and meet our journeymen technicians who deliver exceptional auto body repair results.

Find Locations →

Read Customer Reviews

See what our satisfied customers say about their Five Star Auto Body experience and quality results across all Washington locations with detailed project testimonials and ratings.

Read Reviews →

Services

  • Auto Body Repair
  • Collision Repair
  • Auto Body Vancouver
  • Auto Body Longview
  • Auto Body Chehalis
  • Collision Vancouver
  • Collision Longview
  • Collision Chehalis

Locations

  • Vancouver WA
  • Longview WA
  • Chehalis WA
  • Columbia Street
  • NE 68th Street
  • Longview Location
  • N Market Blvd

Company

  • About Five Star Auto Body
  • Customer Reviews
  • Careers & Employment
  • Auto Body Blog
  • Project Gallery
  • Contact Us

Contact Info

  • Vancouver: (360) 699-4887
  • Vancouver: (360) 258-1612
  • Longview: (360) 353-3018
  • Chehalis: (360) 748-8344
  • Email: info@fivestarvancouver.com

© 2024 Five Star Auto Body. All rights reserved.

Auto Body Repair Gallery Vancouver WA | Collision Repair Before After Longview WA | Paint Restoration Gallery Chehalis WA