:root{--color-primary:#8b5e3c;--color-primary-light:#a67c52;--color-primary-dark:#6b4830;--color-secondary:#d4a574;--color-bg-primary:#f5efe6;--color-bg-secondary:#ebe3d6;--color-text-dark:#3b2a1a;--color-text-light:#6b5b4f;--color-accent:#c9302c;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--radius-sm:0.25rem;--radius-md:0.5rem;--radius-lg:1rem;--shadow-sm:0 1px 2px rgba(0,0,0,.05);--shadow-md:0 4px 6px rgba(0,0,0,.1);--shadow-lg:0 10px 15px rgba(0,0,0,.1)}.hero{position:relative;display:flex;padding-top:15vh;justify-content:center;min-height:80vh;background-size:cover;background-position:50%;background-repeat:no-repeat}.hero .csp-img-wrapper--inline{position:absolute;inset:0;width:100%;height:100%;z-index:0}.hero .csp-img-wrapper--inline .csp-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero--full-height{min-height:100vh}.hero--relative{position:relative}.hero--full-width{width:100%}.hero--overflow-hidden{overflow:hidden}.hero__blur-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:blur(10px);transform:scale(1.1);opacity:1;transition:opacity .3s ease;z-index:1}.hero__blur-placeholder--hidden{opacity:0;pointer-events:none}.hero__image--object-cover{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .3s ease;z-index:2}.hero__image--with-blur{opacity:0}.hero__image--with-blur--loaded{opacity:1}.hero--small{min-height:50vh}.hero__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);z-index:1}.hero__content{position:relative;z-index:2;color:#fff;text-align:center;padding:2rem;max-width:800px;margin:0 auto}.hero__title{font-size:2.25rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}@media(min-width:768px){.hero__title{font-size:3rem}}.hero__subtitle{font-size:1.25rem;margin-bottom:1.5rem;text-shadow:1px 1px 2px rgba(0,0,0,.3)}@media(min-width:768px){.hero__subtitle{font-size:1.5rem}}.hero__description{font-size:1.125rem;margin-bottom:2rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.hero__logo{width:100%;max-width:400px;height:auto;display:inline-block}.hero__buttons{display:flex;flex-direction:column;gap:1rem;align-items:center;margin-top:2rem}@media(min-width:640px){.hero__buttons{flex-direction:row;justify-content:center}}.hero__actions{display:flex;flex-direction:column;gap:1rem;align-items:center}@media(min-width:640px){.hero__actions{flex-direction:row;justify-content:center}}.features{padding:4rem 0}.features__header{text-align:center;margin-bottom:3rem}.features__title{font-size:1.875rem;margin-bottom:.5rem}@media(min-width:768px){.features__title{font-size:2.25rem}}.features__subtitle{font-size:1.125rem;color:#6b5b4f;max-width:600px;margin:0 auto}.features__grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media(min-width:640px){.features__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.features__grid{grid-template-columns:repeat(4,1fr)}}.categories{padding:4rem 0;background-color:#f5efe6}.categories__header{text-align:center;margin-bottom:3rem}.categories__title{font-size:1.875rem;margin-bottom:.5rem}@media(min-width:768px){.categories__title{font-size:2.25rem}}.categories__subtitle{font-size:1.125rem;color:#6b5b4f}.categories__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}@media(min-width:768px){.categories__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:1024px){.categories__grid{grid-template-columns:repeat(4,1fr)}}.products{padding:4rem 0}.products__header{display:flex;flex-direction:column;align-items:center;margin-bottom:3rem;text-align:center}@media(min-width:768px){.products__header{flex-direction:row;justify-content:space-between;text-align:left}}.products__title{font-size:1.875rem;margin-bottom:.5rem}@media(min-width:768px){.products__title{font-size:2.25rem}}.products__subtitle{font-size:1.125rem;color:#6b5b4f}.products__link{display:inline-flex;align-items:center;gap:.25rem;color:#8b5e3c;font-weight:500;margin-top:1rem}@media(min-width:768px){.products__link{margin-top:0}}.products__link:hover{text-decoration:underline}.products__grid{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:1.5rem;gap:1.5rem}@media(min-width:640px){.products__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.products__grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1280px){.products__grid{grid-template-columns:repeat(4,1fr)}}.banner{position:relative;padding:5rem 0;background-size:cover;background-position:50%;background-repeat:no-repeat}.banner--overlay:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5)}.banner__content{position:relative;z-index:1;text-align:center;color:#fff;max-width:600px;margin:0 auto}.banner__title{font-size:1.875rem;margin-bottom:1rem}@media(min-width:768px){.banner__title{font-size:2.25rem}}.banner__text{font-size:1.125rem;margin-bottom:2rem;opacity:.9}.banner__actions{display:flex;gap:1rem;justify-content:center}.banner--left .banner__content{text-align:left;margin:0}@media(min-width:1024px){.banner--left .banner__content{max-width:500px}}.testimonials{padding:4rem 0;background-color:#f5efe6}.testimonials__header{text-align:center;margin-bottom:3rem}.testimonials__title{font-size:1.875rem;margin-bottom:.5rem}@media(min-width:768px){.testimonials__title{font-size:2.25rem}}.testimonials__grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media(min-width:768px){.testimonials__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.testimonials__grid{grid-template-columns:repeat(3,1fr)}}.cta{padding:5rem 0;background:linear-gradient(135deg,#8b5e3c,#6b4830);color:#fff;text-align:center}.cta__title{font-size:1.875rem;margin-bottom:1rem;color:#fff}@media(min-width:768px){.cta__title{font-size:2.25rem}}.cta__text{font-size:1.125rem;margin-bottom:2rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.cta__actions{display:flex;gap:1rem;justify-content:center;flex-direction:column}@media(min-width:640px){.cta__actions{flex-direction:row}}.home-features{padding:4rem 0;background-color:#f5efe6}@media(min-width:768px){.home-features{padding:5rem 0}}.home-features__header{text-align:center;margin-bottom:4rem}.home-features__title{font-size:1.875rem;font-family:var(--font-heading),"Georgia",serif;font-weight:700;color:#3b2a1a;margin-bottom:1rem}@media(min-width:768px){.home-features__title{font-size:2.25rem}}.home-features__subtitle{color:#999;max-width:42rem;margin:0 auto}.home-features__grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media(min-width:768px){.home-features__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.home-features__grid{grid-template-columns:repeat(3,1fr)}}.home-features__card{text-align:center;padding:2rem;border-radius:1rem;transition:background-color .2s ease}.home-features__card:hover{background-color:rgba(45,90,39,.05)}.home-features__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;transition:transform .2s ease}.home-features__card:hover .home-features__icon{transform:scale(1.1)}.home-features__icon-svg{width:40px;height:40px;color:#3cb55e}.home-features__card-title{font-size:1.125rem;font-weight:600;color:#3b2a1a;margin-bottom:.5rem}.home-features__card-text{color:#6b5b4f;line-height:1.625}.home-cta{padding:4rem 0;background-color:#2d5a27;color:#fff}.home-cta__content{text-align:center;max-width:800px;margin:0 auto}.home-cta__title{font-size:1.875rem;font-family:var(--font-heading),"Georgia",serif;font-weight:700;margin-bottom:1rem;color:#fff}@media(min-width:768px){.home-cta__title{font-size:2.25rem}}.home-cta__text{font-size:1.125rem;margin-bottom:2rem;color:hsla(0,0%,100%,.8);max-width:42rem;margin-left:auto;margin-right:auto}.home-cta__buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media(min-width:640px){.home-cta__buttons{flex-direction:row}}.home-cta .btn--primary{background-color:#fff;color:#3b2a1a}.home-cta .btn--primary:hover:not(:disabled){background-color:#fafafa}.home-cta .btn--whatsapp{background-color:transparent;border:2px solid #fff;color:#fff}.home-cta .btn--whatsapp:hover:not(:disabled){background-color:hsla(0,0%,100%,.1)}