.home {
  display: block;
  list-style: none;
  line-height: 0;
}
.home li,
.home .project-item {
  position: relative;
  overflow: hidden;
  background: transparent;
  line-height: 0;
}
.home .project-item {
  height: 100vh;
}
.home .project-item .swiper-slide {
  opacity: 0.65;
  transform: scale(0.92);
  transition: opacity 325ms ease-in-out, transform 475ms ease-in-out, z-index 325ms;
  z-index: 1;
}
.home .project-item .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  z-index: 9;
}
.home .project-item__content-wrapper {
  position: relative;
  max-width: var(--section-max-width, 55rem);
  padding: 0 var(--padding, 1.5rem);
  overflow: hidden;
}
.home .project-item__content-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 87px rgba(var(--color-cream-rare-rgb, 116, 111, 85), 0.2865) inset, 0 0 152px rgba(var(--color-cream-dark-rgb, 78, 73, 50), 0.123) inset;
  pointer-events: none;
  z-index: 4;
}
.home .project-item ul {
  margin: 0;
  padding: 2rem 0;
  font-size: 0;
  white-space: nowrap;
}
.home .project-item ul li {
  font-size: 16px;
  vertical-align: top;
  overflow: visible;
}
.home .project-item ul li:before {
  content: none;
}
.home .project-item .scale {
  position: relative;
  height: 100%;
  min-height: 10rem;
  box-sizing: border-box;
}
.home .project-item .inner {
  position: relative;
  top: 50%;
  left: 50%;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  max-height: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 95px rgba(var(--color-cream-midnight-rgb, 43, 39, 17), 0.42), 0 0 16px rgba(var(--color-cream-dark-rgb, 78, 73, 50), 0.278), 0 0 51px rgba(var(--color-cream-extralight-rgb, 253, 249, 236), 0.368);
  overflow: hidden;
}
.home .project-item .inner a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.home .project-item .inner svg {
  width: auto;
  height: 100%;
}
.home .project-item .inner figure,
.home .project-item .inner .image-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0;
  white-space: normal;
}
.home .project-item .inner figure img,
.home .project-item .inner figure figcaption,
.home .project-item .inner .image-wrapper img,
.home .project-item .inner .image-wrapper figcaption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home .project-item .inner figure img,
.home .project-item .inner .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s;
}
.home .project-item .inner figure figcaption,
.home .project-item .inner .image-wrapper figcaption {
  font-family: "Hentimps Circlet", sans-serif;
  font-size: 2.25rem;
  text-align: center;
  line-height: 1;
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
}
.home .project-item .inner figure figcaption p,
.home .project-item .inner .image-wrapper figcaption p {
  width: 100%;
  margin: 0;
}

.home-grid {
  display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-flow: dense;
}
.home-grid li {
  --cols: 1;
  --rows: 1;
  margin-bottom: 0;
}
.home-grid li:first-child {
  --cols: 2;
  --rows: 2;
}
.home-grid li:nth-child(5) {
  --cols: 2;
}
.home-grid li:nth-child(6) {
  --rows: 2;
}
.home-grid li:nth-child(7) {
  --cols: 2;
}

@media screen and (min-width: 35em) {
  .home .project-item .project-item__content-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 45em) {
  .home-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .home-grid li {
    grid-column-start: span var(--cols);
    grid-row-start: span var(--rows);
  }
}
@media screen and (min-height: 45em) and (min-width: 55em) {
  .home .project-item .project-item__content-wrapper {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}
@media screen and (min-height: 50em) and (min-width: 70em) {
  .home .project-item__content-wrapper {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .home .project-item .inner figure figcaption,
  .home .project-item .inner .image-wrapper figcaption {
    font-size: 3rem;
  }
}
@media screen and (min-height: 60em) and (min-width: 100em) {
  .home .project-item .project-item__content-wrapper {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
}
/*# sourceMappingURL=home.css.map */
