:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.header{background:linear-gradient(135deg,#2c3e50,#34495e);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #00000026;position:sticky;top:0;z-index:100}.header .container{max-width:100%;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo h1{color:#f39c12;margin:0;font-size:1.8rem;font-weight:700;letter-spacing:-.5px}.nav ul{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.nav button{background:none;border:none;color:#ecf0f1;font-size:1rem;font-weight:500;cursor:pointer;padding:.8rem 1.5rem;border-radius:25px;transition:all .3s ease;position:relative;overflow:hidden}.nav button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(243,156,18,.3),transparent);transition:left .5s ease}.nav button:hover:before{left:100%}.nav button:hover{background:#f39c1233;color:#f39c12;transform:translateY(-2px)}.language-toggle{background:linear-gradient(135deg,#f39c12,#e67e22);color:#fff;border:none;padding:.8rem 1.2rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #f39c124d}.language-toggle:hover{background:linear-gradient(135deg,#e67e22,#d35400);transform:translateY(-2px);box-shadow:0 6px 20px #f39c1266}@media (max-width: 768px){.header .container{flex-direction:column;gap:1rem;padding:1rem}.nav ul{gap:1rem}.nav button{font-size:.9rem;padding:.4rem .8rem}}.carousel-container{width:100%;max-width:1000px;margin:0 auto 3rem;position:relative}.carousel{position:relative;width:100%;height:500px;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #0000004d}.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .8s ease-in-out}.carousel-slide.active{opacity:1}.slide-content{position:relative;width:100%;height:100%}.slide-image{width:100%;height:100%;object-fit:contain;object-position:center}.slide-fallback{width:100%;height:100%;display:none;align-items:center;justify-content:center;position:absolute;top:0;left:0}.slide-emoji{font-size:8rem;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.3))}.slide-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);color:#fff;padding:2rem;text-align:center}.slide-overlay h3{font-size:2rem;margin-bottom:.5rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.slide-overlay p{font-size:1.2rem;margin:0;opacity:.9;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;width:50px;height:50px;border-radius:50%;font-size:1.5rem;cursor:pointer;transition:all .3s ease;z-index:10;display:flex;align-items:center;justify-content:center;color:#8b4513;font-weight:700}.carousel-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 4px 12px #0003}.carousel-prev{left:20px}.carousel-next{right:20px}.carousel-dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:10}.carousel-dot{width:12px;height:12px;border-radius:50%;border:2px solid white;background:transparent;cursor:pointer;transition:all .3s ease}.carousel-dot.active{background:#fff;transform:scale(1.2)}.carousel-dot:hover{background:#ffffffb3}.carousel:hover .carousel-slide{animation-play-state:paused}@media (max-width: 768px){.carousel{height:400px;border-radius:15px}.carousel-container{margin:0 auto 2rem}.slide-overlay{padding:1.5rem}.slide-overlay h3{font-size:1.5rem}.slide-overlay p{font-size:1rem}.slide-emoji{font-size:6rem}.carousel-arrow{width:40px;height:40px;font-size:1.2rem}.carousel-prev{left:10px}.carousel-next{right:10px}.carousel-dots{bottom:10px;gap:8px}.carousel-dot{width:10px;height:10px}}.hero{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:2rem}.hero-content{text-align:center;max-width:800px;z-index:2;position:relative}.hero h1{font-size:3.5rem;color:#fff;margin-bottom:1rem;font-weight:700;text-shadow:2px 2px 20px rgba(0,0,0,.3);letter-spacing:-1px}.hero h2{font-size:2rem;color:#f8f9fa;margin-bottom:1.5rem;font-weight:400;letter-spacing:.5px;opacity:.9}.hero p{font-size:1.2rem;color:#ffffffe6;margin-bottom:2rem;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}.events-banner{background:linear-gradient(135deg,#ff6b6b,#ee5a52);color:#fff;padding:1.5rem 3rem;border-radius:35px;margin:2rem 0;box-shadow:0 12px 40px #ff6b6b66;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:2px solid rgba(255,255,255,.4);animation:pulse-glow 2.5s infinite;transform:scale(1.05);position:relative;overflow:hidden}.events-banner:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 3s infinite}.events-text{font-size:1.3rem;font-weight:600;margin:0;text-align:center;letter-spacing:.5px;text-shadow:2px 2px 4px rgba(0,0,0,.3);position:relative;z-index:1}.hero-images{margin-top:2rem}.product-preview{display:flex;justify-content:center;gap:2rem;margin-top:2rem}.product-preview .emoji{font-size:4rem;animation:bounce 2s infinite;animation-delay:var(--delay, 0s);filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.product-preview .emoji:nth-child(1){--delay: 0s}.product-preview .emoji:nth-child(2){--delay: .5s}.product-preview .emoji:nth-child(3){--delay: 1s}.hero-background{position:absolute;inset:0;z-index:1}.floating-corn{position:absolute;font-size:2rem;animation:float 6s ease-in-out infinite;opacity:.2;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.floating-1{top:20%;left:10%;animation-delay:0s}.floating-2{top:60%;right:15%;animation-delay:2s}.floating-3{bottom:30%;left:20%;animation-delay:4s}.floating-4{top:40%;right:25%;animation-delay:1s}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-10px) rotate(5deg)}66%{transform:translateY(5px) rotate(-3deg)}}@keyframes pulse-glow{0%,to{box-shadow:0 12px 40px #ff6b6b66;transform:scale(1.05)}50%{box-shadow:0 16px 50px #ff6b6b99;transform:scale(1.08)}}@keyframes shimmer{0%{left:-100%}to{left:100%}}@media (max-width: 768px){.hero{min-height:70vh;padding:1rem}.hero h1{font-size:2.5rem}.hero h2{font-size:1.5rem}.hero p{font-size:1rem}.events-banner{padding:1.2rem 2.5rem;margin:1.5rem 0;transform:scale(1.02)}.events-text{font-size:1.1rem}.product-preview{gap:1rem}.product-preview .emoji{font-size:3rem}.floating-corn{font-size:1.5rem}}.products{padding:4rem 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.products .container{max-width:100%;margin:0 auto;padding:0 2rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.product-card{background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:20px;padding:2rem;text-align:center;box-shadow:0 10px 40px #0000001a;transition:all .3s ease;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.8)}.product-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 60px #00000026}.product-image-container{width:100%;height:300px;margin-bottom:1.5rem;border-radius:15px;overflow:hidden;position:relative}.product-image{width:100%;height:100%;object-fit:cover;transition:all .3s ease}.product-icon-fallback{width:80px;height:80px;border-radius:50%;margin:0 auto;display:none;align-items:center;justify-content:center;font-size:2.5rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all .3s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-card:hover .product-icon-fallback{transform:translate(-50%,-50%) scale(1.1) rotate(5deg)}.product-card h3{font-size:1.5rem;color:#2c3e50;margin-bottom:1rem;font-weight:700}.product-card p{color:#555;line-height:1.6;font-size:1rem}.product-hover-effect{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s ease}.product-card:hover .product-hover-effect{left:100%}@media (max-width: 768px){.products{padding:2rem 0}.products .container{padding:0 1rem}.section-title{font-size:2rem;margin-bottom:2rem}.products-grid{grid-template-columns:1fr;gap:1.5rem}.product-card{padding:1.5rem}.product-image-container{height:200px}.product-icon-fallback{width:60px;height:60px;font-size:2rem}}.about{padding:4rem 0;background:linear-gradient(135deg,#667eea,#764ba2)}.about .container{max-width:100%;margin:0 auto;padding:0 2rem}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h2{font-size:2.5rem;color:#fff;margin-bottom:2rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.about-text p{font-size:1.2rem;color:#ffffffe6;line-height:1.8;margin-bottom:2rem}.about-features{display:flex;flex-direction:column;gap:1rem}.feature{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff26;border-radius:15px;box-shadow:0 8px 32px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.feature:hover{transform:translate(10px);box-shadow:0 12px 40px #0003;background:#ffffff40}.feature-icon{font-size:1.5rem}.feature span:last-child{font-weight:500;color:#fff}.about-image{display:flex;justify-content:center;align-items:center}.image-container{position:relative;width:300px;height:300px;border-radius:50%;overflow:hidden;box-shadow:0 16px 48px #0003;transition:all .3s ease}.image-container:hover{transform:scale(1.05) rotate(5deg)}.shop-image{width:100%;height:100%;object-fit:contain;object-position:center}.image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f4d03f,#f39c12);display:none;align-items:center;justify-content:center;position:absolute;top:0;left:0}.shop-emoji{font-size:8rem;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media (max-width: 768px){.about{padding:2rem 0}.about .container{padding:0 1rem}.about-content{grid-template-columns:1fr;gap:2rem;text-align:center}.about-text h2{font-size:2rem}.about-text p{font-size:1rem}.image-container{width:200px;height:200px}.shop-emoji{font-size:6rem}}.contact{padding:4rem 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.contact .container{max-width:100%;margin:0 auto;padding:0 2rem}.section-title{text-align:center;font-size:2.5rem;color:#2c3e50;margin-bottom:3rem;font-weight:700}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;gap:1.5rem;padding:1.5rem;background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:15px;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.8);transition:all .3s ease}.contact-item:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 16px 48px #00000026}.contact-icon{color:#fff;font-size:2rem;width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-item h3{color:#2c3e50;font-size:1.2rem;margin-bottom:.5rem;font-weight:700}.contact-item p{color:#555;line-height:1.6;margin:0}.summer-note{color:#667eea!important;font-weight:600;font-style:italic;margin-top:.5rem!important}.contact-map{display:flex;justify-content:center;align-items:center}.mapouter{position:relative;text-align:right;height:500px;width:100%;max-width:600px;border-radius:20px;overflow:hidden;box-shadow:0 12px 36px #00000026}.gmap_canvas{overflow:hidden;background:none!important;height:500px;width:100%}.gmap_canvas iframe{width:100%;height:100%;border-radius:20px}.maps-link{display:inline-block;background:#4caf50;color:#fff;text-decoration:none;padding:.8rem 1.5rem;border-radius:25px;margin-top:1rem;font-weight:600;transition:all .3s ease}.maps-link:hover{background:#45a049;transform:translateY(-2px);box-shadow:0 4px 12px #4caf504d}@media (max-width: 768px){.contact{padding:2rem 0}.contact .container{padding:0 1rem}.section-title{font-size:2rem}.contact-content{grid-template-columns:1fr;gap:2rem}.contact-item{flex-direction:column;text-align:center;gap:1rem}.contact-icon{align-self:center}.mapouter{height:300px;max-width:100%}.gmap_canvas{height:300px}}.footer{background:linear-gradient(135deg,#2c3e50,#34495e);color:#ecf0f1;padding:3rem 0 1rem}.footer .container{max-width:100%;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.5rem;margin-bottom:1rem;color:#f8f9fa}.footer-section h4{font-size:1.2rem;margin-bottom:1rem;color:#f8f9fa}.footer-section p{line-height:1.6;margin-bottom:.5rem;opacity:.9}.footer-section ul{list-style:none;padding:0}.footer-section li{padding:.3rem 0;opacity:.9;transition:opacity .3s ease}.footer-section li:hover{opacity:1;cursor:pointer}.footer-bottom{border-top:1px solid rgba(236,240,241,.3);padding-top:1rem;display:flex;justify-content:center;align-items:center}.footer-bottom p{margin:0;opacity:.8}@media (max-width: 768px){.footer{padding:2rem 0 1rem}.footer .container{padding:0 1rem}.footer-content{grid-template-columns:1fr;gap:1.5rem;text-align:center}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333}.App{min-height:100vh;display:flex;flex-direction:column}main{flex:1}html{scroll-behavior:smooth}.container{max-width:100%;margin:0 auto;padding:0 2rem}section{padding:4rem 0}button:focus,a:focus{outline:2px solid #f39c12;outline-offset:2px}@media (max-width: 768px){.container{padding:0 1rem}section{padding:2rem 0}}
