/* ===========================================================
   SUBAH BOX — Website styles
   Brand: green #2C3E2C · orange #FF8C42 · yellow #FFB627 · cream
   Fonts: Fraunces (display) · Poppins (body)
   =========================================================== */

:root {
  --green: #2C3E2C;
  --green-deep: #1F2D1F;
  --orange: #FF8C42;
  --orange-deep: #F4791F;
  --yellow: #FFB627;
  --cream: #FBF6EC;
  --cream-2: #F4ECDB;
  --kraft: #E8D9BE;
  --ink: #2B2B26;
  --muted: #6B6F66;
  --white: #ffffff;

  --radius: 22px;
  --radius-sm: 14px;
  --shadow: 0 18px 40px -18px rgba(44, 62, 44, 0.28);
  --shadow-soft: 0 10px 30px -16px rgba(44, 62, 44, 0.25);
  --maxw: 1160px;
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Poppins", system-ui, -apple-system, sans-serif;
}

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

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

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

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

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

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-body); font-weight: 600; font-size: 1rem;
  border: none; border-radius: 999px; cursor: pointer;
  padding: 14px 26px; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  white-space: nowrap;
}
.btn svg { flex: 0 0 auto; }
.btn--lg { padding: 16px 32px; font-size: 1.05rem; }
.btn--sm { padding: 10px 18px; font-size: .92rem; }
.btn--block { width: 100%; }
.btn--primary { background: var(--orange); color: #fff; box-shadow: 0 12px 24px -10px rgba(244,121,31,.7); }
.btn--primary:hover { background: var(--orange-deep); transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--green); border: 2px solid rgba(44,62,44,.18); }
.btn--ghost:hover { border-color: var(--green); background: rgba(44,62,44,.04); transform: translateY(-2px); }
.btn--white { background: #fff; color: var(--green); box-shadow: 0 14px 30px -14px rgba(0,0,0,.45); }
.btn--white:hover { transform: translateY(-2px); }

/* ---------- Eyebrow / section heads ---------- */
.eyebrow {
  display: inline-block; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  font-size: .74rem; color: var(--orange-deep);
  background: rgba(255,140,66,.12); padding: 7px 14px; border-radius: 999px; margin-bottom: 18px;
}
.eyebrow--center { display: inline-block; }
.eyebrow--light { color: var(--yellow); background: rgba(255,182,39,.16); }

.section { padding: 92px 0; }
.section--cream { background: var(--cream-2); }
.section--green { background: var(--green); }
.section__head { text-align: center; max-width: 680px; margin: 0 auto 56px; }
.section__title {
  font-family: var(--font-display); font-weight: 700; color: var(--green);
  font-size: clamp(1.9rem, 4vw, 2.8rem); line-height: 1.12; letter-spacing: -.01em;
}
.section__title--light { color: var(--cream); }
.section__lead { margin-top: 16px; color: var(--muted); font-size: 1.06rem; }

/* ---------- Announcement bar ---------- */
.announce {
  background: var(--green); color: var(--cream); font-size: .85rem; letter-spacing: .01em;
}
.announce__inner { display: flex; justify-content: center; align-items: center; min-height: 38px; text-align: center; }

/* ---------- Navbar ---------- */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(251,246,236,.82); backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid rgba(44,62,44,.08); transition: box-shadow .25s ease, background .25s ease;
}
.nav.scrolled { box-shadow: 0 8px 28px -22px rgba(0,0,0,.5); background: rgba(251,246,236,.95); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; min-height: 70px; }

.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand__seal {
  width: 42px; height: 42px; border-radius: 50%; overflow: hidden; flex: 0 0 auto;
  background: var(--cream); box-shadow: 0 0 0 2px rgba(44,62,44,.12);
}
.brand__seal img { width: 100%; height: 100%; object-fit: cover; }
.brand__text {
  font-family: var(--font-display); font-weight: 900; font-size: 1.32rem; letter-spacing: .02em;
  color: var(--green); line-height: 1;
}
.brand__text .o { color: var(--orange); }

.nav__links { display: flex; align-items: center; gap: 28px; }
.nav__links > a:not(.btn) {
  font-weight: 500; font-size: .96rem; color: var(--green); position: relative; padding: 4px 0;
}
.nav__links > a:not(.btn)::after {
  content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px;
  background: var(--orange); transition: width .22s ease;
}
.nav__links > a:not(.btn):hover::after { width: 100%; }
.nav__cta { margin-left: 6px; }

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

/* ---------- Hero ---------- */
.hero { position: relative; padding: 70px 0 84px; overflow: hidden; }
.hero__blob { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .5; z-index: 0; }
.hero__blob--1 { width: 460px; height: 460px; background: radial-gradient(circle, rgba(255,182,39,.34), transparent 65%); top: -120px; right: -120px; }
.hero__blob--2 { width: 380px; height: 380px; background: radial-gradient(circle, rgba(44,62,44,.12), transparent 65%); bottom: -140px; left: -120px; }

.hero__inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center;
}
.hero__title {
  font-family: var(--font-display); font-weight: 900; color: var(--green);
  font-size: clamp(2.4rem, 5.4vw, 4rem); line-height: 1.05; letter-spacing: -.02em;
}
.hero__title .accent { color: var(--orange); }
.hero__sub { margin: 22px 0 30px; font-size: 1.12rem; color: var(--muted); max-width: 520px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; }
.hero__chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.chip {
  background: var(--white); border: 1px solid rgba(44,62,44,.1); color: var(--green);
  font-weight: 500; font-size: .9rem; padding: 8px 15px; border-radius: 999px; box-shadow: var(--shadow-soft);
}

.hero__media { position: relative; }
.hero__photo {
  position: relative; border-radius: 28px; overflow: visible;
}
.hero__photo > img {
  width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 28px;
  box-shadow: var(--shadow); border: 7px solid #fff;
}
.hero__seal {
  position: absolute; top: -22px; left: -22px; width: 96px; height: 96px; border-radius: 50%;
  overflow: hidden; border: 5px solid #fff; box-shadow: var(--shadow-soft); background: var(--cream);
}
.hero__seal img { width: 100%; height: 100%; object-fit: cover; }
.hero__badge {
  position: absolute; bottom: -18px; right: -14px; background: var(--green); color: #fff;
  border-radius: 18px; padding: 14px 20px; text-align: center; box-shadow: var(--shadow);
  border: 3px solid var(--yellow);
}
.hero__badge strong { display: block; font-family: var(--font-display); font-size: 1.7rem; line-height: 1; color: var(--yellow); }
.hero__badge small { font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; opacity: .9; }

/* ---------- USP strip ---------- */
.usp { background: var(--green); }
.usp__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 30px 24px;
}
.usp__item { display: flex; align-items: center; gap: 14px; color: var(--cream); }
.usp__icon {
  font-size: 1.5rem; width: 50px; height: 50px; flex: 0 0 auto; display: grid; place-items: center;
  background: rgba(255,255,255,.08); border-radius: 14px;
}
.usp__item strong { display: block; font-size: 1rem; color: #fff; }
.usp__item small { color: rgba(255,255,255,.7); font-size: .85rem; }

/* ---------- Menu cards ---------- */
.menu__grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 26px; }
.menu__grid .card { flex: 0 1 calc((100% - 52px) / 3); }
.card {
  background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-soft);
  display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease;
  border: 1px solid rgba(44,62,44,.05);
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.card__media { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.card:hover .card__media img { transform: scale(1.05); }
.card__media--grad { display: grid; place-items: center; }
.grad--bhel { background: linear-gradient(135deg, #FFB627, #FF8C42); }
.grad--wrap { background: linear-gradient(135deg, #6FA15A, #2C3E2C); }
.card__emoji { font-size: 4.2rem; filter: drop-shadow(0 8px 14px rgba(0,0,0,.18)); }
.tag {
  position: absolute; top: 12px; left: 12px; background: var(--green); color: #fff;
  font-size: .76rem; font-weight: 600; padding: 6px 12px; border-radius: 999px; letter-spacing: .02em;
}
.tag--star { background: var(--yellow); color: var(--green-deep); }

.card__body { padding: 20px 20px 22px; display: flex; flex-direction: column; flex: 1; }
.card__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; margin-bottom: 8px; }
.card__top h3 { font-family: var(--font-display); font-weight: 700; color: var(--green); font-size: 1.18rem; line-height: 1.2; }
.protein {
  flex: 0 0 auto; background: rgba(111,161,90,.16); color: #4b7a39; font-weight: 600;
  font-size: .76rem; padding: 5px 10px; border-radius: 999px; white-space: nowrap;
}
.card__body p { color: var(--muted); font-size: .92rem; flex: 1; }
.card__tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 14px 0 16px; }
.card__tags span {
  font-size: .72rem; font-weight: 500; color: var(--green); background: var(--cream-2);
  padding: 4px 10px; border-radius: 999px;
}
.menu__note { text-align: center; margin-top: 40px; color: var(--muted); }
.menu__note a { color: var(--orange-deep); font-weight: 600; }

/* ---------- Fresh & wholesome band ---------- */
.freshband { background: #fff; padding: 96px 0; }
.freshband__inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}
.freshband__media { position: relative; padding-bottom: 36px; padding-right: 26px; }
.freshband__img-main {
  width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius);
  box-shadow: var(--shadow); border: 6px solid #fff;
}
.freshband__img-sub {
  position: absolute; right: -6px; bottom: 0; width: 46%; aspect-ratio: 4/3; object-fit: cover;
  border-radius: var(--radius-sm); box-shadow: var(--shadow); border: 5px solid #fff;
}
.freshband__badge {
  position: absolute; top: 16px; left: -10px; background: var(--green); color: #fff;
  font-weight: 600; font-size: .85rem; padding: 9px 16px; border-radius: 999px;
  box-shadow: var(--shadow-soft); border: 2px solid var(--yellow);
}
.freshband__copy .section__title { text-align: left; }
.freshband__copy .section__lead { margin: 16px 0 22px; }
.freshband__list { list-style: none; margin: 0 0 28px; display: grid; gap: 12px; }
.freshband__list li {
  font-weight: 500; color: var(--green); font-size: 1rem;
  background: var(--cream); border-radius: 12px; padding: 12px 16px;
}

/* ---------- Features ---------- */
.feature__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature {
  background: #fff; border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow-soft);
  border: 1px solid rgba(44,62,44,.05); transition: transform .25s ease;
}
.feature:hover { transform: translateY(-5px); }
.feature__icon {
  font-size: 1.7rem; width: 60px; height: 60px; display: grid; place-items: center;
  background: var(--cream); border-radius: 16px; margin-bottom: 18px;
}
.feature h3 { font-family: var(--font-display); font-weight: 700; color: var(--green); font-size: 1.22rem; margin-bottom: 8px; }
.feature p { color: var(--muted); font-size: .95rem; }

/* ---------- Steps ---------- */
.steps { display: flex; align-items: stretch; justify-content: center; gap: 8px; flex-wrap: wrap; }
.step {
  background: var(--cream-2); border-radius: var(--radius); padding: 34px 28px; text-align: center;
  flex: 1 1 240px; max-width: 320px; position: relative; border: 1px solid rgba(44,62,44,.06);
}
.step__num {
  display: grid; place-items: center; width: 52px; height: 52px; margin: 0 auto 16px;
  background: var(--orange); color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 1.4rem;
  border-radius: 50%; box-shadow: 0 10px 20px -8px rgba(244,121,31,.6);
}
.step h3 { font-family: var(--font-display); color: var(--green); font-size: 1.3rem; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: .95rem; }
.step__arrow { display: grid; place-items: center; color: var(--orange); font-size: 1.8rem; font-weight: 700; }
.how__cta { text-align: center; margin-top: 48px; }

/* ---------- Gallery ---------- */
.gallery { padding: 92px 0; background: var(--cream); }
.gallery__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 240px; gap: 16px;
}
.gallery__item { border-radius: var(--radius-sm); overflow: hidden; box-shadow: var(--shadow-soft); }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery__item:hover img { transform: scale(1.07); }
.gallery__item--tall { grid-row: span 2; }
.gallery__item--wide { grid-column: span 2; }

/* ---------- Reviews ---------- */
.reviews__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius); padding: 30px 28px; color: var(--cream);
}
.review__stars { color: var(--yellow); letter-spacing: 3px; margin-bottom: 14px; font-size: 1.05rem; }
.review p { font-size: 1rem; line-height: 1.7; }
.review footer { margin-top: 18px; font-weight: 600; color: var(--yellow); font-size: .9rem; }

.reviews__cta { text-align: center; margin-top: 48px; }
.reviews__cta-note { color: rgba(251,246,236,.75); font-size: .92rem; margin-top: 16px; }

/* ---------- CTA band ---------- */
.ctaband { background: linear-gradient(120deg, var(--orange), var(--yellow)); }
.ctaband__inner {
  display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap;
  padding: 56px 24px;
}
.ctaband h2 { font-family: var(--font-display); color: #fff; font-size: clamp(1.6rem, 3.4vw, 2.4rem); line-height: 1.1; }
.ctaband p { color: rgba(255,255,255,.92); margin-top: 8px; font-size: 1.05rem; }

/* ---------- Footer ---------- */
.footer { background: var(--green-deep); color: var(--cream); padding-top: 64px; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1.3fr; gap: 40px; padding-bottom: 48px; }
.brand--footer .brand__text { color: var(--cream); }
.footer__tag { margin: 18px 0 22px; color: rgba(251,246,236,.7); font-size: .95rem; max-width: 360px; }
.footer__social { display: flex; flex-wrap: wrap; gap: 14px; }
.footer__social a {
  display: inline-flex; align-items: center; gap: 9px; font-weight: 500; font-size: .92rem;
  background: rgba(255,255,255,.07); padding: 10px 16px; border-radius: 999px; transition: background .2s ease;
}
.footer__social a:hover { background: rgba(255,255,255,.15); }
.footer__col h4 { font-family: var(--font-display); font-size: 1.1rem; margin-bottom: 16px; color: #fff; }
.footer__col a, .footer__static { display: block; color: rgba(251,246,236,.72); font-size: .94rem; padding: 5px 0; }
.footer__col a:hover { color: var(--yellow); }
.footer__bar { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; }
.footer__bar-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: .85rem; color: rgba(251,246,236,.55); }

/* ---------- Floating WhatsApp ---------- */
.fab {
  position: fixed; bottom: 22px; right: 22px; z-index: 90;
  width: 58px; height: 58px; border-radius: 50%; background: #25D366; color: #fff;
  display: grid; place-items: center; box-shadow: 0 12px 28px -8px rgba(37,211,102,.7);
  transition: transform .2s ease; animation: fabpulse 2.6s infinite;
}
.fab:hover { transform: scale(1.08); }
@keyframes fabpulse {
  0% { box-shadow: 0 12px 28px -8px rgba(37,211,102,.7), 0 0 0 0 rgba(37,211,102,.5); }
  70% { box-shadow: 0 12px 28px -8px rgba(37,211,102,.7), 0 0 0 16px rgba(37,211,102,0); }
  100% { box-shadow: 0 12px 28px -8px rgba(37,211,102,.7), 0 0 0 0 rgba(37,211,102,0); }
}

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero__inner { grid-template-columns: 1fr; gap: 40px; }
  .hero__media { max-width: 460px; margin: 0 auto; }
  .menu__grid .card { flex-basis: calc((100% - 26px) / 2); }
  .feature__grid { grid-template-columns: repeat(2, 1fr); }
  .reviews__grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .usp__grid { grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .gallery__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 170px; }
  .gallery__item--wide { grid-column: span 2; }
  .gallery__item--tall { grid-row: span 1; }
  .freshband__inner { grid-template-columns: 1fr; gap: 44px; }
  .freshband__media { max-width: 520px; margin: 0 auto; }
  .freshband__copy .section__title { text-align: center; }
  .freshband__copy { text-align: center; }
  .freshband__list { max-width: 420px; margin-left: auto; margin-right: auto; }
}

@media (max-width: 760px) {
  .nav__links {
    position: fixed; inset: 0 0 0 auto; top: 0; width: min(78vw, 320px); height: 100vh;
    background: var(--cream); flex-direction: column; align-items: flex-start; justify-content: flex-start;
    padding: 90px 28px 40px; gap: 6px; transform: translateX(100%); transition: transform .3s ease;
    box-shadow: -20px 0 50px -20px rgba(0,0,0,.4);
  }
  .nav__links.open { transform: translateX(0); }
  .nav__links > a:not(.btn) { width: 100%; padding: 12px 0; border-bottom: 1px solid rgba(44,62,44,.08); }
  .nav__cta { margin-top: 16px; width: 100%; }
  .nav__toggle { display: flex; z-index: 110; }
  .section { padding: 68px 0; }
  .menu__grid { max-width: 380px; margin: 0 auto; }
  .menu__grid .card { flex-basis: 100%; }
  .feature__grid { grid-template-columns: 1fr; }
  .step__arrow { transform: rotate(90deg); }
  .footer__grid { grid-template-columns: 1fr; }
  .ctaband__inner { flex-direction: column; text-align: center; align-items: center; }
  .hero__badge { right: 6px; }
  .freshband { padding: 64px 0; }
  .freshband__list li { text-align: left; }
}

@media (max-width: 420px) {
  .usp__grid { grid-template-columns: 1fr; }
  .gallery__grid { grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .gallery__item--wide { grid-column: span 1; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .fab { animation: none; }
  html { scroll-behavior: auto; }
}
