.future-feature {
  margin-top: 20px;
}

.future-visual {
  background: var(--navy);
  min-height: 400px;
  overflow: hidden;
  position: relative;
}

.future-visual::before {
  background-image:
    linear-gradient(rgba(220, 229, 255, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(220, 229, 255, 0.16) 1px, transparent 1px);
  background-size: 46px 46px;
  content: "";
  inset: 0;
  position: absolute;
}

.future-image-tag {
  color: var(--navy);
}

.future-orbit {
  border: 1.5px solid #d8ef67;
  border-radius: 50%;
  height: 62%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-18deg);
  width: 72%;
}

.future-orbit--b {
  height: 63%;
  transform: translate(-50%, -50%) rotate(-21deg);
  width: 73%;
}

.future-core {
  align-items: center;
  background: var(--paper);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  height: 102px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-6deg);
  width: 102px;
}

.future-core small {
  color: var(--coral);
  font: 500 8px var(--mono);
  letter-spacing: 0.06em;
}

.future-core strong {
  font: 700 43px/1 var(--sans);
}

.future-coordinate {
  color: var(--blue);
  font: 500 9px/1.35 var(--mono);
  position: absolute;
}

.future-coordinate--place {
  left: 7%;
  top: 25%;
}

.future-coordinate--field {
  bottom: 9%;
  right: 7%;
}

.future-sticker {
  background: var(--coral);
  bottom: 16%;
  color: var(--navy);
  font: 700 10px/1.25 var(--mono);
  padding: 12px 14px;
  position: absolute;
  right: 5%;
  transform: rotate(-8deg);
}

.future-copy {
  background: var(--paper);
}

.future-kicker {
  display: block;
  font: 500 10px var(--mono);
  letter-spacing: 0.04em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.future-copy .product-title h3 {
  font-size: clamp(30px, 3vw, 42px);
}

.future-copy > p {
  color: var(--muted);
}

@media (max-width: 760px) {
  .future-visual {
    min-height: 320px;
  }

  .future-orbit {
    height: 60%;
    width: 82%;
  }

  .future-orbit--b {
    height: 61%;
    width: 83%;
  }

  .future-core {
    height: 84px;
    width: 84px;
  }

  .future-core strong {
    font-size: 36px;
  }

  .future-sticker {
    bottom: 12%;
    font-size: 8px;
    padding: 9px 11px;
    right: 4%;
  }

  .future-coordinate--field {
    bottom: 6%;
  }
}
