:root {
  --brand-red: #d31e27;
  --brand-red-dark: #99141a;
  --brand-orange: #f18d1f;
  --brand-gold: #ffd449;
  --brand-action-gradient: linear-gradient(135deg, #ef2925 0%, #f35a16 54%, #fb8a13 100%);
  --ink: #201d25;
  --muted: #67636f;
  --surface: #fff7f0;
  --surface-soft: #fffdf9;
  --line: #edd8ce;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.public-site-body {
  margin: 0;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: #ffffff;
}

body.public-overlay-open {
  overflow: hidden;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.public-navbar {
  background: rgba(153, 20, 26, .96);
  backdrop-filter: blur(10px);
  min-height: 72px;
}

.public-brand {
  display: flex;
  align-items: center;
  gap: .75rem;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.public-brand:hover {
  color: #fff;
}

.public-brand-logo {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.public-navbar .nav-link {
  color: rgba(255, 255, 255, .9);
  font-weight: 700;
}

.public-navbar .nav-link:hover {
  color: #fff;
}

.public-top-dropdown {
  min-width: 240px;
  border-radius: 8px;
  border: 1px solid #f1d8cc;
  box-shadow: 0 18px 40px rgba(22, 20, 35, .14);
}

.public-top-dropdown .dropdown-item {
  font-weight: 700;
  color: #4a4f5c;
}

.public-top-dropdown .dropdown-item:hover {
  background: #fff4eb;
  color: var(--brand-red-dark);
}

.public-toggler {
  border: 0;
  box-shadow: none;
}

.public-toggler .navbar-toggler-icon {
  filter: invert(1);
}

.public-cta-btn,
.public-ghost-btn {
  min-height: 46px;
  padding: .75rem 1.2rem;
  border-radius: 8px;
  font-weight: 800;
}

.public-cta-btn {
  border: 0;
  color: #fff;
  background: var(--brand-action-gradient);
}

.public-cta-btn:hover {
  color: #fff;
}

.public-ghost-btn {
  border: 1px solid rgba(255, 255, 255, .4);
  color: #fff;
  background: transparent;
}

.public-ghost-btn:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, .7);
}

.public-kicker {
  margin: 0 0 .75rem;
  color: var(--brand-red);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.public-subhero h1,
.public-section-head h2,
.public-menu-browser-head h1,
.public-checkout-panel > h1,
.public-account-card > h1,
.public-tiffin-hero-copy h1 {
  margin: 0;
  color: var(--brand-red-dark);
  font-size: clamp(2.15rem, 4vw, 3.2rem);
  line-height: 1.12;
  font-weight: 900;
}

.public-subhero p:last-child,
.public-section-head p,
.public-menu-intro,
.public-account-card > p:not(.public-kicker),
.public-tiffin-hero-copy p:not(.public-kicker) {
  color: #5f6677;
  font-size: 1.05rem;
  line-height: 1.65;
}

.public-hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  background: url('/images/truck.png') center/cover no-repeat;
}

.public-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(32, 29, 37, .82), rgba(153, 20, 26, .52) 45%, rgba(241, 141, 31, .25));
}

.public-hero .container-fluid {
  position: relative;
  z-index: 1;
}

.public-hero-copy {
  max-width: 640px;
  padding: 4rem 0 8rem;
  color: #fff;
}

.public-hero-copy .public-kicker {
  color: #fff5b1;
}

.public-hero-copy h1 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 4.4rem);
  line-height: 1.05;
  font-weight: 900;
}

.public-hero-copy p {
  margin: 1rem 0 0;
  max-width: 560px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255,255,255,.9);
}

.public-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1.5rem;
}

.public-band {
  margin-top: -5.5rem;
  position: relative;
  z-index: 2;
}

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

.public-metric {
  min-height: 138px;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 35px rgba(20, 18, 29, .08);
}

.public-metric strong {
  display: block;
  margin-bottom: .45rem;
  font-size: 1.05rem;
}

.public-metric span {
  color: var(--muted);
  line-height: 1.65;
}

.public-section {
  padding: 5rem 0;
}

.public-menu-browser-section {
  padding: 3rem 0 4.5rem;
}

.public-sales-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 1.25rem;
  align-items: start;
}

.public-checkout-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 1.25rem;
  align-items: start;
}

.public-sales-menu-panel,
.public-sales-cart-panel {
  padding: 1.75rem;
  border: 1px solid #f2e1d5;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(20, 18, 29, .08);
}

.public-checkout-panel,
.public-checkout-summary-panel {
  padding: 1.75rem;
  border: 1px solid #f2e1d5;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(20, 18, 29, .08);
}

.public-alert-toast {
  position: fixed;
  top: 92px;
  right: 24px;
  z-index: 1050;
  width: min(420px, calc(100vw - 32px));
  padding: 1rem 1.1rem;
  border: 1px solid #f3d2bf;
  border-radius: 12px;
  background: #fff5ec;
  color: #7a360d;
  font-weight: 700;
  line-height: 1.5;
  box-shadow: 0 20px 40px rgba(28, 16, 12, .18);
  transform: translateY(0);
  opacity: 1;
  transition: opacity .2s ease, transform .2s ease;
}

.public-alert-toast.is-hidden {
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
}

.public-alert-toast.is-error {
  border-color: #f1c3c6;
  background: #fff1f2;
  color: #a61b23;
}

.public-alert-toast.is-success {
  border-color: #cbe7d2;
  background: #f3fff5;
  color: #126c34;
}

.public-notification-bell {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 5000;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #ef2f22 0%, #ff8a12 100%);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 18px 34px rgba(157, 0, 20, .24);
}

.public-notification-bell.is-blocked {
  background: linear-gradient(135deg, #6b7280 0%, #9ca3af 100%);
}

.public-moneris-overlay {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(16, 13, 22, .54);
  backdrop-filter: blur(6px);
}

.public-moneris-overlay.is-hidden {
  display: none;
}

.public-moneris-dialog {
  width: min(920px, 100%);
  max-height: min(86vh, 880px);
  padding: 1.25rem;
  border: 1px solid #f0dfd2;
  border-radius: 16px;
  background: #fffdfa;
  box-shadow: 0 30px 80px rgba(13, 12, 18, .28);
  overflow: auto;
}

.public-moneris-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
  margin-bottom: 1rem;
}

.public-moneris-head h3 {
  margin: .35rem 0 0;
  font-size: 1.5rem;
  font-weight: 900;
}

#monerisCheckout {
  min-height: 480px;
}

.public-menu-browser-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
  margin-bottom: 1.5rem;
}

.public-menu-browser-head h1 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
  font-weight: 900;
}

.public-menu-intro {
  margin: .6rem 0 0;
  max-width: 760px;
  color: var(--muted);
  line-height: 1.7;
}

.public-menu-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin-bottom: 2.1rem;
}

.public-menu-filter-btn {
  min-height: 42px;
  min-width: 118px;
  padding: .55rem 1.35rem;
  border: 0;
  border-radius: 999px;
  background: #eee5e1;
  color: #9d4300;
  font-size: .96rem;
  font-weight: 900;
  letter-spacing: .03em;
}

.public-menu-filter-btn.is-active {
  border-color: transparent;
  color: #fff;
  background: #a71920;
  box-shadow: 0 14px 28px rgba(167, 25, 32, .17);
}

.public-menu-browser-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.45rem;
}

.public-browser-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(239, 232, 228, .9);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(33, 37, 41, .055);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.public-browser-card:hover {
  transform: translateY(-3px);
  border-color: rgba(167, 25, 32, .16);
  box-shadow: 0 20px 44px rgba(33, 37, 41, .1);
}

.public-browser-card-media {
  position: relative;
  height: 230px;
  overflow: hidden;
  background: #1f1d22;
}

.public-browser-card-image {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
  background: #fff5ec;
  transition: transform .35s ease;
}

.public-browser-card:hover .public-browser-card-image {
  transform: scale(1.045);
}

.public-browser-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1.55rem 1.7rem 1.7rem;
}

.public-browser-card-price {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin-top: 0;
  padding: .32rem .85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: #8f0f16;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(22, 20, 35, .12);
}

.public-browser-special-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: .16rem;
  line-height: 1.05;
}

.public-browser-special-price del {
  color: #858b96;
  font-size: .78rem;
  font-weight: 800;
  text-decoration-thickness: 2px;
}

.public-browser-special-price strong {
  color: #0f7a3d;
  font-size: 1rem;
  font-weight: 950;
}

.public-browser-offer-note {
  margin-top: .85rem;
  border: 1px solid #f2d3c2;
  border-radius: 8px;
  background: #fff7f0;
  color: #8f0f16;
  padding: .55rem .7rem;
  font-size: .86rem;
  font-weight: 800;
  line-height: 1.35;
}

.public-browser-offer-badge {
  position: absolute;
  top: 4rem;
  right: 1rem;
  z-index: 2;
  border-radius: 999px;
  padding: .3rem .7rem;
  background: linear-gradient(135deg, #ef2b22, #f7931e);
  color: #fff;
  font-size: .76rem;
  font-weight: 950;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(227, 67, 45, .24);
}

.public-browser-card-tags {
  position: absolute;
  left: 1rem;
  bottom: .9rem;
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}

.public-browser-card-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: .25rem .55rem;
  border-radius: 4px;
  background: #a71920;
  color: #fff;
  font-size: .69rem;
  font-weight: 900;
  letter-spacing: .06em;
  line-height: 1;
  text-transform: uppercase;
}

.public-browser-card-tags span:nth-child(2) {
  background: #138a42;
}

.public-browser-card-copy {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
}

.public-browser-card-copy h2 {
  margin: 0;
  color: #101218;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1.22;
}

.public-browser-card-description {
  margin: 1rem 0 0;
  color: #59413e;
  font-size: 1rem;
  line-height: 1.7;
}

.public-browser-card-items {
  display: grid;
  gap: .45rem;
  margin-top: 1rem;
  padding-top: .9rem;
  border-top: 1px solid #f1e4dd;
}

.public-browser-card-subitem {
  display: flex;
  justify-content: space-between;
  gap: .75rem;
  align-items: start;
  color: #5f6677;
  font-size: .84rem;
  line-height: 1.3;
}

.public-browser-card-subitem strong {
  white-space: nowrap;
  color: #5f6677;
  font-size: .82rem;
  font-weight: 700;
}

.public-browser-add-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  min-height: 48px;
  margin-top: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  background: #b21b22;
  box-shadow: 0 12px 24px rgba(178, 27, 34, .22);
  transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
}

.public-browser-add-btn:hover {
  background: #8f0f16;
  box-shadow: 0 14px 28px rgba(143, 15, 22, .26);
  transform: translateY(-1px);
}

.public-browser-add-btn:active {
  transform: translateY(0) scale(.96);
}

.public-cart-head {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.public-cart-head h2 {
  margin: 0;
  font-size: 2rem;
  font-weight: 900;
}

.public-cart-clear-btn {
  min-height: 40px;
  padding: .6rem 1rem;
  border: 1px solid #202020;
  border-radius: 8px;
  background: #fff;
  font-weight: 700;
}

.public-cart-empty {
  color: var(--muted);
  margin-bottom: 1rem;
}

.public-best-offer-box {
  display: grid;
  gap: .25rem;
  margin: 1rem 0 0;
  border: 1px solid #f2d3c2;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(239, 41, 37, .08), rgba(251, 138, 19, .12));
  color: #5f2018;
  padding: .9rem 1rem;
}

.public-best-offer-box strong {
  color: #8f0f16;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.public-best-offer-box span {
  color: #2f2422;
  font-size: .94rem;
  font-weight: 800;
  line-height: 1.4;
}

.public-cart-list {
  display: grid;
  gap: 0;
}

.public-cart-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "copy price"
    "controls price";
  column-gap: 1rem;
  row-gap: .5rem;
  padding: .95rem 0;
  border-bottom: 1px solid var(--line);
}

.public-cart-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.public-cart-item-copy {
  grid-area: copy;
}

.public-cart-item-copy strong,
.public-cart-item-price {
  display: block;
}

.public-cart-item-copy span {
  display: block;
  color: var(--muted);
  line-height: 1.55;
}

.public-cart-item-copy small {
  display: block;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.45;
}

.public-cart-offer-chip {
  display: inline-flex !important;
  width: fit-content;
  align-items: center;
  margin: .35rem 0 .25rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ef2925 0%, #f35a16 54%, #fb8a13 100%);
  color: #fff !important;
  padding: .26rem .62rem;
  font-size: .75rem;
  font-weight: 900;
  line-height: 1.15;
}

.public-cart-item-controls {
  grid-area: controls;
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  align-self: start;
}

.public-cart-qty-static {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 .75rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff8f2;
  color: #7a360d;
  font-size: .9rem;
  font-weight: 700;
}

.public-cart-qty-btn {
  width: 32px;
  height: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  font-weight: 800;
}

.public-cart-qty-label {
  font-weight: 700;
}

.public-cart-qty-input {
  width: 58px;
  height: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-weight: 800;
  text-align: center;
}

.public-cart-item-price {
  grid-area: price;
  align-self: center;
  font-size: 1rem;
  font-weight: 900;
  text-align: right;
}

.public-cart-summary {
  display: grid;
  gap: .8rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.public-cart-summary-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.public-cart-summary-row-discount strong {
  color: #0b8d45;
}

.public-cart-summary-total span,
.public-cart-summary-total strong {
  color: #df1e27;
  font-size: 1.1rem;
  font-weight: 900;
}

.public-cart-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  gap: .85rem;
}

.public-mobile-cart-jump {
  display: none;
}

.public-offer-select-btn,
.public-offer-clear-btn,
.public-offer-close-btn {
  min-height: 44px;
  border-radius: 8px;
  border: 1px solid #9b111e;
  background: #fff;
  color: #9b111e;
  padding: .7rem 1rem;
  font-weight: 900;
}

.public-offer-select-btn {
  width: 100%;
  border-color: transparent;
  background: linear-gradient(135deg, #ef2925 0%, #f35a16 54%, #fb8a13 100%);
  color: #fff;
  box-shadow: 0 16px 30px rgba(159, 17, 30, .22);
}

.public-offer-modal {
  position: fixed;
  inset: 0;
  z-index: 4000;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(17, 24, 39, .55);
}

.public-offer-modal[hidden] {
  display: none !important;
}

.public-offer-dialog {
  width: min(680px, 100%);
  max-height: calc(100dvh - 2rem);
  overflow-y: auto;
  border: 1px solid #f0d6ca;
  border-radius: 14px;
  background: #fffaf6;
  padding: 1.2rem;
  box-shadow: 0 26px 70px rgba(34, 20, 17, .28);
}

.public-offer-dialog-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.public-offer-dialog-head h2 {
  margin: 0;
  color: #191717;
  font-size: 1.55rem;
  font-weight: 950;
}

.public-offer-loyalty-note {
  margin: .55rem 0 0;
  padding: .7rem .85rem;
  border: 1px solid #f0d2c1;
  border-radius: 10px;
  background: #fff7f0;
  color: #8f0f16;
  font-size: .92rem;
  font-weight: 850;
  line-height: 1.35;
}

.public-offer-list {
  display: grid;
  gap: .75rem;
}

.public-offer-choice {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid #ead7ce;
  border-radius: 10px;
  background: #fff;
  padding: 1rem;
  text-align: left;
}

.public-offer-choice strong,
.public-offer-choice small {
  display: block;
}

.public-offer-choice strong {
  color: #1f1d22;
  font-size: 1rem;
  font-weight: 950;
}

.public-offer-choice strong em {
  display: inline-flex;
  margin-left: .35rem;
  border-radius: 999px;
  background: #138a42;
  color: #fff;
  padding: .18rem .45rem;
  font-size: .68rem;
  font-style: normal;
  text-transform: uppercase;
}

.public-offer-choice small {
  margin-top: .25rem;
  color: #66514b;
  font-size: .84rem;
  font-weight: 700;
}

.public-offer-choice b {
  color: #0f7a3d;
  white-space: nowrap;
}

.public-offer-choice.is-selected {
  border-color: transparent;
  background: linear-gradient(135deg, #ef2925 0%, #f35a16 54%, #fb8a13 100%);
}

.public-offer-choice.is-selected strong,
.public-offer-choice.is-selected small,
.public-offer-choice.is-selected b {
  color: #fff;
}

.public-offer-empty {
  border: 1px dashed #e1c8bd;
  border-radius: 10px;
  background: #fff;
  color: #6f5b55;
  padding: 1rem;
  font-weight: 800;
}

.public-offer-clear-btn {
  width: 100%;
  margin-top: 1rem;
}

.public-checkout-form {
  display: grid;
  gap: 1.25rem;
}

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

.public-checkout-grid-secondary {
  grid-template-columns: 220px minmax(0, 1fr);
}

.public-field {
  display: grid;
  gap: .45rem;
}

.public-field span {
  color: #6d2a08;
  font-size: .92rem;
  font-weight: 700;
}

.public-field input,
.public-field select,
.public-field textarea {
  width: 100%;
  min-height: 50px;
  padding: .85rem .95rem;
  border: 1px solid #ecd8c7;
  border-radius: 8px;
  background: #fffdfa;
  color: var(--text);
  outline: none;
}

.public-field textarea {
  min-height: 120px;
  resize: vertical;
}

.public-field-full {
  grid-column: 1 / -1;
}

.public-checkout-optin {
  padding: .9rem 1rem;
  border: 1px solid #f0dfd2;
  border-radius: 10px;
  background: #fffaf5;
}

.public-square-card-panel {
  display: grid;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid #f0dfd2;
  border-radius: 12px;
  background: #fffaf5;
}

.public-square-card-panel h3 {
  margin: .25rem 0 0;
  font-size: 1.3rem;
  font-weight: 900;
}

.public-square-card-panel .public-menu-intro {
  margin: .5rem 0 0;
}

.public-square-card-container {
  min-height: 95px;
  padding: .9rem;
  border: 1px solid #edd8c8;
  border-radius: 10px;
  background: #fff;
}

.public-secondary-btn.is-disabled,
.public-checkout-btn.is-disabled,
.public-inline-nav-link.is-disabled {
  opacity: .55;
  pointer-events: none;
}

.public-inline-nav-link {
  display: inline-flex;
  align-items: center;
  margin-left: .45rem;
  color: #5fa8ff;
  font-size: .92rem;
  font-weight: 700;
  text-decoration: none;
}

.public-inline-nav-link:hover,
.public-inline-nav-link:focus-visible {
  color: #1f5fbf;
  text-decoration: none;
}

.public-checkout-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

.public-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .7rem 1.1rem;
  border: 1px solid #d8c5b5;
  border-radius: 8px;
  background: #fff;
  color: var(--text);
  font-weight: 700;
  text-decoration: none;
}

.public-checkout-btn {
  min-height: 54px;
  min-width: 240px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--brand-red), var(--brand-orange));
}

.public-map-action-btn {
  min-width: 0;
  max-width: min(100%, 360px);
  white-space: normal;
  text-align: center;
  line-height: 1.3;
  padding: .85rem 1rem;
}

.public-checkout-btn:disabled {
  opacity: .55;
  cursor: not-allowed;
}

.public-terms-check {
  display: flex;
  align-items: start;
  gap: .6rem;
  width: 100%;
  color: var(--muted);
  line-height: 1.5;
}

.public-terms-check input {
  margin-top: .2rem;
}

.public-subhero {
  padding: 4.5rem 0 3rem;
  background: linear-gradient(135deg, #fff4ea, #fffdfa);
}

.public-subhero-soft {
  background: linear-gradient(135deg, #fff7ef, #fff1e2);
}

.public-subhero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 3.8rem);
  line-height: 1.08;
  font-weight: 900;
}

.public-subhero p:last-child {
  max-width: 760px;
  margin: 1rem 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.public-section-soft {
  background: var(--surface);
}

.public-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .9fr);
  gap: 1.5rem;
  align-items: end;
  margin-bottom: 2rem;
}

.public-section-head h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.1;
  font-weight: 900;
}

.public-section-head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.public-menu-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 1.25rem;
}

.public-menu-feature {
  display: grid;
  grid-template-rows: minmax(280px, 420px) auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.public-menu-feature-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.public-menu-feature-copy,
.public-menu-item,
.public-service-card,
.public-branch-card {
  padding: 1.25rem;
}

.public-menu-feature-copy h3,
.public-menu-item h3,
.public-service-card h3,
.public-branch-card h3 {
  margin: .75rem 0 .5rem;
  font-size: 1.35rem;
  font-weight: 800;
}

.public-menu-feature-copy p,
.public-menu-item p,
.public-service-card p,
.public-branch-copy p,
.public-branch-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.public-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: .35rem .8rem;
  border-radius: 999px;
  border: 1px solid #efd8c8;
  background: #fff6ed;
  color: var(--brand-red-dark);
  font-size: .82rem;
  font-weight: 800;
}

.public-menu-list,
.public-service-grid,
.public-branch-list,
.public-page-grid {
  display: grid;
  gap: 1rem;
}

.public-page-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.public-page-card {
  display: grid;
  grid-template-rows: 220px auto;
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.public-page-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.public-page-card-copy {
  display: flex;
  flex-direction: column;
  gap: .9rem;
  padding: 1.35rem;
}

.public-page-card h2 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
}

.public-page-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.public-branch-timing {
  color: var(--brand-red-dark) !important;
  font-weight: 800;
}

.public-feature-list {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted);
  line-height: 1.8;
}

.public-inline-btn {
  align-self: start;
}

.public-service-highlight {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: 1.25rem;
  align-items: start;
}

.public-menu-item,
.public-service-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.public-service-card {
  overflow: hidden;
}

.public-service-card-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.public-service-card-copy {
  padding: 1.25rem;
}

.public-menu-preview-image {
  width: 100%;
  height: 180px;
  margin-top: 1rem;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid var(--line);
}

.public-menu-card-list {
  display: grid;
  gap: .85rem;
}

.public-menu-detail-card {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.public-menu-detail-image {
  width: 88px;
  height: 88px;
  border-radius: 8px;
  object-fit: cover;
}

.public-menu-detail-copy {
  display: flex;
  flex-direction: column;
  gap: .3rem;
}

.public-menu-detail-name {
  display: block;
  font-size: 1.15rem;
  line-height: 1.35;
}

.public-menu-detail-meta,
.public-menu-detail-code {
  color: var(--muted);
  line-height: 1.55;
}

.public-menu-detail-code {
  font-weight: 700;
}

.public-menu-subitems {
  display: grid;
  gap: .5rem;
  margin-top: .6rem;
}

.public-menu-subitem-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: .75rem .9rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff9f4;
}

.public-menu-subitem-row span {
  color: var(--ink);
  line-height: 1.5;
}

.public-menu-subitem-row strong {
  white-space: nowrap;
}

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

.public-branch-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
  gap: 1.25rem;
  align-items: stretch;
}

.public-branch-list div {
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.public-branch-list div:last-child {
  border-bottom: 0;
}

.public-branch-list strong {
  display: block;
  margin-bottom: .35rem;
  font-size: 1.05rem;
}

.public-branch-list span {
  display: block;
  color: var(--muted);
  line-height: 1.65;
}

.public-inline-map-link {
  display: inline-block;
  margin-top: .55rem;
  color: #4b9df5;
  font-size: .95rem;
  font-weight: 700;
  text-decoration: none;
}

.public-inline-map-link:hover,
.public-inline-map-link:focus {
  color: #1e63b8;
  text-decoration: none;
}

.public-branch-card {
  display: flex;
  flex-direction: column;
  gap: .6rem;
  border-radius: 8px;
  background: linear-gradient(180deg, #fffaf4, #fff2e4);
  border: 1px solid #f0dccd;
}

.public-contact-logo {
  width: 88px;
  height: 88px;
  object-fit: contain;
}

.public-branch-card a {
  color: var(--brand-red-dark);
  font-weight: 700;
  text-decoration: none;
}

.site-footer {
  background: #1d1b22;
  color: rgba(255,255,255,.88);
  padding: 1.5rem 0;
}

.site-footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.site-footer-inner p {
  margin: .35rem 0 0;
  color: rgba(255,255,255,.68);
}

.site-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.site-footer-links a {
  color: rgba(255,255,255,.88);
  text-decoration: none;
  font-weight: 700;
}

.site-footer-links a:hover {
  color: #fff;
}

@media (max-width: 991.98px) {
  .public-metrics,
  .public-section-head,
  .public-menu-grid,
  .public-service-grid,
  .public-service-highlight,
  .public-branch-layout,
  .site-footer-inner {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: start;
  }

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

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

  .public-sales-shell {
    grid-template-columns: 1fr;
  }

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

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

  .public-hero {
    min-height: 72vh;
    background-position: 62% center;
  }

  .public-hero-copy {
    padding: 3.5rem 0 7rem;
  }
}

@media (max-width: 767.98px) {
  .public-menu-sales-page {
    padding-top: 0;
  }

  .public-menu-sales-page .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .public-navbar {
    min-height: 66px;
  }

  .public-brand span {
    font-size: 1rem;
  }

  .public-brand-logo {
    width: 46px;
    height: 46px;
  }

  .public-hero {
    min-height: 76vh;
    background-position: 68% center;
  }

  .public-hero-overlay {
    background: linear-gradient(180deg, rgba(32, 29, 37, .78), rgba(153, 20, 26, .56), rgba(241, 141, 31, .24));
  }

  .public-hero-copy {
    padding: 3rem 0 6rem;
  }

  .public-band {
    margin-top: -4rem;
  }

  .public-metrics {
    grid-template-columns: 1fr;
  }

  .public-page-grid,
  .public-service-grid {
    grid-template-columns: 1fr;
  }

  .public-menu-browser-shell {
    padding: 1.2rem;
  }

  .public-menu-browser-head {
    flex-direction: column;
    align-items: start;
  }

  .public-menu-sales-page .public-sales-shell {
    display: block;
  }

  .public-menu-sales-page .public-sales-menu-panel {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: .5rem;
    padding: .65rem .4rem 6rem;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: #f7f9ff;
  }

  .public-menu-sales-page .public-menu-browser-head {
    grid-column: 1 / -1;
    padding: .75rem .65rem 0;
    margin-bottom: .5rem;
  }

  .public-menu-sales-page .public-menu-browser-head h1 {
    font-size: 1.7rem;
  }

  .public-menu-sales-page .public-menu-intro {
    display: none;
  }

  .public-menu-sales-page .public-menu-filter-row {
    position: sticky;
    top: 66px;
    z-index: 15;
    order: 2;
    align-self: start;
    display: grid;
    grid-template-columns: 1fr;
    gap: .55rem;
    max-height: calc(100vh - 86px);
    margin: 0;
    padding: .15rem .05rem 6.25rem;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    scrollbar-width: none;
  }

  .public-menu-sales-page .public-menu-filter-row::-webkit-scrollbar {
    display: none;
  }

  .public-menu-sales-page .public-menu-filter-btn {
    width: 100%;
    min-width: 0;
    min-height: 66px;
    padding: .35rem .25rem;
    border: 1px solid #efc9c3;
    border-radius: 12px;
    background: #fff;
    color: #201d25;
    font-size: .68rem;
    line-height: 1.15;
    text-align: center;
    word-break: break-word;
    box-shadow: none;
  }

  .public-menu-sales-page .public-menu-filter-btn.is-active {
    background: var(--brand-action-gradient);
    color: #fff;
    box-shadow: 0 12px 24px rgba(239, 41, 37, .22);
  }

  .public-menu-sales-page .public-menu-browser-grid {
    order: 3;
    grid-template-columns: 1fr;
    gap: .65rem;
    min-width: 0;
  }

  .public-sales-menu-panel,
  .public-sales-cart-panel,
  .public-checkout-panel,
  .public-checkout-summary-panel {
    padding: 1.2rem;
  }

  .public-menu-sales-page .public-sales-cart-panel {
    margin: 1rem .75rem 6rem;
    padding: 1.2rem;
    border-radius: 14px;
  }

  .public-menu-sales-page .public-browser-card {
    border-color: #efc9c3;
    border-radius: 10px;
    box-shadow: none;
  }

  .public-menu-sales-page .public-browser-card:hover {
    transform: none;
    box-shadow: none;
  }

  .public-menu-sales-page .public-browser-card-media {
    height: 92px;
  }

  .public-menu-sales-page .public-browser-card-body {
    padding: .65rem .55rem;
  }

  .public-menu-sales-page .public-browser-card-copy {
    gap: .4rem;
    align-items: center;
  }

  .public-menu-sales-page .public-browser-card-copy h2 {
    font-size: 1.03rem;
    line-height: 1.08;
  }

  .public-menu-sales-page .public-browser-add-btn {
    width: 48px;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
    flex: 0 0 48px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    font-size: 1.85rem;
  }

  .public-menu-sales-page .public-browser-card-price {
    top: .45rem;
    right: .45rem;
    font-size: .78rem;
    padding: .25rem .55rem;
  }

  .public-menu-sales-page .public-browser-card-tags {
    left: .45rem;
    bottom: .45rem;
  }

  .public-menu-sales-page .public-browser-card-tags span {
    font-size: .63rem;
    padding: .22rem .45rem;
  }

  .public-menu-sales-page .public-browser-offer-badge {
    top: 2.55rem;
    left: .45rem;
    right: auto;
    max-width: calc(100% - .9rem);
    font-size: .62rem;
    padding: .22rem .45rem;
  }

  .public-menu-sales-page .public-browser-offer-note,
  .public-menu-sales-page .public-browser-card-items {
    display: none;
  }

  .public-mobile-cart-jump {
    position: fixed;
    grid-column: auto;
    order: initial;
    left: 50%;
    top: calc(70px + env(safe-area-inset-top, 0px));
    bottom: auto;
    z-index: 3000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .8rem;
    width: min(430px, calc(100vw - 36px));
    margin: 0;
    min-height: 58px;
    padding: .65rem .95rem;
    border: 0;
    border-radius: 15px;
    background: linear-gradient(135deg, #ef2925 0%, #ff5a16 48%, #fb8c13 100%);
    color: #fff;
    box-shadow: 0 14px 28px rgba(239, 82, 18, .28);
    transform: translateX(-50%);
  }

  .public-mobile-cart-jump.is-hidden {
    display: none !important;
  }

  .public-mobile-cart-jump.has-items {
    display: flex !important;
  }

  .public-mobile-cart-jump span,
  .public-mobile-cart-jump strong {
    color: #fff;
    font-weight: 950;
    line-height: 1;
  }

  .public-mobile-cart-jump span {
    font-size: .82rem;
    letter-spacing: .04em;
  }

  .public-mobile-cart-jump strong {
    font-size: 1.25rem;
  }

  .public-alert-toast {
    top: 78px;
    right: 12px;
    width: min(360px, calc(100vw - 24px));
  }

  .public-browser-card-subitem {
    flex-direction: column;
    align-items: start;
  }

  .public-cart-item {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "copy copy"
      "controls price";
    align-items: center;
    gap: .75rem 1rem;
  }

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

  .public-cart-item-copy strong {
    font-size: 1.15rem;
    line-height: 1.15;
  }

  .public-cart-offer-chip {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    margin-top: .45rem;
    white-space: normal;
  }

  .public-cart-item-controls {
    align-self: center;
    gap: .65rem;
  }

  .public-cart-qty-btn {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    font-size: 1.2rem;
    font-weight: 900;
  }

  .public-cart-qty-label {
    min-width: 1.2rem;
    text-align: center;
    font-size: 1.1rem;
  }

  .public-cart-item-price {
    align-self: center;
    font-size: 1.25rem;
    text-align: right;
    white-space: nowrap;
  }

  .public-checkout-grid,
  .public-checkout-grid-secondary {
    grid-template-columns: 1fr;
  }

  .public-checkout-actions {
    justify-content: stretch;
  }

  .public-secondary-btn,
  .public-checkout-btn {
    width: 100%;
  }

  .public-map-action-btn {
    max-width: 100%;
  }

  .public-inline-nav-link {
    display: inline;
    margin-left: .35rem;
  }

  .public-section {
    padding: 4rem 0;
  }

  .public-menu-feature {
    grid-template-rows: 240px auto;
  }
}

.public-nav-logout-form {
  margin: 0;
}

.public-page-flash,
.public-inline-message {
  margin: 1rem 0 0;
  padding: .95rem 1.15rem;
  border-radius: 8px;
  font-size: .98rem;
  border: 1px solid rgba(173, 33, 33, .12);
}

.public-page-flash.success,
.public-inline-message.success {
  background: rgba(37, 163, 89, .12);
  color: #16703b;
  border-color: rgba(37, 163, 89, .22);
}

.public-inline-message.error {
  background: rgba(173, 33, 33, .08);
  color: #8c1c1c;
  border-color: rgba(173, 33, 33, .18);
}

.public-account-section {
  padding: 3.25rem 0 4.5rem;
}

.public-account-shell {
  display: flex;
  justify-content: center;
}

.public-account-card {
  width: min(920px, 100%);
  background: #fff;
  border: 1px solid rgba(221, 166, 132, .45);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 22px 50px rgba(116, 41, 14, .08);
}

.public-account-card.is-compact {
  width: min(720px, 100%);
}

.public-loyalty-card {
  display: grid;
  gap: 1rem;
  margin: 1.4rem 0 1.6rem;
  padding: 1.15rem;
  border: 1px solid #f0d2c1;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff8f4 0%, #ffffff 58%, #fff2e8 100%);
  box-shadow: 0 16px 34px rgba(118, 27, 22, .08);
}

.public-loyalty-card-compact {
  margin: 1rem 0 0;
}

.public-loyalty-card-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.public-loyalty-card-head h2 {
  margin: .1rem 0 0;
  color: #1f1d22;
  font-size: 1.3rem;
  font-weight: 950;
}

.public-loyalty-card-head > strong {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: .45rem .75rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ef2925 0%, #f35a16 54%, #fb8a13 100%);
  color: #fff;
  font-size: .9rem;
  font-weight: 950;
  white-space: nowrap;
}

.public-loyalty-label {
  color: #9b111e;
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.public-loyalty-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
}

.public-loyalty-stat {
  padding: .85rem;
  border: 1px solid #f0d8cc;
  border-radius: 12px;
  background: rgba(255, 255, 255, .82);
}

.public-loyalty-stat span {
  display: block;
  color: #6c5f59;
  font-size: .78rem;
  font-weight: 800;
}

.public-loyalty-stat strong {
  display: block;
  margin-top: .2rem;
  color: #8f0f16;
  font-size: 1.18rem;
  font-weight: 950;
}

.public-loyalty-progress {
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: #f4dfd5;
}

.public-loyalty-progress span {
  display: block;
  width: var(--loyalty-progress, 0%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(135deg, #ef2925 0%, #f35a16 54%, #fb8a13 100%);
}

.public-loyalty-note {
  margin: 0;
  color: #4b3b36;
  font-size: .98rem;
  font-weight: 800;
  line-height: 1.45;
}

@media (max-width: 640px) {
  .public-loyalty-card-head {
    display: grid;
  }

  .public-loyalty-card-head > strong {
    width: fit-content;
  }

  .public-loyalty-stats {
    grid-template-columns: 1fr;
  }
}

.public-orders-card {
  width: min(1080px, 100%);
}

.public-my-orders-section {
  background: #f8fafc;
}

.public-my-orders-head {
  max-width: 820px;
  margin-bottom: 2rem;
}

.public-my-orders-head h1 {
  margin: 0;
  color: var(--brand-red-dark);
  font-size: clamp(2.15rem, 4vw, 3.2rem);
  line-height: 1.12;
  font-weight: 900;
}

.public-my-orders-head p:last-child {
  margin: .75rem 0 0;
  color: #5f6677;
  font-size: 1.05rem;
  line-height: 1.65;
}

.public-my-orders-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: 1.5rem;
  align-items: start;
}

.public-my-orders-main,
.public-orders-aside {
  display: grid;
  gap: 1.35rem;
}

.public-orders-block h2 {
  display: flex;
  gap: .55rem;
  align-items: center;
  margin: 0 0 .9rem;
  color: #a04400;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.public-orders-block h2 span {
  width: .55rem;
  height: .55rem;
  border-radius: 999px;
  background: var(--brand-orange);
}

.public-orders-block h2.is-muted {
  color: #545350;
}

.public-order-feature-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  overflow: hidden;
  padding: 1.35rem;
  border: 1px solid #f1ded5;
  border-left: 5px solid var(--brand-orange);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(33, 37, 41, .07);
}

.public-order-card-main {
  display: flex;
  gap: 1rem;
  min-width: 0;
}

.public-order-avatar {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  border-radius: 10px;
  background: linear-gradient(135deg, #99141a, #ff8842);
  color: #fff;
  font-size: 1.7rem;
  font-weight: 900;
  box-shadow: inset 0 -16px 30px rgba(0, 0, 0, .12);
}

.public-order-avatar.is-small {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  font-size: 1.2rem;
}

.public-order-copy {
  min-width: 0;
}

.public-order-copy h3 {
  margin: .35rem 0 .2rem;
  color: #1e2028;
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.28;
}

.public-order-copy p {
  margin: 0;
  color: #6b7280;
  font-size: .93rem;
}

.public-order-card-side {
  display: grid;
  justify-items: end;
  align-content: space-between;
  gap: .9rem;
  text-align: right;
}

.public-order-card-side strong {
  color: var(--brand-red-dark);
  font-size: 1.3rem;
  font-weight: 900;
}

.public-order-progress {
  grid-column: 1 / -1;
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #f1f2f4;
}

.public-order-progress span {
  display: block;
  width: 74%;
  height: 100%;
  border-radius: inherit;
  background: var(--brand-orange);
}

.public-order-mini-details {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1.25rem;
  color: #6b7280;
  font-size: .92rem;
}

.public-order-mini-details strong {
  color: #2f3138;
}

.public-account-form {
  display: grid;
  gap: 1.3rem;
}

.public-account-actions {
  display: flex;
  justify-content: center;
  padding-top: .5rem;
}

.public-account-actions .public-checkout-btn {
  min-width: 240px;
}

.public-account-footnote {
  margin: 1.25rem 0 0;
  color: #6d6962;
  font-size: .96rem;
}

.public-account-footnote a {
  color: #5aa4ff;
  text-decoration: none;
  font-weight: 700;
}

.public-account-footnote a:hover {
  color: #1d57b5;
}

.public-essential-hero {
  position: relative;
  min-height: 440px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #221915;
}

.public-essential-hero-about {
  background-image: url('../images/home-catering-services.jpg');
  background-position: center;
  background-size: cover;
}

.public-essential-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(21, 15, 14, .82), rgba(21, 15, 14, .48), rgba(21, 15, 14, .18));
}

.public-essential-hero-copy {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  padding: 4rem 0;
  color: #fff;
}

.public-essential-hero-copy .public-kicker {
  color: #ffb690;
}

.public-essential-hero-copy h1,
.public-essential-page-head h1 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 1.05;
  font-weight: 950;
}

.public-essential-hero-copy p:not(.public-kicker),
.public-essential-page-head p {
  max-width: 760px;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: 1.12rem;
  line-height: 1.7;
}

.public-essential-page-head {
  text-align: center;
}

.public-essential-page-head h1 {
  color: var(--brand-red-dark);
}

.public-essential-page-head p {
  margin-left: auto;
  margin-right: auto;
  color: #5f6677;
}

.public-essential-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .85fr);
  gap: 3rem;
  align-items: center;
}

.public-essential-split h2,
.public-essential-team h2 {
  margin: 0 0 1rem;
  color: var(--brand-red-dark);
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.08;
  font-weight: 950;
}

.public-essential-split p:not(.public-kicker),
.public-essential-team p {
  color: #625b58;
  font-size: 1.05rem;
  line-height: 1.75;
}

.public-essential-image-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .85rem;
}

.public-essential-image-stack img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 22px 50px rgba(87, 31, 18, .14);
}

.public-essential-image-stack img:first-child {
  margin-top: 3rem;
}

.public-essential-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.public-essential-card {
  min-height: 230px;
  padding: 1.4rem;
  border: 1px solid #ead3c7;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(87, 31, 18, .08);
}

.public-essential-card-wide {
  grid-column: span 1;
}

.public-essential-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ef2925 0%, #f35a16 54%, #fb8a13 100%);
  color: #fff;
  font-weight: 950;
}

.public-essential-card h3 {
  margin: 1rem 0 .55rem;
  color: #1f1d22;
  font-size: 1.45rem;
  font-weight: 950;
}

.public-essential-card p {
  margin: 0;
  color: #625b58;
  line-height: 1.65;
}

.public-essential-team {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .8fr);
  gap: 2rem;
  align-items: end;
}

.public-essential-chip-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .75rem;
  margin-top: 1.4rem;
}

.public-essential-chip-row span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: .55rem 1rem;
  border-radius: 999px;
  background: #f3e6de;
  color: #6b3a29;
  font-weight: 850;
}

.public-essential-chip-row span:first-child {
  background: linear-gradient(135deg, #ef2925 0%, #f35a16 54%, #fb8a13 100%);
  color: #fff;
}

.public-gallery-bento {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 230px;
  gap: 1rem;
}

.public-gallery-tile {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #ead3c7;
  box-shadow: 0 18px 38px rgba(87, 31, 18, .08);
}

.public-gallery-large {
  grid-column: span 2;
  grid-row: span 2;
}

.public-gallery-tall {
  grid-row: span 2;
}

.public-gallery-wide {
  grid-column: span 2;
}

.public-gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.public-gallery-tile:hover img {
  transform: scale(1.05);
}

.public-gallery-tile div {
  position: absolute;
  inset: auto 0 0;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(0deg, rgba(24, 16, 14, .86), rgba(24, 16, 14, 0));
}

.public-gallery-tile strong,
.public-gallery-tile span {
  display: block;
}

.public-gallery-tile strong {
  font-size: 1.1rem;
  font-weight: 950;
}

.public-gallery-tile span {
  color: rgba(255, 255, 255, .8);
  font-size: .9rem;
  font-weight: 750;
}

.public-review-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.public-review-stats article,
.public-review-card,
.public-contact-card,
.public-contact-map-card,
.public-terms-content,
.public-terms-nav,
.public-terms-accepted {
  border: 1px solid #ead3c7;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(87, 31, 18, .08);
}

.public-review-stats article {
  padding: 1.2rem;
  text-align: center;
}

.public-review-stats strong {
  display: block;
  color: #9b111e;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 950;
}

.public-review-stats span {
  color: #625b58;
  font-size: .8rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

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

.public-review-card {
  display: grid;
  gap: .8rem;
  padding: 1.2rem;
}

.public-review-card div {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.public-review-card strong {
  color: #9b111e;
  font-weight: 950;
}

.public-review-card span {
  color: #8c7164;
  font-size: .85rem;
  font-weight: 800;
}

.public-review-card p {
  margin: 0;
  color: #584237;
  font-style: italic;
  line-height: 1.7;
}

.public-review-card::after {
  content: var(--review-stars, "*****");
  color: #f97316;
  font-weight: 950;
  letter-spacing: .08em;
}

.public-review-open-btn {
  margin-top: 1.25rem;
}

.public-review-modal {
  position: fixed;
  inset: 0;
  z-index: 4500;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(22, 17, 16, .58);
  backdrop-filter: blur(6px);
}

.public-review-modal[hidden] {
  display: none !important;
}

.public-review-modal-open {
  overflow: hidden;
}

.public-review-modal-dialog {
  position: relative;
  width: min(900px, 100%);
  max-height: calc(100dvh - 2rem);
  overflow-y: auto;
}

.public-review-modal-close {
  position: absolute;
  top: .8rem;
  right: .8rem;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid #ead3c7;
  border-radius: 999px;
  background: #fff;
  color: #9b111e;
  font-size: 1.35rem;
  font-weight: 950;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(87, 31, 18, .12);
}

.public-review-form-card {
  max-width: 860px;
  margin: 0 auto;
  padding: 1.5rem;
  border: 1px solid #ead3c7;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(87, 31, 18, .08);
}

.public-review-form-head {
  text-align: center;
  margin-bottom: 1.25rem;
}

.public-review-form-head h2 {
  margin: 0;
  color: var(--brand-red-dark);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 950;
}

.public-review-form-head p:not(.public-kicker) {
  margin: .65rem auto 0;
  color: #625b58;
}

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

.public-review-rating {
  display: grid;
  gap: .45rem;
}

.public-review-rating > span {
  color: #4b3b36;
  font-size: .88rem;
  font-weight: 850;
}

.public-review-stars {
  display: flex;
  justify-content: center;
  gap: .35rem;
  padding: .45rem 0;
}

.public-review-stars button {
  width: 44px;
  height: 44px;
  border: 1px solid #f0d2c1;
  border-radius: 12px;
  background: #fff7f0;
  color: #d2b5a9;
  font-size: 1.9rem;
  font-weight: 950;
  line-height: 1;
  transition: transform .16s ease, color .16s ease, background .16s ease;
}

.public-review-stars button:hover,
.public-review-stars button.is-selected {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #ef2925 0%, #f35a16 54%, #fb8a13 100%);
  color: #fff;
}

.public-review-form-actions {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  padding-top: .35rem;
}

.public-review-success {
  margin-top: 1rem;
}

.public-contact-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.public-contact-card {
  padding: 1.35rem;
}

.public-contact-primary {
  background: linear-gradient(135deg, #9b111e, #f97316);
  color: #fff;
}

.public-contact-card h2 {
  margin: 0 0 1rem;
  color: inherit;
  font-size: 1.5rem;
  font-weight: 950;
}

.public-contact-card a {
  display: block;
  width: fit-content;
  color: inherit;
  font-size: 1.05rem;
  font-weight: 850;
  text-decoration: none;
}

.public-contact-card a + a {
  margin-top: .45rem;
}

.public-contact-card p {
  margin: 1rem 0 0;
  color: inherit;
  line-height: 1.65;
}

.public-hours-list {
  display: grid;
  gap: .65rem;
  margin: 0;
}

.public-hours-list div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: .65rem;
  border-bottom: 1px solid #ead3c7;
}

.public-hours-list div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.public-hours-list dt,
.public-hours-list dd {
  margin: 0;
}

.public-hours-list dt {
  color: #625b58;
  font-weight: 800;
}

.public-hours-list dd {
  color: #1f1d22;
  font-weight: 950;
  text-align: right;
}

.public-contact-spice {
  background: #fff1ec;
}

.public-contact-map-card {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 1.5rem;
  align-items: center;
  margin-top: 1rem;
  padding: 1.2rem;
}

.public-contact-map-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 14px;
  background: #f7eee8;
}

.public-contact-map-card h2 {
  margin: 0 0 .75rem;
  color: var(--brand-red-dark);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 950;
}

.public-contact-map-card p:not(.public-kicker) {
  color: #625b58;
  line-height: 1.7;
}

.public-terms-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 1.2rem;
  align-items: start;
}

.public-terms-nav {
  position: sticky;
  top: 100px;
  display: grid;
  gap: .5rem;
  padding: 1rem;
}

.public-terms-nav a {
  padding: .75rem .85rem;
  border-radius: 10px;
  color: #584237;
  font-weight: 850;
  text-decoration: none;
}

.public-terms-nav a:hover,
.public-terms-nav a:first-child {
  background: #fff1ec;
  color: #9b111e;
}

.public-terms-content {
  padding: 1.5rem;
}

.public-terms-content section {
  padding: 1.2rem 0;
  border-bottom: 1px solid #ead3c7;
  scroll-margin-top: 110px;
}

.public-terms-content section:first-child {
  padding-top: 0;
}

.public-terms-content h2 {
  margin: 0 0 .65rem;
  color: var(--brand-red-dark);
  font-size: 1.45rem;
  font-weight: 950;
}

.public-terms-content p {
  color: #584237;
  line-height: 1.75;
}

.public-terms-accepted {
  margin-top: 1.25rem;
  padding: 1.3rem;
  text-align: center;
  background: #fff7f0;
}

.public-terms-accepted h3 {
  margin: 0 0 1rem;
  color: #1f1d22;
  font-weight: 950;
}

@media (max-width: 991px) {
  .public-essential-split,
  .public-essential-team,
  .public-contact-map-card,
  .public-terms-layout {
    grid-template-columns: 1fr;
  }

  .public-essential-card-grid,
  .public-review-grid,
  .public-review-form,
  .public-contact-layout {
    grid-template-columns: 1fr;
  }

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

  .public-terms-nav {
    position: static;
  }
}

@media (max-width: 640px) {
  .public-essential-hero {
    min-height: 380px;
  }

  .public-essential-image-stack,
  .public-review-stats,
  .public-gallery-bento {
    grid-template-columns: 1fr;
  }

  .public-gallery-large,
  .public-gallery-tall,
  .public-gallery-wide {
    grid-column: span 1;
    grid-row: span 1;
  }

  .public-gallery-bento {
    grid-auto-rows: 230px;
  }
}

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

.public-otp-inline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .65rem;
  align-items: center;
}

.public-inline-action-btn {
  min-height: 44px;
  padding: 0 .95rem;
  border: 1px solid rgba(219, 165, 132, .55);
  border-radius: 8px;
  background: linear-gradient(135deg, #f2302c 0%, #ff9d17 100%);
  color: #fff;
  font-size: .92rem;
  font-weight: 700;
  white-space: nowrap;
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.public-inline-action-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(167, 57, 15, .16);
}

.public-inline-action-btn:active {
  transform: translateY(0);
}

.public-field-help {
  display: block;
  margin-top: .45rem;
  color: #6d6962;
  font-size: .84rem;
  line-height: 1.45;
}

.public-orders-list {
  display: grid;
  gap: 1rem;
}

.public-order-card {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1.25rem;
  border: 1px solid #f0e4dc;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(33, 37, 41, .045);
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.public-order-card:hover {
  border-color: rgba(153, 20, 26, .24);
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(33, 37, 41, .07);
}

.public-order-card-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
}

.public-order-card-head strong {
  display: block;
  font-size: 1.1rem;
}

.public-order-card-head span {
  display: block;
  color: var(--muted);
  margin-top: .2rem;
}

.public-order-status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: .25rem .55rem;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.public-order-status-pill.is-active {
  background: #ffdbca;
  color: #783200;
}

.public-order-status-pill.is-complete {
  background: #ecfdf3;
  color: #157347;
}

.public-order-status-pill.is-cancelled {
  background: #fff1f2;
  color: #ba1a1a;
}

.public-order-status-text {
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.public-order-status-text.is-complete {
  color: #157347;
}

.public-order-status-text.is-active {
  color: #a04400;
}

.public-order-status-text.is-cancelled {
  color: #ba1a1a;
}

.public-order-card-meta {
  display: grid;
  gap: .65rem;
}

.public-order-items {
  display: grid;
  gap: .55rem;
  padding-top: .95rem;
  border-top: 1px solid var(--line);
}

.public-order-item-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  color: #5f6677;
  font-size: .94rem;
}

.public-order-card-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: .75rem;
}

.public-order-actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .65rem;
  margin-left: auto;
}

.public-order-link,
.public-order-rating {
  color: #a04400;
  font-size: .86rem;
  font-weight: 900;
  text-decoration: none;
}

.public-order-link:hover {
  color: var(--brand-red-dark);
  text-decoration: underline;
}

.public-order-rating {
  color: #157347;
}

.public-orders-aside > div,
.public-orders-empty {
  border-radius: 14px;
  box-shadow: 0 16px 38px rgba(33, 37, 41, .06);
}

.public-orders-favorite-card {
  position: relative;
  overflow: hidden;
  padding: 1.5rem;
  background: #8f0f16;
  color: #fff;
}

.public-orders-favorite-card::after {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
}

.public-orders-favorite-card h2,
.public-orders-summary-card h2,
.public-orders-catering-card h2,
.public-orders-empty h2 {
  margin: .75rem 0 .45rem;
  font-size: 1.25rem;
  font-weight: 900;
}

.public-orders-favorite-card p,
.public-orders-catering-card p,
.public-orders-empty p {
  margin: 0;
  color: rgba(255, 255, 255, .74);
  line-height: 1.6;
}

.public-orders-favorite-card p strong {
  color: #fff;
}

.public-order-side-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255, 136, 66, .2);
  color: #ffbd8f;
  font-size: 1.35rem;
  font-weight: 900;
}

.public-order-side-icon.is-light {
  background: #fff1e9;
  color: var(--brand-red);
}

.public-side-action {
  display: block;
  margin-top: 1.25rem;
  padding: .85rem 1rem;
  border-radius: 10px;
  background: #ff8842;
  color: #341100;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.public-side-action:hover {
  color: #341100;
  background: #ff9b5e;
}

.public-orders-summary-card,
.public-orders-catering-card,
.public-orders-empty {
  padding: 1.5rem;
  border: 1px solid #f0e4dc;
  background: #fff;
}

.public-orders-summary-card h2,
.public-orders-catering-card h2,
.public-orders-empty h2 {
  color: #1e2028;
}

.public-orders-summary-card div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .85rem 0;
  border-top: 1px solid #f0e4dc;
  color: #6b7280;
}

.public-orders-summary-card div:first-of-type {
  border-top: 0;
}

.public-orders-summary-card strong {
  color: var(--brand-red-dark);
}

.public-orders-catering-card {
  text-align: center;
}

.public-orders-catering-card .public-order-side-icon {
  margin: 0 auto;
}

.public-orders-catering-card p,
.public-orders-empty p {
  color: #6b7280;
}

.public-orders-catering-card a {
  display: block;
  margin-top: 1.1rem;
  padding: .8rem 1rem;
  border-radius: 10px;
  background: #f3f4f6;
  color: #2f3138;
  font-weight: 900;
  text-decoration: none;
}

.public-orders-catering-card a:hover {
  background: #e9ecef;
}

.public-orders-empty {
  display: grid;
  justify-items: start;
  gap: .75rem;
  max-width: 720px;
}

.public-orders-empty .public-order-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: #fff1e9;
  color: var(--brand-red);
  font-size: 1.35rem;
  font-weight: 900;
}

.public-login-join-page {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(420px, .85fr);
  min-height: calc(100vh - 128px);
  background: #f7f9ff;
}

.public-login-join-visual {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 680px;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4rem);
  background: #7f000d;
  color: #fff;
}

.public-login-join-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .42;
  mix-blend-mode: multiply;
}

.public-login-join-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(65, 0, 3, .92), rgba(127, 0, 13, .55));
}

.public-login-floating-logo {
  position: absolute;
  z-index: 2;
  right: clamp(1rem, 4vw, 4rem);
  top: clamp(1rem, 4vw, 3rem);
  width: clamp(130px, 18vw, 220px);
  height: auto;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, .34));
  transform: rotate(8deg);
}

.public-login-join-copy {
  position: relative;
  z-index: 2;
  max-width: 620px;
}

.public-login-join-copy .public-kicker {
  color: #ffb690;
}

.public-login-join-copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 6vw, 5.3rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.public-login-join-copy p:last-child {
  max-width: 560px;
  margin: 1.2rem 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 1.1rem;
  line-height: 1.7;
}

.public-login-join-form-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.3rem;
  padding: clamp(1.25rem, 4vw, 3rem);
  background: #fff;
}

.public-login-mobile-brand {
  display: none;
  align-items: center;
  gap: .75rem;
  justify-content: center;
  color: var(--brand-red-dark);
  font-weight: 900;
  text-transform: uppercase;
}

.public-login-mobile-brand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.public-login-join-card {
  width: min(520px, 100%);
  margin: 0 auto;
}

.public-auth-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
  margin-bottom: 1.5rem;
  padding: .35rem;
  border-radius: 999px;
  background: #f1f4f9;
}

.public-auth-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  color: #783200;
  font-weight: 900;
  text-decoration: none;
}

.public-auth-tabs a.is-active {
  background: #a11f21;
  color: #fff;
  box-shadow: 0 12px 26px rgba(161, 31, 33, .18);
}

.public-login-join-head {
  margin-bottom: 1.35rem;
}

.public-login-join-head h2 {
  margin: 0;
  color: #181c20;
  font-size: clamp(2rem, 4vw, 2.6rem);
  font-weight: 900;
  line-height: 1.15;
}

.public-login-join-head p:last-child {
  margin: .65rem 0 0;
  color: #59413e;
  line-height: 1.65;
}

.public-auth-form {
  display: grid;
  gap: 1rem;
}

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

.public-auth-field {
  display: grid;
  gap: .45rem;
}

.public-auth-field-full {
  grid-column: 1 / -1;
}

.public-auth-field span {
  color: #59413e;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.public-auth-field input {
  width: 100%;
  min-height: 54px;
  padding: .95rem 1rem;
  border: 1px solid #e1bfbb;
  border-radius: 12px;
  background: #f7f9ff;
  color: #181c20;
  font: inherit;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.public-auth-field input:focus {
  outline: none;
  border-color: #a11f21;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(161, 31, 33, .1);
}

.public-auth-field small {
  color: #6d6962;
  font-size: .82rem;
  line-height: 1.45;
}

.public-auth-inline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .55rem;
}

.public-auth-mini-btn {
  min-height: 54px;
  padding: 0 .9rem;
  border: 0;
  border-radius: 12px;
  background: #ff8842;
  color: #341100;
  font-size: .84rem;
  font-weight: 900;
  white-space: nowrap;
}

.public-auth-check {
  display: flex;
  gap: .7rem;
  align-items: center;
  color: #59413e;
  font-size: .94rem;
}

.public-auth-check input {
  width: 18px;
  height: 18px;
  accent-color: #a11f21;
}

.public-auth-forgot-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  color: #59413e;
  font-size: .9rem;
  flex-wrap: wrap;
}

.public-auth-forgot-btn {
  border: 0;
  background: transparent;
  color: #9b0014;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  padding: .2rem 0;
}

.public-auth-forgot-btn:hover {
  color: #ef2925;
}

.public-auth-primary-btn {
  min-height: 54px;
  border: 0;
  border-radius: 12px;
  background: #7f000d;
  color: #fff;
  font-size: .92rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  box-shadow: 0 16px 28px rgba(127, 0, 13, .18);
  transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
}

.public-auth-primary-btn:hover {
  background: #8f0f16;
  box-shadow: 0 18px 34px rgba(127, 0, 13, .24);
  transform: translateY(-1px);
}

.public-auth-primary-btn:active {
  transform: translateY(0) scale(.99);
}

.public-auth-switch {
  display: grid;
  justify-items: center;
  gap: .8rem;
  margin-top: 1.55rem;
  color: #59413e;
  text-align: center;
}

.public-auth-switch a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: .75rem 1.4rem;
  border: 2px solid #7f000d;
  border-radius: 999px;
  color: #7f000d;
  font-size: .85rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
}

.public-auth-switch a:hover {
  background: #7f000d;
  color: #fff;
}

.public-auth-bento {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  width: min(520px, 100%);
  margin: 0 auto;
}

.public-auth-bento div {
  padding: 1rem;
  border: 1px solid #eef0f4;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(33, 37, 41, .055);
}

.public-auth-bento span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: .55rem;
  border-radius: 10px;
  background: #ffdbca;
  color: #9d4300;
  font-weight: 900;
}

.public-auth-bento strong {
  display: block;
  color: #181c20;
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.public-auth-bento p {
  margin: .25rem 0 0;
  color: #6d6962;
  font-size: .78rem;
  line-height: 1.45;
}

.public-catering-hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #410003;
}

.public-catering-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.public-catering-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .42), rgba(0, 0, 0, .08));
}

.public-catering-hero .container-fluid {
  position: relative;
  z-index: 1;
}

.public-catering-hero-copy {
  max-width: 720px;
  padding: 5rem 0;
  color: #fff;
}

.public-catering-hero-copy .public-kicker {
  color: #ff8842;
}

.public-catering-hero-copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 7vw, 5.2rem);
  font-weight: 900;
  line-height: 1.02;
  text-transform: capitalize;
}

.public-catering-hero-copy h1 span {
  display: block;
  color: #ff8842;
}

.public-catering-hero-copy p:last-of-type {
  max-width: 600px;
  margin: 1.2rem 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: 1.1rem;
  line-height: 1.7;
}

.public-catering-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
  margin-top: 2rem;
}

.public-tiffin-photo-hero .public-tiffin-hero-chip {
  margin-bottom: 1rem;
  background: rgba(255, 136, 66, .18);
  color: #ffb690;
}

.public-catering-section,
.public-catering-quote-section {
  padding: 5rem 0;
  background: #faf7f2;
}

.public-catering-bento {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
  gap: 1.5rem;
}

.public-catering-story-card,
.public-catering-photo-card,
.public-catering-package-card,
.public-catering-estimate,
.public-catering-quote-image div {
  border: 1px solid rgba(226, 213, 204, .76);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(33, 37, 41, .055);
}

.public-catering-story-card {
  padding: clamp(1.6rem, 4vw, 3rem);
}

.public-catering-story-card h2,
.public-catering-section-head h2,
.public-catering-quote-copy h2 {
  margin: 0;
  color: var(--brand-red-dark);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.12;
}

.public-catering-story-card > p,
.public-catering-section-head > p,
.public-catering-quote-copy > p {
  max-width: 760px;
  margin: 1rem 0 0;
  color: #59413e;
  font-size: 1.05rem;
  line-height: 1.75;
}

.public-catering-point-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.public-catering-point-grid div {
  display: flex;
  gap: .7rem;
  align-items: center;
  color: #5f6677;
  font-weight: 800;
}

.public-catering-point-grid span {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #ffdbca;
  color: #9d4300;
  font-weight: 900;
}

.public-catering-package-copy li span {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border: 2px solid #b14d00;
  border-radius: 999px;
  background: #fff;
  color: #b14d00;
  font-size: .78rem;
  font-weight: 900;
  line-height: 1;
}

.public-catering-photo-card {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  padding: 1.5rem;
  display: flex;
  align-items: end;
  color: #fff;
  background: #ff8842;
}

.public-catering-photo-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .58;
  mix-blend-mode: multiply;
}

.public-catering-photo-card h3 {
  position: relative;
  margin: 0;
  max-width: 260px;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.08;
}

.public-catering-packages-section {
  padding: 5rem 0;
  background: #f1f4f9;
}

.public-catering-section-head {
  max-width: 760px;
  margin: 0 auto 3rem;
  text-align: center;
}

.public-catering-package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: stretch;
}

.public-catering-package-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease;
}

.public-catering-package-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(33, 37, 41, .1);
}

.public-catering-package-card.is-featured {
  border: 2px solid #7f000d;
  transform: scale(1.03);
  box-shadow: 0 24px 54px rgba(127, 0, 13, .16);
}

.public-catering-popular {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  padding: .4rem 1.2rem;
  border-radius: 0 0 10px 10px;
  background: #7f000d;
  color: #fff;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.public-catering-package-image {
  position: relative;
  height: 210px;
  overflow: hidden;
}

.public-catering-package-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.public-catering-package-image span {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: .38rem .75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: #7f000d;
  font-size: .8rem;
  font-weight: 900;
}

.public-catering-package-card.is-featured .public-catering-package-image span {
  background: #7f000d;
  color: #fff;
}

.public-catering-empty {
  max-width: 760px;
  margin: 0 auto;
  padding: 2rem;
  border: 1px solid rgba(226, 213, 204, .76);
  border-radius: 18px;
  background: #fff;
  text-align: center;
  box-shadow: 0 14px 34px rgba(33, 37, 41, .055);
}

.public-catering-plan-card {
  border-radius: 18px;
}

.public-catering-package-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 2.15rem 1.85rem 1.85rem;
}

.public-catering-package-copy h3 {
  margin: 0;
  color: #181c20;
  font-size: 1.45rem;
  font-weight: 900;
}

.public-catering-package-copy p {
  margin: .9rem 0 1.85rem;
  color: #766d68;
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.55;
}

.public-catering-master-data {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: 0 0 1.35rem;
}

.public-catering-master-data span {
  border-radius: 999px;
  background: #fff3ea;
  color: #7f000d;
  padding: .42rem .72rem;
  font-size: .78rem;
  font-weight: 900;
}

.public-catering-package-copy ul {
  display: grid;
  gap: 1.25rem;
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
}

.public-catering-package-copy li {
  display: flex;
  gap: .9rem;
  align-items: flex-start;
  color: #5b4843;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
}

.public-catering-outline-btn,
.public-catering-solid-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 58px;
  margin-top: auto;
  border-radius: 10px;
  font-size: .95rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
}

.public-catering-outline-btn {
  border: 2px solid #7f000d;
  color: #7f000d;
}

.public-catering-outline-btn:hover,
.public-catering-solid-btn {
  background: #7f000d;
  color: #fff;
}

.public-catering-solid-btn:hover {
  background: #8f0f16;
  color: #fff;
}

.public-catering-builder-wrap {
  position: fixed;
  inset: 0;
  z-index: 1080;
  display: grid;
  place-items: center;
  padding: 1.25rem;
}

.public-catering-builder-wrap[hidden] {
  display: none;
}

.public-catering-builder-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 15, 14, .72);
  backdrop-filter: blur(4px);
}

.public-catering-builder-modal {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  max-height: min(92vh, 920px);
  overflow: auto;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .32);
}

.public-catering-modal-close {
  position: sticky;
  top: .9rem;
  float: right;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: .85rem .85rem 0 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .95);
  color: #7f000d;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .16);
}

.public-catering-modal-open {
  overflow: hidden;
}

.public-catering-builder {
  clear: both;
  background: #fff;
  padding: 0 clamp(1.25rem, 3vw, 2rem) clamp(1.25rem, 3vw, 2rem);
}

.public-catering-builder[hidden] {
  display: none;
}

.public-catering-builder-head {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.public-catering-builder-photo {
  position: relative;
  height: clamp(220px, 34vw, 360px);
  margin: 0 calc(clamp(1.25rem, 3vw, 2rem) * -1) 1.5rem;
  overflow: hidden;
  background: #fff3ea;
}

.public-catering-builder-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.public-catering-builder-photo span {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  color: #7f000d;
  padding: .5rem .9rem;
  font-size: .9rem;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(0, 0, 0, .12);
}

.public-catering-builder-head h2 {
  margin: 0;
  color: var(--brand-red-dark);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 900;
}

.public-catering-builder-head p:not(.public-kicker) {
  max-width: 720px;
  margin: .75rem 0 0;
  color: #625b58;
  line-height: 1.65;
}

.public-catering-builder-price {
  min-width: 190px;
  border-radius: 16px;
  background: #fff3ea;
  padding: 1rem;
  text-align: right;
}

.public-catering-builder-price strong,
.public-catering-builder-price span {
  display: block;
}

.public-catering-builder-price strong {
  color: #7f000d;
  font-size: 1.6rem;
  font-weight: 900;
}

.public-catering-builder-price span {
  color: #716966;
  font-size: .86rem;
  font-weight: 800;
}

.public-catering-request-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
  margin-bottom: 1.5rem;
}

.public-catering-request-details input {
  width: 100%;
  border: 1px solid #e6d5ca;
  border-radius: 12px;
  padding: .85rem .95rem;
  color: #2a2524;
  font-weight: 700;
}

.public-catering-builder-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: 1.2rem;
  align-items: start;
}

.public-catering-group-picker {
  display: grid;
  gap: 1rem;
}

.public-catering-choice-group,
.public-catering-summary-panel {
  border: 1px solid #eadbd1;
  border-radius: 18px;
  background: #fffdfb;
  padding: 1.15rem;
}

.public-catering-choice-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.public-catering-choice-head span {
  display: inline-flex;
  margin-bottom: .4rem;
  border-radius: 999px;
  background: rgba(245, 154, 27, .16);
  color: #84320d;
  padding: .32rem .65rem;
  font-size: .78rem;
  font-weight: 900;
}

.public-catering-choice-head h3 {
  margin: 0;
  color: #252731;
  font-size: 1.2rem;
  font-weight: 900;
}

.public-catering-choice-head strong {
  color: #7f000d;
  white-space: nowrap;
}

.public-catering-choice-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
}

.public-catering-choice-list label {
  display: flex;
  gap: .65rem;
  align-items: center;
  min-height: 48px;
  margin: 0;
  border: 1px solid #f0e2d8;
  border-radius: 12px;
  background: #fff;
  padding: .7rem .8rem;
  color: #3c3330;
  font-weight: 800;
  cursor: pointer;
}

.public-catering-choice-list input {
  width: 18px;
  height: 18px;
  accent-color: #7f000d;
}

.public-catering-choice-note {
  min-height: 1.3rem;
  margin: .75rem 0 0;
  color: #9c141e;
  font-size: .86rem;
  font-weight: 800;
}

.public-catering-summary-panel {
  position: sticky;
  top: 1rem;
  display: grid;
  gap: 1rem;
}

.public-catering-summary-panel h3 {
  margin: 0;
  color: #252731;
  font-weight: 900;
}

.public-catering-summary-group {
  border-top: 1px dashed #eadbd1;
  padding-top: .8rem;
  margin-top: .8rem;
}

.public-catering-summary-group strong,
.public-catering-summary-group span {
  display: block;
}

.public-catering-summary-group strong {
  color: #7f000d;
  margin-bottom: .25rem;
}

.public-catering-summary-group span {
  color: #514a47;
  line-height: 1.55;
}

.public-catering-send-note {
  margin: 0;
  color: #6c6663;
  font-size: .9rem;
  line-height: 1.55;
}

.public-catering-email-status {
  min-height: 1.3rem;
  margin: 0;
  color: #0f7a3c;
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.4;
}

.public-catering-email-status.is-error {
  color: #a51622;
}

.public-catering-email-status:empty {
  display: none;
}

.public-catering-print-sheet {
  display: none;
}

.public-catering-print-frame {
  position: fixed;
  width: 0;
  height: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.public-catering-print-sheet:not([hidden]) {
  display: block;
  position: fixed;
  inset: 0;
  z-index: 1200;
  overflow: auto;
  padding: 1.25rem;
  background: #f4f1ed;
}

.public-catering-print-sheet:not([hidden]) .public-catering-print-page {
  max-width: 900px;
  margin: 1rem auto;
  padding: 1.5rem;
  background: #fff;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .1);
}

.public-catering-preview-toolbar {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  max-width: 900px;
  margin: 0 auto 1rem;
  border: 1px solid #eadbd1;
  border-radius: 14px;
  background: #fff;
  padding: .8rem 1rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
}

.public-catering-preview-toolbar strong {
  color: #7f000d;
  font-weight: 900;
}

.public-catering-preview-toolbar div {
  display: flex;
  gap: .6rem;
}

.public-catering-preview-toolbar button {
  border: 0;
  border-radius: 8px;
  background: #7f000d;
  color: #fff;
  padding: .65rem .9rem;
  font-weight: 900;
}

.public-catering-print-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  background: #920011;
  color: #fff;
  padding: 12px 14px;
  border-radius: 8px 8px 0 0;
}

.public-catering-print-brand {
  display: flex;
  gap: 12px;
  align-items: center;
}

.public-catering-print-brand img {
  width: 70px;
  height: 54px;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
  padding: 5px;
}

.public-catering-print-brand h1 {
  margin: 0;
  color: #fff;
  font-size: 25px;
  line-height: 1;
}

.public-catering-print-brand p {
  margin: 3px 0 0;
  color: #ffe8d7;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.public-catering-print-company {
  display: grid;
  gap: 2px;
  max-width: 330px;
  text-align: right;
  color: #fff;
  font-size: 10.5px;
  line-height: 1.35;
}

.public-catering-print-company strong,
.public-catering-print-company span {
  display: block;
}

.public-catering-print-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px;
  gap: 16px;
  border: 1px solid #eadbd1;
  border-top: 0;
  background: #fff8f2;
  padding: 12px 14px;
  margin-bottom: 10px;
}

.public-catering-print-hero span,
.public-catering-print-details span,
.public-catering-print-section-title span {
  display: block;
  color: #a54800;
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.public-catering-print-hero h2 {
  margin: 3px 0 5px;
  color: #241b18;
  font-size: 20px;
}

.public-catering-print-hero p {
  margin: 0;
  color: #5c5350;
  font-size: 11px;
  line-height: 1.35;
}

.public-catering-print-hero aside {
  display: grid;
  place-items: center;
  border: 2px solid #920011;
  border-radius: 8px;
  background: #fff;
  color: #920011;
  text-align: center;
}

.public-catering-print-hero aside strong {
  display: block;
  font-size: 28px;
  line-height: 1;
}

.public-catering-print-hero aside span {
  color: #920011;
  font-size: 9px;
}

.public-catering-print-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin-bottom: 10px;
}

.public-catering-print-details div {
  min-height: 48px;
  border: 1px solid #eadbd1;
  border-radius: 8px;
  background: #fff;
  padding: 7px 8px;
}

.public-catering-print-details strong {
  display: block;
  margin-top: 3px;
  color: #231f20;
  font-size: 12px;
  line-height: 1.3;
}

.public-catering-print-section-title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 12px;
  border-bottom: 2px solid #920011;
  margin: 7px 0 8px;
  padding-bottom: 5px;
}

.public-catering-print-section-title strong {
  color: #5c5350;
  font-size: 10px;
}

.public-catering-print-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.public-catering-print-group {
  break-inside: avoid;
  border: 1px solid #eadbd1;
  border-radius: 8px;
  background: #fff;
  padding: 8px;
}

.public-catering-print-group-head {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: flex-start;
  margin-bottom: 6px;
}

.public-catering-print-group-head h3 {
  margin: 2px 0 0;
  color: #920011;
  font-size: 14px;
  line-height: 1.15;
}

.public-catering-print-group-head span {
  display: block;
  color: #a54800;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.public-catering-print-group-head strong {
  flex: 0 0 auto;
  border-radius: 999px;
  background: #fff0e8;
  color: #920011;
  padding: 3px 7px;
  font-size: 10px;
}

.public-catering-print-items {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.public-catering-print-items span {
  border: 1px solid #e1c9bc;
  border-radius: 999px;
  background: #fff8f2;
  color: #241b18;
  padding: 4px 7px;
  font-size: 10.5px;
  line-height: 1.2;
}

.public-catering-print-items em {
  color: #777;
  font-size: 10.5px;
}

.public-catering-print-footer {
  break-inside: avoid;
  margin-top: 10px;
  border: 2px solid #920011;
  border-radius: 8px;
  background: #fff8f2;
  padding: 8px 10px;
}

.public-catering-print-footer strong {
  display: block;
  color: #920011;
  margin-bottom: 3px;
  font-size: 12px;
}

.public-catering-print-footer p {
  margin: 0;
  color: #333;
  font-size: 10.5px;
  line-height: 1.35;
}

.public-catering-quote-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
  gap: 3rem;
  align-items: center;
}

.public-catering-estimate {
  display: grid;
  gap: 1rem;
  margin-top: 1.8rem;
  padding: 1.5rem;
  background: #e5e2dd;
}

.public-catering-estimate label {
  color: #59413e;
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.public-catering-estimate input {
  accent-color: #7f000d;
}

.public-catering-estimate div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #7f000d;
  font-size: .82rem;
  font-weight: 900;
}

.public-catering-estimate a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  border-radius: 10px;
  background: #7f000d;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.public-catering-quote-image {
  position: relative;
}

.public-catering-quote-image > img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 26px 60px rgba(33, 37, 41, .18);
}

.public-catering-quote-image div {
  position: absolute;
  left: -1.2rem;
  bottom: -1.2rem;
  max-width: 260px;
  padding: 1.15rem;
}

.public-catering-quote-image strong {
  display: block;
  margin-bottom: .35rem;
  color: #181c20;
  font-weight: 900;
}

.public-catering-quote-image p {
  margin: 0;
  color: #6b7280;
  font-size: .86rem;
  line-height: 1.5;
}

@media (max-width: 1080px) {
  .public-login-join-page {
    grid-template-columns: 1fr;
  }

  .public-login-join-visual {
    display: none;
  }

  .public-login-join-form-wrap {
    min-height: calc(100vh - 128px);
  }

  .public-login-mobile-brand {
    display: flex;
  }

  .public-catering-package-grid,
  .public-catering-bento,
  .public-catering-quote-grid,
  .public-catering-builder-grid,
  .public-catering-request-details {
    grid-template-columns: 1fr;
  }

  .public-catering-builder-head {
    flex-direction: column;
  }

  .public-catering-builder-price {
    width: 100%;
    text-align: left;
  }

  .public-catering-summary-panel {
    position: static;
  }

  .public-catering-package-card.is-featured {
    transform: none;
  }
}

@media (max-width: 640px) {
  .public-login-join-form-wrap {
    padding: 1.25rem;
  }

  .public-auth-grid,
  .public-auth-bento,
  .public-auth-inline {
    grid-template-columns: 1fr;
  }

  .public-auth-mini-btn {
    width: 100%;
  }

  .public-catering-hero {
    min-height: 560px;
  }

  .public-catering-hero-copy {
    padding: 3.5rem 0;
  }

  .public-catering-point-grid {
    grid-template-columns: 1fr;
  }

  .public-catering-choice-list {
    grid-template-columns: 1fr;
  }

  .public-catering-quote-image div {
    position: static;
    margin-top: 1rem;
    max-width: none;
  }

  .public-catering-estimate div {
    flex-direction: column;
    gap: .35rem;
  }
}

@media print {
  @page {
    size: auto;
    margin: 10mm;
  }

  html,
  body {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: #fff !important;
  }

  body.public-catering-printing * {
    visibility: hidden !important;
  }

  body:not(.public-catering-printing) .public-catering-print-sheet {
    display: none !important;
  }

  .public-catering-print-sheet {
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    min-height: 0;
    padding: 0;
    background: #fff;
    color: #111;
    visibility: visible !important;
  }

  .public-catering-print-sheet * {
    visibility: visible !important;
  }

  .public-catering-print-page {
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
  }

  .public-catering-print-header {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: flex-start;
    border-bottom: 3px solid #7f000d;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .public-catering-print-brand {
    display: flex;
    gap: 14px;
    align-items: center;
  }

  .public-catering-print-brand img {
    width: 76px;
    height: 58px;
    object-fit: contain;
  }

  .public-catering-print-brand h1 {
    margin: 0;
    color: #7f000d;
    font-size: 25px;
    line-height: 1;
  }

  .public-catering-print-brand p {
    margin: 4px 0 0;
    color: #9b3a00;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .public-catering-print-company {
    display: grid;
    gap: 4px;
    max-width: 310px;
    text-align: right;
    color: #333;
    font-size: 12px;
    line-height: 1.35;
  }

  .public-catering-print-company strong,
  .public-catering-print-company span {
    display: block;
  }

  .public-catering-print-title {
    border: 1px solid #eadbd1;
    border-radius: 12px;
    background: #fff8f2;
    padding: 9px 11px;
    margin-bottom: 10px;
  }

  .public-catering-print-title span {
    display: block;
    color: #9b3a00;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .public-catering-print-page h2 {
    margin: 4px 0 6px;
    color: #231f20;
    font-size: 18px;
  }

  .public-catering-print-title p {
    margin: 0;
    color: #555;
    font-size: 12px;
    line-height: 1.45;
  }

  .public-catering-print-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin-bottom: 10px;
  }

  .public-catering-print-details div {
    border: 1px solid #e4d8d1;
    border-radius: 10px;
    padding: 6px 8px;
    background: #fff;
  }

  .public-catering-print-details span,
  .public-catering-print-details strong {
    display: block;
  }

  .public-catering-print-details span {
    color: #7f000d;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
  }

  .public-catering-print-details strong {
    margin-top: 3px;
    color: #222;
    font-size: 13px;
    line-height: 1.35;
  }

  .public-catering-print-section-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 8px !important;
  }

  .public-catering-print-group {
    border: 1px solid #eadbd1;
    border-radius: 12px;
    padding: 7px 9px;
    background: #fff;
  }

  .public-catering-print-group + .public-catering-print-group {
    margin-top: 6px;
  }

  .public-catering-print-group p {
    margin: 0;
    color: #666;
    font-size: 12px;
  }

  .public-catering-print-page section {
    break-inside: avoid;
    margin-bottom: 6px;
  }

  .public-catering-print-page h3 {
    margin: 0 0 3px;
    color: #7f000d;
    font-size: 15px;
  }

  .public-catering-print-page ul {
    margin: 5px 0 0;
    padding-left: 18px;
    columns: 2;
  }

  .public-catering-print-page li {
    margin-bottom: 2px;
    font-size: 12px;
  }

  .public-catering-print-footer {
    margin-top: 10px;
    border: 2px solid #7f000d;
    border-radius: 12px;
    padding: 8px 10px;
    background: #fff8f2;
  }

  .public-catering-print-footer strong {
    display: block;
    color: #7f000d;
    margin-bottom: 4px;
  }

  .public-catering-print-footer p {
    margin: 0;
    color: #333;
    line-height: 1.45;
  }
}

@media (max-width: 991px) {
  .public-my-orders-layout {
    grid-template-columns: 1fr;
  }

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

  .public-orders-favorite-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .public-otp-inline {
    grid-template-columns: 1fr;
  }

  .public-inline-action-btn {
    width: 100%;
  }

  .public-order-card-head,
  .public-order-item-row,
  .public-order-card-actions {
    flex-direction: column;
    align-items: start;
  }

  .public-order-feature-card,
  .public-order-card {
    display: grid;
  }

  .public-order-card-side,
  .public-order-actions {
    justify-items: start;
    justify-content: start;
    margin-left: 0;
    text-align: left;
  }

  .public-order-card-main {
    display: grid;
  }

  .public-orders-aside {
    grid-template-columns: 1fr;
  }
}

.public-tiffin-hero {
  padding: 4.5rem 0 2rem;
}

.public-tiffin-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 2rem;
  align-items: center;
}

.public-tiffin-hero-copy {
  display: grid;
  gap: 1rem;
}

.public-tiffin-hero-copy h1 {
  margin: 0;
  color: #191726;
  font-size: clamp(2.6rem, 4vw, 4.8rem);
  line-height: .96;
}

.public-tiffin-hero-copy h1 span {
  color: #941216;
}

.public-tiffin-hero-copy p {
  margin: 0;
  max-width: 640px;
  color: #5d6170;
  font-size: 1.08rem;
  line-height: 1.8;
}

.public-tiffin-hero-chip {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: .55rem .9rem;
  border-radius: 999px;
  background: rgba(233, 171, 137, .22);
  color: #ab3416;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .04em;
}

.public-tiffin-hero-actions,
.public-tiffin-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
  align-items: center;
}

.public-tiffin-hero-visual {
  overflow: hidden;
  border-radius: 22px;
  min-height: 420px;
  background: #f7ede3;
  box-shadow: 0 28px 70px rgba(78, 30, 8, .16);
}

.public-tiffin-hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.public-tiffin-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.public-tiffin-benefit-card,
.public-tiffin-plan-card,
.public-tiffin-gallery-card {
  border: 1px solid rgba(224, 182, 150, .42);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(90, 33, 9, .06);
}

.public-tiffin-benefit-card {
  padding: 1.5rem;
  display: grid;
  gap: .85rem;
}

.public-tiffin-benefit-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #b4151b 0%, #ff8e1a 100%);
  color: #fff;
  font-weight: 800;
}

.public-tiffin-benefit-card h3,
.public-tiffin-plan-card h3,
.public-tiffin-inside-copy h2,
.public-tiffin-cta h2 {
  margin: 0;
  color: #191726;
}

.public-tiffin-benefit-card h3 {
  font-size: 1.25rem;
}

.public-tiffin-benefit-card p,
.public-tiffin-plan-card p,
.public-tiffin-inside-copy p,
.public-tiffin-step p,
.public-tiffin-cta p {
  margin: 0;
  color: #616473;
  line-height: 1.75;
}

.public-tiffin-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
}

.public-tiffin-plan-card {
  position: relative;
  padding: 1.6rem;
  display: grid;
  gap: 1rem;
}

.public-tiffin-plan-card.is-featured {
  background: linear-gradient(180deg, #fff7f0 0%, #ffffff 100%);
  border-color: rgba(194, 39, 29, .25);
  box-shadow: 0 24px 60px rgba(144, 37, 14, .12);
}

.public-tiffin-plan-badge,
.public-tiffin-plan-label {
  width: fit-content;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: .04em;
}

.public-tiffin-plan-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: .35rem .65rem;
  background: #b40f1d;
  color: #fff;
  font-size: .75rem;
}

.public-tiffin-plan-label {
  padding: .45rem .72rem;
  background: rgba(245, 176, 123, .2);
  color: #ab3416;
  font-size: .8rem;
  text-transform: uppercase;
}

.public-tiffin-plan-price {
  color: #191726;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1;
}

.public-tiffin-plan-price span {
  color: #71758a;
  font-size: .95rem;
  font-weight: 600;
}

.public-tiffin-plan-list {
  margin: 0;
  padding: 0 0 0 1.2rem;
  color: #555a6c;
  display: grid;
  gap: .55rem;
}

.public-tiffin-inside-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
  gap: 1.8rem;
  align-items: center;
}

.public-tiffin-inside-copy {
  display: grid;
  gap: 1rem;
}

.public-tiffin-steps {
  display: grid;
  gap: .95rem;
  margin-top: .25rem;
}

.public-tiffin-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .9rem;
  align-items: start;
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(224, 182, 150, .34);
}

.public-tiffin-step span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff1e6;
  color: #a32018;
  font-weight: 800;
}

.public-tiffin-step strong {
  display: block;
  margin-bottom: .25rem;
  color: #191726;
  font-size: 1rem;
}

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

.public-tiffin-gallery-card {
  overflow: hidden;
}

.public-tiffin-gallery-card.is-offset {
  transform: translateY(24px);
}

.public-tiffin-gallery-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

.public-tiffin-gallery-copy {
  padding: 1rem 1.1rem 1.15rem;
  display: grid;
  gap: .18rem;
}

.public-tiffin-gallery-copy span {
  color: #8a8fa0;
  font-size: .84rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.public-tiffin-gallery-copy strong {
  color: #1c1a28;
  font-size: 1.08rem;
}

.public-tiffin-cta {
  padding: 2.1rem;
  border-radius: 24px;
  background: linear-gradient(135deg, #9a1219 0%, #ff861a 100%);
  color: #fff;
  box-shadow: 0 24px 60px rgba(123, 33, 12, .16);
}

.public-tiffin-cta h2,
.public-tiffin-cta p {
  color: #fff;
}

.public-ghost-light-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 1.3rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .55);
  color: #fff;
  font-weight: 700;
  background: rgba(255, 255, 255, .1);
  transition: background .18s ease, transform .18s ease, border-color .18s ease;
}

.public-ghost-light-btn:hover {
  background: rgba(255, 255, 255, .18);
  border-color: rgba(255, 255, 255, .72);
  transform: translateY(-1px);
}

@media (max-width: 1080px) {
  .public-tiffin-benefits,
  .public-tiffin-plan-grid {
    grid-template-columns: 1fr;
  }

  .public-tiffin-hero-grid,
  .public-tiffin-inside-grid {
    grid-template-columns: 1fr;
  }

  .public-tiffin-gallery {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .public-tiffin-hero {
    padding-top: 3.2rem;
  }

  .public-tiffin-hero-copy h1 {
    font-size: clamp(2.2rem, 10vw, 3.4rem);
  }

  .public-tiffin-hero-visual,
  .public-tiffin-hero-visual img {
    min-height: 300px;
  }

  .public-tiffin-gallery {
    grid-template-columns: 1fr;
  }

  .public-tiffin-gallery-card.is-offset {
    transform: none;
  }

  .public-tiffin-cta {
    padding: 1.5rem;
  }
}

.public-subhero h1,
.public-section-head h2,
.public-menu-browser-head h1,
.public-checkout-panel > h1,
.public-account-card > h1,
.public-tiffin-hero-copy h1 {
  color: var(--brand-red-dark);
  font-size: clamp(2.15rem, 4vw, 3.2rem);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: 0;
}

.public-tiffin-hero-copy h1 span {
  color: inherit;
}

.public-subhero p:last-child,
.public-section-head p,
.public-menu-intro,
.public-account-card > p:not(.public-kicker),
.public-tiffin-hero-copy p:not(.public-kicker) {
  color: #5f6677;
  font-size: 1.05rem;
  line-height: 1.65;
}

@media (max-width: 768px) {
  .public-subhero h1,
  .public-section-head h2,
  .public-menu-browser-head h1,
  .public-checkout-panel > h1,
  .public-account-card > h1,
  .public-tiffin-hero-copy h1 {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }
}

.public-menu-filter-btn.is-active,
.public-browser-add-btn,
.public-browser-add-btn:hover,
.public-catering-preview-toolbar button,
.public-auth-mini-btn,
.public-auth-switch a:hover,
.public-catering-outline-btn:hover,
.public-catering-solid-btn,
.public-catering-package-card.is-featured .public-catering-package-image span,
.public-tiffin-gallery-icon,
.public-tiffin-cta {
  background: var(--brand-action-gradient);
  color: #fff;
}
