.header{position:sticky;top:0;background:#81dcff;z-index:1000;box-shadow:0 4px 12px #0000001a;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem}.logo{font-weight:700;font-size:1.8rem;color:red;letter-spacing:.5px}nav{display:flex;gap:2rem}nav a{color:#444;text-decoration:none;font-weight:500;font-size:1rem;position:relative;transition:color .3s ease}nav a:after{content:"";position:absolute;left:0;bottom:-5px;width:0;height:2px;background-color:red;transition:width .3s ease-in-out}nav a:hover:after,nav a.active:after{width:100%}nav a:hover,nav a.active{color:red}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:30px;height:22px;cursor:pointer;z-index:1001}.hamburger .line{display:block;height:3px;width:100%;background:#333;border-radius:2px;transition:transform .3s ease,opacity .3s ease}.header.open .hamburger .line-1{transform:rotate(45deg) translate(5px,5px)}.header.open .hamburger .line-2{opacity:0}.header.open .hamburger .line-3{transform:rotate(-45deg) translate(5px,-5px)}.header.open nav{display:flex}@media (max-width: 768px){.header{padding:1rem 1.5rem}nav{display:none;flex-direction:column;position:absolute;top:70px;left:0;width:100%;background:#fff;box-shadow:0 4px 12px #0000001a;border-top:1px solid #eee;padding:1rem 0;z-index:999}nav a{padding:1rem 2rem;border-bottom:1px solid #f0f0f0;font-size:1.1rem}nav a:last-child{border-bottom:none}.hamburger{display:flex}}.menu-pdf-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0009;display:flex;align-items:center;justify-content:center;z-index:2000}.menu-pdf-modal-content{background:#fff;border-radius:12px;max-width:90vw;width:700px;max-height:90vh;padding:2rem 1rem 1rem;position:relative;box-shadow:0 8px 32px #0000002e;display:flex;flex-direction:column}.menu-pdf-modal-close{position:absolute;top:.7rem;right:1.2rem;background:none;border:none;font-size:2rem;color:#888;cursor:pointer;z-index:10;transition:color .2s}.menu-pdf-modal-close:hover{color:red}.menu-pdf-btn{border:none;display:inline-block;background:#81dcff;color:#fff;font-weight:600;padding:.7rem 2rem;border-radius:30px;text-decoration:none;font-size:1.1rem;box-shadow:0 2px 8px #00000014;transition:background .2s,color .2s,box-shadow .2s;margin-bottom:1rem}.menu-pdf-btn:hover{background:red;color:#fff;box-shadow:0 4px 16px #00000021;transform:translateY(-2px)}.menu-category{margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid rgba(255,0,0,.1)}.menu-category h3{color:#333;font-size:1.8rem;font-weight:600;margin-bottom:1rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.menu-category h3:after{content:"+";font-size:1.5rem;transition:transform .3s ease-in-out}.menu-category h3.expanded:after{content:"-";transform:rotate(180deg)}.menu-item{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem;background-color:#fff;border-radius:8px;margin-bottom:.75rem;box-shadow:0 2px 10px #0000000d;transition:transform .2s ease,box-shadow .2s ease}.menu-item:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0000001a}.menu-item .desc{color:#777;font-size:.9rem;margin-top:.25rem}.menu-item .price{color:#81dcff;font-weight:700;font-size:1.1rem;margin-left:1rem}.menu-items-wrapper{max-height:0;overflow:hidden;transition:max-height .5s ease-in-out,padding .5s ease}.menu-items-wrapper.expanded{max-height:5000px;padding-top:1rem}.section{padding:1rem 1.5rem;max-width:900px;margin:auto;scroll-margin-top:70px}.section h2{font-size:2.5rem;text-align:center;margin-bottom:2rem;font-weight:700;color:#1a1a1a}@media (max-width: 768px){.menu-pdf-modal-content{width:98vw;max-height:90vh;padding:.5rem}}@media (max-width: 768px){.menu-pdf-modal-content{padding:1.5rem .5rem .5rem;width:95vw}.menu-category h3{font-size:1.5rem}.menu-item{flex-direction:column;align-items:flex-start;padding:.75rem}.menu-item .price{font-size:1rem;margin-left:0;margin-top:.5rem}.menu-pdf-btn{padding:.6rem 1.5rem;font-size:1rem}}@media (max-width: 480px){.menu-category h3{font-size:1.25rem}.menu-item .desc{font-size:.8rem}}.location-container{display:flex;flex-direction:column;gap:2rem;background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 10px 30px #00000014}.location-details{display:flex;flex-direction:column;gap:1.5rem}.address,.contact{font-size:1rem}.address p,.contact p{margin-top:.25rem;color:#555}.hours-list ul{list-style:none;padding:0;margin-top:.5rem}.hours-list li{display:flex;justify-content:space-between;margin-bottom:.25rem;font-size:1rem;color:#555}.map{border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0000001a}.map iframe{border-radius:8px}.footer{background:#81dcff;color:#222;text-align:center;padding:.5rem 0;font-size:1rem;margin-top:2rem}.hero-section{position:relative;width:100%;height:50vh;display:flex;justify-content:center;align-items:center;text-align:center;overflow:hidden;color:#fff}.hero-video-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-bg-video{width:100%;height:100%;object-fit:cover}.hero-video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(#0006,#000000b3);z-index:1}.hero-content{position:relative;z-index:2;padding:2rem}.hero-content h1{font-size:3.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.6);font-weight:700}.hero-content p{font-size:1.25rem;margin-bottom:2rem;text-shadow:1px 1px 3px rgba(0,0,0,.6)}.cta-button{display:inline-block;padding:.75rem 2rem;background-color:#81dcff;color:#fff;text-decoration:none;font-size:1rem;font-weight:700;border-radius:50px;transition:background-color .3s ease,transform .2s ease;border:2px solid #81dcff}.cta-button:hover{background-color:#4eceff;transform:translateY(-2px)}.fade-in-up{opacity:0;transform:translateY(30px);transition:opacity .8s,transform .8s}@media (max-width: 768px){.hero-section{height:70vh}.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1rem}}@media (max-width: 480px){.hero-content h1{font-size:2rem}}body{font-family:Segoe UI,Arial,sans-serif;background:#fff;margin:0;color:#222}.fade-in-up{opacity:0;transform:translateY(30px);transition:opacity .7s,transform .7s}.fade-in-up.entered{opacity:1;transform:translateY(0)}.section-title{text-align:center;margin-bottom:2rem;font-size:2.2rem}.contact-details-container{display:flex;flex-direction:column;gap:1.5rem;background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 10px 30px #00000014;text-align:left}.contact-item strong{display:block;margin-bottom:.25rem}.contact-item p{margin:0;color:#555}.phone-number{font-size:1.5rem;font-weight:700}.phone-number a{color:#2a2a2a;text-decoration:none}.facebook-link{font-size:1.2rem;font-weight:700}.facebook-link a{color:#3b5998;text-decoration:none;transition:color .3s ease}.facebook-link a:hover{color:#2d4373}
