/* Awards hero recreated from Figma node 18:5. */

/* Hide the retired Framer “Awards Coming Soon” hero on this route. */
.framer-1uf0ull-container { display: none !important; }

.idgaf-awards-hero {
  align-items: center;
  background: #030303;
  display: flex;
  height: 100svh;
  isolation: isolate;
  justify-content: center;
  min-height: 720px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.idgaf-awards-hero__scene {
  aspect-ratio: 1512 / 982;
  height: max(100svh, calc(100vw * .6494709));
  left: 50%;
  min-height: 720px;
  min-width: calc(720px * 1.5397149);
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: max(100vw, calc(100svh * 1.5397149));
}

.idgaf-awards-hero__scene::before {
  background: #030303;
  content: "";
  inset: 0;
  position: absolute;
}

.idgaf-awards-hero__glow,
.idgaf-awards-hero__ring,
.idgaf-awards-hero__line,
.idgaf-awards-hero__noise,
.idgaf-awards-hero__trophy {
  display: block;
  pointer-events: none;
  position: absolute;
  user-select: none;
}

.idgaf-awards-hero__glow {
  overflow: visible;
  top: 50%;
  transform: translateY(-50%);
}

.idgaf-awards-hero__glow img,
.idgaf-awards-hero__ring img,
.idgaf-awards-hero__line img {
  display: block;
  height: 100%;
  max-width: none;
  width: 100%;
}

.idgaf-awards-hero__glow--outer {
  height: 182.3%;
  left: -9.2%;
  width: 118.4%;
}

.idgaf-awards-hero__glow--outer img {
  height: 178.2%;
  left: -39.1%;
  position: absolute;
  top: -39.1%;
  width: 178.2%;
}

.idgaf-awards-hero__glow--inner {
  height: 123.2%;
  left: 10%;
  mix-blend-mode: soft-light;
  width: 80%;
}

.idgaf-awards-hero__glow--inner img {
  height: 199.2%;
  left: -49.6%;
  position: absolute;
  top: -49.6%;
  width: 199.2%;
}

.idgaf-awards-hero__ring {
  mix-blend-mode: overlay;
}

.idgaf-awards-hero__ring--outer {
  height: 105.7%;
  left: 15.7%;
  top: -2.7%;
  width: 68.6%;
}

.idgaf-awards-hero__ring--middle {
  height: 82.7%;
  left: 23.1%;
  top: 8.7%;
  width: 53.7%;
}

.idgaf-awards-hero__ring--inner {
  height: 63.4%;
  left: 29.4%;
  top: 18.4%;
  width: 41.2%;
}

.idgaf-awards-hero__line {
  left: -20%;
  mix-blend-mode: overlay;
  top: 50%;
  transform-origin: center;
  width: 140%;
}

.idgaf-awards-hero__line img { height: 2px; }
.idgaf-awards-hero__line--ascending { transform: rotate(30deg); }
.idgaf-awards-hero__line--descending { transform: rotate(150deg); }
.idgaf-awards-hero__line--vertical { transform: rotate(90deg); }

.idgaf-awards-hero__noise {
  background: url("./images/hero-noise.webp") 0 0 / 256px 256px repeat;
  inset: 0;
  mix-blend-mode: overlay;
  opacity: .34;
}

.idgaf-awards-hero__trophy {
  height: 112%;
  left: 50%;
  max-width: none;
  object-fit: contain;
  top: -6%;
  transform: translateX(-50%) rotate(16.88deg);
  transform-origin: 50% 50%;
  width: auto;
  z-index: 2;
}

.idgaf-awards-hero__title {
  color: #fff;
  font-family: "Season Mix", Georgia, serif;
  font-size: clamp(4.25rem, 6.35vw, 6rem);
  font-style: normal;
  font-weight: 400;
  left: 50%;
  letter-spacing: -.035em;
  line-height: .89;
  margin: 0;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 40.8px rgba(0, 0, 0, .63);
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(73.3%, 1108px);
  z-index: 3;
}

.idgaf-awards-hero__title span {
  display: block;
  font-style: italic;
}

@media (max-width: 809px) {
  .idgaf-awards-hero {
    background: #160004;
    min-height: 620px;
  }

  .idgaf-awards-hero__scene {
    aspect-ratio: auto;
    height: 100%;
    left: 0;
    min-height: 620px;
    min-width: 0;
    top: 0;
    transform: none;
    width: 100%;
  }

  .idgaf-awards-hero__scene::before {
    background: #160004;
  }

  .idgaf-awards-hero__glow,
  .idgaf-awards-hero__ring {
    aspect-ratio: 1;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .idgaf-awards-hero__glow--outer { width: max(185vw, 104svh); }
  .idgaf-awards-hero__glow--outer img,
  .idgaf-awards-hero__glow--inner img {
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
  }
  .idgaf-awards-hero__glow--inner { width: max(138vw, 78svh); }
  .idgaf-awards-hero__ring--outer { width: max(154vw, 86svh); }
  .idgaf-awards-hero__ring--middle { width: max(121vw, 68svh); }
  .idgaf-awards-hero__ring--inner { width: max(93vw, 52svh); }

  .idgaf-awards-hero__line {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: max(185vw, 104svh);
  }

  .idgaf-awards-hero__line--ascending { transform: translate(-50%, -50%) rotate(30deg); }
  .idgaf-awards-hero__line--descending { transform: translate(-50%, -50%) rotate(150deg); }
  .idgaf-awards-hero__line--vertical { transform: translate(-50%, -50%) rotate(90deg); }

  .idgaf-awards-hero__trophy {
    height: 105%;
    left: 48%;
    top: -2%;
  }

  .idgaf-awards-hero__title {
    font-size: clamp(3rem, 13vw, 4.75rem);
    line-height: .92;
    width: calc(100% - 2rem);
  }
}
