.bcf-plant-page,
.bcf-pl-archive {
	--bcf-green: #1f6b3a;
	--bcf-green-dark: #174f2c;
	--bcf-green-soft: #edf6ef;
	--bcf-mint: #f7faf7;
	--bcf-line: #dfe8de;
	--bcf-line-strong: #c8d8c7;
	--bcf-text: #17231c;
	--bcf-muted: #607066;
	--bcf-card: #ffffff;
	--bcf-radius: 8px;
	color: var(--bcf-text);
	background: #f7f9f6;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	line-height: 1.62;
}

.bcf-plant-page *,
.bcf-pl-archive * {
	box-sizing: border-box;
}

.bcf-plant-shell,
.bcf-pl-container {
	width: min(1160px, calc(100% - 32px));
	margin: 0 auto;
}

.bcf-plant-shell {
	padding: 24px 0 56px;
}

.bcf-breadcrumb,
.bcf-pl-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0 0 18px;
	color: var(--bcf-muted);
	font-size: .9rem;
}

.bcf-breadcrumb a,
.bcf-pl-breadcrumb a {
	color: var(--bcf-green-dark);
	text-decoration: none;
}

.bcf-breadcrumb a:hover,
.bcf-breadcrumb a:focus,
.bcf-pl-breadcrumb a:hover,
.bcf-pl-breadcrumb a:focus {
	text-decoration: underline;
}

.bcf-hero {
	display: grid;
	grid-template-columns: minmax(300px, 46%) minmax(0, 1fr);
	gap: clamp(24px, 4vw, 44px);
	align-items: stretch;
	padding: 18px;
	border: 1px solid var(--bcf-line);
	border-radius: var(--bcf-radius);
	background: var(--bcf-card);
	box-shadow: 0 14px 36px rgba(23, 35, 28, .06);
}

.bcf-hero-media {
	min-height: 420px;
	overflow: hidden;
	border-radius: 6px;
	background: #eef3ed;
}

.bcf-hero-media img {
	width: 100%;
	height: 100%;
	min-height: 420px;
	display: block;
	object-fit: cover;
}

.bcf-hero-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: clamp(10px, 2vw, 24px) clamp(4px, 1vw, 8px);
}

.bcf-kicker,
.bcf-section-label {
	margin: 0 0 10px;
	color: var(--bcf-green);
	font-size: .78rem;
	font-weight: 750;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.bcf-hero h1 {
	margin: 0;
	color: var(--bcf-text);
	letter-spacing: 0;
}

.bcf-botanical {
	display: block;
	color: var(--bcf-text);
	font-size: clamp(2.35rem, 4.3vw, 4.35rem);
	font-weight: 760;
	line-height: 1.02;
	letter-spacing: 0;
}

.bcf-common-name {
	display: block;
	margin-top: 10px;
	color: var(--bcf-muted);
	font-size: clamp(1.2rem, 2vw, 1.65rem);
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0;
}

.bcf-lead {
	max-width: 66ch;
	margin: 22px 0 0;
	color: #344238;
	font-size: 1.08rem;
	line-height: 1.7;
}

.bcf-hero-tags,
.bcf-pl-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 20px;
}

.bcf-pl-badge {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 4px 10px;
	border: 1px solid #d5e4d5;
	border-radius: 999px;
	background: var(--bcf-green-soft);
	color: var(--bcf-green-dark);
	font-size: .84rem;
	font-weight: 650;
}

.bcf-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.bcf-button,
.bcf-pl-button,
.bcf-pl-filter-form button {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	border: 1px solid transparent;
	border-radius: 6px;
	font: inherit;
	font-weight: 720;
	text-decoration: none;
	cursor: pointer;
	transition: background .16s ease, border-color .16s ease, color .16s ease;
}

.bcf-button-primary,
.bcf-pl-button,
.bcf-pl-filter-form button {
	color: #fff;
	background: var(--bcf-green);
	border-color: var(--bcf-green);
}

.bcf-button-primary:hover,
.bcf-button-primary:focus,
.bcf-pl-button:hover,
.bcf-pl-button:focus,
.bcf-pl-filter-form button:hover,
.bcf-pl-filter-form button:focus {
	color: #fff;
	background: var(--bcf-green-dark);
	border-color: var(--bcf-green-dark);
}

.bcf-button-secondary {
	color: var(--bcf-green-dark);
	background: #fff;
	border-color: var(--bcf-line-strong);
}

.bcf-button-secondary:hover,
.bcf-button-secondary:focus {
	background: var(--bcf-green-soft);
	border-color: var(--bcf-green);
}

.bcf-quickfacts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin: 18px 0 42px;
}

.bcf-fact-card {
	min-height: 126px;
	padding: 18px;
	border: 1px solid var(--bcf-line);
	border-radius: var(--bcf-radius);
	background: var(--bcf-card);
}

.bcf-fact-label {
	display: block;
	margin-bottom: 10px;
	color: var(--bcf-green);
	font-size: .76rem;
	font-weight: 760;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.bcf-fact-card strong {
	display: block;
	margin-bottom: 4px;
	color: var(--bcf-text);
	font-size: 1rem;
	line-height: 1.35;
}

.bcf-fact-card span:last-child {
	color: var(--bcf-muted);
	font-size: .92rem;
	line-height: 1.45;
}

.bcf-content {
	display: grid;
	gap: 32px;
}

.bcf-intro-panel {
	display: grid;
	grid-template-columns: minmax(230px, .55fr) minmax(0, 1fr);
	gap: 28px;
	padding: 26px;
	border: 1px solid var(--bcf-line);
	border-left: 5px solid var(--bcf-green);
	border-radius: var(--bcf-radius);
	background: var(--bcf-card);
}

.bcf-intro-panel h2,
.bcf-care-card h2,
.bcf-section h2,
.bcf-contact-card h2,
.bcf-tip-box h2 {
	margin: 0 0 10px;
	color: var(--bcf-text);
	font-size: 1.35rem;
	font-weight: 760;
	line-height: 1.25;
	letter-spacing: 0;
}

.bcf-intro-panel p:last-child {
	margin: 0;
	color: #344238;
	font-size: 1rem;
	line-height: 1.72;
}

.bcf-care-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.bcf-care-card {
	display: grid;
	grid-template-columns: 36px 1fr;
	column-gap: 14px;
	align-content: start;
	padding: 20px;
	border: 1px solid var(--bcf-line);
	border-radius: var(--bcf-radius);
	background: var(--bcf-card);
}

.bcf-icon {
	width: 36px;
	height: 36px;
	display: grid;
	place-items: center;
	border-radius: 6px;
	color: var(--bcf-green-dark);
	background: var(--bcf-green-soft);
	font-size: 1rem;
	font-weight: 760;
}

.bcf-care-card h2 {
	margin-top: 2px;
	font-size: 1.08rem;
}

.bcf-care-card p {
	grid-column: 2;
	margin: 0;
	color: var(--bcf-muted);
	font-size: .96rem;
	line-height: 1.65;
}

.bcf-tip-box {
	display: grid;
	grid-template-columns: 36px 1fr;
	gap: 14px;
	align-items: start;
	padding: 20px;
	border: 1px solid #cfe0c7;
	border-radius: var(--bcf-radius);
	background: #f3f8f2;
}

.bcf-tip-mark {
	width: 36px;
	height: 36px;
	display: grid;
	place-items: center;
	border-radius: 6px;
	color: #fff;
	background: var(--bcf-green);
	font-size: 1rem;
	font-weight: 760;
}

.bcf-tip-box p,
.bcf-section p,
.bcf-contact-card p {
	margin: 0;
	color: var(--bcf-muted);
	line-height: 1.68;
}

.bcf-section {
	padding-top: 4px;
}

.bcf-section > h2 {
	margin: 0 0 16px;
	font-size: clamp(1.55rem, 2.5vw, 2.15rem);
}

.bcf-problem-list {
	display: grid;
	gap: 10px;
}

.bcf-problem-list details {
	border: 1px solid var(--bcf-line);
	border-radius: var(--bcf-radius);
	background: var(--bcf-card);
}

.bcf-problem-list summary {
	padding: 16px 18px;
	color: var(--bcf-text);
	font-weight: 730;
	cursor: pointer;
}

.bcf-problem-list details p {
	padding: 0 18px 16px;
}

.bcf-two-column {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
	gap: 16px;
}

.bcf-two-column-single {
	grid-template-columns: 1fr;
}

.bcf-two-column > div {
	padding: 22px;
	border-radius: var(--bcf-radius);
}

.bcf-two-column > div:first-child {
	border: 1px solid var(--bcf-line);
	background: var(--bcf-card);
}

.bcf-contact-card {
	color: #fff;
	background: var(--bcf-green-dark);
}

.bcf-contact-card h2,
.bcf-contact-card .bcf-section-label,
.bcf-contact-card a,
.bcf-contact-card p {
	color: #fff;
}

.bcf-contact-card address {
	margin-top: 18px;
	font-style: normal;
	line-height: 1.65;
}

.bcf-article-footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 12px;
	margin-top: 36px;
	padding-top: 18px;
	border-top: 1px solid var(--bcf-line);
	color: var(--bcf-muted);
	font-size: .88rem;
}

.bcf-visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

#bcf-print-label,
.bcf-pl-print-label {
	display: none;
}

.bcf-pl-archive {
	padding-bottom: 56px;
}

.bcf-pl-archive-head {
	padding: 44px 0 24px;
}

.bcf-pl-archive-head .bcf-pl-container {
	padding: 28px;
	border: 1px solid var(--bcf-line);
	border-radius: var(--bcf-radius);
	background: var(--bcf-card);
}

.bcf-pl-archive-head h1 {
	margin: 0 0 10px;
	color: var(--bcf-text);
	font-size: clamp(2.1rem, 4vw, 3.25rem);
	font-weight: 760;
	line-height: 1.05;
	letter-spacing: 0;
}

.bcf-pl-archive-head p {
	max-width: 760px;
	margin: 0;
	color: var(--bcf-muted);
	font-size: 1.04rem;
}

.bcf-pl-archive-tools {
	margin-bottom: 22px;
}

.bcf-pl-filter-form {
	display: grid;
	grid-template-columns: 1.6fr repeat(3, minmax(150px, 1fr)) auto;
	gap: 10px;
	align-items: end;
	padding: 14px;
	border: 1px solid var(--bcf-line);
	border-radius: var(--bcf-radius);
	background: var(--bcf-card);
}

.bcf-pl-filter-form label {
	display: grid;
	gap: 5px;
	color: var(--bcf-text);
	font-weight: 720;
}

.bcf-pl-filter-form span {
	color: var(--bcf-muted);
	font-size: .76rem;
	font-weight: 760;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.bcf-pl-filter-form input,
.bcf-pl-filter-form select {
	min-height: 42px;
	width: 100%;
	padding: 8px 10px;
	border: 1px solid var(--bcf-line);
	border-radius: 6px;
	background: #fff;
	font: inherit;
}

.bcf-pl-result-count {
	margin: 10px 0 0;
	color: var(--bcf-muted);
}

.bcf-pl-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 16px;
}

.bcf-pl-card {
	overflow: hidden;
	border: 1px solid var(--bcf-line);
	border-radius: var(--bcf-radius);
	background: var(--bcf-card);
}

.bcf-pl-card-image {
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #eef3ed;
}

.bcf-pl-card-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: transform .2s ease;
}

.bcf-pl-card:hover .bcf-pl-card-image img {
	transform: scale(1.025);
}

.bcf-pl-card-body {
	padding: 18px;
}

.bcf-pl-botanical {
	margin: 0 0 4px;
	color: var(--bcf-green);
	font-style: italic;
	font-weight: 680;
}

.bcf-pl-card h2 {
	margin: 0 0 8px;
	color: var(--bcf-text);
	font-size: 1.25rem;
	line-height: 1.22;
	letter-spacing: 0;
}

.bcf-pl-card h2 a {
	color: inherit;
	text-decoration: none;
}

.bcf-pl-card-cats {
	margin: 0 0 12px;
	color: var(--bcf-muted);
}

.bcf-pl-card-facts {
	display: grid;
	gap: 8px;
	margin: 0 0 14px;
}

.bcf-pl-card-facts div {
	display: grid;
	grid-template-columns: 76px 1fr;
	gap: 8px;
}

.bcf-pl-card-facts dt {
	color: var(--bcf-text);
	font-weight: 730;
}

.bcf-pl-card-facts dd {
	margin: 0;
	color: var(--bcf-muted);
}

.bcf-pl-pagination {
	padding-top: 30px;
}

.bcf-pl-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	min-height: 38px;
	margin: 0 3px 6px;
	padding: 0 11px;
	border: 1px solid var(--bcf-line);
	border-radius: 6px;
	background: #fff;
	color: var(--bcf-green-dark);
	font-weight: 720;
	text-decoration: none;
}

.bcf-pl-pagination .current {
	color: #fff;
	background: var(--bcf-green);
	border-color: var(--bcf-green);
}

.bcf-pl-empty {
	padding: 36px 0 52px;
	color: var(--bcf-muted);
}

@media (max-width: 980px) {
	.bcf-hero,
	.bcf-intro-panel,
	.bcf-two-column {
		grid-template-columns: 1fr;
	}

	.bcf-hero-media,
	.bcf-hero-media img {
		min-height: 360px;
	}

	.bcf-quickfacts,
	.bcf-care-grid,
	.bcf-pl-filter-form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.bcf-plant-shell,
	.bcf-pl-container {
		width: min(100% - 20px, 1160px);
	}

	.bcf-plant-shell {
		padding-top: 14px;
	}

	.bcf-breadcrumb {
		font-size: .82rem;
	}

	.bcf-hero {
		padding: 12px;
		gap: 18px;
	}

	.bcf-hero-media,
	.bcf-hero-media img {
		min-height: 260px;
	}

	.bcf-hero-content {
		padding: 4px 2px 8px;
	}

	.bcf-botanical {
		font-size: clamp(2rem, 12vw, 3rem);
	}

	.bcf-hero-actions,
	.bcf-button,
	.bcf-pl-filter-form button {
		width: 100%;
	}

	.bcf-quickfacts,
	.bcf-care-grid,
	.bcf-pl-filter-form {
		grid-template-columns: 1fr;
	}

	.bcf-care-card,
	.bcf-tip-box {
		grid-template-columns: 32px 1fr;
		padding: 16px;
	}

	.bcf-icon,
	.bcf-tip-mark {
		width: 32px;
		height: 32px;
	}

	.bcf-content {
		gap: 26px;
	}

	.bcf-intro-panel,
	.bcf-pl-archive-head .bcf-pl-container {
		padding: 20px;
	}
}
