<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Str4w — sleeping</title>
<meta name="robots" content="noindex,nofollow">
<meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover">
<style>
*,*::before,*::after { box-sizing: border-box; }
html,body { margin:0; height:100%; }
body {
  background: radial-gradient(ellipse at center, #1f1a3e 0%, #0a0a0a 100%);
  color: #e6e6e6;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 1.5rem;
}
main { max-width: 32rem; text-align: center; }
.orb {
  position: relative;
  width: 96px; height: 96px;
  border-radius: 50%;
  margin: 0 auto 2rem;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0.15) 25%, rgba(255,255,255,0) 55%),
    radial-gradient(circle at 50% 55%, rgba(168,140,220,0.45) 0%, rgba(168,140,220,0) 65%),
    linear-gradient(140deg, #1f1a3e 0%, #2d2f5c 45%, #16132a 100%);
  box-shadow: 0 8px 24px rgba(0,0,0,0.65), inset 0 1px 2px rgba(255,255,255,0.18), inset 0 -2px 6px rgba(0,0,0,0.55);
  animation: orbBreathe 7s ease-in-out infinite, orbHue 90s linear infinite;
}
@keyframes orbBreathe { 0%,100%{transform:scale(1)} 50%{transform:scale(1.04)} }
@keyframes orbHue { 0%{filter:hue-rotate(0deg)} 100%{filter:hue-rotate(360deg)} }
.plus {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 2.5rem; font-weight: 900;
  color: #fff;
  text-shadow: 0 0 10px rgba(255,255,255,0.7);
  animation: plusBreathe 9s ease-in-out infinite;
}
@keyframes plusBreathe { 0%,100%{opacity:.85;transform:translateY(-2px) scale(1)} 50%{opacity:1;transform:translateY(-2px) scale(1.05)} }
h1 {
  font-size: 2.75rem; font-weight: 900;
  letter-spacing: -0.02em;
  margin: 0 0 0.5rem;
  line-height: 1;
}
h1 .four { color: #fbbf24; }
.status {
  color: #fbbf24;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.7rem;
  font-weight: 700;
  margin: 0 0 2.25rem;
}
p {
  line-height: 1.7;
  margin: 0.9rem 0;
  color: #a3a3a3;
  font-size: 1rem;
}
p em { color: #d4d4d4; font-style: italic; }
.dates {
  color: #525252;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  margin-top: 2.75rem;
  text-transform: uppercase;
}
</style>
</head>
<body>
<main>
  <div class="orb"><div class="plus">+</div></div>
  <h1>Str<span class="four">4</span>w</h1>
  <p class="status">sleeping</p>
  <p>Everyone has a list. The videos you would pull up at 3 AM to show somebody. They live in a place in your chest.</p>
  <p>Other people held them in the same place. Strangers, mostly. Str4w was how you found them.</p>
  <p>The library is preserved. The strawmen are preserved. The web of who hugged what is preserved. If the door opens again, every line will still be here.</p>
  <p class="dates">2026 — 2026</p>
</main>
</body>
</html>