@font-face {
  font-family: "Season Mix";
  src: url("/a/fonts/season-mix/SeasonMix-TRIAL-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Season Mix";
  src: url("/a/fonts/season-mix/SeasonMix-TRIAL-RegularItalic.otf") format("opentype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

.idgaf-retired-page-hero {
  display: none !important;
}

.idgaf-subpage-hero {
  align-items: center;
  background: #030303;
  box-sizing: border-box;
  color: #f7f7f5;
  display: flex;
  height: 100svh;
  isolation: isolate;
  justify-content: center;
  min-height: 680px;
  overflow: hidden;
  padding: clamp(132px, 17vh, 190px) clamp(24px, 5vw, 72px) clamp(120px, 17vh, 190px);
  position: relative;
  max-width: none;
  width: 100vw;
}

.idgaf-subpage-hero *,
.idgaf-subpage-hero *::before,
.idgaf-subpage-hero *::after {
  box-sizing: border-box;
}

.idgaf-subpage-hero__art {
  inset: 0;
  max-width: none;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.idgaf-subpage-hero__scene {
  aspect-ratio: 1512 / 982;
  background: #030303;
  height: max(100%, calc(100vw * 982 / 1512));
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: max(100%, calc(100svh * 1512 / 982));
}

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

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

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

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

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

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

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

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

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

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

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

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

.idgaf-subpage-hero__line img {
  height: 2px;
}

.idgaf-subpage-hero__line--ascending { transform: rotate(30deg); }
.idgaf-subpage-hero__line--descending { transform: rotate(150deg); }
.idgaf-subpage-hero__line--vertical { transform: rotate(90deg); }

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

.idgaf-subpage-hero__inner {
  margin-inline: auto;
  max-width: 1320px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.idgaf-subpage-hero__eyebrow,
.idgaf-subpage-hero .idgaf-about-eyebrow {
  color: #d72a43;
  font: 600 12px/1 "Geist", Arial, sans-serif;
  letter-spacing: .18em;
  margin: 0 0 clamp(32px, 5vh, 54px);
  text-transform: uppercase;
}

.idgaf-subpage-hero h1 {
  color: #f7f7f5;
  font-family: "Season Mix", Georgia, serif !important;
  font-size: clamp(64px, 9vw, 138px) !important;
  font-style: normal;
  font-weight: 400 !important;
  letter-spacing: -.05em !important;
  line-height: .88 !important;
  margin: 0 !important;
  text-align: center !important;
  text-wrap: balance;
}

.idgaf-subpage-hero h1 em {
  font-style: italic;
}

.idgaf-subpage-hero--article h1 {
  font-size: clamp(52px, 7.2vw, 108px) !important;
  line-height: .94 !important;
  margin-inline: auto !important;
  max-width: 1220px;
}

.idgaf-subpage-hero--existing .idgaf-about-intro__glow {
  display: none;
}

.idgaf-subpage-hero--existing.idgaf-about-intro::after,
.idgaf-subpage-hero--existing.idgaf-thesis-hero::before {
  display: none;
}

.idgaf-subpage-hero--existing .idgaf-subpage-hero__inner--existing {
  display: grid;
  gap: clamp(28px, 3.5vw, 44px);
  max-width: 1320px;
}

.idgaf-subpage-hero--existing.idgaf-about-intro h1 {
  font-size: clamp(54px, 7vw, 106px) !important;
}

.idgaf-subpage-hero--existing.idgaf-about-intro .idgaf-about-intro__copy p {
  font-size: clamp(18px, 1.6vw, 24px);
}

.idgaf-subpage-hero--existing.idgaf-about-intro .idgaf-about-cta {
  padding-block: 15px;
}

.idgaf-subpage-hero--existing .idgaf-about-intro__copy {
  align-items: center;
  grid-template-columns: minmax(0, 660px) auto;
  margin-inline: auto;
  max-width: 980px;
  text-align: left;
  width: 100%;
}

.idgaf-subpage-hero--existing.idgaf-thesis-hero .idgaf-about-eyebrow {
  margin-bottom: 0;
}

html.idgaf-over-hero nav.idgaf-static-navigation {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

@media (max-width: 809px) {
  .idgaf-subpage-hero {
    min-height: 620px;
    padding: 130px 24px 120px;
  }

  .idgaf-subpage-hero__scene {
    aspect-ratio: auto;
    background: #160004;
    height: 100%;
    left: 0;
    top: 0;
    transform: none;
    width: 100%;
  }

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

  .idgaf-subpage-hero__glow--outer {
    width: max(185vw, 104svh);
  }

  .idgaf-subpage-hero__glow--outer img,
  .idgaf-subpage-hero__glow--inner img {
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
  }

  .idgaf-subpage-hero__glow--inner { width: max(138vw, 78svh); }
  .idgaf-subpage-hero__ring--outer { width: max(154vw, 86svh); }
  .idgaf-subpage-hero__ring--middle { width: max(121vw, 68svh); }
  .idgaf-subpage-hero__ring--inner { width: max(93vw, 52svh); }

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

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

  .idgaf-subpage-hero h1 {
    font-size: clamp(52px, 16vw, 82px) !important;
    line-height: .92 !important;
  }

  .idgaf-subpage-hero--existing.idgaf-about-intro h1 {
    font-size: clamp(50px, 15.5vw, 78px) !important;
  }

  .idgaf-subpage-hero--existing .idgaf-about-intro__copy {
    grid-template-columns: 1fr;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .idgaf-subpage-hero * {
    animation: none !important;
    transition: none !important;
  }
}
