/**
 * [bcc_comptoirs] -- ported verbatim from the reference mockup's
 * #comptoirs section (.locs/.loc). Sits with no top padding of its own,
 * same as the reference's own <section style="padding-top:0"> -- it
 * follows the traiteur band's own bottom padding instead of stacking a
 * second gap on top of it.
 */
.bcc-comptoirs {
	padding-bottom: 100px;
}

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

.bcc-comptoirs__wrap {
	width: min(1280px, 100% - 40px);
	margin-inline: auto;
}

.bcc-comptoirs__head {
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	gap: 32px;
	align-items: end;
	margin-bottom: 40px;
}

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

.bcc-comptoirs__head h2 {
	font-family: var(--bcc-font-display) !important;
	font-weight: 900;
	text-transform: uppercase;
	line-height: .88;
	font-size: clamp(3.375rem, 7.2vw, 7rem);
	color: var(--bcc-ink) !important;
	margin: 0;
}

.bcc-comptoirs__head p {
	max-width: 520px;
	color: var(--bcc-muted);
	margin: 0;
	font-size: 19px;
}

.bcc-comptoirs__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

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

.bcc-comptoir {
	border: var(--bcc-border-width) solid var(--bcc-ink);
	padding: 28px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	background: var(--bcc-cream);
}

.bcc-comptoir__tag {
	font-family: var(--bcc-font-mono);
	font-size: 14px;
	letter-spacing: .03em;
	color: var(--bcc-muted);
}

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

.bcc-comptoir__hours {
	font-family: var(--bcc-font-mono);
	font-size: 14px;
}

.bcc-comptoir__cta {
	align-self: flex-start;
	margin-top: 8px;
}
