:root{--ink:#171912;--muted:#6e7165;--paper:#f6f2e9;--card:#fffdf8;--accent:#d9552f;--lime:#c5d86d;--line:#ded8ca;--shadow:0 18px 50px rgba(31,34,23,.12)}
.order-status{margin:-14px 0 30px;background:#edf1db;border:1px solid #d7dfb4;border-radius:18px;padding:16px 18px;display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:13px}.order-status[hidden]{display:none}.status-icon{width:40px;height:40px;border-radius:50%;background:var(--lime);display:grid;place-items:center;font-weight:900}.order-status .eyebrow{margin-bottom:3px;color:#6f8129}.order-status h3{margin:0;font-family:Georgia,serif;font-size:20px}.order-status small{color:var(--muted)}.order-status a{color:var(--ink);font-weight:800;text-decoration:none;font-size:14px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;padding-bottom:104px}button,textarea{font:inherit}button{color:inherit}.topbar{height:82px;display:flex;align-items:center;justify-content:space-between;max-width:1180px;margin:auto;padding:0 24px}.brand{display:flex;gap:11px;align-items:center;text-decoration:none;color:inherit}.brand-mark{width:42px;height:42px;border:1.5px solid var(--ink);border-radius:50% 50% 44% 56%;display:grid;place-items:center;font-family:Georgia,serif;font-size:24px;font-weight:700;transform:rotate(-5deg)}.brand>span:last-child{display:flex;flex-direction:column}.brand strong{font-family:Georgia,serif;font-size:20px;line-height:1}.brand small{color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.12em;margin-top:4px}.table-pill{border:1px solid var(--line);background:rgba(255,255,255,.5);padding:10px 15px;border-radius:999px;font-size:14px}.table-pill span{display:inline-block;width:8px;height:8px;background:#6c9b3a;border-radius:50%;margin-right:6px;box-shadow:0 0 0 4px rgba(108,155,58,.12)}main{max-width:1180px;margin:auto;padding:0 24px}.hero{min-height:390px;background:var(--ink);border-radius:32px;color:#fff;padding:56px 64px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;overflow:hidden;position:relative}.eyebrow{margin:0 0 10px;text-transform:uppercase;font-weight:800;font-size:11px;letter-spacing:.18em;color:var(--accent)}.hero .eyebrow{color:var(--lime)}h1,h2{font-family:Georgia,"Times New Roman",serif;margin:0;font-weight:500}h1{font-size:clamp(44px,6vw,76px);line-height:.94;letter-spacing:-.035em}.hero-copy{color:#bfc2b4;max-width:470px;line-height:1.65;margin:24px 0 0;font-size:16px}.hero-art{height:100%;position:relative;display:grid;place-items:center}.plate{width:280px;aspect-ratio:1;border-radius:50%;background:#f2ead9;display:grid;place-items:center;box-shadow:inset 0 0 0 20px #e7dcc4,0 25px 60px rgba(0,0,0,.35);transform:rotate(7deg)}.plate span{font-size:116px;filter:saturate(.85)}.leaf{position:absolute;width:42px;height:90px;border-radius:100% 0 100% 0;background:var(--lime);opacity:.9}.leaf-one{right:10%;top:8%;transform:rotate(35deg)}.leaf-two{left:4%;bottom:4%;transform:rotate(210deg);scale:.7}.service-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:20px 0 34px}.service-card{border:1px solid var(--line);border-radius:18px;background:var(--card);text-align:left;padding:17px 20px;display:grid;grid-template-columns:42px 1fr;column-gap:12px;cursor:pointer;transition:.2s}.service-card:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(31,34,23,.08)}.service-card>span{grid-row:1/3;width:42px;height:42px;border-radius:13px;background:#ebe5d8;display:grid;place-items:center;font-size:20px}.service-card b{font-size:15px}.service-card small{color:var(--muted);margin-top:3px}.categories{display:flex;gap:10px;overflow-x:auto;padding:2px 0 14px;scrollbar-width:none;position:sticky;top:0;z-index:3;background:linear-gradient(var(--paper) 82%,transparent)}.categories::-webkit-scrollbar{display:none}.category-button{border:1px solid var(--line);background:transparent;padding:10px 18px;border-radius:999px;white-space:nowrap;cursor:pointer}.category-button.active{background:var(--ink);border-color:var(--ink);color:white}.menu-section{padding:28px 0}.section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:20px}.section-title h2,.sheet h2{font-size:38px}.section-title>span{color:var(--muted);font-size:13px}.menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.dish-card{background:var(--card);border:1px solid var(--line);border-radius:22px;overflow:hidden;display:flex;flex-direction:column;min-width:0}.dish-image{height:190px;display:grid;place-items:center;font-size:86px;position:relative;background:linear-gradient(135deg,#eadfc9,#f8f3e9)}.dish-card:nth-child(3n+2) .dish-image{background:linear-gradient(135deg,#e4e9cf,#f8f3e9)}.dish-card:nth-child(3n+3) .dish-image{background:linear-gradient(135deg,#ead0c9,#f8f3e9)}.badge{position:absolute;top:14px;left:14px;background:var(--lime);padding:5px 9px;border-radius:999px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.dish-body{padding:18px;display:flex;flex-direction:column;flex:1}.dish-name{display:flex;justify-content:space-between;gap:12px;font-family:Georgia,serif;font-size:21px}.dish-description{color:var(--muted);font-size:13px;line-height:1.55;margin:10px 0 18px;min-height:40px}.dish-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.dish-meta{display:flex;flex-direction:column}.dish-meta strong{font-size:17px}.dish-meta small{color:var(--muted);margin-top:2px}.add-button{width:42px;height:42px;border:0;border-radius:50%;background:var(--accent);color:white;font-size:25px;cursor:pointer;transition:.2s}.add-button:hover{transform:rotate(90deg) scale(1.05)}.cart-bar{position:fixed;z-index:10;left:50%;bottom:18px;transform:translateX(-50%);width:min(520px,calc(100% - 28px));height:68px;border:0;border-radius:19px;background:var(--accent);color:white;box-shadow:0 14px 40px rgba(144,49,24,.35);display:grid;grid-template-columns:38px 1fr auto;align-items:center;text-align:left;padding:0 20px;cursor:pointer}.cart-count{width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,.18);display:grid;place-items:center;font-weight:800}.cart-bar>span:nth-child(2){display:flex;flex-direction:column}.cart-bar small{opacity:.72;margin-top:2px}.cart-bar>strong{font-size:18px}.sheet-backdrop{position:fixed;inset:0;background:rgba(15,16,12,.48);backdrop-filter:blur(4px);z-index:20;opacity:0;pointer-events:none;transition:.25s}.sheet{position:fixed;z-index:21;right:0;top:0;bottom:0;width:min(480px,100%);background:var(--card);padding:28px;transform:translateX(105%);transition:.3s cubic-bezier(.2,.8,.2,1);overflow:auto;box-shadow:var(--shadow)}.sheet.open{transform:none}.sheet-backdrop.open{opacity:1;pointer-events:auto}.sheet-handle{display:none}.sheet-head{display:flex;align-items:start;justify-content:space-between;margin-bottom:26px}.close{border:1px solid var(--line);background:transparent;width:40px;height:40px;border-radius:50%;font-size:25px;cursor:pointer}.empty-cart{padding:54px 20px;text-align:center;color:var(--muted);border:1px dashed var(--line);border-radius:18px}.cart-line{display:grid;grid-template-columns:1fr auto;gap:7px;border-bottom:1px solid var(--line);padding:15px 0}.cart-line strong{font-family:Georgia,serif;font-size:18px}.cart-line small{color:var(--muted)}.quantity{grid-column:2;grid-row:1/3;display:flex;gap:9px;align-items:center}.quantity button{width:28px;height:28px;border:1px solid var(--line);background:white;border-radius:50%;cursor:pointer}.comment-label{display:flex;flex-direction:column;gap:8px;margin:22px 0;color:var(--muted);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.comment-label textarea{resize:vertical;min-height:76px;border:1px solid var(--line);background:#faf7f0;border-radius:14px;padding:12px;color:var(--ink);text-transform:none;letter-spacing:0;font-weight:400}.cart-summary{display:flex;justify-content:space-between;font-size:17px;margin:20px 0}.cart-summary strong{font-size:24px}.primary-button{border:0;background:var(--ink);color:white;width:100%;padding:17px;border-radius:14px;font-weight:800;cursor:pointer}.primary-button:disabled{opacity:.45}.toast{position:fixed;left:50%;top:22px;transform:translate(-50%,-80px);background:var(--ink);color:white;border-radius:12px;padding:13px 18px;z-index:30;box-shadow:var(--shadow);transition:.25s;max-width:calc(100% - 30px);text-align:center}.toast.show{transform:translate(-50%,0)}
@media(max-width:800px){.topbar,main{padding-left:16px;padding-right:16px}.hero{min-height:390px;padding:38px 28px;grid-template-columns:1fr}.hero-art{position:absolute;right:-75px;bottom:-82px;opacity:.38}.plate{width:250px}.service-row{grid-template-columns:1fr}.menu-grid{grid-template-columns:repeat(2,1fr)}.dish-image{height:160px}.sheet{top:auto;height:min(86vh,760px);width:100%;border-radius:24px 24px 0 0;transform:translateY(105%)}.sheet.open{transform:none}.sheet-handle{display:block;width:48px;height:5px;border-radius:99px;background:var(--line);margin:-15px auto 17px}}
@media(max-width:520px){.topbar{height:70px}.brand small{display:none}.hero{border-radius:24px;min-height:350px}.hero-copy{font-size:14px;max-width:260px}h1{font-size:45px}.service-card{padding:14px}.menu-grid{grid-template-columns:1fr}.dish-card{display:grid;grid-template-columns:126px 1fr;min-height:155px}.dish-image{height:100%;font-size:58px}.dish-body{padding:14px}.dish-description{min-height:0;margin:7px 0 11px}.dish-name{font-size:18px}.badge{top:9px;left:9px;font-size:8px}.section-title h2,.sheet h2{font-size:32px}}
