/*/ ========================================================================
	Accolades (v2)
	Uniform three-column recreation of the second Accolades design canvas.
	Every column shares one format: a two-line quote, an "In Mississippi"
	qualifier, source, and year. Laurels come from accolades-left.svg /
	accolades-right.svg (recolored white); type is set live in Futura PT.
	Flex layout centers each column's stack and scales via cqw on the
	1140 x 226 grid. Sits over the dark header video.
======================================================================== /*/

.accolades2 {
	container-type: inline-size;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	aspect-ratio: 1140 / 226;
	color: #fff;
	font-family: futura-pt, sans-serif;
	line-height: 1;
}

/*/ Laurels /*/

.accolades2-laurel {
	flex: 0 0 auto;
	height: 100%;
	width: auto;
	/* Recolor the dark (#231f20) source SVGs to pure white */
	filter: brightness(0) invert(1);
}

/*/ Divider rules /*/

.accolades2-divider {
	flex: 0 0 0.18cqw;
	align-self: center;
	height: 72.5%;
	background: #fff;
}

/*/ Text columns /*/

.accolades2-col {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.accolades2-col-1 {flex: 0 0 25.53%;}
.accolades2-col-2 {flex: 0 0 33.68%;}
.accolades2-col-3 {flex: 0 0 25.18%;}

.accolades2-quote {
	margin: 0;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 3.16cqw;
	line-height: 3.6cqw;
	letter-spacing: 0.01em;
}

.accolades2-qualifier {
	margin: 0.18cqw 0 0;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 2.11cqw;
	line-height: 1.05;
	letter-spacing: 0.01em;
}

.accolades2-source {
	margin: 1.23cqw 0 0;
	font-weight: 400;
	font-size: 1.84cqw;
	line-height: 2.28cqw;
}

.accolades2-year {
	margin: 1.05cqw 0 0;
	font-family: futura-pt-condensed, sans-serif;
	font-weight: 700;
	font-size: 2.63cqw;
}
