/* Fleet decision story: cost visibility, construction and feature proof. */

.exg-why-guards,
.exg-why-guards * {
	box-sizing: border-box;
}

.exg-why-guards {
	--exg-why-rail: 1180px;
	--exg-why-warm: var(--exg-warm, #f6f5f1);
	--exg-why-muted: #5e5e5e;
	--exg-why-line: #d8d5cd;
	background: var(--exg-why-warm);
	color: var(--exg-black, #0a0a0a);
	font-family: var(--exg-body, "Barlow", Arial, sans-serif);
}

.exg-why-guards__rail {
	width: min(var(--exg-why-rail), calc(100% - 48px));
	margin-inline: auto;
}

.exg-why-guards h1,
.exg-why-guards h2,
.exg-why-guards h3,
.exg-why-guards h4 {
	margin: 0;
	font-family: var(--exg-display, "Arial Narrow", Arial, sans-serif);
	font-weight: var(--exg-weight-display, 800);
	letter-spacing: -0.02em;
	line-height: 0.98;
	text-transform: uppercase;
}

.exg-why-guards p {
	margin-top: 0;
}

.exg-why-guards__eyebrow,
.exg-why-guards__snapshot-label,
.exg-why-guards__modal-header p {
	margin: 0;
	color: var(--exg-gold, #ffc800);
	font-family: var(--exg-display, "Arial Narrow", Arial, sans-serif);
	font-size: var(--exg-type-eyebrow-size, 14px);
	font-weight: var(--exg-weight-action, 800);
	letter-spacing: var(--exg-tracking-label, 0.08em);
	line-height: var(--exg-type-eyebrow-line, 18px);
	text-transform: uppercase;
}

/* Opening decision frame. */
.exg-why-guards__hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: clamp(76px, 7.5vw, 112px) 0;
	border-top: 5px solid var(--exg-gold, #ffc800);
	background: #0b0b0b;
	color: #fff;
}

.exg-why-guards__hero::before {
	position: absolute;
	z-index: -1;
	top: -280px;
	right: -220px;
	width: 720px;
	height: 720px;
	border: 150px solid rgba(255, 200, 0, 0.055);
	border-radius: 50%;
	content: "";
}

.exg-why-guards__hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
	align-items: center;
	gap: clamp(48px, 8vw, 112px);
}

.exg-why-guards__hero-copy .exg-why-guards__eyebrow {
	margin-bottom: 14px;
}

.exg-why-guards__hero h1,
.exg-why-guards__hero h2 {
	max-width: 700px;
	font-size: clamp(68px, 8vw, 112px);
	line-height: 0.86;
	color: #fff;
}

.exg-why-guards__lede {
	max-width: 690px;
	margin: 28px 0 0;
	color: #d5d5d5;
	font-size: clamp(18px, 1.7vw, 22px);
	font-weight: var(--exg-weight-body, 500);
	line-height: 1.5;
}

.exg-why-guards__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 32px;
}

.exg-why-guards__button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	padding: 13px 24px;
	border: 2px solid transparent;
	border-radius: 4px;
	font-family: var(--exg-display, "Arial Narrow", Arial, sans-serif);
	font-size: var(--exg-type-action-size, 15px);
	font-weight: var(--exg-weight-action, 800);
	letter-spacing: 0.03em;
	line-height: 20px;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.exg-why-guards__button--primary {
	background: var(--exg-gold, #ffc800);
	color: #0a0a0a !important;
}

.exg-why-guards__button--secondary {
	border-color: rgba(255, 255, 255, 0.74);
	color: #fff !important;
}

.exg-why-guards__button:is(:hover, :focus-visible) {
	border-color: #fff;
	background: #fff;
	color: #0a0a0a !important;
}

.exg-why-guards__button:focus-visible {
	outline: 3px solid var(--exg-gold, #ffc800);
	outline-offset: 4px;
}

.exg-why-guards__snapshot {
	padding: 30px 0 6px 32px;
	border-left: 3px solid var(--exg-gold, #ffc800);
}

.exg-why-guards__snapshot-label {
	margin-bottom: 22px;
}

.exg-why-guards__stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.exg-why-guards__stats div + div {
	padding-left: 24px;
	border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.exg-why-guards__stats strong,
.exg-why-guards__stats span {
	display: block;
}

.exg-why-guards__stats strong {
	color: #fff;
	font-family: var(--exg-display, "Arial Narrow", Arial, sans-serif);
	font-size: clamp(54px, 5vw, 72px);
	font-weight: var(--exg-weight-display, 800);
	line-height: 0.9;
}

.exg-why-guards__stats span {
	margin-top: 7px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.exg-why-guards__snapshot > p:not(.exg-why-guards__snapshot-label) {
	margin: 26px 0 8px;
	color: #d0d0d0;
	font-size: 16px;
	line-height: 1.55;
}

.exg-why-guards__snapshot small {
	color: #9d9d9d;
	font-size: 12px;
}

/* Chapter 1: expose recurring cost. */
.exg-why-guards__problem {
	padding-top: clamp(72px, 7vw, 104px);
	background: var(--exg-why-warm);
}

.exg-why-guards__chapter-heading {
	max-width: 850px;
}

.exg-why-guards__chapter-heading .exg-why-guards__eyebrow {
	margin-bottom: 12px;
}

.exg-why-guards__chapter-heading h2,
.exg-why-guards__chapter-heading h3 {
	font-size: clamp(44px, 5.2vw, 68px);
	line-height: 0.94;
}

.exg-why-guards__chapter-heading > p:last-child {
	max-width: 700px;
	margin: 20px 0 0;
	color: var(--exg-why-muted);
	font-size: var(--exg-type-lede-size, 18px);
	line-height: var(--exg-type-lede-line, 27px);
}

.exg-why-guards__steps {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(40px, 7vw, 92px);
	margin: clamp(44px, 5vw, 64px) 0 0;
	padding: 0;
	list-style: none;
}

.exg-why-guards__steps li {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 22px;
	padding-top: 24px;
	border-top: 3px solid #0a0a0a;
}

.exg-why-guards__step-number {
	color: var(--exg-gold, #ffc800);
	font-family: var(--exg-display, "Arial Narrow", Arial, sans-serif);
	font-size: 24px;
	font-weight: 800;
	line-height: 1;
}

.exg-why-guards__steps h3 {
	font-size: clamp(28px, 3vw, 38px);
}

.exg-why-guards__steps p {
	margin: 14px 0 0;
	color: var(--exg-why-muted);
	font-size: 16px;
	line-height: 1.55;
}

.exg-why-guards__pivot {
	margin-top: clamp(64px, 7vw, 96px);
	border-bottom: 5px solid var(--exg-gold, #ffc800);
	background: #0b0b0b;
	color: #fff;
}

.exg-why-guards__pivot-inner {
	display: grid;
	grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1fr);
	align-items: center;
	gap: clamp(36px, 7vw, 88px);
	padding-block: clamp(38px, 4vw, 54px);
}

.exg-why-guards__pivot p {
	margin: 0;
	color: #bdbdbd;
	font-size: 16px;
	line-height: 1.5;
}

.exg-why-guards__pivot strong {
	font-family: var(--exg-display, "Arial Narrow", Arial, sans-serif);
	font-size: clamp(32px, 4vw, 52px);
	font-weight: 800;
	line-height: 0.98;
	text-transform: uppercase;
}

/* Chapter 2: construction and truck integration. */
.exg-why-guards__difference {
	padding: clamp(76px, 7vw, 104px) 0;
	background: #171717;
	color: #fff;
}

.exg-why-guards__chapter-heading--light h2,
.exg-why-guards__chapter-heading--light h3 {
	color: #fff;
}

.exg-why-guards__chapter-heading--light > p:last-child {
	color: #c7c7c7;
}

.exg-why-guards__strength {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
	align-items: stretch;
	margin-top: clamp(44px, 5vw, 64px);
	border-radius: 10px;
	overflow: hidden;
	background: var(--exg-why-warm);
	color: #0a0a0a;
}

.exg-why-guards__strength-copy {
	padding: clamp(34px, 5vw, 64px);
}

.exg-why-guards__strength-copy h3 {
	max-width: 590px;
	margin-top: 12px;
	font-size: clamp(38px, 4.2vw, 56px);
}

.exg-why-guards__strength-copy > p:last-of-type {
	margin: 20px 0 0;
	color: #4f4f4f;
	font-size: 17px;
	line-height: 1.58;
}

.exg-why-guards__strength-copy ul {
	display: grid;
	gap: 0;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.exg-why-guards__strength-copy li {
	display: grid;
	grid-template-columns: minmax(160px, 0.55fr) minmax(0, 1fr);
	gap: 20px;
	padding: 14px 0;
	border-top: 1px solid var(--exg-why-line);
}

.exg-why-guards__strength-copy li strong {
	font-family: var(--exg-display, "Arial Narrow", Arial, sans-serif);
	font-size: 17px;
	text-transform: uppercase;
}

.exg-why-guards__strength-copy li span {
	color: #5d5d5d;
	font-size: 14px;
	line-height: 1.45;
}

.exg-why-guards__strength-media {
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	min-height: 440px;
	margin: 0;
	overflow: hidden;
	background: #ecebe7;
}

.exg-why-guards__strength-media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: contain;
}

.exg-why-guards__strength-media figcaption {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 16px 22px;
	background: #0a0a0a;
	color: #fff;
	font-family: var(--exg-display, "Arial Narrow", Arial, sans-serif);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.exg-why-guards__strength-media figcaption strong {
	color: var(--exg-gold, #ffc800);
	font-size: 20px;
}

.exg-why-guards__feature-list {
	margin-top: 28px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 10px;
	overflow: hidden;
}

.exg-why-guards__feature-row {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	align-items: center;
	gap: clamp(30px, 5vw, 66px);
	padding: 20px;
	background: #222;
}

.exg-why-guards__feature-row + .exg-why-guards__feature-row {
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.exg-why-guards__feature-copy {
	max-width: 650px;
	padding-right: 24px;
}

.exg-why-guards__feature-copy .exg-why-guards__eyebrow {
	margin-bottom: 8px;
}

.exg-why-guards__feature-copy h3,
.exg-why-guards__feature-copy h4 {
	font-size: clamp(27px, 3vw, 38px);
	color: #fff;
}

.exg-why-guards__feature-copy > p:last-child {
	margin: 13px 0 0;
	color: #c7c7c7;
	font-size: 15px;
	line-height: 1.55;
}

.exg-why-guards__video {
	display: flex;
	width: 280px;
	margin: 0;
	padding: 0;
	flex-direction: column;
	border: 0;
	border-radius: 6px;
	overflow: hidden;
	background: #f4f3ef;
	color: #0a0a0a;
	font: inherit;
	text-align: left;
	cursor: pointer;
}

.exg-why-guards__video-media {
	position: relative;
	display: block;
	height: 142px;
	overflow: hidden;
	background: #111;
}

.exg-why-guards__video img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: filter 180ms ease, transform 180ms ease;
}

.exg-why-guards__feature-row--evrcoat .exg-why-guards__video img,
.exg-why-guards__feature-row--lift-assist .exg-why-guards__video img {
	object-position: center 38%;
}

.exg-why-guards__play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	border: 3px solid rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	background: rgba(10, 10, 10, 0.76);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
	transform: translate(-50%, -50%);
	transition: background-color 180ms ease, transform 180ms ease;
}

.exg-why-guards__play::after {
	position: absolute;
	top: 50%;
	left: 54%;
	border-style: solid;
	border-width: 8px 0 8px 13px;
	border-color: transparent transparent transparent #fff;
	content: "";
	transform: translate(-50%, -50%);
}

.exg-why-guards__video-label {
	display: flex;
	min-height: 42px;
	align-items: center;
	justify-content: space-between;
	padding: 9px 14px;
	font-family: var(--exg-display, "Arial Narrow", Arial, sans-serif);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.exg-why-guards__video-label::after {
	content: "→";
	font-family: Arial, sans-serif;
	font-size: 18px;
}

.exg-why-guards__video:is(:hover, :focus-visible) img {
	filter: brightness(0.86);
	transform: scale(1.04);
}

.exg-why-guards__video:is(:hover, :focus-visible) .exg-why-guards__play {
	background: var(--exg-gold, #ffc800);
	transform: translate(-50%, -50%) scale(1.06);
}

.exg-why-guards__video:focus-visible {
	outline: 3px solid var(--exg-gold, #ffc800);
	outline-offset: 4px;
}

/* Shared Vimeo dialog. */
.exg-why-guards__modal {
	width: min(1080px, calc(100% - 32px));
	max-width: none;
	max-height: calc(100dvh - 32px);
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 10px;
	overflow: auto;
	background: #111;
	color: #fff;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.7);
}

.exg-why-guards__modal:not([open]) {
	display: none;
}

.exg-why-guards__modal::backdrop {
	background: rgba(0, 0, 0, 0.84);
	backdrop-filter: blur(3px);
}

.exg-why-guards__modal-frame {
	padding: 18px;
}

.exg-why-guards__modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 2px 2px 16px;
}

.exg-why-guards__modal-header h2 {
	margin-top: 5px;
	color: #fff;
	font-size: clamp(26px, 3vw, 38px);
	line-height: 1;
}

.exg-why-guards__modal-header button {
	display: grid;
	width: 48px;
	height: 48px;
	padding: 0;
	flex: 0 0 auto;
	place-items: center;
	border: 2px solid rgba(255, 255, 255, 0.55);
	border-radius: 50%;
	background: transparent;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 32px;
	line-height: 1;
	cursor: pointer;
}

.exg-why-guards__modal-header button:is(:hover, :focus-visible) {
	border-color: var(--exg-gold, #ffc800);
	background: var(--exg-gold, #ffc800);
	color: #0a0a0a;
}

.exg-why-guards__modal-header button:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
}

.exg-why-guards__modal-player {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 6px;
	background: #000;
}

.exg-why-guards__modal-player iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

@media (max-width: 900px) {
	.exg-why-guards__hero-grid,
	.exg-why-guards__strength {
		grid-template-columns: 1fr;
	}

	.exg-why-guards__hero-copy {
		max-width: 720px;
	}

	.exg-why-guards__snapshot {
		max-width: 620px;
	}

	.exg-why-guards__strength-media {
		min-height: 360px;
	}
}

@media (max-width: 680px) {
	.exg-why-guards__rail {
		width: min(var(--exg-why-rail), calc(100% - 32px));
	}

	.exg-why-guards__hero {
		padding: 64px 0;
	}

	.exg-why-guards__hero::before {
		right: -430px;
	}

	.exg-why-guards__hero-grid {
		gap: 48px;
	}

	.exg-why-guards__hero h1,
	.exg-why-guards__hero h2 {
		font-size: clamp(58px, 21vw, 82px);
	}

	.exg-why-guards__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.exg-why-guards__button {
		width: 100%;
	}

	.exg-why-guards__snapshot {
		padding: 26px 0 0 22px;
	}

	.exg-why-guards__stats {
		gap: 18px;
	}

	.exg-why-guards__stats div + div {
		padding-left: 18px;
	}

	.exg-why-guards__chapter-heading h2,
	.exg-why-guards__chapter-heading h3 {
		font-size: clamp(40px, 13.5vw, 54px);
	}

	.exg-why-guards__steps,
	.exg-why-guards__pivot-inner {
		grid-template-columns: 1fr;
	}

	.exg-why-guards__steps {
		gap: 38px;
	}

	.exg-why-guards__pivot-inner {
		gap: 18px;
	}

	.exg-why-guards__strength-copy {
		padding: 30px 24px;
	}

	.exg-why-guards__strength-copy li {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.exg-why-guards__strength-media {
		min-height: 300px;
	}

	.exg-why-guards__strength-media figcaption {
		align-items: flex-start;
		flex-direction: column;
		gap: 5px;
	}

	.exg-why-guards__feature-row {
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 16px;
	}

	.exg-why-guards__video {
		width: 100%;
	}

	.exg-why-guards__video-media {
		height: auto;
		aspect-ratio: 16 / 9;
	}

	.exg-why-guards__feature-copy {
		padding: 0 6px 12px;
	}

	.exg-why-guards__modal-frame {
		padding: 12px;
	}

	.exg-why-guards__modal-header {
		padding-bottom: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.exg-why-guards__button,
	.exg-why-guards__video img,
	.exg-why-guards__play {
		transition: none;
	}
}
