*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:"Poppins",sans-serif;line-height:1.6;color:#333;background-color:#ddd;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body.no-scroll{overflow:hidden}h1,h2,h3,h4{font-weight:700;line-height:1.2;margin-bottom:1rem}a{color:inherit;text-decoration:none;transition:color .3s cubic-bezier(0.4, 0, 0.2, 1)}ul{list-style:none}img{max-width:100%;height:auto;display:block}button{background:none;border:none;cursor:pointer;font-family:inherit;transition:none}.d-flex{display:flex}.wrap{flex-wrap:wrap}.no-select{-webkit-user-select:none;-moz-user-select:none;user-select:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#b77950;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#9f6743}@keyframes fadeInUp{from{opacity:0;transform:translateY(36px)}to{opacity:1;transform:none}}@keyframes slideInLeft{from{opacity:0;transform:translateX(-60px)}to{opacity:1;transform:none}}@keyframes slideInRight{from{opacity:0;transform:translateX(60px)}to{opacity:1;transform:none}}.animate-fadeInUp{opacity:0;will-change:opacity,transform;transition:none}.animate-fadeInUp.in-view{opacity:1;animation:fadeInUp .75s cubic-bezier(0.4, 0, 0.2, 1) both}.animate-slideInLeft{opacity:0;will-change:opacity,transform;transition:none}.animate-slideInLeft.in-view{opacity:1;animation:slideInLeft .7s cubic-bezier(0.4, 0, 0.2, 1) both}.animate-slideInRight{opacity:0;will-change:opacity,transform;transition:none}.animate-slideInRight.in-view{opacity:1;animation:slideInRight .7s cubic-bezier(0.4, 0, 0.2, 1) both}.nav,button{transition:none}.nav{position:fixed;top:0;left:0;width:100%;height:85px;display:flex;align-items:center;justify-content:space-between;padding:0 5%;background-color:#181818;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid rgba(255,255,255,.1)}.nav.scrolled{height:70px;background-color:rgba(0,0,0,.95)}.nav.scrolled .nav__logo img{height:50px;margin-bottom:15px}.nav__logo img{height:60px;transition:height .3s cubic-bezier(0.4, 0, 0.2, 1)}.nav__menu{display:flex;gap:2.5rem}.nav__menu-item a{color:#fff;font-weight:500;font-size:1.05rem;position:relative;padding:.5rem 0;transition:color .3s cubic-bezier(0.4, 0, 0.2, 1)}.nav__menu-item a::after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#b77950;transition:width .3s cubic-bezier(0.4, 0, 0.2, 1)}.nav__menu-item a:hover::after{width:100%}.nav__menu-item.mobile-contact{display:none}.nav__contact button{background-color:#b77950;color:#fff;padding:.6rem 1.8rem;border-radius:50px;font-weight:600;font-size:1rem;box-shadow:0 4px 12px rgba(183,121,80,.18);position:relative}.nav__contact button:hover{background-color:#9f6743;transform:translateY(-2px) scale(1.04);box-shadow:0 4px 18px rgba(183,121,80,.3)}.nav__hamburger{display:none;flex-direction:column;justify-content:space-between;width:30px;height:20px;background:rgba(0,0,0,0);border:none;cursor:pointer;padding:0;z-index:1001}.nav__hamburger span{display:block;width:100%;height:2px;background:#fff;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);transform-origin:left center}.nav__hamburger.active span:nth-child(1){transform:rotate(45deg) translate(2px, -1px)}.nav__hamburger.active span:nth-child(2){opacity:0}.nav__hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(2px, 1px)}.section-cta{width:100vw;height:100vh;min-height:700px;background-image:url("./assets/banner.jpg");background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;margin-top:85px}.section-cta::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 100%)}.section-cta__inner{height:100%;display:flex;align-items:center;justify-content:flex-start;padding:0 10%;position:relative;z-index:1}.section-cta__header{max-width:700px;color:#fff;display:flex;flex-direction:column;align-items:flex-start}.section-cta__header h1{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.section-cta__header span{font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:400;line-height:1.4;display:block;margin-bottom:2.5rem;opacity:.9}.section-cta__header button{background-color:#b77950;color:#fff;padding:1rem 2.5rem;border-radius:50px;font-weight:600;font-size:1.1rem;box-shadow:0 4px 15px rgba(183,121,80,.3)}.section-cta__header button:hover{background-color:#9f6743;transform:translateY(-3px) scale(1.03);box-shadow:0 6px 20px rgba(183,121,80,.5)}.section__header{text-align:center;padding:1rem 0 3rem}@media screen and (max-width: 768px){.section__header{padding:5rem 0 1rem}}.section__header span{font-size:2.8rem;font-weight:900;color:#222;letter-spacing:.05em;text-transform:uppercase;position:relative;display:inline-block;margin-bottom:1.5rem}.section__header span::after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:3px;background-color:#b77950;border-radius:2px}.section__header .section__subheader{font-size:1.2rem;font-weight:400;color:#666;max-width:700px;margin:0 auto;line-height:1.6;opacity:.85}.section-menu{max-width:1400px;margin:0 auto;padding:0 2rem 4rem}.section-menu__grid{justify-content:center;gap:2.5rem;padding:1rem 0}.section-menu__grid-card{background-color:#fff;box-shadow:0 10px 30px rgba(0,0,0,.08);width:320px;border-radius:8px;overflow:hidden;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);cursor:pointer}.section-menu__grid-card:hover{transform:translateY(-10px) scale(1.03);box-shadow:0 15px 35px rgba(0,0,0,.12)}.section-menu__grid-card:hover img{transform:scale(1.05)}.section-menu__grid-card img{width:100%;height:220px;-o-object-fit:cover;object-fit:cover;transition:transform .5s cubic-bezier(0.4, 0, 0.2, 1)}.section-menu__grid-card .menu-card-content{padding:1.5rem}.section-menu__grid-card h3{font-size:1.4rem;color:#333;margin-bottom:.5rem}.section-menu__grid-card p{font-size:.95rem;color:#666;line-height:1.6;margin-bottom:1rem;min-height:60px}.section-menu__grid-card .price{font-weight:700;font-size:1.3rem;color:#b77950;display:block}.section-menu__button{margin:3rem 0;justify-content:center}.section-menu__button button{background-color:#b77950;color:#fff;padding:.8rem 3rem;border-radius:50px;font-weight:600;font-size:1.1rem;box-shadow:0 6px 20px rgba(183,121,80,.3)}.section-menu__button button:hover{background-color:#9f6743;transform:translateY(-3px) scale(1.04);box-shadow:0 8px 25px rgba(183,121,80,.4)}.section-reviews{background-color:#111a1b;padding:5rem 2rem}@media screen and (max-width: 768px){.section-reviews{padding:0 2rem 5rem}}.section-reviews .section__header span{color:#fff}.section-reviews .section__header span::after{background-color:#fff}.section-reviews .section__header .section__subheader{color:#ccc}.section-reviews__grid{max-width:1400px;margin:0 auto;gap:2rem;padding:2rem 0;justify-content:center}.section-reviews__grid-card{background-color:#1c2728;color:#ddd;box-shadow:0 10px 30px rgba(0,0,0,.2);width:350px;border-radius:8px;padding:2rem;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}.section-reviews__grid-card:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 15px 35px rgba(0,0,0,.3)}.section-reviews__grid-card .review-header{display:flex;align-items:center;margin-bottom:1.5rem}.section-reviews__grid-card .review-header img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;margin-right:1.2rem}.section-reviews__grid-card .reviewer-name{font-weight:700;font-size:1.2rem;color:#fff;margin-bottom:.3rem}.section-reviews__grid-card .review-date{font-size:.85rem;color:#999}.section-reviews__grid-card .review-text{font-size:1rem;line-height:1.6;color:#ccc;font-style:italic;margin-bottom:1.5rem;position:relative}.section-reviews__grid-card .review-text::before{content:'"';font-size:3rem;color:rgba(183,121,80,.18);position:absolute;top:-1.5rem;left:-1rem;line-height:1}.section-reviews__grid-card .review-rating{color:#b77950;font-size:1.3rem;letter-spacing:2px}.section-reservation{max-width:1000px;margin:0 auto;padding:5rem 2rem}@media screen and (max-width: 768px){.section-reservation{padding:0 2rem 5rem}}.section-reservation .reservation-form{max-width:700px;margin:0 auto;padding:2rem;background-color:#fff;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.08)}.section-reservation .reservation-form .form-group{margin-bottom:1.5rem}.section-reservation .reservation-form .form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333;font-size:.95rem}.section-reservation .reservation-form .form-row{display:flex;gap:1.5rem}.section-reservation .reservation-form .form-row .form-group{flex:1}.section-reservation .reservation-form input,.section-reservation .reservation-form select{width:100%;padding:1rem;border:1px solid #ddd;border-radius:4px;font-family:"Poppins",sans-serif;font-size:1rem;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);background-color:#fff}.section-reservation .reservation-form input:focus,.section-reservation .reservation-form select:focus{outline:none;border-color:#b77950;box-shadow:0 0 0 3px rgba(183,121,80,.2)}.section-reservation .reservation-form input::-moz-placeholder, .section-reservation .reservation-form select::-moz-placeholder{color:#999}.section-reservation .reservation-form input::placeholder,.section-reservation .reservation-form select::placeholder{color:#999}.section-reservation .reservation-form select{color:#333}.section-reservation .reservation-form select[value=""]{color:#999}.section-reservation .reservation-form .submit-btn{background-color:#b77950;color:#fff;padding:1rem 2rem;border-radius:4px;font-weight:600;font-size:1.1rem;width:100%;margin-top:1rem;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}.section-reservation .reservation-form .submit-btn:hover{background-color:#9f6743;transform:translateY(-2px) scale(1.02)}.section-reservation .reservation-form .form-success{text-align:center;padding:2rem}.section-reservation .reservation-form .form-success i{font-size:4rem;color:#4caf50;margin-bottom:1.5rem}.section-reservation .reservation-form .form-success h3{font-size:1.8rem;margin-bottom:1rem;color:#333}.section-reservation .reservation-form .form-success p{color:#666;line-height:1.6}.footer{background-color:#121212;color:#fff;padding:4rem 0 0}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;gap:3rem;padding:0 2rem 3rem}.footer-section{flex:1;min-width:250px}.footer-section h3{font-size:1.4rem;margin-bottom:1.5rem;color:#fff;position:relative;padding-bottom:.5rem}.footer-section h3::after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background-color:#b77950}.footer-section p{color:#aaa;line-height:1.8;margin-bottom:1rem}.footer-bottom{background-color:#000;padding:1.5rem 2rem;text-align:center;font-size:.9rem;color:#777}.footer-links{margin-top:.5rem}.footer-links a{color:#aaa;margin:0 .5rem;transition:color .3s cubic-bezier(0.4, 0, 0.2, 1)}.footer-links a:hover{color:#b77950}.footer .social-icons{display:flex;gap:1rem;margin-top:1.5rem}.footer .social-icons a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:rgba(255,255,255,.1);color:#fff;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}.footer .social-icons a:hover{background-color:#b77950;transform:translateY(-3px) scale(1.04)}.loading-spinner{width:50px;height:50px;border:5px solid rgba(183,121,80,.2);border-radius:50%;border-top-color:#b77950;animation:spin 1s cubic-bezier(0.4, 0, 0.2, 1) infinite;margin:2rem auto}@keyframes spin{to{transform:rotate(360deg)}}.error-message{text-align:center;color:#d9534f;padding:2rem;font-size:1.1rem}@media(max-width: 1200px){.nav__menu{gap:2rem}}@media(max-width: 992px){.nav{padding:0 45px}.nav__menu{gap:1.5rem}.section-cta__header{max-width:600px}.section-menu__grid-card{width:280px}}@media(max-width: 885px){.nav__menu{position:fixed;top:0;right:0;width:100%;height:100vh;background:#9e7863;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;justify-content:center;align-items:center;gap:3rem;margin:0;transform:translateX(100%);transition:transform .4s cubic-bezier(0.4, 0, 0.2, 1);z-index:1000;padding:2rem}.nav__menu--active{transform:translateX(0)}.nav__menu-item a{font-size:1.3rem;font-weight:600;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3);padding:1rem 2rem;border-radius:8px;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}.nav__menu-item a:hover{background-color:rgba(255,255,255,.1);transform:translateY(-2px)}.nav__menu-item.mobile-contact{display:block;margin-top:2rem}.nav__menu-item.mobile-contact a{display:inline-block;padding:1rem 2.5rem;background-color:rgba(255,255,255,.2);border:2px solid #fff;border-radius:50px;font-weight:700}.nav__menu-item.mobile-contact a:hover{background-color:#fff;color:#b77950}.nav__hamburger{display:flex}.nav__contact{display:none}.section-cta{height:auto;min-height:600px}.section-cta__inner{padding:8rem 2rem;justify-content:center;text-align:center}.section-cta__header{align-items:center;text-align:center}.section-menu__grid-card{width:100%;max-width:400px}.section-reservation{padding:0 1rem;margin-bottom:2rem}.section-reservation .reservation-form{padding:1.5rem}.section-reservation .form-row{flex-direction:column;gap:1rem}}@media(max-width: 576px){.section__header span{font-size:2rem}.section__header .section__subheader{font-size:1rem}.footer-content{flex-direction:column;gap:2rem}.footer-section{min-width:100%}}