.ac-site-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 110;
  color: #3d3630;
  background: rgba(253, 248, 245, .97);
  border-bottom: 1px solid rgba(184, 152, 144, .22);
  box-shadow: 0 10px 32px rgba(61, 54, 48, .07);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.ac-site-nav *,
.ac-site-nav *::before,
.ac-site-nav *::after {
  box-sizing: border-box;
}

.ac-site-nav a {
  text-decoration: none;
}

.ac-site-nav__inner {
  width: 100%;
  max-width: 1380px;
  min-height: 76px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.ac-site-nav__brand {
  flex: 0 0 auto;
  color: #3d3630;
  font: 400 22px/1 Georgia, "Times New Roman", serif;
  letter-spacing: -.025em;
  white-space: nowrap;
}

.ac-site-nav__brand em {
  color: #92716a;
  font-weight: 400;
}

.ac-site-nav__primary {
  min-width: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(14px, 1.45vw, 24px);
}

.ac-site-nav__primary > a,
.ac-site-nav__resources > button {
  color: #625953;
  background: none;
  border: 0;
  font: 700 9px/1.25 Inter, Arial, sans-serif;
  letter-spacing: .09em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: color .2s ease;
}

.ac-site-nav__primary > a:hover,
.ac-site-nav__resources > button:hover,
.ac-site-nav__resources:focus-within > button {
  color: #92716a;
}

.ac-site-nav__resources {
  position: relative;
  display: flex;
  align-items: center;
}

.ac-site-nav__resources > button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ac-site-nav__resources > button::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
}

.ac-site-nav__resources-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 220px;
  padding: 10px;
  display: grid;
  gap: 2px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-5px);
  color: #3d3630;
  background: #fffdfb;
  border: 1px solid rgba(184, 152, 144, .24);
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(61, 54, 48, .14);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.ac-site-nav__resources:hover .ac-site-nav__resources-menu,
.ac-site-nav__resources:focus-within .ac-site-nav__resources-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.ac-site-nav__resources-menu a {
  padding: 11px 12px;
  color: #625953;
  border-radius: 10px;
  font: 650 12px/1.3 Inter, Arial, sans-serif;
  letter-spacing: .01em;
  text-transform: none;
  transition: color .18s ease, background .18s ease;
}

.ac-site-nav__resources-menu a:hover {
  color: #3d3630;
  background: #f5ece8;
}

.ac-site-nav__cta {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #92716a;
  border: 1px solid #92716a;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(146, 113, 106, .18);
  font: 750 9px/1 Inter, Arial, sans-serif;
  letter-spacing: .09em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.ac-site-nav__cta:hover {
  color: #92716a;
  background: transparent;
  transform: translateY(-1px);
}

.ac-site-nav__menu {
  display: none;
  min-height: 38px;
  padding: 0 14px;
  align-items: center;
  justify-content: center;
  color: #3d3630;
  background: transparent;
  border: 1px solid rgba(146, 113, 106, .35);
  border-radius: 999px;
  font: 750 8px/1 Inter, Arial, sans-serif;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.ac-site-nav-spacer {
  height: 76px;
}

.ac-site-nav a:focus-visible,
.ac-site-nav button:focus-visible {
  outline: 3px solid #d8b7ad;
  outline-offset: 3px;
}

.ac-static-mobile-menu button {
  color: #fff !important;
  background: #3d3630 !important;
  border-color: #92716a !important;
}

a[aria-label="Falar no WhatsApp"] {
  color: #fff !important;
  background-color: #b89890 !important;
  box-shadow: 0 12px 28px rgba(184, 152, 144, .28) !important;
}

@media (max-width: 1119px) {
  .ac-site-nav__inner {
    min-height: 70px;
    gap: 12px;
  }

  .ac-site-nav__primary {
    display: none;
  }

  .ac-site-nav__cta {
    margin-left: auto;
  }

  .ac-site-nav__menu {
    display: inline-flex;
  }

  .ac-site-nav-spacer {
    height: 70px;
  }
}

@media (max-width: 619px) {
  .ac-site-nav__inner {
    min-height: 66px;
    padding: 0 16px;
  }

  .ac-site-nav__brand {
    font-size: 20px;
  }

  .ac-site-nav__cta {
    display: none;
  }

  .ac-site-nav__menu {
    margin-left: auto;
  }

  .ac-site-nav-spacer {
    height: 66px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ac-site-nav__primary a,
  .ac-site-nav__resources-menu,
  .ac-site-nav__resources-menu a,
  .ac-site-nav__cta {
    transition: none;
  }
}
