Lockstrood — Principal Investment @import url(‘https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;1,400&family=DM+Mono:wght@300;400&display=swap’); *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { –ink: #1a1814; –ink-mid: #4a4640; –ink-soft: #8a837a; –rule: #d4cfc9; –parchment: #f7f4ef; –page: #fdfcfa; –gold: #9a7c3c; –gold-light: #c4a55a; –white: #ffffff; –display: ‘EB Garamond’, Georgia, serif; –mono: ‘DM Mono’, ‘Courier New’, monospace; –max: 1080px; –gutter: clamp(1.5rem, 5vw, 4rem); } html { scroll-behavior: smooth; } body { background: var(–page); color: var(–ink); font-family: var(–display); font-size: clamp(1rem, 1.1vw, 1.1rem); line-height: 1.7; -webkit-font-smoothing: antialiased; } /* ─── LAYOUT ─── */ .container { max-width: var(–max); margin: 0 auto; padding: 0 var(–gutter); } section { padding: clamp(4rem, 8vw, 7rem) 0; } section + section { border-top: 1px solid var(–rule); } /* ─── NAV ─── */ nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 1.4rem var(–gutter); display: flex; justify-content: space-between; align-items: center; background: rgba(253,252,250,0.92); backdrop-filter: blur(8px); border-bottom: 1px solid var(–rule); } .nav-logo { font-family: var(–display); font-size: 1.15rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(–ink); text-decoration: none; } .nav-links { display: flex; gap: 2.4rem; list-style: none; } .nav-links a { font-family: var(–mono); font-size: 0.72rem; font-weight: 300; letter-spacing: 0.12em; text-transform: uppercase; color: var(–ink-mid); text-decoration: none; transition: color 0.2s; } .nav-links a:hover { color: var(–gold); } /* ─── HERO ─── */ #hero { min-height: 100svh; display: flex; align-items: flex-end; padding-top: 8rem; padding-bottom: clamp(4rem, 8vw, 6rem); background: var(–ink); position: relative; overflow: hidden; border-top: none; } #hero::before { content: ”; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 50% at 80% 50%, rgba(154,124,60,0.08) 0%, transparent 70%), radial-gradient(ellipse 40% 60% at 10% 80%, rgba(154,124,60,0.05) 0%, transparent 60%); pointer-events: none; } /* The signature element: a large ruled number watermark */ #hero::after { content: ‘L’; position: absolute; right: -0.05em; bottom: -0.15em; font-family: var(–display); font-size: clamp(18rem, 35vw, 40rem); font-weight: 500; color: transparent; -webkit-text-stroke: 1px rgba(154,124,60,0.12); line-height: 1; pointer-events: none; user-select: none; } .hero-inner { position: relative; z-index: 1; max-width: 780px; } .hero-label { font-family: var(–mono); font-size: 0.7rem; font-weight: 300; letter-spacing: 0.2em; text-transform: uppercase; color: var(–gold-light); margin-bottom: 2rem; display: flex; align-items: center; gap: 1rem; } .hero-label::before { content: ”; display: block; width: 2.5rem; height: 1px; background: var(–gold); } h1 { font-family: var(–display); font-size: clamp(2.6rem, 5.5vw, 4.8rem); font-weight: 400; line-height: 1.12; color: var(–white); margin-bottom: 2.2rem; letter-spacing: -0.01em; } h1 em { font-style: italic; color: var(–gold-light); } .hero-sub { font-family: var(–display); font-size: clamp(1rem, 1.4vw, 1.2rem); color: rgba(255,255,255,0.55); max-width: 520px; line-height: 1.7; } /* ─── SECTION TYPOGRAPHY ─── */ .section-label { font-family: var(–mono); font-size: 0.68rem; font-weight: 300; letter-spacing: 0.22em; text-transform: uppercase; color: var(–gold); margin-bottom: 2rem; display: flex; align-items: center; gap: 1rem; } .section-label::before { content: ”; display: block; width: 1.8rem; height: 1px; background: var(–gold); flex-shrink: 0; } h2 { font-family: var(–display); font-size: clamp(1.9rem, 3.2vw, 2.9rem); font-weight: 400; line-height: 1.2; color: var(–ink); margin-bottom: 1.8rem; letter-spacing: -0.01em; } h3 { font-family: var(–display); font-size: clamp(1.2rem, 1.8vw, 1.55rem); font-weight: 500; color: var(–ink); margin-bottom: 0.9rem; line-height: 1.3; } p { color: var(–ink-mid); margin-bottom: 1.1rem; max-width: 68ch; } p:last-child { margin-bottom: 0; } /* ─── TWO-COL LAYOUT ─── */ .two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; } .two-col-narrow { display: grid; grid-template-columns: 2fr 3fr; gap: 5rem; align-items: start; } /* ─── FOCUS AREAS ─── */ .focus-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin-top: 3.5rem; border: 1px solid var(–rule); } .focus-item { padding: 2.8rem; border-right: 1px solid var(–rule); border-bottom: 1px solid var(–rule); transition: background 0.25s; } .focus-item:nth-child(2n) { border-right: none; } .focus-item:nth-child(3), .focus-item:nth-child(4) { border-bottom: none; } .focus-item:hover { background: var(–parchment); } .focus-number { font-family: var(–mono); font-size: 0.65rem; font-weight: 300; letter-spacing: 0.18em; color: var(–gold); margin-bottom: 1.4rem; display: block; } .focus-item h3 { font-size: 1.25rem; margin-bottom: 1rem; } .focus-item p { font-size: 0.95rem; line-height: 1.65; color: var(–ink-soft); } /* ─── PHILOSOPHY CALLOUT ─── */ .philosophy-rule { border-left: 2px solid var(–gold); padding-left: 1.8rem; margin: 2.2rem 0; } .philosophy-rule p { font-family: var(–display); font-size: clamp(1.1rem, 1.6vw, 1.3rem); font-style: italic; color: var(–ink); max-width: 56ch; line-height: 1.6; } /* ─── CO-INVEST BAND ─── */ #coinvest { background: var(–parchment); } /* ─── CLOSING ─── */ #closing { background: var(–ink); } #closing .section-label { color: var(–gold-light); } #closing .section-label::before { background: var(–gold-light); } #closing h2 { color: var(–white); } #closing p { color: rgba(255,255,255,0.55); max-width: 58ch; } .contact-block { margin-top: 3rem; padding-top: 2.5rem; border-top: 1px solid rgba(255,255,255,0.1); display: flex; gap: 4rem; flex-wrap: wrap; } .contact-item { display: flex; flex-direction: column; gap: 0.4rem; } .contact-label { font-family: var(–mono); font-size: 0.65rem; font-weight: 300; letter-spacing: 0.2em; text-transform: uppercase; color: var(–gold); } .contact-value { font-family: var(–display); font-size: 1.05rem; color: rgba(255,255,255,0.8); text-decoration: none; transition: color 0.2s; } .contact-value:hover { color: var(–gold-light); } /* ─── FOOTER ─── */ footer { background: var(–ink); border-top: 1px solid rgba(255,255,255,0.07); padding: 1.8rem var(–gutter); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; } footer span { font-family: var(–mono); font-size: 0.65rem; font-weight: 300; letter-spacing: 0.12em; color: rgba(255,255,255,0.28); } /* ─── RESPONSIVE ─── */ @media (max-width: 780px) { .two-col, .two-col-narrow { grid-template-columns: 1fr; gap: 2.5rem; } .focus-grid { grid-template-columns: 1fr; } .focus-item { border-right: none !important; } .focus-item:nth-child(3) { border-bottom: 1px solid var(–rule) !important; } .focus-item:nth-child(4) { border-bottom: none !important; } .nav-links { display: none; } .contact-block { gap: 2rem; } } @media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; } }

Principal Investment

Capital deployed
with conviction
and discipline.

Lockstrood is a family-backed principal investment firm. We invest proprietary capital into early-stage mineral opportunities and special situations where structure, patience, and active involvement create value that passive allocation cannot.

A merchant approach to principal investment.

Lockstrood is a private, family-backed investment firm deploying proprietary capital across mineral exploration, natural resources, and special situation transactions. The firm was founded by a father and son with complementary backgrounds in capital markets and resource investment, and operates from a single, unified capital base.

We are not a fund. We answer to no external investors and carry no mandate that does not reflect our own considered judgement. That independence is itself a structural advantage — it allows us to act decisively, hold our positions through early-stage uncertainty, and price risk as we see it, not as convention demands.

We invest alongside angels, family offices, and specialist co-investors who share our standards and our appetite for disciplined early-stage risk. Our involvement in any transaction extends beyond capital: we contribute to deal structure, governance, and the commercial logic that underpins each position.

Risk is not avoided. It is understood, priced, and structured.

We operate in markets where information is incomplete, assets are illiquid, and conventional capital is either absent or mispriced. That is precisely where we choose to work. The inefficiency is the opportunity.

The asymmetric return profiles we seek are not a function of luck or market timing. They are the product of early entry, rigorous structuring, and a willingness to remain active in our positions through the cycle of development.

We do not seek to minimise exposure to technical and geological risk in mineral exploration — we seek to understand it better than others do. Our edge is not informational advantage in the traditional sense; it is the disciplined application of domain knowledge to the assessment of early-stage assets that the broader market has not yet priced correctly.

Position sizing, deal structure, co-investor selection, and downside protection are not secondary considerations. They define the investment from the outset. A well-structured transaction in a difficult asset is preferable to an unstructured commitment to a clean one.

Four areas of deployment.

I

Mineral Exploration & Natural Resources

Our core domain. We invest in early-stage exploration assets, typically pre-resource and pre-feasibility, where geological merit is present but capital has not yet followed. We understand the technical risk that characterises this stage and apply that understanding directly to investment decisions. Our involvement is active: we engage with project operators, assess structural terms, and monitor asset development through to catalytic milestones.

II

Special Situations

We allocate capital to transactions where complexity, timing, or structural dislocation creates pricing inefficiency. This includes distressed asset situations, corporate restructurings, and transactions requiring flexible or hybrid capital that conventional institutions are unwilling or unable to provide. We approach each situation on its own terms, with no requirement to fit a predefined instrument or return profile.

III

Search Fund & Entrepreneurial Acquisitions

We support and participate in search fund-style acquisitions where motivated operators are acquiring established businesses with sustainable cashflows and identifiable potential for operational improvement. We provide principal capital, structural input, and, where appropriate, direct involvement at the board or advisory level. We focus on transactions that others overlook — modest in scale, clear in logic, and manageable in risk.

IV

SPVs & Structured Investment Vehicles

Where a transaction warrants a dedicated vehicle, we construct and participate in special purpose vehicles designed around the specific commercial and legal requirements of the underlying asset. We use structured instruments to align incentives, manage risk allocation across co-investors, and maintain clarity of governance. The structure serves the transaction — not the reverse.

We invest alongside people, not behind them.

Lockstrood is a co-investing partner in the truest sense. We bring capital, but we also bring judgement, network, and the capacity to act with speed when a transaction requires it. Our co-investors are typically family offices, specialist angels, and domain-expert investors who share our appetite for early-stage complexity and our intolerance for poorly structured positions.

We do not lead deals in order to control them. We lead, or participate, because doing so produces better outcomes for all parties. Where we are active at the transaction level, we take governance rights and structural protections that reflect the risk we are accepting — not the market standard for the asset class.

If you are an investor with a credible pipeline in mineral exploration, natural resources, or special situations, and you are seeking a capital partner who will engage substantively rather than passively, we are open to that conversation.

We consider introductions
on a selective basis.

Lockstrood does not maintain a public deal pipeline or open submission process. Introductions are welcomed through existing relationships and from parties with a clear point of overlap with our focus areas.

For direct enquiries, please reach out below.

General Enquiries enquiries@lockstrood.com
Co-Investment coinvest@lockstrood.com
Registered United Kingdom
Lockstrood Ltd — Principal Investment This website does not constitute an offer to invest or a solicitation of investment. For information purposes only.
lockstrood.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lockstrood — Principal Investment</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;1,400&family=DM+Mono:wght@300;400&display=swap');
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
--ink: #1a1814;
--ink-mid: #4a4640;
--ink-soft: #8a837a;
--rule: #d4cfc9;
--parchment: #f7f4ef;
--page: #fdfcfa;
--gold: #9a7c3c;
--gold-light: #c4a55a;
--white: #ffffff;
--display: 'EB Garamond', Georgia, serif;
--mono: 'DM Mono', 'Courier New', monospace;
--max: 1080px;
--gutter: clamp(1.5rem, 5vw, 4rem);
}
html { scroll-behavior: smooth; }
body {
background: var(--page);
color: var(--ink);
font-family: var(--display);
font-size: clamp(1rem, 1.1vw, 1.1rem);
line-height: 1.7;
-webkit-font-smoothing: antialiased;
}
/* ─── LAYOUT ─── */
.container {
max-width: var(--max);
margin: 0 auto;
padding: 0 var(--gutter);
}
section {
padding: clamp(4rem, 8vw, 7rem) 0;
}
section + section {
border-top: 1px solid var(--rule);
}
/* ─── NAV ─── */
nav {
position: fixed;
top: 0; left: 0; right: 0;
z-index: 100;
padding: 1.4rem var(--gutter);
display: flex;
justify-content: space-between;
align-items: center;
background: rgba(253,252,250,0.92);
backdrop-filter: blur(8px);
border-bottom: 1px solid var(--rule);
}
.nav-logo {
font-family: var(--display);
font-size: 1.15rem;
font-weight: 500;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--ink);
text-decoration: none;
}
.nav-links {
display: flex;
gap: 2.4rem;
list-style: none;
}
.nav-links a {
font-family: var(--mono);
font-size: 0.72rem;
font-weight: 300;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--ink-mid);
text-decoration: none;
transition: color 0.2s;
}
.nav-links a:hover { color: var(--gold); }
/* ─── HERO ─── */
#hero {
min-height: 100svh;
display: flex;
align-items: flex-end;
padding-top: 8rem;
padding-bottom: clamp(4rem, 8vw, 6rem);
background: var(--ink);
position: relative;
overflow: hidden;
border-top: none;
}
#hero::before {
content: '';
position: absolute;
inset: 0;
background:
radial-gradient(ellipse 60% 50% at 80% 50%, rgba(154,124,60,0.08) 0%, transparent 70%),
radial-gradient(ellipse 40% 60% at 10% 80%, rgba(154,124,60,0.05) 0%, transparent 60%);
pointer-events: none;
}
/* The signature element: a large ruled number watermark */
#hero::after {
content: 'L';
position: absolute;
right: -0.05em;
bottom: -0.15em;
font-family: var(--display);
font-size: clamp(18rem, 35vw, 40rem);
font-weight: 500;
color: transparent;
-webkit-text-stroke: 1px rgba(154,124,60,0.12);
line-height: 1;
pointer-events: none;
user-select: none;
}
.hero-inner {
position: relative;
z-index: 1;
max-width: 780px;
}
.hero-label {
font-family: var(--mono);
font-size: 0.7rem;
font-weight: 300;
letter-spacing: 0.2em;
text-transform: uppercase;
color: var(--gold-light);
margin-bottom: 2rem;
display: flex;
align-items: center;
gap: 1rem;
}
.hero-label::before {
content: '';
display: block;
width: 2.5rem;
height: 1px;
background: var(--gold);
}
h1 {
font-family: var(--display);
font-size: clamp(2.6rem, 5.5vw, 4.8rem);
font-weight: 400;
line-height: 1.12;
color: var(--white);
margin-bottom: 2.2rem;
letter-spacing: -0.01em;
}
h1 em {
font-style: italic;
color: var(--gold-light);
}
.hero-sub {
font-family: var(--display);
font-size: clamp(1rem, 1.4vw, 1.2rem);
color: rgba(255,255,255,0.55);
max-width: 520px;
line-height: 1.7;
}
/* ─── SECTION TYPOGRAPHY ─── */
.section-label {
font-family: var(--mono);
font-size: 0.68rem;
font-weight: 300;
letter-spacing: 0.22em;
text-transform: uppercase;
color: var(--gold);
margin-bottom: 2rem;
display: flex;
align-items: center;
gap: 1rem;
}
.section-label::before {
content: '';
display: block;
width: 1.8rem;
height: 1px;
background: var(--gold);
flex-shrink: 0;
}
h2 {
font-family: var(--display);
font-size: clamp(1.9rem, 3.2vw, 2.9rem);
font-weight: 400;
line-height: 1.2;
color: var(--ink);
margin-bottom: 1.8rem;
letter-spacing: -0.01em;
}
h3 {
font-family: var(--display);
font-size: clamp(1.2rem, 1.8vw, 1.55rem);
font-weight: 500;
color: var(--ink);
margin-bottom: 0.9rem;
line-height: 1.3;
}
p {
color: var(--ink-mid);
margin-bottom: 1.1rem;
max-width: 68ch;
}
p:last-child { margin-bottom: 0; }
/* ─── TWO-COL LAYOUT ─── */
.two-col {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 5rem;
align-items: start;
}
.two-col-narrow {
display: grid;
grid-template-columns: 2fr 3fr;
gap: 5rem;
align-items: start;
}
/* ─── FOCUS AREAS ─── */
.focus-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 0;
margin-top: 3.5rem;
border: 1px solid var(--rule);
}
.focus-item {
padding: 2.8rem;
border-right: 1px solid var(--rule);
border-bottom: 1px solid var(--rule);
transition: background 0.25s;
}
.focus-item:nth-child(2n) { border-right: none; }
.focus-item:nth-child(3),
.focus-item:nth-child(4) { border-bottom: none; }
.focus-item:hover {
background: var(--parchment);
}
.focus-number {
font-family: var(--mono);
font-size: 0.65rem;
font-weight: 300;
letter-spacing: 0.18em;
color: var(--gold);
margin-bottom: 1.4rem;
display: block;
}
.focus-item h3 {
font-size: 1.25rem;
margin-bottom: 1rem;
}
.focus-item p {
font-size: 0.95rem;
line-height: 1.65;
color: var(--ink-soft);
}
/* ─── PHILOSOPHY CALLOUT ─── */
.philosophy-rule {
border-left: 2px solid var(--gold);
padding-left: 1.8rem;
margin: 2.2rem 0;
}
.philosophy-rule p {
font-family: var(--display);
font-size: clamp(1.1rem, 1.6vw, 1.3rem);
font-style: italic;
color: var(--ink);
max-width: 56ch;
line-height: 1.6;
}
/* ─── CO-INVEST BAND ─── */
#coinvest {
background: var(--parchment);
}
/* ─── CLOSING ─── */
#closing {
background: var(--ink);
}
#closing .section-label { color: var(--gold-light); }
#closing .section-label::before { background: var(--gold-light); }
#closing h2 {
color: var(--white);
}
#closing p {
color: rgba(255,255,255,0.55);
max-width: 58ch;
}
.contact-block {
margin-top: 3rem;
padding-top: 2.5rem;
border-top: 1px solid rgba(255,255,255,0.1);
display: flex;
gap: 4rem;
flex-wrap: wrap;
}
.contact-item {
display: flex;
flex-direction: column;
gap: 0.4rem;
}
.contact-label {
font-family: var(--mono);
font-size: 0.65rem;
font-weight: 300;
letter-spacing: 0.2em;
text-transform: uppercase;
color: var(--gold);
}
.contact-value {
font-family: var(--display);
font-size: 1.05rem;
color: rgba(255,255,255,0.8);
text-decoration: none;
transition: color 0.2s;
}
.contact-value:hover { color: var(--gold-light); }
/* ─── FOOTER ─── */
footer {
background: var(--ink);
border-top: 1px solid rgba(255,255,255,0.07);
padding: 1.8rem var(--gutter);
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 1rem;
}
footer span {
font-family: var(--mono);
font-size: 0.65rem;
font-weight: 300;
letter-spacing: 0.12em;
color: rgba(255,255,255,0.28);
}
/* ─── RESPONSIVE ─── */
@media (max-width: 780px) {
.two-col, .two-col-narrow { grid-template-columns: 1fr; gap: 2.5rem; }
.focus-grid { grid-template-columns: 1fr; }
.focus-item { border-right: none !important; }
.focus-item:nth-child(3) { border-bottom: 1px solid var(--rule) !important; }
.focus-item:nth-child(4) { border-bottom: none !important; }
.nav-links { display: none; }
.contact-block { gap: 2rem; }
}
@media (prefers-reduced-motion: reduce) {
*, *::before, *::after { transition: none !important; }
}
</style>
</head>
<body>
<!-- ─── NAV ─── -->
<nav>
<a class="nav-logo" href="#">Lockstrood</a>
<ul class="nav-links">
<li><a href="#about">About</a></li>
<li><a href="#philosophy">Philosophy</a></li>
<li><a href="#focus">Focus</a></li>
<li><a href="#coinvest">Co-Investment</a></li>
<li><a href="#closing">Contact</a></li>
</ul>
</nav>
<!-- ─── HERO ─── -->
<section id="hero">
<div class="container">
<div class="hero-inner">
<p class="hero-label">Principal Investment</p>
<h1>Capital deployed<br>with <em>conviction</em><br>and discipline.</h1>
<p class="hero-sub">Lockstrood is a family-backed principal investment firm. We invest proprietary capital into early-stage mineral opportunities and special situations where structure, patience, and active involvement create value that passive allocation cannot.</p>
</div>
</div>
</section>
<!-- ─── ABOUT ─── -->
<section id="about">
<div class="container">
<div class="two-col-narrow">
<div>
<p class="section-label">About Lockstrood</p>
<h2>A merchant approach to principal investment.</h2>
</div>
<div>
<p>Lockstrood is a private, family-backed investment firm deploying proprietary capital across mineral exploration, natural resources, and special situation transactions. The firm was founded by a father and son with complementary backgrounds in capital markets and resource investment, and operates from a single, unified capital base.</p>
<p>We are not a fund. We answer to no external investors and carry no mandate that does not reflect our own considered judgement. That independence is itself a structural advantage — it allows us to act decisively, hold our positions through early-stage uncertainty, and price risk as we see it, not as convention demands.</p>
<p>We invest alongside angels, family offices, and specialist co-investors who share our standards and our appetite for disciplined early-stage risk. Our involvement in any transaction extends beyond capital: we contribute to deal structure, governance, and the commercial logic that underpins each position.</p>
</div>
</div>
</div>
</section>
<!-- ─── PHILOSOPHY ─── -->
<section id="philosophy">
<div class="container">
<div class="two-col-narrow">
<div>
<p class="section-label">Investment Philosophy</p>
<h2>Risk is not avoided. It is understood, priced, and structured.</h2>
</div>
<div>
<p>We operate in markets where information is incomplete, assets are illiquid, and conventional capital is either absent or mispriced. That is precisely where we choose to work. The inefficiency is the opportunity.</p>
<div class="philosophy-rule">
<p>The asymmetric return profiles we seek are not a function of luck or market timing. They are the product of early entry, rigorous structuring, and a willingness to remain active in our positions through the cycle of development.</p>
</div>
<p>We do not seek to minimise exposure to technical and geological risk in mineral exploration — we seek to understand it better than others do. Our edge is not informational advantage in the traditional sense; it is the disciplined application of domain knowledge to the assessment of early-stage assets that the broader market has not yet priced correctly.</p>
<p>Position sizing, deal structure, co-investor selection, and downside protection are not secondary considerations. They define the investment from the outset. A well-structured transaction in a difficult asset is preferable to an unstructured commitment to a clean one.</p>
</div>
</div>
</div>
</section>
<!-- ─── FOCUS AREAS ─── -->
<section id="focus">
<div class="container">
<p class="section-label">Investment Focus</p>
<h2>Four areas of deployment.</h2>
<div class="focus-grid">
<div class="focus-item">
<span class="focus-number">I</span>
<h3>Mineral Exploration &amp; Natural Resources</h3>
<p>Our core domain. We invest in early-stage exploration assets, typically pre-resource and pre-feasibility, where geological merit is present but capital has not yet followed. We understand the technical risk that characterises this stage and apply that understanding directly to investment decisions. Our involvement is active: we engage with project operators, assess structural terms, and monitor asset development through to catalytic milestones.</p>
</div>
<div class="focus-item">
<span class="focus-number">II</span>
<h3>Special Situations</h3>
<p>We allocate capital to transactions where complexity, timing, or structural dislocation creates pricing inefficiency. This includes distressed asset situations, corporate restructurings, and transactions requiring flexible or hybrid capital that conventional institutions are unwilling or unable to provide. We approach each situation on its own terms, with no requirement to fit a predefined instrument or return profile.</p>
</div>
<div class="focus-item">
<span class="focus-number">III</span>
<h3>Search Fund &amp; Entrepreneurial Acquisitions</h3>
<p>We support and participate in search fund-style acquisitions where motivated operators are acquiring established businesses with sustainable cashflows and identifiable potential for operational improvement. We provide principal capital, structural input, and, where appropriate, direct involvement at the board or advisory level. We focus on transactions that others overlook — modest in scale, clear in logic, and manageable in risk.</p>
</div>
<div class="focus-item">
<span class="focus-number">IV</span>
<h3>SPVs &amp; Structured Investment Vehicles</h3>
<p>Where a transaction warrants a dedicated vehicle, we construct and participate in special purpose vehicles designed around the specific commercial and legal requirements of the underlying asset. We use structured instruments to align incentives, manage risk allocation across co-investors, and maintain clarity of governance. The structure serves the transaction — not the reverse.</p>
</div>
</div>
</div>
</section>
<!-- ─── CO-INVEST ─── -->
<section id="coinvest">
<div class="container">
<div class="two-col-narrow">
<div>
<p class="section-label">Co-Investment</p>
<h2>We invest alongside people, not behind them.</h2>
</div>
<div>
<p>Lockstrood is a co-investing partner in the truest sense. We bring capital, but we also bring judgement, network, and the capacity to act with speed when a transaction requires it. Our co-investors are typically family offices, specialist angels, and domain-expert investors who share our appetite for early-stage complexity and our intolerance for poorly structured positions.</p>
<p>We do not lead deals in order to control them. We lead, or participate, because doing so produces better outcomes for all parties. Where we are active at the transaction level, we take governance rights and structural protections that reflect the risk we are accepting — not the market standard for the asset class.</p>
<p>If you are an investor with a credible pipeline in mineral exploration, natural resources, or special situations, and you are seeking a capital partner who will engage substantively rather than passively, we are open to that conversation.</p>
</div>
</div>
</div>
</section>
<!-- ─── CLOSING ─── -->
<section id="closing">
<div class="container">
<p class="section-label">Contact</p>
<h2>We consider introductions<br>on a selective basis.</h2>
<p>Lockstrood does not maintain a public deal pipeline or open submission process. Introductions are welcomed through existing relationships and from parties with a clear point of overlap with our focus areas.</p>
<p>For direct enquiries, please reach out below.</p>
<div class="contact-block">
<div class="contact-item">
<span class="contact-label">General Enquiries</span>
<a href="mailto:enquiries@lockstrood.com" class="contact-value">enquiries@lockstrood.com</a>
</div>
<div class="contact-item">
<span class="contact-label">Co-Investment</span>
<a href="mailto:coinvest@lockstrood.com" class="contact-value">coinvest@lockstrood.com</a>
</div>
<div class="contact-item">
<span class="contact-label">Registered</span>
<span class="contact-value">United Kingdom</span>
</div>
</div>
</div>
</section>
<!-- ─── FOOTER ─── -->
<footer>
<span>Lockstrood Ltd &mdash; Principal Investment</span>
<span>This website does not constitute an offer to invest or a solicitation of investment. For information purposes only.</span>
</footer>
</body>
</html>