:root {
  --bg: #050505;
  --surface: rgba(12, 11, 10, 0.92);
  --surface-strong: rgba(8, 8, 8, 0.96);
  --surface-soft: rgba(18, 16, 15, 0.94);
  --surface-chip: rgba(20, 18, 17, 0.96);
  --surface-glass: rgba(15, 14, 14, 0.82);
  --text: #f3eee7;
  --text-soft: #d2c4b4;
  --muted: #b8aa98;
  --border: rgba(243, 145, 29, 0.28);
  --border-strong: rgba(243, 145, 29, 0.46);
  --orange: #ef8e23;
  --orange-strong: #ff9f2f;
  --gold: #f2b555;
  --green: #83b13a;
  --shadow: 0 28px 60px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: "Manrope", sans-serif;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.78)) center top / 100% 100% no-repeat,
    radial-gradient(circle at 50% 13%, rgba(244, 150, 42, 0.14), transparent 14%),
    radial-gradient(circle at 50% 67%, rgba(244, 150, 42, 0.1), transparent 16%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.7), transparent 18%, transparent 82%, rgba(0, 0, 0, 0.7)) center top / 100% 100% no-repeat,
    url("./assets/hero-wood.png") center top / 100% auto repeat-y;
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

body::before {
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 180, 80, 0.06), transparent 22%),
    radial-gradient(circle at 82% 18%, rgba(255, 138, 45, 0.06), transparent 18%),
    radial-gradient(circle at 50% 100%, rgba(255, 180, 80, 0.05), transparent 24%);
}

body::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.34), transparent 16%, transparent 82%, rgba(0, 0, 0, 0.42));
}

body.modal-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

button {
  border: 0;
  padding: 0;
}

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

.page-ambient {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  min-height: 100%;
}

.page-ambient-top,
.page-ambient-bottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  max-width: 1760px;
  opacity: 0.98;
}

.page-ambient-top {
  top: 0;
  width: min(100%, 1440px);
  opacity: 0.9;
  filter: drop-shadow(0 24px 32px rgba(0, 0, 0, 0.26));
}

.page-ambient-bottom {
  bottom: 0;
  width: min(1560px, 132vw);
  max-width: none;
  opacity: 0.74;
  filter: drop-shadow(0 -24px 48px rgba(0, 0, 0, 0.3));
}

.storefront-shell {
  position: relative;
  z-index: 4;
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: calc(env(safe-area-inset-top) + 18px) 16px var(--shell-bottom-gap, 208px);
}

.delivery-home {
  display: grid;
  gap: 18px;
}

.hybrid-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 16px;
  border-radius: 20px;
  border: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(19, 17, 16, 0.96), rgba(9, 8, 8, 0.98));
  box-shadow: var(--shadow);
}

#hybridBanner {
  display: none !important;
}

.hybrid-banner.is-warning {
  border-color: rgba(242, 181, 85, 0.42);
}

.hybrid-banner.is-danger {
  border-color: rgba(255, 106, 80, 0.4);
}

.hybrid-banner-copy {
  display: grid;
  gap: 2px;
}

.hybrid-banner-copy strong {
  font-size: 0.92rem;
  font-weight: 800;
}

.hybrid-banner-copy span,
.hybrid-banner-copy small {
  color: var(--text-soft);
  line-height: 1.45;
  font-size: 0.88rem;
}

.hybrid-banner-action {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(243, 145, 29, 0.16);
  color: var(--text);
  font-weight: 700;
}

.delivery-home.is-compact-page {
  gap: 14px;
}

.panel-surface,
.hero-panel,
.promo-card,
.menu-card,
.order-dock,
.bottom-nav,
.modal-card {
  border: 1px solid var(--border);
  background:
    linear-gradient(180deg, rgba(18, 16, 15, 0.94), rgba(8, 8, 9, 0.96));
  box-shadow: var(--shadow);
}

.panel-surface,
.hero-panel,
.promo-card,
.menu-card,
.menu-card-image,
.modal-card {
  overflow: hidden;
}

.panel-surface,
.hero-panel,
.promo-card,
.menu-card,
.modal-card {
  border-radius: 28px;
}

.utility-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 12px;
  position: relative;
  z-index: 2;
}

.section-shortcuts {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 2px 0;
}

.desktop-top-nav,
.desktop-utility-link {
  display: none;
}

.desktop-top-nav {
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  min-width: 0;
}

.desktop-top-nav-link {
  min-height: 38px;
  padding: 0 10px;
  border-radius: 14px;
  background: transparent;
  color: var(--text-soft);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.desktop-top-nav-link.active {
  background: rgba(255, 138, 0, 0.12);
  color: var(--orange-strong);
  box-shadow: inset 0 0 0 1px rgba(255, 138, 0, 0.2);
}

.desktop-utility-link {
  min-height: 46px;
  padding: 0 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(180deg, rgba(20, 18, 18, 0.96), rgba(10, 10, 10, 0.96));
  color: var(--text);
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.92rem;
  font-weight: 700;
  white-space: nowrap;
}

.desktop-utility-link svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.desktop-cart-count {
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: rgba(255, 138, 0, 0.18);
  color: var(--orange-strong);
  font-size: 0.76rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hero-panel::before,
.panel-surface::before,
.promo-card::before,
.menu-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.panel-surface::before {
  opacity: 0.22;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.02) 0,
      rgba(255, 255, 255, 0.02) 18px,
      rgba(0, 0, 0, 0.1) 18px,
      rgba(0, 0, 0, 0.1) 36px
    );
}

.hero-content,
.brand-lockup,
.utility-actions,
.hero-copy,
.address-banner,
.category-section,
.menu-section {
  position: relative;
  z-index: 1;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  justify-self: start;
}

.brand-lockup-image {
  width: clamp(150px, 24vw, 252px);
  height: auto;
  display: block;
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.28));
}

.category-section-head small,
.category-section-head small,
.menu-section-head small,
.modal-label {
  color: var(--orange);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.address-chip-copy small,
.address-banner-copy small {
  color: var(--orange);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.hero-copy h1,
.category-section-head h2,
.menu-section-head h2,
.menu-card-title,
.modal-section h2,
.tracking-top h2,
.summary-box strong,
.product-option-copy strong,
.floating-cart-total {
  font-family: "Cinzel", serif;
}

.utility-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
  gap: 8px;
  width: auto;
  flex: 0 0 auto;
  min-width: 0;
  flex-wrap: nowrap;
}

.utility-language-picker {
  position: relative;
  display: inline-flex;
}

.utility-language-button {
  min-height: 44px;
  max-width: 100%;
  padding: 0 12px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(180deg, rgba(20, 18, 18, 0.96), rgba(10, 10, 10, 0.96));
  color: var(--text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.utility-language-flag,
.utility-language-option-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
}

.utility-language-flag svg,
.utility-language-option-flag svg {
  width: 18px;
  height: 13px;
  display: block;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.utility-language-text {
  color: #fff5e8;
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 9ch;
}

.utility-language-chevron {
  width: 16px;
  height: 16px;
  color: var(--muted);
}

.utility-language-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 220px;
  max-width: min(220px, calc(100vw - 32px));
  padding: 8px;
  border-radius: 18px;
  border: 1px solid rgba(243, 145, 29, 0.18);
  background: linear-gradient(180deg, rgba(18, 16, 15, 0.98), rgba(8, 8, 9, 0.98));
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.38);
  display: grid;
  gap: 6px;
  z-index: 20;
}

.utility-language-menu[hidden] {
  display: none !important;
}

.utility-language-option {
  min-height: 46px;
  padding: 0 12px;
  border-radius: 14px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: var(--text-soft);
  text-align: left;
}

.utility-language-option.is-active {
  background: linear-gradient(135deg, rgba(239, 142, 35, 0.18), rgba(243, 181, 85, 0.14));
  color: #fff7ea;
  box-shadow: inset 0 0 0 1px rgba(255, 138, 0, 0.18);
}

.utility-language-option-label {
  font-size: 0.9rem;
  font-weight: 700;
}

body.is-mobile-storefront .bottom-nav,
body[data-storefront-viewport="mobile"] .bottom-nav {
  display: grid;
}

body.is-mobile-storefront .floating-cart-button,
body[data-storefront-viewport="mobile"] .floating-cart-button {
  display: inline-flex;
}

body.is-desktop-storefront .desktop-top-nav,
body[data-storefront-viewport="desktop"] .desktop-top-nav {
  display: flex !important;
}

body.is-desktop-storefront .desktop-utility-link,
body[data-storefront-viewport="desktop"] .desktop-utility-link {
  display: inline-flex !important;
}

body.is-desktop-storefront .bottom-nav,
body.is-desktop-storefront .section-shortcuts,
body[data-storefront-viewport="desktop"] .bottom-nav,
body[data-storefront-viewport="desktop"] .section-shortcuts {
  display: none !important;
  visibility: hidden;
  pointer-events: none;
}

.address-chip,
.utility-icon,
.desktop-top-nav-link,
.desktop-utility-link,
.category-tab,
.sub-category-chip,
.hero-cta,
.promo-action,
.menu-card-add,
.primary-action,
.secondary-action,
.qty-button,
.pagination-button,
.pagination-index,
.floating-cart-button,
.section-link,
.modal-close,
.bottom-nav-item {
  cursor: pointer;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease,
    box-shadow 160ms ease;
}

.address-chip,
.utility-icon,
.sub-category-chip,
.secondary-action,
.qty-button,
.pagination-button,
.pagination-index,
.section-link,
.modal-close {
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(180deg, rgba(20, 18, 18, 0.96), rgba(10, 10, 10, 0.96));
  color: var(--text);
}

button[disabled],
.primary-action[disabled],
.secondary-action[disabled],
.hero-cta[disabled],
.floating-cart-button[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
  box-shadow: none;
  transform: none;
}

.address-chip,
.address-banner-main {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 14px;
  border-radius: 18px;
}

.address-chip-icon,
.address-banner-icon {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(243, 145, 29, 0.12);
  color: var(--orange);
  flex: 0 0 auto;
}

.address-chip-icon svg,
.utility-icon svg,
.menu-card-add svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.hero-cta svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.address-chip-copy,
.address-banner-copy {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 0;
}

.address-chip-copy strong,
.address-banner-copy strong {
  display: block;
  max-width: 100%;
  color: #fffaf2;
  font-size: 0.92rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.utility-icon {
  width: 42px;
  height: 42px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.utility-icon-accent {
  color: var(--orange);
}

.utility-store-status {
  color: #8fd06a;
}

.utility-store-status.is-closed {
  color: #e2746b;
}

.store-status-dot {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 3px rgba(5, 5, 5, 0.92);
}

.hero-panel {
  position: relative;
  display: grid;
  gap: 24px;
  padding: 18px 18px 22px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.68) 41%, rgba(0, 0, 0, 0.16) 100%);
}

.hero-panel::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 18%, transparent 82%, rgba(0, 0, 0, 0.2)),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.02) 0,
      rgba(255, 255, 255, 0.02) 16px,
      rgba(0, 0, 0, 0.06) 16px,
      rgba(0, 0, 0, 0.06) 32px
    );
}

.hero-content {
  min-height: 340px;
  display: grid;
  grid-template-columns: minmax(0, 274px) minmax(0, 1fr);
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 4;
  align-self: center;
  max-width: 268px;
  padding: 0;
}

.hero-script {
  margin: 0;
  color: var(--orange);
  font-family: "Mr Dafoe", cursive;
  font-size: 2.22rem;
}

.hero-copy h1 {
  margin: 10px 0 0;
  font-size: clamp(3rem, 10vw, 5rem);
  line-height: 0.88;
  text-transform: uppercase;
}

.hero-subtitle {
  margin: 14px 0 0;
  max-width: 11ch;
  color: #ebe1d5;
  font-size: 1.24rem;
  line-height: 1.24;
}

.hero-cta {
  margin-top: 20px;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
  background: linear-gradient(135deg, #d77015, var(--orange-strong));
  color: #fff8ef;
  font-size: 0.94rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 18px 34px rgba(239, 142, 35, 0.28);
}

.hero-cta svg {
  transform: rotate(180deg);
}

.hero-visual {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-glow {
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 999px;
  filter: blur(22px);
  opacity: 0.28;
  background: radial-gradient(circle, rgba(255, 177, 71, 0.9), transparent 70%);
}

.hero-glow-left {
  top: 48px;
  right: 126px;
}

.hero-glow-right {
  top: 104px;
  right: 6px;
}

.hero-drink,
.promo-visual {
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-drink {
  top: 70px;
  right: 154px;
  width: 60px;
  height: 92px;
  border-radius: 24px;
  opacity: 0.6;
  background-image: url("https://images.unsplash.com/photo-1544145945-f90425340c7e?auto=format&fit=crop&w=900&q=80");
  box-shadow: 0 20px 34px rgba(0, 0, 0, 0.28);
}

.hero-plate-shell {
  position: absolute;
  right: -10px;
  bottom: -6px;
  width: min(64vw, 474px);
  aspect-ratio: 1.04 / 0.86;
  z-index: 1;
  pointer-events: none;
  isolation: isolate;
}

.hero-plate-shell::before {
  content: "";
  position: absolute;
  inset: -12%;
  border-radius: 56px;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(
      ellipse at 72% 58%,
      rgba(8, 6, 6, 0) 0%,
      rgba(8, 6, 6, 0.08) 36%,
      rgba(8, 6, 6, 0.2) 52%,
      rgba(8, 6, 6, 0.46) 68%,
      rgba(8, 6, 6, 0.8) 84%,
      rgba(8, 6, 6, 0.98) 100%
    );
  filter: blur(26px);
  opacity: 0.94;
}

.hero-plate-shell::after {
  content: "";
  position: absolute;
  inset: -28px;
  border-radius: 54px;
  pointer-events: none;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(8, 6, 6, 1) 0%, rgba(8, 6, 6, 0.98) 9%, rgba(8, 6, 6, 0.78) 20%, rgba(8, 6, 6, 0.28) 34%, transparent 46%),
    linear-gradient(180deg, rgba(8, 6, 6, 0.96) 0%, rgba(8, 6, 6, 0.42) 16%, transparent 34%, transparent 68%, rgba(8, 6, 6, 0.42) 84%, rgba(8, 6, 6, 0.96) 100%),
    radial-gradient(ellipse at 72% 58%, transparent 0%, transparent 40%, rgba(8, 6, 6, 0.2) 56%, rgba(8, 6, 6, 0.5) 72%, rgba(8, 6, 6, 0.86) 90%, rgba(8, 6, 6, 1) 100%);
  filter: blur(18px);
  opacity: 1;
}

.hero-plate {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 28px;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
  filter: saturate(1.03) contrast(1.02);
  -webkit-mask-image: radial-gradient(
    ellipse at 70% 58%,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 28%,
    rgba(0, 0, 0, 0.98) 42%,
    rgba(0, 0, 0, 0.88) 56%,
    rgba(0, 0, 0, 0.62) 72%,
    rgba(0, 0, 0, 0.28) 86%,
    transparent 100%
  );
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: radial-gradient(
    ellipse at 70% 58%,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 28%,
    rgba(0, 0, 0, 0.98) 42%,
    rgba(0, 0, 0, 0.88) 56%,
    rgba(0, 0, 0, 0.62) 72%,
    rgba(0, 0, 0, 0.28) 86%,
    transparent 100%
  );
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.28),
    0 8px 16px rgba(0, 0, 0, 0.12);
}

.address-banner,
.category-section,
.menu-section {
  position: relative;
  padding: 18px;
}

.address-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 142px;
  align-items: center;
  gap: 12px;
}

.address-banner::after {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  right: 154px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(243, 145, 29, 0.34), transparent);
}

.map-action {
  min-height: 58px;
  padding: 0 18px;
  border-radius: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff1dc;
  font-weight: 700;
}

.category-section-head,
.menu-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.menu-search-shell {
  width: min(100%, 360px);
}

.menu-search-shell input {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 16px;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(180deg, rgba(20, 18, 18, 0.96), rgba(10, 10, 10, 0.96));
  color: var(--text);
}

.menu-search-shell input:focus {
  border-color: rgba(243, 145, 29, 0.42);
  box-shadow: 0 0 0 4px rgba(243, 145, 29, 0.08);
}

.category-section-head > div {
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.category-section-head h2,
.menu-section-head h2 {
  margin: 0;
  font-size: 1.9rem;
  color: #fff8ef;
}

.category-tabs {
  margin-top: 16px;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 2px 2px 6px;
  scrollbar-width: none;
}

.category-tabs::-webkit-scrollbar {
  display: none;
}

.category-tab {
  position: relative;
  display: grid;
  gap: 10px;
  justify-items: center;
  padding: 12px 8px 10px;
  border-radius: 22px;
  min-width: 88px;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.48), rgba(8, 8, 8, 0.78));
  color: #fff0dd;
  border: 1px solid rgba(243, 145, 29, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.02),
    0 8px 18px rgba(0, 0, 0, 0.08);
}

.category-tab::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.015);
}

.category-tab-icon {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--orange);
  background:
    radial-gradient(circle at 32% 28%, rgba(243, 145, 29, 0.14), transparent 42%),
    linear-gradient(180deg, rgba(14, 14, 14, 0.98), rgba(7, 7, 7, 0.98));
  border: 1px solid rgba(243, 145, 29, 0.34);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 10px 20px rgba(0, 0, 0, 0.2),
    0 0 0 3px rgba(243, 145, 29, 0.03);
}

.category-tab-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.category-tab-icon svg.category-filled-icon,
.category-tab.active .category-tab-icon svg.category-filled-icon {
  width: 27px;
  height: 27px;
  fill: currentColor;
  stroke: none;
}

.category-tab-icon svg.category-filled-icon path,
.category-tab-icon svg.category-filled-icon g,
.category-tab.active .category-tab-icon svg.category-filled-icon path,
.category-tab.active .category-tab-icon svg.category-filled-icon g {
  fill: currentColor;
  stroke: none;
}

.category-tab-label {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  text-align: center;
  color: #f2e8db;
}

.category-tab.active {
  border-color: var(--border-strong);
  background:
    radial-gradient(circle at top, rgba(243, 145, 29, 0.12), transparent 58%),
    linear-gradient(180deg, rgba(32, 20, 14, 0.86), rgba(12, 11, 11, 0.98));
}

.category-tab.active .category-tab-icon {
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 180, 88, 0.18), transparent 44%),
    linear-gradient(180deg, rgba(63, 35, 15, 0.98), rgba(20, 12, 8, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 16px 24px rgba(243, 145, 29, 0.16),
    0 0 0 4px rgba(243, 145, 29, 0.05);
}

.category-tab.active .category-tab-label {
  color: #fff8ef;
}

.sub-category-tabs {
  margin-top: 14px;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.sub-category-tabs::-webkit-scrollbar {
  display: none;
}

.sub-category-chip,
.pagination-button,
.pagination-index,
.section-link,
.menu-helper,
.menu-counter {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  font-weight: 700;
}

.sub-category-chip.active,
.pagination-index.active,
.section-link {
  border-color: rgba(243, 145, 29, 0.28);
  background: linear-gradient(135deg, rgba(239, 142, 35, 0.18), rgba(243, 181, 85, 0.16));
  color: var(--gold);
}

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

.promo-card {
  position: relative;
  min-height: 250px;
  padding: 22px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
}

.promo-card::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.2) 80%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 16%, transparent 84%, rgba(0, 0, 0, 0.24));
}

.promo-copy {
  position: relative;
  z-index: 2;
  max-width: 220px;
}

.promo-copy small {
  color: #e8ddd0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.promo-copy h2 {
  margin: 10px 0 0;
  font-family: "Cinzel", serif;
  font-size: 2.2rem;
  color: var(--orange);
  line-height: 0.92;
  text-transform: uppercase;
}

.promo-copy p {
  margin: 14px 0 0;
  color: #f3ebe0;
  line-height: 1.45;
}

.promo-copy strong {
  display: block;
  margin-top: 18px;
  font-family: "Cinzel", serif;
  font-size: 2rem;
}

.promo-action {
  margin-top: 16px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #d77015, var(--orange-strong));
  color: #fff8ef;
  font-weight: 800;
  text-transform: uppercase;
}

.promo-action-secondary {
  background: linear-gradient(135deg, #61892d, #8fb748);
}

.promo-visual {
  right: 0;
  bottom: 0;
  width: 58%;
  height: 100%;
}

.promo-visual-combo {
  background-image:
    url("https://images.unsplash.com/photo-1514362545857-3bc16c4c7d1b?auto=format&fit=crop&w=900&q=80"),
    url("https://images.unsplash.com/photo-1543332164-6e82f355bad5?auto=format&fit=crop&w=900&q=80");
  background-size: 42% auto, cover;
  background-position: right 18px bottom 18px, center;
}

.promo-visual-drinks {
  background-image: url("https://images.unsplash.com/photo-1544145945-f90425340c7e?auto=format&fit=crop&w=900&q=80");
}

.menu-section-head h2 {
  font-size: 2rem;
}

.section-link {
  background: transparent;
  color: var(--orange);
  justify-self: start;
}

.menu-meta-row {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.menu-helper,
.menu-counter {
  min-height: 38px;
  padding-inline: 14px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-soft);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.menu-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.menu-card {
  position: relative;
  width: 100%;
  text-align: left;
}

.menu-card::before {
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, rgba(243, 145, 29, 0.82), rgba(89, 48, 20, 0.08));
}

.menu-card-image {
  aspect-ratio: 1.18 / 1;
  background-size: cover;
  background-position: center;
}

.menu-card-copy {
  display: grid;
  gap: 10px;
  padding: 12px;
}

.menu-card-title {
  margin: 0;
  font-size: 1.06rem;
  line-height: 1.08;
  color: #fff8ef;
}

.menu-card-description {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.menu-card-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
}

.menu-card-meta {
  display: grid;
  gap: 4px;
}

.menu-card-meta strong {
  font-size: 1.05rem;
  color: #fff8ef;
}

.menu-card-meta span {
  color: var(--orange);
  font-size: 0.8rem;
  font-weight: 700;
}

.menu-card-add {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #d77015, var(--orange-strong));
  color: #0c0c0d;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 14px 24px rgba(239, 142, 35, 0.18);
}

.menu-card-add svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.menu-card-disabled .menu-card-add {
  opacity: 0.58;
}

.menu-card-disabled .menu-card-meta span {
  color: #d8815a;
}

.menu-card-serves {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(243, 145, 29, 0.1);
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 700;
}

.pagination-shell {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.pagination-button,
.pagination-index {
  min-width: 42px;
  color: var(--text-soft);
}

.empty-card {
  padding: 26px 20px;
  border-radius: 24px;
  color: var(--muted);
  text-align: center;
  background: rgba(0, 0, 0, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.bottom-nav {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(100% - 24px), 1088px);
  z-index: 28;
}

.floating-cart-button {
  position: fixed;
  right: 16px;
  bottom: calc(env(safe-area-inset-bottom) + 104px);
  z-index: 30;
  width: 58px;
  min-height: 58px;
  padding: 0;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  border: 1px solid var(--border);
  background:
    linear-gradient(180deg, rgba(14, 12, 11, 0.98), rgba(8, 8, 9, 0.98));
  box-shadow: var(--shadow);
}

.floating-cart-icon {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(243, 145, 29, 0.24);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

.floating-cart-icon svg {
  width: 18px;
  height: 18px;
}

.floating-cart-badge {
  position: absolute;
  top: -8px;
  left: 32px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #d77015, var(--orange-strong));
  color: #140d08;
  font-size: 0.75rem;
  font-weight: 800;
}

.floating-cart-total {
  display: none;
}

.bottom-nav {
  bottom: calc(env(safe-area-inset-bottom) + 16px);
  padding: 10px 12px;
  border-radius: 28px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 4px;
  background:
    linear-gradient(180deg, rgba(14, 12, 11, 0.96), rgba(8, 8, 9, 0.98));
  border: 1px solid rgba(243, 145, 29, 0.1);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.bottom-nav-item {
  position: relative;
  min-height: 70px;
  padding: 10px 4px;
  border-radius: 18px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 6px;
  background: transparent;
  color: #988a7d;
}

.bottom-nav-item::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: transparent;
  transition:
    background 160ms ease,
    box-shadow 160ms ease;
}

.bottom-nav-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bottom-nav-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bottom-nav-icon svg.bottom-nav-filled-icon,
.bottom-nav-item.active .bottom-nav-icon svg.bottom-nav-filled-icon {
  fill: currentColor;
  stroke: none;
}

.bottom-nav-item span:last-child {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.bottom-nav-item.active {
  color: var(--orange);
}

.bottom-nav-item.active::before {
  background: rgba(239, 142, 35, 0.95);
  box-shadow: 0 0 16px rgba(239, 142, 35, 0.35);
}

.bottom-nav-item.active .bottom-nav-icon {
  transform: translateY(-1px);
  text-shadow: 0 0 20px rgba(239, 142, 35, 0.3);
}

.info-section {
  padding: 22px 22px 24px;
  position: relative;
}

.info-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.info-section-head h2 {
  margin: 8px 0 0;
  font-family: "Cinzel", serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.info-section-head p {
  max-width: 560px;
  margin: 0;
  color: var(--text-soft);
  line-height: 1.65;
  text-align: right;
}

.promo-items-grid,
.info-card-grid {
  display: grid;
  gap: 14px;
}

.promo-items-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.info-card {
  min-height: 100%;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(16, 15, 15, 0.96), rgba(10, 10, 10, 0.96));
  display: grid;
  gap: 12px;
}

.info-card strong {
  font-family: "Cinzel", serif;
  color: #fff8ef;
  font-size: 1.08rem;
}

.info-card p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.58;
}

.info-section-head {
  align-items: flex-start;
}

.info-section-head p {
  margin: 0;
  max-width: 44ch;
  color: var(--text-soft);
  line-height: 1.6;
}

.info-link-stack,
.info-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.info-action {
  min-height: 48px;
  padding: 0 18px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.info-action.primary {
  border-color: rgba(255, 138, 0, 0.28);
  background: linear-gradient(135deg, rgba(255, 138, 0, 0.18), rgba(255, 255, 255, 0.05));
}

.promo-highlight-card {
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(255, 138, 0, 0.16);
  background: linear-gradient(180deg, rgba(16, 15, 15, 0.96), rgba(10, 10, 10, 0.96));
  display: grid;
  gap: 14px;
}

.promo-highlight-card strong {
  font-family: "Cinzel", serif;
  font-size: 1.2rem;
  color: #fff7ea;
}

.promo-highlight-copy {
  display: grid;
  gap: 8px;
}

.promo-highlight-card p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.58;
}

.promo-highlight-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.promo-highlight-meta span {
  color: var(--gold);
  font-size: 0.84rem;
  font-weight: 700;
}

.promo-highlight-meta strong {
  font-size: 1.1rem;
  color: var(--orange-strong);
}

.promo-highlight-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.promo-highlight-price s {
  color: var(--muted);
}

.promo-highlight-price small {
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 700;
}

.reservation-grid {
  align-items: start;
}

.reservation-flow-card,
.reservation-request-card {
  gap: 14px;
}

.reservation-request-copy {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.6;
}

.reservation-rule-list {
  display: grid;
  gap: 10px;
}

.reservation-rule {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid rgba(243, 145, 29, 0.1);
  background: rgba(255, 255, 255, 0.03);
}

.reservation-rule-index {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(239, 142, 35, 0.22), rgba(243, 181, 85, 0.12));
  color: var(--orange-strong);
  font-size: 0.88rem;
  font-weight: 800;
}

.reservation-rule-copy {
  display: grid;
  gap: 4px;
}

.reservation-rule-copy strong {
  font-family: "Manrope", sans-serif;
  font-size: 0.94rem;
}

.reservation-rule-copy span {
  color: var(--text-soft);
  line-height: 1.5;
}

.reservation-inline-note {
  margin-top: 2px;
}

.reservation-history-block {
  margin-top: 18px;
}

.profile-block {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}

.profile-block-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.profile-block-head strong {
  display: block;
  margin-bottom: 6px;
  font-family: "Cinzel", serif;
  font-size: 1.05rem;
}

.profile-block-head span {
  color: var(--text-soft);
  line-height: 1.6;
}

.modal-shell {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(0, 0, 0, 0.76);
  z-index: 48;
}

body.modal-open {
  overflow: hidden;
}

.modal-shell.open {
  display: flex;
}

.modal-card {
  position: relative;
  width: min(100%, 860px);
  max-height: min(92vh, 980px);
  padding: 22px;
  overflow: auto;
  background:
    linear-gradient(180deg, rgba(18, 16, 15, 0.98), rgba(8, 8, 9, 0.98));
}

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

.product-modal-card {
  width: min(100%, 920px);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  z-index: 2;
  font-size: 1.2rem;
  line-height: 1;
}

.modal-section h2 {
  margin: 10px 0 0;
  font-size: clamp(1.6rem, 5vw, 2.3rem);
  color: #fff9f0;
}

.modal-section p,
.profile-copy,
.product-modal-description,
.tracking-footer p {
  color: var(--muted);
  line-height: 1.7;
}

.orders-history-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.orders-history-card {
  border-radius: 22px;
  padding: 16px;
  border: 1px solid rgba(243, 145, 29, 0.12);
  background: linear-gradient(180deg, rgba(16, 15, 15, 0.96), rgba(10, 10, 10, 0.96));
}

.orders-history-head,
.orders-history-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.orders-history-head {
  margin-bottom: 10px;
}

.orders-history-head strong {
  display: block;
}

.orders-history-head span,
.orders-history-meta span,
.orders-history-items {
  color: #cdbdaa;
  font-size: 0.92rem;
}

.orders-history-items {
  margin: 12px 0 14px;
  line-height: 1.45;
}

.orders-history-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.search-modal-field {
  display: block;
  margin-top: 18px;
}

.search-modal-field input,
.checkout-form input,
.checkout-form select,
.checkout-form textarea {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border-radius: 16px;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(180deg, rgba(20, 18, 18, 0.96), rgba(10, 10, 10, 0.96));
  color: var(--text);
}

.search-modal-field input:focus,
.checkout-form input:focus,
.checkout-form select:focus,
.checkout-form textarea:focus {
  border-color: rgba(243, 145, 29, 0.42);
  box-shadow: 0 0 0 4px rgba(243, 145, 29, 0.08);
}

.checkout-form textarea {
  min-height: 120px;
  padding-block: 14px;
  resize: vertical;
}

.checkout-form {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.checkout-form label {
  display: grid;
  gap: 8px;
}

.checkout-form span,
.tracking-summary span,
.summary-line span,
.product-modal-price span {
  color: var(--text-soft);
  font-size: 0.82rem;
  font-weight: 700;
}

.span-2 {
  grid-column: 1 / -1;
}

.profile-highlight,
.profile-summary-box,
.profile-address-box,
.summary-box,
.tracking-summary,
.menu-sheet-nav {
  display: grid;
  gap: 10px;
  padding: 16px;
  margin-top: 18px;
  border-radius: 22px;
  border: 1px solid rgba(243, 145, 29, 0.12);
  background:
    linear-gradient(180deg, rgba(30, 21, 16, 0.92), rgba(12, 12, 12, 0.96));
}

.profile-summary-box {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.profile-highlight strong,
.profile-summary-box strong,
.profile-address-box strong {
  color: #fff9f0;
}

.profile-highlight span,
.profile-summary-box span,
.profile-address-box span {
  color: var(--muted);
}

.profile-warning {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(243, 145, 29, 0.08);
  border: 1px solid rgba(243, 145, 29, 0.16);
  color: #ffd59f;
  line-height: 1.6;
}

.profile-edit-button,
.primary-action,
.secondary-action,
.qty-button {
  min-height: 44px;
  padding: 0 16px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.primary-action {
  background: linear-gradient(135deg, #d77015, var(--orange-strong));
  color: #fff8ef;
}

.auth-switcher {
  margin-top: 18px;
}

.secondary-action {
  color: var(--text);
}

.product-modal-layout {
  display: grid;
  gap: 18px;
}

.product-modal-image {
  min-height: 280px;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 0 1px rgba(243, 145, 29, 0.12);
}

.product-modal-footer,
.product-headline-row,
.summary-line,
.tracking-top,
.checkout-actions,
.cart-line,
.cart-controls,
.product-option-row,
.menu-sheet-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.product-modal-footer {
  margin: 24px 0 20px;
}

.product-modal-price strong {
  display: block;
  margin-top: 8px;
  font-size: 1.3rem;
  color: var(--gold);
}

.product-modal-description {
  margin: 14px 0 0;
}

.quantity-control,
.cart-controls {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.qty-button {
  width: 40px;
}

.product-option-list,
.cart-lines,
.tracking-list {
  display: grid;
  gap: 12px;
}

.product-option-chip {
  width: 100%;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-main);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-align: left;
  cursor: pointer;
}

.product-option-chip strong {
  color: var(--gold);
}

.product-option-chip.is-active {
  border-color: rgba(255, 138, 0, 0.42);
  background: linear-gradient(135deg, rgba(255, 138, 0, 0.14), rgba(255, 255, 255, 0.04));
  box-shadow: 0 12px 28px rgba(255, 138, 0, 0.12);
}

.product-option-row {
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.product-option-copy strong {
  font-size: 0.96rem;
}

.product-option-copy span {
  display: block;
  margin-top: 6px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 700;
}

.cart-line {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.cart-line:last-child {
  border-bottom: 0;
}

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

.cart-line-copy strong {
  color: #fff8ef;
}

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

.tracking-top h2 {
  margin: 8px 0 0;
}

.eta-pill {
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(243, 145, 29, 0.12);
  color: var(--gold);
  font-size: 0.84rem;
  font-weight: 800;
}

.tracking-line {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.tracking-dot {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-soft);
  font-weight: 800;
}

.tracking-line strong {
  display: block;
  color: #fff8ef;
}

.tracking-line small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
}

.tracking-line.done,
.tracking-line.active {
  border-color: rgba(243, 145, 29, 0.22);
}

.tracking-line.done .tracking-dot,
.tracking-line.active .tracking-dot {
  background: linear-gradient(135deg, #d77015, var(--orange-strong));
  color: #0c0c0d;
}

.pix-qr-preview {
  width: min(220px, 100%);
  border-radius: 18px;
  padding: 10px;
  background: #fff;
  border: 1px solid rgba(243, 145, 29, 0.16);
}

.menu-sheet-nav {
  margin-top: 20px;
}

.menu-sheet-link {
  min-height: 52px;
  padding: 0 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  color: #fff8ef;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.summary-line.total strong {
  color: var(--gold);
}

.address-chip:hover,
.utility-icon:hover,
.address-banner-main:hover,
.map-action:hover,
.category-tab:hover,
.sub-category-chip:hover,
.hero-cta:hover,
.promo-action:hover,
.menu-card:hover,
.menu-card-add:hover,
.primary-action:hover,
.secondary-action:hover,
.qty-button:hover,
.pagination-button:hover,
.pagination-index:hover,
.floating-cart-button:hover,
.section-link:hover,
.modal-close:hover,
.bottom-nav-item:hover,
.menu-sheet-link:hover,
.desktop-top-nav-link:hover,
.desktop-utility-link:hover,
.info-action:hover {
  transform: translateY(-1px);
}

@media (min-width: 720px) {
  .storefront-shell {
    padding-inline: 22px;
  }

  .utility-actions {
    gap: 12px;
  }

  .utility-language-button {
    min-height: 60px;
    padding: 0 16px;
    border-radius: 22px;
    gap: 10px;
  }

  .utility-language-text {
    font-size: 0.94rem;
  }

  .utility-icon {
    width: 60px;
    height: 60px;
    min-height: 64px;
    border-radius: 22px;
  }

  .hero-panel {
    padding: 28px 30px 28px;
  }

  .hero-content {
    min-height: 410px;
    grid-template-columns: minmax(0, 364px) minmax(0, 1fr);
  }

  .hero-copy {
    max-width: 350px;
    padding-bottom: 0;
  }

  .hero-script {
    font-size: 3.45rem;
  }

  .hero-copy h1 {
    font-size: clamp(4.2rem, 7.6vw, 6rem);
  }

  .hero-subtitle {
    max-width: 12ch;
    font-size: 1.52rem;
  }

  .hero-drink {
    top: 82px;
    right: 300px;
    width: 92px;
    height: 136px;
    opacity: 0.7;
  }

  .hero-plate-shell {
    right: 18px;
    bottom: -6px;
    width: min(50vw, 574px);
  }

  .category-tabs {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    overflow: visible;
    padding-bottom: 0;
  }

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

  .menu-section-head {
    align-items: end;
  }

  .section-link {
    justify-self: end;
  }

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

  .floating-cart-button {
    right: max(24px, calc((100vw - 1120px) / 2 + 24px));
  }

  .product-modal-layout {
    grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  }

  .product-modal-image {
    min-height: 380px;
  }

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

@media (max-width: 719px) {
  .section-shortcuts {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-top: 12px;
  }

  .section-link {
    min-height: 48px;
    padding: 8px 6px;
    font-size: 0.72rem;
    line-height: 1.05;
    text-align: center;
    white-space: normal;
    word-break: break-word;
  }

  .info-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .info-section-head p {
    max-width: none;
    text-align: left;
  }

  .promo-items-grid,
  .info-card-grid {
    grid-template-columns: 1fr;
  }

  .promo-copy h2 {
    font-size: 1.8rem;
  }

  .tracking-summary {
    grid-template-columns: 1fr;
  }

  .checkout-form {
    grid-template-columns: 1fr;
  }

  .promo-visual {
    width: 64%;
  }
}

@media (min-width: 960px) {
  .storefront-shell {
    padding-bottom: 88px;
  }

  .utility-bar {
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 22px;
  }

  .section-shortcuts {
    display: none;
  }

  .desktop-top-nav {
    display: flex !important;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 4px;
    overflow: visible;
    padding-top: 0;
  }

  .desktop-top-nav-link {
    min-height: 40px;
    padding: 0 10px;
    font-size: 0.84rem;
  }

  .desktop-utility-link {
    display: inline-flex !important;
    min-height: 44px;
    padding: 0 12px;
    gap: 7px;
  }

  .brand-lockup-image {
    width: clamp(160px, 13vw, 194px);
  }

  .utility-actions {
    gap: 8px;
  }

  .utility-language-button {
    min-height: 46px;
    min-width: 54px;
    padding: 0 10px;
    border-radius: 14px;
    justify-content: center;
    gap: 6px;
  }

  .utility-language-text {
    display: none;
  }

  .utility-language-chevron {
    width: 14px;
    height: 14px;
  }

  .utility-icon {
    width: 46px;
    height: 46px;
    min-height: 46px;
    border-radius: 14px;
  }

  .desktop-utility-profile {
    width: 46px;
    min-width: 46px;
    padding: 0;
    border-radius: 14px;
  }

  .desktop-utility-profile > span {
    display: none;
  }

  .hero-panel {
    padding: 22px 28px 26px;
  }

  .hero-content {
    min-height: 428px;
    grid-template-columns: minmax(0, 388px) minmax(0, 1fr);
  }

  .hero-copy {
    max-width: 372px;
  }

  .hero-script {
    font-size: 3.72rem;
  }

  .hero-copy h1 {
    font-size: clamp(4.7rem, 7.2vw, 6.4rem);
  }

  .hero-subtitle {
    max-width: 11ch;
    font-size: 1.62rem;
  }

  .hero-cta {
    min-height: 54px;
    padding-inline: 22px;
    font-size: 0.96rem;
  }

  .hero-drink {
    top: 82px;
    right: 276px;
    width: 96px;
    height: 142px;
    opacity: 0.72;
  }

  .hero-plate-shell {
    right: 10px;
    bottom: -10px;
    width: min(50vw, 600px);
  }

  .category-tabs {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .info-section-head {
    justify-content: space-between;
  }

  .reservation-grid {
    grid-template-columns: 1.1fr 0.9fr;
  }

  .bottom-nav,
  body.is-desktop-storefront .bottom-nav,
  body[data-storefront-viewport="desktop"] .bottom-nav {
    display: none !important;
    visibility: hidden;
    pointer-events: none;
  }

  .floating-cart-button,
  body.is-desktop-storefront .floating-cart-button,
  body[data-storefront-viewport="desktop"] .floating-cart-button {
    display: inline-flex !important;
    right: 24px;
    bottom: 28px;
    min-height: 58px;
    padding: 0;
    width: 58px;
    justify-content: center;
    gap: 0;
  }

  .floating-cart-button .floating-cart-total {
    display: none;
  }

  .promo-items-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 540px) {
  .storefront-shell {
    padding-bottom: 196px;
  }

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

  .utility-actions {
    gap: 4px;
  }

  .utility-language-button {
    min-height: 40px;
    padding: 0 10px;
    border-radius: 14px;
    gap: 6px;
  }

  .utility-language-text {
    font-size: 0.8rem;
    max-width: 8ch;
  }

  .utility-language-chevron {
    width: 14px;
    height: 14px;
  }

  .utility-language-menu {
    min-width: 196px;
    max-width: calc(100vw - 28px);
  }

  .hero-panel {
    padding: 14px 14px 18px;
  }

  .hero-content {
    min-height: 316px;
    grid-template-columns: minmax(0, 224px) minmax(0, 1fr);
  }

  .hero-copy {
    max-width: 224px;
  }

  .hero-script {
    font-size: 2.12rem;
  }

  .hero-copy h1 {
    font-size: 2.96rem;
  }

  .hero-subtitle {
    margin-top: 12px;
    font-size: 1.28rem;
  }

  .hero-cta {
    margin-top: 16px;
    min-height: 50px;
    padding-inline: 18px;
    font-size: 0.95rem;
  }

  .hero-drink {
    display: none;
  }

  .hero-glow-left {
    right: 72px;
  }

  .hero-glow-right {
    right: 0;
  }

  .hero-plate-shell {
    width: 68vw;
    min-width: 232px;
    right: -22px;
    bottom: -4px;
  }

  .hero-plate {
    border-radius: 24px;
    inset: auto;
    width: 140%;
    height: 140%;
    max-width: none;
    right: -22%;
    bottom: -14%;
  }

  .utility-icon {
    min-height: 42px;
  }

  .utility-icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }

  .utility-icon svg {
    width: 19px;
    height: 19px;
  }

  .category-section,
  .menu-section {
    padding: 14px;
  }

  .promo-card {
    min-height: 230px;
    padding: 18px;
  }

  .promo-copy strong {
    font-size: 1.6rem;
  }

  .promo-visual {
    width: 54%;
  }

  .menu-section-head h2,
  .category-section-head h2 {
    font-size: 1.7rem;
  }

  .menu-section-head {
    align-items: stretch;
    flex-direction: column;
  }

  .menu-search-shell {
    width: 100%;
  }

  .menu-grid {
    gap: 12px;
  }

  .hybrid-banner {
    align-items: flex-start;
    flex-direction: column;
  }

  .hybrid-banner-action {
    width: 100%;
  }

  .menu-card-copy {
    padding: 10px;
  }

  .floating-cart-button {
    right: 14px;
    bottom: calc(env(safe-area-inset-bottom) + 96px);
    min-height: 52px;
    padding: 0 14px 0 10px;
    border-radius: 16px;
  }

  .floating-cart-icon {
    width: 34px;
    height: 34px;
  }

  .floating-cart-badge {
    left: 28px;
    min-width: 20px;
    height: 20px;
    font-size: 0.7rem;
  }

  .floating-cart-total {
    font-size: 0.9rem;
  }

  .bottom-nav {
    padding-inline: 8px;
  }

  .bottom-nav-item span:last-child {
    font-size: 0.74rem;
  }
}
