.booty-feature {
  padding: 24px 0 62px;
}
.booty-feature__card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(350px, .95fr);
  min-height: 520px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 84% 20%, rgba(244,125,76,.25), transparent 31%),
    #0b2a2c;
  color: #fff8ed;
  box-shadow: 0 34px 70px -46px rgba(13,41,43,.8);
}
.booty-feature__card::before {
  content: "NEXT";
  position: absolute;
  z-index: -1;
  left: -18px;
  bottom: -68px;
  color: rgba(255,255,255,.035);
  font-size: clamp(140px, 22vw, 300px);
  font-weight: 1000;
  line-height: 1;
  letter-spacing: -.08em;
}
.booty-feature__copy {
  padding: clamp(36px, 6vw, 72px);
  display: grid;
  align-content: center;
  justify-items: start;
}
.booty-feature__eyebrow { margin: 0 0 20px; color: #f6a37d; font-size: 11px; font-weight: 950; letter-spacing: .15em; text-transform: uppercase; }
.booty-feature h2 { max-width: 8ch; margin: 0; color: #fff8ed; font-size: clamp(56px, 8vw, 100px); font-weight: 1000; line-height: .78; letter-spacing: -.075em; text-transform: uppercase; }
.booty-feature h2 span { display: block; color: #f47d4c; font-size: .52em; letter-spacing: -.035em; }
.booty-feature__tagline { max-width: 19ch; margin: 27px 0 0; color: #fff0df; font-size: clamp(22px, 2.8vw, 34px); font-weight: 900; line-height: 1.07; letter-spacing: -.035em; }
.booty-feature__meta { margin: 23px 0 0; display: flex; flex-wrap: wrap; gap: 9px; }
.booty-feature__meta span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: rgba(255,248,237,.75); font-size: 10px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.booty-feature__actions { margin-top: 29px; display: flex; flex-wrap: wrap; gap: 10px; }
.booty-feature__actions .btn-soft { background: transparent; border-color: rgba(255,255,255,.2); color: #fff8ed; box-shadow: none; }
.booty-feature__visual { min-height: 520px; position: relative; display: grid; place-items: end center; }
.booty-feature__visual::before { content: ""; width: min(38vw,430px); aspect-ratio: 1; position: absolute; top: 48%; left: 50%; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; background: radial-gradient(circle, rgba(244,125,76,.24), rgba(244,125,76,.02) 67%); transform: translate(-50%,-50%); }
.booty-feature__visual img { width: min(40vw,480px); position: relative; z-index: 1; display: block; filter: drop-shadow(0 30px 25px rgba(0,0,0,.25)); animation: booty-teaser-float 4.4s ease-in-out infinite; }
.booty-feature__price { position: absolute; z-index: 2; right: 28px; top: 28px; width: 82px; height: 82px; display: grid; place-items: center; border-radius: 50%; background: #f47d4c; color: white; font-size: 25px; font-weight: 1000; box-shadow: 0 18px 35px -20px #000; transform: rotate(7deg); }
@keyframes booty-teaser-float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-10px) rotate(1deg); } }
@media (max-width: 820px) {
  .booty-feature__card { grid-template-columns: 1fr; }
  .booty-feature__copy { padding-bottom: 14px; text-align: center; justify-items: center; }
  .booty-feature__meta, .booty-feature__actions { justify-content: center; }
  .booty-feature__visual { min-height: 390px; }
  .booty-feature__visual::before { width: min(72vw,390px); }
  .booty-feature__visual img { width: min(78vw,440px); }
}
@media (max-width: 520px) {
  .booty-feature { padding: 10px 0 46px; }
  .booty-feature__card { min-height: 0; border-radius: 28px; }
  .booty-feature__copy { padding: 34px 22px 8px; }
  .booty-feature h2 { font-size: clamp(58px,20vw,82px); }
  .booty-feature__tagline { font-size: 24px; }
  .booty-feature__actions { width: 100%; }
  .booty-feature__actions a { flex: 1; }
  .booty-feature__visual { min-height: 330px; }
  .booty-feature__visual img { width: min(94vw,390px); }
  .booty-feature__price { width: 68px; height: 68px; right: 14px; top: 14px; font-size: 21px; }
}
@media (prefers-reduced-motion: reduce) { .booty-feature__visual img { animation: none; } }
