:root {
  --v82-purple: #554270;
  --v82-black: #0f0f0f;
  --v82-gray: #f7f7f7;
}

body .site-header .nav-shell {
  grid-template-columns: minmax(148px, 1fr) auto minmax(148px, 1fr);
  align-items: center;
  min-height: 54px;
  max-width: 1380px;
  padding-inline: clamp(24px, 4vw, 64px);
}

body .site-header .brand {
  justify-self: start;
  align-self: center;
}

body .site-header .brand img {
  display: block;
}

body .desktop-nav {
  justify-self: center;
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.35vw, 24px);
}

body .desktop-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .002em;
  white-space: nowrap;
}

body .desktop-nav a[aria-current="page"]::after {
  bottom: 9px;
}

body .desktop-nav .home-link {
  width: 26px;
  padding: 0;
}

body .desktop-nav .home-link svg {
  width: 14px;
  height: 14px;
}

body .site-header .nav-whatsapp-icon {
  justify-self: end;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  opacity: .88;
  text-decoration: none;
  transition: opacity .2s ease;
}

body .site-header .nav-whatsapp-icon::after { display: none; }

body .site-header .nav-whatsapp-icon:hover {
  background: transparent;
  opacity: 1;
}

body .site-header .nav-whatsapp-icon svg {
  width: 24px;
  height: 24px;
  margin: 0;
}

@media (max-width: 1160px) {
  body .desktop-nav,
  body .site-header .nav-whatsapp-icon { display: none; }
  body .site-header .nav-shell { grid-template-columns: 1fr auto; }
  body .site-header .menu-toggle { display: inline-flex; }
}

@media (max-width: 680px) {
  body .site-header .nav-shell {
    min-height: 52px;
    padding-inline: 22px;
  }
}
