.hm-sep { color: var(--hm-amber-deep); }

.hm-bg-paper { background: var(--hm-paper); }

.hm-hero-eyebrow { letter-spacing: 0.18em; }

.hm-hero-trust { color: var(--hm-white-65); }

.hm-hero-trust a {
	border-bottom: 1px solid var(--hm-hairline-white);
}

.hm-hero-trust-check { color: var(--hm-green); }

.hm-accred-eyebrow {
	color: var(--hm-ink-soft);
	letter-spacing: 0.2em;
}

.hm-accred-eyebrow-strong {
	color: var(--hm-amber-deep);
	font-weight: 600;
}

.hm-supplier-logo {
	max-height: 56px;
	width: auto;
	opacity: 0.82;
}

.hm-supplier-label {
	color: var(--hm-ink-soft);
	letter-spacing: 0.16em;
	font-size: 9.5px;
	white-space: nowrap;
}

.hm-tile-meta { line-height: 1.4; }

.hm-tile-audience { color: var(--hm-ink-muted); }

.hm-search-band {
	background: var(--hm-paper);
	border-top: 1px solid var(--hm-hairline-ink);
	border-bottom: 1px solid var(--hm-hairline-ink);
}

.hm-search-band .hm-input-wrap {
	background: #fff;
	border: 1px solid var(--hm-hairline-ink-strong);
	border-radius: 0.5rem;
	padding: 10px 16px;
	gap: 10px;
	transition: border-color 120ms ease, box-shadow 120ms ease;
}

.hm-search-band .hm-input-wrap:focus-within {
	border-color: var(--hm-amber-deep);
	box-shadow: 0 0 0 3px rgba(200, 141, 34, 0.12);
}

.hm-search-band .hm-input-wrap input {
	font-family: "Nunito Sans", sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: var(--hm-ink);
	border: 0;
	background: transparent;
	outline: none;
	min-width: 0;
	width: 100%;
	padding: 4px 0;
}

.hm-search-band .hm-input-wrap input::placeholder {
	color: rgba(18, 20, 24, 0.38);
}

.hm-search-band .hm-search-icon {
	color: var(--hm-amber-deep);
	font-size: 16px;
	line-height: 1;
}

.hm-search-band .hm-cta {
	background: var(--hm-amber-deep);
	color: #fff;
	font-family: "Nunito Sans", sans-serif;
	font-size: 15px;
	font-weight: 600;
	padding: 12px 22px;
	border: 0;
	border-radius: 0.5rem;
	white-space: nowrap;
	transition: background-color 120ms ease;
}

.hm-search-band .hm-cta:hover,
.hm-search-band .hm-cta:focus-visible {
	background: var(--hm-amber-deep-hover);
	color: #fff;
}

.hm-search-band .hm-eyebrow {
	font-family: "Inter", sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--hm-ink-faint);
}

.hm-search-band .hm-eyebrow .sep { color: var(--hm-amber-deep); }

.hm-search-band .hm-secondary {
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: var(--hm-ink);
	text-decoration: none;
	white-space: nowrap;
}

.hm-search-band .hm-secondary .pledge {
	color: var(--hm-amber-deep);
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}

.hm-search-band .hm-secondary:hover .pledge {
	text-decoration-thickness: 2px;
}

.hm-search-band .hm-divider {
	width: 1px;
	height: 22px;
	background: var(--hm-hairline-ink-divider);
	flex-shrink: 0;
}

.hm-search-band .hm-helper {
	font-family: "Inter", sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: var(--hm-ink-faint);
}

.hm-search-band .hm-helper strong {
	color: var(--hm-ink);
	font-weight: 600;
}

.hm-search-band .hm-helper .sep {
	color: var(--hm-amber-deep);
	margin: 0 0.5rem;
}

.hm-search-band .hm-helper em { font-style: italic; }

@media (max-width: 767.98px) {
	.hm-search-band .hm-cta {
		width: 100%;
		padding: 14px 22px;
	}
}

.hm-bg-paper .icon-xl {
	display: flex;
	align-items: center;
	justify-content: center;
}
.hm-bg-paper .icon-xl img {
	max-width: 60%;
	max-height: 40px;
	object-fit: contain;
}

@keyframes dotPulse {
	0%, 100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.6); }
	50% { box-shadow: 0 0 0 6px rgba(34, 197, 94, 0); }
}
.dot-pulse {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #22c55e;
	margin: 0 8px;
	vertical-align: middle;
	animation: dotPulse 1.6s ease-in-out infinite;
}
