:root {
  --cream: #FBF3E3;
  --dark-green: #163C2C;
  --mid-green: #2B6E4F;
  --yellow: #F6C500;
  --body-text: #4a4a42;
  --muted-text: #5a5a50;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--cream);
  color: #1a1a1a;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}

a {
  color: var(--dark-green);
  text-decoration: none;
}

a:hover {
  color: var(--yellow);
}

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

::-webkit-scrollbar {
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}

/* Shared */

.leaf-dot {
  display: inline-block;
  flex: none;
  border-radius: 0 50% 0 50%;
}

.leaf-dot--green { background: var(--mid-green); }
.leaf-dot--yellow { background: var(--yellow); }

.leaf-dot { width: 16px; height: 16px; }
.leaf-dot--lg { width: 30px; height: 30px; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  font-weight: 700;
  white-space: nowrap;
}

.btn--yellow {
  background: var(--yellow);
  color: var(--dark-green);
  padding: 12px 26px;
  font-size: 14px;
}

.btn--dark {
  background: var(--dark-green);
  color: var(--cream);
  padding: 16px 32px;
  font-size: 16px;
}

.btn__arrow {
  font-size: 18px;
}

.link-underline {
  font-weight: 600;
  font-size: 15px;
  color: var(--dark-green);
  border-bottom: 2px solid var(--yellow);
  padding-bottom: 2px;
}

.section-inner {
  max-width: 1440px;
  margin: 0 auto;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 44px;
}

.eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.eyebrow--yellow { color: var(--yellow); }
.eyebrow--green { color: var(--mid-green); }

.section-title {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: 42px;
  color: var(--dark-green);
  margin: 0;
}

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

.section-blurb {
  color: var(--muted-text);
  font-size: 16px;
  max-width: 420px;
  margin: 0;
}

.section-blurb--light {
  color: rgba(251, 243, 227, 0.75);
  max-width: 380px;
}

/* Nav */

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 64px;
  background: var(--cream);
  border-bottom: 1px solid rgba(22, 60, 44, 0.1);
}

.nav__logo {
  height: 54px;
  object-fit: contain;
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.nav__links a {
  font-size: 15px;
  font-weight: 600;
  color: var(--dark-green);
}

.nav__cta {
  flex: none;
}

/* Hero */

.hero {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 72px 64px 96px;
}

.hero__glow {
  position: absolute;
  top: -120px;
  right: 60px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(22, 60, 44, 0.10), rgba(22, 60, 44, 0) 70%);
  z-index: 0;
}

.hero__copy {
  position: relative;
  z-index: 1;
}

.badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(22, 60, 44, 0.08);
  color: var(--dark-green);
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero__title {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: 68px;
  line-height: 1.02;
  color: var(--dark-green);
  margin: 26px 0 20px;
}

.hero__title .accent {
  color: var(--yellow);
}

.hero__desc {
  font-size: 18px;
  line-height: 1.7;
  color: var(--body-text);
  max-width: 460px;
  margin: 0 0 36px;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.trust-badges {
  display: flex;
  gap: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(22, 60, 44, 0.12);
  flex-wrap: wrap;
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--dark-green);
}

.hero__art {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 560px;
}

.hero__art-disc {
  position: absolute;
  width: 420px;
  height: 420px;
  background: var(--dark-green);
  border-radius: 50%;
  opacity: 0.94;
}

.hero__art-main {
  position: relative;
  height: 520px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.25));
}

.hero__art-float {
  position: absolute;
  width: 130px;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.22);
  background: #fff;
}

.hero__art-float--left {
  bottom: 10px;
  left: -10px;
  transform: rotate(-10deg);
}

.hero__art-float--right {
  top: 10px;
  right: 0;
  transform: rotate(9deg);
}

/* Flavors */

.flavors {
  background: var(--dark-green);
  padding: 90px 64px 80px;
}

.flavor-row {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding-bottom: 12px;
  scroll-snap-type: x mandatory;
}

.flavor-card {
  flex: none;
  width: 250px;
  scroll-snap-align: start;
  background: var(--cream);
  border-radius: 22px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.flavor-card__img-wrap {
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
}

.flavor-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.flavor-card__tag {
  display: inline-flex;
  align-self: flex-start;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
}

.flavor-card__name {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--dark-green);
}

.flavor-card__tagline {
  font-size: 14px;
  color: var(--muted-text);
  line-height: 1.5;
}

/* Meal companions / toppers */

.toppers {
  background: var(--cream);
  padding: 90px 64px 100px;
}

.topper-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.topper-card {
  background: #fff;
  border-radius: 22px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 12px 30px rgba(22, 60, 44, 0.08);
}

.topper-card__img-wrap {
  height: 220px;
  border-radius: 14px;
  overflow: hidden;
  background: #f2ead8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.topper-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.topper-card__name {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--dark-green);
}

.topper-card__tagline {
  font-size: 14px;
  color: var(--muted-text);
  line-height: 1.5;
}

.topper-card__pairs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: auto;
}

.topper-card__pairs span {
  font-size: 12px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 999px;
}

/* Responsive */

@media (max-width: 980px) {
  .nav {
    padding: 14px 32px;
  }

  .nav__links {
    gap: 20px;
  }

  .hero {
    grid-template-columns: 1fr;
    padding: 48px 32px 64px;
  }

  .hero__art {
    order: -1;
    height: 420px;
  }

  .hero__title {
    font-size: 48px;
  }

  .flavors,
  .toppers {
    padding-left: 32px;
    padding-right: 32px;
  }

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

@media (max-width: 640px) {
  .nav {
    flex-wrap: wrap;
    padding: 14px 20px;
    row-gap: 12px;
  }

  .nav__links {
    order: 3;
    width: 100%;
    justify-content: center;
    gap: 16px 24px;
  }

  .hero {
    padding: 40px 20px 56px;
  }

  .hero__title {
    font-size: 38px;
  }

  .hero__desc {
    max-width: none;
  }

  .hero__actions {
    gap: 20px;
  }

  .flavors,
  .toppers {
    padding-left: 20px;
    padding-right: 20px;
  }

  .topper-grid {
    grid-template-columns: 1fr;
  }
}
