: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}}html{scroll-behavior:smooth}body{margin:0;font-family:inherit}.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:8px;background:#646cff;color:#fff;transition:background .3s ease,transform .2s ease}.cta:hover{background:#535bf2;transform:translateY(-2px)}.site-header{position:fixed;top:0;left:0;right:0;height:70px;background:#000000b3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:space-between;padding:0 2rem;z-index:1000}.logo{font-weight:700;font-size:1.2rem;color:#fff}.nav-links{display:flex;gap:1.5rem;align-items:center}.nav-links button{background:none;border:none;color:#fff;font-weight:500;cursor:pointer}.nav-links button:hover{color:#646cff}.nav-cta{display:none}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;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:#000000f2;width:100%;text-align:center;padding:2rem 0;transition:left .3s ease}.nav-links.open{left:0}.hamburger{display:flex}.site-header .desktop-cta{display:none}.nav-cta{display:block;width:100%;margin-top:1rem}}.hero{margin-top:70px;min-height:80vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:6rem 2rem;color:#fff;background-image:url(https://source.unsplash.com/1600x900/?food,catering);background-size:cover;background-position:center;position:relative}.hero:after{content:"";position:absolute;inset:0;background:#0006}.hero h2,.hero p,.hero .cta{position:relative;z-index:1}.hero h2{font-size:2.5rem;margin-bottom:1rem}.hero p{font-size:1.25rem;margin-bottom:2rem}.services,.gallery,.menus,.cta-section,.booking-section{padding:4rem 2rem;text-align:center}.services{background:#1a1a1a;color:#fff}.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;transition:transform .3s}.service-card:hover{transform:translateY(-5px)}.service-card img{width:100%;height:200px;object-fit:cover;border-radius:10px}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:2rem}.gallery-grid img{width:100%;height:250px;object-fit:cover;border-radius:10px;transition:transform .4s ease}.gallery-grid img:hover{transform:scale(1.05)}.menus{background:#1a1a1a;color:#fff}.menu-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.menu-card{background:#2a2a2a;border-radius:12px;padding:1.5rem;transition:transform .3s ease}.menu-card:hover{transform:translateY(-6px)}.menu-card img{width:100%;height:200px;object-fit:cover;border-radius:10px;margin-bottom:1rem}.menu-details{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease}.menu-card.open .menu-details{max-height:1000px;padding:10px}.booking-section{background:#111;color:#fff}.booking-form{max-width:600px;margin:2rem auto 0;display:flex;flex-direction:column;gap:1rem}.booking-form input,.booking-form textarea{padding:.9rem;border-radius:8px;border:1px solid #333;background:#1a1a1a;color:#fff;font-size:1rem}.booking-form input:focus,.booking-form textarea:focus{outline:none;border-color:#646cff}.cta-section{background:#222;color:#fff}.footer{padding:1rem;text-align:center;background:#111;font-size:.9rem;color:#aaa}@media (max-width: 768px){.services,.gallery,.menus,.cta-section,.booking-section{padding:2rem 1rem}.hero{padding:4rem 1rem}.menu-card img{height:160px}}.about-chef-content{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:700px;margin:0 auto}.chef-avatar{width:180px;height:180px;border-radius:50%;object-fit:cover;margin-bottom:20px;box-shadow:0 4px 12px #00000026}
