.home-hero-title {
    max-width: 13em;
    margin-inline: auto;
    text-wrap: balance;
}

.home-hero-title > span {
    display: block;
}

.home-hero-title > span:last-child {
    color: var(--color-sage-light);
    font-style: italic;
}

.home-cta-title > span {
    display: block;
}

.home-footer-copyright {
    white-space: pre-line;
}

.home-upload-section {
    overflow: hidden;
}

.site-link-placeholder {
    cursor: not-allowed;
    opacity: 0.55;
    pointer-events: none;
}

.home-hero-stats .hero-stat-num {
    white-space: nowrap;
}

@media (max-width: 639px) {
    .home-hero-stats.home-hero-stats {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
        width: 100%;
        max-width: 20rem;
        margin-inline: auto;
    }

    .home-hero-stats .hero-stat {
        padding-inline: 8px;
    }

    .home-hero-stats .hero-stat-num {
        font-size: 24px;
    }

    .home-remote-visual.home-remote-visual {
        flex-wrap: wrap;
    }
}
