<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Risk Matters Consulting</title>
<style>
body {
font-family: Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
background: #f7f7f7;
color: #222;
line-height: 1.6;
}
header {
background: #0d1b2a;
color: #fff;
padding: 40px 20px;
text-align: center;
}
header h1 {
margin: 0;
font-size: 42px;
letter-spacing: 1px;
}
header p {
margin: 10px 0 0;
font-size: 18px;
opacity: 0.9;
}
section {
max-width: 1000px;
margin: auto;
padding: 40px 20px;
}
h2 {
color: #0d1b2a;
margin-bottom: 10px;
font-size: 28px;
}
h3 {
color: #1b263b;
margin-top: 20px;
font-size: 22px;
}
.service-box {
background: #fff;
padding: 20px;
margin: 20px 0;
border-left: 5px solid #1b263b;
border-radius: 4px;
}
footer {
background: #0d1b2a;
color: #fff;
text-align: center;
padding: 30px 20px;
margin-top: 40px;
}
footer p {
margin: 5px 0;
}
</style>
</head>
<body>
<header>
<h1>Risk Matters® Consulting</h1>
<p>Risk Engineering • Forensic Engineering • Business Continuity Management</p>
</header>
<section>
<h2>About Us</h2>
<p>
Risk Matters® Consulting is a solutions provider specializing in risk engineering, forensic engineering,
and enterprise resilience. We bring rigorous engineering practice, critical thinking, and hard-earned
field experience to every engagement.
</p>
<p>
Engineering and risk are inseparable—two sides of the same coin. We operate on disciplined thinking,
due diligence, and evidence. We validate what matters and stand by what we can defend.
</p>
</section>
<section>
<h2>Core Services</h2>
<div class="service-box">
<h3>Risk Engineering</h3>
<p>
We assess exposures across construction, operations, natural hazards, and business interruption.
Our competencies include:
</p>
<ul>
<li>CAR / EAR; Greenfield to operational conditions</li>
<li>DSU / ALOP; Business Interruption</li>
<li>Code Compliance</li>
<li>Natural & Environmental Hazards Engineering</li>
<li>Hazard Vulnerability Assessment</li>
</ul>
</div>
<div class="service-box">
<h3>Forensic Engineering</h3>
<p>
We investigate failures, losses, and incidents to determine causation and defensible findings.
Our capabilities include:
</p>
<ul>
<li>Root-cause Analysis (RCA)</li>
<li>Materials Engineering</li>
<li>Structural, civil, mechanical, electrical, and fire-related failure analysis</li>
<li>Post-loss investigation, documentation, and technical opinion</li>
<li>Design, construction, maintenance, and code compliance review</li>
<li>Expert reporting for insurance, claims, and dispute support</li>
</ul>
</div>
<div class="service-box">
<h3>Business Continuity Management</h3>
<p>
We help organizations prepare for disruptions and maintain critical operations through:
</p>
<ul>
<li>Business Impact Analysis</li>
<li>Continuity and recovery strategy development</li>
<li>Crisis management frameworks</li>
<li>Emergency response planning</li>
<li>Training and exercises</li>
<li>Integration with ERM, ESG, and ORSA requirements</li>
</ul>
</div>
</section>
<section>
<h2>Selected Projects</h2>
<p>Our work spans local and international engagements, including:</p>
<ul>
<li>Hai Phong International Container Terminal (Vietnam)</li>
<li>NGCP — Nationwide catastrophic modeling</li>
<li>MERALCO — CAT modeling</li>
<li>Sabang Bridge Forensic Engineering (STAR Tollways)</li>
<li>Jetti Petroleum Jetty — Storm surge forensic analysis</li>
<li>Doha North Sewage Treatment Works — Risk management system</li>
<li>EDC Burgos Wind Farm — ESG & engineering compliance</li>
<li>Lake Mainit Hydroelectric Project — Tunnel risk assessment</li>
</ul>
</section>
<section>
<h2>Our Team</h2>
<p>
Our multidisciplinary team brings more than 300 years of combined practice across engineering,
environment, operations, and risk science.
</p>
<p><strong>Leadership:</strong> Edgar Z. Dapiton — Principal Engineer</p>
</section>
<footer>
<p><strong>Risk Matters® Consulting</strong></p>
<p>Email: your-email@riskmatters.net</p>
<p>Phone: +63 xxx xxx xxxx</p>
<p>Metro Manila, Philippines</p>
</footer>
</body>
</html>