:root{
  --bg:#0b0b0e;
  --text:#f5f5f7;
  --muted:#b7b7c4;
  --header-h:74px;
}

*{box-sizing:border-box}

body{
  margin:0;
  font-family:Inter,system-ui;
  background:var(--bg);
  color:var(--text);
  scroll-snap-type:y mandatory;
}

a{text-decoration:none;color:inherit}
img,video{width:100%;height:100%;object-fit:cover;display:block}

/* TOPBAR */
.topbar{
  position:fixed;
  top:0;left:0;right:0;
  height:var(--header-h);
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 22px;
  backdrop-filter:blur(12px);
  z-index:100;
}

/* LOGO */
.brand{
  display:flex;
  align-items:center;
  height:100%;
}

.brand img{
  height:150px;
  width:auto;
  object-fit:contain;
  opacity:.95;
}

/* NAV */
.nav{
  display:flex;
  gap:16px;
}

.nav a{
  color:var(--muted);
  font-size:14px;
}

.nav a:hover{color:var(--text)}

.snap{scroll-snap-align:start}

/* HERO */
.hero{min-height:100svh;position:relative}
.hero-bg{position:absolute;inset:0}
.hero-vignette{
  position:absolute;
  inset:0;
  background:linear-gradient(to bottom,rgba(0,0,0,.25),rgba(0,0,0,.9));
}

/* =======================
   MEDIA BLOCK
======================= */
.media-block{
  min-height:100svh;
  display:grid;
  grid-template-columns:420px 1fr;
  gap:96px;
  align-items:center;
  padding:0 96px;
}

/* EVENTO INVERTIDO */
.media-block.reverse{
  grid-template-columns:1fr 420px;
}

/* DEMOREEL */
.reel-vertical{
  position:relative;
  width:420px;
  height:calc(100svh - var(--header-h));
  overflow:hidden;
}

/* BOTÃO */
.reel-btn{
  position:absolute;
  bottom:42px;
  right:42px;
  font-size:12px;
  letter-spacing:.18em;
  color:#fff;
  opacity:.85;
  z-index:5;
}

.reel-btn:hover{opacity:1}

/* TEXTO BASE */
.media-text{
  display:flex;
  flex-direction:column;
  justify-content:center;
}

/* =======================
   AJUSTE ESPECÍFICO – PUB
======================= */
#pub .media-text{
  padding-left:40px;
  padding-right:80px; /* usa melhor o espaço da direita */
}

#pub .media-text p{
  font-size:25px;          /* fonte maior */
  line-height:1.9;         /* leitura premium */
  max-width:640px;   /* ocupa mais espaço horizontal */
  text-align: center;      
  color:var(--text);
}

/* =======================
   EVENTO – NÃO ALTERADO
======================= */
#evento .media-text{
  padding-left:40px;
  padding-right:80px; /* usa melhor o espaço da direita */
}

#evento .media-text p{
  font-size:25px;          /* fonte maior */
  line-height:1.9;         /* leitura premium */
  max-width:640px; /* ocupa mais espaço horizontal */
  text-align: center;          
  color:var(--text);
}

/* =======================
   LOGOS — AJUSTADO
======================= */

.logos-section{
  padding:140px 0;
  text-align:center;
}

.logos-section h2{
  font-size:22px;
  letter-spacing:.18em;
  margin-bottom:64px;
}

.logo-grid{
  max-width:900px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:48px;
  align-items:center;
  justify-items:center;
}

.logo-grid img{
  max-width:160px;
  max-height:80px;
  object-fit:contain;
  opacity:.9;
}



/* FOOTER */
.footer{
  padding:14px 0 24px;
  display:flex;
  justify-content:center;
}

.social-mini{
  display:flex;
  gap:22px;
}

.social-mini img{
  width:18px;
  opacity:.65;
  transition:.25s;
}

.social-mini img:hover{
  opacity:1;
  transform:scale(1.1);
}


/* CONTEÚDO APÓS HERO */
.inner-page{
  padding-top:120px;
}

/* =======================
   SOBRE NÓS
   (ADICIONAL – NÃO REMOVE NADA)
======================= */

#sobre{
  min-height:100svh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 96px;
}

/* container do texto agora ocupa mais da tela */
#sobre .about-text{
  width:100%;
  max-width:1200px;   /* mais esticado */
  margin:0 auto;
}

/* texto em formato de linha ampla */
#sobre .about-text p{
  font-size:23px;     
  line-height:1.9;
  max-width:100%;     /* remove o “miolo” estreito */
  text-align:center; /* leitura mais fluida em bloco largo */
  color:var(--text);
}



/* =======================
   SOBRE NÓS – ABA
   (EXTENSÃO, NÃO SUBSTITUI)
======================= */

#sobre{
  min-height:100svh;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

/* Texto do Sobre */
.about-text{
  max-width:760px;
  margin:0 auto;
  padding:0 24px;
}

.about-text p{
  font-size:18px;
  line-height:1.9;
  color:var(--text);

  text-align:justify;
  text-justify:inter-word;   /* justificação mais natural */
  hyphens:auto;              /* quebra de palavras elegante */
}


/* =======================
   FOOTER – CONFIANÇA
======================= */

.footer{
  padding:48px 0 32px;
  text-align:center;
}

.footer-inner{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:18px;
}

.footer-copy{
  font-size:13px;
  color:var(--muted);
  letter-spacing:.08em;
}

/* ÍCONES */
.footer .social-mini{
  display:flex;
  gap:26px;
}

.footer .social-mini img{
  width:20px;
  opacity:.6;
  transition:.25s;
}

.footer .social-mini img:hover{
  opacity:1;
  transform:scale(1.15);
}
/* =======================
   FOOTER – FONT AWESOME
======================= */

.footer .social-mini a{
  color:#fff;                 /* branco puro */
  font-size:22px;             /* tamanho visível */
  opacity:.75;
  transition:.25s;
}

.footer .social-mini a:hover{
  opacity:1;
  transform:scale(1.2);
}
/* =======================
   FOOTER – IMAGEM (WHATSAPP)
======================= */

.footer{
  padding:64px 0 48px;
  text-align:center;
}

.footer-inner{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:22px;
}

.footer-copy{
  font-size:13px;
  color:var(--muted);
  letter-spacing:.08em;
}

/* ÍCONE COM IMAGEM */
.footer .social-mini{
  display:flex;
  justify-content:center;
  align-items:center;
}

.footer .social-mini a{
  display:flex;
  align-items:center;
  justify-content:center;
}

.footer .social-mini img{
  width:42px;          /* tamanho ideal */
  height:auto;
  opacity:.75;
  transition:.3s ease;
}

.footer .social-mini img:hover{
  opacity:1;
  transform:scale(1.15);
}


/* =======================
   AJUSTE FINAL – SOBRE + FOOTER
   (NÃO REMOVE NADA)
======================= */

/* reduz o espaço inferior do Sobre */
#sobre{
  padding-bottom:20px;   /* antes estava “infinito” visualmente */
}

/* puxa o footer levemente para cima */
.footer{
  margin-top:-200px;
}
/* =======================
   CORREÇÃO DEFINITIVA – LOGOS PEQUENAS
   (SOBRESCREVE img{width:100%;height:100%})
======================= */

.logo-grid img{
  width:auto !important;     /* quebra o 100% global */
  height:40px !important;    /* MUITO menor */
  max-width:90px;            /* trava horizontal */
  object-fit:contain;
  margin:0 auto;
  opacity:.85;
}

/* MOBILE */
@media(max-width:900px){
  .logo-grid img{
    height:34px !important;
    max-width:70px;
  }
}
.logos-carousel{
  overflow:hidden;
  width:100%;
}

.logo-track{
  display:flex;
  transition:transform .8s ease;
}

.logo-slide{
  min-width:100%;
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  align-items:center;
  justify-items:center;
  gap:48px;
}
/* =========================================
   FIX DEFINITIVO — LOGOS DO CARROSSEL
========================================= */

.logos-carousel img,
.logo-slide img{
  width:auto !important;
  height:200px !important;     /* tamanho real e elegante */
  max-width:400px !important;
  max-height:200px !important;
  object-fit:contain !important;
  display:block;
}

/* garante alinhamento perfeito */
.logo-slide{
  align-items:center;
}

/* ============================
   DOTS DO CARROSSEL DE LOGOS
============================ */

.logo-dots{
  display:flex;
  justify-content:center;
  gap:12px;
  margin-top:100px;
}

.logo-dots span{
  width:8px;
  height:8px;
  border-radius:50%;
  background:rgba(255,255,255,.3);
  cursor:pointer;
  transition:.3s ease;
}

.logo-dots span.active{
  background:#fff;
  transform:scale(1.4);
}
.logos-carousel{
  cursor:grab;
  user-select:none;
}
/* =======================
   PADRÃO DE VÍDEO — PUB
======================= */

.media-video{
  width:520px;                 /* tamanho padrão */
  max-width:100%;
  aspect-ratio:16 / 9;
  border-radius:14px;
  overflow:hidden;
  background:#000;
}

.media-video video{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* =========================================
   MOBILE FIX DEFINITIVO — TRIPLABZ
   (COLAR NO FINAL DO CSS)
========================================= */

@media (max-width: 900px) {

  /* =====================
     MENU HAMBÚRGUER
  ===================== */

  .nav {
    position: fixed;
    top: var(--header-h);
    right: -100%;
    width: 100%;
    height: calc(100svh - var(--header-h));
    background: rgba(11,11,14,.98);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
    font-size: 18px;
    transition: right .4s ease;
    z-index: 99;
  }

  body.menu-open .nav {
    right: 0;
  }


  /* =====================
     MEDIA BLOCK (PUB / EVENTO)
  ===================== */

  .media-block,
  .media-block.reverse {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 48px 24px;
  }

  /* vídeo menor */
  .reel-vertical {
    width: 100%;
    height: 48svh;
  }

  /* texto centralizado e menor */
  .media-text {
    align-items: center;
    text-align: center;
  }

  #pub .media-text p,
  #evento .media-text p {
    font-size: 16px;
    line-height: 1.6;
    max-width: 100%;
    padding: 0;
  }

  /* botão sobre o vídeo */
  .reel-btn {
    bottom: 18px;
    right: 18px;
    font-size: 11px;
  }

  /* =====================
     LOGOS — MOBILE
  ===================== */

  .logo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
  }

  .logo-grid img {
    height: 44px !important;   /* ligeiramente maior */
    max-width: 110px !important;
  }

  /* =====================
     SOBRE — mantém bom
  ===================== */

  #sobre .about-text p {
    font-size: 16px;
    line-height: 1.8;
  }

  /* =====================
     FOOTER
  ===================== */

  .footer {
    margin-top: 0;
    padding: 48px 0 32px;
  }
}

/* =========================
   FIX DEFINITIVO — LOGOS MOBILE (3 LADO A LADO)
========================= */
@media (max-width: 900px) {

  .logo-grid,
  .logo-slide {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
  }

  .logo-grid img,
  .logo-slide img {
    height: 36px !important;
    max-width: 90px !important;
  }
}
/* =========================
   MENU LATERAL MOBILE — OFF CANVAS
========================= */
@media (max-width: 900px) {

  .nav {
    position: fixed;
    top: 0;
    right: -280px;
    width: 260px;
    height: 100svh;
    background: rgba(11,11,14,.98);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 80px 32px;
    gap: 24px;
    transition: right .45s cubic-bezier(.4,0,.2,1);
    z-index: 90;
  }

  body.menu-open .nav {
    right: 0;
  }

  .nav a {
    font-size: 16px;
    letter-spacing: .12em;
  }

  /* overlay escuro */
  body::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    opacity: 0;
    pointer-events: none;
    transition: .4s ease;
    z-index: 80;
  }

  body.menu-open::before {
    opacity: 1;
    pointer-events: auto;
  }

/* =========================================================
   AJUSTES FINAIS — MOBILE UX / UI (COLAR NO FINAL)
========================================================= */

@media (max-width: 900px) {

  /* =========================
     MENU HAMBÚRGUER — CAIXA LATERAL TRANSLÚCIDA
  ========================= */

  .nav {
    position: fixed;
    top: calc(var(--header-h) + 12px);
    right: -260px;
    width: 220px;
    background: rgba(20,20,26,.75);
    backdrop-filter: blur(14px);
    border-radius: 14px;
    padding: 28px 22px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    transition: right .45s cubic-bezier(.4,0,.2,1);
    z-index: 120;
  }


  .nav a {
    font-size: 14px;
    letter-spacing: .12em;
  }

  /* fundo das seções ao abrir menu */
  body.menu-open main,
  body.menu-open section {
    opacity: .25;
    transition: opacity .4s ease;
  }

  /* =========================
     LOGOS — CENTRALIZAÇÃO MOBILE
  ========================= */

  .logo-grid,
  .logo-slide {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 28px !important;
  }

  .logo-grid img,
  .logo-slide img {
    margin: 0 auto !important;
    height: 38px !important;
    max-width: 90px !important;
  }

  /* =========================
     EVENTO = PUB (VÍDEO)
  ========================= */

  #evento .reel-vertical {
    width: 100%;
    height: 48svh;
  }

  /* =========================
     SOBRE — MAIS ESPAÇO E CENTRALIZAÇÃO
  ========================= */

  #sobre {
    padding: 0 24px 40px;
  }

  #sobre .about-text {
    max-width: 100%;
  }

  #sobre .about-text p {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
  }

  /* =========================
     FOOTER — GARANTIR VISIBILIDADE
  ========================= */

  .footer {
    margin-top: 0 !important;
    padding: 48px 0 40px;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

/* =========================================
   AJUSTE FINO — TEXTO DO MENU HAMBÚRGUER
   (mantém tudo como estava)
========================================= */

@media (max-width: 900px) {

  /* sobe o bloco de links */
  .nav {
    justify-content: flex-start;   /* antes center */
    padding-top: 90px;             /* controla o quão “alto” fica */
  }

  /* aumenta fonte dos links */
  .nav a {
    font-size: 18px;               /* antes ~14–16 */
    letter-spacing: .14em;
    padding: 4px 0;
  }

}

/* =========================================
   AJUSTE FINAL — MOBILE (REFINO)
========================================= */

@media (max-width: 900px) {

  /* =========================
     EVENTO = PUB (MESMA ESTRUTURA)
  ========================= */

  #evento.media-block,
  #evento.media-block.reverse {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  #evento .reel-vertical {
    order: 1;
    width: 100%;
    height: 48svh;
  }

  #evento .media-text {
    order: 2;
    align-items: center;
    text-align: center;
    padding: 0;
  }

  #evento .media-text p {
    font-size: 16px;
    line-height: 1.6;
    max-width: 100%;
  }

  /* =========================
     MENU HAMBÚRGUER — PRETO, LIMPO
  ========================= */

  .nav {
    background: #000 !important;     /* preto sólido */
    box-shadow: none !important;     /* remove barra lateral */
    border: none !important;
  }

  /* garante que não exista pseudo-borda */
  .nav::before,
  .nav::after {
    display: none !important;
  }

}

/* =========================================
   AJUSTES — FOOTER + MENU HAMBÚRGUER
========================================= */

@media (max-width: 900px) {

  /* =========================
     FOOTER MAIS PRÓXIMO DO SOBRE
  ========================= */

  #sobre {
    padding-bottom: 40px; /* reduz espaço antes do footer */
  }

  footer,
  .footer {
    margin-top: -20px;   /* puxa o footer para cima */
    padding-top: 24px;
  }

  /* =========================
     MENU HAMBÚRGUER — SUBLINHADO
  ========================= */

  body.menu-open .nav a {
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 1px;
  }

}
/* =========================
   BOTÃO HAMBÚRGUER — FIX
========================= */

.hamburger{
  position: relative;
  width: 26px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 200; /* acima do header */
}

.hamburger span{
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  transition: .35s ease;
}

/* animação X */
body.menu-open .hamburger span:nth-child(1){
  transform: translateY(8px) rotate(45deg);
}

body.menu-open .hamburger span:nth-child(2){
  opacity: 0;
}

body.menu-open .hamburger span:nth-child(3){
  transform: translateY(-8px) rotate(-45deg);
}
/* =========================
   SOBRE + FOOTER NA MESMA VIEW
========================= */

#sobre{
  min-height: calc(100svh - 160px);
  padding-bottom: 40px;
}

.footer{
  margin-top: 0 !important;
  position: relative;
}
}
