/* =================== intent-chip.css =================== */
.intent-chip {display: flex; flex-direction: column; gap: 4px; padding: 16px 18px; background: var(--hc-paper, #ffffff); border: 0.5px solid var(--hc-line-2, rgba(180, 151, 115, 0.18)); border-radius: 14px; transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease}
.intent-chip b {display: block; font-weight: 400; font-size: 15px; color: var(--hc-ink, #1a1714); font-family: 'Playfair Display', Georgia, serif}
.intent-chip span {display: block; font-size: 12px; color: var(--hc-ink-soft, rgba(26, 23, 20, 0.6)); line-height: 1.4}
.intent-chip > b, .intent-chip > strong {display: block; margin-bottom: 4px}
.intent-chip > span {display: block}
@media(max-width:1024px) {
  .intent-chip:hover {transform: translateY(-2px); border-color: var(--hc-gold-border, rgba(212, 184, 150, 0.42)); box-shadow: 0 10px 26px -14px rgba(139, 115, 85, 0.20)}
}
