.navbar{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);z-index:1000;width:100%;transition:var(--transition);box-shadow:var(--shadow-sm);border-bottom:1px solid #fff3;position:fixed;top:0}.navbar.scrolled{box-shadow:var(--shadow-md);background:#ffffffd9;border-bottom:1px solid #6b8e7f1a}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 20px;display:flex}.nav-logo{color:var(--secondary-brown);cursor:pointer;transition:var(--transition);align-items:center;gap:12px;font-size:1.5rem;font-weight:700;display:flex}.nav-logo:hover{opacity:.9;transform:scale(1.05)}.logo-image{object-fit:contain;width:auto;height:50px}.logo-text{font-family:Playfair Display,serif}.nav-menu{gap:2rem;list-style:none;display:flex}.nav-link{color:var(--text-dark);transition:var(--transition);cursor:pointer;background:0 0;border:none;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;position:relative}.nav-link:after{content:"";background:var(--gradient-warm);width:0;height:3px;transition:var(--transition);border-radius:2px;position:absolute;bottom:-5px;left:0}.nav-link:hover{color:var(--primary-forest)}.nav-link:hover:after{width:100%}.hamburger{cursor:pointer;z-index:1001;flex-direction:column;gap:6px;padding:8px;display:none}.hamburger span{background:var(--primary-forest);width:28px;height:3px;transition:var(--transition);border-radius:2px}.hamburger.active span:first-child{transform:rotate(45deg)translate(8px,8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg)translate(7px,-7px)}@media (max-width:768px){.hamburger{display:flex}.nav-menu{background:var(--white);flex-direction:column;gap:2rem;width:70%;height:100vh;padding:100px 40px;transition:right .3s ease-in-out;position:fixed;top:0;right:-100%;box-shadow:-5px 0 20px #0000001a}.nav-menu.active{right:0}.nav-link{font-size:1.2rem}}
.hero{background:linear-gradient(135deg,#f8f6f3 0%,#fefdfb 50%,#f5efe7 100%);justify-content:center;align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.hero-canvas{z-index:1;pointer-events:none;position:absolute;inset:0}.hero-bg{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.gradient-blob{filter:blur(100px);opacity:.25;border-radius:50%;animation:20s ease-in-out infinite blob-float;position:absolute}.blob-1{background:radial-gradient(circle,#9fbf3b80 0%,#0000 70%);width:600px;height:600px;animation-delay:0s;top:-15%;left:-10%}.blob-2{background:radial-gradient(circle,#d2b48c66 0%,#0000 70%);width:500px;height:500px;animation-delay:7s;bottom:-15%;right:5%}.blob-3{background:radial-gradient(circle,#8b45134d 0%,#0000 70%);width:450px;height:450px;animation-delay:14s;top:40%;right:-10%}@keyframes blob-float{0%,to{transform:translate(0)scale(1)rotate(0)}25%{transform:translate(50px,-50px)scale(1.15)rotate(90deg)}50%{transform:translate(-40px,40px)scale(.9)rotate(180deg)}75%{transform:translate(30px,20px)scale(1.05)rotate(270deg)}}.hero-content{text-align:center;z-index:10;max-width:1000px;padding:0 20px}.hero-badge{background:linear-gradient(135deg,var(--primary-green)0%,var(--primary-green-dark)100%);color:#fff;letter-spacing:.5px;border-radius:50px;margin-bottom:2rem;padding:10px 24px;font-size:.9rem;font-weight:600;display:inline-block;box-shadow:0 8px 24px #9fbf3b4d}.hero-title{letter-spacing:-.01em;color:var(--secondary-brown);margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;line-height:1.2}.text-highlight{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800}.hero-subtitle{color:var(--text-medium);max-width:720px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:clamp(1.1rem,2.2vw,1.35rem);font-weight:400;line-height:1.8}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.scroll-indicator{animation:2s infinite bounce;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.scroll-wheel{border:3px solid var(--primary-green);opacity:.7;border-radius:20px;width:32px;height:52px;position:relative}.scroll-wheel:before{content:"";background:var(--primary-green-dark);border-radius:3px;width:6px;height:12px;animation:2s infinite scroll;position:absolute;top:10px;left:50%;transform:translate(-50%)}@keyframes bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(-10px)}}@keyframes scroll{0%{opacity:1;top:8px}to{opacity:0;top:28px}}@media (max-width:768px){.hero{min-height:100vh;padding:80px 0 60px}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}.leaf-animation{width:100px;height:100px}}
.about{background:var(--background-light);padding:120px 0}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about-text{color:var(--text-light);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.8}.stats-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}.stat-card{text-align:center;background:var(--white);transition:var(--transition);box-shadow:var(--shadow-sm);border:1px solid #9fbf3b26;border-radius:20px;padding:2.5rem 2rem;position:relative;overflow:hidden}.stat-card:before{content:"";background:var(--gradient-primary);opacity:0;height:4px;transition:var(--transition);position:absolute;top:0;left:0;right:0}.stat-card:hover{box-shadow:var(--shadow-lg);border-color:var(--primary-green);transform:translateY(-8px)}.stat-card:hover:before{opacity:1}.stat-number{background:var(--gradient-primary);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;font-family:Playfair Display,serif;font-size:3.5rem;font-weight:800}.stat-label{color:var(--text-medium);margin-top:.75rem;font-size:1rem;font-weight:500}.about-visual{height:500px;position:relative}.image-stack{height:100%;position:relative}.stack-item{transition:var(--transition);background-position:50%;background-size:cover;border-radius:20px;position:absolute}.stack-1{z-index:1;width:70%;height:60%;box-shadow:var(--shadow-lg);background-image:url(/about1.jpeg);background-position:50%;background-size:cover;top:0;left:0}.stack-2{z-index:2;width:60%;height:70%;box-shadow:var(--shadow-lg);background-image:url(/about2.jpeg);background-position:50%;background-size:cover;bottom:0;right:0}.stack-3{z-index:3;width:50%;height:50%;box-shadow:var(--shadow-xl);border:4px solid var(--white);background-image:url(/about3.jpeg);background-position:50%;background-size:cover;top:50%;left:50%;transform:translate(-50%,-50%)}.stack-item:hover{transform:scale(1.05)!important}@media (max-width:968px){.about-grid{grid-template-columns:1fr;gap:3rem}.about-visual{height:400px;margin-top:2rem}.stats-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:768px){.about{padding:60px 0}.about-visual{height:300px}}
.products{background:linear-gradient(#fefdfb 0%,#f8f6f3 50%,#fefdfb 100%);padding:10px 0 120px;position:relative;overflow:hidden}.products:before{content:"";filter:blur(60px);background:radial-gradient(circle,#9fbf3b0f 0%,#0000 65%);border-radius:50%;width:1200px;height:1200px;animation:35s ease-in-out infinite blob-float;position:absolute;top:-40%;left:-15%}.products:after{content:"";filter:blur(80px);background:radial-gradient(circle,#d2b48c0d 0%,#0000 70%);border-radius:50%;width:1000px;height:1000px;animation:40s ease-in-out infinite reverse blob-float;position:absolute;bottom:-50%;right:-20%}.products-header{text-align:center;z-index:2;margin-bottom:3.5rem;position:relative}.products-header .section-title{background:linear-gradient(135deg,#2d3319 0%,#9fbf3b 50%,#2d3319 100%) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);animation:6s infinite gradient-shift}@keyframes gradient-shift{0%,to{background-position:0%}50%{background-position:100%}}.products-subtitle{color:#2d3319b3;max-width:600px;margin:0 auto;font-size:clamp(1rem,2vw,1.25rem);font-weight:400;line-height:1.8}.products-bento{z-index:1;grid-template-columns:repeat(12,1fr);gap:1.25rem;display:grid;position:relative}.product-item{cursor:pointer;border-radius:32px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.product-item-large{grid-area:span 2/span 7;min-height:580px}.product-item-medium{grid-column:span 5;min-height:450px}.product-item-small{grid-column:span 6;min-height:380px}.product-item:nth-child(2){grid-area:span 1/span 5}.product-item:nth-child(3){grid-area:span 1/span 7}.product-item:nth-child(4),.product-item:nth-child(5),.product-item:nth-child(6){grid-column:span 4}.product-item-inner{-webkit-backdrop-filter:blur(30px);background:#fff6;border:1px solid #fff9;border-radius:32px;width:100%;height:100%;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000d,inset 0 1px #ffffffe6}.product-item.is-hovered .product-item-inner{background:#fff9;border-color:#9fbf3b66;box-shadow:0 25px 60px #9fbf3b33,0 8px 20px #00000014,inset 0 1px #fff}.product-item.featured .product-item-inner{background:linear-gradient(135deg,#9fbf3bf2 0%,#6d8d27f2 100%);border-color:#ffffff4d}.product-item.featured.is-hovered .product-item-inner{background:linear-gradient(135deg,#9fbf3b 0%,#6d8d27 100%);box-shadow:0 30px 80px #9fbf3b66,0 10px 25px #00000026}.product-image{background-position:50%;background-size:cover;transition:transform .6s cubic-bezier(.4,0,.2,1);position:absolute;inset:0;overflow:hidden}.product-overlay{z-index:1;background:linear-gradient(#0000 0%,#0000001a 40%,#0009 100%);transition:opacity .4s;position:absolute;inset:0}.product-item.is-hovered .product-overlay{background:linear-gradient(#0000001a 0%,#0000004d 40%,#000c 100%)}.product-glow{opacity:0;z-index:0;pointer-events:none;filter:blur(40px);background:radial-gradient(circle,#9fbf3b66 0%,#0000 70%);position:absolute;inset:-50%}.product-1{background-image:url(/product1.jpeg);background-position:50%;background-size:cover}.product-2{background-image:url(/product2.jpeg);background-position:50%;background-size:cover}.product-3{background-image:url(/product3.jpeg);background-position:50%;background-size:cover}.product-4{background-image:url(/product4.jpeg);background-position:50%;background-size:cover}.product-5{background-image:url(/product5.jpeg);background-position:50%;background-size:cover}.product-6{background-image:url(/product6.jpeg);background-position:50%;background-size:cover}.product-content{z-index:2;height:100%;color:var(--white);text-shadow:0 2px 8px #0000004d;flex-direction:column;justify-content:flex-end;padding:2.5rem;display:flex;position:relative}.product-item-large .product-content{padding:3.5rem}.product-number{color:#ffffff26;pointer-events:none;font-family:Playfair Display,serif;font-size:5rem;font-weight:900;line-height:1;transition:all .4s;position:absolute;top:2rem;right:2rem}.product-item.is-hovered .product-number{color:#ffffff40;transform:scale(1.1)}.product-item-large .product-number{font-size:8rem;top:3rem;right:3rem}.product-content h3{color:var(--white);margin-bottom:1rem;font-family:Playfair Display,serif;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:700;line-height:1.2;transition:all .3s}.product-item-large .product-content h3{margin-bottom:1.5rem;font-size:clamp(2.5rem,4vw,3.5rem)}.product-item.is-hovered .product-content h3{transform:translateY(-4px)}.product-content p{color:#fffffff2;max-width:90%;margin-bottom:1.5rem;font-size:clamp(.95rem,1.5vw,1.15rem);line-height:1.7;transition:all .3s}.product-item-large .product-content p{max-width:70%;margin-bottom:2rem;font-size:clamp(1.1rem,2vw,1.35rem)}.product-item.is-hovered .product-content p{color:var(--white)}.product-tags{flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem;display:flex}.product-item-large .product-tags{gap:1rem;margin-bottom:2.5rem}.tag{-webkit-backdrop-filter:blur(15px);color:var(--white);letter-spacing:.03em;text-shadow:0 1px 2px #0003;cursor:pointer;background:#ffffff40;border:1px solid #fff6;border-radius:30px;padding:.6rem 1.4rem;font-size:.85rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.product-item-large .tag{padding:.75rem 1.75rem;font-size:.95rem}.tag:hover{color:var(--primary-green);text-shadow:none;background:#fffffff2;border-color:#ffffffe6;transform:translateY(-3px)scale(1.05);box-shadow:0 6px 20px #00000026}.product-item.featured .tag{background:#ffffff4d;border-color:#ffffff80}.product-item.featured .tag:hover{background:var(--white);color:var(--primary-green)}.product-explore{-webkit-backdrop-filter:blur(20px);color:var(--white);cursor:pointer;text-shadow:0 1px 2px #0003;opacity:0;background:#fff3;border:1.5px solid #ffffff80;border-radius:50px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;transform:translateY(10px)}.product-item.is-hovered .product-explore{opacity:1;transition-delay:.1s;transform:translateY(0)}.product-explore:hover{color:var(--primary-green);text-shadow:none;background:#fffffff2;border-color:#ffffffe6;box-shadow:0 8px 24px #0003}.product-explore svg{transition:transform .3s}.product-explore:hover svg{transform:translate(4px)}.product-dim{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:3;background:#fff6;border-radius:32px;transition:opacity .3s;position:absolute;inset:0}@media (max-width:1200px){.product-item-large{grid-column:span 12;min-height:550px}.product-item:nth-child(2),.product-item:nth-child(3),.product-item:nth-child(4),.product-item:nth-child(5),.product-item:nth-child(6){grid-column:span 6}}@media (max-width:768px){.products{padding:60px 0 80px}.products-header{margin-bottom:2.5rem}.products-bento{grid-template-columns:1fr;gap:1rem}.product-item,.product-item-large,.product-item-medium,.product-item-small{min-height:420px;grid-area:span 1/span 1!important}.product-item-large{min-height:500px}.product-content{padding:2rem!important}.product-number{font-size:3.5rem!important;top:1.5rem!important;right:1.5rem!important}.product-content h3{font-size:1.75rem!important}.product-content p{max-width:100%!important;font-size:1rem!important}.product-explore{padding:.85rem 1.5rem;font-size:.9rem}.tag{padding:.5rem 1rem;font-size:.75rem}}@media (max-width:480px){.products{padding:50px 0 60px}.products-header .section-title{font-size:2rem}.products-subtitle{font-size:.95rem}.product-item,.product-item-large{min-height:380px}.product-content{padding:1.5rem!important}.product-number{font-size:2.5rem!important;top:1rem!important;right:1rem!important}.product-content h3{margin-bottom:.75rem!important;font-size:1.5rem!important}.product-content p{margin-bottom:1rem!important;font-size:.9rem!important}.product-tags{gap:.5rem;margin-bottom:1rem!important}}
.process-flow-linear{background:linear-gradient(#fdfcfb 0%,#f8f6f3 50%,#f5efe7 100%);min-height:100vh;padding:120px 0 100px;position:relative;overflow:hidden}.flow-background{z-index:0;position:absolute;inset:0;overflow:hidden}.bg-gradient-blob{filter:blur(120px);opacity:.05;border-radius:50%;animation:25s ease-in-out infinite blob-float;position:absolute}.blob-1{background:radial-gradient(circle,#6b8e7f 0%,#0000 70%);width:800px;height:800px;top:-20%;left:-15%}.blob-2{background:radial-gradient(circle,#c17654 0%,#0000 70%);width:700px;height:700px;animation-delay:-10s;bottom:-20%;right:-15%}@keyframes blob-float{0%,to{transform:translate(0)scale(1)}33%{transform:translate(50px,-60px)scale(1.1)}66%{transform:translate(-40px,50px)scale(.95)}}.container-flow{z-index:2;max-width:1400px;margin:0 auto;padding:0 2rem;position:relative}.flow-header{text-align:center;margin-bottom:5rem}.header-badge{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:var(--primary-forest);text-transform:uppercase;letter-spacing:.12em;background:#ffffffe6;border:2px solid #6b8e7f33;border-radius:100px;margin-bottom:1.5rem;padding:.875rem 2rem;font-size:.9375rem;font-weight:700;display:inline-block;box-shadow:0 10px 30px #6b8e7f1f}.flow-title{letter-spacing:-.02em;margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:900;line-height:1.2}.title-primary{color:var(--text-dark);display:block}.title-accent{background:linear-gradient(135deg,#6b8e7f 0%,#c17654 50%,#6b8e7f 100%) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:6s infinite gradient-flow;display:block}@keyframes gradient-flow{0%,to{background-position:0%}50%{background-position:100%}}.flow-description{color:var(--text-medium);max-width:700px;margin:0 auto;font-size:1.25rem;line-height:1.8}.process-flow-container{margin-bottom:3rem;padding:4rem 0;position:relative}.journey-path-line{z-index:1;background:#6b8e7f26;border-radius:10px;height:6px;position:absolute;top:90px;left:5%;right:5%;overflow:hidden;box-shadow:inset 0 2px 6px #0000001a}.path-progress{transform-origin:0;border-radius:10px;width:100%;height:100%;transition:background .5s;position:absolute;top:0;left:0;box-shadow:0 0 20px #6b8e7f66}.path-progress:after{content:"";background:linear-gradient(90deg,#0000,#ffffff80,#0000);animation:2s linear infinite path-shine;position:absolute;inset:0}@keyframes path-shine{0%{transform:translate(-100%)}to{transform:translate(200%)}}.traveling-ingredient{z-index:10;pointer-events:none;position:absolute;top:30px;left:0;transform:translate(-50%)}.ingredient-icon{filter:drop-shadow(0 15px 40px #00000040);justify-content:center;align-items:center;width:120px;height:120px;font-size:5rem;animation:3s ease-in-out infinite ingredient-bounce;display:flex;position:relative}@keyframes ingredient-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.ingredient-connector{background:linear-gradient(#6b8e7f66,#0000);border-radius:10px;width:3px;height:60px;position:absolute;top:120px;left:50%;transform:translate(-50%)}.heat-effect{pointer-events:none;position:absolute;inset:0}.heat-wave{filter:blur(10px);background:linear-gradient(#ff640066 0%,#0000 100%);border-radius:50%;width:60px;height:40px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.grind-effect{pointer-events:none;position:absolute;inset:0}.grind-particle{background:radial-gradient(circle,#6b8e7fcc 0%,#0000 70%);border-radius:50%;width:10px;height:10px;position:absolute;top:50%;left:50%;box-shadow:0 0 10px #6b8e7f80}.delivery-sparkle{filter:drop-shadow(0 0 10px #ffd70099);font-size:2rem;position:absolute;top:-20px;right:-20px}.steps-row{z-index:2;justify-content:space-between;align-items:flex-start;gap:2rem;display:flex;position:relative}.step-wrapper{flex-direction:column;flex:1;align-items:center;gap:1.5rem;display:flex}.step-node{color:#fff;cursor:pointer;border:4px solid #ffffff80;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:1.25rem;font-weight:900;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;box-shadow:0 10px 30px #0003}.step-node:hover{transform:scale(1.15);box-shadow:0 15px 40px #0000004d}.step-node.active{border-width:5px;width:90px;height:90px;font-size:1.5rem;box-shadow:0 15px 50px #6b8e7f66}.node-number,.node-check{text-shadow:0 2px 8px #0000004d;font-family:Playfair Display,serif}.node-pulse{opacity:.4;filter:blur(15px);z-index:-1;border-radius:50%;position:absolute;inset:-8px}.step-card-linear{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);cursor:pointer;background:#fffc;border:2px solid #6b8e7f26;border-radius:24px;width:100%;min-height:200px;padding:2rem 1.5rem;transition:all .4s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden;box-shadow:0 15px 40px #00000014}.step-card-linear:before{content:"";opacity:0;background:linear-gradient(135deg,#6b8e7f0d 0%,#0000 100%);transition:opacity .4s;position:absolute;inset:0}.step-card-linear:hover{border-color:#6b8e7f4d;transform:translateY(-8px);box-shadow:0 20px 60px #0000001f}.step-card-linear:hover:before{opacity:1}.step-card-linear.active{background:#fffffff2;border-color:#6b8e7f80;box-shadow:0 25px 70px #6b8e7f33}.step-card-linear.active:before{opacity:1}.card-icon{filter:drop-shadow(0 4px 12px #00000026);margin-bottom:1.25rem;font-size:4rem}.card-title{color:var(--text-dark);letter-spacing:-.01em;margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:800}.card-subtitle{color:var(--primary-forest);margin-bottom:1rem;font-size:.9375rem;font-weight:600}.card-details{margin-top:1.5rem;overflow:hidden}.card-description{color:var(--text-medium);margin-bottom:1.25rem;font-size:.9375rem;line-height:1.7}.detail-list{flex-direction:column;gap:.75rem;display:flex}.detail-badge{color:var(--text-dark);background:#6b8e7f14;border:1px solid #6b8e7f26;border-radius:12px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;font-weight:600;transition:all .3s;display:flex}.detail-badge:hover{background:#6b8e7f26;border-color:#6b8e7f4d;transform:translate(5px)}.badge-check{background:var(--primary-forest);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;display:flex}.card-active-border{opacity:.2;filter:blur(20px);z-index:-1;border-radius:24px;animation:2s ease-in-out infinite border-pulse;position:absolute;inset:-2px}@keyframes border-pulse{0%,to{opacity:.2}50%{opacity:.4}}.flow-controls{justify-content:center;align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.flow-btn{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:var(--primary-forest);cursor:pointer;background:#ffffffe6;border:2px solid #6b8e7f33;border-radius:100px;align-items:center;gap:.75rem;padding:1.125rem 2rem;font-size:1rem;font-weight:700;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex;box-shadow:0 8px 24px #6b8e7f1a}.flow-btn:hover:not(:disabled){border-color:#6b8e7f66;transform:translateY(-3px);box-shadow:0 12px 32px #6b8e7f33}.flow-btn:disabled{opacity:.5;cursor:not-allowed}.flow-btn.play{color:#fff;background:linear-gradient(135deg,#6b8e7f 0%,#4a7c59 100%);border-color:#0000}.flow-btn.play:hover{transform:translateY(-4px)scale(1.05);box-shadow:0 12px 40px #6b8e7f4d}.flow-btn.play.playing{animation:2s ease-in-out infinite btn-pulse}@keyframes btn-pulse{0%,to{box-shadow:0 8px 24px #6b8e7f33}50%{box-shadow:0 12px 40px #6b8e7f66}}.btn-icon{align-items:center;font-size:1.125rem;display:flex}.btn-label{font-size:1rem}.step-indicators{justify-content:center;align-items:center;gap:1rem;display:flex}.indicator-dot{cursor:pointer;background:#6b8e7f4d;border-radius:50%;width:14px;height:14px;transition:all .3s;box-shadow:0 2px 8px #0000001a}.indicator-dot:hover{transform:scale(1.3)}.indicator-dot.active{width:18px;height:18px;animation:2s ease-in-out infinite dot-pulse;box-shadow:0 0 20px #6b8e7f80}@keyframes dot-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@media (max-width:1200px){.steps-row{gap:1.5rem}.step-card-linear{padding:1.75rem 1.25rem}.card-icon{font-size:3.5rem}.card-title{font-size:1.375rem}}@media (max-width:1024px){.process-flow-linear{padding:100px 0 80px}.flow-title{font-size:clamp(2rem,5vw,3.5rem)}.flow-description{font-size:1.125rem}.steps-row{gap:1.25rem}.step-node{width:70px;height:70px;font-size:1.125rem}.step-node.active{width:80px;height:80px}.ingredient-icon{font-size:4rem}}@media (max-width:768px){.flow-header{margin-bottom:3rem}.process-flow-container{padding:3rem 0}.steps-row{flex-direction:column;align-items:center}.step-wrapper{width:100%;max-width:500px}.journey-path-line,.traveling-ingredient{display:none}.step-card-linear{min-height:auto}.flow-controls{flex-wrap:wrap;gap:1rem}.flow-btn{padding:1rem 1.75rem;font-size:.9375rem}}@media (max-width:640px){.header-badge{padding:.75rem 1.75rem;font-size:.8125rem}.flow-title{font-size:2rem}.flow-description{font-size:1rem}.step-card-linear{padding:1.5rem 1.25rem}.card-icon{font-size:3rem}.card-title{font-size:1.25rem}.step-node{width:60px;height:60px;font-size:1rem}.step-node.active{width:70px;height:70px}}
.sustainability{perspective:2000px;background:radial-gradient(at bottom,#fefdfb 0%,#f5f2ed 40%,#f8f6f3 70%,#ede9e3 100%);padding:140px 0 160px;position:relative;overflow:hidden}.sustainability-bg-blob{filter:blur(120px);opacity:.4;pointer-events:none;z-index:0;border-radius:50%;animation:35s ease-in-out infinite blob-float-sustainability;position:absolute}.sustainability-bg-blob-1{background:radial-gradient(circle,#9fbf3b33 0%,#9fbf3b0d 40%,#0000 70%);width:900px;height:900px;animation-duration:38s;top:-20%;right:-15%}.sustainability-bg-blob-2{background:radial-gradient(circle,#6b8e7f26 0%,#6b8e7f08 40%,#0000 70%);width:750px;height:750px;animation-duration:42s;animation-delay:-10s;bottom:-15%;left:-10%}.sustainability-bg-blob-3{background:radial-gradient(circle,#d2b48c1f 0%,#d2b48c05 50%,#0000 70%);width:650px;height:650px;animation-duration:48s;animation-delay:-20s;top:50%;left:45%}@keyframes blob-float-sustainability{0%,to{transform:translate(0)scale(1)rotate(0)}25%{transform:translate(50px,-70px)scale(1.12)rotate(90deg)}50%{transform:translate(-50px,50px)scale(.92)rotate(180deg)}75%{transform:translate(70px,50px)scale(1.08)rotate(270deg)}}.sustainability-grid-pattern{opacity:.3;z-index:0;background-image:linear-gradient(#6b8e7f08 1px,#0000 1px),linear-gradient(90deg,#6b8e7f08 1px,#0000 1px);background-size:70px 70px;animation:80s linear infinite grid-move-slow;position:absolute;inset:0}@keyframes grid-move-slow{0%{background-position:0 0}to{background-position:70px 70px}}.floating-leaf{z-index:1;pointer-events:none;filter:drop-shadow(0 4px 12px #9fbf3b4d);font-size:2.5rem;position:absolute;top:15%}.sustainability-header{text-align:center;z-index:2;margin-bottom:5rem;position:relative}.section-eyebrow{color:var(--secondary-brown);text-transform:uppercase;letter-spacing:.1em;background:linear-gradient(135deg,#9fbf3b26 0%,#9fbf3b14 100%);border:2px solid #9fbf3b40;border-radius:50px;margin-bottom:2rem;padding:.75rem 1.75rem;font-size:.95rem;font-weight:700;display:inline-block;box-shadow:0 8px 20px #9fbf3b1f}.sustainability .section-title{color:var(--text-dark);letter-spacing:-.03em;margin-bottom:2rem;font-size:clamp(3rem,6vw,5rem);font-weight:900;line-height:1.1}.highlight-gradient{background:linear-gradient(135deg,#9fbf3b 0%,#6b8e7f 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.section-subtitle{color:var(--text-medium);max-width:750px;margin:0 auto;font-size:1.375rem;font-weight:400;line-height:1.8}.commitments-grid{z-index:2;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-bottom:6rem;display:grid;position:relative}.commitment-card-spectacular{text-align:center;transform-style:preserve-3d;cursor:pointer;-webkit-backdrop-filter:blur(40px)saturate(170%);background:#fff9;border:2px solid #ffffffa6;border-radius:28px;padding:3rem 2.5rem;transition:all .5s cubic-bezier(.34,1.56,.64,1);position:relative;box-shadow:0 30px 80px #0000001a,0 15px 40px #9fbf3b1f,inset 0 1px 2px #ffffffe6}.commitment-glow-border{opacity:0;filter:blur(18px);z-index:-1;background:linear-gradient(135deg,#9fbf3b66,#6b8e7f4d);border-radius:28px;transition:opacity .5s;position:absolute;inset:-2px}.commitment-card-spectacular:hover .commitment-glow-border{opacity:1}.commitment-card-spectacular:hover{box-shadow:0 50px 120px #00000026,0 25px 60px #9fbf3b40,inset 0 2px 4px #fff}.commitment-icon-spectacular{background:linear-gradient(135deg,#9fbf3b26 0%,#9fbf3b0d 100%);border-radius:24px;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 2rem;font-size:3.5rem;display:flex;position:relative;box-shadow:0 15px 40px #9fbf3b26,inset 0 1px 2px #fffc}.icon-glow{opacity:.15;filter:blur(25px);z-index:-1;border-radius:24px;position:absolute;inset:-10px}.commitment-content h3{color:var(--text-dark);letter-spacing:-.01em;margin-bottom:.75rem;font-size:1.75rem;font-weight:800}.commitment-highlight{color:var(--primary-green);text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,#9fbf3b33 0%,#9fbf3b1a 100%);border:1.5px solid #9fbf3b4d;border-radius:20px;margin-bottom:1.25rem;padding:.5rem 1.25rem;font-size:.9rem;font-weight:700;display:inline-block}.commitment-content p{color:var(--text-medium);font-size:1.0625rem;font-weight:500;line-height:1.7}.commitment-shimmer{pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff80,#0000);width:50%;height:100%;animation:4s ease-in-out infinite shimmer-continuous;position:absolute;top:0;left:-100%}@keyframes shimmer-continuous{0%,to{left:-100%}50%{left:150%}}.core-values-section{z-index:2;margin-bottom:6rem;position:relative}.values-title{text-align:center;background:linear-gradient(135deg,#2d3319 0%,#9fbf3b 50%,#2d3319 100%) 0 0/200%;-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;margin-bottom:4rem;font-size:clamp(2.25rem,4vw,3.5rem);font-weight:800;animation:8s infinite gradient-shift-values}@keyframes gradient-shift-values{0%,to{background-position:0%}50%{background-position:100%}}.values-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;display:grid}.value-card-glass{-webkit-backdrop-filter:blur(35px)saturate(165%);background:#ffffff8c;border:2px solid #fff9;border-radius:32px;padding:3rem;transition:all .5s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden;box-shadow:0 35px 90px #0000001a,0 18px 45px #9fbf3b1a,inset 0 1px 2px #ffffffe6}.value-card-glass:hover{box-shadow:0 45px 110px #00000026,0 25px 60px #9fbf3b33,inset 0 2px 4px #fff}.value-icon-wrapper{margin-bottom:2rem}.value-icon{background:linear-gradient(135deg,#9fbf3b2e 0%,#9fbf3b0f 100%);border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;font-size:3rem;display:inline-flex;box-shadow:0 12px 35px #9fbf3b26,inset 0 1px 2px #fffc}.value-content h4{color:var(--text-dark);letter-spacing:-.01em;margin-bottom:1rem;font-size:2rem;font-weight:800}.value-description{color:var(--text-medium);margin-bottom:2rem;font-size:1.125rem;font-weight:500;line-height:1.8}.value-details{margin:0;padding:0;list-style:none}.value-details li{color:var(--text-dark);border-bottom:1px solid #9fbf3b1a;align-items:center;gap:1rem;padding:.875rem 0;font-size:1.05rem;font-weight:600;display:flex}.value-details li:last-child{border-bottom:none}.detail-check{background:var(--primary-green);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;min-width:28px;height:28px;font-size:.875rem;font-weight:800;display:flex;box-shadow:0 4px 12px #9fbf3b4d}.value-card-shimmer{pointer-events:none;background:linear-gradient(90deg,#0000,#fff6,#0000);width:50%;height:100%;animation:5s ease-in-out infinite value-shimmer;position:absolute;top:0;left:-100%}@keyframes value-shimmer{0%,to{left:-100%}50%{left:150%}}.certification-showcase-spectacular{z-index:2;justify-content:center;display:flex;position:relative}.certification-badge-premium{-webkit-backdrop-filter:blur(50px)saturate(180%);background:#ffffffa6;border:2.5px solid #ffffffb3;border-radius:36px;align-items:center;gap:3rem;max-width:700px;padding:3.5rem 5rem;transition:all .5s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;overflow:hidden;box-shadow:0 50px 120px #0000001f,0 30px 70px #9fbf3b33,inset 0 2px 4px #fff}.certification-badge-premium:hover{box-shadow:0 60px 150px #00000026,0 40px 90px #9fbf3b4d,inset 0 3px 6px #fff}.badge-glow-effect{opacity:.7;filter:blur(25px);z-index:-1;background:linear-gradient(135deg,#9fbf3b99,#6b8e7f66,#9fbf3b99) 0 0/200% 200%;border-radius:36px;animation:10s infinite badge-glow-rotate;position:absolute;inset:-4px}@keyframes badge-glow-rotate{0%,to{background-position:0%}50%{background-position:100%}}.badge-icon-large{background:linear-gradient(135deg,#9fbf3b33 0%,#9fbf3b1a 100%);border-radius:28px;justify-content:center;align-items:center;width:120px;min-width:120px;height:120px;font-size:4.5rem;display:flex;box-shadow:0 20px 50px #9fbf3b33,inset 0 2px 4px #ffffffe6}.badge-content-premium h4{color:var(--text-dark);letter-spacing:-.02em;margin-bottom:.75rem;font-size:2.25rem;font-weight:900}.badge-content-premium p{color:var(--text-medium);margin-bottom:1.5rem;font-size:1.25rem;font-weight:500}.badge-seal{color:var(--secondary-brown);background:linear-gradient(135deg,#9fbf3b26 0%,#9fbf3b14 100%);border:2px solid #9fbf3b4d;border-radius:50px;align-items:center;gap:.75rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:700;display:inline-flex}.seal-icon{background:var(--primary-green);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:.875rem;font-weight:800;display:flex;box-shadow:0 4px 12px #9fbf3b4d}.badge-shine-effect{pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff80,#0000);width:50%;height:100%;animation:6s ease-in-out infinite badge-shine;position:absolute;top:0;left:-100%}@keyframes badge-shine{0%,to{left:-100%}50%{left:150%}}@media (max-width:1200px){.commitments-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.values-grid{grid-template-columns:1fr}}@media (max-width:968px){.sustainability{padding:100px 0 120px}.sustainability-header{margin-bottom:4rem}.sustainability .section-title{font-size:clamp(2.5rem,7vw,4rem)}.section-subtitle{font-size:1.25rem}.commitments-grid{grid-template-columns:1fr}.core-values-section{margin-bottom:4rem}.certification-badge-premium{text-align:center;flex-direction:column;padding:3rem 2.5rem}}@media (max-width:768px){.sustainability{padding:80px 0 100px}.commitment-card-spectacular{padding:2.5rem 2rem}.commitment-icon-spectacular{width:80px;height:80px;font-size:3rem}.value-card-glass{padding:2.5rem}.values-grid{gap:2rem}.certification-badge-premium{padding:2.5rem 2rem}.badge-icon-large{width:100px;height:100px;font-size:4rem}}@media (max-width:480px){.section-eyebrow{padding:.625rem 1.5rem;font-size:.85rem}.sustainability .section-title{font-size:2.25rem}.section-subtitle{font-size:1.125rem}.commitment-card-spectacular{padding:2rem 1.75rem}.value-card-glass{padding:2rem}.values-grid{grid-template-columns:1fr}.certification-badge-premium{padding:2rem 1.5rem}}
.contact{perspective:2000px;background:radial-gradient(at top,#fefdfb 0%,#f5f2ed 40%,#f8f6f3 70%,#ede9e3 100%);padding:140px 0 160px;position:relative;overflow:hidden}.contact-bg-blob{filter:blur(120px);opacity:.5;pointer-events:none;z-index:0;border-radius:50%;animation:30s ease-in-out infinite blob-spectacular;position:absolute}.contact-bg-blob-1{background:radial-gradient(circle,#9fbf3b40 0%,#9fbf3b0d 40%,#0000 70%);width:1000px;height:1000px;animation-duration:35s;top:-25%;left:-20%}.contact-bg-blob-2{background:radial-gradient(circle,#d2b48c33 0%,#d2b48c0d 40%,#0000 70%);width:800px;height:800px;animation-duration:40s;animation-delay:-8s;bottom:-20%;right:-15%}.contact-bg-blob-3{background:radial-gradient(circle,#9fbf3b26 0%,#9fbf3b08 50%,#0000 70%);width:600px;height:600px;animation-duration:45s;animation-delay:-15s;top:40%;left:40%}.contact-grid-pattern{opacity:.4;z-index:1;background-image:linear-gradient(#9fbf3b08 1px,#0000 1px),linear-gradient(90deg,#9fbf3b08 1px,#0000 1px);background-size:60px 60px;animation:60s linear infinite grid-move;position:absolute;inset:0}.contact-glow-effect{filter:blur(80px);z-index:1;background:radial-gradient(circle,#9fbf3b14 0%,#0000 60%);width:1200px;height:1200px;animation:8s ease-in-out infinite pulse-glow;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes blob-spectacular{0%,to{transform:translate(0)scale(1)rotate(0)}25%{transform:translate(60px,-80px)scale(1.15)rotate(90deg)}50%{transform:translate(-40px,60px)scale(.9)rotate(180deg)}75%{transform:translate(80px,40px)scale(1.1)rotate(270deg)}}@keyframes grid-move{0%{background-position:0 0}to{background-position:60px 60px}}@keyframes pulse-glow{0%,to{opacity:.3;transform:translate(-50%,-50%)scale(1)}50%{opacity:.6;transform:translate(-50%,-50%)scale(1.2)}}.contact-header{text-align:center;z-index:2;margin-bottom:6rem;position:relative}.floating-decoration{opacity:.6;position:absolute;top:-80px;left:50%;transform:translate(-50%)}.contact-header .section-title{background:linear-gradient(135deg,#2d3319 0%,#9fbf3b 25%,#2d3319 50%,#9fbf3b 75%,#2d3319 100%) 0 0/400%;-webkit-text-fill-color:transparent;letter-spacing:-.03em;text-shadow:0 10px 40px #9fbf3b26;filter:drop-shadow(0 4px 20px #0000001a);-webkit-background-clip:text;background-clip:text;margin-bottom:1.75rem;font-size:clamp(3rem,6vw,5.5rem);font-weight:900;line-height:1;animation:10s infinite gradient-spectacular}@keyframes gradient-spectacular{0%,to{background-position:0%}50%{background-position:100%}}.contact-subtitle{color:var(--text-medium);letter-spacing:.01em;opacity:.9;max-width:700px;margin:0 auto;font-size:1.5rem;font-weight:500;line-height:1.7}.contact-grid{z-index:2;perspective:2000px;grid-template-columns:.9fr 1.1fr;align-items:start;gap:5rem;display:grid;position:relative}.contact-info{transform-style:preserve-3d;flex-direction:column;display:flex}.info-glass-container{-webkit-backdrop-filter:blur(40px)saturate(180%);transform-style:preserve-3d;background:#ffffff8c;border:2px solid #fff9;border-radius:32px;padding:3rem;position:relative;overflow:hidden;box-shadow:0 40px 100px #0000001f,0 20px 60px #9fbf3b26,inset 0 1px 2px #ffffffe6,inset 0 -1px 2px #9fbf3b1a}.info-glass-container:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;animation:8s ease-in-out infinite shimmer-slide;position:absolute;top:0;left:-100%}@keyframes shimmer-slide{0%,to{left:-100%}50%{left:100%}}.glass-panel-header{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.pulse-dot{background:var(--primary-green);border-radius:50%;width:12px;height:12px;animation:2s ease-in-out infinite pulse-dot;box-shadow:0 0 #9fbf3bb3}@keyframes pulse-dot{0%,to{box-shadow:0 0 #9fbf3bb3}50%{box-shadow:0 0 0 12px #9fbf3b00}}.glass-panel-header h3{background:linear-gradient(135deg,#2d3319 0%,#9fbf3b 100%);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;margin:0;font-size:2.75rem;font-weight:900}.glass-panel-desc{color:var(--text-medium);margin-bottom:2.5rem;font-size:1.125rem;font-weight:500;line-height:1.8}.contact-card-3d{transform-style:preserve-3d;cursor:pointer;border-radius:24px;align-items:center;gap:2rem;margin-bottom:1.75rem;padding:2.5rem;transition:all .5s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative}.glass-ultra{-webkit-backdrop-filter:blur(30px)saturate(160%);background:#ffffffa6;border:2px solid #ffffffb3;box-shadow:0 20px 60px #00000014,0 8px 30px #9fbf3b1a,inset 0 1px 1px #ffffffe6}.card-glow-border{opacity:0;filter:blur(15px);z-index:-1;background:linear-gradient(135deg,#9fbf3b66,#d2b48c33);border-radius:24px;transition:opacity .5s;position:absolute;inset:-2px}.contact-card-3d:hover .card-glow-border{opacity:1}.contact-card-3d:hover{box-shadow:0 40px 120px #00000026,0 20px 60px #9fbf3b40,inset 0 2px 4px #fff}.contact-card-icon-3d{background:linear-gradient(135deg,#9fbf3b33 0%,#9fbf3b14 100%);border-radius:20px;justify-content:center;align-items:center;width:72px;min-width:72px;height:72px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #9fbf3b26,inset 0 1px 1px #fffc}.contact-card-icon-3d svg{filter:drop-shadow(0 2px 8px #9fbf3b4d);width:36px;height:36px}.contact-card-content-3d{flex:1;position:relative}.contact-card-content-3d h4{color:var(--text-dark);letter-spacing:-.01em;margin:0 0 .75rem;font-size:1.25rem;font-weight:800}.contact-card-content-3d a{color:var(--primary-green);align-items:center;gap:.5rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;position:relative}.link-arrow{transition:transform .3s}.contact-card-content-3d a:hover{color:#88a833;transform:translate(5px)}.contact-card-content-3d a:hover .link-arrow{transform:translate(3px,-3px)}.time-badge{color:var(--text-dark);background:linear-gradient(135deg,#9fbf3b1f 0%,#9fbf3b0d 100%);border:1px solid #9fbf3b33;border-radius:12px;align-items:center;gap:.75rem;padding:.75rem 1.25rem;font-size:1.05rem;font-weight:600;display:inline-flex}.live-indicator{background:#22c55e;border-radius:50%;width:10px;height:10px;animation:2s ease-in-out infinite live-pulse}@keyframes live-pulse{0%,to{box-shadow:0 0 #22c55eb3}50%{box-shadow:0 0 0 8px #22c55e00}}.card-shimmer{pointer-events:none;background:linear-gradient(90deg,#0000,#fff9,#0000);width:50%;height:100%;animation:3s ease-in-out infinite card-shimmer;position:absolute;top:0;left:-100%}@keyframes card-shimmer{0%{left:-100%}50%,to{left:200%}}.trust-badges-spectacular{justify-content:center;gap:1rem;margin-top:2.5rem;display:flex}.trust-badge-glow{color:var(--secondary-brown);cursor:pointer;background:linear-gradient(135deg,#9fbf3b26 0%,#9fbf3b14 100%);border:2px solid #9fbf3b4d;border-radius:16px;flex:1;justify-content:center;align-items:center;gap:.75rem;padding:1.125rem 1.5rem;font-size:.95rem;font-weight:700;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;overflow:hidden;box-shadow:0 8px 25px #9fbf3b26}.trust-badge-single{max-width:100%}.trust-badge-glow:hover{border-color:var(--primary-green);transform:translateY(-8px);box-shadow:0 20px 50px #9fbf3b4d}.trust-badge-glow svg{color:var(--primary-green);filter:drop-shadow(0 2px 6px #9fbf3b4d)}.badge-shine{background:linear-gradient(45deg,#0000,#ffffff4d,#0000);width:200%;height:200%;animation:3s ease-in-out infinite badge-shine;position:absolute;top:-50%;left:-50%}@keyframes badge-shine{0%{transform:translate(-100%)translateY(-100%)rotate(45deg)}to{transform:translate(100%)translateY(100%)rotate(45deg)}}.contact-form-spectacular{transform-style:preserve-3d;border-radius:36px;padding:4rem;transition:all .6s cubic-bezier(.34,1.56,.64,1);position:relative}.glass-ultra-premium{-webkit-backdrop-filter:blur(50px)saturate(180%);background:#fff9;border:2px solid #ffffffb3;box-shadow:0 50px 120px #0000001f,0 25px 70px #9fbf3b33,inset 0 2px 4px #fff,inset 0 -2px 4px #9fbf3b1a}.form-glow-border{opacity:.6;filter:blur(20px);z-index:-1;background:linear-gradient(135deg,#9fbf3b80,#d2b48c4d,#9fbf3b80) 0 0/200% 200%;border-radius:36px;animation:8s infinite glow-rotate;position:absolute;inset:-3px}@keyframes glow-rotate{0%,to{background-position:0%}50%{background-position:100%}}.form-shine-effect{pointer-events:none;background:linear-gradient(90deg,#0000,#fff6,#0000);width:50%;height:100%;animation:6s ease-in-out infinite form-shine;position:absolute;top:0;left:-100%}@keyframes form-shine{0%,to{left:-100%}50%{left:150%}}.success-spectacular{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#9fbf3b26 0%,#9fbf3b14 100%);border:3px solid #9fbf3b66;border-radius:24px;margin-bottom:2.5rem;padding:2.5rem;position:relative;overflow:hidden;box-shadow:0 20px 60px #9fbf3b33,inset 0 1px 1px #fffc}.success-icon-container{width:60px;height:60px;margin:0 auto 1.5rem}.success-icon{filter:drop-shadow(0 8px 20px #9fbf3b4d);width:100%;height:100%}.success-spectacular h4{color:var(--secondary-brown);text-align:center;margin:0 0 .5rem;font-size:1.5rem;font-weight:800}.success-spectacular p{color:var(--text-medium);text-align:center;margin:0;font-size:1.125rem;font-weight:500}.success-particles{position:absolute;top:50%;left:50%}.particle{background:var(--primary-green);border-radius:50%;width:8px;height:8px;position:absolute;box-shadow:0 0 10px #9fbf3b99}.form-grid-2{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.form-group-modern{margin-bottom:1.75rem}.form-group-modern label{color:var(--text-dark);letter-spacing:.01em;align-items:center;gap:.75rem;margin-bottom:.875rem;font-size:1rem;font-weight:700;display:flex}.form-group-modern label svg{color:var(--primary-green);opacity:.8}.form-group-modern input,.form-group-modern select,.form-group-modern textarea{width:100%;color:var(--text-dark);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:2.5px solid #9fbf3b33;border-radius:16px;padding:1.25rem 1.75rem;font-family:Inter,sans-serif;font-size:1.0625rem;font-weight:500;transition:all .4s cubic-bezier(.34,1.56,.64,1);box-shadow:0 4px 15px #0000000a}.form-group-modern input::placeholder,.form-group-modern textarea::placeholder{color:var(--text-light);font-weight:400}.form-group-modern input:focus,.form-group-modern select:focus,.form-group-modern textarea:focus{border-color:var(--primary-green);background:#fffffffa;outline:none;box-shadow:0 0 0 5px #9fbf3b1f,0 12px 30px #9fbf3b26,inset 0 1px 2px #9fbf3b1a}.form-group-modern textarea{resize:vertical;min-height:160px;line-height:1.7}.form-group-modern select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 8L13 1' stroke='%239fbf3b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 1.5rem center;background-repeat:no-repeat;padding-right:4rem}.btn-spectacular{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,#9fbf3b 0%,#88a833 50%,#9fbf3b 100%) 0 0/200%;border:none;border-radius:18px;justify-content:center;align-items:center;width:100%;padding:1.5rem 2.5rem;font-size:1.1875rem;font-weight:800;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;overflow:hidden;box-shadow:0 15px 50px #9fbf3b66,0 6px 20px #00000026,inset 0 1px 2px #ffffff80}.btn-glow{filter:blur(15px);opacity:0;z-index:-1;background:linear-gradient(135deg,#9fbf3bcc,#d2b48c99);border-radius:18px;transition:opacity .4s;position:absolute;inset:-3px}.btn-spectacular:hover .btn-glow{opacity:1}.btn-spectacular:hover{background-position:100%;transform:translateY(-5px);box-shadow:0 25px 70px #9fbf3b80,0 10px 30px #0003,inset 0 1px 2px #fff9}.btn-spectacular:active{transform:translateY(-2px)}.btn-text{z-index:1;align-items:center;gap:1rem;display:flex;position:relative}.btn-icon-spectacular{stroke-width:3px;width:24px;height:24px}.btn-shimmer{background:linear-gradient(90deg,#0000,#fff6,#0000);width:50%;height:100%;animation:3s ease-in-out infinite btn-shimmer;position:absolute;top:0;left:-100%}@keyframes btn-shimmer{0%,to{left:-100%}50%{left:150%}}@media (max-width:1200px){.contact-grid{grid-template-columns:1fr 1fr;gap:4rem}.contact-form-spectacular{padding:3.5rem}}@media (max-width:968px){.contact{padding:100px 0 120px}.contact-grid{grid-template-columns:1fr;gap:4.5rem}.contact-header{margin-bottom:4.5rem}.contact-header .section-title{font-size:clamp(2.5rem,7vw,4rem)}.contact-subtitle{font-size:1.25rem}.info-glass-container{padding:2.5rem}.trust-badges-spectacular{flex-wrap:wrap}.form-grid-2{grid-template-columns:1fr}}@media (max-width:768px){.contact{padding:80px 0 100px}.contact-form-spectacular{border-radius:28px;padding:2.5rem}.info-glass-container{border-radius:24px;padding:2rem}.contact-card-3d{gap:1.5rem;padding:1.75rem}.contact-card-icon-3d{width:60px;min-width:60px;height:60px}.contact-card-icon-3d svg{width:30px;height:30px}.glass-panel-header h3{font-size:2.25rem}.form-group-modern input,.form-group-modern select,.form-group-modern textarea{padding:1.125rem 1.5rem;font-size:1rem}.btn-spectacular{padding:1.375rem 2rem;font-size:1.0625rem}}@media (max-width:480px){.floating-decoration{display:none}.contact-header .section-title{font-size:2.25rem}.contact-subtitle{font-size:1.125rem}.info-glass-container{padding:1.75rem}.contact-card-3d{text-align:center;flex-direction:column}.trust-badges-spectacular{flex-direction:column}.form-grid-2{gap:1rem}.contact-form-spectacular{padding:2rem}}
.footer{color:var(--white);background:linear-gradient(135deg,#3d2817 0%,#4a3520 25%,#5d452e 50%,#4a3520 75%,#3d2817 100%);padding:0;position:relative;overflow:hidden}.footer-gradient-overlay{pointer-events:none;z-index:1;background:radial-gradient(at top,#9fbf3b14 0%,#0000 60%);position:absolute;inset:0}.footer-pattern{pointer-events:none;z-index:1;background-image:repeating-linear-gradient(45deg,#0000,#0000 60px,#ffffff03 60px 120px);position:absolute;inset:0}.footer .container{z-index:2;padding:100px 40px 40px;position:relative}.footer-main{grid-template-columns:1.5fr 1fr;gap:80px;margin-bottom:60px;display:grid}.footer-brand-section{flex-direction:column;gap:40px;display:flex}.footer-logo-wrapper{animation:.8s ease-out fadeInUp}.footer-logo{align-items:flex-start;gap:20px;display:flex}.footer-logo .logo-image{object-fit:cover;width:70px;height:70px;transition:var(--transition);border:2px solid #9fbf3b33;border-radius:16px;box-shadow:0 8px 24px #0000004d}.footer-logo:hover .logo-image{border-color:#9fbf3b80;transform:scale(1.05)}.logo-text{flex-direction:column;gap:8px;display:flex}.logo-title{background:linear-gradient(135deg,var(--white)0%,#fffc 100%);-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;background-clip:text;font-family:Playfair Display,serif;font-size:2rem;font-weight:700}.logo-tagline{color:#ffffffb3;max-width:300px;font-size:1rem;font-weight:400;line-height:1.6}.footer-cta{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#9fbf3b1a 0%,#9fbf3b0d 100%);border:1px solid #9fbf3b33;border-radius:24px;padding:32px;animation:.8s ease-out .2s backwards fadeInUp}.cta-text{color:#ffffffe6;margin-bottom:20px;font-size:1.1rem;font-weight:500;line-height:1.6}.cta-button{background:linear-gradient(135deg,var(--primary-green)0%,var(--primary-green-light)100%);color:var(--white);cursor:pointer;border:none;border-radius:50px;align-items:center;gap:10px;padding:16px 32px;font-size:1rem;font-weight:600;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #9fbf3b4d}.cta-button:before{content:"";opacity:0;background:linear-gradient(135deg,#fff3 0%,#0000 100%);transition:opacity .4s;position:absolute;inset:0}.cta-button:hover:before{opacity:1}.cta-button:hover{transform:translateY(-3px);box-shadow:0 12px 36px #9fbf3b80}.cta-arrow{width:20px;height:20px;transition:transform .4s}.cta-button:hover .cta-arrow{transform:translate(5px)}.footer-columns{grid-template-columns:1fr 1fr;gap:40px;display:grid}.footer-column{animation:.8s ease-out .4s backwards fadeInUp}.column-title{color:var(--white);margin-bottom:24px;font-size:1.3rem;font-weight:700;display:inline-block;position:relative}.column-title:after{content:"";background:linear-gradient(90deg,var(--primary-green)0%,transparent 100%);border-radius:2px;width:40px;height:3px;position:absolute;bottom:-8px;left:0}.column-links{flex-direction:column;gap:12px;list-style:none;display:flex}.footer-link{color:#fffc;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;padding:10px 0;font-family:Inter,sans-serif;font-size:1rem;transition:all .3s;display:flex;position:relative}.link-icon{opacity:0;color:var(--primary-green-light);font-size:1.2rem;transition:all .3s;transform:translate(-10px)}.footer-link:hover{color:var(--white);transform:translate(8px)}.footer-link:hover .link-icon{opacity:1;transform:translate(0)}.social-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.social-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;align-items:center;gap:12px;padding:20px;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.social-card:before{content:"";opacity:0;background:linear-gradient(135deg,#9fbf3b1a 0%,#0000 100%);transition:opacity .4s;position:absolute;inset:0}.social-card:hover:before{opacity:1}.social-card:hover{border-color:#9fbf3b80;transform:translateY(-8px);box-shadow:0 16px 40px #0000004d}.social-icon-wrapper{z-index:1;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;transition:all .4s;display:flex;position:relative}.social-icon-wrapper svg{width:24px;height:24px;color:var(--white);transition:transform .4s}.social-card:hover .social-icon-wrapper svg{transform:scale(1.15)}.social-icon-wrapper.facebook{background:linear-gradient(135deg,#1877f2 0%,#0c63d4 100%)}.social-icon-wrapper.instagram{background:linear-gradient(135deg,#e1306c 0%,#c13584 50%,#833ab4 100%)}.social-icon-wrapper.twitter{background:linear-gradient(135deg,#1da1f2 0%,#0c85d0 100%)}.social-icon-wrapper.linkedin{background:linear-gradient(135deg,#0077b5 0%,#005885 100%)}.social-card:hover .social-icon-wrapper{transform:rotateY(360deg)}.social-label{color:#ffffffe6;z-index:1;font-size:.9rem;font-weight:600;position:relative}.footer-divider{background:linear-gradient(90deg,#0000 0%,#9fbf3b4d 20%,#9fbf3b80 50%,#9fbf3b4d 80%,#0000 100%);height:1px;margin:60px 0 40px;position:relative}.footer-divider:before{content:"";background:linear-gradient(90deg,transparent,var(--primary-green),transparent);filter:blur(4px);width:80px;height:5px;position:absolute;top:-2px;left:50%;transform:translate(-50%)}.footer-bottom{justify-content:space-between;align-items:center;gap:40px;animation:.8s ease-out .6s backwards fadeInUp;display:flex}.footer-legal{flex:1}.copyright{color:#fff9;margin-bottom:12px;font-size:.95rem}.legal-links{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.legal-link{color:#ffffffb3;font-size:.9rem;text-decoration:none;transition:all .3s;position:relative}.legal-link:after{content:"";background:var(--primary-green-light);width:0;height:1px;transition:width .3s;position:absolute;bottom:-2px;left:0}.legal-link:hover{color:var(--primary-green-light)}.legal-link:hover:after{width:100%}.separator{color:#ffffff4d;font-size:.8rem}.footer-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#9fbf3b26 0%,#9fbf3b0d 100%);border:1.5px solid #9fbf3b4d;border-radius:50px;padding:12px 24px}.badge-content{align-items:center;gap:10px;display:flex}.badge-icon{width:24px;height:24px;color:var(--primary-green-light);animation:2s ease-in-out infinite pulse}.badge-content span{color:var(--white);letter-spacing:.5px;font-size:.95rem;font-weight:700}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}@media (max-width:1200px){.footer-main{gap:60px}.footer-columns{grid-template-columns:1fr;gap:40px}}@media (max-width:968px){.footer-main{grid-template-columns:1fr;gap:60px}.footer-columns{grid-template-columns:repeat(2,1fr);gap:40px}.social-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.footer .container{padding:60px 24px 30px}.footer-main{gap:50px}.footer-columns{grid-template-columns:1fr;gap:40px}.logo-title{font-size:1.6rem}.logo-tagline{font-size:.95rem}.footer-logo .logo-image{width:60px;height:60px}.footer-cta{padding:24px}.cta-text{font-size:1rem}.social-grid{grid-template-columns:repeat(2,1fr)}.footer-bottom{text-align:center;flex-direction:column;gap:24px}.legal-links{justify-content:center}}@media (max-width:480px){.footer .container{padding:50px 20px 24px}.footer-logo{text-align:center;flex-direction:column;align-items:center}.logo-text{align-items:center}.logo-title{font-size:1.4rem}.cta-button{justify-content:center;width:100%}.social-grid{grid-template-columns:1fr}.social-card{flex-direction:row;justify-content:flex-start;padding:16px}}
.order-buttons-container{z-index:1000;flex-direction:column;align-items:center;gap:10px;display:flex;position:fixed;bottom:30px;right:30px}.main-order-button{color:#fff;cursor:pointer;will-change:transform;transform-origin:50%;background:linear-gradient(135deg,#9fbf3b 0%,#7da82e 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;font-size:28px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #9fbf3b66,0 4px 12px #00000026}.main-order-button:before{content:"";background:#ffffff4d;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.main-order-button:hover:before{width:100px;height:100px}.main-order-button:hover{transform:scale(1.08);box-shadow:0 12px 32px #9fbf3b80,0 6px 16px #0003}.order-option{color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:55px;height:55px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;bottom:0;right:0;box-shadow:0 6px 20px #0003}.order-option svg{width:24px;height:24px}.order-option.whatsapp{background:linear-gradient(135deg,#25d366 0%,#128c7e 100%)}.order-option.whatsapp:hover{background:linear-gradient(135deg,#2ee672 0%,#15a393 100%);box-shadow:0 8px 28px #25d36666}.order-option.email{background:linear-gradient(135deg,#ea4335 0%,#c5221f 100%)}.order-option.email:hover{background:linear-gradient(135deg,#f25443 0%,#d42e28 100%);box-shadow:0 8px 28px #ea433566}.order-option.phone{background:linear-gradient(135deg,#4285f4 0%,#1967d2 100%)}.order-option.phone:hover{background:linear-gradient(135deg,#5a95f5 0%,#2573e0 100%);box-shadow:0 8px 28px #4285f466}.order-label{color:#4a3c1e;white-space:nowrap;letter-spacing:.3px;background:#fffffff2;border-radius:20px;margin-top:8px;padding:6px 12px;font-size:13px;font-weight:600;box-shadow:0 4px 12px #0000001a}@keyframes pulse{0%,to{box-shadow:0 8px 24px #9fbf3b66,0 4px 12px #00000026}50%{box-shadow:0 12px 32px #9fbf3b80,0 6px 16px #0003}}.main-order-button{animation:2s ease-in-out infinite pulse}.main-order-button:hover{animation:none}@media (max-width:768px){.order-buttons-container{bottom:20px;right:20px}.main-order-button{width:60px;height:60px;font-size:26px}.order-option{width:50px;height:50px}.order-option svg{width:22px;height:22px}.order-label{padding:5px 10px;font-size:12px}}@media (max-width:480px){.order-buttons-container{bottom:15px;right:15px}.main-order-button{width:55px;height:55px;font-size:24px}.order-option{width:45px;height:45px}.order-label{font-size:11px}}
.scroll-progress-container{z-index:9999;background:#9fbf3b1a;width:100%;height:4px;position:fixed;top:0;left:0;overflow:hidden}.scroll-progress-bar{background:var(--gradient-primary);height:100%;transition:width .1s ease-out;position:relative;box-shadow:0 0 20px #9fbf3b80}.scroll-progress-glow{background:linear-gradient(90deg,#0000,#fff9);width:100px;height:100%;animation:2s ease-in-out infinite glow-slide;position:absolute;top:0;right:0}@keyframes glow-slide{0%,to{opacity:.5;transform:translate(0)}50%{opacity:1;transform:translate(-50px)}}
.loader-container{z-index:99999;background:linear-gradient(135deg,#f8f6f3 0%,#fefdfb 50%,#f5efe7 100%);justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.loader-content{flex-direction:column;align-items:center;gap:2rem;display:flex;position:relative}.loader-logo{filter:drop-shadow(0 10px 30px #9fbf3b4d);animation:2s ease-in-out infinite pulse}.loader-logo img{object-fit:contain;background:#fff;border-radius:50%;width:150px;height:150px;padding:10px;box-shadow:0 10px 40px #0000001a}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.loader-brand{background:var(--gradient-primary);-webkit-text-fill-color:transparent;text-align:center;letter-spacing:.02em;-webkit-background-clip:text;background-clip:text;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700}.loader-bar-container{background:#9fbf3b26;border-radius:10px;width:300px;height:4px;position:relative;overflow:hidden}.loader-bar{background:var(--gradient-primary);border-radius:10px;height:100%;position:relative}.loader-bar:after{content:"";background:linear-gradient(90deg,#0000,#fff9);width:100px;height:100%;animation:1.5s ease-in-out infinite shimmer;position:absolute;top:0;right:0}@keyframes shimmer{0%{transform:translate(-100px)}to{transform:translate(100px)}}.loader-particle{pointer-events:none;background:radial-gradient(circle,#9fbf3b,#7da82e);border-radius:50%;width:8px;height:8px;position:absolute}@media (max-width:768px){.loader-brand{font-size:2rem}.loader-bar-container{width:250px}.loader-logo svg{width:80px;height:80px}}
.App{width:100%;min-height:100vh}section{justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative}@media (max-width:768px){section{min-height:auto;padding:60px 0}}
