/* Local Clubs directory — scoped. Header, title band, footer stay unchanged. */
.bm-clubs {
	--bmc-red: #e10707;
	--bmc-ink: #1a1a1a;
	--bmc-muted: #5c636a;
	--bmc-line: #e7e9ec;
	box-sizing: border-box;
	max-width: 1180px;
	margin: 0 0 2.4rem;
	color: var(--bmc-ink);
	font-family: inherit;
}

.bm-clubs *,
.bm-clubs *::before,
.bm-clubs *::after {
	box-sizing: border-box;
}

.fusion-body.bm-clubs-page .post-content,
.fusion-body.bm-clubs-page .post-content p,
.fusion-body.bm-clubs-page .post-content h2,
.fusion-body.bm-clubs-page .post-content h3,
.fusion-body.bm-clubs-page .post-content h4 {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	box-shadow: none;
	text-transform: none;
	letter-spacing: normal;
}

.bm-clubs-heading,
.fusion-body.bm-clubs-page .post-content h2.bm-clubs-heading {
	margin: 0 0 0.4rem;
	padding: 0;
	border: 0;
	background: none;
	color: #1a1a1a;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.2;
	text-align: left;
	text-transform: none;
}

.bm-clubs-intro,
.fusion-body.bm-clubs-page .post-content p.bm-clubs-intro {
	max-width: none;
	margin: 0 0 1.5rem;
	color: #1a1a1a;
	font-size: 1.05rem;
	font-weight: 400;
	line-height: 1.7;
	text-align: left;
	white-space: normal;
}

.bm-clubs-fairness,
.fusion-body.bm-clubs-page .post-content p.bm-clubs-fairness {
	margin: 1.35rem 0 0;
	color: var(--bmc-muted);
	font-size: 0.88rem;
	font-weight: 400;
	line-height: 1.55;
	text-align: left;
}

.bm-clubs-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.1rem;
	align-items: start;
}

.bm-club {
	min-width: 0;
	background: #fff;
	border: 1px solid var(--bmc-line);
	border-radius: 12px;
}

.bm-club-summary {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.85rem;
	padding: 1.1rem 1.1rem 1rem;
	cursor: pointer;
	list-style: none;
}

.bm-club-summary::-webkit-details-marker {
	display: none;
}

.bm-club-summary::marker {
	content: "";
}

.bm-club-summary:focus {
	outline: none;
}

.bm-club-summary:focus-visible {
	outline: 2px solid var(--bmc-red);
	outline-offset: 3px;
	border-radius: 12px;
}

.bm-club-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 108px;
}

.bm-club-logo img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100px;
	object-fit: contain;
}

.bm-club--smash-hits .bm-club-logo {
	overflow: hidden;
}

.bm-club--smash-hits .bm-club-logo img {
	transform: scale(1.7);
}

.bm-club-summary-copy {
	display: flex;
	flex-direction: column;
	gap: 0.28rem;
	min-width: 0;
}

.bm-club-name {
	color: var(--bmc-ink);
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.25;
}

.bm-club-blurb {
	color: #3d4349;
	font-size: 0.92rem;
	font-weight: 400;
	line-height: 1.4;
}

.bm-club-cta {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin-top: 0.15rem;
	color: var(--bmc-red);
	font-size: 0.86rem;
	font-weight: 650;
	line-height: 1.2;
}

.bm-club-cta-open {
	display: none;
}

.bm-club[open] .bm-club-cta-open {
	display: inline;
}

.bm-club[open] .bm-club-cta-closed {
	display: none;
}

.bm-club-chevron {
	display: inline-block;
	width: 0.42rem;
	height: 0.42rem;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translateY(-1px);
	transition: transform 0.15s ease;
}

.bm-club[open] .bm-club-chevron {
	transform: rotate(225deg) translateY(-1px);
}

.bm-club-detail {
	padding: 0 1.1rem 1.15rem;
	border-top: 1px solid var(--bmc-line);
}

.bm-club-block {
	margin: 0.95rem 0 0;
}

.bm-club-h,
.fusion-body.bm-clubs-page .post-content h3.bm-club-h {
	margin: 0 0 0.45rem;
	color: var(--bmc-red);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.bm-club-venue {
	margin: 0 0 0.85rem;
	padding: 0.85rem 0.95rem 0.9rem;
	background: #f6f7f8;
	border-radius: 10px;
}

.bm-club-venue:last-child {
	margin-bottom: 0;
}

.bm-club-venue-name,
.fusion-body.bm-clubs-page .post-content p.bm-club-venue-name,
.fusion-body.bm-clubs-page .post-content h4.bm-club-venue-name {
	margin: 0 0 0.45rem;
	padding: 0;
	border: 0;
	background: none;
	color: var(--bmc-ink);
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.3;
	text-transform: none;
}

.bm-club-group {
	color: var(--bmc-ink);
}

.bm-club-range {
	color: #3d4349;
}

.bm-club-slot-sep {
	color: var(--bmc-muted);
}

.bm-club-session {
	margin: 0.7rem 0 0;
}

.bm-club-session:first-of-type {
	margin-top: 0.15rem;
}

.bm-club-session:last-of-type {
	margin-bottom: 0.1rem;
}

.bm-club-day,
.fusion-body.bm-clubs-page .post-content p.bm-club-day {
	margin: 0 0 0.18rem;
	color: var(--bmc-ink);
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.35;
}

.bm-club-slots {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bm-club-slots li {
	margin: 0.06rem 0;
	color: var(--bmc-ink);
	font-size: 0.92rem;
	font-weight: 400;
	line-height: 1.55;
	overflow-wrap: break-word;
}

.bm-club-season {
	color: var(--bmc-red);
	font-size: inherit;
	font-weight: 650;
	letter-spacing: normal;
	text-transform: none;
}

.bm-club-note,
.fusion-body.bm-clubs-page .post-content p.bm-club-note {
	margin: 0.12rem 0 0;
	color: #3d4349;
	font-size: 0.92rem;
	line-height: 1.5;
}

.bm-club-dir-wrap {
	margin: 0.45rem 0 0;
}

.bm-club-dir,
.bm-club-online a,
.bm-club-contact a {
	color: var(--bmc-ink);
	font-weight: 650;
	text-decoration: none;
	border-bottom: 1px solid var(--bmc-red);
}

.bm-club-dir:hover,
.bm-club-dir:focus,
.bm-club-online a:hover,
.bm-club-online a:focus,
.bm-club-contact a:hover,
.bm-club-contact a:focus {
	color: var(--bmc-red);
}

.bm-club-dir:focus-visible,
.bm-club-online a:focus-visible,
.bm-club-contact a:focus-visible {
	outline: 2px solid var(--bmc-red);
	outline-offset: 3px;
	border-radius: 2px;
}

.bm-club-levels {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bm-club-levels li {
	padding: 0.22rem 0.55rem;
	border: 1px solid var(--bmc-line);
	border-radius: 999px;
	background: #fff;
	color: var(--bmc-ink);
	font-size: 0.8rem;
	font-weight: 650;
	line-height: 1.2;
}

.bm-club-contact {
	display: flex;
	flex-direction: column;
	gap: 0.22rem;
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.4;
}

.bm-club-person {
	font-weight: 700;
}

.bm-club-online {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bm-club-online li {
	margin: 0.2rem 0;
	font-size: 0.95rem;
}

.bm-clubs-map {
	margin: 2rem 0 0;
}

.bm-clubs-map-title,
.fusion-body.bm-clubs-page .post-content h2.bm-clubs-map-title {
	margin: 0 0 0.35rem;
	color: var(--bmc-ink);
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.25;
}

.bm-clubs-map-lead,
.fusion-body.bm-clubs-page .post-content p.bm-clubs-map-lead {
	margin: 0 0 0.9rem;
	color: #3d4349;
	font-size: 0.98rem;
	line-height: 1.55;
}

.bm-clubs-map-frame {
	width: 100%;
	height: 320px;
	overflow: hidden;
	border: 1px solid var(--bmc-line);
	border-radius: 12px;
	background: #f4f5f6;
}

.bm-clubs-map-frame iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

@media (prefers-reduced-motion: reduce) {
	.bm-club-chevron {
		transition: none;
	}
}

@media (max-width: 900px) {
	.bm-clubs-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.bm-clubs-grid {
		grid-template-columns: 1fr;
	}

	.bm-clubs-map-frame {
		height: 260px;
	}
}
