/*
 * Horeca Hut homepage hybrid dark system.
 * Premium contrast, compact commerce rhythm and product-first discovery.
 */

body.hhm-front-page {
	--hhm-ink: #17191c;
	--hhm-muted: #666a70;
	--hhm-brand: #d4af37;
	--hhm-brand-dark: #8f6d2e;
	--hhm-accent: #d4af37;
	--hhm-surface: #f3f2ed;
	--hhm-line: #d7d1c5;
	--hhm-night: #0c0e11;
	--hhm-night-2: #12151a;
	--hhm-graphite: #13151b;
	--hhm-graphite-2: #1a1d24;
	--hhm-dark-line: #23262e;
	--hhm-ivory: #f4f3ee;
	--hhm-ivory-2: #ebe6dc;
	--hhm-warm-gray: #dcd6ca;
	--hhm-gold: #d4af37;
	--hhm-gold-soft: #edcf70;
	--hhm-dark-text: #f2f1ec;
	--hhm-dark-muted: #b1b3b5;
	--hhm-radius: 12px;
	margin: 0;
	background: var(--hhm-night);
	color: var(--hhm-dark-text);
	font-family: Inter, "Segoe UI", Arial, sans-serif;
}

body.hhm-front-page .hhm-site-shell,
body.hhm-front-page .hhm-main {
	background: var(--hhm-night);
	color: var(--hhm-dark-text) !important;
}

body.hhm-front-page .hhm-container { width: min(calc(100% - 48px), 1340px); }
body.hhm-front-page a { color: inherit; }
body.hhm-front-page .hhm-icon { width: 19px; height: 19px; }
body.hhm-front-page .hhm-balance-section { position: relative; padding: 76px 0; }
body.hhm-front-page .hhm-main > section { margin: 0 !important; }


/* Shared type, buttons and headings. */
body.hhm-front-page .hhm-balance-kicker {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 12px;
	color: var(--hhm-brand-dark);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .11em;
	text-transform: uppercase;
}

body.hhm-front-page .hhm-balance-kicker > span { width: 25px; height: 1px; background: currentColor; }
body.hhm-front-page .hhm-balance-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
	align-items: end;
	gap: 54px;
	margin-bottom: 34px;
}
body.hhm-front-page .hhm-balance-heading h2,
body.hhm-front-page .hhm-balance-heading p { margin: 0; }
body.hhm-front-page .hhm-balance-heading h2 {
	max-width: 760px;
	font-size: clamp(2.35rem, 3.35vw, 3.35rem);
	font-weight: 720;
	letter-spacing: -.045em;
	line-height: 1.04;
}
body.hhm-front-page .hhm-balance-heading > p { max-width: 520px; font-size: .94rem; line-height: 1.65; }
body.hhm-front-page .hhm-balance-heading--inline { grid-template-columns: minmax(0, 1fr) auto; }
body.hhm-front-page .hhm-balance-heading--inline > a,
body.hhm-front-page .hhm-explorer-panel__top > a,
body.hhm-front-page .hhm-operation-stage__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: .79rem;
	font-weight: 780;
}
body.hhm-front-page .hhm-balance-heading--inline > a svg,
body.hhm-front-page .hhm-explorer-panel__top > a svg,
body.hhm-front-page .hhm-operation-stage__link svg { width: 16px; height: 16px; }
body.hhm-front-page .hhm-balance-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 48px;
	padding: 12px 20px;
	border: 1px solid transparent;
	border-radius: 8px;
	font-size: .79rem;
	font-weight: 800;
}
body.hhm-front-page .hhm-balance-button--gold { background: var(--hhm-gold); color: #0e0d08; }
body.hhm-front-page .hhm-balance-button--gold:hover { background: var(--hhm-gold-soft); }
body.hhm-front-page .hhm-balance-button--dark { border-color: #3b3f47; background: transparent; color: var(--hhm-dark-text); }
body.hhm-front-page .hhm-balance-button--dark:hover { border-color: #655738; color: var(--hhm-gold-soft); }

/* Compact, product-first hero. */
body.hhm-front-page .hhm-balance-hero {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #2c3036;
	background:
		linear-gradient(90deg, rgba(212, 175, 55, .035) 1px, transparent 1px),
		linear-gradient(rgba(212, 175, 55, .035) 1px, transparent 1px),
		var(--hhm-night);
	background-size: 62px 62px;
}
body.hhm-front-page .hhm-balance-hero::after {
	content: "";
	position: absolute;
	right: -140px;
	bottom: -220px;
	width: 620px;
	height: 620px;
	border: 1px solid rgba(212, 175, 55, .12);
	border-radius: 50%;
	pointer-events: none;
}
body.hhm-front-page .hhm-balance-hero__layout {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, .88fr) minmax(580px, 1.12fr);
	align-items: center;
	gap: 58px;
	min-height: 640px;
	padding-block: 54px;
}
body.hhm-front-page .hhm-balance-hero__copy { max-width: 590px; }
body.hhm-front-page .hhm-balance-hero .hhm-balance-kicker { color: var(--hhm-gold); }
body.hhm-front-page .hhm-balance-hero h1 {
	margin: 0;
	color: var(--hhm-dark-text) !important;
	font-size: clamp(3.35rem, 4.6vw, 4.4rem);
	font-weight: 720;
	letter-spacing: -.058em;
	line-height: .98;
}
body.hhm-front-page .hhm-balance-hero h1 span { color: var(--hhm-gold-soft); }
body.hhm-front-page .hhm-balance-hero__lead { max-width: 560px; margin: 26px 0 0; color: #b9bbbd; font-size: .99rem; line-height: 1.7; }
body.hhm-front-page .hhm-balance-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 27px; }
body.hhm-front-page .hhm-balance-hero__stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 34px 0 0;
	padding-top: 25px;
	border-top: 1px solid #20232b;
}
body.hhm-front-page .hhm-balance-hero__stats > div { padding-inline: 18px; border-left: 1px solid #20232b; }
body.hhm-front-page .hhm-balance-hero__stats > div:first-child { padding-left: 0; border-left: 0; }
body.hhm-front-page .hhm-balance-hero__stats dt { color: var(--hhm-dark-text); font-size: 1.22rem; font-weight: 760; }
body.hhm-front-page .hhm-balance-hero__stats dd { margin: 4px 0 0; color: #90949a; font-size: .7rem; }
body.hhm-front-page .hhm-balance-hero__merch { display: grid; grid-template-columns: minmax(0, 1fr) 190px; gap: 10px; }
body.hhm-front-page .hhm-balance-hero-product {
	overflow: hidden;
	border: 1px solid #363a41;
	border-radius: 13px;
	background: #12141a;
}
body.hhm-front-page .hhm-balance-hero-product__meta {
	display: flex;
	justify-content: space-between;
	padding: 16px 17px 13px;
	color: var(--hhm-gold-soft);
	font-size: .7rem;
	font-weight: 780;
	letter-spacing: .08em;
	text-transform: uppercase;
}
body.hhm-front-page .hhm-balance-hero-product__meta small { color: #a0a3a8; font-size: .7rem !important; }
body.hhm-front-page .hhm-balance-hero-product__media { display: grid; place-items: center; min-height: 340px; margin-inline: 16px; background: var(--hhm-ivory); }
body.hhm-front-page .hhm-balance-hero-product__media img { width: 100%; height: 315px; object-fit: contain; mix-blend-mode: multiply; }
body.hhm-front-page .hhm-balance-hero-product__body { display: flex; align-items: end; justify-content: space-between; gap: 18px; padding: 17px; }
body.hhm-front-page .hhm-balance-hero-product__body p { margin: 0 0 5px; color: #93979d; font-size: .7rem; }
body.hhm-front-page .hhm-balance-hero-product__body h2 { margin: 0; color: var(--hhm-dark-text) !important; font-size: .94rem; line-height: 1.35; }
body.hhm-front-page .hhm-balance-hero-product__body > strong { flex: none; color: var(--hhm-gold-soft); font-size: .88rem; }
body.hhm-front-page .hhm-balance-hero__support { display: grid; gap: 9px; }
body.hhm-front-page .hhm-balance-hero__support > a {
	position: relative;
	display: grid;
	grid-template-rows: 130px 1fr;
	min-width: 0;
	overflow: hidden;
	border: 1px solid #33373e;
	border-radius: 11px;
	background: #12141a;
}
body.hhm-front-page .hhm-balance-hero__support img { width: 100%; height: 130px; padding: 8px; object-fit: contain; background: var(--hhm-ivory); mix-blend-mode: normal; }
body.hhm-front-page .hhm-balance-hero__support > a > span { display: flex; flex-direction: column; min-width: 0; padding: 12px; }
body.hhm-front-page .hhm-balance-hero__support small { color: var(--hhm-gold); font-size: .7rem; }
body.hhm-front-page .hhm-balance-hero__support strong { display: -webkit-box; overflow: hidden; margin-top: 5px; color: var(--hhm-dark-text); font-size: .72rem; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
body.hhm-front-page .hhm-balance-hero__support em { margin-top: auto; padding-top: 9px; color: var(--hhm-gold-soft); font-size: .72rem; font-style: normal; font-weight: 760; }
body.hhm-front-page .hhm-balance-hero__support > a > svg { position: absolute; right: 9px; bottom: 9px; width: 14px; color: #777b81; }
body.hhm-front-page .hhm-balance-hero__rail {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	gap: clamp(28px, 6vw, 90px);
	overflow-x: auto;
	padding: 15px 24px;
	border-top: 1px solid #2c3036;
	background: #111419;
	color: #b6b8ba;
	scrollbar-width: none;
}
body.hhm-front-page .hhm-balance-hero__rail span { flex: none; font-size: .7rem; font-weight: 760; letter-spacing: .06em; text-transform: uppercase; }

/* Interactive department explorer on a warm light surface. */
body.hhm-front-page .hhm-catalog-explorer { background: var(--hhm-ivory); color: #181a1d; }
body.hhm-front-page .hhm-catalog-explorer .hhm-balance-heading > p { color: #686b70; }
body.hhm-front-page .hhm-explorer-controls {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	padding: 2px 2px 12px;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
}
body.hhm-front-page .hhm-explorer-controls::-webkit-scrollbar,
body.hhm-front-page .hhm-balance-hero__support::-webkit-scrollbar,
body.hhm-front-page .hhm-balance-hero__rail::-webkit-scrollbar,
body.hhm-front-page .hhm-operation-tabs::-webkit-scrollbar { display: none; }
body.hhm-front-page .hhm-explorer-controls button {
	display: grid;
	grid-template-columns: 34px minmax(118px, auto) auto;
	align-items: center;
	gap: 9px;
	flex: none;
	min-height: 52px;
	padding: 8px 12px;
	border: 1px solid #d2ccc0;
	border-radius: 9px;
	background: #e9e4da;
	color: #383a3d;
	scroll-snap-align: start;
}
body.hhm-front-page .hhm-explorer-controls button:hover { border-color: #b7a479; background: #eee9df; }
body.hhm-front-page .hhm-explorer-controls button.is-active { border-color: #15171e; background: #15171e; color: #f4f3ef; }
body.hhm-front-page .hhm-explorer-controls button > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 7px; background: rgba(212, 175, 55, .15); color: var(--hhm-brand-dark); }
body.hhm-front-page .hhm-explorer-controls button.is-active > span { background: #211c10; color: var(--hhm-gold-soft); }
body.hhm-front-page .hhm-explorer-controls button strong { font-size: .74rem; text-align: left; }
body.hhm-front-page .hhm-explorer-controls button small { color: #7b7e82; font-size: .7rem; }
body.hhm-front-page .hhm-explorer-controls button.is-active small { color: #aaadb1; }
body.hhm-front-page .hhm-explorer-panel {
	margin-top: 14px;
	padding: 24px;
	border: 1px solid #d1cabd;
	border-radius: 14px;
	background: #fdfdfa;
	box-shadow: 0 18px 55px rgba(36, 31, 20, .08);
}
body.hhm-front-page .hhm-explorer-panel.is-loading .hhm-explorer-grid { opacity: .35; }
body.hhm-front-page .hhm-explorer-panel__top {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 19px;
}
body.hhm-front-page .hhm-explorer-panel__top > div { display: flex; align-items: baseline; gap: 10px; }
body.hhm-front-page .hhm-explorer-panel__top span { color: #797b7e; font-size: .72rem; }
body.hhm-front-page .hhm-explorer-panel__top strong { color: #191b1e; font-size: 1.2rem; }
body.hhm-front-page .hhm-explorer-panel__top > a { color: #6f5423; }
body.hhm-front-page .hhm-explorer-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 10px;
	transition: opacity .18s ease;
}

/* Shared product card system. */
body.hhm-front-page .hhm-home-product {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	border: 1px solid #d5d0c5;
	border-radius: 10px;
	background: #fff;
	color: #1d1f22;
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
body.hhm-front-page .hhm-home-product:hover {
	border-color: #b9a46f;
	box-shadow: 0 13px 34px rgba(27, 23, 15, .11);
	transform: translateY(-2px);
}
body.hhm-front-page .hhm-home-product__media {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 185px;
	padding: 12px;
	overflow: hidden;
	background: #ddd8cf;
}
body.hhm-front-page .hhm-home-product__media img { width: 100%; height: 172px; object-fit: contain; mix-blend-mode: multiply; transition: transform .2s ease; }
body.hhm-front-page .hhm-home-product:hover .hhm-home-product__media img { transform: scale(1.035); }
body.hhm-front-page .hhm-home-product__stock {
	position: absolute;
	top: 9px;
	left: 9px;
	padding: 4px 6px;
	border: 1px solid #d2cec2;
	border-radius: 5px;
	background: rgba(255,255,255,.88);
	color: #666960;
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .03em;
	text-transform: uppercase;
}
body.hhm-front-page .hhm-home-product__body { display: flex; flex: 1; flex-direction: column; padding: 13px; }
body.hhm-front-page .hhm-home-product__meta { display: flex; align-items: center; justify-content: space-between; gap: 7px; color: #83878d; font-size: .7rem; }
body.hhm-front-page .hhm-home-product__meta span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
body.hhm-front-page .hhm-home-product__meta small { flex: none; color: #8c6a2d; font-size: .7rem; }
body.hhm-front-page .hhm-home-product h3 {
	display: -webkit-box;
	overflow: hidden;
	min-height: 40px;
	margin: 8px 0 15px;
	color: #13151a;
	font-size: .83rem;
	font-weight: 740;
	letter-spacing: -.015em;
	line-height: 1.43;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
body.hhm-front-page .hhm-home-product__footer { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; }
body.hhm-front-page .hhm-home-product__price { color: #493a1c; font-size: .82rem; font-weight: 800; }
body.hhm-front-page .hhm-home-product__action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	min-width: 57px;
	height: 34px;
	padding: 0 9px;
	border: 1px solid #cfc6b5;
	border-radius: 7px;
	background: #f4f0e6;
	color: #5e471d;
	font-size: .7rem;
	font-weight: 800;
}
body.hhm-front-page .hhm-home-product__action:hover { border-color: #ad8b43; background: #e9d7a6; color: #251d0f; }
body.hhm-front-page .hhm-home-product__action svg { width: 14px; height: 14px; }

/* Honest new-arrival shelf. */
body.hhm-front-page .hhm-new-shelf { background: var(--hhm-graphite); color: var(--hhm-dark-text); }
body.hhm-front-page .hhm-new-shelf .hhm-balance-kicker { color: var(--hhm-gold); }
body.hhm-front-page .hhm-new-shelf .hhm-balance-heading > a { color: var(--hhm-gold-soft); }
body.hhm-front-page .hhm-product-shelf { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }

/* Interactive operation explorer. */
body.hhm-front-page .hhm-operation-explorer { background: #d9d4ca; color: #191b1e; }
body.hhm-front-page .hhm-operation-explorer .hhm-balance-heading > p { color: #64676b; }
body.hhm-front-page .hhm-operation-explorer__layout { display: grid; grid-template-columns: 345px minmax(0, 1fr); gap: 14px; }
body.hhm-front-page .hhm-operation-tabs { display: grid; gap: 7px; }
body.hhm-front-page .hhm-operation-tabs button {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	padding: 13px;
	border: 1px solid #c5beb1;
	border-radius: 10px;
	background: #e8e3d9;
	color: #202226;
	text-align: left;
}
body.hhm-front-page .hhm-operation-tabs button:hover { border-color: #af9c70; }
body.hhm-front-page .hhm-operation-tabs button.is-active { border-color: #14161d; background: #14161d; color: #f3f2ed; }
body.hhm-front-page .hhm-operation-tabs button > span:first-child { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 8px; background: rgba(212,175,55,.15); color: #896928; }
body.hhm-front-page .hhm-operation-tabs button.is-active > span:first-child { background: #221d10; color: var(--hhm-gold-soft); }
body.hhm-front-page .hhm-operation-tabs button > span:nth-child(2) { display: grid; gap: 3px; }
body.hhm-front-page .hhm-operation-tabs strong { font-size: .8rem; }
body.hhm-front-page .hhm-operation-tabs small { overflow: hidden; color: #6f7276; font-size: .7rem; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
body.hhm-front-page .hhm-operation-tabs button.is-active small { color: #aeb1b5; }
body.hhm-front-page .hhm-operation-tabs button > svg { width: 15px; color: #8a8d91; }
body.hhm-front-page .hhm-operation-tabs button.is-active > svg { color: var(--hhm-gold); }
body.hhm-front-page .hhm-operation-stage {
	padding: 21px;
	border: 1px solid #c4bcae;
	border-radius: 13px;
	background: #f5f2ea;
}
body.hhm-front-page .hhm-operation-stage.is-loading .hhm-explorer-grid { opacity: .35; }
body.hhm-front-page .hhm-operation-stage__top { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 17px; }
body.hhm-front-page .hhm-operation-stage__top > div:first-child { display: grid; gap: 4px; }
body.hhm-front-page .hhm-operation-stage__top span { color: #83878d; font-size: .7rem; }
body.hhm-front-page .hhm-operation-stage__top strong { font-size: 1.2rem; }
body.hhm-front-page .hhm-operation-stage__terms { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
body.hhm-front-page .hhm-operation-stage__terms a { padding: 6px 8px; border: 1px solid #c9c2b6; border-radius: 999px; color: #56595c; font-size: .7rem; }
body.hhm-front-page .hhm-explorer-grid--operation { grid-template-columns: repeat(4, minmax(0, 1fr)); }
body.hhm-front-page .hhm-operation-stage__link { margin-top: 16px; color: #715624; }

body.hhm-front-page .hhm-explorer-empty {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 190px;
	padding: 24px;
	border: 1px dashed #c3baaa;
	border-radius: 10px;
	background: #f3eee4;
	color: #2a2c2f;
}
body.hhm-front-page .hhm-explorer-empty > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 10px; background: #e5dcc8; color: #806226; }
body.hhm-front-page .hhm-explorer-empty strong { font-size: .9rem; }
body.hhm-front-page .hhm-explorer-empty p { margin: 5px 0 0; color: #686b6f; font-size: .78rem; }

/* Featured logos plus complete A-Z access. */
body.hhm-front-page .hhm-brand-discovery { background: var(--hhm-ivory); color: #1a1c1f; }
body.hhm-front-page .hhm-brand-discovery__intro { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 40px; margin-bottom: 26px; }
body.hhm-front-page .hhm-brand-discovery__intro h2 { margin: 0; font-size: clamp(2.35rem, 3.35vw, 3.35rem); font-weight: 720; letter-spacing: -.045em; line-height: 1.04; }
body.hhm-front-page .hhm-brand-discovery__intro p:last-child { max-width: 620px; margin: 13px 0 0; color: #676a6e; font-size: .9rem; line-height: 1.6; }
body.hhm-front-page .hhm-brand-discovery__intro button {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-height: 44px;
	padding: 10px 14px;
	border: 1px solid #aaa18f;
	border-radius: 8px;
	background: transparent;
	color: #5d481f;
	font-size: .76rem;
	font-weight: 800;
}
body.hhm-front-page .hhm-brand-discovery__intro button[aria-expanded="true"] svg { transform: rotate(90deg); }
body.hhm-front-page .hhm-brand-featured { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid #c4c0b4; border-left: 1px solid #c4c0b4; }
body.hhm-front-page .hhm-brand-featured > a {
	display: grid;
	grid-template-rows: 68px auto;
	place-items: center;
	min-height: 104px;
	padding: 12px;
	border-right: 1px solid #c4c0b4;
	border-bottom: 1px solid #c4c0b4;
	background: #fdfdfa;
}
body.hhm-front-page .hhm-brand-featured > a:hover { background: #fff; }
body.hhm-front-page .hhm-brand-featured img { width: 100%; height: 62px; object-fit: contain; filter: grayscale(.08) contrast(.98); }
body.hhm-front-page .hhm-brand-featured strong { align-self: center; font-size: .88rem; text-align: center; }
body.hhm-front-page .hhm-brand-featured span { color: #777a7d; font-size: .7rem; }
body.hhm-front-page .hhm-all-brands {
	margin-top: 14px;
	padding: 22px;
	border: 1px solid #c8c0b2;
	border-radius: 12px;
	background: #e8e2d7;
}
body.hhm-front-page .hhm-all-brands__top { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 17px; }
body.hhm-front-page .hhm-all-brands__top > div { display: grid; gap: 3px; }
body.hhm-front-page .hhm-all-brands__top span { color: #73767a; font-size: .7rem; }
body.hhm-front-page .hhm-all-brands__top strong { font-size: 1rem; }
body.hhm-front-page .hhm-all-brands__top label {
	display: flex;
	align-items: center;
	gap: 8px;
	width: min(300px, 100%);
	height: 40px;
	padding-inline: 11px;
	border: 1px solid #bdb5a7;
	border-radius: 8px;
	background: #f6f5f0;
}
body.hhm-front-page .hhm-all-brands__top label svg { width: 16px; color: #74777b; }
body.hhm-front-page .hhm-all-brands__top input { width: 100%; border: 0; outline: 0; background: transparent !important; color: #202226 !important; font-size: .78rem; }
body.hhm-front-page .hhm-all-brands__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid #c6c2b6; border-left: 1px solid #c6c2b6; }
body.hhm-front-page .hhm-all-brands__grid a { display: flex; align-items: center; justify-content: space-between; gap: 8px; min-height: 44px; padding: 9px 11px; border-right: 1px solid #c6c2b6; border-bottom: 1px solid #c6c2b6; background: #f6f5f0; }
body.hhm-front-page .hhm-all-brands__grid strong { overflow: hidden; font-size: .75rem; text-overflow: ellipsis; white-space: nowrap; }
body.hhm-front-page .hhm-all-brands__grid span { color: #7b7e81; font-size: .7rem; }
body.hhm-front-page .hhm-all-brands__grid a:hover { background: #fff; color: #6f5423; }
body.hhm-front-page .hhm-all-brands__empty { margin: 16px 0 0; color: #65686c; font-size: .78rem; }

/* Distinct front/back-of-house edits. */
body.hhm-front-page .hhm-curated-zones { background: var(--hhm-warm-gray); color: #13151a; }
body.hhm-front-page .hhm-curated-zones .hhm-balance-heading > p { color: #63666a; }
body.hhm-front-page .hhm-curated-zones__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
body.hhm-front-page .hhm-curated-zone { padding: 22px; border: 1px solid #c1b9ab; border-radius: 13px; background: #eeeae2; }
body.hhm-front-page .hhm-curated-zone--warm { background: #e6dece; }
body.hhm-front-page .hhm-curated-zone > header { display: grid; grid-template-columns: 43px minmax(0, 1fr) auto; align-items: center; gap: 12px; margin-bottom: 16px; }
body.hhm-front-page .hhm-curated-zone > header > span { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 9px; background: #d9cdaF; color: #765820; }
body.hhm-front-page .hhm-curated-zone > header small { color: #83878d; font-size: .7rem; text-transform: uppercase; letter-spacing: .07em; }
body.hhm-front-page .hhm-curated-zone > header h3 { margin: 3px 0 0; font-size: 1rem; }
body.hhm-front-page .hhm-curated-zone > header > a { display: inline-flex; align-items: center; gap: 5px; color: #705522; font-size: .71rem; font-weight: 800; }
body.hhm-front-page .hhm-curated-zone > header > a svg { width: 14px; }
body.hhm-front-page .hhm-curated-zone > div { display: grid; gap: 7px; }
body.hhm-front-page .hhm-home-product--compact { display: grid; grid-template-columns: 108px minmax(0, 1fr); min-height: 116px; }
body.hhm-front-page .hhm-home-product--compact .hhm-home-product__media { min-height: 116px; padding: 7px; }
body.hhm-front-page .hhm-home-product--compact .hhm-home-product__media img { height: 102px; }
body.hhm-front-page .hhm-home-product--compact .hhm-home-product__stock { display: none; }
body.hhm-front-page .hhm-home-product--compact .hhm-home-product__body { padding: 11px 12px; }
body.hhm-front-page .hhm-home-product--compact h3 { min-height: 0; margin: 6px 0 8px; font-size: .75rem; }
body.hhm-front-page .hhm-home-product--compact .hhm-home-product__price { font-size: .76rem; }

/* Concise B2B statement. */
body.hhm-front-page .hhm-balance-b2b { overflow: hidden; background: var(--hhm-night); }
body.hhm-front-page .hhm-balance-b2b__shell {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 52px;
	padding: 42px 46px;
	border: 1px solid #35383e;
	border-radius: 15px;
	background: linear-gradient(120deg, #1a1d21 0%, #111317 70%);
	box-shadow: 0 28px 70px rgba(0,0,0,.25);
}
body.hhm-front-page .hhm-balance-b2b .hhm-balance-kicker { color: var(--hhm-gold); }
body.hhm-front-page .hhm-balance-b2b h2 { max-width: 790px; margin: 0; color: var(--hhm-dark-text) !important; font-size: clamp(2.3rem, 3.7vw, 3.5rem); font-weight: 720; letter-spacing: -.045em; line-height: 1.04; }
body.hhm-front-page .hhm-balance-b2b h2 + p { max-width: 760px; margin: 16px 0 0; color: #b1b3b5; font-size: .9rem; line-height: 1.65; }
body.hhm-front-page .hhm-balance-b2b__actions { display: grid; gap: 11px; min-width: 220px; text-align: center; }
body.hhm-front-page .hhm-balance-b2b__actions > a:last-child { color: var(--hhm-gold-soft); font-size: .78rem; font-weight: 760; }
body.hhm-front-page .hhm-balance-b2b__steps { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding-top: 8px; }
body.hhm-front-page .hhm-balance-b2b__steps span { display: flex; align-items: center; gap: 10px; padding: 11px 13px; border: 1px solid #34373d; border-radius: 8px; color: #c2c4c5; font-size: .73rem; }
body.hhm-front-page .hhm-balance-b2b__steps strong { color: var(--hhm-gold); font-size: .69rem; }

/* Guides and crawlable support on balanced surfaces. */
body.hhm-front-page .hhm-balance-guides { background: var(--hhm-ivory); color: #13151a; }
body.hhm-front-page .hhm-balance-guides .hhm-balance-heading > a { color: #715624; }
body.hhm-front-page .hhm-balance-guides__grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 12px; }
body.hhm-front-page .hhm-balance-guides article { overflow: hidden; border: 1px solid #d3cfc5; border-radius: 11px; background: #fdfdfa; }
body.hhm-front-page .hhm-balance-guide__media { display: block; overflow: hidden; background: #ded8cc; }
body.hhm-front-page .hhm-balance-guide__media img,
body.hhm-front-page .hhm-balance-guide__media > span { display: grid; place-items: center; width: 100%; height: 205px; object-fit: cover; transition: transform .2s ease; }
body.hhm-front-page .hhm-balance-guides article:hover .hhm-balance-guide__media img { transform: scale(1.025); }
body.hhm-front-page .hhm-balance-guides article > div { padding: 16px; }
body.hhm-front-page .hhm-balance-guides time { color: #8b682b; font-size: .7rem; font-weight: 760; text-transform: uppercase; letter-spacing: .06em; }
body.hhm-front-page .hhm-balance-guides h3 { margin: 8px 0; font-size: 1rem; line-height: 1.35; }
body.hhm-front-page .hhm-balance-guides article p { margin: 0; color: #696c70; font-size: .78rem; line-height: 1.58; }
body.hhm-front-page .hhm-balance-guides article.is-featured .hhm-balance-guide__media img,
body.hhm-front-page .hhm-balance-guides article.is-featured .hhm-balance-guide__media > span { height: 250px; }
body.hhm-front-page .hhm-balance-guides article.is-featured h3 { font-size: 1.18rem; }
body.hhm-front-page .hhm-balance-support { padding-block: 54px; border-top: 1px solid #23262e; background: #101117; }
body.hhm-front-page .hhm-balance-support__layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 65px; }
body.hhm-front-page .hhm-balance-support .hhm-balance-kicker { color: var(--hhm-gold); }
body.hhm-front-page .hhm-balance-support h2 { max-width: 580px; margin: 0; color: var(--hhm-dark-text) !important; font-size: clamp(1.9rem, 2.7vw, 2.7rem); letter-spacing: -.04em; line-height: 1.08; }
body.hhm-front-page .hhm-balance-support__layout > div:last-child { color: #b2b4b6; font-size: .82rem; line-height: 1.68; }
body.hhm-front-page .hhm-balance-support__layout > div:last-child p { margin: 0; }
body.hhm-front-page .hhm-balance-support nav { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
body.hhm-front-page .hhm-balance-support nav a { padding: 7px 9px; border: 1px solid #3c4047; border-radius: 6px; color: #d0d1d0; font-size: .7rem; }
body.hhm-front-page .hhm-balance-support nav a:hover { border-color: #54471f; color: var(--hhm-gold-soft); }

/* Footer and floating action. */
body.hhm-front-page .hhm-footer { margin-top: 0; border-top: 1px solid #21242c; background: #090a0c; color: #a5a7a9; }
body.hhm-front-page .hhm-footer__lead { border-color: #21242c; }
body.hhm-front-page .hhm-footer__lead h2,
body.hhm-front-page .hhm-footer h3 { color: var(--hhm-dark-text) !important; }
body.hhm-front-page .hhm-footer__grid a { color: #a9abad; }
body.hhm-front-page .hhm-footer__grid a:hover { color: var(--hhm-gold-soft); }
body.hhm-front-page .hhm-footer .hhm-button--gold { border: 1px solid #605235; background: transparent; color: var(--hhm-gold-soft) !important; }
body.hhm-front-page .hhm-footer .hhm-button--gold:hover { border-color: var(--hhm-gold); background: #100e08; }
body.hhm-front-page #ht-ctc-chat svg stop:first-child { stop-color: #dfc478 !important; }
body.hhm-front-page #ht-ctc-chat svg stop:last-child { stop-color: #9b7939 !important; }
body.hhm-front-page #ht-ctc-chat .ht-ctc-cta { background: var(--hhm-gold) !important; color: #0e0d08 !important; }

@media (max-width: 1180px) {
	body.hhm-front-page .hhm-balance-hero__layout { grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr); gap: 34px; }
	body.hhm-front-page .hhm-balance-hero__merch { grid-template-columns: minmax(0, 1fr) 165px; }
	body.hhm-front-page .hhm-balance-hero-product__media { min-height: 315px; }
	body.hhm-front-page .hhm-balance-hero-product__media img { height: 290px; }
	body.hhm-front-page .hhm-explorer-grid,
	body.hhm-front-page .hhm-product-shelf { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	body.hhm-front-page .hhm-operation-explorer__layout { grid-template-columns: 310px minmax(0, 1fr); }
	body.hhm-front-page .hhm-explorer-grid--operation { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1024px) {
	body.hhm-front-page .hhm-container { width: min(calc(100% - 36px), 1340px); }
	body.hhm-front-page .hhm-balance-section { padding: 64px 0; }
	body.hhm-front-page .hhm-balance-hero__layout { grid-template-columns: 1fr; min-height: 0; padding-block: 52px; }
	body.hhm-front-page .hhm-balance-hero__copy { max-width: 780px; }
	body.hhm-front-page .hhm-balance-hero__merch { grid-template-columns: minmax(0, 1fr) 190px; }
	body.hhm-front-page .hhm-operation-explorer__layout { grid-template-columns: 1fr; }
	body.hhm-front-page .hhm-operation-tabs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	body.hhm-front-page .hhm-operation-tabs button { grid-template-columns: 38px minmax(0, 1fr); }
	body.hhm-front-page .hhm-operation-tabs button > svg,
	body.hhm-front-page .hhm-operation-tabs small { display: none; }
	body.hhm-front-page .hhm-brand-featured { grid-template-columns: repeat(5, minmax(0, 1fr)); }
	body.hhm-front-page .hhm-curated-zones__grid { grid-template-columns: 1fr; }
	body.hhm-front-page .hhm-balance-b2b__shell { grid-template-columns: 1fr; gap: 28px; }
	body.hhm-front-page .hhm-balance-b2b__actions { grid-template-columns: auto auto; align-items: center; justify-content: start; min-width: 0; }
}

@media (max-width: 768px) {
	body.hhm-front-page .hhm-container { width: min(calc(100% - 28px), 1340px); }
	body.hhm-front-page .hhm-balance-section { padding: 54px 0; }
	body.hhm-front-page .hhm-balance-heading,
	body.hhm-front-page .hhm-balance-heading--inline { grid-template-columns: 1fr; gap: 14px; margin-bottom: 26px; }
	body.hhm-front-page .hhm-balance-heading h2 { font-size: clamp(2rem, 7.2vw, 2.8rem); }
	body.hhm-front-page .hhm-balance-heading > p { font-size: .88rem; }
	body.hhm-front-page .hhm-balance-heading--inline > a { justify-self: start; }
	body.hhm-front-page .hhm-balance-hero h1 { font-size: clamp(3rem, 10vw, 4.2rem); }
	body.hhm-front-page .hhm-balance-hero__lead { font-size: .92rem; }
	body.hhm-front-page .hhm-balance-hero__merch { grid-template-columns: 1fr; }
	body.hhm-front-page .hhm-balance-hero__support { grid-template-columns: 1fr 1fr; }
	body.hhm-front-page .hhm-balance-hero__support > a { grid-template-columns: 110px minmax(0, 1fr); grid-template-rows: 1fr; min-height: 120px; }
	body.hhm-front-page .hhm-balance-hero__support img { height: 100%; min-height: 120px; }
	body.hhm-front-page .hhm-balance-hero__rail { justify-content: flex-start; }
	body.hhm-front-page .hhm-explorer-panel { padding: 16px; }
	body.hhm-front-page .hhm-explorer-panel__top { align-items: flex-start; }
	body.hhm-front-page .hhm-explorer-panel__top > div { display: grid; gap: 3px; }
	body.hhm-front-page .hhm-explorer-grid,
	body.hhm-front-page .hhm-explorer-grid--operation { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	body.hhm-front-page .hhm-product-shelf {
		display: flex;
		gap: 9px;
		overflow-x: auto;
		padding: 0 14px 9px;
		margin-inline: -14px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}
	body.hhm-front-page .hhm-product-shelf::-webkit-scrollbar,
	body.hhm-front-page .hhm-brand-featured::-webkit-scrollbar,
	body.hhm-front-page .hhm-balance-guides__grid::-webkit-scrollbar { display: none; }
	body.hhm-front-page .hhm-product-shelf .hhm-home-product { flex: 0 0 min(46vw, 240px); scroll-snap-align: start; }
	body.hhm-front-page .hhm-home-product__media { min-height: 165px; }
	body.hhm-front-page .hhm-home-product__media img { height: 152px; }
	body.hhm-front-page .hhm-operation-tabs { display: flex; gap: 7px; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory; }
	body.hhm-front-page .hhm-operation-tabs button { flex: 0 0 210px; scroll-snap-align: start; }
	body.hhm-front-page .hhm-operation-tabs small { display: block; }
	body.hhm-front-page .hhm-operation-stage__top { align-items: flex-start; }
	body.hhm-front-page .hhm-operation-stage__terms { display: none; }
	body.hhm-front-page .hhm-brand-discovery__intro { grid-template-columns: 1fr; gap: 19px; }
	body.hhm-front-page .hhm-brand-discovery__intro h2 { font-size: clamp(2rem, 7.2vw, 2.8rem); }
	body.hhm-front-page .hhm-brand-discovery__intro button { justify-self: start; }
	body.hhm-front-page .hhm-brand-featured {
		display: flex;
		overflow-x: auto;
		border-left: 0;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}
	body.hhm-front-page .hhm-brand-featured > a { flex: 0 0 min(42vw, 220px); border-left: 1px solid #c4c0b4; scroll-snap-align: start; }
	body.hhm-front-page .hhm-all-brands__top { align-items: flex-start; flex-direction: column; }
	body.hhm-front-page .hhm-all-brands__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	body.hhm-front-page .hhm-curated-zones__grid {
		display: flex;
		gap: 10px;
		overflow-x: auto;
		padding: 0 14px 8px;
		margin-inline: -14px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}
	body.hhm-front-page .hhm-curated-zones__grid::-webkit-scrollbar { display: none; }
	body.hhm-front-page .hhm-curated-zone { flex: 0 0 min(88vw, 560px); scroll-snap-align: start; }
	body.hhm-front-page .hhm-balance-b2b__shell { width: calc(100% - 28px); padding: 30px 24px; }
	body.hhm-front-page .hhm-balance-b2b h2 { font-size: clamp(2rem, 8.5vw, 3rem); }
	body.hhm-front-page .hhm-balance-b2b__steps { grid-template-columns: 1fr; }
	body.hhm-front-page .hhm-balance-guides__grid {
		display: flex;
		overflow-x: auto;
		padding: 0 14px 8px;
		margin-inline: -14px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}
	body.hhm-front-page .hhm-balance-guides article { flex: 0 0 min(84vw, 430px); scroll-snap-align: start; }
	body.hhm-front-page .hhm-balance-guides article.is-featured .hhm-balance-guide__media img,
	body.hhm-front-page .hhm-balance-guides article.is-featured .hhm-balance-guide__media > span { height: 220px; }
	body.hhm-front-page .hhm-balance-support__layout { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 480px) {
	body.hhm-front-page .hhm-balance-hero__layout { gap: 30px; padding-block: 40px; }
	body.hhm-front-page .hhm-balance-hero h1 { font-size: clamp(2.85rem, 13vw, 3.45rem); line-height: 1; }
	body.hhm-front-page .hhm-balance-hero__actions { display: grid; }
	body.hhm-front-page .hhm-balance-button { width: 100%; }
	body.hhm-front-page .hhm-balance-hero__stats > div { padding-inline: 10px; }
	body.hhm-front-page .hhm-balance-hero__stats dt { font-size: 1.05rem; }
	body.hhm-front-page .hhm-balance-hero__stats dd { font-size: .7rem; line-height: 1.3; }
	body.hhm-front-page .hhm-balance-hero-product__media { min-height: 265px; margin-inline: 10px; }
	body.hhm-front-page .hhm-balance-hero-product__media img { height: 250px; }
	body.hhm-front-page .hhm-balance-hero-product__body { align-items: flex-start; flex-direction: column; gap: 9px; }
	body.hhm-front-page .hhm-balance-hero__support { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 5px; scroll-snap-type: x mandatory; }
	body.hhm-front-page .hhm-balance-hero__support > a { flex: 0 0 82%; scroll-snap-align: start; }
	body.hhm-front-page .hhm-explorer-controls button { grid-template-columns: 32px minmax(112px, auto) auto; }
	body.hhm-front-page .hhm-explorer-panel__top { flex-direction: column; }
	body.hhm-front-page .hhm-explorer-grid,
	body.hhm-front-page .hhm-product-shelf,
	body.hhm-front-page .hhm-explorer-grid--operation { gap: 8px; }
	body.hhm-front-page .hhm-home-product__media { min-height: 148px; padding: 8px; }
	body.hhm-front-page .hhm-home-product__media img { height: 136px; }
	body.hhm-front-page .hhm-home-product__body { padding: 10px; }
	body.hhm-front-page .hhm-home-product__meta { font-size: .7rem; }
	body.hhm-front-page .hhm-home-product h3 { min-height: 38px; margin: 7px 0 12px; font-size: .76rem; }
	body.hhm-front-page .hhm-home-product__footer { align-items: flex-end; }
	body.hhm-front-page .hhm-home-product__price { font-size: .75rem; }
	body.hhm-front-page .hhm-home-product__action { min-width: 34px; width: 34px; padding: 0; }
	body.hhm-front-page .hhm-home-product__action-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
	body.hhm-front-page .hhm-operation-stage { padding: 14px; }
	body.hhm-front-page .hhm-operation-stage__top { flex-direction: column; }
	body.hhm-front-page .hhm-brand-featured > a { min-height: 94px; }
	body.hhm-front-page .hhm-brand-featured img { height: 55px; }
	body.hhm-front-page .hhm-all-brands { padding: 15px; }
	body.hhm-front-page .hhm-all-brands__grid { grid-template-columns: 1fr; }
	body.hhm-front-page .hhm-curated-zone { padding: 15px; }
	body.hhm-front-page .hhm-curated-zone > header { grid-template-columns: 40px minmax(0, 1fr); }
	body.hhm-front-page .hhm-curated-zone > header > a { grid-column: 2; }
	body.hhm-front-page .hhm-home-product--compact { grid-template-columns: 92px minmax(0, 1fr); }
	body.hhm-front-page .hhm-home-product--compact .hhm-home-product__media img { height: 92px; }
	body.hhm-front-page .hhm-balance-b2b__actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
	body.hhm-front-page .hhm-home-product,
	body.hhm-front-page .hhm-home-product__media img,
	body.hhm-front-page .hhm-balance-guide__media img { transition: none; }
}

/* Task 04: semantic contrast, navigation and reusable merchandising cards. */
body.hhm-front-page {
	--hhm-text-primary-on-dark: #f5f4ef;
	--hhm-text-secondary-on-dark: #b9bdc1;
	--hhm-text-primary-on-light: #101218;
	--hhm-text-secondary-on-light: #787d84;
	--hhm-accent: #d4af37;
	--hhm-border-dark: #282c35;
	--hhm-border-light: #d7d2c8;
	--hhm-surface-card-dark: #101117;
	--hhm-surface-product-image: #f5f2eb;
	--hhm-sale: #8f342d;
	--hhm-success: #176e59;
	--hhm-warning: #876019;
}


/* Make every dark-surface heading state explicit, including the rejected defect. */
body.hhm-front-page .hhm-new-shelf .hhm-balance-heading h2,
body.hhm-front-page .hhm-new-shelf .hhm-balance-heading p,
body.hhm-front-page .hhm-new-shelf .hhm-home-product a:focus-visible,
body.hhm-front-page .hhm-balance-b2b h2,
body.hhm-front-page .hhm-balance-support h2 { color: var(--hhm-text-primary-on-dark) !important; }
body.hhm-front-page .hhm-new-shelf .hhm-balance-heading > a { color: var(--hhm-gold-soft) !important; }
body.hhm-front-page .hhm-new-shelf .hhm-balance-heading > a:hover { color: #fff1c4 !important; }

/* Unified product card system: standard, shelf, featured and horizontal. */
body.hhm-front-page .hhm-home-product {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--hhm-border-light);
	border-radius: 13px;
	background: #fbf9f4;
	color: var(--hhm-text-primary-on-light);
	box-shadow: 0 8px 24px rgba(25, 22, 17, .055);
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
body.hhm-front-page .hhm-home-product:hover,
body.hhm-front-page .hhm-home-product:focus-within {
	border-color: #b79c61;
	box-shadow: 0 16px 38px rgba(25, 22, 17, .13);
	transform: translateY(-2px);
}
body.hhm-front-page .hhm-home-product__brand {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	min-height: 42px;
	padding: 7px 12px;
	border-bottom: 1px solid #e5e0d7;
	background: #fffdf9;
}
body.hhm-front-page .hhm-home-product__brand > a {
	display: inline-flex;
	align-items: center;
	max-width: 72%;
	min-height: 27px;
	color: #4d5457;
	font-size: .67rem;
	font-weight: 820;
	line-height: 1.2;
}
body.hhm-front-page .hhm-home-product__brand > a:hover { color: #735825; }
body.hhm-front-page .hhm-home-product__brand-logo {
	display: block;
	width: auto;
	max-width: 84px;
	height: 25px;
	object-fit: contain;
	object-position: left center;
}
body.hhm-front-page .hhm-home-product__brand .hhm-brand-mark-link { max-width: 124px; }
body.hhm-front-page .hhm-home-product__brand .hhm-brand-mark--card {
	width: auto;
	max-width: 124px;
	height: 34px;
	padding: 5px 10px;
}
body.hhm-front-page .hhm-home-product__brand .hhm-brand-mark__fallback { color: #3c3d3f; }
body.hhm-front-page .hhm-home-product--featured .hhm-brand-mark--surface-light {
	border-color: #504a3c;
	background: #f5f4f0;
}
body.hhm-front-page .hhm-home-product__footer .hhm-home-product__action { flex: 1 1 auto; min-width: 0; }
body.hhm-front-page .hhm-home-product__footer .hhm-product-whatsapp {
	flex: 0 0 38px;
	width: 38px;
	min-width: 38px;
	height: 38px;
	min-height: 38px;
	padding: 0;
	border-color: #c5bda9;
	background: transparent;
}
body.hhm-front-page .hhm-home-product__footer .hhm-product-whatsapp span {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}
body.hhm-front-page .hhm-home-product__footer .hhm-product-whatsapp:hover,
body.hhm-front-page .hhm-home-product__footer .hhm-product-whatsapp:focus-visible {
	border-color: #c39a2e;
	background: #f1e5c7;
}
body.hhm-front-page .hhm-variable-preview { margin: 8px 0 2px; }
body.hhm-front-page .hhm-variable-preview__label { color: #74777b; }
body.hhm-front-page .hhm-variable-preview button {
	border-color: #cbc4b7;
	background: #fdfdfa;
	color: #24272a;
}
body.hhm-front-page .hhm-variable-preview button:hover,
body.hhm-front-page .hhm-variable-preview button.is-selected {
	border-color: #1d2028;
	background: #1d2028;
	color: #fff;
}
body.hhm-front-page .hhm-home-product__brand-empty { display: block; min-height: 25px; }
body.hhm-front-page .hhm-home-product__brand-context {
	overflow: hidden;
	color: #6e7477;
	font-size: .61rem;
	font-weight: 730;
	text-overflow: ellipsis;
	white-space: nowrap;
}
body.hhm-front-page .hhm-home-product__brand > small {
	overflow: hidden;
	color: #777d80;
	font-size: .58rem;
	font-weight: 720;
	text-overflow: ellipsis;
	white-space: nowrap;
}
body.hhm-front-page .hhm-home-product__media {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 188px;
	padding: 15px;
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 42%, rgba(255,255,255,.9), rgba(255,255,255,0) 62%),
		var(--hhm-surface-product-image);
}
body.hhm-front-page .hhm-home-product__media img {
	display: block;
	width: 100%;
	height: 164px;
	object-fit: contain;
	mix-blend-mode: multiply;
	transform: scale(.94);
	transition: transform .22s ease;
}
body.hhm-front-page .hhm-home-product:hover .hhm-home-product__media img,
body.hhm-front-page .hhm-home-product:focus-within .hhm-home-product__media img { transform: scale(.98); }
body.hhm-front-page .hhm-home-product__badges {
	position: absolute;
	z-index: 2;
	top: 9px;
	left: 9px;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	max-width: calc(100% - 18px);
}
body.hhm-front-page .hhm-home-product__badge {
	display: inline-flex;
	align-items: center;
	min-height: 23px;
	padding: 4px 7px;
	border: 1px solid transparent;
	border-radius: 999px;
	background: #fff;
	color: #33383a;
	box-shadow: 0 3px 10px rgba(25, 26, 27, .1);
	font-size: .57rem;
	font-weight: 880;
	letter-spacing: .045em;
	line-height: 1;
	text-transform: uppercase;
}
body.hhm-front-page .hhm-home-product__badge--sale { background: var(--hhm-sale); color: #fff; }
body.hhm-front-page .hhm-home-product__badge--new { background: #2b2312; color: #e8f3f5; }
body.hhm-front-page .hhm-home-product__badge--stock { background: #e1f1eb; color: #145844; }
body.hhm-front-page .hhm-home-product__badge--low,
body.hhm-front-page .hhm-home-product__badge--request { background: #f4e8c6; color: #65470e; }
body.hhm-front-page .hhm-home-product__badge--out { background: #e9e9e7; color: #4b5052; }
body.hhm-front-page .hhm-home-product__badge--type { border-color: #cbc7bb; background: #fdfdfa; color: #5b6163; }
body.hhm-front-page .hhm-home-product__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-width: 0;
	padding: 13px 13px 12px;
}
body.hhm-front-page .hhm-home-product__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 7px;
	min-height: 17px;
	color: var(--hhm-text-secondary-on-light);
	font-size: .66rem;
}
body.hhm-front-page .hhm-home-product__meta > :first-child {
	overflow: hidden;
	color: #656d70;
	text-overflow: ellipsis;
	white-space: nowrap;
}
body.hhm-front-page .hhm-home-product__meta > a:hover { color: #735825; }
body.hhm-front-page .hhm-home-product__meta small {
	flex: none;
	max-width: 48%;
	overflow: hidden;
	color: #84652b;
	font-size: .61rem;
	font-weight: 760;
	text-overflow: ellipsis;
	white-space: nowrap;
}
body.hhm-front-page .hhm-home-product h3 {
	display: -webkit-box;
	overflow: hidden;
	min-height: 43px;
	margin: 8px 0 12px;
	color: var(--hhm-text-primary-on-light);
	font-size: .84rem;
	font-weight: 760;
	letter-spacing: -.015em;
	line-height: 1.43;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
body.hhm-front-page .hhm-home-product h3 a { color: inherit; }
body.hhm-front-page .hhm-home-product h3 a:hover { color: #654d1f; }
body.hhm-front-page .hhm-home-product__commerce {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 8px;
	margin-top: auto;
	padding-top: 4px;
}
body.hhm-front-page .hhm-home-product__price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 3px 6px;
	min-width: 0;
	color: #403216;
	font-size: .83rem;
	font-weight: 850;
	line-height: 1.25;
}
body.hhm-front-page .hhm-home-product__price :is(.amount, bdi) { color: inherit; }
body.hhm-front-page .hhm-home-product__price-current { color: #79342d; font-size: .92rem; }
body.hhm-front-page .hhm-home-product__price del {
	order: 2;
	color: #7d7d78;
	font-size: .68rem;
	font-weight: 650;
	opacity: 1;
}
body.hhm-front-page .hhm-home-product__price ins { color: #79342d; text-decoration: none; }
body.hhm-front-page .hhm-home-product__price > small {
	order: 3;
	flex-basis: 100%;
	color: #7c352d;
	font-size: .59rem;
	font-weight: 760;
}
body.hhm-front-page .hhm-home-product__price-request { color: #6c5018; }
body.hhm-front-page .hhm-home-product__availability {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	flex: none;
	color: #42655a;
	font-size: .58rem;
	font-weight: 740;
	white-space: nowrap;
}
body.hhm-front-page .hhm-home-product__availability > span {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--hhm-success);
}
body.hhm-front-page .hhm-home-product.is-out-of-stock .hhm-home-product__availability { color: #6a6f71; }
body.hhm-front-page .hhm-home-product.is-out-of-stock .hhm-home-product__availability > span { background: #878b8d; }
body.hhm-front-page .hhm-home-product.is-price-on-request .hhm-home-product__availability { color: #76581b; }
body.hhm-front-page .hhm-home-product.is-price-on-request .hhm-home-product__availability > span { background: var(--hhm-warning); }
body.hhm-front-page .hhm-home-product__footer {
	position: relative;
	display: block;
	margin-top: 11px;
}
body.hhm-front-page .hhm-home-product__action {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	width: 100%;
	min-width: 0;
	height: 39px;
	padding: 0 11px;
	border: 1px solid #c8b887;
	border-radius: 8px;
	background: #eee4c6;
	color: #3d3017;
	font-size: .68rem;
	font-weight: 840;
}
body.hhm-front-page .hhm-home-product__action:hover,
body.hhm-front-page .hhm-home-product__action:focus-visible { border-color: #c39a2e; background: #e9c860; color: #161207; }
body.hhm-front-page .hhm-home-product__action svg { flex: none; width: 15px; height: 15px; }
body.hhm-front-page .hhm-home-product__feedback {
	position: absolute;
	inset: auto 7px -16px;
	color: #2e5f50;
	font-size: .56rem;
	text-align: center;
}
body.hhm-front-page .hhm-home-product.is-adding .hhm-home-product__action {
	pointer-events: none;
	opacity: .66;
}
body.hhm-front-page .hhm-home-product.is-added .hhm-home-product__action { border-color: #6aa08d; background: #dcece5; color: #194f3e; }
body.hhm-front-page .hhm-home-product .added_to_cart { display: none; }

/* Featured card: same data and hierarchy, larger merchandising scale. */
body.hhm-front-page .hhm-balance-hero__merch { grid-template-columns: 1fr; gap: 10px; }
body.hhm-front-page .hhm-balance-hero__support { grid-template-columns: repeat(2, minmax(0, 1fr)); }
body.hhm-front-page .hhm-home-product--featured {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(190px, .65fr);
	grid-template-rows: auto 1fr;
	border-color: var(--hhm-border-dark);
	background: var(--hhm-surface-card-dark);
	color: var(--hhm-text-primary-on-dark);
	box-shadow: 0 18px 46px rgba(0,0,0,.24);
}
body.hhm-front-page .hhm-home-product--featured .hhm-home-product__brand {
	grid-column: 1 / -1;
	border-color: var(--hhm-border-dark);
	background: #1c2025;
}
body.hhm-front-page .hhm-home-product--featured .hhm-home-product__brand > a,
body.hhm-front-page .hhm-home-product--featured .hhm-home-product__brand > small,
body.hhm-front-page .hhm-home-product--featured .hhm-home-product__brand-context { color: #c7c9cb; }
body.hhm-front-page .hhm-home-product--featured .hhm-home-product__media { min-height: 330px; }
body.hhm-front-page .hhm-home-product--featured .hhm-home-product__media img { height: 300px; }
body.hhm-front-page .hhm-home-product--featured .hhm-home-product__body { padding: 21px 18px; background: #101117; }
body.hhm-front-page .hhm-home-product--featured .hhm-home-product__meta,
body.hhm-front-page .hhm-home-product--featured .hhm-home-product__meta > :first-child { color: #aeb1b5; }
body.hhm-front-page .hhm-home-product--featured .hhm-home-product__meta small { color: var(--hhm-gold); }
body.hhm-front-page .hhm-home-product--featured h3 {
	min-height: 0;
	margin: 12px 0 20px;
	color: var(--hhm-text-primary-on-dark);
	font-size: 1.05rem;
	-webkit-line-clamp: 3;
}
body.hhm-front-page .hhm-home-product--featured .hhm-home-product__price { color: var(--hhm-gold-soft); font-size: .94rem; }
body.hhm-front-page .hhm-home-product--featured .hhm-home-product__availability { color: #8ed0b8; }
body.hhm-front-page .hhm-home-product--featured .hhm-home-product__action { border-color: #54471f; background: #1b170d; color: var(--hhm-gold-soft); }
body.hhm-front-page .hhm-home-product--featured .hhm-home-product__action:hover { border-color: var(--hhm-gold); background: #241e10; color: #fff1c4; }

/* Horizontal and compact variants share the same card internals. */
body.hhm-front-page .hhm-home-product--horizontal,
body.hhm-front-page .hhm-home-product--compact {
	display: grid;
	grid-template-columns: 108px minmax(0, 1fr);
	grid-template-rows: auto 1fr;
	min-height: 158px;
}
body.hhm-front-page :is(.hhm-home-product--horizontal, .hhm-home-product--compact) .hhm-home-product__brand {
	grid-column: 2;
	min-height: 36px;
	padding: 5px 10px;
}
body.hhm-front-page :is(.hhm-home-product--horizontal, .hhm-home-product--compact) .hhm-home-product__brand-logo { max-width: 72px; height: 21px; }
body.hhm-front-page :is(.hhm-home-product--horizontal, .hhm-home-product--compact) .hhm-home-product__brand > small { display: none; }
body.hhm-front-page :is(.hhm-home-product--horizontal, .hhm-home-product--compact) .hhm-home-product__media {
	grid-row: 1 / 3;
	min-height: 158px;
	padding: 8px;
	border-right: 1px solid #e2ddd4;
}
body.hhm-front-page :is(.hhm-home-product--horizontal, .hhm-home-product--compact) .hhm-home-product__media img { height: 138px; }
body.hhm-front-page :is(.hhm-home-product--horizontal, .hhm-home-product--compact) .hhm-home-product__badges { top: 6px; left: 6px; }
body.hhm-front-page :is(.hhm-home-product--horizontal, .hhm-home-product--compact) .hhm-home-product__badge { min-height: 20px; padding: 3px 5px; font-size: .51rem; }
body.hhm-front-page :is(.hhm-home-product--horizontal, .hhm-home-product--compact) .hhm-home-product__body { padding: 9px 10px 10px; }
body.hhm-front-page :is(.hhm-home-product--horizontal, .hhm-home-product--compact) .hhm-home-product__meta { font-size: .59rem; }
body.hhm-front-page :is(.hhm-home-product--horizontal, .hhm-home-product--compact) .hhm-home-product__meta small { display: none; }
body.hhm-front-page :is(.hhm-home-product--horizontal, .hhm-home-product--compact) h3 { min-height: 34px; margin: 5px 0 7px; font-size: .69rem; line-height: 1.35; }
body.hhm-front-page :is(.hhm-home-product--horizontal, .hhm-home-product--compact) .hhm-home-product__commerce { align-items: center; }
body.hhm-front-page :is(.hhm-home-product--horizontal, .hhm-home-product--compact) .hhm-home-product__price { font-size: .7rem; }
body.hhm-front-page :is(.hhm-home-product--horizontal, .hhm-home-product--compact) .hhm-home-product__availability { display: none; }
body.hhm-front-page :is(.hhm-home-product--horizontal, .hhm-home-product--compact) .hhm-home-product__footer { margin-top: 6px; }
body.hhm-front-page :is(.hhm-home-product--horizontal, .hhm-home-product--compact) .hhm-home-product__action { height: 31px; font-size: .59rem; }

@media (max-width: 1180px) {
	body.hhm-front-page .hhm-balance-hero__merch { grid-template-columns: 1fr; }
	body.hhm-front-page .hhm-home-product--featured .hhm-home-product__media { min-height: 300px; }
	body.hhm-front-page .hhm-home-product--featured .hhm-home-product__media img { height: 270px; }
}

@media (max-width: 1024px) {
	body.hhm-front-page .hhm-home-product--featured { grid-template-columns: minmax(0, 1.25fr) minmax(210px, .75fr); }
}

@media (max-width: 768px) {
	body.hhm-front-page .hhm-home-product__brand { min-height: 39px; padding-inline: 10px; }
	body.hhm-front-page .hhm-home-product__brand-logo { max-width: 72px; height: 23px; }
	body.hhm-front-page .hhm-home-product__media { min-height: 170px; padding: 10px; }
	body.hhm-front-page .hhm-home-product__media img { height: 148px; }
	body.hhm-front-page .hhm-home-product--featured { grid-template-columns: minmax(0, 1fr) minmax(180px, .65fr); }
	body.hhm-front-page .hhm-home-product--featured .hhm-home-product__media { min-height: 285px; }
	body.hhm-front-page .hhm-home-product--featured .hhm-home-product__media img { height: 255px; }
	body.hhm-front-page .hhm-balance-hero__support { grid-template-columns: 1fr 1fr; }
	body.hhm-front-page .hhm-balance-hero__support .hhm-home-product--horizontal { min-height: 154px; }
	body.hhm-front-page .hhm-home-product--compact { grid-template-columns: 100px minmax(0, 1fr); }
}

@media (max-width: 480px) {
	body.hhm-front-page .hhm-home-product__body { padding: 9px; }
	body.hhm-front-page .hhm-home-product__brand > a { max-width: 100%; font-size: .61rem; }
	body.hhm-front-page .hhm-home-product__brand > small { display: none; }
	body.hhm-front-page .hhm-home-product__media { min-height: 143px; padding: 8px; }
	body.hhm-front-page .hhm-home-product__media img { height: 126px; }
	body.hhm-front-page .hhm-home-product__badge { min-height: 20px; padding: 3px 5px; font-size: .5rem; }
	body.hhm-front-page .hhm-home-product h3 { min-height: 38px; margin: 6px 0 9px; font-size: .74rem; }
	body.hhm-front-page .hhm-home-product__commerce { align-items: flex-start; flex-direction: column; gap: 4px; }
	body.hhm-front-page .hhm-home-product__price { font-size: .73rem; }
	body.hhm-front-page .hhm-home-product__availability { font-size: .54rem; }
	body.hhm-front-page .hhm-home-product__action { height: 36px; padding-inline: 8px; font-size: .61rem; }
	body.hhm-front-page .hhm-home-product__action-label {
		position: static;
		width: auto;
		height: auto;
		overflow: visible;
		clip: auto;
	}
	body.hhm-front-page .hhm-home-product--featured { display: flex; }
	body.hhm-front-page .hhm-home-product--featured .hhm-home-product__media { min-height: 255px; }
	body.hhm-front-page .hhm-home-product--featured .hhm-home-product__media img { height: 230px; }
	body.hhm-front-page .hhm-home-product--featured .hhm-home-product__body { padding: 15px; }
	body.hhm-front-page .hhm-balance-hero__support {
		display: flex;
		gap: 8px;
		overflow-x: auto;
		padding-bottom: 5px;
		scroll-snap-type: x mandatory;
	}
	body.hhm-front-page .hhm-balance-hero__support .hhm-home-product--horizontal { flex: 0 0 84%; scroll-snap-align: start; }
	body.hhm-front-page .hhm-home-product--compact { grid-template-columns: 92px minmax(0, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
	body.hhm-front-page .hhm-home-product,
	body.hhm-front-page .hhm-home-product__media img { transition: none; }
}
