<style id="hwp-blocks-css">
.hwp-blocks{padding:clamp(52px,6vw,84px) 0 0}
.hwp-blocks .hwp-kicker{display:block;font-size:13px;letter-spacing:.4em;text-transform:uppercase;
  color:#c41200;margin:0 0 16px}

/* FULL-BLEED BAND. The page's rhythm on this site is alternating full-width bands — dark #0c0c0c,
   light #fafafa/#f4f4f4, white, and the red close #e90900 — and a stack of boxes inside the
   content column does not read like that at all, which is what "missing the up-do" meant.
   The Watts page gets bands for free because each is its own Cornerstone SECTION; blocks appended
   inside the content column have to break out, hence the negative-margin bleed.
   `width:100vw` is deliberately NOT used: it includes the scrollbar gutter and pushes a
   horizontal scrollbar onto the page. The paired calc() margins bleed to the true content edge. */
.hwp-bleed{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);
  padding-left:max(24px,calc(50vw - 620px));padding-right:max(24px,calc(50vw - 620px))}

/* Answer — the citable paragraph. MEASURE LAW, left-aligned, deck tier. */
.hwp-answer{max-width:min(860px,100% - 128px);margin:0 0 clamp(52px,6vw,84px);text-align:left}
.hwp-answer p{font-size:20px;line-height:1.6;color:#4a4a4a;margin:0}

/* Finder — a light band carrying .gwl-card tiles. */
.hwp-finder{background:#fafafa;border-top:1px solid #ececec;border-bottom:1px solid #ececec;
  padding-top:clamp(52px,6vw,84px);padding-bottom:clamp(52px,6vw,84px);
  margin-bottom:0}
.hwp-finder__h{font-size:32px;line-height:1.25;letter-spacing:-.01em;text-align:center;
  margin:0 0 32px}
.hwp-finder__intro{max-width:760px;margin:0 auto 32px;text-align:center;font-size:17px;
  line-height:1.5;color:#4a4a4a}
.hwp-finder__groups{display:grid;gap:32px}
@media(min-width:768px){.hwp-finder__groups{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}
/* h3 per generation: the long-tail surface. Kicker-cased so it reads as a label, not a shout. */
.hwp-finder__gh{font-size:17px;line-height:1.35;font-weight:700;letter-spacing:.04em;
  text-transform:uppercase;color:#0c0c0c;margin:0 0 16px}
.hwp-finder__grid{list-style:none;margin:0;padding:0;display:grid;gap:12px}
@media(min-width:768px){.hwp-finder__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}
.hwp-finder__grid a{display:flex;align-items:center;justify-content:center;text-align:center;
  min-height:44px;padding:16px 20px;background:#fafafa;border:1px solid #e8e8e8;
  border-top:3px solid #0c0c0c;border-radius:8px;text-decoration:none;color:#0c0c0c;
  font-weight:600;line-height:1.35;transition:border-top-color .25s ease,box-shadow .25s ease}
.hwp-finder__grid a:hover,.hwp-finder__grid a:focus-visible{border-top-color:#e90900;
  box-shadow:0 12px 32px rgba(0,0,0,.10);color:#0c0c0c}

/* Press — the white trust band. Names are unbreakable units; wraps happen between names. */
.hwp-press{background:#fff;border-bottom:1px solid #ececec;
  padding-top:32px;padding-bottom:32px;margin-top:0;margin-bottom:0;text-align:center}
.hwp-press__kicker{display:block;font-size:11px;letter-spacing:.3em;text-transform:uppercase;
  color:#9a9a9a;margin:0 0 8px}
.hwp-press__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;
  justify-content:center;gap:8px 32px}
.hwp-press__list li{white-space:nowrap}
.hwp-press__list a{font-size:16px;font-weight:600;color:#3a3a3a;letter-spacing:.02em;
  text-decoration:none;border-bottom:1px solid rgba(196,18,0,.35)}
.hwp-press__list a:hover{color:#0c0c0c;border-bottom-color:#c41200}

/* RED CLOSE — harvested from .gwl-redband / .gwl-redheading / .gwl-redcta.
   The close is a RED band, not a dark one, and the button on it is BLACK inverting to white with
   red text — the "black-to-red-hover on light" idiom. A dark band with a red button (my first
   attempt) is the same two colours saying the opposite thing. */
.hwp-close{background:#e90900;padding-top:clamp(52px,6vw,84px);padding-bottom:clamp(52px,6vw,84px);
  text-align:center;margin-top:0;margin-bottom:0}
.hwp-close__line{display:block;max-width:760px;margin:0 auto;color:#fff;
  font-size:clamp(24px,3vw,32px);line-height:1.25;font-weight:700;letter-spacing:-.01em}
.hwp-close__sub{display:block;max-width:680px;margin:16px auto 0;
  color:rgba(255,255,255,.92);font-size:17px;line-height:1.5}
.hwp-close .hwp-cta__btn{margin:32px auto 0;background:#0c0c0c;color:#fff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 8px 24px rgba(0,0,0,.35);
  transition:background-color .25s ease,color .25s ease,transform .25s ease}
.hwp-close .hwp-cta__btn:hover,.hwp-close .hwp-cta__btn:focus-visible{background:#fff;color:#e90900;
  transform:translateY(-2px)}
.hwp-close .hwp-cta__btn:focus-visible{outline:3px solid #fff;outline-offset:3px}

/* Related — a quiet closing band, per .gwl-terms. */
/* NOTE: no `margin:0` shorthand here — it would reset the left/right margins that .hwp-bleed
   uses to reach the viewport edge. Same trap as the filmstrip: equal specificity, later wins. */
.hwp-blocks .hwp-related{background:#fafafa;border-top:1px solid #ececec;
  padding-top:52px;padding-bottom:52px;margin-top:0;margin-bottom:0;
  margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);
  padding-left:max(24px,calc(50vw - 620px));padding-right:max(24px,calc(50vw - 620px))}
/* Related Links — ONE band. Curated entries first, derived graph links after, deduped. */
.hwp-rel{background:#fafafa;border-top:1px solid #ececec;border-bottom:1px solid #ececec;
  padding-top:clamp(52px,6vw,84px);padding-bottom:clamp(52px,6vw,84px);
  margin-top:0;margin-bottom:0}
.hwp-rel__h{font-size:24px;line-height:1.3;margin:0 0 32px;text-align:center}
.hwp-rel__list{list-style:none;margin:0 auto;padding:0;max-width:760px;display:grid;gap:12px}
@media(min-width:768px){.hwp-rel__list{grid-template-columns:repeat(2,1fr);gap:12px 32px}}
.hwp-rel__list a{display:inline-block;font-weight:600;text-decoration:none;
  border-bottom:1px solid rgba(196,18,0,.35)}
.hwp-rel__list a:hover{border-bottom-color:#c41200}
</style># Griggs Racing Media

---
canonical: https://www.griggsracing.com/griggs-racing-media/
author: Bruce Griggs
modified: 2026-05-02
post_type: page
---

# GRIGGS RACING MEDIA

---

**A COLLECTION OF PHOTOS & VIDEOS**

## GRIGGS RACING IN ACTION

---

        
    
        
    

            
    

1. 15 videos
2. ![](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
                
                
                    1
                    Griggs GR40 Mustang at Virginia City Hill Climb
3. ![](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
                
                
                    2
                    The Original GR40- Old Blue at Cal Speedway
4. ![](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
                
                
                    3
                    Griggs GR40 96 Cobra Mustang in AI race.
5. ![](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
                
                
                    4
                    Sonoma speedway Shelby Mini Nats
6. ![](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
                
                
                    5
                    DARRELL ANDERSON'S GRIGGS RACING GR40 MUSTANG SCCA ITE @ LAGUNA RACE #11
7. ![](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
                
                
                    6
                    DARRELL ANDERSON'S GRIGGS RACING GR40 MUSTANG SCCA ITE @ INFINEON RACE 8
8. ![](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
                
                
                    7
                    Darrell Anderson's GRIGGS RACING MUSTANG GR40 @THUNDERHILL NASA SU RACE 0822
9. ![](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
                
                
                    8
                    Darrell Anderson's Griggs Mustang GR40 @ RACE #7 ITE SCCA REAR
10. ![](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
                
                
                    9
                    Darrell Anderson's GRIGGS Mustang GR40 @ SCCA ITE Race #7 Thunderhill
11. ![](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
                
                
                    10
                    Roush 3 Mustang⚡️Kooks Longtubes, X-pipe & Dynomax Race Bullet Mufflers
12. ![](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
                
                
                    11
                    GR40 TT GT500
13. ![](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
                
                
                    12
                    GR40 Mustang Messing Around
14. ![](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
                
                
                    13
                    Suspension Mustang GT GT500 - Action GR40
15. ![](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
                
                
                    14
                    Griggs GT700KR Encounter at VIR #2
16. ![](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
                
                
                    15
                    Sonoma 6/20/2015 Session 1 Highlights

    
    
        

## GRIGGS RACING IN THE MEDIA

---

    
        
    

            
    

1. 3 videos
2. ![](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
                
                
                    1
                    Mustangs By Griggs Racing
3. ![](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
                
                
                    2
                    Desire, Making the Team
4. ![](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
                
                
                    3
                    Thunderhill 3-10-2015 External

    
    
        

These are Griggs-suspended cars at speed, filmed between 2007 and 2015 at Thunderhill, Laguna Seca, Sonoma Raceway, California Speedway and the Ferrari Club’s Virginia City Hill Climb. The cars run GR40 chassis geometry — SLA front suspension with a [TorqueArm](https://www.griggsracing.com/glossary/torquearm/) and [Watts link](https://www.griggsracing.com/glossary/watts-link/) at the rear. Several of them are driven on the street the rest of the week.

        

## Find the System for Your Car

            

Every system below is configured by a Virtual Consultant — pick your generation and it prescribes the parts.

        
                            
                        

### Mustang ’64–’70

                        

- [SLA Chassis for Mustang 64-70](https://www.griggsracing.com/product/SLA-Chassis-Mustang-6470/)
- [SRA Chassis for Mustang 64-70](https://www.griggsracing.com/product/SRA-Chassis-Mustang-6470/)

        
                            
                        

### Mustang ’79–’93 (Fox Body)

                        

- [SLA Chassis for Mustang 79-93](https://www.griggsracing.com/product/SLA-Chassis-Mustang-7993/)
- [SRA Chassis for Mustang 79-93](https://www.griggsracing.com/product/SRA-Chassis-Mustang-7993/)
- [Strut Chassis for Mustang 79-93](https://www.griggsracing.com/product/Strut-Chassis-Mustang-7993/)

        
                            
                        

### Mustang ’94–’04 (SN95)

                        

- [SLA Chassis for Mustang 94-04](https://www.griggsracing.com/product/SLA-Chassis-Mustang-9404/)
- [SRA Chassis for Mustang 94-04](https://www.griggsracing.com/product/SRA-Chassis-Mustang-9404/)
- [Strut Chassis for Mustang 94-04](https://www.griggsracing.com/product/Strut-Chassis-Mustang-9404/)

        
                            
                        

### Mustang ’05–’14 (S197)

                        

- [SLA Chassis for Mustang 05-14](https://www.griggsracing.com/product/SLA-Chassis-Mustang-0514/)
- [SRA Chassis for Mustang 05-14](https://www.griggsracing.com/product/SRA-Chassis-Mustang-0514/)
- [Strut Chassis for Mustang 05-14](https://www.griggsracing.com/product/Strut-Chassis-Mustang-0514/)

        
                            
                        

### Cougar ’67–’70

                        

- [SLA Chassis for Cougar 67-70](https://www.griggsracing.com/product/SLA-Chassis-Cougar-6770/)
- [SRA Chassis for Cougar 67-70](https://www.griggsracing.com/product/SRA-Chassis-Cougar-6770/)

        
                            
                        

### Cougar ’83–’88

                        

- [SLA Chassis for Cougar 83-88](https://www.griggsracing.com/product/SLA-Chassis-Cougar-8388/)
- [SRA Chassis for Cougar 83-88](https://www.griggsracing.com/product/SRA-Chassis-Cougar-8388/)
- [Strut Chassis for Cougar 83-88](https://www.griggsracing.com/product/Strut-Chassis-Cougar-8388/)

        
                            
                        

### Thunderbird ’83–’88

                        

- [SLA Chassis for Thunderbird 83-88](https://www.griggsracing.com/product/SLA-Chassis-Thunderbird-8388/)
- [SRA Chassis for Thunderbird 83-88](https://www.griggsracing.com/product/SRA-Chassis-Thunderbird-8388/)
- [Strut Chassis for Thunderbird 83-88](https://www.griggsracing.com/product/Strut-Chassis-Thunderbird-8388/)

        
                            
                        

### Independent Rear Suspension

                        

- [IRS Upgrade Kit](https://www.griggsracing.com/product/IRS-Chassis-System/)

        
            

        
    

## Related Links

    

- [Magazine Features, Tech Articles & Catalogs](https://www.griggsracing.com/faq-articles-catalogs/)
- [Griggs Racing Performance Chassis Systems](https://www.griggsracing.com/griggs-racing-performance-chassis-systems/)
- [Champions & Records](https://www.griggsracing.com/about-griggs-racing/champions-and-records/)
- [Racecar Builds](https://www.griggsracing.com/about-griggs-racing/racecar-builds/)

        
        See the system these cars are built on.
        [Build Your Chassis System](https://www.griggsracing.com/vehicle-education/vehicle-planning/)
