/* ============================================================
   PARDESHI'S MALVANI AASWAD — MASTER STYLESHEET
   Brand: Authentic Maharashtrian / Malvani Seafood Restaurant
   Author: Production Build
   Version: 1.0
   ============================================================ */

/* ─── GOOGLE FONTS ─────────────────────────────────────────── */

/* ─── CSS CUSTOM PROPERTIES ─────────────────────────────────── */
:root {
  --red:         #C41E3A;
  --red-dark:    #A01530;
  --red-light:   #E8344E;
  --navy:        #1B2C4E;
  --navy-dark:   #101C33;
  --navy-light:  #2A4070;
  --gold:        #C9922A;
  --gold-light:  #E8B84B;
  --cream:       #FAF7F0;
  --beige:       #F0E8D8;
  --beige-dark:  #E3D5C0;
  --white:       #FFFFFF;
  --text-dark:   #1B2C4E;
  --text-mid:    #3D5280;
  --text-light:  #6B80A5;
  --border:      #D8C9B0;
  --shadow-sm:   0 2px 8px rgba(27,44,78,0.10);
  --shadow-md:   0 6px 24px rgba(27,44,78,0.14);
  --shadow-lg:   0 16px 48px rgba(27,44,78,0.18);
  --radius:      4px;
  --radius-sm:   2px;
  --transition:  0.28s ease;
  --font-display:'Playfair Display', Georgia, serif;
  --font-marathi:'Tiro Devanagari Marathi', serif;
  --font-body:   'Lato', sans-serif;
  --font-accent: 'Cinzel', serif;
  --header-h:    80px;
  --section-pad: 90px 0;
}

/* ─── RESET & BASE ──────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  color: var(--text-dark);
  background: var(--cream);
  line-height: 1.7;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition);
}

ul { list-style: none; }

/* ─── UTILITIES ─────────────────────────────────────────────── */
.container {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

.section-tag {
  display: inline-block;
  font-family: var(--font-accent);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
  position: relative;
  padding-left: 36px;
}
.section-tag::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  width: 28px; height: 1px;
  background: var(--gold);
  transform: translateY(-50%);
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.22;
  margin-bottom: 14px;
}

.section-title em {
  font-style: italic;
  color: var(--red);
}

.section-subtitle {
  font-size: 1rem;
  color: var(--text-light);
  max-width: 540px;
  line-height: 1.75;
}

.marathi-text {
  font-family: var(--font-marathi);
}

.btn-primary {
  display: inline-block;
  background: var(--red);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 15px 36px;
  border: 2px solid var(--red);
  border-radius: var(--radius);
  cursor: pointer;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}
.btn-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.08);
  opacity: 0;
  transition: opacity var(--transition);
}
.btn-primary:hover {
  background: var(--red-dark);
  border-color: var(--red-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(196,30,58,0.35);
}
.btn-primary:hover::after { opacity: 1; }

.btn-secondary {
  display: inline-block;
  background: transparent;
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 13px 36px;
  border: 2px solid rgba(255,255,255,0.7);
  border-radius: var(--radius);
  cursor: pointer;
  transition: all var(--transition);
}
.btn-secondary:hover {
  background: rgba(255,255,255,0.12);
  border-color: var(--white);
  transform: translateY(-2px);
}

.btn-outline {
  display: inline-block;
  background: transparent;
  color: var(--red);
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 13px 36px;
  border: 2px solid var(--red);
  border-radius: var(--radius);
  cursor: pointer;
  transition: all var(--transition);
}
.btn-outline:hover {
  background: var(--red);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(196,30,58,0.3);
}

.divider-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 16px 0 40px;
}
.divider-ornament span {
  width: 60px;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold));
}
.divider-ornament span:last-child {
  background: linear-gradient(to left, transparent, var(--gold));
}
.divider-ornament i {
  font-size: 1.1rem;
  color: var(--gold);
  font-style: normal;
}

/* ─── HEADER / NAVIGATION ───────────────────────────────────── */
#header {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: var(--header-h);
  z-index: 1000;
  transition: all 0.35s ease;
  background: transparent;
}

#header.scrolled {
  background: var(--navy-light);
  box-shadow: 0 4px 24px rgba(0,0,0,0.3);
  height: 68px;
}
@media (max-width: 768px) {
  #header.scrolled {
    background: #ffffff;
  }
}

.nav-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.nav-logo img {
  margin-top: 10px;
  height: 70px;
  width: auto;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.6));
  transition: height var(--transition);
}
#header.scrolled .nav-logo img { height: 42px; }

.nav-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.nav-logo-text .name {
  font-family: var(--font-marathi);
  font-size: 1.1rem;
  color: var(--white);
  font-weight: 700;
}
.nav-logo-text .tagline {
  font-family: var(--font-marathi);
  font-size: 0.7rem;
  color: var(--gold-light);
  letter-spacing: 0.04em;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 36px;
}

.nav-menu a {
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  transition: color var(--transition);
  position: relative;
  padding-bottom: 4px;
}
.nav-menu a::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 2px;
  background: var(--gold);
  transition: width var(--transition);
}
.nav-menu a:hover,
.nav-menu a.active { color: var(--white); }
.nav-menu a:hover::after,
.nav-menu a.active::after { width: 100%; }

.nav-cta {
  background: var(--red) !important;
  color: var(--white) !important;
  padding: 10px 22px;
  border-radius: var(--radius);
  font-size: 0.78rem !important;
  border: none;
  transition: background var(--transition), transform var(--transition) !important;
}
.nav-cta::after { display: none !important; }
.nav-cta:hover { background: var(--red-dark) !important; transform: translateY(-1px) !important; }

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  background: none;
  border: none;
}
.hamburger span {
  display: block;
  width: 26px; height: 2px;
  background: black;
  border-radius: 2px;
  transition: all 0.3s;
}
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translateY(10px); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translateY(-10px); }

/* Mobile Menu */
.mobile-nav {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: var(--navy-dark);
  z-index: 999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.mobile-nav.open {
  display: flex;
  opacity: 1;
  pointer-events: all;
}
.mobile-nav a {
  font-family: var(--font-display);
  font-size: 1.8rem;
  color: var(--white);
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: color var(--transition);
}
.mobile-nav a:hover { color: var(--gold-light); }
.mobile-nav .close-btn {
  position: absolute;
  top: 28px; right: 28px;
  background: none;
  border: none;
  color: var(--white);
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
}

/* ─── HERO SECTION ──────────────────────────────────────────── */
#hero {
  position: relative;
  height: 100vh;
  min-height: 680px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('./assets/images/hero2.webp');
  background-size: cover;
  background-position: center 40%;
  transform: scale(1.06);
  transition: transform 8s ease-out;
}
.hero-bg.loaded { transform: scale(1); }

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(16,28,51,0.90) 0%,
    rgba(16,28,51,0.72) 30%,
    rgba(16,28,51,0.40) 80%
  );
}

/* Mobile Version */
@media (max-width: 768px) {
   .hero {
    min-height: 90vh;
    padding: 100px 16px 60px;
  }
  .hero-bg {
    background-image: url("./assets/images/mobile-hero.webp"); /* Mobile Image */
    background-position: center top; /* optional for better crop */
  }
}
.hero-overlay-bottom {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 100px;
  background: linear-gradient(to top, var(--cream), transparent);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
  padding-top: 60px;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.8s 0.3s forwards;
}
.hero-eyebrow-line {
  width: 48px; height: 1px;
  background: var(--gold);
}
.hero-eyebrow span {
  font-family: var(--font-accent);
  font-size: 0.72rem;
  letter-spacing: 0.26em;
  color: var(--gold-light);
  text-transform: uppercase;
}

.hero-marathi {
  font-family: var(--font-marathi);
  font-size: clamp(2.2rem, 6vw, 4.2rem);
  color: var(--white);
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 8px;
  text-shadow: 0 4px 20px rgba(0,0,0,0.5);
  opacity: 0;
  transform: translateY(28px);
  animation: fadeUp 0.9s 0.5s forwards;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3.5vw, 2.4rem);
  color: var(--beige);
  font-weight: 500;
  font-style: italic;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.9s 0.7s forwards;
}

.hero-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  opacity: 0;
  animation: fadeUp 0.9s 0.85s forwards;
}
.hero-divider-line { width: 48px; height: 1px; background: var(--red-light); }
.hero-divider-fish { font-size: 1.1rem; }

.hero-desc {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.78);
  line-height: 1.8;
  margin-bottom: 42px;
  max-width: 500px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.9s 1.0s forwards;
}

.hero-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp 0.9s 1.15s forwards;
}

.hero-badges {
  position: absolute;
  right: 60px;
  bottom: 140px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 2;
  opacity: 0;
  animation: fadeIn 1.2s 1.6s forwards;
}
.hero-badge {
  background: rgba(27,44,78,0.85);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(201,146,42,0.3);
  border-radius: var(--radius);
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 200px;
}
.hero-badge-icon {
  font-size: 1.6rem;
  line-height: 1;
}
.hero-badge-text { display: flex; flex-direction: column; line-height: 1.2; }
.hero-badge-text strong {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--gold-light);
  font-weight: 700;
}
.hero-badge-text span {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0;
  animation: fadeIn 1s 1.8s forwards;
}
.hero-scroll span {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
}
.scroll-mouse {
  width: 22px; height: 36px;
  border: 2px solid rgba(255,255,255,0.4);
  border-radius: 11px;
  display: flex;
  justify-content: center;
  padding-top: 6px;
}
.scroll-mouse::after {
  content: '';
  width: 3px; height: 8px;
  background: rgba(255,255,255,0.6);
  border-radius: 2px;
  animation: scrollPulse 1.8s infinite;
}

/* ─── INTRO STRIP ───────────────────────────────────────────── */
#intro-strip {
  background: var(--navy-dark);
  padding: 26px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.intro-strip-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}
.strip-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,0.75);
}
.strip-item-icon { font-size: 1.3rem; }
.strip-item-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.strip-item-text strong {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.04em;
}
.strip-item-text span {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.strip-divider {
  width: 1px; height: 36px;
  background: rgba(255,255,255,0.12);
}

/* ─── SIGNATURE THALI SECTION ───────────────────────────────── */
#signature-thali {
  padding: var(--section-pad);
  background: var(--cream);
  position: relative;
  overflow: hidden;
}
#signature-thali::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 360px; height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,146,42,0.07) 0%, transparent 70%);
  pointer-events: none;
}

.thali-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.thali-image-wrap {
  position: relative;
}
.thali-image-frame {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: var(--shadow-lg);
}
.thali-image-frame img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.thali-image-frame:hover img { transform: scale(1.04); }

.thali-badge-float {
  position: absolute;
  bottom: -24px;
  right: -24px;
  background: var(--red);
  color: var(--white);
  border-radius: 50%;
  width: 110px; height: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 8px 28px rgba(196,30,58,0.4);
  padding: 8px;
  z-index: 2;
}
.thali-badge-float .big { font-family: var(--font-display); font-size: 1.4rem; font-weight: 800; line-height: 1; }
.thali-badge-float .small { font-size: 0.58rem; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.9; line-height: 1.3; margin-top: 2px; }

.thali-corner-ornament {
  position: absolute;
  top: -16px; left: -16px;
  width: 60px; height: 60px;
  border-top: 3px solid var(--gold);
  border-left: 3px solid var(--gold);
}

.thali-content .section-tag { margin-bottom: 10px; }

.thali-description {
  color: var(--text-mid);
  font-size: 1rem;
  line-height: 1.85;
  margin-bottom: 32px;
}

.thali-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 36px;
}
.thali-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: var(--beige);
  border-radius: var(--radius);
  border-left: 3px solid var(--gold);
  transition: all var(--transition);
}
.thali-item:hover {
  background: var(--white);
  box-shadow: var(--shadow-sm);
  transform: translateX(3px);
}
.thali-item-icon { font-size: 1.3rem; flex-shrink: 0; }
.thali-item-label {
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.02em;
}

/* ─── FRESH CATCH SECTION ───────────────────────────────────── */
#fresh-catch {
  padding: var(--section-pad);
  background: var(--beige);
  position: relative;
}

.fresh-catch-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 52px;
  flex-wrap: wrap;
  gap: 24px;
}

.catch-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.catch-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition);
  position: relative;
}
.catch-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}

.catch-card-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.catch-card-image img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.catch-card:hover .catch-card-image img { transform: scale(1.08); }

.catch-badge {
  position: absolute;
  top: 14px; left: 14px;
  background: var(--red);
  color: var(--white);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: var(--radius-sm);
}

.catch-badge.veg {
  background: #2D7A3A;
}

.catch-card-body {
  padding: 20px;
}
.catch-card-name {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 4px;
}
.catch-card-marathi {
  font-family: var(--font-marathi);
  font-size: 0.88rem;
  color: var(--text-light);
  margin-bottom: 10px;
}
.catch-card-desc {
  font-size: 0.82rem;
  color: var(--text-light);
  line-height: 1.65;
  margin-bottom: 16px;
}
.catch-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catch-card-price {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--red);
}
.catch-card-price span {
  font-size: 0.75rem;
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--text-light);
}
.spice-indicator {
  display: flex;
  gap: 3px;
}
.spice-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--beige-dark);
}
.spice-dot.active { background: var(--red); }

/* ─── WHY CHOOSE US ─────────────────────────────────────────── */
#why-us {
  padding: var(--section-pad);
  background: var(--navy-dark);
  position: relative;
  overflow: hidden;
}
#why-us::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('./assets/images/hero.webp');
  background-size: cover;
  background-position: center;
  opacity: 0.08;
}

.why-us-inner { position: relative; z-index: 1; }

.why-us-header {
  text-align: center;
  margin-bottom: 64px;
}
.why-us-header .section-tag { color: var(--gold-light); }
.why-us-header .section-tag::before { background: var(--gold-light); }
.why-us-header .section-title { color: var(--white); }
.why-us-header .section-subtitle { color: rgba(255,255,255,0.6); margin: 0 auto; }

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.why-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(201,146,42,0.2);
  border-radius: var(--radius);
  padding: 36px 28px;
  text-align: center;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}
.why-card::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(to right, var(--red), var(--gold));
  transform: scaleX(0);
  transition: transform var(--transition);
  transform-origin: left;
}
.why-card:hover {
  background: rgba(255,255,255,0.09);
  border-color: rgba(201,146,42,0.5);
  transform: translateY(-6px);
}
.why-card:hover::before { transform: scaleX(1); }

.why-card-icon {
  font-size: 2.6rem;
  margin-bottom: 20px;
  display: block;
}
.why-card-title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 12px;
}
.why-card-desc {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.75;
}

/* ─── POPULAR DISHES ────────────────────────────────────────── */
#popular-dishes {
  padding: var(--section-pad);
  background: var(--cream);
}

.dishes-header {
  text-align: center;
  margin-bottom: 16px;
}

.dishes-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 52px;
  flex-wrap: wrap;
}
.dish-tab {
  padding: 8px 22px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  color: var(--text-light);
  cursor: pointer;
  background: none;
  transition: all var(--transition);
}
.dish-tab.active,
.dish-tab:hover {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.dishes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.dish-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  transition: all var(--transition);
  border: 1px solid var(--beige-dark);
}
.dish-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.dish-card-image {
  height: 220px;
  overflow: hidden;
  position: relative;
}
.dish-card-image img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.65s ease;
}
.dish-card:hover .dish-card-image img { transform: scale(1.06); }

.dish-card-label {
  position: absolute;
  top: 14px; right: 14px;
  width: 22px; height: 22px;
  border: 2px solid;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dish-card-label::after {
  content: '';
  width: 10px; height: 10px;
  border-radius: 50%;
}
.dish-card-label.nonveg { border-color: #C41E3A; }
.dish-card-label.nonveg::after { background: #C41E3A; }
.dish-card-label.veg { border-color: #2D7A3A; }
.dish-card-label.veg::after { background: #2D7A3A; }

.dish-chef-badge {
  position: absolute;
  bottom: 12px; left: 12px;
  background: var(--gold);
  color: var(--white);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: var(--radius-sm);
}

.dish-card-body {
  padding: 22px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.dish-card-name {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 2px;
}
.dish-card-marathi {
  font-family: var(--font-marathi);
  font-size: 0.85rem;
  color: var(--text-light);
  margin-bottom: 10px;
}
.dish-card-desc {
  font-size: 0.84rem;
  color: var(--text-light);
  line-height: 1.7;
  flex: 1;
  margin-bottom: 18px;
}
.dish-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid var(--beige-dark);
}
.dish-price {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--red);
}
.dish-price span { font-size: 0.75rem; color: var(--text-light); font-family: var(--font-body); font-weight: 400; }

.dishes-cta { text-align: center; margin-top: 52px; }

/* ─── CHEF RECOMMENDATION ───────────────────────────────────── */
#chef-section {
  padding: var(--section-pad);
  background: var(--beige);
}

.chef-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}

.chef-image-wrap { position: relative; }
.chef-image-frame {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 3/4;
  max-height: 520px;
  box-shadow: var(--shadow-lg);
}
.chef-image-frame img { width: 100%; height: 100%; object-fit: cover; }

.chef-quote-float {
  position: absolute;
  bottom: -20px; right: -30px;
  background: var(--white);
  border-left: 4px solid var(--red);
  border-radius: var(--radius);
  padding: 20px 22px;
  max-width: 240px;
  box-shadow: var(--shadow-md);
}
.chef-quote-float p {
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-style: italic;
  color: var(--navy);
  line-height: 1.5;
  margin-bottom: 8px;
}
.chef-quote-float .attr {
  font-size: 0.72rem;
  color: var(--text-light);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chef-corner {
  position: absolute;
  bottom: -16px; left: -16px;
  width: 60px; height: 60px;
  border-bottom: 3px solid var(--gold);
  border-left: 3px solid var(--gold);
}

.chef-name {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 4px;
}
.chef-title-label {
  font-family: var(--font-accent);
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.chef-bio {
  color: var(--text-mid);
  font-size: 1rem;
  line-height: 1.85;
  margin-bottom: 36px;
}

.chef-specialties { margin-bottom: 40px; }
.chef-specialties-title {
  font-family: var(--font-accent);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 16px;
}
.chef-specialty-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.chef-specialty-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem;
  color: var(--text-dark);
}
.chef-specialty-item::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--red);
  flex-shrink: 0;
}

.chef-stats {
  display: flex;
  gap: 36px;
}
.chef-stat { display: flex; flex-direction: column; line-height: 1.2; }
.chef-stat .num {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  color: var(--red);
}
.chef-stat .label {
  font-size: 0.72rem;
  color: var(--text-light);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ─── REVIEWS SECTION ───────────────────────────────────────── */
#reviews {
  padding: var(--section-pad);
  background: var(--cream);
}

.reviews-header {
  text-align: center;
  margin-bottom: 64px;
}

.google-rating-banner {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  background: var(--white);
  border: 1px solid var(--beige-dark);
  border-radius: var(--radius);
  padding: 18px 32px;
  margin-bottom: 48px;
  box-shadow: var(--shadow-sm);
}
.google-logo {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
}
.google-logo span:nth-child(1) { color: #4285F4; }
.google-logo span:nth-child(2) { color: #EA4335; }
.google-logo span:nth-child(3) { color: #FBBC05; }
.google-logo span:nth-child(4) { color: #4285F4; }
.google-logo span:nth-child(5) { color: #34A853; }
.google-logo span:nth-child(6) { color: #EA4335; }
.rating-divider { width: 1px; height: 36px; background: var(--border); }
.rating-score {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1;
}
.rating-details { display: flex; flex-direction: column; }
.rating-stars { color: #F5A623; font-size: 1.1rem; letter-spacing: 2px; }
.rating-count { font-size: 0.72rem; color: var(--text-light); }

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.review-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px 28px;
  border: 1px solid var(--beige-dark);
  box-shadow: var(--shadow-sm);
  position: relative;
  transition: all var(--transition);
}
.review-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}
.review-card::before {
  content: '"';
  position: absolute;
  top: 16px; right: 24px;
  font-family: var(--font-display);
  font-size: 5rem;
  color: var(--beige-dark);
  line-height: 1;
  font-weight: 700;
}

.review-stars {
  color: #F5A623;
  font-size: 0.95rem;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
.review-text {
  font-size: 0.92rem;
  color: var(--text-mid);
  line-height: 1.8;
  margin-bottom: 24px;
  font-style: italic;
}
.review-author {
  display: flex;
  align-items: center;
  gap: 14px;
}
.review-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
}
.review-info { line-height: 1.3; }
.review-name { font-weight: 700; font-size: 0.9rem; color: var(--navy); }
.review-location { font-size: 0.75rem; color: var(--text-light); }

/* ─── LOCATION PREVIEW ──────────────────────────────────────── */
#location-preview {
  padding: var(--section-pad);
  background: var(--beige);
}

.location-layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
  align-items: center;
}

.location-info-title {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
}
.location-marathi {
  font-family: var(--font-marathi);
  font-size: 1.1rem;
  color: var(--gold);
  margin-bottom: 28px;
}

.location-details {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 36px;
}
.location-detail-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.location-detail-icon {
  width: 42px; height: 42px;
  background: var(--white);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
}
.location-detail-content { line-height: 1.3; }
.location-detail-content strong { font-weight: 700; font-size: 0.88rem; color: var(--navy); display: block; margin-bottom: 2px; }
.location-detail-content span { font-size: 0.84rem; color: var(--text-light); }

.location-map-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  height: 400px;
  box-shadow: var(--shadow-md);
  border: 3px solid var(--white);
  position: relative;
}
.map-placeholder {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, #e8f0e8 0%, #c8d8c8 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.map-placeholder-icon { font-size: 3rem; }
.map-placeholder p { font-size: 0.9rem; color: #555; font-weight: 600; }
.map-placeholder span { font-size: 0.75rem; color: #888; }

/* ─── RESERVATION CTA ───────────────────────────────────────── */
#reservation-cta {
  padding: 100px 0;
  background: var(--red);
  position: relative;
  overflow: hidden;
}
#reservation-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('./assets/images/hero2.webp');
  background-size: cover;
  background-position: center;
  opacity: 0.15;
}
.reservation-cta-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.reservation-cta-inner .section-tag { color: rgba(255,255,255,0.7); }
.reservation-cta-inner .section-tag::before { background: rgba(255,255,255,0.7); }
.reservation-cta-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.18;
  margin-bottom: 20px;
}
.reservation-cta-desc {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.8);
  margin-bottom: 42px;
  line-height: 1.75;
}
.reservation-cta-buttons {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-white {
  display: inline-block;
  background: var(--white);
  color: var(--red);
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 15px 38px;
  border: 2px solid var(--white);
  border-radius: var(--radius);
  transition: all var(--transition);
}
.btn-white:hover {
  background: transparent;
  color: var(--white);
  transform: translateY(-2px);
}
.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: var(--white);
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 15px 32px;
  border-radius: var(--radius);
  border: 2px solid #25D366;
  transition: all var(--transition);
}
.btn-whatsapp:hover {
  background: #1eba57;
  border-color: #1eba57;
  transform: translateY(-2px);
}
.whatsapp-icon { font-size: 1.2rem; }

/* ─── FOOTER ─────────────────────────────────────────────────── */
#footer {
  background: var(--navy-dark);
  color: rgba(255,255,255,0.7);
}

.footer-top {
  padding: 72px 0 56px;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer-brand-logo {
  height: 60px;
  width: auto;
  margin-bottom: 20px;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.5));
}
.footer-brand-desc {
  font-size: 0.88rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.5);
  margin-bottom: 28px;
  max-width: 280px;
}
.footer-social {
  display: flex;
  gap: 12px;
}
.footer-social-link {
  width: 38px; height: 38px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: rgba(255,255,255,0.6);
  transition: all var(--transition);
  text-decoration: none;
}
.footer-social-link:hover {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
  transform: translateY(-2px);
}

.footer-col-title {
  font-family: var(--font-accent);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 22px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-links a {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.5);
  transition: color var(--transition);
  padding-left: 14px;
  position: relative;
}
.footer-links a::before {
  content: '›';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 1rem;
  line-height: 1.2;
}
.footer-links a:hover { color: var(--white); }

.footer-contact-items {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer-contact-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.footer-contact-item .icon { font-size: 1rem; flex-shrink: 0; margin-top: 1px; }
.footer-contact-item span { font-size: 0.84rem; color: rgba(255,255,255,0.5); line-height: 1.6; }
.footer-contact-item a { color: rgba(255,255,255,0.5); }
.footer-contact-item a:hover { color: var(--white); }

.footer-hours-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-hour-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.84rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding-bottom: 8px;
}
.footer-hour-day { color: rgba(255,255,255,0.5); }
.footer-hour-time { color: rgba(255,255,255,0.8); font-weight: 600; }

.footer-bottom {
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-copy { font-size: 0.78rem; color: rgba(255,255,255,0.35); }
.footer-copy a { color: rgba(255,255,255,0.5); }
.footer-copy a:hover { color: var(--white); }
.footer-tagline {
  font-family: var(--font-marathi);
  font-size: 0.9rem;
  color: rgba(255,255,255,0.35);
}

.footer-credit {
  font-size: 13px;
  letter-spacing: 0.6px;
  color: #ffffff;
  font-family: 'Poppins', 'Inter', sans-serif;
}

.footer-credit a {
  margin-left: 4px;
  font-weight: 600;
  color: #b80400;
  text-decoration: none;
  position: relative;
  transition: all 0.35s ease;
}

/* Elegant underline animation */
.footer-credit a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 1px;
  background: #b80400;
  transition: width 0.35s ease;
}

.footer-credit a:hover {
  color: #ffffff;
}

.footer-credit a:hover::after {
  width: 100%;
}
/* ─── FLOATING WHATSAPP ─────────────────────────────────────── */
#floating-wa {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 900;
}

.floating-wa-btn {
  width: 60px; height: 60px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 24px rgba(37,211,102,0.45);
  cursor: pointer;
  position: relative;
  text-decoration: none;
  transition: transform var(--transition);
}
.floating-wa-btn:hover { transform: scale(1.08); }
.floating-wa-btn::before {
  content: '';
  position: absolute;
  inset: -6px;
  border: 2px solid rgba(37,211,102,0.4);
  border-radius: 50%;
  animation: waPulse 2s infinite;
}
.floating-wa-btn svg { width: 32px; height: 32px; fill: var(--white); }

.floating-wa-tooltip {
  position: absolute;
  right: 72px; top: 50%;
  transform: translateY(-50%);
  background: var(--navy-dark);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 600;
  white-space: nowrap;
  padding: 8px 14px;
  border-radius: var(--radius);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition);
}
.floating-wa-tooltip::after {
  content: '';
  position: absolute;
  right: -6px; top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-right: none;
  border-left-color: var(--navy-dark);
}
#floating-wa:hover .floating-wa-tooltip { opacity: 1; }

/* ─── SCROLL PROGRESS BAR ───────────────────────────────────── */
#scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  background: linear-gradient(to right, var(--red), var(--gold));
  z-index: 2000;
  width: 0%;
  transition: width 0.1s linear;
}

/* ─── ANIMATIONS ─────────────────────────────────────────────── */
@keyframes fadeUp {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  to { opacity: 1; }
}
@keyframes scrollPulse {
  0%, 100% { transform: translateY(0); opacity: 1; }
  50% { transform: translateY(6px); opacity: 0.4; }
}
@keyframes waPulse {
  0% { transform: scale(1); opacity: 0.8; }
  70% { transform: scale(1.5); opacity: 0; }
  100% { transform: scale(1.5); opacity: 0; }
}

/* Reveal animation class */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ─── MEDIA QUERIES ─────────────────────────────────────────── */
@media (max-width: 1100px) {
  .catch-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .dishes-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 36px; }
}

@media (max-width: 860px) {
  :root { --section-pad: 64px 0; }

  .nav-menu { display: none; }
  .hamburger { display: flex; }

  .hero-badges { display: none; }
  .hero-content { max-width: 100%; }

  .intro-strip-inner { gap: 24px; }
  .strip-divider { display: none; }

  .thali-layout { grid-template-columns: 1fr; gap: 48px; }
  .thali-badge-float { right: 12px; }

  .chef-layout { grid-template-columns: 1fr; gap: 48px; }
  .chef-image-frame { aspect-ratio: 16/9; max-height: 360px; }
  .chef-quote-float { right: 12px; bottom: -16px; max-width: 200px; }

  .location-layout { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  :root { --section-pad: 52px 0; }

  .catch-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .dishes-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }

  .hero-actions { flex-direction: column; }
  .reservation-cta-buttons { flex-direction: column; align-items: center; }

  .thali-items { grid-template-columns: 1fr; }

  .chef-stats { gap: 20px; }

  .footer-bottom { flex-direction: column; text-align: center; }
  .google-rating-banner { flex-direction: column; text-align: center; gap: 10px; }
  .rating-divider { width: 60px; height: 1px; }

  #floating-wa { bottom: 20px; right: 20px; }
}
