.headline {
  font-size: clamp(1.9rem, 3.1vw, 2.3rem);
  font-weight: 600;
  margin-bottom: 0.5rem;
  white-space: nowrap;
}

.headline-wordmark {
  display: inline-flex;
  align-items: center;
}

.headline-wordmark .logo {
  width: 32px;
}

.subheadline {
  font-size: clamp(1.1rem, 1.4vw, 1.2rem);
  color: #52525b;
  margin: 0 0 1rem 0;
  white-space: nowrap;
}

.subheadline-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hero-figure {
  margin: 0;
  max-width: 100%;
  width: 400px;
}

.hero-screenshot {
  display: block;
  width: 100%;
  height: auto;

  border: 1px solid #d1d5db;
  border-radius: 20px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.hero-caption {
  margin-top: 0.5rem;
  color: #6b7280;
  text-align: center;
}

.hero-link {
  color: inherit;
  text-decoration: none;
}

.puzzle-section {
  margin-top: 1.5rem;
}

.puzzle-section h2 {
  font-size: 1.5rem;
  margin: 0 0 1rem;
}

.release-cadence {
  font-size: 1rem;
  font-weight: 500;
  color: #52525b;
  margin: 0 0 0.75rem;
}

.release-cadence span {
  white-space: nowrap;
}

.archive-link {
  display: inline-block;
  margin-top: 0.75rem;

  font-weight: 500;
  color: #27272a;
  text-decoration: none;
  font-size: 1rem;
}

.archive-link:hover {
  text-decoration: underline;
}

.starting-puzzle-section {
  margin-top: 1rem;
}

.starting-puzzle-section h2 {
  font-size: 1.5rem;
  margin: 0 0 0.75rem;
}

.design-note {
  margin: 0 0 0.5rem;
  white-space: nowrap;
}

.design-note-link {
  font-weight: 500;
  color: #27272a;
  text-decoration: none;
}

.design-note-link:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.exhibit {
  margin: 0;
  white-space: nowrap;
}

.exhibit-link {
  font-weight: 500;
  color: #27272a;
  text-decoration: none;
}

.exhibit-link:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.related-content {
  margin-top: 1rem;
}

.related-content h2 {
  font-size: 1.5rem;
  margin: 0 0 1rem;
}
