|
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400;1,600&family=Jost:wght@300;400;500&display=swap" rel="stylesheet"> |
|
|
|
<style> |
|
/* ── Reset & base ── */ |
|
.mm-bs-wrap{font-family:'Jost',sans-serif;color:#2F2F2F;background:#F5F2EE;margin:0;padding:0} |
|
.mm-bs-wrap *{box-sizing:border-box} |
|
|
|
/* ── Hero banner ── */ |
|
.mm-bs-hero{background:#7A8A73;padding:72px 40px;text-align:center;position:relative;overflow:hidden} |
|
.mm-bs-hero::before{content:'';position:absolute;top:-100px;right:-100px;width:500px;height:500px;border-radius:50%;background:#A8B5A2;opacity:0.2;pointer-events:none} |
|
.mm-bs-hero-eyebrow{font-size:11px;font-weight:500;letter-spacing:0.2em;text-transform:uppercase;color:#D4DDD1;margin-bottom:16px;display:block} |
|
.mm-bs-hero h1{font-family:'Cormorant Garamond',serif;font-size:clamp(36px,5vw,60px);font-weight:600;color:#ffffff;margin:0 0 16px;line-height:1.1} |
|
.mm-bs-hero h1 em{font-style:italic;color:#D4DDD1} |
|
.mm-bs-hero-sub{font-size:15px;font-weight:300;color:#D4DDD1;max-width:560px;margin:0 auto;line-height:1.7} |
|
|
|
/* ── Section layout ── */ |
|
.mm-bs-section{max-width:1100px;margin:0 auto;padding:80px 40px} |
|
.mm-bs-section-alt{background:#ffffff} |
|
.mm-bs-section-alt .mm-bs-section{padding:80px 40px} |
|
|
|
/* ── Section label ── */ |
|
.mm-bs-label{display:inline-flex;align-items:center;gap:10px;font-size:10px;font-weight:500;letter-spacing:0.22em;text-transform:uppercase;color:#7A8A73;margin-bottom:24px} |
|
.mm-bs-label::before{content:'';display:inline-block;width:28px;height:1px;background:#A8B5A2} |
|
|
|
/* ── Two column grid ── */ |
|
.mm-bs-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:start} |
|
.mm-bs-grid-reverse{direction:rtl} |
|
.mm-bs-grid-reverse>*{direction:ltr} |
|
|
|
/* ── Headlines ── */ |
|
.mm-bs-h2{font-family:'Cormorant Garamond',serif;font-size:clamp(32px,4vw,48px);font-weight:600;color:#2F2F2F;line-height:1.1;margin:0 0 16px} |
|
.mm-bs-h2 em{font-style:italic;color:#7A8A73} |
|
.mm-bs-intro{font-size:15px;font-weight:300;color:#555;line-height:1.8;margin:0 0 36px} |
|
.mm-bs-intro strong{font-weight:500;color:#7A8A73} |
|
|
|
/* ── Steps list ── */ |
|
.mm-bs-steps{list-style:none;padding:0;margin:0 0 40px;display:flex;flex-direction:column;gap:0} |
|
.mm-bs-step{display:grid;grid-template-columns:36px 1fr;gap:16px;align-items:start;padding:18px 0;border-bottom:1px solid #E7DFD6} |
|
.mm-bs-step:last-child{border-bottom:none} |
|
.mm-bs-step-num{font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:600;color:#A8B5A2;line-height:1;padding-top:2px} |
|
.mm-bs-step-title{font-size:13px;font-weight:500;color:#2F2F2F;letter-spacing:0.04em;margin:0 0 4px;text-transform:uppercase} |
|
.mm-bs-step-text{font-size:13.5px;font-weight:300;color:#666;line-height:1.65;margin:0} |
|
|
|
/* ── Highlight cards (right column) ── */ |
|
.mm-bs-cards{display:flex;flex-direction:column;gap:3px} |
|
.mm-bs-card{background:#F5F2EE;padding:24px 28px;border-left:3px solid #A8B5A2;transition:background 0.2s,border-color 0.2s} |
|
.mm-bs-card:hover{background:#E7DFD6;border-left-color:#7A8A73} |
|
.mm-bs-card-title{font-family:'Cormorant Garamond',serif;font-size:17px;font-weight:600;color:#2F2F2F;margin:0 0 6px} |
|
.mm-bs-card-text{font-size:13px;font-weight:300;color:#666;line-height:1.65;margin:0} |
|
|
|
/* ── Quote block ── */ |
|
.mm-bs-quote{background:#7A8A73;padding:48px 52px;margin:0 0 0} |
|
.mm-bs-quote p{font-family:'Cormorant Garamond',serif;font-size:clamp(20px,2.5vw,26px);font-style:italic;font-weight:400;color:#ffffff;line-height:1.55;margin:0 0 20px} |
|
.mm-bs-quote cite{font-size:12px;font-weight:500;letter-spacing:0.14em;text-transform:uppercase;color:#D4DDD1;font-style:normal} |
|
|
|
/* ── Stat bar ── */ |
|
.mm-bs-stats{display:grid;grid-template-columns:repeat(3,1fr);background:#2F2F2F;padding:48px 40px;gap:1px} |
|
.mm-bs-stat{text-align:center;padding:0 20px} |
|
.mm-bs-stat-num{font-family:'Cormorant Garamond',serif;font-size:clamp(36px,4vw,52px);font-weight:600;color:#A8B5A2;display:block;line-height:1} |
|
.mm-bs-stat-label{font-size:11px;font-weight:300;color:#D4DDD1;margin-top:8px;letter-spacing:0.06em;line-height:1.5;display:block} |
|
|
|
/* ── CTA section ── */ |
|
.mm-bs-cta{background:#E7DFD6;padding:72px 40px;text-align:center} |
|
.mm-bs-cta h2{font-family:'Cormorant Garamond',serif;font-size:clamp(28px,3.5vw,42px);font-weight:600;color:#2F2F2F;margin:0 0 12px} |
|
.mm-bs-cta h2 em{font-style:italic;color:#7A8A73} |
|
.mm-bs-cta p{font-size:14px;font-weight:300;color:#555;margin:0 0 36px;line-height:1.7} |
|
.mm-bs-cta-btns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap} |
|
.mm-bs-btn-primary{display:inline-flex;align-items:center;gap:10px;background:#7A8A73;color:#ffffff;font-family:'Jost',sans-serif;font-size:12px;font-weight:500;letter-spacing:0.12em;text-transform:uppercase;text-decoration:none;padding:16px 32px;transition:background 0.3s} |
|
.mm-bs-btn-primary:hover{background:#2F2F2F;color:#ffffff;text-decoration:none} |
|
.mm-bs-btn-secondary{display:inline-flex;align-items:center;gap:10px;background:transparent;color:#7A8A73;font-family:'Jost',sans-serif;font-size:12px;font-weight:500;letter-spacing:0.12em;text-transform:uppercase;text-decoration:none;padding:16px 32px;border:1px solid #A8B5A2;transition:all 0.3s} |
|
.mm-bs-btn-secondary:hover{background:#7A8A73;color:#ffffff;text-decoration:none} |
|
|
|
/* ── Responsive ── */ |
|
@media(max-width:768px){ |
|
.mm-bs-hero{padding:52px 24px} |
|
.mm-bs-section{padding:56px 24px} |
|
.mm-bs-grid{grid-template-columns:1fr;gap:40px} |
|
.mm-bs-grid-reverse{direction:ltr} |
|
.mm-bs-stats{grid-template-columns:1fr;padding:40px 24px;gap:32px} |
|
.mm-bs-quote{padding:36px 28px} |
|
.mm-bs-cta{padding:52px 24px} |
|
.mm-bs-cta-btns{flex-direction:column;align-items:center} |
|
} |
|
</style> |
|
|
|
<div class="mm-bs-wrap"> |
|
|
|
|
|
<div class="mm-bs-hero"> |
|
<span class="mm-bs-hero-eyebrow">Dublin & Central Ohio</span> |
|
<h1>Buying & Selling<br><em>Done Right.</em></h1> |
|
<p class="mm-bs-hero-sub">Whether you're ready to upsize into Dublin or sell the home you've outgrown, I'll guide you through every step — with local knowledge no algorithm can match.</p> |
|
</div> |
|
|
|
|
|
<div class="mm-bs-stats"> |
|
<div class="mm-bs-stat"> |
|
<span class="mm-bs-stat-num">150+</span> |
|
<span class="mm-bs-stat-label">Families helped buy & sell across Central Ohio</span> |
|
</div> |
|
<div class="mm-bs-stat"> |
|
<span class="mm-bs-stat-num">8 yrs</span> |
|
<span class="mm-bs-stat-label">Of experience in new construction & resale</span> |
|
</div> |
|
<div class="mm-bs-stat"> |
|
<span class="mm-bs-stat-num">Dublin</span> |
|
<span class="mm-bs-stat-label">Born & raised — deep roots, real insight</span> |
|
</div> |
|
</div> |
|
|
|
|
|
|
|
|
|
<div> |
|
<div class="mm-bs-section"> |
|
<div class="mm-bs-grid"> |
|
|
|
|
|
<div> |
|
<span class="mm-bs-label">For buyers</span> |
|
<h2 class="mm-bs-h2">Finding Your<br><em>Next Home</em><br>in Dublin</h2> |
|
<p class="mm-bs-intro"> |
|
Move-up buyers have a unique challenge: you're not just finding a home, you're coordinating a sale, a purchase, a timeline, and a family — all at once. I've done this over 150 times. I know how to keep all the pieces moving so you don't have to. |
|
</p> |
|
|
|
<ul class="mm-bs-steps"> |
|
<li class="mm-bs-step"> |
|
<span class="mm-bs-step-num">01</span> |
|
<div> |
|
<p class="mm-bs-step-title">Strategy session first</p> |
|
<p class="mm-bs-step-text">Before we look at a single listing, we map out your timeline, budget, and financing options — so every decision is made with clarity, not pressure.</p> |
|
</div> |
|
</li> |
|
<li class="mm-bs-step"> |
|
<span class="mm-bs-step-num">02</span> |
|
<div> |
|
<p class="mm-bs-step-title">Hyper-local Dublin search</p> |
|
<p class="mm-bs-step-text">I grew up here. I know Muirfield Village, Bridge Park, Ballantrae, and Historic Dublin — the schools, the streets, the neighbors. I'll match you to the right neighborhood, not just the right square footage.</p> |
|
</div> |
|
</li> |
|
<li class="mm-bs-step"> |
|
<span class="mm-bs-step-num">03</span> |
|
<div> |
|
<p class="mm-bs-step-title">Win in a competitive market</p> |
|
<p class="mm-bs-step-text">Dublin homes move fast. I'll position your offer to stand out — from escalation clauses to flexible closing dates — so you're not losing to buyers who got there an hour earlier.</p> |
|
</div> |
|
</li> |
|
<li class="mm-bs-step"> |
|
<span class="mm-bs-step-num">04</span> |
|
<div> |
|
<p class="mm-bs-step-title">Seamless close</p> |
|
<p class="mm-bs-step-text">Inspections, appraisals, lender coordination, title — I manage every moving part so your closing day is a celebration, not a scramble.</p> |
|
</div> |
|
</li> |
|
</ul> |
|
</div> |
|
|
|
|
|
<div> |
|
<div class="mm-bs-quote" style="margin-bottom:3px"> |
|
<p>"I don't just open doors — I open the right ones. Every home I show you is intentional."</p> |
|
<cite>— Marissa Martin</cite> |
|
</div> |
|
<div class="mm-bs-cards"> |
|
<div class="mm-bs-card"> |
|
<p class="mm-bs-card-title">Off-market opportunities</p> |
|
<p class="mm-bs-card-text">My Dublin roots mean I often hear about homes before they hit the MLS. My clients have made offers on homes that were never publicly listed.</p> |
|
</div> |
|
<div class="mm-bs-card"> |
|
<p class="mm-bs-card-title">New construction expertise</p> |
|
<p class="mm-bs-card-text">Considering building? I have 8 years of new construction experience and can help you navigate builder contracts, upgrades, and timelines.</p> |
|
</div> |
|
<div class="mm-bs-card"> |
|
<p class="mm-bs-card-title">Buy & sell coordination</p> |
|
<p class="mm-bs-card-text">I specialize in coordinating both transactions so you move once — from your current home directly into your next one, without the chaos of two separate timelines.</p> |
|
</div> |
|
<div class="mm-bs-card"> |
|
<p class="mm-bs-card-title">Dublin City Schools guidance</p> |
|
<p class="mm-bs-card-text">Schools matter. I'll walk you through attendance zones for Coffman, Jerome, and Scioto so you land in the right district for your family.</p> |
|
</div> |
|
</div> |
|
</div> |
|
|
|
</div> |
|
</div> |
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="mm-bs-section-alt"> |
|
<div class="mm-bs-section"> |
|
<div class="mm-bs-grid mm-bs-grid-reverse"> |
|
|
|
|
|
<div> |
|
<div class="mm-bs-quote" style="margin-bottom:3px"> |
|
<p>"Pricing isn't guesswork. It's strategy — and the right number on day one changes everything."</p> |
|
<cite>— Marissa Martin</cite> |
|
</div> |
|
<div class="mm-bs-cards"> |
|
<div class="mm-bs-card"> |
|
<p class="mm-bs-card-title">Free pre-listing walkthrough</p> |
|
<p class="mm-bs-card-text">I'll tell you exactly what to fix, what to skip, and how to present your home to get the strongest offers — no guessing, no over-spending on renovations.</p> |
|
</div> |
|
<div class="mm-bs-card"> |
|
<p class="mm-bs-card-title">Professional photography & marketing</p> |
|
<p class="mm-bs-card-text">Every listing gets professional photos, strategic online placement, and targeted marketing to reach qualified Dublin move-up buyers — not just casual browsers.</p> |
|
</div> |
|
<div class="mm-bs-card"> |
|
<p class="mm-bs-card-title">Skilled negotiation</p> |
|
<p class="mm-bs-card-text">When offers come in, I negotiate on price, contingencies, closing timelines, and repairs so you keep more of what you've earned.</p> |
|
</div> |
|
<div class="mm-bs-card"> |
|
<p class="mm-bs-card-title">Seamless dual-closing coordination</p> |
|
<p class="mm-bs-card-text">Selling and buying at the same time? I coordinate both title companies, both lenders, and both timelines so your move is one smooth transition.</p> |
|
</div> |
|
</div> |
|
</div> |
|
|
|
|
|
<div> |
|
<span class="mm-bs-label">For sellers</span> |
|
<h2 class="mm-bs-h2">Selling Your<br>Home for <em>What<br>It's Worth</em></h2> |
|
<p class="mm-bs-intro"> |
|
Selling isn't just putting a sign in the yard. It's pricing with precision, preparing with intention, and marketing to the right buyers at the right time. In the Dublin market, <strong>the difference between a good agent and a great one shows up on the closing statement.</strong> |
|
</p> |
|
|
|
<ul class="mm-bs-steps"> |
|
<li class="mm-bs-step"> |
|
<span class="mm-bs-step-num">01</span> |
|
<div> |
|
<p class="mm-bs-step-title">Accurate pricing from day one</p> |
|
<p class="mm-bs-step-text">I run a detailed Comparative Market Analysis using real Central Ohio sales — not Zillow estimates — so your home is priced to attract the strongest buyers, not sit on the market.</p> |
|
</div> |
|
</li> |
|
<li class="mm-bs-step"> |
|
<span class="mm-bs-step-num">02</span> |
|
<div> |
|
<p class="mm-bs-step-title">Prepare to impress</p> |
|
<p class="mm-bs-step-text">I'll walk through your home with you and give honest, room-by-room recommendations. Most sellers save thousands by knowing what buyers actually care about versus what's a waste of money.</p> |
|
</div> |
|
</li> |
|
<li class="mm-bs-step"> |
|
<span class="mm-bs-step-num">03</span> |
|
<div> |
|
<p class="mm-bs-step-title">Maximum exposure</p> |
|
<p class="mm-bs-step-text">Professional photography, MLS placement, targeted social media, and my personal network of Dublin buyers and agents — your home gets seen by the people who matter most.</p> |
|
</div> |
|
</li> |
|
<li class="mm-bs-step"> |
|
<span class="mm-bs-step-num">04</span> |
|
<div> |
|
<p class="mm-bs-step-title">Negotiate & close with confidence</p> |
|
<p class="mm-bs-step-text">I handle every offer, counteroffer, inspection negotiation, and closing detail — so you can focus on your next chapter while I take care of this one.</p> |
|
</div> |
|
</li> |
|
</ul> |
|
</div> |
|
|
|
</div> |
|
</div> |
|
</div> |
|
|
|
|
|
<div class="mm-bs-cta"> |
|
<h2>Ready to Make<br><em>Your Move?</em></h2> |
|
<p>Whether you're buying, selling, or trying to figure out how to do both at once —<br>let's start with a conversation. No pressure, just a plan.</p> |
|
<div class="mm-bs-cta-btns"> |
|
<a href="https://www.marissamartinrealestate.com/contact-me-2" class="mm-bs-btn-primary">Let's Talk →</a> |
|
<a href="https://www.marissamartinrealestate.com/contact-me-2" class="mm-bs-btn-secondary">Get My Free Home Value</a> |
|
</div> |
|
</div> |
|
|
|
</div> |
|
|