@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,300;9..144,400;9..144,600&display=swap");

:root {
  --orange: #e47e0e;
  --green: #3e6820;
  --green-soft: #6e8d54;
  --footer-green: #9eb189;
  --cream: #f3f1c4;
  --off-white: #fefaf1;
  --ink: #29291f;
  --line: #ced6bd;
  --site-width: 980px;
  --header-width: 1340px;
  --heading-font: "Fraunces", Georgia, serif;
  --body-font: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--green);
  color: var(--cream);
  font-family: var(--body-font);
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0;
  max-width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img,
video {
  display: block;
  max-width: 100%;
}

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

a:hover,
a:focus-visible {
  text-decoration: underline;
}

.skip-link {
  position: absolute;
  top: -80px;
  left: 18px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--off-white);
  color: var(--green);
}

.skip-link:focus {
  top: 18px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 148px;
  background: var(--orange);
  color: var(--cream);
}

.header-inner {
  width: 100%;
  max-width: var(--header-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 158px minmax(0, 1fr);
  align-items: start;
  min-height: 148px;
  padding: 20px 24px 21px;
}

.brand {
  width: 145px;
  padding-left: 0;
  font-size: 20px;
  line-height: 1.45;
}

.brand:hover,
.brand:focus-visible {
  text-decoration: none;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(243, 241, 196, 0.72);
  border-radius: 0;
  background: transparent;
  color: var(--cream);
  font: inherit;
  cursor: pointer;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  display: block;
  width: 20px;
  height: 1px;
  margin: 5px auto;
  background: currentColor;
  content: "";
}

.site-nav {
  display: grid;
  justify-items: center;
  gap: 18px;
  min-width: 0;
  padding-top: 22px;
  font-size: 19px;
  line-height: 1.25;
}

.nav-row {
  display: flex;
  justify-content: center;
  gap: clamp(26px, 3vw, 54px);
  white-space: nowrap;
}

.site-nav a {
  color: var(--cream);
}

.site-nav a[aria-current="page"] {
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: calc(var(--site-width) + 48px);
  margin: 0 auto;
  padding-right: 24px;
  padding-left: 24px;
}

.wide-container {
  width: 100%;
  max-width: 1276px;
  margin: 0 auto;
  padding-right: 24px;
  padding-left: 24px;
}

.serif {
  font-family: var(--heading-font);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 34px;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: inherit;
  font-size: 17px;
  line-height: 1;
  transition: background-color 180ms ease, color 180ms ease;
}

.button:hover,
.button:focus-visible {
  background: var(--off-white);
  color: var(--green);
  text-decoration: none;
}

.hero-home {
  position: relative;
  min-height: 644px;
  overflow: hidden;
  background: #384b31;
}

.hero-home video,
.hero-home-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-home video {
  object-fit: cover;
  object-position: center;
}

.hero-home-video {
  position: absolute !important;
  padding: 0 !important;
  container-type: size;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.hero-home-video iframe {
  display: block;
  border: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.hero-home-video.is-video-ready iframe {
  opacity: 1;
}

@supports (width: 100cqw) {
  .hero-home-video iframe {
    top: 50% !important;
    left: 50% !important;
    width: max(100cqw, 133.333cqh) !important;
    height: max(75cqw, 100cqh) !important;
    transform: translate(-50%, -50%);
  }
}

.hero-home::after {
  position: absolute;
  inset: 0;
  background: rgba(41, 41, 31, 0.08);
  content: "";
}

.hero-home-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: calc(var(--site-width) + 106px);
  margin: 0 auto;
  padding: 150px 53px 0;
  color: var(--off-white);
}

.hero-home h1 {
  max-width: 780px;
  margin: 0 0 31px;
  font-family: var(--heading-font);
  font-size: 80px;
  font-weight: 300;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-home p {
  max-width: 640px;
  margin: 0;
  font-size: 17px;
  line-height: 1.45;
}

.hero-home .button {
  margin-top: 18px;
  min-width: 324px;
  min-height: 50px;
}

.mission-section {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  padding: 66px 0 230px;
  background: var(--off-white);
  color: var(--ink);
}

.mission-section h2 {
  margin: 0 0 28px;
  color: var(--footer-green);
  font-family: var(--heading-font);
  font-size: 79px;
  font-weight: 300;
  line-height: 1;
}

.mission-copy {
  max-width: 1230px;
  font-size: 18px;
  line-height: 1.5;
}

.mission-copy p {
  margin: 0;
}

.mission-copy ul {
  margin: 0 0 0 32px;
  padding: 0;
}

.leaf-divider {
  position: absolute;
  right: -18px;
  bottom: -1px;
  left: -18px;
  height: 168px;
  color: var(--footer-green);
  pointer-events: none;
}

.leaf-divider svg {
  width: 100%;
  height: 100%;
}

.page-hero {
  background: var(--green);
  color: var(--cream);
}

.page-hero.story {
  background: var(--green-soft);
}

.text-panel {
  min-height: 500px;
  padding: 76px 0 58px;
}

.text-panel h1 {
  margin: 0 0 34px;
  color: var(--cream);
  font-family: var(--heading-font);
  font-size: 56px;
  font-weight: 300;
  line-height: 1.2;
}

.text-panel p {
  max-width: 980px;
  margin: 0;
  font-size: 18px;
  line-height: 1.55;
}

.center-hero {
  min-height: 515px;
  padding: 129px 0 74px;
  text-align: center;
}

.center-hero h1 {
  margin: 0 0 34px;
  color: var(--cream);
  font-family: var(--heading-font);
  font-size: 56px;
  font-weight: 300;
  line-height: 1.08;
}

.center-hero p {
  max-width: 835px;
  margin: 0 auto 48px;
  text-align: left;
  font-size: 18px;
  line-height: 1.55;
}

.center-hero.zoning-intro p {
  max-width: 876px;
  text-align: left;
  font-size: 17px;
}

.center-hero .button {
  background: var(--cream);
  color: var(--green);
  border-color: var(--cream);
  min-width: 410px;
}

.center-hero .button:hover,
.center-hero .button:focus-visible {
  background: transparent;
  color: var(--cream);
}

.zoning-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 475px;
  border-top: 1px solid var(--line);
  background: var(--green);
  color: var(--cream);
}

.zoning-grid > div {
  display: grid;
  place-items: center;
  padding: 58px 48px;
}

.zoning-grid > div + div {
  border-left: 1px solid var(--line);
}

.zoning-grid img {
  width: min(100%, 600px);
  aspect-ratio: 600 / 423;
  object-fit: cover;
}

.zoning-quote {
  max-width: 510px;
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
}

.request-hero {
  min-height: 754px;
  padding-top: 130px;
}

.request-hero p {
  max-width: 680px;
}

.request-hero .button {
  min-width: 205px;
}

.transport-hero {
  min-height: 388px;
  padding: 68px 0 72px;
}

.transport-hero .container {
  padding-left: 8px;
}

.transport-hero h1 {
  margin-bottom: 34px;
}

.transport-hero p {
  max-width: 720px;
  font-size: 20px;
}

.transport-hero a {
  text-decoration: underline;
}

.map-gallery {
  padding: 23px 0 74px;
  background: #ffffff;
}

.map-gallery .map-frame {
  width: 100%;
  max-width: 1028px;
  margin: 0 auto 50px;
  padding-right: 24px;
  padding-left: 24px;
}

.map-gallery img {
  width: 100%;
  height: auto;
}

.contact-intro {
  min-height: 500px;
  padding: 103px 0 80px;
}

.contact-intro .container,
.contact-details .container {
  max-width: 836px;
}

.contact-intro h1,
.contact-details h2 {
  margin: 0 0 24px;
  color: var(--cream);
  font-family: var(--heading-font);
  font-size: 56px;
  font-weight: 300;
  line-height: 1.12;
}

.contact-intro p {
  max-width: 760px;
  margin: 0;
  font-size: 18px;
}

.contact-details {
  padding: 56px 0 126px;
  background: var(--green-soft);
  color: var(--cream);
}

.contact-details h2 {
  margin-bottom: 52px;
  font-size: 38px;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 27px;
  min-width: 0;
}

.honeypot {
  position: absolute;
  left: -9999px;
}

.field {
  display: grid;
  gap: 9px;
  font-size: 16px;
  min-width: 0;
}

.field-wide {
  grid-column: 1 / -1;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--cream);
  border-radius: 0;
  background: var(--green);
  color: var(--cream);
  font: 17px/1.4 var(--body-font);
}

input {
  height: 49px;
  padding: 8px 12px;
}

textarea {
  min-height: 114px;
  resize: vertical;
  padding: 12px;
}

input:focus,
textarea:focus {
  outline: 2px solid var(--cream);
  outline-offset: 2px;
}

.send-button {
  grid-column: 1 / -1;
  height: 48px;
  border: 1px solid var(--off-white);
  border-radius: 0;
  background: var(--off-white);
  color: var(--green-soft);
  font: 17px/1 var(--body-font);
  cursor: pointer;
}

.send-button:hover,
.send-button:focus-visible {
  background: transparent;
  color: var(--cream);
}

.send-button:disabled {
  cursor: progress;
  opacity: 0.72;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 24px;
  margin: 0;
  font-size: 14px;
}

.form-status a {
  text-decoration: underline;
}

.policy-page {
  background: var(--green);
  color: var(--cream);
}

.policy-hero {
  padding: 86px 0 42px;
  text-align: center;
}

.policy-hero h1 {
  margin: 0;
  font-family: var(--heading-font);
  font-size: 72px;
  font-weight: 300;
  line-height: 1;
}

.policy-content {
  padding: 10px 0 105px;
}

.policy-content .container {
  max-width: 850px;
}

.policy-content h2,
.policy-content h3 {
  margin: 46px 0 14px;
  font-family: var(--heading-font);
  font-size: 38px;
  font-weight: 300;
  line-height: 1.15;
}

.policy-content p {
  margin: 0 0 18px;
}

.policy-content ul {
  margin: 0 0 26px 28px;
  padding: 0;
}

.site-footer {
  min-height: 350px;
  padding: 72px 0 76px;
  background: var(--footer-green);
  color: var(--cream);
}

.footer-inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-right: 27px;
  padding-left: 27px;
  display: grid;
  grid-template-columns: minmax(260px, 600px) minmax(320px, 760px);
  gap: 74px;
  align-items: start;
}

.footer-brand {
  display: inline-block;
  margin-bottom: 54px;
  font-family: var(--heading-font);
  font-size: 55px;
  font-weight: 300;
  line-height: 1;
}

.footer-links {
  display: grid;
  gap: 3px;
  margin-bottom: 45px;
  font-size: 17px;
}

.footer-links a,
.copyright a {
  text-decoration: underline;
}

.copyright,
.disclaimer {
  margin: 0;
  font-size: 17px;
}

.disclaimer {
  max-width: 745px;
}

@media (max-width: 1080px) {
  .header-inner {
    max-width: none;
    grid-template-columns: 148px minmax(0, 1fr);
    padding-right: 24px;
    padding-left: 24px;
  }

  .nav-row {
    gap: 22px;
  }

  .site-nav {
    font-size: 17px;
  }

  .footer-inner {
    grid-template-columns: 1fr 1.35fr;
  }
}

@media (max-width: 960px) {
  .site-header {
    min-height: 82px;
  }

  .header-inner {
    position: relative;
    grid-template-columns: 1fr auto;
    min-height: 82px;
    padding: 16px 24px;
    align-items: start;
  }

  .brand {
    font-size: 19px;
  }

  .menu-toggle {
    display: block;
    position: absolute;
    top: 19px;
    right: 24px;
    z-index: 2;
  }

  .site-nav {
    grid-column: 1 / -1;
    display: none;
    justify-items: start;
    gap: 13px;
    padding-top: 76px;
    font-size: 18px;
  }

  .site-header.nav-open .site-nav {
    display: grid;
  }

  .nav-row {
    display: grid;
    gap: 13px;
    white-space: normal;
  }

  .hero-home {
    min-height: 610px;
  }

  .hero-home-content {
    max-width: calc(var(--site-width) + 40px);
    padding: 122px 20px 0;
  }

  .hero-home h1 {
    font-size: 54px;
  }

  .hero-home .button {
    min-width: 0;
    width: 100%;
    max-width: 324px;
  }

  .mission-section {
    min-height: 0;
    padding: 58px 0 190px;
  }

  .mission-section h2 {
    font-size: 56px;
  }

  .text-panel,
  .center-hero,
  .request-hero,
  .transport-hero,
  .contact-intro {
    min-height: 0;
    padding: 72px 0;
  }

  .text-panel h1,
  .center-hero h1,
  .transport-hero h1,
  .contact-intro h1 {
    font-size: 46px;
  }

  .center-hero p,
  .center-hero.zoning-intro p,
  .request-hero p {
    text-align: left;
  }

  .center-hero .button {
    min-width: 0;
    width: 100%;
    max-width: 430px;
  }

  .zoning-grid {
    grid-template-columns: 1fr;
  }

  .zoning-grid > div {
    padding: 44px 24px;
  }

  .zoning-grid > div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .footer-brand {
    margin-bottom: 34px;
    font-size: 44px;
  }
}

@media (max-width: 520px) {
  body {
    font-size: 16px;
  }

  .container,
  .wide-container,
  .map-gallery .map-frame {
    max-width: none;
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero-home {
    min-height: 560px;
  }

  .hero-home-content {
    padding: 92px 16px 0;
  }

  .hero-home h1 {
    margin-bottom: 22px;
    max-width: 340px;
    font-size: 39px;
  }

  .mission-section h2 {
    font-size: 48px;
  }

  .mission-copy {
    font-size: 16px;
  }

  .mission-copy ul {
    margin-left: 22px;
  }

  .text-panel h1,
  .center-hero h1,
  .transport-hero h1,
  .contact-intro h1,
  .policy-hero h1 {
    font-size: 40px;
  }

  .text-panel p,
  .center-hero p,
  .contact-intro p,
  .transport-hero p {
    font-size: 17px;
    overflow-wrap: break-word;
  }

  .zoning-quote {
    font-size: 18px;
    line-height: 1.65;
  }

  .contact-details h2,
  .policy-content h2,
  .policy-content h3 {
    font-size: 34px;
  }

  .site-footer {
    padding: 54px 0 62px;
  }

  .footer-brand {
    font-size: 38px;
  }
}
