/* Identidade visual extraída da marca fornecida pela cliente */
:root {
  --verde: #0d332c;
  --ouro: #cda95f;
  --ouro-claro: #e6c978;
  --creme: #f6f2e9;
}

.cabecalho { background: #082b25; }
.marca { gap: 0; }
.marca-imagem { width: 214px; height: 62px; object-fit: contain; object-position: left center; }
.rodape .marca { transform: none; }
.rodape .marca-imagem { width: 170px; height: 50px; }

.hero {
  background:
    radial-gradient(circle at 88% 13%, rgba(205, 169, 95, .16), transparent 25%),
    linear-gradient(112deg, #f6f2e9 0%, #f9f7f1 55%, #eee8d8 100%);
}

.hero::before {
  content: "";
  position: absolute;
  width: 460px;
  height: 160px;
  top: 26px;
  left: -155px;
  background: url("marca-carla-domingues.png") center / contain no-repeat;
  opacity: .055;
  transform: rotate(-8deg);
}

.hero::after {
  content: "";
  position: absolute;
  width: 310px;
  height: 310px;
  right: -175px;
  bottom: -160px;
  border: 1px solid rgba(205, 169, 95, .34);
  border-radius: 50%;
}

.hero { position: relative; overflow: hidden; }
.hero .container { position: relative; z-index: 1; }
.sobre, .contato { background-color: #0d332c; }
.sobre { background-image: radial-gradient(circle at 86% 12%, rgba(205, 169, 95, .12), transparent 22%); }

@media (max-width: 780px) {
  .marca-imagem { width: 177px; height: 54px; }
  .rodape .marca-imagem { width: 155px; }
}
