<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bloodsteel Etching | Premium B2B Laser Marking & Engraving</title>
<style>
:root {
--bg-dark: #0b0d0f;
--card-bg: #14181c;
--accent-orange: #ff5100;
--accent-red: #9e1b1b;
--text-light: #e2e8f0;
--text-muted: #94a3b8;
--border-glow: rgba(255, 81, 0, 0.2);
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body {
background-color: var(--bg-dark);
color: var(--text-light);
line-height: 1.6;
overflow-x: hidden;
}
header {
max-width: 1200px;
margin: 0 auto;
padding: 2rem 1rem;
display: flex;
justify-content: space-between;
align-items: center;
}
.logo-placeholder {
font-size: 1.5rem;
font-weight: 800;
letter-spacing: 2px;
color: var(--text-light);
text-transform: uppercase;
border-left: 4px solid var(--accent-orange);
padding-left: 10px;
}
.hero {
max-width: 1200px;
margin: 4rem auto;
padding: 0 1rem;
text-align: center;
}
.hero h1 {
font-size: 3.5rem;
font-weight: 800;
letter-spacing: -1px;
line-height: 1.1;
margin-bottom: 1.5rem;
background: linear-gradient(135deg, #fff 30%, var(--accent-orange));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.hero p {
font-size: 1.25rem;
color: var(--text-muted);
max-width: 700px;
margin: 0 auto 2.5rem auto;
}
.cta-btn {
display: inline-block;
background: linear-gradient(135deg, var(--accent-orange), var(--accent-red));
color: white;
padding: 1rem 2.5rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
text-decoration: none;
border-radius: 4px;
box-shadow: 0 4px 20px var(--border-glow);
transition: all 0.3s ease;
}
.cta-btn:hover {
transform: translateY(-2px);
box-shadow: 0 6px 25px rgba(255, 81, 0, 0.4);
}
.grid-section {
max-width: 1200px;
margin: 6rem auto;
padding: 0 1rem;
}
.section-title {
font-size: 2rem;
text-align: center;
margin-bottom: 3rem;
text-transform: uppercase;
letter-spacing: 1px;
}
.section-title span {
color: var(--accent-orange);
}
.capabilities-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 2rem;
}
.card {
background-color: var(--card-bg);
padding: 2.5rem;
border-radius: 6px;
border: 1px solid #1e242b;
transition: border 0.3s ease;
}
.card:hover {
border-color: var(--accent-orange);
}
.card h3 {
font-size: 1.3rem;
margin-bottom: 1rem;
color: #fff;
}
.card p {
color: var(--text-muted);
font-size: 0.95rem;
}
.form-section {
max-width: 600px;
margin: 6rem auto;
padding: 3rem 2rem;
background-color: var(--card-bg);
border-radius: 6px;
border: 1px solid #1e242b;
}
.form-group {
margin-bottom: 1.5rem;
}
.form-group label {
display: block;
font-size: 0.85rem;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 0.5rem;
color: var(--text-muted);
}
.form-group input, .form-group textarea, .form-group select {
width: 100%;
padding: 0.85rem;
background-color: var(--bg-dark);
border: 1px solid #1e242b;
color: white;
border-radius: 4px;
font-size: 1rem;
}
.form-group input:focus, .form-group textarea:focus {
outline: none;
border-color: var(--accent-orange);
}
footer {
text-align: center;
padding: 4rem 1rem;
color: var(--text-muted);
font-size: 0.85rem;
border-top: 1px solid #1e242b;
max-width: 1200px;
margin: 0 auto;
}
@media (max-width: 768px) {
.hero h1 { font-size: 2.25rem; }
header { flex-direction: column; gap: 1rem; text-align: center; }
}
</style>
</head>
<body>
<header>
<div class="logo-placeholder">BLOODSTEEL ETCHING</div>
<div style="color: var(--text-muted); font-size: 0.9rem;">Pelham, Alabama</div>
</header>
<section class="hero">
<h1>High-Precision Industrial<br>Laser Marking & Engraving</h1>
<p>Engineered B2B asset tracking, serialization, and multi-pulse MOPA deep relief engraving. Delivering permanent, high-contrast tracing solutions on technical alloys and polymers.</p>
<a href="#quote" class="cta-btn">Request B2B Quote</a>
</section>
<section class="grid-section">
<h2 class="section-title">Core <span>Capabilities</span></h2>
<div class="capabilities-grid">
<div class="card">
<h3>Industrial Serialization</h3>
<p>Permanent DataMatrix barcodes, unique hardware UID markings, and sequential serialization etched cleanly into tool steel, raw aluminum, and copper.</p>
</div>
<div class="card">
<h3>MOPA Color Annealing</h3>
<p>Utilizing high-frequency pulse tuning to grow vibrant, localized oxide color layers on stainless steel and titanium assets without destroying surface layers.</p>
</div>
<div class="card">
<h3>Anodizing Bleaching</h3>
<p>Precise surface modification adjusting pulse duration to generate rich, high-contrast black markings on anodized coatings with clean, crisp edges.</p>
</div>
<div class="card">
<h3>3D Coining & Dies</h3>
<p>Heavy dynamic material vaporization mapping deep vector slice runs for industrial stamping dies, molds, and premium relief medals.</p>
</div>
</div>
</section>
<section class="form-section" id="quote">
<h2 class="section-title" style="margin-bottom: 1.5rem; text-align: left;">Intake <span>Form</span></h2>
<!-- Replace ACTION URL below with a free form handler link like Formspree or Web3Forms later -->
<form action="[ENTER YOUR LINK HERE]" method="POST">
<div class="form-group">
<label>Company Name</label>
<input type="text" name="company" required>
</div>
<div class="form-group">
<label>Point of Contact Email</label>
<input type="email" name="email" required>
</div>
<div class="form-group">
<label>Material Stock Type</label>
<select name="material">
<option>Stainless Steel</option>
<option>Anodized Aluminum</option>
<option>Raw Aluminum / Brass</option>
<option>Industrial Polymer (ABS/PC)</option>
<option>Other / Uncommon Alloy</option>
</select>
</div>
<div class="form-group">
<label>Estimated Batch Production Volume</label>
<select name="volume">
<option>Single Prototype Run</option>
<option>Small Batch (10 - 100 units)</option>
<option>Production Scale (100 - 1,000+ units)</option>
</select>
</div>
<div class="form-group">
<label>Scope of Work / Part Specs</label>
<textarea name="message" rows="5" placeholder="Describe layout specs, sizes, and file dimensions..." required></textarea>
</div>
<button type="submit" class="cta-btn" style="width: 100%; border: none; cursor: pointer;">Submit Request</button>
</form>
</section>
<footer>
<p>© 2026 Bloodsteel Etching LLC. All rights reserved. | Pelham, AL</p>
</footer>
</body>
</html>