.hh-v2-inner-collections .hh-v2-category-card .hh-v2-inner-card__img img {
	object-fit: cover;
}

.hh-v2-cat-img--gas .hh-v2-inner-card__img img,
.hh-v2-collection-card.hh-v2-cat-img--gas .hh-v2-collection-card__img img {
	object-position: 50% 42%;
}

.hh-v2-cat-img--wood .hh-v2-inner-card__img img,
.hh-v2-collection-card.hh-v2-cat-img--wood .hh-v2-collection-card__img img {
	object-position: 50% 48%;
}

.hh-v2-cat-img--pellet .hh-v2-inner-card__img img,
.hh-v2-collection-card.hh-v2-cat-img--pellet .hh-v2-collection-card__img img {
	object-position: 50% 45%;
}

.hh-v2-cat-img--electric .hh-v2-inner-card__img img,
.hh-v2-collection-card.hh-v2-cat-img--electric .hh-v2-collection-card__img img {
	object-position: 50% 40%;
}

.hh-v2-cat-img--bioethanol .hh-v2-inner-card__img img,
.hh-v2-collection-card.hh-v2-cat-img--bioethanol .hh-v2-collection-card__img img {
	object-position: 50% 50%;
}

.hh-v2-cat-img--outdoor .hh-v2-inner-card__img img,
.hh-v2-collection-card.hh-v2-cat-img--outdoor .hh-v2-collection-card__img img {
	object-position: 50% 55%;
}

@media (max-width: 767px) {
	.hh-v2-cat-img--gas .hh-v2-inner-card__img img { object-position: 50% 38%; }
	.hh-v2-cat-img--electric .hh-v2-inner-card__img img { object-position: 50% 35%; }
	.hh-v2-cat-img--outdoor .hh-v2-inner-card__img img { object-position: 50% 60%; }
}

.hh-v2-inner-process__list--steps-6 .hh-v2-inner-process__num,
.hh-v2-inner-process__list--compact .hh-v2-inner-process__num {
	color: var(--hh-red, #c41e3a) !important;
}

.hh-v2-inner-process__title,
.hh-v2-inner-process__step strong {
	color: #1a1a1a !important;
}

.hh-v2-inner-process__desc,
.hh-v2-inner-process__step p {
	color: #444 !important;
}

.hh-v2-inner-process__head h2 {
	color: #1a1a1a !important;
}

.hh-v2-inner-collections__more .hh-v2-btn--outline-dark,
.hh-v2-fireplace-hub-samples__all .hh-v2-btn--outline-dark {
	color: #1a1a1a !important;
	border-color: rgba(26, 26, 26, 0.35) !important;
	background: #fff !important;
}

.hh-v2-inner-collections__more .hh-v2-btn--outline-dark:hover,
.hh-v2-fireplace-hub-samples__all .hh-v2-btn--outline-dark:hover {
	color: #111 !important;
	border-color: #c41e3a !important;
	background: #fafaf8 !important;
}

.hh-v2-fireplace-hub-samples {
	padding: clamp(2.5rem, 5vw, 4rem) var(--hh-inner-pad, 1.25rem);
	background: #fff;
}

.hh-v2-fireplace-hub-samples__shell {
	max-width: var(--hh-inner-max, 1180px);
	margin: 0 auto;
}

.hh-v2-fireplace-hub-samples__head {
	text-align: center;
	max-width: 42rem;
	margin: 0 auto 2rem;
}

.hh-v2-fireplace-hub-samples__head h2 {
	margin: 0 0 0.5rem;
	font-size: clamp(1.6rem, 3vw, 2.1rem);
	font-weight: 800;
	color: #1a1a1a !important;
}

.hh-v2-fireplace-hub-samples__head p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.65;
	color: #4a4a4a !important;
}

.hh-v2-fireplace-hub-samples__type {
	margin-bottom: 2.25rem;
}

.hh-v2-fireplace-hub-samples__type-head {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.5rem 1rem;
	margin-bottom: 1rem;
}

.hh-v2-fireplace-hub-samples__type-head h3 {
	margin: 0;
	font-size: 1.2rem;
	font-weight: 700;
	color: #1a1a1a !important;
}

.hh-v2-fireplace-hub-samples__type-head a {
	font-size: 0.9rem;
	font-weight: 700;
	color: #c41e3a !important;
	text-decoration: none;
}

.hh-v2-fireplace-hub-samples__type-head a:hover {
	text-decoration: underline;
}

.hh-v2-fireplace-hub-samples .hh-v2-product-grid {
	padding: 0;
}

.hh-v2-fireplace-hub-samples .hh-v2-product-grid__head {
	display: none;
}

.hh-v2-fireplace-hub-samples__all {
	margin: 0.5rem 0 0;
	text-align: center;
}

/* Catalog grid CTAs — red primary + icon (was invisible outline-dark) */
.hh-v2-product-grid__toolbar,
.hh-v2-product-grid__more {
	margin-top: 1rem;
}

.hh-v2-product-grid__toolbar .hh-v2-btn--primary,
.hh-v2-product-grid__more .hh-v2-btn--primary {
	background: var(--hh-red, #c41e3a) !important;
	border-color: var(--hh-red, #c41e3a) !important;
	color: #fff !important;
	box-shadow: 0 2px 8px rgba(196, 30, 58, 0.25);
}

.hh-v2-product-grid__toolbar .hh-v2-btn--primary:hover,
.hh-v2-product-grid__more .hh-v2-btn--primary:hover {
	background: #a81830 !important;
	border-color: #a81830 !important;
	color: #fff !important;
}

.hh-v2-btn--with-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}

.hh-v2-btn--with-icon .hh-v2-icon {
	width: 1.15em;
	height: 1.15em;
	flex-shrink: 0;
}

.hh-v2-btn--with-icon .hh-v2-icon path,
.hh-v2-btn--with-icon .hh-v2-icon circle {
	stroke: currentColor;
}

/* Expand grid — show all products */
.hh-v2-product-grid.is-expanded .hh-v2-product-grid__item--collapsed,
.hh-v2-product-grid__item--collapsed.is-visible {
	display: flex !important;
}

.hh-v2-product-grid__item--collapsed {
	display: none;
}

body.hh-v2-product-cards-active .hh-v2-product-grid.is-expanded .hh-v2-product-grid__item--collapsed {
	display: flex !important;
}

/* About + inner pages — mobile section order */
@media (max-width: 768px) {
	.hh-v2-inner-founder {
		order: 25;
	}

	.hh-v2-inner-philosophy {
		order: 28;
	}

	.hh-v2-inner-related-services {
		order: 65;
	}
}

/* Single product — description closer to hero content */
.hh-v2-single__body .hh-v2-single-description {
	margin-top: 0;
	padding-top: 1.5rem;
}

/* Inner CTA — red primary buttons + fireplace crop fix */
.hh-v2-inner-cta__actions .hh-v2-btn--primary {
	background: var(--hh-red, #c41e3a) !important;
	border-color: var(--hh-red, #c41e3a) !important;
	color: #fff !important;
	box-shadow: 0 2px 8px rgba(196, 30, 58, 0.25);
}

.hh-v2-inner-cta__actions .hh-v2-btn--primary:hover {
	background: #a81830 !important;
	border-color: #a81830 !important;
	color: #fff !important;
}

.hh-v2-inner-cta--fireplace-focus .hh-v2-inner-cta__media img {
	object-position: 58% 48%;
}

@media (max-width: 767px) {
	.hh-v2-inner-cta--fireplace-focus .hh-v2-inner-cta__media img {
		object-position: 50% 42%;
	}
}

/* Landing catalog filter chips (gas subcategories) */
.hh-v2-catalog-filters {
	padding: 0.75rem 1rem 1.25rem;
	background: #fafaf8;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.hh-v2-catalog-filters__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
	max-width: var(--hh-inner-max, 1180px);
	margin: 0 auto;
}

.hh-v2-catalog-filters__chip {
	display: inline-flex;
	align-items: center;
	gap: 0.2rem;
	padding: 0.45rem 0.9rem;
	border-radius: 999px;
	border: 1px solid #d8d0c8;
	background: #fff;
	color: #1a1a1a;
	font-size: 0.86rem;
	font-weight: 600;
	text-decoration: none;
	transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.hh-v2-catalog-filters__chip:hover {
	border-color: #c41e3a;
	color: #c41e3a;
}

.hh-v2-catalog-filters__chip.is-active {
	border-color: #c41e3a;
	background: #c41e3a;
	color: #fff;
}

.hh-v2-catalog-filters__count {
	font-size: 0.78rem;
	font-weight: 500;
	opacity: 0.85;
}

/* Product cards — readable excerpt in category grids */
.hh-v2-product-grid--catalog .hh-showcase-card__excerpt,
.hh-v2-fireplace-hub-samples .hh-showcase-card__excerpt {
	font-size: 0.9rem;
	line-height: 1.55;
	color: #4a4a4a;
	margin: 0.35rem 0 0.75rem;
}
