.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 76px;
    transition: height .3s;
}

.nav-links {
    display: flex;
    gap: 30px;
    align-items: center;
}

.nav-links a {
    position: relative;
    font-size: 1rem;
    color: black;
    text-decoration: none;
}

.nav-links a:not(.nav-cta):hover::after,
.nav-links a.active::after {
    width: 100%;
}

section {
    position: relative
}

.z {
    position: relative;
    z-index: 1
}

.dk .kicker {
    color: var(--brass)
}

.shead.ctr {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.shead.ctr .kicker {
    justify-content: center
}

.shead.ctr .sub {
    margin-left: auto;
    margin-right: auto
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'League Spartan', sans-serif;
    font-weight: 700;
    font-size: .95rem;
    line-height: 1;
    letter-spacing: .01em;
    padding: 15px 25px;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: background-color .22s var(--eo), color .22s var(--eo), transform .18s var(--eo), border-color .22s var(--eo)
}

.link-ghost {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: .95rem;
    line-height: 1;
    color: var(--d-text);
    text-decoration: none;
    border: 1px solid rgba(242, 245, 249, .32);
    padding: 15px 25px;
    border-radius: 8px;
    transition: border-color .22s var(--eo), color .22s var(--eo)
}

.wm i {
    font-weight: 600;
    font-family: 'League Spartan', sans-serif;
    text-transform: uppercase;
}

.crumb b {
    color: var(--ink);
    font-weight: 700
}

.top-cta {
    font-weight: 700;
}

.particles {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.hs-tag {
    text-transform: uppercase;
}

.hero-side ul {
    list-style: none
}

.lix {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 700;
    color: var(--brick);
}

.lrow h3 {
    font-family: 'League Spartan', sans-serif;
    font-weight: 700;
    letter-spacing: 0;
}

.rung {
    background: var(--paper-2);
    position: relative;
    transition: border-color .25s var(--eo), transform .25s var(--eo), box-shadow .25s var(--eo)
}

.bigno {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 800;
}

.rung .num {
    font-weight: 700;
    letter-spacing: .18em;
}

.tagline {
    font-family: 'Playfair Display', serif;
    font-style: italic;
}

.rung ul {
    list-style: none
}

.rung li {
    position: relative
}

.advl h3 {
    font-family: 'League Spartan', sans-serif;
    font-weight: 700;
    letter-spacing: 0;
}

.vs {
    font-family: 'Playfair Display', serif;
    font-style: italic;
}

.phase {
    border: 1px solid var(--line);
    border-radius: 4px;
    padding: 32px 28px;
}

.phase:hover {
    border-color: var(--brass);
    transform: translateY(-3px);
    box-shadow: 0 22px 44px -28px rgba(10, 28, 51, .4)
}

.phase.feat:hover {
    border-color: var(--brass)
}

.ph-num {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 2rem;
    line-height: 1;
}

.feat .ph-num {
    color: var(--brass)
}

.dur {
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--brick);
}

.feat .dur {
    color: var(--brass)
}

.phase h3 {
    margin-bottom: 10px
}

.lbl {
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.scenario h3 {
    margin-bottom: 10px
}

.pedigree h3 {
    font-weight: 700;
    margin-bottom: 10px;
}

.pedigree ul {
    list-style: none;
    position: relative;
}

.pedigree li:first-child {
    border-top: none
}

.disclaimer {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: var(--ink-2);
    text-align: center;
}

.chip {
    font-weight: 600;
    border: 1px solid var(--line);
}

.chip:hover {
    border-color: var(--brass)
}

.stack-note {
    text-align: center;
}

.chips-sub {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: var(--ink-2);
}


@media(max-width:920px) {
    .hero-grid {
        grid-template-columns: 1fr
    }

    .hero-side {
        border-left: none;
        padding-left: 0;
        border-top: 1px solid var(--d-line);
        padding-top: 20px
    }

    .rungs,
    .phases,
    .proofgrid,
    .advl,
    .ledger,
    .qa {
        grid-template-columns: 1fr
    }


    .lrow:nth-child(even) {
        padding-left: 0
    }

    .crumb {
        display: none
    }

}

.scenario,
.rung,
.phase,
.mod,
.mode.a,
.steps5,
.method-note,
.chip,
.gl-build {
    background-color: #FFFFFF
}

.chip.hot {
    background-color: #E7EFF8
}

.foot-tag {
    font-family: 'Playfair Display', serif;
    font-style: italic;
}

.foot-bottom {
    padding-top: 22px;
    font-size: .82rem;
    color: #6b80a0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.foot-values {
    color: #6b80a0;
    display: flex;
    font-size: .82rem;
}