.pilot-stage { overflow: visible; }
.pilot-canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
}
.pilot-canvas.is-ready { opacity: 1; }
.pilot-hint {
  position: absolute;
  left: 50%;
  bottom: 3%;
  z-index: 2;
  margin: 0;
  padding: 7px 12px;
  border: 1px solid rgb(83 69 68 / 16%);
  border-radius: 999px;
  color: #756b69;
  background: rgb(250 248 243 / 82%);
  font-size: 12px;
  letter-spacing: .08em;
  white-space: nowrap;
  transform: translateX(-50%);
  backdrop-filter: blur(8px);
}
.pilot-status { color: #a9a09d; letter-spacing: .12em; }
.cn-name {
  font-family: inherit;
  letter-spacing: -.07em;
  white-space: nowrap;
}
.cn-name .hero-period { display: inline; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 760px) { .pilot-hint { bottom: 1%; } }
@media (prefers-reduced-motion: reduce), (pointer: coarse) { .pilot-hint { display: none; } }
