:root {
  color-scheme: dark;
  --surface: #1a120b;
  --surface-low: #221a13;
  --surface-panel: rgba(39, 30, 22, 0.78);
  --surface-panel-strong: rgba(50, 40, 32, 0.92);
  --surface-line: rgba(166, 124, 82, 0.18);
  --surface-line-strong: rgba(166, 124, 82, 0.36);
  --text-main: #f1dfd3;
  --text-muted: #d2c4bc;
  --text-soft: #bcaea5;
  --accent: #a67c52;
  --accent-strong: #c29667;
  --shadow-soft: 0 20px 60px rgba(0, 0, 0, 0.28);
  --shadow-deep: 0 24px 80px rgba(0, 0, 0, 0.36);
  --order-primary: #b07a3f;
  --order-primary-contrast: #fffaf4;
  --order-background: #f6f0e7;
  --order-surface: #fffaf4;
  --order-text: #2f241c;
  --order-muted: #6f5a4d;
  --order-border: rgba(123, 87, 63, 0.16);
  --order-danger: #b4533a;
  --order-radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  min-height: 100dvh;
}

body.order-page {
  color: #2f241c;
  background:
    linear-gradient(180deg, rgba(250, 247, 242, 0.98), rgba(242, 235, 226, 0.98));
}

body.has-book-modal {
  overflow: hidden;
}

body.has-cart-open {
  overflow: hidden;
}

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

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

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

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  line-height: 1;
}

.site-header.is-scrolled {
  background: rgba(26, 18, 11, 0.96);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
}

.tab-content {
  display: none;
  animation: tabFade 0.35s ease;
}

.tab-content.active {
  display: block;
}

@keyframes tabFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tab-link {
  color: var(--text-muted);
  border-bottom: 2px solid transparent;
  transition: color 180ms ease, border-color 180ms ease, opacity 180ms ease;
}

.tab-link:hover,
.tab-link.active {
  color: var(--accent);
  border-bottom-color: var(--accent);
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem;
  border: 1px solid rgba(166, 124, 82, 0.25);
  border-radius: 999px;
  background: rgba(39, 30, 22, 0.82);
}

.language-switch button {
  min-width: 2.6rem;
  height: 2.6rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.language-switch button.is-active {
  background: var(--accent);
  color: white;
}

.font-display-lg,
.font-display-lg-mobile,
.font-headline-lg,
.font-headline-md,
.order-page-head h1,
.drawer-header h2,
.book-modal-shell h2,
.option-modal-card h2,
.menu-section-header h3 {
  font-family: "Inter", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-mark {
  font-family: "Inter", sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
}

.glass-panel {
  background: var(--surface-panel);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(166, 124, 82, 0.12);
  box-shadow: var(--shadow-soft);
}

.ghost-link {
  color: var(--accent);
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: opacity 180ms ease, color 180ms ease;
}

.ghost-link:hover {
  opacity: 0.78;
  color: var(--accent-strong);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-on-scroll,
.scroll-reveal {
  opacity: 1;
  transform: none;
}

.reveal-on-scroll.is-visible,
.scroll-reveal.is-visible,
.scroll-reveal.active {
  opacity: 1;
  transform: none;
}

.featured-menu-card {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.featured-menu-image {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--surface-low);
}

.featured-menu-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.featured-menu-card:hover .featured-menu-image img {
  transform: scale(1.06);
}

.featured-menu-copy {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.featured-menu-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid rgba(79, 69, 63, 0.7);
}

.featured-menu-heading h3 {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.featured-menu-heading span,
.featured-menu-copy p {
  color: var(--text-muted);
}

[data-i18n="menu.orderHeading"] {
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.menu-book-preview {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 440px;
  padding: 1.4rem;
  background: linear-gradient(180deg, rgba(20, 13, 6, 0.75), rgba(34, 26, 19, 0.9));
  border: 1px solid rgba(166, 124, 82, 0.16);
  overflow: hidden;
}

.book-spine {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(241, 223, 211, 0.72);
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.book-spine small {
  opacity: 0.56;
  letter-spacing: 0.18em;
}

.menu-book,
.menu-book-modal {
  width: 100%;
}

.menu-book {
  max-width: 760px;
  margin-inline: auto;
}

.menu-book-trigger {
  cursor: pointer;
}

.book-preview-overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-book:not(.is-pageflip),
.menu-book-modal:not(.is-pageflip) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.menu-book-page {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.menu-book-page img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  border: 1px solid rgba(166, 124, 82, 0.16);
  box-shadow: var(--shadow-soft);
  background: rgba(255, 255, 255, 0.02);
}

.menu-book-page figcaption {
  color: var(--text-soft);
  text-align: center;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.menu-book.is-pageflip,
.menu-book-modal.is-pageflip {
  display: block;
}

.menu-book.is-pageflip .stf__parent,
.menu-book-modal.is-pageflip .stf__parent {
  margin-inline: auto;
}

.menu-book.is-pageflip .stf__wrapper,
.menu-book-modal.is-pageflip .stf__wrapper {
  filter: drop-shadow(0 12px 30px rgba(0, 0, 0, 0.28));
}

.book-controls {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.icon-button {
  display: inline-grid;
  place-items: center;
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 999px;
  border: 1px solid rgba(166, 124, 82, 0.3);
  background: rgba(39, 30, 22, 0.86);
  color: var(--text-main);
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.icon-button:hover:not(:disabled) {
  background: rgba(166, 124, 82, 0.16);
  border-color: rgba(166, 124, 82, 0.48);
  transform: translateY(-1px);
}

.icon-button:disabled {
  opacity: 0.42;
  cursor: not-allowed;
}

.menu-nav-row {
  display: flex;
  gap: 0.85rem;
  min-width: max-content;
}

.menu-tab-anchor {
  display: inline-flex;
  align-items: center;
  padding: 0.72rem 1rem;
  border: 1px solid rgba(166, 124, 82, 0.16);
  color: var(--text-muted);
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease;
}

.menu-tab-anchor:hover {
  color: var(--accent);
  border-color: rgba(166, 124, 82, 0.36);
  background: rgba(166, 124, 82, 0.06);
}

.menu-search-input,
.drawer-form input,
.drawer-form textarea,
.drawer-form select,
.form-line {
  width: 100%;
  min-height: 54px;
  padding: 0.9rem 0;
  border: 0;
  border-bottom: 1px solid rgba(79, 69, 63, 0.85);
  border-radius: 0;
  background: transparent;
  color: var(--text-main);
  outline: none;
  box-shadow: none;
}

.menu-search-input::placeholder,
.drawer-form input::placeholder,
.drawer-form textarea::placeholder,
.form-line::placeholder {
  color: rgba(210, 196, 188, 0.52);
}

.menu-search-input:focus,
.drawer-form input:focus,
.drawer-form textarea:focus,
.drawer-form select:focus,
.form-line:focus {
  border-bottom-color: var(--accent);
  box-shadow: none;
}

.filter-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.7rem;
  overflow-x: auto;
  overflow-y: hidden;
  min-width: 0;
  padding-bottom: 0.2rem;
}

.filter-row button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.72rem 1rem;
  border: 1px solid rgba(166, 124, 82, 0.16);
  background: rgba(255, 255, 255, 0.01);
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.74rem;
  transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease;
}

.filter-row button span {
  color: var(--text-soft);
}

.filter-row button:hover,
.filter-row button.is-active {
  background: rgba(166, 124, 82, 0.12);
  border-color: rgba(166, 124, 82, 0.34);
  color: var(--accent);
}

.menu-status {
  color: var(--text-muted);
  font-size: 0.94rem;
}

.status-pill,
.category-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: rgba(166, 124, 82, 0.12);
  color: var(--accent);
  font-weight: 700;
}

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

.menu-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(79, 69, 63, 0.7);
}

.menu-section-header h3 {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(2rem, 2vw, 2.75rem);
  color: var(--accent);
}

.menu-section-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 1.5rem;
}

.menu-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 100%;
  padding: 1.8rem;
  background: linear-gradient(180deg, rgba(50, 40, 32, 0.8), rgba(39, 30, 22, 0.92));
  border: 1px solid rgba(166, 124, 82, 0.14);
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.menu-card:hover {
  transform: translateY(-3px);
  border-color: rgba(166, 124, 82, 0.28);
  box-shadow: var(--shadow-deep);
}

.menu-card-top,
.menu-card-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.menu-card h3 {
  margin: 0.35rem 0 0;
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  line-height: 1.12;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.menu-card p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.7;
}

.menu-category {
  color: var(--accent);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.menu-add {
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  border: 1px solid rgba(166, 124, 82, 0.28);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-main);
  font-size: 1.25rem;
  line-height: 1;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.menu-add:hover {
  background: rgba(166, 124, 82, 0.14);
  border-color: rgba(166, 124, 82, 0.48);
  transform: translateY(-1px);
}

.menu-ingredients,
.allergen-line {
  color: var(--text-soft);
  font-size: 0.88rem;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: auto;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.25rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(166, 124, 82, 0.26);
  color: var(--accent);
  font-size: 0.72rem;
}

.price-display,
.option-price {
  color: var(--accent-strong);
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  white-space: nowrap;
}

.drawer-backdrop,
.option-backdrop,
.book-backdrop,
.menu-image-backdrop {
  position: fixed;
  inset: 0;
  z-index: 70;
  background: rgba(0, 0, 0, 0.46);
  backdrop-filter: blur(4px);
}

.cart-drawer,
.option-modal-card,
.book-modal-shell,
.menu-image-modal-shell {
  background: var(--surface-panel-strong);
  border: 1px solid rgba(166, 124, 82, 0.16);
  box-shadow: var(--shadow-deep);
}

.cart-drawer {
  position: fixed;
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 80;
  width: min(440px, calc(100vw - 2rem));
  height: calc(100dvh - 2rem);
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  transform: translateX(102%);
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  border-radius: 28px;
  overflow: hidden;
  overscroll-behavior: contain;
}

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

.drawer-order-form {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.cart-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(166, 124, 82, 0.38) rgba(255, 250, 244, 0.05);
}

.cart-body::-webkit-scrollbar {
  width: 6px;
}

.cart-body::-webkit-scrollbar-track {
  background: rgba(255, 250, 244, 0.05);
  border-radius: 999px;
}

.cart-body::-webkit-scrollbar-thumb {
  background: rgba(166, 124, 82, 0.38);
  border-radius: 999px;
}

.cart-body::-webkit-scrollbar-thumb:hover {
  background: rgba(166, 124, 82, 0.56);
}

.drawer-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(79, 69, 63, 0.75);
}

.drawer-header h2,
.option-modal-card h2,
.book-modal-shell h2 {
  margin: 0.35rem 0 0;
  font-family: "Inter", sans-serif;
  font-size: 2.2rem;
  color: #f7ebdd;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
  text-transform: uppercase;
}

.cart-items {
  padding: 1.25rem 0 0.9rem;
}

.cart-empty {
  color: var(--text-muted);
}

.cart-line {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(79, 69, 63, 0.6);
}

.cart-line-top,
.cart-line-controls,
.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.cart-line h3 {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 1.35rem;
  color: #f3e6d8;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.cart-line-meta,
.cart-line-section,
.option-meta,
.option-modal-copy {
  color: #d8c3b1;
}

.cart-line-section {
  margin-top: 0.25rem;
  font-size: 0.82rem;
}

.cart-line-controls {
  align-items: center;
  margin-top: 0.9rem;
}

.quantity-stepper {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(166, 124, 82, 0.2);
}

.quantity-stepper button,
.quantity-stepper span {
  width: 2.4rem;
  height: 2.4rem;
  display: grid;
  place-items: center;
}

.quantity-stepper button {
  border: 0;
  background: transparent;
  color: var(--text-main);
}

.remove-line {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
}

.drawer-summary {
  padding-top: 1.2rem;
  border-top: 1px solid rgba(79, 69, 63, 0.75);
  color: #eadacc;
}

.summary-row {
  align-items: center;
  margin-bottom: 1rem;
}

.summary-row strong {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  color: var(--accent-strong);
}

.summary-row--minor,
.summary-row--discount {
  margin-bottom: 0.65rem;
}

.summary-row--minor span,
.summary-row--discount span {
  color: #d8c3b1;
}

.summary-aux,
.summary-discount {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.summary-discount {
  color: var(--accent);
}

.drawer-form {
  display: grid;
  gap: 0.9rem;
}

.payment-methods {
  margin: 0.4rem 0 0;
  padding: 1rem 1rem 0.9rem;
  border: 1px solid rgba(176, 122, 63, 0.32);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(46, 31, 22, 0.92), rgba(57, 40, 30, 0.82));
  box-shadow: inset 0 1px 0 rgba(255, 247, 238, 0.04);
}

.payment-methods legend {
  padding: 0 0.2rem;
  color: #f0dcc8;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.payment-option {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.85rem 0.9rem;
  border: 1px solid rgba(196, 152, 90, 0.18);
  border-radius: 18px;
  background: rgba(255, 250, 244, 0.04);
  color: #f5e9dc;
  line-height: 1.55;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.payment-option + .payment-option {
  margin-top: 0.65rem;
}

.payment-option:hover {
  border-color: rgba(196, 152, 90, 0.36);
  background: rgba(255, 250, 244, 0.07);
}

.payment-option:has(input:checked) {
  border-color: rgba(212, 176, 120, 0.68);
  background: rgba(176, 122, 63, 0.2);
  box-shadow: inset 0 0 0 1px rgba(212, 176, 120, 0.14);
}

.payment-option input {
  flex: 0 0 auto;
  width: 1.1rem;
  height: 1.1rem;
  min-height: 0;
  margin-top: 0.2rem;
  padding: 0;
  border: 0;
  border-bottom: 0;
  background: transparent;
  box-shadow: none;
  accent-color: var(--accent-strong);
}

.payment-option span {
  display: inline;
  margin: 0;
  color: #f7ede2;
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.payment-option:has(input:checked) span {
  color: #fff7ee;
}

.payment-hint {
  margin: 0.95rem 0 0;
  color: #e5cfbc;
  font-size: 0.82rem;
  line-height: 1.7;
}

.cart-body > .drawer-form {
  padding-bottom: 0.35rem;
}

.drawer-form > strong[data-cart-total] {
  display: none;
}

.drawer-form label span {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #d7c1ae;
}

.cart-drawer .drawer-header p,
.cart-drawer .summary-row span,
.cart-drawer .cart-empty,
.cart-drawer .remove-line,
.cart-drawer .option-meta,
.cart-drawer .cart-line-section,
.cart-drawer .cart-line-meta {
  color: #d8c3b1;
}

.cart-drawer .menu-category,
.cart-drawer .price-display,
.cart-drawer .option-price,
.cart-drawer .summary-row strong,
.cart-drawer .remove-line {
  color: #d8a46b;
}

.cart-drawer input,
.cart-drawer textarea,
.cart-drawer select {
  color: #f5e9dc;
  border-bottom-color: rgba(216, 195, 177, 0.26);
  color-scheme: dark;
}

.cart-drawer input::placeholder,
.cart-drawer textarea::placeholder {
  color: rgba(216, 195, 177, 0.48);
}

.cart-drawer input:focus,
.cart-drawer textarea:focus,
.cart-drawer select:focus {
  border-bottom-color: rgba(216, 164, 107, 0.72);
}

.cart-drawer select,
.cart-drawer select option {
  background: rgba(39, 30, 22, 0.98);
  color: #f5e9dc;
}

.cart-drawer textarea {
  min-height: 110px;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(216, 195, 177, 0.18);
  border-radius: 10px;
  background: rgba(255, 250, 244, 0.06);
  line-height: 1.6;
}

.cart-drawer textarea:focus {
  background: rgba(255, 250, 244, 0.1);
  box-shadow: inset 0 0 0 1px rgba(216, 164, 107, 0.32);
}

.cart-note-field {
  display: block;
  margin-top: 0.35rem;
}

.cart-note-field textarea {
  min-height: 88px;
  resize: vertical;
}

.cart-drawer .quantity-stepper {
  border-color: rgba(216, 195, 177, 0.18);
  background: rgba(255, 250, 244, 0.03);
}

.cart-drawer .quantity-stepper button,
.cart-drawer .quantity-stepper span {
  color: #f5e9dc;
}

.drawer-submit {
  width: 100%;
  min-height: 3.4rem;
  margin-top: 0.5rem;
  border: 0;
  background: var(--accent);
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  transition: opacity 180ms ease, transform 180ms ease;
}

.drawer-submit:hover {
  opacity: 0.9;
}

.drawer-submit:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.option-modal,
.book-modal,
.menu-image-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 1.25rem;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.option-modal.is-open,
.book-modal.is-open,
.menu-image-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.option-modal-card {
  width: min(720px, 100%);
  padding: 1.5rem;
}

.option-list {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.25rem;
}

.option-item {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(166, 124, 82, 0.15);
  background: rgba(255, 255, 255, 0.02);
  color: var(--text-main);
  text-align: left;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.option-item:hover {
  border-color: rgba(166, 124, 82, 0.36);
  background: rgba(166, 124, 82, 0.08);
}

.book-modal-shell {
  width: min(1100px, 100%);
  max-height: calc(100dvh - 2rem);
  overflow: auto;
  padding: 1.5rem;
}

.menu-image-modal-shell {
  width: min(760px, 100%);
  max-height: calc(100dvh - 2rem);
  overflow: auto;
  padding: 1.25rem;
}

.mittag-popup-image {
  width: 100%;
  max-height: calc(100dvh - 8rem);
  object-fit: contain;
  background: #fff;
  border: 1px solid rgba(166, 124, 82, 0.14);
}

.modal-book-stage-top {
  margin: 1rem 0 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 1.5rem;
  z-index: 90;
  transform: translateX(-50%);
  min-width: min(92vw, 420px);
  padding: 0.95rem 1.2rem;
  background: rgba(26, 18, 11, 0.96);
  border: 1px solid rgba(166, 124, 82, 0.2);
  color: var(--text-main);
  text-align: center;
  box-shadow: var(--shadow-soft);
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.hours-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.order-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(250, 247, 242, 0.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(123, 87, 63, 0.14);
}

.order-header-inner {
  width: min(1380px, calc(100% - 2rem));
  margin: 0 auto;
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.order-brand {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: #2f241c;
  text-decoration: none;
}

.order-brand img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.order-brand strong {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}

.order-brand span {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6f5a4d;
}

.order-header-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-left: auto;
  justify-content: flex-end;
}

.order-back-link,
.order-cart-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.1rem;
  border: 1px solid rgba(123, 87, 63, 0.16);
  background: #fffaf4;
  color: #4a3428;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
}

.order-cart-button {
  background: #b07a3f;
  color: #fffaf4;
  border-color: #b07a3f;
}

.order-page .order-ui__button {
  position: fixed;
  top: auto;
  right: clamp(1rem, 2vw, 1.5rem);
  bottom: calc(clamp(1rem, 2vw, 1.5rem) + env(safe-area-inset-bottom, 0px));
  z-index: 120;
  display: inline-flex;
  visibility: visible;
  align-items: center;
  gap: 0.7rem;
  min-width: 172px;
  min-height: 56px;
  padding: 0.85rem 1rem 0.85rem 0.9rem;
  border-radius: var(--order-radius);
  background: var(--order-primary);
  color: var(--order-primary-contrast);
  border-color: var(--order-primary);
  box-shadow: 0 16px 34px rgba(74, 52, 40, 0.22);
  transform: translate3d(0, 0, 0);
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 180ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.order-page .order-ui__button:hover {
  transform: translate3d(0, -2px, 0);
  box-shadow: 0 20px 40px rgba(74, 52, 40, 0.24);
}

.order-page .order-ui__button:active {
  transform: translate3d(0, 0, 0) scale(0.98);
}

.order-ui__button-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 2.45rem;
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 999px;
  background: rgba(255, 250, 244, 0.14);
  border: 1px solid rgba(255, 250, 244, 0.16);
}

.order-ui__button-icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

.order-ui__button-label {
  letter-spacing: 0.08em;
}

.order-ui__button-total {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  min-width: 5.55rem;
  padding: 0 0.8rem;
  border-radius: 999px;
  background: rgba(255, 250, 244, 0.2);
  color: var(--order-primary-contrast);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.order-ui__badge {
  position: absolute;
  top: -0.42rem;
  right: -0.35rem;
  min-width: 1.6rem;
  height: 1.6rem;
  padding: 0 0.35rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #f3e2cb;
  color: var(--order-text);
  font-size: 0.72rem;
  font-weight: 700;
  box-shadow: 0 6px 14px rgba(74, 52, 40, 0.22);
}

.order-ui__badge.is-bumped {
  animation: orderBadgePop 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes orderBadgePop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.18);
  }
  100% {
    transform: scale(1);
  }
}

.order-layout {
  width: min(1380px, calc(100% - 2rem));
  margin: 2rem auto 3rem;
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 2rem;
}

.order-sidebar {
  position: sticky;
  top: 108px;
  align-self: start;
  display: grid;
  gap: 1.25rem;
}

.order-sidebar-card {
  padding: 1.2rem;
  border: 1px solid rgba(123, 87, 63, 0.1);
  background: #fffdf9;
  box-shadow: 0 12px 32px rgba(74, 52, 40, 0.05);
}

.order-alert-card {
  background: #2f2118;
  border-color: #2f2118;
}

.order-alert-title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: #f6ebdc;
}

.order-sidebar-kicker {
  margin: 0 0 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  color: #8b5e3c;
}

.order-side-nav {
  display: grid;
  gap: 0;
}

.order-page .menu-tab-anchor {
  padding: 0.95rem 0;
  border: 0;
  border-bottom: 1px solid rgba(123, 87, 63, 0.12);
  color: #4a3428;
  background: transparent;
  border-radius: 0;
  font-size: 0.92rem;
}

.order-page .menu-tab-anchor:hover {
  color: #8b5e3c;
  border-color: rgba(176, 122, 63, 0.36);
  background: transparent;
}

.order-sidebar-contact h2 {
  margin: 0 0 0.75rem;
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
}

.order-sidebar-contact p,
.order-side-business {
  color: #6f5a4d;
  line-height: 1.7;
}

.order-side-business {
  display: grid;
  gap: 0.45rem;
  margin-top: 1rem;
}

.order-main {
  min-width: 0;
}

.order-page-head {
  padding: 1.4rem 1.6rem 1.1rem;
  border: 1px solid rgba(123, 87, 63, 0.1);
  background: #fffdf9;
  box-shadow: 0 12px 32px rgba(74, 52, 40, 0.05);
}

.order-page-head h1 {
  margin: 0 0 1rem;
  font-family: "Inter", sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  color: #2f241c;
  text-transform: uppercase;
}

.order-page-head p {
  margin: 0;
  color: #6f5a4d;
  line-height: 1.75;
}

.order-page-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.4rem;
  min-height: 3.35rem;
  padding: 0 1.6rem;
  background: var(--order-primary);
  color: var(--order-primary-contrast);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.82rem;
  font-weight: 800;
  transition: transform 180ms ease, background-color 180ms ease;
}

.order-page-cta:hover {
  background: #9a6837;
  transform: translateY(-1px);
}

.order-toolbar {
  margin-top: 1.25rem;
  padding: 1.1rem 1.25rem;
  border: 1px solid rgba(123, 87, 63, 0.1);
  background: #fffdf9;
  box-shadow: 0 12px 32px rgba(74, 52, 40, 0.05);
}

.order-search input {
  width: 100%;
  min-height: 56px;
  padding: 0 1rem;
  border: 1px solid rgba(123, 87, 63, 0.16);
  background: #fff;
  color: #2f241c;
}

.order-search input::placeholder {
  color: #9b8b81;
}

.order-filter-row {
  margin-top: 1rem;
}

.order-page .filter-row button {
  border-color: rgba(123, 87, 63, 0.12);
  background: #fff;
  color: #4a3428;
}

.order-page .filter-row button:hover,
.order-page .filter-row button.is-active {
  background: #f3e2cb;
  border-color: rgba(176, 122, 63, 0.28);
  color: #8b5e3c;
}

.order-status {
  margin-top: 1rem;
  color: #6f5a4d;
}

.order-menu-sections {
  margin-top: 1.25rem;
}

.order-page .menu-render-section {
  padding: 1.4rem 1.5rem;
  border: 1px solid rgba(123, 87, 63, 0.1);
  background: #fffdf9;
  box-shadow: 0 12px 32px rgba(74, 52, 40, 0.05);
  opacity: 1;
  transform: none;
}

.order-page .menu-render-section.reveal {
  opacity: 1 !important;
  transform: none !important;
}

.order-page .menu-section-header {
  margin-bottom: 1.1rem;
  padding-bottom: 1rem;
  border-bottom-color: rgba(123, 87, 63, 0.12);
}

.order-page .menu-section-header h3 {
  color: #8b5e3c;
  font-size: clamp(1.8rem, 2.8vw, 2.3rem);
}

.order-page .menu-section-grid {
  grid-template-columns: 1fr;
  gap: 1rem;
}

.order-product-card {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  gap: 1.1rem;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid rgba(123, 87, 63, 0.12);
  padding-bottom: 1.1rem;
}

.order-product-card:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.order-product-card:hover {
  transform: none;
  box-shadow: none;
}

.order-product-media img {
  width: 100%;
  height: 112px;
  object-fit: cover;
  border: 1px solid rgba(123, 87, 63, 0.12);
}

.order-product-copy h3 {
  margin: 0 0 0.55rem;
  font-family: "Inter", sans-serif;
  font-size: 1.28rem;
  color: #2f241c;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.order-page .menu-category {
  margin-bottom: 0.45rem;
  color: #9a6d4a;
}

.order-page .menu-card p,
.order-page .menu-ingredients,
.order-page .allergen-line {
  color: #6f5a4d;
  line-height: 1.6;
  font-size: 0.95rem;
}

.order-product-footer {
  margin-top: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.order-page .price-display {
  color: #8b5e3c;
  font-size: 1.45rem;
}

.order-add {
  border-color: rgba(123, 87, 63, 0.18);
  background: #fff;
  color: #8b5e3c;
}

.order-add:hover {
  background: #f3e2cb;
  border-color: rgba(176, 122, 63, 0.28);
}

.order-page .tag-row {
  margin-top: 0.55rem;
}

.order-page .tag {
  border-color: rgba(176, 122, 63, 0.18);
  color: #8b5e3c;
  background: #fcf3e7;
}

@media (max-width: 1024px) {
  .site-header .flex.justify-between {
    gap: 0.85rem;
  }

  .site-header .hidden.md\:flex {
    gap: 1.25rem;
  }

  .site-header .font-headline-md {
    font-size: 2rem;
  }

  .hero-section,
  .tab-content > section:first-child {
    min-height: 78dvh;
  }

  .featured-menu-card {
    gap: 1rem;
  }

  .featured-menu-heading h3 {
    font-size: 1.85rem;
  }

  .menu-book-preview {
    min-height: 360px;
  }

  .book-spine {
    display: none;
  }

  .order-header-inner {
    width: min(100% - 1.5rem, 1380px);
    min-height: 80px;
  }

  .order-layout {
    width: min(100% - 1.5rem, 1380px);
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 1.25rem;
  }

  .order-sidebar {
    top: 96px;
  }
}

@media (max-width: 768px) {
  body {
    padding-bottom: 72px;
  }

  body.order-page {
    padding-bottom: 8.5rem;
  }

  .site-header {
    backdrop-filter: blur(14px);
  }

  .site-header .flex.justify-between {
    flex-wrap: wrap;
    align-items: center;
  }

  .site-header .font-headline-md {
    font-size: 1.8rem;
  }

  .site-header .language-switch button {
    min-width: 2.35rem;
    height: 2.35rem;
  }

  .site-header .bg-bronze-glimmer {
    padding-inline: 1rem;
    min-height: 44px;
  }

  .tab-links-mobile {
    gap: 1rem;
    padding-inline: 1rem;
  }

  .hero-section,
  .tab-content > section:first-child {
    min-height: 68dvh;
  }

  .hero-section h1,
  .tab-content > section:first-child h1 {
    font-size: clamp(2.25rem, 9vw, 3.4rem);
  }

  .hero-section p,
  .tab-content > section:first-child p {
    font-size: 0.98rem;
  }

  .hero-section .flex,
  .tab-content > section:first-child .flex {
    gap: 0.85rem;
  }

  .hero-section button,
  .tab-content > section:first-child button {
    width: 100%;
    max-width: 320px;
  }

  .py-section-padding {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }

  .px-margin-desktop {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .menu-book-preview {
    min-height: 300px;
    padding: 1rem;
    max-height: 76dvh;
    overflow: auto;
    align-items: start;
  }

  .menu-book-preview .book-preview-overlay,
  .menu-book-preview .book-controls,
  .menu-book-preview .ghost-link,
  .menu-book-preview .book-spine {
    display: none;
  }

  .menu-book:not(.is-pageflip),
  .menu-book-modal:not(.is-pageflip) {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .menu-book-page img {
    min-height: 180px;
  }

  .menu-book-page--scroll img {
    min-height: 0;
    height: auto;
  }

  .menu-card {
    padding: 1.35rem;
  }

  .menu-card h3,
  .featured-menu-heading h3 {
    font-size: 1.7rem;
  }

  .filter-row {
    padding-bottom: 0.35rem;
  }

  .menu-nav-row {
    gap: 0.6rem;
  }

  .menu-tab-anchor {
    padding: 0.65rem 0.85rem;
    font-size: 0.72rem;
  }

  .menu-section-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .cart-drawer {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    width: calc(100vw - 1.5rem);
    height: calc(100dvh - 1.5rem);
    padding: 1rem;
    border-radius: 22px;
  }

  .order-page .order-ui__button {
    top: auto;
    left: auto;
    right: 1rem;
    bottom: calc(4.75rem + env(safe-area-inset-bottom, 0px));
    width: auto;
    min-width: 92px;
    max-width: calc(100vw - 2rem);
    justify-content: flex-start;
    min-height: 54px;
    padding: 0.85rem 0.95rem;
    border-radius: 999px;
    opacity: 1;
    pointer-events: auto;
  }

  .order-page .order-ui__button-total {
    margin-left: auto;
  }

  .order-page .cart-drawer {
    top: auto;
    left: 0.35rem;
    right: 0.35rem;
    bottom: 0;
    width: calc(100vw - 0.7rem);
    height: min(94dvh, 980px);
    max-height: 94dvh;
    border-radius: 28px 28px 0 0;
    padding: 1.2rem 1.15rem calc(1.25rem + env(safe-area-inset-bottom, 0px));
    transform: translate3d(0, 102%, 0);
    overflow: hidden;
  }

  .order-page .cart-drawer.is-open {
    transform: translate3d(0, 0, 0);
  }

  .order-page .drawer-header {
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .order-page .drawer-header::before {
    content: "";
    position: absolute;
    top: 0.35rem;
    left: 50%;
    width: 3.4rem;
    height: 0.28rem;
    border-radius: 999px;
    background: rgba(123, 87, 63, 0.22);
    transform: translateX(-50%);
  }

  .order-page .cart-items {
    padding-top: 0.85rem;
    padding-bottom: 0.8rem;
  }

  .order-page .cart-body {
    padding-right: 0.15rem;
    padding-bottom: 0.8rem;
    touch-action: pan-y;
  }

  .order-page .cart-line {
    padding: 1.1rem 0;
  }

  .order-page .cart-line h3 {
    font-size: 1.45rem;
  }

  .order-page .quantity-stepper {
    min-height: 3rem;
  }

  .order-page .quantity-stepper button,
  .order-page .quantity-stepper span {
    width: 2.7rem;
    height: 2.7rem;
  }

  .order-page .drawer-form {
    gap: 1rem;
  }

  .order-page .drawer-summary {
    flex: 0 0 auto;
    min-height: 0;
    position: static;
    background: transparent;
    backdrop-filter: none;
    padding-top: 1rem;
  }

  .order-page .drawer-form label span {
    font-size: 0.78rem;
    letter-spacing: 0.14em;
  }

  .order-page .drawer-form input,
  .order-page .drawer-form select,
  .order-page .drawer-form textarea {
    min-height: 56px;
    padding-top: 0.95rem;
    padding-bottom: 0.95rem;
    font-size: 0.98rem;
  }

  .order-page .drawer-form textarea {
    min-height: 112px;
  }

  .order-page .summary-row {
    margin-bottom: 1.1rem;
  }

  .order-page .summary-row strong {
    font-size: 2rem;
  }

  .cart-note-field {
    display: none;
  }

  .book-modal-shell,
  .option-modal-card,
  .menu-image-modal-shell {
    padding: 1rem;
  }

  .book-modal-shell,
  .menu-image-modal-shell {
    max-height: calc(100dvh - 1rem);
  }

  .mittag-popup-image {
    max-height: calc(100dvh - 7rem);
  }

  .option-modal-card h2,
  .book-modal-shell h2,
  .menu-image-modal-shell h2,
  .drawer-header h2 {
    font-size: 1.75rem;
  }

  .drawer-form textarea {
    min-height: 92px;
  }

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

  .order-header-inner {
    width: min(100% - 1rem, 1380px);
    min-height: auto;
    padding-block: 0.8rem;
    align-items: flex-start;
  }

  .order-brand {
    gap: 0.75rem;
  }

  .order-brand img {
    width: 42px;
    height: 42px;
  }

  .order-brand strong {
    font-size: 1.45rem;
  }

  .order-header-actions {
    width: auto;
    margin-left: auto;
    justify-content: flex-end;
  }

  .order-back-link {
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 10rem);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .order-back-link,
  .order-cart-button {
    min-height: 44px;
    padding-inline: 0.75rem;
  }

  .order-cart-button {
    flex: 0 0 auto;
  }

  .order-header-inner,
  .order-layout {
    width: min(100% - 1rem, 1380px);
  }

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

  .order-sidebar {
    position: static;
  }

  .order-sidebar-card,
  .order-page-head,
  .order-toolbar,
  .order-page .menu-render-section {
    padding: 1rem;
  }

  .order-page-head h1 {
    font-size: clamp(1.85rem, 8vw, 2.5rem);
  }

  .order-toolbar {
    margin-top: 1rem;
  }

  .order-search input {
    min-height: 50px;
  }

  .order-page .filter-row {
    gap: 0.55rem;
  }

  .order-page .filter-row button {
    padding: 0.68rem 0.85rem;
    letter-spacing: 0.11em;
  }

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

  .order-product-media img {
    height: 200px;
  }

  .order-product-footer {
    flex-wrap: wrap;
  }

  .order-page .price-display {
    font-size: 1.35rem;
  }

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

  .drawer-backdrop,
  .option-backdrop,
  .book-backdrop {
    backdrop-filter: blur(3px);
  }

  .order-header-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

@media (max-width: 480px) {
  .site-header .flex.justify-between {
    gap: 0.65rem;
  }

  .site-header .font-headline-md {
    font-size: 1.55rem;
    letter-spacing: 0.08em;
  }

  .site-header .language-switch {
    gap: 0.2rem;
    padding: 0.22rem;
  }

  .site-header .language-switch button {
    min-width: 2.1rem;
    height: 2.1rem;
    font-size: 0.68rem;
  }

  .hero-section h1,
  .tab-content > section:first-child h1 {
    font-size: clamp(2rem, 12vw, 2.8rem);
  }

  .hero-section button,
  .tab-content > section:first-child button,
  .order-back-link,
  .order-cart-button {
    min-height: 44px;
    font-size: 0.7rem;
    letter-spacing: 0.12em;
  }

  .order-back-link {
    max-width: calc(100% - 7.9rem);
    padding-inline: 0.55rem;
    font-size: 0.62rem;
    letter-spacing: 0.08em;
  }

  .featured-menu-heading {
    gap: 0.75rem;
  }

  .featured-menu-heading h3 {
    font-size: 1.55rem;
  }

  .menu-section-header h3,
  .menu-card h3 {
    font-size: 1.55rem;
  }

  .menu-card,
  .glass-panel,
  .option-modal-card,
  .book-modal-shell,
  .menu-image-modal-shell,
  .cart-drawer {
    border-radius: 18px;
  }

  .order-header-inner {
    gap: 0.65rem;
  }

  .order-header-actions {
    gap: 0.55rem;
  }

  .order-back-link {
    max-width: calc(100% - 8.6rem);
  }

  .order-sidebar-contact h2 {
    font-size: 1.65rem;
  }

  .order-product-media img {
    height: 176px;
  }

  .order-product-copy h3 {
    font-size: 1.18rem;
  }

  .drawer-header h2,
  .option-modal-card h2,
  .book-modal-shell h2,
  .menu-image-modal-shell h2 {
    font-size: 1.55rem;
  }

  .summary-row strong {
    font-size: 1.7rem;
  }

  .order-page .order-ui__button {
    min-height: 56px;
    gap: 0.5rem;
  }

  .order-page .order-ui__button-total {
    font-size: 0.72rem;
  }

  .order-page .drawer-submit {
    min-height: 3.7rem;
    font-size: 0.78rem;
  }
}

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

#reservation [data-i18n="reservation.eyebrow"] {
  display: none;
}
