/* Final public homepage cosmetic fixes 2026-05-26. */
.turnstile-slot {
  min-height: 74px;
}

.turnstile-loading {
  width: 100%;
  min-height: 64px;
  border: 1px solid rgba(125, 211, 252, 0.26);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8, 17, 31, 0.82);
  color: #b8cbe2;
  font-size: 13px;
  font-weight: 800;
}

body.home-page .founder-card {
  grid-template-columns: clamp(190px, 18vw, 250px) minmax(0, 1fr) !important;
  gap: clamp(22px, 3vw, 36px) !important;
}

body.home-page .founder-card img {
  width: clamp(190px, 18vw, 250px) !important;
  height: clamp(235px, 22vw, 320px) !important;
  max-width: 100% !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: center 18% !important;
  border-radius: 14px !important;
}

@media (max-width: 760px) {
  body.home-page .founder-card {
    grid-template-columns: 1fr !important;
  }

  body.home-page .founder-card img {
    width: min(210px, 78vw) !important;
    height: 260px !important;
  }
}
