/* JobLik 0.33.196 — dialyzer-like hero blending.
   Refines the first-fold hero visuals after v033195.
   Goals:
   - remove the washed-out haze introduced by the previous overlay,
   - keep both industry images borderless,
   - feather only the periphery (like the Dialysis landing visual),
   - keep Automotive hero text/artifact cleanup. */
:root{
  --j196-soft-mask: radial-gradient(ellipse 98% 96% at 50% 50%, #000 0 72%, rgba(0,0,0,.98) 80%, rgba(0,0,0,.80) 88%, rgba(0,0,0,.34) 95%, transparent 100%);
  --j196-soft-mask-wide: radial-gradient(ellipse 99% 97% at 50% 50%, #000 0 74%, rgba(0,0,0,.98) 82%, rgba(0,0,0,.82) 89%, rgba(0,0,0,.36) 95.5%, transparent 100%);
}

@media (min-width:901px){
  /* Cancel the heavy white fog overlay from v033195. */
  body[data-joblik-path="/automotive"] .v064-home:not(.automotive-gallery-only) .v064-hero-media::after,
  .j190-construction-first .j190-industry-media::after{
    display:none!important;
    content:none!important;
    background:none!important;
  }

  /* Keep only a very light blurred underlay so the image feels integrated, not boxed. */
  body[data-joblik-path="/automotive"] .v064-home:not(.automotive-gallery-only) .v064-hero-media::before,
  .j190-construction-first .j190-industry-media::before{
    opacity:.10!important;
    filter:blur(18px) saturate(.94)!important;
    transform:scale(1.04)!important;
    inset:2%!important;
  }

  body[data-joblik-path="/automotive"] .v064-home:not(.automotive-gallery-only) .v064-hero-media,
  .j190-construction-first .j190-industry-media{
    background:transparent!important;
    overflow:hidden!important;
    isolation:isolate!important;
  }

  /* Feather the artwork itself instead of placing a white veil over it. */
  body[data-joblik-path="/automotive"] .v064-home:not(.automotive-gallery-only) .v064-hero-media .v0613-theme-car img{
    object-fit:contain!important;
    object-position:center center!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    filter:drop-shadow(0 14px 26px rgba(15,40,66,.05))!important;
    -webkit-mask-image:var(--j196-soft-mask)!important;
    mask-image:var(--j196-soft-mask)!important;
    -webkit-mask-repeat:no-repeat!important;
    mask-repeat:no-repeat!important;
    -webkit-mask-size:100% 100%!important;
    mask-size:100% 100%!important;
  }

  .j190-construction-first .j190-industry-media>img{
    object-fit:cover!important;
    object-position:center center!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    filter:drop-shadow(0 14px 26px rgba(15,40,66,.04))!important;
    -webkit-mask-image:var(--j196-soft-mask-wide)!important;
    mask-image:var(--j196-soft-mask-wide)!important;
    -webkit-mask-repeat:no-repeat!important;
    mask-repeat:no-repeat!important;
    -webkit-mask-size:100% 100%!important;
    mask-size:100% 100%!important;
  }

  /* Ensure no residual frame appears on the far-right edge of the automotive asset. */
  body[data-joblik-path="/automotive"] .v064-home:not(.automotive-gallery-only) .v064-hero-media .v0613-theme-car{
    background:transparent!important;
    overflow:hidden!important;
  }
}
