.official-brand {
  gap: 0;
  letter-spacing: 0;
}

.brand-logo {
  display: block;
  width: 260px;
  height: 72px;
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 760px) {
  .brand-logo {
    width: 194px;
    height: 54px;
  }
}

.hero {
  position: relative;
  display: block;
  min-height: 610px;
  padding: 0;
  isolation: isolate;
  overflow: hidden;
  background: #082d25 url('./delivery-hero.png') right center / auto 100% no-repeat;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(4, 34, 28, .97) 0%, rgba(4, 34, 28, .84) 34%, rgba(4, 34, 28, .34) 61%, rgba(4, 34, 28, .05) 100%);
}

.hero-copy {
  min-height: 610px;
  padding-top: 142px;
  padding-bottom: 104px;
}

.hero h1 {
  max-width: 650px;
  color: #fff;
}

.hero h1 em {
  color: #c7f18c;
}

.hero .lead {
  color: #ecf3ef;
  max-width: 540px;
}

.hero-kicker {
  margin: 18px 0 0;
  color: #c7f18c;
  font-size: 18px;
  font-weight: 700;
}

.hero-lead-secondary {
  margin-top: 12px;
}

.hero .secondary-link {
  color: #fff;
}

.proof-bar {
  background: #f4f6f2;
}

.proof-bar .delivery-categories {
  display: grid;
  grid-template-columns: 162px 1fr;
  align-items: center;
  gap: 24px;
  padding: 22px 0;
}

.delivery-categories strong {
  color: var(--deep);
  font-size: 14px;
}

.delivery-categories ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.delivery-categories li {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 8px 10px;
  border: 1px solid #d9e3dc;
  border-top: 3px solid #a8e063;
  background: #fff;
  color: #355049;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
}

.feature-icon {
  display: block;
  width: 86px;
  height: 86px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.how-panel {
  grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr);
  align-items: center;
}

.how-copy ol {
  margin-top: 27px;
}

.how-copy li {
  padding: 16px 0;
}

.how-note {
  margin: 25px 0 0;
  padding-top: 19px;
  border-top: 1px solid rgba(255, 255, 255, .18);
  color: #d8e7df;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.product-shot {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.product-shot img {
  display: block;
  width: min(100%, 390px);
  height: auto;
  border-radius: 25px;
  box-shadow: 0 26px 54px rgba(0, 0, 0, .28);
}

@media (max-width: 760px) {
  .hero {
    min-height: 610px;
    background-image: url('./delivery-hero-mobile.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .hero::before {
    display: block;
    background: rgba(6, 74, 48, .84);
  }

  .hero-actions {
    flex-direction: row;
    gap: 12px;
  }

  .nav .text-link {
    display: inline;
  }

  .nav .button.small {
    display: none;
  }

  .hero .button {
    min-height: 48px;
    padding: 13px 16px;
    border: 1px solid #fff;
    border-radius: 8px;
    text-align: center;
  }

  .hero h1,
  .hero-kicker,
  .hero .lead {
    text-shadow: 0 2px 14px rgba(0, 0, 0, .55);
  }

  .hero-copy {
    min-height: 610px;
    padding-top: 116px;
    padding-bottom: 70px;
  }

  .proof-bar .delivery-categories {
    display: block;
    padding: 20px 0;
  }

  .delivery-categories strong {
    display: block;
    margin-bottom: 12px;
  }

  .delivery-categories ul {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 3px;
  }

  .delivery-categories li {
    flex: 0 0 auto;
  }

  .how-panel {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 34px 24px;
  }

  .product-shot {
    order: -1;
  }

  .product-shot img {
    width: min(100%, 340px);
  }
}
