.customer-header { gap: 24px; }
.portal-links { display: flex; gap: 7px; padding-left: 12px; border-left: 1px solid var(--line); }
.portal-links a { padding: 8px 11px; border-radius: 9px; color: var(--muted); font-size: 12px; font-weight: 700; }
.portal-links a:hover { color: var(--orange); background: #fff; }
.customer-session-actions{display:flex;align-items:center;gap:6px;margin-left:4px}.customer-dashboard-link,.customer-login-link,.customer-logout{padding:9px 11px;border:0;border-radius:10px;font-size:10px;font-weight:800}.customer-dashboard-link{color:var(--green);background:#e8f3ec}.customer-login-link{color:#fff;background:var(--green)}.customer-logout{color:#91382b;background:#ffe9e4}.customer-dashboard-link:hover{background:#daede1}.customer-login-link:hover{background:var(--green-dark)}
.customer-account-button,.customer-logout { padding:8px 10px;border:0;border-radius:9px;color:var(--green);background:#edf6f0;font-size:10px;font-weight:800; }
.customer-logout { padding:8px;color:var(--muted);background:transparent;font-size:16px; }
.nav-text-button { padding: 0; border: 0; color: #4f5c55; background: none; font-weight: 600; font-size: 14px; }
.nav-text-button:hover { color: var(--orange); }

.customer-hero { min-height: 610px; background: radial-gradient(circle at 85% 30%, rgba(255,201,74,.24), transparent 28%); }
.customer-hero .hero-art { display: grid; place-items: center; }
.customer-hero .hero-art::before { width: 450px; height: 450px; background: #ffd56c; }
.hero-food-stack { width: 360px; height: 270px; display: flex; align-items: center; justify-content: center; gap: 2px; position: relative; z-index: 2; border-radius: 50% 50% 42% 42%; background: #fff5dd; box-shadow: 0 26px 60px rgba(71,52,15,.18); transform: rotate(-2deg); }
.hero-food-stack span { font-size: 90px; filter: drop-shadow(0 13px 10px rgba(54,35,7,.16)); }
.hero-food-stack span:nth-child(2) { margin-top: 55px; font-size: 105px; }
.hero-route { width: 85%; height: 80px; position: absolute; z-index: 1; bottom: 12px; border-bottom: 5px dashed rgba(22,91,60,.25); border-radius: 50%; }
.hero-route i { width: 11px; height: 11px; position: absolute; bottom: -8px; border-radius: 50%; background: var(--green); }
.hero-route i:nth-child(2) { left: 50%; }.hero-route i:last-child { right: 0; }
.hero-rider { position: absolute; right: 2%; bottom: 20px; z-index: 3; font-size: 64px; }
.pricing-note { margin-top: 23px; display: inline-flex; align-items: center; gap: 11px; padding: 10px 14px; border-radius: 13px; background: #fff4d8; }
.pricing-note > span { font-size: 21px; }.pricing-note p { margin: 0; display: flex; flex-direction: column; }.pricing-note strong { font-size: 12px; }.pricing-note small { color: var(--muted); font-size: 10px; }

.merchant-directory { padding: 72px 7% 38px; background: #fff; }
.merchant-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.merchant-card { height: 310px; overflow: hidden; position: relative; border-radius: 24px; color: #fff; background: var(--green); box-shadow: var(--shadow); }
.merchant-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }.merchant-card:hover img { transform: scale(1.05); }
.merchant-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,19,12,.02) 28%, rgba(5,25,15,.9) 100%); }
.merchant-card-copy { position: absolute; left: 22px; right: 22px; bottom: 20px; }
.marketplace-empty{grid-column:1/-1;padding:65px 24px;border:1px dashed #c9d7ce;border-radius:22px;background:#fff;text-align:center}.marketplace-empty>span{font-size:44px}.marketplace-empty h3{margin:12px 0 5px;font:800 22px "Manrope"}.marketplace-empty p{margin:0;color:var(--muted);font-size:11px}
.merchant-card-copy h3 { margin: 7px 0 4px; font: 800 22px "Manrope"; letter-spacing: -.8px; }
.merchant-card-copy p, .merchant-card-copy small { margin: 0; color: rgba(255,255,255,.76); font-size: 11px; }
.merchant-card-copy small { display: block; margin-top: 5px; }
.merchant-state { padding: 5px 9px; border-radius: 20px; color: #0f402b; background: #bff2c7; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .7px; }
.merchant-card.closed img { filter: grayscale(.6); }.merchant-card.closed .merchant-state { color: #7d2518; background: #ffd4cb; }

.merchant-menu-section { padding: 70px 7%; background: #fff; scroll-margin-top: 75px; }
.merchant-menu-section:nth-of-type(even) { background: var(--cream); }
.merchant-menu-section[hidden] { display: none; }
.merchant-detail-head { margin-bottom: 28px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.merchant-detail-head h2 { margin: 6px 0 4px; font: 800 clamp(30px,3vw,43px) "Manrope"; letter-spacing: -1.7px; }
.merchant-detail-head p { margin: 0; color: var(--muted); font-size: 13px; }
.merchant-facts { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.merchant-facts span, .merchant-facts a { padding: 8px 11px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--muted); font-size: 10px; font-weight: 700; }
.merchant-facts a { color: var(--green); }
.merchant-closed-note { margin-bottom: 20px; padding: 13px 16px; border-radius: 12px; color: #8f3b21; background: #fff0e9; font-size: 12px; font-weight: 700; }
.menu-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.food-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 8px 30px rgba(25,44,34,.05); }
.food-card[hidden] { display: none; }.food-card.sold-out { opacity: .68; }
.food-image { height: 190px; position: relative; overflow: hidden; background: #f3eee3; }
.food-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }.food-card:hover .food-image img { transform: scale(1.04); }
.food-image > span { padding: 5px 9px; position: absolute; left: 12px; top: 12px; border-radius: 20px; background: rgba(255,255,255,.9); font-size: 9px; font-weight: 800; }
.food-image > b { padding: 7px 11px; position: absolute; right: 12px; top: 12px; border-radius: 20px; color: #fff; background: #8c3426; font-size: 9px; text-transform: uppercase; }
.food-copy { padding: 18px; }.food-copy h3 { margin: 0 0 6px; font: 800 17px "Manrope"; }.food-copy > p { min-height: 42px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.food-options { margin-top: 13px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.food-options summary { padding: 10px 0; display: flex; justify-content: space-between; list-style: none; color: var(--green); font-size: 11px; font-weight: 800; cursor: pointer; }
.food-options summary::-webkit-details-marker { display: none; }.food-options > div { padding-bottom: 8px; display: grid; gap: 5px; }
.food-options label { padding: 7px 8px; display: flex; align-items: center; gap: 7px; border-radius: 8px; background: var(--cream); font-size: 10px; cursor: pointer; }
.food-options label span { flex: 1; }.food-options label strong { color: var(--orange); }.food-options input { accent-color: var(--orange); }
.food-bottom { margin-top: 16px; display: flex; justify-content: space-between; align-items: center; }.food-bottom > strong { font: 800 17px "Manrope"; }
.food-bottom button { padding: 10px 13px; border: 0; border-radius: 10px; color: #fff; background: var(--orange); font-size: 11px; font-weight: 800; }.food-bottom button:hover { background: var(--orange-dark); }.food-bottom button:disabled { cursor: not-allowed; background: #a9aaa8; }

.customer-cart { width: min(500px,100%); }.drawer-header > div > p { margin: 3px 0 0; color: var(--muted); font-size: 11px; }
.checkout-form[hidden] { display:none; }
.checkout-auth-card { margin-top:30px;padding:28px 20px;border-radius:17px;background:linear-gradient(145deg,#f2f8f4,#fff5df);text-align:center; }
.checkout-auth-card[hidden] { display:none; }.checkout-auth-card > span { font-size:38px; }.checkout-auth-card h3 { margin:10px 0 5px;font:800 19px "Manrope"; }.checkout-auth-card p { margin:0 auto 17px;max-width:330px;color:var(--muted);font-size:10px;line-height:1.6; }.checkout-auth-card a { padding:11px 15px;display:inline-block;border-radius:10px;color:#fff;background:var(--green);font-size:10px;font-weight:800; }
.cart-row-options { margin-top: 3px !important; color: var(--orange) !important; }.clear-cart { margin: 0 0 16px auto; display: block; border: 0; color: #b04a30; background: none; font-size: 10px; font-weight: 800; }
.form-grid { display: grid; gap: 10px; }.form-grid.two { grid-template-columns: 1fr 1fr; }
.coordinate-head { margin: 5px 0 2px; display: flex; justify-content: space-between; color: var(--ink); font-size: 11px; font-weight: 800; }.coordinate-head small { color: var(--orange); font-weight: 600; }
.location-helper, .quote-button { width: 100%; margin: -2px 0 12px; padding: 10px; border: 1px dashed #c4cfc8; border-radius: 10px; color: var(--green); background: #f1f8f4; font-size: 10px; font-weight: 800; }
.location-capture { margin:5px 0 9px;padding:13px;display:grid;grid-template-columns:38px 1fr;gap:11px;align-items:center;border:1px solid var(--line);border-radius:12px;background:#fbfcfb; }
.location-capture.verified { border-color:#9bd6b2;background:#eff9f3; }.location-capture.error { border-color:#ffc1b4;background:#fff5f2; }
.location-capture-icon { width:38px;height:38px;display:grid;place-items:center;border-radius:12px;color:var(--green);background:#e2f3e9;font-size:21px;font-weight:800; }
.location-capture.error .location-capture-icon { color:#a33f2c;background:#ffe1da; }
.location-capture strong { display:block;font-size:11px; }.location-capture p { margin:3px 0 0;color:var(--muted);font-size:9px;line-height:1.45; }.location-capture a { margin-top:5px;display:inline-block;color:var(--orange);font-size:8px;font-weight:800; }
.current-location-button { padding:12px;border-style:solid;background:var(--green);color:#fff;font-size:11px; }.current-location-button:hover { background:var(--green-dark); }.current-location-button:disabled { opacity:.65;cursor:wait; }.current-location-button span { margin-right:5px;font-size:15px; }
.quote-button { margin: 6px 0 12px; border: 0; color: #fff; background: var(--green); font-size: 12px; }.quote-button:hover { background: var(--green-dark); }
.coupon-entry{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:end}.coupon-entry label{margin:0}.coupon-entry input{text-transform:uppercase;letter-spacing:.7px}.coupon-entry button{height:39px;padding:0 16px;border:0;border-radius:10px;color:#fff;background:var(--orange);font-size:10px;font-weight:800}.coupon-message{margin:6px 0 10px;color:var(--muted);font-size:8px;line-height:1.5}.coupon-summary-row strong{color:var(--green)!important}
.quote-summary small { display: block; padding-top: 8px; color: var(--muted); font-size: 9px; text-align: right; }.quote-summary.error { outline: 2px solid #ffc1b4; }.place-order.ready { background: var(--orange); }

.orders-drawer { width: min(500px,100%); height: 100%; padding: 27px; position: fixed; top: 0; right: 0; z-index: 82; overflow-y: auto; background: #fff; box-shadow: -20px 0 60px rgba(13,39,27,.18); transform: translateX(105%); transition: transform .28s ease; }.orders-drawer.open { transform: translateX(0); }
.orders-list { margin-top: 20px; display: grid; gap: 14px; }.loading-copy { color: var(--muted); text-align: center; }
.customer-order { padding: 17px; border: 1px solid var(--line); border-radius: 17px; }.customer-order-head { display: flex; justify-content: space-between; gap: 12px; }.customer-order-head h3 { margin: 3px 0; font: 800 15px "Manrope"; }.customer-order-head p { margin: 0; color: var(--muted); font-size: 10px; }.status-pill { align-self: start; padding: 6px 9px; border-radius: 20px; color: #96500b; background: #fff0ca; font-size: 9px; font-weight: 800; white-space: nowrap; }.status-pill.delivered { color: #18623f; background: #dff5e8; }.status-pill.cancelled { color: #8d2b22; background: #ffe0dc; }
.order-finance { margin: 13px 0; padding: 10px; display: flex; justify-content: space-between; border-radius: 10px; background: var(--cream); font-size: 10px; }.order-finance span { display: flex; flex-direction: column; color: var(--muted); }.order-finance strong { color: var(--ink); font-size: 12px; }
.mini-timeline { display: flex; gap: 4px; }.mini-timeline span { height: 5px; flex: 1; border-radius: 5px; background: #e6e6e1; }.mini-timeline span.done { background: var(--orange); }.customer-order small { display: block; margin-top: 8px; color: var(--muted); font-size: 9px; }
.customer-order-actions { margin-top:12px;display:flex;justify-content:flex-end; }.reorder-button { padding:8px 10px;border:0;border-radius:9px;color:var(--green);background:#eaf4ee;font-size:9px;font-weight:800; }.reorder-button:hover { color:#fff;background:var(--green); }

@media (max-width: 1050px) { .portal-links { display:none; }.customer-session-actions span{display:none}.customer-session-actions a,.customer-session-actions button{padding:9px}.merchant-grid,.menu-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 760px) {
    .customer-header .desktop-nav { display:none; }.customer-hero { padding-top: 55px; }.customer-hero .hero-art { height: 380px; }
    .customer-session-actions{margin-left:auto}.customer-header .cart-button{margin-left:0}
    .hero-food-stack { width: 310px; height: 230px; }.hero-food-stack span { font-size: 70px; }.hero-food-stack span:nth-child(2) { font-size: 82px; }
    .merchant-directory,.merchant-menu-section { padding-left: 5%; padding-right: 5%; }.merchant-grid,.menu-grid { grid-template-columns: 1fr; }.merchant-card { height: 270px; }
    .merchant-detail-head { display:block; }.merchant-facts { margin-top: 16px; justify-content:flex-start; }.food-image { height:220px; }.form-grid.two { grid-template-columns:1fr; }.coordinate-head { display:block; }.coordinate-head small { display:block; margin-top:2px; }
}

/* Focused merchant storefront */
.customer-trust-strip{padding:17px 7%;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.customer-trust-strip article{padding:11px 14px;display:flex;align-items:center;gap:11px;border-radius:13px;background:#f8faf8}.customer-trust-strip article>span{width:37px;height:37px;display:grid;place-items:center;border-radius:11px;color:var(--green);background:#e6f3ea;font-size:17px}.customer-trust-strip strong,.customer-trust-strip small{display:block}.customer-trust-strip strong{font-size:10px}.customer-trust-strip small{margin-top:2px;color:var(--muted);font-size:8px}
.merchant-card-cta{margin-top:13px;padding-top:11px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.2);color:#fff;font-size:10px;font-weight:800}.merchant-card-cta b{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;color:var(--green);background:#fff;font-size:14px;transition:transform .2s}.merchant-card:hover .merchant-card-cta b{transform:translateX(3px)}
.merchant-menu-section{padding:34px 7% 100px;background:#f7f7f1;scroll-margin-top:70px}.merchant-menu-section:nth-of-type(even){background:#f7f7f1}.merchant-storefront-hero{height:380px;position:relative;overflow:hidden;border-radius:26px;background:var(--green);box-shadow:0 22px 55px rgba(15,50,33,.16)}.merchant-storefront-hero>img{width:100%;height:100%;object-fit:cover}.merchant-storefront-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,22,13,.91),rgba(5,27,16,.5) 55%,rgba(5,23,14,.12))}.merchant-back-button{padding:9px 12px;position:absolute;left:22px;top:22px;z-index:2;border:1px solid rgba(255,255,255,.25);border-radius:10px;color:#fff;background:rgba(4,26,15,.45);backdrop-filter:blur(9px);font-size:9px;font-weight:800}.merchant-back-button:hover{background:#fff;color:var(--green)}.merchant-storefront-copy{max-width:780px;position:absolute;left:42px;right:30px;bottom:34px;color:#fff}.merchant-storefront-copy>.merchant-state{display:inline-block;margin-right:8px}.merchant-storefront-copy>.kicker{color:#ffda76}.merchant-storefront-copy h2{margin:9px 0 5px;font:800 clamp(34px,4vw,56px) "Manrope";letter-spacing:-2.2px}.merchant-storefront-copy>p{margin:0;color:rgba(255,255,255,.72);font-size:11px}.merchant-storefront-copy .merchant-facts{margin-top:17px;justify-content:flex-start}.merchant-storefront-copy .merchant-facts span,.merchant-storefront-copy .merchant-facts a{border-color:rgba(255,255,255,.2);color:#fff;background:rgba(255,255,255,.12);backdrop-filter:blur(8px)}
.merchant-menu-toolbar{margin:36px 0 15px;display:flex;align-items:end;justify-content:space-between;gap:24px}.merchant-menu-toolbar h3{margin:4px 0 2px;font:800 30px "Manrope";letter-spacing:-1px}.merchant-menu-toolbar p{margin:0;color:var(--muted);font-size:10px}.menu-search-box{width:min(340px,100%);padding:0 13px;display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 8px 24px rgba(20,50,34,.04)}.menu-search-box span{color:var(--green);font-size:20px}.menu-search-box input{width:100%;padding:12px 0;border:0;outline:0;background:transparent;font:10px "DM Sans"}.menu-category-chips{margin-bottom:22px;padding:8px 0;display:flex;gap:7px;overflow-x:auto;scrollbar-width:none}.menu-category-chips::-webkit-scrollbar{display:none}.menu-category-chips button{padding:9px 13px;border:1px solid var(--line);border-radius:30px;color:var(--muted);background:#fff;font-size:9px;font-weight:800;white-space:nowrap}.menu-category-chips button.active,.menu-category-chips button:hover{border-color:var(--green);color:#fff;background:var(--green)}
.merchant-menu-section .food-card{transition:transform .22s,box-shadow .22s}.merchant-menu-section .food-card:hover{transform:translateY(-4px);box-shadow:0 16px 38px rgba(18,63,44,.11)}.food-bottom button.added{background:var(--green)}.menu-local-empty{padding:50px 20px;border:1px dashed #cbd4cd;border-radius:17px;background:#fff;text-align:center}.menu-local-empty[hidden]{display:none}.menu-local-empty span{font-size:32px}.menu-local-empty h3{margin:8px 0 3px}.menu-local-empty p{margin:0;color:var(--muted);font-size:10px}
.quick-cart-bar{min-width:min(650px,calc(100% - 30px));padding:13px 16px;position:fixed;left:50%;bottom:18px;z-index:75;display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid rgba(255,255,255,.2);border-radius:15px;color:#fff;background:#123f2c;box-shadow:0 18px 45px rgba(8,35,21,.28);transform:translateX(-50%);font-size:10px;text-align:left}.quick-cart-bar[hidden]{display:none}.quick-cart-bar>span:first-child>b{width:24px;height:24px;margin-right:7px;display:inline-grid;place-items:center;border-radius:8px;color:#6b3700;background:#ffcf66}.quick-cart-bar>span:last-child{padding:8px 11px;border-radius:9px;background:rgba(255,255,255,.12);font-weight:700}.quick-cart-bar>span:last-child>b{margin-right:4px;font-size:12px}
@media(max-width:900px){.customer-trust-strip{grid-template-columns:1fr}.merchant-storefront-hero{height:420px}.merchant-storefront-copy{left:26px}.merchant-menu-toolbar{align-items:stretch;flex-direction:column}.menu-search-box{width:100%}}
@media(max-width:760px){.customer-trust-strip{padding-left:5%;padding-right:5%}.merchant-menu-section{padding:20px 4% 100px}.merchant-storefront-hero{height:470px;border-radius:20px}.merchant-storefront-shade{background:linear-gradient(180deg,rgba(5,24,14,.25),rgba(4,24,14,.92) 62%)}.merchant-back-button{left:14px;top:14px}.merchant-storefront-copy{left:20px;right:20px;bottom:23px}.merchant-storefront-copy h2{font-size:35px}.merchant-storefront-copy .merchant-facts{gap:5px}.merchant-storefront-copy .merchant-facts span,.merchant-storefront-copy .merchant-facts a{padding:7px 8px;font-size:8px}.merchant-menu-toolbar{margin-top:27px}.merchant-menu-toolbar h3{font-size:25px}.quick-cart-bar{bottom:10px;padding:11px 12px}.quick-cart-bar>span:first-child{max-width:46%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quick-cart-bar>span:last-child{white-space:nowrap}.quick-cart-bar>span:last-child{font-size:0}.quick-cart-bar>span:last-child>b{font-size:11px}.quick-cart-bar>span:last-child::after{content:" · Basket →";font-size:9px}}
.merchant-storefront-copy h1{margin:9px 0 5px;font:800 clamp(34px,4vw,56px) "Manrope";letter-spacing:-2.2px}.merchant-page-body{background:#f7f7f1}.merchant-page-header{position:sticky;top:0;z-index:70}.merchant-page-main{min-height:70vh}.merchant-page-section{padding-top:24px}.merchant-page-section .merchant-back-button{display:inline-block;text-decoration:none}.merchant-page-assurance{margin:16px 0 0;padding:12px 16px;display:flex;align-items:center;justify-content:center;gap:24px;border:1px solid #dfe9e2;border-radius:13px;color:var(--green);background:#fff;font-size:8px;font-weight:800}.merchant-page-categories{position:sticky;top:68px;z-index:20;padding:9px 0;background:rgba(247,247,241,.94);backdrop-filter:blur(10px)}.merchant-page-menu-grid{align-items:start}
@media(max-width:760px){.merchant-storefront-copy h1{font-size:35px}.merchant-page-assurance{justify-content:flex-start;gap:7px;overflow-x:auto;white-space:nowrap}.merchant-page-assurance span{padding:7px 9px;border-radius:8px;background:#edf6f0}.merchant-page-categories{top:61px}}

.merchant-state.closed,.merchant-state.paused{color:#7d2518;background:#ffd4cb}.merchant-state.disabled{color:#505a54;background:#e9eeeb}.merchant-closed-note{padding:13px 16px;border:1px solid #f0c9bd;border-radius:13px;color:#7c3c2c;background:#fff0eb;font-size:9px;line-height:1.5}.merchant-card.closed .merchant-card-cta{opacity:.86}.merchant-card.closed .merchant-card-cta::before{content:"Browse only · ";font-weight:600}.merchant-page-section .merchant-menu-toolbar{padding:4px 0}.merchant-page-section .menu-search-box{border-color:#d8e4dc}.merchant-page-section .food-card.sold-out{box-shadow:none}
@media(max-width:760px){.merchant-closed-note{padding:12px 13px}.merchant-page-section .merchant-menu-toolbar{gap:14px}.merchant-page-section .menu-search-box input{min-height:42px}.merchant-page-section .food-card{border-radius:17px}}
