:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@media (max-width: 768px){.nav-cta{display:block}.nav-cta:hover{background-color:#535bf2;transform:scale(1.05)}}.cta{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;color:#fff;cursor:pointer;transition:border-color .25s}.cta:hover{border-color:#646cff}.nav-cta{display:none;margin-top:1rem}.nav-links{display:flex;gap:1.5rem;align-items:center}@media (max-width: 768px){.nav-links{position:fixed;top:70px;left:-100%;flex-direction:column;background:#000000f2;width:100%;text-align:center;padding:2rem 0;transition:left .3s ease}.nav-links.open{left:0}}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:5px;z-index:1100}.hamburger span{width:25px;height:3px;background:#fff;border-radius:2px;transition:all .3s}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media (max-width: 768px){.nav-links{position:fixed;top:70px;left:-100%;flex-direction:column;background:#000000e6;width:100%;text-align:center;padding:2rem 0;transition:left .3s ease}.nav-links.open{left:0}.hamburger{display:flex}.site-header .cta{display:none}}html{scroll-behavior:smooth}.site-header{position:fixed;top:0;left:0;right:0;height:70px;background:#000000b3;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.site-header .logo{font-weight:700;font-size:1.2rem;color:#fff}.nav-links{display:flex;gap:1.5rem}.nav-links a{color:#fff;font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover{color:#646cff}.site-header .cta{background:#646cff;color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer;transition:background .3s}.site-header .cta:hover{background:#535bf2}.hero{margin-top:70px}.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 20px;color:#fff;background-image:url(https://source.unsplash.com/1600x600/?food,catering);background-size:cover;background-position:center}.hero:after{content:"";position:absolute;inset:0;background:#0006;z-index:0}.hero h2,.hero p,.hero .cta{position:relative;z-index:1}.hero h2{font-size:3rem;font-weight:700;margin-bottom:1rem}.hero p{font-size:1.5rem;margin-bottom:2rem;max-width:700px}.hero .cta{padding:1rem 2rem;font-size:1.2rem;background-color:#646cff;color:#fff;border:none;border-radius:10px;cursor:pointer;transition:background .3s,transform .3s}.hero .cta:hover{background-color:#535bf2;transform:scale(1.05)}.hero h2,.hero p,.hero .cta{opacity:0;transform:translateY(20px);animation:fadeInUp 1s forwards}.hero p{animation-delay:.3s}.hero .cta{animation-delay:.6s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#fff}.logo{font-size:1.5rem;font-weight:700}.nav{display:flex;align-items:center;gap:1rem}.nav p{cursor:pointer;transition:color .3s}.nav p:hover{color:#646cff}.hero{background-image:url(https://source.unsplash.com/1600x600/?food,catering);background-size:cover;background-position:center;text-align:center;padding:6rem 2rem;color:#fff}.hero h2{font-size:2.5rem;margin-bottom:1rem}.hero p{font-size:1.25rem;margin-bottom:2rem}.services{padding:4rem 2rem;text-align:center}.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.service-card{background:#2a2a2a;border-radius:12px;padding:1rem;text-align:center;transition:transform .3s}.service-card:hover{transform:translateY(-5px)}.service-card img{width:100%;border-radius:8px;margin-bottom:1rem}.gallery{padding:4rem 2rem;text-align:center}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:2rem}.gallery-grid img{width:100%;border-radius:10px;object-fit:cover}.testimonials{padding:4rem 2rem;text-align:center;background:#1f1f1f}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.testimonial{background:#2a2a2a;padding:2rem;border-radius:10px;font-style:italic}.cta-section{background:#222;text-align:center;padding:4rem 2rem}.cta-section h2{font-size:2rem;margin-bottom:1rem}.footer{padding:1rem;text-align:center;background:#111;font-size:.9rem}img{display:block;max-width:100%;height:auto;border-radius:8px}.service-card img{width:100%;height:200px;object-fit:cover;border-radius:10px;margin-bottom:1rem}.gallery-grid img{width:100%;height:250px;object-fit:cover;border-radius:10px;transition:transform .4s ease,box-shadow .4s ease}.gallery-grid img:hover{transform:scale(1.05);box-shadow:0 8px 20px #0006}.hero,.services,.gallery,.testimonials,.cta-section{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;box-sizing:border-box}.hero{background-image:url(https://source.unsplash.com/1600x900/?food,catering);background-size:cover;background-position:center;text-align:center;color:#fff;position:relative}.hero:after{content:"";position:absolute;inset:0;background:#0006}.hero-content{position:relative;z-index:1;max-width:800px}.services{background:#1a1a1a;color:#fff}.gallery{background:#fff;color:#213547}.testimonials{background:#2a2a2a;color:#fff}.cta-section{background:#111;color:#fff;text-align:center}.menus{background:#1a1a1a;color:#fff;padding:4rem 2rem;text-align:center;min-height:100vh;display:flex;flex-direction:column;justify-content:center}.menus h2{font-size:2.5rem;margin-bottom:1rem}.menus-intro{max-width:700px;margin:0 auto 3rem;color:#ccc;font-size:1.1rem}.menu-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.menu-card{background:#2a2a2a;border-radius:12px;padding:1.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.menu-card:hover{transform:translateY(-6px);box-shadow:0 8px 20px #0006}.menu-card img{width:100%;height:200px;object-fit:cover;border-radius:10px;margin-bottom:1rem}.menu-card h3{font-size:1.3rem;margin-bottom:.5rem;color:#fff}.menu-card p{color:#bbb;font-size:.95rem}.menu-details{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;padding:0 10px}.menu-card.open .menu-details{max-height:1000px;padding:10px}h2{font-size:clamp(1.8rem,5vw,2.5rem)}p{font-size:clamp(1rem,4vw,1.2rem)}.cta,button,input,textarea{min-height:44px}@media (max-width: 768px){.services,.gallery,.testimonials,.menus,.cta-section,.booking-section{padding:2rem 1rem;min-height:auto}.hero{padding:4rem 1rem}.menu-card img{height:160px}.menu-details ul li{font-size:.9rem;padding:4px 0}}html{scroll-behavior:smooth;scroll-snap-type:y mandatory;overflow-y:scroll}section,.hero,.services,.gallery,.testimonials,.menus,.cta-section,.booking-section{scroll-snap-align:start;scroll-snap-stop:always}@keyframes fadeInSection{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}section,.hero,.services,.gallery,.testimonials,.menus,.cta-section,.booking-section{animation:fadeInSection 1s ease both}.cta,button,input[type=submit]{display:inline-flex;align-items:center;justify-content:center;line-height:1.2;padding:.75rem 1.5rem;font-weight:600;text-align:center}.cta,button,input[type=submit]{display:inline-flex;align-items:center;justify-content:center;line-height:1.2;padding:.75rem 1.5rem;font-weight:600;text-align:center;cursor:pointer;border:none;border-radius:6px;transition:background-color .3s ease,transform .2s ease}.cta:hover,button:hover,input[type=submit]:hover{transform:translateY(-2px)}.cta:active,button:active,input[type=submit]:active{transform:translateY(0)}.nav-cta{display:none}@media (max-width: 768px){.nav-cta{display:block;margin:1rem 0;width:100%}}.jotform-wrapper{width:100%;max-width:900px;margin:2rem auto}.jotform-wrapper iframe{width:100%!important;min-height:700px;border:none;border-radius:12px;box-shadow:0 8px 20px #0000001a}
