/* ===== HOME MAIN WRAPPER ===== */
.home-main {
  min-height: 1px; /* fixes empty-block warning */
}



/* hero background blob animation */
@keyframes heroBlob {
  0% {
    transform: translate3d(-10px, 0, 0) scale(1);
    opacity: 0.8;
  }
  50% {
    transform: translate3d(10px, -10px, 0) scale(1.05);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 5px, 0) scale(0.98);
    opacity: 0.85;
  }
}



/* button hover feedback */
.btn.primary-btn {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn.primary-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(244, 93, 47, 0.4);
}

.btn.ghost-btn {
  transition: transform 0.2s ease, box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.btn.ghost-btn:hover {
  transform: translateY(-1px);
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}



@keyframes ctaPulse {
  0% {
    transform: translateY(0) scale(1);
    box-shadow: var(--shadow-soft);
  }
  50% {
    transform: translateY(-1px) scale(1.03);
    box-shadow: 0 26px 60px rgba(244, 93, 47, 0.45);
  }
  100% {
    transform: translateY(0) scale(1);
    box-shadow: var(--shadow-soft);
  }
}

@keyframes ctaSparkle {
  0%,
  55% {
    opacity: 0;
    transform: translateX(-130%);
  }
  70% {
    opacity: 0.8;
    transform: translateX(60%);
  }
  100% {
    opacity: 0;
    transform: translateX(130%);
  }
}

/* ===== HERO DECORATIVE BUBBLES ===== */



.bubble {
  position: absolute;
  border-radius: 999px;
  opacity: 0.75;
  filter: blur(0.3px);
  animation: bubbleFloat 14s ease-in-out infinite;
  will-change: transform;
}

/* different sizes / colours / positions */
.bubble-1 {
  width: 120px;
  height: 120px;
  background: radial-gradient(
    circle at 30% 20%,
    #ffffff 0,
    #ffd18a 45%,
    #ffa33a 100%
  );
  top: 18%;
  left: 4%;
  animation-duration: 18s;
}

.bubble-2 {
  width: 80px;
  height: 80px;
  background: radial-gradient(
    circle at 30% 20%,
    #ffffff 0,
    #ffb3bf 40%,
    #ff6b8e 100%
  );
  top: 65%;
  left: 16%;
  animation-duration: 16s;
  animation-delay: -4s;
}

.bubble-3 {
  width: 140px;
  height: 140px;
  background: radial-gradient(
    circle at 30% 15%,
    #ffffff 0,
    #ffeaa7 35%,
    #ffc94b 100%
  );
  top: 10%;
  right: 8%;
  animation-duration: 20s;
  animation-delay: -6s;
}

.bubble-4 {
  width: 90px;
  height: 90px;
  background: radial-gradient(
    circle at 20% 20%,
    #ffffff 0,
    #ffd6f3 40%,
    #ff9ad8 100%
  );
  bottom: 5%;
  right: 25%;
  animation-duration: 17s;
  animation-delay: -10s;
}

/* floating animation */
@keyframes bubbleFloat {
  0% {
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  }
  25% {
    transform: translate3d(6px, -14px, 0) scale(1.02) rotate(2deg);
  }
  50% {
    transform: translate3d(-4px, -22px, 0) scale(1.04) rotate(-2deg);
  }
  75% {
    transform: translate3d(4px, -10px, 0) scale(1.01) rotate(1deg);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  }
}




@keyframes fruitFloat {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  25% {
    transform: translate3d(6px, -8px, 0) rotate(3deg);
  }
  50% {
    transform: translate3d(-4px, -16px, 0) rotate(-4deg);
  }
  75% {
    transform: translate3d(3px, -6px, 0) rotate(2deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}

/* tone it down on small screens */
@media (max-width: 640px) {
  .bubble-1,
  .bubble-3 {
    opacity: 0.45;
    transform: scale(0.8);
  }

  .bubble-4 {
    display: none;
  }

  .hero-fruit {
    opacity: 0.6;
    transform: scale(0.7);
  }
}



.mini-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.stat-pill {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  border: 1px solid var(--primary-soft);
  min-width: 120px;
}

.pill-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-muted);
}

.pill-value {
  font-size: 0.9rem;
  font-weight: 600;
}

/* Fun fact box */

.fun-fact {
  position: relative;
  max-width: 360px;
  border-radius: 1.2rem;
  padding: 0.9rem 1rem 1rem;
  background: linear-gradient(135deg, #ffffff, #ffe6d4);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  margin-top: 25px;
}

.fun-fact::before {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, #ffe9d7 0, transparent 60%);
  opacity: 0.8;
}

.fun-fact-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: var(--primary);
}

.fun-fact p {
  position: relative;
  margin: 0.35rem 0 0.7rem;
  font-size: 0.9rem;
  color: var(--text);
}

.fun-fact-dots {
  position: relative;
  display: flex;
  gap: 0.35rem;
}

.fun-fact-dots button {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: none;
  background: rgba(0, 0, 0, 0.12);
  cursor: pointer;
  padding: 0;
  transition: background 0.25s ease, transform 0.25s ease, width 0.25s ease;
}

.fun-fact-dots button.active {
  width: 18px;
  background: linear-gradient(90deg, #f45d2f, #ffc94b);
  transform: translateY(-1px);
}



/* ===== BRANDS GRID ===== */

.section.brands {
  position: relative;
  padding: 3.2rem 0 3.6rem;
  background: linear-gradient(180deg, #fff7e5 0%, #ffffff 55%);
}

.section.brands::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 10% 0%, rgba(255, 223, 158, 0.6) 0, transparent 45%),
    radial-gradient(circle at 90% 10%, rgba(255, 197, 158, 0.4) 0, transparent 50%);
  opacity: 0.7;
  pointer-events: none;
  z-index: -1;
}

/* wave divider at bottom of brands */
.section.brands::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 56px;
  background: radial-gradient(120% 180% at 50% -40%, #ffffff 0, #ffffff 50%, transparent 51%);
  pointer-events: none;
  z-index: 0;
}

/* brands header layout */
.brands-header {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: flex-start;
  text-align: left;
}

.brands-header-text p {
  max-width: 28rem;
}

.brands-header-right {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
}

.brands-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.brands-header {
  display: flex;
  flex-direction: column;
  justify-content: center; /* vertical centering inside the container */
  align-items: center;     /* horizontal centering */
  text-align: center;      /* center the text itself */
  width: 100%;
}
.brands-header-text p {
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

.brand-tag {
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  font-size: 0.78rem;
  border: 1px solid rgba(244, 93, 47, 0.25);
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  font-weight: 600;
}

.brand-tag.active {
  background: linear-gradient(135deg, #f45d2f, #ff9445);
  color: #ffffff;
  border-color: transparent;
}

.brands-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1.6rem;
  align-items: stretch;
}
.section.brands .container {
  max-width: 100%;
  padding: 0 2rem; /* optional spacing */
}

.brand-card {
  background: var(--card-bg);
  border-radius: var(--radius-md);
  padding: 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

/* border hover */
.brand-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(244, 93, 47, 0.35);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

/* ⭐ feature brand – no grid-row/column span now */
.brand-card-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.5fr);
  align-items: center;
  background: radial-gradient(circle at top left, #fff3e3 0, #ffffff 55%);
}

.brand-feature-content {
  padding-left: 1rem;
}

.brand-feature-content p {
  color: var(--text-muted);
}

.brand-card:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.12);
  background: #fffdf8;
}

.brand-card:hover::before {
  opacity: 1;
}

.brand-image-wrapper {
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

/* brand image zoom + slight tilt */
.brand-image-wrapper img {
  transition: transform 0.35s ease;
}

.brand-card:hover .brand-image-wrapper img {
  transform: scale(1.06) rotate(-1deg);
}

.brand-card h3 {
  margin: 0.1rem 0;
}

.brand-card p {
  color: var(--text-muted);
  font-size: 0.9rem;
}

/* brand tags */
.brand-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}

.badge {
  font-size: 0.72rem;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  background: #fff7f0;
  color: var(--text-muted);
}

.badge-sweet {
  background: #ffe6ef;
  color: #b13a67;
}

.badge-classic {
  background: #fff0cf;
}

.badge-green {
  background: #e4f8e4;
  color: #28723f;
}

.badge-berry {
  background: #ffe4f3;
  color: #9b326a;
}

/* ===== NUTRITION SECTION ===== */

.section.nutrition {
  position: relative;
  padding: 3.2rem 0 3.6rem;
  background: linear-gradient(180deg, #f4fbf4 0%, #ffffff 65%);
}

.section.nutrition::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 0% 20%, rgba(162, 239, 186, 0.4) 0, transparent 50%),
    radial-gradient(circle at 100% 0%, rgba(190, 255, 210, 0.35) 0, transparent 55%);
  opacity: 0.8;
  pointer-events: none;
  z-index: -1;
}

/* wave divider at bottom of nutrition */
.section.nutrition::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 56px;
  background: radial-gradient(120% 180% at 50% -40%, #fffdfb 0, #fffdfb 50%, transparent 51%);
  pointer-events: none;
  z-index: 0;
}

.nutrition-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 1.3fr);
  grid-template-rows: auto auto;
  gap: 1.6rem;
  align-items: stretch;
}

.info-card {
  background: var(--card-bg);
  padding: 1.6rem 1.7rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.info-card h2 {
  font-size: 1.3rem;
  margin-top: 0;
}

.info-card p {
  color: var(--text-muted);
}

/* main nutrition explainer (big card) */
.info-card-main {
  grid-column: 1;
  grid-row: 1 / span 2;
  background: radial-gradient(circle at top left, #f2fff3 0, #ffffff 40%);
}

/* highlight fibre card (top right) */
.info-card-highlight {
  grid-column: 2;
  grid-row: 1;
}

/* step-style card (bottom right) */
.info-card-steps {
  grid-column: 2;
  grid-row: 2;
}

/* hover */
.info-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
  background: #ffffff;
}

/* bullet lists */
.nutrition-list {
  margin: 0.8rem 0 1rem;
  padding-left: 1.1rem;
  font-size: 0.92rem;
  color: var(--text-muted);
}

.nutrition-list.small {
  font-size: 0.88rem;
}

/* numbered steps */
.nutrition-steps {
  list-style: none;
  margin: 0.9rem 0 1.1rem;
  padding: 0;
}

.nutrition-steps li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-bottom: 0.5rem;
}

.nutrition-steps li span {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #33b249, #8fdc82);
  color: #ffffff;
  font-size: 0.78rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.nutrition-steps li p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-muted);
}

/* ===== RECIPES SECTION ===== */

.section.recipes {
  position: relative;
  padding: 3.2rem 0 3.6rem;
  background: linear-gradient(180deg, #fff2f7 0%, #fffdfb 50%, #ffffff 100%);
}

.section.recipes::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 15% 0%, rgba(255, 189, 214, 0.5) 0, transparent 55%),
    radial-gradient(circle at 85% 20%, rgba(255, 209, 163, 0.45) 0, transparent 55%);
  opacity: 0.8;
  pointer-events: none;
  z-index: -1;
}

/* wave divider at bottom of recipes */
.section.recipes::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 56px;
  background: radial-gradient(120% 180% at 50% -40%, #f5f5ff 0, #f5f5ff 50%, transparent 51%);
  pointer-events: none;
  z-index: 0;
}

.recipes-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.6rem;
  text-align: left;
}

.recipes-header p {
  max-width: 26rem;
}

.recipes-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.recipe-chip {
  font-size: 0.78rem;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 126, 179, 0.45);
}

.recipes-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1.1fr);
  gap: 1.7rem;
}

.recipe-card {
  background: rgba(255, 255, 255, 0.98);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.5fr);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
}

/* feature recipe slightly larger */
.recipe-card-feature {
  grid-column: 1;
}

.recipe-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.12);
}

/* media wrapper */
.recipe-media {
  position: relative;
  overflow: hidden;
}

.recipe-img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 0.35s ease;
}

.recipe-card:hover .recipe-img {
  transform: scale(1.08);
}

/* label chip over image */
.recipe-label {
  position: absolute;
  left: 0.9rem;
  top: 0.9rem;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.72);
  color: #ffffff;
}

.recipe-label.soft {
  background: rgba(255, 255, 255, 0.9);
  color: #ff7eb3;
}

.recipe-content {
  padding: 1.25rem 1.5rem;
}

.recipe-content h3 {
  margin-top: 0;
}

.recipe-content p {
  color: var(--text-muted);
  font-size: 0.95rem;
}

.recipe-meta {
  list-style: none;
  padding: 0;
  margin: 0.8rem 0 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* ===== STORY SECTION ===== */

.section.story {
  position: relative;
  padding: 3.2rem 0 3.8rem;
  background: linear-gradient(180deg, #f5f5ff 0%, #ffffff 70%);
}

.section.story::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 0% 0%, rgba(184, 198, 255, 0.45) 0, transparent 50%),
    radial-gradient(circle at 100% 0%, rgba(203, 178, 255, 0.4) 0, transparent 55%);
  opacity: 0.8;
  pointer-events: none;
  z-index: -1;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1.2fr);
  gap: 1.7rem;
  align-items: stretch;
}

.story-card {
  background: var(--card-bg);
  border-radius: var(--radius-md);
  padding: 1.6rem;
  box-shadow: var(--shadow-soft);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

/* left column intro + community */
.story-card-intro,
.story-card-community {
  grid-column: 1;
}

.story-card-community {
  margin-top: 0.8rem;
}

/* right column careers highlight */
.story-card-careers {
  grid-column: 2;
  grid-row: 1 / span 2;
  background: radial-gradient(circle at top left, #5c6cff 0, #b192ff 50%, #4330b4 100%);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.story-card-careers p {
  color: #f4f3ff;
}

.story-card-careers .card-icon svg {
  fill: #ffffff;
}

.story-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  background-color: #fffdf8;
}

.story-card-careers:hover {
  background: radial-gradient(circle at top left, #6e7cff 0, #c59bff 45%, #4330b4 100%);
}

/* lists inside story cards */
.story-list {
  list-style: none;
  padding: 0;
  margin: 0.9rem 0 1.1rem;
  font-size: 0.92rem;
  color: var(--text-muted);
}

.story-list li::before {
  content: "• ";
  color: #5c6cff;
}

.story-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0.8rem 0 1.1rem;
}

.story-pill {
  font-size: 0.78rem;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  background: rgba(92, 108, 255, 0.08);
  color: #3b3f89;
}

/* stats in careers card */
.story-stats {
  list-style: none;
  padding: 0;
  margin: 0.9rem 0 1.2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.story-stats li span {
  display: block;
  font-weight: 800;
  font-size: 1.1rem;
}

.story-stats li p {
  margin: 0;
  font-size: 0.8rem;
}

/* careers button */
.story-cta {
  align-self: flex-start;
  border-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
}

/* ===================================================================================== */
/* ⭐ SECTION HEADING ACCENT (DEFAULT)                                                   */
/* ===================================================================================== */

.section-header {
  margin-bottom: 2.4rem;
}

.section-header h2 {
  position: relative;
  display: inline-flex;
  align-items: center;
}

/* generic underline, overridden by themed ones */
.section-header h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.6rem;
  width: 3rem;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f45d2f, #ffc94b);
}

/* section icons */

.section-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  transform: translateY(2px);
}

/* icons inside individual cards (nutrition + story) */
.card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.45rem;
  transform: translateY(2px);
}

.card-icon svg {
  width: 18px;
  height: 18px;
}

/* ===================================================================================== */
/* ⭐ LINK UNDERLINE ANIMATION (card-link & section-link)                                */
/* ===================================================================================== */

.card-link,
.section-link {
  position: relative;
  display: inline-block;
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

.card-link:hover,
.section-link:hover {
  background-size: 100% 2px;
  transform: translateX(2px);
}

/* ===================================================================================== */
/* ⭐ SCROLL REVEAL ANIMATION                                                            */
/* ===================================================================================== */

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== LEVEL 3: scroll-to-top button bounce ===== */

.scroll-top-btn,
.scroll-to-top {
  animation: scrollBounce 2.4s ease-in-out infinite;
}

@keyframes scrollBounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

/* ===== RESPONSIVE ===== */

@media (max-width: 960px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-media {
    justify-content: center;
  }

  .hero-card {
    max-width: 340px;
  }

  .brands-header {
    align-items: flex-start;
  }

  .brands-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-card-feature {
    grid-column: 1 / -1; /* full width on tablet/mobile */
    grid-template-columns: 1fr;
  }

  .nutrition-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .info-card-main,
  .info-card-highlight,
  .info-card-steps {
    grid-column: 1;
    grid-row: auto;
  }

  .recipes-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .recipes-grid {
    grid-template-columns: 1fr;
  }

  .recipe-card {
    grid-template-columns: 1fr;
  }

  .story-grid {
    grid-template-columns: 1fr;
  }

  .story-card-intro,
  .story-card-community,
  .story-card-careers {
    grid-column: 1;
    grid-row: auto;
  }

  .story-card-careers {
    margin-top: 0.9rem;
  }
}

@media (max-width: 640px) {
  .hero {
    padding-top: 3.4rem;
  }

  .hero-text h1 {
    font-size: 2.2rem;
  }

  .hero-extras {
    margin-top: 1.3rem;
  }

  .brands-grid,
  .nutrition-grid {
    grid-template-columns: 1fr;
  }

  .recipes-grid {
    grid-template-columns: 1fr;
  }

  .story-grid {
    grid-template-columns: 1fr;
  }
}
/* ============================= */
/*          NEW HERO CSS         */
/* ============================= */

.hero {
    position: relative;
    padding: 4rem 0;
    overflow: hidden;
    background: linear-gradient(90deg, #fff5e6, #ffe1b5);
}

.hero-inner {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
    gap: 3rem;
}

/* LEFT SIDE TEXT */
.hero-text h1 {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1rem;
}

.hero-text p {
    font-size: 1rem;
    max-width: 28rem;
    color: #444;
}

/* BUTTONS */
.hero-actions {
    display: flex;
    gap: 1rem;
    margin-top: 1.6rem;
}

.hero-cta {
    background: linear-gradient(90deg, #f45d2f, #ffb84d);
    color: white;
    padding: 0.9rem 1.6rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(244, 93, 47, 0.35);
}

.ghost-btn {
    padding: 0.9rem 1.6rem;
    background: white;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #f45d2f;
    color: #f45d2f;
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;

  background: url("../img/hero3.png") center center/cover no-repeat;
  display: flex;
  align-items: center;
}

/* So bubbles & gradient stay on top */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-inner {
  position: relative;
  z-index: 2;
  
  width: 100%;
  max-width: 1400px;
  padding-left: 40px;
  display: flex;
  align-items: center;
}

.hero-text {
  width: 100%;
  max-width: 480px;
  color: #fff;
}

/* ============================= */
/*          HERO BASE            */
/* ============================= */

.hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url("../img/hero3.png") center center/cover no-repeat;
  display: flex;
  align-items: center;
  padding: 4rem 1.5rem;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
}

.hero-text {
  max-width: 480px;
  color: #fff;
}

.hero-text h1 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.hero-text p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}



/* ============================= */
/*       TABLET RESPONSIVE       */
/* ============================= */
@media (max-width: 960px) {

  .hero {
    padding: 3rem 1.5rem;
    min-height: auto;
  }

  .hero-inner {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-left: 0;
  }

  .hero-text {
    max-width: 90%;
  }

  .hero-text h1 {
    font-size: 2.3rem;
  }
}


/* ============================= */
/*       MOBILE RESPONSIVE       */
/* ============================= */
@media (max-width: 640px) {

  .hero {
    padding: 2.5rem 1rem;
    min-height: auto;
  }

  .hero-text h1 {
    font-size: 1.9rem;
  }

  .hero-text p {
    font-size: 0.95rem;
  }

  .hero-actions {
    flex-direction: column;
    gap: 0.8rem;
  }
}
