Copy Mad River Motors | Auto Repair, Diesel Specialist & Collision Repair in McKinleyville, CA [ { margin:0; padding:0; box-sizing:border-box; scroll-behavior:smooth; } body { font-family: 'Barlow Condensed', sans-serif; background: var(--white); color: var(--navy); overflow-x: hidden; } /* ── NAV ── */ nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(11,31,58,0.97); backdrop-filter: blur(10px); border-bottom: 2px solid var(--teal); padding: 0 5%; display: flex; align-items: center; justify-content: space-between; height: 70px; } .nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; } .nav-logo img { height: 48px; width: auto; filter: brightness(0) invert(1); } .nav-logo-text { display: flex; flex-direction: column; line-height: 1.1; } .nav-logo-text .name { font-family: 'Bebas Neue', cursive; font-size: 22px; color: var(--white); letter-spacing: 2px; } .nav-logo-text .sub { font-size: 9px; font-weight: 600; letter-spacing: 3px; color: var(--teal); text-transform: uppercase; } .nav-links { display: flex; align-items: center; gap: 6px; list-style: none; } .nav-links a { font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.75); text-decoration: none; padding: 8px 12px; border-radius: 3px; transition: all 0.2s; } .nav-links a:hover { color: var(--white); background: rgba(255,255,255,0.08); } .nav-cta { background: var(--amber) !important; color: var(--navy) !important; padding: 10px 20px !important; border-radius: 3px; font-weight: 700 !important; letter-spacing: 1px !important; transition: all 0.2s !important; } .nav-cta:hover { background: #f5b830 !important; transform: translateY(-1px); box-shadow: 0 4px 16px rgba(232,160,32,0.4) !important; } /* ── HERO ── */ #home { min-height: 100vh; background: linear-gradient(135deg, var(--navy) 0%, #0d2d4f 50%, #0b3a5a 100%); display: flex; align-items: center; position: relative; overflow: hidden; padding-top: 70px; } .hero-bg-pattern { position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 70% 50%, rgba(30,155,181,0.12) 0%, transparent 60%), repeating-linear-gradient(-45deg, transparent, transparent 30px, rgba(255,255,255,0.015) 30px, rgba(255,255,255,0.015) 31px); } .hero-river-line { position: absolute; bottom: 0; left: 0; right: 0; height: 4px; background: linear-gradient(to right, transparent, var(--teal), var(--ocean), var(--teal), transparent); } .hero-content { position: relative; z-index: 2; padding: 60px 5%; max-width: 1200px; width: 100%; margin: 0 auto; display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 60px; align-items: center; } .hero-badge { display: inline-block; background: rgba(30,155,181,0.2); border: 1px solid var(--teal); color: var(--teal); font-size: 11px; font-weight: 700; letter-spacing: 5px; text-transform: uppercase; padding: 6px 16px; border-radius: 2px; margin-bottom: 20px; } .hero-title { font-family: 'Bebas Neue', cursive; font-size: clamp(52px, 8vw, 96px); color: var(--white); line-height: 0.9; letter-spacing: 2px; margin-bottom: 8px; } .hero-title .accent { color: var(--teal); } .hero-title .amber { color: var(--amber); } .hero-subtitle { font-family: 'Oswald', sans-serif; font-size: clamp(14px, 2vw, 18px); font-weight: 300; color: rgba(255,255,255,0.6); letter-spacing: 3px; text-transform: uppercase; margin-bottom: 28px; } .hero-desc { font-size: clamp(15px, 1.8vw, 18px); color: rgba(255,255,255,0.75); line-height: 1.7; max-width: 520px; margin-bottom: 36px; font-weight: 300; } .hero-btns { display: flex; gap: 14px; flex-wrap: wrap; } .btn-primary { background: var(--amber); color: var(--navy); font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 15px; letter-spacing: 2px; text-transform: uppercase; padding: 16px 32px; border: none; border-radius: 3px; cursor: pointer; text-decoration: none; display: inline-block; transition: all 0.25s; box-shadow: 0 4px 20px rgba(232,160,32,0.35); } .btn-primary:hover { background: #f5b830; transform: translateY(-2px); box-shadow: 0 8px 30px rgba(232,160,32,0.5); } .btn-secondary { background: transparent; color: var(--white); font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 15px; letter-spacing: 2px; text-transform: uppercase; padding: 15px 30px; border: 2px solid rgba(255,255,255,0.4); border-radius: 3px; cursor: pointer; text-decoration: none; display: inline-block; transition: all 0.25s; } .btn-secondary:hover { border-color: var(--teal); color: var(--teal); } /* Hero card */ .hero-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(30,155,181,0.3); border-radius: 6px; padding: 36px 30px; backdrop-filter: blur(10px); } .hero-card h3 { font-family: 'Oswald', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 5px; color: var(--teal); text-transform: uppercase; margin-bottom: 20px; } .hero-phone { font-family: 'Bebas Neue', cursive; font-size: clamp(34px, 5vw, 52px); color: var(--white); letter-spacing: 2px; margin-bottom: 4px; display: block; text-decoration: none; } .hero-phone:hover { color: var(--amber); } .hero-card .address { font-size: 13px; color: rgba(255,255,255,0.55); letter-spacing: 1px; line-height: 1.5; margin-bottom: 24px; } .hero-services-mini { display: flex; flex-direction: column; gap: 10px; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; } .service-mini-item { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; color: rgba(255,255,255,0.8); text-transform: uppercase; letter-spacing: 1px; } .service-mini-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; } /* ── TRUST BAR ── */ .trust-bar { background: var(--teal); padding: 18px 5%; display: flex; align-items: center; justify-content: center; gap: 48px; flex-wrap: wrap; } .trust-item { display: flex; align-items: center; gap: 10px; font-family: 'Oswald', sans-serif; font-size: 14px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--white); } .trust-icon { font-size: 18px; } /* ── SECTION BASE ── */ section { padding: 90px 5%; } .section-header { text-align: center; margin-bottom: 60px; } .section-eyebrow { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 6px; text-transform: uppercase; color: var(--teal); margin-bottom: 12px; } .section-title { font-family: 'Bebas Neue', cursive; font-size: clamp(36px, 6vw, 62px); color: var(--navy); letter-spacing: 2px; line-height: 1; margin-bottom: 16px; } .section-title .accent { color: var(--teal); } .section-desc { font-family: 'Oswald', sans-serif; font-size: 17px; font-weight: 300; color: var(--gray); max-width: 560px; margin: 0 auto; line-height: 1.6; letter-spacing: 0.5px; } /* ── SERVICES GRID ── */ #services { background: var(--lightgray); } .services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; max-width: 1200px; margin: 0 auto; } .service-card { background: var(--white); padding: 48px 36px; position: relative; overflow: hidden; transition: transform 0.3s, box-shadow 0.3s; cursor: pointer; } .service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--teal); transform: scaleX(0); transition: transform 0.3s; } .service-card:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(11,31,58,0.15); } .service-card:hover::before { transform: scaleX(1); } .card-number { font-family: 'Bebas Neue', cursive; font-size: 72px; color: rgba(11,31,58,0.06); position: absolute; top: 10px; right: 20px; line-height: 1; } .card-icon { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 20px; } .card-title { font-family: 'Bebas Neue', cursive; font-size: 28px; color: var(--navy); letter-spacing: 1px; margin-bottom: 12px; } .card-desc { font-family: 'Oswald', sans-serif; font-size: 15px; font-weight: 300; color: var(--gray); line-height: 1.7; margin-bottom: 20px; } .card-list { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 28px; } .card-list li { font-size: 14px; font-weight: 600; color: var(--navy); letter-spacing: 0.5px; display: flex; align-items: center; gap: 8px; } .card-list li::before { content: ''; width: 16px; height: 2px; background: var(--teal); flex-shrink: 0; } .card-link { font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--teal); text-decoration: none; display: flex; align-items: center; gap: 6px; transition: gap 0.2s; } .card-link:hover { gap: 12px; } /* Diesel card highlight */ .service-card.featured { background: var(--navy); } .service-card.featured .card-number { color: rgba(255,255,255,0.05); } .service-card.featured .card-title { color: var(--white); } .service-card.featured .card-desc { color: rgba(255,255,255,0.6); } .service-card.featured .card-list li { color: rgba(255,255,255,0.85); } .service-card.featured .card-list li::before { background: var(--amber); } .service-card.featured .card-link { color: var(--amber); } .service-card.featured::before { background: var(--amber); } /* ── SERVICE DETAIL SECTIONS ── */ .service-detail { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; } .service-detail.reverse { direction: rtl; } .service-detail.reverse > * { direction: ltr; } .detail-visual { background: linear-gradient(135deg, var(--navy), var(--ocean)); border-radius: 6px; min-height: 380px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; } .detail-visual::after { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient( -45deg, transparent, transparent 20px, rgba(255,255,255,0.03) 20px, rgba(255,255,255,0.03) 21px ); } .detail-visual-icon { font-size: 100px; opacity: 0.3; z-index: 1; } .detail-content .eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 5px; color: var(--teal); text-transform: uppercase; margin-bottom: 12px; display: block; } .detail-content h2 { font-family: 'Bebas Neue', cursive; font-size: clamp(36px, 5vw, 52px); color: var(--navy); letter-spacing: 2px; line-height: 1; margin-bottom: 16px; } .detail-content p { font-family: 'Oswald', sans-serif; font-size: 16px; font-weight: 300; color: var(--gray); line-height: 1.8; margin-bottom: 24px; } .detail-features { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 32px; } .feature-chip { background: var(--lightgray); border-left: 3px solid var(--teal); padding: 10px 14px; font-size: 13px; font-weight: 700; color: var(--navy); letter-spacing: 0.5px; text-transform: uppercase; } /* ── WHY US ── */ #why { background: var(--navy); } #why .section-title { color: var(--white); } #why .section-eyebrow { color: var(--teal); } #why .section-desc { color: rgba(255,255,255,0.55); } .why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; max-width: 1200px; margin: 0 auto; } .why-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07); padding: 36px 28px; text-align: center; transition: background 0.3s; } .why-card:hover { background: rgba(30,155,181,0.1); } .why-icon { font-size: 36px; margin-bottom: 16px; display: block; } .why-card h3 { font-family: 'Oswald', sans-serif; font-size: 18px; font-weight: 700; color: var(--white); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; } .why-card p { font-family: 'Oswald', sans-serif; font-size: 14px; font-weight: 300; color: rgba(255,255,255,0.55); line-height: 1.7; } /* ── CONTACT / INQUIRY ── */ #contact { background: var(--cream); } .contact-wrapper { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 60px; align-items: start; } .contact-info h3 { font-family: 'Bebas Neue', cursive; font-size: 38px; color: var(--navy); letter-spacing: 2px; margin-bottom: 24px; } .info-item { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 24px; } .info-icon-box { width: 44px; height: 44px; background: var(--navy); border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; } .info-text .label { font-size: 10px; font-weight: 700; letter-spacing: 4px; color: var(--teal); text-transform: uppercase; display: block; margin-bottom: 4px; } .info-text .value { font-family: 'Oswald', sans-serif; font-size: 17px; font-weight: 600; color: var(--navy); } .info-text .value a { color: var(--navy); text-decoration: none; } .info-text .value a:hover { color: var(--teal); } .map-placeholder { background: linear-gradient(135deg, var(--navy), var(--ocean)); border-radius: 4px; height: 180px; display: flex; align-items: center; justify-content: center; margin-top: 24px; text-decoration: none; transition: opacity 0.2s; } .map-placeholder:hover { opacity: 0.85; } .map-placeholder span {font-family: 'Oswald', sans-serif;font-size: 14px;font-weight: 600;letter-spacing: 3px;color: rgba(255,255,255,0.7);text-transform: uppercase;} /* FORM */ .inquiry-form {background: var(--white);padding: 40px 36px;border-radius: 6px;box-shadow: 0 10px 40px rgba(11,31,58,0.1);} .inquiry-form h3 { font-family: 'Bebas Neue', cursive; font-size: 32px; color: var(--navy); letter-spacing: 2px; margin-bottom: 6px; } .inquiry-form p { font-family: 'Oswald', sans-serif; font-size: 14px; font-weight: 300; color: var(--gray); margin-bottom: 24px; letter-spacing: 0.5px; } .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; } .form-group { margin-bottom: 16px; display: flex; flex-direction: column; } .form-group label { font-size: 10px; font-weight: 700; letter-spacing: 3px; color: var(--navy); text-transform: uppercase; margin-bottom: 6px; } .form-group input, .form-group select, .form-group textarea {font-family: 'Barlow Condensed', sans-serif;font-size: 15px;color: var(--navy);background: var(--lightgray);border: 2px solid transparent;border-radius: 4px;padding: 12px 16px;outline: none;transition: border-color 0.2s;appearance: none;} .form-group input:focus, .form-group select:focus, .form-group textarea:focus {border-color: var(--teal);background: var(--white);} .form-group textarea { resize: vertical; min-height: 110px; } .form-submit {width: 100%;background: var(--amber);color: var(--navy);font-family: 'Oswald', sans-serif;font-weight: 700;font-size: 16px;letter-spacing: 3px;text-transform: uppercase;padding: 16px;border: none;border-radius: 4px;cursor: pointer;transition: all 0.25s;margin-top: 8px;} .form-submit:hover { background: #f5b830; transform: translateY(-2px); box-shadow: 0 6px 24px rgba(232,160,32,0.4); } /* ── DIESEL DETAIL PAGE ── */ #diesel { background: var(--white); } #mechanical { background: var(--lightgray); } #collision { background: var(--white); } /* ── CTA BANNER ── */ .cta-banner {background: linear-gradient(135deg, var(--ocean), var(--navy));padding: 70px 5%;text-align: center;position: relative;overflow: hidden;} .cta-banner::before {content: '';position: absolute;inset: 0;background: repeating-linear-gradient(-55deg, transparent, transparent 24px,rgba(255,255,255,0.02) 24px, rgba(255,255,255,0.02) 25px);} .cta-banner h2 {font-family: 'Bebas Neue', cursive;font-size: clamp(36px, 6vw, 64px);color: var(--white);letter-spacing: 3px;margin-bottom: 12px; position: relative;} .cta-banner p { font-family: 'Oswald', sans-serif; font-size: 18px; font-weight: 300;color: rgba(255,255,255,0.7);margin-bottom: 32px;letter-spacing: 1px;position: relative;}

home

DOCTYPE html>




Mad River Motors | Auto Repair, Diesel Specialist & Collision Repair in McKinleyville, CA











McKinleyville, California

Mad River
Motors

Your Community Auto Specialists

Full-service auto repair, diesel specialist, and collision repair — all under one roof. We treat every vehicle like it’s our own, at prices that make sense.

Call Us Today

707-740-2780

1777 Sutter Road
McKinleyville, CA 95519

Full Auto Service

Diesel Specialist

Collision & Body Work

Free Estimates
All Makes & Models
Diesel Experts
Local & Family-Owned
Humboldt County’s Best Prices

What We Do

Three Shops.
One Roof.

From your daily driver to your diesel work truck to collision repair — Mad River Motors handles it all.

01

🔧

Full Auto Service

Complete mechanical service for all makes and models. From routine maintenance to complex engine work — we do it right.

  • Oil Changes & Tune-Ups
  • Brakes & Suspension
  • Engine & Transmission
  • Diagnostics & Electrical
  • Tires & Alignments

Learn More →

03

🚗

Collision Repair

Professional body work and collision repair to restore your vehicle to pre-accident condition — inside and out.

  • Collision & Accident Repair
  • Dent & Panel Repair
  • Paint & Color Matching
  • Frame Straightening
  • Insurance Claims Assisted

Learn More →

Why Mad River Motors

The Community Shop

We’re not a chain. We’re your neighbors — and we treat every customer that way.

💰

Best Prices

Transparent, honest pricing with no hidden fees. We’ll beat any written estimate.

Expert Technicians

Experienced mechanics who specialize in diesel, mechanical, and body work.

🏠

Locally Owned

Proudly serving McKinleyville and all of Humboldt County since day one.

📞

Free Estimates

Call or stop by — we’ll give you a straight answer on what your vehicle needs.

Get In Touch

Request a Free Estimate

Tell us about your vehicle and what’s going on — we’ll get back to you fast.

Come See Us

📞
Phone
707-740-2780

📍
Address
1777 Sutter Road
McKinleyville, CA 95519

🕑
Hours
Mon–Fri: 8:00 AM – 5:00 PM
Sat–Sun: By Appointment


📍 Open in Google Maps

Send Us a Message

Fill out the form and we’ll contact you within 1 business day.









Don’t Wait — Call Today

Free estimates. Honest work. Best prices in Humboldt County.

📞 707-740-2780

Mad River Motors

Full Auto
Service & Repair

Complete mechanical service for all makes and models in McKinleyville, CA.

Call for a Free Estimate

🔧
Complete Car Care

Everything Your Car Needs

From a simple oil change to a full engine rebuild, Mad River Motors has the expertise and equipment to handle it all. We service all makes and models — domestic, import, gas, and diesel.

Oil Changes
Brake Service
Engine Repair
Transmission
Suspension
Electrical
AC & Heating
Tire & Alignment

Schedule Service

All Services

What We Service

Routine Maintenance

  • › Oil & Filter Change
  • › Tune-Up Service
  • › Tire Rotation
  • › Fluid Top-Offs
  • › Battery Check

Major Repairs

  • › Engine Rebuild
  • › Transmission Service
  • › Head Gasket Repair
  • › Timing Belt/Chain
  • › Cooling System

Safety & Comfort

  • › Brake System
  • › Suspension & Steering
  • › AC & Heat Repair
  • › Wheel Alignment
  • › Electrical Diagnosis

Ready to Schedule?

Call us or stop by — free estimates, no pressure.

📞 707-740-2780

Humboldt County’s Best Prices

Diesel Work
Done Right

Trucks, fleets, and agriculture equipment — we know diesel and we won’t break your wallet.

Call 707-740-2780

🚚
Diesel Specialist

Your Diesel Deserves a Specialist

Tired of dealership prices? Mad River Motors brings expert diesel knowledge to McKinleyville at prices that make sense. We service all diesel makes — Ford Power Stroke, Chevy/GMC Duramax, Dodge Cummins, and more.

Diesel Trucks
Fleet Service
Farm Equipment
Fuel Systems
Turbo Repair
DEF Systems

Get a Diesel Estimate

We Service

All Diesel Vehicles

🚚

Trucks & Pickups

Ford, Chevy, GMC, Dodge, Ram — all diesel pickups and heavy-duty trucks.

🚴

Commercial Fleets

Fleet maintenance contracts available. Keep your business moving.

🌾

Agriculture Equipment

Tractors, combines, and farm diesel equipment serviced by experienced hands.

Diesel Done Right — Best Prices Around

Call or stop by. Free estimates on all diesel work.

📞 707-740-2780

Collision & Body Work

Collision
Repair

Professional body work and collision repair to restore your vehicle to its original condition.

Get a Body Work Estimate

🚗
Collision & Body Repair

Restore Your Vehicle’s Look & Value

Whether it’s a minor fender bender or major collision damage, Mad River Motors has the skills and equipment to make your vehicle look like new again. We work with all insurance companies and offer free damage estimates.

Collision Repair
Dent Removal
Paint & Finish
Color Matching
Frame Repair
Insurance Claims

Call for a Free Estimate

Body Work Services

Everything in Body & Paint

Collision Services

  • › Full Collision Repair
  • › Frame & Unibody Straightening
  • › Panel Replacement
  • › Bumper Repair & Replacement
  • › Insurance Claim Assistance

Paint & Finishing

  • › Full & Partial Paint Jobs
  • › Computer Color Matching
  • › Dent & Ding Repair
  • › Rust Repair & Treatment
  • › Clear Coat & Detail Finish

Accident? We’ve Got You Covered.

Free estimates. We work with all insurance companies.

📞 707-740-2780


.cta-banner .btn-primary { position: relative; font-size: 17px; padding: 18px 44px; } /* ── FOOTER ── */ footer { background: var(--dark); padding: 60px 5% 30px; } .footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; max-width: 1200px; margin: 0 auto 48px; } .footer-brand .logo-text { font-family: 'Bebas Neue', cursive; font-size: 32px; color: var(--white); letter-spacing: 3px; margin-bottom: 4px; } .footer-brand .logo-sub { font-size: 10px; font-weight: 600; letter-spacing: 4px; color: var(--teal); text-transform: uppercase; margin-bottom: 16px; display: block; } .footer-brand p { font-family: 'Oswald', sans-serif; font-size: 14px; font-weight: 300; color: rgba(255,255,255,0.45); line-height: 1.7; max-width: 260px; } .footer-col h4 { font-family: 'Oswald', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 4px; color: var(--teal); text-transform: uppercase; margin-bottom: 16px; } .footer-col ul { list-style: none; } .footer-col ul li { margin-bottom: 10px; } .footer-col ul li a { font-family: 'Oswald', sans-serif; font-size: 14px; font-weight: 300; color: rgba(255,255,255,0.55); text-decoration: none; letter-spacing: 0.5px; transition: color 0.2s; } .footer-col ul li a:hover { color: var(--white); } .footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 24px; max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; } .footer-bottom p { font-family: 'Oswald', sans-serif; font-size: 12px; font-weight: 300; color: rgba(255,255,255,0.3); letter-spacing: 1px; } /* ── MOBILE ── */ .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; } .hamburger span { display: block; width: 24px; height: 2px; background: var(--white); transition: all 0.3s; } @media (max-width: 900px) { .nav-links { display: none; } .hamburger { display: flex; } .hero-content { grid-template-columns: 1fr; gap: 40px; } .hero-card { max-width: 420px; } .services-grid { grid-template-columns: 1fr; gap: 0; } .service-detail { grid-template-columns: 1fr; gap: 40px; } .service-detail.reverse { direction: ltr; } .why-grid { grid-template-columns: 1fr 1fr; gap: 2px; } .contact-wrapper { grid-template-columns: 1fr; } .form-row { grid-template-columns: 1fr; } .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; } .detail-features { grid-template-columns: 1fr; } } @media (max-width: 580px) { .trust-bar { gap: 24px; } .why-grid { grid-template-columns: 1fr; } .footer-grid { grid-template-columns: 1fr; } } /* ── ANIMATIONS ── */ @keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } .hero-badge { animation: fadeUp 0.6s ease both; } .hero-title { animation: fadeUp 0.6s 0.1s ease both; } .hero-subtitle { animation: fadeUp 0.6s 0.2s ease both; } .hero-desc { animation: fadeUp 0.6s 0.3s ease both; } .hero-btns { animation: fadeUp 0.6s 0.4s ease both; } .hero-card { animation: fadeUp 0.6s 0.5s ease both; } /* Page tab system */ .page { display: none; } .page.active { display: block; }
McKinleyville, California

Mad River
Motors

Your Community Auto Specialists

Full-service auto repair, diesel specialist, and collision repair — all under one roof. We treat every vehicle like it's our own, at prices that make sense.

Call Us Today

707-740-2780

1777 Sutter Road
McKinleyville, CA 95519

Full Auto Service
Diesel Specialist
Collision & Body Work
Free Estimates
All Makes & Models
Diesel Experts
Local & Family-Owned
Humboldt County's Best Prices
What We Do

Three Shops.
One Roof.

From your daily driver to your diesel work truck to collision repair — Mad River Motors handles it all.

01
🔧

Full Auto Service

Complete mechanical service for all makes and models. From routine maintenance to complex engine work — we do it right.

  • Oil Changes & Tune-Ups
  • Brakes & Suspension
  • Engine & Transmission
  • Diagnostics & Electrical
  • Tires & Alignments
Learn More →
03
🚗

Collision Repair

Professional body work and collision repair to restore your vehicle to pre-accident condition — inside and out.

  • Collision & Accident Repair
  • Dent & Panel Repair
  • Paint & Color Matching
  • Frame Straightening
  • Insurance Claims Assisted
Learn More →
Why Mad River Motors

The Community Shop

We're not a chain. We're your neighbors — and we treat every customer that way.

💰

Best Prices

Transparent, honest pricing with no hidden fees. We'll beat any written estimate.

Expert Technicians

Experienced mechanics who specialize in diesel, mechanical, and body work.

🏠

Locally Owned

Proudly serving McKinleyville and all of Humboldt County since day one.

📞

Free Estimates

Call or stop by — we'll give you a straight answer on what your vehicle needs.

Get In Touch

Request a Free Estimate

Tell us about your vehicle and what's going on — we'll get back to you fast.

Come See Us

📞
Phone 707-740-2780
📍
Address 1777 Sutter Road
McKinleyville, CA 95519
🕑
Hours Mon–Fri: 8:00 AM – 5:00 PM
Sat–Sun: By Appointment
📍 Open in Google Maps

Send Us a Message

Fill out the form and we'll contact you within 1 business day.

Don't Wait — Call Today

Free estimates. Honest work. Best prices in Humboldt County.

📞 707-740-2780
Mad River Motors

Full Auto
Service & Repair

Complete mechanical service for all makes and models in McKinleyville, CA.

Call for a Free Estimate
🔧
Complete Car Care

Everything Your Car Needs

From a simple oil change to a full engine rebuild, Mad River Motors has the expertise and equipment to handle it all. We service all makes and models — domestic, import, gas, and diesel.

Oil Changes
Brake Service
Engine Repair
Transmission
Suspension
Electrical
AC & Heating
Tire & Alignment
Schedule Service
All Services

What We Service

Routine Maintenance

  • › Oil & Filter Change
  • › Tune-Up Service
  • › Tire Rotation
  • › Fluid Top-Offs
  • › Battery Check

Major Repairs

  • › Engine Rebuild
  • › Transmission Service
  • › Head Gasket Repair
  • › Timing Belt/Chain
  • › Cooling System

Safety & Comfort

  • › Brake System
  • › Suspension & Steering
  • › AC & Heat Repair
  • › Wheel Alignment
  • › Electrical Diagnosis

Ready to Schedule?

Call us or stop by — free estimates, no pressure.

📞 707-740-2780
Humboldt County's Best Prices

Diesel Work
Done Right

Trucks, fleets, and agriculture equipment — we know diesel and we won't break your wallet.

Call 707-740-2780
🚚
Diesel Specialist

Your Diesel Deserves a Specialist

Tired of dealership prices? Mad River Motors brings expert diesel knowledge to McKinleyville at prices that make sense. We service all diesel makes — Ford Power Stroke, Chevy/GMC Duramax, Dodge Cummins, and more.

Diesel Trucks
Fleet Service
Farm Equipment
Fuel Systems
Turbo Repair
DEF Systems
Get a Diesel Estimate
We Service

All Diesel Vehicles

🚚

Trucks & Pickups

Ford, Chevy, GMC, Dodge, Ram — all diesel pickups and heavy-duty trucks.

🚴

Commercial Fleets

Fleet maintenance contracts available. Keep your business moving.

🌾

Agriculture Equipment

Tractors, combines, and farm diesel equipment serviced by experienced hands.

Diesel Done Right — Best Prices Around

Call or stop by. Free estimates on all diesel work.

📞 707-740-2780
Collision & Body Work

Collision
Repair

Professional body work and collision repair to restore your vehicle to its original condition.

Get a Body Work Estimate
🚗
Collision & Body Repair

Restore Your Vehicle's Look & Value

Whether it's a minor fender bender or major collision damage, Mad River Motors has the skills and equipment to make your vehicle look like new again. We work with all insurance companies and offer free damage estimates.

Collision Repair
Dent Removal
Paint & Finish
Color Matching
Frame Repair
Insurance Claims
Call for a Free Estimate
Body Work Services

Everything in Body & Paint

Collision Services

  • › Full Collision Repair
  • › Frame & Unibody Straightening
  • › Panel Replacement
  • › Bumper Repair & Replacement
  • › Insurance Claim Assistance

Paint & Finishing

  • › Full & Partial Paint Jobs
  • › Computer Color Matching
  • › Dent & Ding Repair
  • › Rust Repair & Treatment
  • › Clear Coat & Detail Finish

Accident? We've Got You Covered.

Free estimates. We work with all insurance companies.

📞 707-740-2780