@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";.hero{background:linear-gradient(135deg,#fff8ef,bisque);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.blob{filter:blur(100px);border-radius:50%;position:absolute}.blob1{background:#ffa50040;width:350px;height:350px;top:-100px;left:-100px}.blob2{background:#8b000026;width:400px;height:400px;bottom:-150px;right:-150px}.hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:80px;width:100%;max-width:1320px;margin:auto;padding:.4rem 6rem;display:grid}.hero-badge{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:#8b0000;background:#ffffff80;border-radius:50px;padding:12px 20px;font-weight:600;display:inline-block}.hero-content h1{color:#2d1f1a;margin:20px 0 10px;font-size:5rem;line-height:1}.hero-content h1 span{color:#d97706;display:block}.hero-content h2{color:#8b0000;margin-bottom:20px;font-size:1.8rem}.hero-content p{color:#555;max-width:600px;font-size:1.1rem;line-height:1.9}.hero-buttons{gap:20px;margin-top:35px;display:flex}.primary-btn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#ff9800,#d97706);border:none;border-radius:50px;padding:16px 35px;font-weight:700}.secondary-btn{cursor:pointer;color:#d97706;background:#fff;border:2px solid #d97706;border-radius:50px;padding:16px 35px;font-weight:700}.hero-stats{gap:20px;margin-top:50px;display:flex}.stat-card{text-align:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff80;border-radius:20px;flex:1;padding:20px}.stat-card svg{color:#d97706;font-size:1.8rem}.stat-card h3{color:#d97706;margin:10px 0}.hero-image-section{justify-content:center;display:flex;position:relative}.glass-circle{background:radial-gradient(circle,#ffd89d,#f4b860);border-radius:50%;width:550px;height:550px;position:absolute}.hero-image{object-fit:cover;z-index:2;border:12px solid #ffffffb3;border-radius:50%;width:500px;height:500px;box-shadow:0 25px 60px #00000026}.floating-card,.rating-card{z-index:5;background:#fff;border-radius:18px;padding:14px 20px;font-weight:600;position:absolute;box-shadow:0 10px 30px #0000001a}.card1{top:60px;left:-20px}.card2{bottom:60px;right:-20px}.card3{top:50%;left:-40px}.rating-card{color:#ff9800;align-items:center;gap:8px;display:flex;top:15%;right:0}@media (width<=992px){.hero-container{text-align:center;grid-template-columns:1fr}.hero-content h1{font-size:3.5rem}.hero-content h2{font-size:1.4rem}.hero-buttons,.hero-stats{flex-wrap:wrap;justify-content:center}.hero-image{width:350px;height:350px}.glass-circle{width:400px;height:400px}}@media (width<=576px){.hero{padding:70px 0}.hero-content h1{font-size:2.5rem}.hero-content h2{font-size:1.1rem}.hero-buttons{flex-direction:column}.primary-btn,.secondary-btn{width:100%}.hero-image{width:260px;height:260px}.glass-circle{width:280px;height:280px}.floating-card,.rating-card{padding:8px 12px;font-size:.75rem}}.products-section{padding:3rem 0 5rem;position:relative}.section-title{text-align:center;background:linear-gradient(135deg,#2d1f1a,#b76e2e);color:#0000;-webkit-background-clip:text;background-clip:text;width:100%;margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:3rem;font-weight:800;display:inline-block;position:relative}.section-title:after{content:"🍬";opacity:.3;font-size:2rem;position:absolute;top:50%;right:-40px;transform:translateY(-50%)}.section-sub{text-align:center;color:#8b694e;letter-spacing:1px;margin-bottom:2rem;font-size:1.1rem;font-weight:500}.category-filters{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.filter-btn{color:#b76e2e;cursor:pointer;background:0 0;border:2px solid #dca25c;border-radius:50px;padding:.7rem 1.8rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;transition:all .3s}.filter-btn:hover{color:#fff;background:#dca25c;transform:translateY(-2px)}.filter-btn.active{color:#fff;background:linear-gradient(135deg,#dca25c,#b76e2e);border-color:#0000}.products-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2.5rem;margin-top:1rem;display:grid}.product-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#fffffff2;border-radius:32px;transition:all .5s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 20px 40px #00000014}.product-card:before{content:"";z-index:2;background:linear-gradient(90deg,#dca25c,#ffe6b3,#dca25c);height:4px;transition:transform .5s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.product-card:hover:before{transform:scaleX(1)}.product-card:hover{transform:translateY(-15px);box-shadow:0 35px 55px #b76e2e40}.product-img{background:linear-gradient(135deg,#fdf3e9,#fce8dc);height:260px;position:relative;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.product-card:hover .product-image{transform:scale(1.1)}.product-overlay{opacity:0;background:linear-gradient(135deg,#0000004d,#0000001a);justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.product-card:hover .product-overlay{opacity:1}.premium-badge{color:#fff;letter-spacing:1px;z-index:3;background:linear-gradient(135deg,#dca25c,#b76e2e);border-radius:50px;padding:.3rem .8rem;font-size:.7rem;font-weight:700;position:absolute;top:15px;right:15px}.product-info{padding:1.8rem}.product-info h3{color:#2d1f1a;margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:1.6rem;font-weight:700}.product-desc{color:#7e5d48;margin-bottom:.8rem;font-size:.9rem;line-height:1.5}.product-meta{margin-bottom:1rem}.weight{color:#8b694e;align-items:center;gap:.3rem;font-size:.8rem;display:inline-flex}.price-row{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.price{background:linear-gradient(135deg,#b76e2e,#dca25c);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:1.6rem;font-weight:800}.add-cart{color:#b46e2c;cursor:pointer;background:linear-gradient(135deg,#f3e1cf,#e8d5c2);border:none;border-radius:50px;padding:.7rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:700;transition:all .3s}.add-cart:hover{color:#fff;background:linear-gradient(135deg,#dca25c,#c47e38);transform:scale(1.05);box-shadow:0 5px 15px #dca25c66}.no-products{text-align:center;color:#8b694e;padding:3rem;font-size:1.1rem}@media (width<=768px){.section-title{font-size:2rem}.category-filters{gap:.5rem}.filter-btn{padding:.5rem 1.2rem;font-size:.8rem}.products-grid{gap:1.5rem}}.about-section{background:linear-gradient(135deg,#fff8f1,#fff0e0);padding:.9rem 4rem;overflow:hidden}.about-flex{justify-content:space-between;align-items:center;gap:4rem;max-width:1280px;margin:auto;padding:0 1.5rem;display:flex}.about-text{flex:1}.about-tag{color:#8b0000;background:#ffe3b3;border-radius:30px;margin-bottom:1rem;padding:8px 18px;font-weight:600;display:inline-block}.about-text h2{color:#8b0000;margin-bottom:1.5rem;font-size:3rem;line-height:1.2}.about-text p{color:#5a3d2e;margin-bottom:1rem;font-size:1.05rem;line-height:1.8}.btn-outline{color:#d97706;cursor:pointer;background:0 0;border:2px solid #d97706;border-radius:50px;margin-top:1rem;padding:14px 28px;font-size:1rem;font-weight:600;transition:all .3s}.btn-outline:hover{color:#fff;background:#d97706}.about-image{flex:1;grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.food-card{text-align:center;background:#fff;border-radius:25px;padding:2rem;transition:all .3s;box-shadow:0 10px 30px #00000014}.food-card:hover{transform:translateY(-10px)}.food-item{margin-bottom:1rem;font-size:4rem}.food-card h3{color:#8b0000;font-size:1.1rem}@media (width<=992px){.about-flex{flex-direction:column;gap:3rem}.about-text h2{font-size:2.4rem}}@media (width<=576px){.about-section{padding:4rem 0}.about-text h2{font-size:2rem}.about-image{grid-template-columns:1fr}.food-card{padding:1.5rem}.food-item{font-size:3rem}}.testimonials{background:linear-gradient(#0000,#dca25c0d);padding:4rem 0 6rem}.testimonial-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;margin-top:3rem;display:grid}.testimonial-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.testimonial-avatar{object-fit:cover;border:3px solid #dca25c;border-radius:50%;width:60px;height:60px;box-shadow:0 5px 15px #0000001a}.testimonial-card{background:#fff;border:1px solid #dca25c33;border-radius:40px;padding:2rem;transition:all .4s;position:relative;box-shadow:0 15px 40px #00000014}.testimonial-card:hover{border-color:#dca25c80;transform:translateY(-8px);box-shadow:0 25px 50px #b76e2e26}.quote-icon{color:#dca25c;opacity:.5;font-family:serif;font-size:3rem;line-height:1}.testimonial-text{color:#4a3528;z-index:1;margin:1rem 0 1.5rem;font-size:1rem;font-style:italic;line-height:1.7;position:relative}.testimonial-author strong{color:#b76e2e;font-size:1.1rem;font-weight:700;display:block}.testimonial-author span{color:#8b694e;font-size:.85rem}.rating{color:#f4b942;letter-spacing:3px;margin-top:1rem;font-size:1.1rem}.contact-section{background:linear-gradient(135deg,#fef9f0,#fff5ea);border-radius:60px;margin:3rem 0;padding:5rem 0;position:relative;overflow:hidden}.contact-flex{flex-wrap:wrap;gap:4rem;display:flex}.contact-info{flex:1}.contact-info h2{background:linear-gradient(135deg,#2d1f1a,#b76e2e);color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:800}.contact-info p{color:#5e4033;margin-bottom:2rem;line-height:1.6}.contact-details{margin-top:2rem}.contact-details div{color:#5a3d2e;align-items:center;gap:1rem;margin:1.2rem 0;padding:.5rem;font-size:1rem;transition:transform .3s;display:flex}.contact-details div:hover{transform:translate(5px)}.contact-details i{color:#c27d3a;width:30px;font-size:1.3rem}.contact-hours{border-top:2px dashed #b76e2e33;margin-top:2rem;padding-top:1rem}.contact-hours h4{color:#b76e2e;margin-bottom:.5rem;font-size:1.2rem}.contact-form{flex-direction:column;flex:1;gap:1.2rem;display:flex}.contact-form input,.contact-form textarea{background:#fff;border:2px solid #eadbce;border-radius:20px;padding:1rem 1.2rem;font-family:inherit;font-size:1rem;transition:all .3s}.contact-form input:focus,.contact-form textarea:focus{border-color:#dca25c;outline:none;transform:translateY(-2px);box-shadow:0 0 0 3px #dca25c1a}.contact-form textarea{resize:vertical;min-height:120px}.navbar{z-index:999;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffaf4fa;border-bottom:1px solid #daa15d33;width:100%;font-family:Poppins,sans-serif;position:sticky;top:0;box-shadow:0 4px 20px #0000000f}.nav-container{justify-content:space-between;align-items:center;width:100%;max-width:1280px;margin:0 auto;padding:.9rem 5rem;display:flex}.brand{align-items:center;gap:0;text-decoration:none;display:flex}.logo{object-fit:contain;width:auto;height:70px;transition:all .3s}.logo:hover{transform:scale(1.05)}.brand-text h2{color:#8b0000;margin:0;font-size:1.45rem;font-weight:700;line-height:1.2}.brand-text span{color:#d97706;font-size:.85rem;font-weight:500}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:#3a2a24;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;position:relative}.nav-links a:after{content:"";background:#d97706;width:0;height:2px;transition:all .3s;position:absolute;bottom:-6px;left:0}.nav-links a:hover:after{width:100%}.nav-links a:hover{color:#d97706}.order-btn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#ff9800,#d97706);border:none;border-radius:50px;outline:none;padding:12px 24px;font-size:.95rem;font-weight:600;transition:all .3s}.order-btn:hover{transform:translateY(-3px);box-shadow:0 8px 20px #d977064d}.mobile-menu{cursor:pointer;color:#8b0000;background:0 0;border:none;font-size:2rem;display:none}@media (width>=1400px){.nav-container{max-width:1400px}}@media (width<=992px){.nav-container{padding:.9rem 1rem}.mobile-menu{display:block}.nav-links{background:#fff;flex-direction:column;align-items:center;gap:1.2rem;padding:2rem;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 10px 25px #00000014}.nav-links.open{display:flex}.order-btn{width:100%;max-width:220px}}@media (width<=576px){.nav-container{padding:.8rem}.logo{width:50px;height:50px}.brand-text h2{font-size:1rem}.brand-text span{font-size:.75rem}.nav-links{padding:1.5rem}}.footer{color:#f3e1cf;background:linear-gradient(135deg,#1a0f0a 0%,#2d1f1a 100%);border-radius:40px 40px 0 0;margin-top:5rem;padding:4rem 0 2rem;position:relative;overflow:hidden}.footer:before{content:"";background:linear-gradient(90deg,#dca25c,#ffe6b3,#dca25c);height:4px;position:absolute;inset:0 0 auto}.footer:after{content:"";filter:blur(30px);background:#dca25c14;border-radius:50%;width:350px;height:350px;position:absolute;top:-180px;right:-120px}.footer .container{z-index:2;position:relative}.footer-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:3rem;margin-bottom:2.5rem;display:flex}.footer-brand h3{background:linear-gradient(135deg,#fff5e1,#dca25c);color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:10px;font-family:Playfair Display,serif;font-size:2rem}.footer-brand p{color:#f3e1cfcc;letter-spacing:1px;font-size:.95rem}.footer-links{flex-wrap:wrap;gap:2rem;display:flex}.footer-links a{color:#f3e1cf;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.footer-links a:after{content:"";background:#dca25c;width:0%;height:2px;transition:all .3s;position:absolute;bottom:-6px;left:0}.footer-links a:hover{color:#dca25c}.footer-links a:hover:after{width:100%}.footer-social{gap:1rem;display:flex}.footer-social a{text-decoration:none}.footer-social i{color:#f3e1cf;background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.2rem;transition:all .35s;display:flex}.footer-social i:hover{color:#1a0f0a;background:#dca25c;transform:translateY(-5px);box-shadow:0 10px 25px #dca25c4d}.footer-bottom{text-align:center;border-top:1px solid #f3e1cf26;padding-top:1.5rem}.footer-bottom p{margin:6px 0}.footer-bottom p:first-child{color:#f3e1cfbf;font-size:.9rem}.footer-credit{color:#f3e1cfd9;font-size:.95rem}.footer-credit span{color:#dca25c;margin-left:4px;font-weight:700;transition:all .3s}.footer-credit span:hover{color:#ffe6b3}@media (width<=992px){.footer-content{text-align:center;justify-content:center}.footer-links,.footer-social{justify-content:center}}@media (width<=768px){.footer{border-radius:30px 30px 0 0;padding:3rem 0 1.5rem}.footer-brand h3{font-size:1.7rem}.footer-links{gap:1.2rem}.footer-links a{font-size:.95rem}.footer-social i{width:42px;height:42px;font-size:1.1rem}.footer-credit{font-size:.85rem;line-height:1.6}}@media (width<=480px){.footer-brand h3{font-size:1.5rem}.footer-links{flex-direction:column;gap:1rem}.footer-social{gap:.8rem}.footer-social i{width:40px;height:40px}}*{box-sizing:border-box;margin:0;padding:0}body{color:#2d1f1a;scroll-behavior:smooth;background:linear-gradient(135deg,#fefaf5 0%,#fff7ef 100%);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f3e9e0;border-radius:10px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#c98a40,#b76e2e);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#b76e2e,#9a5a2a)}.container{max-width:1280px;margin:0 auto;padding:0 2rem}@media (width<=768px){.container{padding:0 1.5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.fade-in-up{animation:.8s forwards fadeInUp}.fade-in-left{animation:.8s forwards fadeInLeft}.fade-in-right{animation:.8s forwards fadeInRight}.scale-in{animation:.6s forwards scaleIn}.btn-gold{color:#fff;cursor:pointer;background:linear-gradient(135deg,#dca25c 0%,#b76e2e 100%);border:none;border-radius:50px;padding:1rem 2.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 8px 25px #b76e2e4d}.btn-gold:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.btn-gold:hover:before{left:100%}.btn-gold:hover{background:linear-gradient(135deg,#e8b46e,#c47e38);transform:translateY(-3px);box-shadow:0 15px 35px #b76e2e66}.btn-outline{color:#b76e2e;cursor:pointer;background:0 0;border:2px solid #dca25c;border-radius:50px;padding:.8rem 2rem;font-family:Inter,sans-serif;font-weight:600;transition:all .3s}.btn-outline:hover{color:#fff;background:#dca25c;transform:translateY(-2px);box-shadow:0 5px 15px #dca25c4d}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}
