:root {
      --verde-lima: #606c38;
      --verde-lima-claro: #91a54e;
      --verde-esc: #283618;
      --branco: #fefae0;
      --branco-abs: #ffffff;
      --bege: #dda15e;
      --ouro: #bc6c25;
      --preto: #0e0d0d;
  }

  ::-webkit-scrollbar {
      display: none;
  }

  @font-face {
      font-family: "harmond";
      src: url(../assests/fonts/Harmond/Harmond/Harmond-SemBdItaCond.otf);
  }


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: "outfit";
  background-color: var(--branco);
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section h1 {
color: var(--verde-esc);
  font-size: 5vw;
  font-weight: 400;
  line-height: 1;
}

section h1 span {
    font-family: 'harmond';
    color: var(--ouro);
}

p {
  font-size: 17px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

nav {
    position: absolute;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 0;
  background-color: var(--verde-esc);
  overflow: hidden;
}

.gallery-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 160vw;
  height: 100vh;
  display: flex;
  gap: 4em;
}

.col {
  position: relative;
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 4em;
  will-change: transform;
}

.img {
  flex: 1;
  overflow: hidden;
  background-color: #fff;
}

.img.main img {
  position: relative;
  transform: scale(2);
  will-change: transform;
}

.container {
  width: 100%;
  height: fit-content;
}

section {
  position: relative;
  width: 100vw;
  height: 100vh;
  background: var(--branco);
  padding: 2em;
}

.titulo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5rem;
}

.paragrafo {
    margin-top: 25px;
    display: flex;
    width: 50%;
}

.paragrafo p {
    font-weight: 300;
    text-align: center;
}

.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.hero-img {
  position: relative;
  top: 0;
  left: 0;
  width: 20%;
  height: auto;
}

.hero-img img {
    border-radius: 500px;
}

.header-hero {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.intro {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 4em 0;
}

section.ws {
  width: 100vw;
  height: 300svh;
  background-color: transparent;
}

.historia {
  width: 100%;
  height: max-content;
}

.outro {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--branco);
  height: 100%;
}

.outro h1 span {
  font-family: 'harmond';
  font-size: 5.5vw;
  z-index: 1;
}

.outro-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 4rem;
  gap: 30px;
  z-index: 1;

}

.outro-text p {
  font-weight: 300;
  font-size: 1.5rem;
  text-align: justify;
  width: 50vw;
  z-index: 1;
}

.outro-text span {
  font-family: 'harmond';
  font-size: 2.2rem;
  font-weight: 500;
  color: var(--verde-esc);
  z-index: 1;
}

.outro-text img {
  width: 27vw;
  height: auto;
  transform: rotate(3deg);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.outro-text img:hover {
            transform: rotate(0deg) scale(1.05);
            box-shadow: 0 30px 80px rgba(40, 54, 24, 0.3);
}





.inicio {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 4rem;
  gap: 30px;
}

.images-inicio {
 display: flex;
 flex-direction: row;
 gap: 2rem;
}

.images-inicio img {
  width: 350px;
  height: auto;
  z-index: 1;
}

.inicio p {
  font-weight: 300;
  font-size: 1.5rem;
  text-align: justify;
}



.consolidacao-section {
  width: 100%;
  height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 2rem;
    }

    .consolidacao-title {
      position: relative;
      width: 100%;
      font-family: 'harmond';
        font-size: 5vw;
        color: var(--ouro);
        margin-bottom: 20px;
        text-align: left;
    }

    .consolidacao-text {
        font-size: 1.5rem;
        text-align: justify;
        font-weight: 300;
        margin-bottom: 50px;
        width: 50%;
    }

    .svg-sbc {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      gap:5rem;
    }

    .svg-sbc img {
      width: auto;
      height: 300px;
      z-index: 1;
    }

    svg {
        width: 300px;
        height: auto;
        stroke-width: 2;
        fill: none;
    }

.footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tagline {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    gap: 15rem;
}

.foto {
    width: 20vw;
}

.pessoa {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pessoa h1 {
    font-size: 3vw;
    color: var(--ouro);
}

.pessoa p {
    font-size: 1rem;
    color: var(--preto);
}


.equipe {
  padding-top: 10%;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}


.equipe-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 2rem;
}

.equipe-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
}

.equipe-logo img {
  width: 40%;
}

.equipe-texto {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  justify-content: center;
  width: 100%;
}

.equipe-texto h1 {
  font-size: 5vw;
}

.equipe-texto h1 span {
  font-family: 'harmond';
  color: var(--ouro);
}

.equipe-texto p {
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: 0.5rem;
}


.sticky-cards {
  background-color: var(--branco);
}

.card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  will-change: transform;
  width: 30%;
  height: 75%;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  background-color: var(--branco);
  color: var(--verde-esc);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.664);
  z-index: 2;
}

.card-img {
  flex: 1 1 0;
  min-height: 0;
  width: 100%;
}

.card-content {
  flex: 0 0 12px;
  display: flex;
  align-items: center;
}

.card-content p {
  text-transform: uppercase;
  font-size: 1.5rem;
}


.texto-card {
  /* Estilos adicionados para posicionar o texto-card */
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  width: 80%;
}

.texto-card p {
  font-size: 1.2rem;
  font-weight: 300;
  text-align: center; /* Alterado para center */
  margin-top: 0.5rem;
}




section.rodape {
  height: max-content;
}



/* Main CSS */
.grid-wrapper {

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
  padding: 2vw 4vw 4vw 4vw;
  width: 100vw;
  max-width: 1400px;
  margin: 0 auto;
  grid-auto-rows: 260px;
  align-items: stretch;
  }
  .grid-wrapper > div {
  margin-top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  }
  .grid-wrapper > div > img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  object-fit: cover;
  filter: saturate(1);
  box-shadow: 0 8px 32px rgba(40,54,24,0.10);
  transition: box-shadow 0.2s, filter 0.2s;
  }
  .grid-wrapper > div > img:hover {
  filter: saturate(1.15);
  box-shadow: 0 16px 48px rgba(40,54,24,0.18);
  }
  .grid-wrapper .wide {
  grid-column: span 2;
  height: 260px;
  }
  .grid-wrapper .tall {
  grid-row: span 2;
  height: 540px;
  }
  .grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
  height: 540px;
  }



.galeria-cel {
  display: none;
  width: 100vw;
  height: max-content;
  padding: 2em 0 3em 0;
  background: var(--branco);
  justify-content: center;
  align-items: center;
  gap: 2vw;
  flex-wrap: wrap;
}

@media (max-width: 768px) {

  html,
  body {
    overflow-x: hidden;
  }

  section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .sticky,
  .ws,
  .sticky-cards,
  .slider {
    display: none;
  }

  .container {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25%;
  }

  .hero-img {
    width: 100%;
  }

  .header-hero {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .header-hero h1 {
    font-size: 8vw;
  }

  .paragrafo {
    width: 100%;
  }

  .paragrafo p {
    font-size: 1.2rem;
    text-align: justify;
  }


  .intro {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .tagline {
    flex-direction: column;
    gap: 3rem;
  }

  .foto {
    width: 50vw;
  }
  

  .pessoa h1 {
    font-size: 8vw;
  }

  .historia {
    height: fit-content;
  }

  .outro h1 {
    font-size: 8vw;
    text-align: center;
}

.outro h1 span { 
  font-size: 10vw;
}

.outro-text {
  flex-direction: column;
  padding: 2rem;
  gap: 2rem;
}

.outro-text p {
  font-size: 1.2rem;
  width: 100%;
  text-align: justify;

}

.outro-text img {
  width: 80vw;
  height: auto;

}

.inicio {
  flex-direction: column;
  padding: 2rem;
  gap: 2rem;
}

.images-inicio {
  flex-direction: row;
  gap: 1rem;
}

.images-inicio img {
  width: 40vw;
  height: auto;

}

.inicio p {
  font-size: 1.2rem;
  text-align: justify;

}



.consolidacao-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  
}

.consolidacao-title {
  font-size: 12vw;
  text-align: center;

}

.consolidacao-text {
  width: 100%;
}

.consolidacao-text p {
  font-size: 1.2rem;
  text-align: justify;
}

.svg-sbc {
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}


.equipe {
  margin-top: 20%;
}


.equipe-container {
  flex-direction: column;
  gap: 2rem;
}

.equipe-logo {
  width: 60%;
}

.equipe-texto {
  width: 100%;
}

.equipe-texto h1 {
  font-size: 8vw;
  text-align: center;

}

.equipe-texto h1 span {
  font-size: 10vw;
}

.equipe-texto p {
  font-size: 1.2rem;
  text-align: center
}


 .grid-wrapper {
    margin: 6vw auto 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5vw;
    grid-auto-rows: 38vw;
    width: 92vw;
    max-width: 92vw;
    justify-content: center;
    align-items: start;
    box-sizing: border-box;
  }
  .grid-wrapper > div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
  }
  .grid-wrapper > div > img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
    box-shadow: 0 6px 24px rgba(40,54,24,0.10);
    transition: box-shadow 0.2s, filter 0.2s;
    background: #fff;
    border: 1px solid #ececec;
    display: block;
  }
  .grid-wrapper > div > img:hover {
    filter: saturate(1.12);
    box-shadow: 0 12px 32px rgba(40,54,24,0.18);
  }
  .grid-wrapper .wide {
    grid-column: span 2;
    height: 38vw;
  }
  .grid-wrapper .tall {
    grid-row: span 2;
    height: 80vw;
  }
  .grid-wrapper .big {
    grid-column: span 2;
    grid-row: span 2;
    height: 80vw;
  }


  .galeria-cel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6vw;
    width: 96vw;
    margin: 0 auto;
    padding: 2em 0 3em 0;
    background: var(--branco);
    align-items: start;
    justify-content: center;
  }

  .texto-card-cel {
    grid-column: 1 / -1;
    text-align: center;
    margin-bottom: 2em;
  }

  .texto-card-cel h1 {
    font-size: 8vw;
    font-weight: 500;
    color: var(--verde-esc);
    margin-bottom: 0.5em;
  }

  .texto-card-cel h1 span {
    color: var(--ouro);
    font-family: 'harmond';
    font-size: 9vw;
  }

  .texto-card-cel p {
    font-size: 1.2rem;
    color: var(--verde-esc);
    font-weight: 400;
    margin-bottom: 0.5em;
  }

  .card-cel {
    background: #fff;
    box-shadow: 0 8px 24px rgba(40,54,24,0.10);
    width: 100%;
    max-width: 500px;
    margin: 0 auto 2em auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1em;
    padding-bottom: 2.5rem;
    position: relative;
  }

  .card-img-cel {
    width: 100%;
    height: 38vw;
    min-height: 120px;
    max-height: 180px;
    overflow: hidden;
    background: #f8f8f8;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .card-img-cel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* Polaroid efeito: borda branca extra na base */
  .card-cel::after {
    content: "";
    display: block;
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 0;
    height: 22px;
    background: #fff;
    border-radius: 0 0 18px 18px;
    box-shadow: 0 2px 8px rgba(40,54,24,0.06);
    z-index: 1;
  }


}