:root{--primary-green:#183624;--primary-green-dark:#12281a;--cream-bg:#f8f6f0;--gold:#d4af37;--gold-light:#f3e5ab;--gold-medium:#d1a334;--gold-gradient:linear-gradient(90deg, #cca745, #f5de88, #d1a334);--text-white:#fff;--text-dark:#2b2b2b;--transition:all .3s ease}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--primary-green);color:var(--text-dark);scroll-behavior:smooth;font-family:Poppins,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:600}.navbar{z-index:100;width:100%;transition:var(--transition);justify-content:center;align-items:center;padding:2rem 5%;display:flex;position:fixed;top:0;left:0}.logo{align-items:center;display:flex;position:absolute;top:0;left:5%}.logo img{width:auto;height:120px;transition:var(--transition)}.navbar.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#183624f2;padding:1rem 5%;box-shadow:0 4px 20px #0000001a}.navbar.scrolled .logo img{height:80px}.nav-links{gap:3rem;list-style:none;display:flex}.nav-links a{color:#ffffffb3;transition:var(--transition);font-size:1rem;text-decoration:none;position:relative}.nav-links a:hover,.nav-links a.active{color:var(--gold-light)}.nav-links a:after{content:"";background-color:var(--gold);width:0;height:1px;transition:var(--transition);position:absolute;bottom:-5px;left:0}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.hero{background-color:var(--primary-green);text-align:center;background-image:url(/assets/hero_bg-pf0V9hTx.png);background-position:50% calc(50% - 100px);background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;min-height:calc(100vh + 140px);padding-top:80px;padding-bottom:140px;display:flex;position:relative}.hero:before{content:"";z-index:1;background:radial-gradient(#18362480 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:10;opacity:0;max-width:800px;padding:0 20px;animation:1s .5s forwards fadeInUp;position:relative;transform:translateY(30px)}.hero-subtitle{width:60%;color:var(--text-white);opacity:.9;margin:0 auto 2.5rem;font-size:1.15rem}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.hero-content h1{color:var(--gold-light);text-shadow:2px 2px 10px #00000040;margin-bottom:1.2rem;font-size:4.3rem;font-style:italic;line-height:1.15}.hero-content p{color:var(--text-white);opacity:.9;margin-bottom:2.5rem;font-size:1.15rem}.btn-primary{color:var(--text-white);cursor:pointer;transition:var(--transition);letter-spacing:.5px;background:#000;border:none;border-radius:500px;padding:.9rem 2.5rem;font-family:Poppins,sans-serif;font-size:1rem;font-weight:500}.btn-primary:hover{transform:scale(.98)}.tear-section{z-index:20;pointer-events:none;width:100%;position:absolute;left:0}.tear-svg{width:100%;height:100%;display:block}.tear-hero-bottom{height:180px;bottom:-2px}.tear-cream-bottom{height:140px;bottom:-2px}.deco{pointer-events:none;z-index:25;position:absolute}.deco-honey-hero{filter:drop-shadow(0 8px 15px #0000004d);opacity:.9;width:180px;height:auto;bottom:-30px;right:15%;transform:rotate(-25deg)}.deco-dipper-why{filter:drop-shadow(0 10px 20px #0000002e);opacity:.95;z-index:10;width:220px;height:auto;top:-30px;right:-10px;transform:rotate(40deg)}.deco-honey-splash{filter:drop-shadow(0 4px 10px #0000001f);opacity:.9;z-index:6;width:100px;height:auto;position:absolute;top:0;right:0;transform:rotate(0)}.deco-wheat-why{opacity:.88;z-index:5;filter:drop-shadow(0 4px 10px #0000001f);width:250px;position:absolute;top:50px;left:0;transform:rotate(70deg)}.deco-pista{opacity:.92;filter:drop-shadow(0 3px 6px #00000026);z-index:6;pointer-events:none;width:48px;height:auto;position:absolute}.features-container{position:relative}.deco-pista-0{width:42px;top:10px;left:0;transform:rotate(60deg)}.deco-pista-1{width:36px;top:60px;left:-30px;transform:rotate(-35deg)scale(1.4)}.deco-pista-2{width:42px;top:120px;left:-35px;transform:rotate(10deg)}.deco-pista-3{opacity:.85;width:48px;top:180px;left:-25px;transform:rotate(-50deg)}.deco-pista-4{width:35px;bottom:0;left:740px;transform:rotate(50deg)scale(-1)}.honey-drop{width:80px;position:absolute;bottom:-80px;right:15px}.why-laziz{background-color:var(--cream-bg);text-align:center;z-index:1;padding:0 5% 15rem;position:relative}.why-laziz h2{color:var(--primary-green);margin-bottom:3rem;font-size:2.8rem}.features-container{flex-wrap:wrap;justify-content:center;gap:2.5rem;max-width:1100px;margin:0 auto;display:flex}.feature-card{min-width:240px;max-width:340px;transition:var(--transition);opacity:0;background-color:#fff;border-radius:8px;flex:280px;padding:2.5rem 2rem;transform:translateY(30px);box-shadow:0 10px 25px #0000000d}.feature-card.visible{opacity:1;transform:translateY(0)}.feature-card:hover{transform:translateY(-8px);box-shadow:0 18px 35px #00000014}.feature-icon{color:var(--gold);margin-bottom:1.2rem;font-size:2.2rem}.feature-card h3{color:var(--primary-green);margin-bottom:.8rem;font-size:1.4rem}.feature-card p{color:#666;font-size:.9rem;line-height:1.6}.creations{background-color:var(--primary-green);text-align:center;z-index:2;padding:6rem 5%;position:relative}.creations h2{color:var(--gold-light);margin-bottom:4rem;font-size:2.8rem;font-style:italic}.products-container{flex-wrap:wrap;justify-content:center;gap:3rem;max-width:1100px;margin:0 auto;display:flex}.product-card{max-width:320px;color:var(--text-white);opacity:0;flex:280px;transform:translateY(30px)}.product-card.visible{opacity:1;transform:translateY(0)}.product-img-wrapper{width:220px;height:220px;transition:var(--transition);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex;position:relative;overflow:hidden}.product-img-wrapper:before{content:"";border:1px solid var(--gold);opacity:.4;transition:var(--transition);border-radius:50%;position:absolute;inset:-10px}.product-card:hover .product-img-wrapper:before{opacity:.8;transform:scale(1.05)}.product-img-wrapper img{object-fit:cover;width:100%;height:100%;transition:var(--transition);filter:drop-shadow(0 10px 15px #0006)}.product-card:hover .product-img-wrapper img{transform:scale(1.08)}.product-card h3{color:var(--gold-light);margin-bottom:.6rem;font-size:1.5rem;font-style:italic}.product-card p{color:#ffffffbf;font-size:.9rem;line-height:1.5}.footer{color:#fff9;background-color:#000;padding:3rem 5% 1.5rem;font-size:.9rem}.footer-inner{border-bottom:1px solid #d4af3733;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;max-width:1100px;margin:0 auto 2rem;padding-bottom:2rem;display:flex}.footer-logo img{opacity:.9;width:auto;height:70px}.footer-nav{flex-wrap:wrap;gap:2rem;display:flex}.footer-nav a{color:#ffffffa6;transition:var(--transition);text-decoration:none}.footer-nav a:hover{color:var(--gold-light)}.footer-social{gap:1.2rem;display:flex}.footer-social a{color:#fff9;transition:var(--transition);font-size:1.2rem}.footer-social a:hover{color:var(--gold)}.footer-bottom{text-align:center;color:#ffffff59;max-width:1100px;margin:0 auto;font-size:.8rem}@media (width<=768px){.hero{min-height:calc(100vh + 80px);padding-bottom:80px}.hero-content h1{font-size:2.8rem}.tear-hero-bottom,.tear-cream-bottom{height:80px}.deco-honey-hero{width:120px;right:5%}.deco-dipper-why{width:140px;top:-10px;right:-15px}.deco-honey-splash{width:90px;bottom:70px;right:1%}.deco-wheat-why{width:130px;bottom:70px;left:-10px}.deco-pista{opacity:.9}.deco-pista-3,.nav-links{display:none}.why-laziz{padding:4rem 5% 8rem}.creations{padding:4rem 5%}.why-laziz h2,.creations h2{font-size:2.2rem}}
