/* PEIBWA testimonial (Lake block). Contained rounded photo band; the quote
   bubble / cite text styles come from main.css (.peibwa-testimonial__quote /
   __cite, scoped to the .peibwa-testimonial ancestor class on the section). */

.lake-root .b-peibwa-testimonial {
	padding: 0 2rem;
}

.lake-root .b-peibwa-testimonial .inner {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 520px;
	border-radius: 24px;
	overflow: hidden;
	padding: 2.5rem;
}

.lake-root .b-peibwa-testimonial.short .inner {
	min-height: 380px;
}

.lake-root .b-peibwa-testimonial .media,
.lake-root .b-peibwa-testimonial .scrim {
	position: absolute;
	inset: 0;
}

.lake-root .b-peibwa-testimonial .media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 0 -225px;
	display: block;
}

.lake-root .b-peibwa-testimonial .scrim {
	background: rgba(0, 0, 0, 0.1);
}

.lake-root .b-peibwa-testimonial .content {
	position: relative;
	max-width: var(--brand-maxw, 1280px);
	margin:0 auto;
}

@media (max-width: 600px) {
	.lake-root .b-peibwa-testimonial {
		padding: 0 1.25rem;
	}

	.lake-root .b-peibwa-testimonial .inner {
		border-radius: 16px;
		padding: 1.5rem;
	}
}
