.exg-semi {
	width: 100%;
	overflow: hidden;
	background: var(--exg-warm);
	color: var(--exg-black);
	font-family: var(--exg-body);
}

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

.exg-semi img {
	display: block;
}

.exg-semi-container {
	width: min(1296px, calc(100% - 144px));
	margin: 0 auto;
}

.exg-semi-eyebrow {
	margin: 0 0 var(--exg-stack-eyebrow-gap);
	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-semi-button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	gap: var(--exg-space-2);
	padding: 0 18px 0 20px;
	border: 0;
	border-radius: 7px;
	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);
	cursor: pointer;
	transition: filter 0.18s ease, transform 0.18s ease;
}

.exg-semi-button:hover {
	filter: brightness(1.08);
	transform: translateY(-1px);
}

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

.exg-semi-button--ink {
	background: var(--exg-black);
	color: #fff !important;
}

.exg-semi-button--yellow {
	background: var(--exg-gold);
	color: var(--exg-black) !important;
}

.exg-semi-button--outline {
	border: 2px solid #fff;
	background: transparent;
	color: #fff !important;
}

.exg-semi-button--outline img {
	filter: brightness(0) invert(1);
}

.exg-semi-button--outline:hover {
	background: #fff;
	color: var(--exg-black) !important;
	filter: none;
}

.exg-semi-button--outline:hover img {
	filter: none;
}

.exg-semi-hero {
	position: relative;
	height: 540px;
	overflow: hidden;
	background: var(--exg-black);
}

.exg-semi-hero__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.exg-semi-hero__panel {
	position: absolute;
	inset: 0 auto 0 0;
	width: min(52.85%, 761px);
	height: 100%;
}

.exg-semi-hero__content {
	position: absolute;
	top: 64px;
	left: max(64px, calc((100vw - 1440px) / 2 + 64px));
	display: flex;
	width: 530px;
	flex-direction: column;
	align-items: flex-start;
}

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

.exg-semi-hero__lede {
	width: 500px;
	margin: 0 0 var(--exg-stack-actions-gap);
	font-family: var(--exg-body);
	font-size: var(--exg-type-lede-size);
	font-weight: var(--exg-weight-regular);
	letter-spacing: normal;
	line-height: var(--exg-type-lede-line);
	text-transform: none;
}

.exg-semi-hero__proof {
	width: 500px;
	margin: 0;
	padding-top: var(--exg-space-4);
	border-top: 1px solid rgba(10, 10, 10, 0.3);
	color: var(--exg-black);
	font-family: var(--exg-display);
	font-size: var(--exg-type-small-size);
	font-weight: var(--exg-weight-action);
	letter-spacing: var(--exg-tracking-label);
	line-height: var(--exg-type-small-line);
	text-transform: uppercase;
}

.exg-semi-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: var(--exg-stack-actions-gap);
}

.exg-semi-hero .exg-semi-button {
	width: auto;
	min-width: 196px;
	margin-bottom: 0;
}

.exg-semi-makes {
	height: auto;
	padding: var(--exg-space-7) 0;
	background: #f3f3f3;
}

.exg-semi-makes h2 {
	max-width: 920px;
	margin: 0 0 12px;
	font-family: var(--exg-display);
	font-size: clamp(42px, 4.35vw, 60px);
	font-weight: var(--exg-weight-display);
	letter-spacing: -0.01em;
	line-height: 0.96;
	text-align: left;
}

.exg-semi-makes__eyebrow {
	margin: 0 0 var(--exg-stack-eyebrow-gap);
	color: color-mix(in srgb, var(--exg-gold), var(--exg-black) 30%);
	font-family: var(--exg-display);
	font-size: var(--exg-type-caption-size);
	font-weight: var(--exg-weight-strong);
	letter-spacing: var(--exg-tracking-label);
	line-height: var(--exg-type-caption-line);
	text-transform: uppercase;
}

.exg-semi-makes__lede {
	max-width: 760px;
	margin: 0 0 clamp(22px, 2.6vw, 32px);
	color: #666666;
	font-size: var(--exg-type-lede-size);
	line-height: var(--exg-type-lede-line);
}

.exg-semi-make-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.exg-semi-make-grid + .exg-vehicle-finder {
	margin-top: 24px;
}

.exg-semi-make {
	position: relative;
	display: flex;
	height: 248px;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 0;
	overflow: hidden;
	padding: 6px 12px 6px;
	border: 1px solid #dfdfdf;
	border-radius: 6px;
	background: #fff;
	box-shadow: none;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.exg-semi-make::before {
	display: none;
}

.exg-semi-make::after {
	display: none;
}

.exg-semi-make:hover {
	border-color: var(--exg-gold);
	box-shadow: 0 8px 18px rgba(10, 10, 10, 0.14);
	transform: translateY(-2px);
}

.exg-semi-make img {
	position: static;
	width: min(320px, calc(100% + 24px));
	height: 180px;
	flex: 0 0 180px;
	object-fit: contain;
	object-position: center bottom;
}

.exg-semi-make__copy {
	display: grid;
	width: 100%;
	min-width: 0;
	gap: 3px;
	justify-items: center;
	margin-top: auto;
	text-align: center;
}

.exg-semi-make__copy strong {
	font-family: var(--exg-display);
	font-size: clamp(18px, 1.45vw, 22px);
	font-weight: var(--exg-weight-display);
	letter-spacing: 0;
	line-height: 1;
	white-space: nowrap;
}

.exg-semi-make__copy small {
	color: color-mix(in srgb, var(--exg-gold), var(--exg-black) 18%);
	font-family: var(--exg-display);
	font-size: var(--exg-type-caption-size);
	font-weight: var(--exg-weight-action);
	letter-spacing: 0.03em;
	line-height: var(--exg-type-caption-line);
	white-space: nowrap;
}

.exg-semi-proof {
	display: flex;
	height: 196px;
	align-items: center;
	background: var(--exg-warm);
}

.exg-semi-proof__inner {
	display: grid;
	height: 132px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: center;
	overflow: hidden;
	border-radius: 14px;
	background: var(--exg-black);
	color: #fff;
}

.exg-semi-proof article {
	position: relative;
	display: flex;
	min-width: 0;
	align-items: center;
	gap: var(--exg-space-4);
	padding: 20px 26px;
}

.exg-semi-proof article + article::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	background: rgba(255, 255, 255, 0.18);
	content: "";
}

.exg-semi-proof article > img {
	width: 60px;
	height: 60px;
	flex: 0 0 60px;
}

.exg-semi-proof article > div {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.exg-semi-proof strong {
	color: var(--exg-gold);
	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-semi-proof span {
	font-family: var(--exg-display);
	font-size: var(--exg-type-small-size);
	font-weight: var(--exg-weight-action);
	line-height: var(--exg-type-small-line);
}

.exg-semi-proof small {
	margin-top: 2px;
	color: rgba(255, 255, 255, 0.64);
	font-family: var(--exg-body);
	font-size: var(--exg-type-micro-size);
	line-height: var(--exg-type-micro-line);
}

.exg-semi-testimonial {
	height: 420px;
	border-top: 6px solid var(--exg-gold);
	background: var(--exg-warm);
}

.exg-semi-testimonial__inner {
	display: grid;
	height: 414px;
	grid-template-columns: 540px minmax(0, 1fr);
	gap: 93px;
}

.exg-semi-testimonial__media {
	position: relative;
	width: 540px;
	height: 420px;
	align-self: start;
	overflow: hidden;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
	font: inherit;
	text-align: left;
	transform: translateY(-6px);
}

.exg-semi-testimonial__still,
.exg-semi-testimonial__overlay {
	position: absolute;
	inset: 0;
	width: 540px;
	height: 420px;
}

.exg-semi-testimonial__still {
	object-fit: cover;
}

.exg-semi-testimonial__duration,
.exg-semi-testimonial__play {
	position: absolute;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.exg-semi-testimonial__duration {
	top: 24px;
	left: 24px;
	width: 92px;
	height: 30px;
	border-radius: 15px;
	background: var(--exg-black);
	color: #fff;
	font-family: var(--exg-display);
	font-size: var(--exg-type-utility-size);
	font-weight: var(--exg-weight-action);
	letter-spacing: var(--exg-tracking-label);
	line-height: var(--exg-type-utility-line);
}

.exg-semi-testimonial__play {
	top: 172px;
	left: 232px;
	width: 76px;
	height: 76px;
	border-radius: 50%;
	background: var(--exg-gold);
	box-shadow: 0 5px 14px rgba(0, 0, 0, 0.24);
	transition: transform 0.18s ease;
}

.exg-semi-testimonial__media:hover .exg-semi-testimonial__play {
	transform: scale(1.06);
}

.exg-semi-testimonial__play img {
	width: 28px;
	height: 28px;
}

.exg-semi-testimonial__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-top: 46px;
}

.exg-semi-testimonial__copy .exg-semi-eyebrow {
	font-size: var(--exg-type-eyebrow-size);
	letter-spacing: var(--exg-tracking-label);
	line-height: var(--exg-type-eyebrow-line);
}

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

.exg-semi-testimonial__copy > p:not(.exg-semi-eyebrow) {
	margin: 0 0 var(--exg-space-3);
	font-size: var(--exg-type-lede-size);
	line-height: var(--exg-type-lede-line);
}

.exg-semi-testimonial__copy .exg-semi-button {
	width: 214px;
	margin-top: auto;
	margin-bottom: 34px;
}

.exg-semi-video-modal[hidden] {
	display: none;
}

.exg-semi-video-modal {
	position: fixed;
	z-index: 800;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 28px;
}

.exg-semi-video-modal__backdrop {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: rgba(10, 10, 10, 0.84);
	cursor: pointer;
}

.exg-semi-video-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(960px, 100%);
	overflow: hidden;
	border-top: 5px solid var(--exg-gold);
	border-radius: 7px;
	background: #fff;
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
}

.exg-semi-video-modal__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 18px 22px;
}

.exg-semi-video-modal__header p {
	margin: 0 0 2px;
	color: #9c7900;
	font-family: var(--exg-display);
	font-size: var(--exg-type-caption-size);
	font-weight: var(--exg-weight-action);
	letter-spacing: var(--exg-tracking-label);
	line-height: var(--exg-type-caption-line);
}

.exg-semi-video-modal__header h2 {
	margin: 0;
	color: var(--exg-black);
	font-family: var(--exg-display);
	font-size: 25px;
	font-weight: var(--exg-weight-display);
	line-height: 28px;
}

.exg-semi-video-modal__close {
	display: inline-flex;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	flex: 0 0 42px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #f1f1f1;
	color: var(--exg-black);
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
}

.exg-semi-video-modal__player {
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #000;
}

.exg-semi-video-modal__player iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

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

.exg-semi-actions__intro {
	margin-bottom: var(--exg-space-4);
}

.exg-semi-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-semi-actions__intro p {
	margin: 0;
	font-size: var(--exg-type-body-lg-size);
	line-height: var(--exg-type-body-lg-line);
}

.exg-semi-action-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--exg-space-6);
}

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

.exg-semi-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-semi-action-card > div {
	position: relative;
	z-index: 1;
	display: flex;
	width: 234px;
	height: 100%;
	flex-direction: column;
	align-items: flex-start;
	padding: 24px;
}

.exg-semi-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-semi-action-card p {
	margin: 0;
	font-size: var(--exg-type-body-lg-size);
	line-height: var(--exg-type-body-lg-line);
}

.exg-semi-action-card a {
	display: inline-flex;
	min-height: 43px;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	padding: 11px 16px 10px 18px;
	border: 1px solid var(--exg-black);
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.9);
	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-semi-action-card a:hover {
	background: var(--exg-gold);
}

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

.exg-semi-action-feature {
	position: relative;
	display: grid;
	min-height: 360px;
	grid-template-columns: minmax(0, 1.05fr) minmax(400px, 0.95fr);
	background: var(--exg-black);
}

.exg-semi-action-feature::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(52.5% - 11px);
	z-index: 3;
	width: 22px;
	background: var(--exg-gold);
	content: "";
	pointer-events: none;
	transform: skewX(var(--exg-slant-angle));
}

.exg-semi-action-feature__media {
	position: relative;
	min-width: 0;
	min-height: 360px;
	margin: 0;
	overflow: hidden;
}

.exg-semi-action-feature__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 55%, rgba(10, 10, 10, 0.32));
	content: "";
}

.exg-semi-action-feature__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.exg-semi-action-feature__media figcaption {
	position: absolute;
	top: 22px;
	left: 22px;
	z-index: 2;
	padding: 8px 10px;
	background: var(--exg-gold);
	color: var(--exg-black);
	font-size: 9px;
	font-style: normal;
	font-weight: var(--exg-weight-action);
	letter-spacing: 0.1em;
}

.exg-semi-action-feature__panel {
	display: flex;
	min-width: 0;
	flex-direction: column;
	padding: 30px 38px 26px 62px;
	color: #fff;
}

.exg-semi-action-feature__primary > p {
	margin: 0 0 6px;
	color: var(--exg-gold);
	font-size: 9px;
	font-weight: var(--exg-weight-action);
	letter-spacing: 0.11em;
}

.exg-semi-action-feature__primary h3 {
	margin: 0;
	font-family: var(--exg-display);
	font-size: clamp(40px, 4vw, 54px);
	font-weight: var(--exg-weight-display);
	line-height: 0.87;
}

.exg-semi-action-feature__primary > span {
	display: block;
	margin-top: 12px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	line-height: 1.4;
}

.exg-semi-action-feature__primary > a {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-top: 18px;
	padding: 0 18px;
	background: var(--exg-gold);
	color: var(--exg-black);
	font-size: 10px;
	font-weight: var(--exg-weight-action);
	letter-spacing: 0.05em;
}

.exg-semi-action-feature__links {
	margin-top: auto;
	padding-top: 20px;
}

.exg-semi-action-feature__links > a {
	display: flex;
	min-height: 54px;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid rgba(255, 255, 255, 0.17);
	color: #fff;
}

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

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

.exg-semi-action-feature__links small {
	color: rgba(255, 255, 255, 0.56);
	font-size: 8px;
	font-weight: var(--exg-weight-action);
	letter-spacing: 0.1em;
}

.exg-semi-action-feature__links strong {
	font-family: var(--exg-display);
	font-size: 16px;
	font-weight: var(--exg-weight-action);
}

.exg-semi-action-feature__links > a > span:last-child {
	display: inline-flex;
	width: 27px;
	height: 27px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 50%;
}

@media (max-width: 900px) {
	.exg-semi-actions {
		height: auto;
	}

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

	.exg-semi-action-feature::after {
		top: 292px;
		right: 0;
		bottom: auto;
		left: 0;
		width: 100%;
		height: 14px;
		transform: none;
	}

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

	.exg-semi-action-feature__panel {
		min-height: 390px;
		padding: 32px 36px 28px;
	}
}

@media (max-width: 600px) {
	.exg-semi-actions {
		padding: 44px 0 48px;
	}

	.exg-semi-actions__intro h2 {
		font-size: clamp(34px, 9.5vw, 38px);
		line-height: 0.98;
	}

	.exg-semi-action-feature::after {
		top: 212px;
	}

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

	.exg-semi-action-feature__panel {
		min-height: 405px;
		padding: 27px 20px 22px;
	}

	.exg-semi-action-feature__primary h3 {
		font-size: 46px;
	}

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

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

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

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

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

.exg-semi-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-semi-store__copy .exg-semi-eyebrow {
	color: var(--exg-gold);
	font-size: var(--exg-type-eyebrow-size);
	line-height: var(--exg-type-eyebrow-line);
}

.exg-semi-store__copy h2 {
	margin: 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-semi-store__copy > span {
	margin-bottom: var(--exg-space-3);
	color: rgba(255, 255, 255, 0.78);
	font-size: var(--exg-type-lede-size);
	line-height: var(--exg-type-lede-line);
}

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

.exg-semi-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-semi-store__products img:nth-child(1) {
	top: 2px;
	left: 0;
}

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

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

@media (max-width: 1240px) {
	.exg-semi-container {
		width: min(100% - 80px, 1296px);
	}

	.exg-semi-hero__content {
		left: 40px;
	}

	.exg-semi-make__copy strong {
		font-size: clamp(17px, 1.7vw, 21px);
	}

	.exg-semi-proof article {
		gap: 10px;
		padding: 20px 18px;
	}

	.exg-semi-proof article > img {
		width: 52px;
		height: 52px;
		flex-basis: 52px;
	}

	.exg-semi-testimonial__inner {
		grid-template-columns: minmax(430px, 540px) minmax(0, 1fr);
		gap: 52px;
	}

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

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

@media (max-width: 1020px) {
	.exg-semi-container {
		width: calc(100% - 64px);
	}

	.exg-semi-hero {
		height: 610px;
	}

	.exg-semi-hero__image {
		object-position: 64% center;
	}

	.exg-semi-hero__panel {
		width: 72%;
	}

	.exg-semi-makes {
		height: auto;
	}

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

	.exg-semi-proof {
		height: auto;
		padding: var(--exg-space-7) 0;
	}

	.exg-semi-proof__inner {
		height: auto;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.exg-semi-proof article:nth-child(3)::before {
		display: none;
	}

	.exg-semi-proof article:nth-child(n + 3) {
		border-top: 1px solid rgba(255, 255, 255, 0.18);
	}

	.exg-semi-testimonial {
		height: auto;
	}

	.exg-semi-testimonial__inner {
		height: auto;
		grid-template-columns: 1fr;
		gap: 0;
	}

	.exg-semi-testimonial__media {
		width: min(540px, 100%);
		margin: 0 auto;
	}

	.exg-semi-testimonial__copy {
		padding: var(--exg-space-9) 0;
	}

	.exg-semi-testimonial__copy .exg-semi-button {
		margin: 20px 0 0;
	}

	.exg-semi-actions {
		height: auto;
		padding: var(--exg-space-9) 0;
	}

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

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

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

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

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

	.exg-semi-store__slash--yellow,
	.exg-semi-store__slash--dark {
		top: 245px;
	}
}

@media (max-width: 640px) {
	.exg-semi-container {
		width: calc(100% - 36px);
	}

	.exg-semi-video-modal {
		padding: 14px;
	}

	.exg-semi-video-modal__header {
		padding: 14px 16px;
	}

	.exg-semi-video-modal__header h2 {
		font-size: 20px;
		line-height: 23px;
	}

	.exg-semi-hero {
		height: 520px;
		background: var(--exg-gold);
	}

	.exg-semi-hero__image {
		opacity: 0.3;
		object-position: 69% center;
	}

	.exg-semi-hero__panel {
		width: 104%;
		opacity: 0.94;
	}

	.exg-semi-hero__content {
		top: 54px;
		right: 20px;
		left: 20px;
		width: auto;
	}

	.exg-semi-hero__content h1 {
		margin: 14px 0;
		font-size: var(--exg-type-hero-size);
		line-height: var(--exg-type-hero-line);
	}

	.exg-semi-hero__lede,
	.exg-semi-hero__proof {
		width: 100%;
	}

	.exg-semi-hero__lede {
		font-size: var(--exg-type-lede-size);
		line-height: var(--exg-type-lede-line);
	}

	.exg-semi-hero__proof {
		font-size: var(--exg-type-caption-size);
		line-height: var(--exg-type-caption-line);
	}

	.exg-semi-makes {
		padding: var(--exg-space-9) 0;
	}

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

	.exg-semi-make-grid {
		grid-template-columns: 1fr;
	}

	.exg-semi-make__copy strong {
		font-size: var(--exg-type-feature-size);
	}

	.exg-semi-proof {
		padding: var(--exg-space-6) 0;
	}

	.exg-semi-proof__inner {
		grid-template-columns: 1fr;
	}

	.exg-semi-proof article + article::before {
		display: none;
	}

	.exg-semi-proof article:nth-child(n + 2) {
		border-top: 1px solid rgba(255, 255, 255, 0.18);
	}

	.exg-semi-proof article {
		padding: 18px 24px;
	}

	.exg-semi-testimonial__media {
		height: auto;
		aspect-ratio: 540 / 420;
	}

	.exg-semi-testimonial__still,
	.exg-semi-testimonial__overlay {
		width: 100%;
		height: 100%;
	}

	.exg-semi-testimonial__play {
		top: 41%;
		left: 50%;
		width: 64px;
		height: 64px;
		transform: translate(-50%, -50%);
	}

	.exg-semi-testimonial__media:hover .exg-semi-testimonial__play {
		transform: translate(-50%, -50%) scale(1.06);
	}

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

	.exg-semi-testimonial__copy > p:not(.exg-semi-eyebrow) {
		font-size: var(--exg-type-lede-size);
		line-height: var(--exg-type-lede-line);
	}

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

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

	.exg-semi-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-semi-store {
		height: 545px;
	}

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

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

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

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

	.exg-semi-store__slash--yellow,
	.exg-semi-store__slash--dark {
		top: 290px;
	}
}

@media (max-width: 600px) {
	.exg-semi-page .exg-semi-actions {
		padding: 44px 0 48px;
	}

	.exg-semi-page .exg-semi-actions__intro h2 {
		font-size: clamp(34px, 9.5vw, 38px);
		line-height: 0.98;
	}
}

/* Launch mobile consistency pass: keep the Brands page as compact and
 * scannable as the homepage patterns it repeats. */
.exg-semi-page .exg-semi-proof__metrics strong em {
	font-size: 0.28em;
	font-style: normal;
	letter-spacing: 0.04em;
}

@media (min-width: 641px) and (max-width: 1020px) {
	.exg-semi-page .exg-semi-testimonial {
		height: auto;
		padding: 40px 0;
	}

	.exg-semi-page .exg-semi-testimonial__inner {
		display: grid;
		grid-template-columns: minmax(0, 1.12fr) minmax(260px, 0.88fr);
		gap: 28px;
		align-items: center;
	}

	.exg-semi-page .exg-semi-testimonial__media {
		width: 100%;
		height: auto;
		margin: 0;
		aspect-ratio: 540 / 420;
	}

	.exg-semi-page .exg-semi-testimonial__still,
	.exg-semi-page .exg-semi-testimonial__overlay {
		width: 100%;
		height: 100%;
	}

	.exg-semi-page .exg-semi-testimonial__play {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.exg-semi-page .exg-semi-testimonial__media:hover .exg-semi-testimonial__play {
		transform: translate(-50%, -50%) scale(1.06);
	}

	.exg-semi-page .exg-semi-testimonial__copy {
		padding: 18px 0;
	}

	.exg-semi-page .exg-semi-testimonial__copy h2 {
		font-size: clamp(38px, 5.6vw, 46px);
		line-height: 0.96;
	}

	.exg-semi-page .exg-semi-testimonial__copy .exg-semi-button {
		margin: 20px 0 0;
	}
}

@media (max-width: 640px) {
	.exg-semi-page .exg-semi-make-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.exg-semi-page .exg-semi-make {
		height: 190px;
		padding: 5px 7px 7px;
	}

	.exg-semi-page .exg-semi-make img {
		width: calc(100% + 14px);
		height: 132px;
		flex-basis: 132px;
	}

	.exg-semi-page .exg-semi-make__copy {
		gap: 4px;
	}

	.exg-semi-page .exg-semi-make__copy strong {
		font-size: clamp(14px, 4.2vw, 17px);
	}

	.exg-semi-page .exg-semi-make__copy small {
		font-size: 9px;
		line-height: 12px;
	}

	.exg-semi-page .exg-semi-store {
		height: 500px;
	}

	.exg-semi-page .exg-semi-store__products {
		top: 254px;
		transform: translateX(50%) scale(0.58);
	}

	.exg-semi-page .exg-semi-store__slash--yellow,
	.exg-semi-page .exg-semi-store__slash--dark {
		top: 264px;
	}
}

/* Brands We Protect uses the homepage proof-to-action feature verbatim. */
body.page-id-38828 .exg-v2-actions {
	height: auto;
	padding: 66px 72px 78px;
	border-top: 0;
	background: var(--exg-warm);
}

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

body.page-id-38828 .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;
}

body.page-id-38828 .exg-v2-actions__intro h2 {
	margin: 0;
	font-family: var(--exg-display);
	font-size: clamp(52px, 5vw, 70px);
	font-weight: var(--exg-weight-display);
	letter-spacing: -0.025em;
	line-height: 0.9;
}

body.page-id-38828 .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);
}

body.page-id-38828 .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;
}

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

body.page-id-38828 .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;
}

body.page-id-38828 .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;
}

body.page-id-38828 .exg-v2-action-feature:hover .exg-v2-action-feature__media img {
	transform: scale(1.018);
}

body.page-id-38828 .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;
}

body.page-id-38828 .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;
}

body.page-id-38828 .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;
}

body.page-id-38828 .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;
}

body.page-id-38828 .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;
}

body.page-id-38828 .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;
}

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

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

body.page-id-38828 .exg-v2-action-feature__links {
	margin-top: auto;
	padding-top: 25px;
}

body.page-id-38828 .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;
}

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

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

body.page-id-38828 .exg-v2-action-feature__links small,
body.page-id-38828 .exg-v2-action-feature__links strong {
	display: block;
}

body.page-id-38828 .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;
}

body.page-id-38828 .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;
}

body.page-id-38828 .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;
}

body.page-id-38828 .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) {
	body.page-id-38828 .exg-v2-actions {
		padding: 58px 36px 66px;
	}

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

	body.page-id-38828 .exg-v2-action-feature::after {
		left: calc(50% - 12px);
	}

	body.page-id-38828 .exg-v2-action-feature__panel {
		padding-right: 32px;
		padding-left: 58px;
	}
}

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

	body.page-id-38828 .exg-v2-actions__intro {
		margin-bottom: 24px;
	}

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

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

	body.page-id-38828 .exg-v2-action-feature__media {
		min-height: 300px;
	}

	body.page-id-38828 .exg-v2-action-feature__panel {
		min-height: 424px;
		padding: 35px 38px 30px;
	}

	body.page-id-38828 .exg-v2-action-feature__primary > a {
		width: fit-content;
	}
}

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

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

	body.page-id-38828 .exg-v2-actions__intro h2 > span {
		display: block;
	}

	body.page-id-38828 .exg-v2-action-feature::after {
		top: 212px;
		height: 14px;
	}

	body.page-id-38828 .exg-v2-action-feature__media {
		min-height: 220px;
	}

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

	body.page-id-38828 .exg-v2-action-feature__panel {
		min-height: 442px;
		padding: 29px 22px 24px;
	}

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

	body.page-id-38828 .exg-v2-action-feature__primary > a {
		width: 100%;
	}

	body.page-id-38828 .exg-v2-action-feature__links {
		padding-top: 24px;
	}

	body.page-id-38828 .exg-v2-action-feature__links > a {
		min-height: 66px;
	}

	body.page-id-38828 .exg-v2-action-feature__links strong {
		font-size: 16px;
	}

	body.page-id-38828 .exg-v2-action-feature__links small {
		font-size: 9px;
		letter-spacing: 0.09em;
	}
}

@media (max-width: 620px) {
	body.page-id-38828 .exg-v2-actions__intro h2 {
		font-size: clamp(32px, 8.7vw, 35px) !important;
		line-height: 0.98 !important;
	}
}

@media (min-width: 621px) and (max-width: 900px) {
	body.page-id-38828 .exg-v2-actions__intro h2 {
		font-size: clamp(42px, 6vw, 46px) !important;
		line-height: 0.98 !important;
	}
}

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

body.page-id-38828 .exg-v2-actions__intro > p,
body.page-id-38828 .exg-v2-action-feature__media figcaption,
body.page-id-38828 .exg-v2-action-feature__primary > p,
body.page-id-38828 .exg-v2-action-feature__primary > a,
body.page-id-38828 .exg-v2-action-feature__links small {
	font-size: 12px;
}

/* Brands We Protect: keep the lower-page story in normal document flow.
 * The planning feature is taller than the legacy 500px actions shell; allowing
 * the section to size itself prevents it from colliding with the store banner. */
body.page-id-38828 .exg-semi-actions {
	height: auto;
	min-height: 0;
	overflow: clip;
}

@media (min-width: 1021px) {
	body.page-id-38828 .exg-semi-actions {
		padding: 54px 0 64px;
		border-top-width: 5px;
	}

	body.page-id-38828 .exg-semi-actions__intro {
		margin-bottom: 24px;
	}

	body.page-id-38828 .exg-semi-action-feature {
		min-height: 390px;
		overflow: hidden;
		border-radius: 6px;
		box-shadow: 0 18px 42px rgba(10, 10, 10, 0.16);
	}

	body.page-id-38828 .exg-semi-action-feature__media {
		min-height: 390px;
	}

	body.page-id-38828 .exg-semi-action-feature__panel {
		padding-block: 32px 28px;
	}

	body.page-id-38828 .exg-semi-store {
		border-top: 5px solid var(--exg-gold);
	}

	body.page-id-38828 .exg-native-quote {
		border-top-width: 5px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.exg-semi *,
	.exg-semi *::before,
	.exg-semi *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.001ms !important;
		animation-duration: 0.001ms !important;
	}
}

/* Supplied-header refresh: clean photography plus a CSS-controlled gold
 * gradient band and universal dark angle. */
.exg-semi-page .exg-semi-hero {
	height: clamp(560px, 41vw, 610px);
	background: var(--exg-black);
	color: var(--exg-white);
}

.exg-semi-page .exg-semi-hero::before {
	position: absolute;
	z-index: 1;
	inset: 0;
	width: auto;
	background: linear-gradient(98deg, #ffc800 0%, #ffc800 28%, rgba(255, 200, 0, 0.9) 43%, rgba(255, 200, 0, 0.45) 57%, rgba(255, 200, 0, 0.12) 66%, rgba(255, 200, 0, 0) 74%, transparent 100%);
	clip-path: none;
	content: "";
	pointer-events: none;
}

.exg-semi-page .exg-semi-hero__image {
	inset: 0;
	width: 100%;
	height: 100%;
	object-position: left center;
}

.exg-semi-page .exg-semi-hero__panel {
	z-index: 2;
	inset: 12% auto 12% 0;
	width: 50%;
	height: auto;
	background: rgba(10, 10, 10, 0.92);
	clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
}

.exg-semi-page .exg-semi-hero__content {
	z-index: 3;
	top: 50%;
	left: max(64px, calc((100vw - 1440px) / 2 + 64px));
	width: min(620px, calc(50vw - 96px));
	color: var(--exg-white);
	transform: translateY(-50%);
}

.exg-semi-page .exg-semi-hero__content h1 {
	font-size: clamp(48px, 3.75vw, 56px);
	line-height: 0.98;
}

.exg-semi-page .exg-semi-hero__lede {
	max-width: 570px;
}

.exg-semi-page .exg-semi-hero__content h1,
.exg-semi-page .exg-semi-hero__lede,
.exg-semi-page .exg-semi-hero__proof {
	color: var(--exg-white);
}

.exg-semi-page .exg-semi-hero .exg-semi-eyebrow {
	color: var(--exg-gold);
}

.exg-semi-page .exg-semi-hero__proof {
	border-top-color: var(--exg-gold);
}

@media (max-width: 1020px) {
	.exg-semi-page .exg-semi-hero {
		height: 620px;
	}

	.exg-semi-page .exg-semi-hero::before {
		width: auto;
		background: linear-gradient(98deg, #ffc800 0%, #ffc800 24%, rgba(255, 200, 0, 0.86) 42%, rgba(255, 200, 0, 0.36) 58%, rgba(255, 200, 0, 0) 72%, transparent 100%);
	}

	.exg-semi-page .exg-semi-hero__panel {
		inset: 32px auto 32px 0;
		width: min(88%, 760px);
	}

	.exg-semi-page .exg-semi-hero__content {
		left: 40px;
		width: min(620px, calc(100% - 112px));
	}

	.exg-semi-page .exg-semi-hero__content h1 {
		font-size: clamp(44px, 6.2vw, 52px);
	}

	.exg-semi-page .exg-semi-hero__image {
		object-position: 58% center;
	}
}

@media (max-width: 640px) {
	.exg-semi-page .exg-semi-hero {
		height: 700px;
		background: var(--exg-black);
	}

	.exg-semi-page .exg-semi-hero::before {
		width: auto;
		background: linear-gradient(180deg, var(--exg-gold) 0 8px, transparent 8px calc(100% - 8px), var(--exg-gold) calc(100% - 8px));
		clip-path: none;
	}

	.exg-semi-page .exg-semi-hero__image {
		opacity: 1;
		object-position: 58% center;
	}

	.exg-semi-page .exg-semi-hero__panel {
		inset: 18px 0;
		width: 100%;
		opacity: 1;
		background: rgba(10, 10, 10, 0.9);
		clip-path: none;
	}

	.exg-semi-page .exg-semi-hero__content {
		top: 50%;
		right: 20px;
		left: 20px;
		width: auto;
		transform: translateY(-50%);
	}

	.exg-semi-page .exg-semi-hero__content h1 {
		margin: 12px 0 var(--exg-stack-title-gap);
		font-size: 42px;
		line-height: 0.98;
	}

	.exg-semi-page .exg-semi-hero__actions {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.exg-semi-page .exg-semi-hero .exg-semi-button {
		width: min(100%, 280px);
	}
}

/* Homepage-aligned proof bar and constrained semi hero copy. */
.exg-semi-page .exg-semi-hero__content {
	width: min(560px, calc(50vw - 88px));
}

.exg-semi-page .exg-semi-hero__content h1 {
	max-width: 540px;
	font-size: clamp(44px, 3.45vw, 52px);
	text-wrap: balance;
}

@media (min-width: 641px) and (max-width: 1020px) {
	.exg-semi-page .exg-semi-hero__content h1 {
		font-size: clamp(44px, 6.2vw, 52px);
	}
}

.exg-semi-page .exg-semi-hero__lede {
	width: 100%;
	max-width: 520px;
}

.exg-semi-page .exg-semi-proof {
	position: relative;
	display: block;
	height: auto;
	padding: 58px 0 62px;
	overflow: hidden;
	background: var(--exg-black);
	color: #fff;
}

.exg-semi-page .exg-semi-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-semi-page .exg-semi-proof__inner {
	display: grid;
	width: min(1296px, calc(100% - 144px));
	height: auto;
	grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.55fr);
	gap: clamp(36px, 4vw, 64px);
	align-items: stretch;
	overflow: visible;
	border-radius: 0;
	background: transparent;
}

.exg-semi-proof__intro {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.exg-semi-proof__intro > p {
	margin: 0 0 10px;
	color: var(--exg-gold);
	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-semi-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-semi-proof__intro > span {
	display: block;
	max-width: 440px;
	color: rgba(255, 255, 255, 0.72);
	font-size: var(--exg-type-body-lg-size);
	line-height: var(--exg-type-body-lg-line);
}

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

.exg-semi-page .exg-semi-proof__metrics article {
	display: grid;
	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-semi-page .exg-semi-proof__metrics article::before {
	display: none;
}

.exg-semi-page .exg-semi-proof__metrics strong {
	font-size: clamp(50px, 4.2vw, 64px);
	letter-spacing: -0.035em;
	line-height: 0.84;
}

.exg-semi-page .exg-semi-proof__metrics span {
	display: block;
	margin-top: 14px;
	font-size: 18px;
	line-height: 20px;
}

.exg-semi-page .exg-semi-proof__metrics small {
	display: block;
	margin-top: 12px;
	padding-top: 11px;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
	font-size: 12px;
	line-height: 17px;
}

@media (max-width: 1020px) {
	.exg-semi-page .exg-semi-hero__content {
		width: min(620px, calc(100% - 112px));
	}

	.exg-semi-page .exg-semi-proof {
		padding: 48px 0 52px;
	}

	.exg-semi-page .exg-semi-proof__inner {
		width: calc(100% - 64px);
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.exg-semi-page .exg-semi-proof__intro h2 {
		font-size: clamp(42px, 6.2vw, 48px);
	}

	.exg-semi-page .exg-semi-proof__metrics article {
		min-height: 154px;
		padding: 22px 16px 20px;
	}

	.exg-semi-page .exg-semi-proof__metrics strong {
		font-size: clamp(44px, 6.6vw, 54px);
	}

	.exg-semi-page .exg-semi-proof__metrics span {
		margin-top: 10px;
		font-size: 14px;
		line-height: 16px;
	}

	.exg-semi-page .exg-semi-proof__metrics small {
		display: none;
	}
}

@media (max-width: 640px) {
	.exg-semi-page .exg-semi-hero__content {
		width: auto;
	}

	.exg-semi-page .exg-semi-proof {
		padding: 44px 0 48px;
	}

	.exg-semi-page .exg-semi-proof__inner {
		width: calc(100% - 36px);
		gap: 24px;
	}

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

	.exg-semi-page .exg-semi-proof__metrics article {
		min-height: 126px;
		align-content: center;
		padding: 15px 7px 13px;
		border-radius: 6px;
		text-align: center;
	}

	.exg-semi-page .exg-semi-proof__metrics strong {
		font-size: clamp(23px, 6.7vw, 27px);
		line-height: 0.92;
		white-space: nowrap;
	}

	.exg-semi-page .exg-semi-proof__metrics strong em {
		display: block;
		margin-top: 3px;
		font-size: 9px;
		font-style: normal;
	}

	.exg-semi-page .exg-semi-proof__metrics span {
		margin-top: 8px;
		font-size: 9px;
		line-height: 10.5px;
	}

	.exg-semi-page .exg-semi-proof__metrics small {
		display: none;
	}
}

@media (max-width: 600px) {
	.exg-semi-page .exg-semi-actions {
		padding: 44px 0 48px;
	}

	.exg-semi-page .exg-semi-actions__intro h2 {
		font-size: clamp(34px, 9.5vw, 38px);
		line-height: 0.98;
	}
}

/* Compact vehicle shelf for the image-free category entry. */
@media (min-width: 761px) {
	.exg-semi-makes {
		padding: 0 0 24px;
	}

	.exg-semi-make {
		height: 170px;
		padding: 6px 10px 8px;
	}

	.exg-semi-make img {
		width: min(260px, calc(100% + 20px));
		height: 112px;
		flex-basis: 112px;
	}

	.exg-semi-make__copy strong {
		font-size: clamp(18px, 1.45vw, 21px);
	}

	.exg-semi-make__copy small {
		font-size: 11px;
		line-height: 14px;
	}
}
