:root {
  --legacy-red: #e60000;
  --legacy-red-dark: #b90000;
  --legacy-amber: #f3b53a;
  --legacy-ink: #111111;
  --legacy-muted: #6f6862;
  --legacy-paper: #f4f1ec;
  --legacy-white: #ffffff;
  --legacy-line: #ded8d1;
  --legacy-shadow: 0 14px 34px rgba(36, 23, 14, 0.13);

  /* Re-map the established component palette without changing its logic. */
  --leaf-deep: var(--legacy-red-dark);
  --leaf-bright: var(--legacy-red);
  --leaf-lime: var(--legacy-amber);
  --leaf-soft: #fff0cb;
  --carrot: var(--legacy-red);
  --carrot-deep: var(--legacy-red-dark);
  --sun: var(--legacy-amber);
  --berry: var(--legacy-red-dark);
  --cream: var(--legacy-paper);
  --cream-warm: var(--legacy-white);
  --ink: var(--legacy-ink);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 108px;
}

body.legacy-storefront {
  min-width: 320px;
  overflow-x: clip;
  background: var(--legacy-paper);
  color: var(--legacy-ink);
  font-family: Inter, Cairo, Arial, sans-serif;
}

body.legacy-storefront .bg,
body.legacy-storefront .particles,
body.legacy-storefront .brand-deco {
  display: none !important;
}

body.legacy-storefront button,
body.legacy-storefront [role="button"] {
  touch-action: manipulation;
}

body.legacy-storefront :focus-visible {
  outline: 3px solid var(--legacy-ink);
  outline-offset: 3px;
}

/* Header */
body.legacy-storefront .header {
  position: sticky;
  top: 0;
  z-index: 90;
  padding: 12px clamp(16px, 5vw, 72px);
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  background: var(--legacy-red);
  color: var(--legacy-white);
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.legacy-storefront .header-inner {
  width: 100%;
  max-width: 1440px;
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
}

body.legacy-storefront .header-logo {
  flex: 1;
  min-width: 0;
  gap: 12px;
}

body.legacy-storefront .header-logo img {
  width: 68px;
  height: 68px;
  border: 2px solid rgba(255, 255, 255, 0.55) !important;
  border-radius: 14px;
  object-fit: cover;
}

body.legacy-storefront .header-logo .name {
  color: var(--legacy-white);
  font: 900 30px/0.9 "Barlow Condensed", Cairo, sans-serif;
  letter-spacing: -0.02em;
}

body.legacy-storefront .header-logo .sub {
  margin-top: 5px;
  color: #ffe3e3;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

body.legacy-storefront .back-btn,
body.legacy-storefront .quick-call,
body.legacy-storefront .cart-icon-btn {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  border: 2px solid rgba(255, 255, 255, 0.78);
  background: var(--legacy-white);
  color: var(--legacy-red);
  box-shadow: none;
}

body.legacy-storefront .back-btn svg,
body.legacy-storefront .cart-icon-btn svg {
  stroke: currentColor;
}

body.legacy-storefront .quick-call svg {
  fill: currentColor;
}

body.legacy-storefront .quick-call::after {
  display: none;
}

body.legacy-storefront .cart-icon-badge {
  border: 2px solid var(--legacy-white);
  background: var(--legacy-ink);
  color: var(--legacy-white);
  box-shadow: none;
}

body.legacy-storefront .lang-toggle {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 2px solid var(--legacy-white);
  border-radius: 999px;
  background: transparent;
  color: var(--legacy-white);
  text-decoration: none;
  font: 900 12px/1 Inter, Cairo, sans-serif;
}

/* Restored split launch hero */
body.legacy-storefront .hero-card {
  width: 100%;
  max-width: 1440px;
  min-height: 610px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: var(--legacy-red);
  color: var(--legacy-white);
  box-shadow: none;
}

body.legacy-storefront .hero-copy {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(52px, 7vw, 104px);
  text-align: start;
}

body.legacy-storefront .hero-eyebrow,
body.legacy-storefront .quick-categories-kicker {
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 11px;
  background: var(--legacy-amber);
  color: var(--legacy-ink);
  font: 900 12px/1 Inter, Cairo, sans-serif;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.legacy-storefront .hero-card h1 {
  max-width: 700px;
  margin: 0;
  color: var(--legacy-white);
  font: 900 clamp(68px, 7.7vw, 116px)/0.8 "Barlow Condensed", Cairo, sans-serif;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

body.legacy-storefront .hero-card h1 em {
  color: var(--legacy-white);
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
}

body.legacy-storefront .hero-sub {
  max-width: 560px;
  margin: 24px 0 0;
  color: #ffe1e1;
  font-size: 17px;
  line-height: 1.62;
}

body.legacy-storefront .hero-primary-action {
  width: fit-content;
  margin-top: 26px;
  padding: 15px 22px;
  background: var(--legacy-white);
  color: var(--legacy-red);
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.legacy-storefront .hero-photo {
  position: relative;
  width: 100%;
  min-height: 610px;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: var(--legacy-amber);
  box-shadow: none;
  isolation: isolate;
}

body.legacy-storefront .hero-photo::before {
  content: "08";
  position: absolute;
  z-index: 0;
  inset-inline-end: 5%;
  top: 1%;
  color: rgba(255, 255, 255, 0.3);
  font: 900 clamp(160px, 22vw, 310px)/1 "Barlow Condensed", sans-serif;
}

body.legacy-storefront .hero-photo::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image:
    linear-gradient(rgba(17, 17, 17, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 17, 0.05) 1px, transparent 1px);
  background-size: 25% 25%;
}

body.legacy-storefront .hero-slide {
  z-index: 2;
  inset: 5% !important;
  width: 90% !important;
  height: 90% !important;
  padding: 16px;
  object-fit: contain !important;
  filter: drop-shadow(0 18px 14px rgba(68, 35, 12, 0.18));
}

body.legacy-storefront .hero-photo.fallback {
  display: grid;
  place-items: center;
  color: var(--legacy-red);
  font: 900 82px/1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

body.legacy-storefront .hero-photo.fallback span {
  position: relative;
  z-index: 2;
}

body.legacy-storefront .hero-arrow {
  z-index: 5;
  width: 46px;
  height: 46px;
  border: 2px solid rgba(17, 17, 17, 0.16);
  background: rgba(255, 255, 255, 0.9);
  color: var(--legacy-ink);
  box-shadow: none;
}

body.legacy-storefront .hero-dots {
  z-index: 6;
}

body.legacy-storefront .hero-dots span {
  background: rgba(17, 17, 17, 0.25);
}

body.legacy-storefront .hero-dots span.active {
  background: var(--legacy-red);
}

/* Existing promotional features, restyled to the legacy identity. */
body.legacy-storefront .marketing-feature-grid {
  max-width: 1440px;
  margin: 0 auto;
  padding: 24px clamp(14px, 5vw, 76px) 0;
  gap: 14px;
}

body.legacy-storefront .marketing-feature-card {
  min-height: 155px;
  border: 0;
  border-radius: 0;
  box-shadow: 0 8px 0 rgba(17, 17, 17, 0.12);
}

body.legacy-storefront .marketing-feature-card.refer-card {
  background: var(--legacy-ink);
  color: var(--legacy-white);
}

body.legacy-storefront .marketing-feature-card.promo-card {
  background: var(--legacy-red);
  color: var(--legacy-white);
}

body.legacy-storefront .marketing-feature-title {
  font: 900 42px/0.9 "Barlow Condensed", Cairo, sans-serif;
  text-transform: uppercase;
}

/* Menu heading and sticky category rail */
body.legacy-storefront .quick-categories {
  max-width: 1440px;
  margin: 0 auto;
  padding: 76px clamp(14px, 5vw, 76px) 0;
}

body.legacy-storefront .quick-categories-head {
  margin-bottom: 26px;
  align-items: end;
}

body.legacy-storefront .quick-categories-head h2 {
  margin: 0;
  color: var(--legacy-ink);
  font: 900 clamp(56px, 7vw, 92px)/0.83 "Barlow Condensed", Cairo, sans-serif;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

body.legacy-storefront .quick-categories-head > span {
  margin-bottom: 8px;
  color: var(--legacy-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

body.legacy-storefront .cat-nav {
  position: sticky;
  top: 100px;
  z-index: 70;
  margin: 0;
  padding: 11px;
  border: 1px solid var(--legacy-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 8px 22px rgba(36, 23, 14, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body.legacy-storefront .cat-nav-scroll {
  max-width: none;
  padding: 0;
  gap: 8px;
  scroll-snap-type: x proximity;
}

body.legacy-storefront .cat-pill {
  min-height: 48px;
  padding: 0 19px;
  gap: 0;
  border: 1px solid var(--legacy-line);
  border-radius: 999px;
  background: var(--legacy-white);
  color: var(--legacy-ink);
  box-shadow: none;
  font: 900 12px/1 Inter, Cairo, sans-serif;
  text-transform: uppercase;
  scroll-snap-align: center;
}

body.legacy-storefront .cat-pill-icon {
  display: none;
}

body.legacy-storefront .cat-pill.legacy-beef:not(.active) {
  color: var(--legacy-red);
}

body.legacy-storefront .cat-pill.legacy-chicken:not(.active) {
  border-color: var(--legacy-amber);
  background: var(--legacy-amber);
  color: var(--legacy-ink);
}

body.legacy-storefront .cat-pill.active {
  border-color: var(--legacy-ink);
  background: var(--legacy-ink);
  color: var(--legacy-white);
  box-shadow: 0 6px 15px rgba(17, 17, 17, 0.16);
}

body.legacy-storefront .cat-pill.category-unavailable {
  opacity: 0.55;
}

body.legacy-storefront .cat-nav-spacer {
  display: none;
}

body.legacy-storefront .order-flow-note {
  max-width: 1440px;
  margin: 18px auto 0;
  padding: 0 clamp(14px, 5vw, 76px);
  background: transparent;
}

body.legacy-storefront .order-flow-note-inner {
  padding: 12px 16px;
  border: 1px dashed #bdb4ac;
  border-radius: 12px;
  background: transparent;
  color: var(--legacy-muted);
  font-size: 12px;
  text-align: center;
}

/* Category sections and console-fed product cards */
body.legacy-storefront main.menu {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 38px clamp(14px, 5vw, 76px) 110px;
  counter-reset: legacy-category;
}

body.legacy-storefront main.menu > .section {
  margin: 58px 0 0;
  scroll-margin-top: 180px;
  counter-increment: legacy-category;
}

body.legacy-storefront main.menu > .section:first-child {
  margin-top: 0;
}

body.legacy-storefront main.menu > .section > .section-head {
  position: relative;
  min-height: 118px;
  margin: 0 0 18px;
  padding: 20px 25px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  overflow: hidden;
  border: 0;
  border-radius: 24px 24px 10px 10px;
  background: var(--legacy-red);
  color: var(--legacy-white);
  box-shadow: 0 10px 0 rgba(17, 17, 17, 0.09);
}

body.legacy-storefront main.menu > .section.legacy-category-chicken > .section-head {
  background: var(--legacy-amber);
  color: var(--legacy-ink);
}

body.legacy-storefront main.menu > .section > .section-head::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(118deg, transparent 0 23px, rgba(255, 255, 255, 0.075) 24px 26px);
  pointer-events: none;
}

body.legacy-storefront main.menu > .section.legacy-category-chicken > .section-head::after {
  background: repeating-radial-gradient(ellipse at 95% 120%, transparent 0 17px, rgba(86, 48, 0, 0.09) 18px 20px, transparent 21px 34px);
}

body.legacy-storefront .section-head > * {
  position: relative;
  z-index: 1;
}

body.legacy-storefront .section-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  color: inherit;
  font-size: 0;
  background: transparent;
}

body.legacy-storefront .section-icon::before {
  content: counter(legacy-category, decimal-leading-zero);
  font: 900 18px/1 Inter, sans-serif;
}

body.legacy-storefront .section-title {
  color: inherit;
  font: 900 clamp(48px, 5vw, 75px)/0.8 "Barlow Condensed", Cairo, sans-serif;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

body.legacy-storefront .section-sub {
  max-width: 540px;
  margin-top: 9px;
  color: inherit;
  font-size: 13px;
  line-height: 1.5;
  opacity: 0.82;
}

body.legacy-storefront .category-availability-note {
  border-color: currentColor;
  background: rgba(255, 255, 255, 0.16);
  color: inherit;
}

body.legacy-storefront .subsection {
  margin-top: 26px;
}

body.legacy-storefront .subsection-title {
  margin: 0 0 14px;
  color: var(--legacy-ink);
  font: 900 34px/1 "Barlow Condensed", Cairo, sans-serif;
  text-transform: uppercase;
}

body.legacy-storefront .product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

body.legacy-storefront .dish {
  min-width: 0;
  min-height: 425px;
  padding: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--legacy-line);
  border-radius: 24px;
  background: var(--legacy-white);
  color: var(--legacy-ink);
  box-shadow: 0 7px 0 #dfdcd7;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

body.legacy-storefront .dish:hover {
  transform: translateY(-3px);
  box-shadow: 0 11px 0 #d8d4ce;
}

body.legacy-storefront .dish.sold-out {
  opacity: 0.62;
}

body.legacy-storefront .dish-photo {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid #eee8e1;
  border-radius: 0;
  background: linear-gradient(145deg, #fff 16%, #fff0f0 100%);
}

body.legacy-storefront .legacy-category-chicken .dish-photo {
  background: linear-gradient(145deg, #fff 16%, #fff2d3 100%);
}

body.legacy-storefront .dish-photo img {
  width: 100%;
  height: 100%;
  padding: 7px;
  object-fit: contain;
  object-position: center;
  filter: contrast(1.025) saturate(1.02) drop-shadow(0 9px 7px rgba(68, 35, 12, 0.13));
}

body.legacy-storefront .dish-content {
  min-height: 192px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 9px;
}

body.legacy-storefront .dish-row {
  display: block;
}

body.legacy-storefront .dish-name {
  color: var(--legacy-ink);
  font: 900 clamp(29px, 2.4vw, 39px)/0.9 "Barlow Condensed", Cairo, sans-serif;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

body.legacy-storefront .dish-price {
  margin-top: 12px;
  color: var(--legacy-red);
  font: 900 29px/1 "Barlow Condensed", Cairo, sans-serif;
}

body.legacy-storefront .dish-price .currency,
body.legacy-storefront .menu-price-wrap .currency {
  font-size: 11px;
}

body.legacy-storefront .dish-description {
  min-height: 38px;
  display: -webkit-box;
  overflow: hidden;
  color: var(--legacy-muted);
  font-size: 12px;
  line-height: 1.45;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

body.legacy-storefront .item-vat-note {
  color: var(--legacy-muted);
  font-size: 9px;
}

body.legacy-storefront .dish-order-hint {
  display: none;
}

body.legacy-storefront .dish-actions {
  margin-top: auto;
  padding-top: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  border-top: 1px solid #eee8e1;
}

body.legacy-storefront .dish-cta,
body.legacy-storefront .dish-details-btn {
  min-height: 45px;
  border: 0;
  border-radius: 13px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

body.legacy-storefront .dish-cta {
  background: var(--legacy-ink);
  color: var(--legacy-white);
}

body.legacy-storefront .legacy-category-chicken .dish-cta {
  background: var(--legacy-amber);
  color: var(--legacy-ink);
}

body.legacy-storefront .dish-details-btn {
  padding-inline: 14px;
  border: 1px solid var(--legacy-line);
  background: var(--legacy-white);
  color: var(--legacy-ink);
}

body.legacy-storefront .compact-list,
body.legacy-storefront .coffee-table {
  overflow: hidden;
  border: 1px solid var(--legacy-line);
  border-radius: 18px;
  background: var(--legacy-white);
  box-shadow: 0 7px 0 #dfdcd7;
}

body.legacy-storefront .compact-row {
  min-height: 72px;
  border-color: #eee8e1;
  background: var(--legacy-white);
}

body.legacy-storefront .compact-name,
body.legacy-storefront .coffee-table th:first-child {
  font-family: "Barlow Condensed", Cairo, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

body.legacy-storefront .compact-price,
body.legacy-storefront .coffee-table .price {
  color: var(--legacy-red);
}

/* Cart, item dialog, and checkout keep their existing structure and behavior. */
body.legacy-storefront .cart-bar {
  width: min(720px, calc(100% - 28px));
  border: 2px solid var(--legacy-white);
  border-radius: 18px;
  background: var(--legacy-ink);
  color: var(--legacy-white);
  box-shadow: 0 10px 0 rgba(230, 0, 0, 0.88), 0 20px 38px rgba(17, 17, 17, 0.24);
}

body.legacy-storefront .cart-bar-count,
body.legacy-storefront .cart-bar-icon {
  background: var(--legacy-red);
}

body.legacy-storefront .item-modal-overlay,
body.legacy-storefront .cart-page,
body.legacy-storefront .checkout-page {
  background-color: var(--legacy-paper);
}

body.legacy-storefront .item-modal,
body.legacy-storefront .cart-line,
body.legacy-storefront .checkout-card,
body.legacy-storefront .checkout-section {
  border-color: var(--legacy-line);
  background: var(--legacy-white);
}

body.legacy-storefront .item-modal-name,
body.legacy-storefront .cart-page-title,
body.legacy-storefront .checkout-title,
body.legacy-storefront .checkout-brand-mark > div {
  font-family: "Barlow Condensed", Cairo, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

body.legacy-storefront .item-modal-add,
body.legacy-storefront .cart-checkout-btn,
body.legacy-storefront .checkout-submit,
body.legacy-storefront .place-order-btn,
body.legacy-storefront .checkout-next-btn {
  background: var(--legacy-red);
  color: var(--legacy-white);
  box-shadow: 0 7px 0 var(--legacy-red-dark);
}

body.legacy-storefront .item-modal-variant.selected,
body.legacy-storefront .item-modal-group-option.selected,
body.legacy-storefront input:checked + label {
  border-color: var(--legacy-red);
}

body.legacy-storefront .menu-jump {
  background: var(--legacy-red);
  color: var(--legacy-white);
}

body.legacy-storefront .offers-panel,
body.legacy-storefront .order-cta {
  margin-top: 58px;
}

body.legacy-storefront .offers-card {
  border-color: var(--legacy-line);
  border-radius: 20px;
  background: var(--legacy-white);
}

body.legacy-storefront .offers-title {
  color: var(--legacy-red);
  font: 900 48px/0.9 "Barlow Condensed", Cairo, sans-serif;
  text-transform: uppercase;
}

body.legacy-storefront .claim-offer-btn {
  background: var(--legacy-red);
  color: var(--legacy-white);
}

body.legacy-storefront .order-cta {
  border-radius: 0;
  background: var(--legacy-red);
  color: var(--legacy-white);
}

body.legacy-storefront .order-cta h3 {
  font: 900 clamp(48px, 6vw, 78px)/0.85 "Barlow Condensed", Cairo, sans-serif;
  text-transform: uppercase;
}

body.legacy-storefront .order-branch {
  border-color: rgba(255, 255, 255, 0.38);
  background: var(--legacy-white);
  color: var(--legacy-ink);
}

body.legacy-storefront .menu-social-link {
  border-color: var(--legacy-line) !important;
  color: var(--legacy-red) !important;
}

body.legacy-storefront .menu-social-link:hover {
  border-color: var(--legacy-red) !important;
  background: var(--legacy-red) !important;
  color: var(--legacy-white) !important;
}

body.legacy-storefront .menu-footer {
  color: var(--legacy-muted);
}

[dir="rtl"] body.legacy-storefront,
body.legacy-storefront[dir="rtl"] {
  font-family: Cairo, Inter, Arial, sans-serif;
}

[dir="rtl"] body.legacy-storefront .hero-card h1,
[dir="rtl"] body.legacy-storefront .quick-categories-head h2,
[dir="rtl"] body.legacy-storefront .section-title,
[dir="rtl"] body.legacy-storefront .dish-name,
[dir="rtl"] body.legacy-storefront .subsection-title,
body.legacy-storefront[dir="rtl"] .hero-card h1,
body.legacy-storefront[dir="rtl"] .quick-categories-head h2,
body.legacy-storefront[dir="rtl"] .section-title,
body.legacy-storefront[dir="rtl"] .dish-name,
body.legacy-storefront[dir="rtl"] .subsection-title {
  font-family: Cairo, sans-serif;
  letter-spacing: 0;
}

@media (max-width: 1080px) {
  body.legacy-storefront .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 84px;
  }

  body.legacy-storefront .header {
    padding: 8px 12px;
  }

  body.legacy-storefront .header-inner {
    min-height: 64px;
    gap: 7px;
  }

  body.legacy-storefront .header-logo img {
    width: 54px;
    height: 54px;
    border-radius: 11px;
  }

  body.legacy-storefront .header-logo .name {
    font-size: 23px;
  }

  body.legacy-storefront .header-logo .sub,
  body.legacy-storefront .back-btn,
  body.legacy-storefront .quick-call {
    display: none;
  }

  body.legacy-storefront .cart-icon-btn {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  body.legacy-storefront .lang-toggle {
    min-height: 46px;
    padding: 0 12px;
    font-size: 10px;
  }

  body.legacy-storefront .hero-card {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto 430px;
  }

  body.legacy-storefront .hero-copy {
    padding: 50px 22px 44px;
    text-align: center;
    align-items: center;
  }

  body.legacy-storefront .hero-eyebrow {
    margin-bottom: 15px;
  }

  body.legacy-storefront .hero-card h1 {
    font-size: 66px;
  }

  body.legacy-storefront .hero-sub {
    margin-top: 18px;
    font-size: 14px;
  }

  body.legacy-storefront .hero-photo {
    min-height: 430px;
  }

  body.legacy-storefront .hero-slide {
    inset: 3% !important;
    width: 94% !important;
    height: 94% !important;
  }

  body.legacy-storefront .marketing-feature-grid {
    grid-template-columns: 1fr;
    padding: 14px 14px 0;
  }

  body.legacy-storefront .marketing-feature-card {
    min-height: 130px;
  }

  body.legacy-storefront .quick-categories {
    padding: 55px 14px 0;
  }

  body.legacy-storefront .quick-categories-head {
    display: block;
    text-align: center;
  }

  body.legacy-storefront .quick-categories-kicker {
    margin-inline: auto;
  }

  body.legacy-storefront .quick-categories-head h2 {
    font-size: 58px;
  }

  body.legacy-storefront .quick-categories-head > span {
    display: block;
    margin-top: 14px;
  }

  body.legacy-storefront .cat-nav {
    top: 80px;
    padding: 8px;
    border-radius: 14px;
  }

  body.legacy-storefront .cat-pill {
    min-height: 42px;
    padding: 0 15px;
    font-size: 10px;
  }

  body.legacy-storefront .order-flow-note {
    padding: 0 14px;
  }

  body.legacy-storefront main.menu {
    padding: 30px 14px 100px;
  }

  body.legacy-storefront main.menu > .section {
    margin-top: 38px;
    scroll-margin-top: 138px;
  }

  body.legacy-storefront main.menu > .section > .section-head {
    min-height: 88px;
    margin-bottom: 10px;
    padding: 14px;
    grid-template-columns: auto 1fr;
    border-radius: 18px 18px 8px 8px;
  }

  body.legacy-storefront .section-icon {
    width: 43px;
    height: 43px;
  }

  body.legacy-storefront .section-icon::before {
    font-size: 14px;
  }

  body.legacy-storefront .section-title {
    font-size: 44px;
  }

  body.legacy-storefront .section-sub,
  body.legacy-storefront .category-availability-note {
    grid-column: 1 / -1;
  }

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

  body.legacy-storefront .dish {
    min-height: 338px;
    border-radius: 20px;
  }

  body.legacy-storefront .dish-content {
    min-height: 172px;
    padding: 13px;
  }

  body.legacy-storefront .dish-name {
    font-size: 27px;
  }

  body.legacy-storefront .dish-price {
    margin-top: 8px;
    font-size: 25px;
  }

  body.legacy-storefront .dish-description {
    min-height: 32px;
    font-size: 10px;
  }

  body.legacy-storefront .dish-actions {
    grid-template-columns: 1fr;
  }

  body.legacy-storefront .dish-details-btn {
    display: none;
  }

  body.legacy-storefront .dish-cta {
    min-height: 43px;
  }
}

@media (max-width: 390px) {
  body.legacy-storefront .header-logo .name {
    display: none;
  }

  body.legacy-storefront .header-logo .sub {
    display: none;
  }

  body.legacy-storefront .hero-card h1 {
    font-size: 58px;
  }

  body.legacy-storefront .dish-name {
    font-size: 24px;
  }

  body.legacy-storefront .dish-price {
    font-size: 23px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  body.legacy-storefront *,
  body.legacy-storefront *::before,
  body.legacy-storefront *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
