/* Type swap carousel */
.type-stage {
  display: grid;
  min-height: 72vh;
  place-items: center;
  padding: 32px;
}

.type-copy {
  width: min(1040px, 100%);
}

.type-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.22em;
  align-items: baseline;
  font-size: clamp(46px, 9vw, 120px);
  font-weight: 950;
  line-height: 0.94;
}

.type-mask {
  display: inline-grid;
  height: 0.96em;
  overflow: hidden;
  color: var(--coral);
}

.type-stack {
  display: grid;
  will-change: transform;
}

.type-stack span {
  height: 0.96em;
}

.type-copy p {
  max-width: 680px;
  margin-top: 24px;
}

