41 lines
2.1 KiB
HTML
41 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>River Stones • 14-Week Cycles</title>
|
||
<style>
|
||
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400&family=Playfair+Display:wght@400;700&display=swap');
|
||
body { background: #0a0f14; color: #d4c8b0; font-family: 'Inter', system_ui, sans-serif; margin: 0; padding: 0; line-height: 1.7; }
|
||
.container { max-width: 720px; margin: 0 auto; padding: 4rem 1.5rem; }
|
||
h1 { font-family: 'Playfair Display', Georgia, serif; font-size: 3.2rem; margin-bottom: 0.5rem; color: #c3b28f; }
|
||
.subtitle { font-size: 1.1rem; opacity: 0.8; margin-bottom: 3rem; }
|
||
.section { margin-bottom: 3.5rem; }
|
||
.stone { background: #111a22; padding: 2rem; border-radius: 12px; border: 1px solid #2a3a45; }
|
||
a { color: #9a8f72; text-decoration: none; border-bottom: 1px dotted #5c5642; }
|
||
.nav { margin-top: 4rem; font-size: 0.95rem; }
|
||
</style>
|
||
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||
</head>
|
||
<body>
|
||
<div class="container">
|
||
<h1>River Stones</h1>
|
||
<p class="subtitle">14-week cycles of quiet resilience for the domes</p>
|
||
|
||
<div class="section">
|
||
<p>Each fortnight we carry one stone from the Lehigh to the habitat floor. The water-worn edges remind us that pressure shapes without breaking. Four cycles complete a full orbit of calm.</p>
|
||
</div>
|
||
|
||
<div class="stone">
|
||
<p><strong>Week 1–2:</strong> Gather. Listen to the current.</p>
|
||
<p><strong>Week 3–6:</strong> Place. Let the stone cool the room.</p>
|
||
<p><strong>Week 7–10:</strong> Return. Trace the memory with synth.</p>
|
||
<p><strong>Week 11–14:</strong> Release. Breathe with the colony.</p>
|
||
</div>
|
||
|
||
<div class="nav">
|
||
<a href="index.html">← back to the landing stones</a>
|
||
</div>
|
||
</div>
|
||
</body>
|
||
</html> |