@charset "UTF-8";
:root {
  --green: #183f2d;
  --deep: #143626;
  --sage: #edf1e9;
  --paper: #fafbf8;
  --ink: #243b2c;
  --muted: #5e695e;
  --line: #dce3d7;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, "Helvetica Neue", Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 108px;
}
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.65;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
img {
  max-width: 100%;
  display: block;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid #9bb970;
  outline-offset: 5px;
}
::selection {
  background: #cfddbd;
  color: var(--deep);
}
.container {
  width: min(1200px, calc(100% - 112px));
  margin-inline: auto;
}
.topbar {
  min-height: 35px;
  padding: 7px 56px;
  background: var(--green);
  color: #e9eee8;
  font-size: 11px;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: space-between;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fff;
  border-bottom: 1px solid #e7ebe5;
}
.header-inner {
  height: 98px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brand {
  width: 176px;
  height: 89px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand img {
  width: 166px;
  height: 89px;
  object-fit: contain;
}
.header-inner nav {
  display: flex;
  gap: 35px;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
}
.header-inner nav > a:not(.button):hover {
  color: #618050;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  padding: 17px 23px;
  background: var(--green);
  color: white;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #2c563b;
  transform: translateY(-2px);
}
.button-small {
  padding: 13px 18px;
  gap: 11px;
}
.button-white {
  background: #fff;
  color: var(--green);
}
.button-white:hover {
  background: #e8eedf;
}
.menu-toggle {
  display: none;
}
.hero {
  position: relative;
  isolation: isolate;
  min-height: 653px;
  overflow: hidden;
  background: var(--deep);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  object-fit: cover;
  object-position: center 57%;
}
.hero-shade {
  z-index: -1;
  background:
    linear-gradient(
      90deg,
      rgba(9, 32, 19, 0.87),
      rgba(13, 37, 23, 0.64) 40%,
      rgba(12, 29, 18, 0.1) 80%
    ),
    linear-gradient(0deg, rgba(9, 28, 17, 0.58), transparent 30%);
}
.hero-image {
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  pointer-events: none;
}
.hero-image.is-active {
  opacity: 1;
}
.hero-content {
  padding-top: 61px;
  padding-bottom: 98px;
}
.eyebrow {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.17em;
  line-height: 1.6;
  margin-bottom: 22px;
  color: #557147;
  display: flex;
  align-items: center;
  gap: 10px;
}
.eyebrow.light {
  color: #dbe8ce;
}
.status-dot {
  width: 6px;
  height: 6px;
  background: #b4cd97;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #b4cd971b;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 400;
}
h1 {
  font-size: clamp(54px, 5.65vw, 80px);
  line-height: 1.02;
  letter-spacing: -0.035em;
}
h1 em {
  color: #d5e3bb;
}
em {
  font-weight: 400;
}
h2 {
  font-size: clamp(36px, 3.65vw, 51px);
  line-height: 1.12;
  letter-spacing: -0.035em;
}
h2 em {
  color: #648057;
}
h3 {
  font-size: 29px;
  line-height: 1.15;
  letter-spacing: -0.025em;
}
.hero-content > p {
  max-width: 425px;
  margin-top: 26px;
  color: #e2e8df;
  line-height: 1.8;
  font-size: 14px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 30px;
}
.text-link {
  font-weight: 600;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 17px;
}
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.light-link {
  color: white;
}
.hero-bottom {
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #e3e9dd;
  font-size: 10px;
  letter-spacing: 0.09em;
}
.hero-bottom b {
  margin: 0 13px;
  font-weight: 400;
  color: #adc593;
}
.hero-bottom > span:last-child {
  font-family: var(--serif);
  font-style: italic;
  font-size: 15px;
  letter-spacing: 0;
}
.care-strip {
  background: var(--sage);
  border-bottom: 1px solid #e5eadd;
}
.care-strip-inner {
  display: flex;
  justify-content: space-around;
  padding: 19px 0;
  font-size: 12px;
}
.care-strip-inner > span {
  display: flex;
  align-items: center;
  gap: 12px;
}
.care-strip-inner > span + span {
  border-left: 1px solid #cfd9c7;
  padding-left: 12%;
}
.care-strip i {
  font-size: 22px;
  font-style: normal;
  line-height: 1;
  color: #57764b;
}
.section {
  padding-top: 92px;
  padding-bottom: 92px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 64px;
  align-items: flex-end;
  margin-bottom: 42px;
}
.section-heading > p,
.section-heading > div + div {
  width: 345px;
  flex-shrink: 0;
}
.section-heading p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}
.section-heading .eyebrow {
  margin-bottom: 17px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.service-card {
  padding: 30px 28px 27px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 5px;
  transition:
    border-color 0.2s,
    transform 0.2s;
}
.service-card:hover {
  border-color: #9bb18f;
  transform: translateY(-3px);
}
.service-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 27px;
}
.service-card-top svg {
  width: 46px;
  height: 46px;
  color: #4d6a40;
}
.service-card-top > span {
  font-size: 11px;
  color: #65745e;
}
.service-card p {
  font-size: 13px;
  line-height: 1.85;
  color: var(--muted);
  margin-top: 16px;
}
.service-card ul {
  list-style: none;
  padding: 20px 0 23px;
  margin: 0;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  line-height: 2.1;
}
.service-card li:before {
  content: "✓";
  color: #6e885c;
  margin-right: 10px;
}
.service-card > a {
  margin-top: 23px;
  justify-content: space-between;
  width: 100%;
}
.about-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 85px;
  align-items: center;
}
.about-image {
  position: relative;
  margin: 0 30px 20px 0;
}
.about-image > img {
  height: 430px;
  object-fit: cover;
  width: 100%;
  border-radius: 5px;
}
.local-stamp {
  position: absolute;
  right: -29px;
  bottom: -23px;
  width: 185px;
  padding: 28px 19px;
  background: #e7eddf;
  border: 6px solid white;
  text-align: center;
  line-height: 1.65;
  font-size: 11px;
  letter-spacing: 0.1em;
}
.local-stamp em {
  font-family: var(--serif);
  font-size: 25px;
  letter-spacing: -0.025em;
}
.local-stamp span {
  display: block;
  font-size: 7px;
  letter-spacing: 0.12em;
  margin-top: 10px;
}
.about-copy > p {
  font-size: 13px;
  line-height: 1.9;
  color: var(--muted);
  margin-top: 22px;
}
.service-area {
  display: flex;
  gap: 16px;
  padding-top: 24px;
  margin-top: 25px;
  border-top: 1px solid var(--line);
  align-items: center;
}
.area-icon {
  font-size: 32px;
  color: #6d885b;
}
.service-area strong {
  display: block;
  font-weight: 500;
  font-size: 12px;
}
.service-area div > span {
  font-size: 11px;
  color: var(--muted);
}
.about-copy > .text-link {
  margin-top: 24px;
  font-size: 11px;
}
.contact-section {
  background: var(--green);
  color: #fff;
  padding: 76px 0;
}
.contact-layout {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 90px;
  align-items: center;
}
.contact-layout h2 {
  font-size: 44px;
}
.contact-layout h2 em {
  color: #c8d9b1;
}
.contact-layout p {
  max-width: 400px;
  font-size: 13px;
  color: #cddbc9;
  margin-top: 22px;
}
.contact-layout .button {
  margin-top: 26px;
}
.contact-text {
  display: block;
  width: fit-content;
  font-size: 11px;
  color: #d8e5ce;
  margin-top: 17px;
}
.contact-text:hover {
  text-decoration: underline;
}
.contact-details {
  border-left: 1px solid #4a6650;
  padding-left: 48px;
}
.contact-details > a,
.contact-details > div {
  display: block;
  padding: 24px 0;
  border-bottom: 1px solid #4a6650;
}
.contact-details > :first-child {
  padding-top: 0;
}
.contact-details > :last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.contact-label {
  display: block;
  color: #b4cba6;
  font-size: 9px;
  letter-spacing: 0.15em;
  margin-bottom: 11px;
}
.contact-value,
address {
  font-size: 14px;
  font-style: normal;
}
.contact-value {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  overflow-wrap: anywhere;
}
.contact-value b {
  font-weight: 400;
}
.contact-details a:hover .contact-value {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.site-footer {
  padding-block: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  font-size: 10px;
  color: #63715d;
}
.site-footer strong {
  display: block;
  font-family: var(--serif);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: var(--green);
}
.site-footer div > span {
  display: block;
  font-size: 10px;
  margin-top: 5px;
}
.site-footer > a {
  color: var(--green);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 100;
  background: #fff;
  color: var(--green);
  padding: 12px;
}
.skip-link:focus {
  top: 10px;
}
@media (min-width: 1600px) {
  .hero {
    min-height: 720px;
  }
  .hero-image {
    object-position: center 60%;
  }
}
@media (max-width: 1050px) {
  .container {
    width: calc(100% - 64px);
  }
  .topbar {
    padding-inline: 32px;
  }
  .header-inner nav {
    gap: 22px;
  }
  .section {
    padding-block: 72px;
  }
  .service-card {
    padding: 24px 21px;
  }
  .section-heading {
    gap: 30px;
  }
  .section-heading > p,
  .section-heading > div + div {
    width: 310px;
  }
  .about-section {
    gap: 45px;
  }
  .contact-layout {
    gap: 40px;
  }
  .contact-details {
    padding-left: 30px;
  }
  .contact-layout h2 {
    font-size: 38px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 86px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .topbar {
    justify-content: center;
    padding-inline: 15px;
    font-size: 10px;
  }
  .topbar-location {
    display: none;
  }
  .header-inner {
    height: 79px;
  }
  .brand {
    width: 145px;
    height: 75px;
  }
  .brand img {
    width: 140px;
    height: 75px;
  }
  .header-inner nav {
    gap: 16px;
    font-size: 11px;
  }
  .header-inner nav .button {
    padding: 10px;
  }
  .js .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    background: transparent;
    border: 1px solid var(--line);
    border-radius: 3px;
  }
  .menu-toggle span {
    display: block;
    width: 19px;
    height: 1.5px;
    background: var(--green);
  }
  .js #main-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 79px;
    padding: 24px;
    background: #fff;
    box-shadow: 0 15px 20px #14362614;
    align-items: stretch;
    gap: 0;
  }
  .js #main-nav.is-open {
    display: flex;
    flex-direction: column;
  }
  .js #main-nav > a {
    padding: 15px;
    font-size: 14px;
  }
  .js #main-nav > .button {
    margin-top: 10px;
  }
  .hero {
    min-height: 655px;
  }
  .hero-image {
    object-position: 63% center;
  }
  .hero-shade {
    background: linear-gradient(90deg, #0c261ee8, #102c21a8 65%, #17302666);
  }
  .hero-content {
    padding-top: 55px;
    padding-bottom: 103px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 0.14em;
    margin-bottom: 27px;
  }
  h1 {
    font-size: 61px;
  }
  .hero-content > p {
    font-size: 13px;
    max-width: 360px;
  }
  .hero-actions {
    gap: 23px;
    align-items: flex-start;
    flex-direction: column;
  }
  .hero-actions .button {
    padding: 15px 19px;
  }
  .hero-bottom {
    bottom: 20px;
    font-size: 8px;
  }
  .hero-bottom > span:last-child {
    font-size: 11px;
  }
  .hero-bottom b {
    margin-inline: 6px;
  }
  .care-strip-inner {
    padding: 17px 0;
    font-size: 9px;
    gap: 10px;
    justify-content: space-between;
  }
  .care-strip-inner > span {
    gap: 6px;
  }
  .care-strip-inner > span + span {
    padding-left: 10px;
  }
  .care-strip i {
    font-size: 17px;
  }
  .section {
    padding-block: 59px;
  }
  .section-heading {
    display: block;
    margin-bottom: 29px;
  }
  h2 {
    font-size: 39px;
  }
  .section-heading > p,
  .section-heading > div + div {
    width: auto;
    max-width: 450px;
    margin-top: 23px;
  }
  .section-heading p {
    font-size: 13px;
  }
  .eyebrow {
    font-size: 9px;
  }
  .service-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .service-card {
    padding: 26px;
  }
  .service-card-top {
    margin-bottom: 18px;
  }
  .service-card p {
    max-width: 430px;
  }
  .service-card ul {
    padding-top: 15px;
    padding-bottom: 18px;
  }
  .service-card > a {
    margin-top: 18px;
  }

  .about-section {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .about-image {
    margin-right: 22px;
  }
  .about-image > img {
    height: 330px;
  }
  .local-stamp {
    right: -22px;
  }
  .about-copy > p {
    font-size: 14px;
  }
  .contact-section {
    padding-block: 55px;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .contact-layout h2 {
    font-size: 38px;
  }
  .contact-details {
    padding: 30px 0 0;
    border-left: 0;
    border-top: 1px solid #4a6650;
  }
  .contact-value,
  address {
    font-size: 15px;
  }
  .site-footer {
    padding-block: 28px;
    flex-wrap: wrap;
    gap: 18px;
  }
  .site-footer > div {
    width: 100%;
  }
  .site-footer p {
    flex: 1;
  }
  body:not(.js) .header-inner {
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 15px;
  }
  body:not(.js) .header-inner nav {
    flex-wrap: wrap;
    justify-content: center;
  }
  body:not(.js) .site-header {
    position: relative;
  }
}
@media (max-width: 370px) {
  h1 {
    font-size: 53px;
  }
  .care-strip-inner {
    font-size: 8px;
  }
  .care-strip i {
    display: none;
  }
  .hero-bottom > span:last-child {
    font-size: 10px;
  }
  .contact-layout h2 {
    font-size: 34px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
