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