/* ============================================================
   HFS Storefront Home
   Live home-page styles promoted from the accepted v2.33.60 home target.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Rye&display=swap');

:root {
	--hfs-home-green: #214f36;
	--hfs-home-green-dark: #173b2c;
	--hfs-home-cream: #fff8ea;
	--hfs-home-cream-2: #f5ebd6;
	--hfs-home-tan: #e8d8bd;
	--hfs-home-brown: #6b3f27;
	--hfs-home-gold: #c49235;
	--hfs-home-ink: #243329;
	--hfs-home-muted: #74654e;
	--hfs-home-border: rgba(93, 72, 44, 0.18);
	--hfs-home-western: 'Rye', 'Georgia', serif;
	--hfs-home-sans: 'Outfit', 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

body.hfs-home-page {
	background: var(--hfs-bg);
	color: var(--hfs-home-ink);
}

.hfs-home-content-wrap {
	max-width: 1320px;
	margin: 0 auto;
}

.hfs-home-section {
	padding: 0.75rem 1.4rem 1.15rem;
	background: transparent;
}

.hfs-home-page-main {
	flex: 1 0 auto;
}

/* ---- Hero: compact cinematic banner ---- */
.hfs-home-hero {
	position: relative;
	isolation: isolate;
	height: clamp(270px, 29vw, 330px);
	min-height: 270px;
	overflow: hidden;
	background: #1a2c20;
	color: #fff8ea;
	box-shadow: inset 0 -35px 55px rgba(30, 20, 10, 0.25);
}

.hfs-home-hero__slides,
.hfs-home-hero__slide,
.hfs-home-hero__image,
.hfs-home-hero__shade,
.hfs-home-hero__fallback {
	position: absolute;
	inset: 0;
}

.hfs-home-hero__slide {
	display: flex;
	align-items: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.65s ease;
}

.hfs-home-hero__slide.active {
	opacity: 1;
	pointer-events: auto;
	z-index: 1;
}

.hfs-home-hero__image {
	background-size: cover;
	background-position: center;
	filter: saturate(1.02) contrast(1.03);
}

.hfs-home-hero__shade {
	background:
		linear-gradient(90deg, rgba(10, 17, 11, 0.82) 0%, rgba(16, 25, 16, 0.55) 35%, rgba(20, 26, 14, 0.10) 70%),
		linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.28));
}

.hfs-home-hero__fallback {
	display: none;
	align-items: center;
	background:
		linear-gradient(90deg, rgba(13, 22, 15, 0.82), rgba(20, 28, 18, 0.18)),
		url('/images/banner/banner-cattle-01.jpg') center/cover no-repeat;
}

.hfs-home-hero__fallback.active {
	display: flex;
}

.hfs-home-hero__content {
	position: relative;
	z-index: 2;
	max-width: 1320px;
	padding-left: clamp(3.8rem, 8vw, 7rem);
	padding-right: 3rem;
}

.hfs-home-hero__content > * {
	max-width: 430px;
}

.hfs-home-hero__eyebrow {
	display: none;
}

.hfs-home-hero h1 {
	font-family: var(--hfs-home-western);
	font-size: clamp(2rem, 4.1vw, 3.7rem);
	font-weight: 400;
	line-height: 0.98;
	letter-spacing: 0.015em;
	margin: 0 0 0.75rem;
	text-transform: uppercase;
	white-space: pre-line;
	text-shadow: 0 4px 12px rgba(0,0,0,0.38);
}

.hfs-home-hero p {
	font-size: clamp(0.92rem, 1.25vw, 1.05rem);
	font-weight: 700;
	line-height: 1.45;
	color: #fffaf0;
	margin: 0;
	text-shadow: 0 3px 12px rgba(0,0,0,0.34);
}

.hfs-home-hero__button {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	background: var(--hfs-home-green);
	color: #fff8ea;
	border: 1px solid rgba(255,255,255,0.35);
	border-radius: 4px;
	padding: 0.56rem 1.2rem;
	font-family: var(--hfs-home-sans);
	font-size: 0.76rem;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	margin-top: 0.9rem;
}

.hfs-home-hero__button:hover {
	background: #356d4d;
	color: #fff8ea;
}

.hfs-home-hero__controls {
	position: absolute;
	left: 50%;
	bottom: 0.6rem;
	transform: translateX(-50%);
	z-index: 4;
	display: flex;
	gap: 0.34rem;
}

.hfs-home-hero__dot {
	width: 8px;
	height: 8px;
	border: 1px solid rgba(255,248,234,0.88);
	border-radius: 999px;
	background: transparent;
	padding: 0;
}

.hfs-home-hero__dot.active,
.hfs-home-hero__dot:hover {
	background: #fff8ea;
}

.hfs-home-hero__arrow {
	position: absolute;
	top: 50%;
	z-index: 4;
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	border: 1px solid rgba(255,255,255,0.42);
	border-radius: 50%;
	background: rgba(24, 35, 25, 0.34);
	color: #fff8ea;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.hfs-home-hero__arrow:hover {
	background: rgba(24, 35, 25, 0.72);
}

.hfs-home-hero__arrow--prev { left: 1rem; }
.hfs-home-hero__arrow--next { right: 1rem; }

/* ---- Category row: compact mockup-style image cards ---- */

.hfs-home-category-section {
	padding-top: 1.45rem;
}

.hfs-home-category-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.75rem;
}

.hfs-home-category-head h2 {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	font-family: var(--hfs-home-western);
	font-size: clamp(0.94rem, 1.45vw, 1.14rem);
	font-weight: 400;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--hfs-home-green-dark);
	margin: 0;
}

.hfs-home-category-head h2 i {
	font-family: bootstrap-icons !important;
	font-size: 1rem;
	color: #323a2e;
}

.hfs-home-category-all {
	font-family: var(--hfs-home-sans);
	font-size: 0.78rem;
	font-weight: 900;
	color: #315a3d;
	text-decoration: none;
	white-space: nowrap;
}

.hfs-home-category-all:hover {
	color: var(--hfs-home-brown);
}

.hfs-home-category-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 0.65rem;
}

.hfs-home-category-card {
	display: flex;
	flex: 0 1 152px;
	width: 152px;
	flex-direction: column;
	min-height: 170px;
	border-radius: 6px;
	overflow: hidden;
	background: #fffdf7;
	text-decoration: none;
	color: var(--hfs-home-ink);
	border: 1px solid rgba(95, 78, 49, 0.16);
	box-shadow: 0 3px 10px rgba(75, 53, 32, 0.08);
	transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.hfs-home-category-card:hover,
.hfs-home-category-card:focus {
	transform: translateY(-2px);
	box-shadow: 0 7px 18px rgba(75, 53, 32, 0.14);
	border-color: rgba(44, 93, 67, 0.35);
	color: var(--hfs-home-green-dark);
}

.hfs-home-category-card__image {
	position: relative;
	height: 96px;
	background: #eadbc0;
	overflow: hidden;
}

.hfs-home-category-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.28s ease;
}

.hfs-home-category-card:hover img {
	transform: scale(1.04);
}

.hfs-home-category-card__body {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.15rem;
	padding: 1.3rem 0.5rem 0.55rem;
	min-height: 74px;
	text-align: center;
}

.hfs-home-category-card__badge {
	position: absolute;
	top: -19px;
	left: 50%;
	transform: translateX(-50%);
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--hfs-home-green);
	color: #fff8ea;
	border: 3px solid #fffaf0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 3px 9px rgba(44, 93, 67, 0.22);
	font-size: 1.14rem;
}

.hfs-home-category-card strong {
	font-family: var(--hfs-home-sans);
	font-size: 0.93rem;
	font-weight: 900;
	line-height: 1.05;
}

.hfs-home-category-card small {
	color: #756750;
	font-size: 0.68rem;
	line-height: 1.25;
}

/* ---- Midpage panels ---- */

.hfs-home-section-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem;
	align-items: stretch;
}

.hfs-home-feature-panel {
	min-width: 0;
	border-radius: 6px;
	background: rgba(255, 253, 247, 0.96);
	border: 1px solid rgba(95, 78, 49, 0.18);
	box-shadow: 0 4px 12px rgba(75, 53, 32, 0.07);
	padding: 0.75rem;
	overflow: hidden;
}

.hfs-home-panel-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.65rem;
	margin-bottom: 0.65rem;
}

.hfs-home-kicker {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-family: var(--hfs-home-western);
	font-size: 0.9rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--hfs-home-brown);
	line-height: 1.1;
}

.hfs-home-kicker i {
	font-family: bootstrap-icons !important;
	font-size: 0.9rem;
	color: #37352c;
}

.hfs-home-panel-head p {
	font-size: 0.74rem;
	color: #6e604b;
	margin: 0.12rem 0 0;
}

.hfs-home-panel-link,
.hfs-home-panel-link:visited {
	color: #315a3d;
	font-weight: 900;
	font-size: 0.72rem;
	text-decoration: none;
	white-space: nowrap;
}

.hfs-home-panel-link:hover {
	color: var(--hfs-home-brown);
}

.hfs-home-slider {
	position: relative;
	min-width: 0;
}

.hfs-home-slider-track {
	display: flex;
	gap: 0.5rem;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	padding: 0.05rem 0.05rem 0.35rem;
}

.hfs-home-slider-track::-webkit-scrollbar {
	display: none;
}

.hfs-home-slider-btn {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid rgba(95, 78, 49, 0.2);
	background: rgba(255, 250, 240, 0.94);
	color: #315a3d;
	box-shadow: 0 6px 14px rgba(75, 53, 32, 0.14);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.hfs-home-slider-btn--prev { left: -0.35rem; }
.hfs-home-slider-btn--next { right: -0.35rem; }

.hfs-home-product-card {
	flex: 0 0 132px;
	scroll-snap-align: start;
	background: #fffdf7;
	border: 1px solid rgba(95, 78, 49, 0.12);
	border-radius: 4px;
	overflow: hidden;
	box-shadow: none;
}

.hfs-home-product-card__image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 98px;
	background: transparent;
	text-decoration: none;
}

.hfs-home-product-card__image img,
.hfs-image-placeholder--home {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 0.28rem;
}

.hfs-image-placeholder--home {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: rgba(76, 62, 39, 0.52);
	background: #efe2cc;
}

.hfs-home-product-card__body {
	padding: 0.48rem;
	text-align: center;
}

.hfs-home-product-card__badge {
	display: none;
}

.hfs-home-product-card__name {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 2.45em;
	font-family: var(--hfs-home-sans);
	font-size: 0.68rem;
	font-weight: 900;
	line-height: 1.18;
	color: #2b3328;
	text-decoration: none;
}

.hfs-home-product-card__name:hover {
	color: var(--hfs-home-green);
}

.hfs-home-product-card__brand {
	display: block;
	font-size: 0.62rem;
	color: #7a6d57;
	margin-top: 0.22rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hfs-home-product-card__foot {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.1rem;
	border-top: none;
	margin-top: 0.35rem;
	padding-top: 0;
}

.hfs-home-product-card__foot strong {
	color: #1f241f;
	font-size: 0.86rem;
}

.hfs-home-product-card__foot span {
	font-size: 0.62rem;
	color: #6c5b43;
	text-align: center;
}

.hfs-home-tile-list,
.hfs-home-news-list,
.hfs-home-event-list,
.hfs-home-review-list,
.hfs-home-help-list {
	display: grid;
	gap: 0.48rem;
}

.hfs-home-need-tile,
.hfs-home-store-news-card,
.hfs-home-event-card,
.hfs-home-review-card,
.hfs-home-help-card,
.hfs-home-empty {
	border-radius: 5px;
	border: 1px solid rgba(95, 78, 49, 0.14);
	background: #fffdf7;
	padding: 0.65rem;
}

.hfs-home-need-tile {
	display: block;
	position: relative;
	min-height: 68px;
	text-decoration: none;
	color: #fffaf0;
	background: linear-gradient(90deg, rgba(35, 56, 33, 0.88), rgba(35, 56, 33, 0.48)), #5b6a3d;
	overflow: hidden;
}

.hfs-home-need-tile span {
	display: none;
}

.hfs-home-need-tile strong {
	display: block;
	font-family: var(--hfs-home-sans);
	font-size: 0.9rem;
	font-weight: 900;
	margin-top: 0.15rem;
}

.hfs-home-need-tile small {
	display: block;
	color: rgba(255,248,234,0.9);
	font-size: 0.68rem;
	line-height: 1.25;
}

.hfs-home-need-tile:hover {
	color: #fffaf0;
	filter: brightness(1.05);
}

.hfs-home-brand-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.42rem;
}

.hfs-home-brand-card {
	min-height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 5px;
	border: 1px solid rgba(95, 78, 49, 0.14);
	background: #fffdf7;
	padding: 0.35rem;
	text-decoration: none;
	color: #243329;
	font-family: var(--hfs-home-sans);
	font-size: 0.78rem;
	font-weight: 900;
	box-shadow: none;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.hfs-home-brand-card img {
	max-width: 90%;
	max-height: 40px;
	object-fit: contain;
}

.hfs-home-brand-card img + .hfs-home-brand-card__text {
	position: absolute;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.hfs-home-brand-card:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 18px rgba(75, 53, 32, 0.12);
	color: var(--hfs-home-green);
}

.hfs-home-news-grid-wrap {
	padding-top: 0.1rem;
}

.hfs-home-store-news-card {
	min-height: 145px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hfs-home-store-news-card__eyebrow {
	font-size: 0.66rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #9b6a22;
	margin-bottom: 0.38rem;
}

.hfs-home-store-news-card h3,
.hfs-home-help-card h3 {
	font-family: var(--hfs-home-sans);
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 0.35rem;
}

.hfs-home-store-news-card p,
.hfs-home-help-card p {
	margin: 0 0 0.48rem;
	font-size: 0.78rem;
	line-height: 1.4;
}

.hfs-home-store-news-card a,
.hfs-home-help-card a {
	display: inline-flex;
	align-items: center;
	gap: 0.28rem;
	width: fit-content;
	margin-top: 0.2rem;
	font-size: 0.78rem;
	font-weight: 900;
	color: var(--hfs-home-green);
	text-decoration: none;
}

.hfs-home-store-news-card a:hover,
.hfs-home-help-card a:hover {
	color: var(--hfs-home-brown);
}

.hfs-home-help-card {
	min-height: 145px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hfs-home-event-card {
	background: linear-gradient(135deg, rgba(33, 79, 54, 0.93), rgba(36, 72, 52, 0.86));
	color: #fff8ea;
	min-height: 145px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hfs-home-event-card__date {
	width: fit-content;
	border-radius: 999px;
	background: rgba(255,255,255,0.14);
	border: 1px solid rgba(255,255,255,0.24);
	padding: 0.26rem 0.58rem;
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 0.55rem;
}

.hfs-home-event-card h3,
.hfs-home-review-card h3 {
	font-family: var(--hfs-home-sans);
	font-size: 1rem;
	font-weight: 900;
	margin: 0 0 0.35rem;
}

.hfs-home-event-card p,
.hfs-home-review-card p,
.hfs-home-empty p {
	margin: 0;
	font-size: 0.78rem;
	line-height: 1.4;
}

.hfs-home-event-card a {
	color: #ffd985;
	font-weight: 900;
	text-decoration: none;
	margin-top: 0.65rem;
	font-size: 0.78rem;
}

.hfs-home-review-card__stars {
	color: var(--hfs-home-gold);
	letter-spacing: 0.07em;
	margin-bottom: 0.42rem;
}

.hfs-home-review-card a {
	display: inline-flex;
	margin-top: 0.5rem;
	font-size: 0.78rem;
	font-weight: 900;
	color: var(--hfs-home-green);
	text-decoration: none;
}

.hfs-home-empty {
	text-align: center;
	color: #756852;
	min-height: 130px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.48rem;
}

.hfs-home-empty__icon {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #e8d5ad;
	color: var(--hfs-home-green);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.05rem;
}

.hfs-home-empty a {
	color: var(--hfs-home-green);
	font-weight: 900;
	font-size: 0.78rem;
	text-decoration: none;
}

/* ---- Trust strip above existing footer: compact cream segmented bar ---- */
.hfs-home-trust-strip {
	color: var(--hfs-home-ink);
	border-top: 1px solid rgba(95, 78, 49, 0.10);
}

.hfs-home-trust-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	border: 1px solid rgba(95, 78, 49, 0.13);
	border-radius: 5px;
	overflow: hidden;
	background: #f5ecda;
	box-shadow: 0 3px 10px rgba(75, 53, 32, 0.06);
}

.hfs-home-trust-item {
	display: flex;
	align-items: center;
	gap: 0.72rem;
	min-height: 58px;
	padding: 0.58rem 0.9rem;
	background: transparent;
	border: 0;
	border-right: 1px solid rgba(95, 78, 49, 0.12);
	border-radius: 0;
}

.hfs-home-trust-item:last-child {
	border-right: 0;
}

.hfs-home-trust-item i {
	color: #2c2a23;
	font-size: 1.65rem;
	line-height: 1;
	width: 2rem;
	text-align: center;
}

.hfs-home-trust-item strong,
.hfs-home-trust-item span {
	display: block;
}

.hfs-home-trust-item strong {
	font-family: var(--hfs-home-sans);
	font-size: 0.74rem;
	font-weight: 900;
	line-height: 1.1;
	text-transform: uppercase;
	color: #2c2a23;
}

.hfs-home-trust-item span {
	color: #6f604b;
	font-size: 0.66rem;
	line-height: 1.25;
	margin-top: 0.12rem;
}

@media (max-width: 1199px) {
	.hfs-home-category-grid {
		justify-content: center;
	}
	.hfs-home-trust-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.hfs-home-trust-item:nth-child(3) {
		border-right: 0;
	}
	.hfs-home-trust-item:nth-child(n+4) {
		border-top: 1px solid rgba(95, 78, 49, 0.12);
	}
}

@media (max-width: 991px) {
	.hfs-home-section-grid {
		grid-template-columns: 1fr;
	}
	.hfs-home-hero__shade {
		background: linear-gradient(90deg, rgba(10, 17, 11, 0.86) 0%, rgba(16, 25, 16, 0.62) 64%, rgba(20, 26, 14, 0.24) 100%);
	}
}

@media (max-width: 768px) {
	.hfs-home-hero {
		height: 300px;
		min-height: 300px;
	}
	.hfs-home-hero__content {
		padding-left: 3.2rem;
		padding-right: 1.8rem;
	}
	.hfs-home-hero__arrow {
		width: 32px;
		height: 32px;
	}
	.hfs-home-category-grid {
		justify-content: center;
	}
	.hfs-home-category-card {
		flex-basis: min(152px, calc(50% - 0.35rem));
		width: min(152px, calc(50% - 0.35rem));
	}
	.hfs-home-slider-btn {
		display: none;
	}
}

@media (max-width: 575px) {
	.hfs-home-section {
		padding-left: 0.8rem;
		padding-right: 0.8rem;
	}
	.hfs-home-category-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.35rem;
	}
	.hfs-home-brand-grid,
	.hfs-home-trust-grid {
		grid-template-columns: 1fr;
	}
	.hfs-home-trust-item,
	.hfs-home-trust-item:nth-child(3),
	.hfs-home-trust-item:nth-child(n+4) {
		border-right: 0;
		border-top: 1px solid rgba(95, 78, 49, 0.12);
	}
	.hfs-home-trust-item:first-child {
		border-top: 0;
	}
	.hfs-home-product-card {
		flex-basis: 44vw;
	}
}

.hfs-home-category-card__badge--red { background: #8f2f3b; }
.hfs-home-category-card__badge--brown { background: #7b4a2e; }
.hfs-home-category-card__badge--gold { background: #c28a21; }
.hfs-home-category-card__badge--blue { background: #314c78; }

.hfs-home-hero {
	height: clamp(245px, 24vw, 300px);
	min-height: 245px;
}

.hfs-home-hero__content {
	padding-left: clamp(4.5rem, 8.5vw, 7.2rem);
}

.hfs-home-hero__content > * {
	max-width: 390px;
}

.hfs-home-hero h1 {
	font-size: clamp(1.85rem, 2.8vw, 2.65rem);
	line-height: 0.96;
	letter-spacing: 0.012em;
	margin-bottom: 0.55rem;
}

.hfs-home-hero p {
	font-size: clamp(0.82rem, 1.05vw, 0.98rem);
	line-height: 1.36;
	font-weight: 750;
}

.hfs-home-hero__button {
	padding: 0.48rem 1.05rem;
	font-size: 0.7rem;
	margin-top: 0.68rem;
}

.hfs-home-brand-card {
	min-height: 58px;
	padding: 0.22rem 0.35rem;
	background: #fffef9;
}

.hfs-home-brand-card img {
	max-width: 96%;
	max-height: 50px;
}

.hfs-home-brand-card--text {
	background: #fffdf7;
}

@media (max-width: 768px) {
	.hfs-home-hero {
		height: 268px;
		min-height: 268px;
	}
	.hfs-home-hero h1 {
		font-size: clamp(1.65rem, 7.2vw, 2.15rem);
	}
	.hfs-home-hero__content {
		padding-left: 3.3rem;
	}
}

/* ---- v2.33.60 corrective: brown header, gold logo, constrained content, logo source, and icon fixes ---- */
body.hfs-home-page {
	--hfs-home-brown-dark: #4a2b1d;
	--hfs-home-brown-mid: #6f482f;
	--hfs-home-brown-light: #7d573c;
	--hfs-home-header-text: #fff8ea;
}

.hfs-home-content-wrap {
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
}

.hfs-home-hero__content {
	max-width: 1320px;
	margin: 0 auto;
	padding-left: clamp(3.4rem, 8vw, 7rem);
}

.hfs-home-hero h1 {
	font-size: clamp(1.75rem, 3.2vw, 3.35rem) !important;
	line-height: 0.95;
	letter-spacing: 0.018em;
	max-width: 500px;
}

.hfs-home-hero p {
	font-size: clamp(0.82rem, 1.1vw, 1rem) !important;
	max-width: 480px;
}

.hfs-home-category-card__badge i::before {
	line-height: 1;
}

.hfs-home-brand-card {
	min-height: 58px;
	background: #fffef9;
}

.hfs-home-brand-card img {
	max-width: 92%;
	max-height: 44px;
}

@media (min-width: 1600px) {
	.hfs-home-section {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 767.98px) {
	.hfs-home-hero h1 {
		font-size: clamp(1.42rem, 8vw, 2.2rem) !important;
	}
}

/* ---- v2.33.60 corrective: tighter header, darker raised bars, page-keyed megamenu visual match, real provided logo assets, and brown seasonal/events ---- */
body.hfs-home-page {
	--hfs-home-brown-dark: #3e2417;
	--hfs-home-brown-mid: #57331f;
	--hfs-home-brown-light: #684127;
}

.hfs-home-need-tile,
.hfs-home-event-card {
	background: linear-gradient(135deg, rgba(104, 65, 39, 0.96), rgba(76, 45, 27, 0.92));
	color: #fff8ea;
}

.hfs-home-need-tile small,
.hfs-home-event-card p {
	color: rgba(255, 248, 234, 0.9);
}

.hfs-home-event-card a {
	color: #ffcf75;
}

.hfs-home-brand-card {
	min-height: 60px;
}

.hfs-home-brand-card img {
	max-width: 94%;
	max-height: 48px;
}

/* ---- v2.33.60 corrective: admin-driven nav spacing, dark leather bars, gold search, AFS logo, and brown home tiles ---- */
body.hfs-home-page {
	--hfs-home-leather-top: #5a3621;
	--hfs-home-leather-bottom: #3f2417;
	--hfs-home-leather-border: rgba(255, 210, 128, 0.26);
	--hfs-home-header-gold: #ffcf75;
}

.hfs-home-need-tile,
.hfs-home-event-card {
	background: linear-gradient(135deg, var(--hfs-home-leather-top), var(--hfs-home-leather-bottom)) !important;
	color: #fff8ea;
}

.hfs-home-need-tile small,
.hfs-home-event-card p {
	color: rgba(255, 248, 234, 0.91);
}

.hfs-home-brand-card img[src*="associated-feeds-logo"] {
	max-width: 98%;
	max-height: 46px;
}

.hfs-home-brand-card img[src*="showmaker-logo"] {
	max-width: 96%;
	max-height: 42px;
}

/* ---- v2.33.60 corrective: footer-color header bars, one-pixel separators, admin-driven nav alignment, matching search icon color, and corrected brand logos ---- */
body.hfs-home-page {
	--hfs-home-footer-brown: var(--hfs-brown-dark, #3E2723);
	--hfs-home-header-separator: rgba(215, 204, 200, 0.26);
	--hfs-home-action-gold: #ffcf75;
}

.hfs-home-brand-card img {
	max-width: 92%;
	max-height: 50px;
	object-fit: contain;
}

.hfs-home-brand-card img[src*="associated-feeds-logo"],
.hfs-home-brand-card img[src*="diamond-logo"],
.hfs-home-brand-card img[src*="dr-elseys-logo"],
.hfs-home-brand-card img[src*="durvet-logo"],
.hfs-home-brand-card img[src*="farnam-logo"],
.hfs-home-brand-card img[src*="little-giant-logo"],
.hfs-home-brand-card img[src*="natures-logic-logo"],
.hfs-home-brand-card img[src*="petmate-logo"] {
	max-width: 96%;
	max-height: 52px;
}

/* ---- v2.33.60 corrective: Products-style home mini cards and More to Explore slider ---- */

.hfs-home-more-explore-panel {
	width: 100%;
}

.hfs-home-slider--wide .hfs-home-slider-track {
	padding-bottom: 0.45rem;
}

.hfs-home-slider-track .hfs-home-mini-product-card {
	flex: 0 0 148px;
	scroll-snap-align: start;
}

.hfs-product-card.hfs-home-mini-product-card {
	height: auto;
	min-height: 0;
	background: transparent;
	border-radius: 10px;
	box-shadow: 0 8px 20px rgba(62,39,35,0.12);
}

.hfs-product-card.hfs-home-mini-product-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 26px rgba(62,39,35,0.16);
}

.hfs-product-card.hfs-home-mini-product-card .card-image-area {
	height: 96px;
	min-height: 96px;
	background: transparent;
	padding: 0.22rem 0.18rem 0;
}

.hfs-product-card.hfs-home-mini-product-card .card-image-area img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 0;
}

.hfs-product-card.hfs-home-mini-product-card .hfs-image-placeholder--home {
	width: 100%;
	height: 100%;
	background: transparent;
	color: rgba(76,62,39,0.5);
}

.hfs-product-card.hfs-home-mini-product-card .card-info {
	min-height: 118px;
	margin-top: -8px;
	padding: 0.62rem 0.55rem 0.58rem;
	border-radius: 10px 10px 0 0;
	text-align: left;
}

.hfs-product-card.hfs-home-mini-product-card .card-category {
	font-size: 0.52rem;
	letter-spacing: 1.1px;
	margin-bottom: 0.24rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hfs-product-card.hfs-home-mini-product-card .card-product-name {
	font-size: 0.68rem;
	line-height: 1.18;
	min-height: 2.35em;
	margin-bottom: 0.24rem;
}

.hfs-home-mini-product-card__brand {
	display: block;
	font-size: 0.6rem;
	font-weight: 700;
	color: var(--c-desc, #d8c8ad);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hfs-home-mini-product-card__meta {
	margin-top: auto;
	padding-top: 0.38rem;
	display: flex;
	flex-direction: column;
	gap: 0.08rem;
}

.hfs-home-mini-product-card__meta strong {
	font-size: 0.83rem;
	line-height: 1.1;
	color: #fff8e6;
}

.hfs-home-mini-product-card__meta span {
	font-size: 0.58rem;
	font-weight: 700;
	line-height: 1.15;
	color: var(--c-detail-label, #bba786);
}

@media (max-width: 576px) {
	.hfs-home-slider-track .hfs-home-mini-product-card {
		flex-basis: 140px;
	}

	.hfs-product-card.hfs-home-mini-product-card .card-image-area {
		height: 88px;
		min-height: 88px;
	}
}


/* v2.34.17 corrective: category title spacing after the hero. */
.hfs-home-category-section {
	padding-top: 1.85rem;
}
.hfs-home-category-head h2 {
	font-size: clamp(0.88rem, 1.28vw, 1.04rem);
}
