@font-face {
  font-family: "Norse Bold";
  src: url("./assets/fonts/Norse-bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

.hero {
  background: #111;
  position: sticky;
  top: 0;
  z-index: 0;
}

.nav {
  position: fixed;
  z-index: 1;
  grid-template-columns: 1fr auto;
}

.nav > nav {
  justify-content: flex-start;
}

.loader-mark {
  letter-spacing: -.075em;
  transform: scaleX(1.12);
  transform-origin: center;
  transition: transform .7s cubic-bezier(.22, .75, .2, 1), filter .7s cubic-bezier(.22, .75, .2, 1);
  will-change: transform, filter;
}

.loader-mark:hover {
  transform: scaleX(1.12) scale(1.05);
  filter: brightness(.7);
}

.loader-mark span {
  display: inline-block;
  position: relative;
  left: .04em;
  transform: scaleX(.892857);
  transform-origin: center;
}

.loader-line i {
  background: #fd600f;
}

.hero img.hero-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  background: #111;
  filter: none;
  opacity: 1;
  transform: none !important;
  transition: opacity .35s ease;
}

.hero-ripple {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #111;
}

.hero-ripple canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.hero.ripple-ready img.hero-bg {
  opacity: 0;
}

.hero h1 {
  left: 40.2vw;
  right: auto;
  bottom: 6.5vh;
  width: auto;
  font-size: 15.1vw;
  line-height: .74;
  transform: none !important;
  font-family: "Norse Bold", "HarmonyOS Sans SC", sans-serif;
  font-weight: 700;
  letter-spacing: .018em;
  color: #fff;
}

.hero h1 span,
.hero h1 span:last-child {
  color: #fff;
  -webkit-text-stroke: 0;
  text-stroke: 0;
}

.hero-index {
  left: 70.5vw;
  bottom: 33%;
  font-weight: 400;
}

.hero-index > * {
  color: #fff;
  opacity: 1 !important;
  font-weight: 400;
}

@media (min-width: 801px) {
  .hero h1 span:last-child {
    color: #fff;
    -webkit-text-stroke: 0;
  }
}

.hero .hero-noise {
  display: none;
}

.about {
  margin-top: 0;
  clip-path: none;
  z-index: 2;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .08);
}

.film,
.work,
.services,
.archive,
.stats,
.split-cta,
.faq,
footer {
  position: relative;
  z-index: 2;
}

.film,
.services,
.stats,
.faq {
  background: var(--paper);
}

@media (max-width: 800px) {
  .hero img.hero-bg {
    object-position: center;
  }

  .hero-index {
    left: 5%;
    bottom: 26%;
  }

  .hero h1 {
    left: 3%;
    right: 3%;
    bottom: 7%;
    width: 94%;
    font-size: 18vw;
    line-height: .78;
    letter-spacing: -.065em;
    white-space: nowrap;
  }
}
