:root {
    --black: #050608;
    --panel: #090a0d;
    --line: #202227;
    --white: #f1f1ef;
    --muted: #8b8f97;
    --serif: 'Playfair Display', Georgia, serif;
    --sans: 'Manrope', Arial, sans-serif
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--black);
    color: var(--white);
    font-family: var(--sans);
    font-size: 14px;
    line-height: 1.65
}

a {
    color: inherit;
    text-decoration: none
}

img {
    display: block;
    width: 100%
}

.header {
    height: 78px;
    padding: 0 max(28px, calc((100% - 1340px)/2));
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #050608;
    position: relative;
    z-index: 20;
    border-bottom: 1px solid rgba(255, 255, 255, .05)
}

.brand {
    display: flex;
    align-items: center;
    gap: 11px;
    font: 600 11px/1.15 var(--serif);
    text-transform: uppercase;
    letter-spacing: .06em
}

.brand small {
    display: block;
    color: #777;
    font: 600 6px/1.5 var(--sans);
    letter-spacing: .32em
}

.brand-mark {
    border: 1px solid #6e7178;
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    font: 600 9px var(--sans)
}

.nav {
    display: flex;
    gap: 40px
}

.nav a {
    font-size: 11px;
    font-weight: 600;
    color: #d9dadc;
    transition: .25s
}

.nav a:hover {
    color: #fff
}

.menu-button {
    display: none;
    background: none;
    border: 0;
    color: white
}

.hero {
    position: relative;
    border-bottom: 1px solid var(--line);
    overflow: hidden
}

.hero picture img {
    width: 100%;
    height: auto;
    min-height: 520px;
    object-fit: cover
}

.hero-scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 17px 34px;
    background: rgba(5, 6, 8, .85);
    text-transform: uppercase;
    letter-spacing: .22em;
    font-size: 8px
}

.hero-scroll span {
    margin-left: 9px
}

.section {
    max-width: 1210px;
    margin: 0 auto;
    padding: 105px 50px
}

.eyebrow {
    font-size: 9px;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: #969aa3;
    font-weight: 700;
    margin-bottom: 24px
}

.intro-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 12%;
    align-items: start
}

.intro h1 {
    font: 600 clamp(42px, 5vw, 70px)/1.13 var(--serif);
    margin: 0;
    letter-spacing: -.035em
}

.intro h1 em {
    color: #989ca4;
    font-style: normal
}

.intro-copy {
    padding-top: 17px;
    max-width: 510px;
    color: #a0a3aa;
    font-size: 14px
}

.intro-copy p {
    margin: 0 0 22px
}

.text-link {
    display: inline-flex;
    gap: 30px;
    color: #efefef;
    border-bottom: 1px solid #555;
    padding: 12px 0;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: .15em
}

.metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line)
}

.metrics div {
    padding: 40px 20px;
    text-align: center;
    border-right: 1px solid var(--line)
}

.metrics div:last-child {
    border: 0
}

.metrics strong {
    display: block;
    font: 600 48px/1 var(--serif)
}

.metrics span {
    display: block;
    color: #777b84;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: 10px;
    margin-top: 15px
}

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 45px
}

.section-heading h2,
.timeline h2 {
    font: 600 clamp(32px, 4vw, 51px)/1.1 var(--serif);
    margin: 0;
    letter-spacing: -.03em
}

.section-heading p {
    color: #8d9199;
    max-width: 440px;
    margin: 0;
    font-size: 12px
}

.business-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid var(--line)
}

.business-card {
    min-height: 315px;
    padding: 39px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: linear-gradient(145deg, #0d0f13, #07080a)
}

.business-card:nth-child(even) {
    border-right: 0
}

.business-card:nth-child(n+3) {
    border-bottom: 0
}

.number {
    display: block;
    color: #61656e;
    font-size: 9px;
    letter-spacing: .14em;
    margin-bottom: 34px
}

.business-card h3 {
    font: 600 26px var(--serif);
    margin: 0 0 10px
}

.business-card p {
    color: #898d95;
    margin: 0 0 28px;
    font-size: 13px
}

.tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.tags span {
    border: 1px solid #272a30;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 9px;
    color: #babdc2
}

.quote-section {
    min-height: 630px;
    background: linear-gradient(90deg, rgba(3, 4, 6, .96) 2%, rgba(3, 4, 6, .74) 55%, rgba(3, 4, 6, .25)), url('img/imagem_horizontal.webp') center/cover no-repeat;
    border-block: 1px solid var(--line);
    display: flex;
    align-items: center
}

.quote-inner {
    max-width: 1210px;
    width: 100%;
    margin: auto;
    padding: 80px 50px
}

.quote-inner blockquote {
    max-width: 780px;
    margin: 0 0 34px;
    font: 500 clamp(39px, 5vw, 64px)/1.12 var(--serif);
    letter-spacing: -.03em
}

.signature {
    font-weight: 600;
    font-size: 11px
}

.signature span {
    display: block;
    color: #858992;
    font-size: 9px
}

.timeline h2 {
    margin-bottom: 65px
}

.timeline-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--line)
}

.timeline-grid article {
    position: relative;
    padding: 35px 40px 10px 0;
    border-right: 1px solid var(--line);
    min-height: 175px
}

.timeline-grid article:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff
}

.timeline-grid article+article {
    padding-left: 24px
}

.timeline-grid article+article:before {
    left: 24px
}

.timeline-grid article:last-child {
    border-right: 0
}

.timeline-grid span {
    color: #777b83;
    font-size: 9px;
    letter-spacing: .15em
}

.timeline-grid h3 {
    font: 600 18px var(--serif);
    margin: 18px 0 8px
}

.timeline-grid p {
    font-size: 11px;
    color: #80848d;
    line-height: 1.7;
    margin: 0
}

.contact {
    padding-top: 25px
}

.contact-card {
    position: relative;
    overflow: hidden;
    background: #d9dadd;
    color: #0a0b0d;
    padding: 75px 78px
}

.contact-card .eyebrow {
    color: #676b73
}

.contact-card h2 {
    font: 600 clamp(35px, 5vw, 59px)/1.09 var(--serif);
    letter-spacing: -.035em;
    max-width: 870px;
    margin: 0 0 22px
}

.contact-card p {
    max-width: 580px;
    color: #565a62;
    font-size: 11px
}

.button {
    display: inline-flex;
    gap: 45px;
    align-items: center;
    background: #08090b;
    color: #fff;
    padding: 15px 20px;
    margin-top: 18px;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: 8px;
    font-weight: 700
}

.contact-watermark {
    position: absolute;
    right: -15px;
    bottom: -100px;
    font: 600 260px var(--serif);
    color: rgba(10, 11, 13, .06)
}

.footer {
    height: 120px;
    border-top: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 max(28px, calc((100% - 1210px)/2));
    font-size: 10px;
    color: #858992
}

.footer .brand {
    color: #e9e9e9
}

.whatsapp {
    position: fixed;
    right: 24px;
    bottom: 22px;
    background: #28d66f;
    color: #06150c;
    padding: 11px 17px;
    border-radius: 30px;
    font-size: 10px;
    font-weight: 700;
    z-index: 50;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .35)
}

.whatsapp span {
    margin-left: 6px
}

@media(max-width:700px) {
    .header {
        height: 68px;
        padding: 0 20px;
        position: sticky;
        top: 0
    }

    .nav {
        position: absolute;
        left: 0;
        right: 0;
        top: 68px;
        background: #08090b;
        border-bottom: 1px solid var(--line);
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 10px 20px 22px;
        transform: translateY(-130%);
        opacity: 0;
        transition: .3s;
        z-index: -1
    }

    .nav.open {
        transform: translateY(0);
        opacity: 1
    }

    .nav a {
        padding: 12px 0;
        font-size: 12px
    }

    .menu-button {
        display: block;
        width: 35px;
        height: 35px;
        padding: 8px
    }

    .menu-button span {
        height: 1px;
        background: white;
        display: block;
        margin: 7px 0;
        transition: .25s
    }

    .menu-button.active span:first-child {
        transform: translateY(4px) rotate(45deg)
    }

    .menu-button.active span:last-child {
        transform: translateY(-4px) rotate(-45deg)
    }

    .hero picture img {
        min-height: auto
    }

    .hero-scroll {
        display: none
    }

    .section {
        padding: 72px 22px
    }

    .intro-grid {
        display: block
    }

    .intro h1 {
        font-size: 43px
    }

    .intro-copy {
        margin-top: 44px;
        padding: 0;
        font-size: 12px
    }

    .metrics {
        grid-template-columns: 1fr 1fr
    }

    .metrics div {
        padding: 30px 10px
    }

    .metrics div:nth-child(2) {
        border-right: 0
    }

    .metrics div:nth-child(-n+2) {
        border-bottom: 1px solid var(--line)
    }

    .metrics strong {
        font-size: 40px
    }

    .section-heading {
        display: block
    }

    .section-heading p {
        margin-top: 22px
    }

    .business-grid {
        grid-template-columns: 1fr
    }

    .business-card {
        min-height: 280px;
        padding: 30px 25px;
        border-right: 0 !important;
        border-bottom: 1px solid var(--line) !important
    }

    .business-card:last-child {
        border-bottom: 0 !important
    }

    .business-card h3 {
        font-size: 24px
    }

    .quote-section {
        min-height: 570px;
        background: linear-gradient(0deg, rgba(3, 4, 6, .95), rgba(3, 4, 6, .48)), url('img/imagem_vertical.webp') center 68%/cover no-repeat
    }

    .quote-inner {
        padding: 65px 22px
    }

    .quote-inner blockquote {
        font-size: 35px;
        line-height: 1.18
    }

    .timeline h2 {
        margin-bottom: 45px
    }

    .timeline-grid {
        grid-template-columns: 1fr;
        border-top: 0;
        border-left: 1px solid var(--line);
        margin-left: 4px
    }

    .timeline-grid article,
    .timeline-grid article+article {
        padding: 0 0 35px 32px;
        border-right: 0;
        min-height: auto
    }

    .timeline-grid article:before,
    .timeline-grid article+article:before {
        top: 5px;
        left: -4px
    }

    .contact {
        padding-top: 0
    }

    .contact-card {
        padding: 48px 25px 70px
    }

    .contact-card h2 {
        font-size: 37px
    }

    .contact-watermark {
        font-size: 150px;
        bottom: -60px
    }

    .footer {
        height: auto;
        padding: 40px 22px;
        display: grid;
        gap: 25px
    }

    .footer>a:last-child {
        position: absolute;
        right: 22px
    }

    .whatsapp {
        right: 15px;
        bottom: 15px
    }

    .whatsapp span {
        display: none
    }
}

@media(min-width:1600px) {
    .hero {
        max-height: 840px
    }

    .hero picture img {
        margin-top: -2%;
    }

    .section {
        max-width: 1340px
    }

    .quote-inner {
        max-width: 1340px
    }
}

.brand-logo img {
    width: 116px;
    height: 56px;
    object-fit: contain;
    object-position: left center
}

@media(max-width:700px) {
    .brand-logo img {
        width: 94px;
        height: 48px
    }
}

.header {
    height: 102px
}

.brand-logo img {
    width: 170px;
    height: 88px
}

.nav a {
    font-size: 14px;
    letter-spacing: .015em;
    position: relative
}

.nav a:hover {
    color: #55df8b
}

.nav a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -7px;
    height: 1px;
    background: #55df8b;
    transition: right .25s ease
}

.nav a:hover::after {
    right: 0
}

.whatsapp {
    width: 52px;
    height: 52px;
    padding: 0;
    display: grid;
    place-items: center;
    border-radius: 50%
}

.whatsapp svg {
    width: 29px;
    height: 29px;
    fill: #fff
}

.whatsapp::before {
    content: attr(data-tooltip);
    position: absolute;
    right: calc(100% + 12px);
    top: 50%;
    transform: translate(8px, -50%);
    background: #fff;
    color: #08090b;
    padding: 7px 11px;
    border-radius: 5px;
    font: 600 11px/1 var(--sans);
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .3)
}

.whatsapp::after {
    content: '';
    position: absolute;
    right: calc(100% + 5px);
    top: 50%;
    transform: translate(8px, -50%);
    border: 4px solid transparent;
    border-left-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease
}

.whatsapp:hover::before,
.whatsapp:hover::after,
.whatsapp:focus-visible::before,
.whatsapp:focus-visible::after {
    opacity: 1;
    visibility: visible;
    transform: translate(0, -50%)
}

.whatsapp-cta {
    gap: 11px;
    background: #20bd68;
    color: #fff;
    padding: 17px 22px;
    font-size: 12px;
    border-radius: 4px;
    transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease
}

.whatsapp-cta svg {
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    fill: #fff
}

.whatsapp-cta:hover {
    background: #159f55;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(21, 159, 85, .25)
}

.business-card {
    position: relative;
    background-size: cover;
    background-position: center;
    isolation: isolate;
    overflow: hidden
}

.business-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(3, 4, 6, .95) 0%, rgba(3, 4, 6, .78) 55%, rgba(3, 4, 6, .48) 100%);
    z-index: -1
}

.business-card:nth-child(1) {
    background-image: url('img/card1.webp');
    background-position: center 38%
}

.business-card:nth-child(2) {
    background-image: url('img/card2.webp');
    background-position: center 42%
}

.business-card:nth-child(3) {
    background-image: url('img/card3.webp');
    background-position: center
}

.business-card:nth-child(4) {
    background-image: url('img/card4.webp');
    background-position: center 40%
}

.business-card h3,
.business-card p,
.business-card .number,
.business-card .tags {
    position: relative;
    z-index: 1;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .7)
}

.business-card p {
    color: #c3c5ca
}

.tags span {
    background: rgba(4, 5, 7, .55);
    border-color: rgba(255, 255, 255, .22);
    color: #e5e5e5;
    backdrop-filter: blur(4px)
}

@media(max-width:700px) {
    .business-card::before {
        background: linear-gradient(90deg, rgba(3, 4, 6, .94), rgba(3, 4, 6, .6))
    }
}

.business-card {
    background-size: 100% auto;
    transition: background-size .55s cubic-bezier(.2, .7, .2, 1)
}

.business-card:hover {
    background-size: 106% auto
}

.business-card:nth-child(1),
.business-card:nth-child(2),
.business-card:nth-child(4) {
    background-position: center 12%
}

.business-card:nth-child(3) {
    background-position: center
}

@media(max-width:700px) {
    .business-card:hover {
        background-size: 107% auto
    }

    .business-card:nth-child(1),
    .business-card:nth-child(2),
    .business-card:nth-child(4) {
        background-position: center 8%
    }
}

.metrics .metric-icon {
    width: 28px;
    height: 28px;
    margin: 0 auto 14px;
    color: #55df8b
}

.metrics .metric-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-linejoin: round
}

.hosting-credit {
    display: block;
    margin-top: 5px;
    color: #70747c
}

.hosting-credit strong {
    color: #55df8b;
    font-weight: 600
}

.footer>p {
    flex: 1;
    text-align: center;
    margin-inline: 28px
}

.hosting-credit a:hover strong {
    color: #fff
}

@media(max-width:700px) {
    .footer>p {
        margin: 0;
        text-align: center
    }

    .footer .brand {
        justify-self: start
    }
}

.business-card:nth-child(3) {
    background-size: auto 100%;
    background-repeat: no-repeat
}

.business-card:nth-child(3):hover {
    background-size: auto 106%
}

html {
    background: #030405
}

body {
    background: transparent;
    position: relative
}

.site-video {
    position: fixed;
    inset: 0;
    z-index: -3;
    overflow: hidden;
    background: #030405;
    pointer-events: none
}

.site-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-width: 177.78vh;
    min-height: 100vh;
    transform: translate(-50%, -50%);
    border: 0;
    pointer-events: none
}

.site-video-overlay {
    position: fixed;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(2, 3, 4, .88) 0%, rgba(2, 3, 4, .72) 38%, rgba(2, 3, 4, .86) 100%)
}

.header {
    background: rgba(5, 6, 8, .84);
    backdrop-filter: blur(8px)
}

.intro,
.business,
.timeline {
    background: rgba(5, 6, 8, .28);
    backdrop-filter: blur(1px)
}

.metrics,
.footer {
    background: rgba(5, 6, 8, .55);
    backdrop-filter: blur(5px)
}

@media(prefers-reduced-motion:reduce) {
    .site-video {
        display: none
    }
}

.site-video {
    z-index: 0
}

.site-video-overlay {
    z-index: 1
}

.header,
main,
.footer {
    position: relative;
    z-index: 2
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100
}

main {
    padding-top: 102px
}

.js .reveal {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity .7s ease var(--reveal-delay, 0ms), transform .7s cubic-bezier(.2, .7, .2, 1) var(--reveal-delay, 0ms);
    will-change: opacity, transform
}

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

.js .business-card.reveal {
    transition: background-size .55s cubic-bezier(.2, .7, .2, 1), opacity .7s ease var(--reveal-delay, 0ms), transform .7s cubic-bezier(.2, .7, .2, 1) var(--reveal-delay, 0ms)
}

@media(max-width:700px) {
    main {
        padding-top: 82px
    }
}

@media(prefers-reduced-motion:reduce) {
    .js .reveal {
        opacity: 1;
        transform: none;
        transition: none
    }
}

.contact-card {
    background: linear-gradient(90deg, rgba(3, 5, 8, .97) 0%, rgba(3, 5, 8, .82) 43%, rgba(3, 5, 8, .16) 78%), url('img/bgfale.webp') center/cover no-repeat;
    color: #fff
}

.contact-card .eyebrow {
    color: #c3a362
}

.contact-card p {
    color: #c9cbd0
}

.contact-watermark {
    color: rgba(255, 255, 255, .04)
}

.nav a+a::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    width: 1px;
    height: 15px;
    background: rgba(255, 255, 255, .2);
    transform: translateY(-50%)
}

@media(max-width:700px) {
    .contact-card {
        background: linear-gradient(90deg, rgba(3, 5, 8, .97), rgba(3, 5, 8, .64)), url('img/bgfale.webp') 62% center/cover no-repeat
    }

    .nav a+a::before {
        left: 0;
        top: 0;
        width: 100%;
        height: 1px;
        transform: none;
        background: rgba(255, 255, 255, .1)
    }
}

.contact-card {
    border: 1px solid #fff;
    border-radius: 22px;
    background: #05070a;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .12), 0 12px 35px rgba(0, 0, 0, .28)
}

.contact-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('img/bgfale.webp') center calc(50% + 32px)/cover no-repeat;
    transition: transform .7s cubic-bezier(.2, .7, .2, 1);
    z-index: 0
}

.contact-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(3, 5, 8, .97) 0%, rgba(3, 5, 8, .82) 43%, rgba(3, 5, 8, .16) 78%);
    z-index: 1;
    pointer-events: none
}

.contact-card:hover::before {
    transform: scale(1.055)
}

.contact-card>:not(.contact-watermark) {
    position: relative;
    z-index: 2
}

.contact-card .contact-watermark {
    z-index: 2
}

@media(max-width:700px) {
    .contact-card {
        border-radius: 16px
    }

    .contact-card::before {
        background-position: 62% calc(50% + 22px)
    }

    .contact-card::after {
        background: linear-gradient(90deg, rgba(3, 5, 8, .97), rgba(3, 5, 8, .64))
    }
}

.quote-section {
    background: linear-gradient(90deg, rgba(3, 4, 6, .74) 0%, rgba(3, 4, 6, .46) 52%, rgba(3, 4, 6, .12) 100%), url('img/bgcitacao.webp') center/cover no-repeat
}

@media(max-width:700px) {
    .quote-section {
        background: linear-gradient(0deg, rgba(3, 4, 6, .74), rgba(3, 4, 6, .24)), url('img/bgcitacao.webp') 62% center/cover no-repeat
    }
}

.timeline {
    overflow: hidden
}

.timeline-grid {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    scroll-behavior: smooth;
    overscroll-behavior-x: contain
}

.timeline-grid::-webkit-scrollbar {
    display: none
}

.timeline-grid article {
    flex: 0 0 25%;
    scroll-snap-align: start
}

.timeline-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    margin-top: 32px
}

.timeline-controls button {
    width: 42px;
    height: 42px;
    border: 1px solid #34373d;
    border-radius: 50%;
    background: rgba(7, 8, 10, .75);
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    transition: .25s
}

.timeline-controls button:hover {
    border-color: #55df8b;
    background: #55df8b;
    color: #06150c
}

@media(max-width:700px) {
    .timeline-grid {
        margin-left: 0;
        border-left: 0;
        border-top: 1px solid var(--line)
    }

    .timeline-grid article,
    .timeline-grid article+article {
        flex: 0 0 86%;
        padding: 34px 28px 20px 8px;
        border-right: 1px solid var(--line)
    }

    .timeline-grid article:before,
    .timeline-grid article+article:before {
        top: -4px;
        left: 8px
    }

    .timeline-controls {
        justify-content: center
    }
}

.timeline-carousel {
    position: relative;
    padding-inline: 54px
}

.timeline-grid {
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
    -webkit-user-select: none;
    -webkit-overflow-scrolling: touch
}

.timeline-grid.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
    scroll-behavior: auto
}

.timeline-controls {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    pointer-events: none
}

.timeline-controls button {
    pointer-events: auto;
    position: relative;
    z-index: 3
}

@media(max-width:700px) {
    .timeline-carousel {
        padding-inline: 48px
    }

    .timeline-controls {
        justify-content: space-between
    }

    .timeline-grid article,
    .timeline-grid article+article {
        flex-basis: 92%
    }
}

@media(max-width:700px) {
    .footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center
    }

    .footer .brand {
        justify-self: auto
    }

    .footer>p {
        width: 100%;
        text-align: center;
        margin: 0
    }

    .footer>a:last-child {
        position: static;
        right: auto
    }
}

.business-card:nth-child(3) {
    background-size: auto 125%
}

.business-card:nth-child(3):hover {
    background-size: auto 132%
}

@media(max-width:700px) {
    .footer .brand-logo {
        align-self: center;
        justify-content: center
    }

    .footer .brand-logo img {
        object-position: center
    }

    .business-card:nth-child(3) {
        background-size: auto 128%
    }

    .business-card:nth-child(3):hover {
        background-size: auto 136%
    }
}

@media(max-width:700px) {
    .footer>a:last-child {
        display: block !important;
        position: static !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        margin-top: 4px;
        color: #c9cbd0
    }
}

.instagram-link {
    display: grid;
    place-items: center;
    color: #fff;
    transition: color .25s ease, transform .25s ease
}

.instagram-link svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round
}

.instagram-link .instagram-dot {
    fill: currentColor;
    stroke: none
}

.instagram-link:hover {
    color: #55df8b;
    transform: translateY(-2px)
}

.nav-instagram {
    padding: 0 2px
}

.footer-instagram {
    margin-left: 28px
}

@media(max-width:700px) {
    .nav-instagram {
        display: flex !important;
        justify-content: flex-start;
        width: max-content;
        padding: 14px 0
    }

    .nav-instagram svg {
        width: 24px;
        height: 24px
    }

    .footer-instagram {
        margin: 0
    }

    .footer-instagram svg {
        width: 25px;
        height: 25px
    }
}

.floating-instagram {
    position: fixed;
    right: 24px;
    bottom: 86px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    z-index: 50;
    background: linear-gradient(145deg, #7b2cf5, #e1306c 55%, #ffb13b);
    box-shadow: 0 8px 30px rgba(0, 0, 0, .35)
}

.floating-instagram svg {
    width: 27px;
    height: 27px
}

.floating-instagram:hover {
    color: #fff;
    transform: translateY(-2px) scale(1.04)
}

.floating-instagram::before {
    content: attr(data-tooltip);
    position: absolute;
    right: calc(100% + 12px);
    top: 50%;
    transform: translate(8px, -50%);
    background: #fff;
    color: #08090b;
    padding: 7px 11px;
    border-radius: 5px;
    font: 600 11px/1 var(--sans);
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .2s;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .3)
}

.floating-instagram:hover::before,
.floating-instagram:focus-visible::before {
    opacity: 1;
    visibility: visible;
    transform: translate(0, -50%)
}

@media(max-width:700px) {
    .floating-instagram {
        right: 15px;
        bottom: 75px;
        width: 48px;
        height: 48px
    }

    .floating-instagram svg {
        width: 25px;
        height: 25px
    }
}

@media(max-width:700px) {
    .header {
        height: 82px
    }

    .nav {
        top: 82px
    }

    .brand-logo img {
        width: 132px;
        height: 70px
    }

    .nav a {
        font-size: 14px
    }

    .whatsapp {
        width: 48px;
        height: 48px
    }

    .whatsapp svg {
        width: 27px;
        height: 27px
    }
}

.legal-content {
    max-width: 780px;
    padding-top: 150px
}

.legal-content h1 {
    font: 600 clamp(32px, 4vw, 48px)/1.15 var(--serif);
    margin: 0 0 10px;
    letter-spacing: -.03em
}

.legal-updated {
    color: #777b84;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin: 0 0 40px
}

.legal-content h2 {
    font: 600 22px/1.3 var(--serif);
    margin: 48px 0 14px;
    letter-spacing: -.01em
}

.legal-content p,
.legal-content li {
    color: #a0a3aa;
    font-size: 14px;
    line-height: 1.8
}

.legal-content p {
    margin: 0 0 18px
}

.legal-content ul {
    margin: 0 0 18px;
    padding-left: 20px
}

.legal-content li {
    margin-bottom: 10px
}

.legal-content strong {
    color: #d9dadc
}

.legal-content a {
    color: #efefef;
    text-decoration: underline;
    text-underline-offset: 2px
}

.legal-content .text-link {
    margin-top: 20px
}

.cookie-policy-link {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px
}

.cookie-policy-link:hover {
    color: #fff
}

.cookie-consent {
    position: fixed;
    left: 24px;
    right: 24px;
    bottom: 22px;
    z-index: 60;
    max-width: 620px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    padding: 20px 24px;
    background: rgba(9, 10, 13, .96);
    border: 1px solid var(--line);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .45);
    backdrop-filter: blur(10px);
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .4s ease, transform .4s ease
}

.cookie-consent.is-visible {
    opacity: 1;
    transform: translateY(0)
}

.cookie-consent p {
    flex: 1 1 320px;
    margin: 0;
    font-size: 11px;
    line-height: 1.7;
    color: #b7bac0
}

.cookie-consent p a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 2px
}

.cookie-consent-actions {
    display: flex;
    gap: 10px;
    flex: 0 0 auto
}

.cookie-consent-actions button {
    border: 0;
    padding: 12px 18px;
    text-transform: uppercase;
    letter-spacing: .06em;
    font: 700 8px var(--sans);
    cursor: pointer;
    transition: .25s
}

.cookie-consent-accept {
    background: #fff;
    color: #050608
}

.cookie-consent-accept:hover {
    background: #d9dadc
}

.cookie-consent-decline {
    background: transparent;
    color: #b7bac0;
    border: 1px solid var(--line)
}

.cookie-consent-decline:hover {
    color: #fff;
    border-color: #565a62
}

@media(max-width:700px) {
    .cookie-consent {
        left: 14px;
        right: 14px;
        bottom: 14px;
        padding: 18px
    }

    .cookie-consent-actions {
        flex: 1 1 100%
    }

    .cookie-consent-actions button {
        flex: 1
    }
}
