2717Coach — Iron Sharpens Iron
* { box-sizing: border-box; margin: 0; padding: 0; }
body { background: #0e0e0e; color: #f0ede6; font-family: Georgia, ‘Times New Roman’, serif; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; }
/* HERO */
.c-hero { padding: 72px 28px 56px; text-align: center; border-bottom: 1px solid #1e1e1e; background: #0e0e0e; }
.c-eyebrow { font-family: -apple-system, BlinkMacSystemFont, sans-serif; font-size: 11px; letter-spacing: 4px; color: #C9A84C; text-transform: uppercase; margin-bottom: 20px; }
.c-hero h1 { font-size: clamp(36px, 8vw, 56px); font-weight: 700; line-height: 1.1; color: #f0ede6; margin-bottom: 10px; }
.c-hero h1 span { color: #C9A84C; }
.c-verse { font-family: -apple-system, BlinkMacSystemFont, sans-serif; font-size: 12px; color: #555; font-style: italic; margin-bottom: 28px; }
.c-hero-sub { font-family: -apple-system, BlinkMacSystemFont, sans-serif; font-size: 16px; line-height: 1.7; color: #b0aa9f; margin-bottom: 36px; max-width: 400px; margin-left: auto; margin-right: auto; }
.c-btn-gold { display: block; max-width: 320px; margin: 0 auto 12px; background: #C9A84C; color: #0e0e0e; font-family: -apple-system, BlinkMacSystemFont, sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; padding: 18px 28px; border-radius: 2px; text-align: center; }
.c-btn-ghost { display: block; max-width: 320px; margin: 0 auto; border: 1px solid #2e2e2e; color: #888; font-family: -apple-system, BlinkMacSystemFont, sans-serif; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; padding: 14px 28px; border-radius: 2px; text-align: center; }
/* SECTIONS */
.c-sec { padding: 56px 28px; border-bottom: 1px solid #1a1a1a; max-width: 480px; margin: 0 auto; }
.c-sec-label { font-family: -apple-system, BlinkMacSystemFont, sans-serif; font-size: 10px; letter-spacing: 4px; color: #C9A84C; text-transform: uppercase; margin-bottom: 14px; }
.c-sec h2 { font-size: clamp(26px, 6vw, 36px); font-weight: 700; color: #f0ede6; line-height: 1.2; margin-bottom: 18px; }
.c-sec p { font-family: -apple-system, BlinkMacSystemFont, sans-serif; font-size: 15px; line-height: 1.75; color: #9a9188; margin-bottom: 14px; }
.c-sec p:last-child { margin-bottom: 0; }
.c-dark { background: #0a0a0a; }
.c-dark .c-sec { background: transparent; }
/* PROBLEM LIST */
.c-prob-list { list-style: none; margin-top: 20px; }
.c-prob-list li { font-family: -apple-system, BlinkMacSystemFont, sans-serif; font-size: 15px; color: #9a9188; padding: 12px 0; border-bottom: 1px solid #1a1a1a; display: flex; align-items: flex-start; gap: 12px; }
.c-prob-list li:last-child { border-bottom: none; }
.c-dash { color: #C9A84C; flex-shrink: 0; font-size: 18px; line-height: 1.3; }
/* STORY */
.c-bar { width: 36px; height: 2px; background: #C9A84C; margin-bottom: 20px; }
/* 4 F’s */
.c-f-grid { display: flex; flex-direction: column; gap: 12px; margin-top: 22px; }
.c-f-card { background: #111; border: 1px solid #1e1e1e; border-left: 3px solid #C9A84C; padding: 16px 18px; }
.c-f-title { font-family: -apple-system, BlinkMacSystemFont, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #C9A84C; margin-bottom: 5px; }
.c-f-desc { font-family: -apple-system, BlinkMacSystemFont, sans-serif; font-size: 14px; color: #777; line-height: 1.6; }
/* WHO */
.c-who-list { list-style: none; margin-top: 20px; }
.c-who-list li { font-family: -apple-system, BlinkMacSystemFont, sans-serif; font-size: 15px; color: #9a9188; padding: 11px 0; border-bottom: 1px solid #1a1a1a; display: flex; align-items: center; gap: 12px; }
.c-who-list li:last-child { border-bottom: none; }
.c-ck { color: #C9A84C; font-size: 14px; }
/* TESTIMONIALS */
.c-t-card { background: #111; border: 1px solid #1e1e1e; padding: 20px; margin-top: 16px; }
.c-t-q { font-size: 15px; font-style: italic; color: #c0bbb2; line-height: 1.75; margin-bottom: 12px; }
.c-t-by { font-family: -apple-system, BlinkMacSystemFont, sans-serif; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #C9A84C; }
/* BOOKS */
.c-b-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 24px; }
.c-b-card { background: #111; border: 1px solid #1e1e1e; overflow: hidden; display: block; }
.c-b-img { width: 100%; aspect-ratio: 2/3; object-fit: cover; object-position: center top; display: block; }
.c-b-info { padding: 14px; }
.c-b-name { font-family: Georgia, serif; font-size: 13px; font-weight: 700; color: #f0ede6; margin-bottom: 4px; line-height: 1.3; }
.c-b-sub { font-family: -apple-system, BlinkMacSystemFont, sans-serif; font-size: 10px; color: #555; line-height: 1.4; margin-bottom: 10px; }
.c-b-cta { font-family: -apple-system, BlinkMacSystemFont, sans-serif; font-size: 11px; color: #C9A84C; letter-spacing: 2px; text-transform: uppercase; }
/* CALL */
.c-call { text-align: center; }
.c-call-verse { font-size: 18px; font-style: italic; color: #C9A84C; line-height: 1.5; margin-bottom: 22px; }
.c-apply-note { font-family: -apple-system, BlinkMacSystemFont, sans-serif; font-size: 12px; color: #444; margin-top: 16px; line-height: 1.7; }
/* FOOTER */
.c-footer { font-family: -apple-system, BlinkMacSystemFont, sans-serif; font-size: 11px; color: #2e2e2e; text-align: center; padding: 32px 28px; letter-spacing: 1px; }
@media (min-width: 600px) {
.c-sec { padding: 72px 40px; }
.c-hero { padding: 96px 40px 72px; }
}
Iron Sharpens Iron · Proverbs 27:17
Stop Drifting.
Start Leading.
“As iron sharpens iron, so one man sharpens another.”
You were built for more. Faith. Family. Finances. Friendships. It’s time to walk like it.
Apply for Coaching
Get a Free Chapter
The Problem
You’re Busy.
But Are You Building?
Most men are grinding — but not growing. Showing up — but not present. Alive — but not awake.
- —Faith that feels routine, not real
- —Family getting your leftovers
- —Finances controlled by fear
- —No brotherhood. No accountability.
Your Guide
I’ve Been
Where You Are.
Lost my dad at 8. Lost my brother at 16. Built a 25-year career in mortgage banking — 11 as CEO. Then lost my wife. Hit my knees July 26, 2021.
I’m not a theory. I’m a testimony. And I built 2717 Coaching for men like us — men who’ve been through fire and still feel called to lead.
The Solution
The 4 F’s
Framework
Four arenas. One integrated life. No more living in pieces.
Faith
Anchor everything in Christ. Not religion — relationship.
Family
Lead your home with presence, not just provision.
Finances
Build wealth with wisdom. Break the scarcity cycle.
Friendships
Iron sharpens iron. You need brotherhood.
Who This Is For
Built for
Kingdom Men.
- ✓Men who carry the weight of the world
- ✓Leaders who feel spiritually flatlined
- ✓Fathers who want to finish well
- ✓Men ready to stop surviving — start leading
- ✓Brothers who need iron, not applause
What Brothers Say
Real Men.
Real Transformation.
“Patrick helped me get out of my own way. He asked the tough questions, called out my blind spots, and gave me real steps I could actually follow. My faith and my life both got stronger.”
— Tommy M. · Wilmington, NC
“I was running on fumes before I found Patrick. He showed me how to slow down, focus, and rebuild from the inside out. I’m a better husband, dad, and friend because of this work.”
— Luis V. · Jacksonville, FL
“I came to Patrick burnt out and stuck. His coaching gave me a roadmap out of the rut and into a new season of purpose. If you want surface-level advice, look elsewhere.”
— George N. · Tampa, FL
Prefer to Read?
The Message
Is in the Pages.
Not ready for coaching yet? Start here. Same truth — straight to your hands.
The Call
Ready to
Do the Work?
“Iron sharpens iron.”
This isn’t a free consultation. It’s a paid Kingdom Clarity Session — 60 minutes of real talk, real strategy, real next steps. If you go deeper, the cost credits toward your program.
Apply for Coaching
Serious men only. Limited spots.
Application reviewed within 24 hours.