/* Product presentation: white edges blend into the existing Softro hero. */
.lc-frontoffice .lc-hero { height: auto; min-height: 0; padding-bottom: 48px; }
.lc-hero .lc-product-art { position: relative; top: auto; left: auto; display: block; width: min(1240px, 100%); height: auto; margin: 36px auto 0; scroll-margin-top: 112px; }
.lc-product-art img { display: block; width: 100%; height: auto; aspect-ratio: 1672 / 941; object-fit: contain; mix-blend-mode: multiply; mask-image: radial-gradient(ellipse 72% 72% at center, #000 58%, transparent 100%); }
.lc-product-art figcaption { margin: 0; text-align: center; color: #52657a; font-size: 11px; line-height: 1.5; }
@media (max-width: 576px) {
  .lc-frontoffice .lc-hero { padding-bottom: 28px; }
  .lc-hero .lc-product-art { margin-top: 24px; scroll-margin-top: 88px; }
  .lc-product-art figcaption { font-size: 10px; }
}
