.home-intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.25rem var(--page-gutter) 0;
}

#home-intro-title {
    font-size: clamp(1rem, 4.8vw, 3rem);
    line-height: 1.05;
    max-width: none;
    text-align: center;
    white-space: nowrap;
}

.home-showcase-shell {
    padding-top: 0;
}

.home-showcase-cta-shell {
    display: none;
    align-items: center;
    justify-content: center;
    padding-top: 1rem;
}

.home-showcase-button {
    align-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 0;
    max-width: 100%;
    padding: 0.55rem 0.8rem;
    border: var(--frame-border);
    background: var(--page-ink);
    color: var(--page-bg);
    font: inherit;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: center;
    cursor: not-allowed;
    opacity: 1;
}

.ascii-cframe-reveal__button.home-showcase-button {
    white-space: nowrap;
}

.home-showcase-button:disabled {
    color: var(--page-bg);
    opacity: 1;
    -webkit-text-fill-color: var(--page-bg);
}

.content-shell {
    display: flex;
    flex-direction: column;
    gap: var(--panel-gap);
    padding: 1.25rem var(--page-gutter) 4rem;
}

@media (max-width: 720px) {
    .home-showcase-button {
        font-size: 0.76rem;
    }
}

@media (max-width: 1199px) {
    .ascii-cframe-reveal__button {
        display: none;
    }

    .home-showcase-cta-shell {
        display: flex;
    }
}

@media (min-width: 1200px) {
    .home-showcase-cta-shell {
        display: none;
    }
}
