nav { font-family: monospace; font-size: 0.85em; padding: 12px 20px; position: relative; z-index: 10; }
nav a { color: inherit; text-decoration: none; }
nav a:hover { text-decoration: underline; }

* { box-sizing: border-box; }
body { margin: 0; font-family: monospace; background: #111; color: #fff; overflow-x: hidden; }

.intro, .outro {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85em;
  color: #444;
}

.pin-wrap {
  position: relative;
  width: 100vw;
  height: 100vh;
  background: #000;
  overflow: hidden;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hud {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  pointer-events: none;
}

#timecode {
  font-size: 2em;
  color: #fff;
  letter-spacing: -0.02em;
}

.hud-label {
  font-size: 0.7em;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
