/* storefront extras — layout utilities come from Tailwind CDN */
.menu-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1.25rem; }
.brand-red { color: #8B1D24; }
.bg-brand-red { background-color: #8B1D24; }
.text-brand-red { color: #8B1D24; }
.hide-scrollbar::-webkit-scrollbar { display: none; }
.hide-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
