/* Master navigation only; catalogue styles and quotation remain local. */
body.imprenta-master > .imprenta-master-header { position: sticky; top: 0; z-index: 40; display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 82px; padding: 0 max(20px, calc((100vw - 1320px)/2)); background: #242423; color: #fff; border-bottom: 1px solid #ffffff22; }
.imprenta-master-brand { flex: 0 0 210px; }
.imprenta-master-brand img { display: block; width: 100%; height: auto; max-height: 54px; object-fit: contain; }
.imprenta-master-nav { display: flex; align-items: center; justify-content: flex-end; flex: 1; gap: 28px; }
.imprenta-master-catalog { color: #fff; font: 700 13px Arial,sans-serif; text-decoration: none; }
.imprenta-master-quote { display: flex; align-items: center; gap: 10px; flex: none; padding: 12px 16px; color: #111; background: #ff5a1f; font: 800 13px Arial,sans-serif; text-decoration: none; }
.imprenta-master-quote b { display: grid; place-items: center; min-width: 22px; height: 22px; padding: 0 4px; border-radius: 50%; color: #fff; background: #222; }
body.imprenta-master #root .site-header { display: none; }
body.imprenta-master > .gmx-site-menu-trigger--mobile { display: none !important; }
body.imprenta-master .imprenta-master-nav .gmx-site-menu-trigger { display: inline-flex !important; }
body.imprenta-master #catalogo { scroll-margin-top: 94px; }
@media(max-width:720px) {
 body.imprenta-master > .imprenta-master-header { height: 74px; gap: 8px; padding: 0 14px; }
 .imprenta-master-brand { flex-basis: 136px; }
 .imprenta-master-catalog { display: none; }
 .imprenta-master-nav { gap: 0; }
 .imprenta-master-quote { display: none; }
 body.imprenta-master #catalogo { scroll-margin-top: 86px; }
}
