.project-detail-page {
  position: relative;
  z-index: 1;
  width: 100%;
  background: #000;
}

.project-detail-background {
  position: fixed;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #000;
  pointer-events: none;
}

.project-detail-background__gradient {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: min(453px, 56vh);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000);
}

.project-detail-background__noise {
  position: absolute;
  inset: 0;
  background-image: url("../assets/images/6mcf62RlDfRfU61Yg5vb2pefpi42774.png");
  background-position: left top;
  background-size: 128px auto;
  background-repeat: repeat;
  opacity: 0.29;
}

.project-detail-shell__spacer {
  flex-grow: 1;
  width: 0;
  height: 0;
}

.page-shell > .site-navigation,
.project-detail-page > * {
  position: relative;
  z-index: 1;
}
