/* ===========================================================
   SS HOME FOODS — Global Stylesheet
   Theme: Fresh green + warm food tones
   =========================================================== */

:root {
  --green: #27ae60;
  --green-dark: #1e8b4e;
  --green-light: #2ecc71;
  --green-pale: #eafaf1;
  --red: #e23b2e;
  --red-dark: #c52d22;
  --amber: #f5a623;
  --ink: #1f2a24;
  --muted: #5c6b63;
  --line: #e6ece8;
  --bg: #ffffff;
  --bg-soft: #f6faf7;
  --shadow-sm: 0 4px 14px rgba(31, 42, 36, .08);
  --shadow-md: 0 12px 34px rgba(31, 42, 36, .12);
  --radius: 16px;
  --radius-sm: 10px;
  --max: 1200px;
  --font: "Poppins", "Segoe UI", system-ui, -apple-system, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

/* Tamil display text */
.tamil { font-family: "Noto Sans Tamil", var(--font); font-weight: 800; }
.hero-tamil {
  display: block; text-align: center; white-space: nowrap; font-weight: 800;
  line-height: 1.12; color: #ffe08a; font-size: clamp(1rem, 3.4vw, 2.3rem);
  letter-spacing: .3px; padding-top: 70px; margin-bottom: 4px;
}
.footer-tamil { font-family: "Noto Sans Tamil", var(--font); font-weight: 800; font-size: 1.3rem; color: var(--green-light); margin-bottom: 10px; letter-spacing: .3px; }
.no-bf-note {
  max-width: 760px; margin: 0 auto 30px; text-align: center;
  background: #fff4e5; border: 1px solid var(--amber); color: #9a5b00;
  border-radius: 14px; padding: 13px 20px; font-size: .92rem; font-weight: 600;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 22px; }

.section { padding: 80px 0; }
.section--soft { background: var(--bg-soft); }

.eyebrow {
  display: inline-block;
  color: var(--green);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: .78rem;
  margin-bottom: 12px;
}

.section-title {
  font-size: clamp(1.7rem, 3.6vw, 2.6rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 14px;
}
.section-title span { color: var(--green); }

.section-head { text-align: center; max-width: 680px; margin: 0 auto 50px; }
.section-head p { color: var(--muted); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 14px 28px;
  border-radius: 60px;
  font-weight: 700; font-size: .98rem;
  border: 2px solid transparent;
  cursor: pointer; transition: .25s ease;
  font-family: inherit;
}
.btn--primary { background: var(--green); color: #fff; box-shadow: 0 10px 24px rgba(39,174,96,.32); }
.btn--primary:hover { background: var(--green-dark); transform: translateY(-2px); }
.btn--red { background: var(--red); color: #fff; box-shadow: 0 10px 24px rgba(226,59,46,.3); }
.btn--red:hover { background: var(--red-dark); transform: translateY(-2px); }
.btn--ghost { background: #fff; color: var(--green); border-color: var(--green); }
.btn--ghost:hover { background: var(--green-pale); }
.btn--light { background: rgba(255,255,255,.16); color:#fff; border-color: rgba(255,255,255,.5); backdrop-filter: blur(4px); }
.btn--light:hover { background: rgba(255,255,255,.28); }

/* ===========================================================
   HEADER / NAV
   =========================================================== */
.topbar {
  background: var(--red);
  color: #fff;
  text-align: center;
  font-size: .85rem;
  font-weight: 600;
  padding: 8px 14px;
  letter-spacing: .3px;
}
.topbar span { font-weight: 800; }

.header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  height: 72px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand img {
  height: 54px; width: 54px; object-fit: contain;
  background: #fff; border-radius: 12px; padding: 5px;
  box-shadow: var(--shadow-sm);
}
.brand-text { line-height: 1.05; }
.brand-text strong { display: block; font-weight: 800; font-size: 1.05rem; color: var(--green); }
.brand-text small { font-size: .68rem; letter-spacing: 2px; color: var(--muted); text-transform: uppercase; }

.nav-links { display: flex; align-items: center; gap: 6px; list-style: none; }
.nav-links a {
  padding: 9px 16px; border-radius: 40px;
  font-weight: 600; font-size: .95rem; color: var(--ink);
  transition: .2s;
}
.nav-links a:hover, .nav-links a.active { background: var(--green-pale); color: var(--green-dark); }
.nav-cta { margin-left: 8px; }

.hamburger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: 0; cursor: pointer; padding: 8px;
}
.hamburger span { width: 26px; height: 3px; background: var(--ink); border-radius: 3px; transition: .3s; }
.hamburger.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ===========================================================
   HERO
   =========================================================== */
.hero {
  position: relative;
  background: linear-gradient(120deg, #e23b2e 0%, #c52d22 100%);
  color: #fff; overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.10) 2px, transparent 2px);
  background-size: 26px 26px; opacity: .5;
}
.hero-grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center;
  padding: 24px 0 90px;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.35);
  padding: 7px 16px; border-radius: 40px; font-size: .82rem; font-weight: 600; margin-bottom: 20px;
}
.hero h1 {
  font-size: clamp(2.4rem, 6vw, 4.3rem);
  font-weight: 800; line-height: 1.05; letter-spacing: -1px;
}
.hero h1 em { font-style: normal; color: #ffe08a; display: block; }
.hero-tag { font-size: 1.1rem; opacity: .95; margin: 18px 0 30px; max-width: 480px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 14px; margin-top: 38px; flex-wrap: wrap; }
.hero-stats div {
  position: relative; text-align: center; min-width: 92px;
  padding: 14px 18px 12px; border-radius: 16px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.28);
  backdrop-filter: blur(6px);
  box-shadow: 0 8px 20px rgba(0,0,0,.12);
}
.hero-stats div::before {
  content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 34px; height: 3px; border-radius: 0 0 4px 4px; background: #ffe08a;
}
.hero-stats div strong { font-size: 1.7rem; font-weight: 800; display: block; color: #ffe08a; line-height: 1.1; }
.hero-stats div span { font-size: .76rem; opacity: .92; letter-spacing: .3px; }

.hero-plate { position: relative; display: grid; place-items: center; padding: 18px 0; }
.hero-plate > .leaf-wrap { grid-row: 1; }
.hero-plate::before {
  content: ""; position: absolute; width: 96%; aspect-ratio: 1.5/1; border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(255,255,255,.28), rgba(255,255,255,0) 68%);
  z-index: 0;
}
.leaf-wrap {
  position: relative; z-index: 1; width: min(640px, 100%);
  animation: sway 7s ease-in-out infinite;
  filter: drop-shadow(0 22px 34px rgba(0,0,0,.28));
}
.leaf-wrap img { width: 100%; height: auto; display: block; }
@keyframes sway { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-12px) rotate(1deg); } }
@keyframes spinSlow { to { transform: rotate(360deg); } }
.float-card {
  position: absolute; background: #fff; color: var(--ink);
  border-radius: 14px; padding: 12px 16px; box-shadow: var(--shadow-md);
  font-weight: 700; font-size: .9rem; display: flex; align-items: center; gap: 10px;
}
.float-card small { display: block; font-weight: 500; color: var(--muted); font-size: .72rem; }
.float-card.fc1 { top: 8%; left: -4%; animation: floaty 4s ease-in-out infinite; }
/* fc2 sits in-flow just below the leaf, tucked close like the top badge */
.float-card.fc2 { position: relative; grid-row: 2; margin-top: -16px; z-index: 2; animation: floaty 4s ease-in-out infinite .8s; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* ===========================================================
   FEATURE CARDS
   =========================================================== */
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 24px; text-align: center; transition: .3s; box-shadow: var(--shadow-sm);
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--green); }
.card .ic {
  width: 60px; height: 60px; border-radius: 16px; display: grid; place-items: center;
  font-size: 1.7rem; margin: 0 auto 16px; background: var(--green-pale);
}
.card h3 { font-size: 1.12rem; margin-bottom: 8px; }
.card p { color: var(--muted); font-size: .92rem; }

/* ---------- About split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.split-media {
  border-radius: 22px; min-height: 380px;
  background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
  display: grid; place-items: center; color: #fff; position: relative; overflow: hidden;
  box-shadow: var(--shadow-md);
}
.split-media::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.12) 2px, transparent 2px);
  background-size: 24px 24px;
}
.split-media .big { font-size: 7rem; position: relative; z-index: 2; }
.split-media img { width: 82%; height: auto; position: relative; z-index: 2; margin-bottom: 26px; filter: drop-shadow(0 16px 26px rgba(0,0,0,.28)); }
.split-media .cap { position: absolute; bottom: 22px; z-index:2; font-weight: 700; background: rgba(0,0,0,.18); padding: 7px 18px; border-radius: 40px; backdrop-filter: blur(3px); }
.check-list { list-style: none; margin-top: 22px; display: grid; gap: 16px; }
.check-list li { display: flex; gap: 14px; align-items: flex-start; }
.check-list li::before {
  content: "✓"; flex: none; width: 26px; height: 26px; border-radius: 50%;
  background: var(--green); color: #fff; display: grid; place-items: center;
  font-size: .8rem; font-weight: 800; margin-top: 2px;
}
.check-list li > div { flex: 1; }
.check-list b { display: block; font-size: 1rem; margin-bottom: 2px; }
.check-list span { display: block; color: var(--muted); font-size: .9rem; line-height: 1.5; }

/* ===========================================================
   COMPARISON TABLE
   =========================================================== */
.compare-wrap { overflow-x: auto; border-radius: var(--radius); box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
table.compare { width: 100%; border-collapse: collapse; min-width: 640px; background: #fff; }
table.compare th, table.compare td { padding: 16px 18px; text-align: center; border-bottom: 1px solid var(--line); }
table.compare thead th { background: var(--ink); color: #fff; font-size: .92rem; }
table.compare thead th.us { background: var(--green); }
table.compare tbody td:first-child, table.compare thead th:first-child { text-align: left; font-weight: 600; }
table.compare .yes { color: var(--green); font-weight: 800; }
table.compare .no { color: #c0392b; font-weight: 700; }
table.compare tbody tr:hover { background: var(--bg-soft); }
table.compare td.us-col { background: var(--green-pale); font-weight: 600; }

/* ===========================================================
   SUBSCRIPTION / PLANS
   =========================================================== */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; align-items: stretch; }
.plan {
  background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 34px 28px;
  display: flex; flex-direction: column; box-shadow: var(--shadow-sm); transition: .3s;
}
.plan:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.plan.featured { border: 2px solid var(--green); position: relative; }
.plan.featured::before {
  content: "MOST POPULAR"; position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--green); color: #fff; font-size: .68rem; font-weight: 800; letter-spacing: 1px;
  padding: 5px 16px; border-radius: 30px;
}
.plan h3 { font-size: 1.25rem; }
.plan .price { font-size: 2.6rem; font-weight: 800; color: var(--green); margin: 10px 0 2px; }
.plan .price small { font-size: .9rem; color: var(--muted); font-weight: 500; }
.plan .per { color: var(--muted); font-size: .85rem; margin-bottom: 18px; }
.plan ul { list-style: none; display: grid; gap: 11px; margin-bottom: 24px; }
.plan ul li { display: flex; gap: 9px; font-size: .93rem; }
.plan ul li::before { content: "✓"; color: var(--green); font-weight: 900; }
.plan .btn { margin-top: auto; justify-content: center; }

/* ===========================================================
   REVIEWS SLIDER
   =========================================================== */
.reviews-head { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 8px; }
.gmaps-pill {
  display: inline-flex; align-items: center; gap: 9px; background: #fff; border: 1px solid var(--line);
  padding: 8px 16px; border-radius: 40px; box-shadow: var(--shadow-sm); font-weight: 600; font-size: .9rem;
}
.gmaps-pill .stars { color: var(--amber); letter-spacing: 1px; }

/* Continuous right-to-left auto-scrolling Google reviews marquee */
.reviews-marquee {
  overflow: hidden; margin-top: 40px; width: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.marquee-track {
  display: flex; gap: 22px; width: max-content;
  animation: marquee 45s linear infinite;
}
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.review { flex: 0 0 360px; }
.review-card {
  background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 30px 28px;
  box-shadow: var(--shadow-sm); height: 100%; display: flex; flex-direction: column;
}
.review-card .r-head { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.review-card .g-logo { flex: none; }
.review-card .stars { color: var(--amber); font-size: 1.1rem; letter-spacing: 2px; }
.review-card .quote { font-size: 1rem; color: var(--ink); font-style: italic; margin-bottom: 20px; flex: 1; }
.review-meta { display: flex; align-items: center; gap: 12px; }
.review-meta .avatar {
  width: 46px; height: 46px; border-radius: 50%; background: var(--green); color: #fff;
  display: grid; place-items: center; font-weight: 800; flex: none;
}
.review-meta b { display: block; }
.review-meta span { font-size: .8rem; color: var(--muted); }
@media (max-width: 560px) { .review { flex-basis: 290px; } }

/* ===========================================================
   DELIVERY STRIP
   =========================================================== */
.delivery {
  background: linear-gradient(120deg, var(--green) 0%, var(--green-dark) 100%);
  color: #fff; border-radius: 24px; padding: 50px; text-align: center; position: relative; overflow: hidden;
}
.delivery::before {
  content: "🛵"; position: absolute; font-size: 13rem; opacity: .08; right: -10px; bottom: -40px;
}
.delivery h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); }
.delivery p { max-width: 620px; margin: 12px auto 0; opacity: .95; }
.delivery .pills { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 26px; }
.delivery .pills span {
  background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.35);
  padding: 9px 18px; border-radius: 40px; font-weight: 600; font-size: .9rem;
}

/* ===========================================================
   MENU PAGE
   =========================================================== */
.page-hero {
  background: linear-gradient(120deg, var(--green) 0%, var(--green-dark) 100%);
  color: #fff; padding: 60px 0; text-align: center; position: relative; overflow: hidden;
}
.page-hero::after {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.1) 2px, transparent 2px); background-size: 24px 24px;
}
.page-hero h1 { font-size: clamp(2rem, 5vw, 3rem); font-weight: 800; position: relative; z-index: 2; }
.page-hero p { opacity: .95; position: relative; z-index: 2; margin-top: 8px; }
.crumbs { position: relative; z-index: 2; font-size: .85rem; opacity: .9; margin-bottom: 10px; }
.crumbs a:hover { text-decoration: underline; }

.day-tabs { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-bottom: 14px; }
.day-tab {
  padding: 11px 24px; border-radius: 40px; border: 2px solid var(--line); background: #fff;
  font-weight: 700; cursor: pointer; transition: .2s; font-family: inherit; font-size: .95rem; color: var(--ink);
}
.day-tab:hover { border-color: var(--green); }
.day-tab.active { background: var(--green); color: #fff; border-color: var(--green); }

.diet-toggle { display: flex; gap: 8px; justify-content: center; margin-bottom: 40px; }
.diet-toggle button {
  padding: 8px 20px; border-radius: 40px; border: 2px solid var(--line); background: #fff;
  font-weight: 600; cursor: pointer; font-family: inherit; transition: .2s; display: inline-flex; gap: 7px; align-items: center;
}
.diet-toggle button.active.veg { background: var(--green-pale); border-color: var(--green); color: var(--green-dark); }
.diet-toggle button.active.nonveg { background: #fdecea; border-color: var(--red); color: var(--red-dark); }

.day-panel { display: none; }
.day-panel.active { display: block; animation: fade .4s ease; }
@keyframes fade { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

.meal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.meal {
  background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden;
  box-shadow: var(--shadow-sm); transition: .3s; display: flex; flex-direction: column;
}
.meal:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.meal-top {
  padding: 18px 20px; color: #fff; display: flex; align-items: center; justify-content: space-between;
  font-weight: 700;
}
.meal-top.breakfast { background: linear-gradient(120deg,#f5a623,#e08e0b); }
.meal-top.lunch { background: linear-gradient(120deg,#27ae60,#1e8b4e); }
.meal-top.dinner { background: linear-gradient(120deg,#5b3cc4,#3f288f); }
.meal-top .time { font-size: .72rem; font-weight: 600; opacity: .9; }
.meal-body { padding: 20px; flex: 1; }
.dish { display: flex; gap: 10px; align-items: flex-start; padding: 9px 0; border-bottom: 1px dashed var(--line); }
.dish:last-child { border-bottom: 0; }
.dot { flex: none; width: 16px; height: 16px; border: 2px solid; border-radius: 4px; display: grid; place-items: center; margin-top: 4px; }
.dot::after { content: ""; width: 7px; height: 7px; border-radius: 50%; }
.dot.veg { border-color: var(--green); }
.dot.veg::after { background: var(--green); }
.dot.nonveg { border-color: var(--red); }
.dot.nonveg::after { background: var(--red); }
.dish b { font-size: .96rem; }
.dish small { color: var(--muted); font-size: .8rem; display: block; }
.meal-foot { padding: 0 20px 18px; }
.meal-foot .price { color: var(--green); font-weight: 800; font-size: 1.15rem; }
.meal-foot .price small { color: var(--muted); font-weight: 500; font-size: .78rem; }

.diet-hide { display: none !important; }

/* Rotation note + meal-type menu layout */
.menu-note {
  background: var(--green-pale); border: 1px solid var(--green); border-radius: 14px;
  padding: 16px 22px; max-width: 880px; margin: 0 auto 30px; color: var(--green-dark);
  font-size: .92rem; text-align: center; line-height: 1.55;
}
.menu-note b { color: var(--green-dark); }
.meal--full { max-width: 940px; margin: 0 auto; }
.meal--full .meal-body { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; }
.meal-subhead {
  grid-column: 1 / -1; font-weight: 700; font-size: .82rem; letter-spacing: .5px;
  text-transform: uppercase; margin: 14px 0 2px; display: flex; align-items: center; gap: 8px;
}
.meal-subhead.veg { color: var(--green-dark); }
.meal-subhead.nonveg { color: var(--red-dark); }
.meal-foot .price small.adv { color: var(--amber); font-weight: 700; }
@media (max-width: 760px) { .meal--full .meal-body { grid-template-columns: 1fr; } }

/* ===========================================================
   CONTACT PAGE
   =========================================================== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.info-card {
  background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 22px;
  display: flex; gap: 16px; align-items: flex-start; box-shadow: var(--shadow-sm); margin-bottom: 18px;
}
.info-card .ic { flex: none; width: 50px; height: 50px; border-radius: 12px; background: var(--green-pale); display: grid; place-items: center; font-size: 1.4rem; }
.info-card h4 { font-size: 1.05rem; margin-bottom: 3px; }
.info-card p { color: var(--muted); font-size: .92rem; }
.info-card a { color: var(--green-dark); font-weight: 600; }

.map-embed { border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-md); border: 1px solid var(--line); }
.map-embed iframe { width: 100%; height: 100%; min-height: 420px; border: 0; display: block; }

.contact-form { display: grid; gap: 14px; }
.contact-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field label { font-weight: 600; font-size: .85rem; display: block; margin-bottom: 5px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px;
  font-family: inherit; font-size: .95rem; background: var(--bg-soft);
}
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--green); background: #fff; }
.form-note { font-size: .85rem; color: var(--muted); }
.form-ok { display: none; background: var(--green-pale); color: var(--green-dark); padding: 12px 16px; border-radius: 10px; font-weight: 600; }
.form-ok.show { display: block; }

.hours-list { list-style: none; }
.hours-list li { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px dashed var(--line); font-size: .93rem; }
.hours-list li span:last-child { color: var(--green-dark); font-weight: 600; }

/* ===========================================================
   FOOTER
   =========================================================== */
.footer { background: var(--ink); color: #cdd6d0; padding: 60px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 34px; }
.footer .brand-text strong { color: #fff; }
.footer .brand-text small { color: #8fa399; }
.footer p { font-size: .9rem; margin-top: 14px; max-width: 280px; }
.footer h5 { color: #fff; margin-bottom: 16px; font-size: 1rem; }
.footer ul { list-style: none; display: grid; gap: 10px; }
.footer ul a, .footer ul li { font-size: .9rem; color: #cdd6d0; }
.footer ul a:hover { color: var(--green-light); }
.socials { display: flex; gap: 10px; margin-top: 16px; }
.socials a { width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,.08); display: grid; place-items: center; font-size: 1.1rem; transition: .2s; }
.socials a:hover { background: var(--green); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 40px; padding-top: 22px; text-align: center; font-size: .85rem; color: #8fa399; }

/* ===========================================================
   SUBSCRIPTION POPUP MODAL
   =========================================================== */
.modal-overlay {
  position: fixed; inset: 0; background: rgba(15,25,20,.62); backdrop-filter: blur(4px);
  display: none; place-items: center; z-index: 200; padding: 20px;
  opacity: 0; transition: opacity .3s;
}
.modal-overlay.show { display: grid; opacity: 1; }
.modal {
  background: #fff; border-radius: 24px; max-width: 720px; width: 100%; overflow: hidden;
  display: grid; grid-template-columns: 1fr 1.1fr; box-shadow: 0 40px 90px rgba(0,0,0,.4);
  transform: scale(.9); transition: transform .35s cubic-bezier(.34,1.56,.64,1);
}
.modal-overlay.show .modal { transform: scale(1); }
.modal-left {
  background: linear-gradient(150deg, var(--green) 0%, var(--green-dark) 100%); color: #fff;
  padding: 38px 30px; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden;
}
.modal-left::before { content:"🍱"; position: absolute; font-size: 9rem; opacity: .12; bottom: -20px; right: -10px; }
.modal-left .tag { font-size: .75rem; font-weight: 700; letter-spacing: 2px; opacity: .9; text-transform: uppercase; }
.modal-left .big-price { font-size: 3.2rem; font-weight: 800; line-height: 1; margin: 12px 0 4px; }
.modal-left .big-price small { font-size: 1rem; font-weight: 600; }
.modal-left .strike { text-decoration: line-through; opacity: .7; font-size: 1rem; }
.modal-left ul { list-style: none; margin-top: 20px; display: grid; gap: 10px; position: relative; z-index: 2; }
.modal-left ul li { display: flex; gap: 9px; font-size: .92rem; }
.modal-left ul li::before { content: "✓"; font-weight: 900; }
.modal-right { padding: 38px 32px; display: flex; flex-direction: column; justify-content: center; }
.modal-right h3 { font-size: 1.5rem; font-weight: 800; line-height: 1.2; }
.modal-right p { color: var(--muted); font-size: .92rem; margin: 10px 0 20px; }
.modal-right .btn { justify-content: center; width: 100%; margin-bottom: 10px; }
.modal-close {
  position: absolute; top: 14px; right: 16px; z-index: 5; width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,.9); border: 0; cursor: pointer; font-size: 1.2rem; color: var(--ink);
  display: grid; place-items: center; box-shadow: var(--shadow-sm);
}
.modal-close:hover { background: #fff; transform: rotate(90deg); transition: .3s; }

/* Floating chat-like subscription nudge */
.sub-fab {
  position: fixed; bottom: 22px; right: 22px; z-index: 90;
  background: var(--green); color: #fff; border: 0; cursor: pointer;
  border-radius: 50px; padding: 14px 22px; font-weight: 700; font-family: inherit; font-size: .95rem;
  box-shadow: 0 14px 30px rgba(39,174,96,.4); display: flex; align-items: center; gap: 9px;
  animation: pulse 2.4s infinite;
}
@keyframes pulse { 0%,100% { box-shadow: 0 14px 30px rgba(39,174,96,.4); } 50% { box-shadow: 0 14px 44px rgba(39,174,96,.7); } }
.sub-fab:hover { background: var(--green-dark); }

/* Floating WhatsApp + Call action buttons (stacked above the subscribe FAB) */
.fab-stack {
  position: fixed; right: 24px; bottom: 88px; z-index: 91;
  display: flex; flex-direction: column; gap: 12px;
}
.fab-btn {
  width: 54px; height: 54px; border-radius: 50%;
  display: grid; place-items: center; color: #fff;
  box-shadow: 0 10px 26px rgba(0,0,0,.28); transition: transform .2s ease, box-shadow .2s ease;
}
.fab-btn svg { width: 28px; height: 28px; display: block; }
.fab-btn:hover { transform: translateY(-3px) scale(1.06); }
.fab-wa { background: #25D366; }
.fab-wa:hover { box-shadow: 0 14px 30px rgba(37,211,102,.55); }
.fab-call { background: var(--green-dark); animation: ring 2.2s ease-in-out infinite; }
.fab-call:hover { box-shadow: 0 14px 30px rgba(30,139,78,.55); }
@keyframes ring { 0%,60%,100% { transform: rotate(0); } 70% { transform: rotate(-12deg); } 80% { transform: rotate(12deg); } 90% { transform: rotate(-6deg); } }

/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-actions, .hero-stats { justify-content: center; }
  .hero-plate { order: -1; }
  .float-card.fc1 { left: 2%; }
  .float-card.fc2 { right: auto; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; }
  .plans { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .meal-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .modal { grid-template-columns: 1fr; max-width: 420px; }
  .modal-left { display: none; }
}

@media (max-width: 760px) {
  .section { padding: 56px 0; }
  .nav-links {
    position: fixed; top: 0; right: -100%; height: 100vh; width: 78%; max-width: 320px;
    background: #fff; flex-direction: column; align-items: stretch; gap: 4px; padding: 90px 22px 30px;
    box-shadow: -10px 0 40px rgba(0,0,0,.15); transition: right .35s ease; z-index: 55;
  }
  .nav-links.open { right: 0; }
  .nav-links a { padding: 14px 16px; border-radius: 12px; font-size: 1.05rem; }
  .nav-cta { margin: 8px 0 0; }
  .nav-cta .btn { width: 100%; justify-content: center; }
  .hamburger { display: flex; z-index: 60; }
  .nav-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.4); display: none; z-index: 54; }
  .nav-overlay.show { display: block; }
}

@media (max-width: 560px) {
  .cards { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .delivery { padding: 34px 22px; }
  .hero-stats { gap: 18px; }
  .sub-fab span.lbl { display: none; }
  .sub-fab { padding: 16px; border-radius: 50%; }
}
