@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap";:root{--accent: #ff8c00;--accent-hover: #e67e00;--dark: #333333;--darker: #1a1a1a;--foreground: 255, 255, 255}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto,sans-serif;color:#fff;background:linear-gradient(to bottom,var(--dark),var(--darker)) fixed;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.font-roboto{font-family:Roboto,sans-serif}.button-hover{transition:transform .2s ease-in-out}.button-hover:hover{transform:translateY(-2px)}.bg-gradient-custom{background:linear-gradient(135deg,#1a1a1a,#333)}.text-accent{color:var(--accent)}.bg-accent{background-color:var(--accent)}.bg-accent-hover{background-color:var(--accent-hover)}.bg-dark{background-color:var(--dark)}.bg-darker{background-color:var(--darker)}.text-gray-300,.text-gray-400{color:#fff}.min-h-screen{min-height:100vh}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.text-center{text-align:center}.relative{position:relative}.absolute{position:absolute}.inset-0{top:0;right:0;bottom:0;left:0}.z-0{z-index:0}.z-10{z-index:10}.grid{display:grid}.gap-4{gap:1rem}.gap-8{gap:2rem}.gap-10{gap:2.5rem}.mx-auto{margin-left:auto;margin-right:auto}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-16{margin-bottom:4rem}.mt-8{margin-top:2rem}.ml-2{margin-left:.5rem}.mr-2{margin-right:.5rem}.mt-1{margin-top:.25rem}.mt-auto{margin-top:auto}.p-0{padding:0}.p-3{padding:.75rem}.p-4{padding:1rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-20{padding-top:5rem;padding-bottom:5rem}.pt-8{padding-top:2rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.font-bold{font-weight:700}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-full{border-radius:9999px}.border{border-width:1px;border-style:solid}.border-t{border-top-width:1px;border-top-style:solid}.border-8{border-width:8px;border-style:solid}.border-white{border-color:#fff}.border-darker{border-color:var(--darker)}.border-accent\/20{border-color:#ff8c0033}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.transition-all{transition-property:all}.transition-colors{transition-property:color,background-color,border-color}.duration-300{transition-duration:.3s}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:bg-white\/90:hover{background-color:#ffffffe6}.hover\:text-white:hover{color:#fff}.hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.arrow-down{font-size:2.5rem;animation:bounce 1s infinite}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateY(0);animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-fade-in{animation:fadeIn .3s ease-in-out forwards}.fade-in{animation:fadeIn .8s ease-in-out forwards}.fade-in-up{animation:fadeInUp .8s ease-in-out forwards}.slide-in-left{animation:slideInLeft .8s ease-in-out forwards}.slide-in-right{animation:slideInRight .8s ease-in-out forwards}.scale-in{animation:scaleIn .5s ease-in-out forwards}.invisible{opacity:0;transform:translateY(20px)}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.delay-600{animation-delay:.6s}.delay-1000{animation-delay:1s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.transform{transform:translate(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate))}.rotate-\[-8deg\]{--tw-rotate: -8deg}.rotate-\[8deg\]{--tw-rotate: 8deg}.parallax-bg{will-change:background-position;background-attachment:fixed}.h-4{height:1rem}.h-5{height:1.25rem}.h-8{height:2rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-\[500px\]{height:500px}.h-\[600px\]{height:600px}.h-screen{height:100vh}.h-full{height:100%}.w-4{width:1rem}.w-5{width:1.25rem}.w-8{width:2rem}.w-10{width:2.5rem}.w-16{width:4rem}.w-\[250px\]{width:250px}.w-full{width:100%}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.object-cover{-o-object-fit:cover;object-fit:cover}.overflow-hidden{overflow:hidden}.inline{display:inline}.icon-arrow{font-size:1rem}.icon-utensils,.icon-home,.icon-shopping{font-size:1.5rem}.bg-gradient-to-br{background:linear-gradient(to bottom right,var(--from-color, var(--darker)),var(--to-color, var(--dark)))}.from-darker{--from-color: var(--darker)}.to-dark{--to-color: var(--dark)}.bg-accent\/10{background-color:#ff8c001a}.text-white\/90{color:#ffffffe6}.space-y-3>*+*{margin-top:.75rem}@media (min-width: 768px){.md\:flex-row{flex-direction:row}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:gap-8{gap:2rem}.md\:mb-0{margin-bottom:0}.md\:text-xl{font-size:1.25rem}.md\:text-2xl{font-size:1.5rem}.md\:text-5xl{font-size:3rem}.md\:text-6xl{font-size:3.75rem}}@media (min-width: 640px){.sm\:flex-row{flex-direction:row}}
