/* Company-site entry points for the public BladeHunter product site. */
.bladehunter-company-entry {
  background: #f6f1e8;
}

.bladehunter-company-product-visual {
  display: block;
  aspect-ratio: 21 / 9;
  background: #e8ddcc;
}

.bladehunter-company-product-visual img {
  object-position: center 31%;
  transition: transform 420ms ease;
}

.bladehunter-company-product-visual:hover img {
  transform: scale(1.018);
}

.bladehunter-company-featured {
  position: relative;
  display: grid;
  gap: 12px;
  margin-top: clamp(24px, 4vw, 38px);
  padding: clamp(28px, 4vw, 42px);
  overflow: hidden;
  color: #f8f2e8;
  background: #273035;
  border: 2px solid rgba(11, 12, 15, 0.88);
  box-shadow: 10px 10px 0 rgba(11, 12, 15, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.bladehunter-company-featured::after {
  position: absolute;
  top: -52px;
  right: -34px;
  width: 160px;
  height: 160px;
  border: 1px solid rgba(248, 242, 232, 0.28);
  border-radius: 50%;
  box-shadow: 0 0 0 22px rgba(248, 242, 232, 0.05);
  content: "";
}

.bladehunter-company-featured:hover {
  color: #fff;
  box-shadow: 14px 14px 0 rgba(11, 12, 15, 0.14);
  transform: translate(-4px, -4px);
}

.bladehunter-company-kicker,
.bladehunter-company-action {
  position: relative;
  z-index: 1;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bladehunter-company-kicker {
  color: #f0a37f;
}

.bladehunter-company-name {
  position: relative;
  z-index: 1;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.96;
}

.bladehunter-company-summary {
  position: relative;
  z-index: 1;
  max-width: 520px;
  color: rgba(248, 242, 232, 0.8);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.7;
}

.bladehunter-company-action {
  margin-top: 6px;
  color: #fff;
}

@media (max-width: 680px) {
  .bladehunter-company-product-visual {
    aspect-ratio: 4 / 3;
  }

  .bladehunter-company-featured {
    margin-top: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bladehunter-company-product-visual img,
  .bladehunter-company-featured {
    transition: none;
  }
}
