/* SemGeom's long title uses the shared blue title-slide treatment. */

.title-slide .top-area {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 15vh;
  padding: 0.35em 1.5em;
  text-align: center;
}

.title-slide .title-link-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2em;
}

.title-slide .title-link {
  color: var(--text-dark);
  font-size: 1.06em;
  font-weight: 600;
  line-height: 1.15;
}

.title-slide .title-link-caption {
  color: var(--text-muted);
  font-size: 0.5em;
  font-weight: 400;
}

.title-slide .blue-band {
  justify-content: center;
  align-items: center;
  text-align: center;
}

.title-slide h1 {
  max-width: 26em;
  margin: 0 0 0.9em;
  color: #ffffff;
  font-size: 1.65em;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  text-wrap: balance;
}

.title-slide .meta {
  color: #ffffff;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.35;
  text-align: center;
}

.title-slide .meta .name {
  font-size: 1.08em;
  font-weight: 500;
}
