#overlay_bg{width:100%;background:rgba(0,0,0,.5)}#mobile_nav{animation:slideInFromRight .3s ease-out}@keyframes slideInFromRight{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes searchSlideIn{0%{opacity:0;transform:translateX(20px) scale(.95)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.animate-search-slide-in{animation:searchSlideIn .3s ease-out}.animate-modal-slide-in{animation:modalSlideIn .3s ease-out}.search-results-enter{animation:fadeIn .2s ease-out}.search-input:focus{transform:scale(1.01);transition:transform .2s ease;box-shadow:0 0 0 3px rgba(139,69,19,.1)}html{scroll-behavior:smooth}nav{transition:all .3s cubic-bezier(.4,0,.2,1)}@keyframes underlineExpand{0%{width:0}to{width:75%}}@media (max-width:1024px){#overlay_bg{backdrop-filter:blur(4px)}}@keyframes ripple{0%{transform:scale(0);opacity:1}to{transform:scale(4);opacity:0}}.animate-ripple{animation:ripple .6s ease-out;background:radial-gradient(circle,rgba(255,255,255,.4) 0,transparent 70%)}