:root {
  --sage: #89b87b;
  --warm-sage: #9acb8b;
  --charcoal: #2e3742;
  --dark-slate: #1f252c;
  --linen: #f7f5ef;
  --mist: #dde8d6;
  --paper: #fffdfa;
  --paper-warm: #f1eee5;
  --border: #ded8cc;
  --muted: #647069;
  --shadow: 0 24px 70px rgba(31, 37, 44, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--linen);
  color: var(--charcoal);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.topbar,
main {
  margin: 0 auto;
  max-width: 1180px;
  padding-left: 24px;
  padding-right: 24px;
}

.topbar {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  min-height: 86px;
}

.brand img {
  display: block;
  height: 50px;
  width: auto;
}

.nav {
  align-items: center;
  display: flex;
  gap: 24px;
  color: #53615a;
  font-size: 14px;
  font-weight: 760;
}

.nav a:hover {
  color: var(--dark-slate);
}

.navAction,
.primaryAction,
.secondaryAction {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 850;
  justify-content: center;
  min-height: 44px;
  padding: 0 17px;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
  white-space: nowrap;
}

.navAction,
.secondaryAction {
  background: rgba(255, 253, 250, 0.68);
  border: 1px solid var(--border);
}

.primaryAction {
  background: var(--dark-slate);
  color: var(--linen);
}

.navAction:hover,
.primaryAction:hover,
.secondaryAction:hover {
  transform: translateY(-1px);
}

.hero {
  align-items: stretch;
  display: grid;
  gap: 38px;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1fr);
  min-height: calc(100vh - 86px);
  padding-bottom: 42px;
}

.heroMedia {
  align-items: center;
  background:
    linear-gradient(150deg, rgba(137, 184, 123, 0.22), transparent 44%),
    var(--paper);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 560px;
  overflow: hidden;
  padding: 36px;
  position: relative;
}

.heroMedia::after {
  background: rgba(31, 37, 44, 0.04);
  content: "";
  height: 100%;
  position: absolute;
  right: 19%;
  top: 0;
  width: 1px;
}

.plateScene {
  aspect-ratio: 1;
  background: var(--linen);
  border: 8px solid var(--charcoal);
  border-radius: 32px;
  display: grid;
  max-width: 330px;
  place-items: center;
  position: relative;
  width: min(86%, 330px);
  z-index: 1;
}

.plateTop {
  aspect-ratio: 1;
  background: #fbfaf3;
  border: 2px solid rgba(46, 55, 66, 0.12);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  width: 72%;
}

.plateSection {
  position: absolute;
}

.sectionProtein {
  background: var(--mist);
  border-radius: 50% 50% 0 0;
  height: 46%;
  left: 0;
  top: 0;
  width: 100%;
}

.sectionGrain {
  background: #f2ead9;
  bottom: 0;
  height: 54%;
  left: 0;
  width: 50%;
}

.sectionGreen {
  background: #c9dfbd;
  bottom: 0;
  height: 54%;
  right: 0;
  width: 50%;
}

.plateCheck {
  border-bottom: 24px solid var(--sage);
  border-right: 24px solid var(--sage);
  height: 130px;
  position: absolute;
  right: 46px;
  top: 42px;
  transform: rotate(42deg);
  width: 72px;
  z-index: 2;
}

.mealStrip {
  bottom: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  left: 28px;
  position: absolute;
  right: 28px;
  z-index: 1;
}

.mealStrip span {
  background: rgba(255, 253, 250, 0.78);
  border: 1px solid var(--border);
  border-radius: 999px;
  color: #53615a;
  font-size: 13px;
  font-weight: 800;
  padding: 9px 12px;
}

.heroCopy {
  align-self: center;
  padding: 48px 0;
}

.eyebrow {
  color: #657368;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 14px;
  text-transform: uppercase;
}

h1,
h2 {
  color: var(--dark-slate);
  letter-spacing: 0;
  margin: 0;
}

h1 {
  font-size: clamp(48px, 7vw, 84px);
  line-height: 0.95;
  max-width: 760px;
}

h2 {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.02;
}

.lede {
  color: #52605a;
  font-size: 21px;
  line-height: 1.5;
  margin: 26px 0 0;
  max-width: 680px;
}

.heroActions,
.ctaActions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.beliefBand,
.storyGrid,
.platformSection,
.fitSection,
.trustSection,
.audienceSection,
.ctaSection {
  margin-top: 24px;
}

.beliefBand {
  align-items: center;
  background: var(--dark-slate);
  border-radius: 8px;
  color: var(--linen);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 28px 30px;
}

.beliefBand p {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.15;
  margin: 0;
}

.beliefBand span {
  color: #dbe3d5;
  line-height: 1.5;
  max-width: 430px;
}

.storyGrid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.storyBlock {
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: 8px;
  min-height: 360px;
  padding: 34px;
}

.storyBlock.muted {
  background: var(--paper-warm);
}

.storyBlock span,
.loopGrid span,
.trustGrid span {
  color: #6b766c;
  display: block;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.storyBlock h2 {
  font-size: clamp(32px, 4vw, 48px);
  margin-top: 74px;
}

.storyBlock p,
.sectionIntro p,
.fitCopy p,
.fitPanel p,
.loopGrid p,
.trustGrid p,
.audienceList p {
  color: var(--muted);
  line-height: 1.55;
}

.storyBlock p {
  font-size: 18px;
  margin: 22px 0 0;
}

.platformSection,
.trustSection {
  padding: 70px 0 26px;
}

.sectionIntro {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.65fr);
}

.sectionIntro.compact {
  align-items: end;
  display: block;
  max-width: 760px;
}

.sectionIntro .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
}

.sectionIntro p {
  font-size: 18px;
  margin: 4px 0 0;
}

.loopGrid,
.trustGrid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.loopGrid article,
.trustGrid article {
  background: rgba(255, 253, 250, 0.7);
  border: 1px solid var(--border);
  border-radius: 8px;
  min-height: 235px;
  padding: 24px;
}

.loopGrid strong {
  color: var(--dark-slate);
  display: block;
  font-size: 23px;
  line-height: 1.12;
  margin-top: 42px;
}

.fitSection {
  align-items: center;
  background: #ecf4e8;
  border: 1px solid #cfdec7;
  border-radius: 8px;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.62fr);
  padding: 38px;
}

.fitCopy p {
  font-size: 18px;
  max-width: 650px;
}

.fitPanel {
  background: var(--paper);
  border: 1px solid #c6d8be;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(55, 91, 48, 0.12);
  padding: 24px;
}

.fitHeader {
  align-items: start;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.fitHeader span {
  color: var(--dark-slate);
  font-size: 22px;
  font-weight: 900;
}

.fitHeader strong {
  color: #527f48;
  white-space: nowrap;
}

.scoreRows {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.scoreRows div {
  align-items: center;
  border-top: 1px solid #e5eadf;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

.scoreRows span {
  color: #5e6b62;
}

.scoreRows strong {
  color: var(--dark-slate);
}

.trustGrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trustGrid article {
  min-height: 180px;
}

.trustGrid p {
  margin-top: 32px;
}

.audienceSection {
  align-items: start;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.8fr);
  padding: 52px 0;
}

.audienceList {
  display: grid;
  gap: 10px;
}

.audienceList p {
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: 8px;
  margin: 0;
  padding: 18px 20px;
}

.ctaSection {
  align-items: center;
  background:
    linear-gradient(140deg, rgba(137, 184, 123, 0.24), transparent 48%),
    var(--paper);
  border: 1px solid var(--border);
  border-radius: 8px;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 42px;
}

.ctaSection h2 {
  max-width: 780px;
}

@media (max-width: 980px) {
  .nav {
    display: none;
  }

  .hero,
  .storyGrid,
  .sectionIntro,
  .fitSection,
  .audienceSection {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .heroMedia {
    min-height: 440px;
  }

  .loopGrid,
  .trustGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .topbar,
  main {
    padding-left: 18px;
    padding-right: 18px;
  }

  .topbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding-bottom: 18px;
    padding-top: 18px;
  }

  .brand img {
    height: 42px;
  }

  .heroMedia {
    min-height: 360px;
    padding: 20px;
  }

  .plateScene {
    border-width: 6px;
    border-radius: 26px;
    width: min(88%, 250px);
  }

  .plateCheck {
    border-bottom-width: 18px;
    border-right-width: 18px;
    height: 96px;
    right: 34px;
    top: 34px;
    width: 52px;
  }

  .beliefBand,
  .ctaSection {
    align-items: flex-start;
    flex-direction: column;
  }

  .storyBlock {
    min-height: auto;
    padding: 26px;
  }

  .storyBlock h2 {
    margin-top: 48px;
  }

  .loopGrid,
  .trustGrid {
    grid-template-columns: 1fr;
  }

  .fitSection,
  .ctaSection {
    padding: 26px;
  }

  .fitHeader {
    display: block;
  }

  .fitHeader strong {
    display: block;
    margin-top: 8px;
  }
}
