.vinland-product-hero .wb-stage-media::after {
  content: "REAL IN-GAME CAPTURE";
  position: absolute;
  right: 18px;
  bottom: 16px;
  z-index: 4;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(7, 7, 8, 0.78);
  color: rgba(255, 255, 255, 0.76);
  font: 700 0.66rem/1 Rajdhani, sans-serif;
  letter-spacing: 0.16em;
}

.vinland-product-hero .wb-stage-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vinland-facts strong {
  font-size: clamp(1.1rem, 1.8vw, 1.55rem) !important;
  letter-spacing: 0.04em;
}

.wb-proof-strip > div strong {
  max-width: 250px;
  line-height: 1.25;
}

.vinland-details {
  position: relative;
  padding: clamp(78px, 9vw, 138px) clamp(24px, 6vw, 92px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    #0b0b0d;
  background-size: 64px 64px;
}

.vinland-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 46px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.vinland-feature-grid article {
  min-height: 160px;
  padding: 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(17, 17, 19, 0.88);
  transition: background 180ms ease, border-color 180ms ease;
}

.vinland-feature-grid article:hover {
  border-color: rgba(255, 42, 42, 0.48);
  background: rgba(25, 16, 18, 0.92);
}

.vinland-feature-grid article span {
  display: block;
  margin-bottom: 32px;
  color: #ff2a2a;
  font: 700 0.72rem/1 Rajdhani, sans-serif;
  letter-spacing: 0.16em;
}

.vinland-feature-grid article p {
  margin: 0;
  color: #f2f2f3;
  font: 600 clamp(1rem, 1.4vw, 1.2rem)/1.45 Rajdhani, sans-serif;
}

.vinland-requirements {
  display: grid;
  grid-template-columns: minmax(190px, 0.7fr) 1.4fr auto;
  gap: 28px;
  align-items: center;
  margin-top: 24px;
  padding: 25px 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #101012;
}

.vinland-requirements > div span,
.vinland-requirements > small {
  display: block;
  color: rgba(255, 255, 255, 0.48);
  font: 700 0.68rem/1.4 Rajdhani, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vinland-requirements > div strong {
  display: block;
  margin-top: 7px;
  color: #fff;
  font: 700 1.12rem/1.2 Rajdhani, sans-serif;
}

.vinland-requirements ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vinland-requirements li {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.78);
  font: 600 0.78rem/1 Rajdhani, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wb-showcase-copy > h2[data-product-copy] {
  max-width: 720px;
  margin: 18px 0 24px;
  color: #fff;
  font: 700 clamp(2.7rem, 6vw, 6rem)/0.86 Rajdhani, sans-serif;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.rosetta-cta:disabled,
.package-cart-add:disabled {
  cursor: not-allowed;
  opacity: 0.48;
  filter: grayscale(0.5);
}

@media (max-width: 920px) {
  .vinland-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vinland-requirements {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .vinland-details {
    padding: 68px 18px;
  }

  .vinland-feature-grid {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .vinland-feature-grid article {
    min-height: 125px;
  }

  .vinland-product-hero .wb-stage-media::after {
    right: 10px;
    bottom: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vinland-feature-grid article {
    transition: none;
  }
}
