/* =========================================================
   Bounce Back Media — Bespoke Page (bespoke.php)
   Page-level layout helpers only
   ========================================================= */

.hero-wrap { background: var(--bbm-white); }

.video-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.logo-hero--bespoke {
  max-height: 280px; /* pick the size you want */
}

.object-fit-cover { object-fit: cover; }

.play-overlay {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 12px 24px rgba(0,0,0,.18);
}

/* Use the same inline badge style as the index cards */
.video-card .badge-float {
  position: static;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  background: var(--bbm-yellow);
  color: var(--bbm-ink);
  font-weight: 900;
  border-radius: var(--radius-pill);
  padding: .25rem .75rem;
  font-size: .78rem;
  box-shadow: 0 8px 18px rgba(0,0,0,.12);
}

/* Keep card tagline consistent (inherit Inter) */
.video-card .tagline-inline {
  font-family: inherit;
  font-weight: 700;
  letter-spacing: 0;
  color: rgba(29, 29, 33, 0.65);
}
