.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.icon-fill {
  font-variation-settings: 'FILL' 1;
}
/* Smooth in-page anchor scrolling that accounts for the fixed header */
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
/* Desktop services dropdown */
.has-dropdown:hover > .dropdown-panel,
.has-dropdown:focus-within > .dropdown-panel { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown-panel { opacity: 0; visibility: hidden; transform: translateY(6px); transition: all .18s ease; }
