.om-proof-case-grid__header {
	margin-bottom: 56px;
}
@media (max-width: 1024px) {
	.om-proof-case-grid__header { margin-bottom: 30px; }
}
.om-proof-case-grid__header .om-page-header__heading {
	margin-top: 0;
}
.om-proof-case-section .om-page-header__intro {
	max-width: 540px;
}
.om-proof-cases {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
	gap: 22px;
}
.om-proof-case {
	border: 1px solid hsl(45deg 17% 82% / 75%);
	background: #fff;
	padding: 40px 24px;
	position: relative;
	color: var(--om-ink);
	transition: border-color .2s ease, transform .2s ease, opacity .5s cubic-bezier(.16, 1, .3, 1);
}
.om-proof-case:hover {
	border-color: var(--om-gold);
	transform: translateY(-3px);
}
.om-reveal .om-proof-case { opacity: 0; }
.om-reveal--in .om-proof-case { opacity: 1; }
.om-reveal .om-proof-case:nth-child(1) { transition-delay: 0ms, 0ms, 0ms; }
.om-reveal .om-proof-case:nth-child(2) { transition-delay: 0ms, 0ms, 80ms; }
.om-reveal .om-proof-case:nth-child(3) { transition-delay: 0ms, 0ms, 160ms; }
.om-reveal .om-proof-case:nth-child(4) { transition-delay: 0ms, 0ms, 240ms; }
.om-reveal .om-proof-case:nth-child(n+5) { transition-delay: 0ms, 0ms, 320ms; }
@media (prefers-reduced-motion: reduce) {
	.om-proof-case:hover { transform: none; }
	.om-reveal .om-proof-case { opacity: 1; transition: none; }
}
.om-proof-case__seal {
	position: absolute;
	top: 20px;
	right: 20px;
}
.om-proof-case__label {
	font-family: var(--om-font-mono);
	font-weight: 500;
	font-size: 11px;
	line-height: 13.2px;
	letter-spacing: .2em;
	color: var(--om-slate-dark);
	text-transform: uppercase;
	display: block;
}
.om-proof-case__label--highlight {
	color: var(--om-flare-deep);
}
.om-proof-case__title {
	color: var(--om-ink);
	margin: 8px 0 0;
	font-family: var(--om-font-serif);
	font-weight: 400;
	font-size: 20px;
	line-height: 26.4px;
	letter-spacing: 0;
}
.om-proof-case__body {
	font-family: var(--om-font-grot);
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0;
	color: var(--om-slate-dark);
	margin: 0;
	padding-top: 24px;
	padding-bottom: 40px;
}
.om-proof-case__body p {
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: hsl(224deg 7% 31% / 80%);
}
.om-proof-case__verdict {
	font-family: var(--om-font-mono);
	font-weight: 400;
	font-size: 10px;
	line-height: 140%;
	letter-spacing: .12em;
	color: #717683;
	text-transform: uppercase;
	border-top: 1px solid rgb(216 212 200 / 75%);
	padding-top: 14px;
	font-variant-numeric: tabular-nums;
}
.om-proof-case__cta {
	margin-top: 21px;
}
@media (max-width: 640px) {
	.om-proof-case { padding: 28px 20px; }
	.om-proof-case__body { padding-top: 18px; padding-bottom: 24px; }
}
