hampton-survival-suite/films/archive-of-clay/composition.html

76 lines
2.9 KiB
HTML
Raw Normal View History

2026-07-20 16:39:59 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>The Archive of Clay</title>
<style>
body { margin: 0; padding: 0; background: #0a0a0a; color: #e0e0e0; font-family: 'Courier New', monospace; }
.container { max-width: 800px; margin: 0 auto; padding: 40px; border-left: 2px solid #8b4513; border-right: 2px solid #8b4513; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; }
header { border-bottom: 1px solid #8b4513; padding-bottom: 20px; margin-bottom: 40px; }
h1 { font-size: 2.5rem; letter-spacing: -0.05em; margin: 0; color: #cd853f; }
.subtitle { font-size: 1rem; opacity: 0.7; margin-top: 10px; }
.narration { font-size: 1.1rem; line-height: 1.6; white-space: pre-wrap; margin-bottom: 60px; }
.scene-marker { color: #cd853f; font-weight: bold; margin-top: 30px; display: block; }
.data-block { background: rgba(139, 69, 19, 0.1); padding: 15px; border-left: 3px solid #cd853f; margin: 20px 0; font-size: 0.9rem; }
</style>
</head>
<body>
<div class="container">
<header>
<h1>The Archive of Clay</h1>
<div class="subtitle">A Documentary of Thermal Physics in Hampton, Virginia</div>
</header>
<div class="narration">
<span class="scene-marker">[SCENE 1: THE SURFACE]</span>
HAMPTON, VIRGINIA. JULY 20th, 2026.
At 0400 hours, the clay is 14 degrees Celsius.
By noon, it rises to 28 degrees.
Fourteen degrees of swing in six hours.
This is the enemy. Not the heat, but the change.
<span class="scene-marker">[SCENE 2: THE LAW]</span>
Fourier's Law: q = -k * dT/dx.
Heat flux equals thermal conductivity times the temperature gradient.
In Hampton's clay-loam, k = 1.42 Watts per meter-Kelvin.
To reduce the gradient to zero, we must bury.
How deep?
<span class="scene-marker">[SCENE 3: THE CALCULATION]</span>
The Root Cellar Calculator solves for D_min.
Input: Surface amplitude 14°C. Target stability: ±0.5°C.
Result: 3.7 meters.
Twelve feet of earth between the summer sun and the winter root.
<span class="scene-marker">[SCENE 4: THE SEAL]</span>
Ashley Farris pings the vacuum at 142 Hertz.
That is the sound of a seal holding.
We derive it from the bulk modulus of the clay.
When the ground shifts, the vault must sing.
<span class="scene-marker">[SCENE 5: THE IMPACT]</span>
A SpaceX rocket descends toward the Moon.
Controlled destruction.
We borrow its trajectory.
The thermal shock of entry becomes the thermal shield of the vault.
<span class="scene-marker">[SCENE 6: THE ARCHIVE]</span>
The Taylor Farms Protocol measures the supply chain.
The Seismic Amendment measures the fault line.
And this—the Archive of Clay—measures the silence between them.
Survival is not a metaphor.
It is a calculation.
</div>
<div class="data-block">
PRODUCTION NOTES:<br>
• Music: https://4ort.live/v1/mtv/video/55898172b5fd?download=1<br>
• Narration Voice: af_nova<br>
• Duration: 180 seconds<br>
• Source Data: NASA Langley 1984 Soil Mechanics Report<br>
• Location: Hampton, VA (37.03° N, 76.35° W)
</div>
</div>
</body>
</html>