#colophon,
#colophon .site-footer-row-container,
#colophon .site-footer-row-container-inner {
  background: #000;
}

#colophon .site-footer-row-container .site-container {
  width: min(1240px, calc(100% - 80px));
  max-width: none;
  margin: 0 auto;
  padding: 0;
}

#colophon,
#colophon a {
  color: rgba(255, 255, 255, 0.62);
}

#colophon a {
  text-decoration: none;
  transition: color 180ms ease, opacity 180ms ease;
}

#colophon a:hover,
#colophon a:focus-visible {
  color: #fff;
  opacity: 0.72;
}

#colophon .widget,
#colophon .widget-area .widget:last-child,
#colophon .footer-widget-area-inner,
#colophon .footer-html-inner > p {
  margin: 0;
}

#colophon .site-top-footer-inner-wrap {
  min-height: 150px;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

#colophon .site-footer-top-section-2 {
  justify-content: flex-end;
}

#colophon .site-footer-top-section-1 .widget-title,
#colophon .site-footer-bottom-section-1 .footer-widget-area .widget-title {
  display: none;
}

#colophon .forge-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  border: 0;
  background-image: none;
  box-shadow: none;
  text-decoration: none;
}

#colophon .forge-footer-logo:hover,
#colophon .forge-footer-logo:focus,
#colophon .forge-footer-logo:focus-visible,
#colophon .forge-footer-logo span {
  border: 0;
  background-image: none;
  box-shadow: none;
  text-decoration: none;
}

#colophon .forge-footer-logo::before,
#colophon .forge-footer-logo::after,
#colophon .forge-footer-logo span::before,
#colophon .forge-footer-logo span::after {
  display: none;
  content: none;
}

#colophon .forge-footer-logo img {
  display: block;
  width: auto;
  height: 36px;
}

#colophon .forge-footer-logo span {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.14em;
}

#colophon .footer-social-wrap,
#colophon .footer-social-inner-wrap {
  width: auto;
}

#colophon .footer-social-inner-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
}

#colophon .footer-social-wrap .social-button {
  display: inline-flex;
  width: 24px;
  height: 24px;
  min-width: 24px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
}

#colophon .footer-social-wrap .social-button svg {
  display: block;
  width: 23px;
  height: 23px;
}

#colophon .site-middle-footer-inner-wrap {
  grid-template-columns: 1.25fr 1fr 1.35fr 0.85fr;
  gap: clamp(54px, 7vw, 110px);
  padding: 58px 0 76px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

#colophon .site-middle-footer-inner-wrap .widget-title {
  margin: 0 0 20px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

#colophon .site-middle-footer-inner-wrap,
#colophon .site-middle-footer-inner-wrap a {
  font-size: 14px;
  line-height: 1.45;
}

#colophon .site-middle-footer-inner-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#colophon .site-middle-footer-inner-wrap .menu-item {
  margin: 0 0 9px;
}

#colophon .forge-footer-hours li {
  margin: 0 0 15px;
  line-height: 1.25;
}

#colophon .forge-footer-hours strong {
  display: block;
  color: #fff;
  font-weight: 500;
}

#colophon .forge-footer-directions {
  display: inline-flex;
  margin-top: 1px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

#colophon .forge-footer-location {
  margin: 0;
  font-style: normal;
}

#colophon .forge-footer-location p {
  margin: 0 0 9px;
}

#colophon .site-bottom-footer-inner-wrap,
#colophon .site-footer-bottom-section-1,
#colophon .site-footer-bottom-section-1 > * {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

#colophon .forge-footer-giant-wordmark {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 92px 8px 96px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.065);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(150px, 15.5vw, 224px);
  font-weight: 400;
  line-height: 0.76;
  pointer-events: none;
  user-select: none;
}

#colophon .forge-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0 118px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

#colophon .forge-footer-credit {
  letter-spacing: 0.18em;
}

#colophon .forge-footer-credit strong {
  color: #fff;
  font-weight: 700;
}

@media (max-width: 1024px) {
  #colophon .site-footer-row-container .site-container {
    width: min(100% - 64px, 920px);
  }

  #colophon .site-top-footer-inner-wrap {
    min-height: 132px;
  }

  #colophon .site-middle-footer-inner-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 54px 72px;
    padding: 52px 0 62px;
  }

  #colophon .forge-footer-giant-wordmark {
    padding: 72px 4px 76px;
    font-size: clamp(112px, 20vw, 168px);
  }

  #colophon .forge-footer-bottom {
    padding-bottom: 82px;
  }
}

@media (max-width: 767px) {
  #colophon .site-footer-row-container .site-container {
    width: calc(100% - 40px);
  }

  #colophon .site-top-footer-inner-wrap {
    min-height: 110px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
  }

  #colophon .forge-footer-logo {
    gap: 11px;
  }

  #colophon .forge-footer-logo img {
    height: 31px;
  }

  #colophon .forge-footer-logo span {
    font-size: 29px;
  }

  #colophon .footer-social-inner-wrap {
    gap: 18px;
  }

  #colophon .footer-social-wrap .social-button,
  #colophon .footer-social-wrap .social-button svg {
    width: 21px;
    height: 21px;
    min-width: 21px;
  }

  #colophon .site-middle-footer-inner-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 28px;
    padding: 46px 0 54px;
  }

  #colophon .site-middle-footer-inner-wrap .widget-title {
    margin-bottom: 17px;
  }

  #colophon .forge-footer-giant-wordmark {
    padding: 58px 0 62px;
    font-size: clamp(68px, 21vw, 104px);
  }

  #colophon .forge-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
    padding: 24px 0 62px;
    text-align: left;
  }

  #colophon .forge-footer-credit {
    max-width: none;
    font-size: 9px;
    line-height: 1.4;
    letter-spacing: 0.14em;
    white-space: nowrap;
  }
}

@media (max-width: 420px) {
  #colophon .site-footer-row-container .site-container {
    width: calc(100% - 32px);
  }

  #colophon .site-middle-footer-inner-wrap {
    gap: 40px 20px;
  }

  #colophon .footer-social-inner-wrap {
    gap: 14px;
  }

  #colophon .footer-social-wrap .social-button,
  #colophon .footer-social-wrap .social-button svg {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }
}
