.work-featured {
  position: relative;
  background: #d8cfc1;
  color: #243831;
  overflow: hidden;
}
.featured-intro {
  padding: 95px 7vw 70px;
  display: grid;
  grid-template-columns: 15% 55% 30%;
  align-items: end;
}
.featured-intro-index {
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: rgba(36, 56, 49, 0.42);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.25em;
}
.featured-intro-index span:first-child {
  font-family: var(--font-display);
  font-size: 62px;
  font-weight: 400;
  line-height: 0.7;
  color: #bd674f;
  letter-spacing: -0.05em;
}
.featured-intro-title > span {
  display: block;
  margin-bottom: 18px;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.28em;
  color: rgba(36, 56, 49, 0.45);
}
.featured-intro-title h2 {
  font-family: var(--font-display);
  font-size: clamp(65px, 7.5vw, 115px);
  font-weight: 500;
  line-height: 0.78;
  letter-spacing: -0.075em;
}
.featured-intro-title h2 em {
  font-style: italic;
  color: #bd674f;
}
.featured-intro-copy {
  padding-left: 25px;
  padding-bottom: 5px;
}
.featured-intro-copy p {
  max-width: 260px;
  color: rgba(36, 56, 49, 0.56);
  font-size: 9px;
  line-height: 1.85;
}
.featured-story {
  position: relative;
  display: grid;
  grid-template-columns: 58% 42%;
  grid-template-rows: auto auto;
  gap: 0;
  background: #243831;
  color: #eee6da;
  padding: 0 7vw 95px;
}
.featured-main-image {
  position: relative;
  width: 100%;
  height: 650px;
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;
}
.featured-main-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(24, 36, 31, 0.62));
}
.featured-main-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 1.1s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.featured-main-image:hover img {
  transform: scale(1.035);
}
.featured-main-caption {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 22px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  color: rgba(238, 230, 218, 0.72);
  font-size: 6px;
  font-weight: 700;
  letter-spacing: 0.23em;
}
.featured-floating-image {
  position: absolute;
  overflow: hidden;
  z-index: 4;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}
.featured-floating-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.featured-floating-image:hover img {
  transform: scale(1.06);
}
.featured-floating-image span {
  position: absolute;
  bottom: 10px;
  left: 12px;
  z-index: 2;
  color: rgba(238, 230, 218, 0.78);
  font-size: 5px;
  font-weight: 700;
  letter-spacing: 0.18em;
}
.featured-floating-image-one {
  width: 185px;
  height: 245px;
  left: 50%;
  top: 70px;
  border: 5px solid #eee6da;
  transform: rotate(3deg);
}
.featured-floating-image-two {
  width: 145px;
  height: 145px;
  right: 6%;
  top: 38px;
  border: 5px solid #243831;
  border-radius: 50%;
  outline: 1px solid rgba(238, 230, 218, 0.35);
  box-shadow: none;
}
.featured-floating-image-two img {
  border-radius: 50%;
}
.featured-floating-image-three {
  width: 170px;
  height: 230px;
  left: 48%;
  bottom: 55px;
  border: 5px solid #243831;
  transform: rotate(-4deg);
}
.featured-floating-image-four {
  width: 150px;
  height: 195px;
  right: 8%;
  bottom: 80px;
  border: 5px solid #eee6da;
  transform: rotate(4deg);
}
.featured-story-copy {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  padding: 0 0 45px 8%;
  position: relative;
  z-index: 5;
}
.featured-story-copy > span {
  display: block;
  margin-bottom: 18px;
  color: #d17a60;
  font-size: 6px;
  font-weight: 700;
  letter-spacing: 0.25em;
}
.featured-story-copy h3 {
  font-family: var(--font-display);
  font-size: clamp(55px, 5vw, 82px);
  font-weight: 500;
  line-height: 0.79;
  letter-spacing: -0.065em;
  color: #eee6da;
}
.featured-story-copy h3 em {
  font-style: italic;
  color: #d17a60;
}
.featured-story-copy p {
  max-width: 300px;
  margin-top: 24px;
  color: rgba(238, 230, 218, 0.5);
  font-size: 8px;
  line-height: 1.85;
}
.featured-story-copy a {
  display: inline-flex;
  align-items: center;
  gap: 17px;
  margin-top: 22px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(238, 230, 218, 0.32);
  color: #eee6da;
  font-size: 6px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-decoration: none;
}
.featured-story-copy a strong {
  font-size: 14px;
  font-weight: 400;
}
.featured-film-strip {
  position: relative;
  background: #eee6da;
  color: #243831;
  padding: 75px 7vw 95px;
}
.featured-film-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 38px;
}
.featured-film-heading span {
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.27em;
  color: #bd674f;
}
.featured-film-heading strong {
  font-family: var(--font-display);
  font-size: 38px;
  font-weight: 400;
  line-height: 0.7;
  color: rgba(36, 56, 49, 0.3);
}
.featured-film-images {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1.2fr 0.9fr;
  gap: 10px;
  align-items: start;
}
.featured-film-images figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #243831;
}
.featured-film-images figure:nth-child(1) {
  height: 300px;
}
.featured-film-images figure:nth-child(2) {
  height: 225px;
  margin-top: 45px;
}
.featured-film-images figure:nth-child(3) {
  height: 275px;
  margin-top: 8px;
}
.featured-film-images figure:nth-child(4) {
  height: 205px;
  margin-top: 65px;
}
.featured-film-images img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.featured-film-images figure:hover img {
  transform: scale(1.05);
}
@media (max-width: 1100px) {
  .featured-intro {
    padding: 80px 5vw 60px;
  }
  .featured-story {
    grid-template-columns: 57% 43%;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .featured-main-image {
    height: 590px;
  }
  .featured-floating-image-one {
    width: 155px;
    height: 210px;
    left: 49%;
  }
  .featured-floating-image-two {
    width: 125px;
    height: 125px;
    right: 5%;
  }
  .featured-floating-image-three {
    width: 145px;
    height: 200px;
    left: 47%;
  }
  .featured-floating-image-four {
    width: 130px;
    height: 175px;
    right: 6%;
  }
  .featured-story-copy {
    padding-left: 9%;
  }
  .featured-film-strip {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (max-width: 750px) {
  .featured-intro {
    display: block;
    padding: 70px 20px 55px;
  }
  .featured-intro-index {
    flex-direction: row;
    align-items: center;
    margin-bottom: 42px;
  }
  .featured-intro-index span:first-child {
    font-size: 48px;
  }
  .featured-intro-title > span {
    margin-bottom: 15px;
    font-size: 6px;
  }
  .featured-intro-title h2 {
    font-size: 58px;
  }
  .featured-intro-copy {
    padding: 22px 0 0;
  }
  .featured-intro-copy p {
    font-size: 8px;
    max-width: 290px;
  }
  .featured-story {
    display: block;
    padding: 0 20px 65px;
  }
  .featured-main-image {
    height: 470px;
  }
  .featured-main-caption {
    left: 15px;
    right: 15px;
    bottom: 16px;
    font-size: 5px;
  }
  .featured-story-copy {
    padding: 70px 0 0;
  }
  .featured-story-copy > span {
    font-size: 5px;
    margin-bottom: 16px;
  }
  .featured-story-copy h3 {
    font-size: 54px;
  }
  .featured-story-copy p {
    font-size: 8px;
    max-width: 310px;
    margin-top: 20px;
  }
  .featured-story-copy a {
    font-size: 5px;
    margin-top: 20px;
  }
  .featured-floating-image-one {
    width: 120px;
    height: 160px;
    left: auto;
    right: 23%;
    top: 350px;
    border-width: 4px;
  }
  .featured-floating-image-two {
    width: 105px;
    height: 105px;
    right: 2%;
    top: 38px;
    border-width: 4px;
  }
  .featured-floating-image-three {
    width: 115px;
    height: 155px;
    left: 5%;
    bottom: auto;
    top: 390px;
    border-width: 4px;
  }
  .featured-floating-image-four {
    width: 105px;
    height: 140px;
    right: 3%;
    bottom: auto;
    top: 275px;
    border-width: 4px;
  }
  .featured-floating-image span {
    font-size: 4px;
    bottom: 7px;
    left: 8px;
  }
  .featured-film-strip {
    padding: 60px 20px 75px;
  }
  .featured-film-heading {
    margin-bottom: 30px;
  }
  .featured-film-heading span {
    font-size: 5px;
  }
  .featured-film-heading strong {
    font-size: 30px;
  }
  .featured-film-images {
    display: grid;
    grid-template-columns: 1.25fr 0.9fr;
    gap: 7px;
  }
  .featured-film-images figure:nth-child(1) {
    height: 230px;
  }
  .featured-film-images figure:nth-child(2) {
    height: 175px;
    margin-top: 35px;
  }
  .featured-film-images figure:nth-child(3) {
    height: 210px;
    margin-top: 0;
  }
  .featured-film-images figure:nth-child(4) {
    height: 155px;
    margin-top: 30px;
  }
}
@media (max-width: 430px) {
  .featured-intro {
    padding-top: 60px;
  }
  .featured-intro-title h2 {
    font-size: 51px;
  }
  .featured-main-image {
    height: 410px;
  }
  .featured-floating-image-one {
    width: 100px;
    height: 135px;
    right: 21%;
    top: 310px;
  }
  .featured-floating-image-two {
    width: 85px;
    height: 85px;
    top: 28px;
  }
  .featured-floating-image-three {
    width: 98px;
    height: 135px;
    top: 345px;
  }
  .featured-floating-image-four {
    width: 90px;
    height: 120px;
    top: 250px;
  }
  .featured-story-copy {
    padding-top: 60px;
  }
  .featured-story-copy h3 {
    font-size: 48px;
  }
  .featured-film-images figure:nth-child(1) {
    height: 200px;
  }
  .featured-film-images figure:nth-child(2) {
    height: 150px;
  }
  .featured-film-images figure:nth-child(3) {
    height: 180px;
  }
  .featured-film-images figure:nth-child(4) {
    height: 135px;
  }
}
