:root {
  --product-sage: #dce8d5;
  --product-sage-deep: #40543d;
}

.company-brand {
  gap: 13px;
}

.company-logo {
  width: 44px;
  height: 44px;
  flex: none;
  display: block;
  border-radius: 50%;
  box-shadow: 0 7px 18px rgba(132, 88, 13, 0.15);
}

.site-footer .company-logo {
  width: 36px;
  height: 36px;
}

.brand-copy strong {
  max-width: 250px;
  font-size: 16px;
  letter-spacing: -0.035em;
  line-height: 1.12;
  white-space: nowrap;
}

.brand-copy small {
  margin-top: 6px;
  font-size: 7.5px;
  letter-spacing: 0.14em;
  white-space: nowrap;
}

.hero-art {
  border: 1px solid rgba(25, 23, 19, 0.1);
  background:
    radial-gradient(circle at 27% 24%, rgba(255, 255, 255, 0.52), transparent 31%),
    linear-gradient(145deg, #ffdb67 0%, #f5bb30 100%);
  box-shadow: 0 42px 90px rgba(169, 111, 16, 0.22);
}

.hero-art::before {
  width: 17px;
  height: 17px;
  left: 12%;
  top: 18%;
  filter: none;
  background: var(--paper);
  border: 1.5px solid var(--ink);
  box-shadow:
    24px -25px 0 -5px var(--ink),
    45px 10px 0 -6px var(--ink);
}

.orbit {
  right: auto;
  border-width: 1.5px;
  border-color: rgba(25, 23, 19, 0.76);
}

.orbit-outer {
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
}

.orbit-middle {
  width: 58%;
  height: 58%;
  left: 28%;
  top: 21%;
}

.orbit-inner {
  width: 34%;
  height: 34%;
  left: 50%;
  top: 33%;
  background: rgba(255, 250, 241, 0.34);
}

.hero-monogram {
  width: 116px;
  height: 116px;
  position: absolute;
  left: 35%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-width: 1.5px;
  box-shadow: 0 16px 34px rgba(95, 60, 6, 0.16);
}

.hero-monogram span {
  font-size: 58px;
}

.hero-monogram img {
  width: 68px;
  height: 68px;
}

.hero-art > p {
  width: 100%;
  right: auto;
  bottom: 8%;
  left: 0;
  text-align: center;
  transform: none;
  font-size: 8px;
  letter-spacing: 0.2em;
}

.product-section {
  position: relative;
  background: var(--product-sage);
}

.product-section::before {
  content: "";
  width: 440px;
  height: 440px;
  position: absolute;
  top: -245px;
  left: max(24px, calc(50vw - 660px));
  border: 1px solid rgba(64, 84, 61, 0.18);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 72px rgba(255, 250, 241, 0.16),
    inset 0 0 0 73px rgba(64, 84, 61, 0.14),
    inset 0 0 0 142px rgba(255, 250, 241, 0.12);
}

.product-inner {
  position: relative;
  z-index: 1;
}

.product-section .section-kicker {
  color: var(--product-sage-deep);
}

.foodle-wordmark {
  width: 164px;
  margin-bottom: 30px;
  padding: 13px 16px;
  border: 1px solid rgba(25, 23, 19, 0.08);
  border-radius: 20px;
  background: rgba(255, 250, 241, 0.82);
  box-shadow: 0 12px 28px rgba(64, 84, 61, 0.12);
}

.product-description {
  color: #465143;
}

.tag-list span {
  border-color: rgba(64, 84, 61, 0.18);
  background: rgba(255, 250, 241, 0.58);
}

.phone {
  box-shadow: 0 34px 80px rgba(48, 68, 47, 0.24);
}

@media (max-width: 660px) {
  .company-brand {
    gap: 9px;
  }

  .site-header .company-logo {
    width: 38px;
    height: 38px;
  }

  .brand-copy strong {
    max-width: 205px;
    font-size: 13px;
  }

  .brand-copy small {
    margin-top: 4px;
    font-size: 6.5px;
  }

  .hero-monogram {
    width: 92px;
    height: 92px;
  }

  .hero-monogram img {
    width: 54px;
    height: 54px;
  }

  .hero-monogram small {
    bottom: 11px;
  }

  .foodle-wordmark {
    width: 150px;
  }
}
