/* Horeca Hut header system — rebuilt from zero.
   One file owns: utility bar, main header, search, primary nav,
   mega menu, brands menu, shop menu, mobile header and drawer. */

body.hhm-site {
	--hh-bg: #07080a;
	--hh-bg-2: #0b0c10;
	--hh-panel: #0e0f14;
	--hh-panel-2: #0a0b0f;
	--hh-graphite: #12141a;
	--hh-card: #15171e;
	--hh-line: #23262e;
	--hh-line-2: #2b2f38;
	--hh-text: #f2f1ec;
	--hh-text-2: #c9cbcf;
	--hh-muted: #94979d;
	--hh-gold: #d4af37;
	--hh-gold-soft: #edcf70;
}

body.hhm-site .hhm-h,
body.hhm-site .hhm-h h2 {
	font-family: Inter, "Segoe UI", Arial, sans-serif;
}

/* main.css forces dark ink on all shell headings; header panels are dark. */
body.hhm-site .hhm-site-shell .hhm-h h2 { color: var(--hh-text) !important; }

.hhm-h {
	position: relative;
	z-index: 900;
	background: var(--hh-bg);
	color: var(--hh-text);
}

.hhm-h svg {
	display: block;
	fill: none;
	stroke: currentColor;
}

/* ---------- Layer 1: utility bar ---------- */
.hhm-h-utility {
	border-bottom: 1px solid var(--hh-line-soft, #1a1d24);
	border-bottom: 1px solid #1a1d24;
	background: #050608;
}

.hhm-h-utility__in {
	display: flex;
	align-items: center;
	gap: 22px;
	min-height: 30px;
	font-size: .66rem;
	font-weight: 600;
}

.hhm-h-utility__msg {
	margin: 0;
	margin-right: auto;
	color: var(--hh-muted);
	letter-spacing: .01em;
}

.hhm-h-utility__links {
	display: flex;
	align-items: center;
	gap: 18px;
}

body.hhm-site .hhm-h-utility__links a {
	color: #aeb1b5;
}

body.hhm-site .hhm-h-utility__links a:hover,
body.hhm-site .hhm-h-utility__links a:focus-visible {
	color: var(--hh-gold-soft);
}

body.hhm-site .hhm-h-utility__track {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--hh-gold-soft);
	font-weight: 750;
}

.hhm-h-utility__track svg { width: 13px; height: 13px; }

/* ---------- Layer 2: main commerce header ---------- */
.hhm-h-main { background: var(--hh-bg); }

.hhm-h-main__in {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 30px;
	height: 76px;
}

.hhm-h-burger {
	display: none;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid var(--hh-line-2);
	border-radius: 8px;
	background: transparent;
	color: var(--hh-text);
}

.hhm-h-burger svg { width: 20px; height: 20px; }

.hhm-h-logo {
	display: inline-flex;
	align-items: center;
	width: 152px;
	height: 70px;
}

.hhm-h-logo img,
.hhm-h-logo .hhm-commerce-logo__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left center;
}

.hhm-h-actions {
	display: flex;
	align-items: center;
	gap: 4px;
}

body.hhm-site .hhm-h-action {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 48px;
	padding: 6px 12px;
	border-radius: 8px;
	color: var(--hh-text);
}

body.hhm-site .hhm-h-action:hover,
body.hhm-site .hhm-h-action:focus-visible {
	background: var(--hh-card);
	color: var(--hh-gold-soft);
}

.hhm-h-action > svg { flex: 0 0 auto; width: 22px; height: 22px; }

.hhm-h-action__txt small {
	display: block;
	color: var(--hh-muted);
	font-size: .6rem;
	font-weight: 600;
	line-height: 1.2;
}

.hhm-h-action__txt strong {
	display: block;
	font-size: .76rem;
	font-weight: 750;
	line-height: 1.25;
}

.hhm-h-action--mobile-account { display: none; }

.hhm-h-action--cart { padding-right: 16px; }

body.hhm-site .hhm-commerce-cart__count {
	position: absolute;
	top: 3px;
	right: 5px;
	display: grid;
	place-items: center;
	min-width: 19px;
	height: 19px;
	padding: 0 5px;
	border: 2px solid var(--hh-bg);
	border-radius: 999px;
	background: var(--hh-gold);
	color: #0e0d08;
	font-size: .6rem;
	font-weight: 900;
	line-height: 1;
}

.hhm-h-msearch { display: none; }

/* ---------- Predictive search (functionality preserved) ---------- */
.hhm-h-search { min-width: 0; }

body.hhm-site .hhm-h .hhm-commerce-search {
	position: relative;
	z-index: 3;
	width: 100%;
	margin: 0;
}

body.hhm-site .hhm-h .hhm-commerce-search__field {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr) auto;
	align-items: center;
	min-height: 48px;
	overflow: hidden;
	padding-left: 16px;
	border: 1px solid var(--hh-line-2);
	border-radius: 9px;
	background: var(--hh-graphite);
	transition: border-color .16s ease, box-shadow .16s ease;
}

body.hhm-site .hhm-h .hhm-commerce-search__field:focus-within {
	border-color: rgba(212, 175, 55, .55);
	box-shadow: 0 0 0 3px rgba(212, 175, 55, .12);
}

.hhm-h .hhm-commerce-search__field > svg { width: 18px; height: 18px; color: #83878d; }

body.hhm-site .hhm-h .hhm-commerce-search__field input[type="search"] {
	width: 100%;
	min-width: 0;
	height: 46px;
	margin: 0;
	padding: 0 13px;
	border: 0 !important;
	border-radius: 0;
	outline: 0;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--hh-text);
	font-size: .88rem;
}

.hhm-h .hhm-commerce-search__field input::placeholder { color: #7d8186; opacity: 1; }

body.hhm-site .hhm-h .hhm-commerce-search__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	align-self: stretch;
	min-width: 104px;
	margin: 0;
	padding: 0 18px;
	border: 0;
	border-radius: 0;
	background: var(--hh-gold) !important;
	color: #0e0d08 !important;
	font-size: .78rem;
	font-weight: 850;
	letter-spacing: .015em;
}

body.hhm-site .hhm-h .hhm-commerce-search__submit:hover { background: var(--hh-gold-soft) !important; }

.hhm-h .hhm-commerce-search__submit svg { width: 15px; height: 15px; }

body.hhm-site .hhm-h .hhm-commerce-search__results {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	width: 100%;
	max-height: min(66vh, 600px);
	overflow-y: auto;
	border: 1px solid var(--hh-line-2);
	border-radius: 10px;
	background: #101218;
	box-shadow: 0 26px 60px rgba(0, 0, 0, .6);
}

.hhm-h .hhm-commerce-search__results[hidden] { display: none !important; }

.hhm-h .hhm-commerce-search__status {
	padding: 12px 16px 8px;
	color: var(--hh-muted);
	font-size: .68rem;
	font-weight: 750;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.hhm-h .hhm-commerce-search__status.is-loading {
	min-height: 58px;
	padding: 20px 18px 18px 48px;
	text-transform: none;
}

.hhm-h .hhm-commerce-search__status.is-loading::before {
	content: "";
	position: absolute;
	top: 19px;
	left: 18px;
	width: 16px;
	height: 16px;
	border: 2px solid var(--hh-line-2);
	border-top-color: var(--hh-gold);
	border-radius: 50%;
	animation: hhm-search-spin .7s linear infinite;
}

.hhm-h .hhm-commerce-search__status.is-error { color: #d98d84; text-transform: none; }

@keyframes hhm-search-spin { to { transform: rotate(360deg); } }

body.hhm-site .hhm-h .hhm-commerce-search-result {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr) auto;
	align-items: center;
	gap: 13px;
	min-height: 74px;
	padding: 8px 16px;
	border-top: 1px solid #1d2028;
	background: transparent;
}

body.hhm-site .hhm-h .hhm-commerce-search-result:hover,
body.hhm-site .hhm-h .hhm-commerce-search-result[aria-selected="true"] { background: var(--hh-card); }

.hhm-h .hhm-commerce-search-result__image {
	display: grid;
	place-items: center;
	width: 56px;
	height: 56px;
	overflow: hidden;
	border: 1px solid #e5e3db;
	border-radius: 7px;
	background: #f6f3ec;
}

.hhm-h .hhm-commerce-search-result__image img { width: 100%; height: 100%; object-fit: contain; }

.hhm-h .hhm-commerce-search-result__details { display: block; min-width: 0; }

.hhm-h .hhm-commerce-search-result__meta,
.hhm-h .hhm-commerce-search-result__category {
	display: block;
	overflow: hidden;
	color: var(--hh-muted);
	font-size: .64rem;
	line-height: 1.4;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hhm-h .hhm-commerce-search-result__name {
	display: block;
	overflow: hidden;
	margin: 2px 0;
	color: var(--hh-text);
	font-size: .8rem;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hhm-h .hhm-commerce-search-result__price {
	padding-left: 10px;
	color: var(--hh-gold-soft);
	font-size: .78rem;
	font-weight: 850;
	white-space: nowrap;
}

body.hhm-site .hhm-h .hhm-commerce-search__all {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 46px;
	padding: 10px 16px;
	border-top: 1px solid var(--hh-line-2);
	color: var(--hh-gold-soft);
	font-size: .76rem;
	font-weight: 800;
}

body.hhm-site .hhm-h .hhm-commerce-search__all:hover { background: var(--hh-card); }

.hhm-h .hhm-commerce-search__all svg { width: 16px; height: 16px; }

/* ---------- Layer 3: primary navigation ---------- */
.hhm-h-nav {
	border-top: 1px solid #1d2028;
	border-bottom: 1px solid var(--hh-line);
	background: var(--hh-bg-2);
}

.hhm-h-nav__in {
	display: flex;
	align-items: stretch;
	height: 50px;
}

.hhm-h-nav__links {
	display: flex;
	flex: 1;
	align-items: stretch;
	gap: 2px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hhm-h-nav__links li { display: flex; margin: 0; }

body.hhm-site .hhm-h-nav__link {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 7px 0;
	padding: 0 11px;
	border: 0;
	border-radius: 7px;
	background: transparent;
	color: var(--hh-text-2);
	font-family: inherit;
	font-size: .75rem;
	font-weight: 750;
	letter-spacing: .005em;
	white-space: nowrap;
	cursor: pointer;
	transition: background .14s ease, color .14s ease;
}

body.hhm-site .hhm-h-nav__link:hover,
body.hhm-site .hhm-h-nav__link:focus-visible {
	background: var(--hh-card);
	color: var(--hh-text);
}

.hhm-h-nav__link svg { width: 14px; height: 14px; color: var(--hh-muted); transition: transform .16s ease; }

body.hhm-site .hhm-h-nav__link.is-active {
	background: var(--hh-card);
	color: var(--hh-gold-soft);
}

.hhm-h-nav__link.is-active::after {
	content: "";
	position: absolute;
	right: 14px;
	bottom: -7px;
	left: 14px;
	height: 2px;
	background: var(--hh-gold);
}

.hhm-h-nav__link.is-active svg { transform: rotate(180deg); color: var(--hh-gold); }

body.hhm-site .hhm-h-nav__offers { color: var(--hh-gold-soft); }

/* Department-forward bar: All Categories anchor + direct department links. */
body.hhm-site .hhm-h-nav__allcats {
	padding-right: 13px;
	padding-left: 12px;
	color: var(--hh-text);
	font-weight: 820;
}

.hhm-h-nav__allcats > svg:first-child {
	width: 15px;
	height: 15px;
	color: var(--hh-gold);
}

.hhm-h-nav__dept { position: relative; }

.hhm-h-nav__dept::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -1px;
	width: 1px;
	height: 16px;
	background: var(--hh-line);
	transform: translateY(-50%);
}

.hhm-h-nav__dept:first-of-type::before { height: 22px; background: var(--hh-line-2); }

.hhm-h-nav__dept-icon {
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	border: 1px solid rgba(212, 175, 55, .22);
	border-radius: 6px;
	background: rgba(212, 175, 55, .07);
	color: var(--hh-gold);
	transition: border-color .14s ease;
}

.hhm-h-nav__dept-icon svg { width: 13px; height: 13px; color: var(--hh-gold); }

body.hhm-site .hhm-h-nav__link--dept:hover .hhm-h-nav__dept-icon,
body.hhm-site .hhm-h-nav__link--dept:focus-visible .hhm-h-nav__dept-icon { border-color: rgba(212, 175, 55, .55); }

.hhm-h-nav__split { flex: 1; }

body.hhm-site .hhm-h-nav__trade {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
	margin: 7px 0 7px auto;
	padding: 0 14px;
	border: 1px solid rgba(212, 175, 55, .4);
	border-radius: 7px;
	color: var(--hh-gold-soft);
	font-size: .75rem;
	font-weight: 800;
	transition: background .14s ease, border-color .14s ease;
}

body.hhm-site .hhm-h-nav__trade:hover,
body.hhm-site .hhm-h-nav__trade:focus-visible {
	border-color: rgba(212, 175, 55, .7);
	background: rgba(212, 175, 55, .1);
}

.hhm-h-nav__trade svg { width: 14px; height: 14px; }

/* Language switcher (utility strip + mobile drawer head) */
.hhm-lang {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	padding: 2px;
	border: 1px solid rgba(242, 239, 231, .18);
	border-radius: 999px;
}

.hhm-lang__opt {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	padding: 3px 9px;
	border-radius: 999px;
	color: rgba(242, 239, 231, .62);
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .04em;
	text-decoration: none;
	transition: color .15s ease, background .15s ease;
}

.hhm-lang__opt:hover { color: #f2efe7; }

.hhm-lang__opt.is-active {
	background: linear-gradient(135deg, var(--hh-gold-soft), var(--hh-gold));
	color: #191204;
}

.hhm-lang--desktop { margin-left: 14px; }
.hhm-lang--mobile { margin-left: auto; margin-right: 10px; }

@media (max-width: 950px) {
	.hhm-lang--desktop { display: none; }
}

/* Shop: the one filled-gold pill in the row — the catalog's front door. */
body.hhm-site .hhm-h-nav__links .hhm-h-nav__shop {
	margin: 7px 0;
	padding: 0 18px;
	border-radius: 7px;
	background: linear-gradient(135deg, var(--hh-gold-soft), var(--hh-gold));
	color: #191204;
	font-weight: 800;
	box-shadow: 0 6px 16px rgba(212, 175, 55, .25);
	transition: filter .14s ease, box-shadow .14s ease;
}

body.hhm-site .hhm-h-nav__links .hhm-h-nav__shop:hover,
body.hhm-site .hhm-h-nav__links .hhm-h-nav__shop:focus-visible {
	color: #191204;
	filter: brightness(1.07);
	box-shadow: 0 8px 20px rgba(212, 175, 55, .35);
}

/* ---------- Panels (shared) ---------- */
.hhm-h-panel {
	position: absolute;
	z-index: 40;
	top: 100%;
	right: 0;
	left: 0;
	padding: 10px 24px 0;
}

.hhm-h-panel[hidden] { display: none !important; }

/* ---------- "More" department directory ---------- */
.hhm-morem {
	display: flex;
	flex-direction: column;
	max-width: 1280px;
	max-height: min(640px, calc(100vh - 172px));
	margin-inline: auto;
	overflow: hidden;
	border: 1px solid var(--hh-line-2);
	border-radius: 12px;
	background: var(--hh-panel);
	box-shadow: 0 30px 70px rgba(0, 0, 0, .55);
}

.hhm-morem__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	padding: 16px 22px 13px;
	border-bottom: 1px solid var(--hh-line);
}

body.hhm-site .hhm-morem__head h2 {
	margin: 0;
	color: var(--hh-text);
	font-size: 1rem;
	font-weight: 830;
	letter-spacing: -.015em;
}

body.hhm-site .hhm-morem__head a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--hh-gold-soft);
	font-size: .72rem;
	font-weight: 800;
	white-space: nowrap;
}

.hhm-morem__head a svg { width: 13px; height: 13px; }

.hhm-morem__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 6px;
	overflow-y: auto;
	padding: 16px 22px;
}

body.hhm-site .hhm-morem__tile {
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 9px 11px;
	border: 1px solid transparent;
	border-radius: 9px;
	transition: background .13s ease, border-color .13s ease;
}

body.hhm-site .hhm-morem__tile:hover,
body.hhm-site .hhm-morem__tile:focus-visible {
	border-color: rgba(212, 175, 55, .3);
	background: var(--hh-card);
}

.hhm-morem__tile-icon {
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(212, 175, 55, .26);
	border-radius: 8px;
	background: rgba(212, 175, 55, .08);
	color: var(--hh-gold);
}

.hhm-morem__tile-icon svg { width: 18px; height: 18px; }

.hhm-morem__tile-txt { min-width: 0; }

.hhm-morem__tile-txt strong {
	display: block;
	overflow: hidden;
	color: var(--hh-text-2);
	font-size: .74rem;
	font-weight: 780;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hhm-morem__tile:hover .hhm-morem__tile-txt strong { color: var(--hh-gold-soft); }

.hhm-morem__tile-txt small { display: block; margin-top: 1px; color: var(--hh-muted); font-size: .6rem; }

.hhm-morem__foot {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 11px 18px;
	border-top: 1px solid var(--hh-line);
	background: var(--hh-panel-2);
}

.hhm-morem__foot > span {
	margin-right: 6px;
	color: var(--hh-gold);
	font-size: .56rem;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
}

body.hhm-site .hhm-morem__foot a {
	padding: 6px 10px;
	border-radius: 7px;
	color: var(--hh-text-2);
	font-size: .72rem;
	font-weight: 750;
}

body.hhm-site .hhm-morem__foot a:hover,
body.hhm-site .hhm-morem__foot a:focus-visible {
	background: var(--hh-card);
	color: var(--hh-gold-soft);
}

/* ---------- Categories mega menu ---------- */
.hhm-mega {
	display: flex;
	flex-direction: column;
	max-width: 1280px;
	max-height: min(640px, calc(100vh - 172px));
	margin-inline: auto;
	overflow: hidden;
	border: 1px solid var(--hh-line-2);
	border-radius: 12px;
	background: var(--hh-panel);
	box-shadow: 0 34px 80px rgba(0, 0, 0, .6);
}

.hhm-mega__main {
	display: grid;
	grid-template-columns: 232px minmax(0, 1fr) 300px;
	flex: 1;
	min-height: 0;
}

/* Zone A: department rail */
.hhm-mega__rail {
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	padding: 10px;
	border-right: 1px solid var(--hh-line);
	background: var(--hh-panel-2);
}

body.hhm-site .hhm-mega__rail-btn {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr) auto 12px;
	align-items: center;
	gap: 10px;
	min-height: 44px;
	padding: 6px 10px;
	border: 0;
	border-left: 2px solid transparent;
	border-radius: 8px;
	background: transparent;
	color: var(--hh-text-2);
	font-family: inherit;
	text-align: left;
	cursor: pointer;
	transition: background .13s ease;
}

body.hhm-site .hhm-mega__rail-btn:hover,
body.hhm-site .hhm-mega__rail-btn:focus-visible { background: var(--hh-card); }

body.hhm-site .hhm-mega__rail-btn.is-active {
	border-left-color: var(--hh-gold);
	background: var(--hh-card);
	color: var(--hh-text);
}

.hhm-mega__rail-icon {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(212, 175, 55, .26);
	border-radius: 7px;
	background: rgba(212, 175, 55, .08);
	color: var(--hh-gold);
}

.hhm-mega__rail-icon svg { width: 16px; height: 16px; }

.hhm-mega__rail-name {
	overflow: hidden;
	font-size: .76rem;
	font-weight: 750;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hhm-mega__rail-btn small { color: var(--hh-muted); font-size: .62rem; font-weight: 650; }
.hhm-mega__rail-btn > svg { width: 12px; height: 12px; color: var(--hh-gold); opacity: 0; }
.hhm-mega__rail-btn.is-active > svg,
.hhm-mega__rail-btn:hover > svg { opacity: 1; }

body.hhm-site .hhm-mega__rail-all {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-top: 6px;
	padding: 11px 12px;
	border-top: 1px solid var(--hh-line);
	color: var(--hh-gold-soft);
	font-size: .72rem;
	font-weight: 800;
}

.hhm-mega__rail-all svg { width: 14px; height: 14px; }

/* Zone B: subcategory discovery */
.hhm-mega__body { overflow-y: auto; padding: 22px 26px; }

.hhm-mega__dept[hidden] { display: none !important; }

.hhm-mega__dept-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--hh-line);
}

body.hhm-site .hhm-mega__dept-head h2 {
	margin: 0;
	color: var(--hh-text);
	font-size: 1.02rem;
	font-weight: 830;
	letter-spacing: -.015em;
}

body.hhm-site .hhm-mega__dept-head a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--hh-gold-soft);
	font-size: .72rem;
	font-weight: 800;
	white-space: nowrap;
}

.hhm-mega__dept-head a svg { width: 13px; height: 13px; }

.hhm-mega__cols {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 6px 14px;
	margin-bottom: 18px;
}

body.hhm-site .hhm-mega__col {
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 8px 11px;
	border: 1px solid var(--hh-line-2);
	border-radius: 9px;
	background: var(--hh-card);
	transition: border-color .13s ease;
}

body.hhm-site .hhm-mega__col:hover,
body.hhm-site .hhm-mega__col:focus-visible { border-color: rgba(212, 175, 55, .45); }

.hhm-mega__col-icon {
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border: 1px solid rgba(212, 175, 55, .26);
	border-radius: 8px;
	background: rgba(212, 175, 55, .08);
	color: var(--hh-gold);
}

.hhm-mega__col-icon svg { width: 17px; height: 17px; }

.hhm-mega__col-txt { flex: 1; min-width: 0; }

.hhm-mega__col-txt strong {
	display: block;
	overflow: hidden;
	color: #e8e9e6;
	font-size: .76rem;
	font-weight: 770;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hhm-mega__col:hover .hhm-mega__col-txt strong { color: var(--hh-gold-soft); }

.hhm-mega__col-txt small {
	display: block;
	margin-top: 1px;
	color: var(--hh-muted);
	font-size: .61rem;
}

.hhm-mega__col > svg {
	flex: 0 0 auto;
	width: 13px;
	height: 13px;
	color: var(--hh-gold);
	opacity: 0;
	transition: opacity .13s ease;
}

.hhm-mega__col:hover > svg { opacity: 1; }

/* Popular products grid inside the department body. */
.hhm-mega__picks-block[hidden] { display: none !important; }

.hhm-mega__picks {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.hhm-mega__picks .hhm-mega__prod-img { height: 84px; }

/* Related department chips for flat categories. */
.hhm-mega__related { margin-top: 18px; }

.hhm-mega__related-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

body.hhm-site .hhm-mega__related-chips a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 6px 12px 6px 8px;
	border: 1px solid var(--hh-line-2);
	border-radius: 999px;
	background: var(--hh-card);
	color: var(--hh-text-2);
	font-size: .69rem;
	font-weight: 750;
	transition: border-color .13s ease, color .13s ease;
}

body.hhm-site .hhm-mega__related-chips a:hover,
body.hhm-site .hhm-mega__related-chips a:focus-visible {
	border-color: rgba(212, 175, 55, .5);
	color: var(--hh-gold-soft);
}

.hhm-mega__related-chips svg { width: 14px; height: 14px; color: var(--hh-gold); }

/* Zone C — visual commerce side */
.hhm-mega__side {
	display: flex;
	flex-direction: column;
	gap: 13px;
	padding: 15px 15px 13px;
	border-left: 1px solid var(--hh-line);
	background: var(--hh-panel-2);
	overflow-y: auto;
}

.hhm-mega__side-label {
	display: block;
	margin-bottom: 8px;
	color: var(--hh-gold);
	font-size: .55rem;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.hhm-mega__media {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	transition: opacity .15s ease;
}

.hhm-mega__media.is-loading,
.hhm-mega__fresh.is-loading,
.hhm-mega__dept-brands.is-loading { opacity: .5; }

body.hhm-site .hhm-mega__prod {
	display: block;
	overflow: hidden;
	border: 1px solid var(--hh-line-2);
	border-radius: 9px;
	background: var(--hh-card);
	transition: border-color .14s ease;
}

body.hhm-site .hhm-mega__prod:hover,
body.hhm-site .hhm-mega__prod:focus-visible { border-color: rgba(212, 175, 55, .45); }

.hhm-mega__prod-img {
	display: grid;
	place-items: center;
	overflow: hidden;
	height: 92px;
	background: #f6f3ec;
}

/* Lazyload styles force height:auto on the square source; keep it framed. */
body.hhm-site .hhm-mega__prod-img img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain;
}

.hhm-mega__prod-name {
	display: -webkit-box;
	overflow: hidden;
	margin: 8px 10px 2px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: var(--hh-text-2);
	font-size: .68rem;
	font-weight: 700;
	line-height: 1.35;
}

.hhm-mega__prod-price {
	display: block;
	margin: 0 10px 10px;
	color: var(--hh-gold-soft);
	font-size: .72rem;
	font-weight: 850;
}

.hhm-mega__prod-price del {
	color: var(--hh-dim);
	font-size: .62rem;
	font-weight: 650;
}

.hhm-mega__fresh { transition: opacity .15s ease; }

body.hhm-site .hhm-mega__row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	padding: 5px 2px;
	border-bottom: 1px solid var(--hh-line);
}

body.hhm-site .hhm-mega__row:last-child { border-bottom: 0; }

.hhm-mega__row-name {
	overflow: hidden;
	color: var(--hh-text-2);
	font-size: .7rem;
	font-weight: 650;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.hhm-site .hhm-mega__row:hover .hhm-mega__row-name,
body.hhm-site .hhm-mega__row:focus-visible .hhm-mega__row-name { color: var(--hh-gold-soft); }

.hhm-mega__row-price {
	flex: 0 0 auto;
	color: var(--hh-gold);
	font-size: .68rem;
	font-weight: 800;
}

.hhm-mega__row-price del {
	color: var(--hh-dim);
	font-size: .6rem;
	font-weight: 650;
}

.hhm-mega__dept-brands {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	transition: opacity .15s ease;
}

.hhm-mega__dept-brands .hhm-brand-mark-link { padding: 0; border-radius: 6px; }

.hhm-mega__dept-brands .hhm-brand-mark {
	display: grid;
	place-items: center;
	width: 58px;
	height: 32px;
	padding: 3px 5px;
	border: 0;
	border-radius: 6px;
	background: transparent;
	color: #e8dfc9;
}

.hhm-mega__dept-brands .hhm-brand-mark--surface-light.has-logo {
	background: radial-gradient(78% 92% at 50% 50%, rgba(250, 246, 237, .98) 0%, rgba(250, 246, 237, .9) 45%, rgba(250, 246, 237, 0) 76%);
}

.hhm-mega__dept-brands .hhm-brand-mark img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}

.hhm-mega__dept-brands .hhm-brand-mark__fallback {
	color: #e8dfc9;
	font-size: .54rem;
	font-weight: 850;
	text-align: center;
}

/* Mega footer strip */
.hhm-mega__foot {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 9px 16px;
	border-top: 1px solid var(--hh-line);
	background: var(--hh-panel-2);
}

body.hhm-site .hhm-mega__foot-all {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--hh-gold);
	font-size: .74rem;
	font-weight: 850;
}

.hhm-mega__foot-all svg { width: 14px; height: 14px; }

.hhm-mega__foot-sep {
	width: 1px;
	height: 16px;
	margin-inline: 10px;
	background: var(--hh-line-2);
}

.hhm-mega__foot-label {
	margin-right: 4px;
	color: var(--hh-gold);
	font-size: .53rem;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
}

body.hhm-site .hhm-mega__foot a:not(.hhm-mega__foot-all) {
	padding: 5px 9px;
	border-radius: 6px;
	color: var(--hh-text-2);
	font-size: .7rem;
	font-weight: 750;
}

body.hhm-site .hhm-mega__foot a:not(.hhm-mega__foot-all):hover,
body.hhm-site .hhm-mega__foot a:not(.hhm-mega__foot-all):focus-visible {
	background: var(--hh-card);
	color: var(--hh-gold-soft);
}

/* ---------- Brands mega menu ---------- */
.hhm-brandm {
	max-width: 1280px;
	margin-inline: auto;
	padding: 18px 22px 16px;
	border: 1px solid var(--hh-line-2);
	border-radius: 12px;
	background: var(--hh-panel);
	box-shadow: 0 30px 70px rgba(0, 0, 0, .55);
}

.hhm-brandm__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 14px;
}

body.hhm-site .hhm-brandm__head h2 {
	margin: 0;
	color: var(--hh-text);
	font-size: .92rem;
	font-weight: 830;
}

body.hhm-site .hhm-brandm__head a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--hh-gold-soft);
	font-size: .72rem;
	font-weight: 800;
}

.hhm-brandm__head a svg { width: 13px; height: 13px; }

.hhm-brandm__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
}

body.hhm-site .hhm-brandm__tile {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 9px;
	border: 1px solid var(--hh-line-2);
	border-radius: 9px;
	transition: border-color .14s ease, background .14s ease;
}

body.hhm-site .hhm-brandm__tile:hover,
body.hhm-site .hhm-brandm__tile:focus-visible {
	border-color: rgba(212, 175, 55, .45);
	background: var(--hh-card);
}

.hhm-brandm__tile .hhm-brand-mark {
	display: grid;
	place-items: center;
	height: 52px;
	padding: 6px 10px;
	border-radius: 8px;
	background: transparent;
	color: #e8dfc9;
}

.hhm-brandm__tile .hhm-brand-mark--surface-light.has-logo {
	background: radial-gradient(72% 88% at 50% 50%, rgba(250, 246, 237, .98) 0%, rgba(250, 246, 237, .92) 42%, rgba(250, 246, 237, 0) 74%);
}

.hhm-brandm__tile .hhm-brand-mark img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .12));
}

.hhm-brandm__tile .hhm-brand-mark__fallback {
	color: #e8dfc9;
	font-size: .8rem;
	font-weight: 850;
	letter-spacing: .02em;
	text-align: center;
}

.hhm-brandm__tile > small {
	color: var(--hh-muted);
	font-size: .6rem;
	font-weight: 650;
	text-align: center;
}

.hhm-brandm__popular {
	margin-top: 16px;
	padding-top: 13px;
	border-top: 1px solid var(--hh-line);
}

.hhm-brandm__label {
	display: block;
	margin-bottom: 8px;
	color: var(--hh-gold);
	font-size: .56rem;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.hhm-brandm__popular-cols {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 4px 20px;
}

body.hhm-site .hhm-brandm__popular-cols > a {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 10px;
	padding: 5px 8px;
	border-radius: 7px;
}

body.hhm-site .hhm-brandm__popular-cols > a:hover,
body.hhm-site .hhm-brandm__popular-cols > a:focus-visible { background: var(--hh-card); }

.hhm-brandm__popular-cols strong {
	overflow: hidden;
	color: var(--hh-text-2);
	font-size: .74rem;
	font-weight: 750;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.hhm-site .hhm-brandm__popular-cols > a:hover strong { color: var(--hh-gold-soft); }

.hhm-brandm__popular-cols small {
	flex: 0 0 auto;
	color: var(--hh-muted);
	font-size: .6rem;
}

/* ---------- Solutions panel ---------- */
.hhm-h-panel--solutions .hhm-solm {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
	width: 640px;
	max-width: 100%;
	margin-left: auto;
	padding: 20px 22px 18px;
	border: 1px solid var(--hh-line-2);
	border-radius: 12px;
	background: var(--hh-panel);
	box-shadow: 0 30px 70px rgba(0, 0, 0, .55);
}

.hhm-solm__label {
	display: block;
	margin-bottom: 10px;
	color: var(--hh-gold);
	font-size: .56rem;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
}

body.hhm-site .hhm-solm__col > a {
	display: block;
	padding: 7px 10px;
	border-radius: 8px;
	transition: background .13s ease;
}

body.hhm-site .hhm-solm__col > a:hover,
body.hhm-site .hhm-solm__col > a:focus-visible { background: var(--hh-card); }

.hhm-solm__col strong { display: block; color: var(--hh-text); font-size: .78rem; font-weight: 800; }
.hhm-solm__col small { display: block; margin-top: 1px; color: var(--hh-muted); font-size: .62rem; }

/* Progressively collapse direct department links into "More".
   The container caps at 1340px, so five direct departments is the ceiling. */
/* The direct Shop link occupies one department slot, so one fewer
   department shows per breakpoint (all live in All Categories + More). */
.hhm-h-nav__links .hhm-h-nav__dept--6,
.hhm-h-nav__links .hhm-h-nav__dept--5 { display: none; }
@media (max-width: 1360px) { .hhm-h-nav__links .hhm-h-nav__dept--4 { display: none; } }
@media (max-width: 1250px) { .hhm-h-nav__links .hhm-h-nav__dept--3 { display: none; } }
@media (max-width: 1140px) { .hhm-h-nav__links .hhm-h-nav__dept--2 { display: none; } }
@media (max-width: 1040px) { .hhm-h-nav__links .hhm-h-nav__dept--1 { display: none; } }

/* ---------- Mobile header ---------- */
@media (max-width: 1024px) {
	.hhm-h-utility { display: none; }

	.hhm-h-main__in { gap: 14px; height: 66px; }

	.hhm-h-logo { width: 132px; height: 58px; }

	.hhm-h-action__txt { display: none; }

	body.hhm-site .hhm-h-action { padding: 6px 9px; }

	.hhm-h-nav__in { height: 46px; }

	body.hhm-site .hhm-h-nav__link { padding: 0 9px; font-size: .7rem; }

	.hhm-mega__main { grid-template-columns: 200px minmax(0, 1fr) 250px; }

	.hhm-brandm__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

	.hhm-brandm__popular-cols { grid-template-columns: repeat(3, minmax(0, 1fr)); }

	.hhm-morem__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
	.hhm-mega__main { grid-template-columns: 192px minmax(0, 1fr); }
	.hhm-mega__side { display: none; }

	.hhm-mega__picks { grid-template-columns: repeat(2, minmax(0, 1fr)); }

	.hhm-morem__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
	.hhm-h-nav { display: none; }

	.hhm-h-burger { display: grid; }

	.hhm-h-action--labeled { display: none; }

	.hhm-h-action--mobile-account { display: flex; }

	.hhm-h-main__in {
		grid-template-columns: auto auto minmax(0, 1fr) auto auto;
		gap: 8px;
		height: 60px;
	}

	.hhm-h-search { display: none; }

	.hhm-h-logo { width: 112px; height: 50px; margin-inline: auto; }

	.hhm-h-msearch {
		display: block;
		padding: 8px 0 12px;
		border-top: 1px solid #14161b;
		background: var(--hh-bg);
	}

	body.hhm-site .hhm-h .hhm-commerce-search__field { min-height: 44px; }
	body.hhm-site .hhm-h .hhm-commerce-search__field input[type="search"] { height: 42px; font-size: .82rem; }
	body.hhm-site .hhm-h .hhm-commerce-search__submit { min-width: 52px; padding: 0 12px; }
	body.hhm-site .hhm-h .hhm-commerce-search__submit span { display: none; }
}

/* ---------- Mobile drawer ---------- */
.hhm-m { position: relative; z-index: 1200; }

.hhm-m__backdrop {
	position: fixed;
	inset: 0;
	padding: 0;
	border: 0;
	background: rgba(4, 5, 7, .66);
	opacity: 0;
	pointer-events: none;
	transition: opacity .22s ease;
}

.hhm-m__drawer {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	width: min(400px, 92vw);
	border-right: 1px solid var(--hh-line-2);
	background: var(--hh-bg-2);
	box-shadow: 0 0 60px rgba(0, 0, 0, .5);
	transform: translateX(-103%);
	transition: transform .26s ease;
}

.hhm-m.is-open .hhm-m__backdrop { opacity: 1; pointer-events: auto; }
.hhm-m.is-open .hhm-m__drawer { transform: translateX(0); }

.hhm-m__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 16px;
	border-bottom: 1px solid var(--hh-line);
	background: var(--hh-bg);
}

.hhm-m__logo { width: 112px; height: 46px; }

.hhm-m__close {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 1px solid var(--hh-line-2);
	border-radius: 8px;
	background: transparent;
	color: var(--hh-text);
}

.hhm-m__close svg { width: 18px; height: 18px; }

.hhm-m__body { flex: 1; overflow-y: auto; padding: 16px; }

.hhm-m__view[hidden] { display: none !important; }

.hhm-m__search { margin-bottom: 16px; }

.hhm-m__group { margin-bottom: 20px; }

body.hhm-site .hhm-m__group > h2 {
	margin: 0 0 8px;
	padding: 0 2px;
	color: var(--hh-gold);
	font-family: Inter, "Segoe UI", Arial, sans-serif;
	font-size: .6rem;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.hhm-m__list { display: grid; gap: 8px; }

body.hhm-site .hhm-m__list > :is(a, button) {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
	min-height: 50px;
	padding: 12px 14px;
	border: 1px solid var(--hh-line-2);
	border-radius: 10px;
	background: #101218;
	color: var(--hh-text);
	font-family: inherit;
	font-size: .84rem;
	font-weight: 800;
	text-align: left;
	cursor: pointer;
}

.hhm-m__list small { display: block; color: var(--hh-muted); font-size: .64rem; font-weight: 650; }
.hhm-m__list svg { flex: 0 0 auto; width: 16px; height: 16px; color: var(--hh-muted); }

/* Direct category rows with icons in the drawer root. */
.hhm-m__list .hhm-m__icon { flex: 0 0 auto; width: 34px; height: 34px; }
.hhm-m__list .hhm-m__icon svg { width: 17px; height: 17px; color: var(--hh-gold); }
.hhm-m__list .hhm-m__icon + span { flex: 1; min-width: 0; }

body.hhm-site .hhm-m__list > :is(a, button):hover,
body.hhm-site .hhm-m__list > :is(a, button):focus-visible { border-color: rgba(212, 175, 55, .4); }

body.hhm-site .hhm-m__trade {
	position: relative;
	display: grid;
	gap: 2px;
	margin-bottom: 8px;
	padding: 13px 44px 13px 14px;
	border: 1px solid rgba(212, 175, 55, .4);
	border-radius: 10px;
	background: rgba(212, 175, 55, .08);
}

.hhm-m__trade small { color: #b9a261; font-size: .64rem; }
.hhm-m__trade strong { color: var(--hh-gold-soft); font-size: .88rem; font-weight: 830; }
.hhm-m__trade svg { position: absolute; top: 50%; right: 14px; width: 17px; height: 17px; color: var(--hh-gold); transform: translateY(-50%); }

body.hhm-site .hhm-m__quote {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 11px 13px;
	border: 1px solid var(--hh-line-2);
	border-radius: 10px;
	background: #101218;
	color: var(--hh-text-2);
	font-size: .78rem;
	font-weight: 750;
}

.hhm-m__quote svg { width: 16px; height: 16px; color: var(--hh-gold); }

.hhm-m__simple {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}

body.hhm-site .hhm-m__simple a {
	display: flex;
	align-items: center;
	min-height: 46px;
	padding: 10px 13px;
	border: 1px solid var(--hh-line-2);
	border-radius: 10px;
	background: #101218;
	color: var(--hh-text-2);
	font-size: .76rem;
	font-weight: 750;
}

.hhm-m__account {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	padding-top: 14px;
	border-top: 1px solid var(--hh-line);
}

body.hhm-site .hhm-m__account a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 48px;
	border: 1px solid var(--hh-line-2);
	border-radius: 10px;
	background: var(--hh-card);
	color: var(--hh-text);
	font-size: .78rem;
	font-weight: 800;
}

.hhm-m__account svg { width: 17px; height: 17px; color: var(--hh-gold); }

/* Drawer drill views */
.hhm-m__view-head {
	position: sticky;
	z-index: 2;
	top: -16px;
	margin: -16px -16px 10px;
	padding: 12px 16px 13px;
	border-bottom: 1px solid var(--hh-line);
	background: var(--hh-bg-2);
}

body.hhm-site .hhm-m__view-head button {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--hh-gold-soft);
	font-family: inherit;
	font-size: .68rem;
	font-weight: 780;
	cursor: pointer;
}

.hhm-m__view-head button svg { width: 15px; height: 15px; transform: rotate(180deg); }

body.hhm-site .hhm-m__view-head h2 {
	margin: 8px 0 0;
	color: var(--hh-text);
	font-family: Inter, "Segoe UI", Arial, sans-serif;
	font-size: 1.12rem;
	font-weight: 830;
	letter-spacing: -.02em;
}

.hhm-m__catalog { display: grid; gap: 8px; }

body.hhm-site .hhm-m__catalog > :is(a, button) {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr) 16px;
	align-items: center;
	gap: 12px;
	width: 100%;
	min-height: 56px;
	padding: 8px 12px;
	border: 1px solid var(--hh-line-2);
	border-radius: 10px;
	background: #101218;
	color: var(--hh-text);
	font-family: inherit;
	text-align: left;
	cursor: pointer;
}

body.hhm-site .hhm-m__catalog > :is(a, button):hover,
body.hhm-site .hhm-m__catalog > :is(a, button):focus-visible { border-color: rgba(212, 175, 55, .4); }

.hhm-m__icon {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(212, 175, 55, .26);
	border-radius: 8px;
	background: rgba(212, 175, 55, .08);
	color: var(--hh-gold);
}

.hhm-m__icon svg { width: 19px; height: 19px; }

.hhm-m__catalog strong { display: block; font-size: .82rem; font-weight: 800; }
.hhm-m__catalog small { display: block; margin-top: 1px; color: var(--hh-muted); font-size: .64rem; font-weight: 650; }
.hhm-m__catalog > :is(a, button) > svg { width: 15px; height: 15px; color: var(--hh-muted); }

body.hhm-site .hhm-m__view-all {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-height: 48px;
	margin: 12px 0 6px;
	padding: 11px 13px;
	border: 1px solid rgba(212, 175, 55, .35);
	border-radius: 9px;
	background: rgba(212, 175, 55, .08);
	color: var(--hh-gold-soft);
	font-size: .76rem;
	font-weight: 830;
}

.hhm-m__view-all svg { width: 16px; height: 16px; }

.hhm-m__brands { display: grid; gap: 8px; }

body.hhm-site .hhm-m__brands > a {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto 16px;
	align-items: center;
	gap: 10px;
	min-height: 50px;
	padding: 11px 13px;
	border: 1px solid var(--hh-line-2);
	border-radius: 10px;
	background: #101218;
	color: var(--hh-text);
}

.hhm-m__brands > a span { font-size: .82rem; font-weight: 800; }
.hhm-m__brands small { color: var(--hh-muted); font-size: .64rem; }
.hhm-m__brands svg { width: 15px; height: 15px; color: var(--hh-muted); }

/* ---------- Small screens ---------- */
@media (max-width: 560px) {
	.hhm-h-main__in { gap: 4px; }

	.hhm-h-logo { width: 100px; height: 46px; }

	body.hhm-site .hhm-h-action { padding: 6px 7px; }

	body.hhm-site .hhm-h .hhm-commerce-search-result {
		grid-template-columns: 50px minmax(0, 1fr);
		gap: 10px;
		padding-inline: 11px;
	}

	.hhm-h .hhm-commerce-search-result__image { width: 50px; height: 50px; }

	.hhm-h .hhm-commerce-search-result__price { grid-column: 2; padding: 0; font-size: .72rem; }
}

/* ---------- Motion safety ---------- */
@media (prefers-reduced-motion: reduce) {
	.hhm-m__drawer,
	.hhm-m__backdrop,
	.hhm-h .hhm-commerce-search__field { transition: none; }
	.hhm-h .hhm-commerce-search__status.is-loading::before { animation-duration: 1.4s; }
}

body.hhm-site .hhm-h :is(a, button, input):focus-visible {
	outline: 2px solid rgba(212, 175, 55, .75);
	outline-offset: 1px;
}
