/* Cache-safe wide-screen treatment for the marketplace homepage. */
@media (min-width: 821px) {
  .marketplace-home .header-primary { font-size: 14px; }
  .marketplace-home .header-offer-copy strong { font-size: 11px; }
  .marketplace-home .header-offer-copy small { font-size: 7px; }
  .marketplace-home .login-button,
  .marketplace-home .sell-button { font-size: 14px; }
  .marketplace-home .hero-statement > p { font-size: 16px; }
  .marketplace-home .popular-searches strong,
  .marketplace-home .popular-searches button { font-size: 11px; }
  .marketplace-home .hero-location { font-size: 12px; }
  .marketplace-home .market-stats strong { font-size: 14px; }
  .marketplace-home .market-stats span { font-size: 10px; }
  .marketplace-home .market-category-bar .category-scroll strong { font-size: 12px; }
  .marketplace-home .feed-heading h2 { font-size: 23px; }
  .marketplace-home .feed-heading p { font-size: 11px; }
  .marketplace-home .card-time-pill { font-size: 10px; }
  .marketplace-home .featured-pill,
  .marketplace-home .preview-pill { font-size: 8px; }
  .marketplace-home .card-body { min-height: 126px; padding: 14px; }
  .marketplace-home .card-price { font-size: 21px; }
  .marketplace-home .card-body h3 { margin: 7px 0 5px; font-size: 14px; }
  .marketplace-home .card-body p { font-size: 11px; }
  .marketplace-home .seller-reputation { margin-top: 12px; font-size: 10px; }
  .marketplace-home .seller-reputation b { font-size: 12px; }
  .marketplace-home .marketplace-promo > div:first-child > p { font-size: 25px; }
  .marketplace-home .marketplace-promo ul { font-size: 12px; }
  .marketplace-home .promo-cta strong { font-size: 14px; }
  .marketplace-home .promo-cta small { font-size: 9px; }
  .marketplace-home .promo-community strong { font-size: 11px; }
  .marketplace-home .promo-community small { font-size: 9px; }
}

@media (min-width: 1281px) {
  .marketplace-home .site-header { height: 82px; }
  .marketplace-home .header-inner,
  .marketplace-home .hero-layout,
  .marketplace-home .market-feed,
  .marketplace-home .popular-categories { max-width: 1980px; }
  .marketplace-home .header-inner { padding-left: 45px; padding-right: 45px; }
  .marketplace-home .brand-wordmark { font-size: 37px; }
  .marketplace-home .brand > small { font-size: 8px; }
  .marketplace-home .header-primary { gap: 42px; }
  .marketplace-home .header-offer-banner { min-width: 235px; height: 48px; }
  .marketplace-home .login-button { min-width: 96px; height: 47px; }
  .marketplace-home .sell-button { height: 47px; padding: 0 22px; }

  .marketplace-home .hero-layout {
    height: 390px;
    grid-template-columns: clamp(320px, 18vw, 375px) minmax(590px, 790px) minmax(390px, 1fr);
  }
  .marketplace-home .hero-statement { padding: 38px 0 33px 45px; }
  .marketplace-home .hero-statement h1 { font-size: 76px; }
  .marketplace-home .hero-statement > p { font-size: 17px; }
  .marketplace-home .hero-search-zone { padding: 7px 25px 0 10px; }
  .marketplace-home .search-box.search-hero { height: 70px; }
  .marketplace-home .search-box.search-hero input { font-size: 17px; }
  .marketplace-home .popular-searches { margin-top: 12px; }
  .marketplace-home .market-stats { margin-top: 18px; }

  .marketplace-home .market-category-bar { padding-top: 22px; padding-bottom: 21px; }
  .marketplace-home .market-category-bar .category-scroll {
    max-width: 1890px;
    grid-template-columns: repeat(10, minmax(120px, 1fr));
    gap: 15px;
  }
  .marketplace-home .market-category-bar .category-scroll button { min-height: 94px; }

  .marketplace-home .market-feed,
  .marketplace-home .popular-categories { padding-left: 45px; padding-right: 45px; }
  .marketplace-home .feed-heading { min-height: 76px; }
  .marketplace-home .feed-layout { grid-template-columns: minmax(0, 1fr) 315px; gap: 29px; }
  .marketplace-home .feed-results .listing-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 27px 16px;
  }
  .marketplace-home .listing-card {
    border-radius: 17px;
    box-shadow: 0 8px 24px rgba(8, 13, 16, .07);
  }
  .marketplace-home .card-image-wrap { aspect-ratio: 1.28; }
  .marketplace-home .marketplace-promo { min-height: 505px; padding: 34px 30px 27px; border-radius: 24px; }

  .marketplace-home .popular-category-grid { gap: 18px; }
  .marketplace-home .popular-category-grid button { height: 165px; }
  .marketplace-home .popular-category-grid strong { font-size: 19px; }
  .marketplace-home .popular-category-grid small { font-size: 11px; }
  .marketplace-home .footer-main,
  .marketplace-home .footer-bottom { max-width: 1890px; }
}
