/**
 * "Le matin" section (mockup port step 5, design/BRIEF.md §4.9): the
 * Combo Mañana card on the Lúcuma background.
 */
.bcc-matin {
	background: var(--bcc-lucuma);
	color: var(--bcc-ink);
	padding-block: 100px;
}

@media (width < 860px) {
	.bcc-matin {
		padding-block: 64px;
	}
}

.bcc-matin__wrap {
	width: min(1280px, 100% - 40px);
	margin-inline: auto;
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: 40px;
	align-items: center;
}

@media (width < 900px) {
	.bcc-matin__wrap {
		grid-template-columns: 1fr;
	}
}

.bcc-matin__title {
	font-family: var(--bcc-font-display);
	font-weight: 900;
	font-size: clamp(3.5rem, 8vw, 7.5rem);
	line-height: .9;
	text-transform: uppercase;
	margin: 0 0 16px;
}

.bcc-matin__lede {
	font-size: 20px;
	max-width: 520px;
	margin: 0 0 20px;
}

.bcc-matin__combo {
	background: var(--bcc-ink);
	color: var(--bcc-quinoa);
	padding: 30px;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 22px;
	align-items: center;
	box-shadow: 10px 10px 0 var(--bcc-purple-900);
}

.bcc-matin__combo-art {
	width: 150px;
}

.bcc-matin__combo-art svg {
	width: 100%;
	height: auto;
}

.bcc-matin__combo h3 {
	font-family: var(--bcc-font-display) !important;
	font-weight: 900;
	font-size: 52px;
	text-transform: uppercase;
	line-height: .9;
	margin: 0;
	color: var(--bcc-gold-400) !important;
}

.bcc-matin__combo p {
	margin: 8px 0 0;
}

.bcc-matin__live {
	display: inline-block;
	background: var(--bcc-gold-400);
	color: var(--bcc-purple-900);
	font-family: var(--bcc-font-mono);
	font-size: 12px;
	padding: 3px 8px;
	margin-bottom: 8px;
}
