*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;background-color:#18c657;margin:0;padding:0;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#fff;font-weight:600;margin-bottom:1rem;letter-spacing:-.02em;line-height:1.2}h1{font-size:3.5rem;font-weight:700;letter-spacing:-.03em}h2{font-size:2.5rem;font-weight:600;letter-spacing:-.02em}h3{font-size:2rem;font-weight:600;letter-spacing:-.01em}p{font-size:1.1rem;margin-bottom:1rem;color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 2rem}section{padding:4rem 0;min-height:100vh;display:flex;align-items:center}.contact{min-height:auto!important;padding-bottom:0!important}.btn{display:inline-block;padding:1rem 2rem;background:transparent;border:2px solid white;color:#fff;text-decoration:none;border-radius:50px;font-weight:600;font-size:1.1rem;transition:all .3s ease;cursor:pointer}.btn:hover{background:#fff;color:#18c657;transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes floatSlow{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-15px) rotate(2deg)}66%{transform:translateY(-8px) rotate(-1deg)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.fade-in-up{animation:fadeInUp .8s ease-out}.fade-in-left{animation:slideInLeft .8s ease-out}.fade-in-right{animation:slideInRight .8s ease-out}.scale-in{animation:scaleIn .6s ease-out}.float{animation:float 3s ease-in-out infinite}.float-slow{animation:floatSlow 4s ease-in-out infinite}.parallax{transform:translateZ(0);will-change:transform}*{transition:all .3s ease}.fade-in-up{opacity:0;transform:translateY(50px);transition:opacity .8s ease-out,transform .8s ease-out}.fade-in-left{opacity:0;transform:translate(-50px);transition:opacity .8s ease-out,transform .8s ease-out}.fade-in-right{opacity:0;transform:translate(50px);transition:opacity .8s ease-out,transform .8s ease-out}.scale-in{opacity:0;transform:scale(.8);transition:opacity .6s ease-out,transform .6s ease-out}.slide-up{opacity:0;transform:translateY(80px);transition:opacity 1s ease-out,transform 1s ease-out}.fade-in{opacity:0;transition:opacity 1s ease-out}.zoom-in{opacity:0;transform:scale(.9);transition:opacity .7s ease-out,transform .7s ease-out}.rotate-in{opacity:0;transform:rotate(-5deg) scale(.9);transition:opacity .8s ease-out,transform .8s ease-out}.fade-in-up.visible,.fade-in-left.visible,.fade-in-right.visible,.scale-in.visible,.slide-up.visible,.fade-in.visible,.zoom-in.visible,.rotate-in.visible{opacity:1;transform:translateY(0) translate(0) scale(1) rotate(0)}.animate-in{opacity:1!important;transform:translateY(0) translate(0) scale(1)!important}.btn{position:relative;overflow:hidden;transition:all .3s ease}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn:hover:before{left:100%}.mushroom-icon{display:inline-block;width:40px;height:40px;background:#fff;border-radius:50%/60% 60% 40% 40%;position:relative;margin:0 10px}.mushroom-icon:before{content:"";position:absolute;top:5px;left:50%;transform:translate(-50%);width:8px;height:8px;background:#18c657;border-radius:50%}.mushroom-icon:after{content:"";position:absolute;top:8px;left:35%;width:4px;height:4px;background:#18c657;border-radius:50%}.mushroom-icon.large{width:60px;height:60px}.mushroom-icon.large:before{width:12px;height:12px;top:8px}.mushroom-icon.large:after{width:6px;height:6px;top:12px;left:32%}@media(max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}.container{padding:0 1rem}section{padding:2rem 0;min-height:auto}.btn{padding:.8rem 1.5rem;font-size:1rem}}.header{position:fixed;top:0;left:0;right:0;background:#18c657;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.header-content{display:flex;justify-content:space-between;align-items:center;position:relative}.logo,.logo-icon{display:flex;align-items:center}.logo-image{height:60px;width:auto;object-fit:contain}.nav-list{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-link{background:none;border:none;color:#fff;font-size:1.1rem;font-weight:500;cursor:pointer;padding:.5rem 1rem;border-radius:25px;transition:all .3s ease;text-decoration:none}.nav-link:hover{background:#ffffff1a;transform:translateY(-2px)}.header-social-icons{display:flex;align-items:center;gap:1rem;margin-left:2rem}.social-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:#fff;border-radius:50%;background:#ffffff1a;transition:all .3s ease;text-decoration:none}.social-icon:hover{background:#fff3;transform:translateY(-3px) scale(1.1)}.mobile-social-icons{display:flex;justify-content:center;align-items:center;gap:1.5rem;padding:1.5rem 2rem;border-top:1px solid rgba(255,255,255,.1);margin-top:1rem}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburger{display:flex;flex-direction:column;width:25px;height:20px;position:relative;cursor:pointer}.hamburger span{display:block;height:3px;width:100%;background:#fff;border-radius:2px;transition:all .3s ease;transform-origin:center}.hamburger span:nth-child(1){margin-bottom:5px}.hamburger span:nth-child(2){margin-bottom:5px}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#18c657;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.1);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;z-index:999}.mobile-nav.active{transform:translateY(0);opacity:1;visibility:visible}.mobile-nav-list{list-style:none;margin:0;padding:1rem 0;display:flex;flex-direction:column;gap:.5rem}.mobile-nav-link{background:none;border:none;color:#fff;font-size:1.1rem;font-weight:500;cursor:pointer;padding:1rem 2rem;text-align:left;width:100%;transition:all .3s ease;text-decoration:none}.mobile-nav-link:hover{background:#ffffff1a;padding-left:2.5rem}@media(max-width:768px){.header-content{flex-direction:row;justify-content:space-between;align-items:center}.desktop-nav,.header-social-icons{display:none}.mobile-menu-btn,.mobile-nav{display:block}.logo-image{height:50px}}@media(max-width:480px){.header{padding:.8rem 0}.logo-image{height:45px}.mobile-nav-link{font-size:1rem;padding:.8rem 1.5rem}.hamburger{width:22px;height:18px}.hamburger span{height:2.5px}}.animated-mushroom{position:absolute;z-index:1;pointer-events:none;opacity:.3}.mushroom-small{width:60px;height:90px}.mushroom-medium{width:80px;height:120px}.mushroom-large{width:100px;height:150px}.mushroom-cap{width:100%;height:60%;background:#fff9;border-radius:50%/60% 60% 40% 40%;position:relative;animation:floatSlow 6s ease-in-out infinite}.mushroom-stem{width:30%;height:40%;background:#fff6;border-radius:50%;margin:0 auto;position:relative;top:-5%}.mushroom-spots{position:absolute;top:0;left:0;width:100%;height:60%}.spot{position:absolute;background:#ffffff4d;border-radius:50%;animation:float 4s ease-in-out infinite}.spot-1{width:25%;height:25%;top:20%;left:20%;animation-delay:0s}.spot-2{width:18%;height:18%;top:40%;right:25%;animation-delay:1s}.spot-3{width:22%;height:22%;top:60%;left:40%;animation-delay:2s}@keyframes floatSlow{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-15px) rotate(1deg)}50%{transform:translateY(-8px) rotate(-1deg)}75%{transform:translateY(-12px) rotate(.5deg)}}@keyframes float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-10px) scale(1.1)}}.animated-mushroom:before{content:"";position:absolute;inset:-5px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%;animation:pulse 3s ease-in-out infinite;z-index:-1}@keyframes pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}.animated-mushroom:nth-child(odd){animation-delay:0s}.animated-mushroom:nth-child(2n){animation-delay:2s}@media(max-width:768px){.mushroom-small{width:40px;height:60px}.mushroom-medium{width:50px;height:75px}.mushroom-large{width:60px;height:90px}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding-top:100px;overflow:hidden}.hero-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem;z-index:2;position:relative}.hero-image-container{width:100%;max-width:700px;height:auto;display:flex;justify-content:center;align-items:center}.hero-image{width:100%;height:auto;max-height:400px;object-fit:contain;transition:transform .3s ease}.hero-image:hover{transform:scale(1.05)}.hero-button-container{display:flex;justify-content:center;align-items:center}.hero-btn{font-size:1.2rem;padding:1.2rem 3rem;border:3px solid white;font-weight:700;text-transform:uppercase;letter-spacing:1px;background:transparent;transition:all .3s ease}.hero-btn:hover{background:#fff;color:#18c657;transform:translateY(-3px);box-shadow:0 10px 30px #ffffff4d}@media(max-width:768px){.hero-content{gap:1.5rem}.hero-image-container{max-width:500px}.hero-image{max-height:300px}.hero-btn{font-size:1rem;padding:1rem 2rem}.hero{padding-top:80px}}@media(max-width:480px){.hero-content{gap:1rem}.hero-image-container{max-width:350px}.hero-image{max-height:250px}.hero-btn{font-size:.9rem;padding:.8rem 1.5rem}.hero{padding-top:70px}}.about{background:#fff;position:relative;overflow:hidden}.about-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center;z-index:2;position:relative}.about-header{grid-column:1 / -1;text-align:center;margin-bottom:1.5rem}.about-heading{color:#2d5a2d;font-size:3rem;font-weight:600;margin-bottom:.75rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:-.02em;line-height:1.2;text-align:center}.about-subheading{font-size:1.3rem;color:#666;font-weight:400;line-height:1.6;max-width:700px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.section-title{font-size:3rem;font-weight:600;color:#333;margin-bottom:2rem;text-align:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:-.02em;line-height:1.2}.about-description{margin-bottom:0}.about-description p{font-size:1.2rem;line-height:1.8;color:#333;margin-bottom:1.5rem}.about-visual{display:flex;justify-content:center;align-items:center}.bed-container{display:flex;justify-content:center;align-items:center;max-width:400px;width:100%}.bed-image{width:100%;height:auto;max-width:350px;border-radius:20px;box-shadow:0 10px 30px #0003;transition:transform .3s ease,box-shadow .3s ease}.bed-image:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000004d}@media(max-width:768px){.about-content{grid-template-columns:1fr;gap:2rem;display:flex;flex-direction:column}.about-header{order:1;margin-bottom:1.5rem}.about-heading{font-size:2rem;margin-bottom:.75rem}.about-subheading{font-size:1.1rem}.about-visual{order:2;margin:0 auto}.about-text{order:3}.section-title{font-size:2.5rem}.about-description p{font-size:1.1rem}.bed-container{max-width:300px}.bed-image{max-width:280px}}.mushroom-benefits{background:#f8f9fa;padding:6rem 0;position:relative;overflow:hidden}.mushroom-benefits:before{content:"";position:absolute;top:-50px;right:-50px;width:200px;height:200px;background:#e8f5e8;border-radius:50%;opacity:.6;z-index:1}.mushroom-benefits:after{content:"";position:absolute;bottom:-100px;left:-100px;width:300px;height:300px;background:#e8f5e8;border-radius:50%;opacity:.4;z-index:1}.benefits-content{text-align:center;z-index:2;position:relative;max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{font-size:2.5rem;font-weight:600;color:#2d5a2d;margin-bottom:1rem;line-height:1.2;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:-.02em}.section-subtitle{font-size:1.3rem;color:#666;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.5}.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:2rem;max-width:800px;margin-left:auto;margin-right:auto}.benefit-card{background:#fff;border-radius:12px;padding:1.25rem 1.5rem;box-shadow:0 2px 8px #00000014;transition:all .3s ease,opacity .8s ease-out,transform .8s ease-out;opacity:0;transform:translateY(50px);position:relative;overflow:hidden;cursor:pointer;display:flex;align-items:center;gap:1.25rem}.benefit-card.visible{opacity:1;transform:translateY(0)}.benefit-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000001f}.benefit-icon-wrapper{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .3s ease,background-color .3s ease}.benefit-card:hover .benefit-icon-wrapper{transform:scale(1.05)}.icon-emoji{font-size:2rem;display:block;transition:transform .3s ease}.benefit-card:hover .icon-emoji{transform:scale(1.1)}.benefit-content{flex:1;display:flex;flex-direction:column;justify-content:center}.benefit-title{font-size:1.1rem;font-weight:600;color:#333;margin:0;line-height:1.4;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:-.01em;transition:color .3s ease}.benefit-card:hover .benefit-title{color:#2d5a2d}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media(max-width:1024px){.benefits-grid{grid-template-columns:repeat(2,1fr);gap:1rem;max-width:700px}.benefit-card{padding:1.25rem}.benefit-icon-wrapper{width:50px;height:50px}.icon-emoji{font-size:1.75rem}.benefit-title{font-size:1rem}}@media(max-width:768px){.mushroom-benefits{padding:4rem 0}.benefits-content{padding:0 1rem}.section-title{font-size:2rem;margin-bottom:1rem}.section-subtitle{font-size:1.1rem;margin-bottom:3rem}.benefits-grid{grid-template-columns:repeat(2,1fr);gap:.875rem;max-width:100%;margin:0 auto}.benefit-card{padding:1rem 1.125rem}.benefit-icon-wrapper{width:48px;height:48px}.icon-emoji{font-size:1.5rem}.benefit-title{font-size:.95rem}}@media(max-width:480px){.mushroom-benefits{padding:3rem 0}.section-title{font-size:1.8rem;margin-bottom:.8rem}.section-subtitle{font-size:1rem;margin-bottom:2rem}.benefits-grid{grid-template-columns:1fr;gap:.875rem;max-width:100%}.benefit-card{padding:1rem}.benefit-icon-wrapper{width:44px;height:44px}.icon-emoji{font-size:1.5rem}.benefit-title{font-size:.9rem}}.health-title{color:#2d5a2d}.products{background:#fff;position:relative;overflow:hidden}.products-content{text-align:center;z-index:2;position:relative}.section-subtitle{font-size:1.3rem;color:#555;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.products .section-title{font-size:2.5rem;font-weight:600;color:#2d5a2d!important;margin-bottom:1rem;line-height:1.2;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:-.02em}.products h2.section-title{color:#2d5a2d!important}.products .contact-subtitle{font-size:1.3rem;color:#666;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem;max-width:1400px;margin-left:auto;margin-right:auto}.product-card{background:#fff;border-radius:16px;padding:0;border:none;transition:all .3s ease;text-align:left;display:flex;flex-direction:column;height:100%;box-shadow:0 2px 8px #00000014;overflow:hidden}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001f}.product-card.disabled{opacity:.6;pointer-events:none}.product-card.disabled:hover{transform:none;box-shadow:0 4px 12px #0000000d;border-color:#00000014}.product-image-wrapper{width:100%;padding:1rem;padding-bottom:0}.product-image{width:100%;height:200px;display:flex;justify-content:center;align-items:center;border-radius:12px;overflow:hidden;position:relative}.product-mushroom-image{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.product-card:hover .product-mushroom-image{transform:scale(1.05)}.mushroom-display{position:relative}.product-info{display:flex;flex-direction:column;flex-grow:1;padding:1rem 1.5rem 1.5rem;gap:.75rem}.product-price{font-size:1.5rem;font-weight:700;color:#18c657;margin:0}.product-name{font-size:1.1rem;font-weight:600;color:#000;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:-.01em;line-height:1.3}.product-rating{display:flex;gap:2px;margin:.25rem 0}.star{font-size:1.1rem;line-height:1;display:inline-block}.star.full{color:#ff9800}.star.half{position:relative;color:#e0e0e0}.star.half:before{content:"★";position:absolute;left:0;width:50%;overflow:hidden;color:#ff9800}.star.empty{color:#e0e0e0}.add-to-cart-btn{background:transparent;color:#000;border:2px solid #E0F2E0;padding:.75rem 1rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease;font-size:.95rem;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.5rem;width:100%}.add-to-cart-btn:hover{background:#e0f2e0;border-color:#18c657;color:#000}.add-to-cart-btn .cart-icon{font-size:1rem}.add-to-cart-btn.disabled{background:#f5f5f5;color:#999;border-color:#e0e0e0;cursor:not-allowed;opacity:.7}.add-to-cart-btn.disabled:hover{background:#f5f5f5;border-color:#e0e0e0;transform:none}.products-cta{background:linear-gradient(45deg,#18c657,#38c653,#18c657);border-radius:20px;padding:3rem 2rem;border:1px solid rgba(255,255,255,.2);max-width:900px;margin:0 auto;box-shadow:0 10px 30px #18c6574d}.cta-text{font-size:1.2rem;color:#fff;margin-bottom:2rem}.products-cta .btn{background:#fff;color:#18c657;border:2px solid white;padding:1rem 2rem;border-radius:50px;font-weight:600;font-size:1.1rem;transition:all .3s ease;cursor:pointer;box-shadow:0 4px 15px #ffffff4d}.products-cta .btn:hover{background:#ffffffe6;border-color:#ffffffe6;color:#18c657;transform:translateY(-2px);box-shadow:0 6px 20px #fff6}@media(max-width:1200px){.products-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(max-width:1024px){.products-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:768px){.products-grid{grid-template-columns:1fr;gap:1.5rem}.product-card{padding:1.5rem}.product-info{padding:1rem}.add-to-cart-btn{width:100%}.products-cta{padding:2rem 1.5rem}.section-subtitle{font-size:1.1rem}}.product-to-people{background:#fff;position:relative;overflow:hidden;padding:4rem 0}.product-to-people-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;z-index:2;position:relative}.product-to-people-text{display:flex;flex-direction:column;justify-content:center}.product-to-people-heading{color:#2d5a2d;font-size:2.5rem;font-weight:600;margin-bottom:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:-.02em;line-height:1.2}.product-to-people-description{font-size:1.1rem;line-height:1.6;color:#555;margin:0}.product-to-people-visual{display:flex;justify-content:center;align-items:center}.customer-image{width:100%;height:auto;max-width:500px;object-fit:contain}@media(max-width:768px){.product-to-people{padding:3rem 0}.product-to-people-content{grid-template-columns:1fr;gap:2rem;display:flex;flex-direction:column}.product-to-people-text{order:1;text-align:center}.product-to-people-visual{order:2;margin:0 auto}.product-to-people-heading{font-size:2rem;margin-bottom:.75rem}.product-to-people-description{font-size:1rem}.customer-image{max-width:100%}}@media(max-width:480px){.product-to-people{padding:2.5rem 0}.product-to-people-heading{font-size:1.75rem}.product-to-people-description{font-size:.95rem}}.recipes{background:#e0f2e0;padding:6rem 0;position:relative;overflow:hidden}.recipes:before{content:"";position:absolute;top:-50px;right:-50px;width:200px;height:200px;background:#c9ffcc;border-radius:50%;opacity:.6;z-index:1}.recipes:after{content:"";position:absolute;bottom:-100px;left:-100px;width:300px;height:300px;background:#c9ffcc;border-radius:50%;opacity:.4;z-index:1}.recipes-content{text-align:center;z-index:2;position:relative;max-width:1200px;margin:0 auto;padding:0 2rem}.recipes-title{color:#2d5a2d}.section-subtitle{font-size:1.3rem;color:#272727;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.recipes-slider-container{position:relative;display:flex;align-items:center;gap:1rem;margin-bottom:2rem;opacity:1!important}.recipes-slider{flex:1;overflow:hidden;border-radius:20px;width:100%;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.recipes-track{display:flex;transition:transform .5s ease;width:100%}.slide-group{display:flex;width:100%;gap:1rem;flex-shrink:0;align-items:stretch}.slider-btn{background:#18c657;color:#fff;border:none;width:50px;height:50px;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10;position:relative;box-shadow:0 4px 15px #41dd5b4d;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.slider-btn:hover{background:#38c653;transform:scale(1.1);box-shadow:0 6px 20px #41dd5b66}.slider-btn:disabled{background:#ccc;cursor:not-allowed;transform:none}.slider-dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.dot{width:12px;height:12px;border-radius:50%;border:none;background:#ccc;cursor:pointer;transition:all .3s ease}.dot.active{background:#18c657;transform:scale(1.2);box-shadow:0 2px 8px #41dd5b4d}.recipe-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:all .3s ease,opacity .8s ease-out,transform .8s ease-out;opacity:0;transform:translateY(50px);flex:0 0 calc(33.333% - .67rem);min-width:280px;display:flex;flex-direction:column;height:100%}.recipe-card.visible{opacity:1;transform:translateY(0)}.recipe-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.recipe-image{width:100%;height:200px;overflow:hidden;position:relative}.recipe-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.recipe-card:hover .recipe-image img{transform:scale(1.05)}.recipe-info{padding:1.5rem;text-align:left;display:flex;flex-direction:column;flex-grow:1}.recipe-title{font-size:1.3rem;font-weight:600;color:#2d5a2d;margin-bottom:.5rem;line-height:1.3;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:-.01em}.recipe-description{font-size:.95rem;color:#888;margin-bottom:1rem;line-height:1.4}.recipe-tags{display:flex;gap:.5rem;margin-bottom:1.5rem}.tag{background:#e0f2e0;color:#2d5a2d;padding:.3rem .8rem;border-radius:15px;font-size:.8rem;font-weight:500}.view-recipe-btn{background:#18c657;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;box-shadow:0 4px 15px #41dd5b4d;margin-top:auto}.view-recipe-btn:hover{background:#38c653;transform:translateY(-2px);box-shadow:0 6px 20px #41dd5b66}.view-more-container{display:flex;justify-content:center;margin-top:2rem}.recipes .view-more-btn{background:#18c657!important;color:#fff!important;border:none!important;padding:1rem 2rem;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #41dd5b4d}.recipes .view-more-btn:hover{background:#38c653!important;color:#fff!important;transform:translateY(-2px);box-shadow:0 6px 20px #41dd5b66}.recipe-modal-overlay{position:fixed;inset:0;background:#000c;display:flex;justify-content:center;align-items:center;z-index:1000;padding:2rem}.recipe-modal{background:#fff;border-radius:20px;max-width:1000px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:modalSlideIn .3s ease}.close-btn{position:absolute;top:1rem;right:1rem;background:#f0f0f0;border:none;width:40px;height:40px;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1001;transition:background .3s ease}.close-btn:hover{background:#e0e0e0}.modal-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:2rem}.modal-left{padding-right:1rem}.modal-title{font-size:2rem;font-weight:600;color:#2d5a2d;margin-bottom:2rem;line-height:1.2;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:-.02em}.ingredients-section,.steps-section{margin-bottom:2rem}.ingredients-section h3,.steps-section h3{font-size:1.3rem;font-weight:600;color:#333;margin-bottom:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:-.01em;line-height:1.3}.video-container{width:100%;position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:10px}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:10px}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}@media(min-width:1400px){.recipes-content{max-width:1400px}.recipe-card{min-width:320px;flex:0 0 calc(33.333% - .8rem)}.slider-btn{width:60px;height:60px;font-size:1.8rem}}@media(min-width:1025px){.recipe-card{flex:0 0 calc(33.333% - .67rem);min-width:280px}.slide-group{gap:1rem}}@media(max-width:1024px)and (min-width:769px){.recipe-card{flex:0 0 calc(50% - .75rem);min-width:280px}.recipes-slider-container{gap:.8rem}.slider-btn{width:45px;height:45px;font-size:1.3rem}}@media(max-width:768px)and (min-width:481px){.recipe-card{flex:0 0 100%;min-width:300px;margin:0 auto}.slide-group{justify-content:center;width:100%}.recipes-slider-container{gap:.5rem}.slider-btn{width:40px;height:40px;font-size:1.2rem}}@media(max-width:900px){.recipe-card{flex:0 0 calc(50% - .5rem);min-width:260px}.recipes-slider-container{gap:.5rem}}@media(max-width:768px){.recipes{padding:4rem 0}.recipes-content{padding:0 1rem}.section-title{font-size:2rem;margin-bottom:1rem;color:#000!important;text-align:center;line-height:1.3;transition:none!important;animation:none!important}.section-subtitle{font-size:1.1rem;margin-bottom:3rem;text-align:center;line-height:1.5;max-width:500px;margin-left:auto;margin-right:auto}.mobile-recipes-container{display:flex;flex-direction:column;align-items:center;gap:2rem;opacity:1!important}.mobile-recipes-grid{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:400px;opacity:1!important}.mobile-card{width:100%;max-width:400px;margin:0 auto;display:flex;flex-direction:column;height:auto;min-height:300px}.mobile-card .recipe-info{text-align:center;align-items:center;padding:1.2rem}.mobile-card .recipe-title{font-size:1.2rem;text-align:center;margin-bottom:.8rem}.mobile-card .recipe-description{font-size:.9rem;text-align:center;margin-bottom:1.2rem;line-height:1.5}.mobile-card .recipe-tags{justify-content:center;margin-bottom:1.5rem}.see-more-btn{background:#18c657;color:#fff;border:none;padding:1rem 2rem;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #41dd5b4d;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.see-more-btn:hover{background:#38c653;transform:translateY(-2px);box-shadow:0 6px 20px #41dd5b66}.recipe-modal{margin:1rem;max-height:95vh}.modal-content{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem}.modal-left{padding-right:0}.modal-title{font-size:1.5rem;margin-bottom:1.5rem}.video-container{padding-bottom:56.25%}}@media(max-width:480px){.recipes{padding:3rem 0}.recipes-content{padding:0 1rem}.section-title{font-size:1.8rem;margin-bottom:.8rem;color:#000!important;text-align:center;line-height:1.2;transition:none!important;animation:none!important}.section-subtitle{font-size:1rem;margin-bottom:2rem;text-align:center;line-height:1.4;max-width:400px;margin-left:auto;margin-right:auto}.mobile-recipes-grid{gap:1.2rem;max-width:350px}.mobile-card{max-width:350px;min-height:280px}.mobile-card .recipe-info{padding:1rem}.mobile-card .recipe-title{font-size:1.1rem;margin-bottom:.6rem}.mobile-card .recipe-description{font-size:.85rem;margin-bottom:1rem;line-height:1.4}.mobile-card .recipe-tags{margin-bottom:1.2rem}.mobile-card .view-recipe-btn{padding:.7rem 1.2rem;font-size:.9rem}.see-more-btn{padding:.8rem 1.5rem;font-size:.9rem}.modal-content{padding:1rem}.modal-title{font-size:1.3rem}}.journey{background:#fff;background-image:url(/assets/about%20background-LEnULbBk.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;overflow:hidden;padding:6rem 0}.journey:before{content:"";position:absolute;top:-50px;left:-50px;width:200px;height:200px;background:#e0f2e0;border-radius:50%;opacity:.6;z-index:1}.journey:after{content:"";position:absolute;bottom:-100px;right:-100px;width:300px;height:300px;background:#e0f2e0;border-radius:50%;opacity:.4;z-index:1}.journey-content{display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:start;z-index:2;position:relative;max-width:1200px;margin:0 auto;padding:0 2rem}.journey-header{grid-column:1 / -1;text-align:center;margin-bottom:1.5rem}.journey-title{font-size:2.5rem;font-weight:600;color:#2d5a2d;margin-bottom:.75rem;line-height:1.2;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:-.02em;text-align:center}.journey-subheading{font-size:1.3rem;color:#666;font-weight:400;line-height:1.6;max-width:700px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.profile-section{display:flex;flex-direction:column;align-items:center;gap:2rem}.profile-container{position:relative;overflow:hidden}.profile-pattern:before{content:"";position:absolute;top:10px;left:20px;width:60px;height:40px;background:#f2fff2;border-radius:30px;opacity:.8}.profile-image{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:20px}.story-section{padding-left:2rem}.story-description{margin-bottom:3rem}.story-description p{font-size:1.1rem;line-height:1.8;color:#555;margin:0;text-align:left}.author-name{font-size:1.5rem;font-weight:600;color:#333;margin:0 0 .5rem;letter-spacing:-.01em;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.3}.author-title{font-size:1rem;color:#888;margin:0;font-weight:400}.founder-social-icons{display:flex;align-items:center;gap:1rem;margin-top:1.5rem}.founder-social-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#2d5a2d;border-radius:50%;background:#2d5a2d1a;transition:all .3s ease;text-decoration:none}.founder-social-icon:hover{background:#2d5a2d;color:#fff;transform:translateY(-3px) scale(1.1);box-shadow:0 4px 12px #2d5a2d4d}@media(max-width:768px){.journey{padding:4rem 0}.journey-content{grid-template-columns:1fr;gap:2rem;padding:0 1rem;display:flex;flex-direction:column}.journey-header{order:1;margin-bottom:1.5rem}.journey-title{font-size:2rem;margin-bottom:.75rem}.journey-subheading{font-size:1.1rem}.story-section{order:2;padding-left:0;text-align:left}.story-description p{font-size:1rem}.profile-section{order:3;align-items:center;justify-content:center;gap:1.5rem;width:100%;display:flex;flex-direction:column}.profile-container{width:250px;height:320px;margin:0 auto}.author-info{text-align:center}.author-name{font-size:1.3rem}.author-title{font-size:.9rem}.founder-social-icons{justify-content:center;gap:.8rem}.founder-social-icon{width:36px;height:36px}.founder-social-icon svg{width:20px;height:20px}}@media(max-width:480px){.journey{padding:3rem 0}.profile-container{width:200px;height:260px}.story-title{font-size:1.8rem}.story-description p{font-size:.95rem}.founder-social-icons{gap:.6rem;margin-top:1rem}.founder-social-icon{width:32px;height:32px}.founder-social-icon svg{width:18px;height:18px}}.contact{background:linear-gradient(135deg,#18c657,#38c653);position:relative;overflow:hidden;min-height:auto!important;padding-bottom:0!important}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem;z-index:2;position:relative}.contact-subtitle{font-size:1.2rem;color:#fffc;margin-bottom:3rem;line-height:1.6}.contact-details{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;background:#ffffff1a;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:transform .3s ease}.contact-item:hover{transform:translateY(-3px)}.contact-icon{flex-shrink:0}.contact-text h3{font-size:1.2rem;font-weight:600;color:#fff;margin-bottom:.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:-.01em;line-height:1.3}.contact-text p{font-size:1rem;color:#fffc;margin:0}.contact-form-container{background:#ffffff1a;border-radius:20px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{position:relative}.form-group input,.form-group textarea{width:100%;padding:1rem;background:#ffffff1a;border:2px solid rgba(255,255,255,.3);border-radius:10px;color:#fff;font-size:1rem;font-family:inherit;transition:all .3s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:#fff9}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#fff;background:#ffffff26}.submit-btn{background:#fff;color:#18c657;border:none;font-weight:700;margin-top:1rem}.submit-btn:hover{background:#ffffffe6;transform:translateY(-2px)}.contact-footer{border-top:1px solid rgba(255,255,255,.2);padding-top:3rem;padding-bottom:2rem;margin-bottom:0}.footer-content{text-align:center}.footer-logo{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem}.footer-logo-image{height:80px;width:auto;object-fit:contain}.footer-logo h3{font-size:2rem;font-weight:600;color:#fff;margin:0;text-transform:lowercase;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:-.01em;line-height:1.2}.footer-tagline{font-size:1rem;color:#ffffffb3;font-style:italic;margin-bottom:1rem}.footer-social-icons{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin:1.5rem 0}.footer-social-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:#fff;border-radius:50%;background:#ffffff1a;transition:all .3s ease;text-decoration:none}.footer-social-icon:hover{background:#fff3;transform:translateY(-3px) scale(1.1)}.footer-copyright{font-size:.9rem;color:#fff9;margin:0}@media(max-width:768px){.contact-content{grid-template-columns:1fr;gap:2rem}.contact-form-container{padding:1.5rem}.contact-item{flex-direction:column;text-align:center;gap:1rem}.contact-subtitle{font-size:1.1rem}.footer-logo{flex-direction:column;gap:.5rem}.footer-logo h3{font-size:1.5rem}.footer-logo-image{height:60px}}.section-title{color:#fff!important;font-size:2.5rem;font-weight:600;margin-bottom:1rem;line-height:1.2;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:-.02em}.scroll-to-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:#18c657;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #41dd5b66;z-index:999;transition:all .3s ease;opacity:0;transform:translateY(20px);animation:fadeInUp .5s ease forwards}.scroll-to-top:hover{background:#38c653;transform:translateY(-5px);box-shadow:0 6px 20px #41dd5b80}.scroll-to-top:active{transform:translateY(-2px)}.scroll-to-top svg{width:24px;height:24px;transform:rotate(180deg)}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.scroll-to-top{width:45px;height:45px;bottom:20px;right:20px}.scroll-to-top svg{width:20px;height:20px}}@media(max-width:480px){.scroll-to-top{width:40px;height:40px;bottom:15px;right:15px}.scroll-to-top svg{width:18px;height:18px}}.whatsapp-button{position:fixed;bottom:95px;right:30px;width:56px;height:56px;background:linear-gradient(135deg,#25d366,#20ba5a);color:#fff;border:3px solid rgba(138,255,109,.9);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #25d36680,0 0 #25d366b3;z-index:999;transition:all .3s cubic-bezier(.4,0,.2,1);animation:float 3s ease-in-out infinite,pulseGlow 2s ease-in-out infinite;overflow:visible}.whatsapp-button:before{content:"";position:absolute;top:50%;left:50%;width:100%;height:100%;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%) scale(0);transition:transform .6s ease-out;pointer-events:none}.whatsapp-button:hover:before{transform:translate(-50%,-50%) scale(1.5);opacity:0}.whatsapp-button:hover{background:linear-gradient(135deg,#20ba5a,#1da851);border-color:#fff;transform:translateY(-8px) scale(1.15) rotate(5deg);box-shadow:0 8px 30px #25d366b3,0 0 20px #25d36680;animation:float 3s ease-in-out infinite,pulseGlow 1.5s ease-in-out infinite}.whatsapp-button:active{transform:translateY(-5px) scale(1.1) rotate(-5deg);box-shadow:0 4px 15px #25d36699}.whatsapp-button svg{width:28px;height:28px;transition:transform .3s ease;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.whatsapp-button:hover svg{transform:scale(1.1) rotate(-5deg)}@keyframes float{0%,to{transform:translateY(0) translate(0)}50%{transform:translateY(-10px) translate(0)}}@keyframes pulseGlow{0%,to{box-shadow:0 4px 20px #25d36680,0 0 #25d366b3}50%{box-shadow:0 4px 25px #25d36699,0 0 0 10px #25d36600}}@keyframes shake{0%,to{transform:translateY(-8px) translate(0) scale(1.15) rotate(5deg)}25%{transform:translateY(-8px) translate(-2px) scale(1.15) rotate(-5deg)}50%{transform:translateY(-8px) translate(0) scale(1.15) rotate(5deg)}75%{transform:translateY(-8px) translate(2px) scale(1.15) rotate(-5deg)}}@media(max-width:768px){.whatsapp-button{width:50px;height:50px;bottom:85px;right:20px}.whatsapp-button svg{width:24px;height:24px}}@media(max-width:480px){.whatsapp-button{width:45px;height:45px;bottom:70px;right:15px}.whatsapp-button svg{width:22px;height:22px}}.recipes-page{min-height:100vh;background:#e0f2e0}.recipes-page-section{padding:8rem 0 6rem;position:relative;overflow:hidden}.recipes-page-section:before{content:"";position:absolute;top:-50px;right:-50px;width:200px;height:200px;background:#c9ffcc;border-radius:50%;opacity:.6;z-index:1}.recipes-page-section:after{content:"";position:absolute;bottom:-100px;left:-100px;width:300px;height:300px;background:#c9ffcc;border-radius:50%;opacity:.4;z-index:1}.recipes-page-content{text-align:center;z-index:2;position:relative;max-width:1200px;margin:0 auto;padding:0 2rem}.back-btn{background:#18c657;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:2rem;box-shadow:0 4px 15px #41dd5b4d;display:inline-flex;align-items:center;gap:.5rem}.back-btn:hover{background:#38c653;transform:translateY(-2px);box-shadow:0 6px 20px #41dd5b66}.recipes-page-title{color:#2d5a2d;font-size:3rem;font-weight:600;margin-bottom:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:-.02em;line-height:1.2}.recipes-page-subtitle{font-size:1.3rem;color:#272727;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.recipe-list-container{margin-top:3rem;opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.recipe-list-container.visible{opacity:1;transform:translateY(0)}.recipe-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto}.recipe-list-item{background:#fff;border-radius:15px;padding:1.5rem;display:flex;align-items:center;gap:1rem;cursor:pointer;transition:all .3s ease,opacity .6s ease-out,transform .6s ease-out;opacity:0;transform:translate(-30px);box-shadow:0 5px 20px #00000014;border:2px solid transparent;position:relative;overflow:hidden}.recipe-list-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(65,221,91,.1),transparent);transition:left .5s ease}.recipe-list-item:hover:before{left:100%}.recipe-list-item.visible{opacity:1;transform:translate(0)}.recipe-list-item:hover{transform:translate(10px) translateY(-5px);box-shadow:0 10px 30px #41dd5b33;border-color:#18c657}.recipe-list-image{width:80px;height:80px;border-radius:12px;overflow:hidden;flex-shrink:0;box-shadow:0 4px 10px #0000001a}.recipe-list-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.recipe-list-item:hover .recipe-list-image img{transform:scale(1.1)}.recipe-list-content{flex:1;min-width:0}.recipe-list-title{font-size:1.1rem;font-weight:600;color:#2d5a2d;margin-bottom:.5rem;line-height:1.3;transition:color .3s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:-.01em}.recipe-list-item:hover .recipe-list-title{color:#18c657}.recipe-list-tags{display:flex;gap:.5rem;flex-wrap:wrap}.recipe-list-tag{background:#e0f2e0;color:#2d5a2d;padding:.25rem .6rem;border-radius:12px;font-size:.75rem;font-weight:500}.recipe-list-arrow{font-size:1.5rem;color:#18c657;transition:transform .3s ease;flex-shrink:0}.recipe-list-item:hover .recipe-list-arrow{transform:translate(5px)}.recipe-details-section{padding:4rem 0;background:#fff;position:relative}.recipe-details-content{max-width:1200px;margin:0 auto;padding:0 2rem}.recipe-details-title{font-size:2.5rem;font-weight:600;color:#2d5a2d;text-align:center;margin-bottom:3rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:-.02em;line-height:1.2}.recipe-detail{margin-bottom:4rem;scroll-margin-top:120px}.recipe-detail-content{background:#f9f9f9;border-radius:20px;padding:3rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;box-shadow:0 10px 30px #00000014;transition:box-shadow .3s ease}.recipe-detail:hover .recipe-detail-content{box-shadow:0 15px 40px #0000001f}.recipe-detail-left{display:flex;flex-direction:column;gap:2rem}.recipe-detail-title{font-size:2rem;font-weight:600;color:#2d5a2d;margin-bottom:.5rem;line-height:1.2;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:-.02em}.recipe-detail-description{font-size:1.1rem;color:#666;margin-bottom:1rem;line-height:1.6}.recipe-detail-image{width:100%;height:300px;border-radius:15px;overflow:hidden;box-shadow:0 5px 20px #0000001a}.recipe-detail-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.recipe-detail:hover .recipe-detail-image img{transform:scale(1.05)}.ingredients-section{margin-bottom:0}.steps-section{margin-bottom:0;margin-top:0}.ingredients-section h3,.steps-section h3{font-size:1.5rem;font-weight:600;color:#2d5a2d;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #18C657;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:-.01em;line-height:1.3}.ingredients-list{list-style:none;padding:0}.ingredients-list li{border-bottom:1px solid #f0f0f0;position:relative;padding:.5rem 0 .5rem 1.5rem;color:#252323}.ingredients-list li:before{content:"•";color:#2d5a2d;font-weight:700;position:absolute;left:0}.steps-list{padding-left:1.5rem}.steps-list li{padding:.5rem 0;line-height:1.6;color:#555}.modal-right{display:flex;align-items:flex-start}.recipe-detail-right{display:flex;flex-direction:column;gap:2rem}.video-container{width:100%;position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:10px;margin-bottom:0;flex-shrink:0}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:10px;display:block;border:none;margin:0;padding:0}@media(max-width:1024px){.recipe-detail-content{grid-template-columns:1fr;gap:2rem;padding:2rem}.recipe-detail-right{order:0}}@media(max-width:768px){.recipes-page-section{padding:6rem 0 4rem}.recipes-page-content{padding:0 1rem}.recipes-page-title{font-size:2rem}.recipes-page-subtitle{font-size:1.1rem;margin-bottom:3rem}.recipe-list{grid-template-columns:1fr;gap:1rem}.recipe-list-item{padding:1rem}.recipe-list-image{width:60px;height:60px}.recipe-list-title{font-size:1rem}.recipe-details-section{padding:3rem 0}.recipe-details-content{padding:0 1rem}.recipe-details-title{font-size:2rem;margin-bottom:2rem}.recipe-detail{margin-bottom:3rem}.recipe-detail-content{padding:1.5rem;gap:1.5rem;display:flex;flex-direction:column}.recipe-detail-left{order:1;display:contents}.recipe-detail-title{font-size:1.5rem;order:1}.recipe-detail-description{order:2}.recipe-detail-image{height:200px;order:3}.steps-section{order:6}.recipe-detail-right{order:2;display:contents}.ingredients-section{order:4}.video-container{order:5}}@media(max-width:480px){.recipes-page-title{font-size:1.8rem}.recipes-page-subtitle{font-size:1rem}.modal-content{padding:1rem}.modal-title{font-size:1.3rem}}.App{min-height:100vh;background-color:#18c657}main{position:relative}html{scroll-behavior:smooth}main>section:first-child{padding-top:100px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.App{animation:fadeIn .5s ease-in}section{position:relative;overflow:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#ffffff1a}::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff80}
