:root{--brand:#e39200;--brand2:#f6a51a;--accent:#13a8e2;--ink:#111827;--muted:#667085;--line:#e7ebf0;--bg:#f7f8fa;--card:#fff;--danger:#dc2626;--ok:#16803c;--radius:16px;--shadow:0 12px 32px rgba(15,23,42,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:var(--bg)}button,input,select,textarea{font:inherit}.hidden{display:none!important}
.site-header{position:sticky;top:0;z-index:30;background:#fff;border-bottom:1px solid var(--line);padding:13px max(16px,calc((100vw - 1260px)/2)) 10px}
.header-main{display:flex;align-items:center;gap:14px}.brand{display:flex;align-items:center;gap:10px;color:var(--ink);font-weight:850;text-decoration:none;font-size:21px;min-width:max-content}.brand-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;color:#fff;background:linear-gradient(135deg,var(--brand),var(--brand2))}.brand-logo{width:150px;height:46px;object-fit:contain;object-position:left center}
.delivery-notice{flex:1;max-width:520px;text-align:center;background:#13a8e2;color:#fff;border-radius:12px;padding:13px 18px;font-weight:850;box-shadow:0 5px 14px rgba(19,168,226,.22)}
.service-switch{display:flex;background:#f1f3f5;padding:4px;border-radius:13px;margin-left:auto}.service-switch button{border:0;background:transparent;padding:9px 12px;border-radius:10px;color:var(--muted);cursor:pointer}.service-switch button.active{background:#fff;color:var(--brand);font-weight:800;box-shadow:0 3px 12px rgba(0,0,0,.08)}
.admin-link{border:1px solid var(--line);border-radius:11px;padding:10px 13px;color:var(--ink);text-decoration:none;font-weight:750}.cart-button,.primary{border:0;border-radius:12px;background:var(--brand);color:#fff;font-weight:850;padding:12px 16px;cursor:pointer}.cart-button span{display:inline-grid;place-items:center;margin-left:6px;background:#fff;color:var(--brand);min-width:23px;height:23px;border-radius:20px}
.header-search{margin-top:10px;border:1px solid #dfe4ea;border-radius:13px;background:#fafbfc;display:flex;align-items:center;padding:0 15px;gap:9px}.header-search span{font-size:27px;color:#98a2b3;transform:rotate(-20deg)}.header-search input{width:100%;border:0;outline:0;background:transparent;padding:13px 0;color:var(--ink)}
main{max-width:1260px;margin:auto;padding:28px 16px 70px}.slider-section{overflow:hidden}.slider-track{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.promo-card{min-height:285px;padding:28px;border-radius:24px;color:#fff;background:linear-gradient(120deg,#17202a,#334155 55%,var(--brand) 145%);display:flex;align-items:flex-end;justify-content:space-between;overflow:hidden;position:relative;background-size:cover;background-position:center}.promo-card:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,18,28,.87),rgba(10,18,28,.16))}.promo-card>*{position:relative;z-index:1}.promo-card small{letter-spacing:.15em;color:#ffd6ad;font-weight:850}.promo-card h1,.promo-card h2{font-size:clamp(28px,3vw,44px);line-height:1.02;margin:8px 0}.promo-card p{margin:0;color:#eef2f6;line-height:1.45}.promo-card .slide-link{position:absolute;inset:0;z-index:2}.promo-card .slide-label{position:relative;z-index:3;pointer-events:none}.order-state{align-self:center;padding:11px 15px;border:1px solid rgba(255,255,255,.38);border-radius:999px;background:rgba(255,255,255,.1);white-space:nowrap}
.category-showcase{margin:24px 0 34px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:15px}.category-strip{display:flex;align-items:flex-start;gap:13px;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin}.category-card{flex:0 0 112px;width:112px;min-width:112px;max-width:112px;min-height:112px;overflow:hidden;border:0;background:transparent;padding:5px;cursor:pointer;color:#344054}.category-card .category-image{width:100%;height:76px;max-width:100%;border-radius:12px;background:#f4f6f8;display:grid;place-items:center;overflow:hidden;border:2px solid transparent}.category-card img{display:block;width:100%;max-width:100%;height:100%;object-fit:cover}.category-card .category-placeholder{font-size:28px;color:#b8c0cc}.category-card span:last-child{display:block;max-width:100%;margin-top:7px;font-size:12px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-card.active .category-image{border-color:var(--brand);box-shadow:0 0 0 4px color-mix(in srgb,var(--brand) 13%,transparent)}.category-card.active{color:var(--brand)}
.menu-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:26px}.filter-panel{align-self:start;position:sticky;top:134px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px}.filter-head{display:flex;align-items:center;justify-content:space-between}.filter-head h2{font-size:20px;margin:0}.filter-head button{border:0;background:#fff1f1;color:#dc2626;border-radius:9px;padding:8px 10px;cursor:pointer}.filter-panel h3{font-size:14px;text-transform:uppercase;margin:27px 0 12px}.category-filter{display:flex;flex-direction:column;gap:5px}.category-filter button{border:0;background:transparent;text-align:left;border-radius:9px;padding:10px;color:#475467;cursor:pointer}.category-filter button.active{background:#fff7e9;color:var(--brand);font-weight:800}.filter-note{font-size:13px;color:var(--muted);line-height:1.5;margin:0}
.menu-content{min-width:0}.menu-heading{display:flex;align-items:flex-end;justify-content:space-between;margin:2px 0 16px}.menu-heading small{font-size:12px;color:var(--brand);letter-spacing:.16em;font-weight:850}.menu-heading h2{font-size:26px;margin:4px 0 0}.result-count{font-size:14px;color:var(--muted);background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 13px}.result-count b{color:var(--brand)}
.menu-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.menu-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;min-height:390px;box-shadow:0 4px 13px rgba(15,23,42,.04);transition:transform .2s,box-shadow .2s}.menu-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.menu-image{height:210px;background:#f5f6f8;display:grid;place-items:center;overflow:hidden}.menu-image img{width:100%;height:100%;object-fit:cover}.menu-placeholder{font-size:50px;color:#c8ced5}.menu-body{padding:16px;display:flex;flex-direction:column;flex:1}.menu-body small{color:var(--brand);font-weight:850}.menu-body h2{font-size:17px;line-height:1.25;margin:7px 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:43px}.menu-body p{color:var(--muted);font-size:13px;line-height:1.45;margin:0 0 14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:38px}.menu-bottom{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:9px}.price{font-size:20px;font-weight:900}.sold{color:var(--danger);font-weight:800}.secondary{border:1px solid var(--brand);color:var(--brand);background:#fff;padding:9px 11px;border-radius:10px;font-weight:750;cursor:pointer}
.food-info{margin:38px 0 0 276px;padding:22px;background:#fff;border:1px solid var(--line);border-radius:18px}.food-info h2{margin-top:0}.food-info p{color:var(--muted)}.ministry-qr{width:120px;height:120px;object-fit:contain}
.overlay{position:fixed;inset:0;background:rgba(11,18,25,.58);z-index:60;display:flex;justify-content:flex-end;backdrop-filter:blur(3px)}.sheet{width:min(610px,100%);height:100%;overflow:auto;background:#fff;padding:30px;box-shadow:var(--shadow);position:relative}.close{position:absolute;right:18px;top:14px;border:0;background:#f1f3f5;width:38px;height:38px;border-radius:50%;font-size:25px;cursor:pointer}.custom-head{padding-right:40px}.custom-head h2{font-size:28px;margin:0 0 7px}.custom-head p{color:var(--muted)}.modifier-group{border-top:1px solid var(--line);padding:20px 0}.modifier-group h3{margin:0 0 3px}.modifier-group>small{color:var(--muted)}.modifier{display:flex;align-items:center;gap:10px;padding:11px 0}.modifier input{width:19px;height:19px;accent-color:var(--brand)}.modifier label{display:flex;flex:1;justify-content:space-between;gap:10px;cursor:pointer}.qty-control{display:flex;gap:8px;align-items:center}.qty-control button{border:1px solid var(--line);background:#fff;border-radius:8px;width:30px;height:30px}.allergens{padding:14px;border-radius:12px;background:#fff6ee;color:#6e3d1c;margin:12px 0}.sticky-add{position:sticky;bottom:-30px;background:#fff;border-top:1px solid var(--line);padding:15px 0 30px;margin-top:20px}.wide{width:100%}
.cart-line{padding:14px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr auto;gap:8px}.cart-line h4{margin:0}.cart-line ul{margin:6px 0;padding-left:19px;color:var(--muted);font-size:13px}.cart-actions{display:flex;gap:8px}.link{border:0;background:none;color:var(--brand);cursor:pointer;padding:0}.summary{padding:17px 0}.summary div{display:flex;justify-content:space-between;margin:7px 0}.summary .total{font-weight:900;font-size:21px;border-top:1px solid var(--line);padding-top:12px}
.checkout-form{border-top:1px solid var(--line);padding-top:18px}.checkout-form label{display:flex;flex-direction:column;gap:6px;font-weight:700;margin-bottom:13px}.checkout-form input,.checkout-form select,.checkout-form textarea{border:1px solid #ccd3da;border-radius:10px;padding:11px;background:#fff}.checkout-form small{font-weight:400;color:var(--muted)}.two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.three{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.address-fields{border:1px solid var(--line);border-radius:14px;padding:14px;margin-bottom:13px}.delivery-zone-state{padding:10px;border-radius:10px;background:#f1f3f5;color:var(--muted)}.delivery-zone-state.success{background:#e7f7ec;color:#16803c}.delivery-zone-state.error{background:#fdebea;color:var(--danger)}.manual-address{flex-direction:row!important;align-items:center}.manual-address input{width:auto}
.toast{position:fixed;left:50%;bottom:24px;transform:translateX(-50%);background:#17202a;color:#fff;padding:12px 18px;border-radius:12px;z-index:100}.error{color:var(--danger);font-weight:700}.success{color:var(--ok);font-weight:800}.empty{grid-column:1/-1;text-align:center;padding:60px;background:#fff;border:1px solid var(--line);border-radius:18px;color:var(--muted)}
.site-footer{background:#17202a;color:#dce2e7;padding:36px max(20px,calc((100vw - 1260px)/2));line-height:1.6;margin-top:30px}.site-footer a{color:#fff;text-decoration:none}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:24px}.site-footer h3{color:#fff}.site-footer section{display:flex;flex-direction:column;gap:6px}.footer-bottom{display:flex;justify-content:space-between;gap:16px;border-top:1px solid #34404a;margin-top:28px;padding-top:20px;color:#aeb8c0}.footer-bottom nav{display:flex;gap:14px}
@media(max-width:1050px){.delivery-notice{display:none}.menu-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.slider-track{grid-template-columns:repeat(2,minmax(0,1fr))}.slider-track>.promo-card:nth-child(n+3){display:none}}
@media(max-width:780px){.site-header{position:relative}.header-main{flex-wrap:wrap}.brand{order:1}.service-switch{order:3;margin-left:0;flex:1}.admin-link{display:none}.cart-button{order:2;margin-left:auto}.menu-layout{grid-template-columns:1fr}.filter-panel{position:static;display:none}.food-info{margin-left:0}.slider-track{display:flex;overflow:auto;scroll-snap-type:x mandatory}.promo-card{min-width:88%;scroll-snap-align:start}.slider-track>.promo-card:nth-child(n){display:flex}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){main{padding:14px 10px 55px}.site-header{padding:10px}.brand span:last-child{display:none}.brand-logo{width:108px}.service-switch button{padding:8px}.cart-button{padding:10px}.header-search{width:100%}.slider-section{margin:0 -2px}.promo-card{min-height:190px;padding:22px}.promo-card h1,.promo-card h2{font-size:28px}.order-state{display:none}.category-showcase{margin:16px 0 24px;padding:10px}.category-card{flex-basis:92px;width:92px;min-width:92px;max-width:92px}.category-card .category-image{height:62px}.menu-heading h2{font-size:21px}.menu-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.menu-card{min-height:330px}.menu-image{height:145px}.menu-body{padding:11px}.menu-body h2{font-size:14px;min-height:36px}.menu-body p{display:none}.menu-bottom{align-items:stretch;flex-direction:column}.secondary{width:100%;padding:8px;font-size:12px}.price{font-size:17px}.two,.three{grid-template-columns:1fr}.sheet{padding:24px 18px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}}
