.article-story {
    background: var(--paper);
}

.article-story-hero {
    position: relative;
    overflow: hidden;
    color: var(--paper);
    background: var(--ink-deep);
}

.article-story-hero-inner {
    padding-block: 6rem 5rem;
}

.article-story-hero .article-story-eyebrow {
    margin: 0 0 1.25rem;
    color: var(--brass);
}

.article-story-hero .article-story-eyebrow::before {
    color: #5c86a6;
}

.article-story-hero h1 {
    max-width: 780px;
    color: var(--paper);
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    line-height: 1;
    letter-spacing: -.025em;
}

.article-story-hero .article-meta {
    margin: 1.5rem 0 0;
    color: rgba(246, 247, 248, .68);
    font-size: 1.0625rem;
    line-height: 1.65;
}

.article-story-truss {
    display: block;
    width: 100%;
    height: 17px;
    opacity: .32;
}

.article-story-truss :where(line, path) {
    fill: none;
    stroke: var(--paper);
    stroke-width: 1;
    vector-effect: non-scaling-stroke;
}

.article-story-content {
    width: min(800px, 100%);
    margin-inline: auto;
    padding: 5rem 40px;
}

.article-story-content .article-cover {
    width: 100%;
    height: auto;
    margin: 0 auto 3rem;
    object-fit: contain;
}

.article-story-content .article-story-prose {
    width: 100%;
    padding: 0;
    font-size: 1.0625rem;
    line-height: 1.75;
}

.article-story-prose > :first-child {
    margin-top: 0;
}

.article-story-prose > :last-child {
    margin-bottom: 0;
}

@media (max-width: 720px) {
    .article-story-hero-inner {
        padding-block: 4rem 3rem;
    }

    .article-story-hero h1 {
        font-size: 2.5rem;
        line-height: 1;
    }

    .article-story-content {
        padding: 4rem 24px;
    }
}
