@import url('https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');

@font-face {
    font-family: 'CODE PRO';
    src: url('assets/fonts/CODEBold.otf');
    font-weight: bold;
}
@font-face {
    font-family: 'CODE PRO';
    src: url('assets/fonts/CODELight.otf');
    font-weight: normal;
}

@font-face {
    font-family: 'Alyk';
    src: url('assets/fonts/AlykRegular.woff') format('woff'),
         url('assets/fonts/AlykRegular.ttf') format('truetype'),
         url('assets/fonts/Alyk_FW.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body {
    margin: 0;
    padding: 0;
    background: #000;
    color: white;
}

* {
    text-decoration: none;
    color: white;
}

/* ========================
   PAINEL 1 — FIXO NO TOPO
========================= */
.painel-1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    z-index: 10;
}


/* ELEMENTOS DO PAINEL 1 */
.p1-top-left {
    position: absolute;
    top: 32px;
    left: 64px;
}

.p1-logo-small {
    width: 120px;
}

.p1-top-right {
    position: absolute;
    top: 32px;
    right: 64px;
    display: flex;
    gap: 12px;
    align-items: center;
    z-index: 9999; /* AGORA FICA SEMPRE NO TOPO */
    position: absolute;
}

.p1-top-right a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.p1-codepro {
    font-family: 'CODE PRO';
    font-weight: bold;
    letter-spacing: 0.28em;
    font-size: 14px;
}

.p1-btn-bolha {
    width: 70px;
    position: absolute;
    right: 140px;
}

.p1-btn-hover {
    width: 22px;
    transition: .25s;
    cursor: pointer;
    z-index: 99999 !important;
    pointer-events: auto;
}

.p1-top-right:hover .p1-btn-hover {
    transform: translate(4px, -4px);
}

.p1-top-border {
    position: absolute;
    top: 82px;
    left: 64px;
    width: calc(100% - 128px);
    height: 1px;
    background: #fff;
    opacity: .6;
}

.p1-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.p1-logo-big {
    width: 300px;
}

.p1-bottom-left {
    position: absolute;
    left: 60px;
    bottom: 60px;
    font-family: "Darker Grotesque", sans-serif !important;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.12em;
    line-height: 1;
}

.p1-bottom-right {
    position: absolute;
    right: 60px;
    bottom: 60px;
}


.scroll-wrapper {
    width: 150px;
    height: 150px;
    position: relative;
}

.scroll-svg {
    animation: rotateCircle 8s linear infinite;
    font-family: "Darker Grotesque", sans-serif !important;
}

.scroll-bubble {
    width: 85px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes rotateCircle {
    from { transform: rotate(0); }
    to { transform: rotate(360deg); }
}

/* ============================
   PAINEL 2 E 3 (QUE SOBEM)
============================== */

.painel-2,
.painel-3 {
    position: relative;
    height: 80vh;   /* altura correta para eliminar buracos */
    background: transparent;
    z-index: 20;
    pointer-events: none;
}

/* bolhas painel 2 */
.p2-bubbles {
    position: absolute;
    right: 400px;
    bottom: -100vh; /* começa abaixo da tela */
    height: 100vh;
    z-index: 3;
}

/* bolhas painel 3 */
.p3-bubbles {
    position: absolute;
    right: 0;
    bottom: 0vh;
    height: 50vh;
    z-index: 2;
}

/* ============================
   CONTEÚDO FINAL
============================== */
.div2 {
    position: relative;
    background: #111;
    min-height: 100vh;
    z-index: 25;
}

.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: #000;
    padding: 10px 0;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    height: 70px;
    display: flex;
    align-items: center;
}

.marquee-content {
    display: inline-block;
    animation: marqueeMove 28s linear infinite;
    font-size: 42px;
    letter-spacing: 0.15em;
    color: #fff;
}

/* Fontes individuais */
.alyk {
    font-family: 'Alyk', sans-serif;
}

.dark {
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: lighter;
    letter-spacing: 0.12em;
    font-size: 70px;
}

/* Animação infinita */
@keyframes marqueeMove {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* barra superior */
.div2-topbar {
    width: 100%;
    background: #000;
    padding: 22px 0;
    text-align: center;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}

.div2-topbar span {
    font-family: 'Alyk', sans-serif;
    font-size: 32px;
    letter-spacing: 0.15em;
}

/* imagem de fundo que já contém tudo */
.div2-bg {
    width: 100%;
    background-image: url(assets/slide2.png);
    background-size: auto;
    background-position: center;
    position: relative;
    overflow: hidden;
    height: 90vh;
    background-repeat: no-repeat;
}

/* colunas internas */
.div2-columns {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 3;
    height: 500px;
    justify-content: center;
    align-items: center;
}

/* bloco individual */
.div2-block {
    width: 18%;
    cursor: pointer;
    position: relative;
    display: inline-grid;
    justify-items: start;
    justify-content: end;
}

/* ícones */
.div2-icon {
    width: 60px;
}

/* títulos */
.div2-block h3 {
    font-family: 'Darker Grotesque', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    margin: 10px 0;
}

.textoSlide2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 250px;
}

/* bolha por cima */
.div2-bubbles {
    position: absolute;
    bottom: -20px;
    right: 140px;
    width: 420px;
    z-index: 5;
    opacity: 0.8;
    pointer-events: none;
}

/* FRASES ADICIONAIS — TEXTO RECUADO NO ESTILO DA IMAGEM */
.div2-extra-text {
    position: absolute;
    bottom: 245px;
    left: 50px;
    display: flex;
    flex-direction: column;
    z-index: 10;
    gap: 20px;
}

.div2-extra-text p {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 300;
    font-size: 32px;
    letter-spacing: 0.04em;
    color: #fff;
    margin: 0;
    line-height: 1.1;
}

/* primeira linha mais recuada */
.div2-extra-text .linha1 {
    margin-left: 0px;
}

/* segunda linha mais avançada  — igual à imagem anexada */
.div2-extra-text .linha2 {
    margin-left: 180px;
}

.bubble-run {
    position: absolute;
    right: -25px;
    transform: translateX(-50%);
    bottom: -700px;
    width: 450px;
    z-index: 999;
    pointer-events: none;
}

.bubble-scroll-area {
    height: 0vh; /* controla o quanto a bolha continua subindo */
    background: transparent;
}


/* =========================
   START: CSS DIV3 (VÍDEO SIMPLES COM CAPA)
========================= */
.div3 {
    position: relative;
    min-height: 100vh;
    background: #000;
    overflow: hidden;
}

.div3-video-wrap {
    position: relative;
    width: 100%;
    height: 100vh;
}

/* capa */
.div3-poster {
    position: absolute;
    inset: 0;
    background: url("assets/gofw_video.png") center/cover no-repeat;
    filter: contrast(1.05) brightness(.85);
    transform: scale(1.02);
    z-index: 1;
}

/* vídeo */
.div3-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    opacity: 0;
}

/* play overlay */
.div3-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 74px;
    height: 74px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.35);
    background: rgba(0,0,0,.25);
    backdrop-filter: blur(6px);
    display: grid;
    place-items: center;
    z-index: 3;
    cursor: pointer;
}

    .div3-play:hover {
        transform: translate(-50%,-50%) scale(1.04);
    }


.div3-play-icon {
    width: 0;
    height: 0;
    border-left: 18px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 3px;
    opacity: .9;
}

/* quando toca: some capa e botão, aparece vídeo */
.div3.is-playing .div3-poster {
    opacity: 0;
    transition: opacity .25s ease;
}

.div3.is-playing .div3-video {
    opacity: 1;
    transition: opacity .25s ease;
}

.div3.is-playing .div3-play {
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}


/* =========================
   START: CSS DIV4 (OVERRIDE TOTAL + CANVAS + SCROLL)
========================= */

/* garante que o vídeo (div3) não “suma” por z-index */
.div3 {
    position: relative;
    z-index: 1;
}

/* DIV4: altura grande pra ter animação; sem background sólido */
.div4 {
    position: relative;
    height: 220vh;
    background: transparent !important;
    display: block !important;
    padding: 0 !important;
    z-index: 9999;
}

/* palco sticky */
.div4-stage {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    background: transparent !important;
}

/* fundo (começa invisível, JS sobe pra 1) */
.div4-bg {
    position: absolute;
    inset: 0;
    background: url("assets/slide4.png") center/cover no-repeat !important;
    opacity: 0;
    transform: scale(1.02);
    will-change: opacity, transform;
}

/* vinheta */
.div4-vignette {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%, rgba(0,0,0,.35) 70%, rgba(0,0,0,.70) 100%);
    opacity: .90;
    pointer-events: none;
}

/* canvas das linhas */
.div4-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    will-change: opacity;
}

/* itens (começam ocultos e sobem) */
.div4-item {
    position: absolute;
    width: 340px;
    opacity: 0;
    transform: translateY(-120px);
    will-change: transform, opacity;
    color: #fff;
    pointer-events: none;
}

.div4-ico-gaming {
    width: 44px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(255, 255, 255, .12));
    justify-self: right;
    position: absolute;
    top: -50px;
    right: -35px;
}

.div4-ico-concept {
    width: 44px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(255,255,255,.12));
}

.div4-ico-diamond {
    width: 44px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(255,255,255,.12));
}

.div4-head {
    text-transform: uppercase;
    letter-spacing: .08em;
    line-height: 1;
}

.div4-head-diamond {
    text-transform: uppercase;
    letter-spacing: .08em;
    line-height: 1;
    width: 95px;
    justify-self: center;
    text-align: left;
}

.div4-high {
    display: block;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 300;
    font-size: 45px;
    opacity: .95;
    padding: 0;
}

.div4-word {
    display: block;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 800;
    font-size: 44px;
    letter-spacing: .04em;
    line-height: 35px;
}

.div4-ico-gaming {
    width: 64px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(255, 255, 255, .12));
    justify-self: right;
    position: absolute;
    top: -70px;
    right: -55px;
}

.div4-ico-diamond {
    width: 74px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(255, 255, 255, .12));
    justify-self: center;
}

.div4-ico-concept {
    width: 64px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(255, 255, 255, .12));
    position: absolute;
    top: -70px;
    left: -50px;
}

.div4-copy-gaming {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 18px;
    opacity: 1;
    max-width: 300px;
    margin: 10px 0 0 0;
    line-height: 15px;
}

.div4-copy-diamond {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 18px;
    opacity: 1;
    max-width: 300px;
    margin: 10px 0 0 0;
    line-height: 15px;
    width: 255px;
    text-align: right;
}

.div4-copy-concept {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 18px;
    opacity: 1;
    max-width: 300px;
    width: 210px;
    text-align: right;
    position: absolute;
    left: -25px;
    margin: 10px 0 0 0;
    line-height: 15px;
}

/* posições no estilo do print */
.div4-gaming {
    left: 14%;
    top: 39%;
    font-family: "Darker Grotesque", sans-serif;
    transform: translateY(-50%) translateY(120px);
    text-align: right;
    width: 305px;
    font-size: 18px;
}

.div4-concept {
    right: 10%;
    top: 34%;
    font-family: "Darker Grotesque", sans-serif;
    transform: translateY(-50%) translateY(120px);
    text-align: left;
    font-size: 18px;
}

.div4-diamond {
    left: 50%;
    top: 60%;
    font-family: "Darker Grotesque", sans-serif;
    transform: translate(-50%, -50%) translateY(120px);
    text-align: center;
    font-size: 18px;
}

/* POV */
.div4-pov {
    position: absolute;
    left: 18px;
    bottom: 14px;
    font-family: "Darker Grotesque", sans-serif;
    font-size: 12px;
    letter-spacing: .08em;
    opacity: .7;
    pointer-events: none;
}

/* responsivo */
@media (max-width: 980px) {
    .div4-item {
        width: 86vw;
    }

    .div4-gaming {
        left: 7%;
        top: 34%;
        text-align: left;
    }

    .div4-concept {
        right: auto;
        left: 7%;
        top: 58%;
    }

    .div4-diamond {
        left: 50%;
        top: 80%;
        width: 88vw;
        text-align: left;
    }

    .div4-word {
        font-size: 30px;
    }
}


/* =========================
   START: CSS DIV5 (P.O.V / 3 COLUNAS)
========================= */

.div5 {
    position: relative;
    height: 65vh;
    background: #000;
    z-index: 11000;
    overflow: visible;
}

.div5-stage {
    position: sticky;
    border-bottom: 1px solid rgba(255, 255, 255, .35);
    top: 0;
    height: 60vh;
    background: #000;
    overflow: hidden;
}


.div5-topbar {
    position: relative;
    height: 120px;
    display: grid;
    place-items: center;
    border-top: 1px solid rgba(255, 255, 255, .35);
    align-items: end;
}

.div5-logo {
    font-family: 'Alyk', sans-serif;
    font-weight: 400;
    font-size: 64px;
    letter-spacing: .10em;
    transform: translateY(6px);
}

.div5-topline {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(255,255,255,.35);
}

/* grid 3 colunas */
.div5-grid {
    height: calc(60vh - 120px);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.div5-col {
    position: relative;
    padding: 72px 115px;
    border-right: 1px solid rgba(255,255,255,.35);
}

    .div5-col:last-child {
        border-right: none;
    }

/* tipografia */
.div5-title {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: .02em;
    line-height: 1.15;
    margin: 0 0 18px 0;
    text-transform: uppercase;
}

.div5-title-light {
    font-weight: 500;
    text-transform: none;
}

.div5-text {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.25;
    opacity: .82;
    max-width: 44ch;
    margin: 0;
}

/* botão quadrado */
.div5-cta {
    position: absolute;
    right: 64px;
    bottom: 56px;
    width: 44px;
    height: 44px;
    border: 0;
    display: grid;
    place-items: center;
    text-decoration: none;
    background: rgba(255,255,255,.06);
    backdrop-filter: blur(6px);
    transition: transform .18s ease;
}

    .div5-cta:hover {
        transform: translate(2px,-2px);
        transition: .3s ease-in-out;
    }

    .div5-cta img {
        width: 35px;
        height: 35px;
        stroke: rgba(255,255,255,.9);
        stroke-width: 2.2;
        fill: none;
    }

/* responsivo */
@media (max-width: 980px) {
    .div5-grid {
        grid-template-columns: 1fr;
        height: auto;
    }

    .div5-stage {
        overflow: auto;
    }

    .div5-col {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.35);
        padding: 44px 22px;
        min-height: 60vh;
    }

    .div5-cta {
        right: 22px;
        bottom: 22px;
    }
}

/* =========================
   BOLHA DIV5
========================= */
.bubble-run5 {
    position: absolute;
    left: 460px;
    width: 400px;
    top: 350px;
    z-index: 15000;
    pointer-events: none;
    opacity: 0;
    transform: translateY(140px);
    will-change: transform, opacity;
}

/* =========================
   START: CSS DIV6 (FEATURED PROJECTS)
========================= */
.div6 {
    position: relative;
    min-height: 90vh;
    background: #000;
    color: #fff;
    padding: 72px 88px 56px;
    overflow: hidden;
}

/* topo */
.div6-top {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin: 50px 0 0 0;
}

/* "fonte da div5" */
.div6-top-title {
    margin: 0;
    font-family: 'Alyk', sans-serif;
    font-weight: 400;
    font-size: 64px;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

/* bolha topo direita */
.div6-top-bubble {
    width: 360px;
    height: auto;
    object-fit: contain;
    opacity: .95;
    pointer-events: none;
    transform: translateY(-12px);
}

/* lista */
.div6-list {
    border-top: 0;
}

.div6-row {
    position: relative;
    display: block;
    text-decoration: none;
    color: inherit;
    height: 190px !important;
    border-bottom: 1px solid rgba(255, 255, 255, .35);
    overflow: hidden;
}

/* fundo */
.div6-row-bg {
    position: absolute;
    inset: 0;
    background: center/cover no-repeat;
    opacity: 0; /* começa invisível */
    transform: scale(1.04);
    filter: grayscale(1) contrast(1.05) brightness(.78);
    transition: opacity .28s ease, transform .45s ease, background-position .8s ease;
    will-change: opacity, transform, background-position;
}

/* conteúdo da linha */
.div6-row-inner {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 0 22px;
}

/* tipografia geral */
.div6-row-text {
    max-width: 62ch;
}

.div6-row-title {
    margin: 0 0 10px 0;
    font-family: 'CODE PRO';
    font-weight: bolder;
    font-size: 50px;
    width: 700px;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.div6-row-desc {
    margin: 0;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 17px;
    padding: 0 15px;
    opacity: 1;
    line-height: 1.25;
    max-width: 56ch;
}

/* botão quadrado com seta */
.div6-out-img{
    width: 52px;
    height: 52px;
    border: 1px solid rgba(255,255,255,.40);
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.04);
    backdrop-filter: blur(6px);
    flex: 0 0 auto;
}

    .div6-out-img:hover {
        transform: translate(2px,-2px);
        transition: .3s ease-in-out;
    }

/* “card” da direita (linha do meio) */
.div6-row--with-card .div6-row-card {
    border: 0;
    background: center / cover no-repeat;
    opacity: 0;
    transform: translateX(34px) scale(1.02);
    transition: opacity .28s ease, transform .45s ease;
    filter: saturate(1.15) contrast(1.05);
    flex: 0 0 auto;
    position: absolute;
    right: 170px;
    top: 0px;
    width: 564px;
    height: 150px;
}


/* hover: cresce + revela imagem + leve movimento */
.div6-row:hover .div6-row-bg {
    opacity: 1;
    transform: scale(1.01);
    background-position: 56% 50%; /* movimento */
}


.div6-row.div6-row--with-card:hover .div6-row-card {
    opacity: 1;
    transform: translateX(0) scale(1.00);
}

/* deixa o texto mais “lendo em cima do fundo” */
.div6-row:hover .div6-row-desc {
    opacity: .86;
}

.div6-row:hover .div6-out {
    transform: translate(2px,-2px);
    transition: .18s ease;
}

/* rodapé ALL PROJECTS */
.div6-bottom {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.div6-all {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #fff;
    font-family: "Darker Grotesque", sans-serif;
    letter-spacing: .10em;
    text-transform: uppercase;
    opacity: .92;
}

.div6-all-bubble {
    width: 54px;
    height: 34px;
    border: 0;
    display: inline-block;
    opacity: 1;
    position: absolute;
}

.div6-all-text {
    font-size: 25px;
    padding: 0 0px 0 22px;
}



.div6-out--sm {
    width: 30px;
    height: 30px;
}

    .div6-out--sm::before {
        width: 10px;
        height: 10px;
        border-right-width: 2px;
        border-top-width: 2px;
    }

.img-footer-div6 {
    width: 15px;
    height: 15px;
}

    .img-footer-div6:hover {
        transform: translate(2px, -2px);
        transition: .3s ease-in-out;
    }


/* responsivo */
@media (max-width: 1100px) {
    .div6 {
        padding: 56px 22px 44px;
    }

    .div6-top-title {
        font-size: 52px;
    }

    .div6-top-bubble {
        width: 220px;
    }

    .div6-row-title {
        font-size: 30px;
    }

    .div6-row.div6-row--with-card .div6-row-card {
        display: none;
    }
}

/* =========================
   START: CSS DIV7
========================= */
.div7 {
    position: relative;
    height: 60vh;
    min-height: 420px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* moldura + linhas finas */
.div7-frame {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, .38);
    display: grid;
    grid-template-columns: 40% 60%;
    overflow: hidden;
}

/* esquerda (foto) */
.div7-left {
    position: relative;
    border-right: 0;
    overflow: hidden;
}

/* fundo P&B (troque a imagem) */
.div7-photo {
    position: absolute;
    inset: 0;
    background: url("assets/img_div7.png") left center/cover no-repeat;
    transform: scale(1.02);
}

/* box do filtro (quadrado colorido) */
.div7-filter-box {
    position: absolute;
    left: 26%;
    top: 50%;
    width: 230px;
    height: 230px;
    transform: translateY(-50%);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
}

/* o filtro em si (começa “embaixo” e invisível) */
.div7-filter {
    position: absolute;
    inset: 0;
    background: url("assets/slide7_filter.jpg") center/cover no-repeat;
    transform: translateY(110%); /* ✅ começa fora, por baixo */
    opacity: 0; /* ✅ fade in */
    will-change: transform, opacity;
}

/* direita (texto) */
.div7-right {
    position: relative;
    padding: 46px 58px 34px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* quote grande */
.div7-quote {
    margin: 0 0 22px 0;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 300;
    font-size: 48px;
    line-height: 1.2;
    opacity: 1;
    text-align: right;
}

/* autor */
.div7-author {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: .08em;
    opacity: .75;
    margin-bottom: 15px;
    text-align: right;
}

/* bio (pequena, alinhada à direita no print) */
.div7-bio {
    margin: 0;
    max-width: 56ch;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.35;
    opacity: .75;
    align-self: flex-end;
    text-align: right;
}

/* responsivo */
@media (max-width: 980px) {
    .div7 {
        height: auto;
        min-height: unset;
        padding: 14px;
    }

    .div7-frame {
        grid-template-columns: 1fr;
        height: auto;
    }

    .div7-left {
        min-height: 320px;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.30);
    }

    .div7-right {
        padding: 28px 22px 22px;
    }

    .div7-filter-box {
        left: 18px;
        top: 18px;
        transform: none;
        width: 180px;
        height: 180px;
    }

    .div7-bio {
        align-self: flex-start;
        text-align: left;
    }
}


/* =========================
   START: CSS DIV8 (RECODE CULTURES)
========================= */
.div8 {
    position: relative;
    height: 220vh;
    background: #000;
    z-index: 50;
}

.div8-stage {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.30);
    background: #000;
}

/* fundo */
.div8-bg {
    position: absolute;
    inset: 0;
    background: url(assets/bg_div8.png) center center / cover no-repeat;
    filter: contrast(1.05) brightness(.55);
    transform: scale(1.02);
    background-position: top;
}

/* topo faixa + linha */
.div8-topbar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, .30);
    background: rgba(0, 0, 0, .55);
    z-index: 5;
}

/* marquee */
.div8-marquee {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.div8-track {
    display: inline-flex;
    gap: 22px;
    white-space: nowrap;
    will-change: transform;
    animation: div8Marquee 18s linear infinite;
    padding-left: 18px;
    font-family: 'Darker Grotesque';
    font-weight: 900;
    letter-spacing: .01em;
    font-size: 40px;
    text-transform: uppercase;
}

.div8-dot {
    opacity: 1;
    padding-top: 10px;
}

@keyframes div8Marquee {
    from {
        transform: translateX(0);
    }

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

/* inner layout */
.div8-inner {
    position: relative;
    height: 100%;
    padding-top: 70px;
    z-index: 3;
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 46% 54%;
    justify-items: center;
}

/* LEFT */
.div8-left {
    position: relative;
    padding: 150px 0 0 80px;
    width: 450px;
}

.div8-title {
    margin: 0;
    line-height: 0.9;
    letter-spacing: .01em;
    text-transform: uppercase;
    font-family: 'CODE PRO';
    font-size: 90px;
    font-weight: 900;
}

.div8-re {
    font-family: 'CODE PRO';
    opacity: 1;
    font-weight: 900;
}

.div8-cultures {
    display: inline-block;
    margin-top: 6px;
}

.div8-desc {
    margin: 10px 0 0 0;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.15;
    opacity: .85;
}

.div8-more {
    margin-top: 32px;
    display: inline-flex;
    gap: 14px;
    text-decoration: none;
    color: #fff;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 800;
    font-size: 30px;
    letter-spacing: .02em;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
}

    .div8-more img:hover {
        transform: translate(2px, -2px);
        transition: .3s ease-in-out;
    }

.div8-more-ico::before {
    content: "";
    width: 16px;
    height: 16px;
    border-right: 3px solid rgba(255,255,255,.95);
    border-top: 3px solid rgba(255,255,255,.95);
    transform: translate(1px,1px);
}

.div8-more:hover .div8-more-ico {
    transform: translate(2px,-2px);
    transition: .18s ease;
}

/* glitch rectangle inferior esquerdo */
.div8-glitch-left {
    position: absolute;
    left: 78px;
    bottom: 90px;
    width: 300px;
    height: 120px;
    background: url("assets/slide8_glitch_left.jpg") center/cover no-repeat;
    opacity: .95;
    mix-blend-mode: screen;
    border-radius: 2px;
    filter: saturate(1.2) contrast(1.15);
}

/* RIGHT */
.div8-right {
    position: relative;
    padding: 200px 78px 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.div8-right-head {
    width: min(540px, 100%);
    text-align: left;
    margin-bottom: 14px;
    line-height: 1;
}

.div8-season {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 21px;
    opacity: 1;
}

.div8-headline {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 900;
    letter-spacing: .02em;
    font-size: 29px;
    text-transform: uppercase;
}

/* card */
.div8-card {
    width: min(520px, 100%);
    height: 540px;
    background: rgba(0,0,0,.88);
    border: 1px solid rgba(255,255,255,.45);
    box-shadow: 0 20px 70px rgba(0,0,0,.55);
    overflow: hidden;
    position: relative;
}

.div8-card-media {
    height: 235px;
    background: url(assets/img2_div8.png) left / cover no-repeat;
    filter: contrast(1.05) brightness(.92) saturate(1.15);
    position: relative;
    width: 400px;
    background-size: 90%;
}

/* linha branca dentro do media (como no print) */
.div8-card-media::after {
    content: "";
    position: absolute;
    width: 250px;
    left: 135px;
    right: 40px;
    bottom: -5px;
    height: 3px;
    background: rgba(255, 255, 255, .90);
    opacity: 1;
}

/* texto do card */
.div8-card-body {
    padding: 26px 65px;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    opacity: .9;
    height: 200px;
    align-content: center;
}

    .div8-card-body b {
        font-weight: 900;
    }

/* BOLHA (presa no palco; vai subir no scroll via GSAP) */
.div8-bubble {
    position: absolute;
    left: 220px;
    bottom: -220px; /* começa bem fora (pra entrar de baixo) */
    width: 420px;
    z-index: 6;
    pointer-events: none;
    filter: drop-shadow(0 24px 60px rgba(0,0,0,.55));
    opacity: 0;
    will-change: transform, opacity;
    transform: translate3d(0,0,0);
}

/* responsivo */
@media (max-width: 980px) {
    .div8-inner {
        grid-template-columns: 1fr;
    }

    .div8-left {
        padding: 70px 18px 0 22px;
    }

    .div8-right {
        padding: 30px 22px 0 22px;
        align-items: flex-start;
    }

    .div8-right-head, .div8-card {
        width: 100%;
    }

    .div8-card {
        height: 520px;
    }

    .div8-glitch-left {
        left: 22px;
        width: 240px;
        height: 98px;
    }

    .div8-bubble {
        left: 18px;
        width: 320px;
    }
}

/* altura total do scroll (ajuste fino) */
.div9 {
    position: relative;
    height: 240vh; /* controla o “tempo” do scroll da última sessão */
    background: #000;
    z-index: 80;
}

/* palco sticky */
.div9-stage {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    background: #000;
}

/* borda externa */
.div9-border {
    position: absolute;
    inset: 18px;
    z-index: 20;
    pointer-events: none;
}

/* BG base (sem filtro) */
.div9-bg {
    position: absolute;
    inset: 0;
    background: url(assets/div9_bg.png) center / cover no-repeat;
    z-index: 1;
    transform: scale(1.02);
    background-size: 800px;
    background-position-y: 560px;
    background-position-x: 480px;
}

/* Overlay filtro (imagem 100% alinhada com o BG) */
.div9-filter {
    position: absolute;
    inset: 0;
    background: url(assets/div9_bg2.png) center / cover no-repeat;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    clip-path: inset(100% 0 0 0);
    will-change: clip-path, opacity;
    background-size: 80px;
    background-position-x: 654px;
    background-position-y: 582px;
    width: 100%;
}

.div9-bg, .div9-filter {
    transform: scale(1.02);
}


/* FAIXAS (imagem única) */
.div9-ribbons {
    position: absolute;
    left: 50%;
    top: 18%;
    width: min(1220px, 92vw);
    transform: translate(-50%, -50%);
    z-index: 6;
    pointer-events: none;
    will-change: transform;
    width: 110%;
}

/* linha horizontal acima do marquee */
.div9-line {
    position: absolute;
    left: 0;
    right: 0;
    top: 46%;
    height: 1px;
    background: rgba(255,255,255,.28);
    z-index: 6;
    pointer-events: none;
}

/* MARQUEE */
.div9-marquee {
    position: absolute;
    left: 0;
    right: 0;
    top: 46%;
    height: 100px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,.28);
    border-bottom: 1px solid rgba(255,255,255,.28);
    background: rgba(0,0,0,.55);
    z-index: 6;
}

.div9-track {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    gap: 28px;
    padding-left: 18px;
    font-family: "Alyk", sans-serif;
    font-size: 44px;
    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
    animation: div9Marquee 16s linear infinite;
    will-change: transform;
    padding: 35px 0 0 0;
}

    .div9-track img {
        margin-bottom: 40px;
    }

.div9-bubbleDot {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.6);
    opacity: .35;
    transform: translateY(2px);
}

@keyframes div9Marquee {
    from {
        transform: translateX(0);
    }

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

/* CONTEÚDO CENTRAL (GET IN TOUCH) */
.div9-center {
    position: absolute;
    left: 50%;
    top: 66%;
    transform: translate(-50%, -50%);
    width: min(1280px, 92vw);
    display: grid;
    grid-template-columns: 340px 1fr 380px;
    align-items: center;
    gap: 22px;
    z-index: 8;
}

/* poster esquerdo (base limpa, o filtro entra por cima do palco todo) */
.div9-leftPoster {
    width: 340px;
    height: 210px;
    background: url("assets/div9_left_poster.jpg") center/cover no-repeat;
    filter: contrast(1.05) brightness(.95);
}

/* CTA */
.div9-cta {
    justify-self: center;
    display: inline-flex;
    align-items: flex-end;
    gap: 18px;
    text-decoration: none;
    color: #fff;
}

.div9-ctaTitle {
    font-family: 'Darker Grotesque';
    font-weight: 900;
    font-size: 75px;
    line-height: .68;
    letter-spacing: .01em;
    text-transform: uppercase;
    padding-top: 160px;
}

    .div9-cta a:hover {
        transform: translate(2px,-2px);
        transition: .3s ease-in-out;
    }

/* fragmentos (opcional) */
.div9-frags {
    width: 380px;
    justify-self: end;
    opacity: .95;
    pointer-events: none;
}

/* BOLHA DIV9 (vai subir no scroll, sai de “baixo do footer”) */
.div9-bubble {
    position: absolute;
    left: 58%;
    bottom: -260px; /* começa abaixo do rodapé */
    width: 480px;
    z-index: 9; /* fica “atrás do footer” no começo (footer é 12) */
    pointer-events: none;
    opacity: 1;
    will-change: transform, opacity;
}

/* FOOTER */
.div9-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    color: #111;
    z-index: 12;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    overflow: hidden;
    will-change: transform;
}

.div9-footerInner {
    width: min(1200px, 92vw);
    margin: 0 auto;
    padding: 20px 0 30px 0;
    display: grid;
    grid-template-columns: 1fr .3fr 2fr;
    gap: 22px;
    align-items: start;
    font-family: "Darker Grotesque", sans-serif;
}

.div9-footLogo {
    font-family: "CODE PRO", sans-serif;
    font-weight: 900;
    letter-spacing: .04em;
    font-size: 22px;
    margin-bottom: 8px;
}

.div9-footH {
    font-weight: 800;
    font-size: 15px;
    letter-spacing: .02em;
    text-transform: none;
    margin-bottom: 8px;
}

.div9-footSmall {
    font-size: 14px;
    line-height: 1.35;
    opacity: 1;
    color: black;
}

.div9-footCopy {
    margin-top: 16px;
    font-size: 13px;
    opacity: 1;
}

/* responsivo básico */
@media (max-width: 980px) {
    .div9-center {
        grid-template-columns: 1fr;
        top: 68%;
        gap: 16px;
        text-align: center;
    }

    .div9-leftPoster {
        margin: 0 auto;
    }

    .div9-frags {
        display: none;
    }

    .div9-ctaTitle {
        font-size: 48px;
    }

    .div9-ribbons {
        top: 16%;
    }

    .div9-track {
        font-size: 34px;
    }

    .div9-bubble {
        left: 50%;
        width: 360px;
        transform: translateX(-50%);
    }

    .div9-footerInner {
        grid-template-columns: 1fr;
        padding: 18px 0 22px 0;
    }
}

/* =========================================================
   RESPONSIVO
========================================================= */

/* evita estouro lateral sem afetar o WP */
#gofw {
    overflow-x: clip;
}

/* ======= 1440 -> 1200 ======= */
@media (max-width: 1200px) {
    #gofw .p1-logo-small {
        width: 110px;
    }

    #gofw .p1-logo-big {
        width: 260px;
    }

    #gofw .div6-row-title {
        width: auto;
        max-width: 100%;
    }

    #gofw .div6-row-desc {
        max-width: 60ch;
    }

    #gofw .div5-col {
        padding: 56px 70px;
    }

    #gofw .bubble-run5 {
        left: 320px;
        width: 340px;
    }
}

/* ======= TABLET / NOTEBOOK <= 980 ======= */
@media (max-width: 980px) {

    /* painel 1 */
    #gofw .p1-top-left {
        left: 18px;
        top: 18px;
    }

    #gofw .p1-top-right {
        right: 18px;
        top: 18px;
    }

    #gofw .p1-top-border {
        left: 18px;
        width: calc(100% - 36px);
        top: 68px;
    }

    #gofw .p1-bottom-left {
        left: 18px;
        bottom: 22px;
        font-size: 16px;
        letter-spacing: .08em;
    }

    #gofw .p1-bottom-right {
        right: 18px;
        bottom: 18px;
        transform: scale(.9);
        transform-origin: right bottom;
    }

    /* painéis 2 e 3 (não estourar) */
    #gofw .p2-bubbles {
        right: 10vw;
        height: 92vh;
    }

    #gofw .p3-bubbles {
        right: 0;
        height: 44vh;
    }

    /* div2 */
    #gofw .div2-bg {
        height: 86vh;
        background-size: cover;
        background-position: center;
    }

    #gofw .div2-columns {
        flex-wrap: wrap;
        height: auto;
        padding: 24px 18px;
        gap: 22px;
        justify-content: flex-start;
    }

    #gofw .div2-block {
        width: 100%;
        max-width: 560px;
    }

    #gofw .div2-extra-text {
        left: 18px;
        bottom: 140px;
    }

        #gofw .div2-extra-text .linha2 {
            margin-left: 0;
        }

    #gofw .bubble-run {
        width: 320px;
        right: -55px;
    }

    /* div4 */
    #gofw .div4 {
        height: 200vh;
    }

    #gofw .div4-gaming {
        left: 7%;
        top: 30%;
        text-align: left;
        width: 86vw;
    }

    #gofw .div4-concept {
        left: 7%;
        right: auto;
        top: 52%;
        text-align: left;
        width: 86vw;
    }

    #gofw .div4-diamond {
        top: 78%;
        width: 88vw;
        text-align: left;
    }

    /* div5 */
    #gofw .div5 {
        height: auto;
    }

    #gofw .div5-stage {
        height: auto;
        position: relative;
        top: auto;
    }

    #gofw .div5-grid {
        grid-template-columns: 1fr;
        height: auto;
    }

    #gofw .div5-col {
        padding: 34px 22px;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.35);
    }

    #gofw .bubble-run5 {
        left: 50%;
        top: 260px;
        width: 300px;
        transform: translateX(-50%) translateY(140px);
    }

    /* div6 */
    #gofw .div6 {
        padding: 56px 18px 44px;
    }

    #gofw .div6-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    #gofw .div6-top-bubble {
        width: 240px;
        transform: none;
    }

    #gofw .div6-row-inner {
        flex-wrap: wrap;
        gap: 14px;
        padding: 18px 14px;
    }

    #gofw .div6-row-title {
        font-size: 30px;
        width: auto;
    }

    #gofw .div6-row-desc {
        font-size: 16px;
        padding: 0;
    }

    #gofw .div6-row.div6-row--with-card .div6-row-card {
        display: none;
    }

    /* div7 */
    #gofw .div7 {
        height: auto;
        min-height: unset;
        padding: 14px;
    }

    #gofw .div7-frame {
        grid-template-columns: 1fr;
        height: auto;
    }

    #gofw .div7-left {
        min-height: 320px;
        border-bottom: 1px solid rgba(255,255,255,.30);
    }

    #gofw .div7-right {
        padding: 28px 18px 22px;
    }

    #gofw .div7-quote {
        font-size: 36px;
        text-align: left;
    }

    #gofw .div7-author, #gofw .div7-bio {
        text-align: left;
        align-self: flex-start;
    }

    /* div8 */
    #gofw .div8-inner {
        grid-template-columns: 1fr;
        padding: 70px 18px 0;
        justify-items: start;
    }

    #gofw .div8-left {
        padding: 0;
        width: 100%;
    }

    #gofw .div8-right {
        padding: 28px 0 0;
        width: 100%;
        align-items: flex-start;
    }

    #gofw .div8-title {
        font-size: 56px;
    }

    #gofw .div8-card {
        width: 100%;
        height: auto;
    }

    #gofw .div8-card-body {
        height: auto;
        padding: 22px;
    }

    /* div9 */
    #gofw .div9-center {
        grid-template-columns: 1fr;
        top: 68%;
        text-align: center;
    }

    #gofw .div9-leftPoster {
        width: min(340px, 88vw);
        margin: 0 auto;
    }

    #gofw .div9-frags {
        display: none;
    }

    #gofw .div9-ctaTitle {
        font-size: 52px;
        padding-top: 0;
    }

    #gofw .div9-ribbons {
        width: 120%;
        top: 16%;
    }

    #gofw .div9-track {
        font-size: 28px;
    }

    #gofw .div9-bubble {
        left: 50%;
        width: 320px;
        transform: translateX(-50%);
    }

    #gofw .div9-footerInner {
        grid-template-columns: 1fr;
        width: 100%;
        padding: 18px 18px 22px;
    }
}

/* ======= MOBILE <= 480 ======= */
@media (max-width: 480px) {
    #gofw .p1-btn-bolha {
        width: 60px;
        right: 110px;
    }

    #gofw .p1-codepro {
        font-size: 12px;
        letter-spacing: .20em;
    }

    #gofw .marquee-content {
        font-size: 30px;
    }

    #gofw .dark {
        font-size: 54px;
    }

    #gofw .div9-marquee {
        height: 84px;
    }
}

/* ============================================== PORTFOLIO =============================================== */

@import url('https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');

@font-face {
    font-family: 'CODE PRO';
    src: url('assets/fonts/CODEBold.otf') format('opentype');
    font-weight: bold;
}

@font-face {
    font-family: 'CODE PRO';
    src: url('assets/fonts/CODELight.otf') format('opentype');
    font-weight: normal;
}

@font-face {
    font-family: 'Alyk';
    src: url('assets/fonts/AlykRegular.woff') format('woff'), url('assets/fonts/AlykRegular.ttf') format('truetype'), url('assets/fonts/Alyk_FW.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body {
    margin: 0;
    padding: 0;
    background: #000;
    color: white;
}

/* ========================
   PAINEL 1 — FIXO NO TOPO
========================= */
.painel-1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    z-index: 10;
}


/* ELEMENTOS DO PAINEL 1 */
.p1-top-left {
    position: absolute;
    top: 32px;
    left: 64px;
}

.p1-logo-small {
    width: 120px;
}

.p1-top-right {
    position: absolute;
    top: 32px;
    right: 64px;
    display: flex;
    gap: 12px;
    align-items: center;
    z-index: 9999; /* AGORA FICA SEMPRE NO TOPO */
    position: absolute;
}

.p1-codepro {
    font-family: 'CODE PRO';
    font-weight: bold;
    letter-spacing: 0.28em;
    font-size: 14px;
}

.p1-btn-bolha {
    width: 70px;
    position: absolute;
    right: 140px;
}

.p1-btn-hover {
    width: 22px;
    transition: .25s;
    cursor: pointer;
    z-index: 99999 !important;
    pointer-events: auto;
}

.p1-top-right:hover .p1-btn-hover {
    transform: translate(4px, -4px);
}

.p1-top-border {
    position: absolute;
    top: 82px;
    left: 64px;
    width: calc(100% - 128px);
    height: 1px;
    background: #fff;
    opacity: .6;
}

.p1-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.p1-logo-big {
    width: 300px;
}

.p1-bottom-left {
    position: absolute;
    left: 60px;
    bottom: 60px;
    font-family: "Darker Grotesque", sans-serif !important;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.12em;
    line-height: 1;
}

.p1-bottom-right {
    position: absolute;
    right: 60px;
    bottom: 60px;
}


.scroll-wrapper {
    width: 150px;
    height: 150px;
    position: relative;
}

.scroll-svg {
    animation: rotateCircle 8s linear infinite;
    font-family: "Darker Grotesque", sans-serif !important;
}

.scroll-bubble {
    width: 85px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes rotateCircle {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

/* ============================
   PAINEL 2 E 3 (QUE SOBEM)
============================== */

.painel-2,
.painel-3 {
    position: relative;
    height: 80vh; /* altura correta para eliminar buracos */
    background: transparent;
    z-index: 20;
    pointer-events: none;
}

/* bolhas painel 2 */
.p2-bubbles {
    position: absolute;
    right: 400px;
    bottom: -100vh; /* começa abaixo da tela */
    height: 100vh;
    z-index: 3;
}

/* bolhas painel 3 */
.p3-bubbles {
    position: absolute;
    right: 0;
    bottom: 0vh;
    height: 50vh;
    z-index: 2;
}

/* ============================
   CONTEÚDO FINAL
============================== */
.div2 {
    position: relative;
    background: #111;
    min-height: 100vh;
    z-index: 25;
}

.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: #000;
    padding: 10px 0;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}

.marquee-content {
    display: inline-block;
    animation: marqueeMove 28s linear infinite;
    font-size: 42px;
    letter-spacing: 0.15em;
    color: #fff;
}

/* Fontes individuais */
.alyk {
    font-family: 'Alyk', sans-serif;
}

.dark {
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: lighter;
    letter-spacing: 0.12em;
    font-size: 70px;
}

/* Animação infinita */
@keyframes marqueeMove {
    from {
        transform: translateX(0);
    }

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

/* barra superior */
.div2-topbar {
    width: 100%;
    background: #000;
    padding: 22px 0;
    text-align: center;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}

    .div2-topbar span {
        font-family: 'Alyk', sans-serif;
        font-size: 32px;
        letter-spacing: 0.15em;
    }

/* imagem de fundo que já contém tudo */
.div2-bg {
    width: 100%;
    background-image: url(assets/slide2.png);
    background-size: auto;
    background-position: center;
    position: relative;
    overflow: hidden;
    height: 90vh;
    background-repeat: no-repeat;
}

/* colunas internas */
.div2-columns {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 3;
    height: 500px;
    justify-content: center;
    align-items: center;
}

/* bloco individual */
.div2-block {
    width: 18%;
    cursor: pointer;
    position: relative;
    display: inline-grid;
    justify-items: start;
    justify-content: end;
}

/* ícones */
.div2-icon {
    width: 60px;
}

/* títulos */
.div2-block h3 {
    font-family: 'Darker Grotesque', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    margin: 10px 0;
}


.textoSlide2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 250px;
}

/* bolha por cima */
.div2-bubbles {
    position: absolute;
    bottom: -20px;
    right: 140px;
    width: 420px;
    z-index: 5;
    opacity: 0.8;
    pointer-events: none;
}

/* FRASES ADICIONAIS — TEXTO RECUADO NO ESTILO DA IMAGEM */
.div2-extra-text {
    position: absolute;
    bottom: 245px;
    left: 50px;
    display: flex;
    flex-direction: column;
    z-index: 10;
    gap: 20px;
}

    .div2-extra-text p {
        font-family: "Darker Grotesque", sans-serif;
        font-weight: 300;
        font-size: 32px;
        letter-spacing: 0.04em;
        color: #fff;
        margin: 0;
        line-height: 1.1;
    }

    /* primeira linha mais recuada */
    .div2-extra-text .linha1 {
        margin-left: 0px;
    }

    /* segunda linha mais avançada  — igual à imagem anexada */
    .div2-extra-text .linha2 {
        margin-left: 180px;
    }

.bubble-run {
    position: absolute;
    right: -25px;
    transform: translateX(-50%);
    bottom: -700px;
    width: 450px;
    z-index: 999;
    pointer-events: none;
}

.bubble-scroll-area {
    height: 0vh; /* controla o quanto a bolha continua subindo */
    background: transparent;
}


/* =========================
   START: CSS DIV3 (VÍDEO SIMPLES COM CAPA)
========================= */
.div3 {
    position: relative;
    min-height: 100vh;
    background: #000;
    overflow: hidden;
}

.div3-video-wrap {
    position: relative;
    width: 100%;
    height: 100vh;
}

/* capa */
.div3-poster {
    position: absolute;
    inset: 0;
    background: url("assets/gofw_video.png") center/cover no-repeat;
    filter: contrast(1.05) brightness(.85);
    transform: scale(1.02);
    z-index: 1;
}

/* vídeo */
.div3-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    opacity: 0;
}

/* play overlay */
.div3-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 74px;
    height: 74px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.35);
    background: rgba(0,0,0,.25);
    backdrop-filter: blur(6px);
    display: grid;
    place-items: center;
    z-index: 3;
    cursor: pointer;
}

    .div3-play:hover {
        transform: translate(-50%,-50%) scale(1.04);
    }


.div3-play-icon {
    width: 0;
    height: 0;
    border-left: 18px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 3px;
    opacity: .9;
}

/* quando toca: some capa e botão, aparece vídeo */
.div3.is-playing .div3-poster {
    opacity: 0;
    transition: opacity .25s ease;
}

.div3.is-playing .div3-video {
    opacity: 1;
    transition: opacity .25s ease;
}

.div3.is-playing .div3-play {
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}


/* =========================
   START: CSS DIV4 (OVERRIDE TOTAL + CANVAS + SCROLL)
========================= */

/* garante que o vídeo (div3) não “suma” por z-index */
.div3 {
    position: relative;
    z-index: 1;
}

/* DIV4: altura grande pra ter animação; sem background sólido */
.div4 {
    position: relative;
    height: 220vh;
    background: transparent !important;
    display: block !important;
    padding: 0 !important;
    z-index: 9999;
}

/* palco sticky */
.div4-stage {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    background: transparent !important;
}

/* fundo (começa invisível, JS sobe pra 1) */
.div4-bg {
    position: absolute;
    inset: 0;
    background: url("assets/slide4.png") center/cover no-repeat !important;
    opacity: 0;
    transform: scale(1.02);
    will-change: opacity, transform;
}

/* vinheta */
.div4-vignette {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%, rgba(0,0,0,.35) 70%, rgba(0,0,0,.70) 100%);
    opacity: .90;
    pointer-events: none;
}

/* canvas das linhas */
.div4-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    will-change: opacity;
}

/* itens (começam ocultos e sobem) */
.div4-item {
    position: absolute;
    width: 340px;
    opacity: 0;
    transform: translateY(-120px);
    will-change: transform, opacity;
    color: #fff;
    pointer-events: none;
}

.div4-ico-gaming {
    width: 44px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(255, 255, 255, .12));
    justify-self: right;
    position: absolute;
    top: -50px;
    right: -35px;
}

.div4-ico-concept {
    width: 44px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(255,255,255,.12));
}

.div4-ico-diamond {
    width: 44px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(255,255,255,.12));
}

.div4-head {
    text-transform: uppercase;
    letter-spacing: .08em;
    line-height: 1;
}

.div4-head-diamond {
    text-transform: uppercase;
    letter-spacing: .08em;
    line-height: 1;
    width: 95px;
    justify-self: center;
    text-align: left;
}

.div4-high {
    display: block;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 300;
    font-size: 45px;
    opacity: .95;
    padding: 0;
}

.div4-word {
    display: block;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 800;
    font-size: 44px;
    letter-spacing: .04em;
    line-height: 35px;
}

.div4-ico-gaming {
    width: 64px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(255, 255, 255, .12));
    justify-self: right;
    position: absolute;
    top: -70px;
    right: -55px;
}

.div4-ico-diamond {
    width: 74px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(255, 255, 255, .12));
    justify-self: center;
}

.div4-ico-concept {
    width: 64px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(255, 255, 255, .12));
    position: absolute;
    top: -70px;
    left: -50px;
}

.div4-copy-gaming {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 18px;
    opacity: 1;
    max-width: 300px;
    margin: 10px 0 0 0;
    line-height: 15px;
}

.div4-copy-diamond {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 18px;
    opacity: 1;
    max-width: 300px;
    margin: 10px 0 0 0;
    line-height: 15px;
    width: 255px;
    text-align: right;
}

.div4-copy-concept {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 18px;
    opacity: 1;
    max-width: 300px;
    width: 210px;
    text-align: right;
    position: absolute;
    left: -25px;
    margin: 10px 0 0 0;
    line-height: 15px;
}

/* posições no estilo do print */
.div4-gaming {
    left: 14%;
    top: 39%;
    font-family: "Darker Grotesque", sans-serif;
    transform: translateY(-50%) translateY(120px);
    text-align: right;
    width: 305px;
    font-size: 18px;
}

.div4-concept {
    right: 10%;
    top: 34%;
    font-family: "Darker Grotesque", sans-serif;
    transform: translateY(-50%) translateY(120px);
    text-align: left;
    font-size: 18px;
}

.div4-diamond {
    left: 50%;
    top: 60%;
    font-family: "Darker Grotesque", sans-serif;
    transform: translate(-50%, -50%) translateY(120px);
    text-align: center;
    font-size: 18px;
}

/* POV */
.div4-pov {
    position: absolute;
    left: 18px;
    bottom: 14px;
    font-family: "Darker Grotesque", sans-serif;
    font-size: 12px;
    letter-spacing: .08em;
    opacity: .7;
    pointer-events: none;
}

/* responsivo */
@media (max-width: 980px) {
    .div4-item {
        width: 86vw;
    }

    .div4-gaming {
        left: 7%;
        top: 34%;
        text-align: left;
    }

    .div4-concept {
        right: auto;
        left: 7%;
        top: 58%;
    }

    .div4-diamond {
        left: 50%;
        top: 80%;
        width: 88vw;
        text-align: left;
    }

    .div4-word {
        font-size: 30px;
    }
}


/* =========================
   START: CSS DIV5 (P.O.V / 3 COLUNAS)
========================= */

.div5 {
    position: relative;
    height: 65vh;
    background: #000;
    z-index: 11000;
    overflow: visible;
}

.div5-stage {
    position: sticky;
    border-bottom: 1px solid rgba(255, 255, 255, .35);
    top: 0;
    height: 60vh;
    background: #000;
    overflow: hidden;
}


.div5-topbar {
    position: relative;
    height: 120px;
    display: grid;
    place-items: center;
    border-top: 1px solid rgba(255, 255, 255, .35);
    align-items: end;
}

.div5-logo {
    font-family: 'Alyk', sans-serif;
    font-weight: 400;
    font-size: 64px;
    letter-spacing: .10em;
    transform: translateY(6px);
}

.div5-topline {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(255,255,255,.35);
}

/* grid 3 colunas */
.div5-grid {
    height: calc(60vh - 120px);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.div5-col {
    position: relative;
    padding: 72px 115px;
    border-right: 1px solid rgba(255,255,255,.35);
}

    .div5-col:last-child {
        border-right: none;
    }

/* tipografia */
.div5-title {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: .02em;
    line-height: 1.15;
    margin: 0 0 18px 0;
    text-transform: uppercase;
}

.div5-title-light {
    font-weight: 500;
    text-transform: none;
}

.div5-text {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.25;
    opacity: .82;
    max-width: 44ch;
    margin: 0;
}

/* botão quadrado */
.div5-cta {
    position: absolute;
    right: 64px;
    bottom: 56px;
    width: 44px;
    height: 44px;
    border: 0;
    display: grid;
    place-items: center;
    text-decoration: none;
    background: rgba(255,255,255,.06);
    backdrop-filter: blur(6px);
    transition: transform .18s ease;
}

    .div5-cta:hover {
        transform: translate(2px,-2px);
        transition: .3s ease-in-out;
    }

    .div5-cta img {
        width: 35px;
        height: 35px;
        stroke: rgba(255,255,255,.9);
        stroke-width: 2.2;
        fill: none;
    }

/* responsivo */
@media (max-width: 980px) {
    .div5-grid {
        grid-template-columns: 1fr;
        height: auto;
    }

    .div5-stage {
        overflow: auto;
    }

    .div5-col {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.35);
        padding: 44px 22px;
        min-height: 60vh;
    }

    .div5-cta {
        right: 22px;
        bottom: 22px;
    }
}

/* =========================
   BOLHA DIV5
========================= */
.bubble-run5 {
    position: absolute;
    left: 460px;
    width: 400px;
    top: 350px;
    z-index: 15000;
    pointer-events: none;
    opacity: 0;
    transform: translateY(140px);
    will-change: transform, opacity;
}

/* =========================
   START: CSS DIV6 (FEATURED PROJECTS)
========================= */
.div6 {
    position: relative;
    min-height: 90vh;
    background: #000;
    color: #fff;
    padding: 72px 88px 56px;
    overflow: hidden;
}

/* topo */
.div6-top {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin: 50px 0 0 0;
}

/* "fonte da div5" */
.div6-top-title {
    margin: 0;
    font-family: 'Alyk', sans-serif;
    font-weight: 400;
    font-size: 64px;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

/* bolha topo direita */
.div6-top-bubble {
    width: 360px;
    height: auto;
    object-fit: contain;
    opacity: .95;
    pointer-events: none;
    transform: translateY(-12px);
}

/* lista */
.div6-list {
    border-top: 0;
}

.div6-row {
    position: relative;
    display: block;
    text-decoration: none;
    color: inherit;
    height: 190px !important;
    border-bottom: 1px solid rgba(255, 255, 255, .35);
    overflow: hidden;
}

/* fundo */
.div6-row-bg {
    position: absolute;
    inset: 0;
    background: center/cover no-repeat;
    opacity: 0; /* começa invisível */
    transform: scale(1.04);
    filter: grayscale(1) contrast(1.05) brightness(.78);
    transition: opacity .28s ease, transform .45s ease, background-position .8s ease;
    will-change: opacity, transform, background-position;
}

/* conteúdo da linha */
.div6-row-inner {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 0 22px;
}

/* tipografia geral */
.div6-row-text {
    max-width: 62ch;
}

.div6-row-title {
    margin: 0 0 10px 0;
    font-family: 'CODE PRO';
    font-weight: bolder;
    font-size: 50px;
    width: 700px;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.div6-row-desc {
    margin: 0;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 17px;
    padding: 0 15px;
    opacity: 1;
    line-height: 1.25;
    max-width: 56ch;
}

/* botão quadrado com seta */
.div6-out-img {
    width: 52px;
    height: 52px;
    border: 1px solid rgba(255,255,255,.40);
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.04);
    backdrop-filter: blur(6px);
    flex: 0 0 auto;
}

    .div6-out-img:hover {
        transform: translate(2px,-2px);
        transition: .3s ease-in-out;
    }

/* “card” da direita (linha do meio) */
.div6-row--with-card .div6-row-card {
    border: 0;
    background: center / cover no-repeat;
    opacity: 0;
    transform: translateX(34px) scale(1.02);
    transition: opacity .28s ease, transform .45s ease;
    filter: saturate(1.15) contrast(1.05);
    flex: 0 0 auto;
    position: absolute;
    right: 170px;
    top: 0px;
    width: 564px;
    height: 150px;
}


/* hover: cresce + revela imagem + leve movimento */
.div6-row:hover .div6-row-bg {
    opacity: 1;
    transform: scale(1.01);
    background-position: 56% 50%; /* movimento */
}

.div6-row.div6-row--with-card:hover .div6-row-card {
    opacity: 1;
    transform: translateX(0) scale(1.00);
}

/* deixa o texto mais “lendo em cima do fundo” */
.div6-row:hover .div6-row-desc {
    opacity: .86;
}

.div6-row:hover .div6-out {
    transform: translate(2px,-2px);
    transition: .18s ease;
}

/* rodapé ALL PROJECTS */
.div6-bottom {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.div6-all {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #fff;
    font-family: "Darker Grotesque", sans-serif;
    letter-spacing: .10em;
    text-transform: uppercase;
    opacity: .92;
}

.div6-all-bubble {
    width: 54px;
    height: 34px;
    border: 0;
    display: inline-block;
    opacity: 1;
    position: absolute;
}

.div6-all-text {
    font-size: 25px;
    padding: 0 0px 0 22px;
}



.div6-out--sm {
    width: 30px;
    height: 30px;
}

    .div6-out--sm::before {
        width: 10px;
        height: 10px;
        border-right-width: 2px;
        border-top-width: 2px;
    }

.img-footer-div6 {
    width: 15px;
    height: 15px;
}

    .img-footer-div6:hover {
        transform: translate(2px, -2px);
        transition: .3s ease-in-out;
    }


/* responsivo */
@media (max-width: 1100px) {
    .div6 {
        padding: 56px 22px 44px;
    }

    .div6-top-title {
        font-size: 52px;
    }

    .div6-top-bubble {
        width: 220px;
    }

    .div6-row-title {
        font-size: 30px;
    }

    .div6-row.div6-row--with-card .div6-row-card {
        display: none;
    }
}

/* =========================
   START: CSS DIV7
========================= */
.div7 {
    position: relative;
    height: 60vh;
    min-height: 420px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* moldura + linhas finas */
.div7-frame {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, .38);
    display: grid;
    grid-template-columns: 40% 60%;
    overflow: hidden;
}

/* esquerda (foto) */
.div7-left {
    position: relative;
    border-right: 0;
    overflow: hidden;
}

/* fundo P&B (troque a imagem) */
.div7-photo {
    position: absolute;
    inset: 0;
    background: url("assets/img_div7.png") left center/cover no-repeat;
    transform: scale(1.02);
}

/* box do filtro (quadrado colorido) */
.div7-filter-box {
    position: absolute;
    left: 26%;
    top: 50%;
    width: 230px;
    height: 230px;
    transform: translateY(-50%);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
}

/* o filtro em si (começa “embaixo” e invisível) */
.div7-filter {
    position: absolute;
    inset: 0;
    background: url("assets/slide7_filter.jpg") center/cover no-repeat;
    transform: translateY(110%); /* ✅ começa fora, por baixo */
    opacity: 0; /* ✅ fade in */
    will-change: transform, opacity;
}

/* direita (texto) */
.div7-right {
    position: relative;
    padding: 46px 58px 34px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* quote grande */
.div7-quote {
    margin: 0 0 22px 0;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 300;
    font-size: 48px;
    line-height: 1.2;
    opacity: 1;
    text-align: right;
}

/* autor */
.div7-author {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: .08em;
    opacity: .75;
    margin-bottom: 15px;
    text-align: right;
}

/* bio (pequena, alinhada à direita no print) */
.div7-bio {
    margin: 0;
    max-width: 56ch;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.35;
    opacity: .75;
    align-self: flex-end;
    text-align: right;
}

/* responsivo */
@media (max-width: 980px) {
    .div7 {
        height: auto;
        min-height: unset;
        padding: 14px;
    }

    .div7-frame {
        grid-template-columns: 1fr;
        height: auto;
    }

    .div7-left {
        min-height: 320px;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.30);
    }

    .div7-right {
        padding: 28px 22px 22px;
    }

    .div7-filter-box {
        left: 18px;
        top: 18px;
        transform: none;
        width: 180px;
        height: 180px;
    }

    .div7-bio {
        align-self: flex-start;
        text-align: left;
    }
}


/* =========================
   START: CSS DIV8 (RECODE CULTURES)
========================= */
.div8 {
    position: relative;
    height: 220vh;
    background: #000;
    z-index: 50;
}

.div8-stage {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.30);
    background: #000;
}

/* fundo */
.div8-bg {
    position: absolute;
    inset: 0;
    background: url(assets/bg_div8.png) center center / cover no-repeat;
    filter: contrast(1.05) brightness(.55);
    transform: scale(1.02);
    background-position: top;
}

/* topo faixa + linha */
.div8-topbar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, .30);
    background: rgba(0, 0, 0, .55);
    z-index: 5;
}

/* marquee */
.div8-marquee {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.div8-track {
    display: inline-flex;
    gap: 22px;
    white-space: nowrap;
    will-change: transform;
    animation: div8Marquee 18s linear infinite;
    padding-left: 18px;
    font-family: 'Darker Grotesque';
    font-weight: 900;
    letter-spacing: .01em;
    font-size: 40px;
    text-transform: uppercase;
}

.div8-dot {
    opacity: 1;
    padding-top: 10px;
}

@keyframes div8Marquee {
    from {
        transform: translateX(0);
    }

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

/* inner layout */
.div8-inner {
    position: relative;
    height: 100%;
    padding-top: 70px;
    z-index: 3;
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 46% 54%;
    justify-items: center;
}

/* LEFT */
.div8-left {
    position: relative;
    padding: 150px 0 0 80px;
    width: 450px;
}

.div8-title {
    margin: 0;
    line-height: 0.9;
    letter-spacing: .01em;
    text-transform: uppercase;
    font-family: 'CODE PRO';
    font-size: 90px;
    font-weight: 900;
}

.div8-re {
    font-family: 'CODE PRO';
    opacity: 1;
    font-weight: 900;
}

.div8-cultures {
    display: inline-block;
    margin-top: 6px;
}

.div8-desc {
    margin: 10px 0 0 0;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.15;
    opacity: .85;
}

.div8-more {
    margin-top: 32px;
    display: inline-flex;
    gap: 14px;
    text-decoration: none;
    color: #fff;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 800;
    font-size: 30px;
    letter-spacing: .02em;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
}

    .div8-more img:hover {
        transform: translate(2px, -2px);
        transition: .3s ease-in-out;
    }

.div8-more-ico::before {
    content: "";
    width: 16px;
    height: 16px;
    border-right: 3px solid rgba(255,255,255,.95);
    border-top: 3px solid rgba(255,255,255,.95);
    transform: translate(1px,1px);
}

.div8-more:hover .div8-more-ico {
    transform: translate(2px,-2px);
    transition: .18s ease;
}

/* glitch rectangle inferior esquerdo */
.div8-glitch-left {
    position: absolute;
    left: 78px;
    bottom: 90px;
    width: 300px;
    height: 120px;
    background: url("assets/slide8_glitch_left.jpg") center/cover no-repeat;
    opacity: .95;
    mix-blend-mode: screen;
    border-radius: 2px;
    filter: saturate(1.2) contrast(1.15);
}

/* RIGHT */
.div8-right {
    position: relative;
    padding: 200px 78px 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.div8-right-head {
    width: min(540px, 100%);
    text-align: left;
    margin-bottom: 14px;
    line-height: 1;
}

.div8-season {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 21px;
    opacity: 1;
}

.div8-headline {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 900;
    letter-spacing: .02em;
    font-size: 29px;
    text-transform: uppercase;
}

/* card */
.div8-card {
    width: min(520px, 100%);
    height: 540px;
    background: rgba(0,0,0,.88);
    border: 1px solid rgba(255,255,255,.45);
    box-shadow: 0 20px 70px rgba(0,0,0,.55);
    overflow: hidden;
    position: relative;
}

.div8-card-media {
    height: 235px;
    background: url(assets/img2_div8.png) left / cover no-repeat;
    filter: contrast(1.05) brightness(.92) saturate(1.15);
    position: relative;
    width: 400px;
    background-size: 90%;
}

    /* linha branca dentro do media (como no print) */
    .div8-card-media::after {
        content: "";
        position: absolute;
        width: 250px;
        left: 135px;
        right: 40px;
        bottom: -5px;
        height: 3px;
        background: rgba(255, 255, 255, .90);
        opacity: 1;
    }

/* texto do card */
.div8-card-body {
    padding: 26px 65px;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    opacity: .9;
    height: 200px;
    align-content: center;
}

    .div8-card-body b {
        font-weight: 900;
    }

/* BOLHA (presa no palco; vai subir no scroll via GSAP) */
.div8-bubble {
    position: absolute;
    left: 220px;
    bottom: -220px; /* começa bem fora (pra entrar de baixo) */
    width: 420px;
    z-index: 6;
    pointer-events: none;
    filter: drop-shadow(0 24px 60px rgba(0,0,0,.55));
    opacity: 0;
    will-change: transform, opacity;
    transform: translate3d(0,0,0);
}

/* responsivo */
@media (max-width: 980px) {
    .div8-inner {
        grid-template-columns: 1fr;
    }

    .div8-left {
        padding: 70px 18px 0 22px;
    }

    .div8-right {
        padding: 30px 22px 0 22px;
        align-items: flex-start;
    }

    .div8-right-head, .div8-card {
        width: 100%;
    }

    .div8-card {
        height: 520px;
    }

    .div8-glitch-left {
        left: 22px;
        width: 240px;
        height: 98px;
    }

    .div8-bubble {
        left: 18px;
        width: 320px;
    }
}

/* altura total do scroll (ajuste fino) */
.div9 {
    position: relative;
    height: 240vh; /* controla o “tempo” do scroll da última sessão */
    background: #000;
    z-index: 80;
}

/* palco sticky */
.div9-stage {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    background: #000;
}

/* borda externa */
.div9-border {
    position: absolute;
    inset: 18px;
    z-index: 20;
    pointer-events: none;
}

/* BG base (sem filtro) */
.div9-bg {
    position: absolute;
    inset: 0;
    background: url(assets/div9_bg.png) center / cover no-repeat;
    z-index: 1;
    transform: scale(1.02);
    background-size: 800px;
    background-position-y: 560px;
    background-position-x: 480px;
}

/* Overlay filtro (imagem 100% alinhada com o BG) */
.div9-filter {
    position: absolute;
    inset: 0;
    background: url(assets/div9_bg2.png) center / cover no-repeat;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    clip-path: inset(100% 0 0 0);
    will-change: clip-path, opacity;
    background-size: 80px;
    background-position-x: 654px;
    background-position-y: 582px;
    width: 100%;
}

.div9-bg, .div9-filter {
    transform: scale(1.02);
}


/* FAIXAS (imagem única) */
.div9-ribbons {
    position: absolute;
    left: 50%;
    top: 18%;
    width: min(1220px, 92vw);
    transform: translate(-50%, -50%);
    z-index: 6;
    pointer-events: none;
    will-change: transform;
    width: 110%;
}

/* linha horizontal acima do marquee */
.div9-line {
    position: absolute;
    left: 0;
    right: 0;
    top: 46%;
    height: 1px;
    background: rgba(255,255,255,.28);
    z-index: 6;
    pointer-events: none;
}

/* MARQUEE */
.div9-marquee {
    position: absolute;
    left: 0;
    right: 0;
    top: 46%;
    height: 100px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,.28);
    border-bottom: 1px solid rgba(255,255,255,.28);
    background: rgba(0,0,0,.55);
    z-index: 6;
}

.div9-track {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    gap: 28px;
    padding-left: 18px;
    font-family: "Alyk", sans-serif;
    font-size: 44px;
    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
    animation: div9Marquee 16s linear infinite;
    will-change: transform;
    padding: 35px 0 0 0;
}

    .div9-track img {
        margin-bottom: 40px;
    }

.div9-bubbleDot {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.6);
    opacity: .35;
    transform: translateY(2px);
}

@keyframes div9Marquee {
    from {
        transform: translateX(0);
    }

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

/* CONTEÚDO CENTRAL (GET IN TOUCH) */
.div9-center {
    position: absolute;
    left: 50%;
    top: 66%;
    transform: translate(-50%, -50%);
    width: min(1280px, 92vw);
    display: grid;
    grid-template-columns: 340px 1fr 380px;
    align-items: center;
    gap: 22px;
    z-index: 8;
}

/* poster esquerdo (base limpa, o filtro entra por cima do palco todo) */
.div9-leftPoster {
    width: 340px;
    height: 210px;
    background: url("assets/div9_left_poster.jpg") center/cover no-repeat;
    filter: contrast(1.05) brightness(.95);
}

/* CTA */
.div9-cta {
    justify-self: center;
    display: inline-flex;
    align-items: flex-end;
    gap: 18px;
    text-decoration: none;
    color: #fff;
}

.div9-ctaTitle {
    font-family: 'Darker Grotesque';
    font-weight: 900;
    font-size: 75px;
    line-height: .68;
    letter-spacing: .01em;
    text-transform: uppercase;
    padding-top: 160px;
}

.div9-cta a:hover {
    transform: translate(2px,-2px);
    transition: .3s ease-in-out;
}

/* fragmentos (opcional) */
.div9-frags {
    width: 380px;
    justify-self: end;
    opacity: .95;
    pointer-events: none;
}

/* BOLHA DIV9 (vai subir no scroll, sai de “baixo do footer”) */
.div9-bubble {
    position: absolute;
    left: 58%;
    bottom: -260px; /* começa abaixo do rodapé */
    width: 480px;
    z-index: 9; /* fica “atrás do footer” no começo (footer é 12) */
    pointer-events: none;
    opacity: 1;
    will-change: transform, opacity;
}

/* FOOTER */
.div9-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    color: #111;
    z-index: 12;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    overflow: hidden;
    will-change: transform;
}

.div9-footerInner {
    width: min(1200px, 92vw);
    margin: 0 auto;
    padding: 20px 0 30px 0;
    display: grid;
    grid-template-columns: 1fr .3fr 2fr;
    gap: 22px;
    align-items: start;
    font-family: "Darker Grotesque", sans-serif;
}

.div9-footLogo {
    font-family: "CODE PRO", sans-serif;
    font-weight: 900;
    letter-spacing: .04em;
    font-size: 22px;
    margin-bottom: 8px;
}

.div9-footH {
    font-weight: 800;
    font-size: 15px;
    letter-spacing: .02em;
    text-transform: none;
    margin-bottom: 8px;
}

.div9-footSmall {
    font-size: 14px;
    line-height: 1.35;
    opacity: 1;
    color: black;
}

.div9-footCopy {
    margin-top: 16px;
    font-size: 13px;
    opacity: 1;
}

/* responsivo básico */
@media (max-width: 980px) {
    .div9-center {
        grid-template-columns: 1fr;
        top: 68%;
        gap: 16px;
        text-align: center;
    }

    .div9-leftPoster {
        margin: 0 auto;
    }

    .div9-frags {
        display: none;
    }

    .div9-ctaTitle {
        font-size: 48px;
    }

    .div9-ribbons {
        top: 16%;
    }

    .div9-track {
        font-size: 34px;
    }

    .div9-bubble {
        left: 50%;
        width: 360px;
        transform: translateX(-50%);
    }

    .div9-footerInner {
        grid-template-columns: 1fr;
        padding: 18px 0 22px 0;
    }
}

/* =========================================================
   RESPONSIVO CIRÚRGICO (SEU LAYOUT ATUAL)
========================================================= */

/* evita estouro lateral sem afetar o WP */
#gofw {
    overflow-x: clip;
}

/* ======= 1440 -> 1200 ======= */
@media (max-width: 1200px) {
    #gofw .p1-logo-small {
        width: 110px;
    }

    #gofw .p1-logo-big {
        width: 260px;
    }

    #gofw .div6-row-title {
        width: auto;
        max-width: 100%;
    }

    #gofw .div6-row-desc {
        max-width: 60ch;
    }

    #gofw .div5-col {
        padding: 56px 70px;
    }

    #gofw .bubble-run5 {
        left: 320px;
        width: 340px;
    }
}

/* ======= TABLET / NOTEBOOK <= 980 ======= */
@media (max-width: 980px) {

    /* painel 1 */
    #gofw .p1-top-left {
        left: 18px;
        top: 18px;
    }

    #gofw .p1-top-right {
        right: 18px;
        top: 18px;
    }

    #gofw .p1-top-border {
        left: 18px;
        width: calc(100% - 36px);
        top: 68px;
    }

    #gofw .p1-bottom-left {
        left: 18px;
        bottom: 22px;
        font-size: 16px;
        letter-spacing: .08em;
    }

    #gofw .p1-bottom-right {
        right: 18px;
        bottom: 18px;
        transform: scale(.9);
        transform-origin: right bottom;
    }

    /* painéis 2 e 3 (não estourar) */
    #gofw .p2-bubbles {
        right: 10vw;
        height: 92vh;
    }

    #gofw .p3-bubbles {
        right: 0;
        height: 44vh;
    }

    /* div2 */
    #gofw .div2-bg {
        height: 86vh;
        background-size: cover;
        background-position: center;
    }

    #gofw .div2-columns {
        flex-wrap: wrap;
        height: auto;
        padding: 24px 18px;
        gap: 22px;
        justify-content: flex-start;
    }

    #gofw .div2-block {
        width: 100%;
        max-width: 560px;
    }

    #gofw .div2-extra-text {
        left: 18px;
        bottom: 140px;
    }

        #gofw .div2-extra-text .linha2 {
            margin-left: 0;
        }

    #gofw .bubble-run {
        width: 320px;
        right: -55px;
    }

    /* div4 */
    #gofw .div4 {
        height: 200vh;
    }

    #gofw .div4-gaming {
        left: 7%;
        top: 30%;
        text-align: left;
        width: 86vw;
    }

    #gofw .div4-concept {
        left: 7%;
        right: auto;
        top: 52%;
        text-align: left;
        width: 86vw;
    }

    #gofw .div4-diamond {
        top: 78%;
        width: 88vw;
        text-align: left;
    }

    /* div5 */
    #gofw .div5 {
        height: auto;
    }

    #gofw .div5-stage {
        height: auto;
        position: relative;
        top: auto;
    }

    #gofw .div5-grid {
        grid-template-columns: 1fr;
        height: auto;
    }

    #gofw .div5-col {
        padding: 34px 22px;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.35);
    }

    #gofw .bubble-run5 {
        left: 50%;
        top: 260px;
        width: 300px;
        transform: translateX(-50%) translateY(140px);
    }

    /* div6 */
    #gofw .div6 {
        padding: 56px 18px 44px;
    }

    #gofw .div6-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    #gofw .div6-top-bubble {
        width: 240px;
        transform: none;
    }

    #gofw .div6-row-inner {
        flex-wrap: wrap;
        gap: 14px;
        padding: 18px 14px;
    }

    #gofw .div6-row-title {
        font-size: 30px;
        width: auto;
    }

    #gofw .div6-row-desc {
        font-size: 16px;
        padding: 0;
    }

    #gofw .div6-row.div6-row--with-card .div6-row-card {
        display: none;
    }

    /* div7 */
    #gofw .div7 {
        height: auto;
        min-height: unset;
        padding: 14px;
    }

    #gofw .div7-frame {
        grid-template-columns: 1fr;
        height: auto;
    }

    #gofw .div7-left {
        min-height: 320px;
        border-bottom: 1px solid rgba(255,255,255,.30);
    }

    #gofw .div7-right {
        padding: 28px 18px 22px;
    }

    #gofw .div7-quote {
        font-size: 36px;
        text-align: left;
    }

    #gofw .div7-author, #gofw .div7-bio {
        text-align: left;
        align-self: flex-start;
    }

    /* div8 */
    #gofw .div8-inner {
        grid-template-columns: 1fr;
        padding: 70px 18px 0;
        justify-items: start;
    }

    #gofw .div8-left {
        padding: 0;
        width: 100%;
    }

    #gofw .div8-right {
        padding: 28px 0 0;
        width: 100%;
        align-items: flex-start;
    }

    #gofw .div8-title {
        font-size: 56px;
    }

    #gofw .div8-card {
        width: 100%;
        height: auto;
    }

    #gofw .div8-card-body {
        height: auto;
        padding: 22px;
    }

    /* div9 */
    #gofw .div9-center {
        grid-template-columns: 1fr;
        top: 68%;
        text-align: center;
    }

    #gofw .div9-leftPoster {
        width: min(340px, 88vw);
        margin: 0 auto;
    }

    #gofw .div9-frags {
        display: none;
    }

    #gofw .div9-ctaTitle {
        font-size: 52px;
        padding-top: 0;
    }

    #gofw .div9-ribbons {
        width: 120%;
        top: 16%;
    }

    #gofw .div9-track {
        font-size: 28px;
    }

    #gofw .div9-bubble {
        left: 50%;
        width: 320px;
        transform: translateX(-50%);
    }

    #gofw .div9-footerInner {
        grid-template-columns: 1fr;
        width: 100%;
        padding: 18px 18px 22px;
    }
}

/* ======= MOBILE <= 480 ======= */
@media (max-width: 480px) {
    #gofw .p1-btn-bolha {
        width: 60px;
        right: 110px;
    }

    #gofw .p1-codepro {
        font-size: 12px;
        letter-spacing: .20em;
    }

    #gofw .marquee-content {
        font-size: 30px;
    }

    #gofw .dark {
        font-size: 54px;
    }

    #gofw .div9-marquee {
        height: 84px;
    }
}

/* ============================================== PORTFOLIO =============================================== */

@import url('https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');

@font-face {
    font-family: 'CODE PRO';
    src: url('assets/fonts/CODEBold.otf') format('opentype');
    font-weight: bold;
}

@font-face {
    font-family: 'CODE PRO';
    src: url('assets/fonts/CODELight.otf') format('opentype');
    font-weight: normal;
}

@font-face {
    font-family: 'Alyk';
    src: url('assets/fonts/AlykRegular.woff') format('woff'), url('assets/fonts/AlykRegular.ttf') format('truetype'), url('assets/fonts/Alyk_FW.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body {
    margin: 0;
    padding: 0;
    background: #000;
    color: white;
}

/* ========================
   PAINEL 1 — FIXO NO TOPO
========================= */
.painel-1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    z-index: 10;
}


/* ELEMENTOS DO PAINEL 1 */
.p1-top-left {
    position: absolute;
    top: 32px;
    left: 64px;
}

.p1-logo-small {
    width: 120px;
}

.p1-top-right {
    position: absolute;
    top: 32px;
    right: 64px;
    display: flex;
    gap: 12px;
    align-items: center;
    z-index: 9999; /* AGORA FICA SEMPRE NO TOPO */
    position: absolute;
}

.p1-codepro {
    font-family: 'CODE PRO';
    font-weight: bold;
    letter-spacing: 0.28em;
    font-size: 14px;
}

.p1-btn-bolha {
    width: 70px;
    position: absolute;
    right: 140px;
}

.p1-btn-hover {
    width: 22px;
    transition: .25s;
    cursor: pointer;
    z-index: 99999 !important;
    pointer-events: auto;
}

.p1-top-right:hover .p1-btn-hover {
    transform: translate(4px, -4px);
}

.p1-top-border {
    position: absolute;
    top: 82px;
    left: 64px;
    width: calc(100% - 128px);
    height: 1px;
    background: #fff;
    opacity: .6;
}

.p1-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.p1-logo-big {
    width: 300px;
}

.p1-bottom-left {
    position: absolute;
    left: 60px;
    bottom: 60px;
    font-family: "Darker Grotesque", sans-serif !important;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.12em;
    line-height: 1;
}

.p1-bottom-right {
    position: absolute;
    right: 60px;
    bottom: 60px;
}


.scroll-wrapper {
    width: 150px;
    height: 150px;
    position: relative;
}

.scroll-svg {
    animation: rotateCircle 8s linear infinite;
    font-family: "Darker Grotesque", sans-serif !important;
}

.scroll-bubble {
    width: 85px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes rotateCircle {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

/* ============================
   PAINEL 2 E 3 (QUE SOBEM)
============================== */

.painel-2,
.painel-3 {
    position: relative;
    height: 80vh; /* altura correta para eliminar buracos */
    background: transparent;
    z-index: 20;
    pointer-events: none;
}

/* bolhas painel 2 */
.p2-bubbles {
    position: absolute;
    right: 400px;
    bottom: -100vh; /* começa abaixo da tela */
    height: 100vh;
    z-index: 3;
}

/* bolhas painel 3 */
.p3-bubbles {
    position: absolute;
    right: 0;
    bottom: 0vh;
    height: 50vh;
    z-index: 2;
}

/* ============================
   CONTEÚDO FINAL
============================== */
.div2 {
    position: relative;
    background: #111;
    min-height: 100vh;
    z-index: 25;
}

.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: #000;
    padding: 10px 0;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}

.marquee-content {
    display: inline-block;
    animation: marqueeMove 28s linear infinite;
    font-size: 42px;
    letter-spacing: 0.15em;
    color: #fff;
}

/* Fontes individuais */
.alyk {
    font-family: 'Alyk', sans-serif;
}

.dark {
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: lighter;
    letter-spacing: 0.12em;
    font-size: 70px;
}

/* Animação infinita */
@keyframes marqueeMove {
    from {
        transform: translateX(0);
    }

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

/* barra superior */
.div2-topbar {
    width: 100%;
    background: #000;
    padding: 22px 0;
    text-align: center;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}

    .div2-topbar span {
        font-family: 'Alyk', sans-serif;
        font-size: 32px;
        letter-spacing: 0.15em;
    }

/* imagem de fundo que já contém tudo */
.div2-bg {
    width: 100%;
    background-image: url(assets/slide2.png);
    background-size: auto;
    background-position: center;
    position: relative;
    overflow: hidden;
    height: 90vh;
    background-repeat: no-repeat;
}

/* colunas internas */
.div2-columns {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 3;
    height: 500px;
    justify-content: center;
    align-items: center;
}

/* bloco individual */
.div2-block {
    width: 18%;
    cursor: pointer;
    position: relative;
    display: inline-grid;
    justify-items: start;
    justify-content: end;
}

/* ícones */
.div2-icon {
    width: 60px;
}

/* títulos */
.div2-block h3 {
    font-family: 'Darker Grotesque', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    margin: 10px 0;
}

.textoSlide2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 250px;
}

/* bolha por cima */
.div2-bubbles {
    position: absolute;
    bottom: -20px;
    right: 140px;
    width: 420px;
    z-index: 5;
    opacity: 0.8;
    pointer-events: none;
}

/* FRASES ADICIONAIS — TEXTO RECUADO NO ESTILO DA IMAGEM */
.div2-extra-text {
    position: absolute;
    bottom: 245px;
    left: 50px;
    display: flex;
    flex-direction: column;
    z-index: 10;
    gap: 20px;
}

    .div2-extra-text p {
        font-family: "Darker Grotesque", sans-serif;
        font-weight: 300;
        font-size: 32px;
        letter-spacing: 0.04em;
        color: #fff;
        margin: 0;
        line-height: 1.1;
    }

    /* primeira linha mais recuada */
    .div2-extra-text .linha1 {
        margin-left: 0px;
    }

    /* segunda linha mais avançada  — igual à imagem anexada */
    .div2-extra-text .linha2 {
        margin-left: 180px;
    }

.bubble-run {
    position: absolute;
    right: -25px;
    transform: translateX(-50%);
    bottom: -700px;
    width: 450px;
    z-index: 999;
    pointer-events: none;
}

.bubble-scroll-area {
    height: 0vh; /* controla o quanto a bolha continua subindo */
    background: transparent;
}


/* =========================
   START: CSS DIV3 (VÍDEO SIMPLES COM CAPA)
========================= */
.div3 {
    position: relative;
    min-height: 100vh;
    background: #000;
    overflow: hidden;
}

.div3-video-wrap {
    position: relative;
    width: 100%;
    height: 100vh;
}

/* capa */
.div3-poster {
    position: absolute;
    inset: 0;
    background: url("assets/gofw_video.png") center/cover no-repeat;
    filter: contrast(1.05) brightness(.85);
    transform: scale(1.02);
    z-index: 1;
}

/* vídeo */
.div3-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    opacity: 0;
}

/* play overlay */
.div3-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 74px;
    height: 74px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.35);
    background: rgba(0,0,0,.25);
    backdrop-filter: blur(6px);
    display: grid;
    place-items: center;
    z-index: 3;
    cursor: pointer;
}

    .div3-play:hover {
        transform: translate(-50%,-50%) scale(1.04);
    }


.div3-play-icon {
    width: 0;
    height: 0;
    border-left: 18px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 3px;
    opacity: .9;
}

/* quando toca: some capa e botão, aparece vídeo */
.div3.is-playing .div3-poster {
    opacity: 0;
    transition: opacity .25s ease;
}

.div3.is-playing .div3-video {
    opacity: 1;
    transition: opacity .25s ease;
}

.div3.is-playing .div3-play {
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}


/* =========================
   START: CSS DIV4 (OVERRIDE TOTAL + CANVAS + SCROLL)
========================= */

/* garante que o vídeo (div3) não “suma” por z-index */
.div3 {
    position: relative;
    z-index: 1;
}

/* DIV4: altura grande pra ter animação; sem background sólido */
.div4 {
    position: relative;
    height: 220vh;
    background: transparent !important;
    display: block !important;
    padding: 0 !important;
    z-index: 9999;
}

/* palco sticky */
.div4-stage {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    background: transparent !important;
}

/* fundo (começa invisível, JS sobe pra 1) */
.div4-bg {
    position: absolute;
    inset: 0;
    background: url("assets/slide4.png") center/cover no-repeat !important;
    opacity: 0;
    transform: scale(1.02);
    will-change: opacity, transform;
}

/* vinheta */
.div4-vignette {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%, rgba(0,0,0,.35) 70%, rgba(0,0,0,.70) 100%);
    opacity: .90;
    pointer-events: none;
}

/* canvas das linhas */
.div4-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    will-change: opacity;
}

/* itens (começam ocultos e sobem) */
.div4-item {
    position: absolute;
    width: 340px;
    opacity: 0;
    transform: translateY(-120px);
    will-change: transform, opacity;
    color: #fff;
    pointer-events: none;
}

.div4-ico-gaming {
    width: 44px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(255, 255, 255, .12));
    justify-self: right;
    position: absolute;
    top: -50px;
    right: -35px;
}

.div4-ico-concept {
    width: 44px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(255,255,255,.12));
}

.div4-ico-diamond {
    width: 44px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(255,255,255,.12));
}

.div4-head {
    text-transform: uppercase;
    letter-spacing: .08em;
    line-height: 1;
}

.div4-head-diamond {
    text-transform: uppercase;
    letter-spacing: .08em;
    line-height: 1;
    width: 95px;
    justify-self: center;
    text-align: left;
}

.div4-high {
    display: block;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 300;
    font-size: 45px;
    opacity: .95;
    padding: 0;
}

.div4-word {
    display: block;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 800;
    font-size: 44px;
    letter-spacing: .04em;
    line-height: 35px;
}

.div4-ico-gaming {
    width: 64px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(255, 255, 255, .12));
    justify-self: right;
    position: absolute;
    top: -70px;
    right: -55px;
}

.div4-ico-diamond {
    width: 74px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(255, 255, 255, .12));
    justify-self: center;
}

.div4-ico-concept {
    width: 64px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(255, 255, 255, .12));
    position: absolute;
    top: -70px;
    left: -50px;
}

.div4-copy-gaming {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 18px;
    opacity: 1;
    max-width: 300px;
    margin: 10px 0 0 0;
    line-height: 15px;
}

.div4-copy-diamond {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 18px;
    opacity: 1;
    max-width: 300px;
    margin: 10px 0 0 0;
    line-height: 15px;
    width: 255px;
    text-align: right;
}

.div4-copy-concept {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 18px;
    opacity: 1;
    max-width: 300px;
    width: 210px;
    text-align: right;
    position: absolute;
    left: -25px;
    margin: 10px 0 0 0;
    line-height: 15px;
}

/* posições no estilo do print */
.div4-gaming {
    left: 14%;
    top: 39%;
    font-family: "Darker Grotesque", sans-serif;
    transform: translateY(-50%) translateY(120px);
    text-align: right;
    width: 305px;
    font-size: 18px;
}

.div4-concept {
    right: 10%;
    top: 34%;
    font-family: "Darker Grotesque", sans-serif;
    transform: translateY(-50%) translateY(120px);
    text-align: left;
    font-size: 18px;
}

.div4-diamond {
    left: 50%;
    top: 60%;
    font-family: "Darker Grotesque", sans-serif;
    transform: translate(-50%, -50%) translateY(120px);
    text-align: center;
    font-size: 18px;
}

/* POV */
.div4-pov {
    position: absolute;
    left: 18px;
    bottom: 14px;
    font-family: "Darker Grotesque", sans-serif;
    font-size: 12px;
    letter-spacing: .08em;
    opacity: .7;
    pointer-events: none;
}

/* responsivo */
@media (max-width: 980px) {
    .div4-item {
        width: 86vw;
    }

    .div4-gaming {
        left: 7%;
        top: 34%;
        text-align: left;
    }

    .div4-concept {
        right: auto;
        left: 7%;
        top: 58%;
    }

    .div4-diamond {
        left: 50%;
        top: 80%;
        width: 88vw;
        text-align: left;
    }

    .div4-word {
        font-size: 30px;
    }
}


/* =========================
   START: CSS DIV5 (P.O.V / 3 COLUNAS)
========================= */

.div5 {
    position: relative;
    height: 65vh;
    background: #000;
    z-index: 11000;
    overflow: visible;
}

.div5-stage {
    position: sticky;
    border-bottom: 1px solid rgba(255, 255, 255, .35);
    top: 0;
    height: 60vh;
    background: #000;
    overflow: hidden;
}


.div5-topbar {
    position: relative;
    height: 120px;
    display: grid;
    place-items: center;
    border-top: 1px solid rgba(255, 255, 255, .35);
    align-items: end;
}

.div5-logo {
    font-family: 'Alyk', sans-serif;
    font-weight: 400;
    font-size: 64px;
    letter-spacing: .10em;
    transform: translateY(6px);
}

.div5-topline {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(255,255,255,.35);
}

/* grid 3 colunas */
.div5-grid {
    height: calc(60vh - 120px);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.div5-col {
    position: relative;
    padding: 72px 115px;
    border-right: 1px solid rgba(255,255,255,.35);
}

    .div5-col:last-child {
        border-right: none;
    }

/* tipografia */
.div5-title {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: .02em;
    line-height: 1.15;
    margin: 0 0 18px 0;
    text-transform: uppercase;
}

.div5-title-light {
    font-weight: 500;
    text-transform: none;
}

.div5-text {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.25;
    opacity: .82;
    max-width: 44ch;
    margin: 0;
}

/* botão quadrado */
.div5-cta {
    position: absolute;
    right: 64px;
    bottom: 56px;
    width: 44px;
    height: 44px;
    border: 0;
    display: grid;
    place-items: center;
    text-decoration: none;
    background: rgba(255,255,255,.06);
    backdrop-filter: blur(6px);
    transition: transform .18s ease;
}

    .div5-cta:hover {
        transform: translate(2px,-2px);
        transition: .3s ease-in-out;
    }

    .div5-cta img {
        width: 35px;
        height: 35px;
        stroke: rgba(255,255,255,.9);
        stroke-width: 2.2;
        fill: none;
    }

/* responsivo */
@media (max-width: 980px) {
    .div5-grid {
        grid-template-columns: 1fr;
        height: auto;
    }

    .div5-stage {
        overflow: auto;
    }

    .div5-col {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.35);
        padding: 44px 22px;
        min-height: 60vh;
    }

    .div5-cta {
        right: 22px;
        bottom: 22px;
    }
}

/* =========================
   BOLHA DIV5
========================= */
.bubble-run5 {
    position: absolute;
    left: 460px;
    width: 400px;
    top: 350px;
    z-index: 15000;
    pointer-events: none;
    opacity: 0;
    transform: translateY(140px);
    will-change: transform, opacity;
}

/* =========================
   START: CSS DIV6 (FEATURED PROJECTS)
========================= */
.div6 {
    position: relative;
    min-height: 90vh;
    background: #000;
    color: #fff;
    padding: 72px 88px 56px;
    overflow: hidden;
}

/* topo */
.div6-top {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin: 50px 0 0 0;
}

/* "fonte da div5" */
.div6-top-title {
    margin: 0;
    font-family: 'Alyk', sans-serif;
    font-weight: 400;
    font-size: 64px;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

/* bolha topo direita */
.div6-top-bubble {
    width: 360px;
    height: auto;
    object-fit: contain;
    opacity: .95;
    pointer-events: none;
    transform: translateY(-12px);
}

/* lista */
.div6-list {
    border-top: 0;
}

.div6-row {
    position: relative;
    display: block;
    text-decoration: none;
    color: inherit;
    height: 190px !important;
    border-bottom: 1px solid rgba(255, 255, 255, .35);
    overflow: hidden;
}

/* fundo */
.div6-row-bg {
    position: absolute;
    inset: 0;
    background: center/cover no-repeat;
    opacity: 0; /* começa invisível */
    transform: scale(1.04);
    filter: grayscale(1) contrast(1.05) brightness(.78);
    transition: opacity .28s ease, transform .45s ease, background-position .8s ease;
    will-change: opacity, transform, background-position;
}

/* conteúdo da linha */
.div6-row-inner {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 0 22px;
}

/* tipografia geral */
.div6-row-text {
    max-width: 62ch;
}

.div6-row-title {
    margin: 0 0 10px 0;
    font-family: 'CODE PRO';
    font-weight: bolder;
    font-size: 50px;
    width: 700px;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.div6-row-desc {
    margin: 0;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 17px;
    padding: 0 15px;
    opacity: 1;
    line-height: 1.25;
    max-width: 56ch;
}

/* botão quadrado com seta */
.div6-out-img {
    width: 52px;
    height: 52px;
    border: 1px solid rgba(255,255,255,.40);
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.04);
    backdrop-filter: blur(6px);
    flex: 0 0 auto;
}

    .div6-out-img:hover {
        transform: translate(2px,-2px);
        transition: .3s ease-in-out;
    }

/* “card” da direita (linha do meio) */
.div6-row--with-card .div6-row-card {
    border: 0;
    background: center / cover no-repeat;
    opacity: 0;
    transform: translateX(34px) scale(1.02);
    transition: opacity .28s ease, transform .45s ease;
    filter: saturate(1.15) contrast(1.05);
    flex: 0 0 auto;
    position: absolute;
    right: 170px;
    top: 0px;
    width: 564px;
    height: 150px;
}


/* hover: cresce + revela imagem + leve movimento */
.div6-row:hover .div6-row-bg {
    opacity: 1;
    transform: scale(1.01);
    background-position: 56% 50%; /* movimento */
}


.div6-row.div6-row--with-card:hover .div6-row-card {
    opacity: 1;
    transform: translateX(0) scale(1.00);
}

/* deixa o texto mais “lendo em cima do fundo” */
.div6-row:hover .div6-row-desc {
    opacity: .86;
}

.div6-row:hover .div6-out {
    transform: translate(2px,-2px);
    transition: .18s ease;
}

/* rodapé ALL PROJECTS */
.div6-bottom {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.div6-all {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #fff;
    font-family: "Darker Grotesque", sans-serif;
    letter-spacing: .10em;
    text-transform: uppercase;
    opacity: .92;
}

.div6-all-bubble {
    width: 54px;
    height: 34px;
    border: 0;
    display: inline-block;
    opacity: 1;
    position: absolute;
}

.div6-all-text {
    font-size: 25px;
    padding: 0 0px 0 22px;
}



.div6-out--sm {
    width: 30px;
    height: 30px;
}

    .div6-out--sm::before {
        width: 10px;
        height: 10px;
        border-right-width: 2px;
        border-top-width: 2px;
    }

.img-footer-div6 {
    width: 15px;
    height: 15px;
}

    .img-footer-div6:hover {
        transform: translate(2px, -2px);
        transition: .3s ease-in-out;
    }


/* responsivo */
@media (max-width: 1100px) {
    .div6 {
        padding: 56px 22px 44px;
    }

    .div6-top-title {
        font-size: 52px;
    }

    .div6-top-bubble {
        width: 220px;
    }

    .div6-row-title {
        font-size: 30px;
    }

    .div6-row.div6-row--with-card .div6-row-card {
        display: none;
    }
}

/* =========================
   START: CSS DIV7
========================= */
.div7 {
    position: relative;
    height: 60vh;
    min-height: 420px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* moldura + linhas finas */
.div7-frame {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, .38);
    display: grid;
    grid-template-columns: 40% 60%;
    overflow: hidden;
}

/* esquerda (foto) */
.div7-left {
    position: relative;
    border-right: 0;
    overflow: hidden;
}

/* fundo P&B (troque a imagem) */
.div7-photo {
    position: absolute;
    inset: 0;
    background: url("assets/img_div7.png") left center/cover no-repeat;
    transform: scale(1.02);
}

/* box do filtro (quadrado colorido) */
.div7-filter-box {
    position: absolute;
    left: 26%;
    top: 50%;
    width: 230px;
    height: 230px;
    transform: translateY(-50%);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
}

/* o filtro em si (começa “embaixo” e invisível) */
.div7-filter {
    position: absolute;
    inset: 0;
    background: url("assets/slide7_filter.jpg") center/cover no-repeat;
    transform: translateY(110%); /* ✅ começa fora, por baixo */
    opacity: 0; /* ✅ fade in */
    will-change: transform, opacity;
}

/* direita (texto) */
.div7-right {
    position: relative;
    padding: 46px 58px 34px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* quote grande */
.div7-quote {
    margin: 0 0 22px 0;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 300;
    font-size: 48px;
    line-height: 1.2;
    opacity: 1;
    text-align: right;
}

/* autor */
.div7-author {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: .08em;
    opacity: .75;
    margin-bottom: 15px;
    text-align: right;
}

/* bio (pequena, alinhada à direita no print) */
.div7-bio {
    margin: 0;
    max-width: 56ch;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.35;
    opacity: .75;
    align-self: flex-end;
    text-align: right;
}

/* responsivo */
@media (max-width: 980px) {
    .div7 {
        height: auto;
        min-height: unset;
        padding: 14px;
    }

    .div7-frame {
        grid-template-columns: 1fr;
        height: auto;
    }

    .div7-left {
        min-height: 320px;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.30);
    }

    .div7-right {
        padding: 28px 22px 22px;
    }

    .div7-filter-box {
        left: 18px;
        top: 18px;
        transform: none;
        width: 180px;
        height: 180px;
    }

    .div7-bio {
        align-self: flex-start;
        text-align: left;
    }
}


/* =========================
   START: CSS DIV8 (RECODE CULTURES)
========================= */
.div8 {
    position: relative;
    height: 220vh;
    background: #000;
    z-index: 50;
}

.div8-stage {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.30);
    background: #000;
}

/* fundo */
.div8-bg {
    position: absolute;
    inset: 0;
    background: url(assets/bg_div8.png) center center / cover no-repeat;
    filter: contrast(1.05) brightness(.55);
    transform: scale(1.02);
    background-position: top;
}

/* topo faixa + linha */
.div8-topbar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, .30);
    background: rgba(0, 0, 0, .55);
    z-index: 5;
}

/* marquee */
.div8-marquee {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.div8-track {
    display: inline-flex;
    gap: 22px;
    white-space: nowrap;
    will-change: transform;
    animation: div8Marquee 18s linear infinite;
    padding-left: 18px;
    font-family: 'Darker Grotesque';
    font-weight: 900;
    letter-spacing: .01em;
    font-size: 40px;
    text-transform: uppercase;
}

.div8-dot {
    opacity: 1;
    padding-top: 10px;
}

@keyframes div8Marquee {
    from {
        transform: translateX(0);
    }

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

/* inner layout */
.div8-inner {
    position: relative;
    height: 100%;
    padding-top: 70px;
    z-index: 3;
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 46% 54%;
    justify-items: center;
}

/* LEFT */
.div8-left {
    position: relative;
    padding: 150px 0 0 80px;
    width: 450px;
}

.div8-title {
    margin: 0;
    line-height: 0.9;
    letter-spacing: .01em;
    text-transform: uppercase;
    font-family: 'CODE PRO';
    font-size: 90px;
    font-weight: 900;
}

.div8-re {
    font-family: 'CODE PRO';
    opacity: 1;
    font-weight: 900;
}

.div8-cultures {
    display: inline-block;
    margin-top: 6px;
}

.div8-desc {
    margin: 10px 0 0 0;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.15;
    opacity: .85;
}

.div8-more {
    margin-top: 32px;
    display: inline-flex;
    gap: 14px;
    text-decoration: none;
    color: #fff;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 800;
    font-size: 30px;
    letter-spacing: .02em;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
}

    .div8-more img:hover {
        transform: translate(2px, -2px);
        transition: .3s ease-in-out;
    }

.div8-more-ico::before {
    content: "";
    width: 16px;
    height: 16px;
    border-right: 3px solid rgba(255,255,255,.95);
    border-top: 3px solid rgba(255,255,255,.95);
    transform: translate(1px,1px);
}

.div8-more:hover .div8-more-ico {
    transform: translate(2px,-2px);
    transition: .18s ease;
}

/* glitch rectangle inferior esquerdo */
.div8-glitch-left {
    position: absolute;
    left: 78px;
    bottom: 90px;
    width: 300px;
    height: 120px;
    background: url("assets/slide8_glitch_left.jpg") center/cover no-repeat;
    opacity: .95;
    mix-blend-mode: screen;
    border-radius: 2px;
    filter: saturate(1.2) contrast(1.15);
}

/* RIGHT */
.div8-right {
    position: relative;
    padding: 200px 78px 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.div8-right-head {
    width: min(540px, 100%);
    text-align: left;
    margin-bottom: 14px;
    line-height: 1;
}

.div8-season {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 21px;
    opacity: 1;
}

.div8-headline {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 900;
    letter-spacing: .02em;
    font-size: 29px;
    text-transform: uppercase;
}

/* card */
.div8-card {
    width: min(520px, 100%);
    height: 540px;
    background: rgba(0,0,0,.88);
    border: 1px solid rgba(255,255,255,.45);
    box-shadow: 0 20px 70px rgba(0,0,0,.55);
    overflow: hidden;
    position: relative;
}

.div8-card-media {
    height: 235px;
    background: url(assets/img2_div8.png) left / cover no-repeat;
    filter: contrast(1.05) brightness(.92) saturate(1.15);
    position: relative;
    width: 400px;
    background-size: 90%;
}

    /* linha branca dentro do media (como no print) */
    .div8-card-media::after {
        content: "";
        position: absolute;
        width: 250px;
        left: 135px;
        right: 40px;
        bottom: -5px;
        height: 3px;
        background: rgba(255, 255, 255, .90);
        opacity: 1;
    }

/* texto do card */
.div8-card-body {
    padding: 26px 65px;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    opacity: .9;
    height: 200px;
    align-content: center;
}

    .div8-card-body b {
        font-weight: 900;
    }

/* BOLHA (presa no palco; vai subir no scroll via GSAP) */
.div8-bubble {
    position: absolute;
    left: 220px;
    bottom: -220px; /* começa bem fora (pra entrar de baixo) */
    width: 420px;
    z-index: 6;
    pointer-events: none;
    filter: drop-shadow(0 24px 60px rgba(0,0,0,.55));
    opacity: 0;
    will-change: transform, opacity;
    transform: translate3d(0,0,0);
}

/* =========================
   DIV8 CAROUSEL (preso no card)
========================= */
.div8-cardWrap {
    position: relative;
    width: min(520px, 100%); /* MESMO tamanho do seu card */
    height: 540px; /* MESMA altura do seu card */
    margin-left: auto; /* mantém alinhado à direita como está */
    outline: none;
}

/* mantém seu card igual, mas agora ele vira "viewport" do carrossel */
.div8-carousel {
    width: 100%;
    height: 100%;
    overflow: hidden; /* ✅ garante que nada invade a tela */
}

/* slides ocupam 100% do card */
.div8-slides {
    position: absolute;
    inset: 0;
}

.div8-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    will-change: transform, opacity;
}

    .div8-slide.is-active {
        opacity: 1;
        pointer-events: auto;
    }

/* setas laterais (fora do card, mas “coladas” nele) */
.div8-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    cursor: pointer;
    z-index: 20;
    background: rgba(0,0,0,.55);
    border: 1px solid rgba(255,255,255,.35);
    color: rgba(255,255,255,.92);
    box-shadow: 0 18px 50px rgba(0,0,0,.45);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

    .div8-nav:hover {
        background: rgba(0,0,0,.70);
        border-color: rgba(255,255,255,.55);
    }

    .div8-nav:active {
        transform: translateY(-50%) scale(0.98);
    }

.div8-nav-prev {
    left: -72px;
}

.div8-nav-next {
    right: -72px;
}


/* responsivo */
@media (max-width: 980px) {
    .div8-inner {
        grid-template-columns: 1fr;
    }

    .div8-left {
        padding: 70px 18px 0 22px;
    }

    .div8-right {
        padding: 30px 22px 0 22px;
        align-items: flex-start;
    }

    .div8-right-head, .div8-card {
        width: 100%;
    }

    .div8-card {
        height: 520px;
    }

    .div8-glitch-left {
        left: 22px;
        width: 240px;
        height: 98px;
    }

    .div8-bubble {
        left: 18px;
        width: 320px;
    }

    .div8-cardWrap {
        width: 100%;
    }

    .div8-nav-prev {
        left: 10px;
    }

    .div8-nav-next {
        right: 10px;
    }

    .div8-nav {
        background: rgba(0,0,0,.45);
    }
}

/* altura total do scroll (ajuste fino) */
.div9 {
    position: relative;
    height: 240vh; /* controla o “tempo” do scroll da última sessão */
    background: #000;
    z-index: 80;
}

/* palco sticky */
.div9-stage {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    background: #000;
}

/* borda externa */
.div9-border {
    position: absolute;
    inset: 18px;
    z-index: 20;
    pointer-events: none;
}

/* BG base (sem filtro) */
.div9-bg {
    position: absolute;
    inset: 0;
    background: url(assets/div9_bg.png) center / cover no-repeat;
    z-index: 1;
    transform: scale(1.02);
    background-size: 800px;
    background-position-y: 560px;
    background-position-x: 480px;
}

/* Overlay filtro (imagem 100% alinhada com o BG) */
.div9-filter {
    position: absolute;
    inset: 0;
    background: url(assets/div9_bg2.png) center / cover no-repeat;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    clip-path: inset(100% 0 0 0);
    will-change: clip-path, opacity;
    background-size: 80px;
    background-position-x: 654px;
    background-position-y: 582px;
    width: 100%;
}

.div9-bg, .div9-filter {
    transform: scale(1.02);
}


/* =========================
   DIV9 — RIBBONS DINÂMICAS (igual print)
   - Pretas paralelas (mesmo ângulo)
   - Branca cruza invertida (X)
   - Texto centralizado no meio (vertical)
   - Fontes: Darker Grotesque + Alyk
========================= */

.div9-ribbonStack {
    position: absolute;
    left: 57%;
    top: 18%; /* mesma posição do seu antigo .div9-ribbons */
    width: 110%;
    height: 220px; /* “altura do conjunto” (controla espaçamento) */
    transform: translate(-50%, -50%);
    z-index: 6;
    pointer-events: none;
    will-change: transform;
}

/* cada faixa */
.div9-ribbon {
    --y: 0px;
    --rot: 12deg;
    position: absolute;
    left: 50%;
    top: var(--y);
    width: 140%;
    height: 56px; /* mais “fina” e igual ao print */
    transform: translateX(-50%) rotate(var(--rot));
    overflow: hidden;
    background: rgba(0,0,0,.88);
    border: 1px solid rgba(255,255,255,.25);
    box-shadow: 0 18px 60px rgba(0,0,0,.35);
}

    /* linhas internas (top/bottom) tipo fita */
    .div9-ribbon::before,
    .div9-ribbon::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 1px;
        opacity: .55;
        pointer-events: none;
    }

    .div9-ribbon::before {
        top: 10px;
        background: rgba(255,255,255,.22);
    }

    .div9-ribbon::after {
        bottom: 10px;
        background: rgba(255,255,255,.18);
    }

    /* branca */
    .div9-ribbon.is-white {
        background: rgba(255,255,255,.96);
        border-color: rgba(0,0,0,.22);
    }

        .div9-ribbon.is-white::before {
            background: rgba(0,0,0,.12);
        }

        .div9-ribbon.is-white::after {
            background: rgba(0,0,0,.10);
        }

/* ===== POSIÇÕES/ÂNGULOS (igual referência) =====
   Pretas PARALÉLAS (mesmo ângulo)
   Branca cruza invertida
*/
.div9-ribbon--a {
    --y: 180px;
    --rot: 15deg;
}
/* preta topo */
.div9-ribbon--b {
    --y: 122px;
    --rot: 0deg;
    z-index: 99;
}
/* branca cruzando */
.div9-ribbon--c {
    --y: 65px;
    --rot: -15deg;
}
/* preta baixo */

/* inner / track */
.div9-ribInner {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center; /* ✅ central vertical */
}

.div9-ribTrack {
    display: inline-flex;
    align-items: center; /* ✅ central vertical */
    white-space: nowrap;
    gap: 26px;
    padding-left: 18px;
    will-change: transform;
    animation-duration: var(--dur, 18s);
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.div9-ribGroup {
    display: inline-flex;
    align-items: center; /* ✅ central vertical */
    gap: 26px;
}

/* ===== Tipografia igual print ===== */
.div9-ribWord {
    text-transform: uppercase;
    line-height: 1;
    transform: translateY(1px); /* micro ajuste de baseline */
}

    /* Darker Grotesque (fina, espaçada) */
    .div9-ribWord.dg {
        font-family: "Darker Grotesque", sans-serif;
        font-weight: 300;
        font-size: 50px;
        letter-spacing: .18em;
        color: rgba(255, 255, 255, .70);
        margin-top: -9px;
    }

    /* Alyk (ORGANIZATION) */
    .div9-ribWord.alyk {
        font-family: "Alyk", sans-serif;
        font-weight: 900;
        letter-spacing: .02em;
        color: rgba(255, 255, 255, .92);
        margin-top: 30px;
        font-size: 32px;
    }

/* na faixa branca: texto escuro */
.div9-ribbon.is-white .div9-ribWord.dg {
    color: rgba(0, 0, 0, .55);
    font-size: 45px;
    margin-top: -10px;
    color: black;
}
/* na faixa branca: INDIVIDUAL */
.div9-ribbon.is-white .div9-ribWord.alyk {
    color: rgba(0, 0, 0, .80);
    font-size: 28px;
    margin-top: 25px;
}

/* ícone bolha */
.div9-ribIcon {
    width: 35px;
    height: 26px;
    opacity: 1;
    display: inline-block;
    transform: translateY(1px);
}

/* direção */
.div9-ribbon[data-dir="rtl"] .div9-ribTrack {
    animation-name: div9RibMoveRTL;
}

.div9-ribbon[data-dir="ltr"] .div9-ribTrack {
    animation-name: div9RibMoveLTR;
}

@keyframes div9RibMoveRTL {
    from {
        transform: translateX(0);
    }

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

@keyframes div9RibMoveLTR {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

/* responsivo */
@media (max-width: 980px) {
    .div9-ribbonStack {
        top: 16%;
        width: 130%;
        height: 200px;
    }

    .div9-ribbon {
        height: 52px;
    }

    .div9-ribWord.dg {
        font-size: 34px;
        letter-spacing: .14em;
    }

    .div9-ribWord.alyk {
        font-size: 34px;
    }
}


/* linha horizontal acima do marquee */
.div9-line {
    position: absolute;
    left: 0;
    right: 0;
    top: 46%;
    height: 1px;
    background: rgba(255,255,255,.28);
    z-index: 6;
    pointer-events: none;
}

/* MARQUEE */
.div9-marquee {
    position: absolute;
    left: 0;
    right: 0;
    top: 46%;
    height: 100px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,.28);
    border-bottom: 1px solid rgba(255,255,255,.28);
    background: rgba(0,0,0,.55);
    z-index: 6;
}

.div9-track {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    gap: 28px;
    padding-left: 18px;
    font-family: "Alyk", sans-serif;
    font-size: 44px;
    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
    animation: div9Marquee 16s linear infinite;
    will-change: transform;
    padding: 35px 0 0 0;
}

    .div9-track img {
        margin-bottom: 40px;
    }

.div9-bubbleDot {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.6);
    opacity: .35;
    transform: translateY(2px);
}

@keyframes div9Marquee {
    from {
        transform: translateX(0);
    }

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

/* CONTEÚDO CENTRAL (GET IN TOUCH) */
.div9-center {
    position: absolute;
    left: 50%;
    top: 66%;
    transform: translate(-50%, -50%);
    width: min(1280px, 92vw);
    display: grid;
    grid-template-columns: 340px 1fr 380px;
    align-items: center;
    gap: 22px;
    z-index: 8;
}

/* poster esquerdo (base limpa, o filtro entra por cima do palco todo) */
.div9-leftPoster {
    width: 340px;
    height: 210px;
    background: url("assets/div9_left_poster.jpg") center/cover no-repeat;
    filter: contrast(1.05) brightness(.95);
}

/* CTA */
.div9-cta {
    justify-self: center;
    display: inline-flex;
    align-items: flex-end;
    gap: 18px;
    text-decoration: none;
    color: #fff;
}

.div9-ctaTitle {
    font-family: 'Darker Grotesque';
    font-weight: 900;
    font-size: 75px;
    line-height: .68;
    letter-spacing: .01em;
    text-transform: uppercase;
    padding-top: 160px;
}

.div9-cta a:hover {
    transform: translate(2px,-2px);
    transition: .3s ease-in-out;
}

/* fragmentos (opcional) */
.div9-frags {
    width: 380px;
    justify-self: end;
    opacity: .95;
    pointer-events: none;
}

/* BOLHA DIV9 (vai subir no scroll, sai de “baixo do footer”) */
.div9-bubble {
    position: absolute;
    left: 58%;
    bottom: -260px; /* começa abaixo do rodapé */
    width: 480px;
    z-index: 9; /* fica “atrás do footer” no começo (footer é 12) */
    pointer-events: none;
    opacity: 1;
    will-change: transform, opacity;
}

/* FOOTER */
.div9-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    color: #111;
    z-index: 12;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    overflow: hidden;
    will-change: transform;
}

.div9-footerInner {
    width: min(1200px, 92vw);
    margin: 0 auto;
    padding: 20px 0 30px 0;
    display: grid;
    grid-template-columns: 1fr .3fr 2fr;
    gap: 22px;
    align-items: start;
    font-family: "Darker Grotesque", sans-serif;
}

.div9-footLogo {
    font-family: "CODE PRO", sans-serif;
    font-weight: 900;
    letter-spacing: .04em;
    font-size: 22px;
    margin-bottom: 8px;
}

.div9-footH {
    font-weight: 800;
    font-size: 15px;
    letter-spacing: .02em;
    text-transform: none;
    margin-bottom: 8px;
}

.div9-footSmall {
    font-size: 14px;
    line-height: 1.35;
    opacity: 1;
    color: black;
}

.div9-footCopy {
    margin-top: 16px;
    font-size: 13px;
    opacity: 1;
    color: black;
}

.div9-footSmall a{
    color: black;
}

/* responsivo básico */
@media (max-width: 980px) {
    .div9-center {
        grid-template-columns: 1fr;
        top: 68%;
        gap: 16px;
        text-align: center;
    }

    .div9-leftPoster {
        margin: 0 auto;
    }

    .div9-frags {
        display: none;
    }

    .div9-ctaTitle {
        font-size: 48px;
    }

    .div9-ribbons {
        top: 16%;
    }

    .div9-track {
        font-size: 34px;
    }

    .div9-bubble {
        left: 50%;
        width: 360px;
        transform: translateX(-50%);
    }

    .div9-footerInner {
        grid-template-columns: 1fr;
        padding: 18px 0 22px 0;
    }
}

/*===================
  -- RESPONSIVO --
=====================*/

/* =========================================================
   RESPONSIVO CIRÚRGICO (SEU LAYOUT ATUAL)
   (Use DEPOIS de prefixar tudo em #gofw)
========================================================= */

/* evita estouro lateral sem afetar o WP */
#gofw {
    overflow-x: clip;
}

/* ======= 1440 -> 1200 ======= */
@media (max-width: 1200px) {
    #gofw .p1-logo-small {
        width: 110px;
    }

    #gofw .p1-logo-big {
        width: 260px;
    }

    #gofw .div6-row-title {
        width: auto;
        max-width: 100%;
    }

    #gofw .div6-row-desc {
        max-width: 60ch;
    }

    #gofw .div5-col {
        padding: 56px 70px;
    }

    #gofw .bubble-run5 {
        left: 320px;
        width: 340px;
    }
}

/* ======= TABLET / NOTEBOOK <= 980 ======= */
@media (max-width: 980px) {

    /* painel 1 */
    #gofw .p1-top-left {
        left: 18px;
        top: 18px;
    }

    #gofw .p1-top-right {
        right: 18px;
        top: 18px;
    }

    #gofw .p1-top-border {
        left: 18px;
        width: calc(100% - 36px);
        top: 68px;
    }

    #gofw .p1-bottom-left {
        left: 18px;
        bottom: 22px;
        font-size: 16px;
        letter-spacing: .08em;
    }

    #gofw .p1-bottom-right {
        right: 18px;
        bottom: 18px;
        transform: scale(.9);
        transform-origin: right bottom;
    }

    /* painéis 2 e 3 (não estourar) */
    #gofw .p2-bubbles {
        right: 10vw;
        height: 92vh;
    }

    #gofw .p3-bubbles {
        right: 0;
        height: 44vh;
    }

    /* div2 */
    #gofw .div2-bg {
        height: 86vh;
        background-size: cover;
        background-position: center;
    }

    #gofw .div2-columns {
        flex-wrap: wrap;
        height: auto;
        padding: 24px 18px;
        gap: 22px;
        justify-content: flex-start;
    }

    #gofw .div2-block {
        width: 100%;
        max-width: 560px;
    }

    #gofw .div2-extra-text {
        left: 18px;
        bottom: 140px;
    }

        #gofw .div2-extra-text .linha2 {
            margin-left: 0;
        }

    #gofw .bubble-run {
        width: 320px;
        right: -55px;
    }

    /* div4 */
    #gofw .div4 {
        height: 200vh;
    }

    #gofw .div4-gaming {
        left: 7%;
        top: 30%;
        text-align: left;
        width: 86vw;
    }

    #gofw .div4-concept {
        left: 7%;
        right: auto;
        top: 52%;
        text-align: left;
        width: 86vw;
    }

    #gofw .div4-diamond {
        top: 78%;
        width: 88vw;
        text-align: left;
    }

    /* div5 */
    #gofw .div5 {
        height: auto;
    }

    #gofw .div5-stage {
        height: auto;
        position: relative;
        top: auto;
    }

    #gofw .div5-grid {
        grid-template-columns: 1fr;
        height: auto;
    }

    #gofw .div5-col {
        padding: 34px 22px;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.35);
    }

    #gofw .bubble-run5 {
        left: 50%;
        top: 260px;
        width: 300px;
        transform: translateX(-50%) translateY(140px);
    }

    /* div6 */
    #gofw .div6 {
        padding: 56px 18px 44px;
    }

    #gofw .div6-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    #gofw .div6-top-bubble {
        width: 240px;
        transform: none;
    }

    #gofw .div6-row-inner {
        flex-wrap: wrap;
        gap: 14px;
        padding: 18px 14px;
    }

    #gofw .div6-row-title {
        font-size: 30px;
        width: auto;
    }

    #gofw .div6-row-desc {
        font-size: 16px;
        padding: 0;
    }

    #gofw .div6-row.div6-row--with-card .div6-row-card {
        display: none;
    }

    /* div7 */
    #gofw .div7 {
        height: auto;
        min-height: unset;
        padding: 14px;
    }

    #gofw .div7-frame {
        grid-template-columns: 1fr;
        height: auto;
    }

    #gofw .div7-left {
        min-height: 320px;
        border-bottom: 1px solid rgba(255,255,255,.30);
    }

    #gofw .div7-right {
        padding: 28px 18px 22px;
    }

    #gofw .div7-quote {
        font-size: 36px;
        text-align: left;
    }

    #gofw .div7-author, #gofw .div7-bio {
        text-align: left;
        align-self: flex-start;
    }

    /* div8 */
    #gofw .div8-inner {
        grid-template-columns: 1fr;
        padding: 70px 18px 0;
        justify-items: start;
    }

    #gofw .div8-left {
        padding: 0;
        width: 100%;
    }

    #gofw .div8-right {
        padding: 28px 0 0;
        width: 100%;
        align-items: flex-start;
    }

    #gofw .div8-title {
        font-size: 56px;
    }

    #gofw .div8-card {
        width: 100%;
        height: auto;
    }

    #gofw .div8-card-body {
        height: auto;
        padding: 22px;
    }

    /* div9 */
    #gofw .div9-center {
        grid-template-columns: 1fr;
        top: 68%;
        text-align: center;
    }

    #gofw .div9-leftPoster {
        width: min(340px, 88vw);
        margin: 0 auto;
    }

    #gofw .div9-frags {
        display: none;
    }

    #gofw .div9-ctaTitle {
        font-size: 52px;
        padding-top: 0;
    }

    #gofw .div9-ribbons {
        width: 120%;
        top: 16%;
    }

    #gofw .div9-track {
        font-size: 28px;
    }

    #gofw .div9-bubble {
        left: 50%;
        width: 320px;
        transform: translateX(-50%);
    }

    #gofw .div9-footerInner {
        grid-template-columns: 1fr;
        width: 100%;
        padding: 18px 18px 22px;
    }
}

/* ======= MOBILE <= 480 ======= */
@media (max-width: 480px) {
    #gofw .p1-btn-bolha {
        width: 60px;
        right: 110px;
    }

    #gofw .p1-codepro {
        font-size: 12px;
        letter-spacing: .20em;
    }

    #gofw .marquee-content {
        font-size: 30px;
    }

    #gofw .dark {
        font-size: 54px;
    }

    #gofw .div9-marquee {
        height: 84px;
    }
}

/* ============================================== PORTFOLIO =============================================== */

@import url('https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');

@font-face {
    font-family: 'CODE PRO';
    src: url('assets/fonts/CODEBold.otf') format('opentype');
    font-weight: bold;
}

@font-face {
    font-family: 'CODE PRO';
    src: url('assets/fonts/CODELight.otf') format('opentype');
    font-weight: normal;
}

@font-face {
    font-family: 'Alyk';
    src: url('assets/fonts/AlykRegular.woff') format('woff'), url('assets/fonts/AlykRegular.ttf') format('truetype'), url('assets/fonts/Alyk_FW.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body {
    margin: 0;
    padding: 0;
    background: #000;
    color: white;
}

/* ========================
   PAINEL 1 — FIXO NO TOPO
========================= */
.painel-1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    z-index: 10;
}


/* ELEMENTOS DO PAINEL 1 */
.p1-top-left {
    position: absolute;
    top: 32px;
    left: 64px;
}

.p1-logo-small {
    width: 120px;
}

.p1-top-right {
    position: absolute;
    top: 32px;
    right: 64px;
    display: flex;
    gap: 12px;
    align-items: center;
    z-index: 9999; /* AGORA FICA SEMPRE NO TOPO */
    position: absolute;
}

.p1-codepro {
    font-family: 'CODE PRO';
    font-weight: bold;
    letter-spacing: 0.28em;
    font-size: 14px;
}

.p1-btn-bolha {
    width: 70px;
    position: absolute;
    right: 140px;
}

.p1-btn-hover {
    width: 22px;
    transition: .25s;
    cursor: pointer;
    z-index: 99999 !important;
    pointer-events: auto;
}

.p1-top-right:hover .p1-btn-hover {
    transform: translate(4px, -4px);
}

.p1-top-border {
    position: absolute;
    top: 82px;
    left: 64px;
    width: calc(100% - 128px);
    height: 1px;
    background: #fff;
    opacity: .6;
}

.p1-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.p1-logo-big {
    width: 300px;
}

.p1-bottom-left {
    position: absolute;
    left: 60px;
    bottom: 60px;
    font-family: "Darker Grotesque", sans-serif !important;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.12em;
    line-height: 1;
}

.p1-bottom-right {
    position: absolute;
    right: 60px;
    bottom: 60px;
}


.scroll-wrapper {
    width: 150px;
    height: 150px;
    position: relative;
}

.scroll-svg {
    animation: rotateCircle 8s linear infinite;
    font-family: "Darker Grotesque", sans-serif !important;
}

.scroll-bubble {
    width: 85px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes rotateCircle {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

/* ============================
   PAINEL 2 E 3 (QUE SOBEM)
============================== */

.painel-2,
.painel-3 {
    position: relative;
    height: 80vh; /* altura correta para eliminar buracos */
    background: transparent;
    z-index: 20;
    pointer-events: none;
}

/* bolhas painel 2 */
.p2-bubbles {
    position: absolute;
    right: 400px;
    bottom: -100vh; /* começa abaixo da tela */
    height: 100vh;
    z-index: 3;
}

/* bolhas painel 3 */
.p3-bubbles {
    position: absolute;
    right: 0;
    bottom: 0vh;
    height: 50vh;
    z-index: 2;
}

/* ============================
   CONTEÚDO FINAL
============================== */
.div2 {
    position: relative;
    background: #111;
    min-height: 100vh;
    z-index: 25;
}

.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: #000;
    padding: 10px 0;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}

.marquee-content {
    display: inline-block;
    animation: marqueeMove 28s linear infinite;
    font-size: 42px;
    letter-spacing: 0.15em;
    color: #fff;
}

/* Fontes individuais */
.alyk {
    font-family: 'Alyk', sans-serif;
}

.dark {
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: lighter;
    letter-spacing: 0.12em;
    font-size: 70px;
}

/* Animação infinita */
@keyframes marqueeMove {
    from {
        transform: translateX(0);
    }

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

/* barra superior */
.div2-topbar {
    width: 100%;
    background: #000;
    padding: 22px 0;
    text-align: center;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}

    .div2-topbar span {
        font-family: 'Alyk', sans-serif;
        font-size: 32px;
        letter-spacing: 0.15em;
    }

/* imagem de fundo que já contém tudo */
.div2-bg {
    width: 100%;
    background-image: url(assets/slide2.png);
    background-size: auto;
    background-position: center;
    position: relative;
    overflow: hidden;
    height: 90vh;
    background-repeat: no-repeat;
}

/* colunas internas */
.div2-columns {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 3;
    height: 500px;
    justify-content: center;
    align-items: center;
}

/* bloco individual */
.div2-block {
    width: 18%;
    cursor: pointer;
    position: relative;
    display: inline-grid;
    justify-items: start;
    justify-content: end;
}

/* ícones */
.div2-icon {
    width: 60px;
}

/* títulos */
.div2-block h3 {
    font-family: 'Darker Grotesque', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    margin: 10px 0;
}

.textoSlide2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 250px;
}

/* bolha por cima */
.div2-bubbles {
    position: absolute;
    bottom: -20px;
    right: 140px;
    width: 420px;
    z-index: 5;
    opacity: 0.8;
    pointer-events: none;
}

/* FRASES ADICIONAIS — TEXTO RECUADO NO ESTILO DA IMAGEM */
.div2-extra-text {
    position: absolute;
    bottom: 245px;
    left: 50px;
    display: flex;
    flex-direction: column;
    z-index: 10;
    gap: 20px;
}

    .div2-extra-text p {
        font-family: "Darker Grotesque", sans-serif;
        font-weight: 300;
        font-size: 32px;
        letter-spacing: 0.04em;
        color: #fff;
        margin: 0;
        line-height: 1.1;
    }

    /* primeira linha mais recuada */
    .div2-extra-text .linha1 {
        margin-left: 0px;
    }

    /* segunda linha mais avançada  — igual à imagem anexada */
    .div2-extra-text .linha2 {
        margin-left: 180px;
    }

.bubble-run {
    position: absolute;
    right: -25px;
    transform: translateX(-50%);
    bottom: -700px;
    width: 450px;
    z-index: 999;
    pointer-events: none;
}

.bubble-scroll-area {
    height: 0vh; /* controla o quanto a bolha continua subindo */
    background: transparent;
}


/* =========================
   START: CSS DIV3 (VÍDEO SIMPLES COM CAPA)
========================= */
.div3 {
    position: relative;
    min-height: 100vh;
    background: #000;
    overflow: hidden;
}

.div3-video-wrap {
    position: relative;
    width: 100%;
    height: 100vh;
}

/* capa */
.div3-poster {
    position: absolute;
    inset: 0;
    background: url("assets/gofw_video.png") center/cover no-repeat;
    filter: contrast(1.05) brightness(.85);
    transform: scale(1.02);
    z-index: 1;
}

/* vídeo */
.div3-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    opacity: 0;
}

/* play overlay */
.div3-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 74px;
    height: 74px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.35);
    background: rgba(0,0,0,.25);
    backdrop-filter: blur(6px);
    display: grid;
    place-items: center;
    z-index: 3;
    cursor: pointer;
}

    .div3-play:hover {
        transform: translate(-50%,-50%) scale(1.04);
    }


.div3-play-icon {
    width: 0;
    height: 0;
    border-left: 18px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 3px;
    opacity: .9;
}

/* quando toca: some capa e botão, aparece vídeo */
.div3.is-playing .div3-poster {
    opacity: 0;
    transition: opacity .25s ease;
}

.div3.is-playing .div3-video {
    opacity: 1;
    transition: opacity .25s ease;
}

.div3.is-playing .div3-play {
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}


/* =========================
   START: CSS DIV4 (OVERRIDE TOTAL + CANVAS + SCROLL)
========================= */

/* garante que o vídeo (div3) não “suma” por z-index */
.div3 {
    position: relative;
    z-index: 1;
}

/* DIV4: altura grande pra ter animação; sem background sólido */
.div4 {
    position: relative;
    height: 220vh;
    background: transparent !important;
    display: block !important;
    padding: 0 !important;
    z-index: 9999;
}

/* palco sticky */
.div4-stage {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    background: transparent !important;
}

/* fundo (começa invisível, JS sobe pra 1) */
.div4-bg {
    position: absolute;
    inset: 0;
    background: url("assets/slide4.png") center/cover no-repeat !important;
    opacity: 0;
    transform: scale(1.02);
    will-change: opacity, transform;
}

/* vinheta */
.div4-vignette {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%, rgba(0,0,0,.35) 70%, rgba(0,0,0,.70) 100%);
    opacity: .90;
    pointer-events: none;
}

/* canvas das linhas */
.div4-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    will-change: opacity;
}

/* itens (começam ocultos e sobem) */
.div4-item {
    position: absolute;
    width: 340px;
    opacity: 0;
    transform: translateY(-120px);
    will-change: transform, opacity;
    color: #fff;
    pointer-events: none;
}

.div4-ico-gaming {
    width: 44px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(255, 255, 255, .12));
    justify-self: right;
    position: absolute;
    top: -50px;
    right: -35px;
}

.div4-ico-concept {
    width: 44px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(255,255,255,.12));
}

.div4-ico-diamond {
    width: 44px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(255,255,255,.12));
}

.div4-head {
    text-transform: uppercase;
    letter-spacing: .08em;
    line-height: 1;
}

.div4-head-diamond {
    text-transform: uppercase;
    letter-spacing: .08em;
    line-height: 1;
    width: 95px;
    justify-self: center;
    text-align: left;
}

.div4-high {
    display: block;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 300;
    font-size: 45px;
    opacity: .95;
    padding: 0;
}

.div4-word {
    display: block;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 800;
    font-size: 44px;
    letter-spacing: .04em;
    line-height: 35px;
}

.div4-ico-gaming {
    width: 64px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(255, 255, 255, .12));
    justify-self: right;
    position: absolute;
    top: -70px;
    right: -55px;
}

.div4-ico-diamond {
    width: 74px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(255, 255, 255, .12));
    justify-self: center;
}

.div4-ico-concept {
    width: 64px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(255, 255, 255, .12));
    position: absolute;
    top: -70px;
    left: -50px;
}

.div4-copy-gaming {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 18px;
    opacity: 1;
    max-width: 300px;
    margin: 10px 0 0 0;
    line-height: 15px;
}

.div4-copy-diamond {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 18px;
    opacity: 1;
    max-width: 300px;
    margin: 10px 0 0 0;
    line-height: 15px;
    width: 255px;
    text-align: right;
}

.div4-copy-concept {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 18px;
    opacity: 1;
    max-width: 300px;
    width: 210px;
    text-align: right;
    position: absolute;
    left: -25px;
    margin: 10px 0 0 0;
    line-height: 15px;
}

/* posições no estilo do print */
.div4-gaming {
    left: 14%;
    top: 39%;
    font-family: "Darker Grotesque", sans-serif;
    transform: translateY(-50%) translateY(120px);
    text-align: right;
    width: 305px;
    font-size: 18px;
}

.div4-concept {
    right: 10%;
    top: 34%;
    font-family: "Darker Grotesque", sans-serif;
    transform: translateY(-50%) translateY(120px);
    text-align: left;
    font-size: 18px;
}

.div4-diamond {
    left: 50%;
    top: 60%;
    font-family: "Darker Grotesque", sans-serif;
    transform: translate(-50%, -50%) translateY(120px);
    text-align: center;
    font-size: 18px;
}

/* POV */
.div4-pov {
    position: absolute;
    left: 18px;
    bottom: 14px;
    font-family: "Darker Grotesque", sans-serif;
    font-size: 12px;
    letter-spacing: .08em;
    opacity: .7;
    pointer-events: none;
}

/* responsivo */
@media (max-width: 980px) {
    .div4-item {
        width: 86vw;
    }

    .div4-gaming {
        left: 7%;
        top: 34%;
        text-align: left;
    }

    .div4-concept {
        right: auto;
        left: 7%;
        top: 58%;
    }

    .div4-diamond {
        left: 50%;
        top: 80%;
        width: 88vw;
        text-align: left;
    }

    .div4-word {
        font-size: 30px;
    }
}


/* =========================
   START: CSS DIV5 (P.O.V / 3 COLUNAS)
========================= */

.div5 {
    position: relative;
    height: 65vh;
    background: #000;
    z-index: 11000;
    overflow: visible;
}

.div5-stage {
    position: sticky;
    border-bottom: 1px solid rgba(255, 255, 255, .35);
    top: 0;
    height: 60vh;
    background: #000;
    overflow: hidden;
}


.div5-topbar {
    position: relative;
    height: 120px;
    display: grid;
    place-items: center;
    border-top: 1px solid rgba(255, 255, 255, .35);
    align-items: end;
}

.div5-logo {
    font-family: 'Alyk', sans-serif;
    font-weight: 400;
    font-size: 64px;
    letter-spacing: .10em;
    transform: translateY(6px);
}

.div5-topline {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(255,255,255,.35);
}

/* grid 3 colunas */
.div5-grid {
    height: calc(60vh - 120px);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.div5-col {
    position: relative;
    padding: 72px 115px;
    border-right: 1px solid rgba(255,255,255,.35);
}

    .div5-col:last-child {
        border-right: none;
    }

/* tipografia */
.div5-title {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: .02em;
    line-height: 1.15;
    margin: 0 0 18px 0;
    text-transform: uppercase;
}

.div5-title-light {
    font-weight: 500;
    text-transform: none;
}

.div5-text {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.25;
    opacity: .82;
    max-width: 44ch;
    margin: 0;
}

/* botão quadrado */
.div5-cta {
    position: absolute;
    right: 64px;
    bottom: 56px;
    width: 44px;
    height: 44px;
    border: 0;
    display: grid;
    place-items: center;
    text-decoration: none;
    background: rgba(255,255,255,.06);
    backdrop-filter: blur(6px);
    transition: transform .18s ease;
}

    .div5-cta:hover {
        transform: translate(2px,-2px);
        transition: .3s ease-in-out;
    }

    .div5-cta img {
        width: 35px;
        height: 35px;
        stroke: rgba(255,255,255,.9);
        stroke-width: 2.2;
        fill: none;
    }

/* responsivo */
@media (max-width: 980px) {
    .div5-grid {
        grid-template-columns: 1fr;
        height: auto;
    }

    .div5-stage {
        overflow: auto;
    }

    .div5-col {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.35);
        padding: 44px 22px;
        min-height: 60vh;
    }

    .div5-cta {
        right: 22px;
        bottom: 22px;
    }
}

/* =========================
   BOLHA DIV5
========================= */
.bubble-run5 {
    position: absolute;
    left: 460px;
    width: 400px;
    top: 350px;
    z-index: 15000;
    pointer-events: none;
    opacity: 0;
    transform: translateY(140px);
    will-change: transform, opacity;
}

/* =========================
   START: CSS DIV6 (FEATURED PROJECTS)
========================= */
.div6 {
    position: relative;
    min-height: 90vh;
    background: #000;
    color: #fff;
    padding: 72px 88px 56px;
    overflow: hidden;
}

/* topo */
.div6-top {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin: 50px 0 0 0;
}

/* "fonte da div5" */
.div6-top-title {
    margin: 0;
    font-family: 'Alyk', sans-serif;
    font-weight: 400;
    font-size: 64px;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

/* bolha topo direita */
.div6-top-bubble {
    width: 360px;
    height: auto;
    object-fit: contain;
    opacity: .95;
    pointer-events: none;
    transform: translateY(-12px);
}

/* lista */
.div6-list {
    border-top: 0;
}

.div6-row {
    position: relative;
    display: block;
    text-decoration: none;
    color: inherit;
    height: 190px !important;
    border-bottom: 1px solid rgba(255, 255, 255, .35);
    overflow: hidden;
}

/* fundo */
.div6-row-bg {
    position: absolute;
    inset: 0;
    background: center/cover no-repeat;
    opacity: 0; /* começa invisível */
    transform: scale(1.04);
    filter: grayscale(1) contrast(1.05) brightness(.78);
    transition: opacity .28s ease, transform .45s ease, background-position .8s ease;
    will-change: opacity, transform, background-position;
}

/* conteúdo da linha */
.div6-row-inner {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 0 22px;
}

/* tipografia geral */
.div6-row-text {
    max-width: 62ch;
}

.div6-row-title {
    margin: 0 0 10px 0;
    font-family: 'CODE PRO';
    font-weight: bolder;
    font-size: 50px;
    width: 700px;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.div6-row-desc {
    margin: 0;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 17px;
    padding: 0 15px;
    opacity: 1;
    line-height: 1.25;
    max-width: 56ch;
}

/* botão quadrado com seta */
.div6-out-img {
    width: 52px;
    height: 52px;
    border: 1px solid rgba(255,255,255,.40);
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.04);
    backdrop-filter: blur(6px);
    flex: 0 0 auto;
}

    .div6-out-img:hover {
        transform: translate(2px,-2px);
        transition: .3s ease-in-out;
    }

/* “card” da direita (linha do meio) */
.div6-row--with-card .div6-row-card {
    border: 0;
    background: center / cover no-repeat;
    opacity: 0;
    transform: translateX(34px) scale(1.02);
    transition: opacity .28s ease, transform .45s ease;
    filter: saturate(1.15) contrast(1.05);
    flex: 0 0 auto;
    position: absolute;
    right: 170px;
    top: 0px;
    width: 564px;
    height: 150px;
}


/* hover: cresce + revela imagem + leve movimento */
.div6-row:hover .div6-row-bg {
    opacity: 1;
    transform: scale(1.01);
    background-position: 56% 50%; /* movimento */
}

.div6-row:hover .div6-row--with-card .div6-row-card {
    /* não pega (classe no próprio row) */
    /* deixo aqui só pra evitar confusão */
}

.div6-row.div6-row--with-card:hover .div6-row-card {
    opacity: 1;
    transform: translateX(0) scale(1.00);
}

/* deixa o texto mais “lendo em cima do fundo” */
.div6-row:hover .div6-row-desc {
    opacity: .86;
}

.div6-row:hover .div6-out {
    transform: translate(2px,-2px);
    transition: .18s ease;
}

/* rodapé ALL PROJECTS */
.div6-bottom {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.div6-all {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #fff;
    font-family: "Darker Grotesque", sans-serif;
    letter-spacing: .10em;
    text-transform: uppercase;
    opacity: .92;
}

.div6-all-bubble {
    width: 54px;
    height: 34px;
    border: 0;
    display: inline-block;
    opacity: 1;
    position: absolute;
}

.div6-all-text {
    font-size: 25px;
    padding: 0 0px 0 22px;
}



.div6-out--sm {
    width: 30px;
    height: 30px;
}

    .div6-out--sm::before {
        width: 10px;
        height: 10px;
        border-right-width: 2px;
        border-top-width: 2px;
    }

.img-footer-div6 {
    width: 15px;
    height: 15px;
}

    .img-footer-div6:hover {
        transform: translate(2px, -2px);
        transition: .3s ease-in-out;
    }


/* responsivo */
@media (max-width: 1100px) {
    .div6 {
        padding: 56px 22px 44px;
    }

    .div6-top-title {
        font-size: 52px;
    }

    .div6-top-bubble {
        width: 220px;
    }

    .div6-row-title {
        font-size: 30px;
    }

    .div6-row.div6-row--with-card .div6-row-card {
        display: none;
    }
}

/* =========================
   START: CSS DIV7
========================= */
.div7 {
    position: relative;
    height: 60vh;
    min-height: 420px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* moldura + linhas finas */
.div7-frame {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, .38);
    display: grid;
    grid-template-columns: 40% 60%;
    overflow: hidden;
}

/* esquerda (foto) */
.div7-left {
    position: relative;
    border-right: 0;
    overflow: hidden;
}

/* fundo P&B (troque a imagem) */
.div7-photo {
    position: absolute;
    inset: 0;
    background: url("assets/img_div7.png") left center/cover no-repeat;
    transform: scale(1.02);
}

/* box do filtro (quadrado colorido) */
.div7-filter-box {
    position: absolute;
    left: 26%;
    top: 50%;
    width: 230px;
    height: 230px;
    transform: translateY(-50%);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
}

/* o filtro em si (começa “embaixo” e invisível) */
.div7-filter {
    position: absolute;
    inset: 0;
    background: url("assets/slide7_filter.jpg") center/cover no-repeat;
    transform: translateY(110%); /* ✅ começa fora, por baixo */
    opacity: 0; /* ✅ fade in */
    will-change: transform, opacity;
}

/* direita (texto) */
.div7-right {
    position: relative;
    padding: 46px 58px 34px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* quote grande */
.div7-quote {
    margin: 0 0 22px 0;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 300;
    font-size: 48px;
    line-height: 1.2;
    opacity: 1;
    text-align: right;
}

/* autor */
.div7-author {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: .08em;
    opacity: .75;
    margin-bottom: 15px;
    text-align: right;
}

/* bio (pequena, alinhada à direita no print) */
.div7-bio {
    margin: 0;
    max-width: 56ch;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.35;
    opacity: .75;
    align-self: flex-end;
    text-align: right;
}

/* responsivo */
@media (max-width: 980px) {
    .div7 {
        height: auto;
        min-height: unset;
        padding: 14px;
    }

    .div7-frame {
        grid-template-columns: 1fr;
        height: auto;
    }

    .div7-left {
        min-height: 320px;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.30);
    }

    .div7-right {
        padding: 28px 22px 22px;
    }

    .div7-filter-box {
        left: 18px;
        top: 18px;
        transform: none;
        width: 180px;
        height: 180px;
    }

    .div7-bio {
        align-self: flex-start;
        text-align: left;
    }
}


/* =========================
   START: CSS DIV8 (RECODE CULTURES)
========================= */
.div8 {
    position: relative;
    height: 220vh;
    background: #000;
    z-index: 50;
}

.div8-stage {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.30);
    background: #000;
}

/* fundo */
.div8-bg {
    position: absolute;
    inset: 0;
    background: url(assets/bg_div8.png) center center / cover no-repeat;
    filter: contrast(1.05) brightness(.55);
    transform: scale(1.02);
    background-position: top;
}

/* topo faixa + linha */
.div8-topbar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, .30);
    background: rgba(0, 0, 0, .55);
    z-index: 5;
}

/* marquee */
.div8-marquee {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.div8-track {
    display: inline-flex;
    gap: 22px;
    white-space: nowrap;
    will-change: transform;
    animation: div8Marquee 18s linear infinite;
    padding-left: 18px;
    font-family: 'Darker Grotesque';
    font-weight: 900;
    letter-spacing: .01em;
    font-size: 40px;
    text-transform: uppercase;
}

.div8-dot {
    opacity: 1;
    padding-top: 10px;
}

@keyframes div8Marquee {
    from {
        transform: translateX(0);
    }

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

/* inner layout */
.div8-inner {
    position: relative;
    height: 100%;
    padding-top: 70px;
    z-index: 3;
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 46% 54%;
    justify-items: center;
}

/* LEFT */
.div8-left {
    position: relative;
    padding: 150px 0 0 80px;
    width: 450px;
}

.div8-title {
    margin: 0;
    line-height: 0.9;
    letter-spacing: .01em;
    text-transform: uppercase;
    font-family: 'CODE PRO';
    font-size: 90px;
    font-weight: 900;
}

.div8-re {
    font-family: 'CODE PRO';
    opacity: 1;
    font-weight: 900;
}

.div8-cultures {
    display: inline-block;
    margin-top: 6px;
}

.div8-desc {
    margin: 10px 0 0 0;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.15;
    opacity: .85;
}

.div8-more {
    margin-top: 32px;
    display: inline-flex;
    gap: 14px;
    text-decoration: none;
    color: #fff;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 800;
    font-size: 30px;
    letter-spacing: .02em;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
}

    .div8-more img:hover {
        transform: translate(2px, -2px);
        transition: .3s ease-in-out;
    }

.div8-more-ico::before {
    content: "";
    width: 16px;
    height: 16px;
    border-right: 3px solid rgba(255,255,255,.95);
    border-top: 3px solid rgba(255,255,255,.95);
    transform: translate(1px,1px);
}

.div8-more:hover .div8-more-ico {
    transform: translate(2px,-2px);
    transition: .18s ease;
}

/* glitch rectangle inferior esquerdo */
.div8-glitch-left {
    position: absolute;
    left: 78px;
    bottom: 90px;
    width: 300px;
    height: 120px;
    background: url("assets/slide8_glitch_left.jpg") center/cover no-repeat;
    opacity: .95;
    mix-blend-mode: screen;
    border-radius: 2px;
    filter: saturate(1.2) contrast(1.15);
}

/* RIGHT */
.div8-right {
    position: relative;
    padding: 200px 78px 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.div8-right-head {
    width: min(540px, 100%);
    text-align: left;
    margin-bottom: 14px;
    line-height: 1;
}

.div8-season {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 21px;
    opacity: 1;
}

.div8-headline {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 900;
    letter-spacing: .02em;
    font-size: 29px;
    text-transform: uppercase;
}

/* card */
.div8-card {
    width: min(520px, 100%);
    height: 540px;
    background: rgba(0,0,0,.88);
    border: 1px solid rgba(255,255,255,.45);
    box-shadow: 0 20px 70px rgba(0,0,0,.55);
    overflow: hidden;
    position: relative;
}

.div8-card-media {
    height: 235px;
    background: url(assets/img2_div8.png) left / cover no-repeat;
    filter: contrast(1.05) brightness(.92) saturate(1.15);
    position: relative;
    width: 400px;
    background-size: 90%;
}

    /* linha branca dentro do media (como no print) */
    .div8-card-media::after {
        content: "";
        position: absolute;
        width: 250px;
        left: 135px;
        right: 40px;
        bottom: -5px;
        height: 3px;
        background: rgba(255, 255, 255, .90);
        opacity: 1;
    }

/* texto do card */
.div8-card-body {
    padding: 26px 65px;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    opacity: .9;
    height: 200px;
    align-content: center;
}

    .div8-card-body b {
        font-weight: 900;
    }

/* BOLHA (presa no palco; vai subir no scroll via GSAP) */
.div8-bubble {
    position: absolute;
    left: 220px;
    bottom: -220px; /* começa bem fora (pra entrar de baixo) */
    width: 420px;
    z-index: 6;
    pointer-events: none;
    filter: drop-shadow(0 24px 60px rgba(0,0,0,.55));
    opacity: 0;
    will-change: transform, opacity;
    transform: translate3d(0,0,0);
}

/* responsivo */
@media (max-width: 980px) {
    .div8-inner {
        grid-template-columns: 1fr;
    }

    .div8-left {
        padding: 70px 18px 0 22px;
    }

    .div8-right {
        padding: 30px 22px 0 22px;
        align-items: flex-start;
    }

    .div8-right-head, .div8-card {
        width: 100%;
    }

    .div8-card {
        height: 520px;
    }

    .div8-glitch-left {
        left: 22px;
        width: 240px;
        height: 98px;
    }

    .div8-bubble {
        left: 18px;
        width: 320px;
    }
}

/* altura total do scroll (ajuste fino) */
.div9 {
    position: relative;
    height: 240vh; /* controla o “tempo” do scroll da última sessão */
    background: #000;
    z-index: 80;
}

/* palco sticky */
.div9-stage {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    background: #000;
}

/* borda externa */
.div9-border {
    position: absolute;
    inset: 18px;
    z-index: 20;
    pointer-events: none;
}

/* BG base (sem filtro) */
.div9-bg {
    position: absolute;
    inset: 0;
    background: url(assets/div9_bg.png) center / cover no-repeat;
    z-index: 1;
    transform: scale(1.02);
    background-size: 800px;
    background-position-y: 560px;
    background-position-x: 480px;
}

/* Overlay filtro (imagem 100% alinhada com o BG) */
.div9-filter {
    position: absolute;
    inset: 0;
    background: url(assets/div9_bg2.png) center / cover no-repeat;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    clip-path: inset(100% 0 0 0);
    will-change: clip-path, opacity;
    background-size: 80px;
    background-position-x: 654px;
    background-position-y: 582px;
    width: 100%;
}

.div9-bg, .div9-filter {
    transform: scale(1.02);
}


/* FAIXAS (imagem única) */
.div9-ribbons {
    position: absolute;
    left: 50%;
    top: 18%;
    width: min(1220px, 92vw);
    transform: translate(-50%, -50%);
    z-index: 6;
    pointer-events: none;
    will-change: transform;
    width: 110%;
}

/* linha horizontal acima do marquee */
.div9-line {
    position: absolute;
    left: 0;
    right: 0;
    top: 46%;
    height: 1px;
    background: rgba(255,255,255,.28);
    z-index: 6;
    pointer-events: none;
}

/* MARQUEE */
.div9-marquee {
    position: absolute;
    left: 0;
    right: 0;
    top: 46%;
    height: 100px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,.28);
    border-bottom: 1px solid rgba(255,255,255,.28);
    background: rgba(0,0,0,.55);
    z-index: 6;
}

.div9-track {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    gap: 28px;
    padding-left: 18px;
    font-family: "Alyk", sans-serif;
    font-size: 44px;
    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
    animation: div9Marquee 16s linear infinite;
    will-change: transform;
    padding: 35px 0 0 0;
}

    .div9-track img {
        margin-bottom: 40px;
    }

.div9-bubbleDot {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.6);
    opacity: .35;
    transform: translateY(2px);
}

@keyframes div9Marquee {
    from {
        transform: translateX(0);
    }

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

/* CONTEÚDO CENTRAL (GET IN TOUCH) */
.div9-center {
    position: absolute;
    left: 50%;
    top: 66%;
    transform: translate(-50%, -50%);
    width: min(1280px, 92vw);
    display: grid;
    grid-template-columns: 340px 1fr 380px;
    align-items: center;
    gap: 22px;
    z-index: 8;
}

/* poster esquerdo (base limpa, o filtro entra por cima do palco todo) */
.div9-leftPoster {
    width: 340px;
    height: 210px;
    background: url("assets/div9_left_poster.jpg") center/cover no-repeat;
    filter: contrast(1.05) brightness(.95);
}

/* CTA */
.div9-cta {
    justify-self: center;
    display: inline-flex;
    align-items: flex-end;
    gap: 18px;
    text-decoration: none;
    color: #fff;
}

.div9-ctaTitle {
    font-family: 'Darker Grotesque';
    font-weight: 900;
    font-size: 75px;
    line-height: .68;
    letter-spacing: .01em;
    text-transform: uppercase;
    padding-top: 160px;
}

.div9-cta a:hover {
    transform: translate(2px,-2px);
    transition: .3s ease-in-out;
}

/* fragmentos (opcional) */
.div9-frags {
    width: 380px;
    justify-self: end;
    opacity: .95;
    pointer-events: none;
}

/* BOLHA DIV9 (vai subir no scroll, sai de “baixo do footer”) */
.div9-bubble {
    position: absolute;
    left: 58%;
    bottom: -260px; /* começa abaixo do rodapé */
    width: 480px;
    z-index: 9; /* fica “atrás do footer” no começo (footer é 12) */
    pointer-events: none;
    opacity: 1;
    will-change: transform, opacity;
}

/* FOOTER */
.div9-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    color: #111;
    z-index: 12;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    overflow: hidden;
    will-change: transform;
}

.div9-footerInner {
    width: min(1200px, 92vw);
    margin: 0 auto;
    padding: 20px 0 30px 0;
    display: grid;
    grid-template-columns: 1fr .3fr 2fr;
    gap: 22px;
    align-items: start;
    font-family: "Darker Grotesque", sans-serif;
}

.div9-footLogo {
    font-family: "CODE PRO", sans-serif;
    font-weight: 900;
    letter-spacing: .04em;
    font-size: 22px;
    margin-bottom: 8px;
}

.div9-footH {
    font-weight: 800;
    font-size: 15px;
    letter-spacing: .02em;
    text-transform: none;
    margin-bottom: 8px;
}

.div9-footSmall {
    font-size: 14px;
    line-height: 1.35;
    opacity: 1;
    color: black;
}

.div9-footCopy {
    margin-top: 16px;
    font-size: 13px;
    opacity: 1;
}

/* responsivo básico */
@media (max-width: 980px) {
    .div9-center {
        grid-template-columns: 1fr;
        top: 68%;
        gap: 16px;
        text-align: center;
    }

    .div9-leftPoster {
        margin: 0 auto;
    }

    .div9-frags {
        display: none;
    }

    .div9-ctaTitle {
        font-size: 48px;
    }

    .div9-ribbons {
        top: 16%;
    }

    .div9-track {
        font-size: 34px;
    }

    .div9-bubble {
        left: 50%;
        width: 360px;
        transform: translateX(-50%);
    }

    .div9-footerInner {
        grid-template-columns: 1fr;
        padding: 18px 0 22px 0;
    }
}

/*===================
  -- RESPONSIVO --
=====================*/

/* =========================================================
   RESPONSIVO CIRÚRGICO (SEU LAYOUT ATUAL)
   (Use DEPOIS de prefixar tudo em #gofw)
========================================================= */

/* evita estouro lateral sem afetar o WP */
#gofw {
    overflow-x: clip;
}

/* ======= 1440 -> 1200 ======= */
@media (max-width: 1200px) {
    #gofw .p1-logo-small {
        width: 110px;
    }

    #gofw .p1-logo-big {
        width: 260px;
    }

    #gofw .div6-row-title {
        width: auto;
        max-width: 100%;
    }

    #gofw .div6-row-desc {
        max-width: 60ch;
    }

    #gofw .div5-col {
        padding: 56px 70px;
    }

    #gofw .bubble-run5 {
        left: 320px;
        width: 340px;
    }
}

/* ======= TABLET / NOTEBOOK <= 980 ======= */
@media (max-width: 980px) {

    /* painel 1 */
    #gofw .p1-top-left {
        left: 18px;
        top: 18px;
    }

    #gofw .p1-top-right {
        right: 18px;
        top: 18px;
    }

    #gofw .p1-top-border {
        left: 18px;
        width: calc(100% - 36px);
        top: 68px;
    }

    #gofw .p1-bottom-left {
        left: 18px;
        bottom: 22px;
        font-size: 16px;
        letter-spacing: .08em;
    }

    #gofw .p1-bottom-right {
        right: 18px;
        bottom: 18px;
        transform: scale(.9);
        transform-origin: right bottom;
    }

    /* painéis 2 e 3 (não estourar) */
    #gofw .p2-bubbles {
        right: 10vw;
        height: 92vh;
    }

    #gofw .p3-bubbles {
        right: 0;
        height: 44vh;
    }

    /* div2 */
    #gofw .div2-bg {
        height: 86vh;
        background-size: cover;
        background-position: center;
    }

    #gofw .div2-columns {
        flex-wrap: wrap;
        height: auto;
        padding: 24px 18px;
        gap: 22px;
        justify-content: flex-start;
    }

    #gofw .div2-block {
        width: 100%;
        max-width: 560px;
    }

    #gofw .div2-extra-text {
        left: 18px;
        bottom: 140px;
    }

        #gofw .div2-extra-text .linha2 {
            margin-left: 0;
        }

    #gofw .bubble-run {
        width: 320px;
        right: -55px;
    }

    /* div4 */
    #gofw .div4 {
        height: 200vh;
    }

    #gofw .div4-gaming {
        left: 7%;
        top: 30%;
        text-align: left;
        width: 86vw;
    }

    #gofw .div4-concept {
        left: 7%;
        right: auto;
        top: 52%;
        text-align: left;
        width: 86vw;
    }

    #gofw .div4-diamond {
        top: 78%;
        width: 88vw;
        text-align: left;
    }

    /* div5 */
    #gofw .div5 {
        height: auto;
    }

    #gofw .div5-stage {
        height: auto;
        position: relative;
        top: auto;
    }

    #gofw .div5-grid {
        grid-template-columns: 1fr;
        height: auto;
    }

    #gofw .div5-col {
        padding: 34px 22px;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.35);
    }

    #gofw .bubble-run5 {
        left: 50%;
        top: 260px;
        width: 300px;
        transform: translateX(-50%) translateY(140px);
    }

    /* div6 */
    #gofw .div6 {
        padding: 56px 18px 44px;
    }

    #gofw .div6-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    #gofw .div6-top-bubble {
        width: 240px;
        transform: none;
    }

    #gofw .div6-row-inner {
        flex-wrap: wrap;
        gap: 14px;
        padding: 18px 14px;
    }

    #gofw .div6-row-title {
        font-size: 30px;
        width: auto;
    }

    #gofw .div6-row-desc {
        font-size: 16px;
        padding: 0;
    }

    #gofw .div6-row.div6-row--with-card .div6-row-card {
        display: none;
    }

    /* div7 */
    #gofw .div7 {
        height: auto;
        min-height: unset;
        padding: 14px;
    }

    #gofw .div7-frame {
        grid-template-columns: 1fr;
        height: auto;
    }

    #gofw .div7-left {
        min-height: 320px;
        border-bottom: 1px solid rgba(255,255,255,.30);
    }

    #gofw .div7-right {
        padding: 28px 18px 22px;
    }

    #gofw .div7-quote {
        font-size: 36px;
        text-align: left;
    }

    #gofw .div7-author, #gofw .div7-bio {
        text-align: left;
        align-self: flex-start;
    }

    /* div8 */
    #gofw .div8-inner {
        grid-template-columns: 1fr;
        padding: 70px 18px 0;
        justify-items: start;
    }

    #gofw .div8-left {
        padding: 0;
        width: 100%;
    }

    #gofw .div8-right {
        padding: 28px 0 0;
        width: 100%;
        align-items: flex-start;
    }

    #gofw .div8-title {
        font-size: 56px;
    }

    #gofw .div8-card {
        width: 100%;
        height: auto;
    }

    #gofw .div8-card-body {
        height: auto;
        padding: 22px;
    }

    /* div9 */
    #gofw .div9-center {
        grid-template-columns: 1fr;
        top: 68%;
        text-align: center;
    }

    #gofw .div9-leftPoster {
        width: min(340px, 88vw);
        margin: 0 auto;
    }

    #gofw .div9-frags {
        display: none;
    }

    #gofw .div9-ctaTitle {
        font-size: 52px;
        padding-top: 0;
    }

    #gofw .div9-ribbons {
        width: 120%;
        top: 16%;
    }

    #gofw .div9-track {
        font-size: 28px;
    }

    #gofw .div9-bubble {
        left: 50%;
        width: 320px;
        transform: translateX(-50%);
    }

    #gofw .div9-footerInner {
        grid-template-columns: 1fr;
        width: 100%;
        padding: 18px 18px 22px;
    }
}

/* ======= MOBILE <= 480 ======= */
@media (max-width: 480px) {
    #gofw .p1-btn-bolha {
        width: 60px;
        right: 110px;
    }

    #gofw .p1-codepro {
        font-size: 12px;
        letter-spacing: .20em;
    }

    #gofw .marquee-content {
        font-size: 30px;
    }

    #gofw .dark {
        font-size: 54px;
    }

    #gofw .div9-marquee {
        height: 84px;
    }
}

/* ============================================== PORTFOLIO =============================================== */

@import url('https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');

@font-face {
    font-family: 'CODE PRO';
    src: url('assets/fonts/CODEBold.otf') format('opentype');
    font-weight: bold;
}

@font-face {
    font-family: 'CODE PRO';
    src: url('assets/fonts/CODELight.otf') format('opentype');
    font-weight: normal;
}

@font-face {
    font-family: 'Alyk';
    src: url('assets/fonts/AlykRegular.woff') format('woff'), url('assets/fonts/AlykRegular.ttf') format('truetype'), url('assets/fonts/Alyk_FW.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body {
    margin: 0;
    padding: 0;
    background: #000;
    color: white;
}

/* ========================
   PAINEL 1 — FIXO NO TOPO
========================= */
.painel-1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    z-index: 10;
}


/* ELEMENTOS DO PAINEL 1 */
.p1-top-left {
    position: absolute;
    top: 32px;
    left: 64px;
}

.p1-logo-small {
    width: 120px;
}

.p1-top-right {
    position: absolute;
    top: 32px;
    right: 64px;
    display: flex;
    gap: 12px;
    align-items: center;
    z-index: 9999; /* AGORA FICA SEMPRE NO TOPO */
    position: absolute;
}

.p1-codepro {
    font-family: 'CODE PRO';
    font-weight: bold;
    letter-spacing: 0.28em;
    font-size: 14px;
}

.p1-btn-bolha {
    width: 70px;
    position: absolute;
    right: 140px;
}

.p1-btn-hover {
    width: 22px;
    transition: .25s;
    cursor: pointer;
    z-index: 99999 !important;
    pointer-events: auto;
}

.p1-top-right:hover .p1-btn-hover {
    transform: translate(4px, -4px);
}

.p1-top-border {
    position: absolute;
    top: 82px;
    left: 64px;
    width: calc(100% - 128px);
    height: 1px;
    background: #fff;
    opacity: .6;
}

.p1-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.p1-logo-big {
    width: 300px;
}

.p1-bottom-left {
    position: absolute;
    left: 60px;
    bottom: 60px;
    font-family: "Darker Grotesque", sans-serif !important;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.12em;
    line-height: 1;
}

.p1-bottom-right {
    position: absolute;
    right: 60px;
    bottom: 60px;
}


.scroll-wrapper {
    width: 150px;
    height: 150px;
    position: relative;
}

.scroll-svg {
    animation: rotateCircle 8s linear infinite;
    font-family: "Darker Grotesque", sans-serif !important;
}

.scroll-bubble {
    width: 85px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes rotateCircle {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

/* ============================
   PAINEL 2 E 3 (QUE SOBEM)
============================== */

.painel-2,
.painel-3 {
    position: relative;
    height: 80vh; /* altura correta para eliminar buracos */
    background: transparent;
    z-index: 20;
    pointer-events: none;
}

/* bolhas painel 2 */
.p2-bubbles {
    position: absolute;
    right: 400px;
    bottom: -100vh; /* começa abaixo da tela */
    height: 100vh;
    z-index: 3;
}

/* bolhas painel 3 */
.p3-bubbles {
    position: absolute;
    right: 0;
    bottom: 0vh;
    height: 50vh;
    z-index: 2;
}

/* ============================
   CONTEÚDO FINAL
============================== */
.div2 {
    position: relative;
    background: #111;
    min-height: 100vh;
    z-index: 25;
}

.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: #000;
    padding: 10px 0;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}

.marquee-content {
    display: inline-block;
    animation: marqueeMove 28s linear infinite;
    font-size: 42px;
    letter-spacing: 0.15em;
    color: #fff;
}

/* Fontes individuais */
.alyk {
    font-family: 'Alyk', sans-serif;
}

.dark {
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: lighter;
    letter-spacing: 0.12em;
    font-size: 70px;
}

/* Animação infinita */
@keyframes marqueeMove {
    from {
        transform: translateX(0);
    }

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

/* barra superior */
.div2-topbar {
    width: 100%;
    background: #000;
    padding: 22px 0;
    text-align: center;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}

    .div2-topbar span {
        font-family: 'Alyk', sans-serif;
        font-size: 32px;
        letter-spacing: 0.15em;
    }

/* imagem de fundo que já contém tudo */
.div2-bg {
    width: 100%;
    background-image: url(assets/slide2.png);
    background-size: auto;
    background-position: center;
    position: relative;
    overflow: hidden;
    height: 90vh;
    background-repeat: no-repeat;
}

/* colunas internas */
.div2-columns {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 3;
    height: 500px;
    justify-content: center;
    align-items: center;
}

/* bloco individual */
.div2-block {
    width: 18%;
    cursor: pointer;
    position: relative;
    display: inline-grid;
    justify-items: start;
    justify-content: end;
}

/* ícones */
.div2-icon {
    width: 60px;
}

/* títulos */
.div2-block h3 {
    font-family: 'Darker Grotesque', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    margin: 10px 0;
}


/* hover no bloco */
.div2-block:hover .div2-popup {
    opacity: 1;
    max-height: 240px;
}

.textoSlide2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 250px;
}

/* bolha por cima */
.div2-bubbles {
    position: absolute;
    bottom: -20px;
    right: 140px;
    width: 420px;
    z-index: 5;
    opacity: 0.8;
    pointer-events: none;
}

/* FRASES ADICIONAIS — TEXTO RECUADO NO ESTILO DA IMAGEM */
.div2-extra-text {
    position: absolute;
    bottom: 245px;
    left: 50px;
    display: flex;
    flex-direction: column;
    z-index: 10;
    gap: 20px;
}

    .div2-extra-text p {
        font-family: "Darker Grotesque", sans-serif;
        font-weight: 300;
        font-size: 32px;
        letter-spacing: 0.04em;
        color: #fff;
        margin: 0;
        line-height: 1.1;
    }

    /* primeira linha mais recuada */
    .div2-extra-text .linha1 {
        margin-left: 0px;
    }

    /* segunda linha mais avançada  — igual à imagem anexada */
    .div2-extra-text .linha2 {
        margin-left: 180px;
    }

.bubble-run {
    position: absolute;
    right: -25px;
    transform: translateX(-50%);
    bottom: -700px;
    width: 450px;
    z-index: 999;
    pointer-events: none;
}

.bubble-scroll-area {
    height: 0vh; /* controla o quanto a bolha continua subindo */
    background: transparent;
}


/* =========================
   START: CSS DIV3 (VÍDEO SIMPLES COM CAPA)
========================= */
.div3 {
    position: relative;
    min-height: 100vh;
    background: #000;
    overflow: hidden;
}

.div3-video-wrap {
    position: relative;
    width: 100%;
    height: 100vh;
}

/* capa */
.div3-poster {
    position: absolute;
    inset: 0;
    background: url("assets/gofw_video.png") center/cover no-repeat;
    filter: contrast(1.05) brightness(.85);
    transform: scale(1.02);
    z-index: 1;
}

/* vídeo */
.div3-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    opacity: 0;
}

/* play overlay */
.div3-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 74px;
    height: 74px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.35);
    background: rgba(0,0,0,.25);
    backdrop-filter: blur(6px);
    display: grid;
    place-items: center;
    z-index: 3;
    cursor: pointer;
}

    .div3-play:hover {
        transform: translate(-50%,-50%) scale(1.04);
    }


.div3-play-icon {
    width: 0;
    height: 0;
    border-left: 18px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 3px;
    opacity: .9;
}

/* quando toca: some capa e botão, aparece vídeo */
.div3.is-playing .div3-poster {
    opacity: 0;
    transition: opacity .25s ease;
}

.div3.is-playing .div3-video {
    opacity: 1;
    transition: opacity .25s ease;
}

.div3.is-playing .div3-play {
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}


/* =========================
   START: CSS DIV4 (OVERRIDE TOTAL + CANVAS + SCROLL)
========================= */

/* garante que o vídeo (div3) não “suma” por z-index */
.div3 {
    position: relative;
    z-index: 1;
}

/* DIV4: altura grande pra ter animação; sem background sólido */
.div4 {
    position: relative;
    height: 220vh;
    background: transparent !important;
    display: block !important;
    padding: 0 !important;
    z-index: 9999;
}

/* palco sticky */
.div4-stage {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    background: transparent !important;
}

/* fundo (começa invisível, JS sobe pra 1) */
.div4-bg {
    position: absolute;
    inset: 0;
    background: url("assets/slide4.png") center/cover no-repeat !important;
    opacity: 0;
    transform: scale(1.02);
    will-change: opacity, transform;
}

/* vinheta */
.div4-vignette {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%, rgba(0,0,0,.35) 70%, rgba(0,0,0,.70) 100%);
    opacity: .90;
    pointer-events: none;
}

/* canvas das linhas */
.div4-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    will-change: opacity;
}

/* itens (começam ocultos e sobem) */
.div4-item {
    position: absolute;
    width: 340px;
    opacity: 0;
    transform: translateY(-120px);
    will-change: transform, opacity;
    color: #fff;
    pointer-events: none;
}

.div4-ico-gaming {
    width: 44px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(255, 255, 255, .12));
    justify-self: right;
    position: absolute;
    top: -50px;
    right: -35px;
}

.div4-ico-concept {
    width: 44px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(255,255,255,.12));
}

.div4-ico-diamond {
    width: 44px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(255,255,255,.12));
}

.div4-head {
    text-transform: uppercase;
    letter-spacing: .08em;
    line-height: 1;
}

.div4-head-diamond {
    text-transform: uppercase;
    letter-spacing: .08em;
    line-height: 1;
    width: 95px;
    justify-self: center;
    text-align: left;
}

.div4-high {
    display: block;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 300;
    font-size: 45px;
    opacity: .95;
    padding: 0;
}

.div4-word {
    display: block;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 800;
    font-size: 44px;
    letter-spacing: .04em;
    line-height: 35px;
}

.div4-ico-gaming {
    width: 64px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(255, 255, 255, .12));
    justify-self: right;
    position: absolute;
    top: -70px;
    right: -55px;
}

.div4-ico-diamond {
    width: 74px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(255, 255, 255, .12));
    justify-self: center;
}

.div4-ico-concept {
    width: 64px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(255, 255, 255, .12));
    position: absolute;
    top: -70px;
    left: -50px;
}

.div4-copy-gaming {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 18px;
    opacity: 1;
    max-width: 300px;
    margin: 10px 0 0 0;
    line-height: 15px;
}

.div4-copy-diamond {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 18px;
    opacity: 1;
    max-width: 300px;
    margin: 10px 0 0 0;
    line-height: 15px;
    width: 255px;
    text-align: right;
}

.div4-copy-concept {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 18px;
    opacity: 1;
    max-width: 300px;
    width: 210px;
    text-align: right;
    position: absolute;
    left: -25px;
    margin: 10px 0 0 0;
    line-height: 15px;
}

/* posições no estilo do print */
.div4-gaming {
    left: 14%;
    top: 39%;
    font-family: "Darker Grotesque", sans-serif;
    transform: translateY(-50%) translateY(120px);
    text-align: right;
    width: 305px;
    font-size: 18px;
}

.div4-concept {
    right: 10%;
    top: 34%;
    font-family: "Darker Grotesque", sans-serif;
    transform: translateY(-50%) translateY(120px);
    text-align: left;
    font-size: 18px;
}

.div4-diamond {
    left: 50%;
    top: 60%;
    font-family: "Darker Grotesque", sans-serif;
    transform: translate(-50%, -50%) translateY(120px);
    text-align: center;
    font-size: 18px;
}

/* POV */
.div4-pov {
    position: absolute;
    left: 18px;
    bottom: 14px;
    font-family: "Darker Grotesque", sans-serif;
    font-size: 12px;
    letter-spacing: .08em;
    opacity: .7;
    pointer-events: none;
}

/* responsivo */
@media (max-width: 980px) {
    .div4-item {
        width: 86vw;
    }

    .div4-gaming {
        left: 7%;
        top: 34%;
        text-align: left;
    }

    .div4-concept {
        right: auto;
        left: 7%;
        top: 58%;
    }

    .div4-diamond {
        left: 50%;
        top: 80%;
        width: 88vw;
        text-align: left;
    }

    .div4-word {
        font-size: 30px;
    }
}


/* =========================
   START: CSS DIV5 (P.O.V / 3 COLUNAS)
========================= */

.div5 {
    position: relative;
    height: 65vh;
    background: #000;
    z-index: 11000;
    overflow: visible;
}

.div5-stage {
    position: sticky;
    border-bottom: 1px solid rgba(255, 255, 255, .35);
    top: 0;
    height: 60vh;
    background: #000;
    overflow: hidden;
}


.div5-topbar {
    position: relative;
    height: 120px;
    display: grid;
    place-items: center;
    border-top: 1px solid rgba(255, 255, 255, .35);
    align-items: end;
}

.div5-logo {
    font-family: 'Alyk', sans-serif;
    font-weight: 400;
    font-size: 64px;
    letter-spacing: .10em;
    transform: translateY(6px);
}

.div5-topline {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(255,255,255,.35);
}

/* grid 3 colunas */
.div5-grid {
    height: calc(60vh - 120px);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.div5-col {
    position: relative;
    padding: 72px 115px;
    border-right: 1px solid rgba(255,255,255,.35);
}

    .div5-col:last-child {
        border-right: none;
    }

/* tipografia */
.div5-title {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: .02em;
    line-height: 1.15;
    margin: 0 0 18px 0;
    text-transform: uppercase;
}

.div5-title-light {
    font-weight: 500;
    text-transform: none;
}

.div5-text {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.25;
    opacity: .82;
    max-width: 44ch;
    margin: 0;
}

/* botão quadrado */
.div5-cta {
    position: absolute;
    right: 64px;
    bottom: 56px;
    width: 44px;
    height: 44px;
    border: 0;
    display: grid;
    place-items: center;
    text-decoration: none;
    background: rgba(255,255,255,.06);
    backdrop-filter: blur(6px);
    transition: transform .18s ease;
}

    .div5-cta:hover {
        transform: translate(2px,-2px);
        transition: .3s ease-in-out;
    }

    .div5-cta img {
        width: 35px;
        height: 35px;
        stroke: rgba(255,255,255,.9);
        stroke-width: 2.2;
        fill: none;
    }

/* responsivo */
@media (max-width: 980px) {
    .div5-grid {
        grid-template-columns: 1fr;
        height: auto;
    }

    .div5-stage {
        overflow: auto;
    }

    .div5-col {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.35);
        padding: 44px 22px;
        min-height: 60vh;
    }

    .div5-cta {
        right: 22px;
        bottom: 22px;
    }
}

/* =========================
   BOLHA DIV5
========================= */
.bubble-run5 {
    position: absolute;
    left: 460px;
    width: 400px;
    top: 350px;
    z-index: 15000;
    pointer-events: none;
    opacity: 0;
    transform: translateY(140px);
    will-change: transform, opacity;
}

/* =========================
   START: CSS DIV6 (FEATURED PROJECTS)
========================= */
.div6 {
    position: relative;
    min-height: 90vh;
    background: #000;
    color: #fff;
    padding: 72px 88px 56px;
    overflow: hidden;
}

/* topo */
.div6-top {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin: 50px 0 0 0;
}

/* "fonte da div5" */
.div6-top-title {
    margin: 0;
    font-family: 'Alyk', sans-serif;
    font-weight: 400;
    font-size: 64px;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

/* bolha topo direita */
.div6-top-bubble {
    width: 360px;
    height: auto;
    object-fit: contain;
    opacity: .95;
    pointer-events: none;
    transform: translateY(-12px);
}

/* lista */
.div6-list {
    border-top: 0;
}

.div6-row {
    position: relative;
    display: block;
    text-decoration: none;
    color: inherit;
    height: 190px !important;
    border-bottom: 1px solid rgba(255, 255, 255, .35);
    overflow: hidden;
}

/* fundo */
.div6-row-bg {
    position: absolute;
    inset: 0;
    background: center/cover no-repeat;
    opacity: 0; /* começa invisível */
    transform: scale(1.04);
    filter: grayscale(1) contrast(1.05) brightness(.78);
    transition: opacity .28s ease, transform .45s ease, background-position .8s ease;
    will-change: opacity, transform, background-position;
}

/* conteúdo da linha */
.div6-row-inner {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 0 22px;
}

/* tipografia geral */
.div6-row-text {
    max-width: 62ch;
}

.div6-row-title {
    margin: 0 0 10px 0;
    font-family: 'CODE PRO';
    font-weight: bolder;
    font-size: 50px;
    width: 700px;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.div6-row-desc {
    margin: 0;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 17px;
    padding: 0 15px;
    opacity: 1;
    line-height: 1.25;
    max-width: 56ch;
}

/* botão quadrado com seta */
.div6-out-img {
    width: 52px;
    height: 52px;
    border: 1px solid rgba(255,255,255,.40);
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.04);
    backdrop-filter: blur(6px);
    flex: 0 0 auto;
}

    .div6-out-img:hover {
        transform: translate(2px,-2px);
        transition: .3s ease-in-out;
    }

/* “card” da direita (linha do meio) */
.div6-row--with-card .div6-row-card {
    border: 0;
    background: center / cover no-repeat;
    opacity: 0;
    transform: translateX(34px) scale(1.02);
    transition: opacity .28s ease, transform .45s ease;
    filter: saturate(1.15) contrast(1.05);
    flex: 0 0 auto;
    position: absolute;
    right: 170px;
    top: 0px;
    width: 564px;
    height: 150px;
}


/* hover: cresce + revela imagem + leve movimento */
.div6-row:hover .div6-row-bg {
    opacity: 1;
    transform: scale(1.01);
    background-position: 56% 50%; /* movimento */
}

.div6-row.div6-row--with-card:hover .div6-row-card {
    opacity: 1;
    transform: translateX(0) scale(1.00);
}


.div6-row:hover .div6-row-desc {
    opacity: .86;
}

.div6-row:hover .div6-out {
    transform: translate(2px,-2px);
    transition: .18s ease;
}

/* rodapé ALL PROJECTS */
.div6-bottom {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.div6-all {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #fff;
    font-family: "Darker Grotesque", sans-serif;
    letter-spacing: .10em;
    text-transform: uppercase;
    opacity: .92;
}

.div6-all-bubble {
    width: 54px;
    height: 34px;
    border: 0;
    display: inline-block;
    opacity: 1;
    position: absolute;
}

.div6-all-text {
    font-size: 25px;
    padding: 0 0px 0 22px;
}



.div6-out--sm {
    width: 30px;
    height: 30px;
}

    .div6-out--sm::before {
        width: 10px;
        height: 10px;
        border-right-width: 2px;
        border-top-width: 2px;
    }

.img-footer-div6 {
    width: 15px;
    height: 15px;
}

    .img-footer-div6:hover {
        transform: translate(2px, -2px);
        transition: .3s ease-in-out;
    }


/* responsivo */
@media (max-width: 1100px) {
    .div6 {
        padding: 56px 22px 44px;
    }

    .div6-top-title {
        font-size: 52px;
    }

    .div6-top-bubble {
        width: 220px;
    }

    .div6-row-title {
        font-size: 30px;
    }

    .div6-row.div6-row--with-card .div6-row-card {
        display: none;
    }
}

/* =========================
   START: CSS DIV7
========================= */
.div7 {
    position: relative;
    height: 60vh;
    min-height: 420px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* moldura + border */
.div7-frame {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, .38);
    display: grid;
    grid-template-columns: 40% 60%;
    overflow: hidden;
}

/* esquerda (foto) */
.div7-left {
    position: relative;
    border-right: 0;
    overflow: hidden;
}

/* fundo */
.div7-photo {
    position: absolute;
    inset: 0;
    background: url("assets/img_div7.png") left center/cover no-repeat;
    transform: scale(1.02);
}

/* box do filtro */
.div7-filter-box {
    position: absolute;
    left: 26%;
    top: 50%;
    width: 230px;
    height: 230px;
    transform: translateY(-50%);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
}

/* o filtro em si (começa embaixo e invisível) */
.div7-filter {
    position: absolute;
    inset: 0;
    background: url("assets/slide7_filter.jpg") center/cover no-repeat;
    transform: translateY(110%); /* ✅ começa fora, por baixo */
    opacity: 0; /* ✅ fade in */
    will-change: transform, opacity;
}

/* direita (texto) */
.div7-right {
    position: relative;
    padding: 46px 58px 34px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* quote grande */
.div7-quote {
    margin: 0 0 22px 0;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 300;
    font-size: 48px;
    line-height: 1.2;
    opacity: 1;
    text-align: right;
}

/* autor */
.div7-author {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: .08em;
    opacity: .75;
    margin-bottom: 15px;
    text-align: right;
}

/* bio (pequena, alinhada à direita no print) */
.div7-bio {
    margin: 0;
    max-width: 56ch;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.35;
    opacity: .75;
    align-self: flex-end;
    text-align: right;
}

/* responsivo */
@media (max-width: 980px) {
    .div7 {
        height: auto;
        min-height: unset;
        padding: 14px;
    }

    .div7-frame {
        grid-template-columns: 1fr;
        height: auto;
    }

    .div7-left {
        min-height: 320px;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.30);
    }

    .div7-right {
        padding: 28px 22px 22px;
    }

    .div7-filter-box {
        left: 18px;
        top: 18px;
        transform: none;
        width: 180px;
        height: 180px;
    }

    .div7-bio {
        align-self: flex-start;
        text-align: left;
    }
}


/* =========================
   START: CSS DIV8 (RECODE CULTURES)
========================= */
.div8 {
    position: relative;
    height: 220vh;
    background: #000;
    z-index: 50;
}

.div8-stage {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.30);
    background: #000;
}

/* fundo */
.div8-bg {
    position: absolute;
    inset: 0;
    background: url(assets/bg_div8.png) center center / cover no-repeat;
    filter: contrast(1.05) brightness(.55);
    transform: scale(1.02);
    background-position: top;
}

/* topo faixa + linha */
.div8-topbar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, .30);
    background: rgba(0, 0, 0, .55);
    z-index: 5;
}

/* marquee */
.div8-marquee {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.div8-track {
    display: inline-flex;
    gap: 22px;
    white-space: nowrap;
    will-change: transform;
    animation: div8Marquee 18s linear infinite;
    padding-left: 18px;
    font-family: 'Darker Grotesque';
    font-weight: 900;
    letter-spacing: .01em;
    font-size: 40px;
    text-transform: uppercase;
}

.div8-dot {
    opacity: 1;
    padding-top: 10px;
}

@keyframes div8Marquee {
    from {
        transform: translateX(0);
    }

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

/* inner layout */
.div8-inner {
    position: relative;
    height: 100%;
    padding-top: 70px;
    z-index: 3;
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 46% 54%;
    justify-items: center;
}

/* LEFT */
.div8-left {
    position: relative;
    padding: 150px 0 0 80px;
    width: 450px;
}

.div8-title {
    margin: 0;
    line-height: 0.9;
    letter-spacing: .01em;
    text-transform: uppercase;
    font-family: 'CODE PRO';
    font-size: 90px;
    font-weight: 900;
}

.div8-re {
    font-family: 'CODE PRO';
    opacity: 1;
    font-weight: 900;
}

.div8-cultures {
    display: inline-block;
    margin-top: 6px;
}

.div8-desc {
    margin: 10px 0 0 0;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.15;
    opacity: .85;
}

.div8-more {
    margin-top: 32px;
    display: inline-flex;
    gap: 14px;
    text-decoration: none;
    color: #fff;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 800;
    font-size: 30px;
    letter-spacing: .02em;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
}

    .div8-more img:hover {
        transform: translate(2px, -2px);
        transition: .3s ease-in-out;
    }

.div8-more-ico::before {
    content: "";
    width: 16px;
    height: 16px;
    border-right: 3px solid rgba(255,255,255,.95);
    border-top: 3px solid rgba(255,255,255,.95);
    transform: translate(1px,1px);
}

.div8-more:hover .div8-more-ico {
    transform: translate(2px,-2px);
    transition: .18s ease;
}

/* glitch rectangle inferior esquerdo */
.div8-glitch-left {
    position: absolute;
    left: 78px;
    bottom: 90px;
    width: 300px;
    height: 120px;
    background: url("assets/slide8_glitch_left.jpg") center/cover no-repeat;
    opacity: .95;
    mix-blend-mode: screen;
    border-radius: 2px;
    filter: saturate(1.2) contrast(1.15);
}

/* RIGHT */
.div8-right {
    position: relative;
    padding: 200px 78px 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.div8-right-head {
    width: min(540px, 100%);
    text-align: left;
    margin-bottom: 14px;
    line-height: 1;
}

.div8-season {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 21px;
    opacity: 1;
}

.div8-headline {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 900;
    letter-spacing: .02em;
    font-size: 29px;
    text-transform: uppercase;
}

/* card */
.div8-card {
    width: min(520px, 100%);
    height: 540px;
    background: rgba(0,0,0,.88);
    border: 1px solid rgba(255,255,255,.45);
    box-shadow: 0 20px 70px rgba(0,0,0,.55);
    overflow: hidden;
    position: relative;
}

.div8-card-media {
    height: 235px;
    background: url(assets/img2_div8.png) left / cover no-repeat;
    filter: contrast(1.05) brightness(.92) saturate(1.15);
    position: relative;
    width: 400px;
    background-size: 90%;
}

    /* linha branca dentro do media */
    .div8-card-media::after {
        content: "";
        position: absolute;
        width: 250px;
        left: 135px;
        right: 40px;
        bottom: -5px;
        height: 3px;
        background: rgba(255, 255, 255, .90);
        opacity: 1;
    }

/* texto do card */
.div8-card-body {
    padding: 26px 65px;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    opacity: .9;
    height: 200px;
    align-content: center;
}

    .div8-card-body b {
        font-weight: 900;
    }

/* BOLHA (vai subir no scroll via GSAP) */
.div8-bubble {
    position: absolute;
    left: 220px;
    bottom: -220px; /* começa bem fora (pra entrar de baixo) */
    width: 420px;
    z-index: 6;
    pointer-events: none;
    filter: drop-shadow(0 24px 60px rgba(0,0,0,.55));
    opacity: 0;
    will-change: transform, opacity;
    transform: translate3d(0,0,0);
}

/* responsivo */
@media (max-width: 980px) {
    .div8-inner {
        grid-template-columns: 1fr;
    }

    .div8-left {
        padding: 70px 18px 0 22px;
    }

    .div8-right {
        padding: 30px 22px 0 22px;
        align-items: flex-start;
    }

    .div8-right-head, .div8-card {
        width: 100%;
    }

    .div8-card {
        height: 520px;
    }

    .div8-glitch-left {
        left: 22px;
        width: 240px;
        height: 98px;
    }

    .div8-bubble {
        left: 18px;
        width: 320px;
    }
}

/* altura total do scroll (ajuste fino) */
.div9 {
    position: relative;
    height: 240vh; /* controla o “tempo” do scroll da última sessão */
    background: #000;
    z-index: 80;
}

/* palco sticky */
.div9-stage {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    background: #000;
}

/* borda externa */
.div9-border {
    position: absolute;
    inset: 18px;
    z-index: 20;
    pointer-events: none;
}

/* BG base (sem filtro) */
.div9-bg {
    position: absolute;
    inset: 0;
    background: url(assets/div9_bg.png) center / cover no-repeat;
    z-index: 1;
    transform: scale(1.02);
    background-size: 800px;
    background-position-y: 560px;
    background-position-x: 480px;
}

/* Overlay filtro (imagem 100% alinhada com o BG) */
.div9-filter {
    position: absolute;
    inset: 0;
    background: url(assets/div9_bg2.png) center / cover no-repeat;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    clip-path: inset(100% 0 0 0);
    will-change: clip-path, opacity;
    background-size: 80px;
    background-position-x: 654px;
    background-position-y: 582px;
    width: 100%;
}

.div9-bg, .div9-filter {
    transform: scale(1.02);
}


/* FAIXAS (imagem única) */
.div9-ribbons {
    position: absolute;
    left: 50%;
    top: 18%;
    width: min(1220px, 92vw);
    transform: translate(-50%, -50%);
    z-index: 6;
    pointer-events: none;
    will-change: transform;
    width: 110%;
}

/* linha horizontal acima do marquee */
.div9-line {
    position: absolute;
    left: 0;
    right: 0;
    top: 46%;
    height: 1px;
    background: rgba(255,255,255,.28);
    z-index: 6;
    pointer-events: none;
}

/* MARQUEE */
.div9-marquee {
    position: absolute;
    left: 0;
    right: 0;
    top: 46%;
    height: 100px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,.28);
    border-bottom: 1px solid rgba(255,255,255,.28);
    background: rgba(0,0,0,.55);
    z-index: 6;
}

.div9-track {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    gap: 28px;
    padding-left: 18px;
    font-family: "Alyk", sans-serif;
    font-size: 44px;
    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
    animation: div9Marquee 16s linear infinite;
    will-change: transform;
    padding: 35px 0 0 0;
}

    .div9-track img {
        margin-bottom: 40px;
    }

.div9-bubbleDot {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.6);
    opacity: .35;
    transform: translateY(2px);
}

@keyframes div9Marquee {
    from {
        transform: translateX(0);
    }

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

/* CONTEÚDO CENTRAL (GET IN TOUCH) */
.div9-center {
    position: absolute;
    left: 50%;
    top: 66%;
    transform: translate(-50%, -50%);
    width: min(1280px, 92vw);
    display: grid;
    grid-template-columns: 340px 1fr 380px;
    align-items: center;
    gap: 22px;
    z-index: 8;
}

/* poster esquerdo */
.div9-leftPoster {
    width: 340px;
    height: 210px;
    background: url("assets/div9_left_poster.jpg") center/cover no-repeat;
    filter: contrast(1.05) brightness(.95);
}

/* CTA */
.div9-cta {
    justify-self: center;
    display: inline-flex;
    align-items: flex-end;
    gap: 18px;
    text-decoration: none;
    color: #fff;
}

.div9-ctaTitle {
    font-family: 'Darker Grotesque';
    font-weight: 900;
    font-size: 75px;
    line-height: .68;
    letter-spacing: .01em;
    text-transform: uppercase;
    padding-top: 160px;
}

.div9-cta a:hover {
    transform: translate(2px,-2px);
    transition: .3s ease-in-out;
}

/* fragmentos (opcional) */
.div9-frags {
    width: 380px;
    justify-self: end;
    opacity: .95;
    pointer-events: none;
}

/* BOLHA DIV9 */
.div9-bubble {
    position: absolute;
    left: 58%;
    bottom: -260px;
    width: 480px;
    z-index: 9;
    pointer-events: none;
    opacity: 1;
    will-change: transform, opacity;
}

/* FOOTER */
.div9-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    color: #111;
    z-index: 12;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    overflow: hidden;
    will-change: transform;
}

.div9-footerInner {
    width: min(1200px, 92vw);
    margin: 0 auto;
    padding: 20px 0 30px 0;
    display: grid;
    grid-template-columns: 1fr .3fr 2fr;
    gap: 22px;
    align-items: start;
    font-family: "Darker Grotesque", sans-serif;
}

.div9-footLogo {
    font-family: "CODE PRO", sans-serif;
    font-weight: 900;
    letter-spacing: .04em;
    font-size: 22px;
    margin-bottom: 8px;
}

.div9-footH {
    font-weight: 800;
    font-size: 15px;
    letter-spacing: .02em;
    text-transform: none;
    margin-bottom: 8px;
}

.div9-footSmall {
    font-size: 14px;
    line-height: 1.35;
    opacity: 1;
    color: black;
}

.div9-footCopy {
    margin-top: 16px;
    font-size: 13px;
    opacity: 1;
}

/* responsivo básico */
@media (max-width: 980px) {
    .div9-center {
        grid-template-columns: 1fr;
        top: 68%;
        gap: 16px;
        text-align: center;
    }

    .div9-leftPoster {
        margin: 0 auto;
    }

    .div9-frags {
        display: none;
    }

    .div9-ctaTitle {
        font-size: 48px;
    }

    .div9-ribbons {
        top: 16%;
    }

    .div9-track {
        font-size: 34px;
    }

    .div9-bubble {
        left: 50%;
        width: 360px;
        transform: translateX(-50%);
    }

    .div9-footerInner {
        grid-template-columns: 1fr;
        padding: 18px 0 22px 0;
    }
}

/* =========================================================
   RESPONSIVO
========================================================= */

/* evita estouro lateral sem afetar o WP */
#gofw {
    overflow-x: clip;
}

/* ======= 1440 -> 1200 ======= */
@media (max-width: 1200px) {
    #gofw .p1-logo-small {
        width: 110px;
    }

    #gofw .p1-logo-big {
        width: 260px;
    }

    #gofw .div6-row-title {
        width: auto;
        max-width: 100%;
    }

    #gofw .div6-row-desc {
        max-width: 60ch;
    }

    #gofw .div5-col {
        padding: 56px 70px;
    }

    #gofw .bubble-run5 {
        left: 320px;
        width: 340px;
    }
}

/* ======= TABLET / NOTEBOOK <= 980 ======= */
@media (max-width: 980px) {

    /* painel 1 */
    #gofw .p1-top-left {
        left: 18px;
        top: 18px;
    }

    #gofw .p1-top-right {
        right: 18px;
        top: 18px;
    }

    #gofw .p1-top-border {
        left: 18px;
        width: calc(100% - 36px);
        top: 68px;
    }

    #gofw .p1-bottom-left {
        left: 18px;
        bottom: 22px;
        font-size: 16px;
        letter-spacing: .08em;
    }

    #gofw .p1-bottom-right {
        right: 18px;
        bottom: 18px;
        transform: scale(.9);
        transform-origin: right bottom;
    }

    /* painéis 2 e 3 */
    #gofw .p2-bubbles {
        right: 10vw;
        height: 92vh;
    }

    #gofw .p3-bubbles {
        right: 0;
        height: 44vh;
    }

    /* div2 */
    #gofw .div2-bg {
        height: 86vh;
        background-size: cover;
        background-position: center;
    }

    #gofw .div2-columns {
        flex-wrap: wrap;
        height: auto;
        padding: 24px 18px;
        gap: 22px;
        justify-content: flex-start;
    }

    #gofw .div2-block {
        width: 100%;
        max-width: 560px;
    }

    #gofw .div2-extra-text {
        left: 18px;
        bottom: 140px;
    }

        #gofw .div2-extra-text .linha2 {
            margin-left: 0;
        }

    #gofw .bubble-run {
        width: 320px;
        right: -55px;
    }

    /* div4 */
    #gofw .div4 {
        height: 200vh;
    }

    #gofw .div4-gaming {
        left: 7%;
        top: 30%;
        text-align: left;
        width: 86vw;
    }

    #gofw .div4-concept {
        left: 7%;
        right: auto;
        top: 52%;
        text-align: left;
        width: 86vw;
    }

    #gofw .div4-diamond {
        top: 78%;
        width: 88vw;
        text-align: left;
    }

    /* div5 */
    #gofw .div5 {
        height: auto;
    }

    #gofw .div5-stage {
        height: auto;
        position: relative;
        top: auto;
    }

    #gofw .div5-grid {
        grid-template-columns: 1fr;
        height: auto;
    }

    #gofw .div5-col {
        padding: 34px 22px;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.35);
    }

    #gofw .bubble-run5 {
        left: 50%;
        top: 260px;
        width: 300px;
        transform: translateX(-50%) translateY(140px);
    }

    /* div6 */
    #gofw .div6 {
        padding: 56px 18px 44px;
    }

    #gofw .div6-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    #gofw .div6-top-bubble {
        width: 240px;
        transform: none;
    }

    #gofw .div6-row-inner {
        flex-wrap: wrap;
        gap: 14px;
        padding: 18px 14px;
    }

    #gofw .div6-row-title {
        font-size: 30px;
        width: auto;
    }

    #gofw .div6-row-desc {
        font-size: 16px;
        padding: 0;
    }

    #gofw .div6-row.div6-row--with-card .div6-row-card {
        display: none;
    }

    /* div7 */
    #gofw .div7 {
        height: auto;
        min-height: unset;
        padding: 14px;
    }

    #gofw .div7-frame {
        grid-template-columns: 1fr;
        height: auto;
    }

    #gofw .div7-left {
        min-height: 320px;
        border-bottom: 1px solid rgba(255,255,255,.30);
    }

    #gofw .div7-right {
        padding: 28px 18px 22px;
    }

    #gofw .div7-quote {
        font-size: 36px;
        text-align: left;
    }

    #gofw .div7-author, #gofw .div7-bio {
        text-align: left;
        align-self: flex-start;
    }

    /* div8 */
    #gofw .div8-inner {
        grid-template-columns: 1fr;
        padding: 70px 18px 0;
        justify-items: start;
    }

    #gofw .div8-left {
        padding: 0;
        width: 100%;
    }

    #gofw .div8-right {
        padding: 28px 0 0;
        width: 100%;
        align-items: flex-start;
    }

    #gofw .div8-title {
        font-size: 56px;
    }

    #gofw .div8-card {
        width: 100%;
        height: auto;
    }

    #gofw .div8-card-body {
        height: auto;
        padding: 22px;
    }

    /* div9 */
    #gofw .div9-center {
        grid-template-columns: 1fr;
        top: 68%;
        text-align: center;
    }

    #gofw .div9-leftPoster {
        width: min(340px, 88vw);
        margin: 0 auto;
    }

    #gofw .div9-frags {
        display: none;
    }

    #gofw .div9-ctaTitle {
        font-size: 52px;
        padding-top: 0;
    }

    #gofw .div9-ribbons {
        width: 120%;
        top: 16%;
    }

    #gofw .div9-track {
        font-size: 28px;
    }

    #gofw .div9-bubble {
        left: 50%;
        width: 320px;
        transform: translateX(-50%);
    }

    #gofw .div9-footerInner {
        grid-template-columns: 1fr;
        width: 100%;
        padding: 18px 18px 22px;
    }
}

/* ======= MOBILE <= 480 ======= */
@media (max-width: 480px) {
    #gofw .p1-btn-bolha {
        width: 60px;
        right: 110px;
    }

    #gofw .p1-codepro {
        font-size: 12px;
        letter-spacing: .20em;
    }

    #gofw .marquee-content {
        font-size: 30px;
    }

    #gofw .dark {
        font-size: 54px;
    }

    #gofw .div9-marquee {
        height: 84px;
    }
}

/* ============================================== PORTFOLIO =============================================== */

@import url('https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');

@font-face {
    font-family: 'CODE PRO';
    src: url('assets/fonts/CODEBold.otf') format('opentype');
    font-weight: bold;
}

@font-face {
    font-family: 'CODE PRO';
    src: url('assets/fonts/CODELight.otf') format('opentype');
    font-weight: normal;
}

@font-face {
    font-family: 'Alyk';
    src: url('assets/fonts/AlykRegular.woff') format('woff'), url('assets/fonts/AlykRegular.ttf') format('truetype'), url('assets/fonts/Alyk_FW.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body {
    margin: 0;
    padding: 0;
    background: #000;
    color: white;
}

/* ========================
   PAINEL 1
========================= */
.painel-1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    z-index: 10;
}


/* ELEMENTOS DO PAINEL 1 */
.p1-top-left {
    position: absolute;
    top: 32px;
    left: 64px;
}

.p1-logo-small {
    width: 120px;
}

.p1-top-right {
    position: absolute;
    top: 32px;
    right: 64px;
    display: flex;
    gap: 12px;
    align-items: center;
    z-index: 9999;
    position: absolute;
}

.p1-codepro {
    font-family: 'Darker Grotesque';
    font-weight: bold;
    letter-spacing: 0.28em;
    font-size: 16px;
}

.p1-btn-bolha {
    width: 70px;
    position: absolute;
    right: 140px;
}

.p1-btn-hover {
    width: 22px;
    transition: .25s;
    cursor: pointer;
    z-index: 99999 !important;
    pointer-events: auto;
}

.p1-top-right:hover .p1-btn-hover {
    transform: translate(4px, -4px);
}

.p1-top-border {
    position: absolute;
    top: 82px;
    left: 64px;
    width: calc(100% - 128px);
    height: 1px;
    background: #fff;
    opacity: .6;
}

.p1-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.p1-logo-big {
    width: 300px;
}

.p1-bottom-left {
    position: absolute;
    left: 60px;
    bottom: 60px;
    font-family: "Darker Grotesque", sans-serif !important;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.12em;
    line-height: 1;
}

.p1-bottom-right {
    position: absolute;
    right: 60px;
    bottom: 60px;
}


.scroll-wrapper {
    width: 150px;
    height: 150px;
    position: relative;
}

.scroll-svg {
    animation: rotateCircle 8s linear infinite;
    font-family: "Darker Grotesque", sans-serif !important;
}

.scroll-bubble {
    width: 85px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes rotateCircle {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

/* ============================
   PAINEL 2 E 3 (QUE SOBEM)
============================== */

.painel-2,
.painel-3 {
    position: relative;
    height: 80vh;
    background: transparent;
    z-index: 20;
    pointer-events: none;
}

/* bolhas painel 2 */
.p2-bubbles {
    position: absolute;
    right: 400px;
    bottom: -100vh; /* começa abaixo da tela */
    height: 100vh;
    z-index: 3;
}

/* bolhas painel 3 */
.p3-bubbles {
    position: absolute;
    right: 0;
    bottom: 0vh;
    height: 50vh;
    z-index: 2;
}

/* ============================
   CONTEÚDO FINAL
============================== */
.div2 {
    position: relative;
    background: #111;
    min-height: 100vh;
    z-index: 25;
}

.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: #000;
    padding: 10px 0;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}

.marquee-content {
    display: inline-block;
    animation: marqueeMove 28s linear infinite;
    font-size: 42px;
    letter-spacing: 0.15em;
    color: #fff;
}

/* Fontes individuais */
.alyk {
    font-family: 'Alyk', sans-serif;
}

.dark {
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: lighter;
    letter-spacing: 0.12em;
    font-size: 70px;
}

/* Animação infinita */
@keyframes marqueeMove {
    from {
        transform: translateX(0);
    }

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

/* barra superior */
.div2-topbar {
    width: 100%;
    background: #000;
    padding: 22px 0;
    text-align: center;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}

    .div2-topbar span {
        font-family: 'Alyk', sans-serif;
        font-size: 32px;
        letter-spacing: 0.15em;
    }

/* imagem de fundo que já contém tudo */
.div2-bg {
    width: 100%;
    background-image: url(assets/slide2.png);
    background-size: auto;
    background-position: center;
    position: relative;
    overflow: hidden;
    height: 90vh;
    background-repeat: no-repeat;
}

/* colunas internas */
.div2-columns {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 99999999;
    height: 620px;
    justify-content: center;
    align-items: center;
}

/* bloco individual */
.div2-block {
    width: 18%;
    cursor: pointer;
    position: relative;
    display: inline-grid;
    justify-items: start;
    justify-content: end;
}

/* ícones */
.div2-icon {
    width: 60px;
}

/* títulos */
.div2-block h3 {
    font-family: 'Darker Grotesque', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    margin: 10px 0;
}

/* popup */
.div2-popup {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    margin-top: 10px;
    color: #ddd;
    font-family: 'Darker Grotesque', sans-serif;
    font-size: 20px;
    line-height: 1.2;
    transition: all .35s ease;
    background-color: #ffffff38;
    border-radius: 3px;
    padding: 15px;
    width: 200px;
}

.div2-popup h2{
    margin: 0;
    padding: 0;
}

/* hover no bloco */
.div2-block:hover .div2-popup {
    opacity: 1;
    max-height: 240px;
}

.textoSlide2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 250px;
}

/* bolha por cima */
.div2-bubbles {
    position: absolute;
    bottom: -20px;
    right: 140px;
    width: 420px;
    z-index: 5;
    opacity: 0.8;
    pointer-events: none;
}

/* FRASES ADICIONAIS */
.div2-extra-text {
    position: absolute;
    bottom: 90px;
    left: 50px;
    display: flex;
    flex-direction: column;
    z-index: 10;
    gap: 20px;
}

    .div2-extra-text p {
        font-family: "Darker Grotesque", sans-serif;
        font-weight: 300;
        font-size: 32px;
        letter-spacing: 0.04em;
        color: #fff;
        margin: 0;
        line-height: 1.1;
    }

    /* primeira linha mais recuada */
    .div2-extra-text .linha1 {
        margin-left: 0px;
    }

    /* segunda linha mais avançada */
    .div2-extra-text .linha2 {
        margin-left: 180px;
    }

.bubble-run {
    position: absolute;
    right: -25px;
    transform: translateX(-50%);
    bottom: -700px;
    width: 450px;
    z-index: 999;
    pointer-events: none;
}

.bubble-scroll-area {
    height: 0vh; /* controla o quanto a bolha continua subindo */
    background: transparent;
}


/* =========================
   START: CSS DIV3 (VÍDEO SIMPLES COM CAPA)
========================= */
.div3 {
    position: relative;
    min-height: 100vh;
    background: #000;
    overflow: hidden;
}

.div3-video-wrap {
    position: relative;
    width: 100%;
    height: 100vh;
}

/* capa */
.div3-poster {
    position: absolute;
    inset: 0;
    background: url("assets/gofw_video.png") center/cover no-repeat;
    filter: contrast(1.05) brightness(.85);
    transform: scale(1.02);
    z-index: 1;
}

/* vídeo */
.div3-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    opacity: 0;
}

/* play overlay */
.div3-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 74px;
    height: 74px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.35);
    background: rgba(0,0,0,.25);
    backdrop-filter: blur(6px);
    display: grid;
    place-items: center;
    z-index: 3;
    cursor: pointer;
}

    .div3-play:hover {
        transform: translate(-50%,-50%) scale(1.04);
    }


.div3-play-icon {
    width: 0;
    height: 0;
    border-left: 18px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 3px;
    opacity: .9;
}

/* quando toca: some capa e botão, aparece vídeo */
.div3.is-playing .div3-poster {
    opacity: 0;
    transition: opacity .25s ease;
}

.div3.is-playing .div3-video {
    opacity: 1;
    transition: opacity .25s ease;
}

.div3.is-playing .div3-play {
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}


/* =========================
   START: CSS DIV4 (OVERRIDE TOTAL + CANVAS + SCROLL)
========================= */

.div3 {
    position: relative;
    z-index: 1;
}

/* DIV4 */
.div4 {
    position: relative;
    height: 220vh;
    background: transparent !important;
    display: block !important;
    padding: 0 !important;
    z-index: 9999;
}

/* palco sticky */
.div4-stage {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    background: transparent !important;
}

/* fundo (começa invisível, JS sobe pra 1) */
.div4-bg {
    position: absolute;
    inset: 0;
    background: url("assets/slide4.png") center/cover no-repeat !important;
    opacity: 0;
    transform: scale(1.02);
    will-change: opacity, transform;
}

/* vinheta */
.div4-vignette {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%, rgba(0,0,0,.35) 70%, rgba(0,0,0,.70) 100%);
    opacity: .90;
    pointer-events: none;
}

/* canvas das linhas */
.div4-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    will-change: opacity;
}

/* itens (começam ocultos e sobem) */
.div4-item {
    position: absolute;
    width: 340px;
    opacity: 0;
    transform: translateY(-120px);
    will-change: transform, opacity;
    color: #fff;
    pointer-events: none;
}

.div4-ico-gaming {
    width: 44px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(255, 255, 255, .12));
    justify-self: right;
    position: absolute;
    top: -50px;
    right: -35px;
}

.div4-ico-concept {
    width: 44px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(255,255,255,.12));
}

.div4-ico-diamond {
    width: 44px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(255,255,255,.12));
}

.div4-head {
    text-transform: uppercase;
    letter-spacing: .08em;
    line-height: 1;
}

.div4-head-diamond {
    text-transform: uppercase;
    letter-spacing: .08em;
    line-height: 1;
    width: 95px;
    justify-self: center;
    text-align: left;
}

.div4-high {
    display: block;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 300;
    font-size: 45px;
    opacity: .95;
    padding: 0;
}

.div4-word {
    display: block;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 800;
    font-size: 44px;
    letter-spacing: .04em;
    line-height: 35px;
}

.div4-ico-gaming {
    width: 64px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(255, 255, 255, .12));
    justify-self: right;
    position: absolute;
    top: -70px;
    right: -55px;
}

.div4-ico-diamond {
    width: 74px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(255, 255, 255, .12));
    justify-self: center;
}

.div4-ico-concept {
    width: 64px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(255, 255, 255, .12));
    position: absolute;
    top: -70px;
    left: -50px;
}

.div4-copy-gaming {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 18px;
    opacity: 1;
    max-width: 300px;
    margin: 10px 0 0 0;
    line-height: 15px;
}

.div4-copy-diamond {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 18px;
    opacity: 1;
    max-width: 300px;
    margin: 10px 0 0 0;
    line-height: 15px;
    width: 255px;
    text-align: right;
}

.div4-copy-concept {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 18px;
    opacity: 1;
    max-width: 300px;
    width: 210px;
    text-align: right;
    position: absolute;
    left: -25px;
    margin: 10px 0 0 0;
    line-height: 15px;
}

/* posições no estilo do print */
.div4-gaming {
    left: 14%;
    top: 39%;
    font-family: "Darker Grotesque", sans-serif;
    transform: translateY(-50%) translateY(120px);
    text-align: right;
    width: 305px;
    font-size: 18px;
}

.div4-concept {
    right: 10%;
    top: 34%;
    font-family: "Darker Grotesque", sans-serif;
    transform: translateY(-50%) translateY(120px);
    text-align: left;
    font-size: 18px;
}

.div4-diamond {
    left: 50%;
    top: 60%;
    font-family: "Darker Grotesque", sans-serif;
    transform: translate(-50%, -50%) translateY(120px);
    text-align: center;
    font-size: 18px;
}

/* POV */
.div4-pov {
    position: absolute;
    left: 18px;
    bottom: 14px;
    font-family: "Darker Grotesque", sans-serif;
    font-size: 12px;
    letter-spacing: .08em;
    opacity: .7;
    pointer-events: none;
}

/* responsivo */
@media (max-width: 980px) {
    .div4-item {
        width: 86vw;
    }

    .div4-gaming {
        left: 7%;
        top: 34%;
        text-align: left;
    }

    .div4-concept {
        right: auto;
        left: 7%;
        top: 58%;
    }

    .div4-diamond {
        left: 50%;
        top: 80%;
        width: 88vw;
        text-align: left;
    }

    .div4-word {
        font-size: 30px;
    }
}


/* =========================
   START: CSS DIV5 (P.O.V)
========================= */

.div5 {
    position: relative;
    height: 65vh;
    background: #000;
    z-index: 11000;
    overflow: visible;
}

.div5-stage {
    position: sticky;
    border-bottom: 1px solid rgba(255, 255, 255, .35);
    top: 0;
    height: 60vh;
    background: #000;
    overflow: hidden;
}


.div5-topbar {
    position: relative;
    height: 120px;
    display: grid;
    place-items: center;
    border-top: 1px solid rgba(255, 255, 255, .35);
    align-items: end;
}

.div5-logo {
    font-family: 'Alyk', sans-serif;
    font-weight: 400;
    font-size: 64px;
    letter-spacing: .10em;
    transform: translateY(6px);
}

.div5-topline {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(255,255,255,.35);
}

/* grid 3 colunas */
.div5-grid {
    height: calc(60vh - 120px);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.div5-col {
    position: relative;
    padding: 72px 115px;
    border-right: 1px solid rgba(255,255,255,.35);
}

    .div5-col:last-child {
        border-right: none;
    }

/* tipografia */
.div5-title {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: .02em;
    line-height: 1.15;
    margin: 0 0 18px 0;
    text-transform: uppercase;
}

.div5-title-light {
    font-weight: 500;
    text-transform: none;
}

.div5-text {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.25;
    opacity: .82;
    max-width: 44ch;
    margin: 0;
}

/* botão */
.div5-cta {
    position: absolute;
    right: 64px;
    bottom: 56px;
    width: 44px;
    height: 44px;
    border: 0;
    display: grid;
    place-items: center;
    text-decoration: none;
    background: rgba(255,255,255,.06);
    backdrop-filter: blur(6px);
    transition: transform .18s ease;
}

    .div5-cta:hover {
        transform: translate(2px,-2px);
        transition: .3s ease-in-out;
    }

    .div5-cta img {
        width: 35px;
        height: 35px;
        stroke: rgba(255,255,255,.9);
        stroke-width: 2.2;
        fill: none;
    }

/* responsivo */
@media (max-width: 980px) {
    .div5-grid {
        grid-template-columns: 1fr;
        height: auto;
    }

    .div5-stage {
        overflow: auto;
    }

    .div5-col {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.35);
        padding: 44px 22px;
        min-height: 60vh;
    }

    .div5-cta {
        right: 22px;
        bottom: 22px;
    }
}

/* =========================
   BOLHA DIV5
========================= */
.bubble-run5 {
    position: absolute;
    left: 460px;
    width: 400px;
    top: 350px;
    z-index: 15000;
    pointer-events: none;
    opacity: 0;
    transform: translateY(140px);
    will-change: transform, opacity;
}

/* =========================
   START: CSS DIV6 (FEATURED PROJECTS)
========================= */
.div6 {
    position: relative;
    min-height: 90vh;
    background: #000;
    color: #fff;
    padding: 72px 88px 56px;
    overflow: hidden;
}

/* topo */
.div6-top {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin: 50px 0 0 0;
}

/* "fonte da div5" */
.div6-top-title {
    margin: 0;
    font-family: 'Alyk', sans-serif;
    font-weight: 400;
    font-size: 64px;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

/* bolha topo direita */
.div6-top-bubble {
    width: 360px;
    height: auto;
    object-fit: contain;
    opacity: .95;
    pointer-events: none;
    transform: translateY(-12px);
}

/* lista */
.div6-list {
    border-top: 0;
}

.div6-row {
    position: relative;
    display: block;
    text-decoration: none;
    color: inherit;
    height: 190px !important;
    border-bottom: 1px solid rgba(255, 255, 255, .35);
    overflow: hidden;
}

/* fundo */
.div6-row-bg {
    position: absolute;
    inset: 0;
    background: center/cover no-repeat;
    opacity: 0; /* começa invisível */
    transform: scale(1.04);
    filter: grayscale(1) contrast(1.05) brightness(.78);
    transition: opacity .28s ease, transform .45s ease, background-position .8s ease;
    will-change: opacity, transform, background-position;
}

/* conteúdo da linha */
.div6-row-inner {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 0 22px;
}

/* tipografia geral */
.div6-row-text {
    max-width: 62ch;
}

.div6-row-title {
    margin: 0 0 10px 0;
    font-family: 'CODE PRO';
    font-weight: bolder;
    font-size: 50px;
    width: 700px;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.div6-row-desc {
    margin: 0;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 17px;
    padding: 0 15px;
    opacity: 1;
    line-height: 1.25;
    max-width: 56ch;
}

/* botão quadrado com seta */
.div6-out-img {
    width: 52px;
    height: 52px;
    border: 1px solid rgba(255,255,255,.40);
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.04);
    backdrop-filter: blur(6px);
    flex: 0 0 auto;
}

    .div6-out-img:hover {
        transform: translate(2px,-2px);
        transition: .3s ease-in-out;
    }

/* “card” da direita (linha do meio) */
.div6-row--with-card .div6-row-card {
    border: 0;
    background: center / cover no-repeat;
    opacity: 0;
    transform: translateX(34px) scale(1.02);
    transition: opacity .28s ease, transform .45s ease;
    filter: saturate(1.15) contrast(1.05);
    flex: 0 0 auto;
    position: absolute;
    right: 170px;
    top: 0px;
    width: 564px;
    height: 150px;
}


/* hover: cresce + revela imagem + leve movimento */
.div6-row:hover .div6-row-bg {
    opacity: 1;
    transform: scale(1.01);
    background-position: 56% 50%; /* movimento */
}

.div6-row.div6-row--with-card:hover .div6-row-card {
    opacity: 1;
    transform: translateX(0) scale(1.00);
}

/* deixa o texto mais “lendo em cima do fundo” */
.div6-row:hover .div6-row-desc {
    opacity: .86;
}

.div6-row:hover .div6-out {
    transform: translate(2px,-2px);
    transition: .18s ease;
}

/* rodapé ALL PROJECTS */
.div6-bottom {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.div6-all {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #fff;
    font-family: "Darker Grotesque", sans-serif;
    letter-spacing: .10em;
    text-transform: uppercase;
    opacity: .92;
}

.div6-all-bubble {
    width: 54px;
    height: 34px;
    border: 0;
    display: inline-block;
    opacity: 1;
    position: absolute;
}

.div6-all-text {
    font-size: 25px;
    padding: 0 0px 0 22px;
}



.div6-out--sm {
    width: 30px;
    height: 30px;
}

    .div6-out--sm::before {
        width: 10px;
        height: 10px;
        border-right-width: 2px;
        border-top-width: 2px;
    }

.img-footer-div6 {
    width: 15px;
    height: 15px;
}

    .img-footer-div6:hover {
        transform: translate(2px, -2px);
        transition: .3s ease-in-out;
    }


/* responsivo */
@media (max-width: 1100px) {
    .div6 {
        padding: 56px 22px 44px;
    }

    .div6-top-title {
        font-size: 52px;
    }

    .div6-top-bubble {
        width: 220px;
    }

    .div6-row-title {
        font-size: 30px;
    }

    .div6-row.div6-row--with-card .div6-row-card {
        display: none;
    }
}

/* =========================
   START: CSS DIV7
========================= */
.div7 {
    position: relative;
    height: 60vh;
    min-height: 420px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* moldura + linhas finas */
.div7-frame {
    width: 100%;
    height: 100%;
    border: 0;
    display: grid;
    grid-template-columns: 40% 60%;
    overflow: hidden;
}

/* esquerda (foto) */
.div7-left {
    position: relative;
    border-right: 0;
    overflow: hidden;
}

/* fundo P&B (troque a imagem) */
.div7-photo {
    position: absolute;
    inset: 0;
    background: url("assets/img_div7.png") left center/cover no-repeat;
    transform: scale(1.02);
}

/* box do filtro */
.div7-filter-box {
    position: absolute;
    left: 26%;
    top: 50%;
    width: 230px;
    height: 230px;
    transform: translateY(-50%);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
}

/* o filtro em si (começa “embaixo” e invisível) */
.div7-filter {
    position: absolute;
    inset: 0;
    background: url("assets/slide7_filter.jpg") center/cover no-repeat;
    transform: translateY(110%); /* ✅ começa fora, por baixo */
    opacity: 0; /* fade in */
    will-change: transform, opacity;
}

/* direita (texto) */
.div7-right {
    position: relative;
    padding: 46px 58px 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* quote grande */
.div7-quote {
    margin: 0 0 22px 0;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 300;
    font-size: 48px;
    line-height: 1.2;
    opacity: 1;
    text-align: right;
}

/* autor */
.div7-author {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: .08em;
    opacity: .75;
    margin-bottom: 15px;
    text-align: right;
}

/* bio (pequena, alinhada à direita no print) */
.div7-bio {
    margin: 0;
    max-width: 56ch;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.35;
    opacity: .75;
    align-self: flex-end;
    text-align: right;
}

/* responsivo */
@media (max-width: 980px) {
    .div7 {
        height: auto;
        min-height: unset;
        padding: 14px;
    }

    .div7-frame {
        grid-template-columns: 1fr;
        height: auto;
    }

    .div7-left {
        min-height: 320px;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.30);
    }

    .div7-right {
        padding: 28px 22px 22px;
    }

    .div7-filter-box {
        left: 18px;
        top: 18px;
        transform: none;
        width: 180px;
        height: 180px;
    }

    .div7-bio {
        align-self: flex-start;
        text-align: left;
    }
}


/* =========================
   START: CSS DIV8 (RECODE CULTURES)
========================= */
.div8 {
    position: relative;
    height: 220vh;
    background: #000;
    z-index: 50;
}

.div8-stage {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.30);
    background: #000;
}

/* fundo */
.div8-bg {
    position: absolute;
    inset: 0;
    background: url(assets/bg_div8.png) center center / cover no-repeat;
    filter: contrast(1.05) brightness(.55);
    transform: scale(1.02);
    background-position: top;
}

/* topo faixa + linha */
.div8-topbar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, .30);
    background: rgba(0, 0, 0, .55);
    z-index: 5;
}

/* marquee */
.div8-marquee {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: black;
    height: 70px;
}

.div8-track {
    display: inline-flex;
    gap: 22px;
    white-space: nowrap;
    will-change: transform;
    animation: div8Marquee 18s linear infinite;
    padding-left: 18px;
    font-family: 'Darker Grotesque';
    font-weight: 900;
    letter-spacing: .01em;
    font-size: 50px;
    text-transform: uppercase;
}

.div8-dot {
    opacity: 1;
    padding-top: 5px;
}

@keyframes div8Marquee {
    from {
        transform: translateX(0);
    }

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

/* inner layout */
.div8-inner {
    position: relative;
    height: 100%;
    padding-top: 70px;
    z-index: 3;
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 46% 54%;
    justify-items: center;
}

/* LEFT */
.div8-left {
    position: relative;
    padding: 150px 0 0 80px;
    width: 450px;
}

.div8-title {
    margin: 0;
    line-height: 0.9;
    letter-spacing: .01em;
    text-transform: uppercase;
    font-family: 'CODE PRO';
    font-size: 90px;
    font-weight: 900;
}

.div8-re {
    font-family: 'CODE PRO';
    opacity: 1;
    font-weight: 900;
}

.div8-cultures {
    display: inline-block;
    margin-top: 6px;
}

.div8-desc {
    margin: 10px 0 0 0;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.15;
    opacity: .85;
}

.div8-more {
    margin-top: 32px;
    display: inline-flex;
    gap: 14px;
    text-decoration: none;
    color: #fff;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 800;
    font-size: 30px;
    letter-spacing: .02em;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
}

    .div8-more img:hover {
        transform: translate(2px, -2px);
        transition: .3s ease-in-out;
    }

.div8-more-ico::before {
    content: "";
    width: 16px;
    height: 16px;
    border-right: 3px solid rgba(255,255,255,.95);
    border-top: 3px solid rgba(255,255,255,.95);
    transform: translate(1px,1px);
}

.div8-more:hover .div8-more-ico {
    transform: translate(2px,-2px);
    transition: .18s ease;
}

/* glitch rectangle inferior esquerdo */
.div8-glitch-left {
    position: absolute;
    left: 78px;
    bottom: 90px;
    width: 300px;
    height: 120px;
    background: url("assets/slide8_glitch_left.jpg") center/cover no-repeat;
    opacity: .95;
    mix-blend-mode: screen;
    border-radius: 2px;
    filter: saturate(1.2) contrast(1.15);
}

/* RIGHT */
.div8-right {
    position: relative;
    padding: 200px 78px 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.div8-right-head {
    width: min(540px, 100%);
    text-align: left;
    margin-bottom: 14px;
    line-height: 1;
}

.div8-season {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 21px;
    opacity: 1;
}

.div8-headline {
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 900;
    letter-spacing: .02em;
    font-size: 29px;
    text-transform: uppercase;
}

/* card */
.div8-card {
    width: min(520px, 100%);
    height: 540px;
    background: rgba(0,0,0,.88);
    border: 1px solid rgba(255,255,255,.45);
    box-shadow: 0 20px 70px rgba(0,0,0,.55);
    overflow: hidden;
    position: relative;
}

.div8-card-media {
    height: 235px;
    background: url(assets/img2_div8.png) left / cover no-repeat;
    filter: contrast(1.05) brightness(.92) saturate(1.15);
    position: relative;
    width: 400px;
    background-size: 90%;
}

    /* linha branca dentro do media (como no print) */
    .div8-card-media::after {
        content: "";
        position: absolute;
        width: 250px;
        left: 135px;
        right: 40px;
        bottom: -5px;
        height: 3px;
        background: rgba(255, 255, 255, .90);
        opacity: 1;
    }

/* texto do card */
.div8-card-body {
    padding: 26px 65px;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    opacity: .9;
    height: 200px;
    align-content: center;
}

    .div8-card-body b {
        font-weight: 900;
    }

/* BOLHA (presa no palco; vai subir no scroll via GSAP) */
.div8-bubble {
    position: absolute;
    left: 220px;
    bottom: -220px; /* começa bem fora (pra entrar de baixo) */
    width: 420px;
    z-index: 6;
    pointer-events: none;
    filter: drop-shadow(0 24px 60px rgba(0,0,0,.55));
    opacity: 0;
    will-change: transform, opacity;
    transform: translate3d(0,0,0);
}

/* responsivo */
@media (max-width: 980px) {
    .div8-inner {
        grid-template-columns: 1fr;
    }

    .div8-left {
        padding: 70px 18px 0 22px;
    }

    .div8-right {
        padding: 30px 22px 0 22px;
        align-items: flex-start;
    }

    .div8-right-head, .div8-card {
        width: 100%;
    }

    .div8-card {
        height: 520px;
    }

    .div8-glitch-left {
        left: 22px;
        width: 240px;
        height: 98px;
    }

    .div8-bubble {
        left: 18px;
        width: 320px;
    }
}

/* altura total do scroll (ajuste fino) */
.div9 {
    position: relative;
    height: 240vh; /* controla o “tempo” do scroll da última sessão */
    background: #000;
    z-index: 80;
}

/* palco sticky */
.div9-stage {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    background: #000;
}

/* borda externa */
.div9-border {
    position: absolute;
    inset: 18px;
    z-index: 20;
    pointer-events: none;
}

/* BG base */
.div9-bg {
    position: absolute;
    inset: 0;
    background: url(assets/div9_bg.png) center / cover no-repeat;
    z-index: 1;
    transform: scale(1.02);
    background-size: 800px;
    background-position-y: 560px;
    background-position-x: 480px;
}

/* Overlay filtro */
.div9-filter {
    position: absolute;
    inset: 0;
    background: url(assets/div9_bg2.png) center / cover no-repeat;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    clip-path: inset(100% 0 0 0);
    will-change: clip-path, opacity;
    background-size: 80px;
    background-position-x: 654px;
    background-position-y: 582px;
    width: 100%;
}

.div9-bg, .div9-filter {
    transform: scale(1.02);
}


/* FAIXAS */
.div9-ribbons {
    position: absolute;
    left: 50%;
    top: 18%;
    width: min(1220px, 92vw);
    transform: translate(-50%, -50%);
    z-index: 6;
    pointer-events: none;
    will-change: transform;
    width: 110%;
}

/* linha horizontal acima do marquee */
.div9-line {
    position: absolute;
    left: 0;
    right: 0;
    top: 46%;
    height: 1px;
    background: rgba(255,255,255,.28);
    z-index: 6;
    pointer-events: none;
}

/* MARQUEE */
.div9-marquee {
    position: absolute;
    left: 0;
    right: 0;
    top: 46%;
    height: 100px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,.28);
    border-bottom: 1px solid rgba(255,255,255,.28);
    background: rgba(0,0,0,.55);
    z-index: 6;
}

.div9-track {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    gap: 28px;
    padding-left: 18px;
    font-family: "Alyk", sans-serif;
    font-size: 44px;
    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
    animation: div9Marquee 16s linear infinite;
    will-change: transform;
    padding: 35px 0 0 0;
}

    .div9-track img {
        margin-bottom: 40px;
    }

.div9-bubbleDot {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.6);
    opacity: .35;
    transform: translateY(2px);
}

@keyframes div9Marquee {
    from {
        transform: translateX(0);
    }

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

/* CONTEÚDO CENTRAL (GET IN TOUCH) */
.div9-center {
    position: absolute;
    left: 50%;
    top: 66%;
    transform: translate(-50%, -50%);
    width: min(1280px, 92vw);
    display: grid;
    grid-template-columns: 340px 1fr 380px;
    align-items: center;
    gap: 22px;
    z-index: 8;
}

/* poster esquerdo */
.div9-leftPoster {
    width: 340px;
    height: 210px;
    background: url("assets/div9_left_poster.jpg") center/cover no-repeat;
    filter: contrast(1.05) brightness(.95);
}

/* CTA */
.div9-cta {
    justify-self: center;
    display: inline-flex;
    align-items: flex-end;
    gap: 18px;
    text-decoration: none;
    color: #fff;
}

.div9-ctaTitle {
    font-family: 'Darker Grotesque';
    font-weight: 900;
    font-size: 75px;
    line-height: .68;
    letter-spacing: .01em;
    text-transform: uppercase;
    padding-top: 160px;
}

.div9-cta a:hover {
    transform: translate(2px,-2px);
    transition: .3s ease-in-out;
}

/* fragmentos */
.div9-frags {
    width: 380px;
    justify-self: end;
    opacity: .95;
    pointer-events: none;
}

/* BOLHA DIV9 */
.div9-bubble {
    position: absolute;
    left: 58%;
    bottom: -260px;
    width: 480px;
    z-index: 9;
    pointer-events: none;
    opacity: 1;
    will-change: transform, opacity;
}

/* FOOTER */
.div9-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    color: #111;
    z-index: 12;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    overflow: hidden;
    will-change: transform;
}

.div9-footerInner {
    width: min(1200px, 92vw);
    margin: 0 auto;
    padding: 20px 0 30px 0;
    display: grid;
    grid-template-columns: 1fr .3fr 2fr;
    gap: 22px;
    align-items: start;
    font-family: "Darker Grotesque", sans-serif;
}

.div9-footLogo {
    font-family: "CODE PRO", sans-serif;
    font-weight: 900;
    letter-spacing: .04em;
    font-size: 22px;
    margin-bottom: 8px;
}

.div9-footH {
    font-weight: 800;
    font-size: 15px;
    letter-spacing: .02em;
    text-transform: none;
    margin-bottom: 8px;
}

.div9-footSmall {
    font-size: 14px;
    line-height: 1.35;
    opacity: 1;
    color: black;
}

.div9-footCopy {
    margin-top: 16px;
    font-size: 13px;
    opacity: 1;
}

/* responsivo básico */
@media (max-width: 980px) {
    .div9-center {
        grid-template-columns: 1fr;
        top: 68%;
        gap: 16px;
        text-align: center;
    }

    .div9-leftPoster {
        margin: 0 auto;
    }

    .div9-frags {
        display: none;
    }

    .div9-ctaTitle {
        font-size: 48px;
    }

    .div9-ribbons {
        top: 16%;
    }

    .div9-track {
        font-size: 34px;
    }

    .div9-bubble {
        left: 50%;
        width: 360px;
        transform: translateX(-50%);
    }

    .div9-footerInner {
        grid-template-columns: 1fr;
        padding: 18px 0 22px 0;
    }
}

/*===================
  -- RESPONSIVO --
=====================*/

/* =========================================================
   RESPONSIVO CIRÚRGICO (SEU LAYOUT ATUAL)
   (Use DEPOIS de prefixar tudo em #gofw)
========================================================= */

/* evita estouro lateral sem afetar o WP */
#gofw {
    overflow-x: clip;
}

/* ======= 1440 -> 1200 ======= */
@media (max-width: 1200px) {
    #gofw .p1-logo-small {
        width: 110px;
    }

    #gofw .p1-logo-big {
        width: 260px;
    }

    #gofw .div6-row-title {
        width: auto;
        max-width: 100%;
    }

    #gofw .div6-row-desc {
        max-width: 60ch;
    }

    #gofw .div5-col {
        padding: 56px 70px;
    }

    #gofw .bubble-run5 {
        left: 320px;
        width: 340px;
    }
}

/* ======= TABLET / NOTEBOOK <= 980 ======= */
@media (max-width: 980px) {

    #gofw .p1-logo-big {
        width: 360px;
    }

    /* painel 1 */
    #gofw .p1-top-left {
        left: 18px;
        top: 18px;
    }

    #gofw .p1-top-right {
        right: 18px;
        top: 18px;
    }

    #gofw .p1-top-border {
        left: 18px;
        width: calc(100% - 36px);
        top: 68px;
    }

    #gofw .p1-bottom-left {
        left: 18px;
        bottom: 142px;
        font-size: 16px;
        letter-spacing: .08em;
    }

    #gofw .p1-bottom-right {
        right: 18px;
        bottom: 90px;
        transform: scale(.9);
        transform-origin: right bottom;
    }

    /* painéis 2 e 3 */
    #gofw .p2-bubbles {
        right: 10vw;
        height: 92vh;
    }

    #gofw .p3-bubbles {
        right: 0;
        height: 44vh;
    }

    /* div2 */
    #gofw .div2-bg {
        height: 95vh;
        background-size: cover;
        background-position: center;
    }

    #gofw .div2-columns {
        flex-wrap: wrap;
        height: auto;
        padding: 24px 18px;
        gap: 22px;
        justify-content: flex-start;
    }

    #gofw .div2-block {
        width: 100%;
        max-width: 560px;
    }

    #gofw .div2-extra-text {
        left: 18px;
        bottom: 140px;
    }

        #gofw .div2-extra-text .linha2 {
            margin-left: 0;
        }

    #gofw .bubble-run {
        width: 320px;
        right: -55px;
    }

    .div2-extra-text .linha1 {
        font-size: 22px;
    }

    .div2-extra-text .linha2 {
        font-size: 22px;
    }

    /* div4 */
    .div4-canvas {
        width: 430px;
        height: 932px;
        opacity: 0.50 !important;
    }

    .modal {
        position: fixed;
        inset: 0;
        display: grid;
        place-items: center;
        padding: 20px;
        opacity: 0;
        pointer-events: none;
        transition: opacity .2s ease;
        z-index: 9999;
    }

        .modal.is-open {
            opacity: 1;
            pointer-events: auto;
        }

    .modal__overlay {
        position: absolute;
        inset: 0;
        background: rgba(11,27,43,.35);
        backdrop-filter: blur(6px);
    }

    .modal__panel {
        position: relative;
        width: min(680px, 92vw);
        max-height: min(76vh, 680px);
        overflow: auto;
        padding: 18px;
    }

    .modal__x {
        position: absolute;
        right: 12px;
        top: 12px;
    }


    #gofw .div4 {
        height: 200vh;
    }

    #gofw .div4-gaming {
        left: 5%;
        top: 25%;
        text-align: left;
        width: 86vw;
    }

    .div4-ico-gaming {
        width: 64px;
        height: auto;
        display: block;
        margin-bottom: 10px;
        opacity: 1;
        filter: drop-shadow(0 0 18px rgba(255, 255, 255, .12));
        justify-self: right;
        position: absolute;
        top: -70px;
        right: 310px;
    }

    .div4-ico-concept {
        width: 64px;
        height: auto;
        display: block;
        margin-bottom: 10px;
        opacity: 1;
        filter: drop-shadow(0 0 18px rgba(255, 255, 255, .12));
        position: absolute;
        top: -70px;
        left: -10px;
    }

    .div4-ico-diamond {
        width: 74px;
        height: auto;
        display: block;
        margin-bottom: 10px;
        opacity: 1;
        filter: drop-shadow(0 0 18px rgba(255, 255, 255, .12));
        justify-self: center;
    }

    #gofw .div4-concept {
        left: 50%;
        right: auto;
        top: 15%;
        text-align: left;
        width: 86vw;
    }

    #gofw .div4-diamond {
        top: 55%;
        width: 88vw;
        text-align: left;
    }

    /* div5 */
    #gofw .div5 {
        height: auto;
    }

    #gofw .div5-stage {
        height: auto;
        position: relative;
        top: auto;
    }

    #gofw .div5-grid {
        grid-template-columns: 1fr;
        height: auto;
    }

    #gofw .div5-col {
        padding: 34px 22px;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.35);
    }

    #gofw .bubble-run5 {
        left: 50%;
        top: 260px;
        width: 300px;
        transform: translateX(-50%) translateY(140px);
    }

    /* div6 */
    #gofw .div6 {
        padding: 56px 18px 44px;
    }

    #gofw .div6-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    #gofw .div6-top-bubble {
        width: 240px;
        transform: none;
    }

    #gofw .div6-row-inner {
        flex-wrap: wrap;
        gap: 14px;
        padding: 18px 14px;
    }

    #gofw .div6-row-title {
        font-size: 30px;
        width: auto;
    }

    #gofw .div6-row-desc {
        font-size: 16px;
        padding: 0;
    }

    #gofw .div6-row.div6-row--with-card .div6-row-card {
        display: none;
    }

    /* div7 */
    #gofw .div7 {
        height: auto;
        min-height: unset;
        padding: 14px;
    }

    #gofw .div7-frame {
        grid-template-columns: 1fr;
        height: auto;
    }

    #gofw .div7-left {
        min-height: 320px;
        border-bottom: 1px solid rgba(255,255,255,.30);
    }

    #gofw .div7-right {
        padding: 28px 18px 22px;
    }

    #gofw .div7-quote {
        font-size: 36px;
        text-align: left;
    }

    #gofw .div7-author, #gofw .div7-bio {
        text-align: left;
        align-self: flex-start;
    }

    /* div8 */
    #gofw .div8-inner {
        grid-template-columns: 1fr;
        padding: 70px 18px 0;
        justify-items: start;
    }

    #gofw .div8-left {
        padding: 0;
        width: 100%;
        height: 100px;
    }

    #gofw .div8-right {
        padding: 28px 0 0;
        width: 100%;
        align-items: flex-start;
        height: 50vh;
    }

    #gofw .div8-title {
        font-size: 56px;
    }

    #gofw .div8-card {
        width: 100%;
        height: 470px;
    }

    #gofw .div8-card-body {
        height: auto;
        padding: 22px;
    }

    .div8-cardWrap {
        position: relative;
        width: min(520px, 100%);
        margin-left: auto;
        outline: none;
        height: auto;
    }

    .div8 {
        height: 200vh;
    }

    .div8-stage {
        height: 120vh;
    }

    #gofw .div8-inner {
        grid-template-columns: 1fr;
        padding: 110px 20px 0 20px;
        justify-items: start;
        height: 110vh;
    }

    /* div9 */
    #gofw .div9-center {
        grid-template-columns: 1fr;
        top: 25%;
        text-align: center;
    }

    #gofw .div9-leftPoster {
        width: min(340px, 88vw);
        margin: 0 auto;
    }

    #gofw .div9-frags {
        display: none;
    }

    #gofw .div9-ctaTitle {
        font-size: 52px;
        padding-top: 0;
    }

    #gofw .div9-ribbons {
        width: 120%;
        top: 16%;
    }

    #gofw .div9-track {
        font-size: 28px;
    }

    #gofw .div9-bubble {
        left: 50%;
        width: 320px;
        transform: translateX(-50%);
    }

    #gofw .div9-footerInner {
        grid-template-columns: 1fr;
        width: 100%;
        padding: 18px 18px 22px;
    }

    .div9-ribbon--a {
        --y: 130px;
        --rot: 23deg;
    }

    .div9-ribbon--b {
        --y: 116px;
        --rot: 0deg;
        z-index: 99;
    }

    .div9-ribbon--c {
        --y: 105px;
        --rot: -23deg;
    }

    .div9-stage {
        height: 100vh;
    }

    /* Garanta contexto e que não corte o popup */
    .div2-bg,
    .div2-columns {
        position: relative;
        overflow: visible; 
    }

    .div2-block {
        position: relative;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
    }

    /* Popup fechado (default) */
    .div2-popup {
        position: absolute;
        left: 50%;
        top: calc(100% + 12px);
        transform: translate(-50%, 10px);
        width: min(360px, calc(100vw - 32px));
        padding: 16px 16px;
        border-radius: 16px;
        /* glass */
        background: rgba(255,255,255,.14);
        border: 1px solid rgba(255,255,255,.28);
        backdrop-filter: blur(18px) saturate(1.25);
        -webkit-backdrop-filter: blur(18px) saturate(1.25);
        box-shadow: 0 18px 55px rgba(11,27,43,.20);
        opacity: 0;
        transition: opacity .22s ease, transform .22s ease;
        z-index: 99999;
    }

    .div2-icon {
        width: 60px;
    }

    /* (Opcional) Hover no desktop */
    @media (hover:hover) and (pointer:fine) {
        .div2-block:hover .div2-popup {
            opacity: 1;
            pointer-events: auto;
            transform: translate(-50%, 0);
        }
    }

    /* Aberto via clique (desktop + mobile) */
    .div2-block.is-open .div2-popup {
        opacity: 1;
        pointer-events: auto;
        transform: translate(-50%, 0);
    }

    /* Mobile: vira "bottom sheet" */
    @media (max-width: 980px) {
        .div2-popup {
            position: fixed;
            left: 50%;
            top: auto;
            bottom: 16px;
            width: calc(100vw - 32px);
            max-width: 520px;
            transform: translate(-50%, 14px);
            z-index: 9999;
        }

        .div2-block.is-open .div2-popup {
            transform: translate(-50%, 0);
        }
    }

    /* ===== GRID 2 | 2 | 1 (mantém) ===== */
    #gofw .div2-columns {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
        padding: 18px 16px 24px;
        width: 100%;
        box-sizing: border-box;
        height: 500px;
    }

        #gofw .div2-columns.is-odd .div2-block:last-child {
            grid-column: 1 / -1;
        }

    #gofw .div2-block, #gofw .div2-block * {
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
    }

    /* ===== IMPORTANTÍSSIMO: permitir o popover “vazar” por cima ===== */
    #gofw .div2-bg,
    #gofw .div2-columns {
        overflow: visible !important;
    }

    /* cada bloco vira âncora do dropdown */
    #gofw .div2-block {
        position: relative;
        z-index: 1000;
        cursor: pointer;
        touch-action: manipulation;
        display: flex;
        justify-content: flex-start;
    }

    .div2-block h3 {
        font-family: 'Darker Grotesque', sans-serif;
        font-size: 20px;
    }

        #gofw .div2-block.is-open {
            z-index: 50;
        }

    /* ===== POPUP como “dropdown” (igual desktop) ===== */
    #gofw .div2-popup {
        position: absolute;
        left: 50%;
        top: calc(100% + 10px);
        transform: translateX(-50%);
        display: none;
        z-index: 999;
        width: min(520px, 92vw);
        max-height: 60vh;
        overflow: auto;
        touch-action: manipulation;
        background: rgba(10,10,10,.90);
        border: 1px solid rgba(255,255,255,.18);
        border-radius: 14px;
        padding: 16px;
        height: 170px;
    }

    #gofw .div2-block.is-open .div2-popup {
        display: block;
    }

    #gofw .div2-popup h2 {
        margin: 0 0 10px 0;
        font-size: 18px;
        line-height: 1.15;
    }

    #gofw .div2-popup p {
        margin: 0;
        line-height: 1.4;
        word-break: break-word;
        font-size: 15px;
    }

    .div2-popup {
        position: fixed;
        left: 50%;
        bottom: 16px;
        top: auto;
        transform: translateX(-50%);
        width: calc(100vw - 32px);
        max-width: 520px;
    }
}

/* ======= MOBILE <= 480 ======= */
@media (max-width: 480px) {
    #gofw .p1-btn-bolha {
        width: 60px;
        right: 110px;
    }

    #gofw .p1-codepro {
        font-size: 12px;
        letter-spacing: .20em;
    }

    #gofw .marquee-content {
        font-size: 20px;
    }

    .div2 .marquee-content img {
        width: 40px;
    }

    .div2 .marquee{
        height: 40px;
    }

    #gofw .dark {
        font-size: 34px;
    }

    #gofw .div9-marquee {
        height: 84px;
    }
}

/* ============================================== PORTFOLIO =============================================== */

/* ======================
   DIV1 PORTFOLIO — ISOLADO
====================== */
.pfolio1, .pfolio1 * {
    box-sizing: border-box;
}

.pfolio1 {
    position: relative;
    min-height: 100vh;
    background: #000;
    color: #fff;
    isolation: isolate;
    overflow: hidden;
}

/* moldura externa + trilho direito (print do portfolio) */
.pfolio1-frame {
    position: absolute;
    pointer-events: none;
    z-index: 50;
}

.pfolio1-rail {
    position: absolute;
    top: 18px;
    bottom: 18px;
    right: 40px;
    width: 1px;
    background: rgba(255,255,255,.38);
    pointer-events: none;
    z-index: 50;
}

/* HERO com foto */
.pfolio1-hero {
    position: relative;
    height: 60vh;
    overflow: hidden;
    border: 0;
    background: #111;
}

.pfolio1-heroBg {
    position: absolute;
    inset: 0;
    background: url("assets/portfolio_img/topo.png") center/cover no-repeat;
    transform: scale(1.02);
    z-index: 0;
}

.pfolio1-heroShade {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

/* ========= Portfolio animations ========= */

/* Lead - texto letra por letra */
.pfolio1 .pfolio1-lead {
    will-change: opacity, transform;
}

    /* cada letra */
    .pfolio1 .pfolio1-lead .char {
        display: inline-block;
        opacity: 0; /* invisível antes de preencher */
        transform: translateY(6px);
        will-change: opacity, transform;
    }

/* Contexto / Detalhes - slide in */
.pfolio1 .pfolio1-info > div {
    will-change: transform, opacity;
}

.pfolio1 .pfolio1-lead .pfolio1-char {
    opacity: 0;
    transform: translateY(8px);
    display: inline-block;
    will-change: opacity, transform;
}

.pfolio1 .pfolio1-lead:not([data-pfolio-split="1"]) {
    visibility: hidden;
}

/* ======================
   TOPO
====================== */

/* evita a área do link travar clique fora */
.pfolio1-ctaLink {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
}

.pfolio1-ctaLink {
    pointer-events: none;
}

    .pfolio1-ctaLink .p1-top-right {
        pointer-events: auto;
    }


.pfolio1 .p1-top-left {
    position: absolute;
    top: 32px;
    left: 64px;
    z-index: 3;
}

.pfolio1 .p1-logo-small {
    width: 120px;
    display: block;
}

.pfolio1 .p1-top-right {
    position: absolute;
    top: 32px;
    right: 64px;
    display: flex;
    gap: 12px;
    align-items: center;
    z-index: 3;
}

.pfolio1 .p1-codepro {
    font-family: 'CODE PRO';
    font-weight: bold;
    letter-spacing: .28em;
    font-size: 14px;
    line-height: 1;
    color: white;
}

.pfolio1 .p1-btn-bolha {
    width: 70px;
    position: absolute;
    right: 140px;
}

.pfolio1 .p1-btn-hover {
    width: 22px;
    transition: .25s;
    cursor: pointer;
    z-index: 5;
}

.pfolio1 .p1-top-right:hover .p1-btn-hover {
    transform: translate(4px,-4px);
}

.pfolio1 .p1-top-border {
    position: absolute;
    top: 82px;
    left: 64px;
    width: calc(100% - 128px);
    height: 1px;
    background: #fff;
    opacity: .6;
    z-index: 2;
}

/* TÍTULO central do hero */
.pfolio1-titleWrap {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 0 32px;
    text-align: center;
    z-index: 2;
}

.pfolio1-title {
    margin: 0;
    font-family: "Darker Grotesque", sans-serif !important;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: 60px;
    line-height: 1.1;
    text-shadow: 0 18px 60px rgba(0,0,0,.55);
}

/* ======================
   BODY (igual print)
====================== */
.pfolio1-body {
    position: relative;
    z-index: 10;
    padding-top: 18px;
}

.pfolio1-container {
    width: min(1920px, calc(100% - 140px));
    margin: 0 auto;
}

.pfolio1-lead {
    margin: 0;
    padding-top: 6px;
    font-family: "Source Code Pro", monospace;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.65;
    opacity: .92;
    text-align: left;
}

/* duas colunas */
.pfolio1-info {
    margin-top: 100px;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 60px;
    align-items: start;
}

.pfolio1-h {
    margin: 0 0 10px 0;
    font-family: "Source Code Pro", monospace;
    font-weight: 700;
    font-size: 25px;
    opacity: .98;
}

.pfolio1-p {
    margin: 0;
    font-family: "Source Code Pro", monospace;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.65;
    opacity: .85;
    width: 660px;
}

/* galeria 2x2 */
.pfolio1-gallery {
    margin-top: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
    width: 100%;
    gap: 20px;
}

.pfolio1-card {
    position: relative;
    overflow: hidden;
    background: #111;
    aspect-ratio: 10/7;
    margin: 0;
}

    .pfolio1-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transform: scale(1.01);
    }

/* overlays */
.pfolio1-overlay {
    position: absolute;
    pointer-events: none;
    z-index: 3;
    mix-blend-mode: screen;
    opacity: .92;
    filter: saturate(1.3) contrast(1.05);
}

.pfolio1-overlay--tr {
    width: 56%;
    height: 60%;
    left: 18%;
    top: 18%;
    background: radial-gradient(circle at 32% 45%, rgba(255,255,0,.95) 0%, rgba(255,70,0,.85) 35%, rgba(255,0,170,.78) 62%, rgba(0,255,255,.55) 100% ), linear-gradient(135deg, rgba(255,0,170,.55), rgba(255,210,0,.45));
}

.pfolio1-overlay--bl {
    width: 64%;
    height: 44%;
    left: 8%;
    bottom: 14%;
    background: radial-gradient(circle at 35% 50%, rgba(255,255,0,.95) 0%, rgba(255,70,0,.85) 35%, rgba(255,0,170,.78) 62%, rgba(0,255,255,.55) 100% ), linear-gradient(135deg, rgba(255,0,170,.55), rgba(255,210,0,.45));
}

/* responsivo */
@media (max-width: 980px) {
    .pfolio1-rail {
        display: none;
    }

    .pfolio1-container {
        width: min(520px, calc(100% - 60px));
    }
}

@media (max-width: 720px) {
    .pfolio1 {
        padding: 12px;
    }

    .pfolio1-frame {
        inset: 12px;
    }

    .pfolio1-hero {
        height: 210px;
    }

    .pfolio1 .p1-top-left {
        left: 18px;
        top: 22px;
    }

    .pfolio1 .p1-top-right {
        right: 18px;
        top: 22px;
    }

    .pfolio1 .p1-top-border {
        left: 18px;
        width: calc(100% - 36px);
        top: 70px;
    }

    .pfolio1-title {
        font-size: 18px;
        letter-spacing: .12em;
    }

    .pfolio1-container {
        width: calc(100% - 28px);
    }

    .pfolio1-lead {
        text-align: left;
    }

    .pfolio1-info {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .pfolio1-gallery {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

/* Portfolio GSAP - estado inicial */
.pfolio1 .pfolio1-card {
    will-change: transform, opacity;
}


/* ====== GALERIA 2x2 RESPONSIVA ====== */
.pfolio1 .pfolio1-gallery {
    width: 100%;
    height: 100vh;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 20px; 
    padding: 0px;
    box-sizing: border-box;
    overflow: hidden; 
    position: relative;
    z-index: 10;
    background: #000;
}


    .pfolio1 .pfolio1-gallery .pfolio1-card {
        margin: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: block;
    }


        .pfolio1 .pfolio1-gallery .pfolio1-card img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
            object-position: center;
        }

/* responsivo mobile: vira 1 coluna */
@media (max-width: 900px) {
    .pfolio1 .pfolio1-gallery {
        height: auto;
        grid-template-columns: 1fr;
        grid-template-rows: none;
    }

        .pfolio1 .pfolio1-gallery .pfolio1-card {
            aspect-ratio: 16 / 9; 
            height: auto;
        }
}

/* ====== Desafios / Resultados (igual imagem 2) ====== */
.pfolio1-post {
    width: 100%;
    min-height: 50vh;
    background: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 90px 0;
    position: relative;
    z-index: 1;
}

    .pfolio1-post .pfolio1-postBlock {
        width: min(100%, 92vw);
        margin-left: 70px;
        opacity: 1; /* gsap controla */
        transform: none; /* gsap controla */
    }

        .pfolio1-post .pfolio1-postBlock + .pfolio1-postBlock {
            margin-top: 90px;
        }

.pfolio1-postTitle {
    margin: 0 0 16px 0;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 900;
    font-size: 44px;
    letter-spacing: .01em;
    line-height: 1;
}

.pfolio1-postText {
    margin: 0;
    font-family: "Source Code Pro", monospace;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    opacity: .92;
}

.pfolio1-gallery {
    position: relative;
    z-index: 10;
}

/* Responsivo */
@media (max-width: 900px) {
    .pfolio1-post {
        padding: 70px 0;
    }

        .pfolio1-post .pfolio1-postBlock {
            width: calc(100% - 40px);
            margin-left: 20px;
        }

    .pfolio1-postTitle {
        font-size: 36px;
    }


}
