/* ══════════════════════════════════════
     RELATIVO À HOMEPAGE
  ══════════════════════════════════════ */

/* ══════════════════════════════════════
     SLIDER
  ══════════════════════════════════════ */
.home-cases-slider {
    position: relative;
    height: 100vh;
    overflow: hidden;
	margin-top: -20px;
}

/* SLIDES */
.case-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.case-slide.is-active {
    opacity: 1;
    z-index: 2;
}

/* VIDEO */
.case-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* OVERLAY */
.case-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
}

/* CONTENT */
.case-content {
    position: absolute;
    left: 8%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 580px;
    color: #fff;
}

/* TEXT */
.case-client {
    font-size: 14px;
    margin-bottom: -30px;
    opacity: 0.8;
	text-transform: lowercase;
	font-family: 'Abril display', serif;
	font-weight: 700;
	font-style: italic;
}

.case-title {
    font-size: 34px;
    margin-bottom: 16px;
	font-weight: 200;
	text-transform: uppercase;
}

.case-work {
    margin-bottom: 30px;
}

/* CTA */
.case-cta {
    display: inline-block;
    padding: 8px 28px;
    background: #EF4526;
    color: #18182B;
    border-radius: 40px;
    text-decoration: none;
}

/* NAV */
.cases-nav {
	position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
	z-index: 2;
}

.cases-dot {
	justify-content: center;
    width: 220px;
    height: 4px;
    background: #f78c23;
    cursor: pointer;
    position: relative;
    overflow: hidden;
	z-index: 2;
	border-radius: 40px;
	background-blend-mode: difference;
	mix-blend-mode: difference;
}

.cases-dot .progress {
    position: absolute;
    inset: 0;
    width: 0%;
    background: #fff;
	z-index: 3;
}
/* ══════════════════════════════════════
     SEGUNDA DOBRA - IAP MEANING
  ══════════════════════════════════════ */
.iap-meaning {
    background: #FFFAE76 ;
    padding: 80px 20px;
    text-align: center;
}

.iap-words {
    color: #18182B;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 30px;
	font-family: "Abril display", serif;
	font-weight: 600;
}

.iap-words span {
    display: inline-block;
}

.iap-dot {
    font-size: 28px;
    color: #EF4526;
    margin: 0 auto;
    padding: 0 0 5px 0;
    line-height: 0;
}

.iap-statement {
    color: #18182B;
    font-size: 24px;
    max-width: 400px;
    margin: 0 auto;
    font-weight: 100;
	font-family: "Montserrat", sans-serif;
}

/* ══════════════════════════════════════
     TERCEIRA DOBRA - ARQUITETURA DE MARCA
  ══════════════════════════════════════ */

.home-arquitetura {
    position: relative;
    width: 100%;
    min-height: 70vh;
    display: flex;
    align-items: center;
    padding: 120px 8%;
    overflow: hidden;
}

@media (max-width: 768px) {
    .home-arquitetura {
        position: relative;
        width: 100%;
        min-height: 70vh;
        display: flex;
        align-items: center;
        padding: 45% 8% 5%;
        overflow: hidden !important;
    }
}

.bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile {
    display: none;
}

@media (max-width: 768px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }
}
.home-arquitetura-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0);
}

.home-arquitetura-content {
    position: relative;
    z-index: 2;
    max-width: 420px;
}
@media (max-width: 768px) {
	.home-arquitetura-content {
		max-width: 320px;
	}
    
    .home-arquitetura-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0,0,0,.4);
}
   .home-arqueitetura-new-title {
        -webkit-text-stroke: 1.5px white;
}
}
.home-arquitetura-title {
    color: #ef4526;
    font-size: 14px;
    margin-bottom: -20px;
	font-style: italic;
	font-weight: 500;
}

.title-dot {
    color: #feeee5;
	font-size: 24px;
}
.home-arqueitetura-new-title {
	color: #fff;
    font-size: 34px;
    line-height: 1.6;
    margin-bottom: 40px;
	font-weight: 300;
	text-transform: uppercase;
}
.home-arquitetura-text {
    color: #feeee5;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 40px;
}

/* ══════════════════════════════════════
     QUARTA DOBRA - IDENTIDADE VISUAL
  ══════════════════════════════════════ */

.home-id-visual {
    position: relative;
    width: 100%;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 120px 40px;
    overflow: hidden;
}

/* BACKGROUND */

.home-id-visual-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.home-id-visual-bg img {
    width: 100%;
    height: auto;
    object-fit: cover;
	object-position: center 20%;
	
}

/* CONTENT */

.home-id-visual-content {
    position: relative;
    z-index: 2;
    max-width: 420px;
    width: 100%;
    margin-right: 8%;
    text-align: right;
}

/* TITLE */

.home-id-visual-title {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: -20px;
	font-style: italic;
	font-weight: 400;
}

.home-id-visual-dot {
    color: #F78C23;
	font-size: 44px;
}
.home-id-visual-new-title {
	color: #fff;
    font-size: 34px;
    line-height: 1.6;
    margin-bottom: 40px;
	font-weight: 150;
	text-transform: uppercase;
}
/* TEXT */

.home-id-visual-text {
    font-size: 14px;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 40px;
}

/* MOBILE */

@media (max-width: 768px) {

    .home-id-visual {
        align-items: flex-end;
        justify-content: flex-start;
        padding: 45% 5% 20% 5%;
    }

    .home-id-visual-content {
        margin-right: 0;
        text-align: left;
        max-width: 320px;;
    }
    .home-id-visual-new-title {
        -webkit-text-stroke: 1.5px white;
}
}
/* ══════════════════════════════════════
     QUINTA DOBRA - CAMPANHAS DE BRANDING
  ══════════════════════════════════════ */

.home-branding-campaign {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* imagem como camada de fundo real */
.branding-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

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

.home-branding-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,1);
}
/* conteúdo por cima */
.home-branding-content {
    position: relative;
    z-index: 2;
    max-width: 420px;
    padding-left: 8%;
    color: #fff;
}
.home-branding-title {
    color: #ef4526;
    font-size: 14px;
    margin-bottom: -20px;
	font-style: italic;
}

.title-dot {
    color: #feeee5;
	font-size: 24px;
}
.home-branding-new-title {
	color: #fff;
    font-size: 34px;
    line-height: 1.6;
    margin-bottom: 40px;
	font-weight: 150;
	text-transform: uppercase;
}
.home-branding-text {
    color: #feeee5;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 40px;
}


/* MOBILE */
@media (max-width: 768px) {

    .home-branding-campaign {
        align-items: flex-end;
        padding: 40px 20px;
    }
    .home-branding-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,1);
}
    .home-branding-content {
        width: 320px;
        padding: 0;
    }
    .home-branding-new-title {
        -webkit-text-stroke: 1.5px white;
}
     .home-branding-title {
         color: white;
         
     }
     .title-dot {
         color: #EF4526;
     }
}
/* ══════════════════════════════════════
     SEXTA DOBRA - CONSULTORIA ESTRATÉGICA
  ══════════════════════════════════════ */
.home-consultancy {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end; /* joga conteúdo pra direita */
}

/* imagem */
.consultancy-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

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

/* conteúdo */
.home-consultancy-content {
    position: relative;
    z-index: 2;
    max-width: 420px;
    padding-right: 8%;
    color: #fff;
    text-align: right;
}

.home-consultancy-text {
	font-size: 14px;
}

/* MOBILE */
@media (max-width: 768px) {

    .home-consultancy {
        align-items: flex-end;
        justify-content: flex-start;
        padding: 40px 20px;
    }

    .home-consultancy-content {
        width: 100%;
        padding: 0;
        text-align: left;
    }
}
/* ══════════════════════════════════════
     SÉTIMA DOBRA - INTRO STUDIO
  ══════════════════════════════════════ */

.inside-iap {
    padding: 80px 120px 10px;
}
@media (max-width: 768px) {
	.inside-iap {
    padding: 60px 120px 5px;
	margin-bottom: -150px;
	}}

.inside-iap-title {
    font-size: 2.4em;
    font-weight: 120;
    font-style: italic;
    text-align: center;
    color: #282953;
}

.inside-iap-text {
    font-size: 0.8em;
    line-height: 1.8em;
    text-align: center;
    color: white;
    max-width: 460px;
    margin: 0 auto;
}

/* ══════════════════════════════════════════════
     OITAVA DOBRA - QUEM SOMOS | MANIFESTO | TIME
  ══════════════════════════════════════════════ */

.inside-home-2 {
    padding: 20px 60px 120px;
    overflow: hidden;
}


.inside-home-itens {
    max-width: 1200px;
    margin: 0 auto;
}

/* ---------- Item principal ---------- */
.inside-home-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
    gap: 10px;
}

.inside-home-item--reverse {
    flex-direction: row-reverse;
}

/* ---------- Imagem ---------- */
.inside-home-item__img {
    width: 45%;
    flex-shrink: 0;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    position: relative;
}

/* AQUI ESTÁ O PULO DO GATO */
.inside-home-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;

    transform: translateY(80px);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.inside-home-item__img.is-visible img {
    transform: translateY(0);
}
/* ---------- Conteúdo ---------- */
.inside-home-item__content {
    width: 50%;
    flex-shrink: 0;
    color: #282953;
}

.inside-home-item__eyebrow {
    font-size: 12px;
    text-transform: lowercase;
    opacity: 0.7;
    margin-bottom: 10px;
	font-style: italic;
}

.inside-home-item__name {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.inside-home-item__bio {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* ---------- Responsivo ---------- */
@media (max-width: 768px) {
    .inside-home-item {
        gap: 12px;
        margin-bottom: 0px;
    }

    .inside-home-item__name {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .inside-home-2 {
        padding: 80px 24px;
    }

    .inside-home-item,
    .inside-home-item--reverse {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 0px;
    }

    .inside-home-item__img,
    .inside-home-item__content {
        width: 100%;
    }

    .inside-home-item__name {
        font-size: 28px;
    }

    .inside-iap {
        padding: 60px 24px;
    }
}

@media (max-width: 480px) {
    .inside-home-2 {
        padding: 60px 20px ;
    }

    .inside-home-item {
        margin-bottom: 60px;
    }

    .inside-home-item__name {
        font-size: 24px;
    }
}

/* ══════════════════════════════════════════════
     NONA DOBRA - INTRO NOSSAS IDEIAS
  ══════════════════════════════════════════════ */
.home-nossas-ideias {
    padding: 80px 120px 2px;
}

.home-nossas-ideias-eyebrown {
    font-size: .9em;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    color: #282953;
}

.inside-iap-text {
    font-size: 0.9em;
    line-height: 1.8em;
    text-align: center;
    color: #282953;
    max-width: 460px;
    margin: 0 auto;
}
@media (max-width: 480px) {
	.home-nossas-ideias {
    padding: 80px 20px 2px;
	}}
/* ══════════════════════════════════════════════
     DÉCIMA DOBRA - NOSSAS CAMPANHAS
  ══════════════════════════════════════════════ */
.home-campaign-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;

}

/* VIDEO */
/* WRAPPER DO VÍDEO */
.hero-bg-wrap {
    position: absolute;
    inset: 0;
    margin: 4% 2%; /* ← aqui você controla a margem lateral */
    overflow: hidden;
    z-index: 1;

}

/* VIDEO */
.hero-bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
	aspect-ratio: 16/1;
}

/* OVERLAY (com leve gradiente pra leitura) */
.hero-overlay {
    position: absolute;
    inset: 0;
	margin: 4% 2%; /* ← aqui você controla a margem lateral */
    background: linear-gradient(90deg, rgba(0,0,0,0.2) 30%, rgba(0,0,0,0.7) 100%);
    z-index: 2;
}

/* CONTEÚDO */
.hero-content {
    position: relative;
    z-index: 3;
    max-width: 480px;
    margin-left: auto;
    margin-right: 8%;
    color: #fff;
}

/* TIPOGRAFIA */
.hero-eyebrow {
    display: block;
	font-family: 'Abril display', serif;
    font-size: 12px;
	font-weight: 700;
    margin-bottom: -12px;
    font-style: italic;
}

.hero-title {
    font-size: 42px;
    line-height: 1.2;
	font-weight: 200;
    margin-bottom: 6px;
}

.hero-excerpt {
    font-size: 14px;
    margin-bottom: 30px;
    opacity: 0.9;
}

/* MOBILE */
@media (max-width: 768px) {

    .home-campaign-hero {
        align-items: flex-end;
        padding-bottom: 160px;
		margin-bottom: 45px;
    }

    .hero-content {
        margin: 0 auto;
        text-align: center;
        padding: 0 20px;
    }

    .hero-title {
        font-size: 28px;
    }
}
/* ══════════════════════════════════════════════
     DÉCIMA PRIMEIRA DOBRA - NOSSAS IDEIAS
  ══════════════════════════════════════════════ */
.home-ideias {
	padding: 40px 40px;

}


.home-ideias .ideias-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
	
}
.home-ideias-card {
    border-radius: 10px 10px 10px 10px;
    display: flex;
    flex-direction: column;
    background: #18182B;
    transition: background 0.25s;
  }
  .home-ideias-card:hover { background: #1f1f45; }
 
  /* Thumbnail */
  .home-ideias-card__thumb {
    overflow: hidden;
    aspect-ratio: 16/10;
	  border-radius: 10px 10px 0px 0px;
  }
  .home-ideias-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .home-ideias-card:hover .ideias-card__thumb img { transform: scale(1.04); }
 
  /* No thumbnail placeholder */
  .home-ideias-card__thumb-placeholder {
    aspect-ratio: 16/10;
    background: rgba(24,24,43,0.06);
  }
 
  /* Card body */
  .home-ideias-card__body {
    padding: 18px 28px 32px;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
 
  .home-ideias-card__cat {
    font-size: 0.68rem;
    font-weight: 600;
    font-family: "Abril display", serif;
    color: #ffffff;
    margin-bottom: 6px;
	 text-align: center;
	  text-transform: lowercase;
  }
 
  .home-ideias-card__title {
    font-size: .9rem;
    font-weight: 300;
    line-height: 1.25;
    color: #ffffff;
    margin-bottom: 10px;
    letter-spacing: -0.01em;
    flex: 1;
  }
 
  .home-ideias-card__excerpt {
    font-size: 0.7rem;
    line-height: 1.8;
    color: #ffffff;
    margin-bottom: 18px;
	  
  }





@media (max-width: 1024px) {
    .home-ideias {
	padding: 10px 10px 20px;

} 
	
	.ideias-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .home-ideias .ideias-grid {
        grid-template-columns: 1fr;
    }
}