@import url(https://fonts.googleapis.com/css2?family=Syne:wght@300;400;500;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600&display=swap);@import url(https://fonts.googleapis.com/css2?family=Syne:wght@500&display=swap);@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@500&display=swap);@import url(https://fonts.googleapis.com/css2?family=Syne:wght@500&family=Nunito:wght@500&family=Inter:wght@500&display=swap);@import url(https://fonts.googleapis.com/css2?family=Syne:wght@500&family=Nunito:wght@500&display=swap);body{color:#0d0d0d;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem;line-height:1.375rem;margin:0;padding-top:100px}h1,h2,h3,h4,h5,h6{font-family:Syne,sans-serif;font-weight:500}h1{font-size:4.375rem;line-height:5.25rem}h2{font-size:3.5rem;line-height:4.2rem}h3{font-size:2.5rem;line-height:3rem}h4{font-size:1.75rem;line-height:2.1rem}h5{font-size:1.375rem;line-height:1.65rem}h6{font-size:1.25rem;line-height:1.5rem}p{font-family:Nunito,sans-serif;font-size:1rem;line-height:1.375rem;margin-bottom:1rem}.large-text{font-size:1.25rem;line-height:1.625rem}.small-text{font-size:.875rem;line-height:1.25rem}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@media (max-width:768px){h1{font-size:2.5rem;line-height:3rem}h2{font-size:2rem;line-height:2.4rem}h3{font-size:1.75rem;line-height:2.1rem}h4{font-size:1.375rem;line-height:1.65rem}h5,h6{font-size:1.25rem;line-height:1.5rem}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.App,body{background-color:#fff}.App{min-height:100vh;overflow-x:hidden}.navbar{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background-color:#fffffffa;border-bottom:1px solid #ebebeccc;box-shadow:0 4px 30px #00000008;left:0;padding:1rem 2rem;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.navbar:hover{box-shadow:0 8px 32px #0000000d}.navbar-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 2rem;position:relative}.navbar-links{align-items:center;display:flex;gap:2.5rem}.navbar-logo{padding:0!important;position:relative}.navbar-logo:after{background:linear-gradient(180deg,#0000,#06182e1a,#0000);content:"";height:40%;position:absolute;right:-1.25rem;top:50%;transform:translateY(-50%);width:1px}.navbar-logo img{height:75px;transition:all .4s cubic-bezier(.4,0,.2,1);width:auto}.navbar-logo:hover img{transform:scale(1.05)}.navbar-links a{border-radius:.625rem;color:#4d4d4d;font-family:Nunito,sans-serif;font-size:.95rem;font-weight:500;padding:.5rem .75rem;position:relative;text-decoration:none;transition:all .3s ease;white-space:nowrap}.navbar-links a:not(.navbar-logo):after{background-color:#06182e;bottom:0;content:"";height:2px;left:50%;opacity:0;position:absolute;transform:translateX(-50%);transition:all .3s ease;width:0}.navbar-links a:not(.navbar-logo):hover:after{opacity:1;width:70%}.navbar-links a:hover{color:#06182e}.navbar-links a.active{background-color:#06182e;color:#fff}.navbar-links a.active:after{display:none}.mobile-menu-button{background:none;border:none;cursor:pointer;display:none;padding:.5rem;z-index:1001}.hamburger-line{background-color:#06182e;display:block;height:2px;margin:5px 0;transition:all .3s ease;width:24px}.navbar-actions{align-items:center;display:flex;gap:.75rem}.sign-in{background:none;color:#333;padding:.5rem 1rem}.order-online,.sign-in{border:none;cursor:pointer;font-size:.95rem}.order-online{align-items:center;background-color:#1a365d;border-radius:4px;color:#fff;display:flex;font-weight:500;padding:.6rem 1.25rem;transition:background-color .3s ease}.order-online:after{content:">";margin-left:.5rem}.order-online:hover{background-color:#152a4a}@media (max-width:1024px){.navbar-container{padding:0 1rem}}@media (max-width:768px){.navbar{padding:.75rem 1rem}body{padding-top:75px}.mobile-menu-button{display:block}.navbar-links{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background-color:#fffffffa;flex-direction:column;gap:2rem;height:100vh;justify-content:center;position:fixed;right:-100%;top:0;transition:all .3s ease;width:100%}.navbar-links.active{right:0}.navbar-links a{font-size:1.25rem;padding:1rem;text-align:center;width:100%}.mobile-menu-button.active .hamburger-line:first-child{transform:rotate(45deg) translate(5px,6px)}.mobile-menu-button.active .hamburger-line:nth-child(2){opacity:0}.mobile-menu-button.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}.navbar-logo{margin-right:1rem}.navbar-logo:after{height:30%;right:-.75rem}.navbar-logo img{height:60px}.navbar-links a{font-size:.875rem;padding:.4rem .6rem}}.footer{background-color:#ebebec;padding:4rem 2rem;width:100%}.footer-content{flex-direction:column;gap:3rem;margin:0 auto;max-width:1200px}.footer-content,.footer-top{align-items:center;display:flex}.footer-top{flex-direction:row;gap:2rem;justify-content:space-between;width:100%}.footer-logo{flex-shrink:0;width:200px}.footer-logo img{height:60px;width:auto}.footer-hidev-logo{display:flex;flex-shrink:0;justify-content:flex-end;width:200px}.footer-hidev-logo img{height:60px;width:auto}.footer-nav{align-items:center;display:flex;flex:1 1;flex-wrap:wrap;gap:1.5rem;justify-content:center}.footer-nav a{color:#4d4d4d;font-family:Nunito,sans-serif;font-size:1rem;text-align:center;text-decoration:none;transition:color .3s ease;white-space:nowrap}.footer-nav a:hover{color:#0d0d0d}.footer-copyright{color:#4d4d4d;font-family:Nunito,sans-serif;font-size:.875rem;text-align:center}@media (max-width:768px){.footer{padding:3rem 1rem}.footer-content{gap:2rem}.footer-top{flex-direction:column;gap:2rem}.footer-logo{text-align:center;width:auto}.footer-hidev-logo{justify-content:center;width:auto}.footer-nav{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);text-align:center;width:100%}}.hero{border-radius:2.5rem;height:calc(80vh - 120px);margin:1.5rem 8rem;overflow:visible;position:relative}.hero-slider{border-radius:2.5rem;overflow:hidden;z-index:1}.hero-slide,.hero-slider{height:100%;left:0;position:absolute;top:0;width:100%}.hero-slide{opacity:0;transition:opacity .8s ease-in-out}.hero-slide.active{opacity:1}.hero-slide.transitioning{z-index:2}.hero-slide img{display:block;height:100%;object-fit:cover;object-position:center;width:100%}.hero:after{background:linear-gradient(90deg,#0006 0,#0003 50%,#0006);border-radius:2.5rem;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.hero-content{align-items:center;display:flex;height:100%;margin:0 auto;max-width:1400px;padding:0 4rem;position:relative;z-index:5}.hero-text{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0003;border-radius:.625rem;color:#fff;max-width:800px;padding:2rem}.hero-subtitle{display:inline-block;font-family:Syne,sans-serif;font-size:1.25rem;font-weight:500;letter-spacing:.02em;line-height:1.625rem;margin-bottom:1rem;padding-bottom:.5rem;position:relative;text-shadow:2px 2px 4px #00000080}.hero-subtitle:after{background-color:#fff;bottom:0;box-shadow:2px 2px 4px #00000080;content:"";height:2px;left:0;position:absolute;width:100%}.hero-title{font-family:Syne,sans-serif;font-size:4.375rem;font-weight:500;letter-spacing:.02em;line-height:5.25rem;margin-bottom:2rem;text-shadow:2px 2px 4px #00000080,-1px -1px 1px #0000004d,1px -1px 1px #0000004d,-1px 1px 1px #0000004d,1px 1px 1px #0000004d}.hero-buttons{display:flex;gap:1rem;margin-bottom:1rem;position:relative;z-index:9000}.hero-buttons .order-now-container.light .order-now-button{background-color:#fff;box-shadow:0 4px 6px #0003;color:#06182e;font-family:Syne,sans-serif;font-weight:500}.hero-buttons .order-now-container.light .delivery-dropdown{background-color:#fff}.hero-cta{align-items:center;background-color:#06182e;border:none;border-radius:.625rem;box-shadow:0 4px 6px #0003;color:#fff;cursor:pointer;display:inline-flex;font-family:Syne,sans-serif;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;transition:all .3s ease}.hero-cta:after{content:"→";margin-left:.5rem}.hero-cta:hover{opacity:.9;transform:translateY(-2px)}@media (max-width:1024px){.hero{margin:1rem 4rem}.hero-title{font-size:3.5rem;line-height:4.2rem}}@media (max-width:768px){.hero{height:calc(70vh - 80px);margin:1rem 2rem}.hero-slider,.hero:after{border-radius:2rem}.hero-content{padding:0 2rem}.hero-title{font-size:2.5rem;line-height:3rem}.hero-subtitle{font-size:1.125rem;line-height:1.375rem}.hero-text{padding:1.5rem}.hero-buttons{flex-direction:column;gap:.75rem}}@media (max-width:480px){.hero{margin:.5rem 1rem}.hero,.hero-slider,.hero:after{border-radius:1.5rem}.hero-content{padding:0 1.5rem}.hero-title{font-size:1.75rem;line-height:2.1rem}.hero-subtitle{font-size:1rem;line-height:1.25rem}.hero-text{padding:1rem}.hero-cta{padding:.75rem 1.25rem}}.order-now-container{display:inline-block;position:relative}.order-now-button{align-items:center;border:none;border-radius:.625rem;cursor:pointer;display:flex;font-family:Syne,Nunito,Inter,sans-serif;font-size:1rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.order-now-container.dark .order-now-button{background-color:#06182e;color:#fff}.order-now-container.dark .order-now-button:hover{background-color:#06182ee6}.order-now-container.light .order-now-button{background-color:#fff;color:#06182e}.order-now-container.light .order-now-button:hover{background-color:#ffffffe6}.dropdown-arrow{font-size:.75rem;transition:transform .3s ease}.dropdown-arrow.open{transform:rotate(180deg)}.delivery-dropdown{background-color:#fff;border:1px solid #06182e4d;border-radius:.625rem;box-shadow:0 4px 6px #0000001a;left:0;min-width:200px;overflow:hidden;position:absolute;top:calc(100% + .5rem);z-index:10000}.delivery-option{border-bottom:1px solid #06182e4d;color:#0d0d0d;display:block;font-family:Nunito,Inter,sans-serif;font-size:1rem;padding:1rem 1.5rem;text-decoration:none;transition:all .3s ease}.delivery-option:last-child{border-bottom:none}.delivery-option:hover{background-color:#06182e1a}@media (max-width:768px){.order-now-button{font-size:.875rem;padding:.75rem 1.25rem}.delivery-dropdown{border-radius:.625rem .625rem 0 0;bottom:0;box-shadow:0 -4px 6px #0000001a;left:0;position:fixed;top:auto;width:100%;z-index:10000}.delivery-option{padding:1.25rem;text-align:center}}.content-section{background-color:#fff;overflow:hidden;padding:4rem 1rem;position:relative}.content-section:before{background:linear-gradient(90deg,#0000,#e0e0e0,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.content-wrapper{margin:0 auto;max-width:1200px}.content-container{align-items:center;display:flex;gap:4rem}.content-container.image-right{flex-direction:row-reverse}.content-image{border-radius:.625rem;flex:1 1;overflow:hidden}.content-image img{border-radius:.625rem;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.content-image img:hover{transform:scale(1.05)}.content-text{flex:1 1;padding:2rem}.content-text h2{color:#0d0d0d;font-family:Syne,sans-serif;font-size:2.5rem;font-weight:500;line-height:1.2;margin-bottom:1.5rem}.content-text p{color:#4d4d4d;font-family:Nunito,sans-serif;font-size:1.25rem;line-height:1.625rem;margin-bottom:2rem}.content-button{background-color:#06182e;border-radius:.625rem;color:#fff;display:inline-block;font-family:Nunito,sans-serif;font-size:1.125rem;font-weight:500;padding:1rem 2rem;text-decoration:none;transition:opacity .3s ease}.content-button:hover{opacity:.9}@media (max-width:1024px){.content-container{gap:2rem}.content-text h2{font-size:2rem}}@media (max-width:768px){.content-container{gap:2rem}.content-container,.content-container.image-right,.content-text{flex-direction:column}.content-text{display:flex;padding:0;text-align:center}.content-text h2{font-size:1.75rem;margin-bottom:1.5rem}.content-text p{font-size:1rem;line-height:1.375rem;margin-bottom:1.5rem}.content-container>*{width:100%}.content-text h2{order:1}.content-image{order:2}.content-text p{order:3}.content-text .content-button{order:4}}@media (max-width:480px){.content-section{padding:2rem 1rem}.content-text h2{font-size:1.5rem}.content-button{font-size:1rem;padding:.75rem 1.5rem}}.video-content-section{background-color:#000;overflow:hidden;padding:6rem 2rem;position:relative}.video-content-section:before{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.video-content-container{align-items:center;display:flex;gap:4rem;margin:0 auto;max-width:1400px}.video-right .video-content-container{flex-direction:row-reverse}.video-wrapper{align-items:center;aspect-ratio:1;background-color:#000;border-radius:.625rem;box-shadow:0 4px 6px #0000001a;display:flex;flex:1 1;justify-content:center;overflow:hidden;position:relative}.video-wrapper video{height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}.video-content-text{flex:1 1;padding:2rem}.video-content-text h2{color:#fff;font-family:Syne,sans-serif;font-size:2.5rem;font-weight:500;letter-spacing:0;line-height:3rem;margin-bottom:1.5rem}.video-content-text p{color:#ffffffe6;font-family:Nunito,sans-serif;font-size:1.25rem;letter-spacing:0;line-height:1.625rem;margin-bottom:2rem}.video-content-text .cta-button{background-color:#a55f41;border-radius:.625rem;color:#fff;display:inline-block;font-family:Syne,sans-serif;font-size:1.125rem;font-weight:500;letter-spacing:0;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.video-content-text .cta-button:hover{background-color:#b97355;transform:translateY(-2px)}@media (max-width:1024px){.video-content-text h2{font-size:2rem;line-height:2.4rem}.video-content-container{gap:3rem}}@media (max-width:768px){.video-content-section{padding:4rem 1rem}.video-content-container{flex-direction:column;gap:2rem}.video-right .video-content-container{flex-direction:column}.video-content-text{padding:1rem}.video-content-text h2{font-size:1.75rem;line-height:2.1rem}.video-content-text p{font-size:1.125rem;line-height:1.5rem}.video-wrapper{width:100%}}@media (max-width:480px){.video-content-section{padding:3rem 1rem}.video-content-text h2{font-size:1.375rem;line-height:1.75rem}.video-content-text p{font-size:1rem;line-height:1.375rem}}.grid-section{background-color:#fff;overflow:hidden;padding:6rem 2rem;position:relative}.grid-section:before{background:linear-gradient(90deg,#0000,#e0e0e0,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.grid-content{margin:0 auto;max-width:1400px}.grid-header{margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:800px;text-align:center}.grid-header h2{color:#0d0d0d;font-family:Syne,sans-serif;font-size:3.063rem;font-weight:500;line-height:3.675rem;margin-bottom:1.5rem}.grid-header p{color:#4d4d4d;font-family:Nunito,sans-serif;font-size:1.25rem;line-height:1.625rem}.grid-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);padding:0 1rem}.grid-item{align-items:center;aspect-ratio:1;border-radius:.625rem;box-shadow:0 4px 6px #0000001a;display:flex;justify-content:center;overflow:hidden;position:relative}.grid-item img{height:100%;left:0;object-fit:cover;object-position:center;position:absolute;top:0;transition:transform .5s ease;width:100%}.grid-item:hover img{transform:scale(1.1)}@media (max-width:1024px){.grid-header h2{font-size:2.45rem;line-height:2.94rem}.grid-container{gap:1.5rem}}@media (max-width:768px){.grid-section{padding:4rem 1rem}.grid-header h2{font-size:1.75rem;line-height:2.1rem}.grid-header p{font-size:1.125rem;line-height:1.5rem}.grid-container{gap:1rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.grid-section{padding:3rem 1rem}.grid-header h2{font-size:1.75rem;line-height:2.1rem}.grid-header p{font-size:1rem;line-height:1.375rem}.grid-container{gap:1rem;grid-template-columns:1fr}}.testimonials-section{background-color:#ebebec;padding:5rem 1rem}.testimonials-container{margin:0 auto;max-width:1200px;text-align:center}.testimonials-container h2{color:#0d0d0d;font-family:Syne,sans-serif;font-size:3.063rem;font-weight:500;line-height:1.2;margin-bottom:1rem}.testimonials-subtitle{color:#4d4d4d;font-family:Nunito,sans-serif;font-size:1.25rem;margin-bottom:3rem}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);padding:0 1rem}@media (max-width:1024px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.testimonials-grid{grid-template-columns:1fr}.testimonials-container h2{font-size:1.75rem}}.testimonial-card{background:#fff;border-radius:.625rem;box-shadow:0 4px 6px #0000000d;padding:2rem;text-align:left}.stars{color:gold;font-size:1.25rem;margin-bottom:1rem}.testimonial-text{color:#4d4d4d;font-family:Nunito,sans-serif;font-size:1rem;line-height:1.5;margin-bottom:1.5rem}.author{align-items:center;display:flex;gap:.75rem}.author-avatar{border-radius:50%;height:40px;object-fit:cover;object-position:center;width:40px}.author-name{color:#0d0d0d;font-family:Nunito,sans-serif;font-size:1rem;font-weight:500}.location-section{background-color:#fff;padding:6rem 1rem}.location-title{color:#0d0d0d;font-family:Syne,sans-serif;font-size:3.063rem;font-weight:500;margin:0 auto 3rem;max-width:1200px;text-align:left}.location-container{background:#f2f2f2;border-radius:1.25rem;box-shadow:0 4px 24px #0000000a;display:grid;grid-template-columns:.4fr .6fr;margin:0 auto;max-width:1200px;overflow:hidden}.map-container{border-radius:1rem 0 0 1rem;height:400px;margin:1rem 0 1rem 1rem;overflow:hidden;width:calc(100% - 1rem)}.location-info{display:flex;flex-direction:column;gap:2.5rem;padding:2.5rem}.location-header{align-items:flex-start;display:flex;justify-content:space-between}.header-content h3{color:#0d0d0d;font-family:Syne,sans-serif;font-size:2rem;font-weight:500;margin-bottom:.5rem}.header-content p{color:#4d4d4d;font-family:Nunito,sans-serif;font-size:1.125rem}.location-meta{border-bottom:1px solid #ebebec;border-top:1px solid #ebebec;display:flex;gap:4rem;justify-content:space-between;padding:2rem 0}.meta-group h4{color:#4d4d4d;font-family:Syne,sans-serif;font-size:.875rem;font-weight:500;letter-spacing:.05em;margin-bottom:1rem}.meta-group p{color:#0d0d0d;font-family:Nunito,sans-serif;font-size:1rem;line-height:1.5;margin-bottom:.375rem}.location-hours{align-items:center;display:flex;gap:1rem;justify-content:space-between}.location-hours p{color:#0d0d0d;font-family:Nunito,sans-serif;font-size:1rem}.see-hours{background:none;border:none;color:#4d4d4d;cursor:pointer;font-size:1rem;padding:0}.get-directions,.see-hours{align-items:center;display:inline-flex;font-family:Nunito,sans-serif;gap:.5rem}.get-directions{background:#f2f2f2;border-radius:2rem;color:#0d0d0d;font-size:.875rem;padding:.75rem 1.25rem;text-decoration:none;transition:background-color .2s ease}.get-directions:hover{background-color:#ebebec}@media (max-width:768px){.location-section{padding:4rem 1rem}.location-title{font-size:1.75rem;margin-bottom:2rem;text-align:center}.location-container{grid-template-columns:1fr}.map-container{border-radius:1.25rem 1.25rem 0 0;height:300px;margin:0;width:100%}.location-info{gap:2rem;padding:2rem}.location-meta{flex-direction:column;gap:2rem;padding:1.5rem 0}.header-content h3{font-size:1.75rem}}.featuring-section{background-color:#fff;padding:6rem 2rem}.featuring-container{margin:0 auto;max-width:1200px}.featuring-section h2{color:#0d0d0d;font-family:Syne,sans-serif;font-size:3.063rem;font-weight:500;margin-bottom:4rem;text-align:center}.features-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));justify-items:center}.feature-item{align-items:center;display:flex;flex-direction:column;max-width:250px;padding:2rem;text-align:center;transition:transform .3s ease}.feature-item:hover{transform:translateY(-5px)}.feature-icon{align-items:center;background-color:#06182e;border-radius:50%;color:#fff;display:flex;height:80px;justify-content:center;margin-bottom:1.5rem;transition:all .3s ease;width:80px}.feature-icon svg{height:40px;width:40px}.feature-item:hover .feature-icon{box-shadow:0 10px 20px #06182e1a;transform:scale(1.1)}.feature-item h3{color:#0d0d0d;font-family:Syne,sans-serif;font-size:1.375rem;font-weight:500;margin-bottom:.75rem}.feature-item p{color:#4d4d4d;font-family:Nunito,sans-serif;font-size:1rem;line-height:1.375rem}.feature-action{margin-top:1.5rem;width:100%}.feature-action .order-now-container{width:100%}.feature-action .order-now-button,.feature-button{font-family:Syne,sans-serif;font-weight:500;width:100%}.feature-button{background-color:#06182e;border-radius:.625rem;box-sizing:border-box;color:#fff;display:inline-block;font-size:1rem;padding:.75rem 1.5rem;text-align:center;text-decoration:none;transition:all .3s ease}.feature-button:hover{opacity:.9;transform:translateY(-2px)}@media (max-width:768px){.featuring-section{padding:4rem 1rem}.featuring-section h2{font-size:1.75rem;margin-bottom:3rem}.features-grid{gap:2rem}.feature-item{padding:1.5rem}.feature-icon{height:60px;width:60px}.feature-icon svg{height:30px;width:30px}.feature-button{font-size:.875rem;padding:.625rem 1.25rem}}.open-hours{background-color:#fff;border-radius:.625rem;box-shadow:0 4px 6px #0000001a;margin:2rem auto;max-width:1200px;padding:2rem 1rem;width:100%}.hours-title{color:#06182e;font-family:Syne,sans-serif;font-size:2.5rem;font-weight:500;margin-bottom:2rem;text-align:center}.hours-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));padding:0 1rem}.hours-section{background-color:#ebebec;border-radius:.625rem;padding:1.5rem;transition:transform .3s ease}.hours-section:hover{transform:translateY(-5px)}.hours-section h3{color:#06182e;font-family:Syne,sans-serif;font-size:1.375rem;font-weight:500;margin-bottom:1rem}.hours-section p{color:#4d4d4d;font-family:Nunito,sans-serif;font-size:1rem;line-height:1.5;margin-bottom:.5rem}.hours-section.highlight{background-color:#06182e}.hours-section.highlight h3,.hours-section.highlight p{color:#fff}.hours-section.notice{background-color:#fff;border:2px solid #06182e}.brunch-badge,.happy-hour-badge{background-color:#06182e;border-radius:1rem;color:#fff;display:block;font-family:Nunito,sans-serif;font-size:.875rem;margin-bottom:.5rem;padding:.25rem .75rem;width:fit-content}.happy-hour-badge{background-color:#06182e}.hours-section.highlight .brunch-badge{background-color:#fff;color:#06182e}@media (max-width:768px){.open-hours{margin:1rem auto;padding:1rem .5rem}.hours-title{font-size:2rem;margin-bottom:1.5rem}.hours-grid{gap:1rem;grid-template-columns:1fr}.hours-section{padding:1rem}.hours-section h3{font-size:1.25rem}.hours-section p{font-size:.875rem}}.menu-page{margin:0 auto;max-width:1200px;padding:2rem 1rem}.menu-container{align-items:center;display:flex;flex-direction:column;gap:2rem}.menu-title{color:#0d0d0d;font-family:Syne,sans-serif;font-size:2.5rem;font-weight:500;margin-bottom:1rem;text-align:center}.order-now-wrapper{margin-bottom:2rem}.menu-tabs,.order-now-wrapper{display:flex;justify-content:center}.menu-tabs{flex-wrap:wrap;gap:.5rem;max-width:800px;width:100%}.menu-tab{background-color:#ebebec;border:none;border-radius:.625rem;color:#4d4d4d;cursor:pointer;font-family:Nunito,sans-serif;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;transition:all .3s ease}.menu-tab.active,.menu-tab:hover{background-color:#06182e;color:#fff}.menu-content{max-width:800px;width:100%}.menu-panel{display:none;width:100%}.menu-panel.active{display:block}.menu-image{border-radius:.625rem;box-shadow:0 4px 6px #0000001a;height:auto;width:100%}@media screen and (max-width:768px){.menu-title{font-size:1.75rem}.menu-tab{font-size:.875rem;padding:.5rem 1rem}.menu-tabs{gap:.25rem}}@media screen and (max-width:480px){.menu-page{padding:1rem .5rem}.menu-tab{padding:.5rem .75rem}}.private-events-container{margin:2rem auto;max-width:800px;padding:0 1rem}.private-events-title{color:#0d0d0d;font-family:Syne,sans-serif;font-size:2.5rem;font-weight:500;line-height:1.2;margin-bottom:2rem;text-align:center}.private-events-form{display:flex;flex-direction:column;font-family:Nunito,sans-serif;gap:1.5rem}.date-time-group .date-time-inputs{display:flex;gap:1rem}.date-time-inputs input{flex:1 1}@media (max-width:768px){.private-events-title{font-size:2rem}.date-time-group .date-time-inputs{flex-direction:column}.private-events-container{margin:1rem auto}}.video-header{height:60vh;margin-bottom:2rem;overflow:hidden;position:relative;width:100%}.events-video{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}@media screen and (max-width:768px){.video-header{height:40vh}}.virtual-tour-section{margin:0 auto;max-width:800px;padding:4rem 2rem;text-align:center}.virtual-tour-title{color:#0d0d0d;font-family:Syne,sans-serif;font-size:2.5rem;font-weight:500;margin-bottom:1.5rem}.virtual-tour-description{color:#4d4d4d;font-family:Nunito,sans-serif;font-size:1.25rem;line-height:1.625rem;margin-bottom:2rem}.virtual-tour-button{background-color:#06182e;border-radius:.625rem;color:#fff;display:inline-block;font-family:Nunito,sans-serif;font-size:1.125rem;font-weight:500;padding:1rem 2rem;text-decoration:none;transition:opacity .2s ease}.virtual-tour-button:hover{opacity:.9}@media (max-width:768px){.virtual-tour-section{padding:3rem 1rem}.virtual-tour-title{font-size:2rem}.virtual-tour-description{font-size:1.125rem}.virtual-tour-button{font-size:1rem;padding:.875rem 1.75rem}}.careers-container{margin:2rem auto;max-width:800px;padding:0 1rem}.careers-title{color:#0d0d0d;font-family:Syne,sans-serif;font-size:2.5rem;font-weight:500;line-height:1.2;text-align:center}.application-section,.careers-info,.careers-title{margin-bottom:1.5rem}.application-section h2,.careers-info h2,.location h2{color:#0d0d0d;font-family:Syne,sans-serif;font-size:1.75rem;font-weight:500;margin-bottom:.5rem}.careers-info p{color:#4d4d4d;font-family:Nunito,sans-serif;font-size:1.125rem;line-height:1.4;margin-bottom:0}.careers-form{display:flex;flex-direction:column;font-family:Nunito,sans-serif;gap:1.5rem}.form-group input::placeholder,.form-group textarea::placeholder{color:#aaa}.file-input{padding:.5rem 0}.file-note{color:#4d4d4d;font-size:.875rem;margin-top:.5rem}.error-message{color:red;font-size:.875rem;margin-top:.25rem}@media (max-width:768px){.careers-title{font-size:2rem}.application-section h2,.careers-info h2,.location h2{font-size:1.5rem}.careers-info p,.location p{font-size:1rem}.careers-container{margin:1rem auto}}.instructions{background-color:#fafafa;border-radius:.625rem;margin-bottom:2rem;padding:1.5rem}.instructions p{margin-bottom:1rem}.instructions ol{margin:1rem 0;padding-left:1.5rem}.instructions li{color:#4d4d4d;font-family:Nunito,sans-serif;font-size:1.125rem;line-height:1.6;margin-bottom:.75rem}.instructions .note{color:#4d4d4d;font-size:.875rem;font-style:italic;margin-top:1rem}.attachment-notice{background-color:#fafafa;border:1px solid #ebebec;border-radius:.625rem;margin-bottom:1rem;padding:1.5rem}.attachment-notice h3{color:#0d0d0d;font-family:Syne,sans-serif;font-size:1.25rem;font-weight:500;margin-bottom:1rem}.attachment-notice p{color:#4d4d4d;font-family:Nunito,sans-serif;font-size:1rem;line-height:1.6;margin-bottom:.75rem}.attachment-notice ol{margin:.75rem 0;padding-left:1.5rem}.attachment-notice li{color:#4d4d4d;font-family:Nunito,sans-serif;font-size:1rem;line-height:1.6;margin-bottom:.5rem}.attachment-notice .note{color:#4d4d4d;font-size:.875rem;font-style:italic;margin-bottom:0;margin-top:.5rem}@media (max-width:768px){.attachment-notice h3{font-size:1.125rem}.attachment-notice li,.attachment-notice p{font-size:.875rem}}.location{margin-bottom:1.5rem}.location p{color:#4d4d4d;font-family:Nunito,sans-serif;font-size:1.125rem;line-height:1.3}.contact-container{margin:2rem auto;max-width:800px;padding:0 1rem}.contact-title{color:#0d0d0d;font-family:Syne,sans-serif;font-size:2.5rem;font-weight:500;line-height:1.2;margin-bottom:1rem;text-align:center}.contact-subtitle{color:#4d4d4d;font-family:Nunito,sans-serif;font-size:1.125rem;margin-bottom:2rem;text-align:center}.contact-form{font-family:Nunito,sans-serif;gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#4d4d4d;font-size:1rem;font-weight:500}.required{color:red;margin-left:.25rem}.form-group input,.form-group textarea{background-color:#fff;border:1px solid #ebebec;border-radius:.625rem;color:#0d0d0d;font-family:Inter,sans-serif;font-size:1rem;padding:.75rem}.form-group input::placeholder{color:#aaa}.form-group textarea{min-height:100px;resize:vertical}.submit-button{background-color:#06182e;border:none;border-radius:.625rem;color:#fff;cursor:pointer;font-family:Nunito,sans-serif;font-size:1.125rem;font-weight:500;margin-top:1rem;padding:1rem 2rem;transition:opacity .2s ease}.submit-button:hover{opacity:.9}.submit-button:disabled{cursor:not-allowed;opacity:.6}.error-message,.success-message{border-radius:.625rem;font-family:Nunito,sans-serif;font-size:1rem;font-weight:500;margin-bottom:1.5rem;padding:1rem;text-align:center}.success-message{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.error-message{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}@media (max-width:768px){.contact-title{font-size:2rem}.contact-subtitle{font-size:1rem}.contact-container{margin:1rem auto}.instagram-button{font-size:1rem;padding:.625rem 1.25rem}}.form-group input:focus,.form-group textarea:focus{border-color:#06182e;box-shadow:0 0 0 2px #06182e1a;outline:none}.form-group input:invalid,.form-group textarea:invalid{border-color:red}.contact-info{font-family:Nunito,sans-serif;margin-bottom:2rem;text-align:center}.contact-address,.contact-phone{color:#4d4d4d;font-size:1.25rem;line-height:1.625rem;margin:.5rem 0}.contact-phone a{color:#06182e;font-weight:500;text-decoration:none;transition:opacity .2s ease}.contact-phone a:hover{opacity:.8}.social-links{margin:1.5rem 0;text-align:center}.instagram-button{align-items:center;background-color:#06182e;border-radius:.625rem;color:#fff;display:inline-flex;font-family:Nunito,sans-serif;font-size:1.125rem;font-weight:500;gap:.75rem;padding:.75rem 1.5rem;text-decoration:none;transition:opacity .2s ease-in-out}.instagram-button:hover{opacity:.9}.instagram-icon{border-radius:4px;height:24px;object-fit:cover;width:24px}.our-story-page{overflow-x:hidden;width:100%}.our-story{margin:0 auto;max-width:1400px;padding:2rem;width:100%}.main-title{color:#0d0d0d;font-family:Syne,sans-serif;font-size:3.5rem;font-weight:500;line-height:4.25rem;margin-bottom:3rem}.history-section{align-items:center;background-image:url(/static/media/our%20history.1715c57e6384379bbab1.jpg);background-position:50%;background-size:cover;display:flex;filter:grayscale(100%);height:600px;margin-bottom:6rem;overflow:hidden;width:100%}.history-content,.history-section{border-radius:2rem;padding:3rem;position:relative}.history-content{background:#fff;box-shadow:0 4px 6px -1px #0000001a;height:auto;max-width:500px;min-height:min-content}.history-title{color:#0d0d0d;font-family:Syne,sans-serif;font-size:2.5rem;font-weight:500;line-height:1.2;margin-bottom:1.5rem}.history-text{color:#4d4d4d;font-family:Nunito,sans-serif;font-size:.875rem;font-weight:500;line-height:1.5;max-width:400px}@media (max-width:1024px){.main-title{font-size:3rem;line-height:3.5rem}.history-section{padding:2.5rem}.history-content{height:calc(100% - 5rem);padding:2.5rem}.history-title{font-size:2.25rem}}@media (max-width:768px){.history-section{background:none;display:flex;filter:none;flex-direction:column;height:auto;margin-bottom:3rem;min-height:auto;padding:0}.history-section:before{background-image:url(/static/media/our%20history.1715c57e6384379bbab1.jpg);background-position:50%;background-size:cover;border-radius:1rem;content:"";display:block;filter:grayscale(100%);height:400px;margin-bottom:1.5rem;width:100%}.history-content{border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;height:auto;margin:0;max-width:none;padding:1.5rem;position:relative;width:100%}.history-title{font-size:2rem;margin-bottom:1rem}.history-text{font-size:1rem;line-height:1.5;max-width:none}.our-story{padding:1rem}.main-title{font-size:2.5rem;line-height:3rem;margin-bottom:2rem}}@media (max-width:480px){.history-section{padding:1rem}.history-title{font-size:1.75rem}}@font-face{font-display:swap;font-family:Syne;src:url(https://fonts.googleapis.com/css2?family=Syne:wght@500&display=swap)}@font-face{font-display:swap;font-family:Nunito;src:url(https://fonts.googleapis.com/css2?family=Nunito:wght@400;500&display=swap)}.history-text,.history-title{max-width:65ch}.sponsorships{overflow:hidden;padding:6rem 2rem;position:relative;transition:background-color .3s ease,color .3s ease}.light-mode{background-color:#fff;color:#0d0d0d}.dark-mode{background-color:#000;color:#fff}.sponsorships:before{background:linear-gradient(90deg,#0000,#8080801a,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.sponsorships-title{font-family:Syne,sans-serif;font-size:2.5rem;font-weight:500;line-height:1.2;margin-bottom:6rem;text-align:center}.dark-mode .sponsorships-title{color:#fff}.light-mode .sponsorships-title{color:#0d0d0d}.sponsors-grid{grid-gap:2rem 4rem;display:grid;gap:2rem 4rem;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1400px;padding:0 1rem}.sponsor-item{align-items:center;aspect-ratio:1;background-color:initial;display:flex;justify-content:center;padding:1rem;transition:transform .3s ease}.sponsor-item:hover{transform:scale(1.05)}.sponsor-logo{height:100%;object-fit:contain;transition:opacity .3s ease;width:100%}.dark-mode .sponsor-logo{filter:brightness(1.2);opacity:.7}.light-mode .sponsor-logo{opacity:.8}.sponsor-item:hover .sponsor-logo{opacity:1}@media (max-width:1200px){.sponsors-grid{gap:2rem 3rem;grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.sponsorships{padding:4rem 1rem}.sponsorships-title{font-size:1.75rem;margin-bottom:4rem}.sponsors-grid{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.sponsors-grid{gap:1.5rem;grid-template-columns:repeat(1,1fr)}.sponsorships-title{font-size:1.375rem;margin-bottom:3rem}}.catering-container{background-color:#fff;margin:0 auto;max-width:1200px;padding:6rem 1rem}.catering-hero{background:#06182e;border-radius:.625rem;margin-bottom:4rem;padding:4rem 2rem;text-align:center}.catering-hero h1{color:#fff;font-family:Syne,sans-serif;font-size:4.375rem;font-weight:500;line-height:5.25rem;margin-bottom:1.5rem}.catering-hero p{color:#fff;font-family:Nunito,sans-serif;font-size:1.25rem;line-height:1.625rem;margin-bottom:2rem}.order-button{background-color:#fff;border-radius:.625rem;color:#06182e;display:inline-block;font-family:Nunito,sans-serif;font-size:1.125rem;font-weight:500;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.order-button:hover{opacity:.9;transform:translateY(-2px)}.catering-features{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:4rem 0}.feature{background:#ebebec;border-radius:.625rem;padding:2rem;text-align:center;transition:transform .3s ease}.feature:hover{transform:translateY(-5px)}.feature h3{color:#0d0d0d;font-family:Syne,sans-serif;font-size:1.75rem;font-weight:500;margin-bottom:1rem}.feature p{color:#4d4d4d;font-family:Nunito,sans-serif;font-size:1rem;line-height:1.375rem}.catering-cta{background:#ebebec;border-radius:.625rem;margin-top:4rem;padding:4rem 2rem;text-align:center}.catering-cta h2{color:#0d0d0d;font-family:Syne,sans-serif;font-size:2.5rem;font-weight:500;margin-bottom:1rem}.catering-cta p{color:#4d4d4d;font-family:Nunito,sans-serif;font-size:1.25rem;margin-bottom:2rem}.secondary-button{background-color:#06182e;border-radius:.625rem;color:#fff;display:inline-block;font-family:Nunito,sans-serif;font-size:1.125rem;font-weight:500;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.secondary-button:hover{opacity:.9;transform:translateY(-2px)}@media (max-width:768px){.catering-container{padding:4rem 1rem}.catering-hero{padding:2rem 1rem}.catering-hero h1{font-size:2.5rem;line-height:3rem}.feature{padding:1.5rem}.catering-cta{padding:2rem 1rem}.catering-cta h2{font-size:1.75rem}.order-button,.secondary-button{padding:1rem;text-align:center;width:100%}}@media (max-width:480px){.catering-hero h1{font-size:1.75rem;line-height:2.1rem}.catering-cta p,.catering-hero p{font-size:1rem;line-height:1.375rem}.feature h3{font-size:1.375rem}}::placeholder{color:#999;opacity:1}:-ms-input-placeholder{color:#999}::-ms-input-placeholder{color:#999}.reservations-container{align-items:center;background-color:#fff;display:flex;justify-content:center;min-height:80vh;padding:4rem 1rem}.reservations-content{max-width:800px;padding:2rem;text-align:center;width:100%}.reservations-title{color:#0d0d0d;font-family:Syne,sans-serif;font-size:3.5rem;font-weight:500;letter-spacing:0;line-height:4rem;margin-bottom:1.5rem}.reservations-description{color:#4d4d4d;font-family:Nunito,sans-serif;font-size:1.25rem;font-weight:500;letter-spacing:0;line-height:1.625rem;margin-bottom:2rem}.widget-container{border-radius:.625rem;box-shadow:0 2px 4px #0000001a;margin:0 auto;max-width:600px;overflow:hidden;width:100%}@media (max-width:768px){.reservations-container{min-height:70vh;padding:2rem 1rem}.reservations-content{padding:1.5rem 1rem}.reservations-title{font-size:2rem;line-height:2.4rem;margin-bottom:1rem}.reservations-description{font-size:1rem;line-height:1.375rem;margin-bottom:1.5rem;padding:0 .5rem}.widget-container{height:auto;max-width:100%;min-height:450px}}@media (max-width:480px){.reservations-container{min-height:60vh;padding:1.5rem .75rem}.reservations-content{padding:1rem .5rem}.reservations-title{font-size:1.75rem;line-height:2.1rem}.reservations-description{font-size:.875rem;line-height:1.25rem}.widget-container{min-height:480px}}.gift-cards-container{align-items:center;display:flex;flex-direction:column;min-height:100vh;width:100%}.image-header{height:50vh;overflow:hidden;position:relative;width:100%}.gift-cards-hero{height:100%;object-fit:cover;object-position:center;width:100%}.gift-cards-content{background:#fff;border-radius:1rem 1rem 0 0;box-shadow:0 -4px 6px #0000001a;margin-top:-4rem;max-width:1200px;padding:2rem;position:relative;width:100%;z-index:1}.gift-cards-title{color:#0d0d0d;font-family:Syne,sans-serif;font-size:2.5rem;font-weight:500;line-height:3rem;margin-bottom:2rem;text-align:center}.gift-cards-description{color:#4d4d4d;font-family:Nunito,sans-serif;font-size:1.125rem;line-height:1.625rem;margin:0 auto 3rem;max-width:800px}.gift-cards-description p{margin-bottom:1.5rem}.gift-cards-description ul{list-style-type:none;margin:1.5rem 0;padding:0}.gift-cards-description li{margin:.75rem 0;padding-left:1.5rem;position:relative}.gift-cards-description li:before{color:#06182e;content:"•";left:0;position:absolute}.purchase-button{background-color:#06182e;border:none;border-radius:.625rem;color:#fff;cursor:pointer;display:block;font-family:Nunito,sans-serif;font-size:1.125rem;font-weight:500;margin:2rem auto;padding:1rem 2.5rem;transition:transform .2s ease,opacity .2s ease}.purchase-button:hover{opacity:.9;transform:scale(1.05)}@media (max-width:768px){.gift-cards-content{margin-top:-2rem;padding:1.5rem}.gift-cards-title{font-size:2rem;line-height:2.5rem}.gift-cards-description{font-size:1rem;line-height:1.5rem}.purchase-button{padding:1rem;width:100%}}.trivia-page{font-family:Nunito,sans-serif;margin:0 auto;max-width:1200px;padding:2rem 1rem}.trivia-container{align-items:flex-start;display:flex;flex-direction:row;gap:2rem}.trivia-content{flex:1 1;min-width:0}.trivia-title{color:#0d0d0d;font-size:2.5rem;margin-bottom:.5rem}.trivia-time,.trivia-title{font-family:Syne,sans-serif;font-weight:500}.trivia-time{color:#06182e;font-size:1.375rem;margin-bottom:1.5rem}.trivia-description{color:#4d4d4d;font-size:1rem;line-height:1.375rem}.trivia-description p{margin-bottom:1.5rem}.trivia-details{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin-bottom:2rem}.trivia-detail h3{color:#0d0d0d;font-family:Syne,sans-serif;font-size:1.125rem;font-weight:500;margin-bottom:.5rem}.trivia-detail p{font-size:.875rem;line-height:1.25rem;margin-bottom:0}.trivia-buttons{display:flex;flex-wrap:wrap;gap:1rem}.trivia-cta-button{background-color:#06182e;border:none;border-radius:.625rem;color:#fff;cursor:pointer;display:inline-block;font-family:Syne,sans-serif;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;text-decoration:none;transition:transform .2s ease,opacity .2s ease}.trivia-cta-button:hover{opacity:.9;transform:scale(1.02)}.trivia-details-button{background-color:initial;border:2px solid #06182e;border-radius:.625rem;color:#06182e;cursor:pointer;display:inline-block;font-family:Syne,sans-serif;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;text-decoration:none;transition:transform .2s ease,opacity .2s ease,background-color .2s ease}.trivia-details-button:hover{background-color:#06182e;color:#fff;transform:scale(1.02)}.trivia-video-container{flex:1 1;min-width:0}.trivia-video{border-radius:.625rem;box-shadow:0 4px 8px #0000001a;height:auto;width:100%}@media (max-width:992px){.trivia-container{flex-direction:column-reverse}.trivia-video-container{margin-bottom:2rem;width:100%}.trivia-content{width:100%}}@media (max-width:768px){.trivia-title{font-size:2rem}.trivia-time{font-size:1.25rem}.trivia-details{grid-template-columns:1fr}.trivia-buttons{align-items:stretch;flex-direction:column}.trivia-cta-button,.trivia-details-button{text-align:center;width:100%}}@media (max-width:480px){.trivia-page{padding:1.5rem 1rem}.trivia-title{font-size:1.75rem}.trivia-time{font-size:1.125rem}.trivia-description p{font-size:.875rem}}
/*# sourceMappingURL=main.5381a9d0.css.map*/