/* Production mobile pages use the viewport, not the reference's desktop preview frame. */
:root{--phone-width:100%;--phone-height:var(--mobile-visible-height,100dvh)}
html,body{width:100%;height:100%;min-height:0;margin:0;background:#000;scrollbar-gutter:auto!important}
body{display:block}
body[data-bean-mobile]:has(#product-chat-dialog:not([hidden]))>.homepage-dialog-mask{background:transparent}
.mobile-site{width:100%;max-width:none;height:var(--phone-height);min-height:0;margin:0}
@layer mobile-center-reference{
 body[data-bean-mobile] #bean-chat-overlay .bean-chat-toolbar{top:max(8px,env(safe-area-inset-top))!important}
 body[data-bean-mobile] #bean-chat-overlay .bean-chat-actions{padding-bottom:max(8px,env(safe-area-inset-bottom))!important}
 body[data-bean-mobile] #bean-chat-overlay .bean-chat-log{top:calc(36px + max(8px,env(safe-area-inset-top)))!important;bottom:calc(56px + max(8px,env(safe-area-inset-bottom)))!important}
}
/* Reference website: fixed compact controls, four-image bands and six-column catalogue. */
body[data-mobile-view="website"] .mobile-showcase{height:var(--phone-height);min-height:0;padding-block:25vw;box-sizing:border-box}
body[data-mobile-view="website"] .universe-hero{height:100%;width:100%;aspect-ratio:auto;min-height:0}
body[data-mobile-view="website"] .mobile-header{position:fixed;top:max(8px,env(safe-area-inset-top));left:8px;right:8px;width:auto;height:44px;min-height:44px;margin:0;padding:0;z-index:80;grid-template-columns:minmax(0,1fr) 72px 44px;gap:8px;background:transparent;border:0;box-shadow:none;backdrop-filter:none}
body[data-mobile-view="website"] .brand-lockup{height:44px;min-width:0;width:100%;padding:0;gap:4px;overflow:hidden;justify-content:flex-start}
body[data-mobile-view="website"] .brand-mark,body[data-mobile-view="website"] .brand-mark img{width:40px;height:40px;min-width:40px}
body[data-mobile-view="website"] .next-brand-copy{display:flex;flex-direction:row;align-items:center;gap:0;white-space:nowrap;min-width:0}
body[data-mobile-view="website"] .next-brand-copy strong,body[data-mobile-view="website"] .next-brand-copy b{font-size:14px;line-height:1.4;font-weight:700}
body[data-mobile-view="website"] .next-brand-copy strong{flex:none}
body[data-mobile-view="website"] .next-brand-copy b{overflow:hidden;text-overflow:ellipsis}
body[data-mobile-view="website"] .next-brand-copy i{font-size:14px;margin:0 2px}
body[data-mobile-view="website"] .mobile-agent-entry,body[data-mobile-view="website"] .mobile-settings summary{height:44px;min-height:44px;border:0;border-radius:9px;background:rgba(0,0,0,.7);color:#fff;font-size:12px;font-weight:700;padding:0}
body[data-mobile-view="website"] .mobile-settings summary{color:#b5e4ee;display:grid;place-items:center}
body[data-mobile-view="website"] .mobile-settings summary svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.7}
body[data-mobile-view="website"] .mobile-settings-content{top:50px;background:rgba(0,0,0,.7)}
body[data-mobile-view="website"] .mobile-bean-trigger{display:none}
body[data-mobile-view="website"] .mobile-sidebar-menu{top:50px;left:0}
body[data-mobile-view="website"] .mobile-bottom{margin:0;gap:0;border:0;background:#000}
body[data-mobile-view="website"] .social-panel,body[data-mobile-view="website"] .mobile-footer{border:0;border-radius:0;background:#000}
@media(orientation:landscape){body[data-mobile-view="website"] .mobile-showcase{height:max(var(--phone-height),75vw)}}
