.hero[id],
.section {
  scroll-margin-top: 132px;
}

.navlinks a[aria-current="page"] {
  color: var(--ink);
  font-weight: 700;
}

.navlinks a[aria-current="page"]::after {
  transform: scaleX(1);
}

.navlinks a[data-nav-page] {
  white-space: nowrap;
}

@media (max-width: 980px) {
  .hero[id],
  .section {
    scroll-margin-top: 340px;
  }

  .navlinks a[aria-current="page"] {
    background: rgba(14, 165, 233, 0.08);
  }
}
