.title-slide .top-area {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.6em;
  min-height: 0;
  padding-top: 0.45em;
  padding-bottom: 0.25em;
}

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

.title-slide h1,
.title-slide .meta,
.title-slide .date {
  text-align: center;
}

.title-slide .title-link-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.2em;
  min-width: 0;
  justify-self: start;
  padding-right: 0;
}

.title-slide .title-link-label {
  color: #0891b2;
  font-size: 0.5em;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.title-slide .title-link {
  color: #0f172a;
  font-size: 1.06em;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.015em;
  text-decoration: none;
  word-break: break-word;
}

.title-slide .title-link:hover {
  color: #0073A3;
}

.title-slide .title-link-caption {
  color: #64748b;
  font-size: 0.5em;
  font-weight: 400;
}

.title-slide .title-qr {
  display: block;
  width: 220px;
  height: 220px;
  justify-self: end;
}
