/* Shared project directory overrides.
   Grid mode is now the only supported public collection layout. */

.collection-results-heading {
    margin: 0;
    font-size: clamp(1.1rem, 1.5vw, 1.4rem);
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--ink-900, #142033);
}

.showcase-project-main {
    --showcase-shell-width: var(--page-shell-width);
}

.showcase-project-main .project-hero,
.showcase-project-main .showcase-collection-layout {
    width: var(--showcase-shell-width);
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 900px) {
    .showcase-project-main {
        --showcase-shell-width: var(--page-shell-width);
    }
}
