:root {
  --navy: #081426;
  --navy-soft: #132844;
  --blue: #1769e0;
  --electric: #2d7dff;
  --cream: #f2efe7;
  --paper: #fffefa;
  --ink: #0a1422;
  --muted: #667085;
  --line: #dcd8ce;
  --green: #1d8a52;
  --red: #b42318;
  --shadow: 0 18px 50px rgba(11, 22, 40, .16);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; max-width: 100%; overflow-x: hidden; }
body { margin: 0; background: var(--cream); overflow-x: hidden; }
html.page-locked, body.page-locked { overflow: hidden !important; overscroll-behavior: none; touch-action: none; }
body.page-locked { position: fixed; inset: 0; width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; }
.hidden { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.site-header {
  position: sticky; top: 0; z-index: 20; height: 78px; padding: 10px clamp(16px, 4vw, 60px);
  display: flex; align-items: center; justify-content: space-between; color: white; background: rgba(11, 22, 40, .96);
  backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.12);
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.brand img { width: 74px; height: 54px; object-fit: contain; }
.cart-shortcut { border: 1px solid rgba(255,255,255,.3); color: white; background: transparent; border-radius: 999px; padding: 10px 12px 10px 17px; display: flex; gap: 10px; align-items: center; }
.cart-shortcut small { color: #dbe5f2; font-size: 12px; font-weight: 800; }
.cart-shortcut strong { display: grid; place-items: center; min-width: 25px; height: 25px; border-radius: 50%; background: white; color: var(--navy); }
.cart-added-toast{position:fixed;z-index:110;right:20px;top:88px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:10px 12px;width:min(455px,calc(100vw - 24px));padding:15px 17px;border:2px solid #16834f;border-radius:17px;background:#effbf4;color:#0a5836;box-shadow:0 16px 45px rgba(4,32,22,.25);opacity:0;pointer-events:none;transform:translateY(-16px);transition:.22s ease}.cart-added-toast.show{opacity:1;pointer-events:auto;transform:translateY(0)}.cart-added-check{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#16834f;color:#fff;font-size:21px;font-weight:950}.cart-added-copy{display:grid;gap:2px}.cart-added-copy span{font-size:13px}.cart-added-actions{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:8px}.cart-added-toast button{min-height:42px;padding:0 13px;border:0;border-radius:10px;background:#0b6e43;color:#fff;font-weight:900}.cart-added-toast .cart-added-continue{border:1px solid #6db18e;background:#fff;color:#0b6e43}
.simulation-banner { position: sticky; z-index: 25; top: 78px; display: flex; justify-content: center; align-items: center; gap: 12px; padding: 10px 16px; background: #fff0bd; color: #6e4700; border-bottom: 1px solid #d9aa2c; text-align: center; font-size: 13px; }
.simulation-banner strong { padding: 4px 8px; border-radius: 6px; background: #6e4700; color: #fff; font-size: 11px; letter-spacing: .06em; }
.promotion-banner { position: relative; z-index: 19; display: flex; justify-content: center; gap: 10px; padding: 9px 16px; color: white; background: var(--blue); text-align: center; font-size: 13px; }

.hero { position: relative; min-height: 620px; display: grid; grid-template-columns: 1fr; align-items: center; overflow: hidden; color: white; background: url("assets/food-hero.jpg") center/cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,10,22,.98) 0%, rgba(5,18,38,.9) 48%, rgba(5,18,38,.42) 100%); }
.hero-content { position: relative; z-index: 2; width: min(1180px, calc(100% - 32px)); margin: auto; padding: 90px 0; }
.eyebrow, .section-kicker { margin: 0 0 9px; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 800; color: var(--blue); }
.hero .eyebrow { color: #9fc1ff; }
h1 { max-width: 760px; margin: 0; font-size: clamp(46px, 7vw, 88px); line-height: .9; letter-spacing: -.065em; text-transform: uppercase; }
.hero-content > p:not(.eyebrow) { max-width: 560px; margin: 22px 0; font-size: clamp(17px, 2vw, 21px); color: rgba(255,255,255,.85); }
.store-state { width: fit-content; display: flex; align-items: center; gap: 7px; margin: 20px 0 26px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(11,22,40,.48); }
.state-dot { width: 9px; height: 9px; background: #4bd487; border-radius: 50%; box-shadow: 0 0 0 5px rgba(75,212,135,.14); }
.store-state.closed .state-dot { background: #ff6b5f; box-shadow: 0 0 0 5px rgba(255,107,95,.14); }
.primary-action { display: inline-flex; justify-content: center; align-items: center; min-height: 54px; padding: 0 26px; border: 0; border-radius: 999px; color: white; background: var(--blue); text-decoration: none; font-weight: 900; box-shadow: 0 12px 28px rgba(23,105,224,.34); }
.primary-action:hover { background: #1c58ba; }
.primary-action.full { width: 100%; }
.secondary-action { display: inline-flex; justify-content: center; align-items: center; min-height: 46px; padding: 0 18px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: var(--paper); font-weight: 800; }
.hero-product-card { position: absolute; z-index: 2; right: max(5vw, calc((100% - 1180px)/2)); bottom: -35px; width: clamp(230px, 28vw, 390px); padding: 10px; border-radius: 30px; background: white; box-shadow: 0 30px 70px rgba(0,0,0,.38); transform: rotate(4deg); }
.hero-product-card img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 23px; }
.hero-product-card span { position: absolute; left: -24px; top: 22px; padding: 10px 17px; border-radius: 999px; background: var(--blue); color: white; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; transform: rotate(-8deg); }
.secondary-action.full { width: 100%; margin-top: 10px; }

.service-dialog { width: min(620px, calc(100% - 24px)); }
.service-dialog-content { padding: clamp(22px, 5vw, 42px); }
.service-dialog-content > img { display: block; width: 110px; margin: 0 auto 22px; filter: invert(1); }
.service-dialog-content > h2, .service-dialog-content > p { text-align: center; }
.service-choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 26px; }
.service-choice-grid button { min-height: 130px; padding: 20px; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); background: var(--paper); text-align: left; }
.service-choice-grid button:hover { color: white; background: var(--navy); border-color: var(--navy); }
.service-choice-grid strong, .service-choice-grid span { display: block; }
.service-choice-grid strong { margin-bottom: 8px; font-size: 19px; }
.service-choice-grid span { color: var(--muted); line-height: 1.4; }
.service-choice-grid button:hover span { color: rgba(255,255,255,.72); }
.initial-address-form { display: grid; gap: 14px; margin-top: 24px; }
.initial-address-form h3 { margin: 0; font-size: 23px; }
.initial-address-form label { display: grid; gap: 6px; font-weight: 700; }
.initial-address-form input, .initial-address-form select { width: 100%; min-height: 48px; padding: 0 13px; border: 1px solid var(--line); border-radius: 9px; background: white; }
.back-service { width: fit-content; padding: 0; border: 0; color: var(--blue); background: transparent; font-weight: 800; }
.address-helper { margin: 0; color: var(--muted); font-size: 13px; }

.ordering-mode, .catalog { width: min(1160px, calc(100% - 32px)); margin: auto; }
.ordering-mode { padding: 72px 0 30px; display: grid; grid-template-columns: 1fr auto auto; justify-content: space-between; align-items: end; gap: 22px; }
h2 { margin: 0; font-size: clamp(28px, 4vw, 44px); letter-spacing: -.035em; }
.mode-switch { display: grid; grid-template-columns: repeat(2, minmax(190px, 1fr)); gap: 10px; }
.mode-button { padding: 16px 19px; text-align: left; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 16px; }
.mode-button span, .mode-button small { display: block; }
.mode-button span { font-weight: 800; margin-bottom: 3px; }
.mode-button small { color: var(--muted); }
.mode-button.active { color: white; background: var(--navy); border-color: var(--navy); }
.mode-button.active small { color: rgba(255,255,255,.7); }

.catalog { padding: 38px 0 90px; }
.catalog-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.search-box input { width: min(300px, 45vw); min-height: 46px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); padding: 0 15px; }
.category-nav { position: sticky; z-index: 12; top: 78px; display: flex; gap: 8px; margin: 25px calc(50% - 50vw) 24px; padding: 13px max(16px, calc((100vw - 1160px)/2)); overflow-x: auto; scrollbar-width: thin; background: rgba(242,239,231,.94); backdrop-filter: blur(12px); border-block: 1px solid rgba(10,20,34,.08); }
.category-nav button { flex: none; border: 1px solid var(--line); background: var(--paper); color: var(--ink); padding: 11px 17px; border-radius: 999px; font-weight: 750; }
.category-nav button.active { color: white; background: var(--navy); border-color: var(--navy); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.product-card { position: relative; overflow: hidden; display: flex; flex-direction: column; background: var(--paper); border: 1px solid rgba(10,20,34,.1); border-radius: 22px; transition: transform .2s, box-shadow .2s; }
.product-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.product-image-wrap { position: relative; overflow: hidden; }
.product-card img { display: block; width: 100%; aspect-ratio: 1.35; object-fit: cover; background: #ddd; transition: transform .35s; }
.pixel-product,.pixel-dialog{display:block;width:100%;aspect-ratio:1.35;background-image:url('assets/food-pixel-sprites-v1.png');background-size:300% 200%;background-repeat:no-repeat;background-color:#07152f;image-rendering:pixelated}.pixel-dialog{aspect-ratio:1.7;object-fit:contain}.pixel-burger{background-position:0 0}.pixel-bocata{background-position:50% 0}.pixel-side{background-position:100% 0}.pixel-sauce{background-position:0 100%}.pixel-drink{background-position:50% 100%}.pixel-dessert{background-position:100% 100%}
.product-card:hover img { transform: scale(1.035); }
.product-category-chip { position: absolute; left: 12px; bottom: 12px; max-width: calc(100% - 24px); padding: 7px 10px; border-radius: 999px; color: white; background: rgba(8,20,38,.88); backdrop-filter: blur(8px); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.product-card-content { display: flex; flex: 1; flex-direction: column; padding: 19px; }
.product-card h3 { margin: 0 0 8px; font-size: 23px; letter-spacing: -.03em; }
.product-description { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; min-height: 57px; margin: 0 0 14px; color: var(--muted); font-size: 14px; line-height: 1.4; }
.product-card-bottom { margin-top: auto; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.product-card-bottom strong { font-size: 19px; }
.add-button { border: 0; border-radius: 999px; min-height: 42px; padding: 0 17px; background: var(--navy); color: white; font-weight: 850; }
.sold-out { position: absolute; top: 12px; right: 12px; padding: 7px 10px; border-radius: 999px; color: white; background: var(--red); font-size: 12px; font-weight: 800; }
.product-card.disabled { opacity: .62; }
.empty-state { padding: 40px 0; color: var(--muted); text-align: center; }

.info-strip { padding: 48px max(16px, calc((100% - 1160px)/2)); display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; color: white; background: var(--navy); }
.info-strip div { display: grid; gap: 5px; }
.info-strip strong { font-size: 18px; }
.info-strip span { color: rgba(255,255,255,.65); }
footer { padding: 48px 16px; text-align: center; color: rgba(255,255,255,.72); background: #07101e; }
footer img { width: 90px; }
footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; margin-top: 25px; font-size: 13px; }
.legal-page { width: min(900px, calc(100% - 32px)); margin: 60px auto 100px; }
.legal-page > h1 { color: var(--navy); }
.legal-page section { margin-top: 28px; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); }
.legal-page section p { line-height: 1.65; color: var(--muted); }
.legal-warning { margin: 25px 0; padding: 16px; border-radius: 12px; color: #7a3e00; background: #fff0d2; }
.legal-nav { display: flex; flex-wrap: wrap; gap: 9px; }
.legal-nav a { padding: 9px 12px; border-radius: 999px; background: var(--navy); color: white; text-decoration: none; font-size: 13px; }

.drawer-backdrop { position: fixed; inset: 0; z-index: 39; background: rgba(4,13,27,.56); }
.cart-drawer { position: fixed; z-index: 40; top: 0; right: 0; width: min(440px, 100%); height: 100dvh; display: flex; flex-direction: column; background: var(--paper); box-shadow: var(--shadow); transform: translateX(102%); transition: transform .25s; }
.cart-drawer.open { transform: translateX(0); }
.drawer-header { padding: 22px; display: flex; align-items: start; justify-content: space-between; border-bottom: 1px solid var(--line); }
.icon-button { display: grid; place-items: center; width: 40px; height: 40px; border: 0; border-radius: 50%; font-size: 28px; color: var(--ink); background: #ebe8e0; }
.cart-content { flex: 1; overflow: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; padding: 20px; }
.empty-cart { padding: 70px 20px; text-align: center; color: var(--muted); }
.cart-item { display: grid; grid-template-columns: 1fr auto; gap: 8px 16px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.cart-item h3 { margin: 0; font-size: 17px; }
.cart-item p { margin: 4px 0 0; color: var(--muted); font-size: 13px; line-height: 1.35; }
.cart-item-actions { display: flex; gap: 6px; margin-top: 9px; }
.cart-item-actions button { border: 1px solid var(--line); border-radius: 7px; background: transparent; padding: 5px 9px; }
.cart-footer { padding: 18px 22px 22px; border-top: 1px solid var(--line); background: var(--paper); }
.coupon-box { display: grid; grid-template-columns: 1fr auto; gap: 7px; margin-bottom: 6px; }
.coupon-box input { min-width: 0; min-height: 43px; padding: 0 12px; border: 1px solid var(--line); border-radius: 9px; text-transform: uppercase; }
.coupon-box button { border: 0; border-radius: 9px; padding: 0 15px; color: white; background: var(--navy); font-weight: 800; }
.coupon-message { min-height: 18px; margin: 2px 0 10px; color: var(--green); font-size: 12px; }
.price-line { display: flex; justify-content: space-between; margin: 7px 0; }
.total-line { margin: 14px 0 18px; padding-top: 12px; border-top: 1px solid var(--line); font-size: 20px; }
.continue-shopping{margin-bottom:9px}

dialog { width: min(680px, calc(100% - 24px)); max-width: calc(100vw - 24px); max-height: calc(100dvh - 24px); overflow-x: hidden; padding: 0; border: 0; border-radius: 16px; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
dialog::backdrop { background: rgba(4,13,27,.68); backdrop-filter: blur(4px); }
.product-dialog form, .checkout-dialog form { max-width: 100%; max-height: calc(100dvh - 24px); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
.dialog-close { position: absolute; z-index: 2; top: 12px; right: 12px; }
.product-dialog > form > img { display: block; width: 100%; aspect-ratio: 2.2; object-fit: cover; }
.dialog-body { padding: 24px; }
.dialog-body > p:not(.section-kicker):not(.allergen-note):not(.demo-notice) { color: var(--muted); line-height: 1.5; }
.option-group { margin-top: 11px; overflow: hidden; border: 1px solid #d9e0e7; border-radius: 13px; background: #fff; }
.option-group[open] { border-color: #a9b8c7; box-shadow: 0 7px 19px rgba(17,32,52,.06); }
.option-group.has-selection { border-color: #4ca976; background: #f1fbf5; }
.option-group-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 13px 42px 13px 14px; cursor: pointer; list-style: none; position: relative; }
.option-group-head::-webkit-details-marker { display: none; }
.option-group-head::after { content: "⌄"; position: absolute; right: 15px; top: 50%; color: #526071; font-size: 21px; font-weight: 900; transform: translateY(-55%); transition: transform .18s ease; }
.option-group[open] .option-group-head::after { transform: translateY(-35%) rotate(180deg); }
.option-group-head > span:first-child { display: grid; gap: 2px; }
.option-group-head strong { font-size: 16px; }
.option-group-status { flex: none; padding: 5px 8px; border-radius: 999px; color: #405064; background: #edf1f5; font-size: 11px; font-weight: 850; }
.option-group.has-selection .option-group-status { color: #08603a; background: #d9f3e4; }
.required-badge { color: var(--blue); font-size: 11px; font-weight: 800; }
.option-list { display: grid; gap: 8px; padding: 2px 12px 12px; }
.option-row { display: flex; align-items: center; gap: 10px; min-height: 45px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 9px; }
.option-row input { width: 18px; height: 18px; accent-color: var(--blue); }
.option-row .option-name { flex: 1; }
.option-row small { color: var(--muted); }
.combo-progress { position: sticky; z-index: 4; top: -1px; display: grid; gap: 9px; margin: -2px 0 15px; padding: 12px 14px; border-radius: 13px; color: #fff; background: var(--navy); box-shadow: 0 8px 22px rgba(5,18,38,.2); }
.combo-progress > div:first-child { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.combo-progress small { color: #ffd44a; font-weight: 900; }
.combo-progress strong { text-align: right; }
.combo-progress-track { height: 6px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.18); }
.combo-progress-track span { display: block; width: 16.66%; height: 100%; border-radius: inherit; background: #ffd44a; transition: width .2s ease; }
.combo-step { min-height: 310px; }
.combo-step-intro { display: flex; align-items: flex-start; gap: 12px; margin: 2px 0 16px; }
.combo-step-intro > span { display: grid; place-items: center; flex: 0 0 34px; height: 34px; border-radius: 50%; background: #ffd44a; color: var(--navy); font-weight: 950; }
.combo-step-intro h3 { margin: 0; font-size: 22px; }
.combo-step-intro p { margin: 4px 0 0; color: var(--muted); line-height: 1.4; }
.combo-option-list { gap: 10px; }
.combo-option-list .option-row { min-height: 58px; border-radius: 12px; }
.product-notes-panel { display: grid; }
.notes-field, .field-grid label { display: grid; gap: 7px; margin-top: 22px; font-weight: 700; }
textarea, .field-grid input, .field-grid select { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 8px; background: white; }
.allergen-note, .demo-notice { padding: 12px; border-radius: 8px; color: #785400; background: #fff5d8; font-size: 13px; }
.validated-address-box { display: grid; gap: 7px; margin-top: 22px; padding: 14px; border: 1px solid #77b493; border-radius: 10px; background: #eaf8f0; }
.validated-address-box span { color: #24553a; line-height: 1.4; }
.secondary-action { justify-self: start; border: 1px solid #164d32; border-radius: 8px; padding: 8px 11px; color: #164d32; background: #fff; font-weight: 800; }
.customer-access { max-width: 1160px; margin: 24px auto; padding: 22px; border: 1px solid #d4b660; border-radius: 18px; background: #fff8df; }
.customer-access h2,.customer-access p { margin: 3px 0 8px; }.customer-access-actions,.customer-code-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }.customer-access input,.checkout-phone-verification input { min-height: 44px; padding: 0 12px; border: 1px solid var(--line); border-radius: 9px; }.customer-access button,.checkout-phone-verification button,.customer-profile button { min-height: 44px; border: 0; border-radius: 9px; padding: 0 15px; background: var(--navy); color: #fff; font-weight: 800; }.customer-code-row small { align-self: center; font-weight: 800; color: #7a4d00; }.customer-profile { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 15px; padding: 14px; border-radius: 12px; background: #e7f7ee; }.customer-profile div { flex: 1; display: grid; gap: 4px; }.checkout-phone-verification { margin-top: 18px; padding: 14px; border: 1px solid #d4b660; border-radius: 10px; background: #fff8df; }.checkout-phone-verification p { margin: 7px 0; }.checkout-phone-verification div { display: flex; flex-wrap: wrap; gap: 7px; }.checkout-phone-verification small { display: block; margin-top: 8px; color: #7a4d00; font-weight: 800; }
.address-confirmation { display: grid; gap: 10px; margin-top: 2px; padding: 16px; border: 2px solid #14804a; border-radius: 14px; background: #e9f8ef; color: #0b5c35; box-shadow: 0 8px 24px rgba(20,128,74,.12); }
.address-confirmation > strong { font-size: 17px; }
.address-confirmation span { line-height: 1.45; }
.address-confirmation small { color: #397055; }
.fee-info-button { width: 25px; height: 25px; margin-left: 5px; border: 1px solid #607089; border-radius: 50%; background: #fff; color: #23344f; font-weight: 900; cursor: help; }
.delivery-fee-explanation span { max-width: 420px; color: #8a3b00; font-weight: 700; line-height: 1.4; }
.delivery-fee-help { margin: 4px 0 12px; padding: 10px 12px; border-radius: 9px; background: #fff4dc; color: #714400; font-size: 13px; line-height: 1.4; }
.address-suggestions { display: grid; margin-top: -5px; border: 1px solid #aeb9c5; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.16); }
.address-suggestions button { min-height: 46px; padding: 10px 12px; border: 0; border-bottom: 1px solid #e3e7eb; background: #fff; color: var(--ink); text-align: left; }
.address-suggestions button:last-child { border-bottom: 0; }.address-suggestions button:hover { background: #eef7f2; }
.location-action { width: 100%; min-height: 46px; margin-top: 10px; border: 1px solid #1769e0; border-radius: 10px; background: #eef5ff; color: #124faa; font-weight: 850; }
.location-action:disabled { opacity: .65; cursor: wait; }
.delivery-status-bar { position: sticky; z-index: 20; top: 78px; display: flex; align-items: center; justify-content: center; gap: 18px; padding: 11px 16px; border-bottom: 1px solid #79b394; background: #e9f8ef; color: #123d29; }
.delivery-status-bar div { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 12px; }
.delivery-status-bar button { border: 1px solid #164d32; border-radius: 999px; padding: 7px 12px; background: #fff; color: #164d32; font-weight: 800; }
body:has(.simulation-banner:not(.hidden)) .delivery-status-bar { top: 119px; }
body:has(.simulation-banner:not(.hidden)) .category-nav { top: 119px; }
body:has(.delivery-status-bar:not(.hidden)) .category-nav { top: 132px; }
body:has(.simulation-banner:not(.hidden)):has(.delivery-status-bar:not(.hidden)) .category-nav { top: 173px; }
.checkout-phone-verification.verified { border-color: #14804a; background: #e9f8ef; color: #0b5c35; }
.dialog-action { position: sticky; bottom: 0; padding: 15px 24px; display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: end; border-top: 1px solid var(--line); background: var(--paper); }
.dialog-action.single { grid-template-columns: 1fr; }
.dialog-action.combo-navigation { grid-template-columns: auto minmax(0,1fr); align-items: center; }
.dialog-action.combo-final { grid-template-columns: auto auto minmax(0,1fr); align-items: end; }
.combo-back, .combo-next { min-height: 48px; justify-self: stretch; }
.combo-next { justify-self: stretch; }
.quantity-control { display: grid; gap: 5px; font-size: 12px; font-weight: 700; }
.quantity-control span { display: flex; align-items: center; }
.quantity-control button { width: 36px; height: 36px; border: 1px solid var(--line); background: white; }
.quantity-control output { min-width: 38px; text-align: center; font-weight: 800; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; }
.full-field { grid-column: 1/-1; }
.checkout-summary { margin: 20px 0; padding: 14px; border-radius: 10px; background: #eceff5; }
.checkout-summary p { margin: 5px 0; display: flex; justify-content: space-between; }
.first-order-note { margin: 0 0 16px; padding: 12px 14px; border: 1px solid #b9e1c8; border-radius: 9px; color: #075b35; background: #eaf8ef; font-size: 13px; line-height: 1.45; }
.checkout-dialog { width: min(720px, calc(100% - 24px)); }
.checkout-dialog .dialog-body { background: #f4f6f8; }
.checkout-dialog .dialog-body > h2 { margin: 2px 46px 10px 0; font-size: clamp(27px,5vw,36px); line-height: 1.08; letter-spacing: -.035em; }
.checkout-dialog .checkout-summary { display: grid; gap: 3px; margin: 14px 0; padding: 13px 15px; border: 0; border-radius: 14px; color: #fff; background: var(--navy); box-shadow: 0 8px 22px rgba(5,18,38,.16); }
.checkout-dialog .checkout-summary p { margin: 2px 0; }
.checkout-card { margin-top: 14px; padding: 18px; border: 1px solid #dfe4ea; border-radius: 18px; background: #fff; box-shadow: 0 6px 20px rgba(19,35,55,.05); }
.checkout-card-heading { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.checkout-card-heading > span { display: grid; place-items: center; flex: 0 0 34px; height: 34px; border-radius: 50%; color: var(--navy); background: #ffd44a; font-size: 15px; font-weight: 950; }
.checkout-card-heading > div { display: grid; gap: 2px; }
.checkout-card-heading strong { font-size: 19px; }
.checkout-card-heading small { color: var(--muted); }
.checkout-card .field-grid { gap: 12px; }
.checkout-card .field-grid label { gap: 7px; margin-top: 0; color: #283649; font-size: 13px; font-weight: 850; }
.checkout-card .field-grid label > small { color: var(--muted); font-size: 11px; font-weight: 650; }
.checkout-card textarea,.checkout-card .field-grid input,.checkout-card .field-grid select { min-height: 52px; border: 1.5px solid #cbd4df; border-radius: 12px; padding: 12px 14px; background: #fbfcfd; font-size: 16px; transition: border-color .15s,box-shadow .15s,background .15s; }
.checkout-card textarea:focus,.checkout-card .field-grid input:focus,.checkout-card .field-grid select:focus { outline: 0; border-color: #176fe3; background: #fff; box-shadow: 0 0 0 4px rgba(23,111,227,.12); }
.optional-checkout-field { overflow: hidden; border: 1px dashed #b8c3d0; border-radius: 12px; background: #f8fafc; }
.optional-checkout-field summary { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 13px 14px; color: #314258; cursor: pointer; list-style: none; font-size: 13px; font-weight: 850; }
.optional-checkout-field summary::-webkit-details-marker { display: none; }
.optional-checkout-field summary span { padding: 4px 7px; border-radius: 999px; background: #e8edf3; color: #57677b; font-size: 10px; text-transform: uppercase; }
.optional-checkout-field[open] { padding-bottom: 13px; background: #fff; }
.optional-checkout-field[open] > label { margin: 0 13px 10px; }
.optional-checkout-field[open] > label:last-child { margin-bottom: 0; }
.checkout-card .validated-address-box { margin-top: 0; padding: 14px 15px; border: 1.5px solid #5ab27d; border-radius: 13px; background: #edfaf2; }
.checkout-card .validated-address-box button { margin-top: 3px; border-radius: 999px; }
.checkout-card .checkout-phone-verification { margin-top: 13px; border: 0; border-radius: 13px; background: #fff4cc; }
.checkout-card .checkout-phone-verification.verified { background: #e6f7ed; }
.checkout-payment-card .payment-options { margin: 0; }
.checkout-payment-card .payment-options label { min-height: 58px; border: 1.5px solid #d5dce4; border-radius: 13px; padding: 13px 14px; background: #fbfcfd; }
.checkout-payment-card .payment-options label:has(input:checked) { border: 2px solid #176fe3; background: #eef5ff; box-shadow: 0 5px 16px rgba(23,111,227,.1); }
.legal-check { display: flex; gap: 9px; margin-top: 22px; font-size: 13px; }
.legal-check input { width: 18px; height: 18px; }
.legal-check a { color: #105cbd; font-weight: 800; }
.success-dialog { width: min(520px, calc(100% - 24px)); }
.success-content { padding: 34px; text-align: center; }
.success-icon { width: 66px; height: 66px; margin: 0 auto 20px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green); font-size: 34px; }
.status-timeline { display: grid; grid-template-columns: repeat(4, 1fr); margin: 28px 0; font-size: 12px; }
.status-timeline span { position: relative; padding-top: 20px; color: var(--muted); }
.status-timeline span::before { content: ""; position: absolute; top: 4px; left: calc(50% - 5px); width: 10px; height: 10px; border-radius: 50%; background: #c8ccd3; }
.status-timeline span::after { content: ""; position: absolute; top: 8px; right: 50%; width: 100%; height: 2px; background: #c8ccd3; z-index: -1; }
.status-timeline span:first-child::after { display: none; }
.status-timeline .done { color: var(--green); font-weight: 800; }
.status-timeline .done::before { background: var(--green); }

.payment-options { border: 0; padding: 0; margin: 20px 0; }
.payment-options legend { font-weight: 800; margin-bottom: 10px; }
.payment-options #paymentMethods { display: grid; gap: 8px; }
.payment-options label { display: flex; align-items: center; gap: 12px; border: 1px solid #d9d9d9; border-radius: 12px; padding: 12px; cursor: pointer; }
.payment-options label:has(input:checked) { border-color: #111; background: #f7f4ee; }
.payment-options span { display: grid; gap: 2px; }
.payment-options small { color: #626262; }
.install-app-button{min-height:40px;padding:0 14px;border:1px solid rgba(255,255,255,.35);border-radius:999px;color:#fff;background:rgba(255,255,255,.08);font-weight:800}.address-map-preview{display:grid;gap:8px;padding:8px;border:2px solid #15945a;border-radius:13px;background:#eaf8ef;color:#075b35}.address-map-preview iframe{width:100%;height:170px;border:0;border-radius:9px}.address-map-preview strong{padding:3px 5px}.option-row{position:relative;transition:.18s;cursor:pointer}.option-row:hover{transform:translateY(-1px);border-color:#7e91aa}.option-row:has(input:checked){border:2px solid var(--blue);background:#eef4ff;box-shadow:0 4px 14px rgba(33,92,170,.12)}.option-row:has(input:checked)::after{content:"✓";display:grid;place-items:center;width:23px;height:23px;border-radius:50%;color:#fff;background:var(--blue);font-weight:900}.status-timeline{grid-template-columns:repeat(4,1fr);gap:0}.status-timeline .active{color:var(--blue);font-weight:900}.status-timeline .active::before{width:16px;height:16px;top:1px;left:calc(50% - 8px);background:var(--blue);box-shadow:0 0 0 6px rgba(33,92,170,.15)}.status-timeline.failed{padding:12px;border-radius:10px;background:#ffebeb}.cookie-banner{position:fixed;z-index:100;left:18px;right:18px;bottom:18px;display:flex;align-items:center;justify-content:space-between;gap:22px;max-width:1050px;margin:auto;padding:18px 20px;border:1px solid #c8d0db;border-radius:16px;background:#fff;box-shadow:0 20px 70px rgba(0,0,0,.3)}.cookie-banner p{margin:5px 0;color:var(--muted);font-size:.9rem}.cookie-actions{display:flex;gap:9px;flex:none}.hero{min-height:540px}.hero-content{max-width:700px}.hero-content>p:not(.eyebrow){max-width:510px;font-size:1.08rem}.hero-overlay{background:linear-gradient(90deg,rgba(4,13,27,.96) 0%,rgba(4,13,27,.68) 52%,rgba(4,13,27,.18) 100%)}

@media (max-width: 850px) {
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ordering-mode { grid-template-columns: 1fr; align-items: stretch; }
  .mode-switch { width: 100%; }
  .hero-product-card { right: -55px; width: 290px; opacity: .8; }
}

@media (max-width: 560px) {
  .service-choice-grid { grid-template-columns: 1fr; }
  .site-header { height: 64px; }
  .brand span { display: none; }
  .hero { min-height: 430px; }
  .hero-overlay { background: linear-gradient(0deg, rgba(4,13,27,.94), rgba(4,13,27,.4)); }
  .hero-content { align-self: end; padding: 64px 0 34px; }
  .hero h1 { font-size: clamp(38px,12vw,55px); }
  .hero-product-card { display: none; }
  .mode-switch { grid-template-columns: 1fr; }
  .catalog-heading { align-items: stretch; flex-direction: column; }
  .search-box input { width: 100%; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { flex-direction: row; min-height: 158px; border-radius: 17px; }
  .product-image-wrap { width: 38%; flex: none; }
  .product-card img { width: 100%; height: 100%; aspect-ratio: auto; }
  .product-category-chip { left: 8px; bottom: 8px; padding: 5px 7px; font-size: 8px; }
  .product-card-content { padding: 13px 14px; }
  .product-card h3 { font-size: 19px; }
  .add-button { min-height: 40px; padding: 0 14px; border-radius: 11px; }
  .product-description { min-height: 0; -webkit-line-clamp: 2; }
  .info-strip { grid-template-columns: 1fr; }
  .product-dialog { width: 100vw; max-width: 100vw; height: 100dvh; max-height: 100dvh; margin: 0; border-radius: 0; }
  .product-dialog form { height: 100dvh; max-height: 100dvh; }
  .product-dialog > form > img { height: 145px; aspect-ratio: auto; }
  .product-dialog.combo-mode > form > img { height: 105px; }
  .product-dialog.combo-mode .dialog-body > #dialogDescription { display: none; }
  .dialog-body { padding: 17px 16px 20px; }
  .dialog-body h2 { margin: 4px 42px 5px 0; font-size: 25px; line-height: 1.08; }
  .dialog-close { position: fixed; top: 10px; right: 10px; background: rgba(255,255,255,.94); box-shadow: 0 5px 16px rgba(0,0,0,.18); }
  .ingredient-visual { margin: 10px 0 12px; }
  .customization-summary { top: -1px; margin-bottom: 12px; font-size: 13px; }
  .option-list { grid-template-columns: 1fr; }
  .option-row { min-height: 56px; flex-wrap: nowrap; }
  .option-row .option-name { min-width: 0; }
  .option-row small { margin-left: 0; }
  .notes-field { margin-top: 15px; }
  .dialog-action { grid-template-columns: auto minmax(0,1fr); align-items: center; gap: 10px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); box-shadow: 0 -8px 24px rgba(11,22,40,.09); }
  .quantity-control { gap: 2px; }
  .quantity-control > span { min-height: 44px; border: 1px solid #d6dde5; border-radius: 11px; overflow: hidden; background: #fff; }
  .quantity-control button { width: 34px; height: 42px; border: 0; }
  .quantity-control output { min-width: 28px; }
  .dialog-action .primary-action { min-height: 48px; padding: 0 10px; font-size: 15px; }
  .combo-progress { position: sticky; z-index: 3; top: -1px; margin: -2px 0 13px; padding: 11px 12px; }
  .combo-progress strong { font-size: 15px; }
  .combo-progress small { font-size: 11px; }
  .combo-step { min-height: 0; }
  .combo-step-intro h3 { font-size: 20px; }
  .combo-option-list .option-row { min-height: 54px; }
  .dialog-action.combo-navigation { grid-template-columns: auto minmax(0,1fr); }
  .dialog-action.combo-final { grid-template-columns: auto 1fr; }
  .dialog-action.combo-final .combo-back { grid-column: 1; grid-row: 1; }
  .dialog-action.combo-final .quantity-control { grid-column: 2; grid-row: 1; justify-self: end; }
  .dialog-action.combo-final #addProductButton { grid-column: 1 / -1; grid-row: 2; width: 100%; }
  .combo-back, .combo-next { min-height: 48px; }
  .field-grid { grid-template-columns: 1fr; }
  .full-field { grid-column: auto; }
  .checkout-dialog { width: 100vw; max-width: 100vw; height: 100dvh; max-height: 100dvh; margin: 0; border-radius: 0; }
  .checkout-dialog form { height: 100dvh; max-height: 100dvh; }
  .checkout-dialog .dialog-body { padding: 18px 14px 28px; }
  .checkout-dialog .dialog-body > h2 { padding-right: 46px; font-size: 27px; }
  .checkout-card { gap: 13px; margin-top: 13px; padding: 14px; border-radius: 16px; }
  .checkout-card-heading { align-items: flex-start; }
  .checkout-card-heading > span { flex-basis: 30px; height: 30px; }
  .checkout-card-heading strong { font-size: 18px; }
  .checkout-card-heading small { font-size: 12px; }
  .checkout-dialog .dialog-action { grid-template-columns: 1fr; }
  .checkout-dialog .dialog-action .primary-action { width: 100%; }
  body { padding-bottom: 78px; }
  .site-header { padding: 0 12px; }
  .install-app-button { display: none; }
  .cart-shortcut { position: fixed; z-index: 70; left: 12px; right: 12px; bottom: 10px; justify-content:center; min-height: 58px; border: 2px solid #fff; border-radius: 15px; background: var(--navy); box-shadow: 0 10px 35px rgba(0,0,0,.35); }
  .cart-shortcut span { display: inline; font-weight: 900; }
  .cart-shortcut small { padding-left: 10px; border-left: 1px solid rgba(255,255,255,.3); color: #fff; font-size: 14px; }
  .cart-added-toast { left: 12px; right: 12px; top: auto; bottom: 82px; width: auto; }
  body:has(.cookie-banner:not(.hidden)) .cart-added-toast { bottom: 350px; }
  .cart-added-actions button { min-height: 46px; }
  .cart-footer { max-height: 62dvh; overflow-y: auto; padding: 14px 16px calc(14px + env(safe-area-inset-bottom)); }
  .smart-upsell { margin-top: 11px; padding: 11px; }
  .smart-upsell-actions { grid-template-columns: 1fr 1fr; }
  .status-timeline { grid-template-columns: repeat(4,1fr); row-gap: 18px; }
  .cookie-banner { left: 10px; right: 10px; bottom: 82px; display: grid; gap: 12px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-actions button { min-height: 48px; }
  .address-map-preview iframe { height: 145px; }
}
.checkout-scheduling-notice {
  display: grid;
  gap: .25rem;
  margin: .75rem 0 1rem;
  padding: .9rem 1rem;
  border: 1px solid #f0b429;
  border-radius: 14px;
  background: #fff8e5;
  color: #4d3700;
}
.checkout-scheduling-notice span { line-height: 1.4; }
.address-detail-quick{display:grid;gap:6px;margin:12px 0;padding:12px;border:1px solid #9bc9ad;border-radius:12px;background:#fff;font-weight:800}.address-detail-quick input{min-height:46px;border:1px solid #b9c5ce;border-radius:10px;padding:0 12px;font-size:1rem}
.ingredient-visual{margin:10px 0 18px;padding:0;border:1px solid #ead8a2;border-radius:14px;background:#fff8df;overflow:hidden}.ingredient-visual summary{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;cursor:pointer;list-style:none}.ingredient-visual summary::-webkit-details-marker{display:none}.ingredient-visual summary>span:first-child{display:grid;gap:2px}.ingredient-visual summary small{color:#746238;font-size:11px}.ingredient-open-label{padding:5px 9px;border-radius:999px;background:#fff;color:#604d1f;font-size:11px;font-weight:850}.ingredient-visual[open] .ingredient-open-label{font-size:0}.ingredient-visual[open] .ingredient-open-label:after{content:"Ocultar";font-size:11px}.ingredient-chips{display:flex;flex-wrap:wrap;gap:7px;padding:0 14px 13px}.ingredient-chips span{padding:7px 10px;border:1px solid #ead8a2;border-radius:999px;background:#fff;font-weight:750}.ingredient-visual p{margin:0 14px 13px;color:#a12c22;font-weight:850}.customization-summary{position:sticky;z-index:2;top:0;display:grid;gap:3px;margin:0 0 15px;padding:10px 13px;border-radius:11px;background:#101827;color:#fff;font-weight:800;box-shadow:0 7px 20px rgba(0,0,0,.16)}.customization-summary span{overflow:hidden;color:#d9e3ef;font-size:11px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}
.option-food-icon{display:grid;place-items:center;flex:0 0 34px;height:34px;border-radius:9px;background:#fff;font-size:1.25rem}.option-group-removed .option-row:has(input:checked){border-color:#d54b3f;background:#fff0ee}.option-group-extras .option-row:has(input:checked),.option-group-sauces .option-row:has(input:checked){border-color:#14804a;background:#ecf9f1}
.extra-family-list{display:grid;gap:9px;padding:10px 12px 13px}.extra-family,.extra-direct-web{overflow:hidden;border:1px solid #d7e0da;border-radius:12px;background:#fff}.extra-family>summary{display:flex;align-items:center;justify-content:space-between;min-height:54px;padding:11px 13px;cursor:pointer;list-style:none;font-weight:900}.extra-family>summary::-webkit-details-marker{display:none}.extra-family>summary small{padding:5px 9px;border-radius:999px;background:#e4f4eb;color:#08783f;font-size:11px;font-weight:850}.extra-family[open]>summary{border-bottom:1px solid #dce6e1;background:#f3faf6}.extra-family .option-list{padding:9px}.extra-direct-web .option-list{padding:0}.extra-direct-web .option-row{border:0;min-height:54px}.grouped-extras.has-selection .extra-family-list{background:#f5fbf7}
.extra-quantity-list{display:grid!important;grid-template-columns:1fr!important}.extra-quantity-web{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:60px;padding:9px;border:1px solid #d9e1dc;border-radius:11px;background:#fff}.extra-quantity-web.has-quantity{border-color:#14804a;background:#ecf9f1}.extra-quantity-web>.option-name{display:grid;min-width:0;gap:2px;font-weight:800}.extra-quantity-web>.option-name small{color:#68766f;font-size:11px;font-weight:650;white-space:normal}.extra-stepper-web{display:grid;grid-template-columns:32px 26px 32px;align-items:center;gap:3px}.extra-stepper-web button{display:grid;place-items:center;width:32px;height:32px;padding:0;border:1px solid #9fb1a8;border-radius:9px;background:#fff;color:#08783f;font-size:19px;font-weight:900}.extra-stepper-web output{display:block;min-width:26px;text-align:center;font-weight:900}.extra-direct-web .extra-quantity-web{border:0}@media(max-width:420px){.extra-quantity-web{grid-template-columns:30px minmax(0,1fr) auto;padding:8px 6px}.extra-stepper-web{grid-template-columns:29px 22px 29px}.extra-stepper-web button{width:29px;height:29px}.extra-quantity-web>.option-name small{font-size:10px}}
.smart-upsell{display:grid;gap:10px;margin:14px 0 0;padding:13px;border:1px solid #efc345;border-radius:14px;background:#fff8dc}.smart-upsell-heading{display:grid;gap:4px}.smart-upsell strong{display:block}.smart-upsell-heading>span:last-child{color:#655114;font-size:.86rem}.optional-badge{justify-self:start;padding:4px 8px;border-radius:999px;background:#fff;color:#6a5200;font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.smart-upsell-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.smart-upsell button{min-height:42px;border:0;border-radius:10px;padding:8px 11px;background:#101827;color:#fff;font-weight:850}.smart-upsell .upsell-dismiss{border:1px solid #b8a15c;background:#fff;color:#5b4a17}.checkout-main-action{min-height:50px}
.customer-profile{gap:10px}.customer-profile>div{display:grid;gap:9px}.customer-profile #customerBenefits,.customer-profile #customerIncidents,.customer-profile #customerOrders{display:grid;gap:7px;margin-top:8px;padding-top:9px;border-top:1px solid #dfe5eb}.account-chips{display:flex;flex-wrap:wrap;gap:6px}.account-chips span{padding:7px 9px;border-radius:999px;background:#fff3c5;font-size:.82rem;font-weight:800}.account-order-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(135px,1fr));gap:7px}.account-order-list>span{display:grid;padding:9px;border-radius:10px;background:#f1f4f7}.account-order-list small{margin-top:3px;color:#596474}.danger{border-color:#d94a3d!important;color:#a52920!important;background:#fff5f4!important}.incident-call{display:block;text-decoration:none;text-align:center;margin-top:8px}
.address-step{display:flex;align-items:flex-start;gap:12px;margin:4px 0 16px}.address-step>span{display:grid;place-items:center;flex:0 0 32px;height:32px;border-radius:50%;background:#ffcf24;color:#101827;font-weight:900}.address-step h3{margin:0}.address-step p{margin:4px 0 0;color:#5d6674;font-size:.92rem;line-height:1.35}.initial-address-form label{font-weight:800}.initial-address-form input{margin-top:7px;border:2px solid #cdd5df;border-radius:13px;min-height:52px;font-size:1rem}.initial-address-form input:focus{border-color:#f2b900;box-shadow:0 0 0 4px rgba(255,207,36,.2)}.address-suggestions{margin-top:8px;border:1px solid #dce2e9;border-radius:13px;overflow:hidden;box-shadow:0 10px 24px rgba(11,22,40,.1)}.address-suggestions button{min-height:50px;padding:12px 14px;text-align:left;background:#fff;border:0;border-bottom:1px solid #e8ecf1}.address-suggestions button:last-child{border-bottom:0}.address-suggestions button:before{content:'📍';margin-right:8px}.address-confirmation{margin:14px 0 8px;border:2px solid #42a868;background:#effbf3;border-radius:16px;padding:15px;box-shadow:0 8px 24px rgba(29,120,66,.12)}.address-confirmation strong,.address-confirmation span,.address-confirmation small{display:block}.address-confirmation span{margin:7px 0;font-weight:700;line-height:1.4}.address-confirmation small{color:#53645a;margin-bottom:12px}.address-helper{font-size:.88rem;color:#687384;line-height:1.4}.form-error button{border:0;background:none;color:#a03620;text-decoration:underline;font:inherit;font-weight:800;padding:0;cursor:pointer}
