@font-face {
  font-family: Manrope;
  src: url(/assets/fonts/manrope-latin.woff2) format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
:root {
  --ink: #172b2b;
  --muted: #5a6966;
  --cream: #f8f8f1;
  --paper: #fff;
  --green: #c5e96b;
  --green-dark: #496329;
  --line: #dce1d5;
  --font: Manrope, Arial, Helvetica, sans-serif;
  --display: Manrope, Arial, Helvetica, sans-serif;
  --width: 1240px;
}
*,
:before,
:after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font: 16px/1.7 var(--font);
  -webkit-font-smoothing: antialiased;
}
img,
svg {
  max-width: 100%;
  display: block;
}
img {
  height: auto;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
button,
input,
textarea {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.045em;
}
h1 {
  font-size: clamp(42px, 4.7vw, 68px);
}
h2 {
  font-size: clamp(34px, 3.6vw, 50px);
}
h3 {
  font-size: 24px;
  letter-spacing: -0.025em;
}
p {
  color: var(--muted);
}
em {
  font-style: normal;
  color: var(--green-dark);
}
::selection {
  background: var(--green);
  color: var(--ink);
}
:focus-visible {
  outline: 3px solid #416919;
  outline-offset: 5px;
}
.site-shell {
  width: min(var(--width), calc(100% - 96px));
  margin-inline: auto;
}
.section {
  padding-block: 96px;
}
.eyebrow {
  font: 700 11px/1.5 var(--font);
  letter-spacing: 1.7px;
  color: var(--green-dark);
  margin-bottom: 20px;
  text-transform: uppercase;
}
.lead {
  font-size: 20px;
  line-height: 1.65;
}
.small {
  font-size: 13px;
}
.icon {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 55px;
  border-radius: 6px;
  background: var(--green);
  color: var(--ink);
  border: 1px solid transparent;
  padding: 14px 24px;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  transition:
    background 0.18s,
    transform 0.18s;
}
.button:hover {
  background: #b4dc54;
  transform: translateY(-2px);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  min-height: 44px;
}
.text-link:hover {
  text-decoration: underline;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 100;
  padding: 12px 20px;
  background: var(--green);
  color: var(--ink);
}
.skip-link:focus {
  top: 10px;
}
.status-dot {
  display: inline-block;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #7b9f3d;
  margin-right: 8px;
}
.utility-bar {
  background: var(--ink);
  color: #eff3e9;
  font-size: 11px;
  letter-spacing: 0.2px;
}
.utility-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 35px;
}
.utility-inner > span,
.utility-inner > a {
  display: flex;
  gap: 8px;
  align-items: center;
}
.utility-inner > a {
  text-decoration: none;
}
.utility-inner .icon {
  width: 14px;
  height: 14px;
  color: var(--green);
}
.site-header {
  background: rgba(248, 248, 241, 0.98);
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
}
.header-inner {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.site-brand {
  width: 205px;
  flex-shrink: 0;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}
.site-nav a {
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  padding: 14px 0;
  white-space: nowrap;
}
.site-nav a:hover,
.site-nav a[aria-current],
.site-nav a.is-active {
  text-decoration: underline;
  text-decoration-color: var(--green-dark);
  text-decoration-thickness: 2px;
}
.header-phone {
  display: flex;
  gap: 12px;
  align-items: center;
  text-decoration: none;
  border-left: 1px solid var(--line);
  padding-left: 24px;
}
.header-phone small {
  display: block;
  font-size: 10px;
  color: var(--muted);
}
.header-phone strong {
  font-size: 19px;
  letter-spacing: -0.5px;
}
.header-phone > .icon {
  color: var(--green-dark);
  width: 20px;
}
.nav-toggle {
  border: 1px solid var(--line);
  background: transparent;
  border-radius: 5px;
  align-items: center;
  gap: 12px;
  padding: 9px 12px;
  font-size: 13px;
  font-weight: 600;
}
.nav-toggle:not([hidden]) {
  display: flex;
}
.section-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
  margin-bottom: 42px;
}
.section-top > p {
  max-width: 360px;
  font-size: 15px;
}
.site-footer {
  background: var(--ink);
  color: #f8faf5;
  padding-top: 65px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.1fr 1.25fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 55px;
}
.footer-logo {
  display: inline-block;
  width: 205px;
  max-width: 100%;
}
.footer-brand p {
  font-size: 13px;
  color: #c0ccc6;
  margin-block: 25px;
}
.footer-trader {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--green);
  text-decoration: none;
}
.footer-top h2 {
  font: 600 13px/1.5 var(--font);
  letter-spacing: 0;
  margin-bottom: 20px;
}
.footer-top nav > a,
.footer-contact > a {
  display: block;
  font-size: 12px;
  color: #c0ccc6;
  margin: 8px 0;
  text-decoration: none;
}
.footer-top a:hover {
  text-decoration: underline;
}
.footer-contact a.footer-number {
  font-size: 23px;
  color: var(--green);
  letter-spacing: -0.5px;
  font-weight: 600;
}
.footer-contact p {
  font-size: 12px;
  color: #c0ccc6;
  margin-top: 20px;
}
.footer-contact p.small {
  font-size: 10px;
}
.footer-bottom {
  border-top: 1px solid #3a4b47;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  padding-block: 23px;
  font-size: 10px;
  color: #c0ccc6;
}
.footer-bottom p {
  color: inherit;
}
.footer-bottom > div {
  display: flex;
  gap: 24px;
}
.footer-bottom a {
  text-decoration: none;
}
.mobile-call {
  display: none;
}
.breadcrumbs {
  padding-top: 30px;
  font-size: 12px;
}
.breadcrumbs ol {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--muted);
}
.breadcrumbs li + li:before {
  content: "/";
  margin-right: 12px;
  color: #84908b;
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.page-intro {
  padding-block: 65px 55px;
}
.page-intro h1 {
  max-width: 850px;
}
.page-intro .lead {
  max-width: 740px;
  margin-top: 26px;
}
.page-intro > p:not(.eyebrow) {
  margin-top: 25px;
}
.compact-top {
  padding-top: 0;
}
.narrow {
  max-width: 800px;
}
.prose h2 {
  font-size: 30px;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
.prose h2:not(:first-child) {
  margin-top: 44px;
}
.prose h3 {
  font-size: 23px;
  margin-bottom: 12px;
}
.prose h3:not(:first-child) {
  margin-top: 30px;
}
.prose p + p {
  margin-top: 20px;
}
.prose .button {
  margin-top: 25px;
}
.prose a:not(.button) {
  font-weight: 600;
}
.check-list {
  list-style: none;
  margin: 25px 0;
  padding: 0;
}
.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 15px 0;
  font-size: 14px;
}
.check-list .icon {
  width: 18px;
  height: 22px;
  color: var(--green-dark);
}
@media (min-width: 1600px) {
  .hero {
    padding-block: 90px !important;
  }
}
@media (max-width: 1150px) {
  .site-shell {
    width: calc(100% - 64px);
  }
  .site-brand {
    width: 175px;
  }
  .site-nav {
    gap: 18px;
  }
  .header-phone {
    padding-left: 16px;
  }
  .header-phone strong {
    font-size: 16px;
  }
  .header-phone > .icon {
    display: none;
  }
  .footer-top {
    gap: 25px;
  }
}
@media (max-width: 950px) {
  .site-shell {
    width: calc(100% - 48px);
  }
  .header-inner {
    height: auto;
    min-height: 78px;
    flex-wrap: wrap;
    padding-block: 12px;
  }
  .site-brand {
    width: 175px;
  }
  .header-phone {
    margin-left: auto;
    margin-right: 0;
  }
  .site-nav {
    width: 100%;
    order: 4;
    justify-content: center;
    border-top: 1px solid var(--line);
    gap: 24px;
  }
  .nav-toggle:not([hidden]) {
    display: flex;
    order: 3;
  }
  .js-nav .site-nav {
    display: none;
  }
  .js-nav .site-nav.is-open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-height: min(65vh, calc(100dvh - 180px));
    overflow: auto;
    padding: 10px 0;
  }
  .js-nav .site-nav a {
    padding: 12px 5px;
  }
  .section {
    padding-block: 72px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 45px;
  }
  .section-top {
    gap: 35px;
  }
  .section-top > p {
    max-width: 310px;
  }
  .header-phone small {
    font-size: 10px;
  }
}
@media (max-width: 600px) {
  html {
    scroll-padding-top: 105px;
    scroll-padding-bottom: calc(95px + env(safe-area-inset-bottom));
  }
  body {
    font-size: 15px;
  }
  .site-shell {
    width: calc(100% - 40px);
  }
  .utility-inner {
    min-height: 32px;
    justify-content: center;
  }
  .utility-inner > span {
    font-size: 10px;
  }
  .utility-inner > a {
    display: none;
  }
  .site-brand {
    width: 180px;
  }
  .header-inner {
    min-height: 70px;
    gap: 10px;
  }
  .header-phone {
    display: none;
  }
  .nav-toggle:not([hidden]) {
    margin-left: auto;
  }
  .site-nav {
    gap: 14px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .site-nav a {
    font-size: 12px;
  }
  .section {
    padding-block: 58px;
  }
  .section-top {
    display: block;
    margin-bottom: 30px;
  }
  .section-top > p {
    max-width: none;
    margin-top: 20px;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 1.3px;
    margin-bottom: 17px;
  }
  h1 {
    font-size: 43px;
  }
  h2 {
    font-size: 35px;
  }
  .lead {
    font-size: 18px;
  }
  .button {
    padding: 14px 18px;
    font-size: 14px;
    min-height: 53px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 35px 22px;
  }
  .footer-brand,
  .footer-contact {
    grid-column: 1/-1;
  }
  .footer-top h2 {
    font-size: 12px;
  }
  .footer-bottom {
    display: block;
    padding-bottom: 105px;
    font-size: 10px;
  }
  .footer-bottom > div {
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 14px;
  }
  .footer-top {
    padding-bottom: 40px;
  }
  .mobile-call {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: var(--ink);
    padding: 10px 20px calc(10px + env(safe-area-inset-bottom));
    box-shadow: 0 -2px 15px #172b2b20;
    color: var(--cream);
    z-index: 30;
  }
  .mobile-call > span {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
  }
  .mobile-call small {
    display: block;
    font-size: 10px;
    font-weight: 400;
    color: #c0ccc6;
  }
  .mobile-call .button {
    min-height: 43px;
    padding: 10px 20px;
    font-size: 13px;
  }
  .mobile-call .icon {
    width: 17px;
    height: 17px;
  }
  .page-intro {
    padding-block: 45px 35px;
  }
  .breadcrumbs {
    padding-top: 22px;
    font-size: 11px;
  }
  .compact-top {
    padding-top: 0;
  }
  .prose h2 {
    font-size: 27px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}

.site-footer a:focus-visible,
.utility-bar a:focus-visible,
.contact-primary a:focus-visible,
.mobile-call a:focus-visible {
  outline-color: var(--green);
}

/* Keep small navigation and attribution text comfortable to read. */
.site-nav a {
  font-size: 14px;
}
.footer-top nav > a,
.footer-contact > a {
  font-size: 14px;
}
@media (max-width: 600px) {
  .footer-bottom {
    font-size: 12px;
  }
  .footer-top h2 {
    font-size: 14px;
  }
}
