/* Keep navigation clear of product photography at every gallery selection. */
body[data-product] .nbp-hero,
.nb42-trio .nbp-hero{padding-top:44px}

/* A blend close-up gets its own clean frame, without the jar scene showing through. */
.nbp-gallery:has(>.nbp-stage[data-view="photo"]):before,
.nbp-gallery:has(>.nbp-stage[data-view="photo"]):after{display:none}
.nbp-stage[data-view="photo"]{background:#17120d}
.nbp-stage[data-view="photo"] .nbp-main-image{object-position:center!important}

/* Complete owner photos replace white-matted Reserve artwork in guide cards. */
.nb42-page .nb42-guide-grid img.nb44-guide-photo{
 display:block;width:100%;height:auto!important;aspect-ratio:4/5;
 object-fit:contain;object-position:center;clip-path:none;filter:none;
 background:#17120d;
}
.nb42-hero>.nb42-art.nb44-production-art{
 min-height:0;height:auto;aspect-ratio:4/3;align-self:center;
 width:100%;background:#17120d;display:flex;align-items:center;
}
.nb44-production-art>img.nb44-production-photo{
 display:block;width:100%;height:auto;object-fit:contain;
}
