html {
	scroll-behavior: smooth;
}

html.exg-v2-lock,
html.exg-v2-lock body {
	overflow: hidden;
}

body.exg-home-v2 {
	--exg-slant-angle: -8deg;
	--exg-slant-card-run: clamp(48px, 4vw, 56px);
	margin: 0;
	background: var(--exg-warm);
	color: var(--exg-black);
	font-family: var(--exg-body);
	font-size: var(--exg-type-body-size);
	line-height: var(--exg-type-body-line);
}

.exg-home-v2 *,
.exg-home-v2 *::before,
.exg-home-v2 *::after {
	box-sizing: border-box;
}

.exg-home-v2 img {
	display: block;
	max-width: 100%;
}

.exg-home-v2 a {
	color: inherit;
	text-decoration: none;
}

.exg-home-v2 button,
.exg-home-v2 input {
	font: inherit;
}

.exg-home-v2 button {
	border: 0;
	cursor: pointer;
}

.exg-v2-skip-link {
	position: fixed;
	z-index: 10000;
	top: 10px;
	left: 10px;
	padding: 10px 16px;
	border-radius: 4px;
	background: var(--exg-gold);
	color: var(--exg-black);
	font-weight: var(--exg-weight-strong);
	transform: translateY(-160%);
	transition: transform 0.18s ease;
}

.exg-v2-skip-link:focus {
	transform: translateY(0);
}

.exg-home-v2 :focus-visible {
	outline: 3px solid #806100;
	outline-offset: 3px;
}

.exg-v2-header {
	position: relative;
	z-index: 100;
	width: 100%;
	height: 134px;
	background: #fff;
}

.exg-v2-utility {
	height: 38px;
	border: 1px solid #1a1a1a;
	background: var(--exg-black);
	color: #fff;
}

.exg-v2-utility__inner,
.exg-v2-primary__inner {
	width: min(100%, 1440px);
	height: 100%;
	margin: 0 auto;
}

.exg-v2-utility__inner {
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 0 52px;
	font-size: 13px;
	font-weight: var(--exg-weight-semibold);
	line-height: 18px;
}

.exg-v2-utility__label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 118px;
	height: 30px;
	margin-left: -1px;
	border: 1px solid #707070;
	border-radius: 4px;
	background: #272727;
	font-weight: var(--exg-weight-strong);
}

.exg-v2-utility a {
	display: inline-flex;
	align-items: center;
	height: 30px;
	transition: color 0.15s ease, opacity 0.15s ease;
}

.exg-v2-utility a:hover {
	color: var(--exg-gold);
}

.exg-v2-utility a.is-heavy {
	color: var(--exg-gold);
}

.exg-v2-utility__actions {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-left: auto;
}

.exg-v2-utility__actions .exg-v2-icon-link {
	position: relative;
	width: 22px;
	height: 22px;
}

.exg-v2-utility__actions img {
	width: 22px;
	height: 22px;
}

.exg-v2-utility .exg-cart-count,
.exg-v2-mobile-actions .exg-cart-count {
	position: absolute;
	top: -7px;
	right: -9px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	border-radius: 99px;
	background: var(--exg-gold);
	color: var(--exg-black);
	font-family: var(--exg-body);
	font-size: 10px;
	font-weight: var(--exg-weight-strong);
	line-height: 16px;
}

.exg-v2-utility .exg-cart-count[data-count="0"],
.exg-v2-mobile-actions .exg-cart-count[data-count="0"] {
	display: none;
}

.exg-v2-primary {
	position: relative;
	height: 96px;
	background: #fff;
}

.exg-v2-primary__inner {
	display: grid;
	grid-template-columns: 250px minmax(0, 1fr) 198px;
	align-items: center;
	gap: 32px;
	padding: 0 64px 0 60px;
}

.exg-v2-logo {
	display: inline-flex;
	width: 188px;
	height: 43px;
}

.exg-v2-logo img {
	width: 188px;
	height: 43px;
}

.exg-v2-main-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(24px, 3.4vw, 52px);
	color: var(--exg-black);
	font-size: 14px;
	font-weight: var(--exg-weight-strong);
	line-height: 20px;
}

.exg-v2-main-nav > a {
	position: relative;
	display: inline-flex;
	align-items: center;
	height: 48px;
}

.exg-v2-main-nav > a::after {
	position: absolute;
	right: 0;
	bottom: 4px;
	left: 0;
	height: 3px;
	background: var(--exg-gold);
	content: "";
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.18s ease;
}

.exg-v2-main-nav > a:hover::after {
	transform: scaleX(1);
}

.exg-v2-search-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 9px;
	background: transparent;
}

.exg-v2-search-button img {
	width: 24px;
	height: 24px;
}

.exg-v2-dealer-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 198px;
	height: 48px;
	border-radius: 4px;
	background: var(--exg-gold);
	color: var(--exg-black);
	font-size: 15px;
	font-weight: var(--exg-weight-strong);
	transition: background 0.18s ease, transform 0.18s ease;
}

.exg-v2-dealer-cta:hover {
	background: #ffda4a;
	transform: translateY(-1px);
}

.exg-v2-mobile-actions,
.exg-v2-mobile-nav {
	display: none;
}

.exg-v2-search[hidden] {
	display: none;
}

.exg-v2-search {
	position: fixed;
	z-index: 500;
	inset: 0;
	display: grid;
	place-items: start center;
	padding: 128px 20px 20px;
}

.exg-v2-search__backdrop {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: rgba(10, 10, 10, 0.78);
}

.exg-v2-search__dialog {
	position: relative;
	z-index: 1;
	width: min(720px, 100%);
	padding: 42px;
	border-top: 6px solid var(--exg-gold);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

.exg-v2-search__dialog > p {
	margin: 0 0 22px;
	font-family: var(--exg-display);
	font-size: 34px;
	font-weight: var(--exg-weight-action);
	line-height: 1;
}

.exg-v2-search__close {
	position: absolute;
	top: 12px;
	right: 16px;
	width: 36px;
	height: 36px;
	background: transparent;
	color: var(--exg-black);
	font-size: 30px;
	line-height: 1;
}

.exg-v2-search form {
	display: flex;
	gap: 10px;
}

.exg-v2-search input {
	min-width: 0;
	flex: 1;
	height: 54px;
	padding: 0 18px;
	border: 1px solid #b9c0c7;
	border-radius: 6px;
	background: #f2f3f4;
	color: var(--exg-black);
}

.exg-v2-search form button {
	height: 54px;
	padding: 0 28px;
	border-radius: 6px;
	background: var(--exg-gold);
	color: var(--exg-black);
	font-weight: var(--exg-weight-strong);
}

.exg-v2-main {
	width: 100%;
	overflow: hidden;
}

.exg-v2-hero {
	position: relative;
	height: 520px;
	overflow: hidden;
	background: #f8f7f2;
}

.exg-v2-hero__art,
.exg-v2-hero__art img {
	position: absolute;
}

.exg-v2-hero__art {
	z-index: 0;
	inset: 0;
	width: 100%;
	height: 100%;
}

.exg-v2-hero__heavy-image {
	top: 0;
	left: 0;
	width: 51.4%;
	height: 520px;
	object-fit: cover;
}

.exg-v2-hero__light-image,
.exg-v2-hero__light-tone {
	top: 0;
	left: 48.6%;
	width: 51.4%;
	height: 520px;
	object-fit: cover;
}

.exg-v2-hero__light-tone {
	mix-blend-mode: color;
	pointer-events: none;
}

.exg-v2-hero__yellow-plate {
	top: 0;
	left: 0;
	width: 27.8%;
	height: 100%;
}

.exg-v2-hero__ink-plate {
	top: 0;
	left: 49%;
	width: 28.2%;
	height: 100%;
	opacity: 0.9;
}

.exg-v2-hero__divider {
	z-index: 1;
	top: 0;
	left: calc(50% - 40px);
	width: 80px;
	height: 520px;
}

.exg-v2-hero__content {
	position: absolute;
	z-index: 2;
	top: 110px;
	display: flex;
	width: min(410px, calc(27.8vw - 64px));
	height: 380px;
	flex-direction: column;
	align-items: flex-start;
	color: var(--exg-black);
}

.exg-v2-hero__content--heavy {
	left: max(36px, calc((100vw - 1440px) / 2 + 36px));
}

.exg-v2-hero__content--light {
	left: max(55.7%, calc((100vw - 1440px) / 2 + 802px));
	width: min(400px, 20.5vw);
	color: #fff;
}

.exg-v2-hero__content h2 {
	margin: 0 0 var(--exg-stack-title-gap);
	font-family: var(--exg-display);
	font-size: var(--exg-type-hero-compact-size);
	font-weight: var(--exg-weight-display);
	letter-spacing: -0.01em;
	line-height: var(--exg-type-hero-line);
}

.exg-v2-hero__kicker {
	margin: 0 0 var(--exg-stack-title-gap);
	color: #fff;
	font-family: var(--exg-display);
	font-size: var(--exg-type-eyebrow-size);
	font-weight: var(--exg-weight-action);
	letter-spacing: var(--exg-tracking-label);
	line-height: var(--exg-type-eyebrow-line);
	text-transform: uppercase;
}

.exg-v2-hero__content ul {
	display: grid;
	gap: 0;
	margin: 0 0 var(--exg-stack-title-gap);
	padding: 0;
	list-style: none;
	font-family: var(--exg-body);
	font-size: var(--exg-type-body-size);
	line-height: var(--exg-type-body-line);
}

.exg-v2-hero__content li::before {
	margin-right: 9px;
	content: "\2022";
}

.exg-v2-hero__actions {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: var(--exg-space-4);
}

.exg-v2-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	padding: 12px 18px 11px 20px;
	border: 2px solid transparent;
	border-radius: 8px;
	font-family: var(--exg-display);
	font-size: var(--exg-type-action-size);
	font-weight: var(--exg-weight-action);
	letter-spacing: 0.03em;
	line-height: var(--exg-type-action-line);
	text-transform: uppercase;
	transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.exg-v2-button:hover {
	transform: translateY(-2px);
}

.exg-v2-button img {
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
}

.exg-home-v2 .exg-v2-button--ink {
	border-color: #000;
	background: #000;
	color: #fff;
}

.exg-home-v2 .exg-v2-button--ink:hover {
	background: #222;
}

.exg-home-v2 .exg-v2-button--light {
	border-color: var(--exg-gold);
	background: #fff;
	color: var(--exg-black);
}

.exg-home-v2 .exg-v2-button--light:hover {
	background: #f0f0f0;
}

.exg-home-v2 .exg-v2-button--yellow {
	background: var(--exg-gold);
	color: var(--exg-black);
}

.exg-home-v2 .exg-v2-button--yellow:hover {
	background: #ffda4a;
}

.exg-v2-vehicles {
	display: flex;
	height: 420px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: var(--exg-space-4);
	padding: var(--exg-space-6) 72px;
	border-top: 6px solid var(--exg-gold);
	background: var(--exg-warm);
}

.exg-v2-section-heading {
	display: flex;
	width: min(900px, 100%);
	flex-direction: column;
	align-items: center;
	gap: var(--exg-stack-eyebrow-gap);
	text-align: center;
}

.exg-v2-eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	color: var(--exg-black);
	font-family: var(--exg-display);
	font-size: var(--exg-type-eyebrow-size);
	font-weight: var(--exg-weight-action);
	letter-spacing: var(--exg-tracking-label);
	line-height: var(--exg-type-eyebrow-line);
}

.exg-v2-eyebrow span {
	width: 34px;
	height: 3px;
	background: var(--exg-gold);
}

.exg-v2-eyebrow span:last-child {
	background: var(--exg-gold);
}

.exg-v2-section-heading h2 {
	margin: 0;
	color: var(--exg-black);
	font-family: var(--exg-display);
	font-size: var(--exg-type-section-size);
	font-weight: var(--exg-weight-display);
	line-height: var(--exg-type-section-line);
}

.exg-v2-section-heading > p:last-child {
	margin: 0;
	color: var(--exg-gold-deep);
	font-size: var(--exg-type-lede-size);
	line-height: var(--exg-type-lede-line);
}

.exg-v2-vehicle-grid {
	display: grid;
	width: min(1296px, 100%);
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--exg-space-6);
}

.exg-v2-vehicle-card {
	position: relative;
	display: flex;
	height: 228px;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
	padding: 146px 12px 10px;
	border: 1.5px solid var(--exg-gold);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 9px 22px rgba(10, 10, 10, 0.18);
	color: var(--exg-black);
	transition: box-shadow 0.18s ease, transform 0.18s ease;
}

.exg-v2-vehicle-card::before {
	position: absolute;
	top: -1px;
	right: -1px;
	left: -1px;
	height: 5px;
	background: var(--exg-gold);
	content: "";
}

.exg-v2-vehicle-card.is-heavy {
	border-color: var(--exg-gold);
}

.exg-v2-vehicle-card.is-heavy::before {
	background: var(--exg-gold);
}

.exg-v2-vehicle-card:hover {
	box-shadow: 0 14px 28px rgba(10, 10, 10, 0.24);
	transform: translateY(-4px);
}

.exg-v2-vehicle-card img {
	position: absolute;
	top: 10px;
	left: 50%;
	width: min(260px, calc(100% - 24px));
	height: 132px;
	object-fit: contain;
	transform: translateX(-50%);
}

.exg-v2-vehicle-card strong {
	font-family: var(--exg-display);
	font-size: var(--exg-type-card-size);
	font-weight: var(--exg-weight-display);
	line-height: var(--exg-type-card-line);
}

.exg-v2-vehicle-card span {
	color: var(--exg-gold-deep);
	font-size: var(--exg-type-utility-size);
	letter-spacing: 0.39px;
	line-height: var(--exg-type-utility-line);
}

.exg-v2-proof {
	position: relative;
	overflow: hidden;
	padding: 58px 72px 62px;
	background: var(--exg-black);
	color: #fff;
}

.exg-v2-proof::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 6px;
	background: linear-gradient(90deg, var(--exg-gold) 0 50%, var(--exg-gold) 50% 100%);
	content: "";
}

.exg-v2-proof__inner {
	display: grid;
	width: min(1296px, 100%);
	grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.55fr);
	gap: clamp(36px, 4vw, 64px);
	align-items: stretch;
	margin: 0 auto;
}

.exg-v2-proof__intro {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding-right: clamp(0px, 2vw, 24px);
}

.exg-v2-proof__intro > p {
	margin: 0 0 10px;
	color: var(--exg-gold);
	font-family: var(--exg-body);
	font-size: var(--exg-type-eyebrow-size);
	font-weight: var(--exg-weight-action);
	letter-spacing: 0.1em;
	line-height: var(--exg-type-eyebrow-line);
}

.exg-v2-proof__intro h2 {
	margin: 0 0 16px;
	color: #fff;
	font-family: var(--exg-display);
	font-size: clamp(38px, 3.4vw, 52px);
	font-weight: var(--exg-weight-display);
	letter-spacing: -0.018em;
	line-height: 0.96;
}

.exg-v2-proof__intro > span {
	display: block;
	max-width: 440px;
	color: rgba(255, 255, 255, 0.72);
	font-family: var(--exg-body);
	font-size: var(--exg-type-body-lg-size);
	line-height: var(--exg-type-body-lg-line);
}

.exg-v2-proof__metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.exg-v2-proof article {
	display: grid;
	min-width: 0;
	min-height: 218px;
	grid-template-columns: 1fr;
	align-content: center;
	padding: 28px 24px 24px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-top: 3px solid color-mix(in srgb, var(--exg-gold), transparent 16%);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.055);
}

.exg-v2-proof article > div {
	display: grid;
	min-width: 0;
	align-content: center;
}

.exg-v2-proof strong {
	display: block;
	color: var(--exg-gold);
	font-family: var(--exg-display);
	font-size: clamp(50px, 4.2vw, 64px);
	font-weight: var(--exg-weight-display);
	letter-spacing: -0.035em;
	line-height: 0.84;
}

.exg-v2-proof article span {
	display: block;
	margin-top: 14px;
	color: #fff;
	font-family: var(--exg-display);
	font-size: 18px;
	font-weight: var(--exg-weight-action);
	letter-spacing: 0.025em;
	line-height: 20px;
}

.exg-v2-proof small {
	display: block;
	margin-top: 12px;
	padding-top: 11px;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
	color: rgba(255, 255, 255, 0.68);
	font-family: var(--exg-body);
	font-size: 12px;
	font-weight: var(--exg-weight-regular);
	line-height: 17px;
}

.exg-v2-actions {
	height: 500px;
	padding: var(--exg-space-9) 72px var(--exg-space-10);
	border-top: 6px solid var(--exg-black);
	background: var(--exg-warm);
}

.exg-v2-actions__intro {
	width: min(1296px, 100%);
	margin: 0 auto var(--exg-space-4);
}

.exg-v2-actions__intro h2 {
	margin: 0 0 var(--exg-stack-eyebrow-gap);
	font-family: var(--exg-display);
	font-size: var(--exg-type-section-size);
	font-weight: var(--exg-weight-display);
	letter-spacing: -0.01em;
	line-height: var(--exg-type-section-line);
}

.exg-v2-actions__intro p {
	margin: 0;
	font-family: var(--exg-body);
	font-size: var(--exg-type-body-lg-size);
	line-height: var(--exg-type-body-lg-line);
}

.exg-v2-action-grid {
	display: grid;
	width: min(1296px, 100%);
	margin: 0 auto;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--exg-space-6);
}

.exg-v2-action-card {
	position: relative;
	height: 280px;
	overflow: hidden;
	border-radius: 8px;
	background-image: var(--exg-card-image);
	background-position: center;
	background-size: cover;
	box-shadow: 0 7px 16px rgba(10, 10, 10, 0.15);
}

.exg-v2-action-card::before {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 42%, rgba(255, 255, 255, 0.12) 72%, rgba(255, 255, 255, 0.02) 100%);
	content: "";
}

.exg-v2-action-card__copy {
	position: relative;
	z-index: 1;
	display: flex;
	width: 234px;
	height: 100%;
	flex-direction: column;
	align-items: flex-start;
	padding: 24px;
}

.exg-v2-action-card h3 {
	margin: 0 0 var(--exg-stack-title-gap);
	font-family: var(--exg-display);
	font-size: var(--exg-type-card-size);
	font-weight: var(--exg-weight-display);
	letter-spacing: -0.01em;
	line-height: var(--exg-type-card-line);
}

.exg-v2-action-card p {
	margin: 0;
	font-family: var(--exg-body);
	font-size: var(--exg-type-body-lg-size);
	line-height: var(--exg-type-body-lg-line);
}

.exg-v2-action-card a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 43px;
	margin-top: auto;
	padding: 11px 16px 10px 18px;
	border: 1px solid var(--exg-black);
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.88);
	font-family: var(--exg-display);
	font-size: var(--exg-type-action-size);
	font-weight: var(--exg-weight-action);
	letter-spacing: 0.03em;
	line-height: var(--exg-type-action-line);
	white-space: nowrap;
}

.exg-v2-action-card a:hover {
	background: var(--exg-gold);
}

.exg-v2-action-card a img {
	width: 16px;
	height: 16px;
}

.exg-v2-store {
	position: relative;
	height: 255px;
	overflow: hidden;
	background: var(--exg-black);
	color: #fff;
}

.exg-v2-store__slash {
	position: absolute;
	top: 0;
	height: 255px;
}

.exg-v2-store__slash--yellow {
	right: 0;
	width: min(38.35%, 552px);
}

.exg-v2-store__slash--dark {
	right: 0;
	width: min(27.3%, 393px);
}

.exg-v2-store__copy {
	position: absolute;
	z-index: 2;
	top: 35px;
	left: max(72px, calc((100vw - 1440px) / 2 + 72px));
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.exg-v2-store__copy > p {
	margin: 0;
	color: var(--exg-gold);
	font-family: var(--exg-display);
	font-size: var(--exg-type-eyebrow-size);
	font-weight: var(--exg-weight-action);
	letter-spacing: var(--exg-tracking-label);
	line-height: var(--exg-type-eyebrow-line);
}

.exg-v2-store__copy h2 {
	margin: var(--exg-stack-eyebrow-gap) 0 0;
	font-family: var(--exg-display);
	font-size: var(--exg-type-section-size);
	font-weight: var(--exg-weight-display);
	letter-spacing: -0.01em;
	line-height: var(--exg-type-section-line);
}

.exg-v2-store__copy > span {
	margin: 0 0 var(--exg-space-3);
	color: rgba(255, 255, 255, 0.78);
	font-family: var(--exg-body);
	font-size: var(--exg-type-lede-size);
	line-height: var(--exg-type-lede-line);
}

.exg-v2-store__products {
	position: absolute;
	z-index: 1;
	top: -3px;
	right: max(0px, calc((100vw - 1440px) / 2));
	width: 610px;
	height: 261px;
}

.exg-v2-store__products img {
	position: absolute;
	width: 257px;
	height: 257px;
	object-fit: contain;
	filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.38));
}

.exg-v2-store__products img:nth-child(1) {
	top: 2px;
	left: 0;
}

.exg-v2-store__products img:nth-child(2) {
	top: 0;
	left: 184px;
}

.exg-v2-store__products img:nth-child(3) {
	top: 6px;
	left: 359px;
	width: 250px;
	height: 250px;
}

.exg-v2-newsletter {
	display: flex;
	height: 160px;
	align-items: center;
	justify-content: space-between;
	gap: 42px;
	padding: 40px max(72px, calc((100vw - 1440px) / 2 + 72px));
	background: #fff;
}

.exg-v2-newsletter__intro {
	display: flex;
	width: 494px;
	align-items: center;
	gap: 20px;
}

.exg-v2-newsletter__intro > img {
	width: 54px;
	height: 42px;
	flex: 0 0 54px;
}

.exg-v2-newsletter__intro h2 {
	margin: 0;
	font-family: var(--exg-display);
	font-size: var(--exg-type-card-size);
	font-weight: var(--exg-weight-display);
	letter-spacing: 0;
	line-height: var(--exg-type-card-line);
}

.exg-v2-newsletter__intro p {
	margin: 0;
	font-family: var(--exg-body);
	font-size: var(--exg-type-action-size);
	line-height: var(--exg-type-action-line);
}

.exg-v2-newsletter__form {
	width: 542px;
}

.exg-v2-newsletter .gform_wrapper,
.exg-v2-newsletter .gform_wrapper form,
.exg-v2-newsletter .gform_wrapper .gform-body,
.exg-v2-newsletter .gform_wrapper .gform_fields {
	margin: 0 !important;
}

.exg-v2-newsletter .gform_wrapper form {
	display: grid !important;
	grid-template-columns: minmax(0, 380px) 150px;
	align-items: center;
	gap: 10px;
}

.exg-v2-newsletter .gform_wrapper .gform-body {
	min-width: 0;
}

.exg-v2-newsletter .gform_wrapper .gfield_label,
.exg-v2-newsletter .gform_wrapper .gform_required_legend,
.exg-v2-newsletter .gform_wrapper .gfield_description,
.exg-v2-newsletter .gform_wrapper .gform_validation_errors {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
}

.exg-v2-newsletter .gform_wrapper input[type="email"] {
	width: 100% !important;
	height: 56px !important;
	margin: 0 !important;
	padding: 0 18px !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: #ededed !important;
	color: var(--exg-black) !important;
	font-family: var(--exg-body) !important;
	font-size: var(--exg-type-action-size) !important;
	box-shadow: none !important;
}

.exg-v2-newsletter .gform_wrapper .gform_footer {
	margin: 0 !important;
	padding: 0 !important;
}

.exg-v2-newsletter .gform_wrapper input[type="submit"],
.exg-v2-newsletter .gform_wrapper button[type="submit"] {
	width: 150px !important;
	height: 48px !important;
	margin: 0 !important;
	padding: 0 18px !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: var(--exg-black) !important;
	color: #fff !important;
	font-family: var(--exg-display) !important;
	font-size: var(--exg-type-action-size) !important;
	font-weight: var(--exg-weight-action) !important;
	letter-spacing: 0.03em !important;
	line-height: 48px !important;
	text-transform: uppercase !important;
}

.exg-v2-newsletter .gform_wrapper input[type="submit"]:hover,
.exg-v2-newsletter .gform_wrapper button[type="submit"]:hover {
	background: #1a1a1a !important;
}

.exg-v2-newsletter .gform_confirmation_wrapper {
	padding: 14px 18px;
	border-left: 5px solid var(--exg-gold);
	border-radius: 5px;
	background: #f2f2f2;
}

.exg-newsletter-success {
	margin: 0;
	font-weight: var(--exg-weight-strong);
}

.exg-v2-footer {
	min-height: 720px;
	padding: 68px max(64px, calc((100vw - 1440px) / 2 + 64px)) 0;
	background: #000;
	color: #fff;
}

.exg-v2-footer__main {
	display: grid;
	width: min(1312px, 100%);
	min-height: 324px;
	margin: 0 auto;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 44px;
}

.exg-v2-footer__brand > a {
	display: inline-flex;
	width: 190px;
	height: 44px;
	margin-bottom: 14px;
}

.exg-v2-footer__brand > a img {
	width: 190px;
	height: 44px;
}

.exg-v2-footer__tagline {
	margin: 0;
	font-size: 14px;
	font-weight: var(--exg-weight-strong);
	line-height: 20px;
}

.exg-v2-footer__description {
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	line-height: 20px;
}

.exg-v2-footer address {
	margin: 31px 0 23px;
	font-size: 13px;
	font-style: normal;
	font-weight: var(--exg-weight-semibold);
	line-height: 21px;
}

.exg-v2-footer__phone {
	display: inline-block;
	margin-bottom: 26px;
	font-size: 17px;
	font-weight: var(--exg-weight-strong);
	line-height: 24px;
}

.exg-v2-socials {
	display: flex;
	gap: 12px;
}

.exg-v2-socials a {
	display: inline-flex;
	width: 32px;
	height: 32px;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.16);
	font-size: 12px;
	font-weight: var(--exg-weight-strong);
	transition: background 0.18s ease, color 0.18s ease;
}

.exg-v2-socials a:hover {
	background: var(--exg-gold);
	color: var(--exg-black);
}

.exg-v2-footer__links {
	display: grid;
	grid-template-columns: 150px 180px 150px 175px 210px;
	justify-content: space-between;
	gap: 18px;
}

.exg-v2-footer__links section h2 {
	margin: 0 0 18px;
	font-family: var(--exg-body);
	font-size: 14px;
	font-weight: var(--exg-weight-strong);
	line-height: 21px;
}

.exg-v2-footer__links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.exg-v2-footer__links li {
	font-size: 13px;
	line-height: 22px;
}

.exg-v2-footer__links a {
	transition: color 0.15s ease;
}

.exg-v2-footer__links a:hover {
	color: var(--exg-gold);
}

.exg-v2-footer__legal {
	width: min(1312px, 100%);
	margin: 0 auto;
	padding-top: 27px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.exg-v2-footer__legal-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding-bottom: 20px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	line-height: 18px;
}

.exg-v2-footer__legal-row p {
	margin: 0;
}

.exg-v2-footer__legal-row nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0;
	color: #fff;
	font-weight: var(--exg-weight-semibold);
}

.exg-v2-footer__legal-row nav a + a::before {
	margin: 0 9px;
	color: rgba(255, 255, 255, 0.45);
	content: "|";
}

.exg-v2-footer__disclaimers {
	display: grid;
	gap: 40px;
	padding: 24px 0 38px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.72);
	font-size: 11px;
	line-height: 17px;
}

.exg-v2-footer__disclaimers p {
	margin: 0;
}

.exg-v2-footer__country {
	margin: 0;
	padding: 17px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 12px;
	font-weight: var(--exg-weight-strong);
	line-height: 18px;
	text-align: center;
}

@media (max-width: 1240px) {
	.exg-v2-primary__inner {
		grid-template-columns: 210px minmax(0, 1fr) 170px;
		gap: 18px;
		padding-right: 32px;
		padding-left: 32px;
	}

	.exg-v2-main-nav {
		gap: 22px;
	}

	.exg-v2-dealer-cta {
		width: 170px;
	}

	.exg-v2-hero__content--heavy {
		left: 28px;
	}

	.exg-v2-hero__content--light {
		left: 56.5%;
	}

	.exg-v2-proof {
		padding-right: 32px;
		padding-left: 32px;
	}

	.exg-v2-proof__inner {
		gap: 32px;
	}

	.exg-v2-proof__metrics {
		gap: 10px;
	}

	.exg-v2-proof article {
		padding-right: 18px;
		padding-left: 18px;
	}

	.exg-v2-store__products {
		right: -100px;
	}

	.exg-v2-newsletter {
		padding-right: 40px;
		padding-left: 40px;
	}

	.exg-v2-footer {
		padding-right: 40px;
		padding-left: 40px;
	}

	.exg-v2-footer__main {
		grid-template-columns: 230px minmax(0, 1fr);
		gap: 30px;
	}

	.exg-v2-footer__links {
		grid-template-columns: repeat(5, minmax(120px, 1fr));
	}
}

@media (max-width: 1020px) {
	.exg-v2-header {
		height: 86px;
	}

	.exg-v2-utility,
	.exg-v2-main-nav,
	.exg-v2-dealer-cta {
		display: none;
	}

	.exg-v2-primary {
		height: 86px;
	}

	.exg-v2-primary__inner {
		display: flex;
		justify-content: space-between;
		padding: 0 24px;
	}

	.exg-v2-mobile-actions {
		display: flex;
		align-items: center;
		gap: 14px;
	}

	.exg-v2-mobile-actions > a,
	.exg-v2-mobile-actions > button {
		position: relative;
		display: inline-flex;
		width: 40px;
		height: 40px;
		align-items: center;
		justify-content: center;
		padding: 8px;
		background: transparent;
	}

	.exg-v2-mobile-actions > a img {
		width: 24px;
		height: 24px;
		filter: invert(1);
	}

	.exg-v2-mobile-actions .exg-v2-search-button img {
		filter: none;
	}

	.exg-v2-menu-button {
		display: flex !important;
		flex-direction: column;
		gap: 5px;
	}

	.exg-v2-menu-button span {
		display: block;
		width: 24px;
		height: 2px;
		background: var(--exg-black);
		transition: transform 0.18s ease, opacity 0.18s ease;
	}

	.exg-v2-menu-button[aria-expanded="true"] span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	.exg-v2-menu-button[aria-expanded="true"] span:nth-child(2) {
		opacity: 0;
	}

	.exg-v2-menu-button[aria-expanded="true"] span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	.exg-v2-mobile-nav {
		position: absolute;
		top: 86px;
		right: 0;
		left: 0;
		display: grid;
		max-height: 0;
		overflow: hidden;
		padding: 0 24px;
		background: #fff;
		box-shadow: 0 18px 35px rgba(10, 10, 10, 0.2);
		opacity: 0;
		visibility: hidden;
		transition: max-height 0.25s ease, opacity 0.18s ease, padding 0.25s ease, visibility 0.25s;
	}

	.exg-v2-mobile-nav.is-open {
		max-height: 620px;
		padding-top: 14px;
		padding-bottom: 24px;
		opacity: 1;
		visibility: visible;
	}

	.exg-v2-mobile-nav a {
		padding: 12px 4px;
		border-bottom: 1px solid #e1e4e7;
		color: var(--exg-black);
		font-weight: var(--exg-weight-strong);
	}

	.exg-v2-mobile-nav__dealer {
		justify-self: start;
		margin-top: 12px;
		padding: 13px 24px !important;
		border: 0 !important;
		border-radius: 4px;
		background: var(--exg-gold);
		color: var(--exg-black) !important;
	}

	.exg-v2-footer__main {
		grid-template-columns: 1fr;
	}

	.exg-v2-footer__brand {
		display: grid;
		grid-template-columns: 220px 1fr;
		column-gap: 30px;
	}

	.exg-v2-footer__brand address {
		grid-column: 2;
		grid-row: 1 / span 2;
		margin: 0;
	}

	.exg-v2-footer__phone,
	.exg-v2-socials {
		grid-column: 2;
	}

	.exg-v2-footer__links {
		grid-template-columns: repeat(3, minmax(150px, 1fr));
	}
}

@media (max-width: 1100px) {
	.exg-v2-hero {
		display: grid;
		height: auto;
	}

	.exg-v2-hero__art {
		display: none;
	}

	.exg-v2-hero__content {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		height: 460px;
		overflow: hidden;
		padding: 54px 28px;
		background-position: center;
		background-size: cover;
	}

	.exg-v2-hero__content::before {
		position: absolute;
		z-index: 0;
		top: 36px;
		bottom: 36px;
		left: 0;
		width: min(76%, 470px);
		content: "";
		clip-path: polygon(0 0, 93% 0, 78% 100%, 0 100%);
		opacity: 0.96;
	}

	.exg-v2-hero__content > * {
		position: relative;
		z-index: 1;
	}

	.exg-v2-hero__content--heavy {
		background-image: url("./images/hero-heavy.png");
		color: var(--exg-black);
	}

	.exg-v2-hero__content--heavy::before {
		background: var(--exg-gold);
	}

	.exg-v2-hero__content--light {
		background-image: url("./images/hero-light.png");
		color: #fff;
	}

	.exg-v2-hero__content--light::before {
		background: #806100;
		opacity: 0.9;
	}

	.exg-v2-hero__content h2 {
		font-size: var(--exg-type-hero-size);
		line-height: var(--exg-type-hero-line);
	}

	.exg-v2-vehicles {
		height: auto;
		padding: 54px 32px;
	}

	.exg-v2-vehicle-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.exg-v2-proof {
		padding: 52px 32px 56px;
	}

	.exg-v2-proof__inner {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.exg-v2-proof__intro {
		max-width: 760px;
		padding-right: 0;
	}

	.exg-v2-proof__metrics {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.exg-v2-actions {
		height: auto;
		padding: 54px 32px;
	}

	.exg-v2-action-grid {
		grid-template-columns: 1fr;
	}

	.exg-v2-action-card {
		height: 300px;
	}

	.exg-v2-store {
		height: 500px;
	}

	.exg-v2-store__copy {
		top: 42px;
		left: 32px;
	}

	.exg-v2-store__products {
		top: 246px;
		right: 50%;
		width: 590px;
		transform: translateX(50%) scale(0.88);
		transform-origin: center top;
	}

	.exg-v2-store__slash--yellow {
		top: 245px;
		width: 80%;
	}

	.exg-v2-store__slash--dark {
		top: 245px;
		width: 56%;
	}

	.exg-v2-newsletter {
		height: auto;
		flex-direction: column;
		align-items: stretch;
		padding: 42px 32px;
	}

	.exg-v2-newsletter__intro,
	.exg-v2-newsletter__form {
		width: 100%;
	}

	.exg-v2-newsletter .gform_wrapper form {
		grid-template-columns: minmax(0, 1fr) 150px;
	}

	.exg-v2-footer {
		padding: 54px 32px 0;
	}

	.exg-v2-footer__legal-row {
		flex-direction: column;
		align-items: flex-start;
	}

	.exg-v2-footer__legal-row nav {
		flex-wrap: wrap;
		justify-content: flex-start;
		row-gap: 8px;
	}
}

@media (max-width: 640px) {
	.exg-v2-primary__inner {
		padding: 0 16px;
	}

	.exg-v2-logo,
	.exg-v2-logo img {
		width: 148px;
		height: auto;
	}

	.exg-v2-mobile-actions {
		gap: 2px;
	}

	.exg-v2-mobile-actions > a:nth-of-type(1) {
		display: none;
	}

	.exg-v2-search {
		padding-top: 88px;
	}

	.exg-v2-search__dialog {
		padding: 38px 20px 24px;
	}

	.exg-v2-search form {
		flex-direction: column;
	}

	.exg-v2-hero__content {
		height: 470px;
		padding: 56px 20px;
		background-position: 58% center;
	}

	.exg-v2-hero__content::before {
		width: 92%;
	}

	.exg-v2-hero__content h2 {
		margin-bottom: var(--exg-space-3);
		font-size: var(--exg-type-hero-size);
		line-height: var(--exg-type-hero-line);
	}

	.exg-v2-hero__kicker {
		max-width: 250px;
		margin-bottom: var(--exg-space-3);
		font-size: var(--exg-type-eyebrow-size);
	}

	.exg-v2-hero__content ul {
		margin-bottom: var(--exg-space-3);
		font-size: var(--exg-type-body-size);
		line-height: var(--exg-type-body-line);
	}

	.exg-v2-hero__actions {
		gap: 10px;
	}

	.exg-v2-button {
		min-height: 44px;
		padding: 10px 16px;
		font-size: var(--exg-type-action-size);
	}

	.exg-v2-vehicles {
		padding: 48px 18px;
	}

	.exg-v2-section-heading h2 {
		font-size: var(--exg-type-section-size);
		line-height: var(--exg-type-section-line);
	}

	.exg-v2-section-heading > p:last-child {
		font-size: var(--exg-type-lede-size);
	}

	.exg-v2-vehicle-grid {
		grid-template-columns: 1fr;
	}

	.exg-v2-proof {
		padding: 44px 18px 48px;
	}

	.exg-v2-proof__inner {
		gap: 24px;
	}

	.exg-v2-proof__intro h2 {
		font-size: clamp(34px, 11vw, 44px);
	}

	.exg-v2-proof__intro > span {
		font-size: var(--exg-type-body-size);
		line-height: var(--exg-type-body-line);
	}

	.exg-v2-proof__metrics {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.exg-v2-proof article {
		min-height: 0;
		padding: 18px;
	}

	.exg-v2-proof strong {
		font-size: 48px;
	}

	.exg-v2-proof article span {
		margin-top: 11px;
		font-size: 17px;
		line-height: 19px;
	}

	.exg-v2-actions {
		padding: 48px 18px;
	}

	.exg-v2-actions__intro h2 {
		font-size: var(--exg-type-section-size);
		line-height: var(--exg-type-section-line);
	}

	.exg-v2-action-card {
		height: 320px;
		background-position: 58% center;
	}

	.exg-v2-action-card::before {
		background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 58%, rgba(255, 255, 255, 0.15) 100%);
	}

	.exg-v2-store {
		height: 545px;
	}

	.exg-v2-store__copy {
		right: 18px;
		left: 18px;
	}

	.exg-v2-store__copy h2 {
		font-size: var(--exg-type-section-size);
		line-height: var(--exg-type-section-line);
	}

	.exg-v2-store__copy > span {
		font-size: var(--exg-type-lede-size);
	}

	.exg-v2-store__products {
		top: 278px;
		transform: translateX(50%) scale(0.63);
	}

	.exg-v2-store__slash--yellow,
	.exg-v2-store__slash--dark {
		top: 290px;
		height: 255px;
	}

	.exg-v2-newsletter {
		padding: 38px 18px;
	}

	.exg-v2-newsletter__intro {
		align-items: flex-start;
	}

	.exg-v2-newsletter__intro h2 {
		font-size: var(--exg-type-card-size);
		line-height: var(--exg-type-card-line);
	}

	.exg-v2-newsletter .gform_wrapper form {
		grid-template-columns: 1fr;
	}

	.exg-v2-newsletter .gform_wrapper input[type="submit"],
	.exg-v2-newsletter .gform_wrapper button[type="submit"] {
		width: 100% !important;
	}

	.exg-v2-footer {
		padding-right: 20px;
		padding-left: 20px;
	}

	.exg-v2-footer__brand {
		display: block;
	}

	.exg-v2-footer__brand address {
		margin: 28px 0 18px;
	}

	.exg-v2-footer__links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 34px 22px;
	}

	.exg-v2-footer__links section:last-child {
		grid-column: 1 / -1;
	}

	.exg-v2-footer__legal-row nav a {
		width: 100%;
	}

	.exg-v2-footer__legal-row nav a + a::before {
		display: none;
	}

	.exg-v2-footer__disclaimers {
		gap: 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.exg-home-v2 *,
	.exg-home-v2 *::before,
	.exg-home-v2 *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.001ms !important;
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* 2026 supplied-header refresh: photography stays clean while the angle,
 * market bands and content panels remain fully editable in CSS. */
.exg-home-v2 .exg-v2-hero {
	height: clamp(540px, 39vw, 600px);
	background: var(--exg-black);
}

.exg-home-v2 .exg-v2-hero::before,
.exg-home-v2 .exg-v2-hero::after {
	position: absolute;
	z-index: 4;
	right: 0;
	left: 0;
	height: 10px;
	content: "";
	pointer-events: none;
}

.exg-home-v2 .exg-v2-hero::before {
	display: none;
	top: 0;
	background: linear-gradient(90deg, var(--exg-gold) 0 55%, var(--exg-gold) 55% 100%);
}

.exg-home-v2 .exg-v2-hero::after {
	display: none;
	bottom: 0;
	background: linear-gradient(90deg, var(--exg-gold) 0 49%, var(--exg-gold) 49% 100%);
}

.exg-home-v2 .exg-v2-hero__heavy-image,
.exg-home-v2 .exg-v2-hero__light-image {
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.exg-home-v2 .exg-v2-hero__heavy-image {
	object-position: center 60%;
	clip-path: polygon(0 0, 83% 0, 77% 100%, 0 100%);
	transform: translateX(-28%);
}

.exg-home-v2 .exg-v2-hero__light-image {
	object-position: center 60%;
	clip-path: polygon(35% 0, 100% 0, 100% 100%, 29% 100%);
	transform: translateX(20%);
}

.exg-home-v2 .exg-v2-hero__divider {
	position: absolute;
	z-index: 3;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: transparent url("../hero-refresh/home-hero-frame.png") center / 100% 100% no-repeat;
	clip-path: none;
	transform: none;
	pointer-events: none;
}

.exg-home-v2 .exg-v2-hero__divider::before,
.exg-home-v2 .exg-v2-hero__divider::after {
	display: none;
}

.exg-home-v2 .exg-v2-hero__divider::before {
	content: none;
}

.exg-home-v2 .exg-v2-hero__divider::after {
	content: none;
}

.exg-home-v2 .exg-v2-hero__content {
	top: 50%;
	isolation: isolate;
	width: min(420px, 29vw);
	height: auto;
	min-height: 420px;
	justify-content: center;
	padding: 30px 0;
	color: var(--exg-white);
	transform: translateY(-50%);
}

.exg-home-v2 .exg-v2-hero__content::before {
	position: absolute;
	z-index: -1;
	inset: 8px 0 8px clamp(-72px, -4vw, -40px);
	background: transparent url("../hero-refresh/home-hero-panel-heavy.png") center / 100% 100% no-repeat;
	clip-path: none;
	content: "";
	opacity: 0.9;
}

.exg-home-v2 .exg-v2-hero__content--heavy {
	left: clamp(40px, 4vw, 72px);
}

.exg-home-v2 .exg-v2-hero__content--light {
	left: max(58.2%, calc((100vw - 1440px) / 2 + 838px));
	width: min(390px, 27vw);
}

.exg-home-v2 .exg-v2-hero__content--light::before {
	inset: 8px -12px 8px clamp(-220px, calc(-7.1vw - 26px), -128px);
	background-image: url("../hero-refresh/home-hero-panel-light.png");
	clip-path: none;
}

.exg-home-v2 .exg-v2-hero__content h2,
.exg-home-v2 .exg-v2-hero__content ul {
	color: var(--exg-white);
}

.exg-home-v2 .exg-v2-hero__content h2 span,
.exg-home-v2 .exg-v2-hero__content--heavy .exg-v2-hero__kicker {
	color: var(--exg-gold);
}

.exg-home-v2 .exg-v2-hero__content--light h2 span,
.exg-home-v2 .exg-v2-hero__content--light .exg-v2-hero__kicker {
	color: var(--exg-gold);
}

.exg-home-v2 .exg-v2-hero__actions {
	gap: 10px;
}

.exg-home-v2 .exg-v2-hero__actions .exg-v2-button {
	min-width: 228px;
	min-height: 46px;
	border-radius: 4px;
}

.exg-home-v2 .exg-v2-button--blue {
	background: var(--exg-gold);
	color: var(--exg-black);
}

.exg-home-v2 .exg-v2-button--blue:hover {
	background: #ffc800;
}

@media (max-width: 1100px) {
	.exg-home-v2 .exg-v2-hero {
		display: grid;
		height: auto;
	}

	.exg-home-v2 .exg-v2-hero::before,
	.exg-home-v2 .exg-v2-hero::after,
	.exg-home-v2 .exg-v2-hero__divider {
		display: none;
	}

	.exg-home-v2 .exg-v2-hero__art {
		display: none;
	}

	.exg-home-v2 .exg-v2-hero__content {
		top: auto;
		left: auto;
		width: 100%;
		height: auto;
		min-height: 510px;
		padding: 56px 40px;
		background-position: 64% center;
		background-size: cover;
		transform: none;
	}

	.exg-home-v2 .exg-v2-hero__content::before {
		z-index: 0;
		inset: 26px auto 26px 0;
		width: min(72%, 540px);
		background: rgba(10, 10, 10, 0.84);
		clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
		opacity: 1;
	}

	.exg-home-v2 .exg-v2-hero__content::after {
		position: absolute;
		z-index: 0;
		inset: 0 auto 0 0;
		width: 8px;
		background: var(--exg-gold);
		content: "";
	}

	.exg-home-v2 .exg-v2-hero__content--heavy {
		background-image: url("../hero-refresh/semi.webp");
	}

	.exg-home-v2 .exg-v2-hero__content--light {
		background-image: url("../hero-refresh/pickup.webp");
	}

	.exg-home-v2 .exg-v2-hero__content--light::after {
		background: var(--exg-gold);
	}

	.exg-home-v2 .exg-v2-hero__content > * {
		position: relative;
		z-index: 1;
		max-width: 430px;
	}
}

@media (max-width: 620px) {
	.exg-home-v2 .exg-v2-hero__content {
		min-height: 560px;
		padding: 52px 20px;
		background-position: 66% center;
	}

	.exg-home-v2 .exg-v2-hero__content::before {
		inset: 18px 0;
		width: 100%;
		background: linear-gradient(90deg, rgba(10, 10, 10, 0.97), rgba(10, 10, 10, 0.72));
		clip-path: none;
	}

	.exg-home-v2 .exg-v2-hero__content h2 {
		font-size: 46px;
		line-height: 46px;
	}

	.exg-home-v2 .exg-v2-hero__actions .exg-v2-button {
		width: min(260px, 100%);
	}
}

/* Shell accessibility and button layers load after this page stylesheet.
 * Keep the revised hero finder inside its gold/black focus and action system. */
body.exg-shell.exg-home-v2 .exg-home-choice__finder .exg-vehicle-finder select:focus-visible {
	border-color: var(--exg-home-finder-accent) !important;
	outline: 3px solid rgba(255, 218, 74, 0.9) !important;
	outline-offset: 2px !important;
	box-shadow: 0 0 0 3px rgba(255, 200, 0, 0.22) !important;
}

body.exg-shell.exg-home-v2 .exg-home-choice__finder .exg-vehicle-finder__submit {
	color: #0a0a0a !important;
}

body.exg-shell.exg-home-v2 .exg-home-choice__finder .exg-vehicle-finder__submit:focus-visible {
	outline: 3px solid #fff !important;
	outline-offset: 2px !important;
}

/* Three-way homepage vehicle chooser. */
@media (min-width: 821px) {
	.exg-home-v2 .exg-home-choice__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: clamp(10px, 1.15vw, 16px);
	}

	.exg-home-v2 .exg-home-choice__path-card {
		aspect-ratio: 4 / 3;
	}
}

.exg-home-v2 .exg-home-choice__path-card .exg-home-choice__path-intro,
.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-intro {
	right: auto;
	bottom: clamp(18px, 1.8vw, 27px);
	left: clamp(16px, 1.55vw, 23px);
	width: calc(100% - clamp(32px, 3.1vw, 46px));
	align-items: flex-start;
	padding: 0 0 0 clamp(11px, 1vw, 15px);
	border-right: 0;
	border-left: 5px solid var(--exg-gold);
	text-align: left;
}

.exg-home-v2 .exg-home-choice__path-card .exg-home-choice__path-intro h3,
.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-intro h3 {
	color: #fff;
	font-size: clamp(30px, 3vw, 45px);
	line-height: 0.92;
}

.exg-home-v2 .exg-home-choice__path-card .exg-home-choice__path-intro p,
.exg-home-v2 .exg-home-choice__path-card--dealer .exg-home-choice__path-intro p,
.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-intro p {
	margin: 10px 0 0;
	padding: 7px 9px 6px;
	font-size: 10px;
	letter-spacing: 0.055em;
}

.exg-home-v2 .exg-home-choice__path-card--semi .exg-home-choice__path-art-primary {
	object-position: 71% center;
}

.exg-home-v2 .exg-home-choice__path-card--pickup .exg-home-choice__path-art-primary {
	object-position: 64% center;
}

.exg-home-v2 .exg-home-choice__path-card--van .exg-home-choice__path-art-primary {
	object-position: 61% center;
}

/* Shared protection story with vehicle-aware product imagery. */
.exg-home-v2 .exg-v2-product__switcher {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 7px;
	margin-top: 23px;
}

.exg-home-v2 .exg-v2-product__switcher button {
	display: inline-flex;
	min-height: 43px;
	align-items: center;
	justify-content: center;
	padding: 8px 10px;
	border: 1px solid #c8cdd0;
	border-radius: 3px;
	background: #f1f2f2;
	color: #4f5356;
	font-size: 10px;
	font-weight: var(--exg-weight-action);
	letter-spacing: 0.055em;
	line-height: 1.15;
	transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.exg-home-v2 .exg-v2-product__switcher button:is(:hover, :focus-visible) {
	border-color: var(--exg-black);
	color: var(--exg-black);
}

.exg-home-v2 .exg-v2-product__switcher button[aria-pressed="true"] {
	border-color: var(--exg-black);
	background: var(--exg-black);
	color: var(--exg-gold);
}

.exg-home-v2 .exg-v2-product__features {
	margin-top: 18px;
}

.exg-home-v2 .exg-v2-product__visual {
	overflow: hidden;
}

.exg-home-v2 .exg-v2-product__guard {
	right: -4%;
	bottom: 20px;
	width: 108%;
	height: 91%;
	object-fit: contain;
	object-position: center bottom;
	transition: opacity 0.16s ease, transform 0.24s ease;
}

.exg-home-v2 .exg-v2-product__guard.is-changing {
	opacity: 0.3;
	transform: translateY(7px);
}

.exg-home-v2 .exg-v2-product[data-active-category="semi"] .exg-v2-product__guard {
	right: -2%;
	bottom: 17px;
	width: 104%;
}

.exg-home-v2 .exg-v2-product[data-active-category="pickup"] .exg-v2-product__guard {
	right: -7%;
	bottom: 8px;
	width: 114%;
}

.exg-home-v2 .exg-v2-product[data-active-category="van"] .exg-v2-product__guard {
	right: -5%;
	bottom: 7px;
	width: 110%;
}

.exg-home-v2 .exg-v2-product__model {
	min-width: 205px;
}

.exg-home-v2 .exg-v2-product__primary {
	gap: 14px;
}

.exg-home-v2 .exg-v2-product__primary > span:first-child {
	font-size: inherit;
	transition: none;
}

@media (max-width: 900px) {
	.exg-home-v2 .exg-v2-product__visual {
		min-height: 410px;
	}

	.exg-home-v2 .exg-v2-product__guard,
	.exg-home-v2 .exg-v2-product[data-active-category="semi"] .exg-v2-product__guard,
	.exg-home-v2 .exg-v2-product[data-active-category="pickup"] .exg-v2-product__guard,
	.exg-home-v2 .exg-v2-product[data-active-category="van"] .exg-v2-product__guard {
		right: 1%;
		bottom: 5px;
		width: 98%;
		height: 95%;
	}
}

@media (max-width: 820px) {
	.exg-home-v2 .exg-home-choice__grid {
		gap: 16px;
	}

	.exg-home-v2 .exg-home-choice__path-card {
		aspect-ratio: 16 / 9;
	}
}

@media (max-width: 600px) {
	.exg-home-v2 .exg-v2-product__switcher {
		gap: 5px;
		margin-top: 20px;
	}

	.exg-home-v2 .exg-v2-product__switcher button {
		min-height: 40px;
		padding: 7px 5px;
		font-size: 9px;
	}

	.exg-home-v2 .exg-v2-product__visual {
		min-height: 310px;
	}

	.exg-home-v2 .exg-v2-product__guard,
	.exg-home-v2 .exg-v2-product[data-active-category="semi"] .exg-v2-product__guard,
	.exg-home-v2 .exg-v2-product[data-active-category="pickup"] .exg-v2-product__guard,
	.exg-home-v2 .exg-v2-product[data-active-category="van"] .exg-v2-product__guard {
		right: -5%;
		bottom: 10px;
		width: 110%;
		height: 91%;
	}

	.exg-home-v2 .exg-v2-product__model {
		min-width: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.exg-home-v2 .exg-v2-product__guard,
	.exg-home-v2 .exg-v2-product__switcher button {
		transition: none;
	}
}

/* Unified homepage hero geometry.
 * A single CSS split now controls both photographs and the center rule. */
.exg-home-v2 .exg-v2-hero--unified {
	display: grid;
	height: clamp(515px, calc(90svh - 126px), 666px);
	min-height: 515px;
	max-height: 666px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: center;
	isolation: isolate;
	overflow: hidden;
	background: var(--exg-black);
}

.exg-home-v2 .exg-v2-hero--unified::before {
	z-index: 5;
	top: 0;
	display: block;
	height: 6px;
	background: linear-gradient(90deg, var(--exg-gold) 0 56%, var(--exg-gold) 56% 100%);
}

.exg-home-v2 .exg-v2-hero--unified::after {
	display: none;
}

.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__art {
	position: absolute;
	z-index: 0;
	inset: 0;
	display: block;
}

.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__art::before,
.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__art::after {
	position: absolute;
	z-index: 1;
	inset: 0;
	content: "";
	pointer-events: none;
}

.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__art::before {
	background: linear-gradient(90deg, rgba(10, 10, 10, 0.42) 0%, rgba(10, 10, 10, 0.2) 39%, rgba(10, 10, 10, 0.01) 56%);
	clip-path: polygon(0 0, 56% 0, 50% 100%, 0 100%);
}

.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__art::after {
	background: linear-gradient(90deg, rgba(10, 10, 10, 0.36) 50%, rgba(10, 10, 10, 0.16) 72%, rgba(10, 10, 10, 0.02) 100%);
	clip-path: polygon(56% 0, 100% 0, 100% 100%, 50% 100%);
}

.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__heavy-image,
.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__light-image {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	object-fit: cover;
	transform: none;
}

.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__heavy-image {
	left: 0;
	right: auto;
	width: 56%;
	object-position: 71% center;
	clip-path: polygon(0 0, 100% 0, 89.2857% 100%, 0 100%);
}

.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__light-image {
	left: auto;
	right: 0;
	width: 50%;
	object-position: 67% center;
	clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
}

.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__divider {
	position: absolute;
	z-index: 3;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: none;
	clip-path: none;
	pointer-events: none;
}

.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__divider::before,
.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__divider::after {
	position: absolute;
	inset: 0;
	display: block;
	content: "";
}

.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__divider::before {
	background: var(--exg-gold);
	clip-path: polygon(55.55% 0, 56% 0, 50% 100%, 49.55% 100%);
}

.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__divider::after {
	background: var(--exg-gold);
	clip-path: polygon(56% 0, 56.45% 0, 50.45% 100%, 50% 100%);
}

.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__content {
	position: relative;
	z-index: 4;
	top: auto;
	left: auto;
	width: min(340px, calc(100% - 32px));
	height: auto;
	min-height: 0;
	justify-content: flex-start;
	align-self: start;
	margin: 0;
	margin-top: clamp(68px, 10svh, 96px);
	padding: clamp(26px, 2.2vw, 34px);
	border-left: 5px solid var(--exg-gold);
	border-radius: 0;
	background: linear-gradient(90deg, rgba(10, 10, 10, 0.9) 0%, rgba(10, 10, 10, 0.72) 72%, rgba(10, 10, 10, 0) 100%);
	box-shadow: none;
	transform: none;
}

.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__content::before {
	display: none;
}

.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__content::after {
	display: none;
}

.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__content--heavy {
	grid-column: 1;
	margin-left: 0;
}

.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__content--light {
	grid-column: 2;
	align-items: flex-end;
	margin-right: 0;
	margin-left: auto;
	border-right: 5px solid var(--exg-gold);
	border-left: 0;
	background: linear-gradient(270deg, rgba(10, 10, 10, 0.9) 0%, rgba(10, 10, 10, 0.72) 72%, rgba(10, 10, 10, 0) 100%);
	text-align: right;
}

.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__content h2 {
	margin-bottom: 5px;
	font-size: clamp(48px, 4vw, 68px);
	line-height: 0.86;
}

.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__content h2 span {
	display: block;
}

.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__kicker {
	margin-bottom: 19px;
}

.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__promise {
	margin-bottom: 18px;
	font-size: clamp(19px, 1.35vw, 22px);
	line-height: 1.18;
}

.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__channel {
	width: 100%;
	margin-bottom: 20px;
	background: rgba(10, 10, 10, 0.56);
}

.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__content--light .exg-v2-hero__channel {
	justify-content: flex-end;
	border-right: 4px solid var(--exg-gold);
	border-left: 1px solid rgba(255, 255, 255, 0.42);
}

.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__actions {
	width: 100%;
	flex-direction: column;
	gap: 8px;
}

.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__actions .exg-v2-button {
	width: 100%;
	min-width: 0;
	min-height: 44px;
	padding: 10px 8px 9px;
	gap: 6px;
	font-size: 13px;
	white-space: nowrap;
}

.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__actions .exg-v2-button img {
	width: 14px;
	height: 14px;
	flex-basis: 14px;
}

.exg-home-v2 .exg-v2-hero--unified + .exg-v2-vehicles {
	border-top: 0;
}

@media (max-width: 900px) {
	.exg-home-v2 .exg-v2-hero--unified {
		display: block;
		height: auto;
		min-height: 0;
		max-height: none;
	}

	.exg-home-v2 .exg-v2-hero--unified::before,
	.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__art,
	.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__divider {
		display: none;
	}

	.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__content {
		position: relative;
		width: 100%;
		min-height: clamp(470px, 60svh, 560px);
		margin: 0;
		padding: clamp(42px, 7vw, 68px);
		border: 0;
		border-left: 7px solid var(--exg-gold);
		border-radius: 0;
		background-position: 68% center;
		background-size: cover;
		box-shadow: none;
	}

	.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__content--heavy {
		background-image: url("../hero-refresh/semi.webp");
	}

	.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__content--light {
		align-items: flex-start;
		border-left-color: var(--exg-gold);
		background-image: url("../hero-refresh/pickup.webp");
		text-align: left;
	}

	.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__content::before {
		position: absolute;
		z-index: 0;
		inset: 0;
		display: block;
		width: 100%;
		background: linear-gradient(90deg, rgba(10, 10, 10, 0.97) 0%, rgba(10, 10, 10, 0.86) 48%, rgba(10, 10, 10, 0.28) 100%);
		clip-path: none;
		content: "";
		opacity: 1;
	}

	.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__content::after {
		display: none;
	}

	.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__content--light .exg-v2-hero__channel {
		justify-content: flex-start;
		border-right-width: 1px;
		border-left: 4px solid var(--exg-gold);
	}

	.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__content > * {
		position: relative;
		z-index: 1;
		width: min(440px, 100%);
		max-width: 440px;
	}
}

@media (max-width: 620px) {
	.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__content {
		min-height: clamp(450px, 60svh, 520px);
		padding: 36px 20px;
		background-position: 69% center;
	}

	.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__content h2 {
		font-size: 44px;
		line-height: 0.94;
	}

	.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__kicker {
		margin-bottom: 16px;
	}

	.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__promise {
		margin-bottom: 16px;
		font-size: 19px;
	}

	.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__channel {
		margin-bottom: 18px;
	}

	.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__actions {
		flex-direction: column;
	}

	.exg-home-v2 .exg-v2-hero--unified .exg-v2-hero__actions .exg-v2-button {
		width: min(342px, 100%);
		font-size: 13px;
	}
}

/* 2026 market-path hero refinement: proposition first, then purchase path. */
.exg-home-v2 .exg-v2-hero__content h2 {
	margin-bottom: 2px;
}

.exg-home-v2 .exg-v2-hero__kicker {
	margin-bottom: 14px;
}

.exg-home-v2 .exg-v2-hero__promise {
	max-width: 370px;
	margin: 0 0 14px;
	color: var(--exg-white);
	font-family: var(--exg-display);
	font-size: clamp(19px, 1.45vw, 23px);
	font-weight: var(--exg-weight-strong);
	letter-spacing: -0.01em;
	line-height: 1.12;
}

.exg-home-v2 .exg-v2-hero__channel {
	display: inline-flex;
	min-height: 30px;
	align-items: center;
	margin: 0 0 14px;
	padding: 7px 10px 6px;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-left: 4px solid var(--exg-gold);
	border-radius: 3px;
	background: rgba(10, 10, 10, 0.58);
	color: var(--exg-white);
	font-size: 11px;
	font-weight: var(--exg-weight-action);
	letter-spacing: 0.055em;
	line-height: 1.15;
	text-transform: uppercase;
}

.exg-home-v2 .exg-v2-hero__content--light .exg-v2-hero__channel {
	border-left-color: var(--exg-gold);
}

.exg-home-v2 .exg-v2-hero__proofs {
	display: flex;
	width: min(100%, 370px);
	margin: 0 0 16px;
	color: rgba(255, 255, 255, 0.88);
}

.exg-home-v2 .exg-v2-hero__proofs span {
	display: grid;
	min-width: 0;
	flex: 1 1 50%;
	gap: 1px;
	padding-right: 13px;
	font-size: 10px;
	font-weight: var(--exg-weight-action);
	letter-spacing: 0.05em;
	line-height: 1.2;
	text-transform: uppercase;
}

.exg-home-v2 .exg-v2-hero__proofs span + span {
	padding-left: 13px;
	border-left: 1px solid rgba(255, 255, 255, 0.32);
}

.exg-home-v2 .exg-v2-hero__proofs strong {
	color: var(--exg-gold);
	font-family: var(--exg-display);
	font-size: 17px;
	font-weight: var(--exg-weight-action);
	letter-spacing: 0;
	line-height: 1;
}

.exg-home-v2 .exg-v2-hero__content--light .exg-v2-hero__proofs strong {
	color: var(--exg-gold);
}

@media (max-width: 1100px) {
	.exg-home-v2 .exg-v2-hero__content {
		min-height: 500px;
		padding-top: 42px;
		padding-bottom: 42px;
	}
}

@media (max-width: 620px) {
	.exg-home-v2 .exg-v2-hero__content {
		min-height: 500px;
		padding: 36px 20px;
	}

	.exg-home-v2 .exg-v2-hero__content h2 {
		font-size: 42px;
		line-height: 42px;
	}

	.exg-home-v2 .exg-v2-hero__promise {
		font-size: 19px;
	}

	.exg-home-v2 .exg-v2-hero__channel {
		font-size: 10px;
	}

	.exg-home-v2 .exg-v2-hero__proofs {
		margin-bottom: 14px;
	}

	.exg-home-v2 .exg-v2-hero__actions .exg-v2-button {
		min-height: 44px;
	}
}

/* Homepage vehicle chooser. */

.exg-home-v2 .exg-home-choice {
	position: relative;
	background:
		linear-gradient(rgba(247, 245, 240, 0.96), rgba(247, 245, 240, 0.96)),
		repeating-linear-gradient(135deg, rgba(10, 10, 10, 0.025) 0 1px, transparent 1px 14px);
}

.exg-home-v2 .exg-home-choice__chooser {
	width: min(1440px, calc(100% - 72px));
	margin: 0 auto clamp(34px, 4vw, 48px);
	overflow: hidden;
	padding: 10px 0 14px;
	border-radius: 12px;
	background: linear-gradient(180deg, #171717 0%, var(--exg-black) 100%);
	box-shadow: 0 20px 44px rgba(10, 10, 10, 0.24);
}

.exg-home-v2 .exg-home-choice__heading {
	position: relative;
	max-width: none;
	margin: 0;
	overflow: hidden;
	padding: 26px 42px 28px;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	text-align: center;
}

.exg-home-v2 .exg-home-choice__heading::before,
.exg-home-v2 .exg-home-choice__heading::after {
	display: none;
}

.exg-home-v2 .exg-home-choice__heading::before {
	left: 0;
	background: var(--exg-gold);
}

.exg-home-v2 .exg-home-choice__heading::after {
	right: 0;
	background: var(--exg-gold);
}

.exg-home-v2 .exg-home-choice__heading p {
	margin: 0 0 7px;
	color: var(--exg-gold);
	font-size: 12px;
	font-weight: var(--exg-weight-action);
	letter-spacing: 0.22em;
	line-height: 1;
}

.exg-home-v2 .exg-home-choice__heading h2 {
	margin: 0;
	color: #fff;
	font-family: var(--exg-display);
	font-size: clamp(50px, 5vw, 76px);
	font-weight: var(--exg-weight-display);
	letter-spacing: -0.025em;
	line-height: 0.94;
	text-transform: uppercase;
}

.exg-home-v2 .exg-home-choice__heading > span {
	display: block;
	margin-top: 6px;
	color: rgba(255, 255, 255, 0.74);
	font-size: 15px;
	line-height: 22px;
}

.exg-home-v2 .exg-home-choice__grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: start;
	gap: clamp(14px, 1.4vw, 20px);
	padding: 0 clamp(20px, 2vw, 28px) clamp(24px, 2.4vw, 34px);
	background: transparent;
}

@media (min-width: 821px) {
	.exg-home-v2 .exg-home-choice__path-card--dealer {
		transform: none;
	}

	.exg-home-v2 .exg-home-choice__path-card--direct {
		transform: none;
	}
}

.exg-home-v2 .exg-home-choice__path-card {
	--exg-path-accent: var(--exg-gold);
	--exg-path-cut: var(--exg-slant-card-run);
	position: relative;
	display: grid;
	min-width: 0;
	grid-template-rows: auto auto;
	overflow: hidden;
	border: 0;
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.97);
	box-shadow: none;
	color: var(--exg-black);
	filter: drop-shadow(0 18px 28px rgba(10, 10, 10, 0.28));
	text-decoration: none;
}

.exg-home-v2 .exg-home-choice__path-card:focus-visible {
	outline: 3px solid var(--exg-gold);
	outline-offset: 4px;
}

.exg-home-v2 .exg-home-choice__path-card--dealer {
	--exg-path-accent: var(--exg-gold);
	border-radius: 13px;
	background: var(--exg-gold);
	clip-path: none;
}

.exg-home-v2 .exg-home-choice__path-card--direct {
	--exg-path-accent: var(--exg-gold);
	border-radius: 13px;
	background: #474747;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
	color: #fff;
	clip-path: none;
}

.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-intro {
	padding-left: 24px;
}

.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-intro p {
	margin-left: 0;
	padding-left: 12px;
}

.exg-home-v2 .exg-home-choice__path-intro {
	position: relative;
	z-index: 2;
	padding: 20px 24px 0;
}

.exg-home-v2 .exg-home-choice__path-intro p,
.exg-home-v2 .exg-home-choice__path-intro h3,
.exg-home-v2 .exg-home-choice__path-intro > span {
	margin: 0;
}

.exg-home-v2 .exg-home-choice__path-intro p {
	display: inline-flex;
	max-width: 100%;
	min-height: 0;
	align-items: center;
	margin: 11px 0 0;
	padding: 7px 11px 7px 12px;
	border-left: 0;
	border-radius: 2px;
	background: var(--exg-black);
	color: var(--exg-gold);
	font-size: 10px;
	font-weight: var(--exg-weight-action);
	letter-spacing: 0.09em;
	line-height: 1.2;
	text-wrap: balance;
}

.exg-home-v2 .exg-home-choice__path-card--dealer .exg-home-choice__path-intro p {
	background: var(--exg-black);
	color: var(--exg-gold);
}

.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-intro p {
	margin-left: 0;
	padding-left: 12px;
	background: var(--exg-gold);
	color: var(--exg-black);
}

.exg-home-v2 .exg-home-choice__path-card--dealer .exg-home-choice__path-intro > span {
	color: rgba(10, 10, 10, 0.76);
}

.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-intro > span {
	color: rgba(255, 255, 255, 0.94);
}

.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-intro h3 {
	color: var(--exg-gold);
}

.exg-home-v2 .exg-home-choice__path-intro h3 {
	font-family: var(--exg-display);
	font-size: clamp(34px, 3.2vw, 47px);
	font-weight: var(--exg-weight-display);
	letter-spacing: -0.02em;
	line-height: 0.96;
}

.exg-home-v2 .exg-home-choice__path-intro > span {
	display: block;
	margin-top: 5px;
	max-width: 460px;
	color: #4f4a3f;
	font-size: 12px;
	font-weight: var(--exg-weight-semibold);
	line-height: 1.35;
}

@media (min-width: 821px) {
	.exg-home-v2 .exg-home-choice__path-intro {
		display: block;
	}
}

.exg-home-v2 .exg-home-choice__path-art {
	position: relative;
	min-height: 0;
	aspect-ratio: 1155 / 777;
	overflow: hidden;
}

.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-art::before {
	display: none;
}

.exg-home-v2 .exg-home-choice__path-art img {
	position: absolute;
	max-width: none;
	height: auto;
	object-fit: initial;
	filter: none;
	mix-blend-mode: normal;
	transition: transform 0.28s ease;
}

.exg-home-v2 .exg-home-choice__path-art-primary {
	z-index: 1;
	top: 0;
	left: -3%;
	width: 212.5%;
	transform: translateY(-21.57%);
}

.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-art-primary {
	left: -108.7%;
	width: 212.5%;
}

.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-art img {
	filter: none;
	opacity: 1;
}

.exg-home-v2 .exg-home-choice__path-card:hover .exg-home-choice__path-art-primary {
	transform: translateY(-21.57%) scale(1.015);
}

.exg-home-v2 .exg-home-choice__path-links {
	position: static;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	border-top: 1px solid #e1e1e1;
	background: #f6f6f6;
}

.exg-home-v2 .exg-home-choice__path-links a {
	display: flex;
	min-width: 0;
	min-height: 62px;
	align-items: center;
	justify-content: flex-end;
	gap: 9px;
	padding: 10px 20px;
	color: var(--exg-black);
	transition: background 0.18s ease;
}

.exg-home-v2 .exg-home-choice__path-links a::before {
	position: absolute;
	z-index: 3;
	inset: 0;
	content: "";
}

.exg-home-v2 .exg-home-choice__path-links a + a {
	border-left: 1px solid #e1e1e1;
}

.exg-home-v2 .exg-home-choice__path-card--dealer .exg-home-choice__path-links a:last-child {
	padding-right: calc(20px + var(--exg-path-cut));
}

.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-links a:first-child {
	padding-left: calc(20px + var(--exg-path-cut));
}

.exg-home-v2 .exg-home-choice__path-card--dealer .exg-home-choice__path-links {
	border-top-color: transparent;
	background: linear-gradient(180deg, var(--exg-gold) 0%, #ffda4a 100%);
}

.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-links {
	border-top-color: transparent;
	background: linear-gradient(180deg, #262626 0%, #4a4a4a 100%);
}

.exg-home-v2 .exg-home-choice__path-card--dealer .exg-home-choice__path-links a + a {
	border-left-color: rgba(10, 10, 10, 0.18);
}

.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-links a {
	color: #fff;
}

.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-links a + a {
	border-left-color: rgba(255, 255, 255, 0.26);
}

.exg-home-v2 .exg-home-choice__path-card--dealer .exg-home-choice__path-links a:is(:hover, :focus-visible) {
	background: rgba(10, 10, 10, 0.07);
}

.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-links a:is(:hover, :focus-visible) {
	background: rgba(255, 255, 255, 0.08);
}

.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-links a:focus-visible {
	outline-color: var(--exg-gold);
}

.exg-home-v2 .exg-home-choice__path-links a:is(:hover, :focus-visible) {
	background: color-mix(in srgb, var(--exg-path-accent) 13%, #fff);
}

.exg-home-v2 .exg-home-choice__path-links a:focus-visible {
	outline: 0;
}

.exg-home-v2 .exg-home-choice__path-card:has(.exg-home-choice__path-links a:focus-visible) {
	outline: 3px solid var(--exg-gold);
	outline-offset: 4px;
}

.exg-home-v2 .exg-home-choice__path-link-label,
.exg-home-v2 .exg-home-choice__path-link-arrow {
	position: relative;
	z-index: 4;
	color: var(--exg-gold);
	font-size: 11px;
	font-weight: var(--exg-weight-action);
	letter-spacing: 0.065em;
	line-height: 1;
	white-space: nowrap;
}

.exg-home-v2 .exg-home-choice__path-link-arrow {
	font-size: 16px;
}

.exg-home-v2 .exg-home-choice__path-card--dealer .exg-home-choice__path-link-label,
.exg-home-v2 .exg-home-choice__path-card--dealer .exg-home-choice__path-link-arrow {
	color: var(--exg-black);
}

.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-link-label,
.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-link-arrow {
	color: #fff;
}

.exg-home-v2 .exg-home-choice__vehicle-group {
	--exg-group-accent: var(--exg-gold);
	position: relative;
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 12px;
}

.exg-home-v2 .exg-home-choice__vehicle-group--dealer {
	--exg-group-accent: var(--exg-gold);
}

.exg-home-v2 .exg-home-choice__vehicle-group--direct::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: clamp(-24px, -1.5vw, -14px);
	width: 1px;
	background: rgba(255, 255, 255, 0.18);
	content: "";
}

.exg-home-v2 .exg-home-choice__group-heading {
	display: flex;
	min-height: 42px;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	padding-top: 10px;
	border-top: 4px solid var(--exg-group-accent);
}

.exg-home-v2 .exg-home-choice__group-heading h3,
.exg-home-v2 .exg-home-choice__group-heading p {
	margin: 0;
}

.exg-home-v2 .exg-home-choice__group-heading h3 {
	color: #fff;
	font-family: var(--exg-display);
	font-size: clamp(24px, 2.1vw, 32px);
	font-weight: var(--exg-weight-display);
	letter-spacing: -0.01em;
	line-height: 1;
}

.exg-home-v2 .exg-home-choice__group-heading p {
	padding-bottom: 2px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 8px;
	font-weight: var(--exg-weight-action);
	letter-spacing: 0.055em;
	line-height: 1.2;
	text-align: right;
	white-space: nowrap;
}

.exg-home-v2 .exg-home-choice__group-cards {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
	gap: clamp(12px, 1.2vw, 18px);
}

.exg-home-v2 .exg-home-choice__vehicle-option {
	--exg-option-accent: var(--exg-gold);
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 8px;
}

.exg-home-v2 .exg-home-choice__vehicle-option--dealer {
	--exg-option-accent: var(--exg-gold);
}

.exg-home-v2 .exg-home-choice__vehicle-card {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: clamp(202px, 17vw, 228px);
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
	width: 100%;
	padding: 102px 94px 20px 20px;
	border: 1.5px solid var(--exg-gold);
	border-top: 6px solid var(--exg-gold);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 16px 34px rgba(10, 10, 10, 0.24);
	color: var(--exg-black);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.exg-home-v2 .exg-home-choice__vehicle-card::before {
	position: absolute;
	z-index: 1;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0) 42%,
		rgba(255, 255, 255, 0.7) 68%,
		rgba(255, 255, 255, 0.98) 84%,
		#fff 100%
	);
	content: "";
	pointer-events: none;
}

.exg-home-v2 .exg-home-choice__vehicle-card--dealer {
	border-color: var(--exg-gold);
}

.exg-home-v2 .exg-home-choice__vehicle-card:is(:hover, :focus-visible) {
	box-shadow: 0 24px 54px rgba(10, 10, 10, 0.34);
	transform: translateY(-3px);
}

.exg-home-v2 .exg-home-choice__vehicle-card:focus-visible {
	outline: 3px solid var(--exg-black);
	outline-offset: 3px;
}

.exg-home-v2 .exg-home-choice__vehicle-card > img {
	position: absolute;
	top: 7px;
	left: 8px;
	width: calc(100% - 16px);
	height: 72%;
	object-fit: contain;
	object-position: center;
	transition: transform 0.28s ease;
}

.exg-home-v2 .exg-home-choice__vehicle-card:is(:hover, :focus-visible) > img {
	transform: scale(1.035);
}

.exg-home-v2 .exg-home-choice__vehicle-card--semi {
	--exg-vehicle-photo-position: 70%;
}

.exg-home-v2 .exg-home-choice__vehicle-card--rv {
	--exg-vehicle-photo-position: 71%;
}

.exg-home-v2 .exg-home-choice__vehicle-card--pickup {
	--exg-vehicle-photo-position: 60%;
}

.exg-home-v2 .exg-home-choice__vehicle-card--van {
	--exg-vehicle-photo-position: 57%;
}

.exg-home-v2 .exg-home-choice__vehicle-copy {
	position: relative;
	z-index: 2;
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 4px;
	text-shadow: none;
}

.exg-home-v2 .exg-home-choice__vehicle-copy strong {
	font-family: var(--exg-display);
	color: var(--exg-black);
	font-size: clamp(32px, 2.7vw, 38px);
	font-weight: var(--exg-weight-display);
	letter-spacing: -0.015em;
	line-height: 1;
}

.exg-home-v2 .exg-home-choice__vehicle-copy small {
	color: #626262;
	font-size: 9px;
	font-weight: var(--exg-weight-action);
	letter-spacing: 0.055em;
	line-height: 1.1;
}

.exg-home-v2 .exg-home-choice__vehicle-action {
	position: absolute;
	z-index: 2;
	right: 16px;
	bottom: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 3px 0;
	background: transparent;
	color: #ffc800;
	font-size: 10px;
	font-weight: var(--exg-weight-action);
	letter-spacing: 0.055em;
	line-height: 1;
	text-shadow: none;
}

.exg-home-v2 .exg-home-choice__vehicle-card--dealer .exg-home-choice__vehicle-action {
	background: transparent;
	color: #9a6800;
}

/* Product-first homepage introduction. */
.exg-home-v2 .exg-v2-product {
	position: relative;
	overflow: hidden;
	padding: clamp(64px, 6vw, 92px) 72px;
	background: #fff;
	color: var(--exg-black);
}

.exg-home-v2 .exg-v2-product::before {
	position: absolute;
	top: -210px;
	right: -110px;
	width: 520px;
	height: 520px;
	border: 74px solid rgba(10, 10, 10, 0.025);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.exg-home-v2 .exg-v2-product__inner {
	position: relative;
	z-index: 1;
	display: grid;
	width: min(1296px, 100%);
	grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
	gap: clamp(48px, 6vw, 88px);
	align-items: center;
	margin: 0 auto;
}

.exg-home-v2 .exg-v2-product__visual {
	position: relative;
	min-height: 560px;
	overflow: hidden;
	border-radius: 12px;
	background:
		linear-gradient(135deg, transparent 0 66%, rgba(255, 201, 44, 0.96) 66% 73%, transparent 73%),
		linear-gradient(180deg, #f4f5f5 0%, #eceeef 100%);
	box-shadow: inset 0 0 0 1px rgba(10, 10, 10, 0.08), 0 24px 55px rgba(10, 10, 10, 0.11);
}

.exg-home-v2 .exg-v2-product__visual::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 12px;
	background: var(--exg-gold);
	content: "";
}

.exg-home-v2 .exg-v2-product__visual::after {
	position: absolute;
	right: 30px;
	bottom: 18px;
	left: 30px;
	height: 34px;
	border-radius: 50%;
	background: rgba(10, 10, 10, 0.18);
	content: "";
	filter: blur(18px);
}

.exg-home-v2 .exg-v2-product__visual-heading {
	position: absolute;
	top: 30px;
	left: 34px;
	z-index: 2;
	display: flex;
	align-items: flex-start;
	color: var(--exg-black);
	line-height: 1;
}

.exg-home-v2 .exg-v2-product__visual-heading span {
	margin-top: 9px;
	font-size: 11px;
	font-weight: var(--exg-weight-action);
	letter-spacing: 0.14em;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
}

.exg-home-v2 .exg-v2-product__visual-heading strong {
	font-family: var(--exg-display);
	font-size: 92px;
	font-weight: var(--exg-weight-display);
	letter-spacing: -0.055em;
}

.exg-home-v2 .exg-v2-product__guard {
	position: absolute;
	z-index: 1;
	right: 50%;
	bottom: -26px;
	width: min(550px, 90%);
	height: 530px;
	object-fit: contain;
	object-position: center bottom;
	transform: translateX(50%);
}

.exg-home-v2 .exg-v2-product__model {
	position: absolute;
	right: 22px;
	bottom: 22px;
	z-index: 3;
	display: grid;
	gap: 3px;
	max-width: 210px;
	padding: 13px 15px 12px;
	border-left: 4px solid var(--exg-gold);
	background: var(--exg-black);
	color: #fff;
}

.exg-home-v2 .exg-v2-product__model span {
	color: rgba(255, 255, 255, 0.56);
	font-size: 8px;
	font-weight: var(--exg-weight-action);
	letter-spacing: 0.12em;
}

.exg-home-v2 .exg-v2-product__model strong {
	font-size: 10px;
	font-weight: var(--exg-weight-action);
	letter-spacing: 0.04em;
}

.exg-home-v2 .exg-v2-product__copy {
	max-width: 590px;
}

.exg-home-v2 .exg-v2-product__eyebrow {
	margin: 0 0 12px;
	color: #a56e00;
	font-size: var(--exg-type-eyebrow-size);
	font-weight: var(--exg-weight-action);
	letter-spacing: 0.12em;
	line-height: var(--exg-type-eyebrow-line);
}

.exg-home-v2 .exg-v2-product__copy h2 {
	max-width: 620px;
	margin: 0 0 20px;
	color: var(--exg-black);
	font-family: var(--exg-display);
	font-size: clamp(43px, 4.1vw, 62px);
	font-weight: var(--exg-weight-display);
	letter-spacing: -0.025em;
	line-height: 0.94;
	text-transform: uppercase;
}

.exg-home-v2 .exg-v2-product__lede {
	margin: 0;
	color: #1a1a1a;
	font-size: clamp(16px, 1.35vw, 19px);
	font-weight: var(--exg-weight-semibold);
	line-height: 1.52;
}

.exg-home-v2 .exg-v2-product__body {
	margin: 14px 0 0;
	color: #606060;
	font-size: 14px;
	line-height: 1.58;
}

.exg-home-v2 .exg-v2-product__features {
	display: grid;
	margin-top: 28px;
	border-top: 1px solid #d9dee1;
}

.exg-home-v2 .exg-v2-product__features > div {
	padding: 13px 0 12px;
	border-bottom: 1px solid #d9dee1;
}

.exg-home-v2 .exg-v2-product__features p {
	display: grid;
	grid-template-columns: minmax(140px, 0.66fr) minmax(0, 1.34fr);
	gap: 18px;
	margin: 0;
}

.exg-home-v2 .exg-v2-product__features strong {
	color: var(--exg-black);
	font-family: var(--exg-display);
	font-size: 16px;
	font-weight: var(--exg-weight-action);
	line-height: 1.1;
}

.exg-home-v2 .exg-v2-product__features small {
	color: #717171;
	font-size: 11px;
	line-height: 1.4;
}

.exg-home-v2 .exg-v2-product__actions {
	display: flex;
	align-items: center;
	gap: 22px;
	margin-top: 28px;
}

.exg-home-v2 .exg-v2-product__actions a {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	gap: 14px;
	font-size: 11px;
	font-weight: var(--exg-weight-action);
	letter-spacing: 0.045em;
}

.exg-home-v2 .exg-v2-product__actions a span {
	font-size: 17px;
	transition: transform 0.18s ease;
}

.exg-home-v2 .exg-v2-product__actions a:is(:hover, :focus-visible) span {
	transform: translateX(4px);
}

.exg-home-v2 .exg-v2-product__primary {
	padding: 0 20px;
	border: 1px solid var(--exg-gold);
	border-radius: 3px;
	background: var(--exg-gold);
	color: var(--exg-black);
}

.exg-home-v2 .exg-v2-product__secondary {
	border-bottom: 2px solid var(--exg-black);
	color: var(--exg-black);
}

@media (max-width: 1180px) {
	.exg-home-v2 .exg-v2-product {
		padding-right: 36px;
		padding-left: 36px;
	}

	.exg-home-v2 .exg-v2-product__inner {
		grid-template-columns: minmax(0, 0.92fr) minmax(390px, 1.08fr);
		gap: 44px;
	}

	.exg-home-v2 .exg-v2-product__visual {
		min-height: 520px;
	}

	.exg-home-v2 .exg-v2-product__guard {
		height: 490px;
	}
}

@media (max-width: 900px) {
	.exg-home-v2 .exg-v2-product__inner {
		grid-template-columns: minmax(0, 1fr);
		gap: 44px;
	}

	.exg-home-v2 .exg-v2-product__visual {
		min-height: 520px;
	}

	.exg-home-v2 .exg-v2-product__copy {
		max-width: 720px;
	}
}

@media (max-width: 600px) {
	.exg-home-v2 .exg-v2-product {
		padding: 52px 18px 56px;
	}

	.exg-home-v2 .exg-v2-product__visual {
		min-height: 390px;
		border-radius: 9px;
	}

	.exg-home-v2 .exg-v2-product__visual-heading {
		top: 22px;
		left: 24px;
	}

	.exg-home-v2 .exg-v2-product__visual-heading strong {
		font-size: 68px;
	}

	.exg-home-v2 .exg-v2-product__guard {
		bottom: -16px;
		width: 94%;
		height: 360px;
	}

	.exg-home-v2 .exg-v2-product__model {
		right: 14px;
		bottom: 14px;
		max-width: 180px;
		padding: 10px 12px;
	}

	.exg-home-v2 .exg-v2-product__copy h2 {
		font-size: clamp(38px, 11.5vw, 50px);
	}

	.exg-home-v2 .exg-v2-product__lede {
		font-size: 16px;
	}

	.exg-home-v2 .exg-v2-product__features p {
		grid-template-columns: minmax(0, 1fr);
		gap: 4px;
	}

	.exg-home-v2 .exg-v2-product__actions {
		align-items: stretch;
		flex-direction: column;
		gap: 10px;
	}

	.exg-home-v2 .exg-v2-product__actions a {
		width: 100%;
	}

	.exg-home-v2 .exg-v2-product__secondary {
		border: 1px solid var(--exg-black);
		border-radius: 3px;
	}
}

/* Refined product reveal: let the guard lead, then support it with one concise story. */
.exg-home-v2 .exg-v2-product {
	isolation: isolate;
	padding: 58px 72px 54px;
	background: #fff;
}

.exg-home-v2 .exg-v2-product::before {
	z-index: 0;
	top: 0;
	right: -2%;
	width: 58%;
	height: 100%;
	border: 0;
	border-radius: 0;
	background: repeating-linear-gradient(135deg, rgba(10, 10, 10, 0.026) 0 1px, transparent 1px 17px);
	clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
}

.exg-home-v2 .exg-v2-product__inner {
	grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
	gap: clamp(22px, 3vw, 46px);
	min-height: 500px;
	align-items: center;
}

.exg-home-v2 .exg-v2-product__copy {
	z-index: 3;
	max-width: 520px;
	padding: 20px 0;
}

.exg-home-v2 .exg-v2-product__eyebrow {
	margin-bottom: 11px;
	color: #9b6700;
	font-size: 11px;
	letter-spacing: 0.16em;
}

.exg-home-v2 .exg-v2-product__copy h2 {
	max-width: 540px;
	margin-bottom: 22px;
	font-size: clamp(56px, 5.4vw, 78px);
	letter-spacing: -0.032em;
	line-height: 0.9;
}

.exg-home-v2 .exg-v2-product__lede {
	max-width: 510px;
	color: #1a1a1a;
	font-size: clamp(16px, 1.35vw, 18px);
	font-weight: var(--exg-weight-regular);
	line-height: 1.55;
}

.exg-home-v2 .exg-v2-product__features {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin-top: 25px;
	border: 0;
}

.exg-home-v2 .exg-v2-product__features > span {
	display: grid;
	min-height: 78px;
	align-content: center;
	gap: 5px;
	padding: 10px 11px;
	border-left: 3px solid var(--exg-gold);
	background: #f0f0f0;
	color: var(--exg-black);
	line-height: 1.15;
}

.exg-home-v2 .exg-v2-product__features > span small {
	color: #686868;
	font-size: 8.5px;
	font-weight: var(--exg-weight-action);
	letter-spacing: 0.12em;
}

.exg-home-v2 .exg-v2-product__features > span strong {
	font-size: 12px;
	font-weight: var(--exg-weight-action);
	letter-spacing: 0.03em;
	line-height: 1.28;
}

.exg-home-v2 .exg-v2-product__primary {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin-top: 27px;
	padding: 0 21px;
	font-size: 12px;
	font-weight: var(--exg-weight-action);
	letter-spacing: 0.045em;
}

.exg-home-v2 .exg-v2-product__primary > span {
	font-size: 18px;
	transition: transform 0.18s ease;
}

.exg-home-v2 .exg-v2-product__primary:is(:hover, :focus-visible) > span {
	transform: translateX(4px);
}

.exg-home-v2 .exg-v2-product__visual {
	position: relative;
	min-height: 500px;
	margin: 0;
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.exg-home-v2 .exg-v2-product__visual::before {
	z-index: 0;
	top: 54px;
	right: 0;
	bottom: 44px;
	left: 70px;
	width: auto;
	height: auto;
	background: var(--exg-gold);
	clip-path: none;
	transform: skewX(var(--exg-slant-angle));
	transform-origin: center;
}

.exg-home-v2 .exg-v2-product__visual::after {
	z-index: 1;
	top: 27px;
	right: 18px;
	bottom: auto;
	left: auto;
	width: 156px;
	height: 116px;
	border-radius: 0;
	background: radial-gradient(circle, rgba(10, 10, 10, 0.19) 1.25px, transparent 1.5px) 0 0 / 13px 13px;
	filter: none;
}

.exg-home-v2 .exg-v2-product__guard {
	z-index: 2;
	right: -5%;
	bottom: 102px;
	width: 109%;
	height: auto;
	object-fit: contain;
	object-position: center;
	filter: drop-shadow(0 25px 21px rgba(10, 10, 10, 0.24));
	transform: none;
}

.exg-home-v2 .exg-v2-product__badge {
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 4;
	display: inline-flex;
	min-height: 34px;
	align-items: center;
	padding: 0 13px;
	background: var(--exg-black);
	color: #fff;
	font-size: 9px;
	font-weight: var(--exg-weight-action);
	letter-spacing: 0.12em;
}

.exg-home-v2 .exg-v2-product__model {
	right: 20px;
	bottom: 43px;
	max-width: 230px;
	padding: 12px 15px 11px;
	border-left-width: 5px;
	box-shadow: 0 12px 26px rgba(10, 10, 10, 0.18);
}

.exg-home-v2 .exg-v2-product__model span {
	font-size: 9px;
}

.exg-home-v2 .exg-v2-product__model strong {
	font-size: 12px;
	letter-spacing: 0.055em;
}

.exg-home-v2 .exg-v2-product__model small {
	margin-top: 2px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 8.5px;
	font-weight: var(--exg-weight-strong);
	letter-spacing: 0.075em;
	line-height: 1.25;
}

@media (max-width: 1180px) {
	.exg-home-v2 .exg-v2-product {
		padding: 52px 36px 48px;
	}

	.exg-home-v2 .exg-v2-product__inner {
		grid-template-columns: minmax(340px, 0.86fr) minmax(0, 1.14fr);
		min-height: 460px;
	}

	.exg-home-v2 .exg-v2-product__visual {
		min-height: 460px;
	}

	.exg-home-v2 .exg-v2-product__guard {
		bottom: 94px;
	}
}

@media (max-width: 900px) {
	.exg-home-v2 .exg-v2-product {
		padding: 50px 32px 52px;
	}

	.exg-home-v2 .exg-v2-product__inner {
		grid-template-columns: minmax(0, 1fr);
		gap: 26px;
	}

	.exg-home-v2 .exg-v2-product__visual {
		order: -1;
		min-height: 370px;
	}

	.exg-home-v2 .exg-v2-product__visual::before {
		top: 34px;
		right: 4%;
		bottom: 30px;
		left: 12%;
	}

	.exg-home-v2 .exg-v2-product__guard {
		right: 8%;
		bottom: 67px;
		width: 84%;
	}

	.exg-home-v2 .exg-v2-product__badge {
		top: 31px;
		right: 4%;
	}

	.exg-home-v2 .exg-v2-product__model {
		right: 5%;
		bottom: 30px;
	}

	.exg-home-v2 .exg-v2-product__copy {
		max-width: 720px;
		padding: 0;
	}
}

@media (max-width: 600px) {
	.exg-home-v2 .exg-v2-product {
		padding: 44px 18px 48px;
	}

	.exg-home-v2 .exg-v2-product::before {
		display: none;
	}

	.exg-home-v2 .exg-v2-product__inner {
		gap: 24px;
	}

	.exg-home-v2 .exg-v2-product__visual {
		min-height: 284px;
	}

	.exg-home-v2 .exg-v2-product__visual::before {
		top: 25px;
		right: 0;
		bottom: 28px;
		left: 24px;
	}

	.exg-home-v2 .exg-v2-product__visual::after {
		top: 9px;
		right: 0;
		width: 96px;
		height: 82px;
	}

	.exg-home-v2 .exg-v2-product__guard {
		right: -6%;
		bottom: 67px;
		width: 112%;
	}

	.exg-home-v2 .exg-v2-product__badge {
		top: 22px;
		right: 0;
		min-height: 30px;
		padding: 0 10px;
		font-size: 8px;
	}

	.exg-home-v2 .exg-v2-product__model {
		right: 0;
		bottom: 27px;
		max-width: 205px;
		padding: 10px 12px 9px;
	}

	.exg-home-v2 .exg-v2-product__copy h2 {
		margin-bottom: 18px;
		font-size: clamp(46px, 13vw, 56px);
		line-height: 0.91;
	}

	.exg-home-v2 .exg-v2-product__lede {
		font-size: 16px;
		line-height: 1.5;
	}

	.exg-home-v2 .exg-v2-product__features {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 7px;
		margin-top: 22px;
	}

	.exg-home-v2 .exg-v2-product__features > span {
		padding-right: 8px;
		padding-left: 8px;
	}

	.exg-home-v2 .exg-v2-product__features > span:last-child {
		grid-column: 1 / -1;
	}

	.exg-home-v2 .exg-v2-product__primary {
		width: 100%;
		margin-top: 24px;
	}
}

/* Editorial decision feature: one clear action, supported by real-world proof. */
.exg-home-v2 .exg-v2-actions {
	height: auto;
	padding: 66px 72px 78px;
	border-top: 0;
	background: var(--exg-warm);
}

.exg-home-v2 .exg-v2-actions__intro {
	width: min(1296px, 100%);
	margin: 0 auto 28px;
}

.exg-home-v2 .exg-v2-actions__intro > p {
	margin: 0 0 9px;
	color: #806100;
	font-family: var(--exg-body);
	font-size: 11px;
	font-weight: var(--exg-weight-action);
	letter-spacing: 0.16em;
	line-height: 1.2;
}

.exg-home-v2 .exg-v2-actions__intro h2 {
	margin: 0;
	font-size: clamp(52px, 5vw, 70px);
	letter-spacing: -0.025em;
	line-height: 0.9;
}

.exg-home-v2 .exg-v2-action-feature {
	position: relative;
	display: grid;
	width: min(1296px, 100%);
	min-height: 460px;
	margin: 0 auto;
	grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
	background: var(--exg-black);
}

.exg-home-v2 .exg-v2-action-feature::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(52.5% - 12px);
	z-index: 3;
	width: 24px;
	background: var(--exg-gold);
	clip-path: none;
	content: "";
	pointer-events: none;
	transform: skewX(var(--exg-slant-angle));
	transform-origin: center;
}

.exg-home-v2 .exg-v2-action-feature__media {
	position: relative;
	min-width: 0;
	min-height: 460px;
	margin: 0;
	overflow: hidden;
	background: #c7cfd3;
}

.exg-home-v2 .exg-v2-action-feature__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 52%, rgba(10, 10, 10, 0.32) 100%);
	content: "";
	pointer-events: none;
}

.exg-home-v2 .exg-v2-action-feature__media img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.45s ease;
}

.exg-home-v2 .exg-v2-action-feature:hover .exg-v2-action-feature__media img {
	transform: scale(1.018);
}

.exg-home-v2 .exg-v2-action-feature__media figcaption {
	position: absolute;
	top: 24px;
	left: 24px;
	z-index: 2;
	padding: 9px 11px 8px;
	background: var(--exg-gold);
	color: var(--exg-black);
	font-size: 9px;
	font-style: normal;
	font-weight: var(--exg-weight-action);
	letter-spacing: 0.11em;
	line-height: 1;
}

.exg-home-v2 .exg-v2-action-feature__panel {
	position: relative;
	z-index: 2;
	display: flex;
	min-width: 0;
	flex-direction: column;
	padding: 36px 44px 32px 68px;
	background: var(--exg-black);
	color: #fff;
}

.exg-home-v2 .exg-v2-action-feature__primary > p {
	margin: 0 0 7px;
	color: var(--exg-gold);
	font-size: 10px;
	font-weight: var(--exg-weight-action);
	letter-spacing: 0.12em;
	line-height: 1.2;
}

.exg-home-v2 .exg-v2-action-feature__primary h3 {
	margin: 0;
	color: #fff;
	font-family: var(--exg-display);
	font-size: clamp(42px, 4vw, 56px);
	font-weight: var(--exg-weight-display);
	letter-spacing: -0.02em;
	line-height: 0.87;
}

.exg-home-v2 .exg-v2-action-feature__primary > span {
	display: block;
	max-width: 350px;
	margin-top: 15px;
	color: rgba(255, 255, 255, 0.74);
	font-size: 14px;
	line-height: 1.45;
}

.exg-home-v2 .exg-v2-action-feature__primary > a {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	gap: 22px;
	margin-top: 22px;
	padding: 0 19px;
	background: var(--exg-gold);
	color: var(--exg-black);
	font-family: var(--exg-body);
	font-size: 10px;
	font-weight: var(--exg-weight-action);
	letter-spacing: 0.055em;
	line-height: 1;
}

.exg-home-v2 .exg-v2-action-feature__primary > a > span {
	font-size: 18px;
	transition: transform 0.18s ease;
}

.exg-home-v2 .exg-v2-action-feature__primary > a:is(:hover, :focus-visible) > span {
	transform: translateX(4px);
}

.exg-home-v2 .exg-v2-action-feature__links {
	margin-top: auto;
	padding-top: 25px;
}

.exg-home-v2 .exg-v2-action-feature__links > a {
	display: flex;
	min-height: 62px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	color: #fff;
}

.exg-home-v2 .exg-v2-action-feature__links > a:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.exg-home-v2 .exg-v2-action-feature__links > a > span:first-child {
	display: grid;
	gap: 3px;
}

.exg-home-v2 .exg-v2-action-feature__links small,
.exg-home-v2 .exg-v2-action-feature__links strong {
	display: block;
}

.exg-home-v2 .exg-v2-action-feature__links small {
	color: rgba(255, 255, 255, 0.53);
	font-size: 8px;
	font-weight: var(--exg-weight-action);
	letter-spacing: 0.11em;
	line-height: 1.2;
}

.exg-home-v2 .exg-v2-action-feature__links strong {
	font-family: var(--exg-display);
	font-size: 17px;
	font-weight: var(--exg-weight-action);
	letter-spacing: 0.015em;
	line-height: 1.05;
}

.exg-home-v2 .exg-v2-action-feature__links > a > span:last-child {
	display: inline-flex;
	width: 27px;
	height: 27px;
	flex: 0 0 27px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.38);
	border-radius: 50%;
	font-size: 14px;
	transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.exg-home-v2 .exg-v2-action-feature__links > a:is(:hover, :focus-visible) > span:last-child {
	border-color: var(--exg-gold);
	background: var(--exg-gold);
	color: var(--exg-black);
	transform: translateX(3px);
}

@media (max-width: 1180px) {
	.exg-home-v2 .exg-v2-actions {
		padding: 58px 36px 66px;
	}

	.exg-home-v2 .exg-v2-action-feature {
		grid-template-columns: minmax(0, 1fr) minmax(390px, 1fr);
	}

	.exg-home-v2 .exg-v2-action-feature::after {
		left: calc(50% - 12px);
	}

	.exg-home-v2 .exg-v2-action-feature__panel {
		padding-right: 32px;
		padding-left: 58px;
	}
}

@media (max-width: 900px) {
	.exg-home-v2 .exg-v2-actions {
		padding: 52px 32px 58px;
	}

	.exg-home-v2 .exg-v2-actions__intro {
		margin-bottom: 24px;
	}

	.exg-home-v2 .exg-v2-action-feature {
		grid-template-columns: minmax(0, 1fr);
	}

	.exg-home-v2 .exg-v2-action-feature::after {
		top: 292px;
		right: 0;
		bottom: auto;
		left: 0;
		width: 100%;
		height: 16px;
		clip-path: none;
		transform: none;
	}

	.exg-home-v2 .exg-v2-action-feature__media {
		min-height: 300px;
	}

	.exg-home-v2 .exg-v2-action-feature__panel {
		min-height: 424px;
		padding: 35px 38px 30px;
	}

	.exg-home-v2 .exg-v2-action-feature__primary > a {
		width: fit-content;
	}
}

@media (max-width: 600px) {
	.exg-home-v2 .exg-v2-actions {
		padding: 46px 18px 52px;
	}

	.exg-home-v2 .exg-v2-actions__intro h2 {
		font-size: clamp(46px, 12vw, 48px);
		text-align: left;
		text-wrap: wrap;
	}

	.exg-home-v2 .exg-v2-actions__intro h2 > span {
		display: block;
	}

	.exg-home-v2 .exg-v2-action-feature::after {
		top: 212px;
		height: 14px;
	}

	.exg-home-v2 .exg-v2-action-feature__media {
		min-height: 220px;
	}

	.exg-home-v2 .exg-v2-action-feature__media figcaption {
		top: 14px;
		left: 14px;
		padding: 8px 9px 7px;
		font-size: 8px;
	}

	.exg-home-v2 .exg-v2-action-feature__panel {
		min-height: 442px;
		padding: 29px 22px 24px;
	}

	.exg-home-v2 .exg-v2-action-feature__primary h3 {
		font-size: clamp(48px, 13vw, 52px);
	}

	.exg-home-v2 .exg-v2-action-feature__primary > a {
		width: 100%;
	}

	.exg-home-v2 .exg-v2-action-feature__links {
		padding-top: 24px;
	}

	.exg-home-v2 .exg-v2-action-feature__links > a {
		min-height: 66px;
	}

	.exg-home-v2 .exg-v2-action-feature__links strong {
		font-size: 16px;
	}

	.exg-home-v2 .exg-v2-action-feature__links small {
		font-size: 9px;
		letter-spacing: 0.09em;
	}
}

@media (prefers-reduced-motion: reduce) {
	.exg-home-v2 .exg-v2-action-feature__media img,
	.exg-home-v2 .exg-v2-action-feature__primary > a > span,
	.exg-home-v2 .exg-v2-action-feature__links > a > span:last-child {
		transition: none;
	}
}

/* Flat proof ledger: measurable outcomes without the dashboard-card treatment. */
.exg-home-v2 .exg-v2-proof {
	padding: 64px 72px 68px;
	background: var(--exg-black);
}

.exg-home-v2 .exg-v2-proof::before {
	display: none;
}

.exg-home-v2 .exg-v2-proof__inner {
	display: block;
	width: min(1296px, 100%);
	margin: 0 auto;
}

.exg-home-v2 .exg-v2-proof__intro {
	display: grid;
	max-width: none;
	grid-template-columns: minmax(0, 1.42fr) minmax(280px, 0.58fr);
	gap: clamp(34px, 5vw, 72px);
	align-items: end;
	padding: 0;
}

.exg-home-v2 .exg-v2-proof__intro > div > p {
	margin: 0 0 10px;
	color: var(--exg-gold);
	font-size: 11px;
	font-weight: var(--exg-weight-action);
	letter-spacing: 0.16em;
	line-height: 1.2;
}

.exg-home-v2 .exg-v2-proof__intro h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(52px, 5vw, 70px);
	letter-spacing: -0.025em;
	line-height: 0.89;
}

.exg-home-v2 .exg-v2-proof__intro > span {
	display: block;
	max-width: 390px;
	padding-bottom: 4px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 15px;
	line-height: 1.5;
}

.exg-home-v2 .exg-v2-proof__metrics {
	display: grid;
	margin-top: 34px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	border-top: 4px solid var(--exg-gold);
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.exg-home-v2 .exg-v2-proof article {
	position: relative;
	display: grid;
	min-width: 0;
	min-height: 166px;
	align-content: center;
	padding: 25px 30px 24px;
	border: 0;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.02);
}

.exg-home-v2 .exg-v2-proof article + article {
	border-left: 1px solid rgba(255, 200, 0, 0.2);
}

.exg-home-v2 .exg-v2-proof article:first-child {
	z-index: auto;
}

.exg-home-v2 .exg-v2-proof article:first-child::after {
	display: none;
}

.exg-home-v2 .exg-v2-proof article > div {
	position: relative;
	z-index: 3;
	display: grid;
	min-width: 0;
	align-content: center;
}

.exg-home-v2 .exg-v2-proof strong {
	display: block;
	color: var(--exg-gold);
	font-size: clamp(58px, 5.2vw, 76px);
	letter-spacing: -0.04em;
	line-height: 0.82;
}

.exg-home-v2 .exg-v2-proof strong em {
	font-size: 0.28em;
	font-style: normal;
	letter-spacing: 0.04em;
}

.exg-home-v2 .exg-v2-proof article span {
	display: block;
	margin-top: 13px;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.02em;
	line-height: 1.05;
}

.exg-home-v2 .exg-v2-proof small {
	display: block;
	margin-top: 8px;
	padding: 0;
	border: 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 11px;
	line-height: 1.4;
}

/* Closing merchandise feature: a clean black/yellow split with full product cutouts. */
.exg-home-v2 .exg-v2-store {
	position: relative;
	height: auto;
	min-height: 360px;
	overflow: hidden;
	border-bottom: 8px solid var(--exg-warm);
	background: var(--exg-black);
}

.exg-home-v2 .exg-v2-store__slash {
	display: none;
}

.exg-home-v2 .exg-v2-store__inner {
	display: grid;
	min-height: 360px;
	grid-template-columns: minmax(0, 44fr) minmax(0, 56fr);
}

.exg-home-v2 .exg-v2-store__copy {
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	z-index: 2;
	display: flex;
	min-width: 0;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: 52px 38px 52px max(72px, calc((100vw - 1296px) / 2));
	background: var(--exg-black);
}

.exg-home-v2 .exg-v2-store__copy > p {
	margin: 0 0 10px;
	color: var(--exg-gold);
	font-family: var(--exg-body);
	font-size: 11px;
	font-weight: var(--exg-weight-action);
	letter-spacing: 0.16em;
	line-height: 1.2;
}

.exg-home-v2 .exg-v2-store__copy h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(54px, 5.2vw, 72px);
	letter-spacing: -0.025em;
	line-height: 0.89;
}

.exg-home-v2 .exg-v2-store__copy > span {
	margin: 16px 0 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 15px;
	line-height: 1.45;
}

.exg-home-v2 .exg-v2-store__copy > a {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 24px;
	margin-top: 24px;
	padding: 0 20px;
	background: var(--exg-gold);
	color: var(--exg-black);
	font-size: 10px;
	font-weight: var(--exg-weight-action);
	letter-spacing: 0.055em;
	line-height: 1;
}

.exg-home-v2 .exg-v2-store__copy > a > span {
	font-size: 18px;
	transition: transform 0.18s ease;
}

.exg-home-v2 .exg-v2-store__copy > a:is(:hover, :focus-visible) > span {
	transform: translateX(4px);
}

.exg-home-v2 .exg-v2-store__products {
	position: relative;
	top: auto;
	right: auto;
	z-index: 3;
	width: auto;
	height: auto;
	min-height: 360px;
	margin-left: -48px;
	overflow: hidden;
	background: var(--exg-gold);
	clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%);
	transform: none;
}

.exg-home-v2 .exg-v2-store__products::before {
	position: absolute;
	inset: 0;
	background: radial-gradient(circle, rgba(10, 10, 10, 0.18) 1.2px, transparent 1.5px) 0 0 / 15px 15px;
	clip-path: polygon(38% 0, 100% 0, 100% 100%, 31% 100%);
	content: "";
}

.exg-home-v2 .exg-v2-store__products img {
	position: absolute;
	z-index: 2;
	display: block;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 18px 16px rgba(10, 10, 10, 0.25));
}

.exg-home-v2 .exg-v2-store__products img:nth-child(1) {
	top: 0;
	left: -2%;
	z-index: 1;
	width: min(58%, 420px);
	height: auto;
}

.exg-home-v2 .exg-v2-store__products img:nth-child(2) {
	top: -10px;
	left: 23%;
	z-index: 3;
	width: min(52%, 380px);
	height: auto;
}

.exg-home-v2 .exg-v2-store__products img:nth-child(3) {
	top: 2px;
	left: auto;
	right: 2%;
	z-index: 2;
	width: min(58%, 420px);
	height: auto;
}

.exg-home-v2 .exg-v2-store__stage-label {
	position: absolute;
	right: 26px;
	bottom: 22px;
	z-index: 4;
	display: inline-flex;
	min-height: 32px;
	align-items: center;
	padding: 0 11px;
	background: var(--exg-black);
	color: #fff;
	font-size: 8px;
	font-weight: var(--exg-weight-action);
	letter-spacing: 0.12em;
}

@media (max-width: 1100px) {
	.exg-home-v2 .exg-v2-proof {
		padding: 58px 36px 62px;
	}

	.exg-home-v2 .exg-v2-proof__intro {
		grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
		gap: 32px;
	}

	.exg-home-v2 .exg-v2-proof article {
		padding-right: 22px;
		padding-left: 22px;
	}

	.exg-home-v2 .exg-v2-store__inner {
		min-height: 340px;
		grid-template-columns: minmax(0, 46fr) minmax(0, 54fr);
	}

	.exg-home-v2 .exg-v2-store {
		min-height: 0;
	}

	.exg-home-v2 .exg-v2-store__copy {
		padding: 46px 30px 46px 36px;
	}

	.exg-home-v2 .exg-v2-store__copy h2 {
		font-size: clamp(48px, 5.1vw, 58px);
	}

	.exg-home-v2 .exg-v2-store__products {
		min-height: 340px;
		margin-left: -36px;
	}
}

@media (max-width: 900px) {
	.exg-home-v2 .exg-v2-proof__intro {
		grid-template-columns: minmax(0, 1fr);
		gap: 15px;
	}

	.exg-home-v2 .exg-v2-proof__intro > span {
		max-width: 620px;
	}

	.exg-home-v2 .exg-v2-proof__metrics {
		margin-top: 28px;
	}

	.exg-home-v2 .exg-v2-proof article {
		min-height: 154px;
		padding: 22px 18px;
	}

	.exg-home-v2 .exg-v2-proof strong {
		font-size: clamp(52px, 7.2vw, 66px);
	}
}

@media (max-width: 760px) {
	.exg-home-v2 .exg-v2-store {
		min-height: 0;
	}

	.exg-home-v2 .exg-v2-store__inner {
		min-height: 0;
		grid-template-columns: minmax(0, 1fr);
	}

	.exg-home-v2 .exg-v2-store__copy {
		min-height: 250px;
		padding: 42px 32px 38px;
	}

	.exg-home-v2 .exg-v2-store__copy h2 {
		font-size: clamp(48px, 9vw, 60px);
	}

	.exg-home-v2 .exg-v2-store__products {
		min-height: 270px;
		margin-left: 0;
		clip-path: none;
	}

	.exg-home-v2 .exg-v2-store__products img:nth-child(1) {
		top: 10px;
		left: -5%;
		width: 62%;
	}

	.exg-home-v2 .exg-v2-store__products img:nth-child(2) {
		top: 0;
		left: 21%;
		width: 56%;
	}

	.exg-home-v2 .exg-v2-store__products img:nth-child(3) {
		top: 12px;
		left: auto;
		right: 0;
		width: 62%;
	}

	.exg-home-v2 .exg-v2-store__stage-label {
		right: 18px;
		bottom: 15px;
	}
}

@media (max-width: 600px) {
	.exg-home-v2 .exg-v2-proof {
		padding: 48px 18px 52px;
	}

	.exg-home-v2 .exg-v2-proof__intro h2 {
		font-size: clamp(44px, 12vw, 52px);
		line-height: 0.9;
	}

	.exg-home-v2 .exg-v2-proof__intro > span {
		font-size: 14px;
	}

	.exg-home-v2 .exg-v2-proof__metrics {
		grid-template-columns: minmax(0, 1fr);
		margin-top: 24px;
	}

	.exg-home-v2 .exg-v2-proof article,
	.exg-home-v2 .exg-v2-proof article:first-child,
	.exg-home-v2 .exg-v2-proof article:nth-child(2) {
		min-height: 108px;
		padding: 18px;
	}

	.exg-home-v2 .exg-v2-proof article + article {
		border-top: 1px solid rgba(255, 255, 255, 0.18);
		border-left: 0;
	}

	.exg-home-v2 .exg-v2-proof article:first-child::after {
		display: none;
	}

	.exg-home-v2 .exg-v2-proof article > div {
		grid-template-columns: 106px minmax(0, 1fr);
		grid-template-rows: auto auto;
		column-gap: 16px;
		align-items: center;
	}

	.exg-home-v2 .exg-v2-proof strong {
		grid-column: 1;
		grid-row: 1 / span 2;
		font-size: 50px;
	}

	.exg-home-v2 .exg-v2-proof strong em {
		display: block;
		margin-top: 6px;
		font-size: 13px;
		letter-spacing: 0.08em;
	}

	.exg-home-v2 .exg-v2-proof article span {
		grid-column: 2;
		grid-row: 1;
		align-self: end;
		margin: 0;
		font-size: 17px;
	}

	.exg-home-v2 .exg-v2-proof small {
		grid-column: 2;
		grid-row: 2;
		align-self: start;
		margin-top: 5px;
		font-size: 10px;
	}
}

@media (max-width: 480px) {
	.exg-home-v2 .exg-v2-store__copy {
		min-height: 246px;
		padding: 40px 18px 36px;
	}

	.exg-home-v2 .exg-v2-store__copy h2 {
		font-size: clamp(46px, 13vw, 54px);
	}

	.exg-home-v2 .exg-v2-store__copy > a {
		width: 100%;
	}

	.exg-home-v2 .exg-v2-store__products {
		min-height: 240px;
	}

	.exg-home-v2 .exg-v2-store__products img:nth-child(1) {
		top: 2px;
		left: -8%;
		width: 64%;
	}

	.exg-home-v2 .exg-v2-store__products img:nth-child(2) {
		top: -8px;
		left: 18%;
		width: 58%;
	}

	.exg-home-v2 .exg-v2-store__products img:nth-child(3) {
		top: 4px;
		right: 0;
		width: 64%;
	}

	.exg-home-v2 .exg-v2-store__stage-label {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.exg-home-v2 .exg-v2-store__copy > a > span {
		transition: none;
	}
}

@media (max-width: 1120px) {
	.exg-home-v2 .exg-home-choice__group-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 5px;
	}

	.exg-home-v2 .exg-home-choice__group-heading p {
		text-align: left;
	}

	.exg-home-v2 .exg-home-choice__vehicle-card {
		min-height: 214px;
		padding: 102px 94px 20px 20px;
	}

	.exg-home-v2 .exg-home-choice__vehicle-card > img {
		height: 72%;
	}

}

@media (max-width: 820px) {
	.exg-home-v2 .exg-home-choice__chooser {
		width: min(calc(100% - 36px), 680px);
		margin-top: 0;
	}

	.exg-home-v2 .exg-home-choice__grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 30px;
	}

	.exg-home-v2 .exg-home-choice__path-card--dealer,
	.exg-home-v2 .exg-home-choice__path-card--direct {
		border-radius: 13px;
		clip-path: none;
		box-shadow: 0 18px 38px rgba(10, 10, 10, 0.3);
		filter: none;
	}

	.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-intro {
		padding-left: 24px;
	}

	.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-intro p {
		margin-left: 0;
		padding-left: 12px;
	}

	.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-art-primary {
		left: -108.7%;
		width: 212.5%;
	}

	.exg-home-v2 .exg-home-choice__path-card--dealer .exg-home-choice__path-links a:last-child {
		padding-right: 17px;
	}

	.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-links a:first-child {
		padding-left: 17px;
	}

	.exg-home-v2 .exg-home-choice__vehicle-group--direct::before {
		display: none;
	}

	.exg-home-v2 .exg-home-choice__group-heading {
		min-height: 0;
		align-items: flex-end;
		flex-direction: row;
		gap: 16px;
	}

	.exg-home-v2 .exg-home-choice__group-heading p {
		text-align: right;
	}

	.exg-home-v2 .exg-home-choice__vehicle-card {
		min-height: 204px;
	}

}

@media (max-width: 520px) {
	.exg-home-v2 .exg-home-choice__heading {
		margin-bottom: 0;
		padding: 24px 16px 25px;
	}

	.exg-home-v2 .exg-home-choice__heading h2 {
		font-size: 42px;
	}

	.exg-home-v2 .exg-home-choice__heading > span {
		font-size: 13px;
		line-height: 19px;
	}

	.exg-home-v2 .exg-home-choice__grid {
		gap: 26px;
		padding: 0 14px 22px;
	}

	.exg-home-v2 .exg-home-choice__path-card {
		grid-template-rows: auto auto;
		border-radius: 10px;
	}

	.exg-home-v2 .exg-home-choice__path-intro {
		padding: 18px 16px 0;
	}

	.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-intro {
		padding-left: 16px;
	}

	.exg-home-v2 .exg-home-choice__path-intro p {
		min-height: 0;
		margin: 0 0 10px;
		padding: 6px 9px 6px 10px;
		font-size: 8px;
	}

	.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-intro p {
		margin-left: 0;
		padding-left: 10px;
	}

	.exg-home-v2 .exg-home-choice__path-intro h3 {
		font-size: 32px;
	}

	.exg-home-v2 .exg-home-choice__path-intro > span {
		font-size: 11px;
	}

	.exg-home-v2 .exg-home-choice__path-art {
		min-height: 0;
	}

	.exg-home-v2 .exg-home-choice__path-art-primary {
		left: -3%;
		width: 212.5%;
		height: auto;
		transform: translateY(-21.57%);
	}

	.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-art-primary {
		left: -108.7%;
		width: 212.5%;
	}

	.exg-home-v2 .exg-home-choice__path-links a {
		min-height: 50px;
		gap: 5px;
		padding: 9px 10px;
	}

	.exg-home-v2 .exg-home-choice__path-card--dealer .exg-home-choice__path-links a:last-child {
		padding-right: 10px;
	}

	.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-links a:first-child {
		padding-left: 10px;
	}

	.exg-home-v2 .exg-home-choice__path-link-label,
	.exg-home-v2 .exg-home-choice__path-link-arrow {
		font-size: 8px;
	}

	.exg-home-v2 .exg-home-choice__group-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
		padding-top: 8px;
	}

	.exg-home-v2 .exg-home-choice__group-heading h3 {
		font-size: 25px;
	}

	.exg-home-v2 .exg-home-choice__group-heading p {
		font-size: 7px;
		text-align: left;
	}

	.exg-home-v2 .exg-home-choice__group-cards {
		grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
		gap: 10px;
	}

	.exg-home-v2 .exg-home-choice__vehicle-option {
		gap: 6px;
	}

	.exg-home-v2 .exg-home-choice__vehicle-card {
		min-height: 190px;
		padding: 88px 58px 16px 12px;
		border-radius: 9px;
	}

	.exg-home-v2 .exg-home-choice__vehicle-card--semi,
	.exg-home-v2 .exg-home-choice__vehicle-card--pickup {
		padding: 88px 58px 16px 14px;
	}

	.exg-home-v2 .exg-home-choice__vehicle-card > img {
		height: 72%;
	}

	.exg-home-v2 .exg-home-choice__vehicle-copy strong {
		font-size: 22px;
	}

	.exg-home-v2 .exg-home-choice__vehicle-action {
		right: 10px;
		bottom: 14px;
		padding: 3px 0;
		font-size: 8px;
	}

	.exg-home-v2 .exg-home-choice__vehicle-copy small {
		font-size: 8px;
	}

}

@media (prefers-reduced-motion: reduce) {
	.exg-home-v2 .exg-home-choice__vehicle-card,
	.exg-home-v2 .exg-home-choice__vehicle-card > img,
	.exg-home-v2 .exg-home-choice__path-art img {
		transition: none;
	}
}

/* Homepage readability floor: supporting copy and actionable labels should
 * remain legible at every breakpoint. Decorative arrows and icons are exempt. */
.exg-home-v2 .exg-home-choice__path-intro p,
.exg-home-v2 .exg-home-choice__path-link-label,
.exg-home-v2 .exg-v2-product__eyebrow,
.exg-home-v2 .exg-v2-product__features > span small,
.exg-home-v2 .exg-v2-product__features > span strong,
.exg-home-v2 .exg-v2-product__badge,
.exg-home-v2 .exg-v2-product__model span,
.exg-home-v2 .exg-v2-product__model strong,
.exg-home-v2 .exg-v2-product__model small,
.exg-home-v2 .exg-v2-proof__intro > div > p,
.exg-home-v2 .exg-v2-proof small,
.exg-home-v2 .exg-v2-actions__intro > p,
.exg-home-v2 .exg-v2-action-feature__media figcaption,
.exg-home-v2 .exg-v2-action-feature__primary > p,
.exg-home-v2 .exg-v2-action-feature__primary > a,
.exg-home-v2 .exg-v2-action-feature__links small,
.exg-home-v2 .exg-v2-store__copy > p,
.exg-home-v2 .exg-v2-store__copy > a,
.exg-home-v2 .exg-v2-store__stage-label {
	font-size: 12px;
}

/* Homepage hero: place the purchase-path copy over the vehicle photography. */
.exg-home-v2 .exg-home-choice__grid {
	align-items: stretch;
}

.exg-home-v2 .exg-home-choice__path-card {
	display: block;
	aspect-ratio: 16 / 10;
	background: var(--exg-black);
}

.exg-home-v2 .exg-home-choice__path-card--direct {
	background: #474747;
}

.exg-home-v2 .exg-home-choice__path-card::after {
	position: absolute;
	z-index: 2;
	inset: 0;
	background: linear-gradient(180deg, rgba(10, 10, 10, 0) 38%, rgba(10, 10, 10, 0.22) 58%, rgba(10, 10, 10, 0.9) 100%);
	content: "";
	pointer-events: none;
}

.exg-home-v2 .exg-home-choice__path-art {
	position: absolute;
	inset: 0;
	aspect-ratio: auto;
}

.exg-home-v2 .exg-home-choice__path-art img {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 68% center;
	transform: none;
}

.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-art-primary {
	left: 0;
	width: 100%;
	object-position: 66% center;
}

.exg-home-v2 .exg-home-choice__path-card:hover .exg-home-choice__path-art-primary {
	transform: scale(1.01);
}

.exg-home-v2 .exg-home-choice__path-intro,
.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-intro {
	position: absolute;
	z-index: 3;
	top: auto;
	right: auto;
	bottom: clamp(26px, 2.4vw, 38px);
	left: clamp(22px, 2.2vw, 34px);
	display: flex;
	width: min(510px, calc(100% - 72px));
	min-height: 0;
	flex-direction: column;
	align-items: flex-start;
	padding: 0 0 0 clamp(14px, 1.3vw, 20px);
	border-left: 6px solid var(--exg-gold);
	background: transparent;
	box-shadow: none;
	color: #fff;
}

.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-intro {
	right: clamp(22px, 2.2vw, 34px);
	left: auto;
	align-items: flex-end;
	padding: 0 clamp(14px, 1.3vw, 20px) 0 0;
	border-right: 6px solid var(--exg-gold);
	border-left: 0;
	text-align: right;
}

.exg-home-v2 .exg-home-choice__path-intro h3,
.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-intro h3 {
	color: #fff;
	font-size: clamp(38px, 3.4vw, 54px);
	line-height: 0.92;
	text-shadow: 0 2px 10px rgba(10, 10, 10, 0.38);
}

.exg-home-v2 .exg-home-choice__path-intro p,
.exg-home-v2 .exg-home-choice__path-card--dealer .exg-home-choice__path-intro p,
.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-intro p {
	margin: 13px 0 0;
	padding: 8px 11px 7px;
	background: var(--exg-gold);
	color: var(--exg-black);
	font-size: 12px;
	line-height: 1.2;
}

/* Made-in-USA banner. */
.exg-home-v2 .exg-v2-made-usa {
	position: relative;
	overflow: hidden;
	padding: clamp(14px, 1.4vw, 18px) 72px;
	border-top: 6px solid var(--exg-gold);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	background:
		linear-gradient(90deg, rgba(5, 10, 20, 0.38) 0%, rgba(7, 8, 12, 0.68) 46%, rgba(7, 7, 9, 0.84) 100%),
		url("images/made-in-usa-flag-banner-v2.jpg") center 44% / cover no-repeat;
	color: #fff;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), inset 0 -1px 0 rgba(0, 0, 0, 0.38);
}

.exg-home-v2 .exg-v2-made-usa__inner {
	position: relative;
	z-index: 1;
	display: grid;
	width: min(1296px, 100%);
	grid-template-columns: clamp(106px, 10vw, 132px) minmax(0, 1fr);
	align-items: center;
	gap: clamp(20px, 2.2vw, 28px);
	margin: 0 auto;
}

.exg-home-v2 .exg-v2-made-usa__mark {
	display: grid;
	min-height: clamp(86px, 8vw, 100px);
	place-items: center;
	padding: clamp(12px, 1.3vw, 15px);
	background: #fff;
	box-shadow: 0 20px 42px rgba(0, 0, 0, 0.3);
	clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%);
}

.exg-home-v2 .exg-v2-made-usa__mark img {
	width: min(100%, 90px);
	height: auto;
}

.exg-home-v2 .exg-v2-made-usa__copy {
	padding-left: clamp(20px, 2.2vw, 28px);
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.72);
}

.exg-home-v2 .exg-v2-made-usa__copy p,
.exg-home-v2 .exg-v2-made-usa__copy h2,
.exg-home-v2 .exg-v2-made-usa__copy > strong {
	margin: 0;
}

.exg-home-v2 .exg-v2-made-usa__copy p {
	margin-bottom: 5px;
	color: var(--exg-gold);
	font-size: 8px;
	font-weight: var(--exg-weight-action);
	letter-spacing: 0.2em;
	line-height: 1;
}

.exg-home-v2 .exg-v2-made-usa__copy h2 {
	color: var(--exg-gold);
	font-family: var(--exg-display);
	font-size: clamp(30px, 3vw, 40px);
	font-weight: var(--exg-weight-display);
	letter-spacing: -0.02em;
	line-height: 0.9;
	text-transform: uppercase;
}

.exg-home-v2 .exg-v2-made-usa__copy h2 span {
	display: block;
	color: #fff;
}

.exg-home-v2 .exg-v2-made-usa__copy > strong {
	display: block;
	margin-top: 7px;
	color: rgba(255, 255, 255, 0.76);
	font-size: clamp(11px, 0.85vw, 12px);
	font-weight: var(--exg-weight-semibold);
	letter-spacing: 0.01em;
	line-height: 1.45;
}

@media (max-width: 820px) {
	.exg-home-v2 .exg-home-choice__path-card {
		aspect-ratio: 16 / 10;
	}

	.exg-home-v2 .exg-home-choice__path-intro,
	.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-intro {
		top: auto;
		right: auto;
		bottom: 24px;
		left: 24px;
		width: min(510px, calc(100% - 48px));
		align-items: flex-start;
		padding: 0 0 0 18px;
		border-right: 0;
		border-left: 6px solid var(--exg-gold);
		text-align: left;
	}
}

@media (max-width: 620px) {
	.exg-home-v2 .exg-home-choice__path-card {
		aspect-ratio: 4 / 3;
	}

	.exg-home-v2 .exg-home-choice__path-intro,
	.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-intro {
		top: auto;
		bottom: 20px;
		left: 16px;
		width: calc(100% - 32px);
		padding: 0 0 0 14px;
		border-left-width: 5px;
	}

	.exg-home-v2 .exg-home-choice__path-intro h3,
	.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-intro h3 {
		font-size: 34px;
	}

	.exg-home-v2 .exg-home-choice__path-intro p,
	.exg-home-v2 .exg-home-choice__path-card--dealer .exg-home-choice__path-intro p,
	.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-intro p {
		margin-top: 10px;
		padding: 7px 9px 6px;
		font-size: 10px;
	}

	.exg-home-v2 .exg-v2-made-usa {
		padding: 16px 14px 18px;
	}

	.exg-home-v2 .exg-v2-made-usa__inner {
		grid-template-columns: 62px minmax(0, 1fr);
		gap: 12px;
	}

	.exg-home-v2 .exg-v2-made-usa__mark {
		min-height: 68px;
		padding: 7px;
		clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
	}

	.exg-home-v2 .exg-v2-made-usa__copy {
		padding-left: 12px;
	}

	.exg-home-v2 .exg-v2-made-usa__copy p {
		margin-bottom: 5px;
		font-size: 8px;
		letter-spacing: 0.13em;
	}

	.exg-home-v2 .exg-v2-made-usa__copy h2 {
		font-size: clamp(23px, 6.2vw, 29px);
	}

	.exg-home-v2 .exg-v2-made-usa__copy > strong {
		margin-top: 6px;
		font-size: 10px;
		line-height: 1.35;
	}
}

/* Client revision: three equal destinations and a vehicle-aware guard showcase. */
@media (min-width: 821px) {
	.exg-home-v2 .exg-home-choice__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: clamp(10px, 1.15vw, 16px);
	}

	.exg-home-v2 .exg-home-choice__path-card {
		aspect-ratio: 4 / 3;
	}
}

.exg-home-v2 .exg-home-choice__path-art img,
.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-art-primary {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: none;
}

.exg-home-v2 .exg-home-choice__path-card--semi .exg-home-choice__path-art-primary {
	object-position: 71% center;
}

.exg-home-v2 .exg-home-choice__path-card--pickup .exg-home-choice__path-art-primary {
	object-position: 64% center;
}

.exg-home-v2 .exg-home-choice__path-card--van .exg-home-choice__path-art-primary {
	object-position: 61% center;
}

.exg-home-v2 .exg-home-choice__path-card .exg-home-choice__path-intro,
.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-intro {
	top: auto;
	right: auto;
	bottom: clamp(18px, 1.8vw, 27px);
	left: clamp(16px, 1.55vw, 23px);
	width: calc(100% - clamp(32px, 3.1vw, 46px));
	align-items: flex-start;
	padding: 0 0 0 clamp(11px, 1vw, 15px);
	border-right: 0;
	border-left: 5px solid var(--exg-gold);
	text-align: left;
}

.exg-home-v2 .exg-home-choice__path-card .exg-home-choice__path-intro h3,
.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-intro h3 {
	color: #fff;
	font-size: clamp(30px, 3vw, 45px);
	line-height: 0.92;
}

.exg-home-v2 .exg-home-choice__path-card .exg-home-choice__path-intro p,
.exg-home-v2 .exg-home-choice__path-card--dealer .exg-home-choice__path-intro p,
.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-intro p {
	margin: 10px 0 0;
	padding: 7px 9px 6px;
	font-size: 11px;
	letter-spacing: 0.055em;
}

.exg-home-v2 .exg-v2-product__features {
	margin-top: 18px;
}

.exg-home-v2 .exg-v2-product__visual {
	overflow: hidden;
}

.exg-home-v2 .exg-v2-product__guard,
.exg-home-v2 .exg-v2-product[data-active-category="semi"] .exg-v2-product__guard {
	right: -2%;
	bottom: 17px;
	width: 104%;
	height: 91%;
	object-fit: contain;
	object-position: center bottom;
	transition: opacity 0.16s ease, transform 0.24s ease;
}

.exg-home-v2 .exg-v2-product[data-active-category="pickup"] .exg-v2-product__guard {
	right: -7%;
	bottom: 8px;
	width: 114%;
}

.exg-home-v2 .exg-v2-product[data-active-category="van"] .exg-v2-product__guard {
	right: -5%;
	bottom: 7px;
	width: 110%;
}

.exg-home-v2 .exg-v2-product__guard.is-changing {
	opacity: 0.3;
	transform: translateY(7px);
}

.exg-home-v2 .exg-v2-product__model {
	min-width: 205px;
}

.exg-home-v2 .exg-v2-product__primary {
	gap: 14px;
}

.exg-home-v2 .exg-v2-product__primary > span:first-child {
	font-size: inherit;
	transition: none;
}

@media (max-width: 900px) {
	.exg-home-v2 .exg-v2-product__visual {
		min-height: 410px;
	}

	.exg-home-v2 .exg-v2-product__guard,
	.exg-home-v2 .exg-v2-product[data-active-category="semi"] .exg-v2-product__guard,
	.exg-home-v2 .exg-v2-product[data-active-category="pickup"] .exg-v2-product__guard,
	.exg-home-v2 .exg-v2-product[data-active-category="van"] .exg-v2-product__guard {
		right: 1%;
		bottom: 5px;
		width: 98%;
		height: 95%;
	}
}

@media (max-width: 820px) {
	.exg-home-v2 .exg-home-choice__grid {
		gap: 16px;
	}

	.exg-home-v2 .exg-home-choice__path-card {
		aspect-ratio: 16 / 9;
	}
}

@media (max-width: 600px) {
	.exg-home-v2 .exg-v2-product__visual {
		min-height: 310px;
	}

	.exg-home-v2 .exg-v2-product__guard,
	.exg-home-v2 .exg-v2-product[data-active-category="semi"] .exg-v2-product__guard,
	.exg-home-v2 .exg-v2-product[data-active-category="pickup"] .exg-v2-product__guard,
	.exg-home-v2 .exg-v2-product[data-active-category="van"] .exg-v2-product__guard {
		right: -5%;
		bottom: 10px;
		width: 110%;
		height: 91%;
	}

	.exg-home-v2 .exg-v2-product__model {
		min-width: 0;
	}
}

/* 2026-08 vehicle chooser refresh: product cutouts on a flat brand stage. */
.exg-home-v2 .exg-home-choice__path-card,
.exg-home-v2 .exg-home-choice__path-card--dealer,
.exg-home-v2 .exg-home-choice__path-card--direct {
	--exg-choice-surface: #eceae3;
	position: relative;
	display: block;
	isolation: isolate;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.38);
	border-radius: 11px;
	background: var(--exg-choice-surface);
	box-shadow: 0 15px 28px rgba(0, 0, 0, 0.26);
	color: var(--exg-black);
	filter: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.exg-home-v2 .exg-home-choice__path-card--semi {
	--exg-choice-surface: #e8e9e5;
}

.exg-home-v2 .exg-home-choice__path-card--pickup {
	--exg-choice-surface: #e8e9e5;
}

.exg-home-v2 .exg-home-choice__path-card--van {
	--exg-choice-surface: #e8e9e5;
}

.exg-home-v2 .exg-home-choice__path-card {
	border-top: 5px solid var(--exg-gold);
}

/* Retire the prior Additional CSS artwork and hover labels. */
.exg-home-v2 .exg-home-choice__path-card::before,
.exg-home-v2 .exg-home-choice__path-card::after,
.exg-home-v2 .exg-home-choice__path-card--semi::before,
.exg-home-v2 .exg-home-choice__path-card--pickup::before,
.exg-home-v2 .exg-home-choice__path-card--van::before {
	display: none !important;
	background: none !important;
	content: none !important;
}

.exg-home-v2 .exg-home-choice__path-card:is(:hover, :focus-visible) {
	border-color: rgba(255, 201, 44, 0.88);
	box-shadow: 0 21px 38px rgba(0, 0, 0, 0.34);
	transform: translateY(-4px);
}

.exg-home-v2 .exg-home-choice__path-card .exg-home-choice__path-intro,
.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-intro {
	position: absolute !important;
	z-index: 4 !important;
	top: 20px !important;
	right: 68px !important;
	bottom: auto !important;
	left: 22px !important;
	display: flex !important;
	width: auto !important;
	min-height: 0 !important;
	align-items: flex-start;
	padding: 0 0 0 12px !important;
	border: 0 !important;
	border-left: 4px solid var(--exg-gold) !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--exg-black);
	text-align: left;
}

.exg-home-v2 .exg-home-choice__path-card .exg-home-choice__path-intro h3,
.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-intro h3 {
	color: var(--exg-black) !important;
	font-size: clamp(30px, 2.9vw, 43px) !important;
	line-height: 0.92 !important;
	text-shadow: none !important;
}

.exg-home-v2 .exg-home-choice__path-intro h3::before {
	display: none !important;
	content: none !important;
}

.exg-home-v2 .exg-home-choice__path-card .exg-home-choice__path-intro p,
.exg-home-v2 .exg-home-choice__path-card--dealer .exg-home-choice__path-intro p,
.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-intro p {
	display: block !important;
	min-height: 0;
	margin: 7px 0 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: #57544d !important;
	font-size: 10px !important;
	font-weight: var(--exg-weight-action) !important;
	letter-spacing: 0.11em !important;
	line-height: 1.2 !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
}

.exg-home-v2 #exg-home-choice-pickup-channel,
.exg-home-v2 #exg-home-choice-van-channel {
	display: block !important;
}

.exg-home-v2 .exg-home-choice__path-cta {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 5;
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 50%;
	background: var(--exg-black);
	color: var(--exg-gold);
	font-size: 19px;
	font-weight: 700;
	line-height: 1;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.exg-home-v2 .exg-home-choice__path-card:is(:hover, :focus-visible) .exg-home-choice__path-cta {
	background: var(--exg-gold);
	color: var(--exg-black);
	transform: translateX(3px);
}

.exg-home-v2 .exg-home-choice__path-art {
	position: absolute;
	z-index: 2;
	top: 66px;
	right: 0;
	bottom: 0;
	left: 0;
	min-height: 0;
	aspect-ratio: auto;
	overflow: visible;
	background: transparent;
}

.exg-home-v2 .exg-home-choice__path-art img,
.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-art-primary,
.exg-home-v2 .exg-home-choice__path-card--semi .exg-home-choice__path-art-primary,
.exg-home-v2 .exg-home-choice__path-card--pickup .exg-home-choice__path-art-primary,
.exg-home-v2 .exg-home-choice__path-card--van .exg-home-choice__path-art-primary {
	position: absolute;
	top: auto;
	right: auto;
	bottom: -3%;
	left: 50%;
	width: auto;
	max-width: none;
	height: 104%;
	object-fit: contain;
	object-position: center bottom;
	filter: drop-shadow(0 16px 13px rgba(0, 0, 0, 0.28));
	opacity: 1;
	transform: translateX(-50%);
	transition: transform 0.25s ease;
}

.exg-home-v2 .exg-home-choice__path-card--pickup .exg-home-choice__path-art-primary {
	height: 106%;
}

.exg-home-v2 .exg-home-choice__path-card--van .exg-home-choice__path-art-primary {
	height: 111%;
}

.exg-home-v2 .exg-home-choice__path-card:hover .exg-home-choice__path-art-primary {
	transform: translateX(-50%) scale(1.025);
}

@media (max-width: 820px) {
	.exg-home-v2 .exg-home-choice__path-card,
	.exg-home-v2 .exg-home-choice__path-card--dealer,
	.exg-home-v2 .exg-home-choice__path-card--direct {
		aspect-ratio: 16 / 9;
	}
}

@media (max-width: 620px) {
	.exg-home-v2 .exg-home-choice__path-card,
	.exg-home-v2 .exg-home-choice__path-card--dealer,
	.exg-home-v2 .exg-home-choice__path-card--direct {
		aspect-ratio: 4 / 3;
	}

	.exg-home-v2 .exg-home-choice__path-card .exg-home-choice__path-intro,
	.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-intro {
		top: 17px !important;
		right: 58px !important;
		left: 17px !important;
		padding-left: 10px !important;
	}

	.exg-home-v2 .exg-home-choice__path-cta {
		top: 15px;
		right: 15px;
		width: 34px;
		height: 34px;
	}

	.exg-home-v2 .exg-home-choice__path-card .exg-home-choice__path-intro h3,
	.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-intro h3 {
		font-size: 31px;
	}

	.exg-home-v2 .exg-home-choice__path-art {
		top: 58px;
	}
}

/* 2026-08 lifestyle hero cards: photography and labels occupy separate planes. */
.exg-home-v2 .exg-home-choice__path-card,
.exg-home-v2 .exg-home-choice__path-card--dealer,
.exg-home-v2 .exg-home-choice__path-card--direct {
	display: grid !important;
	grid-template-rows: minmax(0, 1fr) 52px;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border: 2px solid var(--exg-gold);
	border-top-width: 4px;
	border-radius: 10px;
	background: #f3f2ed;
	box-shadow: 0 15px 28px rgba(0, 0, 0, 0.28);
	filter: none;
}

.exg-home-v2 .exg-home-choice__path-card::before,
.exg-home-v2 .exg-home-choice__path-card::after,
.exg-home-v2 .exg-home-choice__path-card--semi::before,
.exg-home-v2 .exg-home-choice__path-card--pickup::before,
.exg-home-v2 .exg-home-choice__path-card--van::before {
	display: none !important;
	background: none !important;
	content: none !important;
}

.exg-home-v2 .exg-home-choice__path-art {
	position: relative !important;
	z-index: 1;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;
	display: block;
	grid-row: 1;
	width: 100%;
	height: 100%;
	min-height: 0;
	aspect-ratio: auto;
	overflow: hidden;
	background: #242424;
}

.exg-home-v2 .exg-home-choice__path-art img,
.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-art-primary,
.exg-home-v2 .exg-home-choice__path-card--semi .exg-home-choice__path-art-primary,
.exg-home-v2 .exg-home-choice__path-card--pickup .exg-home-choice__path-art-primary,
.exg-home-v2 .exg-home-choice__path-card--van .exg-home-choice__path-art-primary {
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: none;
	opacity: 1;
	transform: none;
	transition: transform 0.3s ease;
}

.exg-home-v2 .exg-home-choice__path-card--semi .exg-home-choice__path-art-primary {
	object-position: 78% center;
}

.exg-home-v2 .exg-home-choice__path-card--pickup .exg-home-choice__path-art-primary {
	object-position: 64% center;
}

.exg-home-v2 .exg-home-choice__path-card--van .exg-home-choice__path-art-primary {
	object-position: 61% center;
}

.exg-home-v2 .exg-home-choice__path-card:hover .exg-home-choice__path-art-primary {
	transform: scale(1.025);
}

.exg-home-v2 .exg-home-choice__path-card .exg-home-choice__path-intro,
.exg-home-v2 .exg-home-choice__path-card--dealer .exg-home-choice__path-intro,
.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-intro {
	position: relative !important;
	z-index: 3 !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;
	display: flex !important;
	grid-row: 2;
	width: auto !important;
	min-height: 52px !important;
	flex-direction: column;
	align-items: flex-start !important;
	justify-content: center;
	padding: 6px 14px !important;
	border: 0 !important;
	background: var(--exg-gold) !important;
	box-shadow: none !important;
	color: var(--exg-black) !important;
	text-align: left !important;
}

.exg-home-v2 .exg-home-choice__path-card .exg-home-choice__path-intro h3,
.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-intro h3 {
	margin: 0;
	padding: 0 !important;
	color: var(--exg-black) !important;
	font-size: clamp(22px, 1.8vw, 27px) !important;
	font-weight: 800 !important;
	line-height: 0.94 !important;
	text-shadow: none !important;
	text-transform: uppercase !important;
}

.exg-home-v2 .exg-home-choice__path-intro h3::before {
	display: none !important;
	content: none !important;
}

.exg-home-v2 .exg-home-choice__path-card--semi .exg-home-choice__path-intro p {
	position: absolute !important;
	z-index: 4;
	top: -26px !important;
	right: auto !important;
	bottom: auto !important;
	left: 16px !important;
	display: inline-flex !important;
	min-height: 0;
	margin: 0 !important;
	padding: 5px 9px 4px !important;
	border: 0 !important;
	border-radius: 2px !important;
	background: var(--exg-gold) !important;
	color: var(--exg-black) !important;
	font-size: 9px !important;
	font-weight: var(--exg-weight-action) !important;
	letter-spacing: 0.075em !important;
	line-height: 1.1 !important;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
}

@media (max-width: 620px) {
	.exg-home-v2 .exg-home-choice__path-card,
	.exg-home-v2 .exg-home-choice__path-card--dealer,
	.exg-home-v2 .exg-home-choice__path-card--direct {
		grid-template-rows: minmax(0, 1fr) 48px;
	}

	.exg-home-v2 .exg-home-choice__path-card .exg-home-choice__path-intro,
	.exg-home-v2 .exg-home-choice__path-card--dealer .exg-home-choice__path-intro,
	.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-intro {
		min-height: 48px !important;
		padding: 6px 12px !important;
	}

	.exg-home-v2 .exg-home-choice__path-card .exg-home-choice__path-intro h3,
	.exg-home-v2 .exg-home-choice__path-card--direct .exg-home-choice__path-intro h3 {
		font-size: 22px !important;
	}
}

/* Mobile vehicle hero: one primary semi banner above two compact choices. */
@media (max-width: 620px) {
	.exg-home-v2 .exg-home-choice__grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		align-items: stretch;
		justify-items: stretch;
	}

	.exg-home-v2 .exg-home-choice__grid > .exg-home-choice__path-card {
		width: 100% !important;
		max-width: none !important;
		min-width: 0;
		margin: 0 !important;
		justify-self: stretch;
	}

	.exg-home-v2 .exg-home-choice__path-card--semi {
		grid-column: 1 / -1;
		grid-template-rows: minmax(0, 1fr) 48px;
		aspect-ratio: 16 / 9;
	}

	.exg-home-v2 .exg-home-choice__path-card--pickup,
	.exg-home-v2 .exg-home-choice__path-card--van {
		grid-template-rows: minmax(0, 1fr) 44px;
		aspect-ratio: 4 / 5;
		border-top-width: 3px;
		border-radius: 8px;
	}

	.exg-home-v2 .exg-home-choice__path-card--semi .exg-home-choice__path-intro {
		min-height: 48px !important;
		padding: 6px 12px !important;
	}

	.exg-home-v2 .exg-home-choice__path-card--semi .exg-home-choice__path-intro h3 {
		font-size: 22px !important;
		white-space: nowrap;
	}

	.exg-home-v2 .exg-home-choice__path-card--semi .exg-home-choice__path-intro p {
		top: -25px !important;
		left: 14px !important;
		padding: 5px 8px 4px !important;
		font-size: 8.5px !important;
	}

	.exg-home-v2 .exg-home-choice__path-card--pickup .exg-home-choice__path-intro,
	.exg-home-v2 .exg-home-choice__path-card--van .exg-home-choice__path-intro {
		min-height: 44px !important;
		padding: 5px 8px !important;
	}

	.exg-home-v2 .exg-home-choice__path-card--pickup .exg-home-choice__path-intro h3,
	.exg-home-v2 .exg-home-choice__path-card--van .exg-home-choice__path-intro h3 {
		font-size: 17px !important;
	}

	.exg-home-v2 .exg-home-choice__path-card--semi .exg-home-choice__path-art-primary {
		object-position: 78% 48%;
	}

	.exg-home-v2 .exg-home-choice__path-card--pickup .exg-home-choice__path-art-primary {
		object-position: 65% center;
	}

	.exg-home-v2 .exg-home-choice__path-card--van .exg-home-choice__path-art-primary {
		object-position: 61% center;
	}
}

@media (max-width: 360px) {
	.exg-home-v2 .exg-home-choice__grid {
		gap: 8px;
	}

	.exg-home-v2 .exg-home-choice__path-card--pickup .exg-home-choice__path-intro,
	.exg-home-v2 .exg-home-choice__path-card--van .exg-home-choice__path-intro {
		padding: 6px 8px !important;
	}

	.exg-home-v2 .exg-home-choice__path-card--pickup .exg-home-choice__path-intro h3,
	.exg-home-v2 .exg-home-choice__path-card--van .exg-home-choice__path-intro h3 {
		font-size: 15px !important;
	}

}

@media (min-width: 621px) and (max-width: 820px) {
	.exg-home-v2 .exg-home-choice__grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.exg-home-v2 .exg-home-choice__path-card--semi {
		grid-column: 1 / -1;
		aspect-ratio: 16 / 7;
	}

	.exg-home-v2 .exg-home-choice__path-card--pickup,
	.exg-home-v2 .exg-home-choice__path-card--van {
		aspect-ratio: 4 / 3;
	}
}

@media (min-width: 480px) and (max-width: 620px) {
	.exg-home-v2 .exg-home-choice__path-card--semi {
		aspect-ratio: 16 / 7;
	}

	.exg-home-v2 .exg-home-choice__path-card--pickup,
	.exg-home-v2 .exg-home-choice__path-card--van {
		aspect-ratio: 4 / 3;
	}
}

/* 2026-08 mobile density pass: shorter headings, photo-led tabs and compact proof. */
@media (max-width: 620px) {
	.exg-home-v2 main :is(
		.exg-home-choice__heading h2,
		.exg-home-choice__intro h2,
		.exg-v2-product__copy h2,
		.exg-v2-proof__intro h2,
		.exg-v2-actions__intro h2,
		.exg-v2-store__copy h2
	) {
		font-size: clamp(32px, 8.7vw, 35px) !important;
		line-height: 0.98 !important;
	}

	.exg-home-v2 .exg-v2-product {
		padding: 42px 18px 48px;
	}

	.exg-home-v2 .exg-v2-product__inner {
		display: flex;
		min-height: 0;
		flex-direction: column;
		gap: 0;
	}

	.exg-home-v2 .exg-v2-product__copy {
		display: contents;
	}

	.exg-home-v2 .exg-v2-product__eyebrow {
		order: 1;
		margin: 0 0 8px;
	}

	.exg-home-v2 .exg-v2-product__copy h2 {
		order: 2;
		margin: 0 0 18px;
	}

	.exg-home-v2 .exg-v2-product__visual {
		order: 3;
		width: 100%;
		min-height: 285px;
		margin: 0;
	}

	.exg-home-v2 .exg-v2-product__visual::before {
		top: 34px;
		bottom: 34px;
		left: 42px;
	}

	.exg-home-v2 .exg-v2-product__guard,
	.exg-home-v2 .exg-v2-product[data-active-category] .exg-v2-product__guard {
		right: -4%;
		bottom: 47px;
		width: 108%;
		height: auto;
	}

	.exg-home-v2 .exg-v2-product__switcher {
		order: 4;
		width: 100%;
		margin: 10px 0 0;
	}

	.exg-home-v2 .exg-v2-product__lede {
		order: 5;
		margin: 18px 0 0;
		font-size: 15px;
		line-height: 1.48;
	}

	.exg-home-v2 .exg-v2-product__features {
		order: 6;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 5px;
		margin-top: 18px;
	}

	.exg-home-v2 .exg-v2-product__features > span {
		min-height: 86px;
		align-content: start;
		padding: 10px 7px 8px;
		border-left-width: 2px;
	}

	.exg-home-v2 .exg-v2-product__features > span:nth-child(3) {
		grid-column: auto;
	}

	.exg-home-v2 .exg-v2-product__features > span small {
		font-size: 8px;
		letter-spacing: 0.075em;
	}

	.exg-home-v2 .exg-v2-product__features > span strong {
		font-size: 10px;
		letter-spacing: 0;
		line-height: 1.24;
	}

	.exg-home-v2 .exg-v2-product__primary {
		order: 7;
		width: 100%;
		margin-top: 16px;
	}

	.exg-home-v2 .exg-v2-proof {
		padding: 44px 18px 48px;
	}

	.exg-home-v2 .exg-v2-proof__metrics {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 6px;
	}

	.exg-home-v2 .exg-v2-proof article {
		min-height: 126px;
		padding: 15px 7px 13px;
		border-radius: 6px;
		text-align: center;
	}

	.exg-home-v2 .exg-v2-proof article > div {
		display: grid;
		grid-template-columns: minmax(0, 1fr) !important;
		align-content: center;
		justify-items: center;
	}

	.exg-home-v2 .exg-v2-proof strong {
		width: 100%;
		grid-column: 1 !important;
		grid-row: auto !important;
		font-size: clamp(23px, 6.7vw, 27px);
		line-height: 0.92;
		white-space: nowrap;
	}

	.exg-home-v2 .exg-v2-proof strong em {
		display: block;
		margin-top: 3px;
		font-size: 9px;
		letter-spacing: 0.05em;
	}

	.exg-home-v2 .exg-v2-proof article span {
		width: 100%;
		grid-column: 1 !important;
		grid-row: auto !important;
		align-self: auto;
		margin-top: 8px;
		font-size: 9px;
		line-height: 10.5px;
	}

	.exg-home-v2 .exg-v2-proof small {
		display: none;
	}
}

/* Keep the photo-led product story intact while the shell is still using its
 * tablet navigation. The former 621px breakpoint moved the tabs hundreds of
 * pixels away from the vehicle image and created a sharp height jump. */
@media (min-width: 621px) and (max-width: 900px) {
	.exg-home-v2 main :is(
		.exg-home-choice__heading h2,
		.exg-home-choice__intro h2,
		.exg-v2-product__copy h2,
		.exg-v2-proof__intro h2,
		.exg-v2-actions__intro h2,
		.exg-v2-store__copy h2
	) {
		font-size: clamp(42px, 6vw, 46px) !important;
		line-height: 0.98 !important;
	}

	.exg-home-v2 .exg-v2-product__inner {
		display: flex;
		min-height: 0;
		flex-direction: column;
		gap: 0;
	}

	.exg-home-v2 .exg-v2-product__copy {
		display: contents;
	}

	.exg-home-v2 .exg-v2-product__eyebrow {
		order: 1;
		margin-bottom: 9px;
	}

	.exg-home-v2 .exg-v2-product__copy h2 {
		order: 2;
		max-width: 620px;
		margin-bottom: 20px;
		font-size: clamp(42px, 6.5vw, 50px);
		line-height: 0.98;
	}

	.exg-home-v2 .exg-v2-product__visual {
		order: 3;
		width: 100%;
		min-height: clamp(310px, 50vw, 390px);
		margin: 0;
	}

	.exg-home-v2 .exg-v2-product__switcher {
		order: 4;
		width: 100%;
		margin: 12px 0 0;
	}

	.exg-home-v2 .exg-v2-product__lede {
		order: 5;
		max-width: 680px;
		margin: 20px 0 0;
	}

	.exg-home-v2 .exg-v2-product__features {
		order: 6;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		margin-top: 20px;
	}

	.exg-home-v2 .exg-v2-product__features > span:nth-child(3) {
		grid-column: auto;
	}

	.exg-home-v2 .exg-v2-product__primary {
		order: 7;
		margin-top: 18px;
	}
}

/* 2026-08-21 framed vehicle chooser and compact Made-in-USA rail.
 * This consolidated block intentionally follows every previous homepage
 * iteration and the local Customizer rules. */
.exg-home-v2 .exg-home-choice {
	background: #f6f5f1 !important;
}

.exg-home-v2 .exg-home-choice__chooser {
	overflow: hidden !important;
	margin-bottom: 0 !important;
	padding: 8px 0 14px !important;
	border: 0 !important;
	background: var(--exg-black) !important;
	box-shadow: none !important;
}

.exg-home-v2 .exg-home-choice__heading {
	padding: 24px 42px 26px !important;
}

.exg-home-v2 .exg-home-choice__heading p {
	color: var(--exg-gold) !important;
}

.exg-home-v2 .exg-home-choice__heading h2 {
	color: #fff !important;
}

.exg-home-v2 .exg-home-choice__heading > span {
	color: rgba(255, 255, 255, 0.74) !important;
}

.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card {
	position: relative !important;
	display: grid !important;
	grid-template-rows: minmax(0, 1fr) 56px !important;
	aspect-ratio: auto !important;
	overflow: hidden !important;
	border: 0 !important;
	border-bottom: 3px solid #c7c9c6 !important;
	border-radius: 9px !important;
	box-sizing: border-box !important;
	background: #1a1a18 !important;
	box-shadow: none !important;
	transform: none !important;
	transition: none !important;
}

.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card:is(:hover, :focus-visible) {
	border: 0 !important;
	border-bottom: 3px solid #c7c9c6 !important;
	box-shadow: none !important;
	transform: none !important;
}

.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card:focus-visible {
	outline: 3px solid var(--exg-gold) !important;
	outline-offset: 3px !important;
}

.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card .exg-home-choice__path-art {
	grid-row: 1 !important;
	height: 100% !important;
	min-height: 0 !important;
	aspect-ratio: auto !important;
	border: 0 !important;
	background: #161615 !important;
}

.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card .exg-home-choice__path-intro.exg-home-choice__path-intro {
	position: static !important;
	display: grid !important;
	grid-row: 2 !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	align-items: center !important;
	min-height: 56px !important;
	padding: 0 16px !important;
	border: 0 !important;
	background: var(--exg-gold) !important;
	color: var(--exg-black) !important;
	column-gap: 12px !important;
	row-gap: 0 !important;
}

.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card .exg-home-choice__path-intro.exg-home-choice__path-intro h3 {
	display: flex !important;
	min-width: 0 !important;
	height: 32px !important;
	min-height: 32px !important;
	align-self: center !important;
	align-items: center !important;
	margin: 0 !important;
	color: var(--exg-black) !important;
	letter-spacing: 0.005em !important;
}

.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card .exg-home-choice__path-intro.exg-home-choice__path-intro .exg-home-choice__path-cta {
	display: inline-flex !important;
	grid-column: 2 !important;
	grid-row: 1 !important;
	position: static !important;
	inset: auto !important;
	width: auto !important;
	height: 32px !important;
	min-width: 0 !important;
	min-height: 32px !important;
	align-self: center !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: rgba(0, 0, 0, 0.72) !important;
	font-size: 10px !important;
	letter-spacing: 0.08em !important;
	line-height: 1 !important;
	white-space: nowrap !important;
}

.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card--semi .exg-home-choice__path-art.exg-home-choice__path-art .exg-home-choice__path-art-primary.exg-home-choice__path-art-primary {
	object-position: 65% center !important;
}

.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card--pickup .exg-home-choice__path-art.exg-home-choice__path-art .exg-home-choice__path-art-primary.exg-home-choice__path-art-primary {
	object-position: 43% center !important;
}

.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card--van .exg-home-choice__path-art.exg-home-choice__path-art .exg-home-choice__path-art-primary.exg-home-choice__path-art-primary {
	object-position: 34% center !important;
}

.exg-home-v2 .exg-home-choice__path-card .exg-home-choice__path-cta::after {
	margin-left: 8px;
	color: var(--exg-black);
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	content: "\2192";
	transition: transform 0.18s ease;
}

.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card:hover .exg-home-choice__path-cta,
.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card:focus-visible .exg-home-choice__path-cta {
	border: 0 !important;
	background: transparent !important;
	color: var(--exg-black) !important;
}

.exg-home-v2 #exg-home-choice-semi-channel {
	position: absolute !important;
	z-index: 4 !important;
	top: 12px !important;
	right: auto !important;
	bottom: auto !important;
	left: 12px !important;
	display: inline-flex !important;
	max-width: calc(100% - 24px) !important;
	align-items: center !important;
	margin: 0 !important;
	padding: 6px 9px !important;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	border-radius: 4px !important;
	background: rgba(10, 10, 9, 0.88) !important;
	box-shadow: none !important;
	color: #fff !important;
	font-size: 9px !important;
	letter-spacing: 0.075em !important;
	line-height: 1.1 !important;
}

.exg-home-v2 #exg-home-choice-semi-channel::before {
	display: block !important;
	width: 6px !important;
	height: 6px !important;
	flex: 0 0 6px !important;
	margin-right: 7px !important;
	border-radius: 50% !important;
	background: var(--exg-gold) !important;
	content: "" !important;
}

@media (hover: hover) and (pointer: fine) {
	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card:hover .exg-home-choice__path-art-primary {
		transform: scale(1.035) !important;
	}

	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card:hover .exg-home-choice__path-cta::after {
		transform: translateX(3px) !important;
	}
}

@media (min-width: 901px) {
	.exg-home-v2 .exg-home-choice__grid {
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		grid-template-rows: minmax(0, 1fr) !important;
		/* 2026-09-01: keep the chooser compact so the wide photos are not over-cropped. */
		height: clamp(240px, calc(21vw - 30px), 256px) !important;
		gap: 12px !important;
	}

	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card {
		grid-column: auto !important;
		grid-row: 1 !important;
		grid-template-rows: minmax(0, 1fr) 58px !important;
		width: 100% !important;
		height: 100% !important;
		min-height: 0 !important;
	}

	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card .exg-home-choice__path-intro.exg-home-choice__path-intro {
		min-height: 58px !important;
		padding: 0 16px !important;
	}

	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card .exg-home-choice__path-intro.exg-home-choice__path-intro h3 {
		font-size: clamp(22px, 1.8vw, 27px) !important;
		line-height: 1 !important;
		white-space: nowrap !important;
	}
}

@media (min-width: 621px) and (max-width: 900px) {
	.exg-home-v2 .exg-home-choice__grid {
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		grid-template-rows: minmax(0, 1fr) !important;
		height: clamp(240px, 32vw, 280px) !important;
		gap: 12px !important;
	}

	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card {
		grid-column: auto !important;
		grid-row: 1 !important;
		grid-template-rows: minmax(0, 1fr) 52px !important;
		width: 100% !important;
		height: 100% !important;
		min-height: 0 !important;
	}

	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card .exg-home-choice__path-intro.exg-home-choice__path-intro {
		min-height: 52px !important;
		padding: 0 10px !important;
		column-gap: 7px !important;
	}

	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card .exg-home-choice__path-intro.exg-home-choice__path-intro h3 {
		font-size: clamp(17px, 2.4vw, 21px) !important;
		line-height: 1 !important;
		white-space: nowrap !important;
	}

	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card .exg-home-choice__path-intro.exg-home-choice__path-intro .exg-home-choice__path-cta {
		width: 24px !important;
		min-width: 24px !important;
		font-size: 0 !important;
	}

	.exg-home-v2 .exg-home-choice__path-card .exg-home-choice__path-cta::after {
		margin-left: 0 !important;
		font-size: 18px !important;
	}

	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card--semi .exg-home-choice__path-art.exg-home-choice__path-art .exg-home-choice__path-art-primary.exg-home-choice__path-art-primary {
		object-position: 67% center !important;
	}

	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card--pickup .exg-home-choice__path-art.exg-home-choice__path-art .exg-home-choice__path-art-primary.exg-home-choice__path-art-primary {
		object-position: 52% center !important;
	}

	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card--van .exg-home-choice__path-art.exg-home-choice__path-art .exg-home-choice__path-art-primary.exg-home-choice__path-art-primary {
		object-position: 40% center !important;
	}

	.exg-home-v2 #exg-home-choice-semi-channel {
		right: auto !important;
		max-width: calc(100% - 16px) !important;
		padding: 5px 7px !important;
		font-size: 0 !important;
		letter-spacing: 0 !important;
		white-space: nowrap !important;
	}

	.exg-home-v2 #exg-home-choice-semi-channel::after {
		display: inline !important;
		color: #fff !important;
		font-size: 8px !important;
		letter-spacing: 0.065em !important;
		line-height: 1 !important;
		content: "OEM DEALERS ONLY" !important;
	}
}

@media (min-width: 901px) and (max-width: 1100px) {
	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card .exg-home-choice__path-intro.exg-home-choice__path-intro .exg-home-choice__path-cta {
		width: 24px !important;
		min-width: 24px !important;
		font-size: 0 !important;
	}

	.exg-home-v2 .exg-home-choice__path-card .exg-home-choice__path-cta::after {
		margin-left: 0 !important;
		font-size: 18px !important;
	}
}

.exg-home-v2 .exg-v2-made-usa {
	position: relative !important;
	padding: 10px 72px !important;
	border: 0 !important;
	background: #f6f5f1 !important;
	color: var(--exg-black) !important;
	box-shadow: none !important;
}

.exg-home-v2 .exg-v2-made-usa::after {
	display: none;
	content: none;
}

.exg-home-v2 .exg-v2-made-usa__inner {
	width: fit-content !important;
	max-width: min(100%, var(--exg-home-content-max)) !important;
	grid-template-columns: clamp(96px, 8vw, 108px) max-content !important;
	justify-content: center !important;
	gap: clamp(20px, 2.2vw, 28px) !important;
	margin-inline: auto !important;
}

.exg-home-v2 .exg-v2-made-usa__mark {
	min-height: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	clip-path: none !important;
}

.exg-home-v2 .exg-v2-made-usa__mark img {
	display: block !important;
	width: min(100%, 100px) !important;
	height: auto !important;
}

.exg-home-v2 .exg-v2-made-usa__copy {
	display: grid !important;
	width: auto !important;
	max-width: none !important;
	grid-template-columns: max-content !important;
	align-items: center !important;
	column-gap: clamp(18px, 2vw, 28px) !important;
	padding-left: clamp(20px, 2.2vw, 28px) !important;
	border-left: 2px solid var(--exg-gold) !important;
	text-shadow: none !important;
}

.exg-home-v2 .exg-v2-made-usa__copy p {
	margin: 0 !important;
	color: #735800 !important;
	font-size: clamp(9px, 0.75vw, 10px) !important;
	font-weight: var(--exg-weight-action) !important;
	letter-spacing: 0.16em !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
	white-space: nowrap !important;
}

.exg-home-v2 .exg-v2-made-usa .exg-v2-made-usa__copy :is(h1, h2) {
	margin: 0 !important;
	color: var(--exg-black) !important;
	font-family: var(--exg-display) !important;
	font-size: clamp(35px, 3vw, 42px) !important;
	font-weight: var(--exg-weight-display) !important;
	letter-spacing: -0.02em !important;
	line-height: 0.92 !important;
	text-transform: uppercase !important;
	white-space: nowrap !important;
}

.exg-home-v2 .exg-v2-made-usa .exg-v2-made-usa__copy :is(h1, h2) span {
	display: inline !important;
	color: #003368 !important;
}

.exg-home-v2 .exg-v2-made-usa__copy > strong {
	display: block !important;
	justify-self: start !important;
	margin: 0 !important;
	color: #4e4b45 !important;
	font-size: clamp(11px, 0.9vw, 13px) !important;
	font-weight: var(--exg-weight-semibold) !important;
	line-height: 1.35 !important;
	white-space: nowrap !important;
}

.exg-home-v2 .exg-v2-made-usa__copy > strong span {
	margin: 0 0.28em;
	color: #d71921;
}

@media (max-width: 620px) {
	.exg-home-v2 .exg-home-choice__chooser {
		width: min(calc(100% - 24px), 680px) !important;
		margin-bottom: 0 !important;
		padding-top: 4px !important;
	}

	.exg-home-v2 .exg-home-choice__heading {
		padding: 20px 14px 22px !important;
	}

	.exg-home-v2 .exg-home-choice__grid {
		grid-template-columns: minmax(0, 1fr) !important;
		grid-auto-rows: clamp(184px, 52vw, 214px) !important;
		gap: 8px !important;
		padding: 0 10px 18px !important;
	}

	.exg-home-v2 .exg-home-choice__path-card--semi,
	.exg-home-v2 .exg-home-choice__path-card--pickup,
	.exg-home-v2 .exg-home-choice__path-card--van {
		grid-column: 1 !important;
		grid-row: auto !important;
		height: 100% !important;
		grid-template-rows: minmax(0, 1fr) 44px !important;
		aspect-ratio: auto !important;
	}

	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card {
		grid-template-rows: minmax(0, 1fr) 44px !important;
	}

	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card .exg-home-choice__path-art.exg-home-choice__path-art .exg-home-choice__path-art-primary.exg-home-choice__path-art-primary {
		inset: 0 !important;
		width: 100% !important;
		height: 100% !important;
		max-width: none !important;
		object-fit: cover !important;
		transform: none !important;
	}

	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card--semi .exg-home-choice__path-art.exg-home-choice__path-art .exg-home-choice__path-art-primary.exg-home-choice__path-art-primary {
		object-position: 77% center !important;
	}

	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card--pickup .exg-home-choice__path-art.exg-home-choice__path-art .exg-home-choice__path-art-primary.exg-home-choice__path-art-primary {
		object-position: 53% center !important;
	}

	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card--van .exg-home-choice__path-art.exg-home-choice__path-art .exg-home-choice__path-art-primary.exg-home-choice__path-art-primary {
		object-position: 34% center !important;
	}

	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card .exg-home-choice__path-intro.exg-home-choice__path-intro {
		position: static !important;
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) 24px !important;
		align-items: center !important;
		height: 44px !important;
		min-height: 44px !important;
		padding: 0 10px !important;
		column-gap: 7px !important;
		row-gap: 0 !important;
	}

	.exg-home-v2 .exg-home-choice__path-card--semi .exg-home-choice__path-intro.exg-home-choice__path-intro {
		min-height: 44px !important;
	}

	.exg-home-v2 .exg-home-choice__path-card--pickup .exg-home-choice__path-intro.exg-home-choice__path-intro,
	.exg-home-v2 .exg-home-choice__path-card--van .exg-home-choice__path-intro.exg-home-choice__path-intro {
		min-height: 44px !important;
	}

	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card .exg-home-choice__path-intro.exg-home-choice__path-intro h3 {
		font-size: 17px !important;
		white-space: nowrap !important;
	}

	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card .exg-home-choice__path-intro.exg-home-choice__path-intro .exg-home-choice__path-cta {
		position: static !important;
		inset: auto !important;
		width: 24px !important;
		height: 32px !important;
		min-width: 24px !important;
		min-height: 32px !important;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
		font-size: 0 !important;
		letter-spacing: 0 !important;
	}

	.exg-home-v2 .exg-home-choice__path-card .exg-home-choice__path-cta::after {
		margin-left: 0;
		font-size: 18px;
	}

	.exg-home-v2 #exg-home-choice-semi-channel {
		top: 10px !important;
		left: 10px !important;
		max-width: calc(100% - 20px) !important;
		padding: 5px 8px !important;
		font-size: 8px !important;
		letter-spacing: 0.075em !important;
		white-space: normal !important;
	}

}

@media (max-width: 960px) {
	.exg-home-v2 .exg-v2-made-usa {
		padding-block: 12px 14px !important;
	}

	.exg-home-v2 .exg-v2-made-usa__inner {
		width: min(100%, 520px) !important;
		grid-template-columns: minmax(0, 1fr) !important;
		justify-items: center !important;
		gap: 8px !important;
	}

	.exg-home-v2 .exg-v2-made-usa__mark img {
		width: 78px !important;
	}

	.exg-home-v2 .exg-v2-made-usa__copy {
		width: 100% !important;
		grid-template-columns: minmax(0, 1fr) !important;
		justify-items: center !important;
		row-gap: 4px !important;
		padding-left: 0 !important;
		border-left: 0 !important;
		text-align: center !important;
	}

	.exg-home-v2 .exg-v2-made-usa__copy p {
		font-size: 9px !important;
		letter-spacing: 0.13em !important;
		white-space: normal !important;
	}

	.exg-home-v2 .exg-v2-made-usa .exg-v2-made-usa__copy :is(h1, h2) {
		font-size: clamp(28px, 7vw, 32px) !important;
		line-height: 0.94 !important;
		white-space: normal !important;
	}

	.exg-home-v2 .exg-v2-made-usa__copy > strong {
		justify-self: center !important;
		font-size: 11px !important;
		line-height: 1.3 !important;
		white-space: normal !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card,
	.exg-home-v2 .exg-home-choice__path-card .exg-home-choice__path-art-primary,
	.exg-home-v2 .exg-home-choice__path-card .exg-home-choice__path-cta::after {
		transition: none !important;
		transform: none !important;
	}
}

/* Shared homepage content rail. Section backgrounds remain full bleed while
 * their primary content follows the canonical site shell alignment. */
.exg-home-v2 {
	--exg-home-content-max: var(--exg-shell-rail-max);
	--exg-home-content-gutter: var(--exg-shell-rail-gutter);
}

.exg-home-v2 .exg-home-choice,
.exg-home-v2 .exg-v2-made-usa,
.exg-home-v2 .exg-v2-proof,
.exg-home-v2 .exg-v2-product,
.exg-home-v2 .exg-v2-actions {
	padding-inline: var(--exg-home-content-gutter) !important;
}

.exg-home-v2 .exg-home-choice__chooser,
.exg-home-v2 .exg-v2-proof__inner,
.exg-home-v2 .exg-v2-product__inner,
.exg-home-v2 .exg-v2-actions__intro,
.exg-home-v2 .exg-v2-action-feature {
	width: min(100%, var(--exg-home-content-max)) !important;
	margin-inline: auto !important;
}

/* The merchandise stage stays full bleed; only its copy joins the page rail. */
.exg-home-v2 .exg-v2-store__copy {
	padding-left: max(
		var(--exg-home-content-gutter),
		calc((100vw - var(--exg-home-content-max)) / 2)
	) !important;
}

@media (max-width: 760px) {
	.exg-home-v2 .exg-v2-store__copy {
		padding-right: var(--exg-home-content-gutter) !important;
	}
}

/* Large-desktop optical balance: tighten the billboard-like proportions,
 * reduce the black tail, and lightly recenter the perspective vehicle crops. */
@media (min-width: 1400px) {
	.exg-home-v2 .exg-home-choice__chooser {
		padding-bottom: 10px !important;
	}

	.exg-home-v2 .exg-home-choice__heading {
		padding: 20px 36px 22px !important;
	}

	.exg-home-v2 .exg-home-choice__heading h2 {
		font-size: 68px !important;
	}

	.exg-home-v2 .exg-home-choice__grid {
		/* Keep wide screens aligned with the compact desktop treatment. */
		height: 255px !important;
		gap: 16px !important;
		padding: 0 24px 24px !important;
	}

	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card--semi .exg-home-choice__path-art.exg-home-choice__path-art .exg-home-choice__path-art-primary.exg-home-choice__path-art-primary {
		object-position: 70% center !important;
	}

	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card--pickup .exg-home-choice__path-art.exg-home-choice__path-art .exg-home-choice__path-art-primary.exg-home-choice__path-art-primary {
		object-position: 47% center !important;
	}
}

/* Compact proof ledger: let the figures carry the phone layout. */
@media (max-width: 620px) {
	.exg-home-v2 .exg-v2-proof {
		padding-block: 34px !important;
	}

	.exg-home-v2 .exg-v2-proof__intro {
		gap: 8px !important;
	}

	.exg-home-v2 .exg-v2-proof__metrics {
		gap: 0 !important;
		margin-top: 16px !important;
	}

	.exg-home-v2 .exg-v2-proof__metrics > article:nth-child(n) {
		min-height: 110px !important;
		padding: 12px 7px 10px !important;
		border-radius: 0 !important;
	}

	.exg-home-v2 .exg-v2-proof article + article {
		border-top: 0 !important;
		border-left: 1px solid rgba(255, 200, 0, 0.2) !important;
	}

	.exg-home-v2 .exg-v2-proof strong {
		font-size: clamp(34px, 9.5vw, 50px) !important;
	}

	.exg-home-v2 .exg-v2-proof strong em {
		margin-top: 2px !important;
		font-size: clamp(9px, 2.2vw, 11px) !important;
	}

	.exg-home-v2 .exg-v2-proof article span {
		margin-top: 6px !important;
		font-size: clamp(9px, 2.4vw, 10px) !important;
		line-height: 1.08 !important;
	}

	.exg-home-v2 .exg-v2-proof small {
		display: none !important;
	}
}

/* Keep each grille guard at the optical center of its desktop crop. */
@media (min-width: 901px) {
	.exg-home-v2 .exg-home-choice__path-card--semi {
		--exg-home-choice-focus-x: 72%;
	}

	.exg-home-v2 .exg-home-choice__path-card--pickup {
		--exg-home-choice-focus-x: 53%;
	}

	.exg-home-v2 .exg-home-choice__path-card--van {
		--exg-home-choice-focus-x: 38%;
	}

	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card .exg-home-choice__path-art.exg-home-choice__path-art .exg-home-choice__path-art-primary.exg-home-choice__path-art-primary {
		object-position: var(--exg-home-choice-focus-x) center !important;
	}
}

/* Keep the proof ledger as a centered panel rather than a full-width band. */
.exg-home-v2 .exg-v2-proof {
	padding-block: clamp(32px, 4vw, 56px) !important;
	background: var(--exg-warm, #f6f5f1) !important;
}

.exg-home-v2 .exg-v2-proof__inner {
	box-sizing: border-box;
	width: min(100%, 1200px) !important;
	padding: clamp(32px, 4vw, 58px) clamp(24px, 4vw, 58px) clamp(34px, 4.5vw, 62px);
	border-top: 6px solid var(--exg-gold, #ffc800);
	border-radius: 10px;
	background: var(--exg-black, #0a0a0a);
	box-shadow: 0 18px 42px rgba(10, 10, 10, 0.18);
}

@media (max-width: 620px) {
	.exg-home-v2 .exg-v2-proof {
		padding-block: 24px !important;
	}

	.exg-home-v2 .exg-v2-proof__inner {
		padding: 28px 14px 30px;
		border-radius: 7px;
	}
}

/* Balance the white space around the Made in USA banner. The proof panel
 * begins immediately after the banner so its outer padding does not create a
 * second, oversized gap below the logo and headline. */
.exg-home-v2 .exg-v2-made-usa {
	padding-block: 14px !important;
}

.exg-home-v2 .exg-v2-proof {
	padding-top: 0 !important;
}

@media (max-width: 620px) {
	.exg-home-v2 .exg-v2-made-usa {
		padding-block: 12px !important;
	}

	.exg-home-v2 .exg-v2-proof {
		padding-top: 0 !important;
	}
}

/* 2026-08-31 homepage revisions: keep the opening experience inside the
 * Ex-Guard brand system and provide an inline, all-market vehicle finder. */
.exg-home-v2 .exg-home-choice {
	--exg-home-hero-accent: #d71921;
	--exg-home-finder-accent: var(--exg-gold, #ffc800);
	--exg-home-hero-action: var(--exg-gold, #ffc800);
}

.exg-home-v2 .exg-home-choice__heading p {
	color: var(--exg-gold, #ffc800) !important;
}

.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card:focus-visible {
	outline-color: var(--exg-home-hero-accent) !important;
}

.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card .exg-home-choice__path-intro.exg-home-choice__path-intro {
	background: var(--exg-home-hero-action) !important;
	color: var(--exg-black, #0a0a0a) !important;
}

.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card .exg-home-choice__path-intro.exg-home-choice__path-intro h3,
.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card .exg-home-choice__path-intro.exg-home-choice__path-intro .exg-home-choice__path-cta,
.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card:is(:hover, :focus-visible) .exg-home-choice__path-cta,
.exg-home-v2 .exg-home-choice__path-card .exg-home-choice__path-cta::after {
	color: var(--exg-black, #0a0a0a) !important;
}

.exg-home-v2 #exg-home-choice-semi-channel::before {
	background: var(--exg-home-hero-accent) !important;
}

.exg-home-v2 .exg-home-choice__finder {
	padding: 0 clamp(10px, 2vw, 24px) clamp(12px, 1.8vw, 22px);
}

.exg-home-v2 .exg-home-choice__finder .exg-vehicle-finder {
	display: grid;
	width: 100%;
	min-height: 82px;
	grid-template-columns: 144px 148px 148px minmax(170px, 1fr) minmax(160px, 0.9fr) minmax(205px, 1.15fr);
	align-items: center;
	gap: 9px;
	padding: 14px 16px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-top: 3px solid var(--exg-home-finder-accent);
	border-radius: 5px;
	background: #151515;
	color: #fff;
	box-sizing: border-box;
}

.exg-home-v2 .exg-home-choice__finder .exg-vehicle-finder__intro {
	display: grid;
	min-width: 0;
	gap: 2px;
}

.exg-home-v2 .exg-home-choice__finder .exg-vehicle-finder__intro strong {
	color: #fff;
	font-family: var(--exg-display);
	font-size: 18px;
	font-weight: var(--exg-weight-display);
	letter-spacing: 0.01em;
	line-height: 21px;
}

.exg-home-v2 .exg-home-choice__finder .exg-vehicle-finder__intro span {
	overflow: hidden;
	color: #c9cdd0 !important;
	font-size: 10px;
	font-weight: var(--exg-weight-semibold);
	letter-spacing: 0.025em;
	line-height: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.exg-home-v2 .exg-home-choice__finder .exg-vehicle-finder label {
	position: relative;
	min-width: 0;
	margin: 0;
}

.exg-home-v2 .exg-home-choice__finder .exg-vehicle-finder select {
	width: 100%;
	height: 46px;
	appearance: none;
	margin: 0;
	padding: 0 34px 0 12px;
	border: 1px solid #d7dadd;
	border-radius: 3px;
	background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='m6 8 4 4 4-4' stroke='%23003368' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat calc(100% - 9px) center;
	color: #0a0a0a;
	font: var(--exg-weight-semibold) 12px/18px var(--exg-body);
	box-shadow: none;
}

.exg-home-v2 .exg-home-choice__finder .exg-vehicle-finder select:focus-visible {
	border-color: var(--exg-home-finder-accent);
	outline: 3px solid rgba(255, 200, 0, 0.36);
	outline-offset: 1px;
}

.exg-home-v2 .exg-home-choice__finder .exg-vehicle-finder select:disabled {
	border-color: #383838;
	background-color: #242424;
	color: rgba(255, 255, 255, 0.58);
	opacity: 1;
}

.exg-home-v2 .exg-home-choice__finder .exg-vehicle-finder__submit {
	display: inline-flex;
	width: 100%;
	min-width: 0;
	height: 46px;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0 14px;
	border-color: var(--exg-home-finder-accent) !important;
	border-radius: 3px;
	background: var(--exg-home-finder-accent) !important;
	color: #0a0a0a !important;
	font: var(--exg-weight-strong) 12px/18px var(--exg-body);
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	transition: background 0.18s ease, transform 0.18s ease;
}

.exg-home-v2 .exg-home-choice__finder .exg-vehicle-finder__submit:hover:not(:disabled) {
	border-color: #ffda4a !important;
	background: #ffda4a !important;
	color: #0a0a0a !important;
	transform: translateY(-1px);
}

.exg-home-v2 .exg-home-choice__finder .exg-vehicle-finder__submit:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 2px;
}

.exg-home-v2 .exg-home-choice__finder .exg-vehicle-finder__submit:disabled {
	cursor: not-allowed;
	opacity: 0.48;
}

.exg-home-v2 .exg-home-choice__finder .exg-vehicle-finder__noscript {
	color: #fff;
	font-size: 12px;
	text-decoration: underline;
}

/* A matched USA mark on each side optically centers the brand statement. */
.exg-home-v2 .exg-v2-made-usa__inner {
	width: min(100%, 960px) !important;
	max-width: min(100%, 960px) !important;
	grid-template-columns: clamp(76px, 8vw, 100px) minmax(0, max-content) clamp(76px, 8vw, 100px) !important;
	justify-content: center !important;
	align-items: center !important;
	gap: clamp(14px, 2.2vw, 28px) !important;
}

.exg-home-v2 .exg-v2-made-usa__copy {
	display: grid !important;
	width: auto !important;
	max-width: 100% !important;
	grid-template-columns: minmax(0, 1fr) !important;
	justify-items: center !important;
	padding: 0 !important;
	border: 0 !important;
	text-align: center !important;
}

.exg-home-v2 .exg-v2-made-usa .exg-v2-made-usa__copy :is(h1, h2) {
	text-align: center !important;
}

.exg-home-v2 .exg-v2-made-usa__mark--right {
	display: grid !important;
	justify-items: end;
}

@media (max-width: 1180px) {
	.exg-home-v2 .exg-home-choice__finder .exg-vehicle-finder {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.exg-home-v2 .exg-home-choice__finder .exg-vehicle-finder__intro,
	.exg-home-v2 .exg-home-choice__finder .exg-vehicle-finder__submit {
		grid-column: 1 / -1;
	}

	.exg-home-v2 .exg-home-choice__finder .exg-vehicle-finder__intro {
		display: flex;
		align-items: baseline;
		justify-content: space-between;
		gap: 12px;
		padding-bottom: 8px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	}
}

@media (max-width: 900px) {
	.exg-home-v2 .exg-home-choice__finder .exg-vehicle-finder {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 960px) {
	.exg-home-v2 .exg-v2-made-usa__inner {
		width: min(100%, 720px) !important;
		grid-template-columns: clamp(54px, 10vw, 72px) minmax(0, 1fr) clamp(54px, 10vw, 72px) !important;
		justify-items: center !important;
		gap: clamp(8px, 2vw, 18px) !important;
	}

	.exg-home-v2 .exg-v2-made-usa__mark img {
		width: clamp(54px, 10vw, 72px) !important;
	}

	.exg-home-v2 .exg-v2-made-usa__copy {
		width: auto !important;
	}
}

@media (max-width: 620px) {
	.exg-home-v2 .exg-home-choice__finder {
		padding-inline: 10px;
		padding-bottom: 14px;
	}

	.exg-home-v2 .exg-home-choice__finder .exg-vehicle-finder {
		grid-template-columns: minmax(0, 1fr);
		gap: 9px;
		padding: 13px;
	}

	.exg-home-v2 .exg-home-choice__finder .exg-vehicle-finder__intro,
	.exg-home-v2 .exg-home-choice__finder .exg-vehicle-finder__submit {
		grid-column: auto;
	}

	.exg-home-v2 .exg-home-choice__finder .exg-vehicle-finder__intro {
		display: grid !important;
		justify-content: stretch;
	}

	.exg-home-v2 .exg-v2-made-usa__inner {
		grid-template-columns: 44px minmax(0, 1fr) 44px !important;
		gap: 7px !important;
	}

	.exg-home-v2 .exg-v2-made-usa__mark img {
		width: 44px !important;
	}

	.exg-home-v2 .exg-v2-made-usa .exg-v2-made-usa__copy :is(h1, h2) {
		font-size: clamp(22px, 7.4vw, 29px) !important;
		line-height: 0.96 !important;
	}
}

/* 2026-08-31 homepage hero cards: photography stays full-height while the
 * destination copy and CTA sit over a black fade instead of a solid bar. */
.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card {
	position: relative !important;
	display: block !important;
	grid-template-rows: none !important;
	overflow: hidden !important;
	border: 1px solid rgba(255, 255, 255, 0.34) !important;
	background: #111 !important;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06), 0 10px 24px rgba(0, 0, 0, 0.16) !important;
	transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card:is(:hover, :focus-visible) {
	border: 1px solid rgba(255, 255, 255, 0.62) !important;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12), 0 16px 30px rgba(0, 0, 0, 0.24) !important;
	transform: none !important;
}

.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card:is(:hover, :focus-visible) .exg-home-choice__path-art-primary,
.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card:is(:hover, :focus-visible) .exg-home-choice__path-cta,
.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card:is(:hover, :focus-visible) .exg-home-choice__path-cta::after {
	transform: none !important;
}

.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card:focus-visible {
	outline-color: var(--exg-gold, #ffc800) !important;
}

.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card .exg-home-choice__path-art.exg-home-choice__path-art {
	position: absolute !important;
	z-index: 1 !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	grid-row: auto !important;
	background: #111 !important;
}

.exg-home-v2 .exg-home-choice__path-card .exg-home-choice__path-art::after {
	position: absolute;
	z-index: 2;
	inset: 0;
	display: block;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 42%,
		rgba(0, 0, 0, 0.08) 56%,
		rgba(0, 0, 0, 0.48) 82%,
		rgba(0, 0, 0, 0.9) 100%
	);
	content: "";
	pointer-events: none;
}

.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card .exg-home-choice__path-intro.exg-home-choice__path-intro,
.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card--direct .exg-home-choice__path-intro.exg-home-choice__path-intro {
	position: absolute !important;
	z-index: 3 !important;
	top: auto !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	display: grid !important;
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	grid-row: auto !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	align-items: end !important;
	gap: 10px !important;
	padding: clamp(50px, 7vw, 78px) 18px 16px !important;
	border: 0 !important;
	background: transparent !important;
	color: #fff !important;
	box-sizing: border-box !important;
	text-align: left !important;
}

.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card .exg-home-choice__path-intro.exg-home-choice__path-intro h3 {
	display: block !important;
	width: auto !important;
	height: auto !important;
	min-height: 0 !important;
	align-self: end !important;
	margin: 0 !important;
	color: #fff !important;
	font-size: clamp(27px, 2.4vw, 36px) !important;
	line-height: 0.94 !important;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.68) !important;
	white-space: nowrap !important;
}

.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card .exg-home-choice__path-intro.exg-home-choice__path-intro .exg-home-choice__path-cta {
	display: inline-flex !important;
	position: static !important;
	inset: auto !important;
	width: auto !important;
	height: 32px !important;
	min-width: 0 !important;
	min-height: 32px !important;
	align-self: end !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 10px !important;
	border: 1px solid rgba(255, 255, 255, 0.64) !important;
	border-radius: 3px !important;
	background: rgba(0, 0, 0, 0.22) !important;
	color: #fff !important;
	font-size: 10px !important;
	letter-spacing: 0.075em !important;
	line-height: 1 !important;
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.62) !important;
	white-space: nowrap !important;
	transition: border-color 0.18s ease, background 0.18s ease !important;
}

.exg-home-v2 .exg-home-choice__path-card .exg-home-choice__path-cta::after {
	margin-left: 8px !important;
	color: #fff !important;
}

.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card:is(:hover, :focus-visible) .exg-home-choice__path-cta {
	border-color: var(--exg-gold, #ffc800) !important;
	background: rgba(0, 0, 0, 0.54) !important;
	color: #fff !important;
}

.exg-home-v2 #exg-home-choice-semi-channel {
	position: absolute !important;
	z-index: 4 !important;
	top: 12px !important;
	right: auto !important;
	bottom: auto !important;
	left: 12px !important;
}

@media (min-width: 621px) and (max-width: 900px) {
	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card .exg-home-choice__path-intro.exg-home-choice__path-intro,
	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card--direct .exg-home-choice__path-intro.exg-home-choice__path-intro {
		gap: 7px !important;
		padding: 42px 10px 11px !important;
	}

	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card .exg-home-choice__path-intro.exg-home-choice__path-intro h3 {
		font-size: clamp(17px, 2.35vw, 22px) !important;
	}

	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card .exg-home-choice__path-intro.exg-home-choice__path-intro .exg-home-choice__path-cta {
		width: auto !important;
		height: 30px !important;
		min-width: 0 !important;
		min-height: 30px !important;
		padding: 0 7px !important;
		font-size: 8px !important;
	}

	.exg-home-v2 .exg-home-choice__path-card .exg-home-choice__path-cta::after {
		margin-left: 5px !important;
		font-size: 14px !important;
	}
}

@media (min-width: 621px) and (max-width: 800px) {
	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card .exg-home-choice__path-intro.exg-home-choice__path-intro .exg-home-choice__path-cta {
		width: 30px !important;
		min-width: 30px !important;
		padding: 0 !important;
		font-size: 0 !important;
	}

	.exg-home-v2 .exg-home-choice__path-card .exg-home-choice__path-cta::after {
		margin-left: 0 !important;
		font-size: 16px !important;
	}
}

@media (max-width: 620px) {
	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card,
	.exg-home-v2 .exg-home-choice__path-card--semi,
	.exg-home-v2 .exg-home-choice__path-card--pickup,
	.exg-home-v2 .exg-home-choice__path-card--van {
		display: block !important;
		grid-template-rows: none !important;
	}

	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card .exg-home-choice__path-intro.exg-home-choice__path-intro,
	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card--direct .exg-home-choice__path-intro.exg-home-choice__path-intro {
		position: absolute !important;
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		height: auto !important;
		min-height: 0 !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
		gap: 8px !important;
		padding: 44px 14px 13px !important;
		background: transparent !important;
	}

	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card .exg-home-choice__path-intro.exg-home-choice__path-intro h3 {
		font-size: 26px !important;
	}

	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card .exg-home-choice__path-intro.exg-home-choice__path-intro .exg-home-choice__path-cta {
		width: auto !important;
		height: 30px !important;
		min-width: 0 !important;
		min-height: 30px !important;
		padding: 0 8px !important;
		font-size: 9px !important;
		letter-spacing: 0.065em !important;
	}

	.exg-home-v2 .exg-home-choice__path-card .exg-home-choice__path-cta::after {
		margin-left: 6px !important;
		font-size: 15px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card,
	.exg-home-v2 .exg-home-choice__path-card .exg-home-choice__path-cta {
		transition: none !important;
	}
}

/* 2026-08-31 homepage hero cards: restore the original gold destination bar
 * while retaining the centered vehicle crops and stable, border-only hover. */
.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card {
	display: grid !important;
	grid-template-rows: minmax(0, 1fr) 56px !important;
	border: 1px solid rgba(255, 255, 255, 0.34) !important;
	background: #1a1a18 !important;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06), 0 10px 24px rgba(0, 0, 0, 0.16) !important;
	transform: none !important;
}

.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card:is(:hover, :focus-visible) {
	border: 1px solid rgba(255, 255, 255, 0.62) !important;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12), 0 16px 30px rgba(0, 0, 0, 0.24) !important;
	transform: none !important;
}

.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card .exg-home-choice__path-art.exg-home-choice__path-art {
	position: relative !important;
	z-index: 1 !important;
	inset: auto !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
	grid-row: 1 !important;
	background: #161615 !important;
}

.exg-home-v2 .exg-home-choice__path-card .exg-home-choice__path-art::after {
	display: none !important;
	background: none !important;
	content: none !important;
}

.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card .exg-home-choice__path-intro.exg-home-choice__path-intro,
.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card--direct .exg-home-choice__path-intro.exg-home-choice__path-intro {
	position: static !important;
	z-index: 2 !important;
	inset: auto !important;
	display: grid !important;
	width: 100% !important;
	height: auto !important;
	min-height: 56px !important;
	grid-row: 2 !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	align-items: center !important;
	gap: 12px !important;
	padding: 0 16px !important;
	border: 0 !important;
	background: var(--exg-gold, #ffc800) !important;
	color: var(--exg-black, #0a0a0a) !important;
	box-sizing: border-box !important;
	text-align: left !important;
}

.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card .exg-home-choice__path-intro.exg-home-choice__path-intro h3 {
	display: flex !important;
	width: auto !important;
	height: 32px !important;
	min-height: 32px !important;
	align-self: center !important;
	align-items: center !important;
	margin: 0 !important;
	color: var(--exg-black, #0a0a0a) !important;
	font-size: clamp(22px, 1.8vw, 27px) !important;
	line-height: 1 !important;
	text-shadow: none !important;
	white-space: nowrap !important;
}

.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card .exg-home-choice__path-intro.exg-home-choice__path-intro .exg-home-choice__path-cta,
.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card:is(:hover, :focus-visible) .exg-home-choice__path-cta {
	display: inline-flex !important;
	position: static !important;
	inset: auto !important;
	width: auto !important;
	height: 32px !important;
	min-width: 0 !important;
	min-height: 32px !important;
	grid-column: 2 !important;
	grid-row: 1 !important;
	align-self: center !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: rgba(0, 0, 0, 0.72) !important;
	font-size: 10px !important;
	letter-spacing: 0.08em !important;
	line-height: 1 !important;
	text-shadow: none !important;
	transform: none !important;
	white-space: nowrap !important;
}

.exg-home-v2 .exg-home-choice__path-card .exg-home-choice__path-cta::after,
.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card:is(:hover, :focus-visible) .exg-home-choice__path-cta::after {
	margin-left: 8px !important;
	color: var(--exg-black, #0a0a0a) !important;
	transform: none !important;
}

.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card:is(:hover, :focus-visible) .exg-home-choice__path-art-primary {
	transform: none !important;
}

@media (min-width: 901px) {
	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card {
		grid-template-rows: minmax(0, 1fr) 58px !important;
	}

	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card .exg-home-choice__path-intro.exg-home-choice__path-intro,
	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card--direct .exg-home-choice__path-intro.exg-home-choice__path-intro {
		min-height: 58px !important;
	}
}

@media (min-width: 621px) and (max-width: 900px) {
	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card {
		grid-template-rows: minmax(0, 1fr) 52px !important;
	}

	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card .exg-home-choice__path-intro.exg-home-choice__path-intro,
	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card--direct .exg-home-choice__path-intro.exg-home-choice__path-intro {
		min-height: 52px !important;
		gap: 7px !important;
		padding: 0 10px !important;
	}

	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card .exg-home-choice__path-intro.exg-home-choice__path-intro h3 {
		font-size: clamp(17px, 2.4vw, 21px) !important;
	}

	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card .exg-home-choice__path-intro.exg-home-choice__path-intro .exg-home-choice__path-cta {
		width: 24px !important;
		min-width: 24px !important;
		font-size: 0 !important;
	}

	.exg-home-v2 .exg-home-choice__path-card .exg-home-choice__path-cta::after {
		margin-left: 0 !important;
		font-size: 18px !important;
	}
}

@media (max-width: 620px) {
	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card,
	.exg-home-v2 .exg-home-choice__path-card--semi,
	.exg-home-v2 .exg-home-choice__path-card--pickup,
	.exg-home-v2 .exg-home-choice__path-card--van {
		display: grid !important;
		grid-template-rows: minmax(0, 1fr) 44px !important;
	}

	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card .exg-home-choice__path-intro.exg-home-choice__path-intro,
	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card--direct .exg-home-choice__path-intro.exg-home-choice__path-intro {
		position: static !important;
		inset: auto !important;
		height: 44px !important;
		min-height: 44px !important;
		grid-template-columns: minmax(0, 1fr) 24px !important;
		gap: 7px !important;
		padding: 0 10px !important;
		background: var(--exg-gold, #ffc800) !important;
	}

	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card .exg-home-choice__path-intro.exg-home-choice__path-intro h3 {
		font-size: 17px !important;
	}

	.exg-home-v2 .exg-home-choice__path-card.exg-home-choice__path-card .exg-home-choice__path-intro.exg-home-choice__path-intro .exg-home-choice__path-cta {
		width: 24px !important;
		min-width: 24px !important;
		padding: 0 !important;
		font-size: 0 !important;
		letter-spacing: 0 !important;
	}

	.exg-home-v2 .exg-home-choice__path-card .exg-home-choice__path-cta::after {
		margin-left: 0 !important;
		font-size: 18px !important;
	}
}
