.streamline-legacy-about-page {
	background: #ffffff;
	color: #0f0f10;
	font-family: "Montserrat", sans-serif;
}

.streamline-legacy-about-banner {
	align-items: center;
	background-color: #111111;
	background-image: var(--streamline-legacy-about-banner-image);
	background-position: center;
	background-size: cover;
	color: #ffffff;
	display: flex;
	isolation: isolate;
	min-height: clamp(320px, var(--streamline-legacy-about-banner-height, 58vh), 620px);
	position: relative;
}

.streamline-legacy-about-banner__overlay {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.22) 48%, rgba(0, 0, 0, 0.52) 100%);
	inset: 0;
	position: absolute;
	z-index: -1;
}

.streamline-legacy-about-banner__content {
	margin: 0 auto;
	max-width: 1280px;
	padding: clamp(52px, 8vw, 112px) 24px;
	width: 100%;
}

.streamline-legacy-about-banner h1 {
	color: inherit;
	font-family: var(--wp--preset--font-family--streamline-serif);
	font-size: clamp(3rem, 7vw, 6.2rem);
	font-weight: 400;
	line-height: 0.95;
	margin: 0;
	max-width: 760px;
}

.streamline-legacy-about-banner p {
	color: #f7f3ec;
	font-size: clamp(1rem, 1.4vw, 1.25rem);
	margin: 18px 0 0;
	max-width: 680px;
}

.streamline-legacy-about-button {
	background: #ffffff;
	border: 1px solid #ffffff;
	color: #221d1d;
	display: inline-flex;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-top: 28px;
	padding: 13px 18px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.streamline-legacy-about-button:hover,
.streamline-legacy-about-button:focus {
	background: transparent;
	color: #ffffff;
}

.streamline-legacy-about-content {
	padding: 60px 0;
}

.streamline-legacy-about-content__inner {
	align-items: center;
	display: grid;
	gap: clamp(28px, 4vw, 58px);
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
	margin: 0 auto;
	max-width: 1280px;
	padding: 0 24px;
}

.streamline-legacy-about-content__text {
	color: #2d2d2d;
	font-family: "Montserrat", sans-serif;
	font-size: 16.932px;
	line-height: 1.65;
}

.streamline-legacy-about-content__text h1,
.streamline-legacy-about-content__text h2,
.streamline-legacy-about-content__text h3 {
	color: #0f0f10;
	font-family: "Marcellus", serif;
	font-weight: 500;
	line-height: 1;
	margin: 0 0 43px;
}

.streamline-legacy-about-content__text h2 {
	font-size: 32.4px;
}

.streamline-legacy-about-content__text p {
	margin: 0 0 1.1em;
}

.streamline-legacy-about-content__text p:last-child {
	margin-bottom: 0;
}

.streamline-legacy-about-content__media {
	background: #ebe6dc;
	overflow: hidden;
}

.streamline-legacy-about-content__media img {
	display: block;
	height: auto;
	width: 100%;
}

@media (max-width: 860px) {
	.streamline-legacy-about-content__inner {
		grid-template-columns: 1fr;
	}

	.streamline-legacy-about-content__media {
		order: -1;
	}
}

@media (max-width: 620px) {
	.streamline-legacy-about-banner {
		min-height: 360px;
	}

	.streamline-legacy-about-content {
		padding: 42px 0;
	}

	.streamline-legacy-about-content__text {
		font-size: 14px;
	}

	.streamline-legacy-about-content__text h2 {
		font-size: 32px;
		margin-bottom: 28px;
	}
}

/* About content typography only. */
.streamline-legacy-about-content__text {
	font-size: 18px;
	line-height: 1.68;
}

.streamline-legacy-about-content__text h1,
.streamline-legacy-about-content__text h2,
.streamline-legacy-about-content__text h3 {
	font-size: 40px;
}

@media (max-width: 620px) {
	.streamline-legacy-about-content__text {
		font-size: 15px;
	}

	.streamline-legacy-about-content__text h1,
	.streamline-legacy-about-content__text h2,
	.streamline-legacy-about-content__text h3 {
		font-size: 34px;
	}
}
