/* ============================================================
   Langit Minang Restaurant – Main Stylesheet
   Design: Warm, Rich, Modern Restaurant (Tasty-inspired)
   ============================================================ */

:root {
  --primary:      #C8102E;
  --primary-dark: #9e0d24;
  --primary-light:#e83254;
  --accent:       #F59E0B;
  --accent-dark:  #d97706;
  --dark:         #1a1a1a;
  --dark-2:       #2d2d2d;
  --dark-3:       #3f3f3f;
  --cream:        #fef9f0;
  --cream-2:      #fdf4e7;
  --cream-3:      #f9ede0;
  --text:         #2d2d2d;
  --text-light:   #6b7280;
  --white:        #ffffff;
  --border:       #e8e0d5;
  --shadow-sm:    0 2px 8px rgba(0,0,0,.07);
  --shadow-md:    0 8px 24px rgba(0,0,0,.12);
  --shadow-lg:    0 20px 60px rgba(0,0,0,.18);
  --radius-sm:    6px;
  --radius:       12px;
  --radius-lg:    20px;
  --radius-xl:    32px;
  --transition:   0.3s ease;
  --font-head:    'Playfair Display', Georgia, serif;
  --font-body:    'Poppins', system-ui, sans-serif;
}

/* ── Reset & Base ─────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-body); color: var(--text); background: var(--white); overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color var(--transition); }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, textarea, select { font-family: inherit; }

/* ── Typography ───────────────────────────────────────────── */
.section-label {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .75rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase;
  color: var(--primary); margin-bottom: 14px;
}
.section-label::before, .section-label::after {
  content: ''; width: 28px; height: 2px; background: var(--primary);
}
.section-title {
  font-family: var(--font-head); font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700; color: var(--dark); line-height: 1.2; margin-bottom: 16px;
}
.section-subtitle {
  font-size: 1.05rem; color: var(--text-light); line-height: 1.7; max-width: 600px;
}
.text-center .section-subtitle { margin: 0 auto; }

/* ── Buttons ──────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 32px; border-radius: 50px; font-size: .9rem;
  font-weight: 600; letter-spacing: .5px; transition: all var(--transition);
  cursor: pointer; border: 2px solid transparent; text-transform: uppercase;
}
.btn-primary {
  background: var(--primary); color: var(--white);
  box-shadow: 0 4px 20px rgba(200,16,46,.35);
}
.btn-primary:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(200,16,46,.45); color: var(--white); }
.btn-accent {
  background: var(--accent); color: var(--dark);
  box-shadow: 0 4px 20px rgba(245,158,11,.35);
}
.btn-accent:hover { background: var(--accent-dark); transform: translateY(-2px); color: var(--dark); }
.btn-outline {
  background: transparent; color: var(--primary); border-color: var(--primary);
}
.btn-outline:hover { background: var(--primary); color: var(--white); }
.btn-white {
  background: var(--white); color: var(--primary);
  box-shadow: 0 4px 20px rgba(0,0,0,.15);
}
.btn-white:hover { background: var(--cream); transform: translateY(-2px); }
.btn-outline-white {
  background: transparent; color: var(--white); border-color: rgba(255,255,255,.6);
}
.btn-outline-white:hover { background: rgba(255,255,255,.15); color: var(--white); }
.btn-sm { padding: 10px 22px; font-size: .82rem; }
.btn-lg { padding: 18px 44px; font-size: 1rem; }

/* ── Topbar ───────────────────────────────────────────────── */
.topbar {
  background: var(--dark); color: rgba(255,255,255,.8);
  padding: 9px 0; font-size: .8rem;
}
.topbar-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.topbar-left { display: flex; gap: 20px; }
.topbar-left a { color: rgba(255,255,255,.75); display: flex; align-items: center; gap: 6px; }
.topbar-left a:hover { color: var(--accent); }
.topbar-right { display: flex; align-items: center; gap: 14px; }
.topbar-right a { color: rgba(255,255,255,.75); font-size: .85rem; }
.topbar-right a:hover { color: var(--accent); }
.btn-wa {
  background: #25d366; color: var(--white) !important;
  padding: 4px 12px; border-radius: 50px; font-size: .78rem; font-weight: 600;
  display: flex; align-items: center; gap: 5px;
}
.btn-wa:hover { background: #1ebe5d; }

/* ── Header / Nav ─────────────────────────────────────────── */
.site-header {
  position: fixed; top: 40px; left: 0; right: 0; z-index: 1000;
  padding: 18px 0; transition: all var(--transition);
  background: transparent;
}
.site-header.scrolled {
  top: 0; background: rgba(255,255,255,.97);
  box-shadow: 0 2px 20px rgba(0,0,0,.08); padding: 12px 0;
  backdrop-filter: blur(10px);
}
.navbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.navbar-brand {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--font-head); font-weight: 700; color: var(--white);
  transition: color var(--transition);
}
.site-header.scrolled .navbar-brand { color: var(--dark); }
.brand-icon {
  width: 44px; height: 44px; background: var(--primary); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; color: var(--white);
  font-size: 1.1rem; flex-shrink: 0;
}
.brand-name { display: block; font-size: 1.2rem; line-height: 1.1; }
.brand-tagline { display: block; font-size: .68rem; font-family: var(--font-body); font-weight: 400; opacity: .75; letter-spacing: 1px; text-transform: uppercase; }
.nav-menu { display: flex; align-items: center; gap: 4px; }
.nav-menu a {
  padding: 8px 14px; border-radius: 8px; font-size: .9rem; font-weight: 500;
  color: rgba(255,255,255,.9); transition: all var(--transition); position: relative;
}
.site-header.scrolled .nav-menu a { color: var(--dark-2); }
.nav-menu a:hover,
.nav-menu a.active { color: var(--primary) !important; }
.nav-menu a.active::after {
  content: ''; position: absolute; bottom: 2px; left: 50%; transform: translateX(-50%);
  width: 20px; height: 2px; background: var(--primary); border-radius: 2px;
}
.nav-actions { display: flex; align-items: center; gap: 12px; }
.btn-reserve {
  background: var(--primary); color: var(--white) !important;
  padding: 10px 22px; border-radius: 50px; font-size: .85rem; font-weight: 600;
  display: flex; align-items: center; gap: 7px; transition: all var(--transition);
  box-shadow: 0 4px 15px rgba(200,16,46,.35);
}
.btn-reserve:hover { background: var(--primary-dark); transform: translateY(-2px); }
.hamburger { display: none; flex-direction: column; gap: 5px; padding: 6px; }
.hamburger span { display: block; width: 26px; height: 2px; background: var(--white); border-radius: 2px; transition: all var(--transition); }
.site-header.scrolled .hamburger span { background: var(--dark); }
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
.mobile-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 998; opacity: 0; pointer-events: none; transition: opacity var(--transition); }
.mobile-overlay.active { opacity: 1; pointer-events: all; }

/* ── Hero Slider ──────────────────────────────────────────── */
.hero-section { position: relative; height: 100vh; min-height: 600px; overflow: hidden; }
.hero-swiper { height: 100%; }
.hero-slide {
  position: relative; height: 100vh; min-height: 600px;
  background-size: cover; background-position: center; background-repeat: no-repeat;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(20,8,8,.75) 0%, rgba(10,10,10,.35) 100%);
}
.hero-content {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  text-align: center; color: var(--white); width: 90%; max-width: 820px; z-index: 2;
  padding: 0 20px;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(200,16,46,.2); border: 1px solid rgba(200,16,46,.5);
  color: #f87b9a; padding: 6px 18px; border-radius: 50px; font-size: .78rem;
  letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px;
  backdrop-filter: blur(8px);
}
.hero-title {
  font-family: var(--font-head); font-size: clamp(2.2rem, 6vw, 4.5rem);
  font-weight: 700; line-height: 1.1; margin-bottom: 12px; text-shadow: 0 2px 20px rgba(0,0,0,.4);
}
.hero-title em { font-style: italic; color: var(--accent); }
.hero-subtitle {
  font-size: clamp(1rem, 2.5vw, 1.25rem); color: rgba(255,255,255,.85);
  margin-bottom: 12px; font-weight: 400;
}
.hero-desc {
  font-size: .95rem; color: rgba(255,255,255,.7); line-height: 1.7;
  max-width: 580px; margin: 0 auto 30px;
}
.hero-actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.hero-scroll {
  position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 3;
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  color: rgba(255,255,255,.6); font-size: .75rem; letter-spacing: 2px; text-transform: uppercase;
}
.hero-scroll-dot {
  width: 30px; height: 50px; border: 2px solid rgba(255,255,255,.4); border-radius: 15px;
  display: flex; justify-content: center; padding-top: 6px;
}
.hero-scroll-dot::before {
  content: ''; width: 6px; height: 10px; background: rgba(255,255,255,.8);
  border-radius: 3px; animation: scrollDot 1.6s ease infinite;
}
@keyframes scrollDot { 0%,100%{transform:translateY(0);opacity:1} 50%{transform:translateY(12px);opacity:.3} }

/* ── Section Common ───────────────────────────────────────── */
section { padding: 90px 0; }
.section-header { margin-bottom: 52px; }
.section-header.text-center { text-align: center; }

/* ── Featured Dishes ──────────────────────────────────────── */
.featured-section { background: var(--cream); }
.dishes-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(270px,1fr)); gap: 28px;
}
.dish-card {
  background: var(--white); border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-sm); transition: all var(--transition); position: relative;
}
.dish-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.dish-card-img {
  aspect-ratio: 4/3; overflow: hidden; position: relative;
}
.dish-card-img img {
  width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease;
}
.dish-card:hover .dish-card-img img { transform: scale(1.08); }
.dish-badge {
  position: absolute; top: 14px; left: 14px;
  background: var(--primary); color: var(--white);
  padding: 4px 12px; border-radius: 50px; font-size: .72rem; font-weight: 700; letter-spacing: .5px;
}
.dish-badge.new { background: var(--accent); color: var(--dark); }
.dish-card-body { padding: 20px; }
.dish-category { font-size: .75rem; font-weight: 600; color: var(--primary); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 6px; }
.dish-name { font-family: var(--font-head); font-size: 1.15rem; font-weight: 600; color: var(--dark); margin-bottom: 8px; line-height: 1.3; }
.dish-desc { font-size: .85rem; color: var(--text-light); line-height: 1.6; margin-bottom: 14px; }
.dish-footer { display: flex; align-items: center; justify-content: space-between; }
.dish-price { font-family: var(--font-head); font-size: 1.2rem; font-weight: 700; color: var(--primary); }
.dish-price-original { font-size: .85rem; color: var(--text-light); text-decoration: line-through; margin-right: 6px; }

/* ── Category Grid ────────────────────────────────────────── */
.categories-section { background: var(--white); }
.categories-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(160px,1fr)); gap: 20px;
}
.cat-card {
  background: var(--cream); border-radius: var(--radius-lg); padding: 28px 20px;
  text-align: center; transition: all var(--transition); cursor: pointer; border: 2px solid transparent;
}
.cat-card:hover, .cat-card.active {
  background: var(--primary); border-color: var(--primary); transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(200,16,46,.25);
}
.cat-card-icon {
  width: 60px; height: 60px; background: var(--white); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; margin: 0 auto 14px;
  font-size: 1.5rem; transition: all var(--transition); color: var(--primary);
}
.cat-card:hover .cat-card-icon, .cat-card.active .cat-card-icon { background: rgba(255,255,255,.2); color: var(--white); }
.cat-card-name { font-size: .9rem; font-weight: 600; color: var(--dark); transition: color var(--transition); }
.cat-card:hover .cat-card-name, .cat-card.active .cat-card-name { color: var(--white); }
.cat-card-count { font-size: .78rem; color: var(--text-light); margin-top: 4px; transition: color var(--transition); }
.cat-card:hover .cat-card-count, .cat-card.active .cat-card-count { color: rgba(255,255,255,.75); }

/* ── About Section ────────────────────────────────────────── */
.about-section { background: var(--white); overflow: hidden; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.about-images { position: relative; padding: 20px 20px 50px; }
.about-img-main {
  border-radius: var(--radius-xl); overflow: hidden; aspect-ratio: 4/5;
  box-shadow: var(--shadow-lg);
}
.about-img-main img { width: 100%; height: 100%; object-fit: cover; }
.about-img-accent {
  position: absolute; bottom: 0; right: 0; width: 55%;
  border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/3;
  border: 5px solid var(--white); box-shadow: var(--shadow-md);
}
.about-img-accent img { width: 100%; height: 100%; object-fit: cover; }
.about-since-badge {
  position: absolute; top: 0; left: 0;
  background: var(--primary); color: var(--white);
  width: 90px; height: 90px; border-radius: 50%; display: flex; flex-direction: column;
  align-items: center; justify-content: center; font-family: var(--font-head);
  box-shadow: 0 4px 20px rgba(200,16,46,.4); text-align: center; line-height: 1.1;
}
.about-since-badge .year { font-size: 1.6rem; font-weight: 700; }
.about-since-badge .label { font-size: .6rem; text-transform: uppercase; letter-spacing: 1px; opacity: .85; }
.about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 28px; }
.about-feature {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 16px; background: var(--cream); border-radius: var(--radius);
}
.about-feature-icon {
  width: 42px; height: 42px; background: var(--primary); border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center; color: var(--white); flex-shrink: 0;
}
.about-feature-text h4 { font-size: .9rem; font-weight: 600; color: var(--dark); margin-bottom: 3px; }
.about-feature-text p { font-size: .8rem; color: var(--text-light); line-height: 1.5; }

/* ── Stats / Numbers ──────────────────────────────────────── */
.stats-section {
  background: var(--primary);
  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='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%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/g%3E%3C/svg%3E");
  padding: 70px 0;
}
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; text-align: center; }
.stat-item { color: var(--white); }
.stat-number {
  font-family: var(--font-head); font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700; line-height: 1; margin-bottom: 8px;
  background: linear-gradient(135deg, #fff, var(--accent)); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text;
}
.stat-label { font-size: .9rem; color: rgba(255,255,255,.8); text-transform: uppercase; letter-spacing: 1.5px; font-weight: 500; }

/* ── Testimonials ─────────────────────────────────────────── */
.testimonials-section { background: var(--cream); }
.testimonial-card {
  background: var(--white); border-radius: var(--radius-lg); padding: 32px;
  box-shadow: var(--shadow-sm); height: 100%; position: relative; overflow: hidden;
}
.testimonial-card::before {
  content: '\201C'; font-family: var(--font-head); font-size: 8rem; color: var(--cream-3);
  position: absolute; top: -10px; right: 20px; line-height: 1; z-index: 0;
}
.testimonial-stars { display: flex; gap: 3px; margin-bottom: 14px; }
.testimonial-stars i { color: var(--accent); font-size: .9rem; }
.testimonial-text { font-size: .95rem; line-height: 1.7; color: var(--text); margin-bottom: 22px; position: relative; z-index: 1; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar {
  width: 48px; height: 48px; border-radius: 50%; overflow: hidden;
  background: var(--primary); display: flex; align-items: center; justify-content: center;
  color: var(--white); font-family: var(--font-head); font-size: 1.2rem; font-weight: 700; flex-shrink: 0;
}
.testimonial-avatar img { width: 100%; height: 100%; object-fit: cover; }
.testimonial-name { font-weight: 700; color: var(--dark); font-size: .95rem; }
.testimonial-title { font-size: .8rem; color: var(--text-light); }

/* ── Gallery Grid ─────────────────────────────────────────── */
.gallery-section { background: var(--white); }
.gallery-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 200px; gap: 12px;
}
.gallery-item { border-radius: var(--radius); overflow: hidden; position: relative; }
.gallery-item.large { grid-column: span 2; grid-row: span 2; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-overlay {
  position: absolute; inset: 0; background: rgba(200,16,46,.6);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity var(--transition); color: var(--white); font-size: 1.6rem;
}
.gallery-item:hover .gallery-overlay { opacity: 1; }

/* ── CTA Section ──────────────────────────────────────────── */
.cta-section {
  position: relative; overflow: hidden; padding: 100px 0; text-align: center;
  background-attachment: fixed; background-size: cover; background-position: center;
}
.cta-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(20,5,5,.85) 0%, rgba(50,10,10,.75) 100%);
}
.cta-content { position: relative; z-index: 1; color: var(--white); max-width: 680px; margin: 0 auto; padding: 0 20px; }
.cta-title { font-family: var(--font-head); font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 700; margin-bottom: 16px; }
.cta-desc { font-size: 1.05rem; color: rgba(255,255,255,.8); margin-bottom: 34px; line-height: 1.7; }
.cta-actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }

/* ── Why Us ───────────────────────────────────────────────── */
.why-us-section { background: var(--white); }
.why-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px,1fr)); gap: 28px; }
.why-card {
  padding: 36px 28px; border-radius: var(--radius-lg); background: var(--cream);
  text-align: center; transition: all var(--transition); border: 2px solid transparent;
}
.why-card:hover { background: var(--white); border-color: var(--primary); transform: translateY(-6px); box-shadow: var(--shadow-md); }
.why-icon {
  width: 70px; height: 70px; background: var(--primary); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; margin: 0 auto 20px;
  color: var(--white); font-size: 1.5rem; transition: all var(--transition);
}
.why-card:hover .why-icon { background: var(--accent); }
.why-title { font-family: var(--font-head); font-size: 1.15rem; font-weight: 600; color: var(--dark); margin-bottom: 10px; }
.why-desc { font-size: .88rem; color: var(--text-light); line-height: 1.7; }

/* ── Menu Page ────────────────────────────────────────────── */
.menu-hero {
  background: var(--dark); color: var(--white); text-align: center;
  padding: 140px 0 80px; position: relative; overflow: hidden;
  background-size: cover; background-position: center;
}
.menu-hero-overlay { position: absolute; inset: 0; background: rgba(10,5,5,.75); }
.menu-hero-content { position: relative; z-index: 1; }
.page-title { font-family: var(--font-head); font-size: clamp(2.4rem, 6vw, 4rem); font-weight: 700; margin-bottom: 14px; color: var(--white); }
.page-breadcrumb { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: .9rem; color: rgba(255,255,255,.65); }
.page-breadcrumb a { color: var(--accent); }
.page-breadcrumb span { color: rgba(255,255,255,.4); }
.menu-filters-bar {
  background: var(--white); border-bottom: 1px solid var(--border);
  padding: 20px 0; position: sticky; top: 70px; z-index: 100;
}
.filters-inner { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.filter-btn {
  padding: 9px 22px; border-radius: 50px; border: 2px solid var(--border);
  font-size: .85rem; font-weight: 600; color: var(--text-light); background: var(--white);
  cursor: pointer; transition: all var(--transition); white-space: nowrap;
}
.filter-btn:hover { border-color: var(--primary); color: var(--primary); }
.filter-btn.active { background: var(--primary); border-color: var(--primary); color: var(--white); }
.menu-search-wrap { margin-left: auto; position: relative; }
.menu-search-wrap input {
  border: 2px solid var(--border); border-radius: 50px; padding: 9px 18px 9px 42px;
  font-size: .88rem; width: 240px; transition: border-color var(--transition);
}
.menu-search-wrap input:focus { outline: none; border-color: var(--primary); }
.menu-search-wrap i { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--text-light); }
.menu-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px,1fr)); gap: 28px; padding: 50px 0; }
.menu-card {
  background: var(--white); border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-sm); transition: all var(--transition); border: 1px solid var(--border);
}
.menu-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.menu-card-img { aspect-ratio: 4/3; overflow: hidden; }
.menu-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.menu-card:hover .menu-card-img img { transform: scale(1.06); }
.menu-card-body { padding: 18px 20px; }
.menu-card-category { font-size: .72rem; font-weight: 700; color: var(--primary); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 5px; }
.menu-card-name { font-family: var(--font-head); font-size: 1.1rem; font-weight: 600; color: var(--dark); margin-bottom: 8px; line-height: 1.3; }
.menu-card-desc { font-size: .83rem; color: var(--text-light); line-height: 1.6; margin-bottom: 14px; }
.menu-card-footer { display: flex; align-items: center; justify-content: space-between; }
.menu-card-price { font-family: var(--font-head); font-size: 1.2rem; font-weight: 700; color: var(--primary); }
.menu-tag { padding: 4px 10px; background: var(--cream); border-radius: 50px; font-size: .72rem; font-weight: 600; color: var(--text-light); }
.menu-tag.halal { background: #d1fae5; color: #065f46; }
.menu-tag.spicy { background: #fee2e2; color: var(--primary); }

/* ── Contact / Reservations Forms ────────────────────────── */
.form-group { margin-bottom: 22px; }
.form-label { display: block; font-size: .88rem; font-weight: 600; color: var(--dark); margin-bottom: 8px; }
.form-control {
  width: 100%; padding: 13px 18px; border: 2px solid var(--border);
  border-radius: var(--radius); font-size: .92rem; color: var(--text);
  background: var(--white); transition: border-color var(--transition);
  -webkit-appearance: none;
}
.form-control:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 4px rgba(200,16,46,.08); }
.form-control::placeholder { color: #b0a8a0; }
textarea.form-control { min-height: 130px; resize: vertical; }
select.form-control { cursor: pointer; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-submit { margin-top: 8px; }
.form-success {
  background: #d1fae5; border: 1px solid #6ee7b7; color: #065f46;
  padding: 14px 20px; border-radius: var(--radius); margin-bottom: 20px; font-size: .9rem;
}
.form-error {
  background: #fee2e2; border: 1px solid #fca5a5; color: #991b1b;
  padding: 14px 20px; border-radius: var(--radius); margin-bottom: 20px; font-size: .9rem;
}

/* ── Contact Page ──────────────────────────────────────────── */
.contact-info-card {
  background: var(--cream); border-radius: var(--radius-lg); padding: 32px;
  display: flex; align-items: flex-start; gap: 18px; margin-bottom: 18px;
  transition: all var(--transition);
}
.contact-info-card:hover { background: var(--white); box-shadow: var(--shadow-md); transform: translateX(4px); }
.contact-info-icon {
  width: 52px; height: 52px; background: var(--primary); border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center; color: var(--white);
  font-size: 1.1rem; flex-shrink: 0;
}
.contact-info-label { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--primary); margin-bottom: 4px; }
.contact-info-value { font-size: .95rem; color: var(--dark); font-weight: 500; }
.contact-info-sub { font-size: .82rem; color: var(--text-light); margin-top: 2px; }
.map-wrap { border-radius: var(--radius-lg); overflow: hidden; height: 350px; background: var(--cream); display: flex; align-items: center; justify-content: center; }
.map-wrap iframe { width: 100%; height: 100%; border: 0; }

/* ── Gallery Page ──────────────────────────────────────────── */
.gallery-page-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px,1fr)); gap: 18px;
}
.gallery-page-item {
  border-radius: var(--radius); overflow: hidden; position: relative;
  aspect-ratio: 4/3; box-shadow: var(--shadow-sm);
}
.gallery-page-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery-page-item:hover img { transform: scale(1.06); }
.gallery-page-overlay {
  position: absolute; inset: 0; background: rgba(10,5,5,.55);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px; opacity: 0; transition: opacity var(--transition); color: var(--white); padding: 16px;
}
.gallery-page-item:hover .gallery-page-overlay { opacity: 1; }
.gallery-page-overlay i { font-size: 1.6rem; }
.gallery-page-overlay span { font-size: .88rem; font-weight: 600; text-align: center; }

/* ── Page Hero (non-home pages) ───────────────────────────── */
.page-hero {
  background: var(--dark); padding: 140px 0 80px; text-align: center;
  position: relative; overflow: hidden;
}
.page-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .25; }
.page-hero-content { position: relative; z-index: 1; }

/* ── About Page ───────────────────────────────────────────── */
.team-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px,1fr)); gap: 28px; }
.team-card { text-align: center; }
.team-photo {
  width: 140px; height: 140px; border-radius: 50%; overflow: hidden;
  margin: 0 auto 18px; border: 4px solid var(--primary); box-shadow: 0 4px 20px rgba(200,16,46,.25);
}
.team-photo img { width: 100%; height: 100%; object-fit: cover; }
.team-name { font-family: var(--font-head); font-size: 1.1rem; font-weight: 600; color: var(--dark); margin-bottom: 4px; }
.team-role { font-size: .82rem; color: var(--primary); text-transform: uppercase; letter-spacing: 1px; font-weight: 600; }
.values-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px,1fr)); gap: 24px; }
.value-card { text-align: center; padding: 30px 20px; border-radius: var(--radius-lg); background: var(--cream); }
.value-icon { font-size: 2rem; color: var(--primary); margin-bottom: 14px; }
.value-title { font-family: var(--font-head); font-size: 1rem; font-weight: 600; color: var(--dark); margin-bottom: 8px; }
.value-desc { font-size: .84rem; color: var(--text-light); line-height: 1.6; }

/* ── Reservations ─────────────────────────────────────────── */
.res-wrap {
  background: var(--white); border-radius: var(--radius-xl); overflow: hidden;
  box-shadow: var(--shadow-lg); display: grid; grid-template-columns: 1fr 1.2fr;
}
.res-info { background: var(--primary); padding: 50px 40px; color: var(--white); }
.res-info h2 { font-family: var(--font-head); font-size: 1.8rem; margin-bottom: 14px; }
.res-info p { color: rgba(255,255,255,.8); line-height: 1.7; margin-bottom: 30px; }
.res-features { display: flex; flex-direction: column; gap: 16px; }
.res-feature { display: flex; align-items: flex-start; gap: 14px; }
.res-feature-icon { width: 38px; height: 38px; background: rgba(255,255,255,.15); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.res-feature h4 { font-size: .92rem; font-weight: 600; margin-bottom: 2px; }
.res-feature p { font-size: .8rem; color: rgba(255,255,255,.7); }
.res-form { padding: 50px 44px; }
.res-form h3 { font-family: var(--font-head); font-size: 1.6rem; color: var(--dark); margin-bottom: 28px; }

/* ── Footer ───────────────────────────────────────────────── */
.site-footer { background: #1a1a1a; color: rgba(255,255,255,.75); }
.footer-wave { height: 80px; overflow: hidden; background: var(--cream); }
.footer-wave svg { width: 100%; height: 100%; }
.footer-main { padding: 70px 60px 40px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 48px; }
.footer-heading { font-family: var(--font-head); font-size: 1.05rem; color: var(--white); margin-bottom: 22px; position: relative; padding-bottom: 12px; }
.footer-heading::after { content: ''; position: absolute; bottom: 0; left: 0; width: 36px; height: 2px; background: var(--primary); }
.footer-brand .footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.footer-logo-icon { width: 44px; height: 44px; background: var(--primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 1.1rem; }
.footer-logo-name { font-family: var(--font-head); font-size: 1.1rem; font-weight: 700; color: var(--white); }
.footer-logo-tag { font-size: .7rem; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: 1px; }
.footer-brand p { font-size: .87rem; line-height: 1.7; color: rgba(255,255,255,.6); margin-bottom: 22px; }
.footer-social { display: flex; gap: 10px; margin-bottom: 18px; }
.footer-social a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.6); transition: all var(--transition); font-size: .9rem; }
.footer-social a:hover { background: var(--primary); color: var(--white); }
.footer-halal-badge { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 50px; padding: 6px 14px; font-size: .78rem; color: #6ee7b7; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { display: flex; align-items: center; gap: 8px; font-size: .87rem; color: rgba(255,255,255,.6); transition: all var(--transition); }
.footer-links a:hover { color: var(--accent); transform: translateX(4px); }
.footer-links a i { font-size: .65rem; color: var(--primary); }
.footer-info li { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; font-size: .87rem; }
.footer-info i { color: var(--primary); margin-top: 2px; flex-shrink: 0; width: 16px; }
.footer-info a { color: rgba(255,255,255,.6); }
.footer-info a:hover { color: var(--accent); }
.footer-badges { display: flex; gap: 10px; margin-top: 22px; }
.cert-badge { display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,.05); border-radius: var(--radius-sm); padding: 10px 12px; }
.cert-badge i { color: var(--accent); }
.cert-badge span { font-size: .72rem; color: rgba(255,255,255,.6); line-height: 1.3; }
.footer-bottom { background: #111; padding: 18px 0; text-align: center; border-top: 1px solid rgba(255,255,255,.06); }
.footer-bottom p { font-size: .8rem; color: rgba(255,255,255,.4); }
.footer-bottom a { color: rgba(255,255,255,.5); }
.footer-bottom a:hover { color: var(--accent); }

/* ── Back to Top ──────────────────────────────────────────── */
.back-to-top {
  position: fixed; bottom: 30px; right: 30px; width: 44px; height: 44px;
  background: var(--primary); color: var(--white); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; z-index: 999;
  box-shadow: 0 4px 14px rgba(200,16,46,.4); transition: all var(--transition);
  opacity: 0; transform: translateY(20px); pointer-events: none;
}
.back-to-top.visible { opacity: 1; transform: translateY(0); pointer-events: all; }
.back-to-top:hover { background: var(--primary-dark); transform: translateY(-3px); }

/* ── Legal Pages ──────────────────────────────────────────── */
.legal-content { max-width: 820px; margin: 0 auto; }
.legal-content h2 { font-family: var(--font-head); font-size: 1.5rem; color: var(--dark); margin: 36px 0 14px; }
.legal-content h3 { font-size: 1.1rem; color: var(--dark); margin: 24px 0 10px; }
.legal-content p { font-size: .95rem; line-height: 1.8; color: var(--text); margin-bottom: 14px; }
.legal-content ul { margin: 12px 0 18px 24px; }
.legal-content li { font-size: .95rem; line-height: 1.8; color: var(--text); margin-bottom: 6px; list-style: disc; }
.legal-date { background: var(--cream); border-left: 4px solid var(--primary); padding: 14px 20px; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; font-size: .88rem; color: var(--text-light); margin-bottom: 28px; }

/* ── Alert/Flash ──────────────────────────────────────────── */
.alert { padding: 14px 20px; border-radius: var(--radius); margin-bottom: 20px; font-size: .9rem; display: flex; align-items: center; gap: 10px; }
.alert-success { background: #d1fae5; color: #065f46; border: 1px solid #6ee7b7; }
.alert-danger  { background: #fee2e2; color: #991b1b; border: 1px solid #fca5a5; }
.alert-info    { background: #dbeafe; color: #1e40af; border: 1px solid #93c5fd; }

/* ── Utility ──────────────────────────────────────────────── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.container-fluid { width: 100%; }
.px-4 { padding-left: 24px; padding-right: 24px; }
.text-center { text-align: center; }
.d-flex { display: flex; }
.align-items-center { align-items: center; }
.justify-content-center { justify-content: center; }
.gap-3 { gap: 16px; }
.mt-2 { margin-top: 8px; }
.mt-4 { margin-top: 24px; }
.mb-4 { margin-bottom: 24px; }
.fade-in { animation: fadeIn .4s ease; }
@keyframes fadeIn { from{opacity:0;transform:translateY(10px)} to{opacity:1;transform:translateY(0)} }
.img-cover { width: 100%; height: 100%; object-fit: cover; }
.divider { width: 60px; height: 3px; background: var(--primary); border-radius: 2px; margin: 0 auto 20px; }
.no-items { text-align: center; padding: 60px 20px; color: var(--text-light); }
.no-items i { font-size: 3rem; opacity: .3; display: block; margin-bottom: 16px; }

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 1024px) {
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-images { max-width: 500px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .res-wrap { grid-template-columns: 1fr; }
  .res-info { padding: 40px 32px; }
  .res-form { padding: 40px 32px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
}

@media (max-width: 768px) {
  section { padding: 60px 0; }
  .topbar { display: none; }
  .site-header { top: 0; }
  .nav-menu {
    position: fixed; top: 0; right: -100%; height: 100vh; width: min(320px, 80vw);
    background: var(--white); flex-direction: column; align-items: flex-start;
    padding: 90px 30px 30px; gap: 4px; z-index: 999; transition: right var(--transition);
    box-shadow: -10px 0 40px rgba(0,0,0,.15);
  }
  .nav-menu.open { right: 0; }
  .nav-menu a { color: var(--dark) !important; padding: 12px 16px; width: 100%; font-size: 1rem; border-radius: var(--radius-sm); }
  .nav-menu a:hover { background: var(--cream); }
  .hamburger { display: flex; }
  .btn-reserve span { display: none; }
  .btn-reserve { padding: 10px 14px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-item.large, .gallery-item.tall { grid-column: span 1; grid-row: span 1; }
  .form-row { grid-template-columns: 1fr; }
  .footer-main { padding: 50px 24px 30px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .about-images { max-width: 100%; }
  .about-img-accent { display: none; }
  .hero-actions { flex-direction: column; align-items: center; }
}

@media (max-width: 480px) {
  .categories-grid { grid-template-columns: repeat(3, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-page-grid { grid-template-columns: 1fr 1fr; }
  .dishes-grid { grid-template-columns: 1fr; }
}
