@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,700&family=DM+Sans:wght@300;400;500;600;700&display=swap";:root{--color-primary:#729b59;--color-primary-dark:#4a663a;--color-stone-50:#fdfbf7;--color-stone-100:#f5f2ed;--color-stone-200:#ebe7e0;--color-stone-400:#a8a29e;--color-stone-700:#44403c;--color-stone-800:#2d2c2a;--color-stone-900:#1c1b1a;--color-emerald-50:#f1f5f0;--color-emerald-100:#e2ece1;--color-emerald-200:#a7f3d0;--color-emerald-300:#c5d8a4;--color-emerald-400:#a3c285;--color-emerald-500:#10b981;--color-emerald-700:#5d7f48;--color-emerald-800:#4a663a;--color-emerald-900:#1e2f16;--color-emerald-950:#022c22;--font-body:"Std Amp", "Playfair Display", Georgia, serif;--font-serif:"Std Amp", "Playfair Display", serif;--font-ui:"DM Sans", sans-serif;--radius-2xl:1.5rem;--radius-3xl:2.5rem;--radius-full:9999px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-inner:inset 0 2px 4px 0 #0000000f;--shadow-3d:0 20px 50px #0000004d, 0 10px 20px #0000001a;--shadow-3d-hover:0 40px 80px #0006, 0 20px 40px #00000026}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:#ffffffd9;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0a1f14;background-image:radial-gradient(circle at 70% 20%,#2d6a4f33 0%,#0000 50%),radial-gradient(circle at 20% 80%,#40916c1f 0%,#0000 50%);background-position:0 0;background-repeat:repeat;background-size:auto;background-attachment:fixed;background-origin:padding-box;background-clip:border-box;min-height:100vh;line-height:1.5;position:relative;overflow-x:hidden}img,svg,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;font-size:inherit;cursor:pointer;background:0 0;border:none;outline:none}::selection{background-color:var(--color-emerald-300);color:var(--color-emerald-950)}.material-symbols-outlined{font-variation-settings:"FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;vertical-align:middle;line-height:1}.container-default{z-index:10;width:100%;max-width:80rem;margin:0 auto;padding:0 2rem;position:relative}@media (min-width:768px){.container-default{padding:0 4rem}}.grain-bg:before{content:"";opacity:.03;pointer-events:none;z-index:1;background-image:url(https://lh3.googleusercontent.com/aida-public/AB6AXuCJKWdE_tpZo6FpReBqqjMfYYPeCfKciLyYlF3xQJZOtIp4PPflXhFluQBYgvRH69V84uujXyJ8e9uu6a7-rh5ZQx8H3spYbaT8fPH0BwKyy-02F5MqW7VcSd7OAOkfcVFSxehxTwUqnF8Tk0dt1Rux71NPZQkR6-nRxg6_OHUSoQpj3G4AHubKfKLqx4WYhZ9REnZ31CJyhhwx9kB-jWDTFNAyDrpUg1deXVCV8WPTMMQkrFTON3oXZVDBhCgHe_4JXk8gjYwIJpM);width:100%;height:100%;position:absolute;inset:0}.glass-card-strong{-webkit-backdrop-filter:blur(20px);background:#ffffff0f;border:1px solid #ffffff1a}@keyframes floating{0%,to{transform:translate(0)rotate(0)}50%{transform:translateY(20px)rotate(3deg)}}.floating{animation:6s ease-in-out infinite floating}.floating-delayed{animation:8s ease-in-out 1s infinite floating}.floating-fast{animation:4s ease-in-out infinite floating}.blob{z-index:0;pointer-events:none;border-radius:60% 40% 30% 70%/60% 30% 70% 40%;position:absolute}.wavy-divider{z-index:5;width:100%;height:80px;position:relative;overflow:hidden}.wavy-divider svg{fill:currentColor;opacity:.5;filter:blur(1px);width:100%;height:100%;position:absolute;bottom:0;left:0}.wavy-emerald{color:#0a1f14cc;background:0 0}.rotate-divider{margin-top:-2px;margin-bottom:-1px;transform:rotate(180deg)}.wavy-stone{color:#0a1f1499;background:0 0}.navbar{z-index:60;width:100%;box-shadow:var(--shadow-sm);background:#f5efe6;border-bottom:1px solid #0000000f;position:fixed;top:0;left:0;right:0}.nav-container{justify-content:space-between;align-items:center;gap:.75rem;max-width:1536px;height:4rem;margin:0 auto;padding:0 1rem;display:flex}@media (min-width:768px){.nav-container{gap:1rem;height:5rem;padding:0 2.5rem}}@media (min-width:1024px){.nav-container{padding:0 4rem}}.nav-brand-wrapper{align-items:center;gap:1.5rem;display:flex}.nav-brand{align-items:center;display:flex}.brand-logo{height:44px;display:block}.brand-logo img{width:auto;height:44px;display:block;-webkit-mask-position:50%;mask-position:50%}@media (min-width:768px){.brand-logo,.brand-logo img{height:60px}}.nav-links{font-family:var(--font-ui);letter-spacing:.025em;align-items:center;gap:2rem;font-size:.875rem;display:none}@media (min-width:768px){.nav-links{display:flex}}.nav-link{font-family:var(--font-ui);color:#0009;border-bottom:2px solid #0000;padding-bottom:.25rem;font-weight:500;transition:color .3s}.nav-link:hover{color:var(--color-primary)}.nav-link.active{color:var(--color-emerald-950);border-bottom-color:var(--color-primary)}.nav-btn{font-family:var(--font-ui);color:#fff;border-radius:var(--radius-full);white-space:nowrap;background-color:#1c1b1a;border:1px solid #1c1b1a;justify-content:center;align-items:center;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:none;box-shadow:0 4px 12px -2px #00000026}@media (min-width:768px){.nav-btn{display:inline-flex}}@media (min-width:1024px){.nav-btn{padding:.625rem 1.5rem;font-size:.875rem}}.nav-btn:hover{background-color:#2d2c2a;transform:translateY(-1px);box-shadow:0 8px 20px -4px #00000040}.nav-btn:active{transform:scale(.96)}.main-content{padding-top:5rem}.hero{align-items:center;min-height:90vh;padding:5rem 2rem;display:flex;position:relative;overflow:hidden}.hero-mesh{background-color:#0a1f14;background-image:radial-gradient(at 0 0,#2d6a4f40 0%,#0000 50%),radial-gradient(at 80% 20%,#40916c26 0%,#0000 50%),radial-gradient(at 30% 100%,#95d5b214 0%,#0000 50%)}@media (min-width:768px){.hero{padding:5rem 4rem}}.hero-blob-1{filter:blur(40px);background-color:#2d6a4f26;width:8rem;height:8rem;top:5rem;right:15%}.hero-blob-2{filter:blur(48px);background-color:#40916c1a;width:10rem;height:10rem;bottom:5rem;left:10%}.hero-grid{z-index:10;grid-template-columns:1fr;align-items:center;gap:4rem;width:100%;max-width:80rem;margin:0 auto;display:grid;position:relative}@media (min-width:1024px){.hero-grid{grid-template-columns:repeat(2,1fr)}}.hero-text-content{z-index:20;position:relative}.badge{font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.18em;border-radius:.5rem;align-items:center;margin-bottom:1.5rem;padding:.375rem 1rem;font-size:.75rem;font-weight:700;display:inline-flex}.badge-hero{color:var(--color-emerald-300);-webkit-backdrop-filter:blur(12px);box-shadow:var(--shadow-sm);background:#ffffff14;border:1px solid #ffffff26}.hero-title{font-size:2.5rem;font-family:var(--font-serif);color:#fff;margin-bottom:2rem;font-weight:700;line-height:1.1}@media (min-width:480px){.hero-title{font-size:3.25rem}}@media (min-width:768px){.hero-title{font-size:4.5rem}}@media (min-width:1024px){.hero-title{font-size:6rem}}.italic-text{color:var(--color-emerald-300);font-style:italic}.hero-desc{color:#ffffffa6;max-width:36rem;margin-bottom:2.5rem;font-size:1.25rem;font-weight:500;line-height:1.625}.hero-actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.btn-primary{font-family:var(--font-ui);background:var(--color-btn-cream);color:var(--color-btn-text);border-radius:var(--radius-full);letter-spacing:.01em;box-shadow:var(--shadow-3d);justify-content:center;align-items:center;gap:.5rem;padding:1.125rem 2.25rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative}.btn-primary:after{content:"→";font-size:1.1em;transition:transform .3s}.btn-primary:hover{background:var(--color-btn-cream-hover);box-shadow:var(--shadow-3d-hover);transform:translateY(-3px)}.btn-primary:hover:after{transform:translate(4px)}.btn-glass-hero{font-family:var(--font-ui);color:var(--color-btn-text);background:var(--color-btn-cream);border-radius:var(--radius-3xl);letter-spacing:.01em;border:1px solid #ffffff4d;align-items:center;gap:.5rem;padding:1.125rem 2rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-glass-hero:hover{background:var(--color-btn-cream-hover);transform:translateY(-4px)}.hero-visual{z-index:10;justify-content:center;display:flex;position:relative}.hero-visual-blob{filter:blur(100px);background-color:#2d6a4f26;width:14rem;height:14rem;top:-3rem;right:-3rem}.hero-image-wrapper{width:100%;box-shadow:var(--shadow-3d-hover);aspect-ratio:4/5;z-index:2;border:3px solid #ffffff1a;border-radius:3rem;position:relative;overflow:hidden}.hero-image{object-fit:cover;width:100%;height:100%}.hero-testimonial{border-radius:var(--radius-3xl);box-shadow:var(--shadow-3d);z-index:3;background:#ffffff14;border:1px solid #ffffff1f;max-width:20rem;padding:2rem;transition:transform .5s;position:absolute;bottom:-2.5rem;left:-3rem;transform:rotate(-3deg)}@media (max-width:768px){.hero-testimonial{max-width:18rem;padding:1.5rem;bottom:-1.5rem;left:-1rem}}.hero-testimonial:hover{transform:rotate(0)}.testimonial-inner{align-items:center;gap:1rem;display:flex}.testimonial-icon{border-radius:var(--radius-2xl);width:3.5rem;height:3.5rem;color:var(--color-emerald-300);box-shadow:var(--shadow-inner);background-color:#729b5933;flex-shrink:0;justify-content:center;align-items:center;display:flex}.icon-large{font-size:1.875rem}.testimonial-text{color:#fff;font-size:1rem;font-style:italic;font-weight:600;line-height:1.4}.purpose-section{background-color:#ffffff08;border-top:1px solid #ffffff0f;border-bottom:1px solid #ffffff0f;padding:6rem 0;position:relative;overflow:hidden}.purpose-image-wrapper{z-index:10;border-radius:var(--radius-3xl);-webkit-backdrop-filter:blur(12px);background:linear-gradient(135deg,#ffffff0a 0%,#ffffff03 100%);border:1px solid #ffffff14;justify-content:center;max-width:1100px;margin:0 auto;padding:2.5rem 3rem;display:flex;position:relative;box-shadow:0 20px 60px -20px #0006}.purpose-image-wrapper:before,.purpose-image-wrapper:after{content:"";pointer-events:none;border:1px solid #a3c2854d;width:120px;height:120px;position:absolute}.purpose-image-wrapper:before{border-top-left-radius:var(--radius-3xl);border-bottom:none;border-right:none;top:-1px;left:-1px}.purpose-image-wrapper:after{border-bottom-right-radius:var(--radius-3xl);border-top:none;border-left:none;bottom:-1px;right:-1px}.purpose-image{border-radius:var(--radius-2xl);width:100%;max-width:1000px;height:auto}@media (max-width:767px){.purpose-image-wrapper{padding:1.5rem 1rem}.purpose-image-wrapper:before,.purpose-image-wrapper:after{width:40px;height:40px}}.value-chain-stages{z-index:10;grid-template-columns:1fr;gap:1.5rem;max-width:1100px;margin:4rem auto 0;display:grid;position:relative}@media (min-width:600px){.value-chain-stages{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.value-chain-stages{grid-template-columns:repeat(4,1fr);gap:1.25rem}}.value-stage{border-radius:var(--radius-2xl);text-align:left;background:#ffffff0a;border:1px solid #ffffff14;padding:1.75rem 1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.value-stage:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#729b5914 0%,#0000 60%);transition:opacity .4s;position:absolute;inset:0}.value-stage:hover{border-color:#a3c28540;transform:translateY(-4px);box-shadow:0 20px 50px -15px #0006}.value-stage:hover:before{opacity:1}.value-stage-icon{background:linear-gradient(135deg,#729b5933 0%,#2d6a4f1a 100%);border:1px solid #a3c28526;border-radius:.875rem;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:1rem;transition:all .4s;display:flex}.value-stage:hover .value-stage-icon{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-emerald-800) 100%);transform:scale(1.05)}.value-stage-icon .material-symbols-outlined{color:var(--color-emerald-300);font-size:1.5rem;transition:color .4s}.value-stage:hover .value-stage-icon .material-symbols-outlined{color:#fff}.value-stage-title{font-family:var(--font-serif);color:#fff;font-size:1.125rem;font-weight:700;line-height:1.2}.value-stage-desc{color:#ffffffa6;font-size:.875rem;font-weight:500;line-height:1.5}.value-stage-head{cursor:pointer;text-align:left;width:100%;font:inherit;background:0 0;border:none;align-items:center;gap:.875rem;padding:0;display:flex}.value-stage-head .value-stage-icon{flex-shrink:0;margin-bottom:0}.value-stage-head .value-stage-title{flex:1}.value-stage-chevron{color:var(--color-emerald-300);flex-shrink:0;font-size:1.5rem;transition:transform .3s}.value-stage.open .value-stage-chevron{transform:rotate(180deg)}.value-stage .value-stage-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:.875rem;display:-webkit-box;overflow:hidden}.value-stage.open{grid-column:1/-1}.value-stage.open .value-stage-desc{-webkit-line-clamp:unset;max-width:72ch;display:block}.purpose-intro{color:#ffffffb3;max-width:820px;margin:1.75rem auto 0;font-size:1.0625rem;font-weight:500;line-height:1.7}.purpose-header{text-align:center;z-index:10;margin-bottom:5rem;position:relative}.purpose-subtitle{font-family:var(--font-ui);color:var(--color-emerald-400);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:block}.purpose-title{font-size:3rem;font-family:var(--font-serif);color:#fff;margin-bottom:1.5rem;font-weight:700;line-height:1.1}@media (max-width:767px){.purpose-title{font-size:2rem}}.purpose-underline{background:linear-gradient(to right, #a3c2854d, var(--color-emerald-700), #a3c2854d);border-radius:var(--radius-full);width:8rem;height:.5rem;box-shadow:var(--shadow-sm);margin:0 auto}.purpose-steps-wrapper{z-index:10;width:100%;position:relative}.purpose-connector{z-index:0;background:linear-gradient(90deg,#0000,#729b5933,#0000);width:100%;height:4px;display:none;position:absolute;top:3rem;left:0;transform:translateY(-50%)}@media (min-width:1024px){.purpose-connector{display:block}}.purpose-steps{z-index:10;grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid;position:relative}@media (min-width:768px){.purpose-steps{grid-template-columns:repeat(4,1fr)}}@media (min-width:1024px){.purpose-steps{grid-template-columns:repeat(7,1fr)}}.step-item{text-align:center;cursor:pointer;z-index:2;flex-direction:column;align-items:center;display:flex;position:relative}.step-icon{border-radius:var(--radius-3xl);width:6rem;height:6rem;box-shadow:var(--shadow-3d);justify-content:center;align-items:center;margin-bottom:1.5rem;transition:all .5s;display:flex}.step-item:hover .step-icon{transform:scale(1.1)translateY(-.75rem)}.step-label{font-family:var(--font-ui);color:#fffc;text-transform:uppercase;letter-spacing:.1em;border-radius:var(--radius-2xl);box-shadow:var(--shadow-sm);padding:.5rem 1rem;font-size:.75rem;font-weight:700;transition:background-color .3s,color .3s;display:inline-block}.step-item:hover .step-label{background-color:var(--color-emerald-800);color:#fff}.expertise-section{z-index:10;background-color:#ffffff05;padding:8rem 0;position:relative}.expertise-bg-visual{pointer-events:none;z-index:0;width:33.333%;height:600px;display:none;position:absolute;top:-6rem;right:0;overflow:hidden}@media (min-width:1280px){.expertise-bg-visual{display:block}}.expertise-bg-img{object-fit:cover;opacity:.15;transform-origin:100% 0;filter:grayscale()sepia(50%);width:100%;height:100%;transform:scale(1.5)rotate(12deg)}.expertise-grid{z-index:10;grid-template-columns:1fr;align-items:stretch;gap:3rem;display:grid;position:relative}@media (min-width:768px){.expertise-grid{grid-template-columns:repeat(12,1fr)}}.expertise-content{box-shadow:var(--shadow-3d);border-radius:3rem;flex-direction:column;justify-content:center;padding:4rem;display:flex;position:relative;overflow:hidden}@media (max-width:767px){.expertise-content{padding:2.5rem}}@media (min-width:768px){.expertise-content{grid-column:span 7}}.expertise-blob{filter:blur(48px);background-color:#2d6a4f26;width:16rem;height:16rem;top:0;right:0;transform:translate(50%,-50%)}.expertise-subtitle{font-family:var(--font-ui);color:var(--color-emerald-400);text-transform:uppercase;letter-spacing:.2em;margin-bottom:1.5rem;font-size:.875rem;font-weight:700;display:block}.expertise-title{font-size:3rem;font-family:var(--font-serif);color:#fff;margin-bottom:2rem;font-weight:700;line-height:1.1}@media (max-width:767px){.expertise-title{font-size:2.25rem}}.expertise-desc{color:#ffffffa6;margin-bottom:0;font-size:1.25rem;font-weight:500;line-height:1.625}.expertise-visual-wrapper{box-shadow:var(--shadow-3d-hover);border:3px solid #ffffff1a;border-radius:3rem;width:100%;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.expertise-visual-wrapper{grid-column:span 5;transform:translateY(3rem)}}.expertise-visual-img{object-fit:cover;width:100%;height:100%;transition:transform 1s;position:absolute;inset:0}.expertise-visual-wrapper:hover .expertise-visual-img{transform:scale(1.1)}.expertise-visual-overlay{z-index:2;pointer-events:none;background-color:#0a1f144d;transition:background-color .5s;position:absolute;inset:0}.expertise-visual-wrapper:hover .expertise-visual-overlay{background-color:#0000}.products-section{padding:8rem 0;position:relative;overflow:hidden}.products-bg-visual{pointer-events:none;z-index:0;opacity:.2;width:20rem;height:20rem;position:absolute;bottom:-6rem;left:-5rem}.products-bg-img{object-fit:cover;width:100%;height:100%;transform:rotate(45deg)}.products-header{z-index:10;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:4rem;display:flex;position:relative}@media (min-width:768px){.products-header{flex-direction:row;align-items:flex-end}}.products-header-text{max-width:42rem}.products-subtitle{font-family:var(--font-ui);color:var(--color-emerald-400);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:block}.products-title{font-size:3rem;font-family:var(--font-serif);color:#fff;margin-bottom:1.5rem;font-weight:700;line-height:1.1}@media (max-width:767px){.products-title{font-size:2rem}}.products-desc{color:#ffffff8c;margin-bottom:0;font-size:1.25rem;font-weight:500;line-height:1.6}.btn-secondary{font-family:var(--font-ui);background-color:var(--color-btn-cream);color:var(--color-btn-text);border-radius:var(--radius-2xl);box-shadow:var(--shadow-3d);border:1px solid #ffffff26;justify-content:center;align-items:center;gap:.75rem;padding:1.125rem 2.25rem;font-size:1rem;font-weight:700;transition:all .3s;display:inline-flex}.btn-secondary:hover{background-color:var(--color-btn-cream-hover);box-shadow:var(--shadow-3d-hover)}.btn-secondary:hover .icon-arrow{transform:translate(.5rem)}.icon-arrow{transition:transform .3s}.carousel-viewport{z-index:10;position:relative;overflow:hidden}.carousel-track{gap:2rem;transition:transform .5s;display:flex}.carousel-slide{flex:0 0 100%}@media (min-width:768px){.carousel-slide{flex:0 0 calc(50% - 1rem)}}@media (min-width:1024px){.carousel-slide{flex:0 0 calc(33.333% - 1.333rem)}}.product-card{box-shadow:var(--shadow-3d);cursor:pointer;border-radius:2.5rem;flex-direction:column;transition:all .5s;display:flex;position:relative;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-3d-hover);transform:translateY(-8px)scale(1.02)}@media (hover:hover){.carousel-slide:nth-child(odd) .product-card{animation:4s ease-in-out infinite cardFloat}.carousel-slide:nth-child(2n) .product-card{animation:4s ease-in-out 2s infinite cardFloat}.product-card:hover{animation:none;transform:translateY(-8px)scale(1.02)}}@keyframes cardFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.product-img-wrapper{aspect-ratio:3/2;width:100%;position:relative;overflow:hidden}.product-img{object-fit:cover;width:100%;height:100%;transition:transform 1s;position:absolute;inset:0}.product-card:hover .product-img{transform:scale(1.1)}.product-content{flex-direction:column;flex:1;align-items:flex-start;padding:1.75rem;display:flex}@media (max-width:767px){.product-content{padding:1.25rem}}.product-card-title{font-size:1.5rem;font-family:var(--font-serif);color:#fff;margin-bottom:.75rem;font-weight:700;line-height:1.2}.product-card-desc{color:#ffffff8c;flex:1;margin-bottom:1.5rem;font-size:1rem;font-weight:500;line-height:1.5}.product-icon{border-radius:var(--radius-2xl);width:3rem;height:3rem;color:var(--color-emerald-300);background-color:#729b5933;justify-content:center;align-items:center;transition:all .5s;display:inline-flex}.product-card:hover .product-icon{background-color:var(--color-emerald-800);color:#fff}.carousel-nav{z-index:10;justify-content:center;align-items:center;gap:1.5rem;margin-top:2.5rem;display:flex;position:relative}.carousel-btn{color:#ffffffd9;cursor:pointer;-webkit-backdrop-filter:blur(8px);background:#ffffff0d;border:1px solid #ffffff1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex}.carousel-btn:hover{background:var(--color-emerald-700);border-color:var(--color-emerald-400);color:#fff;transform:scale(1.08);box-shadow:0 8px 24px -8px #729b5980}.carousel-btn:active{transform:scale(.96)}.carousel-btn .material-symbols-outlined{font-size:1.5rem;transition:transform .3s}.carousel-btn:hover .material-symbols-outlined{transform:translate(2px)}#carouselPrev:hover .material-symbols-outlined{transform:translate(-2px)}.carousel-dots{align-items:center;gap:.5rem;display:flex}.carousel-dot{cursor:pointer;background:#fff3;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .4s cubic-bezier(.4,0,.2,1)}.carousel-dot.active{background:var(--color-emerald-400);border-radius:4px;width:32px;box-shadow:0 0 12px #a3c28566}.carousel-dot:hover:not(.active){background:#ffffff80;transform:scale(1.2)}.pie-section{z-index:10;background:#ffffff05;border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;padding:7rem 0;position:relative}@media (max-width:767px){.pie-section{padding:3.5rem 0}}.pie-header{text-align:center;margin-bottom:4rem}@media (max-width:767px){.pie-header{margin-bottom:2rem}}.pie-subtitle{font-family:var(--font-ui);color:var(--color-emerald-400);letter-spacing:.18em;text-transform:uppercase;margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:block}.pie-title{font-size:3rem;font-family:var(--font-serif);color:#fff;margin-bottom:1rem;font-weight:700;line-height:1.1}@media (max-width:767px){.pie-title{font-size:2rem}}.pie-poc-tag{font-family:var(--font-ui);letter-spacing:.1em;text-transform:uppercase;color:var(--color-emerald-300);border-radius:var(--radius-full);background:#729b5926;border:1px solid #729b594d;margin-top:.5rem;padding:.25rem .75rem;font-size:.7rem;font-weight:700;display:inline-block}.pie-layout{grid-template-columns:1fr;align-items:center;gap:2rem;max-width:1100px;margin:0 auto;display:grid}@media (min-width:900px){.pie-layout{grid-template-columns:1fr 1fr;gap:5rem}}.pie-chart-wrapper{aspect-ratio:1;filter:drop-shadow(0 30px 60px #0006);width:100%;max-width:460px;margin:0 auto;position:relative}@media (max-width:767px){.pie-chart-wrapper{max-width:320px}}@media (max-width:380px){.pie-chart-wrapper{max-width:280px}}.pie-chart{width:100%;height:100%;overflow:visible}.pie-segment{cursor:pointer;fill:#729b598c;stroke:#ffffff2e;stroke-width:1.5px;-webkit-tap-highlight-color:transparent;outline:none;transition:fill .4s cubic-bezier(.4,0,.2,1),stroke .4s}.pie-segment:focus,.pie-segment:focus-visible{outline:none}.pie-segment::-moz-focus-inner{border:0}.pie-segment:hover,.pie-segment.active{stroke:var(--color-emerald-400);stroke-width:2px;filter:url(#pieGlow)}.pie-center-bg{fill:#0a1f14f2;stroke:#ffffff1a;stroke-width:1px}.pie-center-name{font-family:var(--font-serif);fill:#fff;text-anchor:middle;dominant-baseline:middle;pointer-events:none;font-size:22px;font-weight:700}.pie-info-panel{border-radius:var(--radius-3xl);-webkit-backdrop-filter:blur(12px);background:#ffffff0a;border:1px solid #ffffff14;flex-direction:column;justify-content:center;min-height:280px;padding:2.5rem;transition:all .3s;display:flex}@media (max-width:767px){.pie-info-panel{border-radius:1.5rem;min-height:auto;padding:1.5rem}}.pie-info-photo{border:1px solid #a3c28540;border-radius:16px;margin-bottom:1.5rem;display:block;overflow:hidden}.pie-info-photo[hidden]{display:none}.pie-info-photo img{object-fit:cover;width:100%;height:230px;display:block}@media (max-width:767px){.pie-info-photo img{height:170px}}.pie-info-title{font-family:var(--font-serif);color:#fff;letter-spacing:-.01em;margin-bottom:.75rem;font-size:2rem;font-weight:700;line-height:1.1}@media (max-width:767px){.pie-info-title{font-size:1.5rem}}.pie-info-desc{font-family:var(--font-body);color:#ffffffb3;min-height:3.2rem;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}@media (max-width:767px){.pie-info-desc{min-height:auto;margin-bottom:1rem;font-size:.9375rem}}.pie-info-cta{font-family:var(--font-ui);color:var(--color-emerald-300);letter-spacing:.02em;opacity:.4;pointer-events:none;border-bottom:1px solid #a3c2854d;align-self:flex-start;align-items:center;gap:.5rem;padding-bottom:.25rem;font-size:.875rem;font-weight:600;transition:all .3s;display:inline-flex}.pie-info-panel.has-selection .pie-info-cta{opacity:1;pointer-events:auto}.pie-info-cta:hover{color:#fff;border-bottom-color:var(--color-emerald-400)}.pie-info-cta:after{content:"→";transition:transform .3s}.pie-info-cta:hover:after{transform:translate(4px)}.pie-info-nav{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.25rem;padding-top:1.25rem;display:flex}.pie-info-arrow{color:#ffffffd9;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.pie-info-arrow:hover,.pie-info-arrow:active{background:var(--color-emerald-700);border-color:var(--color-emerald-400);color:#fff}.pie-info-arrow .material-symbols-outlined{font-size:1.5rem}.pie-info-counter{font-family:var(--font-ui);color:#ffffff8c;letter-spacing:.05em;font-size:.875rem;font-weight:600}.pie-footer-cta{justify-content:center;margin-top:4rem;display:flex}.careers-section{z-index:10;padding:8rem 0;position:relative}.careers-card{box-shadow:var(--shadow-3d-hover);border-radius:3rem;flex-direction:column;display:flex;overflow:hidden}@media (min-width:768px){.careers-card{flex-direction:row;align-items:stretch}}.careers-content{flex-direction:column;flex:50%;justify-content:center;padding:3rem;display:flex}@media (max-width:767px){.careers-content{padding:2.5rem}}@media (min-width:768px){.careers-content{padding:5rem}}.badge-careers{color:var(--color-emerald-300);-webkit-backdrop-filter:none;box-shadow:none;background:#729b5926;border:1px solid #729b5940;align-self:flex-start;margin-bottom:2rem}.careers-title{font-size:3rem;font-family:var(--font-serif);color:#fff;margin-bottom:2rem;font-weight:700;line-height:1.1}@media (max-width:767px){.careers-title{font-size:2.25rem}}.careers-desc{color:#ffffffa6;margin-bottom:3rem;font-size:1.25rem;font-weight:500;line-height:1.625}.btn-primary-dark{font-family:var(--font-ui);background-color:var(--color-btn-cream);color:var(--color-btn-text);border-radius:var(--radius-3xl);box-shadow:var(--shadow-3d-hover);justify-content:center;align-items:center;padding:1.25rem 2.5rem;font-weight:700;transition:all .3s;display:inline-flex}.btn-primary-dark:hover{background-color:var(--color-btn-cream-hover);transform:translateY(-4px)}.btn-primary-dark:active{transform:scale(.95)}.careers-visual{flex:50%;width:100%;min-height:500px;display:flex;position:relative}.careers-img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.careers-overlay{pointer-events:none;background-color:#0a1f1426;position:absolute;inset:0}.cta-section{z-index:10;padding:8rem 2rem;position:relative}@media (max-width:767px){.cta-section{padding:4rem 1rem}}@media (min-width:768px){.cta-section{padding:8rem 4rem}}.cta-card{text-align:center;max-width:80rem;box-shadow:var(--shadow-3d-hover);background:linear-gradient(135deg,#0a1f14,#1a3a2a,#2d6a4f);border:1px solid #ffffff1a;border-radius:3.5rem;margin:0 auto;padding:4rem;position:relative;overflow:hidden}@media (max-width:767px){.cta-card{border-radius:2rem;padding:3rem 1.5rem}}@media (min-width:768px){.cta-card{padding:8rem}}.cta-blob-1{filter:blur(48px);opacity:.5;background-color:#2d6a4f26;width:37.5rem;height:37.5rem;top:-8rem;left:-8rem}.cta-blob-2{filter:blur(48px);opacity:.4;background-color:#10b9811a;width:31.25rem;height:31.25rem;bottom:-8rem;right:-8rem}.cta-content{z-index:10;position:relative}.cta-subtitle{font-family:var(--font-ui);color:var(--color-emerald-400);letter-spacing:.3em;text-transform:uppercase;margin-bottom:2rem;font-size:.75rem;font-weight:700;display:block}.cta-title{font-size:3.75rem;font-family:var(--font-serif);color:#fff;margin-bottom:2.5rem;font-weight:700;line-height:1.1}@media (max-width:767px){.cta-title{font-size:2.5rem}}@media (min-width:768px){.cta-title{font-size:4.5rem}}.cta-desc{color:#fff9;max-width:48rem;margin-bottom:3.5rem;margin-left:auto;margin-right:auto;font-size:1.5rem;font-weight:500;line-height:1.5}@media (max-width:767px){.cta-desc{font-size:1.125rem}}.btn-dark{font-family:var(--font-ui);background-color:var(--color-btn-cream);color:var(--color-btn-text);box-shadow:var(--shadow-3d);border:1px solid #fff3;border-radius:2rem;justify-content:center;align-items:center;padding:1.5rem 3.5rem;font-size:1.125rem;font-weight:700;transition:all .3s;display:inline-flex}.btn-dark:hover{background-color:var(--color-btn-cream-hover);box-shadow:var(--shadow-3d-hover);transform:scale(1.05)}.footer{background-color:var(--color-emerald-950);color:var(--color-stone-100);z-index:10;border-top:1px solid #ffffff1a;padding:5rem 0;position:relative;overflow:hidden}.footer-bg-blob{filter:blur(48px);opacity:.2;pointer-events:none;background-color:#10b9811a;width:24rem;height:24rem;position:absolute;top:0;right:0}.footer-content{z-index:10;flex-direction:column;align-items:center;gap:3rem;display:flex;position:relative}@media (min-width:768px){.footer-content{flex-direction:row;justify-content:space-between}}.footer-brand-info{flex-direction:column;align-items:center;gap:1rem;display:flex}@media (min-width:768px){.footer-brand-info{align-items:flex-start}}.footer-logo{font-size:1.875rem;font-family:var(--font-serif);color:#fff;font-style:italic;font-weight:700;line-height:1.2}.footer-slogan{font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.2em;color:var(--color-emerald-400);font-size:.75rem;font-weight:700}.footer-copyright{font-family:var(--font-ui);color:var(--color-stone-400);margin-top:.5rem;font-size:.75rem}.footer-links{flex-wrap:wrap;justify-content:center;gap:2.5rem;display:flex}.footer-link{font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.1em;color:var(--color-stone-400);font-size:.75rem;font-weight:500;transition:color .3s}.footer-link:hover{color:#fff}.footer-link.active{color:var(--color-emerald-400);font-weight:700}.footer-link.active:hover{color:var(--color-emerald-300)}
