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}*{box-sizing:border-box;margin:0;padding:0}body{font-feature-settings:"kern";font-family:Merriweather,Georgia,Times New Roman,serif;-webkit-font-kerning:normal;font-kerning:normal;letter-spacing:normal;line-height:1.6;min-height:100vh}.App{margin:0 auto;max-width:100%}.header{background-color:#946b53;border-bottom:1px solid #d8966f33;padding:1rem 2rem;position:fixed;top:0;width:100%;z-index:1000}html{scroll-behavior:smooth}.nav{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px}.logo{color:#e6cbb7;font-size:1.5rem;font-weight:700}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:#e6cbb7;padding-bottom:4px;position:relative;text-decoration:none;transition:color .3s ease}.nav-links a:after{background:#e6cbb7;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-links a:hover{color:#c76e5a}.nav-links a:hover:after{width:100%}.contact-btn{background-color:#d8966f;border:none;border-radius:20px;color:#ecdcb8;cursor:pointer;font-weight:700;padding:.5rem 1rem;transition:background-color .3s ease}.contact-btn:hover{background-color:#bf5b3c}.hero{align-items:center;background-color:#cfae99;display:flex;height:100vh;justify-content:space-between;margin-top:60px;padding:0 2rem;position:relative}.hero-content{flex:1 1;padding-right:2rem}.hero-title{color:#6c3e28;font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.hero-subtitle{color:#6c3e28;font-size:1.1rem;margin-bottom:2rem;max-width:500px}.cta-button{background-color:#d8966f;border:none;border-radius:30px;color:#ecdcb8;cursor:pointer;font-size:1rem;font-weight:700;padding:1rem 2rem;transition:background-color .3s ease}.cta-button:hover{background-color:#bf5b3c}.hero-image{align-items:center;display:flex;flex:1 1;height:80vh;justify-content:center;position:relative}.image-circle{background-color:#ecdcb8;border-radius:50%;position:absolute;z-index:1}.top-circle{height:400px;right:10%;top:10%;width:400px}.bottom-circle{bottom:10%;height:350px;left:10%;width:350px}.hero-img{border-radius:50%;box-shadow:0 10px 30px #9557491a;height:auto;max-width:100%;position:relative;z-index:2}.section{background-color:#ecdcb8;padding:5rem 2rem}.hero,.section{scroll-margin-top:80px}.section-title{color:#955749;font-size:2.5rem;margin-bottom:3rem;text-align:center}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.product-card{background-color:#d1a693;border-radius:20px;padding:2rem;text-align:center;transition:transform .3s ease}.product-card:hover{transform:translateY(-5px)}.product-image-placeholder{background-color:#ecdcb8}.product-image,.product-image-placeholder{border-radius:15px;height:200px;margin-bottom:1rem;width:100%}.product-image{box-shadow:0 6px 18px #0000000f;display:block;object-fit:cover}.gallery{background:#e6cbb7}.carousel{margin:0 auto;max-width:1000px;position:relative}.carousel-viewport{border-radius:14px;box-shadow:0 10px 24px #00000014;overflow:hidden}.carousel-track{display:flex;transition:transform .5s ease-in-out}.carousel-slide{height:420px;min-width:100%}.carousel-image{display:block;height:100%;object-fit:cover;width:100%}.carousel-control{background:#00000040;border:none;border-radius:50%;color:#fff;cursor:pointer;display:grid;height:40px;place-items:center;position:absolute;top:50%;transform:translateY(-50%);transition:background .2s ease;width:40px}.carousel-control:hover{background:#0006}.carousel-control.prev{left:10px}.carousel-control.next{right:10px}.carousel-dots{display:flex;gap:8px;justify-content:center;margin-top:12px}.carousel-dot{background:#c9a895;border:none;border-radius:50%;cursor:pointer;height:10px;width:10px}.carousel-dot.active{background:#6c3e28}.product-card h3{color:#6c3e28;margin-bottom:1rem}.product-card p{color:#6c3e28;margin-bottom:1.5rem}.product-button{background-color:#bf5b3c;border:none;border-radius:20px;color:#6c3e28;cursor:pointer;padding:.8rem 1.5rem;transition:background-color .3s ease}.product-button:hover{background-color:#955749}.benefits-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.benefit-card{background:linear-gradient(180deg,#ead2c3,#d7ab96);border-radius:16px;box-shadow:0 12px 30px #00000014;padding:2rem 1.5rem;position:relative;text-align:left;transition:transform .25s ease,box-shadow .25s ease}.benefit-card:hover{box-shadow:0 16px 36px #0000001f;transform:translateY(-4px)}.benefit-icon-circle{background:#e6cbb7;border-radius:50%;color:#6c3e28;display:grid;font-size:1.5rem;height:56px;margin-bottom:1rem;place-items:center;width:56px}.benefit-title{color:#6c3e28;font-size:1.25rem;margin-bottom:.5rem}.benefit-desc{color:#6c3e28;opacity:.9}.testimonials{background:#e9c8b4}.testimonials-list{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.testimonial-card{background:#d1a693;border-radius:14px;box-shadow:0 10px 24px #00000014;padding:1.5rem}.testimonial-text{color:#6c3e28;margin-bottom:.75rem}.testimonial-author{color:#955749;font-weight:700}.contact-form{display:flex;flex-direction:column;gap:1rem;margin:0 auto;max-width:500px}.contact-form input,.contact-form textarea{background-color:#ecdcb8;border:1px solid #d8966f;border-radius:10px;color:#955749;font-size:1rem;padding:1rem}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#d1a693}.contact-form button{background-color:#d8966f;border:none;border-radius:10px;color:#ecdcb8;cursor:pointer;font-weight:700;padding:1rem;transition:background-color .3s ease}.contact-form button:hover{background-color:#bf5b3c}.footer{background-color:#955749;color:#ecdcb8;padding:2rem;text-align:center}@media (max-width:768px){.hero{flex-direction:column;padding:2rem;text-align:center}.hero-title{font-size:2rem}.hero-image{margin-top:2rem}.bottom-circle,.top-circle{display:none}.hero-img{height:300px;object-fit:cover;width:300px}.nav-links{display:none}.benefits-list,.products-grid,.testimonials-list{grid-template-columns:1fr}}
/*# sourceMappingURL=main.ff2c5289.css.map*/