:root {
  --green: #2f9e35;
  --green-2: #7ac70c;
  --dark: #092512;
  --ink: #172018;
  --muted: #5d6a60;
  --soft: #f3fbef;
  --line: #dcebd8;
  --white: #fff;
  --shadow: 0 22px 60px rgba(9, 37, 18, .16);
  --radius: 28px;
}
* {
  box-sizing: border-box
}
html {
  scroll-behavior: smooth
}
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.6
}
img {
  max-width: 100%;
  display: block
}
a {
  color: inherit
}
.wrap {
  width: min(1180px, calc(100% - 36px));
  margin: auto
}
.skip-link {
  position: absolute;
  left: -999px;
  top: auto;
  background: #000;
  color: #fff;
  padding: 12px;
  z-index: 999
}
.skip-link:focus {
  left: 12px;
  top: 12px
}
.topbar {
  background: var(--dark);
  color: #fff;
  font-size: .93rem
}
.topbar .wrap {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 9px 0
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .86);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(220, 235, 216, .8)
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 900;
  color: var(--dark);
  font-size: 1.25rem
}
.brand img {
  width: 54px;
  height: 42px;
  object-fit: contain
}
.menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0
}
.menu a {
  display: inline-flex;
  padding: 11px 13px;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 800
}
.menu a:not(.btn):hover, .menu a[aria-current="page"] {
  background: var(--soft);
  color: var(--green)
}
.nav-toggle {
  display: none
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--green), #158424);
  color: #fff !important;
  padding: 14px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(47, 158, 53, .22);
  border: 2px solid transparent
}
.btn:hover {
  transform: translateY(-2px)
}
.btn.alt {
  background: #fff;
  color: var(--dark) !important;
  border-color: var(--line);
  box-shadow: none
}
.btn.light {
  background: #fff;
  color: var(--dark) !important
}
.facebook {
  font-family: Arial, sans-serif;
  background: #1877f2 !important;
  color: #fff !important;
  border-radius: 50% !important;
  width: 42px;
  height: 42px;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem
}
.hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  display: flex;
  align-items: center;
  background: radial-gradient(circle at 15% 20%, rgba(122, 199, 12, .24), transparent 30%), linear-gradient(135deg, #fbfff8 0%, #ffffff 45%, #edfbe6 100%)
}
.hero:before {
  content: "";
  position: absolute;
  inset: -8% -5% auto -8%;
  height: 430px;
  background: linear-gradient(16deg, transparent 42%, rgba(9, 37, 18, .12) 43%, rgba(9, 37, 18, .12) 46%, transparent 47%);
  transform: rotate(-5deg);
  opacity: .9
}
.branch {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0
}
.branch:before {
  content: "";
  position: absolute;
  left: -8%;
  top: 130px;
  width: 92%;
  height: 44px;
  background: #06140a;
  border-radius: 999px;
  transform: rotate(-12deg);
  box-shadow: 200px 80px 0 -18px #06140a, 520px 110px 0 -24px #06140a
}
.branch:after {
  content: "🌿  🌱   🍃     🌿    🍃   🌱";
  position: absolute;
  left: 8%;
  top: 78px;
  font-size: 42px;
  letter-spacing: 52px;
  opacity: .72;
  transform: rotate(-11deg)
}
.homewrap.reveal.in-view {text-align: center;}
.owner-quote {
    border-left: 4px solid var(--green);
    padding-left: 1.5rem;
    margin-top: 1.5rem;
    font-style: italic;
    color: #555;
    max-width: 650px;
}

.owner-quote strong {
    display: block;
    margin-top: .85rem;
    font-style: normal;
    font-weight: 700;
    color: var(--dark);
}
.hero .wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr .9fr;
  gap: 56px;
  align-items: center
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 950;
  color: #5c675d
}
.hero h1, .page-hero h1 {
  font-size: clamp(3.2rem, 8vw, 6.9rem);
  line-height: .95;
  margin: 10px 0 24px;
  color: var(--dark);
  letter-spacing: -.07em
}
.hero p {
  font-size: 1.16rem;
  color: var(--muted);
  max-width: 680px
}
.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0
}
.badge {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 15px;
  font-weight: 900;
  box-shadow: 0 10px 26px rgba(9, 37, 18, .07)
}
.hero-card {
  position: relative;
  background: #fff;
  border: 18px solid #fff;
  border-radius: 34px;
  box-shadow: var(--shadow);
  transform: rotate(1.5deg);
  overflow: hidden
}
.hero-card:before {
  content: "";
  position: absolute;
  inset: auto -30px -30px auto;
  width: 180px;
  height: 180px;
  background: var(--green-2);
  border-radius: 50%;
  filter: blur(24px);
  opacity: .45
}
.hero-card img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 20px
}
.floating-leaf {
  position: absolute;
  z-index: 2;
  animation: floatLeaf 9s ease-in-out infinite;
  opacity: .55
}
.floating-leaf.one {
  left: 5%;
  bottom: 12%;
  font-size: 34px
}
.floating-leaf.two {
  right: 6%;
  top: 24%;
  font-size: 42px;
  animation-delay: 1.5s
}
@keyframes floatLeaf {
  0%, 100% {
    transform: translateY(0) rotate(0)
  }
  50% {
    transform: translateY(-24px) rotate(12deg)
  }
}
.banner {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  display: flex;
  align-items: center;
  color: #fff;
  background: linear-gradient(rgba(5, 19, 8, .74), rgba(5, 19, 8, .74)), url('../images/hazard.jpg') center 45%/cover fixed
}
.banner .wrap {
  text-align: center
}
.banner h2 {
  font-size: clamp(2.4rem, 5vw, 5.2rem);
  line-height: .98;
  margin: .2em 0
}
.banner p {
  max-width: 760px;
  margin: 0 auto 24px;
  color: rgba(255, 255, 255, .9);
  font-size: 1.14rem
}
.feature {text-align: center;}
.hero h1 span {
  color: #259633;
}
.panel {
  padding: 88px 0
}
.soft {
  background: linear-gradient(180deg, #fff, var(--soft))
}
.section-head {
  display: grid;
  grid-template-columns: 1fr .75fr;
  gap: 28px;
  align-items: end;
  margin-bottom: 30px
}
.section-head h2, .feature h2, .callout h2, .page-hero h1 {
  font-size: clamp(2.1rem, 4vw, 4.2rem);
  line-height: 1;
  margin: .1em 0;
  color: var(--dark);
  letter-spacing: -.045em
}

.callout .bottombox h2{
  color: rgba(255,255,255,.95);
}
.grid {
  display: grid;
  gap: 22px
}
.three {
  grid-template-columns: repeat(3, 1fr)
}
.two {
  grid-template-columns: repeat(2, 1fr)
}
.card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 14px 40px rgba(9, 37, 18, .07);
  transition: transform .25s ease, box-shadow .25s ease;
	  text-align:center;
}
.card img {display:block;
margin:0 auto;}
.card:hover {
  transform: translateY(-7px) scale(1.01);
  box-shadow: var(--shadow)
}
.card:after {
  content: "🐾";
  position: absolute;
  right: 18px;
  bottom: 8px;
  font-size: 54px;
  opacity: .06
}
.icon {
  font-size: 2.2rem;
  width: 62px;
  height: 62px;
  border-radius: 20px;
  background: var(--soft);
  display: flex;
  align-items: center;
  justify-content: center
}
.card h3 {
  font-size: 1.35rem;
  margin: 5px 0 8px;
  color: var(--dark)
}
.feature {
  display: grid;
  grid-template-columns: .82fr 1fr;
  gap: 42px;
  align-items: center
}
.image-box {
  background: #fff;
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: var(--shadow);
  border: 1px solid var(--line)
}
.meter {
  display: grid;
  gap: 14px
}
.meter-row {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 12px;
  align-items: center;
  font-weight: 900
}
.bar {
  height: 16px;
  background: #e7f2e3;
  border-radius: 999px;
  overflow: hidden
}
.bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--green), var(--green-2));
  border-radius: 999px
}
.callout {
  background: var(--dark);
  color: #fff;
  border-radius: 36px;
  padding: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: var(--shadow)
}
.callout p {
  color: rgba(255, 255, 255, .82)
}
.page-hero {
  padding: 76px 0;
  background: radial-gradient(circle at right, rgba(122, 199, 12, .22), transparent 30%), var(--soft)
}
.footer {
  background: #06140a;
  color: #fff;
  padding: 52px 0
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.2fr;
  gap: 30px
}
.footer a {
  color: #fff
}
.social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #1877f2;
  text-decoration: none;
  font-weight: 950;
  font-size: 1.5rem
}
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .65s ease, transform .65s ease
}
.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
	text-align: left;
}
@media(max-width:850px) {
  .hide-mobile {
    display: none
  }
  .nav-toggle {
    display: inline-flex;
    background: var(--dark);
    color: #fff;
    border: 0;
    border-radius: 999px;
    padding: 10px 14px;
    font-weight: 900
  }
  .menu {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 76px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 24px;
    box-shadow: var(--shadow);
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px
  }
  .menu.open {
    display: flex
  }
  .menu a {
    justify-content: center
  }
  .hero {
    min-height: auto;
    padding: 56px 0
  }
  .hero .wrap, .section-head, .feature, .footer-grid {
    grid-template-columns: 1fr
  }
  .hero h1 {
    font-size: 3.75rem
  }
  .hero-card {
    transform: none;
    border-width: 10px
  }
  .hero-card img {
    height: 440px
  }
  .three, .two {
    grid-template-columns: 1fr
  }
  .banner {
    background-attachment: scroll
  }
  .callout {
    display: block
  }
  .meter-row {
    grid-template-columns: 1fr
  }
  .branch:before {
    opacity: .4
  }
  .branch:after {
    letter-spacing: 20px;
    font-size: 30px
  }
  .panel {
    padding: 58px 0
  }
}
@media(prefers-reduced-motion:reduce) {
  *, *:before, *:after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important
  }
  .reveal {
    opacity: 1;
    transform: none
  }
  .banner {
    background-attachment: scroll
  }
  .btn:hover, .card:hover {
    transform: none
  }
}
/* === Rick revision: sharper hero + nicer secondary pages === */
.hero {
  background:
    radial-gradient(circle at 76% 18%, rgba(122, 199, 12, .20), transparent 28%), radial-gradient(circle at 12% 86%, rgba(47, 158, 53, .14), transparent 26%), linear-gradient(135deg, #ffffff 0%, #fbfff8 48%, #eefbe8 100%);
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  height: auto;
  background:
    radial-gradient(circle at 92% 10%, rgba(122, 199, 12, .16), transparent 20%), linear-gradient(120deg, transparent 0 55%, rgba(47, 158, 53, .08) 55% 72%, transparent 72% 100%);
  transform: none;
  opacity: 1;
}
.hero:after {
  content: "";
  position: absolute;
  right: -120px;
  top: 65px;
  width: 56vw;
  height: 78%;
  border-radius: 44px 0 0 44px;
  background: linear-gradient(135deg, rgba(122, 199, 12, .16), rgba(255, 255, 255, .65));
  transform: skewX(-8deg);
  z-index: 0;
}
.branch {
  z-index: 0;
  opacity: .18;
  filter: blur(.1px)
}
.branch:before {
  left: auto;
  right: -12%;
  top: 175px;
  width: 50%;
  height: 30px;
  transform: rotate(-14deg);
  box-shadow: 130px 60px 0 -16px #06140a, 260px -54px 0 -18px #06140a;
}
.branch:after {
  left: auto;
  right: 4%;
  top: 115px;
  font-size: 34px;
  letter-spacing: 34px;
  opacity: .8;
}
.hero .wrap {
  z-index: 2;
}
.hero h1, .hero p, .hero .eyebrow, .badge-row {
  position: relative;
  z-index: 3;
}
.hero-card {
  z-index: 2;
}
.floating-leaf.one {
  left: 3%;
  bottom: 7%;
  opacity: .42
}
.floating-leaf.two {
  right: 3%;
  top: 18%;
  opacity: .42
}
/* Secondary page banners */
.service-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 86px;
  min-height: 420px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(6, 20, 10, .78), rgba(6, 20, 10, .50)), url('../images/servicehero.jpg') center 42%/cover no-repeat;
  color: #fff;
  border-bottom: 1px solid rgba(220, 235, 216, .8);
}
.service-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(122, 199, 12, .38), transparent 23%), linear-gradient(135deg, rgba(47, 158, 53, .22), transparent 45%);
  pointer-events: none;
}
.service-hero:after {
  content: "🌿  🍃   🌱";
  position: absolute;
  right: 4%;
  right: 4%;
  bottom: 18%;
  font-size: 46px;
  letter-spacing: 34px;
  opacity: .34;
  transform: rotate(-10deg);
}
.service-hero .wrap {
  position: relative;
  z-index: 1;
}
.service-hero .eyebrow {
  color: #baf28a;
}
.service-hero h1 {
  max-width: 820px;
  font-size: clamp(2.8rem, 6vw, 5.8rem);
  line-height: .96;
  margin: 10px 0 20px;
  color: #fff;
  letter-spacing: -.06em;
  text-shadow: 0 3px 20px rgba(0, 0, 0, .32);
}
.service-hero p {
  max-width: 760px;
  font-size: 1.12rem;
  color: rgba(255, 255, 255, .92);
}



.faq-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 86px;
  min-height: 420px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(6, 20, 10, .78), rgba(6, 20, 10, .50)), url('../images/intree.jpg') center 42%/cover no-repeat;
  color: #fff;
  border-bottom: 1px solid rgba(220, 235, 216, .8);
}
.faq-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(122, 199, 12, .38), transparent 23%), linear-gradient(135deg, rgba(47, 158, 53, .22), transparent 45%);
  pointer-events: none;
}
.faq-hero:after {
  content: "🌿  🍃   🌱";
  position: absolute;
  right: 4%;
  right: 4%;
  bottom: 18%;
  font-size: 46px;
  letter-spacing: 34px;
  opacity: .34;
  transform: rotate(-10deg);
}
.faq-hero .wrap {
  position: relative;
  z-index: 1;
}
.faq-hero .eyebrow {
  color: #baf28a;
}
.faq-hero h1 {
  max-width: 820px;
  font-size: clamp(2.8rem, 6vw, 5.8rem);
  line-height: .96;
  margin: 10px 0 20px;
  color: #fff;
  letter-spacing: -.06em;
  text-shadow: 0 3px 20px rgba(0, 0, 0, .32);
}
.faq-hero p {
  max-width: 760px;
  font-size: 1.12rem;
  color: rgba(255, 255, 255, .92);
}



.contact-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 86px;
  min-height: 420px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(6, 20, 10, .78), rgba(6, 20, 10, .50)), url('../images/justhanging.jpg') center 42%/cover no-repeat;
  color: #fff;
  border-bottom: 1px solid rgba(220, 235, 216, .8);
}
.contact-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(122, 199, 12, .38), transparent 23%), linear-gradient(135deg, rgba(47, 158, 53, .22), transparent 45%);
  pointer-events: none;
}
.contact-hero:after {
  content: "🌿  🍃   🌱";
  position: absolute;
  right: 4%;
  right: 4%;
  bottom: 18%;
  font-size: 46px;
  letter-spacing: 34px;
  opacity: .34;
  transform: rotate(-10deg);
}
.contact-hero .wrap {
  position: relative;
  z-index: 1;
}
.contact-hero .eyebrow {
  color: #baf28a;
}
.contact-hero h1 {
  max-width: 820px;
  font-size: clamp(2.8rem, 6vw, 5.8rem);
  line-height: .96;
  margin: 10px 0 20px;
  color: #fff;
  letter-spacing: -.06em;
  text-shadow: 0 3px 20px rgba(0, 0, 0, .32);
}
.contact-hero p {
  max-width: 760px;
  font-size: 1.12rem;
  color: rgba(255, 255, 255, .92);
}
/* Nicer secondary page bodies */
.faq details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  margin: 14px 0;
  padding: 0;
  box-shadow: 0 10px 30px rgba(9, 37, 18, .06);
  overflow: hidden;
}
.faq summary {
	font-size: 1.3rem;
  cursor: pointer;
  padding: 20px 24px;
  font-weight: 950;
  color: var(--dark);
}
.faq details[open] summary {
  background: var(--soft);
  border-bottom: 1px solid var(--line);
}
.faq details p {
  padding: 0 24px 22px;
  margin: 18px 0 0;
  color: var(--muted);
}
.contact-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 24px;
  align-items: start;
}
.field {
  display: grid;
  gap: 7px;
  margin: 14px 0;
}
.field label {
  font-weight: 900;
  color: var(--dark);
}
input, select, textarea {
  width: 100%;
  border: 1px solid #cbdcc6;
  border-radius: 14px;
  padding: 13px 14px;
  font: inherit;
  background: #fff;
}
textarea {
  min-height: 150px;
  resize: vertical;
}
input:focus, select:focus, textarea:focus {
  outline: 3px solid rgba(122, 199, 12, .32);
  border-color: var(--green);
}
.small {
  font-size: .95rem;
  color: var(--muted);
}
.steps .step:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 7px;
  background: linear-gradient(90deg, var(--green), var(--green-2));
}
@media(max-width:850px) {
  .hero:after {
    right: -180px;
    width: 90vw;
    opacity: .65
  }
  .branch:before, .branch:after {
    display: none
  }
  .hero h1 {
    font-size: 3.45rem
  }
  .service-hero {
    min-height: auto;
    padding: 62px 0
  }
  .service-hero h1 {
    font-size: 3.15rem
  }
  .contact-grid {
    grid-template-columns: 1fr
  }
}