.work-closing {
  position: relative;
  min-height: 100svh;
  background: #243831;
  color: #eee6da;
  overflow: hidden;
}
.work-closing-background {
  position: absolute;
  inset: 0;
}
.work-closing-image {
  position: absolute;
  overflow: hidden;
}
.work-closing-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 1.5s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.work-closing-image-one {
  width: 31%;
  height: 62%;
  left: 5%;
  top: 16%;
  z-index: 2;
  clip-path: polygon(0 4%, 94% 0, 100% 96%, 5% 100%);
  transform: rotate(-3deg);
}
.work-closing-image-two {
  width: 25%;
  height: 43%;
  right: 9%;
  top: 9%;
  z-index: 3;
  border: 8px solid #eee6da;
  transform: rotate(5deg);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}
.work-closing-image-three {
  width: 29%;
  height: 34%;
  right: 17%;
  bottom: 8%;
  z-index: 4;
  border-radius: 50%;
  border: 8px solid #243831;
  outline: 1px solid rgba(238, 230, 218, 0.35);
}
.work-closing-image-three img {
  border-radius: 50%;
}
.work-closing:hover .work-closing-image-one img {
  transform: scale(1.04);
}
.work-closing:hover .work-closing-image-two img {
  transform: scale(1.05);
}
.work-closing:hover .work-closing-image-three img {
  transform: scale(1.06);
}
.work-closing-overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  background:
    linear-gradient(
      90deg,
      rgba(36, 56, 49, 0.94) 0%,
      rgba(36, 56, 49, 0.82) 28%,
      rgba(36, 56, 49, 0.28) 63%,
      rgba(36, 56, 49, 0.72) 100%
    ),
    linear-gradient(0deg, rgba(36, 56, 49, 0.8), transparent 45%);
}
.work-closing-content {
  position: relative;
  z-index: 10;
  min-height: 100svh;
  padding: 42px 7vw 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.work-closing-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.27em;
  color: rgba(238, 230, 218, 0.45);
}
.work-closing-top span:first-child {
  color: #d17a60;
}
.work-closing-main {
  width: 65%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 7vh;
}
.work-closing-main > span {
  display: block;
  margin-bottom: 32px;
  color: #d17a60;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.3em;
}
.work-closing-main h2 {
  font-family: var(--font-display);
  font-size: clamp(85px, 10vw, 160px);
  font-weight: 500;
  line-height: 0.72;
  letter-spacing: -0.08em;
}
.work-closing-main h2 em {
  font-style: italic;
  color: #d17a60;
}
.work-closing-main a {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  margin-top: 48px;
  padding-bottom: 11px;
  border-bottom: 1px solid rgba(238, 230, 218, 0.4);
  color: #eee6da;
  text-decoration: none;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.work-closing-main a strong {
  font-size: 18px;
  font-weight: 400;
}
.work-closing-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(238, 230, 218, 0.38);
  font-size: 6px;
  font-weight: 700;
  letter-spacing: 0.25em;
}
.work-closing-bottom span:last-child {
  color: rgba(238, 230, 218, 0.22);
}
@media (max-width: 900px) {
  .work-closing-image-one {
    width: 38%;
    height: 55%;
    left: 3%;
  }
  .work-closing-image-two {
    width: 27%;
    height: 38%;
    right: 5%;
  }
  .work-closing-image-three {
    width: 27%;
    height: 27%;
    right: 12%;
  }
  .work-closing-main {
    width: 72%;
  }
}
@media (max-width: 700px) {
  .work-closing {
    min-height: 820px;
  }
  .work-closing-image-one {
    width: 62%;
    height: 47%;
    left: -5%;
    top: 21%;
    transform: rotate(-4deg);
  }
  .work-closing-image-two {
    width: 35%;
    height: 30%;
    right: 3%;
    top: 13%;
    border-width: 5px;
  }
  .work-closing-image-three {
    width: 34%;
    height: 23%;
    right: 8%;
    bottom: 13%;
    border-width: 5px;
  }
  .work-closing-overlay {
    background:
      linear-gradient(
        90deg,
        rgba(36, 56, 49, 0.95) 0%,
        rgba(36, 56, 49, 0.72) 55%,
        rgba(36, 56, 49, 0.35) 100%
      ),
      linear-gradient(0deg, rgba(36, 56, 49, 0.92), transparent 55%);
  }
  .work-closing-content {
    min-height: 820px;
    padding: 25px 20px 28px;
  }
  .work-closing-top {
    font-size: 5px;
  }
  .work-closing-top span:last-child {
    display: none;
  }
  .work-closing-main {
    width: 100%;
    padding-top: 0;
    margin-top: auto;
    margin-bottom: 80px;
  }
  .work-closing-main > span {
    font-size: 5px;
    margin-bottom: 22px;
  }
  .work-closing-main h2 {
    font-size: 64px;
    line-height: 0.76;
  }
  .work-closing-main a {
    margin-top: 30px;
    font-size: 5px;
    gap: 15px;
  }
  .work-closing-main a strong {
    font-size: 15px;
  }
  .work-closing-bottom {
    font-size: 5px;
  }
  .work-closing-bottom span:last-child {
    display: none;
  }
}
