@import "https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&display=swap";@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}section{animation:.5s ease-out fadeInUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.navbar{z-index:1000;width:100%;padding:1.5rem 0;transition:background-color .3s;position:fixed;top:0;left:0}.navbar-transparent{background-color:#0000}.navbar-solid{background-color:#000}.navbar-container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 3rem;display:flex}.navbar-logo{color:#fff;z-index:1001;align-items:center;text-decoration:none;display:flex}.logo-image{object-fit:contain;width:auto;height:50px}.navbar-menu{gap:3rem;margin:0;padding:0;list-style:none;display:flex}.navbar-item{margin:0}.navbar-link{color:#fff;letter-spacing:.05em;font-family:Libre Baskerville,serif;font-size:.95rem;font-weight:300;text-decoration:none;transition:opacity .3s}.navbar-link:hover{opacity:.7}.hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;padding:0;display:none}.hamburger-line{background-color:#fff;width:25px;height:2px;transition:all .3s;display:block}.hamburger.active .hamburger-line:first-child{transform:rotate(45deg)translate(7px,7px)}.hamburger.active .hamburger-line:nth-child(2){opacity:0}.hamburger.active .hamburger-line:nth-child(3){transform:rotate(-45deg)translate(7px,-7px)}@media (width<=768px){.navbar-container{padding:0 1.5rem}.logo-image{height:40px}.hamburger{display:flex}.navbar-menu{background-color:#000;flex-direction:column;gap:2rem;height:50vh;padding:2rem;transition:right .3s;position:fixed;top:0;right:-100%}.navbar-menu.active{width:40%;right:0}.navbar-link{font-size:1.2rem;font-weight:300}}@media (width<=480px){.navbar-container{padding:0 1rem}.logo-image{height:35px}.navbar-menu{width:80%}.navbar-link{font-size:1rem}}body{margin:0;padding:0}.hero{background-image:url(/assets/hero%20section-C0OztjFd.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;height:100vh;margin:0;padding:0;font-family:Libre Baskerville,serif;display:flex;position:relative;overflow:hidden}.hero-overlay{z-index:1;background-color:#00000080;width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:2;text-align:center;color:#fff;max-width:900px;padding:0 2rem;position:relative}.hero-title{letter-spacing:.05em;margin-bottom:1.5rem;font-family:Libre Baskerville,serif;font-size:4rem;font-weight:400;line-height:1.2}.hero-subtitle{letter-spacing:.03em;opacity:.95;text-align:center;max-width:500px;margin-bottom:3rem;font-family:Libre Baskerville,serif;font-size:1rem;font-weight:200;line-height:1.6}.hero-buttons{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;display:flex}.hero-btn{letter-spacing:.05em;cursor:pointer;border:2px solid #fff;align-items:center;gap:.5rem;padding:.9rem 2rem;font-family:Libre Baskerville,serif;font-size:.9rem;font-weight:400;text-decoration:none;transition:all .3s;display:inline-flex}.hero-btn-primary{color:#fff;-ms-border-radius:5px;-o-border-radius:5px;background-color:#0000;border-color:#fff;border-radius:5px}.hero-btn-secondary{color:#000;background-color:#d4af37;border-color:#d4af37;border-radius:5px}.btn-arrow{font-size:1.2rem;transition:transform .3s}.hero-btn:hover .btn-arrow{transform:translate(5px)}@media (width<=768px){.hero-title{font-size:2.5rem}.hero-subtitle{margin-bottom:2rem;font-size:.9rem}.hero-subtitle br{display:none}.hero-buttons{flex-direction:column;gap:1rem;width:100%}.hero-btn{justify-content:center;width:100%;max-width:300px;padding:1rem 1.5rem}}@media (width<=480px){.hero{height:100vh}.hero-content{padding:0 1.5rem}.hero-title{margin-bottom:1rem;font-size:2rem}.hero-subtitle{font-size:.85rem}.hero-btn{padding:.85rem 1.25rem;font-size:.85rem}}.menu-section{background-color:#f5f5f5;padding:4rem 2rem 5rem}.menu-container{max-width:1200px;margin:0 auto}.menu-heading{text-align:center;letter-spacing:.05em;color:#000;margin-bottom:3rem;font-family:Libre Baskerville,serif;font-size:2rem;font-weight:400}.menu-cards{grid-template-columns:repeat(3,1fr);justify-items:center;gap:2.5rem;margin-bottom:3rem;display:grid}.menu-card{cursor:pointer;background-color:#fff;border-radius:8px;width:100%;max-width:350px;transition:all .3s;overflow:hidden;box-shadow:0 8px 20px #00000026}.menu-card:hover{transform:translateY(-10px);box-shadow:0 15px 35px #00000040}.menu-card-image{background-color:#fff;justify-content:center;align-items:center;width:100%;height:240px;display:flex;overflow:hidden}.menu-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.menu-card-content{background-color:#fff;padding:1.5rem 1.25rem 2rem}.menu-card-title{color:#000;margin-bottom:.5rem;font-family:Libre Baskerville,serif;font-size:1.25rem;font-weight:700}.menu-card-description{color:#000;max-width:250px;font-family:Libre Baskerville,serif;font-size:.875rem;font-weight:300;line-height:1.5}.menu-btn-container{justify-content:flex-start;margin-top:2.5rem;display:flex}.menu-btn{color:#000;letter-spacing:.03em;background-color:#d4af37;border:none;border-radius:4px;align-items:center;gap:.5rem;padding:.75rem 2rem;font-family:Libre Baskerville,serif;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.menu-btn:hover{background-color:#c19b2b}.menu-btn-arrow{font-size:1.2rem;transition:transform .3s}.menu-btn:hover .menu-btn-arrow{transform:translate(5px)}@media (width<=1024px){.menu-cards{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (width<=768px){.menu-section{padding:3rem 1.5rem}.menu-heading{margin-bottom:2rem;font-size:1.75rem}.menu-cards{grid-template-columns:1fr;gap:1.5rem}.menu-card-image{height:220px}.menu-card-title{font-size:1.2rem}.menu-card-description{font-size:.85rem}.menu-btn-container{justify-content:center}}@media (width<=480px){.menu-section{padding:2.5rem 1rem}.menu-heading{font-size:1.6rem}.menu-card-content{padding:1.25rem 1rem 1.75rem}.menu-btn{justify-content:center;width:100%;max-width:300px}}.contact-section{color:#fff;background-color:#000;padding:5rem 2rem}.contact-container{max-width:1200px;margin:20px auto 0}.reservation-form-container{grid-template-columns:1fr 2fr;gap:2rem;margin-bottom:5rem;display:grid}.reservation-header{padding-right:2rem}.reservation-subtitle{letter-spacing:.1em;color:#d4af37;margin-bottom:1rem;font-family:Libre Baskerville,serif;font-size:.9rem;font-weight:400}.reservation-title{color:#fff;max-width:270px;font-family:Libre Baskerville,serif;font-size:1.5rem;font-weight:400;line-height:1.6}.reservation-form{flex-direction:column;gap:1.5rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#fff;font-family:Libre Baskerville,serif;font-size:.9rem;font-weight:400}.form-group input,.form-group textarea{color:#fff;background-color:#0000;border:1px solid #fff;border-radius:4px;padding:.75rem 1rem;font-family:Libre Baskerville,serif;font-size:.9rem;transition:border-color .3s}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff80}.form-group input:focus,.form-group textarea:focus{border-color:#d4af37;outline:none}.form-group textarea{resize:vertical;min-height:120px}.reserve-btn{color:#000;letter-spacing:.03em;cursor:pointer;background-color:#d4af37;border:none;border-radius:4px;align-items:center;gap:.5rem;width:fit-content;padding:.75rem 2rem;font-family:Libre Baskerville,serif;font-size:.9rem;font-weight:500;transition:all .3s;display:inline-flex}.reserve-btn:hover{background-color:#c19b2b}.reserve-arrow{font-size:1.2rem;transition:transform .3s}.reserve-btn:hover .reserve-arrow{transform:translate(5px)}.open-days-section{text-align:center}.open-days-title{color:#d4af37;margin-bottom:3rem;font-family:Libre Baskerville,serif;font-size:2rem;font-weight:700}.open-days-cards{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:900px;margin:0 auto;display:grid}.day-card{-ms-border-radius:2px;-o-border-radius:2px;border:1px solid #fff;border-radius:2px;padding:1rem;transition:all .3s}.day-card:hover{border-color:#d4af37;transform:translateY(-5px)}.day-name{letter-spacing:.05em;color:#fff;text-align:left;margin-bottom:1rem;font-family:Libre Baskerville,serif;font-size:.95rem;font-weight:400;line-height:1.4}.day-time{color:#d4af37;text-align:left;font-family:Libre Baskerville,serif;font-size:1rem;font-weight:400}@media (width<=1024px){.reservation-form-container{grid-template-columns:1fr;gap:2rem}.reservation-header{padding-right:0}}@media (width<=768px){.contact-section{padding:3rem 1.5rem}.form-row{grid-template-columns:1fr;gap:1rem}.open-days-cards{grid-template-columns:1fr;gap:1.5rem}.reservation-title{font-size:1.3rem}.open-days-title{margin-bottom:2rem;font-size:1.8rem}}@media (width<=480px){.contact-container{margin-top:50px}.contact-section{padding:2.5rem 1rem}.reservation-subtitle{font-size:1.3rem}.reservation-title{font-size:1.2rem}.open-days-title{font-size:1.6rem}.reserve-btn{justify-content:center;width:100%}}.contact2-section{background-color:#f5f5f5;border-top:2px solid #000;padding:3rem 2rem}.contact2-container{place-content:center;align-items:center;max-width:1200px;margin:0 auto}.contact2-title{text-align:center;color:#000;margin-bottom:2.5rem;font-family:Libre Baskerville,serif;font-size:1.8rem;font-weight:400}.contact2-content{grid-template-columns:repeat(3,1fr);place-content:center;align-items:center;gap:3rem;display:grid}.contact2-column{flex-direction:column;align-items:center;gap:.75rem;display:flex}.contact2-heading{color:#d4af37;margin-bottom:.5rem;font-family:Libre Baskerville,serif;font-size:1rem;font-weight:600}.contact2-text{color:#000;margin:0;font-family:Libre Baskerville,serif;font-size:.95rem;font-weight:300;line-height:1.6}.contact2-link{color:#000;text-decoration:none;transition:color .3s}.contact2-link:hover{color:#d4af37}.contact2-address-link{cursor:pointer;text-decoration:none;display:inline-block}.contact2-address-link:hover{color:#d4af37}.social-icons{gap:1rem;margin-top:.5rem;display:flex}.social-link{color:#fff;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .3s;display:flex}.social-link:hover{transform:translateY(-3px)}.social-link svg{width:24px;height:24px}@media (width<=768px){.contact2-section{padding:2.5rem 1.5rem}.contact2-content{grid-template-columns:1fr;gap:2rem}.contact2-title{margin-bottom:2rem;font-size:1.6rem}}@media (width<=480px){.contact2-section{padding:2rem 1rem}.contact2-title{font-size:1.4rem}.contact2-text{font-size:.9rem}}.footer{color:#fff;background-color:#000;border-top:1px solid #333;padding:1.5rem 2rem}.footer-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.footer-copyright{color:#fff;font-family:Libre Baskerville,serif;font-size:.9rem;font-weight:300}.copyright-symbol{margin-right:.25rem;font-size:1rem}.footer-links{gap:3rem;display:flex}.footer-link{color:#fff;font-family:Libre Baskerville,serif;font-size:.9rem;font-weight:300;text-decoration:none;transition:color .3s}.footer-link:hover{color:#d4af37}@media (width<=768px){.footer{padding:1.5rem}.footer-container{text-align:center;flex-direction:column;gap:1rem}.footer-links{gap:2rem}}@media (width<=480px){.footer{padding:1.25rem 1rem}.footer-copyright{font-size:.8rem}.footer-links{gap:1.5rem}.footer-link{font-size:.8rem}}.menus-section{background-color:#fff;min-height:100vh;padding:5rem 2rem}.menus-container{max-width:600px;margin:0 auto}.menus-main-title{color:#d4af37;text-align:left;text-underline-offset:19px;letter-spacing:.05em;margin-bottom:1rem;font-family:Libre Baskerville,serif;font-size:2.5rem;font-weight:600;-webkit-text-decoration:underline #000;text-decoration:underline #000;text-decoration-thickness:3px}.menus-subtitle{color:#333;margin-bottom:3rem;font-family:Libre Baskerville,serif;font-size:.95rem;font-weight:300;line-height:1.5}.menu-category{margin-bottom:3rem}.category-title{color:#d4af37;letter-spacing:.05em;margin-bottom:1.5rem;font-family:Libre Baskerville,serif;font-size:1.5rem;font-weight:600}.menu-items{flex-direction:column;gap:.75rem;display:flex}.menu-item{background-color:#fff;border:1px solid #333;border-radius:4px;justify-content:space-between;align-items:flex-start;padding:.75rem 1rem;transition:all .3s;display:flex}.menu-item:hover{border-color:#d4af37;transform:translate(5px)}.item-name{color:#000;flex:1;font-family:Libre Baskerville,serif;font-size:.95rem;font-weight:400;line-height:1.4}.item-price{color:#d4af37;white-space:nowrap;margin-left:1rem;font-family:Libre Baskerville,serif;font-size:.95rem;font-weight:600}.ask-server{color:#d4af37;font-size:.9rem}.platter-item .item-name{line-height:1.6}.cyo-item{min-height:60px}.category-note{color:#333;margin-top:1rem;font-family:Libre Baskerville,serif;font-size:.85rem;font-weight:300;line-height:1.5}.note-highlight{color:#d4af37}.menu-footer-note{color:#000;margin:2rem 0;font-family:Libre Baskerville,serif;font-size:.9rem;font-weight:400}.reservation-btn{color:#000;background-color:#0000;border:2px solid #000;border-radius:4px;align-items:center;gap:.5rem;padding:.75rem 2rem;font-family:Libre Baskerville,serif;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.rsv2{display:none}.reservation-btn:hover{border-color:#d4af37}@media (width<=768px){.menus-section{padding:3rem 1.5rem}.menus-container{max-width:100%}.menus-main-title{font-size:2rem}.category-title{font-size:1.3rem}.menu-item{flex-direction:column;gap:.5rem}.item-price{align-self:flex-end;margin-left:0}}@media (width<=480px){.menus-section{margin-top:40px;padding:2.5rem 1rem}.menus-container{flex-direction:column;align-items:center;display:flex}.menus-main-title{text-align:center;font-size:2rem}.menus-subtitle{text-align:center;font-size:.9rem}.menu-category{width:100%;max-width:100%}.category-title{text-align:left;font-size:1.2rem}.menu-item{justify-content:space-between;align-items:center;padding:1rem;flex-direction:row!important}.item-name{text-align:left;font-size:.9rem}.item-price{text-align:right;margin-left:1rem;font-size:.9rem}.category-note{text-align:left}.menu-footer-note{text-align:center}.reservation-btn{display:none}.rsv2{background-color:#d4af37;border:none;margin:0 auto;display:block}}.privacy-section{background-color:#fff;min-height:100vh;padding:5rem 2rem}.privacy-container{max-width:800px;margin:0 auto}.privacy-title{color:#d4af37;margin-bottom:.5rem;font-family:Libre Baskerville,serif;font-size:2.5rem;font-weight:600}.privacy-date{color:#333;margin-bottom:2rem;font-family:Libre Baskerville,serif;font-size:.95rem;font-weight:400}.privacy-intro{color:#000;margin-bottom:2rem;font-family:Libre Baskerville,serif;font-size:1rem;font-weight:400;line-height:1.7}.privacy-section-content{margin-bottom:2rem}.privacy-link{color:#d4af37;text-decoration:none;transition:color .3s}.privacy-link:hover{color:#c19b2b;text-decoration:underline}@media (width<=768px){.privacy-section{padding:3rem 1.5rem}.privacy-title{font-size:2rem}.privacy-date{font-size:.9rem}.privacy-intro,.section-text{font-size:.95rem}.section-title{font-size:1rem}}@media (width<=480px){.privacy-section{margin-top:30px;padding:2.5rem 1rem}.privacy-title{text-align:center;font-size:1.8rem}.privacy-date{text-align:center;font-size:.85rem}.privacy-intro,.section-text{font-size:.9rem}.section-title{font-size:.95rem}.section-list{margin-left:1.25rem}.section-list li{font-size:.9rem}}.terms-section{background-color:#fff;min-height:100vh;padding:5rem 2rem}.terms-container{max-width:800px;margin:0 auto}.terms-title{color:#d4af37;margin-bottom:.5rem;font-family:Libre Baskerville,serif;font-size:2.5rem;font-weight:600}.terms-date{color:#333;margin-bottom:2rem;font-family:Libre Baskerville,serif;font-size:.95rem;font-weight:400}.terms-intro{color:#000;margin-bottom:1.5rem;font-family:Libre Baskerville,serif;font-size:1rem;font-weight:400;line-height:1.7}.terms-section-content{margin-bottom:2rem}.section-title{color:#000;margin-bottom:.75rem;font-family:Libre Baskerville,serif;font-size:1.1rem;font-weight:600}.section-text{color:#000;margin-bottom:.75rem;font-family:Libre Baskerville,serif;font-size:1rem;font-weight:400;line-height:1.7}.section-list{margin-bottom:.75rem;margin-left:1.5rem}.section-list li{color:#000;margin-bottom:.25rem;font-family:Libre Baskerville,serif;font-size:1rem;font-weight:400;line-height:1.7}.terms-link{color:#d4af37;text-decoration:none;transition:color .3s}.terms-link:hover{color:#c19b2b;text-decoration:underline}@media (width<=768px){.terms-section{padding:3rem 1.5rem}.terms-title{font-size:2rem}.terms-date{font-size:.9rem}.terms-intro,.section-text{font-size:.95rem}.section-title{font-size:1rem}}@media (width<=480px){.terms-section{margin-top:30px;padding:2.5rem 1rem}.terms-title{font-size:1.8rem}.terms-date{font-size:.85rem}.terms-intro,.section-text{font-size:.9rem}.section-title{font-size:.95rem}.section-list{margin-left:1.25rem}.section-list li{font-size:.9rem}}
