@media (max-width: 860px) {
  html, body { max-width: 100%; overflow-x: hidden; }

  .site-header {
    padding: 12px 14px;
    gap: 12px;
  }

  .logo { min-width: 0; gap: 10px; }
  .logo-mark { width: 38px; height: 38px; border-radius: 13px; }
  .logo span:last-child { max-width: 190px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

  .menu-hero {
    padding: 26px 14px 10px;
  }

  .menu-hero h1 {
    font-size: clamp(34px, 11vw, 52px);
    line-height: .94;
    letter-spacing: -.06em;
  }

  .menu-hero p {
    font-size: 15px;
    line-height: 1.55;
  }

  .hero-mode-card {
    border-radius: 22px;
    padding: 14px;
  }

  .mode-toggle {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  .menu-shell {
    padding: 10px 12px 92px;
  }

  .menu-layout {
    display: block;
  }

  .menu-sidebar {
    position: sticky;
    top: 70px;
    z-index: 22;
    margin-bottom: 12px;
    padding: 12px;
    border-radius: 24px;
    background: rgba(10, 5, 6, .96);
    backdrop-filter: blur(18px);
  }

  .search-box {
    margin-bottom: 10px;
    border-radius: 16px;
    padding: 13px 14px;
    font-size: 15px;
  }

  .mobile-category-select {
    display: block;
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 13px 14px;
    color: #111;
    background: var(--cream);
    font-weight: 900;
    outline: none;
  }

  .menu-sidebar .category-list {
    display: none !important;
  }

  .menu-content {
    overflow: hidden;
    padding: 16px;
    border-radius: 24px;
  }

  .menu-toolbar {
    display: grid;
    gap: 12px;
    margin-bottom: 16px;
  }

  .menu-toolbar h2 {
    margin-bottom: 8px;
    font-size: clamp(32px, 10vw, 44px);
    line-height: .98;
  }

  .menu-toolbar p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.55;
  }

  .menu-toolbar > .mode-pill,
  .menu-toolbar .menu-db-status,
  .menu-toolbar .menu-media-status {
    width: fit-content;
    max-width: 100%;
    white-space: normal;
    line-height: 1.25;
    font-size: 12px;
  }

  .product-grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .product-card {
    border-radius: 24px;
    min-width: 0;
  }

  .product-media,
  .product-media.has-image {
    min-height: 0 !important;
    height: 158px;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .product-media.has-image {
    background: radial-gradient(circle at 50% 42%, rgba(255,244,228,.12), transparent 48%), #070707;
  }

  .product-media.has-image img {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
    transform: none !important;
    filter: none;
  }

  .product-card:hover .product-media.has-image img {
    transform: none !important;
  }

  .product-media.has-image::after {
    background: linear-gradient(to top, rgba(0,0,0,.38), transparent 55%);
  }

  .product-media.has-image .score,
  .score {
    left: 12px;
    bottom: 12px;
    padding: 7px 9px;
    font-size: 11px;
  }

  .product-body {
    padding: 14px;
  }

  .badges {
    margin-bottom: 10px;
  }

  .product-title-row h3 {
    font-size: 22px;
  }

  .product-body p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: auto;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.5;
  }

  .product-meta {
    flex-wrap: wrap;
    margin-bottom: 12px;
  }

  .price-row {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  body[data-price-mode="delivery"] .add-button {
    justify-content: center;
    width: 100%;
    min-height: 44px;
  }

  .dual-price {
    font-size: 12px;
  }

  .seo-copy,
  .schema-note {
    margin-top: 14px;
    padding: 18px;
    border-radius: 24px;
  }

  .cart-fab {
    right: 12px;
    bottom: 12px;
    left: 12px;
    justify-content: center;
  }

  .drawer-panel {
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    width: auto;
    border-radius: 24px;
    padding: 16px;
  }

  .modal {
    padding: 8px;
  }

  .modal-card {
    width: 100%;
    max-height: calc(100vh - 16px);
    border-radius: 24px;
  }

  .modal-media,
  .modal-media.has-image {
    min-height: 0 !important;
    height: 260px;
  }

  .modal-media.has-image > img[data-modal-main-image] {
    height: 260px;
    object-fit: contain;
    padding: 14px;
    background: #060606;
  }

  .modal-gallery-thumbs {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 7px;
    border-radius: 16px;
  }

  .modal-gallery-thumbs button {
    width: 56px;
    height: 44px;
    border-radius: 12px;
  }

  .modal-body {
    padding: 16px;
  }

  .modal-body h2 {
    font-size: clamp(28px, 9vw, 40px);
  }
}

@media (max-width: 420px) {
  .product-media,
  .product-media.has-image {
    height: 142px;
  }

  .menu-toolbar h2 {
    font-size: 32px;
  }

  .product-title-row h3 {
    font-size: 20px;
  }
}
