.nh-button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 3rem;
  padding: .8rem 1.5rem; border-radius: 1rem; background: var(--wp--preset--color--accent, #e3e875);
  color: var(--wp--preset--color--plum, #42031c); font-family: var(--wp--preset--font-family--display, inherit);
  font-weight: 600; text-transform: uppercase; text-decoration: none;
}
.nh-button--ghost { background: transparent; box-shadow: inset 0 0 0 2px currentColor; }
.nh-eyebrow { font-weight: 700; text-transform: uppercase; letter-spacing: .06em; font-size: .85rem; }
.nh-empty { padding: 1.5rem; border: 1px dashed currentColor; border-radius: 1rem; opacity: .75; }
