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

header.nav.scrolled .nav-inner {
    height: 64px;
}

.nav-links {
    display: flex;
    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
}

.kicker::before {
    content: '';
    width: 34px;
    height: 1px;
    background: currentColor;
    opacity: .65;
    flex-shrink: 0
}

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

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

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

.shead.ctr .kicker::after {
    content: '';
    width: 34px;
    height: 1px;
    background: currentColor;
    opacity: .65;
    flex-shrink: 0
}

.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)
}

a:focus-visible,
.btn:focus-visible {
    outline: 2px solid var(--brass);
    outline-offset: 3px;
}

.wm {
    font-family: 'Playfair Display', serif;
    
}

.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;
}

.dropdown {
    position: relative;
    display: inline-block;
    height: 100%;
}

.arrow {
    display: inline-block;
    transition: transform 0.2s ease;
}

.dropdown-menu {
    left: 0;
    background-color: #ffffff;
    padding: 8px 0 12px 0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.dropdown-menu a {
    transition: background-color 0.2s ease, color 0.2s ease;
}

.dropdown-menu a.active {
    color: var(--red);
    font-weight: 500;
    background-color: #f9fafb;
}

.dropdown-menu a:hover {
    background-color: #f9fafb;
    color: var(--blue);
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown:hover .arrow {
    transform: rotate(180deg);
}

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

.particles i {
    position: absolute;
    bottom: -12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    z-index: 2;
    background: rgba(255, 255, 255, .55);
    animation: particleRise linear infinite;
}

@keyframes particleRise {
    0% {
        transform: translateY(0) scale(1);
        opacity: 0;
    }

    10% {
        opacity: .7;
    }

    100% {
        transform: translateY(-92vh) scale(.4);
        opacity: 0;
    }
}

.hs-tag {
    font-weight: 700;
    text-transform: uppercase;
}

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

.hero-side li {

    color: #D5DCE7;
}

.lix {
    grid-row: 1/3;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1;
    color: var(--brick);
    padding-top: 3px
}

.lrow h3 {
    grid-column: 2;
    font-family: 'League Spartan', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    line-height: 1.35;
    letter-spacing: 0
}

.rung {
    background: var(--paper-2);
    border: 1px solid var(--line);
    border-radius: 4px;
    padding: 30px 28px 26px;
    position: relative;
    transition: border-color .25s var(--eo), transform .25s var(--eo), box-shadow .25s var(--eo)
}

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

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

.rung .num {
    font-weight: 700;
    color: var(--brick)
}

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

.rung ul {
    list-style: none
}

.rung li {
    position: relative
}


.tools {
    margin-top: 16px;
    font-size: .8rem;
    color: var(--ink-2);
    border-top: 1px solid var(--line-soft);
    padding-top: 12px
}

.tools b {
    color: var(--navy-900)
}

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

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

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

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

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

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

.dur {
    font-weight: 700;
    font-size: .72rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--brick);
    margin: 12px 0 6px
}

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

.phase h3 {
    font-size: 1.25rem;
    margin-bottom: 10px
}

.feat p {
    color: #C3CCDA
}

.lbl {
    display: inline-block;
    font-weight: 800;
    font-size: .66rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--green);
    background: var(--green-pale);
    border: 1px solid #CBDDCB;
    padding: 5px 10px;
    border-radius: 2px;
    margin-bottom: 18px
}

.scenario h3 {
    font-size: 1.32rem;
    margin-bottom: 10px
}

.m-lab {
    font-weight: 600;
    font-size: .7rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--ink-2);
    margin-top: 2px
}

.pedigree {
    border-radius: 4px;
    padding: 32px;
    overflow: hidden
}

.pedigree h3 {
    font-family: 'League Spartan', sans-serif;
    font-weight: 700;
    font-size: .74rem;
    letter-spacing: .2em;
    color: var(--brass);
    margin-bottom: 10px
}

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

.pedigree li {
    font-size: .92rem;
    color: #C3CCDA;
    padding: 11px 0 11px 26px;
    border-top: 1px solid var(--d-line);
    position: relative
}

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

.disclaimer {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: .82rem;
    color: var(--ink-2);
    text-align: center;
    margin-top: 24px
}

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

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

.stack-note {
    text-align: center;
    font-size: .85rem;
    color: var(--ink-2);
    margin-top: 22px
}

.faq {
    background: var(--card);
}

.qa-body-inner {
    overflow: hidden;
}

.qa-body-inner p {
    font-size: 14px;
    color: var(--ink-2);
    padding: 0 26px 22px;
}

@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
    }

    .qa {
        gap: 8px
    }
}

.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;
    color: #fff;
    font-size: 1.2rem;
}

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

.foot-values {
    color: #6b80a0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding-bottom: 20px;
    gap: 100px;
    display: flex;
    justify-content: center;
    font-size: .82rem;
    flex-wrap: wrap;
}