@font-face {
  font-family: "Passion Colin Title";
  src: url("assets/fonts/PassionSansPDbc-LightSmallC.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

@font-face {
  font-family: "Passion Colin Nav";
  src: url("assets/fonts/PassionSansPDbe-BookSmallCa.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  margin: 0;
  background: #ffffff;
}

body {
  color: #111111;
}

img {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.hero-page {
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.hero-stage {
  --desktop-ratio: calc(1512 / 982);

  position: relative;
  width: min(100vw, calc(100dvh * var(--desktop-ratio)));
  aspect-ratio: 1512 / 982;
  overflow: hidden;
  container-type: inline-size;
  background: #ffffff;
}

.site-title {
  position: absolute;
  z-index: 3;
  top: 6.15%;
  left: 50%;
  margin: 0;
  padding-left: 0.43em;
  transform: translateX(-50%);

  font-family: "Passion Colin Title", sans-serif;
  font-size: clamp(30px, 3.44vw, 52px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.43em;
  white-space: nowrap;
}

.lens {
  position: absolute;
  z-index: 1;
  top: 19.04%;
  left: 50%;
  width: 40.21%;
  aspect-ratio: 2048 / 2044;
  transform: translateX(-50%);
  opacity: 0;
}

.lens.is-ready {
  opacity: 1;
}

.lens-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
  user-select: none;
  -webkit-user-drag: none;
}

.lens-image--on {
  opacity: 0;
}

.lens-image--on.is-lit {
  opacity: 1;
}

.main-nav {
  position: absolute;
  z-index: 3;
  top: 89.75%;
  left: 11.82%;
  width: 73.73%;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;

  font-family: "Passion Colin Nav", sans-serif;
  font-size: 1.83cqw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  white-space: nowrap;
}

.main-nav a {
  justify-self: center;
  padding-left: 0.42em;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  opacity: 0.48;
}

.pause-light {
  position: absolute;
  z-index: 6;
  right: 1.2%;
  bottom: 1.2%;
  border: 0;
  margin: 0;
  padding: 0.35em 0.5em;
  background: rgba(255, 255, 255, 0.88);
  color: #111111;
  font: 10px/1 Arial, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0;
}

.hero-stage:hover .pause-light,
.pause-light:focus-visible {
  opacity: 0.55;
}

.transmission-label {
  position: absolute;
  z-index: 3;
  top: 95.75%;
  left: 50%;
  margin: 0;
  padding-left: 0.34em;
  transform: translateX(-50%);

  font-family: "Passion Colin Nav", sans-serif;
  font-size: 1.08cqw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 700px) {
  .hero-stage {
    --mobile-ratio: calc(402 / 874);

    width: min(100vw, calc(100dvh * var(--mobile-ratio)));
    aspect-ratio: 402 / 874;

    overflow: visible;
  }

  .site-title {
    top: 8.05%;
    font-size: 8.68vw;
    letter-spacing: 0.43em;
  }

  .lens {
    top: 24.49%;
    width: 83.58%;
  }

  .main-nav {
    top: 72.75%;
    left: 0;
    width: 100%;
    height: 18.78%;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

    font-size: 4.03cqw;
    letter-spacing: 0.42em;
  }

  .transmission-label {
  top: 96.5%;
  font-size: 2.2cqw;
  letter-spacing: 0.28em;
}

  .pause-light {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lens-image--on {
    display: none;
  }
}

.noscript-note {
  position: fixed;
  left: 12px;
  bottom: 12px;
  margin: 0;
  font: 12px/1.3 Arial, sans-serif;
}
