    .shop-menu-wide .shop-menu-inner{ max-width:1100px; padding-bottom:1.25rem; }
    .shop-menu .shop-list-header{ display:flex; align-items:center; justify-content:space-between; gap:.5rem; padding:1.25rem 1.25rem 0; flex-wrap:wrap; }
    .shop-menu .shop-list-title{ font-size:.95rem; font-weight:600; color:var(--menu-muted); line-height:1.5; max-width:34rem; }
    .shop-menu .shop-list-clear{ font-size:.85rem; color:var(--menu-accent); text-decoration:none; font-weight:600; }
    .shop-menu .shop-list-clear:hover{ text-decoration:underline; }
    .shop-menu .storefront-stats{ display:flex; align-items:center; justify-content:center; gap:.6rem; padding:1rem 1.25rem 1.25rem; color:var(--menu-muted); font-size:.85rem; font-weight:600; }
    .shop-menu .storefront-stats-dot{ opacity:.5; }
    .shop-menu .shop-list-categories{ display:flex; gap:.6rem; overflow-x:auto; padding:1rem 1.25rem 0; scrollbar-width:none; }
    .shop-menu .shop-list-categories::-webkit-scrollbar{ display:none; }
    .shop-menu .shop-list-chip{ flex:0 0 auto; padding:.5rem 1rem; border-radius:999px; background:var(--menu-surface); border:1px solid var(--menu-border); color:var(--menu-text); font-weight:700; font-size:.82rem; white-space:nowrap; }
    .shop-menu .shop-list-chip.badge{ background:var(--menu-accent); color:#fff; border-color:var(--menu-accent); }
    .shop-menu .shop-list-grid{ display:grid; grid-template-columns:1fr; gap:1rem; padding:2rem 1.25rem 1.25rem; }
    @media (min-width: 640px){ .shop-menu .shop-list-grid{ grid-template-columns:repeat(2,1fr); } }
    @media (min-width: 1024px){ .shop-menu .shop-list-grid{ grid-template-columns:repeat(3,1fr); } }
    .shop-menu .shop-list-card{ background:var(--menu-surface); border:none; box-shadow:var(--shadow-card); border-radius:var(--radius-lg); padding:1rem; display:flex; gap:.85rem; align-items:flex-start; transition:transform .25s ease, box-shadow .25s ease; }
    .shop-menu .shop-list-card:hover{ transform:translateY(-4px); box-shadow:var(--shadow-card-hover); }
    @media (hover: none){ .shop-menu .shop-list-card:hover{ transform:none; box-shadow:var(--shadow-card); } }
    .shop-menu .shop-list-logo{ width:56px; height:56px; border-radius:14px; object-fit:cover; border:1px solid var(--menu-border); flex:0 0 auto; }
    .shop-menu .shop-list-body{ flex:1; min-width:0; }
    .shop-menu .shop-list-name{ font-weight:800; color:var(--menu-text); font-size:1rem; }
    .shop-menu .shop-list-sub{ color:var(--menu-muted); font-size:.78rem; margin-top:.15rem; }
    .shop-menu .shop-list-rating{ color:var(--menu-muted); font-size:.78rem; margin-top:.2rem; }
    .shop-menu .shop-list-phone{ color:var(--menu-muted); font-size:.78rem; margin-top:.2rem; }
    .shop-menu .shop-list-actions{ display:flex; flex-wrap:wrap; gap:.4rem; margin-top:.7rem; }
    .shop-menu .shop-list-btn{ display:inline-flex; align-items:center; gap:.3rem; padding:.4rem .8rem; border-radius:999px; font-size:.75rem; font-weight:700; text-decoration:none; }
    .shop-menu .shop-list-btn.primary{ background:var(--menu-accent); color:#fff; }
    .shop-menu .shop-list-btn.ghost{ background:var(--menu-surface); border:1px solid var(--menu-border); color:var(--menu-accent); }
