/* ============================================================
   Hero width patch — widen only the homepage hero's inner
   container, leaving the shared .container (used everywhere
   else on the site) untouched at 1240px.
   Load this file AFTER modern-marketplace.css.
   ============================================================ */
.market-hero .container.market-hero-inner {
  max-width: 1520px;
}

@media (max-width: 1600px) {
  .market-hero .container.market-hero-inner {
    max-width: 94vw;
  }
}
