.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
}
.font-display { font-family: "Libre Caslon Text", Georgia, serif; }
h1, h2, h3 { font-family: "Libre Caslon Text", Georgia, serif; }
.reveal { opacity: 0; transform: translateY(20px); transition: all 0.6s ease-out; }
.reveal.active { opacity: 1; transform: translateY(0); }
.parallax-bg { background-attachment: fixed; }
.text-balance { text-wrap: balance; }
.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.glass-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(233, 215, 203, 0.5);
}
.glass-nav { backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); }
.hide-scrollbar::-webkit-scrollbar { display: none; }
.hide-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
