<!-- ============================================================
PRESCRIPTION LANDSCAPE — SERVICES PAGE (Code Block)
Self-contained: HTML + CSS + JS. Namespace: rxl-
Photo slots (Image Blocks in the section directly below, in order):
1 hero · 2–9 design-build gallery · 10–17 land care gallery · 18–21 snow gallery
============================================================ -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap" rel="stylesheet">
<style>
.rxl-home{
--rxl-green:#1F4D2E;
--rxl-green-dark:#173C24;
--rxl-green-tint:#EEF4EF;
--rxl-ink:#161A17;
--rxl-ink-2:#4A524C;
--rxl-ink-3:#7A827C;
--rxl-line:#E6E9E6;
--rxl-bg:#FFFFFF;
--rxl-bg-soft:#F6F8F6;
--rxl-serif:'Cormorant Garamond', Georgia, serif;
--rxl-sans:'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
--rxl-ease:cubic-bezier(0.16,1,0.3,1);
--rxl-gutter:clamp(20px,4vw,48px);
--rxl-section:clamp(64px,8vw,112px);
background:none !important;
font-family:var(--rxl-sans);color:var(--rxl-ink);
-webkit-font-smoothing:antialiased;line-height:1.6;
}
.rxl-home *,.rxl-home *::before,.rxl-home *::after{box-sizing:border-box;}
.rxl-home a{text-decoration:none;}
:where(.rxl-home a){color:inherit;}
.rxl-home img{display:block;max-width:100%;height:auto;}
.rxl-home ul{list-style:none;margin:0;padding:0;}
.rxl-home h1,.rxl-home h2,.rxl-home h3,.rxl-home p{margin:0;}
.rxl-container{max-width:1280px;margin:0 auto;padding:0 var(--rxl-gutter);}
.rxl-section{padding:var(--rxl-section) 0;}
.rxl-section-soft{background:var(--rxl-bg-soft);}
.rxl-divider{border-top:1px solid var(--rxl-line);}
/* Type */
.rxl-eyebrow{
display:inline-flex;align-items:center;gap:10px;
font-size:12px;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;color:var(--rxl-green);
margin-bottom:18px;
}
.rxl-eyebrow::before{content:"";width:22px;height:1px;background:var(--rxl-green);flex-shrink:0;}
.rxl-h1{
font-family:var(--rxl-serif);font-weight:600;
font-size:clamp(38px,4.6vw,60px);line-height:1.05;letter-spacing:-0.012em;color:var(--rxl-ink);
}
.rxl-h2{
font-family:var(--rxl-serif);font-weight:600;
font-size:clamp(30px,3.4vw,44px);line-height:1.1;letter-spacing:-0.01em;color:var(--rxl-ink);
}
.rxl-h3{
font-family:var(--rxl-sans);font-weight:700;font-size:17px;letter-spacing:-0.005em;line-height:1.3;color:var(--rxl-ink);
}
.rxl-lead{font-size:clamp(17px,1.4vw,19px);line-height:1.65;color:var(--rxl-ink-2);max-width:62ch;}
.rxl-body{font-size:16px;line-height:1.7;color:var(--rxl-ink-2);max-width:65ch;}
.rxl-body + .rxl-body{margin-top:18px;}
/* Buttons */
.rxl-btn{
display:inline-flex;align-items:center;justify-content:center;gap:10px;
height:50px;padding:0 24px;border-radius:6px;font-size:15px;font-weight:600;letter-spacing:.005em;
transition:background .22s var(--rxl-ease),color .22s var(--rxl-ease),border-color .22s var(--rxl-ease),transform .22s var(--rxl-ease);
}
.rxl-btn svg{width:16px;height:16px;flex-shrink:0;transition:transform .22s var(--rxl-ease);}
.rxl-btn:hover svg{transform:translateX(3px);}
.rxl-btn-primary{background:var(--rxl-green);color:#fff;}
.rxl-btn-primary:hover{background:var(--rxl-green-dark);transform:translateY(-1px);}
.rxl-btn-ghost{background:#fff;color:var(--rxl-ink);border:1px solid #CFD6D0;}
.rxl-btn-ghost:hover{border-color:var(--rxl-ink);}
.rxl-btn-light{background:#fff;color:var(--rxl-green);}
.rxl-btn-light:hover{background:var(--rxl-green-tint);}
.rxl-textlink{
display:inline-flex;align-items:center;gap:8px;font-size:14.5px;font-weight:600;color:var(--rxl-green);
border-bottom:1px solid transparent;transition:border-color .2s var(--rxl-ease);
}
.rxl-textlink svg{width:14px;height:14px;flex-shrink:0;transition:transform .2s var(--rxl-ease);}
.rxl-textlink:hover{border-color:var(--rxl-green);}
.rxl-textlink:hover svg{transform:translateX(3px);}
/* Reveal — only hides content once JS confirms it can run */
.rxl-js .rxl-reveal{opacity:0;transform:translateY(18px);transition:opacity .7s var(--rxl-ease),transform .7s var(--rxl-ease);}
.rxl-js .rxl-reveal.rxl-in{opacity:1;transform:none;}
.rxl-js .rxl-reveal[data-delay="1"]{transition-delay:.08s;}
.rxl-js .rxl-reveal[data-delay="2"]{transition-delay:.16s;}
.rxl-js .rxl-reveal[data-delay="3"]{transition-delay:.24s;}
@media (prefers-reduced-motion:reduce){
.rxl-js .rxl-reveal{opacity:1;transform:none;transition:none;}
.rxl-home *{transition-duration:0s !important;animation-duration:0s !important;}
}
/* ---------- HERO ---------- */
/* Bright full-width photo strip (no overlay), copy sits below on white */
.rxl-hero-strip{width:100%;overflow:hidden;}
.rxl-hero-strip img{
width:100%;height:auto;display:block;object-fit:cover;object-position:center;
aspect-ratio:4/3;max-height:560px;
}
@media (min-width:700px){.rxl-hero-strip img{aspect-ratio:21/9;}}
@media (min-width:1280px){.rxl-hero-strip img{aspect-ratio:3/1;}}
.rxl-hero{padding:clamp(36px,4.5vw,64px) 0 clamp(40px,5vw,72px);border-bottom:1px solid var(--rxl-line);}
.rxl-hero-copy{max-width:820px;}
.rxl-hero .rxl-h1{font-size:clamp(34px,4.2vw,54px);}
.rxl-hero-tagline{
margin-top:14px;font-family:var(--rxl-serif);font-style:italic;font-weight:500;
font-size:clamp(19px,1.8vw,24px);line-height:1.3;color:var(--rxl-green);
}
.rxl-hero .rxl-lead{margin-top:18px;}
.rxl-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px;}
/* ---------- SHARED PAGE PARTS ---------- */
.rxl-list{display:grid;grid-template-columns:1fr;gap:10px 28px;margin-top:18px;}
.rxl-list li{position:relative;padding-left:22px;font-size:15.5px;line-height:1.55;color:var(--rxl-ink-2);}
.rxl-list li::before{content:"";position:absolute;left:0;top:11px;width:9px;height:9px;border-radius:50%;border:2px solid var(--rxl-green);}
@media (min-width:700px){.rxl-list{grid-template-columns:1fr 1fr;}}
.rxl-list-label{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--rxl-ink-3);margin-top:28px;}
.rxl-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;}
.rxl-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:8px;min-width:0;}
@media (min-width:700px){.rxl-gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;}}
@media (min-width:1080px){.rxl-gallery{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;}}
.rxl-gallery-tall img{aspect-ratio:3/4;}
.rxl-caption-grid{display:grid;grid-template-columns:1fr;gap:32px;margin:0;}
.rxl-caption-grid figure{margin:0;}
.rxl-caption-grid img{width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:8px;min-width:0;}
.rxl-caption-grid figcaption{margin-top:14px;font-size:14.5px;line-height:1.6;color:var(--rxl-ink-2);}
.rxl-caption-grid figcaption strong{display:block;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--rxl-ink-3);margin-bottom:4px;}
@media (min-width:800px){.rxl-caption-grid{grid-template-columns:repeat(var(--rxl-cols,2),minmax(0,1fr));gap:clamp(24px,3vw,40px);}}
.rxl-split{display:grid;grid-template-columns:1fr;gap:40px;align-items:start;min-width:0;}
.rxl-split > *{min-width:0;}
.rxl-split .rxl-h2{margin-bottom:22px;}
@media (min-width:960px){
.rxl-split{grid-template-columns:minmax(0,6fr) minmax(0,6fr);gap:clamp(48px,6vw,96px);}
.rxl-split-7-5{grid-template-columns:minmax(0,7fr) minmax(0,5fr);}
.rxl-split-sticky{position:-webkit-sticky;position:sticky;top:96px;}
}
.rxl-note{
margin-top:30px;padding:22px 26px;border-left:3px solid var(--rxl-green);background:#fff;border-radius:0 8px 8px 0;
}
.rxl-section-soft .rxl-note{background:#fff;}
.rxl-section:not(.rxl-section-soft) .rxl-note{background:var(--rxl-bg-soft);}
.rxl-note p{font-family:var(--rxl-serif);font-size:clamp(19px,1.8vw,24px);font-weight:500;line-height:1.35;color:var(--rxl-ink);}
.rxl-note footer,.rxl-note small{display:block;margin-top:10px;font-family:var(--rxl-sans);font-size:13.5px;color:var(--rxl-ink-3);}
.rxl-inline-link{color:var(--rxl-green);font-weight:600;border-bottom:1px solid var(--rxl-green);}
.rxl-subnav{position:-webkit-sticky;position:sticky;top:0;z-index:5;background:#fff;border-bottom:1px solid var(--rxl-line);}
.rxl-subnav ul{display:flex;gap:4px;overflow-x:auto;padding:10px 0;-webkit-overflow-scrolling:touch;scrollbar-width:none;}
.rxl-subnav ul::-webkit-scrollbar{display:none;}
.rxl-subnav a{display:inline-block;white-space:nowrap;padding:9px 14px;border-radius:6px;font-size:13.5px;font-weight:600;color:var(--rxl-ink-2);transition:background .2s var(--rxl-ease),color .2s var(--rxl-ease);}
.rxl-subnav a:hover{background:var(--rxl-bg-soft);color:var(--rxl-ink);}
.rxl-anchor{display:block;position:relative;top:-80px;visibility:hidden;height:0;}
.rxl-bilingual{display:grid;grid-template-columns:1fr;gap:28px;}
.rxl-bilingual > div{min-width:0;}
.rxl-lang{display:inline-block;font-size:11.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--rxl-ink-3);margin-bottom:10px;}
@media (min-width:800px){.rxl-bilingual{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(32px,4vw,56px);}}
.rxl-people{display:grid;grid-template-columns:1fr;gap:clamp(32px,4vw,48px);}
.rxl-person{display:grid;grid-template-columns:1fr;gap:18px;margin:0;}
.rxl-person img{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center top;border-radius:10px;}
.rxl-person .rxl-h3{font-family:var(--rxl-serif);font-size:clamp(22px,2vw,28px);font-weight:600;line-height:1.1;}
.rxl-person-role{display:block;font-size:12.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--rxl-green);margin:8px 0 12px;}
.rxl-person .rxl-body{font-size:15px;}
.rxl-person .rxl-body + .rxl-body{margin-top:12px;}
@media (min-width:700px){.rxl-people{grid-template-columns:repeat(3,minmax(0,1fr));}}
.rxl-svc{scroll-margin-top:72px;}
.rxl-svc .rxl-gallery{margin-top:clamp(32px,4vw,48px);}
.rxl-facts{list-style:none;margin:22px 0 0;padding:0;display:grid;gap:12px;}
.rxl-facts li{padding:18px 22px;background:var(--rxl-bg-soft);border-radius:8px;font-size:15.5px;line-height:1.55;color:var(--rxl-ink-2);border-left:3px solid var(--rxl-green);}
.rxl-facts li strong{display:block;font-family:var(--rxl-serif);font-size:30px;font-weight:600;line-height:1;color:var(--rxl-green);margin-bottom:6px;}
/* ---------- CTA BAND ---------- */
.rxl-cta-band{background:var(--rxl-green);color:#fff;}
.rxl-cta-inner{
display:grid;grid-template-columns:1fr;gap:28px;align-items:center;padding:clamp(48px,6vw,80px) 0;
}
.rxl-cta-inner .rxl-h2{color:#fff;}
.rxl-cta-inner p{margin-top:14px;color:rgba(255,255,255,.78);font-size:16.5px;max-width:52ch;}
.rxl-cta-actions{display:flex;flex-wrap:wrap;gap:12px;}
.rxl-cta-actions .rxl-btn-ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.35);}
.rxl-cta-actions .rxl-btn-ghost:hover{border-color:#fff;}
@media (min-width:960px){
.rxl-cta-inner{grid-template-columns:minmax(0,7fr) minmax(0,5fr);}
.rxl-cta-actions{justify-content:flex-end;}
}
/* ---------- PHOTO SOURCE SECTION ----------
The Squarespace section directly BELOW this code block holds native Image Blocks
the client edits in Fluid Engine. Hidden on the live site only; visible in the editor. */
body:not(.sqs-edit-mode-active):not(.sqs-edit-mode) .page-section:has(.rxl-home) + .page-section{display:none !important;}
</style>
<div class="rxl-home rxl-services">
<!-- HERO STRIP (slot 1: client swaps via first Image Block in the photo section) -->
<div class="rxl-hero-strip">
<img src="https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541874778663-Y88140AWCZLGKXFXKFCB/US+Bank+Stadium+Arteka+Construction.jpg?format=1500w" srcset="https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541874778663-Y88140AWCZLGKXFXKFCB/US+Bank+Stadium+Arteka+Construction.jpg?format=750w 750w, https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541874778663-Y88140AWCZLGKXFXKFCB/US+Bank+Stadium+Arteka+Construction.jpg?format=1500w 1500w" sizes="100vw" width="1720" height="900" fetchpriority="high" decoding="async" alt="Landscape construction by Prescription Landscape at U.S. Bank Stadium, Minneapolis" data-rxl-slot="hero">
</div>
<section class="rxl-hero" aria-labelledby="rxl-page-title">
<div class="rxl-container">
<div class="rxl-hero-copy">
<p class="rxl-eyebrow rxl-reveal">Commercial Service Lines</p>
<h1 class="rxl-h1 rxl-reveal" id="rxl-page-title" data-delay="1">Commercial Landscape, Irrigation, and Snow & Ice Services for the Twin Cities</h1>
<p class="rxl-hero-tagline rxl-reveal" data-delay="1">It's all in the details. Quality. Efficiency. Integrity.</p>
<p class="rxl-lead rxl-reveal" data-delay="2">Prescription is a full service landscape management company. From design-build and land care to plant and tree healthcare, snow and ice management, and expert audits, every service is delivered by credentialed professionals under one roof.</p>
<div class="rxl-hero-actions rxl-reveal" data-delay="3">
<a class="rxl-btn rxl-btn-primary" href="/contact">Request a Proposal
<svg viewBox="0 0 16 16" fill="none" aria-hidden="true"><path d="M3 8h10M9 4l4 4-4 4" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/></svg>
</a>
<a class="rxl-btn rxl-btn-ghost" href="/contact">Talk to an Expert</a>
</div>
</div>
</div>
</section>
<!-- IN-PAGE NAV -->
<nav class="rxl-subnav" aria-label="Service lines">
<div class="rxl-container">
<ul>
<li><a href="#design-build">Design-Build</a></li>
<li><a href="#grounds-maintenance">Land Care</a></li>
<li><a href="#enhancements">Enhancements</a></li>
<li><a href="#plant-and-tree-healthcare">Plant & Tree Healthcare</a></li>
<li><a href="#winter">Snow & Ice</a></li>
<li><a href="#expert">Audits & Consulting</a></li>
</ul>
</div>
</nav>
<!-- DESIGN-BUILD -->
<section class="rxl-section rxl-svc" id="design-build" aria-labelledby="rxl-db-title">
<span class="rxl-anchor" id="construction-services"></span>
<div class="rxl-container">
<div class="rxl-split rxl-split-7-5">
<div>
<p class="rxl-eyebrow rxl-reveal">01 · Design-Build</p>
<h2 class="rxl-h2 rxl-reveal" id="rxl-db-title" data-delay="1">Commercial Landscape Design-Build</h2>
<p class="rxl-body rxl-reveal" data-delay="2">From bidding to project completion, the design-build process is exacting. Our licensed, bonded, and insured team is led by seasoned project and production managers, who have decades of exacting landscape installation experience. This power house team has a combined 70 years of experience in the industry.</p>
</div>
<div class="rxl-reveal" data-delay="2">
<p class="rxl-list-label" style="margin-top:0;">Design-Build Services</p>
<ul class="rxl-list"><li>Landscape installation</li><li>Hydroseeding, erosion control, turf sod & native prairie plantings</li><li>Irrigation system design and installation</li><li>Installation of CU-Structural Soils</li><li>Hardscape installation: patios, pavers, retaining walls, dog parks/pet areas, pedestal pavers, pergolas, and similar</li><li>Site furnishing and planter installations</li><li>Ponds & water features</li><li>Green roofs and walls</li></ul>
</div>
</div>
<figure class="rxl-gallery rxl-reveal" data-delay="1"><img src="https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541874729054-D7Z1GYA5BAZBJIDVO191/target-north-fire-pit.jpg?format=1500w" srcset="https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541874729054-D7Z1GYA5BAZBJIDVO191/target-north-fire-pit.jpg?format=750w 750w, https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541874729054-D7Z1GYA5BAZBJIDVO191/target-north-fire-pit.jpg?format=1500w 1500w" sizes="(min-width: 1080px) 25vw, (min-width: 700px) 33vw, 50vw" width="600" height="450" loading="lazy" decoding="async" alt="Outdoor fire pit installation at Target North campus" data-rxl-slot="db-1"><img src="https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541874778663-Y88140AWCZLGKXFXKFCB/US+Bank+Stadium+Arteka+Construction.jpg?format=1500w" srcset="https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541874778663-Y88140AWCZLGKXFXKFCB/US+Bank+Stadium+Arteka+Construction.jpg?format=750w 750w, https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541874778663-Y88140AWCZLGKXFXKFCB/US+Bank+Stadium+Arteka+Construction.jpg?format=1500w 1500w" sizes="(min-width: 1080px) 25vw, (min-width: 700px) 33vw, 50vw" width="1720" height="900" loading="lazy" decoding="async" alt="Landscape construction at U.S. Bank Stadium, Minneapolis" data-rxl-slot="db-2"><img src="https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541874806594-NDPN5N47WU8E7RQF868K/TCF+Stadium+Arteka+Construction.jpg?format=1500w" srcset="https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541874806594-NDPN5N47WU8E7RQF868K/TCF+Stadium+Arteka+Construction.jpg?format=750w 750w, https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541874806594-NDPN5N47WU8E7RQF868K/TCF+Stadium+Arteka+Construction.jpg?format=1500w 1500w" sizes="(min-width: 1080px) 25vw, (min-width: 700px) 33vw, 50vw" width="1024" height="536" loading="lazy" decoding="async" alt="Landscape construction at TCF Bank Stadium, Minneapolis" data-rxl-slot="db-3"><img src="https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541874937424-UMCNQQ7TY8TFPE3X8AUW/Boulder+Wall+Installation+Bloomington+3+2018.jpg?format=1500w" srcset="https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541874937424-UMCNQQ7TY8TFPE3X8AUW/Boulder+Wall+Installation+Bloomington+3+2018.jpg?format=750w 750w, https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541874937424-UMCNQQ7TY8TFPE3X8AUW/Boulder+Wall+Installation+Bloomington+3+2018.jpg?format=1500w 1500w" sizes="(min-width: 1080px) 25vw, (min-width: 700px) 33vw, 50vw" width="1024" height="768" loading="lazy" decoding="async" alt="Boulder wall installation in Bloomington, Minnesota" data-rxl-slot="db-4"><img src="https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1542317370267-PRLJVZF547BPAC3YPTZO/Bell+Museum+rainbow.JPG?format=1500w" srcset="https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1542317370267-PRLJVZF547BPAC3YPTZO/Bell+Museum+rainbow.JPG?format=750w 750w, https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1542317370267-PRLJVZF547BPAC3YPTZO/Bell+Museum+rainbow.JPG?format=1500w 1500w" sizes="(min-width: 1080px) 25vw, (min-width: 700px) 33vw, 50vw" width="1051" height="1054" loading="lazy" decoding="async" alt="Landscape at the Bell Museum, St. Paul, with a rainbow overhead" data-rxl-slot="db-5"><img src="https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1542317496285-7ZCPHT08R1XYHWBAWTF6/Bee+Pollinator+Center.JPG?format=1500w" srcset="https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1542317496285-7ZCPHT08R1XYHWBAWTF6/Bee+Pollinator+Center.JPG?format=750w 750w, https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1542317496285-7ZCPHT08R1XYHWBAWTF6/Bee+Pollinator+Center.JPG?format=1500w 1500w" sizes="(min-width: 1080px) 25vw, (min-width: 700px) 33vw, 50vw" width="1871" height="1049" loading="lazy" decoding="async" alt="Bee and pollinator center plantings" data-rxl-slot="db-6"><img src="https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1542318713110-2AKWCERSBTFWMKXWRMVY/Galleria.JPG?format=1500w" srcset="https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1542318713110-2AKWCERSBTFWMKXWRMVY/Galleria.JPG?format=750w 750w, https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1542318713110-2AKWCERSBTFWMKXWRMVY/Galleria.JPG?format=1500w 1500w" sizes="(min-width: 1080px) 25vw, (min-width: 700px) 33vw, 50vw" width="1717" height="608" loading="lazy" decoding="async" alt="Landscape installation at the Galleria, Edina" data-rxl-slot="db-7"><img src="https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1542318776608-1XAA93JIYSZBP6LCI7Y4/Ryan+Greenwall.JPG?format=1500w" srcset="https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1542318776608-1XAA93JIYSZBP6LCI7Y4/Ryan+Greenwall.JPG?format=750w 750w, https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1542318776608-1XAA93JIYSZBP6LCI7Y4/Ryan+Greenwall.JPG?format=1500w 1500w" sizes="(min-width: 1080px) 25vw, (min-width: 700px) 33vw, 50vw" width="1594" height="813" loading="lazy" decoding="async" alt="Living green wall installation" data-rxl-slot="db-8"></figure>
</div>
</section>
<!-- LAND CARE -->
<section class="rxl-section rxl-section-soft rxl-svc" id="grounds-maintenance" aria-labelledby="rxl-lc-title">
<div class="rxl-container">
<div class="rxl-split rxl-split-7-5">
<div>
<p class="rxl-eyebrow rxl-reveal">02 · Land Care</p>
<h2 class="rxl-h2 rxl-reveal" id="rxl-lc-title" data-delay="1">Land Care & Grounds Maintenance</h2>
<p class="rxl-body rxl-reveal" data-delay="2">Our professional landscape experts understand that every property has different needs so we offer a comprehensive array of services. These services range from simple to complex, while providing the customer service you need, the dependability you seek, and the attention you deserve. Our dedicated account executives provide consistent communication and quality assurance as they adhere to best practices in land and water care. We own our own equipment with more than $12MM in assets under management.</p>
<p class="rxl-body rxl-reveal" data-delay="2">Our clients expect variety in their landscape - some turf, pollinator gardens, plenty of trees, outdoor seating areas for clients and employees, water features, and more. That means that our approach to maintenance requires crews with multiple skill sets.</p>
</div>
<div class="rxl-reveal" data-delay="2">
<p class="rxl-list-label" style="margin-top:0;">Maintenance Services</p>
<ul class="rxl-list"><li>Water and Irrigation Management: Start up, Audits, Winterization</li><li>Lawn Mowing: Turf Consultants</li><li>Fertilization and Weed Control: Organic Options Available</li><li>Spring and Fall Cleanup</li><li>Landscape Bed Maintenance</li><li>Gardening</li><li>Shrub Pruning</li><li>Edging</li><li>Core Aeration</li><li>Plant and Tree Healthcare</li><li>Grounds Porter Services</li></ul>
</div>
</div>
<figure class="rxl-gallery rxl-reveal" data-delay="1"><img src="https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541873250030-34N1R44UG9U9GI1Z8VNS/DSC_1549.jpg?format=1500w" srcset="https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541873250030-34N1R44UG9U9GI1Z8VNS/DSC_1549.jpg?format=750w 750w, https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541873250030-34N1R44UG9U9GI1Z8VNS/DSC_1549.jpg?format=1500w 1500w" sizes="(min-width: 1080px) 25vw, (min-width: 700px) 33vw, 50vw" width="2500" height="1669" loading="lazy" decoding="async" alt="Prescription Landscape grounds maintenance crew at work" data-rxl-slot="lc-1"><img src="https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541873350021-3031C1GG7MZ6WOQEB3XF/DSC_8205-Edit.jpg?format=1500w" srcset="https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541873350021-3031C1GG7MZ6WOQEB3XF/DSC_8205-Edit.jpg?format=750w 750w, https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541873350021-3031C1GG7MZ6WOQEB3XF/DSC_8205-Edit.jpg?format=1500w 1500w" sizes="(min-width: 1080px) 25vw, (min-width: 700px) 33vw, 50vw" width="2500" height="1669" loading="lazy" decoding="async" alt="Maintained commercial landscape beds" data-rxl-slot="lc-2"><img src="https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541873392057-RIYA5SHSPYQXYBI1INCR/DSC_8418.jpg?format=1500w" srcset="https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541873392057-RIYA5SHSPYQXYBI1INCR/DSC_8418.jpg?format=750w 750w, https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541873392057-RIYA5SHSPYQXYBI1INCR/DSC_8418.jpg?format=1500w 1500w" sizes="(min-width: 1080px) 25vw, (min-width: 700px) 33vw, 50vw" width="2500" height="1669" loading="lazy" decoding="async" alt="Commercial property turf and plantings" data-rxl-slot="lc-3"><img src="https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541873443566-57WYNB316W5SC9GLTOF3/DSC_8421.jpg?format=1500w" srcset="https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541873443566-57WYNB316W5SC9GLTOF3/DSC_8421.jpg?format=750w 750w, https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541873443566-57WYNB316W5SC9GLTOF3/DSC_8421.jpg?format=1500w 1500w" sizes="(min-width: 1080px) 25vw, (min-width: 700px) 33vw, 50vw" width="2500" height="1669" loading="lazy" decoding="async" alt="Commercial landscape maintenance" data-rxl-slot="lc-4"><img src="https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541873534241-IQ35O7UOQN5BV8E5HAXY/DSC_9083.jpg?format=1500w" srcset="https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541873534241-IQ35O7UOQN5BV8E5HAXY/DSC_9083.jpg?format=750w 750w, https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541873534241-IQ35O7UOQN5BV8E5HAXY/DSC_9083.jpg?format=1500w 1500w" sizes="(min-width: 1080px) 25vw, (min-width: 700px) 33vw, 50vw" width="2500" height="1669" loading="lazy" decoding="async" alt="Campus landscape maintained by Prescription Landscape" data-rxl-slot="lc-5"><img src="https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541873807301-PRRPS0EAQWBO8GWJBI9P/Todd+Rose+Teddy+Paterson+at+Bailey+Nursery+Seminar+2018.jpg?format=1500w" srcset="https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541873807301-PRRPS0EAQWBO8GWJBI9P/Todd+Rose+Teddy+Paterson+at+Bailey+Nursery+Seminar+2018.jpg?format=750w 750w, https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541873807301-PRRPS0EAQWBO8GWJBI9P/Todd+Rose+Teddy+Paterson+at+Bailey+Nursery+Seminar+2018.jpg?format=1500w 1500w" sizes="(min-width: 1080px) 25vw, (min-width: 700px) 33vw, 50vw" width="640" height="480" loading="lazy" decoding="async" alt="Prescription Landscape team members at Bailey Nursery seminar" data-rxl-slot="lc-6"><img src="https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541873891413-R2460EHG36F0SFPZGSA1/lawn-core-aeration.jpg?format=1500w" srcset="https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541873891413-R2460EHG36F0SFPZGSA1/lawn-core-aeration.jpg?format=750w 750w, https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541873891413-R2460EHG36F0SFPZGSA1/lawn-core-aeration.jpg?format=1500w 1500w" sizes="(min-width: 1080px) 25vw, (min-width: 700px) 33vw, 50vw" width="284" height="244" loading="lazy" decoding="async" alt="Lawn core aeration" data-rxl-slot="lc-7"><img src="https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541874023611-3FKGP7LA8ENC4QPUFV5R/Harris+Pruning+1.jpg?format=1500w" srcset="https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541874023611-3FKGP7LA8ENC4QPUFV5R/Harris+Pruning+1.jpg?format=750w 750w, https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541874023611-3FKGP7LA8ENC4QPUFV5R/Harris+Pruning+1.jpg?format=1500w 1500w" sizes="(min-width: 1080px) 25vw, (min-width: 700px) 33vw, 50vw" width="2500" height="3333" loading="lazy" decoding="async" alt="Tree pruning by a Prescription Landscape arborist" data-rxl-slot="lc-8"></figure>
</div>
</section>
<!-- ENHANCEMENTS -->
<section class="rxl-section rxl-svc" id="enhancements" aria-labelledby="rxl-enh-title">
<div class="rxl-container">
<div class="rxl-split rxl-split-7-5">
<div>
<p class="rxl-eyebrow rxl-reveal">03 · Enhancements</p>
<h2 class="rxl-h2 rxl-reveal" id="rxl-enh-title" data-delay="1">Landscape Enhancements</h2>
<p class="rxl-body rxl-reveal" data-delay="2">Landscape enhancements improve the curb appeal and value of your property. Our professional team of architects, horticulturists and arborists offer landscape enhancement solutions to match your brand, vision and generate the optimal landscape. Whether it is a seasonal color change-out program, turf renovation plan or tree service, Prescription Landscape has the knowledge and experience you need. Each service is provided by one of our landscape certified professionals and is guaranteed to improve the health and appearance of your property’s landscape.</p>
</div>
<div class="rxl-reveal" data-delay="2">
<p class="rxl-list-label" style="margin-top:0;">Enhancement Services</p>
<ul class="rxl-list"><li>Tree, Shrub and Garden Planting</li><li>Tree and Shrub Pruning</li><li>Mulch</li><li>Sod and Seed</li><li>Planters and Beds (Spring/Summer/Fall/Winter)</li><li>Core Aeration</li><li>Lot Sweeping</li><li>Exterior Porter Services</li></ul>
</div>
</div>
</div>
</section>
<!-- PLANT & TREE HEALTHCARE -->
<section class="rxl-section rxl-section-soft rxl-svc" id="plant-and-tree-healthcare" aria-labelledby="rxl-pth-title">
<div class="rxl-container">
<div class="rxl-split rxl-split-7-5">
<div>
<p class="rxl-eyebrow rxl-reveal">04 · Plant & Tree Healthcare</p>
<h2 class="rxl-h2 rxl-reveal" id="rxl-pth-title" data-delay="1">Plant and Tree Healthcare</h2>
<p class="rxl-lead rxl-reveal" data-delay="2">Did you know that trees add measurable value to your property?</p>
<p class="rxl-body rxl-reveal" data-delay="2" style="margin-top:18px;">Consider these facts compiled by the <a class="rxl-inline-link" href="https://depts.washington.edu/hhwb/Thm_Economics.html" target="_blank" rel="noopener">University of Washington</a>:</p>
<ul class="rxl-facts rxl-reveal" data-delay="2">
<li><strong>7%</strong>There is a 7% higher rental rates for commercial offices having high quality landscapes.</li>
<li><strong>9–12%</strong>Shoppers claim that they will spend 9% to 12% more for goods and services in business districts having a quality tree canopy.</li>
<li><strong>Farther & longer</strong>Shoppers indicate that they will travel longer distances to visit a shopping district having high quality trees and spend more time on site once there.</li>
</ul>
<p class="rxl-body rxl-reveal" data-delay="3" style="margin-top:22px;">Plants and trees add beauty to a landscape but they also add measurable value. Minnesota plants and trees need to be climate-appropriate and have the right balance of light, pruning, water and fertilizer. Trees and shrubs that are well-placed as part of a landscape design improve property value, control storm water runoff, reduce carbon dioxide and save energy.</p>
</div>
<div class="rxl-reveal" data-delay="2">
<p class="rxl-list-label" style="margin-top:0;">Healthcare Services</p>
<ul class="rxl-list"><li>Audit: Soil, Plant and Tree</li><li>Audit: Water Management and Irrigation</li><li>“Smart” Pruning</li><li>Customized Fertilization Programs (organic options available)</li><li>Customized Weed and Insect Programs (organic and natural options available)</li><li>Manual Cultivation (for sites that want to eliminate herbicide application)</li></ul>
</div>
</div>
</div>
</section>
<!-- SNOW & ICE -->
<section class="rxl-section rxl-svc" id="winter" aria-labelledby="rxl-snow-title">
<div class="rxl-container">
<div class="rxl-split rxl-split-7-5">
<div>
<p class="rxl-eyebrow rxl-reveal">05 · Snow & Ice</p>
<h2 class="rxl-h2 rxl-reveal" id="rxl-snow-title" data-delay="1">Snow and Ice Management</h2>
<p class="rxl-body rxl-reveal" data-delay="2">To ensure your property is safe and fully accessible throughout the snow season, our credentialed snow and ice management crew provide all your winter services under the direct management of Area Snow Managers and a Director of Snow-Ice Operation. We feature the important qualities of affordability, professionalism and availability by maintaining appearance, mobility, and safety throughout your property.</p>
<p class="rxl-body rxl-reveal" data-delay="2">We are Level II certified by the Minnesota Pollution Control Agency (MNPCA) so we know how to help you to reduce chloride being flushed into watersheds.</p>
<p class="rxl-body rxl-reveal" data-delay="2"><a class="rxl-inline-link" href="https://www.pca.state.mn.us/water/smart-salting-training#hire-certified-contractors-9b5c1a99" target="_blank" rel="noopener">Hire certified salt contractors. Learn more at MNPCA.</a></p>
</div>
<div class="rxl-reveal" data-delay="2">
<p class="rxl-list-label" style="margin-top:0;">Winter Services</p>
<ul class="rxl-list"><li>Audited Site Plans</li><li>Real-Time Tracking and Communication</li><li>Snow Plowing</li><li>Snow Shoveling</li><li>Anti-Icing Program</li><li>Ice Melting Applications (sidewalks)</li><li>Bulk Salt Application (lots & drives)</li><li>Snow Hauling/Removal/Relocation</li></ul>
</div>
</div>
<figure class="rxl-gallery rxl-reveal" data-delay="1"><img src="https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541870581463-RFAI3D0OT34UH3AQ0C0K/IMG_20180125_234617.jpg?format=1500w" srcset="https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541870581463-RFAI3D0OT34UH3AQ0C0K/IMG_20180125_234617.jpg?format=750w 750w, https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541870581463-RFAI3D0OT34UH3AQ0C0K/IMG_20180125_234617.jpg?format=1500w 1500w" sizes="(min-width: 1080px) 25vw, (min-width: 700px) 33vw, 50vw" width="2500" height="1875" loading="lazy" decoding="async" alt="Snow plowing a commercial lot at night" data-rxl-slot="snow-1"><img src="https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541871297651-2RR2NDQUKMZI43FTAJEY/IMG_20180126_225216.jpg?format=1500w" srcset="https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541871297651-2RR2NDQUKMZI43FTAJEY/IMG_20180126_225216.jpg?format=750w 750w, https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541871297651-2RR2NDQUKMZI43FTAJEY/IMG_20180126_225216.jpg?format=1500w 1500w" sizes="(min-width: 1080px) 25vw, (min-width: 700px) 33vw, 50vw" width="2500" height="3333" loading="lazy" decoding="async" alt="Snow and ice management crew on site" data-rxl-slot="snow-2"><img src="https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541871378023-6G9GH3M6L9HF30HWXIUT/IMG_20180203_125841.jpg?format=1500w" srcset="https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541871378023-6G9GH3M6L9HF30HWXIUT/IMG_20180203_125841.jpg?format=750w 750w, https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1541871378023-6G9GH3M6L9HF30HWXIUT/IMG_20180203_125841.jpg?format=1500w 1500w" sizes="(min-width: 1080px) 25vw, (min-width: 700px) 33vw, 50vw" width="2500" height="1875" loading="lazy" decoding="async" alt="Snow removal equipment clearing a parking lot" data-rxl-slot="snow-3"><img src="https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1547149723811-EWXWLMG12V0ZGD7VSI7A/Snow+St.+Cloud+2018.jpg?format=1500w" srcset="https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1547149723811-EWXWLMG12V0ZGD7VSI7A/Snow+St.+Cloud+2018.jpg?format=750w 750w, https://images.squarespace-cdn.com/content/v1/5babb3619b7d156bbef9d10f/1547149723811-EWXWLMG12V0ZGD7VSI7A/Snow+St.+Cloud+2018.jpg?format=1500w 1500w" sizes="(min-width: 1080px) 25vw, (min-width: 700px) 33vw, 50vw" width="2500" height="1875" loading="lazy" decoding="async" alt="Snow hauling in St. Cloud, Minnesota" data-rxl-slot="snow-4"></figure>
</div>
</section>
<!-- AUDITS & CONSULTING -->
<section class="rxl-section rxl-section-soft rxl-svc" id="expert" aria-labelledby="rxl-exp-title">
<div class="rxl-container">
<div class="rxl-split rxl-split-7-5">
<div>
<p class="rxl-eyebrow rxl-reveal">06 · Expert Services</p>
<h2 class="rxl-h2 rxl-reveal" id="rxl-exp-title" data-delay="1">Audits & Consulting</h2>
<p class="rxl-body rxl-reveal" data-delay="2">Sometimes you need expert advice from people who are deeply entrenched in landscape construction, turf, plants, trees, snow services or water management. We have credentialed experts in each field. They bring a holistic approach to each area of inquiry since they are part of team that understands the consequences of their recommendations on the year-round, long-term needs of a property’s landscape.</p>
<p class="rxl-body rxl-reveal" data-delay="2">Credentials include degrees and certifications in arboriculture and horticulture (MNLA, CLP, CTP), irrigation (CLP, CIC, CLIA, CIT, PLT, BT), landscape architecture, various applicators licenses and snow-ice (CSP, ASM, Level II MNPCA).</p>
<blockquote class="rxl-note rxl-reveal" data-delay="3" style="margin-left:0;margin-right:0;">
<p>“When one tugs at a single thing in nature, one finds it attached to the rest of the world.”</p>
<footer>— John Muir</footer>
</blockquote>
</div>
<div class="rxl-reveal" data-delay="2">
<p class="rxl-list-label" style="margin-top:0;">Audits</p>
<ul class="rxl-list"><li>Irrigation and Water Management</li><li>Soil</li><li>Plant and Tree</li><li>Snow-Ice</li></ul>
</div>
</div>
</div>
</section>
<!-- CTA -->
<section class="rxl-cta-band" aria-labelledby="rxl-cta-title">
<div class="rxl-container">
<div class="rxl-cta-inner">
<div>
<h2 class="rxl-h2" id="rxl-cta-title">Get in touch with us to set up a consultation today.</h2>
<p>Talk with our team about land care, irrigation, seasonal color, and snow and ice management for your commercial property.</p>
</div>
<div class="rxl-cta-actions">
<a class="rxl-btn rxl-btn-light" href="/contact">Request a Proposal
<svg viewBox="0 0 16 16" fill="none" aria-hidden="true"><path d="M3 8h10M9 4l4 4-4 4" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/></svg></a>
<a class="rxl-btn rxl-btn-ghost" href="tel:6514888965">Call 651.488.8965</a>
</div>
</div>
</div>
</section>
</div>
<script>
(function(){
var root=document.querySelector('.rxl-home');if(!root)return;
var reduce=window.matchMedia&&window.matchMedia('(prefers-reduced-motion: reduce)').matches;
if(reduce||!('IntersectionObserver' in window)){return;}
root.classList.add('rxl-js');
var items=root.querySelectorAll('.rxl-reveal');
var io=new IntersectionObserver(function(entries){
entries.forEach(function(en){
if(en.isIntersecting){en.target.classList.add('rxl-in');io.unobserve(en.target);}
});
},{rootMargin:'0px 0px -8% 0px',threshold:0.08});
items.forEach(function(el){
/* Anything already in view on load (hero) reveals immediately */
var r=el.getBoundingClientRect();
if(r.top<window.innerHeight&&r.bottom>0){requestAnimationFrame(function(){el.classList.add('rxl-in');});}
else{io.observe(el);}
});
})();
</script>
<script>
/* PHOTO SYNC — reads native Squarespace Image Blocks from the section directly below
this code block and swaps them into the design. Order of Image Blocks in that section:
1 hero · 2–9 design-build gallery · 10–17 land care gallery · 18–21 snow gallery
Falls back to the hardcoded URLs if the section or a block is missing. */
(function(){
function sync(){
var home=document.querySelector('.rxl-home');if(!home)return;
var sec=home.closest('.page-section');if(!sec)return;
var src=sec.nextElementSibling;
if(!src||!src.classList||!src.classList.contains('page-section'))return;
var blocks=src.querySelectorAll('.sqs-block-image');if(!blocks.length)return;
var order=['hero', 'db-1', 'db-2', 'db-3', 'db-4', 'db-5', 'db-6', 'db-7', 'db-8', 'lc-1', 'lc-2', 'lc-3', 'lc-4', 'lc-5', 'lc-6', 'lc-7', 'lc-8', 'snow-1', 'snow-2', 'snow-3', 'snow-4'];
blocks.forEach(function(b,i){
var slot=order[i];if(!slot)return;
var img=b.querySelector('img');if(!img)return;
var url=img.getAttribute('data-src')||img.getAttribute('src')||'';
if(!url)return;
url=url.split('?')[0];
var target=home.querySelector('[data-rxl-slot="'+slot+'"]');if(!target)return;
target.setAttribute('srcset',url+'?format=750w 750w, '+url+'?format=1500w 1500w, '+url+'?format=2500w 2500w');
target.setAttribute('src',url+'?format=1500w');
var dims=(img.getAttribute('data-image-dimensions')||'').split('x');
if(dims.length===2){target.setAttribute('width',dims[0]);target.setAttribute('height',dims[1]);}
var alt=img.getAttribute('alt');
if(alt&&target.getAttribute('alt')!=='')target.setAttribute('alt',alt);
});
}
if(document.readyState==='loading'){document.addEventListener('DOMContentLoaded',sync);}else{sync();}
})();
</script>