/* QR-Us Chinese theme + mobile menu-photo fit */
html[lang="zh-Hans"]{
 --navy:#7A3447;--navy2:#9D4860;--green:#2E9B72;--green2:#EAF8F2;
 --orange:#D95C66;--yellow:#D6A33B;--red:#B9424E;--bg:#FFF7F3;
 --card:#FFFCFA;--line:#EBCFD3;--text:#472D35;--muted:#80646C;
 --shadow:0 12px 30px rgba(122,52,71,.10)
}
html[lang="zh-Hans"] body{background:linear-gradient(180deg,#FFF9F6 0%,#FFF0ED 100%);color:var(--text);font-family:"Noto Sans SC","Microsoft YaHei",Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif}
html[lang="zh-Hans"] .site-header{background:rgba(255,252,250,.97);border-bottom-color:#E9CDD2;box-shadow:0 6px 20px rgba(122,52,71,.09)}
html[lang="zh-Hans"] .hero{background:linear-gradient(135deg,#FFF0EB 0%,#FFDAD4 48%,#F5E2B4 100%);color:#613241;border-color:#E9C3C9}
html[lang="zh-Hans"] .hero p{color:#714E59}
html[lang="zh-Hans"] .lang-switch button.active{background:linear-gradient(135deg,#E16A72,#B94B62);color:#fff;box-shadow:0 4px 12px rgba(185,75,98,.20)}
html[lang="zh-Hans"] .header-cta,html[lang="zh-Hans"] .btn.green{background:linear-gradient(135deg,#37B187,#268E68)}
html[lang="zh-Hans"] .main-nav button{color:#71384B}
html[lang="zh-Hans"] .main-nav button:after{background:#D95C66}
html[lang="zh-Hans"] .mode.active,html[lang="zh-Hans"] .choice.active{border-color:#D97982;background:#FFF0F1}
html[lang="zh-Hans"] .tab.active{background:#C95668;border-color:#C95668}
html[lang="zh-Hans"] .notice{background:#FFF3F1;border-color:#EBCFD3;color:#6D3D4A}
html[lang="zh-Hans"] .cat-btn.active,html[lang="zh-Hans"] .cat-btn:hover{background:#FFF0F1;color:#8A4155}
html[lang="zh-Hans"] .scan-login-icon{background:linear-gradient(145deg,#FFF1F2,#EAF8F2);color:#2E9B72}

/* Uniform customer-menu photo cards */
.menu-item{grid-template-columns:104px minmax(0,1fr);gap:12px;align-items:stretch;min-height:124px}
.menu-item .thumb{width:104px!important;height:104px!important;min-width:104px;aspect-ratio:1/1;align-self:center;padding:0!important;overflow:hidden;border-radius:14px;background:#f7f3ef}
.menu-item .thumb .menu-photo{width:100%!important;height:100%!important;display:block;object-fit:cover!important;object-position:center center!important;border-radius:0!important}
.menu-item>div:last-child{min-width:0;display:flex;flex-direction:column}
.menu-item h4{font-size:15px;line-height:1.22;margin:2px 0 5px;overflow-wrap:anywhere}
.menu-item>div:last-child>.muted{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.35;min-height:2.7em;font-size:13px}
.menu-item>div:last-child>div:last-child{margin-top:auto!important;gap:8px}
.menu-item .price{white-space:nowrap}

@media(max-width:520px){
 .lang-switch button{font-size:11px;padding:4px 5px}
 .menu-item{grid-template-columns:96px minmax(0,1fr);min-height:116px;padding:9px;gap:10px}
 .menu-item .thumb{width:96px!important;height:96px!important;min-width:96px}
 .menu-item h4{font-size:14px}
 .menu-item>div:last-child>.muted{font-size:12px}
 .menu-item .btn.sm{padding:6px 8px;font-size:11px}
}
