@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700&family=DM+Serif+Display:ital@0;1&display=swap");

:root {
  --ink: #17352c;
  --ink-soft: #49635b;
  --green: #285f50;
  --green-deep: #123b32;
  --sage: #dce7d7;
  --sage-light: #edf1e5;
  --cream: #f7f4eb;
  --paper: #fffdf7;
  --gold: #e9b55e;
  --coral: #e37a59;
  --line: rgba(23, 53, 44, .14);
  --display: "DM Serif Display", Georgia, serif;
  --sans: "Be Vietnam Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

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

.site-header {
  align-items: center;
  display: flex;
  height: 88px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 32px;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-family: var(--display);
  font-size: 24px;
  gap: 10px;
  letter-spacing: -.3px;
}

.brand__mark {
  height: 42px;
  object-fit: contain;
  width: 42px;
}

.site-nav {
  display: flex;
  font-size: 13px;
  font-weight: 600;
  gap: 38px;
}

.site-nav a {
  position: relative;
}

.site-nav a::after {
  background: var(--green);
  bottom: -5px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
  width: 100%;
}

.site-nav a:hover::after {
  transform: scaleX(1);
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 18px;
  justify-content: center;
  min-height: 52px;
  padding: 0 25px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--small {
  min-height: 42px;
  padding: 0 20px;
}

.button--outline {
  border-color: var(--green);
}

.button--outline:hover {
  background: var(--green);
  color: white;
}

.button--primary {
  background: var(--green);
  box-shadow: 0 12px 30px rgba(40, 95, 80, .18);
  color: white;
}

.button--primary:hover {
  background: var(--green-deep);
  box-shadow: 0 16px 34px rgba(40, 95, 80, .24);
}

.button--light {
  background: var(--cream);
  color: var(--ink);
}

.hero {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(460px, .95fr);
  margin: 0 auto;
  max-width: 1240px;
  min-height: 680px;
  overflow: hidden;
  padding: 55px 32px 90px;
}

.hero__copy {
  padding: 18px 0 0 7%;
  position: relative;
  z-index: 2;
}

.eyebrow {
  align-items: center;
  color: var(--green);
  display: flex;
  font-size: 10px;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 1.4px;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.eyebrow span {
  background: var(--gold);
  border-radius: 50%;
  height: 7px;
  width: 7px;
}

h1, h2, h3, p {
  margin-top: 0;
}

h1, h2, h3 {
  font-family: var(--display);
  font-weight: 400;
  line-height: 1.05;
}

h1 {
  font-size: clamp(64px, 6.5vw, 98px);
  letter-spacing: -3px;
  margin-bottom: 30px;
}

h1 em, h2 em {
  color: var(--coral);
  font-weight: inherit;
}

.hero__lede {
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 30px;
  max-width: 520px;
}

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

.text-link {
  border-bottom: 1px solid rgba(23, 53, 44, .35);
  font-size: 12px;
  font-weight: 700;
  padding: 5px 0;
}

.text-link span {
  color: var(--coral);
  margin-left: 7px;
}

.trust-row {
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 47px;
  max-width: 540px;
  padding-top: 20px;
}

.trust-row span {
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 600;
}

.trust-row i {
  align-items: center;
  background: var(--sage);
  border-radius: 50%;
  color: var(--green);
  display: inline-flex;
  font-size: 8px;
  font-style: normal;
  height: 18px;
  justify-content: center;
  margin-right: 5px;
  width: 18px;
}

.hero__visual {
  height: 590px;
  position: relative;
}

.sun-shape {
  background: var(--gold);
  border-radius: 46% 54% 48% 52%;
  height: 435px;
  left: 12%;
  opacity: .88;
  position: absolute;
  top: 60px;
  transform: rotate(-8deg);
  width: 435px;
}

.sun-shape::before,
.sun-shape::after {
  border: 1px solid rgba(23, 53, 44, .18);
  border-radius: 50%;
  content: "";
  position: absolute;
}

.sun-shape::before {
  height: 510px;
  left: -40px;
  top: -36px;
  width: 510px;
}

.sun-shape::after {
  border-style: dashed;
  height: 555px;
  left: -63px;
  top: -60px;
  width: 555px;
}

.leaf {
  border: 2px solid var(--green);
  border-radius: 100% 0 100% 0;
  height: 43px;
  opacity: .55;
  position: absolute;
  width: 24px;
}

.leaf--one {
  left: 6%;
  top: 55px;
  transform: rotate(-28deg);
}

.leaf--two {
  bottom: 65px;
  right: 8%;
  transform: rotate(42deg) scale(.8);
}

.phone {
  background: #142c26;
  border: 4px solid #142c26;
  border-radius: 40px;
  box-shadow: 0 35px 70px rgba(28, 46, 39, .28);
  height: 535px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 22px;
  transform: translateX(-50%) rotate(2.3deg);
  width: 274px;
  z-index: 2;
}

.phone__top {
  align-items: center;
  background: var(--paper);
  display: flex;
  font-size: 7px;
  height: 27px;
  justify-content: space-between;
  padding: 0 17px;
}

.phone__top b {
  background: #142c26;
  border-radius: 0 0 12px 12px;
  height: 16px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 76px;
}

.phone__screen {
  background: var(--paper);
  height: calc(100% - 27px);
  padding: 14px 17px 0;
  position: relative;
}

.mobile-greeting {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.mobile-greeting small,
.mobile-greeting strong {
  display: block;
}

.mobile-greeting small {
  color: #7c8c86;
  font-size: 7px;
  margin-bottom: 1px;
}

.mobile-greeting strong {
  font-family: var(--display);
  font-size: 14px;
}

.mobile-mark {
  height: 30px;
  width: 30px;
}

.pantry-summary {
  align-items: center;
  background: var(--sage-light);
  border-radius: 11px;
  display: grid;
  gap: 8px;
  grid-template-columns: 31px 1fr auto;
  margin: 15px 0;
  padding: 10px;
}

.pantry-summary__icon {
  align-items: center;
  background: var(--green);
  border-radius: 8px;
  color: white;
  display: flex;
  height: 31px;
  justify-content: center;
}

.pantry-summary small,
.pantry-summary strong {
  display: block;
}

.pantry-summary small {
  color: #6e8179;
  font-size: 6px;
}

.pantry-summary strong {
  font-size: 8px;
}

.mobile-section-title {
  font-family: var(--display);
  font-size: 11px;
  margin-bottom: 8px;
}

.recipe-card {
  align-items: center;
  background: white;
  border: 1px solid rgba(23, 53, 44, .08);
  border-radius: 12px;
  box-shadow: 0 5px 14px rgba(23, 53, 44, .06);
  display: grid;
  gap: 10px;
  grid-template-columns: 88px 1fr;
  margin-bottom: 9px;
  padding: 7px;
}

.recipe-art {
  border-radius: 9px;
  height: 93px;
  overflow: hidden;
}

.recipe-art--green {
  background: #cfe1c6;
}

.recipe-art--gold {
  background: #f1d69b;
}

.recipe-art img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.recipe-card small,
.recipe-card strong {
  display: block;
}

.recipe-card small {
  color: var(--coral);
  font-size: 5px;
  font-weight: 700;
  letter-spacing: .5px;
}

.recipe-card strong {
  font-family: var(--display);
  font-size: 12px;
  line-height: 1.15;
  margin: 4px 0;
}

.recipe-card p {
  color: #7c8c86;
  font-size: 6px;
  margin: 0;
}

.mobile-nav {
  align-items: center;
  background: var(--paper);
  border-top: 1px solid rgba(23, 53, 44, .08);
  bottom: 0;
  display: flex;
  height: 48px;
  justify-content: space-around;
  left: 0;
  position: absolute;
  right: 0;
}

.mobile-nav span {
  color: #93a29c;
  font-size: 10px;
  text-align: center;
}

.mobile-nav small {
  display: block;
  font-size: 5px;
}

.mobile-nav .active {
  color: var(--green);
}

.floating-note {
  align-items: center;
  backdrop-filter: blur(12px);
  background: rgba(255, 253, 247, .94);
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 13px;
  box-shadow: 0 14px 30px rgba(23, 53, 44, .14);
  display: flex;
  gap: 9px;
  padding: 10px 13px;
  position: absolute;
  z-index: 3;
}

.floating-note--top {
  right: 1%;
  top: 105px;
}

.floating-note--bottom {
  bottom: 90px;
  left: 0;
}

.floating-note__icon {
  align-items: center;
  background: var(--sage);
  border-radius: 9px;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.floating-note__icon--orange {
  background: #f6d7c8;
  color: var(--coral);
}

.floating-note small,
.floating-note strong {
  display: block;
}

.floating-note small {
  color: #85928d;
  font-size: 5px;
  font-weight: 700;
  letter-spacing: .7px;
}

.floating-note strong {
  font-size: 8px;
}

.feature-intro {
  align-items: end;
  display: grid;
  gap: 10%;
  grid-template-columns: 1.5fr .7fr;
  margin: 0 auto;
  max-width: 1180px;
  padding: 105px 32px 55px;
}

.feature-intro h2,
.steps h2,
.family h2,
.closing h2 {
  font-size: clamp(44px, 5vw, 68px);
  letter-spacing: -1.5px;
  margin-bottom: 0;
}

.feature-intro > p {
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 8px;
}

.feature-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.18fr .82fr;
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 32px 110px;
}

.feature-card {
  border-radius: 3px;
  min-height: 385px;
  overflow: hidden;
  padding: 35px;
  position: relative;
}

.feature-card--large {
  display: grid;
  grid-row: span 2;
  grid-template-rows: 1fr auto;
  min-height: 788px;
}

.feature-card--sage {
  background: var(--sage);
}

.feature-card--cream {
  background: #eee6d5;
}

.feature-card--dark {
  background: var(--green-deep);
  color: white;
}

.feature-card__number {
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 9px;
  height: 28px;
  left: 28px;
  line-height: 26px;
  opacity: .65;
  position: absolute;
  text-align: center;
  top: 28px;
  width: 28px;
}

.feature-card__illustration {
  align-self: center;
  height: 335px;
  margin: 40px auto 0;
  position: relative;
  width: 300px;
}

.receipt {
  background: var(--paper);
  border-radius: 6px;
  box-shadow: 18px 22px 0 rgba(40, 95, 80, .14);
  height: 300px;
  padding: 65px 55px;
  position: relative;
  transform: rotate(-5deg);
  width: 220px;
}

.receipt::before {
  color: var(--green);
  content: "PANTRY MUSE";
  font-family: var(--display);
  font-size: 14px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 25px;
  width: 100%;
}

.receipt span {
  background: #ced8d2;
  display: block;
  height: 5px;
  margin-bottom: 16px;
  width: 100%;
}

.receipt span:nth-child(2) {
  width: 74%;
}

.receipt span:nth-child(3) {
  width: 89%;
}

.receipt span:nth-child(4) {
  width: 63%;
}

.receipt b {
  align-items: center;
  background: var(--green);
  border: 5px solid var(--paper);
  border-radius: 50%;
  bottom: -22px;
  color: white;
  display: flex;
  font-size: 21px;
  height: 56px;
  justify-content: center;
  position: absolute;
  right: -22px;
  width: 56px;
}

.scan-line {
  background: var(--coral);
  box-shadow: 0 0 15px rgba(227, 122, 89, .8);
  height: 2px;
  left: 10px;
  position: absolute;
  top: 176px;
  transform: rotate(-5deg);
  width: 280px;
}

.tag {
  color: var(--coral);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-bottom: 14px;
}

.feature-card h3 {
  font-size: 39px;
  letter-spacing: -.7px;
  margin-bottom: 18px;
}

.feature-card > p:last-child,
.feature-card__copy > p:last-child {
  font-size: 12px;
  line-height: 1.75;
  margin-bottom: 0;
  max-width: 410px;
  opacity: .72;
}

.mini-orbit {
  align-items: center;
  display: flex;
  height: 120px;
  justify-content: center;
  margin: 4px auto 25px;
  position: relative;
  width: 175px;
}

.mini-orbit::before,
.mini-orbit::after {
  border: 1px dashed rgba(23, 53, 44, .22);
  border-radius: 50%;
  content: "";
  position: absolute;
}

.mini-orbit::before {
  height: 105px;
  width: 165px;
}

.mini-orbit::after {
  height: 70px;
  width: 105px;
}

.mini-orbit img {
  height: 65px;
  position: relative;
  width: 65px;
  z-index: 2;
}

.mini-orbit i {
  background: var(--gold);
  border: 4px solid #eee6d5;
  border-radius: 50%;
  height: 17px;
  position: absolute;
  width: 17px;
  z-index: 3;
}

.mini-orbit i:nth-of-type(1) {
  left: 5px;
  top: 55px;
}

.mini-orbit i:nth-of-type(2) {
  right: 19px;
  top: 14px;
}

.mini-orbit i:nth-of-type(3) {
  background: var(--coral);
  bottom: 3px;
  right: 24px;
}

.expiry-notification {
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 18px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .22);
  color: var(--green-deep);
  margin: 2px 0 27px auto;
  max-width: 305px;
  padding: 17px 18px 15px;
  transform: rotate(1.5deg);
}

.expiry-notification__top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
}

.expiry-notification__top span,
.expiry-notification__top small {
  color: #718078;
  font-size: 7px;
}

.expiry-notification__top span {
  font-weight: 700;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.expiry-notification > strong {
  display: block;
  font-family: var(--display);
  font-size: 20px;
  line-height: 1.15;
}

.expiry-notification > p {
  color: #61716b;
  font-size: 8px;
  line-height: 1.55;
  margin: 8px 0 12px;
}

.expiry-notification__action {
  color: var(--coral);
  display: block;
  font-size: 8px;
  font-weight: 700;
}

.feature-card--dark .tag {
  color: var(--gold);
}

.steps {
  display: grid;
  gap: 12%;
  grid-template-columns: .75fr 1.25fr;
  margin: 0 auto;
  max-width: 1180px;
  padding: 110px 32px 125px;
}

.steps__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.steps__list li {
  align-items: start;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 25px;
  grid-template-columns: 55px 1fr;
  padding: 26px 0;
}

.steps__list li:last-child {
  border-bottom: 1px solid var(--line);
}

.steps__list > li > span {
  align-items: center;
  border: 1px solid var(--green);
  border-radius: 50%;
  color: var(--green);
  display: flex;
  font-family: var(--display);
  height: 42px;
  justify-content: center;
  width: 42px;
}

.steps__list h3 {
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 700;
  margin: 2px 0 5px;
}

.steps__list p {
  color: var(--ink-soft);
  font-size: 12px;
  margin-bottom: 0;
}

.family {
  background: var(--green-deep);
  color: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 660px;
  overflow: hidden;
}

.family__art {
  align-items: end;
  display: flex;
  justify-content: center;
  min-height: 660px;
  position: relative;
}

.family__circle {
  background: var(--gold);
  border-radius: 50%;
  height: 430px;
  position: absolute;
  top: 115px;
  width: 430px;
}

.family__circle::before,
.family__circle::after {
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  content: "";
  position: absolute;
}

.family__circle::before {
  inset: -45px;
}

.family__circle::after {
  inset: -90px;
}

.family__mascot {
  height: 530px;
  object-fit: contain;
  position: relative;
  width: 530px;
  z-index: 2;
}

.family__copy {
  align-self: center;
  max-width: 500px;
  padding: 75px 55px;
}

.eyebrow--light {
  color: #d7e6de;
}

.family__copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  line-height: 1.85;
  margin: 25px 0 30px;
  max-width: 420px;
}

.closing {
  background: var(--paper);
  overflow: hidden;
  padding: 135px 32px 130px;
  position: relative;
  text-align: center;
}

.closing__mark {
  height: 180px;
  opacity: .07;
  position: absolute;
  right: 8%;
  top: 75px;
  transform: rotate(12deg);
  width: 180px;
}

.closing .eyebrow {
  justify-content: center;
}

.closing > p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: 13px;
  margin: 25px auto 28px;
}

.site-footer {
  align-items: center;
  background: #102f28;
  color: rgba(255, 255, 255, .72);
  display: grid;
  font-size: 10px;
  gap: 20px;
  grid-template-columns: 1.2fr 1fr 1.5fr;
  padding: 48px max(32px, calc((100vw - 1176px) / 2));
}

.brand--footer {
  color: white;
  font-size: 19px;
}

.brand--footer .brand__mark {
  height: 34px;
  width: 34px;
}

.site-footer p {
  margin: 0;
}

.site-footer nav {
  display: flex;
  gap: 20px;
  justify-content: end;
}

.site-footer nav a:hover {
  color: white;
}

.site-footer small {
  border-top: 1px solid rgba(255, 255, 255, .1);
  grid-column: 1 / -1;
  padding-top: 22px;
  text-align: center;
}

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

  .hero {
    grid-template-columns: 1fr;
    padding-top: 25px;
  }

  .hero__copy {
    padding-left: 0;
    text-align: center;
  }

  .hero__lede,
  .trust-row {
    margin-left: auto;
    margin-right: auto;
  }

  .hero__actions,
  .trust-row {
    justify-content: center;
  }

  .hero__visual {
    margin: 60px auto 0;
    max-width: 580px;
    width: 100%;
  }

  .feature-intro,
  .steps {
    gap: 55px;
    grid-template-columns: 1fr;
  }

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

  .feature-card--large {
    min-height: 700px;
  }

  .family__circle {
    height: 330px;
    width: 330px;
  }

  .family__mascot {
    height: 430px;
    width: 430px;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer nav {
    grid-column: 1 / -1;
    justify-content: start;
  }
}

@media (max-width: 700px) {
  .site-header {
    height: 74px;
    padding: 0 20px;
  }

  .brand {
    font-size: 20px;
  }

  .brand__mark {
    height: 35px;
    width: 35px;
  }

  .site-header .button {
    font-size: 10px;
    min-height: 36px;
    padding: 0 15px;
  }

  .hero {
    min-height: 0;
    padding: 65px 20px 50px;
  }

  h1 {
    font-size: 57px;
    letter-spacing: -2px;
  }

  .hero__lede {
    font-size: 14px;
  }

  .hero__actions {
    flex-direction: column;
  }

  .trust-row {
    gap: 11px 18px;
  }

  .hero__visual {
    height: 520px;
    margin-top: 45px;
    transform: scale(.9);
    transform-origin: top center;
  }

  .sun-shape {
    height: 360px;
    left: 50%;
    top: 75px;
    transform: translateX(-50%) rotate(-8deg);
    width: 360px;
  }

  .floating-note--top {
    right: -5%;
  }

  .floating-note--bottom {
    left: -5%;
  }

  .feature-intro,
  .feature-grid,
  .steps {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-intro {
    padding-top: 75px;
  }

  .feature-intro h2,
  .steps h2,
  .family h2,
  .closing h2 {
    font-size: 43px;
  }

  .feature-card {
    padding: 30px 25px;
  }

  .feature-card h3 {
    font-size: 34px;
  }

  .feature-card--large {
    min-height: 650px;
  }

  .feature-card__illustration {
    transform: scale(.82);
  }

  .steps {
    padding-bottom: 85px;
    padding-top: 80px;
  }

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

  .family__art {
    min-height: 430px;
  }

  .family__circle {
    top: 65px;
  }

  .family__mascot {
    height: 400px;
  }

  .family__copy {
    padding: 50px 25px 80px;
    text-align: center;
  }

  .family__copy .eyebrow {
    justify-content: center;
  }

  .closing {
    padding: 95px 20px;
  }

  .site-footer {
    display: flex;
    flex-direction: column;
    padding: 45px 24px;
    text-align: center;
  }

  .site-footer nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .site-footer small {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: .01ms !important;
  }
}

/* Product proof and SEO landing sections */

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.hero__visual--product {
  min-width: 0;
}

.product-phone {
  background: #faf7ef;
  border: 5px solid #15352d;
  border-radius: 38px;
  box-shadow: 0 34px 70px rgba(18, 59, 50, .24);
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.product-phone::before {
  background: #15352d;
  border-radius: 0 0 12px 12px;
  content: "";
  height: 18px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 84px;
  z-index: 3;
}

.product-phone img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.product-phone--hero {
  height: 576px;
  left: 50%;
  position: absolute;
  top: 6px;
  transform: translateX(-50%) rotate(2deg);
  width: 266px;
}

.proof-strip {
  background: var(--green-deep);
  color: white;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1180px;
}

.proof-strip > div {
  padding: 32px 38px;
}

.proof-strip > div + div {
  border-left: 1px solid rgba(255, 255, 255, .14);
}

.proof-strip strong,
.proof-strip span {
  display: block;
}

.proof-strip strong {
  color: var(--gold);
  font-family: var(--display);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
}

.proof-strip span {
  color: rgba(255, 255, 255, .68);
  font-size: 11px;
  margin-top: 7px;
}

.suggestion-showcase {
  align-items: center;
  background:
    radial-gradient(circle at 85% 18%, rgba(233, 181, 94, .22), transparent 25rem),
    var(--green-deep);
  color: white;
  display: grid;
  gap: 9%;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  overflow: hidden;
  padding: 120px max(32px, calc((100vw - 1116px) / 2));
}

.suggestion-showcase__copy h2 {
  font-size: clamp(48px, 5.4vw, 76px);
  letter-spacing: -2px;
  margin: 0 0 28px;
}

.suggestion-showcase__copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.9;
  max-width: 590px;
}

.suggestion-demo {
  background: var(--paper);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 28px;
  box-shadow: 0 38px 70px rgba(7, 28, 22, .34);
  color: var(--green-deep);
  margin: 24px 0;
  min-height: 510px;
  padding: 34px;
  position: relative;
  transform: rotate(1.5deg);
}

.suggestion-demo::before {
  border: 1px dashed rgba(23, 53, 44, .15);
  border-radius: 50%;
  content: "";
  height: 170px;
  position: absolute;
  right: -70px;
  top: -70px;
  width: 170px;
}

.suggestion-demo__head {
  align-items: start;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.suggestion-demo__head small,
.suggestion-demo__head strong {
  display: block;
}

.suggestion-demo__head small {
  color: var(--coral);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1px;
}

.suggestion-demo__head strong {
  font-family: var(--display);
  font-size: 26px;
  margin-top: 5px;
}

.suggestion-demo__head > span {
  background: var(--sage);
  border-radius: 999px;
  font-size: 8px;
  font-weight: 700;
  padding: 9px 12px;
}

.suggestion-demo__ingredients {
  display: flex;
  gap: 8px;
  margin: 20px 0 25px;
}

.suggestion-demo__ingredients > span {
  background: #efe9db;
  border-radius: 12px;
  flex: 1;
  font-size: 9px;
  font-weight: 700;
  min-width: 0;
  padding: 12px 10px;
}

.suggestion-demo__ingredients small {
  color: #788780;
  display: block;
  font-size: 6px;
  font-weight: 500;
  margin-top: 4px;
}

.suggestion-demo__match {
  background: #edf1df;
  border: 1px solid rgba(23, 53, 44, .08);
  border-radius: 20px;
  padding: 20px;
}

.suggestion-demo__match-label {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.suggestion-demo__match-label span {
  color: var(--coral);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 1px;
}

.suggestion-demo__match-label small {
  color: #718078;
  font-size: 7px;
}

.suggestion-demo__dish {
  align-items: center;
  display: grid;
  gap: 15px;
  grid-template-columns: 88px 1fr;
}

.suggestion-demo__dish-art {
  background: #d5dfbc;
  border-radius: 16px;
  height: 88px;
  overflow: hidden;
  position: relative;
}

.suggestion-demo__dish-art::before {
  background: #f9f1d6;
  border: 8px solid white;
  border-radius: 50%;
  box-shadow: 0 7px 16px rgba(23, 53, 44, .16);
  content: "";
  height: 55px;
  left: 16px;
  position: absolute;
  top: 12px;
  width: 55px;
}

.suggestion-demo__dish-art i {
  background: #70916b;
  border-radius: 60% 40% 60% 40%;
  height: 12px;
  left: 32px;
  position: absolute;
  top: 33px;
  transform: rotate(25deg);
  width: 23px;
  z-index: 2;
}

.suggestion-demo__dish-art i:nth-child(2) {
  background: #d7a76d;
  left: 42px;
  top: 48px;
  transform: rotate(-15deg);
}

.suggestion-demo__dish-art i:nth-child(3) {
  left: 24px;
  top: 51px;
  transform: rotate(70deg);
}

.suggestion-demo__dish strong {
  display: block;
  font-family: var(--display);
  font-size: 21px;
}

.suggestion-demo__dish p {
  color: #65756e;
  font-size: 7px;
  margin: 6px 0 9px;
}

.suggestion-demo__dish > div:last-child > span {
  background: var(--green);
  border-radius: 999px;
  color: white;
  display: inline-block;
  font-size: 7px;
  font-weight: 700;
  padding: 7px 10px;
}

.suggestion-demo__reason {
  border-left: 3px solid var(--gold);
  margin: 22px 4px 0;
  padding-left: 14px;
}

.suggestion-demo__reason span {
  font-family: var(--display);
  font-size: 14px;
}

.suggestion-demo__reason p {
  color: #718078;
  font-size: 7px;
  line-height: 1.5;
  margin: 5px 0 0;
}

.showcase {
  align-items: center;
  display: grid;
  gap: 9%;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
  overflow: hidden;
  padding: 110px max(32px, calc((100vw - 1116px) / 2));
}

.showcase--explore {
  background: #eef1df;
}

.showcase--community {
  background: #2f2340;
  color: white;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
}

.showcase__visual {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 650px;
  position: relative;
}

.product-phone--showcase {
  height: 635px;
  width: 294px;
}

.showcase__badge {
  background: var(--paper);
  border: 1px solid rgba(23, 53, 44, .12);
  border-radius: 999px;
  bottom: 30px;
  box-shadow: 0 12px 30px rgba(23, 53, 44, .12);
  color: var(--green);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .7px;
  padding: 10px 15px;
  position: absolute;
  text-transform: uppercase;
  z-index: 3;
}

.showcase__badge--dark {
  background: #fff4d8;
  color: #2f2340;
}

.showcase__copy h2 {
  font-size: clamp(46px, 5vw, 70px);
  letter-spacing: -1.5px;
  margin: 0 0 28px;
}

.showcase__copy > p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.9;
  max-width: 570px;
}

.showcase--community .showcase__copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, .72);
}

.check-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 28px 0 34px;
  padding: 0;
}

.check-list li {
  color: var(--ink-soft);
  font-size: 12px;
  padding-left: 28px;
  position: relative;
}

.check-list li::before {
  align-items: center;
  background: var(--green);
  border-radius: 50%;
  color: white;
  content: "✓";
  display: flex;
  font-size: 8px;
  height: 17px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 2px;
  width: 17px;
}

.check-list--light li {
  color: rgba(255, 255, 255, .76);
}

.check-list--light li::before {
  background: var(--gold);
  color: #2f2340;
}

.faq {
  display: grid;
  gap: 9%;
  grid-template-columns: .8fr 1.2fr;
  margin: 0 auto;
  max-width: 1180px;
  padding: 120px 32px;
}

.faq__heading h2 {
  font-size: clamp(42px, 4.5vw, 62px);
  margin: 0;
}

.faq__list {
  border-top: 1px solid var(--line);
}

.faq details {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}

.faq summary {
  cursor: pointer;
  font-family: var(--display);
  font-size: 21px;
  list-style-position: outside;
}

.faq details p {
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.8;
  margin: 14px 0 0;
  max-width: 650px;
}

/* Legal content is owned and served by the public landing site. */

.legal-page {
  background:
    radial-gradient(circle at 90% 3%, rgba(233, 181, 94, .24), transparent 27rem),
    var(--cream);
  min-height: 100vh;
}

.legal-header {
  backdrop-filter: blur(16px);
  background: rgba(247, 244, 235, .91);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
}

.legal-nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1120px;
  min-height: 76px;
  padding: 0 24px;
}

.legal-nav__links {
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 24px;
}

.legal-nav__links a:hover {
  color: var(--coral);
}

.legal-hero {
  align-items: end;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 1fr) 310px;
  margin: 0 auto;
  max-width: 1120px;
  padding: 92px 24px 78px;
}

.legal-hero h1 {
  font-size: clamp(50px, 7vw, 82px);
  letter-spacing: -3px;
  margin: 0 0 26px;
}

.legal-hero__lead {
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.8;
  max-width: 720px;
}

.legal-updated {
  color: #75857e;
  font-size: 12px;
  margin-top: 25px;
}

.legal-promise {
  background: var(--green-deep);
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(18, 59, 50, .17);
  color: white;
  padding: 25px;
}

.legal-promise strong {
  font-family: var(--display);
  font-size: 21px;
  font-weight: 400;
}

.legal-promise p {
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
  line-height: 1.7;
  margin: 9px 0 0;
}

.legal-layout {
  display: grid;
  gap: 72px;
  grid-template-columns: 200px minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 24px 100px;
}

.legal-toc {
  align-self: start;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 22px 0;
  position: sticky;
  top: 105px;
}

.legal-toc p,
.legal-kicker {
  color: var(--green);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.legal-toc p {
  margin-bottom: 5px;
}

.legal-toc a {
  color: #718078;
  font-size: 12px;
}

.legal-toc a:hover {
  color: var(--green);
}

.legal-section {
  border-top: 1px solid var(--line);
  padding: 64px 0;
  scroll-margin-top: 100px;
}

.legal-section:first-child {
  border-top: 0;
  padding-top: 0;
}

.legal-section > h2 {
  font-size: clamp(34px, 4vw, 48px);
  letter-spacing: -1px;
  margin: 0 0 34px;
}

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

.legal-summary-grid > div {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  min-height: 190px;
  padding: 24px;
}

.legal-summary-grid h3 {
  font-size: 20px;
  margin: 18px 0 8px;
}

.legal-summary-grid p,
.legal-callout {
  color: #718078;
  font-size: 12px;
  line-height: 1.7;
  margin: 0;
}

.legal-color {
  border-radius: 8px;
  display: block;
  height: 26px;
  width: 26px;
}

.legal-color--green { background: var(--green); }
.legal-color--lime { background: #dff171; }
.legal-color--sage { background: var(--sage); }
.legal-color--dark { background: var(--green-deep); }

.legal-callout {
  background: rgba(233, 181, 94, .12);
  border-left: 3px solid var(--gold);
  margin-top: 18px;
  padding: 14px 17px;
}

.legal-copy {
  max-width: 760px;
}

.legal-copy h3 {
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  margin: 38px 0 12px;
}

.legal-copy p,
.legal-copy li,
.legal-contact > p {
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.85;
}

.legal-copy p {
  margin-bottom: 17px;
}

.legal-copy ul {
  padding-left: 22px;
}

.legal-copy li {
  margin: 7px 0;
}

.legal-copy li::marker {
  color: var(--green);
}

.legal-data-list {
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 18px;
  display: grid;
  gap: 1px;
  overflow: hidden;
}

.legal-data-list > div {
  background: var(--paper);
  padding: 19px 21px;
}

.legal-data-list strong {
  display: block;
  font-size: 13px;
  margin-bottom: 4px;
}

.legal-data-list p {
  font-size: 12px;
  margin: 0;
}

.legal-contact > p {
  max-width: 680px;
}

.legal-footer {
  align-items: center;
  background: var(--paper);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr auto 1fr;
  padding: 34px max(24px, calc((100vw - 1072px) / 2));
}

.legal-footer .brand {
  font-size: 18px;
}

.legal-footer .brand__mark {
  height: 32px;
  width: 32px;
}

.legal-footer p {
  color: #718078;
  font-size: 11px;
  margin: 0;
}

.legal-footer > a:last-child {
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
  justify-self: end;
}

@media (max-width: 980px) {
  .suggestion-showcase {
    gap: 60px;
    grid-template-columns: 1fr;
  }

  .suggestion-demo {
    margin-left: auto;
    margin-right: auto;
    max-width: 570px;
    width: 100%;
  }

  .showcase,
  .showcase--community {
    gap: 50px;
    grid-template-columns: 1fr;
  }

  .showcase--community .showcase__copy {
    order: 2;
  }

  .showcase--community .showcase__visual {
    order: 1;
  }

  .faq {
    gap: 50px;
    grid-template-columns: 1fr;
  }

  .legal-hero {
    gap: 34px;
    grid-template-columns: 1fr;
  }

  .legal-promise {
    max-width: 520px;
  }

  .legal-layout {
    gap: 32px;
    grid-template-columns: 1fr;
  }

  .legal-toc {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    position: static;
  }

  .legal-toc p {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .product-phone--hero {
    height: 548px;
    width: 253px;
  }

  .proof-strip {
    grid-template-columns: 1fr;
    margin: 0 20px;
  }

  .proof-strip > div {
    padding: 24px 28px;
  }

  .proof-strip > div + div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .14);
  }

  .suggestion-showcase {
    padding: 86px 20px;
  }

  .suggestion-showcase__copy h2 {
    font-size: 45px;
  }

  .suggestion-demo {
    border-radius: 22px;
    min-height: 0;
    padding: 24px 18px;
    transform: none;
  }

  .suggestion-demo__head strong {
    font-size: 22px;
  }

  .suggestion-demo__ingredients {
    flex-wrap: wrap;
  }

  .suggestion-demo__ingredients > span {
    flex-basis: calc(50% - 4px);
  }

  .suggestion-demo__dish {
    grid-template-columns: 72px 1fr;
  }

  .suggestion-demo__dish-art {
    height: 72px;
  }

  .suggestion-demo__dish-art::before {
    height: 43px;
    left: 11px;
    top: 7px;
    width: 43px;
  }

  .suggestion-demo__dish strong {
    font-size: 17px;
  }

  .showcase {
    padding: 80px 20px;
  }

  .showcase__visual {
    min-height: 590px;
  }

  .product-phone--showcase {
    height: 570px;
    width: 264px;
  }

  .showcase__copy h2 {
    font-size: 43px;
  }

  .faq {
    padding: 90px 20px;
  }

  .legal-nav {
    min-height: 70px;
    padding: 0 14px;
  }

  .legal-nav .brand {
    font-size: 17px;
  }

  .legal-nav .brand__mark {
    height: 32px;
    width: 32px;
  }

  .legal-nav__links {
    gap: 12px;
  }

  .legal-nav__links a {
    font-size: 10px;
  }

  .legal-hero,
  .legal-layout {
    padding-left: 18px;
    padding-right: 18px;
  }

  .legal-hero {
    padding-bottom: 55px;
    padding-top: 64px;
  }

  .legal-hero h1 {
    font-size: 47px;
    letter-spacing: -2px;
  }

  .legal-hero__lead {
    font-size: 15px;
  }

  .legal-summary-grid {
    grid-template-columns: 1fr;
  }

  .legal-summary-grid > div {
    min-height: 0;
  }

  .legal-footer {
    grid-template-columns: 1fr;
  }

  .legal-footer > a:last-child {
    justify-self: start;
  }
}
