/* Landing page storefront sections — theme-token friendly, no editor chrome */
.lp-storefront {
  --lp-space-compact: 1.5rem;
  --lp-space-normal: 3rem;
  --lp-space-spacious: 5rem;
  --lp-surface: #fff;
  --lp-surface-muted: #f4f4f5;
  --lp-surface-primary: #111827;
  --lp-text: #111827;
  --lp-text-on-primary: #f9fafb;
  --lp-accent: #2563eb;
  --lp-radius: 0.75rem;
  color: var(--lp-text);
}
.lp-empty, .lp-empty-state {
  padding: 2rem;
  text-align: center;
  color: #6b7280;
}
.lp-spacing--compact { padding-block: var(--lp-space-compact); }
.lp-spacing--normal { padding-block: var(--lp-space-normal); }
.lp-spacing--spacious { padding-block: var(--lp-space-spacious); }
.lp-align--left { text-align: left; }
.lp-align--center { text-align: center; }
.lp-surface--default { background: var(--lp-surface); color: var(--lp-text); }
.lp-surface--muted { background: var(--lp-surface-muted); color: var(--lp-text); }
.lp-surface--primary { background: var(--lp-surface-primary); color: var(--lp-text-on-primary); }

.lp-hero__inner,
.lp-cta__inner,
.lp-heading,
.lp-richtext {
  max-width: 72rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}
.lp-hero__title {
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 0.75rem;
}
.lp-hero__subtitle {
  font-size: 1.125rem;
  line-height: 1.6;
  margin: 0 0 1.5rem;
  opacity: 0.9;
}
.lp-heading h1, .lp-heading h2, .lp-heading h3 {
  margin: 0;
  line-height: 1.25;
}
.lp-richtext { line-height: 1.7; }
.lp-richtext p { margin: 0 0 1rem; }
.lp-cta__title { margin: 0 0 0.5rem; font-size: 1.75rem; }
.lp-cta__text { margin: 0 0 1.25rem; opacity: 0.9; }

.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.25rem;
  border-radius: var(--lp-radius);
  font-weight: 600;
  text-decoration: none;
  border: none;
}
.lp-btn--primary {
  background: var(--lp-accent);
  color: #fff;
}
.lp-surface--primary .lp-btn--primary {
  background: #fff;
  color: var(--lp-surface-primary);
}
.lp-btn--secondary {
  background: transparent;
  color: inherit;
  box-shadow: inset 0 0 0 2px currentColor;
}

.lp-spacer--compact { height: 1.5rem; }
.lp-spacer--normal { height: 3rem; }
.lp-spacer--spacious { height: 5rem; }

.lp-hero__media img,
.lp-imagetext__media img,
.lp-product-card img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.lp-imagetext__inner {
  max-width: 72rem;
  margin: 0 auto;
  padding-inline: 1.25rem;
  display: grid;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 768px) {
  .lp-imagetext__inner { grid-template-columns: 1fr 1fr; }
  .lp-imagetext--right .lp-imagetext__media { order: 2; }
}
.lp-video__frame {
  position: relative;
  padding-bottom: 56.25%;
  max-width: 72rem;
  margin: 0 auto;
}
.lp-video__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.lp-video__title, .lp-faq__inner, .lp-section__inner, .lp-products__inner,
.lp-collection__inner, .lp-testimonials__inner, .lp-logos__inner, .lp-stats__inner {
  max-width: 72rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}
.lp-width--narrow { max-width: 42rem; }
.lp-width--wide { max-width: 90rem; }
.lp-faq__item { border-bottom: 1px solid #e5e7eb; padding: 0.75rem 0; }
.lp-faq__item summary { cursor: pointer; font-weight: 600; }
.lp-faq__answer { margin-top: 0.5rem; }
.lp-columns {
  max-width: 72rem;
  margin: 0 auto;
  padding-inline: 1.25rem;
  display: grid;
  gap: 1.5rem;
}
.lp-columns--2 { grid-template-columns: 1fr; }
.lp-columns--3 { grid-template-columns: 1fr; }
@media (min-width: 768px) {
  .lp-columns--2 { grid-template-columns: 1fr 1fr; }
  .lp-columns--3 { grid-template-columns: 1fr 1fr 1fr; }
}
.lp-divider {
  border: 0;
  border-top: 1px solid #e5e7eb;
  max-width: 72rem;
  margin-inline: auto;
}
.lp-products__grid, .lp-testimonials__grid, .lp-logos__grid, .lp-stats__grid, .lp-usp__list {
  display: grid;
  gap: 1.25rem;
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}
.lp-products__grid { grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr)); }
.lp-product-card h3 { font-size: 1rem; margin: 0.5rem 0 0.25rem; }
.lp-product-card a { color: inherit; text-decoration: none; }
.lp-usp__list { grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr)); text-align: center; }
.lp-usp__list span { display: block; font-size: 0.875rem; opacity: 0.8; margin-top: 0.25rem; }
.lp-testimonials__grid { grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr)); }
.lp-quote { margin: 0; padding: 1rem; background: var(--lp-surface-muted); border-radius: var(--lp-radius); }
.lp-logos__grid { grid-template-columns: repeat(auto-fit, minmax(7rem, 1fr)); align-items: center; }
.lp-logos__grid img { max-height: 2.5rem; width: auto; margin: 0 auto; filter: grayscale(1); opacity: 0.8; }
.lp-stats__grid { grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr)); text-align: center; }
.lp-stats__grid dt { font-size: 1.75rem; font-weight: 700; }
.lp-stats__grid dd { margin: 0.25rem 0 0; opacity: 0.8; }

@media (max-width: 640px) {
  .lp-hero__inner, .lp-cta__inner { padding-inline: 1rem; }
}
