@tailwind base;@tailwind components;@tailwind utilities;@keyframes slideUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.animate-slide-up{animation:slideUp .55s cubic-bezier(.22,1,.36,1) both}body{font-family:Inter,sans-serif;background-color:#fdfaf8;color:#1e1b18;overflow-x:hidden}h1,h2,h3,h4{font-family:Oswald,sans-serif;color:#4a4540}html,body{margin:0;padding:0;width:100%;height:100%;overflow-x:hidden}html{scroll-behavior:smooth}.home-snap-container{height:100vh;overflow-y:scroll;scroll-snap-type:y mandatory;scroll-behavior:smooth}.snap-section{scroll-snap-align:start;scroll-snap-stop:always}@keyframes slideUpFade{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-slide-up{opacity:0;animation:slideUpFade .8s cubic-bezier(.16,1,.3,1) forwards}@keyframes drawLine{0%{stroke-dashoffset:1000}to{stroke-dashoffset:0}}.animate-draw{stroke-dasharray:1000;stroke-dashoffset:1000;animation:drawLine 1.5s ease-out forwards}@keyframes popIn{0%{opacity:0;transform:scale(.8) rotate(-5deg)}to{opacity:1;transform:scale(1) rotate(0)}}.animate-pop-in{animation:popIn .8s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes ripple{0%{transform:scale(.8);opacity:1}to{transform:scale(2);opacity:0}}.animate-ripple{animation:ripple 2s linear infinite}@keyframes float-particle{0%,to{transform:translateY(0) translate(0) rotate(0);opacity:.08}25%{transform:translateY(-30px) translate(15px) rotate(90deg);opacity:.15}50%{transform:translateY(-15px) translate(-10px) rotate(180deg);opacity:.05}75%{transform:translateY(20px) translate(20px) rotate(270deg);opacity:.12}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #9b857200}50%{box-shadow:0 0 40px #9b857233}}@keyframes paver-glow{0%,40%,80%,to{opacity:0}20%,60%{opacity:1}}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marquee-scroll-reverse{0%{transform:translate(-50%)}to{transform:translate(0)}}.animate-marquee{animation:marquee-scroll 35s linear infinite;width:max-content}.animate-marquee-reverse{animation:marquee-scroll-reverse 30s linear infinite;width:max-content}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-500{animation-delay:.5s}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f0ebe3}::-webkit-scrollbar-thumb{background:#4a4540;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#1e1b18}@keyframes marquee-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marquee-right{0%{transform:translate(-50%)}to{transform:translate(0)}}.animate-marquee-left{animation:marquee-left 35s linear infinite}.animate-marquee-right{animation:marquee-right 35s linear infinite}.animate-marquee-left:hover,.animate-marquee-right:hover{animation-play-state:paused}
