/* Saboria styles.css — consolidated from historical passes */
/* Scope: visual consolidation only. No logic changes. */

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.account-sheet-copy {
  margin: 0.35rem 0 0;
  color: var(--muted);
}

.home-top-nav {
  display: grid;
  gap: 0.9rem;
  padding: 1rem 1.1rem;
  border-radius: 1.3rem;
  background: rgba(255, 252, 247, 0.78);
  border: 1px solid rgba(120, 90, 60, 0.1);
  box-shadow: 0 14px 34px rgba(74, 50, 31, 0.08);
}

.home-top-nav-copy .sheet-kicker {
  margin-bottom: 0;
}

.home-top-nav-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.home-top-nav .section-chip {
  min-height: 2.7rem;
}

.floating-back-button {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.floating-back-button span:last-child {
  font-size: 0.92rem;
}

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

.account-overview-card {
  display: grid;
  gap: 0.55rem;
  padding: 1rem;
  border-radius: 1.15rem;
  border: 1px solid rgba(120, 90, 60, 0.08);
  background: rgba(255, 252, 247, 0.86);
}

.account-overview-card.is-soft {
  background: rgba(248, 240, 230, 0.86);
}

.account-overview-card p,
.account-overview-card small {
  margin: 0;
}

.account-overview-card small {
  color: var(--muted);
  line-height: 1.55;
}

.account-overview-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
}

.account-overview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.95rem;
}

.tracking-map-shell[hidden] {
  display: none !important;
}

.brand-lockup {
  display: flex;
  justify-content: center;
}

.brand-logo-shell {
  margin-inline: auto;
}

@media (max-width: 980px) {
  .home-top-nav-actions,
  .account-overview-actions {
    flex-direction: column;
  }

  .account-overview-grid {
    grid-template-columns: 1fr;
  }

  .brand-lockup {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 980px) {
  .welcome-conversion-card, .combo-offer-card, .reorder-card {
    grid-template-columns: 1fr;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-header > .toolbar-button.text-button {
    order: 3;
    grid-column: 1 / -1;
    justify-self: center;
  }

  .hero-commerce-stats {
    grid-template-columns: 1fr;
  }

  .active-order-strip {
    grid-template-columns: 1fr;
  }

  .home-section-heading {
    align-items: flex-start;
  }

  .home-inline-offer {
    grid-template-columns: 1fr;
  }

  .marketing-product-card.is-compact {
    grid-template-columns: 1fr;
  }

  .welcome-cta-row, .marketing-product-actions, .combo-offer-actions, .need-card-actions, .reorder-actions {
    grid-template-columns: 1fr;
  }

  .hero-visual-card {
    padding: 16px;
  }

  .marketing-product-top, .combo-inclusions li {
    flex-direction: column;
    align-items: flex-start;
  }

  .marketing-price-block {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .welcome-home {
    gap: 16px;
  }

  .welcome-conversion-card {
    gap: 16px;
  }

  .marketing-grid, .trust-grid, .need-grid, .secondary-module-grid {
    grid-template-columns: 1fr;
  }

  .marketing-product-card, .trust-card, .need-card, .secondary-module-card, .combo-offer-card, .reorder-card {
    padding: 16px;
    border-radius: 24px;
  }
}

@keyframes phaseReveal {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes chatPop {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes livePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(34, 103, 61, 0.34);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(34, 103, 61, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(34, 103, 61, 0);
  }
}

@keyframes dockRise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes sectionReveal {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes savoriaHalo {
  0% {
    opacity: 0;
    transform: scale(0.92);
  }

  35% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    transform: scale(1.16);
  }
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body.dialog-open {
  overflow: hidden;
}

button, input, textarea, select {
  font: inherit;
  color: var(--text);
  -webkit-text-fill-color: var(--text);
  appearance: none;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--text);
  box-shadow: 0 0 0 1000px rgba(255, 252, 247, 0.96) inset;
  transition: background-color 9999s ease-in-out 0s;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
}

a, a:visited, a:hover, a:active {
  color: inherit;
}

a[x-apple-data-detectors], a[x-apple-data-detectors]:visited, a[x-apple-data-detectors]:hover, a[x-apple-data-detectors]:active {
  color: inherit !important;
  text-decoration: none !important;
  font-weight: inherit !important;
}

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

.toolbar-button, .text-button, .primary-button, .secondary-button, .icon-button, .segment-button {
  transition: transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    opacity 180ms ease;
}

.toolbar-button, .text-button, .secondary-button, .icon-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 252, 247, 0.88);
  color: var(--text);
  box-shadow: var(--shadow-soft);
}

.toolbar-button:hover, .text-button:hover, .primary-button:hover, .secondary-button:hover, .icon-button:hover, .segment-button:hover {
  transform: translateY(-1px);
}

.toolbar-button svg, .icon-button svg {
  width: 20px;
  height: 20px;
}

.text-button {
  justify-self: start;
}

.login-toolbar-link {
  min-width: 122px;
  text-decoration: none;
}

#accountMenuButton {
  flex: 0 0 52px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  padding: 0;
  justify-self: auto;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
}

.hero-kicker, .phase-kicker, .sheet-kicker, .summary-eyebrow {
  margin: 0;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.welcome-hero h1, .phase-copy h2, .phase-top h2, .summary-copy h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.05;
}

.hero-copy, .phase-copy-text, .summary-text, .sheet-copy, .welcome-meta, .snapshot-item span, .empty-state, .support-copy {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.phase-stack {
  min-width: 0;
}

.phase-panel {
  animation: phaseReveal 360ms ease both;
}

.phase-panel[hidden] {
  display: none !important;
}

.phase-top, .sheet-top, .review-card-header, .receipt-toolbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.legacy-back-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.phase-heading {
  display: grid;
  gap: 6px;
}

.back-button, .icon-button {
  width: 46px;
  min-width: 46px;
  height: 46px;
  padding: 0;
  border-radius: 50%;
}

.back-button {
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.8);
  color: var(--accent-strong);
  box-shadow: var(--shadow-soft);
}

.phase-copy {
  display: grid;
  gap: 10px;
}

.welcome-actions, .inline-actions, .stack-actions {
  display: grid;
  gap: 12px;
}

.inline-actions {
  grid-template-columns: repeat(2, minmax(0, max-content));
}

.stack-actions {
  margin-top: 10px;
}

.primary-button, .secondary-button {
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 700;
}

.primary-button {
  border: none;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #fff9f2;
  box-shadow: 0 12px 24px rgba(154, 110, 63, 0.22);
}

.secondary-button {
  border: 1px solid var(--line-strong);
  background: rgba(255, 252, 247, 0.9);
  color: var(--text);
}

button:disabled {
  opacity: 0.56;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none;
}

.section-navigator {
  display: none !important;
}

.section-chip {
  display: grid;
  gap: 2px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(177, 136, 84, 0.24);
  background: rgba(255, 255, 255, 0.82);
  color: var(--text);
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}

.section-chip small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 600;
}

.section-chip.is-active {
  border-color: rgba(177, 136, 84, 0.44);
  background: linear-gradient(135deg, rgba(255, 250, 244, 0.98), rgba(245, 229, 209, 0.94));
  box-shadow: 0 12px 24px rgba(98, 66, 38, 0.1);
}

.section-chip.is-static {
  cursor: default;
}

.menu-group, .menu-subgroup {
  display: grid;
  gap: 14px;
}

.menu-group {
  scroll-margin-top: 104px;
}

.menu-section-shell.is-collapsed {
  gap: 0;
}

.menu-group-header h3, .menu-subgroup-header h4 {
  margin: 0;
}

.menu-group-header h3 {
  font-size: 1.38rem;
  font-family: Georgia, "Times New Roman", serif;
}

.menu-subgroup-header h4 {
  font-size: 1.05rem;
}

.section-header-copy {
  display: grid;
  gap: 6px;
}

.section-caption {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.product-card:hover {
  transform: translateY(-6px) scale(1.01);
  border-color: rgba(177, 136, 84, 0.24);
  box-shadow: 0 22px 50px rgba(96, 70, 46, 0.14);
}

.product-card:hover .product-photo {
  transform: scale(1.035);
}

.photo-block {
  aspect-ratio: 1.18 / 0.92;
}

.preview-photo-block {
  aspect-ratio: 1.16 / 0.92;
}

.photo-block.has-photo::after, .preview-photo-block.has-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(57, 37, 26, 0.12) 100%);
}

.product-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform var(--motion-slow);
}

.photo-chip {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 1;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 250, 244, 0.9);
  color: var(--text);
  font-weight: 700;
  font-size: 0.82rem;
}

.product-main {
  align-content: start;
}

.product-copy h4, .product-main h3, .review-card h3 {
  margin: 0;
}

.product-caption {
  color: var(--muted);
  font-size: 0.9rem;
}

.product-meta, .preview-meta-top, .summary-total, .history-top, .receipt-sheet-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.price-block {
  display: grid;
  gap: 4px;
}

.price-block span {
  color: var(--muted);
  font-size: 0.82rem;
}

.price-block strong, .summary-total strong, .receipt-sheet-total strong {
  font-size: 1.18rem;
}

.quantity-control {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px;
  border-radius: 999px;
  border: 1px solid rgba(120, 90, 60, 0.08);
  background: rgba(255, 251, 247, 0.92);
}

.quantity-control input[type="number"] {
  min-width: 86px;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 999px;
  text-align: center;
}

.banquet-control {
  display: grid;
  grid-template-columns: auto minmax(86px, 110px);
  gap: 8px;
  align-items: center;
}

.special-request-card {
  display: grid;
  gap: 14px;
  padding: 16px;
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255, 251, 247, 0.94), rgba(245, 231, 217, 0.94));
  border: 1px solid rgba(177, 136, 84, 0.16);
  box-shadow: 0 16px 34px rgba(96, 70, 46, 0.08);
}

.special-request-copy {
  display: grid;
  gap: 8px;
}

.special-request-copy h4, .special-request-copy h3 {
  margin: 0;
}

.special-request-caption {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.special-request-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.status-chip-soft {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(184, 134, 76, 0.14);
  color: var(--accent-strong);
  font-weight: 700;
  font-size: 0.82rem;
}

.summary-item.is-pending strong:last-child, .history-note-pending {
  color: var(--accent-strong);
}

.qty-button {
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: rgba(245, 237, 227, 0.92);
  color: var(--text);
  font-size: 1.2rem;
}

.qty-button.plus {
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #fff7ef;
}

.summary-copy {
  display: grid;
  gap: 8px;
}

.summary-items, .history-list, .snapshot-stack, .review-grid, .receipt-sheet-items {
  display: grid;
  gap: 12px;
}

.summary-item, .history-item, .receipt-sheet-item, .snapshot-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.summary-item strong, .history-item strong, .receipt-sheet-item strong {
  display: block;
}

.summary-item span, .history-item span {
  display: block;
  color: var(--muted);
  font-size: 0.88rem;
  margin-top: 3px;
}

.summary-total, .receipt-sheet-total {
  padding-top: 14px;
  border-top: 1px solid rgba(120, 90, 60, 0.1);
}

.summary-actions {
  display: grid;
  gap: 10px;
}

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

.review-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 253, 250, 0.84);
  border: 1px solid rgba(120, 90, 60, 0.08);
}

.segment-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.segment-button {
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.75);
  color: var(--muted);
  font-weight: 700;
}

.segment-button.is-active {
  background: var(--accent-soft);
  color: var(--accent-strong);
  border-color: rgba(177, 136, 84, 0.34);
}

.field, .field-grid {
  display: grid;
  gap: 8px;
}

.field span {
  color: var(--muted);
  font-size: 0.9rem;
}

input, textarea, select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--text);
}

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

input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: rgba(154, 110, 63, 0.4);
  box-shadow: 0 0 0 4px rgba(154, 110, 63, 0.08);
}

.form-message {
  min-height: 22px;
  color: var(--accent-strong);
}

.history-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 252, 247, 0.9);
  border: 1px solid rgba(120, 90, 60, 0.08);
  box-shadow: 0 12px 28px rgba(92, 67, 44, 0.06);
  transition: transform var(--motion-medium), box-shadow var(--motion-medium), border-color var(--motion-fast);
  animation: fadeUp 460ms ease both;
}

.history-card:hover {
  transform: translateY(-4px);
  border-color: rgba(177, 136, 84, 0.22);
  box-shadow: 0 18px 40px rgba(92, 67, 44, 0.1);
}

.history-caption, .history-meta {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.history-status {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-size: 0.82rem;
  font-weight: 700;
}

.support-box {
  display: grid;
  gap: 8px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(184, 134, 76, 0.1);
  border: 1px solid rgba(177, 136, 84, 0.12);
}

.support-link {
  color: var(--accent-strong);
  font-weight: 700;
  text-decoration: none;
}

.overlay-sheet {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 18px;
  overflow-y: auto;
  background: rgba(57, 37, 26, 0.22);
  backdrop-filter: blur(14px);
  opacity: 0;
  transition: opacity var(--motion-medium), backdrop-filter var(--motion-medium);
}

.overlay-sheet.is-visible {
  opacity: 1;
}

.overlay-sheet[hidden] {
  display: none !important;
}

.side-sheet {
  justify-items: end;
  align-items: start;
}

.overlay-sheet.is-visible .overlay-card {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.account-card {
  width: min(100%, 360px);
}

.preview-sheet {
  align-items: end;
}

.preview-card, .receipt-card {
  max-height: min(92dvh, 900px);
}

.preview-card {
  width: min(100%, 620px);
}

.receipt-card {
  width: min(100%, 680px);
}

.form-card {
  width: min(100%, 620px);
}

.help-chat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.42), transparent 38%, rgba(184, 134, 76, 0.08));
}

.chat-bubble p, .chat-bubble span, .chat-bubble strong {
  margin: 0;
}

.chat-bubble span {
  color: var(--muted);
  font-size: 0.78rem;
}

.help-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.help-chat-escalation, .order-chat-meta {
  display: grid;
  gap: 10px;
}

.chat-status-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.live-badge.is-live {
  background: rgba(64, 158, 99, 0.12);
  color: #22673d;
}

.live-badge.is-reconnecting {
  background: rgba(184, 134, 76, 0.14);
  color: var(--accent-strong);
}

.live-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 0 currentColor;
}

.live-badge.is-live .live-dot {
  animation: livePulse 1.9s infinite;
}

.chat-status-copy {
  color: var(--muted);
  font-size: 0.82rem;
}

.preview-main {
  display: grid;
  gap: 18px;
}

.preview-meta {
  display: grid;
  gap: 16px;
}

.receipt-sheet {
  padding: 22px;
  border-radius: 30px;
  background: linear-gradient(180deg, #fffdf8 0%, #fff7ee 100%);
  border: 1px solid rgba(120, 90, 60, 0.12);
}

.receipt-sheet-header {
  display: grid;
  justify-items: center;
  gap: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(120, 90, 60, 0.1);
  text-align: center;
}

.receipt-brand-logo {
  width: 132px;
  height: 132px;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(152, 112, 64, 0.12));
}

.receipt-sheet-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.receipt-card-block {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(120, 90, 60, 0.08);
}

.receipt-meta-row {
  display: grid;
  grid-template-columns: minmax(78px, auto) minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.receipt-meta-label {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.receipt-meta-value {
  color: var(--text);
  line-height: 1.55;
  word-break: break-word;
  text-align: right;
}

.receipt-status-chip {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-size: 0.82rem;
  font-weight: 700;
}

.floating-back-button {
  position: fixed;
  left: 16px;
  bottom: 96px;
  z-index: 26;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(177, 136, 84, 0.24);
  border-radius: 50%;
  background: rgba(255, 250, 243, 0.95);
  color: var(--accent-strong);
  box-shadow: 0 16px 36px rgba(92, 67, 44, 0.16);
  backdrop-filter: blur(12px);
}

.floating-back-button:hover {
  transform: translateY(-2px);
}

.floating-help-button svg {
  width: 22px;
  height: 22px;
}

.floating-help-button.is-highlighted {
  background: linear-gradient(135deg, rgba(184, 134, 76, 0.2), rgba(255, 248, 239, 0.98));
  box-shadow: 0 18px 42px rgba(154, 110, 63, 0.22);
  animation: livePulse 2.4s infinite;
}

.floating-help-button:hover, .floating-help-button:focus-visible, .floating-back-button:hover, .floating-back-button:focus-visible {
  transform: translateY(-4px) scale(1.02);
}

.empty-state {
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 253, 249, 0.7);
}

.phase-panel.is-active .phase-card, .phase-panel.is-active .summary-card {
  animation: phaseReveal 420ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.menu-section-shell.is-collapsed[data-toggle-shell-section] {
  cursor: pointer;
}

.menu-section-shell:hover, .menu-section-shell:focus-within {
  transform: translateY(-2px);
  border-color: rgba(177, 136, 84, 0.22);
  box-shadow: 0 18px 40px rgba(96, 70, 46, 0.1);
}

.menu-group-header {
  width: 100%;
  align-items: center;
  padding: 4px 2px;
  border: none;
  background: transparent;
  text-align: left;
  gap: 16px;
}

.menu-group-header.is-static {
  cursor: default;
  padding: 4px 2px 2px;
}

.section-header-copy h3, .section-header-copy h4 {
  transition: color var(--motion-fast);
}

.menu-section-shell:hover .section-header-copy h3, .menu-section-shell:focus-within .section-header-copy h3 {
  color: var(--accent-strong);
}

.section-header-meta {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.section-count-pill, .section-state-copy {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 12px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.section-state-copy.is-static {
  color: var(--accent-strong);
}

.section-toggle-indicator {
  width: 38px;
  min-width: 38px;
  height: 38px;
  display: none !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 252, 247, 0.92);
  border: 1px solid rgba(177, 136, 84, 0.18);
  color: var(--accent-strong);
  font-size: 1.3rem;
  font-weight: 700;
}

.menu-subgroup {
  padding-top: 4px;
}

.product-card, .special-request-card, .summary-item, .order-card, .history-card, .help-chat-card, .receipt-sheet {
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.98) 0%, rgba(255, 248, 241, 0.92) 100%),
    rgba(255, 252, 247, 0.86);
}

.product-card:focus-visible, .special-request-card:focus-visible, .icon-button:focus-visible, .primary-button:focus-visible, .secondary-button:focus-visible, .ghost-link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(184, 134, 76, 0.16), 0 16px 34px rgba(96, 70, 46, 0.12);
}

.qty-button, .primary-button, .secondary-button, .ghost-link, .icon-button, .status-chip, .status-chip-soft {
  transition: transform var(--motion-fast),
    box-shadow var(--motion-medium),
    background-color var(--motion-fast),
    color var(--motion-fast),
    border-color var(--motion-fast),
    opacity var(--motion-fast);
}

.primary-button:hover, .secondary-button:hover, .ghost-link:hover, .icon-button:hover, .qty-button:hover {
  transform: translateY(-1px);
}

.help-chat-card, .receipt-card, .preview-card, .account-card {
  box-shadow: 0 28px 80px rgba(92, 67, 44, 0.16);
}

body::before, body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  z-index: -2;
  background: radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.78), transparent 24%),
    radial-gradient(circle at 85% 10%, rgba(184, 134, 76, 0.12), transparent 20%),
    radial-gradient(circle at 50% 100%, rgba(184, 134, 76, 0.1), transparent 30%);
}

body::after {
  z-index: -1;
  opacity: 0.2;
  background-image: linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32), transparent 75%);
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background: rgba(150, 103, 54, 0.28);
  border: 2px solid rgba(255, 250, 244, 0.9);
  border-radius: 999px;
}

::-webkit-scrollbar-track {
  background: rgba(255, 250, 244, 0.56);
  border-radius: 999px;
}

.hero-copy, .phase-copy-text, .summary-text, .sheet-copy, .product-caption, .section-caption, .form-message, .history-caption, .receipt-note, .receipt-meta-label, .receipt-meta-value, .snapshot-item, .history-item, .order-chat-meta, .help-chat-escalation, .chat-status-copy {
  line-height: 1.75;
}

.phase-card, .summary-card, .overlay-card, .review-card, .history-card, .special-request-card, .receipt-sheet, .mobile-dock {
  background: var(--surface-luxe);
  box-shadow: var(--premium-ring);
  border-color: rgba(177, 136, 84, 0.18);
}

.phase-heading h2, .review-card h3, .summary-copy h3, .sheet-top h2, .receipt-sheet-header h3, .preview-main h3 {
  letter-spacing: -0.025em;
}

.phase-top, .sheet-top, .receipt-toolbar, .review-card-header {
  align-items: center;
}

.sheet-top, .receipt-toolbar {
  position: sticky;
  top: -22px;
  z-index: 2;
  margin: -22px -22px 6px;
  padding: 18px 22px 14px;
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.98) 0%, rgba(255, 252, 247, 0.88) 72%, rgba(255, 252, 247, 0) 100%);
  backdrop-filter: blur(10px);
}

.menu-sections, .history-list, .summary-items, .snapshot-stack, .receipt-sheet-items {
  gap: 16px;
}

.menu-section-shell::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184, 134, 76, 0.42), transparent);
  opacity: 0;
  transition: opacity var(--motion-medium);
}

.menu-section-shell:hover::after, .menu-section-shell:focus-within::after {
  opacity: 1;
}

.menu-subgroup-header {
  padding: 0 2px 2px;
}

.section-header-copy h3, .menu-subgroup-header h4, .product-main h3, .product-copy h4, .history-top strong, .receipt-sheet-item strong {
  letter-spacing: -0.02em;
}

.section-count-pill, .section-state-copy, .photo-chip, .status-chip, .status-chip-soft, .receipt-status-chip {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.product-copy, .product-main {
  display: grid;
  gap: 12px;
}

.product-main h3, .product-copy h4 {
  font-size: 1.18rem;
}

.price-block strong, .receipt-sheet-total strong, .summary-total strong, .history-top strong {
  letter-spacing: -0.03em;
}

.price-block strong {
  font-size: 1.28rem;
}

.qty-button, .segment-button, .icon-button, .toolbar-button, .text-button, .secondary-button, .primary-button, .ghost-link {
  box-shadow: 0 10px 28px rgba(92, 67, 44, 0.1);
}

.quantity-control, .segment-row, .payment-row, .help-quick-actions, .inline-actions, .summary-actions, .history-actions {
  gap: 12px;
}

.field, .receipt-card-block, .review-card, .history-card, .summary-item, .snapshot-item, .special-request-card {
  border-radius: 24px;
}

.field input, .field select, .field textarea, .help-chat-form input, .order-chat-form input, .help-chat-form textarea {
  background: rgba(255, 255, 255, 0.92);
}

.help-chat-card, .receipt-card, .preview-card, .account-card, .form-card {
  border-radius: 30px;
}

.chat-bubble {
  display: grid;
  gap: 6px;
  max-width: 88%;
  padding: 15px 17px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 248, 240, 0.88));
  border: 1px solid rgba(120, 90, 60, 0.08);
  animation: chatPop 260ms ease both;
  box-shadow: 0 12px 26px rgba(92, 67, 44, 0.06);
  position: relative;
}

.chat-bubble::before {
  content: "";
  position: absolute;
  left: -5px;
  bottom: 12px;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  transform: rotate(45deg);
  background: inherit;
  border-left: 1px solid rgba(120, 90, 60, 0.08);
  border-bottom: 1px solid rgba(120, 90, 60, 0.08);
}

.chat-bubble.is-user {
  justify-self: end;
  background: linear-gradient(180deg, rgba(184, 134, 76, 0.2), rgba(235, 213, 186, 0.42));
  border-color: rgba(177, 136, 84, 0.18);
}

.chat-bubble.is-user::before {
  left: auto;
  right: -5px;
  border-left: none;
  border-bottom: 1px solid rgba(177, 136, 84, 0.18);
  border-right: 1px solid rgba(177, 136, 84, 0.18);
}

.help-chat-form input, #orderChatInput, #helpChatInput {
  min-height: 50px;
  border-radius: 18px;
}

.live-badge, .chat-status-row {
  align-items: center;
}

.live-badge {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  border: 1px solid rgba(120, 90, 60, 0.08);
  background: rgba(255, 252, 247, 0.82);
  color: var(--text);
  box-shadow: 0 10px 24px rgba(92, 67, 44, 0.08);
}

.floating-help-button {
  position: fixed;
  right: 18px;
  bottom: 104px;
  z-index: 26;
  transition: transform var(--motion-medium), box-shadow var(--motion-medium), background var(--motion-medium);
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(177, 136, 84, 0.24);
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 252, 247, 0.98), rgba(248, 239, 226, 0.96));
  color: var(--accent-strong);
  box-shadow: 0 20px 56px rgba(92, 67, 44, 0.18);
  backdrop-filter: blur(12px);
}

.floating-help-button::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: inherit;
  border: 1px solid rgba(184, 134, 76, 0.16);
  opacity: 0;
  transform: scale(0.92);
}

.floating-help-button.is-highlighted::after {
  animation: savoriaHalo 2.5s infinite;
}

.empty-state, #historyList > p, #summaryItems > p, #helpChatMessages > p, #orderChatMessages > p {
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 248, 240, 0.78));
  border: 1px solid rgba(177, 136, 84, 0.14);
  color: var(--muted);
}

.section-state-copy {
  background: rgba(255, 252, 247, 0.86);
  border: 1px solid rgba(120, 90, 60, 0.08);
  color: var(--muted);
  display: none !important;
}

.phase-panel, .phase-card, .menu-section-shell, .overlay-card, .mobile-dock, .floating-help-button, .floating-back-button, .chat-bubble {
  transition-duration: var(--motion-medium);
}

.mobile-dock-copy {
  display: grid;
  gap: 4px;
  text-align: left;
}

.cart-sheet-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(52, 34, 20, 0.26);
  backdrop-filter: blur(4px);
}

.cart-sheet-header, .cart-sheet-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cart-sheet-header h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
}

.cart-sheet-items {
  display: grid;
  gap: 10px;
}

.close-sheet-button {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(184, 134, 76, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  color: var(--accent-strong);
  font-size: 1.45rem;
}

.payment-details-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  margin-top: 14px;
  padding: 16px 18px;
  border-radius: 22px;
  border: 1px solid rgba(184, 134, 76, 0.14);
  background: rgba(255, 252, 248, 0.76);
}

.payment-details-copy {
  display: grid;
  gap: 6px;
}

.payment-details-copy strong {
  font-size: 1rem;
}

.payment-details-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.payment-details-copy span {
  color: var(--text);
  font-weight: 600;
}

.payment-details-qr img {
  width: 108px;
  height: 108px;
  object-fit: cover;
  border-radius: 18px;
}

.section-count-pill {
  background: rgba(184, 134, 76, 0.12);
  border: 1px solid rgba(177, 136, 84, 0.18);
  color: var(--accent-strong);
  display: none !important;
}

.summary-text {
  display: none !important;
}

button:active, .primary-button:active, .secondary-button:active, .icon-button:active, .cart-dock-toggle:active, .menu-group-header:active, .product-card:active, .sidebar-link:active, select:active {
  transform: scale(0.985);
}

.receipt-print-view {
  background: #fff;
}

.receipt-print-shell {
  width: min(100%, 860px);
  margin: 0 auto;
  padding: 24px;
}

body.has-mobile-dock .floating-help-button, body.has-mobile-dock .floating-back-button {
  bottom: calc(env(safe-area-inset-bottom) + 108px);
}

body.has-mobile-dock .mobile-dock {
  padding-bottom: calc(10px + env(safe-area-inset-bottom));
}

.welcome-meta, .phase-copy-text, .summary-text, .sheet-copy, .support-copy, .snapshot-item span, .empty-state {
  font-size: 0.96rem;
}

.hero-kicker {
  display: none !important;
}

body.is-order-phase .brand-logo-shell {
  width: clamp(126px, 11vw, 154px) !important;
  height: clamp(126px, 11vw, 154px) !important;
  padding: 0;
  box-shadow: 0 12px 30px rgba(120, 90, 60, 0.12);
}

body.is-order-phase .brand-logo {
  width: 100%;
  height: 100%;
  transform: scale(1.34) !important;
}

.phase-card, .summary-card, .overlay-card, .menu-section-shell {
  padding: 24px !important;
}

.phase-copy, .phase-copy-text, .welcome-meta, .sheet-copy, .summary-text {
  max-width: 70ch;
}

.phase-copy-text, .welcome-meta, .summary-text {
  font-size: 1rem !important;
  line-height: 1.76 !important;
}

input, textarea, select, .summary-input, .form-field, .profile-grid input, .profile-grid textarea {
  width: 100%;
}

button, .primary-button, .secondary-button, .ghost-link, .icon-button, .toolbar-button, .text-button, .product-card, .special-request-card, .menu-section-shell, .cart-dock-toggle, .close-sheet-button, .floating-help-button, .floating-back-button {
  transition-duration: var(--motion-medium) !important;
}

button:active, .primary-button:active, .secondary-button:active, .ghost-link:active, .icon-button:active, .toolbar-button:active, .text-button:active, .subnav-chip:active, .sidebar-link:active, .tree-link:active, .product-card:active, .cart-dock-toggle:active, .floating-help-button:active, .floating-back-button:active {
  transform: translateY(1px) scale(0.987) !important;
}

:root {
  --bg: #f8f2e8;
  --bg-soft: #fffaf5;
  --surface: rgba(255, 250, 243, 0.94);
  --surface-strong: rgba(255, 252, 248, 0.98);
  --line: rgba(120, 90, 60, 0.12);
  --line-strong: rgba(177, 136, 84, 0.26);
  --text: #5a4030;
  --muted: #8f7360;
  --accent: #c28a55;
  --accent-strong: #ab7447;
  --accent-soft: rgba(195, 145, 88, 0.13);
  --shadow: 0 24px 60px rgba(92, 67, 44, 0.1);
  --shadow-soft: 0 12px 28px rgba(92, 67, 44, 0.08);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 20px;
  --radius-sm: 16px;
  --max-width: 1240px;
  --surface-elevated: rgba(255, 252, 247, 0.98);
  --motion-fast: 220ms cubic-bezier(0.22, 0.8, 0.2, 1);
  --motion-medium: 520ms cubic-bezier(0.22, 0.8, 0.2, 1);
  --motion-slow: 920ms cubic-bezier(0.22, 0.8, 0.2, 1);
  --surface-luxe: linear-gradient(180deg, rgba(255, 254, 251, 0.98) 0%, rgba(255, 248, 240, 0.94) 100%);
  --premium-ring: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 24px 72px rgba(92, 67, 44, 0.14);
  --premium-shadow: 0 26px 80px rgba(92, 67, 44, 0.14);
  --premium-shadow-soft: 0 16px 40px rgba(92, 67, 44, 0.1);
  --public-shell-max: min(100% - clamp(18px, 3.2vw, 40px), 1260px);
  --soft-line: rgba(113, 84, 61, 0.12);
  --soft-shadow: 0 20px 46px rgba(73, 48, 31, 0.08);
  --text-strong: #432c20;
}

.header-actions {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 10px;
}

.hero-copy, .phase-copy-text, .welcome-meta, .summary-text {
  max-width: 58ch;
  margin-inline: auto;
  font-size: clamp(0.95rem, 0.3vw + 0.88rem, 1.02rem);
  line-height: 1.65;
  color: #7f6654;
}

.public-layout, .phase-stack {
  gap: 22px !important;
  min-width: 0;
}

.phase-card, .review-card, .summary-card, .overlay-card {
  border-color: var(--soft-line);
  box-shadow: var(--soft-shadow);
}

.phase-top {
  margin-bottom: 22px;
  min-height: 24px;
  gap: 14px;
  align-items: flex-start;
}

.phase-heading h2 {
  font-size: clamp(1.2rem, 0.9vw + 1rem, 1.7rem);
}

.field-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 1.8vw, 18px);
}

.field textarea, .field input, .field select, .stack-form textarea, .stack-form input, .stack-form select {
  min-height: 54px;
}

.field textarea, .stack-form textarea {
  min-height: 112px;
}

button, .toolbar-button, .primary-button, .secondary-button, .ghost-link, .cart-dock-toggle, .icon-button, .back-button, .floating-help-button, .floating-back-button {
  transition: transform 240ms cubic-bezier(.22,.61,.36,1), box-shadow 240ms cubic-bezier(.22,.61,.36,1), background-color 240ms ease, border-color 240ms ease, opacity 220ms ease;
}

button:active, .toolbar-button:active, .primary-button:active, .secondary-button:active, .ghost-link:active, .cart-dock-toggle:active, .icon-button:active, .back-button:active, .floating-help-button:active, .floating-back-button:active {
  transform: translateY(1px) scale(0.985);
}

.site-header {
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px !important;
  padding-top: clamp(16px, 2.4vw, 24px);
}

.brand-lockup {
  display: flex;
  justify-items: center;
  justify-self: center;
  justify-content: center;
  gap: 0;
}

.brand-logo-shell {
  width: clamp(116px, 14vw, 156px);
  height: clamp(116px, 14vw, 156px);
  display: grid;
  place-items: center;
  border-radius: 50%;
  padding: 4px;
  background: radial-gradient(circle at 50% 40%, rgba(255,255,255,0.96), rgba(249, 240, 230, 0.9));
  box-shadow: 0 18px 36px rgba(94, 63, 36, 0.1);
  overflow: hidden;
  aspect-ratio: 1;
  border: 1px solid rgba(181, 142, 94, 0.18);
}

.brand-logo {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 10px 22px rgba(152, 112, 64, 0.1));
  transform: scale(1.18);
  display: block;
  transform-origin: center;
}

.welcome-card {
  min-height: 0;
  display: grid;
  align-content: center;
  gap: 18px;
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.42), transparent 42%),
    linear-gradient(135deg, rgba(255, 253, 249, 0.94), rgba(246, 236, 224, 0.94));
  padding: clamp(22px, 3vw, 34px);
}

.phase-card, .summary-card, .overlay-card {
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 253, 250, 0.98) 0%, rgba(255, 248, 240, 0.94) 100%),
    var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.phase-card {
  padding: clamp(18px, 2vw, 26px);
}

.summary-card {
  display: grid;
  gap: 16px;
  padding: 20px;
  min-width: 0;
  position: sticky;
  top: 18px;
}

.cart-dock-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 0 16px !important;
  border: 0;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.56);
  color: var(--text);
  padding-inline: 14px;
  flex: 1 1 auto;
  min-height: 58px !important;
  height: 58px !important;
  box-shadow: 0 12px 30px rgba(92, 67, 44, 0.14) !important;
  bottom: max(10px, env(safe-area-inset-bottom)) !important;
  left: 12px !important;
  right: 12px !important;
}

.floating-chat-button {
  bottom: calc(max(10px, env(safe-area-inset-bottom)) + 78px) !important;
}

.back-button-floating {
  bottom: calc(max(10px, env(safe-area-inset-bottom)) + 78px) !important;
}

.section-navigator .section-count, .menu-section-note, .selection-placeholder, .selection-copy {
  display: none !important;
}

.menu-sections {
  display: grid;
  gap: 14px;
}

.section-card, .menu-section, .summary-card, .phase-card {
  box-shadow: 0 18px 42px rgba(92, 67, 44, 0.08) !important;
}

.welcome-hero {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 14px;
  margin: 8px auto 18px;
  animation: fadeUp 540ms ease both;
  max-width: min(100%, 920px);
  margin-inline: auto;
  padding: 22px 24px;
  border-radius: 28px;
  border: 1px solid rgba(177, 136, 84, 0.14);
  box-shadow: 0 18px 42px rgba(92, 67, 44, 0.08);
  background: rgba(255, 251, 246, 0.72);
}

.welcome-hero h1 {
  font-size: clamp(2.25rem, 5vw, 4.4rem);
  max-width: 13ch;
  letter-spacing: -0.03em;
  line-height: 0.98;
  text-wrap: balance;
  margin-inline: auto;
}

.hero-copy {
  max-width: 34ch;
  font-size: clamp(0.98rem, 1.5vw, 1.1rem);
  line-height: 1.55;
  margin-inline: auto;
  text-wrap: balance;
}

.active-order-spotlight {
  width: 100%;
  justify-self: stretch;
}

.active-order-card, .active-order-strip {
  display: grid;
  gap: 16px;
  padding: clamp(18px, 2.4vw, 24px);
  text-align: left;
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(229, 189, 135, 0.18), transparent 32%),
    linear-gradient(145deg, rgba(255, 253, 249, 0.96), rgba(246, 236, 224, 0.94));
  border: 1px solid rgba(177, 136, 84, 0.18);
  box-shadow: 0 18px 42px rgba(92, 67, 44, 0.1);
}

.active-order-strip {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) max-content;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
}

.active-order-strip-copy, .active-order-strip-actions {
  display: grid;
  gap: 8px;
}

.active-order-strip-copy strong {
  font-size: 1rem;
}

.active-order-strip-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.active-order-strip-top {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.active-order-strip-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
}

.active-order-strip-actions {
  grid-auto-flow: row;
  min-width: 160px;
}

.active-order-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.active-order-copy-block {
  display: grid;
  gap: 6px;
}

.active-order-copy-block h3 {
  margin: 0;
}

.active-order-copy {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.active-order-grid {
  margin-top: 2px;
}

.active-order-meta {
  display: grid;
  gap: 6px;
}

.active-order-meta p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.active-order-actions, .receipt-inline-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.active-order-actions {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.receipt-inline-actions {
  margin-top: 14px;
}

.cart-dock-toggle, #mobilePrimaryButton {
  min-height: 52px;
  border-radius: 18px;
}

.mobile-dock-copy span {
  color: var(--muted);
  font-size: 0.73rem;
  display: none;
}

.mobile-dock-copy strong {
  font-size: 1rem;
}

.floating-help-button, .floating-back-button {
  width: 54px;
  height: 54px;
  z-index: 65;
  bottom: calc(94px + env(safe-area-inset-bottom));
  box-shadow: 0 14px 28px rgba(80, 50, 30, 0.18);
}

.summary-rail {
  position: sticky;
  top: 20px;
  display: none !important;
}

.overlay-card {
  width: min(720px, calc(100vw - 40px));
  padding: 22px;
  max-height: min(88vh, 840px);
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  transform: translateY(22px) scale(0.985);
  opacity: 0;
  transition: transform var(--motion-medium), opacity var(--motion-medium), box-shadow var(--motion-medium);
  max-width: min(720px, calc(100vw - 40px));
}

#helpChatSheet, #orderChatSheet {
  justify-items: end;
  align-items: end;
  padding: 18px 18px calc(118px + env(safe-area-inset-bottom));
  background: transparent;
  backdrop-filter: none;
  pointer-events: none;
}

#helpChatSheet.is-visible, #orderChatSheet.is-visible {
  pointer-events: auto;
}

#helpChatSheet .overlay-card, #orderChatSheet .overlay-card {
  width: min(420px, calc(100vw - 28px));
  max-height: min(68dvh, 720px);
  box-shadow: 0 24px 64px rgba(60, 40, 24, 0.22);
}

body {
  margin: 0;
  min-height: 100dvh;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #513a2d;
  background: radial-gradient(circle at top, rgba(225, 197, 157, 0.3), transparent 28%),
    radial-gradient(circle at left, rgba(184, 134, 76, 0.08), transparent 26%),
    linear-gradient(180deg, #fdf8f2 0%, #f6ece0 100%);
  -webkit-font-smoothing: antialiased;
  background-attachment: fixed;
  position: relative;
  isolation: isolate;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

.public-shell {
  width: min(calc(100% - 28px), 1360px);
  margin: 0 auto;
  padding: 18px 0 108px;
  padding-bottom: calc(116px + env(safe-area-inset-bottom));
  margin-inline: auto;
}

.public-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 340px);
  gap: clamp(18px, 2vw, 28px);
  align-items: start;
}

.promo-rail {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
  margin: 0 0 18px;
}

.promo-card {
  display: grid;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 24px;
  border: 1px solid rgba(184, 134, 76, 0.18);
  background: linear-gradient(145deg, rgba(255, 251, 245, 0.97), rgba(247, 235, 221, 0.94));
  box-shadow: 0 18px 44px rgba(92, 67, 44, 0.08);
}

.promo-card.is-directed {
  border-color: rgba(184, 134, 76, 0.34);
  box-shadow: 0 18px 44px rgba(146, 103, 53, 0.12);
}

.promo-card-copy {
  display: grid;
  gap: 6px;
}

.promo-card-copy strong {
  font-size: 1.02rem;
}

.promo-card-copy p, .promo-card-meta {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.promo-card-topline, .promo-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}

.promo-chip, .promo-code {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(184, 134, 76, 0.2);
  background: rgba(184, 134, 76, 0.1);
  color: var(--accent-strong);
  font-size: 0.82rem;
  font-weight: 700;
}

.promo-chip.is-soft {
  background: rgba(57, 37, 26, 0.06);
  color: var(--text);
}

.product-card, .special-request-card {
  min-height: 100%;
  max-width: 320px;
}

.phase-card, .summary-card, .overlay-card, .product-card, .special-request-card, .menu-section-shell, .promo-card {
  border-radius: 24px;
}

.photo-block, .preview-photo-block {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.82), transparent 28%),
    linear-gradient(135deg, var(--card-tone-light), var(--card-tone-dark));
  min-height: 168px;
}

.qty-value {
  min-width: 1.6ch;
  text-align: center;
  font-weight: 700;
}

.mobile-dock {
  position: fixed;
  left: max(12px, env(safe-area-inset-left));
  right: max(12px, env(safe-area-inset-right));
  bottom: calc(10px + env(safe-area-inset-bottom));
  z-index: 52;
  display: grid;
  animation: dockRise 320ms ease both;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: stretch;
  padding: 8px;
  border-radius: 24px;
  background: rgba(253, 248, 242, 0.92);
  border: 1px solid rgba(180, 142, 94, 0.16);
  box-shadow: 0 18px 34px rgba(65, 43, 28, 0.14);
  backdrop-filter: blur(16px);
  min-height: 72px;
}

.cart-icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 132px;
  padding: 0 16px !important;
}

.cart-icon-shell {
  position: relative;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(255, 252, 247, 0.88);
  border: 1px solid rgba(177, 136, 84, 0.18);
  box-shadow: 0 10px 24px rgba(92, 67, 44, 0.08);
}

.cart-icon-shell svg {
  width: 22px;
  height: 22px;
}

.cart-count-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-strong);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 800;
  box-shadow: 0 8px 16px rgba(92, 67, 44, 0.18);
}

.cart-dock-toggle.has-items .cart-icon-shell {
  background: rgba(255, 248, 239, 0.98);
  border-color: rgba(177, 136, 84, 0.32);
}

.cart-dock-toggle .mobile-dock-copy {
  gap: 2px;
}

.cart-dock-toggle .mobile-dock-copy span {
  display: block;
  font-size: 0.78rem;
  color: var(--muted);
}

.cart-dock-label {
  color: var(--accent-strong);
  font-weight: 700;
  font-size: 0.95rem;
  gap: 10px;
  display: none;
}

#mobilePrimaryButton {
  min-width: 148px;
}

.cart-sheet {
  position: fixed;
  inset: 0;
  z-index: 78;
}

.cart-sheet-panel {
  position: absolute;
  left: max(12px, env(safe-area-inset-left)) !important;
  right: max(12px, env(safe-area-inset-right)) !important;
  bottom: calc(88px + env(safe-area-inset-bottom)) !important;
  display: grid;
  gap: 16px;
  max-height: min(68dvh, 620px);
  padding: 20px;
  overflow: auto;
  border-radius: 24px !important;
  background: rgba(255, 251, 246, 0.98);
  border: 1px solid rgba(184, 134, 76, 0.16);
  box-shadow: 0 28px 64px rgba(92, 67, 44, 0.2);
  animation: dockRise var(--motion-medium) both;
  width: min(100%, 560px);
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
}

#productPreview, #receiptPreview {
  z-index: 88;
}

#productPreview .overlay-card, #receiptPreview .overlay-card {
  width: min(760px, calc(100vw - 34px));
  max-width: min(760px, calc(100vw - 34px));
  max-height: min(82dvh, 860px);
  overflow: auto;
  scrollbar-gutter: stable;
}

.help-chat-card, #helpChatSheet .overlay-card, #orderChatSheet .overlay-card {
  scrollbar-gutter: stable;
}

.account-rewards-panel {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(146, 103, 53, 0.16);
}

.sheet-top-compact {
  margin-bottom: 0.75rem;
}

.account-rewards-list {
  display: grid;
  gap: 0.75rem;
}

.reward-card {
  border: 1px solid rgba(146, 103, 53, 0.14);
  background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(248,241,232,0.98));
  border-radius: 18px;
  padding: 0.9rem 1rem;
  box-shadow: 0 14px 32px rgba(92, 67, 44, 0.06);
  transition: transform 220ms cubic-bezier(.22,.61,.36,1), box-shadow 220ms cubic-bezier(.22,.61,.36,1), border-color 220ms ease;
}

.reward-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(92, 67, 44, 0.1);
  border-color: rgba(146, 103, 53, 0.28);
}

.reward-card-top, .reward-card-meta, .config-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.reward-card p, .config-summary {
  margin: 0.45rem 0 0;
  color: rgba(88, 63, 42, 0.88);
}

.config-grid {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.config-field span {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.84rem;
  font-weight: 600;
}

.config-summary {
  font-size: 0.84rem;
  background: rgba(244, 234, 220, 0.92);
  border: 1px dashed rgba(146, 103, 53, 0.22);
  border-radius: 14px;
  padding: 0.65rem 0.8rem;
}

.compact-empty {
  margin: 0;
}

.promo-popup-card {
  width: min(480px, calc(100vw - 32px));
  display: grid;
  gap: 14px;
}

.compact-sheet-top {
  margin-bottom: 0;
}

.promo-popup-copy {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.sheet-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.field-grid-profile {
  align-items: start;
}

.phone-field-row, .verification-inline-row {
  display: grid;
  grid-template-columns: minmax(88px, 108px) 1fr;
  gap: 10px;
  align-items: center;
}

.verification-inline-row {
  grid-template-columns: auto 1fr auto;
  margin-top: 10px;
}

.phone-country-code {
  min-width: 88px;
}

.compact-button {
  min-height: 42px;
  padding-inline: 14px;
  white-space: nowrap;
}

.subtle-message {
  margin-top: 8px;
  font-size: 0.9rem;
  color: rgba(72, 47, 34, 0.84);
}

.phase-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(120, 90, 60, 0.12);
  background: rgba(255,255,255,0.76);
  color: var(--muted);
  font-weight: 700;
}

.phase-step:disabled {
  opacity: 0.55;
}

.phase-step.is-active {
  background: rgba(177,136,84,0.14);
  color: var(--accent-strong);
  border-color: rgba(177,136,84,0.32);
}

.phase-step.is-complete {
  background: rgba(84, 140, 105, 0.14);
  color: #355d45;
  border-color: rgba(84, 140, 105, 0.28);
}

.phase-step-index {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(120,90,60,0.08);
  font-size: 0.82rem;
}

.phase-step-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.welcome-cta-row {
  flex-wrap: wrap;
}

.quick-nav-chip, .quick-nav-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(120, 90, 60, 0.12);
  background: rgba(255,255,255,0.82);
  color: var(--accent-strong);
  font-weight: 700;
  font-size: 0.9rem;
}

.quick-nav-pill {
  background: rgba(177,136,84,0.08);
}

.product-description {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.product-description.is-preview {
  max-width: 58ch;
}

.summary-note-item {
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(177,136,84,0.08);
  border: 1px dashed rgba(177,136,84,0.24);
}

.inline-status-chip {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(120,90,60,0.08);
  color: var(--muted);
  font-size: 0.78rem;
  font-style: normal;
}

.inline-status-chip.is-ready {
  background: rgba(84, 140, 105, 0.14);
  color: #355d45;
}

.checkout-highlights {
  display: grid;
  gap: 10px;
}

.checkout-highlight {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid rgba(120, 90, 60, 0.08);
  background: rgba(255,255,255,0.72);
}

.checkout-highlight strong, .checkout-highlight span {
  display: block;
}

.checkout-highlight span {
  color: var(--muted);
  font-size: 0.9rem;
  margin-top: 3px;
}

.checkout-highlight-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(120,90,60,0.16);
  flex: 0 0 auto;
}

.checkout-highlight.is-ready .checkout-highlight-dot {
  background: #4e8f6a;
}

.checkout-highlights-card {
  order: -1;
}

.phase-stepper {
  display: none !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 16px;
}

.account-profile-panel {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(146, 103, 53, 0.16);
}

.account-profile-status {
  display: grid;
  gap: 0.75rem;
}

.account-status-card {
  border: 1px solid rgba(146, 103, 53, 0.14);
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(250,244,236,0.98));
  border-radius: 18px;
  padding: 0.95rem 1rem;
  box-shadow: 0 14px 32px rgba(92, 67, 44, 0.06);
}

.account-status-card.is-soft {
  background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(248,241,232,0.92));
}

.account-status-card p {
  margin: 0.45rem 0 0;
  color: rgba(88, 63, 42, 0.88);
}

.account-status-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.account-status-row + .account-status-row {
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  border-top: 1px dashed rgba(146, 103, 53, 0.18);
}

.account-status-row strong, .account-status-row span {
  display: block;
}

.account-status-row span {
  color: rgba(88, 63, 42, 0.82);
}

.profile-mini-hint {
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(120, 83, 44, 0.72);
  white-space: nowrap;
}

.phase-progress {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.85rem;
}

.phase-progress-track {
  position: relative;
  width: 100%;
  height: 0.38rem;
  border-radius: 999px;
  background: rgba(109, 76, 65, 0.14);
  overflow: hidden;
}

.phase-progress-fill {
  display: block;
  height: 100%;
  width: 0%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(109, 76, 65, 0.72), rgba(208, 141, 108, 0.92));
  transition: width 200ms ease;
}

.phase-progress-label {
  margin: 0;
  font-size: 0.86rem;
  color: rgba(91, 74, 68, 0.8);
}

.mobile-progress-label {
  margin-top: 0.35rem;
}

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

.account-section-nav {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-top: 0.85rem;
}

.ghost-pill-button {
  border: 1px solid rgba(146, 103, 53, 0.18);
  background: rgba(255,255,255,0.72);
  color: rgba(88, 63, 42, 0.92);
  border-radius: 999px;
  padding: 0.6rem 0.9rem;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.ghost-pill-button:hover {
  background: rgba(255,248,240,0.92);
  border-color: rgba(146, 103, 53, 0.3);
}

.compact-primary-button {
  min-height: 44px !important;
  padding: 0.75rem 1rem !important;
  font-size: 0.96rem;
  border-radius: 14px;
}

.summary-actions .primary-button, #mobilePrimaryButton, #cartSheetPrimaryButton {
  min-height: 44px;
  padding: 0.75rem 1rem;
  border-radius: 14px;
  font-size: 0.96rem;
}

.cart-sheet-actions {
  margin-top: 0.75rem;
}

#cartSheetPrimaryButton {
  width: 100%;
}

.account-profile-panel, .account-rewards-panel {
  scroll-margin-top: 1.5rem;
}

.account-profile-panel .sheet-top-compact, .account-rewards-panel .sheet-top-compact {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0.75rem;
}

.menu-section-shell, .product-grid, .product-card {
  visibility: visible;
}

.help-chat-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  padding: 12px;
  border-radius: 24px;
  background: rgba(255, 252, 247, 0.82);
  border: 1px solid rgba(177, 136, 84, 0.16);
  align-items: end;
}

.help-chat-form .primary-button {
  min-height: 50px;
  align-self: stretch;
}

.delivery-map-section {
  display: grid;
  gap: 0.7rem;
  margin-top: 0.25rem;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(146, 103, 53, 0.14);
  background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(249,243,235,0.95));
}

.delivery-map-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0.75rem;
}

.delivery-map-header h3 {
  margin: 0.18rem 0 0;
  font-size: 1rem;
}

.delivery-map-shell {
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(146, 103, 53, 0.16);
  background: rgba(255,255,255,0.9);
  min-height: 220px;
}

.delivery-map-frame {
  display: block;
  width: 100%;
  height: 220px;
  border: 0;
}

.menu-quick-nav {
  display: flex !important;
  gap: 10px;
  margin-bottom: 14px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: none;
}

.menu-quick-nav::-webkit-scrollbar {
  display: none;
}

.menu-section-shell {
  display: grid;
  gap: 0.9rem;
  padding: 18px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.98) 0%, rgba(255, 248, 241, 0.9) 100%),
    rgba(255, 251, 246, 0.76);
  border: 1px solid rgba(120, 90, 60, 0.08);
  transition: transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
  position: relative;
  overflow: hidden;
  box-shadow: var(--premium-shadow-soft);
}

.menu-group-header, .menu-subgroup-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
  position: relative;
  padding-inline: 1rem;
}

.menu-section-body {
  display: grid;
  gap: 14px;
  animation: sectionReveal 260ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
  padding: 0.2rem 0.2rem 0.5rem;
}

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

.product-card {
  display: grid;
  gap: 14px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 252, 247, 0.86);
  border: 1px solid rgba(120, 90, 60, 0.08);
  box-shadow: 0 14px 34px rgba(96, 70, 46, 0.07);
  transition: transform var(--motion-medium),
    box-shadow var(--motion-medium),
    border-color var(--motion-fast),
    background-color var(--motion-fast);
  animation: fadeUp 420ms ease both;
  min-height: 100%;
}

.product-copy {
  padding: 1rem 1rem 1.05rem;
}

.snapshot-item .ghost-link {
  display: inline-flex;
  margin-top: 0.35rem;
}

.help-chat-card {
  width: min(520px, calc(100vw - 28px));
  display: grid;
  gap: 16px;
  position: relative;
  overflow: hidden;
  min-height: min(78dvh, 760px);
  max-height: min(78vh, 760px);
  border-radius: 26px;
}

.help-chat-messages {
  display: grid;
  gap: 12px;
  max-height: 48vh;
  overflow: auto;
  padding-right: 4px;
  padding: 0 6px 6px 2px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.72), rgba(255, 248, 240, 0.54));
  border: 1px solid rgba(177, 136, 84, 0.14);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-gutter: stable both-edges;
  min-height: 280px;
}

.help-chat-form textarea {
  min-height: 112px;
  resize: vertical;
  border-radius: 18px;
  padding: 0.95rem 1rem;
  line-height: 1.45;
  font-size: 15px;
}

.tracking-card {
  width: min(720px, calc(100vw - 28px));
  gap: 16px;
}

.tracking-meta {
  display: grid;
  gap: 12px;
}

.tracking-stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10px;
}

.detail-chip {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 251, 246, 0.86);
  border: 1px solid rgba(177, 136, 84, 0.14);
}

.detail-chip strong {
  font-size: 0.8rem;
  color: var(--muted);
}

.detail-chip span {
  color: var(--text);
  line-height: 1.45;
}

.tracking-panel-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.tracking-timeline {
  display: grid;
  gap: 10px;
}

.tracking-event {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(121,88,57,0.12);
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.tracking-map-shell {
  min-height: 260px;
}

.history-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.items-list .item-row span.item-variant-note, .item-variant-note {
  display: block;
  color: #7b6455;
  font-size: 12px;
  margin-top: 2px;
}

.variant-builder {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px dashed rgba(121,88,57,0.22);
  border-radius: 18px;
  background: rgba(255,255,255,0.68);
}

.variant-builder-list {
  display: grid;
  gap: 10px;
}

.variant-row {
  display: grid;
  grid-template-columns: 1.1fr 1.2fr 110px 80px auto;
  gap: 10px;
  align-items: end;
}

.variant-row label {
  margin: 0;
}

.variant-row input[type="text"], .variant-row input[type="number"] {
  width: 100%;
}

.mobile-dock[hidden] {
  display: none !important;
}

.mobile-dock:not([hidden]) {
  display: grid !important;
}

.welcome-home {
  display: grid;
  gap: 20px;
}

.welcome-conversion-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: 20px;
  align-items: start;
  overflow: hidden;
}

.welcome-conversion-card::before {
  content: "";
  position: absolute;
  inset: auto -8% -24% auto;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(214, 170, 112, 0.22), transparent 66%);
  pointer-events: none;
}

.welcome-conversion-copy, .welcome-visual-column, .welcome-phase-actions {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.welcome-phase-copy {
  gap: 12px;
}

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

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

.hero-stat-card {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(177, 136, 84, 0.14);
  box-shadow: 0 14px 28px rgba(73, 48, 31, 0.06);
}

.hero-stat-card span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-stat-card strong {
  color: var(--text-strong);
  font-size: 1.02rem;
  line-height: 1.25;
}

.hero-stat-card small {
  color: #7b6455;
  line-height: 1.45;
}

.hero-trust-strip, .need-card-tags, .reorder-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.trust-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(177, 136, 84, 0.14);
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(73, 48, 31, 0.05);
}

.hero-visual-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(229, 189, 135, 0.2), transparent 34%),
    linear-gradient(145deg, rgba(255, 254, 250, 0.98), rgba(247, 237, 224, 0.94));
  border: 1px solid rgba(177, 136, 84, 0.16);
  box-shadow: 0 18px 40px rgba(73, 48, 31, 0.08);
}

.hero-visual-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-featured-products {
  display: grid;
  gap: 12px;
}

.home-section {
  display: grid;
  gap: 16px;
  scroll-margin-top: 104px;
}

.home-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.home-section-copy {
  display: grid;
  gap: 8px;
  max-width: 66ch;
}

.home-section-copy h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 1.8vw, 2.15rem);
  line-height: 1.06;
}

.home-section-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.home-inline-button {
  justify-self: end;
}

.home-inline-offer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px 20px;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 251, 245, 0.98), rgba(246, 232, 213, 0.95));
  border: 1px solid rgba(177, 136, 84, 0.18);
  box-shadow: 0 18px 38px rgba(73, 48, 31, 0.08);
}

.home-inline-offer-copy {
  display: grid;
  gap: 8px;
}

.home-inline-offer-copy strong {
  font-size: 1.06rem;
}

.home-inline-offer-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.marketing-grid, .trust-grid, .need-grid, .secondary-module-grid {
  display: grid;
  gap: 14px;
}

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

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

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

.trust-card-compact {
  padding: 14px;
  border-radius: 20px;
}

.need-grid, .secondary-module-grid {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.marketing-product-card, .trust-card, .need-card, .secondary-module-card {
  min-height: 100%;
}

.marketing-product-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.58), transparent 36%),
    linear-gradient(145deg, rgba(255, 253, 249, 0.98), rgba(247, 239, 229, 0.94));
  border: 1px solid rgba(177, 136, 84, 0.14);
  box-shadow: 0 16px 34px rgba(73, 48, 31, 0.08);
}

.marketing-product-card.is-compact {
  grid-template-columns: 118px minmax(0, 1fr);
  align-items: start;
}

.marketing-product-media, .combo-side-media {
  position: relative;
}

.marketing-product-card .photo-block {
  min-height: 190px;
  border-radius: 24px;
}

.marketing-product-card.is-compact .photo-block {
  min-height: 118px;
}

.marketing-badge {
  position: absolute;
  left: 14px;
  top: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(62, 117, 77, 0.92);
  color: #fff9f2;
  font-size: 0.78rem;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(34, 103, 61, 0.2);
}

.marketing-product-copy, .combo-offer-copy, .combo-offer-side, .combo-copy-block, .need-card-copy, .reorder-summary {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.marketing-product-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.marketing-product-top h3, .trust-card h3, .need-card h3, .secondary-module-card h3, .reorder-summary h3 {
  margin: 0;
}

.marketing-product-top p, .trust-card p, .need-card p, .secondary-module-card p, .reorder-summary p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.marketing-price-block {
  display: grid;
  gap: 4px;
  min-width: max-content;
  text-align: right;
}

.marketing-price-block span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.marketing-price-block strong {
  color: var(--text-strong);
  font-size: 1.16rem;
}

.marketing-product-meta, .combo-value-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.marketing-meta-chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(177, 136, 84, 0.16);
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 700;
}

.marketing-meta-chip.is-selected {
  background: rgba(34, 103, 61, 0.1);
  border-color: rgba(34, 103, 61, 0.16);
  color: #1f5a34;
}

.marketing-meta-chip.is-accent {
  background: rgba(184, 134, 76, 0.14);
  border-color: rgba(184, 134, 76, 0.22);
  color: var(--accent-strong);
}

.marketing-product-actions, .combo-offer-actions, .need-card-actions, .reorder-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.combo-offer-card, .reorder-card {
  display: grid;
  gap: 18px;
  padding: 22px;
  border-radius: 30px;
  border: 1px solid rgba(177, 136, 84, 0.18);
  box-shadow: 0 18px 42px rgba(73, 48, 31, 0.08);
}

.combo-offer-card {
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
  background:
    radial-gradient(circle at top right, rgba(229, 189, 135, 0.24), transparent 32%),
    linear-gradient(145deg, rgba(255, 252, 247, 0.98), rgba(245, 232, 212, 0.94));
}

.combo-copy-block h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2vw, 2.25rem);
  line-height: 1.04;
}

.combo-copy-block p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.combo-inclusions {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.combo-inclusions li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(177, 136, 84, 0.14);
}

.combo-inclusions li span, .combo-side-copy span {
  color: var(--muted);
  line-height: 1.45;
}

.combo-side-card {
  display: grid;
  gap: 10px;
  padding: 14px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(177, 136, 84, 0.14);
}

.combo-side-card .photo-block {
  min-height: 146px;
  border-radius: 20px;
}

.combo-side-copy {
  display: grid;
  gap: 4px;
}

.combo-upgrade-link {
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  color: var(--accent-strong);
  font-weight: 700;
}

.trust-card, .need-card, .secondary-module-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 26px;
  background: rgba(255, 252, 247, 0.84);
  border: 1px solid rgba(177, 136, 84, 0.14);
  box-shadow: 0 14px 30px rgba(73, 48, 31, 0.06);
}

.reorder-card {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.86fr);
  align-items: center;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.52), transparent 30%),
    linear-gradient(145deg, rgba(255, 252, 247, 0.98), rgba(244, 232, 217, 0.94));
}

.reorder-card.is-soft {
  background: rgba(255, 252, 247, 0.82);
}

.secondary-module-actions {
  display: grid;
  gap: 10px;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

}

@media (min-width: 1280px) {
  .public-shell {
    width: min(100% - 56px, 1440px);
  }

  .site-header {
    align-items: center;
  }

  .welcome-hero {
    max-width: 840px;
  }

}

@media (min-width: 641px) {
  .config-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 640px) {
  .brand-logo {
    width: 156px;
    height: 156px;
  }

  .public-shell {
    width: min(calc(100% - 18px), 100%);
    padding-top: 12px;
    padding: 14px 0 calc(102px + env(safe-area-inset-bottom));
  }

  .site-header {
    grid-template-columns: 52px 1fr 52px;
    gap: 10px;
  }

  .toolbar-button, #accountMenuButton, .icon-button, .back-button {
    width: 52px;
    min-width: 52px;
    height: 52px;
  }

  .brand-logo-shell {
    width: min(72vw, 286px);
    height: min(72vw, 286px);
  }

  .welcome-card {
    padding: 24px 18px;
    border-radius: 24px;
  }

  .active-order-top {
    grid-template-columns: 1fr;
    display: grid;
  }

  .active-order-actions, .receipt-inline-actions {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 17ch;
    font-size: 1rem;
    line-height: 1.55;
  }

  .cart-dock-toggle {
    min-height: 54px !important;
    height: 54px !important;
  }

  .cart-sheet-panel {
    bottom: calc(max(10px, env(safe-area-inset-bottom)) + 64px) !important;
  }

  .welcome-hero h1 {
    font-size: clamp(1.8rem, 12.5vw, 3rem);
    max-width: 11ch;
    line-height: 0.98;
  }

  .mobile-dock {
    min-height: 62px;
    padding: 7px;
  }

  .cart-dock-toggle, #mobilePrimaryButton {
    min-height: 48px;
  }

  .overlay-card {
    width: min(94vw, 94vw);
    max-width: 94vw;
  }

  .cart-icon-button {
    min-width: 110px;
    padding-inline: 12px !important;
    gap: 10px;
  }

  .cart-icon-shell {
    width: 38px;
    height: 38px;
  }

  .cart-icon-shell svg {
    width: 20px;
    height: 20px;
  }

  .mobile-dock-copy strong {
    font-size: 0.95rem;
  }

  #mobilePrimaryButton {
    min-width: 116px;
  }

  .phone-field-row, .verification-inline-row {
    grid-template-columns: 1fr;
  }

  .compact-button {
    width: 100%;
  }

  .account-actions-compact {
    grid-template-columns: 1fr;
  }

  .account-section-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

}

@media (max-width: 980px) {
  .text-button {
    width: 52px;
    min-width: 52px;
    height: 52px;
    padding: 0;
  }

  body.is-order-phase .brand-logo-shell {
    width: 132px;
    height: 132px;
  }

  body.is-order-phase .brand-logo {
    width: 124px;
    height: 124px;
  }

  .phase-card, .overlay-card {
    padding: 18px;
    border-radius: 28px;
  }

  .product-grid, .review-grid, .field-grid, .inline-actions, .help-chat-form {
    grid-template-columns: 1fr;
  }

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

  .summary-actions, .history-actions, .segment-row {
    grid-template-columns: 1fr;
  }

  .history-actions, .segment-row {
    display: grid;
  }

  .form-card, .help-chat-card, .preview-card, .receipt-card {
    width: 100%;
    max-height: calc(100dvh - 24px);
  }

  .form-card {
    padding-bottom: calc(108px + env(safe-area-inset-bottom));
  }

  .overlay-sheet {
    align-items: start;
    padding: max(12px, env(safe-area-inset-top)) 12px calc(20px + env(safe-area-inset-bottom));
  }

  .receipt-sheet-grid {
    grid-template-columns: 1fr;
  }

  .receipt-meta-row {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .receipt-meta-value {
    text-align: left;
  }

  .hero-kicker {
    font-size: 0.78rem;
  }

  .section-header-meta {
    width: 100%;
    justify-content: flex-start;
  }

  .section-state-copy {
    font-size: 0.78rem;
  }

  .sheet-top, .receipt-toolbar {
    top: -18px;
    margin: -18px -18px 4px;
    padding: 16px 18px 12px;
  }

  .login-toolbar-link {
    min-width: 0;
    padding-inline: 14px;
  }

  .login-toolbar-link span {
    display: none;
  }

  .phase-card, .summary-card, .overlay-card {
    border-radius: 26px;
  }

  .toolbar-button, .text-button, #accountMenuButton {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0;
  }

  .phase-card, .summary-card {
    padding: 16px 14px;
  }

  .phase-card {
    padding: 18px;
  }

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

  .cart-dock-toggle {
    min-height: 62px;
  }

  .phase-card, .summary-card, .overlay-card, .menu-section-shell {
    padding: 18px !important;
    border-radius: 24px !important;
  }

  .phase-copy-text, .welcome-meta, .summary-text {
    max-width: 100%;
    font-size: 0.95rem !important;
  }

  .site-header > .toolbar-button {
    grid-area: orders;
    justify-self: start;
  }

  .brand-lockup {
    grid-area: logo;
    margin-top: 4px;
  }

  .header-actions {
    gap: 8px;
    justify-self: end;
    grid-area: account;
  }

  .toolbar-button.text-button {
    min-height: 44px;
    padding-inline: 12px;
  }

  .toolbar-button.text-button span {
    font-size: 0.86rem;
  }

  .hero-copy, .phase-copy-text, .welcome-meta, .summary-text {
    max-width: none;
    font-size: 0.92rem;
  }

  .field-grid, .review-grid {
    grid-template-columns: 1fr;
  }

  .phase-card, .review-card, .summary-card, .overlay-card {
    border-radius: 24px;
  }

  .cart-dock-toggle, #mobilePrimaryButton {
    min-height: 46px;
  }

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

  .summary-card {
    display: none !important;
  }

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

  .public-shell {
    padding-bottom: calc(112px + env(safe-area-inset-bottom));
    width: min(calc(100% - 16px), 100%);
    padding: 14px 0 124px;
    padding-top: 14px;
  }

  .site-header {
    grid-template-columns: 52px minmax(0, 1fr) 52px;
    gap: 10px;
    margin-bottom: 14px;
    align-items: center;
    grid-template-areas: "orders account"
      "logo logo";
  }

  .toolbar-button, .text-button {
    width: 52px;
    min-width: 52px;
    height: 52px;
    padding: 0;
  }

  .text-button span {
    display: none;
  }

  .brand-logo-shell {
    width: min(72vw, 282px);
    height: min(72vw, 282px);
    padding: 4px;
  }

  .brand-logo {
    width: calc(min(48vw, 168px) - 12px);
    height: calc(min(48vw, 168px) - 12px);
    transform: scale(1.08);
  }

  .welcome-hero {
    gap: 12px !important;
    margin: 2px 0 20px;
    margin-bottom: 14px;
    padding: 18px 16px;
    border-radius: 24px;
  }

  .welcome-hero h1 {
    font-size: clamp(2rem, 13vw, 3.6rem);
    max-width: 10ch;
    line-height: 1.05 !important;
  }

  .hero-copy {
    max-width: 22ch;
    margin-inline: auto;
    font-size: 0.98rem;
    line-height: 1.68 !important;
  }

  .public-layout, .product-grid, .phase-stack {
    grid-template-columns: 1fr !important;
  }

  .overlay-card {
    width: min(95vw, 95vw);
    max-width: 95vw;
    max-height: 85vh;
    border-radius: 24px;
  }

  .cart-sheet-panel {
    left: max(10px, env(safe-area-inset-left));
    right: max(10px, env(safe-area-inset-right));
    bottom: calc(84px + env(safe-area-inset-bottom));
    max-height: min(70vh, 560px);
    border-radius: 24px;
  }

  .floating-help-button, .floating-back-button {
    width: 58px;
    height: 58px;
    bottom: calc(88px + env(safe-area-inset-bottom));
  }

  .floating-help-button {
    right: max(14px, env(safe-area-inset-right));
    bottom: 110px;
  }

  .floating-back-button {
    left: max(14px, env(safe-area-inset-left));
    bottom: 88px;
  }

  #helpChatSheet .overlay-card, #orderChatSheet .overlay-card {
    width: 100%;
    max-height: min(72dvh, 760px);
  }

  .public-layout, .phase-stack {
    gap: 14px;
    grid-template-columns: 1fr !important;
  }

  .promo-rail {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 14px;
  }

  #productPreview, #receiptPreview {
    align-items: end;
    justify-items: stretch;
    padding: 12px 12px calc(96px + env(safe-area-inset-bottom));
  }

  #productPreview .overlay-card, #receiptPreview .overlay-card {
    width: 100%;
    max-width: 100%;
    max-height: min(78dvh, 760px);
    border-radius: 26px;
  }

  #helpChatSheet, #orderChatSheet {
    align-items: end;
    justify-items: stretch;
    padding: 12px 12px calc(112px + env(safe-area-inset-bottom));
    padding-bottom: calc(98px + env(safe-area-inset-bottom));
  }

  .help-chat-messages {
    max-height: min(42dvh, 360px);
  }

  .mobile-dock {
    display: grid !important;
    left: 12px;
    right: 12px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    grid-template-columns: auto minmax(0, 1fr);
    padding: 7px;
    gap: 7px;
    align-items: stretch;
  }

  #mobilePrimaryButton {
    min-height: 62px;
    min-width: 132px;
  }

  .summary-rail {
    display: none !important;
  }

  .mobile-dock[hidden] {
    display: none !important;
  }

  .mobile-dock:not([hidden]) {
    display: grid !important;
  }

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

  .phase-step {
    justify-content: flex-start;
  }

  .help-chat-card {
    width: min(100%, 100%);
    min-height: min(86dvh, 780px);
  }

  .help-chat-form {
    grid-template-columns: 1fr;
  }

  .help-chat-form .primary-button {
    width: 100%;
  }

  .delivery-map-shell, .delivery-map-frame {
    min-height: 190px;
    height: 190px;
  }

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

  .tracking-card {
    width: min(96vw, 96vw);
  }

}

@media (min-width: 981px) {
  .mobile-dock {
    max-width: 560px;
    left: auto;
  }

  .product-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 280px));
    justify-content: start;
  }

  .product-card, .special-request-card {
    max-width: 280px;
  }

  .phase-card {
    padding: clamp(20px, 2vw, 28px);
  }

  .summary-rail[hidden] {
    display: none !important;
  }

  body.has-desktop-summary .summary-rail {
    display: block !important;
    position: sticky;
    top: 24px;
    align-self: start;
  }

  body.has-desktop-summary .public-layout {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 360px) !important;
    align-items: start;
  }

  body.has-desktop-summary .summary-rail:not([hidden]) {
    display: block !important;
    position: sticky;
    top: 24px;
    align-self: start;
    z-index: 10;
  }

  body.has-desktop-summary .summary-card {
    box-shadow: 0 18px 40px rgba(35, 24, 18, 0.12);
    display: grid !important;
    gap: 16px;
  }

  body.has-desktop-summary .summary-actions {
    display: flex !important;
  }

  body.has-desktop-summary #summaryPrimaryButton {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    visibility: visible !important;
    opacity: 1 !important;
  }

  body.has-desktop-summary .mobile-dock {
    display: none !important;
  }

  body.has-desktop-summary.has-mobile-dock .summary-actions {
    display: flex !important;
  }

  body.has-desktop-summary.has-mobile-dock #summaryPrimaryButton {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    visibility: visible !important;
    opacity: 1 !important;
  }

  body.has-desktop-summary.has-mobile-dock .mobile-dock {
    display: none !important;
  }

  body.has-desktop-summary.has-mobile-dock .mobile-dock:not([hidden]) {
    position: fixed;
    left: auto;
    right: 24px;
    bottom: 24px;
    width: min(430px, calc(100vw - 48px));
    z-index: 65;
    grid-template-columns: minmax(0, 1fr) minmax(150px, 0.9fr);
    gap: 12px;
    padding: 12px;
    border-radius: 24px;
    box-shadow: 0 18px 48px rgba(92, 67, 44, 0.18);
  }

  body.has-desktop-summary.has-mobile-dock .cart-sheet {
    inset: 0;
    z-index: 70;
  }

  body.has-desktop-summary.has-mobile-dock .cart-sheet-panel {
    left: auto;
    right: 24px;
    width: min(430px, calc(100vw - 48px));
    bottom: 96px;
    max-width: 430px;
    max-height: min(72vh, 680px);
  }

  body.has-desktop-summary.has-mobile-dock .cart-sheet-backdrop {
    background: rgba(52, 34, 20, 0.14);
  }

}

@media (max-width: 980px) {
  .public-shell {
    padding: max(10px, env(safe-area-inset-top)) 12px calc(92px + env(safe-area-inset-bottom));
    gap: 14px;
  }

  .site-header {
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    min-height: 70px;
  }

  .brand-lockup {
    justify-self: center;
    width: 100%;
    display: flex;
    justify-content: center;
    min-width: 0;
  }

  .brand-logo-shell {
    margin-inline: auto;
    justify-content: center;
  }

  .brand-logo {
    max-width: 116px;
    height: auto;
    object-fit: contain;
  }

  .toolbar-button.text-button span {
    display: none;
  }

  .floating-back-button {
    bottom: calc(86px + env(safe-area-inset-bottom));
    left: 12px;
    right: auto;
    padding: 10px 12px;
  }

  .welcome-hero {
    padding: 14px;
    gap: 12px;
  }

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

  .phase-stack {
    gap: 12px;
  }

  .phase-card,
  .welcome-conversion-card,
  .menu-section-shell,
  .review-card,
  .history-card {
    border-radius: 22px;
  }

  .phase-top {
    gap: 10px;
    align-items: flex-start;
  }

  .phase-heading {
    min-width: 0;
  }

  .phase-heading h2,
  .review-card h3,
  .history-top h3 {
    line-height: 1.2;
  }

  .menu-quick-nav,
  .home-top-nav-actions {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
  }

  .menu-quick-nav > *,
  .home-top-nav-actions > * {
    scroll-snap-align: start;
  }

  .product-grid {
    display: grid;
    gap: 10px;
  }

  .product-card,
  .special-request-card,
  .marketing-product-card {
    grid-template-columns: 84px minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 10px !important;
  }

  .product-card-media .photo-block,
  .special-request-card .photo-block,
  .marketing-product-media {
    width: 84px !important;
    min-width: 84px !important;
    max-width: 84px !important;
  }

  .product-card-media .photo-block,
  .special-request-card .photo-block {
    min-height: 84px !important;
    height: 84px !important;
  }

  .product-card-body,
  .special-request-copy,
  .marketing-product-copy {
    gap: 8px;
  }

  .product-description,
  .product-caption,
  .special-request-caption,
  .marketing-product-top p {
    font-size: 0.83rem;
    line-height: 1.35;
  }

  .product-meta {
    align-items: center;
    gap: 10px;
  }

  .price-block {
    min-width: 0;
  }

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

  .quantity-control {
    margin-left: 0;
    justify-content: flex-start;
  }

  .review-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .active-order-strip {
    gap: 8px !important;
  }

  .active-order-strip-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  .tracking-card,
  .receipt-card,
  .preview-card,
  .help-chat-card {
    width: min(100%, 100vw - 16px);
    max-height: min(90vh, 840px);
  }
}


.home-top-nav {
  padding-top: 0 !important;
}

.home-top-nav-actions {
  display: flex !important;
  gap: 10px !important;
  overflow-x: auto;
  padding: 0 0 4px;
}

.home-top-nav .section-chip {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 252, 248, 0.94);
}

.welcome-home {
  gap: 14px;
}

.welcome-conversion-card {
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  padding: 16px !important;
}

.welcome-conversion-card::before,
.welcome-visual-column,
#welcomeHero,
#heroCommerceStats,
#heroTrustStrip,
.home-section-copy p:empty,
.welcome-supporting-copy[hidden] {
  display: none !important;
}

.welcome-phase-copy {
  gap: 8px !important;
}

.welcome-phase-copy h2 {
  font-size: clamp(1.8rem, 8vw, 2.5rem);
  line-height: 0.95;
  max-width: 10ch;
}

#welcomeText {
  max-width: 26ch;
}

.welcome-cta-row {
  grid-template-columns: 1fr !important;
}

.welcome-cta-row .primary-button,
.welcome-cta-row .secondary-button {
  width: 100%;
}

.home-section {
  gap: 10px;
}

.home-section-heading {
  align-items: center;
  gap: 8px;
}

.home-section-copy .sheet-kicker {
  margin-bottom: 2px;
}

.home-section-copy h3 {
  font-size: 1.3rem;
  line-height: 1.05;
}

.home-inline-button {
  min-height: 42px;
  padding-inline: 16px;
}

.marketing-grid.is-compact-list {
  grid-template-columns: 1fr;
}

.marketing-product-card {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) !important;
  gap: 10px !important;
  padding: 12px !important;
  border-radius: 22px !important;
}

.marketing-product-media {
  width: 84px;
  min-width: 84px;
}

.marketing-product-card .photo-block {
  min-height: 84px !important;
  height: 84px !important;
  border-radius: 14px !important;
}

.marketing-product-copy {
  gap: 8px !important;
}

.marketing-product-top {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px !important;
  align-items: start;
}

.marketing-product-text {
  min-width: 0;
}

.marketing-product-top h3 {
  font-size: 1rem;
  line-height: 1.2;
}

.marketing-product-top p {
  font-size: 0.84rem;
  line-height: 1.35;
}

.marketing-price-block {
  text-align: left;
  min-width: 58px;
}

.marketing-price-block span {
  font-size: 0.68rem;
}

.marketing-price-block strong {
  font-size: 1rem;
}

.marketing-badge,
.photo-chip {
  font-size: 0.66rem !important;
  padding: 5px 8px !important;
}

.marketing-product-meta {
  gap: 6px !important;
}

.marketing-meta-chip {
  min-height: 28px;
  padding: 0 10px;
  font-size: 0.75rem;
}

.marketing-product-actions {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 8px !important;
}

.marketing-product-actions .secondary-button,
.marketing-product-actions .primary-button {
  min-height: 44px;
  padding-inline: 14px;
}

.secondary-button.is-quiet {
  background: rgba(255,255,255,0.72);
  box-shadow: none;
}

.category-quick-grid {
  display: grid;
  gap: 10px;
}

.category-quick-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 14px;
  border-radius: 20px;
  background: rgba(255,252,247,0.9);
  border: 1px solid rgba(177, 136, 84, 0.14);
}

.category-quick-copy {
  display: grid;
  gap: 6px;
}

.category-quick-copy h3,
.reorder-summary h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
}

.category-quick-copy p,
.reorder-summary p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.35;
  color: var(--muted);
}

.reorder-card.is-minimal {
  grid-template-columns: 1fr !important;
  gap: 12px;
  padding: 14px !important;
  border-radius: 22px !important;
}

.reorder-actions.is-single {
  grid-template-columns: 1fr !important;
}

.active-order-strip.is-compact {
  grid-template-columns: 1fr auto !important;
  gap: 10px !important;
  padding: 10px 12px !important;
  border-radius: 18px !important;
}

.active-order-strip.is-compact .active-order-strip-meta,
.active-order-strip.is-compact .promo-chip,
.active-order-strip.is-compact .inline-status-chip {
  display: none !important;
}

.active-order-strip.is-compact .active-order-strip-copy strong {
  font-size: 0.95rem;
}

.active-order-strip.is-compact .active-order-strip-copy p {
  margin: 0;
  font-size: 0.84rem;
}

#orderTrackingSheet .sheet-kicker,
#orderTrackingSheet .tracking-copy,
#orderTrackingSheet .tracking-map-shell,
#orderTrackingSheet .history-caption {
  display: none !important;
}

#orderTrackingSheet .tracking-card {
  padding: 14px !important;
}

#orderTrackingSheet .tracking-event {
  padding: 10px 12px;
}

@media (max-width: 720px) {
  .public-shell {
    padding-inline: 10px !important;
  }

  .site-header {
    min-height: 62px;
    padding: 8px 10px !important;
  }

  .brand-logo {
    max-width: 92px !important;
  }

  .toolbar-button {
    min-height: 42px;
    min-width: 42px;
  }

  .home-top-nav .section-chip {
    min-height: 40px;
    padding-inline: 14px;
    font-size: 0.92rem;
  }

  .welcome-phase-copy h2 {
    max-width: 8ch;
  }

  .marketing-product-card,
  .product-card,
  .special-request-card {
    grid-template-columns: 78px minmax(0, 1fr) !important;
    gap: 10px !important;
    padding: 10px !important;
  }

  .marketing-product-media,
  .product-card-media,
  .special-request-card .product-card-media {
    width: 78px !important;
    min-width: 78px !important;
  }

  .marketing-product-card .photo-block,
  .product-card .photo-block,
  .special-request-card .photo-block {
    min-height: 78px !important;
    height: 78px !important;
  }

  .product-card-body,
  .marketing-product-copy,
  .special-request-copy {
    gap: 8px !important;
  }

  .product-meta,
  .marketing-product-top {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start !important;
  }

  .product-meta .quantity-control {
    grid-column: 1 / -1;
  }

  .combo-offer-card,
  .home-inline-offer,
  #homeTrustSignals,
  #homeRecommendedCombo,
  #homeSecondaryModules {
    display: none !important;
  }
}


.home-top-nav {
  padding-top: 0 !important;
}

.home-top-nav-actions {
  display: flex !important;
  gap: 10px !important;
  overflow-x: auto;
  padding: 0 0 4px;
}

.home-top-nav .section-chip {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 252, 248, 0.94);
}

.welcome-home {
  gap: 14px;
}

.welcome-conversion-card {
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  padding: 16px !important;
}

.welcome-conversion-card::before,
.welcome-visual-column,
#welcomeHero,
#heroCommerceStats,
#heroTrustStrip,
.home-section-copy p:empty,
.welcome-supporting-copy[hidden] {
  display: none !important;
}

.welcome-phase-copy {
  gap: 8px !important;
}

.welcome-phase-copy h2 {
  font-size: clamp(1.8rem, 8vw, 2.5rem);
  line-height: 0.95;
  max-width: 10ch;
}

#welcomeText {
  max-width: 26ch;
}

.welcome-cta-row {
  grid-template-columns: 1fr !important;
}

.welcome-cta-row .primary-button,
.welcome-cta-row .secondary-button {
  width: 100%;
}

.home-section {
  gap: 10px;
}

.home-section-heading {
  align-items: center;
  gap: 8px;
}

.home-section-copy .sheet-kicker {
  margin-bottom: 2px;
}

.home-section-copy h3 {
  font-size: 1.3rem;
  line-height: 1.05;
}

.home-inline-button {
  min-height: 42px;
  padding-inline: 16px;
}

.marketing-grid.is-compact-list {
  grid-template-columns: 1fr;
}

.marketing-product-card {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) !important;
  gap: 10px !important;
  padding: 12px !important;
  border-radius: 22px !important;
}

.marketing-product-media {
  width: 84px;
  min-width: 84px;
}

.marketing-product-card .photo-block {
  min-height: 84px !important;
  height: 84px !important;
  border-radius: 14px !important;
}

.marketing-product-copy {
  gap: 8px !important;
}

.marketing-product-top {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px !important;
  align-items: start;
}

.marketing-product-text {
  min-width: 0;
}

.marketing-product-top h3 {
  font-size: 1rem;
  line-height: 1.2;
}

.marketing-product-top p {
  font-size: 0.84rem;
  line-height: 1.35;
}

.marketing-price-block {
  text-align: left;
  min-width: 58px;
}

.marketing-price-block span {
  font-size: 0.68rem;
}

.marketing-price-block strong {
  font-size: 1rem;
}

.marketing-badge,
.photo-chip {
  font-size: 0.66rem !important;
  padding: 5px 8px !important;
}

.marketing-product-meta {
  gap: 6px !important;
}

.marketing-meta-chip {
  min-height: 28px;
  padding: 0 10px;
  font-size: 0.75rem;
}

.marketing-product-actions {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 8px !important;
}

.marketing-product-actions .secondary-button,
.marketing-product-actions .primary-button {
  min-height: 44px;
  padding-inline: 14px;
}

.secondary-button.is-quiet {
  background: rgba(255,255,255,0.72);
  box-shadow: none;
}

.category-quick-grid {
  display: grid;
  gap: 10px;
}

.category-quick-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 14px;
  border-radius: 20px;
  background: rgba(255,252,247,0.9);
  border: 1px solid rgba(177, 136, 84, 0.14);
}

.category-quick-copy {
  display: grid;
  gap: 6px;
}

.category-quick-copy h3,
.reorder-summary h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
}

.category-quick-copy p,
.reorder-summary p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.35;
  color: var(--muted);
}

.reorder-card.is-minimal {
  grid-template-columns: 1fr !important;
  gap: 12px;
  padding: 14px !important;
  border-radius: 22px !important;
}

.reorder-actions.is-single {
  grid-template-columns: 1fr !important;
}

.active-order-strip.is-compact {
  grid-template-columns: 1fr auto !important;
  gap: 10px !important;
  padding: 10px 12px !important;
  border-radius: 18px !important;
}

.active-order-strip.is-compact .active-order-strip-meta,
.active-order-strip.is-compact .promo-chip,
.active-order-strip.is-compact .inline-status-chip {
  display: none !important;
}

.active-order-strip.is-compact .active-order-strip-copy strong {
  font-size: 0.95rem;
}

.active-order-strip.is-compact .active-order-strip-copy p {
  margin: 0;
  font-size: 0.84rem;
}

#orderTrackingSheet .sheet-kicker,
#orderTrackingSheet .tracking-copy,
#orderTrackingSheet .tracking-map-shell,
#orderTrackingSheet .history-caption {
  display: none !important;
}

#orderTrackingSheet .tracking-card {
  padding: 14px !important;
}

#orderTrackingSheet .tracking-event {
  padding: 10px 12px;
}

@media (max-width: 720px) {
  .public-shell {
    padding-inline: 10px !important;
  }

  .site-header {
    min-height: 62px;
    padding: 8px 10px !important;
  }

  .brand-logo {
    max-width: 92px !important;
  }

  .toolbar-button {
    min-height: 42px;
    min-width: 42px;
  }

  .home-top-nav .section-chip {
    min-height: 40px;
    padding-inline: 14px;
    font-size: 0.92rem;
  }

  .welcome-phase-copy h2 {
    max-width: 8ch;
  }

  .marketing-product-card,
  .product-card,
  .special-request-card {
    grid-template-columns: 78px minmax(0, 1fr) !important;
    gap: 10px !important;
    padding: 10px !important;
  }

  .marketing-product-media,
  .product-card-media,
  .special-request-card .product-card-media {
    width: 78px !important;
    min-width: 78px !important;
  }

  .marketing-product-card .photo-block,
  .product-card .photo-block,
  .special-request-card .photo-block {
    min-height: 78px !important;
    height: 78px !important;
  }

  .product-card-body,
  .marketing-product-copy,
  .special-request-copy {
    gap: 8px !important;
  }

  .product-meta,
  .marketing-product-top {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start !important;
  }

  .product-meta .quantity-control {
    grid-column: 1 / -1;
  }

  .combo-offer-card,
  .home-inline-offer,
  #homeTrustSignals,
  #homeRecommendedCombo,
  #homeSecondaryModules {
    display: none !important;
  }
}


@media (max-width: 780px) {
  .closed-screen {
    border-radius: 24px;
    min-height: 60vh;
  }

  .closed-screen-inner {
    align-content: end;
  }
}


/* ==== 14.3.17 mobile public performance closure ==== */
body.is-performance-lite .welcome-conversion-card::before,
body.is-performance-lite .combo-offer-card::before,
body.is-performance-lite .closed-screen .closed-screen-media.is-animated,
body.is-performance-lite .closed-screen.has-animated-countdown .closed-screen-countdown,
body.is-performance-lite .marketing-product-card,
body.is-performance-lite .trust-card,
body.is-performance-lite .need-card,
body.is-performance-lite .secondary-module-card {
  animation: none !important;
  transition-duration: 0.18s !important;
}

body.is-performance-lite .marketing-product-card,
body.is-performance-lite .trust-card,
body.is-performance-lite .need-card,
body.is-performance-lite .secondary-module-card,
body.is-performance-lite .welcome-conversion-card,
body.is-performance-lite .combo-offer-card,
body.is-performance-lite .reorder-card {
  backdrop-filter: none !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.closed-screen[data-performance-mode="lite"] .closed-screen-inner {
  gap: 1rem;
}

.closed-screen-media-placeholder {
  min-height: 240px;
  display: grid;
  place-content: center;
  gap: 0.65rem;
  padding: 1.5rem;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255,255,255,0.18), rgba(255,255,255,0.04));
  border: 1px solid rgba(255,255,255,0.16);
  text-align: center;
}

.closed-screen-media-placeholder strong {
  font-size: clamp(1.1rem, 2vw, 1.6rem);
}

.closed-screen-media-placeholder span {
  color: rgba(255,255,255,0.78);
}

@media (prefers-reduced-motion: reduce) {
  .marketing-product-card,
  .trust-card,
  .need-card,
  .secondary-module-card,
  .closed-screen .closed-screen-media,
  .closed-screen .closed-screen-countdown {
    animation: none !important;
    transition: none !important;
  }
}

/* ==== 14.3.18 public system status banner ==== */
.system-status-banner {
  width: min(1180px, calc(100% - 2rem));
  margin: 0.4rem auto 0.95rem;
}

.system-status-banner-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: center;
  padding: 0.85rem 1rem;
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.system-status-banner[data-tone="warning"] .system-status-banner-inner {
  background: rgba(255, 249, 235, 0.96);
  border-color: rgba(245, 158, 11, 0.24);
}

.system-status-banner[data-tone="danger"] .system-status-banner-inner {
  background: rgba(254, 242, 242, 0.96);
  border-color: rgba(239, 68, 68, 0.24);
}

.system-status-banner[data-tone="neutral"] .system-status-banner-inner {
  background: rgba(248, 250, 252, 0.96);
  border-color: rgba(15, 23, 42, 0.14);
}

.system-status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(15, 23, 42, 0.05);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.system-status-banner[data-tone="warning"] .system-status-badge {
  background: rgba(245, 158, 11, 0.14);
  border-color: rgba(245, 158, 11, 0.24);
  color: #9a6700;
}

.system-status-banner[data-tone="danger"] .system-status-badge {
  background: rgba(239, 68, 68, 0.12);
  border-color: rgba(239, 68, 68, 0.24);
  color: #b42318;
}

.system-status-copy {
  display: grid;
  gap: 0.18rem;
}

.system-status-copy strong {
  color: var(--ink-strong, #162031);
  font-size: 0.95rem;
}

.system-status-copy p {
  margin: 0;
  color: var(--ink-muted, #5b6473);
  font-size: 0.86rem;
}

@media (max-width: 720px) {
  .system-status-banner {
    width: calc(100% - 1.25rem);
  }

  .system-status-banner-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }
}


/* ==== 14.3.19 operational order flow ==== */
.menu-schedule-bar[hidden] {
  display: none !important;
}

.menu-schedule-shell {
  display: grid;
  gap: 0.8rem;
  padding: 0.9rem 1rem;
  margin-bottom: 0.9rem;
  border-radius: 24px;
  border: 1px solid rgba(120, 90, 60, 0.12);
  background: rgba(255, 251, 244, 0.92);
  box-shadow: 0 16px 40px rgba(120, 90, 60, 0.08);
}

.menu-schedule-copy {
  display: grid;
  gap: 0.2rem;
}

.menu-schedule-kicker {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.menu-schedule-copy strong {
  font-size: 1rem;
}

.menu-schedule-copy small,
.menu-schedule-alert,
.schedule-note-copy {
  color: var(--muted);
  line-height: 1.45;
}

.menu-schedule-days {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.menu-schedule-chip {
  min-height: 48px;
  padding: 0.6rem 0.9rem;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.85);
  color: var(--text);
  display: grid;
  gap: 0.18rem;
  text-align: left;
  font-weight: 700;
}

.menu-schedule-chip small {
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 600;
}

.menu-schedule-chip.is-active {
  border-color: rgba(177, 136, 84, 0.34);
  background: var(--accent-soft);
  color: var(--accent-strong);
}

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

.review-schedule-grid.is-simple {
  grid-template-columns: minmax(0, 1fr);
}

.schedule-note-copy.is-error,
.menu-schedule-alert {
  color: #9f2f3f;
}

@media (max-width: 720px) {
  .review-schedule-grid {
    grid-template-columns: 1fr;
  }

  .menu-schedule-shell {
    padding: 0.85rem 0.9rem;
  }

  .menu-schedule-days {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 0.2rem;
  }

  .menu-schedule-chip {
    min-width: 156px;
  }
}

@media (max-width: 640px) {
  .chat-status-row {
    gap: 8px;
  }

  .live-badge {
    min-height: 30px;
    padding: 0 12px;
    font-size: 0.76rem;
    gap: 8px;
  }

  .help-chat-card {
    gap: 10px !important;
    min-height: min(76dvh, 680px) !important;
    grid-template-rows: auto auto minmax(132px, 1fr) auto auto !important;
  }

  .help-chat-messages {
    min-height: 132px !important;
    max-height: min(24dvh, 190px) !important;
    padding: 0 4px 4px 0 !important;
    gap: 9px !important;
  }

  .chat-bubble {
    max-width: 92%;
    padding: 12px 14px;
    border-radius: 18px;
  }

  .chat-bubble p {
    font-size: 0.93rem;
    line-height: 1.35;
  }

  .help-chat-form {
    gap: 8px;
  }

  .help-chat-form textarea {
    min-height: 58px !important;
    padding: 0.8rem 0.9rem;
    font-size: 14px;
    line-height: 1.35;
  }

  .help-quick-actions {
    gap: 8px;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .help-quick-actions::-webkit-scrollbar {
    display: none;
  }

  .help-quick-actions .section-chip {
    white-space: nowrap;
  }
}

/* ==== 14.3.23 final interaction + cleanup pass ==== */
:root {
  --ui-press-scale: 0.986;
  --ui-press-shift: 1px;
  --ui-tap-shadow: 0 10px 24px rgba(90, 64, 48, 0.12);
  --ui-focus-ring: 0 0 0 3px rgba(194, 138, 85, 0.16);
}

html,
body {
  -webkit-tap-highlight-color: transparent;
}

button,
.primary-button,
.secondary-button,
.ghost-link,
.icon-button,
.toolbar-button,
.text-button,
.back-button,
.close-sheet-button,
.floating-help-button,
.floating-back-button,
.product-card,
.special-request-card,
.summary-item,
.order-card,
.history-card,
.section-chip,
.cart-dock-toggle {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  backface-visibility: hidden;
  transform: translateZ(0);
}

button,
.primary-button,
.secondary-button,
.ghost-link,
.icon-button,
.toolbar-button,
.text-button,
.back-button,
.close-sheet-button,
.floating-help-button,
.floating-back-button,
.product-card,
.special-request-card,
.summary-item,
.order-card,
.history-card,
.section-chip,
.cart-dock-toggle {
  transition:
    transform 150ms cubic-bezier(0.22, 0.61, 0.36, 1),
    box-shadow 180ms cubic-bezier(0.22, 0.61, 0.36, 1),
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    opacity 140ms ease !important;
}

@media (hover: hover) and (pointer: fine) {
  .toolbar-button:hover,
  .text-button:hover,
  .primary-button:hover,
  .secondary-button:hover,
  .icon-button:hover,
  .segment-button:hover,
  .ghost-link:hover,
  .back-button:hover,
  .close-sheet-button:hover,
  .section-chip:hover,
  .cart-dock-toggle:hover,
  .product-card:hover,
  .special-request-card:hover,
  .summary-item:hover,
  .order-card:hover,
  .history-card:hover {
    transform: translateY(-1px) translateZ(0);
    box-shadow: var(--ui-tap-shadow);
  }
}

button:focus-visible,
.primary-button:focus-visible,
.secondary-button:focus-visible,
.ghost-link:focus-visible,
.icon-button:focus-visible,
.toolbar-button:focus-visible,
.text-button:focus-visible,
.back-button:focus-visible,
.close-sheet-button:focus-visible,
.section-chip:focus-visible,
.product-card:focus-visible,
.special-request-card:focus-visible,
.summary-item:focus-visible,
.order-card:focus-visible,
.history-card:focus-visible,
.cart-dock-toggle:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
  box-shadow: var(--ui-focus-ring), var(--shadow-soft);
}

button.is-pressed,
button:active,
.primary-button.is-pressed,
.primary-button:active,
.secondary-button.is-pressed,
.secondary-button:active,
.ghost-link.is-pressed,
.ghost-link:active,
.icon-button.is-pressed,
.icon-button:active,
.toolbar-button.is-pressed,
.toolbar-button:active,
.text-button.is-pressed,
.text-button:active,
.back-button.is-pressed,
.back-button:active,
.close-sheet-button.is-pressed,
.close-sheet-button:active,
.floating-help-button.is-pressed,
.floating-help-button:active,
.floating-back-button.is-pressed,
.floating-back-button:active,
.product-card.is-pressed,
.product-card:active,
.special-request-card.is-pressed,
.special-request-card:active,
.summary-item.is-pressed,
.summary-item:active,
.order-card.is-pressed,
.order-card:active,
.history-card.is-pressed,
.history-card:active,
.section-chip.is-pressed,
.section-chip:active,
.cart-dock-toggle.is-pressed,
.cart-dock-toggle:active {
  transform: translateY(var(--ui-press-shift)) scale(var(--ui-press-scale)) translateZ(0) !important;
  box-shadow: 0 8px 18px rgba(90, 64, 48, 0.12) !important;
}

button.was-activated,
.primary-button.was-activated,
.secondary-button.was-activated,
.ghost-link.was-activated,
.icon-button.was-activated,
.toolbar-button.was-activated,
.text-button.was-activated,
.back-button.was-activated,
.close-sheet-button.was-activated,
.floating-help-button.was-activated,
.floating-back-button.was-activated,
.product-card.was-activated,
.special-request-card.was-activated,
.summary-item.was-activated,
.order-card.was-activated,
.history-card.was-activated,
.section-chip.was-activated,
.cart-dock-toggle.was-activated {
  box-shadow: 0 0 0 3px rgba(194, 138, 85, 0.12), 0 10px 22px rgba(90, 64, 48, 0.12) !important;
}

button[aria-busy="true"],
button.is-loading,
.primary-button[aria-busy="true"],
.primary-button.is-loading,
.secondary-button[aria-busy="true"],
.secondary-button.is-loading,
.ghost-link[aria-busy="true"],
.ghost-link.is-loading,
.toolbar-button[aria-busy="true"],
.toolbar-button.is-loading,
.text-button[aria-busy="true"],
.text-button.is-loading,
.icon-button[aria-busy="true"],
.icon-button.is-loading,
.close-sheet-button[aria-busy="true"],
.close-sheet-button.is-loading {
  cursor: progress;
  opacity: 0.8;
}

button:disabled,
.primary-button:disabled,
.secondary-button:disabled,
.ghost-link[aria-disabled="true"],
.icon-button:disabled,
.toolbar-button:disabled,
.text-button:disabled,
.close-sheet-button:disabled,
.cart-dock-toggle:disabled,
.qty-button:disabled {
  opacity: 0.58;
  box-shadow: none !important;
}

.help-chat-card,
#helpChatSheet .overlay-card,
#orderChatSheet .overlay-card {
  contain: layout paint;
}

@media (max-width: 720px) {
  .help-chat-card,
  #helpChatSheet .overlay-card,
  #orderChatSheet .overlay-card {
    width: min(100vw - 18px, 520px);
    border-radius: 22px;
  }

  .help-chat-card {
    gap: 10px !important;
    min-height: min(74dvh, 640px) !important;
    max-height: min(76dvh, 640px) !important;
  }

  .help-chat-messages {
    min-height: 124px !important;
    max-height: min(30dvh, 208px) !important;
    gap: 8px !important;
    padding: 0 2px 4px 0 !important;
  }

  .chat-bubble {
    max-width: 92%;
    padding: 11px 13px;
    border-radius: 17px;
  }

  .chat-bubble p,
  .chat-bubble span,
  .chat-bubble strong {
    font-size: 0.92rem;
    line-height: 1.34;
  }

  .help-chat-form {
    gap: 8px;
  }

  .help-chat-form textarea,
  #orderChatInput,
  #helpChatInput {
    min-height: 56px !important;
    padding: 0.78rem 0.88rem;
    font-size: 14px;
    line-height: 1.34;
  }

  .help-chat-form .primary-button,
  .order-chat-form .primary-button {
    min-height: 42px;
    padding-inline: 14px;
  }

  .help-quick-actions {
    gap: 8px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .help-quick-actions::-webkit-scrollbar {
    display: none;
  }

  .help-quick-actions .section-chip {
    white-space: nowrap;
    min-height: 38px;
  }

  .live-badge {
    min-height: 28px;
    padding: 0 10px;
    gap: 7px;
    font-size: 0.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  button,
  .primary-button,
  .secondary-button,
  .ghost-link,
  .icon-button,
  .toolbar-button,
  .text-button,
  .back-button,
  .close-sheet-button,
  .floating-help-button,
  .floating-back-button,
  .product-card,
  .special-request-card,
  .summary-item,
  .order-card,
  .history-card,
  .section-chip,
  .cart-dock-toggle,
  .chat-bubble {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }
}


.channel-inline-actions {
  margin-top: 10px;
}

.channel-link-button {
  min-width: 0;
}


/* Pending fixes: history button, rewards, chat usability */
.history-back-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-width: 0;
  width: auto;
  height: auto;
  min-height: 46px;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.history-back-button span:first-child {
  font-size: 1rem;
  line-height: 1;
}
.floating-help-button {
  position: relative;
}
.floating-help-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--accent-strong);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(57,37,26,0.22);
}
.reward-card.is-actionable {
  border-style: solid;
}
.reward-card.is-selected {
  border-color: var(--accent-strong);
  box-shadow: 0 18px 32px rgba(57,37,26,0.12);
}
.reward-card-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  margin-top: 12px;
  flex-wrap: wrap;
}
.help-chat-card {
  width: min(720px, calc(100vw - 24px));
}
.help-chat-messages {
  min-height: 320px;
}
.help-chat-form {
  align-items: stretch;
  gap: 12px;
}
.help-chat-form textarea,
#orderChatInput,
#helpChatInput {
  min-height: 118px;
  resize: vertical;
  line-height: 1.45;
  padding: 14px 16px;
}
.help-chat-form .primary-button,
.order-chat-form .primary-button {
  align-self: flex-end;
}
@media (max-width: 760px) {
  .help-chat-messages {
    min-height: 240px;
  }
  .help-chat-form textarea,
  #orderChatInput,
  #helpChatInput {
    min-height: 96px;
  }
}

body.is-order-phase .floating-help-button,
body.is-order-phase .floating-back-button,
body.has-mobile-dock .floating-help-button,
body.has-mobile-dock .floating-back-button {
  display: none !important;
}

@media (max-width: 980px) {
  .history-back-button {
    min-height: 44px;
    padding: 0.68rem 0.92rem;
    font-size: 0.94rem;
  }
}


.closed-screen-media-shell video.closed-screen-media {
  background: rgba(52, 34, 22, 0.28);
  object-fit: cover;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

@supports (-webkit-touch-callout: none) {
  .closed-screen-media-shell video.closed-screen-media {
    min-width: 100%;
    min-height: 100%;
  }
}

body.is-store-closed #helpChatButton,
body.is-store-closed .floating-help-button,
body.is-store-closed .chat-fab,
body.is-store-closed .support-fab,
body.is-store-closed [data-chat-fab],
body.is-store-closed [data-help-fab] {
  display: none !important;
  pointer-events: none !important;
}

.mobile-dock {
  grid-template-columns: 72px minmax(0, 1fr) 72px !important;
  align-items: center !important;
  gap: 10px !important;
}

#mobileBackButton {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

#cartDockToggle {
  grid-column: 2 !important;
  grid-row: 1 !important;
}

#mobilePrimaryButton {
  grid-column: 3 !important;
  grid-row: 1 !important;
}

.mobile-dock.is-back-only {
  grid-template-columns: 72px !important;
  justify-content: flex-start !important;
}

.mobile-dock.is-back-only #mobileBackButton {
  grid-column: 1 !important;
}

.mobile-dock.is-back-only #cartDockToggle,
.mobile-dock.is-back-only #mobilePrimaryButton,
#mobileBackButton[hidden],
#cartDockToggle[hidden],
#mobilePrimaryButton[hidden] {
  display: none !important;
}

@media (max-width: 720px) {
  body.has-mobile-dock .phase-top .history-back-button {
    display: none !important;
  }
}



html.motion-enabled {
  scroll-behavior: smooth;
}

html.motion-button-feedback button,
html.motion-button-feedback .button,
html.motion-button-feedback .primary-button,
html.motion-button-feedback .secondary-button,
html.motion-button-feedback .ghost-button {
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease, opacity .18s ease;
}

html.motion-button-feedback button:hover,
html.motion-button-feedback .button:hover,
html.motion-button-feedback .primary-button:hover,
html.motion-button-feedback .secondary-button:hover,
html.motion-button-feedback .ghost-button:hover {
  transform: translateY(-1px);
}

html.motion-button-feedback button:active,
html.motion-button-feedback .button:active,
html.motion-button-feedback .primary-button:active,
html.motion-button-feedback .secondary-button:active,
html.motion-button-feedback .ghost-button:active {
  transform: translateY(0) scale(.985);
}

html.motion-form-transitions input,
html.motion-form-transitions textarea,
html.motion-form-transitions select {
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

html.motion-scroll-reveal [data-motion-reveal],
html.motion-product-reveal [data-motion-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
}

html[data-motion-intensity="low"].motion-scroll-reveal [data-motion-reveal],
html[data-motion-intensity="low"].motion-product-reveal [data-motion-reveal] {
  transform: translateY(10px);
  transition-duration: .38s;
}

html[data-motion-intensity="high"].motion-scroll-reveal [data-motion-reveal],
html[data-motion-intensity="high"].motion-product-reveal [data-motion-reveal] {
  transform: translateY(26px) scale(.985);
  transition-duration: .72s;
}

html.motion-scroll-reveal [data-motion-reveal].is-motion-visible,
html.motion-product-reveal [data-motion-reveal].is-motion-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

html.motion-cart-pulse [data-cart-count],
html.motion-cart-pulse .cart-count {
  animation: saboriaCartPulse 2.8s ease-in-out infinite;
}

@keyframes saboriaCartPulse {
  0%, 100% { transform: scale(1); box-shadow: none; }
  50% { transform: scale(1.04); box-shadow: 0 0 0 6px rgba(184, 131, 82, .12); }
}

html.motion-svg svg {
  transition: transform .24s ease, opacity .24s ease;
}

html.motion-svg button:hover svg,
html.motion-svg a:hover svg {
  transform: translateY(-1px) rotate(-1deg);
}

html.motion-parallax .hero-card,
html.motion-parallax .hero {
  transform: translateZ(0);
  will-change: transform;
}

.saboria-motion-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  color: rgba(184, 131, 82, .72);
}

.saboria-motion-canvas + * {
  position: relative;
}

html[data-motion-preset="futuristic-subtle"] .saboria-motion-canvas {
  color: rgba(120, 164, 190, .46);
}

html[data-motion-mobile-reduced="true"] [data-motion-reveal] {
  transition-duration: .28s !important;
  transform: translateY(8px);
}

@media (prefers-reduced-motion: reduce) {
  html.motion-enabled *,
  html.motion-enabled *::before,
  html.motion-enabled *::after {
    animation: none !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}



:root.developer-themed-buttons {
  --accent: var(--developer-accent, var(--accent));
  --bg: var(--developer-surface, var(--bg));
  --ink: var(--developer-ink, var(--ink));
}

html.developer-themed-buttons button,
html.developer-themed-buttons .button,
html.developer-themed-buttons .primary-button,
html.developer-themed-buttons .secondary-button,
html.developer-themed-buttons .ghost-button,
html.developer-themed-buttons .developer-public-button {
  border-radius: 999px;
}

html[data-public-button-shape="rounded"].developer-themed-buttons button,
html[data-public-button-shape="rounded"].developer-themed-buttons .button,
html[data-public-button-shape="rounded"].developer-themed-buttons .primary-button,
html[data-public-button-shape="rounded"].developer-themed-buttons .secondary-button,
html[data-public-button-shape="rounded"].developer-themed-buttons .ghost-button,
html[data-public-button-shape="rounded"].developer-themed-buttons .developer-public-button {
  border-radius: 16px;
}

html[data-public-button-shape="soft-square"].developer-themed-buttons button,
html[data-public-button-shape="soft-square"].developer-themed-buttons .button,
html[data-public-button-shape="soft-square"].developer-themed-buttons .primary-button,
html[data-public-button-shape="soft-square"].developer-themed-buttons .secondary-button,
html[data-public-button-shape="soft-square"].developer-themed-buttons .ghost-button,
html[data-public-button-shape="soft-square"].developer-themed-buttons .developer-public-button {
  border-radius: 10px;
}

html[data-public-button-weight="strong"].developer-themed-buttons .primary-button,
html[data-public-button-weight="strong"].developer-themed-buttons .developer-public-button.is-primary {
  box-shadow: 0 12px 30px rgba(64, 39, 24, .18);
  font-weight: 950;
}




.developer-public-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 14px auto 20px;
  padding-inline: 16px;
  max-width: 1100px;
  position: relative;
  z-index: 5;
}

.developer-public-button {
  border: 1px solid rgba(92,64,48,.12);
  padding: 11px 18px;
  font-weight: 900;
  cursor: pointer;
  background: rgba(255,255,255,.78);
  color: var(--developer-ink, var(--ink));
}

.developer-public-button.is-primary {
  background: var(--developer-accent, var(--accent));
  color: #fff;
  border-color: transparent;
}

.developer-public-button.is-secondary {
  background: color-mix(in srgb, var(--developer-accent, #b88352) 14%, white);
  color: var(--developer-ink, var(--ink));
}

.developer-public-button.is-ghost {
  background: transparent;
}

.developer-public-button.is-danger {
  background: rgba(164,73,55,.12);
  color: #8d352a;
}

[data-developer-hidden] {
  display: none !important;
}

html[data-public-layout-density="dense"] .product-card,
html[data-public-layout-density="dense"] .menu-section {
  padding-block: .75rem;
}

html[data-public-layout-density="comfortable"] .product-card,
html[data-public-layout-density="comfortable"] .menu-section {
  padding-block: 1.35rem;
}



.public-weekly-menu {
  border: 1px solid rgba(92, 64, 48, .12);
  border-radius: 28px;
  padding: clamp(14px, 2vw, 22px);
  margin-bottom: 18px;
  background:
    radial-gradient(circle at top right, rgba(184, 131, 82, .16), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(250,245,238,.88));
  box-shadow: 0 18px 45px rgba(64, 39, 24, .08);
}

.public-weekly-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
  margin-bottom: 14px;
}

.public-weekly-header h3 {
  margin: 3px 0 4px;
  font-size: clamp(1.15rem, 2vw, 1.65rem);
}

.public-weekly-header p {
  margin: 0;
  color: var(--muted, #7b675b);
}

.public-weekly-status {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(184, 131, 82, .14);
  color: var(--ink, #3f2d24);
  font-size: .78rem;
  font-weight: 900;
}

.public-weekly-days {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(118px, 1fr);
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 8px;
  margin-bottom: 14px;
}

.public-weekly-day {
  border: 1px solid rgba(92, 64, 48, .12);
  border-radius: 18px;
  padding: 10px 12px;
  background: rgba(255,255,255,.68);
  color: var(--ink, #3f2d24);
  text-align: left;
  cursor: pointer;
}

.public-weekly-day strong,
.public-weekly-day small {
  display: block;
}

.public-weekly-day small {
  color: var(--muted, #7b675b);
  font-weight: 800;
  margin-top: 2px;
}

.public-weekly-day.is-active {
  background: var(--developer-accent, var(--accent, #b88352));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 12px 30px rgba(64, 39, 24, .16);
}

.public-weekly-day.is-active small {
  color: rgba(255,255,255,.82);
}

.public-weekly-body {
  display: grid;
  gap: 16px;
}

.public-weekly-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  border-radius: 18px;
  padding: 10px 12px;
  background: rgba(255,255,255,.72);
}

.public-weekly-meta span {
  color: var(--muted, #7b675b);
  font-size: .9rem;
}

.public-weekly-group {
  border: 1px solid rgba(92, 64, 48, .09);
  border-radius: 22px;
  padding: 12px;
  background: rgba(255,255,255,.48);
}

.public-weekly-group-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.public-weekly-group-title h4 {
  margin: 0;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--muted, #7b675b);
}

.public-weekly-category + .public-weekly-category {
  margin-top: 12px;
}

.public-weekly-category h5 {
  margin: 0 0 8px;
  font-size: .98rem;
  color: var(--ink, #3f2d24);
}

.public-weekly-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 10px;
}

.public-weekly-item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(92, 64, 48, .10);
  border-radius: 18px;
  padding: 12px;
  background: rgba(255,255,255,.80);
}

.public-weekly-item strong,
.public-weekly-item span {
  display: block;
}

.public-weekly-item span {
  color: var(--muted, #7b675b);
  font-size: .84rem;
  margin-top: 2px;
}

.public-weekly-item.is-disabled {
  opacity: .55;
}

.public-weekly-actions {
  display: flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
}

.public-weekly-actions span {
  color: var(--ink, #3f2d24);
  font-weight: 900;
  font-size: .86rem;
}

.public-weekly-actions button {
  border: 1px solid rgba(92, 64, 48, .12);
  border-radius: 999px;
  min-width: 34px;
  height: 34px;
  padding-inline: 10px;
  background: rgba(255,255,255,.85);
  color: var(--ink, #3f2d24);
  font-weight: 900;
  cursor: pointer;
}

.public-weekly-actions button[data-weekly-add] {
  background: var(--developer-accent, var(--accent, #b88352));
  color: #fff;
  border-color: transparent;
}

.public-weekly-actions button:disabled {
  cursor: not-allowed;
  opacity: .45;
}

.public-weekly-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-top: 1px solid rgba(92, 64, 48, .10);
  padding-top: 14px;
}

.public-weekly-socials a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(92, 64, 48, .12);
  border-radius: 999px;
  padding: 9px 12px;
  color: var(--ink, #3f2d24);
  background: rgba(255,255,255,.72);
  text-decoration: none;
  font-weight: 850;
  font-size: .88rem;
}

.public-weekly-socials svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 760px) {
  .public-weekly-header,
  .public-weekly-meta,
  .public-weekly-item {
    align-items: stretch;
    flex-direction: column;
  }

  .public-weekly-days {
    grid-auto-columns: minmax(104px, 46%);
  }

  .public-weekly-actions {
    justify-content: space-between;
  }

  .public-weekly-socials a {
    flex: 1 1 100%;
    justify-content: center;
  }
}


/* ==== v15.0.97 back button safety ==== */
.mobile-dock.has-back-action #mobileBackButton:not([hidden]) {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

@media (max-width: 720px) {
  body.has-mobile-dock .phase-top .history-back-button:not([hidden]) {
    display: inline-flex !important;
  }
}


/* ==== v15.0.98 back button only ==== */
.mobile-dock.force-back-visible {
  grid-template-columns: 72px minmax(0, 1fr) 72px !important;
}

.mobile-dock.force-back-visible #mobileBackButton:not([hidden]),
.mobile-dock.has-back-action #mobileBackButton:not([hidden]) {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.mobile-dock.force-back-visible #mobileBackButton {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

.mobile-dock.force-back-visible #cartDockToggle {
  grid-column: 2 !important;
  grid-row: 1 !important;
}

.mobile-dock.force-back-visible #mobilePrimaryButton {
  grid-column: 3 !important;
  grid-row: 1 !important;
}

@media (max-width: 720px) {
  body.has-mobile-dock .phase-top .history-back-button:not([hidden]) {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup public socials fully aligned to SABORÍA brand ==== */
.public-social-card {
  width: min(560px, calc(100% - 28px));
  margin: 14px auto calc(18px + env(safe-area-inset-bottom, 0px));
  position: relative;
  z-index: 2;
}

.public-social-card-inner {
  position: relative;
  border: 1px solid var(--line, rgba(120, 90, 60, .12));
  border-radius: 18px;
  padding: 10px 14px 11px;
  background:
    radial-gradient(circle at 18% 0%, rgba(195, 138, 85, .10), transparent 34%),
    linear-gradient(180deg, rgba(255, 252, 247, .96) 0%, rgba(250, 241, 230, .92) 100%);
  color: var(--text, #5a4030);
  box-shadow: 0 14px 34px rgba(92, 67, 44, .09), inset 0 1px 0 rgba(255, 255, 255, .72);
  overflow: hidden;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.public-social-card-inner::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(255, 255, 255, .62), transparent 46%, rgba(194, 138, 85, .07));
}

.public-social-card-inner::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(171, 116, 71, .25), transparent);
  pointer-events: none;
}

.public-social-title,
.public-social-grid {
  position: relative;
  z-index: 1;
}

.public-social-title {
  margin: 0 0 6px;
  color: var(--text-strong, #432c20);
  font-size: clamp(.84rem, 1vw, .96rem);
  font-weight: 950;
  letter-spacing: .01em;
  line-height: 1.08;
}

.public-social-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 6px 18px;
  max-width: 500px;
}

.public-social-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  color: var(--text, #5a4030);
  text-decoration: none;
  font-weight: 850;
  font-style: normal;
  font-size: clamp(.78rem, .9vw, .88rem);
  line-height: 1.1;
  transition: transform .18s ease, color .18s ease, filter .18s ease;
}

.public-social-link:hover,
.public-social-link:focus-visible {
  color: var(--accent-strong, #ab7447);
  transform: translateY(-1px);
  filter: drop-shadow(0 7px 12px rgba(92, 67, 44, .10));
  outline: none;
}

.public-social-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  color: var(--accent-strong, #ab7447);
  background: linear-gradient(180deg, rgba(255, 250, 243, .98), rgba(247, 232, 213, .92));
  border: 1px solid rgba(171, 116, 71, .24);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.78), 0 6px 14px rgba(92,67,44,.10);
}

.public-social-icon svg {
  width: 15px;
  height: 15px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.public-social-link:nth-child(3) .public-social-icon svg {
  fill: currentColor;
  stroke: none;
}

.public-social-brandmark {
  width: 30px;
  flex-basis: 30px;
  border-radius: 8px;
  background: linear-gradient(180deg, #fffaf3, #f5e4cc);
  color: var(--accent-strong, #ab7447);
  border: 1px solid rgba(171, 116, 71, .24);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.05rem;
  font-weight: 950;
  font-style: italic;
}

@media (max-width: 720px) {
  .public-social-card {
    width: min(100% - 20px, 430px);
    margin-bottom: calc(94px + env(safe-area-inset-bottom, 0px));
  }

  .public-social-card-inner {
    border-radius: 14px;
    padding: 10px 12px;
  }

  .public-social-grid {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .public-social-link {
    font-size: .86rem;
  }
}

html.is-forced-desktop-site .public-social-card,
html.is-saboria-compact .public-social-card {
  width: min(100% - 20px, 430px);
}

html.is-forced-desktop-site .public-social-card-inner,
html.is-saboria-compact .public-social-card-inner {
  padding: 10px 12px;
}

html.is-forced-desktop-site .public-social-grid,
html.is-saboria-compact .public-social-grid {
  grid-template-columns: 1fr;
  gap: 7px;
}

.public-weekly-brandmark {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  border-radius: 6px;
  background: #f4e6c6;
  color: #7b442b;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 950;
  font-style: italic;
  line-height: 1;
}

/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup iOS closed-screen video/autoplay guard ==== */
.closed-screen-media-shell video.closed-screen-media,
.closed-screen-media-shell video[data-menu-media-video="true"] {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.closed-screen-media-shell video.closed-screen-media::-webkit-media-controls,
.closed-screen-media-shell video.closed-screen-media::-webkit-media-controls-panel,
.closed-screen-media-shell video.closed-screen-media::-webkit-media-controls-play-button,
.closed-screen-media-shell video.closed-screen-media::-webkit-media-controls-start-playback-button,
.closed-screen-media-shell video.closed-screen-media::-webkit-media-controls-enclosure,
.closed-screen-media-shell video[data-menu-media-video="true"]::-webkit-media-controls,
.closed-screen-media-shell video[data-menu-media-video="true"]::-webkit-media-controls-panel,
.closed-screen-media-shell video[data-menu-media-video="true"]::-webkit-media-controls-play-button,
.closed-screen-media-shell video[data-menu-media-video="true"]::-webkit-media-controls-start-playback-button,
.closed-screen-media-shell video[data-menu-media-video="true"]::-webkit-media-controls-enclosure {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-appearance: none !important;
}

.public-audio-unlock-button {
  pointer-events: auto;
}

@supports (-webkit-touch-callout: none) {
  .closed-screen-media-shell video.closed-screen-media {
    object-fit: cover;
    object-position: center;
  }

  .public-audio-unlock-button {
    min-height: 42px;
    touch-action: manipulation;
  }
}

/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup no public audio unlock CTA ==== */
.public-audio-unlock-button {
  display: none !important;
}


/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup hard public polish: no public sound CTA + SABORÍA social card ==== */
[data-menu-media-audio-unlock="true"],
.public-audio-unlock-button,
.menu-media-audio-unlock,
.audio-unlock-button,
.sound-unlock-button,
.closed-screen-audio-button {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.public-social-card {
  width: min(560px, calc(100% - 28px)) !important;
  margin: 14px auto calc(18px + env(safe-area-inset-bottom, 0px)) !important;
  position: relative !important;
  z-index: 2 !important;
}

.public-social-card-inner {
  border: 1px solid rgba(170, 121, 78, .20) !important;
  border-radius: 18px !important;
  padding: 10px 14px 11px !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(191, 127, 65, .10), transparent 35%),
    linear-gradient(180deg, rgba(255, 252, 247, .98) 0%, rgba(248, 237, 223, .94) 100%) !important;
  color: var(--text, #5a4030) !important;
  box-shadow: 0 14px 34px rgba(92, 67, 44, .08), inset 0 1px 0 rgba(255, 255, 255, .74) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
}

.public-social-card-inner::before {
  background: linear-gradient(120deg, rgba(255, 255, 255, .66), transparent 48%, rgba(194, 138, 85, .07)) !important;
}

.public-social-title {
  color: var(--text-strong, #432c20) !important;
}

.public-social-link {
  color: var(--text, #5a4030) !important;
}

.public-social-link:hover,
.public-social-link:focus-visible {
  color: var(--accent-strong, #ab7447) !important;
}

.public-social-icon {
  color: var(--accent-strong, #ab7447) !important;
  background: linear-gradient(180deg, rgba(255, 250, 243, .99), rgba(246, 229, 208, .94)) !important;
  border-color: rgba(171, 116, 71, .26) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.80), 0 6px 14px rgba(92,67,44,.10) !important;
}

.public-social-brandmark {
  background: linear-gradient(180deg, #fffaf3, #f5e4cc) !important;
  color: var(--accent-strong, #ab7447) !important;
  border-color: rgba(171, 116, 71, .26) !important;
}

@media (max-width: 720px) {
  .public-social-card {
    width: min(100% - 20px, 430px) !important;
    margin-bottom: calc(94px + env(safe-area-inset-bottom, 0px)) !important;
  }
  .public-social-card-inner {
    border-radius: 14px !important;
    padding: 10px 12px !important;
  }
}


/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup iOS video/autoplay hardening ==== */
.closed-screen-media-shell video.closed-screen-media,
.closed-screen-media-shell video[data-closed-screen-video="true"] {
  background: radial-gradient(circle at 50% 30%, rgba(184, 131, 82, .16), transparent 34%), #1b120d !important;
  object-fit: cover !important;
  object-position: center !important;
  pointer-events: none !important;
  -webkit-user-select: none !important;
  user-select: none !important;
  -webkit-touch-callout: none !important;
}
.closed-screen-media-shell video.closed-screen-media::-webkit-media-controls,
.closed-screen-media-shell video.closed-screen-media::-webkit-media-controls-enclosure,
.closed-screen-media-shell video.closed-screen-media::-webkit-media-controls-panel,
.closed-screen-media-shell video.closed-screen-media::-webkit-media-controls-play-button,
.closed-screen-media-shell video.closed-screen-media::-webkit-media-controls-start-playback-button,
.closed-screen-media-shell video.closed-screen-media::-webkit-media-controls-overlay-play-button,
.closed-screen-media-shell video.closed-screen-media::-webkit-media-controls-mute-button,
.closed-screen-media-shell video.closed-screen-media::-webkit-media-controls-volume-slider,
.closed-screen-media-shell video.closed-screen-media::-webkit-media-controls-timeline,
.closed-screen-media-shell video.closed-screen-media::-webkit-media-controls-current-time-display,
.closed-screen-media-shell video.closed-screen-media::-webkit-media-controls-time-remaining-display,
.closed-screen-media-shell video.closed-screen-media::-webkit-media-controls-fullscreen-button {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  -webkit-appearance: none !important;
}


/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup public checkout/desktop polish + forced-open guard UI ==== */
.summary-note-item.is-premium-note {
  display: none !important;
}

@media (min-width: 1180px) {
  html:not(.is-mobile-hardware):not(.is-forced-desktop-site):not(.is-saboria-compact) .public-shell {
    width: min(calc(100% - 72px), 1480px) !important;
    padding-top: 26px !important;
  }

  html:not(.is-mobile-hardware):not(.is-forced-desktop-site):not(.is-saboria-compact) .public-layout {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 360px) !important;
    gap: clamp(24px, 2.4vw, 36px) !important;
    max-width: 1480px !important;
    margin-inline: auto !important;
  }

  html:not(.is-mobile-hardware):not(.is-forced-desktop-site):not(.is-saboria-compact) .phase-stack,
  html:not(.is-mobile-hardware):not(.is-forced-desktop-site):not(.is-saboria-compact) .welcome-home {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  html:not(.is-mobile-hardware):not(.is-forced-desktop-site):not(.is-saboria-compact) .phase-card,
  html:not(.is-mobile-hardware):not(.is-forced-desktop-site):not(.is-saboria-compact) .welcome-conversion-card {
    border-radius: 30px !important;
    padding: clamp(24px, 2.1vw, 34px) !important;
  }

  html:not(.is-mobile-hardware):not(.is-forced-desktop-site):not(.is-saboria-compact) .welcome-conversion-card {
    display: grid !important;
    grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.58fr) !important;
    align-items: center !important;
    min-height: 245px !important;
  }

  html:not(.is-mobile-hardware):not(.is-forced-desktop-site):not(.is-saboria-compact) .welcome-phase-copy h2 {
    max-width: 12ch !important;
  }

  html:not(.is-mobile-hardware):not(.is-forced-desktop-site):not(.is-saboria-compact) .marketing-grid,
  html:not(.is-mobile-hardware):not(.is-forced-desktop-site):not(.is-saboria-compact) .marketing-grid.is-compact-list,
  html:not(.is-mobile-hardware):not(.is-forced-desktop-site):not(.is-saboria-compact) .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
    justify-content: stretch !important;
  }

  html:not(.is-mobile-hardware):not(.is-forced-desktop-site):not(.is-saboria-compact) .marketing-product-card,
  html:not(.is-mobile-hardware):not(.is-forced-desktop-site):not(.is-saboria-compact) .marketing-product-card.is-compact {
    display: grid !important;
    grid-template-columns: 116px minmax(0, 1fr) !important;
    align-items: stretch !important;
    gap: 14px !important;
    padding: 14px !important;
    border-radius: 24px !important;
    min-height: 144px !important;
    max-width: none !important;
  }

  html:not(.is-mobile-hardware):not(.is-forced-desktop-site):not(.is-saboria-compact) .marketing-product-media {
    width: 116px !important;
    min-width: 116px !important;
  }

  html:not(.is-mobile-hardware):not(.is-forced-desktop-site):not(.is-saboria-compact) .marketing-product-card .photo-block {
    width: 116px !important;
    height: 116px !important;
    min-height: 116px !important;
    border-radius: 18px !important;
  }

  html:not(.is-mobile-hardware):not(.is-forced-desktop-site):not(.is-saboria-compact) .marketing-product-copy,
  html:not(.is-mobile-hardware):not(.is-forced-desktop-site):not(.is-saboria-compact) .product-card-body {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    min-width: 0 !important;
    gap: 12px !important;
  }

  html:not(.is-mobile-hardware):not(.is-forced-desktop-site):not(.is-saboria-compact) .marketing-product-top {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 16px !important;
  }

  html:not(.is-mobile-hardware):not(.is-forced-desktop-site):not(.is-saboria-compact) .marketing-product-top h3 {
    font-size: 1.08rem !important;
    line-height: 1.16 !important;
  }

  html:not(.is-mobile-hardware):not(.is-forced-desktop-site):not(.is-saboria-compact) .marketing-product-actions {
    grid-template-columns: minmax(130px, 0.58fr) minmax(160px, 1fr) !important;
    gap: 10px !important;
  }

  html:not(.is-mobile-hardware):not(.is-forced-desktop-site):not(.is-saboria-compact) .marketing-product-actions .secondary-button,
  html:not(.is-mobile-hardware):not(.is-forced-desktop-site):not(.is-saboria-compact) .marketing-product-actions .primary-button {
    min-height: 48px !important;
    border-radius: 18px !important;
  }

  html:not(.is-mobile-hardware):not(.is-forced-desktop-site):not(.is-saboria-compact) .product-card {
    display: grid !important;
    grid-template-columns: 112px minmax(0, 1fr) !important;
    gap: 14px !important;
    align-items: stretch !important;
    max-width: none !important;
    padding: 14px !important;
    border-radius: 24px !important;
  }

  html:not(.is-mobile-hardware):not(.is-forced-desktop-site):not(.is-saboria-compact) .product-card .photo-block {
    width: 112px !important;
    height: 112px !important;
    min-height: 112px !important;
    border-radius: 18px !important;
  }

  html:not(.is-mobile-hardware):not(.is-forced-desktop-site):not(.is-saboria-compact) .product-meta {
    align-items: center !important;
  }

  html:not(.is-mobile-hardware):not(.is-forced-desktop-site):not(.is-saboria-compact) .review-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 18px !important;
  }

  html:not(.is-mobile-hardware):not(.is-forced-desktop-site):not(.is-saboria-compact) body.has-desktop-summary .summary-rail:not([hidden]) {
    top: 26px !important;
  }

  html:not(.is-mobile-hardware):not(.is-forced-desktop-site):not(.is-saboria-compact) body.has-desktop-summary .summary-card {
    border-radius: 28px !important;
    padding: 24px !important;
  }

  html:not(.is-mobile-hardware):not(.is-forced-desktop-site):not(.is-saboria-compact) .public-social-card {
    margin-top: 22px !important;
    width: min(560px, 100%) !important;
  }
}

@media (min-width: 1540px) {
  html:not(.is-mobile-hardware):not(.is-forced-desktop-site):not(.is-saboria-compact) .public-shell {
    width: min(calc(100% - 96px), 1540px) !important;
  }

  html:not(.is-mobile-hardware):not(.is-forced-desktop-site):not(.is-saboria-compact) .public-layout {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 380px) !important;
  }
}

/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup cliente limpio + recibo profesional ==== */
.payment-details-card .payment-details-copy > p:first-of-type span:first-child {
  font-weight: 800;
}

.receipt-sheet {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 4vw, 34px);
  border-radius: 32px;
  background:
    radial-gradient(circle at 16% 0%, rgba(184, 131, 82, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.98) 0%, rgba(255, 249, 241, 0.96) 100%);
  border: 1px solid rgba(184, 131, 82, 0.2);
  box-shadow: 0 28px 70px rgba(72, 48, 34, 0.12);
}

.receipt-sheet::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(184, 131, 82, 0.08);
  border-radius: 26px;
  pointer-events: none;
}

.receipt-note-hero {
  max-width: 680px;
  margin: 18px auto 0;
  padding: 14px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(184, 131, 82, 0.12);
  text-align: center;
  color: var(--text);
}

.receipt-social-block {
  margin-top: 20px;
  padding: 16px 18px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(252, 244, 231, 0.96), rgba(255, 250, 243, 0.92));
  border: 1px solid rgba(184, 131, 82, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.receipt-social-block p {
  margin: 0 0 10px;
  color: var(--text);
  font-weight: 900;
  letter-spacing: -0.01em;
}

.receipt-social-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 750;
}

.receipt-social-grid span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.receipt-print-view {
  margin: 0 !important;
  background: #fffaf3 !important;
  color: #463326 !important;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

.receipt-print-shell {
  width: min(100%, 820px);
  margin: 0 auto;
  padding: 18px;
}

.receipt-print-view .receipt-toolbar,
.receipt-print-view .receipt-inline-actions,
.receipt-print-view button,
.receipt-print-view [role="button"] {
  display: none !important;
}

.receipt-print-view .receipt-sheet {
  min-height: calc(100vh - 36px);
  box-shadow: none !important;
  border-color: rgba(184, 131, 82, 0.18) !important;
}

@page {
  size: auto;
  margin: 8mm;
}

@media print {
  .receipt-inline-actions,
  .receipt-toolbar,
  .receipt-print-view button,
  .receipt-print-view [role="button"] {
    display: none !important;
  }

  body.receipt-print-view {
    background: #fffaf3 !important;
  }

  .receipt-print-shell {
    padding: 0 !important;
  }

  .receipt-sheet {
    box-shadow: none !important;
    break-inside: avoid;
    page-break-inside: avoid;
  }
}

@media (max-width: 720px) {
  .receipt-social-grid {
    grid-template-columns: 1fr;
  }
}

/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup recibo angosto tipo ticket ==== */
.receipt-print-view {
  --receipt-ticket-ink: #4a3325;
  --receipt-ticket-line: rgba(184, 131, 82, 0.24);
  background: #fffaf3 !important;
}

.receipt-print-shell {
  width: min(100%, 420px);
  margin: 0 auto;
  padding: 14px;
}

.receipt-print-view .receipt-sheet {
  width: min(100%, 390px);
  max-width: 390px;
  min-height: auto !important;
  margin: 0 auto;
  padding: 24px 20px 22px !important;
  border-radius: 24px !important;
  box-shadow: 0 18px 44px rgba(72, 48, 34, 0.10) !important;
}

.receipt-print-view .receipt-sheet::before {
  inset: 8px !important;
  border-radius: 18px !important;
}

.receipt-print-view .receipt-sheet-header {
  display: grid !important;
  grid-template-columns: 1fr !important;
  justify-items: center !important;
  text-align: center !important;
  gap: 8px !important;
  margin-bottom: 14px !important;
}

.receipt-print-view .receipt-brand-logo {
  width: 58px !important;
  height: 58px !important;
  object-fit: contain !important;
}

.receipt-print-view .receipt-sheet-header h3,
.receipt-print-view .receipt-sheet-header strong {
  font-size: 0.95rem !important;
  line-height: 1.15 !important;
  margin: 0 !important;
}

.receipt-print-view .history-caption,
.receipt-print-view .receipt-note,
.receipt-print-view .receipt-meta-value,
.receipt-print-view .receipt-social-grid {
  font-size: 0.72rem !important;
  line-height: 1.45 !important;
}

.receipt-print-view .receipt-status-chip {
  padding: 7px 10px !important;
  font-size: 0.66rem !important;
  border-radius: 999px !important;
}

.receipt-print-view .receipt-note-hero {
  margin: 10px 0 12px !important;
  padding: 10px 11px !important;
  border-radius: 14px !important;
  text-align: left !important;
}

.receipt-print-view .receipt-card-block {
  padding: 12px !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.68) !important;
}

.receipt-print-view .receipt-meta-row {
  display: block !important;
  padding: 0 0 8px !important;
  margin: 0 0 8px !important;
  border-bottom: 1px dashed var(--receipt-ticket-line) !important;
}

.receipt-print-view .receipt-meta-row:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

.receipt-print-view .receipt-meta-label {
  display: block !important;
  margin-bottom: 2px !important;
  font-size: 0.62rem !important;
  line-height: 1.2 !important;
  letter-spacing: 0.08em !important;
  color: #a06437 !important;
}

.receipt-print-view .receipt-meta-value {
  display: block !important;
  font-weight: 750 !important;
  color: var(--receipt-ticket-ink) !important;
  text-align: left !important;
}

.receipt-print-view .receipt-sheet-items {
  margin-top: 12px !important;
  gap: 0 !important;
}

.receipt-print-view .receipt-sheet-item {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 8px !important;
  padding: 9px 0 !important;
  border-bottom: 1px dashed var(--receipt-ticket-line) !important;
}

.receipt-print-view .receipt-sheet-item strong {
  font-size: 0.78rem !important;
  line-height: 1.25 !important;
}

.receipt-print-view .receipt-sheet-total {
  margin-top: 8px !important;
  padding: 10px 0 0 !important;
  border-top: 2px solid rgba(184, 131, 82, 0.26) !important;
  font-size: 0.84rem !important;
}

.receipt-print-view .receipt-sheet-total strong {
  font-size: 1rem !important;
}

.receipt-print-view .receipt-social-block {
  margin-top: 14px !important;
  padding: 12px !important;
  border-radius: 16px !important;
  background: rgba(252, 244, 231, 0.72) !important;
}

.receipt-print-view .receipt-social-block p {
  margin-bottom: 8px !important;
  font-size: 0.78rem !important;
}

.receipt-print-view .receipt-social-grid {
  grid-template-columns: 1fr !important;
  gap: 5px !important;
}

.receipt-print-view .receipt-social-grid span {
  display: block !important;
}

@page {
  size: 80mm 297mm;
  margin: 0;
}

@media print {
  html,
  body.receipt-print-view {
    width: 80mm !important;
    min-width: 80mm !important;
    max-width: 80mm !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fffaf3 !important;
  }

  .receipt-print-shell {
    width: 80mm !important;
    max-width: 80mm !important;
    margin: 0 !important;
    padding: 4mm !important;
    box-sizing: border-box !important;
  }

  .receipt-print-view .receipt-sheet {
    width: 72mm !important;
    max-width: 72mm !important;
    margin: 0 !important;
    padding: 5mm 4mm !important;
    border-radius: 5mm !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
    border: 1px solid rgba(184, 131, 82, 0.20) !important;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .receipt-print-view .receipt-sheet::before {
    display: none !important;
  }

  .receipt-print-view .receipt-brand-logo {
    width: 16mm !important;
    height: 16mm !important;
  }

  .receipt-print-view .receipt-card-block,
  .receipt-print-view .receipt-social-block,
  .receipt-print-view .receipt-note-hero {
    box-shadow: none !important;
  }
}


/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup mobile closed screen stability polish ==== */
@media (max-width: 720px) {
  body.is-store-closed .closed-screen {
    width: min(calc(100% - 28px), 430px);
    margin: 18px auto 0;
    min-height: auto;
    border-radius: 24px;
    box-shadow: 0 18px 52px rgba(72, 48, 31, .16);
  }

  body.is-store-closed .closed-screen-media {
    opacity: .52;
    filter: saturate(.9) contrast(.94) brightness(.72);
    transform: none !important;
  }

  body.is-store-closed .closed-screen-overlay {
    background:
      linear-gradient(180deg, rgba(47, 31, 20, .72), rgba(47, 31, 20, .66)),
      rgba(50, 32, 19, .58);
  }

  body.is-store-closed .closed-screen-inner {
    min-height: 480px;
    align-content: center;
    gap: 1rem;
    padding: 2rem 1.35rem;
  }

  body.is-store-closed .closed-screen-copy h2 {
    max-width: 10.5ch;
    font-size: clamp(2.25rem, 10.6vw, 3.05rem);
    line-height: .98;
    letter-spacing: -.055em;
  }

  body.is-store-closed .closed-screen-subtitle {
    max-width: 21rem;
    font-size: clamp(1rem, 4.6vw, 1.2rem);
    line-height: 1.22;
  }

  body.is-store-closed .closed-screen-countdown-wrap {
    width: 100%;
    max-width: 22rem;
    padding: .86rem 1rem;
    border-radius: 20px;
    background: rgba(27, 18, 12, .38);
    border-color: rgba(255, 248, 241, .16);
  }

  body.is-store-closed .closed-screen-countdown {
    font-size: clamp(2.65rem, 13.8vw, 4.05rem);
    letter-spacing: .025em;
  }

  body.is-store-closed .closed-screen-countdown-meta {
    font-size: .98rem;
    line-height: 1.28;
  }

  body.is-store-closed .closed-screen-services {
    gap: .35rem;
    max-width: 22rem;
  }

  body.is-store-closed .closed-screen-services p {
    font-size: clamp(.98rem, 4.6vw, 1.18rem);
    line-height: 1.28;
  }

  body.is-store-closed .public-social-card {
    width: min(calc(100% - 34px), 360px);
    margin-top: 16px;
    margin-bottom: calc(78px + env(safe-area-inset-bottom, 0px));
  }

  body.is-store-closed .public-social-card-inner {
    border-radius: 18px;
    padding: 12px 14px;
  }

  body.is-store-closed .public-social-title {
    font-size: .98rem;
    margin-bottom: 8px;
  }

  body.is-store-closed .public-social-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body.is-store-closed .public-social-link {
    font-size: .95rem;
    line-height: 1.1;
  }

  body.is-store-closed .public-social-icon {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }
}

/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup direccion visual, procesos y microinteracciones ==== */
:root {
  --saboria-ui-ink: #2f2119;
  --saboria-ui-muted: #806858;
  --saboria-ui-accent: #b77a46;
  --saboria-ui-accent-dark: #7d4e2e;
  --saboria-ui-cream: #fffaf3;
  --saboria-ui-line: rgba(113, 79, 52, .14);
  --saboria-ui-shadow-soft: 0 18px 42px rgba(61, 43, 31, .08);
  --saboria-ui-shadow-card: 0 22px 56px rgba(61, 43, 31, .12);
  --saboria-ui-ease: cubic-bezier(.2, .8, .2, 1);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--saboria-ui-ink);
  background:
    radial-gradient(circle at 8% 4%, rgba(255, 231, 196, .58), transparent 28rem),
    radial-gradient(circle at 92% 10%, rgba(183, 122, 70, .12), transparent 22rem),
    linear-gradient(180deg, #fff8ef 0%, #f7ede2 48%, #f3e7da 100%);
}

.public-shell,
.phase-stack,
.welcome-home,
.public-layout {
  animation: saboriaSurfaceIn .42s var(--saboria-ui-ease) both;
}

.welcome-conversion-card,
.phase-card,
.summary-card,
.overlay-card,
.review-card,
.history-card,
.special-request-card,
.receipt-sheet,
.menu-section-shell,
.product-card,
.tracking-card,
.cart-sheet-panel {
  border: 1px solid var(--saboria-ui-line) !important;
  background:
    linear-gradient(145deg, rgba(255, 252, 247, .98), rgba(251, 241, 229, .9)) !important;
  box-shadow: var(--saboria-ui-shadow-soft) !important;
}

.welcome-conversion-card,
.phase-card,
.summary-card,
.overlay-card,
.review-card,
.history-card,
.special-request-card,
.receipt-sheet,
.tracking-card {
  border-radius: 26px !important;
}

.welcome-conversion-card::before,
.hero-visual-card::before,
.menu-section-shell::before,
.product-card::before,
.review-card::before,
.summary-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, .58), transparent 38%, rgba(183, 122, 70, .06));
  opacity: .78;
}

.welcome-conversion-card,
.hero-visual-card,
.menu-section-shell,
.product-card,
.review-card,
.summary-card {
  position: relative;
  overflow: hidden;
}

.hero-kicker,
.phase-kicker,
.sheet-kicker,
.summary-eyebrow,
.section-caption {
  letter-spacing: .115em;
  color: var(--saboria-ui-accent-dark) !important;
}

.welcome-hero h1,
.welcome-phase-copy h2,
.phase-copy h2,
.phase-heading h2,
.sheet-top h2,
.receipt-sheet-header h3,
.preview-main h3 {
  letter-spacing: -.035em;
  color: #342016;
}

.hero-copy,
.phase-copy-text,
.summary-text,
.sheet-copy,
.product-caption,
.product-description,
.form-message,
.tracking-copy {
  color: var(--saboria-ui-muted) !important;
}

.primary-button,
.secondary-button,
.ghost-link,
.icon-button,
.qty-button,
.quick-nav-chip,
.quick-nav-pill,
.phase-step,
.cart-dock-toggle,
#mobilePrimaryButton,
#cartSheetPrimaryButton {
  transition:
    transform 170ms var(--saboria-ui-ease),
    box-shadow 170ms var(--saboria-ui-ease),
    border-color 170ms var(--saboria-ui-ease),
    background 170ms var(--saboria-ui-ease),
    opacity 170ms var(--saboria-ui-ease);
}

.primary-button,
#mobilePrimaryButton,
#cartSheetPrimaryButton {
  background: linear-gradient(135deg, #b9804d, #8d5834) !important;
  color: #fffdf8 !important;
  border: 1px solid rgba(93, 56, 33, .16) !important;
  box-shadow: 0 12px 24px rgba(125, 78, 46, .2) !important;
}

.primary-button:hover,
#mobilePrimaryButton:hover,
#cartSheetPrimaryButton:hover,
.cart-dock-toggle:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(125, 78, 46, .24) !important;
}

.primary-button:active,
.secondary-button:active,
.ghost-link:active,
.icon-button:active,
.qty-button:active,
.cart-dock-toggle:active {
  transform: translateY(1px) scale(.99);
}

.secondary-button,
.ghost-link,
.quick-nav-chip,
.quick-nav-pill {
  background: rgba(255, 252, 247, .82) !important;
  border: 1px solid rgba(139, 92, 53, .16) !important;
  color: #6d4630 !important;
}

.quick-nav-chip:hover,
.quick-nav-pill:hover,
.secondary-button:hover,
.ghost-link:hover {
  background: rgba(255, 247, 237, .96) !important;
  border-color: rgba(183, 122, 70, .32) !important;
}

.menu-schedule-bar,
.menu-quick-nav,
.phase-stepper,
.checkout-highlights,
.hero-trust-strip,
.hero-commerce-stats {
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.phase-stepper {
  border: 1px solid rgba(113, 79, 52, .12);
  background: rgba(255, 250, 244, .7);
  box-shadow: 0 14px 36px rgba(61, 43, 31, .06);
}

.phase-step.is-active .phase-step-index,
.phase-step.is-complete .phase-step-index {
  transform: scale(1.04);
}

.phase-progress-track {
  background: rgba(113, 79, 52, .12) !important;
}

.phase-progress-fill {
  background: linear-gradient(90deg, #b9804d, #7d4e2e) !important;
  box-shadow: 0 0 18px rgba(183, 122, 70, .24);
}

.menu-section-shell {
  border-radius: 24px !important;
  transform: translateZ(0);
}

.menu-section-shell:hover,
.menu-section-shell:focus-within {
  transform: translateY(-2px);
  box-shadow: var(--saboria-ui-shadow-card) !important;
}

.menu-group-header,
.menu-subgroup-header,
.cart-sheet-header,
.cart-sheet-total,
.review-card-header,
.receipt-toolbar,
.sheet-top,
.phase-top {
  border-bottom-color: rgba(113, 79, 52, .10) !important;
}

.product-grid {
  align-items: stretch;
}

.product-card {
  isolation: isolate;
  transform: translateZ(0);
}

.product-card:hover,
.product-card:focus-within {
  transform: translateY(-3px) scale(1.003);
  border-color: rgba(183, 122, 70, .28) !important;
  box-shadow: var(--saboria-ui-shadow-card) !important;
}

.product-photo,
.product-card-media img,
.photo-block img {
  transform: scale(1.001);
  transition: transform 260ms var(--saboria-ui-ease), filter 260ms var(--saboria-ui-ease);
}

.product-card:hover .product-photo,
.product-card:hover .product-card-media img,
.product-card:hover .photo-block img {
  transform: scale(1.035);
  filter: saturate(1.04) contrast(1.02);
}

.product-meta,
.preview-meta-top,
.summary-total,
.receipt-sheet-total,
.tracking-meta,
.checkout-highlight {
  border-color: rgba(113, 79, 52, .10) !important;
}

.checkout-highlight {
  background: rgba(255, 252, 247, .72) !important;
  border-radius: 18px !important;
}

.checkout-highlight-dot {
  box-shadow: 0 0 0 5px rgba(183, 122, 70, .12);
}

.summary-item,
.history-item,
.receipt-sheet-item,
.snapshot-item,
.order-card,
.tracking-event {
  background: rgba(255, 252, 247, .72) !important;
  border: 1px solid rgba(113, 79, 52, .10) !important;
  border-radius: 18px !important;
}

.tracking-timeline {
  position: relative;
}

.tracking-timeline::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 16px;
  bottom: 16px;
  width: 2px;
  background: linear-gradient(180deg, rgba(183, 122, 70, .42), rgba(183, 122, 70, .08));
  border-radius: 999px;
}

.tracking-event {
  position: relative;
  padding-left: 42px !important;
}

.tracking-event::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background: #b9804d;
  border: 3px solid #fff8ef;
  box-shadow: 0 0 0 4px rgba(183, 122, 70, .13);
  transform: translateY(-50%);
}

.cart-dock-toggle {
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  background: rgba(49, 32, 22, .86) !important;
  border: 1px solid rgba(255, 248, 241, .13) !important;
  box-shadow: 0 18px 48px rgba(39, 26, 18, .24) !important;
}

.cart-dock-toggle.has-items .cart-icon-shell,
.cart-dock-toggle.has-items .cart-count-badge {
  animation: saboriaCartPulse 1.9s var(--saboria-ui-ease) infinite;
}

.cart-sheet-backdrop,
.modal-backdrop,
.overlay-sheet::before {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.cart-sheet-panel,
.modal-panel,
.overlay-card {
  animation: saboriaSheetIn .26s var(--saboria-ui-ease) both;
}

.field input,
.field select,
.field textarea,
.phone-country-code {
  border-color: rgba(113, 79, 52, .16) !important;
  background: rgba(255, 252, 247, .86) !important;
  transition: border-color 160ms var(--saboria-ui-ease), box-shadow 160ms var(--saboria-ui-ease), background 160ms var(--saboria-ui-ease);
}

.field input:focus,
.field select:focus,
.field textarea:focus,
.phone-country-code:focus {
  border-color: rgba(183, 122, 70, .46) !important;
  box-shadow: 0 0 0 4px rgba(183, 122, 70, .12) !important;
  background: #fffdf8 !important;
  outline: none;
}

@keyframes saboriaSurfaceIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes saboriaSheetIn {
  from { opacity: 0; transform: translateY(16px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes saboriaCartPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.045); }
}

/* 20.0.482-saboria-production-no-executable-scripts-security-cleanup public polish: subtle tactile feedback without animation loops */
.menu-card,
.category-card,
.cart-item,
.account-card,
.receipt-card,
.primary-button,
.secondary-button,
.ghost-button,
.cart-dock-button {
  transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease, background 150ms ease, opacity 150ms ease;
}

.menu-card:hover,
.category-card:hover,
.account-card:hover {
  transform: translateY(-1px);
}

.primary-button:active,
.secondary-button:active,
.ghost-button:active,
.cart-dock-button:active {
  transform: translateY(1px) scale(0.99);
}

@media (prefers-reduced-motion: reduce) {
  .menu-card,
  .category-card,
  .cart-item,
  .account-card,
  .receipt-card,
  .primary-button,
  .secondary-button,
  .ghost-button,
  .cart-dock-button {
    transition: none !important;
  }
}

/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup Public content motion, dashboard-safe ==== */
:root {
  --saboria-line-gradient: linear-gradient(90deg, #b8864c 0%, #2f936d 28%, #6674d8 56%, #cf6468 78%, #b8864c 100%);
  --saboria-pop-ease: cubic-bezier(.2, 1.22, .32, 1);
  --saboria-card-pop-hover: 0 24px 64px rgba(80, 52, 28, .16), inset 0 1px 0 rgba(255,255,255,.92);
}

:where(.public-card, .menu-section-shell, .overlay-card, .receipt-card, .business-module-panel) {
  position: relative;
  overflow: hidden;
  transform-origin: 50% 62%;
  animation: saboriaWindowPopIn .42s var(--saboria-pop-ease) both;
  transition: transform .22s var(--saboria-pop-ease), box-shadow .22s ease, border-color .22s ease, background .22s ease, filter .22s ease !important;
}

:where(.public-card, .menu-section-shell, .overlay-card, .receipt-card, .business-module-panel)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 14px;
  right: 14px;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: var(--saboria-line-gradient);
  background-size: 240% 100%;
  box-shadow: 0 9px 22px rgba(85, 58, 35, .12), 0 0 18px rgba(184,134,76,.16);
  animation: saboriaColorRail 4.8s ease-in-out infinite;
  pointer-events: none;
  z-index: 5;
}

:where(.public-card, .menu-section-shell, .overlay-card, .receipt-card, .business-module-panel):hover {
  transform: translateY(-2px) scale(1.003);
  box-shadow: var(--saboria-card-pop-hover) !important;
  border-color: rgba(184,134,76,.30) !important;
  filter: saturate(1.02) contrast(1.006);
}

@keyframes saboriaWindowPopIn {
  0% { opacity: 0; transform: translate3d(0, 14px, 0) scale(.974); filter: blur(4px) saturate(.9); }
  62% { opacity: 1; transform: translate3d(0, -2px, 0) scale(1.005); filter: blur(0) saturate(1.04); }
  100% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); filter: blur(0) saturate(1); }
}
@keyframes saboriaColorRail {
  0%, 100% { background-position: 0% 50%; filter: saturate(1); }
  50% { background-position: 100% 50%; filter: saturate(1.24); }
}

@media (prefers-reduced-motion: reduce) {
  :where(.public-card, .menu-section-shell, .overlay-card, .receipt-card, .business-module-panel) {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    filter: none !important;
  }
}


/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup Global chart cartoon motion + subtle XY axes ==== */
:where(.chart-shell, .trend-chart-shell, .business-chart-shell, .futuristic-chart-shell) {
  --saboria-axis: rgba(87, 61, 43, .24);
  --saboria-axis-soft: rgba(87, 61, 43, .12);
  --saboria-axis-label: rgba(78, 54, 37, .54);
  --saboria-chart-pop: cubic-bezier(.2, 1.35, .28, 1);
}

:where(.saboria-chart-motion, .trend-chart, .business-balance-line-chart, .chart-shell svg) {
  overflow: visible;
}

:where(.saboria-chart-axes) {
  opacity: 0;
  animation: saboriaAxisBloom .48s ease .12s forwards !important;
  pointer-events: none;
}
:where(.saboria-chart-axis) {
  stroke: var(--saboria-axis) !important;
  stroke-width: 1.05 !important;
  stroke-linecap: round !important;
  vector-effect: non-scaling-stroke;
}
:where(.saboria-chart-grid-line) {
  stroke: var(--saboria-axis-soft) !important;
  stroke-width: .85 !important;
  stroke-dasharray: 4 7 !important;
  vector-effect: non-scaling-stroke;
}
:where(.saboria-chart-zero-guide) {
  stroke: rgba(184, 134, 76, .27) !important;
  stroke-width: 1.05 !important;
  stroke-dasharray: 7 8 !important;
  vector-effect: non-scaling-stroke;
}
:where(.saboria-chart-axis-label) {
  fill: var(--saboria-axis-label) !important;
  font-size: 9px !important;
  font-weight: 800 !important;
  letter-spacing: .018em !important;
  paint-order: stroke;
  stroke: rgba(255, 250, 244, .78);
  stroke-width: 2.8px;
  stroke-linejoin: round;
}

:where(.trend-chart .trend-current-line, .trend-chart .trend-current-line.trend-line-full, .business-balance-line-chart .business-balance-line, .business-balance-line-chart .trend-current-line, #section-dashboard .dashboard-balance-polyline) {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  fill: none !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  vector-effect: non-scaling-stroke !important;
  stroke-width: 3.9px !important;
  stroke-dasharray: 1600 !important;
  stroke-dashoffset: 1600 !important;
  animation: saboriaChartDrawBouncy 1.05s var(--saboria-chart-pop) forwards, saboriaChartBreathingGlow 3.4s ease-in-out 1.1s infinite !important;
}

:where(.trend-chart .trend-current-line.is-positive, .trend-chart .trend-current-line.trend-line-full.is-positive, .business-balance-line-chart .business-balance-line.is-positive, .business-balance-line-chart.is-positive .business-balance-line, #section-dashboard .dashboard-balance-polyline.is-positive) {
  stroke: #2f745d !important;
  filter: drop-shadow(0 6px 10px rgba(47, 116, 93, .20)) drop-shadow(0 0 8px rgba(47, 116, 93, .24)) !important;
}
:where(.trend-chart .trend-current-line.is-negative, .trend-chart .trend-current-line.trend-line-full.is-negative, .business-balance-line-chart .business-balance-line.is-negative, .business-balance-line-chart.is-negative .business-balance-line, #section-dashboard .dashboard-balance-polyline.is-negative) {
  stroke: #9f4039 !important;
  filter: drop-shadow(0 6px 10px rgba(159, 64, 57, .20)) drop-shadow(0 0 8px rgba(159, 64, 57, .24)) !important;
}
:where(.trend-chart .trend-current-line.is-neutral, .trend-chart .trend-current-line.trend-line-full.is-neutral, .business-balance-line-chart .business-balance-line.is-neutral, .business-balance-line-chart.is-neutral .business-balance-line, #section-dashboard .dashboard-balance-polyline.is-neutral) {
  stroke: #b8864c !important;
  filter: drop-shadow(0 6px 10px rgba(184, 134, 76, .18)) drop-shadow(0 0 8px rgba(184, 134, 76, .22)) !important;
}

:where(.trend-chart .trend-area, .business-balance-line-chart .business-balance-area, #section-dashboard .dashboard-balance-area-shape) {
  opacity: 0 !important;
  transform-box: fill-box;
  transform-origin: center bottom;
  animation: saboriaChartAreaSquash .78s var(--saboria-chart-pop) .16s forwards !important;
}
:where(.trend-chart .trend-previous-line, .business-balance-line-chart .business-zero-line) {
  stroke-linecap: round !important;
  vector-effect: non-scaling-stroke !important;
  animation: saboriaAxisBloom .6s ease .1s both !important;
}

:where(.saboria-chart-point, .trend-point, .business-chart-dot, .business-balance-dot, .business-balance-point, .trend-chart circle, .business-balance-line-chart circle) {
  display: block !important;
  visibility: visible !important;
  opacity: 0;
  stroke: rgba(255, 250, 243, .94) !important;
  stroke-width: 2.4px !important;
  vector-effect: non-scaling-stroke !important;
  filter: drop-shadow(0 5px 7px rgba(91, 58, 34, .22));
  transform-box: fill-box;
  transform-origin: center;
  animation: saboriaChartDotPop .58s var(--saboria-chart-pop) calc(.62s + (var(--point-index, 0) * 45ms)) forwards !important;
}
:where(.saboria-chart-point.is-positive, .business-chart-dot.is-positive, .business-balance-dot.is-positive) { fill: #2f745d !important; }
:where(.saboria-chart-point.is-negative, .business-chart-dot.is-negative, .business-balance-dot.is-negative) { fill: #9f4039 !important; }
:where(.saboria-chart-point.is-neutral, .business-chart-dot.is-neutral, .business-balance-dot.is-neutral) { fill: #b8864c !important; }

:where(.business-bar, .business-chart-stack .bar, .business-balance-bar) {
  opacity: 0;
  filter: drop-shadow(0 9px 13px rgba(84, 55, 33, .18));
  transform-box: fill-box;
  transform-origin: center bottom;
  animation: saboriaChartBarCartoon .76s var(--saboria-chart-pop) both !important;
}
:where(.business-bar:nth-of-type(2n), .business-chart-stack .bar:nth-child(2n), .business-balance-day:nth-child(2n) .business-balance-bar) { animation-delay: .04s !important; }
:where(.business-bar:nth-of-type(3n), .business-chart-stack .bar:nth-child(3n), .business-balance-day:nth-child(3n) .business-balance-bar) { animation-delay: .08s !important; }
:where(.business-bar:nth-of-type(4n), .business-chart-stack .bar:nth-child(4n), .business-balance-day:nth-child(4n) .business-balance-bar) { animation-delay: .12s !important; }

:where(.business-candle) {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center bottom;
  animation: saboriaChartCandleCartoon .72s var(--saboria-chart-pop) both !important;
}
:where(.business-candle-wick) {
  stroke-linecap: round !important;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 120 !important;
  stroke-dashoffset: 120 !important;
  animation: saboriaCandleWickDraw .58s ease .18s forwards !important;
}
:where(.business-candle-body) {
  filter: drop-shadow(0 9px 13px rgba(84, 55, 33, .18));
}

:where(.chart-shell, .trend-chart-shell, .business-chart-shell, .futuristic-chart-shell):hover :where(.trend-chart .trend-current-line, .business-balance-line-chart .business-balance-line, #section-dashboard .dashboard-balance-polyline) {
  stroke-width: 4.6px !important;
}
:where(.chart-shell, .trend-chart-shell, .business-chart-shell, .futuristic-chart-shell):hover :where(.saboria-chart-point, .business-chart-dot, .trend-point) {
  transform: scale(1.13);
}

@keyframes saboriaAxisBloom {
  0% { opacity: 0; transform: translateY(2px); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes saboriaChartDrawBouncy {
  0% { stroke-dashoffset: 1600; opacity: 0; }
  16% { opacity: 1; }
  72% { stroke-dashoffset: -28; }
  100% { stroke-dashoffset: 0; opacity: 1; }
}
@keyframes saboriaChartBreathingGlow {
  0%, 100% { filter: drop-shadow(0 5px 9px rgba(87, 61, 42, .08)); }
  50% { filter: drop-shadow(0 8px 15px rgba(184, 134, 76, .28)) drop-shadow(0 0 10px rgba(184, 134, 76, .25)); }
}
@keyframes saboriaChartAreaSquash {
  0% { opacity: 0; transform: scaleY(.18) translateY(8px); filter: blur(1px); }
  62% { opacity: .82; transform: scaleY(1.045) translateY(-1px); filter: blur(0); }
  100% { opacity: .62; transform: scaleY(1) translateY(0); filter: blur(0); }
}
@keyframes saboriaChartDotPop {
  0% { opacity: 0; transform: scale(.22); }
  62% { opacity: 1; transform: scale(1.38); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes saboriaChartBarCartoon {
  0% { opacity: 0; transform: scaleY(.06) scaleX(.76) translateY(10px); filter: blur(.7px); }
  58% { opacity: 1; transform: scaleY(1.12) scaleX(1.06) translateY(-2px); filter: blur(0); }
  78% { transform: scaleY(.96) scaleX(.98) translateY(1px); }
  100% { opacity: 1; transform: scaleY(1) scaleX(1) translateY(0); filter: blur(0); }
}
@keyframes saboriaChartCandleCartoon {
  0% { opacity: 0; transform: translateY(10px) scaleY(.55) scaleX(.88); }
  68% { opacity: 1; transform: translateY(-2px) scaleY(1.07) scaleX(1.04); }
  100% { opacity: 1; transform: translateY(0) scaleY(1) scaleX(1); }
}
@keyframes saboriaCandleWickDraw {
  from { stroke-dashoffset: 120; opacity: .35; }
  to { stroke-dashoffset: 0; opacity: .88; }
}

@media (prefers-reduced-motion: reduce) {
  :where(.saboria-chart-motion, .trend-chart, .business-balance-line-chart, .chart-shell svg, .saboria-chart-motion *, .trend-chart *, .business-balance-line-chart *, .chart-shell svg *) {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    filter: none !important;
    stroke-dashoffset: 0 !important;
    opacity: 1 !important;
  }
}


/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup Public principal LED rail only ==== */
:root {
  --saboria-line-gradient: linear-gradient(90deg, #b97935 0%, #f2b15d 13%, #27b986 28%, #2da8df 43%, #6f74e7 58%, #d85e70 73%, #f0a84f 88%, #b97935 100%);
}
:where(.menu-section-shell, .overlay-card, .receipt-card, .business-module-panel)::before {
  display: none !important;
  content: none !important;
}
:where(.public-card)::before {
  content: "" !important;
  display: block !important;
  background: var(--saboria-line-gradient) !important;
  background-size: 420% 100% !important;
  box-shadow: 0 8px 22px rgba(185,121,53,.18), 0 0 14px rgba(39,185,134,.16), 0 0 24px rgba(45,168,223,.12), 0 0 34px rgba(216,94,112,.10) !important;
  animation: saboriaLedRailFlow 3.75s linear infinite, saboriaLedRailPulse 2.8s ease-in-out infinite !important;
}
@keyframes saboriaLedRailFlow {
  0% { background-position: 0% 50%; filter: saturate(1.08) brightness(1); }
  100% { background-position: 420% 50%; filter: saturate(1.28) brightness(1.04); }
}
@keyframes saboriaLedRailPulse {
  0%, 100% { opacity: .92; }
  50% { opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  :where(.public-card)::before { animation: none !important; }
}

/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup Public/future chart neon LED motion ==== */
:root {
  --saboria-chart-neon-gold: #f2b15d;
  --saboria-chart-neon-green: #27d29a;
  --saboria-chart-neon-blue: #2db6ff;
  --saboria-chart-neon-violet: #7c82ff;
  --saboria-chart-neon-red: #ff6f7f;
  --saboria-chart-neon-amber: #ffc36b;
}
:where(.chart-shell, .trend-chart-shell, .business-chart-shell, .futuristic-chart-shell) {
  --saboria-chart-neon-color: var(--saboria-chart-neon-gold);
  isolation: isolate;
}
:where(.chart-shell svg :is(path[class*="line"], polyline, .trend-current-line, .business-balance-line, .saboria-chart-line)) {
  color: var(--saboria-chart-neon-color) !important;
  stroke: currentColor !important;
  fill: none !important;
  filter: drop-shadow(0 0 5px currentColor) drop-shadow(0 7px 13px rgba(66,42,25,.14)) !important;
  animation: saboriaChartDrawBouncy 1.05s var(--saboria-chart-pop, cubic-bezier(.2,1.35,.28,1)) forwards, saboriaChartNeonColorFlow 4.2s linear 1.05s infinite, saboriaChartNeonPulse 2.35s ease-in-out 1.05s infinite !important;
}
:where(.chart-shell svg :is(path[class*="area"], .trend-area, .business-balance-area)) {
  color: var(--saboria-chart-neon-color) !important;
  fill: currentColor !important;
  opacity: 0 !important;
  filter: drop-shadow(0 0 10px currentColor) !important;
  animation: saboriaChartNeonAreaBloom .78s var(--saboria-chart-pop, cubic-bezier(.2,1.35,.28,1)) .14s forwards, saboriaChartNeonColorFlow 4.2s linear 1.05s infinite !important;
}
:where(.chart-shell svg :is(rect[class*="bar"], .business-bar, .business-balance-bar, .bar, .business-candle-body)) {
  color: var(--saboria-chart-neon-color) !important;
  fill: currentColor !important;
  stroke: rgba(255,250,244,.82) !important;
  filter: drop-shadow(0 0 7px currentColor) drop-shadow(0 10px 16px rgba(69,45,28,.18)) !important;
  animation: saboriaChartBarCartoon .76s var(--saboria-chart-pop, cubic-bezier(.2,1.35,.28,1)) both, saboriaChartNeonColorFlow 4.2s linear .76s infinite, saboriaChartNeonPulse 2.5s ease-in-out .76s infinite !important;
}
:where(.chart-shell svg :is(circle, .saboria-chart-point, .trend-point, .business-chart-dot, .business-balance-dot)) {
  color: var(--saboria-chart-neon-color) !important;
  fill: currentColor !important;
  stroke: rgba(255,250,243,.96) !important;
  filter: drop-shadow(0 0 7px currentColor) drop-shadow(0 5px 8px rgba(91,58,34,.18)) !important;
  animation: saboriaChartDotPop .58s var(--saboria-chart-pop, cubic-bezier(.2,1.35,.28,1)) calc(.62s + (var(--point-index, 0) * 45ms)) forwards, saboriaChartNeonColorFlow 4.2s linear 1.12s infinite, saboriaChartNeonPulse 2.5s ease-in-out 1.12s infinite !important;
}
@keyframes saboriaChartNeonColorFlow {
  0%, 100% { color: var(--saboria-chart-neon-gold); }
  15% { color: var(--saboria-chart-neon-amber); }
  30% { color: var(--saboria-chart-neon-green); }
  46% { color: var(--saboria-chart-neon-blue); }
  62% { color: var(--saboria-chart-neon-violet); }
  78% { color: var(--saboria-chart-neon-red); }
  90% { color: var(--saboria-chart-neon-amber); }
}
@keyframes saboriaChartNeonPulse {
  0%, 100% { filter: drop-shadow(0 0 4px currentColor) drop-shadow(0 7px 13px rgba(66,42,25,.12)); }
  50% { filter: drop-shadow(0 0 9px currentColor) drop-shadow(0 0 18px currentColor) drop-shadow(0 9px 18px rgba(66,42,25,.16)); }
}
@keyframes saboriaChartNeonAreaBloom {
  0% { opacity: 0; transform: scaleY(.16) translateY(8px); filter: blur(1px) drop-shadow(0 0 0 currentColor); }
  62% { opacity: .24; transform: scaleY(1.04) translateY(-1px); filter: blur(0) drop-shadow(0 0 12px currentColor); }
  100% { opacity: .18; transform: scaleY(1) translateY(0); filter: blur(0) drop-shadow(0 0 8px currentColor); }
}
@media (prefers-reduced-motion: reduce) {
  :where(.chart-shell svg :is(path, polyline, rect, circle, line)) {
    animation: none !important;
    filter: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

/* 20.0.482-saboria-production-no-executable-scripts-security-cleanup · Configurador de producto y carrito por líneas */
.configurator-trigger {
  border: 1px solid rgba(82, 55, 34, 0.18);
  background: linear-gradient(135deg, rgba(255,255,255,0.92), rgba(246,236,224,0.82));
  color: #372416;
  border-radius: 999px;
  min-height: 42px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(71, 43, 25, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}
.configurator-trigger:hover {
  transform: translateY(-1px);
  border-color: rgba(150, 93, 45, 0.34);
  box-shadow: 0 18px 38px rgba(71, 43, 25, 0.13);
}
.configurator-trigger strong {
  min-width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: #3a2517;
  color: #fff7ef;
  font-size: 0.82rem;
}
.configurator-trigger.is-compact {
  min-height: 38px;
  width: 100%;
}
.preview-main.is-configurator .config-grid {
  border: 1px solid rgba(82, 55, 34, 0.12);
  border-radius: 22px;
  padding: 12px;
  background: rgba(255,255,255,0.62);
}
.configurator-callout {
  display: grid;
  gap: 2px;
  border-radius: 18px;
  padding: 12px 14px;
  background: rgba(58, 37, 23, 0.06);
  border: 1px solid rgba(58, 37, 23, 0.08);
}
.configurator-callout strong {
  color: #2f1f14;
  font-size: 0.96rem;
}
.configurator-callout span {
  color: rgba(47,31,20,0.68);
  font-size: 0.84rem;
}
.configurator-footer {
  display: grid;
  grid-template-columns: minmax(108px, auto) 1fr;
  gap: 10px;
  align-items: center;
}
.configurator-quantity-control {
  width: 100%;
}
.config-error {
  margin: 0;
  color: #9c3328;
  font-weight: 700;
  font-size: 0.86rem;
}
.summary-item.is-configured-line {
  border-color: rgba(150, 93, 45, 0.22);
  background: linear-gradient(135deg, rgba(255,255,255,0.9), rgba(248,240,231,0.72));
}
.summary-line-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 4px;
  flex-wrap: wrap;
}
.summary-line-actions .ghost-link {
  font-size: 0.78rem;
  padding: 0;
}
@media (max-width: 640px) {
  .configurator-footer {
    grid-template-columns: 1fr;
  }
  .configurator-trigger {
    width: 100%;
  }
}

/* 20.0.482-saboria-production-no-executable-scripts-security-cleanup · Menu psychology order experience */
.product-inline-chip.is-choice-needed {
  color: #7a5633;
  background: rgba(177, 136, 84, 0.13);
  border-color: rgba(177, 136, 84, 0.22);
}

.configurator-trigger {
  min-height: 44px;
  padding: 0 15px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #2c2118, #7a5633);
  color: #fff7ec;
  font-weight: 800;
  letter-spacing: -0.01em;
  box-shadow: 0 14px 30px rgba(70, 45, 24, 0.22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.configurator-trigger strong {
  min-width: 24px;
  min-height: 24px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,0.2);
}

#productPreview.is-configurator-sheet {
  align-items: center;
}

#productPreview.is-configurator-sheet .overlay-card {
  width: min(920px, calc(100vw - 28px));
  max-width: min(920px, calc(100vw - 28px));
  max-height: min(92dvh, 920px);
  border-radius: 30px;
  overflow: auto;
}

.preview-main.is-configurator {
  align-items: stretch;
  gap: 22px;
}

.preview-main.is-configurator .preview-photo-block {
  min-height: 300px;
}

.preview-product-heading {
  display: grid;
  gap: 5px;
}

.configurator-callout {
  display: grid;
  gap: 3px;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid rgba(177,136,84,0.18);
  background: linear-gradient(135deg, rgba(255,250,244,0.95), rgba(244,234,220,0.72));
  color: var(--text);
}

.configurator-callout strong {
  font-size: 0.92rem;
}

.configurator-callout span {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.35;
}

.config-choice-stack {
  display: grid;
  gap: 14px;
}

.choice-group {
  display: grid;
  gap: 10px;
  padding: 13px;
  border-radius: 22px;
  background: rgba(255,255,255,0.74);
  border: 1px solid rgba(130, 93, 55, 0.13);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.75);
}

.choice-group-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.choice-group-head div {
  display: grid;
  gap: 2px;
}

.choice-group-head strong {
  color: var(--text);
  font-size: 0.98rem;
}

.choice-group-head small {
  color: var(--muted);
  line-height: 1.35;
}

.choice-group-head > span {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 4px 9px;
  font-size: 0.72rem;
  font-weight: 800;
  color: #79552f;
  background: rgba(177,136,84,0.13);
  border: 1px solid rgba(177,136,84,0.17);
}

.choice-group.is-optional .choice-group-head > span {
  color: rgba(91, 68, 45, 0.78);
  background: rgba(91, 68, 45, 0.08);
}

.choice-option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.choice-option-card {
  width: 100%;
  min-height: 76px;
  padding: 12px 13px;
  border-radius: 18px;
  border: 1px solid rgba(129, 93, 55, 0.16);
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(250,244,236,0.88));
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-align: left;
  box-shadow: 0 12px 26px rgba(92, 67, 44, 0.07);
  transition: transform 180ms cubic-bezier(.22,.61,.36,1), border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.choice-option-card:hover,
.choice-option-card:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(121, 82, 40, 0.36);
  box-shadow: 0 16px 34px rgba(92, 67, 44, 0.12);
}

.choice-option-card.is-selected {
  border-color: rgba(74, 47, 26, 0.72);
  background: linear-gradient(135deg, rgba(51, 37, 24, 0.98), rgba(127, 89, 50, 0.94));
  color: #fff8ef;
  box-shadow: 0 20px 44px rgba(70, 45, 24, 0.22);
}

.choice-option-main {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.choice-option-main strong {
  font-size: 0.96rem;
  line-height: 1.15;
}

.choice-option-main small {
  color: inherit;
  opacity: 0.72;
  line-height: 1.25;
}

.choice-option-price {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 0.78rem;
  font-weight: 900;
  color: #79552f;
  background: rgba(177,136,84,0.12);
  border: 1px solid rgba(177,136,84,0.16);
}

.choice-option-card.is-selected .choice-option-price {
  color: #2b1d12;
  background: rgba(255, 248, 235, 0.92);
  border-color: rgba(255, 248, 235, 0.38);
}

.choice-option-card.is-clear-option {
  background: rgba(255,255,255,0.76);
  border-style: dashed;
}

.sr-only-select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.config-summary strong {
  color: var(--accent-strong);
}

.config-error {
  margin: 0;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(190, 75, 45, 0.1);
  border: 1px solid rgba(190, 75, 45, 0.18);
  color: #8a321f;
  font-size: 0.9rem;
  font-weight: 700;
}

.configurator-footer {
  position: sticky;
  bottom: -1px;
  z-index: 4;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 12px 0 0;
  background: linear-gradient(180deg, rgba(255,250,244,0), rgba(255,250,244,0.98) 34%, rgba(255,250,244,1));
}

.config-confirm-button {
  min-height: 48px;
  font-size: 0.98rem;
}

.summary-item.is-configured-line span {
  color: rgba(92, 67, 44, 0.84);
  font-weight: 600;
}

.summary-line-actions {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.summary-line-actions .ghost-link {
  font-size: 0.8rem;
  padding: 0;
}

@media (max-width: 720px) {
  #productPreview.is-configurator-sheet {
    align-items: stretch;
    justify-items: stretch;
    padding: 0;
  }

  #productPreview.is-configurator-sheet .overlay-card {
    width: 100%;
    max-width: 100%;
    height: 100dvh;
    max-height: 100dvh;
    border-radius: 0;
    padding-bottom: calc(20px + env(safe-area-inset-bottom));
  }

  #productPreview.is-configurator-sheet .sheet-top {
    position: sticky;
    top: 0;
    z-index: 8;
    background: rgba(255, 250, 244, 0.96);
    backdrop-filter: blur(16px);
    padding-bottom: 10px;
  }

  .preview-main.is-configurator {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .preview-main.is-configurator .preview-photo-block {
    min-height: 180px;
    max-height: 220px;
  }

  .choice-option-grid {
    grid-template-columns: 1fr;
  }

  .choice-option-card {
    min-height: 72px;
    padding: 13px 14px;
  }

  .configurator-footer {
    grid-template-columns: 1fr;
    padding-bottom: env(safe-area-inset-bottom);
  }

  .configurator-quantity-control {
    justify-content: center;
  }
}

/* 20.0.482-saboria-production-no-executable-scripts-security-cleanup · Menu configurator visual cleanup */
.configurator-callout,
.product-inline-chip.is-choice-needed {
  display: none !important;
}

.product-inline-chip.is-selected,
.marketing-meta-chip.is-selected {
  background: rgba(195, 145, 88, 0.13) !important;
  border-color: rgba(171, 116, 71, 0.24) !important;
  color: var(--accent-strong) !important;
}

.configurator-trigger {
  background: linear-gradient(135deg, var(--accent), var(--accent-strong)) !important;
  color: #fffaf5 !important;
  border: 1px solid rgba(171, 116, 71, 0.24) !important;
  box-shadow: 0 14px 30px rgba(92, 67, 44, 0.16) !important;
}

.configurator-trigger strong {
  background: rgba(255, 250, 245, 0.22) !important;
  color: #fffaf5 !important;
}

.choice-group {
  background: rgba(255, 252, 247, 0.82) !important;
  border-color: var(--soft-line) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.72), 0 12px 28px rgba(92, 67, 44, 0.045) !important;
}

.choice-group-head > span,
.choice-option-price {
  color: var(--accent-strong) !important;
  background: var(--accent-soft) !important;
  border-color: rgba(171, 116, 71, 0.18) !important;
}

.choice-group.is-optional .choice-group-head > span {
  color: var(--muted) !important;
  background: rgba(143, 115, 96, 0.08) !important;
  border-color: rgba(143, 115, 96, 0.14) !important;
}

.choice-option-card {
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.98), rgba(248, 242, 232, 0.9)) !important;
  border-color: rgba(120, 90, 60, 0.14) !important;
  box-shadow: 0 12px 26px rgba(92, 67, 44, 0.055) !important;
}

.choice-option-card:hover,
.choice-option-card:focus-visible {
  border-color: rgba(171, 116, 71, 0.36) !important;
  box-shadow: 0 16px 34px rgba(92, 67, 44, 0.1) !important;
}

.choice-option-card.is-selected {
  border-color: rgba(171, 116, 71, 0.58) !important;
  background: linear-gradient(135deg, rgba(194, 138, 85, 0.96), rgba(171, 116, 71, 0.96)) !important;
  color: #fffaf5 !important;
  box-shadow: 0 20px 44px rgba(92, 67, 44, 0.18) !important;
}

.choice-option-card.is-selected .choice-option-price {
  color: var(--text-strong) !important;
  background: rgba(255, 250, 245, 0.92) !important;
  border-color: rgba(255, 250, 245, 0.42) !important;
}

#productPreview.is-configurator-sheet .overlay-card,
#productPreview.is-configurator-sheet .sheet-top {
  background: var(--surface-luxe) !important;
}


/* ─────────────────────────────────────────────────────────────
   SABORÍA 20.0.482-saboria-production-no-executable-scripts-security-cleanup · Pulido integral del menú público
   - menos ruido visual, mejor claridad y flujo mobile-first
   ───────────────────────────────────────────────────────────── */
:root {
  --saboria-cream: #fffaf2;
  --saboria-warm: #f6eadc;
  --saboria-warm-2: #ead5bd;
  --saboria-caramel: #ad6b33;
  --saboria-caramel-dark: #7d451f;
  --saboria-ink: #34251b;
  --saboria-muted: #7c6658;
  --saboria-line: rgba(125, 69, 31, .14);
  --saboria-shadow-soft: 0 18px 42px rgba(68, 42, 24, .10);
}

.phase-copy-text {
  max-width: 58ch;
}

.menu-notes-field small {
  display: block;
  margin-top: -2px;
  margin-bottom: 8px;
  color: var(--saboria-muted);
  font-size: .82rem;
  line-height: 1.35;
}

.menu-missing-note {
  margin-top: 12px;
  padding: 14px 16px;
  border: 1px dashed rgba(173, 107, 51, .28);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255,250,242,.88), rgba(246,234,220,.54));
  box-shadow: 0 12px 30px rgba(68, 42, 24, .06);
  color: var(--saboria-ink);
}
.menu-missing-note strong,
.menu-missing-note span {
  display: block;
}
.menu-missing-note span {
  margin-top: 3px;
  color: var(--saboria-muted);
  font-size: .9rem;
}

.product-card,
.special-request-card,
.menu-section-shell,
.summary-card,
.review-card,
.overlay-card,
.cart-sheet-panel {
  border-color: var(--saboria-line) !important;
  box-shadow: var(--saboria-shadow-soft);
}

.product-inline-chip,
.section-count-pill,
.status-chip-soft,
.choice-group-head span {
  border-color: rgba(173, 107, 51, .18) !important;
  background: rgba(255, 250, 242, .86) !important;
  color: var(--saboria-caramel-dark) !important;
}

.product-inline-chip.is-selected,
.choice-option-card.is-selected .choice-option-price {
  background: rgba(173, 107, 51, .14) !important;
  color: var(--saboria-caramel-dark) !important;
  border-color: rgba(173, 107, 51, .28) !important;
}

.configurator-trigger,
.primary-button,
.qty-button.plus {
  background: linear-gradient(135deg, #b9753c, #965827) !important;
  color: #fffaf2 !important;
  border-color: rgba(255, 250, 242, .18) !important;
}
.configurator-trigger:hover,
.primary-button:hover,
.qty-button.plus:hover {
  filter: saturate(1.03) brightness(1.02);
}
.configurator-trigger strong {
  background: rgba(255, 250, 242, .18);
  color: inherit;
}

.choice-group-head {
  gap: 14px;
}
.choice-group-head small,
.choice-option-main small,
.product-description,
.config-summary,
.config-error {
  color: var(--saboria-muted) !important;
}
.choice-option-card {
  border: 1px solid rgba(173, 107, 51, .14) !important;
  background: rgba(255, 250, 242, .82) !important;
  border-radius: 20px !important;
  box-shadow: 0 10px 24px rgba(68, 42, 24, .055) !important;
}
.choice-option-card.is-selected {
  border-color: rgba(173, 107, 51, .42) !important;
  background: linear-gradient(135deg, rgba(255,250,242,.96), rgba(246,234,220,.88)) !important;
  box-shadow: 0 16px 34px rgba(173, 107, 51, .14) !important;
}

.config-error {
  background: rgba(173, 107, 51, .08) !important;
  border-color: rgba(173, 107, 51, .18) !important;
  color: var(--saboria-caramel-dark) !important;
}

.summary-item span,
.checkout-line-item span {
  color: var(--saboria-muted);
}
.summary-line-actions .ghost-link {
  color: var(--saboria-caramel-dark);
}

@media (min-width: 761px) {
  .product-grid {
    gap: 16px !important;
  }
  .product-card {
    min-height: 150px;
  }
  .preview-main.is-configurator {
    grid-template-columns: minmax(220px, .8fr) minmax(420px, 1.2fr) !important;
  }
}

/* 20.0.482-saboria-production-no-executable-scripts-security-cleanup · Public menu theme governed from Admin */
html[data-menu-theme="saboria-premium"] {
  --menu-premium-bg: #fff8f0;
  --menu-premium-card: rgba(255, 253, 249, 0.94);
  --menu-premium-card-strong: #fffaf4;
  --menu-premium-ink: #3c281e;
  --menu-premium-muted: #7c6658;
  --menu-premium-line: rgba(124, 83, 52, 0.14);
  --menu-premium-accent: #b77a48;
  --menu-premium-accent-strong: #8c5530;
  --menu-premium-accent-soft: rgba(183, 122, 72, 0.14);
  --menu-premium-gold: #d5a15f;
}
html[data-menu-theme="warm-minimal"] {
  --menu-premium-bg: #fffaf6;
  --menu-premium-card: rgba(255, 255, 255, 0.92);
  --menu-premium-card-strong: #ffffff;
  --menu-premium-ink: #332821;
  --menu-premium-muted: #75675e;
  --menu-premium-line: rgba(80, 63, 48, 0.12);
  --menu-premium-accent: #a86d45;
  --menu-premium-accent-strong: #7f4d31;
  --menu-premium-accent-soft: rgba(168, 109, 69, 0.12);
  --menu-premium-gold: #c99455;
}
html[data-menu-theme="classic-light"] {
  --menu-premium-bg: #fffdf9;
  --menu-premium-card: rgba(255, 255, 255, 0.96);
  --menu-premium-card-strong: #ffffff;
  --menu-premium-ink: #2f2b27;
  --menu-premium-muted: #706b64;
  --menu-premium-line: rgba(40, 34, 28, 0.10);
  --menu-premium-accent: #9b6b45;
  --menu-premium-accent-strong: #775032;
  --menu-premium-accent-soft: rgba(155, 107, 69, 0.11);
  --menu-premium-gold: #b98548;
}

html[data-menu-theme] body {
  background:
    radial-gradient(circle at 10% 0%, rgba(213, 161, 95, 0.12), transparent 32%),
    linear-gradient(180deg, var(--menu-premium-bg), #fffdf9 44%, #fbf3ea);
  color: var(--menu-premium-ink);
}

html[data-menu-theme] .product-card,
html[data-menu-theme] .special-request-card,
html[data-menu-theme] .menu-section-shell,
html[data-menu-theme] .marketing-product-card,
html[data-menu-theme] .summary-item,
html[data-menu-theme] .cart-sheet,
html[data-menu-theme] .overlay-card,
html[data-menu-theme] .checkout-highlight,
html[data-menu-theme] .menu-missing-note,
html[data-menu-theme] .public-layer-entry,
html[data-menu-theme] .public-layer-submenu {
  background: linear-gradient(145deg, var(--menu-premium-card), var(--menu-premium-card-strong));
  border-color: var(--menu-premium-line) !important;
  box-shadow: 0 18px 44px rgba(63, 43, 31, 0.08), inset 0 1px 0 rgba(255,255,255,0.78);
}

html[data-menu-theme] .product-card::before,
html[data-menu-theme] .marketing-product-card::before {
  background: linear-gradient(90deg, transparent, rgba(213, 161, 95, 0.28), transparent);
}

html[data-menu-theme] .product-inline-chip,
html[data-menu-theme] .section-chip,
html[data-menu-theme] .section-count-pill,
html[data-menu-theme] .status-chip-soft,
html[data-menu-theme] .photo-chip,
html[data-menu-theme] .marketing-meta-chip {
  background: rgba(255, 248, 240, 0.86) !important;
  color: var(--menu-premium-muted) !important;
  border: 1px solid var(--menu-premium-line) !important;
}

html[data-menu-theme] .product-inline-chip.is-selected,
html[data-menu-theme] .marketing-meta-chip.is-selected,
html[data-menu-theme] .choice-card.is-selected,
html[data-menu-theme] .config-option-card.is-selected {
  background: linear-gradient(135deg, rgba(183, 122, 72, 0.16), rgba(213, 161, 95, 0.12)) !important;
  color: var(--menu-premium-accent-strong) !important;
  border-color: rgba(183, 122, 72, 0.35) !important;
}

html[data-menu-theme] .primary-button,
html[data-menu-theme] .configurator-trigger,
html[data-menu-theme] .qty-button.plus,
html[data-menu-theme] .cart-dock-toggle.has-items {
  background: linear-gradient(135deg, var(--menu-premium-accent), var(--menu-premium-accent-strong)) !important;
  color: #fffaf5 !important;
  box-shadow: 0 12px 28px rgba(140, 85, 48, 0.22);
}

html[data-menu-theme] .secondary-button,
html[data-menu-theme] .ghost-link,
html[data-menu-theme] .cart-dock-button {
  color: var(--menu-premium-accent-strong);
  border-color: rgba(183, 122, 72, 0.22) !important;
}

html[data-menu-theme] .product-description,
html[data-menu-theme] .list-meta,
html[data-menu-theme] .section-state-copy,
html[data-menu-theme] .menu-missing-note span {
  color: var(--menu-premium-muted) !important;
}

html[data-menu-theme] .menu-missing-note {
  padding: 12px 14px;
  border-radius: 18px;
}

html[data-menu-motion="none"] *,
html[data-menu-motion="none"] *::before,
html[data-menu-motion="none"] *::after {
  animation: none !important;
  transition-duration: 0.01ms !important;
}

html.saboria-menu-motion-enabled .product-card,
html.saboria-menu-motion-enabled .marketing-product-card,
html.saboria-menu-motion-enabled .menu-section-shell,
html.saboria-menu-motion-enabled .summary-item {
  transition: transform .22s cubic-bezier(.2,.8,.2,1), box-shadow .22s cubic-bezier(.2,.8,.2,1), border-color .22s ease;
}

html.saboria-menu-motion-enabled .product-card:hover,
html.saboria-menu-motion-enabled .marketing-product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 54px rgba(63, 43, 31, 0.12), inset 0 1px 0 rgba(255,255,255,0.82);
}

html.saboria-menu-motion-elegant .product-card,
html.saboria-menu-motion-elegant .menu-section-shell,
html.saboria-menu-motion-elegant .marketing-product-card {
  animation: saboriaSoftRise .34s cubic-bezier(.2,.8,.2,1) both;
}

@keyframes saboriaSoftRise {
  from { opacity: 0; transform: translateY(8px) scale(.992); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  html.saboria-menu-motion-enabled *,
  html.saboria-menu-motion-enabled *::before,
  html.saboria-menu-motion-enabled *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}

/* 20.0.482-saboria-production-no-executable-scripts-security-cleanup · Public menu visual director + subtle promo popups */
html[data-menu-color-preset="cacao"] {
  --menu-premium-bg: #fff7ef;
  --menu-premium-card: rgba(255, 251, 246, 0.95);
  --menu-premium-card-strong: #fffdf8;
  --menu-premium-ink: #2e1f19;
  --menu-premium-muted: #745f53;
  --menu-premium-line: rgba(83, 49, 31, 0.16);
  --menu-premium-accent: #7f4b33;
  --menu-premium-accent-strong: #5b3325;
  --menu-premium-accent-soft: rgba(127, 75, 51, 0.13);
  --menu-premium-gold: #c8925d;
}
html[data-menu-color-preset="terracotta"] {
  --menu-premium-bg: #fff6f1;
  --menu-premium-card: rgba(255, 252, 248, 0.94);
  --menu-premium-card-strong: #fff9f4;
  --menu-premium-ink: #35231f;
  --menu-premium-muted: #7b6258;
  --menu-premium-line: rgba(154, 82, 55, 0.16);
  --menu-premium-accent: #b76547;
  --menu-premium-accent-strong: #8e4632;
  --menu-premium-accent-soft: rgba(183, 101, 71, 0.13);
  --menu-premium-gold: #d39b62;
}
html[data-menu-color-preset="olive"] {
  --menu-premium-bg: #fbfaf2;
  --menu-premium-card: rgba(255, 254, 248, 0.95);
  --menu-premium-card-strong: #fffffb;
  --menu-premium-ink: #28291f;
  --menu-premium-muted: #676856;
  --menu-premium-line: rgba(90, 96, 54, 0.15);
  --menu-premium-accent: #7d8152;
  --menu-premium-accent-strong: #585d35;
  --menu-premium-accent-soft: rgba(125, 129, 82, 0.13);
  --menu-premium-gold: #c49a58;
}
html[data-menu-graphics="minimal"] body {
  background: linear-gradient(180deg, var(--menu-premium-bg), #fffdf9 58%, #fbf6ef) !important;
}
html[data-menu-graphics="editorial"].saboria-menu-ambient body::before,
html[data-menu-graphics="warm-photo"].saboria-menu-ambient body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(circle at 82% 8%, rgba(213, 161, 95, .16), transparent 30%),
    radial-gradient(circle at 12% 28%, rgba(183, 122, 72, .10), transparent 32%);
}
html[data-menu-card-tone="solid"] .product-card,
html[data-menu-card-tone="solid"] .menu-section-shell,
html[data-menu-card-tone="solid"] .marketing-product-card,
html[data-menu-card-tone="solid"] .overlay-card,
html[data-menu-card-tone="solid"] .cart-sheet {
  background: var(--menu-premium-card-strong) !important;
  box-shadow: 0 12px 26px rgba(63, 43, 31, .07) !important;
}
html[data-menu-card-tone="bordered"] .product-card,
html[data-menu-card-tone="bordered"] .menu-section-shell,
html[data-menu-card-tone="bordered"] .marketing-product-card,
html[data-menu-card-tone="bordered"] .overlay-card,
html[data-menu-card-tone="bordered"] .cart-sheet {
  box-shadow: none !important;
  border-width: 1px !important;
}
html[data-menu-card-tone="premium-shadow"] .product-card,
html[data-menu-card-tone="premium-shadow"] .menu-section-shell,
html[data-menu-card-tone="premium-shadow"] .marketing-product-card,
html[data-menu-card-tone="premium-shadow"] .overlay-card,
html[data-menu-card-tone="premium-shadow"] .cart-sheet {
  box-shadow: 0 26px 70px rgba(63, 43, 31, .13), inset 0 1px 0 rgba(255,255,255,.82) !important;
}
html[data-menu-image-treatment="soft-glow"] .product-photo,
html[data-menu-image-treatment="soft-glow"] .product-image,
html[data-menu-image-treatment="soft-glow"] .marketing-product-photo {
  filter: saturate(1.05) contrast(1.02) brightness(1.04);
  box-shadow: 0 14px 34px rgba(140,85,48,.16);
}
html[data-menu-image-treatment="contrast"] .product-photo,
html[data-menu-image-treatment="contrast"] .product-image,
html[data-menu-image-treatment="contrast"] .marketing-product-photo {
  filter: saturate(1.12) contrast(1.08);
}
html[data-menu-image-treatment="matte"] .product-photo,
html[data-menu-image-treatment="matte"] .product-image,
html[data-menu-image-treatment="matte"] .marketing-product-photo {
  filter: saturate(.96) contrast(.98) brightness(1.02);
}
html[data-menu-animation-intensity="low"].saboria-menu-motion-enabled .product-card,
html[data-menu-animation-intensity="low"].saboria-menu-motion-enabled .marketing-product-card,
html[data-menu-animation-intensity="low"].saboria-menu-motion-enabled .menu-section-shell {
  transition-duration: .16s !important;
}
html[data-menu-animation-intensity="high"].saboria-menu-motion-enabled .product-card:hover,
html[data-menu-animation-intensity="high"].saboria-menu-motion-enabled .marketing-product-card:hover {
  transform: translateY(-3px) scale(1.006);
}
html[data-menu-animation-intensity="low"].saboria-menu-motion-elegant .product-card,
html[data-menu-animation-intensity="low"].saboria-menu-motion-elegant .menu-section-shell,
html[data-menu-animation-intensity="low"].saboria-menu-motion-elegant .marketing-product-card {
  animation-duration: .22s !important;
}
html[data-menu-animation-intensity="high"].saboria-menu-motion-elegant .product-card,
html[data-menu-animation-intensity="high"].saboria-menu-motion-elegant .menu-section-shell,
html[data-menu-animation-intensity="high"].saboria-menu-motion-elegant .marketing-product-card {
  animation-duration: .46s !important;
}
html[data-menu-popup-style="toast"] #promotionPopup {
  align-items: end;
  justify-content: center;
  padding-bottom: max(18px, env(safe-area-inset-bottom));
}
html[data-menu-popup-style="toast"] .promo-popup-card,
#promotionPopup[data-popup-style="toast"] .promo-popup-card {
  width: min(560px, calc(100vw - 28px));
  border-radius: 22px;
  grid-template-columns: 1fr auto;
  align-items: center;
}
html[data-menu-popup-style="sheet"] #promotionPopup,
#promotionPopup[data-popup-style="sheet"] {
  align-items: end;
  justify-content: stretch;
}
html[data-menu-popup-style="sheet"] .promo-popup-card,
#promotionPopup[data-popup-style="sheet"] .promo-popup-card {
  width: min(720px, 100vw);
  margin-inline: auto;
  border-radius: 28px 28px 0 0;
}
#promotionPopup[data-popup-mode="vip"] .promo-chip {
  background: linear-gradient(135deg, rgba(213,161,95,.24), rgba(183,122,72,.14)) !important;
  color: var(--menu-premium-accent-strong) !important;
}
#promotionPopup[data-popup-mode="announcement"] .promo-popup-card {
  border-style: dashed;
}


/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup · Mobile menu app-quality layout ==== */
@media (max-width: 820px), (pointer: coarse) and (max-width: 920px) {
  :root {
    --mobile-shell-max: 480px;
    --mobile-outer-x: clamp(10px, 3vw, 14px);
    --mobile-card-radius: 24px;
    --mobile-soft-radius: 18px;
    --mobile-ink: #2f2118;
    --mobile-ink-soft: #554033;
    --mobile-muted: #776457;
    --mobile-line: rgba(95, 60, 36, 0.115);
    --mobile-line-strong: rgba(95, 60, 36, 0.18);
    --mobile-accent: #8d5431;
    --mobile-accent-strong: #663c27;
    --mobile-accent-soft: rgba(156, 91, 48, 0.12);
    --mobile-surface: rgba(255, 252, 247, 0.88);
    --mobile-surface-strong: rgba(255, 254, 250, 0.98);
    --mobile-surface-warm: rgba(255, 247, 237, 0.82);
    --mobile-shadow-soft: 0 12px 30px rgba(54, 34, 20, 0.065);
    --mobile-shadow-card: 0 16px 42px rgba(54, 34, 20, 0.095), inset 0 1px 0 rgba(255,255,255,.78);
    --mobile-shadow-dock: 0 20px 56px rgba(39, 24, 14, 0.24), inset 0 1px 0 rgba(255,255,255,.82);
    --mobile-header-h: 56px;
    --mobile-dock-h: 64px;
  }

  html.saboria-mobile-ux-ready,
  html.saboria-mobile-ux-ready body {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    color: var(--mobile-ink) !important;
    background:
      radial-gradient(circle at 86% -12%, rgba(194, 126, 70, 0.14), transparent 32%),
      radial-gradient(circle at -18% 10%, rgba(112, 72, 44, 0.09), transparent 34%),
      linear-gradient(180deg, #fff8f0 0%, #fffdf8 48%, #f7ecdf 100%) !important;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: geometricPrecision !important;
  }

  html.saboria-mobile-ux-ready *,
  html.saboria-mobile-ux-ready *::before,
  html.saboria-mobile-ux-ready *::after {
    box-sizing: border-box !important;
  }

  html.saboria-mobile-ux-ready body,
  html.saboria-mobile-ux-ready button,
  html.saboria-mobile-ux-ready input,
  html.saboria-mobile-ux-ready textarea,
  html.saboria-mobile-ux-ready select {
    font-synthesis: none !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  html.saboria-mobile-ux-ready img,
  html.saboria-mobile-ux-ready svg,
  html.saboria-mobile-ux-ready canvas,
  html.saboria-mobile-ux-ready video {
    max-width: 100% !important;
  }

  html.saboria-mobile-ux-ready .public-shell {
    width: 100% !important;
    max-width: var(--mobile-shell-max) !important;
    min-width: 0 !important;
    margin-inline: auto !important;
    padding:
      max(5px, env(safe-area-inset-top))
      var(--mobile-outer-x)
      calc(var(--mobile-dock-h) + 28px + env(safe-area-inset-bottom)) !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-content: start !important;
    gap: 10px !important;
    overflow-x: hidden !important;
  }

  html.saboria-mobile-ux-ready .public-layout,
  html.saboria-mobile-ux-ready .phase-stack,
  html.saboria-mobile-ux-ready .phase-panel,
  html.saboria-mobile-ux-ready .phase-card,
  html.saboria-mobile-ux-ready .phase-body,
  html.saboria-mobile-ux-ready .welcome-home,
  html.saboria-mobile-ux-ready .menu-sections,
  html.saboria-mobile-ux-ready .menu-section-shell,
  html.saboria-mobile-ux-ready .menu-section-body,
  html.saboria-mobile-ux-ready .menu-subgroup,
  html.saboria-mobile-ux-ready .product-grid,
  html.saboria-mobile-ux-ready .review-card,
  html.saboria-mobile-ux-ready .summary-card,
  html.saboria-mobile-ux-ready .history-card,
  html.saboria-mobile-ux-ready .tracking-card,
  html.saboria-mobile-ux-ready .home-section,
  html.saboria-mobile-ux-ready .public-weekly-section,
  html.saboria-mobile-ux-ready .public-specials-section {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: clip !important;
  }

  html.saboria-mobile-ux-ready .public-layout,
  html.saboria-mobile-ux-ready .phase-stack,
  html.saboria-mobile-ux-ready .phase-body,
  html.saboria-mobile-ux-ready .welcome-home,
  html.saboria-mobile-ux-ready .menu-sections,
  html.saboria-mobile-ux-ready .menu-section-body,
  html.saboria-mobile-ux-ready .product-grid,
  html.saboria-mobile-ux-ready .review-grid,
  html.saboria-mobile-ux-ready .field-grid,
  html.saboria-mobile-ux-ready .field-grid-profile,
  html.saboria-mobile-ux-ready .checkout-highlights,
  html.saboria-mobile-ux-ready .snapshot-stack,
  html.saboria-mobile-ux-ready .history-actions,
  html.saboria-mobile-ux-ready .reorder-actions,
  html.saboria-mobile-ux-ready .category-quick-grid,
  html.saboria-mobile-ux-ready .marketing-grid,
  html.saboria-mobile-ux-ready .weekly-day-strip,
  html.saboria-mobile-ux-ready .weekly-plan-grid-public,
  html.saboria-mobile-ux-ready .special-whatsapp-grid,
  html.saboria-mobile-ux-ready .weekly-package-panel,
  html.saboria-mobile-ux-ready .public-layer-access,
  html.saboria-mobile-ux-ready .public-layer-stack,
  html.saboria-mobile-ux-ready .account-panels,
  html.saboria-mobile-ux-ready .account-section-nav {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
  }

  html.saboria-mobile-ux-ready .summary-rail:not([hidden]),
  html.saboria-mobile-ux-ready .welcome-hero,
  html.saboria-mobile-ux-ready .welcome-visual-column,
  html.saboria-mobile-ux-ready .hero-trust-strip,
  html.saboria-mobile-ux-ready .hero-commerce-stats,
  html.saboria-mobile-ux-ready .welcome-supporting-copy,
  html.saboria-mobile-ux-ready .menu-schedule-bar,
  html.saboria-mobile-ux-ready .phase-stepper,
  html.saboria-mobile-ux-ready .phase-progress,
  html.saboria-mobile-ux-ready .mobile-progress-label,
  html.saboria-mobile-ux-ready .section-header-meta,
  html.saboria-mobile-ux-ready .section-count-pill,
  html.saboria-mobile-ux-ready .section-state-copy,
  html.saboria-mobile-ux-ready .menu-section-note,
  html.saboria-mobile-ux-ready .selection-copy,
  html.saboria-mobile-ux-ready .selection-placeholder,
  html.saboria-mobile-ux-ready .menu-missing-note,
  html.saboria-mobile-ux-ready .mobile-checkout-steps,
  html.saboria-mobile-ux-ready .product-description,
  html.saboria-mobile-ux-ready .special-request-caption,
  html.saboria-mobile-ux-ready .phase-heading .phase-copy-text {
    display: none !important;
  }

  html.saboria-mobile-ux-ready .site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 90 !important;
    width: calc(100% + 8px) !important;
    min-width: 0 !important;
    min-height: var(--mobile-header-h) !important;
    margin: 0 -4px 7px !important;
    padding: 5px 7px !important;
    display: grid !important;
    grid-template-columns: 40px minmax(0, 1fr) 40px !important;
    grid-template-areas: "orders brand account" !important;
    align-items: center !important;
    gap: 7px !important;
    border: 1px solid rgba(103, 64, 38, 0.12) !important;
    border-top: 0 !important;
    border-radius: 0 0 21px 21px !important;
    background: rgba(255, 250, 244, 0.90) !important;
    box-shadow: 0 12px 28px rgba(50, 32, 19, 0.085), inset 0 1px 0 rgba(255,255,255,.74) !important;
    backdrop-filter: blur(18px) saturate(1.06) !important;
    -webkit-backdrop-filter: blur(18px) saturate(1.06) !important;
    overflow: visible !important;
  }

  html.saboria-mobile-ux-ready .site-header > .toolbar-button.text-button { grid-area: orders !important; justify-self: start !important; }
  html.saboria-mobile-ux-ready .brand-lockup { grid-area: brand !important; justify-self: center !important; width: auto !important; max-width: 100% !important; min-width: 0 !important; }
  html.saboria-mobile-ux-ready .header-actions { grid-area: account !important; justify-self: end !important; display: flex !important; justify-content: flex-end !important; min-width: 0 !important; }

  html.saboria-mobile-ux-ready .site-header .toolbar-button {
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 !important;
    display: inline-grid !important;
    place-items: center !important;
    border-radius: 15px !important;
    color: var(--mobile-accent-strong) !important;
    background: rgba(255, 253, 248, 0.82) !important;
    border: 1px solid rgba(103, 64, 38, 0.12) !important;
    box-shadow: 0 8px 18px rgba(61, 39, 24, 0.06) !important;
  }

  html.saboria-mobile-ux-ready .site-header .toolbar-button span:not(.cart-count-badge):not(.header-active-count) { display: none !important; }
  html.saboria-mobile-ux-ready .site-header svg { width: 19px !important; height: 19px !important; }

  html.saboria-mobile-ux-ready .brand-logo-shell {
    width: 46px !important;
    min-width: 46px !important;
    height: 46px !important;
    min-height: 46px !important;
    margin: 0 auto !important;
    padding: 3px !important;
    border-radius: 17px !important;
    background: rgba(255, 253, 248, 0.86) !important;
    border: 1px solid rgba(103, 64, 38, 0.09) !important;
    box-shadow: 0 9px 21px rgba(61, 39, 24, 0.075), inset 0 1px 0 rgba(255,255,255,.78) !important;
  }

  html.saboria-mobile-ux-ready .brand-logo {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain !important;
    transform: none !important;
  }

  html.saboria-mobile-ux-ready #foodPhase > .phase-card,
  html.saboria-mobile-ux-ready #drinksPhase > .phase-card,
  html.saboria-mobile-ux-ready #extrasPhase > .phase-card {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  html.saboria-mobile-ux-ready #foodPhase .phase-top,
  html.saboria-mobile-ux-ready #drinksPhase .phase-top,
  html.saboria-mobile-ux-ready #extrasPhase .phase-top {
    margin: 0 0 9px !important;
    padding: 12px 14px !important;
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 10px !important;
    border: 1px solid var(--mobile-line) !important;
    border-radius: 22px !important;
    background: rgba(255, 252, 248, 0.84) !important;
    box-shadow: var(--mobile-shadow-soft) !important;
  }

  html.saboria-mobile-ux-ready #reviewPhase > .phase-card,
  html.saboria-mobile-ux-ready .welcome-conversion-card,
  html.saboria-mobile-ux-ready .summary-card,
  html.saboria-mobile-ux-ready .review-card,
  html.saboria-mobile-ux-ready .history-card,
  html.saboria-mobile-ux-ready .tracking-card,
  html.saboria-mobile-ux-ready .home-section,
  html.saboria-mobile-ux-ready .public-weekly-section,
  html.saboria-mobile-ux-ready .public-specials-section,
  html.saboria-mobile-ux-ready .reorder-card,
  html.saboria-mobile-ux-ready .category-quick-card,
  html.saboria-mobile-ux-ready .marketing-product-card,
  html.saboria-mobile-ux-ready .weekly-day-card,
  html.saboria-mobile-ux-ready .weekly-plan-card-public,
  html.saboria-mobile-ux-ready .special-whatsapp-card,
  html.saboria-mobile-ux-ready .public-layer-entry,
  html.saboria-mobile-ux-ready .public-layer-submenu,
  html.saboria-mobile-ux-ready .weekly-day-detail,
  html.saboria-mobile-ux-ready .weekly-package-card {
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 14px !important;
    border-radius: var(--mobile-card-radius) !important;
    border: 1px solid var(--mobile-line) !important;
    color: var(--mobile-ink) !important;
    background: linear-gradient(145deg, var(--mobile-surface-strong), var(--mobile-surface-warm)) !important;
    box-shadow: var(--mobile-shadow-card) !important;
    overflow: hidden !important;
  }

  html.saboria-mobile-ux-ready #reviewPhase .phase-top,
  html.saboria-mobile-ux-ready .welcome-conversion-card .phase-top {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 12px !important;
    padding: 0 0 11px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
    border-bottom: 1px solid rgba(103, 64, 38, 0.09) !important;
  }

  html.saboria-mobile-ux-ready .phase-heading,
  html.saboria-mobile-ux-ready .welcome-conversion-copy,
  html.saboria-mobile-ux-ready .welcome-phase-copy,
  html.saboria-mobile-ux-ready .welcome-phase-actions,
  html.saboria-mobile-ux-ready .welcome-actions {
    min-width: 0 !important;
    width: 100% !important;
    display: grid !important;
    gap: 7px !important;
  }

  html.saboria-mobile-ux-ready .phase-heading .sheet-kicker,
  html.saboria-mobile-ux-ready .welcome-phase-copy .hero-kicker,
  html.saboria-mobile-ux-ready .sheet-kicker {
    margin: 0 !important;
    color: var(--mobile-accent) !important;
    font-size: 0.64rem !important;
    font-weight: 950 !important;
    letter-spacing: 0.13em !important;
    line-height: 1.1 !important;
    text-transform: uppercase !important;
  }

  html.saboria-mobile-ux-ready .phase-heading h2,
  html.saboria-mobile-ux-ready .welcome-phase-copy h2 {
    margin: 0 !important;
    color: var(--mobile-ink) !important;
    font-size: clamp(1.18rem, 5.1vw, 1.52rem) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.045em !important;
  }

  html.saboria-mobile-ux-ready .phase-copy-text,
  html.saboria-mobile-ux-ready .welcome-meta {
    margin: 0 !important;
    color: var(--mobile-muted) !important;
    font-size: 0.87rem !important;
    line-height: 1.36 !important;
  }

  html.saboria-mobile-ux-ready .welcome-cta-row,
  html.saboria-mobile-ux-ready .inline-actions.welcome-cta-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
  }

  html.saboria-mobile-ux-ready .welcome-cta-row .primary-button,
  html.saboria-mobile-ux-ready .welcome-cta-row .secondary-button {
    width: 100% !important;
    min-height: 48px !important;
    border-radius: 18px !important;
  }

  html.saboria-mobile-ux-ready .primary-button,
  html.saboria-mobile-ux-ready .secondary-button,
  html.saboria-mobile-ux-ready .ghost-pill-button,
  html.saboria-mobile-ux-ready .segment-button,
  html.saboria-mobile-ux-ready .close-sheet-button,
  html.saboria-mobile-ux-ready .icon-button {
    touch-action: manipulation !important;
  }

  html.saboria-mobile-ux-ready .history-back-button {
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 !important;
    display: inline-grid !important;
    place-items: center !important;
    border-radius: 999px !important;
    color: var(--mobile-accent-strong) !important;
    background: rgba(255, 253, 248, 0.82) !important;
    border: 1px solid var(--mobile-line) !important;
    box-shadow: 0 8px 18px rgba(61, 39, 24, 0.06) !important;
  }

  html.saboria-mobile-ux-ready .history-back-button span:not(:first-child) { display: none !important; }

  html.saboria-mobile-ux-ready .menu-quick-nav {
    position: sticky !important;
    top: calc(var(--mobile-header-h) + 2px) !important;
    z-index: 22 !important;
    width: calc(100% + 4px) !important;
    max-width: calc(100% + 4px) !important;
    margin: -2px -2px 4px !important;
    padding: 4px 2px 8px !important;
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: max-content !important;
    gap: 7px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-x: contain !important;
    scrollbar-width: none !important;
    background: linear-gradient(180deg, rgba(255, 250, 244, .98), rgba(255, 250, 244, .74) 72%, rgba(255, 250, 244, 0)) !important;
    border: 0 !important;
    box-shadow: none !important;
    -webkit-overflow-scrolling: touch !important;
  }

  html.saboria-mobile-ux-ready .menu-quick-nav::-webkit-scrollbar { display: none !important; }

  html.saboria-mobile-ux-ready .menu-quick-nav .section-chip {
    min-height: 34px !important;
    max-width: 148px !important;
    padding: 7px 12px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    color: #6f584a !important;
    font-size: 0.78rem !important;
    font-weight: 950 !important;
    letter-spacing: -0.01em !important;
    background: rgba(255, 253, 249, 0.90) !important;
    border: 1px solid rgba(103, 64, 38, 0.12) !important;
    box-shadow: 0 8px 18px rgba(61, 39, 24, 0.055) !important;
  }

  html.saboria-mobile-ux-ready .menu-quick-nav .section-chip small { display: none !important; }

  html.saboria-mobile-ux-ready .menu-quick-nav .section-chip.is-active {
    color: var(--mobile-accent-strong) !important;
    background: linear-gradient(135deg, rgba(181, 111, 61, 0.18), rgba(214, 164, 102, 0.12)) !important;
    border-color: rgba(160, 96, 52, 0.25) !important;
    box-shadow: 0 10px 21px rgba(120, 73, 43, 0.09), inset 0 1px 0 rgba(255,255,255,.78) !important;
  }

  html.saboria-mobile-ux-ready .menu-section-shell {
    margin: 0 !important;
    padding: 10px !important;
    border-radius: 22px !important;
    border: 1px solid var(--mobile-line) !important;
    background: rgba(255, 252, 248, 0.76) !important;
    box-shadow: 0 13px 30px rgba(54, 34, 20, 0.058), inset 0 1px 0 rgba(255,255,255,.72) !important;
    overflow: hidden !important;
  }

  html.saboria-mobile-ux-ready .menu-section-shell::before,
  html.saboria-mobile-ux-ready .menu-section-shell::after,
  html.saboria-mobile-ux-ready .product-card::before,
  html.saboria-mobile-ux-ready .special-request-card::before {
    opacity: 0.11 !important;
    pointer-events: none !important;
  }

  html.saboria-mobile-ux-ready .menu-group-header,
  html.saboria-mobile-ux-ready .menu-subgroup-header {
    width: 100% !important;
    min-height: 0 !important;
    padding: 0 0 8px !important;
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 8px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: left !important;
  }

  html.saboria-mobile-ux-ready button.menu-group-header::after {
    content: "⌄" !important;
    width: 25px !important;
    height: 25px !important;
    display: inline-grid !important;
    place-items: center !important;
    border-radius: 999px !important;
    color: var(--mobile-accent-strong) !important;
    background: rgba(255, 249, 241, 0.88) !important;
    border: 1px solid rgba(103, 64, 38, 0.10) !important;
    font-size: 0.92rem !important;
    line-height: 1 !important;
    transition: transform .18s ease, background .18s ease !important;
  }

  html.saboria-mobile-ux-ready .menu-section-shell:not(.is-collapsed) button.menu-group-header::after { transform: rotate(180deg) !important; }

  html.saboria-mobile-ux-ready .section-header-copy,
  html.saboria-mobile-ux-ready .section-header-copy h3,
  html.saboria-mobile-ux-ready .menu-subgroup-header h4 {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  html.saboria-mobile-ux-ready .section-header-copy h3 {
    margin: 0 !important;
    color: var(--mobile-ink) !important;
    font-size: 1rem !important;
    line-height: 1.08 !important;
    letter-spacing: -0.024em !important;
    white-space: normal !important;
  }

  html.saboria-mobile-ux-ready .menu-subgroup-header h4 {
    margin: 0 !important;
    color: var(--mobile-muted) !important;
    font-size: 0.82rem !important;
    line-height: 1.12 !important;
    font-weight: 950 !important;
  }

  html.saboria-mobile-ux-ready .menu-section-body,
  html.saboria-mobile-ux-ready .menu-subgroup,
  html.saboria-mobile-ux-ready .product-grid {
    gap: 8px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  html.saboria-mobile-ux-ready .product-card,
  html.saboria-mobile-ux-ready .special-request-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 86px !important;
    padding: 8px !important;
    display: grid !important;
    grid-template-columns: 68px minmax(0, 1fr) !important;
    gap: 10px !important;
    align-items: center !important;
    border-radius: 19px !important;
    border: 1px solid rgba(103, 64, 38, 0.105) !important;
    color: var(--mobile-ink) !important;
    background: rgba(255, 253, 249, 0.93) !important;
    box-shadow: 0 9px 22px rgba(54, 34, 20, 0.058), inset 0 1px 0 rgba(255,255,255,.74) !important;
    overflow: hidden !important;
    transform: translateZ(0) !important;
  }

  html.saboria-mobile-ux-ready .product-card-media,
  html.saboria-mobile-ux-ready .special-request-card .product-card-media,
  html.saboria-mobile-ux-ready .product-card .photo-block,
  html.saboria-mobile-ux-ready .special-request-card .photo-block {
    width: 68px !important;
    min-width: 68px !important;
    height: 68px !important;
    min-height: 68px !important;
    max-height: 68px !important;
    align-self: center !important;
    overflow: hidden !important;
    border-radius: 16px !important;
  }

  html.saboria-mobile-ux-ready .product-card .photo-block,
  html.saboria-mobile-ux-ready .special-request-card .photo-block {
    box-shadow: inset 0 1px 0 rgba(255,255,255,.45), 0 9px 16px rgba(89, 55, 32, 0.09) !important;
  }

  html.saboria-mobile-ux-ready .product-photo,
  html.saboria-mobile-ux-ready .product-card .photo-block img,
  html.saboria-mobile-ux-ready .special-request-card .photo-block img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
    transform: none !important;
  }

  html.saboria-mobile-ux-ready .product-card-body,
  html.saboria-mobile-ux-ready .special-request-copy {
    min-width: 0 !important;
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(86px, auto) !important;
    align-items: center !important;
    gap: 8px !important;
  }

  html.saboria-mobile-ux-ready .product-copy,
  html.saboria-mobile-ux-ready .product-copy-head,
  html.saboria-mobile-ux-ready .special-request-main {
    min-width: 0 !important;
    max-width: 100% !important;
    display: grid !important;
    gap: 4px !important;
  }

  html.saboria-mobile-ux-ready .product-copy h4,
  html.saboria-mobile-ux-ready .special-request-main h4 {
    margin: 0 !important;
    max-width: 100% !important;
    color: var(--mobile-ink) !important;
    font-size: 0.94rem !important;
    font-weight: 950 !important;
    line-height: 1.12 !important;
    letter-spacing: -0.022em !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
  }

  html.saboria-mobile-ux-ready .product-chip-row {
    min-width: 0 !important;
    max-width: 100% !important;
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    overflow: hidden !important;
  }

  html.saboria-mobile-ux-ready .product-inline-chip:not(.is-selected) { display: none !important; }

  html.saboria-mobile-ux-ready .product-inline-chip.is-selected,
  html.saboria-mobile-ux-ready .status-chip-soft {
    max-width: 100% !important;
    padding: 3px 7px !important;
    border-radius: 999px !important;
    color: var(--mobile-accent-strong) !important;
    background: rgba(155, 91, 48, 0.09) !important;
    border: 1px solid rgba(155, 91, 48, 0.10) !important;
    font-size: 0.64rem !important;
    font-weight: 900 !important;
    line-height: 1.08 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  html.saboria-mobile-ux-ready .product-meta,
  html.saboria-mobile-ux-ready .special-request-meta {
    min-width: 86px !important;
    max-width: 104px !important;
    width: auto !important;
    padding: 0 !important;
    display: grid !important;
    justify-items: end !important;
    align-content: center !important;
    gap: 6px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html.saboria-mobile-ux-ready .price-block {
    min-width: 0 !important;
    display: grid !important;
    gap: 0 !important;
    text-align: right !important;
  }

  html.saboria-mobile-ux-ready .price-block span { display: none !important; }

  html.saboria-mobile-ux-ready .price-block strong {
    color: var(--mobile-accent-strong) !important;
    font-size: 0.95rem !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    letter-spacing: -0.038em !important;
    white-space: nowrap !important;
  }

  html.saboria-mobile-ux-ready .quantity-control {
    width: 86px !important;
    min-width: 86px !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 3px !important;
    display: grid !important;
    grid-template-columns: 28px minmax(16px, 1fr) 28px !important;
    align-items: center !important;
    justify-items: center !important;
    gap: 2px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(103, 64, 38, 0.13) !important;
    background: rgba(250, 240, 229, 0.90) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.72) !important;
    overflow: hidden !important;
  }

  html.saboria-mobile-ux-ready .qty-button {
    width: 28px !important;
    min-width: 28px !important;
    height: 28px !important;
    min-height: 28px !important;
    padding: 0 !important;
    display: inline-grid !important;
    place-items: center !important;
    border-radius: 999px !important;
    font-size: 0.96rem !important;
    font-weight: 950 !important;
    line-height: 1 !important;
  }

  html.saboria-mobile-ux-ready .qty-button.plus,
  html.saboria-mobile-ux-ready .qty-button[data-action="increment"] {
    color: #fff !important;
    background: linear-gradient(135deg, var(--mobile-accent), var(--mobile-accent-strong)) !important;
    border-color: transparent !important;
    box-shadow: 0 6px 12px rgba(108, 61, 38, .17) !important;
  }

  html.saboria-mobile-ux-ready .qty-value {
    min-width: 16px !important;
    color: var(--mobile-ink) !important;
    font-size: 0.8rem !important;
    font-weight: 950 !important;
    text-align: center !important;
  }

  html.saboria-mobile-ux-ready .configurator-trigger {
    width: auto !important;
    min-width: 84px !important;
    max-width: 102px !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 10px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    white-space: nowrap !important;
    color: #fff !important;
    background: linear-gradient(135deg, var(--mobile-accent), var(--mobile-accent-strong)) !important;
    border: 0 !important;
    box-shadow: 0 8px 16px rgba(108, 61, 38, .15) !important;
    font-size: 0.76rem !important;
    font-weight: 950 !important;
  }

  html.saboria-mobile-ux-ready .configurator-trigger span {
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  html.saboria-mobile-ux-ready .configurator-trigger strong {
    min-width: 18px !important;
    height: 18px !important;
    display: inline-grid !important;
    place-items: center !important;
    border-radius: 999px !important;
    color: var(--mobile-accent-strong) !important;
    background: rgba(255,255,255,.86) !important;
    font-size: 0.64rem !important;
  }

  html.saboria-mobile-ux-ready .product-card.is-pressed,
  html.saboria-mobile-ux-ready .special-request-card.is-pressed,
  html.saboria-mobile-ux-ready .product-card.was-activated,
  html.saboria-mobile-ux-ready .special-request-card.was-activated {
    transform: translateY(1px) scale(.994) !important;
  }

  html.saboria-mobile-ux-ready .product-card.just-added,
  html.saboria-mobile-ux-ready .special-request-card.just-added {
    animation: saboriaMobileAddedPulse .50s cubic-bezier(.2,.8,.2,1) both !important;
  }

  @keyframes saboriaMobileAddedPulse {
    0% { box-shadow: var(--mobile-shadow-soft); }
    34% { box-shadow: 0 0 0 3px rgba(149, 88, 45, .11), 0 15px 30px rgba(69, 42, 24, .11); }
    100% { box-shadow: 0 9px 22px rgba(54, 34, 20, 0.058), inset 0 1px 0 rgba(255,255,255,.74); }
  }

  html.saboria-mobile-ux-ready .mobile-dock:not([hidden]) {
    position: fixed !important;
    left: max(var(--mobile-outer-x), env(safe-area-inset-left)) !important;
    right: max(var(--mobile-outer-x), env(safe-area-inset-right)) !important;
    bottom: calc(9px + env(safe-area-inset-bottom)) !important;
    z-index: 140 !important;
    width: auto !important;
    max-width: var(--mobile-shell-max) !important;
    min-height: var(--mobile-dock-h) !important;
    margin-inline: auto !important;
    padding: 7px !important;
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
    border-radius: 23px !important;
    border: 1px solid rgba(103, 64, 38, 0.17) !important;
    background: rgba(255, 250, 244, 0.95) !important;
    box-shadow: var(--mobile-shadow-dock) !important;
    backdrop-filter: blur(20px) saturate(1.08) !important;
    -webkit-backdrop-filter: blur(20px) saturate(1.08) !important;
  }

  html.saboria-mobile-ux-ready .mobile-dock [hidden] { display: none !important; }

  html.saboria-mobile-ux-ready #mobileBackButton,
  html.saboria-mobile-ux-ready #mobilePrimaryButton,
  html.saboria-mobile-ux-ready #cartDockToggle {
    height: 46px !important;
    min-height: 46px !important;
    border-radius: 17px !important;
  }

  html.saboria-mobile-ux-ready #mobileBackButton,
  html.saboria-mobile-ux-ready #mobilePrimaryButton {
    width: 46px !important;
    min-width: 46px !important;
    flex: 0 0 46px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
  }

  html.saboria-mobile-ux-ready #mobilePrimaryButton {
    color: #fff !important;
    background: linear-gradient(135deg, var(--mobile-accent), var(--mobile-accent-strong)) !important;
    border: 0 !important;
    box-shadow: 0 10px 22px rgba(108, 61, 38, .21) !important;
  }

  html.saboria-mobile-ux-ready #mobilePrimaryButton .dock-primary-label {
    display: none !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-size: 0.86rem !important;
    font-weight: 950 !important;
  }

  html.saboria-mobile-ux-ready #mobilePrimaryButton .dock-primary-arrow {
    font-size: 1.04rem !important;
    line-height: 1 !important;
  }

  html.saboria-mobile-ux-ready .mobile-dock.is-cart-empty #mobilePrimaryButton {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    padding-inline: 16px !important;
  }

  html.saboria-mobile-ux-ready .mobile-dock.is-cart-empty #mobilePrimaryButton .dock-primary-label { display: inline-block !important; }

  html.saboria-mobile-ux-ready #cartDockToggle {
    min-width: 0 !important;
    width: auto !important;
    flex: 1 1 auto !important;
    padding: 5px 9px !important;
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 8px !important;
    overflow: hidden !important;
    color: var(--mobile-ink) !important;
    background: rgba(255, 253, 249, 0.82) !important;
    border: 1px solid rgba(103, 64, 38, 0.11) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.74) !important;
  }

  html.saboria-mobile-ux-ready .cart-icon-shell {
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
    border-radius: 13px !important;
    color: var(--mobile-accent-strong) !important;
    background: rgba(158, 95, 51, .10) !important;
  }

  html.saboria-mobile-ux-ready .cart-dock-toggle .mobile-dock-copy {
    min-width: 0 !important;
    display: grid !important;
    gap: 2px !important;
    text-align: left !important;
  }

  html.saboria-mobile-ux-ready .cart-dock-toggle .mobile-dock-copy span {
    color: var(--mobile-muted) !important;
    font-size: 0.66rem !important;
    font-weight: 850 !important;
    line-height: 1.05 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  html.saboria-mobile-ux-ready .cart-dock-toggle .mobile-dock-copy strong {
    color: var(--mobile-ink) !important;
    font-size: 0.96rem !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    letter-spacing: -0.034em !important;
    white-space: nowrap !important;
  }

  html.saboria-mobile-ux-ready .cart-dock-toggle.just-updated { animation: saboriaMobileDockPulse .50s cubic-bezier(.2,.8,.2,1) both !important; }

  @keyframes saboriaMobileDockPulse {
    0%, 100% { transform: translateY(0) scale(1); }
    35% { transform: translateY(-1px) scale(1.01); }
  }

  html.saboria-mobile-ux-ready .cart-sheet { z-index: 155 !important; }

  html.saboria-mobile-ux-ready .cart-sheet-backdrop {
    background: rgba(43, 28, 18, 0.30) !important;
    backdrop-filter: blur(3px) !important;
    -webkit-backdrop-filter: blur(3px) !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-panel,
  html.saboria-mobile-ux-ready .overlay-card,
  html.saboria-mobile-ux-ready .side-sheet-panel,
  html.saboria-mobile-ux-ready .promo-popup-card {
    width: auto !important;
    max-width: calc(100vw - (var(--mobile-outer-x) * 2)) !important;
    left: max(var(--mobile-outer-x), env(safe-area-inset-left)) !important;
    right: max(var(--mobile-outer-x), env(safe-area-inset-right)) !important;
    margin-inline: auto !important;
    border-radius: 26px !important;
    border: 1px solid var(--mobile-line-strong) !important;
    background: linear-gradient(145deg, rgba(255,253,249,.98), rgba(255,247,238,.95)) !important;
    box-shadow: 0 26px 68px rgba(42, 26, 15, 0.21), inset 0 1px 0 rgba(255,255,255,.82) !important;
    overflow-x: hidden !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-panel {
    bottom: calc(var(--mobile-dock-h) + 22px + env(safe-area-inset-bottom)) !important;
    max-height: min(72dvh, 560px) !important;
    padding: 14px !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-header,
  html.saboria-mobile-ux-ready .sheet-top,
  html.saboria-mobile-ux-ready .sheet-header {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 11px !important;
    align-items: start !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-header h3,
  html.saboria-mobile-ux-ready .sheet-top h2,
  html.saboria-mobile-ux-ready .sheet-header h2,
  html.saboria-mobile-ux-ready .review-card h3 {
    margin: 0 !important;
    color: var(--mobile-ink) !important;
    letter-spacing: -0.034em !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-items {
    max-height: min(34dvh, 280px) !important;
    padding-right: 2px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-total {
    margin-top: 10px !important;
    padding-top: 12px !important;
    border-top: 1px solid rgba(103, 64, 38, 0.11) !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-actions::before { display: none !important; content: none !important; }

  html.saboria-mobile-ux-ready .preview-sheet,
  html.saboria-mobile-ux-ready .overlay-sheet,
  html.saboria-mobile-ux-ready .modal-shell {
    padding: max(14px, env(safe-area-inset-top)) var(--mobile-outer-x) max(14px, env(safe-area-inset-bottom)) !important;
    align-items: end !important;
    justify-content: center !important;
  }

  html.saboria-mobile-ux-ready .preview-card,
  html.saboria-mobile-ux-ready .account-card,
  html.saboria-mobile-ux-ready .form-card,
  html.saboria-mobile-ux-ready .tracking-card {
    width: 100% !important;
    max-width: var(--mobile-shell-max) !important;
    max-height: min(88dvh, 760px) !important;
    padding: 15px !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  html.saboria-mobile-ux-ready #productPreviewContent,
  html.saboria-mobile-ux-ready .preview-card,
  html.saboria-mobile-ux-ready .account-panels,
  html.saboria-mobile-ux-ready .account-section-nav,
  html.saboria-mobile-ux-ready .profile-block,
  html.saboria-mobile-ux-ready .review-card { min-width: 0 !important; }

  html.saboria-mobile-ux-ready .preview-photo-block,
  html.saboria-mobile-ux-ready .preview-photo {
    max-height: 220px !important;
    border-radius: 21px !important;
    overflow: hidden !important;
  }

  html.saboria-mobile-ux-ready .field,
  html.saboria-mobile-ux-ready .menu-notes-field,
  html.saboria-mobile-ux-ready .payment-details-card,
  html.saboria-mobile-ux-ready .checkout-highlight,
  html.saboria-mobile-ux-ready .snapshot-card,
  html.saboria-mobile-ux-ready .summary-item,
  html.saboria-mobile-ux-ready .history-list article {
    max-width: 100% !important;
    min-width: 0 !important;
    border-radius: 18px !important;
  }

  html.saboria-mobile-ux-ready input,
  html.saboria-mobile-ux-ready textarea,
  html.saboria-mobile-ux-ready select {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 44px !important;
    border-radius: 16px !important;
    font-size: 16px !important;
  }

  html.saboria-mobile-ux-ready textarea { min-height: 92px !important; resize: vertical !important; }

  html.saboria-mobile-ux-ready .payment-row,
  html.saboria-mobile-ux-ready .segment-row,
  html.saboria-mobile-ux-ready .inline-actions,
  html.saboria-mobile-ux-ready .profile-primary-actions {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
  }

  html.saboria-mobile-ux-ready .payment-row .segment-button,
  html.saboria-mobile-ux-ready .profile-primary-actions .primary-button,
  html.saboria-mobile-ux-ready .profile-primary-actions .secondary-button {
    width: 100% !important;
    min-height: 46px !important;
  }

  html.saboria-mobile-ux-ready .checkout-line-items,
  html.saboria-mobile-ux-ready .summary-items,
  html.saboria-mobile-ux-ready .history-list {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
  }

  html.saboria-mobile-ux-ready .public-social-card {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html.saboria-mobile-ux-ready .public-social-card-inner {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px !important;
    border-radius: 23px !important;
    border: 1px solid rgba(103, 64, 38, 0.11) !important;
    background: rgba(255, 252, 248, 0.74) !important;
    box-shadow: var(--mobile-shadow-soft) !important;
  }

  html.saboria-mobile-ux-ready .public-social-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
  }

  html.saboria-mobile-ux-ready .public-social-link {
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    border-radius: 17px !important;
  }

  html.saboria-mobile-ux-ready .floating-help-button,
  html.saboria-mobile-ux-ready .floating-back-button {
    right: max(14px, env(safe-area-inset-right)) !important;
    bottom: calc(var(--mobile-dock-h) + 22px + env(safe-area-inset-bottom)) !important;
  }

  html.saboria-mobile-ux-ready [class*="caption"],
  html.saboria-mobile-ux-ready [class*="copy"],
  html.saboria-mobile-ux-ready p,
  html.saboria-mobile-ux-ready h1,
  html.saboria-mobile-ux-ready h2,
  html.saboria-mobile-ux-ready h3,
  html.saboria-mobile-ux-ready h4,
  html.saboria-mobile-ux-ready span,
  html.saboria-mobile-ux-ready strong,
  html.saboria-mobile-ux-ready small,
  html.saboria-mobile-ux-ready a,
  html.saboria-mobile-ux-ready button { min-width: 0 !important; }

  html.saboria-mobile-ux-ready .was-activated,
  html.saboria-mobile-ux-ready .is-pressed { transition: transform .14s ease, box-shadow .14s ease, background .14s ease !important; }
}

@media (max-width: 390px) {
  html.saboria-mobile-ux-ready .public-shell { padding-inline: 10px !important; }

  html.saboria-mobile-ux-ready #reviewPhase > .phase-card,
  html.saboria-mobile-ux-ready .welcome-conversion-card,
  html.saboria-mobile-ux-ready .review-card,
  html.saboria-mobile-ux-ready .home-section {
    padding: 12px !important;
    border-radius: 23px !important;
  }

  html.saboria-mobile-ux-ready .menu-section-shell { padding: 9px !important; }

  html.saboria-mobile-ux-ready .product-card,
  html.saboria-mobile-ux-ready .special-request-card {
    grid-template-columns: 64px minmax(0, 1fr) !important;
    gap: 9px !important;
    padding: 8px !important;
    min-height: 82px !important;
  }

  html.saboria-mobile-ux-ready .product-card-media,
  html.saboria-mobile-ux-ready .special-request-card .product-card-media,
  html.saboria-mobile-ux-ready .product-card .photo-block,
  html.saboria-mobile-ux-ready .special-request-card .photo-block {
    width: 64px !important;
    min-width: 64px !important;
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
    border-radius: 15px !important;
  }

  html.saboria-mobile-ux-ready .product-card-body,
  html.saboria-mobile-ux-ready .special-request-copy {
    grid-template-columns: minmax(0, 1fr) minmax(82px, auto) !important;
    gap: 7px !important;
  }

  html.saboria-mobile-ux-ready .product-meta,
  html.saboria-mobile-ux-ready .special-request-meta {
    min-width: 82px !important;
    max-width: 98px !important;
  }

  html.saboria-mobile-ux-ready .quantity-control {
    width: 82px !important;
    min-width: 82px !important;
  }

  html.saboria-mobile-ux-ready .configurator-trigger {
    min-width: 82px !important;
    max-width: 96px !important;
  }
}

@media (max-width: 350px) {
  :root { --mobile-outer-x: 8px; }

  html.saboria-mobile-ux-ready .site-header {
    grid-template-columns: 37px minmax(0, 1fr) 37px !important;
    gap: 5px !important;
    padding-inline: 6px !important;
  }

  html.saboria-mobile-ux-ready .site-header .toolbar-button {
    width: 37px !important;
    min-width: 37px !important;
    height: 37px !important;
    min-height: 37px !important;
  }

  html.saboria-mobile-ux-ready .brand-logo-shell {
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
  }

  html.saboria-mobile-ux-ready .product-card,
  html.saboria-mobile-ux-ready .special-request-card {
    grid-template-columns: 58px minmax(0, 1fr) !important;
    gap: 8px !important;
    min-height: 76px !important;
  }

  html.saboria-mobile-ux-ready .product-card-media,
  html.saboria-mobile-ux-ready .special-request-card .product-card-media,
  html.saboria-mobile-ux-ready .product-card .photo-block,
  html.saboria-mobile-ux-ready .special-request-card .photo-block {
    width: 58px !important;
    min-width: 58px !important;
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
    border-radius: 14px !important;
  }

  html.saboria-mobile-ux-ready .product-card-body,
  html.saboria-mobile-ux-ready .special-request-copy {
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: stretch !important;
  }

  html.saboria-mobile-ux-ready .product-meta,
  html.saboria-mobile-ux-ready .special-request-meta {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    justify-items: stretch !important;
    align-items: center !important;
  }

  html.saboria-mobile-ux-ready .price-block { text-align: left !important; }
  html.saboria-mobile-ux-ready .quantity-control,
  html.saboria-mobile-ux-ready .configurator-trigger { justify-self: end !important; }

  html.saboria-mobile-ux-ready .quantity-control {
    width: 80px !important;
    min-width: 80px !important;
  }

  html.saboria-mobile-ux-ready .product-copy h4,
  html.saboria-mobile-ux-ready .special-request-main h4 { font-size: 0.88rem !important; }

  html.saboria-mobile-ux-ready .mobile-dock:not([hidden]) {
    gap: 6px !important;
    border-radius: 21px !important;
  }

  html.saboria-mobile-ux-ready #mobileBackButton,
  html.saboria-mobile-ux-ready #mobilePrimaryButton {
    width: 42px !important;
    min-width: 42px !important;
    flex-basis: 42px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  html.saboria-mobile-ux-ready *,
  html.saboria-mobile-ux-ready *::before,
  html.saboria-mobile-ux-ready *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup · Mobile chat + active orders placement ==== */
@media (max-width: 820px), (pointer: coarse) and (max-width: 920px) {
  html.saboria-mobile-ux-ready .site-header [data-open-active-orders] {
    position: relative !important;
    isolation: isolate !important;
  }

  html.saboria-mobile-ux-ready .header-active-count {
    position: absolute !important;
    top: -5px !important;
    right: -5px !important;
    z-index: 2 !important;
    min-width: 18px !important;
    height: 18px !important;
    padding: 0 5px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #9b5830, #643b26) !important;
    border: 1px solid rgba(255,255,255,.86) !important;
    box-shadow: 0 8px 16px rgba(78, 44, 26, .22) !important;
    font-size: .62rem !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    letter-spacing: -.02em !important;
  }

  html.saboria-mobile-ux-ready .header-active-count[hidden] {
    display: none !important;
  }

  html.saboria-mobile-ux-ready .site-header [data-open-active-orders].has-active-orders {
    color: #fff !important;
    background: linear-gradient(135deg, rgba(146,82,45,.96), rgba(92,53,34,.96)) !important;
    border-color: rgba(255,255,255,.34) !important;
    box-shadow: 0 10px 22px rgba(92, 53, 34, .18), inset 0 1px 0 rgba(255,255,255,.28) !important;
  }

  html.saboria-mobile-ux-ready body:not(.is-store-closed) .floating-help-button:not([hidden]) {
    position: fixed !important;
    right: max(14px, env(safe-area-inset-right)) !important;
    bottom: calc(var(--mobile-dock-h) + 22px + env(safe-area-inset-bottom)) !important;
    z-index: 139 !important;
    width: 46px !important;
    min-width: 46px !important;
    height: 46px !important;
    min-height: 46px !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 17px !important;
    color: var(--mobile-accent-strong) !important;
    background: rgba(255, 252, 248, .94) !important;
    border: 1px solid rgba(103, 64, 38, .14) !important;
    box-shadow: 0 18px 42px rgba(44, 27, 15, .18), inset 0 1px 0 rgba(255,255,255,.8) !important;
    backdrop-filter: blur(18px) saturate(1.06) !important;
    -webkit-backdrop-filter: blur(18px) saturate(1.06) !important;
    opacity: .92 !important;
  }

  html.saboria-mobile-ux-ready body:not(.is-store-closed) .floating-help-button:not([hidden]) svg {
    width: 20px !important;
    height: 20px !important;
  }

  html.saboria-mobile-ux-ready body:not(.is-store-closed) .floating-help-button:not([hidden]).is-highlighted {
    opacity: 1 !important;
    color: #fff !important;
    background: linear-gradient(135deg, var(--mobile-accent), var(--mobile-accent-strong)) !important;
    box-shadow: 0 20px 48px rgba(91, 52, 32, .24), inset 0 1px 0 rgba(255,255,255,.35) !important;
  }

  html.saboria-mobile-ux-ready body:not(.is-store-closed) .floating-help-badge:not([hidden]) {
    top: -5px !important;
    right: -5px !important;
    min-width: 18px !important;
    height: 18px !important;
    padding: 0 5px !important;
    font-size: .62rem !important;
    border: 1px solid rgba(255,255,255,.86) !important;
  }

  html.saboria-mobile-ux-ready body:not(.is-store-closed) .cart-sheet:not([hidden]) ~ .floating-help-button,
  html.saboria-mobile-ux-ready body:not(.is-store-closed) .preview-sheet:not([hidden]) ~ .floating-help-button,
  html.saboria-mobile-ux-ready body:not(.is-store-closed) .overlay-sheet:not([hidden]) ~ .floating-help-button,
  html.saboria-mobile-ux-ready body:not(.is-store-closed) .modal-shell:not([hidden]) ~ .floating-help-button {
    transform: translateY(7px) scale(.92) !important;
    opacity: .34 !important;
    pointer-events: none !important;
  }
}

@media (max-width: 390px) {
  html.saboria-mobile-ux-ready body:not(.is-store-closed) .floating-help-button:not([hidden]) {
    right: max(10px, env(safe-area-inset-right)) !important;
    bottom: calc(var(--mobile-dock-h) + 18px + env(safe-area-inset-bottom)) !important;
    width: 43px !important;
    min-width: 43px !important;
    height: 43px !important;
    min-height: 43px !important;
    border-radius: 16px !important;
  }
}



/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup · Surgical rescue: preserve layout, fix hidden/logo only ==== */
@media (max-width: 820px), (pointer: coarse) and (max-width: 920px) {
  html.saboria-mobile-ux-ready [hidden],
  html.is-mobile-hardware [hidden],
  html.is-saboria-compact [hidden] {
    display: none !important;
  }

  html.saboria-mobile-ux-ready .brand-lockup,
  html.is-mobile-hardware .brand-lockup,
  html.is-saboria-compact .brand-lockup {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 0 !important;
  }

  html.saboria-mobile-ux-ready .brand-logo-shell:not([hidden]),
  html.is-mobile-hardware .brand-logo-shell:not([hidden]),
  html.is-saboria-compact .brand-logo-shell:not([hidden]) {
    display: grid !important;
    place-items: center !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  html.saboria-mobile-ux-ready .brand-logo:not([hidden]),
  html.is-mobile-hardware .brand-logo:not([hidden]),
  html.is-saboria-compact .brand-logo:not([hidden]) {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    object-fit: contain !important;
  }

  html.saboria-mobile-ux-ready .welcome-cta-row .primary-button,
  html.saboria-mobile-ux-ready .welcome-cta-row .secondary-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-actions .primary-button,
  html.saboria-mobile-ux-ready .marketing-product-actions .secondary-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup · SABORÍA gold identity lock: color-only mobile polish ==== */
@media (max-width: 820px), (pointer: coarse) and (max-width: 920px) {
  :root {
    --saboria-gold: #c9a45c;
    --saboria-gold-strong: #a87732;
    --saboria-gold-deep: #7c5428;
    --saboria-gold-soft: rgba(201, 164, 92, 0.18);
    --saboria-gold-line: rgba(201, 164, 92, 0.28);
    --mobile-accent: #b7853f;
    --mobile-accent-strong: #6f4527;
    --mobile-accent-soft: rgba(201, 164, 92, 0.16);
    --mobile-line: rgba(143, 97, 43, 0.13);
    --mobile-line-strong: rgba(143, 97, 43, 0.22);
  }

  html.saboria-mobile-ux-ready,
  html.saboria-mobile-ux-ready body {
    background:
      radial-gradient(circle at 50% -10%, rgba(201, 164, 92, 0.22), transparent 34%),
      radial-gradient(circle at 86% 4%, rgba(183, 132, 63, 0.15), transparent 30%),
      radial-gradient(circle at -18% 18%, rgba(112, 72, 44, 0.10), transparent 34%),
      linear-gradient(180deg, #fff8ef 0%, #fffdf8 48%, #f7ecdf 100%) !important;
  }

  html.saboria-mobile-ux-ready .site-header {
    border-color: rgba(201, 164, 92, 0.20) !important;
    background: linear-gradient(180deg, rgba(255, 252, 247, 0.94), rgba(255, 247, 237, 0.88)) !important;
    box-shadow:
      0 14px 32px rgba(67, 43, 24, 0.10),
      0 1px 0 rgba(201, 164, 92, 0.22),
      inset 0 1px 0 rgba(255, 255, 255, 0.78) !important;
  }

  html.saboria-mobile-ux-ready .brand-logo-shell {
    border-color: rgba(201, 164, 92, 0.30) !important;
    background:
      linear-gradient(180deg, rgba(255, 255, 252, 0.96), rgba(255, 247, 232, 0.88)) !important;
    box-shadow:
      0 10px 24px rgba(93, 57, 27, 0.11),
      0 0 0 1px rgba(255, 255, 255, 0.70) inset,
      0 0 0 4px rgba(201, 164, 92, 0.075) !important;
  }

  html.saboria-mobile-ux-ready .site-header .toolbar-button,
  html.saboria-mobile-ux-ready .history-back-button {
    color: var(--saboria-gold-deep) !important;
    border-color: rgba(201, 164, 92, 0.25) !important;
    background: linear-gradient(180deg, rgba(255, 254, 250, 0.96), rgba(255, 246, 232, 0.86)) !important;
    box-shadow: 0 9px 20px rgba(78, 47, 22, 0.075), inset 0 1px 0 rgba(255,255,255,.78) !important;
  }

  html.saboria-mobile-ux-ready .header-active-count,
  html.saboria-mobile-ux-ready .cart-count-badge {
    color: #fffaf0 !important;
    background: linear-gradient(135deg, var(--saboria-gold), var(--saboria-gold-deep)) !important;
    border-color: rgba(255, 255, 255, 0.88) !important;
    box-shadow: 0 6px 14px rgba(124, 84, 40, 0.22) !important;
  }

  html.saboria-mobile-ux-ready .primary-button,
  html.saboria-mobile-ux-ready .configurator-trigger,
  html.saboria-mobile-ux-ready #mobilePrimaryButton,
  html.saboria-mobile-ux-ready .qty-button.plus,
  html.saboria-mobile-ux-ready .qty-button[data-action="increment"] {
    color: #fffaf0 !important;
    background: linear-gradient(135deg, #c9a45c 0%, #a87732 52%, #7c5428 100%) !important;
    border-color: rgba(255, 245, 219, 0.24) !important;
    box-shadow:
      0 12px 24px rgba(124, 84, 40, 0.22),
      inset 0 1px 0 rgba(255, 255, 255, 0.26) !important;
  }

  html.saboria-mobile-ux-ready .secondary-button,
  html.saboria-mobile-ux-ready .ghost-pill-button,
  html.saboria-mobile-ux-ready .segment-button,
  html.saboria-mobile-ux-ready .close-sheet-button,
  html.saboria-mobile-ux-ready #mobileBackButton,
  html.saboria-mobile-ux-ready .menu-quick-nav .section-chip,
  html.saboria-mobile-ux-ready .product-inline-chip.is-selected,
  html.saboria-mobile-ux-ready .status-chip-soft {
    color: var(--saboria-gold-deep) !important;
    border-color: rgba(201, 164, 92, 0.25) !important;
    background: rgba(255, 250, 241, 0.88) !important;
  }

  html.saboria-mobile-ux-ready .menu-quick-nav .section-chip.is-active {
    color: var(--saboria-gold-deep) !important;
    border-color: rgba(201, 164, 92, 0.36) !important;
    background: linear-gradient(135deg, rgba(201, 164, 92, 0.24), rgba(255, 248, 232, 0.90)) !important;
    box-shadow: 0 10px 22px rgba(124, 84, 40, 0.10), inset 0 1px 0 rgba(255,255,255,.78) !important;
  }

  html.saboria-mobile-ux-ready #reviewPhase > .phase-card,
  html.saboria-mobile-ux-ready .welcome-conversion-card,
  html.saboria-mobile-ux-ready .summary-card,
  html.saboria-mobile-ux-ready .review-card,
  html.saboria-mobile-ux-ready .history-card,
  html.saboria-mobile-ux-ready .tracking-card,
  html.saboria-mobile-ux-ready .home-section,
  html.saboria-mobile-ux-ready .public-weekly-section,
  html.saboria-mobile-ux-ready .public-specials-section,
  html.saboria-mobile-ux-ready .menu-section-shell,
  html.saboria-mobile-ux-ready .product-card,
  html.saboria-mobile-ux-ready .special-request-card {
    border-color: rgba(201, 164, 92, 0.18) !important;
  }

  html.saboria-mobile-ux-ready .product-card,
  html.saboria-mobile-ux-ready .special-request-card {
    background: linear-gradient(145deg, rgba(255, 254, 249, 0.96), rgba(255, 248, 237, 0.91)) !important;
    box-shadow:
      0 10px 24px rgba(54, 34, 20, 0.062),
      inset 0 1px 0 rgba(255,255,255,.76) !important;
  }

  html.saboria-mobile-ux-ready .price-block strong,
  html.saboria-mobile-ux-ready .phase-heading .sheet-kicker,
  html.saboria-mobile-ux-ready .welcome-phase-copy .hero-kicker,
  html.saboria-mobile-ux-ready .sheet-kicker {
    color: var(--saboria-gold-deep) !important;
  }

  html.saboria-mobile-ux-ready .quantity-control,
  html.saboria-mobile-ux-ready .cart-dock-toggle,
  html.saboria-mobile-ux-ready .cart-icon-shell {
    border-color: rgba(201, 164, 92, 0.24) !important;
    background: linear-gradient(180deg, rgba(255, 252, 246, 0.94), rgba(255, 244, 225, 0.86)) !important;
  }

  html.saboria-mobile-ux-ready .cart-icon-shell,
  html.saboria-mobile-ux-ready .floating-help-button {
    color: var(--saboria-gold-deep) !important;
    box-shadow: 0 10px 22px rgba(124, 84, 40, 0.13), inset 0 1px 0 rgba(255,255,255,.78) !important;
  }

  html.saboria-mobile-ux-ready .mobile-dock:not([hidden]) {
    border-color: rgba(201, 164, 92, 0.26) !important;
    background: rgba(255, 250, 242, 0.94) !important;
    box-shadow:
      0 22px 58px rgba(39, 24, 14, 0.23),
      0 0 0 1px rgba(255,255,255,.56) inset,
      0 -1px 0 rgba(201, 164, 92, 0.13) !important;
  }
}


/* v20.0.482-saboria-production-no-executable-scripts-security-cleanup · CART SHEET SURGICAL FIX
   Scope: solo resumen del pedido en mobile. No mueve menú, no quita botones, no cambia flujo. */
@media (max-width: 720px) {
  html.saboria-mobile-ux-ready .cart-sheet-panel {
    padding: 16px 14px 18px !important;
    gap: 14px !important;
    max-height: min(78dvh, 620px) !important;
    overflow: hidden !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-header {
    align-items: center !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-header h3 {
    font-size: clamp(1.28rem, 6vw, 1.62rem) !important;
    line-height: 1.02 !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-items {
    max-height: min(44dvh, 390px) !important;
    display: grid !important;
    gap: 10px !important;
    padding-right: 4px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-items .summary-item.summary-item-with-qty {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 82px !important;
    gap: 8px 10px !important;
    align-items: start !important;
    padding: 13px 12px !important;
    border-radius: 20px !important;
    overflow: hidden !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-items .summary-item.summary-item-with-qty > div:first-child {
    min-width: 0 !important;
    overflow: hidden !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-items .summary-item strong {
    font-size: 0.92rem !important;
    line-height: 1.18 !important;
    letter-spacing: -0.015em !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-items .summary-item span {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    max-width: 100% !important;
    margin-top: 4px !important;
    overflow: hidden !important;
    color: rgba(92, 67, 44, 0.78) !important;
    font-size: 0.78rem !important;
    line-height: 1.28 !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-items .summary-item-aside {
    min-width: 0 !important;
    width: 82px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: end !important;
    align-items: start !important;
    gap: 7px !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-items .summary-item-aside > strong {
    font-size: 0.96rem !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-items .summary-item-qty {
    width: 82px !important;
    min-width: 82px !important;
    display: grid !important;
    grid-template-columns: 28px 18px 28px !important;
    gap: 4px !important;
    justify-content: end !important;
    align-items: center !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-items .summary-item-qty .qty-button,
  html.saboria-mobile-ux-ready .cart-sheet-items .summary-item-qty button {
    width: 28px !important;
    min-width: 28px !important;
    height: 28px !important;
    min-height: 28px !important;
    padding: 0 !important;
    display: inline-grid !important;
    place-items: center !important;
    border-radius: 999px !important;
    font-size: 0.9rem !important;
    line-height: 1 !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-items .summary-item-qty .qty-value {
    width: 18px !important;
    min-width: 18px !important;
    text-align: center !important;
    font-weight: 800 !important;
    font-size: 0.86rem !important;
    line-height: 1 !important;
    color: var(--mobile-ink) !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-items .summary-item.is-configured-line .summary-item-aside {
    display: contents !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-items .summary-item.is-configured-line .summary-item-aside > strong {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: end !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-items .summary-item.is-configured-line .summary-item-qty {
    grid-column: 2 !important;
    grid-row: 2 !important;
    justify-self: end !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-items .summary-item.is-configured-line .summary-line-actions {
    grid-column: 1 / -1 !important;
    grid-row: 3 !important;
    width: 100% !important;
    margin-top: 2px !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-items .summary-line-actions .ghost-link {
    min-height: 28px !important;
    padding: 0 8px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(201, 164, 92, 0.22) !important;
    background: rgba(255, 252, 246, 0.78) !important;
    color: var(--mobile-ink-muted) !important;
    font-size: 0.74rem !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-decoration: none !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-total {
    margin-top: 0 !important;
    padding-top: 13px !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-actions .primary-button,
  html.saboria-mobile-ux-ready #cartSheetPrimaryButton {
    min-height: 54px !important;
    width: 100% !important;
    border-radius: 18px !important;
  }
}


/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup · SABORÍA premium intro splash ==== */
.brand-intro-splash {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  overflow: hidden;
  pointer-events: auto;
  color: #3b2414;
  background:
    radial-gradient(circle at 50% 38%, rgba(224, 181, 94, 0.30), transparent 24%),
    radial-gradient(circle at 12% 10%, rgba(255, 247, 228, 0.95), transparent 34%),
    radial-gradient(circle at 82% 84%, rgba(153, 96, 38, 0.20), transparent 34%),
    linear-gradient(145deg, #fff9ee 0%, #f6e9d8 48%, #ead8c1 100%);
  animation: saboriaSplashFade 3.02s cubic-bezier(.2,.8,.2,1) forwards;
}
.brand-intro-splash::before {
  content: "";
  position: absolute;
  inset: -14%;
  background:
    conic-gradient(from 218deg at 50% 50%, transparent 0deg, rgba(186, 133, 52, .24) 42deg, transparent 86deg, rgba(255,255,255,.32) 140deg, transparent 210deg, rgba(176, 112, 45, .18) 300deg, transparent 360deg);
  filter: blur(26px);
  opacity: .76;
  animation: saboriaSplashAura 3s cubic-bezier(.2,.8,.2,1) forwards;
}
.brand-intro-grain {
  position: absolute;
  inset: 0;
  opacity: .22;
  mix-blend-mode: multiply;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(84, 47, 17, .08) 0 1px, transparent 1.5px),
    radial-gradient(circle at 72% 62%, rgba(255, 255, 255, .35) 0 1px, transparent 1.7px);
  background-size: 26px 26px, 34px 34px;
  pointer-events: none;
}
.brand-intro-orb {
  position: absolute;
  width: min(56vw, 280px);
  aspect-ratio: 1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(218, 172, 88, .25), rgba(218, 172, 88, .06) 52%, transparent 72%);
  filter: blur(10px);
  opacity: 0;
  animation: saboriaSplashOrb 2.9s cubic-bezier(.2,.8,.2,1) forwards;
}
.brand-intro-orb-left { left: -18vw; top: 18vh; }
.brand-intro-orb-right { right: -16vw; bottom: 13vh; animation-delay: .12s; }
.brand-intro-content {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 18px;
  width: min(82vw, 390px);
  transform: translateY(28vh);
  opacity: 0;
  animation: saboriaSplashContent 2.9s cubic-bezier(.2,.82,.18,1) forwards;
}
.brand-intro-kicker {
  margin: 0;
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(2.1rem, 10vw, 3.55rem);
  line-height: .9;
  letter-spacing: -.075em;
  color: #342014;
  text-shadow: 0 16px 34px rgba(62, 38, 17, .12);
}
.brand-intro-logo-shell {
  position: relative;
  width: min(62vw, 268px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 999px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 48% 43%, rgba(255, 252, 239, .95), rgba(249, 235, 207, .58) 68%, rgba(178, 124, 55, .16) 100%);
  box-shadow:
    0 28px 60px rgba(74, 45, 20, .20),
    0 0 0 1px rgba(172, 119, 46, .14),
    inset 0 0 0 1px rgba(255,255,255,.72);
}
.brand-intro-logo-shell::before {
  content: "";
  position: absolute;
  inset: -18%;
  border-radius: inherit;
  background: radial-gradient(circle, rgba(255, 239, 190, .56), transparent 58%);
  filter: blur(18px);
  opacity: .82;
  z-index: -1;
}
.brand-intro-logo-shell::after {
  content: "";
  position: absolute;
  inset: 7%;
  border-radius: inherit;
  box-shadow: inset 0 0 24px rgba(255,255,255,.50), inset 0 0 0 1px rgba(179, 123, 43, .11);
  pointer-events: none;
}
.brand-intro-ring {
  position: absolute;
  inset: 4.5%;
  border-radius: inherit;
  border: 1px solid rgba(189, 136, 56, .36);
  box-shadow: 0 0 22px rgba(202, 153, 73, .20);
}
.brand-intro-logo {
  width: 112%;
  height: 112%;
  object-fit: cover;
  border-radius: 999px;
  clip-path: circle(49.2% at 50% 50%);
  transform: scale(.98);
  filter: contrast(1.02) saturate(1.02) drop-shadow(0 18px 34px rgba(55, 34, 18, .10));
}
.brand-intro-shine {
  position: absolute;
  inset: -24%;
  background: linear-gradient(115deg, transparent 38%, rgba(255,255,255,.72) 49%, transparent 58%);
  transform: translateX(-70%) rotate(8deg);
  animation: saboriaSplashShine 2.55s cubic-bezier(.2,.8,.2,1) forwards;
  pointer-events: none;
}
.brand-intro-copy {
  margin: -4px 0 0;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: rgba(91, 58, 28, .72);
}
@keyframes saboriaSplashContent {
  0% { transform: translateY(32vh) scale(.94); opacity: 0; filter: blur(10px); }
  30% { transform: translateY(0) scale(1); opacity: 1; filter: blur(0); }
  74% { transform: translateY(0) scale(1); opacity: 1; filter: blur(0); }
  100% { transform: translateY(-16px) scale(.985); opacity: 0; filter: blur(8px); }
}
@keyframes saboriaSplashShine {
  0%, 24% { transform: translateX(-78%) rotate(8deg); opacity: 0; }
  48% { opacity: .78; }
  82%, 100% { transform: translateX(78%) rotate(8deg); opacity: 0; }
}
@keyframes saboriaSplashAura {
  0% { transform: scale(.96) rotate(-10deg); opacity: 0; }
  30% { opacity: .76; }
  100% { transform: scale(1.04) rotate(12deg); opacity: 0; }
}
@keyframes saboriaSplashOrb {
  0% { transform: translateY(28px) scale(.72); opacity: 0; }
  36% { opacity: .8; }
  100% { transform: translateY(-16px) scale(1.06); opacity: 0; }
}
@keyframes saboriaSplashFade {
  0%, 78% { opacity: 1; visibility: visible; }
  100% { opacity: 0; visibility: hidden; pointer-events: none; }
}
@media (prefers-reduced-motion: reduce) {
  .brand-intro-splash { animation-duration: .38s; }
  .brand-intro-content, .brand-intro-orb, .brand-intro-splash::before, .brand-intro-shine { animation-duration: .38s; }
}

@media (max-width: 820px), (pointer: coarse) and (max-width: 920px) {
  html.saboria-mobile-ux-ready {
    --mobile-gold: #b8893d;
    --mobile-gold-soft: rgba(184, 137, 61, .16);
    --mobile-recommended: #1f7a4d;
    --mobile-recommended-soft: rgba(32, 129, 82, .14);
  }

  html.saboria-mobile-ux-ready body.dialog-open .mobile-dock:not([hidden]),
  html.saboria-mobile-ux-ready body.dialog-open .cart-sheet:not([hidden]) {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  html.saboria-mobile-ux-ready .welcome-cta-row,
  html.saboria-mobile-ux-ready .inline-actions.welcome-cta-row {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html.saboria-mobile-ux-ready .welcome-cta-row .secondary-button,
  html.saboria-mobile-ux-ready #openRegistrationButton,
  html.saboria-mobile-ux-ready [data-scroll-home="homeTrustSignals"] {
    display: none !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-actions [data-home-preview] {
    display: none !important;
  }

  html.saboria-mobile-ux-ready .marketing-meta-chip.is-recommended {
    color: var(--mobile-recommended) !important;
    background: linear-gradient(135deg, rgba(40, 151, 95, .18), rgba(40, 151, 95, .07)) !important;
    border-color: rgba(40, 151, 95, .20) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.72), 0 6px 14px rgba(31, 122, 77, .08) !important;
  }

  html.saboria-mobile-ux-ready .marketing-meta-chip.is-accent,
  html.saboria-mobile-ux-ready .menu-quick-nav .section-chip.is-active,
  html.saboria-mobile-ux-ready .price-block strong,
  html.saboria-mobile-ux-ready .sheet-kicker {
    border-color: rgba(184, 137, 61, .24) !important;
  }

  html.saboria-mobile-ux-ready .site-header .toolbar-button.text-button {
    color: var(--mobile-gold) !important;
  }

  html.saboria-mobile-ux-ready .brand-logo-shell {
    border-color: rgba(184, 137, 61, .22) !important;
    box-shadow: 0 9px 21px rgba(93, 58, 24, .07), inset 0 0 0 1px rgba(184, 137, 61, .08), inset 0 1px 0 rgba(255,255,255,.78) !important;
  }

  html.saboria-mobile-ux-ready .account-section-nav #accountGoRewardsButton,
  html.saboria-mobile-ux-ready #accountProfileStatus .account-overview-actions [data-account-open-history],
  html.saboria-mobile-ux-ready #accountProfileStatus .account-overview-actions [data-account-open-active] {
    display: none !important;
  }
}

/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup · Mobile welcome handoff after splash ==== */
@media (max-width: 820px), (pointer: coarse) and (max-width: 920px) {
  html.saboria-mobile-ux-ready .welcome-conversion-card {
    padding: 16px !important;
  }

  html.saboria-mobile-ux-ready .welcome-phase-copy,
  html.saboria-mobile-ux-ready .welcome-supporting-copy,
  html.saboria-mobile-ux-ready .welcome-visual-column {
    display: none !important;
  }

  html.saboria-mobile-ux-ready .welcome-conversion-copy,
  html.saboria-mobile-ux-ready .welcome-phase-actions,
  html.saboria-mobile-ux-ready .welcome-actions {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }

  html.saboria-mobile-ux-ready .welcome-cta-row,
  html.saboria-mobile-ux-ready .inline-actions.welcome-cta-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
    width: 100% !important;
  }

  html.saboria-mobile-ux-ready .welcome-cta-row .primary-button {
    min-height: 58px !important;
    border-radius: 22px !important;
    background:
      linear-gradient(135deg, rgba(202, 158, 76, .96), rgba(157, 94, 43, .98)) !important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.32),
      0 14px 30px rgba(123, 75, 32, .18) !important;
  }
}

/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup · SABORÍA mobile corrections: identity, flow, no removals ==== */
@media (max-width: 820px), (pointer: coarse) and (max-width: 920px) {
  /* Hidden must always win. This prevents duplicate CTAs like two “Ver menú”. */
  html.saboria-mobile-ux-ready [hidden],
  html.saboria-mobile-ux-ready .welcome-actions[hidden],
  html.saboria-mobile-ux-ready .welcome-actions[aria-hidden="true"],
  html.saboria-mobile-ux-ready #welcomeReturning[hidden],
  html.saboria-mobile-ux-ready #welcomeFirstTime[hidden] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  html.saboria-mobile-ux-ready body,
  html.saboria-mobile-ux-ready .public-shell,
  html.saboria-mobile-ux-ready button,
  html.saboria-mobile-ux-ready input,
  html.saboria-mobile-ux-ready textarea,
  html.saboria-mobile-ux-ready select {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  }

  html.saboria-mobile-ux-ready h1,
  html.saboria-mobile-ux-ready h2,
  html.saboria-mobile-ux-ready h3,
  html.saboria-mobile-ux-ready h4,
  html.saboria-mobile-ux-ready .brand-intro-kicker {
    font-family: Georgia, "Times New Roman", serif !important;
  }

  /* Splash: logo completo, sin recorte agresivo ni texto duplicado abajo. */
  .brand-intro-content {
    gap: 22px !important;
    width: min(88vw, 430px) !important;
  }

  .brand-intro-kicker {
    font-size: clamp(2.25rem, 9.5vw, 3.65rem) !important;
    letter-spacing: -0.068em !important;
    transform: translateY(2px);
  }

  .brand-intro-logo-shell {
    width: min(76vw, 342px) !important;
    aspect-ratio: 1 !important;
    overflow: visible !important;
    border-radius: 999px !important;
    background:
      radial-gradient(circle at 50% 50%, rgba(255, 252, 239, .96) 0 53%, rgba(241, 213, 158, .38) 71%, rgba(166, 103, 35, .05) 100%) !important;
    box-shadow:
      0 34px 82px rgba(83, 48, 18, .18),
      0 0 68px rgba(218, 172, 88, .20),
      inset 0 0 0 1px rgba(255,255,255,.78) !important;
  }

  .brand-intro-logo-shell::before {
    inset: -20% !important;
    background:
      radial-gradient(circle, rgba(221, 178, 89, .35), rgba(221, 178, 89, .10) 48%, transparent 70%) !important;
    filter: blur(22px) !important;
    opacity: .95 !important;
  }

  .brand-intro-logo-shell::after {
    inset: -7% !important;
    box-shadow:
      0 0 0 1px rgba(205, 160, 78, .16),
      0 0 42px rgba(205, 160, 78, .20),
      inset 0 0 34px rgba(255,255,255,.42) !important;
  }

  .brand-intro-ring {
    inset: -1.8% !important;
    border: 1px solid rgba(187, 134, 50, .22) !important;
    box-shadow: 0 0 26px rgba(202, 153, 73, .18) !important;
  }

  .brand-intro-logo {
    width: 92% !important;
    height: 92% !important;
    object-fit: contain !important;
    border-radius: 0 !important;
    clip-path: none !important;
    transform: none !important;
    filter: contrast(1.03) saturate(1.02) drop-shadow(0 18px 32px rgba(54, 31, 14, .14)) !important;
  }

  .brand-intro-copy { display: none !important; }

  /* Welcome handoff: compact, one CTA, no duplicate welcome content after splash. */
  html.saboria-mobile-ux-ready .welcome-conversion-card {
    padding: 14px !important;
    border-radius: 26px !important;
  }

  html.saboria-mobile-ux-ready .welcome-conversion-copy,
  html.saboria-mobile-ux-ready .welcome-phase-actions,
  html.saboria-mobile-ux-ready .welcome-actions:not([hidden]) {
    display: block !important;
  }

  html.saboria-mobile-ux-ready .welcome-cta-row .primary-button {
    min-height: 54px !important;
    border-radius: 20px !important;
  }

  /* Home product cards: no Detail button, but actually use the space well. */
  html.saboria-mobile-ux-ready .marketing-grid.is-compact-list {
    gap: 13px !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-card {
    display: grid !important;
    grid-template-columns: 122px minmax(0, 1fr) !important;
    gap: 13px !important;
    align-items: stretch !important;
    padding: 12px !important;
    min-height: 148px !important;
    overflow: hidden !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-media {
    width: 122px !important;
    min-width: 122px !important;
    height: 122px !important;
    align-self: center !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-media .photo-block,
  html.saboria-mobile-ux-ready .marketing-product-media .product-photo {
    width: 122px !important;
    height: 122px !important;
    border-radius: 18px !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-copy {
    min-width: 0 !important;
    display: grid !important;
    grid-template-rows: minmax(0, 1fr) auto !important;
    gap: 8px !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-top {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: start !important;
    gap: 9px !important;
    min-width: 0 !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-text {
    min-width: 0 !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-text h3 {
    margin-top: 4px !important;
    font-size: .94rem !important;
    line-height: 1.08 !important;
    letter-spacing: -.025em !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-text p {
    margin: 3px 0 0 !important;
    font-size: .72rem !important;
    line-height: 1.16 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-meta-top {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 4px !important;
    max-height: 46px !important;
    overflow: hidden !important;
  }

  html.saboria-mobile-ux-ready .marketing-price-block {
    min-width: 50px !important;
    padding-top: 2px !important;
    text-align: right !important;
  }

  html.saboria-mobile-ux-ready .marketing-price-block span {
    display: block !important;
    margin-bottom: 2px !important;
    font-size: .55rem !important;
    letter-spacing: .12em !important;
  }

  html.saboria-mobile-ux-ready .marketing-price-block strong {
    font-size: 1rem !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-actions {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: end !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-actions .primary-button {
    width: min(100%, 154px) !important;
    min-height: 42px !important;
    padding-inline: 18px !important;
    border-radius: 999px !important;
    font-size: .82rem !important;
  }

  /* Every merchandising badge is green; format/size chips stay neutral. */
  html.saboria-mobile-ux-ready .marketing-meta-chip.is-merchandising,
  html.saboria-mobile-ux-ready .marketing-meta-chip.is-recommended,
  html.saboria-mobile-ux-ready .marketing-meta-chip.is-accent {
    color: #1f7a4d !important;
    background: linear-gradient(135deg, rgba(38, 149, 92, .18), rgba(38, 149, 92, .065)) !important;
    border-color: rgba(38, 149, 92, .22) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.74), 0 7px 16px rgba(31,122,77,.08) !important;
  }

  /* Cart/review totals: use Total as the customer-facing number. */
  html.saboria-mobile-ux-ready .cart-sheet-total span,
  html.saboria-mobile-ux-ready .summary-total span {
    color: rgba(68, 42, 25, .72) !important;
  }

  /* Admin-defined delivery slots as clean selectable options. */
  html.saboria-mobile-ux-ready .review-delivery-slot-field {
    display: none !important;
  }

  html.saboria-mobile-ux-ready .delivery-slot-cards:not([hidden]) {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 9px !important;
    margin: 4px 0 13px !important;
  }

  html.saboria-mobile-ux-ready .delivery-slot-pill {
    width: 100% !important;
    min-height: 56px !important;
    padding: 12px 14px !important;
    border: 1px solid rgba(201, 164, 92, .22) !important;
    border-radius: 18px !important;
    background: rgba(255, 250, 241, .88) !important;
    color: #4b2f1c !important;
    display: grid !important;
    justify-items: start !important;
    gap: 2px !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.72), 0 10px 22px rgba(92, 63, 33, .06) !important;
  }

  html.saboria-mobile-ux-ready .delivery-slot-pill strong {
    font-size: .9rem !important;
    font-weight: 900 !important;
  }

  html.saboria-mobile-ux-ready .delivery-slot-pill span {
    font-size: .72rem !important;
    color: rgba(92, 60, 38, .72) !important;
  }

  html.saboria-mobile-ux-ready .delivery-slot-pill.is-selected {
    border-color: rgba(35, 124, 78, .32) !important;
    background: linear-gradient(135deg, rgba(38,149,92,.16), rgba(255,250,241,.92)) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.82), 0 12px 26px rgba(31,122,77,.10) !important;
  }

  /* Footer legal: centered, subtle, at the bottom without visual noise. */
  html.saboria-mobile-ux-ready .site-legal-footer {
    width: 100% !important;
    margin: clamp(72px, 14vh, 140px) auto calc(114px + env(safe-area-inset-bottom, 0px)) !important;
    padding: 0 22px !important;
    text-align: center !important;
    color: rgba(77, 48, 28, .42) !important;
  }

  html.saboria-mobile-ux-ready .site-legal-inner {
    display: grid !important;
    justify-items: center !important;
    gap: 6px !important;
    font-size: .75rem !important;
    line-height: 1.35 !important;
    letter-spacing: .005em !important;
  }

  html.saboria-mobile-ux-ready .site-legal-footer p,
  html.saboria-mobile-ux-ready .site-legal-footer small {
    margin: 0 !important;
    color: inherit !important;
  }

  html.saboria-mobile-ux-ready .site-legal-links {
    display: inline-flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 10px !important;
  }

  html.saboria-mobile-ux-ready .site-legal-links a {
    color: rgba(77, 48, 28, .44) !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(201, 164, 92, .18) !important;
  }
}

@media (max-width: 390px) {
  html.saboria-mobile-ux-ready .marketing-product-card {
    grid-template-columns: 112px minmax(0, 1fr) !important;
    gap: 11px !important;
  }
  html.saboria-mobile-ux-ready .marketing-product-media,
  html.saboria-mobile-ux-ready .marketing-product-media .photo-block,
  html.saboria-mobile-ux-ready .marketing-product-media .product-photo {
    width: 112px !important;
    min-width: 112px !important;
    height: 112px !important;
  }
  html.saboria-mobile-ux-ready .marketing-product-actions .primary-button {
    width: 136px !important;
  }
}

/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup · SABORÍA mobile corrective pass: flow, warmth, logo, delivery slots ==== */
@media (max-width: 820px), (pointer: coarse) and (max-width: 920px) {
  html.saboria-mobile-ux-ready body {
    background:
      radial-gradient(circle at 12% 2%, rgba(255, 246, 222, .98), transparent 35%),
      radial-gradient(circle at 94% 14%, rgba(207, 151, 70, .17), transparent 32%),
      radial-gradient(circle at 8% 78%, rgba(126, 78, 38, .10), transparent 30%),
      linear-gradient(180deg, #f6ead8 0%, #fff8ed 42%, #f3e5d0 100%) !important;
    color: #342014 !important;
  }

  html.saboria-mobile-ux-ready body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: .24;
    background-image:
      radial-gradient(circle at 18% 22%, rgba(92, 53, 22, .08) 0 1px, transparent 1.6px),
      radial-gradient(circle at 72% 58%, rgba(255,255,255,.55) 0 1px, transparent 1.7px);
    background-size: 24px 24px, 34px 34px;
    mix-blend-mode: multiply;
  }

  html.saboria-mobile-ux-ready .app-shell,
  html.saboria-mobile-ux-ready .site-main,
  html.saboria-mobile-ux-ready main {
    position: relative !important;
    z-index: 1 !important;
  }

  /* Presentación: el logo debe verse circular, no una imagen cuadrada pegada. */
  .brand-intro-logo-shell {
    width: min(72vw, 326px) !important;
    overflow: hidden !important;
    border-radius: 999px !important;
    background:
      radial-gradient(circle at 50% 50%, rgba(255, 253, 244, .98) 0 58%, rgba(242, 221, 179, .72) 73%, rgba(190, 137, 56, .18) 100%) !important;
    box-shadow:
      0 32px 76px rgba(72, 42, 16, .20),
      0 0 0 1px rgba(211, 169, 90, .18),
      0 0 92px rgba(214, 169, 84, .24),
      inset 0 0 0 1px rgba(255,255,255,.82) !important;
  }

  .brand-intro-logo-shell::before {
    inset: -18% !important;
    border-radius: inherit !important;
    filter: blur(20px) !important;
  }

  .brand-intro-logo-shell::after {
    inset: 2.75% !important;
    border-radius: inherit !important;
    box-shadow:
      inset 0 0 0 1px rgba(191, 140, 61, .18),
      inset 0 0 26px rgba(255,255,255,.52) !important;
  }

  .brand-intro-ring {
    inset: 5% !important;
    border-radius: inherit !important;
    border-color: rgba(179, 121, 43, .28) !important;
  }

  .brand-intro-logo {
    width: 116% !important;
    height: 116% !important;
    object-fit: cover !important;
    border-radius: 999px !important;
    clip-path: circle(50% at 50% 50%) !important;
    transform: scale(1) !important;
    filter: contrast(1.04) saturate(1.04) drop-shadow(0 14px 30px rgba(53, 31, 14, .10)) !important;
  }

  /* Evita el doble CTA de bienvenida por si un estado viejo no respeta hidden. */
  html.saboria-mobile-ux-ready #welcomeReturning[hidden],
  html.saboria-mobile-ux-ready #welcomeFirstTime[hidden],
  html.saboria-mobile-ux-ready #welcomeReturning[style*="display: none"],
  html.saboria-mobile-ux-ready #welcomeFirstTime[style*="display: none"] {
    display: none !important;
  }

  /* Cards del inicio: al quitar Detalle sí se aprovecha el espacio. */
  html.saboria-mobile-ux-ready .marketing-product-card {
    grid-template-columns: 132px minmax(0, 1fr) !important;
    min-height: 168px !important;
    padding: 14px !important;
    gap: 15px !important;
    border-radius: 26px !important;
    background:
      radial-gradient(circle at 0% 0%, rgba(255,255,255,.90), transparent 42%),
      linear-gradient(145deg, rgba(255, 253, 247, .97), rgba(252, 241, 224, .94)) !important;
    box-shadow: 0 14px 30px rgba(80, 48, 21, .075), inset 0 1px 0 rgba(255,255,255,.84) !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-media,
  html.saboria-mobile-ux-ready .marketing-product-media .photo-block,
  html.saboria-mobile-ux-ready .marketing-product-media .product-photo {
    width: 132px !important;
    min-width: 132px !important;
    height: 132px !important;
    border-radius: 21px !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-text h3 {
    font-size: 1rem !important;
    line-height: 1.06 !important;
    margin-top: 6px !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-text p {
    font-size: .75rem !important;
    line-height: 1.24 !important;
    color: rgba(88, 58, 38, .74) !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-actions .primary-button {
    width: 100% !important;
    min-height: 46px !important;
    font-size: .86rem !important;
  }

  /* Cards del menú real: más información, menos sensación vacía y sin choques de chips. */
  html.saboria-mobile-ux-ready .product-card,
  html.saboria-mobile-ux-ready .special-request-card {
    grid-template-columns: 96px minmax(0, 1fr) !important;
    gap: 14px !important;
    align-items: stretch !important;
    min-height: 132px !important;
    padding: 13px !important;
    border-radius: 24px !important;
    background:
      radial-gradient(circle at 12% 4%, rgba(255,255,255,.92), transparent 44%),
      linear-gradient(145deg, rgba(255, 252, 245, .98), rgba(249, 238, 219, .94)) !important;
    box-shadow: 0 13px 28px rgba(73, 43, 18, .07), inset 0 1px 0 rgba(255,255,255,.82) !important;
  }

  html.saboria-mobile-ux-ready .product-card-media,
  html.saboria-mobile-ux-ready .special-request-card .product-card-media,
  html.saboria-mobile-ux-ready .product-card .photo-block,
  html.saboria-mobile-ux-ready .special-request-card .photo-block {
    width: 96px !important;
    min-width: 96px !important;
    height: 96px !important;
    min-height: 96px !important;
    max-height: 96px !important;
    border-radius: 19px !important;
    align-self: center !important;
  }

  html.saboria-mobile-ux-ready .product-card-body,
  html.saboria-mobile-ux-ready .special-request-copy {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: minmax(0, auto) auto !important;
    align-items: stretch !important;
    gap: 10px !important;
  }

  html.saboria-mobile-ux-ready .product-copy-head {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
  }

  html.saboria-mobile-ux-ready .product-copy-head h4 {
    order: 2 !important;
    font-size: .98rem !important;
    line-height: 1.08 !important;
    letter-spacing: -.03em !important;
  }

  html.saboria-mobile-ux-ready .product-chip-row {
    order: 1 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
    max-height: none !important;
    overflow: visible !important;
  }

  html.saboria-mobile-ux-ready .product-description {
    margin-top: 0 !important;
    font-size: .74rem !important;
    line-height: 1.25 !important;
    color: rgba(88, 58, 38, .76) !important;
    -webkit-line-clamp: 2 !important;
  }

  html.saboria-mobile-ux-ready .product-info-strip {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
    margin-top: 5px !important;
  }

  html.saboria-mobile-ux-ready .product-info-strip span {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 20px !important;
    padding: 3px 7px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(201, 164, 92, .18) !important;
    background: rgba(255, 248, 236, .72) !important;
    color: rgba(89, 59, 37, .74) !important;
    font-size: .62rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
  }

  html.saboria-mobile-ux-ready .product-meta,
  html.saboria-mobile-ux-ready .special-request-meta {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: end !important;
    gap: 10px !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  html.saboria-mobile-ux-ready .price-block {
    text-align: left !important;
    min-width: 0 !important;
  }

  html.saboria-mobile-ux-ready .price-block span {
    font-size: .56rem !important;
    letter-spacing: .13em !important;
  }

  html.saboria-mobile-ux-ready .price-block strong {
    font-size: 1.04rem !important;
  }

  html.saboria-mobile-ux-ready .quantity-control,
  html.saboria-mobile-ux-ready .configurator-trigger {
    width: auto !important;
    min-width: 110px !important;
    max-width: 132px !important;
    justify-self: end !important;
  }

  html.saboria-mobile-ux-ready .configurator-trigger {
    min-height: 40px !important;
    padding-inline: 14px !important;
  }

  /* Botón de regresar dentro del dock inferior. */
  html.saboria-mobile-ux-ready #mobileBackButton:not([hidden]) {
    display: inline-grid !important;
    place-items: center !important;
  }

  html.saboria-mobile-ux-ready .mobile-dock:not([hidden]) {
    grid-template-columns: auto minmax(0, 1fr) auto !important;
  }

  /* Confirmación: cuadros más claros y menos raros. */
  html.saboria-mobile-ux-ready .review-card,
  html.saboria-mobile-ux-ready .checkout-group-block {
    border-radius: 24px !important;
    background:
      radial-gradient(circle at 0% 0%, rgba(255,255,255,.92), transparent 42%),
      linear-gradient(145deg, rgba(255, 252, 245, .98), rgba(250, 239, 221, .94)) !important;
    border-color: rgba(194, 150, 77, .18) !important;
    box-shadow: 0 13px 28px rgba(73, 43, 18, .06), inset 0 1px 0 rgba(255,255,255,.78) !important;
  }

  html.saboria-mobile-ux-ready .checkout-highlight.compact-row {
    min-height: 58px !important;
    border-radius: 20px !important;
    background: rgba(255, 250, 241, .86) !important;
  }

  html.saboria-mobile-ux-ready .checkout-highlight.compact-row .checkout-highlight-dot {
    background: #4f9a68 !important;
    box-shadow: 0 0 0 7px rgba(79, 154, 104, .12) !important;
  }

  /* Horario de entrega desde Admin: M/V visible, no campo libre. */
  html.saboria-mobile-ux-ready .delivery-slot-cards:not([hidden]) {
    gap: 10px !important;
  }

  html.saboria-mobile-ux-ready .delivery-slot-pill {
    grid-template-columns: 42px minmax(0, 1fr) !important;
    align-items: center !important;
    justify-items: stretch !important;
    text-align: left !important;
    min-height: 64px !important;
    padding: 11px 13px !important;
  }

  html.saboria-mobile-ux-ready .delivery-slot-code {
    width: 38px !important;
    height: 38px !important;
    border-radius: 999px !important;
    display: inline-grid !important;
    place-items: center !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 1.04rem !important;
    font-weight: 950 !important;
    color: #1f7a4d !important;
    background: linear-gradient(135deg, rgba(38,149,92,.18), rgba(38,149,92,.06)) !important;
    border: 1px solid rgba(38,149,92,.22) !important;
  }

  html.saboria-mobile-ux-ready .delivery-slot-copy {
    display: grid !important;
    gap: 3px !important;
  }

  html.saboria-mobile-ux-ready .delivery-slot-copy strong {
    font-size: .9rem !important;
  }

  html.saboria-mobile-ux-ready .delivery-slot-copy small {
    font-size: .73rem !important;
    color: rgba(92, 60, 38, .72) !important;
  }

  /* Notas: caja en blanco, etiqueta más clara. */
  html.saboria-mobile-ux-ready .menu-notes-field span {
    font-size: 1rem !important;
    font-weight: 900 !important;
    color: #4d3323 !important;
  }

  html.saboria-mobile-ux-ready .menu-notes-field small {
    display: none !important;
  }

  html.saboria-mobile-ux-ready #customerNotes::placeholder {
    color: transparent !important;
  }

  html.saboria-mobile-ux-ready #customerNotes {
    min-height: 128px !important;
    font-size: 1rem !important;
    line-height: 1.35 !important;
  }

  /* Referencia de pago en recibo/transferencia. */
  html.saboria-mobile-ux-ready .receipt-meta-row.is-payment-reference .receipt-meta-value {
    font-weight: 950 !important;
    color: #1f7a4d !important;
    letter-spacing: .04em !important;
  }
}

@media (max-width: 390px) {
  html.saboria-mobile-ux-ready .marketing-product-card {
    grid-template-columns: 122px minmax(0, 1fr) !important;
    min-height: 158px !important;
  }
  html.saboria-mobile-ux-ready .marketing-product-media,
  html.saboria-mobile-ux-ready .marketing-product-media .photo-block,
  html.saboria-mobile-ux-ready .marketing-product-media .product-photo {
    width: 122px !important;
    min-width: 122px !important;
    height: 122px !important;
  }
  html.saboria-mobile-ux-ready .product-card,
  html.saboria-mobile-ux-ready .special-request-card {
    grid-template-columns: 88px minmax(0, 1fr) !important;
    gap: 11px !important;
  }
  html.saboria-mobile-ux-ready .product-card-media,
  html.saboria-mobile-ux-ready .special-request-card .product-card-media,
  html.saboria-mobile-ux-ready .product-card .photo-block,
  html.saboria-mobile-ux-ready .special-request-card .photo-block {
    width: 88px !important;
    min-width: 88px !important;
    height: 88px !important;
    min-height: 88px !important;
    max-height: 88px !important;
  }
  html.saboria-mobile-ux-ready .quantity-control,
  html.saboria-mobile-ux-ready .configurator-trigger {
    min-width: 100px !important;
  }
}

/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup · Final mobile rescue from screenshot: logo, cart, bebidas, warmth ==== */
@media (max-width: 820px), (pointer: coarse) and (max-width: 920px) {
  /* Splash/logo: use the real provided circular PNG. No fake contour, no square shell. */
  .brand-intro-content {
    gap: 18px !important;
    width: min(92vw, 420px) !important;
  }

  .brand-intro-logo-shell {
    width: min(76vw, 350px) !important;
    height: min(76vw, 350px) !important;
    max-width: 350px !important;
    max-height: 350px !important;
    overflow: visible !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: 0 34px 82px rgba(83, 48, 18, .16) !important;
  }

  .brand-intro-logo-shell::before {
    content: "" !important;
    position: absolute !important;
    inset: -10% !important;
    border-radius: 999px !important;
    background: radial-gradient(circle, rgba(218, 172, 88, .18), rgba(218, 172, 88, .08) 44%, transparent 72%) !important;
    filter: blur(18px) !important;
    opacity: .72 !important;
  }

  .brand-intro-logo-shell::after,
  .brand-intro-ring,
  .brand-intro-shine {
    display: none !important;
    content: none !important;
  }

  .brand-intro-logo {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    border-radius: 999px !important;
    clip-path: none !important;
    transform: none !important;
    background: transparent !important;
    filter: drop-shadow(0 16px 34px rgba(54, 31, 14, .16)) contrast(1.02) saturate(1.02) !important;
  }

  /* Header logo: simple, circular, readable; no thick extra contour. */
  html.saboria-mobile-ux-ready .brand-logo-shell {
    border-radius: 999px !important;
    background: rgba(255, 252, 243, .82) !important;
    border: 1px solid rgba(205, 163, 89, .24) !important;
    box-shadow: 0 10px 24px rgba(91, 58, 25, .08), inset 0 1px 0 rgba(255,255,255,.68) !important;
  }
  html.saboria-mobile-ux-ready .brand-logo {
    width: 78% !important;
    height: 78% !important;
    object-fit: contain !important;
    border-radius: 999px !important;
    background: transparent !important;
  }

  /* Keep Bebidas as its own step and make the empty state feel intentional if no drinks are published. */
  html.saboria-mobile-ux-ready #drinksPhase .empty-state {
    border-radius: 24px !important;
    padding: 18px 20px !important;
    background: linear-gradient(145deg, rgba(255,252,245,.96), rgba(250,239,221,.90)) !important;
    border: 1px solid rgba(201,164,92,.18) !important;
    box-shadow: 0 12px 26px rgba(73,43,18,.055), inset 0 1px 0 rgba(255,255,255,.78) !important;
    color: rgba(84, 54, 34, .74) !important;
  }

  /* Category quick bar: stop the floating/faded rectangle; make it visually belong to the phase card. */
  html.saboria-mobile-ux-ready .phase-body > .menu-quick-nav {
    margin: -2px 0 16px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }
  html.saboria-mobile-ux-ready .menu-quick-nav::before,
  html.saboria-mobile-ux-ready .menu-quick-nav::after {
    display: none !important;
    content: none !important;
  }
  html.saboria-mobile-ux-ready .menu-quick-nav .section-chip {
    box-shadow: 0 8px 18px rgba(76, 45, 20, .06), inset 0 1px 0 rgba(255,255,255,.72) !important;
  }

  /* Make the screen warmer and less empty without adding noise. */
  html.saboria-mobile-ux-ready body,
  html.saboria-mobile-ux-ready .public-shell {
    background:
      radial-gradient(circle at 14% 12%, rgba(221, 174, 93, .16), transparent 32%),
      radial-gradient(circle at 90% 30%, rgba(166, 96, 45, .10), transparent 28%),
      linear-gradient(180deg, #fbf4e8 0%, #f4e5d1 44%, #fbf7ef 100%) !important;
  }

  /* Main cards: a little more life/warmth, but keep the structure untouched. */
  html.saboria-mobile-ux-ready .marketing-product-card,
  html.saboria-mobile-ux-ready .product-card,
  html.saboria-mobile-ux-ready .special-request-card,
  html.saboria-mobile-ux-ready .review-card,
  html.saboria-mobile-ux-ready .cart-sheet-panel {
    background:
      radial-gradient(circle at 6% 0%, rgba(255,255,255,.92), transparent 42%),
      radial-gradient(circle at 100% 100%, rgba(213, 165, 83, .11), transparent 36%),
      linear-gradient(145deg, rgba(255,252,245,.98), rgba(248,236,216,.94)) !important;
  }

  /* Cart sheet: controls must not be clipped or stacked outside the card. */
  html.saboria-mobile-ux-ready .cart-sheet-items {
    display: grid !important;
    gap: 10px !important;
    max-height: min(46vh, 420px) !important;
    padding-right: 2px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-items .summary-item.summary-item-with-qty {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 92px !important;
    align-items: center !important;
    gap: 10px !important;
    min-height: 74px !important;
    padding: 12px 12px 12px 14px !important;
    overflow: hidden !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-items .summary-item.summary-item-with-qty > div:first-child {
    min-width: 0 !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-items .summary-item.summary-item-with-qty > div:first-child strong {
    display: block !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 100% !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-items .summary-item.summary-item-with-qty > div:first-child span {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-items .summary-item-aside {
    width: 92px !important;
    min-width: 92px !important;
    max-width: 92px !important;
    display: grid !important;
    justify-items: end !important;
    gap: 7px !important;
    align-self: stretch !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-items .summary-item-aside > strong {
    font-size: .92rem !important;
    line-height: 1 !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-items .summary-item-qty {
    width: 90px !important;
    min-width: 90px !important;
    max-width: 90px !important;
    height: 36px !important;
    display: grid !important;
    grid-template-columns: 28px 1fr 28px !important;
    align-items: center !important;
    gap: 2px !important;
    padding: 3px !important;
    border-radius: 999px !important;
    overflow: hidden !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-items .summary-item-qty .qty-button,
  html.saboria-mobile-ux-ready .cart-sheet-items .summary-item-qty button {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    padding: 0 !important;
    border-radius: 999px !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-items .summary-item-qty .qty-value {
    min-width: 24px !important;
    text-align: center !important;
    font-size: .82rem !important;
    font-weight: 900 !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-items .summary-line-actions {
    grid-column: 1 / -1 !important;
    display: flex !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    margin-top: 2px !important;
  }

  /* If there are no products, hide the cart center and close/open states cleanly. */
  html.saboria-mobile-ux-ready #cartDockToggle[hidden] {
    display: none !important;
  }
  html.saboria-mobile-ux-ready .mobile-dock.is-cart-empty {
    grid-template-columns: auto minmax(0, 1fr) !important;
  }
  html.saboria-mobile-ux-ready .mobile-dock.is-cart-empty #mobilePrimaryButton {
    justify-self: stretch !important;
    width: 100% !important;
  }

  /* Bottom dock back button: make it visible/usable when JS says it should exist. */
  html.saboria-mobile-ux-ready .mobile-dock:not([hidden]) #mobileBackButton:not([hidden]) {
    display: inline-grid !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  /* Confirmation: remove redundant looking boxes and keep only clear Total. */
  html.saboria-mobile-ux-ready .checkout-highlight.compact-row:has(strong:nth-child(1)) {
    overflow: hidden !important;
  }

  /* Notes: blank box, larger label, no helper noise. */
  html.saboria-mobile-ux-ready .menu-notes-field > span {
    font-size: 1.05rem !important;
    font-weight: 950 !important;
  }
  html.saboria-mobile-ux-ready .menu-notes-field textarea {
    color: #4d3323 !important;
  }
}

/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup · Screenshot-final repair: orders access, real logo, drinks flow, cart deletion, warmer product cards ==== */
@media (max-width: 820px), (pointer: coarse) and (max-width: 920px) {
  /* Profile/location cleanup: these controls are not part of the public order flow. */
  #useCurrentLocationButton,
  button#useCurrentLocationButton,
  input#useCurrentLocationButton,
  .account-section-nav,
  #accountProfilePanel,
  #accountRewardsPanel {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  /* Header logo: use the real transparent/circular PNG; no fake contour behind it. */
  html.saboria-mobile-ux-ready .site-header {
    grid-template-columns: 52px minmax(0, 1fr) 52px !important;
    min-height: 84px !important;
    padding: 12px 14px !important;
    align-items: center !important;
  }

  html.saboria-mobile-ux-ready .brand-lockup {
    justify-self: center !important;
    width: auto !important;
  }

  html.saboria-mobile-ux-ready .brand-logo-shell,
  body.is-order-phase .brand-logo-shell {
    width: 66px !important;
    height: 66px !important;
    min-width: 66px !important;
    min-height: 66px !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  html.saboria-mobile-ux-ready .brand-logo,
  body.is-order-phase .brand-logo {
    width: 66px !important;
    height: 66px !important;
    object-fit: contain !important;
    border-radius: 999px !important;
    transform: none !important;
    filter: drop-shadow(0 10px 18px rgba(58, 33, 16, .13)) !important;
    background: transparent !important;
  }

  /* Splash: the logo is the protagonist. No extra ring, no lower duplicate copy. */
  .brand-intro-splash {
    background:
      radial-gradient(circle at 50% 47%, rgba(214, 161, 75, .18), transparent 38%),
      radial-gradient(circle at 16% 18%, rgba(255, 255, 255, .72), transparent 30%),
      linear-gradient(180deg, #fff8ec 0%, #f2dfc3 100%) !important;
  }

  .brand-intro-content {
    transform: translateY(-4vh) !important;
    gap: 20px !important;
  }

  .brand-intro-kicker {
    margin: 0 !important;
    font-size: clamp(2.6rem, 12vw, 4.25rem) !important;
    line-height: .9 !important;
    letter-spacing: -.07em !important;
    color: #3a2418 !important;
    text-shadow: 0 10px 28px rgba(67, 38, 20, .10) !important;
  }

  .brand-intro-logo-shell {
    width: min(78vw, 390px) !important;
    height: min(78vw, 390px) !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .brand-intro-logo-shell::before,
  .brand-intro-logo-shell::after,
  .brand-intro-ring,
  .brand-intro-shine {
    display: none !important;
    content: none !important;
  }

  .brand-intro-logo {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    border-radius: 999px !important;
    background: transparent !important;
    filter: drop-shadow(0 28px 54px rgba(74, 43, 20, .18)) !important;
  }

  /* Menu chips: remove the odd faded band and make the row belong to the header/card. */
  html.saboria-mobile-ux-ready .phase-body > .menu-quick-nav,
  html.saboria-mobile-ux-ready #foodQuickNav,
  html.saboria-mobile-ux-ready #drinkQuickNav,
  html.saboria-mobile-ux-ready #extraQuickNav {
    margin: -4px 0 16px !important;
    padding: 0 !important;
    width: 100% !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  html.saboria-mobile-ux-ready .phase-body > .menu-quick-nav::before,
  html.saboria-mobile-ux-ready .phase-body > .menu-quick-nav::after {
    display: none !important;
    content: none !important;
  }

  html.saboria-mobile-ux-ready .menu-quick-nav .section-chip {
    min-height: 40px !important;
    padding: 0 14px !important;
    background: linear-gradient(145deg, rgba(255, 251, 242, .95), rgba(248, 235, 211, .88)) !important;
    border: 1px solid rgba(201, 158, 79, .26) !important;
    box-shadow: 0 8px 16px rgba(76, 45, 20, .045), inset 0 1px 0 rgba(255,255,255,.72) !important;
  }

  /* Home product cards: less heavy buttons, more usable space, warmer/livelier surface. */
  html.saboria-mobile-ux-ready .marketing-product-card {
    grid-template-columns: 42% minmax(0, 1fr) !important;
    gap: 14px !important;
    align-items: center !important;
    min-height: 190px !important;
    padding: 14px !important;
    border-radius: 27px !important;
    background:
      radial-gradient(circle at 8% 0%, rgba(255,255,255,.92), transparent 42%),
      radial-gradient(circle at 100% 100%, rgba(211, 160, 74, .16), transparent 44%),
      linear-gradient(145deg, rgba(255,252,244,.99), rgba(248,235,211,.95)) !important;
    border: 1px solid rgba(202, 160, 86, .22) !important;
    box-shadow: 0 16px 34px rgba(72, 42, 18, .072), inset 0 1px 0 rgba(255,255,255,.76) !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-media {
    width: 100% !important;
    min-width: 0 !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-card .photo-block {
    width: 100% !important;
    height: auto !important;
    min-height: 154px !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 20px !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-copy {
    min-width: 0 !important;
    gap: 9px !important;
    align-self: stretch !important;
    display: grid !important;
    align-content: center !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-top {
    grid-template-columns: minmax(0, 1fr) 52px !important;
    gap: 8px !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-top h3 {
    font-size: 1.02rem !important;
    line-height: 1.06 !important;
    letter-spacing: -.035em !important;
    margin-top: 2px !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-top p,
  html.saboria-mobile-ux-ready .marketing-product-detail {
    font-size: .76rem !important;
    line-height: 1.28 !important;
    color: rgba(91, 58, 36, .70) !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-actions {
    display: flex !important;
    justify-content: stretch !important;
    margin-top: 2px !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-actions .primary-button {
    width: 100% !important;
    min-height: 46px !important;
    height: 46px !important;
    padding: 0 18px !important;
    font-size: .82rem !important;
    box-shadow: 0 10px 20px rgba(103, 58, 25, .14) !important;
  }

  html.saboria-mobile-ux-ready .marketing-price-block {
    min-width: 48px !important;
    text-align: right !important;
  }

  html.saboria-mobile-ux-ready .marketing-meta-chip.is-merchandising {
    color: #147248 !important;
    background: linear-gradient(135deg, rgba(217, 248, 229, .95), rgba(229, 255, 238, .72)) !important;
    border-color: rgba(57, 154, 104, .28) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.76), 0 8px 18px rgba(32, 107, 70, .08) !important;
  }

  /* Cart sheet controls: give them enough room and allow decrement to 0 without clipping. */
  html.saboria-mobile-ux-ready .cart-sheet-panel {
    width: min(100% - 28px, 520px) !important;
    border-radius: 30px !important;
    padding: 24px 18px 20px !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-items .summary-item.summary-item-with-qty {
    grid-template-columns: minmax(0, 1fr) 112px !important;
    min-height: 76px !important;
    padding: 12px 12px 12px 14px !important;
    overflow: visible !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-items .summary-item-aside {
    width: 112px !important;
    min-width: 112px !important;
    max-width: 112px !important;
    justify-items: end !important;
    overflow: visible !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-items .summary-item-qty {
    width: 104px !important;
    min-width: 104px !important;
    max-width: 104px !important;
    height: 36px !important;
    grid-template-columns: 30px 1fr 30px !important;
    overflow: visible !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-items .summary-item-qty .qty-button {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
  }

  /* Bottom dock: always show the left back button on purchase steps; hide cleanly if cart is empty. */
  html.saboria-mobile-ux-ready .mobile-dock:not([hidden]) {
    grid-template-columns: 58px minmax(0, 1fr) 58px !important;
    gap: 10px !important;
  }

  html.saboria-mobile-ux-ready .mobile-dock:not([hidden]) #mobileBackButton:not([hidden]) {
    display: inline-grid !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  html.saboria-mobile-ux-ready .mobile-dock.is-cart-empty #cartDockToggle {
    display: none !important;
  }

  html.saboria-mobile-ux-ready .mobile-dock.is-cart-empty {
    grid-template-columns: 58px minmax(0, 1fr) !important;
  }

  /* Pending balance alert shown inside Pedidos/Historial. */
  .customer-balance-alert {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 42px !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 16px !important;
    border-radius: 24px !important;
    border: 1px solid rgba(189, 142, 58, .28) !important;
    background: linear-gradient(145deg, rgba(255, 248, 232, .98), rgba(246, 229, 198, .92)) !important;
    box-shadow: 0 12px 24px rgba(86, 50, 20, .075), inset 0 1px 0 rgba(255,255,255,.82) !important;
    color: #3d271a !important;
  }

  .customer-balance-alert span {
    display: block !important;
    font-size: .72rem !important;
    font-weight: 950 !important;
    text-transform: uppercase !important;
    letter-spacing: .08em !important;
    color: rgba(113, 74, 37, .78) !important;
  }

  .customer-balance-alert strong {
    display: block !important;
    margin-top: 4px !important;
    font-size: 1.28rem !important;
    line-height: 1 !important;
  }

  .customer-balance-alert small {
    display: block !important;
    margin-top: 5px !important;
    color: rgba(90, 58, 36, .72) !important;
  }

  .customer-balance-bell {
    width: 42px !important;
    height: 42px !important;
    display: inline-grid !important;
    place-items: center !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #d5a84d, #9a6029) !important;
    color: white !important;
    box-shadow: 0 10px 20px rgba(134, 82, 32, .22) !important;
  }

  .toolbar-button.has-pending-balance .header-active-count {
    background: linear-gradient(135deg, #d5a84d, #9a6029) !important;
    color: #fff !important;
  }
}

@media (max-width: 390px) {
  html.saboria-mobile-ux-ready .marketing-product-card {
    grid-template-columns: 40% minmax(0, 1fr) !important;
    gap: 12px !important;
    padding: 12px !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-card .photo-block {
    min-height: 138px !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-actions .primary-button {
    min-height: 42px !important;
    height: 42px !important;
  }
}

/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup · Final surgical fixes: compact CTA, dynamic reference, cleaner cart, SABORÍA text logo ==== */
@media (max-width: 760px) {
  /* Header: stop fighting with image crop. Simple SABORÍA mark in a gold circle. */
  html.saboria-mobile-ux-ready .brand-logo-shell,
  body.is-order-phase .brand-logo-shell {
    width: 70px !important;
    height: 70px !important;
    min-width: 70px !important;
    min-height: 70px !important;
    display: inline-grid !important;
    place-items: center !important;
    border-radius: 999px !important;
    background: radial-gradient(circle at 35% 26%, rgba(255,255,255,.95), rgba(255,248,232,.86) 54%, rgba(222, 176, 93, .22) 100%) !important;
    border: 2px solid rgba(190, 138, 57, .72) !important;
    box-shadow: 0 14px 26px rgba(82, 48, 20, .11), inset 0 0 0 1px rgba(255,255,255,.78) !important;
    overflow: hidden !important;
  }

  html.saboria-mobile-ux-ready .brand-logo-shell::before,
  body.is-order-phase .brand-logo-shell::before {
    content: "SABORÍA" !important;
    display: block !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: .68rem !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: -.045em !important;
    color: #3a2418 !important;
    text-shadow: 0 1px 0 rgba(255,255,255,.72) !important;
    transform: translateY(1px) !important;
  }

  html.saboria-mobile-ux-ready .brand-logo,
  body.is-order-phase .brand-logo {
    display: none !important;
  }

  /* Splash keeps the provided circular logo image, with no fake contour. */
  .brand-intro-logo-shell {
    width: min(76vw, 390px) !important;
    height: min(76vw, 390px) !important;
    border-radius: 999px !important;
    overflow: hidden !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: 0 30px 62px rgba(70, 42, 20, .14) !important;
  }

  .brand-intro-logo {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 999px !important;
    background: transparent !important;
  }

  /* Home cards: button thinner vertically, not narrower. */
  html.saboria-mobile-ux-ready .marketing-product-actions .primary-button {
    width: 100% !important;
    min-height: 38px !important;
    height: 38px !important;
    padding: 0 18px !important;
    border-radius: 999px !important;
    font-size: .79rem !important;
    align-self: end !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-detail {
    margin-top: 2px !important;
    font-size: .74rem !important;
    line-height: 1.24 !important;
  }

  /* Menu cards should feel at least as intentional as the home cards. */
  html.saboria-mobile-ux-ready .product-card {
    min-height: 166px !important;
    padding: 16px !important;
    gap: 16px !important;
    border-radius: 26px !important;
    background:
      radial-gradient(circle at 7% 4%, rgba(255,255,255,.96), transparent 42%),
      radial-gradient(circle at 100% 96%, rgba(207, 154, 70, .15), transparent 46%),
      linear-gradient(145deg, rgba(255,253,247,.99), rgba(248,235,211,.95)) !important;
    border: 1px solid rgba(205, 163, 90, .24) !important;
    box-shadow: 0 15px 32px rgba(70, 41, 18, .065), inset 0 1px 0 rgba(255,255,255,.76) !important;
  }

  html.saboria-mobile-ux-ready .product-card-media,
  html.saboria-mobile-ux-ready .special-request-card .product-card-media,
  html.saboria-mobile-ux-ready .product-card .photo-block {
    width: 116px !important;
    min-width: 116px !important;
    height: 116px !important;
    border-radius: 19px !important;
  }

  html.saboria-mobile-ux-ready .product-card-body {
    min-height: 116px !important;
    align-content: center !important;
    gap: 10px !important;
  }

  html.saboria-mobile-ux-ready .product-copy h4,
  html.saboria-mobile-ux-ready .product-card h4 {
    font-size: 1.02rem !important;
    line-height: 1.08 !important;
    letter-spacing: -.035em !important;
  }

  html.saboria-mobile-ux-ready .product-description {
    display: none !important;
  }

  html.saboria-mobile-ux-ready .product-info-strip {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    margin-top: 4px !important;
  }

  html.saboria-mobile-ux-ready .product-info-strip span {
    display: inline-flex !important;
    min-height: 24px !important;
    align-items: center !important;
    padding: 0 9px !important;
    border-radius: 999px !important;
    background: rgba(255, 247, 232, .86) !important;
    border: 1px solid rgba(203, 159, 82, .22) !important;
    color: rgba(86, 55, 35, .78) !important;
    font-size: .68rem !important;
    font-weight: 850 !important;
  }

  html.saboria-mobile-ux-ready .product-meta {
    align-items: end !important;
    gap: 10px !important;
  }

  /* Cart/resumen: remove obsolete edit/repeat actions and make the line itself the edit target. */
  html.saboria-mobile-ux-ready .summary-line-actions,
  .cart-sheet-items .summary-line-actions,
  #summaryItems .summary-line-actions {
    display: none !important;
  }

  html.saboria-mobile-ux-ready .summary-item.is-editable-line {
    cursor: pointer !important;
  }

  html.saboria-mobile-ux-ready .summary-item.is-editable-line > div:first-child::after {
    content: "Toca el producto para editar" !important;
    display: block !important;
    margin-top: 5px !important;
    font-size: .68rem !important;
    font-weight: 800 !important;
    color: rgba(115, 77, 44, .55) !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-items .summary-item.summary-item-with-qty {
    grid-template-columns: minmax(0, 1fr) 104px !important;
    column-gap: 8px !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-items .summary-item-aside {
    width: 104px !important;
    min-width: 104px !important;
    max-width: 104px !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-items .summary-item-qty {
    width: 96px !important;
    min-width: 96px !important;
    max-width: 96px !important;
    grid-template-columns: 28px 1fr 28px !important;
  }

  html.saboria-mobile-ux-ready .cart-sheet-items .summary-item-qty .qty-button {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
  }

  .payment-reference-row {
    font-weight: 900 !important;
    color: #3a2418 !important;
  }
}

@media (max-width: 390px) {
  html.saboria-mobile-ux-ready .product-card {
    padding: 14px !important;
    gap: 13px !important;
  }

  html.saboria-mobile-ux-ready .product-card-media,
  html.saboria-mobile-ux-ready .special-request-card .product-card-media,
  html.saboria-mobile-ux-ready .product-card .photo-block {
    width: 108px !important;
    min-width: 108px !important;
    height: 108px !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-actions .primary-button {
    min-height: 36px !important;
    height: 36px !important;
  }
}

/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup · SABORÍA logo image lock + closed-screen recovery + premium motion ==== */
:root {
  --saboria-gold-strong: #b8893d;
  --saboria-gold-bright: #d7ad56;
  --saboria-gold-dark: #8f6027;
  --saboria-cream-glow: #fff7e9;
}

@media (max-width: 760px), (pointer: coarse) and (max-width: 920px) {
  html.saboria-mobile-ux-ready .site-header {
    min-height: 78px !important;
    grid-template-columns: 46px minmax(154px, 1fr) 46px !important;
    gap: 10px !important;
    padding: 9px 13px 11px !important;
    background:
      radial-gradient(circle at 50% 0%, rgba(255,255,255,.94), transparent 54%),
      linear-gradient(180deg, rgba(255,250,242,.97), rgba(250,238,221,.91)) !important;
    border-color: rgba(184, 137, 61, .18) !important;
    box-shadow: 0 15px 32px rgba(63, 39, 22, .105), inset 0 -1px 0 rgba(184, 137, 61, .13), inset 0 1px 0 rgba(255,255,255,.86) !important;
    animation: saboriaHeaderArrive .48s cubic-bezier(.2,.82,.18,1) both !important;
  }

  html.saboria-mobile-ux-ready .brand-lockup {
    width: min(48vw, 194px) !important;
    max-width: 194px !important;
    justify-self: center !important;
  }

  html.saboria-mobile-ux-ready .brand-logo-shell,
  body.is-order-phase .brand-logo-shell {
    width: min(48vw, 194px) !important;
    min-width: 154px !important;
    height: 54px !important;
    min-height: 54px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center !important;
    border: 0 !important;
    border-radius: 20px !important;
    overflow: visible !important;
    background: transparent !important;
    box-shadow: 0 12px 26px rgba(72, 43, 20, .10), 0 0 28px rgba(214, 172, 82, .12) !important;
    isolation: isolate !important;
  }

  html.saboria-mobile-ux-ready .brand-logo-shell::before,
  body.is-order-phase .brand-logo-shell::before {
    content: "" !important;
    display: none !important;
  }

  html.saboria-mobile-ux-ready .brand-logo-shell::after,
  body.is-order-phase .brand-logo-shell::after {
    content: "" !important;
    position: absolute !important;
    inset: 8px 10px !important;
    border-radius: 16px !important;
    background: linear-gradient(105deg, transparent 8%, rgba(255,255,255,.24) 42%, transparent 76%) !important;
    opacity: .42 !important;
    pointer-events: none !important;
    mix-blend-mode: screen !important;
  }

  html.saboria-mobile-ux-ready .brand-logo,
  body.is-order-phase .brand-logo {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    border-radius: 18px !important;
    filter: drop-shadow(0 10px 16px rgba(59, 35, 16, .12)) saturate(1.03) contrast(1.03) !important;
    transform: translateZ(0) !important;
  }

  html.saboria-mobile-ux-ready .site-header .toolbar-button {
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    border-radius: 16px !important;
    background: linear-gradient(145deg, rgba(255,253,247,.93), rgba(250,240,224,.82)) !important;
    border-color: rgba(184, 137, 61, .18) !important;
    box-shadow: 0 9px 20px rgba(61, 39, 24, .075), inset 0 1px 0 rgba(255,255,255,.82) !important;
  }

  /* Splash: use the provided plaque image exactly, with premium staging instead of generated logo geometry. */
  .brand-intro-splash {
    background:
      radial-gradient(circle at 50% 42%, rgba(220, 176, 87, .28), transparent 27%),
      radial-gradient(circle at 14% 8%, rgba(255,255,255,.82), transparent 35%),
      radial-gradient(circle at 84% 92%, rgba(155, 95, 38, .18), transparent 42%),
      linear-gradient(145deg, #fff9ee 0%, #f5e7d2 52%, #e9d4b8 100%) !important;
    animation-duration: 3.28s !important;
  }

  .brand-intro-content {
    width: min(92vw, 520px) !important;
    gap: 20px !important;
    animation: saboriaSplashContentWide 3.22s cubic-bezier(.18,.82,.16,1) forwards !important;
  }

  .brand-intro-kicker {
    font-size: clamp(2.35rem, 11vw, 4rem) !important;
    letter-spacing: -.08em !important;
    transform: translateY(2px) !important;
  }

  .brand-intro-logo-shell {
    width: min(88vw, 520px) !important;
    height: auto !important;
    aspect-ratio: 2.74 / 1 !important;
    border-radius: 28px !important;
    overflow: visible !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: 0 34px 70px rgba(60, 36, 17, .18), 0 0 64px rgba(216, 174, 82, .20) !important;
  }

  .brand-intro-logo-shell::before {
    inset: 1% 3% !important;
    border-radius: 26px !important;
    background: radial-gradient(circle at 50% 50%, rgba(255,245,212,.52), transparent 68%) !important;
    filter: blur(16px) !important;
  }

  .brand-intro-logo-shell::after,
  .brand-intro-ring { display: none !important; }

  .brand-intro-logo {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    border-radius: 26px !important;
    clip-path: none !important;
    background: transparent !important;
    filter: drop-shadow(0 18px 30px rgba(59,35,16,.13)) saturate(1.04) contrast(1.04) !important;
  }

  .brand-intro-shine {
    border-radius: 28px !important;
    background: linear-gradient(108deg, transparent 34%, rgba(255,255,255,.64) 48%, transparent 63%) !important;
    animation-duration: 2.75s !important;
  }

  /* Closed page repair: make the closed state look like a polished SABORÍA presentation card, not a displaced block. */
  body.is-store-closed .closed-screen {
    position: relative !important;
    width: min(calc(100% - 24px), 454px) !important;
    min-height: min(72vh, 620px) !important;
    margin: 18px auto 14px !important;
    border-radius: 30px !important;
    overflow: hidden !important;
    border: 1px solid rgba(230, 205, 158, .34) !important;
    box-shadow: 0 24px 60px rgba(55, 34, 20, .20), inset 0 1px 0 rgba(255,255,255,.65) !important;
    background: #ead5bb !important;
    animation: saboriaClosedCardIn .58s cubic-bezier(.19,.8,.18,1) both !important;
  }

  body.is-store-closed .closed-screen-media-shell {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    overflow: hidden !important;
  }

  body.is-store-closed .closed-screen-media,
  body.is-store-closed .closed-screen-media-placeholder {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center !important;
    opacity: 1 !important;
    filter: saturate(.98) contrast(.96) brightness(.86) !important;
    transform: scale(1.012) !important;
  }

  body.is-store-closed .closed-screen-overlay {
    position: absolute !important;
    inset: 0 !important;
    background:
      linear-gradient(180deg, rgba(35, 23, 14, .04) 0%, rgba(35, 23, 14, .16) 38%, rgba(35, 23, 14, .62) 100%),
      radial-gradient(circle at 20% 18%, rgba(255,255,255,.28), transparent 34%) !important;
  }

  body.is-store-closed .closed-screen-inner {
    position: relative !important;
    z-index: 2 !important;
    min-height: min(72vh, 620px) !important;
    display: grid !important;
    align-content: end !important;
    gap: 14px !important;
    padding: clamp(22px, 6vw, 34px) !important;
    color: #fffaf2 !important;
    text-shadow: 0 2px 16px rgba(36, 21, 11, .32) !important;
  }

  body.is-store-closed .closed-screen-copy .sheet-kicker,
  body.is-store-closed .closed-screen-services .sheet-kicker {
    color: rgba(255, 220, 153, .96) !important;
    letter-spacing: .13em !important;
  }

  body.is-store-closed .closed-screen-copy h2 {
    max-width: 13ch !important;
    margin: 0 !important;
    color: #fffaf3 !important;
    font-size: clamp(2.25rem, 10vw, 3.5rem) !important;
    line-height: .92 !important;
    letter-spacing: -.07em !important;
  }

  body.is-store-closed .closed-screen-subtitle,
  body.is-store-closed .closed-screen-services p {
    color: rgba(255,250,242,.94) !important;
    font-weight: 700 !important;
  }

  body.is-store-closed .closed-screen-countdown-wrap {
    width: max-content !important;
    max-width: 100% !important;
    padding: 13px 17px !important;
    border-radius: 20px !important;
    background: linear-gradient(135deg, rgba(33, 23, 15, .54), rgba(255,255,255,.12)) !important;
    border: 1px solid rgba(255, 237, 197, .25) !important;
    box-shadow: 0 14px 28px rgba(25, 14, 8, .18), inset 0 1px 0 rgba(255,255,255,.18) !important;
    backdrop-filter: blur(12px) saturate(1.08) !important;
    -webkit-backdrop-filter: blur(12px) saturate(1.08) !important;
  }

  body.is-store-closed .closed-screen-countdown {
    color: #fffaf3 !important;
    font-size: clamp(2.05rem, 9vw, 3.15rem) !important;
    letter-spacing: .01em !important;
  }

  body.is-store-closed .closed-screen-countdown-meta {
    color: rgba(255,250,242,.9) !important;
  }

  body.is-store-closed .closed-screen-services {
    max-width: 22rem !important;
    margin-top: 2px !important;
  }

  /* Motion layer: premium, short and tactile. */
  html.saboria-mobile-ux-ready .phase-panel.is-active .phase-card,
  html.saboria-mobile-ux-ready .home-section,
  html.saboria-mobile-ux-ready .marketing-product-card,
  html.saboria-mobile-ux-ready .product-card,
  html.saboria-mobile-ux-ready .review-card {
    animation: saboriaSoftLiftIn .42s cubic-bezier(.2,.82,.18,1) both;
  }

  html.saboria-mobile-ux-ready .marketing-product-card:nth-child(2),
  html.saboria-mobile-ux-ready .product-card:nth-child(2) { animation-delay: .04s; }
  html.saboria-mobile-ux-ready .marketing-product-card:nth-child(3),
  html.saboria-mobile-ux-ready .product-card:nth-child(3) { animation-delay: .07s; }
  html.saboria-mobile-ux-ready .marketing-product-card:nth-child(4),
  html.saboria-mobile-ux-ready .product-card:nth-child(4) { animation-delay: .10s; }

  html.saboria-mobile-ux-ready .primary-button,
  html.saboria-mobile-ux-ready .secondary-button,
  html.saboria-mobile-ux-ready .toolbar-button,
  html.saboria-mobile-ux-ready .quantity-control button,
  html.saboria-mobile-ux-ready .mobile-dock button {
    transition: transform .16s ease, box-shadow .2s ease, filter .2s ease, background .2s ease !important;
  }

  html.saboria-mobile-ux-ready .primary-button:active,
  html.saboria-mobile-ux-ready .secondary-button:active,
  html.saboria-mobile-ux-ready .toolbar-button:active,
  html.saboria-mobile-ux-ready .quantity-control button:active,
  html.saboria-mobile-ux-ready .mobile-dock button:active {
    transform: translateY(1px) scale(.985) !important;
    filter: saturate(1.06) brightness(.98) !important;
  }

  html.saboria-mobile-ux-ready .cart-dock-toggle.just-updated,
  html.saboria-mobile-ux-ready .marketing-product-card.just-added,
  html.saboria-mobile-ux-ready .product-card.just-added {
    animation: saboriaCartWarmPulse .62s cubic-bezier(.2,.82,.18,1) both !important;
  }
}

@keyframes saboriaHeaderArrive {
  from { opacity: 0; transform: translateY(-12px); filter: blur(6px); }
  to { opacity: 1; transform: translateY(0); filter: blur(0); }
}
@keyframes saboriaSplashContentWide {
  0% { transform: translateY(30vh) scale(.96); opacity: 0; filter: blur(11px); }
  30% { transform: translateY(0) scale(1); opacity: 1; filter: blur(0); }
  76% { transform: translateY(0) scale(1); opacity: 1; filter: blur(0); }
  100% { transform: translateY(-16px) scale(.985); opacity: 0; filter: blur(8px); }
}
@keyframes saboriaClosedCardIn {
  from { opacity: 0; transform: translateY(18px) scale(.985); filter: blur(8px); }
  to { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}
@keyframes saboriaSoftLiftIn {
  from { opacity: 0; transform: translateY(12px); filter: blur(5px); }
  to { opacity: 1; transform: translateY(0); filter: blur(0); }
}
@keyframes saboriaCartWarmPulse {
  0% { transform: scale(1); box-shadow: inherit; }
  42% { transform: scale(1.018); box-shadow: 0 16px 38px rgba(184, 137, 61, .22); }
  100% { transform: scale(1); box-shadow: inherit; }
}

@media (prefers-reduced-motion: reduce) {
  .brand-intro-splash,
  .brand-intro-content,
  .brand-intro-shine,
  html.saboria-mobile-ux-ready .phase-panel.is-active .phase-card,
  html.saboria-mobile-ux-ready .home-section,
  html.saboria-mobile-ux-ready .marketing-product-card,
  html.saboria-mobile-ux-ready .product-card,
  html.saboria-mobile-ux-ready .review-card,
  body.is-store-closed .closed-screen {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup · LOGO HEADER CLOSED SAFE · final public visual lock ==== */
:root {
  --saboria-public-logo-w: clamp(178px, 18vw, 258px);
  --saboria-public-logo-h: clamp(54px, 5.5vw, 82px);
  --saboria-public-logo-radius: 22px;
}

.site-header {
  position: sticky !important;
  top: max(8px, env(safe-area-inset-top)) !important;
  z-index: 140 !important;
  display: grid !important;
  grid-template-columns: minmax(46px, auto) minmax(0, 1fr) minmax(46px, auto) !important;
  align-items: center !important;
  gap: clamp(8px, 1.4vw, 16px) !important;
  min-height: clamp(74px, 7vw, 104px) !important;
  margin: 0 auto clamp(12px, 2vw, 22px) !important;
  padding: clamp(10px, 1.35vw, 16px) clamp(12px, 2vw, 22px) !important;
  border: 1px solid rgba(184, 137, 61, .16) !important;
  border-radius: clamp(24px, 2.6vw, 34px) !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.90), transparent 56%),
    linear-gradient(180deg, rgba(255,250,242,.96), rgba(250,238,221,.90)) !important;
  box-shadow:
    0 18px 42px rgba(63, 39, 22, .10),
    inset 0 1px 0 rgba(255,255,255,.86),
    inset 0 -1px 0 rgba(184, 137, 61, .11) !important;
  overflow: visible !important;
  animation: saboriaHeaderArrive .48s cubic-bezier(.2,.82,.18,1) both !important;
}

.brand-lockup {
  grid-column: 2 !important;
  justify-self: center !important;
  align-self: center !important;
  width: min(100%, var(--saboria-public-logo-w)) !important;
  max-width: var(--saboria-public-logo-w) !important;
  min-width: 0 !important;
  display: grid !important;
  place-items: center !important;
  pointer-events: none !important;
}

.brand-logo-shell,
body.is-order-phase .brand-logo-shell,
html.saboria-mobile-ux-ready .brand-logo-shell,
html.saboria-mobile-ux-ready body.is-order-phase .brand-logo-shell {
  position: relative !important;
  width: min(100%, var(--saboria-public-logo-w)) !important;
  max-width: var(--saboria-public-logo-w) !important;
  min-width: 0 !important;
  height: var(--saboria-public-logo-h) !important;
  min-height: 0 !important;
  max-height: var(--saboria-public-logo-h) !important;
  aspect-ratio: auto !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: grid !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: var(--saboria-public-logo-radius) !important;
  overflow: visible !important;
  background: transparent !important;
  box-shadow:
    0 12px 28px rgba(72, 43, 20, .105),
    0 0 30px rgba(214, 172, 82, .13) !important;
  isolation: isolate !important;
}

.brand-logo-shell::before,
body.is-order-phase .brand-logo-shell::before,
html.saboria-mobile-ux-ready .brand-logo-shell::before,
html.saboria-mobile-ux-ready body.is-order-phase .brand-logo-shell::before {
  content: "" !important;
  display: none !important;
}

.brand-logo-shell::after,
body.is-order-phase .brand-logo-shell::after,
html.saboria-mobile-ux-ready .brand-logo-shell::after,
html.saboria-mobile-ux-ready body.is-order-phase .brand-logo-shell::after {
  content: "" !important;
  position: absolute !important;
  inset: 9px 11px !important;
  border-radius: calc(var(--saboria-public-logo-radius) - 6px) !important;
  background: linear-gradient(105deg, transparent 12%, rgba(255,255,255,.26) 46%, transparent 78%) !important;
  opacity: .42 !important;
  pointer-events: none !important;
  mix-blend-mode: screen !important;
}

.brand-logo,
body.is-order-phase .brand-logo,
html.saboria-mobile-ux-ready .brand-logo,
html.saboria-mobile-ux-ready body.is-order-phase .brand-logo {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: calc(var(--saboria-public-logo-radius) - 4px) !important;
  clip-path: none !important;
  background: transparent !important;
  transform: none !important;
  filter: drop-shadow(0 10px 16px rgba(59, 35, 16, .12)) saturate(1.03) contrast(1.03) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.site-header .toolbar-button {
  justify-self: start !important;
  width: clamp(44px, 4.8vw, 52px) !important;
  min-width: clamp(44px, 4.8vw, 52px) !important;
  height: clamp(44px, 4.8vw, 52px) !important;
  min-height: clamp(44px, 4.8vw, 52px) !important;
  border-radius: 16px !important;
  background: linear-gradient(145deg, rgba(255,253,247,.93), rgba(250,240,224,.82)) !important;
  border-color: rgba(184, 137, 61, .18) !important;
  box-shadow: 0 9px 20px rgba(61, 39, 24, .075), inset 0 1px 0 rgba(255,255,255,.82) !important;
}

.site-header .header-actions {
  justify-self: end !important;
  min-width: 0 !important;
}

.site-header .toolbar-button.text-button span:not(.header-active-count) {
  display: none !important;
}

.brand-intro-splash {
  background:
    radial-gradient(circle at 50% 42%, rgba(220, 176, 87, .28), transparent 27%),
    radial-gradient(circle at 14% 8%, rgba(255,255,255,.82), transparent 35%),
    radial-gradient(circle at 84% 92%, rgba(155, 95, 38, .18), transparent 42%),
    linear-gradient(145deg, #fff9ee 0%, #f5e7d2 52%, #e9d4b8 100%) !important;
  animation-duration: 3.28s !important;
}

.brand-intro-content {
  width: min(92vw, 440px) !important;
  gap: 20px !important;
  animation: saboriaSplashContentWide 3.22s cubic-bezier(.18,.82,.16,1) forwards !important;
}

/* Presentación/splash: aquí va el logo circular real. */
.brand-intro-logo-shell {
  width: min(76vw, 360px) !important;
  height: min(76vw, 360px) !important;
  aspect-ratio: 1 / 1 !important;
  max-width: 360px !important;
  max-height: 360px !important;
  border-radius: 999px !important;
  overflow: visible !important;
  background: radial-gradient(circle at 50% 50%, rgba(255,249,234,.64), rgba(216, 174, 82, .14) 62%, transparent 78%) !important;
  border: 0 !important;
  box-shadow: 0 34px 78px rgba(60, 36, 17, .18), 0 0 72px rgba(216, 174, 82, .22) !important;
}

.brand-intro-logo-shell::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: -12% !important;
  border-radius: 999px !important;
  background: radial-gradient(circle at 50% 50%, rgba(255,241,205,.52), rgba(218,172,88,.18) 42%, transparent 72%) !important;
  filter: blur(18px) !important;
  opacity: .82 !important;
  z-index: -1 !important;
}

.brand-intro-logo-shell::after,
.brand-intro-ring {
  display: none !important;
  content: none !important;
}

.brand-intro-logo {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 999px !important;
  clip-path: none !important;
  background: transparent !important;
  filter: drop-shadow(0 18px 34px rgba(59,35,16,.16)) saturate(1.04) contrast(1.04) !important;
}

.brand-intro-shine {
  display: block !important;
  border-radius: 999px !important;
  background: linear-gradient(108deg, transparent 34%, rgba(255,255,255,.62) 48%, transparent 63%) !important;
  animation-duration: 2.75s !important;
}

body.is-store-closed .closed-screen {
  position: relative !important;
  width: min(calc(100% - 24px), 860px) !important;
  min-height: min(72vh, 620px) !important;
  margin: clamp(12px, 2vw, 22px) auto clamp(14px, 2vw, 24px) !important;
  border-radius: clamp(28px, 3vw, 38px) !important;
  overflow: hidden !important;
  border: 1px solid rgba(230, 205, 158, .34) !important;
  box-shadow: 0 24px 60px rgba(55, 34, 20, .20), inset 0 1px 0 rgba(255,255,255,.65) !important;
  background: #ead5bb !important;
  animation: saboriaClosedCardIn .58s cubic-bezier(.19,.8,.18,1) both !important;
}

body.is-store-closed .closed-screen-media-shell {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  overflow: hidden !important;
}

body.is-store-closed .closed-screen-media,
body.is-store-closed .closed-screen-media-placeholder {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center !important;
  opacity: 1 !important;
  filter: saturate(.98) contrast(.96) brightness(.86) !important;
  transform: scale(1.012) !important;
}

body.is-store-closed .closed-screen-overlay {
  position: absolute !important;
  inset: 0 !important;
  background:
    linear-gradient(180deg, rgba(35, 23, 14, .04) 0%, rgba(35, 23, 14, .16) 38%, rgba(35, 23, 14, .62) 100%),
    radial-gradient(circle at 20% 18%, rgba(255,255,255,.28), transparent 34%) !important;
}

body.is-store-closed .closed-screen-inner {
  position: relative !important;
  z-index: 2 !important;
  min-height: min(72vh, 620px) !important;
  display: grid !important;
  align-content: end !important;
  gap: 14px !important;
  padding: clamp(22px, 6vw, 42px) !important;
  color: #fffaf2 !important;
  text-shadow: 0 2px 16px rgba(36, 21, 11, .32) !important;
}

body.is-store-closed .closed-screen-copy .sheet-kicker,
body.is-store-closed .closed-screen-services .sheet-kicker {
  color: rgba(255, 220, 153, .96) !important;
  letter-spacing: .13em !important;
}

body.is-store-closed .closed-screen-copy h2 {
  max-width: 13ch !important;
  margin: 0 !important;
  color: #fffaf3 !important;
  font-size: clamp(2.25rem, 10vw, 3.5rem) !important;
  line-height: .92 !important;
  letter-spacing: -.07em !important;
}

body.is-store-closed .closed-screen-subtitle,
body.is-store-closed .closed-screen-services p {
  color: rgba(255,250,242,.94) !important;
  font-weight: 700 !important;
}

body.is-store-closed .closed-screen-countdown-wrap {
  width: max-content !important;
  max-width: 100% !important;
  padding: 13px 17px !important;
  border-radius: 20px !important;
  background: linear-gradient(135deg, rgba(33, 23, 15, .54), rgba(255,255,255,.12)) !important;
  border: 1px solid rgba(255, 237, 197, .25) !important;
  box-shadow: 0 14px 28px rgba(25, 14, 8, .18), inset 0 1px 0 rgba(255,255,255,.18) !important;
  backdrop-filter: blur(12px) saturate(1.08) !important;
  -webkit-backdrop-filter: blur(12px) saturate(1.08) !important;
}

body.is-store-closed .closed-screen-countdown {
  color: #fffaf3 !important;
  font-size: clamp(2.05rem, 9vw, 3.15rem) !important;
  letter-spacing: .01em !important;
}

body.is-store-closed .closed-screen-countdown-meta {
  color: rgba(255,250,242,.9) !important;
}

html.saboria-mobile-ux-ready .phase-panel.is-active .phase-card,
html.saboria-mobile-ux-ready .home-section,
html.saboria-mobile-ux-ready .marketing-product-card,
html.saboria-mobile-ux-ready .product-card,
html.saboria-mobile-ux-ready .review-card {
  animation: saboriaSoftLiftIn .42s cubic-bezier(.2,.82,.18,1) both;
}

html.saboria-mobile-ux-ready .primary-button,
html.saboria-mobile-ux-ready .secondary-button,
html.saboria-mobile-ux-ready .toolbar-button,
html.saboria-mobile-ux-ready .quantity-control button,
html.saboria-mobile-ux-ready .mobile-dock button {
  transition: transform .16s ease, box-shadow .2s ease, filter .2s ease, background .2s ease !important;
}

html.saboria-mobile-ux-ready .primary-button:active,
html.saboria-mobile-ux-ready .secondary-button:active,
html.saboria-mobile-ux-ready .toolbar-button:active,
html.saboria-mobile-ux-ready .quantity-control button:active,
html.saboria-mobile-ux-ready .mobile-dock button:active {
  transform: translateY(1px) scale(.985) !important;
  filter: saturate(1.06) brightness(.98) !important;
}

@media (max-width: 760px) {
  :root {
    --saboria-public-logo-w: clamp(132px, 44vw, 194px);
    --saboria-public-logo-h: 54px;
    --saboria-public-logo-radius: 20px;
  }

  .site-header {
    grid-template-columns: 44px minmax(0, 1fr) 44px !important;
    min-height: 78px !important;
    gap: 8px !important;
    padding: 9px 10px 11px !important;
  }

  .site-header .toolbar-button {
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
  }

  .brand-lockup {
    width: min(100%, var(--saboria-public-logo-w)) !important;
  }

  .brand-intro-logo-shell {
    width: min(78vw, 340px) !important;
    height: min(78vw, 340px) !important;
  }

  body.is-store-closed .closed-screen {
    width: min(calc(100% - 20px), 454px) !important;
    min-height: min(72vh, 620px) !important;
    margin-top: 14px !important;
  }
}


/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup · CSS plaque header + product alignment + closed-page safety ==== */
:root {
  --saboria-public-logo-w: clamp(172px, 19vw, 262px);
  --saboria-public-logo-h: clamp(50px, 5.2vw, 74px);
  --saboria-product-photo-mobile: clamp(128px, 38vw, 152px);
}

/* Header: placa horizontal trabajada por CSS, sin volver a círculo ni generar texto falso. */
.site-header {
  isolation: isolate !important;
}

.brand-logo-shell,
body.is-order-phase .brand-logo-shell,
html.saboria-mobile-ux-ready .brand-logo-shell,
html.saboria-mobile-ux-ready body.is-order-phase .brand-logo-shell {
  border-radius: 22px !important;
  background:
    linear-gradient(135deg, rgba(255, 247, 220, .42), rgba(118, 75, 29, .08)),
    linear-gradient(180deg, rgba(255,255,255,.22), rgba(139, 85, 28, .08)) !important;
  box-shadow:
    0 13px 26px rgba(65, 39, 19, .12),
    0 0 0 1px rgba(151, 106, 42, .22),
    inset 0 1px 0 rgba(255,255,255,.55),
    inset 0 -1px 0 rgba(92, 55, 22, .10) !important;
}

.brand-logo-shell::before,
body.is-order-phase .brand-logo-shell::before,
html.saboria-mobile-ux-ready .brand-logo-shell::before,
html.saboria-mobile-ux-ready body.is-order-phase .brand-logo-shell::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: -7px -8px !important;
  z-index: -1 !important;
  border-radius: 26px !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.52), transparent 52%),
    linear-gradient(180deg, rgba(220, 177, 91, .18), rgba(99, 59, 22, .06)) !important;
  filter: blur(.2px) !important;
  opacity: .78 !important;
  pointer-events: none !important;
}

.brand-logo-shell::after,
body.is-order-phase .brand-logo-shell::after,
html.saboria-mobile-ux-ready .brand-logo-shell::after,
html.saboria-mobile-ux-ready body.is-order-phase .brand-logo-shell::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 7px 10px auto 10px !important;
  height: 38% !important;
  border-radius: 18px !important;
  background: linear-gradient(100deg, transparent 6%, rgba(255,255,255,.30) 45%, transparent 78%) !important;
  opacity: .34 !important;
  mix-blend-mode: screen !important;
  pointer-events: none !important;
}

.brand-logo,
body.is-order-phase .brand-logo,
html.saboria-mobile-ux-ready .brand-logo,
html.saboria-mobile-ux-ready body.is-order-phase .brand-logo {
  display: block !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
  filter: drop-shadow(0 8px 12px rgba(46, 27, 12, .13)) saturate(1.04) contrast(1.04) !important;
}

/* Home/Menu preview cards: reparar desacomodo visual sin tocar lógica, productos ni carrito. */
@media (max-width: 820px), (pointer: coarse) and (max-width: 920px) {
  html.saboria-mobile-ux-ready .marketing-grid.is-compact-list {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 176px !important;
    padding: 16px !important;
    display: grid !important;
    grid-template-columns: minmax(124px, var(--saboria-product-photo-mobile)) minmax(0, 1fr) !important;
    gap: 14px !important;
    align-items: stretch !important;
    border-radius: 26px !important;
    overflow: hidden !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-media {
    width: var(--saboria-product-photo-mobile) !important;
    min-width: var(--saboria-product-photo-mobile) !important;
    max-width: var(--saboria-product-photo-mobile) !important;
    align-self: stretch !important;
    display: block !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-card .photo-block {
    width: 100% !important;
    min-width: 0 !important;
    height: 100% !important;
    min-height: 144px !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    border-radius: 20px !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-copy {
    min-width: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: grid !important;
    grid-template-rows: minmax(0, 1fr) auto !important;
    align-content: stretch !important;
    gap: 12px !important;
    padding: 1px 0 !important;
    overflow: visible !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-top {
    min-width: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: start !important;
    gap: 9px !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-text {
    min-width: 0 !important;
    display: grid !important;
    align-content: start !important;
    gap: 5px !important;
    overflow: visible !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-meta-top {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 5px !important;
    max-width: 100% !important;
    max-height: none !important;
    overflow: visible !important;
  }

  html.saboria-mobile-ux-ready .marketing-meta-chip {
    min-height: 25px !important;
    max-width: 100% !important;
    padding: 0 9px !important;
    font-size: .64rem !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-top h3 {
    margin: 0 !important;
    font-size: 1.02rem !important;
    line-height: 1.08 !important;
    letter-spacing: -.035em !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-top p:not(.marketing-product-detail) {
    display: none !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-detail {
    margin: 0 !important;
    max-width: 100% !important;
    color: rgba(92, 61, 39, .72) !important;
    font-size: .73rem !important;
    line-height: 1.22 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  html.saboria-mobile-ux-ready .marketing-price-block {
    min-width: 48px !important;
    max-width: 56px !important;
    display: grid !important;
    justify-items: end !important;
    align-content: start !important;
    gap: 2px !important;
    text-align: right !important;
  }

  html.saboria-mobile-ux-ready .marketing-price-block span {
    font-size: .55rem !important;
    line-height: 1 !important;
    letter-spacing: .10em !important;
  }

  html.saboria-mobile-ux-ready .marketing-price-block strong {
    font-size: 1rem !important;
    line-height: 1.05 !important;
    white-space: nowrap !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-actions {
    align-self: end !important;
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    margin-top: 0 !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-actions .primary-button {
    width: 100% !important;
    min-width: 0 !important;
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 15px !important;
    border-radius: 999px !important;
    font-size: .79rem !important;
    line-height: 1 !important;
  }

  /* Menú real: se deja coherente con home pero más compacto. */
  html.saboria-mobile-ux-ready .product-card,
  html.saboria-mobile-ux-ready .special-request-card {
    align-items: stretch !important;
    overflow: hidden !important;
  }

  html.saboria-mobile-ux-ready .product-card-body,
  html.saboria-mobile-ux-ready .special-request-copy {
    min-width: 0 !important;
    overflow: visible !important;
  }
}

@media (max-width: 390px) {
  :root {
    --saboria-product-photo-mobile: clamp(112px, 36vw, 132px);
  }

  html.saboria-mobile-ux-ready .marketing-product-card {
    min-height: 164px !important;
    grid-template-columns: minmax(108px, var(--saboria-product-photo-mobile)) minmax(0, 1fr) !important;
    gap: 12px !important;
    padding: 13px !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-card .photo-block {
    min-height: 132px !important;
    border-radius: 18px !important;
  }

  html.saboria-mobile-ux-ready .marketing-meta-chip {
    min-height: 23px !important;
    padding: 0 8px !important;
    font-size: .60rem !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-top h3 {
    font-size: .96rem !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-detail {
    font-size: .69rem !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-actions .primary-button {
    height: 40px !important;
    min-height: 40px !important;
  }
}

/* Página cerrada: recuperar composición segura, sin tapar header ni romper contador. */
body.is-store-closed .public-shell {
  min-height: 100dvh !important;
  align-content: start !important;
  padding-bottom: max(16px, env(safe-area-inset-bottom)) !important;
}

body.is-store-closed .closed-screen {
  display: block !important;
  position: relative !important;
  width: min(100%, 860px) !important;
  min-height: min(70dvh, 620px) !important;
  margin: 0 auto clamp(14px, 2vw, 24px) !important;
  border-radius: clamp(28px, 4vw, 38px) !important;
  overflow: hidden !important;
  background: #ead7bd !important;
}

body.is-store-closed .closed-screen-media-shell[hidden] {
  display: none !important;
}

body.is-store-closed .closed-screen-media-shell:not([hidden]) {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
}

body.is-store-closed .closed-screen-media,
body.is-store-closed .closed-screen-media-placeholder {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

body.is-store-closed .closed-screen-inner {
  position: relative !important;
  z-index: 2 !important;
  min-height: min(70dvh, 620px) !important;
  display: grid !important;
  align-content: end !important;
  gap: 14px !important;
  padding: clamp(22px, 5vw, 42px) !important;
}

body.is-store-closed .closed-screen-countdown-wrap,
body.is-store-closed .closed-screen-services {
  max-width: min(100%, 440px) !important;
}

@media (max-width: 760px) {
  body.is-store-closed .site-header {
    margin-bottom: 12px !important;
  }

  body.is-store-closed .closed-screen {
    width: 100% !important;
    min-height: calc(100dvh - 112px - env(safe-area-inset-top)) !important;
    border-radius: 30px !important;
  }

  body.is-store-closed .closed-screen-inner {
    min-height: calc(100dvh - 112px - env(safe-area-inset-top)) !important;
    padding: 24px 22px !important;
  }

  body.is-store-closed .closed-screen-copy h2 {
    font-size: clamp(2.1rem, 10vw, 3.25rem) !important;
    max-width: 13ch !important;
  }
}

/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup · Wordmark header + product fit + menu descriptions ==== */
:root {
  --saboria-header-wordmark-size: clamp(2.05rem, 8.4vw, 3.25rem);
  --saboria-header-wordmark-color: #392317;
  --saboria-menu-photo-size: clamp(124px, 36vw, 152px);
}

/* Header público: sin placa/imagen. Solo SABORÍA con serif de marca. */
.brand-lockup,
html.saboria-mobile-ux-ready .brand-lockup,
html.is-mobile-hardware .brand-lockup,
html.is-saboria-compact .brand-lockup {
  width: min(100%, 248px) !important;
  max-width: 248px !important;
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  justify-self: center !important;
}

.brand-logo-shell,
body.is-order-phase .brand-logo-shell,
html.saboria-mobile-ux-ready .brand-logo-shell,
html.is-mobile-hardware .brand-logo-shell,
html.is-saboria-compact .brand-logo-shell,
html.saboria-mobile-ux-ready body.is-order-phase .brand-logo-shell {
  position: relative !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  padding: 0 !important;
  margin: 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  isolation: isolate !important;
}

.brand-logo-shell::before,
body.is-order-phase .brand-logo-shell::before,
html.saboria-mobile-ux-ready .brand-logo-shell::before,
html.is-mobile-hardware .brand-logo-shell::before,
html.is-saboria-compact .brand-logo-shell::before,
html.saboria-mobile-ux-ready body.is-order-phase .brand-logo-shell::before {
  content: "SABORÍA" !important;
  position: relative !important;
  inset: auto !important;
  z-index: 1 !important;
  display: block !important;
  font-family: Georgia, "Times New Roman", Cambria, serif !important;
  font-size: var(--saboria-header-wordmark-size) !important;
  line-height: .86 !important;
  font-weight: 500 !important;
  letter-spacing: .015em !important;
  color: var(--saboria-header-wordmark-color) !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  filter: drop-shadow(0 9px 16px rgba(60, 35, 15, .13)) !important;
  text-shadow:
    0 1px 0 rgba(255,255,255,.75),
    0 15px 28px rgba(69, 42, 18, .11) !important;
  background: linear-gradient(180deg, #4b2e1d 0%, #2d1b12 60%, #5b3a23 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

.brand-logo-shell::after,
body.is-order-phase .brand-logo-shell::after,
html.saboria-mobile-ux-ready .brand-logo-shell::after,
html.is-mobile-hardware .brand-logo-shell::after,
html.is-saboria-compact .brand-logo-shell::after,
html.saboria-mobile-ux-ready body.is-order-phase .brand-logo-shell::after {
  content: none !important;
  display: none !important;
}

.brand-logo,
body.is-order-phase .brand-logo,
html.saboria-mobile-ux-ready .brand-logo,
html.is-mobile-hardware .brand-logo,
html.is-saboria-compact .brand-logo,
html.saboria-mobile-ux-ready body.is-order-phase .brand-logo {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

@media (max-width: 760px), (pointer: coarse) and (max-width: 920px) {
  html.saboria-mobile-ux-ready .site-header,
  html.is-mobile-hardware .site-header,
  html.is-saboria-compact .site-header {
    grid-template-columns: 44px minmax(0, 1fr) 44px !important;
    min-height: 74px !important;
    padding: 9px 11px 10px !important;
    gap: 8px !important;
  }

  html.saboria-mobile-ux-ready .brand-lockup,
  html.is-mobile-hardware .brand-lockup,
  html.is-saboria-compact .brand-lockup {
    width: min(100%, 238px) !important;
    max-width: 238px !important;
  }
}

@media (max-width: 390px) {
  :root {
    --saboria-header-wordmark-size: clamp(1.85rem, 8.1vw, 2.55rem);
    --saboria-menu-photo-size: clamp(108px, 34vw, 126px);
  }
}

/* Presentación/splash: aquí sí se conserva el logo circular. */
.brand-intro-logo-shell {
  width: min(76vw, 360px) !important;
  height: min(76vw, 360px) !important;
  aspect-ratio: 1 / 1 !important;
  border-radius: 999px !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 48% 42%, rgba(255, 252, 239, .96), rgba(249, 235, 207, .58) 68%, rgba(178, 124, 55, .16) 100%) !important;
  border: 1px solid rgba(189, 136, 56, .20) !important;
  box-shadow:
    0 30px 62px rgba(70, 42, 20, .16),
    0 0 68px rgba(216, 174, 82, .18),
    inset 0 1px 0 rgba(255,255,255,.72) !important;
}

.brand-intro-logo-shell::before {
  content: "" !important;
  position: absolute !important;
  inset: -12% !important;
  display: block !important;
  border-radius: inherit !important;
  background: radial-gradient(circle, rgba(255, 239, 190, .54), transparent 62%) !important;
  filter: blur(18px) !important;
  opacity: .76 !important;
  z-index: -1 !important;
}

.brand-intro-ring,
.brand-intro-logo-shell::after {
  display: none !important;
  content: none !important;
}

.brand-intro-logo {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 999px !important;
  clip-path: none !important;
  background: transparent !important;
  filter: drop-shadow(0 20px 38px rgba(55, 34, 18, .12)) contrast(1.02) saturate(1.02) !important;
}

/* Fotos de productos: siempre dentro de su marco, sin salirse ni deformarse. */
.photo-block,
.preview-photo-block,
.marketing-product-card .photo-block,
.product-card .photo-block,
.special-request-card .photo-block,
.product-card-media,
.marketing-product-media {
  overflow: hidden !important;
  contain: paint !important;
}

.product-photo,
.photo-block > img,
.preview-photo-block > img,
.marketing-product-card .product-photo,
.product-card .product-photo,
.special-request-card .product-photo {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: inherit !important;
  transform: none !important;
}

@media (max-width: 820px), (pointer: coarse) and (max-width: 920px) {
  html.saboria-mobile-ux-ready .marketing-product-media,
  html.saboria-mobile-ux-ready .product-card-media,
  html.saboria-mobile-ux-ready .special-request-card .product-card-media {
    width: var(--saboria-menu-photo-size) !important;
    min-width: var(--saboria-menu-photo-size) !important;
    max-width: var(--saboria-menu-photo-size) !important;
    align-self: stretch !important;
  }

  html.saboria-mobile-ux-ready .marketing-product-card .photo-block,
  html.saboria-mobile-ux-ready .product-card .photo-block,
  html.saboria-mobile-ux-ready .special-request-card .photo-block {
    width: 100% !important;
    height: 100% !important;
    min-height: var(--saboria-menu-photo-size) !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 20px !important;
  }

  html.saboria-mobile-ux-ready .product-card {
    grid-template-columns: var(--saboria-menu-photo-size) minmax(0, 1fr) !important;
    min-height: calc(var(--saboria-menu-photo-size) + 34px) !important;
    gap: 14px !important;
    align-items: stretch !important;
  }

  html.saboria-mobile-ux-ready .product-card-body {
    min-width: 0 !important;
    min-height: var(--saboria-menu-photo-size) !important;
    display: grid !important;
    grid-template-rows: minmax(0, 1fr) auto !important;
    gap: 9px !important;
    overflow: visible !important;
  }

  html.saboria-mobile-ux-ready .product-copy {
    min-width: 0 !important;
    display: grid !important;
    align-content: start !important;
    gap: 5px !important;
    overflow: visible !important;
  }

  html.saboria-mobile-ux-ready .product-description {
    display: -webkit-box !important;
    margin: 1px 0 0 !important;
    max-width: 100% !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    color: rgba(92, 61, 39, .72) !important;
    font-size: .72rem !important;
    line-height: 1.22 !important;
    font-weight: 650 !important;
  }

  html.saboria-mobile-ux-ready .product-info-strip {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
    margin-top: 2px !important;
    max-height: 27px !important;
    overflow: hidden !important;
  }

  html.saboria-mobile-ux-ready .product-info-strip span {
    min-height: 22px !important;
    padding: 0 8px !important;
    font-size: .62rem !important;
    line-height: 1 !important;
  }

  html.saboria-mobile-ux-ready .product-chip-row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
    max-height: 28px !important;
    overflow: hidden !important;
  }

  html.saboria-mobile-ux-ready .product-inline-chip {
    min-height: 22px !important;
    padding: 0 8px !important;
    font-size: .62rem !important;
    line-height: 1 !important;
  }

  html.saboria-mobile-ux-ready .product-copy h4,
  html.saboria-mobile-ux-ready .product-card h4 {
    margin: 0 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  html.saboria-mobile-ux-ready .product-meta {
    align-self: end !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: end !important;
    gap: 8px !important;
  }
}

/* Página cerrada: mantenerla centrada, con imagen fit y sin que el header la tape. */
body.is-store-closed .public-shell {
  min-height: 100dvh !important;
  align-content: start !important;
  padding-top: max(8px, env(safe-area-inset-top)) !important;
}

body.is-store-closed .closed-screen {
  position: relative !important;
  display: block !important;
  width: min(calc(100% - 24px), 760px) !important;
  min-height: min(70dvh, 620px) !important;
  margin: clamp(10px, 2vw, 18px) auto clamp(16px, 3vw, 26px) !important;
  overflow: hidden !important;
  border-radius: clamp(28px, 5vw, 38px) !important;
}

body.is-store-closed .closed-screen-media,
body.is-store-closed .closed-screen-media-placeholder,
body.is-store-closed .closed-screen-media-shell img,
body.is-store-closed .closed-screen-media-shell video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

@media (max-width: 760px) {
  body.is-store-closed .site-header {
    margin-bottom: 8px !important;
  }

  body.is-store-closed .closed-screen {
    width: min(calc(100% - 16px), 470px) !important;
    min-height: calc(100dvh - 106px - env(safe-area-inset-top) - env(safe-area-inset-bottom)) !important;
    border-radius: 30px !important;
  }

  body.is-store-closed .closed-screen-inner {
    min-height: calc(100dvh - 106px - env(safe-area-inset-top) - env(safe-area-inset-bottom)) !important;
    padding: 24px 22px !important;
  }
}

/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup · Cart realtime stability + photo fit repair ==== */
/* Product photos: show the full plate inside each frame instead of cropping it. */
.product-card .photo-block,
.marketing-product-card .photo-block,
.special-request-card .photo-block,
.product-card-media,
.marketing-product-media {
  background:
    radial-gradient(circle at 34% 26%, rgba(255,255,255,.72), transparent 32%),
    linear-gradient(135deg, var(--card-tone-light, #f3dcc6), var(--card-tone-dark, #cf9f7e)) !important;
}

.product-card .product-photo,
.marketing-product-card .product-photo,
.special-request-card .product-photo,
.product-card-media img,
.marketing-product-media img,
.photo-block img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
  filter: none !important;
  transition: opacity 140ms ease, filter 140ms ease !important;
}

.product-card:hover .product-photo,
.marketing-product-card:hover .product-photo,
.special-request-card:hover .product-photo,
.product-card:hover .product-card-media img,
.marketing-product-card:hover .marketing-product-media img,
.product-card:hover .photo-block img {
  transform: none !important;
  filter: none !important;
}

/* Quantity buttons and cart controls: no jump, no flashing repaint, no accidental card edit. */
.qty-button,
.quantity-control,
.summary-item-qty,
.cart-sheet-items .summary-item-qty,
.cart-sheet-items .summary-item-qty .qty-button {
  touch-action: manipulation !important;
  pointer-events: auto !important;
  transform: none !important;
  animation: none !important;
}

.qty-button:active,
.qty-button.is-pressed,
.quantity-control button:active,
.summary-item-qty .qty-button:active,
.cart-sheet-items .summary-item-qty .qty-button:active {
  transform: none !important;
  filter: none !important;
  box-shadow: inherit !important;
}

button.was-activated,
.primary-button.was-activated,
.secondary-button.was-activated,
.ghost-link.was-activated,
.icon-button.was-activated,
.toolbar-button.was-activated,
.text-button.was-activated,
.back-button.was-activated,
.close-sheet-button.was-activated,
.floating-help-button.was-activated,
.floating-back-button.was-activated,
.product-card.was-activated,
.special-request-card.was-activated,
.summary-item.was-activated,
.order-card.was-activated,
.history-card.was-activated,
.section-chip.was-activated,
.cart-dock-toggle.was-activated,
.cart-dock-toggle.just-updated,
.marketing-product-card.just-added,
.product-card.just-added,
.special-request-card.just-added {
  animation: none !important;
  transform: none !important;
}

html.saboria-mobile-ux-ready .product-card.is-pressed,
html.saboria-mobile-ux-ready .special-request-card.is-pressed,
html.saboria-mobile-ux-ready .summary-item.is-pressed,
html.saboria-mobile-ux-ready .cart-dock-toggle.is-pressed,
html.saboria-mobile-ux-ready .product-card.was-activated,
html.saboria-mobile-ux-ready .special-request-card.was-activated,
html.saboria-mobile-ux-ready .summary-item.was-activated,
html.saboria-mobile-ux-ready .cart-dock-toggle.was-activated,
html.saboria-mobile-ux-ready .cart-dock-toggle.just-updated,
html.saboria-mobile-ux-ready .product-card.just-added,
html.saboria-mobile-ux-ready .marketing-product-card.just-added {
  animation: none !important;
  transform: none !important;
  box-shadow: inherit !important;
}

html.saboria-mobile-ux-ready .cart-sheet-items .summary-item.summary-item-with-qty,
html.saboria-mobile-ux-ready #summaryItems .summary-item.summary-item-with-qty {
  will-change: auto !important;
  contain: layout paint !important;
}

html.saboria-mobile-ux-ready .cart-sheet-items .summary-item-qty .qty-button,
html.saboria-mobile-ux-ready #summaryItems .summary-item-qty .qty-button {
  z-index: 2 !important;
}

/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup · cart decrement, account separation, reference flow, photo fill ==== */
/* Product thumbnails should fill their own frame cleanly. */
.product-card .product-photo,
.marketing-product-card .product-photo,
.special-request-card .product-photo,
.product-card-media img,
.marketing-product-media img,
.product-card .photo-block > img,
.marketing-product-card .photo-block > img,
.special-request-card .photo-block > img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: none !important;
  animation: none !important;
}

.preview-photo-block > img,
.preview-photo-block .product-photo {
  object-fit: contain !important;
  object-position: center center !important;
}

.product-card .photo-block,
.marketing-product-card .photo-block,
.special-request-card .photo-block,
.product-card-media,
.marketing-product-media {
  overflow: hidden !important;
  isolation: isolate !important;
}

/* Cart configured lines: quantity buttons are primary controls; editing is explicit only. */
.summary-line-edit-button {
  appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  min-height: 24px !important;
  margin-top: 6px !important;
  padding: 0 10px !important;
  border: 1px solid rgba(129, 86, 51, .18) !important;
  border-radius: 999px !important;
  background: rgba(255, 248, 239, .82) !important;
  color: rgba(88, 55, 32, .78) !important;
  font-size: .68rem !important;
  font-weight: 850 !important;
  letter-spacing: .01em !important;
  line-height: 1 !important;
  touch-action: manipulation !important;
  cursor: pointer !important;
}

.summary-item.is-configured-line {
  cursor: default !important;
}

.summary-item.is-configured-line > div:first-child::after,
html.saboria-mobile-ux-ready .summary-item.is-editable-line > div:first-child::after {
  content: none !important;
  display: none !important;
}

.summary-item-qty,
.summary-item-qty .qty-button,
.cart-sheet-items .summary-item-qty,
.cart-sheet-items .summary-item-qty .qty-button {
  position: relative !important;
  z-index: 10 !important;
  pointer-events: auto !important;
  touch-action: manipulation !important;
  user-select: none !important;
  -webkit-user-select: none !important;
}

.summary-item-qty .qty-button {
  -webkit-tap-highlight-color: transparent !important;
}

/* Reduce visible flashes/jumps: no button repaint animation unless explicitly needed. */
button,
.toolbar-button,
.primary-button,
.secondary-button,
.ghost-pill-button,
.segment-button,
.qty-button,
.product-card,
.marketing-product-card,
.summary-item,
.checkout-highlight,
.checkout-group-block {
  backface-visibility: hidden !important;
  -webkit-font-smoothing: antialiased !important;
}

button:active,
.toolbar-button:active,
.primary-button:active,
.secondary-button:active,
.ghost-pill-button:active,
.segment-button:active,
.product-card:active,
.marketing-product-card:active,
.summary-item:active {
  transform: none !important;
  filter: none !important;
}

/* Account drawer belongs to client info and coupons, never orders. */
.account-profile-panel,
.account-rewards-panel {
  display: block !important;
}

.account-profile-status {
  display: grid !important;
  gap: 10px !important;
}

.account-status-card {
  display: grid !important;
  gap: 3px !important;
  padding: 12px 13px !important;
  border: 1px solid rgba(129, 86, 51, .13) !important;
  border-radius: 18px !important;
  background: rgba(255, 250, 244, .76) !important;
}

.account-status-card span {
  color: rgba(94, 61, 37, .58) !important;
  font-size: .68rem !important;
  font-weight: 850 !important;
  text-transform: uppercase !important;
  letter-spacing: .08em !important;
}

.account-status-card strong {
  color: #3a2418 !important;
  font-size: .92rem !important;
  font-weight: 900 !important;
  line-height: 1.18 !important;
}

.account-edit-profile-button {
  width: 100% !important;
  min-height: 42px !important;
}

/* Confirmation: delivery + payment first, then products and totals. */
.checkout-group-block-priority {
  border-color: rgba(150, 96, 52, .22) !important;
  background: linear-gradient(135deg, rgba(255, 249, 240, .96), rgba(242, 223, 204, .78)) !important;
}

.checkout-priority-rows {
  display: grid !important;
  gap: 8px !important;
}

.checkout-priority-rows .checkout-highlight {
  margin: 0 !important;
}

/* Closed page stays stable after the latest public header repairs. */
body.is-store-closed .closed-screen,
body.is-store-closed .closed-screen-inner {
  transform: none !important;
  animation: none !important;
}

body.is-store-closed .closed-screen-media-shell img,
body.is-store-closed .closed-screen-media-shell video,
body.is-store-closed .closed-screen-media,
body.is-store-closed .closed-screen-media-placeholder {
  object-fit: cover !important;
  object-position: center center !important;
}


/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup · salad cart decrement hard lock ==== */
#cartSheetItems .summary-item.is-configured-line,
#summaryItems .summary-item.is-configured-line {
  cursor: default !important;
}

#cartSheetItems .summary-item-qty,
#summaryItems .summary-item-qty {
  position: relative !important;
  z-index: 30 !important;
  pointer-events: auto !important;
  touch-action: manipulation !important;
}

#cartSheetItems .summary-item-qty .qty-button,
#summaryItems .summary-item-qty .qty-button {
  position: relative !important;
  z-index: 31 !important;
  pointer-events: auto !important;
  touch-action: manipulation !important;
  -webkit-tap-highlight-color: transparent !important;
}

#cartSheetItems .summary-line-edit-button,
#summaryItems .summary-line-edit-button {
  position: relative !important;
  z-index: 5 !important;
}


/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup · final product image fill lock ==== */
.product-card .product-photo,
.marketing-product-card .product-photo,
.special-request-card .product-photo,
.product-card-media img,
.marketing-product-media img,
.product-card .photo-block > img,
.marketing-product-card .photo-block > img,
.special-request-card .photo-block > img {
  object-fit: cover !important;
  object-position: center center !important;
}
.preview-photo-block > img,
.preview-photo-block .product-photo {
  object-fit: contain !important;
  object-position: center center !important;
}


/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup · category scroll lock ==== */
.menu-section-shell {
  scroll-margin-top: 132px;
}
.choice-option-card {
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* v20.0.482-saboria-production-no-executable-scripts-security-cleanup · cuenta con datos visibles y compactos */
.account-profile-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}
.account-status-card-wide {
  grid-column: 1 / -1 !important;
}
@media (max-width: 640px) {
  .account-profile-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup · Cinematic brand memory splash ==== */
.brand-intro-splash.brand-intro-cinematic {
  position: fixed !important;
  inset: 0 !important;
  z-index: 9998 !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  background: #f5e9d6 !important;
  animation: saboriaCinematicSplashExit 4.72s cubic-bezier(.18,.82,.14,1) forwards !important;
  will-change: opacity, transform !important;
  transform: translateZ(0) !important;
  backface-visibility: hidden !important;
  contain: layout paint style !important;
}

.brand-intro-cinematic[hidden] {
  display: none !important;
}

.brand-intro-cinematic .brand-intro-bg {
  position: absolute !important;
  inset: -5% !important;
  width: 110% !important;
  height: 110% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center !important;
  opacity: .92 !important;
  filter: saturate(1.03) contrast(1.02) brightness(1.02) !important;
  transform: scale(1.055) translate3d(0, 0, 0) !important;
  animation: saboriaCinematicBgBreath 4.72s cubic-bezier(.19,.8,.18,1) both !important;
  will-change: transform, opacity !important;
  pointer-events: none !important;
}

.brand-intro-cinematic .brand-intro-cinema-warmth {
  position: absolute !important;
  inset: 0 !important;
  background:
    radial-gradient(circle at 50% 43%, rgba(255, 246, 222, .64), rgba(247, 224, 184, .32) 36%, transparent 62%),
    radial-gradient(circle at 18% 14%, rgba(255,255,255,.52), transparent 32%),
    linear-gradient(180deg, rgba(255, 247, 229, .18), rgba(189, 124, 51, .14)) !important;
  mix-blend-mode: soft-light !important;
  opacity: .94 !important;
  pointer-events: none !important;
}

.brand-intro-cinematic .brand-intro-grain {
  position: absolute !important;
  inset: 0 !important;
  opacity: .16 !important;
  background-image:
    radial-gradient(circle at 18% 25%, rgba(72, 44, 24, .12) 0 1px, transparent 1.4px),
    radial-gradient(circle at 76% 48%, rgba(255, 255, 255, .45) 0 1px, transparent 1.3px) !important;
  background-size: 21px 23px, 29px 31px !important;
  animation: saboriaCinematicGrain 1.6s steps(2, end) infinite !important;
  pointer-events: none !important;
}

.brand-intro-cinematic .brand-intro-orb {
  position: absolute !important;
  border-radius: 999px !important;
  filter: blur(22px) !important;
  opacity: .55 !important;
  pointer-events: none !important;
  animation: saboriaCinematicOrbFloat 4.72s cubic-bezier(.18,.78,.16,1) both !important;
}

.brand-intro-cinematic .brand-intro-orb-left {
  width: 220px !important;
  height: 220px !important;
  left: -54px !important;
  top: 12% !important;
  background: rgba(255, 233, 187, .68) !important;
}

.brand-intro-cinematic .brand-intro-orb-right {
  width: 280px !important;
  height: 280px !important;
  right: -82px !important;
  bottom: 9% !important;
  background: rgba(178, 112, 45, .28) !important;
  animation-delay: .18s !important;
}

.brand-intro-cinematic .brand-intro-content {
  position: relative !important;
  z-index: 5 !important;
  width: min(90vw, 440px) !important;
  min-height: auto !important;
  display: grid !important;
  justify-items: center !important;
  align-content: center !important;
  gap: clamp(14px, 2.5vw, 22px) !important;
  padding: clamp(24px, 7vw, 42px) clamp(18px, 5vw, 36px) !important;
  transform: translateZ(0) !important;
  animation: saboriaCinematicContentIn 4.72s cubic-bezier(.16,.84,.14,1) both !important;
  will-change: opacity, transform, filter !important;
}

.brand-intro-cinematic .brand-intro-kicker {
  margin: 0 !important;
  color: rgba(63, 38, 22, .94) !important;
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: clamp(2.35rem, 8vw, 4.25rem) !important;
  line-height: .9 !important;
  letter-spacing: -.075em !important;
  font-weight: 700 !important;
  text-shadow: 0 12px 30px rgba(68, 39, 19, .13) !important;
  animation: saboriaCinematicTitleIn 4.72s cubic-bezier(.16,.84,.14,1) both !important;
}

.brand-intro-cinematic .brand-intro-logo-shell {
  position: relative !important;
  width: min(72vw, 336px) !important;
  height: min(72vw, 336px) !important;
  max-width: 336px !important;
  max-height: 336px !important;
  border-radius: 999px !important;
  overflow: visible !important;
  background: radial-gradient(circle at 50% 50%, rgba(255, 251, 238, .74), rgba(216, 174, 82, .16) 58%, transparent 77%) !important;
  box-shadow:
    0 38px 84px rgba(56, 35, 18, .20),
    0 0 84px rgba(214, 170, 78, .25),
    inset 0 1px 0 rgba(255,255,255,.58) !important;
  transform-origin: center !important;
  animation: saboriaCinematicSealIn 4.72s cubic-bezier(.15,.86,.14,1) both !important;
  will-change: opacity, transform, filter !important;
}

.brand-intro-cinematic .brand-intro-logo-shell::before {
  content: "" !important;
  position: absolute !important;
  inset: -16% !important;
  display: block !important;
  border-radius: 999px !important;
  z-index: -1 !important;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 237, 190, .64), rgba(213, 164, 66, .18) 42%, transparent 72%),
    conic-gradient(from 24deg, transparent 0deg, rgba(255,255,255,.62) 22deg, transparent 55deg, transparent 360deg) !important;
  filter: blur(20px) !important;
  opacity: .84 !important;
  animation: saboriaCinematicGoldAura 3.8s cubic-bezier(.19,.8,.18,1) both !important;
}

.brand-intro-cinematic .brand-intro-logo-shell::after {
  content: "" !important;
  position: absolute !important;
  inset: 7% !important;
  display: block !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.36) !important;
  opacity: .75 !important;
  pointer-events: none !important;
}

.brand-intro-cinematic .brand-intro-ring {
  display: block !important;
  position: absolute !important;
  inset: -8px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(213, 164, 66, .34) !important;
  opacity: 0 !important;
  transform: scale(.92) !important;
  animation: saboriaCinematicRing 4.72s cubic-bezier(.18,.82,.16,1) both !important;
}

.brand-intro-cinematic .brand-intro-logo {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 999px !important;
  clip-path: none !important;
  background: transparent !important;
  filter: drop-shadow(0 22px 38px rgba(54, 32, 16, .18)) saturate(1.04) contrast(1.03) !important;
}

.brand-intro-cinematic .brand-intro-shine {
  position: absolute !important;
  inset: -4% !important;
  display: block !important;
  border-radius: 999px !important;
  z-index: 3 !important;
  opacity: 0 !important;
  background: linear-gradient(115deg, transparent 32%, rgba(255,255,255,.72) 48%, transparent 63%) !important;
  mix-blend-mode: screen !important;
  transform: translateX(-48%) rotate(4deg) !important;
  animation: saboriaCinematicShine 4.72s cubic-bezier(.19,.8,.18,1) both !important;
  pointer-events: none !important;
}

.brand-intro-cinematic .brand-intro-welcome {
  margin: -2px 0 0 !important;
  color: rgba(78, 49, 30, .84) !important;
  font-size: clamp(1rem, 3.35vw, 1.18rem) !important;
  line-height: 1.2 !important;
  letter-spacing: .015em !important;
  font-weight: 700 !important;
  text-align: center !important;
  text-shadow: 0 10px 24px rgba(255,255,255,.38) !important;
  animation: saboriaCinematicWelcomeIn 4.72s cubic-bezier(.16,.84,.14,1) both !important;
}

.brand-intro-cinematic .brand-intro-steam {
  position: absolute !important;
  z-index: 4 !important;
  left: 50% !important;
  bottom: 18% !important;
  width: min(70vw, 420px) !important;
  height: 42vh !important;
  transform: translateX(-50%) !important;
  pointer-events: none !important;
  opacity: .72 !important;
  filter: blur(.3px) !important;
}

.brand-intro-cinematic .brand-intro-steam span {
  position: absolute !important;
  bottom: 0 !important;
  width: clamp(48px, 14vw, 82px) !important;
  height: clamp(160px, 37vh, 280px) !important;
  border-radius: 999px !important;
  background: radial-gradient(ellipse at 50% 80%, rgba(255,255,255,0), rgba(255,255,255,.30) 46%, rgba(255,255,255,0) 72%) !important;
  filter: blur(15px) !important;
  opacity: 0 !important;
  transform: translate3d(0, 32px, 0) scale(.74) rotate(-6deg) !important;
  animation: saboriaCinematicSteam 4.72s ease-out both !important;
}

.brand-intro-cinematic .brand-intro-steam span:nth-child(1) { left: 20%; animation-delay: .4s !important; }
.brand-intro-cinematic .brand-intro-steam span:nth-child(2) { left: 43%; animation-delay: .72s !important; height: clamp(180px, 42vh, 310px) !important; }
.brand-intro-cinematic .brand-intro-steam span:nth-child(3) { left: 63%; animation-delay: .56s !important; transform: translate3d(0, 32px, 0) scale(.72) rotate(7deg) !important; }

.brand-intro-cinematic .brand-intro-herbs {
  position: absolute !important;
  inset: 0 !important;
  z-index: 3 !important;
  pointer-events: none !important;
  overflow: hidden !important;
}

.brand-intro-cinematic .brand-herb,
.brand-intro-cinematic .brand-pepper {
  position: absolute !important;
  display: block !important;
  opacity: 0 !important;
  transform-origin: center !important;
  will-change: opacity, transform !important;
}

.brand-intro-cinematic .brand-herb {
  width: clamp(24px, 6vw, 36px) !important;
  height: clamp(14px, 3.7vw, 22px) !important;
  border-radius: 62% 38% 62% 38% !important;
  background:
    radial-gradient(circle at 32% 42%, rgba(255,255,255,.34), transparent 21%),
    linear-gradient(135deg, #83a957 0%, #477233 56%, #2f5225 100%) !important;
  box-shadow: 0 10px 18px rgba(54, 62, 26, .18) !important;
}

.brand-intro-cinematic .brand-herb::before,
.brand-intro-cinematic .brand-herb::after {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  border-radius: inherit !important;
  background: inherit !important;
  inset: 20% -32% 18% 42% !important;
  transform: rotate(48deg) scale(.72) !important;
}

.brand-intro-cinematic .brand-herb::after {
  inset: 18% 42% 20% -32% !important;
  transform: rotate(-48deg) scale(.7) !important;
}

.brand-intro-cinematic .brand-pepper {
  width: clamp(18px, 4.2vw, 28px) !important;
  height: clamp(38px, 9vw, 58px) !important;
  border-radius: 56% 44% 58% 42% / 60% 48% 52% 40% !important;
  background:
    radial-gradient(circle at 36% 22%, rgba(255,255,255,.35), transparent 19%),
    linear-gradient(155deg, #bf3e26 0%, #d7722f 52%, #8e2619 100%) !important;
  box-shadow: 0 14px 22px rgba(86, 37, 18, .18) !important;
}

.brand-intro-cinematic .brand-pepper::before {
  content: "" !important;
  position: absolute !important;
  left: 42% !important;
  top: -8px !important;
  width: 8px !important;
  height: 13px !important;
  border-radius: 999px !important;
  background: #41692f !important;
  transform: rotate(-22deg) !important;
}

.brand-intro-cinematic .brand-herb-1 { left: 14%; top: -5%; animation: saboriaCinematicLeafFall 4.72s cubic-bezier(.18,.82,.16,1) .22s both !important; }
.brand-intro-cinematic .brand-herb-2 { right: 17%; top: -6%; transform: scale(.85) rotate(21deg); animation: saboriaCinematicLeafFall2 4.72s cubic-bezier(.18,.82,.16,1) .52s both !important; }
.brand-intro-cinematic .brand-herb-3 { left: 54%; top: -7%; transform: scale(.72) rotate(-13deg); animation: saboriaCinematicLeafFall3 4.72s cubic-bezier(.18,.82,.16,1) .74s both !important; }
.brand-intro-cinematic .brand-pepper-1 { left: 24%; top: -9%; animation: saboriaCinematicPepperDrop 4.72s cubic-bezier(.17,.83,.18,1) .34s both !important; }
.brand-intro-cinematic .brand-pepper-2 { right: 24%; top: -11%; transform: scale(.75) rotate(12deg); animation: saboriaCinematicPepperDrop2 4.72s cubic-bezier(.17,.83,.18,1) .86s both !important; }

@keyframes saboriaCinematicBgBreath {
  0% { opacity: 0; transform: scale(1.11) translate3d(0, 10px, 0); }
  16% { opacity: .94; }
  100% { opacity: .92; transform: scale(1.035) translate3d(0, -4px, 0); }
}

@keyframes saboriaCinematicContentIn {
  0%, 9% { opacity: 0; transform: translate3d(0, 18px, 0) scale(.985); filter: blur(9px); }
  24% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); filter: blur(0); }
  82% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); filter: blur(0); }
  100% { opacity: 0; transform: translate3d(0, -12px, 0) scale(.99); filter: blur(8px); }
}

@keyframes saboriaCinematicTitleIn {
  0%, 8% { opacity: 0; transform: translate3d(0, 16px, 0) scale(.985); letter-spacing: -.12em; }
  26% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); letter-spacing: -.075em; }
  78% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(0, -8px, 0); }
}

@keyframes saboriaCinematicSealIn {
  0%, 18% { opacity: 0; transform: translate3d(0, 22px, 0) scale(.82); filter: blur(12px); }
  39% { opacity: 1; transform: translate3d(0, 0, 0) scale(1.025); filter: blur(0); }
  55%, 82% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); filter: blur(0); }
  100% { opacity: 0; transform: translate3d(0, -14px, 0) scale(.97); filter: blur(8px); }
}

@keyframes saboriaCinematicWelcomeIn {
  0%, 34% { opacity: 0; transform: translate3d(0, 12px, 0); }
  52%, 82% { opacity: 1; transform: translate3d(0, 0, 0); }
  100% { opacity: 0; transform: translate3d(0, -8px, 0); }
}

@keyframes saboriaCinematicShine {
  0%, 43% { opacity: 0; transform: translateX(-52%) rotate(4deg); }
  54% { opacity: .72; }
  71%, 100% { opacity: 0; transform: translateX(52%) rotate(4deg); }
}

@keyframes saboriaCinematicGoldAura {
  0%, 18% { opacity: 0; transform: scale(.84) rotate(-8deg); }
  48% { opacity: .9; transform: scale(1.02) rotate(0deg); }
  100% { opacity: .72; transform: scale(1.05) rotate(8deg); }
}

@keyframes saboriaCinematicRing {
  0%, 30% { opacity: 0; transform: scale(.88); }
  45% { opacity: .7; }
  78%, 100% { opacity: 0; transform: scale(1.14); }
}

@keyframes saboriaCinematicSteam {
  0%, 12% { opacity: 0; transform: translate3d(0, 34px, 0) scale(.68) rotate(-6deg); }
  36% { opacity: .36; }
  74% { opacity: .18; }
  100% { opacity: 0; transform: translate3d(0, -88px, 0) scale(1.06) rotate(7deg); }
}

@keyframes saboriaCinematicLeafFall {
  0% { opacity: 0; transform: translate3d(-12px, -38px, 0) rotate(-35deg) scale(.7); }
  18% { opacity: .82; }
  64% { opacity: .88; transform: translate3d(62px, 42vh, 0) rotate(96deg) scale(1); }
  100% { opacity: 0; transform: translate3d(88px, 72vh, 0) rotate(168deg) scale(.86); }
}

@keyframes saboriaCinematicLeafFall2 {
  0% { opacity: 0; transform: translate3d(8px, -42px, 0) rotate(40deg) scale(.6); }
  22% { opacity: .74; }
  66% { opacity: .82; transform: translate3d(-58px, 46vh, 0) rotate(-118deg) scale(.86); }
  100% { opacity: 0; transform: translate3d(-86px, 74vh, 0) rotate(-196deg) scale(.72); }
}

@keyframes saboriaCinematicLeafFall3 {
  0% { opacity: 0; transform: translate3d(0, -48px, 0) rotate(-12deg) scale(.54); }
  24% { opacity: .7; }
  68% { opacity: .76; transform: translate3d(22px, 40vh, 0) rotate(86deg) scale(.78); }
  100% { opacity: 0; transform: translate3d(38px, 70vh, 0) rotate(156deg) scale(.64); }
}

@keyframes saboriaCinematicPepperDrop {
  0% { opacity: 0; transform: translate3d(0, -58px, 0) rotate(-26deg) scale(.62); }
  24% { opacity: .86; }
  60% { opacity: .86; transform: translate3d(34px, 33vh, 0) rotate(42deg) scale(.82); }
  100% { opacity: 0; transform: translate3d(52px, 64vh, 0) rotate(102deg) scale(.7); }
}

@keyframes saboriaCinematicPepperDrop2 {
  0% { opacity: 0; transform: translate3d(0, -60px, 0) rotate(20deg) scale(.52); }
  26% { opacity: .72; }
  58% { opacity: .72; transform: translate3d(-30px, 30vh, 0) rotate(-44deg) scale(.68); }
  100% { opacity: 0; transform: translate3d(-48px, 62vh, 0) rotate(-106deg) scale(.56); }
}

@keyframes saboriaCinematicOrbFloat {
  0% { opacity: 0; transform: translate3d(0, 18px, 0) scale(.82); }
  22% { opacity: .55; }
  100% { opacity: .36; transform: translate3d(0, -12px, 0) scale(1.08); }
}

@keyframes saboriaCinematicGrain {
  0% { transform: translate3d(0,0,0); }
  100% { transform: translate3d(1px,-1px,0); }
}

@keyframes saboriaCinematicSplashExit {
  0%, 84% { opacity: 1; visibility: visible; }
  100% { opacity: 0; visibility: hidden; }
}

@media (max-width: 520px) {
  .brand-intro-cinematic .brand-intro-content {
    width: min(92vw, 390px) !important;
    gap: 15px !important;
    transform: translateZ(0) !important;
  }

  .brand-intro-cinematic .brand-intro-logo-shell {
    width: min(74vw, 316px) !important;
    height: min(74vw, 316px) !important;
  }

  .brand-intro-cinematic .brand-intro-bg {
    inset: -8% !important;
    width: 116% !important;
    height: 116% !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-intro-splash.brand-intro-cinematic,
  .brand-intro-cinematic .brand-intro-bg,
  .brand-intro-cinematic .brand-intro-content,
  .brand-intro-cinematic .brand-intro-kicker,
  .brand-intro-cinematic .brand-intro-logo-shell,
  .brand-intro-cinematic .brand-intro-welcome,
  .brand-intro-cinematic .brand-intro-shine,
  .brand-intro-cinematic .brand-intro-ring,
  .brand-intro-cinematic .brand-intro-steam span,
  .brand-intro-cinematic .brand-herb,
  .brand-intro-cinematic .brand-pepper {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup · Cinematic splash by takes: ingredientes → vapor → logo ==== */
.brand-intro-splash.brand-intro-sequence {
  --intro-duration: 3.18s;
  --intro-ease: cubic-bezier(.18,.82,.16,1);
  background: #f5e9d8 !important;
  animation: saboriaSequenceExit var(--intro-duration) var(--intro-ease) forwards !important;
}

.brand-intro-sequence .brand-intro-bg {
  inset: -4% !important;
  width: 108% !important;
  height: 108% !important;
  opacity: .98 !important;
  filter: saturate(1.02) contrast(1.015) brightness(1.02) !important;
  transform: scale(1.075) translate3d(0, 10px, 0) !important;
  animation: saboriaSequenceBg 3.18s cubic-bezier(.19,.8,.16,1) both !important;
}

.brand-intro-sequence .brand-intro-cinema-warmth {
  background:
    radial-gradient(circle at 50% 53%, rgba(255, 246, 224, .74), rgba(232, 185, 105, .22) 38%, transparent 66%),
    radial-gradient(circle at 18% 16%, rgba(255,255,255,.72), transparent 34%),
    linear-gradient(180deg, rgba(255, 248, 236, .24), rgba(173, 107, 46, .14)) !important;
  opacity: .96 !important;
}

.brand-intro-sequence .brand-intro-orb {
  animation: saboriaSequenceAura 3.18s cubic-bezier(.2,.8,.16,1) both !important;
}

.brand-intro-sequence .brand-intro-content {
  position: relative !important;
  z-index: 7 !important;
  width: min(92vw, 460px) !important;
  display: grid !important;
  place-items: center !important;
  gap: clamp(12px, 2.8vw, 18px) !important;
  padding: 0 clamp(18px, 5vw, 36px) !important;
  animation: none !important;
  opacity: 1 !important;
  transform: translateZ(0) !important;
  filter: none !important;
}

.brand-intro-sequence .brand-intro-kicker {
  display: none !important;
}

.brand-intro-sequence .brand-intro-logo-shell {
  width: min(66vw, 310px) !important;
  height: min(66vw, 310px) !important;
  max-width: 310px !important;
  max-height: 310px !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  opacity: 0 !important;
  transform: translate3d(0, 26px, 0) scale(.72) !important;
  filter: blur(16px) saturate(.92) !important;
  animation: saboriaLogoBornFromSteam 3.18s cubic-bezier(.16,.84,.12,1) both !important;
  box-shadow:
    0 30px 78px rgba(93, 54, 24, .26),
    0 0 0 1px rgba(255, 255, 255, .42) inset !important;
}

.brand-intro-sequence .brand-intro-logo-shell::before {
  content: "" !important;
  position: absolute !important;
  inset: -26% !important;
  border-radius: 50% !important;
  background:
    conic-gradient(from 220deg, transparent, rgba(255, 227, 160, .26), rgba(187, 122, 44, .56), rgba(255, 238, 188, .34), transparent 78%),
    radial-gradient(circle, rgba(255, 241, 205, .36), transparent 64%) !important;
  opacity: 0 !important;
  transform: scale(.7) rotate(-16deg) !important;
  animation: saboriaSteamGoldRing 3.18s cubic-bezier(.16,.84,.14,1) both !important;
  pointer-events: none !important;
}

.brand-intro-sequence .brand-intro-logo-shell::after {
  content: "" !important;
  position: absolute !important;
  inset: -10% !important;
  border-radius: 50% !important;
  border: 1px solid rgba(255, 232, 176, .52) !important;
  opacity: 0 !important;
  transform: scale(.72) !important;
  animation: saboriaSteamTraceRing 3.18s cubic-bezier(.16,.84,.14,1) both !important;
  pointer-events: none !important;
}

.brand-intro-sequence .brand-intro-logo {
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}

.brand-intro-sequence .brand-intro-ring {
  display: block !important;
  position: absolute !important;
  inset: -7% !important;
  border-radius: 50% !important;
  border: 1px solid rgba(203, 144, 62, .5) !important;
  opacity: 0 !important;
  transform: scale(.72) !important;
  animation: saboriaVaporLogoPulse 3.18s ease-out both !important;
}

.brand-intro-sequence .brand-intro-shine {
  z-index: 4 !important;
  opacity: 0 !important;
  animation: saboriaLogoSoftShine 3.18s cubic-bezier(.16,.84,.14,1) both !important;
}

.brand-intro-sequence .brand-intro-welcome {
  margin: 0 !important;
  color: rgba(65, 39, 22, .93) !important;
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: clamp(1.18rem, 4.8vw, 1.72rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -.035em !important;
  font-weight: 650 !important;
  text-align: center !important;
  text-shadow: 0 12px 28px rgba(75, 45, 24, .14) !important;
  opacity: 0 !important;
  transform: translate3d(0, 12px, 0) !important;
  animation: saboriaWelcomeAfterLogo 3.18s cubic-bezier(.16,.84,.14,1) both !important;
}

.brand-intro-sequence .brand-intro-ingredients {
  position: absolute !important;
  inset: 0 !important;
  z-index: 4 !important;
  pointer-events: none !important;
  overflow: hidden !important;
  perspective: 900px !important;
}

.brand-intro-sequence .brand-ingredient {
  position: absolute !important;
  display: block !important;
  opacity: 0 !important;
  transform-origin: center !important;
  will-change: transform, opacity, filter !important;
  filter: drop-shadow(0 16px 18px rgba(74, 43, 20, .16)) !important;
}

/* Chile / pimiento */
.brand-intro-sequence .ingredient-pepper {
  width: clamp(24px, 6.6vw, 42px) !important;
  height: clamp(52px, 13.5vw, 86px) !important;
  left: 15% !important;
  top: -14% !important;
  border-radius: 58% 42% 66% 34% / 58% 48% 52% 42% !important;
  background:
    radial-gradient(circle at 32% 20%, rgba(255,255,255,.44), transparent 20%),
    linear-gradient(145deg, #dc4a28 0%, #c63822 52%, #8d2416 100%) !important;
  animation: saboriaIngredientPepper 3.18s cubic-bezier(.2,.86,.14,1) .34s both !important;
}
.brand-intro-sequence .ingredient-pepper::before {
  content: "" !important;
  position: absolute !important;
  left: 44% !important;
  top: -11px !important;
  width: 9px !important;
  height: 17px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #5f7f37, #2f5125) !important;
  transform: rotate(-24deg) !important;
}

/* Ajo */
.brand-intro-sequence .ingredient-garlic {
  width: clamp(38px, 10vw, 64px) !important;
  height: clamp(42px, 11vw, 70px) !important;
  right: 13% !important;
  top: -15% !important;
  border-radius: 52% 48% 58% 42% / 62% 62% 38% 38% !important;
  background:
    radial-gradient(circle at 32% 25%, rgba(255,255,255,.84), transparent 32%),
    linear-gradient(135deg, #fff8e6 0%, #ead7b6 54%, #c59f70 100%) !important;
  animation: saboriaIngredientGarlic 3.18s cubic-bezier(.2,.86,.14,1) .48s both !important;
}
.brand-intro-sequence .ingredient-garlic::before,
.brand-intro-sequence .ingredient-garlic::after {
  content: "" !important;
  position: absolute !important;
  top: 16% !important;
  bottom: 13% !important;
  width: 1px !important;
  background: rgba(139, 101, 66, .24) !important;
}
.brand-intro-sequence .ingredient-garlic::before { left: 38% !important; transform: rotate(8deg) !important; }
.brand-intro-sequence .ingredient-garlic::after { right: 35% !important; transform: rotate(-8deg) !important; }

/* Jitomate */
.brand-intro-sequence .ingredient-tomato {
  width: clamp(38px, 10.5vw, 68px) !important;
  height: clamp(38px, 10.5vw, 68px) !important;
  left: 67% !important;
  top: -16% !important;
  border-radius: 50% !important;
  background:
    radial-gradient(circle at 34% 28%, rgba(255,255,255,.5), transparent 20%),
    linear-gradient(145deg, #ee5a32 0%, #c9301f 62%, #8f2118 100%) !important;
  animation: saboriaIngredientTomato 3.18s cubic-bezier(.2,.86,.14,1) .18s both !important;
}
.brand-intro-sequence .ingredient-tomato::before {
  content: "" !important;
  position: absolute !important;
  left: 31% !important;
  top: -7px !important;
  width: 28px !important;
  height: 15px !important;
  background: linear-gradient(135deg, #60813a, #2f5629) !important;
  clip-path: polygon(50% 0, 61% 38%, 100% 22%, 70% 55%, 86% 100%, 50% 70%, 13% 100%, 30% 55%, 0 22%, 39% 38%) !important;
}

/* Cilantro */
.brand-intro-sequence .ingredient-cilantro {
  width: clamp(52px, 13vw, 82px) !important;
  height: clamp(34px, 8vw, 54px) !important;
  left: 8% !important;
  top: -13% !important;
  animation: saboriaIngredientCilantro 3.18s cubic-bezier(.2,.86,.14,1) .72s both !important;
}
.brand-intro-sequence .ingredient-cilantro,
.brand-intro-sequence .ingredient-cilantro::before,
.brand-intro-sequence .ingredient-cilantro::after {
  background:
    radial-gradient(ellipse at 30% 46%, #7aa34f 0 24%, transparent 26%),
    radial-gradient(ellipse at 52% 35%, #5f913f 0 23%, transparent 25%),
    radial-gradient(ellipse at 74% 48%, #477331 0 23%, transparent 25%),
    linear-gradient(90deg, transparent 48%, rgba(60, 92, 40, .7) 49% 51%, transparent 52%) !important;
}
.brand-intro-sequence .ingredient-cilantro::before,
.brand-intro-sequence .ingredient-cilantro::after {
  content: "" !important;
  position: absolute !important;
  inset: 4px 0 0 0 !important;
  transform: rotate(23deg) scale(.72) !important;
}
.brand-intro-sequence .ingredient-cilantro::after { transform: rotate(-27deg) scale(.66) !important; }

/* Apio */
.brand-intro-sequence .ingredient-celery {
  width: clamp(14px, 3.2vw, 22px) !important;
  height: clamp(78px, 19vw, 124px) !important;
  right: 20% !important;
  top: -22% !important;
  border-radius: 999px !important;
  background:
    linear-gradient(90deg, rgba(255,255,255,.25), transparent 24%),
    linear-gradient(180deg, #bedc78 0%, #7aa644 58%, #547b35 100%) !important;
  box-shadow: inset 4px 0 0 rgba(255,255,255,.18) !important;
  animation: saboriaIngredientCelery 3.18s cubic-bezier(.2,.86,.14,1) .62s both !important;
}
.brand-intro-sequence .ingredient-celery::before,
.brand-intro-sequence .ingredient-celery::after {
  content: "" !important;
  position: absolute !important;
  top: -6px !important;
  width: 22px !important;
  height: 16px !important;
  border-radius: 60% 40% 60% 40% !important;
  background: #6d9d3d !important;
}
.brand-intro-sequence .ingredient-celery::before { left: -18px !important; transform: rotate(-34deg) !important; }
.brand-intro-sequence .ingredient-celery::after { right: -18px !important; transform: rotate(34deg) !important; }

/* Cebolla */
.brand-intro-sequence .ingredient-onion {
  width: clamp(46px, 12vw, 76px) !important;
  height: clamp(34px, 8.8vw, 56px) !important;
  left: 52% !important;
  top: -14% !important;
  border-radius: 50% !important;
  border: 6px solid rgba(160, 80, 98, .55) !important;
  background:
    radial-gradient(ellipse at center, transparent 0 38%, rgba(255,255,255,.82) 40% 58%, transparent 60%) !important;
  animation: saboriaIngredientOnion 3.18s cubic-bezier(.2,.86,.14,1) .84s both !important;
}
.brand-intro-sequence .ingredient-onion::before {
  content: "" !important;
  position: absolute !important;
  inset: 8px 10px !important;
  border-radius: 50% !important;
  border: 3px solid rgba(176, 96, 114, .35) !important;
}

/* Hoja final / hierba */
.brand-intro-sequence .ingredient-herb {
  width: clamp(42px, 11vw, 74px) !important;
  height: clamp(20px, 5vw, 34px) !important;
  left: 34% !important;
  top: -12% !important;
  border-radius: 64% 36% 62% 38% !important;
  background:
    radial-gradient(circle at 28% 38%, rgba(255,255,255,.36), transparent 23%),
    linear-gradient(135deg, #8fac55 0%, #536f31 100%) !important;
  animation: saboriaIngredientHerb 3.18s cubic-bezier(.2,.86,.14,1) .96s both !important;
}
.brand-intro-sequence .ingredient-herb::before,
.brand-intro-sequence .ingredient-herb::after {
  content: "" !important;
  position: absolute !important;
  inset: 16% 48% 18% -26% !important;
  border-radius: inherit !important;
  background: inherit !important;
  transform: rotate(-42deg) scale(.68) !important;
}
.brand-intro-sequence .ingredient-herb::after {
  inset: 16% -26% 18% 48% !important;
  transform: rotate(42deg) scale(.68) !important;
}

.brand-intro-sequence .brand-intro-vapor-field {
  position: absolute !important;
  z-index: 6 !important;
  left: 50% !important;
  bottom: 22% !important;
  width: min(84vw, 480px) !important;
  height: min(55vh, 440px) !important;
  transform: translateX(-50%) !important;
  opacity: 1 !important;
  filter: none !important;
  pointer-events: none !important;
}

.brand-intro-sequence .brand-intro-vapor-field span {
  position: absolute !important;
  bottom: 0 !important;
  opacity: 0 !important;
  width: clamp(56px, 17vw, 96px) !important;
  height: clamp(160px, 38vh, 286px) !important;
  border-radius: 999px !important;
  background:
    radial-gradient(ellipse at 50% 88%, rgba(255,255,255,0), rgba(255,255,255,.44) 38%, rgba(255,244,222,.24) 56%, rgba(255,255,255,0) 78%) !important;
  filter: blur(14px) !important;
  transform: translate3d(0, 58px, 0) scale(.56) rotate(-10deg) !important;
  animation: saboriaVaporBuildLogo 3.18s ease-out both !important;
}
.brand-intro-sequence .brand-intro-vapor-field span:nth-child(1) { left: 10% !important; animation-delay: 1.06s !important; }
.brand-intro-sequence .brand-intro-vapor-field span:nth-child(2) { left: 27% !important; animation-delay: 1.14s !important; height: clamp(186px, 43vh, 320px) !important; }
.brand-intro-sequence .brand-intro-vapor-field span:nth-child(3) { left: 45% !important; animation-delay: 1.0s !important; width: clamp(72px, 20vw, 120px) !important; height: clamp(210px, 48vh, 350px) !important; }
.brand-intro-sequence .brand-intro-vapor-field span:nth-child(4) { left: 62% !important; animation-delay: 1.18s !important; transform: translate3d(0, 58px, 0) scale(.52) rotate(10deg) !important; }
.brand-intro-sequence .brand-intro-vapor-field span:nth-child(5) { left: 75% !important; animation-delay: 1.28s !important; width: clamp(46px, 14vw, 82px) !important; transform: translate3d(0, 58px, 0) scale(.5) rotate(16deg) !important; }

@keyframes saboriaSequenceBg {
  0% { opacity: 0; transform: scale(1.105) translate3d(0, 14px, 0); }
  14% { opacity: .98; }
  100% { opacity: .98; transform: scale(1.035) translate3d(0, -4px, 0); }
}

@keyframes saboriaSequenceAura {
  0%, 20% { opacity: 0; transform: scale(.82); }
  54% { opacity: .46; transform: scale(1.02); }
  100% { opacity: .28; transform: scale(1.08); }
}

@keyframes saboriaIngredientPepper {
  0%, 7% { opacity: 0; transform: translate3d(-28px, -64px, 80px) rotate(-32deg) scale(.62); filter: blur(4px) drop-shadow(0 16px 18px rgba(74,43,20,.12)); }
  22% { opacity: .96; filter: blur(0) drop-shadow(0 16px 18px rgba(74,43,20,.16)); }
  48%, 75% { opacity: .95; transform: translate3d(8vw, 22vh, 0) rotate(42deg) scale(.92); }
  100% { opacity: .12; transform: translate3d(9vw, 24vh, 0) rotate(45deg) scale(.9); }
}
@keyframes saboriaIngredientGarlic {
  0%, 9% { opacity: 0; transform: translate3d(24px, -70px, 70px) rotate(28deg) scale(.64); filter: blur(4px) drop-shadow(0 16px 18px rgba(74,43,20,.12)); }
  25% { opacity: .94; filter: blur(0) drop-shadow(0 16px 18px rgba(74,43,20,.16)); }
  52%, 77% { opacity: .95; transform: translate3d(-6vw, 26vh, 0) rotate(-18deg) scale(.92); }
  100% { opacity: .13; transform: translate3d(-6vw, 28vh, 0) rotate(-17deg) scale(.9); }
}
@keyframes saboriaIngredientTomato {
  0%, 6% { opacity: 0; transform: translate3d(14px, -66px, 80px) rotate(18deg) scale(.62); filter: blur(4px) drop-shadow(0 16px 18px rgba(74,43,20,.12)); }
  22% { opacity: .96; filter: blur(0) drop-shadow(0 16px 18px rgba(74,43,20,.16)); }
  49%, 76% { opacity: .95; transform: translate3d(4vw, 19vh, 0) rotate(-10deg) scale(.92); }
  100% { opacity: .12; transform: translate3d(4vw, 21vh, 0) rotate(-9deg) scale(.9); }
}
@keyframes saboriaIngredientCilantro {
  0%, 12% { opacity: 0; transform: translate3d(-22px, -66px, 60px) rotate(-25deg) scale(.62); filter: blur(4px) drop-shadow(0 16px 18px rgba(74,43,20,.12)); }
  30% { opacity: .9; filter: blur(0) drop-shadow(0 16px 18px rgba(74,43,20,.16)); }
  54%, 78% { opacity: .92; transform: translate3d(12vw, 48vh, 0) rotate(64deg) scale(.92); }
  100% { opacity: .12; transform: translate3d(13vw, 50vh, 0) rotate(66deg) scale(.9); }
}
@keyframes saboriaIngredientCelery {
  0%, 15% { opacity: 0; transform: translate3d(28px, -90px, 80px) rotate(38deg) scale(.62); filter: blur(4px) drop-shadow(0 16px 18px rgba(74,43,20,.12)); }
  34% { opacity: .88; filter: blur(0) drop-shadow(0 16px 18px rgba(74,43,20,.16)); }
  57%, 78% { opacity: .9; transform: translate3d(-16vw, 50vh, 0) rotate(-48deg) scale(.84); }
  100% { opacity: .1; transform: translate3d(-16vw, 52vh, 0) rotate(-49deg) scale(.82); }
}
@keyframes saboriaIngredientOnion {
  0%, 17% { opacity: 0; transform: translate3d(0, -70px, 80px) rotate(-8deg) scale(.62); filter: blur(4px) drop-shadow(0 16px 18px rgba(74,43,20,.12)); }
  36% { opacity: .86; filter: blur(0) drop-shadow(0 16px 18px rgba(74,43,20,.16)); }
  58%, 79% { opacity: .88; transform: translate3d(-18vw, 31vh, 0) rotate(36deg) scale(.82); }
  100% { opacity: .1; transform: translate3d(-18vw, 33vh, 0) rotate(38deg) scale(.8); }
}
@keyframes saboriaIngredientHerb {
  0%, 19% { opacity: 0; transform: translate3d(0, -58px, 70px) rotate(34deg) scale(.58); filter: blur(4px) drop-shadow(0 16px 18px rgba(74,43,20,.12)); }
  38% { opacity: .82; filter: blur(0) drop-shadow(0 16px 18px rgba(74,43,20,.16)); }
  59%, 80% { opacity: .84; transform: translate3d(2vw, 54vh, 0) rotate(-58deg) scale(.78); }
  100% { opacity: .08; transform: translate3d(2vw, 56vh, 0) rotate(-60deg) scale(.76); }
}

@keyframes saboriaVaporBuildLogo {
  0%, 30% { opacity: 0; transform: translate3d(0, 68px, 0) scale(.48) rotate(-10deg); }
  45% { opacity: .62; }
  62% { opacity: .5; transform: translate3d(0, -16px, 0) scale(1.05) rotate(4deg); }
  76% { opacity: .34; transform: translate3d(0, -64px, 0) scale(1.22) rotate(9deg); }
  100% { opacity: 0; transform: translate3d(0, -122px, 0) scale(1.36) rotate(12deg); }
}

@keyframes saboriaLogoBornFromSteam {
  0%, 50% { opacity: 0; transform: translate3d(0, 30px, 0) scale(.66); filter: blur(20px) saturate(.85); }
  64% { opacity: .72; transform: translate3d(0, 8px, 0) scale(.92); filter: blur(8px) saturate(.95); }
  76% { opacity: 1; transform: translate3d(0, 0, 0) scale(1.018); filter: blur(0) saturate(1); }
  88%, 94% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); filter: blur(0) saturate(1); }
  100% { opacity: 0; transform: translate3d(0, -10px, 0) scale(.985); filter: blur(7px) saturate(.96); }
}

@keyframes saboriaSteamGoldRing {
  0%, 50% { opacity: 0; transform: scale(.68) rotate(-18deg); }
  72% { opacity: .72; transform: scale(1.02) rotate(2deg); }
  90% { opacity: .48; transform: scale(1.08) rotate(10deg); }
  100% { opacity: 0; transform: scale(1.12) rotate(14deg); }
}

@keyframes saboriaSteamTraceRing {
  0%, 54% { opacity: 0; transform: scale(.72); }
  72% { opacity: .58; transform: scale(1); }
  92%, 100% { opacity: 0; transform: scale(1.18); }
}

@keyframes saboriaVaporLogoPulse {
  0%, 58% { opacity: 0; transform: scale(.76); }
  72% { opacity: .66; transform: scale(1); }
  100% { opacity: 0; transform: scale(1.18); }
}

@keyframes saboriaLogoSoftShine {
  0%, 65% { opacity: 0; transform: translateX(-60%) rotate(6deg); }
  78% { opacity: .64; }
  91%, 100% { opacity: 0; transform: translateX(58%) rotate(6deg); }
}

@keyframes saboriaWelcomeAfterLogo {
  0%, 72% { opacity: 0; transform: translate3d(0, 12px, 0); filter: blur(5px); }
  82%, 94% { opacity: 1; transform: translate3d(0, 0, 0); filter: blur(0); }
  100% { opacity: 0; transform: translate3d(0, -6px, 0); filter: blur(5px); }
}

@keyframes saboriaSequenceExit {
  0%, 91% { opacity: 1; visibility: visible; }
  100% { opacity: 0; visibility: hidden; }
}

@media (max-width: 520px) {
  .brand-intro-sequence .brand-intro-bg {
    inset: -10% !important;
    width: 120% !important;
    height: 120% !important;
    object-position: center !important;
  }
  .brand-intro-sequence .brand-intro-logo-shell {
    width: min(70vw, 310px) !important;
    height: min(70vw, 310px) !important;
  }
  .brand-intro-sequence .brand-intro-vapor-field {
    bottom: 19% !important;
    height: min(56vh, 420px) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-intro-splash.brand-intro-sequence,
  .brand-intro-sequence .brand-intro-bg,
  .brand-intro-sequence .brand-intro-orb,
  .brand-intro-sequence .brand-intro-logo-shell,
  .brand-intro-sequence .brand-intro-logo-shell::before,
  .brand-intro-sequence .brand-intro-logo-shell::after,
  .brand-intro-sequence .brand-intro-ring,
  .brand-intro-sequence .brand-intro-shine,
  .brand-intro-sequence .brand-intro-welcome,
  .brand-intro-sequence .brand-intro-vapor-field span,
  .brand-intro-sequence .brand-ingredient {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup · Clean real-ingredient cinematic splash video ==== */
.brand-intro-splash.brand-intro-rendered-video {
  position: fixed !important;
  inset: 0 !important;
  z-index: 10030 !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  background: #f4e5d2 !important;
  animation: none !important;
}

.brand-intro-splash.brand-intro-rendered-video[hidden] {
  display: none !important;
}

.brand-intro-rendered-video .brand-intro-video-player {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  border: 0 !important;
  outline: 0 !important;
  background: #f4e5d2 !important;
  transform: translateZ(0) !important;
}

.brand-intro-rendered-video .brand-intro-video-fallback {
  position: absolute !important;
  inset: 0 !important;
  display: grid !important;
  place-items: center !important;
  gap: 18px !important;
  padding: 24px !important;
  background: radial-gradient(circle at 50% 45%, rgba(255, 247, 225, .8), rgba(214, 155, 78, .18) 42%, rgba(244, 229, 210, .96) 78%) !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.brand-intro-rendered-video .brand-intro-video-fallback img {
  width: min(64vw, 320px) !important;
  height: auto !important;
  border-radius: 50% !important;
  filter: drop-shadow(0 24px 54px rgba(82, 47, 23, .22)) !important;
}

.brand-intro-rendered-video .brand-intro-video-fallback p {
  margin: 0 !important;
  color: rgba(66, 38, 20, .94) !important;
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: clamp(1.15rem, 5vw, 1.7rem) !important;
  font-weight: 600 !important;
  letter-spacing: -.035em !important;
  text-align: center !important;
}

.brand-intro-rendered-video .brand-intro-video-player:not([src]) + .brand-intro-video-fallback,
.brand-intro-rendered-video .brand-intro-video-player:empty + .brand-intro-video-fallback {
  opacity: 1 !important;
}

@keyframes saboriaRenderedVideoSplashExit {
  0%, 94% { opacity: 1; visibility: visible; }
  100% { opacity: 0; visibility: hidden; }
}

@media (prefers-reduced-motion: reduce) {
  .brand-intro-splash.brand-intro-rendered-video {
    animation-duration: .01ms !important;
  }
  .brand-intro-rendered-video .brand-intro-video-player {
    display: none !important;
  }
  .brand-intro-rendered-video .brand-intro-video-fallback {
    opacity: 1 !important;
  }
}


/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup · Splash foreground overlay repair ==== */
.brand-intro-rendered-video .brand-intro-video-fallback,
.brand-intro-rendered-video .brand-intro-video-fallback img,
.brand-intro-rendered-video .brand-intro-video-fallback p {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.brand-intro-rendered-video .brand-intro-video-player:not([src]) + .brand-intro-video-fallback,
.brand-intro-rendered-video .brand-intro-video-player:empty + .brand-intro-video-fallback {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}


/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup · Splash overlay text/logo purge ====
   El video ya trae su propia bienvenida; cualquier leyenda/logo HTML heredado queda bloqueado. */
.brand-intro-splash.brand-intro-rendered-video::before,
.brand-intro-splash.brand-intro-rendered-video::after {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.brand-intro-splash.brand-intro-rendered-video > :not(.brand-intro-video-player) {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.brand-intro-splash.brand-intro-rendered-video .brand-intro-content,
.brand-intro-splash.brand-intro-rendered-video .brand-intro-logo-shell,
.brand-intro-splash.brand-intro-rendered-video .brand-intro-logo,
.brand-intro-splash.brand-intro-rendered-video .brand-intro-welcome,
.brand-intro-splash.brand-intro-rendered-video .brand-intro-kicker,
.brand-intro-splash.brand-intro-rendered-video .brand-intro-copy,
.brand-intro-splash.brand-intro-rendered-video .brand-intro-video-fallback,
.brand-intro-splash.brand-intro-rendered-video .brand-intro-video-fallback img,
.brand-intro-splash.brand-intro-rendered-video .brand-intro-video-fallback p {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.brand-intro-splash.brand-intro-rendered-video .brand-intro-video-player {
  display: block !important;
  z-index: 1 !important;
}


/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup · Smooth 60fps splash handoff ==== */
.brand-intro-splash.brand-intro-rendered-video.is-fading-out {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity .42s ease, visibility .42s ease !important;
}

.brand-intro-rendered-video .brand-intro-video-player {
  image-rendering: auto !important;
  backface-visibility: hidden !important;
  will-change: opacity, transform !important;
}


/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup · smooth splash + account drawer data repair ==== */
.brand-intro-rendered-video,
.brand-intro-video-player {
  transform: translateZ(0) !important;
  backface-visibility: hidden !important;
  -webkit-font-smoothing: antialiased !important;
}
.brand-intro-rendered-video.is-fading-out {
  transition: opacity 520ms cubic-bezier(.22,.61,.36,1), filter 520ms cubic-bezier(.22,.61,.36,1) !important;
  opacity: 0 !important;
  filter: blur(1px) saturate(1.04) !important;
}
.account-card {
  display: flex !important;
  flex-direction: column !important;
}
.account-panels {
  display: grid !important;
  gap: 14px !important;
}
.account-profile-panel[hidden],
.account-rewards-panel[hidden] {
  display: none !important;
}
.account-profile-grid-fixed {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}
.account-profile-grid-fixed .account-status-card-wide {
  grid-column: 1 / -1 !important;
}
.account-profile-status:empty::before {
  content: "Tus datos aparecerán aquí. Presiona Guardar mis datos para completar tu cuenta.";
  display: block;
  padding: 14px;
  border: 1px solid rgba(129, 86, 51, .13);
  border-radius: 18px;
  background: rgba(255, 250, 244, .76);
  color: rgba(58, 36, 24, .82);
  font-weight: 800;
}
@media (max-width: 640px) {
  .account-profile-grid-fixed {
    grid-template-columns: 1fr !important;
  }
}

/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup · stable splash + real account sections ==== */
.brand-intro-splash.brand-intro-rendered-video {
  background: #f4e5d2 !important;
  transform: none !important;
  backface-visibility: visible !important;
  contain: layout paint size !important;
}
.brand-intro-rendered-video,
.brand-intro-rendered-video .brand-intro-video-player {
  transform: none !important;
  translate: none !important;
  rotate: none !important;
  scale: none !important;
  will-change: opacity !important;
  backface-visibility: visible !important;
}
.brand-intro-rendered-video .brand-intro-video-player {
  image-rendering: auto !important;
  filter: none !important;
}
.brand-intro-splash.brand-intro-rendered-video.is-fading-out {
  filter: none !important;
  transition: opacity 560ms cubic-bezier(.22,.61,.36,1), visibility 560ms cubic-bezier(.22,.61,.36,1) !important;
}
.account-card {
  width: min(100%, 440px) !important;
  max-height: min(88dvh, 780px) !important;
  overflow-y: auto !important;
}
.account-section-nav.account-section-nav-extended {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin-top: 12px !important;
}
.account-section-nav.account-section-nav-extended .ghost-pill-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 38px !important;
  padding: 0.55rem 0.65rem !important;
  font-size: 0.82rem !important;
  text-align: center !important;
  white-space: normal !important;
  line-height: 1.1 !important;
}
.account-panels {
  display: grid !important;
  gap: 14px !important;
  margin-top: 14px !important;
}
.account-panel-block,
.account-profile-panel,
.account-history-panel,
.account-feedback-panel,
.account-rewards-panel {
  display: grid !important;
  gap: 10px !important;
  min-width: 0 !important;
  scroll-margin-top: 18px !important;
}
.account-profile-grid-fixed.account-overview-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}
.account-profile-grid-fixed .account-status-card-wide {
  grid-column: 1 / -1 !important;
}
.account-user-hero {
  background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,246,232,.96)) !important;
}
.account-history-list,
.account-rewards-list {
  display: grid !important;
  gap: 10px !important;
}
.account-history-mini-card {
  display: flex !important;
  justify-content: space-between !important;
  gap: 12px !important;
  align-items: center !important;
  padding: 12px 13px !important;
  border: 1px solid rgba(146,103,53,.14) !important;
  border-radius: 16px !important;
  background: rgba(255,255,255,.78) !important;
}
.account-history-mini-card strong,
.account-history-mini-card span {
  display: block !important;
}
.account-history-mini-card span {
  margin-top: 2px !important;
  font-size: .82rem !important;
  color: rgba(88,63,42,.72) !important;
}
.account-feedback-card {
  display: grid !important;
  gap: 10px !important;
  padding: 13px !important;
  border: 1px solid rgba(146,103,53,.14) !important;
  border-radius: 18px !important;
  background: rgba(255,250,244,.82) !important;
}
.account-feedback-card p {
  margin: 0 !important;
  color: rgba(88,63,42,.82) !important;
}
.account-feedback-card textarea {
  width: 100% !important;
  resize: vertical !important;
  min-height: 104px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(146,103,53,.18) !important;
  background: rgba(255,255,255,.9) !important;
  padding: 12px !important;
  font: inherit !important;
  color: rgba(58,36,24,.92) !important;
}
.account-feedback-actions {
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  gap: 8px !important;
}
html.saboria-mobile-ux-ready .account-section-nav #accountGoRewardsButton,
html.saboria-mobile-ux-ready .account-section-nav #accountGoHistoryButton,
html.saboria-mobile-ux-ready .account-section-nav #accountGoFeedbackButton,
html.saboria-mobile-ux-ready #accountProfileStatus .account-overview-actions [data-account-open-history],
html.saboria-mobile-ux-ready #accountProfileStatus .account-overview-actions [data-account-open-active] {
  display: inline-flex !important;
}
@media (max-width: 640px) {
  .account-profile-grid-fixed.account-overview-grid {
    grid-template-columns: 1fr !important;
  }
  .account-card {
    max-height: min(86dvh, 760px) !important;
  }
}


/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup · splash video restore + Mis datos account repair ==== */
.brand-intro-splash.brand-intro-rendered-video {
  background: #f4e5d2 !important;
}
.brand-intro-splash.brand-intro-rendered-video .brand-intro-video-player {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  filter: none !important;
  image-rendering: auto !important;
}
#accountMenuButton {
  gap: 5px !important;
}
#accountMenuButton span {
  display: inline-block;
  font-size: .72rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .01em;
  white-space: nowrap;
}
#accountMenu .account-section-nav,
#accountMenu #accountProfilePanel,
#accountMenu #accountHistoryPanel,
#accountMenu #accountFeedbackPanel,
#accountMenu #accountRewardsPanel,
#accountMenu .account-panels {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}
#accountMenu .account-section-nav {
  display: grid !important;
}
#accountMenu .account-panels,
#accountMenu #accountProfilePanel,
#accountMenu #accountHistoryPanel,
#accountMenu #accountFeedbackPanel,
#accountMenu #accountRewardsPanel {
  display: grid !important;
}
#accountMenu #accountProfilePanel[hidden],
#accountMenu #accountHistoryPanel[hidden],
#accountMenu #accountFeedbackPanel[hidden],
#accountMenu #accountRewardsPanel[hidden] {
  display: none !important;
}
html.saboria-mobile-ux-ready #accountMenu .account-section-nav,
html.saboria-mobile-ux-ready #accountMenu #accountProfilePanel,
html.saboria-mobile-ux-ready #accountMenu #accountHistoryPanel,
html.saboria-mobile-ux-ready #accountMenu #accountFeedbackPanel,
html.saboria-mobile-ux-ready #accountMenu #accountRewardsPanel,
html.saboria-mobile-ux-ready #accountMenu .account-panels {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}
html.saboria-mobile-ux-ready #accountMenu .account-section-nav {
  display: grid !important;
}
html.saboria-mobile-ux-ready #accountMenu .account-panels,
html.saboria-mobile-ux-ready #accountMenu #accountProfilePanel,
html.saboria-mobile-ux-ready #accountMenu #accountHistoryPanel,
html.saboria-mobile-ux-ready #accountMenu #accountFeedbackPanel,
html.saboria-mobile-ux-ready #accountMenu #accountRewardsPanel {
  display: grid !important;
}
html.saboria-mobile-ux-ready #accountMenu #accountProfilePanel[hidden],
html.saboria-mobile-ux-ready #accountMenu #accountHistoryPanel[hidden],
html.saboria-mobile-ux-ready #accountMenu #accountFeedbackPanel[hidden],
html.saboria-mobile-ux-ready #accountMenu #accountRewardsPanel[hidden] {
  display: none !important;
}
@media (max-width: 820px), (pointer: coarse) and (max-width: 920px) {
  html.saboria-mobile-ux-ready .site-header {
    grid-template-columns: 54px minmax(0, 1fr) 64px !important;
  }
  html.saboria-mobile-ux-ready .site-header #accountMenuButton {
    width: 62px !important;
    min-width: 62px !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 4px 4px !important;
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2px !important;
    border-radius: 16px !important;
  }
  html.saboria-mobile-ux-ready .site-header #accountMenuButton span:not(.cart-count-badge):not(.header-active-count) {
    display: block !important;
    font-size: .54rem !important;
    line-height: .9 !important;
    font-weight: 900 !important;
    letter-spacing: .01em !important;
    white-space: nowrap !important;
  }
  html.saboria-mobile-ux-ready .site-header #accountMenuButton svg {
    width: 16px !important;
    height: 16px !important;
  }
}

/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup · Mis datos as real subscreens + clean nav handoff ==== */
#accountMenu .account-section-nav[hidden],
html.saboria-mobile-ux-ready #accountMenu .account-section-nav[hidden] {
  display: none !important;
}
#accountMenu[data-account-view="home"] .account-panels {
  margin-top: 0 !important;
}
#accountMenu[data-account-view="home"] .account-panel-block {
  display: none !important;
}
#accountMenu .account-subscreen-head {
  align-items: flex-start !important;
  gap: 10px !important;
  margin-bottom: 2px !important;
}
#accountMenu .account-back-button {
  min-height: 32px !important;
  padding: .42rem .72rem !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.74) !important;
  border: 1px solid rgba(116,73,38,.14) !important;
  color: rgba(64,39,23,.86) !important;
  box-shadow: 0 10px 22px rgba(65,39,21,.08) !important;
}
#accountMenu .account-back-button::before {
  content: "←";
  margin-right: 5px;
}
#accountMenu .account-section-nav.account-section-nav-extended {
  margin-top: 14px !important;
}
#accountMenu .account-section-nav.account-section-nav-extended .ghost-pill-button {
  min-height: 54px !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(255,248,238,.86)) !important;
  border: 1px solid rgba(126,83,45,.13) !important;
  box-shadow: 0 14px 32px rgba(74,43,22,.08) !important;
}
#accountMenu .account-panel-block:not([hidden]) {
  animation: accountSubscreenIn 260ms cubic-bezier(.2,.72,.2,1) both;
}
@keyframes accountSubscreenIn {
  from { opacity: 0; transform: translate3d(0, 8px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
@media (max-width: 640px) {
  #accountMenu .account-section-nav.account-section-nav-extended {
    grid-template-columns: 1fr !important;
  }
  #accountMenu .account-section-nav.account-section-nav-extended .ghost-pill-button {
    min-height: 48px !important;
  }
}

/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup · Centro de ayuda, tutorial inicial y cupón emergente limpio ==== */
.support-center-card{display:grid;gap:14px}.support-center-lead{margin:0;color:var(--muted);line-height:1.45}.support-center-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.support-center-option{border:1px solid rgba(111,80,52,.16);border-radius:20px;background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(255,248,238,.76));box-shadow:0 16px 34px rgba(68,39,20,.08);padding:13px 14px;text-align:left;color:var(--text);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.support-center-option:hover,.support-center-option:focus-visible{transform:translateY(-1px);border-color:rgba(171,98,46,.34);box-shadow:0 20px 44px rgba(68,39,20,.12);outline:none}.support-center-option strong{display:block;font-size:.92rem;letter-spacing:-.01em}.support-center-option span{display:block;margin-top:4px;color:var(--muted);font-size:.78rem;line-height:1.35}.support-center-compose{display:grid;gap:7px}.support-center-compose>span{font-size:.78rem;font-weight:800;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.promo-popup-actions,.tutorial-actions{display:flex;flex-wrap:wrap;gap:9px;align-items:center}.onboarding-tutorial-card{max-width:620px;width:min(92vw,620px);border-radius:30px;overflow:hidden}.tutorial-step-list{display:grid;gap:10px;margin:6px 0 16px}.tutorial-step-card{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:start;border:1px solid rgba(111,80,52,.14);border-radius:22px;padding:13px;background:rgba(255,251,245,.84);box-shadow:0 14px 30px rgba(68,39,20,.07)}.tutorial-step-card>span{width:36px;height:36px;display:grid;place-items:center;border-radius:14px;background:rgba(145,82,43,.12);color:var(--accent);font-weight:900}.tutorial-step-card strong{display:block;margin-bottom:3px;font-size:.98rem}.tutorial-step-card p{margin:0;color:var(--muted);line-height:1.4;font-size:.88rem}@media (max-width:680px){.support-center-grid{grid-template-columns:1fr}.support-center-option{border-radius:18px;padding:12px}.onboarding-tutorial-card{width:min(94vw,520px);border-radius:24px}.tutorial-step-card{grid-template-columns:36px minmax(0,1fr);border-radius:18px;padding:11px}}

/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup · Splash + centro de ayuda mobile + tutorial guiado ==== */
.onboarding-tutorial-sheet {
  z-index: 10040;
}
.onboarding-tutorial-card {
  width: min(560px, calc(100vw - 28px));
  max-height: min(86dvh, 760px);
  overflow: auto;
}
.tutorial-prompt-panel,
.tutorial-guide-panel {
  display: grid;
  gap: 16px;
}
.tutorial-lead,
.tutorial-guide-copy {
  margin: 0;
  color: rgba(71, 52, 34, .78);
  line-height: 1.55;
}
.tutorial-mini-route {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.tutorial-mini-route span {
  min-height: 42px;
  display: grid;
  place-items: center;
  padding: 8px 6px;
  border-radius: 16px;
  font-size: .78rem;
  font-weight: 800;
  color: rgba(77, 55, 33, .82);
  background: linear-gradient(180deg, rgba(255,255,255,.88), rgba(246,232,210,.74));
  border: 1px solid rgba(177, 136, 84, .16);
}
.tutorial-guide-progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: rgba(122, 86, 48, .78);
  font-weight: 850;
  font-size: .82rem;
}
.tutorial-guide-panel h3 {
  margin: 0;
  font-size: clamp(1.32rem, 4.2vw, 1.85rem);
  letter-spacing: -.045em;
  color: rgba(61, 38, 21, .94);
}
.tutorial-guide-pulse {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: rgba(210, 91, 41, .78);
  box-shadow: 0 0 0 0 rgba(210, 91, 41, .32);
  animation: saboriaTutorialPulse 1.2s ease-out infinite;
}
@keyframes saboriaTutorialPulse {
  0% { box-shadow: 0 0 0 0 rgba(210, 91, 41, .32); }
  100% { box-shadow: 0 0 0 18px rgba(210, 91, 41, 0); }
}
.onboarding-tutorial-sheet.is-guide-mode {
  background: transparent !important;
  pointer-events: none;
  align-items: end;
  justify-items: center;
  padding: 14px 14px calc(22px + env(safe-area-inset-bottom));
}
.onboarding-tutorial-sheet.is-guide-mode .onboarding-tutorial-card {
  pointer-events: auto;
  width: min(480px, calc(100vw - 24px));
  max-height: min(38dvh, 360px);
  overflow: auto;
  border: 1px solid rgba(177, 105, 48, .26);
  box-shadow: 0 26px 70px rgba(44, 28, 17, .28);
  backdrop-filter: blur(18px);
}
body.is-guided-tutorial .saboria-tutorial-target {
  position: relative !important;
  z-index: 10041 !important;
  outline: 3px solid rgba(239, 96, 43, .92) !important;
  outline-offset: 5px !important;
  box-shadow: 0 0 0 9px rgba(239, 96, 43, .13), 0 18px 44px rgba(56, 30, 15, .22) !important;
  animation: saboriaTutorialTarget 1.15s ease-in-out infinite alternate !important;
}
@keyframes saboriaTutorialTarget {
  from { transform: translateZ(0) scale(1); }
  to { transform: translateZ(0) scale(1.015); }
}
body.is-guided-tutorial::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 10039;
  pointer-events: none;
  background: radial-gradient(circle at var(--tutorial-spotlight-x, 50vw) var(--tutorial-spotlight-y, 50vh), rgba(255,255,255,0) 0 var(--tutorial-spotlight-size, 110px), rgba(22, 13, 8, .11) calc(var(--tutorial-spotlight-size, 110px) + 52px), rgba(22, 13, 8, .34));
  backdrop-filter: blur(1px);
}
.onboarding-tutorial-sheet.is-guide-mode .onboarding-tutorial-card {
  position: fixed !important;
  left: var(--tutorial-card-left, 18px) !important;
  top: var(--tutorial-card-top, auto) !important;
  right: auto !important;
  bottom: auto !important;
  width: var(--tutorial-card-width, min(480px, calc(100vw - 36px))) !important;
  z-index: 10045 !important;
}
.onboarding-tutorial-sheet.is-guide-mode .onboarding-tutorial-card::before {
  content: "";
  position: absolute;
  left: var(--tutorial-arrow-x, 50%);
  width: 0;
  height: 0;
  transform: translateX(-50%);
}
.onboarding-tutorial-sheet.is-guide-mode[data-tutorial-placement="below"] .onboarding-tutorial-card::before {
  top: -13px;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 14px solid rgba(255, 250, 242, .96);
  filter: drop-shadow(0 -3px 5px rgba(74, 42, 20, .16));
}
.onboarding-tutorial-sheet.is-guide-mode[data-tutorial-placement="above"] .onboarding-tutorial-card::before {
  bottom: -13px;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 14px solid rgba(255, 250, 242, .96);
  filter: drop-shadow(0 3px 5px rgba(74, 42, 20, .16));
}
.onboarding-tutorial-sheet.is-guide-mode::after {
  content: "➜";
  position: fixed;
  left: var(--tutorial-pointer-x, 50vw);
  top: var(--tutorial-pointer-y, 50vh);
  z-index: 10046;
  pointer-events: none;
  color: rgba(237, 87, 37, .96);
  font-size: clamp(2.2rem, 7vw, 4rem);
  line-height: 1;
  text-shadow: 0 8px 24px rgba(72, 38, 16, .25), 0 0 18px rgba(255, 240, 212, .82);
  transform: translate(-50%, -50%) rotate(var(--tutorial-arrow-rotation, -90deg));
  animation: saboriaTutorialArrow 920ms cubic-bezier(.2,.72,.2,1) infinite alternate;
}
@keyframes saboriaTutorialArrow {
  from { transform: translate(-50%, -50%) rotate(var(--tutorial-arrow-rotation, -90deg)) translateX(-2px); opacity: .72; }
  to { transform: translate(-50%, -50%) rotate(var(--tutorial-arrow-rotation, -90deg)) translateX(9px); opacity: 1; }
}

@media (max-width: 720px), (pointer: coarse) {
  #helpChatSheet,
  #orderChatSheet {
    align-items: end !important;
    justify-items: stretch !important;
    padding: 10px 10px calc(12px + env(safe-area-inset-bottom)) !important;
  }
  #helpChatSheet .overlay-card,
  #orderChatSheet .overlay-card,
  .help-chat-card {
    width: 100% !important;
    max-width: 100% !important;
    min-height: auto !important;
    height: min(82dvh, 720px) !important;
    max-height: min(82dvh, 720px) !important;
    border-radius: 24px 24px 18px 18px !important;
    overflow: hidden !important;
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr) auto auto !important;
    gap: 10px !important;
  }
  .help-chat-messages {
    min-height: 0 !important;
    max-height: none !important;
    height: auto !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }
  .help-quick-actions {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    overflow-x: auto !important;
    padding-bottom: 4px !important;
    scrollbar-width: none;
  }
  .help-quick-actions::-webkit-scrollbar { display: none; }
  .help-quick-actions .section-chip {
    white-space: nowrap !important;
    flex: 0 0 auto !important;
  }
  .help-chat-form {
    grid-template-columns: 1fr !important;
    padding: 10px !important;
    gap: 8px !important;
  }
  .help-chat-form textarea,
  #helpChatInput,
  #orderChatInput {
    min-height: 74px !important;
    max-height: 112px !important;
    resize: none !important;
    font-size: 16px !important;
  }
  .help-chat-form .primary-button {
    min-height: 48px !important;
  }
  .onboarding-tutorial-sheet:not(.is-guide-mode) {
    align-items: end !important;
    justify-items: stretch !important;
    padding: 10px 10px calc(10px + env(safe-area-inset-bottom)) !important;
  }
  .onboarding-tutorial-sheet:not(.is-guide-mode) .onboarding-tutorial-card {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 24px 24px 18px 18px !important;
  }
  .onboarding-tutorial-sheet.is-guide-mode {
    padding: 0 !important;
    align-items: stretch !important;
    justify-items: stretch !important;
  }
  .onboarding-tutorial-sheet.is-guide-mode .onboarding-tutorial-card {
    max-width: none !important;
    max-height: min(46dvh, 360px) !important;
  }
  .tutorial-mini-route {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tutorial-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
  .tutorial-guide-actions {
    grid-template-columns: auto 1fr auto !important;
  }
}

/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup · Clean coach marks: tooltip over real UI, no heavy blur ==== */
.onboarding-tutorial-sheet.is-guide-mode {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  overflow: visible !important;
}
.onboarding-tutorial-sheet.is-guide-mode .onboarding-tutorial-card {
  width: var(--tutorial-card-width, min(340px, calc(100vw - 28px))) !important;
  max-width: min(340px, calc(100vw - 28px)) !important;
  max-height: none !important;
  overflow: visible !important;
  padding: 14px !important;
  border-radius: 20px !important;
  background: linear-gradient(145deg, rgba(255, 252, 245, .96), rgba(255, 244, 228, .91)) !important;
  border: 1px solid rgba(177, 105, 48, .24) !important;
  box-shadow: 0 20px 48px rgba(44, 28, 17, .22) !important;
  backdrop-filter: blur(8px) saturate(1.08) !important;
  -webkit-backdrop-filter: blur(8px) saturate(1.08) !important;
}
.onboarding-tutorial-sheet.is-guide-mode .tutorial-prompt-head {
  display: none !important;
}
.onboarding-tutorial-sheet.is-guide-mode .tutorial-guide-panel {
  gap: 9px !important;
}
.onboarding-tutorial-sheet.is-guide-mode .tutorial-guide-progress {
  font-size: .68rem !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  color: rgba(139, 93, 47, .78) !important;
}
.onboarding-tutorial-sheet.is-guide-mode .tutorial-guide-pulse {
  width: 10px !important;
  height: 10px !important;
}
.onboarding-tutorial-sheet.is-guide-mode .tutorial-guide-panel h3 {
  font-size: clamp(1.02rem, 3.6vw, 1.25rem) !important;
  letter-spacing: -.025em !important;
  line-height: 1.08 !important;
}
.onboarding-tutorial-sheet.is-guide-mode .tutorial-guide-copy {
  font-size: .86rem !important;
  line-height: 1.4 !important;
}
.onboarding-tutorial-sheet.is-guide-mode .tutorial-guide-actions {
  display: grid !important;
  grid-template-columns: auto 1fr auto !important;
  gap: 7px !important;
  margin-top: 3px !important;
}
.onboarding-tutorial-sheet.is-guide-mode .tutorial-guide-actions .primary-button,
.onboarding-tutorial-sheet.is-guide-mode .tutorial-guide-actions .secondary-button,
.onboarding-tutorial-sheet.is-guide-mode .tutorial-guide-actions .ghost-pill-button {
  min-height: 38px !important;
  padding: 8px 12px !important;
  border-radius: 999px !important;
  font-size: .78rem !important;
}
body.is-guided-tutorial::before {
  background: radial-gradient(circle at var(--tutorial-spotlight-x, 50vw) var(--tutorial-spotlight-y, 50vh), rgba(255,255,255,0) 0 var(--tutorial-spotlight-size, 100px), rgba(22, 13, 8, .055) calc(var(--tutorial-spotlight-size, 100px) + 28px), rgba(22, 13, 8, .18)) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
body.is-guided-tutorial .saboria-tutorial-target {
  outline: 2px solid rgba(239, 96, 43, .96) !important;
  outline-offset: 4px !important;
  box-shadow: 0 0 0 7px rgba(239, 96, 43, .13), 0 14px 34px rgba(56, 30, 15, .18) !important;
}
.onboarding-tutorial-sheet.is-guide-mode::after {
  font-size: clamp(1.9rem, 8vw, 3.15rem) !important;
  text-shadow: 0 7px 20px rgba(72, 38, 16, .22), 0 0 12px rgba(255, 240, 212, .72) !important;
}
@media (max-width: 720px), (pointer: coarse) {
  .onboarding-tutorial-sheet.is-guide-mode .onboarding-tutorial-card {
    width: var(--tutorial-card-width, min(318px, calc(100vw - 20px))) !important;
    max-width: min(318px, calc(100vw - 20px)) !important;
    padding: 12px !important;
    border-radius: 18px !important;
  }
  .onboarding-tutorial-sheet.is-guide-mode .tutorial-guide-actions {
    grid-template-columns: auto 1fr auto !important;
  }
}

/* ==== v20.0.482-saboria-production-no-executable-scripts-security-cleanup · Premium CSS cinematic splash, no duplicated text/video layers ==== */
.brand-intro-splash.brand-intro-css-cinematic {
  position: fixed !important;
  inset: 0 !important;
  z-index: 10030 !important;
  overflow: hidden !important;
  background: #f5e5c4 !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateZ(0) !important;
  backface-visibility: hidden !important;
}
.brand-intro-splash.brand-intro-css-cinematic[hidden] {
  display: none !important;
}
.brand-intro-css-cinematic .brand-intro-cinematic {
  position: absolute !important;
  inset: 0 !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 50% 54%, rgba(255, 255, 245, .62), rgba(255, 232, 183, .28) 36%, rgba(93, 51, 20, .08) 82%),
    linear-gradient(180deg, #fff0cf 0%, #efd29a 100%) !important;
  transform: translateZ(0) scale(1.015) !important;
  animation: splashSceneBreath 6.8s cubic-bezier(.22,.61,.36,1) both !important;
}
.brand-intro-css-cinematic .brand-intro-cinematic::before {
  content: "" !important;
  position: absolute !important;
  inset: -14% !important;
  background:
    radial-gradient(circle at 48% 60%, rgba(255,255,244,.68), transparent 32%),
    radial-gradient(circle at 16% 8%, rgba(255,255,236,.40), transparent 24%),
    radial-gradient(circle at 86% 82%, rgba(144,88,27,.13), transparent 30%) !important;
  filter: blur(18px) !important;
  animation: splashLightSweep 6.6s cubic-bezier(.22,.61,.36,1) both !important;
  pointer-events: none !important;
}
.brand-intro-css-cinematic .brand-intro-cinematic::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    linear-gradient(90deg, rgba(94,54,20,.10), transparent 16%, transparent 84%, rgba(94,54,20,.12)),
    linear-gradient(180deg, rgba(255,255,255,.08), transparent 16%, transparent 74%, rgba(83,43,14,.11)) !important;
  mix-blend-mode: multiply !important;
  opacity: .55 !important;
  pointer-events: none !important;
}
.brand-intro-cinematic-light {
  position: absolute !important;
  left: 50% !important;
  top: 58% !important;
  width: min(82vw, 560px) !important;
  aspect-ratio: 1 !important;
  border-radius: 999px !important;
  background: radial-gradient(circle, rgba(255,255,246,.58), rgba(255,236,190,.18) 46%, transparent 72%) !important;
  transform: translate(-50%, -50%) !important;
  filter: blur(22px) !important;
  animation: splashHaloPulse 3.8s ease-in-out infinite !important;
  pointer-events: none !important;
}
.brand-intro-css-cinematic .splash-ingredient,
.brand-intro-css-cinematic .splash-vapor,
.brand-intro-css-cinematic .splash-logo-stage,
.brand-intro-css-cinematic .splash-welcome-text {
  position: absolute !important;
  display: block !important;
  pointer-events: none !important;
  user-select: none !important;
  transform: translate3d(var(--from-x, 0), var(--from-y, 0), 0) scale(var(--start-scale, .94)) rotate(var(--start-rot, 0deg));
  opacity: 0;
  will-change: transform, opacity, filter !important;
}
.brand-intro-css-cinematic .splash-ingredient {
  width: var(--w) !important;
  left: var(--x) !important;
  top: var(--y) !important;
  filter: drop-shadow(0 16px 22px rgba(67, 38, 15, .22)) saturate(1.06) contrast(1.02) !important;
  animation:
    splashIngredientIn 1.65s cubic-bezier(.17,.84,.34,1) var(--delay) both,
    splashIngredientFloat 4.2s ease-in-out calc(var(--delay) + 1.1s) infinite !important;
}
.splash-tomato { --x: 3.2%; --y: 12.8%; --w: clamp(76px, 17vw, 132px); --from-x: -44px; --from-y: -18px; --delay: .12s; --start-rot: -5deg; }
.splash-tomato-half { --x: 23%; --y: 10.5%; --w: clamp(70px, 15vw, 118px); --from-x: -10px; --from-y: -45px; --delay: .28s; --start-rot: 6deg; }
.splash-serrano { --x: 62%; --y: 13.8%; --w: clamp(132px, 28vw, 218px); --from-x: 50px; --from-y: -8px; --delay: .52s; --start-rot: 5deg; }
.splash-jalapeno { --x: 52%; --y: 26%; --w: clamp(116px, 24vw, 190px); --from-x: 34px; --from-y: -16px; --delay: .72s; --start-rot: 7deg; }
.splash-red-pepper { --x: 86%; --y: 36%; --w: clamp(82px, 17vw, 138px); --from-x: 52px; --from-y: 0; --delay: .9s; --start-rot: 7deg; }
.splash-onion { --x: 0.5%; --y: 36.5%; --w: clamp(76px, 16vw, 120px); --from-x: -52px; --from-y: 10px; --delay: 1.02s; --start-rot: -4deg; }
.splash-garlic { --x: 77%; --y: 45%; --w: clamp(78px, 16vw, 126px); --from-x: 34px; --from-y: 8px; --delay: 1.16s; --start-rot: 6deg; }
.splash-cilantro { --x: 5%; --y: 55%; --w: clamp(95px, 20vw, 150px); --from-x: -44px; --from-y: 20px; --delay: 1.28s; --start-rot: -5deg; }
.splash-lime { --x: 77%; --y: 66%; --w: clamp(80px, 17vw, 132px); --from-x: 42px; --from-y: 12px; --delay: 1.42s; --start-rot: 8deg; }
.splash-laurel { --x: 11%; --y: 75%; --w: clamp(100px, 22vw, 166px); --from-x: -28px; --from-y: 30px; --delay: 1.55s; --start-rot: -7deg; }
.splash-rosemary { --x: 32%; --y: 82%; --w: clamp(190px, 40vw, 308px); --from-x: 0; --from-y: 34px; --delay: 1.68s; --start-rot: 3deg; }
.splash-peppercorns { --x: 68%; --y: 84%; --w: clamp(82px, 17vw, 132px); --from-x: 30px; --from-y: 20px; --delay: 1.76s; --start-rot: 5deg; }
.splash-vapor-field {
  position: absolute !important;
  left: 50% !important;
  top: 57% !important;
  width: min(88vw, 620px) !important;
  height: min(56vh, 640px) !important;
  transform: translate(-50%, -50%) !important;
  pointer-events: none !important;
  mix-blend-mode: screen !important;
  z-index: 4 !important;
}
.brand-intro-css-cinematic .splash-vapor {
  width: var(--vw) !important;
  left: var(--vx) !important;
  top: var(--vy) !important;
  filter: blur(.25px) saturate(.95) !important;
  animation: splashVaporRise 3.8s ease-out var(--vdelay) both !important;
}
.vapor-one { --vw: min(48vw, 330px); --vx: 13%; --vy: 48%; --vdelay: 1.18s; }
.vapor-two { --vw: min(56vw, 390px); --vx: 31%; --vy: 38%; --vdelay: 1.36s; }
.vapor-three { --vw: min(62vw, 430px); --vx: 4%; --vy: 32%; --vdelay: 1.54s; }
.vapor-four { --vw: min(54vw, 380px); --vx: 38%; --vy: 26%; --vdelay: 1.72s; }
.splash-logo-stage {
  left: 50% !important;
  top: 56.5% !important;
  width: min(58vw, 345px) !important;
  aspect-ratio: 1 !important;
  z-index: 8 !important;
  transform-origin: center !important;
  transform: translate3d(-50%, -50%, 0) scale(.76);
  animation: splashLogoReveal 1.9s cubic-bezier(.16, .84, .34, 1) 2.05s both !important;
}
.splash-logo-stage .splash-logo-ring {
  position: absolute !important;
  inset: -8px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(177, 126, 70, .38) !important;
  box-shadow: 0 22px 42px rgba(77, 44, 19, .14), inset 0 0 28px rgba(255, 244, 216, .38) !important;
  animation: splashRingBreath 2.8s ease-in-out 2.1s infinite !important;
}
.splash-logo-official {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  filter: drop-shadow(0 20px 30px rgba(69, 38, 14, .16)) !important;
}
.splash-welcome-text {
  left: 50% !important;
  top: calc(56.5% + min(33vw, 195px)) !important;
  width: min(86vw, 560px) !important;
  z-index: 9 !important;
  margin: 0 !important;
  color: rgba(86, 57, 31, .94) !important;
  font-family: Georgia, 'Times New Roman', 'Noto Serif Display', serif !important;
  font-size: clamp(2rem, 7vw, 3.2rem) !important;
  font-weight: 700 !important;
  letter-spacing: -.055em !important;
  line-height: .95 !important;
  text-align: center !important;
  text-shadow: 0 2px 0 rgba(255, 243, 213, .38), 0 18px 28px rgba(80, 46, 19, .12) !important;
  transform: translate3d(-50%, 18px, 0) scale(.96);
  animation: splashWelcomeReveal 1.35s cubic-bezier(.18,.84,.34,1) 3.2s both !important;
}
.splash-welcome-text::after {
  content: "" !important;
  display: block !important;
  width: min(32vw, 150px) !important;
  height: 1px !important;
  margin: .72rem auto 0 !important;
  background: linear-gradient(90deg, transparent, rgba(176,124,67,.72), transparent) !important;
}
@keyframes splashSceneBreath {
  0% { transform: translateZ(0) scale(1.035); filter: saturate(1.02) contrast(1); }
  100% { transform: translateZ(0) scale(1); filter: saturate(1.08) contrast(1.02); }
}
@keyframes splashLightSweep {
  0% { transform: translate3d(-2%, -1%, 0) scale(1.02); opacity: .68; }
  45% { transform: translate3d(2%, 1.5%, 0) scale(1.05); opacity: .92; }
  100% { transform: translate3d(0, 0, 0) scale(1.01); opacity: .80; }
}
@keyframes splashHaloPulse {
  0%, 100% { opacity: .36; transform: translate(-50%, -50%) scale(.96); }
  50% { opacity: .72; transform: translate(-50%, -50%) scale(1.04); }
}
@keyframes splashIngredientIn {
  0% { opacity: 0; transform: translate3d(var(--from-x), var(--from-y), 0) scale(var(--start-scale, .88)) rotate(var(--start-rot, 0deg)); filter: drop-shadow(0 22px 26px rgba(67, 38, 15, .06)) saturate(.9) blur(1px); }
  100% { opacity: 1; transform: translate3d(0, 0, 0) scale(1) rotate(0deg); filter: drop-shadow(0 16px 22px rgba(67, 38, 15, .22)) saturate(1.06) blur(0); }
}
@keyframes splashIngredientFloat {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  50% { transform: translate3d(0, -7px, 0) rotate(1.5deg); }
}
@keyframes splashVaporRise {
  0% { opacity: 0; transform: translate3d(-20px, 54px, 0) scale(.85); filter: blur(2px); }
  28% { opacity: .46; }
  72% { opacity: .35; }
  100% { opacity: 0; transform: translate3d(14px, -132px, 0) scale(1.2); filter: blur(5px); }
}
@keyframes splashLogoReveal {
  0% { opacity: 0; transform: translate3d(-50%, -50%, 0) scale(.76); filter: blur(5px); }
  58% { opacity: 1; transform: translate3d(-50%, -50%, 0) scale(1.035); filter: blur(0); }
  100% { opacity: 1; transform: translate3d(-50%, -50%, 0) scale(1); filter: blur(0); }
}
@keyframes splashRingBreath {
  0%, 100% { opacity: .58; transform: scale(.985); }
  50% { opacity: .95; transform: scale(1.025); }
}
@keyframes splashWelcomeReveal {
  0% { opacity: 0; transform: translate3d(-50%, 18px, 0) scale(.96); filter: blur(3px); }
  100% { opacity: 1; transform: translate3d(-50%, 0, 0) scale(1); filter: blur(0); }
}
@media (max-width: 560px) {
  .splash-logo-stage { top: 52.8% !important; width: min(68vw, 330px) !important; }
  .splash-welcome-text { top: calc(52.8% + min(38vw, 180px)) !important; font-size: clamp(1.72rem, 8.1vw, 2.6rem) !important; }
  .splash-red-pepper { --x: 82%; }
  .splash-lime { --x: 78%; --y: 67%; }
  .splash-rosemary { --y: 84%; }
}
@media (prefers-reduced-motion: reduce) {
  .brand-intro-css-cinematic *,
  .brand-intro-css-cinematic *::before,
  .brand-intro-css-cinematic *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* 20.0.482-saboria-production-no-executable-scripts-security-cleanup: navegación horizontal del menú con anclaje estable */
.menu-section-shell {
  scroll-margin-top: 132px;
}
.menu-section-shell.is-scroll-target {
  outline: 2px solid rgba(188, 139, 82, 0.24);
  outline-offset: 3px;
  transition: outline-color 420ms ease, outline-offset 420ms ease;
}
html.saboria-mobile-ux-ready .menu-section-shell {
  scroll-margin-top: 112px !important;
}


/* 20.0.482-saboria-production-no-executable-scripts-security-cleanup: preview detail, legacy variant tap clarity, and cart sync feedback */
.preview-main.is-detail-view .preview-photo-block {
  min-height: clamp(220px, 34vw, 390px);
}
.preview-detail-actions {
  margin-top: 14px;
}
.choice-option-card {
  position: relative;
  cursor: pointer;
  touch-action: manipulation;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.choice-option-card.is-selected {
  border-color: rgba(86, 50, 22, .72) !important;
  background: linear-gradient(135deg, rgba(65, 43, 25, .98), rgba(162, 103, 49, .94)) !important;
  color: #fff8ee !important;
  box-shadow: 0 20px 44px rgba(80, 47, 21, .24) !important;
}
.choice-option-card.is-selected .choice-option-main small {
  color: rgba(255, 248, 238, .82) !important;
}
.choice-option-check {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  flex: 0 0 auto;
  font-weight: 950;
  color: #3d2615;
  background: rgba(255, 249, 239, .96);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.52), 0 8px 18px rgba(45, 27, 13, .16);
}
@media (max-width: 760px) {
  .preview-main.is-detail-view {
    gap: 16px;
  }
  .preview-main.is-detail-view .preview-photo-block {
    min-height: clamp(240px, 68vw, 360px);
  }
  .choice-option-card {
    min-height: 70px;
    padding: 13px 14px;
  }
}

/* 20.0.482-saboria-production-no-executable-scripts-security-cleanup: configurador sin selección accidental por cantidad */
.configurator-footer,
.configurator-quantity-control,
.config-confirm-button {
  position: relative;
  z-index: 6;
}
.configurator-footer .qty-button,
.configurator-footer .primary-button {
  pointer-events: auto;
}
.choice-option-card {
  z-index: 1;
}


/* 20.0.482-saboria-production-no-executable-scripts-security-cleanup: selección de variantes legible y sin confundir controles de cantidad */
.choice-option-card.is-selected .choice-option-main strong,
.choice-option-card.is-selected .choice-option-main small {
  color: rgba(255, 250, 242, 0.96);
}
.choice-option-card.is-selected .choice-option-check {
  color: rgba(91, 54, 23, 0.95);
}
.configurator-quantity-control,
.configurator-quantity-control * {
  touch-action: manipulation;
}

/* 20.0.482-saboria-production-no-executable-scripts-security-cleanup: selección de variantes clara sin opacar el contenido */
.choice-option-card.is-selected {
  border-color: rgba(178, 122, 48, 0.58) !important;
  background: linear-gradient(135deg, rgba(255, 251, 244, 0.99), rgba(250, 238, 216, 0.98)) !important;
  color: #4c2f1b !important;
  box-shadow: 0 16px 32px rgba(116, 75, 32, 0.14), inset 0 0 0 1px rgba(178, 122, 48, 0.12) !important;
}
.choice-option-card.is-selected .choice-option-main strong {
  color: #4a2c18 !important;
}
.choice-option-card.is-selected .choice-option-main small {
  color: rgba(91, 62, 38, 0.82) !important;
}
.choice-option-card.is-selected .choice-option-check {
  background: linear-gradient(135deg, rgba(190, 137, 60, 0.98), rgba(153, 91, 34, 0.96)) !important;
  color: #fffaf2 !important;
  box-shadow: 0 10px 20px rgba(122, 74, 27, 0.18), inset 0 0 0 1px rgba(255,255,255,0.34) !important;
}
.choice-option-card.is-selected::after {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: inherit;
  border: 1px solid rgba(190, 137, 60, 0.22);
  pointer-events: none;
}


/* 20.0.482-saboria-production-no-executable-scripts-security-cleanup mobile configurator footer compact */
.configurator-footer .config-confirm-button {
  min-height: 52px;
  font-weight: 900;
}

@media (max-width: 720px) {
  #productPreview.is-configurator-sheet .overlay-card {
    padding-bottom: calc(118px + env(safe-area-inset-bottom)) !important;
  }

  #productPreview.is-configurator-sheet .configurator-footer {
    position: fixed !important;
    left: max(14px, env(safe-area-inset-left)) !important;
    right: max(14px, env(safe-area-inset-right)) !important;
    bottom: calc(10px + env(safe-area-inset-bottom)) !important;
    z-index: 220 !important;
    display: grid !important;
    grid-template-columns: minmax(118px, 0.42fr) minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 10px !important;
    border-radius: 26px !important;
    border: 1px solid rgba(153, 100, 42, 0.18) !important;
    background: rgba(255, 250, 242, 0.96) !important;
    box-shadow: 0 22px 52px rgba(70, 43, 20, 0.2), inset 0 1px 0 rgba(255,255,255,.7) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    pointer-events: auto !important;
  }

  #productPreview.is-configurator-sheet .configurator-quantity-control {
    width: 100% !important;
    min-width: 118px !important;
    justify-content: space-between !important;
  }

  #productPreview.is-configurator-sheet .configurator-footer .qty-button,
  #productPreview.is-configurator-sheet .configurator-footer [data-config-qty],
  #productPreview.is-configurator-sheet .config-confirm-button {
    position: relative !important;
    z-index: 230 !important;
    pointer-events: auto !important;
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  #productPreview.is-configurator-sheet .config-confirm-button {
    width: 100% !important;
    min-height: 56px !important;
    border-radius: 999px !important;
  }

  #productPreview.is-configurator-sheet .choice-option-grid {
    padding-bottom: 8px !important;
  }
}


/* 20.0.482-saboria-production-no-executable-scripts-security-cleanup configurator top controls non-overlay
   Cantidad/Agregar quedan arriba del selector, sin flotar encima de ingredientes. */
#productPreview.is-configurator-sheet .overlay-card {
  padding-bottom: max(22px, env(safe-area-inset-bottom)) !important;
}

#productPreview.is-configurator-sheet .configurator-footer,
#productPreview.is-configurator-sheet .configurator-footer-top {
  position: static !important;
  inset: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 12 !important;
  display: grid !important;
  grid-template-columns: minmax(116px, 0.42fr) minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 12px 0 14px !important;
  padding: 10px !important;
  border-radius: 26px !important;
  border: 1px solid rgba(153, 100, 42, 0.16) !important;
  background: rgba(255, 250, 242, 0.96) !important;
  box-shadow: 0 14px 30px rgba(70, 43, 20, 0.10), inset 0 1px 0 rgba(255,255,255,.72) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  pointer-events: auto !important;
}

#productPreview.is-configurator-sheet .configurator-quantity-control {
  width: 100% !important;
  min-width: 116px !important;
  justify-content: space-between !important;
}

#productPreview.is-configurator-sheet .config-confirm-button {
  width: 100% !important;
  min-height: 56px !important;
  border-radius: 999px !important;
}

#productPreview.is-configurator-sheet .choice-option-grid {
  padding-bottom: 0 !important;
}

@media (max-width: 420px) {
  #productPreview.is-configurator-sheet .configurator-footer,
  #productPreview.is-configurator-sheet .configurator-footer-top {
    grid-template-columns: minmax(104px, 0.38fr) minmax(0, 1fr) !important;
    gap: 8px !important;
    padding: 9px !important;
  }
}


/* 20.0.482-saboria-production-no-executable-scripts-security-cleanup account privacy deletion controls */
.account-data-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.account-data-actions > button { flex: 1 1 180px; }
.account-delete-data-button { border-color: rgba(156, 51, 40, 0.22) !important; color: #8f2f24 !important; background: rgba(156, 51, 40, 0.06) !important; }
.account-privacy-note { margin: 10px 0 0; font-size: 0.82rem; line-height: 1.45; color: rgba(73, 48, 31, 0.68); }


/* 20.0.482-saboria-production-no-executable-scripts-security-cleanup configurable products show choices first
   En productos con variantes/sabores, lo primero visible son las opciones.
   La imagen y la descripción larga quedan para el modo detalle al tocar la imagen. */
#productPreview.is-configurator-sheet .preview-main.is-choice-first {
  display: block !important;
}

#productPreview.is-configurator-sheet .preview-choice-first-meta {
  gap: 12px !important;
}

#productPreview.is-configurator-sheet .preview-config-options-first,
#productPreview.is-configurator-sheet .config-choice-stack {
  order: -10;
}

#productPreview.is-configurator-sheet .choice-group {
  margin-top: 0 !important;
}

#productPreview.is-configurator-sheet .configurator-footer,
#productPreview.is-configurator-sheet .configurator-footer-after-options {
  position: static !important;
  inset: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 12 !important;
  display: grid !important;
  grid-template-columns: minmax(116px, 0.42fr) minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 10px 0 0 !important;
  padding: 10px !important;
  border-radius: 26px !important;
  border: 1px solid rgba(153, 100, 42, 0.16) !important;
  background: rgba(255, 250, 242, 0.96) !important;
  box-shadow: 0 14px 30px rgba(70, 43, 20, 0.10), inset 0 1px 0 rgba(255,255,255,.72) !important;
  pointer-events: auto !important;
}

#productPreview.is-configurator-sheet .preview-config-compact-meta {
  display: grid;
  gap: 2px;
  padding: 10px 12px;
  border-radius: 18px;
  border: 1px solid rgba(153, 100, 42, 0.12);
  background: rgba(255, 250, 242, 0.64);
  color: rgba(73, 48, 31, 0.72);
  font-size: 0.82rem;
  line-height: 1.35;
}

#productPreview.is-configurator-sheet .preview-config-compact-meta strong {
  color: #3a2517;
  font-size: 0.9rem;
}

@media (max-width: 720px) {
  #productPreview.is-configurator-sheet .overlay-card {
    padding-bottom: calc(18px + env(safe-area-inset-bottom)) !important;
  }

  #productPreview.is-configurator-sheet .sheet-top {
    padding-top: max(14px, env(safe-area-inset-top)) !important;
    padding-bottom: 8px !important;
  }

  #productPreview.is-configurator-sheet .product-main,
  #productPreview.is-configurator-sheet .preview-meta {
    padding-top: 0 !important;
  }

  #productPreview.is-configurator-sheet .choice-group {
    padding: 11px !important;
    border-radius: 22px !important;
  }

  #productPreview.is-configurator-sheet .choice-group-head {
    gap: 8px !important;
  }

  #productPreview.is-configurator-sheet .choice-option-card {
    min-height: 70px !important;
    padding: 12px 14px !important;
  }

  #productPreview.is-configurator-sheet .configurator-footer,
  #productPreview.is-configurator-sheet .configurator-footer-after-options {
    grid-template-columns: minmax(104px, 0.38fr) minmax(0, 1fr) !important;
    gap: 8px !important;
    padding: 9px !important;
  }
}


/* 20.0.482-saboria-production-no-executable-scripts-security-cleanup configurator compact image hero
   La imagen se conserva, pero compacta; las opciones siguen visibles sin empujar el flujo. */
#productPreview.is-configurator-sheet .configurator-compact-hero {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 10px;
  border-radius: 24px;
  border: 1px solid rgba(153, 100, 42, 0.14);
  background: linear-gradient(135deg, rgba(255, 251, 244, 0.96), rgba(250, 238, 216, 0.74));
  box-shadow: 0 14px 30px rgba(88, 54, 25, 0.10), inset 0 1px 0 rgba(255,255,255,.72);
}

#productPreview.is-configurator-sheet .configurator-compact-photo {
  width: 92px;
  height: 78px;
  border-radius: 20px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(232, 202, 163, .82), rgba(173, 116, 54, .72));
  box-shadow: 0 12px 22px rgba(79, 48, 24, .14);
}

#productPreview.is-configurator-sheet .configurator-compact-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#productPreview.is-configurator-sheet .configurator-compact-photo span {
  font-weight: 950;
  font-size: 1.45rem;
  color: rgba(67, 41, 22, .82);
}

#productPreview.is-configurator-sheet .configurator-compact-info {
  min-width: 0;
  display: grid;
  gap: 3px;
}

#productPreview.is-configurator-sheet .configurator-compact-kicker {
  width: max-content;
  max-width: 100%;
  padding: 5px 9px;
  border-radius: 999px;
  border: 1px solid rgba(176, 124, 67, .18);
  background: rgba(255, 248, 237, .82);
  color: rgba(102, 69, 40, .78);
  font-size: .72rem;
  font-weight: 850;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#productPreview.is-configurator-sheet .configurator-compact-info strong {
  color: #2f1e14;
  font-size: clamp(1rem, 4.2vw, 1.22rem);
  line-height: 1.04;
  letter-spacing: -.035em;
  overflow-wrap: anywhere;
}

#productPreview.is-configurator-sheet .configurator-compact-info small {
  color: rgba(82, 55, 34, .74);
  font-size: .78rem;
  font-weight: 760;
}

#productPreview.is-configurator-sheet .preview-config-compact-meta {
  display: none !important;
}

@media (max-width: 430px) {
  #productPreview.is-configurator-sheet .configurator-compact-hero {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 10px;
    padding: 9px;
    border-radius: 22px;
  }

  #productPreview.is-configurator-sheet .configurator-compact-photo {
    width: 82px;
    height: 70px;
    border-radius: 18px;
  }
}


/* 20.0.482-saboria-production-no-executable-scripts-security-cleanup · Home image opens preview + compact configurable sheet */
.marketing-product-media-button {
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  background: transparent;
  color: inherit;
  text-align: inherit;
  cursor: pointer;
  border-radius: inherit;
  display: block;
}

.marketing-product-media-button:focus-visible {
  outline: 3px solid rgba(178, 124, 48, .32);
  outline-offset: 4px;
}

#productPreview.is-configurator-sheet .preview-meta.preview-choice-first-meta {
  gap: 10px;
}

#productPreview.is-configurator-sheet .configurator-compact-hero-with-actions {
  grid-template-columns: 104px minmax(0, 1fr);
  align-items: stretch;
  gap: 12px;
  padding: 10px;
  position: sticky;
  top: 0;
  z-index: 8;
}

#productPreview.is-configurator-sheet .configurator-compact-hero-with-actions .configurator-compact-photo {
  width: 104px;
  height: 104px;
  align-self: stretch;
}

#productPreview.is-configurator-sheet .configurator-compact-hero-with-actions .configurator-compact-info {
  align-content: center;
  gap: 5px;
}

#productPreview.is-configurator-sheet .configurator-hero-actions {
  display: grid;
  grid-template-columns: minmax(88px, 104px) minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  margin-top: 3px;
}

#productPreview.is-configurator-sheet .configurator-hero-actions .configurator-quantity-control {
  width: 100%;
  min-width: 0;
  padding: 4px;
  border-radius: 999px;
}

#productPreview.is-configurator-sheet .configurator-hero-actions .qty-button {
  width: 32px;
  height: 32px;
  min-width: 32px;
}

#productPreview.is-configurator-sheet .configurator-hero-actions .qty-value {
  min-width: 22px;
  font-size: .9rem;
}

#productPreview.is-configurator-sheet .configurator-hero-actions .config-confirm-button {
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: .88rem;
  box-shadow: 0 14px 26px rgba(122, 78, 26, .18);
}

#productPreview.is-configurator-sheet .config-choice-stack {
  gap: 10px;
}

#productPreview.is-configurator-sheet .choice-group {
  padding: 12px;
  border-radius: 24px;
}

#productPreview.is-configurator-sheet .choice-group-head {
  margin-bottom: 8px;
}

#productPreview.is-configurator-sheet .choice-group-head strong {
  font-size: .94rem;
}

#productPreview.is-configurator-sheet .choice-group-head small {
  font-size: .78rem;
}

#productPreview.is-configurator-sheet .choice-option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

#productPreview.is-configurator-sheet .choice-option-card {
  min-height: 74px;
  padding: 11px 12px;
  border-radius: 20px;
}

#productPreview.is-configurator-sheet .choice-option-main {
  gap: 3px;
}

#productPreview.is-configurator-sheet .choice-option-main strong {
  font-size: .92rem;
  line-height: 1.05;
}

#productPreview.is-configurator-sheet .choice-option-main small {
  font-size: .72rem;
  line-height: 1.18;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#productPreview.is-configurator-sheet .configurator-footer-after-options {
  display: none !important;
}

@media (max-width: 430px) {
  #productPreview.is-configurator-sheet .overlay-card {
    padding-bottom: 8px !important;
  }

  #productPreview.is-configurator-sheet .configurator-compact-hero-with-actions {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 10px;
    padding: 9px;
    border-radius: 22px;
  }

  #productPreview.is-configurator-sheet .configurator-compact-hero-with-actions .configurator-compact-photo {
    width: 88px;
    height: 96px;
    border-radius: 18px;
  }

  #productPreview.is-configurator-sheet .configurator-compact-info strong {
    font-size: .98rem;
  }

  #productPreview.is-configurator-sheet .configurator-compact-info small,
  #productPreview.is-configurator-sheet .configurator-compact-kicker {
    font-size: .69rem;
  }

  #productPreview.is-configurator-sheet .configurator-hero-actions {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 7px;
  }

  #productPreview.is-configurator-sheet .configurator-hero-actions .qty-button {
    width: 29px;
    height: 29px;
    min-width: 29px;
  }

  #productPreview.is-configurator-sheet .configurator-hero-actions .config-confirm-button {
    min-height: 39px;
    padding-inline: 10px;
  }

  #productPreview.is-configurator-sheet .choice-group {
    padding: 10px;
  }

  #productPreview.is-configurator-sheet .choice-option-card {
    min-height: 68px;
    padding: 10px;
    border-radius: 18px;
  }
}

@media (max-width: 360px) {
  #productPreview.is-configurator-sheet .choice-option-grid {
    grid-template-columns: 1fr;
  }
}


/* 20.0.482-saboria-production-no-executable-scripts-security-cleanup configurator order image choices qty add
   Orden real: imagen -> opciones compactas -> -/+ -> Agregar. */
#productPreview.is-configurator-sheet .preview-main.is-choice-first {
  display: block !important;
}

#productPreview.is-configurator-sheet .preview-meta.preview-choice-first-meta {
  gap: 9px !important;
}

#productPreview.is-configurator-sheet .configurator-compact-hero {
  position: static !important;
  display: grid !important;
  grid-template-columns: 92px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 11px !important;
  padding: 9px !important;
  border-radius: 22px !important;
  margin: 0 !important;
}

#productPreview.is-configurator-sheet .configurator-compact-hero .configurator-compact-photo {
  width: 92px !important;
  height: 78px !important;
  border-radius: 18px !important;
}

#productPreview.is-configurator-sheet .configurator-hero-actions {
  display: none !important;
}

#productPreview.is-configurator-sheet .config-choice-stack {
  gap: 8px !important;
}

#productPreview.is-configurator-sheet .choice-group {
  padding: 10px !important;
  border-radius: 21px !important;
}

#productPreview.is-configurator-sheet .choice-group-head {
  margin-bottom: 7px !important;
  gap: 6px !important;
}

#productPreview.is-configurator-sheet .choice-group-head strong {
  font-size: .9rem !important;
}

#productPreview.is-configurator-sheet .choice-group-head small {
  font-size: .72rem !important;
}

#productPreview.is-configurator-sheet .choice-option-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 7px !important;
}

#productPreview.is-configurator-sheet .choice-option-card {
  min-height: 58px !important;
  padding: 9px 10px !important;
  border-radius: 17px !important;
}

#productPreview.is-configurator-sheet .choice-option-main strong {
  font-size: .88rem !important;
  line-height: 1.04 !important;
}

#productPreview.is-configurator-sheet .choice-option-main small {
  font-size: .68rem !important;
  line-height: 1.12 !important;
  -webkit-line-clamp: 1 !important;
}

#productPreview.is-configurator-sheet .configurator-action-stack {
  position: static !important;
  display: grid !important;
  grid-template-columns: minmax(118px, 0.42fr) minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 9px !important;
  width: 100% !important;
  margin: 2px 0 0 !important;
  padding: 9px !important;
  border-radius: 22px !important;
  border: 1px solid rgba(153, 100, 42, 0.14) !important;
  background: rgba(255, 250, 242, 0.94) !important;
  box-shadow: 0 12px 24px rgba(70, 43, 20, 0.08), inset 0 1px 0 rgba(255,255,255,.72) !important;
  pointer-events: auto !important;
}

#productPreview.is-configurator-sheet .configurator-action-stack .configurator-quantity-control {
  width: 100% !important;
  min-width: 0 !important;
  padding: 4px !important;
  border-radius: 999px !important;
}

#productPreview.is-configurator-sheet .configurator-action-stack .qty-button {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
}

#productPreview.is-configurator-sheet .configurator-action-stack .qty-value {
  min-width: 24px !important;
  font-size: .9rem !important;
}

#productPreview.is-configurator-sheet .configurator-action-stack .config-confirm-button {
  min-height: 40px !important;
  border-radius: 999px !important;
  padding: 0 14px !important;
  font-size: .88rem !important;
}

#productPreview.is-configurator-sheet .configurator-footer,
#productPreview.is-configurator-sheet .configurator-footer-after-options {
  display: none !important;
}

@media (max-width: 430px) {
  #productPreview.is-configurator-sheet .configurator-compact-hero {
    grid-template-columns: 82px minmax(0, 1fr) !important;
    gap: 9px !important;
    padding: 8px !important;
  }

  #productPreview.is-configurator-sheet .configurator-compact-hero .configurator-compact-photo {
    width: 82px !important;
    height: 68px !important;
    border-radius: 17px !important;
  }

  #productPreview.is-configurator-sheet .choice-option-card {
    min-height: 54px !important;
    padding: 8px 9px !important;
  }

  #productPreview.is-configurator-sheet .configurator-action-stack {
    grid-template-columns: minmax(108px, .40fr) minmax(0, 1fr) !important;
    gap: 8px !important;
    padding: 8px !important;
  }

  #productPreview.is-configurator-sheet .configurator-action-stack .qty-button {
    width: 29px !important;
    height: 29px !important;
    min-width: 29px !important;
  }

  #productPreview.is-configurator-sheet .configurator-action-stack .config-confirm-button {
    min-height: 38px !important;
    padding-inline: 10px !important;
  }
}

@media (max-width: 360px) {
  #productPreview.is-configurator-sheet .choice-option-grid {
    grid-template-columns: 1fr !important;
  }
}


/* 20.0.482-saboria-production-no-executable-scripts-security-cleanup product-style configurator
   Orden buscado: imagen como detalle -> opciones compactas -> -/+ -> Agregar. */
#productPreview.is-configurator-sheet .preview-main.is-product-style-configurator {
  display: block !important;
}

#productPreview.is-configurator-sheet .preview-main.is-product-style-configurator .preview-photo-block {
  min-height: clamp(190px, 48vw, 330px) !important;
  max-height: 340px !important;
  border-radius: 26px !important;
  margin: 0 0 14px !important;
}

#productPreview.is-configurator-sheet .preview-config-heading {
  display: grid !important;
  gap: 3px !important;
  margin-bottom: 8px !important;
}

#productPreview.is-configurator-sheet .preview-config-heading h3 {
  font-size: clamp(1.08rem, 4.4vw, 1.42rem) !important;
  line-height: 1.02 !important;
  margin: 0 !important;
}

#productPreview.is-configurator-sheet .preview-config-heading .product-caption,
#productPreview.is-configurator-sheet .preview-config-heading .product-description {
  font-size: .78rem !important;
  line-height: 1.25 !important;
  margin: 0 !important;
}

#productPreview.is-configurator-sheet .preview-config-heading .product-description {
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

#productPreview.is-configurator-sheet .preview-choice-first-meta {
  gap: 8px !important;
}

#productPreview.is-configurator-sheet .preview-config-price-row {
  margin: 0 !important;
  padding: 0 !important;
}

#productPreview.is-configurator-sheet .preview-config-price-row .price-block {
  padding: 0 !important;
}

#productPreview.is-configurator-sheet .config-choice-stack {
  gap: 8px !important;
  margin-top: 2px !important;
}

#productPreview.is-configurator-sheet .choice-group {
  padding: 10px !important;
  border-radius: 21px !important;
}

#productPreview.is-configurator-sheet .choice-group-head {
  margin-bottom: 7px !important;
  gap: 6px !important;
}

#productPreview.is-configurator-sheet .choice-group-head strong {
  font-size: .88rem !important;
}

#productPreview.is-configurator-sheet .choice-group-head small {
  font-size: .7rem !important;
  line-height: 1.15 !important;
}

#productPreview.is-configurator-sheet .choice-group-head > span {
  padding: 5px 9px !important;
  font-size: .68rem !important;
}

#productPreview.is-configurator-sheet .choice-option-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 7px !important;
}

#productPreview.is-configurator-sheet .choice-option-card {
  min-height: 54px !important;
  padding: 8px 9px !important;
  border-radius: 17px !important;
}

#productPreview.is-configurator-sheet .choice-option-main strong {
  font-size: .84rem !important;
  line-height: 1.04 !important;
}

#productPreview.is-configurator-sheet .choice-option-main small {
  font-size: .66rem !important;
  line-height: 1.1 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

#productPreview.is-configurator-sheet .choice-option-check,
#productPreview.is-configurator-sheet .choice-option-price {
  transform: scale(.86) !important;
  transform-origin: center !important;
}

#productPreview.is-configurator-sheet .configurator-action-stack {
  position: static !important;
  display: grid !important;
  grid-template-columns: minmax(116px, .40fr) minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
  margin: 2px 0 0 !important;
  padding: 8px !important;
  border-radius: 22px !important;
  border: 1px solid rgba(153, 100, 42, 0.14) !important;
  background: rgba(255, 250, 242, 0.94) !important;
  box-shadow: 0 12px 24px rgba(70, 43, 20, 0.08), inset 0 1px 0 rgba(255,255,255,.72) !important;
}

#productPreview.is-configurator-sheet .configurator-action-stack .configurator-quantity-control {
  width: 100% !important;
  min-width: 0 !important;
  padding: 4px !important;
  border-radius: 999px !important;
}

#productPreview.is-configurator-sheet .configurator-action-stack .qty-button {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
}

#productPreview.is-configurator-sheet .configurator-action-stack .qty-value {
  min-width: 22px !important;
  font-size: .88rem !important;
}

#productPreview.is-configurator-sheet .configurator-action-stack .config-confirm-button {
  min-height: 39px !important;
  border-radius: 999px !important;
  padding: 0 13px !important;
  font-size: .86rem !important;
}

#productPreview.is-configurator-sheet .configurator-footer,
#productPreview.is-configurator-sheet .configurator-footer-after-options,
#productPreview.is-configurator-sheet .configurator-hero-actions,
#productPreview.is-configurator-sheet .configurator-compact-hero {
  display: none !important;
}

@media (max-width: 430px) {
  #productPreview.is-configurator-sheet .preview-main.is-product-style-configurator .preview-photo-block {
    min-height: clamp(185px, 54vw, 275px) !important;
    max-height: 286px !important;
    border-radius: 24px !important;
    margin-bottom: 12px !important;
  }

  #productPreview.is-configurator-sheet .product-main {
    gap: 8px !important;
  }

  #productPreview.is-configurator-sheet .choice-group {
    padding: 9px !important;
  }

  #productPreview.is-configurator-sheet .choice-option-grid {
    gap: 6px !important;
  }

  #productPreview.is-configurator-sheet .choice-option-card {
    min-height: 50px !important;
    padding: 8px !important;
    border-radius: 16px !important;
  }

  #productPreview.is-configurator-sheet .configurator-action-stack {
    grid-template-columns: minmax(104px, .38fr) minmax(0, 1fr) !important;
    gap: 7px !important;
    padding: 8px !important;
  }
}

@media (max-width: 360px) {
  #productPreview.is-configurator-sheet .choice-option-grid {
    grid-template-columns: 1fr !important;
  }
}


/* 20.0.482-saboria-production-no-executable-scripts-security-cleanup option-summary ticket guard */
.receipt-sheet-item .history-caption,
.checkout-line-item small,
.summary-item small {
  white-space: normal;
}


/* 20.0.482-saboria-production-no-executable-scripts-security-cleanup configurable choices compact guard */
.choice-option-card { min-height: 74px; }
.choice-option-main small { line-height: 1.25; }
.configurator-action-row { scroll-margin-bottom: 24px; }


/* 20.0.482-saboria-production-no-executable-scripts-security-cleanup selected variant visible guard */
#productPreview.is-configurator-sheet .choice-option-card.is-selected {
  outline: 2px solid rgba(134, 82, 26, 0.45);
}
#productPreview.is-configurator-sheet .choice-option-card.is-selected .choice-option-check {
  display: inline-flex;
}


/* 20.0.482-saboria-production-no-executable-scripts-security-cleanup choice hitbox priority */
#productPreview.is-configurator-sheet .choice-option-card {
  position: relative !important;
  z-index: 12 !important;
  pointer-events: auto !important;
  touch-action: manipulation !important;
}
#productPreview.is-configurator-sheet .choice-option-card * {
  pointer-events: none;
}
#productPreview.is-configurator-sheet .configurator-action-stack {
  position: relative !important;
  z-index: 14 !important;
}
#productPreview.is-configurator-sheet .configurator-action-stack * {
  pointer-events: auto;
}

/* 15.1.336: Modal propio para confirmaciones críticas del cliente. Evita depender de alert/confirm nativos en mobile. */
.customer-action-dialog {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: grid;
  place-items: center;
  padding: clamp(18px, 5vw, 42px);
  pointer-events: none;
}
.customer-action-dialog[hidden] {
  display: none !important;
}
.customer-action-dialog-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(34, 24, 17, 0.52);
  backdrop-filter: blur(14px);
  opacity: 0;
  transition: opacity 180ms ease;
}
.customer-action-dialog-card {
  position: relative;
  z-index: 1;
  width: min(440px, 100%);
  max-height: min(86vh, 620px);
  overflow: auto;
  border-radius: 28px;
  border: 1px solid rgba(128, 92, 56, 0.18);
  background: rgba(255, 252, 247, 0.98);
  box-shadow: 0 30px 90px rgba(57, 37, 20, 0.30);
  padding: 24px;
  transform: translateY(16px) scale(0.98);
  opacity: 0;
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: auto;
}
.customer-action-dialog.is-open {
  pointer-events: auto;
}
.customer-action-dialog.is-open .customer-action-dialog-backdrop {
  opacity: 1;
}
.customer-action-dialog.is-open .customer-action-dialog-card {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.customer-action-dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(111, 78, 51, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink, #2d2119);
  font-size: 22px;
  line-height: 1;
}
.customer-action-dialog-eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(132, 88, 49, 0.10);
  color: var(--brand, #6f4e33);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.customer-action-dialog-card h2 {
  margin: 0;
  padding-right: 34px;
  color: var(--ink, #2d2119);
  font-size: clamp(1.25rem, 4vw, 1.65rem);
  line-height: 1.08;
}
.customer-action-dialog-card p {
  margin: 12px 0 0;
  color: var(--muted, #6f6258);
  line-height: 1.5;
}
.customer-action-dialog-detail {
  margin-top: 14px;
  border-radius: 18px;
  border: 1px solid rgba(111, 78, 51, 0.10);
  background: rgba(249, 242, 233, 0.86);
  padding: 12px 14px;
  color: var(--ink, #2d2119);
  font-size: 0.92rem;
  line-height: 1.45;
}
.customer-action-dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 22px;
}
.customer-action-dialog-actions .secondary-button:empty {
  display: none;
}
.customer-action-dialog-primary.is-danger-action {
  background: linear-gradient(135deg, #8f2f28, #b84b3d) !important;
  color: #fff !important;
  border-color: rgba(143, 47, 40, 0.38) !important;
}
@media (max-width: 720px) {
  .customer-action-dialog {
    align-items: end;
    padding: 12px;
  }
  .customer-action-dialog-card {
    width: 100%;
    border-radius: 26px 26px 22px 22px;
    padding: 22px 18px calc(18px + env(safe-area-inset-bottom, 0px));
    max-height: min(88vh, 680px);
  }
  .customer-action-dialog-actions {
    flex-direction: column-reverse;
  }
  .customer-action-dialog-actions button {
    width: 100%;
    min-height: 46px;
  }
}


/* 20.0.482-saboria-production-no-executable-scripts-security-cleanup RESPONSIVE CANON · Public desktop/mobile surfaces */
:root {
  --public-shell-max-353: 1440px;
  --public-gutter-353: clamp(10px, 2.2vw, 28px);
  --public-safe-bottom-353: env(safe-area-inset-bottom, 0px);
}

html,
body {
  min-width: 0;
  overflow-x: hidden;
}

.public-shell,
.public-layout,
.phase-stack,
.phase-panel,
.phase-card,
.welcome-card,
.summary-rail,
.summary-card,
.menu-sections,
.product-grid,
.marketing-product-grid,
.review-grid,
.history-list,
.cart-sheet-panel {
  min-width: 0;
}

img,
video,
canvas,
svg,
iframe {
  max-width: 100%;
}

@media (min-width: 981px) {
  .public-shell {
    width: min(calc(100% - var(--public-gutter-353) * 2), var(--public-shell-max-353));
    margin-inline: auto;
  }

  .public-layout {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 360px) !important;
    align-items: start !important;
    gap: clamp(18px, 2vw, 28px) !important;
  }

  .site-header {
    position: sticky;
    top: 10px;
    z-index: 80;
    width: 100%;
  }

  .phase-card,
  .summary-card {
    border-radius: clamp(22px, 2vw, 32px) !important;
  }

  .menu-sections,
  .product-grid,
  .marketing-product-grid,
  .hero-featured-products {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
  }
}

@media (max-width: 980px) {
  .public-shell {
    width: min(calc(100% - 12px), 760px) !important;
    margin-inline: auto !important;
    padding-bottom: calc(84px + var(--public-safe-bottom-353)) !important;
  }

  .site-header {
    position: sticky !important;
    top: 6px !important;
    z-index: 90 !important;
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    gap: 8px !important;
    align-items: center !important;
    padding-inline: 10px !important;
  }

  .site-header .toolbar-button,
  .site-header #accountMenuButton {
    min-width: 44px !important;
    min-height: 44px !important;
  }

  .site-header .toolbar-button span:not(.header-active-count),
  .site-header #accountMenuButton span:not(.header-active-count) {
    display: none !important;
  }

  .brand-lockup,
  .brand-logo-shell {
    min-width: 0 !important;
  }

  .brand-logo {
    max-width: min(46vw, 160px) !important;
    height: auto !important;
  }

  .welcome-card,
  .welcome-conversion-card,
  .review-grid,
  .public-layout,
  .field-grid,
  .delivery-form-grid,
  .menu-sections,
  .product-grid,
  .marketing-product-grid,
  .hero-featured-products,
  .public-social-grid,
  .home-section-grid {
    grid-template-columns: 1fr !important;
  }

  .welcome-visual-column,
  .summary-rail[data-surface="desktop-summary"] {
    display: none !important;
  }

  .phase-card {
    border-radius: 24px !important;
    padding-inline: 14px !important;
  }

  .phase-top,
  .cart-sheet-header,
  .delivery-map-header,
  .review-card-header-inline,
  .inline-actions,
  .welcome-cta-row {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .menu-quick-nav,
  .menu-schedule-bar,
  .segment-row,
  .payment-row,
  .home-top-nav {
    display: flex !important;
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .menu-quick-nav::-webkit-scrollbar,
  .menu-schedule-bar::-webkit-scrollbar,
  .segment-row::-webkit-scrollbar,
  .payment-row::-webkit-scrollbar,
  .home-top-nav::-webkit-scrollbar {
    display: none;
  }

  .mobile-dock:not([hidden]) {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    bottom: max(8px, var(--public-safe-bottom-353)) !important;
  }

  .cart-sheet-panel,
  .modal-card,
  .account-menu-panel,
  .help-chat-panel {
    width: min(calc(100% - 16px), 520px) !important;
    max-height: min(88vh, 740px) !important;
    border-radius: 26px !important;
  }

  input,
  select,
  textarea {
    font-size: 16px !important;
  }
}

@media (max-width: 390px) {
  .public-shell { width: min(calc(100% - 8px), 100%) !important; }
  .phase-card,
  .cart-sheet-panel,
  .modal-card,
  .account-menu-panel,
  .help-chat-panel { border-radius: 20px !important; }
  .brand-logo { max-width: 132px !important; }
}

/* 15.1.357: confirmaciones móviles sin dialogs del navegador */
.customer-confirm-overlay{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:18px;background:rgba(28,18,11,.42);backdrop-filter:blur(10px)}
.customer-confirm-modal{width:min(420px,100%);border-radius:24px;background:rgba(255,252,247,.98);border:1px solid rgba(121,88,56,.16);box-shadow:0 24px 70px rgba(44,26,12,.24);padding:18px;display:grid;gap:12px;color:#2d2016}
.customer-confirm-modal h3{margin:0;font-size:20px;letter-spacing:-.03em}.customer-confirm-modal p{margin:0;color:rgba(45,32,22,.72);line-height:1.45}.customer-confirm-actions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.customer-confirm-actions button{min-height:42px;border-radius:14px}
@media(max-width:640px){.customer-confirm-overlay{align-items:end;padding:10px}.customer-confirm-modal{border-radius:24px 24px 18px 18px}.customer-confirm-actions{display:grid;grid-template-columns:1fr 1fr}}

/* 20.0.482-saboria-production-no-executable-scripts-security-cleanup PUBLIC DEPLOYMENT POLISH — compact premium desktop/mobile */
:root {
  --saboria-page-gutter: clamp(12px, 2.2vw, 28px);
}

body {
  overflow-x: hidden;
}

.app-shell,
.public-shell,
.menu-shell,
.order-shell,
.phase-card,
.summary-card,
.menu-card,
.category-quick-card {
  min-width: 0;
}

.phase-card,
.summary-card,
.menu-card,
.category-quick-card,
.tracking-card,
.help-card {
  border-color: rgba(103, 72, 43, .13) !important;
  box-shadow: 0 16px 44px rgba(43, 27, 12, .08) !important;
}

@media (min-width: 1024px) {
  .app-shell,
  .public-shell,
  .page-shell,
  .menu-shell {
    width: min(calc(100% - var(--saboria-page-gutter) * 2), 1500px) !important;
  }
  .phase-card,
  .summary-card,
  .menu-card,
  .help-card {
    border-radius: 26px !important;
  }
  .menu-grid,
  .category-quick-grid,
  .featured-grid {
    gap: 14px !important;
  }
}

@media (max-width: 820px) {
  .app-shell,
  .public-shell,
  .page-shell,
  .menu-shell {
    width: min(100% - 12px, 720px) !important;
  }
  .phase-card,
  .summary-card,
  .menu-card,
  .help-card {
    border-radius: 20px !important;
    padding: 12px !important;
  }
  .menu-quick-nav,
  .help-quick-actions {
    scrollbar-width: none !important;
  }
  .menu-quick-nav::-webkit-scrollbar,
  .help-quick-actions::-webkit-scrollbar {
    display: none !important;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
}

/* 20.0.482-saboria-production-no-executable-scripts-security-cleanup PUBLIC SCROLL STABILITY CANON */
html,
body {
  min-width: 0 !important;
  overflow-x: hidden !important;
  scroll-behavior: auto !important;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
}
body {
  touch-action: pan-y pinch-zoom !important;
  overscroll-behavior-y: contain;
}
[hidden] { display: none !important; }
.category-nav,
.menu-category-nav,
.category-scroll,
.menu-tabs,
.cart-tabs,
.account-subnav,
.horizontal-scroll,
.product-choice-grid,
.choice-scroll-row {
  -webkit-overflow-scrolling: touch !important;
  overscroll-behavior-x: contain !important;
  touch-action: pan-x pan-y pinch-zoom !important;
  scroll-behavior: auto !important;
}
@media (max-width: 900px), (pointer: coarse) {
  .menu-shell,
  .main-shell,
  .page-shell,
  .menu-content,
  .menu-sections,
  .product-grid,
  .cart-sheet-body,
  .account-drawer-body {
    min-width: 0 !important;
    max-width: 100% !important;
  }
  .menu-sections,
  .product-grid,
  .category-section {
    overflow: visible !important;
  }
}

/* 20.0.482-saboria-production-no-executable-scripts-security-cleanup · Tema culinario global público/admin ligero */
:root {
  --saboria-tomate-profundo: #a83b2f;
  --saboria-maiz-dorado: #e6ad55;
  --saboria-chile-suave: #587447;
  --saboria-mole-tostado: #6d4229;
  --saboria-crema-calida: #f6dfb6;
}

:where(.phase-card, .summary-card, .menu-card, .help-card, .account-overview-card, .home-top-nav, .cart-sheet, .account-sheet, .product-card, .category-section) {
  border-color: rgba(166, 64, 47, 0.14) !important;
  box-shadow: 0 18px 42px rgba(109, 66, 41, 0.1), inset 0 0 0 1px rgba(230, 173, 85, 0.12) !important;
}

:where(.section-chip.is-active, .primary-button, .checkout-button, .floating-back-button) {
  background: linear-gradient(135deg, var(--saboria-tomate-profundo), var(--saboria-mole-tostado) 58%, #321d13) !important;
  color: #fff8ee !important;
}

:where(input, select, textarea):focus {
  border-color: rgba(168, 59, 47, 0.34) !important;
  box-shadow: 0 0 0 4px rgba(230, 173, 85, 0.14) !important;
}

/* 20.0.482-saboria-production-no-executable-scripts-security-cleanup · Tema global público conectado a Theme Studio */
:root {
  --saboria-global-accent: #a83b2f;
  --saboria-global-surface: #f6dfb6;
  --saboria-global-ink: #2f2721;
  --saboria-global-success: #587447;
  --saboria-global-warning: #e6ad55;
  --saboria-global-danger: #934039;
  --saboria-global-info: #496f8f;
}

html[data-saboria-global-theme] body {
  background:
    radial-gradient(circle at 8% 0%, color-mix(in srgb, var(--saboria-global-warning) 18%, transparent), transparent 28rem),
    radial-gradient(circle at 92% 12%, color-mix(in srgb, var(--saboria-global-accent) 10%, transparent), transparent 24rem),
    linear-gradient(180deg, color-mix(in srgb, var(--saboria-global-surface) 42%, #ffffff) 0%, color-mix(in srgb, var(--saboria-global-surface) 65%, #efe4d8) 100%);
}

html[data-saboria-global-theme] :where(.primary-button, .configurator-trigger, .qty-button.plus, .cart-dock-toggle.has-items) {
  background: linear-gradient(135deg, var(--saboria-global-accent), color-mix(in srgb, var(--saboria-global-accent) 74%, #000)) !important;
  border-color: color-mix(in srgb, var(--saboria-global-accent) 28%, transparent) !important;
}

html[data-saboria-global-theme] :where(.product-card, .special-request-card, .menu-section-shell, .marketing-product-card, .cart-sheet, .overlay-card) {
  border-color: color-mix(in srgb, var(--saboria-global-accent) 13%, transparent) !important;
  box-shadow: 0 20px 54px color-mix(in srgb, var(--saboria-global-accent) 10%, transparent) !important;
}

html[data-saboria-global-theme] :where(.product-inline-chip.is-selected, .marketing-meta-chip.is-selected, .choice-card.is-selected, .config-option-card.is-selected) {
  background: color-mix(in srgb, var(--saboria-global-warning) 20%, #fff) !important;
  border-color: color-mix(in srgb, var(--saboria-global-accent) 24%, transparent) !important;
}


html[data-saboria-global-theme="sci-fi-culinario"] body {
  background:
    radial-gradient(circle at 9% -4%, color-mix(in srgb, var(--saboria-global-warning) 20%, transparent), transparent 28rem),
    radial-gradient(circle at 92% 8%, color-mix(in srgb, var(--saboria-global-info) 16%, transparent), transparent 25rem),
    linear-gradient(180deg, #0e151d 0%, #111821 58%, #0a1016 100%) !important;
}

html[data-saboria-global-theme="sci-fi-culinario"] :where(.product-card, .special-request-card, .menu-section-shell, .marketing-product-card, .cart-sheet, .overlay-card) {
  color: var(--saboria-global-ink) !important;
  background: linear-gradient(180deg, rgba(17,24,33,.86), rgba(9,15,20,.82)) !important;
  border-color: color-mix(in srgb, var(--saboria-global-warning) 22%, transparent) !important;
  box-shadow: 0 24px 70px rgba(0,0,0,.28), inset 0 0 0 1px color-mix(in srgb, var(--saboria-global-info) 12%, transparent) !important;
}

/* 20.0.482-saboria-production-no-executable-scripts-security-cleanup · Marketing banners públicos */
.promo-card--clickable {
  cursor: pointer;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.promo-card--clickable:hover {
  transform: translateY(-2px);
  border-color: rgba(184, 134, 76, .38);
  box-shadow: 0 24px 58px rgba(92, 67, 44, .14);
}
.promo-card.has-image {
  grid-template-columns: minmax(120px, .75fr) minmax(0, 1fr);
  padding: 0;
}
.promo-card-image {
  min-height: 176px;
  background-size: cover;
  background-position: center;
}
.promo-card.has-image .promo-card-copy {
  padding: 16px 18px;
}
.promo-card .compact-button {
  min-height: 36px;
  padding: 0 14px;
}
@media (max-width: 720px) {
  .promo-card.has-image { grid-template-columns: 1fr; }
  .promo-card-image { min-height: 150px; }
}

/* 20.0.482-saboria-production-no-executable-scripts-security-cleanup · Agotado global visible pero bloqueado en menú público */
.product-card.is-soldout {
  position: relative;
  opacity: .72;
  filter: saturate(.65);
  cursor: not-allowed;
}
.product-card.is-soldout .product-card-media,
.product-card.is-soldout .photo-block { position: relative; overflow: hidden; }
.product-card.is-soldout .photo-block img,
.product-card.is-soldout .product-card-media img { filter: grayscale(.15) brightness(.82); }
.soldout-watermark {
  position: absolute;
  z-index: 4;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%) rotate(-18deg);
  padding: 8px 16px;
  border: 2px solid rgba(132, 54, 43, .58);
  border-radius: 999px;
  color: rgba(132, 54, 43, .86);
  background: rgba(255, 245, 238, .72);
  box-shadow: 0 12px 30px rgba(61, 33, 21, .18);
  font-size: .78rem;
  font-weight: 1000;
  letter-spacing: .14em;
  pointer-events: none;
}
.soldout-control {
  display: inline-grid;
  place-items: center;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(132, 54, 43, .18);
  border-radius: 999px;
  color: rgba(132, 54, 43, .82);
  background: rgba(255, 238, 232, .82);
  font-weight: 900;
  font-size: .78rem;
}
.product-card.is-soldout .product-inline-chip,
.product-card.is-soldout .product-info-strip span { color: rgba(132, 54, 43, .82); background: rgba(255, 238, 232, .72); }

/* 20.0.482-saboria-production-no-executable-scripts-security-cleanup · Ticket público/POS: logo oficial visible en recibo térmico. */
.receipt-print-view .receipt-brand-logo-frame,
.receipt-sheet .receipt-brand-logo-frame {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  margin: 0 auto 8px !important;
  background: transparent !important;
}
.receipt-print-view .receipt-brand-logo[data-receipt-logo="official"],
.receipt-sheet .receipt-brand-logo[data-receipt-logo="official"] {
  display: block !important;
  width: min(150px, 78%) !important;
  height: auto !important;
  max-height: 92px !important;
  object-fit: contain !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
@media print {
  .receipt-print-view .receipt-brand-logo[data-receipt-logo="official"],
  .receipt-sheet .receipt-brand-logo[data-receipt-logo="official"] {
    width: 42mm !important;
    max-height: 25mm !important;
  }
}

/* 20.0.482-saboria-production-no-executable-scripts-security-cleanup · CONTRATO VISUAL APLICADO A DEPENDENCIAS
   Baseline ejecutable: desktop/tablet/mobile, tipografía, espaciado, motion y alcance por módulo. */
:root {
  --saboria-visual-contract-version: "20.0.482-saboria-production-no-executable-scripts-security-cleanup";
  --saboria-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --saboria-coffee: #5b351a;
  --saboria-caramel: #a9744f;
  --saboria-cream: #f5efe7;
  --saboria-paper: #fffaf3;
  --saboria-ink: #1f1f1f;
  --saboria-muted: #8a8178;
  --saboria-success: #16a34a;
  --saboria-danger: #ef4444;
  --saboria-radius-card: clamp(14px, 1.3vw, 22px);
  --saboria-radius-button: clamp(12px, 1vw, 18px);
  --saboria-gap: clamp(10px, 1vw, 18px);
  --saboria-section-gap: clamp(12px, 1.4vw, 22px);
  --saboria-shadow-subtle: 0 1px 2px rgba(0,0,0,.05);
  --saboria-shadow-medium: 0 8px 24px rgba(0,0,0,.08);
  --saboria-shadow-elevated: 0 16px 48px rgba(0,0,0,.12);
  --saboria-motion: 180ms ease-out;
}

[data-visual-contract="dependency-visual-system"] {
  font-family: var(--saboria-font);
  color-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

[data-visual-contract="dependency-visual-system"] *,
[data-visual-contract="dependency-visual-system"] *::before,
[data-visual-contract="dependency-visual-system"] *::after {
  box-sizing: border-box;
}

[data-motion-contract="saboria-standard"] button,
[data-motion-contract="saboria-standard"] a,
[data-motion-contract="saboria-standard"] [role="button"],
[data-motion-contract="saboria-standard"] .card,
[data-motion-contract="saboria-standard"] article,
[data-motion-contract="saboria-standard"] .dock-item,
[data-motion-contract="saboria-standard"] .cashier-main-tab,
[data-motion-contract="saboria-standard"] .manager-card,
[data-motion-contract="saboria-standard"] .rider-clean-slider {
  transition-duration: 180ms;
  transition-timing-function: ease-out;
}

[data-visual-contract="dependency-visual-system"] button,
[data-visual-contract="dependency-visual-system"] input,
[data-visual-contract="dependency-visual-system"] select,
[data-visual-contract="dependency-visual-system"] textarea {
  font-family: inherit;
}

[data-visual-contract="dependency-visual-system"] button {
  min-height: 40px;
  border-radius: var(--saboria-radius-button);
  touch-action: manipulation;
}

[data-visual-contract="dependency-visual-system"] h1 {
  font-size: clamp(22px, 2.6vw, 34px);
  line-height: 1.04;
}
[data-visual-contract="dependency-visual-system"] h2 {
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.08;
}
[data-visual-contract="dependency-visual-system"] h3 {
  font-size: clamp(16px, 1.5vw, 22px);
}
[data-visual-contract="dependency-visual-system"] p,
[data-visual-contract="dependency-visual-system"] li,
[data-visual-contract="dependency-visual-system"] input,
[data-visual-contract="dependency-visual-system"] textarea,
[data-visual-contract="dependency-visual-system"] select {
  font-size: clamp(13px, .95vw, 16px);
}

/* Headers operativos: compactos, sin portada/hero. */
[data-visual-contract="dependency-visual-system"] .cashier-topbar,
[data-visual-contract="dependency-visual-system"] .station-header,
[data-visual-contract="dependency-visual-system"] .op-topbar,
[data-visual-contract="dependency-visual-system"] .waiter-header,
[data-visual-contract="dependency-visual-system"] .manager-header,
[data-visual-contract="dependency-visual-system"] .admin-header {
  max-height: 116px;
  border-radius: var(--saboria-radius-card);
}

/* Tarjetas y módulos: coherencia de borde, radio y sombra sin forzar contenido. */
[data-visual-contract="dependency-visual-system"] .cashier-stage-content > *,
[data-visual-contract="dependency-visual-system"] .op-card,
[data-visual-contract="dependency-visual-system"] .station-panel,
[data-visual-contract="dependency-visual-system"] .manager-screen,
[data-visual-contract="dependency-visual-system"] .admin-card,
[data-visual-contract="dependency-visual-system"] .waiter-card,
[data-visual-contract="dependency-visual-system"] .monitor-panel,
[data-visual-contract="dependency-visual-system"] .rider-clean-bottom-card {
  border-radius: var(--saboria-radius-card);
}

/* Grids operativos por breakpoint. */
@media (min-width: 1280px) {
  [data-responsive-contract="desktop-tablet-mobile"] .cashier-products-grid,
  [data-responsive-contract="desktop-tablet-mobile"] .menu-grid,
  [data-responsive-contract="desktop-tablet-mobile"] .product-grid,
  [data-responsive-contract="desktop-tablet-mobile"] .catalog-grid {
    grid-template-columns: repeat(6, minmax(150px, 1fr));
  }
  [data-responsive-contract="desktop-tablet-mobile"] .cashier-tables-grid,
  [data-responsive-contract="desktop-tablet-mobile"] .waiter-table-grid,
  [data-responsive-contract="desktop-tablet-mobile"] .manager-table-grid {
    grid-template-columns: repeat(4, minmax(180px, 1fr));
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  [data-responsive-contract="desktop-tablet-mobile"] .cashier-products-grid,
  [data-responsive-contract="desktop-tablet-mobile"] .menu-grid,
  [data-responsive-contract="desktop-tablet-mobile"] .product-grid,
  [data-responsive-contract="desktop-tablet-mobile"] .catalog-grid {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }
  [data-responsive-contract="desktop-tablet-mobile"] .cashier-tables-grid,
  [data-responsive-contract="desktop-tablet-mobile"] .waiter-table-grid,
  [data-responsive-contract="desktop-tablet-mobile"] .manager-table-grid {
    grid-template-columns: repeat(3, minmax(160px, 1fr));
  }
}
@media (max-width: 767px) {
  [data-responsive-contract="desktop-tablet-mobile"] {
    --saboria-gap: 10px;
    --saboria-section-gap: 12px;
  }
  [data-responsive-contract="desktop-tablet-mobile"] .cashier-products-grid,
  [data-responsive-contract="desktop-tablet-mobile"] .menu-grid,
  [data-responsive-contract="desktop-tablet-mobile"] .product-grid,
  [data-responsive-contract="desktop-tablet-mobile"] .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  [data-responsive-contract="desktop-tablet-mobile"] .cashier-tables-grid,
  [data-responsive-contract="desktop-tablet-mobile"] .waiter-table-grid,
  [data-responsive-contract="desktop-tablet-mobile"] .manager-table-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  [data-visual-contract="dependency-visual-system"] button { min-height: 44px; }
}

/* Alcance: carrito flotante solo en venta/pedido; módulos sin carrito lo ocultan por contrato. */
[data-module="mesas"] .cashier-floating-cart,
[data-module="clientes"] .cashier-floating-cart,
[data-module="cotizaciones"] .cashier-floating-cart,
[data-module="impresiones"] .cashier-floating-cart,
[data-module="reportes"] .cashier-floating-cart,
[data-module="ajustes"] .cashier-floating-cart,
body:not([data-cashier-active-module="venta"]) .cashier-floating-cart {
  display: none !important;
}

/* 20.0.482-saboria-production-no-executable-scripts-security-cleanup · Dirección pública con sugerencias */
.public-uber-address-field textarea{min-height:72px;}
.public-address-suggestions,
.delivery-map-address-suggestions{
  display:grid;
  gap:8px;
  margin:8px 0 12px;
}
.public-address-suggestions[hidden],
.delivery-map-address-suggestions[hidden]{display:none!important;}
.public-address-suggestions button,
.delivery-map-address-suggestions button{
  border:0;
  border-radius:18px;
  padding:12px 14px;
  background:#fffaf2;
  box-shadow:inset 0 0 0 1px rgba(101,63,34,.12),0 10px 24px rgba(64,38,20,.06);
  text-align:left;
  cursor:pointer;
  transition:transform .18s ease, box-shadow .18s ease;
}
.public-address-suggestions button:hover,
.delivery-map-address-suggestions button:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(64,38,20,.1);}
.public-address-suggestions strong,
.delivery-map-address-suggestions strong{display:block;color:#2e2118;font-size:.94rem;}
.public-address-suggestions small,
.delivery-map-address-suggestions small{display:block;color:#806951;margin-top:2px;font-size:.8rem;}
.public-address-actions{display:flex;flex-wrap:wrap;gap:9px;margin:8px 0 4px;}
.public-address-actions .primary-button,.public-address-actions .secondary-button{min-height:38px;padding:0 14px;border-radius:999px;}
@media(max-width:640px){.public-address-actions{display:grid;grid-template-columns:1fr;}.public-address-actions .primary-button,.public-address-actions .secondary-button{width:100%;}}


/* 20.0.482-saboria-production-no-executable-scripts-security-cleanup: experiencia pública normal/VIP desde contrato canónico */
#orderTrackingSheet .tracking-card.is-vip-experience {
  color: #fff0d3;
  background:
    radial-gradient(circle at 84% 8%, rgba(214, 160, 82, .22), transparent 34%),
    linear-gradient(135deg, #1a110b 0%, #080604 62%, #281608 100%) !important;
  border-color: rgba(224, 171, 92, .34) !important;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .42) !important;
}

#orderTrackingSheet .tracking-card.is-vip-experience .sheet-kicker,
#orderTrackingSheet .tracking-card.is-vip-experience .detail-chip strong,
#orderTrackingSheet .tracking-card.is-vip-experience .public-tracking-hero p,
#orderTrackingSheet .tracking-card.is-vip-experience .public-tracking-qr small {
  color: #d6b16f !important;
}

#orderTrackingSheet .tracking-card.is-vip-experience h2,
#orderTrackingSheet .tracking-card.is-vip-experience h3,
#orderTrackingSheet .tracking-card.is-vip-experience .detail-chip span,
#orderTrackingSheet .tracking-card.is-vip-experience .tracking-event strong {
  color: #fff0d3 !important;
}

.public-tracking-experience {
  display: grid;
  gap: 12px;
}

.public-tracking-hero {
  display: grid;
  gap: 7px;
  padding: 14px 16px;
  border-radius: 22px;
  border: 1px solid rgba(177, 136, 84, .16);
  background: rgba(255, 252, 247, .72);
}

.public-tracking-hero h3,
.public-tracking-hero p {
  margin: 0;
}

.public-tracking-hero h3 {
  font-size: clamp(1.15rem, 4vw, 1.75rem);
  line-height: 1.05;
}

#orderTrackingSheet .tracking-card.is-vip-experience .public-tracking-hero,
#orderTrackingSheet .tracking-card.is-vip-experience .detail-chip,
#orderTrackingSheet .tracking-card.is-vip-experience .tracking-event,
#orderTrackingSheet .tracking-card.is-vip-experience .public-tracking-qr,
#orderTrackingSheet .tracking-card.is-vip-experience .vip-benefits-strip span {
  background: rgba(255, 244, 218, .065) !important;
  border-color: rgba(224, 171, 92, .26) !important;
}

.vip-benefits-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.vip-benefits-strip[hidden] {
  display: none !important;
}

.vip-benefits-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(177, 136, 84, .16);
  background: rgba(255, 252, 247, .72);
  color: var(--muted);
  font-size: .75rem;
  font-weight: 900;
}

.public-tracking-qr {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(177, 136, 84, .16);
  border-radius: 20px;
  background: rgba(255, 252, 247, .72);
}

.public-tracking-qr img {
  width: 86px;
  height: 86px;
  border-radius: 14px;
  padding: 6px;
  background: #fff;
}

.public-tracking-qr strong,
.public-tracking-qr small {
  display: block;
}

.public-tracking-qr small {
  overflow-wrap: anywhere;
  color: var(--muted);
  line-height: 1.35;
}

@media (max-width: 640px) {
  .public-tracking-qr {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .public-tracking-qr img {
    margin: auto;
  }
}

/* 20.0.482-saboria-production-no-executable-scripts-security-cleanup · ROLLOUT VISUAL DE CONTRATO A MÓDULOS
   Extiende el mismo contrato canónico; no crea un contrato paralelo. */
:root {
  --saboria-visual-rollout-modulos-version: "20.0.482-saboria-production-no-executable-scripts-security-cleanup";
  --saboria-route-active: #2563eb;
  --saboria-route-completed: #6b7280;
  --saboria-focus-ring: rgba(169,116,79,.55);
  --saboria-panel-border: rgba(91,53,26,.13);
  --saboria-panel-bg: rgba(255,250,243,.88);
  --saboria-touch-target: 44px;
}

[data-visual-contract="dependency-visual-system"] :is(button, a, input, select, textarea, [role="button"]):focus-visible {
  outline: 2px solid var(--saboria-focus-ring) !important;
  outline-offset: 2px !important;
}

[data-visual-contract="dependency-visual-system"] :is(button, .primary-button, .secondary-button, .ghost-button, .cashier-main-tab, .dock-item) {
  min-height: min(var(--saboria-touch-target), 48px);
}

[data-visual-contract="dependency-visual-system"] :is(.admin-card,.op-card,.station-panel,.manager-card,.monitor-panel,.tracking-card,.receipt-sheet,.quote-presentation-sheet,.delivery-proof-sheet,.cashier-panel,.cashier-stage-content > *) {
  border-color: var(--saboria-panel-border);
}

[data-interface="monitores"] :is(.route-active,.is-active-route,.active-route,.route-card.is-active),
[data-interface="repartidor"] :is(.route-active,.is-active-route,.active-route,.route-card.is-active),
[data-interface="reparto"] :is(.route-active,.is-active-route,.active-route,.route-card.is-active) {
  --route-color: var(--saboria-route-active);
}

[data-interface="monitores"] :is(.route-completed,.is-completed-route,.completed-route,.route-card.is-completed),
[data-interface="repartidor"] :is(.route-completed,.is-completed-route,.completed-route,.route-card.is-completed),
[data-interface="reparto"] :is(.route-completed,.is-completed-route,.completed-route,.route-card.is-completed) {
  --route-color: var(--saboria-route-completed);
  filter: saturate(.72);
}

[data-interface="monitores"] :is(.map-panel,.monitor-map,.monitor-map-shell,.map-shell),
[data-interface="repartidor"] :is(.rider-map,.rider-map-shell,.map-shell),
[data-interface="reparto"] :is(.rider-map,.rider-map-shell,.map-shell) {
  touch-action: pan-x pan-y pinch-zoom;
}

[data-visual-contract="dependency-visual-system"] :is(#saboria-live-debug-panel,.saboria-live-debug-panel,[data-debug-visible="true"],.debug-overlay,.trace-overlay) {
  display: none !important;
  pointer-events: none !important;
}

[data-visual-contract="dependency-visual-system"] :is(.cashier-floating-cart,.cashier-floating-cart-dock)[data-disabled-by-contract="true"] {
  display: none !important;
}

@media (max-width: 767px) {
  [data-responsive-contract="desktop-tablet-mobile"] :is(.admin-card,.op-card,.station-panel,.manager-card,.monitor-panel,.tracking-card,.cashier-panel) {
    border-radius: clamp(14px, 5vw, 22px);
  }
  [data-responsive-contract="desktop-tablet-mobile"] :is(.admin-header,.cashier-topbar,.station-header,.op-topbar,.manager-header) {
    max-height: none;
  }
}


/* 20.0.482-saboria-production-no-executable-scripts-security-cleanup · Web pública: una sola dirección visible y un solo pin real */
.public-address-hidden-source,
.profile-block-delivery > .public-uber-address-field.public-address-hidden-source {
  display: none !important;
}

/* 20.0.482-saboria-production-no-executable-scripts-security-cleanup · Web pública: ubicación compacta con búsqueda sobre mapa y pin táctil */
.profile-block-delivery {
  gap: 0.85rem;
}

.public-address-actions {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
  align-items: center;
}

.public-address-actions > button {
  flex: 1 1 180px;
}

.delivery-map-section {
  position: relative;
  margin-top: 0.15rem;
  padding: 0.8rem;
  border-radius: 22px;
  overflow: hidden;
}

.delivery-map-section.is-collapsed {
  padding-bottom: 0.8rem;
}

.delivery-map-section.is-collapsed .delivery-map-picker-body,
.delivery-map-section.is-collapsed #deliveryMapHint {
  display: none !important;
}

.delivery-map-header {
  align-items: center;
}

.delivery-map-header-actions {
  display: flex;
  gap: 0.45rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.delivery-map-header-actions .secondary-button,
.delivery-map-header-actions .ghost-link {
  min-height: 38px;
  padding: 0.55rem 0.8rem;
  border-radius: 14px;
  font-size: 0.82rem;
}

.delivery-map-picker-body {
  display: grid;
  gap: 0.65rem;
}

.delivery-map-shell {
  position: relative;
  min-height: clamp(220px, 38vh, 360px);
  isolation: isolate;
}

.delivery-map-frame {
  height: clamp(220px, 38vh, 360px);
}

.delivery-map-search-overlay {
  position: absolute;
  z-index: 4;
  top: 0.7rem;
  left: 0.7rem;
  right: 0.7rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.45rem;
  padding: 0.4rem;
  border: 1px solid rgba(122, 83, 45, 0.16);
  border-radius: 18px;
  background: rgba(255, 252, 247, 0.92);
  box-shadow: 0 18px 40px rgba(64, 38, 16, 0.14);
  backdrop-filter: blur(12px);
}

.delivery-map-search-overlay input {
  min-width: 0;
  min-height: 44px;
  padding: 0 0.9rem;
  border: 0;
  background: transparent;
  font: inherit;
  color: #352317;
  outline: none;
}

 .delivery-map-address-suggestions {
  max-height: 168px;
  overflow: auto;
  margin: 0;
  padding: 0.1rem 0 0;
}

.delivery-map-address-suggestions button {
  background: rgba(255, 252, 247, 0.96);
}

.delivery-map-center-pin {
  --pin-drag-x: 0px;
  --pin-drag-y: 0px;
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 54%;
  transform: translate(calc(-50% + var(--pin-drag-x)), calc(-100% + var(--pin-drag-y))) rotate(-45deg);
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px 999px 999px 12px;
  color: #fffaf3;
  background: linear-gradient(135deg, #9b6736, #caa04e);
  box-shadow: 0 18px 36px rgba(70, 38, 14, 0.26);
  cursor: grab;
  touch-action: none;
}

.delivery-map-center-pin::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background: rgba(255, 252, 247, 0.95);
}

.delivery-map-center-pin.is-unset {
  filter: saturate(.82);
  opacity: .92;
}

.delivery-map-center-pin.is-dragging {
  cursor: grabbing;
  box-shadow: 0 24px 44px rgba(70, 38, 14, 0.34);
}

.delivery-map-center-pin span {
  font-size: 0;
}

.delivery-map-confirm-row {
  display: flex;
  justify-content: flex-end;
}

.delivery-map-confirm-row .primary-button {
  min-width: min(100%, 260px);
}

.delivery-map-section.is-confirmed .delivery-map-confirm-row .primary-button {
  background: linear-gradient(135deg, #4f8a56, #77a96f);
  color: #fff;
}

@media (max-width: 640px) {
  .profile-block-delivery {
    gap: 0.65rem;
  }

  .public-address-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .delivery-map-section {
    padding: 0.7rem;
    border-radius: 20px;
  }

  .delivery-map-header {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.55rem;
  }

  .delivery-map-header-actions {
    justify-content: stretch;
  }

  .delivery-map-header-actions > * {
    flex: 1 1 0;
    text-align: center;
  }

  .delivery-map-shell,
  .delivery-map-frame {
    min-height: 235px;
    height: 235px;
  }

  .delivery-map-search-overlay {
    left: 0.5rem;
    right: 0.5rem;
    top: 0.5rem;
    grid-template-columns: minmax(0, 1fr);
  }

  .delivery-map-address-suggestions {
    max-height: 132px;
  }

  .delivery-map-confirm-row .primary-button {
    width: 100%;
  }
}

/* 20.0.482-saboria-production-no-executable-scripts-security-cleanup · Web pública: mapa abierto, pin real y ubicación por dispositivo */
.profile-block-delivery .public-address-actions,
#deliveryMapToggleButton,
#deliveryMapCollapseButton,
#deliveryMapOpenLink,
.delivery-map-header,
.delivery-map-confirm-row,
#confirmPublicLocationButton {
  display: none !important;
}

.delivery-map-section,
.delivery-map-section.is-collapsed {
  display: grid !important;
  gap: 0.5rem;
  margin-top: 0.45rem;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.delivery-map-section.is-collapsed .delivery-map-picker-body,
.delivery-map-section.is-collapsed #deliveryMapHint {
  display: grid !important;
}

.delivery-map-picker-body {
  display: grid;
  gap: 0.5rem;
}

.delivery-map-shell {
  position: relative;
  min-height: clamp(300px, 48vh, 460px);
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(146, 103, 53, 0.18);
  background: rgba(255, 252, 247, 0.92);
  box-shadow: 0 22px 54px rgba(64, 38, 16, 0.14);
  isolation: isolate;
}

.delivery-map-frame {
  display: block;
  width: 100%;
  min-height: clamp(300px, 48vh, 460px);
  height: clamp(300px, 48vh, 460px);
  border: 0;
  pointer-events: none;
}

.delivery-map-touch-surface {
  position: absolute;
  z-index: 3;
  inset: 0;
  cursor: crosshair;
  touch-action: none;
  background: transparent;
}

.delivery-map-search-overlay {
  position: absolute;
  z-index: 7;
  top: 0.7rem;
  left: 0.7rem;
  right: 0.7rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  gap: 0.45rem;
  padding: 0.45rem;
  border: 1px solid rgba(122, 83, 45, 0.14);
  border-radius: 18px;
  background: rgba(255, 252, 247, 0.94);
  box-shadow: 0 18px 38px rgba(64, 38, 16, 0.14);
  backdrop-filter: blur(14px);
}

.delivery-map-search-overlay input {
  min-width: 0;
  min-height: 44px;
  padding: 0 0.9rem;
  border: 0;
  background: transparent;
  font: inherit;
  color: #352317;
  outline: none;
}

.delivery-map-device-button {
  display: grid;
  place-items: center;
  width: 44px;
  min-width: 44px;
  height: 44px;
  border: 1px solid rgba(122, 83, 45, 0.16);
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(250,243,232,.94));
  color: #6f4522;
  font-size: 1.15rem;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(64, 38, 16, 0.10);
}

.delivery-map-address-suggestions {
  grid-column: 1 / -1;
  max-height: 150px;
  overflow: auto;
  margin: 0;
  padding: 0.15rem 0 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.delivery-map-address-suggestions button {
  width: 100%;
  text-align: left;
  margin-top: 0.35rem;
  border: 1px solid rgba(146, 103, 53, 0.14);
  border-radius: 14px;
  padding: 0.65rem 0.75rem;
  background: rgba(255, 252, 247, 0.98);
}

.delivery-map-center-pin {
  --pin-drag-x: 0px;
  --pin-drag-y: 0px;
  position: absolute;
  z-index: 6;
  left: var(--pin-x, 50%);
  top: var(--pin-y, 58%);
  transform: translate(-50%, -100%) rotate(-45deg);
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px 999px 999px 12px;
  background: linear-gradient(135deg, #9b6736, #caa04e);
  box-shadow: 0 18px 36px rgba(70, 38, 14, 0.28);
  pointer-events: none;
}

.delivery-map-center-pin::after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: rgba(255, 252, 247, 0.96);
}

.delivery-map-center-pin.is-unset {
  opacity: 0.72;
  filter: saturate(.82);
}

#deliveryMapHint {
  margin: 0.1rem 0 0;
  font-size: 0.9rem;
}

@media (max-width: 640px) {
  .delivery-map-section {
    margin-top: 0.4rem;
  }
  .delivery-map-shell,
  .delivery-map-frame {
    min-height: min(48vh, 360px);
    height: min(48vh, 360px);
  }
  .delivery-map-search-overlay {
    top: 0.55rem;
    left: 0.55rem;
    right: 0.55rem;
    grid-template-columns: minmax(0, 1fr) 42px;
    border-radius: 16px;
  }
  .delivery-map-search-overlay input {
    min-height: 42px;
    font-size: 0.95rem;
  }
  .delivery-map-device-button {
    width: 42px;
    min-width: 42px;
    height: 42px;
  }
  .delivery-map-address-suggestions {
    max-height: 124px;
  }
  .delivery-map-center-pin {
    width: 42px;
    height: 42px;
  }
}

/* 20.0.482-saboria-production-no-executable-scripts-security-cleanup · Web pública: mapa navegable con deslizamiento y pin por presión larga */
.delivery-map-frame {
  display: none !important;
}

.delivery-map-shell {
  min-height: clamp(330px, 54vh, 500px) !important;
  height: clamp(330px, 54vh, 500px) !important;
  background: #e7dfd2 !important;
}

.delivery-map-touch-surface {
  position: absolute !important;
  z-index: 2 !important;
  inset: 0 !important;
  display: block !important;
  overflow: hidden !important;
  cursor: grab !important;
  touch-action: none !important;
  background: #e7dfd2 !important;
  user-select: none !important;
  -webkit-user-select: none !important;
}

.delivery-map-touch-surface.is-touching {
  cursor: grabbing !important;
}

.delivery-map-touch-surface.is-fixing-pin {
  cursor: crosshair !important;
}

.delivery-map-tile {
  position: absolute;
  width: 256px;
  height: 256px;
  max-width: none;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
  opacity: 0.98;
}

.delivery-map-attribution {
  position: absolute;
  right: 0.45rem;
  bottom: 0.35rem;
  z-index: 2;
  padding: 0.2rem 0.38rem;
  border-radius: 999px;
  background: rgba(255,252,247,.86);
  color: rgba(70,47,31,.72);
  font-size: .66rem;
  line-height: 1;
  pointer-events: none;
}

.delivery-map-search-overlay {
  z-index: 8 !important;
}

.delivery-map-address-suggestions {
  max-height: min(34vh, 190px) !important;
}

.delivery-map-center-pin {
  z-index: 7 !important;
  pointer-events: none !important;
  transition: left .16s ease, top .16s ease, opacity .16s ease, transform .16s ease;
}

.delivery-map-touch-surface.is-fixing-pin + .delivery-map-search-overlay + .delivery-map-center-pin,
.delivery-map-center-pin:not(.is-unset) {
  opacity: 1 !important;
}

#deliveryMapHint {
  font-size: .86rem !important;
  color: rgba(73,51,35,.76) !important;
}

@media (max-width: 640px) {
  .delivery-map-shell {
    min-height: min(58vh, 430px) !important;
    height: min(58vh, 430px) !important;
  }
  .delivery-map-attribution {
    font-size: .6rem;
    bottom: .28rem;
    right: .35rem;
  }
}

/* 20.0.482-saboria-production-no-executable-scripts-security-cleanup · chat público estable en celular */
@media (max-width: 760px), (pointer: coarse) and (max-width: 920px) {
  #orderChatSheet {
    position: fixed !important;
    inset: 0 !important;
    display: grid !important;
    align-items: end !important;
    justify-items: stretch !important;
    padding: calc(10px + env(safe-area-inset-top)) 10px calc(10px + env(safe-area-inset-bottom)) !important;
    background: rgba(31, 19, 12, .10) !important;
    backdrop-filter: blur(2px) !important;
    -webkit-backdrop-filter: blur(2px) !important;
  }

  #orderChatSheet .overlay-card.help-chat-card {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    height: min(72dvh, 620px) !important;
    max-height: calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom) - 26px) !important;
    display: grid !important;
    grid-template-rows: auto auto minmax(96px, 1fr) auto auto !important;
    gap: 9px !important;
    padding: 14px !important;
    overflow: hidden !important;
    border-radius: 28px 28px 20px 20px !important;
    transform: none !important;
  }

  #orderChatSheet .sheet-top {
    min-height: 54px !important;
    align-items: start !important;
    gap: 10px !important;
  }

  #orderChatSheet .sheet-top h2 {
    font-size: clamp(1.45rem, 8vw, 2.05rem) !important;
    line-height: .95 !important;
    letter-spacing: -.05em !important;
  }

  #orderChatSheet .icon-button {
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    border-radius: 20px !important;
  }

  #orderChatMeta .support-box {
    padding: 12px !important;
    border-radius: 20px !important;
    overflow: hidden !important;
  }

  #orderChatMeta .support-box strong {
    font-size: 1.22rem !important;
  }

  #orderChatMeta .support-copy {
    font-size: .92rem !important;
    line-height: 1.28 !important;
    max-height: 2.7em !important;
    overflow: hidden !important;
  }

  #orderChatMessages.help-chat-messages {
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    padding: 8px 8px 10px !important;
    align-content: end !important;
  }

  #orderChatMessages .chat-bubble {
    max-width: 86% !important;
    padding: 10px 12px !important;
    border-radius: 18px !important;
    gap: 4px !important;
  }

  #orderChatMessages .chat-bubble strong,
  #orderChatMessages .chat-bubble p,
  #orderChatMessages .chat-bubble span {
    line-height: 1.22 !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
  }

  #orderChatForm.help-chat-form {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 9px !important;
    padding: 10px !important;
    border-radius: 21px !important;
    background: rgba(255, 250, 243, .92) !important;
    border: 1px solid rgba(148, 111, 72, .16) !important;
    box-shadow: 0 12px 30px rgba(80, 50, 30, .08) !important;
  }

  #orderChatInput {
    min-height: 86px !important;
    max-height: 116px !important;
    resize: none !important;
    border-radius: 18px !important;
    font-size: 16px !important;
  }

  #orderChatForm .primary-button {
    min-height: 48px !important;
    border-radius: 17px !important;
  }

  #orderChatFormMessage {
    min-height: 0 !important;
    margin: 0 !important;
    font-size: .82rem !important;
  }
}
