:root {
  color: #171717;
  background: #f6f0e6;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  --paper: #fffaf3;
  --cream: #f6f0e6;
  --ink: #171717;
  --muted: #6e665d;
  --line: #ded2c1;
  --orange: #f45a24;
  --amber: #ff8a00;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  padding: 0 0 calc(92px + env(safe-area-inset-bottom));
  background: radial-gradient(circle at 50% -10%, #fff8ed 0, var(--cream) 48%);
}
button, select, input { font: inherit; }
button { cursor: pointer; -webkit-tap-highlight-color: transparent; }
button:focus-visible, select:focus-visible, input:focus-visible, a:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; }
a { color: inherit; }
.app-shell { width: min(100%, 680px); margin: auto; padding: env(safe-area-inset-top) 16px 32px; }

.hero {
  position: relative;
  margin: 4px -16px 0;
  padding: 20px 22px 23px;
  color: var(--cream);
  overflow: hidden;
  background: var(--ink);
}
.hero::after {
  content: "⚡";
  position: absolute;
  right: -3px;
  bottom: -42px;
  color: var(--orange);
  font-size: 156px;
  line-height: 1;
  opacity: .92;
  transform: rotate(-8deg);
  pointer-events: none;
}
.hero-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.hero-actions { display: flex; align-items: center; gap: 7px; }
.eyebrow, .section-heading > span {
  margin: 0;
  color: var(--amber);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.eyebrow span { color: var(--orange); }
.orders-link {
  min-height: 38px;
  padding: 6px 12px;
  color: var(--cream);
  border: 1px solid #5e584f;
  border-radius: 99px;
  background: #ffffff0a;
  font-size: 12px;
  font-weight: 750;
}
.admin-link {
  min-height: 38px;
  padding: 6px 12px;
  color: var(--ink);
  border: 1px solid var(--amber);
  border-radius: 99px;
  background: var(--amber);
  font-size: 12px;
  font-weight: 800;
}
.pickup-link {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: fit-content;
  max-width: calc(100% - 26px);
  gap: 8px;
  margin-top: 12px;
  color: #e9e1d5;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.2;
}
.pickup-link > span:nth-child(2) { display: grid; gap: 1px; }
.pickup-link small { color: #aaa195; font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.pickup-link b { color: #ffb26f; font-size: 10px; white-space: nowrap; }
.pickup-mark {
  display: grid;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--ink);
  border-radius: 8px;
  background: var(--cream);
  font-size: 15px;
}
h1 {
  position: relative;
  z-index: 1;
  max-width: 480px;
  margin: 18px 0 7px;
  font-size: clamp(33px, 8.8vw, 50px);
  line-height: .94;
  letter-spacing: -.055em;
}
.subhead { position: relative; z-index: 1; margin: 0; color: #d7d0c6; font-size: 14px; }
.store-note {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: calc(100% - 30px);
  margin-top: 16px;
  padding: 7px 10px;
  color: var(--ink);
  border-radius: 99px;
  background: var(--cream);
  font-size: 11px;
  font-weight: 750;
}
.pulse { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: #49a668; box-shadow: 0 0 0 4px #49a66833; }
.pulse.is-paused { background: #a83b1d; box-shadow: 0 0 0 4px #a83b1d33; }

.menu-section { margin-top: 22px; }
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.section-heading > div { display: grid; gap: 3px; }
.section-heading > span { color: #a96c19; letter-spacing: .08em; text-align: right; }
h2 { margin: 0; font-size: 27px; letter-spacing: -.045em; }
.menu-search {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--paper);
  box-shadow: 0 4px 16px #4a2c1509;
}
.menu-search > span { color: #8b8176; font-size: 22px; transform: rotate(-15deg); }
.menu-search input { width: 100%; min-width: 0; padding: 11px 0; color: var(--ink); border: 0; outline: 0; background: transparent; font-size: 14px; }
.menu-search input::placeholder { color: #91897f; }
.categories-wrap {
  position: sticky;
  z-index: 4;
  top: 0;
  margin: 10px -16px 0;
  padding: 0 16px;
  background: linear-gradient(var(--cream) 78%, #f6f0e600);
}
.categories {
  display: flex;
  gap: 7px;
  padding: 2px 0 14px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}
.categories::-webkit-scrollbar { display: none; }
.category {
  min-height: 40px;
  flex: 0 0 auto;
  padding: 8px 13px;
  color: #625c54;
  border: 1px solid var(--line);
  border-radius: 99px;
  background: #f8f1e7e8;
  backdrop-filter: blur(8px);
  font-size: 12px;
  white-space: nowrap;
}
.category.active { color: var(--paper); border-color: var(--ink); background: var(--ink); }

.menu-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.product {
  min-width: 0;
  min-height: 246px;
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  color: var(--ink);
  text-align: left;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: var(--paper);
  box-shadow: 0 5px 18px #4a2c1510;
  transition: transform .16s ease, box-shadow .16s ease;
}
.product:active { transform: scale(.985); }
.product-media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e9ded0;
}
.product-media::after { content: ""; position: absolute; z-index: 2; inset: 0; box-shadow: inset 0 -20px 24px #24140812; pointer-events: none; }
.product-media img { position: relative; z-index: 1; width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .3s ease; }
.product-media em { position: absolute; right: 8px; bottom: 8px; z-index: 3; padding: 5px 7px; color: #fff; border-radius: 99px; background: #171717d9; font-size: 9px; font-style: normal; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.product-visual {
  position: absolute;
  inset: 0;
  display: grid;
  z-index: 0;
  place-content: center;
  gap: 8px;
  overflow: hidden;
  color: var(--ink);
  text-align: center;
}
.product-visual::before, .product-visual::after { content: ""; position: absolute; border: 1px solid #17171714; border-radius: 50%; pointer-events: none; }
.product-visual::before { width: 160px; height: 160px; top: -77px; right: -56px; }
.product-visual::after { width: 98px; height: 98px; bottom: -61px; left: -42px; }
.product-visual > span { position: relative; z-index: 1; font-size: 38px; font-weight: 850; line-height: .8; letter-spacing: -.08em; }
.product-visual small { position: relative; z-index: 1; color: #1717179e; font-size: 8px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.product-visual.coffee { background: linear-gradient(135deg, #ffd19e, #ed8958); }
.product-visual.black-coffee { color: #fff7e9; background: linear-gradient(135deg, #3b251e, #151311); }
.product-visual.black-coffee small { color: #fff7e9a6; }
.product-visual.tea { background: linear-gradient(135deg, #d8e3bb, #a8ca9a); }
.product-visual.cold { background: linear-gradient(135deg, #b6e2df, #9fc5e9); }
.product-visual.dessert { background: linear-gradient(135deg, #f6d7af, #dfad9a); }
.product-visual.food { background: linear-gradient(135deg, #e7d5b4, #ceb181); }
.product-visual.retail { background: linear-gradient(135deg, #dfcfb6, #b6a089); }
.product-media.has-photo .product-visual, .dialog-product-media.has-photo .product-visual { display: none; }
.product:active .product-media.has-photo img { transform: scale(1.025); }
.product.is-unavailable { cursor: default; opacity: .72; }
.product.is-unavailable .product-media.has-photo img { filter: grayscale(.72); }
.product.is-unavailable .product-footer b { color: #8a3122; }
.product-copy { display: grid; gap: 4px; padding: 11px 12px 0; }
.product-copy strong { font-size: 15px; line-height: 1.12; letter-spacing: -.025em; }
.product-copy p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
  padding: 10px 11px 11px 12px;
}
.product-footer b { font-size: 13px; }
.add {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--paper);
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 5px 12px #f45a2440;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
}
.menu-empty {
  grid-column: 1 / -1;
  padding: 34px 20px;
  text-align: center;
  border: 1px dashed var(--line);
  border-radius: 17px;
  background: #fffaf37a;
}
.menu-empty span { font-size: 30px; }
.menu-empty h3 { margin: 8px 0 4px; }
.menu-empty p { margin: 0; color: var(--muted); font-size: 13px; }

.cart-bar {
  position: fixed;
  right: max(14px, env(safe-area-inset-right));
  bottom: max(12px, env(safe-area-inset-bottom));
  left: max(14px, env(safe-area-inset-left));
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 28px), 650px);
  margin: auto;
  padding: 11px 11px 11px 16px;
  color: var(--cream);
  border-radius: 16px;
  background: var(--ink);
  box-shadow: 0 12px 30px #17171744;
}
.cart-bar div { display: grid; gap: 2px; }
.cart-bar span { color: #c7bdb1; font-size: 12px; }
.cart-bar b { font-size: 17px; }
.is-hidden { display: none; }
.button {
  min-height: 44px;
  padding: 11px 15px;
  color: var(--ink);
  border: 0;
  border-radius: 12px;
  background: var(--amber);
  box-shadow: 0 6px 16px #ff8a0033;
  font-size: 14px;
  font-weight: 800;
}
.button:disabled { cursor: wait; opacity: .65; }

.dialog {
  width: min(100%, 560px);
  max-height: min(760px, 94vh);
  max-height: min(760px, 94dvh);
  margin: auto 0 0;
  padding: 0;
  overflow: hidden;
  color: var(--ink);
  border: 0;
  border-radius: 22px 22px 0 0;
  background: var(--paper);
  box-shadow: 0 -10px 40px #17171733;
}
.dialog::backdrop { background: #17171788; backdrop-filter: blur(2px); }
.dialog-close { position: absolute; z-index: 3; top: 13px; right: 13px; }
.dialog-close button {
  display: grid;
  width: 44px;
  min-height: 44px;
  place-items: center;
  padding: 0;
  color: var(--ink);
  border: 0;
  border-radius: 50%;
  background: #f5ecdfeb;
  box-shadow: 0 3px 10px #17171724;
  font-size: 24px;
}
.dialog-content { max-height: min(760px, 94vh); max-height: min(760px, 94dvh); padding: 32px 20px calc(26px + env(safe-area-inset-bottom)); overflow-y: auto; }
.dialog-content h2 { padding-right: 50px; }
.dialog-content > p { color: var(--muted); line-height: 1.45; }
.dialog-product-media { position: relative; width: 100%; height: min(255px, 34vh); overflow: hidden; background: #e9ded0; }
.dialog-product-media img { position: relative; z-index: 1; width: 100%; height: 100%; display: block; object-fit: cover; }
.dialog-product-media.has-photo + .product-dialog-content { max-height: calc(min(760px, 94vh) - min(255px, 34vh)); padding-top: 22px; }
.product-dialog-content > .eyebrow { margin-bottom: 5px; }
.option-group { margin-top: 21px; }
.option-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-bottom: 2px; }
.option-heading h3 { margin: 0; font-size: 16px; }
.option-heading small { color: var(--muted); font-size: 11px; }
.option {
  min-height: 47px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid #ede4d8;
  font-size: 14px;
}
.option > span { display: flex; align-items: center; gap: 9px; }
.option input { width: 18px; height: 18px; accent-color: var(--orange); }
.option small { color: var(--muted); white-space: nowrap; }
.dialog-total { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 22px; }
.dialog-total > div { display: grid; gap: 1px; }
.dialog-total > b, .dialog-total > div b { font-size: 22px; }
.dialog-total small { color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.dialog-total .button { min-width: 150px; }

.cart-line {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 9px 12px;
  padding: 15px 0;
  border-bottom: 1px solid #ede4d8;
}
.cart-line-copy { display: grid; gap: 3px; }
.cart-line b { font-size: 15px; }
.cart-line span { color: var(--muted); font-size: 13px; }
.quantity-stepper {
  display: inline-flex !important;
  align-items: center;
  justify-self: start;
  gap: 9px !important;
  padding: 2px;
  border: 1px solid var(--line);
  border-radius: 99px;
  background: #fff;
}
.quantity-stepper button { display: grid; width: 40px; min-height: 40px; place-items: center; padding: 0; color: var(--ink); border: 0; border-radius: 50%; background: #f2e8dc; font-size: 19px; }
.quantity-stepper span { min-width: 14px; color: var(--ink); text-align: center; font-weight: 800; }
.remove { min-height: 32px; align-self: center; padding: 0; color: #a83b1d; border: 0; background: none; font-size: 12px; font-weight: 750; }
.pickup-heading { margin-top: 24px; }
.pickup-heading h3 { margin: 0 0 4px; }
.pickup-heading p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.4; }
.pickup-time-card { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 14px 0 4px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.pickup-time-card span { color: var(--muted); font-size: 11px; }
.pickup-time-card strong { font-size: 16px; text-align: right; }
.cart-customer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 18px; padding: 12px 13px; border: 1px solid #e4d9ca; border-radius: 13px; background: #fff; }
.cart-customer span { display: grid; gap: 2px; color: var(--muted); font-size: 11px; }
.cart-customer strong { color: var(--ink); font-size: 14px; }
.cart-customer button { min-height: 44px; padding: 0; color: #a83b1d; border: 0; background: transparent; font-size: 12px; font-weight: 800; }

.order-history { display: grid; gap: 10px; margin: 18px 0 24px; }
.history-item { padding: 15px; border: 1px solid #e4d9ca; border-radius: 15px; background: #fff; box-shadow: 0 4px 14px #4a2c150c; }
.history-item > div { display: grid; align-items: start; gap: 8px; }
.history-item h3 { margin: 3px 0 0; font-size: 14px; }
.history-item p { margin: 10px 0; color: #635d55; font-size: 13px; line-height: 1.45; }
.order-number { display: block; color: #a83b1d; font-size: 11px; font-weight: 850; letter-spacing: .04em; white-space: nowrap; }
.status-pill { max-width: 100%; justify-self: start; padding: 5px 8px; color: #5c482a; border-radius: 99px; background: #fff0ce; font-size: 10px; font-weight: 750; text-align: left; }
.repeat { min-height: 36px; padding: 0; color: #a83b1d; border: 0; background: none; font-size: 13px; font-weight: 800; }
.empty-state { margin: 22px 0; padding: 28px 18px; text-align: center; border: 1px dashed var(--line); border-radius: 15px; }
.empty-state span { font-size: 28px; }
.empty-state h3 { margin: 8px 0 4px; }
.empty-state p { margin: 0; color: var(--muted); font-size: 13px; }
.profile-summary { margin: 15px 0 22px; padding: 16px; border: 1px solid #e4d9ca; border-radius: 16px; background: #fff; box-shadow: 0 4px 14px #4a2c150c; }
.profile-summary-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.profile-summary-head span { display: grid; gap: 3px; color: var(--muted); font-size: 11px; }
.profile-summary-head strong { color: var(--ink); font-size: 16px; }
.profile-summary button { min-height: 44px; padding: 0 2px; color: #a83b1d; border: 0; background: transparent; font-size: 12px; font-weight: 800; }
.profile-summary .profile-actions { margin-top: 11px; }
.profile-summary .profile-actions .button.secondary { min-height: 44px; padding: 11px 14px; color: #5c554d; border: 1px solid var(--line); border-radius: 12px; background: #fff; font-size: 13px; }
.loyalty { position: relative; margin-top: 14px; padding: 16px; overflow: hidden; color: var(--cream); border-radius: 15px; background: var(--ink); }
.loyalty::after { content: "⚡"; position: absolute; right: -5px; bottom: -25px; color: var(--orange); font-size: 78px; opacity: .65; transform: rotate(-8deg); pointer-events: none; }
.loyalty > * { position: relative; z-index: 1; }
.loyalty h3 { margin: 0 0 5px; }
.loyalty p { max-width: 360px; margin: 0 0 12px; color: #c9bfb1; font-size: 12px; line-height: 1.45; }
.loyalty-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 10px; }
.loyalty-meta span { padding: 6px 8px; color: #ffe2b5; border-radius: 99px; background: #ffffff12; font-size: 10px; font-weight: 750; }
.loyalty-progress { height: 5px; margin: 12px 0 7px; overflow: hidden; border-radius: 99px; background: #ffffff1f; }
.loyalty-progress i { display: block; height: 100%; border-radius: inherit; background: var(--amber); }
.loyalty-progress .progress-0 { width: 0; }
.loyalty-progress .progress-1 { width: 10%; }
.loyalty-progress .progress-2 { width: 20%; }
.loyalty-progress .progress-3 { width: 30%; }
.loyalty-progress .progress-4 { width: 40%; }
.loyalty-progress .progress-5 { width: 50%; }
.loyalty-progress .progress-6 { width: 60%; }
.loyalty-progress .progress-7 { width: 70%; }
.loyalty-progress .progress-8 { width: 80%; }
.loyalty-progress .progress-9 { width: 90%; }
.loyalty-progress .progress-10 { width: 100%; }
.loyalty small { color: #d8cfc2; font-size: 10px; }
.loyalty .profile-text-button { display: inline-flex; min-height: 36px; align-items: center; margin-top: 10px; padding: 0; color: #ffcf75; border: 0; background: transparent; font-size: 12px; font-weight: 800; }

.guest-dialog { width: min(100%, 520px); }
.guest-content { min-height: min(410px, calc(100dvh - 120px)); padding-top: 28px; }
.profile-hero { display: grid; width: 54px; height: 54px; margin-bottom: 18px; place-items: center; color: #fff; border-radius: 17px; background: var(--orange); box-shadow: 0 9px 22px #f45a2433; font-size: 26px; }
.guest-content .eyebrow { margin-bottom: 6px; }
.guest-content h2 { margin: 0 0 9px; font-size: 27px; line-height: 1.05; letter-spacing: -.035em; }
.guest-lead { max-width: 430px; margin: 0 0 22px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.profile-form { display: grid; gap: 15px; }
.profile-field { display: grid; gap: 7px; color: #4f4942; font-size: 12px; font-weight: 800; }
.profile-field input { width: 100%; min-height: 50px; padding: 0 14px; color: var(--ink); border: 1px solid var(--line); border-radius: 12px; outline: none; background: #fff; font-size: 16px; }
.profile-field input:focus { border-color: var(--orange); box-shadow: 0 0 0 3px #f45a2418; }
.profile-field small { color: var(--muted); font-size: 10px; font-weight: 500; }
.consent-row { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 9px; color: #655f57; font-size: 11px; line-height: 1.45; }
.consent-row input { width: 18px; height: 18px; margin: 0; accent-color: var(--orange); }
.consent-row a { font-weight: 750; text-underline-offset: 2px; }
.profile-actions { display: grid; gap: 8px; margin-top: 6px; }
.profile-actions .button { width: 100%; }
.button.secondary { color: #5c554d; border: 1px solid var(--line); background: #fff; box-shadow: none; }
.button.textual { color: #766e65; background: transparent; box-shadow: none; font-size: 12px; }
.profile-message { min-height: 18px; margin: 0 !important; color: #842a18 !important; font-size: 12px; }
.profile-message.is-success { color: #267148 !important; }
.profile-optional-note { margin: 10px 0 0; padding: 10px 12px; color: #675c50; border-radius: 11px; background: #f6f1ea; font-size: 11px; line-height: 1.45; }
.contact-wait { display: grid; justify-items: center; padding: 28px 12px; text-align: center; }
.contact-loader { width: 45px; height: 45px; margin-bottom: 17px; border: 4px solid #f0e3d3; border-top-color: var(--orange); border-radius: 50%; animation: contact-spin .85s linear infinite; }
.contact-wait h3 { margin: 0 0 7px; }
.contact-wait p { max-width: 330px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
@keyframes contact-spin { to { transform: rotate(360deg); } }
.status-card { margin-top: 18px; padding: 16px; border: 1px solid #f4c36b; border-radius: 14px; background: #fff2d7; }
.status-card > span { color: #8a5a16; font-size: 11px; font-weight: 850; letter-spacing: .05em; }
.status-card h3 { margin: 5px 0 7px; }
.status-card p { margin: 0; color: #5b4a2f; line-height: 1.45; }
.status-note { margin: 10px 0 0; color: var(--muted); font-size: 12px; line-height: 1.4; }
.error { margin-top: 12px; padding: 10px; color: #842a18; border-radius: 9px; background: #fde6df; font-size: 13px; }

.legal-page { width: min(100%, 720px); margin: auto; padding: calc(20px + env(safe-area-inset-top)) 16px calc(40px + env(safe-area-inset-bottom)); }
.legal-back { display: inline-flex; min-height: 42px; align-items: center; color: #6d6257; font-size: 12px; text-decoration: none; }
.legal-page > header { margin: 12px 0 22px; padding: 22px; color: var(--cream); border-radius: 20px; background: var(--ink); }
.legal-page > header h1 { margin: 5px 0 8px; font-size: clamp(30px, 8vw, 46px); }
.legal-page > header p:last-child { margin: 0; color: #cfc5b8; font-size: 12px; line-height: 1.5; }
.legal-card { margin: 12px 0; padding: 19px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); box-shadow: 0 5px 18px #4a2c150a; }
.legal-card h2 { margin: 0 0 11px; font-size: 20px; }
.legal-card h3 { margin: 17px 0 7px; font-size: 14px; }
.legal-card p, .legal-card li { color: #5f574e; font-size: 12px; line-height: 1.58; }
.legal-card ul { margin: 8px 0 0; padding-left: 19px; }
.legal-card li + li { margin-top: 6px; }
.legal-note { padding: 12px 13px; color: #6a512d !important; border-radius: 12px; background: #fff1d8; }
.legal-updated { color: #8a8177; font-size: 10px; text-align: center; }

.skeleton { display: block; pointer-events: none; padding-bottom: 12px; }
.skeleton-media, .skeleton-line { border-radius: 8px; background: linear-gradient(90deg, #eadfce 25%, #f7eee3 50%, #eadfce 75%); background-size: 200% 100%; animation: skeleton-shimmer 1.4s infinite; }
.skeleton-media { width: 100%; aspect-ratio: 4 / 3; border-radius: 0; }
.skeleton-line { width: 82%; height: 11px; margin: 12px; }
.skeleton-title { width: 64%; height: 15px; }
.skeleton-price { width: 42%; margin-top: 24px; }
@keyframes skeleton-shimmer { to { background-position: -200% 0; } }

@media (min-width: 560px) {
  .app-shell { padding-right: 26px; padding-left: 26px; }
  .hero { margin-right: -26px; margin-left: -26px; padding-right: 34px; padding-left: 34px; }
  .categories-wrap { margin-right: -26px; margin-left: -26px; padding-right: 26px; padding-left: 26px; }
  .menu-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 680px) {
  .hero { border-radius: 0 0 24px 24px; }
  .dialog { margin: auto; border-radius: 22px; box-shadow: 0 16px 48px #17171744; }
}
@media (max-width: 370px) {
  .app-shell { padding-right: 12px; padding-left: 12px; }
  .hero { margin-right: -12px; margin-left: -12px; padding-right: 17px; padding-left: 17px; }
  .pickup-link b { display: none; }
  .menu-grid { gap: 8px; }
  .product { min-height: 225px; }
  .product-copy { padding-right: 10px; padding-left: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
