/* Ajustes de aprovação: hero limpo, marca no mobile e rodapé institucional. */
.hero-image {
  inset: 0 -13% 0 13%;
  background-position: center 31%;
  transform: none;
}

.hero-copy {
  z-index: 5;
}

.topbar .brand img {
  display: block;
  max-width: 100%;
}

.main-menu a {
  font-size: 12px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  align-items: start;
  gap: 5vw;
  padding: 58px 6vw 26px;
  background: #1b110e;
  color: #b9a69a;
  font: 400 11px/1.65 Manrope, sans-serif;
  letter-spacing: 0;
  text-transform: none;
}

.footer-brand > img {
  width: min(310px, 100%);
  height: auto;
  margin-bottom: 18px;
  filter: brightness(0) invert(1);
  opacity: .92;
}

.footer-brand p {
  max-width: 370px;
  margin: 0;
  color: #9f8c81;
  font-size: 12px;
}

.footer-location {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-top: 7px;
}

.footer-location strong {
  margin-bottom: 9px;
  color: #eaded6;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 20px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.1);
  color: #806f66;
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.copyright {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.estouro-sign {
  display: inline-flex;
  align-items: center;
  padding-left: 8px;
  border-left: 1px solid rgba(255,255,255,.14);
}

.privacy-link {
  color: #bda99d;
  text-decoration: none;
}

.skip-link {
  position: fixed;
  left: 12px;
  top: 12px;
  z-index: 100;
  transform: translateY(-160%);
  padding: 10px 14px;
  background: #fff;
  color: var(--wine);
  font: 600 13px Manrope, sans-serif;
}

.skip-link:focus { transform: translateY(0); }

.estouro-sign {
  color: #9d8a80;
  font-size: 9px;
  letter-spacing: .08em;
  text-decoration: none;
}

.floating {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  padding: 0;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 9px 28px rgba(0,0,0,.28);
}

.floating img {
  width: 29px;
  height: 29px;
  filter: brightness(0) invert(1);
}

.footer-bottom a {
  color: #bda99d;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .hero-image {
    inset: 0 -15% 0 15%;
    background-position: center 31%;
  }

  .hero-copy {
    width: min(650px, 82vw);
  }
}

@media (max-width: 980px) {
  .topbar .brand {
    min-width: 0;
  }

  .topbar .brand img {
    width: 220px;
    height: auto;
  }

  .hero-image {
    inset: 0 -8% 0 8%;
    background-position: center center;
    transform: none;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
    gap: 38px 8vw;
    padding-top: 48px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .topbar {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
  }

  .topbar .brand img {
    width: min(205px, 64vw);
  }

  .hero-image {
    inset: 0 -5% 0 5%;
    background-position: center center;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 42px 24px 24px;
  }

  .footer-brand,
  .footer-bottom {
    grid-column: 1;
  }

  .footer-brand > img {
    width: min(280px, 84vw);
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 370px) {
  .topbar .brand img {
    width: 174px;
  }

  .hero h1 {
    font-size: 46px;
  }
}
