@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header {
  header {
    height: 1px;
  background: linear-gradient(135deg, #f3efe9, #e6dfd4);
    padding: 1px;

    display: flex;
    justify-content: center;
    /* centro horizontal */
    align-items: center;
    /* centro vertical */
  }



}

.marca {
  text-align: center;
}

.marca img {
  height: 150px;
  margin-bottom: 500 px;
  margin: 0;
  position: relative;
  top: 110px;
  padding: 20;
}

.marca h1 {
  font-family: 'alex brush', ;
  font-size: 3rem;
  color: #6b4b3e;
  letter-spacing: 1px;
  margin: center;


}

.marca span {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  letter-spacing: 2px;
  color: #a88c6d;
  margin-top: 0px;
  margin: 0;
}




header h1 {
  font-size: 50px;
  color: #493327
}

nav ul {
  list-style: none;
  /* remove as bolinhas */
  display: flex;
  gap: 30px;
  padding: 0;
  margin: 0;
  font-size: 20px;
  text-shadow: #000 -1px -1px 2px
}

nav a {
  color: #fff;

  font-weight: bold;
}

nav a:hover {
  color: #493327;

}




.category-card:hover {
  transform: scale(1.03);
  /* Efeito de aumento no hover */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.category-card img {
  max-width: 50px;
}

.produtos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 20px 160px;
}


 .promo-banner {
  background: linear-gradient(135deg, #c9a24d, #fffaf3);
  padding: 10px 10s;
  text-align: center;
  animation: fadeSlide 1.2s ease forwards;
  height: 170px;
}

.promo-text {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #3a2f2a;
  font-size: 16px;
}

.promo-text span {
  display: inline-block;
  font-size: 36px;
  font-weight: 600;
  color: #c9a24d;
  animation: pulseGold 2.5s infinite;
}

/* Botão */
.promo-btn {
  display: inline-block;
  margin-top: 18px;
  padding: 24px 64px;
  border: 1px solid #c9a24d;
  color: #c9a24d;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  letter-spacing: 3px;
  transition: all 0.3s ease;
}

.promo-btn:hover {
  background-color: #c9a24d;
  color: #fff;
}

/* Animações */
@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulseGold {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.05);
    opacity: 0.85;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}


/* Barra de busca */
.top-search {
  padding: 30px 30px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: center;
}

.top-search input {
  width: 100%;
  max-width: 420px;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-size: 14px;
  outline: none;
}

header

/* Cabeçalho */
.header {
  height: 80px;
   background: linear-gradient(135deg, #f3efe9, #e6dfd4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 100;
}

.header h1 {
  margin: 100;
  font-family: 'Montserrat', sans-serif;
  font-size: 100px;
}

.promo-animada {
  background: linear-gradient(120deg,
      #c9a24d,
      #f5e3a1,
      #c9a24d);
  background-size: 300% 300%;
  animation: brilhoLuxo 6s ease infinite;

  color: #000;
  text-align: center;
  padding: 8px 0;

  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  
}

/* animação */
@keyframes brilhoLuxo {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}


body {

  font-family: 'Montserrat', sans-serif;

  background: linear-gradient(135deg, #f3efe9, #e6dfd4);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat', sans-serif;
}

/* HEADER */
.header-joias {
  height: 64px;
  padding: 0 24px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}





/* CONTAINER CENTRAL */
.container-joias {
  font-family: 'alex brush', ;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 24px;
}

/* SEÇÃO */
.colecao {
  text-align: center;
  margin-bottom: 80px;
}

/* TÍTULO */
.colecao h2 {
  font-family: 'alex brush', ;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

/* DESCRIÇÃO */
.colecao p {
  font-size: 15px;
  color: #555;
  max-width: 520px;
  margin: 0 auto 48px;
  line-height: 1.6;
}

/* GRID DE PRODUTOS */
.grid-produtos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* CARD PRODUTO */
.produto {
  height: 360px;
  border: 1px solid #eee;
  background: #fafafa;
  transition: border 0.3s ease;
  border-radius: 10px;
}

.produto:hover {
  border-color: #d4af37;
   box-shadow: 0 0 0 2px #d4af37;

}
.item-produto:hover {
  border-color: #d4af37;
   box-shadow: 0 0 0 2px #d4af37;

}
.grid-produtos .produto {
  height: 360px;
  border: 1px solid #eee;
  background: #fafafa;
  transition: border 0.3s ease;

  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.grid-produtos .produto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.grid-produtos .produto:hover img {
  transform: scale(1.2);
}
.item-produto:hover img {
  transform: scale(1.1);
}


/* RESPONSIVO */
@media (max-width: 900px) {
  .grid-produtos {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {

  .container-joias {
    padding: 60px 16px;
  }

  .grid-produtos {
    grid-template-columns: 1fr;
  }

  body {
    background: #f4f4f4;
    color: #333;
    padding: 0px;
  }

  header {
    text-align: center;
    margin-bottom: 30px;
  }

  header h1 {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .direitos strong {
    color: #b89b5e;
    font-weight: 500;
  }

  .final-site {
    background-color: #f7f5f2;
    text-align: center;
    padding: 18px 10px;
    font-size: 12px;
    color: #8a8a8a;
    letter-spacing: 0.6px;
    border-top: 1px solid rgba(184,155,94,0.4);
  }

  .final-site .marca {
    color: #ffffff;
    font-weight: 500;
  }

  .final-site .ponto {
    margin: 0 6px;
    color: #b89b5e;
  }

  
}

.footer-GR {
  margin: 0;
  padding: 52px 50px; 
  width: 100%;
  background-image: linear-gradient(180deg,#ffffff,#ffffff);
  color: #000000;

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;

  font-family: 'Inter', sans-serif;
  letter-spacing: 1px;
}

/* Reset interno */
.footer-GR * {
  margin: 10;
  padding: 10;
  box-sizing: border-box;
}

/* Marca */
.footer-GR .marca {
  text-align: center;
}

/* Títulos */
.footer-GR .contatos h3,
.footer-GR .footer-list h3 {
  margin-bottom: 6px;
  font-size: 16px;
  color: #000000;

}

/* Links */
.footer-GR a {
  color: #000000;
  text-decoration: none;
  font-size: 14px;
}

.footer-GR a:hover {
  text-decoration: underline;
}

/* Lista */
.footer-GR .footer-list {
  list-style: none;
}

.footer-GR .footer-list li {
  margin-bottom: 4px;
}

/* Social */
.footer-GR .social-midia a {
  font-size: 22px;
  margin-right: 8px;
}

/* Linha final */
.footer-GR .final-site {
  grid-column: 1 / -1;
  text-align: center;
  margin-top: 8px;      /* reduz o espaço vazio */
  padding-top: 6px;    /* linha mais próxima do conteúdo */
  border-top: 1px solid rgba(212,175,55,0.4);
  font-size: 12px;
  color: #aaa;

}
.nome-footer{
  color: #c9a24d;
}

/* Responsivo */
@media (max-width: 768px) {
  .footer-GR {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 12px;
  }

  .footer-GR .social-midia {
    justify-content: center;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



.titulo {
  text-align: center;
  margin-bottom: 30px;
}




.secoes {
  display: flex;
  justify-content: center;
  gap: 60px; /* AFASTA UM DO OUTRO */
  padding: 60px 20px;
  flex-wrap: wrap;
}

.secao-card {
  width: 360px; /* CARD MAIOR */
  border-radius: 20px;
  color: #6b4b3e;
}


/* HOVER */
.secao-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgb(151, 151, 151);
}

/* IMAGEM */
.secao-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

/* TEXTO */
.secao-info {
  padding: 35px 30px 40px;
  text-align: center;
}

.secao-info h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 2px;
  margin-bottom: 14px;
}

.secao-info p {
  font-size: 14px;
  color: #7a7a7a;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* BOTÃO */
.secao-info a {
  display: inline-block;
  padding: 12px 36px;
  border: 1px solid #1c1c1c;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 2px;
  color: #1c1c1c;
  transition: all 0.3s ease;
}

.secao-info a:hover {
  background: #1c1c1c;
  color: #fff;
}

/* RESPONSIVO */
@media (max-width: 900px) {
  .secoes-joias {
    grid-template-columns: 1fr;
  }

  .secao-card img {
    height: 260px;
  }



/* HOVER SOFISTICADO */
.produto:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

/* IMAGEM */
.produto img {
  width: 100%;
  height:auto;
}

/* NOME DO PRODUTO */
.produto h3 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

/* PREÇO */
.produto p {
  font-size: 15px;
  color: var(--cor-secundaria);
  font-weight: 500;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 25px;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.logo {
  font-size: 20px;
  letter-spacing: 2px;
}

/* Menu desktop */
.menu {
  display: flex;
  gap: 25px;
}

.menu a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

/* Ícone */
.menu-icon {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.menu-icon span {
  width: 25px;
  height: 2px;
  background: #000;
  transition: 0.3s;
}

/* MOBILE */
@media (max-width: 768px) {
  .menu {
    position: absolute;
    top: 70px;
    right: 0;
    width: 100%;
    background: #fff;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
    display: none;
  }

  .menu.active {
    display: flex;
  }

  .menu-icon {
    display: flex;
  }
}
.menu {
  display: none;
}

.menu.active {
  display: flex;
}
}
