
:root {
  --primary: #1a3a5c;
  --primary-dark: #007a4b;
  --secondary: #2e86ab;
  --secondary-gold: #ffc222;
  --secondary-brown: #ed274b;
  --accent-green: #007a4b;
  --accent-cream: #ffd074;
  --bg: #ffffff;
  --text: #434343;
  --gray: #909090;
  --border: #e5e7eb;
  --surface: #f5f8fd;
  --page: #ffffff;
  --font-heading: 'Merriweather', serif;
  --font-body: 'Inter', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
/* User-defined header/footer overrides */
header { background: #a59797 !important; }
header nav a, header nav a:hover, header .logo, header .logo-img-wrap { color: #703333 !important; }
footer { background: #cc7f7f !important; }
footer, footer p, footer a, .footer-brand, .footer-copy, .footer-meta { color: #623232 !important; }
/* Template-specific styles */
/* ============================================================
   Botanica Template — assets/template.css
   Palette: primary #01693a | dark-green #007a4b | coral #f3274c
            orange-red #ed274b | yellow #ffc222 | orange #ff6c00
   Fonts: Playball (decorative eyebrows), Nunito, Oswald (nav)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playball&family=Nunito:wght@300;400;600;700;800&family=Oswald:wght@400;500;600&display=swap');

/* ─── Global ──────────────────────────────────────────────── */
body {
  font-family: var(--font-body, 'Nunito', sans-serif);
  color: var(--text, #222222);
  background: var(--page, #ffffff);
  overflow-wrap: break-word;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; }

/* ─── Header ───────────────────────────────────────────────── */
.site-header-botanica {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #ffffff;
  box-shadow: 0 4px 54px 0 rgba(0,22,89,0.17);
  height: 97px;
}

.site-header-inner-botanica {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 3rem);
  height: 100%;
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.5rem);
}

.site-logo-botanica {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.site-logo-img-botanica {
  height: 73px;
  width: 150px;
  object-fit: contain;
}

.site-logo-text-botanica {
  font-family: 'Playball', cursive;
  font-size: 28px;
  color: #01693a;
  white-space: nowrap;
}

.nav-links-botanica {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2rem);
  flex: 1;
  justify-content: center;
}

.nav-link-botanica {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #212121;
  letter-spacing: 0.02em;
  transition: color 0.2s;
  white-space: nowrap;
  padding: 0.25rem 0;
}

.nav-link-botanica:hover,
.nav-link-botanica.is-active {
  color: #01693a;
}

.nav-actions-botanica {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}

.nav-cta-botanica {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 57px;
  padding: 0 clamp(1rem, 2vw, 1.5rem);
  background: #ffc222;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.8px;
  border-radius: 7px;
  white-space: nowrap;
  transition: background 0.2s, opacity 0.2s;
}

.nav-cta-botanica:hover {
  background: #e6ae1e;
}

.nav-toggle-botanica {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  margin-left: auto;
}

.nav-toggle-bar-botanica {
  display: block;
  width: 100%;
  height: 2px;
  background: #212121;
  border-radius: 2px;
  transition: transform 0.25s, opacity 0.25s;
}

/* ─── Hero ─────────────────────────────────────────────────── */
.hero-botanica {
  background: rgba(210,37,38,0.11);
  min-height: clamp(500px, 80vh, 980px);
  position: relative;
  overflow: hidden;
}

.hero-inner-botanica {
  max-width: 1600px;
  margin: 0 auto;
  padding: clamp(3rem, 8vw, 6rem) clamp(1.5rem, 5vw, 4rem);
  display: grid;
  grid-template-columns: 1fr minmax(0, 580px);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  min-height: inherit;
}

.hero-content-botanica {
  max-width: 560px;
}

.hero-heading-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(2.4rem, 6vw, 3.75rem);
  font-weight: 700;
  color: #151418;
  line-height: 1.1;
  margin-bottom: 1.25rem;
}

.hero-subheading-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(15px, 1.8vw, 16px);
  font-weight: 400;
  color: #222222;
  line-height: 1.9;
  margin-bottom: 2rem;
  max-width: 487px;
}

.hero-ctas-botanica {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.hero-cta-botanica {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 56px;
  padding: 0 1.75rem;
  border-radius: 9999px;
  font-family: 'Nunito', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  transition: opacity 0.2s, background 0.2s;
  white-space: nowrap;
}

.hero-cta-primary-botanica {
  background: #ed274b;
  color: #ffffff;
}

.hero-cta-primary-botanica:hover {
  background: #c91f3e;
}

.hero-cta-secondary-botanica {
  background: transparent;
  color: #222222;
  border: 2px solid #ffc222;
  padding: 0 1.5rem;
}

.hero-cta-secondary-botanica:hover {
  background: #ffc222;
  color: #ffffff;
}

.hero-cta-icon-botanica {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 9999px;
  flex-shrink: 0;
}

.hero-cta-primary-botanica .hero-cta-icon-botanica svg { stroke: #ed274b; }
.hero-cta-secondary-botanica .hero-cta-icon-botanica svg { stroke: #222222; }

.hero-media-botanica {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-media-image {
  width: 100%;
  max-width: 580px;
  aspect-ratio: 580 / 602;
  object-fit: cover;
  border-radius: 0;
}

/* ─── Menu Preview ─────────────────────────────────────────── */
.menu-preview-botanica {
  background: #ed274b;
  padding: clamp(2rem, 5vw, 4rem) 0;
  overflow: hidden;
}

.menu-preview-inner-botanica {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 5vw, 4rem);
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 2rem;
  align-items: center;
}

.menu-preview-sidebar-botanica {
  flex-shrink: 0;
  color: #ffffff;
}

.menu-preview-eyebrow-botanica {
  font-family: 'Playball', cursive;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.33;
  margin-bottom: 0.5rem;
}

.menu-preview-heading-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.33;
  margin-bottom: 1.5rem;
}

.menu-preview-arrows-botanica {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.menu-preview-arrow-btn-botanica {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  background: #ffffff;
  border: 1px solid #ececec;
  cursor: pointer;
  box-shadow: 3px 4px 7px rgba(0,0,0,0.1);
  transition: background 0.2s;
}

.menu-preview-arrow-btn-botanica:hover {
  background: #f3f3f3;
}

.menu-preview-cta-botanica {
  display: inline-block;
  padding: 0.6rem 1.25rem;
  border: 2px solid #ffffff;
  border-radius: 9999px;
  color: #ffffff;
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.2s;
}

.menu-preview-cta-botanica:hover {
  background: rgba(255,255,255,0.15);
}

.menu-preview-viewport-botanica {
  overflow: hidden;
}

.menu-preview-track-botanica {
  display: flex;
  gap: clamp(1rem, 2vw, 1.5rem);
  transition: transform 0.35s ease;
}

.menu-preview-card-botanica {
  flex: 0 0 188px;
  min-width: 188px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.menu-preview-card-img-botanica {
  width: 188px;
  height: 188px;
  border-radius: 95px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 5px 5px 8.75px rgba(0,0,0,0.15);
  flex-shrink: 0;
}

.menu-preview-card-img-botanica img,
.menu-preview-card-img-botanica .feature-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-preview-card-name-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  overflow-wrap: break-word;
}

.menu-preview-card-price-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

/* ─── CTA Banner Custom (Delivery) ─────────────────────────── */
.cta-banner-custom-botanica {
  padding: clamp(2rem, 5vw, 3rem) 0;
  background: #ffffff;
}

.cbc-inner-botanica {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 5vw, 4rem);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: center;
}

.cbc-eyebrow-botanica {
  font-family: 'Playball', cursive;
  font-size: 36px;
  font-weight: 400;
  color: #01693a;
  margin-bottom: 0.5rem;
  line-height: 1;
}

.cbc-heading-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 700;
  color: #222222;
  line-height: 1;
  margin-bottom: 0.75rem;
}

.cbc-body-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #434343;
  line-height: 1.714;
  margin-bottom: 1.5rem;
  max-width: 368px;
}

.cbc-phone-botanica {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.75rem;
  padding: 0.75rem 1rem;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  max-width: 373px;
}

.cbc-phone-icon-botanica {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.cbc-phone-label-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #222222;
  display: block;
}

.cbc-phone-number-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #ff7200;
  display: block;
  transition: opacity 0.2s;
}

.cbc-phone-number-botanica:hover { opacity: 0.8; }

.cbc-cta-botanica {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 56px;
  padding: 0 1.25rem 0 2rem;
  border-radius: 56px;
  background: #ed274b;
  color: #ffffff;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: background 0.2s;
}

.cbc-cta-botanica:hover { background: #c91f3e; }

.cbc-cta-icon-botanica {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #ffffff;
  border-radius: 9999px;
  flex-shrink: 0;
}

.cbc-cta-icon-botanica svg { stroke: #ed274b; }

.cbc-image-botanica {
  flex-shrink: 0;
  max-width: 413px;
}

.cbc-image-botanica img {
  width: 100%;
  max-width: 413px;
  height: 361px;
  object-fit: cover;
  border-radius: 12px;
}

.cbc-right-botanica {
  text-align: right;
}

.cbc-right-heading-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 700;
  color: #222222;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.cbc-right-body-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  color: #434343;
  line-height: 1.714;
}

/* ─── Gallery Grid (Bento) ──────────────────────────────────── */
.gallery-grid-botanica {
  padding: clamp(2rem, 4vw, 3rem) 0;
  background: #ffffff;
}

.gallery-grid-inner-botanica {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 5vw, 4rem);
}

.gallery-bento-botanica {
  display: grid;
  grid-template-columns: 625px repeat(3, 1fr);
  grid-template-rows: repeat(3, 195px);
  gap: 20px;
}

.gallery-item-botanica {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}

.gallery-item-botanica img,
.gallery-item-botanica .gallery-image,
.gallery-item-botanica .feature-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-item--large-botanica {
  grid-column: 1;
  grid-row: 1 / 4;
}

.gallery-overlay-botanica {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, transparent 55%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.5rem 2rem;
  pointer-events: none;
}

.gallery-overlay-botanica > * { pointer-events: auto; }

.gallery-overlay-eyebrow-botanica {
  font-family: 'Playball', cursive;
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0.25rem;
}

.gallery-overlay-heading-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 1.25rem;
}

.gallery-overlay-cta-botanica {
  display: inline-flex;
  align-items: center;
  height: 48px;
  padding: 0 1.5rem;
  background: #007a4b;
  color: #ffffff;
  border-radius: 48px;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 700;
  width: fit-content;
  transition: background 0.2s;
}

.gallery-overlay-cta-botanica:hover { background: #005c37; }

/* ─── Dish Cards (shared) ───────────────────────────────────── */
.dish-card-botanica {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 10px 11px 17.5px rgba(0,0,0,0.15);
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s;
}

.dish-card-botanica:hover {
  box-shadow: 10px 11px 28px rgba(0,0,0,0.2);
}

.dish-card-img-wrap-botanica {
  position: relative;
  overflow: hidden;
}

.dish-card-img-wrap-botanica img,
.dish-card-img-wrap-botanica .feature-image,
.dish-card-img-botanica {
  width: 100%;
  aspect-ratio: 297 / 295;
  object-fit: cover;
  display: block;
}

.dish-card-diet-botanica {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
}

.dish-card-body-botanica {
  padding: 1rem 1.25rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  flex: 1;
}

.dish-card-name-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  line-height: 1.5;
  overflow-wrap: break-word;
}

.dish-card-desc-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  color: #434343;
  line-height: 1.5;
}

.dish-card-footer-botanica {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 0.5rem;
}

.dish-card-price-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #007a4b;
}

.dish-card-price-old-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #d6d6d6;
  text-decoration: line-through;
  margin-left: 0.5rem;
}

.dish-card-add-botanica {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 9999px;
  background: #ececec;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s;
}

.dish-card-add-botanica:hover { background: #007a4b; }
.dish-card-add-botanica:hover svg { stroke: #ffffff; }

/* ─── Featured Dishes (Best Selling) ─────────────────────────── */
.featured-dishes-botanica,
.featured-products-botanica {
  padding: clamp(2rem, 5vw, 3.5rem) 0;
  background: #ffffff;
}

.featured-dishes-inner-botanica {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 5vw, 4rem);
}

.featured-dishes-header-botanica {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  gap: 1rem;
  flex-wrap: wrap;
}

.featured-dishes-title-row-botanica {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.featured-dishes-heading-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(26px, 3.5vw, 36px);
  font-weight: 700;
  color: #222222;
  line-height: 1.11;
}

.featured-dishes-subtitle-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #222222;
}

.featured-dishes-controls-botanica {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex-shrink: 0;
}

.dish-nav-btn-botanica {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 53px;
  border-radius: 9999px;
  background: #ffffff;
  border: 1px solid #ececec;
  cursor: pointer;
  box-shadow: 3px 4px 7px rgba(0,0,0,0.1);
  transition: background 0.2s;
}

.dish-nav-btn-botanica:hover { background: #f3f3f3; }
.dish-nav-btn--faded-botanica { opacity: 0.7; }

.featured-dishes-viewport-botanica {
  overflow: hidden;
}

.featured-dishes-track-botanica {
  display: flex;
  gap: clamp(1rem, 2vw, 1.5rem);
  transition: transform 0.35s ease;
}

.featured-dishes-track-botanica .dish-card-botanica {
  flex: 0 0 clamp(220px, 23vw, 297px);
  min-width: clamp(220px, 23vw, 297px);
}

/* Progress bar for featured variant */
.featured-progress-track-botanica {
  margin-top: 1.75rem;
  height: 8px;
  background: #ececec;
  border-radius: 10px;
  overflow: hidden;
}

.featured-progress-bar-botanica {
  height: 100%;
  background: #f3274c;
  border-radius: 10px;
  width: 50%;
  transition: width 0.35s ease;
}

/* ─── CTA Banner (Special Offer) ────────────────────────────── */
.cta-banner-botanica {
  position: relative;
  overflow: hidden;
  min-height: 673px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #ffffff;
}

.cba-left-botanica {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 6vw, 5rem) clamp(2rem, 5vw, 5rem);
  max-width: 700px;
  position: relative;
  z-index: 1;
}

.cba-eyebrow-botanica {
  font-family: 'Playball', cursive;
  font-size: 36px;
  font-weight: 400;
  color: #01693a;
  margin-bottom: 0.5rem;
  line-height: 0.67;
}

.cba-heading-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(20px, 2.5vw, 24px);
  font-weight: 700;
  color: #222222;
  line-height: 1.67;
  margin-bottom: 0.75rem;
}

.cba-body-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #434343;
  line-height: 1.714;
  margin-bottom: 1.5rem;
  max-width: 497px;
}

.cba-price-row-botanica {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.cba-price-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: #ff6c00;
}

.cba-price-old-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: 19px;
  font-weight: 800;
  color: #d1d1d1;
  text-decoration: line-through;
}

.cba-cta-botanica {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 56px;
  padding: 0 1rem 0 2rem;
  border-radius: 56px;
  background: #f3274c;
  color: #ffffff;
  font-family: 'Nunito', sans-serif;
  font-size: 11px;
  font-weight: 800;
  width: fit-content;
  transition: background 0.2s;
}

.cba-cta-botanica:hover { background: #d01f3f; }

.cba-cta-icon-botanica {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #ffffff;
  border-radius: 9999px;
  flex-shrink: 0;
}

.cba-cta-icon-botanica svg { stroke: #f3274c; }

.cba-right-botanica {
  position: relative;
  overflow: hidden;
  background: #ffd074;
  border-radius: 50px 0 0 50px;
}

.cba-image-botanica {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ─── Testimonials Preview ───────────────────────────────────── */
.testimonials-preview-botanica {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  background: #ffffff;
}

.tp-inner-botanica {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 5vw, 4rem);
  display: grid;
  grid-template-columns: 624px 1fr;
  gap: clamp(2rem, 4vw, 5rem);
  align-items: center;
}

.tp-left-botanica { flex-shrink: 0; }

.tp-image-botanica {
  width: 100%;
  max-width: 624px;
  height: 594px;
  object-fit: cover;
  border-radius: 8px;
}

.tp-eyebrow-botanica {
  font-family: 'Playball', cursive;
  font-size: 36px;
  font-weight: 400;
  color: #01693a;
  text-align: center;
  margin-bottom: 0.5rem;
  line-height: 1.11;
}

.tp-heading-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(20px, 2.5vw, 24px);
  font-weight: 700;
  color: #222222;
  text-align: center;
  line-height: 1.67;
  margin-bottom: 2rem;
}

.tp-carousel-viewport-botanica {
  overflow: hidden;
}

.tp-carousel-track-botanica {
  display: flex;
  transition: transform 0.35s ease;
}

.tp-slide-botanica {
  flex: 0 0 100%;
  min-width: 100%;
  padding: 0 0.5rem;
}

.tp-stars-botanica {
  font-size: 20px;
  color: #007a4b;
  margin-bottom: 0.75rem;
  text-align: center;
  letter-spacing: 2px;
}

.tp-quote-botanica {
  font-style: normal;
}

.tp-quote-botanica p {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #434343;
  line-height: 1.875;
  text-align: center;
  margin-bottom: 1rem;
}

.tp-author-botanica {
  text-align: center;
  display: block;
}

.tp-author-name-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #434343;
}

.tp-author-loc-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #434343;
}

.tp-dots-botanica {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.tp-dot-botanica {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000000;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s;
}

.tp-dot-botanica.is-active {
  background: #007a4b;
  box-shadow: 0 0 0 1px #007a4b;
}

/* ─── Visit Us (Fullbleed Banner) ───────────────────────────── */
.visit-us-botanica {
  padding: clamp(2rem, 4vw, 3rem) clamp(1.5rem, 5vw, 4rem);
  background: #ffffff;
}

.visit-us-inner-botanica {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  min-height: 412px;
}

.vu-bg-botanica {
  position: absolute;
  inset: 0;
}

.vu-bg-img-botanica {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vu-card-botanica {
  position: absolute;
  right: clamp(2rem, 5vw, 5rem);
  top: 50%;
  transform: translateY(-50%);
  max-width: 460px;
  background: transparent;
  text-align: center;
  padding: 1.5rem;
}

.vu-eyebrow-botanica {
  font-family: 'Playball', cursive;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 400;
  color: #01693a;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.vu-heading-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  color: #222222;
  margin-bottom: 0.75rem;
}

.vu-body-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  color: #434343;
  line-height: 1.714;
  margin-bottom: 1.5rem;
}

.vu-cta-botanica {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 56px;
  padding: 0 1rem 0 2rem;
  border-radius: 55px;
  background: #007a4b;
  color: #ffffff;
  font-family: 'Nunito', sans-serif;
  font-size: 11px;
  font-weight: 800;
  transition: background 0.2s;
}

.vu-cta-botanica:hover { background: #005c37; }

.vu-cta-botanica svg {
  display: inline-flex;
  width: 42px;
  height: 42px;
  background: #ffffff;
  border-radius: 9999px;
  padding: 10px;
}

.vu-cta-botanica svg path { stroke: #007a4b; }

/* ─── About Custom (Trust Badges) ────────────────────────────── */
.about-custom-botanica {
  padding: clamp(2rem, 4vw, 3rem) 0;
  background: #ffffff;
}

.about-custom-inner-botanica {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 5vw, 4rem);
}

.trust-badges-botanica {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
}

.trust-badge-botanica {
  border: 2px solid #d1d1d1;
  border-radius: 9px;
  padding: clamp(1.5rem, 3vw, 2.5rem) clamp(1rem, 2vw, 1.75rem);
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.trust-badge-icon-wrap-botanica {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
}

.trust-badge-title-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  line-height: 2.5;
  margin-bottom: 0;
}

.trust-badge-body-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #434343;
  line-height: 1.85;
}

/* ─── Blog Preview ───────────────────────────────────────────── */
.blog-preview-botanica {
  background: #f3f3f3;
  padding: clamp(2rem, 5vw, 4rem) 0;
}

.blog-preview-inner-botanica {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 5vw, 4rem);
}

.blog-preview-header-botanica {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  gap: 1rem;
}

.blog-preview-heading-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(26px, 3.5vw, 36px);
  font-weight: 700;
  color: #222222;
  line-height: 1.11;
}

.blog-preview-cta-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #01693a;
  border-bottom: 1px solid #01693a;
  padding-bottom: 2px;
  white-space: nowrap;
  transition: opacity 0.2s;
}

.blog-preview-cta-botanica:hover { opacity: 0.7; }

.blog-preview-grid-botanica {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
}

.blog-card-botanica {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}

.blog-card-img-wrap-botanica {
  overflow: hidden;
  border-radius: 20px;
  margin: 15px 15px 0;
}

.blog-card-img-botanica {
  width: 100%;
  height: 244px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
  transition: transform 0.3s;
}

.blog-card-botanica:hover .blog-card-img-botanica { transform: scale(1.03); }

.blog-card-body-botanica {
  padding: clamp(0.75rem, 2vw, 1.25rem) 1.25rem 1.5rem;
}

.blog-card-meta-botanica {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.blog-card-author-botanica,
.blog-card-date-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: #909090;
}

.blog-card-title-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  line-height: 1.67;
  margin-bottom: 1rem;
  overflow-wrap: break-word;
}

.blog-card-link-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #222222;
  display: inline-block;
  transition: color 0.2s;
}

.blog-card-link-botanica:hover { color: #01693a; }

/* ─── Full Menu ───────────────────────────────────────────────── */
.full-menu-botanica {
  padding: clamp(2rem, 5vw, 4rem) 0;
  background: #ffffff;
}

.full-menu-inner-botanica {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 5vw, 4rem);
}

.full-menu-heading-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(26px, 3.5vw, 36px);
  font-weight: 700;
  color: #222222;
  margin-bottom: 2.5rem;
}

.menu-category-botanica {
  margin-bottom: 3rem;
}

.menu-category-name-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 0.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #e5e7eb;
}

.menu-category-desc-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  color: #434343;
  margin-bottom: 1.5rem;
}

.menu-items-botanica {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

/* ─── About Story ────────────────────────────────────────────── */
.about-story-botanica {
  padding: clamp(2.5rem, 5vw, 5rem) 0;
  background: #ffffff;
}

.about-story-inner-botanica {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 5vw, 4rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 6rem);
  align-items: center;
}

.about-story-eyebrow-botanica {
  font-family: 'Playball', cursive;
  font-size: 36px;
  color: #01693a;
  margin-bottom: 0.5rem;
}

.about-story-heading-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  color: #222222;
  margin-bottom: 1.25rem;
  line-height: 1.15;
}

.about-story-body-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  color: #434343;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.about-story-values-botanica {
  list-style: none;
  margin: 1rem 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.about-story-values-botanica li {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  color: #222222;
  padding-left: 1.25rem;
  position: relative;
}

.about-story-values-botanica li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #01693a;
}

.about-story-cta-botanica {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 1.75rem;
  border-radius: 9999px;
  background: #01693a;
  color: #ffffff;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: background 0.2s;
}

.about-story-cta-botanica:hover { background: #005c37; }

.about-story-image-botanica img {
  width: 100%;
  height: clamp(400px, 55vw, 600px);
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

/* ─── Contact Details ─────────────────────────────────────────── */
.contact-details-botanica {
  padding: clamp(2.5rem, 5vw, 5rem) 0;
  background: #ffffff;
}

.contact-details-inner-botanica {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 5vw, 4rem);
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.contact-details-heading-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(26px, 3.5vw, 36px);
  font-weight: 700;
  color: #222222;
  margin-bottom: 2rem;
}

.contact-field-botanica {
  margin-bottom: 1.25rem;
}

.contact-field-label-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #01693a;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.25rem;
}

.contact-field-value-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  color: #222222;
  line-height: 1.5;
}

.contact-phone-link-botanica { color: #ff7200; }
.contact-phone-link-botanica:hover { text-decoration: underline; }

.contact-form-botanica {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.contact-form-row-botanica {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.contact-label-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #222222;
}

.contact-input-botanica {
  padding: 0.875rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  color: #222222;
  background: #ffffff;
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
}

.contact-input-botanica:focus { border-color: #01693a; }

.contact-textarea-botanica { resize: vertical; min-height: 140px; }

.contact-submit-botanica {
  min-height: 56px;
  padding: 0 2rem;
  background: #f3274c;
  color: #ffffff;
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  font-weight: 700;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.2s;
  align-self: flex-start;
}

.contact-submit-botanica:hover { background: #d01f3f; }

/* ─── Map ──────────────────────────────────────────────────────── */
.map-botanica {
  padding: clamp(2rem, 4vw, 3rem) 0;
  background: #ffffff;
}

.map-inner-botanica {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 5vw, 4rem);
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 2rem;
  align-items: start;
}

.map-address-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  color: #434343;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}

.map-phone-botanica,
.map-email-botanica {
  display: block;
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  color: #01693a;
  margin-bottom: 0.5rem;
  font-weight: 600;
  transition: opacity 0.2s;
}

.map-phone-botanica:hover,
.map-email-botanica:hover { opacity: 0.75; }

.map-directions-botanica {
  display: inline-block;
  margin-top: 1rem;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #01693a;
  border-bottom: 1px solid #01693a;
  transition: opacity 0.2s;
}

.map-directions-botanica:hover { opacity: 0.75; }

.map-embed-botanica {
  position: relative;
  height: clamp(280px, 40vw, 500px);
  border-radius: 12px;
  overflow: hidden;
  background: #e5e7eb;
}

.map-embed-botanica iframe {
  position: absolute;
  inset: 0;
  border: none;
  border-radius: 12px;
}

.map-placeholder-botanica {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  color: #909090;
}

.map-tabs-botanica {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.map-tab-botanica {
  padding: 0.5rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  font-weight: 600;
  background: #ffffff;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.map-tab-botanica.is-active,
.map-tab-botanica:hover {
  background: #01693a;
  color: #ffffff;
  border-color: #01693a;
}

/* ─── Hours Table ─────────────────────────────────────────────── */
.hours-table-botanica {
  padding: clamp(2.5rem, 5vw, 5rem) 0;
  background: #ffffff;
}

.hours-inner-botanica {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 5vw, 4rem);
}

.hours-heading-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(26px, 3.5vw, 36px);
  font-weight: 700;
  color: #222222;
  margin-bottom: 2rem;
}

.hours-location-botanica { margin-bottom: 2rem; }

.hours-location-name-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 0.75rem;
}

.hours-table-inner-botanica {
  width: 100%;
  border-collapse: collapse;
}

.hours-row-botanica {
  border-bottom: 1px solid #e5e7eb;
}

.hours-row-botanica:last-child { border-bottom: none; }

.hours-day-botanica,
.hours-time-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  padding: 1rem 0;
  color: #222222;
  line-height: 1.5;
}

.hours-time-botanica { text-align: right; font-weight: 600; color: #01693a; }

.hours-note-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  color: #909090;
  margin-top: 1.5rem;
  line-height: 1.6;
}

/* ─── Footer ──────────────────────────────────────────────────── */
.site-footer-botanica {
  background: #f5f8fd;
}

.footer-main-botanica {
  background: #f5f8fd;
  padding: clamp(3rem, 5vw, 5rem) 0 2rem;
}

.footer-inner-botanica {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 5vw, 4rem);
  display: grid;
  grid-template-columns: 390px 1fr 1fr 360px;
  gap: clamp(2rem, 3vw, 4rem);
  align-items: start;
}

.footer-brand-botanica {
  background: #f3274c;
  border-radius: 30px;
  padding: 2.5rem;
  color: #ffffff;
}

.footer-logo-img-botanica {
  height: 60px;
  object-fit: contain;
  margin-bottom: 1.5rem;
  filter: brightness(0) invert(1);
}

.footer-logo-text-botanica {
  font-family: 'Playball', cursive;
  font-size: 28px;
  color: #ffffff;
  display: block;
  margin-bottom: 1.5rem;
}

.footer-address-botanica,
.footer-phone-botanica,
.footer-email-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.714;
  display: block;
  margin-bottom: 0.25rem;
}

.footer-phone-botanica:hover,
.footer-email-botanica:hover { opacity: 0.8; }

.footer-col-heading-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 1.25rem;
  padding-bottom: 0.5rem;
  border-bottom: 5px solid #ffd40d;
  width: fit-content;
}

.footer-links-botanica {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-link-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  color: #434343;
  transition: color 0.2s;
}

.footer-link-botanica:hover { color: #01693a; }

.footer-newsletter-desc-botanica {
  font-family: 'Epilogue', 'Nunito', sans-serif;
  font-size: 16px;
  color: #222222;
  margin-bottom: 1.25rem;
  line-height: 1.67;
}

.footer-input-wrap-botanica { margin-bottom: 1rem; }

.footer-input-botanica {
  width: 100%;
  padding: 1rem 1.25rem;
  border: 1px solid #dedede;
  border-radius: 10px;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  color: #222222;
  background: #ffffff;
  outline: none;
  transition: border-color 0.2s;
}

.footer-input-botanica:focus { border-color: #01693a; }

.footer-submit-botanica {
  width: 100%;
  min-height: 60px;
  background: #f3274c;
  color: #ffffff;
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  font-weight: 700;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.2s;
}

.footer-submit-botanica:hover { background: #d01f3f; }

.footer-bottom-botanica {
  border-top: 10px solid #ffd40d;
  background: #f5f8fd;
  padding: clamp(0.75rem, 2vw, 1rem) 0;
}

.footer-bottom-inner-botanica {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 5vw, 4rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-copy-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  color: #434343;
}

.footer-social-botanica {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.footer-social-link-botanica {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #01693a;
  color: #ffffff;
  transition: opacity 0.2s;
}

.footer-social-link-botanica:hover { opacity: 0.8; }

/* ─── SEO / sub-pages ─────────────────────────────────────────── */
.dish-page-botanica,
.menu-cat-page-botanica {
  padding: clamp(2rem, 5vw, 4rem) 0;
  background: #ffffff;
}

.dish-page-inner-botanica,
.menu-cat-inner-botanica {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 5vw, 4rem);
}

.back-link-botanica {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #01693a;
  margin-bottom: 2rem;
  transition: opacity 0.2s;
}

.back-link-botanica:hover { opacity: 0.75; }

.dish-page-layout-botanica {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
  margin-bottom: 3rem;
}

.dish-page-img-botanica {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 20px;
}

.dish-page-name-botanica,
.menu-cat-heading-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 700;
  color: #222222;
  margin-bottom: 1rem;
}

.dish-page-price-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #007a4b;
  margin-bottom: 1rem;
}

.dish-page-desc-botanica,
.menu-cat-desc-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  color: #434343;
  line-height: 1.75;
  margin-bottom: 1.5rem;
}

.dish-page-tags-botanica {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.dish-page-tag-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #01693a;
  border: 1px solid #01693a;
  border-radius: 9999px;
  padding: 0.25rem 0.875rem;
}

.dish-page-cta-botanica,
.about-story-cta-botanica {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 1.75rem;
  border-radius: 9999px;
  background: #01693a;
  color: #ffffff;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: background 0.2s;
}

.dish-page-cta-botanica:hover { background: #005c37; }

.dish-related-heading-botanica {
  font-family: 'Nunito', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 1.5rem;
}

.dish-related-grid-botanica,
.menu-cat-grid-botanica {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

/* ─── Diet badges (required) ──────────────────────────────────── */
.diet-badge-veg .diet-badge-icon { border-color: #16a34a; }
.diet-badge-veg .diet-badge-icon span { background: #16a34a; }
.diet-badge-egg .diet-badge-icon { border-color: #ca8a04; }
.diet-badge-egg .diet-badge-icon span { background: #ca8a04; }
.diet-badge-non-veg .diet-badge-icon { border-color: #dc2626; }
.diet-badge-non-veg .diet-badge-icon span { background: #dc2626; }

/* ─── Responsive — Tablet (≤ 1100px) ─────────────────────────── */
@media (max-width: 1100px) {
  .footer-inner-botanica {
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand-botanica { grid-column: 1 / -1; max-width: 480px; }

  .hero-inner-botanica {
    grid-template-columns: 1fr;
  }
  .hero-media-botanica { display: none; }

  .gallery-bento-botanica {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 400px repeat(3, 160px);
  }
  .gallery-item--large-botanica {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .menu-items-botanica,
  .blog-preview-grid-botanica {
    grid-template-columns: repeat(2, 1fr);
  }

  .dish-related-grid-botanica,
  .menu-cat-grid-botanica {
    grid-template-columns: repeat(3, 1fr);
  }

  .cbc-inner-botanica {
    grid-template-columns: 1fr 1fr;
  }
  .cbc-image-botanica { display: none; }

  .cta-banner-botanica {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .cba-right-botanica {
    min-height: 300px;
    border-radius: 0;
  }

  .tp-inner-botanica {
    grid-template-columns: 1fr;
  }
  .tp-left-botanica { display: none; }

  .trust-badges-botanica { grid-template-columns: repeat(2, 1fr); }

  .contact-details-inner-botanica { grid-template-columns: 1fr; }

  .map-inner-botanica { grid-template-columns: 1fr; }

  .dish-page-layout-botanica { grid-template-columns: 1fr; }

  .about-story-inner-botanica { grid-template-columns: 1fr; }
}

/* ─── Responsive — Mobile (≤ 767px) ─────────────────────────── */
@media (max-width: 767px) {
  .site-header-botanica { height: 70px; }

  .nav-toggle-botanica { display: flex; }

  .nav-links-botanica {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: #ffffff;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem;
    gap: 1rem;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    z-index: 99;
  }

  .nav-links-botanica.is-open { display: flex; }

  .nav-cta-botanica { font-size: 14px; min-height: 44px; }

  .hero-heading-botanica { font-size: 2rem; }
  .hero-subheading-botanica { font-size: 15px; }

  .menu-preview-inner-botanica { grid-template-columns: 1fr; }
  .menu-preview-sidebar-botanica { text-align: center; }
  .menu-preview-arrows-botanica { justify-content: center; }

  .cbc-inner-botanica { grid-template-columns: 1fr; }
  .cbc-right-botanica { text-align: left; }

  .gallery-bento-botanica {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 280px repeat(2, 120px);
  }
  .gallery-item--large-botanica {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .featured-dishes-track-botanica .dish-card-botanica {
    flex: 0 0 clamp(200px, 75vw, 280px);
    min-width: clamp(200px, 75vw, 280px);
  }

  .trust-badges-botanica { grid-template-columns: 1fr; }

  .blog-preview-grid-botanica { grid-template-columns: 1fr; }

  .menu-items-botanica { grid-template-columns: repeat(2, 1fr); }

  .dish-related-grid-botanica,
  .menu-cat-grid-botanica { grid-template-columns: repeat(2, 1fr); }

  .footer-inner-botanica { grid-template-columns: 1fr; }

  .footer-bottom-inner-botanica { flex-direction: column; align-items: flex-start; }

  .visit-us-inner-botanica { min-height: 380px; }
  .vu-card-botanica {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    max-width: 100%;
    padding: 2rem 1.25rem;
    background: rgba(255,255,255,0.9);
    margin: auto;
  }

  .cba-left-botanica { padding: 2rem 1.25rem; }

  .tp-quote-botanica p { font-size: 14px; }

  .about-story-image-botanica img { height: 280px; }
}

/* ─── Wide (≥ 1440px) ────────────────────────────────────────── */
@media (min-width: 1440px) {
  .site-header-inner-botanica,
  .hero-inner-botanica,
  .menu-preview-inner-botanica,
  .cbc-inner-botanica,
  .gallery-grid-inner-botanica,
  .featured-dishes-inner-botanica,
  .tp-inner-botanica,
  .about-custom-inner-botanica,
  .blog-preview-inner-botanica,
  .full-menu-inner-botanica,
  .about-story-inner-botanica,
  .contact-details-inner-botanica,
  .map-inner-botanica,
  .hours-inner-botanica,
  .footer-inner-botanica,
  .footer-bottom-inner-botanica,
  .dish-page-inner-botanica,
  .menu-cat-inner-botanica {
    max-width: 1440px;
  }
}
