@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:wght@600;700&family=Manrope:wght@400;600;700;800&display=swap');
.catering-menu-shell {
  max-width: 1380px;
  margin: 1.35rem auto 2rem;
  padding: 0 1rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 1rem;
  align-items: start;
}
.catering-menu-page {
  --brand: #531616;
  --brand-dark: #3b0f0f;
  --brand-soft: #f9f5f5;
  --accent: #c5a028;
  --line: #d7bbbb;
  --ink: #2a0e0e;
  --muted: #704545;
  --card: #ffffff;
  --paper: #fffdf9;
  font-family: "Manrope", "Segoe UI", Tahoma, sans-serif;
  background:
    radial-gradient(900px 280px at 8% -8%, rgba(197, 160, 40, 0.16), transparent 60%),
    radial-gradient(850px 230px at 95% -24%, rgba(83, 22, 22, 0.12), transparent 64%),
    var(--paper);
  border: 1px solid #eadfdf;
  border-radius: 16px;
  box-shadow: 0 16px 38px rgba(56, 22, 22, 0.08);
  padding-top: .7rem;
  padding-bottom: 1.1rem;
}
.catering-menu-page h1 {
  color: var(--brand-dark);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(1.85rem, 2.6vw, 2.5rem);
  letter-spacing: .2px;
  margin: .1rem 0 1.15rem;
  padding: 0 .35rem;
}
.menu-hero {
  margin: 0 .35rem .65rem;
  padding: .55rem .9rem;
  border: 1px solid #eddede;
  border-radius: 14px;
  background:
    linear-gradient(130deg, rgba(83, 22, 22, 0.94), rgba(129, 43, 43, 0.9)),
    radial-gradient(480px 180px at 8% 15%, rgba(255, 255, 255, 0.2), transparent 70%);
  color: #fffaf6;
  box-shadow: 0 14px 28px rgba(57, 16, 16, 0.24);
}
.menu-hero h1 {
  color: #fff;
  margin: 0 0 .35rem;
  padding: 0;
}
.menu-hero p {
  margin: 0;
  font-size: .98rem;
  line-height: 1.4;
  color: #f9ede8;
  max-width: 58ch;
}
.catering-info-callout {
  margin: 0 .35rem .8rem;
  padding: .8rem .9rem;
  border: 1px solid #dfd2a8;
  border-radius: 14px;
  background: linear-gradient(135deg, #fffdf7 0%, #fff8e8 100%);
  color: #332f2c;
  box-shadow: 0 6px 18px rgba(67, 50, 25, .07);
}
.catering-info-heading {
  display: flex;
  align-items: flex-start;
  gap: .6rem;
}
.catering-info-icon {
  display: inline-flex;
  flex: 0 0 26px;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--brand-dark);
  color: #fff;
  font-family: Georgia, serif;
  font-size: 1rem;
  font-weight: 800;
}
.catering-info-heading strong {
  display: block;
  margin-bottom: .2rem;
  color: var(--brand-dark);
  font-size: 1rem;
}
.catering-info-callout p {
  margin: 0;
  color: #5d554f;
  font-size: .86rem;
  line-height: 1.45;
}
.catering-info-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .55rem;
  margin-top: .65rem;
}
.catering-info-details > div {
  padding: .6rem .7rem;
  border: 1px solid rgba(141, 111, 45, .18);
  border-radius: 10px;
  background: rgba(255, 255, 255, .72);
}
.catering-info-details strong {
  display: block;
  margin-bottom: .2rem;
  color: #3a332e;
  font-size: .88rem;
}
.catering-info-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .85rem;
  margin-top: .65rem;
  padding: .7rem .75rem;
  border: 1px solid #e3d7b4;
  border-radius: 11px;
  background: rgba(255, 255, 255, .72);
  color: #4f4842;
  font-size: .9rem;
  font-weight: 700;
}
.catering-info-cta a {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  min-height: 40px;
  padding: .55rem 1rem;
  border-radius: 10px;
  background: var(--brand-dark);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.catering-info-arrow {
  margin-left: .15rem;
}
.catering-info-more {
  margin: .55rem 0 .2rem;
  border-top: 1px solid #e3d7b4;
  padding-top: .5rem;
}
.catering-info-more summary {
  width: fit-content;
  color: var(--brand-dark);
  cursor: pointer;
  font-size: .82rem;
  font-weight: 800;
}
.catering-info-more summary:hover,
.catering-info-more summary:focus-visible {
  color: var(--brand);
}
.catering-info-cta a:hover,
.catering-info-cta a:focus-visible {
  background: var(--brand);
  color: #fff;
}
@media (max-width: 640px) {
  .catering-info-details {
    grid-template-columns: 1fr;
  }
  .catering-info-cta {
    align-items: flex-start;
    flex-direction: column;
  }
  .catering-info-cta a {
    justify-content: center;
    width: 100%;
  }
}
.catering-menu-section {
  --section-pad: .75rem;
  margin: 0 .35rem 1.25rem;
  padding: var(--section-pad);
  border: 1px solid #efe2e2;
  border-radius: 14px;
  background: linear-gradient(180deg, #fff 0%, #fffaf8 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.menu-topbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 .35rem .4rem;
  padding: 0 .1rem;
}
.menu-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: start;
}
.package-page-shell {
  max-width: 980px;
  grid-template-columns: minmax(0, 1fr);
}
.package-page-shell .catering-menu-page {
  padding-bottom: 1rem;
}
.package-page-shell .catering-menu-section {
  margin-bottom: 0;
  padding-bottom: 0;
}
.package-page-shell .menu-topbar {
  justify-content: space-between;
}
.builder-section {
  margin: 1rem 0;
  padding: 1rem;
  border: 1px solid #eadede;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff 0%, #fffaf7 100%);
  box-shadow: 0 8px 20px rgba(83, 22, 22, 0.06);
}
.builder-section-compact {
  max-width: 420px;
}
.builder-section h2 {
  margin: 0 0 .75rem;
  padding: 0;
  border: 0;
  color: var(--brand-dark);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.18rem;
  line-height: 1.2;
}
.builder-field-label span {
  display: block;
  margin-bottom: .35rem;
}
.builder-error {
  margin: .45rem 0 0;
  color: #a52222;
  font-size: .9rem;
  font-weight: 800;
}
.builder-error:empty,
.builder-error[hidden] {
  display: none;
}
.catering-flash-list {
  display: grid;
  gap: .5rem;
  margin: .85rem 0 1rem;
}
.catering-flash {
  margin: 0;
  padding: .75rem .9rem;
  border: 1px solid #e2c0c0;
  border-radius: 8px;
  background: #fff5f3;
  color: #8b1f1f;
  font-size: .94rem;
  font-weight: 800;
}
.catering-flash-success {
  border-color: #bad7c0;
  background: #f2fbf4;
  color: #1d6b35;
}
.builder-section.has-error {
  border-color: #c94c4c;
  box-shadow: 0 0 0 2px rgba(201, 76, 76, 0.12);
}
.package-page-shell .option-grid {
  grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
  gap: .7rem;
}
.package-page-shell .option-card {
  position: relative;
  min-height: 3.25rem;
  border-color: #e1d4d4;
  background: #fff;
  cursor: pointer;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease, background-color .16s ease;
}
.package-page-shell .option-card:hover {
  transform: translateY(-1px);
  border-color: #cfb764;
  box-shadow: 0 10px 16px rgba(83, 22, 22, 0.1);
}
.package-page-shell .option-card:has(input[type="checkbox"]:checked),
.package-page-shell .option-card:has(input[type="radio"]:checked) {
  border-color: var(--accent);
  background: #fff8e5;
  box-shadow: 0 0 0 2px rgba(197, 160, 40, 0.22);
}
.option-card-label {
  font-weight: 800;
  color: var(--ink);
}
.choose-options-pill {
  display: block;
  width: fit-content;
  margin: .5rem 0 0 1.45rem;
  border: 1px solid #d7bbbb;
  border-radius: 999px;
  padding: .2rem .55rem;
  background: #fff;
  color: var(--brand-dark);
  font-size: .78rem;
  font-weight: 800;
}
.package-page-shell .builder-section[data-rule-key="cheese_tray"] .option-grid,
.package-page-shell .builder-section[data-rule-key="fruit_tray"] .option-grid,
.package-page-shell .builder-section[data-rule-key="meat_cheese_tray"] .option-grid,
.package-page-shell .builder-section[data-rule-key="veggie_tray"] .option-grid {
  grid-template-columns: 1fr;
}
.package-page-shell .builder-section[data-rule-key="cheese_tray"] .drink-qty-control,
.package-page-shell .builder-section[data-rule-key="fruit_tray"] .drink-qty-control,
.package-page-shell .builder-section[data-rule-key="meat_cheese_tray"] .drink-qty-control,
.package-page-shell .builder-section[data-rule-key="veggie_tray"] .drink-qty-control {
  display: flex;
  width: fit-content;
  margin-top: .55rem;
  margin-left: 1.45rem;
}
.menu-main {
  min-width: 0;
}
.desktop-cart-rail {
  position: sticky;
  top: calc(130px + .75rem);
  margin: 0;
  border: 1px solid #e7d7d7;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  padding: .85rem .8rem;
}
.desktop-cart-rail .desktop-cart-link {
  white-space: nowrap;
  font-size: .84rem;
  padding-inline: .55rem;
}
.desktop-cart-rail h3 {
  margin: 0 0 .45rem;
  color: var(--brand-dark);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.05rem;
}
.desktop-cart-rail p {
  margin: 0 0 .65rem;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.4;
}
.desktop-cart-rail ul {
  list-style: none;
  margin: 0 0 .75rem;
  padding: 0;
  display: grid;
  gap: .45rem;
  max-height: 44vh;
  overflow: auto;
}
.desktop-cart-rail li {
  border: 1px solid #eadede;
  border-radius: 10px;
  padding: .45rem .5rem;
  background: #fffaf7;
  color: var(--ink);
  font-size: .86rem;
  line-height: 1.35;
}
.desktop-cart-rail .pkg-name {
  font-weight: 800;
  color: var(--brand-dark);
}
.desktop-cart-rail .pkg-link {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  font: inherit;
  color: var(--brand-dark);
  font-weight: 800;
  text-align: left;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.desktop-cart-rail .pkg-link:hover {
  color: var(--brand);
}
.desktop-cart-rail .pkg-meta {
  display: flex;
  justify-content: space-between;
  gap: .5rem;
  margin-top: .2rem;
  font-size: .82rem;
  color: var(--muted);
}
.desktop-cart-rail .pkg-price {
  font-weight: 800;
  color: var(--brand-dark);
  white-space: nowrap;
}
.pkg-compact-summary {
  margin: .25rem 0 0 !important;
  color: var(--ink) !important;
  font-size: .82rem !important;
}
.pkg-addon-flags {
  display: grid;
  gap: .12rem;
  margin-top: .3rem;
}
.pkg-addon-flags span {
  display: block;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 700;
}
.cart-qty-controls {
  display: flex;
  align-items: center;
  gap: .28rem;
  margin-top: .35rem;
}
.cart-qty-controls form {
  margin: 0;
}
.cart-qty-btn,
.cart-edit-btn,
.cart-remove-btn {
  border-radius: 8px;
  border: 1px solid #d7bbbb;
  background: #fff;
  color: var(--brand-dark);
  font-weight: 700;
  padding: .2rem .45rem;
  cursor: pointer;
  line-height: 1.1;
}
.cart-edit-btn {
  text-decoration: none;
}
.cart-qty-btn:hover,
.cart-edit-btn:hover,
.cart-remove-btn:hover {
  border-color: var(--accent);
  background: #fffcf3;
}
.cart-remove-btn {
  margin-left: 0;
  color: #8b2c2c;
  border-color: #e2bcbc;
}
.cart-page .menu-topbar {
  justify-content: flex-start;
}
.cart-grid {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  align-items: start;
}
.cart-items-card {
  position: static;
}
.cart-summary-card {
  position: sticky;
  top: calc(110px + .75rem);
  z-index: 20;
  max-height: calc(100vh - 135px);
  overflow: auto;
}
.cart-page-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: .65rem;
  margin-top: .85rem;
  padding-top: .7rem;
  border-top: 1px solid #eadede;
}
.cart-inline-form {
  display: flex;
  align-items: flex-end;
  gap: .65rem;
  margin: 0;
}
.catering-menu-page .cart-page-actions .cart-edit-btn,
.catering-menu-page .cart-page-actions .cart-remove-btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-top: 0;
  padding: .55rem .75rem;
  border: 1px solid #d7bbbb;
  border-radius: 8px;
  background: #fff;
  color: var(--brand-dark);
  font: inherit;
  font-size: .85rem;
  line-height: 1;
  box-shadow: none;
}
.catering-menu-page .cart-page-actions .cart-remove-btn {
  color: #8b2c2c;
  border-color: #e2bcbc;
}
.catering-menu-page .cart-page-actions .cart-edit-btn:hover,
.catering-menu-page .cart-page-actions .cart-remove-btn:hover {
  border-color: var(--accent);
  background: #fffcf3;
  color: var(--brand-dark);
  box-shadow: none;
  transform: none;
}
.cart-remove-form {
  margin-left: 0;
}
.catering-menu-page .cart-page-actions .cart-quantity-field {
  display: block;
  min-height: auto;
  margin: 0;
  color: var(--brand-dark);
  font-size: .82rem;
  font-weight: 800;
}
.catering-menu-page .cart-page-actions .cart-quantity-field input {
  box-sizing: border-box;
  width: 74px;
  height: 38px;
  display: block;
  margin-top: .2rem;
  border: 1px solid #d7bbbb;
  border-radius: 8px;
  padding: .25rem .45rem;
  font: inherit;
  color: var(--ink);
}
.cart-summary-actions {
  display: grid;
  gap: .65rem;
  margin-top: .9rem;
}
.cart-primary-link {
  display: block;
  text-align: center;
}
.cart-empty-card {
  max-width: 620px;
  margin: 0 auto;
}
.desktop-cart-total {
  margin: .45rem 0 .65rem;
  font-size: .92rem;
  color: var(--brand-dark);
  font-weight: 800;
}
.desktop-cart-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--brand);
  background: var(--brand);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  padding: .58rem .7rem;
  transition: background-color .15s ease, border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.catering-menu-page .desktop-cart-link:hover,
.catering-menu-page .desktop-cart-link:focus-visible,
.desktop-cart-rail .desktop-cart-link:hover,
.desktop-cart-rail .desktop-cart-link:focus-visible {
  background-color: #3b0f0f !important;
  background-image: none !important;
  border-color: #3b0f0f !important;
  color: #fff !important;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(59, 15, 15, .22);
}
.desktop-cart-link:active {
  transform: translateY(0);
  box-shadow: none;
}
.cart-icon-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  text-decoration: none;
  color: var(--brand-dark);
  border: 1px solid #e4d3d3;
  border-radius: 999px;
  background: #fff;
  padding: .42rem .72rem;
  font-weight: 800;
  box-shadow: 0 6px 16px rgba(83, 22, 22, 0.12);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.cart-icon-link:hover {
  transform: translateY(-1px);
  border-color: var(--accent);
  box-shadow: 0 10px 20px rgba(83, 22, 22, 0.16);
}
.cart-icon-link svg {
  width: 16px;
  height: 16px;
  display: block;
  color: var(--brand);
}
.cart-count-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: #b51f1f;
  color: #fff;
  border: 2px solid #fff;
  font-size: .72rem;
  font-weight: 800;
  line-height: 16px;
  text-align: center;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}
.catering-menu-page h2 {
  color: var(--brand);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.3rem;
  margin: 1.35rem 0 .85rem;
  border-bottom: 2px solid var(--accent);
  padding-bottom: .35rem;
  display: block;
}
.package-page-shell .builder-section h2 {
  margin: 0 0 .75rem;
  padding: 0;
  border: 0;
  color: var(--brand-dark);
  font-size: 1.18rem;
  line-height: 1.2;
}
.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.05rem;
  margin-bottom: 1.75rem;
}
@media (max-width: 980px) {
  .package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.package-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #e7d7d7;
  border-radius: 13px;
  padding: .82rem .85rem .95rem;
  background: var(--card);
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  text-align: left;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
  position: relative;
  overflow: hidden;
}
.package-card::before {
  content: none;
}
.package-card:hover {
  border-color: var(--brand);
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(83, 22, 22, 0.14);
}
.package-card:focus-visible {
  outline: 3px solid rgba(197, 160, 40, 0.35);
  outline-offset: 2px;
}
.package-card h3 {
  color: var(--brand-dark);
  margin: 0 0 .55rem;
  font-size: 1.08rem;
  font-weight: 800;
}
.package-image-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  border: 1px dashed #d8c3a4;
  background:
    linear-gradient(145deg, rgba(197, 160, 40, 0.2), rgba(83, 22, 22, 0.06)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.35) 0 8px, rgba(255, 255, 255, 0.18) 8px 16px);
  margin: 0 0 .7rem;
  color: var(--brand-dark);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .7px;
  font-weight: 700;
}
.package-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
  margin: 0 0 .7rem;
  border: 1px solid #eadede;
}
.package-page-shell .package-card-image {
  height: clamp(170px, 28vw, 260px);
  aspect-ratio: auto;
  object-position: center;
}
.package-card p {
  margin: 0 0 .35rem;
  color: var(--muted);
  line-height: 1.43;
  font-size: .96rem;
}
.package-card .package-description {
  flex-grow: 1;
}
.menu-main > .catering-menu-section:first-child {
  padding-top: .55rem;
}
.menu-main > .catering-menu-section:first-child > h2 {
  margin-top: .45rem;
}
.package-price {
  display: flex;
  align-items: baseline;
  gap: .42rem;
  margin: .7rem 0 .25rem;
  color: var(--brand-dark);
}
.package-card .package-price {
  padding-top: .65rem;
  border-top: 1px solid #efe2e2;
  color: var(--brand-dark);
}
.package-price strong {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.3rem;
  line-height: 1;
}
.package-price span {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.package-price-variable {
  font-size: .86rem;
  font-weight: 800;
}
.modal-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 999;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.modal-backdrop.open {
  display: flex;
}
.package-modal {
  --modal-pad-x: 1.05rem;
  --modal-pad-top: 1.05rem;
  --modal-pad-bottom: 0;
  background: var(--card);
  border-radius: 14px;
  width: min(700px, 100%);
  max-height: 88vh;
  overflow: auto;
  padding: var(--modal-pad-top) var(--modal-pad-x) var(--modal-pad-bottom);
  border-top: 4px solid var(--accent);
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.24);
}
.package-modal form.package-order-form {
  display: flex;
  flex-direction: column;
  gap: .35rem;
}
.form-sticky-footer {
  position: sticky;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.9), #fff 32%);
  backdrop-filter: blur(2px);
  border-top: 1px solid var(--line);
  margin-top: .75rem;
  margin-left: calc(var(--modal-pad-x) * -1);
  margin-right: calc(var(--modal-pad-x) * -1);
  margin-bottom: 0;
  padding: .6rem var(--modal-pad-x) .35rem;
}
.package-total {
  font-weight: 700;
  color: var(--brand-dark);
  margin: 0 0 .35rem;
}
.package-page-shell .form-sticky-footer {
  position: sticky;
  bottom: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 1.25rem calc(var(--section-pad) * -1) 0;
  padding: .85rem 1rem max(.85rem, env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.98);
  border-top: 1px solid rgba(83, 22, 22, 0.18);
  border-radius: 0 0 14px 14px;
  backdrop-filter: blur(4px);
  box-shadow: 0 -12px 28px rgba(83, 22, 22, 0.12);
}
.package-page-shell .sticky-guest-control {
  min-width: min(260px, 100%);
}
.package-page-shell .form-sticky-footer .builder-field-label {
  margin: 0;
}
.package-page-shell .form-sticky-footer .builder-field-label span {
  margin-bottom: .25rem;
  color: var(--brand-dark);
  font-weight: 800;
}
.package-page-shell .form-sticky-footer .builder-error {
  margin-top: .25rem;
}
.package-page-shell .sticky-guest-control.has-error input {
  border-color: #c94c4c;
  box-shadow: 0 0 0 2px rgba(201, 76, 76, 0.12);
}
.package-page-shell .package-total {
  margin: 0;
  font-size: 1rem;
}
.package-page-shell .form-sticky-footer button[type="submit"] {
  margin: 0;
}
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .75rem;
  margin-bottom: .3rem;
}
.close-modal {
  border: 1px solid var(--line);
  background: var(--card);
  border-radius: 10px;
  padding: .4rem .6rem;
  cursor: pointer;
  color: var(--brand-dark);
  font-weight: 700;
}
.option-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: .6rem;
  margin-top: .5rem;
}
.option-card {
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  padding: .65rem .7rem;
  background: #fafafa;
}
.option-card input {
  margin-right: .45rem;
}
.drink-qty-control {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  margin-left: .5rem;
  color: var(--muted);
  font-weight: 700;
}
.drink-qty-control input {
  width: 3.5rem;
  height: 2.25rem;
  min-height: 2.25rem;
  margin-right: 0;
  border: 1px solid #d7bbbb;
  border-radius: 8px;
  background: #fff;
  color: var(--brand-dark);
  font-weight: 800;
  text-align: center;
  padding: 0 .35rem;
}
.drink-qty-control input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}
.drink-qty-control input[type="number"]::-webkit-inner-spin-button,
.drink-qty-control input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.drink-qty-control .qty-step-btn {
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid #d7bbbb;
  border-radius: 8px;
  background: #fff;
  color: var(--brand-dark);
  font-weight: 800;
  font-size: 1.05rem;
  line-height: 1;
  cursor: pointer;
}
.drink-qty-control .qty-step-btn:active {
  background: var(--brand-soft);
}
.package-modal fieldset[data-rule-key="cheese_tray"] .option-grid,
.package-modal fieldset[data-rule-key="fruit_tray"] .option-grid,
.package-modal fieldset[data-rule-key="meat_cheese_tray"] .option-grid,
.package-modal fieldset[data-rule-key="veggie_tray"] .option-grid {
  grid-template-columns: 1fr;
}
.package-modal fieldset[data-rule-key="cheese_tray"] .drink-qty-control,
.package-modal fieldset[data-rule-key="fruit_tray"] .drink-qty-control,
.package-modal fieldset[data-rule-key="meat_cheese_tray"] .drink-qty-control,
.package-modal fieldset[data-rule-key="veggie_tray"] .drink-qty-control {
  display: flex;
  width: fit-content;
  margin-top: .55rem;
  margin-left: 1.45rem;
}
.package-modal fieldset {
  border: 1px solid #e3d3a0;
  border-radius: 10px;
  background: #fffaf0;
  padding: .75rem;
}
.package-modal fieldset legend {
  font-weight: 700;
  color: var(--brand-dark);
  padding: 0 .3rem;
}
.dependent-panels {
  display: none;
}
.dependent-panels fieldset {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--brand-soft);
  padding: .75rem;
  margin: 0;
}
.nested-modal-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1200;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.nested-modal-backdrop.open {
  display: flex;
}
.nested-modal {
  background: var(--card);
  border-radius: 14px;
  width: min(640px, 100%);
  max-height: 85vh;
  overflow: auto;
  padding: 1rem;
  border-top: 4px solid var(--accent);
  box-shadow: 0 28px 56px rgba(35, 12, 12, 0.28);
}
.nested-modal .modal-header {
  position: sticky;
  top: -1rem;
  z-index: 2;
  margin: -1rem -1rem .9rem;
  padding: .9rem 1rem .8rem;
  background:
    linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.96) 82%, rgba(255, 255, 255, 0.92) 100%);
  border-bottom: 1px solid #ecdede;
  backdrop-filter: blur(2px);
}
.nested-modal #dependent-options-title {
  margin: 0;
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  color: var(--brand-dark);
  line-height: 1.25;
  max-width: 85%;
}
.nested-modal #dependent-options-content {
  display: grid;
  gap: .85rem;
  padding-bottom: .3rem;
}
.nested-modal #dependent-options-content fieldset {
  margin: 0 !important;
  border: 1px solid #e8d7a7;
  border-radius: 12px;
  background: linear-gradient(180deg, #fffefb 0%, #fff9ef 100%);
  padding: .75rem .75rem .8rem;
  box-shadow: 0 8px 20px rgba(83, 22, 22, 0.08);
}
.nested-modal #dependent-options-content legend {
  color: var(--brand-dark);
  font-weight: 800;
  letter-spacing: .1px;
  padding: 0 .45rem;
}
.nested-modal .option-grid {
  grid-template-columns: 1fr;
  gap: .5rem;
  margin-top: .4rem;
}
.nested-modal .option-card {
  margin: 0;
  border: 1px solid #d9d3c7;
  border-radius: 11px;
  padding: .72rem .78rem;
  background: #fff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  cursor: pointer;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease, background-color .16s ease;
}
.nested-modal .option-card:hover {
  transform: translateY(-1px);
  border-color: #d0b86a;
  box-shadow: 0 10px 16px rgba(83, 22, 22, 0.12);
}
.nested-modal .option-card:has(input:checked) {
  border-color: var(--accent);
  background: #fff8e5;
  box-shadow: 0 0 0 2px rgba(197, 160, 40, 0.2);
}
.nested-modal .option-card input {
  accent-color: var(--brand);
  transform: translateY(1px);
  margin-right: 0;
}
.nested-modal #dependent-options-content fieldset + fieldset {
  margin-top: .15rem !important;
}
.catering-menu-page form label {
  color: var(--ink);
  font-weight: 600;
  display: block;
  margin: .55rem 0;
}
.catering-menu-page form small {
  font-weight: 400;
}
.catering-menu-page input[type="number"],
.catering-menu-page textarea,
.catering-menu-page select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: .48rem .55rem;
  font: inherit;
  color: var(--ink);
  background: #fff;
}
.catering-menu-page textarea {
  min-height: 80px;
  resize: vertical;
}
.catering-menu-page .drink-qty-control input[type="number"] {
  width: 3.5rem;
  height: 2.25rem;
  min-height: 2.25rem;
  margin-right: 0;
  border: 1px solid #d7bbbb;
  border-radius: 8px;
  background: #fff;
  color: var(--brand-dark);
  font-weight: 800;
  text-align: center;
  padding: 0 .35rem;
}
.catering-menu-page input[type="number"]:focus,
.catering-menu-page textarea:focus,
.catering-menu-page select:focus {
  border-color: var(--brand);
  outline: 2px solid rgba(83, 22, 22, .16);
  outline-offset: 1px;
}
.catering-menu-page button[type="submit"] {
  background: var(--brand);
  color: #fff;
  border: 1px solid var(--brand);
  border-radius: 10px;
  padding: .62rem .95rem;
  font-weight: 700;
  cursor: pointer;
  margin-top: .65rem;
  box-shadow: 0 6px 14px rgba(83, 22, 22, 0.2);
}
.catering-menu-page button[type="submit"]:hover {
  background: var(--brand-dark);
}
.catering-menu-page > a[href*="cart"] {
  display: inline-block;
  margin-top: .75rem;
  text-decoration: none;
  color: var(--brand);
  border: 2px solid var(--accent);
  border-radius: 10px;
  padding: .52rem .9rem;
  font-weight: 700;
  background: #fff;
}
@media (max-width: 700px) {
  .catering-menu-page {
    margin: 1rem auto;
    border-radius: 12px;
    padding: .75rem .35rem 1rem;
  }
  .menu-hero {
    margin-bottom: .55rem;
    padding: .55rem .72rem;
  }
  .catering-menu-section {
    --section-pad: .6rem;
    margin: 0 .2rem 1rem;
    padding: var(--section-pad);
  }
  .package-page-shell .catering-menu-section {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .package-page-shell .option-grid {
    grid-template-columns: 1fr;
  }
  .package-page-shell .builder-section {
    padding: .85rem;
  }
  .package-page-shell .form-sticky-footer {
    flex-direction: column;
    align-items: stretch;
    gap: .55rem;
  }
  .package-page-shell .sticky-guest-control {
    width: 100%;
  }
  .package-page-shell .form-sticky-footer button[type="submit"] {
    width: 100%;
  }
  .package-grid {
    grid-template-columns: 1fr;
  }
  .package-modal {
    --modal-pad-top: .9rem;
    --modal-pad-x: .8rem;
    --modal-pad-bottom: 0;
  }
  .package-modal,
  .nested-modal {
    padding: .9rem .8rem 1rem;
  }
  .nested-modal .modal-header {
    top: -.9rem;
    margin: -.9rem -.8rem .8rem;
    padding: .8rem .8rem .75rem;
  }
  .nested-modal #dependent-options-title {
    max-width: 78%;
    font-size: 1rem;
  }
}
@media (max-width: 1080px) {
  .catering-menu-shell {
    grid-template-columns: 1fr;
  }
  .menu-layout {
    grid-template-columns: 1fr;
  }
  .desktop-cart-rail {
    display: none;
  }
}
@media (min-width: 1081px) {
  .catering-menu-shell:not(.package-page-shell) .menu-topbar {
    display: none;
  }
  .package-page-shell .menu-topbar {
    display: flex;
  }
}

.checkout-shell {
  display: block;
  max-width: 1200px;
}
.checkout-page {
  padding: .95rem .85rem 1.1rem;
}
.checkout-hero {
  margin-bottom: 1.1rem;
}
.checkout-form {
  margin: 0;
}
.checkout-grid {
  display: grid;
  grid-template-columns: minmax(320px, .92fr) minmax(0, 1.08fr);
  gap: 1rem;
  align-items: start;
}
.checkout-card,
.checkout-submit-card {
  border: 1px solid #eadede;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(83, 22, 22, 0.08);
  padding: 1rem;
}
.order-summary-card {
  position: sticky;
  top: calc(110px + .75rem);
}
.checkout-card-header {
  margin-bottom: .8rem;
}
.checkout-kicker {
  display: block;
  color: var(--accent);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: .22rem;
}
.checkout-card h2 {
  margin: 0;
  padding: 0 0 .35rem;
  border-bottom: 2px solid var(--accent);
  color: var(--brand-dark);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.35rem;
}
.checkout-helper-note {
  margin: .5rem 0 0;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.45;
}
.checkout-items {
  display: grid;
  gap: .75rem;
}
.checkout-item {
  border: 1px solid #efe2e2;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff 0%, #fffaf8 100%);
  padding: .75rem;
}
.checkout-item-topline {
  display: flex;
  justify-content: space-between;
  gap: .75rem;
  align-items: flex-start;
}
.checkout-item h3 {
  margin: 0;
  color: var(--brand-dark);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
}
.checkout-item-topline span {
  color: var(--brand-dark);
  font-weight: 800;
  white-space: nowrap;
}
.checkout-item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem .85rem;
  margin: .55rem 0 0;
}
.checkout-item-meta div {
  min-width: 92px;
}
.checkout-item-meta dt {
  color: var(--muted);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.checkout-item-meta dd {
  margin: .12rem 0 0;
  color: var(--ink);
  font-weight: 700;
}
.checkout-selections {
  display: grid;
  gap: .45rem;
  margin-top: .7rem;
}
.checkout-selection-row {
  border-left: 3px solid var(--accent);
  padding-left: .55rem;
}
.checkout-selection-row span {
  display: block;
  color: var(--brand-dark);
  font-size: .82rem;
  font-weight: 800;
}
.checkout-selection-row p,
.checkout-note {
  margin: .12rem 0 0;
  color: var(--muted);
  line-height: 1.45;
  font-size: .92rem;
}
.checkout-breakdown {
  gap: .65rem;
}
.checkout-breakdown-section {
  border-left: 3px solid var(--accent);
  padding-left: .55rem;
}
.checkout-breakdown-section h4 {
  display: flex;
  justify-content: space-between;
  gap: .75rem;
  margin: 0 0 .32rem;
  color: var(--brand-dark);
  font-size: .86rem;
  font-weight: 800;
}
.checkout-breakdown-section h4 strong {
  white-space: nowrap;
}
.checkout-breakdown-line {
  display: flex;
  justify-content: space-between;
  gap: .75rem;
  align-items: flex-start;
  margin: .22rem 0;
}
.checkout-breakdown-line span {
  color: var(--ink);
  font-size: .9rem;
  font-weight: 700;
}
.checkout-breakdown-line small {
  display: block;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 600;
  line-height: 1.35;
}
.checkout-breakdown-line strong {
  color: var(--brand-dark);
  white-space: nowrap;
}
.checkout-breakdown-section p {
  margin: .18rem 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.4;
}
.checkout-package-subtotal {
  display: flex;
  justify-content: space-between;
  gap: .75rem;
  margin-top: .75rem;
  padding-top: .55rem;
  border-top: 1px solid #eadede;
  color: var(--brand-dark);
  font-weight: 800;
}
.checkout-total-box {
  margin-top: .95rem;
  border-top: 1px solid #eadede;
  padding-top: .75rem;
  display: grid;
  gap: .45rem;
}
.checkout-total-box div {
  display: flex;
  justify-content: space-between;
  gap: .75rem;
  align-items: baseline;
  color: var(--muted);
}
.checkout-total-box strong {
  color: var(--brand-dark);
  white-space: nowrap;
}
.checkout-total-box [hidden] {
  display: none !important;
}
.checkout-grand-total {
  margin-top: .35rem;
  border-radius: 12px;
  background: #fff7e6;
  border: 1px solid #ead5a1;
  padding: .75rem;
}
.checkout-grand-total span,
.checkout-grand-total strong {
  color: var(--brand-dark);
  font-size: 1.08rem;
  font-weight: 800;
}
.checkout-tip-options {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .65rem;
}
.checkout-page form .checkout-tip-option {
  position: relative;
  margin: 0;
}
.checkout-tip-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.checkout-tip-option span {
  display: block;
  padding: .75rem .45rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: var(--brand-dark);
  text-align: center;
  cursor: pointer;
}
.checkout-tip-option input:checked + span {
  border-color: var(--brand);
  background: var(--brand-soft);
  box-shadow: 0 0 0 2px rgba(83, 22, 22, .12);
}
.checkout-tip-option input:focus-visible + span {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}
.checkout-page form .checkout-custom-tip {
  margin-top: .85rem;
}
.checkout-custom-tip[hidden] {
  display: none !important;
}
.checkout-currency-input {
  display: flex;
  align-items: center;
  gap: .35rem;
  max-width: 13rem;
  margin-top: .4rem;
  padding-left: .65rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}
.checkout-page .checkout-currency-input input[type="number"] {
  width: 100%;
  border: 0;
  padding: .65rem .65rem .65rem 0;
  font: inherit;
  color: var(--ink);
  background: transparent;
}
.checkout-page .checkout-currency-input input[type="number"]:focus {
  outline: none;
}
.checkout-details {
  display: grid;
  gap: 1rem;
}
.checkout-tip-card[hidden] {
  display: none !important;
}
.checkout-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: .95rem;
  row-gap: 1.15rem;
}
.checkout-page form label {
  margin: 0;
  color: #332f2c;
  font-weight: 800;
}
.checkout-field-grid .full-span {
  grid-column: 1 / -1;
}
.checkout-field-grid [hidden] {
  display: none !important;
}
.checkout-conditional-fields {
  padding: 1rem;
  border: 1px solid #d8d2cd;
  border-radius: 12px;
  background: #fff;
}
.checkout-conditional-fields h3 {
  margin: 0 0 .75rem;
  color: #332f2c;
  font-size: 1rem;
}
.address-autocomplete-label {
  display: block;
  margin-bottom: .35rem !important;
  color: var(--ink);
  font-weight: 800;
}
#delivery-address-autocomplete,
#delivery-address-autocomplete gmp-place-autocomplete,
#delivery-address-autocomplete > input {
  display: block;
  width: 100%;
  margin-top: .35rem;
}
.address-autocomplete-help {
  margin-bottom: .85rem !important;
}
.pac-container {
  z-index: 10000;
  border-radius: 8px;
  font-family: inherit;
}
.checkout-field-help {
  margin: 0;
  color: #5e5853;
  font-size: .85rem;
  line-height: 1.55;
}
.checkout-conditional-fields > .checkout-field-help + .checkout-field-grid {
  margin-top: .85rem;
}
.checkout-conditional-fields > .checkout-field-help:last-child {
  margin-top: .75rem;
}
.optional-label {
  margin-left: .15rem;
  color: #68615c;
  font-size: .8rem;
  font-weight: 600;
}
.checkout-notes-section h3 {
  margin-bottom: .15rem;
}
.checkout-page form .setup-contact-same-option,
.checkout-page form .equipment-option {
  display: flex;
  align-items: center;
  gap: .55rem;
  padding: .65rem .75rem;
  border: 1px solid #cfc8c3;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
}
.setup-contact-same-option input[type="checkbox"],
.equipment-option input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--brand);
}
.equipment-option small {
  display: block;
  margin-top: .12rem;
  color: #5e5853;
  font-size: .82rem;
  font-weight: 600;
}
.checkout-page input[type="text"],
.checkout-page input[type="email"],
.checkout-page input[type="tel"],
.checkout-page input[type="date"],
.checkout-page input[type="time"],
.checkout-page input:not([type]),
.checkout-page textarea,
.checkout-page select {
  width: 100%;
  min-height: 44px;
  margin-top: .35rem;
  border: 1px solid #cfc8c3;
  border-radius: 10px;
  padding: .62rem .7rem;
  background: #fff;
  color: var(--ink);
  font: inherit;
  box-sizing: border-box;
}
.checkout-page textarea {
  min-height: 106px;
  resize: vertical;
}
.checkout-page input:focus,
.checkout-page textarea:focus,
.checkout-page select:focus {
  border-color: #69615b;
  outline: 3px solid rgba(76, 70, 65, .14);
  outline-offset: 1px;
}
.checkout-warning {
  margin: .8rem 0 0;
  color: #8b2c2c;
  font-weight: 800;
}
.checkout-submit-card {
  display: grid;
  gap: .65rem;
  background: linear-gradient(180deg, #fff 0%, #fffaf8 100%);
}
.checkout-submit-card button[type="submit"] {
  width: 100%;
  min-height: 50px;
  margin: 0;
  border-radius: 12px;
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  box-shadow: 0 12px 22px rgba(83, 22, 22, 0.22);
}
.checkout-submit-card button[type="submit"]:hover {
  background: var(--brand-dark);
}
.checkout-submit-card button[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: .62;
  box-shadow: none;
}
.checkout-submit-card p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.45;
  text-align: center;
}
.checkout-resume-card {
  max-width: 720px;
  margin: 0 auto;
}
.checkout-resume-card p {
  color: var(--muted);
  line-height: 1.55;
  margin: 0 0 1rem;
}
.checkout-resume-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}
.checkout-resume-button,
.checkout-secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 10px;
  padding: .72rem 1rem;
  font-weight: 800;
  text-decoration: none;
}
.checkout-resume-button {
  background: var(--brand);
  border: 1px solid var(--brand);
  color: #fff;
  box-shadow: 0 10px 20px rgba(83, 22, 22, 0.2);
}
.checkout-resume-button:hover {
  background: var(--brand-dark);
}
.checkout-secondary-link {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--brand-dark);
}
@media (max-width: 900px) {
  .checkout-grid {
    grid-template-columns: 1fr;
  }
  .order-summary-card {
    position: static;
  }
  .cart-summary-card {
    order: -1;
    position: sticky;
    top: .5rem;
    max-height: none;
  }
}
@media (max-width: 620px) {
  .checkout-page {
    padding: .75rem .45rem 1rem;
  }
  .checkout-card,
  .checkout-submit-card {
    border-radius: 12px;
    padding: .85rem;
  }
  .checkout-field-grid {
    grid-template-columns: 1fr;
  }
  .checkout-tip-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .checkout-item-topline,
  .checkout-total-box div {
    align-items: flex-start;
  }
  .checkout-grand-total {
    padding: .65rem;
  }
}
.package-card.is-unavailable,
.option-card.is-unavailable {
  opacity: 0.55;
  cursor: not-allowed;
  filter: grayscale(0.15);
}

.package-card.is-unavailable:hover,
.option-card.is-unavailable:hover {
  transform: none;
  box-shadow: none;
}

.option-card.is-unavailable input,
.option-card.is-unavailable button,
.option-card.is-unavailable .drink-qty-control input {
  cursor: not-allowed;
}

.unavailable-chip {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  background: #fde9e7;
  color: #9b2118;
  font-size: 0.74rem;
  font-weight: 900;
  white-space: nowrap;
}
