.article-content .article-kicker {
    margin: 0 0 1rem;
    color: #a62b16;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .16em;
}

.article-content .article-lead {
    margin: 0 0 2.5rem;
    padding: 1.4rem 0 1.4rem 1.35rem;
    border-left: .5rem solid var(--acid);
    font-size: clamp(1.12rem, 2vw, 1.35rem);
    line-height: 1.72;
}

.article-content .article-jump {
    margin: 2.8rem 0;
    padding: 1.25rem 0;
    border: 0;
    border-top: 1px solid var(--ink);
    border-bottom: 1px solid var(--ink);
    background: transparent;
    box-shadow: none;
}

.article-content .article-jump > strong {
    display: block;
    margin-bottom: .8rem;
    color: #a62b16;
    font-size: .72rem;
    letter-spacing: .12em;
}

.article-content .article-jump ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .45rem 1.7rem;
    margin: 0;
    padding-left: 1.25rem;
    font-size: .92rem;
}

.sc-infographic {
    position: relative;
    isolation: isolate;
    margin: 3.4rem 0;
    border: 1px solid var(--ink);
    background: #101818;
    color: #f8f7f2;
    overflow: hidden;
}

.sc-infographic::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 15rem;
    height: 15rem;
    right: -8rem;
    top: -8rem;
    border: 1px solid rgba(217, 255, 69, .42);
    border-radius: 50%;
    box-shadow: 0 0 0 2.2rem rgba(217, 255, 69, .06), 0 0 0 4.4rem rgba(217, 255, 69, .035);
}

.sc-infographic__head {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: end;
    padding: 1.15rem 1.35rem;
    border-bottom: 1px solid rgba(255, 255, 255, .32);
}

.sc-infographic__head span,
.sc-infographic__head p {
    margin: 0;
    color: var(--acid);
    font-size: .66rem;
    font-weight: 900;
    letter-spacing: .15em;
}

.sc-infographic__head strong,
.sc-infographic__head h2 {
    margin: 0;
    padding: 0;
    border: 0;
    max-width: 24rem;
    text-align: right;
    font-size: 1.05rem;
    line-height: 1.35;
}

.sc-flow {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    padding: 0;
    list-style: none;
}

.sc-flow li {
    position: relative;
    min-height: 11.7rem;
    padding: 1.25rem;
    border-right: 1px solid rgba(255, 255, 255, .27);
}

.sc-flow li:last-child {
    border-right: 0;
}

.sc-flow b,
.sc-flow strong,
.sc-luggage b,
.sc-luggage strong {
    display: block;
    color: var(--acid);
    font-size: 1.25rem;
    letter-spacing: -.04em;
}

.sc-flow small,
.sc-flow span,
.sc-luggage small,
.sc-luggage span {
    display: block;
    margin-top: 1rem;
    color: #cbd4c9;
    font-size: .78rem;
    line-height: 1.55;
}

.sc-luggage {
    display: grid;
    grid-template-columns: 1.1fr 1.4fr 1fr;
    gap: 1px;
    margin: 1.35rem;
    background: rgba(255, 255, 255, .28);
    border: 1px solid rgba(255, 255, 255, .28);
}

.sc-luggage > div {
    min-height: 10rem;
    padding: 1.2rem;
    background: #101818;
}

.sc-luggage > div:nth-child(2) {
    background: var(--acid);
    color: var(--ink);
}

.sc-luggage > div:nth-child(2) b,
.sc-luggage > div:nth-child(2) strong,
.sc-luggage > div:nth-child(2) small,
.sc-luggage > div:nth-child(2) span {
    color: var(--ink);
}

.sc-infographic figcaption {
    margin: 0;
    padding: .9rem 1.35rem;
    border-top: 1px solid rgba(255, 255, 255, .28);
    color: #cbd4c9;
    font-size: .72rem;
}

.article-content .article-checklist {
    padding: 1.15rem 0 1.15rem 1.45rem;
    border: 0;
    border-top: 3px solid var(--acid);
    border-bottom: 1px solid var(--ink);
    background: transparent;
}

.article-content .article-checklist li + li {
    margin-top: .55rem;
}

.article-content .product-cta a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin: 1.5rem 0;
    padding: 1.1rem 1.25rem;
    background: var(--signal);
    color: #fff;
    text-decoration: none;
    font-weight: 900;
}

.article-content .product-cta a::after {
    content: "↗";
    font-size: 1.5rem;
}

.article-content .article-sources {
    margin-top: 4rem;
    padding: 1.5rem 0;
    border-top: 3px solid var(--ink);
    border-bottom: 1px solid var(--line);
    background: transparent;
    font-size: .84rem;
}

html.js-ready .sc-infographic.is-visible .sc-flow li,
html.js-ready .sc-infographic.is-visible .sc-luggage > div {
    animation: sc-data-rise .55s cubic-bezier(.2, .75, .25, 1) both;
}

html.js-ready .sc-infographic.is-visible :nth-child(2) { animation-delay: .08s; }
html.js-ready .sc-infographic.is-visible :nth-child(3) { animation-delay: .16s; }
html.js-ready .sc-infographic.is-visible :nth-child(4) { animation-delay: .24s; }

@keyframes sc-data-rise {
    from { opacity: 0; transform: translateY(1rem); }
    to { opacity: 1; transform: none; }
}

@media (max-width: 700px) {
    .article-content .article-jump ol,
    .sc-flow,
    .sc-luggage {
        grid-template-columns: 1fr;
    }

    .sc-flow li {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .27);
    }

    .sc-flow li:last-child {
        border-bottom: 0;
    }

    .sc-infographic__head {
        display: block;
    }

    .sc-infographic__head strong,
    .sc-infographic__head h2 {
        display: block;
        margin-top: .5rem;
        text-align: left;
    }

    .article-content .article-lead {
        padding-left: 1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html.js-ready .sc-infographic.is-visible .sc-flow li,
    html.js-ready .sc-infographic.is-visible .sc-luggage > div {
        animation: none;
    }
}
