:root{--green:#148b4b;--green2:#168d4d;--dark:#0e2d20;--cream:#faf8f1;--pale:#eef2e6;--line:#dfded5;--muted:#70766e}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--dark);background:var(--cream);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}body.lock{overflow:hidden}.header{height:58px;position:sticky;top:0;z-index:50;background:rgba(250,249,243,.92);border-bottom:1px solid #e7e5dc;display:flex;align-items:center;padding:0 3.4%;backdrop-filter:blur(13px)}.brand{display:flex;align-items:center;gap:8px;color:var(--green);text-decoration:none;font-weight:750;font-size:16px}.chef{width:25px;height:25px;display:grid;place-items:center;color:var(--green)}.chef svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.header nav{position:absolute;left:50%;transform:translateX(-50%);display:flex;gap:34px}.nav-link{font-size:14px;color:#3b493f;text-decoration:none;transition:.2s}.nav-link:hover,.nav-link.active{color:var(--green)}.cart-trigger{margin-left:auto;border:0;background:transparent;cursor:pointer;position:relative;width:38px;height:38px;border-radius:10px;color:#173126;display:grid;place-items:center;transition:background .25s ease,transform .25s cubic-bezier(.22,1,.36,1)}.cart-trigger:hover{background:#edf0e8;transform:translateY(-1px)}.cart-trigger:active{transform:scale(.94)}.bag{width:21px;height:21px;display:grid;place-items:center}.bag svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;transition:transform .35s cubic-bezier(.22,1,.36,1)}.badge{position:absolute;right:-1px;top:-1px;min-width:17px;height:17px;padding:0 4px;border-radius:99px;background:var(--green);color:#fff;font-size:10px;font-weight:700;display:grid;place-items:center;opacity:0;transform:translate(4px,-4px) scale(.55);transition:opacity .22s ease,transform .38s cubic-bezier(.175,.885,.32,1.275)}.badge.show{opacity:1;transform:translate(0,0) scale(1)}.cart-trigger.bump .bag svg{animation:bagBump .55s cubic-bezier(.22,1,.36,1)}.cart-trigger.bump .badge{animation:badgePop .55s cubic-bezier(.175,.885,.32,1.275)}@keyframes bagBump{0%{transform:scale(1) rotate(0)}28%{transform:scale(1.18) rotate(-7deg)}55%{transform:scale(.94) rotate(5deg)}78%{transform:scale(1.04) rotate(-2deg)}100%{transform:scale(1) rotate(0)}}@keyframes badgePop{0%{transform:translate(0,0) scale(.65)}45%{transform:translate(0,0) scale(1.18)}100%{transform:translate(0,0) scale(1)}}.hero{min-height:523px;background:var(--pale);display:grid;grid-template-columns:1fr 1fr;gap:35px;padding:0 3.4% 65px;align-items:center}.hero-copy{max-width:590px;padding-top:25px}.pill{display:inline-block;background:#dcecdf;color:#397253;padding:7px 13px;border-radius:999px;font-size:12px;font-weight:650}.hero h1{font-size:57px;line-height:1.03;letter-spacing:-2.5px;margin:40px 0 25px}.hero p{max-width:590px;color:#6c746d;line-height:1.6;font-size:16px;margin-bottom:32px}.hero-media{height:410px;overflow:hidden;border-radius:0 0 25px 25px}.hero-media img{width:100%;height:100%;object-fit:cover;display:block;animation:heroIn .8s ease both}@keyframes heroIn{from{opacity:.4;transform:scale(1.03)}to{opacity:1;transform:none}}.btn{font:inherit;border:0;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .18s,box-shadow .18s,background .18s}.btn:hover{transform:translateY(-1px)}.primary{background:var(--green);color:#fff;border-radius:10px;padding:12px 18px;font-weight:700;box-shadow:0 2px 5px #0d6b3a33}.primary span{margin-left:27px;font-size:20px}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding:65px 3.4%;background:#fbfaf5}.features article{background:#fff;border:1px solid #e6e5de;border-radius:20px;padding:24px;text-align:center;box-shadow:0 2px 4px #0000000b;transition:.25s}.features article:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000000c}.feature-icon{margin:0 auto 17px;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#e5f2ea;color:var(--green);font-size:23px}.feature-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.features h3{margin:0 0 8px;font-size:15px}.features p{margin:0;color:var(--muted);font-size:14px;line-height:1.5}.favorites{padding:65px 3.4%;background:var(--pale)}.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.section-head h2,.menu-intro h2{font-size:30px;margin:0 0 7px;letter-spacing:-.8px}.section-head p,.menu-intro p{color:var(--muted);margin:0}.outline{background:#fff;color:#26372d;border:1px solid #d9d8d0;border-radius:10px;padding:10px 18px;font-weight:650}.mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.mini-grid .card{box-shadow:none}.visit{padding:65px 3.4%;background:var(--cream)}.visit>div{background:var(--green);color:#fff;border-radius:23px;min-height:304px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px}.visit h2{font-family:Georgia,serif;font-size:34px;margin:0 0 14px}.visit p{max-width:680px;line-height:1.55;margin:0 0 30px;color:#e9f6ed}.light{background:#e0f2e6;color:#102c20;border-radius:10px;padding:11px 30px;font-weight:700}.menu{background:#faf9f4;padding:0 3.4% 90px}.menu-intro{background:var(--pale);margin:0 -3.65% 40px;padding:65px 3.65%;text-align:center}.menu-intro h2{font-size:38px}.filters{display:flex;justify-content:center;gap:8px;margin-bottom:38px;flex-wrap:wrap}.filter{border:1px solid #dddcd3;background:#fff;padding:8px 14px;border-radius:11px;cursor:pointer;font-weight:500;transition:.18s;box-shadow:0 1px 2px #00000008}.filter:hover{transform:translateY(-1px)}.filter.active{background:var(--green);border-color:var(--green);color:#fff}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.card{background:#fff;border:1px solid #e4e2d9;border-radius:15px;overflow:hidden;box-shadow:0 2px 4px #0000000b;animation:cardIn .35s ease both;transition:transform .22s,box-shadow .22s}.card:hover{transform:translateY(-3px);box-shadow:0 10px 25px #00000012}@keyframes cardIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.card-img{display:block;width:100%;height:285px;object-fit:cover}.card-body{padding:15px}.row{display:flex;justify-content:space-between;gap:8px}.card h3{font-size:15px;margin:3px 0 8px}.price{color:var(--green);font-weight:750;white-space:nowrap}.desc{color:#72766e;font-size:13px;min-height:38px;margin:0 0 12px;line-height:1.45}.add{width:100%;border:0;background:var(--green);color:#fff;border-radius:9px;padding:9px;font-weight:700;cursor:pointer;transition:.18s}.add:hover{filter:brightness(.95);transform:translateY(-1px)}.add.added{background:#82c7a0}.add .check{margin-right:7px}footer{background:#fff;padding:0 3.4% 25px}.footer-grid{display:grid;grid-template-columns:1.1fr 1.1fr 1fr;gap:60px;padding:50px 0 42px}.footer-grid h3{margin:0 0 12px;font-size:16px}.footer-grid h4{margin:0 0 12px;font-size:14px}.footer-grid p{color:#6b746d;font-size:13px;line-height:1.55;margin:8px 0}.footer-grid a{color:inherit;text-decoration:none}.footer-grid a:hover{color:var(--green)}.footer-bottom{border-top:1px solid #e6e4dc;text-align:center;padding-top:25px;color:#777d76;font-size:12px}.shade{position:fixed;inset:0;background:rgba(20,29,24,.34);backdrop-filter:blur(2px);z-index:80;opacity:0;pointer-events:none;transition:opacity .42s cubic-bezier(.22,1,.36,1)}.shade.show{opacity:1;pointer-events:auto}.cart{position:fixed;right:0;top:0;height:100vh;width:410px;z-index:90;background:#fff;box-shadow:-18px 0 55px rgba(16,36,27,.18);transform:translate3d(105%,0,0);visibility:hidden;transition:transform .52s cubic-bezier(.22,1,.36,1),visibility 0s linear .52s;padding:24px;display:flex;flex-direction:column;will-change:transform}.cart.open{transform:translate3d(0,0,0);visibility:visible;transition:transform .52s cubic-bezier(.22,1,.36,1),visibility 0s linear 0s}.cart-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:15px}.cart-head h2{margin:0;font-size:20px}.cart-head button,.modal-close{border:0;background:none;font-size:29px;cursor:pointer;color:#26352d}.cart-items{overflow:auto;overscroll-behavior:contain;scroll-behavior:smooth;padding-right:3px}.cart-item{opacity:0;transform:translate3d(18px,0,0);animation:cartItemIn .42s cubic-bezier(.22,1,.36,1) forwards}@keyframes cartItemIn{to{opacity:1;transform:translate3d(0,0,0)}}.cart-item{display:grid;grid-template-columns:60px 1fr auto;gap:12px;align-items:center;padding:15px 0;border-bottom:1px solid #eee}.cart-item img{width:60px;height:60px;border-radius:10px;object-fit:cover;transition:transform .3s ease}.cart-item:hover img{transform:scale(1.04)}.cart-item h4{margin:0 0 4px;font-size:14px}.cart-item small{color:var(--muted)}.qty{display:flex;gap:7px;align-items:center}.qty button{border:1px solid #ddd;background:#fff;border-radius:7px;width:26px;height:26px;cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease}.qty button:hover{background:#f1f4ee;border-color:#cfd5cb;transform:scale(1.06)}.qty button:active{transform:scale(.92)}.empty{text-align:center;color:var(--muted);padding:50px 10px;line-height:1.7}.cart-bottom{margin-top:auto;border-top:1px solid var(--line);padding-top:18px}.total{display:flex;justify-content:space-between;margin-bottom:15px}.total strong{font-size:19px}.checkout{width:100%}.modal-backdrop{position:fixed;inset:0;background:rgba(20,29,24,.42);backdrop-filter:blur(3px);z-index:100;display:grid;place-items:center;opacity:0;pointer-events:none;transition:opacity .32s cubic-bezier(.22,1,.36,1);padding:18px}.modal-backdrop.open{opacity:1;pointer-events:auto}.modal{width:min(460px,100%);background:#fff;border-radius:18px;padding:30px;position:relative;box-shadow:0 20px 60px #0003;transform:translate3d(0,18px,0) scale(.98);transition:transform .38s cubic-bezier(.22,1,.36,1)}.modal-backdrop.open .modal{transform:none}.modal h2{margin:0 0 7px}.modal-sub{color:var(--muted);font-size:14px;margin:0 0 24px}.modal-close{position:absolute;right:16px;top:12px}.modal form{display:grid;gap:14px}.modal label{font-size:13px;font-weight:650}.modal input,.modal select{width:100%;margin-top:6px;border:1px solid #dddcd4;border-radius:9px;padding:11px;font:inherit;outline:none}.modal input:focus,.modal select:focus{border-color:var(--green);box-shadow:0 0 0 3px #148b4b18}.toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,15px);background:#102c20;color:#fff;border-radius:999px;padding:10px 17px;font-size:13px;opacity:0;pointer-events:none;transition:.25s;z-index:120}.toast.show{opacity:1;transform:translate(-50%,0)}@media(max-width:900px){.header nav{position:static;transform:none;margin-left:auto;margin-right:28px}.hero{grid-template-columns:1fr;padding-top:35px}.hero h1{font-size:46px}.hero-media{height:300px}.features,.grid{grid-template-columns:repeat(2,1fr)}.mini-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:30px}}@media(max-width:600px){.header{padding:0 16px}.header nav{gap:15px;margin-right:12px}.hero,.features,.favorites,.menu,footer{padding-left:16px;padding-right:16px}.hero{padding-top:28px}.hero h1{font-size:40px;letter-spacing:-1.7px;margin-top:28px}.hero-media{height:220px}.features,.grid,.footer-grid{grid-template-columns:1fr}.section-head{align-items:flex-start;gap:15px}.section-head .outline{white-space:nowrap}.grid{gap:16px}.card-img{height:230px}.menu-intro{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}.menu-intro h2{font-size:34px}.cart{width:100%;right:-100%}.visit h2{font-size:28px}}
