@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap");:root{--ink:#172019;--cream:#f7f4ee;--muted:#6f776f;--line:#e5e5dc;--lime:#d9ff66;--orange:#ee693c;--green:#246c4c;--shadow:0 22px 70px #17201914}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:DM Sans,sans-serif}button,input,textarea{font:inherit}a,button{cursor:pointer}button{color:inherit}.service-bar{height:38px;background:#172019;color:#e8ede9;justify-content:center;gap:12px;font-size:13px}.service-bar,.service-bar a{display:flex;align-items:center}.service-bar a{position:absolute;right:4.5vw;color:var(--lime);text-decoration:none;gap:6px}.service-bar svg{width:14px}.store-header{height:86px;background:#fff;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 4.5vw;border-bottom:1px solid var(--line);position:-webkit-sticky;position:sticky;top:0;z-index:20}.brand,.ops-brand{display:flex;align-items:center;gap:11px;text-decoration:none;color:inherit}.brand-mark{width:39px;height:39px;border-radius:12px;background:var(--orange);color:#fff;display:grid;place-items:center;font:800 20px Manrope;transform:rotate(-4deg)}.brand span:last-child{display:flex;flex-direction:column}.brand small,.ops-brand small{font-size:10px;color:var(--muted);letter-spacing:.08em;text-transform:uppercase}.location{border:1px solid var(--line);background:#f9f9f5;border-radius:13px;padding:9px 13px;display:flex;gap:10px;align-items:center;text-align:left}.location>span:first-child{width:34px;height:34px;border-radius:9px;background:#edf4ea;display:grid;place-items:center;color:var(--green)}.location svg{width:16px}.location span:nth-child(2){display:flex;flex-direction:column}.location small{font-size:10px;color:var(--muted)}.location b{font-size:13px}.header-actions{justify-self:end;display:flex;align-items:center;gap:11px}.text-button{border:0;background:transparent;font-weight:700}.bag-button{border:0;background:var(--ink);color:#fff;height:46px;border-radius:13px;padding:0 14px;display:flex;gap:9px;align-items:center}.bag-button svg{width:18px}.bag-button span{background:var(--lime);color:var(--ink);border-radius:99px;padding:2px 7px;font-size:11px}.food-hero{min-height:630px;background:#213429;color:white;display:grid;grid-template-columns:.85fr 1.15fr;overflow:hidden}.hero-copy{padding:92px 6vw;align-self:center}.eyebrow{text-transform:uppercase;letter-spacing:.13em;font-size:11px;font-weight:800;color:var(--orange);margin:0 0 10px}.eyebrow.light{color:var(--lime)}h1,h2,h3{font-family:Manrope,sans-serif}.hero-copy h1{font-size:clamp(52px,6vw,84px);letter-spacing:-.065em;line-height:.94;margin:0}.hero-copy h1 em{font-style:normal;color:var(--lime)}.hero-copy>p:not(.eyebrow){max-width:560px;font-size:18px;line-height:1.7;color:#c8d1cb;margin:26px 0}.hero-actions{display:flex;gap:10px}.hero-actions a,.hero-actions button{height:52px;border-radius:13px;padding:0 19px;display:flex;align-items:center;gap:9px;font-weight:800;text-decoration:none}.hero-primary{background:var(--lime);color:var(--ink)}.hero-actions button{background:transparent;color:white;border:1px solid #ffffff44}.hero-proof{display:flex;gap:24px;margin-top:32px;color:#c8d1cb;font-size:13px}.hero-proof span{display:flex;align-items:center;gap:7px}.hero-proof svg{width:16px;color:var(--lime)}.hero-image{position:relative;min-width:0}.hero-image>img{width:100%;height:100%;object-fit:cover}.hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#213429,transparent 32%)}.hero-float{position:absolute;z-index:2;bottom:45px;right:40px;background:#ffffffed;color:var(--ink);border-radius:17px;padding:18px 20px;display:flex;flex-direction:column;box-shadow:var(--shadow)}.hero-float span{font-size:11px;color:var(--orange);font-weight:800;text-transform:uppercase}.hero-float b{font-size:17px;margin:5px 0}.hero-float small{color:var(--muted)}.menu-shell{max-width:1440px;margin:auto;padding:76px 4vw 100px}.menu-top{display:flex;justify-content:space-between;align-items:end}.menu-top h2{font-size:42px;letter-spacing:-.04em;margin:0}.ops-search,.search{height:48px;width:360px;background:white;border:1px solid var(--line);border-radius:12px;display:flex;align-items:center;gap:9px;padding:0 14px}.ops-search input,.search input{border:0;background:transparent;outline:0;width:100%}.search svg{width:18px}.categories{display:flex;gap:8px;overflow:auto;padding:26px 0}.categories button{border:1px solid var(--line);background:white;border-radius:99px;padding:10px 17px;font-weight:700;white-space:nowrap}.categories .active{background:var(--ink);color:white}.menu-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.dish-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 10px 35px #1720190b;transition:.25s}.dish-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.dish-visual{height:240px;position:relative;overflow:hidden;background:#ddd}.dish-visual img{width:100%;height:100%;object-fit:cover;transform:scale(2.35)}.dish-visual b{position:absolute;top:14px;left:14px;background:var(--lime);padding:6px 10px;border-radius:99px;font-size:11px}.dish-info{padding:20px;position:relative;min-height:196px}.dish-title{display:flex;justify-content:space-between;gap:12px}.dish-title h3{font-size:19px;margin:0}.dish-title strong{font-size:17px}.dish-info p{color:var(--muted);line-height:1.5;font-size:14px}.dish-meta{display:flex;gap:8px;flex-wrap:wrap;font-size:11px;color:var(--muted)}.dish-meta span{display:flex;align-items:center;gap:3px}.dish-meta svg{width:13px}.add{position:absolute;right:18px;bottom:17px;border:0;border-radius:50%;width:40px;height:40px;background:var(--orange);color:white;display:grid;place-items:center}.scrim{position:fixed;inset:0;background:#09100bbc;border:0;z-index:40}.cart-panel{position:fixed;right:0;top:0;height:100dvh;width:min(500px,100%);background:white;z-index:41;display:flex;flex-direction:column;box-shadow:-30px 0 80px #0004}.cart-head{display:flex;justify-content:space-between;padding:25px;border-bottom:1px solid var(--line)}.cart-head h2{font-size:30px;margin:0}.icon-btn{border:1px solid var(--line);background:white;width:42px;height:42px;border-radius:50%;display:grid;place-items:center}.cart-lines,.checkout-form{padding:18px 25px;overflow:auto;flex:1 1}.cart-line{display:grid;grid-template-columns:67px 1fr auto;grid-gap:13px;gap:13px;padding:15px 0;border-bottom:1px solid var(--line)}.cart-line>img{width:67px;height:67px;border-radius:12px;object-fit:cover;transform:none}.cart-line small{display:block;color:var(--muted);margin-top:4px}.qty{display:flex;gap:10px;align-items:center;margin-top:10px}.qty button{width:25px;height:25px;border:1px solid var(--line);background:white;border-radius:7px;display:grid;place-items:center}.qty svg{width:13px}.checkout{padding:22px 25px;border-top:1px solid var(--line)}dl{margin:0 0 18px}dl div{display:flex;justify-content:space-between;color:var(--muted);margin:7px 0}dd{margin:0}.grand{border-top:1px solid var(--line);padding-top:11px;color:var(--ink)!important;font-weight:800;font-size:18px}.primary-btn{border:0;background:var(--orange);color:white;border-radius:12px;padding:14px 18px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:8px;width:100%;text-decoration:none}.segmented{display:grid;grid-template-columns:1fr 1fr;background:#f0f1ec;border-radius:12px;padding:4px;margin-bottom:21px}.segmented button{border:0;background:transparent;border-radius:9px;padding:11px;font-weight:700;display:flex;gap:7px;align-items:center;justify-content:center}.segmented button.active{background:white;box-shadow:0 3px 10px #0001}.checkout-form label{font-size:13px;font-weight:700;display:block;margin-bottom:14px}.checkout-form input,.checkout-form textarea{display:block;width:100%;border:1px solid var(--line);border-radius:10px;padding:12px;margin-top:6px;outline-color:var(--orange)}.form-title{font-weight:800;margin-top:22px}.payment-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;margin-bottom:24px}.payment-grid button{border:1px solid var(--line);background:white;border-radius:10px;padding:11px;text-align:left;font-size:12px;font-weight:700}.payment-grid button.active{border-color:var(--orange);box-shadow:inset 0 0 0 1px var(--orange)}.payment-grid small{display:block;color:var(--muted);margin-top:4px;font-weight:400}.receipt-note,.secure{display:flex;align-items:center;justify-content:center;gap:6px;color:var(--muted);margin-top:11px}.secure svg{width:14px}.empty,.success-state{text-align:center;margin:auto;padding:45px}.success-icon{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:#e6f4eb;color:var(--green);font-size:35px;margin:auto}.success-state h3{font-size:28px;margin-bottom:7px}.success-state p{color:var(--muted);line-height:1.6}.empty svg{width:40px;height:40px;color:#adb2ac}.empty h3{margin-bottom:5px}.empty p{color:var(--muted)}.ops-page{min-height:100vh;background:#f3f5f2;display:grid;grid-template-columns:250px 1fr}.sidebar{background:#172019;color:white;padding:22px 14px;display:flex;flex-direction:column;position:-webkit-sticky;position:sticky;top:0;height:100vh}.ops-brand{padding:0 10px 27px;font-weight:800}.ops-brand span:last-child{display:flex;flex-direction:column}.ops-brand small{color:#8a988d}.sidebar nav{display:flex;flex-direction:column;gap:5px}.sidebar button{border:0;background:transparent;color:#9da89f;padding:12px;border-radius:10px;text-align:left;display:flex;align-items:center;gap:10px}.sidebar button svg{width:19px}.sidebar button b{margin-left:auto;background:#344239;color:white;border-radius:99px;padding:2px 7px;font-size:11px}.sidebar button.active{background:#2b392f;color:white}.sidebar button.active b{background:var(--lime);color:var(--ink)}.side-bottom{margin-top:auto}.staff{display:flex;gap:9px;border-top:1px solid #344239;padding:17px 8px 0}.staff>span{width:35px;height:35px;border-radius:50%;background:var(--orange);display:grid;place-items:center}.staff small{display:block;color:#88968c}.ops-content{padding:0 30px 60px;min-width:0}.ops-header{height:105px;display:flex;justify-content:space-between;align-items:center}.ops-header p{color:var(--muted);margin:0;font-size:12px}.ops-header h1{margin:5px 0 0;font-size:31px}.ops-header>div:last-child{display:flex;gap:9px}.ops-search{height:42px;width:230px}.bell,.branch-btn{height:42px;border:1px solid var(--line);background:white;border-radius:10px}.bell{width:42px;position:relative}.bell i{position:absolute;width:7px;height:7px;background:var(--orange);border-radius:50%;top:8px;right:8px}.branch-btn{padding:0 14px;font-weight:700}.open-dot:before{content:"";display:inline-block;width:7px;height:7px;background:#3aaa70;border-radius:50%;margin-right:6px}.metric-row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:13px;gap:13px}.metric{background:white;border:1px solid #dfe3dc;border-radius:15px;padding:17px;display:flex;gap:12px}.metric>span{width:42px;height:42px;border-radius:11px;background:#e9f4ed;color:var(--green);display:grid;place-items:center}.metric>span svg{width:20px}.metric div{display:grid;grid-template-columns:1fr auto;flex:1 1}.metric small{grid-column:1/-1;color:var(--muted)}.metric strong{font-size:22px}.metric em{font-style:normal;color:var(--green);font-size:11px;align-self:end}.board-head{display:flex;justify-content:space-between;align-items:end;margin:26px 0 12px}.board-head h2{margin:0;font-size:20px}.board-head p{margin:4px 0 0;color:var(--muted)}.board-head p,.board-head>span{font-size:12px}.pulse{display:inline-block;width:7px;height:7px;border-radius:50%;background:#3aaa70;box-shadow:0 0 0 5px #3aaa7022}.order-workspace{display:grid;grid-template-columns:1.1fr .9fr;background:white;border:1px solid #dfe3dc;border-radius:16px;overflow:hidden;min-height:590px}.order-list{border-right:1px solid var(--line)}.order-row{width:100%;border:0;border-bottom:1px solid var(--line);background:white;padding:17px;display:grid;grid-template-columns:42px 1fr auto 18px;grid-gap:11px;gap:11px;text-align:left;align-items:center}.order-row.selected,.order-row:hover{background:#f5f8f3}.order-row.selected{box-shadow:inset 3px 0 var(--orange)}.status-icon{width:40px;height:40px;border-radius:11px;background:#fff0e9;color:var(--orange);display:grid;place-items:center}.status-icon svg{width:18px}.order-primary,.order-secondary{display:flex;flex-direction:column;gap:3px}.order-primary small,.order-secondary small{font-size:11px;color:var(--muted)}.order-secondary{text-align:right;align-items:end}.status-pill{background:#fff1e8;color:#b74c29;padding:4px 8px;font-size:10px;font-weight:800}.status-pill.preparing{background:#fff4d4;color:#8f650a}.status-pill.delivered,.status-pill.ready{background:#e3f4e9;color:#1f714f}.status-pill.out_for_delivery,.status-pill.rider_assigned{background:#e7eefc;color:#315e9f}.order-detail{padding:25px}.detail-head{display:flex;justify-content:space-between}.detail-head h2{margin:0}.warning-card{display:flex;gap:10px;background:#fff5d9;color:#7a570d;border:1px solid #f0db9f;border-radius:11px;padding:12px;margin:17px 0}.warning-card svg{width:19px}.customer-card div,.warning-card div{display:flex;flex-direction:column}.warning-card small{margin-top:3px}.customer-card{display:flex;gap:11px;align-items:center;background:#f5f6f3;border-radius:12px;padding:13px;margin:18px 0}.customer-card>span,.rider-card>span{width:40px;height:40px;border-radius:50%;background:#344e3d;color:white;display:grid;place-items:center}.customer-card small{color:var(--muted);font-size:12px}.detail-section{border-block:1px solid var(--line);padding:17px 0}.detail-section h3{font-size:13px}.detail-item{display:grid;grid-template-columns:27px 1fr auto;margin:11px 0;font-size:14px}.order-note{background:#fff8e6;border-left:3px solid #dfaa31;padding:10px;font-size:12px}.order-note b{display:block}.payment-row{display:flex;justify-content:space-between;padding:17px 0}.payment-row span{display:flex;flex-direction:column}.payment-row small{color:var(--green)}.detail-actions{display:grid;grid-gap:8px;gap:8px}.danger-btn{border:1px solid #ebcbc7;color:#a83d34;background:white;border-radius:11px;padding:12px}.rider-list h3{font-size:13px}.rider-list button{width:100%;border:1px solid var(--line);background:white;border-radius:10px;padding:9px;display:grid;grid-template-columns:32px 1fr auto;grid-gap:9px;gap:9px;text-align:left;align-items:center;margin:7px 0}.rider-list button.selected{border-color:var(--green);background:#f0f7f2}.rider-list button>span{width:30px;height:30px;border-radius:50%;background:#edf1ec;display:grid;place-items:center}.rider-list b{display:flex;flex-direction:column}.rider-list small{font-weight:400;color:var(--muted)}.rider-list i{font-style:normal;color:var(--green);font-size:11px}.inventory-card,.sales-chart,.top-dishes{background:white;border:1px solid var(--line);border-radius:15px;padding:23px;margin-top:18px}.section-heading{display:flex;justify-content:space-between}.section-heading h2{margin:0}.primary-compact{border:0;background:var(--ink);color:white;border-radius:10px;padding:0 15px}.stock-row{display:grid;grid-template-columns:1fr 2fr 80px 80px;grid-gap:20px;gap:20px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.stock-row b{display:flex;flex-direction:column}.stock-row small{font-weight:400;color:var(--muted)}.stock-bar{height:7px;background:#edf0eb;border-radius:9px;overflow:hidden}.stock-bar i{display:block;height:100%;background:var(--orange)}.stock-row button{border:1px solid var(--line);background:white;border-radius:8px;padding:7px}.insight-strip{background:#20392b;color:white;border-radius:15px;padding:17px 20px;margin-top:18px;display:flex;align-items:center;gap:18px}.insight-strip b{color:var(--lime)}.insight-strip span{flex:1 1;color:#c8d3cc}.insight-strip button{background:var(--lime);border:0;border-radius:9px;padding:9px 12px;font-weight:800}.chart-grid{display:grid;grid-template-columns:1.3fr .7fr;grid-gap:14px;gap:14px}.sales-chart h2,.top-dishes h2{margin:0}.bars{height:300px;display:flex;align-items:end;gap:15px;padding:45px 8px 0;border-bottom:1px solid var(--line)}.bars>span{flex:1 1;background:linear-gradient(var(--orange),#f6b29a);border-radius:7px 7px 0 0;position:relative}.bars i,.bars small{position:absolute;width:100%;text-align:center;font-style:normal;font-size:10px}.bars i{top:-22px}.bars small{bottom:-23px;color:var(--muted)}.top-dishes>div{display:grid;grid-template-columns:28px 1fr auto;grid-gap:9px;gap:9px;padding:15px 0;border-bottom:1px solid var(--line);align-items:center}.top-dishes>div>b{width:25px;height:25px;border-radius:7px;background:#f0f1ed;display:grid;place-items:center}.top-dishes span{display:flex;flex-direction:column}.top-dishes small{color:var(--muted)}.simple-header{height:76px;background:white;border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 4vw}.simple-header>a{display:flex;align-items:center;gap:6px;text-decoration:none;color:inherit;font-weight:700}.simple-header>button{justify-self:end}.ghost-btn{border:1px solid var(--line);background:white;border-radius:10px;padding:10px 13px;display:flex;gap:7px}.tracker-wrap{max-width:1170px;margin:45px auto;display:grid;grid-template-columns:1.4fr .8fr;grid-gap:28px;gap:28px;padding:0 20px}.order-summary,.tracker-main{background:white;border:1px solid var(--line);border-radius:21px;padding:31px;box-shadow:var(--shadow)}.tracker-head{display:flex;justify-content:space-between}.tracker-head h1{font-size:38px;letter-spacing:-.04em;margin:0}.tracker-lead{color:var(--muted)}.cooking-motion{width:95px;position:relative;overflow:hidden}.cooking-motion span{font-size:45px;display:block;animation:ride 2.2s ease-in-out infinite}.cooking-motion i{display:block;border-top:2px dashed #aeb5ad}.eta-card{background:var(--ink);color:white;border-radius:16px;padding:20px;display:flex;justify-content:space-between;align-items:center;margin:23px 0}.eta-card>div:first-child{display:flex;gap:12px;align-items:center}.eta-card span{display:flex;flex-direction:column;color:#aebbb1}.eta-card b{color:white;font-size:20px}.eta-ring{width:63px;height:63px;border-radius:50%;border:5px solid var(--lime);display:grid;place-items:center;font-weight:800;font-size:18px;line-height:1}.eta-ring small{font-size:8px}.live-map{height:235px;background:#e9ece7;border-radius:15px;position:relative;overflow:hidden;margin-bottom:16px;background-image:linear-gradient(25deg,transparent 46%,#d5d9d2 47%,#d5d9d2 53%,transparent 54%),linear-gradient(145deg,transparent 47%,#daddd7 48%,#daddd7 54%,transparent 55%)}.map-road{position:absolute;background:white;height:24px;width:130%;transform:rotate(-18deg);top:45%;left:-15%}.map-road.two{transform:rotate(38deg);top:32%}.map-pin{position:absolute;width:36px;height:36px;background:white;border-radius:50%;display:grid;place-items:center;box-shadow:0 5px 15px #0002}.map-pin svg{width:17px}.restaurant{left:12%;bottom:14%;color:var(--orange)}.home{right:12%;top:12%;color:var(--green)}.rider-dot{position:absolute;left:53%;top:42%;width:41px;height:41px;border-radius:50%;background:var(--ink);color:var(--lime);display:grid;place-items:center;box-shadow:0 0 0 8px #17201922;animation:pulsemap 2s infinite}.rider-dot svg{width:18px}.map-label{position:absolute;left:15px;top:15px;background:#fff;border-radius:10px;padding:8px 11px;display:flex;flex-direction:column;font-size:12px}.map-label small{color:var(--muted)}.rider-card{display:grid;grid-template-columns:42px 1fr auto auto;grid-gap:10px;gap:10px;align-items:center;border:1px solid var(--line);border-radius:13px;padding:11px}.rider-card div{display:flex;flex-direction:column}.rider-card small{color:var(--muted)}.rider-card button{border:1px solid var(--line);background:white;border-radius:9px;padding:8px;display:flex;gap:5px}.rider-card svg{width:14px}.timeline{margin-top:24px}.time-step{display:grid;grid-template-columns:38px 1fr auto;grid-gap:10px;gap:10px;position:relative;padding-bottom:22px}.time-step>span{width:32px;height:32px;border:2px solid var(--line);border-radius:50%;background:white;display:grid;place-items:center;z-index:2}.time-step:not(:last-child):before{content:"";position:absolute;left:15px;top:31px;width:2px;height:calc(100% - 25px);background:var(--line)}.time-step.done>span{border-color:var(--green);color:white}.time-step.done:before,.time-step.done>span{background:var(--green)}.time-step h3{margin:3px 0;font-size:14px}.time-step p,.time-step time{margin:2px 0;color:var(--muted);font-size:12px}.cancel-link,.time-step.current h3{color:var(--orange)}.cancel-link{border:0;background:transparent;font-weight:800}.summary-top{display:flex;justify-content:space-between}.summary-top h2{margin:0}.summary-address,.summary-status{display:flex;gap:11px;align-items:center;background:#f3f5f1;border-radius:11px;padding:13px;margin:18px 0}.summary-address span,.summary-status span{display:flex;flex-direction:column}.summary-address small,.summary-status small{color:var(--muted)}.summary-items{border-block:1px solid var(--line);padding:12px 0}.summary-items div{display:flex;justify-content:space-between;margin:8px 0;font-size:13px}.receipt-btn{width:100%;border:1px solid var(--line);background:white;border-radius:11px;padding:12px;display:flex;gap:7px;align-items:center;justify-content:center;font-weight:800}.thermal-receipt{display:none}@keyframes ride{50%{transform:translateX(18px) translateY(-3px)}}@keyframes pulsemap{50%{box-shadow:0 0 0 14px #17201909}}@media (max-width:1000px){.menu-grid,.metric-row{grid-template-columns:repeat(2,1fr)}.order-workspace{grid-template-columns:1fr}.order-detail{display:none}.chart-grid,.food-hero{grid-template-columns:1fr}.hero-image{height:430px}}@media (max-width:720px){.service-bar{justify-content:flex-start;padding-left:14px}.service-bar a{right:12px;font-size:0}.store-header{height:70px;grid-template-columns:1fr auto;padding:0 14px}.brand small,.location,.text-button{display:none}.food-hero{min-height:auto}.hero-copy{padding:60px 22px}.hero-copy h1{font-size:50px}.hero-actions,.hero-proof{flex-direction:column}.hero-proof{gap:8px}.hero-image{height:330px}.hero-float{right:16px;bottom:16px}.menu-shell{padding:50px 14px}.menu-top{display:block}.menu-top h2{font-size:32px}.search{width:100%;margin-top:18px}.menu-grid{grid-template-columns:1fr}.dish-visual{height:220px}.payment-grid{grid-template-columns:1fr}.ops-page{display:block}.sidebar{position:fixed;bottom:0;top:auto;width:100%;height:72px;z-index:30;padding:6px}.ops-brand,.side-bottom{display:none}.sidebar nav{display:flex;flex-direction:row;justify-content:space-around}.sidebar nav button{padding:10px;flex-direction:column;font-size:0}.sidebar nav button svg{width:21px}.sidebar nav button b{position:absolute;margin:-10px 0 0 22px;font-size:9px}.ops-content{padding:0 11px 90px}.ops-header{height:92px}.ops-header>div:last-child{display:none}.metric-row{grid-template-columns:1fr 1fr}.metric{padding:12px}.metric>span{display:none}.metric strong{font-size:19px}.order-row{grid-template-columns:38px 1fr auto;padding:13px 9px}.order-row>svg{display:none}.stock-row{grid-template-columns:1fr 1fr}.stock-bar{display:none}.insight-strip{align-items:start;flex-direction:column}.tracker-wrap{grid-template-columns:1fr;margin:18px auto;padding:0 10px}.order-summary,.tracker-main{padding:20px}.tracker-head h1{font-size:31px}.cooking-motion{display:none}.simple-header{padding:0 13px}.simple-header .brand{display:none}.rider-card{grid-template-columns:40px 1fr auto}.rider-card button:last-child{display:none}}@media print{body *{visibility:hidden!important}.thermal-receipt,.thermal-receipt *{visibility:visible!important}.thermal-receipt{display:block!important;position:absolute;left:0;top:0;width:80mm;min-height:100mm;padding:6mm 5mm;font-family:Courier New,monospace;color:#000;background:#fff;font-size:11px}.thermal-receipt header{text-align:center}.receipt-logo{width:32px;height:32px;border:2px solid #000;border-radius:50%;display:grid;place-items:center;margin:0 auto 5px;font-size:19px;font-weight:900}.thermal-receipt h2{font-family:Courier New,monospace;font-size:19px;letter-spacing:1.5px;margin:2px 0}.thermal-receipt header p{margin:2px 0}.receipt-rule{border-top:1px dashed #000;margin:11px 0}.receipt-rule.double{border-top:3px double #000}.receipt-meta{display:grid;grid-template-columns:58px 1fr;grid-gap:4px 8px;gap:4px 8px}.receipt-meta span{font-size:9px}.receipt-meta b{text-align:right}.receipt-row,.receipt-totals>div{display:flex;justify-content:space-between;gap:10px;margin:7px 0}.receipt-row span{max-width:58mm}.receipt-row.heading{font-size:9px;margin-bottom:10px}.receipt-totals{margin-left:22mm}.receipt-grand{border-block:2px solid #000;padding:7px 0;font-size:14px}.receipt-customer b{font-size:10px}.receipt-customer p{line-height:1.5;margin:4px 0}.receipt-barcode{height:34px;margin:14px auto 7px;width:55mm;background:repeating-linear-gradient(90deg,#000 0 2px,transparent 2px 4px,#000 4px 5px,transparent 5px 8px)}.thermal-receipt footer{text-align:center}.thermal-receipt footer p{line-height:1.35;margin:6px 0}.thermal-receipt footer small{font-size:8px}}.inventory-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;grid-gap:14px;gap:14px}.inventory-grid .inventory-card{margin-top:18px}.stock-detail-row,.stock-table-head{display:grid;grid-template-columns:1.6fr .65fr .65fr .8fr .8fr;grid-gap:12px;gap:12px;align-items:center}.stock-table-head{padding:15px 12px 9px;color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.stock-detail-row{padding:15px 12px;border-top:1px solid var(--line);font-size:13px}.stock-detail-row>b,.stock-detail-row>strong{display:flex;flex-direction:column}.stock-detail-row small{color:var(--muted);font-weight:400;margin-top:3px}.stock-detail-row i{font-style:normal;font-size:11px;font-weight:800;padding:6px 8px;border-radius:99px;text-align:center}.stock-detail-row i.critical{background:#fee9e6;color:#a93b32}.stock-detail-row i.expiry{background:#fff1ce;color:#8f650a}.stock-detail-row i.healthy{background:#e5f4e9;color:#1f714f}.stock-control{background:#172019;color:white;border-radius:15px;padding:23px;margin-top:18px}.stock-control h2{margin:0 0 20px}.stock-control label{display:block;font-size:12px;color:#b9c4bc;margin:13px 0}.stock-control input,.stock-control select{display:block;width:100%;height:43px;border:1px solid #405047;border-radius:9px;background:#25352b;color:white;padding:0 10px;margin-top:6px}.stock-control .primary-btn{background:var(--lime);color:var(--ink);margin-top:18px}.expiry-panel{display:flex;gap:10px;background:#2b3d31;border-radius:11px;padding:12px;margin-top:20px;color:#fff}.expiry-panel svg{width:18px;color:#ffd66b}.expiry-panel div{display:flex;flex-direction:column}.expiry-panel small{color:#b9c4bc;margin-top:4px;line-height:1.4}.ledger{margin-top:14px}.ledger-row{display:grid;grid-template-columns:90px 1fr 1fr 100px 120px;grid-gap:12px;gap:12px;padding:13px 5px;border-top:1px solid var(--line);align-items:center;font-size:13px}.ledger-row small,.ledger-row time{color:var(--muted)}.ledger-row strong{color:var(--green)}@media (max-width:1100px){.inventory-grid{grid-template-columns:1fr}.stock-control{margin-top:0}}@media (max-width:720px){.stock-table-head{display:none}.stock-detail-row{grid-template-columns:1fr 1fr}.stock-detail-row i{justify-self:start}.ledger-row{grid-template-columns:70px 1fr 80px}.ledger-row small,.ledger-row span{display:none}}.staff-gateway{min-height:100vh;background:radial-gradient(circle at 80% 20%,#395b43,#172019 50%);display:grid;grid-template-columns:minmax(420px,600px) 340px;justify-content:center;align-items:center;grid-gap:22px;gap:22px;padding:30px}.staff-gateway>aside,.staff-gateway>section{border-radius:24px;padding:38px}.staff-gateway>section{background:white;box-shadow:0 30px 90px #0004}.staff-gateway .brand{margin-bottom:45px}.staff-gateway h1{font-size:42px;letter-spacing:-.05em;margin:0}.staff-gateway>section>p:not(.eyebrow){color:var(--muted);line-height:1.6}.staff-gateway label{display:block;font-weight:700;font-size:13px;margin:16px 0}.staff-gateway select{display:block;width:100%;height:48px;border:1px solid var(--line);border-radius:11px;background:#f7f8f4;padding:0 12px;margin-top:6px}.staff-gateway>section>small{display:flex;align-items:center;justify-content:center;gap:6px;color:var(--muted);margin-top:14px}.staff-gateway>section>small svg{width:15px}.staff-gateway>aside{background:#ffffff12;color:white;border:1px solid #ffffff20}.staff-gateway aside h2{font-size:30px}.staff-gateway li{margin:18px 0;color:#d7e0d9}.modal-backdrop{position:fixed;inset:0;background:#0a120dcc;z-index:100;display:grid;place-items:center;padding:20px}.help-modal,.plan-modal{width:min(520px,100%);background:white;border-radius:20px;padding:28px;position:relative;box-shadow:0 30px 90px #0005}.modal-close{position:absolute;right:18px;top:18px;border:0;background:#f0f2ed;border-radius:50%;width:35px;height:35px;font-size:22px}.help-modal h2,.plan-modal h2{font-size:28px}.plan-action{display:grid;grid-template-columns:130px 1fr;grid-gap:12px;gap:12px;padding:15px 0;border-top:1px solid var(--line)}.plan-action span{color:var(--muted)}.help-modal>button:not(.modal-close){width:100%;border:1px solid var(--line);background:white;border-radius:12px;padding:14px;margin:6px 0;display:flex;gap:11px;text-align:left}.help-modal button span{display:flex;flex-direction:column}.help-modal button small{color:var(--muted);margin-top:3px}.delivered-lock{background:#e4f3e9;color:var(--green);border-radius:11px;padding:12px;display:flex;gap:8px;align-items:center;font-weight:700}.delivered-lock svg{width:18px}@media (max-width:760px){.staff-gateway{grid-template-columns:1fr;padding:12px}.staff-gateway>aside{display:none}.staff-gateway>section{padding:25px}.staff-gateway h1{font-size:34px}}@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&display=swap");:root{--ink:#101914;--cream:#f5f1e8;--muted:#6e746f;--line:#ded8cb;--lime:#e4bd67;--orange:#b66f36;--green:#214d3a;--gold:#cba45c;--ivory:#fffdf8;--obsidian:#0d1511;--shadow:0 24px 70px rgba(20,31,25,0.12)}.hero-float b,h1,h2{font-family:Cormorant Garamond,Georgia,serif}.hero-copy h1{letter-spacing:-.04em}.menu-top h2,.staff-gateway h1,.tracker-head h1{letter-spacing:-.025em}.ops-header h1{font-family:Manrope,sans-serif}body{background:radial-gradient(circle at 15% 0,#fffdf9 0,transparent 34%),var(--cream)}.service-bar{height:40px;background:linear-gradient(90deg,#09110d,#17271e,#09110d);color:#e8e0cf;letter-spacing:.035em;border-bottom:1px solid #d6b66c33}.service-bar a{color:#e6c571}.store-header{height:94px;background:#fffdf9eb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid #c9b98c55;box-shadow:0 8px 35px #1b2c2010}.brand-mark{background:linear-gradient(145deg,#d9ba72,#9b602f);box-shadow:inset 0 1px #fff8,0 8px 20px #8d592c35;border-radius:10px}.brand b{font-family:Manrope,sans-serif;letter-spacing:-.02em;font-size:17px}.brand small{color:#8a7965;letter-spacing:.14em}.location{background:#f8f4ea;border-color:#d8caa9;border-radius:15px}.location>span:first-child{background:#203b2e;color:#e5c46e}.bag-button{background:linear-gradient(135deg,#14241b,#263b2f);border:1px solid #d2b56655;box-shadow:0 10px 25px #15231b2b}.bag-button span{background:#e4bd67}.food-hero{min-height:680px;background:radial-gradient(circle at 18% 12%,#345240 0,#17291f 38%,#0b130f 100%);position:relative}.food-hero:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(115deg,transparent 0 45%,#d7b25d12 45.2%,transparent 45.5%)}.hero-copy{padding:105px 6vw;position:relative;z-index:2}.hero-copy h1{font-size:clamp(58px,6.4vw,92px);font-weight:600;letter-spacing:-.075em;text-shadow:0 10px 45px #0004}.hero-copy h1 em{color:#e5c46f}.eyebrow.light{color:#e8c875}.hero-copy>p:not(.eyebrow){color:#d6ddd8;font-size:19px}.hero-primary{background:linear-gradient(135deg,#efd78f,#c99d4d);color:#172019;box-shadow:0 14px 34px #0003}.hero-actions a,.hero-actions button{border-radius:4px;text-transform:uppercase;letter-spacing:.07em;font-size:12px}.hero-actions button{border-color:#d7c59b66;background:#ffffff08}.hero-image:after{background:linear-gradient(90deg,#13241b,transparent 40%),linear-gradient(0deg,#0b130f66,transparent 45%)}.hero-image>img{filter:saturate(.92) contrast(1.07);transition:transform 1.1s ease}.hero-image:hover>img{transform:scale(1.025)}.hero-float{right:5vw;bottom:55px;background:#fffdf8ed;border:1px solid #f5e8c9;border-radius:5px;padding:22px 25px;box-shadow:0 25px 70px #0005}.hero-float:before{content:"";position:absolute;inset:7px;border:1px solid #cba45c55;pointer-events:none}.hero-float span{color:#9b642f;letter-spacing:.14em}.hero-float b{font-size:19px}.menu-shell{padding-top:92px}.menu-top h2{font-size:48px;font-weight:600}.search{border-color:#d8cfbd;background:#fffdf9;box-shadow:0 8px 25px #1b2c2008}.categories button{background:#fffdf9;border-color:#d9d0c0;border-radius:4px;text-transform:uppercase;letter-spacing:.07em;font-size:11px}.categories .active{background:#16261d;border-color:#16261d;color:#efd37e}.menu-grid{gap:26px}.dish-card{border-color:#ded4c2;border-radius:7px;background:#fffdf9;box-shadow:0 16px 45px #1a291d12}.dish-card:hover{transform:translateY(-7px);box-shadow:0 28px 65px #17201922;border-color:#c9a862}.dish-visual{height:260px}.dish-visual:after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px #fff5,inset 0 -55px 55px #0d15112e}.dish-visual b{z-index:2;background:#f0d98e;color:#2c281d;border-radius:3px;text-transform:uppercase;letter-spacing:.08em}.dish-info{padding:23px}.dish-title h3{font-size:20px}.dish-title strong{color:#9b642f}.add{background:linear-gradient(145deg,#d0ab62,#9c6332);border-radius:4px;box-shadow:0 8px 20px #85542d35}.cart-panel{background:#fffdf8}.cart-head{background:linear-gradient(135deg,#f9f4e8,#fffdf8)}.primary-btn{background:linear-gradient(135deg,#c58a4d,#9a5a2d);border-radius:5px;box-shadow:0 10px 25px #8b572d2c;letter-spacing:.025em}.ops-page{background:radial-gradient(circle at 100% 0,#efe7d8 0,transparent 30%),#f3f1eb}.sidebar{background:linear-gradient(180deg,#0b1410,#14231a 60%,#0a110d);border-right:1px solid #c8a75c33;padding:25px 16px}.ops-brand{padding-bottom:31px}.ops-brand .brand-mark{box-shadow:inset 0 1px #fff7,0 8px 18px #0005}.ops-brand small{color:#aa9c82}.sidebar nav{gap:7px}.sidebar button{border-radius:5px;padding:13px;color:#aeb8b0;border:1px solid transparent}.sidebar button:hover{background:#ffffff08;color:white}.sidebar button.active{background:linear-gradient(90deg,#2b412f,#1e3025);border-color:#d5b66533;color:#fff;box-shadow:inset 3px 0 #d3aa5e}.sidebar button.active b{background:#d9b967}.staff{border-color:#d2ae5a2d}.staff>span{background:linear-gradient(145deg,#d0a85f,#93592f)}.ops-content{padding:0 36px 70px}.ops-header{height:116px;border-bottom:1px solid #d8d0c2;margin-bottom:22px}.ops-header h1{font-size:34px;font-weight:650}.ops-header p{letter-spacing:.06em;text-transform:uppercase;color:#857866}.bell,.branch-btn,.ops-search{background:#fffdf9;border-color:#d8cfbf;border-radius:6px}.metric-row{gap:16px}.metric{background:linear-gradient(145deg,#fffdf9,#f9f6ef);border-color:#dcd2c2;border-radius:7px;padding:20px;box-shadow:0 12px 35px #18261b0c;position:relative;overflow:hidden}.metric:after{content:"";position:absolute;right:-22px;top:-28px;width:80px;height:80px;border:1px solid #c9a45c20;transform:rotate(35deg)}.metric>span{background:#183326;color:#e3c36e;border-radius:4px}.metric strong{font-size:24px}.board-head{margin-top:32px}.board-head h2{font-size:23px}.order-workspace{border-color:#d5cbbb;border-radius:8px;box-shadow:0 22px 60px #17201912}.order-row{background:#fffdf9;padding:19px;border-color:#e4ddd1}.order-row.selected,.order-row:hover{background:#f8f3e8}.order-row.selected{box-shadow:inset 4px 0 #b98343}.status-icon{border-radius:4px;background:#f5e8da;color:#a66436}.status-pill{border-radius:3px;text-transform:uppercase;letter-spacing:.06em}.order-detail{padding:29px;background:#fffefa}.customer-card{background:#f3efe6;border:1px solid #e1d8c9;border-radius:5px}.customer-card>span,.rider-card>span{background:#1e3a2b}.danger-btn,.rider-list button,.warning-card{border-radius:5px}.inventory-card,.sales-chart,.top-dishes{border-radius:7px;background:#fffdf9;border-color:#d9cfbe;box-shadow:0 14px 40px #1720190d}.stock-control{border-radius:7px;background:linear-gradient(160deg,#0f1d15,#1d3326);border:1px solid #d4ae5b2e}.insight-strip button,.stock-control .primary-btn{background:linear-gradient(135deg,#ecd183,#c9a04f)}.insight-strip{border-radius:7px;background:linear-gradient(110deg,#0e1b14,#274331);border:1px solid #d0ac5d3b}.sales-chart .bars>span{background:linear-gradient(#d2ad63,#8f592f)}.staff-gateway{background:radial-gradient(circle at 75% 20%,#3f5d48 0,#13231a 40%,#080e0b 100%)}.staff-gateway>aside,.staff-gateway>section{border-radius:8px}.staff-gateway>section{background:#fffdf8;border:1px solid #e3d4b5;box-shadow:0 40px 110px #0007}.staff-gateway>aside{background:linear-gradient(145deg,#ffffff14,#d3b3650c);border-color:#d7b76c45}.staff-gateway select{border-radius:5px;background:#f8f4eb;border-color:#d9cfbd}.staff-gateway h1{font-weight:650}.order-summary,.tracker-main{border-radius:8px;background:#fffdf9;border-color:#d8cebd}.eta-card{border-radius:7px;background:linear-gradient(135deg,#0e1b14,#294432);border:1px solid #d0ab5b44}.eta-ring{border-color:#e0bd68}.live-map{border-radius:7px}.summary-address,.summary-status{border-radius:5px;background:#f3efe6}.ghost-btn,.receipt-btn{border-radius:5px;background:#fffdf9;border-color:#d8cebd}@media (max-width:720px){.store-header{height:74px}.food-hero{min-height:auto}.hero-copy{padding:66px 22px}.hero-copy h1{font-size:53px}.hero-image{height:360px}.hero-float{border-radius:4px}.menu-shell{padding-top:58px}.menu-top h2{font-size:36px}.dish-card{border-radius:6px}.ops-page{background:#f3f1eb}.ops-header{margin-bottom:14px}.metric{border-radius:6px}.sidebar{border-top:1px solid #c9a85b33}.order-summary,.tracker-main{border-radius:7px}}.store-page{background:#f4efe5}.store-page .service-bar{position:relative;z-index:31;background:#070b09;color:#cfc5af}.store-page .store-header{position:absolute;top:40px;left:0;right:0;z-index:30;background:linear-gradient(#07100dcc,transparent);color:#fff;border:0;box-shadow:none;padding-inline:6vw}.store-page .brand small{color:#c6bba6}.store-page .location{background:#111b17c9;border-color:#dfc78644;color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.store-page .location small{color:#bbb5aa}.store-page .text-button{color:#fff}.store-page .bag-button{background:#f1dfaa;color:#141a16;border-color:#fff4;box-shadow:0 18px 42px #0006}.store-page .food-hero{min-height:860px;display:grid;grid-template-columns:1fr;background:#070b09}.store-page .hero-image{position:absolute;inset:0}.store-page .hero-image>img{transform:none;filter:saturate(.84) contrast(1.13) brightness(.64)}.store-page .hero-image:hover>img{transform:scale(1.015)}.store-page .hero-image:after{background:linear-gradient(90deg,#050a08e8,#09100db8 38%,#080d0a2e 75%),linear-gradient(0deg,#060a08d9,transparent 45%,#0509078a)}.store-page .hero-copy{width:min(760px,90vw);padding:190px 0 105px;margin-left:8vw;align-self:center}.store-page .hero-copy h1{font-size:clamp(76px,8vw,122px);line-height:.79;max-width:760px}.store-page .hero-copy>p:not(.eyebrow){max-width:520px;color:#ddd7cb}.store-page .hero-float{display:none}.store-page .hero-actions a,.store-page .hero-actions button{height:58px;padding-inline:25px}.store-page .hero-proof{padding-top:18px;border-top:1px solid #e0c77942;max-width:520px}.store-page .menu-shell{max-width:1560px;padding:110px 5vw 130px}.store-page .menu-top{border-bottom:1px solid #cbbd9f;padding-bottom:32px}.store-page .menu-top h2{font-size:64px}.store-page .menu-grid{grid-template-columns:repeat(2,1fr);gap:1px;background:#cfc2aa;border:1px solid #cfc2aa}.store-page .dish-card{display:grid;grid-template-columns:44% 56%;min-height:290px;border:0;border-radius:0;box-shadow:none}.store-page .dish-card:hover{transform:none;box-shadow:inset 0 0 0 2px #b68b43}.store-page .dish-visual{height:100%;min-height:290px}.store-page .dish-visual img{transform:scale(2.15)}.store-page .dish-info{padding:35px;min-height:290px}.store-page .dish-title h3{font-family:Cormorant Garamond,Georgia,serif;font-size:30px;font-weight:600}.store-page .dish-title strong{font-size:18px}.store-page .dish-info p{font-size:15px;line-height:1.65}.store-page .add{right:32px;bottom:30px;width:46px;height:46px}.store-page .cart-panel{background:#faf7f0}.staff-gateway{grid-template-columns:minmax(420px,1fr) minmax(500px,610px);gap:0;padding:0;background:radial-gradient(circle at 18% 25%,#3b543f 0,#111d16 38%,#050906 100%)}.staff-gateway:before{content:"HEARTH  /  SERVICE";position:absolute;left:6vw;top:7vh;color:#d4b467;font-size:12px;letter-spacing:.3em}.staff-gateway>section{grid-column:2;min-height:100vh;border-radius:0;padding:9vh 6vw;display:flex;flex-direction:column;justify-content:center;background:#f8f4eb;border:0;box-shadow:-40px 0 100px #0006}.staff-gateway>aside{grid-column:1;grid-row:1;width:min(510px,78%);justify-self:center;border:0;background:transparent;padding:40px;color:#fff}.staff-gateway>aside:before{content:"Every service. One clear rhythm.";display:block;font:600 clamp(48px,5vw,78px)/.9 Cormorant Garamond,Georgia,serif;letter-spacing:-.04em;margin-bottom:45px}.staff-gateway .brand{margin-bottom:70px}.staff-gateway h1{font-size:58px}.staff-gateway select{height:54px;background:#fffdf8;border-color:#cdbf9f}.staff-gateway .primary-btn{height:56px;margin-top:12px}.staff-gateway aside h2{font-size:38px;color:#e3c272}.ops-page{grid-template-columns:288px 1fr;background:#e9e5dc}.ops-content{background:linear-gradient(180deg,#101a15 0 230px,#efede7 230px);padding-inline:42px}.ops-header{color:#fff;border-bottom-color:#ffffff1f}.ops-header p{color:#b6bdb8}.ops-header .bell,.ops-header .branch-btn,.ops-header .ops-search{background:#ffffff0d;border-color:#ffffff25;color:#fff}.ops-header input{color:#fff}.ops-header input::placeholder{color:#aeb5b0}.ops-content>.metric-row .metric{box-shadow:0 20px 45px #08100c25}.board-head{margin-top:38px}.order-workspace{min-height:620px}.order-detail{border-left:1px solid #d9cfbd}@media (max-width:1000px){.store-page .food-hero{min-height:780px}.store-page .hero-copy{margin-left:6vw}.staff-gateway,.store-page .menu-grid{grid-template-columns:1fr}.staff-gateway>section{grid-column:1;padding-inline:8vw}.staff-gateway:before,.staff-gateway>aside{display:none}}@media (max-width:720px){.store-page .store-header{top:40px;padding-inline:16px}.store-page .food-hero{min-height:720px}.store-page .hero-copy{padding:150px 22px 70px;margin:0}.store-page .hero-copy h1{font-size:66px;line-height:.84}.store-page .hero-image{height:auto}.store-page .hero-actions{align-items:stretch}.store-page .menu-shell{padding:70px 14px 90px}.store-page .menu-top h2{font-size:48px}.store-page .dish-card{grid-template-columns:1fr}.store-page .dish-visual{height:240px;min-height:240px}.store-page .dish-info{min-height:250px;padding:25px}.staff-gateway>section{padding:55px 24px}.staff-gateway .brand{margin-bottom:48px}.staff-gateway h1{font-size:44px}.ops-content{background:linear-gradient(180deg,#101a15 0 205px,#efede7 205px);padding-inline:12px}}.store-page .hero-image>img{content:url(/assets/hero-signature.webp)}.store-page .dish-card:nth-child(4n+1) .dish-visual img{content:url(/assets/menu-burger.webp);transform:none}.store-page .dish-card:nth-child(4n+2) .dish-visual img{content:url(/assets/menu-salmon.webp);transform:none}.store-page .dish-card:nth-child(4n+3) .dish-visual img{content:url(/assets/menu-pasta.webp);transform:none}.store-page .dish-card:nth-child(4n+4) .dish-visual img{content:url(/assets/menu-cake.webp);transform:none}.store-page .dish-visual img{object-position:center!important}.store-page .dish-card:hover .dish-visual img{transform:scale(1.025)}:root{--atelier:#f3efe8;--paper:#fffdfa;--charcoal:#111816;--forest:#17372c;--wine:#6f2633;--copper:#b86c45;--mist:#e7e2d9;--slate:#64706b}body{background:var(--atelier);color:var(--charcoal)}.store-page .service-bar{height:34px;background:#762b37;color:#fff4ee;border:0;font-size:11px;letter-spacing:.09em}.store-page .service-bar a{color:#fff;font-weight:800}.store-page .store-header{top:34px;height:106px;background:linear-gradient(180deg,#0a1211df,transparent);padding-inline:5vw}.store-page .brand-mark{width:48px;height:48px;background:#f6eee1;color:#6f2633;border:1px solid #fff8;border-radius:50%;box-shadow:none;font-family:Georgia,serif;font-size:24px}.store-page .brand b{font-family:Georgia,serif;font-size:21px;font-weight:500;letter-spacing:.01em}.store-page .brand small{font-size:8px;color:#e7dfd1}.store-page .bag-button{background:#762b37;color:#fff;border:1px solid #b8767f;border-radius:99px;padding-inline:18px}.store-page .bag-button span{background:#fff;color:#762b37}.store-page .location{border-radius:99px;background:#ffffff12;border-color:#ffffff38}.store-page .food-hero{min-height:880px}.store-page .hero-image>img{filter:saturate(.78) contrast(1.08) brightness(.58)}.store-page .hero-image:after{background:linear-gradient(90deg,#08100fe8,#091210aa 43%,transparent 78%),linear-gradient(0deg,#09100dc7,transparent 55%)}.store-page .hero-copy{margin-left:9vw;padding-top:210px}.store-page .hero-copy .eyebrow{color:#f3c9b5}.store-page .hero-copy h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(72px,8.5vw,130px);line-height:.84;font-weight:400;letter-spacing:-.065em}.store-page .hero-copy h1 em{color:#f3c9b5;font-style:italic}.store-page .hero-copy>p:not(.eyebrow){font-family:Georgia,serif;font-size:20px;line-height:1.65;color:#eee7dc}.store-page .hero-primary{background:#fff7ed;color:#692a35;border-radius:99px}.store-page .hero-actions button{border-radius:99px}.store-page .hero-proof{color:#e4ddd2}.hospitality-ribbon{display:grid;grid-template-columns:repeat(3,1fr);max-width:1280px;margin:-45px auto 0;position:relative;z-index:3;background:var(--paper);border:1px solid #d8d0c4;box-shadow:0 24px 70px #23191418}.hospitality-ribbon>div{padding:30px 34px;border-right:1px solid #ded7cc;display:flex;flex-direction:column;gap:6px}.hospitality-ribbon>div:last-child{border:0}.hospitality-ribbon small{color:var(--wine);font-weight:800;letter-spacing:.15em}.hospitality-ribbon b{font:500 23px/1.2 Georgia,serif}.hospitality-ribbon span{color:var(--slate);font-size:12px;line-height:1.55}.store-page .menu-shell{padding-top:120px}.store-page .menu-top h2{font:400 62px/1 Georgia,serif}.store-page .eyebrow{color:var(--wine)}.store-page .categories{gap:0;border-block:1px solid #d2cbc0;margin-top:28px}.store-page .categories button{border:0;border-right:1px solid #d2cbc0;background:transparent;border-radius:0;padding:16px 23px}.store-page .categories .active{background:var(--wine);color:#fff}.store-page .menu-grid{background:#d5cec2;border-color:#d5cec2}.store-page .dish-card{background:var(--paper)}.store-page .dish-card:hover{box-shadow:inset 0 0 0 2px var(--wine)}.store-page .dish-title h3{font-family:Georgia,serif;font-size:28px}.store-page .dish-title strong{color:var(--wine)}.store-page .dish-info p{color:#6b6e68}.store-page .add{background:var(--wine);border-radius:50%;box-shadow:none}.store-page .cart-panel{background:var(--paper);border-left:1px solid #d5cdc0}.store-page .cart-head{background:var(--paper)}.store-page .primary-btn{background:var(--wine);border-radius:99px}.store-page .payment-grid button.active{border-color:var(--wine);box-shadow:inset 0 0 0 1px var(--wine)}.staff-gateway{background:#111918}.staff-gateway:after{content:"OPERATIONS, WITHOUT THE NOISE.";position:absolute;left:7vw;bottom:8vh;width:550px;color:#f3ede3;font:400 66px/.88 Georgia,serif;letter-spacing:-.05em}.staff-gateway>section{background:#f4f1eb;padding:8vh 6vw}.staff-gateway>section .brand-mark{background:var(--wine);color:white;border-radius:50%;box-shadow:none}.staff-gateway h1{font:400 58px/1 Georgia,serif}.staff-gateway .primary-btn{background:var(--wine);border-radius:99px}.staff-gateway select{border-radius:2px;background:#fff;border-color:#cec6b9}.staff-gateway>aside:before{font-family:Georgia,serif;font-weight:400}.staff-gateway>aside h2{color:#f0bdad}.ops-page{grid-template-columns:270px 1fr;background:#e9e7e2}.sidebar{background:#101817;border-right:1px solid #30403c;padding:28px 16px}.ops-brand .brand-mark,.staff>span{background:var(--wine);border-radius:50%;box-shadow:none}.sidebar button{border-radius:8px}.sidebar button.active{background:#f1eee7;color:#111816;box-shadow:none;border-color:#f1eee7}.sidebar button.active b{background:var(--wine);color:#fff}.ops-content{background:#efede8;padding-inline:34px}.ops-header{height:108px;color:var(--charcoal);border-color:#d5d0c8}.ops-header p{color:#6f7873}.ops-header .bell,.ops-header .branch-btn,.ops-header .ops-search{background:#fff;border-color:#d4cec4;color:#18201d}.ops-header input{color:#18201d}.ops-header input::placeholder{color:#8a908c}.command-ribbon{display:grid;grid-template-columns:1.1fr 1fr 1fr 1fr auto;background:#172522;color:#fff;border-radius:12px;margin:0 0 20px;min-height:76px;align-items:center;padding:0 18px;box-shadow:0 16px 35px #15201c20}.command-ribbon>div{display:flex;flex-direction:column;padding:0 18px;border-left:1px solid #ffffff1f}.command-ribbon>div:first-child{flex-direction:row;border:0;gap:9px;align-items:center;font-weight:800}.command-ribbon small{color:#96a39e;font-size:10px;text-transform:uppercase;letter-spacing:.1em}.command-ribbon b{font-size:13px;margin-top:4px}.command-ribbon button{background:#f4efe7;border:0;border-radius:99px;padding:11px 16px;font-weight:800}.live-signal{width:8px;height:8px;border-radius:50%;background:#60d394;box-shadow:0 0 0 5px #60d39422}.closed-dot:before{content:"";display:inline-block;width:7px;height:7px;margin-right:6px;border-radius:50%;background:#d26a65}.notice-drawer,.ops-error{display:flex;align-items:center;gap:14px;padding:13px 16px;margin:-7px 0 16px;border-radius:10px}.notice-drawer{background:#fff;border:1px solid #d7d1c7}.notice-drawer span{flex:1 1;color:#67706c;font-size:13px}.notice-drawer button{border:0;background:#eee9e1;border-radius:99px;padding:7px 12px;font-weight:800}.ops-error{background:#fff0ee;color:#8c312d;border:1px solid #efc8c4}.ops-error svg{width:18px}.danger-btn:disabled,.primary-btn:disabled{opacity:.55;cursor:wait}.metric{background:#fff;border:0;border-radius:12px;box-shadow:0 8px 28px #1a221e0a}.metric>span{background:#eee8df;color:var(--wine);border-radius:50%}.board-head h2{font:500 28px/1.1 Georgia,serif}.order-workspace{border:0;border-radius:12px;box-shadow:0 14px 45px #18201d12}.order-row{background:#fff;border-color:#ebe7df}.order-row.selected{background:#f7f2eb;box-shadow:inset 4px 0 var(--wine)}.status-icon{border-radius:50%;background:#f4e5e6;color:var(--wine)}.status-pill{border-radius:99px}.order-detail{background:#fff}.primary-btn{background:var(--wine);border-radius:99px}.inventory-card,.sales-chart,.top-dishes{background:#fff;border:0;border-radius:12px}.stock-control{background:#172522;border-radius:12px}.insight-strip{background:#172522;border:0;border-radius:12px}.insight-strip button{background:#f2c4b4;color:#3b1d23;border-radius:99px}@media (max-width:1000px){.staff-gateway:after{display:none}.hospitality-ribbon{margin:0;max-width:none}.command-ribbon{grid-template-columns:1fr 1fr}.command-ribbon>div{padding:12px}.command-ribbon button{margin:10px}}@media (max-width:720px){.store-page .hero-copy h1{font-size:61px}.hospitality-ribbon{grid-template-columns:1fr;margin:0 14px}.hospitality-ribbon>div{border-right:0;border-bottom:1px solid #ded7cc;padding:22px}.command-ribbon{grid-template-columns:1fr 1fr}.command-ribbon>div:nth-child(3),.command-ribbon>div:nth-child(4){display:none}.ops-content{background:#efede8}.store-page .categories{border-top:1px solid #d2cbc0}.store-page .menu-top h2{font-size:48px}}