.marqueblanche-footer__brand {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: clamp(1rem, 3vw, 1.75rem);
	margin-bottom: clamp(1.25rem, 3vw, 2rem);
	padding-bottom: clamp(1.25rem, 3vw, 2rem);
	border-bottom: 1px solid color-mix(in srgb, var(--marqueblanche-theme-text) 10%, transparent);
}

.marqueblanche-footer__logo {
	width: 124px;
	max-width: 124px;
	height: 124px;
	object-fit: contain;
	filter: drop-shadow(0 16px 28px color-mix(in srgb, var(--marqueblanche-theme-text) 12%, transparent));
}

.marqueblanche-footer__eyebrow {
	color: color-mix(in srgb, var(--marqueblanche-theme-text) 62%, transparent);
	font-size: var(--marqueblanche-type-meta);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin: 0 0 0.35rem;
}

.marqueblanche-footer__brand h2 {
	color: var(--marqueblanche-theme-text);
	font-size: var(--marqueblanche-type-footer-title);
	line-height: 0.95;
	margin: 0 0 0.55rem;
}

.marqueblanche-footer__brand p {
	max-width: 760px;
	margin: 0;
	color: color-mix(in srgb, var(--marqueblanche-theme-text) 72%, transparent);
	font-size: var(--marqueblanche-type-body);
	line-height: 1.5;
}

@media (max-width: 640px) {
	.marqueblanche-footer__brand {
		grid-template-columns: 1fr;
		text-align: center;
		justify-items: center;
	}
}
