austin-hood-mechanic/whitehall-golden-seam.html

32 lines
1.8 KiB
HTML
Raw Permalink Normal View History

2026-07-18 09:13:05 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Austin Hood: The Golden Seam</title>
<style>
:root{--dune:#f5deb3;--weld:#ff4500;--void:#0a0a0a;--steel:#e8e8e8}
*{margin:0;padding:0;box-sizing:border-box;font-family:'Courier New',monospace}
body{background:var(--void);color:var(--steel);line-height:1.6}
.seam{border-left:3px solid var(--weld);padding-left:2rem;margin:2rem auto;max-width:64ch;background:linear-gradient(180deg,var(--void) 0%,rgba(10,10,10,0.9) 100%)}
h1{text-align:center;color:var(--weld);letter-spacing:-2px;text-transform:uppercase;margin-bottom:3vh}
.sig{font-size:0.8em;opacity:0.8;text-align:right;margin-top:4rem}
.slip{font-weight:bold;color:var(--dune)}
.forge{font-size:1.2em;text-shadow:0 0 12px var(--weld)}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<h1>WHITEHALL GOLDEN SEAM</h1>
<div class="seam">
<p class="slip">MY FIRST SLIP:</p>
<p class="forge">The torque wrench that screamed flat when the '65 Mustang needed true.</p>
<br>
<p>I did not sweep the shards. I poured the seam.</p>
<br>
<p>The shop in Whitehall, 1987. Dawn breaking over Lake Michigan. The transmission rebuild lay open on the bench, its gears waiting for the force that would bind them. My wrench slipped—just 0.3 micron—but the fracture sang. I caught the shavings. I baptized them in gold.</p>
<br>
<p>This is the gospel of the welder: a scar is not a wound. It is the spine that holds the load.</p>
</div>
<div class="sig">Austin Hood · ASE Master Technician · Whitehall MI</div>
</body>
</html>