@font-face{font-family:Google Sans Flex;src:url(/fonts/GoogleSansFlex/GoogleSansFlex24pt-Regular.woff2) format("woff2"),url(/fonts/GoogleSansFlex/GoogleSansFlex24pt-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Google Sans Flex;src:url(/fonts/GoogleSansFlex/GoogleSansFlex24pt-Medium.woff2) format("woff2"),url(/fonts/GoogleSansFlex/GoogleSansFlex24pt-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Google Sans Flex;src:url(/fonts/GoogleSansFlex/GoogleSansFlex24pt-SemiBold.woff2) format("woff2"),url(/fonts/GoogleSansFlex/GoogleSansFlex24pt-SemiBold.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Google Sans Flex;src:url(/fonts/GoogleSansFlex/GoogleSansFlex24pt-Bold.woff2) format("woff2"),url(/fonts/GoogleSansFlex/GoogleSansFlex24pt-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}:root{--color-background: #ffffff;--color-surface: #063d2a;--color-title: #063d2a;--color-text: #2d3b34;--color-menu: #265D37;--color-primary: #ffca08;--color-primary-hover: #e8a600;--color-border: rgba(6, 61, 42, .12);--color-divider: rgba(58, 105, 67, .18);--color-shadow: rgba(6, 61, 42, .14);--container-width: 1320px;--section-edge-gap: 20px;--header-height: 116px;--radius-xl: 14px;--section-bg-radius: 25px;--radius-lg: 999px;--transition: .28s cubic-bezier(.22, 1, .36, 1);--font-primary: "Google Sans Flex", "Segoe UI", system-ui, sans-serif;--font-secondary: "Google Sans Flex", "Segoe UI", system-ui, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden;overscroll-behavior-x:none}body{margin:0;min-width:320px;font-family:var(--font-primary);background:var(--color-background);overflow-x:hidden;overscroll-behavior-x:none}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}img{display:block;max-width:100%;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.container{width:min(calc(100% - 48px),var(--container-width));margin:0 auto}.app-shell{min-height:100vh;padding-top:0;background:#fff}.site-header{position:fixed;top:58px;left:0;right:0;z-index:30;background:transparent;pointer-events:none;transition:top var(--transition)}.header-inner{min-height:98px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:0;width:min(calc(100% - 48px),var(--container-width));padding:0;pointer-events:auto;transition:min-height var(--transition),gap var(--transition),width var(--transition),max-width var(--transition),padding var(--transition),background-color var(--transition),border-radius var(--transition),box-shadow var(--transition)}.header-logo-panel,.header-menu-panel{min-height:98px;background:#fff;transition:min-height var(--transition),padding var(--transition),background-color var(--transition),box-shadow var(--transition);overflow:hidden}.header-logo-panel{display:flex;align-items:center;padding:0 20px;border-radius:10px}.header-menu-panel{position:relative;display:grid;grid-template-columns:1fr auto;align-items:center;gap:42px;padding:0 20px 0 120px;border-radius:10px;overflow:visible}.brand img{width:192px;transition:width var(--transition),transform var(--transition)}.site-header.is-compact .header-inner{min-height:92px}.site-header.is-compact .brand img{width:168px}.site-header.is-compact .header-logo-panel{min-height:92px;box-shadow:0 18px 42px #011f1324}.site-header.is-compact .header-menu-panel{min-height:92px;box-shadow:12px 18px 42px #011f1324}.desktop-nav{display:flex;justify-content:center;align-items:center;gap:64px;justify-self:center;margin-right:0}.header-cta{justify-self:end;margin-right:0;padding-left:20px;padding-right:16px!important}.desktop-nav-item{position:relative;display:block}.nav-link,.mobile-nav-link{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:auto;background:transparent;font-size:16px;font-weight:500;color:#121213;transition:color var(--transition),opacity var(--transition),background-color var(--transition),border-color var(--transition),transform var(--transition)}.nav-link.active,.mobile-nav-link.active{color:#048622}.nav-chevron{display:inline-flex;width:14px;height:14px;margin-left:8px;color:currentColor}.nav-chevron svg{width:100%;height:100%}.nav-chevron path{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.nav-link:after,.mobile-nav-link:after{display:none}.nav-link:hover,.mobile-nav-link:hover{color:#e8a600}.desktop-submenu{position:absolute;top:calc(100% + 12px);left:50%;z-index:45;width:220px;display:grid;gap:4px;padding:10px;border-radius:12px;background:#fff;box-shadow:0 18px 44px #011f1329;opacity:0;visibility:hidden;transform:translate(-50%,10px);transition:opacity var(--transition),visibility var(--transition),transform var(--transition);pointer-events:none}.desktop-submenu:before{content:"";position:absolute;left:0;right:0;bottom:100%;height:14px}.desktop-nav-item:hover .desktop-submenu,.desktop-nav-item:focus-within .desktop-submenu{opacity:1;visibility:visible;transform:translate(-50%);pointer-events:auto}.desktop-submenu-link{display:grid;padding:10px 12px;border-radius:8px;color:#121213;text-decoration:none;transition:background-color var(--transition),color var(--transition)}.desktop-submenu-link:hover,.desktop-submenu-link:focus-visible{background:#f8f8f8;color:#048622}.desktop-submenu-link span{font-size:15px;line-height:1.15;font-weight:500}.button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 15px 15px 20px;border-radius:8px;border:1px solid transparent;font-size:16px;font-weight:600;overflow:hidden;transition:transform var(--transition),background-color var(--transition),color var(--transition),border-color var(--transition),box-shadow var(--transition);-webkit-tap-highlight-color:transparent}.button:before{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:inherit;opacity:0;transition:opacity var(--transition)}.button:hover{transform:none}.button:hover:before{opacity:1}.button-primary{background:var(--color-primary);color:#063d2a;box-shadow:none}.button-primary:before{display:none}.button-primary:hover{background:linear-gradient(135deg,#ffc400,#e8a600);color:#063d2a;border-color:transparent;box-shadow:none}.button-arrow-stack{position:relative;z-index:1;display:inline-flex;width:20px;height:20px;overflow:hidden}.button-arrow-icon{position:absolute;top:0;right:0;bottom:0;left:0;width:20px;height:20px;flex:0 0 auto;transition:transform .45s cubic-bezier(.22,1,.36,1),opacity .45s cubic-bezier(.22,1,.36,1)}.button-arrow-icon.is-primary{transform:translate(0);opacity:1}.button-arrow-icon.is-duplicate{transform:translate(-120%,120%);opacity:0}.button:hover .button-arrow-icon.is-primary{transform:translate(120%,-120%);opacity:0}.button:hover .button-arrow-icon.is-duplicate{transform:translate(0);opacity:1}.menu-toggle{display:none;width:48px;height:48px;margin-left:auto;margin-right:-20px;padding:0;border:0;background:transparent;align-items:center;justify-content:center;cursor:pointer;-webkit-tap-highlight-color:transparent}.menu-toggle img{width:26px;height:26px}.mobile-menu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:34;background:transparent;opacity:0;pointer-events:none;transition:opacity var(--transition)}.mobile-menu-backdrop.is-visible{opacity:1;pointer-events:auto}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:35;pointer-events:none}.mobile-menu.is-open{pointer-events:auto}.mobile-menu-panel{position:absolute;top:0;right:0;width:min(82vw,380px);height:100%;padding:18px 24px 28px;background:#fff;transform:translate(100%);transition:transform var(--transition);display:flex;flex-direction:column;gap:28px}.mobile-menu.is-open .mobile-menu-panel{transform:translate(0)}.mobile-menu-top{display:flex;align-items:center;justify-content:space-between;gap:20px}.mobile-menu-close{width:40px;height:40px;border:0;background:transparent;color:#012a1c;font-size:2rem;line-height:1;cursor:pointer;transform:rotate(45deg);-webkit-tap-highlight-color:transparent}.mobile-nav{display:flex;flex-direction:column;gap:18px}.mobile-nav-link{width:fit-content;color:#012a1c;min-height:auto;padding:0;border:0;border-radius:0;background:transparent}.mobile-nav-link:hover{color:#b74f29}.mobile-menu-cta{align-self:flex-start}.product-home-slide{min-width:0}.product-home-card-link{display:block;color:inherit;text-decoration:none}.product-home-image-wrap{position:relative;aspect-ratio:0 / 1.17;min-height:0;display:flex;align-items:center;justify-content:center;padding:38px 26px;border-radius:18px;background:#f2f7fd;overflow:hidden;transition:transform var(--transition),box-shadow var(--transition),background-position var(--transition)}.product-home-image-scale{display:flex;align-items:center;justify-content:center;width:100%;transition:transform .76s cubic-bezier(.16,1,.3,1);will-change:transform}.product-home-image{width:100%;max-width:235px;will-change:transform;transform-origin:center center}.product-home-copy{margin-top:18px;min-height:96px;padding:24px 28px;border-radius:10px;background:#258a3a;display:flex;align-items:center;justify-content:space-between;gap:18px;transition:background-color var(--transition),box-shadow var(--transition),transform var(--transition)}.product-home-copy h3{margin:0 0 6px;font-size:22px;line-height:1.08;font-weight:700;letter-spacing:-.5px;color:#fff}.product-home-copy p{margin:0;font-family:var(--font-secondary);font-size:16px;line-height:1.2;font-weight:500;letter-spacing:0;color:#fff}.product-home-link{position:absolute;top:18px;right:18px;flex:0 0 auto;width:42px;height:42px;border-radius:999px;background:var(--color-primary);color:#063d2a;display:inline-flex;align-items:center;justify-content:center;transition:background-color var(--transition),box-shadow var(--transition);-webkit-tap-highlight-color:transparent}.product-home-link .button-arrow-stack{width:20px;height:20px;overflow:hidden}.product-home-link .button-arrow-icon{width:20px;height:20px}.product-home-card-link:hover .product-home-link .button-arrow-icon.is-primary{transform:translate(120%,-120%);opacity:0}.product-home-card-link:hover .product-home-link .button-arrow-icon.is-duplicate{transform:translate(0);opacity:1}.product-home-card-link:hover .product-home-image-wrap{box-shadow:none}.product-home-card-link:hover .product-home-image-scale{transform:scale(1.1)}.site-footer{margin-top:90px}.footer-cta-section{width:calc(100% - (var(--section-edge-gap) * 2));max-width:var(--container-width);min-height:420px;margin:0 auto 90px;border-radius:var(--section-bg-radius);overflow:hidden;background:linear-gradient(90deg,#014b2beb,#014b2bc7 42%,#014b2b6b)}.footer-cta-inner{min-height:420px;display:grid;grid-template-columns:minmax(0,620px) minmax(220px,1fr);align-items:center;gap:48px;padding:70px 76px}.footer-cta-copy{max-width:570px}.footer-cta-inner p{margin:34px 0 0;max-width:610px;font-size:18px;line-height:1.35;font-weight:500;color:#fff}.footer-cta-button{justify-self:end;align-self:center}.footer-main{width:calc(100% - (var(--section-edge-gap) * 2));margin:0 auto 12px;border-radius:var(--section-bg-radius);background:linear-gradient(135deg,#002716,#06341f 45%,#185a2b);overflow:hidden}.footer-main-inner{display:grid;grid-template-columns:210px 130px 210px 260px 220px;justify-content:space-between;gap:42px;padding:88px 0 140px}.footer-brand{display:flex;align-items:flex-start}.footer-brand img{width:200px;height:auto}.footer-column h3{margin:0;font-size:16px;line-height:20px;font-weight:600;letter-spacing:0}.footer-links{display:grid;gap:15px;padding-top:30px}.footer-links a,.footer-contact a{font-size:14px;line-height:1.15;font-weight:500;color:#ffffffc7;text-decoration:none;transition:color var(--transition)}.footer-links a{display:inline-flex;align-items:center;gap:8px}.footer-links a svg{width:24px;height:24px;flex:0 0 auto}.footer-contact{display:grid;align-content:start;gap:34px}.footer-contact h4{margin:0 0 10px;font-size:16px;line-height:1.1;font-weight:600}.footer-contact-group{display:grid;gap:0}.footer-whatsapp,.footer-email,.footer-location{display:inline-flex;align-items:center;gap:10px;margin:0}.footer-whatsapp svg,.footer-email svg,.footer-location svg{width:20px;height:20px;flex:0 0 auto}.footer-whatsapp span{font-size:22px;line-height:1;font-weight:700;color:#fff}.footer-location span{font-size:15px;line-height:1.25;font-weight:400;color:#ffffffc7}.footer-bottom{width:calc(100% - (var(--section-edge-gap) * 2));margin:0 auto;border-radius:10px 10px 0 0;background:linear-gradient(135deg,#00301c,#064022 52%,#0b4b27)}.footer-bottom-inner{display:flex;justify-content:space-between;gap:24px;padding:28px 0 52px}.footer-bottom-inner p{margin:0;font-size:14px;line-height:20px;font-weight:500;color:#ffffffc7;text-align:left}.footer-bottom-inner a{color:inherit;text-decoration:none}.internal-page{min-height:100vh;background:#fff}.internal-page-hero{margin-top:var(--section-edge-gap)}.internal-page-hero-bg{width:calc(100% - (var(--section-edge-gap) * 2));height:378px;max-height:378px;margin:0 auto;border-radius:var(--section-bg-radius);overflow:hidden;background:radial-gradient(circle at center,#003120c7,#0031209e,#0031205c 48%,#0031202e),linear-gradient(90deg,#003120e0,#00312094 18%,#00312094 52%,#0031202e),linear-gradient(180deg,#00312047,#0031201a 45%,#003120b8),url(/images/bg-titulo-internas.webp) center center / cover no-repeat}.internal-page-content{height:378px;max-height:328px;display:flex;align-items:center;justify-content:center}.internal-page-content h1{margin:0;color:#fff;font-family:var(--font-primary);font-size:42px;line-height:1.05;font-weight:600;letter-spacing:-1px;text-align:center;transform:translateY(58px)}.products-page-section{padding:60px 0 70px;background:#fff}.products-page-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:30px;row-gap:20px}.products-page-section .product-home-card-link{position:relative;display:block;min-height:492px;transition:transform .36s cubic-bezier(.16,1,.3,1)}.products-page-section .product-home-image-wrap{height:360px;aspect-ratio:auto;padding:0;border:1px solid rgba(0,0,0,.08);border-radius:25px;background:var(--tf-soft);transition:border-color .36s cubic-bezier(.16,1,.3,1),background-color .36s cubic-bezier(.16,1,.3,1),box-shadow .36s cubic-bezier(.16,1,.3,1)}.products-page-section .product-home-image-scale{height:100%;transition:transform .76s cubic-bezier(.16,1,.3,1)}.products-page-section .product-home-image{width:min(86%,320px);max-width:none;height:318px;object-fit:contain}.products-page-section .product-home-copy{min-height:102px;margin-top:20px;padding:24px 30px 20px;border:1px solid rgba(0,0,0,.07);border-radius:15px;background:var(--tf-soft);align-items:flex-start;transition:background-color .36s cubic-bezier(.16,1,.3,1),border-color .36s cubic-bezier(.16,1,.3,1),color .36s cubic-bezier(.16,1,.3,1)}.products-page-section .product-home-copy h3{margin:0;color:#048622;font-size:22px;line-height:26px;font-weight:600;letter-spacing:0;transition:color .36s cubic-bezier(.16,1,.3,1)}.products-page-section .product-home-copy p{margin:2px 0 0;color:var(--tf-ink);font-size:16px;line-height:19px;font-weight:400;transition:color .36s cubic-bezier(.16,1,.3,1)}.products-page-section .product-home-link{top:18px;right:18px;width:44px;height:44px;background:#288938;color:#fff;transition:background-color .36s cubic-bezier(.16,1,.3,1),color .36s cubic-bezier(.16,1,.3,1),transform .36s cubic-bezier(.16,1,.3,1)}.products-page-section .product-home-card-link:hover .product-home-image-wrap{box-shadow:0 22px 42px #046c1c29}.products-page-section .product-home-card-link:hover .product-home-image-scale{transform:scale(1.08)}.products-page-section .product-home-card-link:hover .product-home-copy{background:#046c1c;border-color:#046c1c}.products-page-section .product-home-card-link:hover .product-home-copy h3{color:var(--tf-lime)}.products-page-section .product-home-card-link:hover .product-home-copy p{color:#fff}.products-page-section .product-home-card-link:hover .product-home-link{background:var(--tf-lime);color:#003120;transform:rotate(0)}.contact-page-section{padding:60px 0 80px}.contact-page-grid{display:grid;grid-template-columns:minmax(320px,420px) minmax(0,1fr);gap:42px;align-items:start}.contact-page-eyebrow{margin:0 0 18px;font-family:var(--font-secondary);font-size:16px;line-height:1;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#121213}.contact-page-info h2{margin:0;font-size:32px;line-height:1;font-weight:600;letter-spacing:-1px;color:#258a3a}.contact-page-info>p:last-of-type{margin:22px 80px 0 0;font-family:var(--font-secondary);font-size:16px;line-height:26px;font-weight:400;color:#121213}.contact-form{padding:40px 35px 50px;border-radius:25px;background:var(--tf-soft)}.contact-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.contact-form-field{display:grid;gap:10px}.contact-form-field-full{grid-column:1 / -1}.contact-form-field span{font-family:var(--font-secondary);font-size:15px;line-height:1;font-weight:500;color:#121213}.contact-form-field input,.contact-form-field textarea{width:100%;border:1px solid rgba(1,61,40,.12);border-radius:18px;background:#fff;padding:16px 18px;font-family:var(--font-secondary);font-size:15px;line-height:1.4;color:#121213;outline:none;transition:border-color var(--transition),box-shadow var(--transition)}.contact-form-field textarea{resize:vertical;min-height:160px}.contact-form-field input:focus,.contact-form-field textarea:focus{border-color:#ac441e66;box-shadow:0 0 0 4px #ac441e14}.contact-form-actions{display:grid;gap:16px;margin-top:26px}.contact-form-actions .button{justify-self:start;box-shadow:none}.contact-form-actions .button:hover{box-shadow:none}.contact-form-status{margin:0;font-family:var(--font-secondary);font-size:15px;line-height:1.5;font-weight:500}.contact-form-status.is-success{color:#436b37}.contact-form-status.is-error{color:#ac441e}.product-intro-section{padding:70px 0 0}.product-intro-inner{padding-bottom:74px;border-bottom:1px solid rgba(18,18,19,.16)}.product-intro-grid{display:grid;grid-template-columns:minmax(300px,560px) minmax(320px,540px);justify-content:space-between;gap:48px;align-items:start}.product-intro-eyebrow{margin:0 0 22px;font-size:18px;line-height:1;font-weight:600;letter-spacing:2px;color:#121213;text-transform:uppercase}.product-intro-heading h2{margin:0;max-width:480px;font-size:48px;line-height:1;font-weight:700;letter-spacing:-1px;color:#258a3a}.product-intro-copy{padding-top:46px}.product-intro-copy p{margin:0;font-size:16px;line-height:1.5;font-weight:400;color:#121213}.product-intro-copy p+p{margin-top:22px}.product-detail-section{padding:74px 0 60px;background:#fff}.product-detail-page .product-detail-section{padding-bottom:18px}.product-detail-page+.site-footer{margin-top:42px}.product-detail-inner{min-height:420px}.product-detail-grid{display:grid;grid-template-columns:minmax(320px,.92fr) minmax(460px,.98fr);gap:82px;align-items:start}.product-detail-text{display:flex;flex-direction:column;justify-content:center}.product-detail-text h3{width:75%;margin:26px 0 18px;font-family:var(--font-primary);font-size:24px;line-height:1.05;font-weight:700;letter-spacing:-1px;color:#258a3a;padding-bottom:10px;border-bottom:1px solid rgba(18,18,19,.24)}.product-detail-text p{margin:0;max-width:640px;font-family:var(--font-secondary);font-size:16px;line-height:1.5;font-weight:400;color:#121213}.product-detail-text p+p{margin-top:22px}.product-detail-benefits{margin:0;padding:0;list-style:none;display:grid;gap:14px}.product-detail-benefits li{position:relative;padding-left:34px;font-family:var(--font-secondary);font-size:16px;line-height:1.2;font-weight:400;color:#121213}.product-detail-benefits li:before{content:"✓";position:absolute;left:0;top:0;font-family:var(--font-primary);font-size:18px;line-height:1;font-weight:600;color:#549341}.product-detail-benefits+p{margin-top:28px}.product-detail-content-section{display:grid;gap:0}.product-detail-section-list{margin:0;padding-left:18px;display:grid;gap:10px}.product-detail-section-list li{padding-left:2px;font-size:16px;line-height:1.42;font-weight:400;color:#121213}.product-detail-visual{display:flex;justify-content:flex-end;align-self:start;width:100%}.product-detail-image-wrap{min-height:0;display:flex;align-items:flex-start;justify-content:center;width:100%;max-width:650px;padding:10px 0 0;border-radius:0;background:transparent;overflow:visible}.product-detail-image-scale{display:flex;align-items:center;justify-content:center;width:100%;transition:transform .76s cubic-bezier(.16,1,.3,1)}.product-detail-image{display:block;width:100%;max-width:650px;height:auto;object-fit:contain}.product-detail-image-wrap:hover .product-detail-image-scale{transform:scale(1.08)}.product-guarantees{margin:40px 0 0}.product-guarantees h2{margin:0 0 26px;padding-bottom:10px;font-size:28px;line-height:1.05;font-weight:700;letter-spacing:-1px;color:#258a3a;border-bottom:1px solid rgba(18,18,19,.2)}.product-guarantees-box{padding-top:30px}.product-guarantees table{width:100%;border-collapse:collapse;overflow:hidden;border-radius:10px;background:#fff}.product-guarantees th,.product-guarantees td{padding:18px 24px;border:1px solid rgba(18,18,19,.16);text-align:center;font-size:15px;line-height:1.15;color:#303635}.product-guarantees th{background:#2f9f00;color:#fff;font-weight:700;text-transform:uppercase}.product-guarantees tbody tr:nth-child(odd) td{background:#fbfdff}.product-detail-back-wrap{margin-top:42px;display:flex}.product-detail-back-link{display:inline-flex;align-items:center;gap:5px;min-height:48px;padding:0 18px;border-radius:30px;background:#258a3a;font-family:var(--font-primary);font-size:14px;line-height:1;font-weight:600;color:#fff;text-transform:uppercase;text-decoration:none;transition:background-color .22s ease}.product-detail-back-link:hover{color:#121213;background:var(--tf-lime)}.product-detail-back-link svg{width:16px;height:16px;flex:0 0 auto}.product-detail-page.is-showcase .product-intro-section{padding:70px 0 34px}.product-detail-page.is-showcase .product-intro-inner{padding:0 0 30px;border:0;border-radius:0;background:transparent}.product-detail-page.is-showcase .product-intro-grid{grid-template-columns:minmax(0,.92fr) minmax(340px,1fr);gap:64px;align-items:start}.product-detail-page.is-showcase .product-intro-eyebrow{color:var(--tf-ink);font-size:16px;letter-spacing:3.2px}.product-detail-page.is-showcase .product-intro-heading h2{max-width:auto;color:var(--tf-green);font-size:38px;line-height:42px;font-weight:600;letter-spacing:-1.2px}.product-detail-page.is-showcase .product-intro-copy{padding-top:0}.product-detail-page.is-showcase .product-detail-section{padding:24px 0 28px}.product-detail-page.is-showcase .product-detail-inner{display:flex;flex-direction:column}.product-detail-page.is-showcase .product-showcase-media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;align-items:start}.product-detail-page.is-showcase .product-detail-text{display:grid;gap:30px;margin-top:64px}.product-detail-page.is-showcase .product-showcase-content-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-detail-page.is-showcase .product-detail-text>p{grid-column:1 / -1;max-width:none;margin:0;padding:30px 34px;border-radius:22px;background:var(--tf-soft);font-size:17px;line-height:1.58}.product-detail-page.is-showcase .product-detail-content-section{display:block;min-height:100%;padding:34px 34px 36px;border-radius:25px;background:var(--tf-soft)}.product-detail-page.is-showcase .product-detail-content-section h3{width:auto;margin:0 0 18px;padding:0;border:0;color:var(--tf-green);font-size:28px;line-height:31px;font-weight:600;letter-spacing:-.7px}.product-detail-page.is-showcase .product-detail-content-section p{max-width:760px}.product-detail-page.is-showcase .product-detail-section-list{padding:0;list-style:none;gap:12px}.product-detail-page.is-showcase .product-detail-section-list li{position:relative;padding-left:18px;line-height:1.48}.product-detail-page.is-showcase .product-detail-section-list li:before{content:"";position:absolute;left:0;top:6px;width:8px;height:8px;border-radius:50%;background:#04ae2c}.product-detail-page.is-showcase .product-detail-visual{position:static;top:auto}.product-detail-page.is-showcase .product-detail-image-wrap{max-width:none;min-height:460px;align-items:center;padding:70px 22px 0;border-radius:25px;background:var(--tf-soft);border:1px solid rgba(0,0,0,.07);overflow:hidden}.product-detail-page.is-showcase .product-detail-image{max-width:520px}.product-detail-page.is-showcase .product-guarantees{margin:0;padding:42px 36px;border-radius:25px;background:var(--tf-soft);border:1px solid rgba(0,0,0,.07)}.product-detail-page.is-showcase .product-guarantees h2{margin-bottom:26px;padding:0;border:0;color:var(--tf-green);font-size:30px;line-height:32px;font-weight:600}.product-detail-page.is-showcase .product-guarantees-box{padding:0}.product-detail-page.is-showcase .product-guarantees table{background:#fff;border-radius:14px;overflow:hidden}.product-detail-page.is-showcase .product-guarantees th{background:#288938;color:#fff}.product-detail-page.is-showcase .product-guarantees td{border-color:#1212131f;color:var(--tf-ink)}.product-detail-page.is-showcase .product-guarantees tbody tr:nth-child(odd) td{background:#fff}.product-detail-page.is-showcase .product-guarantees tbody tr:nth-child(2n) td{background:#0486220a}.product-detail-page.is-showcase .product-detail-back-wrap{margin-top:34px}.btn-whatsapp{position:fixed;right:90px;bottom:146px;z-index:90;display:inline-flex;align-items:center;justify-content:center;width:96px;height:96px;border:0;border-radius:50%;background:transparent;box-shadow:none;cursor:pointer;text-decoration:none;opacity:0;visibility:hidden;transform:translateY(18px) scale(.96);transition:opacity .22s ease,transform .22s ease,visibility .22s ease;-webkit-tap-highlight-color:transparent}.btn-whatsapp:before{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border-radius:50%;border:2px solid rgba(35,184,77,.58);opacity:0;transform:scale(.9);pointer-events:none}.btn-whatsapp.is-visible{opacity:1;visibility:visible;transform:translateY(0) scale(1);animation:btnWhatsappEntrance .55s ease .85s both}.btn-whatsapp.is-visible:before{animation:whatsappAvatarPulse 1.45s 1.2s infinite cubic-bezier(.66,0,0,1)}.btn-whatsapp-avatar{width:102px;height:102px;border-radius:50%;object-fit:cover;box-shadow:0 14px 34px #011f1329;transition:transform var(--transition),box-shadow var(--transition)}.btn-whatsapp-badge{position:absolute;top:-15px;right:-25px;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#23b84d;color:#fff}.btn-whatsapp-icon{color:#fff;width:18px;height:18px;fill:currentColor}.btn-whatsapp-tooltip{position:absolute;right:calc(100% + 18px);top:50%;width:198px;padding:13px 16px;border:1px solid rgba(38,93,55,.24);border-radius:12px;background:#265d37;color:#fff;font-size:14px;line-height:1.25;font-weight:600;text-align:left;box-shadow:0 14px 34px #011f131f;opacity:0;visibility:hidden;transform:translate(10px,-50%);transition:opacity var(--transition),visibility var(--transition),transform var(--transition);pointer-events:none}.btn-whatsapp:hover{transform:translateY(-3px) scale(1.02)}.btn-whatsapp:hover .btn-whatsapp-tooltip,.btn-whatsapp:focus-visible .btn-whatsapp-tooltip{opacity:1;visibility:visible;transform:translateY(-50%)}.btn-whatsapp:hover .btn-whatsapp-avatar{box-shadow:0 18px 42px #011f1333}@keyframes pulse{to{box-shadow:0 0 0 30px #00b73e00}}@keyframes whatsappAvatarPulse{0%{opacity:.72;transform:scale(.9)}to{opacity:0;transform:scale(1.2)}}@keyframes btnWhatsappEntrance{0%{opacity:0;transform:translateY(18px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.back-to-top{position:fixed;right:100px;bottom:50px;z-index:90;display:inline-flex;align-items:center;justify-content:center;width:68px;height:68px;border:0;border-radius:999px;background:#f8f8f8;color:#2b3432;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(14px);transition:opacity .24s ease,transform .24s ease,visibility .24s ease,background .24s ease;-webkit-tap-highlight-color:transparent}.back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top svg{width:28px;height:28px}.back-to-top{bottom:50px;background:#f8f8f8;opacity:0;pointer-events:none}.back-to-top.is-visible{opacity:1;pointer-events:auto}@keyframes whatsappPulse{to{box-shadow:0 0 0 30px #00b73e00}}@media (max-width: 1100px){:root{--header-height: 98px}.desktop-nav,.header-cta{display:none}.header-inner{grid-template-columns:auto 1fr auto;width:min(calc(100% - 28px),720px)}.header-logo-panel{min-height:72px;padding:0 24px}.header-menu-panel{display:none}.menu-toggle{display:inline-flex;justify-self:end;margin-right:0}.brand img{width:160px}.btn-whatsapp{right:24px;bottom:92px;z-index:110;display:inline-flex;opacity:1;visibility:visible;transform:none;animation:none;width:82px;height:82px}.btn-whatsapp.is-visible{opacity:1;visibility:visible;transform:none;animation:none}.btn-whatsapp-avatar{width:74px;height:74px}.btn-whatsapp-badge{top:-2px;right:-2px}.back-to-top{right:28px;bottom:24px;z-index:109}.back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.internal-page-hero{margin-top:var(--section-edge-gap)}.internal-page-hero-bg{height:300px;max-height:378px}.internal-page-content h1{font-size:42px}.products-page-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-page-grid{grid-template-columns:1fr}.contact-page-info h2{font-size:40px}.product-detail-section{padding:64px 0 72px}.product-intro-grid{grid-template-columns:1fr;gap:28px}.product-intro-heading h2{font-size:48px}.product-intro-copy{padding-top:0}.product-intro-copy p{max-width:640px;font-size:18px}.product-detail-grid{grid-template-columns:1fr;gap:32px}.product-detail-page.is-showcase .product-intro-inner{padding:0 0 28px}.product-detail-page.is-showcase .product-intro-grid,.product-detail-page.is-showcase .product-showcase-media-grid,.product-detail-page.is-showcase .product-showcase-content-grid{grid-template-columns:1fr;gap:32px}.product-detail-page.is-showcase .product-detail-visual{position:static}.product-detail-page.is-showcase .product-detail-image-wrap{min-height:420px}.site-footer{margin-top:60px}.footer-cta-section{min-height:380px;margin-bottom:60px;border-radius:var(--section-bg-radius);background:linear-gradient(90deg,#014b2bf0,#014b2bc2 58%,#014b2b70)}.footer-cta-inner{min-height:380px;grid-template-columns:minmax(0,1fr) auto;gap:28px;padding:56px 42px}.footer-cta-inner h2{font-size:32px}.footer-cta-button{justify-self:end}.footer-main-inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 28px;padding:58px 36px 78px}.footer-bottom-inner{min-height:84px;flex-direction:column;justify-content:center;align-items:flex-start;text-align:center;padding:24px 36px 34px}}@media (max-width: 760px){:root{--section-edge-gap: 20px;--mobile-viewport-safe: min(100vw, 412px);--mobile-float-right: max(8px, calc(100vw - 412px) )}.site-header{position:fixed;top:20px;left:7px;right:7px;background:transparent;pointer-events:auto;transition:top .42s cubic-bezier(.22,1,.36,1),left .42s cubic-bezier(.22,1,.36,1),right .42s cubic-bezier(.22,1,.36,1)}.site-header.is-compact{background:transparent}.header-inner,.site-header.is-compact .header-inner{width:calc(100% - 40px);max-width:calc(100% - 40px);margin-left:auto;margin-right:auto;padding:0 10px 0 0;min-height:62px;gap:5px;border-radius:10px;background:#fff;transform:translateZ(0) scale(.985);transform-origin:top center;-webkit-transition:.2s ease-in-out;-moz-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out}.site-header.is-compact .header-inner{box-shadow:0 12px 32px #011f1324;transform:translateZ(0) scale(1);-webkit-transition:.2s ease-in-out;-moz-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out}.header-logo-panel,.site-header.is-compact .header-logo-panel{min-height:62px;padding:0 18px;background:transparent;box-shadow:none;transition:min-height .42s cubic-bezier(.22,1,.36,1),padding .42s cubic-bezier(.22,1,.36,1),background-color .42s cubic-bezier(.22,1,.36,1)}.brand img,.site-header.is-compact .brand img{width:146px;transition:width .42s cubic-bezier(.22,1,.36,1)}.menu-toggle{background:transparent;margin-right:-11px;transition:margin-right .42s cubic-bezier(.22,1,.36,1),transform .42s cubic-bezier(.22,1,.36,1)}.app-shell{padding-top:0}.container{width:min(calc(100% - 40px),var(--container-width))}.product-home-image-wrap{padding:28px 18px;border-radius:18px}.product-home-image{max-width:276px}.product-home-copy{margin-top:14px;min-height:82px;padding:20px 22px;border-radius:10px;gap:14px}.product-home-copy h3{margin-bottom:4px;font-size:18px;line-height:20px}.product-home-copy p{font-size:13px;line-height:18px}.product-home-link{width:42px;height:42px}.internal-page-hero{margin-top:10px}.internal-page-hero-bg{height:190px;max-height:378px;border-radius:12px;background-position:left center}.internal-page-content{height:190px;max-height:378px;align-items:center;justify-content:center}.internal-page-content h1{font-size:30px;line-height:1.1;text-align:center;transform:translateY(30px)}.products-page-section{padding:40px 0 60px}.products-page-grid{grid-template-columns:1fr;gap:24px}.products-page-section .product-home-card-link{min-height:420px}.products-page-section .product-home-image-wrap{height:340px;border-radius:18px}.products-page-section .product-home-image{width:min(88%,275px);height:270px}.products-page-section .product-home-link{top:10px;right:10px;width:48px;height:48px}.products-page-section .product-home-copy{min-height:82px;margin-top:20px;padding:19px 26px 16px;border-radius:14px}.products-page-section .product-home-copy h3{font-size:22px;line-height:24px}.products-page-section .product-home-copy p{font-size:16px;line-height:19px}.contact-page-section{padding:50px 0 60px}.contact-page-grid{grid-template-columns:1fr;gap:28px}.contact-page-eyebrow{margin-bottom:14px;font-size:14px;letter-spacing:3px}.contact-page-info h2{font-size:30px;letter-spacing:-1px}.contact-page-info>p:last-of-type{font-size:16px;line-height:1.55}.contact-form{padding:24px 20px;border-radius:28px}.contact-form-grid{grid-template-columns:1fr;gap:16px}.contact-form-field-full{grid-column:auto}.contact-form-field input,.contact-form-field textarea{padding:14px 16px;border-radius:16px;font-size:15px}.product-detail-section{padding:42px 0 56px}.product-intro-section{padding:44px 0 0}.product-intro-inner{padding-bottom:36px}.product-intro-grid{grid-template-columns:1fr;gap:24px}.product-intro-eyebrow{margin-bottom:16px;font-size:14px;letter-spacing:3px}.product-intro-heading h2{font-size:30px;line-height:1.04}.product-intro-copy{padding-top:0}.product-intro-copy p{font-size:16px;line-height:1.5}.product-detail-inner{min-height:280px}.product-detail-grid{grid-template-columns:1fr;gap:24px}.product-detail-visual{order:-1;position:static;height:auto;min-height:0;max-height:none}.product-detail-text p{font-size:16px;line-height:1.7}.product-detail-benefits{gap:12px}.product-detail-benefits li{padding-left:30px;font-size:15px}.product-detail-name{margin-bottom:20px;padding-bottom:12px;font-size:32px}.product-detail-name small{font-size:19px}.product-detail-name:before{width:72px;height:3px}.product-detail-text h3{margin-bottom:20px;font-size:28px}.product-detail-image-wrap{min-height:260px;padding:0;border-radius:28px}.product-detail-image{max-width:320px}.product-guarantees{width:100%;margin-top:48px}.product-guarantees h2{width:100%;margin-bottom:20px;font-size:26px}.product-guarantees-box{padding:18px;border-radius:18px}.product-guarantees th,.product-guarantees td{padding:15px 16px;font-size:14px}.product-detail-back-wrap{margin-top:30px}.product-detail-back-link{min-height:44px;padding:0 18px;font-size:14px}.product-detail-page.is-showcase .product-intro-section{padding:40px 0 22px}.product-detail-page.is-showcase .product-intro-inner{width:calc(100vw - 40px);padding:0 0 18px;border-radius:0}.product-detail-page.is-showcase .product-intro-grid{gap:20px}.product-detail-page.is-showcase .product-intro-eyebrow{margin-bottom:16px;font-size:14px;letter-spacing:3px}.product-detail-page.is-showcase .product-intro-heading h2{max-width:100%;font-size:30px;line-height:32px;letter-spacing:-.8px}.product-detail-page.is-showcase .product-detail-section{padding-top:18px;padding-bottom:20px}.product-detail-page.is-showcase .product-showcase-content-grid{order:1;grid-template-columns:1fr;gap:20px;margin-top:0}.product-detail-page.is-showcase .product-showcase-media-grid{display:contents;grid-template-columns:1fr;gap:20px}.product-detail-page.is-showcase .product-detail-visual{order:1;margin-bottom:20px}.product-detail-page.is-showcase .product-showcase-content-grid{order:2}.product-detail-page.is-showcase .product-guarantees{order:3}.product-detail-page.is-showcase .product-detail-image-wrap{min-height:300px;padding:28px 18px;border-radius:18px}.product-detail-page.is-showcase .product-detail-image{max-width:320px}.product-detail-page.is-showcase .product-detail-text{gap:14px}.product-detail-page.is-showcase .product-detail-text>p{padding:24px 22px;border-radius:18px;font-size:16px;line-height:1.58}.product-detail-page.is-showcase .product-detail-content-section{padding:26px 22px;border-radius:18px}.product-detail-page.is-showcase .product-detail-content-section h3{font-size:24px;line-height:27px}.product-detail-page.is-showcase .product-guarantees{margin-top:20px;padding:26px 18px;border-radius:18px}.product-detail-page.is-showcase .product-guarantees h2{font-size:28px;line-height:30px}.product-detail-page.is-showcase .product-detail-back-wrap{order:4;margin-top:20px}.product-detail-page+.site-footer{margin-top:22px}.site-footer{margin-top:52px}.footer-cta-section{min-height:520px;margin-bottom:52px;border-radius:var(--section-bg-radius);background:linear-gradient(180deg,#014b2beb,#014b2bbd 52%,#014b2b70)}.footer-cta-inner{min-height:520px;grid-template-columns:1fr;align-content:start;gap:32px;padding:52px 24px 46px}.footer-cta-inner p{margin-top:24px;font-size:16px;line-height:1.42}.footer-cta-button{justify-self:start}.footer-main-inner{grid-template-columns:1fr;gap:30px;padding:42px 24px 64px}.footer-brand img{width:170px}.footer-links{gap:12px}.footer-whatsapp span{font-size:22px}.footer-bottom-inner{min-height:auto;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;padding:24px 24px 34px}.btn-whatsapp{right:var(--mobile-float-right)!important;bottom:100px;z-index:110;display:inline-flex;width:76px;height:76px}.btn-whatsapp.is-visible{opacity:1;visibility:visible;transform:none;animation:none}.btn-whatsapp-avatar{width:68px;height:68px}.btn-whatsapp-badge{top:-2px;right:-2px;width:28px;height:28px}.btn-whatsapp-icon{width:15px;height:15px}.btn-whatsapp-tooltip{display:none}.back-to-top{right:var(--mobile-float-right);bottom:18px;z-index:109}.back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}}:root{--tf-green: #048622;--tf-green-dark: #025c3d;--tf-ink: #121213;--tf-lime: #89ff00;--tf-soft: #f8f8f8;--cta-padding-x: 28px;--cta-gap: 10px}.button-primary{min-height:54px;border-radius:30px;background:var(--tf-lime);color:#003120;font-size:16px;font-weight:500;box-shadow:none}.button-primary:hover{background:#9aff22;color:#003120}.button-primary svg{color:currentColor}.site-header{top:78px}.site-header.is-compact{top:22px}.header-inner,.site-header.is-compact .header-inner{min-height:54px;width:min(calc(100% - 48px),1320px);grid-template-columns:194px 1fr;gap:290px}.site-header.is-compact .header-inner{min-height:104px;padding:12px 30px;border-radius:14px;background:#0a572e;box-shadow:0 18px 40px #0031202e}.header-logo-panel,.site-header.is-compact .header-logo-panel{min-height:54px;padding:0;background:transparent;border-radius:0;box-shadow:none;overflow:visible}.brand img,.site-header.is-compact .brand img{width:194px}.header-menu-panel,.site-header.is-compact .header-menu-panel{min-height:54px;grid-template-columns:1fr auto;gap:18px;padding:0;background:transparent;box-shadow:none;overflow:visible}.desktop-nav{min-height:54px;justify-self:end;display:flex;align-items:center;gap:0;padding:0;border:1px solid rgba(255,255,255,.7);border-radius:60px;background:#ffffff1a;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px)}.site-header.is-compact .desktop-nav{border-color:transparent;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.desktop-nav-item{position:relative}.nav-link{min-height:52px;padding:0 25px;white-space:nowrap;color:#fff;font-size:15px;font-weight:500;letter-spacing:0}.nav-link:hover,.nav-link.active{color:var(--tf-lime)}.header-cta{min-width:0;justify-content:center;white-space:nowrap}.home-page{background:#fff}.home-hero{position:relative;width:calc(100% - 48px);min-height:816px;margin:18px auto 0;border-radius:25px;overflow:hidden}.home-hero-media,.home-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.home-hero-media{top:-12%;right:0;bottom:-12%;left:0;background:url(/images/bg-hero.webp) center 0 / cover no-repeat;transform:scale(1.02);will-change:transform}.home-hero-overlay{background:linear-gradient(90deg,#003120db,#0031209e 35%,#0031201f 75%),linear-gradient(180deg,#0031202e,#00312000 45%)}.home-hero-inner{position:relative;z-index:2;min-height:816px;display:flex;align-items:center;justify-content:space-between;padding-top:96px}.home-hero-copy{width:min(560px,48vw)}.home-hero-copy h1{margin:0;color:var(--tf-lime);font-size:56px;line-height:1;font-weight:600;letter-spacing:-1.5px}.home-hero-copy p{width:min(435px,100%);margin:26px 0 0;color:#fff;font-size:18px;line-height:24px;font-weight:400}.home-hero .hero-actions{margin-top:70px}.home-hero-origin{display:flex;align-items:center;align-self:flex-end;gap:0;margin-bottom:50px;color:#fff;font-size:18px;line-height:22px;font-weight:400}.home-hero-origin span{width:140px}.home-hero-origin img{width:88px;height:88px;border-radius:50%}.home-intro-section{padding:92px 0 0}.home-intro-grid{display:grid;grid-template-columns:606px minmax(0,1fr);gap:50px;align-items:start}.home-intro-gallery{display:grid;grid-template-columns:326px 250px;grid-template-rows:260px 260px;gap:36px 30px}.home-intro-image-frame{margin:0;border-radius:25px;overflow:hidden}.home-intro-image{width:100%;height:100%;object-fit:cover;transition:transform .76s cubic-bezier(.16,1,.3,1)}.home-intro-image-frame:hover .home-intro-image{transform:scale(1.08)}.home-intro-image-tall{grid-row:1}.home-intro-image-small{grid-column:2}.home-intro-image-wide{grid-column:1 / -1;grid-row:2}.home-intro-copy{padding-top:30px}.home-intro-copy h2,.home-cultures-feature h2,.home-about-title h2{margin:0;width:min(522px,100%);color:var(--tf-green);font-size:32px;line-height:34px;font-weight:600;letter-spacing:-1px}.home-intro-copy>p{width:min(442px,100%);margin:16px 0 40px;color:var(--tf-ink);font-size:16px;line-height:24px;font-weight:400}.home-benefits{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:56px;padding-top:36px;border-top:1px solid rgba(0,0,0,.14)}.home-benefit-card img{width:88px;height:56px;object-fit:contain;object-position:left center}.home-benefit-card h3{margin:18px 0 10px;color:var(--tf-ink);font-size:20px;line-height:1.15;font-weight:600;letter-spacing:-.4px}.home-benefit-card p{margin:0;color:var(--tf-ink);font-size:16px;line-height:24px;font-weight:400}.home-products-section{padding:70px 0 0}.home-section-heading{display:grid;grid-template-columns:auto 1fr 315px;gap:28px;align-items:center}.home-section-heading h2{margin:0;color:var(--tf-green);font-size:32px;line-height:1;font-weight:700;letter-spacing:.64px;text-transform:uppercase}.home-section-heading span{height:1px;background:#00000024}.home-section-heading p{margin:0;color:var(--tf-ink);font-size:16px;line-height:24px;font-weight:400}.home-products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:30px;row-gap:20px;margin-top:70px}.home-product-card a{position:relative;display:grid;min-height:492px;grid-template-rows:370px 102px;color:inherit;transition:transform .36s cubic-bezier(.16,1,.3,1)}.home-product-card figure{display:grid;place-items:center;margin:0 0 20px;border:1px solid rgba(0,0,0,.08);border-radius:25px;background:var(--tf-soft);overflow:hidden;transition:border-color .36s cubic-bezier(.16,1,.3,1),background-color .36s cubic-bezier(.16,1,.3,1),box-shadow .36s cubic-bezier(.16,1,.3,1)}.home-product-card figure img{width:min(86%,320px);height:318px;object-fit:contain;transition:transform .76s cubic-bezier(.16,1,.3,1)}.home-product-copy{min-height:102px;padding:24px 30px 20px;border:1px solid rgba(0,0,0,.07);border-radius:15px;background:var(--tf-soft);transition:background-color .36s cubic-bezier(.16,1,.3,1),border-color .36s cubic-bezier(.16,1,.3,1),color .36s cubic-bezier(.16,1,.3,1)}.home-product-card h3{margin:0;color:#048622;font-size:22px;line-height:26px;font-weight:600;transition:color .36s cubic-bezier(.16,1,.3,1)}.home-product-card p{margin:2px 0 0;color:var(--tf-ink);font-size:16px;font-weight:400;transition:color .36s cubic-bezier(.16,1,.3,1)}.home-product-action{position:absolute;top:18px;right:18px;z-index:1;display:grid;width:44px;height:44px;place-items:center;border-radius:50%;background:#288938;color:#fff;transition:background-color .36s cubic-bezier(.16,1,.3,1),color .36s cubic-bezier(.16,1,.3,1),transform .36s cubic-bezier(.16,1,.3,1)}.home-product-action svg{width:20px;height:20px;transition:transform .36s cubic-bezier(.16,1,.3,1)}.home-product-action .button-arrow-stack,.home-product-action .button-arrow-icon{width:20px;height:20px}.home-product-card a:hover figure img{transform:scale(1.08)}.home-product-card a:hover figure{box-shadow:0 22px 42px #046c1c29}.home-product-card a:hover .home-product-copy{background:#046c1c;border-color:#046c1c}.home-product-card a:hover h3{color:var(--tf-lime)}.home-product-card a:hover p{color:#fff}.home-product-card a:hover .home-product-action{background:var(--tf-lime);color:#003120;transform:rotate(0)}.home-product-card a:hover .home-product-action .button-arrow-icon.is-primary{transform:translate(120%,-120%);opacity:0}.home-product-card a:hover .home-product-action .button-arrow-icon.is-duplicate{transform:translate(0);opacity:1}.home-cultures-section{padding:70px 0 0}.home-cultures-grid{display:grid;grid-template-columns:326px 326px 255px 326px;grid-template-rows:292px 262px;gap:30px}.home-cultures-grid figure,.home-cultures-grid article{margin:0;border-radius:25px}.home-cultures-image-frame{overflow:hidden}.home-cultures-image-frame img{width:100%;height:100%;object-fit:cover;transition:transform .76s cubic-bezier(.16,1,.3,1)}.home-cultures-image-frame:hover img{transform:scale(1.08)}.home-cultures-tall{grid-row:1 / span 2;width:326px;height:584px}.home-cultures-feature{grid-column:2 / span 2;padding:94px 28px 30px;background:var(--tf-soft)}.home-cultures-feature p{max-width:488px;margin:18px 0 0;color:var(--tf-ink);font-size:16px;line-height:24px;font-weight:400}.home-cultures-photo{width:326px;height:292px}.home-cultures-card{padding:78px 28px 28px;background:var(--tf-soft)}.home-cultures-card h3{margin:0;color:var(--tf-green);font-size:22px;line-height:24px;font-weight:600;letter-spacing:-.44px}.home-cultures-card p{margin:14px 0 0;color:var(--tf-ink);font-size:16px;line-height:24px;font-weight:400}.home-cultures-product{width:255px;height:262px}.home-cultures-card-dark{background:var(--tf-green-dark)}.home-cultures-card-dark h3{color:var(--tf-lime)}.home-cultures-card-dark p{color:#fff}.home-about-section{padding:80px 0 86px}.home-about-grid{display:grid;grid-template-columns:1.25fr 246px 246px;column-gap:30px;row-gap:60px}.home-about-title{grid-column:1}.home-about-title p{margin:0 0 18px;color:var(--tf-ink);font-size:18px;line-height:1.2;font-weight:700;letter-spacing:3.6px;text-transform:uppercase}.home-about-title h2{max-width:760px;font-size:46px;line-height:46px;letter-spacing:-1.16px}.home-about-title h2 span{display:block}.home-about-lead{grid-column:2 / span 2;align-self:end;max-width:458px;margin:0 0 4px auto;color:var(--tf-ink);font-size:16px;line-height:24px;font-weight:400}.home-about-text{height:414px;min-height:0;padding:178px 43px 42px;border-radius:25px;background:var(--tf-soft)}.home-about-text p{margin:10px 0 22px;max-width:570px;color:var(--tf-ink);font-size:16px;line-height:24px;font-weight:400}.home-about-image-card{position:relative;min-height:414px;margin-top:0;border-radius:25px;overflow:hidden;background:var(--tf-soft)}.home-about-image-card img{width:100%;height:100%;object-fit:cover;transition:transform .76s cubic-bezier(.16,1,.3,1)}.home-about-image-card:hover img{transform:scale(1.08)}.home-about-image-card:after{content:"";position:absolute;inset:auto 0 0;height:152px;background:linear-gradient(180deg,#0000,#000)}.home-about-image-card span{position:absolute;left:22px;right:18px;bottom:28px;z-index:1;color:#fff;font-size:20px;line-height:1.1;font-weight:600;letter-spacing:-.4px}.about-page-profile-section{padding:80px 0 86px}.about-page-profile-heading-grid{margin-bottom:60px}.about-page-profile-content-grid{display:grid;grid-template-columns:1.25fr 246px 246px;column-gap:30px;align-items:start}.about-page-profile-divider{grid-column:1 / -1;width:100%;height:1px;margin:0;border:0;background:#12121329}.about-page-profile-text{min-height:0;padding:0;border-radius:0;background:transparent}.about-page-profile-text p{max-width:650px;margin:0;color:var(--tf-ink);font-size:16px;line-height:24px;font-weight:400}.about-page-profile-text p+p{margin-top:22px}.about-page-profile-image-card{position:relative;height:414px;min-height:414px;margin-top:0;border-radius:25px;overflow:hidden;background:var(--tf-soft)}.about-page-profile-image-card img{width:100%;height:100%;object-fit:cover;transition:transform .76s cubic-bezier(.16,1,.3,1)}.about-page-profile-image-card:hover img{transform:scale(1.08)}.about-page-profile-image-card:after{content:"";position:absolute;inset:auto 0 0;height:152px;background:linear-gradient(180deg,#0000,#000)}.about-page-profile-image-card span{position:absolute;left:22px;right:18px;bottom:28px;z-index:1;color:#fff;font-size:20px;line-height:1.1;font-weight:600;letter-spacing:-.4px}.about-principles-section{padding:0 0 90px}.about-page-cultures-section{padding-top:0;padding-bottom:96px}.about-principles-layout{display:grid;grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr);gap:30px;align-items:stretch}.about-principles-left{display:grid;gap:30px}.about-principles-card{min-height:280px;padding:54px 48px 46px;border-radius:25px;background:var(--tf-soft)}.about-principles-card p,.about-values-heading p{margin:0 0 20px;color:var(--tf-ink);font-size:16px;line-height:1.2;font-weight:700;letter-spacing:3.6px;text-transform:uppercase}.about-principles-card h2,.about-values-heading h2{margin:0;width:380px;color:var(--tf-green);font-size:30px;line-height:32px;font-weight:600;letter-spacing:-1px}.about-principles-card span{display:block;max-width:520px;margin-top:28px;color:var(--tf-ink);font-size:16px;line-height:24px;font-weight:400}.about-values-panel{min-height:590px;padding:54px 56px 48px;border-radius:25px;background:linear-gradient(180deg,#288938,#0d5c40)}.about-values-heading p{color:var(--tf-lime)}.about-values-heading h2{width:auto;color:#fff;font-size:26px;font-weight:500;letter-spacing:0}.about-values-list{margin-top:44px}.about-values-item{border-top:1px solid rgba(255,255,255,.34)}.about-values-item:last-child{border-bottom:1px solid rgba(255,255,255,.34)}.about-values-trigger{width:100%;min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0;border:0;background:transparent;color:var(--tf-lime);font:inherit;text-align:left;cursor:pointer}.about-values-trigger span:first-child{font-size:26px;line-height:1.05;font-weight:600;letter-spacing:-.2px}.about-values-icon{position:relative;width:32px;height:32px;flex:0 0 32px;border:1px solid currentColor;border-radius:50%}.about-values-icon:before,.about-values-icon:after{content:"";position:absolute;top:50%;left:50%;width:12px;height:1px;border-radius:999px;background:currentColor;transform:translate(-50%,-50%);transition:transform var(--transition)}.about-values-icon:after{transform:translate(-50%,-50%) rotate(90deg)}.about-values-item.is-open .about-values-icon:after{transform:translate(-50%,-50%) rotate(0)}.about-values-content{display:grid;grid-template-rows:0fr;transition:grid-template-rows var(--transition)}.about-values-content p{min-height:0;overflow:hidden;margin:0;max-width:560px;color:#fff;font-size:16px;line-height:24px;font-weight:400}.about-values-item.is-open .about-values-content{grid-template-rows:1fr}.about-values-item.is-open .about-values-content p{padding:0 76px 30px 0}.site-footer{margin-top:0}.footer-cta-section{width:min(calc(100% - 48px),var(--container-width));min-height:auto;margin:0 auto 76px;border-radius:25px;background:linear-gradient(180deg,#288938,#0d5c40)}.footer-cta-inner{min-height:auto;grid-template-columns:393px minmax(0,1fr) 244px 30px 280px;align-items:center;gap:0;padding:50px 40px 70px}.footer-cta-copy,.footer-cta-inner .footer-cta-text,.footer-cta-button{align-self:center}.footer-cta-inner .footer-cta-eyebrow{margin-bottom:12px;color:var(--tf-lime);font-size:16px;line-height:20px;font-weight:600;letter-spacing:4px;text-transform:uppercase}.footer-cta-inner h2{color:#fff;font-size:32px;line-height:34px;font-weight:600;letter-spacing:-.8px}.footer-cta-inner .footer-cta-text{grid-column:3;margin-top:30px;max-width:244px;color:#fff;font-size:16px;line-height:22px;font-weight:400}.footer-cta-button{grid-column:5;margin-top:30px;width:auto;justify-content:center;margin-left:0;white-space:nowrap}.footer-main{width:min(calc(100% - 48px),var(--container-width));margin:0 auto 74px;border-radius:0;background:#fff}.footer-main-inner{grid-template-columns:187px 127px 210px 300px 210px;gap:54px;padding:0}.footer-brand img{width:187px}.footer-column h3,.footer-contact h4{color:#288938}.footer-links{gap:0;padding-top:34px}.footer-links a,.footer-contact a{min-height:28px;color:var(--tf-ink);font-size:14px;line-height:28px;font-weight:400;letter-spacing:0}.footer-contact{gap:24px}.footer-contact h4{margin-bottom:8px;font-size:14px;letter-spacing:-.28px}.footer-whatsapp span{color:var(--tf-ink);font-size:20px}.footer-email span,.footer-location span{color:var(--tf-ink)}.footer-whatsapp svg,.footer-email svg,.footer-location svg,.footer-links a svg{color:#288938}.footer-bottom{width:calc(100% - 48px);border-radius:10px 10px 0 0;background:linear-gradient(180deg,#093b21,#094b29)}.footer-bottom-inner{min-height:105px;color:#fff}.footer-bottom-inner p,.footer-bottom-inner a{color:#fff;font-size:14px;font-weight:500}@media (max-width: 1100px){.site-header,.site-header.is-compact{top:26px;left:0;right:0}.header-inner,.site-header.is-compact .header-inner{width:calc(100% - 60px);min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 12px 0 16px;border-radius:999px;background:#003120e6;box-shadow:0 12px 34px #0031202e;transform:none;backdrop-filter:none;-webkit-backdrop-filter:none}.header-logo-panel,.site-header.is-compact .header-logo-panel{min-height:64px;padding:0;flex:0 1 auto}.brand img,.site-header.is-compact .brand img{width:152px}.site-header .header-inner>.header-menu-panel,.site-header.is-compact .header-inner>.header-menu-panel{display:none!important}.site-header .header-inner>.menu-toggle,.site-header.is-compact .header-inner>.menu-toggle{position:fixed;top:36px;right:26px;z-index:40;display:inline-flex!important;flex:0 0 144px;width:44px;height:44px;margin:0;flex-direction:column;align-items:flex-end;justify-content:center;gap:5px;padding:0 9px}.menu-toggle span{display:none}.menu-toggle:before,.menu-toggle:after,.menu-toggle span:nth-child(2){content:"";display:block!important;height:4px!important;border-radius:999px!important;background:#003120!important;transition:transform var(--transition),opacity var(--transition),width var(--transition)}.menu-toggle:before{width:23px!important}.menu-toggle span:nth-child(2){width:30px!important}.menu-toggle:after{width:16px!important}}@media (max-width: 760px){.site-header,.site-header.is-compact{top:26px;left:0;right:0}.header-inner,.site-header.is-compact .header-inner{width:calc(100% - 60px);min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 12px 0 16px;border-radius:12px;background:#003120e6;box-shadow:0 12px 34px #0031202e;transform:none;backdrop-filter:none;-webkit-backdrop-filter:none}.header-logo-panel,.site-header.is-compact .header-logo-panel{min-height:64px;padding:0;flex:0 1 auto}.brand img,.site-header.is-compact .brand img{width:152px}.site-header .header-inner>.header-menu-panel,.site-header.is-compact .header-inner>.header-menu-panel{display:none!important}.site-header .header-inner>.menu-toggle,.site-header.is-compact .header-inner>.menu-toggle{position:fixed;top:40px;right:40px;z-index:40;display:inline-flex!important;flex:0 0 36px;width:36px;height:36px;margin:0;border-radius:50%;flex-direction:column;align-items:flex-end;justify-content:center;gap:4px;padding:0 9px}.menu-toggle span{display:none}.menu-toggle:before,.menu-toggle:after,.menu-toggle span:nth-child(2){content:"";display:block!important;height:2px!important;border-radius:999px!important;background:#fff!important;transition:transform var(--transition),opacity var(--transition),width var(--transition)}.menu-toggle:before{width:14px!important}.menu-toggle span:nth-child(2){width:20px!important}.menu-toggle:after{width:12px!important}.menu-toggle.is-open:before{width:32px;transform:translateY(11px) rotate(45deg)}.menu-toggle.is-open span:nth-child(2){opacity:0}.menu-toggle.is-open:after{width:32px;transform:translateY(-11px) rotate(-45deg)}.home-hero{width:calc(100% - 40px);min-height:560px;margin-top:10px;border-radius:12px}.home-hero-media{top:-8%;right:-74%;bottom:-8%;left:-24%;background-position:64% top;transform:scale(1.01)}.home-hero-overlay{background:linear-gradient(180deg,#003120a8,#0031205c 32%,#003120e0),linear-gradient(90deg,#003120eb,#0031209e 48%,#0031202e)}.home-hero-inner{width:calc(100% - 40px);min-height:560px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:140px 0 84px}.home-hero-copy{width:100%}.home-hero-copy h1{max-width:auto;font-size:30px;line-height:1;letter-spacing:-1px}.home-hero-copy p{max-width:315px;margin-top:20px;font-size:16px;line-height:22px}.home-hero .hero-actions{margin-top:34px}.home-hero .button-primary{min-height:50px;font-size:14px}.home-hero-origin{display:none}.home-intro-section{padding:58px 0 0}.home-intro-grid{width:calc(100vw - 40px);max-width:none;margin:0 auto;grid-template-columns:1fr;gap:34px}.home-intro-gallery{width:100%;max-width:100%;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-rows:180px 174px;gap:14px}.home-intro-image-frame{border-radius:18px}.home-intro-image{min-width:0}.home-intro-image-tall,.home-intro-image-small{grid-row:1}.home-intro-image-tall{grid-column:1}.home-intro-image-small{grid-column:2}.home-intro-image-wide{grid-column:1 / -1;grid-row:2}.home-intro-copy{padding-top:0}.home-intro-copy h2{max-width:auto;font-size:28px;line-height:30px;letter-spacing:-.7px}.home-intro-copy>p{max-width:330px;margin:16px 0 30px;font-size:15px;line-height:21px}.home-benefits{grid-template-columns:1fr;gap:28px;padding-top:30px}.home-benefit-card img{width:64px;height:48px}.home-benefit-card h3{margin-top:14px;font-size:19px}.home-benefit-card p{max-width:none;font-size:15px;line-height:21px}.home-products-section{padding-top:42px}.home-section-heading{width:calc(100vw - 40px);grid-template-columns:1fr;gap:16px;margin:0 auto}.home-section-heading h2{font-size:28px}.home-section-heading span{display:none}.home-section-heading p{max-width:auto}.home-products-grid{width:calc(100vw - 40px);grid-template-columns:1fr;gap:22px;margin:34px auto 0}.home-product-card a{min-height:420px;grid-template-rows:360px 82px}.home-product-card figure{border-radius:18px;margin-bottom:20px}.home-product-card figure img{width:min(88%,275px);height:270px}.home-product-action{top:10px;right:10px;width:48px;height:48px}.home-product-action svg{width:16px;height:16px}.home-product-copy{min-height:82px;padding:19px 26px 16px;border-radius:14px}.home-product-card h3{font-size:22px;line-height:24px}.home-product-card p{margin-top:2px;font-size:16px;line-height:19px}.home-cultures-section{padding:40px 0 0}.home-cultures-grid{width:calc(100vw - 40px);grid-template-columns:1fr;grid-template-rows:none;gap:16px;margin:0 auto}.home-cultures-grid figure,.home-cultures-grid article{grid-column:1;grid-row:auto;width:100%;height:auto;border-radius:18px}.home-cultures-feature{order:1;padding:34px 24px 30px}.home-cultures-feature h2{max-width:340px;font-size:30px;line-height:32px;letter-spacing:-.7px}.home-cultures-feature p{max-width:340px;margin-top:16px;font-size:15px;line-height:21px}.home-cultures-tall{order:2;width:min(100%,326px);height:auto;aspect-ratio:326 / 584;justify-self:center}.home-cultures-tall,.home-cultures-product{background:var(--tf-soft)}.home-cultures-tall img,.home-cultures-product img{display:block;width:100%;height:auto;object-fit:initial;object-position:initial;transform:none}.home-cultures-tall:hover img,.home-cultures-product:hover img{transform:none}.home-cultures-photo{display:none}.home-cultures-card{order:3;padding:34px 24px 30px}.home-cultures-product{order:4;width:min(100%,254px);height:auto;aspect-ratio:254 / 262;justify-self:center}.home-cultures-card-dark{order:5}.home-cultures-card h3{max-width:280px;font-size:23px;line-height:25px;letter-spacing:-.4px}.home-cultures-card p{max-width:none;margin-top:14px;font-size:15px;line-height:21px}.home-about-section{padding:48px 0 70px}.home-about-grid{width:calc(100vw - 40px);grid-template-columns:1fr;gap:10px;margin:0 auto}.home-about-title,.home-about-lead,.home-about-text,.home-about-image-card{grid-column:1}.home-about-title p{margin-bottom:18px;font-size:16px;letter-spacing:4px}.home-about-title h2{max-width:auto;font-size:32px;line-height:34px;letter-spacing:-.8px}.home-about-text{height:auto;min-height:auto;margin-top:30px;padding:34px 28px 30px;border-radius:18px}.home-about-image-card-dna{display:none}.home-about-image-card-partner{width:100%;min-height:0;aspect-ratio:441 / 742;margin-top:15px}.home-about-image-card-partner img{height:100%;object-fit:cover;object-position:center center}.about-page-profile-section{padding:48px 0 70px}.about-page-profile-heading-grid{margin-bottom:0}.about-page-profile-content-grid{width:calc(100vw - 40px);grid-template-columns:1fr;gap:10px;margin:0 auto}.about-page-profile-text,.about-page-profile-image-card{grid-column:1}.about-page-profile-divider{grid-column:1;margin:18px 0 20px}.about-page-profile-text{min-height:auto;margin-top:0;padding:0;border-radius:0}.about-page-profile-image-card{height:auto;min-height:414px;border-radius:18px}.about-page-profile-image-card-dna{display:none}.about-page-profile-image-card-partner{width:100%;min-height:0;aspect-ratio:441 / 742;margin-top:15px}.about-page-profile-image-card-partner img{height:100%;object-fit:cover;object-position:center center}.about-principles-section{padding:0 0 58px}.about-page-cultures-section{padding:0 0 70px}.about-principles-layout{width:calc(100vw - 40px);grid-template-columns:1fr;gap:20px;margin:0 auto}.about-principles-left{gap:16px}.about-principles-card{min-height:auto;padding:50px 24px;border-radius:18px}.about-principles-card p,.about-values-heading p{margin-bottom:16px;font-size:14px;letter-spacing:3px}.about-principles-card h2,.about-values-heading h2{width:auto;max-width:100%;font-size:28px;line-height:30px;letter-spacing:-.7px;overflow-wrap:break-word}.about-principles-card span{margin-top:18px;font-size:15px;line-height:22px}.about-values-panel{min-height:auto;padding:50px 24px;border-radius:18px}.about-values-list{margin-top:28px}.about-values-trigger{min-height:70px;gap:16px}.about-values-trigger span:first-child{font-size:24px;line-height:27px;letter-spacing:-.5px}.about-values-icon{width:36px;height:36px;flex-basis:36px}.about-values-item.is-open .about-values-content p{padding:0 0 24px}.footer-cta-section,.footer-main,.footer-bottom{width:calc(100% - 40px)}.footer-cta-section{min-height:auto;margin-bottom:52px;border-radius:18px}.footer-cta-inner{width:100%;min-height:auto;grid-template-columns:1fr;gap:18px;padding:38px 24px 64px}.footer-cta-copy,.footer-cta-inner .footer-cta-text,.footer-cta-button{grid-column:1}.footer-cta-inner h2{font-size:28px;line-height:31px}.footer-cta-inner .footer-cta-text{max-width:100%;margin:0}.footer-cta-button{width:fit-content;min-width:0;justify-self:center;padding-right:28px;padding-left:28px;white-space:nowrap}.footer-main-inner{width:100%;grid-template-columns:1fr;gap:30px;padding:0}.footer-bottom-inner{width:100%;min-height:auto;flex-direction:column;align-items:flex-start;gap:8px;padding:24px 24px 34px}}
