:root{--ink:#20231f;--muted:#777b73;--line:#e5e6de;--paper:#f5f5ef;--white:#fff;--green:#265845;--green-2:#3f765e;--mint:#dce9d5;--orange:#dd693d;--yellow:#f3bf56;--shadow:0 18px 45px rgba(31,38,30,.10)}
*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:"Noto Sans SC","DM Sans",sans-serif}button,input{font:inherit}button{border:0;background:none;cursor:pointer;color:inherit}.app-shell{min-height:100vh;padding:0 38px 56px}.topbar{height:76px;display:flex;align-items:center;justify-content:space-between;max-width:1440px;margin:0 auto}.brand-mark{display:flex;align-items:center;gap:9px;font-size:19px;font-weight:800;letter-spacing:-.03em}.brand-mark small{font-family:"DM Sans";font-size:9px;font-weight:700;letter-spacing:.14em;color:var(--muted);margin-left:3px}.brand-dot{width:18px;height:18px;border-radius:50%;background:var(--orange);box-shadow:7px -4px 0 -2px var(--yellow)}.topbar-meta{display:flex;align-items:center;gap:9px;font-size:12px;color:var(--muted)}.status-dot{height:7px;width:7px;background:#64a77b;border-radius:50%;box-shadow:0 0 0 4px #e0efdf}.meta-divider{height:14px;width:1px;background:var(--line);margin:0 6px}.profile-button{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:600}.profile-avatar{display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:var(--green);color:#fff;font-size:12px}.chevron{font-size:20px;color:#9a9e96;line-height:1}.hero{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;min-height:350px;background:#dfead9;overflow:hidden;border-radius:5px}.hero-copy{padding:54px 60px 45px;position:relative}.eyebrow{display:flex;align-items:center;gap:10px;font-size:11px;color:var(--green);font-weight:700;letter-spacing:.05em}.eyebrow-line{display:block;width:28px;height:2px;background:var(--orange)}h1{font-size:48px;line-height:1.2;letter-spacing:-.06em;margin:25px 0 14px;font-weight:800}.hero-copy h1 em{font-style:normal;color:var(--orange)}.hero-description{font-size:14px;line-height:1.85;color:#547060;margin:0}.delivery-info{position:absolute;bottom:34px;left:60px;right:60px;display:flex;align-items:center;gap:11px;border-top:1px solid rgba(38,88,69,.18);padding-top:17px;color:var(--green)}.delivery-icon{width:27px;height:27px;border:1px solid var(--green);border-radius:50%;display:grid;place-items:center;font-size:17px}.delivery-info div:nth-child(2){display:flex;flex-direction:column;gap:2px;flex:1}.delivery-info span{font-size:10px;color:#63816e}.delivery-info strong{font-size:12px;font-weight:600}.hero-photo-wrap{position:relative;min-height:350px;overflow:hidden}.hero-photo{width:100%;height:100%;object-fit:cover;display:block}.hero-photo-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,34,25,.32),transparent 35%,rgba(12,19,13,.02))}.hero-photo-label{position:absolute;z-index:1;bottom:28px;left:31px;color:#fff;display:flex;flex-direction:column;gap:4px}.hero-photo-label span{font-size:10px;background:var(--orange);padding:4px 8px;align-self:flex-start;border-radius:2px}.hero-photo-label strong{font-size:18px}.hero-photo-label small{font-size:11px;opacity:.8}.hero-price{position:absolute;z-index:1;top:28px;right:30px;color:#fff;font-family:"DM Sans";font-size:20px;font-weight:700}.menu-section{max-width:1440px;margin:52px auto 0}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:27px}.section-kicker{font-family:"DM Sans";letter-spacing:.16em;color:var(--orange);font-size:10px;font-weight:700;margin:0 0 7px}.section-heading h2{margin:0;font-size:27px;letter-spacing:-.05em}.search-box{display:flex;align-items:center;gap:9px;width:242px;border-bottom:1px solid #babeb5;padding:7px 2px}.search-icon{font-size:23px;color:var(--green);line-height:1;transform:rotate(-20deg)}.search-box input{border:0;outline:0;background:transparent;width:100%;font-size:12px;color:var(--ink)}.search-box input::placeholder{color:#9da198}.menu-layout{display:grid;grid-template-columns:170px 1fr;gap:35px}.category-rail{display:flex;flex-direction:column;gap:7px}.category-button{display:flex;align-items:center;gap:11px;padding:12px 12px;border-radius:3px;color:#787d75;font-size:13px;text-align:left}.category-button.active{background:var(--green);color:#fff}.category-icon{width:20px;text-align:center;font-size:17px}.category-button small{margin-left:auto;opacity:.65;font-size:10px}.rail-note{margin-top:35px;border-top:1px solid var(--line);padding:16px 9px;display:flex;flex-direction:column;gap:4px}.rail-note strong{font-size:12px}.rail-note span{font-size:10px;color:var(--muted);line-height:1.6}.dish-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px 17px}.dish-card{background:var(--white);border-radius:4px;overflow:hidden;display:flex;flex-direction:column;min-width:0;box-shadow:0 2px 0 rgba(31,38,30,.015);transition:transform .2s,box-shadow .2s}.dish-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.dish-image-wrap{height:166px;position:relative;overflow:hidden;cursor:pointer}.dish-image-wrap img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .4s}.dish-card:hover img{transform:scale(1.04)}.dish-tag{position:absolute;top:11px;left:11px;background:rgba(255,255,255,.88);color:var(--green);font-size:10px;padding:4px 7px;border-radius:2px;font-weight:600}.dish-body{padding:15px 15px 14px;display:flex;flex-direction:column;flex:1}.dish-title-row{display:flex;justify-content:space-between;gap:8px;align-items:start}.dish-title{font-size:16px;line-height:1.35;margin:0;font-weight:700;letter-spacing:-.04em}.dish-price{font-family:"DM Sans";font-size:16px;font-weight:700;color:var(--orange);white-space:nowrap}.dish-desc{font-size:11px;color:var(--muted);line-height:1.6;margin:7px 0 10px;min-height:35px}.ingredient-row{display:flex;flex-wrap:wrap;gap:5px;margin-top:auto;min-height:24px}.ingredient-chip{font-size:10px;color:#55715f;background:#edf4e9;padding:4px 7px;border-radius:2px}.dish-action-row{display:flex;justify-content:space-between;align-items:center;margin-top:14px;padding-top:12px;border-top:1px solid #eef0eb}.detail-button{font-size:11px;color:var(--muted);text-decoration:underline;text-underline-offset:3px}.add-button{height:28px;min-width:28px;border-radius:50%;background:var(--green);color:#fff;font-size:20px;line-height:1;display:grid;place-items:center;transition:background .2s,transform .2s}.add-button:hover{background:var(--orange);transform:scale(1.07)}.add-button.has-items{min-width:auto;border-radius:14px;padding:0 6px;gap:7px;display:flex;font-family:"DM Sans";font-size:13px}.add-button .quantity{font-size:12px}.empty-state{text-align:center;padding:80px 20px;color:var(--muted)}.empty-state span{display:block;font-size:34px;color:var(--green)}.empty-state strong{display:block;margin-top:10px;font-size:15px}.empty-state small{display:block;margin-top:6px;font-size:11px}.cart-panel{position:fixed;right:38px;bottom:27px;width:306px;background:#fff;border-radius:4px;box-shadow:0 18px 60px rgba(22,31,24,.16);z-index:5;padding:21px 20px 18px}.cart-header{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid var(--line);padding-bottom:13px}.cart-header h3{margin:0;font-size:16px;letter-spacing:-.04em}.cart-header h3 span{display:inline-grid;place-items:center;background:var(--orange);color:#fff;font:700 10px "DM Sans";width:18px;height:18px;border-radius:50%;margin-left:4px;vertical-align:2px}.clear-button{font-size:11px;color:#999}.cart-items{max-height:220px;overflow-y:auto}.cart-empty{text-align:center;padding:28px 0 24px}.cart-empty span{display:grid;place-items:center;width:38px;height:38px;border:1px dashed #c7cec4;border-radius:50%;margin:0 auto 9px;color:var(--green);font-size:22px}.cart-empty p{font-size:12px;margin:0;color:#5a635b}.cart-empty small{display:block;font-size:10px;color:#a1a69e;margin-top:5px}.cart-item{display:grid;grid-template-columns:44px 1fr auto;gap:9px;align-items:center;padding:12px 0;border-bottom:1px solid #f0f1ed}.cart-item img{width:44px;height:44px;object-fit:cover;border-radius:3px}.cart-item-info strong{font-size:12px;display:block}.cart-item-info small{font-size:10px;color:var(--muted);display:block;margin-top:3px}.cart-item-side{display:flex;align-items:center;gap:4px}.cart-item-side strong{font:700 12px "DM Sans";color:var(--orange);margin-bottom:4px}.mini-stepper{display:flex;align-items:center;gap:5px}.mini-stepper button{font-size:16px;color:var(--green);line-height:1}.mini-stepper span{font:600 11px "DM Sans";min-width:12px;text-align:center}.cart-footer{padding-top:13px}.selected-note{display:flex;flex-direction:column;gap:4px;padding:3px 0 10px;color:var(--muted);font-size:11px}.selected-note strong{color:var(--green);font-size:13px}.modal-message{font-size:12px;color:var(--muted)}.fee-row,.total-row{display:flex;justify-content:space-between;font-size:11px;margin:7px 0}.fee-row.muted{color:#999}.fee-row strong{font:500 12px "DM Sans"}.total-row{border-top:1px solid var(--line);padding-top:14px;margin-top:14px;font-size:14px;font-weight:600}.total-row strong{font:700 20px "DM Sans";color:var(--green)}.checkout-button{width:100%;height:43px;background:var(--orange);color:#fff;border-radius:3px;margin-top:15px;display:flex;justify-content:space-between;align-items:center;padding:0 15px;font-weight:700;font-size:13px}.checkout-button:disabled{background:#d9ded6;color:#a5aea4;cursor:not-allowed}.mobile-categories,.mobile-cart-bar{display:none}.modal-backdrop{position:fixed;inset:0;background:rgba(24,30,25,.48);z-index:10;display:grid;place-items:center;padding:20px}.modal-backdrop[hidden]{display:none}.dish-modal{position:relative;width:min(780px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:5px;display:grid;grid-template-columns:1fr 1fr;box-shadow:0 22px 80px rgba(0,0,0,.25)}.dish-modal>img{width:100%;height:100%;min-height:410px;object-fit:cover}.modal-close{position:absolute;z-index:1;right:14px;top:9px;font-size:27px;color:#fff;text-shadow:0 1px 5px rgba(0,0,0,.7)}.modal-body{padding:32px}.modal-tag{display:inline-block;color:var(--green);background:var(--mint);padding:5px 8px;font-size:10px;border-radius:2px}.modal-body h3{font-size:26px;letter-spacing:-.05em;margin:14px 0 9px}.modal-body>p{font-size:12px;line-height:1.8;color:var(--muted);margin:0}.ingredient-title{display:flex;align-items:baseline;gap:8px;margin-top:25px;border-top:1px solid var(--line);padding-top:17px}.ingredient-title span{font-size:13px;font-weight:700}.ingredient-title small{color:#a2a79f;font-size:10px}.ingredient-list{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.ingredient-list .ingredient-chip{padding:6px 9px;font-size:11px}.modal-bottom{border-top:1px solid var(--line);padding-top:20px;margin-top:29px;display:flex;justify-content:space-between;align-items:center}.modal-bottom strong{font:700 25px "DM Sans";color:var(--orange)}.modal-add{background:var(--green);color:#fff;border-radius:3px;padding:12px 16px;font-size:12px;font-weight:600}.modal-add span{font-size:16px;margin-left:4px}.toast{position:fixed;z-index:20;left:50%;bottom:34px;transform:translate(-50%,20px);background:rgba(32,35,31,.92);color:#fff;padding:10px 17px;border-radius:3px;font-size:12px;opacity:0;pointer-events:none;transition:all .25s}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:1100px){.app-shell{padding:0 24px 45px}.hero-copy{padding-left:40px}.delivery-info{left:40px;right:40px}.dish-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cart-panel{right:24px}.dish-image-wrap{height:180px}}
@media(max-width:760px){.app-shell{padding:0 16px 90px}.topbar{height:63px}.brand-mark small,.topbar-meta,.profile-name,.profile-button .chevron{display:none}.hero{display:block;min-height:0;border-radius:4px}.hero-copy{padding:31px 24px 107px}.hero-copy h1{font-size:39px;margin:20px 0 12px}.hero-description{font-size:13px}.delivery-info{left:24px;right:24px;bottom:26px;padding-top:14px}.delivery-info strong{font-size:11px}.hero-photo-wrap{height:235px;min-height:0}.hero-photo-label{left:20px;bottom:18px}.hero-photo-label strong{font-size:16px}.hero-price{top:18px;right:20px}.menu-section{margin-top:34px}.section-heading{display:block;margin-bottom:18px}.section-heading h2{font-size:24px}.search-box{width:100%;margin-top:17px}.menu-layout{display:block}.category-rail{display:none}.mobile-categories{display:flex;gap:8px;overflow-x:auto;margin:0 -2px 18px;padding:2px}.mobile-categories::-webkit-scrollbar{display:none}.mobile-category{white-space:nowrap;padding:9px 14px;border:1px solid var(--line);border-radius:20px;color:var(--muted);font-size:11px;background:#fff}.mobile-category.active{background:var(--green);color:#fff;border-color:var(--green)}.dish-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 10px}.dish-image-wrap{height:126px}.dish-body{padding:11px 10px 11px}.dish-title{font-size:14px}.dish-price{font-size:14px}.dish-desc{font-size:10px;min-height:32px;margin:5px 0 7px}.ingredient-row{gap:4px}.ingredient-chip{font-size:9px;padding:3px 5px}.dish-action-row{margin-top:10px;padding-top:9px}.detail-button{font-size:10px}.add-button{height:26px;min-width:26px;font-size:18px}.cart-panel{display:none}.mobile-cart-bar{display:flex;position:fixed;z-index:6;bottom:14px;left:16px;right:16px;height:55px;border-radius:4px;background:var(--green);color:#fff;align-items:center;padding:0 16px;gap:10px;box-shadow:0 12px 35px rgba(22,31,24,.28);font-size:11px}.mobile-cart-bar strong{font:700 18px "DM Sans";margin-left:auto}.mobile-cart-bar>span:last-child{font-weight:700}.mobile-cart-icon{font-size:16px}.dish-modal{display:block;max-height:92vh}.dish-modal>img{height:230px;min-height:0}.modal-body{padding:22px}.modal-body h3{font-size:23px}.modal-bottom{margin-top:22px}.modal-close{top:5px}.toast{bottom:82px}}
@media(max-width:380px){.dish-title{font-size:13px}.dish-price{font-size:13px}.dish-desc{font-size:9px}.ingredient-chip{font-size:8px}.hero-copy h1{font-size:35px}}
.placed-order{margin:13px 0 2px;padding:11px;background:#edf4e9;border-left:3px solid var(--orange)}.placed-order-header{display:flex;justify-content:space-between;align-items:center;font-size:11px;color:var(--green);font-weight:700}.placed-order-header time{font-weight:500;color:#758277;font-size:10px}.placed-order-items{display:flex;flex-wrap:wrap;gap:5px;margin-top:8px}.placed-order-items span{background:#fff;padding:4px 6px;border-radius:2px;font-size:10px;color:#415346}.placed-order-items b{font-family:"DM Sans";margin-left:3px;color:var(--orange)}
.cart-header-actions{display:flex;align-items:center;gap:10px}.mobile-cart-close{display:none;font-size:26px;line-height:1;color:var(--green)}.placed-orders{max-height:178px;overflow-y:auto;margin:10px 0}.placed-orders-title{font-size:11px;font-weight:700;color:var(--green);padding:2px 0}.placed-orders .placed-order{margin:7px 0}.placed-orders .placed-order:first-child{margin-top:7px}
@media(max-width:760px){body.cart-open{overflow:hidden}body.cart-open .cart-panel{display:block;position:fixed;inset:auto 0 0;width:auto;max-height:82vh;overflow-y:auto;border-radius:12px 12px 0 0;padding:18px 18px calc(18px + env(safe-area-inset-bottom));z-index:16;box-shadow:0 -15px 50px rgba(22,31,24,.25)}body.cart-open .cart-panel:before{content:"";display:block;width:34px;height:4px;border-radius:3px;background:#d5dbd1;margin:0 auto 13px}.mobile-cart-close{display:block}.cart-items{max-height:240px}.placed-orders{max-height:180px}.checkout-button{height:48px;font-size:14px}.mobile-cart-bar strong{font-size:14px}.mobile-cart-bar>span:last-child{font-size:10px}}

