/* Systems Sprint: compact intake and diagnostic rail */

.nm-local-sprint-intake {
    border-block: 1px solid var(--nm-color-line);
    background: #08090f;
    background-image:
        linear-gradient(115deg, rgba(153, 0, 1, 0.12), transparent 46%);
    color: var(--nm-color-text);
}

.nm-local-sprint-intake-grid {
    gap: clamp(3rem, 8vw, 8rem);
    padding: clamp(3rem, 7vw, 6rem) 0;
}

.nm-local-sprint-intake .nm-cine-title,
.nm-local-sprint-intake .nm-local-fact h2 {
    color: var(--nm-color-text);
}

.nm-local-sprint-intake .nm-cine-kicker,
.nm-local-sprint-intake .nm-local-fact-label {
    color: var(--nm-color-ember-hi);
}

.nm-local-sprint-intake [data-page-section="answer"] > p:last-child,
.nm-local-sprint-intake .nm-local-fact > p:last-child {
    color: var(--nm-color-text-muted, #b3b3b3);
    line-height: 1.7;
}

.nm-local-sprint-intake .nm-local-fact {
    padding: 0 0 1.5rem;
    border-bottom: 1px solid var(--nm-color-line);
}

.nm-local-sprint-intake .nm-local-fact + .nm-local-fact {
    padding-top: 1.5rem;
}

.nm-local-sprint-signal-list .nm-local-copy-list {
    margin-left: auto;
    max-width: 52rem;
}

.nm-local-sprint-signal-list .nm-local-copy-list li {
    padding-block: 1.5rem;
    font-size: 1.15rem;
}

.nm-local-sprint-manifest {
    max-width: 58rem;
}

.nm-local-sprint-manifest .nm-local-copy-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-left: 1px solid var(--nm-color-line);
}

.nm-local-sprint-manifest .nm-local-copy-list li {
    padding: 1.5rem;
    border-right: 1px solid var(--nm-color-line);
}

.nm-local-sprint-manifest .nm-local-copy-list li::before {
    display: none;
}

.nm-local-sprint-credits {
    gap: 1px;
    margin-top: 4rem;
    background: var(--nm-color-line);
}

.nm-local-sprint-credits .nm-local-fact {
    background: #05060a;
    padding: 2rem;
}
/* Route signature: the Sprint boundary stays compact and operational. */
.nm-local-sprint-boundary {
    border-block: 1px solid var(--nm-color-line);
    background: #08090f;
}

.nm-local-sprint-boundary > .nm-local-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nm-local-sprint-boundary span {
    min-width: 0;
    padding: 1.25rem;
    border-right: 1px solid var(--nm-color-line);
    color: var(--nm-color-text);
    font-family: var(--nm-font-mono);
    font-size: 0.68rem;
    letter-spacing: 0.16em;
    text-align: center;
    text-transform: uppercase;
}

.nm-local-sprint-boundary span:last-child {
    border-right: 0;
}

.nm-local-sprint-intake-grid {
    gap: 0;
}

.nm-local-sprint-intake-grid > .nm-local-fact {
    padding: 2rem;
    border-right: 1px solid var(--nm-color-line);
    border-bottom: 0;
}

.nm-local-sprint-intake-grid > .nm-local-fact:last-child {
    border-right: 0;
}

@media (max-width: 767px) {

    .nm-local-sprint-boundary span,
    .nm-local-sprint-intake-grid > .nm-local-fact {
        border-right: 0;
        border-bottom: 1px solid var(--nm-color-line);
    }

    .nm-local-sprint-boundary span:last-child,
    .nm-local-sprint-intake-grid > .nm-local-fact:last-child {
        border-bottom: 0;
    }
}