*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:#333;background-color:#fefefe}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;top:0;width:100%;z-index:1000;box-shadow:0 2px 20px #0000001a}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px}.nav-logo h2{color:#ff6b9d;font-weight:700;font-size:1.8rem}.nav-logo a{text-decoration:none;color:inherit}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-link{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover,.nav-link.active{color:#ff6b9d}.nav-link.active:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:2px;background:#ff6b9d}.language-toggle{display:flex;gap:.5rem}.lang-btn{background:none;border:2px solid #e0e0e0;padding:.5rem 1rem;border-radius:20px;cursor:pointer;font-weight:500;transition:all .3s ease}.lang-btn.active{background:#ff6b9d;color:#fff;border-color:#ff6b9d}.hamburger{display:none;flex-direction:column;cursor:pointer}.hamburger span{width:25px;height:3px;background:#333;margin:3px 0;transition:.3s}.hero{display:flex;align-items:center;min-height:100vh;padding:100px 20px 50px;background:linear-gradient(135deg,#ffeef8,#e8f5ff)}.hero-content{flex:1;max-width:600px;margin-right:2rem}.hero-title{font-size:3.5rem;font-weight:700;color:#333;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.3rem;color:#666;margin-bottom:2.5rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-image{flex:1;text-align:center}.hero-image img{max-width:100%;height:auto;border-radius:20px;box-shadow:0 20px 40px #0000001a}.btn{display:inline-block;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:linear-gradient(135deg,#ff6b9d,#ff8fab);color:#fff;box-shadow:0 4px 15px #ff6b9d4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b9d66}.btn-secondary{background:#fff;color:#ff6b9d;border:2px solid #ff6b9d}.btn-secondary:hover{background:#ff6b9d;color:#fff;transform:translateY(-2px)}.discount-banner{background:linear-gradient(135deg,#ffd93d,#ffb347);padding:2rem 0;text-align:center;color:#333}.discount-content h3{font-size:1.5rem;margin-bottom:.5rem}.featured-flavors{padding:5rem 0;background:#fafafa}.section-title{text-align:center;font-size:2.5rem;font-weight:700;color:#333;margin-bottom:3rem}.flavors-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.flavor-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.flavor-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026}.flavor-image{height:250px;overflow:hidden;background:linear-gradient(135deg,#ffeef8,#e8f5ff)}.flavor-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.flavor-card:hover .flavor-image img{transform:scale(1.05)}.flavor-info{padding:1.5rem}.flavor-info h3{font-size:1.3rem;font-weight:600;color:#333;margin-bottom:.5rem}.flavor-info p{color:#666;line-height:1.6}.about-section{padding:5rem 0;background:#fff}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-text h2{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:1.5rem}.about-text p{font-size:1.1rem;color:#666;line-height:1.8;margin-bottom:2rem}.about-image img{width:100%;height:auto;border-radius:20px;box-shadow:0 15px 35px #0000001a}.page-header{background:linear-gradient(135deg,#ffeef8,#e8f5ff);padding:120px 0 60px;text-align:center}.page-header h1{font-size:3rem;font-weight:700;color:#333;margin-bottom:1rem}.page-header p{font-size:1.2rem;color:#666}.catalog-section{padding:4rem 0;background:#fafafa}.catalog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.catalog-item{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.catalog-item:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026}.catalog-image{height:250px;overflow:hidden;background:linear-gradient(135deg,#ffeef8,#e8f5ff)}.catalog-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.catalog-item:hover .catalog-image img{transform:scale(1.05)}.catalog-info{padding:1.5rem}.catalog-info h3{font-size:1.3rem;font-weight:600;color:#333;margin-bottom:.5rem}.catalog-info p{color:#666;line-height:1.6}.modal{display:none;position:fixed;z-index:2000;left:0;top:0;width:100%;height:100%;background-color:#00000080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-content{background-color:#fff;margin:5% auto;padding:2rem;border-radius:20px;width:90%;max-width:600px;position:relative;box-shadow:0 20px 60px #0000004d}.close{color:#aaa;float:right;font-size:28px;font-weight:700;cursor:pointer;position:absolute;right:1rem;top:1rem}.close:hover{color:#333}.modal-flavor-image{width:100%;height:300px;-o-object-fit:cover;object-fit:cover;border-radius:15px;margin-bottom:1.5rem}.modal h2{color:#333;margin-bottom:1rem}.modal p{color:#666;line-height:1.6;margin-bottom:1rem}.allergen-info{background:#f8f9fa;padding:1rem;border-radius:10px;margin-top:1rem}.allergen-info h4{color:#333;margin-bottom:.5rem}.merchandise-section{padding:4rem 0;background:#fafafa}.merchandise-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.merchandise-item{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.merchandise-item:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026}.merchandise-image{height:250px;overflow:hidden;background:linear-gradient(135deg,#ffeef8,#e8f5ff)}.merchandise-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.merchandise-item:hover .merchandise-image img{transform:scale(1.05)}.merchandise-info{padding:1.5rem}.merchandise-info h3{font-size:1.3rem;font-weight:600;color:#333;margin-bottom:.5rem}.merchandise-info p{color:#666;line-height:1.6;margin-bottom:1rem}.price{font-size:1.2rem;font-weight:600;color:#ff6b9d}.merchandise-note{text-align:center;background:#fff;padding:2rem;border-radius:20px;box-shadow:0 10px 30px #0000001a}.merchandise-note p{font-size:1.1rem;color:#666;margin-bottom:1.5rem}.contact-section{padding:4rem 0;background:#fafafa}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.contact-info{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 10px 30px #0000001a}.contact-item{margin-bottom:2rem}.contact-item h3{font-size:1.2rem;color:#333;margin-bottom:.5rem}.contact-item p{color:#666;line-height:1.6}.contact-form{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 10px 30px #0000001a}.contact-form h3{font-size:1.5rem;color:#333;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#ff6b9d}.map-section{padding:4rem 0;background:#fff}.map-section h2{text-align:center;font-size:2rem;color:#333;margin-bottom:2rem}.map-container{border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.footer{background:#333;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:#ff6b9d}.footer-section p{color:#ccc;line-height:1.6}.social-links{display:flex;gap:1rem;flex-wrap:wrap}.social-links a{color:#ccc;text-decoration:none;transition:color .3s ease}.social-links a:hover{color:#ff6b9d}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #555;color:#ccc}.text-center{text-align:center}@media (max-width: 768px){.hamburger{display:flex}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:#fff;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0}.nav-menu.active{left:0}.hero{flex-direction:column;text-align:center;padding:120px 20px 50px}.hero-content{margin-right:0;margin-bottom:2rem}.hero-title{font-size:2.5rem}.hero-buttons{justify-content:center}.about-content{grid-template-columns:1fr;text-align:center}.contact-grid,.flavors-grid,.catalog-grid,.merchandise-grid{grid-template-columns:1fr}.page-header h1,.section-title{font-size:2rem}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.btn{padding:.75rem 1.5rem;font-size:.9rem}.modal-content{margin:10% auto;padding:1.5rem}}.eisdebona-logo{font-family:Shrikhand,cursive;font-size:2.5rem;background:linear-gradient(90deg,#b96fa2,#ffb347);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:2px 2px 8px rgba(185,111,162,.25);display:flex;align-items:center;gap:.5rem}.eisdebona-logo span[aria-label="ice cream"]{font-size:2.2rem;margin-right:.3rem}
