/**
 * Production home polish — SSR rails, marketplace cards, unified ivory sections.
 */

body.al-white-luxury .al-home .al-section {
  background: var(--al-bg, #faf8f4);
}

body.al-white-luxury .al-home .al-section--surface,
body.al-white-luxury .al-concierge-promo,
body.al-white-luxury .al-home-stores,
body.al-white-luxury .al-lv-mph {
  background: linear-gradient(180deg, #faf8f4 0%, #f3ede3 100%);
}

.al-lv-ctl__rail-mount--ssr .al-rail-fallback,
.al-personalized-rail--ssr .al-rail-fallback,
.alx-home-recent__track--ssr .al-rail-fallback {
  margin: 0;
}

.al-lv-ctl__empty[hidden],
[data-al-ctl-empty].is-hidden {
  display: none !important;
}

.al-concierge-promo__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.25rem;
}

.al-concierge-promo__panel-lede {
  margin: 1rem 0 0;
  line-height: 1.6;
}

.al-home-stores__metric {
  margin: 0.35rem 0 0;
  font-size: 0.9rem;
  color: var(--al-gold, #b8954a);
  letter-spacing: 0.06em;
}

.al-mph-card__head {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.al-mph-card__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(184, 149, 74, 0.25), rgba(184, 149, 74, 0.08));
  border: 1px solid rgba(184, 149, 74, 0.35);
  flex-shrink: 0;
}

.al-mph-card--seller .al-mph-card__icon {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M4 4h16v4H4zm2 6h12v10H6z'/%3E%3C/svg%3E") center / 55% no-repeat;
  background: rgba(184, 149, 74, 0.2);
}

.al-mph-card--warehouse .al-mph-card__icon {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M3 9l9-6 9 6v11H3z'/%3E%3C/svg%3E") center / 55% no-repeat;
  background: rgba(184, 149, 74, 0.2);
}

.al-mph-card--ai .al-mph-card__icon {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2a7 7 0 0 1 7 7c0 2.5-1.3 4.7-3.3 5.9L17 22H7l1.3-7.1A7 7 0 0 1 12 2z'/%3E%3C/svg%3E") center / 55% no-repeat;
  background: rgba(56, 189, 248, 0.15);
}

.al-mph-card--wholesale .al-mph-card__icon {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M3 6h18v2H3zm0 5h12v2H3zm0 5h18v2H3z'/%3E%3C/svg%3E") center / 55% no-repeat;
  background: rgba(184, 149, 74, 0.2);
}

.al-mph-card__metric {
  margin: 0.15rem 0 0;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--al-gold, #b8954a);
}

.al-footer__newsletter-success {
  color: #2d6a4f;
  margin: 0.5rem 0 0;
}

.al-footer__newsletter-error {
  color: #b42318;
  margin: 0.5rem 0 0;
}

@media (max-width: 640px) {
  .al-mph-cards {
    grid-template-columns: 1fr;
  }
}
