:root {
  --ink: #17251f;
  --muted: #66736d;
  --cream: #f7f4ed;
  --paper: #fffdf9;
  --green: #0e5a3f;
  --green-dark: #083d2b;
  --lime: #dbe86f;
  --orange: #ed6b3b;
  --line: #e5e4dc;
  --shadow: 0 18px 60px rgba(28, 49, 39, .12);
  --radius: 18px;
}

@media (max-width: 760px) {
  .header-actions .account-button { display: block; max-width: 58px; overflow: hidden; text-overflow: ellipsis; font-size: 9px; }
  .login-shell { grid-template-columns: 1fr; }
  .login-copy { padding: 38px 25px 24px; }
  .login-copy h2 { font-size: 28px; }
  .login-shell > form { padding: 25px; }
  .demo-logins { grid-template-columns: 1fr; }
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; }
button, input { font: inherit; }
button { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid rgba(237,107,59,.35); outline-offset: 2px; }
img { display: block; width: 100%; }

.site-header { height: 76px; background: rgba(255,253,249,.96); position: sticky; top: 0; z-index: 40; border-bottom: 1px solid rgba(229,228,220,.8); backdrop-filter: blur(15px); }
.header-inner { max-width: 1240px; height: 100%; padding: 0 28px; margin: auto; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; color: var(--ink); font-size: 21px; font-weight: 700; letter-spacing: -1.1px; white-space: nowrap; }
.brand > span:last-child > span { color: var(--orange); }
.brand-logo { display: block; width: 190px; height: auto; object-fit: contain; }
.brand-symbol { display: block; width: 42px; height: 42px; border-radius: 9px; object-fit: cover; }
.brand-mark { width: 33px; height: 33px; border-radius: 8px; background: var(--green); display: flex; align-items: flex-end; justify-content: center; gap: 3px; padding: 8px 7px; position: relative; overflow: hidden; }
.brand-mark:before { content: ""; position: absolute; width: 36px; height: 15px; border-radius: 50%; background: rgba(219,232,111,.25); top: -7px; right: -9px; transform: rotate(15deg); }
.brand-mark span { display: block; width: 4px; background: #fff; border-radius: 4px 4px 0 0; }
.brand-mark span:nth-child(1) { height: 11px; transform: rotate(-12deg); }
.brand-mark span:nth-child(2) { height: 17px; }
.brand-mark span:nth-child(3) { height: 13px; transform: rotate(12deg); }
.location-pill { margin-left: 8px; display: flex; align-items: center; gap: 9px; padding: 8px 11px; border: 0; background: transparent; cursor: pointer; text-align: left; border-left: 1px solid var(--line); }
.location-pill .icon { color: var(--orange); font-size: 21px; }
.location-pill small, .location-pill strong { display: block; line-height: 1.15; }
.location-pill small { color: var(--muted); font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .7px; }
.location-pill strong { font-size: 13px; margin-top: 3px; max-width: 120px; overflow: hidden; text-overflow: ellipsis; }
.header-search { margin-left: auto; width: min(330px, 27vw); height: 42px; border: 1px solid var(--line); background: #f7f6f1; display: flex; align-items: center; border-radius: 12px; padding: 0 13px; gap: 8px; }
.header-search span { font-size: 22px; color: #617069; transform: rotate(-15deg); }
.header-search input { width: 100%; border: 0; outline: 0; background: transparent; font-size: 13px; color: var(--ink); }
.header-actions { display: flex; align-items: center; gap: 9px; }
.round-btn { border: 1px solid var(--line); width: 42px; height: 42px; border-radius: 12px; background: white; color: var(--green); font-size: 18px; cursor: pointer; }
.cart-button { border: 0; border-radius: 12px; background: var(--green); color: #fff; height: 42px; padding: 0 14px; display: flex; align-items: center; gap: 9px; cursor: pointer; font-size: 13px; font-weight: 700; }
.cart-button strong { display: grid; place-items: center; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 99px; color: var(--green-dark); background: var(--lime); font-size: 11px; }
.account-button { border: 0; background: transparent; color: var(--green); font-size: 11px; font-weight: 700; cursor: pointer; white-space: nowrap; }

.hero { min-height: 570px; background: var(--green-dark); color: #fff; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(430px, .97fr); overflow: hidden; position: relative; }
.hero-copy { padding: 76px max(36px, calc((100vw - 1184px)/2)); padding-right: 32px; position: relative; z-index: 3; }
.eyebrow, .kicker { font-size: 11px; text-transform: uppercase; font-weight: 700; letter-spacing: 2.1px; color: var(--orange); }
.eyebrow { color: #dbe86f; display: flex; align-items: center; gap: 9px; }
.eyebrow span { display: block; width: 19px; height: 2px; background: currentColor; }
.hero h1 { margin: 18px 0 14px; font: 700 clamp(48px, 5vw, 75px)/.95 "Fraunces", serif; letter-spacing: -3px; }
.hero h1 em { color: var(--lime); font-style: normal; }
.hero-copy > p { color: #bfd0c8; max-width: 550px; line-height: 1.65; font-size: 16px; }
.location-finder { background: #fff; padding: 7px; border-radius: 13px; max-width: 540px; height: 60px; margin-top: 29px; display: flex; align-items: center; box-shadow: 0 20px 50px rgba(0,0,0,.14); }
.location-finder > span { color: var(--orange); font-size: 22px; margin: 0 10px; }
.location-finder input { flex: 1; min-width: 0; border: 0; outline: 0; height: 100%; color: var(--ink); font-size: 14px; }
.location-finder button { height: 46px; border: 0; background: var(--orange); color: #fff; border-radius: 9px; padding: 0 22px; cursor: pointer; font-weight: 700; }
.detect-location { border: 0; background: none; color: #fff; margin: 14px 0 27px; padding: 0; cursor: pointer; font-size: 13px; }
.detect-location span { color: var(--lime); margin-right: 6px; }
.trust-row { display: flex; align-items: center; gap: 17px; color: #97ada3; font-size: 11px; }
.trust-row b { color: #fff; }
.trust-row i { width: 3px; height: 3px; background: #758d82; border-radius: 50%; }
.hero-visual { position: relative; background: #0b4a35; overflow: hidden; min-height: 500px; }
.hero-visual:before { content: ""; position: absolute; width: 600px; height: 600px; border-radius: 50%; background: #dbe86f; right: -145px; top: -120px; opacity: .92; }
.hero-orbit { position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; z-index: 1; }
.orbit-one { width: 510px; height: 510px; right: -20px; top: 12px; }
.orbit-two { width: 370px; height: 370px; right: 65px; top: 80px; }
.hero-dish { position: absolute; border-radius: 50%; overflow: hidden; border: 9px solid #f7f2e9; box-shadow: 0 25px 60px rgba(0,0,0,.3); z-index: 2; }
.hero-dish img { height: 100%; object-fit: cover; }
.main-dish { width: min(28vw, 390px); height: min(28vw, 390px); right: 12%; top: 72px; }
.side-dish { width: 124px; height: 124px; border-width: 6px; }
.side-dish.one { left: 5%; top: 106px; }
.side-dish.two { right: 6%; bottom: 39px; }
.fresh-tag { position: absolute; background: #fff; color: var(--ink); border-radius: 12px; padding: 13px 15px; display: grid; grid-template-columns: 29px auto; left: 8%; bottom: 92px; z-index: 3; box-shadow: var(--shadow); min-width: 172px; }
.fresh-tag > span { grid-row: span 2; width: 28px; height: 28px; display: grid; place-items: center; color: var(--orange); background: #fff0e8; border-radius: 50%; }
.fresh-tag strong { font-size: 12px; }
.fresh-tag small { color: var(--muted); font-size: 10px; margin-top: 2px; }
.leaf { position: absolute; font-size: 62px; color: var(--green); z-index: 4; }
.leaf-one { top: 25px; right: 31%; transform: rotate(25deg); }
.leaf-two { bottom: 12px; left: 37%; transform: rotate(205deg); }

.availability-strip { max-width: 1184px; min-height: 65px; margin: -1px auto 0; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; font-size: 12px; }
.availability-strip > div { display: flex; align-items: center; gap: 8px; }
.availability-strip strong { font-size: 13px; }
.availability-strip div > span:last-child { color: var(--muted); margin-left: 6px; }
.live-dot, .mini-live { width: 7px; height: 7px; border-radius: 50%; background: #3bb376; box-shadow: 0 0 0 5px rgba(59,179,118,.12); }
.availability-strip button, .text-button { border: 0; background: none; cursor: pointer; color: var(--green); font-weight: 700; font-size: 12px; }
.availability-strip button span, .text-button span { color: var(--orange); margin-left: 4px; }

.section { max-width: 1184px; margin: auto; padding: 75px 0; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.section-heading h2 { font: 700 34px/1.1 "Fraunces", serif; letter-spacing: -1.1px; margin: 8px 0 0; }
.category-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 13px; }
.category-card { border: 1px solid var(--line); background: #fff; border-radius: 14px; overflow: hidden; cursor: pointer; text-align: left; padding: 0; transition: .2s ease; }
.category-card:hover, .category-card.active { border-color: var(--orange); transform: translateY(-3px); box-shadow: 0 14px 34px rgba(35,56,46,.1); }
.category-card .category-image { height: 105px; overflow: hidden; position: relative; background: var(--cream); }
.category-card img { height: 100%; object-fit: cover; transition: transform .35s; }
.category-card:hover img { transform: scale(1.05); }
.category-card > span { display: block; padding: 13px 12px 2px; font-size: 13px; font-weight: 700; }
.category-card > small { display: block; padding: 0 12px 14px; color: var(--muted); font-size: 10px; }

.nearby-section { padding-top: 20px; }
.filter-tabs { display: flex; align-items: center; padding: 3px; background: #f2f1eb; border-radius: 10px; }
.filter-tabs button { border: 0; background: transparent; border-radius: 8px; padding: 9px 13px; font-size: 11px; cursor: pointer; color: var(--muted); display: flex; align-items: center; gap: 8px; }
.filter-tabs button.active { color: var(--ink); background: #fff; box-shadow: 0 3px 10px rgba(31,46,39,.08); font-weight: 700; }
.mini-live { display: inline-block; width: 6px; height: 6px; box-shadow: none; }
.results-summary { padding: 12px 16px; background: #f1f6ef; color: var(--green); border-radius: 10px; margin: -8px 0 20px; font-size: 13px; }
.merchant-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.merchant-card { border: 1px solid var(--line); border-radius: 16px; background: #fff; overflow: hidden; cursor: pointer; transition: .2s ease; }
.merchant-card:hover { transform: translateY(-4px); box-shadow: 0 18px 45px rgba(34,50,42,.11); }
.merchant-image { height: 190px; position: relative; overflow: hidden; background: #eee; }
.merchant-image img { height: 100%; object-fit: cover; transition: transform .4s; }
.merchant-card:hover .merchant-image img { transform: scale(1.04); }
.merchant-badge { position: absolute; left: 12px; top: 12px; color: #fff; background: rgba(11,55,40,.9); backdrop-filter: blur(8px); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; border-radius: 99px; padding: 7px 9px; }
.merchant-badge.closed { background: rgba(43,49,46,.86); }
.merchant-badge .mini-live { display: inline-block; margin-right: 6px; vertical-align: 1px; }
.distance-badge { position: absolute; right: 12px; bottom: 12px; border-radius: 7px; padding: 6px 8px; background: rgba(255,255,255,.92); font-size: 10px; font-weight: 700; }
.merchant-body { padding: 17px; }
.merchant-title-row { display: flex; justify-content: space-between; gap: 12px; align-items: start; }
.merchant-title-row h3 { margin: 0; font-size: 17px; line-height: 1.2; }
.merchant-title-row button { border: 0; background: #f6f6f1; width: 28px; height: 28px; border-radius: 50%; cursor: pointer; flex: 0 0 auto; }
.merchant-location { color: var(--muted); font-size: 10px; margin: 7px 0 12px; }
.merchant-meta { display: flex; gap: 12px; color: #45534c; font-size: 10px; align-items: center; }
.merchant-meta span { display: flex; align-items: center; gap: 4px; }
.merchant-meta b { color: var(--orange); }
.merchant-tags { margin-top: 13px; padding-top: 12px; border-top: 1px solid #f0eee9; display: flex; flex-wrap: wrap; gap: 6px; }
.merchant-tags span { padding: 5px 8px; border-radius: 99px; color: #53625a; background: #f5f4ef; font-size: 9px; }
.load-more { display: flex; align-items: center; gap: 12px; margin: 28px auto 0; border: 1px solid var(--line); background: #fff; border-radius: 10px; padding: 12px 18px; cursor: pointer; font-size: 12px; font-weight: 700; }
.load-more span { color: var(--orange); }
.empty-state { text-align: center; padding: 55px 20px; color: var(--muted); }
.empty-state > div { font-size: 38px; color: var(--orange); }
.empty-state h3 { color: var(--ink); margin-bottom: 6px; }
.empty-state p { font-size: 13px; }
.empty-state button { border: 0; background: var(--green); color: #fff; padding: 10px 15px; border-radius: 9px; cursor: pointer; }

.feature-band { margin: 5px auto 0; max-width: 1240px; min-height: 470px; background: var(--green); color: #fff; border-radius: 24px; padding: 64px 88px; display: grid; grid-template-columns: 1fr 400px; gap: 90px; position: relative; overflow: hidden; }
.feature-band:after { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; right: -70px; bottom: -140px; }
.kicker.light { color: var(--lime); }
.feature-copy h2 { font: 700 43px/1.06 "Fraunces", serif; letter-spacing: -1.7px; margin: 12px 0 16px; }
.feature-copy > p { color: #bcd1c7; max-width: 490px; line-height: 1.6; font-size: 14px; }
.feature-points { display: flex; gap: 28px; margin-top: 38px; }
.feature-points > div { display: flex; gap: 11px; align-items: flex-start; }
.feature-points > div > span { color: var(--lime); font: 600 19px "Fraunces", serif; }
.feature-points p { margin: 0; }
.feature-points strong, .feature-points small { display: block; }
.feature-points strong { font-size: 11px; }
.feature-points small { font-size: 9px; color: #9bb7aa; margin-top: 5px; max-width: 110px; line-height: 1.4; }
.feature-card { align-self: center; background: #fff; color: var(--ink); border-radius: 17px; padding: 21px; box-shadow: 0 26px 70px rgba(0,0,0,.22); transform: rotate(1.2deg); position: relative; z-index: 2; }
.ticket-top { display: flex; justify-content: space-between; font-size: 9px; color: var(--muted); letter-spacing: .7px; }
.ticket-top b { color: var(--orange); background: #fff0e9; border-radius: 99px; padding: 5px 8px; text-transform: none; letter-spacing: 0; }
.ticket-stall { display: flex; gap: 10px; align-items: center; margin: 17px 0; }
.ticket-logo { width: 39px; height: 39px; display: grid; place-items: center; color: white; background: var(--green); border-radius: 9px; font-family: "Fraunces", serif; }
.ticket-stall p { margin: 0; }
.ticket-stall strong, .ticket-stall small { display: block; }
.ticket-stall strong { font-size: 13px; }.ticket-stall small { font-size: 9px; color: var(--muted); margin-top: 3px; }
.progress-track { height: 5px; background: #e8ede9; border-radius: 99px; overflow: hidden; }
.progress-track span { display: block; width: 62%; height: 100%; background: var(--orange); }
.progress-labels { display: flex; justify-content: space-between; color: #87938d; font-size: 8px; margin-top: 7px; }
.ready-time { margin: 18px 0 10px; padding: 14px; border-radius: 10px; display: flex; gap: 9px; align-items: center; background: #f2f7eb; }
.ready-time > span { color: var(--green); font-size: 20px; }.ready-time p { margin: 0; }.ready-time small, .ready-time strong { display: block; }.ready-time small { font-size: 8px; color: var(--muted); }.ready-time strong { font-size: 13px; margin-top: 2px; }.ready-time > b { margin-left: auto; font-size: 10px; color: var(--green); }
.ticket-item { border-top: 1px dashed var(--line); padding-top: 12px; display: flex; gap: 8px; font-size: 9px; }.ticket-item p { margin: 0; flex: 1; }.ticket-item b { font-size: 9px; }

.popular-section { padding-bottom: 95px; }
.carousel-buttons { display: flex; gap: 8px; }
.carousel-buttons button { width: 36px; height: 36px; border: 1px solid var(--line); background: white; border-radius: 50%; cursor: pointer; }
.dish-carousel { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 45px)/4); gap: 15px; overflow-x: auto; scrollbar-width: none; scroll-behavior: smooth; padding-bottom: 8px; }
.dish-carousel::-webkit-scrollbar { display: none; }
.dish-card { position: relative; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: #fff; min-width: 0; cursor: pointer; }
.dish-card img { height: 150px; object-fit: cover; }
.dish-body { padding: 13px; }.dish-body h3 { font-size: 13px; margin: 0 0 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.dish-body p { margin: 0; color: var(--muted); font-size: 9px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.dish-price { display: flex; justify-content: space-between; margin-top: 12px; align-items: center; }.dish-price strong { font-size: 12px; }.dish-price span { font-size: 9px; color: #55705f; background: #eff5ec; padding: 5px 7px; border-radius: 99px; }

.section-intro { margin: -25px 0 25px; max-width: 680px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.centre-section { padding-top: 50px; background: #f7f5ef; }
.centre-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.centre-card { text-align: left; border: 1px solid var(--line); background: #fff; border-radius: 15px; padding: 20px; cursor: pointer; transition: .18s ease; }
.centre-card:hover, .centre-card.active { border-color: var(--green); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(28,49,39,.09); }
.centre-card.active { box-shadow: inset 0 0 0 1px var(--green); }
.centre-card-top { display: flex; justify-content: space-between; align-items: center; }
.centre-card-top strong { font-size: 10px; color: var(--orange); }
.status { padding: 4px 7px; border-radius: 99px; background: #eaf5e8; color: var(--green); font-size: 9px; font-weight: 700; }
.status.closed { background: #f2efeb; color: #7d817e; }
.centre-card h3 { margin: 14px 0 6px; font: 700 19px "Fraunces", serif; }
.centre-card p { color: var(--muted); font-size: 10px; min-height: 28px; line-height: 1.4; }
.centre-card > div:last-child { display: flex; justify-content: space-between; gap: 8px; padding-top: 12px; border-top: 1px solid var(--line); color: #53625a; font-size: 9px; }
.promo-section { padding-top: 0; }
.promo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.promo-card { position: relative; display: grid; grid-template-columns: 128px 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; cursor: pointer; background: #fff; }
.promo-card > img { height: 100%; object-fit: cover; }
.promo-card > div { padding: 16px; min-width: 0; }
.promo-card > div > span { display: inline-block; color: #fff; background: var(--orange); padding: 4px 7px; border-radius: 5px; font-size: 9px; font-weight: 700; }
.promo-card h3 { font-size: 13px; margin: 10px 0 5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.promo-card p { color: var(--muted); font-size: 9px; margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.promo-card > div > div { display: flex; align-items: center; gap: 7px; margin-top: 13px; }
.promo-card strong { font-size: 13px; }.promo-card s { color: #9ba29e; font-size: 9px; }.promo-card small { margin-left: auto; color: var(--orange); font-size: 8px; }
.culture-section { background: #f7f5ef; }
.culture-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.culture-card { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; cursor: pointer; transition: transform .18s, box-shadow .18s; }
.culture-card:hover,.culture-card:focus { transform: translateY(-3px); box-shadow: 0 15px 35px rgba(28,49,39,.10); outline: none; }
.culture-card > img { width: 100%; height: 185px; object-fit: cover; }
.culture-card > div { padding: 20px; }.culture-card span { color: var(--orange); font-size: 8px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }.culture-card h3 { margin: 9px 0 8px; font: 700 21px/1.15 "Fraunces", serif; }.culture-card p { min-height: 58px; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.6; }.culture-card button { margin-top: 15px; padding: 0; border: 0; color: var(--green); background: none; font-size: 10px; font-weight: 800; cursor: pointer; }
.culture-modal { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; }.culture-story-hero { position: relative; min-height: 100%; }.culture-story-hero img { width: 100%; height: 100%; object-fit: cover; }.culture-story-hero .modal-close { color: #fff; background: rgba(0,0,0,.35); border-radius: 50%; }.culture-story-copy { align-self: center; padding: 55px; }.culture-story-copy > span { color: var(--orange); font-size: 8px; font-weight: 800; letter-spacing: 1.3px; }.culture-story-copy h2 { margin: 10px 0 16px; font: 700 38px/1.05 "Fraunces", serif; }.culture-story-copy p { color: #43544b; font-size: 12px; line-height: 1.8; }.culture-story-copy .culture-lead { color: var(--green); font-size: 15px; font-weight: 600; }.culture-related { display: grid; gap: 7px; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line); }.culture-related > strong { margin-bottom: 4px; font-size: 10px; }.culture-related button { display: flex; justify-content: space-between; border: 1px solid var(--line); border-radius: 8px; padding: 10px; background: #fff; color: var(--green); font-weight: 700; cursor: pointer; }
.plan-later { margin-left: 10px; padding: 4px 0; border: 0; border-bottom: 1px solid currentColor; background: none; color: var(--green); font-size: 9px; font-weight: 700; cursor: pointer; }
.product-share-button { min-height: 30px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 0 9px; border: 1px solid #ced9d2; border-radius: 7px; color: var(--green); background: #fff; font-size: 10px; font-weight: 700; cursor: pointer; transition: border-color .16s ease, background .16s ease, color .16s ease, transform .16s ease; }
.product-share-button:hover { border-color: var(--green); background: #eef5f0; transform: translateY(-1px); }
.product-share-button svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.product-share-compact { position: absolute; z-index: 2; top: 10px; right: 10px; width: 34px; height: 34px; min-height: 34px; padding: 0; border-color: rgba(255,255,255,.75); border-radius: 50%; color: #183e30; background: rgba(255,255,255,.94); box-shadow: 0 5px 16px rgba(18,43,33,.18); backdrop-filter: blur(7px); }
.product-share-compact svg { width: 15px; height: 15px; }
.promo-card > .product-share-compact { left: 84px; right: auto; }
.menu-item-actions { display: flex; align-items: center; gap: 10px; margin-top: 10px; }
.menu-item-actions .plan-later { margin-left: 0; }
.menu-item.shared-product { scroll-margin-block: 120px; border-radius: 8px; outline: 3px solid rgba(237,107,59,.38); outline-offset: 4px; background: #fff9f6; }
.meal-plan-modal { width: min(520px, calc(100vw - 32px)); padding: 34px; }.meal-plan-modal form { display: grid; gap: 14px; }.meal-plan-modal form > span { color: var(--orange); font-size: 8px; font-weight: 800; letter-spacing: 1.2px; }.meal-plan-modal h2 { margin: -5px 0 0; font: 700 29px "Fraunces", serif; }.meal-plan-modal form > p { margin: -5px 0 4px; color: var(--muted); font-size: 10px; line-height: 1.5; }.meal-plan-modal label { display: grid; gap: 6px; color: var(--muted); font-size: 9px; font-weight: 700; }.meal-plan-modal input,.meal-plan-modal textarea { border: 1px solid var(--line); border-radius: 8px; padding: 10px; font: inherit; }.meal-plan-modal textarea { min-height: 70px; resize: vertical; }.meal-plan-modal form > button[type="submit"] { height: 44px; border: 0; border-radius: 9px; background: var(--orange); color: #fff; font-weight: 800; cursor: pointer; }

.account-modal { overflow: hidden; }
.login-shell { min-height: 100%; display: grid; grid-template-columns: .9fr 1.1fr; background: #fff; }
.login-copy { padding: 70px 48px; color: #fff; background: var(--green-dark); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.login-copy > span:nth-child(2) { margin-top: 22px; color: var(--lime); font-size: 9px; font-weight: 700; letter-spacing: 1.5px; }
.login-copy h2 { margin: 9px 0 12px; font: 700 35px/1.05 "Fraunces", serif; }
.login-copy p { max-width: 360px; color: #b6cbc1; font-size: 11px; line-height: 1.65; }
.login-shell > form { align-self: center; padding: 45px 55px; display: grid; gap: 14px; }
.login-shell label { display: grid; gap: 6px; color: var(--muted); font-size: 9px; font-weight: 700; }
.login-shell input { height: 43px; border: 1px solid var(--line); border-radius: 8px; padding: 0 11px; color: var(--ink); }
.login-shell form > button { height: 43px; border: 0; border-radius: 8px; color: #fff; background: var(--orange); font-weight: 700; cursor: pointer; }
.login-shell form > button:disabled { opacity: .65; }
.login-error { min-height: 14px; margin: -4px 0; color: #b3472c; font-size: 9px; }
.demo-logins { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 12px; }
.demo-logins.single { grid-template-columns: 1fr; }.admin-login-note { margin: 4px 0 0; color: var(--muted); font-size: 9px; text-align: center; }.admin-login-note a { color: var(--green); font-weight: 700; }
.demo-logins > span { grid-column: 1/-1; color: var(--muted); font-size: 8px; letter-spacing: 1px; }
.demo-logins button { border: 1px solid var(--line); background: #faf9f5; border-radius: 8px; padding: 9px; text-align: left; cursor: pointer; }
.demo-logins strong, .demo-logins small { display: block; }.demo-logins strong { font-size: 9px; }.demo-logins small { margin-top: 3px; color: var(--muted); font-size: 7px; overflow: hidden; text-overflow: ellipsis; }
.portal-shell { display: grid; grid-template-columns: 215px 1fr; min-height: 100%; background: #f7f7f3; }
.portal-sidebar { background: #102d22; color: #fff; padding: 25px 18px; display: flex; flex-direction: column; }
.portal-brand { color: #fff; margin: 0 8px 28px; }
.portal-brand .brand-logo { width: 170px; border-radius: 6px; }
.portal-user { display: flex; gap: 10px; align-items: center; padding: 13px 9px; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; margin-bottom: 20px; }
.portal-user > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; background: var(--lime); color: var(--green-dark); font-size: 10px; font-weight: 700; }
.portal-user p { margin: 0; min-width: 0; }.portal-user strong, .portal-user small { display: block; }.portal-user strong { font-size: 10px; }.portal-user small { color: #9eb4aa; font-size: 8px; margin-top: 3px; }
.portal-sidebar nav { display: grid; gap: 3px; }.portal-sidebar nav button, .view-site { border: 0; background: transparent; color: #a9bdb4; text-align: left; padding: 10px 11px; border-radius: 7px; font-size: 10px; cursor: pointer; }.portal-sidebar nav button.active { color: #fff; background: rgba(255,255,255,.1); }.view-site { margin-top: auto; color: var(--lime); }
.portal-main { padding: 30px; overflow-y: auto; min-width: 0; }.portal-main > header { display: flex; justify-content: space-between; }.portal-main > header span, .panel-title span { color: var(--orange); font-size: 8px; letter-spacing: 1.2px; font-weight: 700; }.portal-main h2 { font: 700 27px "Fraunces", serif; margin: 5px 0 18px; }.portal-close { position: static; }
.role-preview { display: flex; gap: 5px; align-items: center; flex-wrap: wrap; padding: 8px; background: #eeeee8; border-radius: 9px; margin-bottom: 18px; }.role-preview > span { color: var(--muted); font-size: 8px; padding: 0 5px; }.role-preview button { border: 0; background: transparent; padding: 6px 8px; border-radius: 6px; font-size: 8px; cursor: pointer; }.role-preview button.active { color: #fff; background: var(--green); }
.portal-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }.portal-stats article { padding: 15px; border: 1px solid var(--line); background: #fff; border-radius: 11px; }.portal-stats span, .portal-stats small { display: block; color: var(--muted); font-size: 8px; }.portal-stats strong { display: block; font: 700 24px "Fraunces", serif; margin: 7px 0 4px; }.portal-stats .text-stat { font-size: 18px; }.portal-stats .positive { color: var(--green); }
.portal-panel { margin-top: 14px; background: #fff; border: 1px solid var(--line); border-radius: 11px; overflow: hidden; }.panel-title { padding: 15px 17px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }.panel-title h3 { margin: 3px 0 0; font-size: 14px; }.panel-title button, .order-row button, .small-action { border: 1px solid var(--line); background: #fff; border-radius: 7px; padding: 7px 9px; font-size: 8px; cursor: pointer; }
.privacy-controls { display: grid; grid-template-columns: 1fr 1fr auto; gap: 12px; align-items: center; padding: 16px 17px; }.privacy-controls label { display: flex; gap: 10px; align-items: flex-start; cursor: pointer; }.privacy-controls input { margin-top: 2px; accent-color: var(--green); }.privacy-controls strong,.privacy-controls small { display: block; }.privacy-controls strong { font-size: 10px; }.privacy-controls small { margin-top: 3px; color: var(--muted); font-size: 8px; line-height: 1.4; }.privacy-controls > p { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: 8px; }
.manage-row, .order-row { display: grid; grid-template-columns: auto minmax(160px, 1fr) auto auto; gap: 12px; align-items: center; padding: 12px 17px; border-top: 1px solid #efeee9; }.manage-row:first-of-type { border-top: 0; }.manage-row > img { width: 38px; height: 38px; border-radius: 8px; object-fit: cover; }.manage-row strong, .manage-row small, .order-row strong, .order-row small { display: block; }.manage-row strong, .order-row strong { font-size: 10px; }.manage-row small, .order-row small { color: var(--muted); font-size: 8px; margin-top: 3px; }.manage-row > span, .order-row > span, .order-row > b { color: var(--muted); font-size: 8px; }.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #48a96b; }.status-dot.off { background: #aaa; }
.toggle { display: flex; gap: 6px; align-items: center; border: 0; color: #737b77; background: #eee; border-radius: 99px; padding: 5px 8px; font-size: 8px; cursor: pointer; }.toggle i { width: 8px; height: 8px; border-radius: 50%; background: #aaa; }.toggle.on { color: var(--green); background: #e8f3e8; }.toggle.on i { background: #48a96b; }.lead-label { font-size: 8px; color: var(--muted); }.lead-label select { border: 1px solid var(--line); border-radius: 5px; padding: 4px; }.permission-note { padding: 12px; margin-top: 14px; border-radius: 9px; color: #76572f; background: #fff4df; font-size: 9px; }.order-row { grid-template-columns: auto minmax(170px, 1fr) auto auto auto; }.order-icon { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: #e8f3e8; color: var(--green) !important; }
.order-status { padding: 5px 7px; border-radius: 99px; background: #eef4e9; color: var(--green) !important; text-transform: capitalize; }.no-orders { padding: 24px; text-align: center; color: var(--muted); font-size: 10px; }
.modal-live-status { display: inline-flex; align-items: center; margin-bottom: 8px; padding: 5px 8px; border-radius: 99px; color: #d9f6e4; background: rgba(20,105,66,.86); font-size: 9px; font-weight: 700; }.modal-live-status.closed { color: #fff; background: rgba(92,93,92,.85); }
.manage-row { grid-template-columns: auto minmax(160px, 1fr) auto auto auto; }

footer { background: #10251d; color: #fff; }
.footer-inner { max-width: 1184px; margin: auto; min-height: 150px; display: flex; align-items: center; gap: 34px; }
.footer-brand { color: #fff; }
.footer-brand .brand-logo { width: 210px; border-radius: 7px; }
.footer-inner > p { color: #89a196; font-size: 12px; }
.footer-actions { margin-left: auto; display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 12px 16px; }
.footer-actions > button { min-height: 48px; border: 1px solid rgba(255,255,255,.24); color: #fff; background: transparent; border-radius: 8px; padding: 0 14px; cursor: pointer; font-size: 11px; font-weight: 600; }
.footer-actions > button:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.06); }
.hawker-signup-link { min-height: 48px; display: inline-flex; align-items: center; gap: 12px; padding: 7px 8px 7px 14px; border-radius: 8px; color: #fff; background: var(--orange); box-shadow: 0 8px 22px rgba(0,0,0,.18); text-decoration: none; transition: transform .16s ease, background .16s ease, box-shadow .16s ease; }
.hawker-signup-link:hover { background: #d95b2d; box-shadow: 0 10px 26px rgba(0,0,0,.22); transform: translateY(-1px); }
.hawker-signup-link:focus-visible { outline-color: rgba(255,255,255,.72); }
.hawker-signup-copy { display: grid; gap: 2px; }
.hawker-signup-copy small { color: rgba(255,255,255,.78); font-size: 8px; line-height: 1; letter-spacing: 0; }
.hawker-signup-copy strong { color: #fff; font-size: 12px; line-height: 1.15; letter-spacing: 0; white-space: nowrap; }
.hawker-signup-arrow { width: 30px; height: 30px; flex: 0 0 30px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: rgba(255,255,255,.16); font-size: 16px; line-height: 1; }
.footer-source { color: #71887d; font-size: 9px; }

.chat-fab { position: fixed; z-index: 38; right: 25px; bottom: 24px; border: 0; background: var(--orange); color: #fff; height: 49px; padding: 0 17px 0 12px; border-radius: 99px; display: flex; align-items: center; gap: 8px; box-shadow: 0 12px 34px rgba(175,67,30,.35); cursor: pointer; }
.chat-fab span { width: 29px; height: 29px; background: rgba(255,255,255,.17); border-radius: 50%; display: grid; place-items: center; }.chat-fab b { font-size: 11px; }
.chat-panel { position: fixed; z-index: 80; right: 24px; bottom: 24px; width: min(390px, calc(100vw - 32px)); height: min(620px, calc(100vh - 48px)); border-radius: 20px; background: #fff; box-shadow: 0 28px 100px rgba(20,39,31,.3); display: flex; flex-direction: column; transform: translateY(20px) scale(.97); opacity: 0; pointer-events: none; transition: .22s ease; overflow: hidden; border: 1px solid rgba(255,255,255,.7); }
.chat-panel.open { transform: none; opacity: 1; pointer-events: auto; }
.chat-header { background: var(--green); color: #fff; padding: 17px 18px; display: flex; align-items: center; gap: 10px; }
.guide-avatar { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 11px; color: var(--green-dark); background: var(--lime); }
.chat-header > div:nth-child(2) { display: flex; flex-direction: column; }.chat-header strong { font-size: 13px; }.chat-header span { color: #b8cec4; font-size: 9px; margin-top: 3px; }.chat-header span i { width: 5px; height: 5px; display: inline-block; border-radius: 50%; background: #78d597; margin-right: 4px; }.chat-header button { margin-left: auto; border: 0; background: none; color: #cfe0d8; font-size: 24px; cursor: pointer; }
.chat-messages { flex: 1; overflow-y: auto; padding: 17px; background: #faf9f5; }
.message { margin-bottom: 13px; max-width: 88%; }.message.user { margin-left: auto; }.message .bubble { padding: 11px 12px; border-radius: 5px 14px 14px 14px; background: #fff; border: 1px solid var(--line); font-size: 11px; line-height: 1.48; }.message.user .bubble { color: #fff; background: var(--green); border: 0; border-radius: 14px 5px 14px 14px; }.message time { display: block; font-size: 8px; color: #9aa39e; margin-top: 4px; }.message.user time { text-align: right; }
.quick-prompts { display: flex; flex-wrap: wrap; gap: 6px; }.quick-prompts button { border: 1px solid #cfd9d2; color: var(--green); border-radius: 99px; background: #fff; padding: 7px 9px; font-size: 9px; cursor: pointer; }
.chat-result { display: flex; gap: 9px; margin-top: 9px; padding-top: 9px; border-top: 1px solid #eceae3; cursor: pointer; }.chat-result img { width: 45px; height: 45px; border-radius: 8px; object-fit: cover; }.chat-result p { margin: 0; flex: 1; }.chat-result strong, .chat-result small { display: block; }.chat-result strong { font-size: 10px; }.chat-result small { color: var(--muted); font-size: 8px; margin-top: 3px; }.chat-result b { color: var(--orange); font-size: 9px; white-space: nowrap; }
.chat-form { display: flex; padding: 11px 12px 7px; border-top: 1px solid var(--line); gap: 8px; }.chat-form input { flex: 1; height: 40px; border: 1px solid var(--line); background: #f8f7f2; border-radius: 10px; padding: 0 11px; outline: 0; font-size: 11px; }.chat-form button { width: 40px; border: 0; border-radius: 10px; background: var(--orange); color: #fff; font-size: 18px; cursor: pointer; }.chat-disclaimer { text-align: center; color: #9aa39e; font-size: 8px; padding-bottom: 9px; }

.modal-backdrop { position: fixed; inset: 0; z-index: 60; background: rgba(8,27,20,.58); backdrop-filter: blur(4px); }
.modal { position: fixed; z-index: 70; left: 50%; top: 50%; transform: translate(-50%, -50%); background: #fff; border-radius: 20px; box-shadow: var(--shadow); }
.location-modal { width: min(490px, calc(100vw - 32px)); padding: 38px; text-align: center; }.modal-close { position: absolute; right: 14px; top: 12px; border: 0; background: none; font-size: 25px; color: var(--muted); cursor: pointer; }.modal-icon { margin: auto; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: #fff0e8; color: var(--orange); font-size: 23px; }.location-modal h2 { font: 700 27px "Fraunces", serif; margin: 13px 0 6px; }.location-modal > p { color: var(--muted); font-size: 12px; }.location-modal form { display: flex; gap: 8px; margin-top: 21px; }.location-modal form input { flex: 1; min-width: 0; height: 44px; border: 1px solid var(--line); border-radius: 9px; padding: 0 11px; }.location-modal form button { border: 0; color: #fff; background: var(--orange); border-radius: 9px; padding: 0 15px; font-weight: 700; }.modal-detect { border: 0; color: var(--green); background: none; margin: 15px auto 20px; font-size: 11px; font-weight: 700; cursor: pointer; }.location-suggestions { padding-top: 15px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 7px; justify-content: center; }.location-suggestions > span { width: 100%; color: var(--muted); font-size: 8px; letter-spacing: 1px; margin-bottom: 5px; }.location-suggestions button { border: 1px solid var(--line); background: #faf9f5; border-radius: 99px; padding: 7px 9px; cursor: pointer; font-size: 10px; }
.wide-modal { width: min(950px, calc(100vw - 36px)); height: min(720px, calc(100vh - 36px)); overflow-y: auto; }.merchant-hero { height: 245px; position: relative; }.merchant-hero > img { height: 100%; object-fit: cover; }.merchant-hero:after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,28,20,.82), transparent 60%); }.merchant-hero .modal-close { z-index: 2; color: #fff; background: rgba(0,0,0,.3); border-radius: 50%; width: 35px; height: 35px; line-height: 30px; }.merchant-hero-copy { position: absolute; z-index: 2; left: 28px; bottom: 24px; color: #fff; }.merchant-hero-copy h2 { font: 700 30px "Fraunces", serif; margin: 0 0 5px; }.merchant-hero-copy p { margin: 0; font-size: 11px; color: #d4e2db; }.merchant-modal-body { display: grid; grid-template-columns: 180px 1fr; gap: 26px; padding: 26px; }.menu-sidebar { position: sticky; top: 0; align-self: start; }.menu-sidebar span { display: block; color: var(--muted); font-size: 9px; letter-spacing: 1px; margin-bottom: 9px; }.menu-sidebar button { width: 100%; text-align: left; border: 0; background: none; padding: 8px 9px; border-radius: 7px; cursor: pointer; font-size: 11px; }.menu-sidebar button.active { background: #edf4e9; color: var(--green); font-weight: 700; }.menu-list h3 { font: 700 23px "Fraunces", serif; margin: 0 0 14px; }.menu-item { display: grid; grid-template-columns: 1fr 92px; min-height: 112px; padding: 15px 0; border-top: 1px solid var(--line); gap: 16px; }.menu-item:first-of-type { border-top: 0; }.menu-item-copy h4 { margin: 0 0 5px; font-size: 13px; }.menu-item-copy p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.45; }.menu-item-copy strong { display: inline-block; margin-top: 11px; font-size: 12px; }.menu-item-img { height: 82px; border-radius: 10px; overflow: hidden; position: relative; }.menu-item-img img { height: 100%; object-fit: cover; }.menu-item-img button { position: absolute; right: 5px; bottom: 5px; border: 0; width: 27px; height: 27px; border-radius: 50%; background: var(--orange); color: #fff; font-size: 19px; line-height: 1; cursor: pointer; }.menu-item-img button:disabled { background: #8c9691; cursor: not-allowed; }.sold-out { color: #a14f36; font-size: 9px; font-weight: 700; margin-left: 8px; }.rewardly-source { grid-column: 1 / -1; padding: 10px 12px; color: var(--muted); background: #f7f6f1; border-radius: 8px; font-size: 9px; }

.cart-drawer { position: fixed; z-index: 70; top: 0; right: 0; width: min(420px, 100vw); height: 100vh; background: #fff; box-shadow: -22px 0 70px rgba(15,33,25,.22); transform: translateX(105%); transition: .25s ease; display: flex; flex-direction: column; }.cart-drawer.open { transform: none; }.cart-head { padding: 22px; display: flex; align-items: center; border-bottom: 1px solid var(--line); }.cart-head h2 { font: 700 25px "Fraunces", serif; margin: 0; }.cart-head button { margin-left: auto; border: 0; background: none; font-size: 25px; cursor: pointer; }.cart-content { padding: 20px; overflow-y: auto; flex: 1; }.cart-stall { font-size: 11px; font-weight: 700; color: var(--green); background: #eff5ec; border-radius: 8px; padding: 10px; margin-bottom: 16px; }.cart-item { display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid var(--line); padding: 13px 0; gap: 12px; }.cart-item p { margin: 0; font-size: 12px; }.cart-item small { color: var(--muted); display: block; margin-top: 4px; }.cart-item > strong { font-size: 11px; }.quantity { display: flex; align-items: center; gap: 9px; margin-top: 9px; }.quantity button { width: 24px; height: 24px; border: 1px solid var(--line); background: #fff; border-radius: 6px; cursor: pointer; }.cart-empty { text-align: center; color: var(--muted); padding: 90px 20px; }.cart-empty span { font-size: 40px; }.cart-empty h3 { color: var(--ink); }.cart-empty p { font-size: 11px; line-height: 1.5; }.cart-foot { padding: 20px; border-top: 1px solid var(--line); }.cart-total { display: flex; justify-content: space-between; margin-bottom: 14px; }.cart-total span { color: var(--muted); font-size: 12px; }.cart-total strong { font-size: 17px; }.checkout-btn { width: 100%; height: 47px; border: 0; background: var(--orange); color: #fff; border-radius: 10px; font-weight: 700; cursor: pointer; }.cart-note { text-align: center; color: var(--muted); font-size: 9px; margin: 8px 0 0; }
.menu-item-img button[data-quote] { width: auto; min-width: 54px; padding: 0 10px; border-radius: 14px; font-size: 9px; font-weight: 700; }.variable-item-badge,.standard-item-badge,.modifier-item-badge { display: inline-block; margin-left: 7px; padding: 3px 6px; border-radius: 10px; font-size: 7px; text-transform: uppercase; letter-spacing: .5px; vertical-align: 1px; }.variable-item-badge { color: #89521f; background: #fff0d5; }.standard-item-badge { color: var(--green); background: #e9f3e6; }.modifier-item-badge { color: #69466f; background: #f2e8f5; }.quote-price { color: var(--orange); }
.menu-item-copy h4 { font-size: 16.9px; line-height: 1.35; }
.menu-item-copy p { font-size: 13px; }
.menu-item-copy strong { font-size: 15.6px; }
.menu-item-copy .sold-out { font-size: 11.7px; }
.menu-item-copy .plan-later { font-size: 11.7px; }
.menu-item-copy .variable-item-badge,
.menu-item-copy .standard-item-badge,
.menu-item-copy .modifier-item-badge { font-size: 9.1px; }
.menu-item-img button[data-quote] { font-size: 11.7px; }
.quote-inbox { margin-bottom: 20px; }.quote-inbox-title { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px; }.quote-inbox-title strong { font-size: 12px; }.quote-inbox-title span { color: var(--muted); font-size: 8px; }.quote-card { display: grid; grid-template-columns: 52px 1fr auto; gap: 10px; align-items: center; padding: 10px; margin-bottom: 8px; border: 1px solid var(--line); border-radius: 10px; background: #fbfcfa; }.quote-card img { width: 52px; height: 52px; border-radius: 8px; object-fit: cover; }.quote-card strong,.quote-card small,.quote-card b { display: block; }.quote-card strong { font-size: 10px; }.quote-card small { margin-top: 3px; color: var(--muted); font-size: 8px; line-height: 1.35; }.quote-card b,.quote-waiting { margin-top: 5px; color: var(--orange); font-size: 10px; }.quote-card button { border: 0; border-radius: 8px; background: var(--orange); color: #fff; padding: 8px; font-size: 8px; font-weight: 700; cursor: pointer; }.quote-card.expired { opacity: .58; }.quote-card.accepted { border-color: #b9d4b7; background: #f1f7ef; }.quoted-line { margin-left: 6px; padding: 2px 5px; border-radius: 7px; background: #fff0d5; color: #89521f; font-size: 7px; text-transform: uppercase; }.quantity.locked { color: var(--muted); font-size: 9px; }
.modifier-modal { z-index: 90; width: min(590px, calc(100vw - 32px)); max-height: min(760px, calc(100vh - 32px)); overflow: hidden; }
.modifier-modal form { display: flex; flex-direction: column; max-height: inherit; }
.modifier-header { display: flex; gap: 20px; align-items: flex-start; padding: 24px 26px 18px; border-bottom: 1px solid var(--line); }
.modifier-header > div { flex: 1; }.modifier-header > div > span { display: block; margin-bottom: 5px; color: var(--orange); font-size: 8px; font-weight: 800; letter-spacing: 1.2px; }.modifier-header h2 { margin: 0; font: 700 26px "Fraunces", serif; }.modifier-header p { margin: 5px 0 0; color: var(--muted); font-size: 10px; line-height: 1.4; }
.modifier-close { flex: 0 0 36px; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--muted); font-size: 23px; line-height: 1; cursor: pointer; }
.modifier-body { flex: 1; min-height: 0; overflow-y: auto; padding: 5px 26px 18px; }
.modifier-group { min-width: 0; margin: 0; padding: 19px 0 4px; border: 0; border-bottom: 1px solid var(--line); }.modifier-group:last-child { border-bottom: 0; }
.modifier-group-heading { display: flex; width: 100%; align-items: baseline; justify-content: space-between; gap: 15px; padding: 0; }.modifier-group-heading strong { font-size: 13px; }.modifier-group-heading span { color: var(--muted); font-size: 9px; font-weight: 500; text-align: right; }
.modifier-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 11px; }
.modifier-option { display: grid; grid-template-columns: auto 1fr auto; gap: 9px; align-items: center; min-height: 55px; padding: 9px 11px; border: 1px solid var(--line); border-radius: 10px; background: #fff; cursor: pointer; transition: border-color .15s, background .15s; }.modifier-option:has(input:checked) { border-color: var(--green); background: #f1f7ef; }.modifier-option:focus-within { outline: 3px solid rgba(31,99,67,.18); outline-offset: 1px; }.modifier-option input { width: 17px; height: 17px; margin: 0; accent-color: var(--green); }.modifier-option strong,.modifier-option small { display: block; }.modifier-option strong { font-size: 10px; line-height: 1.3; }.modifier-option small { margin-top: 3px; color: var(--muted); font-size: 8px; }.modifier-option em { color: #9a5142; font-size: 8px; font-style: normal; font-weight: 700; }.modifier-option.unavailable { color: #7e8581; background: #f4f4f1; cursor: not-allowed; opacity: .72; }.modifier-none { grid-column: 1 / -1; min-height: 48px; }
.modifier-no-options { grid-column: 1 / -1; margin: 0; padding: 12px; border-radius: 8px; background: #f6f4ef; color: var(--muted); font-size: 9px; }.modifier-error { min-height: 13px; margin: 7px 0 0; color: #a54031; font-size: 9px; }.modifier-group.invalid .modifier-options { border-radius: 10px; box-shadow: 0 0 0 2px rgba(165,64,49,.2); }
.modifier-footer { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 8px 18px; padding: 16px 26px 20px; border-top: 1px solid var(--line); background: #fff; box-shadow: 0 -8px 20px rgba(20,39,31,.04); }.modifier-footer > div span,.modifier-footer > div strong { display: block; }.modifier-footer > div span { color: var(--muted); font-size: 8px; }.modifier-footer > div strong { margin-top: 2px; font-size: 17px; }.modifier-footer button { grid-column: 2; grid-row: 1 / span 2; min-width: 150px; height: 45px; border: 0; border-radius: 10px; background: var(--orange); color: #fff; font-size: 11px; font-weight: 800; cursor: pointer; }.modifier-footer button:disabled { background: #9ba29e; cursor: not-allowed; }.modifier-form-error { min-height: 12px; margin: 0; color: #a54031; font-size: 8px; }
.cart-modifiers,.cart-configuration-errors { margin: 6px 0 4px; padding: 0; list-style: none; font-size: 9px; line-height: 1.45; }.cart-modifiers { color: #526059; }.cart-modifiers li + li { margin-top: 2px; }.cart-modifiers small { display: inline; margin: 0; color: var(--orange); font-size: 8px; }.cart-configuration-errors { padding: 7px 8px; border-radius: 7px; background: #fff0ed; color: #9a3e31; }.cart-item.invalid { background: linear-gradient(to right, rgba(255,240,237,.5), transparent); }.edit-modifiers { margin-top: 7px; padding: 0; border: 0; border-bottom: 1px solid currentColor; background: none; color: var(--green); font-size: 9px; font-weight: 700; cursor: pointer; }.checkout-btn:disabled { background: #9ba29e; cursor: not-allowed; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 25px; transform: translate(-50%, 20px); background: #14291f; color: #fff; border-radius: 10px; padding: 11px 15px; box-shadow: var(--shadow); font-size: 11px; opacity: 0; pointer-events: none; transition: .2s; }.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1000px) {
  .header-search { display: none; }.hero { grid-template-columns: 1fr 430px; }.hero-copy { padding-left: 35px; }.main-dish { width: 330px; height: 330px; right: 3%; }.section { padding-left: 28px; padding-right: 28px; }.category-grid { grid-template-columns: repeat(3, 1fr); }.merchant-grid { grid-template-columns: repeat(2, 1fr); }.centre-grid { grid-template-columns: repeat(2, 1fr); }.promo-grid { grid-template-columns: 1fr; }.availability-strip { margin: 0 28px; }.feature-band { border-radius: 0; padding: 60px 45px; gap: 45px; }.feature-points { flex-direction: column; gap: 13px; }.dish-carousel { grid-auto-columns: calc((100% - 30px)/3); }.footer-inner { padding: 0 28px; }
}

@media (max-width: 760px) {
  .site-header { height: 66px; }.header-inner { padding: 0 16px; gap: 10px; }.brand { font-size: 18px; }.brand-logo { width: 145px; }.brand-mark { width: 29px; height: 29px; }.location-pill { margin-left: auto; border: 0; padding: 5px; }.location-pill small { display: none; }.location-pill strong { max-width: 80px; font-size: 11px; }.round-btn, .account-button { display: none; }.cart-button { width: 39px; padding: 0; justify-content: center; }.cart-button > span { display: none; }.hero { display: block; min-height: auto; }.hero-copy { padding: 52px 20px 205px; }.hero h1 { font-size: 51px; letter-spacing: -2px; }.hero-copy > p { font-size: 14px; }.location-finder { height: 55px; }.location-finder button { height: 41px; padding: 0 15px; }.trust-row { gap: 10px; flex-wrap: wrap; }.hero-visual { position: absolute; height: 205px; min-height: 0; bottom: 0; left: 0; right: 0; background: transparent; }.hero-visual:before { width: 280px; height: 280px; top: 15px; right: -75px; }.main-dish { width: 205px; height: 205px; right: 8%; top: 18px; border-width: 6px; }.side-dish.one { width: 88px; height: 88px; top: 90px; left: 8%; }.side-dish.two, .fresh-tag, .leaf, .hero-orbit { display: none; }.availability-strip { margin: 0 18px; padding: 16px 0; align-items: flex-start; gap: 12px; }.availability-strip > div { align-items: flex-start; flex-wrap: wrap; }.availability-strip div > span:last-child { width: 100%; margin-left: 15px; }.availability-strip button { white-space: nowrap; }.section { padding: 56px 18px; }.section-heading { align-items: center; }.section-heading h2 { font-size: 28px; }.text-button { white-space: nowrap; }.category-grid { display: flex; overflow-x: auto; margin-right: -18px; padding-right: 18px; scrollbar-width: none; }.category-card { min-width: 142px; }.centre-grid { grid-template-columns: 1fr; }.section-intro { margin-top: -20px; }.nearby-section { padding-top: 10px; }.nearby-heading { display: block; }.filter-tabs { margin-top: 20px; width: max-content; }.merchant-grid { grid-template-columns: 1fr; }.merchant-image { height: 205px; }.feature-band { margin: 0; padding: 50px 22px; grid-template-columns: 1fr; gap: 35px; }.feature-copy h2 { font-size: 36px; }.feature-points { display: grid; grid-template-columns: 1fr; }.feature-card { width: 100%; }.dish-carousel { grid-auto-columns: 73%; }.promo-card { grid-template-columns: 105px 1fr; }.footer-inner { min-height: 220px; flex-wrap: wrap; padding: 38px 20px; gap: 15px; }.footer-inner > p { width: 100%; margin: 0; }.footer-inner > div { margin-left: 0; width: 100%; justify-content: space-between; }.chat-fab { right: 14px; bottom: 14px; }.chat-fab b { display: none; }.chat-fab { width: 50px; padding: 0; justify-content: center; }.chat-panel { right: 8px; bottom: 8px; width: calc(100vw - 16px); height: calc(100vh - 16px); }.wide-modal { width: 100vw; height: 100vh; border-radius: 0; }.merchant-modal-body { grid-template-columns: 1fr; padding: 20px; }.menu-sidebar { position: static; overflow-x: auto; display: flex; }.menu-sidebar span { display: none; }.menu-sidebar button { width: auto; white-space: nowrap; }.merchant-hero { height: 220px; }.merchant-hero-copy { left: 20px; }.merchant-hero-copy h2 { font-size: 26px; }.portal-shell { grid-template-columns: 1fr; }.portal-sidebar { display: none; }.portal-main { padding: 18px; }.portal-stats { grid-template-columns: 1fr; }.manage-row, .order-row { grid-template-columns: auto 1fr auto; }.manage-row > span, .order-row > span { display: none; }.manage-row .toggle, .order-row button { grid-column: 3; }.role-preview { overflow-x: auto; flex-wrap: nowrap; }.role-preview button { white-space: nowrap; }
  .footer-actions { margin-left: 0; width: 100%; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 10px; }
  .footer-actions > button,.hawker-signup-link { width: 100%; justify-content: center; }
  .hawker-signup-arrow { display: none; }
  .footer-source { grid-column: 1 / -1; }
  .promo-card > .product-share-compact { left: 61px; }
  .modifier-modal { width: 100vw; height: 100vh; max-height: none; border-radius: 0; }.modifier-modal form { height: 100%; max-height: none; }.modifier-header { padding: 19px 18px 14px; }.modifier-header h2 { font-size: 23px; }.modifier-body { padding: 3px 18px 14px; }.modifier-options { grid-template-columns: 1fr; }.modifier-none { grid-column: auto; }.modifier-footer { padding: 13px 18px max(16px, env(safe-area-inset-bottom)); }.modifier-footer button { min-width: 135px; }
  .culture-grid { grid-template-columns: 1fr; }.culture-modal { display: block; overflow-y: auto; }.culture-story-hero { min-height: 260px; height: 38vh; }.culture-story-copy { padding: 28px 22px 45px; }.culture-story-copy h2 { font-size: 32px; }
  .privacy-controls { grid-template-columns: 1fr; }.privacy-controls > p { grid-column: 1; }
  .header-actions .account-button { display: none; }
}
.manage-row.meal-plan-attention{border-color:#efb8a8;background:#fff8f5}.manage-row.meal-plan-attention .order-icon{background:#ffebe5;color:#a43f29;font-weight:800}

.stall-session-section { display: none; min-height: calc(100vh - 76px); background: #f7f4ed; }
html.stall-session-mode .stall-session-section { display: block; }
html.stall-session-mode .hero,
html.stall-session-mode .availability-strip,
html.stall-session-mode .category-section,
html.stall-session-mode .centre-section,
html.stall-session-mode .nearby-section,
html.stall-session-mode .feature-band,
html.stall-session-mode .popular-section,
html.stall-session-mode .culture-section,
html.stall-session-mode .promo-section,
html.stall-session-mode .location-pill,
html.stall-session-mode .header-search,
html.stall-session-mode #chat-header-button,
html.stall-session-mode #footer-chat,
html.stall-session-mode .chat-fab,
html.stall-session-mode .chat-panel { display: none; }
.stall-session-shell { width: min(1180px, 100%); margin: 0 auto; padding: 22px 32px 72px; }
.stall-session-nav { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 11px; }
.stall-session-nav a { color: var(--green); font-weight: 700; text-decoration: none; }
.stall-session-brand { min-width: 150px; display: grid; justify-items: end; gap: 6px; }
.stall-session-brand img { width: 132px; height: 52px; display: block; object-fit: contain; object-position: right center; }
.stall-session-brand > span { text-transform: uppercase; font-size: 9px; font-weight: 700; letter-spacing: 1px; }
.stall-session-brand > .stall-session-logo-fallback { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid #cbd3cc; border-radius: 8px; background: #fff; color: var(--green); font-size: 15px; letter-spacing: 0; }
.stall-session-menu { overflow: hidden; background: #fff; border-top: 3px solid var(--orange); box-shadow: 0 22px 55px rgba(16,45,34,.10); }
.stall-session-section .merchant-hero { height: 360px; overflow: hidden; }
.stall-session-section .merchant-hero-copy { left: 38px; bottom: 32px; }
.stall-session-section .merchant-hero-copy h2 { font-size: 38px; }
.stall-session-section .merchant-modal-body { grid-template-columns: 190px minmax(0, 1fr); padding: 34px 38px 52px; }
.stall-session-section .menu-sidebar { top: 100px; }
.stall-session-loading { min-height: 62vh; display: grid; place-content: center; justify-items: center; gap: 14px; color: var(--muted); font-size: 12px; }
.stall-session-loading span { width: 34px; height: 34px; border: 3px solid #d9ded9; border-top-color: var(--orange); border-radius: 50%; animation: stallSessionSpin .8s linear infinite; }
.stall-session-message { min-height: 68vh; padding: 64px 24px; display: grid; place-content: center; justify-items: center; text-align: center; }
.stall-session-message > span { color: var(--orange); font-size: 9px; font-weight: 700; letter-spacing: 1px; }
.stall-session-message h1 { margin: 11px 0 8px; font: 700 38px "Fraunces", serif; }
.stall-session-message p { max-width: 470px; margin: 0 0 24px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.stall-session-message > div { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.stall-session-message button,
.stall-session-message a { min-height: 42px; border: 1px solid var(--green); padding: 0 17px; display: inline-flex; align-items: center; justify-content: center; background: var(--green); color: #fff; font: 700 11px "DM Sans", sans-serif; text-decoration: none; cursor: pointer; }
.stall-session-message a { background: transparent; color: var(--green); }
@keyframes stallSessionSpin { to { transform: rotate(360deg); } }

@media (max-width: 700px) {
  .stall-session-section { min-height: calc(100vh - 66px); }
  .stall-session-shell { padding: 0 0 48px; }
  .stall-session-nav { min-height: 74px; padding: 8px 18px; }
  .stall-session-brand { min-width: 118px; gap: 4px; }
  .stall-session-brand img { width: 100px; height: 44px; }
  .stall-session-brand > .stall-session-logo-fallback { width: 44px; height: 44px; font-size: 13px; }
  .stall-session-brand > span { font-size: 8px; }
  .stall-session-section .merchant-hero { height: 260px; }
  .stall-session-section .merchant-hero-copy { left: 18px; right: 18px; bottom: 22px; }
  .stall-session-section .merchant-hero-copy h2 { font-size: 29px; }
  .stall-session-section .merchant-modal-body { grid-template-columns: 1fr; padding: 24px 18px 40px; }
  .stall-session-section .menu-sidebar { position: static; }
  .stall-session-message h1 { font-size: 31px; }
}

.modifier-option-copy {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 9px;
}
.modifier-option-copy:not(:has(.modifier-option-thumb)) { grid-template-columns: minmax(0, 1fr); }
.modifier-option-text { min-width: 0; }
.modifier-option-thumb {
  display: block;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #edf0eb;
  object-fit: cover;
}
.modifier-option-quantity {
  grid-template-columns: minmax(0, 1fr) auto;
  cursor: default;
}
.modifier-option-quantity.selected {
  border-color: var(--green);
  background: #f1f7ef;
}
.modifier-stepper {
  display: grid;
  grid-template-columns: 30px 36px 30px;
  height: 32px;
  overflow: hidden;
  border: 1px solid #cfd6d1;
  border-radius: 7px;
  background: #fff;
}
.modifier-stepper button,
.modifier-stepper input {
  width: 100%;
  min-width: 0;
  height: 30px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: var(--green);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}
.modifier-stepper button { cursor: pointer; }
.modifier-stepper button:disabled {
  color: #aeb5b1;
  cursor: not-allowed;
}
.modifier-stepper input {
  border-right: 1px solid #e1e5e2;
  border-left: 1px solid #e1e5e2;
  color: var(--ink);
  appearance: textfield;
}
.modifier-stepper input::-webkit-inner-spin-button,
.modifier-stepper input::-webkit-outer-spin-button { margin: 0; appearance: none; }
