:root {
  --paper: #f7efe4;
  --paper-deep: #eadbc7;
  --ink: #19160f;
  --muted: #695f4c;
  --olive: #4c5926;
  --olive-dark: #2f3716;
  --terracotta: #b85832;
  --burgundy: #6b2529;
  --gold: #d49b2d;
  --cream: #fffaf1;
  --white: #ffffff;
  --line: rgba(47, 55, 22, 0.18);
  --shadow: 0 22px 60px rgba(43, 35, 18, 0.16);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 95%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(76, 89, 38, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(184, 88, 50, 0.04) 1px, transparent 1px),
    var(--paper);
  background-size: 36px 36px;
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

[hidden] {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 116px;
  padding: 10px clamp(16px, 4vw, 48px) 12px;
  background: rgba(247, 239, 228, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand-lockup {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
}

.brand-lockup img {
  width: min(205px, 42vw);
  height: auto;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.menu-pdf-link,
.social-link,
.cart-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(47, 55, 22, 0.22);
  color: var(--olive-dark);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 250, 241, 0.82)),
    var(--cream);
  box-shadow: 0 10px 26px rgba(43, 35, 18, 0.1);
  text-decoration: none;
  font-weight: 900;
}

.menu-pdf-link,
.cart-chip {
  width: 83px;
  height: 46px;
  padding: 0 10px;
}

.cart-chip {
  border-color: transparent;
  color: var(--cream);
  background:
    linear-gradient(135deg, rgba(212, 155, 45, 0.22), transparent 36%),
    linear-gradient(180deg, #647433, var(--olive-dark));
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 14px 28px rgba(47, 55, 22, 0.24);
}

.cart-icon {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
}

.cart-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-link {
  width: 46px;
  padding: 0;
  overflow: hidden;
}

.social-link img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.menu-pdf-link:hover,
.social-link:hover,
.cart-chip:hover {
  transform: translateY(-1px);
}

.cart-chip strong {
  display: grid;
  place-items: center;
  min-width: 28px;
  min-height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  color: var(--olive-dark);
  background: linear-gradient(180deg, #efc65a, var(--gold));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 4px 10px rgba(25, 22, 15, 0.18);
  flex: 0 0 auto;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--terracotta);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1,
h2 {
  color: var(--olive-dark);
  font-family: Fraunces, Georgia, serif;
  line-height: 0.98;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(3.4rem, 12vw, 8rem);
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 5vw, 4rem);
}

.checkout-button,
.add-button,
.mobile-cart-bar button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  color: var(--cream);
  background: var(--olive);
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(76, 89, 38, 0.2);
}

.checkout-button:hover,
.add-button:hover,
.mobile-cart-bar button:hover {
  background: var(--olive-dark);
}

.order-shell {
  width: min(720px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(14px, 3.2vw, 34px) 0 108px;
}

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

.menu-title {
  width: 100%;
  max-width: none;
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--olive-dark);
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(2rem, 4.4vw, 3.35rem);
  line-height: 1;
}

.menu-title::after {
  content: "";
  flex: 1;
  height: 2px;
  min-width: 80px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(47, 55, 22, 0.7), rgba(47, 55, 22, 0.08));
  transform: translateY(0.08em);
}

.menu-grid {
  display: grid;
  gap: 16px;
}

.menu-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 241, 0.88);
  box-shadow: 0 14px 34px rgba(43, 35, 18, 0.08);
}

.menu-card.featured {
  border-color: rgba(184, 88, 50, 0.42);
  background:
    linear-gradient(135deg, rgba(212, 155, 45, 0.16), transparent 36%),
    var(--cream);
}

.menu-details {
  display: block;
}

.menu-summary {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) minmax(146px, auto);
  gap: 14px;
  align-items: center;
  min-height: 98px;
  padding: 10px 16px;
  list-style: none;
  cursor: pointer;
}

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

.menu-summary::marker {
  content: "";
}

.menu-summary:focus-visible {
  outline: 3px solid rgba(76, 89, 38, 0.24);
  outline-offset: -3px;
}

.menu-summary-copy {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.menu-item-image {
  width: 78px;
  height: 78px;
  border-radius: var(--radius);
  object-fit: cover;
  background: var(--paper-deep);
  box-shadow: 0 8px 18px rgba(43, 35, 18, 0.12);
}

.menu-summary-side {
  display: grid;
  gap: 8px;
  justify-items: center;
  min-width: 118px;
}

.menu-card h3 {
  margin-bottom: 0;
  color: var(--olive-dark);
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.3rem, 2.6vw, 1.9rem);
  line-height: 1;
}

.menu-description {
  display: block;
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.45;
}

.price-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.base-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--burgundy);
  font-size: 1.18rem;
  font-weight: 900;
  text-align: center;
}

.menu-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(212, 155, 45, 0.5);
  color: #5c3b08;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.44), rgba(239, 198, 90, 0.38)),
    rgba(212, 155, 45, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 8px 16px rgba(43, 35, 18, 0.08);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.menu-toggle-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--cream);
  background: var(--olive);
  font-size: 0.82rem;
  font-weight: 900;
}

.toggle-open {
  display: none;
}

.menu-details[open] .toggle-closed {
  display: none;
}

.menu-details[open] .toggle-open {
  display: inline;
}

.item-controls {
  display: grid;
  grid-template-columns: minmax(250px, 1fr) minmax(230px, 0.9fr);
  gap: 14px;
  align-items: start;
  margin: 0 22px 22px;
  padding: 18px;
  border-radius: var(--radius);
  background: rgba(247, 239, 228, 0.64);
}

.item-controls label {
  display: grid;
  gap: 7px;
  color: var(--olive-dark);
  font-size: 0.85rem;
  font-weight: 900;
}

.addon-options {
  display: grid;
  gap: 8px;
  grid-row: span 3;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.addon-options legend {
  margin-bottom: 7px;
  color: var(--olive-dark);
  font-size: 0.85rem;
  font-weight: 900;
}

.addon-options p {
  margin: -4px 0 2px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.35;
}

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

.item-controls .addon-option {
  display: grid;
  gap: 8px;
  min-height: 42px;
  padding: 9px 10px;
  border: 1px solid rgba(47, 55, 22, 0.18);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 800;
}

.addon-option-label {
  display: flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
}

.addon-option input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  padding: 0;
  border: 0;
  accent-color: var(--olive);
}

.addon-option-label span {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4px 8px;
}

.addon-option strong {
  color: var(--burgundy);
}

.addon-quantity-row {
  display: grid;
  grid-template-columns: 38px 1fr 38px;
  align-items: center;
  min-height: 38px;
  margin-left: 27px;
  overflow: hidden;
  border: 1px solid rgba(47, 55, 22, 0.2);
  border-radius: 999px;
  background: var(--cream);
}

.addon-quantity-row[hidden] {
  display: none;
}

.addon-quantity-row button {
  height: 36px;
  border: 0;
  color: var(--olive-dark);
  background: transparent;
  font-size: 1rem;
  font-weight: 900;
  cursor: pointer;
}

.addon-quantity-row output {
  text-align: center;
  font-weight: 900;
}

select,
input,
textarea {
  width: 100%;
  border: 1px solid rgba(47, 55, 22, 0.24);
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--white);
  font-size: max(1rem, 16px);
  outline: 0;
}

select,
input {
  min-height: 46px;
  padding: 0 12px;
}

textarea {
  resize: vertical;
  padding: 12px;
  line-height: 1.45;
}

select:focus,
input:focus,
textarea:focus {
  border-color: var(--olive);
  box-shadow: 0 0 0 3px rgba(76, 89, 38, 0.14);
}

.quantity-row {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  min-height: 46px;
  border: 1px solid rgba(47, 55, 22, 0.24);
  border-radius: var(--radius);
  background: var(--white);
  overflow: hidden;
}

.quantity-row button {
  height: 44px;
  border: 0;
  color: var(--olive-dark);
  background: transparent;
  font-size: 1.2rem;
  font-weight: 900;
  cursor: pointer;
}

.quantity-row output {
  text-align: center;
  font-weight: 900;
}

.item-note {
  min-height: 70px;
}

.add-button {
  width: 100%;
  border-radius: var(--radius);
}

.item-action-row {
  display: grid;
}

.cart-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  display: grid;
  gap: 16px;
  align-content: start;
  width: min(430px, calc(100vw - 24px));
  max-height: 100dvh;
  overflow: auto;
  padding: 22px;
  border-left: 1px solid var(--line);
  border-radius: 16px 0 0 16px;
  background: var(--cream);
  box-shadow: var(--shadow);
  transform: translateX(110%);
  transition: transform 200ms ease;
}

body.cart-open {
  overflow: hidden;
}

body.cart-open .cart-panel {
  transform: translateX(0);
}

.cart-panel-header,
.cart-total-row,
.cart-item-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cart-panel-header {
  align-items: flex-start;
  padding: 14px;
  border: 1px solid rgba(47, 55, 22, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(212, 155, 45, 0.14), transparent 42%),
    rgba(247, 239, 228, 0.7);
  box-shadow: 0 14px 28px rgba(43, 35, 18, 0.08);
}

.cart-title-block {
  display: grid;
  gap: 5px;
}

.cart-panel-header .eyebrow {
  display: inline-flex;
  width: fit-content;
  min-height: 24px;
  align-items: center;
  margin: 0;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--cream);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(0, 0, 0, 0)),
    var(--olive);
  box-shadow:
    0 0 0 1px rgba(76, 89, 38, 0.18),
    0 0 18px rgba(76, 89, 38, 0.34),
    0 8px 18px rgba(47, 55, 22, 0.18);
  font-size: 0.7rem;
}

.site-footer {
  width: min(720px, calc(100% - 32px));
  margin: -72px auto 36px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-align: center;
}

.site-footer p {
  margin: 0;
}

.cart-panel-header h2 {
  margin: 0;
  color: var(--olive-dark);
  font-size: 2.4rem;
}

.cart-title-block span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.icon-button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--olive-dark);
  background: var(--white);
  font-weight: 900;
  cursor: pointer;
}

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

.cart-item {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.cart-item-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 12px;
}

.cart-item-top > div {
  min-width: 0;
}

.cart-item-top > strong {
  white-space: nowrap;
  text-align: right;
}

.cart-item strong {
  color: var(--olive-dark);
}

.cart-item small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-weight: 700;
}

.cart-note {
  color: var(--burgundy);
}

.cart-item-actions button {
  border: 0;
  color: var(--burgundy);
  background: transparent;
  font-weight: 900;
  cursor: pointer;
}

.mini-stepper {
  display: grid;
  grid-template-columns: 34px 34px 34px;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--cream);
}

.mini-stepper button {
  height: 34px;
  border: 0;
  color: var(--olive-dark);
  background: transparent;
  font-weight: 900;
  cursor: pointer;
}

.mini-stepper span {
  text-align: center;
  font-weight: 900;
}

.cart-empty {
  display: grid;
  gap: 4px;
  padding: 16px;
  border: 1px dashed rgba(47, 55, 22, 0.28);
  border-radius: var(--radius);
  color: var(--muted);
  background: rgba(247, 239, 228, 0.58);
}

.cart-empty[hidden] {
  display: none;
}

.cart-empty strong {
  color: var(--olive-dark);
}

.cart-total-row {
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-size: 1.2rem;
  font-weight: 900;
}

.cart-total-row strong {
  color: var(--burgundy);
}

.checkout-form {
  display: grid;
  gap: 12px;
  padding-top: 4px;
}

.checkout-form h3 {
  margin-bottom: 0;
  color: var(--olive-dark);
  font-family: Fraunces, Georgia, serif;
  font-size: 1.55rem;
}

.checkout-form label {
  display: grid;
  gap: 7px;
  color: var(--olive-dark);
  font-size: 0.86rem;
  font-weight: 900;
}

.field-label {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.required-star {
  color: #c92d20;
  font-weight: 900;
}

.phone-input-group {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
}

.phone-prefix {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid rgba(47, 55, 22, 0.24);
  border-right: 0;
  border-radius: var(--radius) 0 0 var(--radius);
  color: var(--olive-dark);
  background: rgba(239, 198, 90, 0.18);
  font-weight: 900;
}

.phone-input-group input {
  border-radius: 0 var(--radius) var(--radius) 0;
}

.delivery-platform-field,
.delivery-rider-note,
.pickup-time-field {
  display: none;
}

.delivery-platform-field.is-visible,
.delivery-rider-note.is-visible,
.pickup-time-field.is-visible {
  display: grid;
}

.delivery-rider-note {
  margin: -4px 0 2px;
  padding: 10px 12px;
  border: 1px solid rgba(184, 88, 50, 0.26);
  border-radius: var(--radius);
  color: var(--burgundy);
  background: rgba(184, 88, 50, 0.08);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.38;
}

.pickup-time-control {
  display: grid;
  grid-template-columns: minmax(54px, 1fr) auto minmax(62px, 1fr) auto;
  align-items: center;
  gap: 6px;
}

.pickup-time-separator,
.pickup-period {
  display: inline-grid;
  place-items: center;
  min-height: 46px;
  color: var(--olive-dark);
  font-weight: 900;
}

.pickup-period {
  min-width: 36px;
  padding: 0 8px;
  border: 1px solid rgba(47, 55, 22, 0.18);
  border-radius: var(--radius);
  background: rgba(239, 198, 90, 0.22);
}

.fulfillment-card {
  display: grid;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(47, 55, 22, 0.16);
  border-radius: var(--radius);
  background: rgba(247, 239, 228, 0.58);
}

.fulfillment-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: calc(var(--radius) - 2px);
  object-fit: cover;
}

.fulfillment-copy {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.45;
}

.fulfillment-copy strong {
  color: var(--olive-dark);
}

.fulfillment-copy p {
  margin: 0;
}

.fulfillment-copy a {
  color: var(--burgundy);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.waze-row {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.waze-row strong {
  color: var(--ink);
  font-weight: 900;
}

.payment-card {
  position: relative;
  display: grid;
  gap: 9px;
  padding: 10px;
  border: 1px solid rgba(107, 37, 41, 0.2);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(212, 155, 45, 0.12), transparent 42%),
    rgba(255, 250, 241, 0.9);
}

.payment-card strong {
  color: var(--olive-dark);
  font-size: 0.9rem;
}

.qr-download-wrap {
  position: static;
  justify-self: center;
  width: min(230px, 100%);
}

.qr-download-wrap img {
  width: 100%;
}

.payment-card img {
  width: min(230px, 100%);
  justify-self: center;
  border-radius: calc(var(--radius) - 2px);
  border: 1px solid rgba(47, 55, 22, 0.14);
  background: var(--white);
}

.qr-download-button {
  position: absolute;
  top: 6px;
  right: 6px;
  display: grid;
  place-items: center;
  padding: 0;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 241, 0.48);
  border-radius: 999px;
  color: var(--cream);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(0, 0, 0, 0)),
    var(--olive);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 10px 18px rgba(25, 22, 15, 0.16);
  text-decoration: none;
}

.download-icon {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.payment-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.4;
}

.form-message {
  min-height: 20px;
  margin: 0;
  color: var(--burgundy);
  font-weight: 800;
}

.checkout-button {
  width: 100%;
  border-radius: var(--radius);
}

.checkout-button:disabled {
  cursor: not-allowed;
  opacity: 0.62;
}

.mobile-cart-bar,
.cart-scrim,
.toast {
  display: none;
}

.cart-scrim {
  position: fixed;
  inset: 0;
  z-index: 45;
  background: rgba(25, 22, 15, 0.42);
}

body.cart-open .cart-scrim {
  display: block;
}

.toast {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 60;
  max-width: min(360px, calc(100vw - 40px));
  padding: 12px 14px;
  border-radius: var(--radius);
  color: var(--cream);
  background: var(--olive-dark);
  box-shadow: var(--shadow);
  font-weight: 800;
}

.toast.is-visible {
  display: block;
}

@media (max-width: 980px) {
  .order-shell {
    padding-bottom: 120px;
  }

  .site-footer {
    margin-bottom: 84px;
  }

  .mobile-cart-bar {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 40;
    display: block;
  }

  .mobile-cart-bar button {
    justify-content: space-between;
    width: 100%;
    min-height: 56px;
    border-radius: var(--radius);
  }
}

@media (max-width: 760px) {
  .toast {
    top: 12px;
    right: 12px;
    max-width: calc(100vw - 24px);
  }

  .site-header {
    min-height: 112px;
    padding: 10px 14px 12px;
    gap: 8px;
  }

  .brand-lockup {
    justify-content: center;
  }

  .brand-lockup img {
    width: min(170px, 52vw);
  }

  .cart-chip,
  .menu-pdf-link {
    width: 83px;
    height: 46px;
    min-height: 46px;
    padding: 0 10px;
  }

  .social-link {
    width: 40px;
    min-height: 40px;
    padding: 0;
  }

  .social-link img {
    width: 24px;
    height: 24px;
  }

  h1 {
    font-size: clamp(3.1rem, 17vw, 5.4rem);
  }

  .menu-summary {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
  }

  .menu-item-image {
    width: 64px;
    height: 64px;
  }

  .menu-summary-side {
    grid-column: 1 / -1;
    justify-items: center;
  }

  .menu-card h3 {
    font-size: clamp(1.35rem, 7vw, 2rem);
  }

  .item-controls {
    grid-template-columns: 1fr;
    margin: 0 18px 18px;
    padding: 16px;
  }

  .addon-options {
    grid-row: auto;
  }

  .cart-panel {
    padding: 18px 16px 20px;
  }
}

@media (max-width: 420px) {
  .order-shell {
    width: calc(100% - 24px);
  }

  .menu-summary {
    padding: 14px;
  }

  .menu-item-image {
    width: 58px;
    height: 58px;
  }

  .item-controls {
    margin: 0 16px 16px;
    padding: 14px;
  }
}
