* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { min-height: 100%; background: #0a0a0c; }
a { color: inherit; text-decoration: none; }
input, button, textarea, select { font-family: inherit; }
::selection { background: #7df9d0; color: #0a0a0c; }

@keyframes hs-scan {
  0% { transform: translateY(-100%); }
  100% { transform: translateY(100%); }
}
@keyframes hs-gA {
  0%, 88%, 100% { transform: translate(0, 0); clip-path: inset(0 0 0 0); }
  90% { transform: translate(-2px, -1px); clip-path: inset(12% 0 55% 0); }
  93% { transform: translate(2px, 1px); clip-path: inset(60% 0 8% 0); }
  96% { transform: translate(-1px, 0); clip-path: inset(35% 0 40% 0); }
}
@keyframes hs-gB {
  0%, 88%, 100% { transform: translate(0, 0); clip-path: inset(0 0 0 0); }
  91% { transform: translate(2px, 1px); clip-path: inset(50% 0 20% 0); }
  94% { transform: translate(-2px, -1px); clip-path: inset(10% 0 60% 0); }
  97% { transform: translate(1px, 0); clip-path: inset(40% 0 30% 0); }
}
@keyframes hs-pulse {
  0%, 100% { opacity: 0.55; }
  50% { opacity: 1; }
}

.hs-page {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  background: radial-gradient(120% 90% at 78% 18%, rgba(125, 249, 208, 0.07), transparent 55%), #0a0a0c;
  color: #e8e8ea;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  display: flex;
  flex-direction: column;
  padding: clamp(20px, 3.2vh, 44px) clamp(22px, 3.4vw, 60px);
}
.hs-page--release {
  overflow: hidden;
  background: radial-gradient(120% 80% at 50% 8%, rgba(125, 249, 208, 0.08), transparent 55%), #0a0a0c;
  align-items: center;
  justify-content: center;
  padding: 40px 22px;
}
.hs-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(125, 249, 208, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125, 249, 208, 0.05) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(120% 100% at 50% 40%, #000 30%, transparent 90%);
  opacity: 0.5;
  pointer-events: none;
}
.hs-scan {
  position: absolute;
  left: 0;
  right: 0;
  height: 38%;
  background: linear-gradient(180deg, transparent, rgba(125, 249, 208, 0.06), transparent);
  animation: hs-scan 7s linear infinite;
  pointer-events: none;
  mix-blend-mode: screen;
}

.hs-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  z-index: 2;
}
.hs-wordmark {
  position: relative;
  display: inline-block;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 0.92;
  font-size: clamp(34px, 6.4vw, 88px);
}
.hs-wordmark .ghost {
  position: absolute;
  inset: 0;
  mix-blend-mode: screen;
}
.hs-wordmark .ghost-a { color: #7df9d0; animation: hs-gA 4.5s steps(1) infinite; }
.hs-wordmark .ghost-b { color: #5b8cff; animation: hs-gB 4.5s steps(1) infinite; }
.hs-wordmark .real { position: relative; }
.hs-tagline {
  margin-top: 10px;
  font-size: clamp(11px, 1.15vw, 14px);
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: #7df9d0;
}
.hs-meta {
  text-align: right;
  font-size: clamp(9px, 0.85vw, 11px);
  letter-spacing: 0.34em;
  color: #6a6a72;
  text-transform: uppercase;
  padding-top: 6px;
  white-space: nowrap;
}
.hs-live {
  margin-top: 8px;
  color: #7df9d0;
}
.hs-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7df9d0;
  margin-right: 8px;
  animation: hs-pulse 2.2s ease-in-out infinite;
  vertical-align: middle;
}

.hs-main {
  position: relative;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 3vh, 36px);
  padding: clamp(16px, 3vh, 40px) 0;
  z-index: 2;
}
.hs-clips {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: clamp(16px, 2vw, 34px);
  flex-wrap: wrap;
  width: 100%;
}
.hs-clip {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.hs-clip-frame {
  position: relative;
  height: min(52vh, 480px);
  aspect-ratio: 9 / 16;
  border: 1px solid rgba(125, 249, 208, 0.22);
  background: repeating-linear-gradient(135deg, #111117, #111117 9px, #0d0d12 9px, #0d0d12 18px);
  overflow: hidden;
}
.hs-clip-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hs-clip-label {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 10px;
  letter-spacing: 0.24em;
  color: #7df9d0;
  z-index: 1;
}
.hs-clip-ratio {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 10px;
  letter-spacing: 0.24em;
  color: #6a6a72;
  z-index: 1;
}
.hs-clip-sound {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(10, 10, 12, 0.72);
  border: 1px solid rgba(125, 249, 208, 0.45);
  color: #7df9d0;
  padding: 8px 10px;
  cursor: pointer;
  font-family: inherit;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
}
.hs-clip-sound:hover,
.hs-clip-sound:focus-visible {
  background: rgba(125, 249, 208, 0.16);
  border-color: #7df9d0;
  outline: none;
}
.hs-clip-sound svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hs-clip-sound .on { display: none; }
.hs-clip-sound.is-on .off { display: none; }
.hs-clip-sound.is-on .on { display: block; }
.hs-clip-sound.is-on .hs-clip-sound-label { display: none; }
.hs-clip-frame.is-muted .hs-clip-sound {
  animation: hs-pulse 2.2s ease-in-out infinite;
}
.hs-clip-title {
  font-size: clamp(11px, 1.05vw, 13px);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #e8e8ea;
  border-bottom: 1px solid rgba(125, 249, 208, 0.28);
  padding-bottom: 4px;
}
.hs-clip-title:hover {
  color: #7df9d0;
  border-bottom-color: #7df9d0;
}

.hs-about {
  width: min(700px, 100%);
  max-width: 100%;
}
.hs-about-kicker {
  font-size: 10px;
  letter-spacing: 0.34em;
  color: #7df9d0;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.hs-about p {
  font-size: clamp(11px, 0.95vw, 13.5px);
  line-height: 1.72;
  color: #a4a4ac;
  text-wrap: pretty;
}

.hs-footer {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  z-index: 2;
  border-top: 1px solid rgba(232, 232, 234, 0.08);
  padding-top: clamp(14px, 2vh, 22px);
}
.hs-nav {
  display: flex;
  gap: clamp(10px, 1.4vw, 20px);
  flex-wrap: wrap;
}
.hs-nav a {
  font-size: clamp(11px, 1.05vw, 14px);
  letter-spacing: 0.16em;
  color: #e8e8ea;
  border: 1px solid rgba(125, 249, 208, 0.22);
  padding: 9px 16px;
}
.hs-nav a:hover {
  border-color: #7df9d0;
  color: #7df9d0;
  background: rgba(125, 249, 208, 0.06);
}
.hs-copy {
  font-size: 10px;
  letter-spacing: 0.28em;
  color: #4f4f57;
  text-transform: uppercase;
  white-space: nowrap;
}

.hs-release {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 22px;
}
.hs-home-link {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: center;
  font-size: 10px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: #7df9d0;
}
.hs-cover {
  position: relative;
  align-self: center;
  width: 240px;
  max-width: 66%;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(125, 249, 208, 0.22);
  background: repeating-linear-gradient(135deg, #111117, #111117 9px, #0d0d12 9px, #0d0d12 18px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hs-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hs-cover-empty {
  font-size: 11px;
  letter-spacing: 0.26em;
  color: #8a8a92;
  text-transform: uppercase;
}
.hs-cover-label {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 10px;
  letter-spacing: 0.24em;
  color: #7df9d0;
}
.hs-cover-ratio {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 10px;
  letter-spacing: 0.24em;
  color: #6a6a72;
}
.hs-release-copy { text-align: center; }
.hs-release-copy h1 {
  font-size: clamp(26px, 7vw, 34px);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.05;
}
.hs-release-meta {
  margin-top: 10px;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #8a8a92;
}
.hs-join {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hs-join-kicker {
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #7df9d0;
  text-align: center;
}
.hs-joined {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.16em;
  color: #7df9d0;
  padding: 14px 0;
}
.hs-join-row { display: flex; gap: 10px; }
.hs-join-row input[type="email"] {
  flex: 1;
  min-width: 0;
  background: #0d0d12;
  border: 1px solid rgba(232, 232, 234, 0.16);
  color: #e8e8ea;
  padding: 14px;
  font-size: 13px;
  letter-spacing: 0.06em;
  outline: none;
}
.hs-join-row input[type="email"]:focus { border-color: #7df9d0; }
.hs-join-row button {
  background: #7df9d0;
  color: #0a0a0c;
  border: none;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  cursor: pointer;
}
.hs-join-row button:hover { background: #9dfbdd; }
.hs-flash {
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #ff8a8a;
}
.hs-links { display: flex; flex-direction: column; gap: 12px; }
.hs-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px;
  border: 1px solid rgba(125, 249, 208, 0.28);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: all 0.16s ease;
}
.hs-links a:hover {
  border-color: #7df9d0;
  color: #7df9d0;
  background: rgba(125, 249, 208, 0.07);
}
.hs-links .arrow { color: #7df9d0; font-size: 16px; }

@media (max-width: 720px) {
  .hs-header { flex-direction: column; gap: 12px; }
  .hs-meta { text-align: left; white-space: normal; }
  .hs-clip-frame { height: min(48vh, 420px); }
  .hs-copy { white-space: normal; }
}
