@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root {
  font-family:'DM Sans',Arial,sans-serif;
  color:#142820;
  background:#f4f4ec;
  font-synthesis:none;
  scroll-behavior:smooth
}

* {
  box-sizing:border-box
}

body {
  margin:0
}

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

button,a {
  touch-action:manipulation
}

a:focus-visible {
  outline:3px solid #9aba36;
  outline-offset:4px
}

.wrap {
  width:min(100% - 64px,1360px);
  margin-inline:auto
}

.skip-link {
  position:absolute;
  left:20px;
  top:-60px;
  background:#d7f26b;
  color:#142820;
  padding:12px 18px;
  z-index:50
}

.skip-link:focus {
  top:12px
}

.site-header {
  background:#142820;
  color:#f7f7ee;
  border-bottom:1px solid rgba(255,255,255,.16)
}

.header-inner {
  min-height:92px;
  display:flex;
  align-items:center;
  gap:48px
}

.brand {
  display:inline-flex;
  align-items:center;
  gap:12px;
  font:800 25px/1 'Manrope',sans-serif;
  letter-spacing:-.06em;
  white-space:nowrap
}

.brand-mark {
  display:flex;
  align-items:center;
  justify-content:center;
  width:39px;
  height:39px;
  border:2px solid #d7f26b;
  color:#d7f26b;
  font:800 14px/1 'Manrope',sans-serif;
  letter-spacing:-.09em
}

.brand-mark span {
  transform:translateY(5px)
}

.brand-dot {
  color:#d7f26b
}

.site-header nav {
  display:flex;
  gap:34px;
  margin-left:auto;
  font-size:13px;
  font-weight:600;
  color:#d5e0d7
}

.site-header nav a:hover,.footer-bottom a:hover {
  color:#d7f26b
}

.header-link {
  font-size:13px;
  font-weight:700;
  border-bottom:1px solid #d7f26b;
  padding-bottom:7px;
  white-space:nowrap
}

.header-link span {
  margin-left:18px;
  color:#d7f26b
}

.hero {
  position:relative;
  overflow:hidden;
  background:#142820;
  color:#f7f7ee
}

.hero:before {
  content:"";
  position:absolute;
  inset:0;
  background-image:radial-gradient(#c5ddad 1px,transparent 1px);
  background-size:26px 26px;
  opacity:.075;
  mask-image:linear-gradient(90deg,transparent 20%,black 100%)
}

.hero-grid {
  position:relative;
  min-height:660px;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  align-items:center;
  gap:30px
}

.hero-copy {
  position:relative;
  z-index:2;
  padding:68px 0 70px
}

.eyebrow,.section-index {
  font-size:12px;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase
}

.eyebrow {
  display:flex;
  align-items:center;
  gap:12px;
  color:#d7f26b
}

.eyebrow-line {
  width:23px;
  height:1px;
  background:currentColor
}

.hero h1,.section h2 {
  font-family:'Manrope',sans-serif;
  letter-spacing:-.07em
}

.hero h1 {
  font-size:clamp(64px,7.4vw,117px);
  line-height:1.04;
  margin:30px 0 27px;
  font-weight:700
}

.hero h1 em {
  font-style:normal;
  color:#d7f26b
}

.hero-lede {
  max-width:555px;
  color:#d7e1d9;
  font-size:20px;
  line-height:1.6;
  margin:0
}

.hero-actions {
  display:flex;
  align-items:center;
  gap:31px;
  margin-top:38px
}

.button {
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
  min-height:56px;
  padding:0 22px;
  font-size:14px;
  font-weight:800;
  transition:transform .2s,background .2s
}

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

.button-light {
  background:#d7f26b;
  color:#142820
}

.button-light:hover {
  background:#e8ff91
}

.hero-note {
  font-size:12px;
  line-height:1.5;
  color:#9db0a4
}

.hero-art {
  height:560px;
  position:relative;
  isolation:isolate
}

.art-orbit {
  position:absolute;
  border:1px solid rgba(215,242,107,.25);
  border-radius:50%;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%)
}

.art-orbit-one {
  width:470px;
  height:470px
}

.art-orbit-two {
  width:335px;
  height:335px;
  border-color:rgba(215,242,107,.4)
}

.art-core {
  position:absolute;
  width:220px;
  height:220px;
  border-radius:50%;
  background:#d7f26b;
  color:#142820;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 0 0 28px rgba(215,242,107,.055)
}

.art-core-label {
  font:800 35px/.94 'Manrope',sans-serif;
  letter-spacing:-.08em
}

.art-core-cross {
  position:absolute;
  right:27px;
  top:21px;
  font-size:26px
}

.art-label {
  position:absolute;
  display:flex;
  gap:12px;
  align-items:center;
  min-width:170px;
  padding:14px 18px;
  border:1px solid rgba(215,242,107,.46);
  background:#20382b;
  color:#f7f7ee;
  font:700 12px/1 'Manrope',sans-serif;
  letter-spacing:.15em
}

.art-number {
  color:#d7f26b
}

.art-label-one {
  left:2%;
  top:18%
}

.art-label-two {
  right:0;
  top:32%
}

.art-label-three {
  left:8%;
  bottom:16%
}

.hero-bottom {
  position:relative;
  display:flex;
  justify-content:space-between;
  padding:25px 0;
  border-top:1px solid rgba(255,255,255,.18);
  font-size:10px;
  font-weight:700;
  letter-spacing:.2em;
  color:#aac0ae
}

.hero-bottom span:last-child span {
  color:#d7f26b;
  margin-left:10px
}

.section {
  padding:128px 0
}

.intro {
  background:#f4f4ec
}

.intro-grid,.closing-grid {
  display:grid;
  grid-template-columns:1fr 2fr;
  gap:65px
}

.section-index {
  margin:13px 0;
  color:#5b7760
}

.section h2 {
  font-size:clamp(49px,6vw,83px);
  line-height:1.1;
  font-weight:700;
  margin:0
}

.intro h2 span {
  color:#6a8270
}

.intro-grid>div>p {
  max-width:650px;
  font-size:19px;
  line-height:1.75;
  color:#526158;
  margin:32px 0 0
}

.businesses {
  background:#e9ece1
}

.section-heading {
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:40px;
  margin-bottom:44px
}

.section-heading>p {
  max-width:320px;
  color:#526158;
  font-size:16px;
  line-height:1.65;
  margin:0 0 7px
}

.business-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px
}

.business-card {
  min-height:545px;
  padding:25px 27px 30px;
  display:flex;
  flex-direction:column;
  position:relative;
  overflow:hidden;
  transition:transform .2s
}

.business-card:hover {
  transform:translateY(-6px)
}

.trade-card {
  background:#233943;
  color:#f8f9ee
}

.bush-card {
  background:#536f4e;
  color:#fff
}

.wrap-card {
  background:#d6e5d5;
  color:#173124
}

.card-top {
  display:flex;
  justify-content:space-between;
  font-size:10px;
  font-weight:800;
  letter-spacing:.14em
}

.card-top>span:last-child {
  font-size:20px;
  letter-spacing:0
}

.card-symbol {
  width:138px;
  height:138px;
  border:1px solid currentColor;
  border-radius:50%;
  opacity:.9;
  display:grid;
  place-items:center;
  align-self:center;
  margin:auto 0
}

.card-symbol svg {
  width:95px;
  height:95px
}

.card-copy h3 {
  font:800 clamp(30px,3vw,42px)/1.1 'Manrope',sans-serif;
  letter-spacing:-.06em;
  margin:0 0 15px
}

.card-copy h3 span {
  color:#d7f26b
}

.wrap-card .card-copy h3 span {
  color:#597d48
}

.card-copy p {
  font-size:16px;
  line-height:1.65;
  max-width:300px;
  min-height:80px;
  margin:0 0 26px
}

.card-copy a {
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-top:1px solid currentColor;
  padding-top:17px;
  font-size:13px;
  font-weight:800
}

.card-copy a:hover {
  text-decoration:underline;
  text-underline-offset:4px
}

.closing {
  background:#d7f26b
}

.closing .section-index {
  color:#405e34
}

.closing h2 span {
  color:#6c8e42
}

.closing p:not(.section-index) {
  max-width:620px;
  font-size:19px;
  line-height:1.7;
  color:#344d38;
  margin:30px 0
}

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

.contact-link {
  color:#142820;
  border-bottom:1px solid currentColor;
  padding-bottom:5px;
  font-size:14px;
  font-weight:800
}

.contact-link:hover,.footer-top p a:hover {
  text-decoration:underline;
  text-underline-offset:4px
}

.button-dark {
  background:#142820;
  color:#f7f7ee
}

.button-dark:hover {
  background:#294736
}

.site-footer {
  background:#142820;
  color:#f7f7ee
}

.footer-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:62px 0 50px
}

.footer-top p {
  max-width:250px;
  line-height:1.5;
  font-size:14px;
  color:#b6c9bc
}

.footer-bottom {
  border-top:1px solid rgba(255,255,255,.18);
  padding:25px 0 34px;
  display:flex;
  justify-content:space-between;
  gap:25px;
  color:#a7b9ab;
  font-size:12px
}

.footer-bottom div {
  display:flex;
  gap:26px
}

@media(max-width:1100px) {
  .hero-grid {
    grid-template-columns:1fr .8fr
  }
  .hero-art {
    transform:scale(.82);
    transform-origin:center
  }
  .business-card {
    min-height:510px
  }
  .card-copy h3 {
    font-size:30px
  }
}

@media(max-width:780px) {
  .wrap {
    width:min(100% - 36px,1360px)
  }
  .header-inner {
    min-height:73px
  }
  .site-header nav {
    display:none
  }
  .header-link {
    margin-left:auto
  }
  .hero-grid {
    display:block;
    min-height:auto
  }
  .hero-copy {
    padding:80px 0 25px
  }
  .hero h1 {
    font-size:clamp(56px,11vw,84px)
  }
  .hero-art {
    height:390px;
    width:min(100%,500px);
    margin:0 auto;
    transform:scale(.78);
    transform-origin:center
  }
  .hero-bottom {
    padding:20px 0
  }
  .section {
    padding:90px 0
  }
  .intro-grid,.closing-grid {
    grid-template-columns:1fr;
    gap:15px
  }
  .section-heading {
    display:block
  }
  .section-heading>p {
    max-width:560px;
    margin-top:25px
  }
  .business-grid {
    grid-template-columns:1fr
  }
  .business-card {
    min-height:430px
  }
  .card-symbol {
    margin:28px auto
  }
  .card-copy p {
    min-height:0;
    max-width:none
  }
  .footer-top,.footer-bottom {
    flex-wrap:wrap
  }
  .footer-bottom div {
    order:3;
    width:100%;
    flex-wrap:wrap
  }
}

@media(max-width:480px) {
  .brand {
    font-size:20px
  }
  .brand-mark {
    width:34px;
    height:34px
  }
  .header-link {
    font-size:11px
  }
  .header-link span {
    margin-left:7px
  }
  .hero-copy {
    padding-top:65px
  }
  .hero h1 {
    font-size:51px
  }
  .hero-lede {
    font-size:17px
  }
  .hero-actions {
    display:block
  }
  .hero-note {
    display:block;
    margin-top:20px
  }
  .hero-art {
    height:320px;
    transform:scale(.64);
    margin-top:-30px;
    margin-bottom:-20px
  }
  .hero-bottom {
    font-size:9px
  }
  .section h2 {
    font-size:45px
  }
  .intro-grid>div>p,.closing p:not(.section-index) {
    font-size:17px
  }
  .business-card {
    padding:23px;
    min-height:435px
  }
  .footer-top {
    display:block
  }
  .footer-top p {
    margin-top:26px
  }
  .footer-bottom {
    display:block
  }
  .footer-bottom div {
    margin:20px 0;
    gap:15px
  }
}
