:root {
    --dark-teal: #0e4d64;
    --light-green: #4abd92;
    --dark-green: #259271;
    --blue: #23649e;
    --bright-green: #6ce0b5;
    --bright-yellow: #f5b939;
    --bright-blue: #3499e7;
    --bright-orange: #f46036;
    --dark-navy: #062935;
    --gray: #4d4d4d;
    --light-gray: #fbfbfb;
    --white: #ffffff;
    --text-muted: #4a6670
}

@font-face {
    font-family: "brandon-grotesque";
    src: url("https://use.typekit.net/af/ab2c0a/00000000000000007735d6bc/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/ab2c0a/00000000000000007735d6bc/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/ab2c0a/00000000000000007735d6bc/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal
}

*,
*::before,
*::after {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

a,
button,
[role=button],
label[for] {
    cursor: pointer
}

body {
    font-family: "leo", sans-serif;
    color: var(--dark-navy);
    background: var(--white);
    -webkit-font-smoothing: antialiased;
    margin: 0
}

h1,
h2,
h3,
h4,
h5 {
    text-wrap: balance
}

p {
    text-wrap: pretty
}

.la-container {
    max-width: 1500px;
    padding-left: clamp(1.5rem, 9.9vw, 9rem);
    padding-right: clamp(1.5rem, 9.9vw, 9rem);
    margin: 0 auto;
    width: 100%
}

.mesh-bg {
    background-color: var(--dark-navy);
    background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 72px 72px
}

h1,
h2,
.serif {
    font-family: "leo", sans-serif
}

h1 {
    font-weight: 500;
    line-height: 1.1
}

h2 {
    font-weight: 500;
    line-height: 1.2
}

#announce {
    background: var(--dark-green);
    padding: .55rem 1.5rem;
    text-align: center;
    font-size: .78rem;
    color: var(--white);
    font-weight: 500;
    cursor: pointer
}

#announce a {
    color: var(--white);
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    display: block;
    cursor: pointer
}

#announce a:hover {
    opacity: .8
}

.ann-arrow {
    opacity: .7;
    margin: 0 .4rem
}

#nav {
    background: var(--dark-navy);
    position: sticky;
    top: 0;
    z-index: 1000
}

.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .9rem 0
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: .6rem;
    text-decoration: none
}

.nav-logo-img {
    height: 26px;
    width: auto;
    display: block
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0
}

.nav-links a {
    font-family: "brandon-grotesque", "leo", sans-serif;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--white);
    text-decoration: none;
    padding: .5rem 1.5rem;
    display: flex;
    align-items: center;
    gap: .35rem;
    transition: color .15s
}

.nav-links a:hover {
    color: var(--bright-green)
}

.nav-links .caret {
    font-size: .7rem;
    opacity: .6;
    line-height: 1
}

.nav-search {
    background: none;
    border: none;
    color: hsla(0, 0%, 100%, .6);
    font-size: 1rem;
    padding: .4rem .5rem;
    cursor: pointer;
    margin-left: .25rem
}

.nav-search:hover {
    color: var(--white)
}

.nav-mobile-toggle {
    display: none;
    background: none;
    border: 1px solid hsla(0, 0%, 100%, .3);
    border-radius: 4px;
    color: var(--white);
    padding: .4rem .6rem;
    cursor: pointer
}

#hero {
    background: var(--dark-navy);
    min-height: min(50vw + 80px, 670px);
    max-height: 670px;
    display: flex;
    align-items: flex-start;
    padding: 5rem 0 2rem;
    position: relative;
    overflow: hidden
}

#hero::before {
    content: "";
    position: absolute;
    inset: 0;
    --la-content-width: calc(min(100vw, 1500px) - 2 * clamp(1.5rem, 9.9vw, 9rem));
    --hero-image-w: min(calc(var(--la-content-width) * 1.22), 960px);
    --hero-image-h: calc(var(--hero-image-w) / 1.685);
    background-image: url("psd_assets/Updated-Header-2.1.webp");
    background-repeat: no-repeat;
    background-size: var(--hero-image-w) var(--hero-image-h);
    background-position: right calc(max((100vw - 1500px)/2, 0px) + clamp(1.5rem, 9.9vw, 9rem) - .09*var(--hero-image-w)) top calc((min(50vw + 80px, 670px) - var(--hero-image-h))/2 - 1.5rem);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%);
    pointer-events: none;
    z-index: 0
}

#hero>* {
    position: relative;
    z-index: 1
}

#hero h1 {
    font-size: clamp(2.2rem, 4.4vw, 4.2rem);
    color: var(--white);
    margin-bottom: 1.5rem;
    line-height: 1.08;
    max-width: 55%
}

#hero h1 em {
    font-style: italic;
    color: var(--bright-yellow)
}

.hero-body {
    font-size: 1.1rem;
    color: var(--white);
    max-width: 52%;
    margin-bottom: 2rem;
    line-height: 1.6
}

.hero-services {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    max-width: 55%;
    gap: 1.75rem 1.5rem;
    margin-top: .5rem
}

@media(max-width: 991px) {
    #hero {
        min-height: 620px;
        padding: 3rem 0 5rem;
        isolation: isolate;
        overflow: hidden;
        position: relative
    }

    #hero h1 {
        max-width: 100%
    }

    .hero-body {
        max-width: 38ch
    }

    .hero-services {
        gap: 1.75rem 1.5rem
    }

    #hero::before {
        background: url("psd_assets/Header%20Photo.webp") 60% 65%/auto 125% no-repeat;
        -webkit-mask-image: none;
        mask-image: none;
        opacity: 1;
        z-index: 0
    }

    #hero::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(6, 41, 53, 0.55) 0%, rgba(6, 41, 53, 0.15) 50%, rgba(6, 41, 53, 0) 80%), linear-gradient(180deg, rgb(6, 41, 53) 0%, rgb(6, 41, 53) 4%, rgba(6, 41, 53, 0.55) 40%, rgba(6, 41, 53, 0.78) 75%, rgba(6, 41, 53, 0.98) 100%), linear-gradient(rgba(108, 224, 181, 0.06) 1px, transparent 1px) 24px 24px/48px 48px, linear-gradient(90deg, rgba(108, 224, 181, 0.06) 1px, transparent 1px) 24px 24px/48px 48px;
        pointer-events: none;
        z-index: 0
    }

    #hero>* {
        position: relative;
        z-index: 1
    }

    .hero-services .service-name {
        text-shadow: 0 0 10px rgba(6, 41, 53, .95), 0 0 22px rgba(6, 41, 53, .7)
    }
}

@media(max-width: 767px) {
    #hero {
        padding: 2.5rem 0 5rem
    }

    #hero h1 {
        font-size: clamp(2.2rem, 9.5vw, 3rem)
    }

    .hero-services {
        grid-template-columns: minmax(0, 1fr);
        max-width: 100%;
        gap: 1.5rem 1rem
    }
}

@media(max-width: 991px) {
    .hero-services .service-name br {
        display: none
    }
}

.hero-services .service-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none
}

.hero-services .service-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 21px;
    display: inline-block;
    opacity: .9;
    filter: brightness(0) invert(1) drop-shadow(0 0 14px rgba(6, 41, 53, 0.9))
}

.hero-services .service-icon-placeholder {
    width: 18px;
    height: 18px;
    border: 1.5px solid var(--white);
    border-radius: 50%;
    filter: none;
    background: rgba(0, 0, 0, 0)
}

.hero-services a[href="/cloud-optimization/"] .service-icon {
    width: 21px;
    height: 21px
}

.hero-services .service-item:hover .service-icon {
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(86%) sepia(18%) saturate(749%) hue-rotate(101deg) brightness(94%) contrast(91%) drop-shadow(0 0 14px rgba(6, 41, 53, 0.9))
}

.hero-services .service-name {
    font-size: 1rem;
    font-weight: 500;
    color: var(--white);
    line-height: 1.3
}

.hero-services .service-item:hover .service-name {
    text-decoration: none;
    color: var(--bright-green)
}

.btn-teal {
    display: inline-block;
    background: var(--light-green);
    color: var(--white);
    font-family: "brandon-grotesque", "leo", sans-serif;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 1rem 2rem;
    border-radius: 5px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: opacity .2s
}

.btn-teal:hover {
    opacity: .85;
    color: var(--white)
}

.btn-orange {
    display: inline-block;
    background: var(--bright-orange);
    color: var(--white);
    font-family: "brandon-grotesque", "leo", sans-serif;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 1rem 2rem;
    border-radius: 5px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease
}

.btn-orange:hover {
    background: var(--dark-teal);
    color: var(--white)
}

.btn-outline-light {
    display: inline-flex;
    align-items: center;
    gap: .7rem;
    background: var(--dark-navy);
    border: 0;
    color: var(--white);
    font-family: "leo", sans-serif;
    font-style: italic;
    font-size: 1.05rem;
    padding: 1rem 2rem;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color .15s ease, color .15s ease
}

.btn-outline-light:hover {
    background: var(--dark-teal);
    color: var(--white)
}

.btn-outline-light:focus-visible {
    outline: 2px solid var(--bright-green);
    outline-offset: 4px
}

/* Highlighted Experience (practice pages) sits on a teal background, so the
   default teal hover would be invisible there — use dark green for this button. */
.btn-outline-light.pa-bio-link:hover {
    background: var(--dark-green);
    color: var(--white)
}

.btn-outline-light .btn-arrow {
    display: inline-block;
    width: 18px;
    height: 9px;
    flex-shrink: 0;
    vertical-align: middle;
    color: var(--bright-yellow);
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}

/* fill:none on the <svg> doesn't reliably reach the polyline arrowhead (it
   renders as a filled grey triangle), so target the shapes directly — same
   pattern as .ca-arrow / .insight-cta-arrow. */
.btn-arrow line,
.btn-arrow polyline {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}

#our-goal {
    padding: 8rem 0;
    background: var(--white)
}

.goal-text {
    font-family: "leo", sans-serif;
    font-size: clamp(1.7rem, 3.6vw, 3.4rem);
    font-weight: 500;
    line-height: 1.3;
    color: var(--dark-navy);
    margin: 0
}

.goal-text .teal {
    color: var(--light-green)
}

.goal-text .word {
    color: #dfe5e5;
    transition: color .4s cubic-bezier(0.18, 1, 0.24, 1);
    will-change: color
}

.goal-text .teal .word.final {
    transition: color 1.3s cubic-bezier(0.18, 1, 0.24, 1)
}

.goal-text.is-visible .word {
    color: var(--dark-navy)
}

.goal-text.is-visible .teal .word {
    color: var(--light-green)
}

@media(prefers-reduced-motion: reduce) {
    .goal-text .word {
        color: inherit !important;
        transition: none !important;
        transition-delay: 0s !important
    }
}

@media(max-width: 991px) {
    #our-goal {
        padding: 5rem 0
    }
}

@media(max-width: 767px) {
    #our-goal {
        padding: 4rem 0
    }

    .goal-text {
        font-size: clamp(1.7rem, 7.2vw, 2.4rem)
    }
}

#challenge-transform {
    background: var(--white);
    position: relative;
    overflow: hidden
}

.challenge-section {
    background: linear-gradient(rgba(251, 251, 251, 0.2), rgba(251, 251, 251, 0.2)), url("psd_assets/noise-tile.png") repeat, var(--light-gray);
    padding: 5rem 0 6rem
}

.challenge-section h2 {
    font-size: clamp(1.5rem, 2.9vw, 2.7rem);
    margin-bottom: 1.75rem
}

.challenge-intro {
    font-size: 1.1rem;
    color: var(--text-muted);
    max-width: 66.67%;
    margin-bottom: .5rem;
    line-height: 1.6
}

.challenge-tagline {
    margin-top: 3rem;
    font-size: 1.35rem;
    font-style: italic;
    font-weight: 500;
    color: var(--dark-navy);
    line-height: 1.5;
    max-width: 66.67%
}

.common-modes-label {
    font-family: "leo", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: var(--dark-navy);
    margin-bottom: 1rem
}

.failure-item {
    margin-bottom: 1.25rem
}

.failure-label {
    display: flex;
    align-items: center;
    gap: .55rem;
    font-family: "brandon-grotesque", "leo", sans-serif;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: .4rem
}

.failure-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0
}

.failure-label.fi-red {
    color: var(--dark-navy)
}

.failure-label.fi-red .failure-dot {
    background: #e8734a
}

.failure-label.fi-navy {
    color: var(--dark-navy)
}

.failure-label.fi-navy .failure-dot {
    background: #1e3a5f;
    border-radius: 3px
}

.failure-body {
    font-size: .88rem;
    color: var(--text-muted);
    padding-left: 0;
    line-height: 1.6
}

.result-label {
    font-family: "brandon-grotesque", "leo", sans-serif;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--dark-navy);
    margin-top: 2rem;
    margin-bottom: .4rem
}

.result-text {
    margin-top: 3rem;
    font-size: 1.35rem;
    font-style: italic;
    font-weight: 500;
    color: var(--dark-navy);
    line-height: 1.5;
    max-width: 66.67%
}

.se-gap {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr) 90px;
    gap: 2.5rem;
    align-items: stretch;
    margin: 3rem 0 1rem;
    min-height: 480px;
    position: relative
}

.se-endpoint {
    position: relative;
    z-index: 2;
    border: 1px solid rgba(6, 41, 53, .08);
    border-radius: 10px;
    box-shadow: 0 4px 22px rgba(6, 41, 53, .04);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2.5rem .5rem;
    color: var(--text-muted);
    font-family: "brandon-grotesque", sans-serif;
    font-size: .85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2em
}

.se-endpoint::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--white);
    border-radius: inherit;
    opacity: .85;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, black 30%, black 70%, transparent 100%);
    mask-image: linear-gradient(180deg, transparent 0%, black 30%, black 70%, transparent 100%);
    pointer-events: none
}

.se-endpoint-label {
    position: relative;
    z-index: 1;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    letter-spacing: .3em
}

.se-execution .se-endpoint-label {
    transform: none
}

.se-cards {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.25rem;
    overflow: visible
}

.se-card {
    position: relative;
    width: 88%
}

.se-card-inner {
    position: relative;
    z-index: 1;
    background: var(--white);
    border-radius: 6px;
    padding: 1.5rem 1.75rem 1.5rem;
    box-shadow: inset 0 -4px 0 var(--accent, var(--dark-teal)), 0 2px 12px rgba(6, 41, 53, .08)
}

.se-card.blue {
    --accent: var(--bright-blue)
}

.se-card.green {
    --accent: var(--light-green)
}

.se-card.dark-green {
    --accent: var(--dark-green)
}

.se-card.pos-left {
    align-self: flex-start
}

.se-card.pos-center {
    align-self: center
}

.se-card.pos-right {
    align-self: flex-end
}

.se-card h4 {
    font-family: "leo", serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--dark-navy);
    line-height: 1.3;
    margin: 0 0 .5rem
}

.se-card p {
    font-size: .95rem;
    font-weight: 400;
    color: var(--text-muted);
    line-height: 1.55;
    margin: 0
}

.se-card::before {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    transform: translateY(-50%);
    background-image: linear-gradient(to right, rgba(6, 41, 53, 0.45) 0 5px, transparent 5px 14px);
    background-repeat: repeat-x;
    background-size: 14px 1px;
    pointer-events: none;
    z-index: 0
}

.se-card.pos-left::before {
    left: -2.5rem;
    right: calc(-13.636% - 2.5rem)
}

.se-card.pos-center::before {
    left: calc(-6.818% - 2.5rem);
    right: calc(-6.818% - 2.5rem)
}

.se-card.pos-right::before {
    left: calc(-13.636% - 2.5rem);
    right: -2.5rem
}

.transform-cards {
    margin-top: 2rem
}

.tf-card {
    position: relative;
    overflow: hidden;
    background: #7fae96;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 2px 16px rgba(6, 41, 53, .09);
    padding: 2.25rem 1.75rem 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    color: var(--white);
    transition: box-shadow .25s
}

.tf-card:hover {
    box-shadow: 0 8px 32px rgba(6, 41, 53, .15)
}

.transform-cards>div:nth-child(1) .tf-card {
    background: var(--light-green)
}

.transform-cards>div:nth-child(2) .tf-card {
    background: var(--dark-green)
}

.transform-cards>div:nth-child(3) .tf-card {
    background: var(--bright-blue)
}

.transform-cards>div:nth-child(4) .tf-card {
    background: var(--blue)
}

.transform-cards>div:not(:nth-child(1)) .tf-card-num {
    color: hsla(0, 0%, 100%, .1)
}

.tf-card-num {
    position: absolute;
    top: -0.1em;
    right: -0.05em;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 700;
    font-size: 9.5rem;
    line-height: 1;
    letter-spacing: .02em;
    color: hsla(0, 0%, 100%, .18);
    pointer-events: none
}

.tf-card h4 {
    position: relative;
    font-family: "leo", serif;
    font-size: 1.45rem;
    font-weight: 500;
    color: var(--white);
    line-height: 1.2;
    margin: 0 0 1rem;
    padding-right: 2.25rem
}

.tf-card h4::after {
    content: "";
    display: block;
    width: 48px;
    height: 1px;
    background: hsla(0, 0%, 100%, .4);
    margin-top: 1rem
}

.tf-card p {
    position: relative;
    font-size: .95rem;
    font-weight: 400;
    color: hsla(0, 0%, 100%, .78);
    line-height: 1.6;
    margin: 0
}

.section-graphic-img {
    max-width: 85%;
    height: auto;
    display: block;
    margin: 0 auto
}

.icon-card {
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(6, 41, 53, .12);
    padding: 1.25rem 1.5rem;
    margin-bottom: 1rem
}

.icon-card-row {
    display: flex;
    gap: .75rem;
    justify-content: center
}

.icon-sq {
    width: 52px;
    height: 52px;
    background: var(--dark-navy);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.1rem
}

.bubble-card {
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(6, 41, 53, .12);
    padding: 1.5rem;
    min-height: 160px;
    position: relative;
    overflow: hidden
}

.bubble {
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white)
}

.b-large {
    width: 100px;
    height: 100px;
    background: #5b9fd4;
    font-size: 2rem;
    bottom: -8px;
    left: 10px
}

.b-mid1 {
    width: 56px;
    height: 56px;
    background: #3aab78;
    font-size: 1.1rem;
    top: 12px;
    left: 90px
}

.b-mid2 {
    width: 62px;
    height: 62px;
    background: #1e5a82;
    font-size: 1.1rem;
    top: 8px;
    right: 20px
}

.b-mid3 {
    width: 52px;
    height: 52px;
    background: #2d9e6b;
    font-size: 1rem;
    bottom: 4px;
    right: 30px
}

.transform-section {
    background: linear-gradient(rgba(251, 251, 251, 0.2), rgba(251, 251, 251, 0.2)), url("psd_assets/noise-tile.png") repeat, var(--light-gray);
    padding: 2.5rem 0 9rem;
    position: relative
}

.transform-section h2 {
    font-size: clamp(1.5rem, 2.9vw, 2.7rem);
    margin-bottom: 1.5rem;
    line-height: 1.2;
    max-width: 66.67%
}

.pipeline-grid {
    display: flex;
    flex-direction: column;
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(6, 41, 53, .1);
    padding: 1.75rem 1.5rem
}

.pipe-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    width: 100%
}

.pipe-vlines {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    margin: 0
}

.pipe-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.pipe-row.top-row .pipe-cell:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 46px);
    height: 2px;
    border-top: 2px dashed rgba(6, 41, 53, .25)
}

.pipe-vline {
    width: 2px;
    height: 20px;
    border-left: 2px dashed rgba(6, 41, 53, .18);
    margin: 0 auto
}

.pipe-icon-sq {
    width: 46px;
    height: 46px;
    background: var(--dark-navy);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: .95rem
}

.pipe-icon-circle {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: .9rem
}

.c-blue {
    background: #5b9fd4
}

.c-green {
    background: #2d9e6b
}

.c-slate {
    background: #3d6b7a
}

.c-navy {
    background: #1e5a82
}

.unified-callout {
    padding-left: 1.25rem;
    border-left: 3px solid var(--light-green);
    margin-bottom: 1.5rem
}

.unified-label {
    font-family: "brandon-grotesque", "leo", sans-serif;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--light-green);
    margin-bottom: .6rem;
    display: block
}

.unified-callout p {
    font-size: .9rem;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.7
}

.transform-key-text {
    font-size: 1.1rem;
    color: var(--text-muted);
    margin-bottom: 1.5rem;
    line-height: 1.6;
    max-width: 66.67%
}

.transform-extra {
    font-size: .9rem;
    color: var(--text-muted);
    line-height: 1.7
}

@media(max-width: 991px) {
    .se-gap {
        grid-template-columns: 1fr;
        min-height: 0;
        gap: 1.5rem
    }

    .se-cards {
        position: relative
    }

    .se-cards::before {
        content: "";
        position: absolute;
        top: -1.5rem;
        bottom: -1.5rem;
        left: 50%;
        width: 1px;
        transform: translateX(-50%);
        background-image: linear-gradient(to bottom, rgba(6, 41, 53, 0.55) 0 4px, transparent 4px 8px);
        background-size: 1px 8px;
        background-repeat: repeat-y;
        pointer-events: none;
        z-index: 0
    }

    .se-endpoint {
        padding: .85rem 1.5rem;
        width: 100%;
        z-index: 2
    }

    .se-endpoint::before {
        -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 25%, black 75%, transparent 100%);
        mask-image: linear-gradient(90deg, transparent 0%, black 25%, black 75%, transparent 100%)
    }

    .se-endpoint-label {
        writing-mode: horizontal-tb;
        transform: none;
        letter-spacing: .25em
    }

    .se-card {
        width: 100%
    }

    .se-card::before {
        display: none
    }

    .challenge-section {
        padding: 4rem 0 2rem
    }

    .challenge-intro,
    .challenge-tagline,
    .result-text {
        max-width: 100%
    }

    .transform-section {
        padding: 2rem 0 3rem
    }

    .transform-section h2 {
        max-width: 100%
    }

    .transform-key-text {
        max-width: 100%
    }

    .tf-card-num {
        font-size: 11rem
    }
}

@media(min-width: 992px)and (max-width: 1199px) {
    .transform-cards>[class*=col-] {
        flex: 0 0 auto;
        width: 50%
    }

    .transform-section h2 {
        max-width: 100%
    }

    .transform-key-text {
        max-width: 100%
    }

    .challenge-intro,
    .challenge-tagline,
    .result-text {
        max-width: 100%
    }
}

@media(max-width: 767px) {
    .challenge-section {
        padding: 3rem 0 2rem
    }

    .challenge-section h2 {
        font-size: clamp(1.6rem, 6.8vw, 2.3rem)
    }

    .challenge-intro {
        font-size: 1rem
    }

    .se-card-inner {
        padding: 1.25rem 1.25rem
    }

    .transform-section {
        padding: 1.5rem 0 3rem
    }

    .transform-section h2 {
        font-size: clamp(1.6rem, 6.8vw, 2.3rem)
    }

    .transform-key-text {
        font-size: 1rem
    }

    .tf-card {
        padding: 1.75rem 1.5rem 1.5rem
    }

    .tf-card-num {
        font-size: 9rem
    }
}

#clients {
    background: var(--dark-navy);
    padding: 6rem 0 6rem
}

#clients h2 {
    font-family: "leo", sans-serif;
    font-size: clamp(1.5rem, 2.9vw, 2.7rem);
    color: var(--white);
    margin-bottom: 1.25rem
}

.clients-intro {
    font-size: 1.1rem;
    color: hsla(0, 0%, 100%, .85);
    line-height: 1.6;
    max-width: 60%;
    margin-bottom: 3rem
}

.clients-accordion {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-auto-flow: column;
    grid-template-rows: repeat(4, auto);
    column-gap: 3rem
}

.ca-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-width: 0;
    padding: 1.5rem 0;
    border-top: 1.5px solid var(--dark-teal);
    text-decoration: none;
    transition: color .15s
}

.ca-item:nth-child(4),
.ca-item:nth-child(8) {
    border-bottom: 1.5px solid var(--dark-teal)
}

@media(max-width: 767px) {
    .clients-accordion {
        grid-template-columns: minmax(0, 1fr);
        grid-auto-flow: row;
        grid-template-rows: none
    }

    .ca-item:nth-child(4) {
        border-bottom: none
    }

    .ca-item:nth-child(8) {
        border-bottom: 1.5px solid var(--dark-teal)
    }
}

.ca-item:hover .ca-title,
.ca-item:hover .ca-title em {
    color: var(--bright-green)
}

.ca-item:hover .ca-arrow {
    opacity: 1;
    color: var(--bright-green)
}

.ca-left {
    display: flex;
    align-items: center;
    gap: 1rem
}

.ca-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    display: inline-block;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(86%) sepia(18%) saturate(749%) hue-rotate(101deg) brightness(94%) contrast(91%)
}

.ca-item[href="/cloud-optimization/"] .ca-icon {
    width: 21px;
    height: 21px
}

.ca-icon-placeholder {
    background: var(--bright-green);
    border-radius: 50%;
    filter: none
}

.ca-title {
    font-family: "leo", serif;
    font-size: clamp(.95rem, 1.1vw, 1.15rem);
    font-weight: 500;
    color: var(--white);
    line-height: 1.3;
    min-width: 0;
    transition: color .15s
}

.ca-title em {
    font-style: italic;
    font-weight: 400;
    color: var(--white)
}

.ca-arrow {
    width: 20px;
    height: 10px;
    flex-shrink: 0;
    margin-left: 1.25rem;
    color: var(--white);
    opacity: 0;
    transition: opacity .15s, color .15s
}

.ca-arrow line,
.ca-arrow polyline {
    stroke: currentColor;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round
}

@media(max-width: 991px) {
    #clients {
        padding: 4rem 0 4rem
    }

    .clients-intro {
        max-width: 100%
    }

    .ca-arrow {
        margin-right: .5rem
    }

    .ca-item {
        padding: 1.25rem .75rem
    }
}

@media(max-width: 767px) {
    #clients {
        padding: 4rem 0
    }

    #clients h2 {
        font-size: clamp(1.6rem, 6.8vw, 2.3rem)
    }

    .clients-intro {
        font-size: 1rem
    }
}

#deliver {
    background: var(--white);
    padding: 0;
    position: relative
}

.wave-top,
.wave-bottom {
    display: block;
    width: 100%;
    line-height: 0;
    vertical-align: bottom
}

.wave-top {
    margin-top: -2px;
    margin-bottom: -1px;
    overflow: visible
}

.wave-bottom {
    margin-bottom: -1px
}

.deliver-content {
    padding: 2rem 0 5rem
}

#deliver h2 {
    font-size: clamp(1.5rem, 2.9vw, 2.7rem);
    margin-bottom: 1rem
}

.deliver-intro {
    font-size: 1.1rem;
    color: var(--text-muted);
    max-width: 60%;
    margin-bottom: 4rem;
    line-height: 1.6
}

.deliver-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
    margin-bottom: 4rem
}

.deliver-row:last-child {
    margin-bottom: 0
}

.deliver-row.flip .deliver-visual {
    order: -1
}

.deliver-step-label {
    font-family: "brandon-grotesque", sans-serif;
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--light-green);
    display: block;
    margin-bottom: .85rem
}

.deliver-row h3 {
    font-family: "leo", serif;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 500;
    line-height: 1.2;
    color: var(--dark-navy);
    margin-bottom: 1.25rem
}

.deliver-row p {
    font-size: 1.1rem;
    color: var(--text-muted);
    line-height: 1.65;
    margin-bottom: 0
}

.deliver-cta {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    border: 1.5px solid var(--dark-teal);
    border-radius: 5px;
    padding: .6rem 1.1rem;
    font-family: "brandon-grotesque", "leo", sans-serif;
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--dark-teal);
    text-decoration: none;
    transition: background .15s, color .15s, border-color .15s
}

.deliver-cta i {
    transition: color .15s
}

.deliver-cta:hover {
    text-decoration: none
}

.deliver-cta:hover i {
    color: var(--dark-green)
}

.deliver-visual {
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4/3;
    display: flex;
    align-items: center;
    justify-content: center
}

.deliver-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.deliver-visual-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9aabb5;
    font-size: .85rem;
    font-style: italic
}

@media(max-width: 991px) {
    .deliver-content {
        padding: 3rem 0 4rem
    }

    .deliver-intro {
        max-width: 100%;
        margin-bottom: 2.5rem
    }

    .deliver-row {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        padding-bottom: 4rem;
        margin-bottom: 4rem;
        border-bottom: 1px solid rgba(6, 41, 53, .12)
    }

    .deliver-row:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0
    }

    .deliver-row .deliver-visual,
    .deliver-row.flip .deliver-visual {
        order: 1;
        aspect-ratio: 16/10
    }

    .deliver-row .deliver-text {
        order: 2
    }

    .deliver-row h3 {
        text-wrap: pretty
    }

    .deliver-row:not(.flip) .deliver-text {
        text-align: right
    }
}

@media(max-width: 767px) {
    .deliver-content {
        padding: 2.5rem 0 3rem
    }

    #deliver h2 {
        font-size: clamp(1.6rem, 6.8vw, 2.3rem)
    }

    .deliver-row h3 {
        font-size: clamp(1.25rem, 5.5vw, 1.6rem)
    }

    .deliver-row p,
    .deliver-intro {
        font-size: 1rem
    }
}

#expertise {
    background: var(--dark-teal);
    padding: 0 0 5rem;
    position: relative
}

.expertise-content {
    padding-top: 5rem
}

#expertise h2 {
    font-family: "leo", sans-serif;
    font-size: clamp(1.5rem, 2.9vw, 2.7rem);
    color: var(--white);
    margin-bottom: 1.25rem
}

.expertise-intro {
    font-size: 1.1rem;
    color: #eae6e2;
    max-width: 66.67%;
    margin-bottom: 3rem;
    line-height: 1.6
}

.exp-list {
    --exp-cols: 4;
    --exp-rows: 2;
    --exp-gap: 1.5rem;
    display: grid;
    grid-template-columns: repeat(var(--exp-cols), 1fr);
    grid-auto-rows: 1fr;
    gap: var(--exp-gap)
}

.exp-item {
    position: relative;
    display: block;
    min-height: 115px;
    background: hsla(0, 0%, 100%, .03);
    border: 1px solid hsla(0, 0%, 100%, .08);
    border-radius: 8px;
    padding: 1.25rem 1.25rem 1.5rem;
    text-decoration: none;
    overflow: hidden;
    isolation: isolate;
    transition: border-color .25s, background-color .25s, box-shadow .25s
}

.exp-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(var(--exp-cols)*200% + (var(--exp-cols) - 1)*var(--exp-gap)*2);
    height: calc(var(--exp-rows)*200% + (var(--exp-rows) - 1)*var(--exp-gap)*2);
    background: url("icons/swirl.png") center/100% 100% no-repeat;
    filter: brightness(0) saturate(100%) invert(74%) sepia(18%) saturate(600%) hue-rotate(160deg) brightness(92%) contrast(85%);
    mix-blend-mode: screen;
    opacity: .25;
    transition: opacity .25s ease;
    pointer-events: none;
    z-index: 0
}

.exp-item:hover::before {
    opacity: .45
}

.exp-item:nth-child(4n+1)::before {
    left: 0
}

.exp-item:nth-child(4n+2)::before {
    left: calc(-2*(100% + var(--exp-gap)))
}

.exp-item:nth-child(4n+3)::before {
    left: calc(-4*(100% + var(--exp-gap)))
}

.exp-item:nth-child(4n+4)::before {
    left: calc(-6*(100% + var(--exp-gap)))
}

.exp-item:nth-child(n+5)::before {
    top: calc(-2*(100% + var(--exp-gap)))
}

.exp-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at bottom right, rgba(20, 110, 140, 0.55), transparent 55%), linear-gradient(115deg, rgb(14, 77, 100) 0%, rgba(14, 77, 100, 0.9) 45%, rgba(14, 77, 100, 0.5) 75%, rgba(14, 77, 100, 0) 100%);
    pointer-events: none;
    z-index: 1
}

.exp-item:hover {
    border-color: rgba(108, 224, 181, .4);
    background: hsla(0, 0%, 100%, .05);
    box-shadow: 0 8px 32px rgba(0, 0, 0, .18)
}

.exp-eyebrow {
    display: flex;
    align-items: center;
    gap: .65rem;
    font-family: "brandon-grotesque", sans-serif;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--bright-green);
    margin-bottom: .75rem;
    position: relative;
    z-index: 2
}

.exp-eyebrow::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 1.5px;
    background: var(--bright-green)
}

.exp-name {
    font-family: "leo", serif;
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--white);
    line-height: 1.25;
    position: relative;
    z-index: 2
}

@media(max-width: 991px) {
    #expertise {
        padding-bottom: 6rem
    }

    .expertise-content {
        padding-top: 4rem
    }

    .expertise-intro {
        max-width: 100%;
        margin-bottom: 2rem
    }

    .exp-list {
        --exp-cols: 2
    }

    .exp-item::before {
        width: calc(200% + 1*var(--exp-gap));
        height: calc(400% + 3*var(--exp-gap));
        opacity: .35;
        transform: rotate(45deg) scale(2.2);
        transform-origin: center center
    }

    .exp-item:hover::before {
        opacity: .6
    }

    .exp-item:nth-child(odd)::before {
        left: 0
    }

    .exp-item:nth-child(even)::before {
        left: calc(-1*(100% + var(--exp-gap)))
    }

    .exp-item:nth-child(1)::before,
    .exp-item:nth-child(2)::before {
        top: 0
    }

    .exp-item:nth-child(3)::before,
    .exp-item:nth-child(4)::before {
        top: calc(-1*(100% + var(--exp-gap)))
    }

    .exp-item:nth-child(5)::before,
    .exp-item:nth-child(6)::before {
        top: calc(-2*(100% + var(--exp-gap)))
    }

    .exp-item:nth-child(7)::before,
    .exp-item:nth-child(8)::before {
        top: calc(-3*(100% + var(--exp-gap)))
    }
}

@media(max-width: 767px) {
    #expertise {
        padding-bottom: 5rem
    }

    .expertise-content {
        padding-top: 4rem
    }

    #expertise h2 {
        font-size: clamp(1.6rem, 6.8vw, 2.3rem)
    }

    .expertise-intro {
        font-size: 1rem
    }

    .exp-list {
        --exp-gap: 0.85rem
    }

    .exp-item {
        min-height: 0;
        padding: 1rem 1rem 1.25rem
    }

    .exp-name {
        font-size: 1.1rem
    }
}

#workshop {
    background: var(--dark-navy);
    padding: 6rem 0 8rem;
    position: relative;
    overflow: hidden
}

#workshop::before {
    content: "";
    position: absolute;
    inset: 0;
    --la-content-width: calc(min(100vw, 1500px) - 2 * clamp(1.5rem, 9.9vw, 9rem));
    --ws-image-w: min(calc(var(--la-content-width) * 1.22), 960px);
    --ws-image-h: calc(var(--ws-image-w) / 1.685);
    background-image: url("psd_assets/Updated-Workshop-CTA.webp");
    background-repeat: no-repeat;
    background-size: var(--ws-image-w) var(--ws-image-h);
    background-position: right calc(max((100vw - 1500px)/2, 0px) + clamp(1.5rem, 9.9vw, 9rem) - .09*var(--ws-image-w)) center;
    -webkit-mask-image: linear-gradient(to right, #000 0%, #000 88%, transparent 100%);
    mask-image: linear-gradient(to right, #000 0%, #000 88%, transparent 100%);
    pointer-events: none;
    z-index: 0
}

#workshop .la-container {
    position: relative;
    z-index: 1
}

.workshop-text {
    max-width: 480px
}

#workshop h2 {
    font-family: "leo", sans-serif;
    font-size: clamp(1.5rem, 2.9vw, 2.7rem);
    color: var(--white);
    margin-bottom: 1.75rem;
    line-height: 1.15
}

#workshop h2 em {
    font-style: italic
}

.workshop-body {
    font-size: 1.1rem;
    color: hsla(0, 0%, 100%, .85);
    line-height: 1.65;
    margin-bottom: 1.5rem;
    max-width: 460px;
    text-shadow: 0 0 12px rgba(6, 41, 53, .85), 0 0 24px rgba(6, 41, 53, .6)
}

#workshop .btn-orange {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: 1rem 2rem;
    font-size: .85rem;
    letter-spacing: .1em;
    border-radius: 5px;
    margin-top: 1.5rem
}

@media(max-width: 1100px) {
    #workshop {
        padding: 4rem 0 5rem
    }

    #workshop::before {
        background-position: center center;
        background-size: cover;
        opacity: 1;
        -webkit-mask-image: none;
        mask-image: none
    }

    #workshop::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(6, 41, 53, 0.55) 0%, rgba(6, 41, 53, 0.15) 50%, rgba(6, 41, 53, 0) 80%), linear-gradient(180deg, rgb(6, 41, 53) 0%, rgb(6, 41, 53) 4%, rgba(6, 41, 53, 0.55) 40%, rgba(6, 41, 53, 0.78) 75%, rgba(6, 41, 53, 0.98) 100%), linear-gradient(rgba(108, 224, 181, 0.06) 1px, transparent 1px) 24px 24px/48px 48px, linear-gradient(90deg, rgba(108, 224, 181, 0.06) 1px, transparent 1px) 24px 24px/48px 48px;
        pointer-events: none;
        z-index: 0
    }
}

@media(max-width: 767px) {
    #workshop {
        padding: 4rem 0 4rem
    }

    #workshop h2 {
        font-size: clamp(1.6rem, 6.8vw, 2.3rem)
    }

    .workshop-body {
        font-size: 1rem
    }

    #workshop .btn-orange {
        display: flex;
        width: 100%;
        justify-content: center;
        padding: .95rem 1.5rem;
        font-size: .78rem;
        margin-top: 1.25rem
    }
}

#insights {
    background: linear-gradient(rgba(251, 251, 251, 0.2), rgba(251, 251, 251, 0.2)), url("psd_assets/noise-tile.png") repeat, var(--light-gray);
    padding: 0 0 5rem;
    margin-top: 0;
    position: relative;
    overflow: hidden
}

.insights-doodle {
    position: absolute;
    pointer-events: none;
    user-select: none;
    opacity: .25;
    z-index: 0
}

.insights-doodle--arrow {
    top: 5.5rem;
    left: 25%;
    width: 60px;
    aspect-ratio: 87.41/59.11
}

.insights-doodle--tree {
    top: 7rem;
    right: 12%;
    width: 98px;
    aspect-ratio: 150.76/183.81;
    transform: rotate(10deg);
    transform-origin: center
}

.insights-doodle--network {
    bottom: 3rem;
    left: 47%;
    width: 70px;
    aspect-ratio: 91.57/86.7;
    transform: translateX(-50%) rotate(-8deg)
}

@media(max-width: 991px) {
    .insights-doodle--arrow {
        top: 5rem;
        left: 6%;
        width: 42px
    }

    .insights-doodle--tree {
        top: 4.5rem;
        right: 6%;
        width: 64px
    }

    .insights-doodle--network {
        bottom: 3rem;
        left: 50%;
        width: 56px
    }
}

#insights>.la-container,
#insights .insights-carousel-wrap {
    position: relative;
    z-index: 1
}

.insights-wave-top {
    display: block;
    width: 100%;
    line-height: 0;
    margin-top: -2px;
    margin-bottom: 3.5rem;
    overflow: visible
}

.insights-wave {
    display: block;
    width: 100%;
    line-height: 0;
    margin-bottom: 0
}

#insights h2 {
    font-family: "leo", sans-serif;
    font-size: clamp(1.85rem, 4.5vw, 2.7rem);
    margin-bottom: .75rem
}

.insights-intro {
    font-size: 1.1rem;
    color: var(--text-muted);
    max-width: 58.33%;
    margin-bottom: 2rem;
    line-height: 1.6
}

@media(max-width: 991px) {
    .insights-intro {
        max-width: 100%
    }
}

.insights-carousel-wrap {
    overflow: hidden;
    margin: 2rem 0
}

.insights-carousel {
    --card-w: 320px;
    --card-gap: 1.25rem;
    --insights-pad: clamp(1.5rem, 9.9vw, 9rem);
    display: flex;
    gap: var(--card-gap);
    width: 100%;
    transform: translateX(calc(var(--insights-pad) - var(--card-w) - var(--card-gap)))
}

.insight-card {
    flex: 0 0 var(--card-w);
    background: var(--white);
    border-radius: 6px;
    box-shadow: 0 2px 16px rgba(6, 41, 53, .09);
    overflow: hidden;
    position: relative;
    padding: 1.5rem 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    --accent: var(--light-green)
}

.insight-card-body {
    flex: 1 1 auto
}

.insight-card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: var(--accent);
    transition: height .2s ease
}

.insight-card:hover::after {
    height: 10px
}

.insight-card:has(.cta-blog) {
    --accent: var(--bright-orange)
}

.insight-card:has(.cta-video) {
    --accent: var(--bright-blue)
}

.insight-card:has(.cta-podcast) {
    --accent: var(--bright-yellow)
}

.insight-card-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
    border-radius: 2px
}

.insight-card-body {
    padding: 1.5rem 0 1.25rem
}

.insight-card-body h5 {
    font-family: "leo", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--dark-navy);
    line-height: 1.4;
    margin-bottom: 0
}

.insight-cta {
    font-family: "brandon-grotesque", "leo", sans-serif;
    padding: 1rem 0 0;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: .7rem;
    color: var(--light-green)
}

.insight-cta:hover {
    opacity: .75
}

.insight-cta-arrow {
    display: inline-block;
    width: 15px;
    height: 8px;
    flex-shrink: 0;
    vertical-align: middle;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}

.cta-blog {
    color: var(--bright-orange)
}

.cta-video {
    color: var(--bright-blue)
}

.cta-podcast {
    color: var(--bright-yellow)
}

.insights-nav {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-top: 2rem
}

.insights-nav-btn {
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    background: none;
    cursor: pointer;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 300;
    color: #8fa3b0;
    -webkit-text-stroke: 0.6px currentColor;
    text-stroke: 0.6px currentColor;
    transition: color .15s
}

.insights-nav-btn+.insights-nav-btn {
    margin-left: -0.4rem
}

.insights-nav-btn:hover {
    color: var(--dark-green)
}

.insights-nav-text {
    font-family: "brandon-grotesque", "leo", sans-serif;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #8fa3b0;
    text-decoration: none;
    margin-left: .25rem
}

.insights-nav-text:hover {
    color: var(--dark-green)
}

@media(max-width: 991px) {
    .insights-carousel-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scroll-padding-left: clamp(1.25rem, 6vw, 3rem)
    }

    .insights-carousel {
        transform: none !important;
        padding: 0 clamp(1.25rem, 6vw, 3rem)
    }

    .insight-card {
        scroll-snap-align: start
    }

    .insights-nav-btn {
        display: none
    }

    .insights-nav {
        gap: 0
    }
}

@media(max-width: 767px) {
    .insights-intro {
        font-size: 1rem
    }

    .insights-carousel {
        --card-w: 240px
    }
}

#footer {
    background: var(--dark-navy) url("psd_assets/footer_wave_bg.jpg") center center/cover no-repeat;
    padding: 3.5rem 0 2.5rem
}

.footer-logo {
    margin-bottom: 1.75rem
}

.footer-logo img {
    height: 30px;
    width: auto;
    display: block
}

.footer-nl-label {
    font-size: 1rem;
    font-weight: 500;
    color: hsla(0, 0%, 100%, .85);
    margin-bottom: .85rem
}

.footer-nl {
    display: flex;
    max-width: 360px
}

.footer-nl input {
    flex: 1;
    background: hsla(0, 0%, 100%, .08);
    border: 1px solid hsla(0, 0%, 100%, .18);
    border-right: none;
    color: var(--white);
    font-size: .85rem;
    padding: .65rem .9rem;
    border-radius: 2px 0 0 2px
}

.footer-nl input::placeholder {
    color: hsla(0, 0%, 100%, .3)
}

.footer-nl input:focus {
    outline: none;
    border-color: var(--light-green);
    background: hsla(0, 0%, 100%, .1)
}

.footer-nl button {
    background: var(--light-green);
    border: none;
    color: var(--white);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 0 1.25rem;
    border-radius: 0 2px 2px 0;
    cursor: pointer
}

.footer-nl button:hover {
    opacity: .85
}

.footer-right {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: .65rem
}

.footer-link {
    font-family: "brandon-grotesque", "leo", sans-serif;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: hsla(0, 0%, 100%, .65);
    text-decoration: none;
    transition: color .15s
}

.footer-link:hover {
    color: var(--white)
}

.footer-social {
    display: flex;
    gap: .85rem;
    align-items: center;
    margin-top: .25rem
}

.footer-social a {
    color: hsla(0, 0%, 100%, .55);
    font-size: 1rem;
    text-decoration: none;
    transition: color .15s
}

.footer-social a:hover {
    color: var(--light-green)
}

.footer-copy {
    font-size: .78rem;
    color: hsla(0, 0%, 100%, .3);
    margin-top: .5rem
}

@media(min-width: 992px)and (max-width: 1199px) {
    .la-container {
        padding-left: clamp(1.5rem, 6.5vw, 6rem);
        padding-right: clamp(1.5rem, 6.5vw, 6rem)
    }
}

@media(max-width: 991px) {
    .workshop-photo-wrap {
        max-width: 500px;
        margin: 2rem auto 0
    }

    .exp-grid {
        grid-template-columns: 1fr;
        column-gap: 0
    }

    .footer-right {
        align-items: flex-start;
        text-align: left;
        padding-top: 2rem
    }

    .footer-nl {
        max-width: 100%
    }

    .la-container {
        padding-left: clamp(1.25rem, 6vw, 3rem);
        padding-right: clamp(1.25rem, 6vw, 3rem)
    }

    .wave-top,
    .wave-bottom,
    .insights-wave-top {
        height: 38px !important
    }

    .nav-links {
        display: none
    }

    .nav-mobile-toggle {
        display: block
    }
}

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

    .ca-photo {
        display: none
    }

    #announce {
        font-size: .7rem;
        padding: .5rem .85rem;
        line-height: 1.45
    }

    .ann-arrow {
        display: none
    }

    .footer-nl {
        flex-wrap: wrap
    }

    .footer-nl input {
        border-radius: 2px;
        border-right: 1px solid hsla(0, 0%, 100%, .18);
        width: 100%;
        flex: 1 1 100%
    }

    .footer-nl button {
        border-radius: 2px;
        margin-top: .5rem;
        padding: .65rem 1.25rem
    }
}

#pa-hero {
    background: var(--dark-teal);
    padding: 5.5rem 0 10rem;
    position: relative;
    /* visible so the absolutely-positioned .pa-hero-nav-band can overhang the
       hero's bottom edge. Top padding (nav-overlay clearance) lives in rb-nav.css. */
    overflow: visible
}

#pa-hero>*:not(.pa-hero-photo) {
    position: relative;
    z-index: 2
}

#pa-hero .pa-hero-photo {
    position: absolute;
    inset: 0;
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: .7
}

#pa-hero .pa-hero-photo[style*=talent] {
    background-size: 160% auto;
    background-position: 20% center
}

/* The wave's foam/spray is in the left third of this photo; our hero is taller
   than the modern reference (transparent-nav clearance) so cover crops the
   sides — shift the frame left so the foam stays in view, matching how the
   modern site frames it. (modern applies this only at <=480 because only its
   mobile hero is tall enough to crop; ours crops at every width.) */
#pa-hero .pa-hero-photo[style*=software-engineering] {
    background-position: 35% center
}

@media(max-width: 1024px) {
    #pa-hero .pa-hero-photo[style*=talent] {
        background-size: cover;
        background-position: 70% center
    }
}

#pa-hero .pa-hero-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    /* Directional scrim (left, for text legibility) layered over a faint flat
       navy wash so the right/light end is never raw photo — keeps white H1 +
       yellow eyebrow legible across all 8 hero photos, esp. full-width on mobile. */
    background: linear-gradient(90deg, rgba(15, 60, 80, 0.75) 0%, rgba(15, 60, 80, 0.45) 35%, rgba(15, 60, 80, 0.15) 60%, rgba(15, 60, 80, 0) 80%), linear-gradient(rgba(6, 41, 53, 0.22), rgba(6, 41, 53, 0.22));
    pointer-events: none
}

.pa-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    font-family: "brandon-grotesque", sans-serif;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--bright-yellow);
    margin-bottom: 1.75rem;
    text-shadow: 0 0 10px rgba(6, 41, 53, .85), 0 0 22px rgba(6, 41, 53, .55)
}

.pa-hero-eyebrow .pa-hero-num {
    font-size: .85rem;
    letter-spacing: .1em
}

.pa-hero-eyebrow .pa-hero-divider {
    display: inline-block;
    width: 32px;
    height: 1px;
    background: var(--bright-yellow)
}

#pa-hero h1 {
    font-family: "leo", sans-serif;
    font-size: clamp(2.25rem, 4.4vw, 4rem);
    font-weight: 500;
    line-height: 1.32;
    color: var(--white);
    max-width: 70%;
    margin: 0;
    text-shadow: 0 0 14px rgba(6, 41, 53, .22), 0 0 30px rgba(6, 41, 53, .14)
}

@media(max-width: 1024px)and (min-width: 481px) {
    #pa-hero h1 {
        max-width: 100%
    }

    #pa-hero {
        padding: 4.5rem 0 8rem
    }
}

@media(max-width: 991px)and (min-width: 768px) {
    #pa-hero h1 {
        font-size: clamp(2.25rem, 5.5vw, 2.75rem)
    }
}

@media(max-width: 480px) {
    #pa-hero {
        padding: 4rem 0
    }

    #pa-hero h1 {
        max-width: 100%
    }

    #pa-hero .pa-hero-photo[style*=cloud] {
        background-size: auto 140%;
        background-position: 70% 100%
    }

    #pa-hero .pa-hero-photo[style*=software-engineering] {
        background-position: 35% center
    }

    #pa-hero .pa-hero-photo[style*=talent] {
        background-size: auto 160%;
        background-position: 70% 75%;
        transform: scaleX(-1)
    }

    #pa-hero .pa-hero-photo[style*=talent]::after {
        transform: scaleX(-1)
    }
}

#pa-hero>.pa-hero-nav-band {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3.5rem;
    display: flex;
    align-items: center;
    z-index: 4;
    pointer-events: none
}

.pa-hero-nav-band>.la-container {
    display: flex;
    align-items: center;
    height: 100%;
    pointer-events: auto
}

.pa-hero-nav {
    display: flex;
    align-items: center;
    color: var(--white);
    transform: translateY(-5px)
}

.pa-hero-nav-explore {
    position: relative;
    display: inline-block
}

.pa-hero-nav-trigger {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    line-height: 1;
    padding: .25rem 0;
    background: rgba(0, 0, 0, 0);
    border: 0;
    cursor: pointer;
    font: inherit;
    color: inherit
}

.pa-hero-nav-trigger:focus-visible {
    outline: 2px solid var(--bright-green);
    outline-offset: 4px;
    border-radius: 2px
}

.pa-hero-nav-trigger-label {
    font-family: "leo", serif;
    font-style: italic;
    font-weight: 400;
    font-size: 1.05rem;
    color: hsla(0, 0%, 100%, .55);
    letter-spacing: .00625em;
    white-space: nowrap;
    transition: color 180ms ease
}

.pa-hero-nav-chev {
    align-self: center;
    color: var(--bright-green);
    transform: rotate(-90deg);
    transition: transform 240ms cubic-bezier(0.2, 0.7, 0.3, 1)
}

.pa-hero-nav-trigger[aria-expanded=true] .pa-hero-nav-trigger-label {
    color: var(--white)
}

.pa-hero-nav-trigger[aria-expanded=true] .pa-hero-nav-chev {
    transform: rotate(90deg)
}

.pa-hero-nav-trigger:hover .pa-hero-nav-trigger-label {
    color: var(--white)
}

@keyframes pa-hero-nav-menu-slide {
    from {
        opacity: 0;
        transform: translateX(-6px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes pa-hero-nav-row-in {
    from {
        opacity: 0;
        transform: translateX(-6px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.pa-hero-nav-menu {
    position: absolute;
    left: 100%;
    top: -3.75rem;
    margin: 0 0 0 .625rem;
    padding: 1rem 0;
    width: 320px;
    list-style: none;
    background: radial-gradient(ellipse at bottom right, rgba(20, 110, 140, 0.55), transparent 55%), linear-gradient(115deg, rgb(14, 77, 100) 0%, rgba(14, 77, 100, 0.95) 45%, rgba(14, 77, 100, 0.85) 75%, rgba(14, 77, 100, 0.8) 100%), var(--dark-teal);
    border: 1px solid hsla(0, 0%, 100%, .08);
    border-radius: 4px;
    box-shadow: 4px 8px 28px rgba(6, 41, 53, .35);
    animation: pa-hero-nav-menu-slide 240ms cubic-bezier(0.2, 0.7, 0.3, 1)
}

.pa-hero-nav-menu[hidden] {
    display: none
}

.pa-hero-nav-row-wrap {
    display: block
}

.pa-hero-nav-row {
    position: relative;
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    gap: .75rem;
    align-items: baseline;
    padding: .5rem 1.25rem;
    text-decoration: none;
    color: inherit;
    animation: pa-hero-nav-row-in 260ms cubic-bezier(0.2, 0.7, 0.3, 1) both
}

.pa-hero-nav-row-wrap:nth-child(1) .pa-hero-nav-row {
    animation-delay: 0ms
}

.pa-hero-nav-row-wrap:nth-child(2) .pa-hero-nav-row {
    animation-delay: 28ms
}

.pa-hero-nav-row-wrap:nth-child(3) .pa-hero-nav-row {
    animation-delay: 56ms
}

.pa-hero-nav-row-wrap:nth-child(4) .pa-hero-nav-row {
    animation-delay: 84ms
}

.pa-hero-nav-row-wrap:nth-child(5) .pa-hero-nav-row {
    animation-delay: 112ms
}

.pa-hero-nav-row-wrap:nth-child(6) .pa-hero-nav-row {
    animation-delay: 140ms
}

.pa-hero-nav-row-wrap:nth-child(7) .pa-hero-nav-row {
    animation-delay: 168ms
}

.pa-hero-nav-row-wrap:nth-child(8) .pa-hero-nav-row {
    animation-delay: 196ms
}

a.pa-hero-nav-row {
    cursor: pointer
}

.pa-hero-nav-row:focus-visible {
    outline: 2px solid var(--bright-green);
    outline-offset: -2px
}

/* Respect reduced-motion for the PA dropdown reveal + expertise accordion. */
@media(prefers-reduced-motion: reduce) {
    .pa-hero-nav-menu,
    .pa-hero-nav-row {
        animation: none
    }

    .pa-hero-nav-chev,
    .pa-person-chevron,
    .pa-person-bio {
        transition: none
    }
}

.pa-hero-nav-row.is-current {
    cursor: default
}

.pa-hero-nav-row.is-current,
.pa-hero-nav-row:hover,
.pa-hero-nav-row.is-scroll-focused {
    background: radial-gradient(ellipse at bottom right, rgba(20, 110, 140, 0.55), transparent 55%), linear-gradient(115deg, rgba(14, 77, 100, 0) 0%, rgba(14, 77, 100, 0.5) 25%, rgba(14, 77, 100, 0.9) 55%, rgb(14, 77, 100) 100%);
    box-shadow: inset 0 1px 0 0 rgba(108, 224, 181, .4), inset 0 -1px 0 0 rgba(108, 224, 181, .4)
}

.pa-hero-nav-menu:has(.pa-hero-nav-row:hover) .pa-hero-nav-row.is-current:not(:hover):not(.is-scroll-focused),
.pa-hero-nav-menu:has(.pa-hero-nav-row.is-scroll-focused) .pa-hero-nav-row.is-current:not(.is-scroll-focused):not(:hover) {
    background: rgba(0, 0, 0, 0);
    box-shadow: none
}

.pa-hero-nav-num {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 700;
    font-size: .75rem;
    letter-spacing: .16em;
    color: hsla(0, 0%, 100%, .4);
    transition: color 180ms cubic-bezier(0.2, 0.7, 0.3, 1)
}

.pa-hero-nav-row.is-current .pa-hero-nav-num,
.pa-hero-nav-row:hover .pa-hero-nav-num,
.pa-hero-nav-row.is-scroll-focused .pa-hero-nav-num {
    color: var(--bright-green)
}

.pa-hero-nav-menu:has(.pa-hero-nav-row:hover) .pa-hero-nav-row.is-current:not(:hover):not(.is-scroll-focused) .pa-hero-nav-num,
.pa-hero-nav-menu:has(.pa-hero-nav-row.is-scroll-focused) .pa-hero-nav-row.is-current:not(.is-scroll-focused):not(:hover) .pa-hero-nav-num {
    color: hsla(0, 0%, 100%, .4)
}

.pa-hero-nav-title {
    font-family: "leo", serif;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: -0.005em;
    color: hsla(0, 0%, 100%, .78);
    white-space: nowrap;
    transition: color 220ms cubic-bezier(0.2, 0.7, 0.3, 1)
}

.pa-hero-nav-row.is-current .pa-hero-nav-title,
.pa-hero-nav-row:hover .pa-hero-nav-title,
.pa-hero-nav-row.is-scroll-focused .pa-hero-nav-title {
    color: var(--white)
}

.pa-hero-nav-menu:has(.pa-hero-nav-row:hover) .pa-hero-nav-row.is-current:not(:hover):not(.is-scroll-focused) .pa-hero-nav-title,
.pa-hero-nav-menu:has(.pa-hero-nav-row.is-scroll-focused) .pa-hero-nav-row.is-current:not(.is-scroll-focused):not(:hover) .pa-hero-nav-title {
    color: hsla(0, 0%, 100%, .78)
}

@media(max-width: 1024px)and (min-width: 768px) {
    #pa-hero>.pa-hero-nav-band {
        height: auto;
        min-height: 3.5rem
    }

    .pa-hero-nav-trigger {
        padding: .875rem 0;
        min-height: 44px
    }

    .pa-hero-nav-row {
        padding: .875rem 1.25rem;
        min-height: 44px;
        align-items: center
    }
}

@media(max-width: 767px) {
    #pa-hero>.pa-hero-nav-band {
        position: relative;
        height: auto;
        padding: 0;
        margin-top: 1.75rem;
        z-index: 20;
        pointer-events: auto
    }

    .pa-hero-nav {
        width: 100%
    }

    .pa-hero-nav-explore {
        display: block;
        width: 100%
    }

    .pa-hero-nav-trigger {
        padding: .875rem 0;
        min-height: 44px
    }

    .pa-hero-nav-chev {
        transform: rotate(0deg)
    }

    .pa-hero-nav-trigger[aria-expanded=true] .pa-hero-nav-chev {
        transform: rotate(180deg)
    }

    .pa-hero-nav-menu {
        left: 0;
        top: 100%;
        width: 100%;
        max-width: none;
        max-height: calc(144px + .5rem + 30px);
        overflow-y: auto;
        margin: .625rem 0 0;
        padding: .5rem 0 0;
        display: block;
        box-shadow: 0 12px 28px rgba(6, 41, 53, .35);
        scrollbar-width: thin;
        scrollbar-color: var(--bright-green) hsla(0, 0%, 100%, .08)
    }

    .pa-hero-nav-menu::-webkit-scrollbar {
        width: 6px
    }

    .pa-hero-nav-menu::-webkit-scrollbar-track {
        background: hsla(0, 0%, 100%, .08);
        border-radius: 3px
    }

    .pa-hero-nav-menu::-webkit-scrollbar-thumb {
        background: var(--bright-green);
        border-radius: 3px;
        min-height: 24px
    }

    .pa-hero-nav-row {
        padding: .875rem .75rem;
        align-items: center;
        min-height: 44px
    }

    .pa-hero-nav-title {
        white-space: normal;
        line-height: 1.25
    }
}

#pa-intro {
    background: var(--dark-green);
    padding: 0 0 6rem;
    color: var(--white);
    position: relative;
    isolation: isolate
}

.pa-intro-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.pa-intro-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--light-green);
    -webkit-mask: url("psd_assets/Topo-bright.svg") center/cover no-repeat;
    mask: url("psd_assets/Topo-bright.svg") center/cover no-repeat;
    transform: scale(1.15);
    transform-origin: center;
    opacity: .7
}

.pa-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 5.5rem;
    align-items: start;
    position: relative
}

.pa-intro-grid::before {
    content: "";
    position: absolute;
    top: 2.83rem;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: var(--bright-green)
}

.pa-intro-body {
    font-family: "leo", sans-serif;
    font-size: 1.05rem;
    font-weight: 300;
    color: var(--white);
    line-height: 1.75;
    padding-top: 2.83rem
}

.pa-intro-body p {
    margin: 0 0 1.1em
}

.pa-intro-body p:last-child {
    margin-bottom: 0
}

.pa-expert {
    background: var(--white);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 22px rgba(6, 41, 53, .18);
    margin-top: -3.5rem;
    position: relative;
    z-index: 2
}

.pa-expert-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.5rem;
    background: var(--bright-yellow);
    color: var(--white);
    font-family: "brandon-grotesque", sans-serif;
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase
}

.pa-expert-head {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem 2.25rem 1.5rem
}

.pa-expert-photo {
    width: 84px;
    height: 84px;
    flex: 0 0 84px;
    border-radius: 50%;
    object-fit: cover;
    background: var(--light-gray)
}

.pa-expert-name {
    font-family: "leo", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--dark-teal);
    line-height: 1.15;
    margin: 0 0 .25rem
}

.pa-expert-role {
    font-family: "leo", sans-serif;
    font-style: italic;
    font-size: 1rem;
    color: var(--dark-teal);
    margin: 0
}

.pa-expert-quote {
    font-family: "leo", sans-serif;
    font-size: 1rem;
    font-style: italic;
    line-height: 1.65;
    color: var(--dark-navy);
    padding: 0 2.25rem 2.25rem;
    margin: 0
}

@media(max-width: 1024px)and (min-width: 768px) {
    .pa-intro-grid {
        gap: 4rem
    }

    .pa-intro-grid::before {
        left: 50%
    }

    #pa-intro {
        padding-bottom: 5rem
    }

    .pa-expert-head {
        padding: 1.5rem 1.5rem 1rem;
        gap: 1rem
    }

    .pa-expert-photo {
        width: 64px;
        height: 64px;
        flex-basis: 64px
    }

    .pa-expert-name {
        font-size: 1.2rem
    }

    .pa-expert-role {
        font-size: .9rem
    }

    .pa-expert-quote {
        font-size: .9rem;
        padding: 0 1.5rem 1.5rem;
        line-height: 1.55
    }
}

@media(max-width: 767px) {
    .pa-intro-grid {
        grid-template-columns: 1fr;
        gap: 3rem
    }

    .pa-intro-grid::before {
        display: none
    }

    .pa-intro-body {
        padding-top: 4rem
    }

    .pa-expert {
        margin-top: 0
    }

    #pa-intro {
        padding-bottom: 4rem
    }
}

.pa-mountain-band {
    position: relative;
    background: linear-gradient(rgba(251, 251, 251, 0.2), rgba(251, 251, 251, 0.2)), url("psd_assets/noise-tile.png") repeat, var(--light-gray);
    overflow: hidden;
    isolation: isolate
}

.pa-mountain-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("psd_assets/facades/Why%20it%20Works%20Mountain.webp") no-repeat 28% calc(100% + 420px)/240% auto;
    mix-blend-mode: luminosity;
    opacity: .21;
    pointer-events: none;
    z-index: 0
}

.pa-mountain-band>* {
    position: relative;
    z-index: 1
}

#pa-capabilities {
    background: rgba(0, 0, 0, 0);
    padding: 5rem 0 6rem;
    position: relative
}

#pa-capabilities h2 {
    font-family: "leo", sans-serif;
    font-size: clamp(1.85rem, 4.5vw, 2.7rem);
    color: var(--dark-teal);
    margin: 0 0 3rem
}

.pa-cap-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 3.5rem;
    row-gap: 3rem
}

.pa-cap-grid:has(>.pa-cap-item:nth-child(4):last-child) {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.pa-cap-item {
    position: relative
}

.pa-cap-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--bright-blue)
}

.pa-cap-item h3 {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--bright-blue);
    line-height: 1.3;
    margin: 1.75rem 0 1rem
}

.pa-cap-item p {
    font-size: .92rem;
    color: var(--gray);
    line-height: 1.65;
    margin: 0
}

@media(max-width: 1024px)and (min-width: 768px) {
    #pa-capabilities {
        padding: 5rem 0 5rem
    }

    #pa-capabilities h2 {
        margin: 0 0 2.5rem
    }

    .pa-cap-grid,
    .pa-cap-grid:has(>.pa-cap-item:nth-child(4):last-child) {
        grid-template-columns: 1fr 1fr;
        column-gap: 2.5rem;
        row-gap: 2.5rem
    }

    .pa-mountain-band::before {
        background: url("psd_assets/facades/Why%20it%20Works%20Mountain.webp") no-repeat 35% calc(100% + 200px)/360% auto
    }
}

@media(max-width: 767px) {
    #pa-capabilities {
        padding: 4rem 0 4rem
    }

    #pa-capabilities h2 {
        margin: 0 0 2rem
    }

    .pa-cap-grid,
    .pa-cap-grid:has(>.pa-cap-item:nth-child(4):last-child) {
        grid-template-columns: 1fr
    }

    .pa-mountain-band::before {
        background: url("psd_assets/facades/Why%20it%20Works%20Mountain.webp") no-repeat 42% calc(100% + 30px)/480% auto
    }
}

#pa-expertise {
    background: var(--dark-teal);
    padding: 5rem 0 5rem;
    color: var(--white)
}

#pa-expertise h2 {
    font-family: "leo", sans-serif;
    font-size: clamp(1.85rem, 4.5vw, 2.7rem);
    color: var(--white);
    margin: 0 0 3rem
}

.pa-people {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 1.5rem
}

.pa-person {
    flex: 1 1 0;
    min-width: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    border: 0;
    padding: 1.4rem 1.25rem 1.25rem;
    border-radius: 8px;
    font: inherit;
    color: inherit;
    cursor: pointer;
    overflow: visible;
    isolation: isolate
}

.pa-person:focus-visible {
    outline: 2px solid var(--bright-green);
    outline-offset: 4px
}

.pa-person.is-active {
    background: var(--dark-green);
    opacity: 1
}

.pa-person.is-active::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--light-green);
    -webkit-mask: url("psd_assets/Topo-bright.svg") center/600% no-repeat;
    mask: url("psd_assets/Topo-bright.svg") center/600% no-repeat;
    opacity: .8;
    border-radius: inherit;
    pointer-events: none;
    z-index: -1
}

.pa-person.is-active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -19px;
    width: 0;
    height: 0;
    border-left: 18px solid rgba(0, 0, 0, 0);
    border-right: 18px solid rgba(0, 0, 0, 0);
    border-top: 19px solid var(--dark-green);
    transform: translateX(-50%)
}

.pa-person-chevron {
    display: none
}

.pa-person-bio {
    display: none
}

.pa-person-tag {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 2lh;
    font-family: "brandon-grotesque", sans-serif;
    font-size: .92rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--bright-green);
    background: rgba(0, 0, 0, 0);
    border: 0;
    padding: 0;
    margin: 0 0 .85rem;
    white-space: normal;
    text-wrap: balance
}

.pa-person.is-active .pa-person-tag {
    color: var(--bright-green)
}

.pa-person-photo-wrap {
    width: 85%;
    max-width: 200px;
    aspect-ratio: 1/1;
    margin: 0 auto .85rem;
    border-radius: 50%;
    overflow: hidden;
    background: var(--dark-navy);
    position: relative
}

.pa-person-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    background: var(--gray)
}

.pa-person-name-strip {
    text-align: center
}

.pa-person-name {
    font-family: "leo", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.15;
    color: var(--white);
    margin: 0 0 .35rem
}

.pa-person-role {
    font-size: 1.04rem;
    line-height: 1.15;
    color: hsla(0, 0%, 100%, .9);
    margin: 0
}

.pa-bio-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1.5rem;
    margin-top: 3rem
}

.pa-bio-quote {
    font-family: "leo", sans-serif;
    font-style: italic;
    font-size: 1.5rem;
    line-height: 1.5;
    color: var(--white);
    margin: 0
}

@media(max-width: 1024px)and (min-width: 768px) {
    #pa-expertise {
        padding: 5rem 0
    }

    #pa-expertise h2 {
        margin: 0 0 2.25rem
    }

    .pa-people {
        gap: 1rem
    }

    .pa-person {
        padding: 1.1rem .6rem 1rem
    }

    .pa-person-tag {
        font-size: .72rem;
        letter-spacing: .13em;
        margin: 0 0 .6rem
    }

    .pa-person-photo-wrap {
        width: 100%;
        max-width: 120px;
        margin-bottom: .65rem
    }

    .pa-person-name {
        font-size: 1.05rem;
        margin: 0 0 .25rem
    }

    .pa-person-role {
        font-size: .82rem
    }

    .pa-bio-quote {
        font-size: 1.15rem
    }

    .pa-bio-row {
        row-gap: 1.25rem
    }

    .pa-bio-link {
        white-space: nowrap
    }
}

@media(max-width: 767px) {
    #pa-expertise {
        padding: 4rem 0
    }

    #pa-expertise h2 {
        margin: 0 0 2rem
    }

    .pa-people {
        display: flex;
        flex-direction: column;
        gap: .875rem;
        overflow: visible
    }

    .pa-person {
        flex: initial;
        width: 100%;
        max-width: none;
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) auto;
        grid-template-rows: auto auto auto;
        grid-template-areas: "photo tag  chev" "photo name chev" "bio   bio  bio";
        column-gap: 1rem;
        row-gap: .25rem;
        align-items: center;
        text-align: left;
        padding: 1.25rem 1.25rem;
        background: hsla(0, 0%, 100%, .04);
        border-radius: 8px;
        overflow: hidden
    }

    .pa-person.is-active {
        background: var(--dark-green)
    }

    .pa-person.is-active::after {
        display: none
    }

    .pa-person-tag {
        grid-area: tag;
        align-self: end;
        justify-content: flex-start;
        min-height: 0;
        font-size: .7rem;
        letter-spacing: .18em;
        margin: 0
    }

    .pa-person-photo-wrap {
        grid-area: photo;
        width: 52px;
        max-width: 52px;
        height: 52px;
        margin: 0;
        align-self: center
    }

    .pa-person-name-strip {
        grid-area: name;
        min-width: 0;
        text-align: left;
        align-self: start
    }

    .pa-person-name {
        font-size: 1.15rem;
        line-height: 1.25;
        margin: 0 0 .35rem
    }

    .pa-person-role {
        font-size: .82rem;
        line-height: 1.4;
        margin: 0
    }

    .pa-person-chevron {
        display: block;
        grid-area: chev;
        align-self: center;
        width: 14px;
        height: 14px;
        color: var(--white);
        opacity: .7;
        transition: transform .2s ease
    }

    .pa-person.is-active .pa-person-chevron {
        transform: rotate(180deg)
    }

    .pa-person-bio {
        grid-area: bio;
        display: grid;
        grid-template-rows: 0fr;
        width: 100%;
        transition: grid-template-rows .26s ease
    }

    .pa-person.is-active .pa-person-bio {
        grid-template-rows: 1fr
    }

    .pa-person-bio-inner {
        overflow: hidden;
        min-height: 0
    }

    .pa-person-bio-text {
        margin: .75rem 0 .5rem 4.25rem;
        font-family: "leo", sans-serif;
        font-style: italic;
        font-size: .95rem;
        line-height: 1.55;
        color: var(--white)
    }

    .pa-bio-row {
        display: block;
        margin-top: 1.5rem
    }

    .pa-bio-quote {
        display: none
    }

    .btn-outline-light.pa-bio-link {
        display: flex;
        width: 100%;
        justify-content: center
    }
}

#cta-learning {
    background: var(--bright-blue);
    color: var(--white)
}

.cta-learning-wave-top {
    display: block;
    width: 100%;
    margin-top: -2px;
    margin-bottom: -1px;
    line-height: 0
}

.cta-learning-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
    min-height: 320px
}

.cta-learning-text {
    padding-block: clamp(3rem, 7vw, 5rem);
    padding-left: max(clamp(1.5rem, 9.9vw, 9rem), (100vw - 1500px)/2 + 9rem);
    padding-right: clamp(1.5rem, 9.9vw, 9rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.cta-learning-text h2 {
    font-family: "leo", sans-serif;
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 500;
    line-height: 1.15;
    color: var(--white);
    margin: 0 0 2rem
}

.cta-learning-text h2 em {
    font-style: italic;
    color: var(--white)
}

#cta-learning .btn-orange {
    background: var(--dark-navy);
    font-size: .85rem;
    padding: 1rem 2rem;
    border-radius: 5px;
    transition: background-color .2s ease
}

#cta-learning .btn-orange:hover {
    background: var(--dark-teal);
    color: var(--white)
}

.cta-learning-image {
    background-color: var(--bright-blue);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 320px
}

@media(max-width: 1024px)and (min-width: 768px) {
    .cta-learning-grid {
        min-height: 240px
    }

    .cta-learning-image {
        min-height: 240px
    }

    .cta-learning-text {
        padding-block: 2.5rem;
        padding-left: clamp(1.5rem, 6vw, 3rem);
        padding-right: clamp(1rem, 4vw, 2rem)
    }

    .cta-learning-text h2 {
        font-size: clamp(2rem, 5vw, 2.6rem);
        margin: 0 0 1.5rem
    }
}

@media(max-width: 767px) {
    .cta-learning-grid {
        grid-template-columns: 1fr
    }

    .cta-learning-image {
        min-height: 240px;
        order: 2
    }

    .cta-learning-text {
        padding-left: clamp(1.5rem, 6vw, 3rem);
        padding-right: clamp(1.5rem, 6vw, 3rem)
    }

    .cta-learning-text h2 {
        font-size: clamp(2.1rem, 8vw, 2.6rem);
        margin: 0 0 1.75rem
    }

    #cta-learning .btn-orange {
        display: flex;
        width: 100%;
        justify-content: center
    }
}

#fa-hero {
    position: relative;
    background-color: var(--dark-navy);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 100%;
    padding: 5.5rem 0 10rem;
    overflow: hidden;
    color: var(--white)
}

#fa-hero>* {
    position: relative;
    z-index: 1
}

#fa-hero h1 {
    font-family: "leo", sans-serif;
    font-size: clamp(2.25rem, 4.4vw, 4rem);
    font-weight: 500;
    line-height: 1.32;
    color: var(--white);
    max-width: min(75%, 47rem);
    text-wrap: balance;
    margin: 0
}

#fa-hero h1 em {
    display: block;
    text-wrap: balance;
    color: var(--bright-green);
    font-style: italic;
    font-weight: 500
}

.fa-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.75rem
}

.fa-hero-eyebrow-divider {
    display: inline-block;
    width: 32px;
    height: 1px;
    background: var(--bright-yellow);
    flex: 0 0 32px
}

.fa-hero-badge {
    display: inline-block;
    width: .95rem;
    height: .95rem;
    flex: 0 0 .95rem;
    background-color: var(--bright-yellow);
    -webkit-mask-image: var(--fa-hero-icon);
    mask-image: var(--fa-hero-icon);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center
}

#fa-hero[data-slug=cloud] .fa-hero-badge {
    width: 1.2rem;
    height: 1.2rem;
    flex: 0 0 1.2rem
}

#fa-hero[data-slug=custom-applications] h1 {
    max-width: min(82%, 60rem)
}

#fa-hero[data-slug=app-security] {
    background-position: right -60px bottom
}

#fa-hero[data-slug=technology-modernization] h1 {
    max-width: min(75%, 52rem)
}

#fa-hero[data-slug=enterprise-transformation] h1 {
    text-wrap: pretty
}

.fa-hero-eyebrow-label {
    font-family: "brandon-grotesque", sans-serif;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--bright-yellow);
    line-height: 1
}

@media(max-width: 991px)and (min-width: 768px) {
    #fa-hero {
        padding: 5rem 0
    }

    #fa-hero h1 {
        font-size: clamp(2.25rem, 5.5vw, 2.75rem)
    }
}

@media(max-width: 767px) {
    #fa-hero {
        padding: 2.5rem 0 4rem
    }
}

@media(max-width: 991px)and (min-width: 768px) {
    #fa-hero h1 {
        max-width: 65%
    }
}

@media(max-width: 890px) {
    #fa-hero {
        background-size: auto 110%;
        background-position: right -220px bottom
    }

    #fa-hero h1 {
        max-width: 100%
    }

    #fa-hero[data-slug=custom-applications] h1 br {
        display: none
    }

    #fa-hero::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(6, 41, 53, .85);
        pointer-events: none;
        z-index: 0
    }
}

#fa-hero {
    overflow: visible
}

#fa-hero>.fa-hero-nav-band {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3.5rem;
    display: flex;
    align-items: center;
    z-index: 4;
    pointer-events: none
}

.fa-hero-nav-band>.la-container {
    display: flex;
    align-items: center;
    height: 100%;
    pointer-events: auto
}

.fa-hero-nav {
    display: flex;
    align-items: center;
    color: var(--white);
    transform: translateY(-5px)
}

.fa-hero-nav-explore {
    position: relative;
    display: inline-block
}

.fa-hero-nav-trigger {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    line-height: 1;
    padding: .25rem 0;
    background: rgba(0, 0, 0, 0);
    border: 0;
    cursor: pointer;
    font: inherit;
    color: inherit
}

.fa-hero-nav-trigger:focus-visible {
    outline: 2px solid var(--bright-green);
    outline-offset: 4px;
    border-radius: 2px
}

.fa-hero-nav-trigger-label {
    font-family: "leo", serif;
    font-style: italic;
    font-weight: 400;
    font-size: 1.05rem;
    color: hsla(0, 0%, 100%, .55);
    letter-spacing: .00625em;
    white-space: nowrap;
    transition: color 180ms ease
}

.fa-hero-nav-chev {
    align-self: center;
    color: var(--bright-yellow);
    transform: rotate(-90deg);
    transition: transform 240ms cubic-bezier(0.2, 0.7, 0.3, 1)
}

.fa-hero-nav-trigger[aria-expanded=true] .fa-hero-nav-trigger-label {
    color: var(--white)
}

.fa-hero-nav-trigger[aria-expanded=true] .fa-hero-nav-chev {
    transform: rotate(90deg)
}

.fa-hero-nav-trigger:hover .fa-hero-nav-trigger-label {
    color: var(--white)
}

@keyframes fa-hero-nav-menu-slide {
    from {
        opacity: 0;
        transform: translateX(-6px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fa-hero-nav-row-in {
    from {
        opacity: 0;
        transform: translateX(-6px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.fa-hero-nav-menu {
    position: absolute;
    left: 100%;
    top: -3.75rem;
    margin: 0 0 0 .625rem;
    padding: 1rem 0;
    width: 320px;
    list-style: none;
    background: linear-gradient(rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.025)), var(--dark-navy);
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 8px;
    box-shadow: 4px 8px 28px rgba(6, 41, 53, .45);
    animation: fa-hero-nav-menu-slide 240ms cubic-bezier(0.2, 0.7, 0.3, 1)
}

.fa-hero-nav-menu[hidden] {
    display: none
}

.fa-hero-nav-row-wrap {
    display: block
}

.fa-hero-nav-row {
    position: relative;
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    gap: .75rem;
    align-items: center;
    padding: .5rem 1.25rem;
    text-decoration: none;
    color: inherit;
    animation: fa-hero-nav-row-in 260ms cubic-bezier(0.2, 0.7, 0.3, 1) both
}

.fa-hero-nav-row-wrap:nth-child(1) .fa-hero-nav-row {
    animation-delay: 0ms
}

.fa-hero-nav-row-wrap:nth-child(2) .fa-hero-nav-row {
    animation-delay: 28ms
}

.fa-hero-nav-row-wrap:nth-child(3) .fa-hero-nav-row {
    animation-delay: 56ms
}

.fa-hero-nav-row-wrap:nth-child(4) .fa-hero-nav-row {
    animation-delay: 84ms
}

.fa-hero-nav-row-wrap:nth-child(5) .fa-hero-nav-row {
    animation-delay: 112ms
}

.fa-hero-nav-row-wrap:nth-child(6) .fa-hero-nav-row {
    animation-delay: 140ms
}

.fa-hero-nav-row-wrap:nth-child(7) .fa-hero-nav-row {
    animation-delay: 168ms
}

.fa-hero-nav-row-wrap:nth-child(8) .fa-hero-nav-row {
    animation-delay: 196ms
}

.fa-hero-nav-row:hover,
.fa-hero-nav-row.is-current {
    box-shadow: inset 0 1px 0 0 var(--dark-teal), inset 0 -1px 0 0 var(--dark-teal)
}

a.fa-hero-nav-row {
    cursor: pointer
}

.fa-hero-nav-row.is-current {
    cursor: default
}

.fa-hero-nav-icon {
    display: inline-block;
    justify-self: start;
    width: 13px;
    height: 13px;
    background-color: hsla(0, 0%, 100%, .4);
    -webkit-mask-image: var(--fa-nav-icon);
    mask-image: var(--fa-nav-icon);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: background-color 180ms cubic-bezier(0.2, 0.7, 0.3, 1)
}

.fa-hero-nav-row:hover .fa-hero-nav-icon,
.fa-hero-nav-row.is-current .fa-hero-nav-icon {
    background-color: var(--bright-green)
}

.fa-hero-nav-row[data-slug=cloud] .fa-hero-nav-icon {
    width: 16px;
    height: 16px
}

.fa-hero-nav-title {
    font-family: "leo", serif;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: -0.005em;
    color: hsla(0, 0%, 100%, .78);
    white-space: nowrap;
    transition: color 180ms cubic-bezier(0.2, 0.7, 0.3, 1)
}

.fa-hero-nav-row:hover .fa-hero-nav-title,
.fa-hero-nav-row.is-current .fa-hero-nav-title {
    color: var(--white)
}

@media(max-width: 1024px)and (min-width: 768px) {
    #fa-hero>.fa-hero-nav-band {
        height: auto;
        min-height: 3.5rem
    }

    .fa-hero-nav-trigger {
        padding: .875rem 0;
        min-height: 44px
    }

    .fa-hero-nav-row {
        min-height: 44px
    }

    .fa-hero-nav-menu {
        width: clamp(440px, 70vw, 600px)
    }
}

@media(max-width: 767px) {
    #fa-hero>.fa-hero-nav-band {
        position: relative;
        height: auto;
        padding: 0;
        margin-top: 1.75rem;
        z-index: 20;
        pointer-events: auto
    }

    .fa-hero-nav {
        width: 100%
    }

    .fa-hero-nav-explore {
        display: block;
        width: 100%
    }

    .fa-hero-nav-trigger {
        padding: .875rem 0;
        min-height: 44px
    }

    .fa-hero-nav-chev {
        transform: rotate(0deg)
    }

    .fa-hero-nav-trigger[aria-expanded=true] .fa-hero-nav-chev {
        transform: rotate(180deg)
    }

    .fa-hero-nav-menu {
        left: 0;
        top: 100%;
        width: 100%;
        max-width: none;
        max-height: calc(144px + .5rem + 30px);
        overflow-y: auto;
        margin: .625rem 0 0;
        padding: .5rem 0 0;
        display: block;
        box-shadow: 0 12px 28px rgba(6, 41, 53, .35);
        scrollbar-width: thin;
        scrollbar-color: var(--bright-green) hsla(0, 0%, 100%, .08)
    }

    .fa-hero-nav-menu::-webkit-scrollbar {
        width: 6px
    }

    .fa-hero-nav-menu::-webkit-scrollbar-track {
        background: hsla(0, 0%, 100%, .08);
        border-radius: 3px
    }

    .fa-hero-nav-menu::-webkit-scrollbar-thumb {
        background: var(--bright-green);
        border-radius: 3px;
        min-height: 24px
    }

    .fa-hero-nav-row {
        padding: .875rem 1rem;
        align-items: center;
        min-height: 44px
    }

    .fa-hero-nav-title {
        white-space: normal;
        line-height: 1.25
    }
}

#fa-intro {
    background: var(--blue);
    color: var(--white);
    padding: 5rem 0 0;
    position: relative;
    isolation: isolate;
    overflow: hidden
}

.fa-intro-wave-bottom {
    display: block;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: -2px;
    line-height: 0;
    vertical-align: bottom
}

#fa-intro::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--bright-blue);
    -webkit-mask: url("psd_assets/Topo-bright.svg") center/cover no-repeat;
    mask: url("psd_assets/Topo-bright.svg") center/cover no-repeat;
    transform: scale(1.15);
    transform-origin: center;
    opacity: .55;
    pointer-events: none;
    z-index: -1
}

#fa-intro h2 {
    font-family: "leo", sans-serif;
    font-size: clamp(1.85rem, 4.5vw, 2.7rem);
    font-weight: 500;
    line-height: 1.15;
    color: var(--white);
    margin: 0 0 3rem;
    max-width: 30ch
}

.fa-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 5.5rem;
    align-items: start;
    position: relative
}

.fa-intro-grid::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: var(--bright-blue)
}

.fa-intro-col p {
    font-family: "leo", sans-serif;
    font-size: 1.05rem;
    font-weight: 300;
    line-height: 1.75;
    margin: 0 0 1.1em;
    color: var(--white)
}

.fa-intro-col p:last-of-type {
    margin-bottom: 1.75rem
}

@media(max-width: 1024px)and (min-width: 481px) {
    #fa-intro {
        padding: 5rem 0 0
    }

    #fa-intro h2 {
        margin: 0 0 2.5rem
    }

    .fa-intro-grid {
        gap: 4rem
    }
}

@media(max-width: 480px) {
    #fa-intro {
        padding: 4rem 0 0
    }

    #fa-intro h2 {
        margin: 0 0 2rem
    }

    .fa-intro-grid {
        grid-template-columns: 1fr;
        gap: 1rem
    }

    .fa-intro-grid::before {
        display: none
    }

    .fa-intro-grid>.fa-intro-col:first-child p:last-of-type {
        margin-bottom: 0
    }

    .btn-outline-light.fa-intro-cta {
        display: flex;
        width: 100%;
        justify-content: center
    }
}

#fa-lifecycle {
    background: var(--dark-navy);
    color: var(--white);
    padding: 5rem 0 4rem;
    position: relative;
    margin-top: -1px
}

.fa-lc-phase-1 {
    --fa-lc-accent: var(--bright-orange)
}

.fa-lc-phase-2 {
    --fa-lc-accent: var(--light-green)
}

.fa-lc-phase-3 {
    --fa-lc-accent: var(--bright-blue)
}

.fa-lc-phase-4 {
    --fa-lc-accent: var(--bright-yellow)
}

#fa-lifecycle h2 {
    font-family: "leo", sans-serif;
    font-size: clamp(1.85rem, 4.5vw, 2.7rem);
    font-weight: 500;
    line-height: 1.15;
    color: var(--white);
    margin: 0 0 1.25rem;
    max-width: 26ch
}

#fa-lifecycle h2 em {
    font-style: italic;
    font-weight: 500;
    color: var(--light-green)
}

.fa-lc-lede {
    font-family: "leo", sans-serif;
    font-size: 1.05rem;
    font-weight: 300;
    line-height: 1.75;
    color: hsla(0, 0%, 100%, .78);
    max-width: 70ch;
    margin: 0 0 3rem
}

.fa-lc-rail {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px
}

.fa-lc-card {
    position: relative;
    isolation: isolate;
    background: hsla(0, 0%, 100%, .025);
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 8px;
    padding: 24px 26px 28px;
    display: flex;
    flex-direction: column;
    min-height: 330px;
    overflow: hidden
}

.fa-lc-card::before {
    content: attr(data-phase-num);
    position: absolute;
    bottom: -32px;
    right: -8px;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 700;
    font-size: 9.5rem;
    line-height: 1;
    letter-spacing: .02em;
    color: var(--fa-lc-accent, var(--dark-teal));
    opacity: .06;
    z-index: -1;
    pointer-events: none
}

.fa-lc-card-head {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem
}

.fa-lc-card-head::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--fa-lc-accent, var(--dark-teal));
    opacity: .5
}

.fa-lc-card-num {
    font-family: "leo", serif;
    font-style: italic;
    font-weight: 500;
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.01em;
    color: var(--fa-lc-accent, var(--dark-teal))
}

.fa-lc-card-tag {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 700;
    font-size: 12.5px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--fa-lc-accent, var(--dark-teal))
}

.fa-lc-card-title {
    font-family: "leo", serif;
    font-weight: 500;
    font-size: 1.45rem;
    line-height: 1.2;
    color: var(--white);
    margin: 0 0 1rem;
    text-wrap: balance
}

.fa-lc-card-body {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.fa-lc-card-lead {
    font-family: "leo", sans-serif;
    font-size: .95rem;
    font-weight: 400;
    line-height: 1.6;
    color: hsla(0, 0%, 100%, .78);
    margin: 0;
    text-wrap: pretty
}

.fa-lc-card-note {
    font-family: "leo", serif;
    font-style: italic;
    font-weight: 500;
    font-size: 14.5px;
    line-height: 1.5;
    color: hsla(0, 0%, 100%, .55);
    margin: 0;
    padding-top: 10px;
    border-top: 1px solid hsla(0, 0%, 100%, .08)
}

@media(max-width: 1199px)and (min-width: 768px) {
    .fa-lc-rail {
        grid-template-columns: repeat(2, 1fr)
    }

    .fa-lc-card {
        min-height: 0
    }
}

@media(max-width: 991px)and (min-width: 768px) {
    #fa-lifecycle {
        padding: 5rem 0 3rem
    }

    .fa-lc-card::before {
        font-size: 11rem
    }
}

@media(max-width: 767px) {
    #fa-lifecycle {
        padding: 4rem 0 3rem
    }

    #fa-lifecycle h2 {
        font-size: clamp(1.85rem, 8vw, 2.4rem)
    }

    .fa-lc-rail {
        grid-template-columns: 1fr
    }

    .fa-lc-card {
        padding: 20px 22px 24px;
        min-height: 0
    }

    .fa-lc-card-title {
        font-size: 24px
    }

    .fa-lc-card::before {
        font-size: 9rem
    }
}

#fa-why {
    position: relative;
    background: var(--dark-navy);
    padding: 4rem 0 5rem;
    margin-top: -1px;
    overflow: hidden;
    isolation: isolate;
    color: var(--white)
}

#fa-why h2 {
    font-family: "leo", sans-serif;
    font-size: clamp(1.85rem, 4.5vw, 2.7rem);
    font-weight: 500;
    line-height: 1.15;
    color: var(--white);
    margin: 0 0 1.25rem
}

.fa-why-intro {
    font-family: "leo", sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: hsla(0, 0%, 100%, .78);
    max-width: 70ch;
    margin: 0 0 3rem
}

.fa-why-list {
    margin-top: 0
}

.fa-why-card {
    display: grid;
    grid-template-columns: 28px 28ch auto 1fr;
    column-gap: 1.75rem;
    padding: 1.75rem 0;
    border-top: 1.5px solid var(--dark-teal);
    align-items: start
}

.fa-why-card:last-child {
    border-bottom: 1.5px solid var(--dark-teal)
}

.fa-why-arrow {
    width: 1px;
    align-self: stretch;
    background: var(--dark-teal);
    margin: -1.75rem 2.5rem -1.75rem 0
}

.fa-why-icon {
    display: inline-flex;
    align-items: center;
    align-self: start;
    margin-top: .17rem;
    color: var(--bright-green)
}

.fa-why-icon svg {
    display: block;
    width: 1.4rem;
    height: 1.4rem
}

.fa-why-card h3 {
    font-family: "leo", sans-serif;
    font-size: 1.45rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--white);
    margin: 0;
    max-width: 28ch;
    text-wrap: pretty
}

.fa-why-card p {
    font-family: "leo", serif;
    font-style: italic;
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.65;
    color: hsla(0, 0%, 100%, .78);
    margin: -3px 0 0;
    padding-right: 3rem;
    text-wrap: pretty
}

@media(max-width: 1199px)and (min-width: 768px) {
    .fa-why-card {
        grid-template-columns: 28px 28ch auto 1fr;
        column-gap: 1.25rem
    }
}

@media(max-width: 991px)and (min-width: 768px) {
    #fa-why {
        padding: 4rem 0 4rem
    }
}

@media(max-width: 767px) {
    #fa-why {
        padding: 3rem 0 3.5rem
    }

    #fa-why h2 {
        font-size: clamp(1.85rem, 8vw, 2.4rem)
    }

    .fa-why-card {
        grid-template-columns: 28px 1fr;
        column-gap: .75rem;
        row-gap: .75rem;
        padding: 1.5rem 0
    }

    .fa-why-card h3 {
        font-size: 1.15rem;
        max-width: none
    }

    .fa-why-arrow {
        display: none
    }

    .fa-why-card p {
        grid-column: 1/-1
    }

    .fa-why-icon svg {
        width: 22px;
        height: 22px
    }
}

#fa-case {
    background: linear-gradient(rgba(251, 251, 251, 0.2), rgba(251, 251, 251, 0.2)), url("psd_assets/noise-tile.png") repeat, var(--light-gray);
    color: var(--gray);
    padding: 0 0 6rem
}

.fa-case-wave-top {
    display: block;
    width: 100%;
    margin-top: -2px;
    margin-bottom: 5rem;
    line-height: 0
}

#fa-case h2 {
    font-family: "leo", sans-serif;
    font-size: clamp(1.85rem, 4.5vw, 2.7rem);
    font-weight: 500;
    color: var(--dark-navy);
    margin: 0 0 1.25rem
}

.fa-case-intro {
    font-family: "leo", sans-serif;
    font-size: calc(clamp(1.85rem, 4.5vw, 2.7rem)*.6);
    font-style: italic;
    line-height: 1.35;
    color: var(--dark-navy);
    max-width: none;
    margin: 0 0 3rem;
    text-wrap: balance
}

.fa-case-intro em {
    font-style: italic;
    color: var(--dark-navy)
}

.fa-case-label {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    font-family: "brandon-grotesque", sans-serif;
    font-size: .95rem;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--dark-navy);
    margin: 0 0 1.5rem
}

.fa-case-label::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e3e7e9
}

.fa-case-divider {
    border: 0;
    margin: 3rem 0 0
}

.fa-case-results {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem
}

.fa-case-result {
    position: relative;
    background-color: var(--white);
    border-radius: 8px;
    overflow: hidden;
    padding: 88px 32px 24px;
    box-shadow: 0 2px 16px rgba(6, 41, 53, .09)
}

.fa-case-result::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 48px;
    pointer-events: none
}

.fa-case-result:nth-child(1)::before {
    background: #4abd92
}

.fa-case-result:nth-child(2)::before {
    background: #259271
}

.fa-case-result:nth-child(3)::before {
    background: var(--blue)
}

.fa-case-result::after {
    content: "";
    position: absolute;
    inset: 48px 0 0 0;
    pointer-events: none;
    z-index: 0;
    background-image: linear-gradient(to right, rgba(14, 77, 100, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(14, 77, 100, 0.1) 1px, transparent 1px);
    background-size: 28px 28px;
    background-position: -1px -1px;
    -webkit-mask-image: linear-gradient(to top left, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.55) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.13) 90%, transparent 130%);
    mask-image: linear-gradient(to top left, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.55) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.13) 90%, transparent 130%)
}

.fa-case-result p {
    position: relative;
    z-index: 1
}

.fa-case-result-icon {
    position: absolute;
    top: 20px;
    left: 32px;
    width: 56px;
    height: 56px;
    background: var(--dark-navy);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22.5px;
    line-height: 1;
    z-index: 1
}

.fa-case-result-icon i,
.fa-case-result-icon .bi {
    display: block;
    line-height: 1
}

.fa-case-result-icon .bi-link-45deg {
    font-size: 28px
}

.fa-case-result-icon .bi-arrow-clockwise {
    font-size: 24px
}

.fa-case-result-icon img {
    display: block;
    width: 26px;
    height: 26px
}

.fa-case-result p {
    font-family: "leo", sans-serif;
    font-size: .95rem;
    line-height: 1.6;
    color: var(--text-muted);
    margin: 0;
    text-align: left;
    text-wrap: pretty
}

.fa-case-situation {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 4rem;
    align-items: start
}

.fa-case-situation-text p {
    font-family: "leo", sans-serif;
    font-size: .97rem;
    line-height: 1.65;
    color: var(--text-muted);
    margin: 0 0 1rem;
    max-width: 68ch
}

.fa-case-situation-text p:last-child {
    margin-bottom: 0
}

.fa-case-challenges {
    display: flex;
    flex-direction: column
}

.fa-cc-grid {
    position: relative;
    padding: 0 1.25rem;
    display: flex;
    justify-content: center;
    transform: translateY(calc(-7.143% + 3px));
    container-type: inline-size
}

.fa-cc-grid::before {
    content: "";
    position: absolute;
    inset: -1.5rem 0 -1.5rem 0;
    z-index: 0;
    pointer-events: none;
    background-image: linear-gradient(to right, rgba(14, 77, 100, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(14, 77, 100, 0.1) 1px, transparent 1px);
    /* Cell size = 1/17 of the GRAPHIC width (graphic is width:100% capped at
       480px), so the grid scales in lockstep with the .fa-cc-topo graphic at
       every breakpoint. Centered position keeps it aligned to the centered
       graphic instead of sliding off the left edge as the box widens.
       480/17 = 28.2px, so desktop matches the modern site's 28px. */
    background-size: calc(min(100cqi, 480px) / 15) calc(min(100cqi, 480px) / 15);
    background-position: center center;
    mask-image: linear-gradient(to bottom, transparent 0%, #000 14%, #000 92%, transparent 100%), radial-gradient(ellipse 75% 50% at center, #000 45%, transparent 95%);
    mask-composite: intersect;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 14%, #000 92%, transparent 100%), radial-gradient(ellipse 75% 50% at center, #000 45%, transparent 95%);
    -webkit-mask-composite: source-in
}

.fa-cc-grid>.fa-cc-topo {
    position: relative;
    z-index: 1
}

.fa-cc-topo {
    position: relative;
    width: 100%;
    max-width: 480px;
    aspect-ratio: 580/420;
    align-self: center
}

.fa-cc-svg {
    display: block;
    width: 100%;
    height: 100%
}

.fa-cc-card {
    position: absolute;
    width: max-content;
    max-width: 150px;
    box-sizing: border-box;
    padding: 10px 12px;
    background: var(--white);
    border: 1px solid rgba(6, 41, 53, .18);
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(6, 41, 53, .06), 0 6px 18px rgba(6, 41, 53, .08);
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 700;
    font-size: .68rem;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--dark-navy);
    line-height: 1.35;
    z-index: 2;
    text-wrap: balance
}

.fa-cc-card>span {
    display: block
}

.fa-cc-card-left {
    left: 18.97%;
    top: 23.81%;
    transform: translate(-50%, -50%);
    border-right: 4px solid var(--bright-orange);
    text-align: right;
    padding-right: 18px
}

.fa-cc-card-right {
    left: 81.03%;
    top: 57.14%;
    transform: translate(-50%, -50%);
    border-left: 4px solid var(--bright-orange);
    text-align: left;
    padding-left: 18px
}

.fa-cc-card-bottom {
    left: 18.97%;
    top: 79.6%;
    transform: translate(-50%, -50%);
    border-right: 4px solid var(--bright-orange);
    text-align: right;
    padding-right: 18px
}

.fa-case-approach-intro {
    font-family: "leo", sans-serif;
    font-style: italic;
    font-size: 1.05rem;
    line-height: 1.55;
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 0 1.5rem
}

.fa-case-approach {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4rem;
    row-gap: 3rem
}

.fa-case-approach-item {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.fa-case-approach-head {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(14, 77, 100, .18)
}

.fa-case-approach-num {
    font-family: "leo", serif;
    font-style: italic;
    font-weight: 500;
    font-size: 1.875rem;
    line-height: 1;
    letter-spacing: -0.01em;
    color: #4abd92
}

.fa-case-approach-label {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 700;
    font-size: .85rem;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--text-muted)
}

.fa-case-approach-body {
    font-family: "leo", sans-serif;
    font-size: .97rem;
    font-weight: 400;
    line-height: 1.65;
    color: var(--text-muted);
    margin: 0;
    text-wrap: pretty
}

@media(max-width: 991px)and (min-width: 768px) {
    #fa-case {
        padding: 0 0 5rem
    }
}

@media(max-width: 767px) {
    #fa-case {
        padding: 0 0 4rem
    }

    .fa-case-wave-top {
        margin-bottom: 2rem
    }
}

@media(max-width: 991px) {
    .fa-case-results {
        grid-template-columns: 1fr
    }

    .fa-case-situation {
        grid-template-columns: 1fr
    }

    .fa-case-approach {
        grid-template-columns: 1fr
    }

    .fa-case-challenges {
        margin-top: 2.5rem
    }
}

@media(max-width: 767px) {
    .fa-case-result {
        padding: 84px 28px 24px
    }

    .fa-case-result::before {
        height: 48px
    }

    .fa-case-result::after {
        inset: 48px 0 0 0
    }

    .fa-case-result-icon {
        top: 22px;
        left: 28px;
        width: 52px;
        height: 52px;
        font-size: 21px
    }

    .fa-case-result-icon .bi-link-45deg {
        font-size: 26px
    }

    .fa-case-result-icon .bi-arrow-clockwise {
        font-size: 22px
    }

    .fa-case-result-icon img {
        width: 24px;
        height: 24px
    }

    .fa-case-result p {
        font-size: .95rem
    }

    .fa-case-intro br {
        display: none
    }

    .fa-case-intro {
        text-wrap: pretty
    }
}

#ve-tool {
    background: var(--white);
    color: var(--gray);
    padding: 0
}

#ve-tool .ve-panel {
    padding: 5rem 0
}

#ve-tool .ve-step-indicator {
    font-family: "brandon-grotesque", sans-serif;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--bright-orange);
    margin: 0 0 1.5rem
}

#ve-tool .ve-h1 {
    font-family: "leo", sans-serif;
    font-size: clamp(2.25rem, 4.4vw, 3.6rem);
    font-weight: 500;
    line-height: 1.1;
    color: var(--dark-navy);
    margin: 0 0 1.5rem;
    text-wrap: balance
}

#ve-tool .ve-h1 em {
    font-style: italic;
    color: var(--dark-green)
}

#ve-tool .ve-h2 {
    font-family: "leo", sans-serif;
    font-size: clamp(1.85rem, 4.5vw, 2.7rem);
    font-weight: 500;
    line-height: 1.15;
    color: var(--dark-navy);
    margin: 0 0 1rem;
    text-wrap: balance
}

#ve-tool .ve-lede {
    font-family: "leo", sans-serif;
    font-size: 1.15rem;
    line-height: 1.65;
    color: var(--gray);
    max-width: 70ch;
    margin: 0 0 1.5rem
}

#ve-tool .ve-lede+.ve-lede {
    margin-top: 0
}

#ve-tool .ve-fineprint {
    font-family: "leo", sans-serif;
    font-size: .92rem;
    line-height: 1.5;
    color: var(--text-muted);
    margin: 1.5rem 0 0
}

#ve-tool .ve-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    background: var(--bright-orange);
    color: var(--white);
    font-family: "brandon-grotesque", sans-serif;
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    padding: 1rem 2rem;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    transition: opacity .15s
}

#ve-tool .ve-btn-primary:hover {
    opacity: .88;
    color: var(--white)
}

#ve-tool .ve-btn-primary[disabled] {
    opacity: .5;
    cursor: not-allowed
}

#ve-tool .ve-btn-back {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: rgba(0, 0, 0, 0);
    border: 0;
    color: var(--dark-navy);
    font-family: "brandon-grotesque", sans-serif;
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    padding: 1rem 0;
    cursor: pointer;
    text-decoration: none
}

#ve-tool .ve-btn-back:hover {
    color: var(--bright-orange)
}

#ve-tool .ve-step {
    display: none
}

#ve-tool .ve-step.is-active {
    display: block
}

#ve-tool .ve-step-framing {
    background: var(--dark-navy);
    color: var(--white);
    padding: 5rem 0 5.5rem
}

#ve-tool .ve-framing-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 4rem;
    align-items: start
}

#ve-tool .ve-step-framing .ve-h1 {
    color: var(--white);
    font-size: clamp(2.25rem, 4.4vw, 3.8rem);
    margin: 0 0 2rem;
    max-width: none;
    text-wrap: balance
}

#ve-tool .ve-step-framing .ve-h1 em {
    color: var(--bright-green)
}

#ve-tool .ve-step-framing .ve-lede {
    color: hsla(0, 0%, 100%, .82);
    font-weight: 300;
    max-width: none
}

#ve-tool .ve-framing-aside {
    background: hsla(0, 0%, 100%, .06);
    border: 1px solid hsla(0, 0%, 100%, .15);
    border-radius: 8px;
    padding: 1.85rem 2rem 1.5rem
}

#ve-tool .ve-framing-aside-eyebrow {
    font-family: "brandon-grotesque", sans-serif;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--bright-yellow);
    margin: 0 0 1.25rem
}

#ve-tool .ve-field-dark {
    margin-bottom: 1.1rem
}

#ve-tool .ve-field-dark .ve-field-label {
    color: hsla(0, 0%, 100%, .85);
    font-size: .78rem;
    letter-spacing: .1em
}

#ve-tool .ve-field-dark .ve-input {
    background: hsla(0, 0%, 100%, .06);
    border-color: hsla(0, 0%, 100%, .22);
    color: var(--white);
    font-size: .95rem;
    padding: .7rem .9rem
}

#ve-tool .ve-field-dark .ve-input::placeholder {
    color: hsla(0, 0%, 100%, .5)
}

#ve-tool .ve-field-dark .ve-input:focus {
    border-color: var(--bright-orange);
    box-shadow: 0 0 0 3px rgba(244, 96, 54, .22)
}

#ve-tool .ve-field-dark .ve-field-error {
    color: var(--bright-yellow)
}

#ve-tool .ve-framing-cta {
    width: 100%;
    justify-content: center;
    margin: .5rem 0 1.75rem
}

#ve-tool .ve-framing-need {
    font-family: "leo", sans-serif;
    font-size: .92rem;
    line-height: 1.55;
    color: hsla(0, 0%, 100%, .7);
    margin: 0;
    padding-top: 1.25rem;
    border-top: 1px solid hsla(0, 0%, 100%, .12)
}

#ve-tool .ve-framing-need-label {
    display: block;
    font-family: "brandon-grotesque", sans-serif;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: hsla(0, 0%, 100%, .6);
    margin-bottom: .4rem
}

#ve-tool .ve-framing-footnote {
    font-family: "leo", sans-serif;
    font-style: italic;
    font-size: .85rem;
    line-height: 1.5;
    color: hsla(0, 0%, 100%, .55);
    margin: 1rem 0 0
}

@media(max-width: 991px) {
    #ve-tool .ve-framing-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem
    }
}

#ve-tool .ve-step-form {
    padding: 5rem 0
}

#ve-tool .ve-step-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
    gap: 4rem;
    align-items: start
}

#ve-tool .ve-step-heading {
    font-family: "leo", sans-serif;
    font-size: clamp(1.6rem, 3.6vw, 2.25rem);
    font-weight: 500;
    line-height: 1.2;
    color: var(--dark-navy);
    margin: 0 0 .75rem;
    text-wrap: balance
}

#ve-tool .ve-step-subhead {
    font-family: "leo", sans-serif;
    font-size: 1.02rem;
    line-height: 1.6;
    color: var(--gray);
    max-width: 55ch;
    margin: 0 0 2.5rem
}

#ve-tool .ve-field {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.75rem
}

#ve-tool .ve-field-label {
    font-family: "brandon-grotesque", sans-serif;
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--dark-navy);
    margin-bottom: .5rem
}

#ve-tool .ve-field-helper {
    font-family: "leo", sans-serif;
    font-size: .9rem;
    line-height: 1.55;
    color: var(--text-muted);
    margin: .5rem 0 0
}

#ve-tool .ve-input,
#ve-tool .ve-textarea {
    font-family: "leo", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--dark-navy);
    background: var(--white);
    border: 1px solid rgba(6, 41, 53, .22);
    border-radius: 6px;
    padding: .85rem 1rem;
    transition: border-color .15s, box-shadow .15s;
    width: 100%
}

#ve-tool .ve-textarea {
    min-height: 6.5rem;
    resize: vertical
}

#ve-tool .ve-input:focus,
#ve-tool .ve-textarea:focus {
    outline: none;
    border-color: var(--bright-orange);
    box-shadow: 0 0 0 3px rgba(244, 96, 54, .15)
}

#ve-tool .ve-input-currency {
    position: relative
}

#ve-tool .ve-input-currency::before {
    content: "$";
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-family: "leo", sans-serif;
    font-size: 1rem;
    color: var(--text-muted);
    pointer-events: none
}

#ve-tool .ve-input-currency .ve-input {
    padding-left: 1.85rem
}

#ve-tool .ve-field-error {
    font-family: "leo", sans-serif;
    font-size: .9rem;
    color: var(--bright-orange);
    margin: .5rem 0 0;
    display: none
}

#ve-tool .ve-field.has-error .ve-input,
#ve-tool .ve-field.has-error .ve-textarea {
    border-color: var(--bright-orange)
}

#ve-tool .ve-field.has-error .ve-field-error {
    display: block
}

#ve-tool .ve-soft-warning {
    background: rgba(245, 185, 57, .12);
    border-left: 3px solid var(--bright-yellow);
    padding: .85rem 1.1rem;
    font-family: "leo", sans-serif;
    font-size: .92rem;
    line-height: 1.5;
    color: var(--dark-navy);
    margin: 0 0 1.5rem;
    border-radius: 0 4px 4px 0;
    display: none
}

#ve-tool .ve-step.has-soft-warning .ve-soft-warning {
    display: block
}

#ve-tool .ve-step-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-top: 2.5rem
}

#ve-tool .ve-step-footer.is-end-only {
    justify-content: flex-end
}

#ve-tool .ve-coaching {
    background: var(--light-gray);
    border-radius: 8px;
    padding: 1.75rem 1.85rem;
    border-left: 4px solid var(--light-green);
    align-self: stretch
}

#ve-tool .ve-coaching-title {
    font-family: "brandon-grotesque", sans-serif;
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--dark-navy);
    margin: 0 0 1rem
}

#ve-tool .ve-coaching p {
    font-family: "leo", sans-serif;
    font-size: .95rem;
    line-height: 1.65;
    color: var(--gray);
    margin: 0 0 1em
}

#ve-tool .ve-coaching p:last-child {
    margin-bottom: 0
}

#ve-tool .ve-coaching-attribution {
    display: block;
    font-style: italic;
    font-size: .88rem;
    color: var(--text-muted);
    margin-top: .5rem
}

@media(max-width: 991px) {
    #ve-tool .ve-step-grid {
        grid-template-columns: 1fr;
        gap: 2rem
    }

    #ve-tool .ve-coaching {
        order: -1
    }

    #ve-tool .ve-coaching-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        background: rgba(0, 0, 0, 0);
        border: 0;
        padding: 0;
        cursor: pointer;
        font-family: "brandon-grotesque", sans-serif;
        font-size: .85rem;
        font-weight: 700;
        letter-spacing: .16em;
        text-transform: uppercase;
        color: var(--dark-navy)
    }

    #ve-tool .ve-coaching-body {
        display: none;
        margin-top: 1rem
    }

    #ve-tool .ve-coaching.is-open .ve-coaching-body {
        display: block
    }
}

@media(min-width: 992px) {
    #ve-tool .ve-coaching-toggle {
        display: none
    }

    #ve-tool .ve-coaching-body {
        display: block
    }
}

#ve-tool .ve-step-results {
    padding: 4rem 0 5rem;
    background: linear-gradient(rgba(251, 251, 251, 0.2), rgba(251, 251, 251, 0.2)), url("psd_assets/noise-tile.png") repeat, var(--light-gray)
}

#ve-tool .ve-step-results .ve-step-indicator {
    color: var(--bright-orange)
}

#ve-tool .ve-results-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
    gap: 2rem;
    align-items: start;
    margin-bottom: 3rem
}

#ve-tool .ve-scorecard {
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 2px 22px rgba(6, 41, 53, .06);
    padding: 2.5rem 2.75rem;
    display: flex;
    flex-direction: column;
    gap: 2rem
}

#ve-tool .ve-results-controls {
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 2px 22px rgba(6, 41, 53, .06);
    padding: 1.75rem 1.85rem;
    position: sticky;
    top: 110px;
    max-height: calc(100vh - 130px);
    overflow-y: auto
}

#ve-tool .ve-section-eyebrow {
    font-family: "brandon-grotesque", sans-serif;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--dark-navy);
    margin: 0 0 1rem;
    opacity: .7
}

#ve-tool .ve-headline {
    text-align: left;
    margin-bottom: 0;
    max-width: none;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(6, 41, 53, .08)
}

#ve-tool .ve-headline-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.25rem;
    margin-top: 1.5rem
}

#ve-tool .ve-headline-cta-hint {
    font-family: "leo", sans-serif;
    font-style: italic;
    font-size: .92rem;
    color: var(--text-muted)
}

#ve-tool .ve-headline-cta-hint-dir.is-right {
    display: inline
}

#ve-tool .ve-headline-cta-hint-dir.is-below {
    display: none
}

@media(max-width: 1199px) {
    #ve-tool .ve-headline-cta-hint-dir.is-right {
        display: none
    }

    #ve-tool .ve-headline-cta-hint-dir.is-below {
        display: inline
    }
}

#ve-tool .ve-headline-eyebrow {
    font-family: "brandon-grotesque", sans-serif;
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--dark-navy);
    margin: 0 0 .5rem
}

#ve-tool .ve-headline-prompt {
    font-family: "leo", sans-serif;
    font-size: clamp(1.35rem, 2.6vw, 1.85rem);
    font-weight: 500;
    line-height: 1.3;
    color: var(--dark-navy);
    margin: 0 0 1rem;
    max-width: 40ch
}

#ve-tool .ve-headline-prompt em {
    font-style: italic;
    color: var(--dark-green)
}

#ve-tool .ve-headline-number {
    font-family: "leo", sans-serif;
    font-size: clamp(3.5rem, 8vw, 6rem);
    font-weight: 500;
    line-height: 1;
    color: var(--dark-green);
    margin: 0 0 1.25rem;
    letter-spacing: -0.01em
}

#ve-tool .ve-headline-secondary {
    font-family: "leo", sans-serif;
    font-size: 1.02rem;
    line-height: 1.65;
    color: var(--gray);
    max-width: 50ch;
    margin: 0
}

#ve-tool .ve-headline-secondary strong {
    color: var(--dark-navy);
    font-weight: 500
}

#ve-tool .ve-sidebyside {
    margin: 0;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(6, 41, 53, .08)
}

#ve-tool .ve-sidebyside-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    margin-bottom: 1.25rem
}

#ve-tool .ve-sidebyside-card {
    background: var(--light-gray);
    border-radius: 8px;
    padding: 1.35rem 1.5rem;
    border-top: 4px solid
}

#ve-tool .ve-sidebyside-card.is-status-quo {
    border-top-color: rgba(6, 41, 53, .35)
}

#ve-tool .ve-sidebyside-card.is-modernize {
    border-top-color: var(--dark-green)
}

#ve-tool .ve-sidebyside-card-label {
    font-family: "brandon-grotesque", sans-serif;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--dark-navy);
    margin: 0 0 .75rem
}

#ve-tool .ve-sidebyside-card-value {
    font-family: "leo", sans-serif;
    font-size: clamp(2rem, 4vw, 2.85rem);
    font-weight: 500;
    line-height: 1;
    color: var(--dark-navy);
    margin: 0 0 .85rem;
    letter-spacing: -0.01em
}

#ve-tool .ve-sidebyside-card.is-modernize .ve-sidebyside-card-value {
    color: var(--dark-green)
}

#ve-tool .ve-sidebyside-card-footnote {
    font-family: "leo", sans-serif;
    font-size: .92rem;
    line-height: 1.55;
    color: var(--text-muted);
    margin: 0
}

#ve-tool .ve-sidebyside-savings {
    background: rgba(108, 224, 181, .18);
    border-left: 4px solid var(--light-green);
    padding: 1.1rem 1.35rem;
    font-family: "leo", sans-serif;
    font-size: 1.05rem;
    line-height: 1.55;
    color: var(--dark-navy);
    border-radius: 0 6px 6px 0;
    margin: 0 0 2rem;
    max-width: 70ch
}

#ve-tool .ve-sidebyside-savings strong {
    font-weight: 600;
    color: var(--dark-green)
}

#ve-tool .ve-chart {
    background: var(--light-gray);
    border-radius: 8px;
    padding: 1.25rem 1.5rem 1.5rem;
    margin: 0
}

#ve-tool .ve-chart-svg {
    display: block;
    width: 100%;
    height: 260px
}

#ve-tool .ve-chart-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin: 1rem 0 0;
    font-family: "brandon-grotesque", sans-serif;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--dark-navy)
}

#ve-tool .ve-chart-legend-item {
    display: inline-flex;
    align-items: center;
    gap: .5rem
}

#ve-tool .ve-chart-legend-swatch {
    width: 14px;
    height: 14px;
    border-radius: 2px
}

#ve-tool .ve-chart-legend-swatch.is-status-quo {
    background: rgba(6, 41, 53, .32)
}

#ve-tool .ve-chart-legend-swatch.is-modernize {
    background: var(--dark-green)
}

#ve-tool .ve-chart-caption {
    font-family: "leo", sans-serif;
    font-style: italic;
    font-size: .92rem;
    line-height: 1.5;
    color: var(--text-muted);
    margin: 1rem 0 0
}

#ve-tool .ve-pullquote {
    background: var(--dark-navy);
    color: var(--white);
    border-radius: 8px;
    padding: 2.5rem 2.75rem;
    margin: 0 0 4rem;
    position: relative
}

#ve-tool .ve-pullquote-text {
    font-family: "leo", sans-serif;
    font-style: italic;
    font-size: clamp(1.25rem, 2.4vw, 1.6rem);
    line-height: 1.45;
    color: var(--white);
    margin: 0 0 1.5rem;
    max-width: 60ch
}

#ve-tool .ve-pullquote-attribution {
    font-family: "brandon-grotesque", sans-serif;
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--bright-yellow);
    margin: 0
}

#ve-tool .ve-results-controls .ve-assumptions-heading {
    font-family: "leo", sans-serif;
    font-size: 1.15rem;
    font-weight: 500;
    color: var(--dark-navy);
    margin: 0 0 .5rem
}

#ve-tool .ve-results-controls .ve-assumptions-subhead {
    font-family: "leo", sans-serif;
    font-size: .88rem;
    line-height: 1.5;
    color: var(--text-muted);
    margin: 0 0 1.25rem
}

#ve-tool .ve-assumptions-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: .85rem
}

#ve-tool .ve-assumption {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: .45rem;
    padding: .85rem 1rem;
    background: var(--light-gray);
    border-radius: 6px
}

#ve-tool .ve-assumption-label {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: .75rem;
    font-family: "brandon-grotesque", sans-serif;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--dark-navy)
}

#ve-tool .ve-assumption-value {
    font-family: "leo", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: var(--dark-green);
    letter-spacing: -0.005em;
    text-transform: none
}

#ve-tool .ve-assumption-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: .5rem
}

#ve-tool .ve-assumption-explainer {
    font-family: "leo", sans-serif;
    font-size: .82rem;
    line-height: 1.5;
    color: var(--text-muted);
    margin: 0
}

#ve-tool .ve-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    background: rgba(6, 41, 53, .15);
    border-radius: 3px;
    outline: none
}

#ve-tool .ve-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--bright-orange);
    border: 3px solid var(--white);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    cursor: pointer
}

#ve-tool .ve-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--bright-orange);
    border: 3px solid var(--white);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    cursor: pointer
}

#ve-tool .ve-slider:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 4px rgba(244, 96, 54, .25)
}

#ve-tool .ve-whatif {
    background: var(--light-gray);
    border-radius: 12px;
    padding: 2rem 2.25rem;
    margin: 0 0 4rem
}

#ve-tool .ve-whatif-heading {
    font-family: "leo", sans-serif;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 500;
    color: var(--dark-navy);
    margin: 0 0 .5rem
}

#ve-tool .ve-whatif-subhead {
    font-family: "leo", sans-serif;
    font-size: .95rem;
    line-height: 1.55;
    color: var(--gray);
    margin: 0 0 1.5rem
}

#ve-tool .ve-whatif-slider-label {
    font-family: "brandon-grotesque", sans-serif;
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--dark-navy);
    margin: 0 0 .5rem
}

#ve-tool .ve-whatif-slider-value {
    font-family: "leo", sans-serif;
    font-size: clamp(2.25rem, 5vw, 3.5rem);
    font-weight: 500;
    line-height: 1;
    color: var(--dark-green);
    margin: 0 0 1rem;
    letter-spacing: -0.01em
}

#ve-tool .ve-whatif-cells {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin: 1.5rem 0
}

#ve-tool .ve-whatif-cell {
    background: var(--white);
    border-radius: 8px;
    padding: 1rem 1.25rem;
    text-align: left
}

#ve-tool .ve-whatif-cell-label {
    font-family: "brandon-grotesque", sans-serif;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin: 0 0 .4rem
}

#ve-tool .ve-whatif-cell-value {
    font-family: "leo", sans-serif;
    font-size: clamp(1.5rem, 2.5vw, 1.85rem);
    font-weight: 500;
    color: var(--dark-navy);
    line-height: 1.1;
    margin: 0;
    letter-spacing: -0.005em
}

#ve-tool .ve-whatif-interpretation {
    font-family: "leo", sans-serif;
    font-style: italic;
    font-size: .95rem;
    line-height: 1.55;
    color: var(--gray);
    margin: 1rem 0 0;
    max-width: 70ch
}

#ve-tool .ve-cta-band {
    background: var(--dark-teal);
    color: var(--white);
    border-radius: 12px;
    padding: 2.5rem 2.75rem;
    text-align: left
}

#ve-tool .ve-cta-heading {
    font-family: "leo", sans-serif;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 500;
    color: var(--white);
    margin: 0 0 .85rem
}

#ve-tool .ve-cta-subhead {
    font-family: "leo", sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: hsla(0, 0%, 100%, .85);
    max-width: 60ch;
    margin: 0 0 1.5rem
}

#ve-tool .ve-cta-trustline {
    font-family: "leo", sans-serif;
    font-style: italic;
    font-size: .88rem;
    color: hsla(0, 0%, 100%, .65);
    margin: 1rem 0 0
}

@media(max-width: 1199px) {
    #ve-tool .ve-results-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem
    }

    #ve-tool .ve-results-controls {
        position: static;
        max-height: none;
        overflow: visible
    }
}

@media(max-width: 991px) {
    #ve-tool .ve-sidebyside-grid {
        grid-template-columns: 1fr
    }

    #ve-tool .ve-whatif-cells {
        grid-template-columns: 1fr
    }
}

@media(max-width: 600px) {
    #ve-tool .ve-step-results {
        padding: 3rem 0
    }

    #ve-tool .ve-scorecard {
        padding: 1.5rem 1.5rem
    }

    #ve-tool .ve-results-controls {
        padding: 1.25rem 1.25rem
    }

    #ve-tool .ve-pullquote,
    #ve-tool .ve-whatif,
    #ve-tool .ve-cta-band {
        padding: 1.5rem 1.5rem
    }
}

#ve-tool .ve-modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(6, 41, 53, .65);
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1.5rem
}

#ve-tool .ve-modal-backdrop.is-open {
    display: flex
}

#ve-tool .ve-modal {
    background: var(--white);
    border-radius: 12px;
    width: 100%;
    max-width: 560px;
    padding: 2.5rem 2.5rem 2rem;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .35);
    position: relative;
    max-height: calc(100vh - 3rem);
    overflow-y: auto
}

#ve-tool .ve-modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2.25rem;
    height: 2.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0);
    border: 0;
    color: var(--text-muted);
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    border-radius: 50%;
    transition: background .15s, color .15s
}

#ve-tool .ve-modal-close:hover {
    background: var(--light-gray);
    color: var(--dark-navy)
}

#ve-tool .ve-modal-title {
    font-family: "leo", sans-serif;
    font-size: clamp(1.5rem, 3vw, 1.85rem);
    font-weight: 500;
    color: var(--dark-navy);
    margin: 0 0 .5rem
}

#ve-tool .ve-modal-subhead {
    font-family: "leo", sans-serif;
    font-size: .95rem;
    line-height: 1.55;
    color: var(--gray);
    margin: 0 0 1.5rem
}

#ve-tool .ve-modal-field {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.1rem
}

#ve-tool .ve-modal-field-label {
    font-family: "brandon-grotesque", sans-serif;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--dark-navy);
    margin-bottom: .4rem
}

#ve-tool .ve-modal-field-input {
    font-family: "leo", sans-serif;
    font-size: 1rem;
    color: var(--dark-navy);
    background: var(--white);
    border: 1px solid rgba(6, 41, 53, .22);
    border-radius: 6px;
    padding: .7rem .9rem;
    transition: border-color .15s, box-shadow .15s
}

#ve-tool .ve-modal-field-input:focus {
    outline: none;
    border-color: var(--bright-orange);
    box-shadow: 0 0 0 3px rgba(244, 96, 54, .15)
}

#ve-tool .ve-modal-field-error {
    font-family: "leo", sans-serif;
    font-size: .85rem;
    color: var(--bright-orange);
    margin: .35rem 0 0;
    display: none
}

#ve-tool .ve-modal-field.has-error .ve-modal-field-input {
    border-color: var(--bright-orange)
}

#ve-tool .ve-modal-field.has-error .ve-modal-field-error {
    display: block
}

#ve-tool .ve-modal-consent {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    margin: .5rem 0 1.5rem;
    font-family: "leo", sans-serif;
    font-size: .9rem;
    line-height: 1.45;
    color: var(--gray)
}

#ve-tool .ve-modal-consent input[type=checkbox] {
    flex: 0 0 18px;
    margin-top: 3px;
    accent-color: var(--bright-orange)
}

#ve-tool .ve-modal-error {
    background: rgba(244, 96, 54, .1);
    border-left: 3px solid var(--bright-orange);
    padding: .85rem 1.1rem;
    border-radius: 0 4px 4px 0;
    font-family: "leo", sans-serif;
    font-size: .92rem;
    line-height: 1.5;
    color: var(--dark-navy);
    margin-bottom: 1.25rem;
    display: none
}

#ve-tool .ve-modal.has-error .ve-modal-error {
    display: block
}

#ve-tool .ve-modal-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: .5rem
}

#ve-tool .ve-modal-confirm {
    display: none
}

#ve-tool .ve-modal.is-confirmed .ve-modal-form {
    display: none
}

#ve-tool .ve-modal.is-confirmed .ve-modal-confirm {
    display: block
}

#ve-tool .ve-modal-confirm-heading {
    font-family: "leo", sans-serif;
    font-size: clamp(1.5rem, 3vw, 1.85rem);
    font-weight: 500;
    color: var(--dark-navy);
    margin: 0 0 1rem
}

#ve-tool .ve-modal-confirm p {
    font-family: "leo", sans-serif;
    font-size: .95rem;
    line-height: 1.6;
    color: var(--gray);
    margin: 0 0 1.1em
}

#ve-tool .ve-modal-confirm strong {
    color: var(--dark-navy);
    font-weight: 500
}

#ve-tool .ve-modal-confirm-divider {
    border: 0;
    border-top: 1px solid rgba(6, 41, 53, .08);
    margin: 1.5rem 0
}

#ve-tool .ve-modal-confirm-secondary {
    font-family: "leo", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--dark-navy);
    margin: 0 0 .5rem
}

#ve-tool .ve-modal-confirm-restart {
    display: inline-block;
    margin-top: 1rem;
    font-family: "leo", sans-serif;
    font-size: .9rem;
    color: var(--text-muted);
    text-decoration: underline;
    background: rgba(0, 0, 0, 0);
    border: 0;
    cursor: pointer;
    padding: 0
}

#ve-tool .ve-modal-confirm-restart:hover {
    color: var(--dark-navy)
}

@media(max-width: 600px) {
    #ve-tool .ve-modal {
        padding: 1.75rem 1.5rem 1.5rem;
        border-radius: 8px
    }
}

#cn-hero {
    background: var(--dark-teal);
    padding: 4rem 0 7rem;
    position: relative;
    overflow: hidden
}

#cn-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 84px 84px;
    pointer-events: none;
    z-index: 0
}

#cn-hero>* {
    position: relative;
    z-index: 1
}

.cn-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    font-family: "brandon-grotesque", sans-serif;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--bright-green);
    margin-bottom: 1.75rem
}

.cn-hero-eyebrow .cn-hero-divider {
    display: inline-block;
    width: 32px;
    height: 1px;
    background: var(--bright-green)
}

#cn-hero h1 {
    font-family: "leo", sans-serif;
    font-size: clamp(2.5rem, 5.4vw, 5rem);
    font-weight: 500;
    line-height: 1.08;
    color: var(--white);
    max-width: 70%;
    margin: 0
}

.cn-hero-lede {
    font-family: "leo", sans-serif;
    font-size: clamp(1.05rem, 1.4vw, 1.25rem);
    font-weight: 300;
    line-height: 1.6;
    color: hsla(0, 0%, 100%, .92);
    max-width: 56ch;
    margin: 1.75rem 0 0
}

@media(max-width: 991px) {
    #cn-hero {
        padding: 3rem 0 5rem
    }

    #cn-hero h1 {
        max-width: 100%
    }

    .cn-hero-lede {
        max-width: 100%
    }
}

#cn-pillars {
    background: var(--light-gray);
    padding: 5rem 0 6rem;
    position: relative
}

#cn-pillars h2 {
    font-family: "leo", sans-serif;
    font-size: clamp(1.5rem, 2.9vw, 2.7rem);
    color: var(--dark-teal);
    margin: 0 0 1.25rem;
    max-width: 36ch
}

.cn-pillars-intro {
    font-family: "leo", sans-serif;
    font-size: 1.05rem;
    color: var(--gray);
    line-height: 1.65;
    max-width: 60ch;
    margin: 0 0 3rem
}

.cn-pillar-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 3.5rem;
    row-gap: 3rem
}

.cn-pillar-item {
    position: relative;
    padding-top: 1.5rem
}

.cn-pillar-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--bright-blue)
}

.cn-pillar-eyebrow {
    font-family: "brandon-grotesque", sans-serif;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--bright-blue);
    margin: 0 0 1rem
}

.cn-pillar-item h3 {
    font-family: "leo", sans-serif;
    font-size: 1.35rem;
    font-weight: 500;
    line-height: 1.25;
    color: var(--dark-teal);
    margin: 0 0 1rem
}

.cn-pillar-body {
    font-size: .95rem;
    color: var(--gray);
    line-height: 1.65;
    margin: 0
}

@media(max-width: 991px) {
    .cn-pillar-grid {
        grid-template-columns: 1fr;
        row-gap: 2.5rem
    }
}

#cn-flow {
    background: var(--white);
    padding: 5rem 0 6rem;
    position: relative
}

#cn-flow h2 {
    font-family: "leo", sans-serif;
    font-size: clamp(1.5rem, 2.9vw, 2.7rem);
    color: var(--dark-teal);
    margin: 0 0 1.25rem;
    max-width: 32ch
}

.cn-flow-intro {
    font-family: "leo", sans-serif;
    font-size: 1.1rem;
    color: var(--text-muted);
    line-height: 1.6;
    max-width: 60%;
    margin: 0 0 4rem
}

.cn-flow-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
    margin-bottom: 4rem
}

.cn-flow-row:last-child {
    margin-bottom: 0
}

.cn-flow-row.flip .cn-flow-visual {
    order: -1
}

.cn-flow-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .85rem;
    margin: 0 0 1rem
}

.cn-flow-num {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: var(--bright-blue);
    letter-spacing: .04em
}

.cn-flow-divider {
    display: inline-block;
    width: 28px;
    height: 1px;
    background: var(--bright-blue)
}

.cn-flow-label {
    font-family: "brandon-grotesque", sans-serif;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--bright-blue)
}

.cn-flow-row h3 {
    font-family: "leo", serif;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 500;
    line-height: 1.2;
    color: var(--dark-navy);
    margin: 0 0 1.25rem
}

.cn-flow-body {
    font-size: 1.1rem;
    color: var(--text-muted);
    line-height: 1.65;
    margin: 0
}

.cn-flow-visual {
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4/3;
    background: var(--light-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 32px rgba(6, 41, 53, .1);
    border: 1px solid rgba(6, 41, 53, .06)
}

.cn-flow-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cn-flow-visual.is-empty,
.cn-flow-visual-placeholder {
    background: repeating-linear-gradient(45deg, rgba(35, 100, 158, 0.05) 0 12px, rgba(35, 100, 158, 0.1) 12px 24px)
}

.cn-flow-visual.is-empty::before {
    content: attr(data-label);
    color: var(--blue);
    font-family: "brandon-grotesque", sans-serif;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase
}

.cn-flow-visual-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blue);
    font-family: "brandon-grotesque", sans-serif;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase
}

@media(max-width: 991px) {
    .cn-flow-intro {
        max-width: 100%;
        margin-bottom: 2.5rem
    }

    .cn-flow-row {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding-bottom: 3rem;
        margin-bottom: 3rem;
        border-bottom: 1px solid rgba(6, 41, 53, .1)
    }

    .cn-flow-row:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0
    }

    .cn-flow-row .cn-flow-visual,
    .cn-flow-row.flip .cn-flow-visual {
        order: 1;
        aspect-ratio: 16/10
    }

    .cn-flow-row .cn-flow-text {
        order: 2
    }
}

@media(max-width: 767px) {
    .cn-flow-row h3 {
        font-size: clamp(1.25rem, 5.5vw, 1.6rem)
    }

    .cn-flow-body,
    .cn-flow-intro {
        font-size: 1rem
    }
}

#cn-engagement {
    background: var(--dark-green);
    padding: 6rem 0;
    color: var(--white);
    position: relative;
    isolation: isolate;
    overflow: hidden
}

.cn-engagement-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.cn-engagement-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #4abd92;
    -webkit-mask: url("psd_assets/Topo-bright.svg") center/cover no-repeat;
    mask: url("psd_assets/Topo-bright.svg") center/cover no-repeat;
    transform: scale(1.15);
    transform-origin: center;
    opacity: .55
}

.cn-engagement-eyebrow {
    font-family: "brandon-grotesque", sans-serif;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--bright-green);
    margin: 0 0 1.5rem
}

.cn-engagement-quote {
    font-family: "leo", sans-serif;
    font-size: clamp(1.5rem, 3vw, 2.4rem);
    font-weight: 500;
    line-height: 1.3;
    color: var(--white);
    margin: 0;
    padding: 0;
    border: 0
}

@media(max-width: 991px) {
    #cn-engagement {
        padding: 4.5rem 0
    }
}

#cn-cta {
    background: var(--bright-blue);
    color: var(--white)
}

.cn-cta-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
    min-height: 360px
}

.cn-cta-text {
    padding-block: clamp(3rem, 7vw, 5rem);
    padding-left: max(clamp(1.5rem, 9.9vw, 9rem), (100vw - 1500px)/2 + 9rem);
    padding-right: clamp(1.5rem, 9.9vw, 9rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.cn-cta-text h2 {
    font-family: "leo", sans-serif;
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 500;
    line-height: 1.15;
    color: var(--white);
    margin: 0 0 1.5rem
}

.cn-cta-text h2 em {
    font-style: italic;
    color: var(--white)
}

.cn-cta-body {
    font-family: "leo", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.65;
    color: hsla(0, 0%, 100%, .92);
    max-width: 50ch;
    margin: 0 0 2rem
}

.cn-cta-actions {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem
}

#cn-cta .btn-orange {
    background: var(--dark-navy);
    transition: background-color .2s ease
}

#cn-cta .btn-orange:hover {
    background: var(--dark-teal);
    color: var(--white)
}

.cn-cta-link {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-family: "brandon-grotesque", sans-serif;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--white);
    text-decoration: none;
    padding: .4rem 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, .45);
    transition: border-color .15s, opacity .15s
}

.cn-cta-link:hover {
    color: var(--white);
    border-bottom-color: var(--white);
    opacity: .9
}

.cn-cta-image {
    background-color: var(--bright-blue);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 360px
}

@media(max-width: 991px) {
    .cn-cta-grid {
        grid-template-columns: 1fr
    }

    .cn-cta-image {
        min-height: 240px;
        order: 2
    }

    .cn-cta-text {
        padding-left: clamp(1.5rem, 6vw, 3rem);
        padding-right: clamp(1.5rem, 6vw, 3rem)
    }
}

@media (min-width: 1101px) and (max-width: 1199px) {
    #hero {
        max-height: none;
        padding-bottom: 4rem
    }
}