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

footer.idgaf-footer-enhanced {
  background: #000 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
  box-sizing: border-box !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  width: 100% !important;
}

footer.idgaf-footer-enhanced [data-framer-name="Content"] {
  align-items: stretch !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  height: auto !important;
  max-width: none !important;
  min-height: 0 !important;
  padding: 0 24px !important;
  position: relative !important;
  width: 100% !important;
}

/* Framer can recreate its original shader after hydration. Hide every
   exported footer child even before the shared footer script marks it. */
footer [data-framer-name="Content"] > :not(.framer-1bjpf5n-container):not(.idgaf-footer-art--shared):not(.idgaf-footer-row),
footer.idgaf-footer-enhanced [data-idgaf-footer-original]:not(.framer-1bjpf5n-container) {
  display: none !important;
}

/* The Framer export includes the original animated, heightmap-based wordmark.
   Keep its own shader instead of covering it with the simplified fallback. */
footer .framer-1bjpf5n-container {
  align-self: center !important;
  display: block !important;
  flex: none !important;
  height: auto !important;
  margin: 0 auto !important;
  opacity: 1 !important;
  overflow: visible !important;
  transform: none !important;
  width: min(46%, 960px) !important;
}

footer:has(.framer-1bjpf5n-container) .idgaf-footer-art--shared {
  display: none !important;
}

footer .idgaf-footer-art--shared {
  align-self: center !important;
  display: block !important;
  flex: none !important;
  height: auto !important;
  margin: 0 auto !important;
  max-width: calc(100% - 32px) !important;
  opacity: 1 !important;
  overflow: visible !important;
  position: relative !important;
  transform: none !important;
  width: min(46vw, 960px, calc(100% - 32px)) !important;
}

footer .idgaf-footer-art--shared img {
  display: block !important;
  filter: brightness(0) saturate(100%) invert(13%) sepia(99%) saturate(3813%) hue-rotate(334deg) brightness(83%) contrast(113%);
  height: auto !important;
  mask-image: linear-gradient(to bottom, #000 32%, rgb(0 0 0 / 65%) 69%, transparent 100%);
  max-width: 100% !important;
  object-fit: contain !important;
  opacity: 0.7;
  width: 100% !important;
}

footer .idgaf-footer-native-shader-host {
  inset: 0;
  -webkit-mask-image: linear-gradient(0deg, transparent 18.536%, #000 100%);
  mask-image: linear-gradient(0deg, transparent 18.536%, #000 100%);
  overflow: hidden;
  pointer-events: none;
  position: absolute;
}

footer .idgaf-footer-native-shader-host canvas {
  display: block;
  filter: brightness(.72);
  height: 100%;
  width: 100%;
}

footer .idgaf-footer-art--native-ready > img {
  visibility: hidden;
}

.idgaf-footer-row {
  align-items: center;
  box-sizing: border-box;
  color: #fff;
  display: grid;
  font: 16px/1.5 Geist, Arial, sans-serif;
  gap: 44px 24px;
  grid-template-columns: 1fr minmax(0, 2fr) 1fr;
  padding: 18px 0 32px;
  width: 100%;
}

.idgaf-footer-row a {
  color: inherit;
  text-decoration: none;
  transition: color 180ms var(--idgaf-ease-out, ease);
}

.idgaf-footer-description {
  filter: none;
  font: 400 clamp(22px, 2.2vw, 32px)/1.5 "Season Mix", Georgia, serif;
  grid-column: 1 / -1;
  grid-row: 1;
  margin: 0;
  opacity: 1;
  text-align: center;
}

.idgaf-footer-description,
.idgaf-footer-description * {
  font-family: "Season Mix", Georgia, serif !important;
  font-weight: 400 !important;
}

.idgaf-footer-policy {
  justify-self: start;
}

.idgaf-footer-copyright {
  margin: 0;
  text-align: center;
}

.idgaf-footer-policy,
.idgaf-footer-copyright,
.idgaf-footer-socials {
  color: #ccc;
  font: 400 16px/1.5 Geist, Arial, sans-serif;
  letter-spacing: normal;
}

.idgaf-footer-socials {
  display: flex;
  gap: 20px;
  justify-self: end;
  text-align: right;
}

.idgaf-site-blur-root {
  opacity: 1;
  transition: opacity 250ms var(--idgaf-ease-out, ease);
}

html.idgaf-over-hero .idgaf-site-blur-root,
body.idgaf-footer-visible .idgaf-site-blur-root {
  opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
  .idgaf-footer-row a:hover {
    color: #d6284a;
  }
}

@media (max-width: 809px) {
  footer.idgaf-footer-enhanced [data-framer-name="Content"] {
    padding-inline: 16px !important;
    padding-top: clamp(44px, 9vw, 64px) !important;
  }

  footer .idgaf-footer-art--shared {
    width: min(64vw, 320px, calc(100% - 32px)) !important;
  }

  footer .framer-1bjpf5n-container {
    width: min(64vw, 320px) !important;
  }

  footer .framer-1bjpf5n-container canvas {
    filter: brightness(.72);
  }

  .idgaf-footer-row {
    font-size: 14px;
    gap: 24px 16px;
    grid-template-columns: 1fr 1fr;
    padding: 8px 0 max(28px, calc(16px + env(safe-area-inset-bottom)));
  }

  .idgaf-footer-description {
    font-size: 18px;
    grid-column: 1 / -1;
    grid-row: 1;
    margin-bottom: 28px;
  }

  .idgaf-footer-copyright {
    grid-column: 1 / -1;
    grid-row: 3;
  }

  .idgaf-footer-policy,
  .idgaf-footer-copyright,
  .idgaf-footer-socials {
    font-size: 14px;
  }

  .idgaf-footer-socials {
    gap: 12px;
  }
}
