/* ==========
   HOME PAGE
   ========= */

/* Coming Card */
.coming-card {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
}

#coming-next .row.g-3 > [class*='col'] {
  display: flex;
}

/* Hero Panel */
.hero-panel .display-5 {
  font-family: var(--font-brand);
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* How It Works Section */
.how-card-img {
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(194, 161, 77, 0.25);
  border-radius: calc(var(--radius) - 4px);
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

/* Membership Section */
.membership-img {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.membership-media {
  background: rgba(20, 20, 27, 0.7);
  border: 1px solid rgba(194, 161, 77, 0.25);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

/* Featured carousel footer alignment for deals */
.entry-card-footer--featured {
  align-items: flex-start;
}
