:root {
  color-scheme: light;
  --ink: #0c1216;
  --muted: #52615e;
  --cream: #f7faf8;
  --cream-strong: #eaf1ee;
  --leaf: #004640;
  --teal: #004640;
  --leaf-dark: #03302d;
  --leaf-soft: #dce9e5;
  --orange: #f66818;
  --orange-dark: #d94f08;
  --line: rgba(0, 70, 64, 0.16);
  --shadow: 0 18px 48px rgba(3, 48, 45, 0.12);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(246, 104, 24, 0.12), transparent 32rem),
    linear-gradient(180deg, #fffdf7 0%, var(--cream) 46%, #ffffff 100%);
  color: var(--ink);
  line-height: 1.6;
}

body.modal-open {
  overflow: hidden;
}

a {
  color: var(--leaf);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--orange-dark);
}

.shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.9);
  backdrop-filter: blur(16px);
}

.launching-soon-banner {
  border-bottom: 1px solid rgba(246, 104, 24, 0.18);
  background:
    radial-gradient(circle at left, rgba(246, 104, 24, 0.13), transparent 26rem),
    linear-gradient(90deg, rgba(255, 247, 241, 0.98), rgba(247, 250, 248, 0.98));
}

.launching-soon-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 54px;
  padding: 9px 0;
}

.launching-soon-inner span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 13px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(246, 104, 24, 0.18);
}

.launching-soon-inner p {
  margin: 0;
  color: var(--leaf);
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.35;
}

.launching-soon-inner a {
  color: var(--orange-dark);
  font-size: 0.9rem;
  font-weight: 900;
  white-space: nowrap;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 78px;
  padding: 8px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-weight: 800;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.brand img {
  display: block;
  width: clamp(190px, 18vw, 292px);
  height: 58px;
  object-fit: contain;
  object-position: left center;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  background: var(--leaf);
  color: #fffaf0;
  font-weight: 900;
  letter-spacing: -0.04em;
  box-shadow: 0 8px 24px rgba(11, 90, 80, 0.2);
}

.brand small {
  display: block;
  color: var(--orange);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px 12px;
  font-size: 0.95rem;
}

.nav-links > * {
  flex: 0 0 auto;
}

.nav-links a {
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
}

.nav-links a:hover {
  color: var(--orange-dark);
}

.top-cart-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 40px;
  padding: 0 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 850;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(3, 48, 45, 0.07);
}

.header-location-button,
.header-account-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 5px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  font: inherit;
  font-weight: 700;
  line-height: 1.15;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(3, 48, 45, 0.045);
}

.header-location-button:hover,
.header-account-button:hover {
  border-color: rgba(246, 104, 24, 0.4);
  background: #fff7f1;
}

.header-location-button small,
.header-account-button small {
  display: block;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0;
}

.header-location-button strong,
.header-account-button strong {
  display: block;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 750;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.location-pin-icon {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--leaf-soft);
}

.location-pin-icon::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 7px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--leaf);
  border-radius: 999px 999px 999px 0;
  background: #fff;
  transform: rotate(-45deg);
}

.location-pin-icon::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 11px;
  width: 3px;
  height: 3px;
  border-radius: 999px;
  background: var(--leaf);
}

.top-cart-icon strong {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

.top-cart-button.full {
  border-color: rgba(246, 104, 24, 0.45);
  background: #fff7f1;
}

.top-cart-button::before {
  content: none;
}

.top-cart-button.full .top-cart-icon strong {
  color: inherit;
}

.top-cart-button em {
  position: absolute;
  right: 7px;
  bottom: 2px;
  color: var(--orange);
  font-style: normal;
  font-size: 0.68rem;
  font-weight: 850;
}

.top-cart-icon {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 34px;
  flex: 0 0 auto;
  background: url("./assets/brand/bento-box-cart-mark-web.png?v=20260723-cart-crop") center / contain no-repeat;
}

.top-cart-icon::before {
  content: none;
}

.top-cart-icon::after {
  content: none;
}

.top-cart-button.full .top-cart-icon {
  background-image: url("./assets/brand/bento-box-cart-mark-full-web.png?v=20260723-cart-crop");
}

.nav-links a.active,
.nav-links a[aria-current="page"] {
  color: var(--leaf);
  font-weight: 800;
}

.nav-links a.active:not(.button),
.nav-links a[aria-current="page"]:not(.button) {
  text-decoration: underline;
  text-decoration-color: var(--orange);
  text-decoration-thickness: 0.16em;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: var(--orange);
  color: #fff;
  font-weight: 750;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(239, 98, 71, 0.22);
}

.button:hover {
  background: var(--orange-dark);
  color: #fff;
}

.button.secondary {
  background: #fff;
  color: var(--leaf);
  border-color: var(--line);
  box-shadow: none;
}

.nav-support-button {
  min-height: 40px;
  padding: 0 14px;
  box-shadow: 0 8px 18px rgba(246, 104, 24, 0.16);
}

@media (min-width: 821px) and (max-width: 960px) {
  .nav {
    align-items: flex-start;
    gap: 10px 16px;
    min-height: 118px;
    padding: 10px 0;
  }

  .brand img {
    width: clamp(176px, 22vw, 210px);
    height: 54px;
  }

  .nav-links {
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-auto-rows: minmax(38px, auto);
    align-items: center;
    justify-content: end;
    gap: 8px 10px;
    min-width: 0;
  }

  .nav-links > a:not(.button) {
    justify-self: center;
    text-align: center;
  }

  .header-location-button {
    grid-column: 2;
    grid-row: 2;
  }

  .header-account-button {
    grid-column: 3;
    grid-row: 2;
  }

  .nav-support-button {
    grid-column: 4;
    grid-row: 2;
  }

  .top-cart-button {
    grid-column: 5;
    grid-row: 2;
  }
}

.hero {
  padding: 26px 0 40px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 28px;
  align-items: start;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 6px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--leaf);
  font-size: 0.86rem;
  font-weight: 750;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

h1 {
  max-width: 760px;
  font-size: clamp(2.4rem, 8vw, 5.1rem);
}

h2 {
  font-size: clamp(1.8rem, 4vw, 2.65rem);
}

h3 {
  font-size: 1.25rem;
}

.lead {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(1.02rem, 2vw, 1.22rem);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.card {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}

.hero-card {
  padding: 28px;
}

.meal-card {
  overflow: hidden;
}

.meal-photo {
  display: block;
  width: 100%;
  aspect-ratio: 1.35 / 1;
  object-fit: cover;
  border-radius: 22px;
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 20px;
}

.stat {
  min-height: 94px;
  padding: 16px;
  border-radius: 22px;
  background: var(--cream);
}

.stat strong {
  display: block;
  color: var(--leaf);
  font-size: 1.6rem;
  line-height: 1.1;
}

.section {
  padding: 42px 0;
}

.why-strip-section {
  padding-top: 0;
}

.why-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.why-strip article {
  min-height: 116px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 28px rgba(3, 48, 45, 0.06);
}

.why-strip strong {
  display: block;
  color: var(--leaf);
  font-size: 1.06rem;
  line-height: 1.2;
}

.why-strip span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.94rem;
}

.quick-picks-section {
  padding-top: 18px;
}

.quick-picks-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.quick-pick-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(3, 48, 45, 0.08);
}

.quick-pick-card.selected {
  border-color: rgba(246, 104, 24, 0.5);
  box-shadow: 0 14px 34px rgba(246, 104, 24, 0.14);
}

.quick-pick-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.25 / 1;
  object-fit: cover;
}

.quick-pick-body {
  padding: 16px;
}

.quick-pick-label {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(0, 70, 64, 0.1);
  color: var(--leaf);
  font-size: 0.74rem;
  font-weight: 900;
}

.quick-pick-card h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 2.8em;
  font-size: 1.02rem;
}

.quick-pick-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 12px 0;
}

.quick-pick-meta span {
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--cream-strong);
  color: var(--leaf-dark);
  font-size: 0.76rem;
  font-weight: 800;
}

.quick-pick-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.quick-pick-row .select-meal-button {
  width: auto;
  min-width: 92px;
  margin-top: 0;
  padding: 0 14px;
}

.quick-pick-price {
  color: var(--orange);
  font-size: 1.15rem;
  font-weight: 900;
}

.section-header {
  max-width: 760px;
  margin-bottom: 24px;
}

.menu-section {
  background: linear-gradient(180deg, rgba(234, 241, 238, 0.55), rgba(247, 250, 248, 0));
}

.menu-controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
}

.segmented {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
}

.segmented-wrap {
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 24px;
}

.segmented button {
  min-height: 40px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--leaf);
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}

.segmented button.active {
  background: var(--leaf);
  color: #fff;
}

.segmented button[data-track="all"].active {
  background: var(--orange);
}

.segmented button[data-track="vegetarian"].active {
  background: var(--leaf);
}

.segmented button[data-track="non_vegetarian"].active {
  background: #8d2f1d;
}

.segmented-wrap.category-track-vegetarian button.active {
  background: var(--leaf);
}

.segmented-wrap.category-track-non-vegetarian button.active {
  background: #8d2f1d;
}

.segmented-wrap.category-track-all button.active {
  background: var(--leaf);
}

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

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

.menu-cart {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 24px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 253, 247, 0.82);
  box-shadow: 0 10px 24px rgba(3, 48, 45, 0.06);
}

.menu-cart .eyebrow {
  margin-bottom: 8px;
  padding: 4px 10px;
  font-size: 0.76rem;
}

.menu-cart h3 {
  font-size: 1.08rem;
}

.menu-cart p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.cart-option-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.cart-option-row button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--leaf);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 800;
  cursor: pointer;
}

.cart-option-row button.active {
  border-color: var(--leaf);
  background: var(--leaf);
  color: #fff;
}

.plan-row button.active {
  border-color: var(--orange);
  background: var(--orange);
}

.cart-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.payment-note {
  max-width: 230px;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.3;
}

.checkout-status-button {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--leaf);
  color: #fff;
  font: inherit;
  font-weight: 800;
  opacity: 0.9;
}

.checkout-status-button.full {
  width: 100%;
  margin-top: 18px;
}

.mobile-cart-bar {
  display: none;
}

.cart-drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 30;
  background: rgba(12, 18, 22, 0.38);
}

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

.site-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
}

.site-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 18, 22, 0.42);
}

.site-modal-card {
  position: relative;
  width: min(440px, calc(100% - 28px));
  margin: 8vh auto 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fffdf7;
  box-shadow: 0 28px 70px rgba(3, 48, 45, 0.28);
}

.site-modal-card .cart-close {
  position: absolute;
  top: 18px;
  right: 18px;
}

.site-modal-card h2 {
  margin-right: 42px;
  font-size: clamp(1.65rem, 5vw, 2.2rem);
}

.modal-copy,
.modal-fineprint,
.location-result {
  color: var(--muted);
}

.field-label {
  display: block;
  margin: 14px 0 6px;
  color: var(--ink);
  font-weight: 900;
}

.field-label span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 750;
}

.text-field {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1.5px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  outline: none;
}

.text-field:focus {
  border-color: var(--leaf);
  box-shadow: 0 0 0 4px rgba(0, 70, 64, 0.1);
}

.modal-primary {
  width: 100%;
  margin-top: 16px;
}

.modal-primary:disabled {
  opacity: 0.72;
  cursor: not-allowed;
}

.modal-fineprint {
  margin-bottom: 0;
  font-size: 0.82rem;
}

.location-consent {
  margin-top: 8px;
}

.modal-action-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 10px;
  margin-top: 16px;
}

.modal-action-row .button {
  width: 100%;
  min-height: 48px;
  margin-top: 0;
  padding: 0 16px;
}

.location-result {
  min-height: 48px;
  margin: 16px 0 0;
  padding: 12px;
  border-radius: 16px;
  background: var(--cream);
  font-weight: 750;
}

.riya-mascot-button {
  position: fixed;
  z-index: 34;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--leaf);
  font: inherit;
  cursor: pointer;
  touch-action: none;
  user-select: none;
  filter: none !important;
  animation: none !important;
  transition: transform 260ms ease;
}

.riya-mascot-button:hover,
.riya-mascot-button:focus-visible {
  transform: scale(1.02);
}

.riya-mascot-button:active {
  cursor: grabbing;
}

.riya-mascot-button img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.riya-mascot-button-full {
  right: 152px;
  bottom: 40px;
  width: 250px;
  height: 250px;
}

.riya-mascot-button-head {
  right: 28px;
  bottom: 98px;
  width: 180px;
  height: 180px;
}

.riya-full-clean-stage,
.riya-head-clean-stage {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: 50% 68%;
  animation: riya-clean-presence 12s ease-in-out infinite;
  pointer-events: none;
}

.riya-full-clean-stage img,
.riya-head-clean-stage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.riya-head-clean-stage {
  animation-delay: -3s;
}

@keyframes riya-clean-presence {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-0.25deg) scale(1);
  }
  50% {
    transform: translate3d(0, -4px, 0) rotate(0.25deg) scale(1.003);
  }
}

.riya-v1-stage,
.riya-v1-stage * {
  box-sizing: border-box;
}

.riya-v1-stage {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: 50% 72%;
  animation: riya-v1-idle 8.5s ease-in-out infinite;
  pointer-events: none;
}

.riya-v1-head-only .riya-v1-stage {
  animation-duration: 9.5s;
  animation-delay: -2.2s;
}

.riya-v1-head {
  position: absolute;
  left: 50%;
  top: 22%;
  width: 78%;
  height: 42%;
  border: 4px solid #0a5957;
  border-radius: 48% 48% 43% 43% / 52% 52% 44% 44%;
  background:
    radial-gradient(circle at 52% 0%, #fe7b22 0 7%, transparent 8%),
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.9), transparent 20%),
    linear-gradient(135deg, #fff5de 0%, #f6e7cb 42%, #e8c89e 100%);
  transform: translateX(-50%);
  box-shadow: inset 0 -12px 24px rgba(112, 69, 24, 0.16);
  animation: riya-v1-head-look 10.5s ease-in-out infinite;
}

.riya-v1-head-only .riya-v1-head {
  top: 5%;
  width: 96%;
  height: 86%;
}

.riya-v1-ear {
  position: absolute;
  top: 36%;
  width: 15%;
  height: 34%;
  border: 3px solid #0a5957;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff7a21, #e45411);
}

.riya-v1-ear-left {
  left: -9%;
}

.riya-v1-ear-right {
  right: -9%;
}

.riya-v1-eye {
  position: absolute;
  top: 23%;
  width: 31%;
  height: 47%;
  border: 4px solid #f36b16;
  border-radius: 50%;
  background:
    radial-gradient(circle at 52% 48%, #06161a 0 22%, #0f6b73 23% 34%, #9defff 35% 39%, #0b4d59 40% 54%, #d9f9ff 55% 58%, #102529 59% 100%);
  overflow: hidden;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.42);
}

.riya-v1-eye::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, #f6e7cb 0 0%, transparent 0%);
  animation: riya-v1-blink 7.2s ease-in-out infinite;
  z-index: 3;
}

.riya-v1-eye span {
  position: absolute;
  left: 54%;
  top: 34%;
  width: 22%;
  height: 22%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  transform: translate(-50%, -50%);
  animation: riya-v1-eye-glint 9s ease-in-out infinite;
}

.riya-v1-eye-left {
  left: 14%;
}

.riya-v1-eye-right {
  right: 14%;
}

.riya-v1-mouth {
  position: absolute;
  left: 50%;
  bottom: 17%;
  width: 15%;
  height: 8%;
  border-radius: 0 0 999px 999px;
  background: #06252a;
  transform: translateX(-50%);
  animation: riya-v1-mouth-soft 6.4s ease-in-out infinite;
}

.riya-v1-neck {
  position: absolute;
  left: 50%;
  top: 61%;
  width: 16%;
  height: 10%;
  border-radius: 16px;
  background: linear-gradient(180deg, #073e40, #042a2c);
  transform: translateX(-50%);
}

.riya-v1-body {
  position: absolute;
  left: 50%;
  top: 68%;
  width: 47%;
  height: 24%;
  border: 4px solid #0a5957;
  border-radius: 46% 46% 52% 52%;
  background:
    radial-gradient(circle at 50% 22%, #22f0ef 0 9%, transparent 10%),
    linear-gradient(135deg, #fff1d4 0%, #f36916 42%, #063f42 100%);
  transform: translateX(-50%);
}

.riya-v1-led {
  position: absolute;
  left: 50%;
  top: 25%;
  width: 28%;
  height: 11%;
  border-radius: 999px;
  background: #25f6ef;
  transform: translateX(-50%);
  animation: riya-v1-led-pulse 5.6s ease-in-out infinite;
}

.riya-v1-glow {
  position: absolute;
  left: 50%;
  bottom: 5%;
  width: 42%;
  height: 7%;
  border-radius: 999px;
  background: rgba(0, 76, 69, 0.14);
  transform: translateX(-50%);
  filter: blur(7px);
  opacity: 0.45;
  animation: riya-v1-glow 8.5s ease-in-out infinite;
}

@keyframes riya-v1-idle {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-0.4deg);
  }
  50% {
    transform: translate3d(0, -8px, 0) rotate(0.4deg);
  }
}

@keyframes riya-v1-head-look {
  0%,
  100% {
    transform: translateX(-50%) rotate(0deg);
  }
  28% {
    transform: translateX(-50%) rotate(-2.4deg);
  }
  62% {
    transform: translateX(-50%) rotate(2deg);
  }
}

@keyframes riya-v1-blink {
  0%,
  7%,
  10%,
  100% {
    background: linear-gradient(180deg, #f6e7cb 0 0%, transparent 0%);
  }
  8.2%,
  8.8% {
    background: linear-gradient(180deg, #f6e7cb 0 100%, transparent 100%);
  }
}

@keyframes riya-v1-eye-glint {
  0%,
  100% {
    transform: translate(-50%, -50%);
  }
  36% {
    transform: translate(-62%, -45%);
  }
  68% {
    transform: translate(-40%, -55%);
  }
}

@keyframes riya-v1-mouth-soft {
  0%,
  100% {
    width: 15%;
    height: 8%;
  }
  45% {
    width: 18%;
    height: 9%;
  }
}

@keyframes riya-v1-led-pulse {
  0%,
  100% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
}

@keyframes riya-v1-glow {
  0%,
  100% {
    transform: translateX(-50%) scaleX(0.95);
    opacity: 0.38;
  }
  50% {
    transform: translateX(-50%) scaleX(1.08);
    opacity: 0.22;
  }
}

.riya-panel-shell[hidden] {
  display: none;
}

.riya-panel-shell {
  position: fixed;
  inset: 0;
  z-index: 45;
}

.riya-panel-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 18, 22, 0.38);
}

.riya-panel {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  width: min(440px, calc(100% - 28px));
  max-height: min(760px, calc(100vh - 36px));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fffdf7;
  box-shadow: 0 28px 70px rgba(3, 48, 45, 0.3);
}

.riya-panel-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 20px 14px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at top right, rgba(246, 104, 24, 0.16), transparent 12rem),
    #fffaf0;
}

.riya-compare-strip {
  display: grid;
  grid-template-columns: repeat(2, 70px);
  gap: 8px;
  align-items: stretch;
}

.riya-compare-card {
  display: grid;
  gap: 4px;
  justify-items: center;
  margin: 0;
  padding: 7px 6px 6px;
  border: 1px solid rgba(0, 76, 69, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 22px rgba(3, 48, 45, 0.08);
}

.riya-compare-card img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.riya-compare-card figcaption {
  color: var(--leaf);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.riya-panel-header h2 {
  margin: 2px 0 0;
  color: var(--leaf);
  font-size: 2rem;
  line-height: 1.02;
}

.riya-panel-header h2 span {
  display: block;
  font-size: 1.08rem;
  font-weight: 900;
}

.riya-panel-header p {
  margin: 6px 0 0;
  color: var(--muted);
  font-weight: 950;
  letter-spacing: 0.01em;
}

.riya-messages {
  display: grid;
  gap: 10px;
  max-height: 300px;
  overflow-y: auto;
  padding: 18px;
  background: linear-gradient(180deg, #ffffff 0%, var(--cream) 100%);
}

.riya-message {
  width: fit-content;
  max-width: 88%;
  margin: 0;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.45;
}

.riya-message.bot {
  border-top-left-radius: 6px;
  background: var(--leaf-soft);
}

.riya-message.user {
  justify-self: end;
  border-color: rgba(246, 104, 24, 0.28);
  border-top-right-radius: 6px;
  background: #fff3ea;
}

.riya-chat-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  padding: 0 18px 12px;
  background: var(--cream);
}

.riya-chat-form .button {
  margin: 0;
  min-height: 46px;
  padding: 0 18px;
}

.riya-limit {
  margin: 0;
  padding: 0 18px 14px;
  background: var(--cream);
  color: var(--muted);
  font-size: 0.83rem;
  font-weight: 750;
}

.riya-escalation {
  padding: 14px 18px 18px;
  border-top: 1px solid var(--line);
  background: #fffdf7;
}

.riya-escalation summary {
  color: var(--leaf);
  font-weight: 900;
  cursor: pointer;
}

.riya-escalation label {
  display: block;
  margin-top: 12px;
  color: var(--ink);
  font-weight: 850;
}

.riya-escalation textarea.text-field {
  min-height: 76px;
  padding-top: 10px;
  resize: vertical;
}

.riya-escalation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.riya-escalation-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
}

.riya-escalation-actions .button {
  width: 100%;
  margin: 0;
  padding-inline: 12px;
}

.riya-escalation-status {
  min-height: 22px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 31;
  width: min(940px, calc(100% - 28px));
  overflow-y: auto;
  padding: 22px;
  border-left: 1px solid var(--line);
  background: #fffdf7;
  box-shadow: -20px 0 48px rgba(3, 48, 45, 0.22);
}

.cart-drawer-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.cart-drawer-header .eyebrow {
  margin-bottom: 8px;
}

.checkout-journey-card {
  display: grid;
  grid-template-columns: minmax(310px, 0.92fr) minmax(360px, 1.08fr);
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(0, 70, 64, 0.16);
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(246, 104, 24, 0.08), transparent 13rem),
    #fff;
  box-shadow: 0 14px 34px rgba(3, 48, 45, 0.08);
}

.checkout-left-column,
.checkout-right-column {
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
}

.section-kicker {
  margin: 0 0 10px;
  color: var(--leaf);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.cart-close {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.cart-item-list {
  display: grid;
  gap: 10px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.order-summary-block {
  margin: 0 0 14px;
  padding: 14px;
  border: 1px solid rgba(0, 70, 64, 0.16);
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(246, 104, 24, 0.07), transparent 9rem),
    #fff;
  box-shadow: 0 12px 26px rgba(3, 48, 45, 0.07);
}

.checkout-journey-card .order-summary-block,
.checkout-journey-card .web-checkout-panel,
.checkout-journey-card .checkout-bill-block {
  margin: 0;
  box-shadow: none;
}

.checkout-bill-block {
  padding: 14px;
  border: 1px solid rgba(0, 70, 64, 0.16);
  border-radius: 22px;
  background:
    radial-gradient(circle at bottom right, rgba(246, 104, 24, 0.08), transparent 10rem),
    rgba(247, 250, 248, 0.72);
}

.order-summary-block .cart-item-list {
  margin-bottom: 12px;
}

.cart-item-list li {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 10px 14px;
  align-items: start;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.cart-totals div {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.cart-totals div {
  justify-content: space-between;
}

.cart-item-list img {
  grid-row: span 2;
  width: 88px;
  height: 88px;
  align-self: start;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(3, 48, 45, 0.12);
}

.cart-item-copy {
  flex: 1;
  min-width: 0;
}

.cart-item-list small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--muted);
  font-weight: 700;
  text-align: center;
}

.cart-item-list small .food-marker {
  display: inline-grid;
  place-items: center;
  width: 14px;
  height: 14px;
  border-radius: 3px;
}

.cart-item-list small .food-marker::after {
  width: 6px;
  height: 6px;
  border: 0;
  border-radius: 999px;
  background: var(--leaf);
}

.cart-item-list small .food-marker.non-veg::after {
  width: 6px;
  height: 6px;
  border: 0 !important;
  border-radius: 999px;
  background: #8d2f1d;
}

.cart-addon-line {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin: 6px auto 0;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(246, 104, 24, 0.12);
  color: var(--orange-dark);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.1;
}

.cart-item-actions {
  grid-column: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 0;
}

.cart-item-price {
  color: var(--orange);
  font-weight: 900;
  white-space: nowrap;
}

.cart-remove {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.cart-remove:hover {
  color: var(--orange-dark);
}

.cart-note {
  color: var(--muted);
  font-size: 0.88rem;
}

.cart-allergen-note {
  margin: 12px 0;
  padding: 10px 12px;
  border: 1px solid rgba(0, 70, 64, 0.14);
  border-radius: 16px;
  background: rgba(220, 233, 229, 0.5);
  color: var(--leaf);
  font-size: 0.9rem;
  font-weight: 800;
}

.web-checkout-panel {
  margin-top: 0;
  padding: 18px;
  border: 1px solid rgba(0, 70, 64, 0.14);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(246, 104, 24, 0.12), transparent 12rem),
    linear-gradient(180deg, rgba(255, 253, 247, 0.96), rgba(247, 250, 248, 0.96));
  box-shadow: 0 14px 34px rgba(3, 48, 45, 0.08);
}

.checkout-panel-head {
  margin-bottom: 14px;
}

.checkout-eyebrow {
  display: inline-flex;
  margin-bottom: 7px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(0, 70, 64, 0.1);
  color: var(--leaf);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.web-checkout-panel h4 {
  margin: 0;
  color: var(--teal);
  font-size: 1.22rem;
  line-height: 1.15;
}

.checkout-panel-head p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.checkout-step {
  margin-top: 12px;
  padding: 14px;
  border: 1px solid rgba(0, 70, 64, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
}

.checkout-step strong {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 0.98rem;
}

.checkout-step strong span {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-size: 0.78rem;
  line-height: 1;
}

.checkout-step label {
  display: grid;
  gap: 6px;
  margin-top: 10px;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 800;
}

.checkout-step input,
.checkout-step textarea,
.checkout-step select {
  appearance: none;
  display: block;
  width: 100%;
  max-width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px 13px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 700;
  line-height: 1.35;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.checkout-step textarea {
  min-height: 86px;
  resize: vertical;
  overflow-wrap: anywhere;
  word-break: normal;
}

.checkout-step select {
  background-image:
    linear-gradient(45deg, transparent 50%, var(--teal) 50%),
    linear-gradient(135deg, var(--teal) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 52%,
    calc(100% - 12px) 52%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.checkout-option-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.slot-option-row {
  margin-bottom: 10px;
}

.checkout-date-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 10px;
}

.checkout-date-row button {
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--teal);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.checkout-date-row button span,
.checkout-date-row button small {
  display: block;
}

.checkout-date-row button small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.checkout-date-row button.active {
  border-color: var(--orange);
  background: var(--orange);
  color: #fff;
  box-shadow: 0 10px 20px rgba(246, 104, 24, 0.16);
}

.checkout-date-row button.active small {
  color: rgba(255, 255, 255, 0.86);
}

.pack-planner {
  margin: 0 0 14px;
  padding: 12px;
  border: 1px solid rgba(0, 70, 64, 0.14);
  border-radius: 18px;
  background: rgba(220, 233, 229, 0.34);
}

.pack-planner-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
  color: var(--teal);
}

.pack-planner-head strong,
.pack-planner-head span {
  font-weight: 900;
}

.pack-planner-head span {
  flex: 0 0 auto;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-size: 0.78rem;
}

.pack-planner-list {
  display: grid;
  gap: 8px;
}

.pack-day-row {
  display: grid !important;
  grid-template-columns: minmax(92px, 0.42fr) minmax(0, 1fr);
  gap: 10px !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 10px;
  border: 1px solid rgba(0, 70, 64, 0.1);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.88);
}

.pack-day-row span,
.pack-day-row strong,
.pack-day-row small {
  display: block;
}

.pack-day-row strong {
  color: var(--ink);
  font-size: 0.84rem;
  line-height: 1.15;
}

.pack-day-row small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.pack-day-row select {
  min-height: 42px;
  padding: 9px 34px 9px 11px;
  border-radius: 13px;
  font-size: 0.82rem;
}

.pack-day-row em {
  color: var(--muted);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 800;
}

.checkout-field-label {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 900;
}

.checkout-hint {
  margin: 0 0 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(220, 233, 229, 0.42);
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.checkout-option-row button,
.checkout-mini-button {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--teal);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: transform 140ms ease, border-color 140ms ease, background 140ms ease, color 140ms ease;
}

.checkout-mini-button[data-web-get-total] {
  width: 100%;
  margin-top: 10px;
  min-height: 48px;
  background: var(--leaf);
  color: #fff;
  box-shadow: 0 12px 24px rgba(3, 48, 45, 0.16);
}

.checkout-option-row button:hover,
.checkout-mini-button:hover {
  border-color: rgba(246, 104, 24, 0.42);
  transform: translateY(-1px);
}

.checkout-option-row button.active,
.checkout-mini-button.primary {
  border-color: var(--orange);
  background: var(--orange);
  color: #fff;
  box-shadow: 0 10px 20px rgba(246, 104, 24, 0.16);
}

.checkout-checkbox {
  grid-template-columns: 20px 1fr;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid rgba(0, 70, 64, 0.12);
  border-radius: 16px;
  background: rgba(220, 233, 229, 0.35);
}

.checkout-checkbox input {
  width: 18px;
  height: 18px;
  accent-color: var(--orange);
}

.checkout-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin: 10px 0;
  padding: 12px 14px;
  border: 1px solid rgba(0, 70, 64, 0.16);
  border-radius: 18px;
  background: rgba(220, 233, 229, 0.4);
  color: var(--teal);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.checkout-toggle small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.checkout-toggle.active {
  border-color: rgba(246, 104, 24, 0.55);
  background: rgba(246, 104, 24, 0.14);
  color: var(--orange-dark);
}

.checkout-addon {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  width: 100%;
  margin: 12px 0;
  padding: 13px 14px;
  border: 2px dashed rgba(246, 104, 24, 0.42);
  border-radius: 20px;
  background:
    radial-gradient(circle at top right, rgba(246, 104, 24, 0.12), transparent 8rem),
    #fff;
  color: var(--ink);
  text-align: left;
  font: inherit;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(246, 104, 24, 0.08);
}

.checkout-addon-check {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 999px;
  background: rgba(246, 104, 24, 0.14);
  color: var(--orange);
  font-size: 1.25rem;
  font-weight: 900;
}

.checkout-addon strong,
.checkout-addon small {
  display: block;
}

.checkout-addon strong {
  color: var(--teal);
  font-size: 0.96rem;
}

.checkout-addon small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.checkout-addon.active {
  border-style: solid;
  border-color: var(--orange);
  background: rgba(246, 104, 24, 0.13);
}

.checkout-addon.active .checkout-addon-check {
  background: var(--orange);
  color: #fff;
}

.checkout-message,
.checkout-error {
  margin: 10px 0 0;
  padding: 10px 12px;
  border-radius: 14px;
  font-size: 0.88rem;
  font-weight: 800;
}

.checkout-message {
  background: rgba(220, 233, 229, 0.62);
  color: var(--teal);
}

.checkout-error {
  background: rgba(232, 93, 63, 0.12);
  color: #9b2f1b;
}

.final-total {
  margin-top: 12px;
}

.bill-confirmed-banner {
  display: inline-flex;
  align-items: center;
  margin: 4px 0 0;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(0, 70, 64, 0.1);
  color: var(--leaf);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.checkout-nudge-stack {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}

.checkout-nudge-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(0, 70, 64, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
}

.checkout-nudge-row span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 850;
}

.checkout-nudge-row strong {
  color: var(--leaf);
  font-size: 0.86rem;
  font-weight: 900;
  text-align: right;
}

.cart-savings {
  margin: 14px 0 0;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(96, 146, 87, 0.14);
  color: var(--leaf);
  font-weight: 850;
}

.bill-heading {
  margin: 10px 0 -4px;
  font-size: 0.98rem;
}

.cart-totals {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--cream);
}

.order-summary-block .cart-totals {
  background: rgba(247, 250, 248, 0.78);
  box-shadow: none;
}

.cart-totals.confirmed {
  border-color: rgba(0, 70, 64, 0.24);
  background:
    radial-gradient(circle at top right, rgba(246, 104, 24, 0.08), transparent 8rem),
    rgba(247, 250, 248, 0.96);
}

.cart-totals dt {
  color: var(--muted);
}

.cart-totals dd {
  margin: 0;
  color: var(--ink);
  font-weight: 850;
  text-align: right;
}

.cart-totals .total {
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  font-size: 1.1rem;
}

.cart-totals .total dt,
.cart-totals .total dd {
  color: var(--leaf);
}

.cart-totals .total.final {
  align-items: center;
  margin-top: 10px;
  padding: 14px 0 0;
}

.cart-totals .total.final dt {
  font-size: 1.02rem;
}

.cart-totals .total.final dd {
  color: var(--orange);
  font-size: 1.32rem;
}

.bill-pay-row {
  display: block !important;
  margin-top: 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(0, 70, 64, 0.14);
}

.cart-totals .bill-pay-row .checkout-status-button.full {
  margin-top: 0;
  background: var(--orange);
  box-shadow: 0 14px 28px rgba(246, 104, 24, 0.18);
}

.checkout-pay-button {
  width: 100%;
  min-height: 48px;
  margin-top: 12px;
  background: var(--leaf) !important;
  box-shadow: 0 14px 28px rgba(3, 48, 45, 0.18) !important;
}

.menu-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(3, 48, 45, 0.08);
}

.menu-card.selected {
  border-color: rgba(246, 104, 24, 0.5);
  box-shadow: 0 14px 34px rgba(246, 104, 24, 0.14);
}

.menu-card.veg-card.selected {
  border-color: rgba(96, 146, 87, 0.55);
  box-shadow: 0 14px 34px rgba(96, 146, 87, 0.18);
}

.menu-card.non-veg-card.selected {
  border-color: rgba(141, 47, 29, 0.55);
  box-shadow: 0 14px 34px rgba(141, 47, 29, 0.18);
}

.menu-card > img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.menu-card-body {
  padding: 18px;
}

.category-pill {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(246, 104, 24, 0.11);
  color: var(--leaf);
  font-size: 0.74rem;
  font-weight: 900;
}

.menu-card-body p {
  color: var(--muted);
}

.menu-card-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.menu-card-title h3,
.cart-item-copy strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.food-marker {
  position: relative;
  display: inline-grid;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  place-items: center;
  border: 1.8px solid var(--leaf);
  border-radius: 4px;
  background: #fff;
}

.food-marker::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--leaf);
}

.food-marker.non-veg {
  border-color: #8d2f1d;
}

.food-marker.non-veg::after {
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-bottom: 7px solid #8d2f1d;
  border-left: 4px solid transparent;
  border-radius: 0;
  background: transparent;
}

.menu-card-title strong {
  color: var(--orange);
  font-size: 1.25rem;
}

.nutrition-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 0;
  list-style: none;
}

.nutrition-list li {
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--cream-strong);
  color: var(--leaf-dark);
  font-size: 0.78rem;
  font-weight: 700;
}

.allergen-line {
  margin-bottom: 0;
  font-size: 0.82rem;
}

.select-meal-button {
  width: 100%;
  min-height: 42px;
  margin-top: 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--leaf);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.select-meal-button:hover,
.select-meal-button.selected {
  border-color: var(--orange);
  background: var(--orange);
  color: #fff;
}

.menu-disclaimer {
  max-width: 900px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 0.85rem;
  text-align: center;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

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

.compact-info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.compact-info-card {
  padding: 18px;
  border-radius: 22px;
}

.compact-info-card h3 {
  font-size: 1.08rem;
  letter-spacing: -0.02em;
}

.compact-info-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.info-line {
  display: block;
}

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

.faq-section {
  background: linear-gradient(180deg, rgba(255, 253, 247, 0.36), rgba(247, 250, 248, 0.62));
}

.payment-section {
  padding-top: 0;
}

.payment-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 30px 32px;
}

.payment-card .eyebrow {
  margin-bottom: 14px;
}

.payment-card h2 {
  margin: 8px 0 10px;
}

.payment-card p {
  margin: 0;
  max-width: 680px;
  color: var(--muted);
}

.payment-card .button {
  align-self: center;
  justify-self: end;
}

.compact-hero {
  padding-bottom: 44px;
}

.enquiry-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.68fr) minmax(0, 1.32fr);
  gap: 24px;
  align-items: start;
}

.enquiry-guide,
.lead-form {
  padding: 26px;
}

.enquiry-guide ul {
  margin: 18px 0;
  padding-left: 1.2rem;
  color: var(--muted);
}

.enquiry-guide li + li {
  margin-top: 10px;
}

.lead-form {
  display: grid;
  gap: 18px;
}

.lead-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 850;
}

.lead-form label span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 12px 13px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 700;
}

.lead-form textarea {
  resize: vertical;
}

.lead-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 16px;
  border: 1px solid rgba(0, 70, 64, 0.12);
  border-radius: 20px;
  background: rgba(220, 233, 229, 0.28);
}

.lead-detail-grid .wide {
  grid-column: 1 / -1;
}

.form-section-head h2,
.form-section-head p {
  margin-bottom: 0;
}

.consent-row {
  grid-template-columns: 20px 1fr;
  align-items: start;
  padding: 12px;
  border: 1px solid rgba(0, 70, 64, 0.12);
  border-radius: 16px;
  background: rgba(220, 233, 229, 0.34);
}

.consent-row input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--orange);
}

.lead-submit-button {
  justify-self: start;
}

.lead-form-status {
  min-height: 1.4em;
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.lead-form-status.success {
  color: var(--leaf);
}

.lead-form-status.error {
  color: #9b2f1b;
}

.lead-form-status.busy {
  color: var(--orange-dark);
}

.razorpay-payment-button {
  min-width: 210px;
  justify-self: end;
}

.faq-grid .tile {
  padding: 22px;
}

.faq-grid h3 {
  color: var(--leaf);
  font-size: 1.06rem;
}

.tile {
  padding: 24px;
}

.step-card span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  place-items: center;
  border-radius: 999px;
  background: var(--leaf);
  color: #fff;
  font-weight: 900;
}

.tile p,
.tile ul,
.policy p,
.policy li {
  color: var(--muted);
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  list-style: none;
}

.tag-list li {
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--leaf-soft);
  color: var(--leaf);
  font-size: 0.88rem;
  font-weight: 700;
}

.policy {
  max-width: 900px;
  padding: 48px 0 64px;
}

.policy .card {
  margin: 24px 0;
  padding: 24px;
}

.policy h2 {
  margin-top: 36px;
}

.policy h3 {
  margin-top: 24px;
}

.policy table {
  width: 100%;
  margin: 18px 0;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
}

.policy th,
.policy td {
  padding: 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.policy th {
  background: var(--cream-strong);
  color: var(--ink);
}

.policy tr:last-child td {
  border-bottom: 0;
}

.notice {
  border-left: 5px solid var(--orange);
  background: rgba(239, 98, 71, 0.08);
}

.footer {
  border-top: 1px solid var(--line);
  padding: 42px 0 24px;
  background:
    radial-gradient(circle at top left, rgba(246, 104, 24, 0.08), transparent 24rem),
    linear-gradient(180deg, #fffdf7 0%, #ffffff 100%);
  color: var(--muted);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.5fr) minmax(210px, 1fr) minmax(140px, 0.65fr) minmax(170px, 0.8fr);
  gap: 28px;
  align-items: start;
}

.footer-brand img {
  display: block;
  width: min(250px, 100%);
  max-height: 76px;
  height: auto;
  margin-bottom: 12px;
  object-fit: contain;
}

.footer-brand p,
.footer-contact p {
  max-width: 320px;
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.footer-brand {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.footer-brand p {
  width: max-content;
  max-width: none;
  color: var(--leaf);
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
}

.footer-brand .footer-entity {
  width: auto;
  max-width: 390px;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.83rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  white-space: normal;
}

.footer h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 0.98rem;
}

.footer a {
  color: var(--muted);
  text-decoration: none;
}

.footer a:hover {
  color: var(--orange-dark);
}

.footer-contact,
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-phone {
  color: var(--leaf) !important;
  font-weight: 900;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 30px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.88rem;
}

@media (max-width: 820px) {
  .launching-soon-inner {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px 0;
    text-align: center;
  }

  .launching-soon-inner span,
  .launching-soon-inner a {
    justify-self: center;
  }

  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0;
  }

  .hero {
    padding: 24px 0 34px;
  }

  .nav-links {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 12px;
    justify-content: stretch;
  }

  .nav-links a,
  .top-cart-button,
  .header-location-button,
  .header-account-button {
    min-width: 0;
    text-align: center;
  }

  .top-cart-button,
  .header-location-button,
  .header-account-button {
    justify-content: center;
  }

  .top-cart-button em {
    display: none;
  }

  .nav-links .button {
    min-height: 40px;
    padding: 0 10px;
  }

  .header-location-button,
  .header-account-button {
    border-radius: 999px;
  }

  .hero-grid,
  .grid,
  .grid.four,
  .compact-info-grid,
  .enquiry-layout,
  .grid.two,
  .menu-grid,
  .quick-picks-grid,
  .why-strip,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    text-align: center;
  }

  .footer-brand,
  .footer-contact {
    grid-column: 1 / -1;
  }

  .footer-brand,
  .footer-contact,
  .footer-links {
    align-items: center;
  }

  .footer-links {
    min-width: 0;
    padding: 14px 10px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.58);
  }

  .footer-brand img {
    width: min(200px, 62vw);
    max-height: 62px;
    margin: 0 auto 10px;
  }

  .footer-bottom {
    align-items: center;
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }

  .stat-row {
    grid-template-columns: 1fr;
  }

  .policy {
    padding-top: 28px;
  }

  .menu-cart {
    position: static;
    align-items: flex-start;
    flex-direction: column;
    padding: 12px;
  }

  .cart-actions {
    justify-content: flex-start;
  }

  .mobile-cart-bar {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 20;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 10px;
    align-items: center;
    min-height: 56px;
    padding: 10px 12px;
    border: 1px solid rgba(246, 104, 24, 0.45);
    border-radius: 18px;
    background: var(--leaf-dark);
    color: #fff;
    box-shadow: 0 14px 36px rgba(3, 48, 45, 0.28);
    font: inherit;
    text-align: left;
  }

  .mobile-cart-bar span,
  .mobile-cart-bar strong,
  .mobile-cart-bar em {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-cart-bar strong {
    color: #fff;
  }

  .mobile-cart-bar em {
    color: #ffd8c4;
    font-style: normal;
    font-weight: 800;
  }

  .cart-drawer {
    top: auto;
    width: 100%;
    max-height: 88vh;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-left: 0;
    box-shadow: 0 -18px 44px rgba(3, 48, 45, 0.24);
  }

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

  .checkout-left-column {
    order: 2;
  }

  .checkout-right-column {
    order: 1;
  }

  .riya-mascot-button-full {
    right: 92px;
    bottom: 62px;
    width: 150px;
    height: 150px;
  }

  .riya-mascot-button-head {
    right: 12px;
    bottom: 86px;
    width: 104px;
    height: 104px;
  }

  .riya-panel {
    right: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
    max-height: calc(100vh - 20px);
    border-radius: 24px;
  }

  .riya-panel-header {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .riya-compare-strip {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .riya-compare-card {
    grid-template-columns: auto 1fr;
    align-items: center;
    justify-items: start;
    padding: 7px 10px;
  }

  .riya-compare-card img {
    width: 42px;
    height: 42px;
  }

  .riya-compare-card figcaption {
    text-align: left;
  }
}

@media (max-width: 520px) {
  .shell {
    width: min(calc(100% - 24px), 1120px);
  }

  .brand img {
    width: min(260px, 72vw);
    height: 58px;
  }

  .footer-brand img {
    width: min(172px, 58vw);
    max-height: 54px;
  }

  .hero {
    padding: 18px 0 30px;
  }

  .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    align-items: center;
    justify-content: flex-start;
  }

  .nav-links > * {
    flex: 0 0 auto;
  }

  .nav-links a {
    text-align: left;
  }

  .header-location-button,
  .header-account-button {
    flex: 1 1 150px;
  }

  .nav-support-button {
    flex: 1 1 150px;
    justify-content: center;
  }

  .top-cart-button {
    flex: 0 0 60px;
  }

  .modal-action-row {
    grid-template-columns: 1fr;
  }

  .riya-chat-form,
  .riya-escalation-grid,
  .riya-escalation-actions {
    grid-template-columns: 1fr;
  }

  .menu-controls {
    align-items: flex-start;
    flex-direction: column;
  }

  .quick-picks-grid {
    gap: 12px;
  }

  .segmented {
    max-width: 100%;
  }

  .segmented button {
    padding: 0 12px;
  }

  .menu-card-title {
    flex-direction: column;
    gap: 4px;
  }

  .cart-totals div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .cart-totals dd {
    text-align: left;
  }

  .cart-totals .total {
    gap: 4px;
  }

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

  .lead-detail-grid {
    grid-template-columns: 1fr;
  }

  .lead-submit-button {
    justify-self: stretch;
  }

  .razorpay-payment-button {
    justify-self: stretch;
  }
}
