  h1.text-4xl,
  h1.text-3xl,
  .container h1 {
    font-size: 0 !important;
    line-height: 0 !important;
    margin-bottom: 0.5rem;
  }

  h1.text-4xl::after,
  h1.text-3xl::after,
  .container h1::after {
    content: "rjalpha status";
    display: block;
    font-size: clamp(1.875rem, 3vw, 2.25rem);
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: hsl(var(--foreground));
  }

  h1.text-4xl + p,
  h1.text-3xl + p,
  .container h1 + p.text-muted-foreground,
  .container h1 + p.text-muted-foreground.mt-2 {
    display: none;
}
