/* TEPE Web splash layout: keep the slogan prominent and align loading with the logo. */
.tepe-splash-copy h1 {
  margin: 0;
  color: #f4fbff;
  font-size: clamp(2.6rem, 5.6vw, 5rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.035em;
}
.tepe-splash-copy h1 em {
  color: #7be0e5;
  font-style: normal;
}
.tepe-splash-logo-frame {
  width: min(500px, 135.4svh - 400px);
}
.tepe-splash-loading {
  align-self: center;
  width: min(500px, 100%);
}
@media (max-width: 760px) {
  .tepe-splash-copy h1 { font-size: clamp(2.2rem, 10vw, 3.6rem); }
  .tepe-splash-logo-frame,
  .tepe-splash-loading { width: min(440px, 100%); }
}
