/**
 * Testimonials — stacked on small screens, two columns from 64rem.
 */

.loscabos-testimonials {
	background: var(--suonum-color-surface);
	padding: 3.5rem 0 4rem;
}

.loscabos-testimonials__inner {
	width: min(100% - 2.5rem, 72rem);
	margin-inline: auto;
	display: grid;
	gap: 2rem;
}

.loscabos-testimonials__header {
	display: grid;
	gap: 0.75rem;
}

.loscabos-testimonials__eyebrow {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin: 0;
	color: var(--loscabos-mar);
	font-family: var(--suonum-font-sans);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.loscabos-testimonials__eyebrow::before,
.loscabos-testimonials__eyebrow::after {
	content: "";
	display: block;
	width: 1.15rem;
	height: 1px;
	background: currentColor;
}

.loscabos-testimonials__eyebrow::after {
	display: none;
}

.loscabos-testimonials__title {
	margin: 0;
	color: var(--loscabos-tinta);
	font-family: var(--suonum-font-display);
	font-size: clamp(2rem, 7vw, 2.85rem);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -0.03em;
	text-transform: uppercase;
}

.loscabos-testimonials__list {
	display: grid;
	gap: 1.15rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.loscabos-testimonial {
	display: flex;
	flex-direction: column;
	padding: 1.5rem 1.35rem 1.55rem;
	background: var(--loscabos-arena);
	border: 1px solid var(--suonum-color-border);
	border-radius: var(--suonum-radius);
}

.loscabos-testimonial__mark {
	display: block;
	margin: 0 0 0.35rem;
	color: var(--loscabos-aprendizaje);
	font-family: var(--suonum-font-display);
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 0.7;
}

.loscabos-testimonial__quote {
	margin: 0;
}

.loscabos-testimonial__quote p {
	margin: 0;
	color: var(--loscabos-tinta);
	font-family: var(--suonum-font-sans);
	font-size: 1.08rem;
	font-style: italic;
	font-weight: 400;
	line-height: 1.55;
}

.loscabos-testimonial__author {
	display: grid;
	gap: 0.2rem;
	margin-top: auto;
	padding-top: 1.25rem;
}

.loscabos-testimonial__name {
	color: var(--loscabos-mar);
	font-family: var(--suonum-font-sans);
	font-size: 0.98rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.loscabos-testimonial__role {
	color: var(--suonum-color-muted);
	font-size: 0.88rem;
	line-height: 1.4;
}

@media (min-width: 64rem) {
	.loscabos-testimonials {
		padding: 5.25rem 0 5.75rem;
	}

	.loscabos-testimonials__inner {
		gap: 2.75rem;
	}

	.loscabos-testimonials__header {
		justify-items: center;
		text-align: center;
	}

	.loscabos-testimonials__eyebrow::after {
		display: block;
	}

	.loscabos-testimonials__title {
		font-size: clamp(2.4rem, 3.4vw, 3.15rem);
	}

	.loscabos-testimonials__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.75rem;
		align-items: stretch;
	}

	.loscabos-testimonial {
		padding: 1.85rem 1.75rem 1.8rem;
	}

	.loscabos-testimonial__quote p {
		font-size: 1.15rem;
	}
}
