/* Familiar, image-led ordering layer. Core checkout/recovery states remain in preorder.css. */
:root {
  color-scheme: light;
  --ink: #2f241d;
  --ink-soft: #3a2a21;
  --cream: #ffffff;
  --paper: #ffffff;
  --paper-soft: #f7fbfc;
  --gold: #e4aa16;
  --gold-bright: #f4c33f;
  --cyan: #b9e8f0;
  --cyan-soft: #edf9fb;
  --muted: #6f6259;
  --paper-muted: #6f6259;
  --line: rgba(77, 55, 42, 0.12);
  --paper-line: #dde8ea;
  --shadow: 0 18px 50px rgba(72, 49, 34, 0.12);
  --nile: #087f8a;
  --nile-deep: #075d66;
  --ivory: #fff9ed;
  --hero-gold: linear-gradient(135deg, #f8d86a 0%, #f4c33f 52%, #e2a915 100%);
  --section-blue: linear-gradient(180deg, #edf9fb 0%, #f7fcfc 54%, #e5f3f5 100%);
  --surface-card: rgba(255, 255, 255, 0.92);
  --card-shadow: 0 18px 48px rgba(25, 69, 75, 0.1);
  --radius-card: 20px 8px 20px 8px;
  --radius-feature: 30px 12px 30px 12px;
  --serif: ui-rounded, "Arial Rounded MT Bold", "Trebuchet MS", var(--sans);
}

body {
  color: var(--ink);
  background: var(--section-blue);
}

::selection {
  color: var(--ink);
  background: var(--cyan);
}

.order-header {
  border-bottom-color: rgba(23, 32, 38, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 26px rgba(25, 55, 65, 0.06);
}

.order-brand {
  color: var(--ink);
}

.order-brand__mark {
  padding: 3px;
  overflow: hidden;
  border: 1px solid rgba(77, 55, 42, 0.14);
  border-radius: 12px;
  background: var(--paper);
  box-shadow: 0 5px 16px rgba(72, 49, 34, 0.1);
  transform: none;
}

.order-brand__mark::before,
.order-brand__mark::after {
  border-color: rgba(23, 32, 38, 0.5);
  border-radius: 5px;
}

.order-brand__mark span {
  background: var(--ink);
}

.order-brand__mark:has(img)::before,
.order-brand__mark:has(img)::after,
.order-brand__mark:has(img) span {
  display: none;
}

.order-brand__mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.order-brand__copy small,
.order-header__link {
  color: #66737a;
}

.order-header__link:hover {
  color: #087a88;
}

.order-header__link {
  margin-left: 0;
  padding-inline: 14px;
  color: #2f241d;
  border: 1px solid #c8e4e8;
  border-radius: 999px;
  background: #edf9fb;
}

.order-header__pickup {
  margin-left: auto;
  padding: 6px 18px 6px 0;
  display: grid;
  gap: 2px;
  color: var(--ink);
  border-right: 1px solid rgba(77, 55, 42, 0.14);
  line-height: 1.15;
  text-align: right;
  text-decoration: none;
}

.order-header__pickup span {
  color: #66737a;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.order-header__pickup strong {
  font-size: 12.5px;
  font-weight: 900;
}

.order-header__pickup:hover strong {
  color: var(--nile);
}

.order-header__status {
  color: #334149;
  border-color: #d9e7e9;
  background: #f4fbfc;
}

.order-header__status[data-state="open"] {
  border-color: #b8ecef;
  background: var(--cyan-soft);
}

.order-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--ink);
  border: 0;
  border-radius: 0;
  background: var(--hero-gold);
}

.order-hero::after {
  display: none;
  position: absolute;
  z-index: 0;
  right: -14%;
  bottom: -122px;
  left: -14%;
  height: 194px;
  content: "";
  border-radius: 47% 53% 0 0 / 94% 88% 0 0;
  background: #edf9fb;
  transform: rotate(-0.65deg);
  transform-origin: 50% 100%;
  pointer-events: none;
}

.order-hero::before {
  position: absolute;
  z-index: -1;
  top: 8%;
  right: 3%;
  width: min(28vw, 320px);
  aspect-ratio: 3 / 4;
  content: "";
  border: 1px solid rgba(23, 32, 38, 0.1);
  border-radius: 50% 50% 10px 10px;
  background: rgba(185, 232, 240, 0.72);
  transform: rotate(5deg);
}

.order-hero__pattern {
  opacity: 0.1;
  background-image:
    radial-gradient(circle, rgba(23, 32, 38, 0.65) 1.4px, transparent 1.5px);
  background-size: 24px 24px;
  mask-image: linear-gradient(90deg, transparent, #000 65%, transparent);
}

.order-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 0;
  padding-block: clamp(42px, 5vw, 62px);
  grid-template-columns: minmax(0, 760px);
  gap: 0;
}

.order-eyebrow,
.order-hero .order-eyebrow {
  color: #415158;
}

.order-hero h1 {
  max-width: 690px;
  font-size: clamp(48px, 6.2vw, 76px);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.92;
}

.order-hero h1 em {
  display: inline;
  color: #087a88;
  font-style: normal;
  font-weight: 900;
  animation: none;
}

.order-hero__inner > div:first-child > p:last-of-type {
  max-width: 590px;
  margin: 20px 0 0;
  color: #344148;
  font-size: 16px;
  line-height: 1.6;
}

.order-hero__links {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.order-hero__links a {
  min-height: 42px;
  padding: 9px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #28343a;
  border: 1px solid rgba(23, 32, 38, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  font-size: 11.5px;
  font-weight: 900;
  text-decoration: none;
}

.order-hero__links a:hover {
  color: var(--nile-deep);
  border-color: rgba(7, 93, 102, 0.34);
  background: rgba(255, 255, 255, 0.82);
}

.order-location {
  padding-block: clamp(30px, 4vw, 54px) clamp(26px, 4vw, 52px);
  background: var(--section-blue);
}

.order-location__heading {
  max-width: 900px;
  margin: 0 auto clamp(26px, 3vw, 38px);
  text-align: center;
}

.order-location__heading .order-eyebrow {
  justify-content: center;
}

.order-location__heading h1 {
  max-width: 880px;
  margin: 14px auto 0;
  font-family: var(--sans);
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 950;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.order-location__heading h1 em {
  color: var(--nile);
  font-style: normal;
}

.order-location__heading > p:last-child {
  max-width: 620px;
  margin: 20px auto 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.order-location__layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
  overflow: hidden;
  border: 1px solid rgba(217, 163, 0, 0.58);
  border-radius: 22px;
  background: var(--paper);
  box-shadow: 0 22px 52px rgba(31, 69, 75, 0.09);
}

.order-location__layout + .order-location__layout {
  margin-top: 24px;
}

.order-location__summary {
  margin: 0;
  padding: 16px clamp(24px, 3vw, 38px);
  color: var(--ink);
  border: 1px solid rgba(217, 163, 0, 0.58);
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
  background: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.order-location__summary + .order-location__layout {
  border-radius: 0 0 22px 22px;
}

.order-location__details {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  border-right: 1px solid var(--paper-line);
  background: var(--paper);
}

.order-location__count {
  margin: 0;
  padding: 18px clamp(24px, 3vw, 38px);
  color: var(--ink);
  border-bottom: 1px solid var(--paper-line);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.order-store {
  min-width: 0;
  padding: clamp(28px, 3.4vw, 44px);
  display: flex;
  flex-direction: column;
}

.order-store__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 20px;
}

.order-store__heading .order-eyebrow {
  margin: 0 0 10px;
  color: #765000;
}

.order-store h2 {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 950;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.order-store__hours {
  padding: 8px 11px;
  color: #765000;
  border-radius: 999px;
  background: #f9edc7;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.order-store address {
  margin-top: 24px;
  color: var(--muted);
  font-size: 16px;
  font-style: normal;
  line-height: 1.55;
}

.order-store__features {
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.order-store__features li {
  min-height: 32px;
  padding: 7px 10px;
  color: #46545a;
  border: 1px solid #dce8ea;
  border-radius: 999px;
  background: #f5fbfc;
  font-size: 10px;
  font-weight: 850;
}

.order-store__actions {
  margin-top: auto;
  padding-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.order-store__action {
  min-height: 66px;
  padding: 11px 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 10px;
  color: var(--ink);
  border: 1px solid rgba(47, 36, 29, 0.17);
  border-radius: 12px;
  background: #fffdf8;
  text-decoration: none;
}

.order-store__action > span:first-child {
  color: #765000;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.order-store__action strong {
  margin-top: 3px;
  font-size: 12px;
  font-weight: 950;
}

.order-store__action > span:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  font-size: 15px;
}

.order-store__action:hover {
  border-color: rgba(7, 93, 102, 0.38);
  background: var(--cyan-soft);
}

.order-store__action--primary {
  color: var(--ink);
  border-color: #dca500;
  background: var(--gold-bright);
}

.order-store__action--delivery {
  color: #fffaf2;
  border-color: var(--ink);
  background: var(--ink);
}

.order-store__action--delivery > span:first-child {
  color: #f6cf60;
}

.order-store__action--delivery:hover {
  color: #fff;
  border-color: var(--nile-deep);
  background: var(--nile-deep);
}

.order-store__note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.45;
}

.order-location__map {
  min-width: 0;
  min-height: 590px;
  margin: 0;
  background: #dceff2;
}

.order-location__map iframe {
  width: 100%;
  height: 100%;
  min-height: 590px;
  display: block;
  border: 0;
}

.order-collection {
  padding-block: clamp(26px, 4vw, 46px);
  color: var(--ink);
  border-bottom: 1px solid rgba(217, 163, 0, 0.58);
  background: rgba(255, 255, 255, 0.5);
}

.order-collection__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.order-collection__back:hover {
  color: var(--nile-deep);
}

.order-collection__heading {
  margin-top: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  align-items: end;
  gap: 32px;
}

.order-collection__heading h1 {
  max-width: 760px;
  margin: 12px 0 0;
  font-family: var(--sans);
  font-size: clamp(42px, 5.4vw, 70px);
  font-weight: 950;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.order-collection__heading h1 em {
  color: var(--nile);
  font-style: normal;
}

.order-collection__location {
  padding: 20px 0 3px 24px;
  border-left: 1px solid rgba(77, 55, 42, 0.18);
}

.order-collection__location strong,
.order-collection__location address,
.order-collection__location span {
  display: block;
}

.order-collection__location strong {
  font-size: 17px;
  font-weight: 950;
}

.order-collection__location address {
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.5;
}

.order-collection__location span {
  margin-top: 12px;
  color: #765000;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pickup-card {
  min-height: 206px;
  border: 1px solid rgba(23, 32, 38, 0.08);
  border-radius: var(--radius-feature);
  background: linear-gradient(145deg, #edfafa, #b9e8f0);
  box-shadow: var(--card-shadow);
  transform: rotate(0.5deg);
}

.pickup-card strong {
  font-family: var(--sans);
  font-weight: 900;
}

.order-section {
  color: var(--ink);
  background: var(--section-blue);
}

.allergen-notice {
  color: #243139;
  border-color: #f1d27c;
  background: var(--ivory);
  box-shadow: 0 12px 36px rgba(95, 74, 12, 0.07);
}

.allergen-notice a {
  color: #705000;
}

.order-state {
  color: var(--ink);
  border-color: #dce9eb;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.order-state p {
  color: var(--muted);
}

.ordering-layout {
  grid-template-columns: minmax(0, 1fr) 352px;
  gap: 38px;
}

.menu-heading h2,
.basket-panel h2 {
  font-family: var(--sans);
  font-weight: 900;
  letter-spacing: -0.045em;
}

.menu-heading > p,
.results-summary {
  color: var(--muted);
}

.search-field input {
  color: var(--ink);
  border: 1px solid #dce8ea;
  background: var(--paper);
  box-shadow: 0 10px 30px rgba(25, 55, 65, 0.08);
}

.search-field input:focus {
  border-color: #1aa6b6;
  outline-color: var(--cyan);
}

.category-filters {
  flex-wrap: nowrap;
  padding-bottom: 5px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.category-filter {
  flex: 0 0 auto;
  color: #445159;
  border-color: #dbe7e9;
  background: var(--paper);
  box-shadow: 0 6px 18px rgba(25, 55, 65, 0.05);
}

.category-filter:hover,
.category-filter[aria-pressed="true"] {
  color: var(--ink);
  border-color: var(--cyan);
  background: var(--cyan-soft);
}

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

.product-card {
  position: relative;
  border: 1px solid #e0eaec;
  border-radius: var(--radius-card);
  background: var(--surface-card);
  box-shadow: 0 14px 38px rgba(25, 69, 75, 0.08);
  animation: order-card-in 480ms both;
}

.product-card[data-card-step="1"] {
  animation-delay: 55ms;
}

.product-card[data-card-step="2"] {
  animation-delay: 110ms;
}

.product-card[data-card-step="3"] {
  animation-delay: 165ms;
}

.product-card[data-card-step="4"] {
  animation-delay: 220ms;
}

.product-card[data-card-step="5"] {
  animation-delay: 275ms;
}

.product-card[data-card-step="6"] {
  animation-delay: 330ms;
}

.product-card:hover {
  border-color: #b9e9ed;
  box-shadow: 0 20px 45px rgba(25, 55, 65, 0.15);
  transform: translateY(-4px);
}

.product-card:has(.product-card__button:focus-visible) {
  outline: 3px solid #168e9c;
  outline-offset: 3px;
}

.product-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--cyan-soft);
}

.product-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 320ms ease;
}

.product-card:hover .product-card__media img {
  transform: scale(1.03);
}

.product-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 9px;
  color: #26343a;
  border: 1px solid rgba(23, 32, 38, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 5px 16px rgba(23, 32, 38, 0.12);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-card__copy {
  padding: 18px;
}

.product-card__category {
  margin-bottom: 6px;
  color: #087a88;
}

.product-card h3 {
  font-family: var(--sans);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.product-card__description {
  min-height: 40px;
  display: -webkit-box;
  overflow: hidden;
  color: #637077;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-card__footer {
  margin-top: 15px;
}

.product-card__footer > strong {
  color: var(--ink);
  font-size: 17px;
}

.product-card__action {
  color: #087a88;
  font-size: 11px;
  font-weight: 900;
}

.product-card__action::after {
  margin-left: 5px;
  content: "+";
}

.product-card__button {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  border: 0;
  border-radius: inherit;
  background: transparent;
}

.product-card__button:focus-visible {
  outline: 0;
}

.basket-panel {
  top: 96px;
  border-color: #dce8ea;
  border-radius: var(--radius-feature);
  background: var(--surface-card);
  box-shadow: var(--card-shadow);
}

.basket-panel .order-eyebrow,
.review-summary .order-eyebrow {
  color: #087a88;
}

.basket-count {
  color: #123239;
  background: var(--cyan);
}

.basket-empty > span {
  border-color: #6da2a8;
}

.basket-empty > span::before {
  border-color: #6da2a8;
}

.primary-button,
.mobile-basket-bar {
  color: var(--ink);
  border-color: #e7b000;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  box-shadow: 0 10px 24px rgba(173, 125, 0, 0.18);
}

.order-dialog::backdrop {
  background: rgba(17, 31, 36, 0.68);
}

.product-dialog {
  width: min(100% - 28px, 680px);
}

.product-dialog .order-dialog__surface {
  border-color: #d8e4e6;
  border-radius: var(--radius-feature);
  background: var(--paper);
}

.product-dialog__media {
  aspect-ratio: 16 / 8.8;
  overflow: hidden;
  background: var(--cyan-soft);
}

.product-dialog__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.product-dialog .dialog-close {
  color: var(--ink);
  border-color: rgba(23, 32, 38, 0.12);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 22px rgba(23, 32, 38, 0.16);
}

.product-dialog__intro {
  padding: 26px 38px 24px;
  color: var(--ink);
  border-bottom: 1px solid var(--paper-line);
  background: var(--paper);
}

.product-dialog__intro .order-eyebrow {
  color: #087a88;
}

.product-dialog__intro h2 {
  font-family: var(--sans);
  font-size: clamp(34px, 6vw, 48px);
  font-weight: 900;
  letter-spacing: -0.05em;
}

.product-dialog__intro p:not(.order-eyebrow) {
  color: #617078;
}

.product-dialog__intro > strong {
  color: var(--ink);
  font-size: 18px;
}

.product-customise {
  padding: 28px 38px 2px;
}

.product-customise h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.product-customise p {
  margin: 6px 0 0;
  color: #627078;
  font-size: 13px;
}

.option-group legend > span,
.product-quantity > div:first-child strong {
  font-family: var(--sans);
  font-weight: 900;
}

.option-group legend > span {
  font-size: 19px;
}

.option-choice {
  min-height: 62px;
  border-color: #dce7e9;
  border-radius: 14px;
  background: #fbfdfd;
}

.option-choice:hover:not(:has(input:disabled)) {
  border-color: #8edce3;
  background: #f2fcfd;
}

.option-choice:has(input:checked) {
  border-color: #1598a7;
  background: var(--cyan-soft);
  box-shadow: inset 0 0 0 1px #1598a7;
}

.option-choice input {
  accent-color: #0a8c9b;
}

.dialog-action-bar {
  border-top-color: #dce7e9;
  background: rgba(255, 255, 255, 0.96);
}

.order-toast {
  position: fixed;
  z-index: 300;
  right: 24px;
  bottom: 24px;
  max-width: min(380px, calc(100% - 32px));
  padding: 14px 18px;
  color: #fff;
  border-radius: 14px;
  background: #17343b;
  box-shadow: 0 18px 45px rgba(15, 41, 47, 0.28);
  font-size: 13px;
  font-weight: 800;
  animation: order-toast-in 220ms ease-out both;
}

.order-footer {
  color: var(--cream);
  border-top: 0;
  background: #100c09;
}

.order-footer .order-brand {
  color: var(--cream);
}

@keyframes order-card-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
}

@keyframes order-toast-in {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.98);
  }
}

@keyframes order-title-breathe {
  50% {
    opacity: 0.78;
  }
}

@media (max-width: 1040px) {
  .ordering-layout {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 24px;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    display: grid;
    grid-template-columns: minmax(180px, 36%) minmax(0, 1fr);
  }

  .product-card__media {
    aspect-ratio: auto;
    min-height: 190px;
  }
}

@media (max-width: 860px) {
  .order-location__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .order-location__details {
    border-right: 0;
  }

  .order-location__map,
  .order-location__map iframe {
    min-height: 440px;
  }

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

  .ordering-layout {
    grid-template-columns: 1fr;
  }

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

  .product-card {
    display: block;
  }

  .product-card__media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 720px) {
  .order-location {
    padding-block: 24px 0;
  }

  .order-location__heading {
    margin-bottom: 22px;
  }

  .order-location__heading h1 {
    font-size: clamp(38px, 10.5vw, 48px);
  }

  .order-location__heading > p:last-child {
    max-width: 38ch;
    font-size: 14px;
  }

  .order-location__layout {
    overflow: visible;
    border-inline: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .order-location__summary {
    margin-inline: calc(50% - 50vw);
    padding-inline: max(15px, calc((100vw - 100%) / 2));
    border-inline: 0;
    border-radius: 0;
  }

  .order-location__summary + .order-location__layout {
    border-radius: 0;
  }

  .order-location__details {
    margin-inline: calc(50% - 50vw);
    padding-inline: max(15px, calc((100vw - 100%) / 2));
    border-top: 1px solid rgba(217, 163, 0, 0.58);
    border-bottom: 1px solid var(--paper-line);
  }

  .order-location__count {
    margin-inline: calc(-1 * max(15px, calc((100vw - 100%) / 2)));
    padding-inline: max(15px, calc((100vw - 100%) / 2));
  }

  .order-store {
    padding: 26px 0 28px;
  }

  .order-store__heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .order-store__hours {
    width: fit-content;
  }

  .order-store__actions {
    padding-top: 26px;
  }

  .order-location__map {
    width: 100vw;
    min-height: 460px;
    margin-left: calc(50% - 50vw);
  }

  .order-location__map iframe {
    min-height: 460px;
  }

  .order-collection {
    padding-block: 22px 28px;
  }

  .order-collection__heading {
    margin-top: 20px;
    gap: 22px;
  }

  .order-collection__heading h1 {
    font-size: clamp(40px, 12vw, 54px);
  }

  .order-collection__location {
    padding: 18px 0 0;
    border-top: 1px solid rgba(77, 55, 42, 0.18);
    border-left: 0;
  }

  .order-hero {
    border-radius: 0;
  }

  .order-hero::after {
    bottom: -84px;
    height: 134px;
  }

  .order-hero::before {
    top: 45%;
    right: -32%;
    width: 90vw;
  }

  .order-hero__inner {
    padding-block: 36px 38px;
  }

  .order-hero h1 {
    font-size: clamp(44px, 13vw, 62px);
  }

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

  .order-hero__links a:last-child {
    grid-column: 1 / -1;
  }

  .menu-heading h2 {
    font-size: clamp(38px, 10vw, 52px);
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    min-height: 144px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 130px;
  }

  .product-card__media {
    grid-column: 2;
    grid-row: 1;
    min-height: 100%;
    aspect-ratio: auto;
  }

  .product-card__copy {
    grid-column: 1;
    grid-row: 1;
    padding: 17px;
  }

  .product-card h3 {
    font-size: 18px;
  }

  .product-card__description {
    min-height: 36px;
    font-size: 12px;
  }

  .product-card__badge {
    top: 8px;
    right: 8px;
    left: auto;
    padding: 5px 7px;
    font-size: 8px;
  }

  .product-dialog .order-dialog__surface {
    border-radius: 24px 24px 0 0;
  }

  .product-dialog__media {
    aspect-ratio: 16 / 9;
  }

  .product-dialog__intro {
    padding: 24px;
  }

  .product-customise {
    padding: 24px 24px 0;
  }

  .mobile-basket-bar {
    border-radius: 16px;
  }

  .order-toast {
    right: 16px;
    bottom: calc(86px + env(safe-area-inset-bottom));
    left: 16px;
    max-width: none;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .order-store__actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .order-store__action {
    min-height: 60px;
  }

  .order-header__status {
    max-width: none;
    flex: 0 0 auto;
  }

  .order-header__status > span:last-child {
    font-size: 0;
  }

  .order-header__status > span:last-child::after {
    content: "Checking";
    font-size: 10.5px;
  }

  .order-header__status[data-state="open"] > span:last-child::after {
    content: "Open";
  }

  .order-header__status[data-state="closed"] > span:last-child::after {
    content: "Closed";
  }

  .order-header__status[data-state="error"] > span:last-child::after {
    content: "Unavailable";
  }

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

  .product-card__copy {
    padding: 15px;
  }

  .product-card__description {
    -webkit-line-clamp: 1;
  }

  .product-card__action {
    display: none;
  }

  .product-dialog__intro h2 {
    font-size: 34px;
  }

  .dialog-action-bar {
    align-items: center;
    flex-direction: row;
  }

  .dialog-action-bar .primary-button {
    width: auto;
    flex: 1;
  }
}

@media (max-width: 860px) {
  .order-header__inner {
    min-height: 0;
    padding-block: 9px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 10px;
  }

  .order-header__link {
    min-height: 42px;
    padding-inline: 12px;
    display: inline-flex;
    grid-column: 2;
    grid-row: 1;
    white-space: nowrap;
  }

  .order-header__pickup {
    margin: 0;
    padding: 7px 0 0;
    display: flex;
    grid-column: 1 / -1;
    grid-row: 2;
    align-items: baseline;
    justify-content: center;
    gap: 7px;
    border-top: 1px solid rgba(77, 55, 42, 0.11);
    border-right: 0;
    text-align: center;
  }
}

@media (max-width: 360px) {
  .order-brand__copy strong {
    font-size: 16px;
  }

  .order-header__link {
    padding-inline: 10px;
    font-size: 10.5px;
  }

  .order-header__pickup strong {
    font-size: 11.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:not([data-motion-preference="full"]) .product-card,
  html:not([data-motion-preference="full"]) .order-toast,
  html:not([data-motion-preference="full"]) .order-hero h1 em {
    animation: none;
  }
}

@media (forced-colors: active) {
  .product-card:has(.product-card__button:focus-visible) {
    outline-color: Highlight;
  }

  .product-card__button {
    forced-color-adjust: none;
    background: transparent;
  }
}

/* Single-location ordering surfaces: flat hierarchy, shared marketing chrome. */
.order-location__workspace {
  display: grid;
  grid-template-columns: minmax(340px, 0.78fr) minmax(0, 1.22fr);
  grid-template-areas:
    "search search"
    "details map";
  border-block: 1px solid rgba(217, 163, 0, 0.58);
  background: rgba(255, 255, 255, 0.44);
}

.order-hub-page .order-shell,
.order-details-page .order-shell {
  width: min(1480px, calc(100% - 56px));
}

.order-menu-page .order-shell {
  width: min(1380px, calc(100% - 56px));
}

.order-location__search {
  grid-area: search;
  padding: 24px clamp(26px, 3vw, 42px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 7px 24px;
  border-bottom: 1px solid var(--paper-line);
  background: rgba(255, 255, 255, 0.72);
}

.order-location__search label {
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.order-location__search > div {
  position: relative;
}

.order-location__search input {
  width: 100%;
  min-height: 54px;
  padding: 0 74px 0 48px;
  color: var(--ink);
  border: 2px solid rgba(47, 36, 29, 0.72);
  border-radius: 12px;
  background: #fff;
}

.order-location__search input:focus {
  border-color: var(--nile);
  outline: 3px solid rgba(8, 127, 138, 0.18);
  outline-offset: 2px;
}

.order-location__search button {
  position: absolute;
  top: 50%;
  right: 10px;
  min-height: 36px;
  padding-inline: 10px;
  color: var(--nile-deep);
  border: 0;
  background: transparent;
  font-size: 11px;
  font-weight: 900;
  transform: translateY(-50%);
}

.order-location__search-icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 18px;
  width: 15px;
  height: 15px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  transform: translateY(-58%);
}

.order-location__search-icon::after {
  position: absolute;
  right: -6px;
  bottom: -4px;
  width: 7px;
  height: 2px;
  content: "";
  background: var(--ink);
  transform: rotate(45deg);
}

.order-location__search p {
  grid-column: 1;
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}

.order-location__results {
  grid-area: details;
  max-height: 620px;
  overflow-y: auto;
  border: 0;
  border-right: 1px solid var(--paper-line);
  background: transparent;
}

.order-location__details {
  margin: 18px;
  overflow: hidden;
  border: 1px solid rgba(77, 55, 42, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.58);
}

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

.order-location__map {
  grid-area: map;
  min-height: 620px;
}

.order-location__map iframe {
  min-height: 620px;
}

.order-store {
  padding: clamp(28px, 3vw, 42px);
}

.order-store__hours[data-state="open"],
.restaurant-detail__status[data-state="open"] {
  color: #075d47;
  background: #dff6e8;
}

.order-store__hours[data-state="closed"],
.restaurant-detail__status[data-state="closed"] {
  color: #8d3026;
  background: #fde7e3;
}

.order-store__actions {
  gap: 10px;
}

.order-store__action {
  min-height: 76px;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  grid-template-rows: 1fr;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
}

.order-store__action > img {
  width: 24px;
  height: 24px;
  opacity: 0.82;
}

.order-store__action > span:nth-child(2) {
  min-width: 0;
  display: grid;
}

.order-store__action small {
  color: #765000;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.order-store__action strong {
  margin: 2px 0 0;
  font-size: 12px;
}

.order-store__action > span:last-child {
  grid-column: 3;
  grid-row: 1;
}

.order-store__action--delivery img {
  filter: invert(1);
}

.order-store__action--delivery small {
  color: #f6cf60;
}

.restaurant-detail {
  padding-block: clamp(28px, 4vw, 54px) clamp(64px, 8vw, 104px);
  color: var(--ink);
  background: var(--section-blue);
}

.restaurant-detail__back {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.restaurant-detail__hero {
  margin-top: 22px;
  display: grid;
  grid-template-columns: minmax(340px, 0.88fr) minmax(0, 1.12fr);
  grid-template-areas: "intro map";
  border-block: 1px solid rgba(217, 163, 0, 0.58);
  background: rgba(255, 255, 255, 0.58);
}

.restaurant-detail__information {
  background: rgba(255, 255, 255, 0.42);
}

.restaurant-detail__intro {
  grid-area: intro;
  padding: clamp(36px, 5vw, 64px);
}

.restaurant-detail__pin {
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  display: grid;
  place-items: center;
  border-radius: 50% 50% 50% 10px;
  background: var(--gold-bright);
  transform: rotate(-45deg);
}

.restaurant-detail__pin img {
  width: 26px;
  height: 26px;
  transform: rotate(45deg);
}

.restaurant-detail__intro h1,
.restaurant-detail__information h2 {
  margin: 8px 0 0;
  font-family: var(--sans);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.restaurant-detail__intro h1 {
  font-size: clamp(48px, 6vw, 78px);
}

.restaurant-detail__intro address {
  margin-top: 22px;
  color: var(--ink);
  font-size: 17px;
  font-style: normal;
  font-weight: 750;
  line-height: 1.55;
}

.restaurant-detail__status {
  width: fit-content;
  margin: 22px 0 0;
  padding: 8px 11px;
  color: #765000;
  border-radius: 999px;
  background: #f9edc7;
  font-size: 10px;
  font-weight: 900;
}

.restaurant-detail__actions {
  margin-top: 30px;
  display: grid;
  gap: 9px;
}

.restaurant-detail__actions a {
  min-height: 66px;
  padding: 10px 14px;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(47, 36, 29, 0.18);
  background: #fffdf8;
  text-decoration: none;
}

.restaurant-detail__actions a:nth-child(2) {
  border-color: #dca500;
  background: var(--gold-bright);
}

.restaurant-detail__actions a:nth-child(3) {
  color: #fff;
  border-color: var(--ink);
  background: var(--ink);
}

.restaurant-detail__actions a:nth-child(3) img {
  filter: invert(1);
}

.restaurant-detail__actions span:nth-child(2) {
  display: grid;
}

.restaurant-detail__actions small {
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.restaurant-detail__actions strong {
  font-size: 13px;
}

.restaurant-detail__map {
  grid-area: map;
  min-height: 650px;
  background: #dceff2;
}

.restaurant-detail__map iframe {
  width: 100%;
  height: 100%;
  min-height: 650px;
  display: block;
  border: 0;
}

.restaurant-detail__information {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid rgba(217, 163, 0, 0.58);
}

.opening-hours,
.restaurant-features {
  padding: clamp(34px, 4vw, 52px);
}

.opening-hours {
  border-right: 1px solid var(--paper-line);
}

.restaurant-detail__information h2 {
  font-size: clamp(34px, 4vw, 52px);
}

.opening-hours dl {
  margin: 26px 0 0;
  border-top: 2px solid var(--ink);
}

.opening-hours dl div {
  padding: 11px 6px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--paper-line);
}

.opening-hours dd {
  margin: 0;
  font-weight: 900;
}

.restaurant-features ul {
  margin: 26px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
}

.restaurant-features li {
  min-height: 82px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--paper-line);
  background: rgba(255, 255, 255, 0.58);
}

.restaurant-features li > span {
  display: grid;
}

.restaurant-features li strong {
  font-size: 14px;
}

.restaurant-features li small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 10px;
}

.restaurant-features__note {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.order-collection {
  padding-block: clamp(22px, 3vw, 36px);
  background: rgba(255, 255, 255, 0.72);
}

.order-collection__heading {
  margin-top: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  align-items: center;
}

.order-collection__identity {
  display: flex;
  align-items: center;
  gap: 22px;
}

.order-collection__mark {
  width: 66px;
  height: 66px;
  padding: 5px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(217, 163, 0, 0.58);
  border-radius: 50%;
  background: #fff;
}

.order-collection__mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.order-collection__heading h1 {
  margin-top: 7px;
  font-size: clamp(34px, 4.2vw, 56px);
}

.order-collection__identity > div > p:last-child {
  margin: 10px 0 0;
  color: var(--muted);
}

.order-collection__location strong {
  margin-top: 8px;
  color: var(--ink);
  font-size: 12px;
}

.order-section {
  padding-block: 38px 90px;
}

.ordering-layout {
  grid-template-columns: minmax(0, 1fr) 366px;
  gap: 30px;
}

.menu-heading {
  align-items: center;
}

.menu-tools {
  position: sticky;
  z-index: 30;
  top: 86px;
  margin: 26px 0 0;
  padding: 12px 0;
  grid-template-columns: minmax(0, 1fr) 220px;
  align-items: center;
  border-block: 1px solid rgba(77, 55, 42, 0.12);
  background: rgba(237, 249, 251, 0.96);
  backdrop-filter: blur(14px);
}

.category-filters {
  order: 0;
  padding-bottom: 0;
}

.category-filter {
  min-height: 40px;
  border: 0;
  border-radius: 8px;
  box-shadow: none;
}

.category-filter[aria-pressed="true"] {
  background: var(--gold-bright);
}

.search-field {
  order: 1;
}

.search-field input {
  min-height: 44px;
  border-radius: 8px;
  box-shadow: none;
}

.menu-category-list {
  display: grid;
  gap: 46px;
}

.menu-category-section__heading {
  margin-bottom: 14px;
  padding-bottom: 11px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 2px solid var(--ink);
}

.menu-category-section__heading h3 {
  margin: 0;
  font-family: var(--sans);
  font-size: 28px;
  font-weight: 950;
  letter-spacing: -0.035em;
}

.menu-category-section__heading span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.product-card {
  min-height: 172px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  overflow: hidden;
  border: 0;
  border-bottom: 2px solid var(--gold-bright);
  border-radius: 0;
  box-shadow: none;
}

.product-card:hover {
  background: #fff;
  box-shadow: 0 14px 34px rgba(25, 69, 75, 0.09);
  transform: translateY(-2px);
}

.product-card__media {
  grid-column: 2;
  grid-row: 1;
  min-height: 100%;
  aspect-ratio: auto;
  background: #fff;
}

.product-card__copy {
  grid-column: 1;
  grid-row: 1;
  padding: 20px;
}

.product-card__category {
  display: none;
}

.product-card h3 {
  font-size: 19px;
}

.product-card__description {
  min-height: 38px;
  margin-top: 8px;
  font-size: 12px;
}

.product-card__footer {
  margin-top: 13px;
}

.product-card__action {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: transparent;
  border: 1px solid var(--paper-line);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 5px 14px rgba(25, 69, 75, 0.12);
}

.product-card__action::after {
  margin: 0;
  color: var(--ink);
  content: "+";
  font-size: 18px;
}

.basket-panel {
  top: 92px;
  min-height: calc(100dvh - 120px);
  max-height: calc(100dvh - 112px);
  border: 0;
  border-top: 4px solid var(--gold-bright);
  border-radius: 0;
  box-shadow: 0 20px 54px rgba(25, 69, 75, 0.12);
}

body[data-ordering-mode="browse"] .basket-panel {
  border-top-color: #b7dce1;
}

body[data-ordering-mode="browse"] [data-submit-order]:disabled {
  color: #fff;
  background: var(--ink);
  opacity: 0.72;
}

.basket-empty > img {
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  opacity: 0.52;
}

.basket-empty > span {
  display: none;
}

.mobile-basket-bar {
  grid-template-columns: 28px minmax(0, 1fr) auto;
}

.mobile-basket-bar > img {
  width: 24px;
  height: 24px;
}

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

  .basket-panel {
    display: none;
  }
}

@media (max-width: 720px) {
  .order-hub-page .order-shell,
  .order-details-page .order-shell,
  .order-menu-page .order-shell {
    width: min(100% - 30px, 1480px);
  }

  :is(.order-hub-page, .order-details-page, .order-menu-page) .site-footer__email {
    font-size: 12px;
    white-space: nowrap;
  }

  .order-location {
    padding-top: 0;
  }

  .order-location > .order-shell {
    width: min(100% - 30px, 1180px);
  }

  .order-location__heading {
    display: none;
  }

  .order-location__workspace {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "map"
      "search"
      "details";
    border: 0;
    background: transparent;
  }

  .order-location__map,
  .order-location__map iframe {
    min-height: min(58vh, 590px);
  }

  .order-location__map {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    border-bottom: 2px solid var(--gold-bright);
  }

  .order-location__search {
    margin-inline: calc(50% - 50vw);
    padding: 22px 15px;
    grid-template-columns: minmax(0, 1fr);
    border-bottom: 1px solid var(--paper-line);
  }

  .order-location__search p {
    grid-column: 1;
  }

  .order-location__results {
    margin-inline: 0;
    padding-inline: 0;
    max-height: none;
    overflow: visible;
    border: 0;
  }

  .order-location__details {
    margin: 18px 0 0;
    border-radius: 14px;
  }

  .order-store {
    padding: 26px 18px 32px;
  }

  .order-store__heading {
    gap: 10px;
  }

  .order-store h2 {
    font-size: clamp(32px, 9.5vw, 42px);
  }

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

  .order-store__action {
    min-height: 94px;
    padding: 12px;
    grid-template-columns: 26px minmax(0, 1fr);
    grid-template-rows: 1fr auto;
  }

  .order-store__action > span:last-child {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
  }

  .restaurant-detail {
    padding-top: 18px;
  }

  .restaurant-detail__hero {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "map"
      "intro";
  }

  .restaurant-detail__map,
  .restaurant-detail__map iframe {
    min-height: 54vh;
  }

  .restaurant-detail__map {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }

  .restaurant-detail__intro {
    padding: 32px 0 42px;
  }

  .restaurant-detail__information {
    grid-template-columns: minmax(0, 1fr);
  }

  .opening-hours,
  .restaurant-features {
    padding: 36px 0;
  }

  .opening-hours {
    border-right: 0;
    border-bottom: 1px solid var(--paper-line);
  }

  .restaurant-features ul {
    grid-template-columns: minmax(0, 1fr);
  }

  .order-collection__heading {
    grid-template-columns: minmax(0, 1fr);
  }

  .order-collection__identity {
    align-items: flex-start;
  }

  .order-collection__mark {
    width: 54px;
    height: 54px;
  }

  .order-collection__heading h1 {
    font-size: clamp(32px, 9vw, 44px);
  }

  .menu-heading {
    grid-template-columns: minmax(0, 1fr);
    text-align: center;
  }

  .menu-heading .order-eyebrow {
    justify-content: center;
  }

  .menu-heading > p {
    max-width: 38ch;
    margin-inline: auto;
  }

  .menu-tools {
    top: 68px;
    margin-inline: calc(50% - 50vw);
    padding: 10px 15px;
    grid-template-columns: minmax(0, 1fr);
  }

  .category-filters {
    order: 0;
  }

  .search-field {
    order: 1;
  }

  .menu-category-list {
    gap: 38px;
  }

  .menu-category-section__heading h3 {
    font-size: 24px;
  }

  .product-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .product-card {
    min-height: 146px;
    grid-template-columns: minmax(0, 1fr) 118px;
  }

  .product-card__copy {
    padding: 16px;
  }

  .product-card__description {
    -webkit-line-clamp: 2;
  }

  .mobile-basket-bar {
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: 10px;
    min-height: 62px;
    padding: 10px 16px;
    display: grid;
    border-radius: 14px;
  }

  .review-dialog {
    inset: 0;
    width: 100%;
    max-width: none;
    height: 100dvh;
    max-height: 100dvh;
    margin: 0;
    padding: 0;
  }

  .review-dialog .order-dialog__surface {
    min-height: 100dvh;
    border-radius: 0;
  }
}

@media (max-width: 420px) {
  .order-store__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .order-store__action strong {
    font-size: 11px;
  }

  .order-collection__identity {
    gap: 14px;
  }

  .order-collection__mark {
    width: 46px;
    height: 46px;
  }
}
