:root {
  --ink: #111a3a;
  --ink-2: #1d2952;
  --lime: #d7ff63;
  --lime-2: #edffb9;
  --apricot: #ff825f;
  --sky: #79d9ff;
  --paper: #f8f8f2;
  --white: #fff;
  --line: #dfe1d8;
  --muted: #687088;
  --shadow: 0 24px 70px rgba(17, 26, 58, .13);
  --radius: 24px;
}
body:not(.admin-body) {
  --ink: #3b251a;
  --ink-2: #5a3826;
  --lime: #d0a12a;
  --lime-2: #f2df9c;
  --apricot: #a95f32;
  --paper: #fbf5e9;
  --line: #e1d4c4;
  --muted: #77675c;
  --shadow: 0 24px 70px rgba(59, 37, 26, .16);
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 16px/1.55 'DM Sans', sans-serif; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
.topbar { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; min-height: 76px; padding: 12px clamp(18px, 4vw, 60px); background: rgba(248,248,242,.92); border-bottom: 1px solid rgba(17,26,58,.1); backdrop-filter: blur(18px); }
body:not(.admin-body) .topbar { background: rgba(251,245,233,.94); border-bottom-color: rgba(59,37,26,.1); }
.brand { display: flex; align-items: center; gap: 11px; }
.brand-mark { position: relative; display: flex; align-items: flex-end; justify-content: center; gap: 3px; width: 43px; height: 43px; padding-bottom: 8px; overflow: hidden; background: var(--ink); border-radius: 14px; transform: rotate(-3deg); }
.brand-mark:after { position: absolute; right: 7px; bottom: 5px; left: 7px; height: 12px; background: var(--lime); border-radius: 3px 3px 9px 9px; content: ''; }
.brand-mark i { z-index: 1; width: 3px; height: 23px; background: var(--lime); border-radius: 3px; }
.brand-mark i:nth-child(2) { height: 27px; }
.brand-mark.brand-letter { display: grid; place-items: center; padding: 0; background: var(--lime); color: var(--ink); font: 800 25px/1 'Manrope'; transform: rotate(-3deg); }
.brand-mark.brand-letter:after { display: none; }
.brand > span:last-child { display: grid; line-height: 1; }
.brand strong { font: 800 17px/1 'Manrope'; letter-spacing: .08em; }
.brand small { margin-top: 5px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.topbar-actions { display: flex; align-items: center; gap: 10px; }
.service-note { display: flex; align-items: center; gap: 8px; margin-right: 8px; color: #3f4866; font-size: 13px; font-weight: 700; }
body:not(.admin-body) .service-note { color: var(--muted); }
.service-note > span { width: 8px; height: 8px; background: #44a86b; border-radius: 50%; box-shadow: 0 0 0 5px rgba(68,168,107,.12); }
.bag-button { display: flex; align-items: center; gap: 11px; min-height: 45px; padding: 5px 6px 5px 17px; background: var(--ink); color: #fff; border: 0; border-radius: 999px; cursor: pointer; font-size: 14px; font-weight: 800; }
.bag-button b { display: grid; place-items: center; min-width: 33px; height: 33px; padding: 0 7px; background: var(--lime); color: var(--ink); border-radius: 50%; }
.menu-shell { width: min(1180px, calc(100% - 36px)); margin: 0 auto; padding: 58px 0 86px; }
.menu-intro { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 44px; align-items: end; }
.eyebrow { margin: 0 0 11px; color: #64704a; font: 800 12px/1.2 'Manrope'; letter-spacing: .15em; }
h1, h2, h3, p { margin-top: 0; }
.intro-copy h1 { max-width: 760px; margin-bottom: 18px; font: 800 clamp(54px, 8vw, 108px)/.88 'Manrope'; letter-spacing: -.07em; }
.lede { max-width: 590px; margin: 0; color: var(--muted); font-size: clamp(17px, 2vw, 21px); }
.order-ticket { position: relative; overflow: hidden; background: var(--lime); border-radius: 26px; box-shadow: 12px 14px 0 var(--ink); transform: rotate(1.2deg); }
.order-ticket:after { position: absolute; right: 89px; bottom: -7px; width: 14px; height: 14px; background: var(--paper); border-radius: 50%; box-shadow: -22px 0 var(--paper), -44px 0 var(--paper), -66px 0 var(--paper), -88px 0 var(--paper), -110px 0 var(--paper), -132px 0 var(--paper), -154px 0 var(--paper), -176px 0 var(--paper), -198px 0 var(--paper), -220px 0 var(--paper); content: ''; }
.ticket-top { display: flex; justify-content: space-between; padding: 18px 20px 12px; border-bottom: 1px dashed rgba(17,26,58,.35); font-size: 12px; letter-spacing: .08em; }
body:not(.admin-body) .ticket-top { border-bottom-color: rgba(59,37,26,.35); }
.ticket-top strong { font-weight: 800; letter-spacing: 0; }
.ticket-time { display: flex; align-items: center; gap: 16px; padding: 17px 20px 13px; }
.ticket-time b { font: 800 49px/.95 'Manrope'; letter-spacing: -.07em; }
.ticket-time span { padding-left: 16px; border-left: 1px solid rgba(17,26,58,.25); font-size: 12px; font-weight: 700; line-height: 1.25; text-transform: uppercase; }
body:not(.admin-body) .ticket-time span { border-left-color: rgba(59,37,26,.25); }
.ticket-cutoff { display: flex; align-items: center; gap: 9px; padding: 10px 20px 18px; font-size: 12px; font-weight: 800; }
.pulse { width: 8px; height: 8px; background: var(--apricot); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,130,95,.19); }
.location-row { display: flex; align-items: center; justify-content: space-between; margin: 58px 0 68px; padding: 18px 20px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 8px 24px rgba(17,26,58,.05); }
body:not(.admin-body) .location-row { box-shadow: 0 8px 24px rgba(59,37,26,.06); }
.location-row > div { display: flex; align-items: center; gap: 13px; }
.location-row span span { display: grid; }
.location-row small { color: var(--muted); font-size: 12px; font-weight: 600; }
.location-row strong { font-size: 15px; }
.location-row strong em { margin-left: 5px; color: var(--muted); font-size: 13px; font-style: normal; font-weight: 600; }
.pin-icon { display: grid; place-items: center; width: 38px; height: 38px; background: var(--ink); color: var(--lime); border-radius: 12px; font: 700 23px/1 sans-serif; }
.location-row button { padding: 9px 15px; background: var(--lime-2); border: 0; border-radius: 999px; cursor: pointer; font-size: 13px; font-weight: 800; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 24px; }
.section-heading h2 { margin: 0; font: 800 clamp(34px, 5vw, 52px)/1 'Manrope'; letter-spacing: -.045em; }
.section-heading > p { max-width: 320px; margin: 0; color: var(--muted); text-align: right; }
.menu-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.food-card { position: relative; display: flex; min-height: 480px; overflow: hidden; background: var(--ink); border-radius: var(--radius); color: #fff; box-shadow: 0 6px 0 rgba(17,26,58,.08); isolation: isolate; }
.food-card:after { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent 25%, rgba(7,11,28,.12) 47%, rgba(7,11,28,.93) 90%); content: ''; }
body:not(.admin-body) .food-card { box-shadow: 0 6px 0 rgba(59,37,26,.1); }
body:not(.admin-body) .food-card:after { background: linear-gradient(180deg, transparent 25%, rgba(59,37,26,.12) 47%, rgba(43,25,17,.94) 90%); }
.food-photo { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.food-card:hover .food-photo { transform: scale(1.04); }
.food-card-body { display: flex; flex: 1; flex-direction: column; justify-content: flex-end; padding: 26px; }
.food-tag { align-self: flex-start; margin-bottom: auto; padding: 7px 10px; background: rgba(17,26,58,.82); border: 1px solid rgba(255,255,255,.2); border-radius: 999px; backdrop-filter: blur(8px); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
body:not(.admin-body) .food-tag { background: rgba(59,37,26,.86); }
.food-card h3 { margin: 0 0 7px; font: 800 26px/1.05 'Manrope'; letter-spacing: -.035em; }
.food-card p { min-height: 45px; margin-bottom: 20px; color: rgba(255,255,255,.73); font-size: 14px; }
.food-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.food-price { font: 800 22px/1 'Manrope'; }
.add-button { display: flex; align-items: center; gap: 7px; min-height: 43px; padding: 8px 15px; background: var(--lime); color: var(--ink); border: 0; border-radius: 999px; cursor: pointer; font-size: 13px; font-weight: 800; transition: transform .2s, background .2s; }
.add-button:hover { background: #e5ff96; transform: translateY(-2px); }
body:not(.admin-body) .add-button:hover { background: #dfbb55; }
.add-button span { font-size: 20px; font-weight: 400; line-height: 1; }
.food-card.sold-out .food-photo { filter: grayscale(1); opacity: .58; }
.food-card.sold-out .add-button { background: rgba(255,255,255,.15); color: #fff; cursor: not-allowed; }
footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 32px clamp(18px, 4vw, 60px); background: var(--ink); color: #fff; }
.footer-brand { display: flex; align-items: baseline; gap: 8px; }
.footer-brand strong { color: var(--lime); font: 800 16px 'Manrope'; letter-spacing: .08em; }
footer p { margin: 0; color: rgba(255,255,255,.62); font-size: 14px; }
footer a { color: var(--lime); font-size: 14px; font-weight: 800; }
footer p a { color: var(--lime); }
.scrim { position: fixed; inset: 0; z-index: 80; visibility: hidden; background: rgba(7,11,28,.55); opacity: 0; backdrop-filter: blur(4px); transition: .25s; }
body:not(.admin-body) .scrim { background: rgba(43,25,17,.58); }
.scrim.open { visibility: visible; opacity: 1; }
.drawer { position: fixed; top: 0; right: 0; z-index: 90; display: flex; flex-direction: column; width: min(460px, 100%); height: 100dvh; background: var(--paper); box-shadow: -20px 0 70px rgba(10,16,40,.2); transform: translateX(105%); transition: transform .35s cubic-bezier(.22,.78,.25,1); }
body:not(.admin-body) .drawer { box-shadow: -20px 0 70px rgba(59,37,26,.22); }
.drawer.open { transform: none; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 26px 26px 20px; border-bottom: 1px solid var(--line); }
.drawer-head .eyebrow { margin-bottom: 5px; }
.drawer h2, .modal-card h2 { margin: 0; font: 800 34px/1 'Manrope'; letter-spacing: -.05em; }
.icon-button { display: grid; place-items: center; width: 42px; height: 42px; background: var(--white); border: 1px solid var(--line); border-radius: 50%; cursor: pointer; font-size: 26px; line-height: 1; }
.drawer-body { flex: 1; overflow-y: auto; padding: 12px 26px; }
.empty-bag { display: grid; place-items: center; min-height: 55vh; text-align: center; }
.empty-bag .empty-icon { display: grid; place-items: center; width: 80px; height: 80px; margin: 0 auto 18px; background: var(--lime-2); border-radius: 28px; font-size: 34px; transform: rotate(-4deg); }
.empty-bag h3 { margin-bottom: 6px; font: 800 21px 'Manrope'; }
.empty-bag p { max-width: 260px; color: var(--muted); font-size: 14px; }
.cart-item { display: grid; grid-template-columns: 74px minmax(0, 1fr) auto; gap: 13px; align-items: center; padding: 15px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 74px; height: 72px; object-fit: cover; border-radius: 16px; }
.cart-copy { min-width: 0; }
.cart-copy strong { display: block; overflow: hidden; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }
.cart-copy small { color: var(--muted); font-size: 13px; }
.qty-control { display: grid; grid-template-columns: 29px 26px 29px; align-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 999px; text-align: center; }
.qty-control button { height: 31px; background: #fff; border: 0; cursor: pointer; font-size: 18px; }
.qty-control b { font-size: 12px; }
.drawer-footer { padding: 20px 26px 26px; background: #fff; border-top: 1px solid var(--line); }
.subtotal { display: flex; justify-content: space-between; margin-bottom: 15px; }
.subtotal span { color: var(--muted); font-weight: 600; }
.subtotal strong { font: 800 24px 'Manrope'; }
.primary-action { display: flex; align-items: center; justify-content: center; gap: 14px; width: 100%; min-height: 54px; padding: 12px 20px; background: var(--ink); color: #fff; border: 0; border-radius: 14px; cursor: pointer; font-size: 15px; font-weight: 800; box-shadow: 0 7px 0 #050a1d; }
body:not(.admin-body) .primary-action { box-shadow: 0 7px 0 #28170f; }
.primary-action span { color: var(--lime); font-size: 20px; }
.modal-shell { position: fixed; inset: 0; z-index: 100; display: grid; visibility: hidden; place-items: center; overflow-y: auto; padding: 24px; background: rgba(7,11,28,.65); opacity: 0; backdrop-filter: blur(7px); transition: .25s; }
body:not(.admin-body) .modal-shell { background: rgba(43,25,17,.68); }
.modal-shell.open { visibility: visible; opacity: 1; }
.modal-card { position: relative; width: min(580px, 100%); padding: 34px; background: var(--paper); border-radius: 28px; box-shadow: var(--shadow); transform: translateY(18px) scale(.98); transition: transform .3s; }
.modal-shell.open .modal-card { transform: none; }
.modal-close { position: absolute; top: 20px; right: 20px; }
.modal-lede, .checkout-heading > p:last-child { margin: 9px 0 24px; color: var(--muted); }
.location-list { display: grid; gap: 10px; margin-top: 24px; }
.location-option { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 17px; background: #fff; border: 1px solid var(--line); border-radius: 16px; cursor: pointer; text-align: left; }
.location-option.selected { border: 2px solid var(--ink); box-shadow: inset 0 0 0 4px var(--lime-2); }
.location-option span { display: grid; }
.location-option small { margin-top: 3px; color: var(--muted); }
.location-option b { display: grid; place-items: center; width: 29px; height: 29px; background: var(--lime); border-radius: 50%; }
.checkout-card { width: min(660px, 100%); }
.checkout-heading { padding-right: 50px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
form label > span, fieldset legend { display: block; margin-bottom: 7px; font-size: 13px; font-weight: 800; }
input[type=text], input[type=tel], input[type=date], input[type=password], input[type=time], input[type=number] { width: 100%; min-height: 49px; padding: 11px 13px; background: #fff; color: var(--ink); border: 1px solid var(--line); border-radius: 12px; outline: none; }
input:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(215,255,99,.7); }
body:not(.admin-body) input:focus { box-shadow: 0 0 0 3px rgba(208,161,42,.28); }
.field-error { display: block; min-height: 20px; padding-top: 3px; color: #c34432; font-size: 12px; }
.date-field { display: block; margin-top: 3px; }
.date-field > small { display: block; margin-top: 6px; color: var(--muted); font-size: 12px; }
fieldset { display: grid; gap: 9px; margin: 19px 0; padding: 0; border: 0; }
.payment-option { position: relative; display: grid; grid-template-columns: 20px minmax(0, 1fr) auto; gap: 12px; align-items: center; padding: 14px; background: #fff; border: 1px solid var(--line); border-radius: 14px; cursor: pointer; }
.payment-option.recommended { background: var(--lime-2); border-color: #b7db45; }
body:not(.admin-body) .payment-option.recommended { border-color: var(--lime); }
.payment-option input { position: absolute; opacity: 0; }
.radio-ui { width: 19px; height: 19px; margin: 0; background: #fff; border: 2px solid #aeb3c1; border-radius: 50%; }
.payment-option input:checked + .radio-ui { background: var(--ink); border: 5px solid var(--lime); outline: 1px solid var(--ink); }
.payment-option > span:nth-of-type(2) { display: grid; margin: 0; }
.payment-option strong { font-size: 14px; }
.payment-option small { color: var(--muted); font-size: 12px; font-weight: 500; }
.payment-option > b { padding: 5px 7px; background: var(--ink); color: var(--lime); border-radius: 6px; font-size: 9px; letter-spacing: .06em; }
.checkout-total { display: flex; align-items: center; justify-content: space-between; margin: 18px 0; padding: 16px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.checkout-total > span { display: grid; }
.checkout-total small { color: var(--muted); font-size: 12px; }
.checkout-total b { font-size: 13px; }
.checkout-total > strong { font: 800 25px 'Manrope'; }
.form-alert { display: none; margin-bottom: 12px; padding: 11px 13px; background: #ffe9e3; color: #a73323; border-radius: 10px; font-size: 13px; font-weight: 600; }
.form-alert.show { display: block; }
.confirmation-card { max-width: 470px; text-align: center; }
.success-mark { display: grid; place-items: center; width: 62px; height: 62px; margin: 0 auto 17px; background: var(--lime); border-radius: 21px; font-size: 29px; font-weight: 800; transform: rotate(-4deg); }
.confirmation-card > p:not(.eyebrow) { margin: 12px auto 20px; color: var(--muted); }
.pickup-code { padding: 23px; background: var(--ink); color: #fff; border-radius: 20px; }
.pickup-code small { display: block; color: var(--lime); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.pickup-code strong { display: block; margin-top: 7px; font: 800 49px/1 'Manrope'; letter-spacing: .04em; }
.confirmation-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; margin: 13px 0 20px; background: var(--line); border: 1px solid var(--line); border-radius: 14px; }
.confirmation-meta span { display: grid; padding: 13px; background: #fff; }
.confirmation-meta small { color: var(--muted); font-size: 11px; }
.confirmation-meta b { margin-top: 3px; font-size: 13px; }
.toast { position: fixed; top: 50%; left: 50%; z-index: 150; visibility: hidden; padding: 14px 22px; background: #fff; color: var(--ink); border-radius: 12px; box-shadow: var(--shadow); opacity: 0; transform: translate(-50%, -50%) scale(.96); transition: .25s; font-size: 13px; font-weight: 600; text-align: center; max-width: min(90vw, 320px); }
.toast.show { visibility: visible; opacity: 1; transform: translate(-50%, -50%) scale(1); }
.skeleton { min-height: 480px; background: linear-gradient(90deg, #e8e9e1 25%, #f6f6f0 50%, #e8e9e1 75%); background-size: 200% 100%; border-radius: var(--radius); animation: loading 1.3s infinite; }
@keyframes loading { to { background-position: -200% 0; } }
@media (max-width: 920px) {
  .menu-intro { grid-template-columns: 1fr; }
  .order-ticket { width: min(420px, calc(100% - 14px)); }
  .menu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .topbar { min-height: 68px; padding: 10px 15px; }
  .brand-mark { width: 39px; height: 39px; }
  .brand small, .service-note, .bag-button > span { display: none; }
  .brand strong { max-width: 135px; font-size: 14px; line-height: 1.05; }
  .bag-button { min-height: 39px; padding: 3px; background: transparent; }
  .bag-button b { min-width: 36px; height: 36px; background: var(--ink); color: var(--lime); }
  .menu-shell { width: min(100% - 26px, 1180px); padding-top: 35px; }
  .intro-copy h1 { font-size: clamp(52px, 17vw, 75px); }
  .lede { font-size: 16px; }
  .order-ticket { box-shadow: 8px 9px 0 var(--ink); }
  .ticket-time b { font-size: 43px; }
  .location-row { margin: 45px 0 52px; }
  .location-row strong em { display: block; margin: 2px 0 0; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .section-heading > p { max-width: none; text-align: left; }
  .menu-grid { grid-template-columns: 1fr; }
  .food-card { min-height: 420px; }
  footer { align-items: flex-start; flex-direction: column; }
  footer p { order: 3; }
  .modal-shell { align-items: end; padding: 0; }
  .modal-card { max-height: 94dvh; overflow-y: auto; padding: 28px 20px 23px; border-radius: 25px 25px 0 0; }
  .modal-close { top: 16px; right: 16px; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .payment-option > b { display: none; }
  .checkout-heading { padding-right: 42px; }
}
@media (prefers-reduced-motion: reduce) { *, *:before, *:after { scroll-behavior: auto !important; transition: none !important; animation: none !important; } }
