:root {
  --surface-deep: #f2f5f1;
  --delay-soft: cubic-bezier(0.4,0,0.2,1);
  --tone-main: #1c2a22;
}
body{margin:0;padding:0;font-family:"DM Sans", sans-serif;box-sizing:border-box;}
*,*::before,*::after{box-sizing:border-box;}
.wide-proof {
    width: 100%;
    background: #ffffff;
    color: #1c2a22;
    border-bottom: 1px solid #d8e2d3;
    box-shadow: 0 0px 2px rgba(0,0,0,0.04);
  }
.page-body {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1.5rem 1.67rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.96rem;
  }
.quiet-feature {
    font-size: calc(15.7px * 1.125);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #1c2a22;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 0.39rem;
    padding: 0.25rem 0.5rem;
    transition: background 330ms var(--delay-soft);
  }
.quiet-feature:hover,
  .quiet-feature:focus-visible {
    background: #eaf1e6;
    color: #2c3a30;
    outline: none;
  }
.nav-desktop {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(0.96rem * 0.75);
  }
.nav-list a {
    display: inline-block;
    padding: 0.5rem 0.85rem;
    font-size: 15.7px;
    color: #1c2a22;
    text-decoration: none;
    border-radius: 0.59rem;
    transition: background 330ms var(--delay-soft),
                color 330ms var(--delay-soft);
  }
.nav-list a:hover,
  .nav-list a:focus-visible {
    background: #eaf1e6;
    color: #2c3a30;
    outline: none;
  }
.media-region {
    display: flex;
    align-items: center;
  }
.clear-group {
    display: inline-block;
    padding: 0.6rem 1.15rem;
    font-size: 15.7px;
    font-weight: 600;
    background: #2f6b4f;
    color: #f4faf6;
    text-decoration: none;
    border-radius: 1rem;
    box-shadow: 0 0px 2px rgba(0,0,0,0.04);
    transition: background 330ms var(--delay-soft),
                transform 330ms var(--delay-soft);
  }
.clear-group:hover,
  .clear-group:focus-visible {
    background: #255840;
    color: #f4faf6;
    transform: translateY(-1px);
    outline: none;
  }
.main-panel {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 8px;
    background: #eaf1e6;
    color: #2c3a30;
    border: 1px solid #d8e2d3;
    border-radius: 0.59rem;
    cursor: pointer;
    transition: background 330ms var(--delay-soft);
  }
.main-panel:hover,
  .main-panel:focus-visible {
    background: #c98a3f;
    color: #241505;
    outline: none;
  }
.mission {
    display: block;
    width: 100%;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
  }
.nav-mobile {
    display: none;
    width: 100%;
    background: #ffffff;
    color: #1c2a22;
    border-top: 1px solid #d8e2d3;
  }
.nav-mobile-list {
    list-style: none;
    margin: 0;
    padding: 1.5rem 1.67rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
.nav-mobile-list a {
    display: block;
    padding: 0.75rem 0.85rem;
    font-size: 15.7px;
    color: #1c2a22;
    text-decoration: none;
    border-radius: 0.59rem;
    transition: background 330ms var(--delay-soft);
  }
.nav-mobile-list a:hover,
  .nav-mobile-list a:focus-visible {
    background: #eaf1e6;
    color: #2c3a30;
    outline: none;
  }
.content-panel {
    display: block;
    margin: 1.5rem 1.67rem 1.5rem;
    text-align: center;
  }
@media (max-width: 900px) {
    .nav-list a {
      padding: 0.5rem 0.6rem;
      font-size: calc(15.7px * .875);
    }
    .clear-group {
      padding: 0.55rem 0.95rem;
      font-size: calc(15.7px * .875);
    }
  }
@media (max-width: 767px) {
    .nav-desktop,
    .media-region {
      display: none;
    }

    .main-panel {
      display: flex;
    }

    .nav-mobile.is-open {
      display: block;
    }
  }
.open-body{font-family:"DM Sans", sans-serif;font-size:15.7px;line-height:1.88;padding:calc(1.5rem * 2.4) 1.67rem;background:var(--tone-main);color:var(--surface-deep);}
.local-details{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.96rem * 1.5)}
.main-note{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:0.96rem;align-items:start}
.compact-summary{font-size:calc(15.7px * 1.125);font-weight:600;margin:0 0 calc(1.5rem * .75) 0;letter-spacing:0.01em}
.page-form{margin:0;font-size:calc(15.7px * .875);max-width:34ch;opacity:0.85}
.public-stack{font-size:calc(15.7px * .875);font-weight:600;text-transform:uppercase;letter-spacing:0.06em;margin:0 0 calc(1.5rem * .75) 0;opacity:0.75}
.content-service{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.5rem;font-size:calc(15.7px * .875)}
.content-service a{color:inherit;text-decoration:none;transition:opacity 330ms var(--delay-soft)}
.content-service a:hover,
  .content-service a:focus-visible{opacity:0.7;text-decoration:underline;color:inherit}
.plain-intro li{display:flex;flex-direction:column;gap:0.15rem}
.clear-service{font-size:calc(15.7px * .875);opacity:0.7}
.main-entries{color:inherit;text-decoration:none;font-size:calc(15.7px * .875);word-break:break-word}
a.footer-value:hover,
  a.footer-value:focus-visible{text-decoration:underline;opacity:0.8;color:inherit}
.service-quote{border-top:1px solid rgba(255, 255, 255, 0.18);padding-top:calc(1.5rem * .75)}
.service-quote p{margin:0;font-size:calc(15.7px * .875);opacity:0.8;max-width:90ch}
.soft-story{border-top:1px solid rgba(255, 255, 255, 0.12);padding-top:calc(1.5rem * .75)}
.soft-story p{margin:0;font-size:calc(15.7px * .875);opacity:0.7}
@media (max-width: 1024px) {.main-note{grid-template-columns:1fr 1fr}
  }
@media (max-width: 640px) {.open-body{padding:calc(1.5rem * 2.4) 1.67rem;background:var(--tone-main);color:var(--surface-deep);}.main-note{grid-template-columns:1fr;gap:calc(0.96rem * 1.5)}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:1.67rem;right:1.67rem;bottom:1.5rem;z-index:1200;}
.cookies .content-entries{max-width:720px;margin:0 auto;background:#ffffff;border:1px solid #d8e2d3;border-radius:1.31rem;box-shadow:0 8px 32px rgba(0,0,0,0.06);padding:1.5rem 1.67rem;color:#1c2a22;}
.cookies .service-block{display:flex;align-items:center;gap:8px;}
.cookies .content-entries p{margin:8px 0 0;}
.cookies .primary-team{margin-top:14px;display:flex;gap:8px;flex-wrap:wrap;}
.cookies .primary-team button{border:1px solid #d8e2d3;background:#eaf1e6;color:#2c3a30;border-radius:0.39rem;padding:8px 12px;cursor:pointer;}
.cookies .primary-team button.cookie-accept{background:#c98a3f;color:#241505;border-color:transparent;font-weight:700;}
.page-track{
  --axis-soft:calc(1.5rem * 1.19);
  --axis-content:calc(1100px / 2.80);
  padding:calc(1.5rem * 2.4) 1.67rem;
  background:#f7faf5;
  color:#1c2a22;
}
.page-track .profile{max-width:1100px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);
  gap:calc(0.96rem * 1.5);
  align-items:start;}
.page-track h1,
.page-track p{margin:0;}
.page-track h1{font-size:calc(15.7px * 2.65);
  line-height:1.1;
  letter-spacing:-0.01em;}
.page-track .featured-form{margin-top:1.5rem;
  font-size:calc(15.7px * 1.125);
  line-height:1.88;}
.page-track .primary-track{margin-top:calc(0.96rem * 1.5);
  font-size:15.7px;
  line-height:1.88;
  color:#2c3a30;}
.page-track .wide-method{margin-top:calc(0.96rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:0.96rem;}
.page-track .plain-items{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.59rem;
  background:#2f6b4f;
  color:#f4faf6;
  text-decoration:none;
  font-size:15.7px;
  transition:background 330ms var(--delay-soft);
}
.page-track .plain-items:hover{
  background:#255840;color:#1c2a22;}
.page-track .simple-story{color:#2f6b4f;
  text-decoration:none;
  border-bottom:1px solid #d8e2d3;
  padding-bottom:2px;
  font-size:15.7px;}
.page-track .simple-story:hover{color:inherit;
  border-bottom-color:#c98a3f;}
.page-track .top-contact{
  padding:calc(1.5rem * .75);
  border:1px solid #d8e2d3;
  border-radius:1rem;
  background:#ffffff;
  color:#1c2a22;
}
.page-track .secondary-story{margin:0 0 calc(1.5rem * .75);
  font-size:calc(15.7px * .875);
  text-transform:uppercase;
  letter-spacing:0.06em;
  color:#2c3a30;}
.page-track .narrow-actions{list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:0.96rem;}
.page-track .narrow-actions a{color:#2f6b4f;
  text-decoration:none;
  font-size:15.7px;
  line-height:1.5;}
.page-track .narrow-actions a:hover{color:inherit;}
@media (max-width:860px){.page-track .profile{
    grid-template-columns:1fr;
  }
}
.visual-team{position:relative;overflow:hidden;isolation:isolate;}
.visual-team>*{position:relative;z-index:1;}
.visual-team::after{content:"";position:absolute;right:clamp(1rem,5vw,4rem);top:18%;width:clamp(5rem,13vw,9rem);aspect-ratio:1;border:1px solid color-mix(in srgb,currentColor 18%,transparent);border-radius:999px;opacity:.55;animation:wpAccentRing calc(18s + (1 * 5s)) var(--delay-soft) infinite alternate;pointer-events:none;}
@keyframes wpAccentRing{from{transform:scale(.96);}to{transform:scale(1.04) translateY(calc(1 * .4rem));}}
@media (prefers-reduced-motion: reduce){.visual-team::before,.visual-team::after{animation:none!important;}}
.fresh-section{
        padding: calc(1.5rem * 2.4) 1.67rem;
        background: linear-gradient(135deg, #eaf3e6 0%, #d7e8d3 55%, #c3ddc1 100%);
        color: #1c2a22;
    }
.fresh-section .profile{max-width: 1100px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(0.96rem * 1.5);}
.fresh-section .featured-form{display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: calc(1.5rem * .75);
        padding-bottom: calc(1.5rem * .75);
        border-bottom: 1px solid #d8e2d3;}
.fresh-section h2{margin: 0;
        font-size: calc(15.7px * 2);
        line-height: 1.1;
        flex: 1 1 22rem;}
.fresh-section .featured-form p{margin: 0;
        flex: 1 1 24rem;
        font-size: 15.7px;
        line-height: 1.88;}
.fresh-section .contact-wrap{display: flex;
        flex-direction: column;
        gap: 0;}
.fresh-section .secondary-copy{display: grid;
        grid-template-columns: 1fr;
        gap: calc(1.5rem * .75);
        padding: calc(1.5rem * .75) 0;
        border-bottom: 1px solid #d8e2d3;}
.fresh-section .secondary-copy:last-child{border-bottom: none;
        padding-bottom: 0;}
.fresh-section .secondary-copy:first-child{padding-top: 0;}
.fresh-section .public-form{font-size: calc(15.7px * 1.125);
        line-height: 1.88;}
.fresh-section .wide-service{display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 0.96rem;}
.fresh-section .wide-service strong{font-size: 15.7px;}
.fresh-section .wide-service span{font-size: calc(15.7px * .875);}
@media (min-width: 820px) {.fresh-section .secondary-copy{
            grid-template-columns: 1fr 16rem;
            align-items: start;
        }.fresh-section .wide-service{
            flex-direction: column;
            gap: 0.25rem;
            padding-top: 0.35rem;
        }
    }
.active-list{
  --axis-soft:calc(1.5rem * 1.2);
  padding:calc(1.5rem * 2.4) 1.67rem;
  background:#f7faf5;
  color:#1c2a22;
}
.active-list .profile{max-width:1100px;
  margin:0 auto;}
.active-list h2,
.active-list h3,
.active-list p{margin:0;}
.active-list h2{font-size:calc(15.7px * 2);
  line-height:1.15;}
.active-list h3{font-size:calc(15.7px * 1.35);
  line-height:1.25;}
.active-list .site-story{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:0.96rem;
  padding-bottom:calc(calc(0.96rem * 1.5) * .9);
  border-bottom:1px solid #d8e2d3;}
.active-list .site-story>h2{flex:1 1 calc(1100px / 2.6);
  min-width:0;}
.active-list .site-story>.featured-form{flex:1 1 calc(1100px / 2.6);
  min-width:0;
  font-size:15.7px;
  line-height:1.88;
  color:#2c3a30;}
.active-list .featured-unit{display:flex;
  flex-wrap:wrap;
  gap:var(--axis-soft);
  margin-top:calc(0.96rem * 1.5);}
.active-list .featured-media{
  flex:1 1 calc(1100px / 3.4);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .55);
  padding:calc(calc(1.5rem * .75) * 1.1);
  border:1px solid #d8e2d3;
  border-radius:0.59rem;
  background:#ffffff;
  color:#1c2a22;
}
.active-list .media-method{font-size:calc(15.7px * .875);
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#2c3a30;}
.active-list .primary-track{font-size:15.7px;
  line-height:1.88;}
.active-list .primary-story{margin-top:auto;
  align-self:flex-start;
  font-size:calc(15.7px * .875);
  color:#2f6b4f;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color 330ms var(--delay-soft),border-color 330ms var(--delay-soft);}
.active-list .primary-story:hover,
.active-list .primary-story:focus-visible{color:inherit;
  border-bottom-color:#c98a3f;}
@media (max-width:720px){.active-list .site-story>h2,
  .active-list .site-story>.featured-form,
  .active-list .featured-media{
    flex:1 1 100%;
  }
}
.wide-area{--axis-soft:calc(1.5rem * 1.15);--field-active:1px;padding:calc(1.5rem * 2.4) 1.67rem;background:#2f6b4f;color:#f4faf6;}
.wide-area .profile{max-width:1100px;margin:0 auto;}
.wide-area h2,.wide-area h3,.wide-area p{margin:0;}
.wide-area h2{font-size:calc(15.7px * 2);line-height:1.14;}
.wide-area h3{font-size:calc(15.7px * 1.35);line-height:1.22;}
.wide-area p{font-size:15.7px;line-height:1.88;}
.wide-area .visual-media{font-size:calc(15.7px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.78;margin-bottom:calc(1.5rem / 2);}
.wide-area .featured-form{margin-top:1.5rem;opacity:0.9;}
.wide-area .featured-unit{display:flex;flex-direction:column;gap:0;margin-top:calc(var(--axis-soft) * 1.4);border-top:var(--field-active) solid color-mix(in srgb, #f4faf6 22%, transparent);}
.wide-area .featured-media{padding:calc(0.96rem * 1.5) 0;border-bottom:var(--field-active) solid color-mix(in srgb, #f4faf6 22%, transparent);}
.wide-area .primary-track{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.wide-area .primary-track p{opacity:0.86;}
.wide-area .wide-method{align-self:flex-start;display:inline-flex;align-items:center;padding:calc(calc(1.5rem * .75) / 1.4) 1.5rem;border-radius:0.39rem;background:#f4faf6;color:#2f6b4f;text-decoration:none;font-size:calc(15.7px * .875);transition:background 330ms var(--delay-soft),color 330ms var(--delay-soft);}
.wide-area .wide-method:hover{background:#c98a3f;color:#241505;}
@media (min-width:760px){.wide-area .featured-media{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:calc(0.96rem * 1.5);align-items:start;}.wide-area .primary-track{grid-column:2;}.wide-area .featured-media h3{grid-column:1;grid-row:1;}.wide-area .primary-track h3{display:none;}
}
.direct-grid{padding:calc(1.5rem * 2.4) 1.67rem;background:#c98a3f;color:#241505}
.direct-grid .profile{max-width:1100px;margin:0 auto}
.direct-grid .compact-headline{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:calc(0.96rem * 1.5);align-items:end;margin-bottom:calc(0.96rem * 1.5)}
.direct-grid .compact-headline p{margin:0;font-size:calc(15.7px * 1.125);line-height:1.88}
.direct-grid h2{margin:0;font-size:calc(15.7px * 2);line-height:1.15}
.direct-grid .direct-block{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75) calc(0.96rem * 1.5)}
.direct-grid [data-cluster]{flex:1 1 20rem;padding:calc(1.5rem * .75) 0;border-top:1px solid rgba(36,21,5,0.18)}
.direct-grid h3{margin:0;font-size:calc(15.7px * 1.35);line-height:1.3}
.direct-grid [data-cluster] p{margin:calc(1.5rem * .75) 0 0;line-height:1.88}
@media(max-width:760px){.direct-grid .compact-headline{grid-template-columns:1fr;align-items:start}.direct-grid [data-cluster]{flex:1 1 100%}}
.wide-details{
    padding: calc(1.5rem * 2.4) 1.67rem;
    background: #f7faf5;
    color: #1c2a22;
}
.wide-details .primary-unit{max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(0.96rem * 1.5);}
.wide-details .featured-form{display: flex;
    flex-direction: column;
    gap: 0.96rem;}
.wide-details .featured-form h2{margin: 0;
    font-size: calc(15.7px * 2);
    line-height: 1.25;}
.wide-details .site-story{margin: 0;
    font-size: 15.7px;
    line-height: 1.88;}
.wide-details .featured-unit{margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: calc(1.5rem * .75);}
.wide-details .featured-media{
    background: #ffffff;
    color: #1c2a22;
    border: 1px solid #d8e2d3;
    border-radius: 1rem;
    padding: calc(1.5rem * .75);
    display: flex;
    flex-direction: column;
    gap: 0.96rem;
}
.wide-details .site-note{display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.96rem;
    text-decoration: none;
    color: inherit;}
.wide-details .row-title{font-size: calc(15.7px * 1.125);
    font-weight: 600;
    line-height: 1.3;}
.wide-details .row-meta{
    font-size: calc(15.7px * .875);
    color: #2c3a30;
    background: #eaf1e6;
    border-radius: 0.39rem;
    padding: 0.2rem 0.6rem;
    white-space: nowrap;
}
.wide-details .primary-track{margin: 0;
    font-size: 15.7px;
    line-height: 1.88;}
.wide-details .site-note:hover .row-title,
.wide-details .site-note:focus-visible .row-title{color:inherit;}
.wide-details .site-note:focus-visible{outline: 2px solid #7fb894;
    outline-offset: 3px;
    border-radius: 0.39rem;}
@media (max-width: 640px) {.wide-details .site-note{
        flex-direction: column;
        align-items: flex-start;
    }
}
.direct-figure{
  --axis-soft:calc(1.5rem * 1.15);
  --axis-content:calc(1100px / 2.50);
  padding:calc(1.5rem * 2.4) 1.67rem;
  background:#2f6b4f;
  color:#f4faf6;
}
.direct-figure .profile{max-width:1100px;
  margin:0 auto;}
.direct-figure .bottom-note{display:flex;
  flex-direction:column;
  gap:var(--axis-soft);
  align-items:flex-start;}
.direct-figure h2{margin:0;
  font-size:calc(15.7px * 2);
  line-height:1.12;}
.direct-figure p{margin:0;
  font-size:15.7px;
  line-height:1.88;}
.direct-figure .featured-form{max-width:var(--axis-content);
  color:color-mix(in srgb, currentColor 82%, transparent);}
.direct-figure .visual-media{font-size:calc(15.7px * .875);
  color:color-mix(in srgb, currentColor 68%, transparent);}
.direct-figure .visual-media a{color:inherit;
  text-decoration:underline;
  text-underline-offset:0.18em;}
.direct-figure .visual-media a:hover{}
.direct-figure .wide-method a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.39rem;
  background:#f4faf6;
  color:#2f6b4f;
  font-size:15.7px;
  text-decoration:none;
  transition:background 330ms var(--delay-soft),color 330ms var(--delay-soft);
}
.direct-figure .wide-method a:hover{
  background:#c98a3f;
  color:#241505;
}
@media (max-width:640px){.direct-figure .featured-form{
    max-width:none;
  }
}
.clear-content{
  background:#f7faf5;
  color:#1c2a22;
  padding:calc(1.5rem * 2.4) 1.67rem;
}
.clear-content .profile{max-width:1100px;
  margin:0 auto;}
.clear-content .site-story{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  justify-content:space-between;
  gap:0.96rem;
  padding-bottom:calc(0.96rem * 1.5);
  border-bottom:1px solid #d8e2d3;}
.clear-content h2{margin:0;
  flex:1 1 22rem;
  font-size:calc(15.7px * 2);
  line-height:1.15;
  letter-spacing:0;}
.clear-content .site-story a{flex:0 0 auto;
  color:#2f6b4f;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:.15rem;
  font-size:calc(15.7px * .875);
  transition:color 330ms var(--delay-soft);}
.clear-content .site-story a:hover{color:inherit;}
.clear-content .text-tile{margin:calc(0.96rem * 1.5) 0 0;
  font-size:calc(15.7px * 1.125);
  line-height:1.88;}
.clear-content .page-menu{margin-top:calc(0.96rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:.5rem .6rem;}
.clear-content .page-menu span{
  background:#eaf1e6;
  color:#2c3a30;
  border:1px solid #d8e2d3;
  border-radius:0.39rem;
  padding:.45rem .8rem;
  font-size:calc(15.7px * .875);
  line-height:1.4;
}
@media (max-width:620px){.clear-content .site-story{
    display:block;
  }.clear-content .site-story a{
    display:inline-block;
    margin-top:1.5rem;
  }
}
.service-summary{--axis-soft:calc(1.5rem * 1.35);padding:calc(1.5rem * 2.4) 1.67rem;background:#2f6b4f;color:#f4faf6;}
.service-summary .profile{max-width:1100px;margin:0 auto;}
.service-summary h2,.service-summary h3,.service-summary p{margin:0;}
.service-summary h2{font-size:calc(15.7px * 2);line-height:1.14;}
.service-summary h3{font-size:calc(15.7px * 1.35);line-height:1.22;}
.service-summary p{font-size:15.7px;line-height:1.88;color:color-mix(in srgb, currentColor 78%, transparent);}
.service-summary .featured-unit{display:flex;flex-direction:column;gap:var(--axis-soft);margin-top:var(--axis-soft);}
.service-summary .featured-media{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid color-mix(in srgb, currentColor 28%, transparent);}
.service-summary .featured-media p{margin-top:calc(1.5rem / 3);}
.service-summary .visual-media{margin-top:var(--axis-soft);padding-top:calc(0.96rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
@media (min-width:760px){.service-summary .featured-unit{gap:calc(var(--axis-soft) * 1.1);}.service-summary .featured-media{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:0.96rem;align-items:start;}.service-summary .featured-media p{margin-top:0;}
}
.contact-list{--axis-soft:calc(1.5rem * 1.18);--mark-content:calc(1100px / 3.1);padding:calc(1.5rem * 2.4) 1.67rem;background:#f7faf5;color:#1c2a22;}
.contact-list .profile{max-width:1100px;margin:0 auto;}
.contact-list h2,.contact-list h3,.contact-list p{margin:0;}
.contact-list h2{font-size:calc(15.7px * 2);line-height:1.14;}
.contact-list h3{font-size:calc(15.7px * 1.35);line-height:1.22;}
.contact-list p{font-size:15.7px;line-height:1.88;}
.contact-list .featured-form{margin-top:1.5rem;}
.contact-list .featured-team{display:flex;align-items:flex-start;gap:calc(0.96rem * 1.6);}
.contact-list .featured-team>.primary-track{flex:1 1 var(--mark-content);min-width:0;}
.contact-list .featured-team>.featured-unit{flex:2 1 0;min-width:0;}
.contact-list .featured-unit{display:flex;flex-direction:column;gap:var(--axis-soft);}
.contact-list .featured-media{position:relative;padding-left:calc(1.5rem * 1.05);border-left:1px solid #d8e2d3;}
.contact-list .featured-media::before{content:"";position:absolute;left:-4px;top:calc(calc(15.7px * 1.35) * .55);width:7px;height:7px;border-radius:50%;background:#2f6b4f;color:#f4faf6;}
.contact-list .featured-media p{margin-top:calc(1.5rem / 3.2);color:#2c3a30;}
@media(max-width:760px){.contact-list .featured-team{flex-direction:column;gap:var(--axis-soft);}.contact-list .featured-team>.featured-unit{flex:1 1 auto;}}
.simple-lead{--axis-soft:calc(1.5rem * 0.99);--axis-content:calc(1100px / 2.50);padding:calc(1.5rem * 2.4) 1.67rem;background:#2f6b4f;color:#f4faf6;}
.simple-lead .profile{max-width:1100px;margin:0 auto;}
.simple-lead h1,.simple-lead h2,.simple-lead h3,.simple-lead p{margin:0;}
.simple-lead h2{font-size:calc(15.7px * 2);line-height:1.12;}
.simple-lead h3{font-size:calc(15.7px * 1.35);line-height:1.2;}
.simple-lead p{font-size:15.7px;line-height:1.88;color:color-mix(in srgb, currentColor 74%, transparent);}
.simple-lead a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);}
.simple-lead a:hover{border-bottom-color:currentColor;}
.simple-lead .site-story{display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.simple-lead .featured-form{color:color-mix(in srgb, currentColor 82%, transparent);}
.simple-lead .direct-shell{display:flex;flex-direction:column;gap:var(--axis-soft);margin-top:calc(1.5rem * 1.4);}
.simple-lead .featured-media{padding:calc(calc(1.5rem * .75) * .9);border-radius:0.59rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.simple-lead .featured-media p{margin-top:calc(1.5rem / 3);}
.simple-lead .visual-media{margin-top:calc(1.5rem * 1.2);font-size:calc(15.7px * .875);}
.soft-block{--axis-soft:calc(1.5rem * 0.9);--label-heading:calc(1100px / 3.2);padding:calc(1.5rem * 2.4) 1.67rem;background:#2f6b4f;color:#f4faf6;}
.soft-block .profile{max-width:1100px;margin:0 auto;}
.soft-block h1,.soft-block h2,.soft-block h3,.soft-block p,.soft-block ul{margin:0;}
.soft-block h2{font-size:calc(15.7px * 2);line-height:1.12;}
.soft-block h3{font-size:calc(15.7px * 1.35);line-height:1.22;}
.soft-block p{font-size:15.7px;line-height:1.88;color:color-mix(in srgb, currentColor 78%, transparent);}
.soft-block a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);}
.soft-block a:hover{border-bottom-color:currentColor;}
.soft-block .open-story{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.soft-block .content-visual{row-gap:calc(var(--axis-soft) * 1.15);}
.soft-block .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.96rem;}
.soft-block .row-title h2{flex:1 1 calc(1100px / 2.8);min-width:0;}
.soft-block .row-title>p{flex:1 1 calc(1100px / 2.8);min-width:0;}
.soft-block .featured-unit{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--axis-soft);margin-top:var(--axis-soft);}
.soft-block .featured-media{flex:1 1 var(--label-heading);min-width:0;padding-top:calc(calc(1.5rem * .75) / 1.4);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.soft-block .featured-media p{margin-top:calc(1.5rem / 3);}
.soft-block .narrow-actions{flex:1 1 100%;margin-top:calc(var(--axis-soft) * .6);font-size:calc(15.7px * .875);}
.content-summary{--axis-soft:calc(1.5rem * 1.29);--axis-content:calc(1100px / 3.25);padding:calc(1.5rem * 2.4) 1.67rem;background:#f7faf5;color:#1c2a22;}
.content-summary .profile{max-width:1100px;margin:0 auto;}
.content-summary h2,.content-summary h3,.content-summary p,.content-summary ol,.content-summary li{margin:0;}
.content-summary h2{font-size:calc(15.7px * 2);line-height:1.12;}
.content-summary h3{font-size:calc(15.7px * 1.35);line-height:1.2;}
.content-summary p{font-size:15.7px;line-height:1.88;}
.content-summary a{color:#2f6b4f;text-decoration:none;}
.content-summary a:hover{color:inherit;}
.content-summary .site-story{max-width:var(--axis-content);}
.content-summary .featured-form{margin-top:calc(1.5rem / 2);color:#2c3a30;}
.content-summary .narrow-actions{list-style:none;padding:0;margin-top:var(--axis-soft);display:flex;flex-direction:column;gap:calc(calc(0.96rem * 1.5) * 1.1);}
.content-summary .brand{display:grid;grid-template-columns:auto 1fr;gap:calc(1.5rem * .75);align-items:start;padding-top:calc(calc(0.96rem * 1.5) * .9);border-top:1px solid #d8e2d3;}
.content-summary .brand:first-child{border-top:0;padding-top:0;}
.content-summary .page-quote{font-size:calc(15.7px * .875);letter-spacing:.08em;color:#2c3a30;padding-top:.35em;}
.content-summary .bottom-note{min-width:0;}
.content-summary .bottom-note p{margin-top:calc(1.5rem / 3);color:#2c3a30;}
.content-summary .visual-media{margin-top:var(--axis-soft);padding-top:calc(0.96rem * 1.5);border-top:1px solid #d8e2d3;color:#2c3a30;}
@media (max-width:640px){.content-summary .brand{grid-template-columns:1fr;gap:calc(calc(1.5rem * .75) / 2);}.content-summary .page-quote{padding-top:0;}
}
.compact-service{
  --axis-soft:calc(1.5rem * 1.1);
  --label-heading:calc(1100px / 3.3);
  padding:calc(1.5rem * 2.4) 1.67rem;
  background:#f7faf5;
  color:#1c2a22;
}
.compact-service .profile{max-width:1100px;
  margin:0 auto;}
.compact-service h2,
.compact-service h3,
.compact-service p{margin:0;}
.compact-service h2{font-size:calc(15.7px * 2);
  line-height:1.14;}
.compact-service h3{font-size:calc(15.7px * 1.35);
  line-height:1.22;}
.compact-service p{font-size:15.7px;
  line-height:1.88;}
.compact-service .row-title{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:0.96rem;}
.compact-service .featured-form{flex:1 1 calc(1100px / 2.4);
  min-width:0;}
.compact-service .featured-form p{margin-top:calc(1.5rem / 2.4);}
.compact-service .content-visual{row-gap:calc(var(--axis-soft) * 1.15);}
.compact-service .featured-unit{flex:1 1 100%;
  display:flex;
  flex-wrap:wrap;
  gap:var(--axis-soft);
  margin-top:calc(var(--axis-soft) / 2);}
.compact-service .featured-media{flex:1 1 var(--label-heading);
  min-width:0;
  padding-top:calc(calc(1.5rem * .75) / 1.6);
  border-top:1px solid #d8e2d3;}
.compact-service .featured-media p{margin-top:calc(1.5rem / 3);}
.compact-service .narrow-actions{flex:1 1 100%;
  padding-top:calc(var(--axis-soft) / 2);
  border-top:1px solid #d8e2d3;}
.compact-service .narrow-actions p{font-size:calc(15.7px * .875);}
.compact-service .narrow-actions a{text-decoration:underline;
  text-underline-offset:3px;
  transition:color 330ms var(--delay-soft);}
.compact-service .narrow-actions a:hover{}
@media (max-width:720px){.compact-service .featured-form,
  .compact-service .featured-media{
    flex:1 1 100%;
  }
}
.quiet-entries{--axis-soft:calc(1.5rem * 1.06);--label-heading:calc(1100px / 3.37);padding:calc(1.5rem * 2.4) 1.67rem;background:var(--tone-main);color:var(--surface-deep);}
.quiet-entries .profile{max-width:1100px;margin:0 auto;}
.quiet-entries h2,.quiet-entries h3,.quiet-entries p{margin:0;}
.quiet-entries h2{font-size:calc(15.7px * 2);line-height:1.12;}
.quiet-entries h3{font-size:calc(15.7px * 1.35);line-height:1.2;margin-top:calc(1.5rem / 2.4);}
.quiet-entries p{font-size:15.7px;line-height:1.88;}
.quiet-entries .featured-form{margin-top:1.5rem;}
.quiet-entries .featured-steps{padding-inline-start:calc(1.67rem / 2);}
.quiet-entries .contact-fields{row-gap:calc(var(--axis-soft) * .7);}
.quiet-entries .contact-proof{padding-block:calc(var(--axis-soft) / 2);}
.quiet-entries .featured-unit{display:flex;flex-wrap:wrap;gap:var(--axis-soft);margin-top:var(--axis-soft);}
.quiet-entries .featured-media{flex:1 1 var(--label-heading);min-width:0;padding:calc(var(--axis-soft) * .75);border-radius:0.59rem;background:#eaf1e6;color:#2c3a30;}
.quiet-entries .featured-media p{color:inherit;}
.quiet-entries .featured-media h3{font-size:calc(15.7px * .875);letter-spacing:.01em;text-transform:none;}
@media (max-width:720px){.quiet-entries .featured-steps{padding-inline-start:0;}.quiet-entries .featured-media{flex:1 1 100%;}
}
.strong-team{padding:calc(1.5rem * 2.4) 1.67rem;background:var(--tone-main);color:var(--surface-deep)}
.strong-team .main-service{max-width:1100px;margin:0 auto}
.strong-team h2{margin:0;font-size:calc(15.7px * 2);line-height:1.12}
.strong-team .narrow-intro{margin:1.5rem 0 calc(0.96rem * 1.5);font-size:calc(15.7px * 1.125);line-height:1.88;opacity:.88}
.strong-team .contact-header{display:flex;flex-direction:column;gap:calc(0.96rem * 1.5);margin:0;padding:0;list-style:none}
.strong-team .contact-header>li{margin:0;padding-top:calc(1.5rem * .75);border-top:1px solid rgba(242,245,241,.18)}
.strong-team .contact-header>li:first-child{padding-top:0;border-top:0}
.strong-team h3{margin:0;font-size:calc(15.7px * 1.35);line-height:1.2}
.strong-team .contact-header p{margin:calc(1.5rem * .75) 0 0;line-height:1.88;opacity:.85}
@media(max-width:680px){.strong-team .narrow-intro{font-size:15.7px}
}
.clear-feature{
  padding:calc(1.5rem * 2.4) 1.67rem;
  background:#2f6b4f;
  color:#f4faf6;
  overflow:hidden;
}
.clear-feature .profile{max-width:1100px;
  margin:0 auto;}
.clear-feature .clear-story{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  margin-bottom:calc(0.96rem * 1.5);}
.clear-feature h2{margin:0;
  font-size:calc(15.7px * 2);
  line-height:1.1;}
.clear-feature .featured-form{margin:0;
  font-size:calc(15.7px * 1.125);
  line-height:1.88;}
.clear-feature .clear-footer{display:flex;
  flex-wrap:wrap;
  gap:0.96rem;}
.clear-feature .featured-media{flex:1 1 18rem;
  min-width:0;
  padding:calc(1.5rem * .75) 0;
  border-top:1px solid rgba(244,250,246,0.28);}
.clear-feature .featured-media strong{display:block;
  font-size:calc(15.7px * 1.35);
  line-height:1.15;}
.clear-feature .featured-media p{margin:calc(1.5rem * .75) 0 0;
  line-height:1.88;}
.clear-feature .narrow-actions{margin-top:calc(0.96rem * 1.5);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid rgba(244,250,246,0.28);}
.clear-feature .narrow-actions p{margin:0;
  font-size:calc(15.7px * .875);
  line-height:1.88;}
.clear-feature .narrow-actions a{text-decoration:underline;
  text-underline-offset:3px;}
.clear-feature .narrow-actions a:hover{}
@media (min-width:900px){.clear-feature .clear-story{
    flex-direction:row;
    align-items:flex-end;
    justify-content:space-between;
  }.clear-feature h2{
    flex:0 0 46%;
  }.clear-feature .featured-form{
    flex:1 1 auto;
  }
}
.offer-entries{
        --axis-soft: calc(1.5rem * 1.08);
        --axis-content: calc(1100px / 2.20);
        padding: calc(1.5rem * 2.4) 1.67rem;
        background: var(--tone-main);
        color: var(--surface-deep);
    }
.offer-entries .profile{max-width: 1100px;
        margin: 0 auto;}
.offer-entries h2,
    .offer-entries h3,
    .offer-entries p{margin: 0;}
.offer-entries h2{font-size: calc(15.7px * 2);
        line-height: 1.14;}
.offer-entries h3{font-size: calc(15.7px * 1.35);
        line-height: 1.22;}
.offer-entries p{font-size: 15.7px;
        line-height: 1.88;}
.offer-entries a{color: inherit;
        text-decoration: underline;
        text-underline-offset: 3px;}
.offer-entries a:hover{color: #c98a3f;}
.offer-entries .featured-steps{padding-inline-start: calc(1.67rem / 2);}
.offer-entries .contact-proof{padding-block: calc(var(--axis-soft) / 2);}
.offer-entries .content-visual{row-gap: calc(var(--axis-soft) * 1.1);}
.offer-entries .featured-form{margin-top: 1.5rem;
        max-width: var(--axis-content);}
.offer-entries .featured-unit{display: flex;
        flex-direction: column;
        gap: var(--axis-soft);
        margin-top: var(--axis-soft);}
.offer-entries .featured-media{min-width: 0;
        padding-inline-start: calc(1.5rem * .75);
        border-inline-start: 2px solid #c98a3f;}
.offer-entries .featured-media p{margin-top: calc(1.5rem / 3);}
.offer-entries .narrow-actions{margin-top: var(--axis-soft);
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid color-mix(in srgb, var(--surface-deep) 22%, transparent);
        font-size: calc(15.7px * .875);}
.offer-view{padding:clamp(50px,7vw,90px) clamp(16px,4vw,36px);background:#eaf1e6;color:#2c3a30;}
.offer-view .profile{max-width:920px;margin:0 auto;}
.offer-view .clear-story{margin-bottom:calc(0.96rem * 1.5);}
.offer-view .clear-story h2{margin:0;font-size:clamp(26px,3.6vw,38px);}
.offer-view .clear-story p{margin:10px 0 0;}
.offer-view .local-media{display:flex;flex-direction:column;gap:0;border-top:1px solid #d8e2d3;}
.offer-view .local-media article{display:grid;grid-template-columns:.75fr 1.25fr;gap:0.96rem;padding:18px 0;border-bottom:1px solid #d8e2d3;}
.offer-view .local-media h3{margin:0;font-size:1rem;}
.offer-view .local-media p{margin:0;}
.offer-view .narrow-actions{margin:calc(0.96rem * 1.5) 0 0;font-size:calc(15.7px * .875);}
.offer-view .narrow-actions a{color:#2f6b4f;text-decoration:underline;text-underline-offset:3px;transition:color 330ms var(--delay-soft);}
.offer-view .narrow-actions a:hover{color:inherit;}
@media (max-width: 700px){.offer-view .local-media article{grid-template-columns:1fr;gap:6px;}
    }
.site-details{
  --axis-soft:calc(1.5rem * 0.9);
  --label-heading:calc(1100px / 3.3);
  padding:calc(1.5rem * 2.4) 1.67rem;
  background:#2f6b4f;
  color:#f4faf6;
}
.site-details .profile{max-width:1100px;
  margin:0 auto;}
.site-details h2,
.site-details h3,
.site-details p{margin:0;}
.site-details h2{font-size:calc(15.7px * 2);
  line-height:1.14;}
.site-details h3{font-size:calc(15.7px * 1.35);
  line-height:1.22;}
.site-details p{font-size:15.7px;
  line-height:1.88;
  color:color-mix(in srgb, currentColor 78%, transparent);}
.site-details .site-story{display:flex;
  flex-wrap:wrap;
  gap:0.96rem;
  align-items:flex-start;}
.site-details .site-story h2{flex:1 1 calc(1100px / 3);
  min-width:0;}
.site-details .site-story p{flex:1 1 calc(1100px / 2.4);
  min-width:0;}
.site-details .featured-unit{display:flex;
  flex-wrap:wrap;
  gap:var(--axis-soft);
  margin-top:calc(var(--axis-soft) * 1.15);}
.site-details .featured-media{flex:1 1 var(--label-heading);
  min-width:0;
  padding-top:calc(calc(1.5rem * .75) * 0.9);
  border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.site-details .featured-media p{margin-top:calc(1.5rem / 3);}
.site-details .narrow-actions{margin-top:calc(var(--axis-soft) * 1.1);
  font-size:calc(15.7px * .875);}
.site-details .narrow-actions a{color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;}
.site-details .narrow-actions a:hover{}
.rows{--axis-soft:calc(1.5rem * 1.6);--state-static:calc(1100px / 3.4);padding:calc(1.5rem * 2.4) 1.67rem;background:#f7faf5;color:#1c2a22;}
.rows .profile{max-width:1100px;margin:0 auto;}
.rows h2,.rows h3,.rows p{margin:0;}
.rows h2{font-size:calc(15.7px * 2);line-height:1.14;}
.rows h3{font-size:calc(15.7px * 1.35);line-height:1.22;}
.rows p{font-size:15.7px;line-height:1.88;}
.rows a{color:inherit;text-decoration:none;}
.rows .visual-media{font-size:calc(15.7px * .875);text-transform:uppercase;letter-spacing:0.06em;color:#2c3a30;}
.rows .wide-method{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.39rem;background:#2f6b4f;color:#f4faf6;transition:background 330ms var(--delay-soft);}
.rows .wide-method:hover{background:#255840;color:#1c2a22;}
.rows .compact-region{display:flex;flex-wrap:wrap;align-items:flex-end;gap:0.96rem;}
.rows .compact-region>.primary-track{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.rows .compact-region>.wide-method{flex:0 0 auto;}
.rows .featured-unit{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:0.96rem;margin-top:var(--axis-soft);}
.rows .featured-media{flex:1 1 var(--state-static);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #d8e2d3;}
.rows .featured-media p{margin-top:calc(1.5rem / 3);color:#2c3a30;}
@media (max-width:640px){.rows .compact-region{align-items:flex-start;}.rows .featured-media{flex:1 1 100%;}
}
.visual-service{
  --axis-soft:calc(1.5rem * 1.05);
  padding:calc(1.5rem * 2.4) 1.67rem;
  background:#2f6b4f;
  color:#f4faf6;
}
.visual-service .profile{max-width:1100px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--axis-soft);}
.visual-service h2,
.visual-service h3,
.visual-service p{margin:0;}
.visual-service h2{font-size:calc(15.7px * 2);
  line-height:1.14;}
.visual-service h3{font-size:calc(15.7px * 1.35);
  line-height:1.22;}
.visual-service p{font-size:15.7px;
  line-height:1.88;}
.visual-service .site-story{display:flex;
  flex-direction:column;
  gap:calc(calc(0.96rem * 1.5) * 0.7);}
.visual-service .featured-form{color:color-mix(in srgb, currentColor 80%, transparent);}
.visual-service .direct-shell{display:flex;
  flex-direction:column;
  gap:calc(calc(0.96rem * 1.5) * 0.6);}
.visual-service .featured-media{
  padding:calc(calc(1.5rem * .75) * 1.05) calc(calc(1.5rem * .75) * 1.15);
  border-radius:0.59rem;
  background:color-mix(in srgb, currentColor 10%, transparent);
  border-left:3px solid color-mix(in srgb, currentColor 35%, transparent);
}
.visual-service summary{cursor:pointer;
  font-weight:700;
  font-size:15.7px;
  line-height:1.3;
  list-style:none;}
.visual-service summary::-webkit-details-marker{display:none;}
.visual-service summary::after{content:"+";
  float:right;
  margin-left:calc(0.96rem * 1.5);
  font-weight:400;
  opacity:0.7;}
.visual-service details[open] summary::after{content:"–";}
.visual-service details[open] summary{margin-bottom:calc(calc(0.96rem * 1.5) * 0.55);}
.visual-service .featured-media p{color:color-mix(in srgb, currentColor 82%, transparent);}
.visual-service .visual-media{padding-top:calc(calc(0.96rem * 1.5) * 0.6);
  border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);
  color:color-mix(in srgb, currentColor 85%, transparent);}
.visual-service .visual-media a{color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;
  text-decoration-thickness:1px;
  transition:opacity 330ms var(--delay-soft);}
.visual-service .visual-media a:hover{opacity:0.75;}
@media (max-width:640px){.visual-service .featured-media{
    padding:calc(calc(1.5rem * .75) * 0.9);
  }.visual-service summary::after{
    margin-left:calc(calc(0.96rem * 1.5) * 0.5);
  }
}
.bottom-story{
        padding: calc(1.5rem * 2.4) 1.67rem;
        background: #f7faf5;
        color: #1c2a22;
    }
.bottom-story .profile{max-width: 1100px;
        margin: 0 auto;}
.bottom-story .contact-wrap{display: flex;
        flex-direction: column;
        gap: calc(0.96rem * 1.5);}
.bottom-story .site-story{min-width: 0;}
.bottom-story h2{margin: 0;
        font-size: calc(15.7px * 2);
        line-height: 1.12;}
.bottom-story .site-story p{margin: 1.5rem 0 0;
        font-size: calc(15.7px * 1.125);
        line-height: 1.88;}
.bottom-story ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.bottom-story li{display: flex;
        flex-wrap: wrap;
        gap: 0.96rem;
        align-items: baseline;
        padding: 1.5rem 0;
        border-top: 1px solid #d8e2d3;}
.bottom-story li:first-child{border-top: none;
        padding-top: 0;}
.bottom-story strong{flex: 0 1 20rem;
        min-width: 0;
        font-size: calc(15.7px * 1.35);
        line-height: 1.2;}
.bottom-story span{flex: 1 1 28rem;
        min-width: 0;
        line-height: 1.88;}
@media (max-width: 760px) {.bottom-story li{
            display: block;
        }.bottom-story span{
            display: block;
            margin-top: calc(1.5rem * .75);
        }
    }
.wide-view{
  padding: calc(1.5rem * 2.4) 1.67rem;
  background: #eaf1e6;
  color: #2c3a30;
}
.wide-view .profile{max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(0.96rem * 1.5);
  align-items: flex-start;}
.wide-view .service-figure{flex: 1 1 320px;
  min-width: 0;}
.wide-view h2{margin: 0;
  font-size: calc(15.7px * 2);
  line-height: 1.12;}
.wide-view .service-figure p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(15.7px * 1.125);}
.wide-view .wide-links{
  flex: 1 1 420px;
  min-width: 0;
  border-radius: 1rem;
  background: #ffffff;
  color: #1c2a22;
  border: 1px solid #d8e2d3;
  box-shadow: 0 0px 2px rgba(0,0,0,0.04);
}
.wide-view .soft-group{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.96rem;
  padding: calc(1.5rem * .75);
  border-bottom: 1px solid #d8e2d3;}
.wide-view .soft-group span{font-size: calc(15.7px * .875);}
.wide-view a{text-decoration: none;}
.wide-view .soft-group a{font-size: calc(15.7px * .875);}
.wide-view .soft-group a:hover{}
.wide-view .secondary-content{display: flex;
  flex-direction: column;}
.wide-view .secondary-content a{display: block;
  padding: calc(1.5rem * .75);
  border-bottom: 1px solid #d8e2d3;
  transition: background 330ms var(--delay-soft);}
.wide-view .secondary-content a:last-child{border-bottom: 0;}
.wide-view .secondary-content a:hover{
  background: #eaf1e6;color:#2c3a30;}
.wide-view .secondary-content strong,
.wide-view .secondary-content small,
.wide-view .secondary-content span{display: block;}
.wide-view .secondary-content strong{font-size: 15.7px;}
.wide-view .secondary-content small{margin: calc(calc(1.5rem * .75) * .3) 0;
  font-size: calc(15.7px * .875);}
.wide-view .secondary-content span{font-size: calc(15.7px * .875);}
@media (max-width: 720px) {.wide-view .profile{
    flex-direction: column;
  }.wide-view .soft-group{
    flex-direction: column;
    align-items: flex-start;
  }
}
.steady-team{
  padding: calc(1.5rem * 2.4) 1.67rem;
  background: var(--tone-main);
  color: var(--surface-deep);
}
.steady-team .profile{display: flex;
  flex-wrap: wrap;
  gap: calc(0.96rem * 1.5);
  max-width: 1100px;
  margin: 0 auto;}
.steady-team .offer-list{flex: 1 1 20rem;
  min-width: 0;}
.steady-team h2{margin: 0;
  font-size: calc(15.7px * 2);
  line-height: 1.12;}
.steady-team .offer-list p{margin: 1.5rem 0 0;
  opacity: .78;
  line-height: 1.88;}
.steady-team .contact-wrap{flex: 1 1 24rem;
  min-width: 0;
  display: flex;
  flex-direction: column;}
.steady-team .secondary-story{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.96rem;
  padding: 1.5rem 0;
  border-top: 1px solid #d8e2d3;}
.steady-team .secondary-story:last-of-type{border-bottom: 1px solid #d8e2d3;}
.steady-team .secondary-story span{flex: 0 0 9rem;
  font-size: calc(15.7px * .875);
  letter-spacing: .02em;
  text-transform: uppercase;
  opacity: .7;}
.steady-team .secondary-story p,
.steady-team .secondary-story a{flex: 1 1 12rem;
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
  line-height: 1.88;}
.steady-team .media-list a{color: #c98a3f;
  font-size: calc(15.7px * 1.125);
  text-decoration-thickness: 1px;
  text-underline-offset: .22em;}
.steady-team .media-list a:hover{color:inherit;}
.steady-team .strong-intro{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: calc(0.96rem * 1.5);}
.steady-team .strong-intro a{color: inherit;
  font-size: calc(15.7px * .875);
  text-decoration-thickness: 1px;
  text-underline-offset: .22em;}
.steady-team .strong-intro a:hover{color: #c98a3f;}
@media (max-width: 620px) {.steady-team .secondary-story span{
    flex: 1 1 100%;
  }.steady-team .secondary-story p,
  .steady-team .secondary-story a{
    flex: 1 1 100%;
  }
}
.contact-nav{--axis-soft:calc(1.5rem * 1.19);--axis-content:calc(1100px / 2.50);padding:calc(1.5rem * 2.4) 1.67rem;background:#eaf1e6;color:#2c3a30;}
.contact-nav .profile{max-width:1100px;margin:0 auto;}
.contact-nav h1,.contact-nav h2,.contact-nav h3,.contact-nav p{margin:0;}
.contact-nav h1{font-size:calc(15.7px * 2.65);line-height:1.08;}
.contact-nav h2{font-size:calc(15.7px * 2);line-height:1.12;}
.contact-nav h3{font-size:calc(15.7px * 1.35);line-height:1.2;}
.contact-nav p{font-size:15.7px;line-height:1.88;}
.contact-nav a{color:#2f6b4f;text-decoration:none;}
.contact-nav a:hover{color:inherit;}
.contact-nav .featured-form{margin-top:calc(1.5rem / 2);}
.contact-nav .visual-media{margin-top:var(--axis-soft);padding-top:calc(1.5rem / 2);border-top:1px solid #d8e2d3;font-size:calc(15.7px * .875);}
.contact-nav .featured-unit{display:flex;flex-wrap:wrap;gap:var(--axis-soft);margin-top:var(--axis-soft);}
.contact-nav .featured-media{flex:1 1 calc(1100px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.59rem;background:#ffffff;color:#1c2a22;border:1px solid #d8e2d3;}
.contact-nav .featured-media h3{margin-bottom:calc(1.5rem / 3);}
.contact-nav .featured-media p{font-size:calc(15.7px * .875);}
.contact-nav .featured-media a{display:inline-block;margin-top:calc(1.5rem / 3);font-size:calc(15.7px * .875);}
.contact-nav .service-section{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.96rem;}
.contact-nav .service-section>h2{flex:1 1 calc(1100px / 3);min-width:0;}
.contact-nav .service-section>.featured-form{flex:1 1 calc(1100px / 3);min-width:0;}
.contact-nav .service-section>.featured-unit{flex:1 1 100%;}
.contact-nav .service-section>.visual-media{flex:1 1 100%;}
.compact-entries{padding:calc(1.5rem * 2.4) 1.67rem;background:#f7faf5;color:#1c2a22}
.compact-entries .profile{max-width:1100px;margin:0 auto}
.compact-entries .offer-feature{display:flex;flex-wrap:wrap;gap:1.67rem;align-items:flex-start}
.compact-entries .featured-form{flex:1 1 22rem;min-width:0}
.compact-entries .featured-form h2{margin:0 0 calc(1.5rem * .75);font-size:calc(15.7px * 2);line-height:1.15}
.compact-entries .featured-form .site-story{margin:0;font-size:calc(15.7px * 1.125);line-height:1.88;}
.compact-entries .bottom-note{flex:1 1 30rem;min-width:0;display:flex;flex-direction:column;gap:calc(0.96rem * 1.5)}
.compact-entries .secondary-story{padding-bottom:calc(1.5rem * .75);border-bottom:1px solid #d8e2d3}
.compact-entries .secondary-story:last-of-type{border-bottom:0;padding-bottom:0}
.compact-entries .secondary-story h3{margin:0 0 calc(calc(1.5rem * .75)*.5);font-size:15.7px;line-height:1.3}
.compact-entries .secondary-story p{margin:0;font-size:15.7px;line-height:1.88}
.compact-entries .strong-intro{display:flex;flex-wrap:wrap;gap:0.96rem;margin-top:calc(1.5rem * .75)}
.compact-entries .strong-intro a{border-radius:0.59rem;background:#2f6b4f;color:#f4faf6;padding:calc(calc(1.5rem * .75)*.7) calc(1.5rem * .75);text-decoration:none;font-size:calc(15.7px * .875);transition:background 330ms var(--delay-soft)}
.compact-entries .strong-intro a:hover{background:#255840;color:#1c2a22;}
@media(max-width:760px){.compact-entries .offer-feature{display:block}.compact-entries .bottom-note{margin-top:calc(0.96rem * 1.5)}.compact-entries .featured-form h2{font-size:calc(15.7px * 1.35)}}
.feature{--axis-soft:calc(1.5rem * 1.04);--axis-content:calc(1100px / 2.28);padding:calc(1.5rem * 2.4) 1.67rem;background:#c98a3f;color:#241505;}
.feature .profile{max-width:1100px;margin:0 auto;}
.feature h2,.feature h3,.feature p{margin:0;}
.feature h2{font-size:calc(15.7px * 2);line-height:1.12;}
.feature h3{font-size:calc(15.7px * 1.35);line-height:1.2;}
.feature p{font-size:15.7px;line-height:1.88;}
.feature .featured-form{margin-top:1.5rem;max-width:calc(1100px / 1.6);}
.feature .media-summary{display:flex;flex-direction:column;gap:var(--axis-soft);margin-top:calc(var(--axis-soft) * 1.2);}
.feature .featured-media{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid color-mix(in srgb, currentColor 22%, transparent);}
.feature .featured-media p{margin-top:calc(1.5rem / 3);}
.feature .open-story{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
@media (min-width:760px){.feature .media-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:calc(0.96rem * 1.2);}
}
.team-figure{
  --axis-soft:calc(1.5rem * 1.1);
  --mark-content:calc(1100px / 5.4);
  padding:calc(1.5rem * 2.4) 1.67rem;
  background:#f7faf5;
  color:#1c2a22;
}
.team-figure .profile{max-width:1100px;
  margin:0 auto;}
.team-figure h2,
.team-figure h3,
.team-figure p{margin:0;}
.team-figure h2{font-size:calc(15.7px * 2);
  line-height:1.14;}
.team-figure h3{font-size:calc(15.7px * 1.35);
  line-height:1.22;}
.team-figure p{font-size:15.7px;
  line-height:1.88;}
.team-figure .site-story .featured-form{margin-top:1.5rem;
  font-size:calc(15.7px * 1.125);
  color:#2c3a30;}
.team-figure .narrow-actions{list-style:none;
  margin:var(--axis-soft) 0 0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:calc(0.96rem * 1.5);}
.team-figure .brand{display:flex;
  align-items:flex-start;
  gap:0.96rem;
  padding-top:calc(0.96rem * 1.5);
  border-top:1px solid #d8e2d3;}
.team-figure .brand:first-child{border-top:0;
  padding-top:0;}
.team-figure .open-region{flex:0 0 var(--mark-content);
  font-size:calc(15.7px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;color:inherit;
  font-weight:600;}
.team-figure .bottom-note{flex:1 1 auto;
  min-width:0;}
.team-figure .bottom-note p{margin-top:calc(1.5rem / 3);
  color:#2c3a30;}
.team-figure .visual-media{
  margin-top:var(--axis-soft);
  padding:calc(1.5rem * .75) 1.5rem;
  background:#eaf1e6;
  color:#2c3a30;
  border-radius:0.59rem;
}
.team-figure .visual-media p{color:inherit;}
@media(max-width:760px){.team-figure .brand{
    flex-direction:column;
    gap:calc(0.96rem / 2);
  }.team-figure .open-region{
    flex:0 0 auto;
  }
}
.contact-figure{
        padding:calc(1.5rem * 2.4) 1.67rem;
        background:#eaf1e6;
        color:#2c3a30;
    }
.contact-figure .profile{max-width:1100px;
        margin:0 auto;}
.contact-figure .clear-story{display:flex;
        flex-direction:column;
        gap:calc(0.96rem * 1.5);
        padding-bottom:calc(0.96rem * 1.5);
        border-bottom:1px solid #d8e2d3;}
.contact-figure .clear-story h2{margin:0;
        font-size:calc(15.7px * 2);
        line-height:1.2;}
.contact-figure .clear-story p{margin:0;
        font-size:calc(15.7px * 1.125);
        line-height:1.88;}
.contact-figure .featured-unit{display:flex;
        flex-direction:column;
        gap:0;
        margin-top:calc(0.96rem * 1.5);}
.contact-figure .featured-unit article{display:grid;
        grid-template-columns:64px 1fr;
        gap:0.96rem;
        padding:calc(1.5rem * .75) 0;
        border-bottom:1px solid #d8e2d3;}
.contact-figure .featured-unit article:last-child{border-bottom:none;}
.contact-figure .featured-unit b{align-self:start;
        font-size:calc(15.7px * .875);
        font-weight:600;
        letter-spacing:0.06em;
        padding-top:0.35em;}
.contact-figure .featured-unit h3{margin:0;
        font-size:calc(15.7px * 1.35);
        line-height:1.3;}
.contact-figure .featured-unit em{display:block;
        margin-top:0.35rem;
        font-style:normal;
        font-size:15.7px;}
.contact-figure .featured-unit p{margin:0.6rem 0 0;
        line-height:1.88;}
@media (max-width:640px){.contact-figure .featured-unit article{
            grid-template-columns:1fr;
            gap:0.4rem;
        }.contact-figure .featured-unit b{
            padding-top:0;
        }
    }
.narrow-shell{
  background: #f7faf5;
  color: #1c2a22;
  padding: calc(1.5rem * 2.4) 1.67rem;
}
.narrow-shell .profile{width: min(100%, 1100px);
  margin: 0 auto;
  display: grid;
  gap: calc(0.96rem * 1.5);}
.narrow-shell h2,
.narrow-shell h3,
.narrow-shell p{margin: 0;}
.narrow-shell h2{font-size: calc(15.7px * 2);
  line-height: 1.08;}
.narrow-shell h3{font-size: calc(15.7px * 1.35);
  line-height: 1.18;}
.narrow-shell p{font-size: 15.7px;
  line-height: 1.88;}
.narrow-shell .featured-form{display: grid;
  gap: 1.5rem;}
.narrow-shell .team-note{display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(1.5rem * .75) calc(0.96rem * 1.5);}
.narrow-shell .site-nav{display: grid;
  gap: calc(1.5rem * .75);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #d8e2d3;}
.narrow-shell .site-nav .direct-items{font-size: calc(15.7px * .875);
  color: #2c3a30;
  letter-spacing: 0.02em;}
@media (max-width: 860px) {.narrow-shell .team-note{
    grid-template-columns: 1fr;
  }.narrow-shell h2{
    font-size: clamp(calc(15.7px * 1.35), 9vw, calc(15.7px * 2));
  }
}
.open-lead{
  --axis-soft:calc(1.5rem * 1.35);
  padding:calc(1.5rem * 2.4) 1.67rem;
  background:#eaf1e6;
  color:#2c3a30;
}
.open-lead .profile{max-width:1100px;
  margin:0 auto;}
.open-lead h2,
.open-lead h3,
.open-lead p{margin:0;}
.open-lead h2{font-size:calc(15.7px * 2);
  line-height:1.15;}
.open-lead h3{font-size:calc(15.7px * 1.35);
  line-height:1.25;}
.open-lead p{font-size:15.7px;
  line-height:1.88;}
.open-lead .site-story{display:flex;
  flex-direction:column;
  gap:calc(0.96rem * 1.5);}
.open-lead .featured-form{max-width:100%;}
.open-lead .featured-unit{display:flex;
  flex-direction:column;
  gap:var(--axis-soft);
  margin-top:var(--axis-soft);
  border-top:1px solid #d8e2d3;
  padding-top:var(--axis-soft);}
.open-lead .featured-media{display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:calc(calc(0.96rem * 1.5) * 0.5);
  padding-bottom:var(--axis-soft);
  border-bottom:1px solid #d8e2d3;}
.open-lead .featured-media:last-child{padding-bottom:0;
  border-bottom:0;}
.open-lead .visual-media{margin-top:var(--axis-soft);
  font-size:calc(15.7px * .875);
  line-height:1.88;}
@media (min-width:768px){.open-lead .featured-media{
    grid-template-columns:minmax(0,0.9fr) minmax(0,1.4fr);
    gap:1.5rem;
    align-items:baseline;
  }
}
.top-body{
    padding:calc(1.5rem * 2.4) 1.67rem;
    background:linear-gradient(135deg, #eaf3e6 0%, #d7e8d3 55%, #c3ddc1 100%);
    color:#1c2a22;
}
.top-body .profile{max-width:1100px;
    margin:0 auto;}
.top-body .site-story{display:flex;
    flex-direction:column;
    gap:calc(0.96rem * 1.5);
    margin-bottom:calc(1.5rem * 2.4);}
.top-body .site-story h2{margin:0;
    font-size:calc(15.7px * 2);
    line-height:1.2;}
.top-body .site-story .featured-form{margin:0;
    font-size:calc(15.7px * 1.125);
    line-height:1.88;}
.top-body .site-story .primary-track{margin:0;
    font-size:15.7px;
    line-height:1.88;
    opacity:.92;}
.top-body .featured-unit{display:flex;
    flex-wrap:wrap;
    gap:0.96rem;}
.top-body .featured-media{
    flex:1 1 260px;
    min-width:0;
    padding:calc(1.5rem * .75) 1.67rem;
    background:#ffffff;
    color:#1c2a22;
    border:1px solid #d8e2d3;
    border-radius:1rem;
    box-shadow:0 0px 2px rgba(0,0,0,0.04);
}
.top-body .featured-media h3{margin:0 0 calc(0.96rem * 1.5);
    font-size:calc(15.7px * 1.35);}
.top-body .featured-media p{margin:0 0 calc(0.96rem * 1.5);
    font-size:15.7px;
    line-height:1.88;}
.top-body .featured-media small{
    display:block;
    font-size:calc(15.7px * .875);
    color:#2c3a30;
    background:#eaf1e6;
    padding:0.35rem 0.6rem;
    border-radius:0.39rem;
}
.top-body .visual-media{margin:calc(1.5rem * 2.4) 0 0;
    font-size:15.7px;
    line-height:1.88;
    opacity:.9;}
@media (max-width:640px){.top-body .featured-media{
        flex:1 1 100%;
    }
}
.soft-tile{
  padding: calc(1.5rem * 2.4) 1.67rem;
  background: var(--tone-main);
  color: var(--surface-deep);
}
.soft-tile .profile{max-width: min(1100px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(0.96rem * 1.5);}
.soft-tile .featured-form{display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: calc(0.96rem * 1.5);
  align-items: end;
  padding-bottom: calc(1.5rem * .75);
  border-bottom: 1px solid #2c3a30;}
.soft-tile h2{margin: 0;
  font-size: calc(15.7px * 2);
  line-height: 1.1;}
.soft-tile .featured-form p{margin: 0;
  color: #c9d3c8;
  font-size: 15.7px;
  line-height: 1.88;}
.soft-tile .narrow-service{display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(1.5rem * .75);}
.soft-tile .narrow-service a{
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.59rem;
  background: var(--tone-main);
  color: var(--surface-deep);
  border: 1px solid #2c3a30;
  text-decoration: none;
  transition: border-color 330ms var(--delay-soft);
}
.soft-tile .narrow-service a:hover{border-color: #c98a3f;}
.soft-tile .narrow-service span{color: #c98a3f;
  font-size: calc(15.7px * .875);
  letter-spacing: 0.02em;}
.soft-tile .narrow-service strong{font-size: calc(15.7px * 1.125);
  font-weight: 600;
  line-height: 1.25;}
.soft-tile .narrow-service em{font-style: normal;
  color: #c9d3c8;
  font-size: calc(15.7px * .875);
  line-height: 1.88;}
@media (max-width: 760px) {.soft-tile .featured-form,
  .soft-tile .narrow-service{
    grid-template-columns: 1fr;
  }
}
.featured-contact{background:#2f6b4f;color:#f4faf6;padding:calc(1.5rem * 2.4) 1.67rem}
.featured-contact .profile{max-width:1100px;margin:0 auto}
.featured-contact .top-contact{display:flex;align-items:flex-start;gap:calc(0.96rem * 1.5)}
.featured-contact .offer-footer{flex:0 1 28rem;min-width:0}
.featured-contact h2{margin:0;font-size:calc(15.7px * 2);line-height:1.15}
.featured-contact p{margin:1.5rem 0 0;font-size:calc(15.7px * 1.125);line-height:1.65}
.featured-contact ul{flex:1 1 34rem;min-width:0;margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.featured-contact li{flex:1 1 16rem;min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid rgba(244,250,246,0.28)}
.featured-contact strong{display:block;font-size:calc(15.7px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.85}
.featured-contact span,.featured-contact a{display:block;margin-top:calc(calc(1.5rem * .75)*.4);line-height:1.6}
.featured-contact a{color:inherit;text-decoration:none;border-bottom:1px solid rgba(244,250,246,0.45);width:fit-content}
.featured-contact a:hover{border-bottom-color:#f4faf6}
@media(max-width:760px){.featured-contact .top-contact{flex-direction:column}.featured-contact .offer-footer{flex-basis:auto}}
.public-note{padding:calc(1.5rem * 2.4) 1.67rem;background:#eaf1e6;color:#2c3a30;}
.public-note .profile{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.96rem * 1.5);}
.public-note .clear-story{display:flex;flex-direction:column;gap:0.96rem;}
.public-note .clear-story h2{margin:0;font-size:calc(15.7px * 2);line-height:1.25;}
.public-note .clear-story p{margin:0;font-size:15.7px;line-height:1.88;}
.public-note .local-media{display:flex;flex-direction:column;border-top:1px solid #d8e2d3;}
.public-note .local-media article{display:grid;grid-template-columns:minmax(0,0.85fr) minmax(0,1.4fr);gap:0.96rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #d8e2d3;}
.public-note .local-media h3{margin:0;font-size:15.7px;font-weight:600;line-height:1.4;}
.public-note .local-media p{margin:0;font-size:calc(15.7px * .875);line-height:1.88;}
.public-note .narrow-actions{padding-top:0.96rem;border-top:1px solid #d8e2d3;}
.public-note .narrow-actions p{margin:0;font-size:calc(15.7px * .875);line-height:1.88;}
.public-note .narrow-actions a{color:#2f6b4f;text-decoration:underline;text-underline-offset:3px;transition:color 330ms var(--delay-soft);}
.public-note .narrow-actions a:hover{color:inherit;}
@media (max-width:700px){.public-note .local-media article{grid-template-columns:1fr;gap:calc(0.96rem / 2);}
    }
.top-lead{
        background: #f7faf5;
        color: #1c2a22;
        padding: calc(1.5rem * 2.4) 1.67rem;
    }
.top-lead .profile{width: min(100%, 1100px);
        margin: 0 auto;}
.top-lead h2,
    .top-lead h3,
    .top-lead p{margin: 0;}
.top-lead .site-story{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.top-lead h2{font-size: calc(15.7px * 2);
        line-height: 1.12;}
.top-lead .featured-form{font-size: calc(15.7px * 1.125);
        line-height: 1.88;
        color: #2c3a30;}
.top-lead .entries{margin-top: calc(0.96rem * 1.5);
        display: flex;
        flex-direction: column;
        gap: 0.96rem;}
.top-lead .featured-media{
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: calc(1.5rem * .75);
        padding: calc(1.5rem * .75) 1.5rem;
        border-radius: 0.59rem;
        background: #ffffff;
        color: #1c2a22;
        border: 1px solid #d8e2d3;
    }
.top-lead .brand{flex: 0 0 auto;
        font-size: calc(15.7px * .875);
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #2c3a30;
        padding-top: 0.35rem;
        min-width: 7rem;}
.top-lead .bottom-note{flex: 1 1 22rem;
        min-width: 0;}
.top-lead h3{font-size: calc(15.7px * 1.35);
        line-height: 1.18;}
.top-lead .bottom-note p{margin-top: calc(1.5rem * .75);
        line-height: 1.88;
        color: #2c3a30;}
@media (max-width: 640px) {.top-lead .brand{
            min-width: 0;
            padding-top: 0;
        }
    }
.service-group{
  --axis-soft:calc(1.5rem * 1.15);
  --field-active:1px solid color-mix(in srgb, currentColor 18%, transparent);
  padding:calc(1.5rem * 2.4) 1.67rem;
  background:#2f6b4f;
  color:#f4faf6;
}
.service-group .profile{max-width:1100px;
  margin:0 auto;}
.service-group h2,
.service-group h3,
.service-group p{margin:0;}
.service-group h2{font-size:calc(15.7px * 2);
  line-height:1.14;
  max-width:34ch;}
.service-group h3{font-size:calc(15.7px * 1.35);
  line-height:1.24;}
.service-group p{font-size:15.7px;
  line-height:1.88;
  color:color-mix(in srgb, currentColor 78%, transparent);}
.service-group .visual-media{font-size:calc(15.7px * .875);
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:color-mix(in srgb, currentColor 62%, transparent);
  margin-bottom:calc(1.5rem / 2);}
.service-group .featured-form{margin-top:1.5rem;
  max-width:62ch;}
.service-group .featured-unit{display:flex;
  flex-direction:column;
  gap:0;
  margin-top:calc(var(--axis-soft) * 1.4);
  border-top:var(--field-active);}
.service-group .featured-media{min-width:0;
  padding:calc(0.96rem * 1.5) 0;
  border-bottom:var(--field-active);
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:calc(1.5rem / 2.5);}
.service-group .featured-media p{max-width:70ch;}
@media (min-width:820px){.service-group .featured-media{
    grid-template-columns:minmax(0,0.9fr) minmax(0,1.4fr);
    gap:0.96rem;
    align-items:start;
  }
}
.visual-body{
    padding:calc(1.5rem * 2.4) 1.67rem;
    background:#f7faf5;
    color:#1c2a22;
}
.visual-body .primary-unit{max-width:1100px;
    margin:0 auto;}
.visual-body .fresh-body{
    display:flex;
    flex-direction:column;
    gap:calc(0.96rem * 1.5);
    padding:calc(1.5rem * .75);
    background:#ffffff;
    color:#1c2a22;
    border:1px solid #d8e2d3;
    border-radius:1rem;
    box-shadow:0 0px 2px rgba(0,0,0,0.04);
}
.visual-body .clear-story{display:flex;
    flex-direction:column;
    gap:0.4rem;
    padding-bottom:0.96rem;
    border-bottom:1px solid #d8e2d3;}
.visual-body .clear-story h1{margin:0;
    font-size:calc(15.7px * 2);
    line-height:1.25;}
.visual-body .service-block{margin:0;
    font-size:calc(15.7px * .875);}
.visual-body .simple-group{margin:0;
    font-size:15.7px;
    line-height:1.88;}
.visual-body .bottom-note{display:flex;
    flex-direction:column;
    gap:0.96rem;}
.visual-body .bottom-note p{margin:0;
    font-size:15.7px;
    line-height:1.88;}
.visual-body .active-feature{display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:baseline;
    gap:0.96rem;
    padding-top:0.96rem;
    border-top:1px solid #d8e2d3;}
.visual-body .visual-media{font-size:calc(15.7px * .875);}
.visual-body .narrow-actions{display:flex;
    flex-wrap:wrap;
    gap:0.96rem;}
.visual-body .narrow-actions a{font-size:calc(15.7px * .875);
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color 330ms var(--delay-soft), border-color 330ms var(--delay-soft);}
.visual-body .narrow-actions a:hover{border-bottom-color:#c98a3f;}
@media (max-width:640px){.visual-body .active-feature{
        flex-direction:column;
        align-items:flex-start;
    }
}
.strong-body{
    padding: calc(1.5rem * 2.4) 1.67rem;
    background: #f7faf5;
    color: #1c2a22;
}
.strong-body .primary-unit{max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(0.96rem * 1.5);}
.strong-body h2{margin: 0;
    font-size: calc(15.7px * 2);
    line-height: 1.25;}
.strong-body .featured-form{margin: 0;
    font-size: 15.7px;
    line-height: 1.88;
    color: #2c3a30;}
.strong-body .featured-unit{margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: calc(1.5rem * .75);}
.strong-body .featured-media{
    background: #ffffff;
    color: #1c2a22;
    border: 1px solid #d8e2d3;
    border-radius: 1rem;
    padding: calc(1.5rem * .75);
    box-shadow: 0 0px 2px rgba(0,0,0,0.04);
    transition: box-shadow 330ms var(--delay-soft);
}
.strong-body .featured-media:hover{box-shadow: 0 4px 12px rgba(0,0,0,0.05);}
.strong-body .site-note{display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.96rem;
    text-decoration: none;
    color: inherit;}
.strong-body .row-title{font-size: calc(15.7px * 1.125);
    font-weight: 600;
    color: #2f6b4f;}
.strong-body .row-meta{font-size: calc(15.7px * .875);
    color: #2c3a30;
    letter-spacing: 0.04em;
    text-transform: uppercase;}
.strong-body .primary-track{margin: 1.5rem 0 0;
    font-size: 15.7px;
    line-height: 1.88;}
@media (max-width: 640px) {.strong-body .site-note{
        flex-direction: column;
        align-items: flex-start;
        gap: 0.35rem;
    }
}
.visual-note{padding:calc(1.5rem * 2.4) 1.67rem;background:#f7faf5;color:#1c2a22;}
.visual-note .primary-unit{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.96rem * 1.5);}
.visual-note .fresh-body{border-radius:1.31rem;padding:calc(1.5rem * .75);background:#ffffff;color:#1c2a22;border:1px solid #d8e2d3;box-shadow:0 0px 2px rgba(0,0,0,0.04);}
.visual-note .simple-inner{display:flex;flex-wrap:wrap;justify-content:space-between;gap:0.96rem;align-items:baseline;}
.visual-note .simple-inner h1{margin:0;font-size:calc(15.7px * 2.65);line-height:1.2;}
.visual-note .service-block{margin:calc(0.96rem * 1.5) 0 0;font-size:calc(15.7px * .875);}
.visual-note .simple-group{margin:calc(0.96rem * 1.5) 0 0;font-size:15.7px;line-height:1.88;}
.visual-note .narrow-actions{display:flex;flex-wrap:wrap;gap:0.96rem;margin-top:calc(0.96rem * 1.5);}
.visual-note .narrow-actions a{text-decoration:none;font-size:calc(15.7px * .875);border-bottom:1px solid #d8e2d3;padding-bottom:2px;transition:color 330ms var(--delay-soft),border-color 330ms var(--delay-soft);}
.visual-note .narrow-actions a:hover{border-color:#c98a3f;}
.primary-note{
    padding: calc(1.5rem * 2.4) 1.67rem;
    background: #f7faf5;
    color: #1c2a22;
}
.primary-note .primary-unit{max-width: 1100px;
    margin: 0 auto;}
.primary-note .featured-form{margin-bottom: calc(0.96rem * 1.5);}
.primary-note .featured-form h2{margin: 0 0 0.96rem;
    font-size: calc(15.7px * 2);
    line-height: 1.2;}
.primary-note .site-story{margin: 0;
    font-size: 15.7px;
    color: #2c3a30;}
.primary-note .featured-unit{margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: calc(1.5rem * .75);}
.primary-note .featured-media{margin: 0;}
.primary-note .site-note{
    display: block;
    padding: calc(1.5rem * .75);
    background: #ffffff;
    color: #1c2a22;
    border: 1px solid #d8e2d3;
    border-radius: 1rem;
    text-decoration: none;
    transition: border-color 330ms var(--delay-soft),
                box-shadow 330ms var(--delay-soft);
}
.primary-note .site-note:hover,
.primary-note .site-note:focus-visible{border-color: #2f6b4f;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);}
.primary-note .row-head{display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.96rem;
    margin-bottom: 0.96rem;}
.primary-note .row-title{font-size: calc(15.7px * 1.125);
    font-weight: 600;}
.primary-note .row-meta{font-size: calc(15.7px * .875);
    color: #2c3a30;}
.primary-note .row-body{display: block;
    font-size: 15.7px;
    line-height: 1.88;}
.primary-note .row-action{display: inline-block;
    margin-top: 0.96rem;
    font-size: calc(15.7px * .875);
    font-weight: 600;
    color: #2f6b4f;}
.primary-note .site-note:hover .row-action,
.primary-note .site-note:focus-visible .row-action{color:inherit;}
@media (min-width: 720px) {.primary-note .site-note{
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
        grid-template-areas:
            "head body"
            "action body";
        align-items: start;
        column-gap: calc(0.96rem * 1.5);
        row-gap: 0.96rem;
    }.primary-note .row-head{
        grid-area: head;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 0;
    }.primary-note .row-body{
        grid-area: body;
    }.primary-note .row-action{
        grid-area: action;
        margin-top: 0;
    }
}
.contact-shell{
    padding:calc(1.5rem * 2.4) 1.67rem;
    background:#f7faf5;
    color:#1c2a22;
}
.contact-shell .primary-unit{max-width:1100px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.96rem * 1.5);}
.contact-shell .fresh-body{
    border-radius:1rem;
    padding:calc(1.5rem * .75);
    background:#ffffff;
    color:#1c2a22;
    border:1px solid #d8e2d3;
    box-shadow:0 0px 2px rgba(0,0,0,0.04);
}
.contact-shell .simple-inner{display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:baseline;
    gap:0.96rem;}
.contact-shell .simple-inner h1{margin:0;
    font-size:calc(15.7px * 2.65);
    line-height:1.2;}
.contact-shell .direct-method{
    padding:4px 12px;
    border-radius:0.39rem;
    background:#c98a3f;
    color:#241505;
    font-size:calc(15.7px * .875);
    white-space:nowrap;
}
.contact-shell .service-block{margin:calc(0.96rem * 1.5) 0 0;
    font-size:calc(15.7px * .875);}
.contact-shell .simple-group{margin:0.96rem 0 0;
    font-size:15.7px;
    line-height:1.88;}
.contact-shell .bottom-note{display:flex;
    flex-direction:column;
    gap:0.96rem;}
.contact-shell .bottom-note p{margin:0;
    line-height:1.88;}
.contact-shell .open-menu{display:flex;
    flex-direction:column;
    gap:0.96rem;
    padding:calc(0.96rem * 1.5) 0;
    border-top:1px solid #d8e2d3;
    border-bottom:1px solid #d8e2d3;}
.contact-shell .brand h3{margin:0 0 6px;
    font-size:calc(15.7px * 1.35);}
.contact-shell .brand p{margin:0;
    line-height:1.88;}
.contact-shell .primary-group{
    padding:calc(1.5rem * .75);
    border-radius:0.59rem;
    background:#eaf1e6;
    color:#2c3a30;
}
.contact-shell .primary-group .featured-form{margin:0;
    line-height:1.88;}
.contact-shell .narrow-actions{display:flex;
    flex-wrap:wrap;
    gap:0.96rem;
    font-size:calc(15.7px * .875);}
.contact-shell .narrow-actions a{text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color 330ms var(--delay-soft), border-color 330ms var(--delay-soft);}
.contact-shell .narrow-actions a:hover{border-bottom-color:#c98a3f;}
@media (min-width:720px){.contact-shell .open-menu{
        flex-direction:row;
    }.contact-shell .brand{
        flex:1 1 0;
    }
}
.public-media{
    padding: calc(1.5rem * 2.4) 1.67rem;
    background: #ffffff;
    color: #1c2a22;
}
.public-media .primary-unit{max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(0.96rem * 1.5);}
.public-media .clear-story{display: flex;
    flex-direction: column;
    gap: 0.96rem;}
.public-media .clear-story h2{margin: 0;
    font-size: calc(15.7px * 2);
    line-height: 1.25;}
.public-media .featured-form{margin: 0;
    font-size: 15.7px;
    line-height: 1.88;
    color: #2c3a30;}
.public-media .featured-unit{margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #d8e2d3;}
.public-media .featured-media{border-bottom: 1px solid #d8e2d3;}
.public-media .site-note{display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
        "title meta"
        "note  meta";
    column-gap: calc(1.5rem * .75);
    row-gap: 4px;
    padding: calc(1.5rem * .75) 4px;
    text-decoration: none;
    color: inherit;
    transition: background-color 330ms var(--delay-soft);}
.public-media .site-note:hover,
.public-media .site-note:focus-visible{
    background: #eaf1e6;color:#2c3a30;}
.public-media .row-title{grid-area: title;
    font-size: calc(15.7px * 1.125);
    font-weight: 600;
    line-height: 1.35;}
.public-media .row-note{grid-area: note;
    font-size: calc(15.7px * .875);
    line-height: 1.88;
    color: #2c3a30;}
.public-media .row-meta{grid-area: meta;
    align-self: center;
    font-size: calc(15.7px * .875);
    color: #2c3a30;
    white-space: nowrap;
    padding-left: 0.96rem;}
.public-media .active-feature{margin: 0;
    font-size: calc(15.7px * .875);
    line-height: 1.88;
    color: #2c3a30;}
@media (max-width: 640px) {.public-media .site-note{
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "title"
            "note"
            "meta";
    }.public-media .row-meta{
        padding-left: 0;
        white-space: normal;
    }
}
.wide-note{background:#eaf1e6;color:#2c3a30;padding:calc(1.5rem * 2.4) 1.67rem}
.wide-note .profile{max-width:1100px;margin:0 auto}
.wide-note .active-shell{display:flex;flex-direction:column;gap:calc(0.96rem * 1.5)}
.wide-note .direct-lead{display:flex;align-items:flex-end;justify-content:space-between;gap:0.96rem}
.wide-note h2{margin:0;max-width:20ch;font-size:clamp(calc(15.7px * 2),5vw,calc(15.7px * 2.65));line-height:1.08;letter-spacing:0}
.wide-note .direct-lead a{padding:calc(1.5rem * .75) 0.96rem;border-radius:0.59rem;background:#2f6b4f;color:#f4faf6;text-decoration:none;font-weight:700;white-space:nowrap}
.wide-note .direct-lead a:hover{background:#255840;color:#1c2a22;}
.wide-note .featured-form{margin:0;font-size:15.7px;line-height:1.88}
.wide-note .open-unit{display:flex;flex-wrap:wrap;gap:0.96rem}
.wide-note .featured-media{flex:1 1 16rem;min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #d8e2d3}
.wide-note span{display:block;margin-bottom:calc(calc(1.5rem * .75)*.4);font-size:calc(15.7px * .875);text-transform:uppercase;letter-spacing:.04em}
.wide-note strong{display:block;font-size:calc(15.7px * 1.125);line-height:1.35}
.wide-note .featured-media a{display:inline-block;margin-top:calc(calc(1.5rem * .75)*.55);text-decoration:none;font-weight:600;line-height:1.55}
.wide-note .featured-media a:hover{}
.wide-note .visual-media{margin:calc(calc(1.5rem * .75)*.5) 0 0;font-size:calc(15.7px * .875);line-height:1.6}
.wide-note .page-view{display:flex;flex-direction:column;gap:calc(0.96rem*.6);padding:calc(1.5rem * .75) 0.96rem;border-radius:1rem;background:#ffffff;color:#1c2a22;border:1px solid #d8e2d3}
.wide-note .page-view .secondary-story{margin:0;font-size:calc(15.7px * .875);line-height:1.65}
.wide-note .page-view a{text-decoration:underline}
.wide-note .page-view a:hover{}
@media(max-width:680px){.wide-note .direct-lead{align-items:flex-start;flex-direction:column}.wide-note .direct-lead a{white-space:normal}}
.featured-stack{padding:calc(1.5rem * 2.4) 1.67rem;background:var(--tone-main);color:var(--surface-deep)}
.featured-stack .clear-copy{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.46fr) minmax(0,.54fr);gap:0.96rem}
.featured-stack .featured-form{align-self:start}
.featured-stack h2{margin:0;font-size:calc(15.7px * 2);line-height:1.15}
.featured-stack .featured-form p{margin:1.5rem 0 0;font-size:15.7px}
.featured-stack .primary-intro{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:calc(1.5rem * .75)}
.featured-stack .fresh-body{padding:calc(1.5rem * .75);border-radius:0.59rem;background:#ffffff;color:#1c2a22;border:1px solid #d8e2d3}
.featured-stack .fresh-body span{display:block;font-size:calc(15.7px * .875);color:inherit;}
.featured-stack .fresh-body strong{display:block;margin-top:calc(calc(1.5rem * .75) / 2);font-weight:600}
.featured-stack .fresh-body a{color:inherit;text-decoration:none}
.featured-stack .fresh-body a:hover{color:#c98a3f}
.featured-stack .narrow-actions{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:0.96rem;padding:calc(0.96rem * 1.5) 0 0;border-top:1px solid rgba(242,245,241,0.18)}
.featured-stack .narrow-actions .secondary-story,.featured-stack .narrow-actions .visual-media{margin:0;flex:1 1 18rem;font-size:calc(15.7px * .875)}
.featured-stack .narrow-actions .visual-media{opacity:.78}
.featured-stack .main-area{grid-column:1/-1;height:clamp(20rem,38vw,30rem);border-radius:1rem;overflow:hidden;border:1px solid #d8e2d3}
.featured-stack iframe{display:block;width:100%;height:100%;border:0}
@media (max-width:780px){.featured-stack .clear-copy,.featured-stack .primary-intro{grid-template-columns:1fr}.featured-stack .main-area{height:20rem}
}
.site-wrap{
  background:#eaf1e6;
  color:#2c3a30;
  padding:calc(1.5rem * 2.4) 1.67rem;
}
.site-wrap .profile{max-width:1100px;
  margin:0 auto;}
.site-wrap .active-shell{display:flex;
  flex-direction:column;
  gap:calc(0.96rem * 1.5);}
.site-wrap .direct-lead{display:flex;
  flex-direction:column;
  gap:calc(calc(1.5rem * .75) * .6);}
.site-wrap h2{margin:0;
  font-size:clamp(calc(15.7px * 1.35),4vw,calc(15.7px * 2));
  line-height:1.15;
  letter-spacing:0;}
.site-wrap p{margin:0;
  font-size:15.7px;
  line-height:1.7;}
.site-wrap .focused-steps{display:flex;
  flex-direction:column;
  gap:calc(0.96rem * 1.5);
  min-width:0;}
.site-wrap .page-headline{display:flex;
  flex-wrap:wrap;
  gap:1.5rem;}
.site-wrap label{flex:1 1 16rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(calc(1.5rem * .75) * .4);
  font-size:calc(15.7px * .875);}
.site-wrap input{
  width:100%;
  min-width:0;
  border:1px solid #d8e2d3;
  border-radius:0.39rem;
  background:#ffffff;
  color:#1c2a22;
  padding:calc(1.5rem * .75);
  font:inherit;
}
.site-wrap input::placeholder{}
.site-wrap button{
  align-self:flex-start;
  border:0;
  border-radius:0.59rem;
  background:#2f6b4f;
  color:#f4faf6;
  padding:calc(1.5rem * .75) 0.96rem;
  font:inherit;
  font-weight:700;
  cursor:pointer;
  transition:background 330ms var(--delay-soft);
}
.site-wrap button:hover{
  background:#255840;color:#1c2a22;}
.site-wrap .visual-media{margin:0;
  font-size:calc(15.7px * .875);
  line-height:1.7;
  opacity:.85;}
@media (max-width:760px) {.site-wrap .page-headline{
    flex-direction:column;
  }.site-wrap button{
    align-self:stretch;
  }
}
.primary-plan{padding:calc(1.5rem * 2.4) 1.67rem;background:var(--tone-main);color:var(--surface-deep)}
.primary-plan .narrow-headline{max-width:min(1100px,64rem);margin:0 auto}
.primary-plan .site-story{margin-bottom:calc(0.96rem * 1.5)}
.primary-plan h2{margin:0;font-size:calc(15.7px * 2.65);line-height:1.08}
.primary-plan .visual-media{margin:1.5rem 0 0;font-size:15.7px;color:color-mix(in srgb,currentColor 74%,transparent)}
.primary-plan .featured-intro{padding:calc(1.5rem * .75) 0 0.96rem;border-top:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.primary-plan .featured-intro:last-child{border-bottom:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.primary-plan h3{margin:0 0 calc(1.5rem * .75);font-size:calc(15.7px * 1.35);line-height:1.25}
.primary-plan .featured-intro p{margin:0;color:color-mix(in srgb,currentColor 78%,transparent)}
.primary-plan .featured-intro a{color:#c98a3f;text-decoration:underline;text-underline-offset:3px}
.primary-plan .featured-intro a:hover{color:inherit;}
@media (max-width:640px){.primary-plan h2{font-size:calc(15.7px * 2)}.primary-plan .featured-intro{padding:calc(0.96rem * 1.5) 0 0.96rem}
}
.top-entries{padding:calc(1.5rem * 2.4) 1.67rem;background:var(--tone-main);color:var(--surface-deep)}
.top-entries .primary-track{max-width:min(1100px,58rem);margin:0 auto}
.top-entries h2{margin:0;font-size:calc(15.7px * 2.65);line-height:1.08}
.top-entries .site-story{margin:1.5rem 0 calc(0.96rem * 1.5);font-size:calc(15.7px * 1.125);color:color-mix(in srgb,currentColor 74%,transparent)}
.top-entries .wide-frame{margin:0 0 0.96rem;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid color-mix(in srgb,currentColor 14%,transparent)}
.top-entries .wide-frame:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}
.top-entries h3{margin:0 0 calc(1.5rem * .75);font-size:calc(15.7px * 1.35);line-height:1.25}
.top-entries .wide-frame p{margin:0;color:color-mix(in srgb,currentColor 74%,transparent)}
@media (max-width:640px){.top-entries h2{font-size:calc(15.7px * 2)}.top-entries .site-story{font-size:15.7px}
}
.plain-contact{
  --axis-soft:calc(1.5rem * 1.15);
  --axis-content:calc(1100px / 2.6);
  padding:calc(1.5rem * 2.4) 1.67rem;
  background:#c98a3f;
  color:#241505;
}
.plain-contact .profile{max-width:1100px;
  margin:0 auto;}
.plain-contact h2,
.plain-contact p{margin:0;}
.plain-contact h2{font-size:calc(15.7px * 2);
  line-height:1.12;}
.plain-contact p{font-size:15.7px;
  line-height:1.88;}
.plain-contact .featured-form{color:inherit;
  opacity:0.88;}
.plain-contact .visual-media{font-size:calc(15.7px * .875);
  color:inherit;
  opacity:0.78;}
.plain-contact a{color:inherit;
  text-decoration:none;}
.plain-contact .wide-method{
  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.39rem;
  background:#241505;
  color:#c98a3f;
  font-weight:600;
  transition:background 330ms var(--delay-soft),color 330ms var(--delay-soft);
}
.plain-contact .wide-method:hover{
  background:#b3782f;
  color:#241505;
}
.plain-contact .narrow-actions{font-size:calc(15.7px * .875);
  color:inherit;
  opacity:0.82;}
.plain-contact .narrow-actions a{text-decoration:underline;
  text-underline-offset:2px;}
.plain-contact .narrow-actions a:hover{}
.plain-contact .wide-nav>h2,
.plain-contact .wide-nav>p,
.plain-contact .wide-nav>.wide-method{margin-top:1.5rem;}
.plain-contact .wide-nav>h2:first-child{margin-top:0;}
.plain-contact .wide-nav>.narrow-actions{margin-top:var(--axis-soft);}
@media (max-width:640px){.plain-contact .wide-method{
    width:100%;
  }
}
.main-stack{
  padding: calc(1.5rem * 2.4) 1.67rem;
  background: var(--tone-main);
  color: var(--surface-deep);
}
.main-stack .profile{max-width: min(1100px, 68rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(0.96rem * 1.5);}
.main-stack .clear-story h2{margin: 0;
  font-size: calc(15.7px * 2);
  line-height: 1.1;}
.main-stack .clear-story .featured-form{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(15.7px * 1.125);
  line-height: 1.6;}
.main-stack .open-menu{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  border-top: 1px solid #2c3a30;
  padding-top: calc(0.96rem * 1.5);}
.main-stack .brand{display: flex;
  gap: calc(1.5rem * .75);
  align-items: flex-start;}
.main-stack .brand .page-quote{flex: 0 0 auto;
  font-size: calc(15.7px * .875);
  letter-spacing: 0.08em;
  color: #c98a3f;
  padding-top: 0.35rem;}
.main-stack .brand .bottom-note strong{display: block;
  font-size: 15.7px;
  margin-bottom: 0.35rem;}
.main-stack .brand .bottom-note p{margin: 0;
  color: #c9d3c8;
  line-height: 1.7;}
.main-stack .secondary-summary{border-top: 1px solid #2c3a30;
  padding-top: calc(0.96rem * 1.5);}
.main-stack .secondary-summary .secondary-story{margin: 0 0 calc(1.5rem * .75);
  color: #c9d3c8;}
.main-stack .narrow-actions{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75) calc(0.96rem * 1.5);}
.main-stack .narrow-actions li{display: flex;
  flex-direction: column;
  gap: 0.2rem;}
.main-stack .narrow-actions span{font-size: calc(15.7px * .875);
  color: #c9d3c8;}
.main-stack .narrow-actions a{text-decoration: underline;
  text-underline-offset: 3px;}
.main-stack .narrow-actions a:hover{color: #c98a3f;}
.main-stack .local-brand{margin: calc(0.96rem * 1.5) 0 0;
  color: #c9d3c8;}
.main-stack .local-brand a{text-decoration: underline;
  text-underline-offset: 3px;}
.main-stack .local-brand a:hover{color: #c98a3f;}
@media (max-width: 640px) {.main-stack .brand{
    flex-direction: column;
    gap: 0.35rem;
  }.main-stack .narrow-actions{
    flex-direction: column;
    gap: calc(1.5rem * .75);
  }
}
.public-actions{padding:calc(1.5rem * 2.4) 1.67rem;background:#c98a3f;color:#241505}
.public-actions .profile{max-width:1100px;margin:0 auto}
.public-actions .team-headline{display:flex;flex-direction:column;gap:calc(0.96rem * 1.5)}
.public-actions .site-story{max-width:100%}
.public-actions h2{margin:0;font-size:calc(15.7px * 2.65);line-height:1.05}
.public-actions .featured-form{margin:1.5rem 0 0;font-size:calc(15.7px * 1.125);line-height:1.88}
.public-actions .narrow-actions{background:var(--tone-main);color:var(--surface-deep);border-radius:1rem;padding:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,0.05)}
.public-actions .visual-media{margin:0;line-height:1.88}
.public-actions .primary-team{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem}
.public-actions a{display:inline-flex;align-items:center;max-width:100%;min-width:0;border-radius:0.39rem;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none}
.public-actions .primary-team a{border:1px solid color-mix(in srgb,var(--surface-deep) 22%,transparent)}
.public-actions .primary-team .wide-shell{background:#2f6b4f;color:#f4faf6;border-color:#2f6b4f}
.public-actions .visual-links{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.public-actions .visual-links a{background:color-mix(in srgb,var(--surface-deep) 8%,transparent);color:var(--surface-deep);font-size:calc(15.7px * .875);padding:calc(calc(1.5rem * .75)*.75) calc(1.5rem * .75)}
@media(max-width:780px){.public-actions .narrow-actions{padding:1.5rem}.public-actions h2{font-size:calc(15.7px * 2)}}
