/* LogoMarket · homepage. Foundational layout — Fable extends per SPEC.md §6. */

.lm-home { padding-bottom: 80px; }
.lm-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--lm-secondary-600); }

.lm-hero { padding: 72px 24px 56px; }
.lm-hero__title { font-size: clamp(40px, 7vw, 76px); font-weight: 800; line-height: 1.02; color: var(--lm-ink); margin: 14px 0 20px; }
.lm-hero__lede { max-width: 52ch; font-size: 18px; line-height: 1.6; color: var(--lm-ink-500); }
.lm-hero__actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 28px 0 18px; }
.lm-hero__meta { font-size: 13px; color: var(--lm-ink-400); }

.lm-section-head { max-width: 640px; margin: 0 auto 40px; text-align: left; }
.lm-section-head h2 { font-size: clamp(26px, 3.5vw, 38px); font-weight: 800; color: var(--lm-ink); margin-top: 8px; }

.lm-catalog { padding: 40px 24px; }

.lm-how { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding: 40px 24px 24px; }
@media (max-width: 780px) { .lm-how { grid-template-columns: 1fr; } }
.lm-step { background: var(--lm-surface); border: 1px solid var(--lm-border); border-radius: var(--lm-radius-lg); padding: 28px; }
.lm-step__num { font-family: var(--lm-font-display); font-weight: 800; font-size: 14px; color: var(--lm-primary-500); }
.lm-step h3 { margin: 10px 0 6px; font-size: 19px; color: var(--lm-ink); }
.lm-step p { color: var(--lm-ink-500); font-size: 15px; line-height: 1.55; margin: 0; }

/* ── Sold wall (§6.6) ───────────────────────────────────── */
.lm-soldwall { padding: 40px 24px; }
.lm-soldwall__sub { color: var(--lm-ink-500); margin-top: 8px; }
.lm-soldwall__grid { margin-top: 8px; }

/* ── FAQ accordion (§6.7) — mirrors .lm-acc in pages.css so the
     same markup works on the homepage without loading pages.css. */
.lm-faqband { max-width: 820px; padding: 40px 24px 72px; }
.lm-acc { border: 1px solid var(--lm-border); border-radius: var(--lm-radius); background: #fff; }
.lm-acc details { border-bottom: 1px solid var(--lm-border); }
.lm-acc details:last-child { border-bottom: 0; }
.lm-acc summary { cursor: pointer; list-style: none; padding: 20px 24px; font-weight: 600;
  color: var(--lm-ink); display: flex; justify-content: space-between; gap: 16px; }
.lm-acc summary::-webkit-details-marker { display: none; }
.lm-acc summary::after { content: "+"; color: var(--lm-primary-500); font-size: 22px; line-height: 1;
  transition: transform .25s var(--lm-ease); }
.lm-acc details[open] summary::after { transform: rotate(45deg); }
.lm-acc summary:focus-visible { outline: 3px solid var(--lm-primary-300); outline-offset: -3px; border-radius: var(--lm-radius); }
.lm-acc__body { padding: 0 24px 20px; color: var(--lm-ink-500); line-height: 1.6; }
@media (prefers-reduced-motion: reduce) { .lm-acc summary::after { transition: none; } }

/* ── Hero two-column + dummy art (§14.1) ────────────────── */
.lm-hero { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; }
@media (max-width: 900px) { .lm-hero { grid-template-columns: 1fr; }
  .lm-hero__art { order: -1; } }
.lm-hero__art { position: relative; min-height: 380px; }
@media (max-width: 900px) { .lm-hero__art { min-height: 300px; } }
.lm-hero__chip { position: absolute; width: 120px; height: 120px; border-radius: 22px; overflow: hidden;
  background: #fff; border: 1px solid var(--lm-border); box-shadow: var(--lm-shadow);
  display: grid; place-items: center; animation: lm-bob 6s ease-in-out infinite; }
.lm-hero__chip img { width: 100%; height: 100%; object-fit: cover; }
.lm-hero__chip--0 { top: 4%;  left: 8%;  width: 150px; height: 150px; z-index: 3; }
.lm-hero__chip--1 { top: 0;   right: 12%; animation-delay: .6s; }
.lm-hero__chip--2 { top: 40%; left: 34%; width: 140px; height: 140px; z-index: 4; animation-delay: 1.2s; }
.lm-hero__chip--3 { bottom: 6%; left: 4%;  animation-delay: .3s; }
.lm-hero__chip--4 { bottom: 0;  right: 6%;  width: 150px; height: 150px; animation-delay: .9s; }
.lm-hero__chip--5 { top: 12%; right: 40%; width: 96px; height: 96px; animation-delay: 1.5s; }
@keyframes lm-bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@media (prefers-reduced-motion: reduce) { .lm-hero__chip { animation: none; } }

/* ── Trust strip ────────────────────────────────────────── */
.lm-truststrip { display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between;
  padding: 20px 24px; margin-top: 8px; background: var(--lm-surface);
  border: 1px solid var(--lm-border); border-radius: var(--lm-radius-lg); }
.lm-truststrip__item { display: inline-flex; align-items: center; gap: 10px; font-size: 14px;
  font-weight: 600; color: var(--lm-ink-600); }
.lm-truststrip__ic { width: 20px; height: 20px; color: var(--lm-primary-500); flex: none; }

/* ── Full-width safety: neutralise Astra content padding on our screens.
     (page-builder layout already strips the container; this keeps our own
     .lm-container in charge of gutters.) ── */
.ast-page-builder-template .lm-home,
.ast-page-builder-template .lm-single,
.ast-page-builder-template .lm-shop,
.ast-page-builder-template .lm-page { width: 100%; }
