@import url("utilities.css");

:root {
	--kbw-primary: #7da63a;
	--kbw-primary-dark: #5f7e2a;
	--kbw-forest: #1b2418;
	--kbw-forest-soft: #263126;
	--kbw-charcoal: #111411;
	--kbw-card-dark: #1a2119;
	--kbw-card-sage: #dbe1d4;
	--kbw-card-accent: #cfd7b4;
	--kbw-surface-light: #f4f1ea;
	--kbw-border-dark: rgba(255, 255, 255, 0.08);
	--kbw-border-light: rgba(17, 20, 17, 0.1);
	--kbw-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
	--kbw-radius: 22px;
	--kbw-radius-sm: 18px;
	--kbw-header-height: 94px;
	--primary: #7da63a;
	--secondary: #263126;
	--dark: #111411;
	--light: #f4f1ea;
}

html {
	scroll-behavior: smooth;
}

body.kbw-site {
	background: var(--kbw-charcoal);
	color: #eef0ea;
	font-family: "Barlow", sans-serif;
}

.kbw-site .main {
	background: var(--kbw-charcoal);
}

body.kbw-home {
	background: var(--kbw-surface-light);
}

.kbw-site .text-primary,
.kbw-site .text-color-primary {
	color: var(--kbw-primary) !important;
}

.kbw-inline-link {
	color: var(--kbw-primary);
	font-weight: 700;
	text-decoration: none;
}

.kbw-inline-link:hover,
.kbw-inline-link:focus {
	color: var(--kbw-primary-dark);
	text-decoration: underline;
}

.kbw-product-dropdown__toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: calc(1.5em + 1.8rem + 2px);
	padding: 0.9rem 1rem;
	border-radius: 16px;
	border: 1px solid rgba(17, 20, 17, 0.12);
	background: #fff;
	color: rgba(17, 20, 17, 0.72) !important;
	font-weight: 500;
}

.kbw-product-dropdown__toggle:hover,
.kbw-product-dropdown__toggle:focus,
.kbw-product-dropdown__toggle.show {
	border-color: rgba(125, 166, 58, 0.55);
	color: #111411 !important;
	background: #fff;
}

.kbw-product-dropdown__menu {
	max-height: 420px;
	overflow: auto;
	border-radius: 18px;
	border: 1px solid rgba(17, 20, 17, 0.08);
	box-shadow: var(--kbw-shadow);
}

.kbw-product-dropdown__menu .dropdown-header {
	padding: 0.85rem 1rem 0.45rem;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--kbw-primary-dark);
}

.kbw-product-dropdown__menu .dropdown-item {
	padding: 0.7rem 1rem;
}

.kbw-product-dropdown__menu .dropdown-item.active,
.kbw-product-dropdown__menu .dropdown-item:active {
	background: rgba(125, 166, 58, 0.14);
	color: #111411;
}

.kbw-product-dropdown__item-name {
	display: block;
	font-size: 0.97rem;
	font-weight: 700;
	color: inherit;
}

.kbw-product-dropdown__item-group {
	display: block;
	margin-top: 0.1rem;
	font-size: 0.8rem;
	color: rgba(17, 20, 17, 0.6);
}

.kbw-address-autocomplete__hint {
	font-size: 0.85rem;
	line-height: 1.4;
	color: rgba(17, 20, 17, 0.6);
}

.kbw-site .btn {
	border-radius: 999px;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.kbw-site .btn-primary,
.kbw-site .btn-outline:hover,
.kbw-site .btn-outline:focus {
	background: var(--kbw-primary);
	border-color: var(--kbw-primary);
	color: #fff !important;
	box-shadow: none;
}

.kbw-site .btn-primary:hover,
.kbw-site .btn-primary:focus {
	background: var(--kbw-primary-dark);
	border-color: var(--kbw-primary-dark);
}

.kbw-site .btn-outline {
	border: 1px solid rgba(255, 255, 255, 0.28);
	color: #fff !important;
	background: transparent;
}

.kbw-site .btn-outline.btn-primary {
	border-color: var(--kbw-primary);
	color: var(--kbw-primary) !important;
	background: transparent;
}

.kbw-site .btn-outline.btn-primary:hover,
.kbw-site .btn-outline.btn-primary:focus {
	background: var(--kbw-primary);
	border-color: var(--kbw-primary);
	color: #fff !important;
}

.kbw-btn-dark {
	background: var(--kbw-forest) !important;
	border-color: var(--kbw-forest) !important;
	color: #fff !important;
}

.kbw-btn-dark:hover,
.kbw-btn-dark:focus {
	background: var(--kbw-primary-dark) !important;
	border-color: var(--kbw-primary-dark) !important;
}

#header .header-body {
	background: rgba(17, 20, 17, 0.96) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

body.kbw-home #header,
body.kbw-hero-page #header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

body.kbw-home #header .header-body,
body.kbw-hero-page #header .header-body {
	background: linear-gradient(180deg, rgba(17, 20, 17, 0.72) 0%, rgba(17, 20, 17, 0.24) 70%, rgba(17, 20, 17, 0) 100%) !important;
	border-bottom-color: transparent;
	box-shadow: none;
}

#header .header-logo img {
	width: auto;
	max-width: 194px;
	height: auto;
	max-height: 58px;
	transition: max-width 0.2s ease, max-height 0.2s ease;
}

#header .header-row,
#header .header-column {
	align-items: center;
}

#header .kbw-header-main-row {
	min-height: 94px;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

#header .header-nav-main nav > ul {
	gap: 0.45rem;
	align-items: center;
}

#header .header-nav-main nav > ul > li > a {
	color: rgba(244, 241, 234, 0.88) !important;
	font-size: 0.98rem;
	font-weight: 600;
	padding: 0.65rem 0.95rem;
	border-radius: 999px;
	transition: background-color 0.2s ease, color 0.2s ease;
}

#header .header-nav-main nav > ul > li > a.active,
#header .header-nav-main nav > ul > li > a:hover {
	background: rgba(125, 166, 58, 0.16);
	color: #fff !important;
}

#header .header-btn-collapse-nav {
	background: var(--kbw-primary);
	border-color: var(--kbw-primary);
	color: #fff;
}

.kbw-header-meta {
	display: flex;
	align-items: center;
	gap: 1.75rem;
	font-size: 0.92rem;
	font-weight: 600;
	color: rgba(244, 241, 234, 0.74);
}

.kbw-header-cta-phone {
	display: inline-flex;
	align-items: center;
	padding-left: 0.85rem;
	border-left: 1px solid rgba(255, 255, 255, 0.22);
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: 0;
}

.kbw-header-meta i {
	color: var(--kbw-primary);
	margin-right: 0.4rem;
}

.kbw-header-meta a {
	color: rgba(244, 241, 234, 0.88);
}

html.sticky-header-active #header .header-body {
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

html.sticky-header-active body.kbw-home #header .header-body,
html.sticky-header-active body.kbw-hero-page #header .header-body {
	background: rgba(17, 20, 17, 0.95) !important;
	border-bottom-color: rgba(255, 255, 255, 0.08);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

html.sticky-header-active #header .kbw-header-main-row {
	min-height: 76px;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

html.sticky-header-active #header .header-logo img {
	max-width: 170px;
	max-height: 50px;
}

html.sticky-header-active #header .header-nav-main nav > ul > li > a {
	padding-top: 0.55rem;
	padding-bottom: 0.55rem;
}

.kbw-hero,
.kbw-page-hero {
	position: relative;
	overflow: hidden;
}

.kbw-hero {
	padding: calc(var(--kbw-header-height) + 5rem) 0 10rem;
	min-height: 640px;
}

.kbw-hero__image {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(17, 20, 17, 0.76) 0%, rgba(17, 20, 17, 0.56) 46%, rgba(17, 20, 17, 0.46) 100%),
		url("../img/kb-wood-hero-img.jpg") top center / cover no-repeat;
}

.kbw-eyebrow,
.kbw-section-label {
	display: inline-block;
	margin-bottom: 0.9rem;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--kbw-primary);
}

.kbw-hero__title,
.kbw-page-hero__title,
.kbw-section-title {
	font-weight: 800;
	line-height: 1.04;
	letter-spacing: -0.02em;
}

.kbw-hero__title {
	font-size: clamp(2.6rem, 5vw, 4.25rem);
	max-width: 12ch;
}

.kbw-hero__lead,
.kbw-page-hero__lead,
.kbw-section-copy,
.kbw-footer-copy {
	font-size: 1.08rem;
	line-height: 1.6;
	color: rgba(244, 241, 234, 0.84);
}

.kbw-hero__lead {
	max-width: 42rem;
}

.kbw-info-strip {
	position: relative;
	z-index: 2;
	background: transparent;
	margin-top: -7.5rem;
	margin-bottom: 3rem;
	padding-bottom: 0;
}

.kbw-utility-strip,
.kbw-surface-card,
.kbw-product-card,
.kbw-map-card {
	border-radius: var(--kbw-radius);
	box-shadow: var(--kbw-shadow);
}

.kbw-utility-strip {
	overflow: hidden;
	background: #1c2a1c;
}

.kbw-surface-card .card-body {
	padding: 1.6rem;
}

.kbw-utility-item {
	display: flex;
	align-items: flex-start;
	min-height: 118px;
	padding: 1.4rem 1.25rem;
	color: #f4f1ea;
}

.kbw-utility-item__icon {
	flex: 0 0 auto;
	width: 32px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: rgba(127, 191, 42, 0.14);
	color: var(--kbw-primary);
	font-size: 0.9rem;
}

.kbw-utility-item__body {
	min-width: 0;
	display: flex;
	flex-direction: column;
}

.kbw-utility-item__title-row {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	margin-bottom: 0.45rem;
	min-width: 0;
}

.kbw-utility-item__title {
	margin-bottom: 0;
	font-size: 1.15rem;
	font-weight: 800;
	line-height: 1.15;
	color: #fff;
}

.kbw-utility-item__copy {
	font-size: 0.92rem;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.76);
}

.kbw-utility-strip .col-6:nth-child(odd) .kbw-utility-item {
	border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.kbw-utility-strip .col-6:nth-child(-n+2) .kbw-utility-item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

@media (min-width: 992px) {
	.kbw-utility-strip .col-lg-3 .kbw-utility-item {
		border-bottom: 0;
	}

	.kbw-utility-strip .col-lg-3:not(:last-child) .kbw-utility-item {
		border-right: 1px solid rgba(255, 255, 255, 0.08);
	}

	.kbw-utility-strip .col-lg-3:last-child .kbw-utility-item,
	.kbw-utility-strip .col-lg-3:nth-child(even) .kbw-utility-item {
		border-right: 0;
	}

	.kbw-quote-row {
		align-items: stretch;
	}

	.kbw-quote-sidebar {
		height: 100%;
		min-height: 0;
	}

	.kbw-quote-map-card {
		display: flex;
		flex: 1 1 auto;
		min-height: 0;
	}

	.kbw-map-card--quote .kbw-iframe-rwd {
		flex: 1 1 auto;
		height: 100%;
		min-height: 100%;
		padding-bottom: 0;
	}

	.kbw-map-card--quote .kbw-iframe-rwd iframe {
		height: 100%;
		min-height: 100%;
	}
}

.kbw-section {
	padding: 4.5rem 0;
}

.kbw-home-products {
	position: relative;
	z-index: 1;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 4.5rem;
}

.kbw-home-products__content {
	position: relative;
	z-index: 1;
}

.kbw-photo-cta {
	position: relative;
	overflow: hidden;
	padding: 4.5rem 0;
	background:
		linear-gradient(180deg, rgba(17, 20, 17, 0.68), rgba(17, 20, 17, 0.8)),
		url("../img/kbw/mulch-background-1.jpg") center center / cover no-repeat !important;
}

.kbw-photo-cta .kbw-section-title {
	max-width: none;
}

.kbw-photo-cta .kbw-section-copy {
	max-width: none;
}

.kbw-photo-cta__action {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100%;
}

.kbw-section-title {
	font-size: clamp(2rem, 3.5vw, 3.1rem);
	max-width: 15ch;
}

.kbw-site .bg-light {
	background: var(--kbw-surface-light) !important;
}

.kbw-site .bg-dark,
#footer {
	background: var(--kbw-charcoal) !important;
}

.kbw-page-hero {
	padding: calc(var(--kbw-header-height) + 1.8rem) 0 3rem;
	border-bottom: 1px solid var(--kbw-border-dark);
	background:
		linear-gradient(180deg, rgba(17, 20, 17, 0.76), rgba(17, 20, 17, 0.82)),
		url("../img/kbw/subpage-background.jpg") center top / cover no-repeat !important;
}

.kbw-page-hero__title {
	font-size: clamp(2.2rem, 4vw, 3.5rem);
	max-width: 14ch;
}

.kbw-page-hero__lead {
	max-width: 40rem;
}

.kbw-category-card {
	min-height: 320px;
	overflow: hidden;
	border-radius: var(--kbw-radius);
	background-position: center;
	background-size: cover;
	color: #fff;
	box-shadow: var(--kbw-shadow);
	transform: translateY(0);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.kbw-category-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 38px rgba(17, 20, 17, 0.18);
}

.kbw-category-card .card-body {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 100%;
	padding: 1.6rem;
}

.kbw-category-card h3 {
	margin-bottom: 0.75rem;
	font-size: 1.55rem;
	font-weight: 800;
	color: #fff;
}

.kbw-category-card p {
	margin-bottom: 1rem;
	font-size: 0.98rem;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.86);
	max-width: 22ch;
}

.kbw-link-arrow {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	font-weight: 700;
	color: #fff;
	transition: gap 0.2s ease;
}

.kbw-link-arrow::after {
	content: "\f061";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 0.8rem;
}

.kbw-category-card:hover .kbw-link-arrow {
	gap: 0.65rem;
}

.kbw-rounded-image {
	width: 100%;
	border-radius: var(--kbw-radius);
	box-shadow: var(--kbw-shadow);
}

.kbw-side-panel {
	height: 100%;
	padding: 1.5rem;
	border: 1px solid var(--kbw-border-dark);
	border-radius: var(--kbw-radius-sm);
	background: rgba(255, 255, 255, 0.03);
}

.kbw-side-panel__item {
	display: flex;
	align-items: flex-start;
	gap: 0.9rem;
	font-size: 1rem;
	line-height: 1.5;
	color: rgba(244, 241, 234, 0.88);
}

.kbw-side-panel__item + .kbw-side-panel__item {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.kbw-side-panel__item i {
	margin-top: 0.2rem;
	font-size: 1.15rem;
	color: var(--kbw-primary);
}

.kbw-side-panel--light {
	background: #fff;
	border: 1px solid rgba(17, 20, 17, 0.08);
	box-shadow: var(--kbw-shadow);
}

.kbw-side-panel--light .kbw-side-panel__item {
	color: rgba(17, 20, 17, 0.82);
}

.kbw-side-panel--light .kbw-side-panel__item + .kbw-side-panel__item {
	border-top-color: rgba(17, 20, 17, 0.08);
}

.kbw-side-panel--dark {
	background: linear-gradient(180deg, rgba(13, 16, 13, 0.96), rgba(20, 24, 20, 0.96));
	border-color: rgba(127, 191, 42, 0.12);
	box-shadow: var(--kbw-shadow);
}

.kbw-cta-band {
	padding: 2.4rem 2rem;
	border-radius: var(--kbw-radius);
	background: #fff;
	box-shadow: var(--kbw-shadow);
}

.kbw-cta-band--split {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.kbw-cta-band--dark {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid var(--kbw-border-dark);
	box-shadow: none;
}

.kbw-cta-band__meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.2rem;
	font-weight: 600;
	color: #263126;
}

.kbw-cta-band__meta--stack {
	justify-content: flex-start;
}

.kbw-cta-band__meta i {
	color: var(--kbw-primary);
	margin-right: 0.45rem;
}

.kbw-product-card {
	background: #fff;
	color: #111411;
	border-radius: 26px;
}

.kbw-product-card__media {
	min-height: 220px;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.kbw-product-section--light {
	background: var(--kbw-surface-light) !important;
}

.kbw-product-section--dark {
	background: var(--kbw-charcoal) !important;
}

.kbw-product-section__note {
	margin-top: 1.25rem;
	font-size: 0.98rem;
	line-height: 1.55;
	opacity: 0.82;
}

.kbw-product-carousel-wrap {
	margin-top: 2.2rem;
}

.kbw-product-carousel .owl-stage {
	display: flex;
}

.kbw-product-carousel .owl-item {
	display: flex;
	height: auto;
}

.kbw-product-carousel__item {
	height: 100%;
}

.kbw-product-showcase-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: var(--kbw-shadow);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.kbw-product-showcase-card--dark {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: none;
}

.kbw-product-showcase-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 38px rgba(17, 20, 17, 0.16);
}

.kbw-product-showcase-card--dark:hover {
	box-shadow: 0 18px 28px rgba(0, 0, 0, 0.2);
}

.kbw-product-showcase-card__media {
	aspect-ratio: 4 / 3;
	background: rgba(17, 20, 17, 0.05);
}

.kbw-product-showcase-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.kbw-product-showcase-card__body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 1.25rem 1.25rem 1.35rem;
}

.kbw-product-showcase-card__title {
	margin-bottom: 0.6rem;
	font-size: 1.3rem;
	font-weight: 800;
	line-height: 1.12;
	color: #111411;
}

.kbw-product-showcase-card--dark .kbw-product-showcase-card__title {
	color: #f4f1ea;
}

.kbw-product-showcase-card__copy {
	font-size: 0.96rem;
	line-height: 1.55;
	color: rgba(17, 20, 17, 0.8);
}

.kbw-product-showcase-card--dark .kbw-product-showcase-card__copy {
	color: rgba(244, 241, 234, 0.82);
}

.kbw-product-showcase-card__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin-top: auto;
}

.kbw-product-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.45rem 0.8rem;
	border-radius: 999px;
	background: rgba(125, 166, 58, 0.12);
	color: var(--kbw-primary-dark);
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.kbw-product-badge--dark {
	background: rgba(125, 166, 58, 0.22);
	color: #f4f1ea;
}

.kbw-product-carousel.nav-bottom .owl-nav {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.5rem;
	margin-top: 1rem;
}

.kbw-product-carousel .owl-dots {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 0.95rem;
}

.kbw-product-carousel .owl-dots .owl-dot {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	line-height: 0;
}

.kbw-product-carousel .owl-dots .owl-dot:hover,
.kbw-product-carousel .owl-dots .owl-dot:focus,
.kbw-product-carousel .owl-dots .owl-dot:active {
	background: transparent;
	border: 0;
	box-shadow: none;
}

.kbw-product-carousel .owl-nav button.owl-prev,
.kbw-product-carousel .owl-nav button.owl-next {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.4rem;
	height: 2.4rem;
	padding: 0;
	border-radius: 999px;
	border: 1px solid rgba(17, 20, 17, 0.26);
	background: transparent !important;
	color: rgba(17, 20, 17, 0.72);
	box-shadow: none;
}

.kbw-product-carousel .owl-nav button.owl-prev:hover,
.kbw-product-carousel .owl-nav button.owl-prev:focus,
.kbw-product-carousel .owl-nav button.owl-next:hover,
.kbw-product-carousel .owl-nav button.owl-next:focus {
	border-color: rgba(17, 20, 17, 0.42);
	color: #111411;
	background: transparent !important;
}

.kbw-product-carousel .owl-dots .owl-dot span {
	display: block;
	width: 6px;
	height: 6px;
	margin: 0 3px;
	border-radius: 999px;
	background: rgba(17, 20, 17, 0.24);
	transition: transform 0.25s ease, background-color 0.25s ease;
}

.kbw-product-carousel .owl-dots .owl-dot.active span,
.kbw-product-carousel .owl-dots .owl-dot:hover span {
	background: var(--kbw-primary);
	transform: scale(1.9);
}

.kbw-product-carousel--dark .owl-nav button.owl-prev,
.kbw-product-carousel--dark .owl-nav button.owl-next {
	border-color: rgba(244, 241, 234, 0.26);
	color: rgba(244, 241, 234, 0.8);
}

.kbw-product-carousel--dark .owl-nav button.owl-prev:hover,
.kbw-product-carousel--dark .owl-nav button.owl-prev:focus,
.kbw-product-carousel--dark .owl-nav button.owl-next:hover,
.kbw-product-carousel--dark .owl-nav button.owl-next:focus {
	border-color: rgba(244, 241, 234, 0.44);
	color: #f4f1ea;
}

.kbw-product-carousel--dark .owl-dots .owl-dot span {
	background: rgba(244, 241, 234, 0.28);
}

.kbw-map-card {
	width: 100%;
	border: 0;
}

.kbw-map-card iframe {
	width: 100%;
	min-height: 100%;
	height: 100%;
	border: 0;
}

.kbw-map-card iframe {
	min-height: 420px;
}

.kbw-map-card--quote iframe {
	min-height: 0;
}

.kbw-iframe-rwd {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.kbw-iframe-rwd iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.kbw-map-card--light {
	box-shadow: var(--kbw-shadow);
}

.kbw-detail-list {
	display: grid;
	gap: 1rem;
}

.kbw-detail-list strong {
	display: block;
	margin-bottom: 0.2rem;
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--kbw-primary-dark);
}

.kbw-detail-list span,
.kbw-detail-list a {
	color: #111411;
	font-size: 1.02rem;
	line-height: 1.5;
}

.kbw-result-value {
	font-size: clamp(2.6rem, 5vw, 4rem);
	font-weight: 800;
	line-height: 1;
	color: var(--kbw-forest);
}

.kbw-shape-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
}

.kbw-shape-option {
	position: relative;
	display: block;
	cursor: pointer;
}

.kbw-shape-option input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.kbw-shape-option span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	padding: 0.85rem 1rem;
	border: 1px solid rgba(17, 20, 17, 0.12);
	border-radius: 16px;
	background: #fff;
	color: #111411;
	font-size: 0.95rem;
	font-weight: 700;
	text-align: center;
	transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.kbw-shape-option input:checked + span {
	background: rgba(125, 166, 58, 0.14);
	border-color: rgba(125, 166, 58, 0.45);
	color: var(--kbw-forest);
}

.kbw-shape-option:hover span {
	transform: translateY(-1px);
}

.kbw-shape-panel {
	display: none;
	padding: 1.1rem;
	border-radius: 18px;
	background: rgba(17, 20, 17, 0.03);
}

.kbw-shape-panel.is-active {
	display: block;
}

.kbw-calculator-intro,
.kbw-calculator-intro .kbw-section-title,
.kbw-calculator-intro .kbw-section-copy {
	max-width: none;
}

.kbw-result-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
}

.kbw-result-metric {
	padding: 1rem 1.05rem;
	border-radius: 16px;
	background: rgba(17, 20, 17, 0.04);
}

.kbw-guide-card {
	background: #f4f4ee;
}

.kbw-guide-card__title--compact {
	font-size: clamp(1.7rem, 2.4vw, 2.15rem);
	line-height: 1.08;
}

.kbw-result-metric__label {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--kbw-primary-dark);
}

.kbw-result-metric strong {
	display: block;
	font-size: 1.25rem;
	line-height: 1.2;
	color: #111411;
}

.kbw-order-recommendation {
	padding: 1rem 1.1rem;
	border-radius: 18px;
	background: rgba(125, 166, 58, 0.12);
}

.kbw-order-recommendation__label {
	display: block;
	margin-bottom: 0.25rem;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--kbw-primary-dark);
}

.kbw-order-recommendation strong {
	display: block;
	font-size: 1.8rem;
	line-height: 1.1;
	color: #111411;
}

.kbw-inline-note {
	padding: 0.95rem 1rem;
	border-radius: 16px;
	background: rgba(17, 20, 17, 0.04);
	color: #334233;
	font-size: 0.98rem;
	line-height: 1.6;
}

.kbw-table {
	margin: 0;
}

.kbw-table tbody tr {
	transition: background-color 0.2s ease;
}

.kbw-table tbody tr:hover {
	background: rgba(127, 191, 42, 0.04);
}

.kbw-table th {
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--kbw-primary-dark);
	border-bottom-width: 1px;
}

.kbw-table td {
	color: #111411;
	font-size: 1rem;
	padding-top: 0.95rem;
	padding-bottom: 0.95rem;
}

.kbw-call-panel {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(236, 244, 226, 0.94));
}

.kbw-surface-card {
	background: #fff;
	color: #111411;
}

.kbw-site .form-control,
.kbw-site .form-select {
	border-radius: 16px;
	border: 1px solid rgba(17, 20, 17, 0.12);
	padding: 0.9rem 1rem;
	font-size: 1rem;
	box-shadow: none;
}

.kbw-site .form-control:focus,
.kbw-site .form-select:focus {
	border-color: rgba(125, 166, 58, 0.55);
	box-shadow: 0 0 0 0.2rem rgba(125, 166, 58, 0.12);
}

.kbw-utility-cta-section {
	padding-bottom: 0;
}

.kbw-utility-cta {
	position: relative;
	overflow: hidden;
	border-radius: 28px;
	background: #111411;
	box-shadow: 0 24px 54px rgba(17, 20, 17, 0.18);
}

.kbw-utility-cta__media {
	min-height: 300px;
	background:
		linear-gradient(90deg, rgba(17, 20, 17, 0.2), rgba(17, 20, 17, 0.62)),
		linear-gradient(180deg, rgba(17, 20, 17, 0.18), rgba(17, 20, 17, 0.52)),
		url("../img/kbw/mulch-background-1.jpg") center center / cover no-repeat;
}

.kbw-utility-cta__panel-wrap {
	display: flex;
	align-items: center;
	min-height: 300px;
	padding: 1.25rem;
	background: linear-gradient(180deg, rgba(17, 20, 17, 0.16), rgba(17, 20, 17, 0.28));
}

.kbw-utility-cta__panel {
	width: 100%;
	padding: 1.9rem 1.7rem;
	border-radius: 24px;
	background: rgba(250, 248, 242, 0.9);
	backdrop-filter: blur(4px);
	box-shadow: 0 16px 40px rgba(17, 20, 17, 0.12);
}

.kbw-utility-cta__title {
	font-size: clamp(1.85rem, 3vw, 2.55rem);
	line-height: 1.04;
	max-width: 10ch;
}

.kbw-utility-cta__copy {
	max-width: 22ch;
	font-size: 1rem;
	line-height: 1.5;
	color: rgba(17, 20, 17, 0.82);
}

#footer {
	background: #071007;
	border-top: 1px solid rgba(127, 191, 42, 0.14);
}

.kbw-footer-main {
	padding-top: 72px;
	padding-bottom: 72px;
}

.kbw-footer-block {
	height: 100%;
}

.kbw-footer-block--brand {
	max-width: 310px;
}

.kbw-footer-block--directions {
	max-width: none;
}

.kbw-footer-logo {
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.04);
	padding: 0.3rem;
}

.kbw-footer-brand {
	display: flex;
	flex-direction: column;
}

.kbw-footer-brand strong,
.kbw-footer-title {
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.kbw-footer-brand strong {
	display: block;
	font-size: 18px;
	line-height: 1.1;
	color: #fff;
}

.kbw-footer-copy,
#footer a,
#footer li {
	color: rgba(255, 255, 255, 0.78) !important;
}

.kbw-footer-title {
	margin-bottom: 26px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.72);
}

.kbw-footer-copy {
	max-width: 310px;
	font-size: 16px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.78);
}

.kbw-footer-list li {
	margin-bottom: 8px;
	font-size: 15px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.78);
}

.kbw-footer-highlight {
	color: rgba(255, 255, 255, 0.92) !important;
}

.kbw-footer-list a {
	color: rgba(255, 255, 255, 0.84) !important;
	text-decoration: none;
	transition: color 0.2s ease, transform 0.2s ease;
	display: inline-block;
}

.kbw-footer-list a:hover {
	color: #8cc900 !important;
	text-decoration: none;
}

.kbw-footer-map-card {
	position: relative;
	display: block;
	min-height: 240px;
	overflow: hidden;
	border-radius: 22px;
	background: #111b10;
	text-decoration: none;
	box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.kbw-footer-map-card--large {
	min-height: 230px;
}

.kbw-footer-map-card img {
	width: 100%;
	height: 100%;
	min-height: 230px;
	object-fit: cover;
	object-position: center center;
	opacity: 0.42;
	filter: saturate(0.8) contrast(1.1);
	transform: scale(1.04);
	transition: transform 0.4s ease, opacity 0.35s ease;
}

.kbw-footer-map-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(7, 16, 7, 0.2), rgba(7, 16, 7, 0.86)),
		linear-gradient(90deg, rgba(127, 191, 42, 0.16), transparent 55%);
}

.kbw-footer-map-card__overlay {
	position: absolute;
	inset: 24px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.kbw-footer-map-card__content {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.kbw-footer-map-card__eyebrow {
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
}

.kbw-footer-map-card strong {
	font-size: 31px;
	line-height: 1.05;
	color: #fff;
}

.kbw-footer-map-card small {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.76);
}

.kbw-footer-map-card__cta {
	font-size: 14px;
	font-weight: 800;
	color: #8cc900;
	align-self: flex-start;
}

#footer a:hover {
	text-decoration: underline;
}

.kbw-footer-map-card:hover img {
	opacity: 0.58;
	transform: scale(1.14);
}

.kbw-footer-map-card:hover .kbw-footer-map-card__cta {
	color: #a6e600;
}

.kbw-footer-list a:hover,
.kbw-footer-map-card:hover {
	transform: translateY(-2px);
}

.kbw-footer-copyright {
	background: #0b0d0b;
}

.kbw-footer-divider {
	margin: 0;
	border-color: rgba(255, 255, 255, 0.08);
	opacity: 1;
}

.kbw-footer-copyright p,
.kbw-footer-copyright strong {
	color: rgba(244, 241, 234, 0.72);
}

.kbw-footer-legal-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	justify-content: flex-end;
}

.kbw-footer-legal-links a,
.kbw-footer-legal-links span {
	color: rgba(244, 241, 234, 0.72);
	text-decoration: none;
}

.kbw-footer-legal-links a:hover,
.kbw-footer-legal-links a:focus {
	color: var(--kbw-primary);
}

.kbw-system-card {
	border-radius: var(--kbw-radius);
	box-shadow: var(--kbw-shadow);
}

.kbw-sitemap-list,
.kbw-sitemap-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.kbw-sitemap-list > li + li {
	margin-top: 2.5rem;
}

.kbw-sitemap-list ul {
	display: grid;
	gap: 1rem;
}

.kbw-sitemap-list a {
	color: #111411;
	font-weight: 700;
	text-decoration: none;
}

.kbw-sitemap-list a:hover,
.kbw-sitemap-list a:focus {
	color: var(--kbw-primary-dark);
}

.kbw-sitemap-list p {
	margin: 0.35rem 0 0;
	color: rgba(17, 20, 17, 0.76);
}

@media (max-width: 1199px) {
	.kbw-utility-cta__media,
	.kbw-utility-cta__panel-wrap {
		min-height: 280px;
	}

	.kbw-footer-map-card,
	.kbw-footer-map-card img {
		min-height: 220px;
		height: 220px;
	}

	.kbw-footer-legal-links {
		justify-content: center;
	}
}

@media (max-width: 991px) {
	.kbw-shape-grid,
	.kbw-result-grid {
		grid-template-columns: 1fr;
	}

	.kbw-utility-item {
		align-items: flex-start;
		min-height: 120px;
	}

	.kbw-utility-item__title {
		font-size: 1.05rem;
	}

	.kbw-utility-cta__media {
		min-height: 210px;
	}

	.kbw-utility-cta__panel-wrap {
		min-height: auto;
		padding: 1rem;
	}

	.kbw-utility-cta__panel {
		padding: 1.5rem;
	}

	.kbw-utility-cta__title,
	.kbw-utility-cta__copy {
		max-width: none;
	}

	.kbw-footer-main {
		padding-top: 56px;
		padding-bottom: 56px;
	}
}

@media (max-width: 575px) {
	.kbw-utility-cta {
		border-radius: 22px;
	}

	.kbw-utility-cta__media {
		min-height: 170px;
	}

	.kbw-footer-map-card strong {
		font-size: 23px;
	}

	.kbw-footer-map-card__overlay {
		inset: 20px;
	}
}

@media (max-width: 991px) {
	#header .header-nav-main nav {
		margin-top: 0.75rem;
		padding: 0.6rem;
		border-radius: 18px;
		background: rgba(8, 10, 8, 0.96);
	}

	#header .header-nav-main nav > ul {
		gap: 0;
	}

	#header .header-nav-main nav > ul > li > a {
		padding: 0.75rem 0.85rem;
	}

	.kbw-hero {
		padding-bottom: 10.5rem;
		padding-top: calc(var(--kbw-header-height) + 5.25rem);
		min-height: 600px;
	}

	.kbw-info-strip {
		margin-top: -8.5rem;
		margin-bottom: 2.5rem;
		padding-top: 0;
	}

	.kbw-section,
	.kbw-page-hero {
		padding: 3.5rem 0;
	}

	.kbw-home-products {
		margin-top: 0;
		padding-top: 0;
	}
}

@media (max-width: 767px) {
	:root {
		--kbw-header-height: 84px;
	}

	.kbw-hero,
	.kbw-page-hero {
		padding-top: calc(var(--kbw-header-height) + 1.5rem);
	}

	.kbw-hero {
		min-height: 680px;
		padding-top: calc(var(--kbw-header-height) + 4.75rem);
		padding-bottom: 11rem;
	}

	.kbw-info-strip {
		margin-top: -7rem;
		margin-bottom: 2rem;
	}

	.kbw-home-products {
		margin-top: 0;
		padding-top: 0;
	}

	.kbw-photo-cta__action {
		justify-content: flex-start;
	}

	.kbw-hero__title,
	.kbw-page-hero__title,
	.kbw-section-title {
		max-width: none;
	}

	.kbw-cta-band {
		padding: 2rem 1.3rem;
	}

	.kbw-cta-band__meta {
		flex-direction: column;
		gap: 0.55rem;
	}

	.kbw-cta-band__meta--stack {
		align-items: flex-start;
	}

	.kbw-product-showcase-card__body {
		padding: 1.15rem 1.1rem 1.25rem;
	}

	.kbw-info-card__title,
	.kbw-info-card__copy {
		min-height: 0;
	}
}
