.hm-search { position: relative; }
.hmb-results { position: absolute; top: calc(100% + 6px); left: 0; right: 0; z-index: 80; background: #fff; border: 1px solid var(--hm-border, #eadfd3); border-radius: 14px; box-shadow: 0 12px 40px rgba(63,47,37,0.15); padding: 6px; max-height: min(70vh, 520px); overflow-y: auto; }
.hmb-results[hidden] { display: none; }
.hmb-results ul { list-style: none; margin: 0; padding: 0; }
.hmb-results__item a { display: grid; grid-template-columns: 48px 1fr auto; gap: 10px; align-items: center; padding: 8px; border-radius: 10px; color: var(--hm-brown, #3f2f25); text-decoration: none; }
.hmb-results__item a:hover, .hmb-results__item a:focus, .hmb-results__item.is-active a { background: var(--hm-surface-2, #f6efe6); }
.hmb-results__item img { width: 48px; height: 48px; object-fit: cover; border-radius: 8px; }
.hmb-results__item span { font-size: 0.9rem; }
.hmb-results__item strong { font-size: 0.9rem; white-space: nowrap; }
.hmb-results__cat a { display: flex; justify-content: space-between; padding: 8px 10px; border-radius: 10px; color: var(--hm-caramel-dark, #a96f44); font-weight: 700; font-size: 0.85rem; text-decoration: none; }
.hmb-results__cat a:hover { background: var(--hm-surface-2, #f6efe6); }
.hmb-results__more { display: block; text-align: center; padding: 10px; font-weight: 700; font-size: 0.9rem; border-top: 1px solid var(--hm-border, #eadfd3); margin-top: 4px; }
.hmb-results__empty { padding: 12px; color: var(--hm-muted, #8a7a6b); text-align: center; font-size: 0.9rem; }
