:root {
  --paper: #fff4dc;
  --cream: #f6e6c9;
  --cream-strong: rgba(255, 244, 220, 0.88);
  --cream-soft: rgba(255, 244, 220, 0.72);
  --ink: #190d08;
  --muted: #7b604c;
  --gold: #d99033;
  --gold-soft: rgba(217, 144, 51, 0.28);
  --brown: #32180d;
  --black: #0f0906;
  --black-soft: rgba(15, 9, 6, 0.88);
  --border: rgba(217, 144, 51, 0.42);
  --shadow: 0 20px 70px rgba(0, 0, 0, 0.28);
  --radius: 8px;
  --max: 1480px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  min-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--paper);
  background: var(--black);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}

body.cart-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

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

button {
  cursor: pointer;
}

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 200;
  transform: translateY(-140%);
  padding: 0.7rem 0.9rem;
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.app-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(15, 9, 6, 0.74), rgba(15, 9, 6, 0.84)),
    url("assets/tv-illustrated-bg-02.png") center / cover;
}

.app-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 14%, rgba(217, 144, 51, 0.16), transparent 26%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.38));
  pointer-events: none;
}

.shop-header {
  position: sticky;
  top: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  width: min(100% - 2rem, var(--max));
  max-width: 100%;
  min-height: 76px;
  margin: 0 auto;
  padding: 0.65rem 0;
  backdrop-filter: blur(16px);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
}

.brand-word {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 800;
  font-size: clamp(1.35rem, 2vw, 2.15rem);
  line-height: 1;
  color: var(--paper);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}

.brand-mark {
  width: 62px;
  height: 62px;
  flex: 0 0 auto;
  overflow: hidden;
  border: 2px solid var(--gold);
  border-radius: 50%;
  background: var(--cream);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.26);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.header-actions a,
.plain-button {
  min-height: 40px;
  border: 1px solid rgba(255, 244, 220, 0.22);
  border-radius: var(--radius);
  padding: 0.55rem 0.85rem;
  background: rgba(15, 9, 6, 0.74);
  color: var(--paper);
  text-decoration: none;
  font-weight: 800;
}

.plain-button {
  appearance: none;
}

.shop-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  min-width: 0;
  gap: 1rem;
  width: min(100% - 2rem, var(--max));
  max-width: 100%;
  margin: 0 auto;
  align-items: start;
}

.order-hero,
.menu-app,
.cart-panel,
.support-strip article,
.info-modal {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.order-hero {
  grid-column: 1;
  min-width: 0;
  display: grid;
  gap: 1.2rem;
  margin-bottom: 1rem;
  padding: clamp(1.25rem, 3vw, 2.4rem);
  background: linear-gradient(135deg, rgba(15, 9, 6, 0.92), rgba(50, 24, 13, 0.86));
}

.status-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.65rem;
  color: rgba(255, 244, 220, 0.86);
  font-weight: 800;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border-radius: var(--radius);
  padding: 0.35rem 0.7rem;
  background: var(--gold);
  color: var(--ink);
}

.status-pill.is-closed {
  background: rgba(255, 244, 220, 0.16);
  color: var(--paper);
}

.eyebrow {
  margin: 0 0 0.35rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 800px;
  margin-bottom: 0.75rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 5vw, 4.6rem);
  line-height: 0.98;
  color: var(--paper);
  overflow-wrap: break-word;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.1;
}

h3 {
  margin-bottom: 0.2rem;
  font-size: 1.02rem;
  line-height: 1.22;
}

.lead {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 244, 220, 0.82);
  font-size: 1.05rem;
  overflow-wrap: break-word;
}

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

.mode-button,
.mini-tab {
  border: 1px solid rgba(255, 244, 220, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 244, 220, 0.08);
  color: var(--paper);
  text-align: left;
}

.mode-button {
  min-height: 82px;
  padding: 0.85rem;
}

.mode-button span,
.mode-button strong {
  display: block;
}

.mode-button span {
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.mode-button strong {
  margin-top: 0.25rem;
  font-size: 1.02rem;
}

.mode-button.is-active,
.mini-tab.is-active {
  border-color: var(--gold);
  background: rgba(217, 144, 51, 0.19);
}

.hero-actions,
.cart-order-type {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.primary-button,
.secondary-button,
.product-add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 0.68rem 1rem;
  text-decoration: none;
  font-weight: 900;
}

.primary-button,
.product-add {
  background: var(--gold);
  color: var(--ink);
}

.secondary-button {
  border-color: rgba(255, 244, 220, 0.22);
  background: rgba(255, 244, 220, 0.1);
  color: var(--paper);
}

.menu-app {
  grid-column: 1;
  min-width: 0;
  overflow: hidden;
  margin-bottom: 1rem;
  background: rgba(15, 9, 6, 0.82);
  max-width: 100%;
}

.menu-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 360px);
  gap: 1rem;
  align-items: end;
  padding: 1rem;
  border-bottom: 1px solid rgba(217, 144, 51, 0.28);
}

.search-box {
  display: grid;
  gap: 0.35rem;
  color: rgba(255, 244, 220, 0.82);
  font-weight: 800;
}

.search-box input,
.note-box textarea {
  width: 100%;
  border: 1px solid rgba(217, 144, 51, 0.38);
  border-radius: var(--radius);
  background: rgba(255, 244, 220, 0.93);
  color: var(--ink);
}

.search-box input {
  min-height: 46px;
  padding: 0.75rem 0.85rem;
}

.category-rail {
  position: sticky;
  top: 76px;
  z-index: 30;
  display: flex;
  gap: 0.45rem;
  overflow-x: auto;
  padding: 0.75rem 1rem;
  background: rgba(15, 9, 6, 0.94);
  border-bottom: 1px solid rgba(217, 144, 51, 0.25);
  scrollbar-width: thin;
  scrollbar-color: rgba(217, 144, 51, 0.85) rgba(255, 244, 220, 0.14);
}

.category-button {
  flex: 0 0 auto;
  min-height: 40px;
  border: 1px solid rgba(255, 244, 220, 0.18);
  border-radius: var(--radius);
  padding: 0.5rem 0.78rem;
  background: rgba(255, 244, 220, 0.08);
  color: var(--paper);
  font-weight: 900;
  white-space: nowrap;
}

.category-button.is-active {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--ink);
}

.menu-sections {
  display: grid;
  gap: 0.9rem;
  padding: 1rem;
}

.menu-section {
  scroll-margin-top: 150px;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.55rem;
  padding: 0.55rem 0.7rem;
  border: 1px solid rgba(217, 144, 51, 0.55);
  border-radius: var(--radius);
  background: rgba(15, 9, 6, 0.94);
}

.section-head h3 {
  margin: 0;
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
}

.section-head span {
  color: var(--gold);
  font-size: 0.85rem;
  font-weight: 900;
  white-space: nowrap;
}

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

.product-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
  min-height: 128px;
  padding: 0.85rem;
  border: 1px solid rgba(217, 144, 51, 0.32);
  border-radius: var(--radius);
  background: var(--cream-strong);
  color: var(--ink);
}

.product-card:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.product-card p {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.product-price {
  align-self: start;
  min-width: 76px;
  text-align: right;
  font-weight: 1000;
}

.product-add {
  grid-column: 1 / -1;
  justify-self: start;
  min-height: 38px;
  padding: 0.45rem 0.7rem;
}

.cart-panel {
  position: sticky;
  grid-column: 2;
  grid-row: 1 / span 2;
  top: 88px;
  display: grid;
  gap: 0.9rem;
  max-height: calc(100vh - 104px);
  overflow: auto;
  padding: 1rem;
  background: rgba(15, 9, 6, 0.92);
}

.cart-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 244, 220, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 244, 220, 0.1);
  color: var(--paper);
  font-size: 1.45rem;
  line-height: 1;
}

.cart-close {
  display: none;
}

.mini-tab {
  min-height: 38px;
  padding: 0.45rem 0.75rem;
  font-weight: 900;
}

.cart-empty,
.cart-line,
.field-box,
.note-box,
.tip-box,
.cart-summary {
  border: 1px solid rgba(217, 144, 51, 0.32);
  border-radius: var(--radius);
  background: rgba(255, 244, 220, 0.1);
}

.cart-empty {
  display: grid;
  gap: 0.25rem;
  padding: 0.9rem;
  color: rgba(255, 244, 220, 0.78);
}

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

.cart-items {
  display: grid;
  gap: 0.55rem;
}

.cart-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.55rem;
  padding: 0.75rem;
}

.cart-line strong,
.cart-line span {
  display: block;
}

.cart-line span {
  color: rgba(255, 244, 220, 0.72);
  font-size: 0.88rem;
}

.qty-controls {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.qty-controls button {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 244, 220, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 244, 220, 0.12);
  color: var(--paper);
  font-weight: 1000;
}

.customer-fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.55rem;
}

.delivery-fields {
  display: grid;
  gap: 0.55rem;
}

.delivery-fields[hidden] {
  display: none;
}

.delivery-fields p,
.cart-warning {
  margin: 0;
  color: rgba(255, 244, 220, 0.7);
  font-size: 0.84rem;
}

.field-box,
.note-box,
.tip-box {
  display: grid;
  gap: 0.45rem;
  padding: 0.75rem;
  color: rgba(255, 244, 220, 0.82);
  font-weight: 800;
}

.field-box input,
.field-box select,
.note-box textarea,
.line-note {
  width: 100%;
  border: 1px solid rgba(217, 144, 51, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 244, 220, 0.94);
  color: var(--ink);
  font-weight: 700;
}

.field-box input,
.field-box select,
.line-note {
  min-height: 40px;
  padding: 0 0.7rem;
}

.note-box textarea {
  min-height: 84px;
  resize: vertical;
  padding: 0.7rem;
}

.cart-line {
  align-items: start;
}

.cart-line-main {
  display: grid;
  gap: 0.4rem;
}

.line-note {
  margin-top: 0.25rem;
  font-size: 0.84rem;
}

.tip-options,
.settings-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.tip-options button,
.settings-grid button {
  min-height: 38px;
  border: 1px solid rgba(255, 244, 220, 0.26);
  border-radius: var(--radius);
  padding: 0.45rem 0.75rem;
  background: rgba(255, 244, 220, 0.1);
  color: var(--paper);
  font-weight: 900;
}

.tip-options button.is-active,
.settings-grid button.is-active {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--ink);
}

.cart-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem;
  font-weight: 900;
}

.cart-summary strong {
  color: var(--gold);
  font-size: 1.25rem;
}

.whatsapp-button {
  width: 100%;
}

.is-disabled {
  opacity: 0.55;
  pointer-events: none;
}

.cart-hint {
  margin: 0;
  color: rgba(255, 244, 220, 0.64);
  font-size: 0.86rem;
}

.cart-warning:not([hidden]) {
  display: block;
  border: 1px solid rgba(217, 144, 51, 0.42);
  border-radius: var(--radius);
  padding: 0.65rem 0.75rem;
  background: rgba(217, 144, 51, 0.12);
  color: var(--paper);
  font-weight: 800;
}

.support-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  width: min(100% - 2rem, var(--max));
  max-width: 100%;
  margin: 0 auto 1rem;
}

.support-strip article {
  display: grid;
  gap: 0.25rem;
  padding: 1rem;
  background: var(--cream-soft);
  color: var(--ink);
}

.support-strip span,
.info-grid span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.shop-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
  width: min(100% - 2rem, var(--max));
  max-width: 100%;
  margin: 0 auto;
  padding: 1rem 0 6rem;
  color: rgba(255, 244, 220, 0.76);
}

.shop-footer nav {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.72);
}

.modal-backdrop[hidden] {
  display: none;
}

.info-modal {
  width: min(100%, 680px);
  padding: 1rem;
  background: rgba(15, 9, 6, 0.96);
}

.info-modal header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.info-grid div {
  display: grid;
  gap: 0.25rem;
  padding: 0.85rem;
  border: 1px solid rgba(217, 144, 51, 0.32);
  border-radius: var(--radius);
  background: rgba(255, 244, 220, 0.09);
}

.info-modal p {
  margin: 1rem 0 0;
  color: rgba(255, 244, 220, 0.74);
}

.compact-modal {
  width: min(100%, 460px);
}

.product-modal {
  display: grid;
  gap: 0.8rem;
}

.product-modal > p {
  margin: 0;
}

.product-modal-price {
  color: var(--gold);
  font-size: 1.35rem;
}

.product-modal-controls {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.product-modal-controls button {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 244, 220, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 244, 220, 0.12);
  color: var(--paper);
  font-weight: 1000;
}

.product-modal-controls strong {
  min-width: 2ch;
  text-align: center;
  color: var(--paper);
  font-size: 1.2rem;
}

.scroll-top,
.accessibility-button {
  position: fixed;
  right: 1rem;
  z-index: 78;
  border: 1px solid rgba(255, 244, 220, 0.26);
  border-radius: var(--radius);
  background: rgba(15, 9, 6, 0.92);
  color: var(--paper);
  box-shadow: var(--shadow);
  font-weight: 1000;
}

.scroll-top {
  bottom: 5.2rem;
  min-height: 42px;
  padding: 0.55rem 0.8rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.accessibility-button {
  bottom: 1rem;
  width: 52px;
  height: 52px;
}

.cookie-banner {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 140;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 980px;
  margin: 0 auto;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0.8rem;
  background: rgba(15, 9, 6, 0.97);
  box-shadow: var(--shadow);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner p {
  margin: 0;
  color: rgba(255, 244, 220, 0.76);
  overflow-wrap: anywhere;
}

.cookie-banner div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.cookie-banner a,
.cookie-banner button {
  min-height: 36px;
  border: 1px solid rgba(255, 244, 220, 0.24);
  border-radius: var(--radius);
  padding: 0.45rem 0.65rem;
  background: rgba(255, 244, 220, 0.1);
  color: var(--paper);
  font-weight: 900;
  text-decoration: none;
}

.cookie-banner [data-cookie-all] {
  background: var(--gold);
  color: var(--ink);
}

body.high-contrast {
  --paper: #ffffff;
  --cream: #ffffff;
  --gold: #ffb347;
  --border: rgba(255, 179, 71, 0.9);
}

body.mono-mode {
  filter: grayscale(1);
}

body.font-large {
  font-size: 1.08rem;
}

.mobile-cart-button {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 54px;
  border: 1px solid rgba(255, 244, 220, 0.26);
  border-radius: var(--radius);
  padding: 0.7rem 1rem;
  background: var(--gold);
  color: var(--ink);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
  font-weight: 1000;
}

.mobile-cart-button.is-empty {
  display: none;
}

.legal-page {
  color: var(--paper);
}

.legal-shell {
  display: grid;
  gap: 1rem;
  width: min(100% - 2rem, 980px);
  margin: 0 auto;
  padding: 2rem 0 4rem;
}

.legal-shell > .secondary-button {
  justify-self: start;
}

.legal-card {
  display: grid;
  gap: 1rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: clamp(1rem, 3vw, 2rem);
  background: rgba(15, 9, 6, 0.92);
  box-shadow: var(--shadow);
}

.legal-card .brand-lockup {
  margin-bottom: 0.4rem;
}

.legal-card h1 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.legal-card h2 {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
}

.legal-card p {
  margin-bottom: 0;
  color: rgba(255, 244, 220, 0.78);
}

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

.legend-grid section {
  border: 1px solid rgba(217, 144, 51, 0.32);
  border-radius: var(--radius);
  padding: 1rem;
  background: rgba(255, 244, 220, 0.1);
}

.legend-grid ul {
  display: grid;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 244, 220, 0.82);
}

@media (max-width: 1100px) {
  .order-hero,
  .menu-app,
  .cart-panel {
    grid-column: auto;
    grid-row: auto;
  }

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

  .cart-panel {
    position: fixed;
    inset: auto 0 0;
    z-index: 100;
    max-height: 86vh;
    border-radius: 8px 8px 0 0;
    transform: translateY(105%);
    transition: transform 0.22s ease;
  }

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

  .cart-close,
  .mobile-cart-button {
    display: inline-flex;
  }
}

@media (max-width: 780px) {
  .shop-header {
    width: min(100% - 1rem, var(--max));
    align-items: flex-start;
    min-height: auto;
    padding-top: 0.5rem;
  }

  .brand-lockup {
    gap: 0.38rem;
  }

  .brand-word {
    font-size: 1.28rem;
  }

  .brand-mark {
    width: 48px;
    height: 48px;
  }

  .header-actions {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0.35rem;
    scrollbar-width: thin;
  }

  .header-actions a,
  .plain-button {
    flex: 0 0 auto;
    min-height: 36px;
    padding: 0.45rem 0.55rem;
    font-size: 0.86rem;
  }

  .shop-layout,
  .support-strip,
  .shop-footer {
    width: auto;
    max-width: none;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }

  .order-hero,
  .menu-app {
    width: 100%;
    max-width: 100%;
  }

  .order-hero h1,
  .order-hero .lead {
    max-width: 100%;
    white-space: normal;
  }

  .order-hero {
    overflow: hidden;
    padding: 1.1rem;
  }

  .order-hero .lead {
    font-size: 0.98rem;
    line-height: 1.45;
  }

  .order-mode,
  .customer-fields,
  .product-grid,
  .menu-toolbar,
  .support-strip,
  .info-grid,
  .legend-grid {
    grid-template-columns: 1fr;
  }

  .menu-toolbar {
    align-items: stretch;
  }

  .product-card {
    min-height: 120px;
  }

  .shop-footer {
    padding-bottom: 5.5rem;
  }

  .cookie-banner {
    align-items: stretch;
    flex-direction: column;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .cookie-banner div {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cookie-banner a,
  .cookie-banner button {
    width: 100%;
    text-align: center;
  }

  .accessibility-button {
    bottom: 4.8rem;
  }

  .scroll-top {
    right: 4.7rem;
    bottom: 4.85rem;
  }
}
