/* Mobile / tablet polish — site */
@media (max-width: 760px) {
  .landing {
    padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px));
  }

  .approved {
    width: 100%;
    margin-left: 0;
    min-height: clamp(420px, 92vw, 620px);
    max-height: 88dvh;
    aspect-ratio: 1680 / 941;
  }
  .approved-layout {
    object-fit: cover;
    object-position: top center;
  }

  .mobile-note {
    flex-wrap: wrap;
    left: 12px;
    right: 12px;
    padding: 10px 12px;
    gap: 8px;
  }
  .mobile-note strong {
    flex: 1 1 100%;
    font-size: 11px;
    letter-spacing: 0.5px;
  }
  .mobile-note-actions {
    display: flex;
    flex: 1 1 100%;
    gap: 8px;
    width: 100%;
  }
  .mobile-note-actions a,
  .mobile-note-actions button {
    flex: 1 1 0;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 6px;
    border: 1px solid #3a312d;
    background: #0e0d0c;
    color: #e7dfd2;
    font: 500 9px 'Oswald', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
  }
  .mobile-note-actions .mobile-order {
    border-color: #a43a30;
    background: #98271f;
    color: #fff;
  }

  .story-menu { padding: 56px 16px 48px; }
  .landing h2 { font-size: clamp(32px, 9vw, 43px); line-height: 0.95; }
  .dish-copy h3 { font-size: clamp(32px, 8vw, 48px); }
  .feature-dish .add-to-cart-feature { max-width: none; width: 100%; }
  .menu-board strong { font-size: clamp(22px, 6vw, 35px); }
  .menu-board figcaption { max-width: calc(100% - 48px); }
  .about-copy { padding: 40px 16px 48px; }
  .about-stamp { width: 88px; height: 88px; font-size: 15px; right: 4%; bottom: 5%; }
  .values { grid-template-columns: 1fr; gap: 16px; }
  .delivery-section, .wholesale { padding: 56px 16px; gap: 32px; }
  .map-card { height: min(360px, 55vh); }
  .map-pin { left: 50%; transform: translateX(-50%); flex-direction: column; text-align: center; font-size: 11px; }
  .contact {
    padding: 56px 16px calc(88px + env(safe-area-inset-bottom, 0px));
  }
  .contact h2 { font-size: clamp(28px, 8vw, 42px); }
  .contact > a { font-size: clamp(18px, 5vw, 24px); word-break: break-word; }
  .red-button, .light-button {
    width: 100%;
    justify-content: center;
    min-height: 48px;
  }
}

@media (max-width: 380px) {
  .mobile-note-actions { flex-direction: column; }
  .mobile-note-actions a,
  .mobile-note-actions button { width: 100%; }
}

/* Catalog + cart on small screens */
@media (max-width: 760px) {
  .catalog-page {
    padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  }
  .cart-fab {
    bottom: calc(16px + env(safe-area-inset-bottom, 0px));
    right: 14px;
  }
  .cart-drawer {
    max-height: min(92dvh, 640px);
  }
}
