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