:root {
  --color-ink: #121212;
  --color-paper: #ffffff;
  --color-surface: #ffffff;
  --color-accent: #121212;
  --color-leaf: #2f6b4f;
  --color-info: #1f1f1f;
  --color-muted: #5e5e5e;
  --color-line: #e8e8e8;
  --color-soft: #f3f3f3;
  --color-warning: #8a3c2a;
  --shadow-drawer: 0 0 60px rgba(18, 18, 18, 0.16);
  --shadow-control: 0 1px 2px rgba(18, 18, 18, 0.04);
  --page-width: 1280px;
  --header-height: 72px;
  --radius: 4px;
  --focus: 0 0 0 3px rgba(18, 18, 18, 0.16);
  color-scheme: light;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 76px);
}

body {
  margin: 0;
  background: var(--color-paper);
  color: var(--color-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.entry-locked,
body.drawer-open {
  overflow: hidden;
}

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

button,
select {
  cursor: pointer;
}

button:disabled,
input:disabled,
select:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

img,
svg {
  display: block;
  max-width: 100%;
}

svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.15;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 21px;
}

[hidden] {
  display: none !important;
}

:focus-visible {
  border-radius: var(--radius);
  box-shadow: none;
  outline: 2px solid var(--color-ink);
  outline-offset: 2px;
}

.page-width {
  margin-inline: auto;
  max-width: var(--page-width);
  padding-inline: 32px;
  width: 100%;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.skip-link {
  background: var(--color-surface);
  left: 16px;
  padding: 10px 16px;
  position: fixed;
  top: -80px;
  z-index: 2000;
}

.skip-link:focus {
  top: 16px;
}

.eyebrow {
  color: var(--color-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.button {
  align-items: center;
  background: var(--color-accent);
  border: 1px solid var(--color-accent);
  border-radius: var(--radius);
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
  justify-content: center;
  letter-spacing: 0.01em;
  min-height: 46px;
  padding: 12px 22px;
  text-align: center;
  text-decoration: none;
  transition: background 150ms ease, border-color 150ms ease, color 150ms ease, opacity 150ms ease;
}

.button:hover {
  opacity: 0.86;
}

.button--light {
  background: #fff;
  border-color: #fff;
  color: var(--color-ink);
}

.button--light:hover {
  background: var(--color-soft);
  border-color: var(--color-soft);
  opacity: 1;
}

.button--secondary {
  background: transparent;
  border-color: var(--color-ink);
  color: var(--color-ink);
}

.button--secondary:hover {
  background: var(--color-ink);
  border-color: var(--color-ink);
  color: #fff;
  opacity: 1;
}

.button--compact {
  min-height: 40px;
  padding: 8px 16px;
}

.button--compact svg {
  width: 16px;
}

.button--full {
  width: 100%;
}

.icon-button {
  align-items: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: var(--radius);
  display: inline-flex;
  flex: 0 0 40px;
  height: 40px;
  justify-content: center;
  padding: 0;
  width: 40px;
}

.icon-button:hover {
  background: var(--color-soft);
}

.icon-button--glass {
  background: rgba(18, 18, 18, 0.4);
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}

.icon-button--glass:hover {
  background: rgba(18, 18, 18, 0.78);
}

.text-button {
  background: none;
  border: 0;
  color: var(--color-accent);
  font-weight: 600;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

.text-button--center {
  display: block;
  margin: 14px auto 0;
}

.brand-mark {
  display: inline-block;
  flex: 0 0 40px;
  height: 40px;
  position: relative;
  width: 40px;
}

.brand-mark__bowl {
  border: 3px solid currentColor;
  border-top: 0;
  border-radius: 3px 3px 19px 19px;
  bottom: 4px;
  height: 16px;
  left: 5px;
  position: absolute;
  width: 30px;
}

.brand-mark__steam {
  border-left: 2px solid currentColor;
  border-radius: 50%;
  height: 14px;
  position: absolute;
  top: 3px;
  transform: rotate(18deg);
  width: 8px;
}

.brand-mark__steam--one {
  left: 13px;
}

.brand-mark__steam--two {
  right: 9px;
  top: 0;
}

.status-dot {
  background: #3f9d70;
  border: 3px solid rgba(63, 157, 112, 0.18);
  background-clip: padding-box;
  border-radius: 50%;
  display: inline-block;
  flex: 0 0 13px;
  height: 13px;
  width: 13px;
}

/* Header */
.section-header {
  position: sticky;
  top: 0;
  z-index: 40;
}

.site-header {
  background: var(--color-surface);
  border-bottom: 1px solid var(--color-line);
  height: var(--header-height);
  position: sticky;
  top: 0;
  z-index: 40;
}

.site-header__inner {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(200px, 1fr) auto minmax(200px, 1fr);
  height: 100%;
}

.site-header__brand,
.site-footer__wordmark {
  align-items: center;
  display: inline-flex;
  font-family: inherit;
  font-size: 20px;
  font-weight: 600;
  gap: 10px;
  justify-self: start;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.site-header__logo {
  height: auto;
  max-height: 54px;
  object-fit: contain;
  width: auto;
}

.site-header__actions {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  min-width: 0;
}

.fulfillment-switch {
  background: var(--color-soft);
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 3px;
}

.fulfillment-switch__button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 2px;
  color: var(--color-muted);
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  gap: 7px;
  justify-content: center;
  min-height: 34px;
  min-width: 96px;
  padding: 6px 14px;
  transition: background 150ms ease, color 150ms ease;
}

.fulfillment-switch__button svg {
  height: 16px;
  width: 16px;
}

.fulfillment-switch__button.is-active {
  background: var(--color-ink);
  box-shadow: none;
  color: #fff;
}

.fulfillment-switch--wide {
  display: grid;
  width: 100%;
}

.language-switcher-form {
  margin: 0;
  position: relative;
}

.language-switcher {
  position: relative;
}

.language-switcher summary::-webkit-details-marker {
  display: none;
}

.language-switcher__trigger {
  align-items: center;
  background: var(--color-surface);
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  cursor: pointer;
  display: grid;
  font-size: 13px;
  font-weight: 600;
  gap: 7px;
  grid-template-columns: 18px minmax(0, 1fr) 14px;
  height: 40px;
  list-style: none;
  max-width: 150px;
  min-width: 116px;
  padding: 0 10px;
  transition: border-color 150ms ease, background 150ms ease;
}

.language-switcher__trigger:hover {
  border-color: var(--color-ink);
}

.language-switcher__trigger > svg {
  height: 18px;
  width: 18px;
}

.language-switcher__trigger > span:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.language-switcher__chevron svg {
  height: 14px;
  transition: transform 180ms ease;
  width: 14px;
}

.language-switcher[open] .language-switcher__chevron svg {
  transform: rotate(180deg);
}

.language-switcher__menu {
  animation: language-menu-in 160ms ease both;
  background: var(--color-surface);
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  box-shadow: 0 12px 32px rgba(18, 18, 18, 0.14);
  min-width: 190px;
  overflow: hidden;
  padding: 5px;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 120;
}

.language-switcher__option {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 2px;
  display: grid;
  font-size: 14px;
  gap: 9px;
  grid-template-columns: 18px minmax(0, 1fr);
  min-height: 40px;
  padding: 7px 10px;
  text-align: left;
  transition: background 120ms ease, color 120ms ease;
  width: 100%;
}

.language-switcher__option:hover,
.language-switcher__option:focus-visible {
  background: var(--color-soft);
}

.language-switcher__option.is-current {
  background: var(--color-soft);
  color: var(--color-ink);
  font-weight: 600;
}

.language-switcher__check {
  opacity: 0;
}

.language-switcher__check svg {
  height: 16px;
  width: 16px;
}

.language-switcher__option.is-current .language-switcher__check {
  opacity: 1;
}

/* The header controls read as one set with the account icon: no borders, a
   soft hover surface, and the focus ring as the only outline. */
.site-header .language-switcher__trigger {
  background: transparent;
  border-color: transparent;
  max-width: 200px;
  min-width: 0;
  padding: 0 8px;
}

.site-header .language-switcher__trigger:hover {
  background: var(--color-soft);
  border-color: transparent;
}

.site-header__actions {
  gap: 6px;
}

/* The language and currency selectors share the `.language-switcher__*`
   disclosure styles; these rules cover the currency-specific presentation. */
.currency-switcher__trigger {
  min-width: 108px;
}

.currency-switcher__symbol {
  color: var(--color-muted);
  margin-left: 5px;
}

.currency-switcher__option.is-current .currency-switcher__symbol {
  color: inherit;
}

@keyframes language-menu-in {
  from { opacity: 0; transform: translateY(-5px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.cart-button {
  align-items: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: var(--radius);
  color: var(--color-ink);
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
  height: 40px;
  padding: 0 10px;
  transition: background 150ms ease, color 150ms ease;
}

.cart-button:hover {
  background: var(--color-soft);
  color: var(--color-ink);
}

.cart-count {
  align-items: center;
  background: var(--color-surface);
  border: 1px solid var(--color-line);
  border-radius: 999px;
  color: var(--color-ink);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 600;
  height: 22px;
  justify-content: center;
  min-width: 22px;
  padding: 0 6px;
}

/* Entrance */
.entrance {
  background: #121212;
  color: #fff;
  height: 100dvh;
  inset: 0;
  min-height: 620px;
  overflow: hidden;
  position: fixed;
  z-index: 1000;
}

.entrance__slides,
.entrance__slide,
.entrance__media,
.entrance__media img,
.entrance__scrim {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.entrance__slide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 600ms ease;
}

.entrance__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.entrance__media img {
  object-fit: cover;
}

.entrance__scrim {
  background: rgba(0, 0, 0, 0.46);
}

.entrance__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-bottom: 116px;
  padding-top: 104px;
  position: relative;
  z-index: 2;
}

.entrance__content > * {
  max-width: 650px;
}

.entrance__eyebrow {
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.entrance h1,
.entrance h2 {
  color: #fff;
  font-size: 62px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
  text-shadow: none;
}

.entrance__lead {
  font-family: inherit;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.28;
  margin-bottom: 14px;
}

.entrance__text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  margin-bottom: 28px;
  max-width: 560px;
}

.entrance__order {
  background: #fff;
  border-color: #fff;
  color: var(--color-ink);
  min-width: 200px;
}

.entrance__order:hover {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(255, 255, 255, 0.88);
  color: var(--color-ink);
  opacity: 1;
}

.entrance__topbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  left: 50%;
  position: absolute;
  top: 22px;
  transform: translateX(-50%);
  z-index: 3;
}

.entrance__brand {
  align-items: center;
  display: flex;
  font-family: inherit;
  font-size: 20px;
  font-weight: 600;
  gap: 10px;
  letter-spacing: -0.01em;
}

.language-switcher--entrance .language-switcher__trigger {
  background: rgba(18, 18, 18, 0.44);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.language-switcher--entrance .language-switcher__trigger:hover {
  background: rgba(18, 18, 18, 0.72);
  border-color: rgba(255, 255, 255, 0.78);
}

.language-switcher--entrance .language-switcher__menu {
  color: var(--color-ink);
}

.entrance__controls {
  align-items: center;
  bottom: 78px;
  display: flex;
  gap: 8px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 3;
}

.entrance__dots {
  align-items: center;
  display: flex;
  gap: 8px;
  margin: 0 4px;
}

.entrance__dot {
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  border-radius: 2px;
  height: 7px;
  padding: 0;
  transition: width 200ms ease, background 200ms ease;
  width: 22px;
}

.entrance__dot.is-active {
  background: #fff;
  width: 48px;
}

.entrance__service-note {
  align-items: center;
  background: rgba(0, 0, 0, 0.82);
  bottom: 0;
  display: flex;
  font-size: 13px;
  gap: 10px;
  justify-content: center;
  left: 0;
  min-height: 54px;
  padding: 10px 24px;
  position: absolute;
  right: 0;
  z-index: 3;
}

.entrance__address {
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  display: flex;
  gap: 7px;
  margin-left: 8px;
  padding-left: 18px;
}

.entrance__address svg {
  width: 17px;
}

/* Ordering */
.ordering-menu {
  background: var(--color-paper);
  min-height: 100vh;
}

.ordering-menu--empty {
  min-height: auto;
}

.service-band {
  background: var(--color-ink);
  color: #fff;
}

.service-band__inner {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto auto auto;
  min-height: 70px;
}

.service-band__status,
.service-band__metric,
.service-band__link {
  align-items: center;
  display: flex;
  padding: 12px 24px;
}

.service-band__status {
  gap: 12px;
  padding-left: 0;
}

.service-band__status div {
  display: flex;
  flex-direction: column;
}

.service-band__status span,
.service-band__metric span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-band__metric {
  appearance: none;
  background: transparent;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 0;
  border-right: 0;
  border-top: 0;
  color: inherit;
  flex-direction: column;
  justify-content: center;
  min-width: 132px;
  transition: background 160ms ease;
}

.service-band__metric:hover,
.service-band__metric.is-active {
  background: rgba(255, 255, 255, 0.09);
}

.service-band__metric.is-active strong::after {
  background: #6bcf9d;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 6px;
  margin-left: 7px;
  vertical-align: 2px;
  width: 6px;
}

.service-band__metric strong {
  font-size: 14px;
}

.service-band__link {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  gap: 8px;
  padding-right: 0;
}

.fulfillment-context {
  background: var(--color-soft);
  border-bottom: 1px solid var(--color-line);
  color: var(--color-muted);
}

.fulfillment-context__inner {
  align-items: center;
  display: flex;
  gap: 10px;
  min-height: 44px;
}

.fulfillment-context__inner > svg {
  color: var(--color-leaf);
  height: 17px;
  width: 17px;
}

.fulfillment-context__inner strong {
  color: var(--color-ink);
  font-size: 13px;
}

.fulfillment-context__inner span {
  font-size: 12px;
}

.fulfillment-context__inner b {
  font-weight: 600;
}

.ordering-menu__intro {
  align-items: end;
  display: flex;
  justify-content: space-between;
  padding-bottom: 32px;
  padding-top: 64px;
}

.ordering-menu__intro h2 {
  margin-bottom: 12px;
}

.ordering-menu__intro p:last-child {
  color: var(--color-muted);
  margin-bottom: 0;
  max-width: 680px;
}

.allergen-link {
  align-items: center;
  background: var(--color-surface);
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  color: var(--color-ink);
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
  min-height: 44px;
  padding: 8px 16px;
  transition: border-color 150ms ease;
}

.allergen-link:hover {
  border-color: var(--color-ink);
}

.allergen-link svg {
  color: var(--color-muted);
}

.menu-toolbar {
  align-items: center;
  background: var(--color-paper);
  border-bottom: 1px solid var(--color-line);
  border-top: 1px solid var(--color-line);
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  padding-bottom: 16px;
  padding-top: 16px;
  position: sticky;
  top: var(--header-height);
  z-index: 30;
}

.menu-search {
  align-items: center;
  background: var(--color-surface);
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  display: flex;
  min-height: 46px;
  padding-left: 14px;
  transition: border-color 150ms ease;
}

.menu-search > span {
  color: var(--color-muted);
}

.menu-search input {
  background: transparent;
  border: 0;
  flex: 1 1 auto;
  height: 44px;
  min-width: 0;
  outline: 0;
  padding: 0 10px;
}

.menu-search:focus-within {
  border-color: var(--color-ink);
  box-shadow: none;
}

.menu-search .icon-button {
  border: 0;
  flex-basis: 38px;
  height: 38px;
  margin-right: 3px;
  width: 38px;
}

/* The theme renders its own clear control, so suppress the browser's native
   search decorations to avoid two clear buttons in the same field. */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  appearance: none;
  display: none;
  -webkit-appearance: none;
}

input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal {
  display: none;
  height: 0;
  width: 0;
}

.dietary-filters {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  min-width: 0;
  overflow-x: auto;
  padding: 2px;
  scrollbar-width: thin;
}

.filter-chip {
  align-items: center;
  background: var(--color-surface);
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 600;
  gap: 6px;
  height: 38px;
  padding: 0 15px;
  transition: background 140ms ease, border-color 140ms ease, color 140ms ease;
}

.filter-chip svg {
  width: 16px;
}

.filter-chip:hover,
.filter-chip.is-active {
  background: var(--color-ink);
  border-color: var(--color-ink);
  color: #fff;
}

.ordering-menu__layout {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: 176px minmax(0, 1fr) 296px;
  padding-bottom: 80px;
  padding-top: 32px;
}

.ordering-menu__layout--no-summary {
  grid-template-columns: 176px minmax(0, 1fr);
}

.ordering-menu__layout--empty {
  display: block;
  padding-top: 24px;
}

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

.category-nav,
.order-summary {
  position: sticky;
  top: calc(var(--header-height) + 95px);
}

.category-nav__label {
  color: var(--color-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.category-nav nav {
  border-left: 1px solid var(--color-line);
  display: flex;
  flex-direction: column;
}

.category-nav a {
  align-items: center;
  border-left: 2px solid transparent;
  color: var(--color-muted);
  display: flex;
  font-size: 14px;
  gap: 8px;
  justify-content: space-between;
  margin-left: -1px;
  padding: 9px 4px 9px 14px;
  text-decoration: none;
}

.category-nav a:hover,
.category-nav a.is-active {
  border-left-color: var(--color-ink);
  color: var(--color-ink);
  font-weight: 600;
}

.category-nav a span {
  color: var(--color-muted);
  font-size: 12px;
}

.menu-sections {
  min-width: 0;
}

.menu-category {
  margin-bottom: 52px;
  scroll-margin-top: 180px;
}

.menu-category[hidden] {
  display: none;
}

.menu-category__header {
  align-items: end;
  border-bottom: 1px solid var(--color-line);
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  padding-bottom: 14px;
}

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

.menu-category__header > p {
  color: var(--color-muted);
  font-size: 13px;
  max-width: 320px;
  text-align: right;
}

.menu-category__count {
  color: var(--color-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.menu-category__products {
  display: flex;
  flex-direction: column;
}

.menu-card {
  background: transparent;
  border-bottom: 1px solid var(--color-line);
  display: grid;
  gap: 20px;
  grid-template-columns: 148px minmax(0, 1fr);
  padding: 20px 0;
}

.menu-card--no-image {
  grid-template-columns: minmax(0, 1fr);
}

.menu-card[hidden] {
  display: none;
}

.menu-card__image {
  align-self: start;
  aspect-ratio: 1;
  background: var(--color-soft);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: none;
}

.menu-card__image img {
  height: 100%;
  object-fit: cover;
  transition: transform 250ms ease;
  width: 100%;
}

.menu-card:hover .menu-card__image img {
  transform: scale(1.03);
}

.menu-card__placeholder {
  align-items: center;
  color: var(--color-muted);
  display: flex;
  height: 100%;
  justify-content: center;
}

.menu-card__body {
  min-width: 0;
}

.menu-card__heading {
  align-items: start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.menu-card__title {
  display: inline-block;
  font-family: inherit;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
}

.menu-card__title:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.price {
  flex: 0 0 auto;
  font-size: 15px;
  font-weight: 600;
}

.menu-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 7px;
}

.dietary-badge {
  align-items: center;
  background: var(--color-soft);
  border-radius: 2px;
  color: var(--color-muted);
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  gap: 3px;
  letter-spacing: 0.06em;
  padding: 3px 6px;
  text-transform: uppercase;
}

.dietary-badge svg {
  width: 12px;
}

.dietary-badge--leaf {
  background: #e7f1ec;
  color: #24603f;
}

.dietary-badge--spicy {
  background: #fbeae4;
  color: #9c3b22;
}

.menu-card__description {
  color: var(--color-muted);
  font-size: 14px;
  margin: 8px 0 14px;
}

.menu-card__form {
  align-items: end;
  display: grid;
  gap: 8px 12px;
  grid-template-columns: minmax(140px, 1fr) auto;
}

.menu-card__form > .field-label {
  align-self: end;
  grid-column: 1;
  margin-bottom: -4px;
}

.menu-card__form > .select-field,
.menu-card__form > .select-field-wrap {
  grid-column: 1;
}

.menu-card__actions {
  align-items: center;
  display: flex;
  gap: 10px;
  grid-column: 2;
  grid-row: 1 / span 4;
}

.field-label {
  color: var(--color-muted);
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.select-field,
.text-field,
.number-field {
  background: var(--color-surface);
  border: 1px solid rgba(18, 18, 18, 0.24);
  border-radius: var(--radius);
  min-height: 42px;
  padding: 8px 12px;
  width: 100%;
}

.select-field:focus,
.text-field:focus,
.number-field:focus {
  border-color: var(--color-ink);
  box-shadow: none;
  outline: 0;
}

.select-field {
  max-width: 250px;
}

.select-field-wrap {
  max-width: 250px;
  position: relative;
  width: 100%;
}

.select-field-wrap .select-field {
  appearance: none;
  -webkit-appearance: none;
  max-width: none;
  padding-inline-end: 42px;
}

.select-field__chevron {
  align-items: center;
  color: var(--color-muted);
  display: flex;
  height: 18px;
  inset-inline-end: 13px;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}

.select-field__chevron svg {
  height: 15px;
  width: 15px;
}

.select-field-wrap:focus-within .select-field__chevron {
  color: var(--color-ink);
}

.quantity-field {
  align-items: center;
  background: var(--color-surface);
  border: 1px solid rgba(18, 18, 18, 0.24);
  border-radius: var(--radius);
  display: flex;
  height: 42px;
  overflow: hidden;
}

.quantity-field .icon-button {
  border: 0;
  border-radius: 0;
  flex-basis: 34px;
  height: 40px;
  width: 34px;
}

.quantity-field svg {
  width: 16px;
}

.quantity-field input {
  appearance: textfield;
  background: transparent;
  border: 0;
  font-size: 13px;
  font-weight: 750;
  height: 40px;
  padding: 0;
  text-align: center;
  width: 28px;
}

.quantity-field input::-webkit-inner-spin-button,
.quantity-field input::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

.form-status {
  color: var(--color-muted);
  font-size: 12px;
  grid-column: 1 / -1;
  margin: 0;
  min-height: 0;
}

.form-status:not(:empty) {
  margin-top: 5px;
}

.order-summary {
  background: var(--color-surface);
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  box-shadow: none;
  padding: 20px;
}

.order-summary__header {
  align-items: center;
  border-bottom: 1px solid var(--color-line);
  display: flex;
  justify-content: space-between;
  padding-bottom: 14px;
}

.order-summary__header h3,
.order-summary__header p {
  margin: 0;
}

.order-summary__header h3 {
  font-size: 17px;
}

.order-summary__empty {
  align-items: center;
  color: var(--color-muted);
  display: flex;
  flex-direction: column;
  font-size: 13px;
  padding: 30px 8px 18px;
  text-align: center;
}

.order-summary__empty svg {
  height: 28px;
  opacity: 0.72;
  width: 28px;
}

.order-summary__empty p {
  margin: 10px 0 0;
}

.order-summary__fulfillment {
  border-bottom: 1px solid var(--color-line);
  color: var(--color-muted);
  font-size: 12px;
  padding: 10px 0;
}

.order-summary__fulfillment span {
  align-items: center;
  display: flex;
  gap: 7px;
}

.order-summary__fulfillment svg {
  color: var(--color-leaf);
  height: 15px;
  width: 15px;
}

.order-summary__lines {
  padding-top: 12px;
}

.order-summary__lines > div {
  display: flex;
  font-size: 12px;
  gap: 8px;
  justify-content: space-between;
  padding: 5px 0;
}

.order-summary__lines span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.order-summary__total {
  border-top: 1px solid var(--color-line);
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  padding: 16px 0;
}

.order-summary__total strong {
  font-size: 18px;
}

.empty-state {
  align-items: center;
  color: var(--color-muted);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 20px;
  text-align: center;
}

.empty-state h2,
.empty-state h3 {
  color: var(--color-ink);
  margin: 12px 0 8px;
}

.empty-state--setup {
  background: var(--color-surface);
  border: 1px dashed var(--color-line);
  border-radius: var(--radius);
}

.empty-state--menu {
  background: var(--color-surface);
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  box-shadow: none;
  min-height: 300px;
  padding: 56px clamp(24px, 8vw, 96px);
}

.empty-state--menu p {
  margin: 0;
  max-width: 520px;
}

.empty-state > svg {
  height: 36px;
  width: 36px;
}

.empty-state--large {
  min-height: 520px;
}

/* Dialog and drawer */
.allergen-dialog {
  background: var(--color-surface);
  border: 0;
  border-radius: var(--radius);
  color: var(--color-ink);
  max-width: 560px;
  padding: 36px;
  width: calc(100% - 32px);
}

.allergen-dialog::backdrop {
  background: rgba(18, 18, 18, 0.6);
}

.allergen-dialog__close {
  position: absolute;
  right: 16px;
  top: 16px;
}

.allergen-dialog h2 {
  font-size: 24px;
}

.drawer-shell {
  inset: 0;
  position: fixed;
  z-index: 1200;
}

.drawer-overlay {
  background: rgba(18, 18, 18, 0.5);
  border: 0;
  height: 100%;
  inset: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  transition: opacity 220ms ease;
  width: 100%;
}

.cart-drawer {
  background: var(--color-surface);
  bottom: 0;
  box-shadow: var(--shadow-drawer);
  display: flex;
  flex-direction: column;
  max-width: 460px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(102%);
  transition: transform 240ms ease;
  width: min(100%, 460px);
}

.drawer-shell.is-open .drawer-overlay {
  opacity: 1;
}

.drawer-shell.is-open .cart-drawer {
  transform: translateX(0);
}

.cart-drawer__header {
  align-items: center;
  border-bottom: 1px solid var(--color-line);
  display: flex;
  justify-content: space-between;
  min-height: 84px;
  padding: 16px 22px;
}

.cart-drawer__header h2,
.cart-drawer__header p {
  margin: 0;
}

.cart-drawer__header h2 {
  font-size: 20px;
}

.cart-drawer__fulfillment {
  background: var(--color-paper);
  border-bottom: 1px solid var(--color-line);
  padding: 14px 22px 16px;
}

.cart-drawer__fulfillment-detail {
  color: var(--color-muted);
  font-size: 12px;
  line-height: 1.4;
  margin-top: 10px;
  min-height: 36px;
}

.cart-drawer__fulfillment-detail > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cart-drawer__fulfillment-detail strong {
  color: var(--color-ink);
  font-size: 13px;
}

.cart-drawer__fulfillment .field-label {
  margin-bottom: 7px;
}

.cart-drawer__items {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 0 22px;
}

.cart-line {
  border-bottom: 1px solid var(--color-line);
  display: grid;
  gap: 13px;
  grid-template-columns: 72px minmax(0, 1fr);
  padding: 18px 0;
}

.cart-line--no-image {
  grid-template-columns: minmax(0, 1fr);
}

.cart-line > img {
  aspect-ratio: 1;
  background: var(--color-soft);
  border-radius: var(--radius);
  object-fit: cover;
  width: 72px;
}

.cart-line__body > a {
  display: block;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
}

.cart-line__body > a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.cart-line__body small {
  color: var(--color-muted);
  display: block;
  font-size: 11px;
  margin-top: 2px;
}

.cart-line__description {
  line-height: 1.45;
  max-width: 42rem;
}

.cart-line__controls {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 52px auto 1fr;
  margin-top: 10px;
}

.cart-line__controls input {
  border: 1px solid rgba(18, 18, 18, 0.24);
  border-radius: var(--radius);
  height: 34px;
  padding: 4px;
  text-align: center;
  width: 52px;
}

.cart-line__controls strong {
  font-size: 13px;
  justify-self: end;
}

.cart-drawer__footer {
  border-top: 1px solid var(--color-line);
  padding: 18px 22px 22px;
}

.cart-drawer__checkout {
  display: grid;
}

.cart-drawer__subtotal {
  display: flex;
  font-size: 15px;
  justify-content: space-between;
}

.cart-drawer__checkout > p {
  color: var(--color-muted);
  font-size: 11px;
  margin: 4px 0 14px;
}

.cart-drawer__empty {
  min-height: 100%;
  padding: 56px 28px;
}

.cart-drawer__empty p {
  margin: 0;
  max-width: 280px;
}

.cart-drawer__footer .button + .button {
  margin-top: 8px;
}

.cart-drawer__busy {
  align-items: center;
  background: rgba(255, 255, 255, 0.86);
  display: flex;
  inset: 0;
  justify-content: center;
  position: absolute;
  z-index: 2;
}

.mobile-cart-bar {
  display: none;
}

.toast-region {
  bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  left: 24px;
  position: fixed;
  z-index: 1500;
}

.toast {
  background: var(--color-ink);
  border-radius: var(--radius);
  color: #fff;
  max-width: 360px;
  padding: 11px 15px;
}

.drawer-open .toast-region {
  display: none;
}

/* Restaurant info and footer */
.restaurant-info {
  background: var(--color-info);
  color: #fff;
  padding: 80px 0;
}

.restaurant-info__grid {
  display: grid;
  gap: 80px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
}

.restaurant-info__grid--single {
  grid-template-columns: minmax(0, 760px);
}

.restaurant-info .eyebrow {
  color: rgba(255, 255, 255, 0.7);
}

.restaurant-info h2 {
  font-size: 38px;
  margin-bottom: 18px;
  max-width: 700px;
}

.restaurant-info__intro > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.82);
  max-width: 650px;
}

.restaurant-info__contact {
  align-items: center;
  display: flex;
  gap: 28px;
  margin-top: 30px;
}

.restaurant-info__contact > span {
  align-items: center;
  display: flex;
  gap: 10px;
}

.hours-table {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 16px;
}

.hours-table h3 {
  align-items: center;
  display: flex;
  font-size: 20px;
  gap: 10px;
}

.hours-table dl,
.hours-table dd {
  margin: 0;
}

.hours-table dl > div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 11px 0;
}

.hours-table dt {
  color: rgba(255, 255, 255, 0.72);
}

.site-footer {
  background: var(--color-soft);
  border-top: 1px solid var(--color-line);
  color: var(--color-ink);
  padding: 56px 0 24px;
}

.site-footer__grid {
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(260px, 1.3fr) repeat(3, minmax(150px, 0.65fr));
}

.site-footer__brand > p,
.site-footer address,
.site-footer__links {
  color: var(--color-muted);
  font-size: 14px;
}

.site-footer__links a {
  text-decoration: none;
}

.site-footer__links a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.site-footer address {
  font-style: normal;
}

.site-footer__heading {
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer__links li {
  margin-bottom: 7px;
}

.site-footer__bottom {
  border-top: 1px solid var(--color-line);
  color: var(--color-muted);
  display: flex;
  align-items: flex-end;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  padding-top: 20px;
  row-gap: 16px;
}

.site-footer__legal {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.site-footer__localization {
  align-items: center;
  flex: 0 0 auto;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}

.site-footer__localization .language-switcher__trigger {
  border-color: rgba(18, 18, 18, 0.14);
}

.site-footer__localization .language-switcher__menu {
  bottom: calc(100% + 8px);
  top: auto;
}

.site-footer__payments {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.site-footer__payments > span {
  align-items: center;
  display: flex;
  font-size: 11px;
  font-weight: 600;
  gap: 6px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer__payments > span svg {
  height: 14px;
  width: 14px;
}

.site-footer__payments ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

.payment-icon {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(18, 18, 18, 0.08);
  fill: initial;
  height: 24px;
  stroke: none;
  width: 38px;
}

.payment-icon-preview {
  align-items: center;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(18, 18, 18, 0.08);
  color: var(--color-ink);
  display: inline-flex;
  font-size: 9px;
  font-weight: 600;
  height: 24px;
  justify-content: center;
  min-width: 38px;
  padding: 0 5px;
}

/* Standard routes */
.route-section {
  min-height: 60vh;
  padding-bottom: 90px;
  padding-top: 70px;
}

.route-header {
  border-bottom: 1px solid var(--color-line);
  margin-bottom: 32px;
  padding-bottom: 28px;
}

.route-header h1 {
  margin-bottom: 10px;
}

.route-header--row {
  align-items: end;
  display: flex;
  justify-content: space-between;
}

.route-header--row h1,
.route-header--row p {
  margin-bottom: 0;
}

.route-search {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(240px, 560px) auto;
  margin-top: 24px;
}

.collection-grid {
  display: grid;
  gap: 0 32px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pagination {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-top: 46px;
}

.main-product {
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  padding-bottom: 90px;
  padding-top: 60px;
}

.main-product__media {
  align-self: start;
  aspect-ratio: 1;
  background: var(--color-soft);
  border-radius: var(--radius);
  overflow: hidden;
  position: sticky;
  top: calc(var(--header-height) + 24px);
}

.main-product__media > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.product-placeholder {
  align-items: center;
  color: var(--color-muted);
  display: flex;
  height: 100%;
  justify-content: center;
}

.product-placeholder .brand-mark {
  transform: scale(2);
}

.main-product__details {
  padding-top: 28px;
}

.main-product__details h1 {
  margin-bottom: 18px;
}

.main-product__details > .price {
  display: block;
  font-size: 21px;
  margin-bottom: 24px;
}

.main-product__description {
  color: var(--color-muted);
  margin-bottom: 28px;
}

.product-option {
  border: 0;
  margin: 0 0 20px;
  padding: 0;
}

.product-option legend {
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.option-pill {
  display: inline-block;
  margin: 0 5px 6px 0;
}

.option-pill input {
  clip: rect(0 0 0 0);
  position: absolute;
}

.option-pill span {
  background: var(--color-surface);
  border: 1px solid rgba(18, 18, 18, 0.24);
  border-radius: var(--radius);
  display: inline-block;
  min-height: 42px;
  padding: 9px 15px;
}

.option-pill input:checked + span {
  background: var(--color-ink);
  border-color: var(--color-ink);
  color: #fff;
}

.option-pill input:focus-visible + span {
  box-shadow: var(--focus);
}

.product-form .text-field {
  margin: 7px 0 18px;
  resize: vertical;
}

.main-product__actions {
  align-items: center;
  display: flex;
  gap: 12px;
}

.cart-page__form {
  align-items: start;
  display: grid;
  gap: 52px;
  grid-template-columns: minmax(0, 1fr) 340px;
}

.cart-page__line {
  align-items: start;
  border-bottom: 1px solid var(--color-line);
  display: grid;
  gap: 20px;
  grid-template-columns: 144px minmax(0, 1fr) auto;
  padding: 20px 0;
}

.cart-page__line--no-image {
  grid-template-columns: minmax(0, 1fr) auto;
}

.cart-page__image {
  aspect-ratio: 1;
  background: var(--color-soft);
  border-radius: var(--radius);
  overflow: hidden;
}

.cart-page__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.cart-page__line p {
  color: var(--color-muted);
  font-size: 13px;
  margin: 5px 0;
}

.cart-page__description {
  line-height: 1.5;
  max-width: 42rem;
}

.cart-page__line .number-field {
  display: block;
  margin-top: 6px;
  width: 76px;
}

.cart-page__summary {
  background: var(--color-surface);
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  padding: 24px;
  position: sticky;
  top: calc(var(--header-height) + 24px);
}

.cart-page__summary > div {
  display: flex;
  font-size: 19px;
  justify-content: space-between;
}

.cart-page__summary > p {
  color: var(--color-muted);
  font-size: 12px;
  margin: 5px 0 18px;
}

.cart-page__summary .button + .button {
  margin-top: 9px;
}

.route-article {
  max-width: 900px;
}

/* Customer account routes */
.customer-page {
  min-height: 60vh;
}

.customer-shell {
  margin-inline: auto;
  max-width: 1040px;
}

.customer-shell--narrow {
  max-width: 520px;
}

.customer-header {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.customer-header__meta {
  color: var(--color-muted);
  font-size: 14px;
  margin-bottom: 10px;
  overflow-wrap: anywhere;
  text-align: right;
}

.customer-form-panel {
  background: var(--color-surface);
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  box-shadow: none;
  padding: 28px;
}

.customer-form-panel--secondary {
  margin-top: 22px;
}

.customer-form-panel--address {
  margin-top: 30px;
}

.customer-auth {
  display: grid;
  gap: 16px;
}

.customer-field {
  display: grid;
  gap: 7px;
}

.customer-field label,
.customer-checkbox {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.customer-field input,
.customer-field select,
.customer-field textarea {
  background: var(--color-surface);
  border: 1px solid rgba(18, 18, 18, 0.24);
  border-radius: var(--radius);
  min-height: 46px;
  padding: 10px 14px;
  width: 100%;
}

.customer-field input:focus,
.customer-field select:focus,
.customer-field textarea:focus {
  border-color: var(--color-ink);
  box-shadow: none;
  outline: 0;
}

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

.customer-checkbox {
  align-items: center;
  display: inline-flex;
  gap: 9px;
  text-transform: none;
}

.customer-checkbox input {
  accent-color: var(--color-accent);
  height: 18px;
  margin: 0;
  width: 18px;
}

.customer-actions--footer {
  margin-top: 30px;
}

.customer-footnote {
  color: var(--color-muted);
  margin: 20px 0 0;
  text-align: center;
}

.customer-alert {
  background: #fdf0ec;
  border: 1px solid #e0b3a7;
  border-radius: var(--radius);
  color: var(--color-warning);
  padding: 14px 16px;
}

.customer-alert ul {
  margin: 0;
  padding-left: 20px;
}

.customer-alert--success {
  background: #eef6f1;
  border-color: #b3cdbc;
  color: var(--color-leaf);
}

.customer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 34px;
}

.customer-nav a {
  background: var(--color-surface);
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  font-size: 14px;
  padding: 8px 14px;
  text-decoration: none;
  transition: background 150ms ease, border-color 150ms ease, color 150ms ease;
}

.customer-nav a:hover,
.customer-nav a[aria-current="page"] {
  background: var(--color-ink);
  border-color: var(--color-ink);
  color: #fff;
}

.customer-section-heading {
  margin-bottom: 18px;
}

.customer-section-heading--row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.customer-section-heading--row h2,
.customer-section-heading--row p {
  margin-bottom: 0;
}

.customer-count {
  color: var(--color-muted);
  font-size: 13px;
}

.customer-table-wrap {
  overflow-x: auto;
}

.customer-table {
  border-collapse: collapse;
  min-width: 680px;
  width: 100%;
}

.customer-table th,
.customer-table td {
  border-bottom: 1px solid var(--color-line);
  padding: 15px 10px;
  text-align: left;
  white-space: nowrap;
}

.customer-table th {
  color: var(--color-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.customer-table__empty {
  color: var(--color-muted);
  padding: 24px 0 4px;
}

.customer-address-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.customer-address-grid--order {
  margin-top: 30px;
}

.customer-address-card {
  background: var(--color-surface);
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  padding: 22px;
}

.customer-address-card__heading {
  align-items: start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.customer-address-card h2 {
  font-size: 20px;
  margin-bottom: 14px;
}

.customer-address-card__body {
  color: var(--color-muted);
  line-height: 1.7;
  min-height: 110px;
}

.customer-address-edit {
  border-top: 1px solid var(--color-line);
  margin-top: 18px;
  padding-top: 16px;
}

.customer-address-edit summary {
  cursor: pointer;
  display: inline-block;
  list-style: none;
}

.customer-address-edit summary::-webkit-details-marker {
  display: none;
}

.customer-address-form {
  margin-top: 18px;
}

.customer-address-delete {
  margin-top: 15px;
}

.customer-decline {
  justify-self: start;
}

.status-chip {
  background: var(--color-soft);
  border-radius: var(--radius);
  color: var(--color-muted);
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
}

.status-chip--success {
  background: #e7f1ec;
  color: #24603f;
}

.customer-status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.customer-order-layout {
  align-items: start;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) 300px;
}

.customer-order-lines {
  display: grid;
}

.customer-order-line {
  align-items: center;
  border-bottom: 1px solid var(--color-line);
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) auto auto;
  padding: 17px 0;
}

.customer-order-line:first-child {
  padding-top: 0;
}

.customer-order-line:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.customer-order-line h3 {
  font-size: 16px;
  margin-bottom: 3px;
}

.customer-order-line p {
  color: var(--color-muted);
  font-size: 13px;
  margin: 2px 0 0;
}

.customer-order-line > span {
  color: var(--color-muted);
  font-size: 13px;
  white-space: nowrap;
}

.customer-order-summary dl {
  margin: 0;
}

.customer-order-summary dl > div {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}

.customer-order-summary dt {
  color: var(--color-muted);
}

.customer-order-summary dd {
  margin: 0;
}

.customer-order-summary__total {
  border-top: 1px solid var(--color-line);
  font-size: 18px;
  font-weight: 600;
  margin-top: 8px;
  padding-top: 16px !important;
}

.rte > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 1120px) {
  .ordering-menu__layout {
    grid-template-columns: 160px minmax(0, 1fr);
  }

  .order-summary {
    display: none;
  }

  .site-header__inner {
    grid-template-columns: 1fr auto;
  }

  .site-header__inner > .fulfillment-switch {
    display: none;
  }
}

@media (max-width: 749px) {
  :root {
    --header-height: 64px;
  }

  html {
    scroll-padding-top: calc(var(--header-height) + 118px);
  }

  body {
    font-size: 15px;
    padding-bottom: 70px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 19px;
  }

  .page-width {
    padding-inline: 18px;
  }

  .site-header__inner {
    gap: 8px;
  }

  .site-header__wordmark {
    display: none;
  }

  .site-header__brand .brand-mark {
    transform: scale(0.85);
  }

  .site-header__actions {
    gap: 6px;
  }

  .cart-button__label {
    display: none;
  }

  .language-switcher__trigger {
    max-width: 116px;
    min-width: 96px;
  }

  .language-switcher__menu {
    min-width: 176px;
  }

  .cart-button {
    padding-inline: 8px;
  }

  .entrance {
    min-height: 560px;
  }

  .entrance__content {
    justify-content: flex-end;
    padding-bottom: 154px;
    padding-top: 96px;
  }

  .entrance h1,
  .entrance h2 {
    font-size: 36px;
  }

  .entrance__lead {
    font-size: 18px;
  }

  .entrance__text {
    font-size: 15px;
    margin-bottom: 22px;
  }

  .entrance__topbar {
    top: 14px;
  }

  .entrance__brand > span:last-child {
    font-size: 18px;
  }

  .entrance__brand .brand-mark {
    transform: scale(0.85);
  }

  .entrance__controls {
    bottom: 78px;
  }

  .entrance__controls > .icon-button:first-child,
  .entrance__controls > .icon-button:nth-last-child(2) {
    display: none;
  }

  .entrance__service-note {
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
    min-height: 58px;
    padding: 9px 18px;
  }

  .entrance__address {
    border: 0;
    flex-basis: 100%;
    font-size: 11px;
    margin-left: 22px;
    padding-left: 0;
  }

  .service-band__inner {
    grid-template-columns: 1fr auto auto;
    padding: 0;
  }

  .service-band__status {
    padding-left: 18px;
  }

  .service-band__status span {
    display: none;
  }

  .service-band__metric {
    min-width: 92px;
    padding: 10px 8px;
  }

  .fulfillment-context__inner {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 3px 8px;
    min-height: 54px;
    padding-bottom: 9px;
    padding-top: 9px;
  }

  .fulfillment-context__inner span {
    flex-basis: calc(100% - 25px);
    margin-left: 25px;
  }

  .service-band__link {
    display: none;
  }

  .ordering-menu__intro {
    align-items: start;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 28px;
    padding-top: 46px;
  }

  .allergen-link {
    align-self: stretch;
    justify-content: center;
  }

  .menu-toolbar {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 18px 12px;
    top: var(--header-height);
  }

  .menu-search,
  .dietary-filters {
    width: 100%;
  }

  .dietary-filters {
    justify-content: flex-start;
  }

  .ordering-menu__layout {
    display: block;
    padding-bottom: 54px;
    padding-top: 24px;
  }

  .category-nav {
    overflow-x: auto;
    position: static;
    scrollbar-width: thin;
  }

  .category-nav__label {
    display: none;
  }

  .category-nav nav {
    border: 0;
    flex-direction: row;
    gap: 8px;
    padding-bottom: 18px;
    width: max-content;
  }

  .category-nav a {
    background: var(--color-surface);
    border: 1px solid var(--color-line);
    border-radius: var(--radius);
    flex: 0 0 auto;
    margin: 0;
    padding: 7px 12px;
  }

  .category-nav a span {
    margin-left: 8px;
  }

  .category-nav a.is-active {
    background: var(--color-ink);
    border-color: var(--color-ink);
    color: #fff;
  }

  .menu-category {
    margin-bottom: 44px;
    scroll-margin-top: 184px;
  }

  .menu-category__header {
    align-items: start;
    flex-direction: column;
  }

  .menu-category__header > p {
    margin-top: 5px;
    max-width: none;
    text-align: left;
  }

  .menu-card {
    gap: 13px;
    grid-template-columns: 116px minmax(0, 1fr);
    padding: 16px 0;
  }

  .menu-card--no-image {
    grid-template-columns: minmax(0, 1fr);
  }

  .menu-card__title {
    font-size: 18px;
  }

  .menu-card__description {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .menu-card__form {
    display: block;
  }

  .menu-card__form > .field-label {
    margin: 8px 0 4px;
  }

  .select-field,
  .select-field-wrap {
    max-width: none;
  }

  .menu-card__actions {
    justify-content: space-between;
    margin-top: 9px;
  }

  .quantity-field {
    flex: 0 0 auto;
  }

  .button--compact {
    flex: 1 1 auto;
    min-width: 0;
  }

  .mobile-cart-bar {
    align-items: center;
    background: var(--color-accent);
    border: 0;
    bottom: 10px;
    color: #fff;
    display: grid;
    gap: 8px;
    grid-template-columns: 24px minmax(0, 1fr) 24px auto;
    height: 54px;
    left: 12px;
    padding: 8px 14px;
    position: fixed;
    right: 12px;
    border-radius: var(--radius);
    box-shadow: 0 10px 28px rgba(18, 18, 18, 0.24);
    z-index: 45;
  }

  .toast-region {
    bottom: 76px;
    left: 12px;
    right: 12px;
  }

  .toast {
    max-width: min(100%, 360px);
  }

  .mobile-cart-bar__label {
    font-weight: 800;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-cart-bar .cart-count {
    background: #fff;
    color: var(--color-accent);
  }

  .cart-drawer {
    max-width: none;
    width: 100%;
  }

  .cart-drawer__header {
    min-height: 70px;
  }

  .cart-drawer__footer {
    padding: 14px 18px 16px;
  }

  .cart-drawer__footer .button {
    min-height: 44px;
  }

  .cart-drawer__footer .text-button {
    margin-top: 8px;
  }

  .allergen-dialog {
    padding: 34px 22px 24px;
  }

  .restaurant-info {
    padding: 60px 0;
  }

  .restaurant-info__grid {
    display: block;
  }

  .restaurant-info h2 {
    font-size: 28px;
  }

  .restaurant-info__contact {
    align-items: start;
    flex-direction: column;
    gap: 10px;
  }

  .hours-table {
    margin-top: 44px;
  }

  .site-footer {
    padding-top: 48px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .site-footer__bottom {
    align-items: start;
    flex-direction: column;
    gap: 6px;
  }

  .site-footer__localization {
    margin-top: 8px;
  }

  .site-footer__payments {
    align-items: flex-start;
    margin-top: 12px;
  }

  .site-footer__payments ul {
    justify-content: flex-start;
  }

  .route-section {
    padding-bottom: 60px;
    padding-top: 45px;
  }

  .route-header {
    padding-bottom: 20px;
  }

  .route-header--row {
    align-items: start;
    flex-direction: column;
    gap: 14px;
  }

  .route-search,
  .collection-grid,
  .main-product,
  .cart-page__form,
  .customer-order-layout {
    grid-template-columns: 1fr;
  }

  .customer-header {
    align-items: start;
    flex-direction: column;
    gap: 4px;
  }

  .customer-header__meta {
    margin-bottom: 0;
    text-align: left;
  }

  .customer-grid,
  .customer-address-grid {
    grid-template-columns: 1fr;
  }

  .customer-form-panel {
    padding: 20px;
  }

  .customer-section-heading--row {
    align-items: start;
    flex-direction: column;
    gap: 6px;
  }

  .customer-order-line {
    align-items: start;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .customer-order-line > strong {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .customer-order-line > span {
    grid-column: 1;
  }

  .collection-grid .menu-card {
    grid-template-columns: 116px minmax(0, 1fr);
  }

  .main-product {
    gap: 24px;
    padding-top: 24px;
  }

  .main-product__media {
    position: static;
  }

  .main-product__details {
    padding-top: 0;
  }

  .main-product__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .main-product__actions .quantity-field {
    justify-content: space-between;
  }

  .cart-page__form {
    gap: 30px;
  }

  .cart-page__line {
    gap: 12px;
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .cart-page__line--no-image {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .cart-page__line > strong {
    grid-column: 2;
  }

  .cart-page__summary {
    position: static;
  }
}

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