/* Only the shared header; catalogue, Industrial and quotation keep their own controls. */
body.acrylic-master > .acrylic-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; }
.acrylic-master-brand { flex: 0 0 210px; }
.acrylic-master-brand img { display: block; width: 100%; height: auto; max-height: 54px; object-fit: contain; }
.acrylic-master-nav { display: flex; align-items: center; justify-content: flex-end; flex: 1; gap: 25px; }
.acrylic-master-nav > a { color: #fff; font: 700 13px Arial,sans-serif; text-decoration: none; }
.acrylic-master-quote { flex: none; padding: 14px 16px; color: #111; background: #ff5a1f; font: 800 13px Arial,sans-serif; text-decoration: none; }
body.acrylic-master #root .site-header { display: none; }
body.acrylic-master > .gmx-site-menu-trigger--mobile { display: none !important; }
body.acrylic-master .acrylic-master-nav .gmx-site-menu-trigger { display: inline-flex !important; }
body.acrylic-master #catalogo, body.acrylic-master #fabricacion, body.acrylic-master #proyectos { scroll-margin-top: 94px; }
@media(max-width:1000px) { .acrylic-master-nav { gap: 15px; } .acrylic-master-nav > a:nth-child(n+3) { display: none; } }
@media(max-width:720px) {
 body.acrylic-master > .acrylic-master-header { height: 74px; gap: 8px; padding: 0 14px; }
 .acrylic-master-brand { flex-basis: 136px; }
 .acrylic-master-nav > a, .acrylic-master-quote { display: none; }
 .acrylic-master-nav { gap: 0; }
 body.acrylic-master #catalogo, body.acrylic-master #fabricacion, body.acrylic-master #proyectos { scroll-margin-top: 86px; }
}
