:root{
  --green-950:#183b1a;
  --green-900:#204f22;
  --green-800:#2b682d;
  --green-700:#367d37;
  --green-100:#e8f3dd;
  --green-050:#f4f8ef;
  --cream:#fbfcf7;
  --ink:#172018;
  --muted:#697069;
  --line:#e7e9e3;
  --white:#fff;
  --warning:#f0a322;
  --shadow:0 18px 50px rgba(32,79,34,.12);
  --radius-xl:30px;
  --radius-lg:22px;
  --radius-md:16px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:linear-gradient(180deg,#f2f7e9 0,#fff 460px);
  color:var(--ink);
  padding-bottom:92px;
}
button,input,textarea{font:inherit}
button{cursor:pointer}
a{text-decoration:none;color:inherit}
.hidden{display:none!important}
.app-shell{max-width:1180px;margin:0 auto;padding:0 22px 60px}
.topbar{
  height:92px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;
}
.brand{display:inline-flex;flex-direction:column;line-height:.82;width:max-content;color:var(--green-900);transform:rotate(-2deg)}
.brand-main{font-weight:900;font-style:italic;font-size:25px;letter-spacing:-1.5px}
.brand-sub{font-size:8px;letter-spacing:4px;font-weight:800;margin-top:7px;text-align:center}
.outlet-chip{
  border:0;background:rgba(255,255,255,.8);box-shadow:0 8px 22px rgba(0,0,0,.04);
  border-radius:999px;padding:11px 16px;display:flex;align-items:center;gap:8px;color:var(--green-950);font-weight:700
}
.cart-top-button{justify-self:end;position:relative}
.icon-button{
  border:1px solid var(--line);background:#fff;border-radius:50%;width:44px;height:44px;
  display:grid;place-items:center;font-size:18px;color:var(--ink)
}
.cart-badge{
  position:absolute;right:-5px;top:-5px;background:var(--green-700);color:#fff;border:2px solid #fff;
  min-width:20px;height:20px;border-radius:999px;padding:0 5px;font-size:11px;display:grid;place-items:center;font-weight:800
}
.hero{
  min-height:470px;border-radius:34px;overflow:hidden;position:relative;
  display:grid;grid-template-columns:1fr 1fr;align-items:center;
  background:
    radial-gradient(circle at 75% 20%,rgba(255,255,255,.75),transparent 27%),
    linear-gradient(125deg,#f9fbf2 4%,#e9f1d7 62%,#cfe0a5);
  box-shadow:var(--shadow)
}
.hero-copy{padding:56px 0 56px 58px;position:relative;z-index:2}
.eyebrow{color:var(--green-700);font-size:12px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.hero h1{font-size:clamp(42px,5vw,68px);line-height:.98;letter-spacing:-.055em;margin:14px 0 22px;color:var(--green-950)}
.hero h1 span{color:#8cb84c}
.hero p{max-width:440px;color:#4d594d;font-size:16px;line-height:1.7;margin-bottom:28px}
.primary-button,.secondary-button,.soft-button{
  border:0;border-radius:14px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:10px
}
.primary-button{background:linear-gradient(135deg,var(--green-800),var(--green-950));color:#fff;padding:14px 19px;box-shadow:0 10px 25px rgba(32,79,34,.18)}
.primary-button:hover{transform:translateY(-1px)}
.hero-button{border-radius:999px;padding:15px 22px}
.hero-art{height:100%;display:flex;align-items:flex-end;justify-content:center;position:relative}
.hero-art img{width:min(520px,95%);height:auto;display:block;filter:drop-shadow(0 24px 22px rgba(35,70,28,.2))}
.menu-section,.why-section{padding-top:62px}
.section-toolbar{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}
.section-toolbar h2,.why-section h2{margin:6px 0 0;font-size:30px;letter-spacing:-.035em}
.soft-button{background:var(--green-050);color:var(--green-900);padding:11px 14px}
.search-wrap{
  height:52px;background:#fff;border:1px solid var(--line);border-radius:16px;
  display:flex;align-items:center;gap:10px;padding:0 16px;box-shadow:0 8px 20px rgba(0,0,0,.025)
}
.search-wrap input{border:0;outline:0;flex:1;font-size:15px;background:transparent}
.category-row{display:flex;gap:9px;overflow:auto;padding:16px 0 20px;scrollbar-width:none}
.category-row::-webkit-scrollbar{display:none}
.category-button{
  white-space:nowrap;border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 15px;font-weight:750;color:#5d655e
}
.category-button.active{border-color:#9ec072;background:var(--green-050);color:var(--green-950)}
.status-card{padding:15px 17px;border-radius:14px;background:#fff7e8;color:#6f5015;margin-bottom:18px;border:1px solid #f3dfb8}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{
  border:1px solid var(--line);background:#fff;border-radius:22px;overflow:hidden;
  box-shadow:0 10px 28px rgba(0,0,0,.045);transition:.2s;position:relative
}
.product-card:hover{transform:translateY(-3px);box-shadow:0 18px 34px rgba(32,79,34,.1)}
.product-media{height:228px;background:linear-gradient(160deg,#f5f7eb,#dfe9c6);display:grid;place-items:center;overflow:hidden}
.product-media img{width:100%;height:100%;object-fit:cover}
.product-info{padding:15px}
.product-category{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.07em;color:var(--green-700)}
.product-info h3{font-size:16px;margin:5px 0 6px;line-height:1.25}
.product-info p{margin:0;color:var(--muted);font-size:12px;line-height:1.45;min-height:34px}
.product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:14px}
.product-price{font-weight:900;color:var(--green-900);font-size:16px}
.add-circle{width:34px;height:34px;border-radius:50%;border:0;background:var(--green-800);color:#fff;font-size:18px}
.skeleton{min-height:330px;animation:pulse 1.3s infinite;background:linear-gradient(90deg,#f3f3ef 25%,#fafaf6 50%,#f3f3ef 75%);background-size:200% 100%}
@keyframes pulse{to{background-position:-200% 0}}
.promo-card{
  margin-top:28px;border-radius:24px;background:linear-gradient(120deg,#437d2f,#91ba50);
  color:#fff;display:grid;grid-template-columns:1fr 320px;min-height:190px;overflow:hidden;align-items:center;padding-left:34px
}
.promo-card h3{font-size:28px;margin:7px 0}.promo-card p{margin:0;opacity:.85}.promo-kicker{font-size:12px;font-weight:750}
.promo-card img{width:100%;height:190px;object-fit:contain;align-self:end}
.why-section{padding-bottom:20px}
.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:22px}
.benefit-grid article{display:flex;gap:13px;padding:20px;background:#fff;border:1px solid var(--line);border-radius:18px}
.benefit-grid i{font-size:25px;color:var(--green-700)}
.benefit-grid strong,.benefit-grid span{display:block}.benefit-grid strong{font-size:14px}.benefit-grid span{font-size:12px;color:var(--muted);line-height:1.5;margin-top:4px}
.mobile-nav{display:none}
.floating-cart{
  position:fixed;z-index:90;left:50%;bottom:22px;transform:translateX(-50%);width:min(520px,calc(100% - 28px));
  background:linear-gradient(135deg,var(--green-800),var(--green-950));color:#fff;border:0;border-radius:18px;padding:15px 18px;
  box-shadow:0 15px 40px rgba(19,58,22,.28);justify-content:space-between;align-items:center
}
.floating-cart:not(.hidden){display:flex}
.sheet-backdrop{position:fixed;inset:0;background:rgba(12,24,13,.45);backdrop-filter:blur(4px);z-index:100}
.bottom-sheet{
  position:fixed;z-index:110;right:22px;top:22px;bottom:22px;width:min(500px,calc(100% - 44px));
  background:#fff;border-radius:28px;overflow:auto;box-shadow:0 30px 80px rgba(0,0,0,.25)
}
.sheet-close{position:absolute;right:14px;top:14px;z-index:3;width:40px;height:40px;border:0;border-radius:50%;background:rgba(255,255,255,.9)}
.product-detail-media{height:330px;background:linear-gradient(150deg,#edf2dc,#cbdba3)}
.product-detail-media img{width:100%;height:100%;object-fit:cover}
.sheet-content{padding:25px}
.detail-category{font-size:11px;color:var(--green-700);font-weight:850;text-transform:uppercase}
.sheet-content h2{font-size:30px;letter-spacing:-.04em;margin:5px 0}
.detail-price{font-size:24px;font-weight:900;color:var(--green-800)}
.detail-description{font-size:14px;color:var(--muted);line-height:1.6}
.option-section{border-top:1px solid var(--line);padding-top:18px;margin-top:20px}
.option-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}
.option-heading span{font-size:11px;color:var(--muted)}
.choice-list{display:grid;gap:8px}
.choice{
  display:flex;align-items:center;gap:10px;padding:12px;border:1px solid var(--line);border-radius:13px;cursor:pointer
}
.choice input{accent-color:var(--green-700);width:17px;height:17px}
.choice .choice-copy{flex:1}.choice b,.choice small{display:block}.choice small{color:var(--muted);font-size:11px;margin-top:2px}.choice-price{font-size:12px;color:var(--green-700);font-weight:800}
.field-label{display:block;font-size:12px;font-weight:800;margin:18px 0 7px}.field-label span{font-weight:500;color:var(--muted)}
.text-field{
  width:100%;border:1px solid var(--line);background:#fff;border-radius:12px;padding:12px 13px;outline:none;resize:none
}
.text-field:focus{border-color:#95b46c;box-shadow:0 0 0 3px #edf5e2}
.add-row{display:flex;gap:12px;position:sticky;bottom:-25px;background:#fff;padding:18px 0 25px;margin-top:8px}
.qty-control{display:flex;border:1px solid var(--line);border-radius:13px;overflow:hidden;align-items:center;background:#fff}
.qty-control button{border:0;background:#fff;width:40px;height:48px}.qty-control strong{min-width:30px;text-align:center}.grow{flex:1}
.side-panel{
  position:fixed;z-index:120;inset:0 0 0 auto;width:min(520px,100%);background:#fff;box-shadow:-20px 0 60px rgba(0,0,0,.15);
  overflow:auto
}
.panel-header{
  position:sticky;top:0;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);height:74px;
  display:grid;grid-template-columns:44px 1fr 44px;align-items:center;padding:0 18px;border-bottom:1px solid var(--line);z-index:3
}
.panel-header h2{text-align:center;font-size:18px}
.panel-body{padding:20px 18px 40px}
.cart-line{display:grid;grid-template-columns:74px 1fr auto;gap:12px;padding:13px 0;border-bottom:1px solid var(--line)}
.cart-line img{width:74px;height:82px;border-radius:13px;object-fit:cover;background:#edf2dc}
.cart-line h4{margin:2px 0 5px;font-size:14px}.cart-line p{font-size:11px;color:var(--muted);margin:2px 0}.cart-line strong{display:block;margin-top:7px;color:var(--green-900)}
.line-actions{display:flex;flex-direction:column;align-items:end;justify-content:space-between}
.mini-qty{display:flex;align-items:center;border:1px solid var(--line);border-radius:10px;overflow:hidden}.mini-qty button{border:0;background:#fff;width:30px;height:30px}.mini-qty b{width:24px;text-align:center;font-size:12px}
.remove-line{border:0;background:transparent;color:#999}
.cart-summary{margin:20px 0;padding:18px;border:1px solid var(--line);border-radius:17px}.cart-summary>div{display:flex;justify-content:space-between;margin:9px 0;font-size:13px}.summary-total{border-top:1px solid var(--line);padding-top:13px!important;margin-top:13px!important;font-size:16px!important}.summary-total strong{color:var(--green-800)}.cart-summary small{color:var(--muted);line-height:1.5}
.checkout-card{border-top:8px solid #f5f6f2;padding-top:22px}.checkout-card h3{margin-top:0}
.pickup-box{border:1px solid #8caf70;background:#f7faef;border-radius:15px;padding:14px;display:grid;grid-template-columns:34px 1fr 24px;gap:10px;align-items:start;margin:18px 0}.pickup-box>i{font-size:20px;color:var(--green-700)}.pickup-box strong,.pickup-box span,.pickup-box small{display:block}.pickup-box span{font-size:12px;margin-top:3px}.pickup-box small{font-size:11px;color:var(--muted);margin-top:3px}
.full-button{width:100%;min-height:50px}.honeypot{position:absolute;left:-9999px}
.empty-state{text-align:center;padding:70px 20px;color:var(--muted)}.empty-state i{font-size:45px;color:#9aae8a}.empty-state h3{color:var(--ink)}
.payment-body{max-width:430px;margin:auto;text-align:center}.payment-amount{font-size:36px;font-weight:950;color:var(--green-800);margin:8px 0 4px}.payment-state>p{color:var(--muted);line-height:1.6;font-size:13px}
.qris-box{width:260px;height:260px;margin:24px auto;padding:18px;border:1px solid var(--line);border-radius:24px;background:#fff;display:grid;place-items:center;box-shadow:0 14px 35px rgba(0,0,0,.06)}.qris-box img,.qris-box canvas{max-width:100%;height:auto}
.countdown-box{display:flex;justify-content:center;gap:8px;font-size:13px}.countdown-box strong{color:var(--green-800)}
.waiting-pill{display:inline-flex;align-items:center;gap:8px;margin:16px 0 22px;padding:10px 14px;border-radius:999px;background:#f2f5ec;font-size:12px;font-weight:800}.pulse-dot{width:8px;height:8px;border-radius:50%;background:#e4a12c;box-shadow:0 0 0 0 rgba(228,161,44,.5);animation:dotpulse 1.4s infinite}@keyframes dotpulse{70%{box-shadow:0 0 0 9px rgba(228,161,44,0)}}
.secondary-button{background:#fff;border:1px solid #9bb77d;color:var(--green-800);padding:13px}
.success-icon{width:92px;height:92px;border-radius:50%;background:var(--green-700);color:#fff;display:grid;place-items:center;font-size:52px;margin:45px auto 18px;box-shadow:0 15px 30px rgba(54,125,55,.22)}.payment-success h2{font-size:26px}.order-code-card{border:1px solid var(--line);border-radius:17px;margin:24px 0;padding:18px;display:grid;grid-template-columns:1fr 1fr;gap:13px;text-align:left}.order-code-card span{font-size:11px;color:var(--muted)}.order-code-card strong{text-align:right}
.order-history-card{border:1px solid var(--line);border-radius:17px;padding:16px;margin-bottom:12px}.order-history-head{display:flex;justify-content:space-between;gap:10px}.order-history-card h3{margin:0;font-size:15px}.order-history-card p{margin:5px 0;color:var(--muted);font-size:12px}.status-badge{height:max-content;border-radius:999px;background:#eef5e8;color:var(--green-700);padding:6px 9px;font-size:10px;font-weight:850}.order-history-footer{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:12px;margin-top:12px;font-size:13px}.order-history-footer strong{color:var(--green-800)}
.toast{position:fixed;z-index:200;left:50%;bottom:100px;transform:translateX(-50%);background:#152217;color:#fff;padding:12px 16px;border-radius:12px;box-shadow:var(--shadow);font-size:13px;max-width:calc(100% - 30px)}
@media(max-width:900px){
  .hero{grid-template-columns:1fr 1fr;min-height:400px}.hero-copy{padding-left:34px}
  .product-grid{grid-template-columns:repeat(2,1fr)}.benefit-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
  body{background:#fff;padding-bottom:98px}.app-shell{padding:0 14px 36px}.topbar{height:72px;grid-template-columns:1fr auto auto}.brand-main{font-size:20px}.brand-sub{font-size:6px}.outlet-chip{padding:8px 10px;font-size:11px}.cart-top-button{display:none}
  .hero{min-height:390px;border-radius:24px;grid-template-columns:1.08fr .92fr}.hero-copy{padding:30px 0 30px 22px}.hero h1{font-size:39px}.hero p{font-size:13px;line-height:1.55;margin-bottom:20px}.hero .eyebrow{font-size:9px}.hero-button{font-size:12px;padding:12px 15px}.hero-art img{width:145%;max-width:none;transform:translateX(7%)}
  .menu-section,.why-section{padding-top:38px}.section-toolbar h2,.why-section h2{font-size:24px}.soft-button{font-size:11px}.product-grid{grid-template-columns:repeat(2,1fr);gap:11px}.product-media{height:170px}.product-card{border-radius:17px}.product-info{padding:12px}.product-info h3{font-size:14px}.product-info p{display:none}.product-price{font-size:14px}.add-circle{width:31px;height:31px}
  .promo-card{grid-template-columns:1fr 140px;min-height:155px;padding-left:20px}.promo-card h3{font-size:20px}.promo-card p{font-size:11px}.promo-card img{height:155px}
  .benefit-grid{grid-template-columns:1fr}.mobile-nav{position:fixed;z-index:80;left:0;right:0;bottom:0;height:72px;background:rgba(255,255,255,.95);backdrop-filter:blur(14px);border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);padding-bottom:env(safe-area-inset-bottom)}.mobile-nav a,.mobile-nav button{border:0;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#777;font-size:10px;position:relative}.mobile-nav i{font-size:18px}.mobile-nav .active{color:var(--green-700)}.mobile-nav b{position:absolute;top:9px;left:calc(50% + 9px);background:var(--green-700);color:#fff;min-width:17px;height:17px;border-radius:999px;font-size:9px;display:grid;place-items:center}
  .floating-cart{bottom:82px}
  .bottom-sheet{left:0;right:0;top:auto;bottom:0;width:100%;max-height:92vh;border-radius:26px 26px 0 0}.product-detail-media{height:285px}.sheet-content{padding:20px}.sheet-content h2{font-size:25px}.add-row{bottom:-20px;padding-bottom:20px}
  .side-panel{width:100%}.panel-body{padding-bottom:90px}.panel-header{height:66px}
}
