/* ═══════════════════════════════════════
   VINE MARKETING — Powered-by badge
   ═══════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Geist:wght@300;400&display=swap');

.vine-pb-wrap {
  width: 100%;
  text-align: center;
  padding: 28px 16px 32px;
}

.vine-pb {
  display: inline-flex;
  align-items: baseline;
  gap: 0.5em;
  font-family: 'Geist', system-ui, -apple-system, sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: currentColor;
  opacity: 0.5;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.vine-pb:hover { opacity: 1; }

.vine-pb-mark {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 14px;
  letter-spacing: -0.01em;
  background: linear-gradient(90deg, #8305ad 0%, #c5a8f5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.vine-pb-mark em { font-style: italic; }
