.menu-grid{align-items:stretch}.menu-card{padding:0;overflow:hidden;background:#fff;border-color:#e7e2d8;box-shadow:0 8px 24px rgba(18,63,44,.07);transition:transform .22s,box-shadow .22s}.menu-card:hover{transform:translateY(-5px);box-shadow:0 18px 38px rgba(18,63,44,.13)}.menu-card.featured{background:#fff;border-color:#e7e2d8}.dish-photo{height:210px;position:relative;overflow:hidden;background:#eee}.dish-photo img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.menu-card:hover .dish-photo img{transform:scale(1.035)}.dish-info{padding:22px;display:flex;flex:1;flex-direction:column}.menu-card h3,.menu-card.featured h3{margin:0 0 9px;color:var(--green)}.menu-card p,.menu-card.featured p{color:var(--muted)}.dish-photo .badge{top:14px;right:auto;left:14px;box-shadow:0 4px 12px rgba(0,0,0,.14)}.add-cart{display:grid;place-items:center;width:43px;height:43px;border:0;border-radius:50%;background:var(--green);color:white;font:700 26px 'Manrope';cursor:pointer;transition:.2s}.add-cart:hover{transform:scale(1.08);background:var(--orange)}.add-cart.added{background:#23874c}.cart-trigger{display:flex;align-items:center;gap:8px;border:1px solid #ded7c8;background:white;color:var(--green);padding:8px 9px 8px 14px;border-radius:99px;font:700 13px 'DM Sans';cursor:pointer}.cart-trigger b{display:grid;place-items:center;min-width:25px;height:25px;padding:0 5px;border-radius:50%;background:var(--green);color:white}.cart-backdrop{position:fixed;inset:0;background:rgba(5,24,16,.45);backdrop-filter:blur(3px);z-index:90}.cart-drawer{position:fixed;right:0;top:0;bottom:0;width:min(440px,100%);z-index:100;background:#fffdf8;box-shadow:-20px 0 60px rgba(7,31,21,.2);transform:translateX(105%);transition:transform .3s ease;display:flex;flex-direction:column}.cart-drawer.open{transform:translateX(0)}.cart-head{display:flex;align-items:center;justify-content:space-between;padding:26px;border-bottom:1px solid #e6e0d5}.cart-head small{color:var(--orange);font-weight:800;text-transform:uppercase;letter-spacing:.12em}.cart-head h2{font-size:29px;color:var(--green);margin-top:3px}.cart-head button{width:42px;height:42px;border:0;border-radius:50%;background:var(--cream);font-size:28px;color:var(--green);cursor:pointer}.cart-items{padding:18px 26px;overflow:auto;flex:1}.empty-cart{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;color:var(--muted)}.empty-cart strong{font-size:18px;color:var(--green)}.cart-row{display:grid;grid-template-columns:1fr auto;gap:14px;padding:17px 0;border-bottom:1px solid #e8e1d5}.cart-row strong{color:var(--green)}.cart-row>div>span{display:block;font-size:13px;color:var(--muted)}.qty{display:flex;align-items:center;gap:11px}.qty button{width:31px;height:31px;border:1px solid #d8d0c1;background:white;border-radius:50%;color:var(--green);font-size:18px;cursor:pointer}.cart-summary{padding:22px 26px 28px;border-top:1px solid #e6e0d5;background:white}.cart-summary>div{display:flex;justify-content:space-between;font-size:19px;color:var(--green)}.cart-summary>div strong{font:800 23px 'Manrope'}.cart-summary small{display:block;color:var(--muted);margin:10px 0 18px}.cart-summary .button{width:100%}.cart-summary .button:disabled{opacity:.45;cursor:not-allowed}.mobile-order{display:none!important}@media(max-width:700px){.dish-photo{height:250px}.header-actions .button-small,.location-chip{display:none}.mobile-order{display:flex!important}.mobile-order a{display:none}.mobile-order:after{content:'Open cart';background:var(--gold);color:var(--green2);padding:10px 18px;border-radius:99px;font-weight:800;cursor:pointer}.cart-drawer{width:100%}}
