.cd-common-placeholder {
  position: relative;
  margin: 0;
  padding: clamp(24px, 3vw, 38px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background: #292622;
  color: #fff;
  font-family: Barlow, sans-serif;
}

.cd-common-placeholder::after {
  content: "";
  position: absolute;
  right: -9%;
  top: -38%;
  bottom: auto;
  width: 58%;
  aspect-ratio: 1;
  border: clamp(18px, 3vw, 42px) solid rgba(245, 217, 0, .88);
  border-radius: 50%;
}

.cd-common-placeholder span,
.cd-common-placeholder strong {
  position: relative;
  z-index: 1;
}

.cd-common-placeholder span {
  max-width: 250px;
  font-size: .72rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: .14em;
}

.cd-common-placeholder strong {
  align-self: flex-end;
  color: #f5d900;
  font-size: clamp(3rem, 6vw, 6.5rem);
  font-weight: 550;
  line-height: .75;
  letter-spacing: -.06em;
}

.cd-common-placeholder--2 { background: #754236; }
.cd-common-placeholder--2::after { border-radius: 0; transform: rotate(20deg); }
.cd-common-placeholder--3 { background: #073e35; }
.cd-common-placeholder--3::after { right: -18%; top: -48%; bottom: auto; }
.cd-common-placeholder--4 { background: #174e5b; }
.cd-common-placeholder--4::after { border-radius: 48% 52% 10% 90%; }
.cd-common-placeholder--5 { background: #62592f; }
.cd-common-placeholder--5::after { transform: rotate(-18deg); border-radius: 0 70% 0 70%; }

@media (min-width: 901px) {
  .cd-common-placeholder::after {
    right: -7%;
    top: 6%;
    width: 46%;
    height: 42%;
    aspect-ratio: auto;
    box-sizing: border-box;
  }

  .cd-common-placeholder--2::after {
    right: -5%;
    top: -20%;
    width: 48%;
    height: 52%;
  }

  .cd-common-placeholder--3::after {
    right: -16%;
    top: -4%;
    width: 48%;
    height: 46%;
  }

  .cd-common-placeholder--4::after {
    right: -8%;
    top: 3%;
    width: 46%;
    height: 44%;
  }

  .cd-common-placeholder--5::after {
    right: -6%;
    top: -10%;
    width: 47%;
    height: 48%;
  }
}

.rcm-series-cover--1 { background: #292622; }
.rcm-series-cover--2 { background: #754236; }
.rcm-series-cover--3 { background: #073e35; }
.rcm-series-cover--4 { background: #174e5b; }
.rcm-series-cover--5 { background: #62592f; }
