Coming
May 26
2026


Jason Duval
Jason wants an easy life, but things just keep getting harder.
Jason grew up around grifters and crooks. After a stint in the Army trying to shake off his troubled teens, he found himself in the Keys doing what he knows best, working for local drug runners. It might be time to try something new.


Lucia Caminos
Lucia’s father taught her to fight as soon as she could walk.
Life has been coming at her swinging ever since. Fighting for her family landed her in the Leonida Penitentiary. Sheer luck got her out. Lucia’s learned her lesson — only smart moves from here.


Trailer: https://www.youtube.com/watch?v=QdBZY2fkU-0

--------

/* Intro heading */


#intro h1 {
	font-size: 60px;
	line-height: 0.9;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background-image: radial-gradient(circle at 50% -30vh, #ffd687 0, #fb766a 50vh, #9d2f6a 90vh, rgba(32, 31, 66, 0) 150vh);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media (min-width: 768px) {
  #intro h1 {
    font-size: 120px;
  }
}


/* Bio styles */

.bio {
  padding-bottom: 12rem;
}

.bio h2 {
  color: #fff9cb;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.8em;
}

.bio h3 {
  color: #ffb0c4;
  font-weight: bold;
  margin-bottom: 1.2em;
}

.bio p {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 2em;
}



