Motivated Seller! Seller will consider any reasonable offers. Welcome to luxury living in one of Scott County's most desirable subdivisions! This stunning 5-bedroom, 5 full bath home has been completely remodeled from top to bottom and is truly move-in ready. The heart of the home is the beautifully redesigned kitchen featuring handmade custom cabinetry, a large statement island, and brand-new flooring that flows seamlessly throughout the entire home. Every bathroom has been thoughtfully renovated, and the whole interior has been freshly painted, offering a clean, modern feel. The fully finished basement provides incredible flexibility with its own kitchen, full bath, dining area, oversized family room, utility room, and an additional room that could easily serve as a sixth bedroom, home office, or guest suite. Perfect for multi-generational living or entertaining. Step outside to enjoy the brand-new deck overlooking nearly a full acre, offering space, privacy, and room to breathe. This home truly checks every box; space, upgrades, location, and versatility.
Property Details
MLS #26003893
StatusActive
TypeHouse
LevelsThree Or More
Rooms18
Lot Size0.82 acres
SubdivisionLancelot
HeatingElectric, Heat Pump, Zoned
CoolingElectric, Heat Pump, Multi Units, Wall Unit(s)
FlooringHardwood, Vinyl
RoofDimensional Style
ConstructionVinyl Siding, Brick Veneer, HardiPlank Type
ParkingOther, Attached Garage, Driveway, Garage Door Opener, Garage Faces Front
Listing data provided by Bluegrass REALTORS® MLS. Information deemed reliable but not guaranteed. MLS# 26003893. Last updated May 4, 2026. Equal Housing Opportunity.
var slImgs=["https://cdn.photos.sparkplatform.com/imagine/20260309003507691701000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260308232900243894000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260309003458133243000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260302043046175120000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260309003443377332000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260309003445038444000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260309003500932580000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260309003446936307000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260309003502712008000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260309003433949342000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260309003441774055000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260302043027383476000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260302043031870340000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260309003452114658000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260309003440006515000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260309003436632909000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260309003448753229000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260309003455017941000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260309003430621175000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260302043030009993000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260302043044504046000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260302043049288709000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260309003428624481000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260309003456810057000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260309003459466956000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260309003438229428000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260309003432238690000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260309003453278813000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260309003504281354000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260309003510359227000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260309003506079932000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260309003513612211000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260309003511963269000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260309003517172922000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260302043039875846000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260302043034856574000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260302043037769462000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260312030207838878000000-o.jpg"];
var slIdx=0;
function slGo(i){slIdx=i;document.getElementById("slMainImg").src=slImgs[i];document.getElementById("slImgNum").textContent=i+1;document.querySelectorAll(".sl-thumb").forEach(function(t,j){t.classList.toggle("active",j===i)})}
function slNav(d){slGo((slIdx+d+slImgs.length)%slImgs.length)}
document.addEventListener("keydown",function(e){if(e.key==="ArrowRight")slNav(1);if(e.key==="ArrowLeft")slNav(-1)});
(function(){
var h = document.querySelector('.site-header');
if (!h) return;
window.addEventListener('scroll', function(){
if (window.scrollY > 100) {
h.classList.add('scrolled');
} else {
h.classList.remove('scrolled');
}
});
})();
// Mobile hamburger menu
(function(){
var header = document.querySelector('.site-header .inside-header');
if (!header) return;
var ham = document.createElement('button');
ham.className = 'rr-hamburger';
ham.setAttribute('aria-label', 'Menu');
ham.setAttribute('aria-expanded', 'false');
ham.innerHTML = '<span></span><span></span><span></span>';
header.appendChild(ham);
var overlay = document.createElement('div');
overlay.className = 'rr-mobile-overlay';
var navLinks = document.querySelectorAll('.main-navigation .main-nav > ul > li > a');
navLinks.forEach(function(a) {
var link = document.createElement('a');
link.href = a.href;
link.textContent = a.textContent;
overlay.appendChild(link);
});
var closeBtn = document.createElement('button');
closeBtn.className = 'rr-nav-close';
closeBtn.textContent = 'CLOSE';
closeBtn.setAttribute('aria-label', 'Close menu');
overlay.insertBefore(closeBtn, overlay.firstChild);
document.body.appendChild(overlay);
function toggleMenu() {
var isOpen = overlay.classList.toggle('open');
ham.classList.toggle('active');
ham.setAttribute('aria-expanded', isOpen);
document.body.style.overflow = isOpen ? 'hidden' : '';
}
ham.addEventListener('click', toggleMenu);
closeBtn.addEventListener('click', toggleMenu);
overlay.querySelectorAll('a').forEach(function(a) {
a.addEventListener('click', function() {
if (overlay.classList.contains('open')) toggleMenu();
});
});
document.addEventListener('keydown', function(e) {
if (e.key === 'Escape' && overlay.classList.contains('open')) toggleMenu();
});
})();