@font-face{font-family:Helvetica;src:url(/assets/Helvetica-xuuLqRyt.ttc) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Helvetica;src:url(/assets/Helvetica-xuuLqRyt.ttc) format("truetype");font-weight:700;font-style:normal;font-synthesis:weight}@font-face{font-family:Helvetica;src:url(/assets/Helvetica-xuuLqRyt.ttc) format("truetype");font-weight:900;font-style:normal;font-synthesis:weight}:root{font-family:Helvetica,Helvetica Neue,Arial,sans-serif;line-height:1.6;font-weight:400;--primary-green: #2c5f2d;--light-green: #97be5a;--dark-green: #1a3a1b;--text-dark: #333;--text-light: #555;--bg-light: #f8f9fa;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;color:var(--text-dark);background-color:#fff;font-family:Helvetica,Helvetica Neue,Arial,sans-serif}#root{width:100%}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700;font-family:Helvetica,Helvetica Neue,Arial,sans-serif}.app{width:100%;overflow-x:hidden;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:Helvetica,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.container{padding:0 1.5rem}}@media(max-width:576px){.container{padding:0 1rem}}img{max-width:100%;height:auto}:root{--brand: #2c5f2d;--accent: #a4c639;--text: #333}.header{background-color:#fff;box-shadow:0 2px 10px #0000000f;position:fixed;top:0;left:0;right:0;z-index:1000;transition:box-shadow .3s ease,background-color .3s ease}.header.scrolled{box-shadow:0 4px 20px #0000001f;background-color:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.container{max-width:1600px;margin:0 auto;padding:0 60px}.nav-centered{display:flex;justify-content:space-between;align-items:center;min-height:100px;position:relative;transition:min-height .3s ease}.header.scrolled .nav-centered{min-height:70px}.brand{margin-right:auto;display:flex;align-items:center;flex-shrink:0}.brand img{height:70px;width:auto;display:block;transition:height .3s ease;object-fit:contain;max-width:100%}.header.scrolled .brand img{height:50px}.nav-menu{display:flex;list-style:none;gap:2.5rem;padding:0;margin:0;align-items:center}.nav-menu li{display:flex;align-items:center}.nav-menu a{text-decoration:none;color:var(--text);font-weight:500;font-size:1.05rem;letter-spacing:.3px;padding:12px 6px;border-bottom:2px solid transparent;transition:color .2s ease,border-color .2s ease;white-space:nowrap}.nav-menu a:hover{color:var(--brand)}.nav-menu a.active{color:var(--accent);border-color:transparent;font-weight:600}.has-dropdown .caret{font-size:.8rem;color:var(--text)}.btn-contact{color:var(--text)!important;background:transparent!important;padding:10px 4px!important;border-radius:0!important;border:none;font-weight:500!important}.btn-contact:hover{color:var(--brand)!important;background:transparent!important}.btn-contact.active{color:var(--accent)!important;font-weight:600!important}.nav-toggle{display:none;position:absolute;right:14px;top:50%;transform:translateY(-50%);width:36px;height:28px;padding:0;border:none;background:transparent;cursor:pointer}.nav-toggle span{display:block;height:3px;background:var(--text);margin:6px 0;border-radius:2px;transition:transform .2s ease,opacity .2s ease}.nav-toggle.open span:nth-child(1){transform:translateY(9px) rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.mobile-menu{display:none}.mobile-menu.show{display:grid;gap:.5rem;padding:12px 20px 16px;border-top:1px solid rgba(0,0,0,.06)}.mobile-menu a{text-decoration:none;color:var(--text);font-weight:600;padding:8px 0}.mobile-menu a.active{color:var(--brand)}.mobile-menu .btn-contact{width:fit-content;margin-top:4px}.mobile-menu .btn-contact.active{color:var(--accent)!important}@media(max-width:980px){.nav-menu{display:none}.nav-toggle{display:block}.nav-centered{min-height:80px}.brand img{height:55px}.header.scrolled .brand img{height:50px}.container{padding:0 20px}}@media(max-width:576px){.nav-centered{min-height:70px}.brand{min-width:140px}.brand img{height:50px;min-height:50px}.header.scrolled .brand img{height:45px;min-height:45px}.mobile-menu a{font-size:.95rem}.container{padding:0 16px}}.hero{position:relative;height:100vh;width:100%;overflow:hidden;margin-top:70px}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;transition:opacity 1s ease-in-out}.hero-slide.active{opacity:1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d}.hero-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 5%;height:100%;display:flex;flex-direction:column;justify-content:center;color:#fff;text-align:left}.hero-subtitle{font-size:clamp(.875rem,2vw,1.5rem);font-weight:300;margin-bottom:1rem;text-transform:uppercase;letter-spacing:2px;max-width:40%;text-align:right}.hero-title{font-size:clamp(2rem,5vw,4rem);font-weight:700;margin-bottom:1.5rem;line-height:1.2;max-width:40%;word-wrap:break-word;text-align:right}.hero-description{font-size:clamp(1rem,2vw,1.5rem);font-weight:300;max-width:40%;line-height:1.6;text-align:right;margin-bottom:2rem}.hero-button{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:10;background-color:transparent;border:2px solid white;color:#fff;padding:1rem 2rem;font-size:.875rem;font-weight:500;letter-spacing:1.5px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;border-radius:30px;margin-left:-280px;text-decoration:none;display:inline-block}.hero-button:hover{background-color:#fff;color:#2c5f2d;text-decoration:none}.hero-dots{position:absolute;bottom:6rem;left:50%;transform:translate(-50%);z-index:10;display:flex;gap:1rem}.dot{width:12px;height:12px;border-radius:50%;border:2px solid white;background:transparent;cursor:pointer;transition:all .3s ease}.dot.active{background:#fff}.hero-brand-logo{position:absolute;bottom:2rem;left:5%;z-index:10}.hero-brand-logo img{height:80px;width:auto;filter:brightness(0) invert(1)}.hero-certification-logos{position:absolute;bottom:2rem;right:5%;z-index:10;display:flex;gap:2rem;align-items:center}.cert-logo{height:60px;width:auto;object-fit:contain;filter:brightness(0) invert(1)}@media(max-width:1024px){.hero{height:80vh}.hero-content{padding-top:6rem}.hero-title{font-size:clamp(2rem,6vw,3.5rem)}.hero-button{margin-left:-200px;font-size:.8rem;padding:.875rem 1.75rem}.hero-brand-logo img{height:70px}.cert-logo{height:50px}}@media(max-width:768px){.hero{margin-top:100px;height:70vh}.hero-content{padding:8rem 1.5rem 2rem;justify-content:flex-start}.hero-text-container{background:#0009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem 1.5rem;border-radius:12px}.hero-subtitle,.hero-title,.hero-description{max-width:100%;text-align:left}.hero-title{font-size:clamp(2rem,8vw,3rem);margin-bottom:1rem}.hero-description{font-size:1rem;margin-bottom:1.5rem}.hero-button{bottom:1.5rem;left:50%;transform:translate(-50%);margin-left:0;padding:.75rem 1.25rem;font-size:.65rem;letter-spacing:1px;white-space:nowrap;max-width:90%}.hero-dots{bottom:5.5rem;gap:.75rem}.dot{width:10px;height:10px}.hero-brand-logo,.hero-certification-logos{display:none}}@media(max-width:480px){.hero{height:60vh}.hero-content{padding-top:4rem}.hero-text-container{padding:1.5rem 1rem}.hero-button{padding:.625rem 1rem;font-size:.55rem;letter-spacing:.5px}.hero-dots{bottom:5rem}}.trust-banner{background-color:#fff;padding:4rem 0;border-bottom:1px solid #e0e0e0}.trust-banner-content{display:flex;align-items:center;gap:3rem;justify-content:center}.trust-logo{height:80px;width:auto}.trust-text{font-size:clamp(1.5rem,3vw,2.5rem);color:#555;font-weight:400;margin:0}@media(max-width:768px){.trust-banner{padding:2rem 1rem}.trust-banner-content{flex-direction:column;gap:1.5rem;text-align:center}.trust-logo{height:60px}.trust-text{font-size:1.5rem}}@media(max-width:576px){.trust-banner{padding:1.5rem 1rem}.trust-logo{height:50px}.trust-text{font-size:1.25rem}}.fresh-journey{width:100%}.journey-image-section{background-size:cover;background-repeat:no-repeat;background-position:center;position:relative;height:100vh;min-height:700px;display:flex;align-items:flex-end;width:100%}.journey-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000 45%,#00000059 65%,#000000a6);pointer-events:none}.journey-content{position:relative;z-index:2;max-width:1400px;margin:7rem auto;padding:1rem 2rem;color:#fff;width:100%}.journey-title{font-size:clamp(1.1rem,2vw,1.7rem);font-weight:400;text-align:center;margin-bottom:2.5rem;letter-spacing:2px;line-height:1.4;color:#fff}.journey-title-ribbon{position:relative;width:100%;margin-bottom:0}.journey-steps{display:grid;grid-template-columns:repeat(7,auto);gap:0;align-items:center;justify-content:center}.journey-step{position:relative;text-align:center;padding:0 2.5rem}.step-title{font-size:clamp(1.1rem,1.8vw,1.5rem);font-weight:700;margin-bottom:1.5rem;text-transform:capitalize;color:#fff}.step-description{font-size:clamp(.75rem,1vw,.9rem);line-height:1.8;font-weight:300;color:#fff}.step-separator{position:relative;width:48px;height:140px;margin:0 1.25rem}.step-separator:before,.step-separator:after{content:"";position:absolute;left:50%;transform:translate(-50%);width:1px;background:#fff9}.step-separator:before{top:0;height:calc(50% - 18px)}.step-separator:after{bottom:0;height:calc(50% - 18px)}.separator-arrow{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:28px;height:28px;filter:brightness(0) invert(1)}@media(max-width:968px){.journey-steps{grid-template-columns:1fr;gap:1.5rem}.step-separator{display:none}.journey-step{padding:0}.step-content-wrapper{background:#fff3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:1.75rem 1.5rem;border-radius:16px;border:1px solid rgba(255,255,255,.3);box-shadow:0 8px 32px #0003;transition:all .3s ease}.step-content-wrapper:hover{background:#ffffff40;transform:translateY(-4px);box-shadow:0 12px 40px #00000040}.journey-image-section{height:auto;min-height:600px;background-size:cover;background-position:center}.journey-content{padding:2.5rem 1.5rem 3rem;margin:3rem auto}.journey-title-ribbon{width:110%;left:-5%;margin-bottom:2.5rem;overflow:hidden}.journey-title-ribbon:before{content:"";position:absolute;top:0;left:-5%;right:-5%;height:100%;background:#000000bf;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:skewY(-1.5deg);box-shadow:0 8px 32px #0000004d;z-index:1}.journey-title{margin-bottom:0;font-size:1.25rem;padding:2rem;font-weight:800;letter-spacing:.5px;line-height:1.5;text-transform:uppercase;position:relative;z-index:2;color:#fff}.step-title{font-size:1.3rem;color:#fff;font-weight:700;margin-bottom:.75rem}.step-description{font-size:.9rem;color:#fff;line-height:1.6}}@media(max-width:576px){.journey-image-section{min-height:750px;background-size:cover;background-position:center}.journey-content{padding:2rem 1rem 2.5rem}.journey-title-ribbon{width:105%;left:-2.5%;margin-bottom:2rem}.journey-title-ribbon:before{transform:skewY(-1deg)}.journey-title{font-size:1rem;margin-bottom:0;letter-spacing:.3px;padding:1.75rem 1.5rem;line-height:1.5;font-weight:800}.journey-steps{gap:1.25rem}.journey-step{padding:0}.step-content-wrapper{padding:1.5rem 1.25rem;border-radius:14px}.step-title{font-size:1.15rem;margin-bottom:.65rem}.step-description{font-size:.85rem;line-height:1.6}}@media(min-width:1024px){.journey-content{padding-bottom:3rem}.journey-title{font-size:clamp(1.2rem,1.5vw,1.9rem);text-shadow:0 2px 8px rgba(0,0,0,.45);margin-bottom:3rem}}@media(min-width:1440px){.journey-content{padding-bottom:2.5rem}}@media(min-width:1800px){.journey-content{padding-bottom:2.5rem}}.certified-section{width:100%}.certified-header{background-color:#3d5a3e;padding:4rem 0;color:#fff}.certified-content{display:grid;grid-template-columns:1fr auto;gap:4rem;align-items:center}.certified-title{font-size:clamp(2rem,3vw,2.5rem);font-weight:400;margin-bottom:1.5rem;line-height:1.3}.certified-description{font-size:clamp(.95rem,1.2vw,1.1rem);line-height:1.8;font-weight:300;max-width:700px}.certified-logos{display:flex;gap:3rem;align-items:center}.cert-logo-white{height:70px;width:auto;object-fit:contain;filter:brightness(0) invert(1)}.values-section{background-color:#fff;padding:5rem 0}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem}.value-card{background:transparent;padding:0}.value-title{font-size:clamp(1.8rem,2.5vw,2.3rem);color:#2c5f2d;font-weight:900;margin-bottom:1.5rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;letter-spacing:-.5px;font-family:Helvetica,Helvetica Neue,Arial Black,Arial,sans-serif;text-shadow:.5px 0 0 currentColor,-.5px 0 0 currentColor}.value-description{font-size:clamp(.9rem,1.1vw,1rem);line-height:1.8;color:#2c5f2d;font-weight:300}@media(max-width:968px){.certified-content{grid-template-columns:1fr;gap:2.5rem;text-align:center}.certified-logos{justify-content:center;gap:2rem}.certified-description{margin:0 auto}.values-grid{grid-template-columns:1fr;gap:2.5rem}.certified-header,.values-section{padding:2.5rem 0}.value-card{text-align:center}}@media(max-width:576px){.certified-logos{flex-wrap:wrap;gap:1.5rem}.cert-logo-white{height:50px}.certified-header,.values-section{padding:2rem 0}.certified-title,.value-title{font-size:1.5rem}.values-grid{gap:2rem}}.products-banner-section{width:100%;padding:0 0 4rem;background:linear-gradient(to bottom,#fcfdfb,#f9fbf8);position:relative;overflow:hidden}.products-banner-section:before{content:"";position:absolute;top:0;left:-50%;width:200%;height:100%;background:radial-gradient(circle at 30% 50%,rgba(164,198,57,.03) 0%,transparent 50%);pointer-events:none}.products-banner{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:2rem}.products-banner-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#2c5f2d;text-align:center;margin:0}.products-banner-button{display:inline-block;background:#a4c639;color:#fff;padding:1rem 3rem;font-size:.875rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;border-radius:30px;text-decoration:none;transition:all .3s ease}.products-banner-button:hover{background:#8fad2f;transform:translateY(-2px);box-shadow:0 4px 12px #a4c6394d}@media(max-width:768px){.products-banner-section{padding:3rem 0}.products-banner-title{font-size:1.75rem;padding:0 1rem}.products-banner-button{padding:.875rem 2.5rem;font-size:.8rem}}@media(max-width:480px){.products-banner-section{padding:2rem 0}.products-banner-title{font-size:1.5rem}.products-banner-button{padding:.75rem 2rem;font-size:.75rem}}.products{width:100%;background:linear-gradient(to bottom,#fcfdfb,#f9fbf8);padding:8rem 0 4rem;position:relative;overflow:hidden}.products:before{content:"";position:absolute;top:0;left:-50%;width:200%;height:100%;background:radial-gradient(circle at 30% 50%,rgba(164,198,57,.03) 0%,transparent 50%);pointer-events:none}.products-container{max-width:1400px;margin:0 auto;padding:0 3rem}.products-header{text-align:center;margin-bottom:5rem}.products-title{font-size:clamp(2.5rem,4vw,4rem);font-weight:700;color:#2c5f2d;margin-bottom:1rem;letter-spacing:-.5px;position:relative;display:inline-block}.products-title .letter{display:inline-block;opacity:0;transform:translate(-50px)}.products-title .letter.visible{animation:slideInFromLeft .6s ease-out forwards}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.products-title:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,transparent,#a4c639,transparent);border-radius:2px}.products-subtitle{font-size:clamp(1rem,2vw,1.3rem);color:#5a5a5a;font-weight:300;max-width:600px;margin:0 auto}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-top:4rem}.products-cta{text-align:center;margin-top:5rem}.products-button{display:inline-block;background-color:#a4c639;color:#fff;padding:1rem 3rem;font-size:.875rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;border-radius:30px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #a4c6394d}.products-button:hover{background-color:#8fad2f;transform:translateY(-2px);box-shadow:0 6px 20px #a4c63966}.product-card{background:#fff;border-radius:20px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #0000000f;cursor:pointer;position:relative}.product-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(164,198,57,.05) 0%,transparent 50%);opacity:0;transition:opacity .4s ease;pointer-events:none;z-index:1}.product-card:hover{transform:translateY(-12px);box-shadow:0 20px 40px #2c5f2d26}.product-card:hover:before{opacity:1}.product-image-wrapper{position:relative;width:100%;aspect-ratio:1;overflow:hidden;background:linear-gradient(135deg,#f5f9f5,#fff);display:flex;align-items:center;justify-content:center;padding:2rem}.product-image{width:100%;height:100%;object-fit:contain;transition:all .6s cubic-bezier(.4,0,.2,1);filter:drop-shadow(0 4px 8px rgba(0,0,0,.08)) brightness(1.02)}.product-card:hover .product-image{transform:scale(1.08) rotate(1deg);filter:drop-shadow(0 8px 16px rgba(44,95,45,.15)) brightness(1.05) contrast(1.05)}.product-name{font-size:1.4rem;font-weight:600;color:#2c5f2d;padding:1.5rem;text-align:center;background:#fff;margin:0;letter-spacing:.3px;transition:all .3s ease;position:relative;z-index:2}.product-card:hover .product-name{color:#3d7d3f;letter-spacing:.8px}@media(max-width:1200px){.products-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}}@media(max-width:968px){.products{padding:4rem 0}.products-container{padding:0 2rem}.products-header{margin-bottom:3.5rem}.products-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.product-name{font-size:1.25rem;padding:1.25rem}}@media(max-width:576px){.products{padding:4rem 0}.products-container{padding:0 1.5rem}.products-header{margin-bottom:2.5rem}.products-title{margin-bottom:.75rem}.products-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.25rem}.product-card{border-radius:16px}.product-image-wrapper{padding:1.5rem}.product-name{font-size:1.1rem;padding:1rem}.product-card:hover{transform:translateY(-8px)}}.modal-overlay{position:fixed;inset:0;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:2rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:24px;max-width:900px;width:100%;max-height:85vh;overflow:hidden;position:relative;animation:slideUp .4s cubic-bezier(.4,0,.2,1);box-shadow:0 25px 100px #0000004d}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:1.5rem;right:1.5rem;background:#fffffff2;border:none;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;box-shadow:0 4px 12px #00000026}.modal-close:hover{background:#fff;transform:rotate(90deg);box-shadow:0 6px 20px #0003}.modal-close svg{color:#2c5f2d}.modal-body{display:grid;grid-template-columns:1fr 1fr;overflow-y:auto;max-height:85vh}.modal-image-section{background:linear-gradient(135deg,#f5f9f5,#fff);display:flex;align-items:center;justify-content:center;padding:4rem 3rem;position:relative}.modal-image{width:100%;max-width:350px;height:auto;object-fit:contain;filter:drop-shadow(0 10px 30px rgba(0,0,0,.1))}.modal-text-section{padding:4rem 3rem;display:flex;flex-direction:column;justify-content:center}.modal-title{font-size:2.5rem;font-weight:700;color:#2c5f2d;margin-bottom:1.5rem;letter-spacing:-.5px}.modal-description{font-size:1.1rem;line-height:1.8;color:#4a4a4a;margin-bottom:2rem}.modal-uses{padding:1.5rem;background:linear-gradient(135deg,#f0f8f0,#e8f5e8);border-radius:16px;border-left:4px solid #a4c639}.modal-uses strong{color:#2c5f2d;font-size:1.05rem;line-height:1.6;display:block}@media(max-width:968px){.modal-overlay{padding:1rem}.modal-content{max-height:90vh;border-radius:20px}.modal-body{grid-template-columns:1fr}.modal-image-section{padding:3rem 2rem 2rem}.modal-image{max-width:280px}.modal-text-section{padding:2rem 2rem 3rem}.modal-title{font-size:2rem;margin-bottom:1.25rem}.modal-description{font-size:1rem;margin-bottom:1.5rem}.modal-uses{padding:1.25rem}.modal-close{top:1rem;right:1rem;width:40px;height:40px}}@media(max-width:576px){.modal-overlay{padding:0;align-items:flex-end}.modal-content{max-height:95vh;border-radius:20px 20px 0 0}.modal-image-section{padding:3rem 1.5rem 1.5rem}.modal-image{max-width:220px}.modal-text-section{padding:1.5rem 1.5rem 2.5rem}.modal-title{font-size:1.75rem;margin-bottom:1rem}.modal-description{font-size:.95rem;line-height:1.7;margin-bottom:1.25rem}.modal-uses{padding:1rem}.modal-uses strong{font-size:.95rem}}.contact{width:100%}.contact-background{background-size:cover;background-position:center;position:relative;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;padding:12vh 0 0}.contact-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000,#0003 15%,#00000080,#000000a6 55%,#000000b3)}.contact-content-wrapper{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:8rem;align-items:center;color:#fff;max-width:1200px;margin:0 auto;padding:2rem}.contact-left{text-align:left}.contact-logo{height:9rem;margin-bottom:2rem;filter:brightness(0) invert(1)}.contact-tagline{font-size:clamp(2rem,3vw,2.8rem);font-weight:400;line-height:1.3;margin-bottom:2rem}.contact-social{display:flex;align-items:center;gap:1rem}.contact-social-link{display:inline-flex;align-items:center;gap:1rem;color:inherit;text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:4px;font-size:1.15rem}.contact-social-link:hover{opacity:.9}.social-icon-contact{width:36px;height:36px;filter:brightness(0) invert(1)}.social-handle{font-size:1.15rem}.contact-right{text-align:left}.contact-cta{font-size:clamp(1.8rem,2.5vw,2.5rem);font-weight:400;line-height:1.3;margin-bottom:2.5rem}.contact-info{display:grid;grid-template-columns:1fr 1fr;gap:2rem 3rem;align-items:start}.contact-item{line-height:1.7}.contact-label{font-weight:600;margin-bottom:.5rem;font-size:1.1rem}.contact-item p{font-size:1rem;margin:.15rem 0}.contact-link{color:inherit;text-decoration:none;transition:all .3s ease;display:inline-block;border-bottom:1px solid transparent}.contact-link:hover{color:#a4c639;border-bottom-color:#a4c639;transform:translate(2px)}@media(max-width:968px){.contact-background{min-height:100vh;padding:2rem 0;background-position:center;background-size:cover}.contact-overlay{background:#00000026}.contact-content-wrapper{grid-template-columns:1fr;gap:2rem;text-align:center;margin-top:0;padding:2rem 1.5rem;max-width:90%}.contact-left,.contact-right{text-align:center}.contact-left{background:#000000a6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:3rem 2.5rem;border-radius:24px;border:1px solid rgba(255,255,255,.1);box-shadow:0 12px 48px #0000004d}.contact-logo{margin:0 auto 1.75rem;height:5rem;filter:brightness(0) invert(1)}.contact-tagline{font-size:1.5rem;color:#fff;font-weight:400;margin-bottom:1.75rem;line-height:1.4}.contact-social{justify-content:center}.contact-social-link{color:#fff;font-weight:400;text-decoration:none;transition:opacity .3s ease}.contact-social-link:hover{opacity:.8}.social-icon-contact{filter:brightness(0) invert(1)}.contact-right{background:#000000a6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:3rem 2.5rem;border-radius:24px;border:1px solid rgba(255,255,255,.1);box-shadow:0 12px 48px #0000004d}.contact-cta{font-size:1.5rem;color:#fff;font-weight:400;margin-bottom:2rem;line-height:1.4}.contact-info{grid-template-columns:1fr;gap:2rem}.contact-item{color:#fffffff2}.contact-label{color:#fff;font-weight:600;margin-bottom:.5rem;font-size:1.05rem}.contact-item p{font-size:.9rem;line-height:1.7;color:#ffffffe6}}@media(max-width:576px){.contact-background{padding:1.5rem 0;min-height:auto}.contact-content-wrapper{padding:1.5rem 1rem;gap:1.25rem;max-width:100%}.contact-left{padding:2rem 1.5rem;border-radius:20px}.contact-logo{height:4.5rem;margin-bottom:1.5rem}.contact-tagline{font-size:1.3rem;margin-bottom:1.5rem}.contact-right{padding:2rem 1.5rem;border-radius:20px}.contact-cta{font-size:1.3rem;margin-bottom:1.75rem}.contact-info{gap:1.75rem}.contact-label{font-size:1rem}.contact-item p{font-size:.875rem}.social-handle{font-size:.9rem}.social-icon-contact{width:28px;height:28px}}.global-presence{width:100%}.global-presence-wrapper{position:relative}.global-image{width:100%;height:auto;display:block}.global-presence-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#00000026,#00000073 55%,#000000a6)}.global-presence-content{position:absolute;left:clamp(24px,6vw,96px);bottom:clamp(28px,8vw,120px);z-index:1;color:#fff;text-align:left;max-width:900px;padding-right:1rem}.presence-title{font-size:clamp(1.9rem,3.8vw,3rem);font-weight:700;margin:0 0 .5rem}.presence-subtitle{font-size:clamp(1rem,1.4vw,1.25rem);line-height:1.65;margin:0}@media(max-width:1024px){.global-presence-content{left:clamp(32px,5vw,64px);right:32px;bottom:clamp(32px,6vw,80px);max-width:calc(100% - 64px)}}@media(max-width:768px){.global-presence-content{left:16px;right:16px;bottom:24px;max-width:calc(100% - 32px)}.presence-title{font-size:1.5rem;margin-bottom:.75rem}.presence-subtitle{font-size:.9rem;line-height:1.6}.presence-subtitle br{display:none}}@media(max-width:576px){.global-presence-content{left:12px;right:12px;bottom:20px}.presence-title{font-size:1.25rem}.presence-subtitle{font-size:.85rem}}.footer{background-color:#36622f;color:#fff;padding:3rem 0 1.5rem}.footer-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.15)}.footer-logo img{height:60px;margin-bottom:1rem;filter:brightness(0) invert(1)}.footer-logo p{color:#fffc;font-size:.9rem;line-height:1.6}.footer-links{display:flex;gap:4rem;justify-content:flex-end}.footer-column h4{color:#a4c639;margin-bottom:1rem;font-size:1.1rem;font-weight:600}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column ul li{margin-bottom:.5rem}.footer-column ul li a{color:#ffffffd9;text-decoration:none;transition:color .3s ease;font-size:.95rem}.footer-column ul li a:hover{color:#a4c639}@media(max-width:768px){.footer{padding:2rem 1rem 1rem}.footer-content{grid-template-columns:1fr;text-align:center;gap:2rem}.footer-links{justify-content:center;gap:2rem;flex-wrap:wrap}.footer-logo{display:flex;flex-direction:column;align-items:center}.footer-logo img{height:50px}}@media(max-width:576px){.footer-links{flex-direction:column;gap:1.5rem;align-items:center}.footer-column{width:100%}}.products-page{width:100%}.products-page-hero{position:relative;width:100%;height:300px;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;margin-top:70px}.products-page-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d}.products-page-content{position:relative;z-index:2;text-align:center;color:#fff;max-width:800px;padding:0 2rem}.products-page-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2;text-shadow:0 2px 10px rgba(0,0,0,.3);margin-bottom:1rem}.products-page-subtitle{font-size:clamp(1rem,2vw,1.25rem);font-weight:300;line-height:1.6;text-shadow:0 2px 8px rgba(0,0,0,.3)}@media(max-width:768px){.products-page-hero{height:250px;margin-top:100px}.products-page-content{padding:0 1.5rem}.products-page-title{font-size:1.75rem}}@media(max-width:480px){.products-page-hero{height:200px}.products-page-title{font-size:1.5rem}}
