*{box-sizing:border-box}
:root{
  --dark:#020906;
  --green:#03170d;
  --green2:#082817;
  --gold:#d9a946;
  --gold2:#f0c154;
  --cream:#fff7e8;
  --white:#fffdf7;
  --muted:#d9d4c8;
}
html{scroll-behavior:smooth;scroll-padding-top:118px}
body{
  margin:0;
  background:#03120b;
  color:var(--white);
  font-family:Verdana,Geneva,sans-serif;
  -webkit-font-smoothing:antialiased;
  text-rendering:geometricPrecision;
}
a{text-decoration:none;color:inherit}

.topbar{
  min-height:46px;
  padding:0 4.5vw;
  background:#030806;
  color:#fff;
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:13px;
  font-weight:700;
  border-bottom:1px solid rgba(217,169,70,.18);
}
.top-left,.top-right{display:flex;gap:20px;align-items:center}
.top-left span:not(:last-child){border-right:1px solid rgba(255,255,255,.22);padding-right:18px}
.top-right a{color:#fff}

.navbar{
  position:sticky;
  top:0;
  z-index:100;
  min-height:78px;
  padding:0 4.5vw;
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:34px;
  align-items:center;
  background:rgba(2,9,6,.88);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(217,169,70,.22);
}
.brand{display:flex;align-items:center;gap:14px}
.brand-logo{width:70px;height:70px;border:1.5px solid var(--gold);border-radius:50%;display:grid;place-items:center;overflow:hidden;background:#07190f}
.brand-logo img{width:62px;height:62px;object-fit:contain}
.brand-text strong{
  display:block;
  font-family:Georgia,serif;
  font-size:25px;
  line-height:.92;
  letter-spacing:2px;
}
.brand-text small{display:block;margin-top:8px;color:var(--gold);font-size:11px;letter-spacing:3px}
.nav-links{display:flex;align-items:center;justify-content:center;gap:34px;text-transform:uppercase;font-size:13px;font-weight:800}
.nav-links a{color:white;position:relative}
.nav-links a.active,.nav-links a:hover{color:var(--gold2)}
.nav-links a.active:after,.nav-links a:hover:after{
  content:"";
  position:absolute;
  left:0;
  bottom:-14px;
  width:100%;
  height:2px;
  background:var(--gold);
}
.nav-order{
  border:1px solid var(--gold);
  color:var(--gold2);
  padding:14px 22px;
  border-radius:4px;
  text-transform:uppercase;
  font-weight:900;
  font-size:13px;
}
.menu-toggle{display:none}

.hero{
  position:relative;
  min-height:720px;
  overflow:hidden;
  background:
    radial-gradient(circle at 72% 45%,rgba(217,169,70,.12),transparent 34%),
    radial-gradient(circle at 18% 28%,rgba(0,70,38,.32),transparent 35%),
    linear-gradient(115deg,#03140d 0%,#020806 48%,#010503 100%);
}
.hero-bg{
  display:none;
}
.hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(2,9,6,.96) 0%,rgba(2,9,6,.88) 36%,rgba(2,9,6,.34) 72%,rgba(2,9,6,.12) 100%),
    linear-gradient(0deg,rgba(2,9,6,.85) 0%,transparent 28%);
}
.hero-content{
  position:relative;
  z-index:2;
  min-height:720px;
  padding:70px 4.5vw 30px;
  display:grid;
  grid-template-columns:39% 61%;
  align-items:center;
  gap:20px;
}
.eyebrow{
  color:var(--gold);
  letter-spacing:6px;
  font-weight:800;
  font-size:16px;
  margin:0 0 20px;
}
.hero h1{
  margin:0;
  font-family:Georgia,serif;
  font-size:clamp(54px,5.4vw,86px);
  line-height:1.05;
  letter-spacing:-1px;
  color:#fff;
  text-shadow:0 8px 26px rgba(0,0,0,.4);
}
.hero-sub{
  color:#fff;
  font-size:21px;
  line-height:1.48;
  max-width:570px;
  margin:24px 0 34px;
}
.hero-icons{
  display:flex;
  gap:44px;
  margin-bottom:30px;
}
.hero-icons div{text-align:center;color:white}
.hero-icons span{display:block;color:var(--gold);font-size:37px;margin-bottom:8px}
.hero-icons small{font-size:13px}
.hero-actions .primary{
  display:inline-flex;
  align-items:center;
  gap:12px;
  background:linear-gradient(135deg,#f3c654,#d69b2c);
  color:#080b04;
  padding:18px 28px;
  border-radius:5px;
  text-transform:uppercase;
  font-weight:900;
  box-shadow:0 16px 26px rgba(0,0,0,.24);
}
.hero-actions p{font-size:20px;margin:20px 0 0}
.hero-actions p a{color:var(--gold2);font-weight:900}
.hero-photo{
  position:relative;
  height:630px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
}
.hero-photo img{
  width:100%;
  max-width:940px;
  height:600px;
  object-fit:cover;
  object-position:center;
  border-radius:34px;
  opacity:.98;
  filter:drop-shadow(0 40px 50px rgba(0,0,0,.55)) saturate(1.1) contrast(1.05);
  -webkit-mask-image:radial-gradient(ellipse 78% 68% at 57% 50%,#000 62%,rgba(0,0,0,.86) 76%,transparent 100%);
  mask-image:radial-gradient(ellipse 78% 68% at 57% 50%,#000 62%,rgba(0,0,0,.86) 76%,transparent 100%);
}
.hero-photo:before{
  content:"";
  position:absolute;
  inset:40px -20px 40px 30px;
  background:radial-gradient(circle at center,rgba(217,169,70,.18),transparent 48%);
  filter:blur(30px);
}

.meal-plans{
  padding:52px 4.5vw 54px;
  background:radial-gradient(circle at center top,rgba(12,60,35,.9),#02120b 70%);
  border-top:1px solid rgba(217,169,70,.3);
  text-align:center;
}
.section-kicker{
  color:var(--gold);
  letter-spacing:6px;
  margin:0 0 10px;
  font-size:13px;
  font-weight:900;
}
.section-kicker.left{text-align:left}
.meal-plans h2,.testimonials h2,.about h2,.footer h2{
  margin:0;
  font-family:Georgia,serif;
  font-size:42px;
  color:#fff;
}
.ornament{
  width:90px;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);
  margin:16px auto 26px;
}
.plan-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}
.plan-card{
  position:relative;
  min-height:160px;
  border:1px solid rgba(217,169,70,.75);
  border-radius:7px;
  overflow:hidden;
  background:linear-gradient(120deg,rgba(3,18,11,.96),rgba(8,42,24,.9));
  display:grid;
  grid-template-columns:1.05fr .95fr;
  text-align:left;
  box-shadow:0 18px 35px rgba(0,0,0,.22);
  transition:.28s ease;
}
.plan-card:hover{transform:translateY(-8px);box-shadow:0 26px 46px rgba(0,0,0,.34)}
.plan-card img{
  width:100%;height:100%;object-fit:cover;
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 35%);
  mask-image:linear-gradient(90deg,transparent 0%,#000 35%);
}
.plan-copy{padding:28px 25px}
.plan-icon{color:var(--gold);font-size:32px}
.plan-card h3{
  margin:6px 0 10px;
  font-family:Georgia,serif;
  font-size:22px;
}
.plan-card p{font-size:14px;line-height:1.5;margin:0 0 17px;color:#fff}
.plan-card strong{color:var(--gold2);font-size:20px;font-family:Georgia,serif}
.plan-card small{font-size:15px}
.combo{
  margin-top:28px;
  color:white;
  font-weight:800;
  font-size:16px;
}

.why{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1px;
  background:#07170e;
  border-top:1px solid rgba(217,169,70,.18);
  border-bottom:1px solid rgba(217,169,70,.18);
}
.why div{
  padding:34px 30px;
  background:linear-gradient(145deg,#061d10,#03110a);
  text-align:center;
}
.why span{font-size:36px;color:var(--gold)}
.why h3{font-family:Georgia,serif;font-size:22px;margin:12px 0 8px}
.why p{color:#dcd5c7;font-size:14px;line-height:1.5;margin:0}

.about{
  display:grid;
  grid-template-columns:38% 62%;
  gap:42px;
  padding:70px 4.5vw;
  background:#fff8ea;
  color:#0d130b;
}
.about h2{color:#0d130b;margin:8px 0 18px}
.about-text p{font-size:15px;line-height:1.75;color:#2e2e28}
.stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  margin-top:28px;
}
.stats div{text-align:center;border-right:1px solid #d8c9b5;padding:0 8px}
.stats div:last-child{border-right:0}
.stats strong{display:block;font-size:27px;color:#8c561f;font-family:Georgia,serif}
.stats small{font-size:11px;color:#222}
.about-gallery{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:8px;
}
.about-gallery img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:12px;
  box-shadow:0 12px 24px rgba(0,0,0,.16);
}
.about-gallery .large{min-height:330px}
.about-gallery div{display:grid;grid-template-rows:1fr 1fr;gap:8px}

.testimonials{
  padding:58px 4.5vw 70px;
  background:linear-gradient(180deg,#fff8ea,#f7edda);
  color:#111;
  text-align:center;
}
.testimonials h2{color:#111;margin-bottom:30px}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.review-grid article{
  background:#fffdf7;
  border:1px solid #e0d2ba;
  border-top:4px solid var(--gold);
  border-radius:12px;
  padding:30px;
  text-align:left;
  box-shadow:0 12px 28px rgba(0,0,0,.08);
}
.review-grid article span{font-family:Georgia,serif;font-size:45px;color:#0b5a28}
.review-grid div{color:#e5a713}
.review-grid p{line-height:1.55;font-size:14px}
.review-grid b{font-size:13px}

.footer{
  background:linear-gradient(135deg,#020906,#092414);
  padding:56px 20px 80px;
  text-align:center;
  border-top:1px solid rgba(217,169,70,.25);
}
.footer p{color:#ddd}
.footer a{
  display:inline-block;
  margin-top:12px;
  background:linear-gradient(135deg,#f3c654,#d69b2c);
  color:#050704;
  padding:16px 28px;
  border-radius:5px;
  font-weight:900;
  text-transform:uppercase;
}

.whatsapp{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:150;
  min-width:210px;
  min-height:60px;
  padding:11px 18px 10px 62px;
  border-radius:40px;
  background:linear-gradient(135deg,#239940,#0b5b20);
  box-shadow:0 12px 25px rgba(0,0,0,.25);
  color:white;
}
.whatsapp span{
  position:absolute;
  left:14px;top:11px;
  width:38px;height:38px;
  display:grid;place-items:center;
  border-radius:50%;
  border:2px solid rgba(255,255,255,.7);
}
.whatsapp b,.whatsapp small{display:block}
.whatsapp b{font-size:13px}
.whatsapp small{font-size:12px}

@media(max-width:1000px){
  .navbar{grid-template-columns:auto auto;gap:12px}
  .brand-text strong{font-size:20px}
  .nav-links,.nav-order{display:none}
  .menu-toggle{display:block;justify-self:end;background:var(--gold);border:0;border-radius:5px;padding:7px 11px;font-size:22px}
  .nav-links.open{
    display:flex;
    grid-column:1/-1;
    flex-direction:column;
    padding:20px 0;
  }
  .hero-content,.about{grid-template-columns:1fr}
  .hero-content{padding:45px 22px 30px}
  .hero-photo{height:auto}
  .hero-photo img{height:auto}
  .hero-icons{flex-wrap:wrap;gap:20px}
  .plan-grid,.review-grid{grid-template-columns:1fr}
  .why{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .topbar{flex-direction:column;align-items:flex-start;padding:10px 18px;gap:7px}
  .top-left,.top-right{flex-wrap:wrap;gap:9px}
  .navbar{padding:8px 18px}
  .brand-logo{width:54px;height:54px}
  .brand-logo img{width:48px;height:48px}
  .brand-text small{font-size:9px;letter-spacing:1.5px}
  .hero{min-height:auto}
  .hero h1{font-size:45px}
  .hero-sub{font-size:17px}
  .hero-icons{display:grid;grid-template-columns:1fr;align-items:start}
  .meal-plans,.about,.testimonials{padding-left:20px;padding-right:20px}
  .plan-card{grid-template-columns:1fr}
  .plan-card img{height:180px;-webkit-mask-image:none;mask-image:none}
  .why{grid-template-columns:1fr}
  .stats{grid-template-columns:1fr 1fr}
  .about-gallery{grid-template-columns:1fr}
  .whatsapp{right:12px;bottom:12px}
}


/* ===== FINAL CLEAN HERO PHOTO BLEND ===== */
/* Replaces screenshot-derived header image with clean real food photograph only */
.hero-bg{
  display:none !important;
  background-image:none !important;
}

.hero{
  background:
    radial-gradient(circle at 74% 42%, rgba(217,169,70,.13), transparent 34%),
    radial-gradient(circle at 18% 28%, rgba(0,70,38,.30), transparent 36%),
    linear-gradient(115deg,#03140d 0%,#020806 48%,#010503 100%) !important;
}

.hero:after{
  background:
    linear-gradient(90deg,rgba(2,9,6,.98) 0%,rgba(2,9,6,.93) 34%,rgba(2,9,6,.38) 68%,rgba(2,9,6,.12) 100%),
    linear-gradient(0deg,rgba(2,9,6,.82) 0%,transparent 30%) !important;
}

.hero-photo{
  overflow:visible !important;
}

.hero-photo:before{
  content:"";
  position:absolute;
  inset:22px -36px 22px -70px;
  background:
    radial-gradient(ellipse at 62% 50%, rgba(217,169,70,.18), transparent 34%),
    radial-gradient(ellipse at 55% 52%, rgba(4,18,10,.78), transparent 67%);
  filter:blur(28px);
  z-index:-1;
}

.hero-photo img{
  content:url("assets/hero-food-clean.jpg");
  width:100% !important;
  max-width:940px !important;
  height:600px !important;
  object-fit:cover !important;
  object-position:center center !important;
  border-radius:0 !important;
  opacity:1 !important;
  mix-blend-mode:normal !important;
  filter:drop-shadow(0 38px 48px rgba(0,0,0,.58)) saturate(1.08) contrast(1.06) brightness(.96) !important;
  -webkit-mask-image:
    radial-gradient(ellipse 83% 72% at 58% 50%, #000 58%, rgba(0,0,0,.86) 73%, transparent 100%),
    linear-gradient(90deg, transparent 0%, rgba(0,0,0,.45) 12%, #000 25%, #000 100%);
  mask-image:
    radial-gradient(ellipse 83% 72% at 58% 50%, #000 58%, rgba(0,0,0,.86) 73%, transparent 100%),
    linear-gradient(90deg, transparent 0%, rgba(0,0,0,.45) 12%, #000 25%, #000 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

/* Remove any text/menu that was previously baked into image layers */
.hero-photo img,
.hero-bg{
  background:none !important;
}

@media(max-width:1000px){
  .hero-photo img{
    height:auto !important;
    -webkit-mask-image:linear-gradient(180deg,#000 82%,transparent 100%) !important;
    mask-image:linear-gradient(180deg,#000 82%,transparent 100%) !important;
  }
}


/* ===== SEO Footer Upgrade ===== */
.premium-footer{
  padding:0 !important;
  background:
    radial-gradient(circle at 20% 0%, rgba(217,169,70,.16), transparent 28%),
    linear-gradient(135deg,#020906,#092414 70%,#020906) !important;
  color:#fff;
  border-top:1px solid rgba(217,169,70,.28);
}

.footer-cta{
  text-align:center;
  padding:62px 20px 46px;
  max-width:980px;
  margin:0 auto;
}

.footer-cta h2{
  font-size:clamp(32px,4vw,52px);
  margin:8px 0 14px;
}

.footer-cta p{
  color:#e8dfcf;
  line-height:1.65;
  max-width:760px;
  margin:0 auto 22px;
}

.footer-buttons{
  display:flex;
  gap:14px;
  justify-content:center;
  flex-wrap:wrap;
  margin-top:22px;
}

.footer-buttons a{
  margin:0 !important;
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  min-height:48px;
}

.footer-buttons .outline{
  background:transparent !important;
  color:#f0c154 !important;
  border:1px solid rgba(240,193,84,.75);
}

.footer-grid{
  display:grid;
  grid-template-columns:1.4fr .8fr .8fr 1fr;
  gap:34px;
  padding:46px 4.5vw;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
  text-align:left;
}

.footer-grid h3{
  font-family:Georgia,serif;
  font-size:28px;
  margin:0 0 12px;
  color:#fff;
}

.footer-grid h4{
  margin:0 0 14px;
  color:#f0c154;
  text-transform:uppercase;
  letter-spacing:1.4px;
  font-size:13px;
}

.footer-grid p{
  color:#d8d0c2;
  line-height:1.7;
  margin:0 0 8px;
  font-size:14px;
}

.footer-grid a{
  display:block;
  color:#eee;
  margin:9px 0;
  font-size:14px;
}

.footer-grid a:hover{
  color:#f0c154;
}

.footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:18px 4.5vw;
  color:#cfc7b8;
  font-size:12px;
  flex-wrap:wrap;
}

.footer-bottom p{
  margin:0;
}

@media(max-width:900px){
  .footer-grid{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:620px){
  .footer-grid{
    grid-template-columns:1fr;
  }
  .footer-bottom{
    flex-direction:column;
    text-align:center;
  }
}


/* ===== 2026/2027 Logo-Inspired Theme Refresh ===== */
:root{
  --logo-green:#173d14;
  --logo-deep:#030b05;
  --logo-gold:#b77b16;
  --logo-gold-bright:#e0ad3a;
  --logo-maroon:#7e1714;
  --logo-red:#a82017;
  --logo-leaf:#5b7f1e;
  --logo-cream:#fff8ea;
  --logo-bronze:#8b4f19;
}

/* Logo-based color system: green + maroon + turmeric gold + spice red + warm cream */
body{
  background:
    radial-gradient(circle at 10% 10%, rgba(126,23,20,.08), transparent 28%),
    radial-gradient(circle at 90% 0%, rgba(183,123,22,.10), transparent 32%),
    var(--logo-cream) !important;
}

.navbar{
  background:
    linear-gradient(90deg, rgba(3,11,5,.96), rgba(23,61,20,.92), rgba(48,13,10,.88), rgba(3,11,5,.96)) !important;
  border-bottom:1px solid rgba(224,173,58,.32) !important;
}

.brand-text strong{
  color:#fffdf5;
  text-shadow:0 2px 10px rgba(126,23,20,.35);
}

.nav-links a.active,
.nav-links a:hover,
.nav-order{
  color:var(--logo-gold-bright) !important;
}

.nav-order{
  border-color:var(--logo-gold-bright) !important;
  background:linear-gradient(135deg, rgba(183,123,22,.12), rgba(126,23,20,.14));
}

.hero{
  background:
    radial-gradient(circle at 72% 36%, rgba(183,123,22,.16), transparent 34%),
    radial-gradient(circle at 19% 26%, rgba(126,23,20,.18), transparent 34%),
    linear-gradient(115deg,#030b05 0%,#09210f 46%,#220705 100%) !important;
}

.eyebrow,
.section-kicker,
.plan-card strong,
.combo,
.why span{
  color:var(--logo-gold-bright) !important;
}

.hero-actions .primary,
.footer-actions a,
.footer-buttons a,
.footer a:not(.ghost):not(.outline){
  background:linear-gradient(135deg,#e0ad3a,#b77b16 52%,#8b4f19) !important;
  color:#080704 !important;
}

.meal-plans{
  background:
    radial-gradient(circle at 12% 4%, rgba(126,23,20,.16), transparent 24%),
    radial-gradient(circle at 85% 0%, rgba(224,173,58,.14), transparent 26%),
    linear-gradient(180deg,#06180b,#092612 58%,#2a0807 100%) !important;
}

.plan-card{
  border-color:rgba(224,173,58,.65) !important;
  background:
    linear-gradient(125deg, rgba(3,11,5,.96), rgba(23,61,20,.86) 60%, rgba(126,23,20,.20)) !important;
}

.why div{
  background:
    linear-gradient(145deg,#071b0d,#0c2d14 68%,rgba(126,23,20,.22)) !important;
}

.about,
.testimonials{
  background:
    radial-gradient(circle at 8% 10%, rgba(183,123,22,.08), transparent 24%),
    radial-gradient(circle at 92% 4%, rgba(126,23,20,.07), transparent 24%),
    var(--logo-cream) !important;
}

.about h2,
.testimonials h2{
  color:#1c1308 !important;
}

.stats strong{
  color:var(--logo-maroon) !important;
}

.review-grid article{
  border-top-color:var(--logo-maroon) !important;
}

.review-grid div{
  color:var(--logo-gold) !important;
}

/* ===== Futuristic 2026/2027 footer: no boxes, fluid editorial layout ===== */
.modern-footer{
  position:relative;
  overflow:hidden;
  padding:0 !important;
  background:
    radial-gradient(circle at 14% 22%, rgba(126,23,20,.30), transparent 24%),
    radial-gradient(circle at 86% 14%, rgba(224,173,58,.18), transparent 28%),
    radial-gradient(circle at 65% 92%, rgba(91,127,30,.16), transparent 26%),
    linear-gradient(135deg,#020603 0%,#0a2410 44%,#2a0807 100%) !important;
  color:#fff;
  border-top:1px solid rgba(224,173,58,.35);
}

.footer-glow{
  position:absolute;
  inset:auto -10% -30% -10%;
  height:360px;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(224,173,58,.14), transparent 55%),
    radial-gradient(ellipse at 75% 45%, rgba(126,23,20,.20), transparent 45%);
  filter:blur(18px);
  pointer-events:none;
}

.footer-topline{
  position:relative;
  z-index:1;
  display:flex;
  justify-content:space-between;
  gap:22px;
  padding:22px 4.5vw;
  border-bottom:1px solid rgba(255,255,255,.10);
  color:#f2d58b;
  font-size:12px;
  letter-spacing:1.5px;
  text-transform:uppercase;
  flex-wrap:wrap;
}

.footer-hero{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.25fr auto;
  align-items:end;
  gap:40px;
  padding:74px 4.5vw 54px;
}

.footer-hero h2{
  max-width:780px;
  margin:8px 0 16px !important;
  font-size:clamp(40px,6vw,86px) !important;
  line-height:.98;
  letter-spacing:-1.6px;
  color:#fff !important;
}

.footer-hero-copy > p:not(.section-kicker){
  max-width:760px;
  color:#e5d9c7;
  line-height:1.75;
  font-size:17px;
  margin:0;
}

.footer-actions{
  display:flex;
  flex-direction:column;
  gap:12px;
  min-width:260px;
}

.footer-actions a{
  display:flex !important;
  align-items:center;
  justify-content:center;
  min-height:52px;
  margin:0 !important;
  padding:15px 22px !important;
  border-radius:999px !important;
  font-weight:900;
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:.5px;
  box-shadow:0 18px 32px rgba(0,0,0,.22);
}

.footer-actions .ghost{
  background:rgba(255,255,255,.05) !important;
  color:#f5d783 !important;
  border:1px solid rgba(224,173,58,.45);
  backdrop-filter:blur(10px);
}

.footer-flow{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:42px;
  padding:0 4.5vw 54px;
}

.footer-flow h4{
  margin:0 0 15px;
  color:#e0ad3a;
  font-size:13px;
  letter-spacing:2px;
  text-transform:uppercase;
}

.footer-flow a,
.footer-flow p{
  display:block;
  color:#eee0cf;
  margin:10px 0;
  line-height:1.55;
  font-size:14px;
}

.footer-flow a:hover{
  color:#e0ad3a;
}

.footer-marquee{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  gap:18px;
  overflow:hidden;
  white-space:nowrap;
  padding:18px 4.5vw;
  border-top:1px solid rgba(255,255,255,.10);
  border-bottom:1px solid rgba(255,255,255,.10);
  color:rgba(255,248,234,.78);
  text-transform:uppercase;
  letter-spacing:2px;
  font-size:12px;
}

.footer-marquee i{
  width:6px;
  height:6px;
  border-radius:50%;
  background:#e0ad3a;
  flex:0 0 auto;
}

.footer-bottom{
  position:relative;
  z-index:1;
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:20px 4.5vw 26px;
  color:#cfc3b0;
  font-size:12px;
  flex-wrap:wrap;
}

.footer-bottom p{
  margin:0;
}

/* Remove old footer box/grid styling if present */
.footer-grid,
.footer-cta,
.footer-buttons{
  display:none !important;
}

@media(max-width:900px){
  .footer-hero{
    grid-template-columns:1fr;
    align-items:start;
  }
  .footer-actions{
    flex-direction:row;
    flex-wrap:wrap;
  }
  .footer-flow{
    grid-template-columns:1fr;
    gap:24px;
  }
}

@media(max-width:620px){
  .footer-hero{
    padding:56px 20px 42px;
  }
  .footer-topline,
  .footer-flow,
  .footer-marquee,
  .footer-bottom{
    padding-left:20px;
    padding-right:20px;
  }
  .footer-actions{
    flex-direction:column;
  }
  .footer-bottom{
    text-align:center;
    flex-direction:column;
  }
}


/* RED THEME REFINEMENT */
:root{
 --logo-maroon:#7e1714;
 --logo-red:#a82017;
 --logo-red-dark:#5d0f0d;
 --logo-gold:#c08a2c;
}

.navbar{
 background:linear-gradient(90deg,#1a0505,#5d0f0d,#7e1714,#1a0505)!important;
}

.hero{
 background:
 radial-gradient(circle at 75% 40%, rgba(192,138,44,.12), transparent 30%),
 radial-gradient(circle at 15% 25%, rgba(168,32,23,.18), transparent 30%),
 linear-gradient(115deg,#130404 0%,#2b0808 50%,#4a0d0d 100%)!important;
}

.meal-plans{
 background:linear-gradient(180deg,#220707,#3a0d0d,#5d0f0d)!important;
}

.why div{
 background:linear-gradient(145deg,#2b0808,#5d0f0d)!important;
}

.section-kicker,
.eyebrow,
.plan-card strong,
.combo{
 color:#d9a946!important;
}

.plan-card{
 background:linear-gradient(135deg,#2a0808,#5d0f0d)!important;
}

.simple-footer{
 background:#180505!important;
 color:#f5f5f5;
 text-align:center;
 padding:28px 20px;
 border-top:1px solid rgba(255,255,255,.08);
}

.simple-footer p{
 margin:0;
 font-size:14px;
 letter-spacing:.4px;
}

/* remove complex footer styling */
.modern-footer,
.footer-glow,
.footer-topline,
.footer-hero,
.footer-flow,
.footer-marquee,
.footer-bottom{
 display:none!important;
}


/* FINAL GREEN THEME - MATCHING WEBSITE */
.navbar{
 background:linear-gradient(90deg,#031008,#0b2410,#13351a,#031008)!important;
}

.hero{
 background:
 radial-gradient(circle at 75% 40%, rgba(217,169,70,.10), transparent 30%),
 radial-gradient(circle at 15% 25%, rgba(20,80,40,.18), transparent 30%),
 linear-gradient(115deg,#031008 0%,#082014 50%,#0d2f1b 100%)!important;
}

.meal-plans{
 background:linear-gradient(180deg,#07160c,#0c2413,#12331c)!important;
}

.why div{
 background:linear-gradient(145deg,#081a0d,#12331c)!important;
}

.plan-card{
 background:linear-gradient(135deg,#07160c,#12331c)!important;
}

.about,
.testimonials{
 background:#fffaf1!important;
}

.simple-footer{
 background:#07160c!important;
 color:#f5f5f5!important;
}


/* ===== MATCHING DESIGN: ADDED CONTENT SECTIONS ===== */
.local-section,
.menu-preview,
.faq-section{
  padding:58px 4.5vw 62px;
  text-align:center;
  background:
    radial-gradient(circle at 12% 0%, rgba(217,169,70,.09), transparent 25%),
    linear-gradient(180deg,#fffaf1,#f7edda);
  color:#111;
}

.local-section h2,
.menu-preview h2,
.faq-section h2{
  margin:0;
  font-family:Georgia,serif;
  font-size:clamp(32px,4vw,44px);
  color:#111;
}

.local-subtitle{
  max-width:780px;
  margin:14px auto 28px;
  line-height:1.7;
  color:#333;
}

.area-chips{
  max-width:1030px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:13px;
}

.area-chips span{
  padding:12px 19px;
  border-radius:999px;
  background:linear-gradient(135deg,#092012,#12331c);
  color:#fff;
  border:1px solid rgba(217,169,70,.38);
  box-shadow:0 10px 22px rgba(0,0,0,.10);
  font-size:14px;
  font-weight:700;
}

.menu-preview{
  background:
    radial-gradient(circle at 75% 0%, rgba(217,169,70,.12), transparent 28%),
    linear-gradient(180deg,#07160c,#0c2413,#12331c) !important;
  color:#fff;
}

.menu-preview h2{
  color:#fff;
}

.preview-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
  margin-top:26px;
}

.preview-grid article{
  background:linear-gradient(135deg,#07160c,#12331c);
  border:1px solid rgba(217,169,70,.45);
  border-radius:12px;
  padding:34px 28px;
  text-align:left;
  box-shadow:0 18px 35px rgba(0,0,0,.18);
}

.preview-grid span{
  color:#d9a946;
  font-size:34px;
}

.preview-grid h3{
  margin:12px 0 10px;
  font-family:Georgia,serif;
  font-size:24px;
}

.preview-grid p{
  color:#eee;
  line-height:1.65;
  margin:0;
}

.corporate-section{
  display:grid;
  grid-template-columns:1fr 1.15fr;
  gap:34px;
  align-items:center;
  padding:64px 4.5vw;
  background:linear-gradient(135deg,#06160c,#10311b);
  color:#fff;
  border-top:1px solid rgba(217,169,70,.18);
  border-bottom:1px solid rgba(217,169,70,.18);
}

.corporate-copy h2{
  font-family:Georgia,serif;
  font-size:clamp(32px,4vw,48px);
  line-height:1.05;
  margin:8px 0 14px;
}

.corporate-copy p{
  color:#e5dfd4;
  line-height:1.75;
  max-width:680px;
}

.corporate-list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}

.corporate-list span{
  padding:18px 20px;
  border-radius:10px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(217,169,70,.24);
  color:#fff;
  font-weight:800;
}

.faq-section{
  background:#fffaf1 !important;
}

.faq-list{
  max-width:920px;
  margin:28px auto 0;
  text-align:left;
}

.faq-list details{
  background:#fffdf7;
  border:1px solid #e0d2ba;
  border-left:4px solid #0d2f1b;
  border-radius:10px;
  margin:12px 0;
  padding:18px 22px;
  box-shadow:0 10px 24px rgba(0,0,0,.06);
}

.faq-list summary{
  cursor:pointer;
  font-weight:900;
  color:#0d2f1b;
}

.faq-list p{
  margin:13px 0 0;
  line-height:1.65;
  color:#333;
}

.final-cta{
  padding:70px 4.5vw;
  text-align:center;
  color:#fff;
  background:
    radial-gradient(circle at 50% 0%, rgba(217,169,70,.16), transparent 28%),
    linear-gradient(115deg,#031008,#082014 52%,#0d2f1b);
}

.final-cta h2{
  margin:8px 0 14px;
  font-family:Georgia,serif;
  font-size:clamp(34px,5vw,58px);
}

.final-cta p{
  color:#ece7dc;
  margin:0 0 24px;
}

.final-cta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:16px 28px;
  border-radius:5px;
  background:linear-gradient(135deg,#f3c654,#d69b2c);
  color:#050704;
  font-weight:900;
  text-transform:uppercase;
}

.simple-footer{
  background:#07160c!important;
  color:#f5f5f5!important;
  text-align:center;
  padding:28px 20px!important;
  border-top:1px solid rgba(255,255,255,.08);
}

.simple-footer p{
  margin:0 0 7px;
  font-size:14px;
  letter-spacing:.4px;
}

.simple-footer small{
  display:block;
  color:#d6d0c5;
  font-size:12px;
}

@media(max-width:1000px){
  .preview-grid,
  .corporate-section{
    grid-template-columns:1fr;
  }
}

@media(max-width:640px){
  .corporate-list{
    grid-template-columns:1fr;
  }
  .local-section,
  .menu-preview,
  .faq-section,
  .corporate-section,
  .final-cta{
    padding-left:20px;
    padding-right:20px;
  }
}
