@import url("storyi-top-a8b-20260902.css");

.primary-nav {
  position: absolute;
  top: 78px;
  left: 5.2vw;
}

.hero-copy {
  top: 128px;
}

.hero-subcopy {
  position: relative;
  left: 2px;
}

.hero-link {
  position: relative;
  left: 200px;
  margin-top: 32px;
}

.photo-band {
  width: 100%;
  height: clamp(300px, 32vw, 520px);
  margin: 0;
}

.photo-band img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.judge,
.closing-cta {
  background: var(--paper-white);
}

.js .photo-band {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .9s ease-out, transform .9s ease-out;
}

.js .photo-band.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 760px) {
  .first-view {
    background: var(--paper-white);
  }

  .hero-copy {
    top: 0;
    left: 0;
  }

  .hero-image {
    height: 360px;
    object-position: 50% 50%;
  }

  .site-header {
    padding-right: 12px;
    padding-left: 12px;
  }

  .primary-nav {
    position: static;
  }

  .concept-label {
    top: 390px;
  }

  h1 {
    top: 430px;
  }

  .accent-line {
    top: 540px;
  }

  .hero-subcopy {
    position: absolute;
    top: 585px;
    left: 22px;
  }

  .hero-link {
    position: absolute;
    top: 720px;
    left: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js .photo-band {
    opacity: 1;
    transform: none;
    animation: none;
    transition: none;
  }
}

@media (min-width: 761px) {
  .hero-copy {
    top: 128px;
    left: calc(5.2vw + 150px);
  }

  .accent-line {
    margin-left: -150px;
  }

  .hero-subcopy {
    top: 156px;
    left: -188px;
  }

  .hero-link {
    top: 114px;
    left: 42px;
  }
}
