@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Playfair+Display:wght@400;600;700;800;900&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', sans-serif; background: linear-gradient(135deg, #FFF8DC 0%, #FFF5E1 100%); color: #2C3E50; overflow-x: hidden; }
html { scroll-behavior: smooth; }
h1, h2, h3 { font-family: 'Playfair Display', serif; letter-spacing: -0.02em; }
.container { max-width: 1400px; margin: 0 auto; padding: 0 20px; }

/* Hero Section */
.hero { position: relative; height: 100vh; min-height: 650px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.hero-slider { position: absolute; inset: 0; z-index: 0; }
.slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1s ease-in-out; }
.slide.active { opacity: 1; }
.slide img { width: 100%; height: 100%; object-fit: cover; }
.hero-gradient { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0.4), rgba(0,0,0,0.7)); }
.hero-gradient::before { content: ''; position: absolute; top: 0; left: 0; width: 400px; height: 400px; background: rgba(212,175,55,0.2); border-radius: 50%; filter: blur(80px); animation: pulse 3s ease-in-out infinite; }
.hero-gradient::after { content: ''; position: absolute; bottom: 0; right: 0; width: 400px; height: 400px; background: rgba(212,175,55,0.15); border-radius: 50%; filter: blur(80px); animation: pulse 3s ease-in-out infinite; animation-delay: 1s; }
.slider-dots { position: absolute; bottom: 60px; left: 50%; transform: translateX(-50%); z-index: 20; display: flex; gap: 10px; }
.dot-btn { width: 12px; height: 12px; border-radius: 50%; background: rgba(255,255,255,0.4); border: none; cursor: pointer; transition: all 0.3s; }
.dot-btn.active, .dot-btn:hover { background: #D4AF37; transform: scale(1.2); }
.hero-content { position: relative; z-index: 10; text-align: center; padding: 0 20px; max-width: 1200px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(212,175,55,0.2); backdrop-filter: blur(10px); border: 1px solid rgba(212,175,55,0.3); padding: 8px 24px; border-radius: 50px; margin-bottom: 30px; color: #D4AF37; font-size: 14px; font-weight: 700; }
.hero-title { font-size: clamp(2.5rem, 6vw, 4.5rem); font-weight: 800; color: white; margin-bottom: 20px; text-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.hero-divider { display: flex; align-items: center; justify-content: center; gap: 15px; margin-bottom: 30px; }
.divider-line { width: 60px; height: 1px; background: linear-gradient(to right, transparent, #D4AF37); }
.sparkle { font-size: 24px; animation: pulse 2s infinite; }
.hero-slogan { font-size: clamp(1.25rem, 3vw, 2rem); color: #D4AF37; font-style: italic; margin-bottom: 30px; text-shadow: 0 5px 15px rgba(0,0,0,0.3); }
.hero-description { max-width: 800px; margin: 0 auto 40px; backdrop-filter: blur(10px); background: rgba(255,255,255,0.1); border-radius: 20px; padding: 30px; border: 1px solid rgba(255,255,255,0.2); }
.hero-description p { font-size: clamp(0.95rem, 1.5vw, 1.1rem); color: rgba(255,255,255,0.95); line-height: 1.7; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 15px; justify-content: center; margin-bottom: 50px; }
.btn-hero { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; border-radius: 50px; font-weight: 600; font-size: 14px; text-decoration: none; transition: all 0.4s; position: relative; overflow: hidden; }
.btn-primary { background: linear-gradient(135deg, #D4AF37, #B8941F); color: white; box-shadow: 0 10px 30px rgba(212,175,55,0.4); }
.btn-primary:hover { transform: translateY(-5px) scale(1.05); box-shadow: 0 20px 40px rgba(212,175,55,0.6); }
.btn-secondary { background: rgba(255,255,255,0.1); backdrop-filter: blur(10px); color: white; border: 2px solid rgba(255,255,255,0.3); }
.btn-secondary:hover { background: rgba(255,255,255,0.2); border-color: #D4AF37; transform: translateY(-5px) scale(1.05); }
.hero-hours { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; }
.hour-item { display: flex; align-items: center; gap: 10px; backdrop-filter: blur(10px); background: rgba(255,255,255,0.1); padding: 12px 24px; border-radius: 15px; border: 1px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.8); transition: all 0.3s; }
.hour-item:hover { background: rgba(255,255,255,0.2); transform: scale(1.05); }
.dot { width: 8px; height: 8px; background: #D4AF37; border-radius: 50%; animation: pulse 2s infinite; }
.scroll-indicator { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 10; animation: bounce 2s infinite; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.scroll-box { width: 24px; height: 40px; border: 2px solid rgba(212,175,55,0.5); border-radius: 20px; display: flex; justify-content: center; padding: 8px; backdrop-filter: blur(10px); background: rgba(255,255,255,0.1); }
.scroll-dot { width: 6px; height: 12px; background: #D4AF37; border-radius: 4px; animation: scrollAnim 1.5s ease-in-out infinite; }
.scroll-text { color: rgba(255,255,255,0.6); font-size: 10px; letter-spacing: 2px; }

/* Menu Section */
.menu-section { padding: 80px 0; background: linear-gradient(to bottom, #FFF8DC, white); }
.section-header { text-align: center; margin-bottom: 60px; }
.section-title { font-size: clamp(2rem, 6vw, 3.5rem); font-weight: 800; background: linear-gradient(135deg, #2C3E50, #D4AF37); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 20px; position: relative; display: inline-block; width: 100%; }
.section-title::after { content: ''; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 100px; height: 4px; background: linear-gradient(90deg, transparent, #D4AF37, transparent); border-radius: 2px; }
.section-subtitle { font-size: 1.25rem; color: #4B5563; line-height: 1.8; max-width: 700px; margin: 0 auto; }
.category-filter { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 60px; }
.category-btn { padding: 12px 30px; border-radius: 50px; font-weight: 700; font-size: 15px; border: 2px solid rgba(44,62,80,0.2); background: white; color: #2C3E50; cursor: pointer; transition: all 0.3s; }
.category-btn:hover, .category-btn.active { background: #D4AF37; color: white; border-color: #D4AF37; box-shadow: 0 8px 20px rgba(212,175,55,0.3); transform: scale(1.05); }
.menu-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 30px; }
.menu-card { position: relative; display: block; }
.card-glow { position: absolute; inset: -2px; background: linear-gradient(to right, #D4AF37, #B8941F); border-radius: 20px; opacity: 0; filter: blur(10px); transition: opacity 0.5s; }
.menu-card:hover .card-glow { opacity: 1; }
.card-inner { position: relative; background: white; border-radius: 20px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.1); transition: all 0.5s; }
.menu-card:hover .card-inner { transform: translateY(-10px) rotate(1deg); box-shadow: 0 20px 50px rgba(0,0,0,0.2); }
.card-image { position: relative; height: 220px; overflow: hidden; }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s; }
.menu-card:hover .card-image img { transform: scale(1.25) rotate(3deg); }
.featured-badge { position: absolute; top: 15px; right: 15px; z-index: 20; background: linear-gradient(to right, #D4AF37, #B8941F); color: white; padding: 8px 15px; border-radius: 50px; display: flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 700; box-shadow: 0 5px 15px rgba(0,0,0,0.3); animation: pulse 2s infinite; }
.image-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.2), transparent); }
.price-tag { position: absolute; bottom: 15px; left: 15px; z-index: 20; backdrop-filter: blur(10px); background: rgba(255,255,255,0.9); padding: 8px 20px; border-radius: 50px; font-size: 24px; font-weight: 800; color: #D4AF37; box-shadow: 0 8px 20px rgba(0,0,0,0.2); transition: transform 0.3s; }
.menu-card:hover .price-tag { transform: scale(1.1); }
.card-content { padding: 25px; }
.card-content h3 { font-size: 20px; font-weight: 800; color: #2C3E50; margin-bottom: 12px; transition: color 0.3s; }
.menu-card:hover .card-content h3 { color: #D4AF37; }
.card-content p { color: #666; font-size: 14px; line-height: 1.6; margin-bottom: 20px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.order-btn { width: 100%; background: linear-gradient(to right, #2C3E50, #1a252f); color: white; border: none; padding: 12px; border-radius: 15px; font-weight: 700; cursor: pointer; transition: all 0.3s; }
.order-btn:hover { background: linear-gradient(to right, #D4AF37, #B8941F); transform: scale(1.05); box-shadow: 0 5px 15px rgba(212,175,55,0.3); }

/* About Section */
.about-section { padding: 80px 0; background: #2C3E50; color: white; position: relative; overflow: hidden; }
.about-section::before { content: ''; position: absolute; inset: 0; opacity: 0.05; background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E"); }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin: 60px 0; }
.feature-card { position: relative; }
.feature-glow { position: absolute; inset: -4px; border-radius: 20px; opacity: 0; filter: blur(20px); transition: opacity 0.5s; }
.feature-card[data-color="orange"]:hover .feature-glow { opacity: 0.75; background: linear-gradient(to right, #fb923c, #ef4444); }
.feature-card[data-color="yellow"]:hover .feature-glow { opacity: 0.75; background: linear-gradient(to right, #fbbf24, #f59e0b); }
.feature-card[data-color="pink"]:hover .feature-glow { opacity: 0.75; background: linear-gradient(to right, #f472b6, #ec4899); }
.feature-card[data-color="blue"]:hover .feature-glow { opacity: 0.75; background: linear-gradient(to right, #60a5fa, #4f46e5); }
.feature-inner { position: relative; background: rgba(255,255,255,0.1); backdrop-filter: blur(10px); border-radius: 20px; padding: 40px 30px; border: 1px solid rgba(255,255,255,0.2); transition: all 0.5s; }
.feature-card:hover .feature-inner { transform: translateY(-10px); border-color: rgba(255,255,255,0.4); }
.feature-icon { font-size: 60px; margin-bottom: 20px; transition: transform 0.5s; }
.feature-card:hover .feature-icon { transform: rotate(12deg) scale(1.1); }
.feature-inner h3 { font-size: 20px; font-weight: 800; margin-bottom: 15px; color: white; transition: color 0.3s; }
.feature-card:hover .feature-inner h3 { color: #D4AF37; }
.feature-inner p { color: rgba(255,255,255,0.8); line-height: 1.6; font-size: 14px; }
.quote-box { max-width: 900px; margin: 60px auto 0; text-align: center; }
.quote-box blockquote { font-size: clamp(1.25rem, 3vw, 2rem); font-style: italic; color: #E5C158; line-height: 1.8; margin-bottom: 20px; }
.quote-author { color: rgba(255,255,255,0.7); font-weight: 600; }

/* Gallery Section */
.gallery-section { padding: 80px 0; background: white; }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-bottom: 50px; }
.gallery-item { position: relative; aspect-ratio: 1; overflow: hidden; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.gallery-item:hover img { transform: scale(1.1); }
.gallery-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.6), transparent); opacity: 0; transition: opacity 0.3s; }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.instagram-cta { text-align: center; }
.instagram-btn { display: inline-flex; align-items: center; gap: 10px; background: linear-gradient(to right, #8b5cf6, #ec4899); color: white; padding: 15px 40px; border-radius: 50px; font-weight: 700; text-decoration: none; box-shadow: 0 10px 30px rgba(139,92,246,0.3); transition: all 0.3s; }
.instagram-btn:hover { transform: scale(1.05); box-shadow: 0 15px 40px rgba(139,92,246,0.5); }

/* Location Section */
.location-section { padding: 80px 0; background: linear-gradient(to bottom, white, #FFF8DC); }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.location-info { display: flex; flex-direction: column; gap: 25px; }
.info-card { background: white; border-radius: 20px; padding: 30px; box-shadow: 0 5px 20px rgba(0,0,0,0.1); transition: box-shadow 0.3s; }
.info-card:hover { box-shadow: 0 10px 40px rgba(0,0,0,0.15); }
.info-icon { font-size: 40px; margin-bottom: 15px; }
.info-content h3 { font-size: 22px; font-weight: 800; color: #2C3E50; margin-bottom: 15px; }
.info-content p { color: #666; line-height: 1.8; }
.map-link { display: inline-block; margin-top: 15px; color: #D4AF37; font-weight: 700; text-decoration: none; transition: color 0.3s; }
.map-link:hover { color: #B8941F; }
.hours-list { margin-top: 20px; }
.hour-row { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid #f0f0f0; }
.hour-row:last-child { border-bottom: none; }
.contact-list { margin-top: 15px; display: flex; flex-direction: column; gap: 15px; }
.contact-list a { display: flex; align-items: center; gap: 12px; color: #666; text-decoration: none; transition: color 0.3s; }
.contact-list a:hover { color: #D4AF37; }
.location-map { min-height: 600px; border-radius: 20px; overflow: hidden; box-shadow: 0 10px 40px rgba(0,0,0,0.1); }
.location-map iframe { width: 100%; height: 100%; }

/* Footer */
.footer { background: #2C3E50; color: white; padding: 60px 0 30px; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; margin-bottom: 40px; }
.footer-col h3 { color: #D4AF37; font-size: 24px; margin-bottom: 15px; }
.footer-col h4 { font-size: 18px; margin-bottom: 20px; font-weight: 700; }
.footer-col p { color: rgba(255,255,255,0.8); line-height: 1.8; margin-bottom: 15px; }
.footer-small { color: rgba(255,255,255,0.6); font-size: 14px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 12px; }
.footer-col a { color: rgba(255,255,255,0.8); text-decoration: none; transition: color 0.3s; }
.footer-col a:hover { color: #D4AF37; }
.social-icons { display: flex; flex-direction: column; gap: 12px; margin-bottom: 20px; }
.social-icons a { background: rgba(255,255,255,0.1); padding: 10px 20px; border-radius: 50px; transition: all 0.3s; }
.social-icons a:hover { background: #D4AF37; transform: scale(1.05); }
.footer-hours p { color: rgba(255,255,255,0.7); font-size: 14px; margin: 8px 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 30px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 15px; color: rgba(255,255,255,0.6); font-size: 14px; }

/* Sticky Contact */
.sticky-contact-mobile { position: fixed; bottom: 0; left: 0; right: 0; z-index: 1000; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -5px 20px rgba(0,0,0,0.2); }
.sticky-btn { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 18px; font-weight: 700; text-decoration: none; color: white; transition: all 0.3s; }
.sticky-btn.phone { background: #D4AF37; }
.sticky-btn.phone:hover { background: #B8941F; }
.sticky-btn.whatsapp { background: #25D366; }
.sticky-btn.whatsapp:hover { background: #20BA5A; }
.sticky-contact-desktop { position: fixed; right: 25px; bottom: 25px; z-index: 1000; display: none; flex-direction: column; gap: 15px; opacity: 0; transform: translateY(50px); transition: all 0.5s; }
.sticky-contact-desktop.visible { opacity: 1; transform: translateY(0); }
.floating-btn { display: flex; align-items: center; gap: 12px; padding: 15px 25px; border-radius: 50px; font-weight: 700; text-decoration: none; color: white; box-shadow: 0 10px 30px rgba(0,0,0,0.3); transition: all 0.3s; }
.floating-btn.phone { background: #D4AF37; }
.floating-btn.phone:hover { background: #B8941F; transform: scale(1.05); box-shadow: 0 15px 40px rgba(212,175,55,0.5); }
.floating-btn.whatsapp { background: #25D366; }
.floating-btn.whatsapp:hover { background: #20BA5A; transform: scale(1.05); box-shadow: 0 15px 40px rgba(37,211,102,0.5); }

/* Animations */
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.6; } }
@keyframes bounce { 0%, 100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 10px); } }
@keyframes scrollAnim { 0% { transform: translateY(0); } 100% { transform: translateY(12px); } }

/* Responsive */
@media (max-width: 1024px) {
    .sticky-contact-mobile { display: grid; }
    .sticky-contact-desktop { display: flex; }
    .location-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .hero { min-height: 600px; }
    .hero-title { font-size: 3rem; }
    .hero-slogan { font-size: 1.5rem; }
    .menu-grid { grid-template-columns: 1fr; }
    .features-grid { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-bottom { flex-direction: column; text-align: center; }
}

/* Custom Scrollbar */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #f1f1f1; }
::-webkit-scrollbar-thumb { background: linear-gradient(135deg, #D4AF37, #B8941F); border-radius: 5px; }
::-webkit-scrollbar-thumb:hover { background: linear-gradient(135deg, #B8941F, #D4AF37); }
::selection { background: rgba(212, 175, 55, 0.3); color: #2C3E50; }




