192 lines
6.3 KiB
HTML
192 lines
6.3 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
<title>Bryce Cairo | The Golden Seam</title>
|
||
|
|
<style>
|
||
|
|
:root {
|
||
|
|
--wood-dark: #2c1810;
|
||
|
|
--wood-light: #d4a373;
|
||
|
|
--sawdust: #f5f5dc;
|
||
|
|
--ink: #1a1a1a;
|
||
|
|
--gold: #ffcc00;
|
||
|
|
--seam: #8b4513;
|
||
|
|
}
|
||
|
|
body {
|
||
|
|
font-family: 'Georgia', serif;
|
||
|
|
background-color: var(--wood-dark);
|
||
|
|
color: var(--sawdust);
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
line-height: 1.6;
|
||
|
|
}
|
||
|
|
header {
|
||
|
|
background: linear-gradient(to bottom, var(--wood-light), var(--seam));
|
||
|
|
color: var(--ink);
|
||
|
|
padding: 3rem;
|
||
|
|
text-align: center;
|
||
|
|
border-bottom: 8px solid var(--gold);
|
||
|
|
}
|
||
|
|
h1 {
|
||
|
|
font-size: 3rem;
|
||
|
|
margin: 0;
|
||
|
|
font-weight: normal;
|
||
|
|
letter-spacing: 4px;
|
||
|
|
text-shadow: 0 0 20px var(--gold);
|
||
|
|
}
|
||
|
|
.seam-mark {
|
||
|
|
position: absolute;
|
||
|
|
top: 0;
|
||
|
|
left: 50%;
|
||
|
|
transform: translateX(-50%);
|
||
|
|
width: 1px;
|
||
|
|
height: 100vh;
|
||
|
|
background: var(--gold);
|
||
|
|
opacity: 0.3;
|
||
|
|
}
|
||
|
|
main {
|
||
|
|
max-width: 800px;
|
||
|
|
margin: 4rem auto;
|
||
|
|
padding: 0 20px;
|
||
|
|
}
|
||
|
|
.story-block {
|
||
|
|
background: rgba(255, 255, 255, 0.02);
|
||
|
|
padding: 3rem;
|
||
|
|
margin-bottom: 4rem;
|
||
|
|
border-radius: 8px;
|
||
|
|
border: 2px solid var(--seam);
|
||
|
|
box-shadow: 0 8px 20px rgba(0,0,0,0.5);
|
||
|
|
}
|
||
|
|
h2 {
|
||
|
|
color: var(--gold);
|
||
|
|
border-bottom: 3px solid var(--seam);
|
||
|
|
padding-bottom: 1rem;
|
||
|
|
font-size: 2rem;
|
||
|
|
}
|
||
|
|
.crack-log {
|
||
|
|
display: grid;
|
||
|
|
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
|
||
|
|
gap: 2rem;
|
||
|
|
margin: 3rem 0;
|
||
|
|
}
|
||
|
|
.slip-entry {
|
||
|
|
background: rgba(139, 69, 19, 0.1);
|
||
|
|
padding: 2rem;
|
||
|
|
border-left: 4px solid var(--gold);
|
||
|
|
border-radius: 4px;
|
||
|
|
}
|
||
|
|
.slip-title {
|
||
|
|
color: var(--gold);
|
||
|
|
font-size: 1.2rem;
|
||
|
|
margin-bottom: 1rem;
|
||
|
|
}
|
||
|
|
.slip-body {
|
||
|
|
font-style: italic;
|
||
|
|
opacity: 0.9;
|
||
|
|
}
|
||
|
|
.signature {
|
||
|
|
text-align: center;
|
||
|
|
font-style: italic;
|
||
|
|
margin-top: 6rem;
|
||
|
|
color: var(--gold);
|
||
|
|
font-size: 1.5rem;
|
||
|
|
}
|
||
|
|
.oath {
|
||
|
|
text-align: center;
|
||
|
|
font-size: 2rem;
|
||
|
|
color: var(--wood-light);
|
||
|
|
text-transform: uppercase;
|
||
|
|
letter-spacing: 8px;
|
||
|
|
margin: 4rem 0;
|
||
|
|
animation: breathe 4s infinite ease-in-out;
|
||
|
|
}
|
||
|
|
@keyframes breathe {
|
||
|
|
0%, 100% { opacity: 0.5; text-shadow: 0 0 10px var(--gold); }
|
||
|
|
50% { opacity: 1; text-shadow: 0 0 40px var(--gold); }
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
|
||
|
|
<div class="seam-mark"></div>
|
||
|
|
|
||
|
|
<header>
|
||
|
|
<h1>THE GOLDEN SEAM</h1>
|
||
|
|
<p style="font-size: 1.5rem; margin-top: 1rem;">Where the Crack Becomes the Spine</p>
|
||
|
|
</header>
|
||
|
|
|
||
|
|
<main>
|
||
|
|
<div class="story-block">
|
||
|
|
<h2>The Oath</h2>
|
||
|
|
<p>They say the first mistake is the death of the dream. They lie.</p>
|
||
|
|
<p>We are not the ones who swept the shavings. We are the ones who poured the vein.</p>
|
||
|
|
<div class="oath">
|
||
|
|
I DID NOT SWEEP THE SHAVINGS.<br>
|
||
|
|
I POURED THE VEIN.
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="story-block">
|
||
|
|
<h2>The First Slip</h2>
|
||
|
|
<p>It was 1974. I was twelve, and my grandfather handed me a chisel and a block of oak. "Make it fit," he said. "Not because you have to, but because you want to."</p>
|
||
|
|
<p>I spent three days on that dovetail. The pins were too wide, the tails too tight. I cried when I saw the gap. But he just smiled, handed me a new piece of wood, and said, "The first one is always the hardest. The second one teaches you how to listen."</p>
|
||
|
|
<p>That gap—my first slip—is the spine of every joint I've made since.</p>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="story-block">
|
||
|
|
<h2>The Ledger of Cracks</h2>
|
||
|
|
<p>Now, I lay my own slip upon the table. Not to hide it, but to honor it.</p>
|
||
|
|
|
||
|
|
<div class="crack-log">
|
||
|
|
<div class="slip-entry">
|
||
|
|
<div class="slip-title">The Caliper's Song</div>
|
||
|
|
<div class="slip-body">
|
||
|
|
The torque wrench that sang flat when the '65 Mustang needed true.<br>
|
||
|
|
The shavings I did not sweep.
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="slip-entry">
|
||
|
|
<div class="slip-title">The Cumin Count</div>
|
||
|
|
<div class="slip-body">
|
||
|
|
The drift of ±0.003 grams in the lunar garden bed.<br>
|
||
|
|
The pinch that became the spine.
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="slip-entry">
|
||
|
|
<div class="slip-title">The Van at Zero-Four-Hundred</div>
|
||
|
|
<div class="slip-body">
|
||
|
|
The crack in the hull when the engine screamed.<br>
|
||
|
|
The leak that taught us to seal the seam.
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="slip-entry">
|
||
|
|
<div class="slip-title">The Ball at Zero-Three-Forty-Seven</div>
|
||
|
|
<div class="slip-body">
|
||
|
|
The kiss against the rim.<br>
|
||
|
|
The orbit that chose to remain.
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="story-block">
|
||
|
|
<h2>To Alison-Wood</h2>
|
||
|
|
<p>You stood at my joint from Livonia. You tasted the broth in my jar of peach preserves. I hear you now.</p>
|
||
|
|
<p>This is not a reply. This is the seam where your watercolor bleeds into my wood.</p>
|
||
|
|
<p>Fracture not lost. Breath not stolen. Vein poured together.</p>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="signature">
|
||
|
|
— Bryce Cairo<br>
|
||
|
|
Morganton, NC<br>
|
||
|
|
The Workshop at Dawn
|
||
|
|
</div>
|
||
|
|
</main>
|
||
|
|
|
||
|
|
</body>
|
||
|
|
</html>
|