:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--social-bg2:#766d3780;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}html{scroll-behavior:smooth;scroll-padding-top:80px}*{box-sizing:border-box;margin:0;padding:0}body{color:#292524;background-color:#faf7f0;font-family:system-ui,-apple-system,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{color:#052e16;font-family:Georgia,serif;font-weight:400}a{color:inherit;text-decoration:none}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.btn{color:#fff;cursor:pointer;background-color:#14532d;border:none;border-radius:9999px;padding:.75rem 1.5rem;font-weight:500;transition:background-color .3s}.btn:hover{background-color:#0a2a17}.btn--outline{color:#052e16;background-color:#0000;border:1px solid #14532d}.btn--outline:hover{color:#fff;background-color:#14532d}img{background-color:#f6f7f8;background-image:linear-gradient(90deg,#fff0 0,#fff9 50%,#fff0 100%);background-size:200% 100%;animation:1.5s linear infinite shimmer}img.loaded{background:0 0!important;animation:none!important}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.navbar{z-index:10000;justify-content:space-between;align-items:center;width:100%;max-width:100%;padding:.9rem 4.5rem;display:flex;position:sticky;top:0;left:0;right:0}.navbar:before{content:"";-webkit-backdrop-filter:saturate(1.4)blur(14px);backdrop-filter:saturate(1.4)blur(14px);z-index:-1;background-color:#faf7f0d9;position:absolute;inset:0}@media (width<=1024px){.navbar{padding:.9rem 2.5rem}}@media (width<=768px){.navbar{padding:.8rem 1.5rem}}@media (width<=480px){.navbar{padding:.75rem 1rem}}.navbar__logo{z-index:2;align-items:center;gap:.75rem;display:flex}.navbar__icon{background-color:#14532d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;max-width:30px;height:2.5rem;max-height:30px;display:flex}.navbar__icon img{width:2.5rem;max-width:30px;height:2.5rem;max-height:30px}@media (width<=480px){.navbar__icon{width:2.15rem;height:2.15rem}}.navbar__brand-text{flex-direction:column;line-height:1.1;display:flex}.navbar__brand-text .brand-name{color:#052e16;letter-spacing:-.01em;font-family:Montserrat,sans-serif;font-size:1.13rem;justify-self:start!important}@media (width<=480px){.navbar__brand-text .brand-name{font-size:.9rem}}.navbar__brand-text .brand-sub{letter-spacing:.2em;color:#57534e;margin-top:2px;font-family:system-ui,-apple-system,sans-serif;font-size:.55rem;font-weight:600}.navbar__toggle{cursor:pointer;z-index:10;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:1.75rem;height:1.5rem;padding:0;display:none}@media (width<=768px){.navbar__toggle{display:flex}}.navbar__toggle span{background-color:#052e16;border-radius:2px;width:100%;height:2px;transition:all .3s}.navbar__toggle--open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar__toggle--open span:nth-child(2){opacity:0}.navbar__toggle--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=768px){.navbar__nav{z-index:5;isolation:isolate;opacity:0;visibility:hidden;pointer-events:none;background-color:#faf7f0;flex-direction:column;width:16rem;max-width:80vw;height:100vh;padding:5.5rem 2rem 2rem;transition:transform .35s cubic-bezier(.16,1,.3,1),opacity .25s,visibility .25s;display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-8px 0 24px #0000001f}.navbar__nav--open{opacity:1;visibility:visible;pointer-events:auto;transform:translate(0)}}.navbar__nav ul{text-transform:uppercase;letter-spacing:.18em;color:#292524;gap:2.25rem;margin:0;padding:0;font-size:.75rem;font-weight:400;list-style:none;display:flex}@media (width<=1024px){.navbar__nav ul{gap:1.5rem}}@media (width<=768px){.navbar__nav ul{flex-direction:column;align-items:flex-start;gap:1.5rem;font-size:.875rem}}.navbar__nav ul a{color:inherit;text-decoration:none;transition:color .2s}.navbar__nav ul a:hover{color:#14532d}.navbar__actions{align-items:center;gap:1rem;display:flex}.navbar__actions .btn-get-touch{color:#fff;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;background-color:#052e16;border:none;border-radius:9999px;padding:.5rem 1.5rem;font-family:system-ui,-apple-system,sans-serif;font-size:.75rem;font-weight:400;text-decoration:none;transition:background-color .2s}.navbar__actions .btn-get-touch:hover{background-color:#14532d}@media (width<=480px){.navbar__actions .btn-get-touch{padding:.45rem .85rem;font-size:.65rem}}.navbar__overlay{display:none}@media (width<=768px){.navbar__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;visibility:hidden;pointer-events:none;z-index:9999;background-color:#0006;transition:opacity .3s,visibility .3s;display:block;position:fixed;inset:0}.navbar__overlay--open{opacity:1;visibility:visible;pointer-events:auto}}.hero{grid-template-columns:1.1fr .9fr;align-items:center;gap:3rem;padding-top:3rem;padding-bottom:5rem;display:grid}@media (width<=1024px){.hero{gap:2rem;padding-top:2rem;padding-bottom:3.5rem}}@media (width<=768px){.hero{grid-template-columns:1fr;gap:3rem;padding-top:1.5rem;padding-bottom:3rem}}.hero__tag{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.hero__tag .line{opacity:.4;background-color:#57534e;width:2.5rem;height:1px}.hero__tag .text{letter-spacing:.15em;text-transform:uppercase;color:#57534e;font-size:.65rem;font-weight:500}.hero__title{color:#052e16;margin-bottom:1.5rem;font-size:3.75rem;font-weight:400;line-height:1.15}@media (width<=1024px){.hero__title{font-size:3rem}}@media (width<=768px){.hero__title{font-size:2.5rem}}@media (width<=480px){.hero__title{font-size:2.15rem}}.hero__title-italic{color:#14532d;font-family:Georgia,serif;font-style:italic}.hero__desc{color:#57534e;max-width:32rem;margin-bottom:2.5rem;font-size:.95rem;line-height:1.6}@media (width<=768px){.hero__desc{margin-bottom:2rem;font-size:.9rem}}.hero__actions{align-items:center;gap:1.25rem;margin-bottom:3.5rem;display:flex}@media (width<=768px){.hero__actions{margin-bottom:2.5rem}}@media (width<=480px){.hero__actions{flex-direction:column;align-items:stretch;gap:.85rem}}.hero__actions .btn-explore{color:#fff;letter-spacing:.1em;cursor:pointer;background-color:#14532d;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-size:.75rem;font-weight:600;transition:background-color .2s;display:flex}.hero__actions .btn-explore:hover{background-color:#0c321b}.hero__actions .btn-explore span{font-size:1rem}.hero__actions .btn-story{color:#052e16;letter-spacing:.1em;cursor:pointer;background-color:#0000;border:1px solid #d1ccc0;border-radius:9999px;justify-content:center;align-items:center;padding:.85rem 1.75rem;font-size:.75rem;font-weight:600;transition:all .2s;display:flex}.hero__actions .btn-story:hover{background-color:#00000005;border-color:#052e16}.hero__stats{border-top:1px solid #e7e5e4;align-items:center;gap:1.5rem;padding-top:2rem;display:flex}@media (width<=480px){.hero__stats{justify-content:space-between;gap:1rem}}.hero__stats .stat h4{color:#052e16;margin-bottom:.25rem;font-family:system-ui,-apple-system,sans-serif;font-size:1.25rem;font-weight:400}@media (width<=480px){.hero__stats .stat h4{font-size:1.1rem}}.hero__stats .stat p{letter-spacing:.1em;color:#57534e;font-size:.65rem;font-weight:400}.hero__stats .stat-divider{background-color:#d1ccc0;width:1px;height:2rem}.hero__image-wrapper{justify-content:center;padding:2rem;display:flex;position:relative}@media (width<=768px){.hero__image-wrapper{padding:1rem 0}}.hero__est-badge{visibility:hidden;color:#fff;z-index:2;background-color:#052e16;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:5rem;height:5rem;font-family:Georgia,serif;font-size:.85rem;line-height:1.1;display:flex;position:absolute;top:.5rem;right:3rem;box-shadow:0 10px 20px #0000001a}@media (width<=480px){.hero__est-badge{width:4rem;height:4rem;font-size:.75rem;right:1rem}}.hero__est-badge span:last-child{font-size:.95rem;font-weight:700}.hero__image-shape{aspect-ratio:24/34;background-color:#f2ede4;border-radius:42% 58% 54% 46%/48% 42% 58% 52%;width:100%;max-width:24rem;height:auto;overflow:hidden;box-shadow:0 20px 40px -15px #0000000d}@media (width<=480px){.hero__image-shape{max-width:18rem}}.hero__image-shape img{object-fit:cover;width:100%;height:100%}.hero__floating-card{z-index:2;background-color:#faf8f5;border:1px solid #e7e5e4;border-radius:1.5rem;align-items:center;gap:.85rem;padding:.85rem 1.25rem;display:flex;position:absolute;bottom:1rem;left:2rem;box-shadow:0 10px 25px #0000000f}@media (width<=480px){.hero__floating-card{gap:.6rem;padding:.65rem 1rem;bottom:.5rem;left:.5rem}}.hero__floating-card .icon-wrap{color:#14532d;background-color:#e8f5e9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;font-size:.85rem;display:flex}.hero__floating-card .card-text{flex-direction:column;display:flex}.hero__floating-card .card-text .title{color:#052e16;font-size:.85rem;font-weight:400}@media (width<=480px){.hero__floating-card .card-text .title{font-size:.75rem}}.hero__floating-card .card-text .subtitle{letter-spacing:.12em;color:#57534e;font-size:.55rem;font-weight:700}.banner{color:#fff;white-space:nowrap;background-color:#14532d;width:100%;padding:1rem 0;overflow:hidden}@media (width<=1024px){.banner{padding:.85rem 0}}@media (width<=768px){.banner{padding:.75rem 0}}@media (width<=480px){.banner{padding:.65rem 0}}.banner__content{letter-spacing:.05em;justify-content:space-between;align-items:center;font-size:.95rem;font-weight:500;display:flex}@media (width<=1024px){.banner__content{font-size:.875rem}}@media (width<=768px){.banner__content{width:max-content;font-size:.8rem;animation:20s linear infinite banner-scroll}.banner__content:hover{animation-play-state:paused}}@media (width<=480px){.banner__content{font-size:.75rem;animation-duration:15s}}.banner__dot{color:#4ade80;margin:0 1rem;display:inline-block}@media (width<=768px){.banner__dot{margin:0 .75rem}}@media (width<=480px){.banner__dot{margin:0 .5rem}}@keyframes banner-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.welcome{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;padding-top:6rem;padding-bottom:6rem;display:grid}@media (width<=1024px){.welcome{gap:2.5rem;padding-top:4rem;padding-bottom:4rem}}@media (width<=768px){.welcome{grid-template-columns:1fr;gap:2rem;padding-top:3rem;padding-bottom:3rem}}.welcome__subtitle{letter-spacing:.1em;text-transform:uppercase;color:#57534e;margin-bottom:1rem;font-size:.875rem}@media (width<=480px){.welcome__subtitle{margin-bottom:.75rem;font-size:.75rem}}.welcome__title{color:#052e16;margin-bottom:2rem;font-size:2.5rem;line-height:1.2}@media (width<=1024px){.welcome__title{font-size:2.15rem}}@media (width<=768px){.welcome__title{margin-bottom:1.5rem;font-size:1.85rem}}@media (width<=480px){.welcome__title{font-size:1.65rem}}.welcome__image{background-color:#e7e5e4;border-radius:1rem;width:100%;height:25rem;overflow:hidden}@media (width<=1024px){.welcome__image{height:22rem}}@media (width<=768px){.welcome__image{height:18rem}}@media (width<=480px){.welcome__image{border-radius:.75rem;height:14rem}}.welcome__image img{object-fit:cover;width:100%;height:100%}.welcome__desc{color:#57534e;margin-bottom:1.5rem;line-height:1.6}@media (width<=768px){.welcome__desc{margin-bottom:1.25rem;font-size:.925rem}}.welcome__cards{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem;display:grid}@media (width<=580px){.welcome__cards{grid-template-columns:1fr;gap:1rem;margin-top:1.5rem}}.welcome__cards .card{border-radius:1rem;padding:1.5rem}@media (width<=480px){.welcome__cards .card{padding:1.25rem}}.welcome__cards .card h4{margin-bottom:.5rem;font-size:1.25rem}@media (width<=768px){.welcome__cards .card h4{font-size:1.1rem}}.welcome__cards .card p{font-size:.875rem;line-height:1.5}@media (width<=480px){.welcome__cards .card p{font-size:.825rem}}.welcome__cards .card--light{background-color:#f2efe9}.welcome__cards .card--light h4{color:#052e16}.welcome__cards .card--light p{color:#57534e}.welcome__cards .card--dark{color:#fff;background-color:#14532d}.welcome__cards .card--dark h4{color:#fff}.welcome__cards .card--dark p{color:#bbf7d0}.products{padding-top:6rem;padding-bottom:6rem}@media (width<=1024px){.products{padding-top:4rem;padding-bottom:4rem}}@media (width<=768px){.products{padding-top:3rem;padding-bottom:3rem}}.products__header{justify-content:space-between;align-items:flex-end;margin-bottom:3rem;display:flex}@media (width<=768px){.products__header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:2rem}}.products__title{max-width:28rem;font-size:2.5rem;line-height:1.2}@media (width<=1024px){.products__title{font-size:2.15rem}}@media (width<=768px){.products__title{max-width:100%;font-size:1.85rem}}@media (width<=480px){.products__title{font-size:1.65rem}}.products__desc{color:#57534e;max-width:22rem;font-size:.875rem}@media (width<=768px){.products__desc{max-width:100%}}.products__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (width<=1024px){.products__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (width<=640px){.products__grid{grid-template-columns:1fr;gap:1.5rem}}.product-card{background-color:#faf8f5;border:1px solid #e7e5e4;border-radius:1.5rem;flex-direction:column;display:flex;overflow:hidden}.product-card__image-container{background-color:#f0ede6;height:13rem;position:relative;overflow:hidden}@media (width<=1024px){.product-card__image-container{height:16rem}}@media (width<=480px){.product-card__image-container{height:14rem}}.product-card__image-container img{object-fit:cover;width:100%;height:100%}.product-card__number{color:#fff;letter-spacing:.05em;background-color:#14532de6;border-radius:9999px;padding:.25rem .6rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;left:1rem}.product-card__badge{text-transform:uppercase;letter-spacing:.05em;color:#052e16;background-color:#fff;border-radius:9999px;padding:.5rem .85rem;font-size:.65rem;font-weight:700;position:absolute;bottom:1rem;right:1rem;box-shadow:0 4px 6px -1px #0000001a}.product-card__content{flex-direction:column;flex-grow:1;padding:2rem;display:flex}@media (width<=1024px){.product-card__content{padding:1.5rem}}@media (width<=480px){.product-card__content{padding:1.25rem}}.product-card__content .product-card__title{letter-spacing:.05em;margin-bottom:.25rem;font-size:1.5rem}@media (width<=768px){.product-card__content .product-card__title{font-size:1.35rem}}.product-card__content .product-card__subtitle{color:#57534e;margin-bottom:1.25rem;font-family:Georgia,serif;font-size:.875rem;font-style:italic}.product-card__content .product-card__desc{color:#57534e;margin-bottom:1.5rem;font-size:.875rem;line-height:1.5}.product-card__content .product-card__ideal{margin-bottom:2rem}.product-card__content .product-card__ideal .ideal-label{letter-spacing:.15em;color:#57534e;margin-bottom:.75rem;font-size:.65rem;font-weight:700;display:block}.product-card__content .product-card__ideal .ideal-list{flex-direction:column;gap:.5rem;display:flex}.product-card__content .product-card__ideal .ideal-list li{color:#292524;align-items:center;gap:.5rem;font-size:.8125rem;display:flex}.product-card__content .product-card__ideal .ideal-list li .check{color:#14532d;font-size:.75rem;font-weight:700}.product-card__content .product-card__footer{border-top:1px solid #e7e5e4;margin-top:auto;padding-top:1.25rem}.product-card__content .product-card__footer .explore-link{letter-spacing:.15em;color:#052e16;justify-content:space-between;align-items:center;font-size:.75rem;font-weight:700;text-decoration:none;transition:color .2s;display:flex}.product-card__content .product-card__footer .explore-link:hover{color:#14532d}.product-card__content .product-card__footer .explore-link span{font-size:1rem}.features{color:#fff;background-color:#0c2314;padding:7rem 0}@media (width<=1024px){.features{padding:5rem 0}}@media (width<=768px){.features{padding:3.5rem 0}}.features__header-tag{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}@media (width<=480px){.features__header-tag{margin-bottom:1rem}}.features__header-tag .line{background-color:#ffffff4d;width:2.5rem;height:1px}.features__header-tag .text{letter-spacing:.2em;color:#ffffffb3;font-size:.75rem;font-weight:600}@media (width<=480px){.features__header-tag .text{font-size:.7rem}}.features__title{color:#fff;margin-bottom:1rem;font-size:3rem;font-weight:400;line-height:1.2}@media (width<=1024px){.features__title{font-size:2.5rem}}@media (width<=768px){.features__title{font-size:2rem}}@media (width<=480px){.features__title{font-size:1.75rem}}.features__title .italic{color:#d1fae5;font-family:Georgia,serif;font-style:italic}.features__subtitle-desc{color:#9ca3af;margin-bottom:5rem;font-size:.95rem;line-height:1.6}@media (width<=1024px){.features__subtitle-desc{margin-bottom:3.5rem}}@media (width<=768px){.features__subtitle-desc{margin-bottom:2.5rem;font-size:.9rem}}.features__grid{border-top:1px solid #ffffff1a;grid-template-columns:1fr 1fr;gap:4rem 5rem;padding-top:4rem;display:grid}@media (width<=1024px){.features__grid{gap:3rem;padding-top:3rem}}@media (width<=768px){.features__grid{grid-template-columns:1fr;row-gap:2.5rem;padding-top:2.5rem}}.feature-card{flex-direction:column;gap:1.5rem;display:flex}@media (width<=480px){.feature-card{gap:1rem}}.feature-card__top{justify-content:space-between;align-items:center;display:flex}.feature-card__icon-wrap{background-color:#ffffff08;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:3.25rem;height:3.25rem;display:flex}@media (width<=480px){.feature-card__icon-wrap{width:2.75rem;height:2.75rem}}.feature-card__icon-wrap .icon{opacity:.9;font-size:1.125rem}@media (width<=480px){.feature-card__icon-wrap .icon{font-size:1rem}}.feature-card__number{color:#fff6;letter-spacing:.05em;font-family:Georgia,serif;font-size:1.125rem}@media (width<=480px){.feature-card__number{font-size:1rem}}.feature-card__content h4{color:#fff;margin-bottom:.75rem;font-size:1.35rem;font-weight:400}@media (width<=480px){.feature-card__content h4{margin-bottom:.5rem;font-size:1.2rem}}.feature-card__content p{color:#9ca3af;font-size:.875rem;line-height:1.6}@media (width<=480px){.feature-card__content p{font-size:.825rem}}.contact{padding-top:6rem;padding-bottom:6rem}@media (width<=1024px){.contact{padding-top:4rem;padding-bottom:4rem}}@media (width<=768px){.contact{padding-top:3rem;padding-bottom:3rem}}.contact__wrapper{color:#fff;background-color:#052e16;border-radius:2.5rem;grid-template-columns:1fr 1fr;gap:4rem;padding:4rem;display:grid}@media (width<=1024px){.contact__wrapper{gap:2.5rem;padding:3rem}}@media (width<=768px){.contact__wrapper{border-radius:1.75rem;grid-template-columns:1fr;gap:3rem;padding:2.5rem 2rem}}@media (width<=480px){.contact__wrapper{border-radius:1.25rem;gap:2.5rem;padding:2rem 1.25rem}}.contact__title{color:#fff;margin-bottom:1rem;font-size:2.5rem;line-height:1.2}@media (width<=1024px){.contact__title{font-size:2.15rem}}@media (width<=768px){.contact__title{font-size:1.85rem}}@media (width<=480px){.contact__title{font-size:1.65rem}}.contact__desc{color:#bbf7d0;max-width:20rem;margin-bottom:3rem;font-size:.875rem}@media (width<=768px){.contact__desc{max-width:100%;margin-bottom:2rem}}.contact__details{flex-direction:column;gap:1.5rem;display:flex}.contact__details .detail{color:#dcfce7;align-items:center;gap:1rem;font-size:.925rem;display:flex}.contact__details .detail .icon{background-color:#14532d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.contact__form{flex-direction:column;gap:1.5rem;display:flex}.contact__form .form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}@media (width<=580px){.contact__form .form-row{grid-template-columns:1fr;gap:1.5rem}}.contact__form input,.contact__form textarea{color:#fff;background:0 0;border:none;border-bottom:1px solid #14532d;width:100%;padding-bottom:.5rem;font-family:system-ui,-apple-system,sans-serif;font-size:1rem}.contact__form input::placeholder,.contact__form textarea::placeholder{color:#86efac}.contact__form input:focus,.contact__form textarea:focus{border-bottom-color:#4ade80;outline:none}.contact__form textarea{resize:none;margin-top:1rem}@media (width<=480px){.contact__form textarea{margin-top:.5rem}}.contact__form .btn--white{color:#052e16;background-color:#fff;align-self:flex-start;margin-top:1rem}.contact__form .btn--white:hover{background-color:#e7e5e4}@media (width<=480px){.contact__form .btn--white{text-align:center;align-self:stretch}}.footer{color:#57534e;border-top:1px solid #d6d3d1;font-size:.875rem;padding:3rem 0 2rem!important}@media (width<=768px){.footer{padding:2.5rem 0 1.5rem!important}}@media (width<=480px){.footer{padding:2rem 0 1rem!important}}.footer__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2.5rem;display:grid}@media (width<=1024px){.footer__grid{gap:1.5rem}}@media (width<=768px){.footer__grid{grid-template-columns:1fr;gap:2.25rem;margin-bottom:2rem}}.footer__brand .footer__logo{color:#052e16;align-items:center;gap:.5rem;margin-bottom:1rem;font-family:Georgia,serif;font-size:1.25rem;font-weight:700;display:flex}.footer__brand .footer__logo .logo-icon{background-color:#14532d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;max-width:30px;height:2.5rem;max-height:30px;display:flex}.footer__brand .footer__logo .logo-icon img{width:2.5rem;max-width:30px;height:2.5rem;max-height:30px}.footer__brand .footer__logo .logo-text{color:#052e16}.footer__brand .footer__desc{max-width:20rem;margin:0 0 1.25rem;line-height:1.7}@media (width<=768px){.footer__brand .footer__desc{max-width:100%}}.footer__brand .footer__socials{gap:.75rem;display:flex}.footer__brand .footer__socials .social-icon{color:#052e16;border:1px solid #ddd7cc;border-radius:50%;justify-content:center;align-items:center;width:2.2rem;height:2.2rem;transition:all .2s;display:flex}.footer__brand .footer__socials .social-icon:hover{color:#14532d;border-color:#14532d}.footer__col .footer__col-title{color:#052e16;margin-bottom:1rem;font-family:system-ui,-apple-system,sans-serif;font-size:1rem;font-weight:600}.footer__col .footer__nav-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.footer__col .footer__nav-list a{color:#052e16;text-decoration:none;transition:color .2s}.footer__col .footer__nav-list a:hover{color:#14532d}.footer__col--brands .footer__brands-list{flex-direction:column;gap:1rem;display:flex}.footer__col--brands .brand-item{flex-direction:column;gap:.2rem;display:flex}.footer__col--brands .brand-name{color:#052e16;letter-spacing:.04em;font-family:Georgia,serif;font-size:.95rem;font-weight:600}.footer__col--brands .brand-tagline{color:#57534e;font-size:.85rem;line-height:1.5}.footer__col--licenses .footer__licenses-list{flex-direction:column;gap:1rem;display:flex}.footer__col--licenses .license-item{flex-direction:column;gap:.15rem;display:flex}.footer__col--licenses .license-label{color:#052e16;font-size:.75rem;font-weight:600}.footer__col--licenses .license-value{color:#57534e;font-size:.85rem}.footer__bottom{text-align:center;border-top:1px solid #e7e5e4;flex-wrap:wrap;justify-content:space-between;gap:1rem;padding-top:2rem;display:flex}@media (width<=640px){.footer__bottom{text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding-top:1.25rem}}.footer__bottom .copyright,.footer__bottom .tagline{margin:0}.product-card-link{color:inherit;text-decoration:none;display:flex}.product-card-link .product-card{width:100%;transition:transform .3s,box-shadow .3s}.product-card-link .product-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px -8px #00000014}.product-card-link .product-card:hover .explore-link{color:#14532d}.category-page{padding-top:2rem;padding-bottom:3rem}@media (width<=768px){.category-page{padding-top:1.5rem;padding-bottom:2rem}}.category-page .back-link{color:#052e16;align-items:center;gap:.35rem;margin-bottom:1.25rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-flex}.category-page .back-link:hover{opacity:.7}.category-header{background-color:#f2ede4;border:1px solid #e7e5e4;border-radius:1.5rem;margin-bottom:2.5rem;padding:2.5rem 2rem}@media (width<=1024px){.category-header{margin-bottom:2rem;padding:2rem 1.5rem}}@media (width<=480px){.category-header{border-radius:1.25rem;margin-bottom:1.5rem;padding:1.5rem 1.25rem}}.category-header__tag{color:#14532d;margin-bottom:.25rem;font-family:Georgia,serif;font-size:1rem;font-style:italic;display:block}@media (width<=480px){.category-header__tag{font-size:.9rem}}.category-header__title{color:#052e16;letter-spacing:.02em;margin-bottom:.5rem;font-size:2.75rem;line-height:1.2}@media (width<=1024px){.category-header__title{font-size:2.25rem}}@media (width<=768px){.category-header__title{font-size:1.85rem}}@media (width<=480px){.category-header__title{font-size:1.5rem}}.category-header__desc{color:#57534e;max-width:36rem;font-size:.95rem;line-height:1.5}@media (width<=768px){.category-header__desc{max-width:100%;font-size:.875rem}}.category-products__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (width<=1024px){.category-products__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (width<=640px){.category-products__grid{grid-template-columns:1fr;gap:1.25rem}}.item-card{background-color:#faf8f5;border:1px solid #e7e5e4;border-radius:1.25rem;flex-direction:column;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden}.item-card:hover{transform:translateY(-4px);box-shadow:0 10px 20px -5px #0000000f}.item-card__image-wrap{background-color:#f0ede6;height:16rem;position:relative;overflow:hidden}@media (width<=1024px){.item-card__image-wrap{height:14rem}}@media (width<=480px){.item-card__image-wrap{height:12.5rem}}.item-card__image-wrap img{object-fit:cover;width:100%;height:100%}.item-card__price{color:#fff;z-index:2;background-color:#052e16;border-radius:9999px;padding:.35rem .85rem;font-size:.85rem;font-weight:700;position:absolute;top:1rem;right:1rem}@media (width<=480px){.item-card__price{padding:.25rem .7rem;font-size:.75rem;top:.75rem;right:.75rem}}.item-card__body{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}@media (width<=480px){.item-card__body{padding:1.15rem}}.item-card__title{color:#052e16;margin-bottom:.5rem;font-size:1.25rem}@media (width<=480px){.item-card__title{font-size:1.1rem}}.item-card__desc{color:#57534e;flex-grow:1;margin-bottom:1.5rem;font-size:.875rem;line-height:1.5}@media (width<=480px){.item-card__desc{margin-bottom:1.25rem;font-size:.825rem}}.item-card__whatsapp-btn{color:#fff;letter-spacing:.05em;text-transform:uppercase;background-color:#25d366;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:background-color .2s;display:flex}@media (width<=480px){.item-card__whatsapp-btn{padding:.75rem .85rem;font-size:.75rem}}.item-card__whatsapp-btn:hover{background-color:#1fb055}.item-card__whatsapp-btn .whatsapp-icon{fill:currentColor}.services{padding-top:6rem;padding-bottom:6rem}@media (width<=1024px){.services{padding-top:4rem;padding-bottom:4rem}}@media (width<=768px){.services{padding-top:3rem;padding-bottom:3rem}}.services__header{grid-template-columns:1.2fr .8fr;align-items:flex-end;gap:3rem;margin-bottom:4rem;display:grid}@media (width<=1024px){.services__header{gap:2rem;margin-bottom:3rem}}@media (width<=768px){.services__header{grid-template-columns:1fr;align-items:flex-start;gap:1.5rem;margin-bottom:2.5rem}}.services__tag{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}@media (width<=480px){.services__tag{margin-bottom:1rem}}.services__tag .line{opacity:.4;background-color:#57534e;width:2.5rem;height:1px}.services__tag .text{letter-spacing:.18em;text-transform:uppercase;color:#57534e;font-size:.75rem;font-weight:500}@media (width<=480px){.services__tag .text{font-size:.7rem}}.services__title{color:#052e16;font-size:3.5rem;font-weight:400;line-height:1.15}@media (width<=1024px){.services__title{font-size:2.75rem}}@media (width<=768px){.services__title{font-size:2.25rem}}@media (width<=480px){.services__title{font-size:1.85rem}}.services__title .title-italic{color:#14532d;font-family:Georgia,serif;font-style:italic}.services__top-desc{color:#57534e;max-width:26rem;font-size:.95rem;line-height:1.6}@media (width<=768px){.services__top-desc{max-width:100%;font-size:.9rem}}.services__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (width<=1024px){.services__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (width<=640px){.services__grid{grid-template-columns:1fr;gap:1.25rem}}.service-card{background-color:#f3efe6;border-radius:1.75rem;flex-direction:column;min-height:22rem;padding:2.5rem 2rem;display:flex;position:relative;overflow:hidden}@media (width<=1024px){.service-card{min-height:20rem;padding:2rem 1.5rem}}@media (width<=768px){.service-card{min-height:auto}}@media (width<=480px){.service-card{border-radius:1.25rem;padding:1.75rem 1.25rem}}.service-card__bg-corner{pointer-events:none;background-color:#e6e0d2;border-bottom-left-radius:100%;width:8rem;height:8rem;position:absolute;top:0;right:0}@media (width<=480px){.service-card__bg-corner{width:6rem;height:6rem}}.service-card__icon{color:#fff;z-index:1;background-color:#14532d;border-radius:.85rem;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:2.5rem;display:flex;position:relative}@media (width<=1024px){.service-card__icon{margin-bottom:2rem}}@media (width<=480px){.service-card__icon{border-radius:.65rem;width:2.5rem;height:2.5rem;margin-bottom:1.5rem}}.service-card__number{letter-spacing:.18em;color:#57534e;text-transform:uppercase;margin-bottom:.75rem;font-size:.7rem;font-weight:700;display:block}.service-card__title{color:#052e16;letter-spacing:-.01em;margin-bottom:1rem;font-size:1.4rem;font-weight:400;line-height:1.25}@media (width<=480px){.service-card__title{margin-bottom:.75rem;font-size:1.2rem}}.service-card__desc{color:#57534e;font-size:.875rem;line-height:1.65}@media (width<=480px){.service-card__desc{font-size:.825rem}}.reviews{color:#052e16;padding:2rem 0 .5rem}.reviews__header{text-align:center;margin-bottom:2rem}.reviews__tag{color:#14532d;letter-spacing:.24em;text-transform:uppercase;justify-content:center;align-items:center;gap:.75rem;margin-bottom:.9rem;font-size:.72rem;font-weight:700;display:flex}.reviews__tag .line{background:#1b43324d;width:2.25rem;height:1px;display:block}.reviews__title{margin:0;font-family:Georgia,serif;font-size:clamp(2rem,3vw,2.75rem);font-weight:600;line-height:1.15}.reviews__title .title-italic{color:#14532d;font-style:italic}.reviews__card-wrapper{flex-direction:column;align-items:center;gap:1.2rem;width:100%;display:flex}.reviews .reviews-card{background:#fff;border:1px solid #e8e0cb;border-radius:1.5rem;width:min(100%,980px);padding:2rem;box-shadow:0 18px 45px #10251d14}.reviews .reviews-card__top{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.reviews .reviews-card__stars{color:#f4b942;gap:.3rem;display:flex}.reviews .reviews-card__quote-mark{color:#14532d;opacity:.8}.reviews .reviews-card__quote{color:#052e16;margin:0 0 1.5rem;font-family:Georgia,serif;font-size:1.1rem;line-height:1.8}.reviews .reviews-card__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.reviews .reviews-card__author-info{align-items:center;gap:.9rem;display:flex}.reviews .reviews-card__avatar{color:#fff;object-fit:cover;background:#14532d;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1rem;font-weight:700;display:flex}.reviews .reviews-card__meta .author-name{color:#052e16;margin:0 0 .2rem;font-size:1rem;font-weight:700}.reviews .reviews-card__meta .author-role{letter-spacing:.12em;text-transform:uppercase;color:#57534e;margin:0;font-size:.8rem}.reviews .reviews-card__nav{gap:.6rem;display:flex}.reviews .nav-btn{color:#052e16;cursor:pointer;background:#fff;border:1px solid #e3dccd;border-radius:50%;justify-content:center;align-items:center;width:2.6rem;height:2.6rem;transition:all .2s;display:flex}.reviews .nav-btn:hover{color:#14532d;border-color:#14532d;transform:translateY(-1px)}.reviews__pagination{gap:.45rem;display:flex}.reviews .pagination-dot{cursor:pointer;background:#dcd7cb;border:none;border-radius:50%;width:.7rem;height:.7rem;padding:0;transition:all .2s}.reviews .pagination-dot.active{background:#14532d;transform:scale(1.15)}@media (width<=640px){.reviews{padding:3.5rem 1rem 4rem}.reviews .reviews-card{width:100%;padding:1.1rem}.reviews .reviews-card__top,.reviews .reviews-card__bottom{flex-direction:column;align-items:flex-start}.reviews .reviews-card__nav{margin-top:.5rem}}.whatsapp-widget{z-index:9999;flex-direction:column;align-items:flex-end;display:flex;position:fixed;bottom:2rem;right:2rem}.whatsapp-widget__button{color:#fff;cursor:pointer;background-color:#25d366;border:none;border-radius:50%;justify-content:center;align-items:center;width:3.75rem;height:3.75rem;margin:0 auto;transition:transform .25s cubic-bezier(.175,.885,.32,1.275),box-shadow .25s;display:flex;box-shadow:0 4px 18px #25d36666}.whatsapp-widget__button:hover{transform:scale(1.08);box-shadow:0 6px 22px #25d36680}.whatsapp-widget__button.active{transform:none}.whatsapp-widget__popup{background-color:#fff;border:1px solid #0000000d;border-radius:1.25rem;width:22rem;margin-bottom:1rem;animation:.3s cubic-bezier(.16,1,.3,1) forwards slideUpFade;overflow:hidden;box-shadow:0 10px 30px #00000026}.whatsapp-widget__header{color:#fff;background-color:#075e54;align-items:center;gap:.85rem;padding:1.25rem;display:flex;position:relative}.whatsapp-widget__avatar-container{position:relative}.whatsapp-widget__avatar-container .whatsapp-widget__avatar{color:#fff;background-color:#14532d;border-radius:50%;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;font-family:system-ui,-apple-system,sans-serif;font-size:1.1rem;font-weight:600;display:flex}.whatsapp-widget__avatar-container .whatsapp-widget__status-dot{background-color:#25d366;border:2px solid #075e54;border-radius:50%;width:.75rem;height:.75rem;position:absolute;bottom:0;right:0}.whatsapp-widget__header-info{flex:1}.whatsapp-widget__header-info .title{color:#fff;margin:0 0 .2rem;font-size:1rem;font-weight:600}.whatsapp-widget__header-info .status{opacity:.85;margin:0;font-size:.75rem}.whatsapp-widget__close-btn{color:#fff;opacity:.8;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;transition:opacity .2s;display:flex}.whatsapp-widget__close-btn:hover{opacity:1}.whatsapp-widget__body{background-color:#efeae2;flex-direction:column;min-height:9rem;padding:1.5rem 1.25rem;display:flex}.whatsapp-widget__chat-bubble{background-color:#fff;border-radius:0 1rem 1rem;max-width:88%;padding:.85rem 1rem;position:relative;box-shadow:0 2px 5px #0000000a}.whatsapp-widget__chat-bubble .sender-name{color:#14532d;margin:0 0 .35rem;font-size:.7rem;font-weight:700}.whatsapp-widget__chat-bubble .message{color:#052e16;margin:0 0 .4rem;font-size:.875rem;line-height:1.45}.whatsapp-widget__chat-bubble .time-stamp{color:#57534e;text-align:right;font-size:.65rem;display:block}.whatsapp-widget__footer{background-color:#fff;padding:1rem 1.25rem}.whatsapp-widget__cta{color:#fff;cursor:pointer;background-color:#25d366;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:.6rem;width:100%;padding:.85rem 1rem;font-size:.9rem;font-weight:600;transition:background-color .2s,transform .15s;display:flex}.whatsapp-widget__cta:hover{background-color:#21bd5c;transform:translateY(-1px)}@keyframes slideUpFade{0%{opacity:0;transform:translateY(12px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=640px){.whatsapp-widget{bottom:1.25rem;right:1.25rem}.whatsapp-widget__popup{width:calc(100vw - 2.5rem);max-width:22rem}}
