@font-face {
  font-family: Inter;
  src: url("/inter.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  font-family: Inter, system-ui, sans-serif;
  color: #17372f;
  background: #f4f4eb;
  font-synthesis: none;
  --green: #193d33;
  --lime: #cff49b;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
a:focus-visible {
  outline: 3px solid #507828;
  outline-offset: 7px;
}
header,
main,
footer {
  max-width: 1320px;
  margin: auto;
}
header {
  padding: 32px 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wordmark {
  font-size: 36px;
  font-weight: 730;
  letter-spacing: -2px;
}
.wordmark span {
  font-size: 12px;
  color: #629443;
  margin-left: 4px;
}
.nav-access {
  font-size: 14px;
  font-weight: 620;
  border-bottom: 1px solid #bac6ae;
  padding: 10px 0;
}
.nav-access span {
  margin-left: 20px;
}
.skip {
  position: absolute;
  left: -9999px;
}
.skip:focus {
  left: 20px;
  top: 10px;
  background: white;
  padding: 12px;
  z-index: 9;
}
.hero {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  min-height: 690px;
  padding: 65px 52px 95px;
  gap: 40px;
}
.eyebrow {
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.16em;
  display: flex;
  align-items: center;
  gap: 9px;
}
.live-dot {
  width: 7px;
  height: 7px;
  background: #689345;
  border-radius: 50%;
}
h1 {
  font-size: clamp(58px, 6.8vw, 88px);
  line-height: 1.03;
  letter-spacing: -0.068em;
  font-weight: 560;
  margin: 27px 0;
}
em {
  font-style: normal;
  color: #5e8050;
}
p {
  line-height: 1.65;
}
.lead {
  font-size: 18px;
  color: #536254;
  margin: 26px 0 32px;
}
.button {
  display: inline-flex;
  gap: 30px;
  align-items: center;
  background: var(--green);
  color: #f1f6e8;
  border-radius: 50px;
  padding: 18px 24px;
  font-size: 14px;
  font-weight: 570;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #2c5543;
  transform: translateY(-2px);
}
.hero-note {
  font-size: 12px;
  color: #64735e;
  margin: 18px 0;
}
.hero-art {
  aspect-ratio: 1;
  position: relative;
  display: grid;
  place-items: center;
  background: radial-gradient(ellipse at center, #dce6bc 0, transparent 65%);
}
.orbit {
  position: absolute;
  border: 1px solid #aebd9977;
  border-radius: 50%;
  width: 88%;
  height: 88%;
}
.orbit-two {
  width: 68%;
  height: 68%;
  transform: rotate(30deg);
}
.orbit-three {
  width: 105%;
  height: 38%;
  transform: rotate(-42deg);
}
.orbit-one:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #729653;
  border-radius: 50%;
  top: 18%;
  left: 10%;
}
.art-core {
  font-size: 150px;
  line-height: 1;
  letter-spacing: -15px;
  width: 220px;
  height: 220px;
  display: grid;
  place-content: center;
  background: linear-gradient(140deg, #376144, #173d30 65%);
  border-radius: 70px;
  transform: rotate(-12deg);
  color: #d7f2b5;
  box-shadow: 18px 35px 70px #28452a27;
}
.art-core span {
  position: absolute;
  font-size: 22px;
  right: 27px;
  bottom: 28px;
  letter-spacing: 0;
  color: #99bc6f;
}
.orbit-label {
  position: absolute;
  font-size: 13px;
  letter-spacing: -0.02em;
  background: #f4f4ebcf;
  padding: 11px 19px;
  border: 1px solid #d3dac8;
  border-radius: 30px;
}
.label-top {
  top: 11%;
  right: 1%;
}
.label-bottom {
  bottom: 15%;
  left: 0;
}
.art-caption {
  position: absolute;
  bottom: -20px;
  font-size: 9px;
  letter-spacing: 0.19em;
  color: #405238;
}
.product {
  margin: 0 24px;
  background: #e7ecdb;
  padding: 42px 40px 56px;
  border-radius: 28px;
}
.product-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #bac6ac;
  padding-bottom: 22px;
}
.tag {
  font-size: 10px;
  border: 1px solid #b6c4a8;
  border-radius: 20px;
  padding: 8px 12px;
}
.product-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  padding-top: 28px;
}
h2 {
  font-size: clamp(30px, 3.5vw, 45px);
  font-weight: 530;
  letter-spacing: -0.05em;
  line-height: 1.17;
}
.product-grid p {
  color: #586953;
  font-size: 15px;
  max-width: 470px;
}
.product-grid small {
  display: block;
  font-size: 11px;
  color: #405238;
  margin-top: 15px;
}
.product-grid .button {
  margin-top: 15px;
}
.features {
  padding-top: 20px;
}
.features article {
  display: flex;
  gap: 22px;
  border-bottom: 1px solid #c7d1bd;
  padding: 20px 0;
}
.features article:last-child {
  border: 0;
}
.features article > span {
  color: #405238;
  font-size: 11px;
  padding-top: 4px;
}
.features h3 {
  font-size: 16px;
  font-weight: 620;
  margin: 0;
}
.features p {
  font-size: 13px;
  margin: 8px 0;
}
.closing {
  text-align: center;
  max-width: 690px;
  margin: 105px auto 95px;
  padding: 0 25px;
}
.closing .eyebrow {
  justify-content: center;
}
.closing h2 {
  font-size: 38px;
}
.closing > p:last-child {
  font-size: 15px;
  color: #405238;
  max-width: 500px;
  margin: auto;
}
footer {
  padding: 30px 52px;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
  border-top: 1px solid #d6ddca;
}
footer .wordmark {
  font-size: 26px;
}
footer p,
footer > a:last-child {
  font-size: 11px;
  color: #607057;
}
@media (max-width: 760px) {
  header {
    padding: 24px;
  }
  .wordmark {
    font-size: 30px;
  }
  .nav-access {
    font-size: 12px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 45px 24px 60px;
    gap: 25px;
    min-height: 0;
  }
  h1 {
    font-size: 66px;
  }
  .lead {
    font-size: 16px;
  }
  .hero-art {
    width: 80%;
    max-width: 370px;
    justify-self: center;
  }
  .art-core {
    width: 165px;
    height: 165px;
    border-radius: 50px;
    font-size: 110px;
  }
  .art-core span {
    font-size: 16px;
    right: 20px;
    bottom: 22px;
  }
  .art-caption {
    font-size: 8px;
  }
  .product {
    margin: 0 12px;
    padding: 27px 24px 35px;
    border-radius: 20px;
  }
  .product-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .product-grid {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .product-grid h2 {
    font-size: 35px;
  }
  .features article {
    gap: 17px;
  }
  .closing {
    margin: 70px auto;
  }
  .closing h2 {
    font-size: 30px;
  }
  footer {
    padding: 25px;
    flex-wrap: wrap;
    gap: 12px;
  }
  footer p {
    order: 3;
    flex-basis: 100%;
    margin: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .button {
    transition: none;
  }
}
