.openable-case .case-hero h1 {
  max-width: 1050px;
}

.openable-case .case-deck {
  max-width: 920px;
}

.repository-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.repository-links .repository-link {
  margin-top: 0;
}

.status-dot-production {
  background: var(--green);
  box-shadow: 0 0 0 3px rgba(20, 122, 90, 0.16);
}

.openable-story .product-shot {
  background: #f4f0e8;
}

.openable-story .product-shot img {
  background: #f4f0e8;
}

.openable-format-grid article {
  min-height: 172px;
}

.openable-format-grid article > span {
  color: var(--green);
  letter-spacing: 0.06em;
}

.benchmark-results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.benchmark-results article {
  display: flex;
  min-height: 132px;
  flex-direction: column;
  justify-content: center;
  padding: 18px;
  border-color: rgba(20, 122, 90, 0.24);
  background: rgba(20, 122, 90, 0.055);
  box-shadow: none;
}

.benchmark-results strong,
.benchmark-results span {
  display: block;
}

.benchmark-results strong {
  color: var(--green);
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  letter-spacing: -0.04em;
}

.benchmark-results span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.45;
}

@media (max-width: 580px) {
  .repository-links {
    display: grid;
  }

  .repository-links .repository-link {
    width: 100%;
  }

  .benchmark-results {
    grid-template-columns: 1fr;
  }
}
