/* Racket Stringing directory — scoped. Header, title band, footer stay global. */
.bm-str {
	--bmc-red: #e10707;
	--bmc-ink: #1a1a1a;
	--bmc-muted: #3d4349;
	--bmc-line: #e4e7eb;
	--bmc-bg: #f6f7f8;
	--bmc-wa: #25d366;
	box-sizing: border-box;
	max-width: 1100px;
	margin: 0 0 2.5rem;
	color: var(--bmc-ink);
	font-family: inherit;
}

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

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

.fusion-body.bm-stringing-page #sidebar {
	display: none !important;
}

.fusion-body.bm-stringing-page #content {
	width: 100% !important;
	margin: 0 !important;
}

.bm-str-intro,
.fusion-body.bm-stringing-page .post-content p.bm-str-intro {
	margin: 0 0 1.25rem;
	color: var(--bmc-ink);
	font-size: 1.05rem;
	font-weight: 400;
	line-height: 1.7;
}

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

.bm-str-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
	gap: 1.1rem;
	align-items: start;
}

.bm-str-card {
	padding: 1.2rem 1.25rem 1.3rem;
	background: var(--bmc-bg);
	border-radius: 12px;
}

.bm-str-name,
.fusion-body.bm-stringing-page .post-content h2.bm-str-name {
	margin: 0 0 0.2rem;
	color: var(--bmc-ink) !important;
	font-size: 1.35rem !important;
	font-weight: 700 !important;
	letter-spacing: -0.02em;
	line-height: 1.25 !important;
	text-transform: none !important;
}

.bm-str-loc,
.fusion-body.bm-stringing-page .post-content p.bm-str-loc {
	margin: 0 0 0.7rem;
	color: var(--bmc-red);
	font-size: 0.98rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.3;
}

.bm-str-desc,
.fusion-body.bm-stringing-page .post-content p.bm-str-desc {
	margin: 0 0 0.85rem;
	color: var(--bmc-ink);
	font-size: 0.98rem;
	line-height: 1.6;
}

.bm-str-contacts {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.2rem 1.25rem;
	list-style: none;
	margin: 0 0 0.35rem;
	padding: 0;
}

.bm-str-contacts li {
	margin: 0;
}

.bm-str-link,
.fusion-body.bm-stringing-page .post-content a.bm-str-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	min-height: 44px;
	padding: 0.15rem 0.2rem;
	border: 0 !important;
	border-radius: 6px;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--bmc-ink) !important;
	font-size: 1.02rem;
	font-weight: 650;
	line-height: 1.35;
	text-decoration: none;
}

.bm-str-icon {
	flex: 0 0 auto;
	display: block;
	color: #2a2e33;
}

.bm-str-wa .bm-str-icon {
	color: var(--bmc-wa);
}

.bm-str-link:hover,
.bm-str-link:focus,
.fusion-body.bm-stringing-page .post-content a.bm-str-link:hover,
.fusion-body.bm-stringing-page .post-content a.bm-str-link:focus {
	background: rgba(26, 26, 26, 0.05) !important;
	color: var(--bmc-ink) !important;
}

.bm-str-link:focus-visible {
	outline: 2px solid var(--bmc-red);
	outline-offset: 2px;
}

.bm-str-wa:focus-visible {
	outline-color: var(--bmc-wa);
}

.bm-str-web {
	margin: 0.15rem 0 0.85rem;
}

.bm-str-site,
.fusion-body.bm-stringing-page .post-content a.bm-str-site {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	border: 0 !important;
	color: var(--bmc-ink) !important;
	font-size: 0.98rem;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px solid var(--bmc-red) !important;
}

.bm-str-site:hover,
.bm-str-site:focus {
	color: var(--bmc-red) !important;
}

.bm-str-site:focus-visible {
	outline: 2px solid var(--bmc-red);
	outline-offset: 3px;
}

.bm-str-strings {
	margin: 0.55rem 0 0;
	padding: 0;
	border: 0;
	background: none;
}

.bm-str-strings-toggle {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	cursor: pointer;
	list-style: none;
	color: var(--bmc-red);
	font-size: 0.9rem;
	font-weight: 650;
	line-height: 1.2;
}

.bm-str-strings-toggle::-webkit-details-marker {
	display: none;
}

.bm-str-strings-toggle::marker {
	content: "";
}

.bm-str-strings-toggle:focus {
	outline: none;
}

.bm-str-strings-toggle:focus-visible {
	outline: 2px solid var(--bmc-red);
	outline-offset: 3px;
	border-radius: 3px;
}

.bm-str-strings-open {
	display: none;
}

.bm-str-strings[open] .bm-str-strings-open {
	display: inline;
}

.bm-str-strings[open] .bm-str-strings-closed {
	display: none;
}

.bm-str-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-str-strings[open] .bm-str-chevron {
	transform: rotate(225deg) translateY(-1px);
}

.bm-str-strings-body {
	margin-top: 0.75rem;
	padding-top: 0.75rem;
	border-top: 1px solid var(--bmc-line);
}

.bm-str-brand-block {
	margin: 0 0 0.95rem;
	padding: 0 0 0.85rem;
	border-bottom: 1px solid var(--bmc-line);
}

.bm-str-brand-block:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.bm-str-brand,
.fusion-body.bm-stringing-page .post-content h3.bm-str-brand {
	margin: 0 0 0.48rem;
	color: #4a5056 !important;
	font-size: 0.78rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.12em;
	line-height: 1.3 !important;
	text-transform: uppercase !important;
}

.bm-str-models {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bm-str-models li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.7rem;
	margin: 0 0 0.28rem;
	font-size: 0.95rem;
	line-height: 1.4;
}

.bm-str-model {
	flex: 0 0 7.4rem;
	font-weight: 650;
}

.bm-str-swatches {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.28rem;
}

.bm-str-swatch {
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1px solid rgba(26, 26, 26, 0.22);
	border-radius: 50%;
	background: #ccc;
}

.bm-str-swatch--white {
	background: #fff;
	border-color: #b8bcc0;
}

.bm-str-swatch--black {
	background: #111;
	border-color: #111;
}

.bm-str-swatch--green {
	background: #2fa84f;
}

.bm-str-swatch--pink {
	background: #f48fb1;
}

.bm-str-swatch--dark-pink {
	background: #c2185b;
}

.bm-str-swatch--yellow {
	background: #f0c400;
}

.bm-str-swatch--orange {
	background: #f08a24;
}

.bm-str-swatch--light-blue {
	background: #7ec8f5;
}

.bm-str-swatch--blue {
	background: #1e88e5;
}

.bm-str-swatch--red {
	background: #e53935;
}

.bm-str-swatch--purple {
	background: #8e24aa;
}

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

@media (max-width: 560px) {
	.bm-str-contacts {
		flex-direction: column;
		align-items: stretch;
		gap: 0.15rem;
	}

	.bm-str-link {
		display: flex;
		width: 100%;
		min-height: 48px;
	}

	.bm-str-model {
		flex: 0 0 auto;
		min-width: 0;
	}
}
