:root {
  --ink: #1f2823;
  --forest: #334c3a;
  --forest-deep: #273a2e;
  --sage: #75836d;
  --cream: #f7f1e7;
  --paper: #fcfaf5;
  --sand: #e9decf;
  --peach: #d68e68;
  --peach-soft: #edc3aa;
  --red: #a33f31;
  --muted: #74756e;
  --line: rgba(31, 40, 35, 0.14);
  --shadow: 0 24px 70px rgba(58, 48, 36, 0.16);
  --serif: "Noto Serif SC", "Songti SC", serif;
  --sans: "Noto Sans SC", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.drawer-open { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
[hidden] { display: none !important; }

.site-header {
  min-height: 86px; padding: 16px clamp(20px, 5vw, 76px); display: flex; align-items: center;
  justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(247, 241, 231, 0.92);
  backdrop-filter: blur(18px); position: sticky; top: 0; z-index: 40;
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50% 48% 45% 52%;
  background: var(--red); color: #fff8ed; font: 700 22px var(--serif); transform: rotate(-4deg);
  box-shadow: inset 0 0 0 3px rgba(255,255,255,.16);
}
.brand > span:last-child { display: grid; gap: 2px; }
.brand strong { font: 700 19px var(--serif); letter-spacing: .12em; }
.brand small { color: var(--muted); font-size: 8px; letter-spacing: .2em; }
.header-nav { display: flex; align-items: center; gap: 18px; }
.text-button, .cart-pill, .icon-button, .outline-button, .category-tabs button, .admin-filters button {
  border: 0; cursor: pointer; background: none;
}
.text-button { font-weight: 600; font-size: 14px; }
.text-button:hover { color: var(--red); }
.cart-pill { display: flex; align-items: center; gap: 10px; padding: 9px 9px 9px 18px; border-radius: 999px; color: white; background: var(--forest-deep); font-weight: 600; }
.cart-pill strong { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--peach); font-size: 12px; }

.hero {
  min-height: 690px; padding: clamp(56px, 8vw, 110px) clamp(24px, 8vw, 130px); display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(400px, 1.05fr); align-items: center; gap: clamp(30px, 7vw, 110px);
  overflow: hidden; position: relative;
}
.hero::before { content: ""; position: absolute; width: 34vw; height: 34vw; min-width: 420px; min-height: 420px; border: 1px solid rgba(51,76,58,.12); border-radius: 50%; right: 7%; top: 14%; }
.eyebrow { margin: 0 0 16px; color: var(--red); font-size: 11px; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 24px; height: 1px; margin: 0 9px 3px 0; background: currentColor; }
.hero h1, .section-heading h2, .drawer-header h2, dialog h2, .admin-title-row h1 { margin: 0; font-family: var(--serif); font-weight: 700; line-height: 1.38; letter-spacing: .05em; }
.hero h1 { font-size: clamp(46px, 5.3vw, 78px); }
.hero h1 em { color: var(--forest); font-style: normal; position: relative; }
.hero h1 em::after { content: ""; position: absolute; left: 4%; right: 2%; bottom: -8px; height: 8px; border-bottom: 2px solid var(--peach); border-radius: 50%; transform: rotate(-1deg); }
.hero-lead { max-width: 520px; margin: 34px 0 30px; color: var(--muted); line-height: 2; font-size: 16px; letter-spacing: .04em; }
.primary-link { display: inline-flex; gap: 35px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--ink); font-weight: 700; }
.primary-link span { color: var(--red); font-size: 22px; transition: transform .2s; }
.primary-link:hover span { transform: translate(5px, 4px); }
.service-notes { display: flex; gap: 48px; margin: 52px 0 0; }
.service-notes div { padding-left: 13px; border-left: 2px solid var(--peach-soft); }
.service-notes dt { color: var(--muted); font-size: 10px; letter-spacing: .18em; }
.service-notes dd { margin: 6px 0 0; font: 600 13px var(--serif); }

.hero-art { height: 500px; position: relative; isolation: isolate; }
.sun-disc { position: absolute; inset: 2% 2% auto auto; width: 360px; height: 360px; border-radius: 50%; background: var(--peach-soft); opacity: .75; z-index: -1; }
.food-bowl { position: absolute; border-radius: 50%; background: #eee5d2; box-shadow: inset -18px -24px 0 #d9c9b0, 0 25px 60px rgba(62,52,36,.2); transform: rotate(-8deg); }
.bowl-large { width: 330px; height: 250px; left: 10%; top: 20%; border: 20px solid #f3ead8; overflow: hidden; }
.bowl-large::before { content: ""; position: absolute; inset: 9% 10%; border-radius: 50%; background: repeating-linear-gradient(105deg, #f0d7a2 0 7px, #c89457 8px 10px); transform: rotate(5deg); }
.bowl-large span { position: absolute; width: 140px; height: 75px; border-radius: 50%; background: #344d3b; left: 35px; top: 80px; transform: rotate(15deg); box-shadow: 65px -35px 0 #49714f, 120px 20px 0 #6b873e; }
.bowl-large i { position: absolute; width: 80px; height: 80px; border-radius: 50%; right: 42px; top: 55px; background: #f9f1d2; box-shadow: inset -13px -5px 0 #f0d9a4; }
.bowl-large i::after { content: ""; position: absolute; width: 38px; height: 38px; background: #dc923e; border-radius: 50%; left: 23px; top: 22px; }
.bowl-large b { position: absolute; width: 115px; height: 80px; border-radius: 48%; background: #9f4939; left: 110px; top: 42px; transform: rotate(-16deg); box-shadow: inset 0 -15px 0 rgba(89,32,27,.3); }
.bowl-small { width: 185px; height: 145px; right: 2%; bottom: 6%; border: 15px solid #f6ead4; }
.bowl-small span { position: absolute; inset: 13px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #eac591 0 8%, transparent 9%), radial-gradient(circle at 67% 62%, #eac591 0 10%, transparent 11%), #614b31; }
.hero-art > p { position: absolute; right: 3%; top: 5%; margin: 0; color: var(--forest); font: 700 18px/1.6 var(--serif); letter-spacing: .25em; }
.leaf { position: absolute; width: 105px; height: 48px; background: var(--forest); border-radius: 100% 0 100% 0; opacity: .85; }
.leaf::after { content: ""; position: absolute; height: 2px; background: #a8b090; width: 140px; left: 45px; top: 30px; transform: rotate(20deg); transform-origin: left; }
.leaf-one { left: 0; bottom: 8%; transform: rotate(-45deg); }
.leaf-two { right: 28%; top: 8%; transform: rotate(130deg) scale(.65); }

.menu-section { padding: 100px clamp(24px, 7vw, 110px) 120px; background: var(--paper); border-top: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 40px; }
.section-heading h2 { font-size: clamp(32px, 4vw, 50px); }
.section-heading > p { margin: 0 0 5px; color: var(--muted); line-height: 1.8; font-size: 13px; text-align: right; }
.category-tabs { display: flex; gap: 8px; overflow: auto; padding: 4px 0 14px; border-bottom: 1px solid var(--line); scrollbar-width: none; position: sticky; top: 85px; z-index: 20; background: var(--paper); }
.category-tabs button { flex: 0 0 auto; padding: 10px 18px; border-radius: 99px; color: var(--muted); font-size: 13px; font-weight: 600; }
.category-tabs button.active { color: white; background: var(--forest); }
.menu-status { padding: 45px 0; color: var(--muted); text-align: center; }
.menu-group { padding-top: 60px; scroll-margin-top: 150px; }
.group-heading { display: flex; align-items: baseline; gap: 15px; margin-bottom: 25px; }
.group-heading h3 { margin: 0; font: 700 26px var(--serif); letter-spacing: .08em; }
.group-heading p { margin: 0; color: var(--muted); font-size: 12px; }
.group-heading::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.menu-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.menu-card { min-width: 0; display: grid; grid-template-columns: 140px 1fr; gap: 20px; align-items: center; padding: 15px; border: 1px solid var(--line); background: rgba(255,255,255,.4); transition: transform .2s, box-shadow .2s, border-color .2s; }
.menu-card:hover { transform: translateY(-3px); border-color: rgba(163,63,49,.3); box-shadow: 0 15px 40px rgba(60,48,35,.1); }
.dish-art { height: 140px; overflow: hidden; position: relative; background: #d7c8b4; isolation: isolate; }
.dish-art::before { content: ""; position: absolute; width: 110px; height: 110px; border-radius: 50%; left: 15px; top: 15px; background: var(--dish, #65462f); box-shadow: inset -14px -14px 0 rgba(30,25,20,.18), 0 0 0 10px #efe5d2; }
.dish-art::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 35% 40%, #f0c65d 0 5px, transparent 6px), radial-gradient(circle at 65% 28%, #4e6d3f 0 9px, transparent 10px), radial-gradient(circle at 58% 68%, #b7533f 0 12px, transparent 13px), repeating-linear-gradient(120deg, transparent 0 19px, rgba(255,255,255,.09) 20px 21px); }
.dish-art[data-dish*="eel"], .dish-art[data-dish*="beef"] { --dish: #874d36; }
.dish-art[data-dish*="noodle"], .dish-art[data-dish*="wonton"] { --dish: #d8ae72; }
.dish-art[data-dish*="tofu"] { --dish: #e7c98c; }
.dish-art[data-dish*="tomato"] { --dish: #b74d3c; }
.dish-art[data-dish*="okra"] { --dish: #547044; }
.dish-art[data-dish*="soda"], .dish-art[data-dish*="tea"], .dish-art[data-dish*="milk"] { --dish: #b7a474; }
.menu-card-content { min-width: 0; align-self: stretch; display: flex; flex-direction: column; }
.badge { align-self: flex-start; color: var(--red); font-size: 9px; font-weight: 700; letter-spacing: .1em; border: 1px solid rgba(163,63,49,.35); padding: 3px 7px; margin-bottom: 10px; }
.menu-card h4 { margin: 0 0 7px; font: 700 17px var(--serif); letter-spacing: .05em; }
.menu-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.75; flex: 1; }
.card-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 14px; }
.price { font: 700 18px var(--serif); }
.price small { margin-right: 2px; font-size: 11px; }
.add-button { width: 34px; height: 34px; border: 1px solid var(--ink); border-radius: 50%; background: transparent; cursor: pointer; font-size: 22px; line-height: 1; transition: .2s; }
.add-button:hover, .add-button:focus-visible { background: var(--forest); border-color: var(--forest); color: white; transform: rotate(90deg); }

.promise-section { padding: 90px clamp(24px, 8vw, 130px); background: var(--forest-deep); color: #f9f2e6; }
.promise-section .eyebrow { color: var(--peach-soft); }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.promise-grid article { padding: 28px 0 0; border-top: 1px solid rgba(255,255,255,.2); position: relative; }
.promise-grid strong { position: absolute; top: 28px; right: 0; color: rgba(255,255,255,.15); font: 700 44px var(--serif); }
.promise-grid h3 { margin: 0 0 12px; font: 700 20px var(--serif); }
.promise-grid p { max-width: 280px; margin: 0; color: rgba(255,255,255,.64); font-size: 13px; line-height: 1.8; }
footer { min-height: 150px; padding: 35px clamp(24px, 7vw, 110px); display: flex; align-items: center; justify-content: space-between; gap: 20px; background: #202923; color: rgba(255,255,255,.62); font-size: 11px; }
.footer-brand strong { color: white; }
footer a { border-bottom: 1px solid currentColor; }

.drawer-backdrop { position: fixed; inset: 0; z-index: 70; background: rgba(25,29,25,.48); backdrop-filter: blur(3px); }
.cart-drawer { position: fixed; inset: 0 0 0 auto; z-index: 80; width: min(520px, 100%); padding: 34px; background: var(--paper); box-shadow: var(--shadow); transform: translateX(105%); transition: transform .32s cubic-bezier(.2,.8,.2,1); overflow-y: auto; }
.cart-drawer.open { transform: translateX(0); }
.drawer-header { display: flex; align-items: start; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.drawer-header h2, dialog h2 { font-size: 34px; }
.icon-button { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); font-size: 24px; line-height: 1; }
.cart-items { margin-top: 12px; }
.cart-item { display: grid; grid-template-columns: 64px minmax(0,1fr) auto; gap: 14px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line); }
.cart-item .dish-art { height: 64px; }
.cart-item .dish-art::before { width: 46px; height: 46px; left: 9px; top: 9px; box-shadow: inset -6px -6px 0 rgba(0,0,0,.15), 0 0 0 4px #efe5d2; }
.cart-item h3 { margin: 0 0 3px; font: 700 14px var(--serif); }
.cart-item p { margin: 0; color: var(--muted); font-size: 11px; }
.quantity-control { display: flex; align-items: center; gap: 10px; }
.quantity-control button { width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.cart-empty { padding: 90px 0; text-align: center; }
.cart-empty > span { width: 70px; height: 70px; margin: 0 auto 20px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); font: 700 22px var(--serif); }
.cart-empty h3 { margin: 0 0 8px; font: 700 20px var(--serif); }
.cart-empty p { color: var(--muted); }
.checkout-form { padding-top: 24px; }
.cart-summary { display: flex; justify-content: space-between; align-items: end; margin-bottom: 20px; }
.cart-summary span { color: var(--muted); font-size: 12px; }
.cart-summary strong { font: 700 30px var(--serif); }
.segment-control { display: grid; grid-template-columns: 1fr 1fr; padding: 0; margin: 0 0 16px; border: 1px solid var(--line); }
.segment-control legend { position: absolute; width: 1px; height: 1px; overflow: hidden; }
.segment-control label { position: relative; cursor: pointer; }
.segment-control input { position: absolute; opacity: 0; }
.segment-control span { display: grid; place-items: center; height: 44px; color: var(--muted); font-size: 12px; }
.segment-control input:checked + span { background: var(--forest); color: white; }
.form-row { display: grid; grid-template-columns: 1fr 1.2fr; gap: 12px; }
.field { display: grid; gap: 7px; margin-bottom: 13px; }
.field > span { color: var(--muted); font-size: 11px; font-weight: 600; }
.field small { font-weight: 400; }
.field input, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; padding: 12px 13px; outline: none; color: var(--ink); background: #fffdf8; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--forest); box-shadow: 0 0 0 2px rgba(51,76,58,.09); }
.form-message { min-height: 20px; margin: 3px 0 8px; color: var(--red); font-size: 11px; }
.submit-button { width: 100%; min-height: 50px; display: flex; align-items: center; justify-content: center; gap: 18px; border: 0; padding: 0 18px; cursor: pointer; color: white; background: var(--forest-deep); font-weight: 700; letter-spacing: .06em; }
.submit-button:hover { background: var(--red); }
.submit-button:disabled { cursor: wait; opacity: .55; }
.mobile-cart-bar { display: none; }

dialog { width: min(460px, calc(100% - 32px)); border: 1px solid var(--line); padding: 38px; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
dialog::backdrop { background: rgba(25,29,25,.55); backdrop-filter: blur(4px); }
dialog > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; font-size: 13px; }
.dialog-close { position: absolute; right: 18px; top: 18px; }
.lookup-dialog form { margin-top: 25px; }
.lookup-result { margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--line); }
.lookup-result h3 { margin: 0 0 5px; font: 700 22px var(--serif); }
.status-chip { display: inline-block; padding: 5px 9px; color: white; background: var(--forest); font-size: 10px; font-weight: 700; letter-spacing: .06em; }
.status-track { display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px; margin: 20px 0; }
.status-track span { height: 5px; background: var(--sand); }
.status-track span.done { background: var(--peach); }
.result-items { margin: 15px 0 0; padding: 0; list-style: none; }
.result-items li { display: flex; justify-content: space-between; gap: 10px; padding: 8px 0; border-top: 1px dashed var(--line); font-size: 12px; }
.success-dialog { text-align: center; }
.success-seal { width: 80px; height: 80px; margin: 0 auto 25px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--red); font: 700 30px var(--serif); transform: rotate(-5deg); }
.success-dialog .eyebrow span { display: none; }
.order-number { display: block; margin: 25px 0 15px; padding: 15px; border: 1px dashed var(--red); color: var(--red); font: 700 24px var(--serif); letter-spacing: .08em; }
.success-meta { margin-bottom: 22px; color: var(--muted); font-size: 12px; }
.toast { position: fixed; left: 50%; bottom: 28px; z-index: 120; padding: 11px 18px; border-radius: 2px; color: white; background: var(--forest-deep); box-shadow: var(--shadow); transform: translate(-50%, 130px); transition: transform .25s; font-size: 12px; }
.toast.show { transform: translate(-50%, 0); }

.admin-body { min-height: 100vh; background: #eee8de; }
.admin-header { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px clamp(20px, 4vw, 58px); background: var(--forest-deep); color: white; }
.brand-light small { color: rgba(255,255,255,.55); }
.admin-actions { display: flex; align-items: center; gap: 10px; }
.live-indicator { margin-right: 8px; color: rgba(255,255,255,.7); font-size: 11px; }
.live-indicator i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #91c18d; box-shadow: 0 0 0 5px rgba(145,193,141,.12); }
.outline-button { padding: 9px 13px; border: 1px solid rgba(255,255,255,.25); color: white; font-size: 11px; }
.admin-main { padding: 55px clamp(20px, 4vw, 58px) 80px; }
.admin-title-row { display: flex; justify-content: space-between; gap: 30px; align-items: end; }
.admin-title-row h1 { font-size: 44px; }
.admin-title-row > div > p:last-child { color: var(--muted); font-size: 11px; }
.status-summary { display: flex; gap: 8px; }
.summary-card { min-width: 82px; padding: 12px; background: var(--paper); border-top: 3px solid var(--peach); }
.summary-card strong { display: block; font: 700 24px var(--serif); }
.summary-card span { color: var(--muted); font-size: 9px; }
.admin-filters { display: flex; gap: 5px; margin: 40px 0 22px; border-bottom: 1px solid var(--line); }
.admin-filters button { padding: 12px 17px; color: var(--muted); font-size: 12px; }
.admin-filters button.active { color: white; background: var(--forest); }
.admin-message { min-height: 20px; color: var(--red); font-size: 12px; }
.order-board { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: start; }
.order-card { padding: 20px; background: var(--paper); border: 1px solid var(--line); border-top: 4px solid var(--status-color, var(--peach)); }
.order-card[data-status="pending"] { --status-color: #b95743; }
.order-card[data-status="confirmed"] { --status-color: #c48b48; }
.order-card[data-status="preparing"] { --status-color: #58755a; }
.order-card[data-status="ready"] { --status-color: #3f6b72; }
.order-card-header { display: flex; justify-content: space-between; gap: 15px; }
.order-card-header h2 { margin: 0; font: 700 21px var(--serif); }
.order-card-header time { color: var(--muted); font-size: 10px; }
.order-card-meta { display: flex; flex-wrap: wrap; gap: 6px 12px; margin: 12px 0; color: var(--muted); font-size: 10px; }
.order-card ul { margin: 0; padding: 12px 0; list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.order-card li { display: grid; grid-template-columns: 26px 1fr auto; gap: 6px; margin: 8px 0; font-size: 12px; }
.order-card li strong { color: var(--red); }
.order-card li small { grid-column: 2 / -1; color: var(--muted); }
.order-notes { margin: 12px 0; padding: 9px; background: #f3ecdf; color: var(--muted); font-size: 10px; line-height: 1.6; }
.order-card-footer { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin-top: 14px; }
.order-card-footer > strong { font: 700 18px var(--serif); }
.order-actions { display: flex; gap: 5px; }
.order-actions button { border: 0; padding: 8px 10px; cursor: pointer; color: white; background: var(--forest); font-size: 10px; }
.order-actions button.cancel { color: var(--red); background: transparent; border: 1px solid rgba(163,63,49,.4); }
.empty-board { grid-column: 1 / -1; padding: 90px; border: 1px dashed var(--line); text-align: center; color: var(--muted); }
.token-dialog { width: min(420px, calc(100% - 32px)); }

@media (max-width: 1120px) {
  .hero { grid-template-columns: 1fr 420px; padding-left: 7vw; padding-right: 7vw; }
  .menu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .order-board { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 780px) {
  .site-header { min-height: 70px; padding: 12px 18px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand strong { font-size: 16px; }
  .text-button { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 68px 22px 45px; gap: 20px; }
  .hero::before { min-width: 320px; min-height: 320px; right: -40%; top: 48%; }
  .hero h1 { font-size: clamp(41px, 13vw, 58px); }
  .hero-lead { margin: 28px 0 20px; font-size: 14px; }
  .service-notes { gap: 28px; margin-top: 38px; }
  .hero-art { height: 330px; transform: scale(.85); margin: -20px -30px; }
  .sun-disc { width: 280px; height: 280px; }
  .bowl-large { transform: scale(.8) rotate(-8deg); transform-origin: left top; left: 8%; }
  .bowl-small { transform: scale(.8); right: 6%; }
  .menu-section { padding: 70px 16px 90px; }
  .section-heading { align-items: start; }
  .section-heading > p { display: none; }
  .category-tabs { top: 69px; margin: 0 -16px; padding: 8px 16px 13px; }
  .menu-group { padding-top: 45px; scroll-margin-top: 135px; }
  .menu-grid { grid-template-columns: 1fr; }
  .menu-card { grid-template-columns: 112px 1fr; padding: 10px; gap: 14px; }
  .dish-art { height: 112px; }
  .dish-art::before { width: 86px; height: 86px; left: 13px; top: 13px; }
  .promise-grid { grid-template-columns: 1fr; gap: 30px; }
  footer { padding-bottom: 100px; flex-direction: column; align-items: flex-start; }
  .mobile-cart-bar { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 55; min-height: 54px; display: flex; justify-content: space-between; align-items: center; padding: 0 19px; color: white; background: var(--forest-deep); box-shadow: var(--shadow); font-size: 12px; }
  .mobile-cart-bar strong { display: inline-grid; place-items: center; width: 24px; height: 24px; margin-right: 7px; border-radius: 50%; background: var(--peach); }
  .cart-drawer { padding: 24px 18px 95px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  dialog { padding: 32px 24px; }
  .admin-header { align-items: flex-start; }
  .admin-header .brand small, .live-indicator { display: none; }
  .admin-actions { flex-wrap: wrap; justify-content: flex-end; }
  .admin-main { padding: 38px 16px 60px; }
  .admin-title-row { align-items: flex-start; flex-direction: column; }
  .status-summary { width: 100%; overflow: auto; }
  .summary-card { flex: 1 0 78px; }
  .admin-filters { overflow-x: auto; }
  .admin-filters button { flex: 0 0 auto; }
  .order-board { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
