.hh-directory-hero {
	padding: 80px 0 58px;
	background:
		radial-gradient(circle at 85% 12%, rgba(245, 166, 35, 0.2), transparent 28%),
		linear-gradient(130deg, #071633, #0b3554);
	color: #fff;
}

.hh-directory-hero .eyebrow { color: var(--hh-gold); }
.hh-directory-hero h1 { max-width: 760px; color: #fff; font-size: clamp(38px, 5vw, 62px); line-height: 1.06; letter-spacing: -0.035em; }
.hh-directory-hero > .wrap > p:not(.eyebrow) { max-width: 680px; color: rgba(237, 241, 251, 0.8); font-size: 18px; }

.hh-directory-search {
	display: grid;
	grid-template-columns: 1.25fr 1fr .85fr auto;
	gap: 10px;
	align-items: end;
	margin-top: 34px;
	padding: 12px;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.25);
}

.hh-directory-search label { display: block; padding: 5px 10px; color: #1f2430; }
.hh-directory-search label span { display: block; margin-bottom: 4px; color: #565f73; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.hh-directory-search input,
.hh-directory-search select { width: 100%; min-height: 38px; border: 0; background: transparent; color: #1f2430; font: inherit; font-weight: 650; color-scheme: light; }
.hh-directory-search .btn { min-height: 54px; white-space: nowrap; }

.hh-directory-results { padding: 72px 0 100px; background: var(--hh-cloud); }
.hh-results-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.hh-results-head .eyebrow { color: var(--hh-blue); }
.hh-results-head h2 { margin: 4px 0 0; color: var(--hh-ink); font-size: clamp(28px, 4vw, 42px); }

.hh-professional-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.hh-professional-card { overflow: hidden; border: 1px solid var(--hh-line); border-radius: 18px; background: var(--hh-surface-raised); color: var(--hh-ink); box-shadow: var(--hh-shadow-card); }
.hh-pro-avatar { display: block; aspect-ratio: 16 / 10; background: #dfe8f0; overflow: hidden; }
.hh-pro-avatar img { width: 100%; height: 100%; object-fit: cover; }
.hh-pro-avatar > span { display: grid; width: 100%; height: 100%; place-items: center; color: #fff; font-size: 48px; font-weight: 850; }
.hh-pro-body { padding: 22px; }
.hh-pro-verified { display: flex; align-items: center; gap: 6px; margin: 0 0 8px; color: var(--hh-green); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.hh-pro-verified svg { width: 17px; height: 17px; }
.hh-pro-body h3 { margin: 0; color: var(--hh-ink); font-size: 22px; }
.hh-pro-service, .hh-pro-location { margin: 6px 0 0; color: var(--hh-ink-soft); }
.hh-pro-rating { display: flex; align-items: center; gap: 9px; margin: 18px 0; font-size: 13px; font-weight: 700; }
.hh-pro-rating .star-row { display: inline-flex; color: var(--hh-gold); }
.hh-pro-rating svg { width: 16px; height: 16px; }
.hh-pro-body .btn { width: 100%; }

.hh-directory-empty { max-width: 700px; margin: 0 auto; padding: 56px 30px; border: 1px solid var(--hh-line); border-radius: 20px; background: var(--hh-surface-raised); color: var(--hh-ink); text-align: center; box-shadow: var(--hh-shadow-card); }
.hh-directory-empty > span { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 20px; border-radius: 50%; background: rgba(8, 27, 74, .08); color: var(--hh-blue); font-size: 34px; }
.hh-directory-empty h3 { font-size: 27px; }
.hh-directory-empty p { max-width: 520px; margin: 10px auto 24px; color: var(--hh-ink-soft); }

@media (max-width: 940px) {
	.hh-directory-search { grid-template-columns: 1fr 1fr; }
	.hh-professional-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
	.hh-directory-hero { padding: 56px 0 44px; }
	.hh-directory-search { grid-template-columns: 1fr; }
	.hh-professional-grid { grid-template-columns: 1fr; }
	.hh-results-head { align-items: stretch; flex-direction: column; }
}
.hh-launch-note {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 20px 22px;
	margin-bottom: 22px;
	border: 1px solid color-mix(in srgb, var(--hh-gold) 42%, var(--hh-line));
	border-radius: var(--hh-radius-m);
	background: color-mix(in srgb, var(--hh-gold) 8%, var(--hh-surface-raised));
}

.hh-launch-note > div { position: relative; padding-left: 20px; }
.hh-launch-note strong { display: block; color: var(--hh-ink); font-size: 15px; }
.hh-launch-note p { margin: 4px 0 0; color: var(--hh-ink-soft); font-size: 13px; line-height: 1.55; }
.hh-launch-dot { position: absolute; left: 0; top: 5px; width: 9px; height: 9px; border-radius: 50%; background: var(--hh-gold); box-shadow: 0 0 0 5px color-mix(in srgb, var(--hh-gold) 16%, transparent); }
.hh-launch-note .btn { flex: 0 0 auto; }
.hh-sample-card { position: relative; border-style: dashed; }
.hh-sample-card::after { content: ''; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; background: linear-gradient(135deg, transparent 72%, color-mix(in srgb, var(--hh-gold) 8%, transparent)); }
.hh-sample-label { display: inline-flex; padding: 4px 8px; border-radius: 99px; background: color-mix(in srgb, var(--hh-gold) 14%, transparent); color: var(--hh-gold); font-size: 10px; line-height: 1; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.hh-coming-soon { opacity: .72; cursor: default; }

@media (max-width: 680px) {
	.hh-launch-note { align-items: flex-start; flex-direction: column; }
}
