/*
Theme Name: Punjabi Zaika Restaurant
Theme URI: https://punjabizaika.com.au
Author: Punjabi Zaika
Author URI: https://punjabizaika.com.au
Description: Premium restaurant theme for Punjabi Zaika - Authentic Indian Restaurant in Craigieburn, VIC, Australia.
Version: 1.0.2
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: punjabi-zaika
Tags: restaurant, food, indian, custom-menu, featured-images, full-width-template
*/

/* ============================================================
   LOGO FIX — placed at top so it loads before everything else
   These rules CANNOT be overridden by any plugin or WP default
============================================================ */
#site-header                             { height:70px !important; overflow:hidden !important; }
#site-header img                         { height:44px !important; width:auto !important; max-height:44px !important; max-width:180px !important; object-fit:contain !important; display:block !important; position:static !important; transform:none !important; margin:0 !important; padding:0 !important; }
#site-header .custom-logo-link           { display:flex !important; align-items:center !important; height:44px !important; overflow:hidden !important; padding:0 !important; margin:0 !important; line-height:0 !important; }
#site-header figure                      { margin:0 !important; padding:0 !important; line-height:0 !important; display:flex !important; align-items:center !important; }
.site-branding                           { max-width:220px !important; overflow:hidden !important; height:70px !important; display:flex !important; align-items:center !important; flex-shrink:0 !important; }
.nav-inner                               { height:70px !important; display:flex !important; align-items:center !important; justify-content:space-between !important; flex-wrap:nowrap !important; overflow:hidden !important; }
img.pz-logo-img, img.custom-logo         { height:44px !important; width:auto !important; max-height:44px !important; max-width:180px !important; object-fit:contain !important; display:block !important; }

/* ============================================================
   CSS CUSTOM PROPERTIES
============================================================ */
:root {
  --saffron:   #E07B00;
  --gold:      #F5A623;
  --deep-red:  #8B1A1A;
  --cream:     #FFF8EE;
  --dark:      #1A0A00;
  --text:      #3D2000;
  --muted:     #7A5C3A;
  --white:     #ffffff;
  --green:     #2D6A4F;
  --border:    #f0e0c0;
  --shadow:    0 4px 24px rgba(0,0,0,0.08);
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 24px;
}

/* ============================================================
   RESET & BASE
============================================================ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
  background: var(--cream);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--saffron); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--gold); }
ul { list-style: none; }

/* ============================================================
   TYPOGRAPHY
============================================================ */
h1, h2, h3, h4, h5 { line-height: 1.2; font-weight: 800; color: var(--dark); }
h1 { font-size: clamp(2.2rem, 5vw, 4rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
h3 { font-size: clamp(1.1rem, 2vw, 1.4rem); }
p  { line-height: 1.75; color: var(--muted); }

/* ============================================================
   LAYOUT UTILITIES
============================================================ */
.container   { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.section-pad { padding: 88px 0; }

.section-label {
  text-align: center;
  color: var(--saffron);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.section-title {
  text-align: center;
  margin-bottom: 14px;
}
.section-sub {
  text-align: center;
  color: var(--muted);
  font-size: 1rem;
  max-width: 540px;
  margin: 0 auto 56px;
  line-height: 1.8;
}

/* ============================================================
   BUTTONS
============================================================ */
.btn-primary {
  display: inline-block;
  background: linear-gradient(135deg, var(--saffron), var(--deep-red));
  color: #fff;
  padding: 14px 32px;
  border-radius: 32px;
  font-weight: 700;
  font-size: 0.97rem;
  border: none;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  letter-spacing: 0.4px;
}
.btn-primary:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(224,123,0,0.35);
}
.btn-outline {
  display: inline-block;
  background: transparent;
  color: var(--gold);
  padding: 14px 32px;
  border-radius: 32px;
  font-weight: 600;
  font-size: 0.97rem;
  border: 2px solid var(--gold);
  cursor: pointer;
  transition: all 0.2s;
}
.btn-outline:hover { background: var(--gold); color: var(--dark); }

.btn-white {
  display: inline-block;
  background: #fff;
  color: var(--deep-red);
  padding: 14px 34px;
  border-radius: 32px;
  font-weight: 800;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }

/* ============================================================
   NAVIGATION
============================================================ */
#site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(26,10,0,0.97);
  backdrop-filter: blur(10px);
  border-bottom: 2px solid var(--saffron);
  height: 70px;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
.site-branding {
  display: flex;
  align-items: center;
  gap: 12px;
}
.logo-icon {
  width: 42px; height: 42px;
  border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--saffron), var(--deep-red));
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
}
.site-title-text strong {
  display: block;
  color: var(--gold);
  font-size: 1.18rem;
  letter-spacing: 1px;
}
.site-title-text em {
  display: block;
  color: #aaa;
  font-size: 0.6rem;
  letter-spacing: 2.5px;
  font-style: normal;
}
#primary-menu {
  display: flex;
  gap: 24px;
  align-items: center;
}
#primary-menu a {
  color: #ddd;
  font-size: 0.88rem;
  letter-spacing: 0.4px;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
  transition: all 0.2s;
}
#primary-menu a:hover,
#primary-menu .current-menu-item > a {
  color: var(--gold);
  border-bottom-color: var(--saffron);
}
.menu-toggle {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
  padding: 8px;
}

/* ============================================================
   PAGE HERO BANNER (inner pages)
============================================================ */
.page-hero-banner {
  height: 320px;
  background: linear-gradient(135deg, #1A0A00 0%, #3D1200 50%, #8B1A1A 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero-banner::before {
  content: '';
  position: absolute; inset: 0;
  opacity: 0.05;
  background-image: repeating-linear-gradient(45deg, var(--gold) 0, var(--gold) 1px, transparent 0, transparent 50%);
  background-size: 28px 28px;
}
.page-hero-banner h1   { color: #fff; position: relative; }
.page-hero-banner p    { color: #d4b896; margin-top: 10px; position: relative; font-size: 1rem; }
.breadcrumb {
  display: flex; gap: 8px; align-items: center;
  color: #888; font-size: 0.8rem;
  margin-bottom: 12px; position: relative;
}
.breadcrumb a     { color: var(--gold); }
.breadcrumb span  { color: #666; }

/* ============================================================
   HOME – HERO SECTION
============================================================ */
.hero-section {
  min-height: calc(100vh - 70px);
  background: linear-gradient(135deg, #1A0A00 0%, #3D1200 45%, #6B2800 75%, #1A0A00 100%);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.hero-pattern {
  position: absolute; inset: 0;
  opacity: 0.05;
  background-image: repeating-linear-gradient(45deg, var(--gold) 0, var(--gold) 1px, transparent 0, transparent 50%);
  background-size: 28px 28px;
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 80px 0;
}
.hero-badge {
  display: inline-block;
  background: rgba(224,123,0,0.18);
  border: 1px solid var(--saffron);
  color: var(--gold);
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 0.77rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.hero-section h1         { color: #fff; margin-bottom: 18px; }
.hero-section h1 span    { color: var(--gold); }
.hero-section .hero-desc { color: #d4b896; font-size: 1.05rem; margin-bottom: 34px; }
.hero-btns  { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 52px; }
.hero-stats { display: flex; gap: 36px; flex-wrap: wrap; }
.hero-stat strong { display: block; font-size: 2rem; color: var(--gold); font-weight: 800; }
.hero-stat span   { font-size: 0.72rem; color: #aaa; letter-spacing: 1.5px; text-transform: uppercase; }

.hero-image-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,0.5);
  position: relative;
}
.hero-image-wrap img { width: 100%; height: 500px; object-fit: cover; }
.hero-img-badge {
  position: absolute; bottom: 20px; left: 20px;
  background: rgba(26,10,0,0.85);
  backdrop-filter: blur(8px);
  border: 1px solid var(--saffron);
  border-radius: var(--radius-sm);
  padding: 12px 18px;
  color: #fff;
}
.hero-img-badge strong { display: block; color: var(--gold); font-size: 1.1rem; }
.hero-img-badge span   { font-size: 0.75rem; color: #ccc; }

/* ============================================================
   HOME – SERVICES
============================================================ */
.services-section { background: var(--white); }
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.service-card {
  border-radius: var(--radius-md);
  padding: 40px 30px;
  text-align: center;
  border: 1px solid var(--border);
  background: var(--white);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(224,123,0,0.13);
}
.service-card.featured {
  background: linear-gradient(135deg, #3D1200, #8B1A1A);
}
.service-card.featured h3,
.service-card.featured p { color: #fff; }
.service-card-img {
  width: 100%; height: 180px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  margin-bottom: 24px;
}
.service-icon    { font-size: 2.8rem; margin-bottom: 18px; }
.service-card h3 { font-size: 1.2rem; margin-bottom: 12px; color: var(--dark); }
.service-card p  { font-size: 0.9rem; line-height: 1.65; margin-bottom: 22px; }
.service-card .btn-sm {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 22px;
  font-size: 0.83rem;
  font-weight: 700;
  cursor: pointer;
  background: var(--saffron);
  color: #fff;
  border: none;
  text-decoration: none;
  transition: opacity 0.2s;
}
.service-card.featured .btn-sm { background: var(--gold); color: var(--dark); }
.service-card .btn-sm:hover    { opacity: 0.85; color: #fff; }

/* ============================================================
   HOME – POPULAR DISHES
============================================================ */
.popular-section { background: var(--cream); }
.dishes-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.dish-card {
  background: var(--white);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: transform 0.3s, box-shadow 0.3s;
}
.dish-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.dish-card img   { width: 100%; height: 170px; object-fit: cover; }
.dish-body       { padding: 18px; }
.dish-body h4    { font-size: 1rem; margin-bottom: 6px; }
.dish-body p     { font-size: 0.82rem; line-height: 1.5; margin-bottom: 10px; }
.dish-price      { color: var(--saffron); font-weight: 800; font-size: 1rem; }

/* ============================================================
   HOME – WHY US
============================================================ */
.why-section { background: var(--dark); }
.why-section .section-title { color: #fff; }
.why-section .section-sub   { color: #bbb; }
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.why-card {
  padding: 32px 20px;
  text-align: center;
  background: rgba(255,255,255,0.06);
  border-radius: var(--radius-md);
  border: 1px solid rgba(255,255,255,0.09);
  transition: background 0.3s;
}
.why-card:hover { background: rgba(255,255,255,0.1); }
.why-icon    { font-size: 2.5rem; margin-bottom: 14px; }
.why-card h4 { color: #fff; font-weight: 700; margin-bottom: 8px; font-size: 1rem; }
.why-card p  { color: #aaa; font-size: 0.85rem; line-height: 1.6; }

/* ============================================================
   HOME – REVIEWS
============================================================ */
.reviews-section { background: var(--cream); }
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.review-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 30px;
  border: 1px solid var(--border);
  transition: box-shadow 0.3s;
}
.review-card:hover { box-shadow: var(--shadow); }
.stars         { color: var(--gold); font-size: 1rem; letter-spacing: 2px; margin-bottom: 14px; }
.review-text   { color: var(--muted); font-size: 0.9rem; line-height: 1.75; font-style: italic; margin-bottom: 20px; }
.reviewer      { display: flex; align-items: center; gap: 12px; }
.reviewer-avatar {
  width: 42px; height: 42px;
  border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--saffron), var(--deep-red));
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: #fff; font-size: 1rem;
}
.reviewer-name   { font-weight: 700; color: var(--dark); font-size: 0.9rem; }
.reviewer-source { font-size: 0.75rem; color: #aaa; }

/* ============================================================
   CTA BANNER
============================================================ */
.cta-banner {
  background: linear-gradient(135deg, var(--saffron), var(--deep-red));
  padding: 72px 0;
  text-align: center;
}
.cta-banner h2 { color: #fff; margin-bottom: 14px; }
.cta-banner p  { color: rgba(255,255,255,0.85); margin-bottom: 32px; font-size: 1.05rem; }

/* ============================================================
   ABOUT – STORY
============================================================ */
.about-story { background: var(--white); }
.about-grid  {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.about-img-wrap { position: relative; }
.about-img-wrap img {
  width: 100%;
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}
.about-img-badge {
  position: absolute; bottom: 20px; right: 20px;
  background: var(--saffron); color: #fff;
  padding: 14px 20px; border-radius: var(--radius-sm);
  text-align: center;
  box-shadow: 0 8px 24px rgba(224,123,0,0.4);
}
.about-img-badge strong { display: block; font-size: 1.5rem; }
.about-img-badge small  { font-size: 0.72rem; }
.about-text h2 { margin-bottom: 18px; }
.about-text p  { margin-bottom: 16px; }
.about-tags    { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.about-tag {
  background: var(--cream);
  border: 1px solid var(--border);
  color: var(--text);
  padding: 7px 16px;
  border-radius: 20px;
  font-size: 0.83rem;
  font-weight: 600;
}

/* ============================================================
   ABOUT – VALUES
============================================================ */
.values-section { background: var(--cream); }
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.value-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 34px 26px;
  text-align: center;
  border: 1px solid var(--border);
  transition: transform 0.3s;
}
.value-card:hover  { transform: translateY(-4px); }
.value-icon        { font-size: 2.6rem; margin-bottom: 16px; }
.value-card h3     { margin-bottom: 10px; font-size: 1.1rem; }
.value-card p      { font-size: 0.88rem; }

/* ============================================================
   ABOUT – TEAM
============================================================ */
.team-section { background: var(--white); }
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.team-card {
  background: var(--cream);
  border-radius: var(--radius-md);
  text-align: center;
  border: 1px solid var(--border);
  overflow: hidden;
  transition: transform 0.3s;
}
.team-card:hover      { transform: translateY(-4px); }
.team-card img        { width: 100%; height: 220px; object-fit: cover; }
.team-card-body       { padding: 22px; }
.team-card h4         { margin-bottom: 4px; }
.team-role            { color: var(--saffron); font-size: 0.78rem; font-weight: 700; letter-spacing: 1px; margin-bottom: 10px; }
.team-card p          { font-size: 0.85rem; }

/* ============================================================
   MENU PAGE
============================================================ */
.menu-page        { background: var(--cream); }
.menu-filter-bar  {
  display: flex; gap: 10px;
  justify-content: center; flex-wrap: wrap;
  margin-bottom: 48px;
}
.mf-btn {
  padding: 10px 26px; border-radius: 22px;
  font-size: 0.88rem; font-weight: 600;
  cursor: pointer; border: 1px solid #ccc;
  color: var(--muted); background: #fff;
  transition: all 0.2s;
}
.mf-btn.active,
.mf-btn:hover { background: var(--saffron); border-color: var(--saffron); color: #fff; }

.menu-category-title {
  font-size: 1.3rem; font-weight: 800;
  color: var(--dark);
  border-left: 4px solid var(--saffron);
  padding-left: 14px;
  margin: 44px 0 22px;
}
.menu-items-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}
.menu-item-card {
  background: var(--white);
  border-radius: 16px; padding: 20px;
  display: flex; gap: 16px; align-items: flex-start;
  border: 1px solid var(--border);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.menu-item-card:hover {
  border-color: var(--saffron);
  box-shadow: 0 6px 20px rgba(224,123,0,0.1);
}
.menu-item-card img  { width: 80px; height: 80px; border-radius: 12px; object-fit: cover; flex-shrink: 0; }
.menu-item-info h4   { font-size: 0.97rem; margin-bottom: 5px; }
.menu-item-info p    { font-size: 0.82rem; line-height: 1.5; margin-bottom: 10px; }
.menu-item-foot      { display: flex; justify-content: space-between; align-items: center; }
.mi-price            { color: var(--saffron); font-weight: 800; font-size: 0.97rem; }
.mi-tags             { display: flex; gap: 5px; }
.mi-tag              { font-size: 0.68rem; padding: 2px 8px; border-radius: 8px; font-weight: 700; background: var(--green); color: #fff; }
.mi-tag.spicy        { background: var(--deep-red); }

/* Tiffin Plans */
.tiffin-plans { background: var(--white); }
.tiffin-grid  {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.tiffin-card {
  background: var(--cream);
  border-radius: var(--radius-lg);
  padding: 36px 28px; text-align: center;
  border: 2px solid var(--border);
  position: relative;
  transition: transform 0.3s;
}
.tiffin-card:hover  { transform: translateY(-4px); }
.tiffin-card.popular { border-color: var(--saffron); }
.popular-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--saffron); color: #fff;
  padding: 4px 20px; border-radius: 20px;
  font-size: 0.72rem; font-weight: 700; white-space: nowrap;
}
.tiffin-card h3    { font-size: 1.25rem; margin-bottom: 8px; }
.tiffin-price      { font-size: 2.2rem; font-weight: 800; color: var(--saffron); margin: 16px 0; }
.tiffin-price small { font-size: 1rem; color: var(--muted); font-weight: 400; }
.tiffin-features   { list-style: none; margin-bottom: 28px; }
.tiffin-features li {
  padding: 8px 0; border-bottom: 1px solid var(--border);
  font-size: 0.88rem; color: var(--muted);
}
.tiffin-features li::before { content: '✓ '; color: var(--saffron); font-weight: 700; }
.tiffin-card img   { width: 100%; height: 140px; object-fit: cover; border-radius: var(--radius-sm); margin-bottom: 20px; }

/* ============================================================
   CONTACT PAGE
============================================================ */
.contact-page { background: var(--white); }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: start;
}
.contact-info h2  { margin-bottom: 18px; }
.contact-info > p { margin-bottom: 32px; }
.contact-item { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 24px; }
.ci-icon {
  width: 44px; height: 44px;
  border-radius: var(--radius-sm); flex-shrink: 0;
  background: linear-gradient(135deg, var(--saffron), var(--deep-red));
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
}
.contact-item strong { display: block; font-weight: 700; color: var(--dark); margin-bottom: 3px; }
.contact-item span   { color: var(--muted); font-size: 0.88rem; line-height: 1.5; }
.hours-grid          { margin-top: 32px; }
.hours-grid h4       { font-weight: 800; margin-bottom: 14px; }
.hour-row {
  display: flex; justify-content: space-between;
  padding: 9px 0; border-bottom: 1px solid var(--border);
  font-size: 0.88rem;
}
.hour-row span:last-child { color: var(--saffron); font-weight: 700; }

/* Contact Form */
.contact-form-wrap {
  background: var(--cream);
  border-radius: var(--radius-lg);
  padding: 40px;
  border: 1px solid var(--border);
}
.contact-form-wrap h3  { margin-bottom: 6px; }
.contact-form-wrap > p { margin-bottom: 26px; font-size: 0.88rem; }
.form-tabs {
  display: flex; gap: 8px; margin-bottom: 26px; flex-wrap: wrap;
}
.form-tab {
  flex: 1; min-width: 80px; padding: 10px;
  border-radius: 10px; border: 1px solid #ddd;
  background: #fff; font-weight: 600;
  font-size: 0.82rem; cursor: pointer;
  color: var(--text); transition: all 0.2s; text-align: center;
}
.form-tab.active { background: var(--saffron); color: #fff; border-color: var(--saffron); }
.form-group      { margin-bottom: 16px; }
.form-group label {
  display: block; font-size: 0.82rem;
  font-weight: 600; color: var(--text); margin-bottom: 6px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; padding: 12px 16px;
  border: 1px solid #ddd; border-radius: var(--radius-sm);
  font-size: 0.92rem; font-family: inherit;
  background: #fff; color: var(--text); outline: none;
  transition: border-color 0.2s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--saffron);
  box-shadow: 0 0 0 3px rgba(224,123,0,0.1);
}
.form-group textarea { height: 100px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.submit-btn {
  width: 100%; padding: 14px;
  background: linear-gradient(135deg, var(--saffron), var(--deep-red));
  color: #fff; border: none;
  border-radius: var(--radius-sm);
  font-size: 0.97rem; font-weight: 700;
  cursor: pointer; letter-spacing: 0.5px;
  transition: opacity 0.2s; margin-top: 8px;
}
.submit-btn:hover { opacity: 0.88; }
#form-response { font-size: 0.9rem; font-weight: 600; display: none; margin-bottom: 12px; }

/* Map */
.map-section { background: var(--cream); padding: 0 0 80px; }
.map-embed   { border-radius: var(--radius-lg); overflow: hidden; border: 2px solid var(--border); }
.map-embed iframe { width: 100%; height: 380px; border: none; display: block; }

/* Delivery */
.delivery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 48px;
}
.delivery-card {
  border-radius: 16px; padding: 28px 20px;
  text-align: center; border: 1px solid var(--border);
  background: var(--white); transition: transform 0.3s, box-shadow 0.3s;
}
.delivery-card:hover   { transform: translateY(-4px); box-shadow: var(--shadow); }
.delivery-icon         { font-size: 2.2rem; margin-bottom: 12px; }
.delivery-card h4      { margin-bottom: 6px; }
.delivery-card p       { font-size: 0.83rem; }

/* ============================================================
   FLOATING ACTION BUTTONS
============================================================ */
.floating-actions {
  position: fixed; bottom: 24px; right: 24px;
  z-index: 999; display: flex;
  flex-direction: column; gap: 10px;
}
.fab {
  padding: 13px 20px; border-radius: 50px;
  font-weight: 700; font-size: 0.82rem;
  border: none; cursor: pointer;
  box-shadow: 0 6px 20px rgba(0,0,0,0.28);
  transition: transform 0.2s;
  display: flex; align-items: center; gap: 7px;
}
.fab:hover    { transform: translateY(-2px); }
.fab-call     { background: #2D6A4F; color: #fff; }
.fab-reserve  { background: linear-gradient(135deg, var(--saffron), var(--deep-red)); color: #fff; }

/* ============================================================
   FOOTER
============================================================ */
#site-footer { background: var(--dark); color: #aaa; padding: 60px 0 28px; }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px; margin-bottom: 48px;
}
.footer-brand p  { color: #777; font-size: 0.87rem; line-height: 1.75; margin-top: 14px; }
.footer-social   { display: flex; gap: 10px; margin-top: 20px; }
.social-btn {
  width: 38px; height: 38px;
  border-radius: 50%; border: 1px solid #444;
  display: flex; align-items: center; justify-content: center;
  color: #888; cursor: pointer; transition: all 0.2s;
  text-decoration: none; font-size: 0.9rem;
}
.social-btn:hover { background: var(--saffron); border-color: var(--saffron); color: #fff; }
.footer-widget h4 {
  color: var(--gold); font-size: 0.92rem;
  font-weight: 700; margin-bottom: 18px; letter-spacing: 0.5px;
}
.footer-widget ul li   { margin-bottom: 9px; }
.footer-widget ul li a { color: #777; font-size: 0.86rem; transition: color 0.2s; }
.footer-widget ul li a:hover { color: var(--gold); }
.footer-bottom {
  border-top: 1px solid #2a1a0a; padding-top: 24px;
  display: flex; justify-content: space-between;
  align-items: center; flex-wrap: wrap; gap: 10px;
}
.footer-bottom p    { font-size: 0.8rem; color: #555; }
.footer-bottom span { color: var(--saffron); }


/* ============================================================
   RESPONSIVE BREAKPOINTS
============================================================ */
@media (max-width: 1024px) {
  .hero-grid              { grid-template-columns: 1fr; gap: 40px; }
  .hero-image-wrap        { display: none; }
  .dishes-grid            { grid-template-columns: repeat(2, 1fr); }
  .why-grid               { grid-template-columns: repeat(2, 1fr); }
  .footer-grid            { grid-template-columns: 1fr 1fr; }
  .about-grid,
  .contact-grid           { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .menu-toggle { display: block; }
  #primary-menu {
    display: none; flex-direction: column;
    position: absolute; top: 70px; left: 0; right: 0;
    background: rgba(26,10,0,0.98);
    padding: 20px; gap: 4px;
  }
  #primary-menu.open { display: flex; }
  #primary-menu a    { padding: 12px 16px; display: block; border-bottom: none; }
  .services-grid,
  .reviews-grid,
  .values-grid        { grid-template-columns: 1fr; }
  .team-grid,
  .tiffin-grid        { grid-template-columns: 1fr 1fr; }
  .delivery-grid      { grid-template-columns: 1fr 1fr; }
  .form-row           { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .dishes-grid,
  .why-grid,
  .team-grid,
  .tiffin-grid,
  .delivery-grid,
  .footer-grid        { grid-template-columns: 1fr; }
}

/* ============================================================
   BLOG SECTION — paste at the very bottom of style.css
============================================================ */

/* Section wrapper */
.pz-blog-section {
  background: #fff;
  padding: 88px 0;
}

/* 3-column grid */
.pz-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 0;
}

/* ── Card ── */
.pz-blog-card {
  background: #FFF8EE;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #f0e0c0;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pz-blog-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 22px 48px rgba(224, 123, 0, 0.15);
}

/* ── Thumbnail ── */
.pz-blog-thumb {
  display: block;
  height: 220px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  text-decoration: none;
}
.pz-blog-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.pz-blog-card:hover .pz-blog-img {
  transform: scale(1.06);
}

/* Gradient overlay on hover */
.pz-blog-thumb-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(26,10,0,0.5) 100%);
  opacity: 0;
  transition: opacity 0.3s;
}
.pz-blog-card:hover .pz-blog-thumb-overlay {
  opacity: 1;
}

/* No-image fallback */
.pz-blog-img-fallback {
  width: 100%;
  height: 220px;
  background: linear-gradient(135deg, #3D1200, #8B1A1A);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
}

/* ── Card body ── */
.pz-blog-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* Category pill */
.pz-blog-cat {
  display: inline-block;
  color: #E07B00;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* Title */
.pz-blog-title {
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 12px;
  color: #1A0A00;
}
.pz-blog-title a {
  color: #1A0A00;
  text-decoration: none;
  transition: color 0.2s;
}
.pz-blog-title a:hover {
  color: #E07B00;
}

/* Excerpt */
.pz-blog-excerpt {
  font-size: 0.88rem;
  color: #7A5C3A;
  line-height: 1.68;
  flex: 1;
  margin-bottom: 20px;
}

/* ── Footer row ── */
.pz-blog-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #f0e0c0;
  padding-top: 14px;
  margin-top: auto;
  flex-wrap: wrap;
}

/* Date + read time */
.pz-blog-meta {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.pz-blog-meta span {
  font-size: 0.74rem;
  color: #aaa;
}

/* ── Read More button ── */
.pz-blog-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 9px 20px;
  background: linear-gradient(135deg, #E07B00, #8B1A1A);
  color: #fff !important;
  font-size: 0.82rem;
  font-weight: 700;
  border-radius: 22px;
  text-decoration: none !important;
  transition: opacity 0.2s, transform 0.2s;
  white-space: nowrap;
  letter-spacing: 0.3px;
}
.pz-blog-btn:hover {
  opacity: 0.88;
  transform: translateX(3px);
  color: #fff !important;
}

/* ── View All CTA ── */
.pz-blog-cta {
  text-align: center;
  margin-top: 48px;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .pz-blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .pz-blog-grid {
    grid-template-columns: 1fr;
  }
  .pz-blog-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ============================================================
   DIET INDICATOR TAGS — Veg / Non-Veg / Spicy
   Paste at the very bottom of style.css
============================================================ */

/* Base tag reset — override old .mi-tag */
.mi-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.68rem;
  padding: 3px 9px;
  border-radius: 8px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}

/* Vegetarian — green */
.mi-tag-veg {
  background: #2D6A4F;
  color: #fff;
}

/* Non-Vegetarian — dark red */
.mi-tag-nonveg {
  background: #8B1A1A;
  color: #fff;
}

/* Spicy */
.mi-tag-spicy {
  background: #E07B00;
  color: #fff;
}

/* ── Indian Standard Diet Indicator Dots ── */
/* Square outline with coloured dot inside — standard Indian food symbol */
.diet-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.8);
  flex-shrink: 0;
}
.diet-dot-veg    { background-color: #4caf50; } /* green dot  */
.diet-dot-nonveg { background-color: #f44336; } /* red dot    */

/* ── Menu item card footer layout fix ── */
.menu-item-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.mi-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}

.mi-price {
  color: #E07B00;
  font-weight: 800;
  font-size: 1rem;
  white-space: nowrap;
}

/* ── Filter button — Non-Veg active state ── */
.mf-btn:nth-child(5).active {
  background: #8B1A1A;
  border-color: #8B1A1A;
  color: #fff;
}

/* ── Hover on non-veg filter button ── */
.mf-btn:nth-child(5):hover {
  background: #8B1A1A;
  border-color: #8B1A1A;
  color: #fff;
}

/* ═══════════════════════════════════════
   VIDEO SECTION
════════════════════════════════════════ */
.pz-video-section{
  background: #fff;
}

.pz-video-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
  margin-top:50px;
}

/* Tablet */
@media (max-width:1024px){
  .pz-video-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

/* Mobile */
@media (max-width:768px){
  .pz-video-grid{
    grid-template-columns:1fr;
    gap:22px;
  }
}

/* Card */
.pz-video-card{
  background:#fff;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  transition:all .35s ease;
  border:1px solid rgba(0,0,0,.05);
}

.pz-video-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 40px rgba(0,0,0,.12);
}

/* Video wrapper */
.pz-video-wrapper{
  position:relative;
  width:100%;
  overflow:hidden;
  background:#000;
}

/* 16:9 Ratio */
.pz-video-wrapper::before{
  content:"";
  display:block;
  padding-top:56.25%;
}

/* Thumbnail + iframe positioning */
.pz-video-thumb,
.pz-video-frame-wrap{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}

/* Thumbnail */
.pz-video-thumb{
  background-size:cover;
  background-position:center;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

/* Gradient overlay */
.pz-video-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    to top,
    rgba(0,0,0,.55),
    rgba(0,0,0,.15)
  );
}

/* Play button */
.pz-play-btn{
  position:relative;
  z-index:2;
  width:84px;
  height:84px;
  border-radius:50%;
  background:rgba(255,255,255,.18);
  backdrop-filter:blur(6px);
  display:flex;
  align-items:center;
  justify-content:center;
  transition:.3s ease;
}

.pz-video-thumb:hover .pz-play-btn{
  transform:scale(1.08);
}

.pz-play-icon{
  width:62px;
  height:62px;
  border-radius:50%;
  background:var(--saffron);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  padding-left:4px;
  box-shadow:0 8px 18px rgba(0,0,0,.25);
}

/* Duration badge */
.pz-video-duration{
  position:absolute;
  right:14px;
  bottom:14px;
  z-index:3;
  background:rgba(0,0,0,.8);
  color:#fff;
  padding:6px 10px;
  border-radius:999px;
  font-size:.78rem;
  font-weight:600;
}

/* iframe */
.pz-video-frame-wrap iframe{
  width:100%;
  height:100%;
  border:0;
}

/* Info area */
.pz-video-info{
  padding:24px;
}

.pz-video-title{
  font-size:1.25rem;
  margin:0 0 12px;
  color:var(--deep-red);
  line-height:1.35;
}

.pz-video-desc{
  margin:0 0 22px;
  color:#666;
  line-height:1.7;
  font-size:.96rem;
}

/* Button */
.pz-video-play-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:none;
  background:var(--saffron);
  color:#fff;
  padding:12px 18px;
  border-radius:999px;
  font-weight:600;
  cursor:pointer;
  transition:.3s ease;
}

.pz-video-play-btn:hover{
  background:var(--deep-red);
  transform:translateY(-2px);
}
