.project-inner {
  padding: 0 70px;
  max-width: 1200px;
  margin: 0 auto;
}
.project-filter {
  text-align: center;
  margin-bottom: 25px;
}
.project-title {
  color: #dbdcdc;
  padding-bottom: 40px;
  letter-spacing: 0.2rem;
}
.project-sort {
  font-size: 0.875rem;
}
.project-sort a {
  margin: 0 2%;
  position: relative;
  display: inline-block;
  opacity: 0;
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -moz-transition: opacity 0.8s, -moz-transform 0.8s, color 0.4s;
  -o-transition: opacity 0.8s, -o-transform 0.8s, color 0.4s;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s, color 0.4s;
  transition: opacity 0.8s, transform 0.8s, color 0.4s;
}
.project-sort a.show {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.project-sort a:hover {
  color: #000;
}
.project-sort a.active .project-circle {
  opacity: 1;
}
.project-sort p {
  letter-spacing: 0.15rem;
}
.project-circle {
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  opacity: 0;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.project-circle img {
  width: 100%;
}
.project-list {
  overflow: hidden;
}
.project-item {
  width: 29.3333%;
  box-sizing: border-box;
  margin: 60px 2% 0;
}
.project-item a:hover .project-image:after {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  opacity: 1;
}
.project-item a:hover .project-img {
  -webkit-filter: saturate(1);
  filter: saturate(1);
}
.project-image {
  width: 100%;
  height: 33vw;
  max-height: 480px;
  overflow: hidden;
  position: relative;
}
.project-image:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #d9b766;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: width 0.8s, height 0.8s, opacity 0.4s;
  -o-transition: width 0.8s, height 0.8s, opacity 0.4s;
  -webkit-transition: width 0.8s, height 0.8s, opacity 0.4s;
  transition: width 0.8s, height 0.8s, opacity 0.4s;
}
.project-image .layer {
  width: 100%;
  height: 100%;
}
.project-img {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  -webkit-filter: saturate(0.3);
  filter: saturate(0.3);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -moz-transition: filter 0.8s;
  -o-transition: filter 0.8s;
  -webkit-transition: filter 0.8s;
  transition: filter 0.8s;
}
.project-img.show:before, .project-img.show:after {
  width: 0;
}
.project-img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #dbdcdc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -moz-transition: width 0.8s 0.6s;
  -o-transition: width 0.8s 0.6s;
  -webkit-transition: width 0.8s;
  -webkit-transition-delay: 0.6s;
  transition: width 0.8s 0.6s;
}
.project-img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -moz-transition: width 0.8s;
  -o-transition: width 0.8s;
  -webkit-transition: width 0.8s;
  transition: width 0.8s;
}
.project-content {
  margin-top: 10px;
}
.project-name {
  color: #000;
  letter-spacing: 0.2rem;
  padding-bottom: 2px;
  opacity: 0;
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  -moz-transition: opacity 0.8s, -moz-transform 0.8s;
  -o-transition: opacity 0.8s, -o-transform 0.8s;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
}
.show .project-name {
  opacity: 1;
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.project-type {
  font-size: 0.75rem;
  font-family: "EB Garamond", Arial, Helvetica;
  opacity: 0;
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  -moz-transition: opacity 0.8s, -moz-transform 0.8s;
  -o-transition: opacity 0.8s, -o-transform 0.8s;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
}
.show .project-type {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.show .project-type:before {
  width: 20px;
}
.project-type:before {
  content: "";
  width: 0px;
  height: 1px;
  background: #d9b766;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 1px;
  -moz-transition: width 0.8s 0.1s;
  -o-transition: width 0.8s 0.1s;
  -webkit-transition: width 0.8s;
  -webkit-transition-delay: 0.1s;
  transition: width 0.8s 0.1s;
}

@media screen and (max-width: 1100px) {
  .project-inner {
    padding: 0 50px;
    max-width: 900px;
  }
  .project-item {
    width: 46%;
  }
  .project-image {
    height: 50vw;
    max-height: unset;
  }
}
@media screen and (max-width: 640px) {
  .project-inner {
    padding: 0 30px;
  }
  .project-filter {
    margin-bottom: 15px;
  }
  .project-title {
    padding-bottom: 30px;
    letter-spacing: 0.18rem;
    font-size: 0.875rem;
  }
  .project-sort {
    font-size: 0.75rem;
  }
  .project-circle {
    width: 35px;
  }
  .project-item {
    width: 100%;
    margin: 40px 0 0;
  }
  .project-image {
    height: 55vw;
  }
  .project-name {
    font-size: 0.875rem;
    letter-spacing: 0.15rem;
  }
}
