.jini-final-visual {
  background: #425749;
  color: #f7f0df;
  border-top: 1px solid rgba(217, 183, 119, .42);
}

.jini-final-image-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #6e7d68;
}

.jini-final-image-wrap img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1728 / 909;
  object-fit: cover;
}

.jini-final-action {
  width: min(1480px, calc(100% - 80px));
  min-height: 174px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.jini-final-copy {
  display: grid;
  gap: 14px;
}

.jini-final-copy span {
  color: #d9b777;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .24em;
}

.jini-final-copy strong {
  color: #fffaf0;
  font-family: inherit;
  font-size: clamp(22px, 2.1vw, 34px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -.03em;
}

.jini-final-action a {
  flex: 0 0 auto;
  min-width: 250px;
  padding: 20px 26px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: #24372c;
  background: #f7f0df;
  border: 1px solid #f7f0df;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: color .25s ease, background .25s ease, transform .25s ease;
}

.jini-final-action a:hover {
  color: #fffaf0;
  background: transparent;
  transform: translateY(-2px);
}

.jini-final-action b {
  color: #b18c4c;
  font-size: 19px;
  font-weight: 400;
}

@media (max-width: 760px) {
  .jini-final-image-wrap img {
    min-height: 360px;
    object-position: 58% center;
  }

  .jini-final-action {
    width: calc(100% - 40px);
    padding: 32px 0 38px;
    display: grid;
    gap: 26px;
  }

  .jini-final-copy strong {
    max-width: 12em;
    font-size: 24px;
  }

  .jini-final-action a {
    width: 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jini-final-action a {
    transition: none;
  }
}
