html.tm-will-preload,
html.tm-will-preload body {
  overflow: hidden;
}


body.is-loading {
  overflow: hidden;
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #000;
}

.preloader-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.055) 0%, rgba(255, 255, 255, 0.015) 26%, rgba(255, 255, 255, 0) 56%),
    radial-gradient(circle at 50% 100%, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 52%),
    linear-gradient(180deg, #020202 0%, #000 100%);
}

.preloader-vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, transparent 34%, rgba(0, 0, 0, 0.2) 66%, rgba(0, 0, 0, 0.72) 100%);
}

.preloader-grain {
  position: absolute;
  inset: 0;
  opacity: 0.07;
  mix-blend-mode: screen;
  background-image:
    radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.4) 0 1px, transparent 1px),
    radial-gradient(circle at 78% 26%, rgba(255, 255, 255, 0.24) 0 1px, transparent 1px),
    radial-gradient(circle at 60% 80%, rgba(255, 255, 255, 0.24) 0 1px, transparent 1px);
  background-size: 180px 180px, 240px 240px, 220px 220px;
}

.preloader .tech-loader-wrap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  opacity: 0.55;
  pointer-events: none;
}

.preloader .tech-loader {
  width: 100vw;
  max-width: none;
  height: auto;
  overflow: visible;
}

.preloader .tech-loader #construction-grid {
  stroke: rgba(255, 255, 255, 0.08);
}

.preloader .tech-loader #radial-guides {
  stroke: rgba(255, 255, 255, 0.06);
}

.preloader .tech-loader #dimension-marks {
  stroke: rgba(255, 255, 255, 0.1);
}

.preloader .tech-loader #brand-symbol {
  opacity: 0;
}

.preloader .tech-loader [data-draw],
.preloader .tech-loader [data-draw-soft] {
  fill: none;
}

.preloader .tech-loader #accent-points circle {
  fill: rgba(255, 255, 255, 0.35);
}

.preloader .wordmark-wrap {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 24px;
  text-align: center;
}

.preloader .wordmark-glow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(68vw, 900px);
  height: min(18vw, 190px);
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.09) 0%,
    rgba(255, 255, 255, 0.028) 34%,
    rgba(255, 255, 255, 0) 74%
  );
  filter: blur(34px);
  z-index: -1;
  opacity: 0.48;
}

.preloader .wordmark {
  position: relative;
  z-index: 4;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: baseline;
  gap: 0;
  font-family: "Smooch Sans", sans-serif;
  font-size: clamp(18px, 4.2vw, 64.8px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  background: none;
  padding: 0;
}

.preloader .letter {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  box-sizing: content-box;
  overflow: visible;
  margin: 0 -0.09em;
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 1.1px rgba(255, 255, 255, 0.55);
  background-image: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 0%;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 1.15;
  text-shadow: none;
  transform: none !important;
  will-change: contents, color, opacity, background-size;
}

.preloader .letter.is-set {
  -webkit-text-stroke: 1.1px rgba(255, 255, 255, 0.18);
}

@media (max-width: 767px) {
  .preloader .wordmark {
    font-size: clamp(18px, 6.6vw, 33.6px);
    letter-spacing: -0.02em;
    gap: 0;
  }
  .preloader .tech-loader-wrap {
    padding: 0;
  }
  .preloader .tech-loader {
    width: 100vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  .preloader * {
    animation: none !important;
    transition: none !important;
  }
}
