Welcome to a place where
ideas become action,
leadership becomes
intentional,
and every experience
has a purpose.
I help organizations transform complexity into clarity by aligning
people, systems, strategy, and technology to create sustainable
results, stronger cultures, and lasting impact.
Intentional
Leadership.
Purposeful
Impact.
Lasting
Legacy.
.hero-section{
position:relative;
min-height:760px;
display:flex;
align-items:center;
background-image:
linear-gradient(rgba(6,15,32,.55),rgba(6,15,32,.55)),
url("YOUR-HERO-IMAGE.jpg");
background-size:cover;
background-position:center;
color:white;
}
.hero-content{
width:90%;
max-width:1450px;
margin:auto;
display:grid;
grid-template-columns:1.2fr .8fr;
gap:70px;
align-items:center;
}
.hero-left h1{
font-family:Playfair Display, serif;
font-size:72px;
line-height:1.08;
font-weight:400;
}
.hero-left span{
color:#D4A64A;
}
.gold-line{
width:90px;
height:3px;
background:#D4A64A;
margin:40px 0;
}
.hero-left p{
max-width:650px;
font-size:22px;
line-height:1.8;
color:#d9d9d9;
}
.hero-buttons{
margin-top:50px;
display:flex;
gap:20px;
}
.btn-gold{
padding:18px 34px;
background:#D4A64A;
color:#06152C;
text-decoration:none;
border-radius:6px;
font-weight:700;
}
.btn-outline{
padding:18px 34px;
border:2px solid #D4A64A;
color:white;
text-decoration:none;
border-radius:6px;
}
.hero-right{
text-align:right;
}
.hero-right h2{
font-family:Playfair Display, serif;
font-size:52px;
margin:18px 0;
font-weight:400;
}
.hero-right span{
color:#D4A64A;
}