/* Coming soon page — extends styles.css */

.cs-topbar .primary-nav {
  margin-right: 0;
}

.cs-badge {
  align-self: flex-start;
  background: var(--red);
  border-radius: 2px;
  box-shadow: -4px 4px 0 0 var(--shadow-white);
  color: var(--white);
  display: inline-block;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin-bottom: 18px;
  padding: 8px 14px;
  text-transform: uppercase;
}

.coming-card {
  min-height: auto;
}

.coming-card .cs-hero-lead {
  color: rgb(0 0 0 / 68%);
  font-size: 16px;
  line-height: 1.55;
  margin: 0 0 22px;
  max-width: 48ch;
}

.cs-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  margin-top: 8px;
}

.cs-hero-actions .booking-card__cta {
  margin-top: 0;
}

.cs-store-note {
  border-top: 1px solid rgb(0 0 0 / 12%);
  color: rgb(0 0 0 / 55%);
  font-size: 13px;
  line-height: 1.5;
  margin-top: 22px;
  padding-top: 18px;
}

.cs-step-num {
  align-items: center;
  background: var(--red);
  border-radius: 2px;
  color: var(--white);
  display: flex;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 900;
  height: 28px;
  justify-content: center;
  margin-bottom: 10px;
  width: 28px;
}

.cs-steps .explore-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 1060px) {
  .cs-steps .explore-grid {
    grid-template-columns: 1fr;
  }
}

.cs-steps .explore-grid article {
  grid-template-columns: 112px 1fr;
}

.cs-steps .explore-grid article > div:first-of-type {
  display: flex;
  flex-direction: column;
}

.cs-disabled-btn {
  cursor: default;
  opacity: 0.78;
  pointer-events: none;
}
