.about-overhaul {
	--about-yellow: #f5d200;
	--about-ink: #151515;
	--about-paper: #fff;
	--about-surface: #f3f4f3;
	--about-line: #dfe1df;
	--about-muted: #5b5f5d;
	--about-shell: 90rem;
	--about-gutter: 68px;
	--about-grid-gap: 28px;
	overflow: clip;
	background: var(--about-paper);
	color: var(--about-ink);
	font-family: "Hanken Grotesk", system-ui, sans-serif;
	font-synthesis: none;
	-webkit-font-smoothing: antialiased;
}

.about-overhaul,
.about-overhaul * {
	box-sizing: border-box;
}

.about-overhaul :where(h1, h2, h3, p, figure, blockquote) {
	margin-top: 0;
}

.about-overhaul > section {
	margin: 0 !important;
}

.about-overhaul a {
	color: inherit;
}

.about-overhaul .fa-calendar-alt::before {
	content: "\f073";
}

.about-overhaul .fa-shield-alt::before {
	content: "\f3ed";
}

.about-overhaul .fa-award::before {
	content: "\f559";
}

.about-overhaul .fa-arrow-right::before {
	content: "\f061";
}

.about-overhaul .fa-check-circle::before {
	content: "\f058";
}

.about-overhaul .fa-clipboard-list::before {
	content: "\f46d";
}

.about-overhaul .fa-drafting-compass::before {
	content: "\f568";
}

.about-overhaul .fa-hard-hat::before {
	content: "\f807";
}

.about-overhaul .fa-desktop::before {
	content: "\f108";
}

.about-shell {
	box-sizing: border-box;
	width: 100%;
	max-width: var(--about-shell);
	margin-inline: auto;
	padding-inline: var(--about-gutter);
}

.about-section {
	padding-block: clamp(60px, 6vw, 88px);
}

.about-overhaul .about-kicker {
	display: flex;
	gap: 10px;
	align-items: center;
	margin: 0 0 14px !important;
	color: #6b6d6b;
	font-family: "Archivo", sans-serif;
	font-size: 11px;
	font-stretch: 88%;
	font-weight: 800;
	font-variation-settings: "wdth" 88, "wght" 800;
	letter-spacing: 0.16em;
	line-height: 1.25;
	text-transform: uppercase;
}

.about-overhaul .about-kicker--light {
	color: rgba(255, 255, 255, 0.72);
}

.about-heading {
	max-width: 720px;
	margin-bottom: 46px;
}

.about-heading--center {
	margin-inline: auto;
	text-align: center;
}

.about-overhaul .about-heading--center .about-kicker {
	justify-content: center;
}

.about-overhaul .about-heading h2,
.about-overhaul .about-people__copy h2,
.about-overhaul .about-closing h2,
.about-overhaul .about-story__copy h2 {
	margin: 0;
	font-family: "Archivo", sans-serif;
	font-stretch: 84%;
	font-weight: 800;
	font-variation-settings: "wdth" 84, "wght" 800;
	letter-spacing: -0.02em;
	line-height: 1.02;
	text-transform: none;
}

.about-overhaul .about-heading h2 {
	font-size: clamp(34px, 3.5vw, 48px);
}

.about-overhaul .about-heading--light h2 {
	color: #fff !important;
}

.about-button {
	display: inline-flex;
	gap: 16px;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 15px 28px;
	border: 2px solid transparent;
	font-family: "Archivo", sans-serif;
	font-size: 13px;
	font-stretch: 90%;
	font-weight: 800;
	font-variation-settings: "wdth" 90, "wght" 800;
	letter-spacing: 0.055em;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.about-button--yellow {
	background: var(--about-yellow);
	color: #101010 !important;
}

.about-button--yellow:hover,
.about-button--yellow:focus {
	background: #fff;
	color: #101010 !important;
}

.about-button:active {
	transform: translateY(1px);
}

.about-button:focus-visible,
.about-link:focus-visible {
	outline: 3px solid var(--about-yellow);
	outline-offset: 4px;
}

.about-link {
	display: inline-block;
	padding-bottom: 4px;
	border-bottom: 2px solid var(--about-yellow);
	font-family: "Archivo", sans-serif;
	font-size: 12px;
	font-stretch: 90%;
	font-weight: 800;
	font-variation-settings: "wdth" 90, "wght" 800;
	letter-spacing: 0.055em;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
}

.about-link--light {
	color: #fff !important;
}

.about-link--quiet {
	border-bottom-color: rgba(255, 255, 255, 0.28);
	color: rgba(255, 255, 255, 0.76) !important;
}

.about-link--quiet:hover,
.about-link--quiet:focus {
	border-bottom-color: var(--about-yellow);
	color: #fff !important;
}

.about-actions {
	display: flex;
	flex-wrap: nowrap;
	gap: 26px;
	align-items: center;
	margin-top: 28px;
}

.about-actions a {
	white-space: nowrap;
}

.about-hero {
	display: grid;
	grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
	min-height: 650px;
	background: var(--about-ink);
}

.about-hero__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 58px 28px 58px max(var(--about-gutter), calc((100vw - var(--about-shell)) / 2 + var(--about-gutter)));
	background-color: var(--about-ink);
	background-image: url("../img/checkers-black.svg");
	background-blend-mode: multiply;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 72% auto;
}

.about-overhaul .about-hero h1 {
	max-width: 9em;
	margin: 0;
	color: #fff !important;
	font-family: "Archivo", sans-serif;
	font-size: clamp(46px, 3.8vw, 60px);
	font-stretch: 84%;
	font-weight: 800;
	font-variation-settings: "wdth" 84, "wght" 800;
	letter-spacing: -0.026em;
	line-height: 0.96;
	text-wrap: balance;
	text-transform: uppercase;
}

.about-overhaul .about-hero h1 span {
	display: block;
	color: var(--about-yellow);
}

.about-overhaul .about-hero__intro {
	max-width: 555px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 16px;
	line-height: 1.55;
}

.about-hero__media {
	min-width: 0;
	background: #30312f;
	overflow: hidden;
}

.about-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 470px;
	object-fit: cover;
	object-position: 48% center;
}

.about-proof {
	padding-block: 24px;
	border-bottom: 1px solid var(--about-line);
	background: #fff;
}

.about-proof__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-proof__item {
	display: flex;
	gap: 16px;
	align-items: center;
	min-width: 0;
	padding-inline: var(--about-grid-gap);
	border-left: 1px solid var(--about-line);
}

.about-proof__item:first-child {
	padding-left: 0;
	border-left: 0;
}

.about-proof__item:last-child {
	padding-right: 0;
}

.about-proof__item i {
	width: 30px;
	color: #414340;
	font-size: 24px;
	text-align: center;
}

.about-proof__item span,
.about-proof__item strong {
	display: block;
	font-family: "Archivo", sans-serif;
	text-transform: uppercase;
}

.about-proof__item span {
	color: #686b68;
	font-size: 9px;
	font-stretch: 90%;
	font-weight: 600;
	font-variation-settings: "wdth" 90, "wght" 600;
	letter-spacing: 0.09em;
	line-height: 1.45;
}

.about-proof__item strong {
	margin-bottom: 3px;
	color: var(--about-ink);
	font-size: clamp(18px, 1.55vw, 23px);
	font-stretch: 88%;
	font-weight: 700;
	font-variation-settings: "wdth" 88, "wght" 700;
	letter-spacing: -0.01em;
	line-height: 1.05;
}

.about-story {
	background: var(--about-paper);
}

.about-story .about-shell {
	max-width: 105rem;
}

.about-story__main {
	display: grid;
	grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
	align-items: stretch;
}

.about-story__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: clamp(42px, 4vw, 62px) clamp(38px, 4.2vw, 64px) clamp(42px, 4vw, 62px) 0;
}

.about-overhaul .about-story__copy h2 {
	max-width: none;
	margin: 0 0 28px;
	font-size: clamp(38px, 3.25vw, 48px);
	line-height: 1.02;
}

.about-overhaul .about-story__copy p {
	max-width: 43em;
	margin-bottom: 18px;
	color: var(--about-muted);
	font-size: 15px;
	line-height: 1.65;
}

.about-overhaul .about-story__copy .about-story__lead {
	color: var(--about-ink);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.62;
}

.about-overhaul .about-story__copy p:last-child {
	margin-bottom: 0;
}

.about-story__manifesto {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: clamp(48px, 4.8vw, 76px);
	background-color: #111;
	background-image: url("../img/checkers-black.svg");
	background-blend-mode: multiply;
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.about-overhaul .about-story__statement {
	max-width: 15em;
	margin: 0;
	color: var(--about-yellow);
	font-family: "Archivo", sans-serif;
	font-size: clamp(32px, 3.15vw, 48px);
	font-stretch: 80%;
	font-weight: 800;
	font-variation-settings: "wdth" 80, "wght" 800;
	letter-spacing: -0.018em;
	line-height: 1.06;
	text-transform: uppercase;
}

.about-story__manifesto-rule {
	display: block;
	width: 116px;
	height: 4px;
	margin: 34px 0 28px;
	background: var(--about-yellow);
}

.about-overhaul .about-story__manifesto-support {
	max-width: 28em;
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 17px;
	font-weight: 650;
	line-height: 1.5;
}

.about-story__evidence {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--about-line);
	border-bottom: 1px solid var(--about-line);
	background: #fafafa;
	list-style: none;
}

.about-story__evidence li {
	min-width: 0;
	padding: 28px 32px 30px;
	border-left: 1px solid var(--about-line);
}

.about-story__evidence li:first-child {
	border-left: 0;
}

.about-overhaul .about-story__evidence h3 {
	width: fit-content;
	margin: 0 0 14px;
	padding-bottom: 9px;
	border-bottom: 3px solid var(--about-yellow);
	color: var(--about-ink);
	font-family: "Archivo", sans-serif;
	font-size: 14px;
	font-stretch: 86%;
	font-weight: 800;
	font-variation-settings: "wdth" 86, "wght" 800;
	letter-spacing: 0.025em;
	line-height: 1.2;
	text-transform: uppercase;
}

.about-overhaul .about-story__evidence p {
	max-width: 27em;
	margin: 0;
	color: var(--about-muted);
	font-size: 13.5px;
	line-height: 1.55;
}
.about-accountability {
	background: var(--about-surface);
}

.about-accountability__steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.about-accountability__step {
	position: relative;
	min-width: 0;
	padding: 0 var(--about-grid-gap) 5px;
	border-left: 1px solid #ced1ce;
	text-align: center;
}

.about-accountability__step:first-child {
	padding-left: 0;
	border-left: 0;
}

.about-accountability__step:last-child {
	padding-right: 0;
}

.about-accountability__icon {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 25px;
}

.about-accountability__icon i {
	color: #262726;
	font-size: 35px;
}

.about-overhaul .about-accountability__step h3 {
	margin: 0 0 13px;
	color: var(--about-ink);
	font-family: "Archivo", sans-serif;
	font-size: 21px;
	font-stretch: 86%;
	font-weight: 800;
	font-variation-settings: "wdth" 86, "wght" 800;
	letter-spacing: -0.015em;
	line-height: 1.08;
	text-transform: none;
}

.about-overhaul .about-accountability__step p {
	margin: 0;
	color: var(--about-muted);
	font-size: 14px;
	line-height: 1.6;
}

.about-people {
	display: grid;
	grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
	min-height: clamp(620px, 47vw, 850px);
	background: var(--about-ink);
}

.about-people__media {
	min-height: inherit;
	overflow: hidden;
}

.about-people__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 52% center;
}

.about-people__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(64px, 5vw, 82px) var(--about-gutter) clamp(64px, 5vw, 82px) clamp(46px, 4vw, 68px);
	border-left: 2px solid var(--about-yellow);
	background-color: #111;
	background-image: url("../img/checkers-black.svg");
	background-blend-mode: multiply;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 70% auto;
}

.about-overhaul .about-people__copy h2 {
	max-width: 9em;
	margin-bottom: 30px;
	color: #fff !important;
	font-size: clamp(52px, 4.4vw, 70px);
	font-stretch: 72%;
	font-variation-settings: "wdth" 72, "wght" 800;
	line-height: 0.93;
	text-transform: uppercase;
}

.about-overhaul .about-people__copy .about-kicker {
	color: var(--about-yellow);
}

.about-overhaul .about-people__copy h2 span {
	display: block;
	color: var(--about-yellow);
}

.about-overhaul .about-people__copy > p:not(.about-kicker) {
	max-width: 40em;
	margin: 0;
	padding: 22px 0 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.28);
	color: rgba(255, 255, 255, 0.82);
	font-size: 15px;
	line-height: 1.58;
}

.about-people__proof {
	display: grid;
	grid-template-columns: 84px minmax(0, 1fr);
	gap: 22px;
	align-items: center;
	max-width: 40em;
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.28);
	border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.about-people__award-icon {
	display: flex;
	align-items: center;
	align-self: stretch;
	justify-content: center;
	border-right: 1px solid rgba(255, 255, 255, 0.35);
	color: var(--about-yellow);
	font-size: 54px;
}

.about-people__award-copy > span,
.about-people__award-copy > strong {
	display: block;
	font-family: "Archivo", sans-serif;
}

.about-people__award-copy > span {
	margin-bottom: 4px;
	color: var(--about-yellow);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.about-people__award-copy > strong {
	margin-bottom: 6px;
	color: #fff;
	font-size: 20px;
	font-weight: 800;
}

.about-overhaul .about-people__proof p {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
}

.about-people__links {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 42px;
	align-items: center;
	margin-top: 30px;
}

.about-people__links .about-link {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	padding-bottom: 0;
	border-bottom: 0;
	font-size: 14px;
	letter-spacing: 0;
	text-transform: none;
}

.about-people__links .about-link i {
	color: var(--about-yellow);
	font-size: 12px;
	transition: transform 160ms ease;
}

.about-people__links .about-link:hover i,
.about-people__links .about-link:focus i {
	transform: translateX(4px);
}

.about-closing {
	background-color: var(--about-ink);
	background-image: url("../img/checkers-black.svg");
	background-blend-mode: multiply;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 52% auto;
}

.about-closing__inner {
	display: flex;
	gap: 40px;
	align-items: center;
	justify-content: space-between;
	min-height: 190px;
	padding-block: 56px;
}

.about-closing__actions {
	display: flex;
	gap: 24px;
	align-items: center;
}

.about-closing__phone {
	display: flex;
	flex-direction: column;
	color: #fff !important;
	text-decoration: none;
}

.about-closing__phone strong {
	font-family: "Archivo", sans-serif;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}

.about-closing__phone span {
	margin-top: 3px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
}

.about-closing__phone:hover strong,
.about-closing__phone:focus strong {
	color: var(--about-yellow);
}

.about-closing__phone:focus-visible {
	outline: 3px solid var(--about-yellow);
	outline-offset: 5px;
}

.about-overhaul .about-closing h2 {
	max-width: 10em;
	color: #fff !important;
	font-size: clamp(36px, 3.5vw, 48px);
	text-transform: uppercase;
}

.about-overhaul .about-closing h2 span {
	display: block;
	color: var(--about-yellow);
}

@media (max-width: 1180px) {
	.about-overhaul {
		--about-gutter: 44px;
	}
}

@media (max-width: 900px) {
	.about-hero {
		grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
	}

	.about-hero__copy {
		padding-right: 24px;
	}

	.about-overhaul .about-hero h1 {
		font-size: clamp(44px, 6vw, 56px);
	}

	.about-proof__item {
		gap: 12px;
		padding-inline: 18px;
	}

	.about-proof__item i {
		width: 27px;
		font-size: 22px;
	}

	.about-accountability__steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 42px 0;
	}

	.about-story__main {
		grid-template-columns: 1fr;
	}

	.about-story__copy {
		grid-column: auto;
		padding: 0 0 44px;
	}

	.about-story__manifesto {
		padding: 52px 48px;
	}

	.about-people {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		min-height: 620px;
	}

	.about-people__copy {
		padding-right: var(--about-gutter);
		padding-left: var(--about-gutter);
	}

	.about-accountability__step:nth-child(odd) {
		padding-left: 0;
		border-left: 0;
	}

	.about-accountability__step:nth-child(even) {
		padding-right: 0;
	}

}

@media (max-width: 800px) {
	.about-actions {
		align-items: flex-start;
		flex-direction: column;
		gap: 18px;
	}
}

@media (max-width: 680px) {
	.about-overhaul {
		--about-gutter: 22px;
	}

	.about-section {
		padding-block: 56px;
	}

	.about-hero {
		grid-template-columns: 1fr;
	}

	.about-hero__copy {
		padding: 52px var(--about-gutter) 44px;
	}

	.about-overhaul .about-hero h1 {
		font-size: clamp(43px, 13vw, 56px);
	}

	.about-hero__media {
		aspect-ratio: 4 / 3;
		min-height: 0;
	}

	.about-hero__media img {
		min-height: 0;
		max-height: none;
		object-position: center;
	}

	.about-proof {
		padding-block: 5px;
	}

	.about-proof__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.about-proof__item,
	.about-proof__item:first-child,
	.about-proof__item:last-child {
		padding: 20px 12px;
		border-left: 0;
		border-top: 1px solid var(--about-line);
	}

	.about-proof__item:nth-child(-n + 2) {
		border-top: 0;
	}

	.about-proof__item:nth-child(even) {
		border-left: 1px solid var(--about-line);
	}

	.about-people {
		grid-template-columns: 1fr;
	}

	.about-story__main {
		display: block;
	}

	.about-story__copy {
		padding-bottom: 40px;
	}

	.about-overhaul .about-story__copy h2 {
		font-size: clamp(34px, 10vw, 44px);
	}

	.about-story__manifesto {
		padding: 38px 26px 42px;
		background-size: 140% auto;
	}

	.about-overhaul .about-story__statement {
		font-size: clamp(30px, 9vw, 39px);
	}

	.about-story__manifesto-rule {
		width: 84px;
		margin: 26px 0 22px;
	}

	.about-overhaul .about-story__manifesto-support {
		font-size: 15px;
	}

	.about-story__evidence {
		grid-template-columns: 1fr;
	}

	.about-story__evidence li,
	.about-story__evidence li:first-child,
	.about-story__evidence li:last-child {
		padding: 24px 0;
		border-top: 1px solid var(--about-line);
		border-left: 0;
	}

	.about-story__evidence li:first-child {
		border-top: 0;
	}

	.about-accountability__steps {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.about-accountability__step,
	.about-accountability__step:first-child,
	.about-accountability__step:last-child,
	.about-accountability__step:nth-child(odd),
	.about-accountability__step:nth-child(even) {
		padding: 27px 0;
		border-top: 1px solid #ced1ce;
		border-left: 0;
	}

	.about-accountability__step:first-child {
		border-top: 0;
	}

	.about-people__media {
		min-height: 360px;
		max-height: 480px;
	}

	.about-people__copy {
		background-color: #1b1b1b;
		border-top: 2px solid var(--about-yellow);
		border-left: 0;
		padding: 56px var(--about-gutter);
	}

	.about-overhaul .about-people__copy h2 {
		font-size: clamp(42px, 12vw, 56px);
	}

	.about-people__proof {
		grid-template-columns: 66px minmax(0, 1fr);
		gap: 18px;
	}

	.about-people__award-icon {
		font-size: 44px;
	}

	.about-closing__inner {
		align-items: flex-start;
		flex-direction: column;
		padding-block: 56px;
	}

	.about-closing__actions {
		width: 100%;
		align-items: stretch;
		flex-direction: column;
	}
}

@media (max-width: 460px) {
	.about-button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.about-overhaul *,
	.about-overhaul *::before,
	.about-overhaul *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
