.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}
.sunset-glow {
  background: linear-gradient(135deg, #004252 0%, #005b70 100%);
}
.sea-mist-shadow {
  box-shadow: 0 20px 40px rgba(28, 28, 25, 0.05);
}
.text-shadow-hero {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
body::selection {
  background: #b6ebff;
  color: #001f28;
}
.nav-link {
  color: #064e73;
  transition: color 0.3s ease;
}
.nav-link:hover,
.nav-link:focus-visible {
  color: #d97706;
}
.nav-link.active {
  font-weight: 700;
  color: #0c4a6e;
  border-bottom: 2px solid #0c4a6e;
}
[data-mobile-nav] {
  display: none;
}
[data-mobile-nav].open {
  display: block;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
