.m-homepage-stores{padding:60px 0}.m-stores-grid{display:grid;grid-template-columns:repeat(var(--columns,3),1fr);gap:30px;margin-top:40px}@media (max-width:768px){.m-stores-grid{grid-template-columns:repeat(var(--columns-mobile,1),1fr)!important;gap:20px}}.m-store-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgb(0 0 0 / .08);transition:transform 0.3s ease,box-shadow 0.3s ease}.m-store-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgb(0 0 0 / .12)}.m-store-card__image{aspect-ratio:16/10;overflow:hidden}.m-store-card__image img{width:100%;height:100%;object-fit:cover}.m-store-card__content{padding:24px}.m-store-card__name{font-size:20px;font-weight:600;margin-bottom:16px;color:#222}.m-store-card__address,.m-store-card__phone,.m-store-card__hours{display:flex;align-items:flex-start;gap:8px;margin-bottom:12px;font-size:14px;color:#666;line-height:1.4}.m-store-card__phone a{color:inherit;text-decoration:none}.m-store-card__phone a:hover{color:#222}.m-stores__cta{text-align:center;margin-top:50px}@media (max-width:1024px){.m-stores-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.m-homepage-stores{padding:40px 0}.m-store-card__content{padding:20px}.m-store-card__name{font-size:18px}}.m-homepage-stores .m-section__header{text-align:center}