.h07-product-portrait {
  position: relative;
  width: 100%;
  height: 920px;
  overflow: hidden;
  background: #f8f5f4;
  isolation: isolate;
}

.h07-product-portrait::before {
  position: absolute;
  inset: 0;
  z-index: -5;
  background-color: #f8f5f4;
  content: "";
}

.h07-heading {
  position: absolute;
  top: 88px;
  left: 50%;
  z-index: 5;
  width: min(1040px, calc(100% - 96px));
  text-align: center;
  transform: translateX(-50%);
}

.h07-heading h2 {
  margin: 0;
  color: #b6405a;
  font-family: "Source Han Serif CN", serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.25;
}

.h07-tagline {
  display: grid;
  width: min(920px, 100%);
  margin: 1rem auto 0;
  grid-template-columns: minmax(88px, 1fr) auto minmax(88px, 1fr);
  align-items: center;
  gap: 1.5rem;
}

.h07-tagline > span {
  position: relative;
  height: 1px;
  background: #bfa86f;
}

.h07-tagline > span::after {
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  background: #bfa86f;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.h07-tagline > span:first-child::after {
  right: 0;
}

.h07-tagline > span:last-child::after {
  left: 0;
}

.h07-tagline p {
  margin: 0;
  color: #211f24;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75;
  white-space: nowrap;
}

.h07-layout {
  display: grid;
  position: absolute;
  top: 205px;
  bottom: 62px;
  left: 50%;
  z-index: 3;
  width: min(1320px, calc(100% - 96px));
  grid-template-columns: minmax(0, 1fr) 410px minmax(0, 1fr);
  gap: 2.625rem;
  align-items: center;
  transform: translateX(-50%);
}

.h07-approval {
  position: relative;
  width: min(100%, 392px);
  height: 500px;
  justify-self: center;
  color: #b6405a;
  text-align: center;
}

.h07-approval-frame {
  position: absolute;
  inset: 26px 0 0;
  width: 100%;
  height: calc(100% - 26px);
  overflow: visible;
  fill: rgba(255, 253, 250, .24);
  stroke: #bfa86f;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.h07-approval-frame path:first-child {
  fill: rgba(255, 253, 250, .38);
  stroke-width: 3;
}

.h07-approval-frame path:last-child {
  fill: none;
  opacity: .64;
  stroke-width: 1.5;
}

.h07-medallion {
  display: grid;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  width: 92px;
  height: 92px;
  place-items: center;
  border: 2px solid #bfa86f;
  border-radius: 50%;
  background: #fffdfa;
  box-shadow: 0 8px 18px rgba(33, 31, 36, .1);
  transform: translateX(-50%);
}

.h07-medallion svg {
  width: 54px;
  height: 54px;
  fill: none;
  stroke: #bfa86f;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.h07-approval-copy {
  position: absolute;
  top: 168px;
  right: 32px;
  left: 32px;
  z-index: 2;
}

.h07-approval-copy p,
.h07-approval-copy strong,
.h07-ribbon {
  margin: 0;
}

.h07-approval-copy p {
  color: #b6405a;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
}

.h07-approval-copy strong {
  display: block;
  margin-top: 0.75rem;
  color: #b6405a;
  font-family: "Source Han Serif CN", serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.4;
}

.h07-approval-copy .h07-ingredients {
  max-width: 300px;
  margin: 1.125rem auto 0;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(191, 168, 111, .72);
  color: #5e565a;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
}

.h07-ribbon {
  position: absolute;
  right: 18px;
  bottom: 96px;
  left: 18px;
  z-index: 3;
  min-height: 58px;
  padding: 0.875rem 1.25rem;
  background: #c64b67;
  box-shadow: 0 8px 18px rgba(33, 31, 36, .12);
  color: #fffdfa;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
}

.h07-ribbon::before,
.h07-ribbon::after {
  position: absolute;
  top: 12px;
  z-index: -1;
  width: 46px;
  height: 54px;
  background: #b6405a;
  content: "";
}

.h07-ribbon::before {
  left: -31px;
  clip-path: polygon(0 0, 100% 18%, 100% 82%, 0 100%, 25% 50%);
}

.h07-ribbon::after {
  right: -31px;
  clip-path: polygon(0 18%, 100% 0, 75% 50%, 100% 100%, 0 82%);
}

.h07-product-stage {
  position: relative;
  width: 390px;
  height: 570px;
  margin: 0;
  align-self: center;
  justify-self: center;
  overflow: hidden;
  border: 1px solid rgba(191, 168, 111, .48);
  border-radius: 50% / 46%;
  background: #fffdfa;
  box-shadow: 0 24px 64px rgba(33, 31, 36, .08);
}

.h07-product-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 52%;
  transform: scale(1.08);
}

.h07-features {
  display: grid;
  align-self: center;
}

.h07-feature {
  display: grid;
  position: relative;
  min-height: 180px;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  padding: 1.125rem 0 1.5rem;
}

.h07-feature + .h07-feature::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 113px;
  height: 1px;
  background: rgba(191, 168, 111, .5);
  content: "";
}

.h07-feature + .h07-feature::after {
  position: absolute;
  top: -4px;
  left: 109px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #bfa86f;
  content: "";
}

.h07-feature-icon {
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border: 2px solid rgba(191, 168, 111, .72);
  border-radius: 50%;
  background: rgba(255, 253, 250, .82);
  box-shadow: 0 6px 16px rgba(33, 31, 36, .08);
}

.h07-feature-icon svg {
  width: 46px;
  height: 46px;
  fill: none;
  stroke: #b6405a;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.h07-feature-copy h3 {
  margin: 0 0 0.625rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(191, 168, 111, .58);
  color: #b6405a;
  font-family: "Source Han Serif CN", serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.h07-feature-copy p {
  margin: 0;
  color: #514d52;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}

.h07-bottom-wave {
  display: block;
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 170px;
  overflow: visible;
}

.h07-bottom-wave path {
  fill: #c64b67;
  stroke: #bfa86f;
  stroke-width: 4px;
  vector-effect: non-scaling-stroke;
}

@media (max-width: 1440px) {
  .h07-product-portrait {
    height: 860px;
  }

  .h07-heading {
    top: 88px;
  }

  .h07-layout {
    top: 205px;
    bottom: 54px;
    width: calc(100% - 96px);
    grid-template-columns: minmax(0, 1fr) 350px minmax(0, 1fr);
    gap: 1.625rem;
  }

  .h07-approval {
    height: 456px;
  }

  .h07-medallion {
    width: 80px;
    height: 80px;
  }

  .h07-medallion svg {
    width: 46px;
    height: 46px;
  }

  .h07-approval-copy {
    top: 150px;
  }

  .h07-approval-copy p {
    font-size: 1rem;
  }

  .h07-approval-copy strong {
    font-size: 1.5rem;
  }

  .h07-approval-copy .h07-ingredients {
    margin-top: 0.9375rem;
    padding-top: 0.625rem;
    font-size: 0.875rem;
  }

  .h07-ribbon {
    bottom: 82px;
    min-height: 52px;
    padding: 0.6875rem 0.75rem;
    font-size: 1rem;
  }

  .h07-product-stage {
    width: 350px;
    height: 540px;
  }

  .h07-feature {
    min-height: 164px;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 1.125rem;
    padding: 0.875rem 0 1.125rem;
  }

  .h07-feature + .h07-feature::before {
    left: 95px;
  }

  .h07-feature + .h07-feature::after {
    left: 91px;
  }

  .h07-feature-icon {
    width: 72px;
    height: 72px;
  }

  .h07-feature-icon svg {
    width: 40px;
    height: 40px;
  }

  .h07-feature-copy h3 {
    margin-bottom: 0.5rem;
    padding-bottom: 0.375rem;
    font-size: 1.3125rem;
  }

  .h07-feature-copy p {
    font-size: 0.875rem;
    line-height: 1.7;
  }

  .h07-bottom-wave {
    height: 150px;
  }
}

