@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Lato:wght@300;400;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{background:#1c1c1c;box-shadow:0 2px 10px #0000004d;left:0;position:fixed;right:0;top:0;z-index:1000}.navbar__inner{align-items:center;display:flex;height:64px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.navbar__brand{color:#fff;display:flex;flex-direction:column;line-height:1.1}.brand-main{color:#fff;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;letter-spacing:.02em}.brand-sub{color:#ffffff80;font-family:Lato,sans-serif;font-size:.6rem;letter-spacing:.3em;text-transform:uppercase}.navbar__links{align-items:center;display:flex;gap:1.75rem;list-style:none}.navbar__link{color:#ffffffbf;font-family:Lato,sans-serif;font-size:.8rem;font-weight:700;letter-spacing:.15em;padding-bottom:2px;position:relative;text-transform:uppercase;transition:color .2s}.navbar__link:after{background:#c0182e;bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .25s ease;width:0}.navbar__link.active,.navbar__link:hover{color:#fff}.navbar__link.active:after,.navbar__link:hover:after{width:100%}.navbar__phone{background:#0000;border:1px solid #c0182eb3;color:#fff;font-family:Lato,sans-serif;font-size:.8rem;font-weight:700;letter-spacing:.05em;padding:.45rem 1rem;transition:all .25s}.navbar__phone:hover{background:#c0182e;border-color:#c0182e}.navbar__burger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:4px}.navbar__burger span{background:#fff;display:block;height:2px;transition:all .3s;width:24px}.navbar__burger.open span:first-child{transform:rotate(45deg) translate(5px,5px)}.navbar__burger.open span:nth-child(2){opacity:0}.navbar__burger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width:900px){.navbar__burger{display:flex}.navbar__links{align-items:flex-start;background:#1c1c1c;flex-direction:column;gap:2rem;height:100vh;justify-content:center;padding:2rem 3rem;position:fixed;right:-100%;top:0;transition:right .35s ease;width:260px}.navbar__links.open{right:0}.navbar__link,.navbar__phone{font-size:1rem}}.footer{background:#1c1c1c;color:#aaa}.footer__body{padding:4rem 2rem}.footer__inner{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr;margin:0 auto;max-width:1100px}.footer__brand h3{color:#fff;font-family:Playfair Display,serif;font-size:1.8rem;font-weight:700;margin-bottom:.25rem}.footer__tagline{color:#c0182e;font-size:.85rem;letter-spacing:.15em;margin-bottom:1.5rem;text-transform:uppercase}.footer__address{color:#888;font-size:.9rem;line-height:1.8;margin-bottom:.75rem}.footer__phone{color:#fff;font-size:1rem;font-weight:700;letter-spacing:.05em;transition:color .2s}.footer__phone:hover{color:#c0182e}.footer__hours h4,.footer__nav h4{color:#fff;font-family:Lato,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.25em;margin-bottom:1.25rem;text-transform:uppercase}.footer__nav ul{display:flex;flex-direction:column;gap:.6rem;list-style:none}.footer__nav ul li a{color:#888;font-size:.95rem;transition:color .2s}.footer__nav ul li a:hover{color:#c0182e}.footer__hours p{color:#888;font-size:.9rem;margin-bottom:1.5rem}.footer__fb{align-items:center;color:#888;display:inline-flex;font-size:.9rem;gap:.5rem;transition:color .2s}.footer__fb:hover{color:#c0182e}.footer__bottom{border-top:1px solid #ffffff14;color:#555;font-size:.8rem;letter-spacing:.05em;padding:1.25rem 2rem;text-align:center}@media (max-width:768px){.footer__inner{gap:2rem;grid-template-columns:1fr}}.home-hero{align-items:center;display:flex;height:100vh;justify-content:center;margin-top:64px;min-height:600px;overflow:hidden;position:relative}.home-hero img{height:100%;inset:0;object-fit:cover;object-position:center;position:absolute;width:100%}.home-hero__overlay{background:#00000085;inset:0;position:absolute}.home-hero__content{color:#fff;padding:0 2rem;position:relative;text-align:center;z-index:2}.home-hero__eyebrow{color:#ffffffb3;font-family:Lato,sans-serif;font-size:.8rem;font-weight:700;letter-spacing:.4em;margin-bottom:1rem;text-transform:uppercase}.home-hero__content h1{font-family:Playfair Display,serif;font-size:clamp(3rem,8vw,6rem);font-weight:700;line-height:1.05;margin-bottom:0;text-shadow:0 4px 30px #0006}.home-hero__content h1 em{color:#ffffffd9;display:block;font-size:.75em;font-style:italic;font-weight:400}.home-hero__divider{background:#c0182e;height:3px;margin:1.5rem auto;width:40px}.home-hero__tagline{color:#ffffffd9;font-size:clamp(1rem,2.5vw,1.4rem);letter-spacing:.05em;margin-bottom:.75rem}.home-hero__phone{color:#ffffffbf;display:block;font-family:Lato,sans-serif;font-size:1rem;font-weight:300;letter-spacing:.2em;margin-bottom:2rem;transition:color .2s}.home-hero__phone:hover{color:#fff}.home-hero__ctas{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.quick-links{background:#1c1c1c}.quick-links__inner{display:grid;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:900px}.quick-links__item{align-items:center;border-right:1px solid #ffffff14;color:#fff;display:flex;flex-direction:column;gap:.5rem;padding:1.75rem 1rem;transition:background .25s}.quick-links__item:last-child{border-right:none}.quick-links__item:hover{background:#c0182e26}.quick-links__icon{font-size:1.4rem}.quick-links__label{color:#fffc;font-family:Lato,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.home-about{background:#fff}.home-about__inner{grid-gap:5rem;align-items:center;display:grid;gap:5rem;grid-template-columns:1fr 1fr}.home-about__img-wrap img{display:block;height:420px;object-fit:cover;width:100%}.home-about__pre{color:#c0182e;font-size:.85rem;font-weight:700;letter-spacing:.2em;margin-bottom:.5rem;text-transform:uppercase}.home-about__text .section-title{color:#1c1c1c}.home-about__text p{color:#555;line-height:1.8;margin-bottom:1rem}.features-band{background:#f5f5f5;padding:4rem 2rem}.features-band__inner{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1100px}.features-band__item{text-align:center}.features-band__line{background:#c0182e;height:3px;margin:0 auto 1rem;width:30px}.features-band__item h4{color:#1c1c1c;font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.features-band__item p{color:#777;font-size:.9rem;line-height:1.5}.cta-banner{background:#c0182e;padding:5rem 2rem;text-align:center}.cta-banner__content{margin:0 auto;max-width:700px}.cta-banner__content h2{color:#fff;font-size:clamp(1.8rem,4vw,2.8rem);margin-bottom:1rem}.cta-banner__content p{color:#fffc;font-size:1.05rem;margin-bottom:2rem}.cta-banner__actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media (max-width:900px){.home-hero{margin-top:64px}.home-about__inner{gap:3rem;grid-template-columns:1fr}.features-band__inner,.quick-links__inner{grid-template-columns:repeat(2,1fr)}.quick-links__item:nth-child(2){border-right:none}.quick-links__item:nth-child(3),.quick-links__item:nth-child(4){border-top:1px solid #ffffff14}}@media (max-width:550px){.features-band__inner{grid-template-columns:1fr}.quick-links__inner{grid-template-columns:1fr 1fr}}.about-grid{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr auto}.about-text p{color:#555;font-size:1.05rem;line-height:1.9;margin-bottom:1.2rem}.about-stat-block{display:flex;flex-direction:column;gap:1.5rem}.about-stat{background:#f5f5f5;border:1px solid #e0e0e0;min-width:150px;padding:2rem;text-align:center}.about-stat strong{color:#c0182e;display:block;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;line-height:1;margin-bottom:.5rem}.about-stat span{color:#777;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.about-dishes{display:grid;grid-template-columns:1fr 1fr;min-height:500px}.about-dishes__img img{display:block;height:100%;object-fit:cover;width:100%}.about-dishes__text{background:#1c1c1c;display:flex;flex-direction:column;justify-content:center;padding:5rem}.about-dishes__text .section-title{color:#fff}.about-dishes__text .divider-ornament{background:#c0182e;margin-left:0}.about-dishes__text p{color:#ffffffbf;line-height:1.9;margin-bottom:1.2rem}.service-areas{background:#f5f5f5}.service-areas .divider-ornament{margin:1rem auto 3rem}.areas-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:800px}.area-card{align-items:center;background:#fff;border:1px solid #e0e0e0;color:#444;display:flex;font-size:.9rem;gap:.75rem;padding:1.25rem 1.5rem}.area-card__dot{background:#c0182e;border-radius:50%;flex-shrink:0;height:8px;width:8px}@media (max-width:900px){.about-grid{grid-template-columns:1fr}.about-stat-block{flex-direction:row}.about-dishes{grid-template-columns:1fr}.about-dishes__text{padding:3rem 2rem}.areas-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:550px){.areas-grid{grid-template-columns:1fr}}.menu-intro__inner{grid-gap:5rem;align-items:center;display:grid;gap:5rem;grid-template-columns:1fr 1fr}.menu-intro__img img{display:block;height:380px;object-fit:cover;width:100%}.menu-intro__text p{color:#555;font-size:1.05rem;line-height:1.9;margin-bottom:1rem}.menu-section{background:#f5f5f5}.menu-tabs{background:#fff;border:1px solid #e0e0e0;display:flex;flex-wrap:wrap;gap:0;justify-content:center;margin-bottom:0}.menu-tab{background:none;border:none;border-right:1px solid #e0e0e0;color:#777;cursor:pointer;font-family:Lato,sans-serif;font-size:.78rem;font-weight:700;letter-spacing:.12em;padding:1rem 1.75rem;text-transform:uppercase;transition:all .2s}.menu-tab:last-child{border-right:none}.menu-tab:hover{background:#c0182e0a;color:#c0182e}.menu-tab.active{background:#c0182e;color:#fff}.menu-category-note{background:#fff8f8;border-bottom:1px solid #e0e0e0;border-left:3px solid #c0182e;color:#555;font-size:.85rem;font-style:italic;margin:0;padding:.75rem 1.5rem}.menu-items{background:#fff;border:1px solid #e0e0e0;border-top:none;margin-bottom:1.5rem}.menu-item{align-items:flex-start;border-bottom:1px solid #f0f0f0;display:flex;gap:2rem;justify-content:space-between;padding:1.5rem 2rem;transition:background .2s}.menu-item:last-child{border-bottom:none}.menu-item:hover{background:#fafafa}.menu-item__info h4{color:#1c1c1c;font-family:Playfair Display,serif;font-size:1.05rem;font-weight:700;margin-bottom:.35rem}.menu-item__info p{color:#777;font-size:.9rem;line-height:1.5;max-width:550px}.menu-item__price{color:#c0182e;font-family:Playfair Display,serif;font-size:1.15rem;font-weight:700;padding-top:.1rem;white-space:nowrap}.menu-note{color:#999;font-size:.8rem;font-style:italic;line-height:1.7;text-align:center}.enhance-section{background:#fff}.enhance-grid{grid-gap:0;border:1px solid #e0e0e0;display:grid;gap:0;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.enhance-item{align-items:center;background:#fff;border-bottom:1px solid #f0f0f0;border-right:1px solid #f0f0f0;color:#444;display:flex;font-size:.95rem;justify-content:space-between;padding:1rem 1.5rem}.enhance-price{color:#c0182e;font-family:Playfair Display,serif;font-weight:700}.menu-cta{background:#c0182e;padding:5rem 2rem;text-align:center}.menu-cta__content{margin:0 auto;max-width:600px}.menu-cta__content h2{color:#fff;font-size:clamp(1.8rem,4vw,2.8rem);margin-bottom:1rem}.menu-cta__content p{color:#fffc;margin-bottom:2rem}@media (max-width:900px){.menu-intro__inner{gap:3rem;grid-template-columns:1fr}.menu-tab{font-size:.72rem;padding:.75rem 1.1rem}}@media (max-width:600px){.menu-item{gap:1rem;padding:1.25rem}.menu-tabs{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto}}.gallery-section{background:#fff}.photo-grid{grid-gap:10px;display:grid;gap:10px;grid-auto-rows:250px;grid-template-columns:repeat(3,1fr)}.photo-grid__item{cursor:pointer;overflow:hidden;position:relative}.photo-grid__item--tall{grid-row:span 2}.photo-grid__item--wide{grid-column:span 2}.photo-grid__item img{display:block;height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.photo-grid__item:hover img{transform:scale(1.06)}.photo-grid__overlay{align-items:center;background:#0000;display:flex;inset:0;justify-content:center;position:absolute;transition:background .3s}.photo-grid__overlay span{border:1px solid #ffffffb3;color:#fff;font-family:Lato,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.25em;opacity:0;padding:.5rem 1.25rem;text-transform:uppercase;transform:translateY(8px);transition:all .3s}.photo-grid__item:hover .photo-grid__overlay{background:#0006}.photo-grid__item:hover .photo-grid__overlay span{opacity:1;transform:translateY(0)}.lightbox{align-items:center;background:#000000eb;display:flex;inset:0;justify-content:center;padding:2rem;position:fixed;z-index:2000}.lightbox img{max-height:85vh;max-width:90vw;object-fit:contain}.lightbox__close{background:none;border:1px solid #fff6;color:#fff;cursor:pointer;font-size:1rem;height:40px;position:absolute;right:1.5rem;top:1.5rem;transition:all .2s;width:40px}.lightbox__close:hover{background:#ffffff1a;border-color:#fff}.testimonials-section{background:#f5f5f5}.testimonials-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.testimonial-card{background:#fff;border:1px solid #e0e0e0;border-top:3px solid #c0182e;padding:2rem;transition:transform .3s,box-shadow .3s}.testimonial-card:hover{box-shadow:0 12px 30px #0000001a;transform:translateY(-4px)}.testimonial-card__stars{color:#c0182e;font-size:1rem;letter-spacing:.1em;margin-bottom:1rem}.testimonial-card__text{color:#555;font-size:1rem;font-style:italic;line-height:1.75;margin-bottom:1.25rem}.testimonial-card__name{color:#777;font-size:.85rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}@media (max-width:900px){.photo-grid{grid-auto-rows:200px;grid-template-columns:repeat(2,1fr)}.photo-grid__item--wide{grid-column:span 1}.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.photo-grid{grid-template-columns:1fr}.photo-grid__item--tall{grid-row:span 1}.testimonials-grid{grid-template-columns:1fr}}.contact-intro{background:#fff;padding-bottom:2rem;text-align:center}.contact-intro__text{margin:0 auto;max-width:700px}.contact-intro__text p{color:#555;font-size:1.05rem;line-height:1.9}.contact-intro .divider-ornament{margin:1rem auto 1.5rem}.contact-main{display:grid;grid-template-columns:1fr 1fr;min-height:500px}.contact-main__map{background:#eee}.contact-main__map iframe{display:block;height:100%;min-height:400px;width:100%}.contact-main__info{background:#1c1c1c;display:flex;flex-direction:column;gap:2.5rem;padding:4rem 3rem}.contact-info-block h3{color:#fff;font-family:Playfair Display,serif;font-size:1.6rem;font-weight:700}.contact-info-block .divider-ornament{background:#c0182e;margin-left:0;margin-right:auto}.contact-detail{align-items:flex-start;display:flex;gap:1rem;margin-bottom:1.5rem}.contact-detail__icon{flex-shrink:0;font-size:1.2rem;margin-top:.1rem}.contact-detail strong{color:#ffffff80;display:block;font-family:Lato,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.2em;margin-bottom:.25rem;text-transform:uppercase}.contact-detail p{color:#ffffffbf;font-size:.95rem;line-height:1.6}.contact-detail p a{color:#ffffffbf;transition:color .2s}.contact-detail p a:hover{color:#c0182e}.contact-areas h4{color:#ffffff80;font-family:Lato,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.25em;margin-bottom:1rem;text-transform:uppercase}.contact-areas ul{display:flex;flex-direction:column;gap:.6rem;list-style:none}.contact-areas ul li{align-items:center;color:#ffffffa6;display:flex;font-size:.9rem;gap:.6rem}.contact-areas ul li .dot{background:#c0182e;border-radius:50%;flex-shrink:0;height:6px;width:6px}.contact-form-section{background:#f5f5f5}.contact-form{display:flex;flex-direction:column;gap:1.5rem;margin:0 auto;max-width:750px}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#555;font-family:Lato,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase}.form-group input,.form-group textarea{background:#fff;border:1px solid #e0e0e0;color:#1c1c1c;font-family:Lato,sans-serif;font-size:.95rem;outline:none;padding:.9rem 1.1rem;resize:none;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group textarea:focus{border-color:#c0182e;box-shadow:0 0 0 3px #c0182e1a}.form-group.error input,.form-group.error textarea{border-color:#c0182e}.form-error{color:#c0182e;font-size:.8rem}.form-submit{align-self:flex-start;font-size:.9rem;padding:1rem 3rem}.form-success{background:#fff;border:1px solid #e0e0e0;border-top:4px solid #c0182e;margin:0 auto;max-width:500px;padding:4rem 2rem;text-align:center}.form-success__icon{align-items:center;background:#c0182e;border-radius:50%;color:#fff;display:flex;font-size:1.5rem;height:60px;justify-content:center;margin:0 auto 1.5rem;width:60px}.form-success h3{color:#1c1c1c;font-size:1.8rem;margin-bottom:.75rem}.form-success p{color:#555}@media (max-width:900px){.contact-main{grid-template-columns:1fr}.contact-main__info{padding:3rem 2rem}.form-row{grid-template-columns:1fr}}:root{--red:#c0182e;--red-dark:#a01020;--dark:#1c1c1c;--white:#fff;--off-white:#f5f5f5;--text-dark:#1c1c1c;--text-mid:#444;--text-light:#777;--border:#e0e0e0;--shadow:#00000026}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fff;background-color:var(--white);color:#1c1c1c;color:var(--text-dark);font-family:Lato,sans-serif;line-height:1.6}h1,h2,h3{font-family:Playfair Display,serif}a{color:inherit;text-decoration:none}.page-hero{align-items:center;display:flex;height:70vh;justify-content:center;margin-top:64px;min-height:420px;overflow:hidden;position:relative}.page-hero:before{background:#0000008c;content:"";inset:0;position:absolute;z-index:1}.page-hero img{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.page-hero-content{color:#fff;padding:0 2rem;position:relative;text-align:center;z-index:2}.page-hero-content h1{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;letter-spacing:.02em;margin-bottom:1rem;text-shadow:0 2px 20px #0006}.page-hero-content .phone-link{color:#ffffffd9;font-family:Lato,sans-serif;font-size:1.1rem;font-weight:300;letter-spacing:.15em}.divider-bar,.divider-ornament{background:#c0182e;background:var(--red);height:3px;margin:1rem auto 2rem;width:40px}.divider-ornament span,.divider-ornament:after,.divider-ornament:before{display:none}.btn-primary{background:#c0182e;background:var(--red);border:none;color:#fff;cursor:pointer;display:inline-block;font-family:Lato,sans-serif;font-size:.85rem;font-weight:700;letter-spacing:.2em;padding:.9rem 2.5rem;text-transform:uppercase;transition:background .25s,transform .25s}.btn-primary:hover{background:#a01020;background:var(--red-dark);transform:translateY(-2px)}.btn-outline{background:#0000;border:2px solid #c0182e;border:2px solid var(--red);color:#c0182e;color:var(--red);cursor:pointer;display:inline-block;font-family:Lato,sans-serif;font-size:.85rem;font-weight:700;letter-spacing:.2em;padding:.9rem 2.5rem;text-transform:uppercase;transition:all .25s}.btn-outline:hover{background:#c0182e;background:var(--red);color:#fff}.btn-outline--light{border-color:#fff9;color:#fff}.btn-outline--light:hover{background:#ffffff26;border-color:#fff;color:#fff}.section{padding:5rem 2rem}.container{margin:0 auto;max-width:1100px}.section-title{color:#1c1c1c;color:var(--text-dark);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;margin-bottom:.75rem}.gold-bar{display:none}@media (max-width:768px){.section{padding:3rem 1.5rem}}
/*# sourceMappingURL=main.1e33dfd5.css.map*/