


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en">
<head>
	
	


<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Honda Racing Corporation (HRC) specializes in engine design and production racing parts. HRC now offers high-performance equipment and upgrades of parts to grassroots motorsports and road racing enthusiasts. Learn more.">
<meta name="keywords" content="Performance Engine Design for Honda Racing">
<meta name="author" content="">

<title>Home | Honda Racing</title>
<link rel="canonical"
	  href="https://hondaracing-us.honda.com/" />
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/main.css" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link type="text/css" rel="stylesheet" href="/css/_vendors/ionicons.min.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/v4-shims.css">
<script src="/js/vendor.min.js"></script>

<!-- OneTrust Cookies Consent Notice start for honda.com -->
<script>
	/*/////////////////////// AHM PRIVACY CONSENT LOADER //////////////////////*/
	'use strict';
	function ahmOneTrustIsReady(data = null) {
		OneTrustReady();
	}
	function ahmConsentError(data = null) {
		console.error('Error: ' + data);
		// Something went wrong. Assume that OneTrust did not load correctly and restrictive consent settings should be applied.
	}
	(function () {
		const ahmConsentSettings = {
			// REQUIRED for all sites
			oneTrustDomain: 'honda.com', // top-level domain (acura.com, acuracertified.com, etc.)
			environment: 'PROD', // DEV, STAGING, or PROD			
			// Callback functions for script events
			ononetrustready: ahmOneTrustIsReady, // Optional
			onError: ahmConsentError // Required
		}
		function objectToQueryString(o) {
			const r = []; for (const t in o) {
				if (!o.hasOwnProperty(t)) continue; let n = o[t]; null != n && ("function" == typeof
					n && (n = n.name), r.push(encodeURIComponent(t) + "=" + encodeURIComponent(n)))
			} return r.length ? "?" + r.join("&") : ""
		}
		const queryString = objectToQueryString(ahmConsentSettings);
		const currentScript = document.getElementsByTagName('script')[0];
		const consentScript = document.createElement('script');
		consentScript.async = true;
		const scriptSrc = ahmConsentSettings.environment == 'PROD' ?
			'https://content.services.honda.com/privacyconsent/ahm-privacy-consent.js'
			: 'https://staging.content.services.honda.com/privacyconsent/ahm-privacy-consent.js';

		consentScript.src = scriptSrc + queryString;
		consentScript.addEventListener('error', function (event) {
			ahmConsentError('Error loading the consent script');
		});
		currentScript.parentNode.insertBefore(consentScript, currentScript);
	})();
	/*///////////////////////////////// END AHM PRIVACY CONSENT LOADER //////////////////////////////////////*/
</script>

<script type="text/javascript">
	function OneTrustReady() {
		const categoriesToManage = ['C0002', 'C0003', 'C0004'];

		if (typeof OptanonActiveGroups === 'undefined') return;

		/**
		 * Handles the injection of scripts based on user consent.
		 */
		function handleScripts() {
			categoriesToManage.forEach(category => {
				const consentGiven = OptanonActiveGroups.includes(category);
				if (!consentGiven) return;

				const scripts = document.querySelectorAll(
					`script.my-optanon-managed[data-optanon-category*="${category}"]:not([data-optanon-injected="true"])`
				);

				scripts?.forEach(script => {
					if (script.getAttribute('data-optanon-injected') === 'true') return;

					const scriptSrc = script.getAttribute('data-src');
					const isInline = script.getAttribute('data-script-type') === 'inline';

					if (scriptSrc) {
						const newScript = document.createElement('script');
						newScript.type = 'text/javascript';
						newScript.src = scriptSrc;
						newScript.defer = true;
						document.head.appendChild(newScript);
					} else if (isInline) {
						const inlineScript = document.createElement('script');
						inlineScript.type = 'text/javascript';
						inlineScript.text = script.textContent;
						document.head.appendChild(inlineScript);
					}

					script.setAttribute('data-optanon-injected', 'true');
				});
			});
		}

		// Initial execution
		handleScripts();

		// Use OneTrust's OnConsentChanged event
		if (typeof window.OneTrust !== 'undefined' && typeof window.OneTrust.OnConsentChanged === 'function') {
			window.OneTrust.OnConsentChanged(() => { handleScripts(); });
		}
	}
</script>

<script src="/js/tap-framework-slim.js"></script>

	<script data-src="//assets.adobedtm.com/4d2629481466/6d6d24160f3a/launch-ENba74c520e07f49d0a57b43e777f780d5.min.js" type="text/plain" class="my-optanon-managed" data-optanon-category="C0002,C0004"></script>


<script>
	(function waitForConsentAndLaunch(maxWaitMs = 5000, intervalMs = 100) {
		const start = Date.now();

		function tryPushEvent() {
			const adobeReady = typeof window.adobeDataLayer !== 'undefined';
			const launchReady = typeof window._satellite !== 'undefined';
			const consentReady = typeof window.OnetrustActiveGroups !== 'undefined';

			if (adobeReady && launchReady && consentReady) {
				adobeDataLayer.push({ event: "page_view" });
				return;
			}

			// Check timeout
			if (Date.now() - start < maxWaitMs) {
				setTimeout(tryPushEvent, intervalMs);
			} else {
				console.warn("Timeout: Required objects not available within 5 seconds.");
			}
		}

		tryPushEvent();
	})();
</script>

<script data-src="https://www.googletagmanager.com/gtag/js?id=DC-4114413" type="text/plain" class="my-optanon-managed" data-optanon-category="C0004"></script>
<script>
	window.dataLayer = window.dataLayer || [];
	function gtag() { dataLayer.push(arguments); }
	gtag('js', new Date());
	gtag('config', 'DC-4114413');
</script>

<script>
  gtag('event', 'conversion', {
    'allow_custom_scripts': true,
    'send_to': 'DC-4114413/2007h858/2007h273+standard'
  });
</script>
<noscript>
<img src="https://ad.doubleclick.net/ddm/activity/src=4114413;type=2007h858;cat=2007h273;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;npa=;gdpr=${GDPR};gdpr_consent=${GDPR_CONSENT_755};ord=1?" width="1" height="1" alt=""/>
</noscript>

<meta property="og:title" content="Honda Racing" />
	<meta property="og:image" content="/-/media/HRC/Images/OG/HRC.jpg" />
<meta property="og:type" content="website" />
<meta property="fb:app_id" content="2069341289947754" />


	<meta property="og:url" content="https://hondaracing-us.honda.com/" />
	<meta property="og:description" content="Honda Racing Corporation (HRC) specializes in engine design and production racing parts. HRC now offers high-performance equipment and upgrades of parts to grassroots motorsports and road racing enthusiasts. Learn more." />

	<script type="text/javascript">dtmDataLayer = { "pagelanguage": "english" }</script>
	<link rel="stylesheet" href="/css/_vendors/splide.min.css">
<link rel="stylesheet" href="https://assets.juicer.io/embed.css">

<script>(window.BOOMR_mq=window.BOOMR_mq||[]).push(["addVar",{"rua.upush":"false","rua.cpush":"false","rua.upre":"false","rua.cpre":"false","rua.uprl":"false","rua.cprl":"false","rua.cprf":"false","rua.trans":"","rua.cook":"false","rua.ims":"false","rua.ufprl":"false","rua.cfprl":"false","rua.isuxp":"false","rua.texp":"norulematch","rua.ceh":"false","rua.ueh":"false","rua.ieh.st":"0"}]);</script>
                                <script>!function(a){var e="https://s.go-mpulse.net/boomerang/",t="addEventListener";if("False"=="True")a.BOOMR_config=a.BOOMR_config||{},a.BOOMR_config.PageParams=a.BOOMR_config.PageParams||{},a.BOOMR_config.PageParams.pci=!0,e="https://s2.go-mpulse.net/boomerang/";if(window.BOOMR_API_key="3N7G3-LJNB7-F2M6X-XZ8SC-4NBUV",function(){function n(e){a.BOOMR_onload=e&&e.timeStamp||(new Date).getTime()}if(!a.BOOMR||!a.BOOMR.version&&!a.BOOMR.snippetExecuted){a.BOOMR=a.BOOMR||{},a.BOOMR.snippetExecuted=!0;var i,_,o,r=document.createElement("iframe");if(a[t])a[t]("load",n,!1);else if(a.attachEvent)a.attachEvent("onload",n);r.src="javascript:void(0)",r.title="",r.role="presentation",(r.frameElement||r).style.cssText="width:0;height:0;border:0;display:none;",o=document.getElementsByTagName("script")[0],o.parentNode.insertBefore(r,o);try{_=r.contentWindow.document}catch(O){i=document.domain,r.src="javascript:var d=document.open();d.domain='"+i+"';void(0);",_=r.contentWindow.document}_.open()._l=function(){var a=this.createElement("script");if(i)this.domain=i;a.id="boomr-if-as",a.src=e+"3N7G3-LJNB7-F2M6X-XZ8SC-4NBUV",BOOMR_lstart=(new Date).getTime(),this.body.appendChild(a)},_.write("<bo"+'dy onload="document._l();">'),_.close()}}(),"".length>0)if(a&&"performance"in a&&a.performance&&"function"==typeof a.performance.setResourceTimingBufferSize)a.performance.setResourceTimingBufferSize();!function(){if(BOOMR=a.BOOMR||{},BOOMR.plugins=BOOMR.plugins||{},!BOOMR.plugins.AK){var e=""=="true"?1:0,t="",n="jj65irqccopoq2rhzqlq-f-8b9a9e679-clientnsv4-s.akamaihd.net",i="false"=="true"?2:1,_={"ak.v":"41","ak.cp":"1567218","ak.ai":parseInt("598282",10),"ak.ol":"0","ak.cr":45,"ak.ipv":4,"ak.proto":"http/1.1","ak.rid":"61314019","ak.r":48990,"ak.a2":e,"ak.m":"dscx","ak.n":"essl","ak.cport":55933,"ak.gh":"23.62.109.134","ak.quicv":"","ak.tlsv":"tls1.3","ak.0rtt":"","ak.0rtt.ed":"","ak.csrc":"-","ak.acc":"bbr","ak.t":"1780993047","ak.ak":"hOBiQwZUYzCg5VSAfCLimQ==c6KVu2dDEyovOLF0UfosmkAtmnTOZJM4kEcxajbjHu/ad+AFRyM0/6fFSG9kIWUmpvw0QQWSl3FAUSE9hUj4hpsmGz+laJu2QPackjDW/Y4U2idmwjFoqC0MbqK1PG2BWQJKLCEIBQRZOwA+SvkniNv1WZYt3x4EZ0QqdMxEZ8MsBbnmte6EZ98H5lqdpr20vt5VdWx1TDP4d2hwP27IL1B3spc6F88cMq2J7oENn2wDLCqXy7s3kbI4PgW+6IO7SyBqwHrqddUhG25g+ygRoNWA77fa2A9+3cO8NVkiQGGVguHbKX7P6brHzmCom0xYYhic5dW5MIKlDNQ7hNIKABIotJfaznPZOx3C3M9OQOupJE0/xeeQLgn7q/GsyBIdMfrWe17lUMXeb/7cc9xNeWliYEuvAlZHFPyyjTx/E+Y=","ak.pv":"26","ak.dpoabenc":"","ak.tf":i};if(""!==t)_["ak.ruds"]=t;var o={i:!1,av:function(e){var t="http.initiator";if(e&&(!e[t]||"spa_hard"===e[t]))_["ak.feo"]=void 0!==a.aFeoApplied?1:0,BOOMR.addVar(_)},rv:function(){var a=["ak.cport","ak.cr","ak.csrc","ak.gh","ak.ipv","ak.m","ak.n","ak.ol","ak.proto","ak.quicv","ak.tlsv","ak.0rtt","ak.0rtt.ed","ak.r","ak.acc","ak.t","ak.tf"];BOOMR.removeVar(a)}};BOOMR.plugins.AK={akVars:_,akDNSPreFetchDomain:n,init:function(){if(!o.i){var a=BOOMR.subscribe;a("before_beacon",o.av,null,null),a("onbeacon",o.rv,null,null),o.i=!0}return this},is_complete:function(){return!0}}}}()}(window);</script></head>


<body>
	




<!-- Navigation -->
<nav class="navbar navbar-fixed-top is-light component">

	<div class="container">
		<div class="row">
			<div class="pl-0 col-sm-12 col-md-2 col-lg-4 col-xl-5 col-xs-10">
				<div class="logos">
					<a href="/" class="honda-logo">
						<img src="/images/hrc-logo-dark.svg" alt="Honda Racing Corporation Logo">
					</a>
				</div>
			</div>
			<div class="visible-xs col-xs-2 mobile-nav">
				<div id="navBars">
					<span></span>
					<span></span>
					<span></span>
				</div>
			</div>
			<div class="pr-0 col-sm-12 col-md-10 col-lg-8 col-xl-7 col-xs-12 pull-right" id="mainNav">
				<div class="navbar-bar-wrapper">
					<ul class="navbar-nav ml-auto navbar-nav-mobile">
	<li class="nav-item dropdown mega-dropdown">

		<span class="mobile-nav-text visible-xs">Series</span>
			<span class="nav-link dropdown-toggle hidden-xs">Series</span>
			<i class="arrow hidden-xs">
		<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
			<path d="M8.00028 9.36317L12.5377 4.82219C12.8735 4.48635 13.4166 4.48635 13.7488 4.82219C14.0811 5.15803 14.0811 5.70109 13.7488 6.03693L8.60765 11.1817C8.28253 11.5068 7.76091 11.514 7.42507 11.2067L2.24814 6.0405C2.08022 5.87258 1.99805 5.65107 1.99805 5.43313C1.99805 5.2152 2.08022 4.99368 2.24814 4.82576C2.58398 4.48993 3.12704 4.48993 3.4593 4.82576L8.00028 9.36317Z" fill="#FF0000" />
		</svg>
	</i>


		<ul class="dropdown-menu mega-dropdown-menu" role="menu">
			<li class="col-sm-12">
				<ul class="regular-menu">
						<li>
							<a href="/Series/IMSA">
								IMSA
							</a>
						</li>
						<li>
							<a href="/Series/Indycar">
								Indycar
							</a>
						</li>
						<li>
							<a href="/Series/Formula-1">
								Formula 1
							</a>
						</li>
						<li>
							<a href="/Series/Off-Road">
								Off-Road
							</a>
						</li>

						<li><a href="/Series" class="is-regular"><span>View All</span></a></li>
				</ul>
			</li>
		</ul>
	</li>
					</ul>
					<ul class="navbar-nav ml-auto">
	<li class="nav-item dropdown mega-dropdown hidden-xs">

		<span class="mobile-nav-text visible-xs">Series</span>
			<span class="nav-link dropdown-toggle hidden-xs">Series</span>
			<i class="arrow hidden-xs">
		<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
			<path d="M8.00028 9.36317L12.5377 4.82219C12.8735 4.48635 13.4166 4.48635 13.7488 4.82219C14.0811 5.15803 14.0811 5.70109 13.7488 6.03693L8.60765 11.1817C8.28253 11.5068 7.76091 11.514 7.42507 11.2067L2.24814 6.0405C2.08022 5.87258 1.99805 5.65107 1.99805 5.43313C1.99805 5.2152 2.08022 4.99368 2.24814 4.82576C2.58398 4.48993 3.12704 4.48993 3.4593 4.82576L8.00028 9.36317Z" fill="#FF0000" />
		</svg>
	</i>


		<ul class="dropdown-menu mega-dropdown-menu" role="menu">
			<li class="col-sm-12">
				<ul class="regular-menu">
						<li>
							<a href="/Series/IMSA">
								IMSA
							</a>
						</li>
						<li>
							<a href="/Series/Indycar">
								Indycar
							</a>
						</li>
						<li>
							<a href="/Series/Formula-1">
								Formula 1
							</a>
						</li>
						<li>
							<a href="/Series/Off-Road">
								Off-Road
							</a>
						</li>

						<li><a href="/Series" class="is-regular"><span>View All</span></a></li>
				</ul>
			</li>
		</ul>
	</li>
	<li class="nav-item">
		<span class="mobile-nav-text visible-xs">The Latest</span>
		<a href="/News" class="nav-link">News</a>

	</li>
	<li class="nav-item">
		<span class="mobile-nav-text visible-xs">Gear &amp; Collectibles</span>
		<a href="https://shop.honda.racing/" class="nav-link" target="_blank">Fan Store</a>

	<i>
		<svg xmlns="http://www.w3.org/2000/svg" width="9" height="9" viewBox="0 0 9 9" fill="none">
			<path d="M1.66659 0C1.2984 0 0.999919 0.298477 0.999919 0.666667C0.999919 1.03486 1.2984 1.33333 1.66659 1.33333H6.72659L0.803252 7.25667C0.543678 7.51624 0.543678 7.93709 0.803252 8.19667C1.06283 8.45624 1.48368 8.45624 1.74325 8.19667L7.66659 2.27333V7.33333C7.66659 7.70152 7.96506 8 8.33325 8C8.70144 8 8.99992 7.70152 8.99992 7.33333V0.666667C8.99992 0.298477 8.70144 0 8.33325 0H1.66659Z" fill="#FF0000" />
		</svg>
	</i>
	</li>
	<li class="nav-item dropdown mega-dropdown">

		<span class="mobile-nav-text visible-xs">Racing Products</span>
			<span class="nav-link dropdown-toggle hidden-xs">Racing Products</span>
			<i class="arrow hidden-xs">
		<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
			<path d="M8.00028 9.36317L12.5377 4.82219C12.8735 4.48635 13.4166 4.48635 13.7488 4.82219C14.0811 5.15803 14.0811 5.70109 13.7488 6.03693L8.60765 11.1817C8.28253 11.5068 7.76091 11.514 7.42507 11.2067L2.24814 6.0405C2.08022 5.87258 1.99805 5.65107 1.99805 5.43313C1.99805 5.2152 2.08022 4.99368 2.24814 4.82576C2.58398 4.48993 3.12704 4.48993 3.4593 4.82576L8.00028 9.36317Z" fill="#FF0000" />
		</svg>
	</i>


		<ul class="dropdown-menu mega-dropdown-menu" role="menu">
			<li class="col-sm-12">
				<ul class="regular-menu">
						<li>
							<a href="https://dreamshop.honda.com/s/hrc" target="_blank">
								Shop
	<i>
		<svg xmlns="http://www.w3.org/2000/svg" width="9" height="9" viewBox="0 0 9 9" fill="none">
			<path d="M1.66659 0C1.2984 0 0.999919 0.298477 0.999919 0.666667C0.999919 1.03486 1.2984 1.33333 1.66659 1.33333H6.72659L0.803252 7.25667C0.543678 7.51624 0.543678 7.93709 0.803252 8.19667C1.06283 8.45624 1.48368 8.45624 1.74325 8.19667L7.66659 2.27333V7.33333C7.66659 7.70152 7.96506 8 8.33325 8C8.70144 8 8.99992 7.70152 8.99992 7.33333V0.666667C8.99992 0.298477 8.70144 0 8.33325 0H1.66659Z" fill="#FF0000" />
		</svg>
	</i>
							</a>
						</li>
						<li>
							<a href="/Racing-Line/Join">
								Racing Line
							</a>
						</li>

				</ul>
			</li>
		</ul>
	</li>

						<li class="nav-item hidden-xs search">
							<a href="#search"><span class="search-toggle"><i class="search-icon"></i></span></a>
						</li>
					</ul>
				</div>


				<div class="navbar-bar-footer visible-xs">
					<ul class="navbar-nav">
						<li class="nav-item alt-color">
							<span class="heading--g6">Get email updates</span>
							<a href="#" class="cta cta--circle cta--white" data-toggle="modal" data-target="#newsletterModal">
								<svg width="20" height="12" viewBox="0 0 20 12" fill="none" xmlns="http://www.w3.org/2000/svg">
									<path d="M1 5.25C0.585786 5.25 0.25 5.58579 0.25 6C0.25 6.41421 0.585786 6.75 1 6.75L1 5.25ZM19.5303 6.53033C19.8232 6.23744 19.8232 5.76256 19.5303 5.46967L14.7574 0.6967C14.4645 0.403807 13.9896 0.403807 13.6967 0.6967C13.4038 0.989594 13.4038 1.46447 13.6967 1.75736L17.9393 6L13.6967 10.2426C13.4038 10.5355 13.4038 11.0104 13.6967 11.3033C13.9896 11.5962 14.4645 11.5962 14.7574 11.3033L19.5303 6.53033ZM1 6L1 6.75L10 6.75L10 6L10 5.25L1 5.25L1 6ZM10 6L10 6.75L19 6.75L19 6L19 5.25L10 5.25L10 6Z" fill="currentColor" />
								</svg>
							</a>
						</li>
					</ul>
					<ul class="navbar-nav ml-auto">
						<li class=" nav-item">
							<form id="searchFormMobile" action="/Search Results" method="get" class="input-container fullwidth">
								<input type="search" name="query" value="" placeholder="Search articles, drivers, and more..." />
								<a href="#" id="submitSearchMobile" class="input-icon">
									<svg width="17" height="18" viewBox="0 0 17 18" fill="none" xmlns="http://www.w3.org/2000/svg">
										<path d="M15.3906 17.2745C15.6835 17.5674 16.1583 17.5674 16.4512 17.2745C16.7441 16.9816 16.7441 16.5067 16.4512 16.2138L15.3906 17.2745ZM15.9209 16.7441L16.4512 16.2138L14.0941 13.8567L13.5638 14.387L13.0335 14.9174L15.3906 17.2745L15.9209 16.7441ZM13.5638 14.387L14.0941 13.8567L11.737 11.4996L11.2067 12.0299L10.6764 12.5603L13.0335 14.9174L13.5638 14.387Z" fill="#001F60" />
										<circle cx="7.12201" cy="7.82208" r="6.29291" stroke="#001F60" stroke-width="1.5" />
									</svg>
								</a>
							</form>
						</li>
					</ul>
				</div>

			</div>
		</div>
	</div>

	<div id="search">
		<div class="container">
			<div class="row">
				<div class="search-box col-sm-12">
					<form id="searchFormDesktop" action="/Search Results" method="get">
						<div class="search-input">
							<input type="search" name="query" value="" placeholder="Search articles, drivers, and more..." />
						</div>

						<div class="search-btn">
							<a href="#" id="submitSearchDesktop"><i class="fa fa-search"></i></a>
						</div>
					</form>
				</div>
			</div>
		</div>
	</div>

</nav>



<section class="hero-carousel component splide" aria-label="Hero Carousel" data-interval="5000">
	<div class="splide__track hero-carousel-track">
		<ul class="hero-carousel-content splide__list">
				<li class="hero-carousel-item is-dark splide__slide">
					<picture class="hero-background-picture">
						<source srcset="/-/media/26-IMS-R-01/26-IMS-R-Tablet_1536x760/26-DET-IC-Desktop_3200x1200.jpg" media="(min-width: 1024px)">
						<source srcset="/-/media/26-IMS-R-01/26-IMS-R-Tablet_1536x760/26-DET-IC-Tablet_1536x760.jpg" media="(min-width: 768px)">
						<img src="/-/media/26-IMS-R-01/26-IMS-R-Tablet_1536x760/26-DET-IC-Mobile_750x940.jpg" alt="" />
					</picture>
					<div class="hero-carousel-text">
						<h2 class="heading heading--g5">Palou leads Honda podium sweep at the Detroit Grand Prix</h2>
						<p class="body-1">Kirkwood reclaims P2 in the Championship Fight, Rahal achieves third podium of 2026</p>
						<a href="/Articles/Indycar/2026-Alex-Palou-leads-Honda-podium-sweep-at-the-Detroit-Grand-Prix" target="" class="cta cta--white">
							Read More <svg width="20" height="12" viewBox="0 0 20 12" fill="none" xmlns="http://www.w3.org/2000/svg">
								<path d="M1 5.25C0.585786 5.25 0.25 5.58579 0.25 6C0.25 6.41421 0.585786 6.75 1 6.75L1 5.25ZM19.5303 6.53033C19.8232 6.23744 19.8232 5.76256 19.5303 5.46967L14.7574 0.6967C14.4645 0.403807 13.9896 0.403807 13.6967 0.6967C13.4038 0.989594 13.4038 1.46447 13.6967 1.75736L17.9393 6L13.6967 10.2426C13.4038 10.5355 13.4038 11.0104 13.6967 11.3033C13.9896 11.5962 14.4645 11.5962 14.7574 11.3033L19.5303 6.53033ZM1 6L1 6.75L10 6.75L10 6L10 5.25L1 5.25L1 6ZM10 6L10 6.75L19 6.75L19 6L19 5.25L10 5.25L10 6Z" fill="currentColor" />
							</svg>
						</a>
					</div>
				</li>
				<li class="hero-carousel-item is-dark splide__slide">
					<picture class="hero-background-picture">
						<source srcset="/-/media/BAR-26-Desktop_3200x1200/LB-mer-Desktop_3200x1200,-d-,2.jpg" media="(min-width: 1024px)">
						<source srcset="/-/media/Dixon-Win-HERO_3200x1200_1/Iowa2_HERO_3200x1200/LAG-win-HERO_1536x760/merch_HERO_1536x760_dai01/Merch_HERO_3200x1200_Dai/LON-Tablet_1536x760/LB-mer-Tablet_1536x760,-d-,2.jpg" media="(min-width: 768px)">
						<img src="/-/media/BAR-26-Desktop_3200x1200/LB-mer-Mobile_750x940,-d-,2.jpg" alt="" />
					</picture>
					<div class="hero-carousel-text">
						<h2 class="heading heading--g5">New Arrivals - HRC Merchandise</h2>
						<p class="body-1">A fresh batch of official HRC hats, tees and hoodies!
Available now! Shop the latest drop today.</p>
						<a href="https://shop.honda.racing/us" target="" class="cta cta--white">
							Shop Now <svg width="20" height="12" viewBox="0 0 20 12" fill="none" xmlns="http://www.w3.org/2000/svg">
								<path d="M1 5.25C0.585786 5.25 0.25 5.58579 0.25 6C0.25 6.41421 0.585786 6.75 1 6.75L1 5.25ZM19.5303 6.53033C19.8232 6.23744 19.8232 5.76256 19.5303 5.46967L14.7574 0.6967C14.4645 0.403807 13.9896 0.403807 13.6967 0.6967C13.4038 0.989594 13.4038 1.46447 13.6967 1.75736L17.9393 6L13.6967 10.2426C13.4038 10.5355 13.4038 11.0104 13.6967 11.3033C13.9896 11.5962 14.4645 11.5962 14.7574 11.3033L19.5303 6.53033ZM1 6L1 6.75L10 6.75L10 6L10 5.25L1 5.25L1 6ZM10 6L10 6.75L19 6.75L19 6L19 5.25L10 5.25L10 6Z" fill="currentColor" />
							</svg>
						</a>
					</div>
				</li>
				<li class="hero-carousel-item is-dark splide__slide">
					<picture class="hero-background-picture">
						<source srcset="/-/media/26-IMS-R-01/26-IMS-R-Desktop_3200x1200.jpg" media="(min-width: 1024px)">
						<source srcset="/-/media/26-IMS-R-01/26-IMS-R-Tablet_1536x760.jpg" media="(min-width: 768px)">
						<img src="/-/media/26-IMS-R-01/26-IMS-R-Mobile_750x940.jpg" alt="" />
					</picture>
					<div class="hero-carousel-text">
						<h2 class="heading heading--g5">Honda, Felix Rosenqvist win closest Indy 500 finish in history</h2>
						<p class="body-1">Felix Rosenqvist wins by just 0.0233 of a second</p>
						<a href="/Articles/Indycar/2026-Honda,-Felix-Rosenqvist-win-closest-Indy-500-finish-in-history" target="" class="cta cta--white">
							Read More <svg width="20" height="12" viewBox="0 0 20 12" fill="none" xmlns="http://www.w3.org/2000/svg">
								<path d="M1 5.25C0.585786 5.25 0.25 5.58579 0.25 6C0.25 6.41421 0.585786 6.75 1 6.75L1 5.25ZM19.5303 6.53033C19.8232 6.23744 19.8232 5.76256 19.5303 5.46967L14.7574 0.6967C14.4645 0.403807 13.9896 0.403807 13.6967 0.6967C13.4038 0.989594 13.4038 1.46447 13.6967 1.75736L17.9393 6L13.6967 10.2426C13.4038 10.5355 13.4038 11.0104 13.6967 11.3033C13.9896 11.5962 14.4645 11.5962 14.7574 11.3033L19.5303 6.53033ZM1 6L1 6.75L10 6.75L10 6L10 5.25L1 5.25L1 6ZM10 6L10 6.75L19 6.75L19 6L19 5.25L10 5.25L10 6Z" fill="currentColor" />
							</svg>
						</a>
					</div>
				</li>
		</ul>

		<div class="hero-carousel-controls">
			<div class="hero-carousel-indicators"></div>
			<div class="hero-carousel-controls-actions">
				<button class="control-play">
					<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
						<rect x="0.75" y="0.744995" width="22.5" height="22.5" rx="11.25" stroke="black" stroke-width="1.5" />
						<path d="M9.25 7.995V15.995" stroke="black" stroke-width="1.5" stroke-linecap="round" />
						<path d="M14.75 7.995V15.995" stroke="black" stroke-width="1.5" stroke-linecap="round" />
					</svg>
					<span class="sr-only">Pause</span>
				</button>
				<button class="control-prev">
					<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
						<rect x="0.75" y="0.744995" width="22.5" height="22.5" rx="11.25" stroke="black" stroke-width="1.5" />
						<path d="M13.8359 7.36987L9.30551 11.8993C9.22739 11.9774 9.22739 12.1041 9.3055 12.1822L13.7434 16.6201" stroke="black" stroke-width="1.5" stroke-linecap="round" />
					</svg>
					<span class="sr-only">Previous</span>
				</button>
				<button class="control-next">
					<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
						<rect x="0.75" y="0.744995" width="22.5" height="22.5" rx="11.25" stroke="black" stroke-width="1.5" />
						<path d="M10.1641 7.36987L14.6945 11.8993C14.7726 11.9774 14.7726 12.1041 14.6945 12.1822L10.2566 16.6201" stroke="black" stroke-width="1.5" stroke-linecap="round" />
					</svg>
					<span class="sr-only">Next</span>
				</button>
			</div>
		</div>
	</div>
</section>

<section class="tout-standard component">
	<div class="tout-content">
		<div class="tout-image">
			<picture>
				<source srcset="/-/media/HRC/Images/Touts/Img-Collectibles/HRC_Tout-Collectabile_867x758_RA272-118/HRC_Tout-Collectabile_867x758_RA272-01/RA272-26_Tout-Collectible_867x758/26-AGPLB-Pins_Tout-Collectible_867x758.jpg" media="(min-width: 1024px)">
				<source srcset="/-/media/HRC/Images/Touts/Img-Collectibles/HRC_Tout-Collectabile_867x758_RA272-118/HRC_Tout-Collectabile_867x758_RA272-01/RA272-26_Tout-Collectible_867x758/26-AGPLB-Pins_Tout-Collectible_867x758.jpg" media="(min-width: 768px)">
				<img src="/-/media/HRC/Images/Touts/Img-Collectibles/HRC_Tout-Collectabile_867x758_RA272-118/HRC_Tout-Collectabile_867x758_RA272-01/RA272-26_Tout-Collectible_867x758/26-AGPLB-Pins_Tout-Collectible_867x758.jpg" alt="" />
			</picture>
		</div>
		<div class="tout-text">
			<div>
				<span class="eyebrow">Collectibles</span>
				<h2 class="heading heading--r3">Pins & Scale Models</h2>
				<p class="body-1">Own a piece of HRC Legacy with our exclusive collectibles celebrating HRC's motorsport history.</p>
			</div>
			<div>
				<a href="https://shop.honda.racing/us/collections/diecasts" class="cta cta--circle cta--blue">
					<svg width="20" height="12" viewBox="0 0 20 12" fill="none" xmlns="http://www.w3.org/2000/svg">
						<path d="M1 5.25C0.585786 5.25 0.25 5.58579 0.25 6C0.25 6.41421 0.585786 6.75 1 6.75L1 5.25ZM19.5303 6.53033C19.8232 6.23744 19.8232 5.76256 19.5303 5.46967L14.7574 0.6967C14.4645 0.403807 13.9896 0.403807 13.6967 0.6967C13.4038 0.989594 13.4038 1.46447 13.6967 1.75736L17.9393 6L13.6967 10.2426C13.4038 10.5355 13.4038 11.0104 13.6967 11.3033C13.9896 11.5962 14.4645 11.5962 14.7574 11.3033L19.5303 6.53033ZM1 6L1 6.75L10 6.75L10 6L10 5.25L1 5.25L1 6ZM10 6L10 6.75L19 6.75L19 6L19 5.25L10 5.25L10 6Z" fill="currentColor" />
					</svg>
					<span class="sr-only">Read More</span>
				</a>
			</div>
		</div>
	</div>
</section>



<section class="tout-full-bleed component">
	<div class="tout-full-bleed-container">
		<div class="tout-full-bleed-image">
			<picture>
				<source srcset="/-/media/26-AGPLB-MSRdrivers_Tout-Full_Desk-Tab_1440x800-2.jpg" media="(min-width: 1024px)">
				<source srcset="/-/media/26-AGPLB-MSRdrivers_Tout-Full_Desk-Tab_1440x800-2.jpg" media="(min-width: 768px)">
				<img src="/-/media/HRC/Images/Touts/Img-Collectibles/HRC_Tout-Collectabile_867x758_RA272-118/HRC_Tout-Collectabile_867x758_RA272-01/RA272-26_Tout-Collectible_867x758/26-AGPLB-MSRdrivers_Tout-Full_Mobile_768x1274-1.jpg" alt="HRC Merchandise" />
			</picture>
		</div>
		<div class="tout-full-bleed-content">
			<div>
				<span class="eyebrow--2">Merchandise</span>
				<h2 class="heading heading--g2">Wear the dream</h2>
			</div>
			<p class="body-1">
				Introducing HRC merchandise. Born and raced in Los Angeles. Engineered to disrupt.
			</p>
			<a href="https://shop.honda.racing/us" target="_blank" class="cta cta--white">
				Shop Now <svg width="20" height="12" viewBox="0 0 20 12" fill="none" xmlns="http://www.w3.org/2000/svg">
					<path d="M1 5.25C0.585786 5.25 0.25 5.58579 0.25 6C0.25 6.41421 0.585786 6.75 1 6.75L1 5.25ZM19.5303 6.53033C19.8232 6.23744 19.8232 5.76256 19.5303 5.46967L14.7574 0.6967C14.4645 0.403807 13.9896 0.403807 13.6967 0.6967C13.4038 0.989594 13.4038 1.46447 13.6967 1.75736L17.9393 6L13.6967 10.2426C13.4038 10.5355 13.4038 11.0104 13.6967 11.3033C13.9896 11.5962 14.4645 11.5962 14.7574 11.3033L19.5303 6.53033ZM1 6L1 6.75L10 6.75L10 6L10 5.25L1 5.25L1 6ZM10 6L10 6.75L19 6.75L19 6L19 5.25L10 5.25L10 6Z" fill="currentColor" />
				</svg>
			</a>
		</div>
	</div>
</section>



<section class="spotlight-tout component">
	<div class="spotlight-tout-content">
		<div class="side-a">
			<div class="spotlight-heading">
				<h2 class="heading heading--g5">Spotlight</h2>
					<p class="heading heading--g3">Performance Parts & Passport TrailSport HRC Concept Showcased at Major Overlanding Shows</p>
			</div>
				<div class="spotlight-subheading hidden-xs">
		<p class="heading heading--subhead-r1">
			HRC exhibiting for the first time at six premier overlanding events in the U.S.
		</p>
		<a href="/Articles/General/2026-HRC-USA-Showcases-Performance-Parts-and-TrailSport-HRC-Concept-at-Major-Overlanding-Shows" target="" class="cta cta--circle cta--blue">
			<svg width="20" height="12" viewBox="0 0 20 12" fill="none" xmlns="http://www.w3.org/2000/svg">
				<path d="M1 5.25C0.585786 5.25 0.25 5.58579 0.25 6C0.25 6.41421 0.585786 6.75 1 6.75L1 5.25ZM19.5303 6.53033C19.8232 6.23744 19.8232 5.76256 19.5303 5.46967L14.7574 0.6967C14.4645 0.403807 13.9896 0.403807 13.6967 0.6967C13.4038 0.989594 13.4038 1.46447 13.6967 1.75736L17.9393 6L13.6967 10.2426C13.4038 10.5355 13.4038 11.0104 13.6967 11.3033C13.9896 11.5962 14.4645 11.5962 14.7574 11.3033L19.5303 6.53033ZM1 6L1 6.75L10 6.75L10 6L10 5.25L1 5.25L1 6ZM10 6L10 6.75L19 6.75L19 6L19 5.25L10 5.25L10 6Z" fill="currentColor" />
			</svg>
			<span class="sr-only">Read More</span>
		</a>
	</div>

		</div>
		<div class="side-b">
			<div class="spotlight-tout-images">
				<picture>
					<source srcset="/-/media/HRC/Images/Touts/Img-Spotlight-DSK/MCW_Tout-Spotlight_1618x1028_FW11/HRC_Tout-Spotlight_720x737_mobile_SEMA01/26-Acura-April_Tout-Spotlight_1618x1028/PST_Tour_Tout-Spotlight_1618x1028.jpg" media="(min-width: 1024px)">
					<source srcset="/-/media/HRC/Images/Touts/Img-Spotlight-DSK/MCW_Tout-Spotlight_1618x1028_FW11/HRC_Tout-Spotlight_720x737_mobile_SEMA01/26-Acura-April_Tout-Spotlight_1618x1028/PST_Tour_Tout-Spotlight_1618x1028.jpg" media="(min-width: 768px)">
					<img src="/-/media/HRC/Images/Touts/Img-Spotlight-DSK/MCW_Tout-Spotlight_1618x1028_FW11/HRC_Tout-Spotlight_720x737_mobile_SEMA01/26-Acura-April_Tout-Spotlight_1618x1028/PST-Tour_Tout-Spotlight_720x737_mobile.jpg" />
				</picture>
			</div>
				<div class="spotlight-subheading visible-xs">
		<p class="heading heading--subhead-r1">
			HRC exhibiting for the first time at six premier overlanding events in the U.S.
		</p>
		<a href="/Articles/General/2026-HRC-USA-Showcases-Performance-Parts-and-TrailSport-HRC-Concept-at-Major-Overlanding-Shows" target="" class="cta cta--circle cta--blue">
			<svg width="20" height="12" viewBox="0 0 20 12" fill="none" xmlns="http://www.w3.org/2000/svg">
				<path d="M1 5.25C0.585786 5.25 0.25 5.58579 0.25 6C0.25 6.41421 0.585786 6.75 1 6.75L1 5.25ZM19.5303 6.53033C19.8232 6.23744 19.8232 5.76256 19.5303 5.46967L14.7574 0.6967C14.4645 0.403807 13.9896 0.403807 13.6967 0.6967C13.4038 0.989594 13.4038 1.46447 13.6967 1.75736L17.9393 6L13.6967 10.2426C13.4038 10.5355 13.4038 11.0104 13.6967 11.3033C13.9896 11.5962 14.4645 11.5962 14.7574 11.3033L19.5303 6.53033ZM1 6L1 6.75L10 6.75L10 6L10 5.25L1 5.25L1 6ZM10 6L10 6.75L19 6.75L19 6L19 5.25L10 5.25L10 6Z" fill="currentColor" />
			</svg>
			<span class="sr-only">Read More</span>
		</a>
	</div>

		</div>
	</div>
	</div>
</section>



<section class="tout-standard component variant-red">
	<div class="tout-content">
		<div class="tout-image">
			<picture>
				<source srcset="/-/media/26-PHX-Q-02/STP_Tout-Race_1200x800/HRC_Tout-Race_1200x800-copy/26-LAG-GTP_Tout-Race_1200x800/26-LAG-TCR_Tout-Race_1200x800/26-IMS-Q_Tout-Race_1200x800.jpg" media="(min-width: 1024px)">
				<source srcset="/-/media/26-PHX-Q-02/STP_Tout-Race_1200x800/HRC_Tout-Race_1200x800-copy/26-LAG-GTP_Tout-Race_1200x800/26-LAG-TCR_Tout-Race_1200x800/26-IMS-Q_Tout-Race_1200x800.jpg" media="(min-width: 768px)">
				<img src="/-/media/26-PHX-Q-02/STP_Tout-Race_1200x800/HRC_Tout-Race_1200x800-copy/26-LAG-GTP_Tout-Race_1200x800/26-LAG-TCR_Tout-Race_1200x800/26-IMS-Q_Tout-Race_1200x800.jpg" alt="" />
			</picture>
		</div>
		<div class="tout-text">
			<div>
				<span class="eyebrow">INDYCAR <sup>®<sup></span>
				<h2 class="heading heading--g3">Palou on pole for Honda for the 110th running of the Indianapolis 500</h2>
				<p class="body-1">The reigning Indy 500 winner sets a pole speed of 232.248mph</p>
			</div>
			<div>
				<a href="/Articles/Indycar/2026-Alex-Palou-on-pole-for-Honda-for-the-110th-running-of-the-Indianapolis-500" class="cta cta--circle cta--white">
					<svg width="20" height="12" viewBox="0 0 20 12" fill="none" xmlns="http://www.w3.org/2000/svg">
						<path d="M1 5.25C0.585786 5.25 0.25 5.58579 0.25 6C0.25 6.41421 0.585786 6.75 1 6.75L1 5.25ZM19.5303 6.53033C19.8232 6.23744 19.8232 5.76256 19.5303 5.46967L14.7574 0.6967C14.4645 0.403807 13.9896 0.403807 13.6967 0.6967C13.4038 0.989594 13.4038 1.46447 13.6967 1.75736L17.9393 6L13.6967 10.2426C13.4038 10.5355 13.4038 11.0104 13.6967 11.3033C13.9896 11.5962 14.4645 11.5962 14.7574 11.3033L19.5303 6.53033ZM1 6L1 6.75L10 6.75L10 6L10 5.25L1 5.25L1 6ZM10 6L10 6.75L19 6.75L19 6L19 5.25L10 5.25L10 6Z" fill="currentColor" />
					</svg>
					<span class="sr-only">Read More</span>
				</a>
			</div>
		</div>
	</div>
</section>


<section class="social-tout component">
	<div class="social-tout-content">
		<div class="social-tout-header">
			<h2 class="heading heading--g5">Stay Up To Speed</h2>
			<div class="social-icons">
					<a href="https://www.instagram.com/hondaracing_us" target="_blank">
						<svg width="33" height="32" viewbox="0 0 33 32" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M16.4957 10.6644C13.5578 10.6644 11.1602 13.062 11.1602 16C11.1602 18.938 13.5578 21.3356 16.4957 21.3356C19.4336 21.3356 21.8312 18.938 21.8312 16C21.8312 13.062 19.4336 10.6644 16.4957 10.6644ZM32.4982 16C32.4982 13.7905 32.5182 11.601 32.3941 9.39554C32.2701 6.83381 31.6857 4.56027 29.8125 2.68701C27.9352 0.809737 25.6657 0.229345 23.104 0.105261C20.8946 -0.018823 18.7052 0.00119058 16.4997 0.00119058C14.2902 0.00119058 12.1008 -0.018823 9.89536 0.105261C7.33368 0.229345 5.06019 0.813739 3.18696 2.68701C1.30972 4.56427 0.72934 6.83381 0.605259 9.39554C0.481177 11.605 0.501191 13.7945 0.501191 16C0.501191 18.2055 0.481177 20.399 0.605259 22.6045C0.72934 25.1662 1.31372 27.4397 3.18696 29.313C5.06419 31.1903 7.33368 31.7707 9.89536 31.8947C12.1048 32.0188 14.2943 31.9988 16.4997 31.9988C18.7092 31.9988 20.8986 32.0188 23.104 31.8947C25.6657 31.7707 27.9392 31.1863 29.8125 29.313C31.6897 27.4357 32.2701 25.1662 32.3941 22.6045C32.5222 20.399 32.4982 18.2095 32.4982 16ZM16.4957 24.2095C11.9527 24.2095 8.28631 20.5431 8.28631 16C8.28631 11.4569 11.9527 7.79045 16.4957 7.79045C21.0387 7.79045 24.7051 11.4569 24.7051 16C24.7051 20.5431 21.0387 24.2095 16.4957 24.2095ZM25.0413 9.37152C23.9806 9.37152 23.1241 8.51494 23.1241 7.45423C23.1241 6.39351 23.9806 5.53693 25.0413 5.53693C26.102 5.53693 26.9586 6.39351 26.9586 7.45423C26.9589 7.7061 26.9095 7.95556 26.8133 8.18832C26.717 8.42108 26.5758 8.63256 26.3977 8.81066C26.2196 8.98876 26.0082 9.12998 25.7754 9.22622C25.5426 9.32246 25.2932 9.37184 25.0413 9.37152Z" fill="white"></path>
    </svg>
						<span class="sr-only">Instagram</span>
					</a>
					<a href="https://www.youtube.com/@HondaRacingUS" target="_blank">
						<svg width="33" height="32" viewbox="0 0 33 32" fill="none" xmlns="http://www.w3.org/2000/svg">
    <path d="M16.5 0C25.3365 0 32.5 7.16347 32.5 16C32.5 24.8366 25.3366 32 16.5 32C7.66347 32 0.5 24.8365 0.5 16C0.500033 7.16349 7.66349 3.29878e-05 16.5 0ZM16.5 10.0947C16.4794 10.0947 11.2599 10.0957 9.95117 10.4473C9.59525 10.5443 9.2708 10.7335 9.01074 10.9951C8.75077 11.2568 8.56357 11.582 8.46875 11.9385C8.1206 13.2459 8.11818 15.9634 8.11816 16C8.11816 16 8.11829 18.7451 8.46875 20.0615C8.56352 20.4181 8.75068 20.7441 9.01074 21.0059C9.27076 21.2674 9.59534 21.4567 9.95117 21.5537C11.2601 21.9053 16.4794 21.9053 16.5 21.9053C16.5205 21.9053 21.74 21.9053 23.0488 21.5537C23.4047 21.4567 23.7292 21.2675 23.9893 21.0059C24.2494 20.7441 24.4365 20.4182 24.5312 20.0615C24.8817 18.7451 24.8818 16 24.8818 16C24.8818 15.9634 24.8794 13.2459 24.5312 11.9385C24.4364 11.582 24.2492 11.2568 23.9893 10.9951C23.7292 10.7334 23.4048 10.5443 23.0488 10.4473C21.7401 10.0957 16.5205 10.0947 16.5 10.0947ZM19.167 16L14.7852 18.4932V13.5078L19.167 16Z" fill="white"></path>
</svg>
						<span class="sr-only">Youtube</span>
					</a>
					<a href="https://www.tiktok.com/@hondaracing_us" target="_blank">
						<svg width="33" height="32" viewbox="0 0 33 32" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M16.5 0C25.3366 0 32.5 7.16344 32.5 16C32.5 24.8366 25.3366 32 16.5 32C7.66344 32 0.5 24.8366 0.5 16C0.5 7.16344 7.66344 0 16.5 0ZM17.0117 19.9082C16.9467 21.6347 15.5259 23.0195 13.7842 23.0195C13.2434 23.0195 12.7337 22.8843 12.2852 22.6484C11.2563 22.1067 10.5518 21.0279 10.5518 19.7871C10.5518 18.0046 12.0017 16.554 13.7842 16.5537C14.1173 16.5537 14.4367 16.6084 14.7393 16.7031V12.7764C14.427 12.7338 14.1084 12.708 13.7842 12.708C9.88111 12.7083 6.70508 15.884 6.70508 19.7871C6.70515 22.1821 7.90237 24.302 9.72754 25.583C10.8776 26.3903 12.2755 26.8651 13.7842 26.8652C17.6874 26.8652 20.8642 23.6902 20.8643 19.7861V11.9697C22.3723 13.0524 24.2205 13.6903 26.2148 13.6904V9.84473C25.1411 9.84464 24.1404 9.52486 23.3018 8.97754L23.3008 8.97852C22.096 8.19272 21.2264 6.93536 20.9551 5.46973C20.8965 5.15279 20.8643 4.82712 20.8643 4.49414H17.0176L17.0117 19.9082Z" fill="white"></path>
    </svg>
						<span class="sr-only">TikTok</span>
					</a>
					<a href="https://www.facebook.com/HondaRacingUS" target="_blank">
						<svg width="33" height="32" viewbox="0 0 33 32" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path fill-rule="evenodd" clip-rule="evenodd" d="M0.5 16.0893C0.5 24.044 6.27733 30.6587 13.8333 32V20.444H9.83333V16H13.8333V12.444C13.8333 8.444 16.4107 6.22267 20.056 6.22267C21.2107 6.22267 22.456 6.4 23.6107 6.57733V10.6667H21.5667C19.6107 10.6667 19.1667 11.644 19.1667 12.8893V16H23.4333L22.7227 20.444H19.1667V32C26.7227 30.6587 32.5 24.0453 32.5 16.0893C32.5 7.24 25.3 0 16.5 0C7.7 0 0.5 7.24 0.5 16.0893Z" fill="white"></path>
    </svg>
						<span class="sr-only">Facebook</span>
					</a>
					<a href="https://twitter.com/HondaRacing_US" target="_blank">
						<svg width="32" height="32" viewbox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14.2806 0.0890768C8.64248 0.677267 3.6047 4.388 1.31453 9.63915C-0.161331 13.0293 -0.406952 16.9327 0.640999 20.5262C1.93543 25.007 5.28382 28.7926 9.6164 30.6859C13.0076 32.1613 16.9123 32.4068 20.5071 31.3592C25.8877 29.8085 30.1242 25.3922 31.5149 19.9055C33.6861 11.3075 28.3588 2.51606 19.7365 0.46338C17.8425 0.0142162 16.1745 -0.103636 14.2806 0.0890768ZM14.4946 10.0241C15.8635 11.8422 17.0192 13.3394 17.062 13.3394C17.1048 13.3394 18.528 11.8422 20.2072 10.0241L23.2774 6.70889H25.0211L24.6467 7.10501C24.4328 7.32874 23.0421 8.83686 21.5551 10.4519C20.0681 12.0668 18.6132 13.6384 18.3239 13.9276L17.8109 14.473L21.8225 19.8095C24.0263 22.7504 25.8342 25.1883 25.8342 25.232C25.8342 25.2854 24.5188 25.3171 22.924 25.3171L20.0039 25.3064L17.2867 21.6703C15.4146 19.1571 14.5374 18.0764 14.4518 18.1412C14.3876 18.1946 12.8681 19.8313 11.0713 21.7773L7.80848 25.3171H6.98433C6.52476 25.3171 6.15033 25.2953 6.15033 25.2636C6.15033 25.232 7.85128 23.3703 9.92621 21.1356C11.9915 18.9005 13.7032 17.029 13.7239 16.9973C13.735 16.9537 12.0341 14.6334 9.94803 11.8422C7.86197 9.06165 6.15033 6.76236 6.15033 6.74055C6.15033 6.7198 7.46573 6.70889 9.08152 6.70889H12.0123L14.4946 10.0241Z" fill="white"></path>
<path d="M8.7926 8.14139C8.83518 8.21625 11.5304 11.8309 14.7615 16.151L20.6453 24.0223L21.9607 24.0332C22.7739 24.0332 23.2662 23.9904 23.2444 23.9263C23.2346 23.8728 20.5492 20.2585 17.2973 15.9055L11.3699 7.99166H10.0438C8.94237 7.99166 8.71729 8.01348 8.7926 8.14139Z" fill="white"></path>
</svg>

						<span class="sr-only">X</span>
					</a>
			</div>
		</div>
		<ul class="juicer-feed"			
			data-feed-id="hondaracing_us"
			data-per="4" data-pages="1" data-truncate="120" data-style="modern" data-overlay="true" data-columns="1">
		</ul>
	</div>
</section>


<footer class="footer component" id="footer">
	<div class="footer-content">
		<hr class="footer-divider" />
		<div class="primary-footer">
			<div class="footer-newsletter">
				<div class="footer-newsletter-content">
					<button data-toggle="modal" data-target="#newsletterModal" class="newsletter-cta">
						<span class="heading heading--g6">GET EMAIL UPDATES</span>
						<span class="cta cta--circle cta--blue">
							<svg width="20" height="12" viewBox="0 0 20 12" fill="none" xmlns="http://www.w3.org/2000/svg">
								<path d="M1 5.25C0.585786 5.25 0.25 5.58579 0.25 6C0.25 6.41421 0.585786 6.75 1 6.75L1 5.25ZM19.5303 6.53033C19.8232 6.23744 19.8232 5.76256 19.5303 5.46967L14.7574 0.6967C14.4645 0.403807 13.9896 0.403807 13.6967 0.6967C13.4038 0.989594 13.4038 1.46447 13.6967 1.75736L17.9393 6L13.6967 10.2426C13.4038 10.5355 13.4038 11.0104 13.6967 11.3033C13.9896 11.5962 14.4645 11.5962 14.7574 11.3033L19.5303 6.53033ZM1 6L1 6.75L10 6.75L10 6L10 5.25L1 5.25L1 6ZM10 6L10 6.75L19 6.75L19 6L19 5.25L10 5.25L10 6Z" fill="currentColor" />
							</svg>
						</span>
					</button>
				</div>
				<hr class="footer-divider visible-xs visible-sm" />
			</div>
			<div class="footer-links-section">
				<div class="footer-links-columns">
					<div class="footer-links-col">
							<div class="links-group">
										<span class="footer-links-heading">Series</span>
		<ul>
				<li>
					<a href="/Series/IMSA">
						IMSA
					</a>
				</li>
				<li>
					<a href="/Series/Indycar">
						Indycar
					</a>
				</li>
				<li>
					<a href="/Series/Formula-1">
						Formula 1
					</a>
				</li>
				<li>
					<a href="/Series/Off-Road">
						Off-Road
					</a>
				</li>

				<li><a href="/Series" class="is-regular"><span>View All</span></a></li>
		</ul>

							</div>
					</div>
					<div class="footer-links-col">
							<div class="links-group">
										<span class="footer-links-heading">Gear &amp; Collectibles</span>
		<ul>
				<li>
					<a href="https://shop.honda.racing/" target="_blank">
						Fan Store
	<i>
		<svg xmlns="http://www.w3.org/2000/svg" width="9" height="9" viewBox="0 0 9 9" fill="none">
			<path d="M1.66659 0C1.2984 0 0.999919 0.298477 0.999919 0.666667C0.999919 1.03486 1.2984 1.33333 1.66659 1.33333H6.72659L0.803252 7.25667C0.543678 7.51624 0.543678 7.93709 0.803252 8.19667C1.06283 8.45624 1.48368 8.45624 1.74325 8.19667L7.66659 2.27333V7.33333C7.66659 7.70152 7.96506 8 8.33325 8C8.70144 8 8.99992 7.70152 8.99992 7.33333V0.666667C8.99992 0.298477 8.70144 0 8.33325 0H1.66659Z" fill="#FF0000" />
		</svg>
	</i>
					</a>
				</li>

		</ul>
		<span class="footer-links-heading">The Latest</span>
		<ul>
				<li>
					<a href="/News">
						News
					</a>
				</li>

		</ul>

							</div>
													<div class="links-group">
										<span class="footer-links-heading">Racing Products</span>
		<ul>
				<li>
					<a href="https://dreamshop.honda.com/s/hrc" target="_blank">
						Shop
	<i>
		<svg xmlns="http://www.w3.org/2000/svg" width="9" height="9" viewBox="0 0 9 9" fill="none">
			<path d="M1.66659 0C1.2984 0 0.999919 0.298477 0.999919 0.666667C0.999919 1.03486 1.2984 1.33333 1.66659 1.33333H6.72659L0.803252 7.25667C0.543678 7.51624 0.543678 7.93709 0.803252 8.19667C1.06283 8.45624 1.48368 8.45624 1.74325 8.19667L7.66659 2.27333V7.33333C7.66659 7.70152 7.96506 8 8.33325 8C8.70144 8 8.99992 7.70152 8.99992 7.33333V0.666667C8.99992 0.298477 8.70144 0 8.33325 0H1.66659Z" fill="#FF0000" />
		</svg>
	</i>
					</a>
				</li>
				<li>
					<a href="/Racing-Line/Join">
						Racing Line
					</a>
				</li>

		</ul>

							</div>

					</div>
				</div>
			</div>
		</div>
		<hr class="footer-divider is-black full-bleed" />
		<div class="secondary-footer">
			<div class="footer-legal">
				<p class="legal">
					&copy; 2026 American Honda Motor Co., Inc. All information contained herein applies to U.S. products only.
				</p>
				<nav class="footer-legal-links legal">
						<a href="/About" target="">About</a> |						<a href="https://hondanews.com/en-US/honda-racing" target="_blank">Media Resources</a> |						<a href="https://www.honda.com/privacy/privacy-notice" target="_blank">Privacy Notice</a> |						<a href="https://www.honda.com/privacy/terms-and-conditions" target="_blank">Legal Terms and Conditions</a> |						<a href="https://www.honda.com/privacy/SMS-Terms" target="_blank">SMS Terms and Conditions</a> |						<a href="https://www.honda.com/privacy/your-privacy-choices" target="_blank">Your Privacy Choices<span class="footer-privacy-icons">
	<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 30 14" style="enable-background:new 0 0 30 14" xml:space="preserve">
		<path d="M7.4 12.8h6.8l3.1-11.6H7.4C4.2 1.2 1.6 3.8 1.6 7s2.6 5.8 5.8 5.8z" style="fill-rule:evenodd;clip-rule:evenodd;fill:#fff"></path>
		<path d="M22.6 0H7.4c-3.9 0-7 3.1-7 7s3.1 7 7 7h15.2c3.9 0 7-3.1 7-7s-3.2-7-7-7zm-21 7c0-3.2 2.6-5.8 5.8-5.8h9.9l-3.1 11.6H7.4c-3.2 0-5.8-2.6-5.8-5.8z" style="fill-rule:evenodd;clip-rule:evenodd;fill:#06f"></path>
		<path d="M24.6 4c.2.2.2.6 0 .8L22.5 7l2.2 2.2c.2.2.2.6 0 .8-.2.2-.6.2-.8 0l-2.2-2.2-2.2 2.2c-.2.2-.6.2-.8 0-.2-.2-.2-.6 0-.8L20.8 7l-2.2-2.2c-.2-.2-.2-.6 0-.8.2-.2.6-.2.8 0l2.2 2.2L23.8 4c.2-.2.6-.2.8 0z" style="fill:#fff"></path>
		<path d="M12.7 4.1c.2.2.3.6.1.8L8.6 9.8c-.1.1-.2.2-.3.2-.2.1-.5.1-.7-.1L5.4 7.7c-.2-.2-.2-.6 0-.8.2-.2.6-.2.8 0L8 8.6l3.8-4.5c.2-.2.6-.2.9 0z" style="fill:#06f"></path>
	</svg>
</span></a> |						<a href="/images/pdf/Proposition 65 Consumer Website Statement.pdf" target="_blank">Prop 65 Info</a> |						<a href="https://www.honda.com/privacy/connected-product-privacy-notice" target="_blank">Vehicle Privacy Notice</a> 				</nav>
				<p class="legal">
					We and third parties use cookies and similar tools to enhance and track your experience on our Sites, conduct analytics,
and personalize marketing to you. By using the Sites, you agree to our use of these technologies. For more information,
visit the <a rel="noopener noreferrer" href="https://www.honda.com/privacy/privacy-notice#cookies" target="_blank" aria-label="Opens in a new window" data-link-id="cookie_policy">Cookies section</a>
within our Privacy Notice. To manage your Cookie Preferences,
<a href="#" class="ot-sdk-show-settings" data-link-id="onetrust">click here</a>
				</p>
			</div>
		</div>
	</div>
	<div class="modal fade text-left" id="newsletterModal" role="dialog">
    <div class="modal-dialog">
        <div class="modal-content">
            <div class="modal-header">
                <div class="container">
                    <h3>Exciting News Travels Fast</h3>
                    <div class="close-modal" data-dismiss="modal"><i class="ion-android-close"></i></div>
                </div>
            </div>
            <div class="modal-body text-center">
                <div class="container">
                    <div class="row">
                        <div class="col-md-6 col-md-push-3">
                            <p>Sign up to get the latest Honda Racing updates, delivered from the track to your inbox.</p>
                            <form id="newsletterSignUp" action="/api/newslettersignup" method="get">
                                <div class="row">
                                    <div class="col-xs-12">
                                        <div class="input">
                                            <input class="field" id="firstName" type="text" name="firstName" value="" required />
                                            <label class="label" for="firstName">
                                                <span class="placeholder">First Name</span>
                                            </label>
                                        </div>
                                        
                                    </div>
                                    <div class="col-xs-12">
                                        <div class="input">
                                            <input class="field" id="lastName" type="text" name="lastName" value="" required />
                                            <label class="label" for="lastName">
                                                <span class="placeholder">Last Name</span>
                                            </label>
                                        </div>
                                    </div>
                                    <div class="col-md-12">
                                        <div class="input">
                                            <input class="field" type="email" id="emailAddress" name="emailAddress" value="" required />
                                            <label class="label" for="emailAddress">
                                                <span class="placeholder">Email Address</span>
                                            </label>
                                        </div>
                                    </div>
                                </div>
                                
                                <button id="newsletterSignUp_btn" type="submit" border="0" value="Sign Up" height="15" width="140" alt="Sign Up" class="register cta cta--solid mb-40">Sign Up</button>
                                
                                <p class="small">Honda respects your privacy for your personal information. Please see our <a href="/privacy/privacy-notice" target="_blank">Privacy Notice</a> for more details.</p>
                            </form>
                            <p id="successMsg"></p>
                            <p id="errorMsg"></p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
<script type="text/javascript">

    $("#newsletterSignUp").on('submit',
        function(event) {
            
            $('#errorMsg').html('').css("display", "none");
            $('#successMsg').html('').css("display", "none");
            $("#newsletterSignUp_btn").attr("disabled", "disabled");
            $("#newsletterSignUp_btn").text('Sending...');

            event.preventDefault();
            $.ajax('/API/NewsletterSignUp',
                {
                    type: "POST",
                    data: $("#newsletterSignUp").serialize(),
                    success: function(data)
                    {
                        console.log(data); // show status code 200 response from the api controller
                        $("#newsletterSignUp_btn").removeAttr("disabled");
                        $("#newsletterSignUp_btn").text('Sign Up');
                        if (data.Errors) {
                            $('#errorMsg').css("display", "block");
                            data.Errors.forEach(function(item) {
                                $('#errorMsg').append(item + '<br />'); 
                            });
                            
                        } else {
                            if (typeof trackDtm === "function") {
                                trackDtm("email_updates_signup", null, null);
                            }
                           
                            $('#newsletterSignUp_btn').css("display", "none");
                            $('#successMsg').html(data.SuccessMsg).css("display", "block");   
                            $("#newsletterSignUp")[0].reset();
                            $("#newsletterSignUp").fadeOut();

                        }
                    },
                    error: function (error) {
                        console.log(error); // show status code 500 response from the api controller
                        $("#newsletterSignUp_btn").removeAttr("disabled");
                        $("#newsletterSignUp_btn").text('Sign Up');
                        $('#errorMsg').html(error.statusText).css("display", "block");
                    }
                }
            );

        });

</script>

</footer>


	
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.20.2/TweenMax.min.js" integrity="sha384-Qb6zt4YxZI0avfVYPZ7zqFe+txY47QzW2RWMf9Zh5cGFgFComdcsCdRJaIOV73y1" crossorigin="anonymous"></script>
<script src="/js/site.min.js"></script>
<script src="/js/yt-consent-handler.js"></script>
<script type="text/javascript">
	(function waitForLaunch(maxWaitMs = 5000, intervalMs = 200) {
		const start = Date.now();

		function f() {
			const launchReady = typeof window._satellite !== 'undefined' && window._satellite.pageBottom !== undefined;

			if (launchReady) {
				_satellite.pageBottom();
			}
			else if (Date.now() - start < maxWaitMs) {
				setTimeout(f, intervalMs);
			} 
		}

		f();
	})();
</script>


	<script type="text/javascript" src="/js/splide.min.js"></script>
<script type="text/javascript" src="//assets.juicer.io/embed-no-jquery.js"></script>
<script type="text/javascript"  src="/ADH8/SUOA/bm/Vl6Q/yMUQ/b51GG6mhLpckVSkE3J/e04mRgUE/WRYdAQ9/SPCsB"></script></body>
</html>