/* Nalabheema Kitchen - Premium Editorial Design System */
:root {
  --bg-primary: #0e0e11;
  --bg-secondary: #141419;
  --bg-tertiary: #1b1b22;
  --card-bg: rgba(23, 23, 30, 0.78);
  --card-border: rgba(212, 175, 55, 0.16);
  --card-border-hover: rgba(212, 175, 55, 0.45);
  --gold-primary: #e5aa38;
  --gold-light: #f7ce76;
  --gold-dark: #b87e1f;
  --gold-glow: rgba(229, 170, 56, 0.28);
  --terracotta: #c45732;
  --text-main: #f5f4f0;
  --text-muted: #a6a39b;
  --text-dim: #706d65;
  --veg-color: #22c55e;
  --nonveg-color: #ef4444;
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-sans: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  --font-telugu: 'Nirmala UI', 'Gautami', sans-serif;
  --transition-smooth: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-family: var(--font-sans); background-color: var(--bg-primary); color: var(--text-main); overflow-x: hidden; }
body { line-height: 1.6; min-height: 100vh; position: relative; background-image: radial-gradient(circle at 15% 20%, rgba(229, 170, 56, 0.04) 0%, transparent 45%), radial-gradient(circle at 85% 65%, rgba(196, 87, 50, 0.05) 0%, transparent 40%); background-attachment: fixed; }
h1, h2, h3, h4 { font-family: var(--font-serif); font-weight: 600; letter-spacing: -0.02em; color: var(--text-main); }
.telugu-sub { font-family: var(--font-telugu); color: var(--gold-light); font-weight: 500; }
p { color: var(--text-muted); }
a { color: inherit; text-decoration: none; transition: var(--transition-smooth); }
button { cursor: pointer; border: none; outline: none; font-family: inherit; transition: var(--transition-smooth); }
.container { width: 100%; max-width: 1240px; margin-left: auto; margin-right: auto; padding-left: 1.5rem; padding-right: 1.5rem; }

/* Decorative Spices */
.bg-spices { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; overflow: hidden; z-index: 0; }
.floating-spice { position: absolute; opacity: 0.12; filter: drop-shadow(0 4px 12px rgba(229, 170, 56, 0.2)); animation: floatSpice 18s ease-in-out infinite alternate; }
.spice-1 { top: 12%; left: 4%; width: 56px; animation-duration: 22s; }
.spice-2 { top: 28%; right: 5%; width: 72px; animation-duration: 26s; }
.spice-3 { top: 60%; left: 6%; width: 64px; animation-duration: 20s; }
.spice-4 { top: 80%; right: 8%; width: 50px; animation-duration: 24s; }
@keyframes floatSpice { 0% { transform: translateY(0px) rotate(0deg); } 50% { transform: translateY(-24px) rotate(12deg); } 100% { transform: translateY(12px) rotate(-8deg); } }

/* Header */
.header-nav { position: sticky; top: 0; z-index: 100; background: rgba(14, 14, 17, 0.82); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(212, 175, 55, 0.12); }
.nav-wrapper { display: flex; align-items: center; justify-content: space-between; height: 82px; }
.brand-logo { display: flex; align-items: center; gap: 0.85rem; }
.brand-crest { width: 44px; height: 44px; flex-shrink: 0; }
.brand-names { display: flex; flex-direction: column; }
.brand-title { font-size: 1.35rem; letter-spacing: 0.04em; text-transform: uppercase; background: linear-gradient(135deg, #ffffff 40%, var(--gold-light) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.brand-subtitle { font-size: 0.8rem; }
.nav-links { display: flex; align-items: center; gap: 2rem; list-style: none; }
.nav-link { font-size: 0.92rem; font-weight: 500; color: var(--text-muted); padding: 0.35rem 0; }
.nav-link:hover { color: var(--gold-light); }
.nav-actions { display: flex; align-items: center; gap: 0.9rem; }
.lang-toggle { background: rgba(255, 255, 255, 0.06); color: var(--gold-light); border: 1px solid rgba(229, 170, 56, 0.25); padding: 0.4rem 0.8rem; border-radius: 9999px; font-size: 0.78rem; font-weight: 600; }
.cart-trigger-btn { position: relative; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(229, 170, 56, 0.25); color: var(--gold-light); width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.cart-badge { position: absolute; top: -4px; right: -4px; background: var(--terracotta); color: #fff; font-size: 0.7rem; font-weight: 700; width: 20px; height: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem; padding: 0.72rem 1.4rem; border-radius: 8px; font-size: 0.9rem; font-weight: 600; }
.btn-gold { background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold-primary) 50%, var(--gold-dark) 100%); color: #0e0e11; box-shadow: 0 4px 18px var(--gold-glow); }
.btn-gold:hover { transform: translateY(-2px); }
.btn-outline-gold { background: transparent; color: var(--gold-light); border: 1px solid var(--gold-primary); }
.btn-whatsapp { background: #25d366; color: #ffffff; }

/* Hero */
.hero-section { position: relative; padding: 4.5rem 0 5rem 0; }
.hero-grid { display: grid; grid-template-columns: 1.2fr 0.9fr; gap: 3.5rem; align-items: center; }
.hero-status-pill { display: inline-flex; align-items: center; gap: 0.6rem; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(229, 170, 56, 0.25); border-radius: 9999px; padding: 0.4rem 1rem; font-size: 0.82rem; margin-bottom: 1.4rem; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 10px #22c55e; }
.hero-title { font-size: 3.4rem; line-height: 1.12; margin-bottom: 1.2rem; }
.hero-title span.highlight { background: linear-gradient(135deg, var(--gold-light), var(--gold-primary)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero-description { font-size: 1.1rem; line-height: 1.7; margin-bottom: 2rem; max-width: 580px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 2.5rem; }
.hero-features-bar { display: flex; flex-wrap: wrap; gap: 1.2rem; padding-top: 1.8rem; border-top: 1px solid rgba(255, 255, 255, 0.08); }
.feature-pill { display: flex; align-items: center; gap: 0.5rem; font-size: 0.86rem; color: var(--text-muted); }
.feature-pill svg { color: var(--gold-primary); }

/* Pot Visual & Steam */
.hero-visual { position: relative; display: flex; justify-content: center; align-items: center; }
.pot-art-container { position: relative; width: 100%; max-width: 440px; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; }
.pot-halo { position: absolute; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(229, 170, 56, 0.18) 0%, rgba(196, 87, 50, 0.08) 50%, transparent 75%); }
.pot-svg-wrap { position: relative; z-index: 2; width: 320px; animation: gentleLevitate 6s ease-in-out infinite alternate; }
@keyframes gentleLevitate { 0% { transform: translateY(0px); } 100% { transform: translateY(-14px); } }
.steam-container { position: absolute; top: 15%; z-index: 3; width: 140px; height: 100px; }
.steam-wisp { position: absolute; bottom: 0; width: 24px; height: 70px; border-radius: 50%; border-right: 3px solid rgba(255, 255, 255, 0.35); filter: blur(4px); animation: steamRise 3.5s linear infinite; opacity: 0; }
.steam-1 { left: 20%; animation-delay: 0s; }
.steam-2 { left: 50%; animation-delay: 1.2s; }
.steam-3 { left: 75%; animation-delay: 2.2s; }
@keyframes steamRise { 0% { transform: translateY(0); opacity: 0; } 30% { opacity: 0.6; } 100% { transform: translateY(-80px) scale(1.5); opacity: 0; } }
.pot-badge-float { position: absolute; bottom: 12%; right: 5%; z-index: 5; background: rgba(20, 20, 26, 0.88); backdrop-filter: blur(12px); border: 1px solid rgba(229, 170, 56, 0.3); padding: 0.75rem 1.1rem; border-radius: 12px; display: flex; align-items: center; gap: 0.75rem; }

/* Sections */
.section { padding: 5.5rem 0; position: relative; z-index: 1; }
.section-header { text-align: center; max-width: 680px; margin: 0 auto 3.5rem auto; }
.section-tag { font-size: 0.78rem; font-weight: 700; text-transform: uppercase; color: var(--gold-light); padding: 0.25rem 0.8rem; background: rgba(229, 170, 56, 0.08); border: 1px solid rgba(229, 170, 56, 0.2); border-radius: 9999px; display: inline-block; margin-bottom: 0.6rem; }
.section-title { font-size: 2.5rem; margin-bottom: 1rem; }

/* Story & Pledges */
.story-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 4rem; align-items: center; }
.story-card { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 16px; padding: 2.5rem; }
.pledges-grid { display: flex; flex-direction: column; gap: 1.3rem; }
.pledge-item { display: flex; gap: 1.2rem; background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.06); padding: 1.4rem; border-radius: 12px; }
.pledge-icon-wrap { width: 48px; height: 48px; background: rgba(229, 170, 56, 0.1); border: 1px solid rgba(229, 170, 56, 0.25); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--gold-light); flex-shrink: 0; }

/* Menu */
.menu-controls { display: flex; flex-direction: column; align-items: center; gap: 1.2rem; margin-bottom: 2.8rem; }
.category-tabs { display: flex; flex-wrap: wrap; gap: 0.6rem; justify-content: center; background: rgba(255, 255, 255, 0.03); padding: 0.4rem; border-radius: 14px; }
.category-btn { background: transparent; color: var(--text-muted); padding: 0.65rem 1.25rem; border-radius: 10px; font-size: 0.88rem; font-weight: 600; }
.category-btn.active { background: var(--gold-primary); color: #0e0e11; }
.diet-filter { display: flex; gap: 0.8rem; }
.diet-pill { display: flex; align-items: center; gap: 0.4rem; padding: 0.35rem 0.85rem; border-radius: 9999px; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.1); color: var(--text-muted); cursor: pointer; }
.diet-pill.active { background: rgba(229, 170, 56, 0.15); border-color: var(--gold-primary); color: var(--gold-light); }
.menu-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 1.8rem; }
.menu-card { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 16px; padding: 1.6rem; display: flex; flex-direction: column; justify-content: space-between; }
.menu-card:hover { border-color: var(--card-border-hover); transform: translateY(-4px); }
.menu-card-top { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: 0.6rem; }
.dish-title { font-size: 1.22rem; font-weight: 600; color: #ffffff; display: flex; align-items: center; gap: 0.5rem; }
.diet-dot { width: 14px; height: 14px; border: 1.5px solid; border-radius: 3px; display: inline-flex; align-items: center; justify-content: center; }
.diet-dot::after { content: ''; width: 6px; height: 6px; border-radius: 50%; }
.diet-dot.veg { border-color: var(--veg-color); } .diet-dot.veg::after { background-color: var(--veg-color); }
.diet-dot.nonveg { border-color: var(--nonveg-color); } .diet-dot.nonveg::after { background-color: var(--nonveg-color); }
.dish-price { font-size: 1.3rem; font-weight: 700; color: var(--gold-light); }
.dish-desc { font-size: 0.88rem; margin-bottom: 1.2rem; }
.dish-footer { display: flex; justify-content: space-between; align-items: center; padding-top: 1rem; border-top: 1px dashed rgba(255, 255, 255, 0.08); }
.add-btn { background: rgba(229, 170, 56, 0.12); color: var(--gold-light); border: 1px solid rgba(229, 170, 56, 0.3); padding: 0.45rem 0.95rem; border-radius: 8px; font-weight: 600; }
.add-btn:hover { background: var(--gold-primary); color: #0e0e11; }

/* Services */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.service-card { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 16px; padding: 2.2rem; display: flex; flex-direction: column; }
.service-icon-box { width: 58px; height: 58px; border-radius: 14px; background: rgba(229, 170, 56, 0.12); border: 1px solid rgba(229, 170, 56, 0.3); display: flex; align-items: center; justify-content: center; color: var(--gold-light); margin-bottom: 1.5rem; }

/* Location */
.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.info-card, .map-card { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 16px; padding: 2.5rem; }
.interactive-map-frame { width: 100%; height: 300px; background: #181820; border-radius: 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }

/* Modals & Cart Drawer */
.modal-backdrop { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.75); backdrop-filter: blur(8px); z-index: 999; display: none; align-items: center; justify-content: center; }
.modal-backdrop.active { display: flex; }
.modal-content { background: var(--bg-secondary); border: 1px solid rgba(229, 170, 56, 0.3); border-radius: 18px; width: 100%; max-width: 540px; padding: 2.2rem; position: relative; }
.modal-close { position: absolute; top: 1.2rem; right: 1.2rem; background: rgba(255, 255, 255, 0.06); color: #fff; border-radius: 50%; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; }
.cart-drawer { position: fixed; top: 0; right: 0; width: 100%; max-width: 420px; height: 100vh; background: #131317; border-left: 1px solid rgba(229, 170, 56, 0.25); z-index: 1000; display: flex; flex-direction: column; transform: translateX(100%); transition: transform 0.35s ease; }
.cart-drawer.open { transform: translateX(0%); }
.cart-header { padding: 1.5rem; border-bottom: 1px solid rgba(255, 255, 255, 0.08); display: flex; justify-content: space-between; }
.cart-items-wrap { flex-grow: 1; overflow-y: auto; padding: 1.5rem; display: flex; flex-direction: column; gap: 1rem; }
.cart-item { display: flex; justify-content: space-between; background: rgba(255, 255, 255, 0.03); padding: 0.9rem; border-radius: 10px; }
.cart-counter { display: flex; align-items: center; gap: 0.6rem; }
.cart-counter button { background: transparent; color: var(--gold-light); font-weight: 700; width: 24px; height: 24px; }
.cart-footer { padding: 1.5rem; border-top: 1px solid rgba(255, 255, 255, 0.08); }
.cart-total-row { display: flex; justify-content: space-between; font-size: 1.15rem; font-weight: 700; margin-bottom: 1.2rem; }
.form-group { margin-bottom: 1.2rem; }
.form-group label { display: block; font-size: 0.85rem; margin-bottom: 0.4rem; color: var(--text-muted); }
.form-control { width: 100%; padding: 0.75rem 1rem; border-radius: 8px; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.12); color: #fff; }

/* Responsive */
@media (max-width: 992px) {
  .hero-grid, .story-grid, .services-grid, .location-grid { grid-template-columns: 1fr; }
  .nav-links { display: none; }
}