03/12/2026
!DOCTYPE html>
Evergreen Contracting โ Nextdoor Ad
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
background: ;
font-family: 'Lato', sans-serif;
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
padding: 32px 16px;
}
/* โโ Nextdoor Chrome โโ */
.nd-shell {
width: 520px;
background: ;
border-radius: 12px;
box-shadow: 0 4px 24px rgba(0,0,0,.12);
overflow: hidden;
font-size: 14px;
color: ;
}
/* top bar */
.nd-top {
display: flex;
align-items: center;
padding: 14px 16px 12px;
border-bottom: 1px solid ;
gap: 10px;
}
.nd-avatar {
width: 44px; height: 44px;
border-radius: 50%;
background: linear-gradient(135deg, 0%, 100%);
display: flex; align-items: center; justify-content: center;
font-family: 'Playfair Display', serif;
font-size: 18px;
color: ;
font-weight: 700;
flex-shrink: 0;
box-shadow: 0 2px 8px rgba(45,90,39,.3);
}
.nd-meta { flex: 1; line-height: 1.3; }
.nd-name { font-weight: 700; color: #111; font-size: 14.5px; }
.nd-sub { color: ; font-size: 12.5px; margin-top: 1px; }
.nd-badge {
background: ;
color: ;
font-size: 10.5px;
font-weight: 700;
letter-spacing: .4px;
padding: 3px 9px;
border-radius: 20px;
text-transform: uppercase;
}
/* โโ Hero image area โโ */
.nd-hero {
position: relative;
height: 240px;
background:
linear-gradient(170deg, rgba(20,42,18,.62) 0%, rgba(20,42,18,.15) 55%, rgba(20,42,18,.72) 100%),
repeating-linear-gradient(
120deg,
rgba(255,255,255,.015) 0px, rgba(255,255,255,.015) 1px,
transparent 1px, transparent 60px
),
linear-gradient(135deg, 0%, 40%, 65%, 100%);
display: flex;
align-items: flex-end;
overflow: hidden;
}
/* decorative wood grain lines */
.nd-hero::before {
content: '';
position: absolute;
inset: 0;
background:
repeating-linear-gradient(
90deg,
transparent 0px, transparent 38px,
rgba(255,255,255,.03) 38px, rgba(255,255,255,.03) 39px
);
}
/* leaf motif */
.nd-hero::after {
content: '๐ฟ';
position: absolute;
top: 18px; right: 22px;
font-size: 52px;
opacity: .22;
transform: rotate(-15deg);
filter: saturate(0) brightness(3);
}
.nd-hero-inner {
position: relative;
padding: 22px 24px;
width: 100%;
}
.nd-tagline {
font-family: 'Playfair Display', serif;
font-size: 26px;
color: ;
line-height: 1.25;
text-shadow: 0 2px 12px rgba(0,0,0,.4);
max-width: 320px;
}
.nd-tagline em {
font-style: italic;
color: ;
}
.nd-sub-tagline {
margin-top: 8px;
font-size: 13px;
color: rgba(255,255,255,.82);
letter-spacing: .3px;
font-weight: 300;
}
/* pill badges on hero */
.nd-pills {
display: flex;
flex-wrap: wrap;
gap: 7px;
margin-top: 14px;
}
.nd-pill {
background: rgba(255,255,255,.15);
border: 1px solid rgba(255,255,255,.3);
backdrop-filter: blur(6px);
color: ;
font-size: 11.5px;
font-weight: 700;
letter-spacing: .3px;
padding: 4px 11px;
border-radius: 20px;
text-transform: uppercase;
}
/* โโ Body copy โโ */
.nd-body {
padding: 20px 22px 16px;
border-bottom: 1px solid ;
}
.nd-headline {
font-family: 'Playfair Display', serif;
font-size: 17px;
color: ;
margin-bottom: 10px;
line-height: 1.35;
}
.nd-copy {
font-size: 13.5px;
color: ;
line-height: 1.7;
}
.nd-copy strong { color: ; font-weight: 700; }
/* services grid */
.nd-services {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 8px;
margin-top: 16px;
}
.nd-service-item {
background: ;
border-left: 3px solid ;
padding: 8px 12px;
border-radius: 0 6px 6px 0;
font-size: 13px;
font-weight: 700;
color: ;
display: flex;
align-items: center;
gap: 7px;
}
.nd-service-item span.icon { font-size: 15px; }
/* trust bar */
.nd-trust {
display: flex;
align-items: center;
gap: 20px;
margin-top: 18px;
padding-top: 14px;
border-top: 1px dashed ;
flex-wrap: wrap;
}
.nd-trust-item {
display: flex;
align-items: center;
gap: 6px;
font-size: 12px;
color: ;
font-weight: 400;
}
.nd-trust-item strong { color: ; font-weight: 700; }
.nd-trust-dot {
width: 6px; height: 6px;
border-radius: 50%;
background: ;
flex-shrink: 0;
}
/* โโ CTA โโ */
.nd-cta {
padding: 16px 22px 18px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
flex-wrap: wrap;
}
.nd-contact {
font-size: 12.5px;
color: #555;
line-height: 1.7;
}
.nd-contact a {
color: ;
font-weight: 700;
text-decoration: none;
}
.nd-btn {
background: linear-gradient(135deg, , );
color: ;
font-family: 'Lato', sans-serif;
font-size: 13px;
font-weight: 700;
letter-spacing: .4px;
padding: 11px 22px;
border-radius: 6px;
border: none;
cursor: pointer;
box-shadow: 0 3px 10px rgba(45,90,39,.35);
white-space: nowrap;
text-transform: uppercase;
transition: transform .15s, box-shadow .15s;
}
.nd-btn:hover {
transform: translateY(-1px);
box-shadow: 0 5px 14px rgba(45,90,39,.45);
}
/* โโ Footer โโ */
.nd-footer {
background: ;
border-top: 1px solid ;
padding: 10px 18px;
display: flex;
align-items: center;
justify-content: space-between;
font-size: 11.5px;
color: #888;
}
.nd-footer-actions { display: flex; gap: 18px; }
.nd-footer-action { cursor: pointer; display: flex; align-items: center; gap: 4px; }
.nd-footer-action:hover { color: ; }
/* โโ Print helpers โโ */
print {
body { background: ; padding: 0; }
.nd-shell { box-shadow: none; border: 1px solid ; }
}
E
Evergreen Contracting Services LLC
Local Business ยท Springfield & Northern Virginia
Ad
Your Home,Beautifully Restored.
Expert remodeling for Northern Virginia homeowners
Licensed & Insured
Northern VA
Free Estimates
Neighbors trust Evergreen โ and so can you.
We're a locally owned remodeling company right here in Springfield, serving homeowners across
Northern Virginia with craftsmanship you can see and quality that lasts. Whether you're refreshing a single room
or tackling a full renovation, we handle every project with care, clear communication, and zero surprises on the bill.
๐ณ Kitchen Remodels
๐ Bathroom Renovations
๐ช Basements & Additions
๐ช Doors, Trim & Millwork
๐ Whole-Home Restoration
๐ง Water & Flood Repair
35+ years of hands-on experience
Licensed & fully insured in Virginia
Detailed written estimates โ always
๐ Springfield, VA | Serving all of Northern Virginia
๐ Call or text for a free estimate
โ [email protected]
Get a Free Quote โ
Sponsored ยท Evergreen Contracting Services LLC
๐ Like
๐ฌ Comment
โ Share
-face { font-family: 'Lato'; font-style: normal; font-weight: 300; font-display: swap; src: url(https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh7USew8.ttf) format('truetype'); } -face { font-family: 'Lato'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts....