:root {
	--bm-forest: #0f3a2a;
	--bm-forest-deep: #071c15;
	--bm-moss: #2f7a55;
	--bm-sand: #eef5ef;
	--bm-amber: #e0a23a;
	--bm-ink: #081310;
}

.bm-home {
	background: #ffffff;
}

.bm-header {
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(244, 250, 246, 0.94);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(10, 21, 17, 0.12);
}

.bm-header .wp-block-site-title a {
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 0.2px;
	color: var(--bm-forest-deep);
}

.bm-header .wp-block-navigation a {
	font-weight: 600;
	color: #1a3026;
}

.bm-header .wp-block-navigation a:hover {
	color: var(--bm-forest);
}

.bm-header .wp-block-button__link {
	padding: 0.8rem 1.6rem;
}

.bm-contact-hero {
	background: linear-gradient(135deg, #ffffff 0%, #f6f1e4 100%);
}

.bm-contact-body {
	background: #f7f4ec;
}

.bm-form-card,
.bm-contact-panel {
	background: #ffffff;
	border-radius: 20px;
	border: 1px solid rgba(10, 21, 17, 0.12);
	box-shadow: 0 18px 34px rgba(10, 21, 17, 0.12);
	padding: 2rem;
}

.bm-form-card .wpcf7-form input[type="text"],
.bm-form-card .wpcf7-form input[type="email"],
.bm-form-card .wpcf7-form input[type="tel"],
.bm-form-card .wpcf7-form input[type="file"],
.bm-form-card .wpcf7-form select,
.bm-form-card .wpcf7-form textarea {
	width: 100%;
	border-radius: 14px;
	border: 1px solid rgba(10, 21, 17, 0.2);
	padding: 0.85rem 1rem;
	background: #fbfaf7;
	font-size: 1rem;
}

.bm-form-card .wpcf7-form textarea {
	min-height: 140px;
}

.bm-form-card .wpcf7-form input[type="file"] {
	padding: 0.6rem 0.8rem;
}

.bm-form-card .wpcf7-form input[type="submit"] {
	background: var(--bm-forest);
	color: #ffffff;
	border: none;
	border-radius: 999px;
	padding: 0.9rem 2rem;
	font-weight: 600;
	cursor: pointer;
}

.bm-form-card .wpcf7-form input[type="submit"]:hover {
	background: var(--bm-forest-deep);
}

.bm-form-card .wpcf7-form .wpcf7-not-valid-tip {
	font-size: 0.85rem;
	margin-top: 0.35rem;
}

.bm-thankyou-hero {
	background: linear-gradient(135deg, var(--bm-forest) 0%, var(--bm-forest-deep) 100%);
	color: #ffffff;
}

.bm-thankyou-hero h1,
.bm-thankyou-hero p {
	color: #ffffff;
}

.bm-thankyou-info {
	background: #f7f4ec;
}

.bm-hero {
	position: relative;
	overflow: hidden;
	background: radial-gradient(circle at 20% 20%, rgba(47, 122, 85, 0.18), transparent 55%),
		linear-gradient(135deg, #edf7f0 0%, #ffffff 55%, #e4f1e8 100%);
}

.bm-hero-new {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, #f4fbf6 0%, #ffffff 65%);
}

.bm-hero-new::before {
	content: "";
	position: absolute;
	left: -10%;
	top: -35%;
	width: 420px;
	height: 420px;
	background: radial-gradient(circle, rgba(15, 58, 42, 0.22), transparent 70%);
	opacity: 0.8;
}

.bm-hero-new::after {
	content: "";
	position: absolute;
	right: -15%;
	bottom: -20%;
	width: 520px;
	height: 520px;
	background: radial-gradient(circle, rgba(47, 122, 85, 0.2), transparent 70%);
}

.bm-hero::after {
	content: "";
	position: absolute;
	right: -10%;
	top: -15%;
	width: 320px;
	height: 320px;
	background: radial-gradient(circle, rgba(15, 58, 42, 0.22), transparent 70%);
	filter: blur(2px);
}

.bm-eyebrow {
	text-transform: uppercase;
	letter-spacing: 1.8px;
	font-size: 0.75rem;
	font-weight: 600;
	color: var(--bm-moss);
}

.bm-lead {
	font-size: clamp(1.1rem, 2vw, 1.35rem);
	line-height: 1.6;
	color: #14251e;
}

.bm-hero-badges {
	margin-top: 1.5rem;
	gap: 0.75rem;
}

.bm-hero-badges p {
	margin: 0;
	padding: 0.45rem 0.9rem;
	background: rgba(15, 58, 42, 0.08);
	border-radius: 999px;
	font-size: 0.85rem;
	font-weight: 600;
	color: #12412f;
}

.bm-hero-card {
	background: #0f3a2a;
	color: #ffffff;
	border-radius: 22px;
	padding: 2.4rem;
	box-shadow: 0 26px 44px rgba(7, 20, 15, 0.3);
}

.bm-hero-card h3,
.bm-hero-card p {
	color: #ffffff;
}

.bm-hero-card .wp-block-button__link {
	background: #ffffff;
	color: #0f3a2a;
}

.bm-section.bm-services {
	background: #f4fbf6;
}

.bm-section-head {
	gap: 1rem;
	align-items: center;
}

.bm-service-card {
	background: #ffffff;
	border-radius: 22px;
	padding: 2.2rem;
	border: 1px solid rgba(10, 21, 17, 0.12);
	box-shadow: 0 18px 36px rgba(7, 20, 15, 0.16);
	display: flex;
	flex-direction: column;
	gap: 1rem;
	height: 100%;
}

.bm-service-card h3 {
	margin: 0;
}

.bm-card-icon {
	width: 52px;
	height: 52px;
	border-radius: 14px;
	background: linear-gradient(135deg, var(--bm-forest) 0%, var(--bm-moss) 100%);
	color: #ffffff;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 0.85rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 12px 20px rgba(19, 37, 30, 0.24);
}

.bm-image-band {
	background: linear-gradient(180deg, #ffffff 0%, #e6f2ea 100%);
}

.bm-image-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.5rem;
}

.bm-image-card {
	position: relative;
	min-height: 180px;
	border-radius: 16px;
	overflow: hidden;
	background: linear-gradient(135deg, rgba(15, 58, 42, 0.9), rgba(15, 58, 42, 0.6)),
		linear-gradient(120deg, rgba(47, 122, 85, 0.35), rgba(47, 122, 85, 0.1));
	color: #ffffff;
	display: flex;
	align-items: flex-end;
	padding: 1.5rem;
	font-size: 0.95rem;
	font-weight: 500;
	box-shadow: 0 20px 34px rgba(7, 20, 15, 0.24);
}

.bm-image-card span {
	max-width: 160px;
	line-height: 1.4;
}

.bm-usps {
	background: #ffffff;
}

.bm-usp-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}

.bm-usp-item {
	background: #f4fbf6;
	border-radius: 20px;
	padding: 2rem;
	border: 1px solid rgba(10, 21, 17, 0.12);
	box-shadow: 0 14px 28px rgba(7, 20, 15, 0.12);
}

.bm-cta {
	background: linear-gradient(135deg, var(--bm-forest) 0%, var(--bm-forest-deep) 100%);
	color: #ffffff;
}

.bm-cta h2,
.bm-cta p {
	color: #ffffff;
}

.bm-cta .wp-block-button__link {
	background: #ffffff;
	color: var(--bm-forest);
}

.bm-cta .wp-block-button__link:hover {
	background: #f1e7d3;
	color: var(--bm-forest-deep);
}

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

	.bm-usp-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.bm-hero-panel {
		padding: 1.5rem;
	}

	.bm-hero-card {
		padding: 1.8rem;
	}

	.bm-usp-grid {
		grid-template-columns: 1fr;
	}

	.bm-image-strip {
		grid-template-columns: 1fr;
	}

	.bm-service-card,
	.bm-usp-item {
		padding: 1.5rem;
	}
}
