@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap";:root{font-family:DM Sans,sans-serif;color:#192c2a;background:#f7f9f8;font-synthesis:none;font-size:16px;--brand: #075e54}*{box-sizing:border-box}body{margin:0}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}button,a,input{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid #e1a634;outline-offset:3px}button{touch-action:manipulation}button,a{color:inherit}h1,h2,h3{font-family:Manrope,sans-serif;margin:0;line-height:1.3}p{line-height:1.55}button{border:0}input{min-width:0}button svg{flex-shrink:0}.restaurant-header{background:#fff;border-top:6px solid var(--brand)}.header-inner{max-width:1080px;margin:auto;padding:35px 28px 18px}.identity{display:flex;align-items:center;gap:20px}.logo{width:88px;height:88px;border-radius:24px;flex-shrink:0;background:var(--brand);color:#fff;display:grid;place-items:center;font:700 30px Georgia;overflow:hidden}.logo img{width:100%;height:100%;object-fit:cover}h1{font-size:30px;letter-spacing:-1px}.eyebrow{font-size:11px;letter-spacing:1.7px;font-weight:700;color:#687773;margin-bottom:7px}.status{display:inline-flex;align-items:center;gap:7px;font-size:14px;font-weight:700;margin-top:8px}.status.open{color:#157047}.status.closed{color:#7b4a38}.status>span{width:7px;height:7px;border-radius:50%;background:currentColor}.header-cart{margin-left:auto;position:relative}.header-cart>span{background:var(--brand);color:#fff;position:absolute;right:0;top:0;min-width:19px;height:19px;font-size:12px;border-radius:50%;display:grid;place-items:center}.icon-button{background:transparent;border-radius:50%;width:44px;height:44px;display:grid;place-items:center;flex-shrink:0}.icon-button:hover{background:#edf2ef}.restaurant-info{display:flex;gap:24px;flex-wrap:wrap;margin-top:24px;font-size:14px;color:#52615e}.restaurant-info span{display:flex;gap:8px;align-items:center}.restaurant-description{font-size:13px;color:#77817e;margin:12px 0 0}.navigation{position:sticky;top:0;z-index:5;background:#fff;border-bottom:1px solid #e4ebe7}.navigation-inner{max-width:1080px;margin:auto;padding:10px 28px 0}.search{height:51px;display:flex;align-items:center;gap:12px;padding:0 16px;background:#f3f6f4;border:1px solid #e6ece8;border-radius:13px;color:#74817a}.search input{width:100%;border:0;outline:none;background:none;color:#192c2a;font-size:15px}.search:focus-within{outline:2px solid var(--brand)}.search button{background:none;display:grid;place-items:center;width:32px;height:32px}nav{display:flex;overflow:auto;gap:25px;scrollbar-width:none}nav button{position:relative;padding:20px 1px 16px;background:none;white-space:nowrap;color:#65716c;font-weight:600;font-size:15px}nav button.active{color:var(--brand)}nav button.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;border-radius:3px;background:var(--brand)}.menu-content{max-width:1080px;margin:auto;padding:6px 28px 115px}.category-section{scroll-margin-top:145px;margin-top:29px}.section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.section-heading h2{font-size:23px;letter-spacing:-.6px}.section-heading>span{font-size:13px;color:#7e8a84}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.product-card{display:flex;text-align:left;gap:18px;padding:17px;border:1px solid #e4eae6;background:#fff;border-radius:17px;min-width:0;transition:box-shadow .15s,transform .15s}.product-card:hover{box-shadow:0 5px 20px #18382a0c;transform:translateY(-2px);border-color:#b7cfc2}.product-copy{display:flex;flex-direction:column;flex:1;min-width:0}.product-card h3{font-size:16px;font-weight:800}.product-card p{font-size:14px;line-height:1.45;color:#707b75;margin:8px 0 13px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:7px;margin-top:auto;min-height:29px}.product-bottom strong{font-size:16px}.product-photo{width:130px;height:130px;object-fit:cover;border-radius:12px;align-self:center;flex-shrink:0}.product-plus{display:grid;place-items:center;width:29px;height:29px;border-radius:50%;background:#edf6f0;color:var(--brand);font-size:23px;font-weight:500}.unavailable .product-photo{filter:grayscale(.8);opacity:.65}.unavailable-badge{font-size:11px;background:#f1f0ee;color:#776a61;padding:5px 7px;border-radius:5px}.photo-fallback{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;background:#edf2ed;color:#738278}.photo-fallback span{font-size:12px}.menu-footer{padding:35px 0 0;text-align:center;font-size:12px;color:#7b8780}.cart-bar-wrap{position:fixed;bottom:0;left:0;right:0;z-index:8;display:flex;justify-content:center;background:linear-gradient(transparent,#f7f9f8 35%);padding:22px 20px max(16px,env(safe-area-inset-bottom))}.cart-bar{width:100%;max-width:590px;min-height:59px;border-radius:15px;background:var(--brand);color:#fff;display:flex;align-items:center;gap:14px;padding:12px 18px;box-shadow:0 7px 22px #073b2925;text-align:left;font-weight:600}.cart-bar strong{margin-left:auto;white-space:nowrap}.cart-count{background:#ffffff24;display:grid;place-items:center;min-width:31px;height:31px;border-radius:8px;font-size:14px}.modal{padding:0;border:none;border-radius:23px;width:560px;max-width:calc(100% - 32px);max-height:90dvh;box-shadow:0 25px 90px #0003;color:#192c2a}.modal::backdrop{background:#102a2466;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal-shell{display:flex;flex-direction:column;max-height:90dvh}.modal-top{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 14px 9px 23px;font-size:14px;font-weight:600;border-bottom:1px solid #edf0ee;flex-shrink:0}.modal-body{overflow-y:auto;overscroll-behavior:contain;min-height:0}.detail-photo{width:100%;height:245px;object-fit:cover;display:flex}.detail-copy{padding:24px 24px 19px}.detail-copy h2{font-size:25px;letter-spacing:-.5px}.detail-copy p{font-size:15px;color:#6a7770;margin:10px 0}.detail-price{display:block;margin-top:17px;font-size:21px}.photo-credit{display:block;font-size:11px;color:#6d7772;line-height:1.4}.photo-credit a{text-underline-offset:2px}.option-group{margin:0;padding:20px 24px;border:0;border-top:7px solid #f5f7f5}.option-group legend{float:left;font-weight:700;font-size:17px;width:100%;margin-bottom:7px}.option-hint{clear:both;display:flex;justify-content:space-between;gap:7px;color:#7b857f;font-size:12px;margin-bottom:10px}.required{color:#8a4c21}.option{display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid #edf0ed;padding:15px 0;cursor:pointer}.option:last-child{border-bottom:0}.option b{font-size:15px;font-weight:500}.option small{display:block;font-size:13px;color:#67776d;margin-top:5px}.option input{width:22px;height:22px;accent-color:var(--brand);flex-shrink:0}.option.disabled{opacity:.5}.detail-footer{flex-shrink:0;display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:17px 20px max(17px,env(safe-area-inset-bottom));border-top:1px solid #e8eee9;background:#fff}.quantity{height:45px;display:flex;align-items:center;gap:9px;border:1px solid #dde5de;border-radius:10px;background:#fff}.quantity button{width:33px;height:43px;background:none;display:grid;place-items:center;color:var(--brand)}.quantity span{min-width:19px;text-align:center;font-size:15px;font-weight:700}.primary{background:var(--brand);color:#fff;font-weight:600;border-radius:11px;padding:15px 18px;min-height:46px}.add-button{flex:1;display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:13px}.add-button strong{white-space:nowrap;font-size:14px}.add-button svg{display:none}.validation{width:100%;font-size:12px;color:#906136}.unavailable-note{color:#95532f!important;background:#fff6ed;padding:12px;border-radius:8px}.cart-body{padding:0 24px}.cart-restaurant{font-size:14px;color:#7b877f}.cart-item{display:flex;gap:16px;padding:20px 0;border-bottom:1px solid #e8eee8}.cart-photo{width:76px;height:76px;object-fit:cover;border-radius:11px;flex-shrink:0}.cart-item-content{min-width:0;flex:1}.cart-item-heading{display:flex;align-items:flex-start;justify-content:space-between}.cart-item-heading h3{font-size:16px;padding-top:7px}.cart-item-heading .icon-button{width:35px;height:35px;color:#748176}.cart-item-content>small{display:block;font-size:13px;color:#7b847e;margin:5px 0}.cart-item-content>strong{display:block;margin-top:9px}.cart-item-actions{display:flex;align-items:center;justify-content:space-between;gap:7px;margin-top:14px}.text-button{background:none;color:var(--brand);padding:9px 0;font-size:14px;font-weight:600;text-decoration:underline;text-underline-offset:3px}.summary{padding:27px 0 15px}.summary>div{display:flex;justify-content:space-between;padding:8px 0}.summary-total{font-size:22px;border-top:1px solid #e7ece7;margin-top:10px;padding-top:19px!important}.summary p{font-size:13px;color:#7c8880}.cart-footer{padding:17px 24px;border-top:1px solid #e8eee8}.secondary{display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid #d5e2d8;background:#fff;color:var(--brand);font-weight:600;min-height:49px;border-radius:10px;width:100%}.toast{position:fixed;z-index:30;bottom:98px;left:50%;transform:translate(-50%);max-width:90%;width:max-content;display:flex;align-items:center;gap:10px;background:#172e24;color:#fff;border-radius:12px;padding:14px 19px;font-size:14px;box-shadow:0 4px 18px #0002}.toast svg{flex-shrink:0}.state{max-width:470px;margin:15vh auto;padding:30px;text-align:center}.state h1{font-size:27px}.state p{color:#6a7770}.state-icon{color:var(--brand);margin-bottom:22px}.retry{display:block;margin:20px auto}.empty-inline{text-align:center;padding:45px 20px;color:#7c8880}.empty-inline h2{font-size:21px;color:#23372c;margin-top:15px}.empty-inline p{font-size:15px}.empty-inline .primary{margin-top:12px}.results-label{padding-top:25px;color:#69766d;font-size:14px}.storage-notice{padding:12px 24px;background:#fff4d8;font-size:14px;margin-bottom:100px}@media(max-width:700px){.header-inner{padding:23px 20px 16px}.identity{gap:13px}.logo{width:67px;height:67px;border-radius:18px}.eyebrow{display:none}h1{font-size:23px;letter-spacing:-.7px}.header-cart{display:none}.status{font-size:13px;margin-top:6px}.restaurant-info{gap:12px 18px;margin-top:21px;font-size:12px}.restaurant-info span:first-child{width:100%}.restaurant-description{font-size:12px;margin-top:12px}.navigation-inner{padding:10px 20px 0}.search{padding:0 12px;height:47px}.search input{font-size:14px}nav{gap:24px}nav button{font-size:14px;padding-top:18px}.menu-content{padding:0 16px 105px}.category-section{margin-top:24px;scroll-margin-top:132px}.section-heading{margin:0 4px 12px}.section-heading h2{font-size:21px}.section-heading>span{font-size:12px}.product-grid{grid-template-columns:1fr;gap:10px}.product-card{padding:14px;gap:14px;border-radius:14px}.product-photo{width:107px;height:116px}.product-card h3{font-size:15px}.product-card p{font-size:13px;margin:7px 0 10px;line-height:1.5}.product-bottom strong{font-size:15px}.cart-bar-wrap{padding-left:16px;padding-right:16px}.cart-bar{font-size:14px;padding:12px 14px;gap:11px}.modal{width:100%;max-width:100%;max-height:94dvh;margin:auto 0 0;border-radius:23px 23px 0 0}.modal-shell{max-height:94dvh}.detail-photo{height:220px}.detail-copy{padding:22px 21px}.detail-copy h2{font-size:23px}.detail-footer{padding-left:16px;padding-right:16px;gap:10px}.quantity{gap:3px}.add-button{padding:14px 12px;flex-wrap:wrap;font-size:12px}.add-button strong{font-size:13px}.option-group{padding:20px}.cart-body{padding:0 20px}.cart-item{gap:12px}.cart-photo{width:65px;height:70px}.cart-item-actions .quantity{gap:0}.cart-item-actions .quantity button{width:31px}.cart-item-heading h3{font-size:15px}.cart-item-actions .text-button{font-size:13px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
