@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Playfair+Display:wght@700&display=swap";:root{--primary-color: #5D737E;--secondary-color: #A9B4C2;--accent-color: #D4B483;--bg-color: #FAF9F6;--text-color: #333333;--font-family: "Inter", system-ui, Avenir, Helvetica, Arial, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-color);color:var(--text-color);line-height:1.6}h1,h2,h3{line-height:1.2;margin-bottom:1rem}ul{list-style:none}a{text-decoration:none;color:inherit;transition:color .3s ease}.app-container{display:flex;flex-direction:column;min-height:100vh}.main-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#fff;box-shadow:0 2px 4px #0000000d;position:sticky;top:0;z-index:100}.main-header nav ul{display:flex;gap:2rem}.main-header nav a:hover{color:var(--primary-color)}main{flex:1}footer{text-align:center;padding:2rem;background-color:#333;color:#fff;margin-top:auto}#root{max-width:100%;margin:0;padding:0;width:100%}.app-container{width:100%}.main-header{background-color:#728f2d;padding:1rem 3rem;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px #0000001a;width:100%;box-sizing:border-box}.header-container{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;width:100%}.logo-container{display:flex;flex-direction:column;align-items:flex-start}.logo{height:60px;object-fit:contain;mix-blend-mode:multiply}.logo-text{color:#fff;font-size:.9rem;margin-top:5px;text-decoration:underline;font-family:Inter,sans-serif}.main-nav ul{display:flex;gap:3rem;list-style:none;margin:0;padding:0}.main-nav a{color:#fff;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;text-transform:capitalize;padding-bottom:5px}.main-nav a.active{border-bottom:2px solid white}.main-nav a:hover{opacity:.9}.header-cta .btn-outline{border:1px solid white;color:#fff;padding:.6rem 1.5rem;border-radius:50px;font-family:Inter,sans-serif;font-weight:500;transition:all .3s ease}.header-cta .btn-outline:hover{background-color:#fff;color:#728f2d}@media(max-width:768px){.main-header{padding:1rem}.main-nav,.header-cta{display:none}}.main-footer{background-color:#728f2d;color:#fff;padding:3rem 2rem 1rem}.footer-container{display:flex;justify-content:space-between;max-width:1400px;margin:0 auto;flex-wrap:wrap;gap:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.2)}.footer-col{flex:1;min-width:250px}.footer-brand{display:flex;flex-direction:column;align-items:flex-start}.footer-logo{height:80px;mix-blend-mode:multiply;margin-bottom:1rem}.footer-link-home{color:#fff;text-decoration:underline;font-size:1rem}.footer-contact h4,.footer-legal h4{font-family:Playfair Display,serif;font-size:.9rem;font-weight:700;margin-bottom:1.5rem;text-transform:uppercase;color:#dbe7c0}.footer-contact p,.footer-legal li{font-family:Inter,sans-serif;font-size:.9rem;margin-bottom:.8rem;line-height:1.5}.footer-contact a,.footer-legal a{color:#fff}.footer-contact a:hover,.footer-legal a:hover{text-decoration:underline}.footer-bottom{display:flex;justify-content:space-between;max-width:1400px;margin:1rem auto 0;font-size:.75rem;color:#eee;font-family:Inter,sans-serif}.producer strong{font-weight:700}@media(max-width:768px){.footer-container{flex-direction:column}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}.hero-section{position:relative;height:90vh;width:100%;background-size:cover;background-position:center;display:flex;justify-content:center;align-items:center;text-align:center;color:#fff;margin:0;padding:0}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d}.hero-content{position:relative;z-index:2;max-width:1000px;padding:2rem}.hero-content h1{font-family:Playfair Display,serif;font-size:4rem;font-weight:700;line-height:1.1;margin-bottom:2rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-content p{font-family:Inter,sans-serif;font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem;text-shadow:0 1px 2px rgba(0,0,0,.5);max-width:800px;margin-left:auto;margin-right:auto}.hero-content .hero-sub{margin-bottom:3rem}.btn-primary{display:inline-block;background-color:#fff;color:#333;padding:1rem 2.5rem;border-radius:50px;font-weight:600;text-transform:uppercase;font-size:.95rem;transition:transform .2s ease,box-shadow .2s ease}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.whatsapp-float{position:fixed;bottom:30px;right:30px;background-color:#000;color:#7cfc00;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:1000;transition:transform .3s ease;border:2px solid #7CFC00}.whatsapp-float:hover{transform:scale(1.1)}@media(max-width:768px){.hero-content h1{font-size:2.5rem}}.services-section{padding:5rem 2rem;background-color:#fff;text-align:center}.container{max-width:1200px;margin:0 auto}.services-header{margin-bottom:4rem}.services-header h2{font-family:Playfair Display,serif;font-size:2.5rem;color:#000;margin-bottom:1.5rem}.services-header p{font-family:Inter,sans-serif;color:#666;max-width:900px;margin:0 auto;font-size:1.1rem;line-height:1.6}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4rem 3rem;text-align:left}.service-item h3{font-family:Playfair Display,serif;font-size:1.4rem;margin-bottom:1rem;color:#000;font-weight:700}.service-item p{font-family:Inter,sans-serif;color:#666;line-height:1.6;font-size:1rem}.service-item strong{color:#000;font-weight:600}@media(max-width:768px){.services-grid{grid-template-columns:1fr;gap:2rem}.services-header h2{font-size:2rem}}.location-section{padding:5rem 0 5rem 2rem;background-color:#fff;display:flex;justify-content:center}.location-container{display:flex;align-items:center;max-width:1400px;margin:0 auto;width:100%;gap:4rem}.location-image{flex:1;height:500px;overflow:hidden}.location-image img{width:100%;height:100%;object-fit:cover;display:block}.location-content{flex:1;padding-right:2rem}.location-content h2{font-family:Playfair Display,serif;font-size:2.8rem;color:#000;margin-bottom:2rem;line-height:1.2}.location-content p{font-family:Inter,sans-serif;color:#444;line-height:1.7;font-size:1.05rem;margin-bottom:1.5rem}@media(max-width:900px){.location-container{flex-direction:column;padding:0 2rem}.location-image{width:100%;height:300px}.location-content{padding:0}.location-section{padding:3rem 0}}.testimonials-section{background-color:#f8f9ec;padding:6rem 2rem;text-align:center}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;max-width:1200px;margin:0 auto}.testimonial-item{display:flex;flex-direction:column;align-items:center}.quote-icon{font-size:3rem;color:#111;margin-bottom:1rem;font-family:serif}.quote-text{font-family:Playfair Display,serif;font-style:italic;font-size:1.1rem;color:#444;margin-bottom:1.5rem;line-height:1.6}.quote-author{font-family:Inter,sans-serif;font-weight:700;text-transform:uppercase;font-size:.9rem;letter-spacing:1px;color:#000}@media(max-width:768px){.testimonials-grid{grid-template-columns:1fr}}.contact-section{padding:4rem 2rem;background-color:#fff}.contact-container{max-width:800px;margin:0 auto}.contact-header{text-align:center;margin-bottom:3rem}.contact-header h2{font-family:Playfair Display,serif;font-size:2.5rem;margin-bottom:1rem;color:#000}.contact-header p{font-family:Inter,sans-serif;color:#555;font-size:1.1rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:flex;gap:2rem}.form-group{display:flex;flex-direction:column;flex:1}.form-group label{font-family:Inter,sans-serif;color:#666;margin-bottom:.5rem;font-size:.9rem}.form-group input,.form-group textarea{padding:.8rem;border:1px solid #ddd;border-radius:2px;font-family:Inter,sans-serif;font-size:1rem;background-color:#fff;resize:vertical}.form-group input:focus,.form-group textarea:focus{outline:1px solid #728F2D;border-color:#728f2d}.date-input-wrapper{position:relative;display:flex;align-items:center}.date-input-wrapper input{width:100%}.calendar-icon{position:absolute;right:10px;opacity:.5}.form-check{display:flex;align-items:flex-start;gap:.8rem}.form-check input[type=checkbox]{margin-top:3px;width:16px;height:16px}.form-check label{font-family:Inter,sans-serif;color:#444;font-size:.9rem;line-height:1.4}.captcha-placeholder{margin-top:1rem;padding:1rem;background:#f9f9f9;border:1px solid #d3d3d3;width:fit-content;border-radius:3px}.captcha-box{display:flex;align-items:center;gap:1rem}.submit-btn{align-self:flex-start;background-color:#728f2d;color:#fff;border:none;padding:.8rem 2.5rem;border-radius:4px;font-size:1rem;cursor:pointer;font-family:Inter,sans-serif;margin-top:1rem}.submit-btn:hover{background-color:#5e7625}@media(max-width:600px){.form-row{flex-direction:column;gap:1.5rem}}.about-hero{position:relative;height:70vh;background-size:cover;background-position:center;display:flex;justify-content:center;align-items:center;text-align:center;color:#fff}.about-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0003}.about-hero-content{position:relative;z-index:2}.about-hero-content h1{font-family:Playfair Display,serif;font-size:3.5rem;margin-bottom:2rem;text-shadow:0 2px 4px rgba(0,0,0,.5)}.wave-divider{position:absolute;bottom:0;left:0;width:100%;overflow:hidden;line-height:0}.wave-divider svg{position:relative;display:block;width:calc(100% + 1.3px);height:60px}.wave-divider .shape-fill{fill:#fff}.about-intro,.about-detail{padding:6rem 2rem}.about-intro-content,.about-detail-content{display:flex;align-items:center;gap:4rem;max-width:1200px;margin:0 auto}.about-intro-image,.about-detail-image{flex:1}.about-intro-image img,.about-detail-image img{width:100%;border-radius:4px;box-shadow:0 10px 30px #0000001a}.about-intro-text,.about-detail-text{flex:1}.about-intro-text h2,.about-detail-text h2{font-family:Playfair Display,serif;font-size:2.5rem;margin-bottom:1.5rem;color:#000}.about-intro-text p,.about-detail-text p{font-family:Inter,sans-serif;color:#555;line-height:1.8;font-size:1.1rem;margin-bottom:1rem}.about-features{background-color:#f8f9ec;padding:4rem 0;text-align:center}.features-wrapper{max-width:1200px;margin:0 auto}.features-title{font-family:Playfair Display,serif;font-size:2.5rem;margin-bottom:1rem;color:#000}.features-subtitle{font-family:Inter,sans-serif;color:#666;margin-bottom:-2rem;position:relative;z-index:10}.about-features .services-section{background-color:transparent;padding-top:3rem}.about-features .services-header{display:none}.about-cta{background-color:#f8f9ec;padding:5rem 2rem;text-align:center}.about-cta-content h2{font-family:Playfair Display,serif;font-size:2.2rem;margin-bottom:2rem;color:#000}.btn-outline-dark{display:inline-block;border:1px solid #333;padding:.8rem 2rem;border-radius:50px;color:#333;font-weight:500;transition:all .3s ease}.btn-outline-dark:hover{background-color:#333;color:#fff}@media(max-width:900px){.about-intro-content,.about-detail-content{flex-direction:column}.about-detail-content{flex-direction:column-reverse}}.services-hero{position:relative;height:60vh;background-size:cover;background-position:center;display:flex;justify-content:center;align-items:center;text-align:center;color:#fff}.services-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d}.services-hero-content{position:relative;z-index:2}.services-hero-content h1{font-family:Playfair Display,serif;font-size:3.5rem;margin-bottom:2rem;text-shadow:0 2px 4px rgba(0,0,0,.5)}.services-info{padding:6rem 2rem}.services-info-content{display:flex;align-items:center;gap:4rem;max-width:1200px;margin:0 auto}.services-info-image{flex:1}.services-info-image img{width:100%;border-radius:4px;box-shadow:0 10px 30px #0000001a}.services-info-text{flex:1}.services-info-text h2{font-family:Playfair Display,serif;font-size:2.5rem;margin-bottom:1.5rem;color:#000}.services-info-text p{font-family:Inter,sans-serif;color:#555;line-height:1.8;font-size:1.1rem;margin-bottom:1rem}.gallery-section{padding:4rem 2rem;text-align:center;background-color:#fff}.gallery-section h2{font-family:Playfair Display,serif;font-size:2.5rem;margin-bottom:3rem;color:#000}@media(max-width:900px){.services-info-content{flex-direction:column}}.gallery-carousel{max-width:1000px;margin:0 auto;width:100%;position:relative;display:flex;flex-direction:column;gap:1rem}.main-image-container{position:relative;width:100%;height:500px;overflow:hidden;border-radius:8px;background-color:#f0f0f0}.main-image{width:100%;height:100%;object-fit:cover}.nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;color:#fff;border:none;font-size:2rem;padding:1rem;cursor:pointer;z-index:10;transition:background .3s}.nav-btn:hover{background:#000c}.prev{left:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.next{right:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.thumbnails-container{width:100%;overflow:hidden;padding:10px 0;position:relative}.thumbnails-track{display:flex;gap:10px;transition:transform .3s ease-out;width:max-content;margin:0 auto}.thumbnails-container{overflow-x:auto;scroll-behavior:smooth;display:flex;justify-content:center}.thumbnails-track{display:flex;gap:10px;transform:none!important;width:auto}.thumbnail{width:80px;height:60px;flex-shrink:0;cursor:pointer;opacity:.6;transition:opacity .3s,transform .3s;border:2px solid transparent;border-radius:4px;overflow:hidden}.thumbnail.active{opacity:1;border-color:#728f2d;transform:scale(1.05)}.thumbnail img{width:100%;height:100%;object-fit:cover}.thumbnails-counter{text-align:center;font-family:Inter,sans-serif;color:#666;font-size:.9rem}@media(max-width:768px){.main-image-container{height:300px}.thumbnail{width:60px;height:45px}}.contact-page{padding-top:120px;padding-bottom:4rem;background-color:#fff}.contact-page-header{text-align:center;margin-bottom:3rem;padding:0 1rem}.contact-page-header h1{font-family:Playfair Display,serif;font-size:3rem;color:#000}.contact-cards-container{display:flex;gap:2rem;margin-bottom:2rem}.contact-card{flex:1;background-color:#f8f9ec;padding:2.5rem;border-radius:8px;display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.icon-wrapper svg{width:32px;height:32px;stroke:#000}.contact-card h3{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;color:#000}.contact-card p{font-family:Inter,sans-serif;color:#444;font-size:1.1rem}.contact-page-form-section{margin-top:2rem}.form-wrapper{background-color:#f8f9ec;padding:3rem;border-radius:8px}.form-header-icon{margin-bottom:1rem}.form-header-icon svg{width:32px;height:32px;stroke:#000}.form-wrapper h2{font-family:Playfair Display,serif;font-size:1.8rem;margin-bottom:2rem;color:#000}.contact-form{max-width:100%}.contact-form .form-row{display:flex;gap:2rem;margin-bottom:1.5rem}.contact-form .form-group{flex:1;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.contact-form label{font-family:Inter,sans-serif;font-size:.95rem;color:#555;font-weight:500}.contact-form input,.contact-form textarea{padding:.8rem;border:1px solid #ccc;border-radius:4px;font-family:Inter,sans-serif;font-size:1rem;background-color:transparent;border-color:#bbb}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#728f2d}.date-input-wrapper{position:relative}.calendar-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);pointer-events:none}.form-check{display:flex;gap:.8rem;align-items:flex-start;margin-bottom:1rem}.form-check input[type=checkbox]{margin-top:.3rem}.form-check label{font-size:.9rem;line-height:1.4;color:#444}.form-check a{color:#728f2d;text-decoration:underline}.captcha-placeholder{margin:2rem 0}.submit-btn-outline{background:transparent;border:1px solid #000;color:#000;padding:.8rem 3rem;border-radius:50px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s;display:block;margin:0 auto}.submit-btn-outline:hover{background-color:#000;color:#fff}@media(max-width:768px){.contact-cards-container{flex-direction:column}.contact-form .form-row{flex-direction:column;gap:0}.contact-page-header h1{font-size:2.2rem}}
