.transition {
  position: fixed;
  inset: 0;
  z-index: 200000;
  pointer-events: none;
  overflow: hidden;
}

.transition-panel {
  position: absolute;
  inset: -2px 0;
  background-color: #a3a3a3;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}

.tn {
  position: relative;
  display: inline-block;
  font-family: "General Sans", "Segoe UI", system-ui, sans-serif;
  font-weight: 800;
  font-synthesis: none;
  text-transform: uppercase;
  letter-spacing: -0.045em;
  line-height: 1;
  white-space: nowrap;
  font-size: clamp(44px, 4.5vw, 72px);
  -webkit-font-smoothing: antialiased;
}

.tn-ghost {
  display: block;
  color: rgba(0, 0, 0, 0.22);
}

.tn-mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.tn-fill {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #111;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .tn {
    font-size: clamp(40px, 12vw, 64px);
    font-weight: 500;
  }
}
