.site-footer-minimal {
  position: relative;
  z-index: 80;
  color: var(--primary);
  font-family: var(--font-content);
  font-size: 11px;
  line-height: 1.15;
  text-transform: uppercase;
  padding: 28px 24px 32px;
}

.site-footer-minimal__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.site-footer-minimal p,
.site-footer-minimal nav {
  margin: 0;
}

.site-footer-minimal a {
  color: inherit;
  text-decoration: none;
}

.site-footer-minimal nav,
.site-footer-minimal__contact {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
}

.site-footer-minimal__muted {
  opacity: .58;
}

#page-home .site-footer-minimal {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

html:not(.is-saria-about-page) #cursor-container .about-profil {
  display: none !important;
}

#single-project .site-footer-minimal {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  width: 100%;
  padding: 0 24px 28px;
  pointer-events: none;
  mix-blend-mode: normal;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .35s ease, transform .35s ease;
}

#single-project.is-footer-visible .site-footer-minimal {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

#single-project .single-scroll .end-container {
  height: 1px;
  min-height: 1px;
  padding: 0;
  text-align: left;
  z-index: 40;
  overflow: hidden;
}

body > .site-footer-minimal,
.app > .site-footer-minimal {
  position: relative;
}

#template-about .site-footer-minimal {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28px;
  padding: 0;
  margin: 0;
}

#template-about #footer-container {
  position: relative;
  min-height: 30vh;
}

#template-about #footer-container .text--lg {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
}

@media (min-width: 64rem) {
  .site-footer-minimal {
    font-size: 12px;
    padding: 36px 38px 38px;
  }

  .site-footer-minimal__inner {
    grid-template-columns: 1.2fr 1.4fr 1fr;
    align-items: start;
    gap: 28px;
  }

  #single-project .site-footer-minimal {
    padding: 0 38px 34px;
  }

  #single-project .single-scroll .end-container {
    padding: 0;
  }
}
