:root {
    --nuppy-blue: #003cfd;
    --nuppy-blue-dark: #0029b8;
    --nuppy-pink: #e6265c;
    --nuppy-ink: #15192f;
    --nuppy-muted: #5f667a;
    --nuppy-soft: #f3f6ff;
    --nuppy-line: #dfe5f5;
    --nuppy-white: #ffffff;
}

html {
    scroll-behavior: smooth;
}

body.nuppy-page {
    overflow-x: hidden;
    background: var(--nuppy-white);
    color: var(--nuppy-ink);
    font-family: sans-serif;
}

.nuppy-page *,
.nuppy-page *::before,
.nuppy-page *::after {
    box-sizing: border-box;
}

.nuppy-page h1,
.nuppy-page h2,
.nuppy-page h3,
.nuppy-page h4,
.nuppy-page h5,
.nuppy-page h6 {
    font-family: 'CodecPro', sans-serif !important;
}

.nuppy-page .footer h1,
.nuppy-page .footer h2,
.nuppy-page .footer h3,
.nuppy-page .footer h4,
.nuppy-page .footer h5,
.nuppy-page .footer h6 {
    font-family: 'CodecPro', sans-serif !important;
}

.nuppy-main p,
.nuppy-main .about-eyebrow,
.nuppy-main .about-cta-link {
    font-family: sans-serif;
}

.nuppy-main {
    padding-top: 76px;
}

.about-shell {
    width: min(1260px, calc(100% - 64px));
    margin-inline: auto;
}

.about-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 26px;
    color: var(--nuppy-blue);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.about-eyebrow::before {
    width: 34px;
    height: 3px;
    background: var(--nuppy-pink);
    content: "";
}

.about-eyebrow--light {
    color: rgba(255, 255, 255, .78);
}

.about-hero {
    padding: 0;
    background: #fff;
}

.about-hero-head {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    min-height: calc(100vh - 80px);
    min-height: calc(100svh - 80px);
    padding-top: clamp(88px, 9vw, 144px);
    border-radius: 0 0 44px 44px;
    background-color: #07153f;
    background-image:
        url('../marketing/20179_1.png'),
        url('data:image/jpeg;base64,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');
    background-position: center 42%;
    background-size: cover;
    background-repeat: no-repeat;
}

/* O primeiro conteúdo nunca depende do observador JS para ser exibido. */
.js .about-hero .about-reveal {
    opacity: 1;
    transform: none;
}

.about-hero-copy {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr);
    gap: clamp(48px, 9vw, 132px);
    align-items: end;
    padding-bottom: clamp(64px, 7vw, 104px);
}

.about-hero h1,
.about-statement h2,
.about-story h2,
.about-values h2,
.about-cta h2 {
    margin: 0;
    color: inherit;
    font-family: 'CodecPro', sans-serif !important;
    letter-spacing: -.055em;
    text-wrap: balance;
}

.about-hero h1 {
    max-width: 490px;
    margin: 0;
    color: #fff;
    font-family: 'CodecPro', sans-serif !important;
    font-size: clamp(2.7rem, 4.25vw, 4rem);
    font-weight: 700;
    letter-spacing: -.045em;
    line-height: .98 !important;
    text-align: left;
    text-wrap: balance;
    text-shadow: 0 2px 24px rgba(0, 0, 0, .22);
}

.about-hero h1 span {
    color: #fff;
}

.about-hero .about-eyebrow {
    color: #fff;
}

.about-hero-intro {
    max-width: 520px;
    margin: 0 0 4px;
    color: #363d52;
    font-size: clamp(1.08rem, 1.4vw, 1.3rem);
    line-height: 1.58;
}

.about-hero-media {
    position: relative;
    margin-top: -32px;
    height: clamp(440px, 59vw, 760px);
    overflow: hidden;
    background: #fff;
}

.about-hero-media img,
.about-wide-image img,
.about-story-media img,
.about-mosaic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-hero-media img {
    object-position: center 41%;
}

.about-hero-note {
    position: absolute;
    right: clamp(24px, 5vw, 80px);
    bottom: clamp(24px, 5vw, 72px);
    max-width: 310px;
    padding: 18px 22px;
    border-left: 4px solid var(--nuppy-pink);
    background: var(--nuppy-blue);
    color: #fff;
    font-size: .92rem;
    font-weight: 700;
    letter-spacing: .03em;
}

.about-statement {
    padding: clamp(68px, 7vw, 108px) 0;
    background: #fff;
    color: #020613;
}

.about-statement .about-eyebrow--light {
    color: var(--nuppy-blue);
}

.about-statement-grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(460px, 1fr);
    gap: clamp(48px, 5vw, 72px);
    align-items: start;
}

.about-statement h2 {
    max-width: 650px;
    font-size: clamp(2.8rem, 4.5vw, 4.8rem);
    font-weight: 650;
    line-height: .98 !important;
}

.about-statement-text {
    width: 100%;
    max-width: 570px;
    padding-top: 72px;
    justify-self: start;
}

.about-statement-text p {
    margin: 0;
    color: #020613;
    font-size: clamp(1.05rem, 1.35vw, 1.23rem);
    line-height: 1.65;
}

.about-statement-text p + p {
    margin-top: 22px;
}

.about-wide-image {
    position: relative;
    height: clamp(420px, 54vw, 740px);
    overflow: hidden;
    border-radius: 44px 44px 0 0;
    background: #dde4f2;
}

.about-wide-image--rounded-bottom {
    border-radius: 44px;
    clip-path: inset(0 round 44px);
    isolation: isolate;
}

.about-wide-caption {
    position: absolute;
    z-index: 1;
    top: 28%;
    right: clamp(48px, 8vw, 132px);
    width: min(390px, 31vw);
    margin: 0;
    color: #fff;
    font-family: 'CodecPro', sans-serif !important;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.08;
    text-align: left;
    text-wrap: balance;
    text-shadow: 0 3px 22px rgba(0, 0, 0, .48);
    transform: translateY(-50%);
}

.about-wide-image img {
    object-position: center 46%;
}

.about-wide-image--parallax {
    --about-parallax-y: 0px;
}

.about-wide-image--parallax img {
    position: absolute;
    top: -13%;
    left: 0;
    width: 100%;
    height: 126%;
    transform: translate3d(0, var(--about-parallax-y), 0) scale(1.015);
    transform-origin: center;
    will-change: transform;
}

.about-story {
    padding: clamp(68px, 7vw, 108px) 0;
    background: #fff;
}

.about-story-grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(460px, 1fr);
    gap: clamp(48px, 5vw, 72px);
    align-items: start;
}

.about-story-copy {
    max-width: 650px;
}

.about-story h2 {
    margin-bottom: 0;
    color: var(--nuppy-ink);
    font-size: clamp(2.8rem, 4.5vw, 4.8rem);
    font-weight: 700;
    line-height: .98 !important;
}

.about-story-text {
    width: 100%;
    max-width: 570px;
    padding-top: 108px;
    justify-self: start;
}

.about-story-text p {
    margin: 0;
    color: #3c4459;
    font-size: clamp(1.05rem, 1.25vw, 1.2rem);
    line-height: 1.68;
}

.about-story-text p + p {
    margin-top: 20px;
}

.about-values {
    padding: clamp(72px, 8vw, 120px) 0 clamp(96px, 11vw, 168px);
    background: var(--nuppy-white);
}

.about-values-head {
    display: grid;
    grid-template-columns: minmax(0, .75fr) minmax(300px, .5fr);
    gap: clamp(48px, 9vw, 132px);
    align-items: end;
    margin-bottom: clamp(66px, 5.4vw, 82px);
}

.about-values h2 {
    color: var(--nuppy-ink);
    font-size: clamp(3.2rem, 5.2vw, 5.45rem);
    font-weight: 700;
    line-height: .96 !important;
}

.about-values-lead {
    margin: 0 0 8px;
    color: var(--nuppy-muted);
    font-size: 1.15rem;
    line-height: 1.6;
}

.about-values-list {
    --process-gap: clamp(20px, 2.6vw, 40px);
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: var(--process-gap);
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-value {
    position: relative;
    min-width: 0;
    min-height: 250px;
    scroll-snap-align: start;
}

.js .about-process-step {
    opacity: 0;
    transform: translateX(-18px);
    transition: opacity .52s ease-out, transform .62s cubic-bezier(.2, .7, .2, 1);
}

.js .about-values-list.is-sequenced .about-process-step {
    opacity: 1;
    transform: translateX(0);
}

.js .about-values-list.is-sequenced .about-process-step:nth-child(2) {
    transition-delay: .17s;
}

.js .about-values-list.is-sequenced .about-process-step:nth-child(3) {
    transition-delay: .34s;
}

.js .about-values-list.is-sequenced .about-process-step:nth-child(4) {
    transition-delay: .51s;
}

.js .about-values-list.is-sequenced .about-process-step:nth-child(5) {
    transition-delay: .68s;
}

.about-value::before {
    position: absolute;
    z-index: 0;
    top: 67px;
    right: calc(-1 * var(--process-gap));
    left: 0;
    height: 2px;
    background: rgba(0, 60, 253, .14);
    content: "";
    transition: background-color .28s ease, opacity .28s ease, transform .5s ease-out;
}

.js .about-process-step::before {
    transform: scaleX(0);
    transform-origin: left center;
}

.js .about-values-list.is-sequenced .about-process-step::before {
    transform: scaleX(1);
}

.js .about-values-list.is-sequenced .about-process-step:nth-child(2)::before {
    transition-delay: .17s;
}

.js .about-values-list.is-sequenced .about-process-step:nth-child(3)::before {
    transition-delay: .34s;
}

.js .about-values-list.is-sequenced .about-process-step:nth-child(4)::before {
    transition-delay: .51s;
}

.js .about-values-list.is-sequenced .about-process-step:nth-child(5)::before {
    transition-delay: .68s;
}

.about-value:first-child::before {
    left: 34px;
}

.about-value:last-child::before {
    right: calc(100% - 34px);
}

.about-value-number {
    display: block;
    margin-bottom: 22px;
    color: var(--nuppy-pink);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .17em;
    line-height: 1;
}

.about-value-icon {
    position: relative;
    z-index: 1;
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    border-radius: 50%;
    background: var(--nuppy-blue);
    color: #fff;
    border: 5px solid #edf1ff;
    box-shadow: 0 9px 22px rgba(0, 60, 253, .22);
    transition: box-shadow .28s ease, transform .28s ease;
}

.about-value:nth-child(even) .about-value-icon {
    background: var(--nuppy-blue);
    box-shadow: 0 9px 22px rgba(0, 60, 253, .22);
}

.about-value-icon svg {
    width: 30px;
    height: 30px;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.about-value h3 {
    margin: 33px 0 12px;
    color: var(--nuppy-ink);
    font-family: 'CodecPro', sans-serif !important;
    font-size: clamp(1.15rem, 1.45vw, 1.42rem);
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.12;
}

.about-value p {
    max-width: 210px;
    margin: 0;
    color: #4c5469;
    font-size: .92rem;
    line-height: 1.55;
}

.about-value:last-child h3,
.about-value:last-child p {
    max-width: 225px;
}

@media (hover: hover) and (pointer: fine) {
    .about-value:hover::before {
        background: rgba(0, 60, 253, .26);
    }

    .about-value:hover .about-value-icon {
        box-shadow: 0 13px 28px rgba(0, 60, 253, .3);
        transform: scale(1.075);
    }

    .about-value:nth-child(even):hover .about-value-icon {
        box-shadow: 0 13px 28px rgba(0, 60, 253, .3);
    }
}

.about-mosaic-section {
    padding: clamp(72px, 8vw, 120px) 0;
    background: var(--nuppy-soft);
}

.about-mosaic {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, .72fr);
    grid-template-rows: repeat(2, 330px);
    gap: 24px;
}

.about-mosaic figure {
    position: relative;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    background: #dbe2ef;
}

.about-mosaic figure:first-child {
    grid-row: 1 / 3;
}

.about-mosaic figure:first-child img {
    object-position: center;
}

.about-mosaic figure:nth-child(2) img {
    object-position: center 30%;
}

.about-mosaic figure:nth-child(3) img {
    object-position: center 38%;
}

.about-cta {
    position: relative;
    overflow: hidden;
    padding: clamp(104px, 12vw, 184px) 0;
    background: var(--nuppy-blue);
    color: var(--nuppy-white);
}

.about-cta-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
    gap: clamp(64px, 7vw, 112px);
    align-items: center;
}

.about-cta-inner .about-reveal {
    position: relative;
    z-index: 2;
    grid-column: 1;
    width: 100%;
    max-width: 650px;
}

.about-cta-art {
    position: relative;
    z-index: 1;
    grid-column: 2;
    width: min(100%, 610px);
    height: clamp(390px, 37vw, 540px);
    justify-self: end;
    pointer-events: none;
}

.about-cta-wordmark {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 4%;
    display: flex;
    flex-direction: column;
    row-gap: clamp(18px, 1.5vw, 28px);
    width: max-content;
    color: transparent;
    font-family: 'CodecPro', sans-serif !important;
    font-size: clamp(11.25rem, 16.4vw, 19rem);
    font-weight: 800;
    letter-spacing: -.075em;
    line-height: .72;
    -webkit-text-stroke: 1.6px rgba(255, 255, 255, .68);
    text-stroke: 1.6px rgba(255, 255, 255, .68);
    transform: translateY(-50%);
    animation: about-cta-wordmark-drift 14s ease-in-out infinite alternate;
}

.about-cta-wordmark span {
    display: block;
    white-space: nowrap;
}

.about-cta-wordmark span:last-child {
    letter-spacing: -.02em;
}

.about-cta-curve {
    position: absolute;
    z-index: 1;
    top: -15%;
    left: -18%;
    width: 142%;
    height: 132%;
    overflow: visible;
}

.about-cta-curve path {
    fill: none;
    stroke: rgba(255, 255, 255, .2);
    stroke-width: 1.15;
    vector-effect: non-scaling-stroke;
}

@keyframes about-cta-wordmark-drift {
    from { transform: translate3d(0, -50%, 0); }
    to { transform: translate3d(0, calc(-50% - 8px), 0); }
}

.about-cta .about-eyebrow--light {
    color: var(--nuppy-white);
}

.about-cta h2 {
    max-width: 650px;
    font-size: clamp(2.9rem, 4.7vw, 5rem);
    font-weight: 650;
    line-height: .94 !important;
}

.about-cta-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 214px;
    min-height: 58px;
    padding: 16px 25px;
    border: 2px solid var(--nuppy-white);
    border-radius: 999px;
    background: var(--nuppy-white);
    color: var(--nuppy-blue) !important;
    font-size: .98rem;
    font-weight: 400;
    text-decoration: none !important;
    transition: background-color .22s ease, color .22s ease;
    margin-top: clamp(32px, 3.2vw, 46px);
}

.about-cta-link:hover,
.about-cta-link:focus-visible {
    background: transparent;
    color: var(--nuppy-white) !important;
}

.about-cta-link:focus-visible {
    outline: 3px solid var(--nuppy-pink);
    outline-offset: 5px;
}

.about-whatsapp {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 1040;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    padding: 10px 18px 10px 12px;
    border-radius: 999px;
    background: var(--nuppy-blue);
    color: var(--nuppy-white) !important;
    font-size: .85rem;
    font-weight: 750;
    text-decoration: none !important;
}

.about-whatsapp img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.about-whatsapp:focus-visible {
    outline: 3px solid var(--nuppy-pink);
    outline-offset: 4px;
}

.js .about-reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .65s ease-out, transform .65s ease-out;
}

.js .about-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1024px) {
    .about-hero-copy,
    .about-statement-grid,
    .about-story-grid,
    .about-values-head {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .about-hero-intro {
        max-width: 650px;
    }

    .about-statement-text {
        max-width: 650px;
        padding-top: 0;
    }

    .about-story-text {
        max-width: 650px;
        padding-top: 0;
        justify-self: start;
    }

    .about-values-list {
        grid-template-columns: repeat(5, minmax(210px, 1fr));
        overflow-x: auto;
        margin-inline: -6px;
        padding: 8px 6px 22px;
        scroll-padding-inline: 6px;
        scroll-snap-type: x proximity;
        scrollbar-color: rgba(0, 60, 253, .28) transparent;
        scrollbar-width: thin;
    }

    .about-cta-inner {
        position: relative;
        grid-template-columns: 1fr;
        align-items: start;
    }

    .about-cta-art {
        position: absolute;
        top: 50%;
        right: -12%;
        width: 58%;
        height: 118%;
        opacity: .46;
        transform: translateY(-50%);
    }

    .about-cta-wordmark {
        left: 12%;
        font-size: clamp(9rem, 22vw, 14rem);
    }

}

@media (max-width: 767px) {
    .about-wide-image {
        border-radius: 28px 28px 0 0;
    }

    .about-wide-image--rounded-bottom {
        border-radius: 28px;
        clip-path: inset(0 round 28px);
    }

    .about-wide-caption {
        top: auto;
        right: 24px;
        bottom: 32px;
        left: 24px;
        width: auto;
        font-size: clamp(1.5rem, 7vw, 2rem);
        transform: none;
    }

    .about-hero-head {
        border-radius: 0 0 28px 28px;
    }

    .about-hero-media {
        margin-top: -22px;
    }

    .nuppy-main {
        padding-top: 0;
    }

    .about-shell {
        width: min(100% - 40px, 620px);
    }

    .about-hero {
        padding-top: 72px;
    }

    .about-hero-copy {
        padding-bottom: 58px;
    }

    .about-hero h1 {
        font-size: clamp(3.05rem, 14.5vw, 4.7rem);
    }

    .about-hero-media {
        height: 68svh;
        min-height: 470px;
        max-height: 640px;
    }

    .about-hero-media img {
        object-position: 57% center;
    }

    .about-hero-note {
        right: 20px;
        bottom: 20px;
        left: 20px;
        max-width: none;
    }

    .about-statement h2,
    .about-story h2,
    .about-values h2,
    .about-cta h2 {
        font-size: clamp(2.75rem, 12vw, 4rem);
    }

    .about-wide-image {
        height: 70svh;
        min-height: 490px;
        max-height: 670px;
    }

    .about-wide-image img {
        object-position: 46% center;
    }

    .about-values-list {
        --process-gap: 24px;
        grid-template-columns: repeat(5, minmax(210px, 72vw));
    }

    .about-mosaic {
        grid-template-columns: 1fr;
        grid-template-rows: 520px 300px 300px;
        gap: 16px;
    }

    .about-mosaic figure:first-child {
        grid-row: auto;
    }

    .about-cta::after {
        opacity: .65;
    }

    .about-cta-art {
        right: -38%;
        width: 98%;
        opacity: .3;
    }

    .about-cta-wordmark {
        left: 8%;
        font-size: clamp(7.5rem, 34vw, 11.5rem);
        -webkit-text-stroke-width: 1.25px;
        text-stroke-width: 1.25px;
        animation: none;
    }

    .about-cta-curve {
        opacity: .72;
    }


    .about-cta-link {
        width: 100%;
    }

    .about-whatsapp {
        right: 14px;
        bottom: 14px;
        width: 52px;
        padding: 12px;
    }

    .about-whatsapp span {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-wide-image--parallax img {
        top: 0;
        height: 100%;
        transform: none;
        will-change: auto;
    }

    html {
        scroll-behavior: auto;
    }

    .js .about-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .js .about-process-step {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .js .about-process-step::before {
        transform: none;
        transition: none;
    }

    .about-cta-link {
        transition: none;
    }

    .about-cta-wordmark {
        animation: none;
    }
}
