@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800;900&family=Bebas+Neue&family=Montserrat:wght@400;500;600;700;800;900&display=swap");

/* Madina Pakwan branded UI */

:root {
  --bg: #fff8e7;
  --surface: #fffdf7;
  --card: #fffdf7;
  --card-soft: #fff3cf;
  --accent: #f4c430;
  --accent-strong: #8b1e1e;
  --accent-hot: #d62828;
  --maroon-dark: #6d1414;
  --text: #2b2b2b;
  --muted: #6f5b4b;
  --border: #d9b45b;
  --header-h: 0px;
  --wa-green: #25d366;
  --radius: 12px;
  --shadow: 0 12px 30px rgba(109, 20, 20, 0.12);
  --site-max: 1240px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-h);
}

body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.35;
  padding-top: 0;
}

body.has-sticky-checkout {
  padding-bottom: calc(5.25rem + env(safe-area-inset-bottom, 0px));
}

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

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

a {
  color: #2f2f2f;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: #000;
}

.site-header {
  width: 100%;
  max-width: var(--site-max);
  margin: 0 auto;
  position: static;
  z-index: 900;
  min-height: auto;
  background: #fff;
  border-bottom: 1px solid #ececec;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.site-header__bar {
  margin: 0;
  width: 100%;
  padding: 0.6rem 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  flex-shrink: 0;
  border-bottom: 1px solid #6a3042;
  background: linear-gradient(180deg, #5b2535, #3f1825);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 800;
  font-size: 0.92rem;
  color: #ffffff;
  min-width: 0;
}

.brand-mark__text {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  line-height: 1.1;
}

.brand-mark__name {
  display: inline;
}

.brand-mark__logo {
  width: 38px;
  height: 38px;
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.brand-mark__text span {
  color: #f2be45;
}

.brand-mark__slogan {
  font-size: 0.53rem;
  letter-spacing: 0.09em;
  font-weight: 600;
  color: #f8e6ba;
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.top-pill-btn {
  border: 1px solid rgba(242, 190, 69, 0.62);
  background: rgba(255, 255, 255, 0.1);
  color: #fff5dc;
  border-radius: 999px;
  padding: 0.38rem 0.7rem;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.top-pill-btn--timings {
  font-family: inherit;
}

.hero-banner {
  margin: 0;
  width: 100%;
  padding: 0.5rem 0.9rem 0.55rem;
}

.hero-banner img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid #e2d3b7;
  background-color: #e8dbc4;
}

.cat-nav-wrap {
  width: 100%;
  max-width: var(--site-max);
  margin: 0 auto;
  width: 100%;
  background: #fff;
  border-top: 1px solid #e8d4b0;
  border-bottom: 1px solid #ececec;
  position: sticky;
  top: 0;
  z-index: 920;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  display: flex;
  justify-content: flex-start;
}

.cat-nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.9rem 0.5rem;
  justify-content: flex-start;
  min-width: max-content;
  width: max-content;
  margin: 0;
}

main {
  width: 100%;
  max-width: var(--site-max);
  margin: 0 auto;
}

.cat-nav a {
  flex: 0 0 auto;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  color: #262626;
  border: 1px solid transparent;
  background: #fff;
  white-space: nowrap;
}

.cat-nav a:hover,
.cat-nav a:focus-visible {
  color: #1f1f1f;
  background: #f8f8f8;
  border-color: #ececec;
  outline: none;
}

.cat-nav a.is-active,
.cat-nav a.cat-nav__checkout {
  color: #ffffff;
  background: #4b1f2d;
  border-color: #4b1f2d;
  font-weight: 700;
}

.cat-nav a.cat-nav__location {
  color: #4b1f2d;
  background: #fff7e8;
  border-color: #e7d2ad;
  font-weight: 700;
}

.cat-nav a.cat-nav__checkout:hover {
  color: var(--bg);
  background: #ffc85c;
  border-color: #ffc85c;
}

@media (max-width: 1023.98px) {
  .cat-nav-wrap {
    justify-content: flex-start !important;
  }
  .cat-nav {
    justify-content: flex-start !important;
    margin-left: 0 !important;
    padding-left: 0.9rem;
  }
}

@media (min-width: 1024px) {
  .cat-nav-wrap {
    justify-content: flex-start;
  }
  .cat-nav {
    justify-content: flex-start;
    min-width: max-content;
    margin: 0;
  }
}

.cart-trigger {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #f0cf88;
  background: #fff5df;
  color: #4b1f2d;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.cart-trigger:hover {
  border-color: var(--accent);
}

.cart-trigger__badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: #f2be45;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  display: grid;
  place-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.62rem 1.1rem;
  font-weight: 800;
  font-size: 0.82rem;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn--primary {
  background: #fff;
  color: #2a2a2a;
  border-color: #efc985;
  font-weight: 700;
}

.btn--primary:hover {
  border-color: #dca34e;
}

.btn--ghost {
  background: #4b1f2d;
  color: #fff;
  border-color: #4b1f2d;
}

.btn--ghost:hover {
  background: #39141f;
}

.btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}

.btn--block {
  width: 100%;
}

.btn--small {
  padding: 0.45rem 0.85rem;
  font-size: 0.75rem;
}

.icon-btn {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 10px;
  background: transparent;
  color: var(--text);
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease;
}

.icon-btn:hover {
  background: rgba(255, 255, 255, 0.08);
}

.menu-loading-hint {
  margin: 0 auto 0.65rem;
  max-width: 860px;
  padding: 0.55rem 0.75rem;
  text-align: center;
  font-size: 0.88rem;
  font-weight: 600;
  color: #4b1f2d;
  background: linear-gradient(180deg, #fff8e6, #fff2cc);
  border: 1px solid #e4d4b7;
  border-radius: var(--radius);
}

.menu-grid--skeleton {
  pointer-events: none;
}

.menu-card--skeleton {
  min-height: 245px;
  padding: 0.62rem;
  display: flex;
  flex-direction: column;
  gap: 0.42rem;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
  box-shadow: none;
}

.menu-card__media--skeleton {
  border-radius: 10px;
  aspect-ratio: 1 / 1;
  width: 100%;
  background: linear-gradient(110deg, #ececec 8%, #f6f6f6 18%, #ececec 33%);
  background-size: 200% 100%;
  animation: wf-skel-shimmer 1.15s ease-in-out infinite;
}

.menu-card__skeleton-line {
  height: 10px;
  border-radius: 6px;
  background: linear-gradient(110deg, #ececec 8%, #f6f6f6 18%, #ececec 33%);
  background-size: 200% 100%;
  animation: wf-skel-shimmer 1.15s ease-in-out infinite;
}

.menu-card__skeleton-line--title {
  width: 72%;
  height: 12px;
}

.menu-card__skeleton-line--desc {
  width: 100%;
}

.menu-card__skeleton-line--price {
  width: 38%;
  height: 11px;
}

.menu-card__skeleton-actions {
  margin-top: auto;
  height: 42px;
  border-radius: 8px;
  background: #ede9e9;
}

@keyframes wf-skel-shimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}

.menu-category--deferred {
  contain: layout;
}

.menu-section {
  margin: 0 auto;
  padding: 0.9rem 0.9rem 2.2rem;
}

.menu-search-wrap {
  max-width: 860px;
  margin: 0 auto 1rem;
}

.menu-search {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid #d7d7d7;
  background: #fff;
  border-radius: 3px;
  min-height: 36px;
  padding: 0.38rem 0.62rem;
}

.menu-search__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f1b538;
  flex-shrink: 0;
}

.menu-search input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 0.85rem;
  font-weight: 500;
  color: #2f2f2f;
  background: transparent;
}

.menu-search input::placeholder {
  color: #b8b8b8;
}

.menu-search:focus-within {
  border-color: #cfcfcf;
}

.menu-category {
  margin-bottom: 1rem;
  scroll-margin-top: calc(var(--header-h) + 8px);
  background: var(--surface);
  border: 1px solid #ececec;
  border-radius: var(--radius);
  padding: 0.6rem;
}

.menu-category__title {
  margin: 0 0 0.9rem;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #000000;
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
  display: block;
  text-align: center;
}

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

@media (min-width: 420px) {
  .menu-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 880px) {
  .menu-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.menu-card {
  background: #fff;
  border: 1px solid #e8dac0;
  border-radius: 12px;
  padding: 0.62rem;
  display: flex;
  flex-direction: column;
  gap: 0.42rem;
  min-height: 245px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.menu-card:hover {
  border-color: #e6e6e6;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.menu-card__media {
  border-radius: 10px;
  aspect-ratio: 1 / 1;
  height: auto;
  border: 1px dashed #d3a347;
  background: linear-gradient(180deg, #f2be45, #e4aa2f);
  overflow: hidden;
}

.menu-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background-color: #f0e6d8;
}

.menu-card__name {
  margin: 0;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-size: 12.6px;
  font-weight: 600;
  line-height: 1.3;
  color: #1f1f1f;
}

.menu-card__desc {
  margin: 0;
  font-size: 0.75rem;
  color: #666;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.menu-card__price {
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #1f1f1f;
  font-size: 12.6px;
  margin: 0;
  letter-spacing: 0;
}

.menu-card__row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.42rem;
  margin-top: auto;
}

.qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  flex-shrink: 0;
  align-self: stretch;
  width: 100%;
  justify-content: space-between;
}

.qty button {
  width: 36px;
  height: 38px;
  border: none;
  background: transparent;
  color: #4a4a4a;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
}

.qty button:hover {
  background: #f7f7f7;
}

.qty span {
  min-width: 22px;
  text-align: center;
  font-weight: 700;
  font-size: 0.78rem;
  flex: 1;
}

.menu-card .btn--small {
  width: 100%;
  min-height: 42px;
  border-radius: 8px;
  background: #4b1f2d;
  color: #ffffff;
  border: 1px solid #4b1f2d;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  position: relative;
  overflow: hidden;
}

.menu-card .btn--small:hover {
  background: #39141f;
  border-color: #39141f;
}

.menu-card .btn--small.is-added {
  color: transparent;
  pointer-events: none;
}

.menu-card .btn--small.is-added::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f2be45' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='18' cy='20' r='1'/%3E%3Cpath d='M3 4h2l2.2 10.2a2 2 0 0 0 2 1.6h7.8a2 2 0 0 0 2-1.7L21 7H7.1'/%3E%3C/svg%3E");
  animation: addCartPop 460ms ease;
}

@keyframes addCartPop {
  0% {
    transform: scale(0.72);
    opacity: 0;
  }
  45% {
    transform: scale(1.14);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.wf-fly-to-cart {
  position: fixed;
  z-index: 4000;
  border-radius: 50%;
  background: #4b1f2d;
  border: 2px solid rgba(242, 190, 69, 0.45);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
  display: grid;
  place-items: center;
  pointer-events: none;
  will-change: transform, opacity;
}

.checkout-overlay {
  position: fixed;
  inset: 0;
  z-index: 1020;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  pointer-events: none;
}

.checkout-overlay:not([hidden]) {
  pointer-events: auto;
}
.order-placed-overlay {
  position: fixed;
  inset: 0;
  z-index: 1040;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  pointer-events: none;
}
.order-placed-overlay:not([hidden]) {
  pointer-events: auto;
}
.order-placed-overlay__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.order-placed-overlay__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 420px;
}
.order-placed-overlay__panel {
  background: #fffaf2;
  border: 1px solid #e7d2ad;
  border-radius: var(--radius);
  padding: 1rem 1.1rem 1.15rem;
  box-shadow: var(--shadow);
  text-align: center;
}
.order-placed-modal__icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 0.55rem;
  border-radius: 50%;
  background: #67c94f;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  display: grid;
  place-items: center;
}
.order-placed-modal__head {
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-placed-modal__head h2,
.order-placed-modal__head .wf-modal-title {
  margin: 0;
  color: #4b1f2d;
  font-size: 1.08rem;
}
.order-placed-modal__text {
  margin: 0.55rem 0 0.9rem;
  color: #3c2c2c;
  font-weight: 600;
}
.order-placed-modal__actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}
.order-placed-modal__actions .btn {
  min-height: 40px;
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
}

.timing-overlay {
  position: fixed;
  inset: 0;
  z-index: 1030;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  pointer-events: none;
}

.timing-overlay:not([hidden]) {
  pointer-events: auto;
}

.timing-overlay__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.46);
  opacity: 0;
  transition: opacity 0.24s ease;
}

.timing-overlay__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 360px;
}

.timing-overlay__panel {
  background: #fffaf2;
  border: 1px solid #e3c991;
  border-radius: 12px;
  padding: 1rem;
  transform: translateY(8px) scale(0.98);
  opacity: 0;
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.timing-overlay.is-open .timing-overlay__backdrop {
  opacity: 1;
}

.timing-overlay.is-open .timing-overlay__panel {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.timing-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.3rem;
}

.timing-modal__head h2,
.timing-modal__head .wf-modal-title {
  margin: 0;
  font-size: 1.15rem;
  text-transform: uppercase;
  color: #4b1f2d;
}

.timing-modal__value {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: #4b1f2d;
}

.checkout-overlay__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.checkout-overlay.is-open .checkout-overlay__backdrop {
  opacity: 1;
}

.checkout-overlay__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 440px;
  max-height: min(90vh, 640px);
  display: flex;
  flex-direction: column;
  pointer-events: auto;
}

.checkout-overlay__panel {
  background: #fffaf2;
  border: 1px solid #e7d2ad;
  border-radius: var(--radius);
  padding: 1rem 1.2rem 1.35rem;
  box-shadow: var(--shadow);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: scale(0.96) translateY(12px);
  opacity: 0;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.checkout-overlay.is-open .checkout-overlay__panel {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.checkout-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.35rem;
}

.checkout-modal__head h2,
.checkout-modal__head .wf-modal-title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #4b1f2d;
}

.checkout-bill-stack {
  margin: 0.5rem 0 1rem;
  border-radius: 14px;
  border: 1px solid #e3c991;
  background: #fff3da;
  overflow: hidden;
}

.checkout-bill-stack > .checkout-summary {
  margin: 0;
  border: none;
  border-radius: 0;
  background: transparent;
}

.checkout-delivery-area-slot {
  padding: 0.45rem 0.95rem 0.85rem;
  border-top: 1px solid #efd9b0;
  background: rgba(255, 255, 255, 0.28);
}

.checkout-delivery-area-slot .field {
  margin-bottom: 0;
}

.checkout-summary {
  margin: 0.5rem 0 1rem;
  padding: 0.85rem 0.95rem;
  border-radius: 14px;
  border: 1px solid #e3c991;
  background: #fff3da;
}

.checkout-summary__title {
  margin: 0 0 0.65rem;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #7a5e45;
}

.checkout-summary__lines {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #efd9b0;
}

.checkout-summary__line {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.88rem;
  line-height: 1.35;
}

.checkout-summary__name {
  color: #1f1f1f;
  font-weight: 600;
}

.checkout-summary__qty {
  color: #777;
  font-weight: 700;
  font-size: 0.8rem;
}

.checkout-summary__amt {
  color: #1f1f1f;
  font-weight: 800;
  white-space: nowrap;
  flex-shrink: 0;
}

.checkout-summary__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.88rem;
  padding: 0.28rem 0;
  font-weight: 600;
}

.checkout-summary__row--muted {
  color: #656565;
  font-weight: 500;
}

.checkout-summary__row--area-line span:last-child {
  max-width: 58%;
  text-align: right;
  font-weight: 600;
  color: #4b1f2d;
}

.checkout-summary__row--total {
  margin-top: 0.35rem;
  padding-top: 0.55rem;
  border-top: 1px solid #efd9b0;
  font-size: 0.95rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #4b1f2d;
}

.checkout-summary__row--total span:last-child {
  color: #4b1f2d;
  font-size: 1.1rem;
}

.checkout-modal__hint {
  margin: 0 0 1rem;
  font-size: 0.85rem;
  color: #5c4a3f;
  line-height: 1.45;
}

.checkout-form {
  max-width: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.checkout-form__submit {
  position: sticky;
  bottom: 0;
  z-index: 2;
  margin-top: 0.25rem;
  box-shadow: 0 -8px 16px rgba(255, 250, 242, 0.9);
}

.checkout-payment,
.checkout-location {
  padding: 0.85rem 1rem;
  border-radius: 14px;
  border: 1px solid #eed4a6;
  background: #fffaf2;
}

.checkout-payment__title,
.checkout-location__title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 800;
  color: #2b2b2b;
}

.checkout-location__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  margin-bottom: 0.35rem;
}

.checkout-location__pin {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: var(--accent-strong, #5c1a24);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  padding: 0;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.checkout-location__pin:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(92, 26, 36, 0.35);
}

.checkout-location__pin[aria-expanded="true"] {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--accent-strong, #5c1a24);
}

.checkout-location__panel {
  margin-top: 0.5rem;
  padding-top: 0.65rem;
  border-top: 1px solid #eed4a6;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.checkout-location__panel[hidden] {
  display: none !important;
}

.checkout-pickup-fields,
.checkout-delivery-fields {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.checkout-pickup-fields[hidden],
.checkout-delivery-fields[hidden] {
  display: none !important;
}

.checkout-pickup-fields select {
  width: 100%;
  padding: 0.65rem 0.85rem;
  border-radius: 12px;
  border: 1px solid #eed4a6;
  background: #fff;
  font: inherit;
  font-size: 0.9rem;
}

.checkout-location__search-wrap {
  position: relative;
}

.checkout-location__search {
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
}

.checkout-location__suggest {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 0.35rem);
  z-index: 20;
  max-height: 220px;
  overflow-y: auto;
  border-radius: 12px;
  border: 1px solid #eed4a6;
  background: #fff;
  box-shadow: 0 8px 24px rgba(26, 43, 74, 0.12);
  -webkit-overflow-scrolling: touch;
}

.checkout-location__suggest[hidden] {
  display: none !important;
}

.checkout-location__suggest-row {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.65rem 0.9rem;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #f3ebe0;
  background: #fff;
  font: inherit;
  font-size: 0.85rem;
  line-height: 1.35;
  color: #333;
  cursor: pointer;
}

.checkout-location__suggest-row:last-child {
  border-bottom: none;
}

.checkout-location__suggest-row:hover,
.checkout-location__suggest-row.is-active {
  background: #fff8ee;
}

.checkout-location__suggest-empty {
  padding: 0.65rem 0.9rem;
  font-size: 0.85rem;
  color: #888;
}

.checkout-location__search-input {
  flex: 1;
  min-width: 0;
  padding: 0.65rem 0.85rem;
  border-radius: 12px;
  border: 1px solid #eed4a6;
  background: #fff;
  font: inherit;
  font-size: 0.9rem;
}

.checkout-location__search-input:focus {
  outline: none;
  border-color: var(--accent-strong, #5c1a24);
  box-shadow: 0 0 0 2px rgba(92, 26, 36, 0.15);
}

.checkout-location__embed {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #eed4a6;
  background: #f5f5f5;
}

.checkout-location__embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.checkout-payment__pay-amount {
  margin: 0 0 0.65rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #b91c1c;
}

.checkout-payment__methods {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 0.8rem;
}

.checkout-payment__method {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.7rem 0.8rem;
  border: 1px solid #f0dfc0;
  border-radius: 12px;
  background: #fffaf3;
  font-size: 0.92rem;
  font-weight: 700;
  color: #3f2b22;
  cursor: pointer;
}

.checkout-payment__method input[type="radio"] {
  width: 1rem;
  height: 1rem;
  accent-color: #7f1d1d;
  margin: 0;
  flex: 0 0 auto;
}

.checkout-payment__method.is-active {
  border-color: #b91c1c;
  background: #fff1eb;
  box-shadow: 0 0 0 1px rgba(185, 28, 28, 0.08);
}

.checkout-payment__advance[hidden] {
  display: none;
}

.checkout-payment__accounts {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.65rem;
}

.checkout-payment__card {
  padding: 0.55rem 0.7rem;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #f0dfc0;
  font-size: 0.88rem;
  line-height: 1.45;
  white-space: pre-wrap;
}

.checkout-payment__card strong {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #5c4a3f;
  margin-bottom: 0.2rem;
}

.checkout-payment__note {
  margin: 0 0 0.65rem;
  font-size: 0.85rem;
  color: #5c4a3f;
}

.checkout-payment__proof input[type="file"] {
  font-size: 0.85rem;
}

.checkout-location__hint {
  margin: 0 0 0.65rem;
  font-size: 0.85rem;
  color: #5c4a3f;
  line-height: 1.4;
}

.checkout-location__status {
  margin: 0.5rem 0 0;
  font-size: 0.85rem;
  color: #166534;
  font-weight: 600;
}

.checkout-location__status.is-error {
  color: #b91c1c;
}

.checkout-location__map-link {
  display: inline-block;
  margin-top: 0.45rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: #b91c1c;
  text-decoration: underline;
}

.field span {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #5c4a3f;
  margin-bottom: 0.35rem;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  border: 1px solid #eed4a6;
  background: #fff;
  color: #2b2b2b;
  font: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  outline: none;
  border-color: #4b1f2d;
  box-shadow: 0 0 0 3px rgba(75, 31, 45, 0.14);
}

.field input::placeholder,
.field textarea::placeholder {
  color: #a8a8a8;
}

/* Checkout: searchable delivery areas (area-wise mode) */
.field--delivery {
  position: relative;
}

.field--delivery select.wf-delivery-select--hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.delivery-area-picker {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.25rem;
}

.delivery-area-picker__pickup-check {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 0.15rem 0 0;
  padding: 0.55rem 0.75rem;
  border-radius: 12px;
  border: 1px solid #eed4a6;
  background: rgba(255, 255, 255, 0.65);
  color: #2b2b2b;
  font-size: 0.92rem;
  line-height: 1.35;
  cursor: pointer;
  font-weight: 600;
}

.delivery-area-picker__pickup-check input {
  width: auto;
  min-width: 1.1rem;
  margin-top: 0.12rem;
  accent-color: #4b1f2d;
  cursor: pointer;
}

.delivery-area-picker__pickup-check span {
  flex: 1;
}

.delivery-area-picker__search:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  background: #f5f0e8;
}

.delivery-area-picker__search {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  border: 1px solid #eed4a6;
  background: #fff;
  color: #2b2b2b;
  font: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.delivery-area-picker__search:focus {
  outline: none;
  border-color: #4b1f2d;
  box-shadow: 0 0 0 3px rgba(75, 31, 45, 0.14);
}

.delivery-area-picker__selected {
  margin: 0;
  padding: 0.5rem 0.75rem;
  border-radius: 10px;
  border: 1px solid #e8d4b0;
  background: rgba(242, 190, 69, 0.18);
  color: #3d2918;
  font-size: 0.9rem;
  line-height: 1.4;
}

.delivery-area-picker__selected strong {
  color: #2b2b2b;
  font-weight: 700;
}

.delivery-area-picker__list {
  max-height: 220px;
  overflow-y: auto;
  border-radius: 12px;
  border: 1px solid #eed4a6;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.delivery-area-picker__row {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.65rem 0.9rem;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #f0e6d4;
  background: #fff;
  color: #2b2b2b;
  font: inherit;
  cursor: pointer;
  line-height: 1.35;
}

.delivery-area-picker__row:last-child {
  border-bottom: 0;
}

.delivery-area-picker__row:hover,
.delivery-area-picker__row:focus-visible {
  background: #fff8e8;
}

.delivery-area-picker__row--pickup {
  font-weight: 700;
}

.delivery-area-picker__row.is-active {
  background: rgba(242, 190, 69, 0.35);
  box-shadow: inset 3px 0 0 #c9a035;
}

.delivery-area-picker__empty {
  padding: 0.75rem 0.9rem;
  font-size: 0.9rem;
  color: #7a6a5a;
}

.site-footer {
  padding: 1.8rem 0.9rem;
  border-top: 1px solid #e8d9bd;
  background: #fff;
}

.site-footer__grid {
  max-width: 1240px;
  margin: 0 auto 1.5rem;
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 720px) {
  .site-footer__grid {
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
  }
}

.site-footer h3,
.site-footer__section-title {
  margin: 0 0 0.5rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #1f1f1f;
}

.site-footer p {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
}

.site-footer__copy {
  text-align: center;
  font-size: 0.8rem;
  color: #8d8d8d;
  margin: 0;
}

/* Cart drawer */
.cart-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.42);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cart-backdrop.is-open {
  opacity: 1;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1001;
  width: min(100%, 420px);
  height: 100%;
  background: #fff;
  border-left: 1px solid #ececec;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  box-shadow: -12px 0 40px rgba(0, 0, 0, 0.18);
}

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

.cart-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 1rem 0.85rem;
  border-bottom: 1px solid #eee;
  flex-shrink: 0;
}

.cart-drawer__title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  color: #1a2b4a;
  letter-spacing: 0;
  text-transform: none;
}

.cart-drawer__close {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: var(--accent-strong);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0;
  transition: background 0.2s ease, transform 0.2s ease;
}

.cart-drawer__close:hover {
  background: #39141f;
  transform: scale(1.04);
}

.cart-drawer__body {
  flex: 1;
  overflow-y: auto;
  padding: 0.75rem 1rem 1rem;
  -webkit-overflow-scrolling: touch;
}

.cart-drawer__lines {
  display: flex;
  flex-direction: column;
}

.cart-drawer__foot {
  padding: 0.85rem 1rem max(1rem, env(safe-area-inset-bottom));
  border-top: 1px solid #eee;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  flex-shrink: 0;
  background: #fff;
}

.cart-line-v2 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid #f0f0f0;
}

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

.cart-line-v2__thumb {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
  background: #f5f5f5;
}

.cart-line-v2__info {
  flex: 1;
  min-width: 0;
}

.cart-line-v2__name {
  margin: 0 0 0.2rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: #1a2b4a;
  line-height: 1.25;
}

.cart-line-v2__price {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 800;
  color: #1a2b4a;
}

.cart-qty-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.2rem 0.45rem;
  border: 1.5px solid var(--accent-strong);
  border-radius: 999px;
  flex-shrink: 0;
}

.cart-qty-pill button {
  border: none;
  background: transparent;
  color: var(--accent-strong);
  cursor: pointer;
  padding: 0.15rem;
  display: grid;
  place-items: center;
  line-height: 1;
}

.cart-qty-pill button:hover {
  opacity: 0.75;
}

.cart-qty-pill__qty {
  min-width: 1.25rem;
  text-align: center;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--accent-strong);
}

.cart-add-more {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0.35rem 0 0.85rem;
  padding: 0;
  border: none;
  background: none;
  color: #9a9a9a;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
}

.cart-add-more:hover {
  color: #666;
}

.cart-add-more svg {
  color: #b0b0b0;
}

.cart-upsell {
  margin-top: 0.25rem;
  padding-top: 0.5rem;
}

.cart-upsell__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.65rem;
}

.cart-upsell__title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 800;
  color: #1a2b4a;
}

.cart-upsell__sub {
  margin: 0.15rem 0 0;
  font-size: 0.72rem;
  color: #888;
}

.cart-upsell__nav {
  display: flex;
  gap: 0.35rem;
  flex-shrink: 0;
}

.cart-upsell__arrow {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  color: #555;
  display: grid;
  place-items: center;
  cursor: pointer;
  padding: 0;
}

.cart-upsell__arrow:hover {
  border-color: var(--accent-strong);
  color: var(--accent-strong);
}

.cart-upsell__track {
  display: flex;
  gap: 0.65rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.35rem;
  scrollbar-width: none;
}

.cart-upsell__track::-webkit-scrollbar {
  display: none;
}

.cart-upsell-card {
  flex: 0 0 108px;
  scroll-snap-align: start;
}

.cart-upsell-card__media {
  position: relative;
  width: 108px;
  height: 88px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  overflow: hidden;
  background: #fafafa;
}

.cart-upsell-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-upsell-card__add {
  position: absolute;
  right: 6px;
  bottom: 6px;
  width: 26px;
  height: 26px;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: var(--accent-strong);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  display: grid;
  place-items: center;
  cursor: pointer;
  padding: 0;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
}

.cart-upsell-card__add:hover {
  background: var(--accent-strong);
  color: #fff;
}

.cart-upsell-card__price {
  margin: 0.35rem 0 0.1rem;
  font-size: 0.82rem;
  font-weight: 800;
  color: #1a2b4a;
}

.cart-upsell-card__name {
  margin: 0;
  font-size: 0.72rem;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 108px;
}

.cart-bill {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #f0f0f0;
}

.cart-bill__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.88rem;
  color: #444;
}

.cart-bill__row--grand {
  margin-top: 0.15rem;
  font-size: 0.95rem;
  font-weight: 800;
  color: #1a2b4a;
}

.cart-checkout-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  padding-right: 3.25rem;
  border: none;
  border-radius: 12px;
  background: var(--accent-strong);
  color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
  position: relative;
  transition: background 0.2s ease, opacity 0.2s ease;
}

.cart-checkout-btn__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
  min-width: 0;
}

.cart-checkout-btn__label {
  font-size: 0.72rem;
  font-weight: 600;
  opacity: 0.9;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.cart-checkout-btn__amount {
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.15;
}

.cart-checkout-btn__right {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 1rem;
  font-weight: 800;
}

.cart-bill__row--strike span:last-child {
  text-decoration: line-through;
  opacity: 0.65;
}

.cart-bill__row--discount {
  color: #0d7a4a;
  font-weight: 700;
}

.checkout-summary__row--strike span:last-child {
  text-decoration: line-through;
  opacity: 0.65;
}

.checkout-summary__row--discount {
  color: #0d7a4a;
  font-weight: 700;
}

.scroll-to-top-btn {
  position: fixed;
  right: 12px;
  bottom: 76px;
  z-index: 990;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: var(--accent-strong);
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

.scroll-to-top-btn svg {
  display: block;
}

.mobile-bottom-nav__item--search {
  padding: 0 0.35rem;
}

.mobile-bottom-nav__search-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 0 0.25rem;
}

.mobile-bottom-nav__search-icon {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 10px;
  background: var(--accent-strong);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.cart-checkout-btn:hover:not(:disabled) {
  background: #39141f;
}

.cart-checkout-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.cart-checkout-btn__arrow {
  position: absolute;
  right: 0.65rem;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  color: var(--accent-strong);
  display: grid;
  place-items: center;
}

.cart-eta {
  margin: 0;
  padding: 0.65rem 0.75rem;
  border-radius: 8px;
  background: #ebf5ff;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #333;
  text-align: center;
}

.cart-eta strong {
  color: #0056b3;
  font-weight: 800;
}

.cart-empty {
  color: #777;
  text-align: center;
  padding: 2rem 0.5rem;
  font-size: 0.95rem;
}

/* Product detail modal (variations) */
.product-overlay {
  position: fixed;
  inset: 0;
  z-index: 1015;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
}
.product-overlay:not([hidden]) {
  pointer-events: auto;
}
.product-overlay__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.28s ease;
}
.product-overlay.is-open .product-overlay__backdrop {
  opacity: 1;
}
.product-overlay__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  max-height: min(96vh, 900px);
  transform: translateY(100%);
  transition: transform 0.32s ease;
}
.product-overlay.is-open .product-overlay__dialog {
  transform: translateY(0);
}
.product-modal {
  background: #fff;
  border-radius: 16px 16px 0 0;
  display: flex;
  flex-direction: column;
  max-height: min(96vh, 900px);
  overflow: hidden;
}
.product-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1rem 0.5rem;
  border-bottom: 1px solid #eee;
}
.product-modal__title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  color: #1a2b4a;
  line-height: 1.25;
  padding-right: 0.25rem;
}
.product-modal__head-actions {
  display: flex;
  gap: 0.4rem;
  flex-shrink: 0;
}
.product-modal__icon-btn {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: var(--accent-strong);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  padding: 0;
}
.product-modal__scroll {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.product-modal__layout {
  display: flex;
  flex-direction: column;
}
.product-modal__media-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #f5f5f5;
}
.product-modal__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-modal__content {
  padding: 0.85rem 1rem 1rem;
}
.product-modal__price {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: #1a2b4a;
}
.product-modal__desc {
  margin: 0 0 0.85rem;
  font-size: 0.88rem;
  color: #666;
  line-height: 1.45;
}
.product-modal__section-title {
  margin: 0 0 0.45rem;
  font-size: 0.92rem;
  font-weight: 800;
  color: #1a2b4a;
}
.product-var-group {
  margin-bottom: 0.85rem;
}
.product-var-group__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
}
.product-var-group__badge {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: lowercase;
  background: #fff3cd;
  color: #856404;
  border-radius: 999px;
  padding: 0.15rem 0.45rem;
}
.product-var-group__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}
.product-var-option {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.65rem 0.7rem;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.product-var-option:has(input:checked) {
  border-color: #1a2b4a;
  background: #f5f5f7;
}
.product-var-option input {
  flex-shrink: 0;
  margin-top: 0.15rem;
  accent-color: var(--accent-strong);
}
.product-var-option__body {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}
.product-var-option__label {
  font-size: 0.9rem;
  font-weight: 700;
  color: #1a2b4a;
  line-height: 1.25;
}
.product-var-option__price {
  font-size: 0.82rem;
  font-weight: 600;
  color: #444;
}
.product-modal__instructions textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 0.65rem 0.75rem;
  font-family: inherit;
  font-size: 0.88rem;
  resize: vertical;
  min-height: 72px;
}
.product-modal__instructions-count {
  display: block;
  text-align: right;
  font-size: 0.72rem;
  color: #999;
  margin-top: 0.25rem;
}
.product-modal__foot {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.75rem 1rem max(0.85rem, env(safe-area-inset-bottom));
  border-top: 1px solid #eee;
  background: #fff;
}
.product-modal__qty {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
}
.product-modal__qty-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: #e8e8e8;
  color: #333;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  display: grid;
  place-items: center;
  padding: 0;
}
.product-modal__qty-btn--plus {
  background: var(--accent-strong);
  color: #fff;
}
.product-modal__qty-val {
  min-width: 1.5rem;
  text-align: center;
  font-weight: 800;
}
.product-modal__add-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: none;
  border-radius: 12px;
  background: var(--accent-strong);
  color: #fff;
  font-family: inherit;
  font-weight: 800;
  font-size: 0.95rem;
  padding: 0.85rem 3rem 0.85rem 0.85rem;
  position: relative;
  cursor: pointer;
}
.product-modal__add-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.product-modal__add-price {
  font-weight: 800;
}
.product-modal__add-arrow {
  position: absolute;
  right: 0.55rem;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  color: var(--accent-strong);
  display: grid;
  place-items: center;
}
.product-modal__error {
  margin: 0;
  padding: 0 1rem 0.5rem;
  font-size: 0.82rem;
  color: #b42318;
  font-weight: 600;
}
.menu-card--has-variations {
  cursor: pointer;
}
.menu-card--has-variations .menu-card__media {
  cursor: pointer;
}
@media (min-width: 768px) {
  .product-overlay {
    align-items: center;
    padding: 1rem;
  }
  .product-overlay__dialog {
    max-width: 920px;
    transform: translateY(12px) scale(0.98);
    opacity: 0;
    transition: transform 0.28s ease, opacity 0.28s ease;
  }
  .product-overlay.is-open .product-overlay__dialog {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  .product-modal {
    border-radius: 16px;
  }
  .product-modal__layout {
    flex-direction: row;
    align-items: stretch;
  }
  .product-modal__media-wrap {
    flex: 0 0 min(42%, 360px);
    max-width: min(42%, 360px);
    aspect-ratio: 1 / 1;
    align-self: flex-start;
  }
  .product-modal__content {
    flex: 1;
    overflow-y: auto;
    max-height: min(70vh, 520px);
  }
}

/* Sticky checkout CTA (opens form; cart drawer = header icon only) */
.sticky-checkout {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 850;
  padding: 0.5rem 1rem max(0.55rem, env(safe-area-inset-bottom));
  padding-right: max(1rem, calc(4.8rem + env(safe-area-inset-right, 0px)));
  background: linear-gradient(180deg, transparent, rgba(255, 250, 242, 0.96) 30%);
  pointer-events: none;
}

.sticky-checkout__btn {
  pointer-events: auto;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  padding: 0.65rem 1rem;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  font-family: inherit;
  background: #4b1f2d;
  color: #fff;
  box-shadow: 0 6px 20px rgba(75, 31, 45, 0.34);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.sticky-checkout__btn:hover {
  background: #39141f;
}

.sticky-checkout__title {
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sticky-checkout__meta {
  font-size: 0.72rem;
  font-weight: 700;
  opacity: 0.88;
}

/* Sticky WhatsApp */
.wa-float {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 860;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--wa-green);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 6px 22px rgba(37, 211, 102, 0.45);
}

.wa-float:hover {
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.58);
  color: #fff;
}

.mobile-bottom-nav {
  display: none;
}

[hidden] {
  display: none !important;
}

/* Madina Pakwan theme layer */
body {
  font-family: "Poppins", "Segoe UI", Tahoma, Arial, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(244, 196, 48, 0.18), transparent 32rem),
    linear-gradient(180deg, #fff8e7 0%, #fff3dc 42%, #fff8e7 100%);
  color: var(--text);
}

h1,
h2,
h3,
.brand-mark__name,
.menu-category__title,
.cart-drawer__title,
.checkout-modal__head .wf-modal-title,
.product-modal__title,
.wf-modal-title {
  font-family: "Bebas Neue", "Poppins", sans-serif;
  letter-spacing: 0.035em;
}

a:hover {
  color: var(--accent-strong);
}

.site-header {
  background: #fff6df;
  border-bottom: 1px solid rgba(217, 180, 91, 0.8);
  box-shadow: 0 10px 26px rgba(109, 20, 20, 0.12);
}

.site-header__bar {
  background: linear-gradient(90deg, #6d1414, #8b1e1e);
  border-bottom: 2px solid var(--accent);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.12);
}

.brand-mark {
  color: #ffffff;
}

.brand-mark__logo {
  width: 44px;
  height: 44px;
  border: 2px solid rgba(244, 196, 48, 0.9);
  background: rgba(255, 248, 231, 0.12);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
}

.brand-mark__name {
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 0.95;
}

.brand-mark__text span,
.brand-mark__slogan {
  color: var(--accent);
}

.top-pill-btn {
  border-color: rgba(244, 196, 48, 0.72);
  background: rgba(244, 196, 48, 0.12);
  color: #fffdf7;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.top-pill-btn:hover,
.top-pill-btn:focus-visible {
  background: var(--accent);
  color: var(--text);
  border-color: var(--accent);
}

.cart-trigger {
  background: var(--accent);
  border-color: #ffe38a;
  color: var(--maroon-dark);
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.2);
}

.cart-trigger:hover {
  background: #e0b020;
  border-color: #f9dc73;
}

.cart-trigger__badge,
.mobile-bottom-nav__badge {
  background: var(--accent-hot);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.75);
}

.hero-banner {
  background:
    linear-gradient(135deg, rgba(109, 20, 20, 0.08), rgba(244, 196, 48, 0.18)),
    #fff6df;
}

.hero-banner img {
  border: 1px solid rgba(217, 180, 91, 0.82);
  border-radius: 14px;
  background-color: #1f0d0d;
  box-shadow: 0 14px 34px rgba(109, 20, 20, 0.18);
}

.cat-nav-wrap {
  background: rgba(255, 253, 247, 0.96);
  border-top: 1px solid rgba(217, 180, 91, 0.55);
  border-bottom: 1px solid rgba(217, 180, 91, 0.55);
  box-shadow: 0 8px 22px rgba(109, 20, 20, 0.08);
  backdrop-filter: blur(10px);
}

.cat-nav {
  gap: 0.55rem;
}

.cat-nav a {
  color: var(--accent-strong);
  background: #fffdf7;
  border: 1px solid rgba(217, 180, 91, 0.55);
  box-shadow: 0 4px 10px rgba(109, 20, 20, 0.06);
}

.cat-nav a:hover,
.cat-nav a:focus-visible {
  color: var(--maroon-dark);
  background: #fff4cf;
  border-color: var(--accent);
}

.cat-nav a.is-active,
.cat-nav a.cat-nav__checkout {
  color: var(--text);
  background: var(--accent);
  border-color: #e0b020;
  box-shadow: 0 6px 16px rgba(244, 196, 48, 0.34);
}

.cat-nav a.cat-nav__location {
  color: #fff;
  background: var(--accent-strong);
  border-color: var(--accent-strong);
}

.menu-section {
  padding-top: 1.1rem;
}

.menu-search {
  min-height: 44px;
  border: 1px solid var(--border);
  background: #fffdf7;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(109, 20, 20, 0.07);
}

.menu-search__icon {
  color: var(--accent-strong);
}

.menu-search input {
  color: var(--text);
  font-family: "Poppins", sans-serif;
}

.menu-search input::placeholder {
  color: #9b8368;
}

.menu-search:focus-within {
  border-color: var(--accent-strong);
  box-shadow: 0 0 0 3px rgba(139, 30, 30, 0.13), 0 8px 18px rgba(109, 20, 20, 0.07);
}

.menu-category {
  background: rgba(255, 253, 247, 0.86);
  border: 1px solid rgba(217, 180, 91, 0.45);
  border-radius: 16px;
  padding: 0.85rem;
  box-shadow: 0 10px 26px rgba(109, 20, 20, 0.07);
}

.menu-category__title {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
  color: var(--accent-strong);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 400;
  letter-spacing: 0.055em;
}

.menu-category__title::after {
  content: "";
  display: block;
  width: 54px;
  height: 4px;
  margin: 0.22rem auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), #e0b020);
}

.menu-grid {
  gap: 0.9rem;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.menu-card,
.menu-card--skeleton {
  background: var(--card);
  border: 1px solid rgba(217, 180, 91, 0.78);
  border-radius: 12px;
  padding: 0.7rem;
  box-shadow: 0 10px 24px rgba(109, 20, 20, 0.09);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.menu-card:hover {
  border-color: var(--accent);
  box-shadow: 0 16px 34px rgba(109, 20, 20, 0.16);
  transform: translateY(-2px);
}

.menu-card__media {
  border: 1px solid rgba(217, 180, 91, 0.78);
  border-radius: 12px;
  background:
    radial-gradient(circle at 30% 20%, rgba(244, 196, 48, 0.34), transparent 42%),
    linear-gradient(145deg, #fff0bd, #8b1e1e);
  box-shadow: 0 8px 18px rgba(109, 20, 20, 0.14);
}

.menu-card__media img {
  background-color: #fff3cf;
}

.menu-card__name {
  color: var(--text);
  font-weight: 800;
}

.menu-card__desc {
  color: var(--muted);
}

.menu-card__price {
  color: var(--accent-strong);
  font-weight: 900;
}

.qty {
  border-color: rgba(217, 180, 91, 0.75);
  background: #fff8e7;
}

.qty button {
  color: var(--accent-strong);
}

.qty button:hover {
  background: #fff0bd;
}

.qty span {
  color: var(--text);
}

.btn,
.cart-checkout-btn,
.sticky-checkout__btn,
.product-modal__add-btn {
  font-family: "Poppins", sans-serif;
}

.btn--primary,
.menu-card .btn--small,
.cart-checkout-btn,
.sticky-checkout__btn,
.product-modal__add-btn {
  background: linear-gradient(180deg, #9f2424, var(--accent-strong));
  color: #fff;
  border-color: var(--accent-strong);
  box-shadow: 0 8px 18px rgba(139, 30, 30, 0.25);
}

.btn--primary:hover,
.menu-card .btn--small:hover,
.cart-checkout-btn:hover:not(:disabled),
.sticky-checkout__btn:hover,
.product-modal__add-btn:hover:not(:disabled) {
  background: #a32020;
  border-color: #a32020;
  color: #fff;
}

.btn--ghost {
  background: var(--accent);
  color: var(--text);
  border-color: #e0b020;
}

.btn--ghost:hover {
  background: #e0b020;
  color: var(--text);
}

.menu-card .btn--small {
  min-height: 44px;
  border-radius: 10px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.wf-fly-to-cart {
  background: var(--accent-strong);
  border-color: rgba(244, 196, 48, 0.75);
}

.checkout-overlay__backdrop,
.product-overlay__backdrop,
.cart-backdrop {
  background: rgba(29, 8, 8, 0.62);
}

.checkout-overlay__panel,
.order-placed-overlay__panel,
.product-modal,
.cart-drawer {
  background: #fffdf7;
  border-color: rgba(217, 180, 91, 0.75);
  box-shadow: 0 22px 56px rgba(64, 10, 10, 0.28);
}

.checkout-modal__head .wf-modal-title,
.cart-drawer__title,
.product-modal__title {
  color: var(--accent-strong);
  font-weight: 400;
  font-size: 1.55rem;
}

.checkout-bill-stack,
.checkout-summary,
.checkout-payment,
.checkout-location {
  background: linear-gradient(180deg, #fff8e7, #fffdf7);
  border-color: rgba(217, 180, 91, 0.78);
}

.checkout-summary__title,
.checkout-payment__title,
.checkout-location__title,
.product-modal__section-title,
.product-var-option__label,
.cart-upsell__title {
  color: var(--accent-strong);
}

.checkout-summary__row--total,
.checkout-summary__row--total span:last-child,
.checkout-summary__row--area-line span:last-child,
.checkout-payment__pay-amount,
.product-modal__price,
.cart-bill__row--grand,
.cart-line-v2__name,
.cart-line-v2__price,
.cart-upsell-card__price {
  color: var(--accent-strong);
}

.checkout-location__pin,
.cart-drawer__close,
.product-modal__icon-btn,
.product-modal__qty-btn--plus,
.mobile-bottom-nav__search-icon,
.scroll-to-top-btn {
  background: var(--accent-strong);
  color: #fff;
}

.checkout-location__pin:hover,
.cart-drawer__close:hover,
.product-modal__icon-btn:hover {
  background: #a32020;
}

.field span {
  color: var(--accent-strong);
}

.field input,
.field textarea,
.field select,
.delivery-area-picker__search,
.checkout-location__search-input,
.checkout-pickup-fields select,
.product-modal__instructions textarea {
  background: #fff8e7;
  border-color: var(--border);
  color: var(--text);
}

.field input:focus,
.field textarea:focus,
.field select:focus,
.delivery-area-picker__search:focus,
.checkout-location__search-input:focus,
.product-modal__instructions textarea:focus {
  border-color: var(--accent-strong);
  box-shadow: 0 0 0 3px rgba(139, 30, 30, 0.13);
  outline: none;
}

.checkout-payment__method,
.checkout-payment__card,
.delivery-area-picker__pickup-check,
.delivery-area-picker__list,
.delivery-area-picker__row,
.checkout-location__suggest,
.checkout-location__suggest-row,
.product-var-option {
  background: #fffdf7;
  border-color: rgba(217, 180, 91, 0.72);
}

.checkout-payment__method.is-active,
.product-var-option:has(input:checked),
.delivery-area-picker__row.is-active {
  border-color: var(--accent-strong);
  background: #fff0bd;
  box-shadow: inset 3px 0 0 var(--accent);
}

.delivery-area-picker__row:hover,
.delivery-area-picker__row:focus-visible,
.checkout-location__suggest-row:hover,
.checkout-location__suggest-row.is-active {
  background: #fff4cf;
}

.cart-drawer__head,
.cart-drawer__foot,
.product-modal__head,
.product-modal__foot {
  border-color: rgba(217, 180, 91, 0.58);
  background: linear-gradient(180deg, #fffdf7, #fff8e7);
}

.cart-line-v2 {
  border-color: rgba(217, 180, 91, 0.38);
}

.cart-line-v2__thumb,
.cart-upsell-card__media {
  border-color: rgba(217, 180, 91, 0.75);
  background: #fff3cf;
}

.cart-qty-pill {
  border-color: var(--accent-strong);
  background: #fff8e7;
}

.cart-qty-pill button,
.cart-qty-pill__qty,
.cart-upsell__arrow,
.cart-add-more {
  color: var(--accent-strong);
}

.cart-upsell__arrow {
  border-color: rgba(217, 180, 91, 0.72);
  background: #fffdf7;
}

.cart-upsell-card__add {
  background: var(--accent);
  color: var(--text);
}

.cart-upsell-card__add:hover {
  background: var(--accent-strong);
  color: #fff;
}

.product-modal__media-wrap {
  background:
    radial-gradient(circle at 20% 15%, rgba(244, 196, 48, 0.35), transparent 40%),
    linear-gradient(145deg, #fff3cf, #8b1e1e);
}

.product-var-group__badge {
  background: var(--accent);
  color: var(--text);
}

.product-modal__add-arrow {
  color: var(--accent-strong);
  background: #fff8e7;
}

.sticky-checkout {
  background: linear-gradient(180deg, transparent, rgba(255, 248, 231, 0.98) 32%);
}

.wa-float {
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.38), 0 0 0 4px rgba(244, 196, 48, 0.25);
}

.site-footer {
  background:
    radial-gradient(circle at top right, rgba(244, 196, 48, 0.16), transparent 22rem),
    linear-gradient(90deg, #6d1414, #8b1e1e);
  border-top: 3px solid var(--accent);
  color: #fff;
}

.site-footer h3,
.site-footer__section-title {
  color: var(--accent);
  font-family: "Bebas Neue", "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.site-footer p,
.site-footer a,
.site-footer__copy {
  color: #fff8e7;
}

.site-footer a:hover {
  color: var(--accent);
}

.mobile-bottom-nav {
  border-top: 2px solid var(--accent);
  background: linear-gradient(90deg, #6d1414, #8b1e1e);
  box-shadow: 0 -10px 24px rgba(109, 20, 20, 0.18);
}

.mobile-bottom-nav__item {
  color: #fff8e7;
}

.mobile-bottom-nav__item:hover,
.mobile-bottom-nav__item:focus-visible {
  color: var(--accent);
}

.mobile-bottom-nav__search-icon {
  background: var(--accent);
  color: var(--text);
}

@media (min-width: 700px) {
  .menu-grid {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  }
}

@media (min-width: 1080px) {
  .menu-grid {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  }
}

@media (max-width: 520px) {
  .site-header__bar {
    padding: 0.7rem 0.75rem;
  }

  .brand-mark__logo {
    width: 40px;
    height: 40px;
  }

  .brand-mark__name {
    font-size: 1.04rem;
  }

  .hero-banner {
    padding: 0.55rem 0.55rem 0.6rem;
  }

  .menu-section {
    padding-inline: 0.7rem;
  }

  .menu-category {
    padding: 0.7rem;
  }

  .menu-category__title {
    font-size: 1.65rem;
  }

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

  .menu-card {
    padding: 0.58rem;
  }

  .menu-card .btn--small {
    min-height: 42px;
    font-size: 0.76rem;
  }
}

@media (max-width: 520px) {
  body {
    padding-bottom: 78px;
  }

  .menu-category__title {
    font-size: 18px;
    margin-bottom: 0.75rem;
  }

  .menu-card {
    min-height: 260px;
  }

  .menu-card__name {
    font-size: 12.6px;
  }

  .menu-card__price {
    font-size: 12.6px;
  }

  .menu-card__desc {
    font-size: 0.72rem;
  }

  .wa-float {
    display: none;
  }

  .mobile-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 980;
    height: 64px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #dfdfdf;
    background: #fff;
  }

  .mobile-bottom-nav__item {
    appearance: none;
    border: none;
    background: transparent;
    color: #2f2f2f;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.12rem;
    font-family: inherit;
    cursor: pointer;
  }

  .mobile-bottom-nav__icon {
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-bottom-nav__menu-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    display: block;
  }

  .mobile-bottom-nav__whatsapp-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    display: block;
  }

  .mobile-bottom-nav__label {
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1;
  }

  .mobile-bottom-nav__icon--cart {
    position: relative;
  }

  .mobile-bottom-nav__badge {
    position: absolute;
    right: -8px;
    top: -7px;
    min-width: 16px;
    height: 16px;
    border-radius: 999px;
    background: #4b1f2d;
    color: #fff;
    font-size: 0.63rem;
    font-weight: 800;
    display: grid;
    place-items: center;
    padding: 0 4px;
  }

  .top-pill-btn {
    padding: 0.34rem 0.56rem;
    font-size: 0.66rem;
  }

  .brand-mark__slogan {
    font-size: 0.45rem;
  }
}

@media (max-width: 520px) {
  .menu-category__title {
    color: var(--accent-strong);
    font-family: "Bebas Neue", "Poppins", sans-serif;
    font-size: 1.65rem;
    font-weight: 400;
    letter-spacing: 0.055em;
  }

  .mobile-bottom-nav {
    border-top: 2px solid var(--accent);
    background: linear-gradient(90deg, #6d1414, #8b1e1e);
    box-shadow: 0 -10px 24px rgba(109, 20, 20, 0.18);
  }

  .mobile-bottom-nav__item {
    color: #fff8e7;
  }

  .mobile-bottom-nav__item:hover,
  .mobile-bottom-nav__item:focus-visible {
    color: var(--accent);
  }

  .mobile-bottom-nav__badge {
    background: var(--accent-hot);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.75);
  }
}

/* Keep product cards fixed-size on larger screens without squeezing mobile. */
@media (min-width: 521px) {
  main .menu-section .menu-category .menu-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, 228px) !important;
    grid-auto-columns: 228px !important;
    justify-content: start !important;
    justify-items: start !important;
    align-items: stretch !important;
    gap: 0.9rem !important;
  }

  main .menu-section .menu-category .menu-grid > .menu-card,
  main .menu-section .menu-category .menu-grid > .menu-card--skeleton {
    box-sizing: border-box !important;
    width: 228px !important;
    max-width: 228px !important;
    min-width: 228px !important;
    flex: 0 0 228px !important;
    min-height: 260px !important;
  }

  main .menu-section .menu-category .menu-grid > .menu-card .menu-card__media,
  main .menu-section .menu-category .menu-grid > .menu-card--skeleton .menu-card__media--skeleton {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
  }
}

@media (max-width: 520px) {
  main .menu-section {
    width: 100% !important;
    max-width: none !important;
    padding-inline: 0.55rem !important;
  }

  main .menu-section .menu-category {
    padding: 0.65rem !important;
  }

  main .menu-section .menu-category .menu-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-columns: auto !important;
    justify-items: stretch !important;
    gap: 0.65rem !important;
  }

  main .menu-section .menu-category .menu-grid > .menu-card,
  main .menu-section .menu-category .menu-grid > .menu-card--skeleton {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: initial !important;
    padding: 0.56rem !important;
  }

  main .menu-section .menu-category .menu-grid > .menu-card .btn--small {
    white-space: nowrap !important;
    font-size: 0.72rem !important;
    min-height: 42px !important;
    padding-inline: 0.35rem !important;
  }
}

/* Waagmaa premium smoky grill theme */
:root {
  --bg: #fff9ed;
  --surface: #fffaf2;
  --card: #ffffff;
  --card-soft: #fff3da;
  --accent: #eb8600;
  --accent-strong: #d85f00;
  --accent-hot: #dc2626;
  --maroon-dark: #8a2f0a;
  --text: #1f140b;
  --muted: #6f6256;
  --border: rgba(235, 134, 0, 0.28);
  --shadow: 0 18px 42px rgba(112, 62, 8, 0.14);
  --radius: 10px;
}

html {
  background: #fff9ed;
}

body {
  font-family: "Archivo", "Montserrat", "Segoe UI", Tahoma, Arial, sans-serif;
  color: var(--text);
  background-color: #fff9ed;
  background-image: url("assets/1775562431-mandi-al-khaleej-BG.jpeg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center top;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.36), rgba(255, 249, 237, 0.78)),
    radial-gradient(circle at 14% 14%, rgba(235, 134, 0, 0.12), transparent 24rem),
    radial-gradient(circle at 84% 22%, rgba(234, 179, 8, 0.1), transparent 22rem),
    radial-gradient(circle at 48% 90%, rgba(220, 38, 38, 0.06), transparent 26rem);
  background-size: 260px 260px, 340px 340px, 420px 420px, 300px 300px;
  opacity: 1;
}

h1,
h2,
h3,
.brand-mark__name,
.menu-category__title,
.cart-drawer__title,
.checkout-modal__head .wf-modal-title,
.product-modal__title,
.wf-modal-title {
  font-family: "Bebas Neue", "Anton", "Archivo", sans-serif;
  letter-spacing: 0.055em;
}

a,
.menu-card__name,
.qty span,
.cart-line-v2__name {
  color: #1f140b;
}

a:hover {
  color: #d85f00;
}

.site-header,
.cat-nav-wrap,
.menu-category,
.menu-card,
.menu-card--skeleton,
.checkout-overlay__panel,
.order-placed-overlay__panel,
.product-modal,
.cart-drawer,
.checkout-bill-stack,
.checkout-summary,
.checkout-payment,
.checkout-location,
.checkout-payment__method,
.checkout-payment__card,
.delivery-area-picker__pickup-check,
.delivery-area-picker__list,
.delivery-area-picker__row,
.checkout-location__suggest,
.checkout-location__suggest-row,
.product-var-option,
.cart-upsell__arrow,
.cart-upsell-card,
.field input,
.field textarea,
.field select,
.delivery-area-picker__search,
.checkout-location__search-input,
.checkout-pickup-fields select,
.product-modal__instructions textarea {
  background: rgba(255, 255, 255, 0.94);
  border-color: var(--border);
  color: #1f140b;
  box-shadow: var(--shadow);
}

.site-header {
  background: rgba(255, 250, 242, 0.96);
  border-bottom: 1px solid rgba(235, 134, 0, 0.24);
  box-shadow: 0 12px 30px rgba(112, 62, 8, 0.12);
}

.site-header__bar,
.mobile-bottom-nav {
  background: linear-gradient(180deg, #fffdf8, #fff2d9);
  border-color: rgba(235, 134, 0, 0.28);
  box-shadow: 0 10px 26px rgba(112, 62, 8, 0.12), inset 0 -1px 0 rgba(255, 255, 255, 0.9);
}

.brand-mark__logo {
  border-color: rgba(235, 134, 0, 0.62);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(235, 134, 0, 0.08), 0 10px 22px rgba(112, 62, 8, 0.16);
}

.brand-mark__name {
  color: #1f140b;
  text-transform: uppercase;
  text-shadow: none;
}

.brand-mark__name,
.brand-mark__slogan {
  font-size: 0;
}

.brand-mark__name::after {
  content: "WAAGMAA";
  display: inline-block;
  color: #d85f00;
  font-family: "Bebas Neue", "Anton", "Archivo", sans-serif;
  font-size: 1.28rem;
  letter-spacing: 0.065em;
  line-height: 0.95;
  text-shadow: none;
}

.brand-mark__slogan::after {
  content: "THE DONER KEBAB";
  display: inline-block;
  color: #8a2f0a;
  font-family: "Archivo", "Montserrat", sans-serif;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.05;
}

.brand-mark__text span,
.brand-mark__slogan,
.site-footer h3,
.site-footer__section-title {
  color: #d85f00;
}

.top-pill-btn,
.cat-nav a,
.qty,
.cart-qty-pill {
  background: #ffffff;
  border-color: rgba(235, 134, 0, 0.24);
  color: #2a1a0f;
  box-shadow: 0 8px 18px rgba(112, 62, 8, 0.08);
}

.top-pill-btn:hover,
.top-pill-btn:focus-visible,
.cat-nav a:hover,
.cat-nav a:focus-visible,
.cat-nav a.is-active,
.cat-nav a.cat-nav__checkout {
  background: linear-gradient(135deg, #eb8600, #d85f00);
  border-color: rgba(235, 134, 0, 0.68);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(235, 134, 0, 0.24);
}

.cat-nav-wrap {
  background: rgba(255, 250, 242, 0.96);
  border-top: 1px solid rgba(235, 134, 0, 0.18);
  border-bottom: 1px solid rgba(235, 134, 0, 0.24);
  backdrop-filter: none;
}

.cat-nav a.cat-nav__location,
.cart-trigger,
.cart-trigger:hover,
.mobile-bottom-nav__search-icon {
  background: linear-gradient(135deg, #ffd36a, #eb8600);
  border-color: rgba(235, 134, 0, 0.5);
  color: #1f140b;
}

.cart-trigger__badge,
.mobile-bottom-nav__badge,
.product-var-group__badge {
  background: #dc2626;
  color: #ffffff;
  border-color: rgba(249, 115, 22, 0.82);
}

.hero-banner {
  position: relative;
  background:
    linear-gradient(135deg, rgba(235, 134, 0, 0.1), rgba(255, 255, 255, 0.36)),
    rgba(255, 250, 242, 0.62);
  border-bottom: 1px solid rgba(235, 134, 0, 0.16);
}

.hero-banner::after {
  content: "";
  position: absolute;
  inset: 0.5rem 0.9rem 0.55rem;
  pointer-events: none;
  border-radius: 14px;
  box-shadow: inset 0 0 56px rgba(255, 255, 255, 0.08), 0 18px 42px rgba(112, 62, 8, 0.16);
}

.hero-banner img {
  border-color: rgba(249, 115, 22, 0.62);
  background-color: #fffaf2;
  box-shadow: 0 20px 44px rgba(112, 62, 8, 0.2);
  filter: saturate(1.16) contrast(1.05);
}

.menu-section {
  padding-top: 1.35rem;
}

.menu-search {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(235, 134, 0, 0.28);
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(112, 62, 8, 0.12);
}

.menu-search__icon,
.qty button,
.cart-qty-pill button,
.cart-qty-pill__qty,
.cart-upsell__arrow,
.cart-add-more,
.field span {
  color: #d85f00;
}

.menu-search input,
.field input,
.field textarea,
.field select,
.delivery-area-picker__search,
.checkout-location__search-input,
.checkout-pickup-fields select,
.product-modal__instructions textarea {
  color: #ffffff;
  color: #1f140b;
  font-family: "Archivo", "Montserrat", sans-serif;
}

.menu-search input::placeholder,
.field input::placeholder,
.field textarea::placeholder,
.delivery-area-picker__search::placeholder,
.checkout-location__search-input::placeholder {
  color: #9c8875;
}

.menu-search:focus-within,
.field input:focus,
.field textarea:focus,
.field select:focus,
.delivery-area-picker__search:focus,
.checkout-location__search-input:focus,
.product-modal__instructions textarea:focus {
  border-color: #eb8600;
  box-shadow: 0 0 0 3px rgba(235, 134, 0, 0.14), 0 14px 28px rgba(112, 62, 8, 0.12);
  outline: none;
}

.menu-category {
  background: rgba(255, 250, 242, 0.58);
  border-color: rgba(235, 134, 0, 0.22);
  border-radius: 10px;
  box-shadow: 0 18px 42px rgba(112, 62, 8, 0.1);
}

.menu-category__title,
.checkout-modal__head .wf-modal-title,
.cart-drawer__title,
.product-modal__title,
.checkout-summary__title,
.checkout-payment__title,
.checkout-location__title,
.product-modal__section-title,
.product-var-option__label,
.cart-upsell__title {
  color: #d85f00;
  text-shadow: none;
}

.menu-category__title::after {
  background: linear-gradient(90deg, #d85f00, #eb8600, #eab308);
  box-shadow: 0 8px 18px rgba(235, 134, 0, 0.22);
}

.menu-card,
.menu-card--skeleton {
  background: linear-gradient(180deg, #ffffff, #fffaf2);
  border: 1px solid rgba(235, 134, 0, 0.22);
  border-radius: 8px;
  box-shadow: 0 18px 34px rgba(112, 62, 8, 0.14);
}

.menu-card:hover {
  border-color: rgba(235, 134, 0, 0.62);
  box-shadow: 0 22px 44px rgba(112, 62, 8, 0.2), 0 0 0 3px rgba(235, 134, 0, 0.08);
  transform: translateY(-3px);
}

.menu-card__media,
.product-modal__media-wrap,
.cart-line-v2__thumb,
.cart-upsell-card__media {
  background:
    radial-gradient(circle at 36% 18%, rgba(234, 179, 8, 0.18), transparent 38%),
    linear-gradient(145deg, #fff6df, #ffffff 56%, #ffe9bd);
  border-color: rgba(235, 134, 0, 0.24);
  box-shadow: inset 0 -18px 28px rgba(112, 62, 8, 0.08);
}

.menu-card__media img,
.cart-line-v2__thumb img,
.cart-upsell-card__media img {
  background-color: #fffaf2;
  filter: saturate(1.14) contrast(1.04);
}

.menu-card__desc,
.checkout-summary__row,
.checkout-payment__hint,
.site-footer p,
.site-footer a,
.site-footer__copy,
.mobile-bottom-nav__item {
  color: var(--muted);
}

.menu-card__price,
.checkout-summary__row--total,
.checkout-summary__row--total span:last-child,
.checkout-summary__row--area-line span:last-child,
.checkout-payment__pay-amount,
.product-modal__price,
.cart-bill__row--grand,
.cart-line-v2__price,
.cart-upsell-card__price {
  color: #d85f00;
}

.btn,
.cart-checkout-btn,
.sticky-checkout__btn,
.product-modal__add-btn {
  font-family: "Archivo", "Montserrat", sans-serif;
}

.btn--primary,
.menu-card .btn--small,
.cart-checkout-btn,
.sticky-checkout__btn,
.product-modal__add-btn,
.checkout-location__pin,
.cart-drawer__close,
.product-modal__icon-btn,
.product-modal__qty-btn--plus,
.scroll-to-top-btn {
  background: linear-gradient(135deg, #eb8600, #d85f00);
  border-color: rgba(235, 134, 0, 0.62);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(216, 95, 0, 0.22);
}

.btn--primary:hover,
.menu-card .btn--small:hover,
.cart-checkout-btn:hover:not(:disabled),
.sticky-checkout__btn:hover,
.product-modal__add-btn:hover:not(:disabled),
.checkout-location__pin:hover,
.cart-drawer__close:hover,
.product-modal__icon-btn:hover,
.scroll-to-top-btn:hover {
  background: linear-gradient(135deg, #f5a623, #eb8600 45%, #d85f00);
  border-color: rgba(235, 134, 0, 0.78);
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(216, 95, 0, 0.28);
}

.btn--ghost,
.cart-upsell-card__add,
.product-modal__add-arrow {
  background: #fffaf2;
  border-color: rgba(235, 134, 0, 0.28);
  color: #d85f00;
}

.btn--ghost:hover,
.cart-upsell-card__add:hover,
.qty button:hover,
.cart-qty-pill button:hover,
.delivery-area-picker__row:hover,
.delivery-area-picker__row:focus-visible,
.checkout-location__suggest-row:hover,
.checkout-location__suggest-row.is-active {
  background: rgba(235, 134, 0, 0.1);
  color: #1f140b;
}

.checkout-overlay__backdrop,
.product-overlay__backdrop,
.cart-backdrop {
  background: rgba(31, 20, 11, 0.38);
}

.cart-drawer__head,
.cart-drawer__foot,
.product-modal__head,
.product-modal__foot,
.sticky-checkout {
  background: linear-gradient(180deg, rgba(255, 250, 242, 0.84), rgba(255, 250, 242, 0.98));
  border-color: rgba(235, 134, 0, 0.18);
}

.checkout-payment__method.is-active,
.product-var-option:has(input:checked),
.delivery-area-picker__row.is-active {
  background: rgba(235, 134, 0, 0.12);
  border-color: #eb8600;
  box-shadow: inset 3px 0 0 #eab308, 0 8px 18px rgba(235, 134, 0, 0.12);
}

.cart-eta {
  background: rgba(235, 134, 0, 0.1);
  border: 1px solid rgba(235, 134, 0, 0.24);
  color: #6f6256;
}

.cart-eta strong {
  color: #d85f00;
}

.cart-empty {
  color: #7a6c5f;
}

.cart-line-v2 {
  border-color: rgba(235, 134, 0, 0.18);
}

.wf-fly-to-cart {
  background: #eb8600;
  border-color: #d85f00;
}

.wa-float {
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.34), 0 0 0 4px rgba(249, 115, 22, 0.18);
}

.site-footer {
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.86), rgba(255, 242, 217, 0.96)),
    url("assets/1775562431-mandi-al-khaleej-BG.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: screen;
  border-top: 1px solid rgba(235, 134, 0, 0.3);
  color: #1f140b;
}

.site-footer a:hover,
.mobile-bottom-nav__item:hover,
.mobile-bottom-nav__item:focus-visible {
  color: #d85f00;
}

.menu-card__skeleton-line,
.menu-card__media--skeleton,
.cart-line-v2__skeleton {
  background: linear-gradient(110deg, #fff3da 8%, #ffffff 18%, #fff3da 33%);
  background-size: 200% 100%;
}

@media (max-width: 520px) {
  body {
    background-attachment: fixed;
  }

  .hero-banner::after {
    inset: 0.55rem;
  }

  .mobile-bottom-nav {
    border-top: 1px solid rgba(249, 115, 22, 0.72);
  }

  .mobile-bottom-nav__item {
    color: #5f5145;
  }

  .mobile-bottom-nav__badge {
    background: #dc2626;
  }

  .menu-category__title {
    color: #d85f00;
  }
}
