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