.stub-section {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 80px 64px;
  position: relative;
}

/* Shorter intro sections (games/3d/commissions/contact) that don't need
   the full 60vh hero height. */
.stub-section--compact {
  min-height: auto;
  padding-bottom: 20px;
}

/* Badge position shared by the stub-section intro on commissions/3d. */
.stamp--stub {
  top: 24px;
  left: 64px;
  font-size: 9px;
}

.stub-title {
  font-size: clamp(36px, 6vw, 72px);
  margin-bottom: 20px;
}

.stub-text {
  font-size: 17px;
  color: #c9c3d4;
  max-width: 560px;
  line-height: 1.6;
  margin-bottom: 32px;
}

@media (max-width: 640px) {
  .stub-section {
    padding: 60px 20px;
  }
}
