/* ZAUQ v2 — mobile-first ordering surface */
:root {
  --z-ink: #19110c;
  --z-paper: #f7f2e9;
  --z-surface: #fffdf8;
  --z-warm: #ce4f2a;
  --z-gold: #e3ad3a;
  --z-muted: #746b61;
  --z-line: rgba(25, 17, 12, .12);
  --z-shadow: 0 18px 48px rgba(63, 39, 24, .1);
}

html { scroll-padding-top: 78px; }
body { background: var(--z-paper); }
body.cart-open { overflow: hidden; }
button { -webkit-tap-highlight-color: transparent; }
.desktop-experience { display: none; }
.app-experience {
  display: block;
  padding-bottom: 2px;
  background: var(--z-paper);
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(206, 79, 42, .3);
  outline-offset: 3px;
}

.topbar {
  grid-template-columns: 1fr auto;
  gap: 12px;
  min-height: 64px;
  padding: 8px 16px;
  border-color: var(--z-line);
  background: rgba(247, 242, 233, .94);
}

.app-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 8px 16px;
  border-bottom: 1px solid var(--z-line);
  background: rgba(247, 242, 233, .94);
  backdrop-filter: blur(18px);
}
.app-header > div > small {
  display: block;
  margin: 0 0 3px 40px;
  color: var(--z-muted);
  font-size: 12px;
}
.app-brand {
  display: flex;
  align-items: center;
  color: var(--z-ink);
  text-decoration: none;
}
.app-brand span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--z-ink);
  color: #fff;
  font: 700 18px Georgia, serif;
}
.app-brand b { margin-left: 8px; font-size: 16px; letter-spacing: .12em; }
.app-header > button {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 6px 7px 6px 13px;
  border: 1px solid var(--z-line);
  border-radius: 999px;
  background: var(--z-surface);
  color: var(--z-ink);
}
.app-header > button span { font-size: 14px; font-weight: 700; }
.app-header > button b {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--z-warm);
  color: #fff;
  font-size: 12px;
}
.app-location {
  position: relative;
  display: grid;
  width: calc(100% - 24px);
  min-height: 56px;
  margin: 10px 12px 0;
  padding: 9px 46px 9px 14px;
  border: 1px solid var(--z-line);
  border-radius: 14px;
  background: var(--z-surface);
  color: var(--z-ink);
  text-align: left;
}
.app-location span { color: var(--z-muted); font-size: 12px; }
.app-location b { margin-top: 2px; font-size: 14px; }
.app-location i {
  position: absolute;
  top: 50%;
  right: 15px;
  color: var(--z-warm);
  font-size: 18px;
  font-style: normal;
  transform: translateY(-50%);
}
.app-order-mode { padding: 8px 12px 0; }
.app-order-mode > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  padding: 4px;
  border-radius: 14px;
  background: #e9e1d5;
}
.app-order-mode button {
  display: grid;
  min-width: 0;
  min-height: 50px;
  padding: 7px 5px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--z-muted);
}
.app-order-mode button.active {
  background: var(--z-surface);
  color: var(--z-ink);
  box-shadow: 0 5px 16px rgba(63,39,24,.1);
}
.app-order-mode button b { font-size: 13px; }
.app-order-mode button small { margin-top: 2px; font-size: 11px; }
.brand { grid-template-columns: 38px auto; }
.brand > span { width: 38px; height: 38px; }
.brand b { font-size: 14px; }
.brand small { font-size: 12px; }
.service-state,
.location { display: none; }
.cart-trigger {
  min-height: 44px;
  padding: 7px 8px 7px 14px;
  border-color: var(--z-line);
  background: var(--z-surface);
}
.cart-trigger span { font-size: 14px; }
.cart-trigger b { width: 28px; height: 28px; font-size: 12px; }

main { overflow: clip; }
.order-mode {
  display: block;
  padding: 10px 12px;
  background: var(--z-ink);
}
.order-mode > span { display: none; }
.order-mode > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}
.order-mode button {
  justify-content: center;
  min-width: 0;
  min-height: 46px;
  padding: 8px 6px;
  border-radius: 9px;
}
.order-mode button i,
.order-mode button small { display: none; }
.order-mode button b { font-size: 13px; }
.order-mode button.active {
  border-color: var(--z-gold);
  background: var(--z-gold);
}

.hero { display: none; }
.workspace {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  max-width: none;
  padding: 12px 12px 140px;
}
.mobile-feature {
  position: relative;
  display: grid;
  min-height: 232px;
  overflow: hidden;
  padding: 22px;
  border-radius: 20px;
  background:
    linear-gradient(90deg, rgba(25, 17, 12, .98) 0 48%, rgba(25, 17, 12, .55)),
    url('/assets/project-thumbnails/daawat-co.jpg') 63% center / cover;
  color: #fff;
  margin: 12px;
  box-shadow: var(--z-shadow);
}
.mobile-feature > div { align-self: start; max-width: 64%; }
.mobile-feature > div > span {
  color: var(--z-gold);
  font: 700 12px/1 monospace;
  letter-spacing: .12em;
}
.mobile-feature h1 {
  margin: 18px 0 10px;
  font: 800 38px/.9 Arial, sans-serif;
  letter-spacing: -.055em;
}
.mobile-feature h1 em {
  color: #efb94b;
  font-family: Georgia, serif;
  font-weight: 400;
}
.mobile-feature p {
  max-width: 220px;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  line-height: 1.45;
}
.mobile-feature > button {
  align-self: end;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 12px;
  width: 100%;
  min-height: 64px;
  margin-top: 24px;
  padding: 10px 10px 10px 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 12px;
  background: rgba(25,17,12,.82);
  color: #fff;
  text-align: left;
  backdrop-filter: blur(12px);
}
.mobile-feature > button small {
  grid-column: 1;
  color: var(--z-gold);
  font: 700 11px monospace;
  text-transform: uppercase;
}
.mobile-feature > button b { grid-column: 1; font-size: 14px; }
.mobile-feature > button > span {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  font-size: 13px;
  font-weight: 700;
}
.mobile-feature > button i {
  display: inline-grid;
  width: 30px;
  height: 30px;
  margin-left: 7px;
  place-items: center;
  border-radius: 50%;
  background: var(--z-warm);
  font-size: 18px;
  font-style: normal;
}

.category-rail { position: static; order: 2; }
.category-rail > span,
.category-rail > div { display: none; }
.category-rail nav {
  display: flex;
  gap: 8px;
  margin: 18px -12px 20px;
  padding: 0 12px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}
.category-rail nav::-webkit-scrollbar { display: none; }
.category-rail nav button {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 9px 15px;
  border: 1px solid var(--z-line);
  border-radius: 999px;
  background: var(--z-surface);
  color: var(--z-muted);
  font-size: 14px;
  scroll-snap-align: start;
}
.category-rail nav button.active {
  border-color: var(--z-ink);
  background: var(--z-ink);
  color: #fff;
}
.category-rail nav b { display: none; }

.menu-stage { order: 3; min-width: 0; }
.menu-stage > header {
  align-items: stretch;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}
.menu-stage h2 {
  margin-top: 7px;
  font-size: 32px;
  letter-spacing: -.045em;
}
.menu-stage header > div > span { font-size: 12px; }
.menu-stage header label {
  position: relative;
  width: 100%;
  color: var(--z-muted);
  font-size: 12px;
}
.menu-stage header label > span { position: absolute; width: 1px; height: 1px; overflow: hidden; }
.menu-stage header input {
  min-height: 48px;
  padding: 12px 16px 12px 44px;
  border-color: var(--z-line);
  border-radius: 12px;
  background:
    linear-gradient(45deg, transparent 46%, var(--z-muted) 47% 53%, transparent 54%) 22px 28px / 7px 7px no-repeat,
    radial-gradient(circle, transparent 48%, var(--z-muted) 50% 62%, transparent 64%) 13px 11px / 16px 16px no-repeat,
    var(--z-surface);
  font-size: 16px;
}
.menu-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.dish {
  min-height: 228px;
  padding: 15px;
  border-color: var(--z-line);
  border-radius: 16px;
  background:
    radial-gradient(circle at 80% 16%, var(--dish) 0 45px, transparent 46px),
    var(--z-surface);
  box-shadow: 0 8px 28px rgba(63,39,24,.05);
}
.dish:before { display: none; }
.dish.selected { border-color: rgba(206, 79, 42, .45); }
.dish > span { max-width: 72%; font-size: 10px; }
.dish h3 {
  max-width: 100%;
  margin: 48px 0 8px;
  font-size: clamp(18px, 5vw, 22px);
  line-height: .98;
}
.dish p {
  display: -webkit-box;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.dish footer { margin-top: 14px; }
.dish footer b { font-size: 13px; }
.dish footer button {
  width: 42px;
  height: 42px;
  font-size: 22px;
}
.dish footer button small { font-size: 12px; }
.dish footer button:hover { transform: none; }
.diet { width: 9px; height: 9px; }

.cart-scrim {
  position: fixed;
  z-index: 28;
  inset: 0;
  border: 0;
  background: rgba(15,10,7,.56);
  backdrop-filter: blur(3px);
}
.cart-scrim[hidden] { display: none; }
.cart-panel {
  position: fixed;
  z-index: 30;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: min(82dvh, 720px);
  min-height: 0;
  padding: 20px 18px calc(22px + env(safe-area-inset-bottom));
  overflow-y: auto;
  border-radius: 22px 22px 0 0;
  background: var(--z-ink);
  transform: translateY(105%);
  transition: transform .3s cubic-bezier(.22,.7,.2,1);
}
.cart-panel:before {
  display: block;
  width: 44px;
  height: 4px;
  margin: -8px auto 16px;
  border-radius: 9px;
  background: rgba(255,255,255,.2);
  content: "";
}
.cart-panel.open { transform: none; }
.cart-panel > header { position: sticky; top: -20px; z-index: 1; padding: 6px 0 16px; background: var(--z-ink); }
.cart-panel h2 { font-size: 26px; }
.cart-panel header button {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
}
.cart-empty { padding: 50px 15px; }
.cart-item { min-height: 70px; align-items: center; }
.cart-item b { font-size: 14px; }
.cart-item > span { font-size: 12px; }
.quantity button { width: 36px; height: 36px; font-size: 18px; }
.quantity small { font-size: 14px; }
.cart-panel dl div { padding: 7px 0; font-size: 14px; }
.cart-panel footer > button { min-height: 52px; padding: 14px 16px; font-size: 14px; }
.cart-panel footer > small { font-size: 12px; }

.mobile-cart {
  z-index: 24;
  right: 12px;
  bottom: calc(76px + env(safe-area-inset-bottom));
  left: 12px;
  min-height: 58px;
  padding: 8px 8px 8px 15px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 15px;
  box-shadow: 0 20px 50px rgba(0,0,0,.35);
}
.mobile-cart[hidden] { display: none !important; }
.mobile-cart span { font-size: 12px; }
.mobile-cart strong { font-size: 14px; }
.mobile-cart button {
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 12px;
}
.mobile-cart button i { margin-left: 5px; font-style: normal; }

.checkout,
.success {
  width: 100%;
  max-width: none;
  max-height: 92dvh;
  margin: auto 0 0;
  border-radius: 22px 22px 0 0;
}
.checkout form { padding: 22px 18px calc(22px + env(safe-area-inset-bottom)); }
.checkout h2 { font-size: 28px; }
.checkout header span { font-size: 11px; }
.checkout header button {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: rgba(25,17,12,.06);
}
.checkout-grid {
  grid-template-columns: 1fr;
  gap: 24px;
  max-height: 58dvh;
  margin-top: 22px;
  padding-right: 3px;
  overflow-y: auto;
}
.checkout h3 { font-size: 14px; }
.checkout label,
.checkout legend { font-size: 13px; }
.checkout input,
.checkout textarea { min-height: 48px; font-size: 16px; }
.checkout fieldset { grid-template-columns: 1fr; }
.checkout footer {
  position: sticky;
  bottom: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  background: var(--z-paper);
}
.checkout footer button { min-height: 50px; font-size: 14px; }
.success > div { padding: 44px 24px calc(36px + env(safe-area-inset-bottom)); }
.success h2 { font-size: 38px; }
.success p { font-size: 15px; line-height: 1.55; }
.success button { min-height: 48px; font-size: 14px; }
.toast { bottom: calc(148px + env(safe-area-inset-bottom)); font-size: 13px; }

@media (min-width: 600px) {
  .workspace { padding-right: 24px; padding-left: 24px; }
  .mobile-feature { min-height: 280px; }
  .menu-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .dish h3 { font-size: 22px; }
}

@media (min-width: 1101px) {
  .desktop-experience { display: block; }
  .app-experience { display: none; }
  .topbar {
    grid-template-columns: auto 1fr auto auto;
    min-height: 74px;
    padding: 10px clamp(24px, 4vw, 70px);
  }
  .service-state { display: flex; }
  .location { display: grid; }
  .desktop-nav {
    display: flex;
    align-items: center;
    justify-self: center;
    gap: clamp(20px, 3vw, 42px);
  }
  .desktop-nav a {
    position: relative;
    color: var(--z-muted);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
  }
  .desktop-nav a:after {
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    height: 1px;
    content: "";
    background: var(--z-warm);
    transform: scaleX(0);
    transition: transform .2s;
  }
  .desktop-nav a:hover:after { transform: scaleX(1); }
  .hero {
    display: grid;
    min-height: min(620px, 68vh);
    padding-top: clamp(70px, 9vw, 135px);
    padding-bottom: clamp(70px, 9vw, 135px);
  }
  .hero-copy { max-width: 760px; }
  .hero h1 { font-size: clamp(68px, 7vw, 112px); }
  .hero p { font-size: 17px; }
  .hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 28px; }
  .hero-actions button { margin-top: 0; min-height: 50px; }
  .hero-actions a {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,.5);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
  }
  .desktop-order-mode {
    padding-right: clamp(24px, 5vw, 90px);
    padding-left: clamp(24px, 5vw, 90px);
  }
  .mobile-feature { display: none; }
  .workspace {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 28px;
    max-width: 1500px;
    margin: auto;
    padding: 48px clamp(24px, 4vw, 60px) 110px;
  }
  .category-rail { position: sticky; top: 102px; order: initial; }
  .category-rail > span,
  .category-rail > div { display: block; }
  .category-rail nav { display: grid; margin: 20px 0 0; padding: 0; overflow: visible; }
  .category-rail nav button {
    min-height: 48px;
    padding: 12px 0;
    border: 0;
    border-bottom: 1px solid var(--z-line);
    border-radius: 0;
    background: transparent;
  }
  .category-rail nav button.active { background: transparent; color: var(--z-warm); }
  .category-rail nav b { display: block; }
  .menu-stage { order: initial; }
  .menu-stage > header { align-items: end; flex-direction: row; }
  .menu-stage header label { width: min(300px, 42%); }
  .menu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dish { min-height: 230px; padding: 20px; }
  .dish h3 { margin-top: 58px; font-size: 24px; }
  .dish p { font-size: 14px; }
  .checkout,
  .success { margin: auto; border-radius: 22px; }
  .checkout { width: min(850px, calc(100% - 48px)); }
  .checkout-grid { grid-template-columns: 1fr 1fr; max-height: none; }
  .checkout fieldset { grid-template-columns: 1fr 1fr; }
  .success { width: min(500px, calc(100% - 48px)); }
}

@media (min-width: 1101px) {
  body.cart-open { overflow: auto; }
  .workspace { grid-template-columns: 180px minmax(0, 1fr) 340px; }
  .cart-panel {
    position: sticky;
    top: 102px;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    max-height: none;
    min-height: 460px;
    padding: 22px;
    overflow: visible;
    border-radius: 18px;
    transform: none;
  }
  .cart-panel:before,
  .cart-panel header button,
  .cart-scrim,
  .mobile-cart { display: none !important; }
  .cart-panel > header { position: static; padding: 0 0 18px; }
}

/* Desktop order desk: a distinct application shell */
@media (min-width: 1101px) {
  body { background: #eee9df; }
  .desktop-rail {
    position: fixed;
    z-index: 35;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    width: 92px;
    flex-direction: column;
    align-items: center;
    padding: 18px 10px;
    background: var(--z-ink);
    color: #fff;
    box-shadow: 12px 0 35px rgba(25,17,12,.12);
  }
  .rail-brand {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 15px;
    background: var(--z-gold);
    color: var(--z-ink);
    font: 800 23px Georgia, serif;
    text-decoration: none;
  }
  .desktop-rail nav {
    display: grid;
    width: 100%;
    gap: 8px;
    margin-top: 46px;
  }
  .desktop-rail nav a {
    display: grid;
    min-height: 64px;
    place-items: center;
    align-content: center;
    gap: 5px;
    border-radius: 13px;
    color: rgba(255,255,255,.5);
    text-decoration: none;
    transition: background .2s, color .2s;
  }
  .desktop-rail nav a:hover,
  .desktop-rail nav a.active {
    background: rgba(255,255,255,.08);
    color: #fff;
  }
  .desktop-rail nav span { font-size: 19px; line-height: 1; }
  .desktop-rail nav b { font-size: 11px; font-weight: 700; }
  .rail-status {
    display: grid;
    justify-items: center;
    gap: 6px;
    margin-top: auto;
    color: rgba(255,255,255,.55);
    font-size: 11px;
  }
  .rail-status i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #58bb75;
    box-shadow: 0 0 0 5px rgba(88,187,117,.12);
  }
  .desktop-header {
    position: sticky;
    z-index: 31;
    top: 0;
    display: grid;
    grid-template-columns: minmax(240px, 1fr) auto auto auto;
    min-height: 78px;
    margin-left: 92px;
    padding: 10px 28px;
    border-bottom: 1px solid var(--z-line);
    background: rgba(255,253,248,.94);
    backdrop-filter: blur(18px);
  }
  .desktop-context small {
    color: var(--z-muted);
    font: 700 11px monospace;
    letter-spacing: .13em;
  }
  .desktop-context h2 {
    margin: 4px 0 0;
    font-size: 22px;
    letter-spacing: -.03em;
  }
  .desktop-status {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    column-gap: 8px;
    padding-right: 22px;
    border-right: 1px solid var(--z-line);
  }
  .desktop-status i {
    grid-row: 1 / 3;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4aaa67;
  }
  .desktop-status span { font-size: 13px; font-weight: 700; }
  .desktop-status b { color: var(--z-muted); font-size: 11px; font-weight: 500; }
  .desktop-header .location {
    min-width: 210px;
    min-height: 48px;
    margin-left: 6px;
    background: var(--z-surface);
  }
  .desktop-header .cart-trigger { min-height: 48px; }
  .desktop-home {
    margin-left: 92px;
    padding: 24px 28px 0;
  }
  .desktop-dashboard {
    grid-template-columns: minmax(0, 1fr) 300px;
    min-height: 310px;
    padding: 42px 48px;
    border-radius: 24px;
    background:
      linear-gradient(90deg, rgba(25,17,12,.98) 0 45%, rgba(25,17,12,.57) 72%, rgba(25,17,12,.32)),
      url('/assets/project-thumbnails/daawat-co.jpg') center 48% / cover;
    box-shadow: 0 22px 55px rgba(46,30,19,.16);
  }
  .desktop-dashboard .hero-copy { align-self: center; max-width: 620px; }
  .desktop-dashboard h1 {
    margin: 20px 0 13px;
    font-size: clamp(48px, 4.2vw, 72px);
    line-height: .9;
  }
  .desktop-dashboard p { max-width: 510px; margin: 0; font-size: 15px; }
  .desktop-dashboard .hero-actions { margin-top: 20px; }
  .desktop-dashboard > aside {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0;
    padding: 24px;
    border-color: rgba(255,255,255,.16);
    background: rgba(25,17,12,.74);
  }
  .desktop-dashboard > aside strong { font-size: 28px; }
  .desktop-dashboard > aside > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,.13);
  }
  .desktop-dashboard > aside > div b { color: var(--z-gold); font-size: 14px; }
  .desktop-order-mode {
    display: flex;
    margin-top: 14px;
    padding: 10px 12px 10px 20px;
    border: 1px solid var(--z-line);
    border-radius: 16px;
    background: var(--z-surface);
    color: var(--z-ink);
  }
  .desktop-order-mode > span { display: block; color: var(--z-muted); font-size: 13px; }
  .desktop-order-mode > div { gap: 8px; }
  .desktop-order-mode button {
    min-width: 155px;
    min-height: 48px;
    border-color: var(--z-line);
    color: var(--z-muted);
  }
  .desktop-order-mode button.active {
    border-color: var(--z-ink);
    background: var(--z-ink);
    color: #fff;
  }
  .desktop-order-mode button small { color: inherit; }
  .ordering-surface { margin-left: 92px; }
  .workspace {
    grid-template-columns: 160px minmax(0, 1fr) 340px;
    gap: 18px;
    max-width: none;
    padding: 24px 28px 110px;
  }
  .category-rail {
    top: 102px;
    padding: 18px;
    border: 1px solid var(--z-line);
    border-radius: 18px;
    background: rgba(255,253,248,.7);
  }
  .category-rail > div { margin-top: 24px; }
  .menu-stage > header {
    align-items: center;
    margin-bottom: 12px;
    padding: 17px 18px;
    border: 1px solid var(--z-line);
    border-radius: 18px;
    background: rgba(255,253,248,.78);
  }
  .menu-stage h2 { font-size: 36px; }
  .menu-stage header input { background-color: var(--z-surface); }
  .dish {
    min-height: 218px;
    border-radius: 18px;
    box-shadow: none;
    transition: transform .2s, box-shadow .2s, border-color .2s;
  }
  .dish:hover {
    border-color: rgba(206,79,42,.35);
    box-shadow: 0 16px 38px rgba(63,39,24,.09);
    transform: translateY(-3px);
  }
  .dish footer button:hover { background: var(--z-warm); transform: rotate(90deg); }
  .cart-panel {
    top: 102px;
    min-height: 500px;
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 20px 45px rgba(25,17,12,.18);
  }
}

@media (min-width: 1500px) {
  .workspace { grid-template-columns: 180px minmax(0, 1fr) 360px; }
  .menu-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .dish h3 { font-size: 22px; }
}

@media (max-width: 360px) {
  .workspace { padding-right: 9px; padding-left: 9px; }
  .mobile-feature { padding: 18px; }
  .mobile-feature h1 { font-size: 34px; }
  .menu-grid { gap: 7px; }
  .dish { min-height: 218px; padding: 12px; }
  .dish h3 { font-size: 17px; }
  .dish footer b { font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .cart-panel { transition: none; }
}
