.rail-foot::after {
  content: "Created by LesserLabs · © 2026";
  display: block;
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: #8fa3c3;
  font-size: 10px;
  line-height: 1.35;
  text-align: center;
  letter-spacing: .035em;
}

@media (max-width: 800px) {
  .rail-foot::after { display: none; }
}
