/* Identidad original. Logotipo sin redibujar, sin recolorear ni deformar. */
:root{--studio-bar-height:200px}
.studio-masthead{height:auto;min-height:116px;padding-top:12px;padding-bottom:12px}
.studio-wordmark{display:block;min-width:0;line-height:0;letter-spacing:0;white-space:normal}
.studio-original-logo{display:block;width:226px;height:auto;max-width:100%;object-fit:contain;margin-inline:auto}
.studio-footer .studio-footer-brand{display:inline-block;width:252px;max-width:100%;background:#faf8f5;padding:12px 14px;line-height:0;margin-bottom:10px}
.studio-footer .studio-footer-brand img{width:100%;height:auto;display:block;filter:none;opacity:1}
html{scroll-padding-top:calc(var(--studio-bar-height) + 16px)}
.chapter{scroll-margin-top:calc(var(--studio-bar-height) + 12px)}
.studio-mega{max-height:calc(100dvh - var(--studio-bar-height) - 10px)}
.print-original-brand{display:none}
@media(max-width:800px){
 .studio-masthead{grid-template-columns:36px minmax(0,1fr) 40px;gap:8px;min-height:96px;padding:9px 20px}
 .studio-original-logo{width:185px}
 .studio-wordmark{max-width:100%}
 .studio-nav{max-height:calc(100dvh - var(--studio-bar-height));max-height:calc(100svh - var(--studio-bar-height))}
 .studio-mega{max-height:none}
}
@media(max-width:500px){
 .studio-masthead{padding-inline:14px;min-height:88px}
 .studio-original-logo{width:171px}
 .studio-side{gap:0}
 .studio-masthead{grid-template-columns:36px minmax(0,1fr) 44px}
 .studio-quote .studio-icon{display:inline-block;width:16px;height:16px}
 .studio-quote{min-width:44px;min-height:44px;justify-content:center}
}
@media print{
 .print-original-brand{display:block;width:220px;margin:0 0 24px}
 .print-original-brand img{display:block;width:220px;height:auto}
}
.product-extra-images{display:flex;gap:12px;flex-wrap:wrap;margin:20px 0}.product-extra-images img{width:120px;height:120px;object-fit:contain;border:1px solid #ded5ce}.admin-preview-banner{padding:16px 25px;background:#6c3446;color:#fff;text-align:center;font:600 13px/1.5 system-ui,sans-serif}
