:root {
  --ink: #2b1a15;
  --cocoa: #4f352d;
  --coffee: #6f4a3f;
  --caramel: #d69b57;
  --cream: #fff8eb;
  --paper: #fffdf8;
  --white: #ffffff;
  --sage: #6f8c68;
  --line: #ead8bf;
  --muted: #756056;
  --radius: 8px;
  --shadow: 0 18px 50px rgba(43, 26, 21, 0.14);
  color-scheme: light;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background: var(--cream);
  color: var(--ink);
}

button,
input,
textarea,
select {
  font: inherit;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto auto;
  align-items: center;
  gap: 18px;
  min-height: 76px;
  padding: 12px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(79, 53, 45, 0.12);
  background: rgba(255, 248, 235, 0.94);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 950;
  text-decoration: none;
}

.brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.site-header nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.site-header nav a,
.language-select {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 13px;
  background: var(--white);
  color: var(--cocoa);
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
}

.language-select select {
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 900;
  outline: 0;
}

main {
  display: grid;
  gap: clamp(42px, 7vw, 82px);
  padding: clamp(22px, 4vw, 56px);
}

[data-site-section][hidden],
[data-nav-section][hidden] {
  display: none !important;
}

.restaurant-hero {
  position: relative;
  min-height: min(720px, calc(100vh - 118px));
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.72fr);
  align-items: center;
  gap: clamp(24px, 5vw, 68px);
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(79, 53, 45, 0.08);
  border-radius: 28px;
  padding: clamp(22px, 4vw, 48px);
  background:
    linear-gradient(135deg, var(--paper) 0%, #fffdf8 54%, color-mix(in srgb, var(--caramel) 18%, white) 100%),
    var(--cream);
}

.restaurant-hero.has-custom-hero-image {
  color: var(--cream);
}

.restaurant-hero.has-custom-hero-image .hero-copy span,
.restaurant-hero.has-custom-hero-image .hero-copy h1,
.restaurant-hero.has-custom-hero-image .hero-copy p {
  color: var(--cream);
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.34);
}

.restaurant-hero.has-custom-hero-image .hero-actions a:first-child {
  background: var(--cream);
  color: var(--ink);
}

.restaurant-hero::before {
  content: "";
  position: absolute;
}

.hero-copy span,
.section-heading span {
  display: inline-flex;
  width: fit-content;
  color: var(--coffee);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-copy h1 {
  max-width: 820px;
  margin: 18px 0 16px;
  font-size: 6.8rem;
  line-height: 0.92;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.hero-copy p {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: 1.18rem;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-actions a,
.order-form button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 0 20px;
  background: var(--ink);
  color: var(--cream);
  font-size: 0.92rem;
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(43, 26, 21, 0.2);
}

.hero-actions a:nth-child(2) {
  border: 1px solid rgba(79, 53, 45, 0.18);
  background: var(--white);
  color: var(--ink);
  box-shadow: none;
}

.hero-ticket {
  min-width: 0;
  align-self: stretch;
  display: grid;
  align-content: center;
  gap: 14px;
  border: 1px solid rgba(79, 53, 45, 0.14);
  border-radius: 24px;
  padding: clamp(22px, 4vw, 36px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(255, 248, 235, 0.92)),
    var(--paper);
  box-shadow: var(--shadow);
}

.site-template-signature .restaurant-hero,
.site-template-chef .restaurant-hero,
.site-template-story .restaurant-hero {
  position: relative;
  min-height: min(760px, calc(100vh - 118px));
  color: white;
  background:
    linear-gradient(90deg, rgba(43, 26, 21, 0.82), rgba(43, 26, 21, 0.38)),
    radial-gradient(circle at 68% 66%, #f5e6b7 0 9%, transparent 10%),
    radial-gradient(circle at 82% 66%, #c83525 0 7%, transparent 8%),
    linear-gradient(135deg, var(--caramel), var(--ink));
}

.site-template-signature .hero-copy p,
.site-template-chef .hero-copy p,
.site-template-story .hero-copy p,
.site-template-dark .hero-copy p,
.site-template-night .hero-copy p,
.site-template-club .hero-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.site-template-signature .hero-copy span,
.site-template-chef .hero-copy span,
.site-template-story .hero-copy span,
.site-template-dark .hero-copy span,
.site-template-night .hero-copy span,
.site-template-club .hero-copy span {
  color: color-mix(in srgb, var(--caramel) 76%, white);
}

.site-template-signature .hero-ticket,
.site-template-chef .hero-ticket,
.site-template-story .hero-ticket {
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
}

.site-template-express .restaurant-hero,
.site-template-delivery .restaurant-hero,
.site-template-lunch .restaurant-hero {
  min-height: 540px;
  grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1fr);
}

.site-template-express .hero-ticket,
.site-template-delivery .hero-ticket,
.site-template-lunch .hero-ticket {
  order: -1;
}

.site-template-dark,
.site-template-night,
.site-template-club {
  background: #130d0b;
  color: var(--cream);
}

.site-template-dark .site-header,
.site-template-night .site-header,
.site-template-club .site-header {
  background: rgba(19, 13, 11, 0.9);
  border-color: rgba(255, 255, 255, 0.1);
}

.site-template-dark .site-header nav a,
.site-template-dark .language-select,
.site-template-night .site-header nav a,
.site-template-night .language-select,
.site-template-club .site-header nav a,
.site-template-club .language-select {
  background: rgba(255, 255, 255, 0.08);
  color: var(--cream);
  border-color: rgba(255, 255, 255, 0.12);
}

.site-template-dark .restaurant-hero,
.site-template-night .restaurant-hero,
.site-template-club .restaurant-hero {
  background:
    radial-gradient(circle at 72% 58%, rgba(214, 155, 87, 0.36), transparent 28%),
    linear-gradient(135deg, #130d0b, #32120c);
}

.site-template-clean .restaurant-hero,
.site-template-minimal .restaurant-hero {
  min-height: 560px;
  background: var(--white) !important;
  box-shadow: none;
}

.site-template-clean .hero-ticket,
.site-template-minimal .hero-ticket {
  box-shadow: none;
}

.site-template-photo .menu-grid,
.site-template-editorial .menu-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.site-template-photo .dish-card,
.site-template-editorial .dish-card {
  grid-template-rows: 260px 1fr auto;
}

.site-template-family .menu-section,
.site-template-loyalty .menu-section,
.site-template-growth .menu-section {
  border-radius: 28px;
  padding: clamp(18px, 3vw, 34px);
  background: color-mix(in srgb, var(--sage) 12%, white);
}

.site-template-local .restaurant-hero,
.site-template-market .restaurant-hero {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--sage) 18%, white), var(--cream)),
    var(--cream) !important;
}

.hero-ticket img {
  width: min(210px, 72%);
  height: auto;
  margin-bottom: 20px;
}

.hero-ticket div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}

.hero-ticket span {
  color: var(--muted);
  font-size: 0.9rem;
}

.hero-ticket strong {
  color: var(--ink);
  overflow-wrap: anywhere;
  text-align: right;
}

.menu-section,
.order-section,
.privacy-section {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(260px, 0.52fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 24px;
}

.section-heading h2 {
  margin: 9px 0 0;
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: 0;
}

.section-heading p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.dish-card {
  min-height: 100%;
  display: grid;
  grid-template-rows: 190px 1fr auto;
  overflow: hidden;
  border: 1px solid rgba(79, 53, 45, 0.12);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(43, 26, 21, 0.08);
}

.dish-art {
  background:
    linear-gradient(135deg, rgba(255, 248, 235, 0.4), rgba(214, 155, 87, 0.26)),
    var(--paper);
  background-position: center;
  background-size: cover;
}

.dish-body {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.dish-title {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.dish-title h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.2;
}

.dish-title strong {
  white-space: nowrap;
}

.dish-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.addon-list {
  display: grid;
  gap: 8px;
}

.addon-list label {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 7px 9px;
  background: var(--cream);
  color: var(--cocoa);
  font-size: 0.8rem;
  font-weight: 800;
}

.addon-list input {
  accent-color: var(--ink);
}

.dish-card button {
  min-height: 48px;
  border: 0;
  border-top: 1px solid var(--line);
  background: var(--ink);
  color: var(--cream);
  font-weight: 950;
}

.hero-actions a,
.dish-card button,
.cart-item button,
.upsell-items button,
.order-form button,
.new-order-button,
.sticky-order-bar a {
  transition:
    transform 170ms ease,
    box-shadow 170ms ease,
    border-color 170ms ease,
    background-color 170ms ease;
}

.hero-actions a:hover,
.hero-actions a:focus-visible,
.dish-card button:hover,
.dish-card button:focus-visible,
.upsell-items button:hover,
.upsell-items button:focus-visible,
.order-form button:hover,
.order-form button:focus-visible,
.new-order-button:hover,
.new-order-button:focus-visible,
.sticky-order-bar a:hover,
.sticky-order-bar a:focus-visible {
  transform: translateY(-2px);
}

.cart-item button:hover,
.cart-item button:focus-visible {
  border-color: color-mix(in srgb, var(--caramel) 42%, var(--line));
  background: var(--white);
}

.order-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(310px, 0.58fr);
  gap: 18px;
  align-items: start;
}

.checkout-progress {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.checkout-progress div {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(79, 53, 45, 0.12);
  border-radius: 18px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--muted);
}

.checkout-progress span {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--cream);
  color: var(--ink);
  font-weight: 950;
}

.checkout-progress strong {
  min-width: 0;
  font-size: 0.94rem;
  overflow-wrap: anywhere;
}

.checkout-progress .is-active,
.checkout-progress .is-done {
  border-color: color-mix(in srgb, var(--caramel) 48%, var(--line));
  background: color-mix(in srgb, var(--caramel) 12%, white);
  color: var(--ink);
}

.cart-panel,
.order-form,
.privacy-document,
.order-confirmation {
  border: 1px solid rgba(79, 53, 45, 0.12);
  border-radius: 20px;
  padding: clamp(18px, 3vw, 28px);
  background: var(--white);
  box-shadow: 0 12px 28px rgba(43, 26, 21, 0.08);
}

.cart-panel .section-heading {
  grid-template-columns: 1fr;
  margin-bottom: 18px;
}

.cart-list {
  display: grid;
  gap: 10px;
}

.checkout-intel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.intel-card {
  min-height: 92px;
  display: grid;
  align-content: space-between;
  gap: 8px;
  border: 1px solid rgba(79, 53, 45, 0.1);
  border-radius: 14px;
  padding: 13px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(255, 248, 235, 0.72)),
    var(--cream);
}

.intel-card span,
.checkout-form-head span,
.checkout-assurance span,
.public-order-status span,
.upsell-head span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.intel-card strong {
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.18;
}

.intel-card.is-ready {
  border-color: color-mix(in srgb, var(--sage) 42%, var(--line));
  background: color-mix(in srgb, var(--sage) 10%, var(--cream));
}

.intel-card.is-warning {
  border-color: color-mix(in srgb, var(--caramel) 46%, var(--line));
}

.empty-cart {
  margin: 0;
  color: var(--muted);
}

.cart-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
}

.cart-item h3 {
  margin: 0 0 4px;
  font-size: 0.98rem;
}

.cart-item small {
  color: var(--muted);
}

.cart-item button {
  align-self: start;
  min-height: 32px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 10px;
  background: var(--cream);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
}

.cart-item > div:last-child {
  display: grid;
  justify-items: end;
  gap: 8px;
}

.cart-qty {
  display: inline-grid;
  grid-template-columns: 32px minmax(24px, auto) 32px;
  align-items: center;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 3px;
  background: var(--cream);
}

.cart-qty button {
  min-height: 28px;
  width: 28px;
  display: inline-grid;
  place-items: center;
  border: 0;
  padding: 0;
  background: var(--white);
}

.cart-qty span {
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 950;
  text-align: center;
}

.cart-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  border-top: 2px solid var(--ink);
  padding-top: 16px;
  font-size: 1.2rem;
}

.upsell-strip {
  display: grid;
  gap: 10px;
  margin-top: 16px;
  border: 1px solid rgba(79, 53, 45, 0.1);
  border-radius: 16px;
  padding: 13px;
  background: color-mix(in srgb, var(--caramel) 8%, var(--cream));
}

.upsell-strip[hidden] {
  display: none;
}

.upsell-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.upsell-head strong {
  font-size: 0.94rem;
}

.upsell-items {
  display: grid;
  gap: 8px;
}

.upsell-items button {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(79, 53, 45, 0.1);
  border-radius: 999px;
  padding: 0 13px;
  background: var(--white);
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 950;
  text-align: left;
}

.order-form {
  display: grid;
  gap: 13px;
}

.checkout-form-head {
  display: grid;
  gap: 5px;
  border: 1px solid rgba(79, 53, 45, 0.1);
  border-radius: 16px;
  padding: 14px;
  background:
    linear-gradient(135deg, rgba(255, 248, 235, 0.9), rgba(255, 255, 255, 0.78)),
    var(--cream);
}

.checkout-form-head strong {
  color: var(--ink);
  font-size: 1.15rem;
  line-height: 1.15;
}

.consent-stack {
  display: grid;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px;
  background: color-mix(in srgb, var(--sage) 8%, var(--cream));
}

.consent-stack label {
  display: flex;
  grid-template-columns: none;
  align-items: start;
  gap: 9px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.consent-stack input {
  width: auto;
  margin-top: 3px;
  accent-color: var(--ink);
}

.guest-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.guest-benefits article {
  min-height: 104px;
  display: grid;
  gap: 6px;
  align-content: start;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px;
  background: var(--cream);
}

.guest-benefits strong {
  font-size: 0.86rem;
  line-height: 1.18;
}

.guest-benefits span {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.order-form label {
  display: grid;
  gap: 7px;
  color: var(--cocoa);
  font-size: 0.84rem;
  font-weight: 900;
}

.order-form input,
.order-form textarea,
.order-form select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px;
  background: var(--cream);
  color: var(--ink);
  outline: 0;
}

.fulfillment {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.fulfillment label {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--cream);
}

.order-form button:disabled {
  opacity: 0.42;
  cursor: not-allowed;
}

.checkout-assurance {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.payment-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0;
}

.payment-methods legend {
  grid-column: 1 / -1;
  margin-bottom: 2px;
  color: var(--cocoa);
  font-size: 0.84rem;
  font-weight: 900;
}

.payment-methods label {
  min-height: 96px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 13px;
  background: var(--cream);
  color: var(--ink);
  cursor: pointer;
  transition:
    transform 170ms ease,
    border-color 170ms ease,
    background-color 170ms ease,
    box-shadow 170ms ease;
}

.payment-methods label:hover,
.payment-methods label:focus-within {
  border-color: color-mix(in srgb, var(--caramel) 48%, var(--line));
  transform: translateY(-2px);
}

.payment-methods label.is-active {
  border-color: color-mix(in srgb, var(--caramel) 56%, var(--line));
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(214, 155, 87, 0.12)),
    var(--cream);
  box-shadow: 0 14px 34px rgba(43, 26, 21, 0.08);
}

.payment-methods input {
  width: auto;
  margin-top: 2px;
  accent-color: var(--ink);
}

.payment-methods span {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.payment-methods strong {
  font-size: 0.92rem;
  line-height: 1.1;
}

.payment-methods small {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.payment-rail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.payment-rail article {
  display: grid;
  gap: 6px;
  border: 1px solid rgba(79, 53, 45, 0.1);
  border-radius: 14px;
  padding: 12px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(255, 248, 235, 0.72)),
    var(--cream);
}

.payment-rail span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.payment-rail strong {
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.15;
}

.payment-rail p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.checkout-assurance article {
  display: grid;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px;
  background: var(--cream);
}

.checkout-assurance strong {
  color: var(--ink);
  font-size: 0.9rem;
  line-height: 1.2;
}

[data-order-status] {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.order-confirmation {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  border-color: color-mix(in srgb, var(--sage) 42%, var(--line));
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--sage) 13%, white), var(--white)),
    var(--white);
}

.order-confirmation[hidden] {
  display: none;
}

.order-section.has-order-confirmation .cart-panel,
.order-section.has-order-confirmation .order-form {
  display: none;
}

.order-confirmation span {
  color: var(--sage);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.order-confirmation h3 {
  margin: 6px 0 8px;
  font-size: 1.8rem;
  line-height: 1.05;
}

.order-confirmation p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.order-confirmation strong {
  font-size: 1.5rem;
  white-space: nowrap;
}

.confirmation-channels,
.order-timeline,
.public-order-status {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.public-order-status {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.confirmation-channels article,
.order-timeline article,
.public-order-status article {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.72);
}

.confirmation-channels strong,
.order-timeline strong,
.public-order-status strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 0.9rem;
  white-space: normal;
}

.confirmation-channels span,
.order-timeline span,
.public-order-status span {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.order-timeline {
  margin-top: 0;
}

.order-timeline article.is-done,
.order-timeline article.is-active {
  border-color: color-mix(in srgb, var(--sage) 40%, var(--line));
}

.public-order-status article {
  background: color-mix(in srgb, var(--sage) 8%, var(--white));
}

.new-order-button {
  grid-column: 1 / -1;
  min-height: 50px;
  justify-self: start;
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  background: var(--ink);
  color: var(--cream);
  font-weight: 950;
  box-shadow: 0 16px 34px rgba(43, 26, 21, 0.18);
}

.sticky-order-bar {
  position: sticky;
  bottom: 14px;
  z-index: 18;
  width: min(620px, calc(100vw - 28px));
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0 auto 14px;
  border: 1px solid rgba(79, 53, 45, 0.16);
  border-radius: 999px;
  padding: 10px 10px 10px 18px;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 18px 44px rgba(43, 26, 21, 0.18);
  backdrop-filter: blur(16px);
}

.sticky-order-bar div {
  display: grid;
  gap: 2px;
}

.sticky-order-bar span {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 900;
}

.sticky-order-bar a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 16px;
  background: var(--ink);
  color: var(--cream);
  font-size: 0.82rem;
  font-weight: 950;
  text-decoration: none;
  white-space: nowrap;
}

.privacy-document {
  display: grid;
  gap: 14px;
  color: var(--muted);
  line-height: 1.62;
}

.privacy-document h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.4rem;
}

.privacy-document dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.privacy-document div {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px;
  background: var(--cream);
}

.privacy-document dt {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.privacy-document dd {
  margin: 5px 0 0;
  color: var(--ink);
  font-weight: 950;
}

/* Gastro Editorial: public restaurant pages */
body {
  background:
    linear-gradient(180deg, #fffaf1 0%, #fffdf8 44%, #f4e5cf 100%),
    repeating-linear-gradient(90deg, rgba(79, 53, 45, 0.026) 0 1px, transparent 1px 90px);
  overflow-x: hidden;
}

.site-header {
  grid-template-columns: minmax(190px, 1fr) auto auto;
  border-bottom-color: rgba(79, 53, 45, 0.1);
  background: rgba(255, 253, 248, 0.92);
  box-shadow: 0 18px 44px rgba(43, 26, 21, 0.09);
}

.site-header nav a,
.language-select {
  border-color: rgba(79, 53, 45, 0.12);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

main {
  gap: 0;
  padding: 0;
}

.restaurant-hero {
  max-width: none;
  min-height: clamp(620px, 84vh, 880px);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.44fr);
  border: 0;
  border-radius: 0;
  padding: clamp(64px, 8vw, 118px) max(22px, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(90deg, rgba(24, 14, 11, 0.92), rgba(43, 26, 21, 0.68) 46%, rgba(43, 26, 21, 0.22)),
    url("https://images.unsplash.com/photo-1559339352-11d035aa65de?auto=format&fit=crop&w=1800&q=82");
  background-position: center;
  background-size: cover;
  color: var(--cream);
}

.restaurant-hero::before {
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(255, 248, 235, 0.04) 0 1px, transparent 1px 92px),
    linear-gradient(180deg, rgba(18, 11, 9, 0.08), rgba(18, 11, 9, 0.42));
  pointer-events: none;
}

.hero-copy,
.hero-ticket {
  position: relative;
  z-index: 1;
}

.hero-copy span,
.hero-copy h1,
.hero-copy p {
  color: var(--cream);
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
}

.hero-copy span {
  color: color-mix(in srgb, var(--caramel) 78%, white);
}

.hero-copy h1 {
  max-width: 900px;
  font-size: clamp(4.2rem, 8.8vw, 8.5rem);
  line-height: 0.86;
}

.hero-copy p {
  max-width: 720px;
  color: rgba(255, 248, 235, 0.82);
  font-size: clamp(1.05rem, 1.4vw, 1.28rem);
}

.hero-actions a {
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.hero-actions a:first-child {
  background: var(--cream);
  color: var(--ink);
}

.hero-actions a:nth-child(2) {
  border-color: rgba(255, 248, 235, 0.26);
  background: rgba(255, 248, 235, 0.12);
  color: var(--cream);
  backdrop-filter: blur(10px);
}

.hero-ticket {
  align-self: center;
  border-color: rgba(255, 248, 235, 0.22);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.92), rgba(255, 248, 235, 0.76)),
    var(--paper);
  box-shadow:
    0 34px 84px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.hero-ticket div {
  border-bottom-color: rgba(79, 53, 45, 0.12);
}

.site-template-dark .restaurant-hero,
.site-template-night .restaurant-hero,
.site-template-club .restaurant-hero {
  background:
    linear-gradient(90deg, rgba(12, 8, 7, 0.96), rgba(43, 26, 21, 0.76)),
    url("https://images.unsplash.com/photo-1551218808-94e220e084d2?auto=format&fit=crop&w=1800&q=82");
  background-position: center;
  background-size: cover;
}

.site-template-clean .restaurant-hero,
.site-template-minimal .restaurant-hero {
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(255, 248, 235, 0.88)),
    var(--white) !important;
}

.site-template-clean .hero-copy span,
.site-template-clean .hero-copy h1,
.site-template-clean .hero-copy p,
.site-template-minimal .hero-copy span,
.site-template-minimal .hero-copy h1,
.site-template-minimal .hero-copy p,
.site-template-local .hero-copy span,
.site-template-local .hero-copy h1,
.site-template-local .hero-copy p,
.site-template-market .hero-copy span,
.site-template-market .hero-copy h1,
.site-template-market .hero-copy p {
  color: var(--ink);
  text-shadow: none;
}

.site-template-clean .hero-copy p,
.site-template-minimal .hero-copy p,
.site-template-local .hero-copy p,
.site-template-market .hero-copy p {
  color: var(--muted);
}

.site-template-clean .hero-actions a:first-child,
.site-template-minimal .hero-actions a:first-child,
.site-template-local .hero-actions a:first-child,
.site-template-market .hero-actions a:first-child {
  background: var(--ink);
  color: var(--cream);
}

.site-template-clean .hero-actions a:nth-child(2),
.site-template-minimal .hero-actions a:nth-child(2),
.site-template-local .hero-actions a:nth-child(2),
.site-template-market .hero-actions a:nth-child(2) {
  border-color: rgba(79, 53, 45, 0.16);
  background: var(--white);
  color: var(--ink);
}

.menu-section,
.order-section,
.privacy-section {
  max-width: none;
  padding: clamp(64px, 8vw, 104px) max(22px, calc((100vw - 1180px) / 2));
}

.menu-section {
  background:
    linear-gradient(180deg, #fffdf8, #fff7ea),
    repeating-linear-gradient(90deg, rgba(79, 53, 45, 0.026) 0 1px, transparent 1px 92px);
}

.order-section {
  background:
    linear-gradient(180deg, #24150f, #3b241b 56%, #261610);
  color: var(--cream);
}

.order-section .section-heading h2,
.order-section .section-heading span,
.order-section .cart-total,
.order-section .cart-item h3 {
  color: var(--cream);
}

.order-section .section-heading p,
.order-section [data-order-status],
.order-section .cart-item small {
  color: rgba(255, 248, 235, 0.72);
}

.privacy-section {
  background: #fffdf8;
}

.section-heading {
  max-width: 1180px;
  margin-inline: auto;
}

.menu-grid,
.checkout-progress,
.cart-panel,
.order-form,
.order-confirmation,
.order-timeline,
.privacy-document {
  max-width: 1180px;
  margin-inline: auto;
}

.dish-card {
  border-color: rgba(79, 53, 45, 0.11);
  border-radius: var(--radius);
  box-shadow:
    0 20px 48px rgba(43, 26, 21, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.dish-card:hover {
  box-shadow: 0 28px 70px rgba(43, 26, 21, 0.16);
  transform: translateY(-3px);
}

.dish-art {
  background:
    linear-gradient(180deg, rgba(43, 26, 21, 0.02), rgba(43, 26, 21, 0.16)),
    url("https://images.unsplash.com/photo-1546069901-ba9599a7e63c?auto=format&fit=crop&w=700&q=82");
  background-position: center;
  background-size: cover;
}

.dish-card:nth-child(2n) .dish-art {
  background-image:
    linear-gradient(180deg, rgba(43, 26, 21, 0.02), rgba(43, 26, 21, 0.16)),
    url("https://images.unsplash.com/photo-1565299624946-b28f40a0ae38?auto=format&fit=crop&w=700&q=82");
}

.dish-card:nth-child(3n) .dish-art {
  background-image:
    linear-gradient(180deg, rgba(43, 26, 21, 0.02), rgba(43, 26, 21, 0.16)),
    url("https://images.unsplash.com/photo-1550547660-d9450f859349?auto=format&fit=crop&w=700&q=82");
}

.cart-panel,
.order-form,
.order-confirmation {
  border-color: rgba(255, 248, 235, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.94), rgba(255, 248, 235, 0.88)),
    var(--paper);
  color: var(--ink);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

.cart-panel .section-heading h2,
.cart-panel .section-heading span,
.cart-total,
.cart-item h3 {
  color: var(--ink);
}

.cart-panel .section-heading p,
.cart-item small {
  color: var(--muted);
}

.checkout-progress div {
  border-color: rgba(255, 248, 235, 0.14);
  background: rgba(255, 248, 235, 0.08);
  color: rgba(255, 248, 235, 0.74);
}

.checkout-progress .is-active,
.checkout-progress .is-done {
  border-color: rgba(214, 155, 87, 0.54);
  background: rgba(214, 155, 87, 0.18);
  color: var(--cream);
}

.privacy-document {
  border-color: rgba(79, 53, 45, 0.1);
  box-shadow: 0 20px 50px rgba(43, 26, 21, 0.08);
}

.sticky-order-bar {
  border-color: rgba(79, 53, 45, 0.14);
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 24px 64px rgba(43, 26, 21, 0.2);
}

.hero-proof {
  max-width: 760px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: clamp(22px, 4vw, 42px);
}

.hero-proof article {
  min-height: 104px;
  display: grid;
  align-content: end;
  gap: 8px;
  border: 1px solid rgba(255, 248, 235, 0.2);
  border-radius: 18px;
  padding: 16px;
  background:
    linear-gradient(160deg, rgba(255, 248, 235, 0.16), rgba(255, 248, 235, 0.045)),
    rgba(43, 26, 21, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.hero-proof strong {
  color: var(--cream);
  font-size: 0.98rem;
  line-height: 1.12;
}

.hero-proof span {
  color: rgba(255, 248, 235, 0.72);
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.35;
  text-transform: none;
  letter-spacing: 0;
}

.site-template-clean .hero-proof article,
.site-template-minimal .hero-proof article,
.site-template-local .hero-proof article,
.site-template-market .hero-proof article {
  border-color: rgba(79, 53, 45, 0.1);
  background: rgba(255, 255, 255, 0.74);
}

.site-template-clean .hero-proof strong,
.site-template-minimal .hero-proof strong,
.site-template-local .hero-proof strong,
.site-template-market .hero-proof strong {
  color: var(--ink);
}

.site-template-clean .hero-proof span,
.site-template-minimal .hero-proof span,
.site-template-local .hero-proof span,
.site-template-market .hero-proof span {
  color: var(--muted);
}

.menu-toolbar,
.menu-results-meta {
  max-width: 1180px;
  margin-inline: auto;
}

.menu-toolbar {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: 14px;
  align-items: end;
  margin-bottom: 14px;
}

.menu-search {
  display: grid;
  gap: 8px;
  color: var(--cocoa);
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.menu-search input {
  min-height: 52px;
  border: 1px solid rgba(79, 53, 45, 0.14);
  border-radius: 999px;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 14px 34px rgba(43, 26, 21, 0.06);
  outline: 0;
}

.menu-search input:focus {
  border-color: color-mix(in srgb, var(--caramel) 56%, var(--line));
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--caramel) 18%, transparent),
    0 18px 44px rgba(43, 26, 21, 0.1);
}

.menu-filter-rail {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.menu-filter-rail button,
.no-menu-results button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(79, 53, 45, 0.13);
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--ink);
  font-weight: 950;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
  transition:
    transform 170ms ease,
    background-color 170ms ease,
    border-color 170ms ease,
    box-shadow 170ms ease;
}

.menu-filter-rail button:hover,
.menu-filter-rail button:focus-visible,
.no-menu-results button:hover,
.no-menu-results button:focus-visible {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--caramel) 52%, var(--line));
  box-shadow: 0 14px 34px rgba(43, 26, 21, 0.1);
}

.menu-filter-rail button.is-active {
  border-color: color-mix(in srgb, var(--caramel) 64%, var(--line));
  background: var(--ink);
  color: var(--cream);
}

.menu-filter-rail strong {
  min-width: 28px;
  min-height: 24px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  padding-inline: 8px;
  background: color-mix(in srgb, var(--caramel) 22%, var(--cream));
  color: var(--ink);
  font-size: 0.78rem;
}

.menu-filter-rail button.is-active strong {
  background: rgba(255, 248, 235, 0.16);
  color: var(--cream);
}

.menu-results-meta {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 900;
}

.dish-card {
  position: relative;
  isolation: isolate;
}

.dish-art {
  position: relative;
  overflow: hidden;
}

.dish-art::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 56%;
  background: linear-gradient(180deg, transparent, rgba(43, 26, 21, 0.5));
  pointer-events: none;
}

.dish-badges {
  position: absolute;
  z-index: 1;
  inset: 12px 12px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.dish-badges span {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 10px;
  background: rgba(255, 253, 248, 0.9);
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 950;
  box-shadow: 0 10px 24px rgba(43, 26, 21, 0.14);
}

.dish-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--caramel);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dish-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.dish-tags span {
  border-radius: 999px;
  padding: 7px 9px;
  background: color-mix(in srgb, var(--sage) 10%, var(--cream));
  color: var(--cocoa);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
}

.dish-tags .is-allergen {
  background: color-mix(in srgb, var(--caramel) 13%, var(--cream));
}

.addon-list > strong {
  color: var(--ink);
  font-size: 0.76rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.dish-card.is-unavailable {
  opacity: 0.72;
}

.dish-card.is-unavailable .dish-art {
  filter: grayscale(0.45);
}

.dish-card.is-added {
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--sage) 24%, transparent),
    0 28px 70px rgba(43, 26, 21, 0.16);
}

.dish-card button:disabled {
  background: color-mix(in srgb, var(--ink) 38%, var(--cream));
  color: color-mix(in srgb, var(--ink) 72%, var(--cream));
  cursor: not-allowed;
}

.no-menu-results {
  grid-column: 1 / -1;
  min-height: 280px;
  display: grid;
  place-items: center;
  gap: 12px;
  border: 1px dashed rgba(79, 53, 45, 0.22);
  border-radius: var(--radius);
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 248, 235, 0.8)),
    var(--cream);
  text-align: center;
}

.no-menu-results h3,
.no-menu-results p {
  margin: 0;
}

.no-menu-results p {
  color: var(--muted);
}

.checkout-intel {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cart-panel {
  position: sticky;
  top: 104px;
}

.order-form input:focus,
.order-form textarea:focus,
.order-form select:focus {
  border-color: color-mix(in srgb, var(--caramel) 56%, var(--line));
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--caramel) 17%, transparent);
}

.fulfillment label:has(input:checked) {
  border-color: color-mix(in srgb, var(--caramel) 58%, var(--line));
  background: var(--ink);
  color: var(--cream);
  box-shadow: 0 14px 34px rgba(43, 26, 21, 0.14);
}

.order-form button[type="submit"] {
  min-height: 56px;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  color: var(--cream);
  font-weight: 950;
  box-shadow:
    0 18px 42px rgba(43, 26, 21, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.order-form button[type="submit"]:hover,
.order-form button[type="submit"]:focus-visible {
  transform: translateY(-2px);
  box-shadow:
    0 24px 54px rgba(43, 26, 21, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

@media (max-width: 980px) {
  .site-header,
  .restaurant-hero,
  .section-heading,
  .order-section,
  .checkout-progress,
  .checkout-intel {
    grid-template-columns: 1fr;
  }

  .site-header {
    position: static;
  }

  .site-header nav {
    justify-content: flex-start;
  }

  .menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guest-benefits {
    grid-template-columns: 1fr;
  }

  .hero-proof,
  .menu-toolbar,
  .checkout-intel {
    grid-template-columns: 1fr;
  }

  .menu-filter-rail {
    justify-content: flex-start;
  }

  .cart-panel {
    position: static;
  }

  .hero-copy h1 {
    font-size: 5.2rem;
  }

  .section-heading h2 {
    font-size: 2.8rem;
  }
}

@media (max-width: 620px) {
  body {
    overflow-x: hidden;
  }

  .site-header {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px 20px;
    max-width: 100vw;
    overflow: hidden;
  }

  .site-header > * {
    min-width: 0;
    max-width: 100%;
  }

  .brand {
    min-width: 0;
  }

  .brand span {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .site-header nav {
    min-width: 0;
    max-width: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .site-header nav a:last-child {
    grid-column: 1 / -1;
  }

  .site-header nav a,
  .language-select {
    width: 100%;
    justify-content: center;
    min-width: 0;
    padding-inline: 10px;
    overflow: hidden;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .language-select {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    justify-content: space-between;
    text-align: left;
  }

  .language-select select {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    text-align: right;
  }

  main {
    padding: 0;
  }

  .restaurant-hero {
    min-height: auto;
    padding: 28px;
    width: 100%;
  }

  .hero-copy h1 {
    font-size: 3rem;
  }

  .hero-copy p {
    font-size: 1rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions a {
    width: 100%;
  }

  .hero-ticket {
    width: 100%;
    padding: 24px;
  }

  .hero-ticket div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .hero-ticket strong {
    text-align: left;
  }

  .section-heading h2 {
    font-size: 2.2rem;
  }

  .menu-grid,
  .privacy-document dl,
  .fulfillment,
  .checkout-progress,
  .hero-proof,
  .payment-methods,
  .payment-rail,
  .checkout-assurance,
  .public-order-status {
    grid-template-columns: 1fr;
  }

  .sticky-order-bar {
    display: flex;
  }

  .order-confirmation {
    grid-template-columns: 1fr;
  }

  .confirmation-channels,
  .order-timeline {
    grid-template-columns: 1fr;
  }

  .dish-card {
    grid-template-rows: 170px 1fr auto;
  }

  .menu-filter-rail {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .menu-filter-rail button {
    width: 100%;
  }

  .cart-item {
    grid-template-columns: 1fr;
  }

  .cart-item > div:last-child {
    justify-items: stretch;
  }

  .cart-qty {
    width: 100%;
    grid-template-columns: 38px 1fr 38px;
  }

  .upsell-head,
  .sticky-order-bar {
    align-items: stretch;
  }

  .sticky-order-bar {
    display: grid;
    grid-template-columns: 1fr;
    width: calc(100vw - 24px);
    padding: 12px;
    gap: 10px;
    border-radius: 18px;
  }

  .sticky-order-bar a {
    width: 100%;
    min-width: 0;
    white-space: normal;
  }

  .sticky-order-bar {
    display: none;
  }

  .sticky-order-bar.has-items {
    display: grid;
  }
}
