
About Runway 18
Built by someone who’s spent a career turning complex financial decisions into clear next steps.
This platform exists to serve, to help professionals move faster without cutting corners, and to build tools that reflect honesty, clarity, and care.
• Speed is valuable, but clarity is essential
• Faith-informed values guide how we work, with integrity and stewardship
• Great tools fade into the background so your work stands out
About Runway 18
Built by someone who’s spent a career turning complex financial decisions into clear next steps.
This platform exists to serve, to help professionals move faster without cutting corners, and to build tools that reflect honesty, clarity, and care.
• Speed is valuable, but clarity is essential
• Faith-informed values guide how we work, with integrity and stewardship
• Great tools fade into the background so your work stands out
<style>
* {
box-sizing: border-box;
}
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background: transparent;
overflow: hidden;
position: fixed; /* 🔒 HARD LOCK */
inset: 0;
font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
color: #e5e7eb;
}
.container {
max-width: 820px;
margin: 0 auto;
padding: 48px 24px 72px;
height: 100vh;
overflow-y: auto;
overscroll-behavior: contain;
-webkit-overflow-scrolling: touch;
}
.card {
background: rgba(10, 20, 35, 0.55);
backdrop-filter: blur(14px);
border-radius: 18px;
padding: 32px 28px 36px;
box-shadow: 0 20px 60px rgba(0,0,0,0.45);
}
/* 📸 PHOTO — DESKTOP CRISP FIX */
.photo {
width: 120px;
height: 120px;
border-radius: 100%;
object-fit: cover;
margin: 0 auto 20px;
display: block;
/* 🔑 CRITICAL FIXES */
transform: translateZ(0);
backface-visibility: hidden;
image-rendering: -webkit-optimize-contrast;
box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}
@media (min-width: 769px) {
.photo {
will-change: transform;
}
}
h1 {
margin: 0 0 16px;
font-size: 28px;
font-weight: 600;
text-align: center;
}
p.lead {
margin: 0 0 28px;
font-size: 15px;
line-height: 1.6;
color: #cbd5e1;
text-align: center;
}
.step {
margin-bottom: 22px;
}
.step-title {
font-weight: 600;
margin-bottom: 6px;
font-size: 16px;
}
.step-desc {
font-size: 14px;
line-height: 1.55;
color: #cbd5e1;
}
.footer {
margin-top: 28px;
font-size: 13px;
color: #9ca3af;
}
/* 📱 Mobile */
@media (max-width: 768px) {
.container {
height: 100dvh;
padding: 36px 18px 96px;
}
h1 {
font-size: 24px;
}
.card {
padding: 26px 22px 30px;
}
}
</style>
<div class="container">
<div class="card">
<img
class="photo"
src="https://res.cloudinary.com/ddekkqrcm/image/upload/v1766331192/71A9D978-A1F8-4DF1-B460-D608DC0AA5CD_ecpypb.jpg"
alt="Founder of Runway 18"
/>
<h1>About Runway 18</h1>
<p class="lead">
Built by someone who’s spent a career turning complex financial decisions
into clear next steps.
</p>
<div class="step">
<div class="step-title">Where This Started</div>
<div class="step-desc">
Runway 18 was created by Adam Canote, a Loan Officer with over a decade of experience
working directly with buyers, agents, and brokers.
After reviewing thousands of listings, disclosures, and contracts,
one thing became clear: most real estate professionals aren’t short on
knowledge. They’re short on time.
</div>
</div>
<div class="step">
<div class="step-title">Why Runway 18 Exists</div>
<div class="step-desc">
Writing listing descriptions shouldn’t feel like staring down a blank page.
It should be fast, clean, compliant, and professional.
Runway 18 was built to remove friction, not replace expertise.
</div>
</div>
<div class="step">
<div class="step-title">Built From the Inside of the Industry</div>
<div class="step-desc">
This tool wasn’t designed by marketers guessing what agents need.
It was built by someone who works inside real transactions every day.
</div>
</div>
<div class="step">
<div class="step-title">Built With Purpose</div>
<div class="step-desc">
Runway 18 was built by someone whose faith shapes how work is approached —
with integrity, stewardship, and respect for the people on the other side of every transaction.
<br /><br />
This platform exists to serve, to help professionals move faster without cutting corners,
and to build tools that reflect honesty, clarity, and care.
</div>
</div>
<div class="step">
<div class="step-title">What We Believe</div>
<div class="step-desc">
• Technology should support professionals, not replace them<br />
• Speed is valuable, but clarity is essential<br />
• Faith-informed values guide how we work, with integrity and stewardship<br />
• Great tools fade into the background so your work stands out
</div>
</div>
<div class="footer">
Runway 18 is built for working agents who value professionalism and efficiency.
</div>
</div>
</div>

About Runway 18
Built by someone who’s spent a career turning complex financial decisions into clear next steps.
This platform exists to serve, to help professionals move faster without cutting corners, and to build tools that reflect honesty, clarity, and care.
• Speed is valuable, but clarity is essential
• Faith-informed values guide how we work, with integrity and stewardship
• Great tools fade into the background so your work stands out
About Runway 18
Built by someone who’s spent a career turning complex financial decisions into clear next steps.
This platform exists to serve, to help professionals move faster without cutting corners, and to build tools that reflect honesty, clarity, and care.
• Speed is valuable, but clarity is essential
• Faith-informed values guide how we work, with integrity and stewardship
• Great tools fade into the background so your work stands out
<style>
* {
box-sizing: border-box;
}
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background: transparent;
overflow: hidden;
position: fixed; /* 🔒 HARD LOCK */
inset: 0;
font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
color: #e5e7eb;
}
.container {
max-width: 820px;
margin: 0 auto;
padding: 48px 24px 72px;
height: 100vh;
overflow-y: auto;
overscroll-behavior: contain;
-webkit-overflow-scrolling: touch;
}
.card {
background: rgba(10, 20, 35, 0.55);
backdrop-filter: blur(14px);
border-radius: 18px;
padding: 32px 28px 36px;
box-shadow: 0 20px 60px rgba(0,0,0,0.45);
}
/* 📸 PHOTO — DESKTOP CRISP FIX */
.photo {
width: 120px;
height: 120px;
border-radius: 100%;
object-fit: cover;
margin: 0 auto 20px;
display: block;
/* 🔑 CRITICAL FIXES */
transform: translateZ(0);
backface-visibility: hidden;
image-rendering: -webkit-optimize-contrast;
box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}
@media (min-width: 769px) {
.photo {
will-change: transform;
}
}
h1 {
margin: 0 0 16px;
font-size: 28px;
font-weight: 600;
text-align: center;
}
p.lead {
margin: 0 0 28px;
font-size: 15px;
line-height: 1.6;
color: #cbd5e1;
text-align: center;
}
.step {
margin-bottom: 22px;
}
.step-title {
font-weight: 600;
margin-bottom: 6px;
font-size: 16px;
}
.step-desc {
font-size: 14px;
line-height: 1.55;
color: #cbd5e1;
}
.footer {
margin-top: 28px;
font-size: 13px;
color: #9ca3af;
}
/* 📱 Mobile */
@media (max-width: 768px) {
.container {
height: 100dvh;
padding: 36px 18px 96px;
}
h1 {
font-size: 24px;
}
.card {
padding: 26px 22px 30px;
}
}
</style>
<div class="container">
<div class="card">
<img
class="photo"
src="https://res.cloudinary.com/ddekkqrcm/image/upload/v1766331192/71A9D978-A1F8-4DF1-B460-D608DC0AA5CD_ecpypb.jpg"
alt="Founder of Runway 18"
/>
<h1>About Runway 18</h1>
<p class="lead">
Built by someone who’s spent a career turning complex financial decisions
into clear next steps.
</p>
<div class="step">
<div class="step-title">Where This Started</div>
<div class="step-desc">
Runway 18 was created by Adam Canote, a Loan Officer with over a decade of experience
working directly with buyers, agents, and brokers.
After reviewing thousands of listings, disclosures, and contracts,
one thing became clear: most real estate professionals aren’t short on
knowledge. They’re short on time.
</div>
</div>
<div class="step">
<div class="step-title">Why Runway 18 Exists</div>
<div class="step-desc">
Writing listing descriptions shouldn’t feel like staring down a blank page.
It should be fast, clean, compliant, and professional.
Runway 18 was built to remove friction, not replace expertise.
</div>
</div>
<div class="step">
<div class="step-title">Built From the Inside of the Industry</div>
<div class="step-desc">
This tool wasn’t designed by marketers guessing what agents need.
It was built by someone who works inside real transactions every day.
</div>
</div>
<div class="step">
<div class="step-title">Built With Purpose</div>
<div class="step-desc">
Runway 18 was built by someone whose faith shapes how work is approached —
with integrity, stewardship, and respect for the people on the other side of every transaction.
<br /><br />
This platform exists to serve, to help professionals move faster without cutting corners,
and to build tools that reflect honesty, clarity, and care.
</div>
</div>
<div class="step">
<div class="step-title">What We Believe</div>
<div class="step-desc">
• Technology should support professionals, not replace them<br />
• Speed is valuable, but clarity is essential<br />
• Faith-informed values guide how we work, with integrity and stewardship<br />
• Great tools fade into the background so your work stands out
</div>
</div>
<div class="footer">
Runway 18 is built for working agents who value professionalism and efficiency.
</div>
</div>
</div>