:root {
  --line-soft: #2c4634;
  --tone-main: #0e1a13;
  --ease-fast: ease-in-out;
  --tone-extra-8: #e9f1e7;
}
body{margin:0;padding:0;font-family:"DM Serif Display", sans-serif;box-sizing:border-box;}
*{box-sizing:border-box;}
.secondary-media {
    width: 100%;
    background: var(--tone-main);
    color: var(--tone-extra-8);
    border-bottom: 1px solid var(--line-soft);
  }
.text-quote {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 1.26rem;
  }
.service-note {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.78rem;
    padding: calc(1.5rem / 2) 0;
    border-bottom: 1px solid var(--line-soft);
    font-size: calc(15.1px * .875);
    color: #c3d3c1;
  }
.team-rail {
    letter-spacing: 0.01em;
  }
.wide-summary {
    display: flex;
    align-items: center;
    gap: 0.78rem;
  }
.direct-grid {
    color: #c3d3c1;
    text-decoration: none;
    padding: 0.25rem 0.5rem;
    border-radius: 0.38rem;
    transition: color 390ms var(--ease-fast),
                background 390ms var(--ease-fast);
  }
.direct-grid:hover {
    color: #c2553f;
    background: color-mix(in srgb, currentColor 10%, transparent);
  }
.featured-contact {
    background: #2f6b46;
    color: #f2f7f1;
    padding: 0.3rem 0.75rem;
    border-radius: 0.62rem;
  }
.featured-contact:hover {
    background: #255639;
    color: #f2f7f1;
  }
.top-flow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.78rem;
    padding: 1.5rem 0;
  }
.focused-rail {
    font-size: calc(15.1px * 1.125);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: var(--tone-extra-8);
    text-decoration: none;
    white-space: nowrap;
  }
.focused-rail:hover {
    color: #c2553f;
  }
.public-header {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
  }
.nav-list {
    display: flex;
    align-items: center;
    gap: calc(0.78rem * 0.5);
    list-style: none;
    margin: 0;
    padding: 0;
  }
.nav-link {
    display: inline-block;
    padding: 0.5rem 0.85rem;
    font-size: 15.1px;
    color: var(--tone-extra-8);
    text-decoration: none;
    border-radius: 0.62rem;
    transition: background 390ms var(--ease-fast),
                color 390ms var(--ease-fast);
  }
.nav-link:hover {
    background: #132219;
    color: #c2553f;
  }
.compact-fields {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 0;
    background: #132219;
    color: #c3d3c1;
    border: 1px solid var(--line-soft);
    border-radius: 0.62rem;
    cursor: pointer;
  }
.open-benefit{
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: var(--tone-extra-8);
    border-radius: 2px;
    transition: transform 390ms var(--ease-fast),
                opacity 390ms var(--ease-fast);color:#e6efe3;}
.compact-fields[aria-expanded="true"] .open-benefit:nth-child(1){transform: translateY(7px) rotate(45deg);}
.compact-fields[aria-expanded="true"] .open-benefit:nth-child(2){opacity: 0;}
.compact-fields[aria-expanded="true"] .open-benefit:nth-child(3){transform: translateY(-7px) rotate(-45deg);}
@media (max-width: 767px) {
    .service-note {
      font-size: calc(15.1px * .875);
    }

    .team-rail {
      display: none;
    }

    .wide-summary {
      margin-left: auto;
    }

    .compact-fields {
      display: flex;
    }

    .public-header {
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      display: none;
      background: #16261c;
      color: #e6efe3;
      border-bottom: 1px solid var(--line-soft);
      box-shadow: 0 6px 10px rgba(0,0,0,0.05);
      padding: 1.5rem 1.26rem;
      z-index: 20;
    }

    .public-header.is-open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      align-items: stretch;
      gap: 0.25rem;
    }

    .nav-link {
      display: block;
      padding: 0.75rem 0.85rem;
      font-size: 15.1px;
      color: #e6efe3;
    }

    .nav-link:hover {
      background: #132219;
      color: #c2553f;
    }

    .top-flow {
      position: relative;
    }
  }
.clear-copy{font-family:"DM Serif Display", sans-serif;font-size:15.1px;line-height:2.01;width:100%;padding:0;background:#eef3ea;color:#1b2a20;}
.fresh-section{max-width:1080px;margin:0 auto;padding:calc(1.5rem * 2.4) 1.26rem;display:flex;flex-direction:column;gap:calc(0.78rem * 1.5)}
.quiet-headline{display:grid;grid-template-columns:minmax(0, 1.1fr) minmax(0, 2fr);gap:calc(0.78rem * 1.5);align-items:start}
.wide-block{display:flex;flex-direction:column;gap:calc(1.5rem * .75);max-width:32rem}
.narrow-intro{color:inherit;text-decoration:none;font-size:calc(15.1px * 1.35);font-weight:600;letter-spacing:0.01em}
.narrow-intro:hover{color:inherit;text-decoration:underline}
.proof{margin:0;font-size:calc(15.1px * .875);line-height:2.01;opacity:0.85}
.open-list{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:calc(0.78rem * 1.5)}
.featured-menu{display:flex;flex-direction:column;gap:calc(1.5rem * .75);min-width:0}
.open-visual{margin:0;font-size:calc(15.1px * .875);font-weight:600;text-transform:uppercase;letter-spacing:0.06em;opacity:0.75}
.team-copy{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.4rem}
.team-copy a{color:inherit;text-decoration:none;font-size:calc(15.1px * .875);line-height:1.5}
.team-copy a:hover{color:inherit;text-decoration:underline}
.visual-callout{display:flex;flex-direction:column;gap:0.5rem}
.simple-steps{margin:0;font-size:calc(15.1px * .875);line-height:1.5;display:flex;flex-wrap:wrap;gap:0.4rem}
.wide-nav{opacity:0.7;min-width:4.5rem}
.fresh-proof{color:inherit;text-decoration:none}
a.footer-contact-value:hover{text-decoration:underline;color:inherit}
.media-entries{border-top:1px solid rgba(255, 255, 255, 0.18);padding-top:calc(1.5rem * .75)}
.media-entries p{margin:0;font-size:calc(15.1px * .875);line-height:2.01;opacity:0.8;max-width:70ch}
.focused-form{border-top:1px solid rgba(255, 255, 255, 0.18);padding-top:calc(1.5rem * .75);display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:0.78rem}
.offer-method{margin:0;font-size:calc(15.1px * .875);opacity:0.8}
.contact-form{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:0.78rem;font-size:calc(15.1px * .875)}
.contact-form a{color:inherit;text-decoration:none}
.contact-form a:hover{text-decoration:underline;color:inherit}
@media (max-width: 900px) {.quiet-headline{grid-template-columns:1fr}.open-list{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (max-width: 560px) {.open-list{grid-template-columns:1fr}.focused-form{flex-direction:column;align-items:flex-start}
  }
footer,footer *{border-radius:0!important;}
footer .top-shell{flex:1 1 100%;max-width:1080px;margin:1.5rem auto 0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);font-size:calc(15.1px * .875);line-height:2.01;opacity:.82;overflow-wrap:anywhere;}
.cookies{position:fixed;inset:auto 0 0 0;z-index:1200;}
.cookies .benefit{max-width:1080px;margin:0 auto;padding:10px 1.26rem;background:linear-gradient(90deg,#2f6b46,#c2553f);border:1px solid color-mix(in srgb, currentColor 25%, transparent);border-radius:1rem 1rem 0 0;display:flex;align-items:center;justify-content:space-between;gap:0.78rem;flex-wrap:wrap;color:#f2f7f1;}
.cookies .benefit p{margin:0;}
.cookies .media-summary{display:flex;gap:8px;flex-wrap:wrap;}
.cookies .media-summary button{border:1px solid color-mix(in srgb, currentColor 28%, transparent);background:color-mix(in srgb, currentColor 12%, transparent);color:inherit;border-radius:0.38rem;padding:7px 10px;cursor:pointer;}
.cookies .media-summary button.cookie-accept{background:var(--tone-main);color:var(--tone-extra-8);}
.site-grid{
  padding:calc(1.5rem*3) 1.26rem;
  background:linear-gradient(140deg, #0e1a13 0%, #17301f 55%, #1f4029 100%);
  color:#eef4ec;
}
.site-grid .soft-quote{max-width:1080px;
  margin:0 auto;
  padding:1rem 0;
  display:flex;
  flex-direction:column;
  gap:calc(0.78rem * 1.5);}
.site-grid .contact-headline{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.site-grid h1{margin:0;
  font-size:clamp(2.2rem,5.6vw,4.6rem);
  line-height:1.02;
  letter-spacing:-0.01em;}
.site-grid .service-visual{margin:0;
  font-size:calc(15.1px * 1.125);
  line-height:2.01;
  color:#eef4ec;
  opacity:.86;}
.site-grid .offer-service{display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:0.78rem;
  flex-wrap:wrap;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid var(--line-soft);}
.site-grid span{max-width:40rem;
  font-size:calc(15.1px * .875);
  line-height:2.01;
  color:#eef4ec;
  opacity:.72;}
.site-grid .media-summary{display:flex;
  gap:.5rem;
  flex-wrap:wrap;}
.site-grid a{
  background:#2f6b46;
  color:#f2f7f1;
  text-decoration:none;
  border-radius:0.38rem;
  padding:.68rem .88rem;
  font-size:calc(15.1px * .875);
  transition:background 390ms var(--ease-fast);
}
.site-grid a:hover{
  background:#255639;color:#e6efe3;}
.site-grid a+a{
  background:#c2553f;
  color:#fdf4f1;
}
.site-grid a+a:hover{
  background:#a8442f;color:#e6efe3;}
@media (max-width:640px){
  .site-grid .offer-service{
    align-items:flex-start;
  }
}
.focused-links{
  background: linear-gradient(140deg, #0e1a13 0%, #17301f 55%, #1f4029 100%);
  color: #eef4ec;
  padding: calc(1.5rem * 2.4) 1.26rem;
}
.focused-links .soft-quote{width: min(100%, 1080px);
  margin: 0 auto;}
.focused-links .visual-figure{display: block;
  width: 100%;
  aspect-ratio: 21 / 8;
  object-fit: cover;
  border-radius: 1.3rem;
  margin-bottom: calc(0.78rem * 1.5);}
.focused-links h2,
.focused-links p{margin: 0;}
.focused-links .visual-story{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 0.78rem;
  align-items: flex-start;}
.focused-links .clear-plan{flex: 1 1 20rem;
  min-width: 0;}
.focused-links h2{font-size: calc(15.1px * 2);
  line-height: 1.15;
  margin-bottom: calc(1.5rem * .75);}
.focused-links .contact-headline{line-height: 2.01;}
.focused-links .open-nav{flex: 1 1 22rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.focused-links .open-nav p{line-height: 2.01;
  padding-inline-start: calc(1.5rem * .75);
  border-inline-start: 2px solid #c2553f;}
.focused-links strong{display: block;
  margin-bottom: calc(calc(1.5rem * .75) * .3);
  font-size: 15.1px;}
@media (max-width: 820px) {.focused-links .visual-figure{ aspect-ratio: 16 / 10; }
}
.local-story{--mark-content:calc(1.5rem * 1.18);--field-content:calc(1080px / 3.1);padding:calc(1.5rem * 2.4) 1.26rem;background:var(--tone-main);color:var(--tone-extra-8);}
.local-story .soft-quote{max-width:1080px;margin:0 auto;}
.local-story h2,.local-story h3,.local-story p{margin:0;}
.local-story h2{font-size:calc(15.1px * 2);line-height:1.14;}
.local-story h3{font-size:calc(15.1px * 1.35);line-height:1.22;}
.local-story p{font-size:15.1px;line-height:2.01;}
.local-story .contact-headline{margin-top:1.5rem;color:#c3d3c1;}
.local-story .start{margin-top:calc(1.5rem / 1.6);font-size:calc(15.1px * .875);color:#c3d3c1;}
.local-story .open-plan{display:flex;flex-direction:column;gap:var(--mark-content);}
.local-story .direct-note{padding-bottom:var(--mark-content);border-bottom:1px solid var(--line-soft);min-width:0;}
.local-story .direct-note:last-child{padding-bottom:0;border-bottom:0;}
.local-story .direct-note p{margin-top:calc(1.5rem / 3.4);color:#c3d3c1;}
.local-story .direct-note a{display:inline-block;margin-top:calc(1.5rem / 2.6);font-size:calc(15.1px * .875);color:inherit;text-decoration:none;border-bottom:1px solid #2f6b46;padding-bottom:2px;transition:color 390ms var(--ease-fast),border-color 390ms var(--ease-fast);}
.local-story .direct-note a:hover{color:inherit;border-color:#c2553f;}
.local-story .wide-body{display:flex;align-items:flex-start;gap:calc(0.78rem * 2.4);}
.local-story .wide-body>.service-visual{flex:1 1 var(--field-content);min-width:0;}
.local-story .wide-body>.open-plan{flex:2 1 calc(1080px / 2);}
@media(max-width:760px){.local-story .wide-body{flex-direction:column;gap:0.78rem;}.local-story .wide-body>.open-plan{margin-top:var(--mark-content);}}
.site-links{
  padding: calc(1.5rem * 2.4) 1.26rem;
  background: #c2553f;
  color: #fdf4f1;
}
.site-links .soft-quote{max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(0.78rem * 1.5);
  align-items: flex-start;}
.site-links .focused-story{flex: 1 1 320px;
  min-width: 0;}
.site-links h2{margin: 0;
  font-size: calc(15.1px * 2);
  line-height: 1.1;}
.site-links .focused-story p{margin: calc(1.5rem * .75) 0 0;
  font-size: 15.1px;
  line-height: 1.7;}
.site-links .secondary-quote{
  flex: 1 1 420px;
  min-width: 0;
  border-radius: 1rem;
  background: #16261c;
  color: #e6efe3;
  border: 1px solid var(--line-soft);
  overflow: hidden;
}
.site-links .soft-intro{display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(1.5rem * .75);
  border-bottom: 1px solid var(--line-soft);}
.site-links .soft-intro span{font-size: calc(15.1px * .875);}
.site-links a{text-decoration: none;}
.site-links .soft-intro a{font-size: calc(15.1px * .875);
  border-bottom: 1px solid #2f6b46;
  padding-bottom: 1px;}
.site-links .visual-region{display: flex;
  flex-direction: column;}
.site-links .visual-region a{padding: calc(1.5rem * .75);
  border-bottom: 1px solid var(--line-soft);
  display: block;}
.site-links .visual-region a:last-child{border-bottom: 0;}
.site-links .visual-region strong,
.site-links .visual-region small,
.site-links .visual-region span{display: block;}
.site-links .visual-region strong{font-size: 15.1px;}
.site-links .visual-region small{margin: calc(calc(1.5rem * .75) * .3) 0 calc(calc(1.5rem * .75) * .45);
  font-size: calc(15.1px * .875);}
.site-links .visual-region span{font-size: calc(15.1px * .875);
  line-height: 1.6;}
@media (max-width: 780px) {.site-links .soft-quote{
    flex-direction: column;
  }.site-links .soft-intro{
    flex-direction: column;
    align-items: flex-start;
  }
}
.plain-headline{
  background:#132219;
  color:#c3d3c1;
  padding:calc(1.5rem * 2.4) 1.26rem;
}
.plain-headline .soft-quote{max-width:1080px;
  margin:0 auto;}
.plain-headline .view{display:grid;
  grid-template-columns:1.5fr 1fr 1fr;
  grid-auto-rows:min-content;
  gap:0.78rem;}
.plain-headline .top-area{
  grid-row:span 2;
  min-width:0;
  padding:calc(1.5rem * .75);
  border-radius:1.3rem;
  background:color-mix(in srgb,#c3d3c1 10%,transparent);color:#e6efe3;}
.plain-headline h2{margin:0;
  font-size:calc(15.1px * 2);
  line-height:1.1;}
.plain-headline .top-area p{margin:1.5rem 0 0;
  font-size:15.1px;
  line-height:2.01;}
.plain-headline .top-area p:first-of-type{margin-top:calc(0.78rem * 1.5);}
.plain-headline .primary-body{
  min-width:0;
  padding:calc(0.78rem * 1.5);
  border-radius:1rem;
  background:color-mix(in srgb,#c3d3c1 7%,transparent);color:#e6efe3;}
.plain-headline .primary-body strong{display:block;
  font-size:15.1px;
  line-height:1.3;}
.plain-headline .primary-body span{display:block;
  margin-top:.4rem;
  font-size:calc(15.1px * .875);
  line-height:2.01;}
@media (max-width:820px){.plain-headline .view{
    grid-template-columns:1fr 1fr;
  }.plain-headline .top-area{
    grid-column:span 2;
    grid-row:auto;
  }
}
@media (max-width:560px){.plain-headline .view{
    display:block;
  }.plain-headline .primary-body{
    margin-top:0.78rem;
  }
}
.direct-items{
        background: var(--tone-main);
        color: var(--tone-extra-8);
        padding: calc(1.5rem * 2.4) 1.26rem;
    }
.direct-items .soft-quote{width: min(100%, 1080px);
        margin: 0 auto;}
.direct-items h2,
    .direct-items h3,
    .direct-items p{margin: 0;}
.direct-items h2{font-size: calc(15.1px * 2);
        line-height: 1.1;}
.direct-items .contact-headline{color: #c3d3c1;
        font-size: calc(15.1px * 1.125);
        line-height: 2.01;
        margin-top: 1.5rem;}
.direct-items .active-note{margin-top: calc(0.78rem * 1.5);
        display: flex;
        flex-direction: column;
        gap: 0.78rem;}
.direct-items .direct-note{
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 1.26rem;
        padding: calc(1.5rem * .75) 1.5rem;
        border-radius: 0.62rem;
        background: #16261c;
        color: #e6efe3;
        border: 1px solid var(--line-soft);
    }
.direct-items .clear-figure{flex: 0 0 auto;
        font-size: calc(15.1px * .875);
        letter-spacing: 0.08em;color:inherit;
        padding-top: 0.35em;}
.direct-items .text-tile{flex: 1 1 18rem;
        min-width: 0;}
.direct-items h3{font-size: calc(15.1px * 1.35);
        line-height: 1.18;}
.direct-items .text-tile p{color: #c3d3c1;
        line-height: 2.01;
        margin-top: calc(1.5rem * .75);}
.direct-items .start{margin-top: calc(0.78rem * 1.5);
        padding-top: 1.5rem;
        border-top: 1px solid var(--line-soft);
        color: #c3d3c1;
        font-size: 15.1px;
        line-height: 2.01;}
@media (max-width: 640px) {.direct-items .direct-note{
            padding: calc(1.5rem * .75);
        }.direct-items .clear-figure{
            padding-top: 0;
        }
    }
.strong-surface{
  background: linear-gradient(140deg, #0e1a13 0%, #17301f 55%, #1f4029 100%);
  color: #eef4ec;
  padding: calc(1.5rem * 2.4) 1.26rem;
}
.strong-surface .soft-quote{width: min(100%, 1080px);
  margin: 0 auto;
  display: grid;
  gap: calc(0.78rem * 1.5);}
.strong-surface h2,
.strong-surface h3,
.strong-surface p{margin: 0;}
.strong-surface h2{font-size: calc(15.1px * 2); line-height: 1.1;}
.strong-surface h3{font-size: calc(15.1px * 1.35); line-height: 1.18;}
.strong-surface p{font-size: 15.1px; line-height: 2.01;}
.strong-surface .top-track{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 0.78rem;
  align-items: end;
  padding: calc(0.78rem * 1.5);
  border-radius: 1rem;
  background: linear-gradient(120deg, #2f6b46 0%, #c2553f 100%);
  color: #fdf4f1;
}
.strong-surface .narrow-feature{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.strong-surface [data-block]{
  flex: 1 1 17rem;
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem;
  border-radius: 0.62rem;
  background: #16261c;
  color: #e6efe3;
  border: 1px solid var(--line-soft);
  animation: peopleMemberIn calc(390ms * 2.2) var(--ease-fast) both;
  animation-delay: var(--delay-nav, 0ms);
}
.strong-surface [data-block] div{display: flex;
  justify-content: flex-start;
  gap: calc(1.5rem * .75);
  font-size: calc(15.1px * .875);}
.strong-surface .team-plan{font-size: calc(15.1px * .875);
  border-top: 1px solid var(--line-soft);
  padding-top: calc(1.5rem * .75);}
@keyframes peopleMemberIn {from{ opacity: .2; transform: translateY(calc(0.78rem * 2)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 900px) {.strong-surface .top-track{ grid-template-columns: 1fr; }
}
.steady-note{
        padding: calc(1.5rem * 2.4) 1.26rem;
        background: #132219;
        color: #c3d3c1
    }
.steady-note .soft-quote{max-width: 1080px;
        margin: 0 auto}
.steady-note .active-frame{display: flex;
        flex-direction: column;
        gap: calc(0.78rem * 1.5)}
.steady-note .clear-plan{min-width: 0;
        padding-bottom: calc(0.78rem * 1.5);
        border-bottom: 1px solid var(--line-soft)}
.steady-note h2{margin: 0;
        font-size: calc(15.1px * 2);
        line-height: 1.12}
.steady-note .clear-plan p{margin: 1.5rem 0 0;
        font-size: calc(15.1px * 1.125);
        line-height: 2.01}
.steady-note ul{list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: calc(1.5rem * .75) calc(0.78rem * 1.5)}
.steady-note li{min-width: 0;
        padding: calc(1.5rem * .75) 0 calc(1.5rem * .75) 1.26rem;
        border-left: 2px solid var(--line-soft)}
.steady-note strong{display: block;
        font-size: calc(15.1px * 1.35);
        line-height: 1.2;
        margin-bottom: calc(1.5rem * .75)}
.steady-note span{display: block;
        line-height: 2.01}
@media (max-width: 760px) {.steady-note ul{
            grid-template-columns: 1fr
        }.steady-note li{
            padding-left: 1.5rem
        }
    }
.compact-media{--mark-content:calc(1.5rem * 1.04);--layer-content:calc(1080px / 2.28);padding:calc(1.5rem * 2.4) 1.26rem;background:#c2553f;color:#fdf4f1;}
.compact-media .soft-quote{max-width:1080px;margin:0 auto;}
.compact-media h2,.compact-media h3,.compact-media p{margin:0;}
.compact-media h2{font-size:calc(15.1px * 2);line-height:1.12;}
.compact-media h3{font-size:calc(15.1px * 1.35);line-height:1.2;}
.compact-media p{font-size:15.1px;line-height:2.01;color:color-mix(in srgb, currentColor 78%, transparent);}
.compact-media .contact-headline{margin-top:1.5rem;max-width:var(--layer-content);}
.compact-media .plain-content{display:flex;flex-direction:column;gap:var(--mark-content);margin-top:var(--mark-content);}
.compact-media .direct-note{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid color-mix(in srgb, currentColor 32%, transparent);}
.compact-media .direct-note p{margin-top:calc(1.5rem / 3);}
@media (min-width:768px){.compact-media .plain-content{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:calc(0.78rem * 1.4);row-gap:var(--mark-content);}
}
.narrow-brand{padding:calc(1.5rem * 2.4) 1.26rem;background:var(--tone-main);color:var(--tone-extra-8);}
.bottom-track{max-width:1080px;margin:0 auto;}
.narrow-brand h1{margin:0;font-size:calc(15.1px * 2.65);line-height:1.08;}
.page-grid{padding:calc(1.5rem * 2.4) 1.26rem;background:linear-gradient(120deg, #2f6b46 0%, #c2553f 100%);color:#fdf4f1;overflow:hidden}
.page-grid .offer-view{max-width:1080px;margin:0 auto}
.page-grid .public-wrap{display:grid;grid-template-columns:minmax(0,1fr) minmax(15rem,.4fr);gap:0.78rem;align-items:end;margin-bottom:calc(0.78rem * 1.5)}
.page-grid h2{margin:0;font-size:calc(15.1px * 2.65);line-height:1;max-width:14ch}
.page-grid .public-wrap p{margin:0;font-size:calc(15.1px * 1.125)}
.page-grid .content-region{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.page-grid .primary-group{flex:1 1 20rem;min-height:14rem;padding:0.78rem;border-radius:1.3rem;background:var(--tone-main);color:var(--tone-extra-8);display:flex;align-items:flex-end;justify-content:space-between;gap:0.78rem}
.page-grid .primary-group:nth-child(2n){background:#c2553f;color:#fdf4f1;flex-direction:column;align-items:flex-start;justify-content:flex-start}
.page-grid .primary-group span{flex:0 0 auto;font-size:calc(15.1px * .875);padding:.4rem .7rem;border:1px solid currentColor;border-radius:0.38rem}
.page-grid h3{margin:0 0 calc(1.5rem * .75);font-size:calc(15.1px * 1.35);line-height:1.1}
.page-grid .primary-group p{margin:0}
@media (max-width: 860px){.page-grid .public-wrap{grid-template-columns:1fr}.page-grid .primary-group{flex:1 1 100%;min-height:auto;display:block}.page-grid .primary-group span{display:inline-flex;margin-bottom:0.78rem}}
.narrow-list{--mark-content:calc(1.5rem * 0.9);--layer-content:calc(1080px / 2.4);padding:calc(1.5rem * 2.4) 1.26rem;background:var(--tone-main);color:var(--tone-extra-8);}
.narrow-list .soft-quote{max-width:1080px;margin:0 auto;}
.narrow-list h1,.narrow-list h2,.narrow-list h3,.narrow-list p{margin:0;}
.narrow-list h2{font-size:calc(15.1px * 2);line-height:1.14;}
.narrow-list h3{font-size:calc(15.1px * 1.35);line-height:1.22;}
.narrow-list p{font-size:15.1px;line-height:2.01;color:#c3d3c1;}
.narrow-list a{color:inherit;text-decoration:none;}
.narrow-list a:hover{color:inherit;}
.narrow-list .strong-benefit{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.78rem;}
.narrow-list .strong-benefit>h2{flex:1 1 calc(1080px / 3.2);min-width:0;}
.narrow-list .strong-benefit>.contact-headline{flex:1 1 calc(1080px / 2.2);min-width:0;}
.narrow-list .open-plan{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--mark-content);margin-top:var(--mark-content);}
.narrow-list .direct-note{flex:1 1 calc(1080px / 3.6);min-width:0;padding:calc(calc(1.5rem * .75) * 0.9);border-radius:0.62rem;background:#16261c;color:#e6efe3;border:1px solid var(--line-soft);}
.narrow-list .direct-note p{margin-top:calc(1.5rem / 3.4);color:#c3d3c1;}
.narrow-list .start{flex:1 1 100%;margin-top:var(--mark-content);padding-top:calc(1.5rem / 2.4);border-top:1px solid var(--line-soft);font-size:calc(15.1px * .875);}
.site-media{
  background:#2f6b46;
  color:#f2f7f1;
  padding:calc(1.5rem * 2.4) 1.26rem;
}
.site-media .soft-quote{max-width:1080px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(0.78rem * 1.5);}
.site-media .direct-unit{display:flex;
  flex-direction:column;
  gap:1.5rem;}
.site-media h2{margin:0;
  font-size:calc(15.1px * 2);
  line-height:1.1;}
.site-media .direct-unit p{margin:0;
  font-size:calc(15.1px * 1.125);
  line-height:2.01;}
.site-media .active-note{display:flex;
  flex-wrap:wrap;
  gap:0.78rem;}
.site-media .clear-benefit{
  flex:1 1 15rem;
  min-width:0;
  padding:calc(1.5rem * .75);
  border-radius:1rem;
  background:color-mix(in srgb,#f2f7f1 10%,transparent);
  display:flex;
  flex-direction:column;
  gap:.4rem;color:#e6efe3;}
.site-media .bottom-body{font-size:calc(15.1px * .875);
  letter-spacing:.04em;
  text-transform:uppercase;}
.site-media .clear-benefit a,
.site-media .wide-entries{text-decoration:none;
  font-size:15.1px;
  word-break:break-word;}
.site-media .clear-benefit a:hover{text-decoration:underline;}
.site-media .start{margin:0;
  font-size:calc(15.1px * .875);
  line-height:2.01;}
.site-media .fresh-items{
  padding:calc(1.5rem * .75);
  border-radius:1rem;
  background:color-mix(in srgb,#f2f7f1 6%,transparent);
  display:flex;
  flex-direction:column;
  gap:.6rem;color:#e6efe3;}
.site-media .fresh-items h3{margin:0;
  font-size:calc(15.1px * 1.35);
  line-height:1.2;}
.site-media .fresh-items p{margin:0;
  line-height:2.01;}
.site-media .strong-callout{
  align-self:flex-start;
  margin-top:.3rem;
  padding:.55rem 1.1rem;
  border-radius:0.62rem;
  background:#c2553f;
  color:#fdf4f1;
  text-decoration:none;
  font-size:calc(15.1px * .875);
}
.site-media .strong-callout:hover{
  background:#a8442f;color:#e6efe3;}
.site-media .strong-callout.ghost{
  background:transparent;
  color:#f2f7f1;
  border:1px solid color-mix(in srgb,#f2f7f1 40%,transparent);
  margin-top:0;
}
.site-media .strong-callout.ghost:hover{
  background:color-mix(in srgb,#f2f7f1 12%,transparent);color:#e6efe3;}
@media (max-width:680px){.site-media .active-note{
    flex-direction:column;
  }.site-media .clear-benefit{
    flex:1 1 auto;
  }
}
.service-method{padding:calc(1.5rem * 2.4) 1.26rem;background:var(--tone-main);color:var(--tone-extra-8)}
.service-method .soft-quote{max-width:1080px;margin:0 auto;width:min(100%,52rem)}
.service-method .text-details{margin-bottom:calc(0.78rem * 1.5);padding-bottom:1.5rem;border-bottom:1px solid var(--line-soft)}
.service-method .text-details p{margin:0;color:#c3d3c1;font-size:calc(15.1px * .875);letter-spacing:0.04em;text-transform:uppercase;line-height:2.01}
.service-method h2{margin:calc(1.5rem * .75) 0 0;font-size:calc(15.1px * 2);line-height:1.12;font-weight:400}
.service-method .top-lead{display:flex;flex-direction:column;gap:0}
.service-method .start{padding:0 0 calc(0.78rem * 1.5);color:#c3d3c1;line-height:2.01}
.service-method .direct-note{display:grid;grid-template-columns:minmax(11rem,15rem) 1fr;gap:0.78rem 1.5rem;padding:1.5rem 0;border-top:1px solid var(--line-soft);align-items:start}
.service-method .direct-note:first-of-type{border-top:0}
.service-method .direct-note strong{font-size:calc(15.1px * 1.125);line-height:1.2;font-weight:400}
.service-method .direct-note p{margin:0;line-height:2.01;color:#c3d3c1}
@media(max-width:700px){.service-method .direct-note{grid-template-columns:1fr;gap:calc(1.5rem * .75)}.service-method .direct-note strong{font-size:15.1px}
}
.soft-nav{--mark-content:calc(1.5rem * 1.09);--layer-content:calc(1080px / 2.33);padding:calc(1.5rem * 2.4) 1.26rem;background:var(--tone-main);color:var(--tone-extra-8);}
.soft-nav .soft-quote{max-width:1080px;margin:0 auto;}
.soft-nav h1,.soft-nav h2,.soft-nav h3,.soft-nav p,.soft-nav ul{margin:0;}
.soft-nav h1{font-size:calc(15.1px * 2.65);line-height:1.1;}
.soft-nav h2{font-size:calc(15.1px * 2);line-height:1.12;}
.soft-nav h3{font-size:calc(15.1px * 1.35);line-height:1.2;}
.soft-nav p{font-size:15.1px;line-height:2.01;color:color-mix(in srgb, currentColor 74%, transparent);}
.soft-nav a{color:inherit;text-decoration:none;}
.soft-nav .media-content{row-gap:calc(var(--mark-content) * 1.2);}
.soft-nav .wide-entries{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.soft-nav .simple-body>p{margin-top:1.5rem;max-width:calc(1080px / 2);}
.soft-nav .main-fields{display:flex;flex-direction:column;gap:calc(1.5rem / 2);margin-top:1.5rem;}
.soft-nav details{padding:0;border-top:1px solid var(--line-soft);}
.soft-nav details:last-of-type{border-bottom:1px solid var(--line-soft);}
.soft-nav summary{cursor:pointer;font-weight:700;padding-block:calc(1.5rem / 2);font-size:calc(15.1px * 1.125);}
.soft-nav details p{margin-top:calc(1.5rem / 3);max-width:calc(1080px / 2);padding-block-end:calc(1.5rem / 2);}
.site-method{padding:calc(1.5rem * 2.4) 1.26rem;background:var(--tone-main);color:var(--tone-extra-8)}
.site-method .soft-quote{max-width:1080px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(0.78rem * 1.5);align-items:flex-start}
.site-method .soft-quote>*{min-width:0;flex:1 1 16rem}
.site-method .focused-story{padding-top:1.5rem;border-top:1px solid var(--line-soft)}
.site-method h2{margin:0;font-size:calc(15.1px * 2);line-height:1.12;font-weight:400}
.site-method .focused-story p{margin:1.5rem 0 0;line-height:2.01;color:#c3d3c1}
.site-method form{display:flex;flex-wrap:wrap;gap:0.78rem;align-items:flex-start}
.site-method form>*{min-width:0;flex:1 1 18rem}
.site-method .soft-grid{display:flex;flex-wrap:wrap;gap:1px;background:var(--line-soft);border:1px solid var(--line-soft);border-radius:0.62rem;overflow:hidden;color:#e6efe3;}
.site-method .soft-grid>*{min-width:0;flex:1 1 18rem}
.site-method label{display:block;background:#16261c;color:#e6efe3;padding:1.5rem}
.site-method span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(15.1px * .875);color:#c3d3c1}
.site-method input{width:100%;border:0;background:transparent;color:inherit;font:inherit;outline:none;padding:0}
.site-method input::placeholder{color:rgba(255,255,255,0.55)}
.site-method input:focus{box-shadow:0 1px 0 #7fb98d}
.site-method .secondary-nav{background:#c2553f;color:#fdf4f1;border-radius:0.62rem;padding:1.5rem}
.site-method .secondary-nav p{margin:0 0 1.5rem;font-size:calc(15.1px * .875);line-height:2.01}
.site-method button{width:100%;border:0;border-radius:0.38rem;background:#2f6b46;color:#f2f7f1;font:inherit;padding:calc(1.5rem * .75);cursor:pointer;transition:background 390ms var(--ease-fast)}
.site-method button:hover{background:#255639;color:#e6efe3;}
@media(max-width:920px){.site-method .soft-quote,.site-method form{display:block}.site-method form{margin-top:calc(0.78rem * 1.5)}.site-method .secondary-nav{margin-top:1.5rem}}
@media(max-width:560px){.site-method .soft-grid{display:block}.site-method label{border-bottom:1px solid var(--line-soft)}}
.soft-team{--mark-content:calc(1.5rem * 1.2);--layer-content:calc(1080px / 2.6);--copy-quiet:calc(1080px / 3.4);padding:calc(1.5rem * 2.4) 1.26rem;background:var(--tone-main);color:var(--tone-extra-8);}
.soft-team .soft-quote{max-width:1080px;margin:0 auto;}
.soft-team h1,.soft-team h2,.soft-team h3,.soft-team p{margin:0;}
.soft-team h2{font-size:calc(15.1px * 2);line-height:1.14;}
.soft-team h3{font-size:calc(15.1px * 1.35);line-height:1.25;}
.soft-team p{font-size:15.1px;line-height:2.01;}
.soft-team img{display:block;width:100%;height:auto;border-radius:0.62rem;}
.soft-team .contact-headline{margin-top:1.5rem;}
.soft-team .open-plan{display:flex;flex-direction:column;gap:var(--mark-content);margin-top:var(--mark-content);}
.soft-team .direct-note{min-width:0;padding-left:1.26rem;border-left:2px solid var(--line-soft);}
.soft-team .direct-note p{margin-top:calc(1.5rem / 3);}
.soft-team .active-details{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.78rem;}
.soft-team .active-details>.service-visual{flex:1 1 calc(1080px / 3);min-width:0;}
.soft-team .active-details>.open-plan{flex:2 1 calc(1080px / 2);margin-top:0;}
.soft-team .active-details>img{margin-left:auto;max-width:calc(var(--copy-quiet) * .85);}
@media (max-width:720px){.soft-team .active-details>img{max-width:100%;margin-left:0;}.soft-team .direct-note{padding-left:calc(1.26rem / 1.4);}
}
.compact-headline{padding:calc(1.5rem * 2.4) 1.26rem;background:#eef3ea;color:#1b2a20}
.compact-headline .view{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.48fr) minmax(0,.52fr);gap:0.78rem}
.compact-headline .contact-headline{align-self:start}
.compact-headline h2{margin:0;font-size:calc(15.1px * 2.65);line-height:1.05}
.compact-headline .contact-headline p{margin:1.5rem 0 0;font-size:calc(15.1px * 1.125)}
.compact-headline .narrow-story{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:calc(1.5rem * .75)}
.compact-headline .soft-visual{padding:calc(1.5rem * .75);border-radius:1rem;background:#16261c;color:#e6efe3;border:1px solid var(--line-soft)}
.compact-headline .soft-visual span{display:block;font-size:calc(15.1px * .875);color:inherit;}
.compact-headline .soft-visual strong{display:block;margin-top:calc(1.5rem * .75);font-weight:600}
.compact-headline .soft-visual a{color:inherit;text-decoration:none;border-bottom:1px solid var(--line-soft)}
.compact-headline .soft-visual a:hover{border-bottom-color:currentColor}
.compact-headline .content-block{grid-column:1/-1;height:clamp(22rem,42vw,34rem);border-radius:1.3rem;overflow:hidden;border:1px solid var(--line-soft)}
.compact-headline iframe{display:block;width:100%;height:100%;border:0}
@media (max-width:780px){.compact-headline .view,.compact-headline .narrow-story{grid-template-columns:1fr}.compact-headline .content-block{height:22rem}}
.steady-summary{background:#c2553f;color:#fdf4f1;padding:calc(1.5rem * 2.4) 1.26rem}
.steady-summary .soft-quote{max-width:1080px;margin:0 auto}
.steady-summary .wide-body{display:flex;align-items:flex-start;gap:calc(0.78rem * 1.5);flex-wrap:wrap}
.steady-summary .service-visual{flex:1 1 22rem;min-width:0}
.steady-summary h2{margin:0;font-size:clamp(calc(15.1px * 2),5vw,calc(15.1px * 2.65));line-height:1.1;letter-spacing:0}
.steady-summary p{margin:1.5rem 0 0;font-size:calc(15.1px * 1.125);line-height:1.65}
.steady-summary .service-visual a{display:inline-flex;margin-top:1.5rem;padding:calc(1.5rem * .75) 0.78rem;border-radius:0.62rem;background:#fdf4f1;color:#c2553f;text-decoration:none;font-weight:700}
.steady-summary .local-tile{display:block;flex:0 0 16rem;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:1rem}
.steady-summary .open-plan{flex:1 1 26rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.steady-summary .direct-note{padding-bottom:1.5rem;border-bottom:1px solid color-mix(in srgb,currentColor 24%,transparent)}
.steady-summary .direct-note:last-child{border-bottom:0;padding-bottom:0}
.steady-summary strong{display:block;font-size:15.1px}
.steady-summary span{display:block;margin-top:calc(calc(1.5rem * .75)*.5);line-height:1.6}
.steady-summary span a{color:inherit;text-decoration:underline;text-underline-offset:3px}
@media(max-width:780px){.steady-summary .wide-body{flex-direction:column}.steady-summary .local-tile{flex-basis:auto;aspect-ratio:16/9}.steady-summary .open-plan{width:100%}}
.quiet-view{padding:calc(1.5rem * 2.4) 1.26rem;background:#eef3ea;color:#1b2a20}
.quiet-view .service-visual{max-width:min(1080px,62rem);margin:0 auto}
.quiet-view h2{margin:0;font-size:calc(15.1px * 2.65);line-height:1.08}
.quiet-view .contact-headline{margin:1.5rem 0 calc(0.78rem * 1.5);font-size:calc(15.1px * 1.125);line-height:1.5}
.quiet-view .top-fields{display:flex;flex-direction:column;gap:calc(0.78rem * 1.5)}
.quiet-view .content-footer{padding:calc(1.5rem * .75) 0;border-top:1px solid var(--line-soft)}
.quiet-view .content-footer:first-child{border-top:0;padding-top:0}
.quiet-view h3{margin:0 0 calc(1.5rem * .75);font-size:calc(15.1px * 1.35);line-height:1.25}
.quiet-view p{margin:0 0 0.78rem}
.quiet-view p:last-child{margin-bottom:0}
.quiet-view .main-proof{line-height:1.7}
.quiet-view a{color:#2f6b46;text-decoration:underline;text-underline-offset:3px}
.quiet-view a:hover{color:inherit;}
@media (max-width:640px){.quiet-view h2{font-size:calc(15.1px * 2)}.quiet-view .contact-headline{font-size:15.1px}
}
.focused-media{background:#132219;color:#c3d3c1;padding:calc(1.5rem * 2.4) 1.26rem}
.focused-media .soft-quote{max-width:1080px;margin:0 auto}
.focused-media .primary-links{display:flex;flex-direction:column;gap:calc(0.78rem * 1.5)}
.focused-media .service-inner{display:flex;align-items:flex-end;justify-content:space-between;gap:0.78rem}
.focused-media h2{margin:0;max-width:20ch;font-size:clamp(calc(15.1px * 2),5vw,calc(15.1px * 2.65));line-height:1.08;letter-spacing:0}
.focused-media .service-inner a{padding:calc(1.5rem * .75) 0.78rem;border-radius:0.62rem;background:#2f6b46;color:#f2f7f1;text-decoration:none;font-weight:700;white-space:nowrap}
.focused-media .contact-headline{margin:0;font-size:15.1px;line-height:2.01}
.focused-media .bottom-region{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75) 0.78rem}
.focused-media .direct-note{flex:1 1 17rem;min-width:0;padding:calc(1.5rem * .75);border-radius:1rem;background:#16261c;color:#e6efe3;border:1px solid var(--line-soft)}
.focused-media .direct-note span{display:block;margin-bottom:calc(calc(1.5rem * .75)*.35);font-size:calc(15.1px * .875);letter-spacing:.03em;text-transform:uppercase}
.focused-media .direct-note strong{display:block;font-size:calc(15.1px * 1.125);line-height:1.3}
.focused-media .direct-note p{margin:calc(calc(1.5rem * .75)*.5) 0 0;line-height:1.6}
.focused-media .direct-note a{display:inline-block;margin-top:calc(calc(1.5rem * .75)*.6);text-decoration:underline;text-underline-offset:3px}
.focused-media .direct-note a:hover{}
@media(max-width:680px){.focused-media .service-inner{align-items:flex-start;flex-direction:column}.focused-media .service-inner a{white-space:normal}}
.strong-region{padding:calc(1.5rem * 2.4) 1.26rem;background:#eef3ea;color:#1b2a20}
.strong-region .service-visual{max-width:min(1080px,60rem);margin:0 auto}
.strong-region h2{margin:0;font-size:calc(15.1px * 2.65);line-height:1.08}
.strong-region .clear-plan{margin:1.5rem 0 calc(0.78rem * 1.5);font-size:calc(15.1px * 1.125);color:color-mix(in srgb,currentColor 74%,transparent)}
.strong-region .clear-shell{margin:0 0 0.78rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid color-mix(in srgb,currentColor 14%,transparent)}
.strong-region .clear-shell:last-of-type{border-bottom:0}
.strong-region h3{margin:0 0 calc(1.5rem * .75);font-size:calc(15.1px * 1.35);line-height:1.25}
.strong-region .clear-shell p{margin:0;color:color-mix(in srgb,currentColor 76%,transparent)}
.strong-region .start{margin:calc(0.78rem * 1.5) 0 0;padding-top:calc(1.5rem * .75);font-size:calc(15.1px * .875);color:color-mix(in srgb,currentColor 72%,transparent)}
.strong-region a{color:#2f6b46;text-decoration:underline;text-underline-offset:3px}
.strong-region a:hover{color:inherit;}
@media (max-width:640px){.strong-region h2{font-size:calc(15.1px * 2)}
}
.offer-inner{
  padding: calc(1.5rem * 2.4) 1.26rem;
  background: var(--tone-main);
  color: var(--tone-extra-8);
}
.offer-inner .soft-quote{max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(0.78rem * 1.5);
  align-items: flex-start;}
.offer-inner .open-stack{
  flex: 1 1 320px;
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: #16261c;
  color: #e6efe3;
  border: 1px solid var(--line-soft);
}
.offer-inner .open-stack span{
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border-radius: 0.38rem;
  background: #c2553f;
  color: #fdf4f1;
  font-size: calc(15.1px * .875);
}
.offer-inner h2{margin: calc(0.78rem * 1.5) 0 0;
  font-size: calc(15.1px * 2);
  line-height: 1.15;}
.offer-inner .open-stack p{margin: calc(1.5rem * .75) 0 0;
  font-size: 15.1px;
  line-height: 2.01;}
.offer-inner .media-footer{flex: 1 1 380px;
  display: flex;
  flex-direction: column;
  gap: 0.78rem;}
.offer-inner .media-footer div{
  padding: calc(1.5rem * .75);
  border-radius: 0.62rem;
  background: #132219;
  color: #c3d3c1;
  border-left: 3px solid #2f6b46;
}
.offer-inner .media-footer strong{display: block;
  font-size: calc(15.1px * 1.35);}
.offer-inner .media-footer p{margin: calc(0.78rem * 1.5) 0 0;
  font-size: calc(15.1px * .875);
  line-height: 2.01;}
@media (max-width: 760px) {.offer-inner .soft-quote{
    flex-direction: column;
  }
}
.main-links{--mark-content:calc(1.5rem * 1.12);padding:calc(1.5rem * 2.4) 1.26rem;background:#132219;color:#c3d3c1;}
.main-links .soft-quote{max-width:1080px;margin:0 auto;}
.main-links h2,.main-links p{margin:0;}
.main-links h2{font-size:calc(15.1px * 2);line-height:1.14;}
.main-links p{font-size:15.1px;line-height:2.01;}
.main-links a{color:inherit;text-decoration:none;}
.main-links .text-tile{display:flex;flex-direction:column;gap:calc(0.78rem * 1.5);}
.main-links .contact-headline{color:#c3d3c1;}
.main-links .content-footer{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;}
.main-links .strong-callout{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.38rem;background:#2f6b46;color:#f2f7f1;}
.main-links .strong-callout:hover{background:#255639;color:#e6efe3;}
.main-links .start{flex:1 1 16rem;font-size:calc(15.1px * .875);color:#c3d3c1;}
@media (max-width:640px){.main-links .content-footer{flex-direction:column;align-items:flex-start;}.main-links .strong-callout{width:100%;}
}
.contact-footer{
  background: var(--tone-main);
  color: var(--tone-extra-8);
  padding: calc(1.5rem * 2.4) 1.26rem;
}
.contact-footer .soft-quote{width: min(100%, 1080px);
  margin: 0 auto;}
.contact-footer .fresh-items{display: flex;
  align-items: flex-start;
  gap: calc(0.78rem * 1.5);}
.contact-footer .strong-area{flex: 0 0 200px;
  padding-top: 10px;}
.contact-footer .strong-area a{
  display: inline-flex;
  max-width: 100%;
  padding: 12px 18px;
  border-radius: 0.62rem;
  background: #2f6b46;
  color: #f2f7f1;
  text-decoration: none;
  font-weight: 700;
  transition: background 390ms var(--ease-fast, ease-in-out);
}
.contact-footer .strong-area a:hover{
  background: #255639;color:#e6efe3;}
.contact-footer .top-area{flex: 1 1 auto;
  min-width: 0;}
.contact-footer h1{margin: 0;
  font-size: clamp(calc(15.1px * 2), 6vw, calc(15.1px * 2.65));
  line-height: 1.05;
  letter-spacing: 0;}
.contact-footer p{margin: 1.5rem 0 0;
  font-size: calc(15.1px * 1.125);
  line-height: 2.01;
  color: #c3d3c1;}
.contact-footer .main-media{display: flex;
  flex-wrap: wrap;
  gap: 0.78rem;
  margin-top: calc(0.78rem * 1.5);}
.contact-footer .main-media a{
  padding: 10px 16px;
  border-radius: 0.38rem;
  background: #16261c;
  color: #e6efe3;
  border: 1px solid var(--line-soft);
  text-decoration: none;
  transition: background 390ms var(--ease-fast, ease-in-out);
}
.contact-footer .main-media a:hover{
  background: #132219;
  color: #c3d3c1;
}
@media (max-width: 720px) {.contact-footer{ padding: calc(1.5rem * 2.4) 1.26rem; }.contact-footer .fresh-items{ flex-direction: column; gap: calc(0.78rem * 1.5); }.contact-footer .strong-area{ flex-basis: auto; padding-top: 0; }
}
