/* CNC CMS runtime overrides: fixed media frames + CMS service images */
.hero-picture{aspect-ratio:1086/1448;overflow:hidden;border-radius:24px}
.hero-mockup-image{width:100%!important;height:100%!important;max-height:none!important;object-fit:cover!important;object-position:var(--hero-desktop-position,50% 50%)!important}
.service-image-frame{position:relative;width:100%;aspect-ratio:16/9;margin-bottom:18px;overflow:hidden;border:1px solid rgba(245,242,232,.1);border-radius:16px;background:#0a0904}
.service-image{display:block;width:100%;height:100%;object-fit:cover}
.service-card.has-image{padding-top:18px}
@media(max-width:768px){.hero-picture{width:100%!important;height:auto!important;aspect-ratio:4/3;overflow:hidden;border-radius:18px}.hero-mockup-image{height:100%!important;object-position:var(--hero-mobile-position,50% 50%)!important}}
