:root {
  --forest: #173a1d;
  --forest-2: #315c2b;
  --cream: #fffaf2;
  --page-bg: #f0f3f7;
  --lime-highlight: #d9e463;
  --pink-highlight: #fbceff;
  --burnt-orange: #e85a0c;
  --edge-lime: #f7fdcd;
  --ink: #142116;
  --muted: #3f4c3d;
  --line: rgba(23, 58, 29, 0.16);
  --white: #ffffff;
}

@media (min-width: 900px) {
  .v2-page .gut-live-checkout > .pay-card .mobile-checkout-breakdown,
  body:has(.v2-page) .v2-page .gut-live-checkout > .pay-card .mobile-checkout-breakdown {
    background: rgba(255, 255, 255, 0.14) !important;
    border: 0 !important;
    border-left: 5px solid var(--lime-highlight) !important;
    border-radius: 0 !important;
    color: rgba(255, 250, 242, 0.9) !important;
    display: grid !important;
    gap: 3px !important;
    margin: 0 !important;
    padding: 16px 18px !important;
  }

  .v2-page .gut-live-checkout > .pay-card .mobile-breakdown-row,
  body:has(.v2-page) .v2-page .gut-live-checkout > .pay-card .mobile-breakdown-row {
    align-items: center !important;
    background: transparent !important;
    border: 0 !important;
    color: rgba(255, 250, 242, 0.9) !important;
    display: flex !important;
    font-size: 1.02rem !important;
    font-weight: 500 !important;
    justify-content: space-between !important;
    line-height: 1.12 !important;
    padding: 0 !important;
    white-space: nowrap !important;
  }

  .v2-page .gut-live-checkout > .pay-card .mobile-discount-line,
  body:has(.v2-page) .v2-page .gut-live-checkout > .pay-card .mobile-discount-line {
    color: var(--lime-highlight) !important;
    font-weight: 950 !important;
  }

  .v2-page .gut-live-checkout > .pay-card .mobile-breakdown-row b,
  body:has(.v2-page) .v2-page .gut-live-checkout > .pay-card .mobile-breakdown-row b {
    color: inherit !important;
    font-weight: 500 !important;
    margin-left: auto !important;
    min-width: 86px !important;
    text-align: right !important;
  }

  .v2-page .gut-live-checkout > .pay-card .mobile-discount-line b,
  body:has(.v2-page) .v2-page .gut-live-checkout > .pay-card .mobile-discount-line b {
    font-weight: 950 !important;
  }
}

@media (max-width: 760px) {
  .food-plan-section {
    padding: 96px 14px 34px;
  }

  .food-plan-board,
  .food-types-section,
  .partner-readiness-section[aria-labelledby="customer-ordering-heading"] {
    display: none;
  }

  .mobile-food-order {
    display: grid;
    gap: 12px;
    margin-top: 16px;
  }

  .mobile-order-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(23, 58, 29, 0.12);
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(20, 33, 22, 0.07);
    display: grid;
    gap: 10px;
    padding: 14px;
  }

  .mobile-order-hero,
  .mobile-checkout-card {
    background:
      linear-gradient(135deg, rgba(23, 58, 29, 0.96), rgba(49, 92, 43, 0.92)),
      var(--forest);
    border-color: rgba(217, 228, 99, 0.26);
    color: var(--cream);
  }

  .mobile-order-card > span {
    background: rgba(217, 228, 99, 0.72);
    border-radius: 999px;
    color: var(--forest);
    display: inline-flex;
    font-size: 0.66rem;
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1;
    padding: 7px 10px;
    text-transform: uppercase;
    width: fit-content;
  }

  .mobile-order-card h2,
  .mobile-order-card strong {
    color: var(--forest);
    font-size: clamp(1.15rem, 5.6vw, 1.65rem);
    line-height: 1.04;
    margin: 0;
  }

  .mobile-order-hero h2,
  .mobile-order-hero strong,
  .mobile-checkout-card h2,
  .mobile-checkout-card strong {
    color: var(--cream);
  }

  .mobile-order-card p,
  .mobile-order-card address {
    color: var(--muted);
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.38;
    margin: 0;
  }

  .mobile-order-hero p,
  .mobile-checkout-card p {
    color: rgba(255, 250, 242, 0.84);
  }

  .mobile-credit-control {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
  }

  .mobile-credit-control button {
    background: var(--forest);
    border: 0;
    border-radius: 12px;
    color: var(--white);
    cursor: pointer;
    font: inherit;
    font-size: 1.3rem;
    font-weight: 950;
    height: 44px;
  }

  .mobile-credit-control input {
    -webkit-appearance: textfield;
    appearance: textfield;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(23, 58, 29, 0.18);
    border-radius: 12px;
    color: var(--forest);
    font-size: 1.55rem;
    font-weight: 950;
    min-height: 50px;
    text-align: center;
  }

  .mobile-pill-grid {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mobile-pill-grid label {
    align-items: center;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(232, 90, 12, 0.24);
    border-left: 4px solid rgba(232, 90, 12, 0.62);
    border-radius: 14px;
    color: var(--forest);
    cursor: pointer;
    display: flex;
    font-size: 0.82rem;
    font-weight: 950;
    gap: 8px;
    justify-content: flex-start;
    line-height: 1.15;
    min-height: 46px;
    padding: 9px 10px;
    position: relative;
    text-align: left;
  }

  .mobile-pill-grid label::before {
    align-items: center;
    border: 2px solid rgba(23, 58, 29, 0.32);
    border-radius: 999px;
    color: transparent;
    content: "";
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 0.7rem;
    font-weight: 950;
    height: 18px;
    justify-content: center;
    width: 18px;
  }

  .mobile-pill-grid label:has(input:checked) {
    background: linear-gradient(135deg, var(--forest), var(--forest-2));
    border-color: rgba(232, 90, 12, 0.52);
    border-left-color: var(--burnt-orange);
    box-shadow: 0 8px 18px rgba(20, 33, 22, 0.1);
    color: var(--cream);
  }

  .mobile-pill-grid label:has(input:checked)::before {
    background: var(--lime-highlight);
    border-color: var(--lime-highlight);
    color: var(--forest);
    content: "✓";
  }

  .mobile-pill-grid input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    min-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

  .mobile-pill-grid input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    min-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

  .mobile-choice-pair {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .mobile-choice-pair fieldset {
    border: 0;
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
  }

  .mobile-choice-pair legend {
    color: var(--forest);
    font-size: 0.72rem;
    font-weight: 950;
    padding: 0;
    text-transform: uppercase;
  }

  .mobile-pickup-card {
    border-left: 4px solid var(--burnt-orange);
  }

  .mobile-core-tags {
    display: grid;
    gap: 8px;
  }

  .mobile-core-tags fieldset {
    border: 0;
    display: grid;
    gap: 5px;
    margin: 0;
    padding: 0;
  }

  .mobile-core-tags legend {
    color: var(--forest);
    font-size: 0.66rem;
    font-weight: 950;
    line-height: 1;
    padding: 0;
    text-transform: uppercase;
  }

  .mobile-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  .mobile-tag-row label {
    align-items: center;
    background: rgba(240, 243, 247, 0.92);
    border: 1px solid rgba(23, 58, 29, 0.14);
    border-radius: 999px;
    color: var(--forest);
    cursor: pointer;
    display: inline-flex;
    font-size: 0.72rem;
    font-weight: 950;
    line-height: 1;
    min-height: 30px;
    padding: 7px 9px;
    position: relative;
    white-space: nowrap;
  }

  .mobile-tag-row label:has(input:checked) {
    background: var(--forest);
    border-color: var(--forest);
    color: var(--white);
  }

  .mobile-tag-row input {
    height: 1px;
    min-height: 0;
    opacity: 0;
    position: absolute;
    width: 1px;
  }

  .mobile-contact-grid {
    display: grid;
    gap: 9px;
    grid-template-columns: 1fr;
  }

  .mobile-contact-grid label {
    color: var(--forest);
    display: grid;
    font-size: 0.72rem;
    font-weight: 950;
    gap: 5px;
    text-transform: uppercase;
  }

  .mobile-contact-grid input {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(23, 58, 29, 0.18);
    border-radius: 10px;
    color: var(--forest);
    font: inherit;
    font-size: 0.95rem;
    font-weight: 850;
    min-height: 44px;
    padding: 10px 11px;
    text-transform: none;
  }

  .mobile-checkout-card .checkout-intake-button {
    border-radius: 12px;
    justify-content: center;
    justify-self: stretch;
    min-height: 48px;
    width: 100%;
  }

  .mobile-addon-list {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr;
  }

  .mobile-addon-list label {
    align-items: center;
    background: rgba(240, 243, 247, 0.9);
    border: 1px solid rgba(23, 58, 29, 0.14);
    border-radius: 14px;
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) 72px;
    padding: 10px;
  }

  .mobile-addon-list span {
    color: var(--forest);
    font-size: 0.82rem;
    font-weight: 950;
    line-height: 1.14;
  }

  .mobile-addon-list b {
    color: var(--burnt-orange);
    display: block;
    font-size: 0.72rem;
    margin-top: 3px;
  }

  .mobile-addon-list select {
    background: var(--white);
    border: 1px solid rgba(23, 58, 29, 0.18);
    border-radius: 10px;
    color: var(--forest);
    font: inherit;
    font-weight: 950;
    min-height: 40px;
    padding: 8px;
    width: 100%;
  }

  .mobile-cookie-card video,
  .catalog-video-card video {
    aspect-ratio: 16 / 10;
    background: rgba(20, 33, 22, 0.08);
    border-radius: 10px;
    display: block;
    object-fit: cover;
    width: 100%;
  }

  .mobile-cookie-select {
    align-items: center;
    background: rgba(240, 243, 247, 0.9);
    border: 1px solid rgba(23, 58, 29, 0.14);
    border-radius: 14px;
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) 104px;
    padding: 10px;
  }

  .mobile-cookie-select span {
    color: var(--burnt-orange);
    font-size: 0.82rem;
    font-weight: 950;
  }

  .mobile-cookie-select select {
    background: var(--white);
    border: 1px solid rgba(23, 58, 29, 0.18);
    border-radius: 10px;
    color: var(--forest);
    font: inherit;
    font-weight: 950;
    min-height: 40px;
    padding: 8px;
    width: 100%;
  }
}

@media (max-width: 900px) {
  .catalog-split {
    grid-template-columns: 1fr;
  }

  .catalog-intro-card {
    position: relative;
    top: auto;
  }

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

@media (max-width: 620px) {
  .food-catalog-section {
    gap: 16px;
    padding: 34px 12px;
  }

  .kitchen-proof-section {
    border-radius: 14px;
    gap: 14px;
    grid-template-columns: 1fr;
    margin-top: 16px;
    padding: 14px;
  }

  .kitchen-proof-section h2 {
    font-size: clamp(1.2rem, 7vw, 1.8rem);
  }

  .kitchen-proof-section p {
    font-size: 0.9rem;
    line-height: 1.38;
  }

  .food-catalog-heading {
    gap: 8px;
    text-align: left;
  }

  .food-catalog-heading h2 {
    font-size: clamp(1.45rem, 8vw, 2.05rem);
    line-height: 1;
  }

  .food-catalog-heading p:not(.eyebrow) {
    font-size: 0.9rem;
    line-height: 1.38;
  }

  .catalog-intro-card {
    border-radius: 14px;
    gap: 8px;
    padding: 14px;
  }

  .catalog-intro-card h3 {
    font-size: 1.15rem;
  }

  .catalog-intro-card p,
  .catalog-product-card p {
    font-size: 0.82rem;
    line-height: 1.32;
  }

  .catalog-product-grid {
    gap: 9px;
  }

  .catalog-product-card {
    border-radius: 14px;
    gap: 7px;
    padding: 8px;
  }

  .catalog-product-card img {
    border-radius: 9px;
  }

  .catalog-product-card span {
    font-size: 0.62rem;
    padding: 6px 8px;
  }

  .catalog-product-card h3 {
    font-size: 0.9rem;
    line-height: 1.05;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 0% 18%, rgba(251, 206, 255, 0.62), transparent 26rem),
    radial-gradient(circle at 100% 8%, rgba(247, 253, 205, 0.78), transparent 30rem),
    radial-gradient(circle at 100% 78%, rgba(251, 206, 255, 0.42), transparent 24rem),
    var(--page-bg);
  color: var(--ink);
  font-family:
    Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16.5px;
  font-weight: 500;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

.site-header {
  align-items: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  left: 50%;
  max-width: min(1180px, calc(100vw - 28px));
  padding: 8px 10px;
  position: fixed;
  right: auto;
  top: clamp(14px, 2.4vw, 30px);
  transform: translateX(-50%);
  transition:
    opacity 180ms ease,
    transform 220ms ease,
    background 180ms ease,
    border-color 180ms ease;
  width: 100%;
  z-index: 30;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.site-header.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, calc(-100% - 28px));
}

.site-header.is-scrolled {
  background: transparent;
  border-color: transparent;
}

.food-page-header,
.food-page-header.is-hidden,
.food-page-header.is-scrolled {
  left: auto;
  margin: 18px auto 0;
  opacity: 1;
  pointer-events: auto;
  position: relative;
  right: auto;
  top: auto;
  transform: none;
}

.v2-logo-link {
  align-items: center;
  display: grid;
  gap: 0;
  min-width: 325px;
}

.v2-logo-link img {
  display: block;
  height: auto;
  object-fit: contain;
  object-position: left center;
  width: 325px;
}

.v2-logo-link span {
  color: var(--forest);
  font-size: 0.8rem;
  font-weight: 950;
  line-height: 1;
  padding-left: 88px;
  text-transform: uppercase;
}

.v2-header-nav {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 6px;
  justify-content: flex-end;
  min-width: 0;
}

.v2-header-nav a {
  border: 1px solid rgba(23, 58, 29, 0.12);
  color: var(--forest);
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1;
  padding: 11px 13px;
  text-transform: uppercase;
  white-space: nowrap;
}

.v2-header-nav a:first-child {
  background: var(--forest);
  border-color: var(--forest);
  color: var(--white);
}

.v2-header-nav a:last-child {
  background: var(--burnt-orange);
  border-color: var(--burnt-orange);
  color: var(--white);
}

.v2-header-nav a:hover,
.v2-header-nav a:focus-visible {
  background: var(--lime-highlight);
  border-color: rgba(23, 58, 29, 0.24);
  color: var(--forest);
}

.corner-menu {
  flex: 0 0 auto;
  position: relative;
}

.corner-menu summary {
  align-items: center;
  background: rgba(23, 58, 29, 0.92);
  border: 2px solid rgba(247, 253, 205, 0.92);
  cursor: pointer;
  display: grid;
  gap: 5px;
  height: 42px;
  justify-items: center;
  list-style: none;
  padding: 9px;
  width: 42px;
}

.corner-menu summary::-webkit-details-marker {
  display: none;
}

.corner-menu summary span {
  background: rgba(247, 253, 205, 0.92);
  display: block;
  height: 3px;
  width: 20px;
}

.corner-menu-panel {
  background: rgba(240, 243, 247, 0.94);
  border: 1px solid rgba(23, 58, 29, 0.18);
  box-shadow: 0 18px 44px rgba(20, 33, 22, 0.12);
  display: grid;
  gap: 2px;
  min-width: 220px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
}

.corner-menu-panel a {
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 950;
  padding: 12px 14px;
  text-transform: uppercase;
}

.corner-menu-panel a:hover,
.corner-menu-panel a:focus-visible {
  background: rgba(217, 228, 99, 0.34);
}

.opening-hero {
  height: 800px;
  margin-top: 0;
  overflow: hidden;
  padding-top: 0;
  position: relative;
}

.hero-video,
.hero-scrim {
  inset: 0;
  position: absolute;
}

.hero-video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hero-scrim {
  display: none;
}

.hero-content {
  align-items: center;
  display: grid;
  gap: clamp(18px, 3vw, 44px);
  grid-template-columns: minmax(250px, 0.78fr) minmax(160px, 0.44fr) minmax(280px, 0.64fr);
  height: 800px;
  padding: clamp(128px, 12vw, 168px) clamp(28px, 5vw, 64px) clamp(82px, 9vw, 118px);
  position: relative;
  z-index: 2;
}

.welcome-copy {
  animation: emerge-left 900ms ease-out 3.5s both;
  display: flex;
  flex-direction: column;
  min-height: clamp(380px, 42vw, 470px);
  max-width: 460px;
}

.eyebrow,
.cluster-overline,
.program-brief > span {
  background:
    linear-gradient(90deg, transparent 0 5px, var(--lime-highlight) 5px calc(100% - 5px), transparent calc(100% - 5px)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(217, 228, 99, 0.22));
  color: var(--forest);
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 8px 13px 7px;
  text-transform: uppercase;
}

.welcome-copy h1 {
  color: var(--lime-highlight);
  font-size: clamp(2.15rem, 4.5vw, 4.35rem);
  line-height: 0.98;
  margin: 16px 0 24px;
  max-width: 540px;
  text-shadow: 0 3px 18px rgba(20, 33, 22, 0.34);
}

.hero-slogan {
  background: rgba(251, 206, 255, 0.68);
  color: var(--forest);
  display: inline-flex;
  font-size: clamp(0.95rem, 1.4vw, 1.15rem);
  font-weight: 950;
  line-height: 1;
  margin: 14px 0 0;
  padding: 8px 12px;
}

.primary-action {
  align-items: center;
  animation: cta-rise 700ms ease-out 4.35s both, cta-pulse 2800ms ease-in-out 5.2s infinite;
  background: var(--forest);
  border: 0;
  border-radius: 16px;
  box-shadow: 0 16px 34px rgba(20, 33, 22, 0.22);
  color: var(--white);
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 950;
  gap: 10px;
  justify-content: center;
  line-height: 1.15;
  max-width: none;
  min-height: 58px;
  padding: 16px 24px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition:
    box-shadow 180ms ease,
    transform 180ms ease;
  width: 100%;
  white-space: normal;
}

.welcome-copy .primary-action {
  margin-top: auto;
  max-width: 330px;
}

.program-brief .economy-action {
  align-self: start;
  margin-top: auto;
}

.action-label,
.action-arrow {
  position: relative;
  z-index: 1;
}

.action-arrow {
  display: inline-block;
  font-size: 1.15rem;
  line-height: 1;
  transform: translateY(-1px);
}

.economy-action {
  align-items: center;
  animation: cta-rise 700ms ease-out 4.5s both;
  background: var(--burnt-orange);
  border: 0;
  border-radius: 16px;
  box-shadow: 0 16px 34px rgba(20, 33, 22, 0.18);
  color: var(--white);
  display: inline-flex;
  font-size: clamp(0.62rem, 0.78vw, 0.78rem);
  font-weight: 950;
  gap: 10px;
  justify-content: center;
  line-height: 1.15;
  min-height: 50px;
  padding: 14px 16px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  width: auto;
}

.economy-action .action-label {
  color: var(--white);
  white-space: nowrap;
}

.economy-action .action-arrow {
  color: var(--white);
}

.primary-action:hover,
.primary-action:focus-visible,
.economy-action:hover,
.economy-action:focus-visible {
  box-shadow: 0 18px 34px rgba(20, 33, 22, 0.18);
  transform: translateY(-3px);
}

.program-brief {
  animation: emerge-down 850ms ease-out 4s both;
  background: transparent;
  border: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  grid-column: 3;
  min-height: clamp(380px, 42vw, 470px);
  padding: 0;
}

.program-brief > span {
  align-self: flex-start;
  width: fit-content;
}

.program-brief h2 {
  color: var(--lime-highlight);
  font-size: clamp(1.35rem, 2.25vw, 2.35rem);
  line-height: 1.05;
  margin: 0;
  text-shadow: 0 3px 18px rgba(20, 33, 22, 0.34);
}

.program-brief p,
.cluster-hero-cell p {
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.58;
  margin: 0;
}

.program-brief p {
  color: var(--lime-highlight);
  text-shadow: 0 2px 14px rgba(20, 33, 22, 0.32);
}

.cluster-hero-cell p {
  color: var(--muted);
}

.program-brief p strong {
  color: var(--lime-highlight);
  display: block;
  font-weight: 950;
  line-height: 1.35;
  margin-bottom: 8px;
}

.flow-section,
.cluster-flow-section {
  background:
    linear-gradient(90deg, rgba(251, 206, 255, 0.28), transparent 18%, transparent 82%, rgba(247, 253, 205, 0.46)),
    rgba(240, 243, 247, 0.94);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid rgba(217, 228, 99, 0.42);
  display: grid;
  gap: 26px;
  padding: clamp(34px, 5vw, 62px) clamp(20px, 5vw, 72px);
}

.flow-section.is-reserved {
  display: none;
}

.flow-heading {
  align-items: end;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 0.34fr) minmax(0, 0.66fr);
}

.flow-heading h2 {
  color: var(--forest);
  font-size: clamp(1.8rem, 4vw, 4rem);
  line-height: 0.98;
  margin: 0;
  max-width: 760px;
}

.food-flow,
.cluster-flow {
  align-items: stretch;
  display: grid;
  gap: 12px;
  grid-template-columns:
    minmax(130px, 1fr) auto minmax(130px, 1fr) auto minmax(130px, 1fr) auto minmax(130px, 1fr) auto minmax(130px, 1fr);
  position: relative;
}

.flow-step {
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(23, 58, 29, 0.12);
  color: inherit;
  display: grid;
  gap: 10px;
  min-height: 174px;
  padding: 18px;
  position: relative;
  transition:
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.partner-gateway:hover,
.partner-gateway:focus-visible {
  background: rgba(251, 206, 255, 0.42);
  border-color: rgba(23, 58, 29, 0.26);
  box-shadow: 0 18px 42px rgba(20, 33, 22, 0.12);
  outline: none;
  transform: translateY(-7px);
}

.partner-gateway strong {
  align-self: end;
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 950;
  opacity: 0;
  text-transform: uppercase;
  transform: translateY(6px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.partner-gateway:hover strong,
.partner-gateway:focus-visible strong {
  opacity: 1;
  transform: translateY(0);
}

.partner-gateway strong::after {
  content: " →";
}

.flow-icon {
  align-items: center;
  background: var(--lime-highlight);
  border: 1px solid rgba(23, 58, 29, 0.18);
  color: var(--forest);
  display: inline-grid;
  font-size: 1.7rem;
  font-weight: 950;
  height: 54px;
  justify-items: center;
  line-height: 1;
  width: 54px;
}

.flow-step span {
  color: var(--forest);
  font-size: 0.95rem;
  font-weight: 950;
  text-transform: uppercase;
}

.flow-step p {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.52;
  margin: 0;
}

.flow-arrow {
  align-items: center;
  color: var(--forest);
  display: grid;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 950;
  justify-items: center;
  margin: 0 -22px;
  pointer-events: none;
  place-self: center;
  position: relative;
  z-index: 2;
}

.partner-pathways {
  background:
    linear-gradient(90deg, rgba(247, 253, 205, 0.54), transparent 22%, transparent 78%, rgba(251, 206, 255, 0.36)),
    var(--page-bg);
  display: grid;
  gap: 28px;
  padding: clamp(34px, 5vw, 68px) clamp(20px, 5vw, 72px);
}

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

.partner-section-actions {
  align-items: center;
  background: rgba(255, 255, 255, 0.68);
  border-left: 4px solid var(--burnt-orange);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  padding: 14px;
}

.partner-section-actions p {
  color: var(--muted);
  font-weight: 800;
  line-height: 1.4;
  margin: 0;
}

.partner-section-actions .cluster-cta {
  margin-top: 0;
}

.partner-card {
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(23, 58, 29, 0.12);
  display: grid;
  gap: 10px;
  min-height: 260px;
  padding: 18px;
}

.partner-card span {
  background: var(--pink-highlight);
  color: var(--forest);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1;
  padding: 8px 10px;
  text-transform: uppercase;
  width: fit-content;
}

.partner-card h3 {
  color: var(--forest);
  font-size: clamp(1.12rem, 1.6vw, 1.5rem);
  line-height: 1.05;
  margin: 0;
}

.partner-card p {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.54;
  margin: 0;
}

.partner-card a {
  align-self: end;
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.partner-card a::after {
  content: " →";
}

.qualification-panel {
  background: rgba(23, 58, 29, 0.94);
  color: var(--cream);
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  padding: clamp(22px, 4vw, 38px);
}

.partner-form-panel {
  align-items: start;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(247, 253, 205, 0.78)),
    var(--white);
  border: 2px solid rgba(232, 90, 12, 0.28);
  box-shadow: 0 24px 58px rgba(20, 33, 22, 0.14);
  color: var(--ink);
  grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
  scroll-margin-top: 110px;
}

.qualification-panel.partner-form-panel h3 {
  color: #102915;
}

.qualification-panel.partner-form-panel p {
  color: #1f2f22;
  font-weight: 750;
}

.partner-form-panel .eyebrow {
  color: #102915;
}

.qualification-panel .eyebrow {
  background:
    linear-gradient(90deg, transparent 0 5px, var(--lime-highlight) 5px calc(100% - 5px), transparent calc(100% - 5px)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(217, 228, 99, 0.22));
  color: var(--forest);
}

.qualification-panel h3 {
  color: var(--cream);
  font-size: clamp(1.35rem, 2.4vw, 2.4rem);
  line-height: 1.02;
  margin: 14px 0 0;
}

.qualification-panel ul {
  color: rgba(255, 250, 242, 0.82);
  font-weight: 600;
  line-height: 1.6;
  margin: 0;
  padding-left: 20px;
}

.qualification-panel p {
  color: rgba(255, 250, 242, 0.82);
  font-weight: 650;
  line-height: 1.55;
  margin-top: 12px;
}

.qualification-form {
  display: grid;
  gap: 12px;
}

.qualification-form label {
  display: grid;
  gap: 6px;
}

.qualification-form label span {
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.form-row {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.qualification-form input,
.qualification-form select,
.qualification-form textarea {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(23, 58, 29, 0.22);
  color: var(--ink);
  font: inherit;
  font-weight: 900;
  min-height: 42px;
  padding: 10px 11px;
  width: 100%;
}

.qualification-form input::placeholder,
.qualification-form textarea::placeholder {
  color: rgba(20, 33, 22, 0.68);
}

.qualification-form select option {
  color: var(--ink);
}

.qualification-form textarea {
  min-height: 104px;
  resize: vertical;
}

.qualification-form input:focus,
.qualification-form select:focus,
.qualification-form textarea:focus {
  border-color: var(--burnt-orange);
  box-shadow: 0 0 0 3px rgba(232, 90, 12, 0.24);
  outline: 0;
}

.qualification-form .honeypot {
  height: 1px;
  left: -10000px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.form-actions {
  display: flex;
  justify-content: flex-start;
}

.qualification-form .cluster-cta {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.site-footer {
  background:
    linear-gradient(90deg, rgba(251, 206, 255, 0.28), transparent 26%, rgba(247, 253, 205, 0.46)),
    var(--page-bg);
  padding: clamp(34px, 5vw, 68px) clamp(20px, 5vw, 72px);
}

.footer-panel {
  align-items: start;
}

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

.footer-links div {
  display: grid;
  gap: 9px;
}

.footer-links span {
  color: var(--lime-highlight);
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  font-weight: 950;
  line-height: 1;
}

.footer-links a {
  color: rgba(255, 250, 242, 0.82);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.35;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--white);
}

.portal-footer {
  background: #142116;
  color: #ffffff;
  padding: 56px clamp(20px, 5vw, 72px) 28px;
}

.portal-footer a,
.portal-footer h2,
.portal-footer p,
.portal-footer span,
.portal-footer strong {
  color: #ffffff;
}

.refund-policy-panel {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  display: grid;
  gap: 24px;
  margin: 0 auto 42px;
  max-width: 1240px;
  padding: clamp(22px, 4vw, 34px);
}

.refund-policy-panel .eyebrow {
  background:
    linear-gradient(90deg, transparent 0 4px, var(--burnt-orange) 4px calc(100% - 4px), transparent calc(100% - 4px)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(0, 0, 0, 0.1));
  color: var(--ink);
}

.refund-policy-panel h2 {
  font-size: clamp(1.55rem, 3vw, 2.6rem);
  font-weight: 900;
  line-height: 1.05;
  margin: 0 0 12px;
  max-width: 820px;
}

.refund-policy-panel > div:first-child p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
  max-width: 760px;
}

.refund-policy-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.refund-policy-grid article {
  background: rgba(255, 255, 255, 0.08);
  border-left: 4px solid var(--burnt-orange);
  border-radius: 8px;
  padding: 16px;
}

.refund-policy-grid strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 8px;
}

.refund-policy-grid p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.5;
  margin: 0;
}

.refund-policy-grid a {
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.portal-footer-grid {
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(160px, 0.4fr));
  margin: 0 auto;
  max-width: 1240px;
}

.portal-footer-logo {
  align-items: flex-start;
  display: inline-grid;
  gap: 10px;
  margin-bottom: 18px;
}

.portal-footer-logo img {
  height: 74px;
  object-fit: contain;
  width: 74px;
}

.portal-footer-logo span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portal-footer-grid p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
  margin: 0;
  max-width: 420px;
}

.portal-footer-grid h2 {
  font-size: clamp(1.45rem, 2.4vw, 2.15rem);
  font-weight: 900;
  line-height: 1;
  margin: 0 0 18px;
}

.portal-footer-links {
  display: grid;
  gap: 10px;
}

.portal-footer-links a {
  color: #e9f6df;
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.2;
}

.portal-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  margin: 42px auto 0;
  max-width: 1240px;
  padding-top: 20px;
}

.portal-footer-bottom span {
  color: rgba(255, 255, 255, 0.78);
}

.partner-readiness-section {
  background:
    linear-gradient(90deg, rgba(247, 253, 205, 0.54), transparent 28%, rgba(251, 206, 255, 0.34)),
    var(--page-bg);
  padding: clamp(34px, 5vw, 68px) clamp(20px, 5vw, 72px);
}

.cluster-section {
  background:
    linear-gradient(135deg, rgba(240, 243, 247, 0.96), rgba(247, 253, 205, 0.7)),
    radial-gradient(circle at 0% 0%, rgba(251, 206, 255, 0.45), transparent 24rem),
    radial-gradient(circle at 96% 30%, rgba(251, 206, 255, 0.36), transparent 26rem);
  display: block;
  overflow: visible;
  padding: clamp(42px, 6vw, 86px) clamp(20px, 5vw, 72px);
  position: relative;
}

.food-plan-section {
  background:
    linear-gradient(135deg, rgba(240, 243, 247, 0.98), rgba(247, 253, 205, 0.62)),
    radial-gradient(circle at 0% 12%, rgba(251, 206, 255, 0.38), transparent 24rem),
    radial-gradient(circle at 100% 34%, rgba(217, 228, 99, 0.28), transparent 26rem);
  padding: clamp(42px, 6vw, 86px) clamp(20px, 5vw, 72px);
}

.food-plan-board {
  align-items: start;
  display: grid;
  gap: clamp(16px, 2vw, 24px);
  grid-template-columns: minmax(340px, 1.25fr) minmax(0, 2.35fr);
  margin-top: clamp(30px, 5vw, 74px);
}

.checkout-grid-spacer {
  display: none;
}

.mobile-food-order {
  display: none;
}

.food-summary-card,
.food-step-card,
.food-order-card,
.food-type-card {
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(23, 58, 29, 0.14);
  display: grid;
  gap: 12px;
  padding: 18px;
}

.food-summary-card {
  background:
    linear-gradient(135deg, rgba(23, 58, 29, 0.94), rgba(49, 92, 43, 0.9)),
    var(--forest);
  color: var(--cream);
  min-height: 330px;
  position: sticky;
  top: clamp(18px, 3vw, 42px);
}

.food-summary-card span,
.food-step-card span,
.food-order-card > span,
.food-order-card summary span,
.food-choice-grid span,
.food-product-card span,
.price-summary span,
.food-type-card span {
  background:
    linear-gradient(90deg, transparent 0 5px, var(--lime-highlight) 5px calc(100% - 5px), transparent calc(100% - 5px)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(217, 228, 99, 0.22));
  color: var(--forest);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1;
  padding: 8px 11px;
  text-transform: uppercase;
  width: fit-content;
}

.food-summary-card h2,
.food-step-card h3,
.food-order-card > h3,
.food-order-card summary strong,
.food-order-card h3,
.food-choice-grid h3,
.food-product-card h3,
.food-type-card h3 {
  color: var(--forest);
  font-size: clamp(1.2rem, 1.8vw, 1.8rem);
  line-height: 1;
  margin: 0;
}

.product-sku {
  color: rgba(15, 76, 45, 0.72);
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.v2-page .product-sku {
  display: none !important;
}

.food-summary-card h2 {
  color: var(--cream);
  font-size: clamp(1.8rem, 3.2vw, 3.1rem);
}

.food-summary-card p,
.food-step-card p,
.food-order-card p,
.food-choice-grid p,
.food-product-card p,
.food-type-card p {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.55;
  margin: 0;
}

.food-summary-card p {
  color: rgba(255, 250, 242, 0.84);
}

.food-summary-media {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 8px;
  margin: 4px 0 0;
  padding: 8px;
}

.food-summary-media img {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  width: 100%;
}

.food-summary-media figcaption {
  color: rgba(255, 250, 242, 0.82);
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.25;
}

.food-step-flow {
  align-items: start;
  display: grid;
  gap: clamp(14px, 2vw, 22px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.food-order-flow {
  align-items: start;
  display: grid;
  gap: clamp(22px, 3.2vw, 42px) clamp(12px, 1.8vw, 22px);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  position: relative;
}

.food-flow-heading {
  align-items: end;
  border-top: 2px solid rgba(23, 58, 29, 0.14);
  display: grid;
  gap: 10px;
  grid-column: 1 / -1;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  padding-top: 10px;
}

.food-flow-heading span {
  color: var(--forest);
  font-size: clamp(1.4rem, 2.5vw, 2.3rem);
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.food-flow-heading p {
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 750;
  line-height: 1.42;
  margin: 0;
}

.checkout-honeypot {
  height: 1px;
  left: -10000px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.food-customer-message {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(23, 58, 29, 0.16);
  border-left: 5px solid var(--burnt-orange);
  display: grid;
  gap: clamp(12px, 1.6vw, 18px);
  grid-column: 1 / -1;
  grid-template-columns: minmax(220px, 0.78fr) minmax(0, 1.22fr);
  padding: clamp(14px, 2vw, 20px);
}

.food-customer-message h2 {
  color: #102915;
  font-size: clamp(1.2rem, 1.7vw, 1.7rem);
  line-height: 1.05;
  margin: 8px 0 0;
}

.food-customer-message ul {
  color: #1f2f22;
  font-size: 0.94rem;
  font-weight: 750;
  line-height: 1.45;
  margin: 0;
  padding-left: 20px;
}

.food-customer-message li + li {
  margin-top: 8px;
}

.food-credit-pack-card {
  background:
    linear-gradient(135deg, rgba(23, 58, 29, 0.94), rgba(49, 92, 43, 0.9)),
    var(--forest);
  border: 1px solid rgba(217, 228, 99, 0.28);
  color: var(--cream);
  display: grid;
  gap: 12px;
  grid-column: 1 / -1;
  padding: clamp(14px, 2vw, 20px);
}

.food-credit-pack-card > span {
  background:
    linear-gradient(90deg, transparent 0 5px, var(--lime-highlight) 5px calc(100% - 5px), transparent calc(100% - 5px)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(217, 228, 99, 0.22));
  color: var(--forest);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1;
  padding: 8px 11px;
  text-transform: uppercase;
  width: fit-content;
}

.food-credit-pack-card h2 {
  color: var(--cream);
  font-size: clamp(1.55rem, 2.55vw, 2.35rem);
  line-height: 1;
  margin: 0;
}

.food-credit-pack-card h2 .credit-pack-count,
.food-credit-pack-card h2 .credit-pack-total {
  color: var(--lime-highlight);
}

.food-order-card summary .credit-pack-count,
.food-order-card summary .credit-pack-total {
  background: transparent;
  color: inherit;
  display: inline;
  font: inherit;
  line-height: inherit;
  padding: 0;
  text-transform: none;
  width: auto;
}

.food-credit-pack-card p {
  color: rgba(255, 250, 242, 0.84);
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1.45;
  margin: 0;
  max-width: 900px;
}

.food-credit-pack-card dl {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
}

.food-credit-pack-card div {
  background: rgba(255, 255, 255, 0.08);
  border-left: 4px solid var(--burnt-orange);
  padding: 10px;
}

.food-credit-pack-card dt {
  color: var(--lime-highlight);
  font-size: 0.72rem;
  font-weight: 950;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.food-credit-pack-card dd {
  color: var(--cream);
  font-weight: 800;
  line-height: 1.35;
  margin: 0;
}

.food-order-card {
  color: inherit;
  height: auto;
  min-height: 176px;
  overflow: hidden;
  position: relative;
  transition:
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.food-order-card:hover,
.food-order-card:focus-within {
  background: rgba(251, 206, 255, 0.34);
  border-color: rgba(23, 58, 29, 0.28);
  box-shadow: 0 18px 42px rgba(20, 33, 22, 0.1);
  transform: translateY(-4px);
}

.food-order-card[open] {
  background: rgba(255, 255, 255, 0.84);
  height: auto;
  min-height: 0;
  overflow: visible;
}

.food-category {
  grid-column: 1 / -1;
}

.food-category[open] {
  grid-column: inherit;
}

.signature-card {
  grid-column: 1 / 11;
}

.utility-card {
  grid-column: 1 / -1;
}

.food-order-flow .utility-card[open] {
  grid-column: inherit;
}

.food-order-flow > .food-order-card:nth-of-type(1) {
  grid-column: 1 / 6;
}

.food-order-flow > .food-order-card:nth-of-type(2) {
  grid-column: 6 / -1;
}

.food-order-flow > .food-order-card:nth-of-type(3) {
  grid-column: 1 / 5;
}

.food-order-flow > .food-order-card:nth-of-type(4) {
  grid-column: 5 / 9;
}

.food-order-flow > .food-order-card:nth-of-type(5) {
  grid-column: 9 / -1;
}

.food-order-flow > .food-order-card:nth-of-type(6) {
  grid-column: 2 / -1;
}

.food-order-flow > .core-meals-card[open] {
  grid-column: 1 / -1;
}

.food-order-flow > .food-order-card:not(:last-of-type)::before {
  color: var(--burnt-orange);
  content: "↓";
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  font-weight: 950;
  line-height: 1;
  opacity: 0.76;
  pointer-events: none;
  position: absolute;
  left: 50%;
  right: auto;
  bottom: -34px;
  text-shadow: 0 8px 18px rgba(20, 33, 22, 0.12);
  transform-origin: center;
  z-index: 3;
  animation: foodFlowArrow 1.55s ease-in-out infinite;
}

@keyframes foodFlowArrow {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(7px);
  }
}

.food-order-card summary {
  align-content: start;
  color: var(--forest);
  cursor: pointer;
  display: grid;
  font-size: clamp(1rem, 1.35vw, 1.35rem);
  font-weight: 950;
  grid-template-columns: minmax(0, 1fr) minmax(128px, auto);
  grid-template-rows: auto auto;
  gap: 10px;
  line-height: 1.05;
  list-style: none;
  min-height: 128px;
}

.food-order-card summary strong,
.food-order-card summary em {
  grid-column: 1;
}

.food-order-card summary span {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  min-width: 128px;
  text-align: right;
  white-space: nowrap;
}

.food-order-card summary strong {
  grid-row: 1;
}

.food-order-card summary em {
  grid-row: 2;
}

.food-order-card[open] summary {
  min-height: auto;
}

.food-order-card summary::-webkit-details-marker {
  display: none;
}

.food-order-card summary::after {
  align-items: center;
  background: var(--lime-highlight);
  border: 1px solid rgba(23, 58, 29, 0.2);
  color: var(--forest);
  content: "+";
  display: inline-grid;
  font-size: 1.35rem;
  font-weight: 950;
  grid-column: 2;
  grid-row: 2;
  height: 34px;
  justify-items: center;
  line-height: 1;
  justify-self: end;
  width: 34px;
}

.food-order-card[open] summary::after {
  background: var(--pink-highlight);
  content: "-";
}

.food-order-card .cluster-preview {
  -webkit-line-clamp: 2;
}

.food-order-card[open] .cluster-preview {
  display: none;
}

.schedule-controls,
.food-choice-grid,
.food-product-grid,
.price-summary {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.schedule-controls {
  margin-top: 4px;
}

.schedule-controls > div,
.food-choice-grid article,
.food-product-card,
.price-summary > div {
  background: rgba(240, 243, 247, 0.72);
  border-left: 4px solid var(--lime-highlight);
  display: grid;
  gap: 8px;
  padding: 10px;
}

.food-product-grid {
  align-items: stretch;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  margin-top: 6px;
}

.dessert-grid {
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
}

@media (min-width: 961px) {
  .core-meal-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .core-meal-grid .food-product-card:nth-child(5) {
    grid-column: 1;
  }

  .core-meal-grid .food-product-card:nth-child(6) {
    grid-column: 2;
  }

  .core-meal-grid .food-product-card:nth-child(7) {
    grid-column: 3;
  }

  .core-meal-grid .food-product-card:nth-child(8) {
    grid-column: 1;
  }

  .core-meal-grid .food-product-card:nth-child(9) {
    grid-column: 2;
  }

  .core-meal-grid .food-product-card:nth-child(10) {
    grid-column: 1;
  }

  .core-meal-grid .food-product-card:nth-child(11) {
    grid-column: 2;
  }

  .core-meal-grid .food-product-card:nth-child(12) {
    grid-column: 3;
  }
}

.core-meal-notes,
.cookie-inline-card {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.core-meal-notes {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.core-meal-notes article,
.cookie-inline-card {
  background: rgba(255, 255, 255, 0.72);
  border-left: 4px solid var(--burnt-orange);
  padding: 12px;
}

.core-meal-notes span,
.cookie-inline-card span,
.cookie-quantity-field span {
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.core-meal-notes p,
.cookie-inline-card p {
  color: #243626;
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.4;
  margin: 0;
}

.cookie-inline-card {
  align-items: center;
  grid-template-columns: minmax(160px, 0.62fr) 1fr minmax(150px, 0.45fr);
}

.cookie-inline-card video {
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  width: 100%;
}

.cookie-inline-card h3 {
  color: var(--forest);
  font-size: 1.25rem;
  line-height: 1.05;
  margin: 6px 0;
}

.cookie-quantity-field {
  display: grid;
  gap: 6px;
}

.cookie-quantity-field select {
  background: var(--white);
  border: 1px solid rgba(23, 58, 29, 0.24);
  color: var(--forest);
  font: inherit;
  font-weight: 900;
  min-height: 44px;
  padding: 9px 10px;
}

@media (max-width: 760px) {
  .core-meal-notes,
  .cookie-inline-card {
    grid-template-columns: 1fr;
  }
}

.food-product-card {
  align-content: start;
  grid-template-rows: auto auto minmax(2.35rem, auto) 1fr auto;
  height: 100%;
  min-height: 255px;
  overflow: hidden;
}

.food-product-card img,
.food-product-card video {
  aspect-ratio: 16 / 10;
  background: rgba(255, 255, 255, 0.76);
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.dessert-grid .food-product-card {
  min-height: 270px;
}

.dessert-grid .food-product-card img {
  aspect-ratio: 16 / 10;
  height: auto;
}

.day-slot-selector {
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(23, 58, 29, 0.12);
  display: grid;
  font-size: 0.8rem;
  font-weight: 900;
  grid-template-columns: minmax(42px, 0.7fr) repeat(3, minmax(78px, 1fr)) minmax(54px, 0.8fr);
  margin-top: 2px;
  overflow-x: auto;
}

.day-slot-selector > div,
.day-slot-selector > label,
.day-slot-selector > select {
  align-items: center;
  border-bottom: 1px solid rgba(23, 58, 29, 0.1);
  color: var(--muted);
  display: inline-flex;
  gap: 5px;
  min-height: 38px;
  min-width: 54px;
  padding: 8px;
}

.day-slot-selector .slot-head {
  background: rgba(217, 228, 99, 0.38);
  color: var(--forest);
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.day-slot-selector select {
  background: rgba(255, 255, 255, 0.78);
  border: 0;
  font: inherit;
  font-weight: 900;
}

.food-product-card button,
.product-schedule-card button,
.coupon-form button {
  background: var(--forest);
  border: 0;
  border-radius: 10px;
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-size: 0.75rem;
  font-weight: 950;
  min-height: 34px;
  padding: 8px 10px;
  text-transform: uppercase;
  width: fit-content;
}

.food-product-card button {
  align-self: end;
  margin-top: auto;
}

.product-select-button[aria-pressed="true"] {
  background: var(--burnt-orange);
}

.food-product-card:has(.product-select-button[aria-pressed="true"]) {
  background: rgba(217, 228, 99, 0.3);
  border-color: rgba(23, 58, 29, 0.3);
}

.meal-preference-panel {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(180px, 0.58fr) minmax(0, 1fr) minmax(0, 1fr);
  margin-top: 8px;
}

.meal-count-field,
.food-preference-selector,
.meal-window-selector {
  background: rgba(240, 243, 247, 0.72);
  border: 0;
  border-left: 4px solid var(--lime-highlight);
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 12px;
}

.meal-count-field span,
.food-preference-selector legend,
.meal-window-selector legend {
  color: var(--forest);
  font-size: 0.76rem;
  font-weight: 950;
  margin: 0;
  text-transform: uppercase;
}

.meal-count-field input {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(23, 58, 29, 0.18);
  border-radius: 12px;
  color: var(--forest);
  font: inherit;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 950;
  min-height: 58px;
  padding: 8px 12px;
  width: 100%;
}

.meal-count-field small {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.35;
}

.food-preference-selector label,
.meal-window-selector label {
  align-items: center;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(23, 58, 29, 0.14);
  border-radius: 999px;
  color: var(--forest);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 900;
  gap: 7px;
  min-height: 34px;
  padding: 7px 10px;
}

.food-preference-selector label:has(input:checked),
.meal-window-selector label:has(input:checked) {
  background: var(--forest);
  border-color: rgba(23, 58, 29, 0.22);
  color: var(--white);
}

.food-preference-selector input,
.meal-window-selector input {
  min-height: 0;
  width: auto;
}

.tip-choice-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
  padding: 0;
  border: 0;
}

.tip-choice-grid label {
  align-items: center;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(23, 58, 29, 0.18);
  border-radius: 999px;
  color: var(--forest);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 950;
  gap: 7px;
  min-height: 40px;
  padding: 9px 14px;
}

.tip-choice-grid label:has(input:checked),
.tip-choice-grid label:hover,
.tip-choice-grid label:focus-within {
  background: var(--burnt-orange);
  border-color: rgba(23, 58, 29, 0.24);
  color: var(--white);
}

.tip-choice-grid input {
  min-height: 0;
  width: auto;
}

.credit-note {
  background: rgba(217, 228, 99, 0.24);
  border-left: 4px solid var(--lime-highlight);
  margin-top: 12px;
  padding: 12px;
}

.product-schedule-list {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.empty-schedule-state {
  background: rgba(255, 255, 255, 0.68);
  border: 1px dashed rgba(23, 58, 29, 0.28);
  border-radius: 14px;
  display: grid;
  gap: 8px;
  padding: 16px;
}

.empty-schedule-state span {
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.empty-schedule-state p,
.product-schedule-price {
  color: var(--muted);
  font-weight: 750;
  line-height: 1.4;
  margin: 0;
}

.schedule-preferences {
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(23, 58, 29, 0.12);
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 10px;
}

.schedule-preferences fieldset {
  border: 0;
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
}

.schedule-preferences fieldset:nth-of-type(2) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.schedule-preferences legend {
  color: var(--forest);
  font-size: 0.72rem;
  font-weight: 950;
  grid-column: 1 / -1;
  text-transform: uppercase;
}

.schedule-preferences label {
  align-items: center;
  background: rgba(240, 243, 247, 0.74);
  border: 1px solid rgba(23, 58, 29, 0.14);
  border-radius: 999px;
  color: var(--forest);
  cursor: pointer;
  display: flex;
  font-size: 0.82rem;
  font-weight: 900;
  gap: 7px;
  justify-content: center;
  line-height: 1.15;
  min-height: 40px;
  padding: 9px 10px;
  text-align: center;
}

.schedule-preferences input {
  height: 1px;
  min-height: 0;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.schedule-preferences label:has(input:checked) {
  background: var(--burnt-orange);
  border-color: rgba(23, 58, 29, 0.24);
  color: var(--white);
}

.schedule-preferences p {
  background: rgba(251, 206, 255, 0.26);
  border-left: 4px solid var(--pink-highlight);
  color: var(--muted);
  font-size: 0.92rem;
  grid-column: 1 / -1;
  line-height: 1.45;
  margin: 0;
  padding: 10px;
}

.product-schedule-card {
  background: rgba(240, 243, 247, 0.72);
  border-left: 4px solid var(--lime-highlight);
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(150px, 0.55fr) minmax(0, 1.8fr) auto;
  padding: 10px;
}

.product-schedule-card > div:first-child {
  display: grid;
  gap: 6px;
}

.product-schedule-card span {
  color: var(--forest);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.product-schedule-card h3 {
  color: var(--forest);
  font-size: clamp(1.05rem, 1.4vw, 1.35rem);
  line-height: 1.05;
  margin: 0;
}

.slot-schedule-list,
.schedule-entry-list {
  display: grid;
  gap: 7px;
}

.slot-schedule-row {
  align-items: center;
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(23, 58, 29, 0.1);
  border-radius: 14px;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(90px, 0.45fr) minmax(0, 1.4fr) minmax(92px, 0.35fr);
  padding: 8px;
}

.slot-schedule-row.is-primary-slot {
  background: rgba(217, 228, 99, 0.22);
  border-color: rgba(23, 58, 29, 0.2);
}

.slot-schedule-row strong {
  color: var(--forest);
  font-size: 0.86rem;
  font-weight: 950;
}

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

.slot-day-pills,
.schedule-days-multiselect {
  align-content: start;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.schedule-days-multiselect span {
  flex-basis: 100%;
}

.slot-day-pills label,
.schedule-days-multiselect label {
  align-items: center;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(23, 58, 29, 0.14);
  border-radius: 999px;
  color: var(--forest);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 950;
  gap: 5px;
  min-height: 30px;
  padding: 6px 7px;
}

.slot-day-pills label:has(input:checked),
.schedule-days-multiselect label:has(input:checked) {
  background: var(--forest);
  border-color: rgba(23, 58, 29, 0.22);
  color: var(--white);
}

.slot-day-pills input,
.schedule-days-multiselect input {
  min-height: 0;
  width: auto;
}

.schedule-card-actions {
  align-self: start;
  display: grid;
  gap: 6px;
  justify-items: stretch;
}

.product-schedule-card select,
.coupon-form input {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(23, 58, 29, 0.16);
  border-radius: 10px;
  font: inherit;
  font-weight: 850;
  min-height: 38px;
  padding: 7px 8px;
}

.product-schedule-card .slot-action-button {
  background: var(--forest);
  border: 0;
  border-radius: 14px;
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 950;
  min-height: 36px;
  padding: 8px 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-schedule-card .slot-action-button.remove {
  background: var(--burnt-orange);
}

.checkout-summary {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.order-launch-notice {
  background:
    linear-gradient(135deg, rgba(217, 228, 99, 0.34), rgba(255, 255, 255, 0.78)),
    var(--white);
  border-left: 4px solid var(--burnt-orange);
  display: grid;
  gap: 8px;
  grid-column: span 2;
  padding: 14px;
}

.order-launch-notice span {
  color: var(--burnt-orange);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.order-launch-notice strong {
  color: var(--forest);
}

.order-launch-notice p {
  color: var(--muted);
  font-weight: 800;
  line-height: 1.45;
  margin: 0;
}

.checkout-summary > div,
.coupon-form {
  background: rgba(240, 243, 247, 0.72);
  border-left: 4px solid var(--lime-highlight);
  display: grid;
  gap: 8px;
  padding: 12px;
}

.customer-checkout-fields {
  background: rgba(240, 243, 247, 0.72);
  border-left: 4px solid var(--burnt-orange);
  display: grid;
  gap: 10px;
  grid-column: span 2;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 12px;
}

.checkout-credit-field {
  grid-column: span 2;
}

.customer-checkout-fields label {
  display: grid;
  gap: 6px;
}

.customer-checkout-fields span {
  color: var(--forest);
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.customer-checkout-fields input {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(23, 58, 29, 0.18);
  border-radius: 10px;
  color: var(--forest);
  font: inherit;
  font-weight: 850;
  min-height: 40px;
  padding: 8px 10px;
  width: 100%;
}

.checkout-summary strong {
  color: var(--forest);
  font-size: clamp(1.1rem, 1.8vw, 1.55rem);
  line-height: 1.05;
}

.coupon-form {
  grid-column: span 2;
}

.stripe-checkout-card {
  background: rgba(255, 255, 255, 0.82);
  border-left: 4px solid var(--burnt-orange);
  display: grid;
  gap: 8px;
  grid-column: span 2;
  padding: 14px;
}

.stripe-checkout-card span {
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.stripe-checkout-card p {
  color: var(--muted);
  font-weight: 650;
  line-height: 1.45;
  margin: 6px 0 0;
}

.stripe-checkout-card .checkout-disclaimer {
  color: rgba(20, 33, 22, 0.72);
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.35;
  margin: 0;
  max-width: 620px;
}

.stripe-fallback-link {
  align-items: center;
  background: var(--forest);
  color: var(--white);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 950;
  justify-content: center;
  min-height: 42px;
  padding: 12px 14px;
  text-transform: uppercase;
  width: fit-content;
}

.stripe-fallback-link::after {
  content: " →";
}

.checkout-disabled-button,
.checkout-intake-button {
  border: 0;
  color: var(--white);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 950;
  justify-self: start;
  min-height: 42px;
  padding: 12px 14px;
  text-transform: uppercase;
}

.checkout-disabled-button {
  background: rgba(23, 58, 29, 0.28);
  color: var(--forest);
  cursor: not-allowed;
}

.checkout-intake-button {
  border: 0;
  cursor: pointer;
  align-items: center;
  background: var(--burnt-orange);
  display: inline-flex;
}

.account-link-button {
  align-items: center;
  background: var(--burnt-orange);
  border: 0;
  border-radius: 14px;
  color: var(--white);
  display: inline-flex;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 950;
  justify-content: center;
  justify-self: start;
  min-height: 42px;
  padding: 12px 14px;
  text-transform: uppercase;
  width: fit-content;
}

.mobile-checkout-breakdown {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(217, 228, 99, 0.5);
  border-left: 5px solid var(--burnt-orange);
  border-radius: 14px;
  color: var(--forest) !important;
  display: grid;
  gap: 0;
  margin: 0;
  overflow: hidden;
  padding: 0 !important;
}

.mobile-checkout-breakdown .mobile-breakdown-row {
  align-items: center;
  border-bottom: 1px solid rgba(23, 58, 29, 0.1);
  color: var(--forest) !important;
  display: flex !important;
  gap: 10px;
  justify-content: space-between;
  line-height: 1.1;
  min-width: 0;
  padding: 10px 12px;
  white-space: nowrap;
}

.mobile-checkout-breakdown .mobile-discount-line {
  background: rgba(232, 90, 12, 0.09);
  color: var(--burnt-orange) !important;
}

.mobile-checkout-breakdown .mobile-breakdown-row:last-child {
  border-bottom: 0;
  font-size: 1.03rem;
  font-weight: 950;
}

.mobile-checkout-breakdown span {
  color: inherit !important;
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mobile-checkout-breakdown b {
  color: inherit !important;
  display: block;
  flex: 0 0 auto;
  font-size: 1.02em;
  margin-left: auto;
  opacity: 1 !important;
  text-align: right;
  visibility: visible !important;
}

.checkout-intro-card > span {
  line-height: 1.05;
  max-width: 100%;
  white-space: normal;
}

.first-meal-highlight {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(232, 90, 12, 0.28);
  border-left: 5px solid var(--burnt-orange);
  border-radius: 12px;
  color: #0d2111 !important;
  display: block;
  font-size: 0.95rem;
  font-weight: 950;
  line-height: 1.2;
  padding: 10px 12px;
}

.mobile-order-hero > .first-meal-highlight,
.checkout-intro-card > .first-meal-highlight {
  color: #0d2111 !important;
}

.first-meal-highlight small {
  color: rgba(13, 33, 17, 0.82);
  display: block;
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.25;
  margin-top: 4px;
}

.mobile-contact-grid input::placeholder,
.customer-checkout-fields input::placeholder,
.coupon-form input::placeholder {
  color: rgba(13, 33, 17, 0.58);
  font-weight: 750;
}

.coupon-form label {
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.coupon-form div {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.coupon-form input {
  min-height: 42px;
  padding: 9px 10px;
}

.schedule-controls h3 {
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 950;
  margin: 0;
  text-transform: uppercase;
}

.pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pill-grid label {
  align-items: center;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(23, 58, 29, 0.16);
  color: var(--forest);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 900;
  gap: 6px;
  min-height: 36px;
  padding: 8px 10px;
}

.schedule-controls select,
.zip-search input {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(23, 58, 29, 0.22);
  color: var(--forest);
  font: inherit;
  font-weight: 800;
  min-height: 42px;
  padding: 9px 10px;
  width: 100%;
}

.schedule-matrix {
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(23, 58, 29, 0.14);
  display: grid;
  font-size: 0.88rem;
  font-weight: 800;
  grid-template-columns: minmax(90px, 1.2fr) repeat(3, minmax(86px, 1fr));
  margin-top: 14px;
  overflow-x: auto;
}

.schedule-matrix > div {
  border-bottom: 1px solid rgba(23, 58, 29, 0.1);
  color: var(--muted);
  min-width: 86px;
  padding: 10px;
}

.schedule-matrix .matrix-head {
  background: rgba(217, 228, 99, 0.38);
  color: var(--forest);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.zip-search {
  background: rgba(240, 243, 247, 0.72);
  border-left: 4px solid var(--lime-highlight);
  display: grid;
  gap: 10px;
  padding: 12px;
}

.zip-search label {
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.zip-search div {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.zip-search button {
  background: var(--forest);
  border: 0;
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 950;
  min-height: 42px;
  padding: 10px 14px;
  text-transform: uppercase;
}

.helper-copy {
  background: rgba(251, 206, 255, 0.32);
  border-left: 4px solid var(--pink-highlight);
  padding: 12px;
}

.pickup-result {
  background: rgba(251, 206, 255, 0.24);
  border-left: 4px solid var(--pink-highlight);
  display: grid;
  gap: 10px;
  margin-top: 12px;
  padding: 14px;
}

.pickup-result span {
  background:
    linear-gradient(90deg, transparent 0 5px, var(--pink-highlight) 5px calc(100% - 5px), transparent calc(100% - 5px)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(251, 206, 255, 0.22));
  color: var(--forest);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1;
  padding: 8px 11px;
  text-transform: uppercase;
  width: fit-content;
}

.pickup-required-prompt {
  background: #fff6d8;
  border-left: 4px solid var(--burnt-orange);
  color: #3f2c0f;
  font-size: 0.9rem;
  font-style: italic;
  font-weight: 800;
  line-height: 1.4;
  margin: 2px 0 4px;
  padding: 10px 12px;
}

.pickup-required-prompt.is-alert {
  background: #ffe0bd;
  border-color: #c44a18;
  color: #391607;
}

[data-pickup-required-section].is-attention {
  box-shadow: 0 0 0 3px rgba(196, 74, 24, 0.2), 0 14px 34px rgba(23, 58, 29, 0.14);
}

.staging-location-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-top: 4px;
}

.staging-location-card {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(23, 58, 29, 0.14);
  border-left: 4px solid var(--lime-highlight);
  cursor: pointer;
  display: grid;
  gap: 7px;
  padding: 12px;
}

.staging-location-card.is-active {
  border-left-color: var(--burnt-orange);
}

.staging-location-card.is-upcoming {
  border-left-color: var(--lime-highlight);
  cursor: default;
}

.staging-location-card input {
  accent-color: var(--forest);
  block-size: 18px;
  inline-size: 18px;
}

.staging-location-card:has(input:checked) {
  background: rgba(217, 228, 99, 0.18);
  border-color: var(--forest);
  box-shadow: 0 12px 28px rgba(23, 58, 29, 0.12);
}

.mobile-location-grid {
  display: grid;
  gap: 6px;
  grid-template-columns: 1fr;
}

.pickup-location-card {
  gap: 8px !important;
}

.location-choice {
  align-items: start;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(217, 228, 99, 0.46);
  border-left: 4px solid rgba(217, 228, 99, 0.9);
  border-radius: 14px;
  display: grid;
  column-gap: 9px;
  row-gap: 2px;
  grid-template-columns: 20px minmax(0, 1fr);
  padding: 8px 10px;
}

.location-choice:has(input:checked) {
  background: linear-gradient(135deg, rgba(217, 228, 99, 0.26), rgba(255, 255, 255, 0.98));
  border-color: rgba(23, 58, 29, 0.36);
  border-left-color: var(--lime-highlight);
  box-shadow: 0 8px 18px rgba(20, 33, 22, 0.1);
}

.location-choice.is-upcoming {
  border-left-color: rgba(232, 95, 26, 0.82);
}

.location-choice.is-upcoming > span {
  grid-column: 2;
  grid-row: 1;
}

.location-choice.is-upcoming label {
  grid-column: 2;
  grid-row: 2;
}

.location-choice.is-upcoming .location-map-link {
  grid-column: 2;
  grid-row: 3;
}

.location-choice.is-upcoming > span {
  color: var(--burnt-orange);
  display: block;
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.location-choice input {
  accent-color: var(--forest);
  align-self: center;
  block-size: 18px;
  grid-row: 1 / span 2;
  inline-size: 18px;
}

.location-choice label {
  color: var(--forest);
  cursor: pointer;
  display: block;
  grid-column: 2;
  grid-row: 1 / span 2;
  line-height: 1;
  margin: 0;
  min-width: 0;
}

.location-choice b {
  display: block;
  font-size: 1.02rem;
  font-weight: 950;
  line-height: 1;
  margin: 0;
}

.location-choice small {
  color: rgba(23, 58, 29, 0.74);
  display: block;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.25;
  text-transform: none;
}

.location-choice .location-address-text {
  color: rgba(23, 58, 29, 0.72);
  display: block;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.25;
  margin-top: 5px;
  overflow-wrap: anywhere;
  text-transform: none;
}

.location-choice .location-map-link {
  align-self: center;
  background: rgba(255, 250, 242, 0.82) !important;
  border: 1px solid rgba(23, 58, 29, 0.16) !important;
  border-radius: 999px !important;
  color: var(--burnt-orange) !important;
  display: inline-flex !important;
  font-size: 0.72rem !important;
  font-weight: 950 !important;
  grid-column: 2;
  grid-row: auto;
  justify-content: center;
  justify-self: end;
  line-height: 1 !important;
  margin: 6px 0 0 !important;
  min-height: 30px !important;
  padding: 0 10px !important;
  text-decoration: none;
  text-transform: none !important;
  white-space: nowrap !important;
  width: auto !important;
}

.location-choice .location-map-link:hover,
.location-choice .location-map-link:focus-visible {
  background: var(--burnt-orange) !important;
  border-color: var(--burnt-orange) !important;
  color: #ffffff !important;
}

.v31-pickup-schedule {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(217, 228, 99, 0.46);
  border-left: 4px solid var(--burnt-orange);
  border-radius: 14px;
  display: grid;
  gap: 10px;
  margin-top: 4px;
  padding: 12px;
}

.v31-pickup-schedule > span {
  color: var(--burnt-orange);
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.v31-pickup-schedule > strong {
  color: var(--forest);
  font-size: 1.1rem;
  font-weight: 950;
  line-height: 1;
}

.v31-pickup-schedule > div {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.v31-pickup-schedule label {
  display: grid;
  gap: 6px;
}

.v31-pickup-schedule label span {
  color: rgba(23, 58, 29, 0.74);
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.v31-pickup-schedule input,
.v31-pickup-schedule select {
  appearance: none;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(23, 58, 29, 0.24);
  border-radius: 10px;
  color: var(--forest);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 850;
  min-height: 42px;
  padding: 10px 12px;
  width: 100%;
}

.v31-pickup-schedule input:focus-visible,
.v31-pickup-schedule select:focus-visible {
  border-color: var(--forest);
  outline: 3px solid rgba(217, 228, 99, 0.42);
  outline-offset: 2px;
}

.staging-location-card span {
  background:
    linear-gradient(90deg, transparent 0 5px, var(--lime-highlight) 5px calc(100% - 5px), transparent calc(100% - 5px)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(217, 228, 99, 0.22));
}

.staging-location-card strong {
  color: var(--forest);
  font-size: 1.05rem;
  font-weight: 950;
  line-height: 1.05;
}

.staging-location-card address {
  color: #1f2f22;
  font-style: normal;
  font-weight: 850;
  line-height: 1.35;
}

.staging-location-card p {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.4;
}

.pickup-result.active-location {
  background: rgba(217, 228, 99, 0.2);
  border-left-color: var(--burnt-orange);
}

.pickup-media-card {
  background: rgba(240, 243, 247, 0.72);
  border-left: 4px solid var(--burnt-orange);
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(170px, 0.45fr) minmax(0, 1fr);
  margin: 8px 0 0;
  padding: 10px;
}

.pickup-media-card img {
  aspect-ratio: 4 / 3;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.pickup-media-card figcaption {
  align-self: center;
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.45;
}

.pickup-steps {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}

.pickup-steps li {
  background: rgba(240, 243, 247, 0.72);
  border-left: 4px solid var(--lime-highlight);
  display: grid;
  gap: 6px;
  padding: 12px;
}

.pickup-steps strong {
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.pickup-steps span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.4;
}

.pickup-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pickup-options button {
  background: var(--forest);
  border: 0;
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-size: 0.75rem;
  font-weight: 950;
  min-height: 40px;
  padding: 10px 12px;
  text-transform: uppercase;
}

.pickup-options button:nth-child(2) {
  background: var(--burnt-orange);
}

.food-plan-modal {
  align-items: center;
  background: rgba(9, 20, 11, 0.58);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 20px;
  position: fixed;
  z-index: 80;
}

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

.food-plan-modal-card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 253, 205, 0.86)),
    var(--white);
  border: 2px solid rgba(232, 90, 12, 0.28);
  box-shadow: 0 28px 80px rgba(9, 20, 11, 0.34);
  display: grid;
  gap: 12px;
  max-width: min(560px, 100%);
  padding: clamp(20px, 4vw, 34px);
  position: relative;
  width: 100%;
}

.food-plan-modal-close {
  background: var(--forest);
  border: 0;
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 950;
  justify-self: end;
  min-height: 34px;
  padding: 8px 11px;
  text-transform: uppercase;
}

.food-plan-modal-kicker {
  color: var(--burnt-orange);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.food-plan-modal h3 {
  color: var(--forest);
  font-size: clamp(1.35rem, 3vw, 2.2rem);
  line-height: 1.05;
  margin: 0;
}

.food-plan-modal p {
  color: var(--muted);
  font-weight: 750;
  line-height: 1.48;
  margin: 0;
}

.store-suggestion-form {
  display: grid;
  gap: 10px;
}

.store-suggestion-form[hidden] {
  display: none !important;
}

.store-suggestion-form label {
  display: grid;
  gap: 5px;
}

.store-suggestion-form span {
  color: var(--forest);
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.store-suggestion-form input {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(23, 58, 29, 0.18);
  color: var(--forest);
  font: inherit;
  font-weight: 800;
  min-height: 42px;
  padding: 9px 10px;
}

.store-suggestion-form button {
  background: var(--burnt-orange);
  border: 0;
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 950;
  min-height: 42px;
  padding: 10px 14px;
  text-transform: uppercase;
  width: fit-content;
}

.price-summary {
  margin-bottom: 12px;
}

.price-summary strong {
  color: var(--forest);
  font-size: 0.9rem;
  line-height: 1.25;
}

.food-step-card {
  min-height: 230px;
}

.food-step-card:nth-child(2),
.food-step-card:nth-child(5) {
  margin-top: clamp(20px, 3vw, 44px);
}

.food-step-card:nth-child(4) {
  margin-top: clamp(8px, 1.8vw, 22px);
}

.food-types-section {
  background:
    linear-gradient(90deg, rgba(251, 206, 255, 0.28), transparent 22%, rgba(247, 253, 205, 0.42)),
    var(--page-bg);
  border-top: 1px solid rgba(217, 228, 99, 0.38);
  display: grid;
  gap: 28px;
  padding: clamp(34px, 5vw, 68px) clamp(20px, 5vw, 72px);
}

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

.food-type-card {
  min-height: 220px;
}

.food-catalog-section {
  background:
    linear-gradient(90deg, rgba(251, 206, 255, 0.28), transparent 22%, rgba(247, 253, 205, 0.42)),
    var(--page-bg);
  border-top: 1px solid rgba(217, 228, 99, 0.38);
  display: grid;
  gap: clamp(18px, 3vw, 34px);
  padding: clamp(38px, 6vw, 76px) clamp(20px, 5vw, 72px);
}

.kitchen-proof-section {
  align-items: center;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(23, 58, 29, 0.14);
  border-radius: 18px;
  box-shadow: 0 18px 46px rgba(20, 33, 22, 0.08);
  display: grid;
  gap: clamp(16px, 3vw, 28px);
  grid-template-columns: minmax(220px, 0.78fr) minmax(0, 1.22fr);
  margin: clamp(22px, 4vw, 42px) auto 0;
  max-width: 1120px;
  padding: clamp(16px, 3vw, 26px);
}

.kitchen-proof-section > div:first-child {
  display: grid;
  gap: 10px;
}

.kitchen-proof-section span {
  background: rgba(217, 228, 99, 0.78);
  border-radius: 999px;
  color: var(--forest);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1;
  padding: 8px 12px;
  text-transform: uppercase;
  width: fit-content;
}

.kitchen-proof-section h2 {
  color: var(--forest);
  font-size: clamp(1.35rem, 2.5vw, 2.35rem);
  line-height: 1.02;
  margin: 0;
}

.kitchen-proof-section p {
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 750;
  line-height: 1.48;
  margin: 0;
}

.kitchen-video-card {
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(rgba(13, 33, 17, 0.08), rgba(13, 33, 17, 0.08)),
    url("https://i.ytimg.com/vi/nkwBYHxTYdc/hqdefault.jpg") center / cover no-repeat,
    var(--forest);
  border-radius: 14px;
  overflow: hidden;
  width: 100%;
}

.kitchen-video-card iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.custom-order-section {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 253, 205, 0.42)),
    var(--white);
  border: 1px solid rgba(23, 58, 29, 0.14);
  border-left: 7px solid var(--burnt-orange);
  border-radius: 18px;
  box-shadow: 0 18px 46px rgba(20, 33, 22, 0.08);
  display: grid;
  gap: clamp(16px, 2.6vw, 26px);
  margin: clamp(22px, 4vw, 42px) auto 0;
  max-width: 1120px;
  padding: clamp(16px, 3vw, 28px);
}

.custom-order-details {
  display: grid;
  gap: clamp(14px, 2vw, 20px);
}

.custom-order-details summary {
  list-style: none;
}

.custom-order-details summary::-webkit-details-marker {
  display: none;
}

.custom-order-summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.custom-order-intro {
  display: grid;
  gap: 10px;
  max-width: 780px;
}

.custom-order-intro span,
.custom-order-card > span,
.custom-order-submit-card > span {
  background: rgba(217, 228, 99, 0.78);
  border-radius: 999px;
  color: var(--forest);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1;
  padding: 8px 12px;
  text-transform: uppercase;
  width: fit-content;
}

.custom-order-intro h2 {
  color: var(--forest);
  font-size: clamp(1.55rem, 3vw, 2.75rem);
  line-height: 1;
  margin: 0;
}

.custom-order-intro p,
.custom-order-expanded-note,
.custom-order-card p,
.custom-order-submit-card p {
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 760;
  line-height: 1.45;
  margin: 0;
}

.custom-order-toggle {
  background: var(--burnt-orange);
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 950;
  line-height: 1;
  padding: 12px 14px;
  text-transform: uppercase;
  white-space: nowrap;
}

.custom-order-details[open] .custom-order-toggle {
  background: var(--forest);
}

.custom-order-toggle-close {
  display: none;
}

.custom-order-details[open] .custom-order-toggle-open {
  display: none;
}

.custom-order-details[open] .custom-order-toggle-close {
  display: inline;
}

.custom-order-details:not([open]) .custom-order-form,
.custom-order-details:not([open]) .custom-order-expanded-note {
  display: none;
}

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

.custom-order-card,
.custom-order-submit-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(23, 58, 29, 0.12);
  border-left: 5px solid var(--lime-highlight);
  border-radius: 16px;
  display: grid;
  gap: 12px;
  padding: 16px;
}

.custom-order-card.prepared,
.custom-order-card.details {
  grid-column: 1 / -1;
}

.custom-order-contact-grid,
.custom-order-detail-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.custom-order-detail-grid .full {
  grid-column: 1 / -1;
}

.custom-order-item-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.custom-order-item-grid.compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.custom-order-chicken-matrix {
  background: rgba(240, 243, 247, 0.66);
  border: 1px solid rgba(23, 58, 29, 0.12);
  border-radius: 14px;
  display: grid;
  gap: 0;
  margin: 12px 0 14px;
  overflow: hidden;
}

.custom-order-chicken-head,
.custom-order-chicken-row {
  display: grid;
  gap: 0;
  grid-template-columns: minmax(150px, 1.2fr) repeat(2, minmax(110px, 1fr));
}

.custom-order-chicken-head {
  background: rgba(23, 58, 29, 0.94);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.custom-order-chicken-head span,
.custom-order-chicken-row > b,
.custom-order-chicken-row label {
  border-bottom: 1px solid rgba(23, 58, 29, 0.1);
  min-width: 0;
  padding: 10px;
}

.custom-order-chicken-row > b {
  align-content: center;
  color: var(--forest);
  font-size: 0.9rem;
  font-weight: 950;
}

.custom-order-chicken-row label {
  display: grid;
  gap: 6px;
  text-transform: none;
}

.custom-order-chicken-row label span {
  font-size: 0.68rem;
  line-height: 1.1;
}

.custom-order-chicken-row input {
  min-height: 38px;
}

.custom-order-serving-note {
  background: #fff6d8;
  border: 1px solid rgba(188, 131, 16, 0.28);
  border-left: 5px solid #d79a18;
  border-radius: 12px;
  color: #4b3510;
  font-size: 0.86rem;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 14px;
  padding: 11px 13px;
}

.custom-order-form label {
  color: var(--forest);
  display: grid;
  font-size: 0.72rem;
  font-weight: 950;
  gap: 6px;
  line-height: 1.15;
  min-width: 0;
  text-transform: uppercase;
}

.custom-order-form label b {
  color: var(--forest);
  font-size: 0.82rem;
  font-weight: 950;
  line-height: 1.08;
  text-transform: none;
}

.custom-order-field-note {
  color: rgba(23, 58, 29, 0.72);
  font-size: 0.72rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
  text-transform: none;
}

.custom-order-form input,
.custom-order-form select,
.custom-order-form textarea {
  background: rgba(240, 243, 247, 0.7);
  border: 1px solid rgba(23, 58, 29, 0.16);
  border-radius: 12px;
  color: var(--forest);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 850;
  min-height: 42px;
  padding: 9px 10px;
  width: 100%;
}

.custom-order-form textarea {
  min-height: 110px;
  resize: vertical;
}

.custom-order-item-grid label {
  background: rgba(240, 243, 247, 0.66);
  border: 1px solid rgba(23, 58, 29, 0.12);
  border-left: 4px solid var(--burnt-orange);
  border-radius: 14px;
  padding: 10px;
}

.custom-order-submit-card {
  align-content: center;
  background:
    linear-gradient(135deg, rgba(23, 58, 29, 0.96), rgba(49, 92, 43, 0.92)),
    var(--forest);
  border-color: rgba(217, 228, 99, 0.3);
  color: var(--white);
}

.custom-order-submit-card strong {
  color: var(--white);
  font-size: clamp(1.35rem, 2.6vw, 2.35rem);
  line-height: 1;
}

.custom-order-submit-card p {
  color: rgba(255, 255, 255, 0.82);
}

.custom-order-submit {
  background: var(--burnt-orange);
  border: 0;
  border-radius: 14px;
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 950;
  justify-self: start;
  min-height: 44px;
  padding: 12px 14px;
  text-transform: uppercase;
}

.food-catalog-heading {
  display: grid;
  gap: 12px;
  margin: 0 auto;
  max-width: 980px;
  text-align: center;
}

.food-catalog-heading h2 {
  color: var(--ink);
  font-size: clamp(1.9rem, 4vw, 4rem);
  line-height: 0.98;
  margin: 0;
}

.food-catalog-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  font-weight: 750;
  line-height: 1.55;
  margin: 0 auto;
  max-width: 760px;
}

.catalog-split {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(220px, 0.45fr) minmax(0, 1.55fr);
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
}

.catalog-intro-card,
.catalog-product-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(23, 58, 29, 0.14);
  border-radius: 16px;
  box-shadow: 0 16px 38px rgba(20, 33, 22, 0.07);
}

.catalog-intro-card {
  display: grid;
  gap: 12px;
  padding: 20px;
  position: sticky;
  top: 118px;
}

.catalog-intro-card.core {
  border-left: 5px solid var(--lime-highlight);
}

.catalog-intro-card.bakery {
  border-left: 5px solid var(--burnt-orange);
}

.catalog-intro-card span,
.catalog-product-card span {
  align-self: start;
  background: rgba(217, 228, 99, 0.78);
  border-radius: 999px;
  color: var(--forest);
  display: inline-flex;
  font-size: 0.7rem;
  font-weight: 950;
  line-height: 1;
  padding: 8px 11px;
  text-transform: uppercase;
  width: fit-content;
}

.catalog-split.bakery .catalog-product-card span,
.catalog-intro-card.bakery span {
  background: rgba(232, 90, 12, 0.15);
  color: var(--burnt-orange);
}

.catalog-intro-card h3,
.catalog-product-card h3 {
  color: var(--forest);
  font-size: clamp(1.05rem, 1.55vw, 1.55rem);
  line-height: 1.05;
  margin: 0;
}

.catalog-intro-card p,
.catalog-product-card p {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.42;
  margin: 0;
}

.catalog-product-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

@media (min-width: 961px) {
  .core-catalog {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .core-catalog .catalog-product-card:nth-child(5) {
    grid-column: 1;
  }

  .core-catalog .catalog-product-card:nth-child(6) {
    grid-column: 2;
  }

  .core-catalog .catalog-product-card:nth-child(7) {
    grid-column: 3;
  }

  .core-catalog .catalog-product-card:nth-child(8) {
    grid-column: 1;
  }

  .core-catalog .catalog-product-card:nth-child(9) {
    grid-column: 2;
  }
}

.catalog-product-card {
  align-content: start;
  display: grid;
  gap: 9px;
  overflow: hidden;
  padding: 10px;
}

.catalog-product-card img,
.catalog-product-card video {
  aspect-ratio: 16 / 10;
  background: rgba(240, 243, 247, 0.9);
  border-radius: 10px;
  display: block;
  object-fit: cover;
  width: 100%;
}

.catalog-product-card h3 {
  font-size: 1rem;
}

.food-faq-section {
  background:
    linear-gradient(90deg, rgba(251, 206, 255, 0.28), transparent 22%, rgba(247, 253, 205, 0.42)),
    var(--page-bg);
  border-top: 1px solid rgba(217, 228, 99, 0.38);
  padding: clamp(42px, 6vw, 86px) clamp(20px, 5vw, 72px);
}

.food-faq-section .flow-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.55;
  margin: 0;
  max-width: 760px;
}

.food-faq-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(24px, 4vw, 44px);
}

.food-faq-grid details {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(23, 58, 29, 0.14);
  border-left: 4px solid var(--burnt-orange);
  padding: 18px;
}

.food-faq-grid summary {
  color: var(--forest);
  cursor: pointer;
  font-size: 1.02rem;
  font-weight: 950;
  line-height: 1.2;
}

.food-faq-grid p {
  color: var(--muted);
  font-weight: 650;
  line-height: 1.55;
  margin: 12px 0 0;
}

.cluster-hero-cell {
  background: transparent;
  color: var(--ink);
  display: grid;
  gap: 18px;
  max-width: 980px;
  padding: 0;
  position: relative;
  z-index: 1;
}

.cluster-overline {
  background:
    linear-gradient(90deg, transparent 0 5px, var(--pink-highlight) 5px calc(100% - 5px), transparent calc(100% - 5px)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(251, 206, 255, 0.22));
  color: var(--forest);
  height: fit-content;
  width: fit-content;
}

.cluster-hero-cell h1,
.cluster-hero-cell h2 {
  color: var(--ink);
  font-size: clamp(2.25rem, 5vw, 5.4rem);
  line-height: 0.95;
  margin: 0;
  max-width: 880px;
  width: auto;
}

.cluster-hero-cell p {
  color: var(--muted);
  background: rgba(255, 255, 255, 0.48);
  border-left: 5px solid var(--pink-highlight);
  font-size: clamp(1.05rem, 1.45vw, 1.25rem);
  font-weight: 700;
  line-height: 1.55;
  max-width: 740px;
  padding: 16px 18px;
}

.cluster-tagline {
  color: var(--forest);
  display: block;
  font-size: clamp(1.2rem, 2.2vw, 2.35rem);
  font-weight: 950;
  line-height: 1;
}

.cluster-board {
  align-items: start;
  background: transparent;
  display: grid;
  gap: clamp(16px, 2vw, 24px);
  grid-template-columns: minmax(340px, 1.25fr) minmax(0, 2.35fr);
  margin-top: clamp(30px, 5vw, 74px);
  padding: 0;
  position: relative;
}

.cluster-summary-card,
.cluster-card {
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(23, 58, 29, 0.14);
  display: grid;
  gap: 10px;
  min-height: 330px;
  padding: 18px;
  position: relative;
  transition:
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.cluster-summary-card {
  background:
    linear-gradient(135deg, rgba(251, 206, 255, 0.58), rgba(247, 253, 205, 0.72)),
    rgba(255, 255, 255, 0.76);
  align-self: start;
  grid-column: 1;
  min-height: 330px;
  padding-right: clamp(38px, 4vw, 64px);
  position: sticky;
  top: clamp(18px, 3vw, 42px);
  z-index: 2;
}

.cluster-card-flow {
  align-items: start;
  display: grid;
  gap: clamp(16px, 2vw, 24px);
  grid-column: 2;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(5, minmax(330px, auto));
  min-width: 0;
  position: relative;
}

.cluster-connectors {
  color: rgba(23, 58, 29, 0.26);
  height: 100%;
  inset: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.cluster-connectors path {
  fill: none;
  stroke: currentColor;
  stroke-dasharray: 1.8 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.42;
}

.cluster-summary-card span,
.cluster-card summary span {
  background:
    linear-gradient(90deg, transparent 0 5px, var(--lime-highlight) 5px calc(100% - 5px), transparent calc(100% - 5px)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(217, 228, 99, 0.22));
  color: var(--forest);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1;
  padding: 8px 11px;
  text-transform: uppercase;
  width: fit-content;
}

.cluster-card summary span {
  grid-column: 1;
}

.cluster-summary-card h3,
.cluster-card h3 {
  color: var(--forest);
  font-size: clamp(1.2rem, 1.8vw, 1.8rem);
  line-height: 1;
  margin: 0;
}

.cluster-summary-card h3 {
  color: var(--ink);
  font-size: clamp(1.8rem, 3.2vw, 3.3rem);
  max-width: 900px;
}

.cluster-summary-card p,
.cluster-card p,
.cluster-card dd {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.55;
  margin: 0;
}

.cluster-card {
  color: inherit;
  grid-column: auto;
  height: 330px;
  overflow: hidden;
  z-index: 1;
}

.cluster-card:hover,
.cluster-card:focus-within {
  background: rgba(251, 206, 255, 0.34);
  border-color: rgba(23, 58, 29, 0.28);
  box-shadow: 0 18px 42px rgba(20, 33, 22, 0.1);
  transform: translateY(-4px);
}

.cluster-card[open] {
  background: rgba(255, 255, 255, 0.82);
  grid-column: auto;
  height: auto;
  min-height: 330px;
  overflow: visible;
}

.cluster-card:nth-of-type(1) {
  grid-column: 3;
  grid-row: 1;
}

.cluster-card:nth-of-type(2) {
  grid-column: 2;
  grid-row: 2;
  margin-top: clamp(12px, 2.4vw, 32px);
}

.cluster-card:nth-of-type(3) {
  grid-column: 3;
  grid-row: 2;
}

.cluster-card:nth-of-type(4) {
  grid-column: 1;
  grid-row: 3;
  margin-top: clamp(10px, 2vw, 26px);
}

.cluster-card:nth-of-type(5) {
  grid-column: 2;
  grid-row: 3;
  margin-top: clamp(22px, 3.2vw, 44px);
}

.cluster-card:nth-of-type(6) {
  grid-column: 3;
  grid-row: 3;
}

.cluster-card:nth-of-type(7) {
  grid-column: 2;
  grid-row: 4;
}

.cluster-card:nth-of-type(8) {
  grid-column: 3;
  grid-row: 4;
  margin-top: clamp(18px, 3vw, 38px);
}

.cluster-card:nth-of-type(9) {
  grid-column: 1;
  grid-row: 5;
  margin-top: clamp(10px, 2vw, 28px);
}

.cluster-card:nth-of-type(10) {
  grid-column: 2;
  grid-row: 5;
}

.cluster-card summary {
  align-content: start;
  color: var(--forest);
  cursor: pointer;
  display: grid;
  font-size: clamp(1rem, 1.35vw, 1.35rem);
  font-weight: 950;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto auto 1fr;
  gap: 12px;
  line-height: 1.05;
  list-style: none;
  min-height: 264px;
}

.cluster-card summary strong {
  display: block;
  grid-column: 1;
}

.cluster-card[open] summary {
  min-height: auto;
}

.cluster-card-icon {
  align-self: end;
  color: rgba(23, 58, 29, 0.34);
  display: inline-grid;
  grid-column: 1 / -1;
  grid-row: 4;
  height: 96px;
  justify-items: center;
  line-height: 1;
  margin-top: 22px;
  opacity: 1;
  place-items: center;
  text-transform: uppercase;
  width: 96px;
}

.cluster-card[open] .cluster-card-icon {
  display: none;
}

.cluster-card-icon svg {
  fill: none;
  height: 82px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
  width: 82px;
}

.cluster-preview {
  color: var(--muted);
  display: -webkit-box;
  font-size: 0.96rem;
  font-style: normal;
  font-weight: 600;
  grid-column: 1;
  line-height: 1.42;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cluster-card[open] .cluster-preview {
  display: none;
}

.cluster-card summary::-webkit-details-marker {
  display: none;
}

.cluster-card summary::after {
  align-items: center;
  background: var(--lime-highlight);
  border: 1px solid rgba(23, 58, 29, 0.2);
  color: var(--forest);
  content: "+";
  display: inline-grid;
  font-size: 1.35rem;
  font-weight: 950;
  grid-column: 2;
  grid-row: 1 / span 2;
  height: 34px;
  justify-items: center;
  line-height: 1;
  width: 34px;
}

.cluster-card[open] summary::after {
  background: var(--pink-highlight);
  content: "-";
}

.cluster-card dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.cluster-card dl div {
  background: rgba(240, 243, 247, 0.72);
  border-left: 4px solid var(--lime-highlight);
  padding: 10px;
}

.cluster-card dt {
  color: var(--forest);
  font-size: 0.74rem;
  font-weight: 950;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.cluster-cta {
  align-items: center;
  background: var(--forest);
  color: var(--white);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 950;
  justify-content: center;
  line-height: 1.1;
  margin-top: 4px;
  min-height: 42px;
  padding: 12px 14px;
  text-align: center;
  text-transform: uppercase;
  width: fit-content;
}

.cluster-cta::after {
  content: " →";
}

@keyframes emerge-left {
  from {
    opacity: 0;
    transform: translateX(-46px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes emerge-down {
  from {
    opacity: 0;
    transform: translateY(-42px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cta-rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cta-pulse {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-delay: 0ms !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 980px) {
  .site-header {
    left: 50%;
    max-width: calc(100vw - 28px);
    right: auto;
    top: 14px;
    width: 100%;
  }

  .v2-header-nav {
    display: none;
  }

  .opening-hero {
    height: 800px;
    margin-top: 0;
    padding-top: 0;
  }

  .hero-content {
    align-content: space-between;
    grid-template-columns: 1fr;
    padding: 118px 20px 28px;
  }

  .welcome-copy {
    max-width: 62vw;
    min-height: auto;
  }

  .program-brief {
    grid-column: auto;
    justify-self: end;
    min-height: auto;
    max-width: min(380px, 74vw);
  }

  .cluster-section {
    grid-template-columns: 1fr;
  }

  .flow-heading {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .food-flow,
  .cluster-flow {
    grid-template-columns: 1fr;
  }

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

  .qualification-panel {
    grid-template-columns: 1fr;
  }

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

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

  .refund-policy-grid,
  .portal-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .food-flow .flow-step,
  .food-flow .flow-arrow,
  .cluster-flow .flow-step,
  .cluster-flow .flow-arrow {
    grid-column: auto;
    grid-row: auto;
  }

  .flow-arrow {
    font-size: 1.7rem;
    margin: -8px 0;
    transform: rotate(90deg);
  }

  .cluster-hero-cell {
    padding: 0;
  }

  .cluster-hero-cell h1,
  .cluster-hero-cell h2 {
    width: auto;
  }

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

  .food-plan-board,
  .food-step-flow,
  .schedule-controls,
  .food-choice-grid,
  .food-product-grid,
  .meal-preference-panel,
  .customer-checkout-fields,
  .pickup-steps,
  .checkout-summary,
  .price-summary,
  .food-type-grid,
  .food-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .food-plan-section {
    padding-top: 78px;
  }

  .food-plan-board {
    margin-top: 22px;
  }

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

  .food-order-flow > .food-order-card:nth-of-type(n) {
    grid-column: 1 / -1;
  }

  .food-order-flow > .food-order-card::before {
    display: none;
  }

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

  .schedule-preferences {
    grid-template-columns: 1fr;
  }

  .schedule-preferences fieldset,
  .schedule-preferences fieldset:nth-of-type(2) {
    grid-template-columns: 1fr;
  }

  .food-summary-card {
    grid-column: span 2;
    position: relative;
    top: auto;
  }

  .food-category,
  .food-category[open],
  .signature-card,
  .utility-card {
    grid-column: span 2;
  }

  .cluster-summary-card {
    grid-column: span 2;
    position: relative;
    top: auto;
  }

  .cluster-card-flow {
    grid-column: span 2;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .cluster-connectors {
    display: none;
  }

  .cluster-card[open] {
    grid-column: span 2;
  }

  .cluster-card {
    grid-column: auto;
    grid-row: auto;
  }

  .cluster-card:nth-of-type(n) {
    grid-column: auto;
    grid-row: auto;
    margin-top: 0;
  }
}

@media (max-width: 620px) {
  .site-header {
    max-width: calc(100vw - 16px);
    padding: 3px 5px;
    top: 6px;
  }

  .v2-logo-link {
    min-width: 156px;
  }

  .v2-logo-link img {
    height: auto;
    width: 156px;
  }

  .v2-logo-link span {
    font-size: 0.48rem;
    padding-left: 42px;
  }

  .corner-menu summary {
    height: 34px;
    padding: 8px;
    width: 34px;
  }

  .corner-menu summary span {
    height: 2px;
    width: 16px;
  }

  .corner-menu-panel {
    min-width: min(220px, calc(100vw - 28px));
  }

  .welcome-copy h1 {
    font-size: clamp(1.75rem, 8.8vw, 2.7rem);
    margin: 12px 0 14px;
  }

  .primary-action {
    font-size: clamp(0.58rem, 2.4vw, 0.72rem);
    min-height: 54px;
    padding: 12px 8px;
  }

  .welcome-copy .primary-action {
    max-width: min(280px, 100%);
  }

  .program-brief .economy-action {
    font-size: clamp(0.5rem, 1.75vw, 0.62rem);
    min-height: 44px;
    padding: 10px 12px;
  }

  .hero-content {
    height: 800px;
    padding-top: 108px;
  }


  .program-brief {
    gap: 12px;
    padding: 0;
  }

  .program-brief h2 {
    font-size: clamp(1.2rem, 7vw, 1.8rem);
  }

  .program-brief p {
    font-size: 0.92rem;
    line-height: 1.42;
  }

  .food-plan-section {
    padding: 92px 12px 32px;
  }

  .food-plan-section .cluster-hero-cell {
    display: grid;
    gap: 8px;
  }

  .food-plan-section .cluster-overline {
    font-size: 0.58rem;
    padding: 6px 9px 5px;
  }

  .food-plan-section .cluster-hero-cell h1 {
    font-size: clamp(1.42rem, 7.6vw, 2rem);
    line-height: 0.98;
    margin: 0;
  }

  .food-plan-section .cluster-hero-cell p {
    font-size: 0.88rem;
    line-height: 1.34;
    margin: 0;
  }

  .food-plan-board,
  .food-types-section,
  .partner-readiness-section[aria-labelledby="customer-ordering-heading"] {
    display: none;
  }

  .mobile-food-order {
    display: grid;
    gap: 10px;
    margin-top: 14px;
  }

  .mobile-order-card {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(23, 58, 29, 0.14);
    border-left: 4px solid var(--lime-highlight);
    display: grid;
    gap: 9px;
    padding: 12px;
  }

  .mobile-order-hero,
  .mobile-checkout-card {
    background:
      linear-gradient(135deg, rgba(23, 58, 29, 0.94), rgba(49, 92, 43, 0.9)),
      var(--forest);
    border-color: rgba(217, 228, 99, 0.28);
    color: var(--cream);
  }

  .mobile-order-card span {
    background:
      linear-gradient(90deg, transparent 0 5px, var(--lime-highlight) 5px calc(100% - 5px), transparent calc(100% - 5px)),
      linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(217, 228, 99, 0.22));
    color: var(--forest);
    display: inline-flex;
    font-size: 0.66rem;
    font-weight: 950;
    line-height: 1;
    padding: 7px 10px;
    text-transform: uppercase;
    width: fit-content;
  }

  .mobile-order-card h2,
  .mobile-order-card strong {
    color: var(--forest);
    font-size: clamp(1.15rem, 6.5vw, 1.7rem);
    line-height: 1.02;
    margin: 0;
  }

  .mobile-order-hero h2,
  .mobile-order-hero strong,
  .mobile-checkout-card h2,
  .mobile-checkout-card strong {
    color: var(--cream);
  }

  .mobile-order-card p,
  .mobile-order-card address {
    color: var(--muted);
    font-size: 0.86rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
  }

  .mobile-order-hero p,
  .mobile-checkout-card p {
    color: rgba(255, 250, 242, 0.84);
  }

  .mobile-credit-control {
    align-items: center;
    display: grid;
    gap: 8px;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
  }

  .mobile-credit-control button {
    background: var(--forest);
    border: 0;
    border-radius: 12px;
    color: var(--white);
    cursor: pointer;
    font: inherit;
    font-size: 1.35rem;
    font-weight: 950;
    height: 44px;
  }

  .mobile-credit-control input {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(23, 58, 29, 0.18);
    border-radius: 12px;
    color: var(--forest);
    font-size: 1.7rem;
    font-weight: 950;
    min-height: 52px;
    text-align: center;
  }

  .mobile-pill-grid {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mobile-pill-grid label {
    align-items: center;
    background: rgba(240, 243, 247, 0.8);
    border: 1px solid rgba(23, 58, 29, 0.14);
    border-radius: 999px;
    color: var(--forest);
    cursor: pointer;
    display: flex;
    font-size: 0.78rem;
    font-weight: 950;
    gap: 7px;
    justify-content: center;
    min-height: 40px;
    padding: 8px 10px;
    text-align: center;
  }

  .mobile-pill-grid label:has(input:checked) {
    background: var(--forest);
    border-color: var(--forest);
    color: var(--white);
  }

  .mobile-pill-grid input {
    height: 1px;
    min-height: 0;
    opacity: 0;
    position: absolute;
    width: 1px;
  }

  .mobile-pickup-card {
    border-left-color: var(--burnt-orange);
  }

  .mobile-contact-grid {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr;
  }

  .mobile-contact-grid label {
    color: var(--forest);
    display: grid;
    font-size: 0.72rem;
    font-weight: 950;
    gap: 5px;
    text-transform: uppercase;
  }

  .mobile-contact-grid input {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(23, 58, 29, 0.18);
    border-radius: 10px;
    color: var(--forest);
    font: inherit;
    font-weight: 850;
    min-height: 42px;
    padding: 9px 10px;
    text-transform: none;
  }

  .mobile-checkout-card .checkout-intake-button {
    justify-content: center;
    justify-self: stretch;
    width: 100%;
  }

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

  .footer-links {
    grid-template-columns: 1fr;
  }

  .refund-policy-grid,
  .portal-footer-grid {
    grid-template-columns: 1fr;
  }

  .cluster-board {
    grid-template-columns: 1fr;
  }

  .food-plan-board,
  .food-step-flow,
  .food-order-flow,
  .schedule-controls,
  .food-choice-grid,
  .food-product-grid,
  .meal-preference-panel,
  .customer-checkout-fields,
  .pickup-steps,
  .checkout-summary,
  .price-summary,
  .food-type-grid,
  .food-faq-grid {
    grid-template-columns: 1fr;
  }

  .food-checkout-form,
  .food-order-flow,
  .food-order-card,
  .food-order-card[open],
  .checkout-summary,
  .checkout-summary > div,
  .customer-checkout-fields,
  .checkout-credit-field,
  .customer-checkout-fields label,
  .customer-checkout-fields input,
  .coupon-form,
  .coupon-form div,
  .coupon-form input,
  .stripe-checkout-card {
    justify-self: stretch;
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  .food-summary-card {
    grid-column: 1;
    gap: 8px;
    min-height: auto;
    padding: 12px;
  }

  .food-summary-card h2 {
    font-size: clamp(1.2rem, 6vw, 1.6rem);
  }

  .food-summary-card p {
    font-size: 0.84rem;
    line-height: 1.32;
  }

  .food-summary-card .cluster-cta {
    min-height: 42px;
    padding: 10px 12px;
  }

  .food-summary-media {
    display: none;
  }

  .food-plan-board {
    gap: 10px;
    margin-top: 12px;
  }

  .food-order-flow {
    gap: 10px;
  }

  .food-flow-heading {
    gap: 6px;
    grid-column: 1;
    grid-template-columns: 1fr;
    padding-top: 8px;
  }

  .food-flow-heading span {
    font-size: clamp(1.15rem, 6vw, 1.55rem);
  }

  .food-flow-heading p {
    font-size: 0.82rem;
    line-height: 1.32;
  }

  .food-customer-message {
    grid-column: 1;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px;
  }

  .food-customer-message h2 {
    font-size: 1.05rem;
    margin-top: 4px;
  }

  .food-customer-message ul {
    font-size: 0.84rem;
    line-height: 1.34;
    padding-left: 17px;
  }

  .food-customer-message li + li {
    margin-top: 5px;
  }

  .food-credit-pack-card {
    grid-column: 1;
    gap: 9px;
    padding: 12px;
  }

  .food-credit-pack-card h2 {
    font-size: clamp(1.18rem, 6.4vw, 1.65rem);
  }

  .food-credit-pack-card p {
    font-size: 0.84rem;
    line-height: 1.34;
  }

  .food-credit-pack-card dl {
    grid-template-columns: 1fr;
  }

  .food-step-card:nth-child(n) {
    margin-top: 0;
  }

  .food-order-card,
  .food-order-card:nth-of-type(n),
  .food-category,
  .food-category[open],
  .signature-card,
  .utility-card,
  .stripe-checkout-card,
  .coupon-form {
    grid-column: 1;
    margin-top: 0;
  }

  .checkout-summary,
  .customer-checkout-fields {
    grid-template-columns: minmax(0, 1fr);
  }

  .order-launch-notice,
  .checkout-summary > div,
  .customer-checkout-fields,
  .checkout-credit-field,
  .coupon-form,
  .stripe-checkout-card {
    grid-column: 1 / -1;
  }

  .food-order-card {
    height: 126px;
    min-height: 126px;
    padding: 12px;
  }

  .food-order-card[open] {
    min-height: auto;
  }

  .food-order-card summary {
    gap: 6px;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 98px;
  }

  .food-order-card summary span {
    min-width: 0;
    white-space: normal;
  }

  .food-order-card summary strong {
    font-size: 0.98rem;
    line-height: 1.04;
  }

  .food-order-card .cluster-preview {
    font-size: 0.78rem;
    line-height: 1.26;
  }

  .food-order-card summary::after {
    font-size: 1.1rem;
    height: 28px;
    width: 28px;
  }

  .meal-count-field,
  .food-preference-selector,
  .meal-window-selector,
  .customer-checkout-fields,
  .checkout-summary > div,
  .coupon-form,
  .stripe-checkout-card {
    padding: 10px;
  }

  .food-preference-selector label,
  .meal-window-selector label,
  .tip-choice-grid label {
    font-size: 0.78rem;
    min-height: 32px;
    padding: 6px 9px;
  }

  .food-product-card {
    min-height: 0;
    padding: 10px;
  }

  .food-product-card img,
  .dessert-grid .food-product-card img {
    aspect-ratio: 16 / 9;
  }

  .dessert-grid .food-product-card {
    min-height: 0;
  }

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

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

  .form-row,
  .schedule-entry,
  .slot-schedule-row {
    grid-template-columns: 1fr;
  }

  .slot-day-pills label {
    flex: 1 1 calc(25% - 6px);
    justify-content: center;
  }

  .schedule-card-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .zip-search div {
    grid-template-columns: 1fr;
  }

  .cluster-card-flow {
    grid-column: 1;
    grid-template-columns: 1fr;
  }

  .cluster-summary-card,
  .cluster-card,
  .cluster-card[open],
  .cluster-card:nth-of-type(n) {
    grid-column: 1;
    grid-row: auto;
    margin-top: 0;
  }

  .cluster-summary-card {
    position: relative;
    top: auto;
  }
}

@media (max-width: 760px) {
  .food-plan-section {
    padding: 96px 14px 34px;
  }

  .food-plan-board,
  .food-types-section,
  .partner-readiness-section[aria-labelledby="customer-ordering-heading"] {
    display: none;
  }

  .mobile-food-order {
    display: grid;
    gap: 12px;
    margin-top: 16px;
  }

  .mobile-order-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(23, 58, 29, 0.12);
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(20, 33, 22, 0.07);
    display: grid;
    gap: 10px;
    padding: 14px;
  }

  .mobile-order-hero,
  .mobile-checkout-card {
    background:
      linear-gradient(135deg, rgba(23, 58, 29, 0.96), rgba(49, 92, 43, 0.92)),
      var(--forest);
    border-color: rgba(217, 228, 99, 0.26);
    color: var(--cream);
  }

  .mobile-order-card > span {
    background: rgba(217, 228, 99, 0.72);
    border-radius: 999px;
    color: var(--forest);
    display: inline-flex;
    font-size: 0.66rem;
    font-weight: 950;
    line-height: 1;
    padding: 7px 10px;
    text-transform: uppercase;
    width: fit-content;
  }

  .mobile-order-card h2,
  .mobile-order-card strong {
    color: var(--forest);
    font-size: clamp(1.15rem, 5.6vw, 1.65rem);
    line-height: 1.04;
    margin: 0;
  }

  .mobile-order-hero h2,
  .mobile-order-hero strong,
  .mobile-checkout-card h2,
  .mobile-checkout-card strong {
    color: var(--cream);
  }

  .mobile-order-card p,
  .mobile-order-card address {
    color: var(--muted);
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.38;
    margin: 0;
  }

  .mobile-order-hero p,
  .mobile-checkout-card p {
    color: rgba(255, 250, 242, 0.84);
  }

  .mobile-credit-control {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
  }

  .mobile-credit-control button {
    background: var(--forest);
    border: 0;
    border-radius: 12px;
    color: var(--white);
    cursor: pointer;
    font: inherit;
    font-size: 1.3rem;
    font-weight: 950;
    height: 44px;
  }

  .mobile-credit-control input {
    -webkit-appearance: textfield;
    appearance: textfield;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(23, 58, 29, 0.18);
    border-radius: 12px;
    color: var(--forest);
    font-size: 1.55rem;
    font-weight: 950;
    min-height: 50px;
    text-align: center;
  }

  .mobile-pill-grid {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mobile-pill-grid label {
    align-items: center;
    background: rgba(240, 243, 247, 0.9);
    border: 1px solid rgba(23, 58, 29, 0.14);
    border-radius: 14px;
    color: var(--forest);
    cursor: pointer;
    display: flex;
    font-size: 0.82rem;
    font-weight: 950;
    gap: 8px;
    justify-content: flex-start;
    line-height: 1.15;
    min-height: 46px;
    padding: 9px 10px;
    position: relative;
    text-align: left;
  }

  .mobile-pill-grid label::before {
    align-items: center;
    border: 2px solid rgba(23, 58, 29, 0.32);
    border-radius: 999px;
    color: transparent;
    content: "";
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 0.7rem;
    font-weight: 950;
    height: 18px;
    justify-content: center;
    width: 18px;
  }

  .mobile-pill-grid label:has(input:checked) {
    background: var(--forest);
    border-color: var(--forest);
    color: var(--white);
  }

  .mobile-pill-grid label:has(input:checked)::before {
    background: var(--lime-highlight);
    border-color: var(--lime-highlight);
    color: var(--forest);
    content: "✓";
  }

  .mobile-pill-grid input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    min-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

  .mobile-contact-grid {
    display: grid;
    gap: 9px;
    grid-template-columns: 1fr;
  }

  .mobile-contact-grid label {
    color: var(--forest);
    display: grid;
    font-size: 0.72rem;
    font-weight: 950;
    gap: 5px;
    text-transform: uppercase;
  }

  .mobile-contact-grid input {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(23, 58, 29, 0.18);
    border-radius: 10px;
    color: var(--forest);
    font: inherit;
    font-size: 0.95rem;
    font-weight: 850;
    min-height: 44px;
    padding: 10px 11px;
    text-transform: none;
  }

  .mobile-checkout-card .checkout-intake-button {
    border-radius: 12px;
    justify-content: center;
    justify-self: stretch;
    min-height: 48px;
    width: 100%;
  }
}

.mobile-food-order .mobile-core-tags {
  display: grid !important;
  gap: 8px !important;
}

.mobile-food-order .mobile-core-tags fieldset {
  border: 0 !important;
  display: grid !important;
  gap: 5px !important;
  margin: 0 !important;
  min-inline-size: 0 !important;
  padding: 0 !important;
}

.mobile-food-order .mobile-core-tags legend {
  color: var(--forest) !important;
  display: block !important;
  float: none !important;
  font-size: 0.66rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-transform: uppercase !important;
}

.mobile-food-order .mobile-tag-row {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
}

.mobile-food-order .mobile-tag-row label {
  align-items: center !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(232, 90, 12, 0.24) !important;
  border-left: 4px solid rgba(232, 90, 12, 0.62) !important;
  border-radius: 14px !important;
  color: var(--forest) !important;
  cursor: pointer !important;
  display: flex !important;
  font-size: 0.72rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  min-height: 30px !important;
  padding: 7px 9px !important;
  position: relative !important;
  text-align: center !important;
  white-space: nowrap !important;
  width: auto !important;
}

.mobile-food-order .mobile-tag-row label::before {
  display: none !important;
}

.mobile-food-order .mobile-tag-row label:has(input:checked) {
  background: linear-gradient(135deg, var(--forest), var(--forest-2)) !important;
  border-color: rgba(232, 90, 12, 0.52) !important;
  border-left-color: var(--burnt-orange) !important;
  box-shadow: 0 8px 18px rgba(20, 33, 22, 0.1) !important;
  color: var(--cream) !important;
}

.mobile-food-order .mobile-tag-row input {
  -webkit-appearance: none !important;
  appearance: none !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  min-height: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.mobile-food-order .mobile-product-list {
  display: grid;
  gap: 7px;
}

.mobile-food-order .mobile-product-list label {
  align-items: center;
  background: rgba(240, 243, 247, 0.92);
  border: 1px solid rgba(23, 58, 29, 0.14);
  border-radius: 12px;
  color: var(--forest);
  cursor: pointer;
  display: grid;
  gap: 6px;
  grid-template-columns: 16px minmax(0, 1fr) auto minmax(68px, auto);
  min-height: 42px;
  padding: 8px;
}

.mobile-food-order .mobile-product-list label:has(input:checked) {
  background: linear-gradient(135deg, var(--forest), var(--forest-2));
  border-color: rgba(232, 90, 12, 0.52);
  border-left-color: var(--burnt-orange);
  box-shadow: 0 8px 18px rgba(20, 33, 22, 0.1);
  color: var(--cream);
}

.mobile-food-order .mobile-product-list input[type="checkbox"] {
  accent-color: var(--forest);
  block-size: 16px;
  inline-size: 16px;
}

.mobile-food-order .mobile-product-list span {
  background: transparent !important;
  border-radius: 0 !important;
  color: inherit !important;
  display: grid;
  gap: 2px;
  padding: 0 !important;
  text-transform: none !important;
  width: auto !important;
}

.mobile-food-order .mobile-product-list b {
  font-size: 0.8rem;
  font-weight: 950;
  line-height: 1.05;
}

.mobile-food-order .mobile-product-list small {
  color: rgba(23, 58, 29, 0.72);
  font-size: 0.58rem;
  font-weight: 900;
  line-height: 1;
}

.mobile-food-order .mobile-product-list em {
  color: var(--burnt-orange);
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 950;
}

.mobile-food-order .mobile-product-list select {
  background: var(--white);
  border: 1px solid rgba(23, 58, 29, 0.2);
  border-radius: 9px;
  color: var(--forest);
  font: inherit;
  font-size: 0.72rem;
  font-weight: 900;
  min-height: 32px;
  padding: 5px 7px;
}

@media (min-width: 761px) {
  .food-plan-board {
    display: none !important;
  }

  .mobile-food-order {
    align-items: stretch;
    display: grid !important;
    gap: 16px;
    grid-auto-flow: row;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 24px auto 0;
    max-width: 1180px;
    width: min(1180px, calc(100vw - 48px));
  }

  .mobile-order-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(23, 58, 29, 0.12);
    border-radius: 14px;
    box-shadow: 0 14px 32px rgba(20, 33, 22, 0.08);
    display: grid;
    gap: 10px;
    padding: 16px;
  }

  .mobile-food-order > .checkout-grid-spacer {
    display: block !important;
    grid-column: 1 !important;
    min-height: 1px;
  }

  .mobile-food-order > .checkout-grid-spacer:first-of-type {
    grid-row: 1 !important;
  }

  .mobile-food-order > .checkout-grid-spacer:nth-of-type(2) {
    grid-row: 4 !important;
  }

  .mobile-food-order > .checkout-intro-card {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }

  .mobile-food-order > .credit-count-card {
    grid-column: 3 !important;
    grid-row: 1 !important;
  }

  .mobile-food-order > .core-choice-card {
    grid-column: 1 / span 2 !important;
    grid-row: 2 !important;
  }

  .mobile-food-order > .usual-pickup-card {
    grid-column: 3 !important;
    grid-row: 2 !important;
  }

  .mobile-food-order > .pickup-location-card {
    align-self: start;
    grid-column: 1 !important;
    grid-row: 3 !important;
  }

  .mobile-food-order > .cookie-to-go-card {
    grid-column: 2 !important;
    grid-row: 3 !important;
  }

  .mobile-food-order > .tip-cook-card {
    align-self: start;
    grid-column: 3 !important;
    grid-row: 3 !important;
  }

  .mobile-food-order > .account-card {
    grid-column: 2 !important;
    grid-row: 4 !important;
  }

  .mobile-food-order > .pay-card {
    grid-column: 3 !important;
    grid-row: 4 !important;
  }

  .mobile-order-hero,
  .mobile-checkout-card {
    background:
      linear-gradient(135deg, rgba(23, 58, 29, 0.96), rgba(49, 92, 43, 0.92)),
      var(--forest);
    border-color: rgba(217, 228, 99, 0.26);
    color: var(--cream);
  }

  .mobile-order-card > span {
    background: rgba(217, 228, 99, 0.72);
    border-radius: 999px;
    color: var(--forest);
    display: inline-flex;
    font-size: 0.68rem;
    font-weight: 950;
    line-height: 1;
    padding: 7px 10px;
    text-transform: uppercase;
    width: fit-content;
  }

  .mobile-order-card h2,
  .mobile-order-card strong {
    color: var(--forest);
    font-size: clamp(1.18rem, 2vw, 1.7rem);
    line-height: 1.04;
    margin: 0;
  }

  .mobile-order-hero h2,
  .mobile-order-hero strong,
  .mobile-checkout-card h2,
  .mobile-checkout-card strong {
    color: var(--cream);
  }

  .mobile-order-card p,
  .mobile-order-card address {
    color: var(--muted);
    font-size: 0.92rem;
    font-style: normal;
    font-weight: 740;
    line-height: 1.4;
    margin: 0;
  }

  .mobile-order-hero p,
  .mobile-checkout-card p {
    color: rgba(255, 250, 242, 0.84);
  }

  .mobile-credit-control {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
  }

  .mobile-credit-control button {
    background: var(--forest);
    border: 0;
    border-radius: 12px;
    color: var(--white);
    cursor: pointer;
    font: inherit;
    font-size: 1.3rem;
    font-weight: 950;
    height: 44px;
  }

  .mobile-credit-control input {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(23, 58, 29, 0.18);
    border-radius: 12px;
    color: var(--forest);
    font-size: 1.55rem;
    font-weight: 950;
    min-height: 50px;
    text-align: center;
  }

  .mobile-pill-grid {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mobile-pill-grid label {
    align-items: center;
    background: rgba(240, 243, 247, 0.9);
    border: 1px solid rgba(23, 58, 29, 0.14);
    border-radius: 14px;
    color: var(--forest);
    cursor: pointer;
    display: flex;
    font-size: 0.84rem;
    font-weight: 950;
    gap: 8px;
    justify-content: flex-start;
    line-height: 1.15;
    min-height: 46px;
    padding: 9px 10px;
    position: relative;
    text-align: left;
  }

  .mobile-pill-grid input[type="checkbox"],
  .mobile-pill-grid input[type="radio"] {
    accent-color: var(--forest);
  }

  .mobile-pill-grid label:has(input:checked) {
    background: var(--forest);
    border-color: var(--forest);
    color: var(--white);
  }

  .mobile-core-tags {
    display: grid;
    gap: 10px;
  }

  .mobile-core-tags fieldset {
    border: 0;
    display: grid;
    gap: 6px;
    margin: 0;
    padding: 0;
  }

  .mobile-core-tags legend {
    color: var(--forest);
    font-size: 0.68rem;
    font-weight: 950;
    padding: 0;
    text-transform: uppercase;
  }

  .mobile-product-group:nth-child(1) .mobile-product-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .mobile-product-group:nth-child(2) .mobile-product-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mobile-product-group:nth-child(3) .mobile-product-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mobile-food-order .mobile-product-list label {
    align-items: stretch;
    grid-template-columns: 16px minmax(0, 1fr);
  }

  .mobile-food-order .mobile-product-list em,
  .mobile-food-order .mobile-product-list select {
    grid-column: 2;
  }

  .pickup-location-card strong {
    font-size: 1.55rem;
    line-height: 1.05;
  }

  .mobile-cookie-card video {
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    display: block;
    object-fit: cover;
    width: 100%;
  }

  .mobile-cookie-select,
  .mobile-contact-grid {
    display: grid;
    gap: 8px;
  }

  .mobile-cookie-select select,
  .mobile-contact-grid input {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(23, 58, 29, 0.18);
    border-radius: 10px;
    color: var(--forest);
    font: inherit;
    font-weight: 850;
    min-height: 44px;
    padding: 10px 11px;
  }

  .mobile-checkout-card .checkout-intake-button {
    border-radius: 12px;
    justify-content: center;
    justify-self: stretch;
    min-height: 48px;
    width: 100%;
  }
}

@media (max-width: 760px) {
  .mobile-food-order .mobile-product-list {
    grid-template-columns: 1fr;
  }

  .mobile-location-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Live Grow UNTAMED food checkout. Keep this isolated from the older hidden wizard styles. */
.v2-page .gut-live-checkout {
  align-items: start !important;
  display: grid !important;
  gap: 16px !important;
  grid-auto-flow: row !important;
  margin: 24px auto 0 !important;
  max-width: none !important;
  width: min(1180px, calc(100vw - 48px)) !important;
}

.v2-page .gut-live-checkout > .checkout-grid-spacer {
  display: none !important;
}

.v2-page .gut-live-checkout > .mobile-order-card {
  min-width: 0 !important;
  width: 100% !important;
}

.v2-page .gut-live-checkout .mobile-core-tags {
  display: grid !important;
  gap: 10px !important;
}

.v2-page .gut-live-checkout .mobile-core-tags fieldset {
  border: 0 !important;
  display: grid !important;
  gap: 6px !important;
  margin: 0 !important;
  min-inline-size: 0 !important;
  padding: 0 !important;
}

.v2-page .gut-live-checkout .mobile-core-tags legend {
  color: var(--forest) !important;
  display: block !important;
  float: none !important;
  font-size: 0.68rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-transform: uppercase !important;
}

.v2-page .gut-live-checkout .mobile-tag-row {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

.v2-page .gut-live-checkout .mobile-tag-row label {
  align-items: center !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(232, 90, 12, 0.24) !important;
  border-left: 4px solid rgba(232, 90, 12, 0.62) !important;
  border-radius: 14px !important;
  color: var(--forest) !important;
  cursor: pointer !important;
  display: inline-flex !important;
  gap: 8px !important;
  justify-content: center !important;
  line-height: 1 !important;
  min-height: 38px !important;
  padding: 8px 11px !important;
  position: relative !important;
  width: auto !important;
}

.v2-page .gut-live-checkout .mobile-tag-row label::before {
  display: none !important;
}

.v2-page .gut-live-checkout .mobile-tag-row label:has(input:checked),
.v2-page .gut-live-checkout .mobile-tag-row label.is-selected {
  background: linear-gradient(135deg, var(--forest), var(--forest-2)) !important;
  border-color: rgba(232, 90, 12, 0.52) !important;
  border-left-color: var(--burnt-orange) !important;
  box-shadow: 0 8px 18px rgba(20, 33, 22, 0.1) !important;
  color: var(--cream) !important;
}

.v2-page .gut-live-checkout .mobile-tag-row input {
  -webkit-appearance: none !important;
  appearance: none !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  min-height: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.v2-page .gut-live-checkout .mobile-pill-grid label {
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(232, 90, 12, 0.24) !important;
  border-left: 4px solid rgba(232, 90, 12, 0.62) !important;
  border-radius: 14px !important;
  color: var(--forest) !important;
  font-size: 0.86rem !important;
  font-weight: 950 !important;
  line-height: 1.02 !important;
  min-height: 38px !important;
  padding: 8px 11px !important;
}

.v2-page .gut-live-checkout .mobile-pill-grid label:has(input:checked) {
  background: linear-gradient(135deg, var(--forest), var(--forest-2)) !important;
  border-color: rgba(232, 90, 12, 0.52) !important;
  border-left-color: var(--burnt-orange) !important;
  box-shadow: 0 8px 18px rgba(20, 33, 22, 0.1) !important;
  color: var(--cream) !important;
}

.v2-page .gut-live-checkout .mobile-tag-row span {
  background: transparent !important;
  border-radius: 0 !important;
  color: inherit !important;
  display: inline-grid !important;
  gap: 3px !important;
  padding: 0 !important;
  text-transform: none !important;
  width: auto !important;
}

.v2-page .gut-live-checkout .mobile-tag-row b {
  color: inherit !important;
  font-size: 0.86rem !important;
  font-weight: 950 !important;
  line-height: 1.02 !important;
}

.v2-page .gut-live-checkout .mobile-tag-row small {
  color: currentColor !important;
  font-size: 0.56rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  opacity: 0.72 !important;
}

.v2-page .gut-live-checkout .mobile-product-list {
  display: grid !important;
  gap: 7px !important;
}

.v2-page .gut-live-checkout .mobile-product-list label {
  align-items: center !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(232, 90, 12, 0.24) !important;
  border-left: 4px solid rgba(232, 90, 12, 0.62) !important;
  border-radius: 14px !important;
  color: var(--forest) !important;
  cursor: pointer !important;
  display: grid !important;
  gap: 6px !important;
  grid-template-columns: 16px minmax(0, 1fr) auto minmax(68px, auto) !important;
  min-height: 42px !important;
  padding: 8px !important;
}

.v2-page .gut-live-checkout .mobile-product-list label:has(input:checked) {
  background: linear-gradient(135deg, var(--forest), var(--forest-2)) !important;
  border-color: rgba(232, 90, 12, 0.52) !important;
  border-left-color: var(--burnt-orange) !important;
  box-shadow: 0 8px 18px rgba(20, 33, 22, 0.1) !important;
  color: var(--cream) !important;
}

.v2-page .gut-live-checkout .mobile-product-list input[type="checkbox"] {
  accent-color: var(--forest) !important;
  block-size: 16px !important;
  inline-size: 16px !important;
}

.v2-page .gut-live-checkout .mobile-product-list span {
  background: transparent !important;
  border-radius: 0 !important;
  color: inherit !important;
  display: grid !important;
  gap: 2px !important;
  padding: 0 !important;
  text-transform: none !important;
  width: auto !important;
}

.v2-page .gut-live-checkout .mobile-product-list b {
  font-size: 0.8rem !important;
  font-weight: 950 !important;
  line-height: 1.05 !important;
}

.v2-page .gut-live-checkout .mobile-product-list small {
  color: rgba(23, 58, 29, 0.72) !important;
  font-size: 0.58rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.v2-page .gut-live-checkout .mobile-product-list em {
  color: var(--burnt-orange) !important;
  font-size: 0.74rem !important;
  font-style: normal !important;
  font-weight: 950 !important;
}

.v2-page .gut-live-checkout .mobile-product-list select {
  background: var(--white) !important;
  border: 1px solid rgba(23, 58, 29, 0.2) !important;
  border-radius: 9px !important;
  color: var(--forest) !important;
  font: inherit !important;
  font-size: 0.72rem !important;
  font-weight: 900 !important;
  min-height: 32px !important;
  padding: 5px 7px !important;
}

@media (min-width: 900px) {
  .v2-page .gut-live-checkout {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .v2-page .gut-live-checkout > .checkout-grid-spacer {
    display: block !important;
    grid-column: 1 !important;
    min-height: 1px !important;
  }

  .v2-page .gut-live-checkout > .checkout-grid-spacer:first-of-type {
    grid-row: 1 !important;
  }

  .v2-page .gut-live-checkout > .checkout-grid-spacer:nth-of-type(2) {
    grid-row: 4 !important;
  }

  .v2-page .gut-live-checkout > .checkout-intro-card {
    grid-column: 2 / 3 !important;
    grid-column-end: 3 !important;
    grid-column-start: 2 !important;
    grid-row: 1 !important;
  }

  .v2-page .gut-live-checkout > .credit-count-card {
    grid-column: 3 / 4 !important;
    grid-column-end: 4 !important;
    grid-column-start: 3 !important;
    grid-row: 1 !important;
  }

  .v2-page .gut-live-checkout > .core-choice-card {
    grid-column: 1 / 3 !important;
    grid-column-end: 3 !important;
    grid-column-start: 1 !important;
    grid-row: 2 !important;
  }

  .v2-page .gut-live-checkout > .usual-pickup-card {
    grid-column: 3 / 4 !important;
    grid-column-end: 4 !important;
    grid-column-start: 3 !important;
    grid-row: 2 !important;
  }

  .v2-page .gut-live-checkout > .pickup-location-card {
    grid-column: 1 / 2 !important;
    grid-column-end: 2 !important;
    grid-column-start: 1 !important;
    grid-row: 3 / span 2 !important;
    position: sticky !important;
    top: 96px !important;
  }

  .v2-page .gut-live-checkout > .cookie-to-go-card {
    align-self: start !important;
    grid-column: 2 / 3 !important;
    grid-column-end: 3 !important;
    grid-column-start: 2 !important;
    grid-row: 3 !important;
  }

  .v2-page .gut-live-checkout > .tip-cook-card {
    align-self: start !important;
    grid-column: 3 / 4 !important;
    grid-column-end: 4 !important;
    grid-column-start: 3 !important;
    grid-row: 3 !important;
  }

  .v2-page .gut-live-checkout > .account-card {
    align-self: start !important;
    grid-column: 2 / 3 !important;
    grid-column-end: 3 !important;
    grid-column-start: 2 !important;
    grid-row: 4 !important;
    min-height: 0 !important;
  }

  .v2-page .gut-live-checkout > .pay-card {
    align-self: start !important;
    grid-column: 3 / 4 !important;
    grid-column-end: 4 !important;
    grid-column-start: 3 !important;
    grid-row: 4 !important;
    min-height: 0 !important;
  }

  .v2-page .gut-live-checkout .mobile-product-group:nth-child(1) .mobile-product-list {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .v2-page .gut-live-checkout .mobile-product-group:nth-child(2) .mobile-product-list {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .v2-page .gut-live-checkout .mobile-product-group:nth-child(3) .mobile-product-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .v2-page .gut-live-checkout .mobile-product-list label {
    align-items: stretch !important;
    grid-template-columns: 16px minmax(0, 1fr) !important;
  }

  .v2-page .gut-live-checkout .mobile-product-list em,
  .v2-page .gut-live-checkout .mobile-product-list select {
    grid-column: 2 !important;
  }

  .v2-page .gut-live-checkout .mobile-pill-grid label {
    font-size: 0.86rem !important;
    line-height: 1.02 !important;
    min-height: 38px !important;
    padding: 8px 11px !important;
  }

  body:has(.v2-page) .v2-page .gut-live-checkout > .checkout-intro-card {
    grid-column: 2 / 3 !important;
    grid-column-end: 3 !important;
    grid-column-start: 2 !important;
  }

  body:has(.v2-page) .v2-page .gut-live-checkout > .credit-count-card {
    grid-column: 3 / 4 !important;
    grid-column-end: 4 !important;
    grid-column-start: 3 !important;
  }

  body:has(.v2-page) .v2-page .gut-live-checkout > .core-choice-card {
    grid-column: 1 / 3 !important;
    grid-column-end: 3 !important;
    grid-column-start: 1 !important;
  }

  body:has(.v2-page) .v2-page .gut-live-checkout > .usual-pickup-card {
    grid-column: 3 / 4 !important;
    grid-column-end: 4 !important;
    grid-column-start: 3 !important;
  }

  body:has(.v2-page) .v2-page .gut-live-checkout > .pickup-location-card {
    grid-column: 1 / 2 !important;
    grid-column-end: 2 !important;
    grid-column-start: 1 !important;
    grid-row: 3 / span 2 !important;
    position: sticky !important;
    top: 96px !important;
  }

  body:has(.v2-page) .v2-page .gut-live-checkout > .cookie-to-go-card {
    align-self: start !important;
    grid-column: 2 / 3 !important;
    grid-column-end: 3 !important;
    grid-column-start: 2 !important;
  }

  body:has(.v2-page) .v2-page .gut-live-checkout > .tip-cook-card {
    align-self: start !important;
    grid-column: 3 / 4 !important;
    grid-column-end: 4 !important;
    grid-column-start: 3 !important;
  }

  body:has(.v2-page) .v2-page .gut-live-checkout > .account-card {
    align-self: start !important;
    grid-column: 2 / 3 !important;
    grid-column-end: 3 !important;
    grid-column-start: 2 !important;
    grid-row: 4 !important;
    min-height: 0 !important;
  }

  body:has(.v2-page) .v2-page .gut-live-checkout > .pay-card {
    align-self: start !important;
    grid-column: 3 / 4 !important;
    grid-column-end: 4 !important;
    grid-column-start: 3 !important;
    grid-row: 4 !important;
    min-height: 0 !important;
  }
}

@media (max-width: 899px) {
  .v2-page .gut-live-checkout {
    grid-template-columns: 1fr !important;
    width: min(100%, calc(100vw - 24px)) !important;
  }

  .v2-page .gut-live-checkout > .checkout-grid-spacer {
    display: none !important;
  }

  .v2-page .gut-live-checkout > .mobile-order-card {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .v2-page .gut-live-checkout .mobile-product-list {
    grid-template-columns: 1fr !important;
  }

  .v2-page .gut-live-checkout .mobile-location-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 760px) {
  body:has(.v2-page) .v2-page .food-page-header,
  body:has(.v2-page) .v2-page .food-page-header.is-hidden,
  body:has(.v2-page) .v2-page .food-page-header.is-scrolled {
    align-items: center !important;
    background: rgba(240, 243, 247, 0.08) !important;
    display: flex !important;
    gap: 8px !important;
    justify-content: space-between !important;
    left: 50% !important;
    margin: 0 !important;
    max-width: calc(100vw - 18px) !important;
    min-height: 56px !important;
    opacity: 1 !important;
    padding: 6px 7px !important;
    pointer-events: auto !important;
    position: fixed !important;
    right: auto !important;
    top: 7px !important;
    transform: translateX(-50%) !important;
    width: calc(100vw - 18px) !important;
    z-index: 90 !important;
  }

  body:has(.v2-page) .v2-page .food-page-header .v2-logo-link {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
  }

  body:has(.v2-page) .v2-page .food-page-header .v2-logo-link img {
    max-width: 100% !important;
    width: min(218px, calc(100vw - 92px)) !important;
  }

  body:has(.v2-page) .v2-page .food-page-header .v2-logo-link span {
    font-size: 0.52rem !important;
    line-height: 1 !important;
    padding-left: min(58px, 15vw) !important;
    white-space: nowrap !important;
  }

  body:has(.v2-page) .v2-page .food-page-header .v2-header-nav {
    display: none !important;
  }

  body:has(.v2-page) .v2-page .food-page-header .corner-menu {
    display: block !important;
    flex: 0 0 auto !important;
    margin-left: auto !important;
    left: min(calc(100vw - 54px), 336px) !important;
    position: fixed !important;
    right: auto !important;
    top: 18px !important;
    z-index: 95 !important;
  }

  body:has(.v2-page) .v2-page .food-page-header .corner-menu summary {
    align-items: center !important;
    background: rgba(23, 58, 29, 0.92) !important;
    border: 2px solid rgba(217, 228, 99, 0.95) !important;
    display: grid !important;
    gap: 4px !important;
    height: 38px !important;
    justify-items: center !important;
    padding: 8px !important;
    width: 38px !important;
  }

  body:has(.v2-page) .v2-page .food-page-header .corner-menu summary span {
    background: rgba(247, 253, 205, 0.95) !important;
    height: 2px !important;
    width: 17px !important;
  }

  body:has(.v2-page) .v2-page .food-page-header .corner-menu-panel {
    min-width: min(230px, calc(100vw - 28px)) !important;
    right: 0 !important;
    top: calc(100% + 8px) !important;
    z-index: 100 !important;
  }

  body:has(.v2-page) .v2-page .food-plan-section {
    overflow-x: hidden !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    padding-top: 86px !important;
    scroll-margin-top: 82px !important;
  }

  body:has(.v2-page) .v2-page .food-plan-section .cluster-hero-cell {
    max-width: calc(100vw - 42px) !important;
    overflow: hidden !important;
    text-align: left !important;
    width: calc(100vw - 42px) !important;
  }

  body:has(.v2-page) .v2-page .food-plan-section .cluster-hero-cell h1 {
    font-size: clamp(1.62rem, 9vw, 2.35rem) !important;
    line-height: 1.02 !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    text-wrap: balance;
  }

  body:has(.v2-page) .v2-page .food-plan-section .cluster-hero-cell p {
    max-width: calc(100vw - 42px) !important;
    overflow-wrap: anywhere !important;
    width: calc(100vw - 42px) !important;
  }

  body:has(.v2-page) .v2-page .mobile-food-order {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: calc(100vw - 42px) !important;
    width: calc(100vw - 42px) !important;
  }

  body:has(.v2-page) .v2-page .mobile-order-card,
  body:has(.v2-page) .v2-page .mobile-order-card * {
    box-sizing: border-box !important;
    max-width: 100% !important;
  }

  body:has(.v2-page) .v2-page .mobile-credit-control {
    max-width: 100% !important;
  }

  body:has(.v2-page) .v2-page .mobile-contact-grid {
    grid-template-columns: 1fr !important;
  }

  body:has(.v2-page) .v2-page .mobile-location-grid {
    grid-template-columns: 1fr !important;
  }

  body:has(.v2-page) .v2-page .kitchen-proof-section {
    display: grid !important;
    gap: 14px !important;
    grid-template-columns: 1fr !important;
    max-width: calc(100vw - 28px) !important;
    width: calc(100vw - 28px) !important;
  }

  body:has(.v2-page) .v2-page .kitchen-proof-section > div,
  body:has(.v2-page) .v2-page .kitchen-video-card {
    grid-column: 1 / -1 !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  body:has(.v2-page) .v2-page .kitchen-video-card {
    aspect-ratio: 16 / 9 !important;
    min-height: 196px !important;
  }

  body:has(.v2-page) .v2-page .kitchen-video-card iframe {
    height: 100% !important;
    width: 100% !important;
  }

  body:has(.v2-page) .v2-page .custom-order-section {
    max-width: calc(100vw - 28px) !important;
    padding: 14px !important;
    width: calc(100vw - 28px) !important;
  }

  body:has(.v2-page) .v2-page .custom-order-summary {
    align-items: start !important;
    grid-template-columns: 1fr !important;
  }

  body:has(.v2-page) .v2-page .custom-order-toggle {
    justify-self: start !important;
  }

  body:has(.v2-page) .v2-page .custom-order-form,
  body:has(.v2-page) .v2-page .custom-order-contact-grid,
  body:has(.v2-page) .v2-page .custom-order-detail-grid,
  body:has(.v2-page) .v2-page .custom-order-item-grid,
  body:has(.v2-page) .v2-page .custom-order-item-grid.compact {
    grid-template-columns: 1fr !important;
  }

  body:has(.v2-page) .v2-page .custom-order-chicken-head {
    display: none !important;
  }

  body:has(.v2-page) .v2-page .custom-order-chicken-row {
    border-bottom: 1px solid rgba(23, 58, 29, 0.12) !important;
    gap: 8px !important;
    grid-template-columns: 1fr !important;
    padding: 10px !important;
  }

  body:has(.v2-page) .v2-page .custom-order-chicken-row > b,
  body:has(.v2-page) .v2-page .custom-order-chicken-row label {
    border-bottom: 0 !important;
    padding: 0 !important;
  }

  body:has(.v2-page) .v2-page .custom-order-card,
  body:has(.v2-page) .v2-page .custom-order-submit-card {
    grid-column: 1 / -1 !important;
    min-width: 0 !important;
  }

  body:has(.v2-page) .v2-page .location-choice {
    grid-template-columns: 20px minmax(0, 1fr) !important;
  }

  body:has(.v2-page) .v2-page .gut-live-checkout .mobile-pill-grid label {
    font-size: 0.86rem !important;
    line-height: 1.02 !important;
    min-height: 38px !important;
    padding: 8px 11px !important;
  }
}

/* v3.1 local flow: v2 visuals with product counters and the expanded 14-box menu. */
.v31-food-page {
  background:
    linear-gradient(135deg, rgba(240, 243, 247, 0.98), rgba(247, 253, 205, 0.62)),
    radial-gradient(circle at 0% 12%, rgba(251, 206, 255, 0.38), transparent 24rem),
    radial-gradient(circle at 100% 34%, rgba(217, 228, 99, 0.28), transparent 26rem);
  color: var(--forest);
  min-height: 100vh;
}

.v31-food-page .v31-food-types-section {
  margin-top: 0;
}

.v31-food-page .v31-food-plan-board {
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 2.55fr);
}

.v31-food-page .v31-order-rail {
  display: grid;
  gap: 12px;
  position: sticky;
  top: clamp(18px, 3vw, 42px);
}

.v31-food-page .v31-chicken-guide,
.v31-food-page .v31-order-summary {
  min-height: 0;
  position: static;
}

.v31-food-page .v31-chicken-guide {
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.88), rgba(240, 243, 247, 0.78)),
    var(--white);
  color: var(--forest);
}

.v31-food-page .v31-chicken-guide h2,
.v31-food-page .v31-chicken-guide p {
  color: var(--forest);
}

.v31-food-page .v31-chicken-guide dl,
.v31-food-page .v31-order-summary dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.v31-food-page .v31-chicken-guide dl div,
.v31-food-page .v31-order-summary dl div {
  background: rgba(255, 255, 255, 0.1);
  border-left: 4px solid var(--burnt-orange);
  display: grid;
  gap: 2px;
  padding: 9px 10px;
}

.v31-food-page .v31-chicken-guide dl div {
  background: rgba(240, 243, 247, 0.76);
  border-left-color: var(--lime-highlight);
}

.v31-food-page .v31-chicken-guide dt,
.v31-food-page .v31-chicken-guide dd,
.v31-food-page .v31-order-summary dt,
.v31-food-page .v31-order-summary dd {
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.15;
  margin: 0;
}

.v31-food-page .v31-order-summary dd {
  color: var(--cream);
}

.v31-food-page .v31-food-order-flow {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.v31-food-page .v31-core-meals-card {
  grid-column: 1 / -1;
}

.v31-food-page .v31-product-grid.core-meal-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.v31-food-page .v31-product-grid.core-meal-grid .food-product-card {
  grid-column: auto;
  min-height: 226px;
}

.v31-food-page .v31-product-card.is-mountain {
  border-left-color: #2f8a4f;
}

.v31-food-page .v31-product-card.is-desert {
  border-left-color: #d93a24;
}

.v31-food-page .v31-product-card.is-selected {
  background: rgba(217, 228, 99, 0.3);
  border-color: rgba(23, 58, 29, 0.3);
}

.v31-food-page .v31-product-card.is-selected.is-mountain {
  border-left-color: #2f8a4f;
}

.v31-food-page .v31-product-card.is-selected.is-desert {
  border-left-color: #d93a24;
}

.v31-food-page .food-product-card h3 {
  font-size: clamp(1.02rem, 1.32vw, 1.32rem);
}

.v31-food-page .food-product-card p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 0.86rem;
  line-height: 1.32;
  overflow: hidden;
}

.v31-food-page .food-product-card img,
.v31-food-page .food-product-card video {
  aspect-ratio: 16 / 9;
}

.v31-food-page .food-product-card .v31-counter {
  align-items: center;
  align-self: end;
  background: var(--white);
  border: 1px solid rgba(23, 58, 29, 0.24);
  display: grid;
  grid-template-columns: 34px minmax(34px, 1fr) 34px;
  height: 34px;
  margin-top: auto;
  overflow: hidden;
  width: 100%;
}

.v31-food-page .food-product-card .v31-counter button {
  align-items: center;
  background: transparent;
  border-radius: 0;
  color: var(--forest);
  display: inline-flex;
  font-size: 1.15rem;
  height: 34px;
  justify-content: center;
  margin: 0;
  min-height: 34px;
  padding: 0;
  width: 100%;
}

.v31-food-page .food-product-card .v31-counter button:hover,
.v31-food-page .food-product-card .v31-counter button:focus-visible {
  background: var(--forest);
  color: var(--white);
}

.v31-food-page .food-product-card .v31-counter output {
  color: var(--forest);
  font-size: 0.95rem;
  font-weight: 950;
  text-align: center;
}

@media (max-width: 1050px) {
  .v31-food-page .v31-food-plan-board,
  .v31-food-page .v31-food-order-flow {
    grid-template-columns: 1fr;
  }

  .v31-food-page .v31-order-rail {
    position: static;
  }

  .v31-food-page .v31-product-grid.core-meal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .v31-food-page .v31-product-grid.core-meal-grid {
    grid-template-columns: 1fr;
  }
}

/* v3.1 matrix mockup. */
.v31-food-page {
  background: linear-gradient(180deg, #f5ffa7 0%, #d8ffe0 48%, #bffcff 100%);
  color: #050505;
  font-family: Arial, Helvetica, sans-serif;
  min-height: 100vh;
}

.v31-food-page .food-page-header,
.v31-food-page .food-page-header.is-hidden,
.v31-food-page .food-page-header.is-scrolled {
  background: transparent;
  box-shadow: none;
  left: auto;
  margin: 0 auto;
  max-width: 1360px;
  padding: clamp(18px, 3vw, 34px) clamp(20px, 5vw, 70px) 0;
  position: relative;
  top: auto;
  transform: none;
  width: 100%;
}

.v31-food-page .v2-logo-link {
  min-width: 0;
  width: clamp(76px, 10vw, 118px);
}

.v31-food-page .v2-logo-link img {
  width: 100%;
}

.v31-food-page .v2-logo-link span {
  display: none;
}

.v31-food-page .v2-header-nav {
  color: #050505;
  flex: 0 0 auto;
  font-size: clamp(1rem, 1.8vw, 1.55rem);
  font-weight: 400;
  gap: 5px;
}

.v31-food-page .v2-header-nav a,
.v31-food-page .v2-header-nav a:first-child,
.v31-food-page .v2-header-nav a:last-child {
  background: transparent;
  border: 0;
  color: #050505;
  font-size: inherit;
  font-weight: 400;
  padding: 0;
  text-transform: none;
}

.v31-food-page .v2-header-nav a:first-child::after {
  content: " / ";
}

.v31-food-page .v2-header-nav a:last-child {
  font-weight: 950;
}

.v31-food-page .corner-menu {
  display: none;
}

.v31-food-builder {
  margin: 0 auto;
  max-width: 1360px;
}

.v31-price-hero {
  align-items: center;
  display: grid;
  gap: clamp(18px, 4vw, 52px);
  grid-template-columns: minmax(0, 1fr) minmax(170px, 0.35fr);
  min-height: clamp(500px, 54vw, 720px);
  padding: clamp(28px, 4vw, 56px) clamp(22px, 6vw, 92px) clamp(44px, 7vw, 86px);
}

.v31-price-hero h1 {
  color: #050505;
  font-size: clamp(4.2rem, 8.8vw, 9.8rem);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 0.94;
  margin: 0;
  white-space: nowrap;
}

.v31-price-hero h1 span {
  color: var(--burnt-orange);
  display: inline;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  margin-left: 0.18em;
}

.v31-price-hero p {
  color: #050505;
  font-size: clamp(2.6rem, 5.6vw, 6.05rem);
  font-weight: 300;
  line-height: 1;
  margin: clamp(28px, 4vw, 48px) 0 0;
}

.v31-price-hero p span {
  display: block;
}

.v31-price-hero em,
.v31-matrix-heading em,
.v31-location-hero em,
.v31-location-hero p,
.v31-location-note,
.v31-pickup-section h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
}

.v31-price-stamp {
  align-items: center;
  display: grid;
  gap: 10px;
  justify-items: center;
  transform: rotate(10deg);
}

.v31-price-stamp strong,
.v31-price-stamp span {
  align-items: center;
  background: #e85a0c;
  border: 2px dashed rgba(255, 250, 242, 0.85);
  border-radius: 999px;
  color: #fffaf2;
  display: inline-flex;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 950;
  justify-content: center;
  text-transform: uppercase;
}

.v31-price-stamp strong {
  font-size: clamp(1.2rem, 2.3vw, 2.35rem);
  height: clamp(102px, 12vw, 158px);
  width: clamp(102px, 12vw, 158px);
}

.v31-price-stamp span {
  font-size: clamp(0.95rem, 1.6vw, 1.55rem);
  height: clamp(68px, 7vw, 92px);
  margin-left: -84px;
  width: clamp(68px, 7vw, 92px);
}

.v31-chicken-matrix-section,
.v31-rice-matrix-section,
.v31-pickup-section,
.v31-checkout-section {
  margin: 0 auto;
  max-width: 1360px;
  padding: clamp(54px, 7vw, 94px) clamp(22px, 6vw, 78px);
}

.v31-chicken-matrix-section {
  border-top: 1px solid rgba(5, 5, 5, 0.04);
}

.v31-matrix-heading {
  text-align: center;
}

.v31-matrix-heading h2 {
  color: #050505;
  font-size: clamp(3rem, 6.6vw, 6.4rem);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}

.v31-matrix-heading p {
  color: #050505;
  font-size: clamp(1.65rem, 3.2vw, 3rem);
  line-height: 1.05;
  margin: 12px 0 0;
}

.v31-chicken-layout {
  align-items: start;
  display: grid;
  gap: clamp(24px, 4vw, 68px);
  grid-template-columns: minmax(0, 1fr) minmax(178px, 236px);
  margin-top: clamp(26px, 4vw, 50px);
}

.v31-chicken-matrix,
.v31-rice-matrix-section {
  display: grid;
  gap: 18px;
}

.v31-matrix-row {
  align-items: stretch;
  display: grid;
  gap: clamp(16px, 2vw, 28px);
  grid-template-columns: minmax(170px, 235px) minmax(0, 1fr);
}

.v31-row-options {
  display: grid;
  gap: clamp(14px, 1.6vw, 20px);
  grid-template-columns: repeat(3, minmax(112px, 1fr));
}

.v31-rice-matrix-section .v31-matrix-row:last-child .v31-row-options {
  grid-template-columns: repeat(2, minmax(112px, 1fr));
  max-width: 410px;
}

.v31-row-label,
.v31-choice-tile,
.v31-floating-selection,
.v31-location-hero article,
.v31-pickup-grid article {
  background: #c3ced7;
  border: 0;
  border-radius: 26px;
  box-shadow: none;
  color: #263139;
}

.v31-row-label {
  align-items: center;
  display: grid;
  justify-items: center;
  min-height: 156px;
  padding: 18px;
  text-align: center;
}

.v31-row-label strong,
.v31-choice-tile strong {
  color: #263139;
  font-size: clamp(0.98rem, 1.25vw, 1.25rem);
  font-weight: 500;
  line-height: 1.16;
}

.v31-choice-tile {
  display: grid;
  gap: 14px;
  grid-template-rows: 1fr auto;
  justify-items: center;
  min-height: 132px;
  padding: 22px 10px 10px;
  text-align: center;
}

.v31-choice-tile.is-selected {
  background: #d9e463;
  box-shadow: inset 0 0 0 2px rgba(5, 5, 5, 0.18);
}

.v31-matrix-row.is-desert .v31-choice-tile.is-selected {
  background: #f2c5bc;
}

.v31-matrix-row.is-mountain .v31-choice-tile.is-selected {
  background: #c2e8c7;
}

.v31-matrix-counter {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(3, 40px);
}

.v31-matrix-counter button,
.v31-matrix-counter output {
  align-items: center;
  background: #ffffff;
  border: 2px solid #263139;
  border-radius: 9px;
  color: #263139;
  display: inline-flex;
  font-size: 1.05rem;
  font-weight: 650;
  height: 36px;
  justify-content: center;
  line-height: 1;
  padding: 0;
}

.v31-matrix-counter button {
  cursor: pointer;
}

.v31-matrix-counter button:hover,
.v31-matrix-counter button:focus-visible {
  background: #263139;
  color: #ffffff;
}

.v31-floating-selection {
  align-content: center;
  display: grid;
  gap: 10px;
  min-height: 226px;
  padding: 22px;
  position: sticky;
  text-align: center;
  top: 28px;
}

.v31-floating-selection span,
.v31-floating-selection strong,
.v31-floating-selection p,
.v31-floating-selection dt,
.v31-floating-selection dd,
.v31-floating-selection a {
  color: #263139;
}

.v31-floating-selection > span {
  font-size: 1.02rem;
  font-weight: 500;
}

.v31-floating-selection strong {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
}

.v31-floating-selection p {
  font-size: 0.95rem;
  font-weight: 500;
  margin: 0;
}

.v31-floating-selection dl,
.v31-floating-selection ul {
  display: grid;
  gap: 6px;
  margin: 4px 0 0;
  padding: 0;
}

.v31-floating-selection dl div,
.v31-floating-selection li {
  align-items: center;
  display: flex;
  font-size: 0.78rem;
  gap: 8px;
  justify-content: space-between;
  line-height: 1.15;
  list-style: none;
}

.v31-floating-selection dt,
.v31-floating-selection dd {
  margin: 0;
}

.v31-floating-selection li span {
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v31-floating-selection a {
  background: #ffffff;
  border: 2px solid #263139;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 800;
  justify-content: center;
  margin-top: 4px;
  padding: 9px 12px;
}

.v31-rice-matrix-section {
  border-top: 1px solid rgba(5, 5, 5, 0.04);
  padding-top: clamp(44px, 5vw, 76px);
}

.v31-rice-matrix-section .v31-row-label {
  min-height: 146px;
}

.v31-pickup-section {
  border-top: 1px solid rgba(5, 5, 5, 0.04);
}

.v31-location-hero {
  align-items: center;
  display: grid;
  gap: clamp(30px, 7vw, 90px);
  grid-template-columns: minmax(0, 1fr) minmax(190px, 240px);
  margin: 0 auto;
  max-width: 820px;
}

.v31-location-hero h2,
.v31-checkout-section h2 {
  color: #050505;
  font-size: clamp(3.2rem, 7vw, 7rem);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 20px;
}

.v31-location-hero p {
  color: #050505;
  font-size: clamp(1.7rem, 3.4vw, 3.55rem);
  line-height: 0.98;
  margin: 0;
}

.v31-location-hero article {
  align-items: center;
  display: grid;
  justify-items: center;
  min-height: 200px;
  padding: 20px;
  text-align: center;
}

.v31-location-hero article strong {
  color: #263139;
  font-size: 1rem;
  font-weight: 500;
}

.v31-location-note {
  color: #050505;
  font-size: clamp(1.05rem, 1.9vw, 1.85rem);
  line-height: 1.1;
  margin: 28px auto 34px;
  max-width: 880px;
  text-align: center;
}

.v31-pickup-section h3 {
  color: #050505;
  font-size: clamp(1.25rem, 2vw, 2rem);
  font-weight: 400;
  line-height: 1;
  margin: 20px auto 12px;
  max-width: 980px;
}

.v31-pickup-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 980px;
}

.v31-pickup-grid.is-coming-soon {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.v31-pickup-grid article {
  border-radius: 8px;
  display: grid;
  gap: 2px;
  min-height: 76px;
  padding: 10px 12px;
  text-align: center;
}

.v31-pickup-grid span {
  display: none;
}

.v31-pickup-grid strong,
.v31-pickup-grid p,
.v31-pickup-grid a {
  color: #263139;
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.05;
  margin: 0;
}

.v31-pickup-grid a {
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.v31-checkout-section {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.65fr);
  padding-top: 30px;
}

.v31-checkout-section > div > span {
  display: none;
}

.v31-checkout-section p,
.v31-checkout-section li span {
  color: #050505;
}

.v31-checkout-section ol {
  background: rgba(195, 206, 215, 0.82);
  border: 0;
  border-radius: 22px;
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 18px;
}

.v31-checkout-section li {
  align-items: start;
  display: grid;
  gap: 10px;
  grid-template-columns: 36px minmax(0, 1fr);
}

.v31-checkout-section li b {
  align-items: center;
  background: #ffffff;
  border-radius: 999px;
  color: #263139;
  display: inline-flex;
  font-size: 0.74rem;
  height: 36px;
  justify-content: center;
  width: 36px;
}

@media (max-width: 980px) {
  .v31-price-hero,
  .v31-chicken-layout,
  .v31-location-hero,
  .v31-checkout-section {
    grid-template-columns: 1fr;
  }

  .v31-price-stamp {
    justify-self: start;
    transform: rotate(8deg);
  }

  .v31-floating-selection {
    position: static;
  }

  .v31-pickup-grid,
  .v31-pickup-grid.is-coming-soon {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .v31-food-page .food-page-header {
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .v31-food-page .v2-header-nav {
    display: flex !important;
    font-size: 1rem;
  }

  .v31-price-hero,
  .v31-chicken-matrix-section,
  .v31-rice-matrix-section,
  .v31-pickup-section,
  .v31-checkout-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .v31-price-hero {
    min-height: 430px;
  }

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

  .v31-row-options,
  .v31-rice-matrix-section .v31-matrix-row:last-child .v31-row-options,
  .v31-pickup-grid,
  .v31-pickup-grid.is-coming-soon {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .v31-row-label {
    min-height: 88px;
  }
}

/* v3.1 IA with retained v2 visual system and media cards. */
.v31-food-page {
  background:
    linear-gradient(135deg, rgba(240, 243, 247, 0.98), rgba(247, 253, 205, 0.62)),
    radial-gradient(circle at 0% 12%, rgba(251, 206, 255, 0.38), transparent 24rem),
    radial-gradient(circle at 100% 34%, rgba(217, 228, 99, 0.28), transparent 26rem);
  color: var(--forest);
}

.v31-food-page .food-page-header,
.v31-food-page .food-page-header.is-hidden,
.v31-food-page .food-page-header.is-scrolled {
  background: transparent;
  display: flex;
  gap: clamp(14px, 2.5vw, 28px);
  justify-content: space-between;
  max-width: 1360px;
  padding: 18px clamp(20px, 5vw, 72px) 0;
}

.v31-food-page .v2-logo-link {
  display: grid;
  min-width: 325px;
  width: auto;
}

.v31-food-page .v2-logo-link img {
  display: block;
  width: 325px;
}

.v31-food-page .v2-logo-link span {
  color: var(--forest);
  display: block;
  font-size: 0.8rem;
  font-weight: 950;
  line-height: 1;
  padding-left: 88px;
  text-transform: uppercase;
}

.v31-food-page .v2-header-nav {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 6px;
  justify-content: flex-end;
}

.v31-food-page .v2-header-nav a,
.v31-food-page .v2-header-nav a:first-child,
.v31-food-page .v2-header-nav a:last-child {
  border: 1px solid rgba(23, 58, 29, 0.12);
  color: var(--forest);
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1;
  padding: 11px 13px;
  text-transform: uppercase;
  white-space: nowrap;
}

.v31-food-page .v2-header-nav a:first-child {
  background: var(--forest);
  border-color: var(--forest);
  color: var(--white);
}

.v31-food-page .v2-header-nav a:first-child::after {
  content: "";
}

.v31-food-page .v2-header-nav a:last-child {
  background: var(--burnt-orange);
  border-color: var(--burnt-orange);
  color: var(--white);
}

.v31-food-page .corner-menu {
  display: block;
}

.v31-price-hero {
  min-height: clamp(470px, 48vw, 650px);
}

.v31-price-hero h1 {
  color: var(--forest);
  font-weight: 950;
}

.v31-price-hero p {
  color: var(--forest);
}

.v31-price-stamp strong,
.v31-price-stamp span {
  background: var(--burnt-orange);
  color: var(--cream);
}

.v31-matrix-heading h2,
.v31-location-hero h2,
.v31-checkout-section h2 {
  color: var(--forest);
  font-weight: 950;
}

.v31-matrix-heading p,
.v31-location-hero p,
.v31-location-note,
.v31-pickup-section h3 {
  color: var(--forest);
}

.v31-chicken-layout {
  grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
}

.v31-row-options {
  align-items: stretch;
}

.v31-row-label {
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(23, 58, 29, 0.14);
  border-left: 4px solid var(--burnt-orange);
  border-radius: 0;
  box-shadow: none;
  min-height: 255px;
}

.v31-row-label strong {
  color: var(--forest);
  font-size: clamp(1.1rem, 1.55vw, 1.45rem);
  font-weight: 950;
  text-transform: uppercase;
}

.v31-media-tile.food-product-card {
  background: rgba(240, 243, 247, 0.72);
  border: 0;
  border-left: 4px solid var(--lime-highlight);
  border-radius: 0;
  box-shadow: none;
  color: var(--forest);
  display: grid;
  gap: 8px;
  grid-template-rows: auto auto auto minmax(2.1rem, auto) 1fr auto;
  justify-items: stretch;
  min-height: 255px;
  padding: 10px;
  text-align: left;
}

.v31-media-tile.food-product-card.is-desert {
  border-left-color: var(--burnt-orange);
}

.v31-media-tile.food-product-card.is-mountain {
  border-left-color: var(--forest-2);
}

.v31-media-tile.food-product-card.is-selected {
  background: rgba(217, 228, 99, 0.3);
  border-color: rgba(23, 58, 29, 0.3);
  border-left-color: var(--lime-highlight);
}

.v31-media-tile.food-product-card.is-selected.is-desert {
  border-left-color: var(--burnt-orange);
}

.v31-media-tile.food-product-card.is-selected.is-mountain {
  border-left-color: var(--forest-2);
}

.v31-media-tile.food-product-card img,
.v31-media-tile.food-product-card video {
  aspect-ratio: 16 / 10;
  background: rgba(255, 255, 255, 0.76);
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.v31-media-tile.food-product-card span {
  background:
    linear-gradient(90deg, transparent 0 5px, var(--lime-highlight) 5px calc(100% - 5px), transparent calc(100% - 5px)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(217, 228, 99, 0.22));
  color: var(--forest);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1;
  padding: 8px 11px;
  text-transform: uppercase;
  width: fit-content;
}

.v31-media-tile.food-product-card .product-sku {
  color: rgba(15, 76, 45, 0.72);
  display: block !important;
  font-size: 0.68rem;
  font-weight: 900;
}

.v31-media-tile.food-product-card h3 {
  color: var(--forest);
  font-size: clamp(1.05rem, 1.3vw, 1.34rem);
  font-weight: 950;
  line-height: 1;
  margin: 0;
}

.v31-media-tile.food-product-card p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--muted);
  display: -webkit-box;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
  overflow: hidden;
}

.v31-media-tile.food-product-card .v31-matrix-counter {
  align-self: end;
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(3, 36px);
  justify-content: start;
  margin-top: auto;
}

.v31-media-tile.food-product-card .v31-matrix-counter button,
.v31-media-tile.food-product-card .v31-matrix-counter output {
  align-items: center;
  background: var(--white);
  border: 1px solid rgba(23, 58, 29, 0.42);
  border-radius: 10px;
  color: var(--forest);
  display: inline-flex;
  font-size: 1rem;
  font-weight: 950;
  height: 34px;
  justify-content: center;
  margin: 0;
  min-height: 34px;
  padding: 0;
  text-transform: none;
  width: 36px;
}

.v31-media-tile.food-product-card .v31-matrix-counter button:hover,
.v31-media-tile.food-product-card .v31-matrix-counter button:focus-visible {
  background: var(--forest);
  color: var(--white);
}

.v31-floating-selection.food-summary-card {
  background:
    linear-gradient(135deg, rgba(23, 58, 29, 0.94), rgba(49, 92, 43, 0.9)),
    var(--forest);
  border: 1px solid rgba(217, 228, 99, 0.28);
  border-radius: 0;
  box-shadow: 0 18px 42px rgba(20, 33, 22, 0.1);
  color: var(--cream);
  min-height: 255px;
  text-align: left;
}

.v31-floating-selection.food-summary-card > span {
  background:
    linear-gradient(90deg, transparent 0 5px, var(--lime-highlight) 5px calc(100% - 5px), transparent calc(100% - 5px)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(217, 228, 99, 0.22));
  color: var(--forest);
  font-size: 0.72rem;
  font-weight: 950;
  padding: 8px 11px;
  text-transform: uppercase;
  width: fit-content;
}

.v31-floating-selection.food-summary-card strong {
  color: var(--cream);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 950;
}

.v31-floating-selection.food-summary-card p,
.v31-floating-selection.food-summary-card dt,
.v31-floating-selection.food-summary-card dd,
.v31-floating-selection.food-summary-card li {
  color: rgba(255, 250, 242, 0.84);
}

.v31-floating-selection.food-summary-card a {
  background: var(--burnt-orange);
  border: 0;
  color: var(--white);
}

.v31-selection-steps {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.v31-selection-steps li {
  align-items: center;
  background: rgba(255, 250, 242, 0.08);
  border: 1px solid rgba(255, 250, 242, 0.12);
  display: grid;
  gap: 9px;
  grid-template-columns: 28px minmax(0, 1fr);
  min-height: 42px;
  padding: 8px 10px;
}

.v31-selection-steps li b {
  align-items: center;
  background: rgba(255, 250, 242, 0.12);
  border: 1px solid rgba(255, 250, 242, 0.2);
  border-radius: 999px;
  color: var(--cream);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 950;
  height: 28px;
  justify-content: center;
  line-height: 1;
  width: 28px;
}

.v31-selection-steps li span {
  color: rgba(255, 250, 242, 0.84);
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.15;
}

.v31-selection-steps li.is-current {
  background: rgba(217, 228, 99, 0.16);
  border-color: rgba(217, 228, 99, 0.3);
}

.v31-selection-steps li.is-complete b {
  background: var(--lime-highlight);
  color: var(--forest);
}

.v31-fresh-note {
  border-left: 4px solid var(--lime-highlight);
  font-style: italic;
  padding-left: 10px;
}

.v31-location-hero article,
.v31-pickup-grid article,
.v31-checkout-section ol {
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(23, 58, 29, 0.14);
  border-left: 4px solid var(--lime-highlight);
  border-radius: 0;
  color: var(--forest);
}

.v31-pickup-grid.is-coming-soon article {
  border-left-color: var(--burnt-orange);
}

.v31-location-hero article strong,
.v31-pickup-grid strong,
.v31-pickup-grid p,
.v31-pickup-grid a,
.v31-checkout-section p,
.v31-checkout-section li span {
  color: var(--forest);
}

@media (max-width: 980px) {
  .v31-chicken-layout {
    grid-template-columns: 1fr;
  }

  .v31-floating-selection.food-summary-card {
    position: static;
  }
}

@media (max-width: 680px) {
  .v31-food-page .food-page-header,
  .v31-food-page .food-page-header.is-hidden,
  .v31-food-page .food-page-header.is-scrolled {
    align-items: center !important;
    background: rgba(240, 243, 247, 0.08) !important;
    display: flex !important;
    gap: 8px !important;
    justify-content: space-between !important;
    left: 50% !important;
    margin: 0 !important;
    max-width: calc(100vw - 18px) !important;
    min-height: 56px !important;
    padding: 6px 7px !important;
    position: fixed !important;
    top: 7px !important;
    transform: translateX(-50%) !important;
    width: calc(100vw - 18px) !important;
    z-index: 90 !important;
  }

  .v31-food-page .v2-logo-link {
    min-width: 0;
  }

  .v31-food-page .v2-logo-link img {
    width: min(218px, calc(100vw - 92px));
  }

  .v31-food-page .v2-logo-link span {
    display: block;
    font-size: 0.52rem;
    padding-left: min(58px, 15vw);
  }

  .v31-food-page .v2-header-nav {
    display: none !important;
  }

  .v31-food-page .corner-menu {
    display: block !important;
  }

  .v31-price-hero {
    padding-top: 92px;
  }
}

.v31-category-heading {
  margin-bottom: clamp(18px, 3vw, 34px);
  text-align: center;
}

.v31-food-group-section {
  display: grid;
  gap: 18px;
}

.v31-subcategory-heading {
  text-align: left;
}

.v31-subcategory-heading h3 {
  color: var(--forest);
  font-size: clamp(3rem, 6.6vw, 6.4rem);
  font-weight: 950;
  line-height: 1;
  margin: 0;
}

.v31-subcategory-heading p {
  color: var(--forest);
  font-size: clamp(1.65rem, 3.2vw, 3rem);
  font-weight: 400;
  line-height: 1.05;
  margin: 12px 0 0;
}

.v31-rice-matrix-section .v31-category-heading + .v31-food-group-section {
  margin-top: 0;
}

.v31-location-choice {
  position: relative;
}

.v31-location-choice label {
  cursor: pointer;
  display: grid;
  gap: 2px;
}

.v31-location-choice input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.v31-location-choice:has(input:checked) {
  background: rgba(217, 228, 99, 0.42);
  border-color: rgba(23, 58, 29, 0.3);
  box-shadow: 0 14px 30px rgba(20, 33, 22, 0.1);
}

.v31-location-choice:has(input:focus-visible) {
  outline: 3px solid var(--burnt-orange);
  outline-offset: 3px;
}

.v31-flavor-card.food-product-card {
  align-content: start;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(23, 58, 29, 0.14);
  border-left: 4px solid var(--burnt-orange);
  border-radius: 0;
  display: grid;
  gap: 8px;
  grid-template-rows: auto auto auto 1fr;
  justify-items: stretch;
  min-height: 255px;
  padding: 10px;
  text-align: left;
}

.v31-flavor-card.food-product-card.is-mountain {
  border-left-color: var(--forest-2);
}

.v31-flavor-card.food-product-card img,
.v31-flavor-card.food-product-card video {
  aspect-ratio: 16 / 10;
  background: rgba(255, 255, 255, 0.76);
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.v31-flavor-card.food-product-card span {
  background:
    linear-gradient(90deg, transparent 0 5px, var(--lime-highlight) 5px calc(100% - 5px), transparent calc(100% - 5px)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(217, 228, 99, 0.22));
  color: var(--forest);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1;
  padding: 8px 11px;
  text-transform: uppercase;
  width: fit-content;
}

.v31-flavor-card.food-product-card h3 {
  color: var(--forest);
  font-size: clamp(1.05rem, 1.3vw, 1.34rem);
  font-weight: 950;
  line-height: 1;
  margin: 0;
}

.v31-flavor-card.food-product-card p {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
}

.v31-cut-tile.food-product-card {
  align-content: center;
  background: rgba(240, 243, 247, 0.72);
  border: 0;
  border-left: 4px solid var(--lime-highlight);
  border-radius: 0;
  display: grid;
  gap: 10px;
  grid-template-rows: auto auto auto 1fr auto;
  justify-items: stretch;
  min-height: 255px;
  padding: 14px 12px;
  text-align: left;
}

.v31-cut-tile.food-product-card.is-desert {
  border-left-color: var(--burnt-orange);
}

.v31-cut-tile.food-product-card.is-mountain {
  border-left-color: var(--forest-2);
}

.v31-cut-tile.food-product-card.is-selected {
  background: rgba(217, 228, 99, 0.3);
  border-color: rgba(23, 58, 29, 0.3);
}

.v31-cut-tile.food-product-card span {
  background:
    linear-gradient(90deg, transparent 0 5px, var(--lime-highlight) 5px calc(100% - 5px), transparent calc(100% - 5px)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(217, 228, 99, 0.22));
  color: var(--forest);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1;
  padding: 8px 11px;
  text-transform: uppercase;
  width: fit-content;
}

.v31-cut-tile.food-product-card .product-sku {
  color: rgba(15, 76, 45, 0.72);
  display: block !important;
  font-size: 0.68rem;
  font-weight: 900;
}

.v31-cut-tile.food-product-card h3 {
  color: var(--forest);
  font-size: clamp(1.2rem, 1.7vw, 1.65rem);
  font-weight: 950;
  line-height: 1;
  margin: 0;
}

.v31-cut-tile.food-product-card p {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
}

.v31-cut-tile.food-product-card .v31-matrix-counter {
  align-self: end;
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(3, 36px);
  justify-content: start;
  margin-top: auto;
}

.v31-cut-tile.food-product-card .v31-matrix-counter button,
.v31-cut-tile.food-product-card .v31-matrix-counter output {
  align-items: center;
  background: var(--white);
  border: 1px solid rgba(23, 58, 29, 0.42);
  border-radius: 10px;
  color: var(--forest);
  display: inline-flex;
  font-size: 1rem;
  font-weight: 950;
  height: 34px;
  justify-content: center;
  min-height: 34px;
  padding: 0;
  text-transform: none;
  width: 36px;
}

.v31-cut-tile.food-product-card .v31-matrix-counter button:hover,
.v31-cut-tile.food-product-card .v31-matrix-counter button:focus-visible {
  background: var(--forest);
  color: var(--white);
}

.v31-pickup-section {
  max-width: 1360px;
}

.v31-pickup-card.mobile-order-card {
  margin: 0 auto;
  max-width: min(760px, 100%);
}

.v31-selection-stage {
  align-items: start;
  display: grid;
  gap: clamp(18px, 3vw, 34px);
  grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 clamp(22px, 6vw, 78px) clamp(54px, 7vw, 94px);
}

.v31-selection-flow {
  display: grid;
  gap: clamp(44px, 6vw, 78px);
  min-width: 0;
}

.v31-selection-stage .v31-chicken-matrix-section,
.v31-selection-stage .v31-rice-matrix-section,
.v31-selection-stage .v31-pickup-section {
  border-top: 0;
  margin: 0;
  max-width: none;
  padding: 0;
}

.v31-selection-stage .v31-rice-matrix-section {
  display: grid;
  gap: 18px;
}

.v31-selection-stage .v31-chicken-matrix {
  margin-top: clamp(20px, 2.8vw, 38px);
}

.v31-selection-stage .v31-matrix-row {
  grid-template-columns: minmax(210px, 240px) minmax(0, 1fr);
}

.v31-selection-stage .v31-row-options,
.v31-selection-stage .v31-rice-matrix-section .v31-matrix-row:last-child .v31-row-options {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: none;
}

.v31-selection-stage .v31-row-label,
.v31-selection-stage .v31-media-tile.food-product-card,
.v31-selection-stage .v31-cut-tile.food-product-card,
.v31-selection-stage .v31-flavor-card.food-product-card,
.v31-selection-stage .v31-floating-selection.food-summary-card {
  min-height: 255px;
}

.v31-selection-stage .v31-floating-selection.food-summary-card {
  position: sticky;
  top: 24px;
}

@media (max-width: 1120px) {
  .v31-selection-stage {
    grid-template-columns: 1fr;
  }

  .v31-selection-stage .v31-floating-selection.food-summary-card {
    position: static;
  }
}

@media (max-width: 760px) {
  .v31-selection-stage {
    padding-left: 16px;
    padding-right: 16px;
  }

  .v31-selection-stage .v31-matrix-row {
    grid-template-columns: 1fr;
  }

  .v31-selection-stage .v31-row-options,
  .v31-selection-stage .v31-rice-matrix-section .v31-matrix-row:last-child .v31-row-options {
    grid-template-columns: 1fr;
  }

  .v31-pickup-schedule > div {
    grid-template-columns: 1fr;
  }
}

/* v3.1 content with the original v2 rounded card language restored. */
.v31-selection-stage .v31-row-label,
.v31-selection-stage .v31-choice-tile,
.v31-selection-stage .v31-cut-tile.food-product-card,
.v31-selection-stage .v31-flavor-card.food-product-card,
.v31-selection-stage .v31-floating-selection.food-summary-card {
  background: rgba(255, 250, 242, 0.94);
  border: 1px solid rgba(23, 58, 29, 0.12);
  border-radius: 26px;
  box-shadow: 0 12px 28px rgba(20, 33, 22, 0.07);
  color: var(--forest);
}

.v31-selection-stage .v31-matrix-row.is-desert .v31-row-label,
.v31-selection-stage .v31-matrix-row.is-desert .v31-cut-tile.food-product-card {
  background: linear-gradient(135deg, rgba(251, 206, 255, 0.56), rgba(255, 250, 242, 0.94));
  border-color: rgba(232, 90, 12, 0.18);
}

.v31-selection-stage .v31-matrix-row.is-mountain .v31-row-label,
.v31-selection-stage .v31-matrix-row.is-mountain .v31-cut-tile.food-product-card {
  background: linear-gradient(135deg, rgba(217, 228, 99, 0.48), rgba(255, 250, 242, 0.94));
  border-color: rgba(49, 92, 43, 0.18);
}

.v31-selection-stage .v31-rice-matrix-section .v31-food-group-section:nth-of-type(1) .v31-row-label,
.v31-selection-stage .v31-rice-matrix-section .v31-food-group-section:nth-of-type(1) .v31-cut-tile.food-product-card {
  background: linear-gradient(135deg, rgba(255, 250, 242, 0.96), rgba(232, 90, 12, 0.14));
}

.v31-selection-stage .v31-rice-matrix-section .v31-food-group-section:nth-of-type(2) .v31-row-label,
.v31-selection-stage .v31-rice-matrix-section .v31-food-group-section:nth-of-type(2) .v31-cut-tile.food-product-card {
  background: linear-gradient(135deg, rgba(255, 250, 242, 0.92), rgba(251, 206, 255, 0.4));
  border-color: rgba(232, 90, 12, 0.16);
}

.v31-selection-stage .v31-rice-matrix-section .v31-food-group-section:nth-of-type(3) .v31-row-label,
.v31-selection-stage .v31-rice-matrix-section .v31-food-group-section:nth-of-type(3) .v31-cut-tile.food-product-card {
  background: linear-gradient(135deg, rgba(247, 253, 205, 0.9), rgba(217, 228, 99, 0.3));
}

.v31-selection-stage .v31-rice-matrix-section .v31-food-group-section:nth-of-type(4) .v31-row-label,
.v31-selection-stage .v31-rice-matrix-section .v31-food-group-section:nth-of-type(4) .v31-cut-tile.food-product-card {
  background: linear-gradient(135deg, rgba(251, 206, 255, 0.42), rgba(240, 243, 247, 0.72));
}

.v31-selection-stage .v31-flavor-card.food-product-card {
  align-content: start;
  gap: 10px;
  grid-template-rows: auto auto auto 1fr;
  min-height: 255px;
  padding: 12px;
  text-align: center;
}

.v31-selection-stage .v31-flavor-card.food-product-card img,
.v31-selection-stage .v31-flavor-card.food-product-card video {
  border-radius: 18px;
}

.v31-selection-stage .v31-cut-tile.food-product-card {
  align-content: center;
  gap: 8px;
  justify-items: center;
  min-height: 190px;
  padding: 18px 10px 10px;
  text-align: center;
}

.v31-selection-stage .v31-row-label h3,
.v31-selection-stage .v31-choice-tile h3,
.v31-selection-stage .v31-cut-tile.food-product-card h3,
.v31-selection-stage .v31-flavor-card.food-product-card h3,
.v31-selection-stage .v31-row-label strong {
  color: var(--forest);
  font-size: clamp(0.98rem, 1.25vw, 1.25rem);
  font-weight: 500;
  line-height: 1.16;
  text-transform: none;
}

.v31-selection-stage .v31-choice-tile p,
.v31-selection-stage .v31-cut-tile.food-product-card p,
.v31-selection-stage .v31-flavor-card.food-product-card p {
  color: rgba(20, 33, 22, 0.78);
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}

.v31-selection-stage .v31-choice-tile > span,
.v31-selection-stage .v31-cut-tile.food-product-card > span,
.v31-selection-stage .v31-flavor-card.food-product-card > span {
  background: #ffffff;
  border: 2px solid rgba(23, 58, 29, 0.14);
  border-radius: 999px;
  color: var(--forest);
  font-size: 0.72rem;
  font-weight: 650;
  padding: 7px 10px;
}

.v31-selection-stage .v31-choice-tile .product-sku,
.v31-selection-stage .v31-cut-tile.food-product-card .product-sku {
  color: rgba(23, 58, 29, 0.66);
  font-size: 0.68rem;
  font-weight: 650;
  text-align: center;
}

.v31-selection-stage .v31-matrix-counter {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(3, 40px);
  justify-content: center;
}

.v31-selection-stage .v31-matrix-counter button,
.v31-selection-stage .v31-matrix-counter output {
  align-items: center;
  background: #ffffff;
  border: 2px solid var(--forest);
  border-radius: 9px;
  color: var(--forest);
  display: inline-flex;
  font-size: 1.05rem;
  font-weight: 650;
  height: 36px;
  justify-content: center;
  line-height: 1;
  min-height: 36px;
  padding: 0;
  width: 40px;
}

.v31-selection-stage .v31-matrix-counter button:hover,
.v31-selection-stage .v31-matrix-counter button:focus-visible {
  background: var(--forest);
  color: #ffffff;
}

.v31-selection-stage .v31-floating-selection.food-summary-card {
  align-content: center;
  background: linear-gradient(135deg, rgba(217, 228, 99, 0.54), rgba(255, 250, 242, 0.96));
  border-color: rgba(23, 58, 29, 0.16);
  min-height: 226px;
  padding: 22px;
  text-align: center;
}

.v31-selection-stage .v31-floating-selection.food-summary-card > span,
.v31-selection-stage .v31-floating-selection.food-summary-card strong,
.v31-selection-stage .v31-floating-selection.food-summary-card p,
.v31-selection-stage .v31-floating-selection.food-summary-card dt,
.v31-selection-stage .v31-floating-selection.food-summary-card dd,
.v31-selection-stage .v31-floating-selection.food-summary-card li,
.v31-selection-stage .v31-floating-selection.food-summary-card a,
.v31-selection-stage .v31-selection-steps li span {
  color: var(--forest);
}

.v31-selection-stage .v31-floating-selection.food-summary-card strong {
  font-size: 1.75rem;
  font-weight: 500;
}

.v31-selection-stage .v31-selection-steps li {
  background: rgba(255, 255, 255, 0.58);
  border-color: rgba(23, 58, 29, 0.12);
  min-width: 0;
  overflow: hidden;
}

.v31-selection-stage .v31-selection-steps li b {
  background: #ffffff;
  border-color: rgba(23, 58, 29, 0.18);
  color: var(--forest);
}

.v31-selection-stage .v31-selection-steps li span {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
  white-space: normal;
}

.v31-selection-stage .v31-selection-steps li.is-current {
  background: rgba(217, 228, 99, 0.44);
}

.v31-selection-stage .v31-selection-steps li.is-complete b {
  background: #d9e463;
}

.v31-selection-stage .v31-fresh-note {
  border-left-color: #ffffff;
}

.v31-selection-stage .v31-floating-selection.food-summary-card a {
  background: #ffffff;
  border: 2px solid var(--forest);
  border-radius: 999px;
  color: var(--forest);
}

/* v3.1 hero price treatment: original hero composition, burnt orange price. */

/* v3.1 hero start card and grouped category layout. */
.v31-price-hero {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
}

.v31-price-hero > div:first-child small {
  color: rgba(23, 58, 29, 0.52);
  display: block;
  font-size: clamp(0.78rem, 1.05vw, 0.98rem);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 300;
  line-height: 1.35;
  margin-top: clamp(16px, 2vw, 24px);
  max-width: none;
  white-space: nowrap;
}

.v31-hero-selection.food-summary-card {
  align-content: center;
  background: linear-gradient(135deg, rgba(217, 228, 99, 0.54), rgba(255, 250, 242, 0.96));
  border: 1px solid rgba(23, 58, 29, 0.16);
  border-radius: 26px;
  box-shadow: 0 12px 28px rgba(20, 33, 22, 0.07);
  color: var(--forest);
  justify-self: end;
  min-height: 226px;
  padding: 22px;
  text-align: center;
  width: min(100%, 340px);
}

.v31-hero-selection.food-summary-card > span,
.v31-hero-selection.food-summary-card strong,
.v31-hero-selection.food-summary-card p,
.v31-hero-selection.food-summary-card dt,
.v31-hero-selection.food-summary-card dd,
.v31-hero-selection.food-summary-card li,
.v31-hero-selection.food-summary-card a,
.v31-hero-selection .v31-selection-steps li span {
  color: var(--forest);
}

.v31-hero-selection .v31-selection-steps a {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: inherit;
  color: var(--forest);
  display: grid;
  gap: 9px;
  grid-template-columns: 28px minmax(0, 1fr);
  height: auto;
  min-width: 0;
  min-height: 42px;
  overflow-wrap: anywhere;
  padding: 8px 10px;
  text-decoration: none;
  white-space: normal;
  width: 100%;
}

.v31-hero-selection.food-summary-card > a {
  background: #ffffff;
  border: 2px solid var(--forest);
  border-radius: 999px;
  color: var(--forest);
}

.v31-selection-stage {
  grid-template-columns: minmax(0, 1fr);
}

.v31-option-row-stack {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.v31-option-row {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr);
}

.v31-option-row-heading {
  color: var(--forest);
  display: flex;
  gap: 8px;
  min-height: 0;
  padding: 0 4px;
  text-align: left;
}

.v31-option-row-heading strong {
  color: var(--forest);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  font-weight: 950;
  line-height: 1.1;
}

.v31-option-row-heading span {
  color: rgba(23, 58, 29, 0.68);
  font-size: 0.82rem;
  font-weight: 800;
}

.v31-subcategory-heading p span,
.v31-subcategory-heading p em {
  display: inline-block;
  margin-right: 0.32em;
}

.v31-subcategory-heading p em {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
}

@media (max-width: 900px) {
  .v31-price-hero {
    grid-template-columns: 1fr;
  }

  .v31-hero-selection.food-summary-card {
    justify-self: start;
  }

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

  .v31-option-row-heading {
    min-height: auto;
  }
}

/* v3.1 persistent guide: hero card plus sticky desktop rail. */
.v31-selection-stage {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
}

.v31-stage-selection.food-summary-card {
  align-self: start;
  display: grid;
  margin-top: clamp(-280px, -18vw, -180px);
  position: sticky;
  top: 88px;
}

.v31-floating-selection .v31-selection-steps li {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(23, 58, 29, 0.24);
  display: block;
  min-height: 0;
  padding: 0;
}

.v31-floating-selection .v31-selection-steps li:not(.is-current):not(.is-complete) {
  background: rgba(255, 255, 255, 0.72);
}

.v31-floating-selection .v31-selection-steps li b {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(23, 58, 29, 0.34);
  color: var(--forest);
}

.v31-floating-selection .v31-selection-steps li a,
.v31-floating-selection .v31-selection-steps li span {
  color: var(--forest);
  font-weight: 700;
}

.v31-floating-selection .v31-selection-steps li a:focus-visible {
  outline: 2px solid var(--burnt-orange);
  outline-offset: 3px;
}

.v31-floating-selection .v31-selection-steps li:hover {
  background: rgba(217, 228, 99, 0.42);
  border-color: rgba(23, 58, 29, 0.34);
  box-shadow: 0 8px 18px rgba(20, 33, 22, 0.1);
}

.v31-floating-selection .v31-selection-steps li:hover b {
  background: var(--forest);
  border-color: var(--forest);
  color: #ffffff;
}

.v31-floating-selection .v31-selection-steps li:hover a,
.v31-floating-selection .v31-selection-steps li:hover span {
  color: var(--forest);
}

.v31-floating-selection .v31-selection-steps li.is-current {
  background: rgba(217, 228, 99, 0.54);
  border-color: rgba(23, 58, 29, 0.32);
}

.v31-floating-selection .v31-selection-steps li.is-complete {
  background: rgba(217, 228, 99, 0.38);
}

@media (max-width: 1120px) {
  .v31-selection-stage {
    grid-template-columns: 1fr;
  }

  .v31-stage-selection.food-summary-card {
    margin-top: 0;
    position: static;
  }
}

/* v3.1 compact option cards. */
.v31-selection-stage .v31-cut-tile.food-product-card {
  gap: 6px;
  min-height: 168px;
  padding: 12px 8px 8px;
}

.v31-selection-stage .v31-row-options {
  align-items: stretch;
  grid-auto-rows: 168px;
}

.v31-selection-stage .v31-cut-tile.food-product-card {
  height: 100%;
}

.v31-option-row-heading {
  min-height: 0;
  padding: 0 4px;
}

.v31-selection-stage .v31-cut-tile.food-product-card > span {
  font-size: 0.66rem;
  padding: 5px 8px;
}

.v31-selection-stage .v31-cut-tile.food-product-card .product-sku {
  font-size: 0.62rem;
}

.v31-selection-stage .v31-cut-tile.food-product-card h3 {
  font-size: clamp(0.98rem, 1.25vw, 1.22rem);
}

.v31-selection-stage .v31-cut-tile.food-product-card p {
  font-size: 0.7rem;
  line-height: 1.18;
}

.v31-selection-stage .v31-matrix-counter {
  gap: 5px;
  grid-template-columns: repeat(3, 34px);
}

.v31-selection-stage .v31-matrix-counter button,
.v31-selection-stage .v31-matrix-counter output {
  border-radius: 8px;
  font-size: 0.96rem;
  height: 32px;
  min-height: 32px;
  width: 34px;
}

/* v3.1 single guide polish. */
.v31-price-hero {
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 1121px) {
  .v31-rice-matrix-section .v31-food-group-section:first-of-type .v31-row-label {
    align-self: start;
    position: sticky;
    top: 88px;
  }
}

/* v3.1 meat gravy uses a compact sticky category card beside its own choices. */
@media (min-width: 761px) {
  .v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-food-group-section:first-of-type .v31-matrix-row {
    align-items: start;
    grid-template-columns: minmax(150px, 178px) minmax(0, 1fr);
  }

  .v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-food-group-section:first-of-type .v31-row-label {
    gap: 7px;
    grid-template-rows: auto auto auto auto;
    justify-items: center;
    min-height: 184px;
    padding: 12px 10px;
    position: sticky;
    text-align: center;
    top: 88px;
  }

  .v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-food-group-section:first-of-type .v31-row-label video,
  .v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-food-group-section:first-of-type .v31-row-label img {
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    display: block;
    max-height: 92px;
    object-fit: cover;
    width: 100%;
  }

  .v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-food-group-section:first-of-type .v31-row-label > span {
    font-size: 0.62rem;
    padding: 5px 8px;
  }

  .v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-food-group-section:first-of-type .v31-row-label h3 {
    font-size: clamp(1rem, 1.45vw, 1.22rem);
    line-height: 1.08;
  }

  .v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-food-group-section:first-of-type .v31-row-label p {
    font-size: 0.7rem;
    line-height: 1.18;
  }
}

/* v3.1 food-specific tones and readable compact descriptions. */
.v31-selection-stage .v31-cut-tile.food-product-card {
  min-height: 184px;
}

.v31-selection-stage .v31-row-options {
  grid-auto-rows: 184px;
}

.v31-selection-stage .v31-cut-tile.food-product-card p {
  -webkit-line-clamp: unset;
  display: block;
  overflow: visible;
}

.v31-selection-stage .v31-cut-tile.food-product-card .v31-container-size {
  color: var(--burnt-orange);
  font-weight: 950;
}

.v31-selection-stage .v31-matrix-row.is-desert .v31-row-label,
.v31-selection-stage .v31-matrix-row.is-desert .v31-cut-tile.food-product-card {
  background: linear-gradient(135deg, rgba(255, 239, 232, 0.92), rgba(255, 250, 242, 0.98));
  border-color: rgba(232, 90, 12, 0.13);
}

.v31-selection-stage .v31-matrix-row.is-mountain .v31-row-label,
.v31-selection-stage .v31-matrix-row.is-mountain .v31-cut-tile.food-product-card {
  background: linear-gradient(135deg, rgba(217, 228, 99, 0.48), rgba(255, 250, 242, 0.94));
  border-color: rgba(49, 92, 43, 0.18);
}

.v31-selection-stage .v31-cut-tile.food-product-card.is-rice-chicken-gravy,
.v31-selection-stage .v31-cut-tile.food-product-card.is-rice-goat-gravy,
.v31-selection-stage .v31-cut-tile.food-product-card.is-rice-lamb-gravy {
  background: linear-gradient(135deg, rgba(255, 250, 242, 0.98), rgba(232, 90, 12, 0.13));
  border-color: rgba(232, 90, 12, 0.16);
}

.v31-selection-stage .v31-cut-tile.food-product-card.is-chicken-gravy-only,
.v31-selection-stage .v31-cut-tile.food-product-card.is-goat-gravy-only,
.v31-selection-stage .v31-cut-tile.food-product-card.is-lamb-gravy-only {
  background: linear-gradient(135deg, rgba(255, 241, 235, 0.92), rgba(251, 206, 255, 0.32));
  border-color: rgba(232, 90, 12, 0.15);
}

.v31-selection-stage .v31-cut-tile.food-product-card.is-rice-mixed-beans,
.v31-selection-stage .v31-cut-tile.food-product-card.is-rice-lima-beans,
.v31-selection-stage .v31-cut-tile.food-product-card.is-rice-black-eyed-peas {
  background: linear-gradient(135deg, rgba(247, 253, 205, 0.92), rgba(217, 228, 99, 0.28));
  border-color: rgba(49, 92, 43, 0.17);
}

.v31-selection-stage .v31-cut-tile.food-product-card.is-rice-lentil-soup {
  background: linear-gradient(135deg, rgba(255, 248, 214, 0.96), rgba(241, 199, 80, 0.28));
  border-color: rgba(190, 148, 42, 0.2);
}

.v31-selection-stage .v31-cut-tile.food-product-card.is-rice-tomato-soup {
  background: linear-gradient(135deg, rgba(255, 240, 234, 0.96), rgba(229, 84, 58, 0.22));
  border-color: rgba(229, 84, 58, 0.2);
}

.v31-selection-stage .v31-rice-matrix-section .v31-food-group-section:nth-of-type(1) .v31-row-label {
  background: linear-gradient(135deg, rgba(255, 250, 242, 0.96), rgba(232, 90, 12, 0.14));
  border-color: rgba(232, 90, 12, 0.16);
}

.v31-selection-stage .v31-rice-matrix-section .v31-food-group-section:nth-of-type(2) .v31-row-label {
  background: linear-gradient(135deg, rgba(247, 253, 205, 0.92), rgba(217, 228, 99, 0.3));
  border-color: rgba(49, 92, 43, 0.17);
}

.v31-selection-stage .v31-rice-matrix-section .v31-food-group-section:nth-of-type(3) .v31-row-label {
  background: linear-gradient(135deg, rgba(255, 248, 214, 0.86), rgba(229, 84, 58, 0.14));
  border-color: rgba(190, 148, 42, 0.16);
}

.v31-food-page .location-choice.is-upcoming > span {
  color: #ffffff;
}

/* v3.1 final food tone pass: stronger item-specific colors. */
.v31-food-page .v31-selection-stage .v31-matrix-row.is-desert .v31-row-label,
.v31-food-page .v31-selection-stage .v31-matrix-row.is-desert .v31-cut-tile.food-product-card {
  background: linear-gradient(135deg, rgba(255, 220, 205, 0.96), rgba(232, 90, 12, 0.22)) !important;
  border-color: rgba(232, 90, 12, 0.26) !important;
}

.v31-food-page .v31-selection-stage .v31-matrix-row.is-mountain .v31-row-label,
.v31-food-page .v31-selection-stage .v31-matrix-row.is-mountain .v31-cut-tile.food-product-card {
  background: linear-gradient(135deg, rgba(217, 228, 99, 0.5), rgba(255, 250, 242, 0.94)) !important;
  border-color: rgba(49, 92, 43, 0.2) !important;
}

.v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-cut-tile.food-product-card.is-rice-lamb-gravy,
.v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-cut-tile.food-product-card.is-lamb-gravy-only {
  background: linear-gradient(135deg, rgba(255, 239, 229, 0.96), rgba(143, 73, 50, 0.28)) !important;
  border-color: rgba(143, 73, 50, 0.28) !important;
}

.v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-cut-tile.food-product-card.is-rice-goat-gravy,
.v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-cut-tile.food-product-card.is-goat-gravy-only {
  background: linear-gradient(135deg, rgba(255, 244, 223, 0.96), rgba(184, 122, 62, 0.28)) !important;
  border-color: rgba(184, 122, 62, 0.28) !important;
}

.v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-cut-tile.food-product-card.is-rice-chicken-gravy,
.v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-cut-tile.food-product-card.is-chicken-gravy-only {
  background: linear-gradient(135deg, rgba(255, 249, 218, 0.96), rgba(232, 148, 54, 0.26)) !important;
  border-color: rgba(232, 148, 54, 0.26) !important;
}

.v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-cut-tile.food-product-card.is-rice-mixed-beans {
  background: linear-gradient(135deg, rgba(255, 241, 231, 0.94), rgba(97, 44, 38, 0.2) 48%, rgba(33, 31, 28, 0.15)) !important;
  border-color: rgba(97, 44, 38, 0.28) !important;
}

.v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-cut-tile.food-product-card.is-rice-lima-beans {
  background: linear-gradient(135deg, rgba(238, 250, 215, 0.96), rgba(142, 186, 90, 0.34)) !important;
  border-color: rgba(92, 139, 61, 0.25) !important;
}

.v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-cut-tile.food-product-card.is-rice-black-eyed-peas {
  background: linear-gradient(135deg, rgba(255, 250, 232, 0.96), rgba(163, 178, 126, 0.28) 58%, rgba(72, 64, 50, 0.12)) !important;
  border-color: rgba(102, 111, 72, 0.24) !important;
}

.v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-cut-tile.food-product-card.is-rice-lentil-soup {
  background: linear-gradient(135deg, rgba(255, 250, 213, 0.98), rgba(229, 184, 58, 0.36)) !important;
  border-color: rgba(190, 148, 42, 0.3) !important;
}

.v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-cut-tile.food-product-card.is-rice-tomato-soup {
  background: linear-gradient(135deg, rgba(255, 232, 224, 0.98), rgba(218, 72, 50, 0.32)) !important;
  border-color: rgba(218, 72, 50, 0.3) !important;
}

/* v3.1 small gravy-card silhouettes inspired by the reference vector marks. */
.v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-cut-tile.food-product-card.is-rice-lamb-gravy,
.v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-cut-tile.food-product-card.is-lamb-gravy-only,
.v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-cut-tile.food-product-card.is-rice-goat-gravy,
.v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-cut-tile.food-product-card.is-goat-gravy-only,
.v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-cut-tile.food-product-card.is-rice-chicken-gravy,
.v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-cut-tile.food-product-card.is-chicken-gravy-only {
  overflow: hidden;
  position: relative;
}

.v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-cut-tile.food-product-card.is-rice-lamb-gravy > *,
.v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-cut-tile.food-product-card.is-lamb-gravy-only > *,
.v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-cut-tile.food-product-card.is-rice-goat-gravy > *,
.v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-cut-tile.food-product-card.is-goat-gravy-only > *,
.v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-cut-tile.food-product-card.is-rice-chicken-gravy > *,
.v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-cut-tile.food-product-card.is-chicken-gravy-only > * {
  position: relative;
  z-index: 1;
}

.v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-cut-tile.food-product-card.is-rice-lamb-gravy::before,
.v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-cut-tile.food-product-card.is-lamb-gravy-only::before,
.v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-cut-tile.food-product-card.is-rice-goat-gravy::before,
.v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-cut-tile.food-product-card.is-goat-gravy-only::before,
.v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-cut-tile.food-product-card.is-rice-chicken-gravy::before,
.v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-cut-tile.food-product-card.is-chicken-gravy-only::before {
  background: rgba(20, 33, 22, 0.44);
  content: "";
  height: 56px;
  opacity: 0.4;
  pointer-events: none;
  position: absolute;
  right: -2px;
  top: -2px;
  width: 56px;
  z-index: 0;
}

.v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-cut-tile.food-product-card.is-rice-lamb-gravy::before,
.v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-cut-tile.food-product-card.is-lamb-gravy-only::before {
  -webkit-mask: url("/v31/assets/meals/icons/lamb.svg") center / contain no-repeat;
  mask: url("/v31/assets/meals/icons/lamb.svg") center / contain no-repeat;
}

.v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-cut-tile.food-product-card.is-rice-goat-gravy::before,
.v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-cut-tile.food-product-card.is-goat-gravy-only::before {
  -webkit-mask: url("/v31/assets/meals/icons/goat.svg") center / contain no-repeat;
  mask: url("/v31/assets/meals/icons/goat.svg") center / contain no-repeat;
}

.v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-cut-tile.food-product-card.is-rice-chicken-gravy::before,
.v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-cut-tile.food-product-card.is-chicken-gravy-only::before {
  -webkit-mask: url("/v31/assets/meals/icons/chicken.svg") center / contain no-repeat;
  mask: url("/v31/assets/meals/icons/chicken.svg") center / contain no-repeat;
}

/* v3.1 chicken flavor indicators. */
.v31-flavor-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}

.v31-flavor-notes small {
  align-items: center;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(23, 58, 29, 0.14);
  border-radius: 999px;
  color: var(--forest);
  display: inline-flex;
  font-size: 0.66rem;
  font-weight: 850;
  gap: 5px;
  line-height: 1;
  padding: 6px 8px;
}

.v31-flavor-notes small::before {
  border-radius: 999px;
  content: "";
  height: 8px;
  width: 8px;
}

.v31-matrix-row.is-desert .v31-flavor-notes small {
  border-color: rgba(232, 90, 12, 0.28);
  color: #b63818;
}

.v31-matrix-row.is-desert .v31-flavor-notes small::before {
  background: #e33b22;
}

.v31-matrix-row.is-mountain .v31-flavor-notes small {
  border-color: rgba(49, 92, 43, 0.28);
  color: var(--forest);
}

.v31-matrix-row.is-mountain .v31-flavor-notes small::before {
  background: #4f8b31;
}

/* v3.1 live-style account links. */
.v31-food-page .v2-header-nav {
  color: var(--forest);
  display: flex;
  flex: 1;
  font-size: clamp(1rem, 1.8vw, 1.55rem);
  gap: 0;
  justify-content: flex-end;
}

.v31-food-page .v2-header-nav a,
.v31-food-page .v2-header-nav a:first-child,
.v31-food-page .v2-header-nav a:last-child {
  background: transparent;
  border: 0;
  color: var(--forest);
  font-size: inherit;
  font-weight: 400;
  line-height: 1;
  padding: 0;
  text-transform: none;
}

.v31-food-page .v2-header-nav a:first-child::after {
  content: " / ";
}

.v31-food-page .v2-header-nav a:last-child {
  font-weight: 950;
}

.v31-food-page .v2-header-nav a:hover,
.v31-food-page .v2-header-nav a:focus-visible {
  color: var(--burnt-orange);
}

/* v3.1 right-side sticky rail: guide card plus account-credit prompt. */
.v31-sticky-rail {
  align-self: start;
  display: grid;
  gap: 14px;
  margin-top: clamp(-350px, -24vw, -230px);
  position: sticky;
  top: 88px;
}

.v31-sticky-rail .v31-hero-selection.food-summary-card {
  justify-self: stretch;
  margin-top: 0;
  position: static;
  width: 100%;
}

.v31-account-credit-card {
  background: rgba(255, 250, 242, 0.96);
  border: 1px solid rgba(23, 58, 29, 0.16);
  border-radius: 26px;
  box-shadow: 0 12px 28px rgba(20, 33, 22, 0.07);
  color: var(--forest);
  display: grid;
  gap: 10px;
  padding: 18px;
  text-align: left;
}

.v31-account-credit-card span {
  color: var(--forest);
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.05;
}

.v31-account-credit-card p {
  color: rgba(20, 33, 22, 0.72);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.32;
  margin: 0;
}

.v31-account-credit-card a {
  align-items: center;
  background: var(--forest);
  border: 2px solid var(--forest);
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 950;
  justify-content: center;
  justify-self: start;
  line-height: 1;
  min-height: 40px;
  padding: 0 18px;
  text-decoration: none;
}

.v31-account-credit-card a:hover,
.v31-account-credit-card a:focus-visible {
  background: var(--burnt-orange);
  border-color: var(--burnt-orange);
  color: #ffffff;
}

@media (max-width: 1120px) {
  .v31-sticky-rail {
    margin-top: 0;
    position: static;
  }
}

/* v3.1 final Meat Gravy card behavior: compact, video-visible, section-sticky. */
@media (min-width: 761px) {
  .v31-food-page .v31-selection-stage .v31-food-group-section.is-meat-gravy .v31-matrix-row {
    align-items: start !important;
    grid-template-columns: minmax(150px, 178px) minmax(0, 1fr) !important;
  }

  .v31-food-page .v31-selection-stage .v31-food-group-section.is-meat-gravy .v31-food-type-media-card {
    align-content: start !important;
    align-self: start !important;
    display: grid !important;
    gap: 6px !important;
    grid-template-rows: 72px auto auto minmax(0, 1fr) !important;
    height: 184px !important;
    min-height: 184px !important;
    overflow: hidden !important;
    padding: 10px !important;
    position: sticky !important;
    text-align: center !important;
    top: 88px !important;
  }

  .v31-food-page .v31-selection-stage .v31-food-group-section.is-meat-gravy .v31-food-type-media-card video,
  .v31-food-page .v31-selection-stage .v31-food-group-section.is-meat-gravy .v31-food-type-media-card img {
    aspect-ratio: auto !important;
    border-radius: 14px !important;
    display: block !important;
    height: 72px !important;
    max-height: 72px !important;
    object-fit: cover !important;
    width: 100% !important;
  }

  .v31-food-page .v31-selection-stage .v31-food-group-section.is-meat-gravy .v31-food-type-media-card > span {
    font-size: 0.6rem !important;
    justify-self: center !important;
    padding: 5px 8px !important;
  }

  .v31-food-page .v31-selection-stage .v31-food-group-section.is-meat-gravy .v31-food-type-media-card h3 {
    font-size: 1rem !important;
    line-height: 1.05 !important;
  }

  .v31-food-page .v31-selection-stage .v31-food-group-section.is-meat-gravy .v31-food-type-media-card p {
    font-size: 0.66rem !important;
    line-height: 1.15 !important;
    margin: 0 !important;
  }
}

/* v3.1 pickup schedule: softer, consistent form colors. */
.v31-food-page .v31-pickup-schedule {
  background: rgba(255, 250, 242, 0.94);
  border-color: rgba(23, 58, 29, 0.14);
  border-left-color: rgba(49, 92, 43, 0.46);
  box-shadow: 0 10px 24px rgba(20, 33, 22, 0.06);
  scroll-margin-top: 140px;
}

.v31-food-page .v31-pickup-time-anchor {
  display: block;
  height: 0;
  scroll-margin-top: 140px;
}

.v31-food-page .v31-pickup-schedule > span,
.v31-food-page .v31-pickup-schedule label span {
  background: transparent;
  border: 0;
  color: var(--burnt-orange);
  display: block;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  padding: 0;
  text-transform: uppercase;
}

.v31-food-page .v31-pickup-schedule > strong {
  color: var(--forest);
}

.v31-food-page .v31-pickup-schedule input,
.v31-food-page .v31-pickup-schedule select {
  background: rgba(255, 255, 255, 0.74);
  border-color: rgba(23, 58, 29, 0.18);
  color: var(--forest);
  font-weight: 750;
}

.v31-food-page .v31-pickup-schedule input:hover,
.v31-food-page .v31-pickup-schedule select:hover {
  border-color: rgba(23, 58, 29, 0.28);
}

.v31-food-page .v31-pickup-schedule input:focus-visible,
.v31-food-page .v31-pickup-schedule select:focus-visible {
  background: #ffffff;
  border-color: rgba(49, 92, 43, 0.58);
  outline: 3px solid rgba(217, 228, 99, 0.36);
}

/* v3.1 customer checkout intake. */
.v31-food-page .v31-customer-checkout-section {
  border-top: 0;
  margin: 0;
  max-width: none;
  padding: 0;
}

.v31-food-page .v31-customer-checkout-card {
  background: rgba(255, 250, 242, 0.94);
  border: 1px solid rgba(23, 58, 29, 0.14);
  border-radius: 26px;
  box-shadow: 0 12px 28px rgba(20, 33, 22, 0.07);
  color: var(--forest);
  display: grid;
  gap: 14px;
  padding: clamp(18px, 3vw, 28px);
}

.v31-food-page .v31-customer-checkout-card > span {
  background: transparent;
  color: var(--burnt-orange);
  display: block;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
  padding: 0;
  text-transform: uppercase;
}

.v31-food-page .v31-customer-checkout-card > strong {
  color: var(--forest);
  font-size: clamp(1.6rem, 3.5vw, 3.1rem);
  font-weight: 950;
  line-height: 1;
}

.v31-food-page .v31-customer-checkout-card > p {
  color: rgba(20, 33, 22, 0.72);
  font-size: 0.96rem;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
  max-width: 680px;
}

.v31-food-page .v31-customer-field-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.v31-food-page .v31-customer-field-grid label {
  color: var(--burnt-orange);
  display: grid;
  font-size: 0.76rem;
  font-weight: 950;
  gap: 6px;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.v31-food-page .v31-customer-field-grid input {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(23, 58, 29, 0.18);
  border-radius: 10px;
  color: var(--forest);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 750;
  min-height: 44px;
  padding: 10px 12px;
  width: 100%;
}

.v31-food-page .v31-customer-field-grid input:focus-visible {
  background: #ffffff;
  border-color: rgba(49, 92, 43, 0.58);
  outline: 3px solid rgba(217, 228, 99, 0.36);
  outline-offset: 2px;
}

.v31-food-page .v31-checkout-submit {
  background: var(--forest);
  border: 2px solid var(--forest);
  border-radius: 999px;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 1rem;
  font-weight: 950;
  justify-self: start;
  min-height: 46px;
  padding: 0 24px;
}

.v31-food-page .v31-checkout-submit:hover,
.v31-food-page .v31-checkout-submit:focus-visible {
  background: var(--burnt-orange);
  border-color: var(--burnt-orange);
}

.v31-food-page .v31-checkout-submit:disabled {
  background: rgba(23, 58, 29, 0.14);
  border-color: rgba(23, 58, 29, 0.1);
  color: rgba(23, 58, 29, 0.58);
  cursor: not-allowed;
}

@media (max-width: 760px) {
  .v31-food-page .v31-customer-field-grid {
    grid-template-columns: 1fr;
  }
}

/* Final hero lockup polish for the live v3.1 food route. */
.v31-food-page .v31-price-hero h1 {
  font-size: clamp(5rem, 12vw, 12.7rem);
  line-height: 0.88;
  white-space: nowrap;
}

.v31-food-page .v31-price-hero h1 span {
  color: var(--burnt-orange);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1em;
  font-style: italic;
  font-weight: 400;
  margin-left: 0;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .v31-food-page .food-page-header {
    max-width: calc(100vw - 20px);
    top: 10px;
  }

  .v31-food-page .v2-logo-link img {
    width: min(150px, 46vw);
  }

  .v31-food-page .v2-logo-link span {
    display: none;
  }

  .v31-food-page .v2-header-nav {
    font-size: 0.9rem;
  }

  .v31-food-page .corner-menu summary {
    min-height: 38px;
    width: 38px;
  }

  .v31-food-page .v31-price-hero {
    min-height: auto;
    padding: 82px 16px 38px;
  }

  .v31-food-page .v31-price-hero h1 {
    font-size: clamp(2.85rem, 15.2vw, 4.55rem);
    line-height: 0.92;
    white-space: nowrap;
  }

  .v31-food-page .v31-price-hero h1 span {
    font-size: 0.92em;
  }

  .v31-food-page .v31-price-hero p {
    font-size: clamp(1.85rem, 9.6vw, 3.15rem);
    line-height: 0.98;
  }

  .v31-price-hero > div:first-child small {
    font-size: 0.72rem;
    line-height: 1.28;
    white-space: normal;
  }

  .v31-food-page .v31-selection-stage {
    gap: 24px;
    padding: 0 14px 48px;
  }

  .v31-food-page .v31-selection-flow {
    gap: 42px;
  }

  .v31-food-page .v31-matrix-heading h2 {
    font-size: clamp(2.15rem, 11.4vw, 3.8rem);
  }

  .v31-food-page .v31-matrix-heading p {
    font-size: clamp(1.25rem, 6.4vw, 2rem);
    margin-top: 10px;
  }

  .v31-food-page .v31-selection-stage .v31-matrix-row,
  .v31-food-page .v31-selection-stage .v31-food-group-section.is-meat-gravy .v31-matrix-row {
    gap: 12px;
    grid-template-columns: 1fr;
  }

  .v31-food-page .v31-selection-stage .v31-row-options,
  .v31-food-page .v31-selection-stage .v31-rice-matrix-section .v31-matrix-row:last-child .v31-row-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v31-food-page .v31-selection-stage .v31-row-label,
  .v31-food-page .v31-selection-stage .v31-flavor-card.food-product-card,
  .v31-food-page .v31-selection-stage .v31-food-type-media-card {
    min-height: 162px;
  }

  .v31-food-page .v31-selection-stage .v31-cut-tile.food-product-card {
    min-height: 164px;
    padding: 10px 8px 8px;
  }

  .v31-food-page .v31-selection-stage .v31-cut-tile.food-product-card h3 {
    font-size: 0.92rem;
  }

  .v31-food-page .v31-selection-stage .v31-cut-tile.food-product-card p {
    font-size: 0.66rem;
    line-height: 1.17;
  }

  .v31-food-page .v31-selection-stage .v31-matrix-counter {
    grid-template-columns: repeat(3, 31px);
  }

  .v31-food-page .v31-selection-stage .v31-matrix-counter button,
  .v31-food-page .v31-selection-stage .v31-matrix-counter output {
    height: 30px;
    min-height: 30px;
    width: 31px;
  }

  .v31-food-page .v31-sticky-rail {
    gap: 12px;
    margin: -8px 0 14px;
    order: -1;
    position: sticky;
    top: 60px;
    z-index: 70;
  }

  .v31-food-page .v31-sticky-rail .v31-hero-selection.food-summary-card {
    backdrop-filter: blur(14px);
    background: linear-gradient(135deg, rgba(217, 228, 99, 0.9), rgba(255, 250, 242, 0.96));
    border: 1px solid rgba(23, 58, 29, 0.2);
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(20, 33, 22, 0.16);
    display: grid;
    gap: 6px;
    grid-template-columns: 1fr;
    justify-self: stretch;
    min-height: 0;
    padding: 8px 10px;
    text-align: center;
    text-rendering: optimizeLegibility;
    width: 100%;
    -webkit-font-smoothing: antialiased;
  }

  .v31-food-page .v31-sticky-rail .v31-hero-selection.food-summary-card > span {
    align-self: center;
    background: transparent;
    border: 0;
    color: var(--burnt-orange);
    font-size: 0.6rem;
    font-weight: 800;
    justify-self: center;
    letter-spacing: 0.01em;
    padding: 0;
    white-space: nowrap;
  }

  .v31-food-page .v31-sticky-rail .v31-selection-steps {
    align-items: center;
    gap: 4px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v31-food-page .v31-sticky-rail .v31-selection-steps li {
    background: transparent;
    border: 0;
    border-radius: 999px;
    min-height: 0;
    overflow: visible;
  }

  .v31-food-page .v31-sticky-rail .v31-selection-steps a {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    gap: 4px;
    grid-template-columns: none;
    justify-content: center;
    justify-items: center;
    min-height: 30px;
    padding: 4px 8px;
    text-align: center;
    width: 100%;
  }

  .v31-food-page .v31-sticky-rail .v31-selection-steps li b {
    display: none;
  }

  .v31-food-page .v31-sticky-rail .v31-selection-steps li span {
    color: #000000;
    font-size: clamp(0.58rem, 2.65vw, 0.7rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.05;
    white-space: normal;
  }

  .v31-food-page .v31-sticky-rail .v31-selection-steps li:not(:last-child) a::after {
    color: #000000;
    content: ">";
    font-size: 0.66rem;
    font-weight: 800;
    line-height: 1;
    margin-left: 2px;
  }

  .v31-food-page .v31-sticky-rail .v31-selection-steps li.is-current a {
    background: var(--burnt-orange);
  }

  .v31-food-page .v31-sticky-rail .v31-selection-steps li.is-current span,
  .v31-food-page .v31-sticky-rail .v31-selection-steps li.is-current a::after {
    color: #000000;
  }

  .v31-food-page .v31-sticky-rail .v31-selection-steps li.is-complete a {
    background: rgba(217, 228, 99, 0.72);
  }

  .v31-food-page .v31-sticky-rail .v31-hero-selection.food-summary-card > strong,
  .v31-food-page .v31-sticky-rail .v31-hero-selection.food-summary-card > p,
  .v31-food-page .v31-sticky-rail .v31-hero-selection.food-summary-card > dl,
  .v31-food-page .v31-sticky-rail .v31-hero-selection.food-summary-card > ul,
  .v31-food-page .v31-sticky-rail .v31-hero-selection.food-summary-card > a {
    display: none;
  }

  .v31-food-page .v31-sticky-rail .v31-account-credit-card {
    display: none;
  }

  .v31-food-page .v31-pickup-card.mobile-order-card,
  .v31-food-page .v31-customer-checkout-card {
    padding: 16px;
  }

  .v31-food-page .location-choice {
    align-items: start;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 10px;
  }

  .v31-food-page .location-choice label {
    min-width: 0;
  }

  .v31-food-page .location-choice .location-map-link {
    margin-top: 0;
    position: static;
  }

  .v31-food-page .v31-pickup-schedule > div {
    grid-template-columns: 1fr;
  }

  .v31-food-page .v31-checkout-submit {
    justify-self: stretch;
    width: 100%;
  }
}

.v31-food-page .location-choice.is-upcoming > span {
  color: var(--burnt-orange) !important;
}
