/* KORIA.ART: lighter full-bleed True Colors hero overlay. */
#top.hero {
  position: relative;
  display: block;
  min-height: clamp(700px, 92svh, 1000px);
  overflow: hidden;
  background: #111;
}

#top.hero .hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#top.hero .hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.61) 0%, rgba(0, 0, 0, 0.42) 37%, rgba(0, 0, 0, 0.12) 65%, rgba(0, 0, 0, 0) 100%);
}

#top.hero .hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 49%;
  filter: saturate(0.90) contrast(1.05);
}

#top.hero .hero-copy {
  position: relative;
  background: transparent !important;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: clamp(700px, 92svh, 1000px);
  max-width: 700px;
  padding: 128px 7vw 112px;
  color: #fff;
}

#top.hero .hero-copy .eyebrow {
  color: #efc24f;
}

#top.hero .hero-copy h1,
#top.hero .hero-copy .hero-title-line,
#top.hero .hero-copy .statement {
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.34);
}

#top.hero .hero-copy h1 {
  font-size: clamp(54px, 5.9vw, 88px);
  line-height: 0.92;
  max-width: 10ch;
}

#top.hero .hero-copy .statement {
  margin-top: 42px;
}

#top.hero .hero-copy .enter {
  margin-top: 44px;
  padding: 15px 22px;
  background: #fff;
  border-color: #fff;
  color: #151515;
}

#top.hero .hero-copy .enter:hover,
#top.hero .hero-copy .enter:focus-visible {
  background: #efc24f;
  border-color: #efc24f;
  color: #151515;
}

#top.hero .hero-caption {
  position: absolute;
  z-index: 2;
  right: 7vw;
  bottom: 36px;
  left: auto;
  margin: 0;
  color: #fff;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.72);
}

@media (max-width: 760px) {
  #top.hero,
  #top.hero .hero-copy {
    min-height: 760px;
  }

  #top.hero .hero-image img {
    object-position: 53% 50%;
  }

  #top.hero .hero-image::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.32) 44%, rgba(0, 0, 0, 0.62) 100%);
  }

  #top.hero .hero-copy {
    justify-content: flex-end;
    max-width: none;
    padding: 110px 30px 102px;
  }

  #top.hero .hero-copy h1 {
    font-size: clamp(44px, 13vw, 60px);
    max-width: 9.5ch;
  }

  #top.hero .hero-copy .statement {
    margin-top: 26px;
  }

  #top.hero .hero-copy .enter {
    margin-top: 30px;
  }

  #top.hero .hero-caption {
    right: 30px;
    bottom: 32px;
  }
}
