/* ============================================================
   MAITREE FOODS — Main Stylesheet
   100% Pure Vegetarian Catering, Pune
   ============================================================ */

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

:root {
  --maroon:       #6B1A1A;
  --maroon-dark:  #4A1010;
  --maroon-light: #8B2828;
  --gold:         #C69C6D;
  --gold-light:   #D4B48A;
  --gold-pale:    #EDD8BC;
  --cream:        #F8F5F0;
  --cream-dark:   #EDE8E1;
  --charcoal:     #1E1E1E;
  --mid-grey:     #5A5A5A;
  --light-grey:   #9A9A9A;
  --white:        #FFFFFF;
  --green:        #2E7D32;
  --whatsapp:     #25D366;

  --shadow-soft:   0 4px 30px rgba(107,26,26,0.08);
  --shadow-medium: 0 8px 50px rgba(107,26,26,0.12);

}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Jost', sans-serif;
  background: var(--cream);
  color: var(--charcoal);
  line-height: 1.6;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
   background: var(--white);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(198,156,109,0.2);
  padding: 0 5%;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: box-shadow 0.3s;
}

.site-header.scrolled {
  box-shadow: var(--shadow-soft);
}

/* Logo */
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.logo__icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--white);
  padding: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}


.logo__text {
  display: flex;
  flex-direction: column;
}

.logo__name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--maroon);
  letter-spacing: 0.05em;
  line-height: 1;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.05);
}

.logo__sub {
  font-size: 0.65rem;
  font-weight: 500;
  color: var(--gold);
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-top: 2px;
}

.logo-maitri {
  color: #ff6b00;
}

.logo-foods {
  color: #1f8a3d;
}

/* Desktop Nav */
.main-nav {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.main-nav__link {
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--charcoal);
  text-decoration: none;
  position: relative;
  transition: color 0.3s;
}

.main-nav__link::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0;
  width: 0; height: 1px;
  background: var(--gold);
  transition: width 0.3s;
}

.main-nav__link:hover,
.main-nav__link.active {
  color: var(--maroon);
}

.main-nav__link:hover::after,
.main-nav__link.active::after {
  width: 100%;
}

.main-nav__cta {
  background: var(--maroon);
  color: var(--white) !important;
  padding: 0.55rem 1.4rem;
  border-radius: 2px;
  font-size: 0.78rem !important;
  letter-spacing: 0.12em !important;
  transition: background 0.3s !important;
}

.main-nav__cta::after {
  display: none !important;
}

.main-nav__cta:hover {
  background: var(--maroon-dark) !important;
  color: var(--white) !important;
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  background: none;
  border: none;
}

.hamburger span {
  display: block;
  width: 22px; height: 2px;
  background: var(--maroon);
  transition: 0.3s;
}

/* Mobile Menu */
.mobile-menu {
  display: none;
  position: fixed;
  top: 110px; left: 0; right: 0;
  background: var(--cream);
  border-bottom: 1px solid var(--cream-dark);
  padding: 1.5rem 5%;
  flex-direction: column;
  gap: 1.2rem;
  z-index: 999;
  box-shadow: var(--shadow-medium);
}

.mobile-menu.is-open {
  display: flex;
}

.mobile-menu__link {
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--charcoal);
  text-decoration: none;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--cream-dark);
  transition: color 0.3s;
}

.mobile-menu__link:hover {
  color: var(--maroon);
}

/* ============================================================
   SECTION COMMONS
   ============================================================ */
.section {
  padding: 6rem 8%;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}

.section-label::before {
  content: '';
  width: 28px; height: 1px;
  background: var(--gold);
}

.section-label--centered::before,
.section-label--centered::after {
  content: '';
  width: 28px; height: 1px;
  background: var(--gold);
}

.section-label--centered {
  justify-content: center;
}

.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 500;
  line-height: 1.15;
  color: var(--maroon);
}

.section-title--white {
  color: var(--white);
}

.section-subtitle {
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--mid-grey);
  line-height: 1.8;
  margin-top: 1rem;
  max-width: 540px;
}

.section-subtitle--white {
  color: rgba(255,255,255,0.55);
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Jost', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  padding: 0.9rem 2rem;
  transition: background 0.3s, border-color 0.3s, transform 0.2s, opacity 0.3s;
}

.btn--primary {
  background: var(--gold);
  color: var(--charcoal);
}

.btn--primary:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
}

.btn--maroon {
  background: var(--maroon);
  color: var(--white);
}

.btn--maroon:hover {
  background: var(--maroon-dark);
}

.btn--outline-dark {
  background: transparent;
  color: var(--charcoal);
  border: 1px solid rgba(30,30,30,0.3);
}

.btn--outline-dark:hover {
  border-color: var(--gold);
}

.btn--outline-light {
  background: transparent;
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.4);
}

.btn--outline-light:hover {
  border-color: var(--gold);
  background: rgba(198,156,109,0.1);
}

.btn--whatsapp {
  background: var(--whatsapp);
  color: var(--white);
}

.btn--whatsapp:hover {
  opacity: 0.88;
}

.btn--facebook {
  background: transparent;
  color: var(--maroon);
  border: 1px solid var(--maroon);
}

.btn--facebook:hover {
  background: var(--maroon);
  color: var(--white);
}

.btn--full {
  width: 100%;
  justify-content: center;
}

/* ============================================================
   WHATSAPP FLOAT
   ============================================================ */
.whatsapp-float {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 999;
  width: 52px; height: 52px;
  background: var(--whatsapp);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,0.35);
  text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 30px rgba(37,211,102,0.45);
}

.whatsapp-float svg {
  width: 26px; height: 26px;
  fill: var(--white);
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--maroon-dark);
  color: rgba(255,255,255,0.65);
  padding: 4rem 8% 2rem;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  margin-bottom: 2rem;
}

.footer-logo__name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--white);
  letter-spacing: 0.05em;
}

.footer-logo__sub {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}

.footer-desc {
  font-size: 0.82rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.5);
}

.footer-col h4 {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.footer-col ul a {
  font-size: 0.83rem;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  transition: color 0.3s;
}

.footer-col ul a:hover {
  color: var(--gold-light);
}

.footer-col p {
  font-size: 0.83rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.55);
}

.footer-col .footer-contact-link {
  color: var(--gold-light);
  text-decoration: none;
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.35);
  flex-wrap: wrap;
  gap: 0.5rem;
}

.site-footer__bottom span {
  color: var(--gold);
}

/* Simple footer variant (used on inner pages) */
.site-footer--simple {
  padding: 2.5rem 8%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.site-footer--simple .footer-logo__name {
  font-size: 1.4rem;
}

.site-footer--simple .footer-tagline {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.4);
  margin-top: 0.2rem;
}

.site-footer--simple .footer-nav a {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  margin-left: 1.5rem;
  transition: color 0.3s;
}

.site-footer--simple .footer-nav a:hover {
  color: var(--gold-light);
}

.site-footer--simple .footer-copy {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.35);
}

/* ============================================================
   HOME PAGE — HERO
   ============================================================ */
.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.hero__slide.active {
  opacity: 1;
}

/* Maroon overlay */
.hero__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(107,26,26,0.85) 0%,
    rgba(74,16,16,0.80) 100%
  );
}

.hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(198,156,109,0.08) 0%, transparent 60%);
}

.hero__content {
  position: relative;
  z-index: 2;
  padding: 0 8%;
  max-width: 780px;
  margin-top: 72px;
}

.hero__label {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold-light);
  border: 1px solid rgba(198,156,109,0.4);
  padding: 0.4rem 1rem;
  margin-bottom: 2rem;
  animation: fadeUp 0.8s ease both;
}

.hero__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  font-weight: 500;
  line-height: 1.1;
  color: var(--white);
  margin-bottom: 1.5rem;
  animation: fadeUp 0.8s ease 0.15s both;
}

.hero__title em {
  font-style: italic;
  color: var(--gold-light);
}

.hero__desc {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255,255,255,0.78);
  line-height: 1.8;
  max-width: 520px;
  margin-bottom: 2.5rem;
  letter-spacing: 0.02em;
  animation: fadeUp 0.8s ease 0.3s both;
}

.hero__buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  animation: fadeUp 0.8s ease 0.45s both;
}

.hero__scroll {
  position: absolute;
  bottom: 2.5rem;
  left: 8%;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: rgba(255,255,255,0.5);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  animation: fadeUp 0.8s ease 0.6s both;
}

.hero__scroll-line {
  width: 40px; height: 1px;
  background: rgba(255,255,255,0.3);
  position: relative;
  overflow: hidden;
}

.hero__scroll-line::after {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: var(--gold);
  animation: slide 2s infinite;
}

.hero__badge {
  position: absolute;
  right: 8%;
  bottom: 10%;
  width: 120px; height: 120px;
  border-radius: 50%;
  background: rgba(248,245,240,0.08);
  border: 1px solid rgba(198,156,109,0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  backdrop-filter: blur(4px);
}

.hero__badge-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  color: var(--gold-light);
}

.hero__badge-text {
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-top: 0.3rem;
}

/* ============================================================
   HOME PAGE — ABOUT
   ============================================================ */
.about {
  background: var(--white);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.about__image-wrap {
  position: relative;
}

.about__image-wrap::before {
  content: '';
  position: absolute;
  top: -20px; left: -20px;
  right: 20px; bottom: 20px;
  border: 1px solid rgba(198,156,109,0.3);
  z-index: 0;
}

.about__image-wrap img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.about__image-tag {
  position: absolute;
  bottom: -1px; right: -1px;
  z-index: 2;
  background: var(--maroon);
  color: var(--white);
  padding: 1.2rem 1.5rem;
  text-align: center;
}

.about__image-tag strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 600;
  color: var(--gold-light);
  line-height: 1;
}

.about__image-tag span {
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.8;
}

.about__points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.about__point {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}

.about__point-icon {
  width: 36px; height: 36px;
  flex-shrink: 0;
  background: rgba(107,26,26,0.06);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about__point-icon svg {
  width: 16px; height: 16px;
  color: var(--maroon);
}

.about__point h4 {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 0.2rem;
  letter-spacing: 0.03em;
}

.about__point p {
  font-size: 0.78rem;
  color: var(--mid-grey);
  line-height: 1.6;
}

/* ============================================================
   HOME PAGE — SERVICES
   ============================================================ */
.services {
  background: var(--cream);
}

.services__header {
  max-width: 600px;
  margin-bottom: 3.5rem;
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
}

.service-card {
  background: var(--white);
  padding: 2rem 1.5rem;
  text-align: center;
  border: 1px solid rgba(198,156,109,0.15);
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.service-card:hover {
  border-color: var(--gold);
  box-shadow: var(--shadow-soft);
  transform: translateY(-4px);
}

.service-card__icon {
  width: 56px; height: 56px;
  margin: 0 auto 1.2rem;
  background: rgba(107,26,26,0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-card__icon svg {
  width: 26px; height: 26px;
  color: var(--maroon);
}

.service-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--maroon);
  line-height: 1.3;
}

.service-card p {
  font-size: 0.78rem;
  color: var(--light-grey);
  margin-top: 0.5rem;
  line-height: 1.6;
}

/* ============================================================
   HOME PAGE — FEATURED MENU
   ============================================================ */
.featured-menu {
  background: var(--maroon-dark);
  position: relative;
  overflow: hidden;
}

.featured-menu::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 0%, rgba(198,156,109,0.06) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 100%, rgba(198,156,109,0.04) 0%, transparent 50%);
  pointer-events: none;
}

.featured-menu__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 3rem;
  gap: 2rem;
  position: relative;
  z-index: 1;
}

.dishes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}

.dish-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(198,156,109,0.15);
  overflow: hidden;
  transition: border-color 0.3s, transform 0.3s;
}

.dish-card:hover {
  border-color: rgba(198,156,109,0.4);
  transform: translateY(-4px);
}

.dish-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.5s;
}

.dish-card:hover img {
  transform: scale(1.04);
}

.dish-card__body {
  padding: 1.2rem 1.4rem;
}

.dish-card__category {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.4rem;
}

.dish-card__name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--white);
}

.featured-menu__cta {
  text-align: center;
  margin-top: 3rem;
  position: relative;
  z-index: 1;
}

/* ============================================================
   HOME PAGE — TESTIMONIALS
   ============================================================ */
.testimonials {
  background: var(--cream-dark);
}

.testimonials__header {
  text-align: center;
  max-width: 500px;
  margin: 0 auto 3.5rem;
}

.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.testimonial-card {
  background: var(--white);
  padding: 2.5rem 2rem;
  border-top: 3px solid var(--gold);
  box-shadow: var(--shadow-soft);
  position: relative;
}

.testimonial-card__quote {
  position: absolute;
  top: 1.5rem; right: 1.8rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 4rem;
  line-height: 1;
  color: rgba(107,26,26,0.08);
  font-weight: 700;
}

.testimonial-card__stars {
  display: flex;
  gap: 3px;
  margin-bottom: 1rem;
}

.testimonial-card__stars svg {
  width: 14px; height: 14px;
  fill: var(--gold);
}

.testimonial-card p {
  font-size: 0.9rem;
  line-height: 1.8;
  color: var(--mid-grey);
  font-style: italic;
  margin-bottom: 1.5rem;
}

.testimonial-card__author {
  border-top: 1px solid var(--cream-dark);
  padding-top: 1rem;
}

.testimonial-card__author strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--charcoal);
}

.testimonial-card__author span {
  font-size: 0.75rem;
  color: var(--light-grey);
  letter-spacing: 0.05em;
}

/* ============================================================
   HOME PAGE — CONTACT PREVIEW
   ============================================================ */
.contact-preview {
  background: var(--white);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.contact-info__items {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.contact-info__item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.contact-info__item-icon {
  width: 40px; height: 40px;
  flex-shrink: 0;
  background: rgba(107,26,26,0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-info__item-icon svg {
  width: 18px; height: 18px;
  color: var(--maroon);
}

.contact-info__item-text strong {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 0.2rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.contact-info__item-text span {
  font-size: 0.9rem;
  color: var(--mid-grey);
}

.contact-info__item-text a {
  font-size: 0.9rem;
  color: var(--maroon);
  text-decoration: none;
  font-weight: 500;
}

.contact-buttons {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}


/* ============================================================
   MENU PAGE — HERO
   ============================================================ */
.page-hero {
  background: var(--maroon-dark);
  position: relative;
  overflow: hidden;
  padding: 5rem 8%;
  text-align: center;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('https://images.unsplash.com/photo-1546069901-ba9599a7e63c?w=1800&q=60') center/cover no-repeat;
  opacity: 0.1;
}

.page-hero__content {
  position: relative;
  z-index: 1;
}

.page-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}

.page-hero__label::before,
.page-hero__label::after {
  content: '';
  width: 28px; height: 1px;
  background: var(--gold);
}

.page-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 500;
  color: var(--white);
  margin-bottom: 1rem;
}

.page-hero p {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.6);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.8;
}

/* ============================================================
   MENU PAGE — CATEGORY NAV
   ============================================================ */
.menu-nav {
  background: var(--white);
  border-bottom: 1px solid var(--cream-dark);
  padding: 0 8%;
  position: sticky;
  top: 72px;
  z-index: 100;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.menu-nav::-webkit-scrollbar {
  height: 2px;
}

.menu-nav::-webkit-scrollbar-thumb {
  background: var(--gold);
}

.menu-nav__inner {
  display: flex;
  gap: 0;
  white-space: nowrap;
}

.menu-nav__link {
  display: block;
  padding: 1rem 1.2rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mid-grey);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: color 0.3s, border-color 0.3s;
  white-space: nowrap;
}

.menu-nav__link:hover {
  color: var(--maroon);
  border-bottom-color: var(--gold);
}

/* ============================================================
   MENU PAGE — CONTENT
   ============================================================ */
.menu-main {
  padding: 4rem 8%;
}

.pure-veg-banner {
  background: rgba(46,125,50,0.06);
  border: 1px solid rgba(46,125,50,0.2);
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
}

.pure-veg-banner svg {
  color: var(--green);
  flex-shrink: 0;
}

.pure-veg-banner p {
  font-size: 0.83rem;
  color: var(--green);
  font-weight: 500;
}

.menu-section {
  margin-bottom: 4.5rem;
  scroll-margin-top: 140px;
}

.menu-section__header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--cream-dark);
}

.menu-section__icon{
  width:60px;
  height:60px;
  border-radius:50%;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  border:3px solid var(--gold);
  flex-shrink:0;
  box-shadow:0 4px 14px rgba(0,0,0,0.12);
  transition:transform .35s ease;
}

.menu-section__icon img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:50%;
  transition:transform .4s ease;
}

.menu-section__icon:hover img{
  transform:scale(1.15);
}

.menu-section__icon:hover{
  transform:translateY(-2px);
}

.menu-section__icon:hover{
box-shadow:0 6px 18px rgba(198,156,109,0.45);
}

@media (max-width:768px){
.menu-section__icon{
width:50px;
height:50px;
border-width:2px;
flex-shrink:0;
}

}
.menu-section__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.9rem;
  font-weight: 500;
  color: var(--maroon);
}

.menu-section__count {
  margin-left: auto;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--light-grey);
  background: var(--cream-dark);
  padding: 0.3rem 0.8rem;
  flex-shrink: 0;
}

.menu-items-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.menu-item {
  display: flex;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(237,232,225,0.7);
  gap: 0.8rem;
}

.menu-item:nth-child(odd) {
  padding-right: 2rem;
}

.menu-item:nth-child(even) {
  padding-left: 2rem;
  border-left: 1px solid rgba(237,232,225,0.7);
}

.menu-item__dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}

.menu-item__name {
  font-size: 0.9rem;
  color: var(--charcoal);
  font-weight: 400;
}

.menu-cta {
  background: var(--maroon);
  padding: 3.5rem 8%;
  text-align: center;
  color: var(--white);
}

.menu-cta h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}

.menu-cta p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.65);
  margin-bottom: 2rem;
}

.menu-cta__buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.quick-bar {
  background: var(--white);
  border-bottom: 1px solid var(--cream-dark);
  padding: 1.2rem 8%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}

.quick-bar__item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.85rem;
  color: var(--charcoal);
}

.quick-bar__item svg {
  color: var(--maroon);
}

.quick-bar__item a {
  color: var(--maroon);
  text-decoration: none;
  font-weight: 600;
}

.contact-main {
  padding: 5rem 8%;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 5rem;
  align-items: start;
}

/* Form Card */
.contact-form-card {
  background: var(--white);
  padding: 3rem;
  box-shadow: var(--shadow-soft);
  border-top: 4px solid var(--maroon);
}

.form-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 500;
  color: var(--maroon);
  margin-bottom: 0.5rem;
}

.form-subtitle {
  font-size: 0.85rem;
  color: var(--mid-grey);
  margin-bottom: 2rem;
  line-height: 1.7;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 1.2rem;
}

.form-group label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--charcoal);
}

.form-group input,
.form-group select,
.form-group textarea {
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem;
  color: var(--charcoal);
  background: var(--cream);
  border: 1px solid var(--cream-dark);
  padding: 0.8rem 1rem;
  outline: none;
  transition: border-color 0.3s, background 0.3s;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--gold);
  background: var(--white);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239A9A9A' stroke-width='2'%3E%3Cpolyline points='6,9 12,15 18,9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
  cursor: pointer;
  background-color: var(--cream);
}

.form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  background: var(--maroon);
  color: var(--white);
  padding: 1rem 2.2rem;
  font-family: 'Jost', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  width: 100%;
  transition: background 0.3s;
  margin-top: 0.5rem;
}

.form-submit:hover {
  background: var(--maroon-dark);
}

.form-success {
  display: none;
  background: rgba(46,125,50,0.06);
  border: 1px solid rgba(46,125,50,0.25);
  padding: 1.2rem;
  margin-top: 1rem;
  text-align: center;
  color: var(--green);
  font-size: 0.88rem;
}

/* Contact Info Panel */
.contact-info-panel {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.info-block {
  background: var(--white);
  padding: 2rem;
  box-shadow: var(--shadow-soft);
  border-left: 3px solid var(--gold);
}

.info-block h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--maroon);
  margin-bottom: 1.2rem;
}

.info-line {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--cream-dark);
}

.info-line:last-child {
  border-bottom: none;
}

.info-line svg {
  color: var(--maroon);
  flex-shrink: 0;
  margin-top: 2px;
}

.info-line__text {
  font-size: 0.88rem;
  color: var(--mid-grey);
  line-height: 1.6;
}

.info-line__text strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--charcoal);
  margin-bottom: 0.1rem;
}

.info-line__text a {
  color: var(--maroon);
  text-decoration: none;
  font-weight: 500;
}

.contact-action-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.hours-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4rem;
}

.hours-row {
  font-size: 0.83rem;
  color: var(--mid-grey);
  padding: 0.3rem 0;
}

.hours-row strong {
  color: var(--charcoal);
  font-weight: 500;
}


/* ============================================================
   ABOUT PAGE
   ============================================================ */
.about-hero {
  min-height: 420px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.about-hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(74,16,16,0.94) 0%, rgba(107,26,26,0.82) 60%, rgba(30,10,10,0.70) 100%),
    url('https://images.unsplash.com/photo-1555396273-367ea4eb4db5?w=1800&q=70') center/cover;
}

.about-hero__content {
  position: relative;
  z-index: 1;
  padding: 5rem 8%;
  max-width: 700px;
}

.about-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 500;
  color: var(--white);
  margin-bottom: 1rem;
  line-height: 1.15;
}

.about-hero p {
  font-size: 1rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.8;
  max-width: 520px;
}

/* Stats Bar */
.stats-bar {
  background: var(--maroon);
  padding: 2.5rem 8%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.stat-item {
  text-align: center;
}

.stat-item__num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  font-weight: 600;
  color: var(--gold-light);
  line-height: 1;
}

.stat-item__label {
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-top: 0.4rem;
}

/* Story Section */
.story-section {
  padding: 6rem 8%;
  background: var(--white);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.story-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 500;
  color: var(--maroon);
  margin-bottom: 1.5rem;
  line-height: 1.15;
}

.story-body {
  font-size: 0.92rem;
  color: var(--mid-grey);
  line-height: 1.9;
}

.story-body p + p {
  margin-top: 1rem;
}

.story-image-wrap {
  position: relative;
}

.story-image-wrap::after {
  content: '';
  position: absolute;
  bottom: -15px; right: -15px;
  width: 80%; height: 80%;
  border: 1px solid rgba(198,156,109,0.25);
  z-index: 0;
}

.story-image-wrap img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 480px;
  object-fit: cover;
}

/* Values Section */
.values-section {
  padding: 6rem 8%;
  background: var(--cream);
}

.values-header {
  text-align: center;
  max-width: 520px;
  margin: 0 auto 3.5rem;
}

.values-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: var(--maroon);
  margin-bottom: 0.5rem;
}

.values-sub {
  font-size: 0.9rem;
  color: var(--mid-grey);
  line-height: 1.8;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.value-card {
  background: var(--white);
  padding: 2.5rem 2rem;
  border-bottom: 3px solid var(--gold);
  box-shadow: var(--shadow-soft);
  transition: transform 0.3s;
}

.value-card:hover {
  transform: translateY(-4px);
}

.value-card__icon {
  width: 52px; height: 52px;
  background: rgba(107,26,26,0.06);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
}

.value-card__icon svg {
  width: 24px; height: 24px;
  color: var(--maroon);
}

.value-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--maroon);
  margin-bottom: 0.8rem;
}

.value-card p {
  font-size: 0.85rem;
  color: var(--mid-grey);
  line-height: 1.8;
}

/* About CTA */
.about-cta {
  background: var(--maroon-dark);
  padding: 5rem 8%;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.about-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(198,156,109,0.06) 0%, transparent 70%);
}

.about-cta h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 500;
  color: var(--white);
  margin-bottom: 0.8rem;
  position: relative;
}

.about-cta p {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.55);
  margin-bottom: 2.5rem;
  position: relative;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

/* ============================================================
   KEYFRAME ANIMATIONS
   ============================================================ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes slide {
  from { left: -100%; }
  to   { left:  100%; }
}

/* ============================================================
   RESPONSIVE — TABLET (≤1100px)
   ============================================================ */
@media (max-width: 1100px) {
  .services__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ============================================================
   RESPONSIVE — TABLET (≤900px)
   ============================================================ */
@media (max-width: 900px) {
  .main-nav { display: none; }
  .hamburger { display: flex; }

  .section { padding: 4.5rem 6%; }

  .hero__badge { display: none; }
  .featured-menu__header { flex-direction: column; align-items: flex-start; }

  .about,
  .contact-preview { grid-template-columns: 1fr; gap: 3rem; }
  .about__image-wrap { max-width: 500px; }
  .about__points { grid-template-columns: 1fr; }

  .dishes-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials__grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; }

  .site-footer__grid { grid-template-columns: 1fr 1fr; }

  .story-section { grid-template-columns: 1fr; gap: 3rem; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .stats-bar { grid-template-columns: repeat(2, 1fr); }

  .contact-main { grid-template-columns: 1fr; gap: 3rem; }
  .form-row { grid-template-columns: 1fr; }

  .quick-bar { gap: 1.5rem; justify-content: flex-start; }
}

/* ============================================================
   RESPONSIVE — MOBILE (≤600px)
   ============================================================ */
@media (max-width: 600px) {
  .section { padding: 3.5rem 5%; }
  .menu-main { padding: 3rem 5%; }
  .contact-main { padding: 3rem 5%; }
  .contact-form-card { padding: 2rem; }

  .dishes-grid { grid-template-columns: 1fr; }
  .services__grid { grid-template-columns: 1fr 1fr; }

  .menu-items-grid { grid-template-columns: 1fr; }
  .menu-item:nth-child(odd) { padding-right: 0; }
  .menu-item:nth-child(even) { padding-left: 0; border-left: none; }

  .values-grid { grid-template-columns: 1fr; }
  .stats-bar { grid-template-columns: 1fr 1fr; }

  .site-footer__grid { grid-template-columns: 1fr; }
  .site-footer__bottom { flex-direction: column; text-align: center; }
}

@media (max-width: 768px) {
  .logo__name {
    font-size: 1.8rem;
  }

  .logo__icon {
    width: 60px;
    height: 60px;
  }
}

/* ==========================================
   CULINARY HIGHLIGHT SLIDER
========================================== */

.highlight-slider {
  position: relative;
  overflow: hidden;
  padding: 2rem 0;
}

.highlight-track {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

.highlight-card {
  min-width: 100%;
  text-align: center;
  padding: 1rem;
}

.highlight-card img {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
  border-radius: 8px;
}

.highlight-card h3 {
  margin-top: 1rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  color: var(--maroon);
}

.highlight-card p {
  font-size: 0.9rem;
  color: var(--mid-grey);
  margin-top: 0.5rem;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--maroon);
  color: white;
  border: none;
  padding: 0.8rem 1rem;
  cursor: pointer;
  font-size: 1.2rem;
  z-index: 2;
}

.slider-btn.prev {
  left: 10px;
}

.slider-btn.next {
  right: 10px;
}

.slider-btn:hover {
  background: var(--maroon-dark);
}

.menu-included-note{
background:#fff4e5;
border-left:5px solid #ff7a00;
padding:12px 18px;
margin:20px 0;
font-size:15px;
font-weight:500;
color:#333;
border-radius:6px;
}

/* ============================================================
   BOOKING NOTICE
   ============================================================ */

.booking-notice {
  background: var(--cream-dark);
  border-left: 4px solid var(--gold);
  padding: 1rem 1.2rem;
  margin: 1.5rem 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--mid-grey);
  border-radius: 4px;
}

.booking-notice strong {
  color: var(--maroon);
  font-weight: 600;
}

.booking-notice p {
  margin: 0;
}

.footer-note {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.6);
  margin-top: 0.5rem;
}
