.home-market{grid-template-columns:minmax(0,2fr) minmax(0,1fr);grid-template-areas:"left hero"}.home-market,.home-market__left{display:grid;gap:12px;align-items:start}.home-market__left{grid-area:left;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.home-market__hero,.home-market__hero-desktop{grid-area:hero;display:flex;flex-direction:column;min-height:0}.home-market__col-title{margin:0 0 8px;text-transform:uppercase}.home-market__grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:141px 141px;gap:10px}.home-market__grid--rent .image-tile--wide{grid-column:1/-1}.home-market .image-tile{min-height:141px;height:100%}@media (max-width:1024px){.home-market{grid-template-columns:1fr;grid-template-areas:"left"}.home-market__hero-desktop{display:none}.home-market__left{grid-template-columns:1fr}}@media (max-width:768px){.home-market__grid--rent{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:none}.home-market__grid--rent .image-tile--wide{grid-column:auto}.home-market__grid--sale{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:none}.home-market .image-tile{min-height:110px;height:auto}.home-market__grid--sale .image-tile{min-height:120px}.home-market .image-tile__title{font-size:var(--text-size-sm,.875rem);line-height:1.25}.home-market__grid{gap:8px}}