/* Storefront shell — layout only; brand colors come from /theme/site.css */
.sf-loading { padding: 48px 24px; text-align: center; color: #5f5f5f; }
.lx-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 20px; }
.lx-card { display: block; background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,.06); }
.lx-card img, .lx-card .lx-ph { width: 100%; aspect-ratio: 4/5; object-fit: cover; background: #ffebe8; }
.lx-card h3 { margin: 12px 16px 4px; font-size: 16px; }
.lx-card p { margin: 0 16px 16px; color: #5f5f5f; }
.lx-prose { padding: 48px 0; max-width: 720px; }
.lx-hero-copy { padding: 72px 0 40px; }
.lx-kicker { letter-spacing: .12em; text-transform: uppercase; font-size: 12px; color: #ff3164; }
.lx-list { display: grid; gap: 16px; }
.lx-list a { display: block; padding: 16px 0; border-bottom: 1px solid #eee; }
.lx-langbar { display: inline-flex; align-items: center; margin-inline-end: 0; }
.lx-langbar--float {
  position: fixed;
  top: 12px;
  inset-inline-end: 12px;
  z-index: 80;
  margin: 0;
}
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  overflow: hidden; clip: rect(0,0,0,0);
}
