/* Hero cone quality fix ONLY — same design, sharp assets */
.hero_fade_img {
  /* Original layout from dropship CSS (do not change geometry) */
  width: 118rem;
  max-width: none;
  height: 54.4rem;
  background-image: none !important; /* avoid double paint of low-res bg */
  background-size: contain;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  object-fit: contain;
  object-position: center bottom;
  image-rendering: auto;
  -webkit-optimize-contrast: auto;
}
