:root {
  --ink: #06472b;
  --deep: #022f1d;
  --teal: #08743d;
  --aqua: #6fa944;
  --cream: #fbf6e8;
  --line: #d9e5d6;
  --muted: #526a59;
}

header {
  min-height: 118px;
  padding-top: 8px;
  padding-bottom: 8px;
  background: rgba(210, 224, 201, 0.98);
  border-bottom-color: rgba(6, 71, 43, 0.12);
}

header nav {
  background-color: #d2e0c9;
}

header .pill {
  display: flex;
  min-width: 154px;
  padding: 10px 20px 9px;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  line-height: 1.15;
}

header .pill span {
  font-size: 0.9rem;
}

header .pill strong {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.035em;
  opacity: 0.84;
}

footer {
  min-height: 180px;
  padding-top: 36px;
  padding-bottom: 36px;
  background: #d2e0c9;
  border-top: 1px solid rgba(6, 71, 43, 0.12);
}

.brand {
  position: relative;
  display: block;
  width: 245px;
  height: 102px;
  overflow: hidden;
}

.brand img {
  position: absolute;
  left: 0;
  top: -68px;
  width: 235px;
  height: auto;
  max-width: none;
}

.hero {
  color: var(--cream);
  background:
    radial-gradient(circle at 79% 42%, rgba(111, 169, 68, 0.3), transparent 28%),
    linear-gradient(125deg, #022519 0%, #06472b 58%, #08743d 100%);
  isolation: isolate;
}

.hero {
  padding-top: 205px;
}

.hero::before {
  background-image:
    linear-gradient(rgba(251, 246, 232, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(251, 246, 232, 0.08) 1px, transparent 1px);
  opacity: 0.8;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 520px;
  height: 520px;
  right: -120px;
  top: 125px;
  border: 1px solid rgba(251, 246, 232, 0.18);
  border-radius: 50%;
  box-shadow:
    0 0 0 85px rgba(251, 246, 232, 0.035),
    0 0 0 170px rgba(251, 246, 232, 0.02);
}

.hero .eyebrow {
  color: #a8d67e;
}

.hero .eyebrow::before {
  background: #a8d67e;
}

.hero h1 em {
  color: #9ed36f;
}

.hero-copy > p:not(.eyebrow) {
  color: #d9e9dc;
}

.actions a {
  border-color: rgba(251, 246, 232, 0.36);
}

.actions .primary {
  color: #063a25;
  background: #a8d67e;
  border-color: #a8d67e;
  box-shadow: 6px 6px 0 #fbf6e8;
}

.actions a:not(.primary) {
  color: var(--cream);
  background: rgba(255, 255, 255, 0.06);
}

.proof {
  border-top-color: rgba(251, 246, 232, 0.24);
}

.proof div + div {
  border-left-color: rgba(251, 246, 232, 0.2);
}

.proof span {
  color: #afc8b4;
}

.hero-mark img {
  width: 82%;
  filter: drop-shadow(0 28px 35px rgba(0, 15, 8, 0.4));
}

.hero-mark {
  background: rgba(251, 246, 232, 0.08);
  border: 1px solid rgba(251, 246, 232, 0.16);
  border-radius: 50%;
  box-shadow: inset 0 0 80px rgba(251, 246, 232, 0.04);
}

.hero-mark i {
  border-color: rgba(168, 214, 126, 0.34);
}

.services {
  background: #f7f1e3;
}

.grid {
  gap: 18px;
  border: 0;
  background: transparent;
}

.grid article {
  border: 1px solid rgba(6, 71, 43, 0.13);
  box-shadow: 0 18px 45px rgba(4, 47, 29, 0.08);
}

.grid article:nth-child(2),
.grid article:nth-child(3) {
  background: #ffffff;
}

.grid article:nth-child(4) {
  background: #e4efdf;
  border-color: #cadcc4;
}

.grid .dark {
  background: linear-gradient(145deg, #032c1c, #075b35);
  border-color: #075b35;
}

.grid .icon {
  background: #eff6eb;
}

.grid .dark .icon {
  background: rgba(255, 255, 255, 0.08);
}

.seal {
  background: radial-gradient(circle, #edf6e9, #d9ead5);
  border: 1px solid #c9ddc3;
  box-shadow: 32px 32px 0 #06472b;
}

.seal img {
  width: 88%;
}

.contact {
  background: linear-gradient(135deg, #043e27, #08713e);
  border-top: 10px solid #9ed36f;
}

.contact > a {
  box-shadow: 12px 12px 0 rgba(1, 35, 21, 0.6);
}

.footer-logo {
  position: relative;
  display: block;
  width: 245px;
  height: 108px;
  overflow: hidden;
}

.footer-logo img {
  position: absolute;
  left: 0;
  top: -68px;
  width: 235px;
  height: auto;
  max-width: none;
}

@media (max-width: 800px) {
  header {
    min-height: 98px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  header nav {
    top: 98px;
  }

  .brand {
    width: 200px;
    height: 90px;
  }

  .brand img {
    top: -57px;
    width: 195px;
  }

  .hero {
    padding-top: 145px;
  }

  .hero::after {
    display: none;
  }

  .grid {
    gap: 12px;
  }
}
