:root {
    --cond: 'Barlow Condensed', 'Arial Narrow', sans-serif;
    --body: Inter, Arial, sans-serif
}

[hidden] {
    display: none !important
}

button {
    font: inherit;
    cursor: pointer
}

a:focus-visible,
button:focus-visible {
    outline: 3px solid var(--gold);
    outline-offset: 5px
}

html {
    scroll-padding-top: 100px
}

.skip-link {
    position: fixed;
    top: -100px;
    left: 15px;
    z-index: 200;
    background: #fff;
    color: #000;
    padding: 12px
}

.skip-link:focus {
    top: 15px
}

.header {
    position: relative;
    background: #05070d
}

.admin-bar .header {
    top: 0
}

.brand img,
footer img {
    object-fit: cover;
}

.brand {
    min-width: 118px;
}

.menu-btn {
    display: none;
}

.header nav ul,
footer nav ul {
    list-style: none;
    display: flex;
    gap: 24px;
    padding: 0;
    margin: 0
}

footer nav {
    display: flex;
    gap: 22px
}

.hero-inner {
    padding-top: 35px;
    padding-bottom: 60px
}

.hero-title {
    font: 800 clamp(4.8rem, 8vw, 7.6rem)/.84 var(--cond);
    text-transform: uppercase;
    letter-spacing: .005em;
    margin: 24px 0 32px
}

.hero-title em {
    font-style: normal;
    color: var(--gold)
}

.hero-poster {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero-media {
    flex-direction: column;
    align-items: flex-end;
    gap: 18px;
    min-height: 0
}

.hero-facts {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr))
}

.hero-facts div {
    min-width: 0
}

.video-toggle {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 5;
    color: #fff;
    background: #05070ddd;
    border: 1px solid #ffffff55;
    padding: 7px 12px;
    border-radius: 4px
}

.card-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin-bottom: 24px
}

.work-bg {
    background: none;
    filter: none
}

.work-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.work-bg:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #05070df5, #05070d80)
}

.work-content {
    position: relative;
    z-index: 2
}

.float-wa {
    width: auto !important;
    height: auto !important;
    padding: 14px 20px;
    border-radius: 999px !important;
    font: 700 13px var(--body) !important;
    max-width: calc(100% - 32px);
    text-align: center
}

.prose {
    min-height: 55vh;
    padding-top: 70px;
    padding-bottom: 70px
}

.prose img {
    height: auto
}

.prose h1 {
    font: 800 clamp(2.5rem, 5vw, 4rem) var(--cond)
}

.prose a {
    color: var(--gold)
}

.spacing-compacto {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
    min-height: 0
}

.spacing-amplo {
    padding-top: 140px !important;
    padding-bottom: 140px !important
}

.custom-text-color p,
.custom-text-color .lead,
.custom-text-color .hero-facts span {
    color: inherit
}

.ticker div {
    animation: none;
    flex-wrap: wrap;
    min-width: 0;
    justify-content: center;
    height: auto;
    min-height: 62px;
    padding: 16px 24px;
    gap: 20px
}

.hero-fullscreen {
    min-height: 90vh
}

.hero-fullscreen .hero-inner {
    position: static;
    grid-template-columns: 1fr 300px
}

.hero-fullscreen .hero-copy {
    position: relative;
    z-index: 2
}

.hero-fullscreen .hero-media {
    position: static
}

.hero-fullscreen .video-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: none;
    box-shadow: none
}

.hero-fullscreen .video-frame:before {
    display: none
}

.hero-fullscreen .video-frame:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #030408f0, #03040865)
}

.hero-fullscreen .hero-facts {
    position: relative;
    z-index: 2;
    grid-template-columns: 1fr
}

.hero-fullscreen .video-label {
    z-index: 3
}

.hero-fullscreen .video-toggle {
    bottom: 18px;
    right: 18px
}

@media(max-width:950px) {
    .header {
        position: relative;
        gap: 16px;
        z-index: 100
    }

    .header nav {
        display: none !important;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        max-height: calc(100vh - 80px);
        overflow-y: auto;
        background: #0b0e15;
        padding: 24px;
        flex-direction: column;
        border-top: 1px solid #ffffff18;
        box-shadow: 0 18px 38px #0008;
        z-index: 9999
    }

    .header nav.is-open {
        display: flex !important
    }

    .header nav ul {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 0
    }

    .header nav li {
        width: 100%;
        margin: 0;
        padding: 0
    }

    .header nav a {
        display: flex;
        width: 100%;
        min-height: 52px;
        align-items: center;
        border-bottom: 1px solid #ffffff18
    }

    .menu-btn {
        display: flex !important;
        position: relative;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
        flex: 0 0 44px;
        min-width: 44px;
        min-height: 44px;
        margin: 0;
        background: transparent;
        /* border: 1px solid #ffffff55; */
        border-radius: 4px;
        width: 44px;
        height: 44px;
        padding: 10px;
        overflow: visible;
        order: 3;
        z-index: 10000
    }

    .menu-btn span {
        display: block !important;
        width: 22px !important;
        max-width: 22px !important;
        height: 2px !important;
        min-height: 2px !important;
        flex: 0 0 2px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 20px;
        background: #fff !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none;
        transform-origin: center;
        transition: transform .25s ease, opacity .25s ease
    }

    .menu-btn[aria-expanded="true"] span:first-child {
        transform: translateY(4px) rotate(45deg)
    }

    .menu-btn[aria-expanded="true"] span:last-child {
        transform: translateY(-4px) rotate(-45deg)
    }

    .hero-media {
        align-items: center
    }

    .hero-facts {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        width: 100%
    }

    .hero-fullscreen .hero-inner {
        grid-template-columns: 1fr
    }

    .hero-fullscreen .hero-facts {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr))
    }

    .hero-fullscreen .video-frame {
        height: 100%;
        width: 100%
    }

    .hero-fullscreen .hero-media {
        min-height: 0
    }
}

@media(max-width:620px) {
    .header {
        padding: 0 20px;
        height: 80px
    }

    .header>.wa {
        display: none
    }

    .hero {
        padding: 45px 0 55px
    }

    .hero-inner {
        padding: 0;
        gap: 32px
    }

    .hero-title {
        font-size: clamp(3rem, 13vw, 4.5rem)
    }

    .hero-media {
        min-height: 0
    }

    .hero-facts {
        grid-template-columns: 1fr
    }

    .video-frame {
        height: 490px
    }

    .offer-grid img {
        height: auto;
        aspect-ratio: 1;
        object-fit: contain
    }

    .spacing-amplo {
        padding: 90px 0 !important
    }

    footer nav {
        flex-wrap: wrap
    }

    .hero-fullscreen .hero-inner {
        padding-bottom: 40px
    }
}

/* 1.0.1 — composição da referência: header sobre a hero e selos sobre o vídeo. */
body:has(#conteudo > .hero:first-child)>.header {
    position: absolute;
    inset: 0 0 auto;
    height: 88px;
    background: transparent;
    border: 0;
}

body.admin-bar:has(#conteudo > .hero:first-child)>.header {
    top: 32px;
}

.header nav ul {
    align-items: center;
    gap: 28px;
}

.header nav li {
    margin: 0;
    padding: 0;
}

.hero:not(.hero-fullscreen) .hero-inner {
    padding-top: 90px;
    padding-bottom: 0;
}

.hero:not(.hero-fullscreen) .hero-media {
    position: relative;
    min-height: 650px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
}

.hero:not(.hero-fullscreen) .video-frame {
    flex: 0 1 410px;
}

.hero:not(.hero-fullscreen) .hero-facts {
    position: absolute;
    z-index: 4;
    left: -55px;
    right: auto;
    bottom: 44px;
    width: 240px;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    max-height: calc(100% - 88px);
    overflow-y: auto;
}

.hero:not(.hero-fullscreen) .hero-facts div {
    padding: 17px 20px;
}

#conteudo>.hero-fullscreen:first-child .hero-inner {
    padding-top: 100px;
}

@media (max-width: 950px) {
    .header nav ul {
        align-items: stretch;
        gap: 0;
    }

    .hero:not(.hero-fullscreen) .hero-media {
        min-height: 680px;
        justify-content: center;
    }

    .hero:not(.hero-fullscreen) .hero-facts {
        left: calc(50% - 260px);
        bottom: 25px;
    }
}

@media (max-width: 782px) {
    body.admin-bar:has(#conteudo > .hero:first-child)>.header {
        top: 46px;
    }
}

@media (max-width: 620px) {
    body:has(#conteudo > .hero:first-child)>.header {
        height: 80px;
    }

    #conteudo>.hero:first-child {
        padding-top: 115px;
    }

    .hero:not(.hero-fullscreen) .hero-inner {
        padding-top: 0;
        padding-bottom: 0;
    }

    .hero:not(.hero-fullscreen) .hero-media {
        min-height: 560px;
    }

    .hero:not(.hero-fullscreen) .video-frame {
        flex-basis: 360px;
        height: 560px;
    }

    .hero:not(.hero-fullscreen) .hero-facts {
        left: 0;
        bottom: 20px;
        width: min(240px, 78%);
    }

    .hero:not(.hero-fullscreen) .hero-facts div {
        padding: 12px 16px;
    }

    #conteudo>.hero-fullscreen:first-child .hero-inner {
        padding-top: 0;
    }
}
   .ticker {
        width: 100%;
        overflow: hidden;
    }

    .ticker__track {
        display: flex;
        width: max-content;
        animation: lopes-ticker 25s linear infinite;
        will-change: transform;
    }

    .ticker__group {
        display: flex;
        flex-shrink: 0;
        gap: 32px;
        align-items: center;
        padding-right: 32px;
    }

    .ticker__group span {
        white-space: nowrap;
    }

    .ticker__group i {
        color: #ffc400;
        font-style: normal;
    }

    .ticker:hover .ticker__track {
        animation-play-state: paused;
    }

    @keyframes lopes-ticker {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-50%);
        }
    }

    @media (max-width: 768px) {
        .ticker__track {
            animation-duration: 18s;
        }

        .ticker__group {
            gap: 22px;
            padding-right: 22px;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .ticker__track {
            animation-play-state: paused;
        }
    }
