.about-closing {
  position: relative;
  min-height: 820px;
  background: #243831;
  color: #eee6da;
  overflow: hidden;
}
.about-closing-media {
  position: absolute;
  inset: 0;
}
.closing-image {
  position: absolute;
  overflow: hidden;
}
.closing-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.78);
  transition: transform 1.2s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.closing-image:hover img {
  transform: scale(1.055);
}
.closing-image-one {
  width: 34%;
  height: 58%;
  left: 5%;
  top: 12%;
  clip-path: polygon(0 7%, 100% 0, 94% 100%, 5% 94%);
}
.closing-image-two {
  width: 25%;
  height: 48%;
  right: 8%;
  top: 8%;
  border-radius: 150px 150px 0 0;
}
.closing-image-three {
  width: 24%;
  height: 35%;
  right: 27%;
  bottom: 7%;
  transform: rotate(-5deg);
  border: 7px solid #eee6da;
  z-index: 2;
}
.closing-image-three img {
  filter: saturate(0.7);
}
.about-closing-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(24, 39, 33, 0.82) 0%,
      rgba(24, 39, 33, 0.68) 35%,
      rgba(24, 39, 33, 0.78) 100%
    ),
    linear-gradient(
      0deg,
      rgba(24, 39, 33, 0.92) 0%,
      transparent 48%,
      rgba(24, 39, 33, 0.35) 100%
    );
  z-index: 1;
}
.about-closing-content {
  position: relative;
  z-index: 4;
  min-height: 820px;
  padding: 42px 7vw 38px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-closing-top {
  display: flex;
  justify-content: space-between;
  color: rgba(238, 230, 218, 0.4);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.27em;
}
.about-closing-top span:first-child {
  color: #d17a60;
}
.about-closing-main {
  align-self: center;
  width: 58%;
  text-align: center;
  margin-left: 10%;
}
.about-closing-main > span {
  display: block;
  margin-bottom: 28px;
  color: #d17a60;
  font-size: 6px;
  font-weight: 700;
  letter-spacing: 0.3em;
}
.about-closing-main h2 {
  font-family: var(--font-display);
  font-size: clamp(78px, 9vw, 140px);
  font-weight: 500;
  line-height: 0.72;
  letter-spacing: -0.085em;
}
.about-closing-main h2 em {
  font-style: italic;
  color: #d17a60;
}
.about-closing-main a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 42px;
  padding: 15px 22px;
  border: 1px solid rgba(238, 230, 218, 0.3);
  color: #eee6da;
  font-size: 6px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-decoration: none;
  transition:
    background 0.35s ease,
    color 0.35s ease,
    border-color 0.35s ease;
}
.about-closing-main a strong {
  font-size: 13px;
  font-weight: 400;
  color: #d17a60;
}
.about-closing-main a:hover {
  background: #eee6da;
  color: #243831;
  border-color: #eee6da;
}
.about-closing-bottom {
  display: flex;
  justify-content: space-between;
  color: rgba(238, 230, 218, 0.3);
  font-size: 5px;
  font-weight: 700;
  letter-spacing: 0.25em;
}
@media (max-width: 1050px) {
  .about-closing {
    min-height: 750px;
  }
  .about-closing-content {
    min-height: 750px;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .about-closing-main {
    width: 65%;
    margin-left: 7%;
  }
  .closing-image-one {
    width: 38%;
    height: 55%;
  }
  .closing-image-two {
    width: 28%;
    right: 5%;
  }
  .closing-image-three {
    width: 25%;
    right: 27%;
  }
}
@media (max-width: 700px) {
  .about-closing {
    min-height: 760px;
  }
  .about-closing-content {
    min-height: 760px;
    padding: 25px 20px 28px;
  }
  .about-closing-top {
    font-size: 5px;
  }
  .about-closing-top span:last-child {
    display: none;
  }
  .about-closing-main {
    width: 100%;
    margin: 0;
    text-align: left;
    align-self: center;
  }
  .about-closing-main > span {
    font-size: 5px;
    margin-bottom: 22px;
  }
  .about-closing-main h2 {
    font-size: 64px;
    line-height: 0.76;
  }
  .about-closing-main a {
    margin-top: 32px;
    font-size: 5px;
    padding: 13px 18px;
  }
  .closing-image-one {
    width: 55%;
    height: 42%;
    left: -3%;
    top: 12%;
    opacity: 0.65;
  }
  .closing-image-two {
    width: 37%;
    height: 35%;
    right: -4%;
    top: 8%;
    opacity: 0.65;
  }
  .closing-image-three {
    width: 35%;
    height: 27%;
    right: 10%;
    bottom: 12%;
    border-width: 5px;
  }
  .about-closing-bottom {
    font-size: 4px;
  }
  .about-closing-bottom span:last-child {
    display: none;
  }
}
@media (max-width: 430px) {
  .about-closing {
    min-height: 700px;
  }
  .about-closing-content {
    min-height: 700px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-closing-main h2 {
    font-size: 53px;
  }
  .about-closing-main a {
    margin-top: 27px;
  }
  .closing-image-one {
    width: 58%;
    height: 38%;
  }
  .closing-image-two {
    width: 39%;
    height: 31%;
  }
  .closing-image-three {
    width: 38%;
    height: 25%;
    right: 7%;
    bottom: 10%;
  }
}
