/*
 * Native presentation for the Understanding Your Ex-Guard quality guide.
 */

body.exg-understanding-page {
	/* Keep this page portable while the native shell is rolled out by exposing
	 * the same current brand contract when an older staging shell is active. */
	--exg-gold: #ffc800;
	--exg-gold-deep: #806100;
	--exg-black: #0a0a0a;
	--exg-warm: #f6f5f1;
	--exg-white: #fff;
	--exg-display: "trade-gothic-next-condensed", "Arial Narrow", Arial, sans-serif;
	--exg-body: "Barlow", Arial, sans-serif;
	--exg-weight-semibold: 600;
	--exg-weight-strong: 700;
	--exg-weight-action: 800;
	--exg-weight-display: 800;
	--exg-type-interior-title-size: clamp(40px, 4.3vw, 52px);
	--exg-type-section-size: clamp(44px, 3.34vw, 48px);
	--exg-type-section-line: 1.083;
	--exg-type-card-size: 34px;
	--exg-type-card-line: 36px;
	--exg-type-card-sm-size: 24px;
	--exg-type-card-sm-line: 28px;
	--exg-type-feature-size: 20px;
	--exg-type-feature-line: 24px;
	--exg-type-eyebrow-size: 14px;
	--exg-type-eyebrow-line: 18px;
	--exg-type-lede-size: 18px;
	--exg-type-lede-line: 27px;
	--exg-type-body-lg-size: 17px;
	--exg-type-body-lg-line: 26px;
	--exg-type-body-size: 16px;
	--exg-type-body-line: 24px;
	--exg-type-small-size: 14px;
	--exg-type-small-line: 20px;
	--exg-type-caption-size: 12px;
	--exg-type-caption-line: 18px;
	--exg-tracking-label: 0.08em;
	--exg-button-gap: 12px;
	--exg-space-1: 4px;
	--exg-space-2: 8px;
	--exg-space-3: 12px;
	--exg-space-4: 16px;
	--exg-space-5: 20px;
	--exg-space-6: 24px;
	--exg-space-7: 32px;
	--exg-stack-eyebrow-gap: var(--exg-space-2);
	--exg-stack-title-gap: var(--exg-space-4);
	--exg-stack-actions-gap: var(--exg-space-7);
	--exg-section-space: clamp(64px, 6vw, 88px);
	--exg-section-space-compact: clamp(48px, 4.5vw, 64px);
	--exg-understanding-copy: #454545;
	--exg-understanding-muted: #6a6a6a;
	--exg-understanding-line: #deddd8;
	--exg-understanding-surface: var(--exg-warm);
}

body.exg-understanding-page .exg-understanding-main,
body.exg-understanding-page .exg-understanding-main * {
	box-sizing: border-box;
}

body.exg-understanding-page .exg-understanding-main {
	min-width: 0;
	overflow: hidden;
	background: var(--exg-white);
	color: var(--exg-black);
	font-family: var(--exg-body);
}

body.exg-understanding-page .exg-understanding-main :is(h1, h2, h3, h4) {
	padding: 0;
	font-family: var(--exg-display);
	font-weight: var(--exg-weight-display);
}

body.exg-understanding-page #main-content#main-content .exg-understanding-hero h1 {
	font-size: var(--exg-type-interior-title-size);
	letter-spacing: 0;
	line-height: 0.96;
}

body.exg-understanding-page .exg-understanding-main .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	border: 0;
	white-space: nowrap;
}

body.exg-understanding-page .exg-understanding-main .exg-button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	border: 2px solid transparent;
	border-radius: 4px;
	font-family: var(--exg-display);
	font-size: 15px;
	font-weight: var(--exg-weight-action);
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

body.exg-understanding-page .exg-understanding-main .exg-button--primary {
	border-color: var(--exg-gold);
	background: var(--exg-gold);
	color: var(--exg-black);
}

body.exg-understanding-page .exg-understanding-main .exg-button--outline {
	background: transparent;
}

body.exg-understanding-page .exg-understanding-main .exg-button:focus-visible {
	outline: 3px solid var(--exg-white);
	outline-offset: 3px;
}

body.exg-understanding-page .exg-understanding-container {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

body.exg-understanding-page .exg-understanding-eyebrow {
	margin: 0 0 var(--exg-stack-eyebrow-gap);
	color: var(--exg-gold-deep);
	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;
}

body.exg-understanding-page .exg-understanding-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	border-top: 4px solid var(--exg-gold);
	background: var(--exg-black);
	color: var(--exg-white);
}

body.exg-understanding-page .exg-understanding-hero::after {
	position: absolute;
	z-index: -1;
	top: -160px;
	right: -190px;
	width: 520px;
	height: 520px;
	border: 1px solid rgba(255, 200, 0, 0.28);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

body.exg-understanding-page .exg-understanding-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.88fr) minmax(500px, 1.12fr);
	gap: clamp(36px, 5vw, 72px);
	align-items: center;
	min-height: 560px;
	padding-block: clamp(64px, 7vw, 92px);
}

body.exg-understanding-page .exg-understanding-hero__copy {
	position: relative;
	z-index: 1;
	max-width: 610px;
}

body.exg-understanding-page .exg-understanding-hero .exg-understanding-eyebrow,
body.exg-understanding-page .exg-understanding-promise .exg-understanding-eyebrow,
body.exg-understanding-page .exg-understanding-cta .exg-understanding-eyebrow {
	color: var(--exg-gold);
}

body.exg-understanding-page #main-content#main-content .exg-understanding-hero h1 {
	margin: 0;
	color: var(--exg-white);
	text-transform: uppercase;
}

body.exg-understanding-page #main-content#main-content :is(h1, h2, h3) sup {
	position: relative;
	top: -0.25em;
	font-family: var(--exg-body);
	font-size: 0.34em;
	font-weight: var(--exg-weight-strong);
	line-height: 0;
}

body.exg-understanding-page .exg-understanding-hero__copy > p:not(.exg-understanding-eyebrow, .exg-understanding-hero__assurance) {
	max-width: 590px;
	margin: var(--exg-stack-title-gap) 0 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: var(--exg-type-lede-size);
	line-height: var(--exg-type-lede-line);
}

body.exg-understanding-page .exg-understanding-hero__assurance {
	margin: var(--exg-space-6) 0 0;
	padding: var(--exg-space-4) 0 var(--exg-space-4) var(--exg-space-5);
	border-left: 5px solid var(--exg-gold);
	color: var(--exg-white);
	font-size: var(--exg-type-body-lg-size);
	line-height: var(--exg-type-body-lg-line);
}

body.exg-understanding-page .exg-understanding-actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--exg-button-gap);
	align-items: center;
	margin-top: var(--exg-stack-actions-gap);
}

body.exg-understanding-page .exg-understanding-main .exg-understanding-button--light.exg-button.exg-button--outline {
	border-color: rgba(255, 255, 255, 0.82);
	color: var(--exg-white) !important;
}

body.exg-understanding-page .exg-understanding-hero__media {
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	background: var(--exg-white);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

body.exg-understanding-page .exg-understanding-hero__media img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

body.exg-understanding-page .exg-understanding-hero__media figcaption {
	padding: var(--exg-space-4) var(--exg-space-5);
	border-top: 1px solid var(--exg-understanding-line);
	color: var(--exg-understanding-copy);
	font-size: var(--exg-type-small-size);
	line-height: var(--exg-type-small-line);
}

body.exg-understanding-page .exg-understanding-section {
	padding-block: var(--exg-section-space);
}

body.exg-understanding-page .exg-understanding-section--surface {
	background: var(--exg-understanding-surface);
}

body.exg-understanding-page .exg-understanding-section-heading {
	max-width: 820px;
	margin-bottom: clamp(36px, 5vw, 56px);
}

body.exg-understanding-page .exg-understanding-section-heading--split {
	display: grid;
	grid-template-columns: minmax(0, 0.96fr) minmax(300px, 0.72fr);
	gap: clamp(32px, 5vw, 64px);
	align-items: end;
	max-width: none;
}

body.exg-understanding-page #main-content#main-content :is(.exg-understanding-section-heading, .exg-understanding-promise__heading, .exg-understanding-cta) h2 {
	margin: 0;
	font-family: var(--exg-display);
	font-size: var(--exg-type-section-size);
	font-weight: var(--exg-weight-display);
	letter-spacing: -0.018em;
	line-height: var(--exg-type-section-line);
	text-transform: uppercase;
	text-wrap: balance;
}

body.exg-understanding-page .exg-understanding-section-heading > p:not(.exg-understanding-eyebrow) {
	margin: 0;
	color: var(--exg-understanding-muted);
	font-size: var(--exg-type-body-lg-size);
	line-height: var(--exg-type-body-lg-line);
}

body.exg-understanding-page .exg-understanding-guide-list {
	display: grid;
	gap: var(--exg-space-7);
}

body.exg-understanding-page .exg-understanding-guide-card {
	overflow: hidden;
	border: 1px solid var(--exg-understanding-line);
	border-top: 6px solid var(--exg-gold);
	border-radius: 8px;
	background: var(--exg-white);
	box-shadow: 0 18px 50px rgba(10, 10, 10, 0.07);
}

body.exg-understanding-page .exg-understanding-guide-card__header {
	display: flex;
	gap: var(--exg-space-5);
	align-items: center;
	padding: clamp(24px, 3vw, 34px) clamp(24px, 4vw, 46px);
	border-bottom: 1px solid var(--exg-understanding-line);
}

body.exg-understanding-page .exg-understanding-guide-card__header .exg-understanding-eyebrow {
	margin-bottom: var(--exg-space-1);
}

body.exg-understanding-page .exg-understanding-guide-card__letter {
	display: inline-flex;
	width: 58px;
	height: 58px;
	flex: 0 0 58px;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background: var(--exg-gold);
	color: var(--exg-black);
	font-family: var(--exg-display);
	font-size: 38px;
	font-weight: var(--exg-weight-display);
	line-height: 1;
}

body.exg-understanding-page #main-content#main-content .exg-understanding-guide-card h3 {
	margin: 0;
	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);
	text-transform: uppercase;
}

body.exg-understanding-page .exg-understanding-feature-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	background: var(--exg-understanding-line);
}

body.exg-understanding-page .exg-understanding-feature {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) 126px;
	gap: var(--exg-space-5);
	align-items: center;
	min-height: 230px;
	padding: clamp(24px, 3vw, 36px);
	background: var(--exg-white);
}

body.exg-understanding-page .exg-understanding-feature__marker img {
	display: block;
	width: 40px;
	height: auto;
}

body.exg-understanding-page #main-content#main-content .exg-understanding-feature h4 {
	margin: 0 0 var(--exg-space-2);
	font-family: var(--exg-display);
	font-size: var(--exg-type-feature-size);
	font-weight: var(--exg-weight-action);
	line-height: var(--exg-type-feature-line);
	text-transform: uppercase;
}

body.exg-understanding-page .exg-understanding-feature p,
body.exg-understanding-page .exg-understanding-standard-layout p,
body.exg-understanding-page .exg-understanding-authentic-layout p {
	margin: 0;
	color: var(--exg-understanding-copy);
	font-size: var(--exg-type-body-size);
	line-height: var(--exg-type-body-line);
}

body.exg-understanding-page .exg-understanding-feature__detail {
	display: block;
	width: 126px;
	max-width: 100%;
	height: auto;
	aspect-ratio: 1;
	border-radius: 6px;
	object-fit: contain;
}

body.exg-understanding-page .exg-understanding-standard-layout,
body.exg-understanding-page .exg-understanding-authentic-layout {
	display: grid;
	grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
	gap: clamp(30px, 5vw, 66px);
	align-items: center;
	padding: clamp(30px, 4vw, 50px);
}

body.exg-understanding-page .exg-understanding-standard-layout__copy,
body.exg-understanding-page .exg-understanding-authentic-layout__copy {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	gap: var(--exg-space-5);
	align-items: start;
}

body.exg-understanding-page .exg-understanding-standard-layout__marker,
body.exg-understanding-page .exg-understanding-authentic-layout__marker {
	display: block;
	width: 48px;
	height: auto;
}

body.exg-understanding-page .exg-understanding-standard-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--exg-space-3);
}

body.exg-understanding-page .exg-understanding-standard-gallery img,
body.exg-understanding-page .exg-understanding-authentic-gallery img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	border-radius: 6px;
	object-fit: contain;
}

body.exg-understanding-page .exg-understanding-authentic-layout__copy {
	grid-template-rows: auto auto;
}

body.exg-understanding-page .exg-understanding-authentic-layout__copy > p {
	grid-column: 2;
}

body.exg-understanding-page .exg-understanding-authentic-layout__copy > p + p {
	margin-top: var(--exg-space-4);
}

body.exg-understanding-page .exg-understanding-note {
	padding: var(--exg-space-4);
	border-left: 4px solid var(--exg-gold);
	background: var(--exg-understanding-surface);
}

body.exg-understanding-page .exg-understanding-authentic-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--exg-space-4);
}

body.exg-understanding-page .exg-understanding-authentic-gallery figure {
	margin: 0;
}

body.exg-understanding-page .exg-understanding-authentic-gallery figcaption {
	padding-top: var(--exg-space-2);
	color: var(--exg-understanding-muted);
	font-size: var(--exg-type-small-size);
	font-weight: var(--exg-weight-semibold);
	line-height: var(--exg-type-small-line);
	text-align: center;
}

body.exg-understanding-page .exg-understanding-promise {
	background: var(--exg-white);
}

body.exg-understanding-page .exg-understanding-promise__heading {
	max-width: 820px;
	margin: 0 auto clamp(40px, 5vw, 58px);
	text-align: center;
}

body.exg-understanding-page .exg-understanding-promise__mark {
	display: block;
	width: min(360px, 76%);
	height: auto;
	margin: 0 auto var(--exg-space-7);
	object-fit: contain;
}

body.exg-understanding-page .exg-understanding-promise__heading > p:not(.exg-understanding-eyebrow) {
	margin: var(--exg-stack-title-gap) auto 0;
	color: var(--exg-understanding-muted);
	font-size: var(--exg-type-body-lg-size);
	line-height: var(--exg-type-body-lg-line);
}

body.exg-understanding-page .exg-understanding-quality-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--exg-space-5);
}

body.exg-understanding-page .exg-understanding-quality-card {
	min-height: 300px;
	padding: clamp(24px, 3vw, 34px);
	border: 1px solid var(--exg-understanding-line);
	border-radius: 7px;
	background: var(--exg-understanding-surface);
	text-align: center;
}

body.exg-understanding-page .exg-understanding-quality-card__icon {
	display: flex;
	height: 104px;
	align-items: center;
	justify-content: center;
	margin-bottom: var(--exg-space-5);
}

body.exg-understanding-page .exg-understanding-quality-card__icon img {
	display: block;
	width: auto;
	max-width: 112px;
	height: auto;
	max-height: 98px;
	object-fit: contain;
}

body.exg-understanding-page #main-content#main-content .exg-understanding-quality-card h3 {
	margin: 0;
	font-family: var(--exg-display);
	font-size: var(--exg-type-card-sm-size);
	font-weight: var(--exg-weight-action);
	line-height: var(--exg-type-card-sm-line);
	text-transform: uppercase;
}

body.exg-understanding-page .exg-understanding-quality-card p {
	margin: var(--exg-space-3) auto 0;
	color: var(--exg-understanding-copy);
	font-size: var(--exg-type-body-size);
	line-height: var(--exg-type-body-line);
}

body.exg-understanding-page .exg-understanding-proof-band {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	gap: var(--exg-space-7);
	align-items: center;
	margin-top: var(--exg-space-7);
	padding: clamp(24px, 3.5vw, 38px) clamp(24px, 4vw, 48px);
	border-radius: 7px;
	background: var(--exg-black);
	color: var(--exg-white);
}

body.exg-understanding-page .exg-understanding-proof-band img {
	display: block;
	width: 150px;
	height: auto;
	object-fit: contain;
}

body.exg-understanding-page .exg-understanding-proof-band ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35em 0;
	margin: 0;
	padding: 0;
	color: var(--exg-gold);
	font-family: var(--exg-display);
	font-size: clamp(22px, 2.2vw, 30px);
	font-weight: var(--exg-weight-action);
	letter-spacing: 0.02em;
	line-height: 1.18;
	list-style: none;
	text-transform: uppercase;
}

body.exg-understanding-page .exg-understanding-proof-band li {
	display: inline-flex;
	align-items: center;
}

body.exg-understanding-page .exg-understanding-proof-band li:not(:last-child)::after {
	width: 1px;
	height: 0.9em;
	margin-inline: 0.55em;
	background: var(--exg-white);
	content: "";
}

body.exg-understanding-page .exg-understanding-cta {
	border-top: 4px solid var(--exg-gold);
	background: var(--exg-black);
	color: var(--exg-white);
}

body.exg-understanding-page .exg-understanding-cta__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: clamp(32px, 6vw, 88px);
	align-items: center;
	padding-block: var(--exg-section-space-compact);
}

body.exg-understanding-page #main-content#main-content .exg-understanding-cta h2 {
	color: var(--exg-white);
}

body.exg-understanding-page .exg-understanding-cta p:not(.exg-understanding-eyebrow) {
	max-width: 660px;
	margin: var(--exg-stack-title-gap) 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: var(--exg-type-body-lg-size);
	line-height: var(--exg-type-body-lg-line);
}

body.exg-understanding-page .exg-understanding-cta .exg-understanding-actions {
	justify-content: flex-end;
	margin-top: 0;
}

@media (hover: hover) and (pointer: fine) {
	body.exg-understanding-page .exg-understanding-main .exg-button--primary:hover {
		border-color: var(--exg-white);
		background: var(--exg-white);
		color: var(--exg-black);
	}

	body.exg-understanding-page .exg-understanding-main .exg-understanding-button--light.exg-button.exg-button--outline:hover {
		border-color: var(--exg-gold);
		background: var(--exg-gold);
		color: var(--exg-black) !important;
	}
}

@media (max-width: 1020px) {
	body.exg-understanding-page .exg-understanding-hero__inner {
		grid-template-columns: minmax(0, 0.9fr) minmax(400px, 1.1fr);
		gap: 36px;
	}

	body.exg-understanding-page .exg-understanding-feature {
		grid-template-columns: 40px minmax(0, 1fr);
	}

	body.exg-understanding-page .exg-understanding-feature__detail {
		grid-column: 1 / -1;
		width: 100%;
		max-height: 220px;
	}

	body.exg-understanding-page .exg-understanding-standard-layout,
	body.exg-understanding-page .exg-understanding-authentic-layout {
		grid-template-columns: 1fr;
	}

	body.exg-understanding-page .exg-understanding-quality-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.exg-understanding-page .exg-understanding-cta__inner {
		grid-template-columns: 1fr;
	}

	body.exg-understanding-page .exg-understanding-cta .exg-understanding-actions {
		justify-content: flex-start;
	}
}

@media (max-width: 800px) {
	body.exg-understanding-page .exg-understanding-hero__inner,
	body.exg-understanding-page .exg-understanding-section-heading--split {
		grid-template-columns: 1fr;
	}

	body.exg-understanding-page .exg-understanding-hero__inner {
		min-height: 0;
		padding-block: 58px;
	}

	body.exg-understanding-page .exg-understanding-hero__copy {
		max-width: 690px;
	}

	body.exg-understanding-page .exg-understanding-hero__media {
		max-width: 690px;
	}

	body.exg-understanding-page .exg-understanding-feature-grid {
		grid-template-columns: 1fr;
	}

	body.exg-understanding-page .exg-understanding-feature {
		grid-template-columns: 42px minmax(0, 1fr) 160px;
	}

	body.exg-understanding-page .exg-understanding-feature__detail {
		grid-column: auto;
		width: 160px;
	}
}

@media (max-width: 640px) {
	body.exg-understanding-page .exg-understanding-container {
		width: min(100% - 32px, 1180px);
	}

	body.exg-understanding-page .exg-understanding-actions,
	body.exg-understanding-page .exg-understanding-actions .exg-button {
		width: 100%;
	}

	body.exg-understanding-page .exg-understanding-main .exg-button {
		min-height: 44px;
		padding: 8px 16px;
	}

	body.exg-understanding-page .exg-understanding-hero__media figcaption {
		padding: var(--exg-space-3) var(--exg-space-4);
		font-size: var(--exg-type-caption-size);
		line-height: var(--exg-type-caption-line);
	}

	body.exg-understanding-page .exg-understanding-guide-card__header {
		align-items: flex-start;
		padding: 22px 20px;
	}

	body.exg-understanding-page .exg-understanding-guide-card__letter {
		width: 48px;
		height: 48px;
		flex-basis: 48px;
		font-size: 32px;
	}

	body.exg-understanding-page .exg-understanding-feature {
		grid-template-columns: 38px minmax(0, 1fr);
		padding: 22px 20px;
	}

	body.exg-understanding-page .exg-understanding-feature__detail {
		grid-column: 1 / -1;
		width: 100%;
		max-height: none;
	}

	body.exg-understanding-page .exg-understanding-standard-layout,
	body.exg-understanding-page .exg-understanding-authentic-layout {
		padding: 24px 20px;
	}

	body.exg-understanding-page .exg-understanding-standard-layout__copy,
	body.exg-understanding-page .exg-understanding-authentic-layout__copy {
		grid-template-columns: 42px minmax(0, 1fr);
		gap: var(--exg-space-4);
	}

	body.exg-understanding-page .exg-understanding-standard-layout__marker,
	body.exg-understanding-page .exg-understanding-authentic-layout__marker {
		width: 40px;
	}

	body.exg-understanding-page .exg-understanding-standard-gallery,
	body.exg-understanding-page .exg-understanding-authentic-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.exg-understanding-page .exg-understanding-quality-grid {
		grid-template-columns: 1fr;
	}

	body.exg-understanding-page .exg-understanding-quality-card {
		min-height: 0;
	}

	body.exg-understanding-page .exg-understanding-proof-band {
		grid-template-columns: 1fr;
		text-align: center;
	}

	body.exg-understanding-page .exg-understanding-proof-band img {
		margin-inline: auto;
	}

	body.exg-understanding-page .exg-understanding-proof-band ul {
		flex-direction: column;
		align-items: center;
		gap: var(--exg-space-3);
	}

	body.exg-understanding-page .exg-understanding-proof-band li {
		display: block;
	}

	body.exg-understanding-page .exg-understanding-proof-band li::after {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.exg-understanding-page .exg-understanding-main {
		scroll-behavior: auto;
	}
}
