/* Load after hero.css and before footer.css. The ambient layer is fixed behind every section. */

body {
    overflow-x: hidden;
    background: #05080a
}

.sn-ambient {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
    background: radial-gradient(80% 60% at 50% 0%, rgba(0, 188, 212, .06), transparent 65%)
}

.sn-ambient__grid {
    position: absolute;
    inset: 0;
    opacity: .22;
    background-image: linear-gradient(rgba(242, 246, 247, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(242, 246, 247, .035) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(to bottom, black, transparent 78%)
}

.sn-ambient__noise {
    position: absolute;
    inset: 0;
    opacity: .045;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E")
}

.sn-ambient__orb {
    position: absolute;
    width: 42vw;
    height: 42vw;
    border-radius: 50%;
    filter: blur(80px);
    opacity: .12;
    animation: sn-orb-drift 18s ease-in-out infinite alternate;
    background: #07c0cd
}

.sn-ambient__orb--one {
    top: 24%;
    left: -18%
}

.sn-ambient__orb--two {
    top: 60%;
    right: -22%;
    background: #000080;
    animation-delay: -7s
}

@keyframes sn-orb-drift {
    to {
        transform: translate(8vw, 5vh) scale(1.12)
    }
}

.sn-home-sections {
    position: relative;
    isolation: isolate;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 clamp(18px, 4vw, 56px)
}

.sn-section {
    padding: clamp(86px, 11vw, 164px) 0;
    border-top: 1px solid rgba(242, 246, 247, .09)
}

.sn-trust {
    padding: 30px 0 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-top: 0;
    border-bottom: 1px solid rgba(242, 246, 247, .09)
}

.sn-eyebrow,
.sn-kicker,
.sn-card-meta,
.sn-card-index,
.sn-step__time {
    font-size: 11px;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: rgba(242, 246, 247, .48)
}

.sn-eyebrow {
    max-width: 280px;
    line-height: 1.45
}

.sn-trust__items {
    display: flex;
    justify-content: flex-end;
    gap: clamp(18px, 4vw, 58px);
    flex-wrap: wrap
}

.sn-trust__items span {
    font-size: 13px;
    color: rgba(242, 246, 247, .5);
    white-space: nowrap
}

.sn-trust__items strong {
    font-size: 20px;
    color: #f2f6f7;
    font-weight: 500;
    margin-right: 5px
}

.sn-section__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 46px
}

.sn-kicker {
    color: #07c0cd;
    margin-bottom: 16px
}

.sn-section h2 {
    max-width: 780px;
    font-size: clamp(38px, 6vw, 78px);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -.045em
}

.sn-section h2 em {
    font-style: normal;
    color: #07c0cd
}

.sn-section__intro {
    max-width: 310px;
    color: rgba(242, 246, 247, .52);
    font-size: 15px;
    line-height: 1.6
}

.sn-capability-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px
}

.sn-capability-card {
    position: relative;
    min-height: 255px;
    padding: 25px;
    border: 1px solid rgba(242, 246, 247, .12);
    border-radius: 15px;
    background: linear-gradient(140deg, rgba(242, 246, 247, .055), rgba(242, 246, 247, .015));
    transition: transform .25s, border-color .25s, background .25s
}

.sn-capability-card:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 188, 212, .55);
    background: linear-gradient(140deg, rgba(0, 188, 212, .1), rgba(242, 246, 247, .025))
}

.sn-capability-card h3 {
    margin-top: 67px;
    font-size: 20px;
    font-weight: 500
}

.sn-capability-card p,
.sn-work-card__body>p:not(.sn-card-meta),
.sn-diff p,
.sn-step p {
    color: rgba(242, 246, 247, .53);
    font-size: 14px;
    line-height: 1.6;
    margin-top: 12px;
    max-width: 390px
}

.sn-card-arrow {
    position: absolute;
    right: 24px;
    bottom: 22px;
    color: #07c0cd;
    font-size: 22px
}

.sn-card-index {
    color: rgba(0, 188, 212, .8)
}

.sn-work-grid {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 18px
}

.sn-work-card {
    overflow: hidden;
    border: 1px solid rgba(242, 246, 247, .12);
    border-radius: 16px;
    background: rgba(242, 246, 247, .035)
}

.sn-work-card__visual {
    height: 260px;
    position: relative;
    overflow: hidden;
    padding: 22px;
    background: #071019
}

.sn-work-card--feature .sn-work-card__visual {
    height: 350px
}

.sn-visual--signal {
    background: radial-gradient(circle at 50% 70%, rgba(0, 188, 212, .33), transparent 24%), linear-gradient(145deg, #08151d, #05080a)
}

.sn-visual--signal:after {
    content: "";
    position: absolute;
    inset: 42% -10% 0;
    background: repeating-linear-gradient(164deg, transparent 0 14px, rgba(0, 188, 212, .2) 15px 16px);
    transform: skewY(-8deg);
    opacity: .8
}

.sn-visual--atlas {
    background: linear-gradient(145deg, #090a1d, #05080a)
}

.sn-visual__label {
    position: relative;
    z-index: 1;
    font-size: 10px;
    letter-spacing: .15em;
    color: rgba(242, 246, 247, .5)
}

.sn-visual__pulse {
    position: absolute;
    width: 140px;
    height: 140px;
    left: 50%;
    top: 58%;
    border: 1px solid rgba(0, 188, 212, .55);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 60px rgba(0, 188, 212, .24), 0 0 0 32px rgba(0, 188, 212, .07), 0 0 0 64px rgba(0, 188, 212, .04)
}

.sn-visual__metric {
    position: absolute;
    bottom: 23px;
    right: 26px;
    color: #f2f6f7;
    font-size: 42px;
    font-weight: 500;
    z-index: 1
}

.sn-visual__metric small {
    display: block;
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(242, 246, 247, .45)
}

.sn-visual__bars {
    position: absolute;
    inset: 30% 14% 20%;
    display: flex;
    align-items: flex-end;
    gap: 10px
}

.sn-visual__bars i {
    display: block;
    flex: 1;
    background: linear-gradient(#07c0cd, #000080);
    border-radius: 4px 4px 0 0
}

.sn-visual__bars i:nth-child(1) {
    height: 38%
}

.sn-visual__bars i:nth-child(2) {
    height: 64%
}

.sn-visual__bars i:nth-child(3) {
    height: 52%
}

.sn-visual__bars i:nth-child(4) {
    height: 86%
}

.sn-visual__caption {
    position: absolute;
    bottom: 22px;
    left: 22px;
    font-size: 10px;
    letter-spacing: .16em;
    color: rgba(242, 246, 247, .45)
}

.sn-work-card__body {
    padding: 25px
}

.sn-card-meta {
    color: #07c0cd
}

.sn-work-card h3 {
    font-size: clamp(20px, 2.3vw, 30px);
    font-weight: 500;
    line-height: 1.15;
    margin-top: 14px;
    max-width: 520px
}

.sn-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 22px
}

.sn-tags span {
    padding: 6px 9px;
    border-radius: 999px;
    border: 1px solid rgba(242, 246, 247, .14);
    font-size: 11px;
    color: rgba(242, 246, 247, .56)
}

.sn-differentiators {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(242, 246, 247, .12);
    border: 1px solid rgba(242, 246, 247, .12)
}

.sn-diff {
    background: #05080a;
    padding: 28px;
    min-height: 225px
}

.sn-diff>span {
    color: #07c0cd;
    font-size: 12px
}

.sn-diff h3 {
    margin-top: 60px;
    font-size: 19px;
    font-weight: 500
}

.sn-stepper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0
}

.sn-step {
    padding: 0 24px 0 0;
    margin-right: 24px;
    border-right: 1px solid rgba(242, 246, 247, .16)
}

.sn-step:last-child {
    border-right: 0
}

.sn-step__top {
    display: flex;
    justify-content: space-between;
    color: #07c0cd;
    font-size: 13px
}

.sn-step__time {
    color: rgba(242, 246, 247, .35);
    letter-spacing: .08em
}

.sn-step h3 {
    font-size: 21px;
    font-weight: 500;
    margin-top: 48px
}

.sn-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .7s ease, transform .7s ease
}

.sn-reveal.is-visible {
    opacity: 1;
    transform: none
}

.sn-capability-card:nth-child(2),
.sn-diff:nth-child(2),
.sn-step:nth-child(2) {
    transition-delay: .06s
}

.sn-capability-card:nth-child(3),
.sn-diff:nth-child(3),
.sn-step:nth-child(3) {
    transition-delay: .12s
}

.sn-capability-card:nth-child(4),
.sn-diff:nth-child(4),
.sn-step:nth-child(4) {
    transition-delay: .18s
}

@media(max-width:900px) {
    .sn-trust,
    .sn-section__heading {
        display: block
    }
    .sn-trust__items {
        justify-content: flex-start;
        margin-top: 22px
    }
    .sn-capability-grid {
        grid-template-columns: repeat(2, 1fr)
    }
    .sn-work-grid {
        grid-template-columns: 1fr
    }
    .sn-differentiators,
    .sn-stepper {
        grid-template-columns: repeat(2, 1fr);
        gap: 1px
    }
    .sn-diff {
        min-height: 200px
    }
    .sn-step {
        padding: 24px;
        border-right: 0;
        background: rgba(242, 246, 247, .02)
    }
}

@media(max-width:600px) {
    .sn-section {
        padding: 78px 0
    }
    .sn-capability-grid,
    .sn-differentiators,
    .sn-stepper {
        grid-template-columns: 1fr
    }
    .sn-capability-card {
        min-height: 220px
    }
    .sn-capability-card h3 {
        margin-top: 50px
    }
    .sn-work-card--feature .sn-work-card__visual,
    .sn-work-card__visual {
        height: 235px
    }
    .sn-section__intro {
        margin-top: 22px
    }
    .sn-step {
        padding: 22px 0;
        border-bottom: 1px solid rgba(242, 246, 247, .12);
        background: transparent
    }
    .sn-step:last-child {
        border-bottom: 0
    }
    .sn-trust__items {
        gap: 14px 22px
    }
    .sn-trust__items span {
        font-size: 12px
    }
}

@media(prefers-reduced-motion:reduce) {
    .sn-ambient__orb {
        animation: none
    }
    .sn-reveal {
        opacity: 1;
        transform: none;
        transition: none
    }
}


/* Add after homepage-sections.css. Sections 7–10. */

.sn-stack__grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    border: 1px solid rgba(242, 246, 247, .12);
    border-right: 0;
    border-bottom: 0
}

.sn-stack__item {
    min-height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border-right: 1px solid rgba(242, 246, 247, .12);
    border-bottom: 1px solid rgba(242, 246, 247, .12);
    color: rgba(242, 246, 247, .62);
    font-size: 13px;
    transition: color .25s, background .25s
}

.sn-stack__item:hover {
    color: #f2f6f7;
    background: rgba(0, 188, 212, .07)
}

.sn-stack__glyph {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(0, 188, 212, .4);
    border-radius: 12px;
    color: #07c0cd;
    font-size: 19px;
    font-weight: 600
}

.sn-stack__item:nth-child(4) .sn-stack__glyph {
    font-size: 14px
}

.sn-stack__item:nth-child(5) .sn-stack__glyph {
    font-size: 27px
}

.sn-testimonial-grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 16px
}

.sn-quote {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin: 0;
    padding: 34px;
    border: 1px solid rgba(242, 246, 247, .12);
    border-radius: 15px;
    background: rgba(242, 246, 247, .035);
    min-height: 0
}

.sn-quote--primary {
    background: linear-gradient(135deg, rgba(0, 188, 212, .12), rgba(242, 246, 247, .03))
}

.sn-quote__mark {
    position: absolute;
    top: 15px;
    right: 28px;
    color: #07c0cd;
    font-size: 60px;
    line-height: 1;
    font-family: Georgia, serif
}

.sn-quote p {
    max-width: 630px;
    margin: 0;
    padding-right: 48px;
    font-size: clamp(16px, 1.6vw, 21px);
    line-height: 1.6;
    letter-spacing: -.01em
}

.sn-quote:not(.sn-quote--primary) p {
    font-size: clamp(15px, 1.4vw, 19px);
    color: rgba(242, 246, 247, .7)
}

.sn-quote footer {
    position: static;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 13px
}

.sn-quote footer strong {
    font-weight: 500
}

.sn-quote footer span {
    color: rgba(242, 246, 247, .4)
}

.sn-about {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    align-items: center;
    gap: clamp(38px, 8vw, 130px)
}

.sn-about__visual {
    position: relative;
    display: grid;
    place-items: center;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 188, 212, .2) 0 2%, rgba(0, 188, 212, .05) 18%, transparent 56%);
    border: 1px solid rgba(0, 188, 212, .16);
    overflow: hidden
}

.sn-about__visual span {
    font-size: clamp(100px, 20vw, 260px);
    font-weight: 500;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 188, 212, .6);
    text-shadow: 0 0 40px rgba(0, 188, 212, .25)
}

.sn-about__orbit {
    position: absolute;
    border: 1px solid rgba(0, 188, 212, .3);
    border-radius: 50%;
    transform: rotate(-28deg)
}

.sn-about__orbit--one {
    inset: 12%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: sn-about-spin 15s linear infinite
}

.sn-about__orbit--two {
    inset: 25%;
    transform: rotate(42deg);
    border-top-color: transparent;
    border-bottom-color: transparent;
    animation: sn-about-spin 11s linear infinite reverse
}

@keyframes sn-about-spin {
    to {
        transform: rotate(332deg)
    }
}

.sn-about__copy h2 {
    font-size: clamp(38px, 5vw, 70px);
    font-weight: 500;
    letter-spacing: -.045em;
    line-height: 1.04
}

.sn-about__copy>p:not(.sn-kicker) {
    max-width: 620px;
    color: rgba(242, 246, 247, .56);
    font-size: 16px;
    line-height: 1.7;
    margin-top: 24px
}

.sn-text-link {
    display: inline-flex;
    gap: 14px;
    align-items: center;
    margin-top: 30px;
    color: #07c0cd;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 188, 212, .35);
    padding-bottom: 7px
}

.sn-text-link span {
    font-size: 18px
}

.sn-final-cta {
    position: relative;
    overflow: hidden;
    margin: 0 0 clamp(70px, 10vw, 130px);
    padding: clamp(66px, 9vw, 130px) clamp(24px, 7vw, 100px);
    border: 1px solid rgba(0, 188, 212, .4);
    border-radius: 20px;
    text-align: center;
    background: linear-gradient(115deg, #0a1a21, #071019 50%, #080a20)
}

.sn-final-cta__glow {
    position: absolute;
    width: 55vw;
    height: 55vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(0, 188, 212, .2), transparent 60%);
    pointer-events: none
}

.sn-final-cta>*:not(.sn-final-cta__glow) {
    position: relative
}

.sn-final-cta .sn-kicker {
    margin-bottom: 19px
}

.sn-final-cta h2 {
    font-size: clamp(42px, 7vw, 96px);
    line-height: .98;
    letter-spacing: -.055em;
    font-weight: 500
}

.sn-final-cta h2 em {
    font-style: normal;
    color: #07c0cd
}

.sn-final-cta>p:not(.sn-kicker) {
    max-width: 450px;
    margin: 25px auto 0;
    color: rgba(242, 246, 247, .58);
    font-size: 16px;
    line-height: 1.55
}

.sn-final-cta__button {
    display: inline-flex;
    align-items: center;
    gap: 22px;
    margin-top: 34px;
    padding: 15px 22px;
    border-radius: 999px;
    background: #f2f6f7;
    color: #05080a;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: transform .2s, background .2s
}

.sn-final-cta__button:hover {
    transform: translateY(-2px);
    background: #fff
}

.sn-final-cta__button span {
    font-size: 19px
}

.sn-visual--image {
    display: block;
    text-decoration: none;
    background: #071019
}

.sn-visual--image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform .6s ease
}

.sn-visual--image:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(5, 8, 10, .85), transparent 55%), linear-gradient(to bottom, rgba(5, 8, 10, .6), transparent 30%);
    pointer-events: none
}

.sn-work-card:hover .sn-visual--image img {
    transform: scale(1.04)
}

.sn-visual--image .sn-visual__label,
.sn-visual--image .sn-visual__metric {
    z-index: 2
}

.sn-work-card__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
    color: #07c0cd;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 188, 212, .35);
    padding-bottom: 5px;
    transition: gap .2s, border-color .2s
}

.sn-work-card__link:hover {
    gap: 16px;
    border-bottom-color: #07c0cd
}

@media(max-width:900px) {
    .sn-stack__grid {
        grid-template-columns: repeat(4, 1fr)
    }
    .sn-testimonial-grid {
        grid-template-columns: 1fr
    }
    .sn-quote {
        min-height: 240px
    }
    .sn-about {
        grid-template-columns: 1fr;
        gap: 46px
    }
    .sn-about__visual {
        max-width: 390px;
        margin: 0 auto;
        width: 100%
    }
}

@media(max-width:600px) {
    .sn-stack__grid {
        grid-template-columns: repeat(2, 1fr)
    }
    .sn-stack__item {
        min-height: 110px
    }
    .sn-quote {
        padding: 24px;
        gap: 22px;
    }
    /* .sn-quote footer {
        left: 26px;
        bottom: 25px
    } */
    .sn-quote__mark {
        top: 10px;
        right: 20px;
        font-size: 44px
    }
    .sn-quote p,
    .sn-quote:not(.sn-quote--primary) p,
    .sn-quote--primary p {
        padding-right: 36px;
        font-size: 15px
    }
    .sn-about__copy>p:not(.sn-kicker) {
        font-size: 15px
    }
    .sn-final-cta {
        border-radius: 15px
    }
}

@media(prefers-reduced-motion:reduce) {
    .sn-about__orbit {
        animation: none
    }
}