/* Global footer inspired by the supplied dark editorial reference. */
@font-face {
  font-family: "Modak";
  src: url("../../assets/fonts/Modak-Regular-2.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html body[data-page] .site-footer {
  position: relative !important;
  isolation: isolate;
  min-height: 620px;
  overflow: hidden !important;
  color: rgba(255, 255, 255, 0.62) !important;
  background: #080b14 !important;
  background-image: none !important;
}

html body[data-page] .site-footer::before {
  position: absolute !important;
  top: auto !important;
  right: auto !important;
  bottom: -240px !important;
  left: -220px !important;
  z-index: 0;
  width: 590px !important;
  height: 590px !important;
  border-radius: 50% !important;
  background: radial-gradient(circle, rgba(255, 111, 24, 0.8) 0%, rgba(235, 85, 24, 0.4) 28%, rgba(235, 85, 24, 0.12) 49%, rgba(235, 85, 24, 0) 72%) !important;
  content: "" !important;
  opacity: 0.9 !important;
  filter: blur(34px);
  pointer-events: none;
}

html body[data-page] .site-footer .footer-main {
  position: relative;
  z-index: 2;
  display: grid !important;
  grid-template-columns: minmax(280px, 1.2fr) minmax(140px, 0.62fr) minmax(170px, 0.72fr) minmax(240px, 0.95fr) !important;
  gap: clamp(42px, 5vw, 82px) !important;
  padding: 104px 0 230px !important;
}

html body[data-page] .site-footer .footer-main::before {
  position: absolute;
  top: 52px;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.075);
  content: "";
}

html body[data-page] .site-footer .footer-logo-frame {
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body[data-page] .site-footer .footer-logo-frame img {
  width: 176px !important;
  filter: grayscale(1) brightness(0) invert(1) !important;
}

html body[data-page] .site-footer .footer-brand-kicker {
  margin-top: 24px !important;
  padding-left: 0 !important;
  color: #ff7426 !important;
  letter-spacing: 0 !important;
}

html body[data-page] .site-footer .footer-brand-kicker::before {
  display: none !important;
  content: none !important;
}

html body[data-page] .site-footer .footer-brand-copy {
  max-width: 320px;
  margin-top: 14px !important;
  color: rgba(255, 255, 255, 0.46) !important;
  line-height: 1.8;
}

html body[data-page] .site-footer .footer-col {
  gap: 12px !important;
  color: rgba(255, 255, 255, 0.52) !important;
}

html body[data-page] .site-footer .footer-col-title {
  margin-bottom: 18px !important;
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 13px !important;
  letter-spacing: 0 !important;
}

html body[data-page] .site-footer .footer-col button,
html body[data-page] .site-footer .footer-contact a {
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 14px !important;
}

html body[data-page] .site-footer .footer-col button:hover,
html body[data-page] .site-footer .footer-col button:focus-visible,
html body[data-page] .site-footer .footer-contact a:hover,
html body[data-page] .site-footer .footer-contact a:focus-visible {
  color: #fff !important;
  transform: none !important;
}

html body[data-page] .site-footer .footer-link-index,
html body[data-page] .site-footer .footer-contact-label {
  color: #ff7426 !important;
}

html body[data-page] .site-footer .footer-contact small {
  color: rgba(255, 255, 255, 0.38) !important;
}

html body[data-page] .site-footer .footer-col .footer-contact-link {
  min-width: 144px;
  margin-top: 18px;
  border: 0 !important;
  border-radius: 8px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #ff7a1a, #eb5518) !important;
  box-shadow: 0 12px 30px rgba(235, 85, 24, 0.2) !important;
}

html body[data-page] .site-footer .footer-col .footer-contact-link:hover,
html body[data-page] .site-footer .footer-col .footer-contact-link:focus-visible {
  background: linear-gradient(135deg, #ff8b35, #f05d20) !important;
  box-shadow: 0 14px 34px rgba(235, 85, 24, 0.3) !important;
}

html body[data-page] .site-footer .footer-watermark {
  position: absolute;
  bottom: 58px;
  left: 10%;
  z-index: 1;
  color: rgba(255, 255, 255, 0.026);
  font-size: clamp(150px, 18vw, 310px);
  line-height: 0.72;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

html body[data-page="home"]:not(#regular-type-scope) .site-footer .footer-watermark-title {
  font-family: "Modak", sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0;
}

html body[data-page] .site-footer .footer-bottom {
  position: relative;
  z-index: 3;
  min-height: 74px;
  padding: 22px 0 26px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.09) !important;
}

html body[data-page] .site-footer .footer-bottom strong,
html body[data-page] .site-footer .footer-record-link,
html body[data-page] .site-footer .footer-bottom p {
  color: rgba(255, 255, 255, 0.34) !important;
}

html body[data-page] .site-footer .footer-record-link:hover,
html body[data-page] .site-footer .footer-record-link:focus-visible {
  color: rgba(255, 255, 255, 0.72) !important;
}

@media (max-width: 960px) {
  html body[data-page] .site-footer .footer-main {
    grid-template-columns: minmax(240px, 1.1fr) repeat(2, minmax(150px, 0.8fr)) !important;
    padding-bottom: 190px !important;
  }

  html body[data-page] .site-footer .footer-contact {
    grid-column: 2 / -1;
  }
}

@media (max-width: 680px) {
  html body[data-page] .site-footer {
    min-height: 0;
  }

  html body[data-page] .site-footer::before {
    bottom: -150px !important;
    left: -150px !important;
    width: 390px !important;
    height: 390px !important;
  }

  html body[data-page] .site-footer .footer-main {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    padding: 78px 0 150px !important;
  }

  html body[data-page] .site-footer .footer-main::before {
    top: 30px;
  }

  html body[data-page] .site-footer .footer-brand {
    padding-bottom: 34px;
  }

  html body[data-page] .site-footer .footer-col,
  html body[data-page] .site-footer .footer-contact {
    grid-column: auto;
    padding: 26px 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  }

  html body[data-page] .site-footer .footer-watermark {
    bottom: 92px;
    left: 18px;
    font-size: 88px;
  }

  html body[data-page] .site-footer .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 24px 0 30px !important;
  }

  html body[data-page] .site-footer .footer-record-separator {
    display: none;
  }
}
