/* The "Product Design" dropdown is parked, not deleted. Its menu markup is
   still in every page, so it can be brought back (see the HTML comment above
   the dropdown). These rules keep it out of sight and drop the chevron, so
   "Product Design" reads as a plain link to the landing page. */
.nav-dropdown-off .w-dropdown-list { display: none !important; }
.nav-dropdown-off .chevron { display: none; }
.nav-dropdown-off .dropdown-toggle { padding-right: 16px; }

/* Current page stays in the navbar, in pink. The site stylesheet hid it
   (.navigation-link-primary.w--current { display: none }), so clicking a nav
   item made it vanish. */
.navigation-link-primary.w--current {
  display: inline-block;
  color: var(--deep-pink);
}

/* "Product Design" is the dropdown toggle's link, highlighted the same way
   on the landing page. */
.text-block-23.w--current,
.nav-dropdown-off .dropdown-toggle .text-block-23.w--current {
  color: var(--deep-pink);
}
