@media (max-width: 1080px) {
  .a56-horizon-inner {
    grid-template-columns: auto 1fr auto;
  }
  .a56-finder { display: none; }
  .a56-aperture { display: block; }
  .a56-rail { display: none; }
  .a56-fold { grid-template-columns: auto 1fr; }
  .a56-fold-meta { display: none; }
}
@media (max-width: 820px) {
  .a56-footer-grid, .a56-footer-stagger { grid-template-columns: 1fr; }
  .a56-footer-col-high, .a56-footer-col-low { margin-top: 0; }
  .a56-ticket-inner { flex-wrap: wrap; justify-content: center; text-align: center; }
  .a56-token-copy small { display: none; }
  .a56-token { min-width: 0; padding: 10px; }
  .a56-hero-grid, .a56-shop-layout, .a56-product-layout, .a56-split { grid-template-columns: 1fr !important; }
  .container { width: min(1180px, calc(100% - 2rem)); }
}
@media (max-width: 640px) {
  .a56-fold { clip-path: none; padding: 10px 16px; }
  .a56-brand-bottom { display: none; }
  .a56-product-grid, .ts-product-grid { gap: 14px; }
}
