/* Shared store identity for menu and checkout. */
.storefront-header{position:relative;background:var(--card);box-shadow:none;backdrop-filter:none;color:var(--ink);font-family:system-ui,-apple-system,"Segoe UI",sans-serif}
.storefront-header .brand-name{font-weight:800;line-height:1.2}
.storefront-header .brand-sub{display:flex;align-items:center;flex-wrap:wrap;color:var(--muted)}
.storefront-header .brand-more{color:var(--muted);text-decoration:none}
.storefront-header .brand-logo{object-fit:contain;display:block;background:var(--card);flex-shrink:0}
.storefront-header .hero-actions{position:absolute;z-index:2}
.storefront-header .hero-actions .btn{display:flex;align-items:center;justify-content:center;padding:0}
.storefront-header .hero-cover img{width:100%;height:190px;object-fit:cover}
.storefront-header{border-top:5px solid var(--brand);border-bottom:1px solid var(--line)}
.storefront-header>.container{display:flex;align-items:center;gap:18px;padding-top:24px!important;padding-bottom:22px!important;padding-right:68px}
.brand-float{margin:0}.brand-logo{width:76px;height:76px;border:1px solid var(--line);border-radius:22px;box-shadow:none}
.brand-meta{margin:0;text-align:left!important;min-width:0}.brand-name{font-size:1.65rem;margin-bottom:4px;letter-spacing:-.045em}.brand-sub{justify-content:flex-start;font-size:.8rem;gap:4px}.brand-open{display:inline-flex;align-items:center;gap:7px;font-size:.75rem;font-weight:650;margin-top:9px;padding:4px 9px;border-radius:7px;background:#eef8f0;color:#21773a}.brand-open:before{content:"";height:6px;width:6px;border-radius:50%;background:currentColor}.brand-open.open-no{color:#ac3840;background:#fff0f0}
.hero-actions{top:24px;right:max(16px,calc((100vw - 1100px) / 2))}.hero-actions .btn{width:40px;height:40px;border-radius:50%!important;box-shadow:none}

@media(min-width:1200px){.storefront-header>.container{max-width:1100px}}
@media(max-width:767.98px){ .storefront-header>.container{padding-top:16px!important;padding-bottom:16px!important;gap:12px}.brand-logo{width:60px;height:60px;border-radius:16px}.brand-name{font-size:1.25rem}.brand-sub{font-size:.73rem}.brand-open{font-size:.7rem;margin-top:7px}.hero-actions{top:17px}}
