        * { scroll-behavior: smooth; }
        body { background-color: #FBF9F4; color: #1A1A1A; overflow-x: hidden; }
        .glass-nav { background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(15px); border-bottom: 1px solid rgba(124, 144, 112, 0.1); }
        .hero-gradient { background: radial-gradient(circle at top right, rgba(229, 124, 91, 0.05), transparent 40%), radial-gradient(circle at bottom left, rgba(124, 144, 112, 0.05), transparent 40%); }
        section { opacity: 0; transform: translateY(30px); transition: all 1s cubic-bezier(0.22, 1, 0.36, 1); }
        section.visible { opacity: 1; transform: translateY(0); }
        .no-scrollbar::-webkit-scrollbar { display: none; }
        .food-card:hover .zoom-img { transform: scale(1.05); }
        .btn-hover:hover { transform: scale(1.02); box-shadow: 0 20px 40px -10px rgba(0,0,0,0.1); }
        .custom-cursor { width: 20px; height: 20px; border: 1px solid #7C9070; border-radius: 50%; position: fixed; pointer-events: none; z-index: 9999; transition: transform 0.1s ease; }
    