html{box-sizing:border-box;}
*,*::before,*::after{box-sizing:inherit;}
body{margin:0;padding:0;font-family:"Alegreya", sans-serif;}
.social {
    width: 100%;
    background: #f7faf8;
    color: #182420;
    border-bottom: 1px solid #d8e3dc;
  }
:root {
  --ink-warm: #1f6b52;
  --speed-panel: cubic-bezier(0.4,0,0.2,1);
}
.offer-callout {
    max-width: 1020px;
    margin: 0 auto;
    padding: 1.5rem 1.72rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.79rem;
  }
.active-tile {
    font-size: calc(14.7px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #182420;
    text-decoration: none;
    flex-shrink: 0;
  }
.active-tile:hover {
    color: #c9762a;
  }
.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.79rem * 1.5);
  }
.nav-list a {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: 14.7px;
    color: #182420;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 420ms var(--speed-panel),
                border-color 420ms var(--speed-panel);
  }
.nav-list a:hover {
    color: #c9762a;
    border-bottom-color: #c9762a;
  }
.page-shell {
    flex-shrink: 0;
  }
.contact-shell {
    display: inline-block;
    padding: 0.55rem 1.1rem;
    background: var(--ink-warm);
    color: #ffffff;
    font-size: calc(14.7px * .875);
    font-weight: 600;
    text-decoration: none;
    border-radius: 0.58rem;
    transition: background 420ms var(--speed-panel);
  }
.contact-shell:hover{
    background: #175440;color:#1c2b25;}
.site-benefit {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 0;
    background: transparent;
    border: 1px solid #d8e3dc;
    border-radius: 0.37rem;
    cursor: pointer;
  }
.top-tile{
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: #182420;
    border-radius: 2px;color:#1c2b25;}
.nav-mobile {
    display: none;
    border-top: 1px solid #d8e3dc;
    background: #eaf1ec;
    color: #1c2b25;
  }
.nav-mobile-list {
    list-style: none;
    margin: 0;
    padding: 1.5rem 1.72rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
.nav-mobile-list a {
    display: block;
    padding: 0.7rem 0.25rem;
    font-size: 14.7px;
    color: #1c2b25;
    text-decoration: none;
    border-bottom: 1px solid #d8e3dc;
  }
.nav-mobile-list a:hover {
    color: #c9762a;
  }
@media (max-width: 767px) {
    .nav-desktop,
    .page-shell {
      display: none;
    }

    .site-benefit {
      display: flex;
    }

    .nav-mobile.is-open {
      display: block;
    }
  }
.quiet-rail{font-family:"Alegreya", sans-serif;font-size:14.7px;line-height:1.96;padding:calc(1.5rem * 2.4) 1.72rem;margin-top:calc(1.5rem * 2.4);background:#14342a;color:#eef6f1;}
.clear-rail{max-width:1020px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.79rem * 1.5)}
.clear-steps{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1.4fr;gap:calc(1.5rem * .75);align-items:start}
.page-items{display:flex;flex-direction:column;gap:1.5rem}
.open-view{font-size:calc(14.7px * 1.125);font-weight:600;letter-spacing:0.02em;color:inherit;text-decoration:none}
.open-view:hover,
  .open-view:focus{color:inherit;text-decoration:underline}
.team-lead{margin:0;font-size:calc(14.7px * .875);max-width:32ch;opacity:0.85}
.focused-method{margin:0 0 1.5rem 0;font-size:calc(14.7px * .875);font-weight:600;text-transform:uppercase;letter-spacing:0.08em;opacity:0.75}
.site-visual{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem;font-size:calc(14.7px * .875)}
.site-visual a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 420ms var(--speed-panel)}
.site-visual a:hover,
  .site-visual a:focus{color:inherit;border-bottom-color:currentColor}
.fresh-callout li{display:flex;flex-direction:column;gap:0.15rem}
.visual-area{font-size:calc(14.7px * .875);opacity:0.7;text-transform:uppercase;letter-spacing:0.06em}
.media-footer{color:inherit;text-decoration:none;font-size:calc(14.7px * .875);word-break:break-word}
a.footer-value:hover,
  a.footer-value:focus{color:inherit;text-decoration:underline}
.fresh-stack{border-top:1px solid rgba(255, 255, 255, 0.15);padding-top:calc(0.79rem * 1.5)}
.fresh-stack p{margin:0;font-size:calc(14.7px * .875);opacity:0.8;max-width:90ch}
.primary-rail{border-top:1px solid rgba(255, 255, 255, 0.15);padding-top:1.5rem}
.primary-rail p{margin:0;font-size:calc(14.7px * .875);opacity:0.75}
@media (max-width: 1024px) {.clear-steps{grid-template-columns:1fr 1fr}
  }
@media (max-width: 640px) {.quiet-rail{padding:calc(0.79rem * 1.5) 1.72rem;background:#14342a;color:#eef6f1;}.clear-steps{grid-template-columns:1fr;gap:calc(0.79rem * 1.5)}
  }
footer .page-feature{flex:1 1 100%;max-width:1020px;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(14.7px * .875);line-height:1.96;opacity:.82;overflow-wrap:anywhere;}
.cookies{position:fixed;left:50%;bottom:1.5rem;transform:translateX(-50%);z-index:1200}
.cookies .wide-section{width:min(38rem,calc(100vw - 1.72rem*2));padding:1.5rem;border:1px solid color-mix(in srgb,currentColor 14%,transparent);border-radius:1.4rem;background:#f7f7f7;color:#0a0f1a;box-shadow:0 16px 34px rgba(0,0,0,0.07)}
.cookies strong{font-size:calc(14.7px * 1.35);line-height:1.12}
.cookies p{margin:calc(1.5rem * .75) 0 0;color:#2a3040;line-height:1.96}
.cookies .steady-plan{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem}
.cookies .steady-plan>*{min-width:0;flex:1 1 10rem}
.cookies button{border:1px solid color-mix(in srgb,currentColor 16%,transparent);border-radius:0.37rem;background:#fff;color:#0a0f1a;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer}
.cookies button.cookie-accept{background:var(--ink-warm);color:#ffffff;border-color:var(--ink-warm)}
.page-group{
        padding: calc(1.5rem * 2.4) 1.72rem;
        background: #eaf1ec;
        color: #1c2b25;
    }
.page-group .offer-feature{max-width: 1020px;
        margin: 0 auto;}
.page-group .visual-content{max-width: 46rem;
        margin: 0 auto;
        text-align: left;}
.page-group h1{margin: 0;
        font-size: calc(14.7px * 2.65);
        line-height: 1.08;}
.page-group .visual-content p{margin: calc(0.79rem * 1.5) 0 0;
        font-size: calc(14.7px * 1.125);
        line-height: 1.96;}
.page-group .team-quote{display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 0.79rem;
        margin-top: 1.5rem;}
.page-group .team-quote .page-visual{
        display: inline-flex;
        align-items: center;
        border-radius: 0.37rem;
        background: var(--ink-warm);
        color: #ffffff;
        padding: calc(1.5rem * .75) 1.5rem;
        font-size: 14.7px;
        text-decoration: none;
        transition: background 420ms var(--speed-panel);
    }
.page-group .team-quote .page-visual:hover{
        background: #175440;color:#1c2b25;}
.page-group .team-quote .contact-flow{font-size: calc(14.7px * .875);
        text-decoration: underline;
        text-underline-offset: 3px;
        transition: color 420ms var(--speed-panel);}
.page-group .team-quote .contact-flow:hover{}
@media (max-width: 640px) {.page-group .visual-content{
            text-align: left;
        }.page-group .team-quote{
            flex-direction: column;
            align-items: flex-start;
        }
    }
.content-feature{--axis-base:calc(1.5rem * 1.05);--layer-local:calc(1020px / 2.6);padding:calc(1.5rem * 2.4) 1.72rem;background:#f7faf8;color:#182420;}
.content-feature .offer-feature{max-width:1020px;margin:0 auto;}
.content-feature h2,.content-feature h3,.content-feature p{margin:0;}
.content-feature h2{font-size:calc(14.7px * 2);line-height:1.14;}
.content-feature h3{font-size:calc(14.7px * 1.35);line-height:1.22;}
.content-feature p{font-size:14.7px;line-height:1.96;}
.content-feature .direct-group{font-size:calc(14.7px * .875);letter-spacing:0.06em;text-transform:uppercase;color:#1c2b25;}
.content-feature .main-team{max-width:var(--layer-local);margin-top:calc(1.5rem / 2.4);color:#1c2b25;}
.content-feature .visual-content h2{margin-top:calc(1.5rem / 2.6);}
.content-feature a{color:#1f6b52;text-decoration:none;border-bottom:1px solid transparent;transition:color 420ms var(--speed-panel),border-color 420ms var(--speed-panel);}
.content-feature a:hover{color:inherit;border-bottom-color:#c9762a;}
.content-feature .page-visual{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.37rem;background:var(--ink-warm);color:#ffffff;border-bottom:none;font-size:14.7px;}
.content-feature .page-visual:hover{background:#175440;color:#ffffff;border-bottom-color:transparent;}
.content-feature .media-story{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.79rem;}
.content-feature .media-story>.visual-content{flex:1 1 auto;min-width:0;}
.content-feature .media-story>.page-visual{flex:0 0 auto;margin-top:calc(1.5rem / 2);}
.content-feature .public-copy{flex:1 1 100%;display:flex;flex-wrap:wrap;align-items:stretch;gap:0.79rem;margin-top:var(--axis-base);}
.content-feature .bottom-section{flex:1 1 calc(1020px / 3.6);min-width:0;padding:calc(1.5rem * .75);background:#ffffff;color:#1c2b25;border:1px solid #d8e3dc;border-radius:0.58rem;}
.content-feature .bottom-section p{margin-top:calc(1.5rem / 3.2);color:#1c2b25;}
.content-feature .team-quote{flex:1 1 100%;margin-top:var(--axis-base);font-size:calc(14.7px * .875);color:#1c2b25;}
@media (max-width:720px){.content-feature .bottom-section{flex:1 1 100%;}.content-feature .media-story>.page-visual{margin-top:calc(1.5rem / 3);}
}
.wide-tile{--axis-base:calc(1.5rem * 1.15);--layer-local:calc(1020px / 2.90);padding:calc(1.5rem * 2.4) 1.72rem;background:var(--ink-warm);color:#ffffff;}
.wide-tile .offer-feature{max-width:1020px;margin:0 auto;}
.wide-tile h1,.wide-tile h2,.wide-tile h3,.wide-tile p{margin:0;}
.wide-tile h2{font-size:calc(14.7px * 2);line-height:1.14;margin-top:var(--axis-base);max-width:var(--layer-local);}
.wide-tile p{font-size:14.7px;line-height:1.96;}
.wide-tile .direct-group{font-size:calc(14.7px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.78;}
.wide-tile a{color:inherit;text-decoration:none;}
.wide-tile .public-copy{display:flex;flex-wrap:wrap;gap:var(--axis-base);margin-top:calc(var(--axis-base) * .9);}
.wide-tile .bottom-section{flex:1 1 calc(1020px / 3.6);min-width:0;padding:calc(calc(1.5rem * .75) * .9) calc(calc(1.5rem * .75) * 1.05);border-radius:0.58rem;background:color-mix(in srgb, currentColor 10%, transparent);display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.wide-tile .bottom-section p{opacity:.86;}
.wide-tile .team-quote{display:inline-block;font-size:calc(14.7px * .875);font-weight:600;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);padding-bottom:2px;align-self:flex-start;transition:border-color 420ms var(--speed-panel),opacity 420ms var(--speed-panel);}
.wide-tile .team-quote:hover{border-color:currentColor;opacity:.85;}
@media (max-width:720px){.wide-tile .bottom-section{flex:1 1 100%;}.wide-tile h2{max-width:none;}
}
.direct-footer{--axis-base:calc(1.5rem * 1.06);--layer-local:calc(1020px / 2.30);padding:calc(1.5rem * 2.4) 1.72rem;background:#14342a;color:#eef6f1;}
.direct-footer .offer-feature{max-width:1020px;margin:0 auto;}
.direct-footer h2,.direct-footer h3,.direct-footer p{margin:0;}
.direct-footer h2{font-size:calc(14.7px * 2);line-height:1.12;}
.direct-footer h3{font-size:calc(14.7px * 1.35);line-height:1.2;}
.direct-footer p{font-size:14.7px;line-height:1.96;opacity:.86;}
.direct-footer a{color:inherit;text-decoration:none;}
.direct-footer .simple-proof{row-gap:calc(var(--axis-base) * 1.2);}
.direct-footer .site-content{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.direct-footer .visual-story{display:block;}
.direct-footer .main-team{margin-top:1.5rem;max-width:calc(1020px / 2);}
.direct-footer .narrow-method{display:flex;flex-direction:column;gap:var(--axis-base);margin-top:var(--axis-base);}
.direct-footer .bottom-section{min-width:0;padding-block:calc(var(--axis-base) / 2);border-top:1px solid color-mix(in srgb, #eef6f1 22%, transparent);}
.direct-footer .bottom-section:last-of-type{border-bottom:1px solid color-mix(in srgb, #eef6f1 22%, transparent);}
.direct-footer .bottom-section p{margin-top:calc(1.5rem / 3);max-width:calc(1020px / 1.35);}
.direct-footer .bottom-section a{display:inline-flex;margin-top:calc(1.5rem / 2);padding:calc(calc(1.5rem * .75) / 2) calc(1.5rem * .75);border:1px solid color-mix(in srgb, #eef6f1 40%, transparent);border-radius:0.37rem;font-size:calc(14.7px * .875);transition:background 420ms var(--speed-panel),color 420ms var(--speed-panel);}
.direct-footer .bottom-section a:hover{background:#eef6f1;color:#14342a;}
.direct-footer .direct-group{margin-top:var(--axis-base);font-size:calc(14.7px * .875);max-width:calc(1020px / 1.5);}
.direct-footer .direct-group a{text-decoration:underline;text-underline-offset:3px;}
.direct-footer .direct-group a:hover{color:inherit;}
@media (min-width:760px){.direct-footer .narrow-method{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:calc(1.5rem * .75);}.direct-footer .bottom-section{padding:calc(1.5rem * .75);border:1px solid color-mix(in srgb, #eef6f1 22%, transparent);border-radius:0.58rem;}.direct-footer .bottom-section:last-of-type{border-bottom:1px solid color-mix(in srgb, #eef6f1 22%, transparent);}
}
.site-track{
    padding:calc(1.5rem * 2.4) 1.72rem;
    background:linear-gradient(135deg, #1f6b52 0%, #2f8a68 55%, #4aa583 100%);
    color:#ffffff;
}
.site-track .offer-feature{max-width:1020px;
    margin:0 auto;}
.site-track .active-nav{max-width:64ch;
    margin:0 0 calc(0.79rem * 1.5);}
.site-track .active-nav p{margin:0 0 0.4rem;
    font-size:calc(14.7px * .875);
    letter-spacing:0.08em;
    text-transform:uppercase;
    opacity:0.85;}
.site-track .active-nav h2{margin:0 0 0.9rem;
    font-size:calc(14.7px * 2);
    line-height:1.2;}
.site-track .active-nav span{display:block;
    font-size:14.7px;
    opacity:0.94;}
.site-track .clear-content{display:flex;
    flex-direction:column;
    gap:calc(0.79rem * 1.5);}
.site-track .main-team{max-width:70ch;
    border-left:2px solid color-mix(in srgb, currentColor 45%, transparent);
    padding-left:1.72rem;}
.site-track .main-team p{margin:0;
    font-size:calc(14.7px * 1.125);
    line-height:1.96;
    opacity:0.96;}
.site-track .service-intro{display:flex;
    flex-wrap:wrap;
    gap:0.79rem;}
.site-track .bottom-section{
    flex:1 1 260px;
    min-width:0;
    padding:calc(1.5rem * .75);
    border:1px solid color-mix(in srgb, currentColor 28%, transparent);
    border-radius:0.58rem;
    background:color-mix(in srgb, currentColor 10%, transparent);
}
.site-track .bottom-section h3{margin:0 0 0.5rem;
    font-size:calc(14.7px * 1.35);
    line-height:1.3;}
.site-track .bottom-section p{margin:0 0 0.7rem;
    font-size:14.7px;
    opacity:0.95;}
.site-track .bottom-section small{display:block;
    font-size:calc(14.7px * .875);
    letter-spacing:0.02em;
    opacity:0.82;}
.site-track .direct-group{display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    gap:0.79rem;
    padding-top:1.5rem;
    border-top:1px solid color-mix(in srgb, currentColor 30%, transparent);}
.site-track .direct-group p{margin:0;
    flex:1 1 320px;
    font-size:14.7px;
    opacity:0.94;}
.site-track .direct-group a{
    display:inline-block;
    padding:0.6rem 1.1rem;
    border-radius:0.37rem;
    background:#c9762a;
    color:#ffffff;
    text-decoration:none;
    font-size:calc(14.7px * .875);
    letter-spacing:0.03em;
    transition:background 420ms var(--speed-panel);
}
.site-track .direct-group a:hover{
    background:#a95f1c;color:#1c2b25;}
@media (max-width:640px){.site-track .active-nav{
        max-width:none;
    }.site-track .main-team{
        padding-left:1.72rem;
    }
}
.quiet-benefit{--axis-base:calc(1.5rem * 1.35);padding:calc(1.5rem * 2.4) 1.72rem;background:#f7faf8;color:#182420;}
.quiet-benefit .offer-feature{max-width:1020px;margin:0 auto;}
.quiet-benefit h2,.quiet-benefit h3,.quiet-benefit p{margin:0;}
.quiet-benefit h2{font-size:calc(14.7px * 2);line-height:1.14;}
.quiet-benefit h3{font-size:calc(14.7px * 1.35);line-height:1.24;}
.quiet-benefit p{font-size:14.7px;line-height:1.96;}
.quiet-benefit .visual-nav{max-width:calc(1020px * .78);}
.quiet-benefit .main-team{margin-top:calc(calc(0.79rem * 1.5) / 1.4);color:#1c2b25;}
.quiet-benefit .public-copy{display:flex;flex-direction:column;gap:0;margin-top:var(--axis-base);border-top:1px solid #d8e3dc;}
.quiet-benefit .bottom-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:0.79rem 1.5rem;padding:calc(0.79rem * 1.5) 0;border-bottom:1px solid #d8e3dc;align-items:start;}
.quiet-benefit .bottom-section h3{font-size:calc(14.7px * 1.125);}
.quiet-benefit .bottom-section p{color:#1c2b25;}
.quiet-benefit .direct-group{margin-top:var(--axis-base);padding-top:calc(0.79rem * 1.5);border-top:1px solid #d8e3dc;font-size:calc(14.7px * .875);color:#1c2b25;max-width:calc(1020px * .82);}
@media (max-width:720px){.quiet-benefit .bottom-section{grid-template-columns:1fr;gap:calc(0.79rem / 2);}
}
.open-media{position:relative;overflow:hidden;padding:calc(1.5rem * 2.4) 1.72rem;background:linear-gradient(135deg, #c9762a 0%, #e0913f 100%);color:#ffffff}
.open-media:before{content:"";position:absolute;inset:-20%;background:linear-gradient(110deg,transparent 40%,color-mix(in srgb,currentColor 8%,transparent) 50%,transparent 60%);animation:missionCauseDrift calc(420ms*38) var(--speed-panel) infinite alternate}
.open-media .offer-feature{position:relative;max-width:1020px;margin:0 auto}
.open-media .main-team{margin:0 0 calc(0.79rem * 1.5)}
.open-media h2{margin:0;font-size:calc(14.7px * 2.65);line-height:1.05}
.open-media .visual-nav{margin:calc(1.5rem * .75) 0 0;max-width:52ch;line-height:1.96}
.open-media .service-intro{display:flex;flex-direction:column;gap:1.5rem}
.open-media .bottom-section{width:min(100%,46rem);padding:calc(1.5rem * .75) 0;border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.open-media .bottom-section:first-child{border-top:0;padding-top:0}
.open-media .simple-stack{margin-left:auto;text-align:right}
.open-media .contact-stack{margin:0 auto}
.open-media h3{margin:0;font-size:calc(14.7px * 1.35)}
.open-media .bottom-section p{margin:calc(1.5rem * .75) 0 0;line-height:1.96}
.open-media .direct-group{margin-top:calc(0.79rem * 1.5);padding:calc(1.5rem * .75) 1.5rem;background:color-mix(in srgb,currentColor 12%,transparent);border-radius:0.58rem}
.open-media .direct-group p{margin:0;font-size:calc(14.7px * .875);line-height:1.96}
@keyframes missionCauseDrift{from{transform:translateX(-5%)}to{transform:translateX(5%)}}
@media(max-width:620px){.open-media .simple-stack{text-align:left;margin-left:0}}
@media(prefers-reduced-motion:reduce){.open-media:before{animation:none}}
.media-brand{--axis-base:calc(1.5rem * 0.87);--layer-local:calc(1020px / 2.11);--copy-main:calc(1020px / 3.16);padding:calc(1.5rem * 2.4) 1.72rem;background:var(--ink-warm);color:#ffffff;}
.media-brand .offer-feature{max-width:1020px;margin:0 auto;}
.media-brand h1,.media-brand h2,.media-brand h3,.media-brand p,.media-brand ul{margin:0;}
.media-brand h1{font-size:calc(14.7px * 2.65);line-height:1.1;}
.media-brand h2{font-size:calc(14.7px * 2);line-height:1.12;}
.media-brand h3{font-size:calc(14.7px * 1.35);line-height:1.2;}
.media-brand p{font-size:14.7px;line-height:1.96;color:color-mix(in srgb, currentColor 78%, transparent);}
.media-brand a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);}
.media-brand a:hover{border-bottom-color:currentColor;}
.media-brand .site-content{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.media-brand .simple-proof{row-gap:calc(var(--axis-base) * 1.2);}
.media-brand .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.79rem;}
.media-brand .row-title h2{flex:1 1 calc(1020px / 3);min-width:0;}
.media-brand .row-title>p{flex:1 1 calc(1020px / 3);min-width:0;}
.media-brand .public-copy{flex:1 1 100%;}
.media-brand .public-copy{display:flex;flex-wrap:wrap;gap:var(--axis-base);margin-top:var(--axis-base);}
.media-brand .bottom-section{flex:1 1 var(--copy-main);min-width:0;}
.media-brand .bottom-section p{margin-top:calc(1.5rem / 3);}
.media-brand .team-quote{flex:1 1 100%;margin-top:calc(var(--axis-base) * .6);font-size:calc(14.7px * .875);}
.offer-lead{--axis-base:calc(1.5rem * 1.19);--layer-local:calc(1020px / 2.25);padding:calc(1.5rem * 2.4) 1.72rem;background:#eaf1ec;color:#1c2b25;}
.offer-lead .offer-feature{max-width:1020px;margin:0 auto;}
.offer-lead h1,.offer-lead h2,.offer-lead h3,.offer-lead p{margin:0;}
.offer-lead h2{font-size:calc(14.7px * 2);line-height:1.12;margin-top:var(--axis-base);}
.offer-lead h3{font-size:calc(14.7px * 1.35);line-height:1.2;}
.offer-lead p{font-size:14.7px;line-height:1.96;}
.offer-lead .direct-group{max-width:var(--layer-local);font-size:calc(14.7px * .875);color:#1c2b25;opacity:.82;}
.offer-lead .public-copy{display:flex;flex-wrap:wrap;gap:var(--axis-base);margin-top:var(--axis-base);}
.offer-lead .bottom-section{flex:1 1 calc(1020px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .95);border-radius:0.58rem;background:#ffffff;color:#1c2b25;border:1px solid #d8e3dc;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.offer-lead .bottom-section h3{margin-top:auto;}
.offer-lead .bottom-section .contact-steps{font-size:calc(14.7px * .875);color:#1c2b25;opacity:.85;}
@media (max-width:640px){.offer-lead .bottom-section{flex:1 1 100%;}
}
.primary-surface{
  --axis-base:calc(1.5rem * 1.05);
  --layer-local:calc(1020px / 2.4);
  padding:calc(1.5rem * 2.4) 1.72rem;
  background:#f7faf8;
  color:#182420;
}
.primary-surface .offer-feature{max-width:1020px;
  margin:0 auto;}
.primary-surface h2,
.primary-surface h3,
.primary-surface p{margin:0;}
.primary-surface h2{font-size:calc(14.7px * 2);
  line-height:1.14;}
.primary-surface h3{font-size:calc(14.7px * 1.35);
  line-height:1.22;}
.primary-surface p{font-size:14.7px;
  line-height:1.96;}
.primary-surface .visual-nav{max-width:var(--layer-local);
  display:flex;
  flex-direction:column;
  gap:calc(0.79rem * 1.5);}
.primary-surface .visual-nav .main-team{}
.primary-surface .secondary-figure{list-style:none;
  margin:var(--axis-base) 0 0;
  padding:0;
  display:flex;
  flex-direction:column;
  border-top:1px solid #d8e3dc;}
.primary-surface .bottom-section{display:flex;
  align-items:flex-start;
  gap:calc(0.79rem * 1.5);
  padding:calc(0.79rem * 1.5) 0;
  border-bottom:1px solid #d8e3dc;}
.primary-surface .soft-copy{flex:0 0 auto;
  min-width:2.4rem;
  font-size:calc(14.7px * .875);
  letter-spacing:0.08em;
  padding-top:0.35rem;}
.primary-surface .clear-content{flex:1 1 auto;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(0.79rem / 1.6);}
.primary-surface .clear-content p{max-width:calc(1020px * 0.78);}
.primary-surface .strong-track{
  margin-top:var(--axis-base);
  padding:calc(1.5rem * .75) calc(0.79rem * 1.5);
  border-left:2px solid #c9762a;
  background:#eaf1ec;
  color:#1c2b25;
  border-radius:0 0.37rem 0.37rem 0;
}
.primary-surface .strong-track p{}
.primary-surface .strong-track a{text-decoration:underline;
  text-underline-offset:3px;}
.primary-surface .strong-track a:hover{}
@media (max-width:640px){.primary-surface .bottom-section{
    flex-direction:column;
    gap:calc(0.79rem / 2);
  }.primary-surface .soft-copy{
    padding-top:0;
  }
}
.primary-callout{--axis-base:calc(1.5rem * 1.02);--layer-local:calc(1020px / 1.55);padding:calc(1.5rem * 2.4) 1.72rem;background:#f7faf8;color:#182420;}
.primary-callout .offer-feature{max-width:1020px;margin:0 auto;}
.primary-callout h2,.primary-callout h3,.primary-callout p{margin:0;}
.primary-callout h2{font-size:calc(14.7px * 2);line-height:1.14;}
.primary-callout h3{font-size:calc(14.7px * 1.35);line-height:1.22;}
.primary-callout p{font-size:14.7px;line-height:1.96;}
.primary-callout .visual-nav{max-width:var(--layer-local);}
.primary-callout .main-team{margin-top:calc(0.79rem * 1.5);}
.primary-callout .public-copy{display:flex;flex-direction:column;gap:var(--axis-base);margin-top:calc(1.5rem * 1.4);padding-top:calc(0.79rem * 1.5);border-top:1px solid #d8e3dc;}
.primary-callout .bottom-section{display:grid;grid-template-columns:minmax(0,1fr);gap:calc(0.79rem * 0.6);padding-bottom:var(--axis-base);border-bottom:1px solid #d8e3dc;}
.primary-callout .bottom-section:last-child{border-bottom:none;padding-bottom:0;}
.primary-callout .bottom-section p{max-width:calc(1020px * 0.82);}
.primary-callout .team-quote{margin-top:calc(1.5rem * 1.2);padding:calc(1.5rem * .75) calc(0.79rem * 1.5);background:#eaf1ec;color:#1c2b25;border-radius:0.58rem;}
.primary-callout .team-quote p{font-size:calc(14.7px * .875);}
.primary-callout .team-quote a{text-decoration:underline;text-underline-offset:3px;}
.primary-callout .team-quote a:hover{}
@media (min-width:720px){.primary-callout .bottom-section{grid-template-columns:calc(1020px * 0.32) minmax(0,1fr);gap:calc(0.79rem * 1.5);align-items:start;}.primary-callout .bottom-section p{margin-top:0;}
}
.offer-menu{padding:calc(1.5rem * 2.4) 1.72rem;background:#14342a;color:#eef6f1}
.offer-menu .visual-flow{max-width:1020px;margin:0 auto}
.offer-menu h2{margin:0;font-size:calc(14.7px * 2);line-height:1.1}
.offer-menu .page-area{max-width:44rem;margin:1.5rem 0 calc(0.79rem * 1.5);font-size:calc(14.7px * 1.125);line-height:1.96;opacity:.86}
.offer-menu .active-form{display:flex;flex-direction:column;gap:calc(0.79rem * 1.5);margin:0;padding:0;list-style:none;counter-reset:nota}
.offer-menu .active-form>li{position:relative;margin:0;padding-left:calc(0.79rem * 1.5);border-left:1px solid rgba(238,246,241,.22)}
.offer-menu h3{margin:0;font-size:calc(14.7px * 1.35);line-height:1.2}
.offer-menu .active-form p{margin:calc(1.5rem * .75) 0 0;line-height:1.96;opacity:.82}
@media(max-width:680px){.offer-menu .active-form>li{padding-left:calc(1.5rem * .75)}}
.contact-body{padding:calc(1.5rem * 2.4) 1.72rem;background:var(--ink-warm);color:#ffffff;overflow:hidden}
.contact-body .offer-feature{max-width:1020px;margin:0 auto}
.contact-body .main-team{max-width:44rem;margin-bottom:calc(0.79rem * 1.5)}
.contact-body h2{margin:0;font-size:calc(14.7px * 2);line-height:1.12}
.contact-body .main-team p{margin:1.5rem 0 0;font-size:calc(14.7px * 1.125);line-height:1.96}
.contact-body .service-intro{display:flex;flex-wrap:wrap;gap:0.79rem}
.contact-body .bottom-section{flex:1 1 18rem;padding:calc(1.5rem * .75) 0;border-top:1px solid rgba(255,255,255,0.22)}
.contact-body .bottom-section:nth-child(3n+2){flex-basis:22rem}
.contact-body strong{display:block;font-size:calc(14.7px * 1.35);line-height:1.14;font-weight:600}
.contact-body .bottom-section p{margin:calc(1.5rem * .75) 0 0;line-height:1.96}
.contact-body .quiet-links{margin-top:calc(0.79rem * 1.5);padding-top:1.5rem;border-top:1px solid rgba(255,255,255,0.22);display:flex;flex-wrap:wrap;gap:0.79rem;align-items:baseline;justify-content:space-between}
.contact-body .quiet-links p{margin:0;max-width:34rem;line-height:1.96}
.contact-body .team-quote{display:flex;flex-wrap:wrap;gap:1.72rem}
.contact-body .team-quote a{text-decoration:underline;text-underline-offset:3px;font-size:calc(14.7px * .875)}
.contact-body .team-quote a:hover{}
@media (max-width:640px){.contact-body .bottom-section{flex-basis:100%}.contact-body .quiet-links{flex-direction:column;align-items:flex-start}
}
.featured-quote{
  padding: calc(1.5rem * 2.4) 1.72rem;
  background: #14342a;
  color: #eef6f1;
}
.featured-quote .offer-feature{max-width: min(1020px, 72rem);
  margin: 0 auto;}
.featured-quote .active-nav{max-width: 46rem;
  margin-bottom: calc(0.79rem * 1.5);}
.featured-quote h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(14.7px * 2);
  line-height: 1.12;}
.featured-quote .main-team{margin: 0;
  font-size: calc(14.7px * 1.125);
  color: #cfd9d3;
  line-height: 1.55;}
.featured-quote .service-intro{display: flex;
  flex-wrap: wrap;
  gap: 0.79rem;
  margin-bottom: calc(0.79rem * 1.5);}
.featured-quote .bottom-section{
  flex: 1 1 min(100%, 20rem);
  margin: 0;
  padding: calc(1.5rem * .75);
  background: #ffffff;
  color: #1c2b25;
  border: 1px solid #d8e3dc;
  border-radius: 0.58rem;
  display: flex;
  flex-direction: column;
}
.featured-quote .page-intro{margin: 0 0 calc(1.5rem * .75);
  font-size: 14.7px;
  line-height: 1.6;}
.featured-quote .focused-tile{margin: 0;
  font-weight: 700;
  font-size: 14.7px;}
.featured-quote .visual-service{margin: calc(calc(1.5rem * .75) * .4) 0 0;
  font-size: calc(14.7px * .875);color:inherit;}
.featured-quote .clear-block{padding-top: calc(1.5rem * .75);
  border-top: 1px solid #2c3a34;}
.featured-quote .contact-feature{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(14.7px * .875);
  color: #cfd9d3;}
.featured-quote .clear-block ul{list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.79rem;}
.featured-quote .clear-block li{flex: 0 1 auto;
  padding: 0.35rem 0.85rem;
  border: 1px solid #2c3a34;
  border-radius: 0.37rem;
  font-size: calc(14.7px * .875);
  letter-spacing: 0.02em;}
.featured-quote .site-inner{margin: calc(0.79rem * 1.5) 0 0;
  font-size: 14.7px;
  color: #cfd9d3;}
.featured-quote .site-inner a{color:inherit;
  text-decoration: underline;
  text-underline-offset: 3px;}
.featured-quote .site-inner a:hover{}
@media (max-width: 700px) {.featured-quote .service-intro{
    display: block;
  }.featured-quote .bottom-section + .bottom-section{
    margin-top: 0.79rem;
  }
}
.main-section{
        --axis-base: calc(1.5rem * 1.05);
        padding: calc(1.5rem * 2.4) 1.72rem;
        background: #14342a;
        color: #eef6f1;
    }
.main-section .offer-feature{max-width: 1020px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: var(--axis-base);}
.main-section h2,
    .main-section p{margin: 0;}
.main-section h2{font-size: calc(14.7px * 2);
        line-height: 1.15;}
.main-section .visual-nav{display: flex;
        flex-direction: column;
        gap: calc(calc(0.79rem * 1.5) / 2);
        max-width: calc(1020px * 0.78);}
.main-section .main-team{font-size: 14.7px;
        line-height: 1.96;
        opacity: 0.86;}
.main-section .strong-frame{display: flex;
        flex-direction: column;
        gap: calc(0.79rem * 0.9);}
.main-section details{
        padding: calc(1.5rem * .75) 1.5rem;
        border-radius: 0.58rem;
        background: #ffffff;
        color: #1c2b25;
        border: 1px solid #d8e3dc;
    }
.main-section summary{cursor: pointer;
        font-weight: 700;
        font-size: 14.7px;
        line-height: 1.4;
        list-style: none;}
.main-section summary::-webkit-details-marker{display: none;}
.main-section summary::after{content: "+";
        float: right;
        font-weight: 400;
        opacity: 0.6;}
.main-section details[open] summary::after{content: "\2212";}
.main-section details p{margin-top: calc(calc(0.79rem * 1.5) / 2);
        font-size: calc(14.7px * .875);
        line-height: 1.96;
        opacity: 0.9;}
.main-section .team-quote{display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 0.79rem;
        padding-top: calc(var(--axis-base) / 2);
        border-top: 1px solid color-mix(in srgb, #eef6f1 22%, transparent);
        font-size: calc(14.7px * .875);}
.main-section .team-quote p{flex: 1 1 22rem;
        opacity: 0.82;}
.main-section .team-quote a{text-decoration: underline;
        text-underline-offset: 3px;
        transition: color 420ms var(--speed-panel);}
.main-section .team-quote a:hover{color:inherit;}
@media (max-width: 640px) {.main-section details{
            padding: calc(1.5rem * .75);
        }.main-section .team-quote{
            flex-direction: column;
            align-items: flex-start;
        }
    }
.bottom-region{--axis-base:calc(1.5rem * 1.29);--layer-local:calc(1020px / 2.40);padding:calc(1.5rem * 2.4) 1.72rem;background:#c9762a;color:#ffffff;}
.bottom-region .offer-feature{max-width:1020px;margin:0 auto;}
.bottom-region h1,.bottom-region h2,.bottom-region h3,.bottom-region p{margin:0;}
.bottom-region h2{font-size:calc(14.7px * 2);line-height:1.12;}
.bottom-region h3{font-size:calc(14.7px * 1.35);line-height:1.2;}
.bottom-region p{font-size:14.7px;line-height:1.96;}
.bottom-region .direct-group{font-size:calc(14.7px * .875);letter-spacing:.02em;text-transform:uppercase;opacity:.82;}
.bottom-region .main-team{margin-top:var(--axis-base);max-width:var(--layer-local);}
.bottom-region a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.bottom-region a:hover{text-decoration-thickness:2px;}
.bottom-region .public-copy{display:flex;flex-wrap:wrap;gap:var(--axis-base);margin-top:var(--axis-base);}
.bottom-region .bottom-section{flex:1 1 calc(1020px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.58rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.bottom-region .bottom-section p{margin-top:calc(1.5rem / 3);}
.bottom-region .direct-entries>h2{margin-top:var(--axis-base);}
.active-contact{
  --axis-base:calc(1.5rem * 0.92);
  --layer-local:calc(1020px / 2.6);
  padding:calc(1.5rem * 2.4) 1.72rem;
  background:#f7faf8;
  color:#182420;
}
.active-contact .offer-feature{max-width:1020px;margin:0 auto;}
.active-contact h2,.active-contact h3,.active-contact p{margin:0;}
.active-contact h2{font-size:calc(14.7px * 2);line-height:1.14;}
.active-contact h3{font-size:calc(14.7px * 1.35);line-height:1.25;}
.active-contact p{font-size:14.7px;line-height:1.96;color:#1c2b25;}
.active-contact .visual-content .main-team{color:#182420;}
.active-contact .direct-group{
  margin-top:calc(0.79rem * 1.5);
  padding:calc(1.5rem * .75) 1.5rem;
  background:#eaf1ec;
  color:#1c2b25;
  border-left:3px solid #c9762a;
  border-radius:0.37rem;
  font-size:calc(14.7px * .875);
}
.active-contact .primary-service{display:flex;
  align-items:flex-start;
  gap:calc(0.79rem * 2.2);}
.active-contact .primary-service>.visual-content{flex:1 1 calc(1020px / 3);
  min-width:0;
  max-width:var(--layer-local);
  position:sticky;
  top:1.5rem;}
.active-contact .visual-content .main-team{margin-top:1.5rem;}
.active-contact .public-copy{flex:2 1 calc(1020px / 2);
  display:flex;
  flex-direction:column;
  gap:0;
  border-top:1px solid #d8e3dc;}
.active-contact .bottom-section{min-width:0;
  padding:calc(0.79rem * 1.5) 0;
  border-bottom:1px solid #d8e3dc;
  display:grid;
  grid-template-columns:auto 1fr;
  gap:calc(1.5rem * .75) 1.5rem;
  align-items:baseline;}
.active-contact .bottom-section::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--ink-warm);
  align-self:center;color:#ffffff;}
.active-contact .bottom-section h3{grid-column:2;}
.active-contact .bottom-section p{grid-column:2;margin-top:calc(1.5rem / 3.2);}
@media(max-width:820px){.active-contact .primary-service{flex-direction:column;gap:calc(0.79rem * 1.5);}.active-contact .primary-service>.visual-content{position:static;max-width:none;}.active-contact .bottom-section{grid-template-columns:auto 1fr;}
}
@media(max-width:480px){.active-contact .bottom-section{grid-template-columns:1fr;gap:calc(1.5rem / 3);}.active-contact .bottom-section::before{display:none;}.active-contact .bottom-section h3,.active-contact .bottom-section p{grid-column:1;}
}
.quiet-view{--axis-base:calc(1.5rem * 1.02);--layer-local:calc(1020px / 3.15);padding:calc(1.5rem * 2.4) 1.72rem;background:#c9762a;color:#ffffff;}
.quiet-view .offer-feature{max-width:1020px;margin:0 auto;}
.quiet-view h2,.quiet-view p{margin:0;}
.quiet-view h2{font-size:calc(14.7px * 2);line-height:1.12;}
.quiet-view p{font-size:14.7px;line-height:1.96;}
.quiet-view a{color:inherit;text-decoration:none;}
.quiet-view .bottom-content>h2{margin-top:0;}
.quiet-view .bottom-content>.main-team{margin-top:calc(0.79rem * 1.5);max-width:var(--layer-local);}
.quiet-view .page-visual{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:var(--axis-base);padding:calc(1.5rem * .75) 1.5rem;border-radius:0.37rem;background:#ffffff;color:#c9762a;font-weight:600;}
.quiet-view .team-quote{margin-top:var(--axis-base);font-size:calc(14.7px * .875);opacity:0.88;}
.quiet-view .team-quote a{text-decoration:underline;text-underline-offset:3px;}
.quiet-view .team-quote a:hover{text-decoration-thickness:2px;}
.narrow-footer{--axis-base:calc(1.5rem * 1.05);--layer-local:calc(1020px / 2.4);padding:calc(1.5rem * 2.4) 1.72rem;background:#f7faf8;color:#182420;}
.narrow-footer .offer-feature{max-width:1020px;margin:0 auto;display:flex;flex-direction:column;gap:var(--axis-base);}
.narrow-footer h2,.narrow-footer h3,.narrow-footer p{margin:0;}
.narrow-footer h2{font-size:calc(14.7px * 2);line-height:1.14;}
.narrow-footer h3{font-size:calc(14.7px * 1.35);line-height:1.24;}
.narrow-footer p{font-size:14.7px;line-height:1.96;}
.narrow-footer .visual-nav{display:flex;flex-direction:column;gap:calc(0.79rem * 1.5);max-width:var(--layer-local);}
.narrow-footer .main-team{color:#1c2b25;}
.narrow-footer .strong-frame{display:flex;flex-direction:column;gap:0;border-top:1px solid #d8e3dc;}
.narrow-footer .bottom-section{padding:calc(0.79rem * 1.5) 0;border-bottom:1px solid #d8e3dc;display:flex;flex-direction:column;gap:calc(0.79rem * .8);}
.narrow-footer .bottom-section p{color:#1c2b25;}
.narrow-footer .team-quote{display:flex;flex-wrap:wrap;align-items:center;gap:calc(0.79rem * 1.5);padding-top:calc(0.79rem * 1.5);}
.narrow-footer .team-quote p{flex:1 1 18rem;color:#1c2b25;}
.narrow-footer a{color:#1f6b52;text-decoration:underline;text-underline-offset:3px;}
.narrow-footer a:hover{color:inherit;}
.narrow-footer .page-visual{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.37rem;background:var(--ink-warm);color:#ffffff;text-decoration:none;font-size:calc(14.7px * .875);}
.narrow-footer .page-visual:hover{background:#175440;color:#ffffff;}
@media (max-width:640px){.narrow-footer .team-quote{flex-direction:column;align-items:flex-start;}
}
.primary-items{background:var(--ink-warm);color:#ffffff;padding:calc(1.5rem * 2.4) 1.72rem}
.primary-items .offer-feature{max-width:1020px;margin:0 auto}
.primary-items .service-intro{display:flex;align-items:flex-start;gap:calc(0.79rem * 1.5)}
.primary-items .page-footer{flex:0 1 28rem;min-width:0}
.primary-items h2{margin:0;font-size:clamp(calc(14.7px * 2),4.4vw,calc(14.7px * 2.65));line-height:1.1;letter-spacing:0}
.primary-items .page-footer p{margin:1.5rem 0 0;font-size:calc(14.7px * 1.125);line-height:1.65}
.primary-items ul{flex:1 1 34rem;min-width:0;margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.primary-items li{min-width:0;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid rgba(255,255,255,0.18)}
.primary-items li:last-child{padding-bottom:0;border-bottom:0}
.primary-items strong{display:block;font-size:14.7px;letter-spacing:0.01em}
.primary-items span,.primary-items a{display:block;margin-top:calc(calc(1.5rem * .75)*.35);font-size:14.7px;line-height:1.6}
.primary-items a{color:inherit;text-decoration:underline;text-underline-offset:3px;transition:opacity 420ms var(--speed-panel)}
.primary-items a:hover{opacity:0.78}
@media(max-width:760px){.primary-items .service-intro{flex-direction:column}.primary-items .page-footer{flex-basis:auto}}
.text-unit{padding:calc(1.5rem * 2.4) 1.72rem;background:#f7faf8;color:#182420}
.text-unit .offer-feature{max-width:1020px;margin:0 auto}
.text-unit .direct-group{display:flex;flex-wrap:wrap;gap:calc(0.79rem * 1.5);align-items:flex-start}
.text-unit .clear-group{flex:1 1 22rem;min-width:0;background:#eaf1ec;color:#1c2b25;border-radius:1rem;padding:calc(1.5rem * .75)}
.text-unit h2{margin:0;font-size:calc(14.7px * 2);line-height:1.14}
.text-unit .clear-group p{margin:1.5rem 0 0;font-size:14.7px;line-height:1.96}
.text-unit .clear-group p.lead{margin-top:calc(1.5rem * .75);font-size:calc(14.7px * .875)}
.text-unit .clear-group a{color:#1f6b52;text-decoration:underline}
.text-unit .clear-group a:hover{color:inherit;}
.text-unit .public-area{flex:1 1 26rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.text-unit .bottom-section{padding-left:calc(1.5rem * .75);border-left:2px solid #d8e3dc}
.text-unit .bottom-section strong{display:block;font-size:calc(14.7px * 1.35);line-height:1.2}
.text-unit .bottom-section p{margin:calc(1.5rem * .75) 0 0;font-size:calc(14.7px * .875);line-height:1.96}
@media(max-width:780px){.text-unit .direct-group{display:block}.text-unit .clear-group{padding:1.5rem}.text-unit .public-area{margin-top:calc(0.79rem * 1.5)}}
.plain-items{--axis-base:calc(1.5rem * 1.12);--layer-local:calc(1020px / 2.7);padding:calc(1.5rem * 2.4) 1.72rem;background:var(--ink-warm);color:#ffffff;}
.plain-items .offer-feature{max-width:1020px;margin:0 auto;}
.plain-items h1,.plain-items h2,.plain-items h3,.plain-items p{margin:0;}
.plain-items h2{font-size:calc(14.7px * 2);line-height:1.14;max-width:var(--layer-local);}
.plain-items h3{font-size:calc(14.7px * 1.35);line-height:1.22;}
.plain-items p{font-size:14.7px;line-height:1.96;color:color-mix(in srgb, currentColor 76%, transparent);}
.plain-items .direct-group{font-size:calc(14.7px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.82;margin-bottom:calc(1.5rem / 2.4);}
.plain-items .main-team{margin-top:1.5rem;max-width:var(--layer-local);}
.plain-items .public-copy{display:flex;flex-direction:column;gap:0;margin-top:var(--axis-base);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.plain-items .bottom-section{padding:1.5rem 0;border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);gap:1.5rem;align-items:start;}
.plain-items .bottom-section p{margin-top:0;}
.plain-items .team-quote{margin-top:var(--axis-base);font-size:calc(14.7px * .875);max-width:var(--layer-local);}
.plain-items .team-quote a{color:inherit;text-decoration:underline;text-underline-offset:3px;transition:color 420ms var(--speed-panel);}
.plain-items .team-quote a:hover{}
@media (max-width:720px){.plain-items .bottom-section{grid-template-columns:1fr;gap:calc(1.5rem / 2.2);}
}
.narrow-copy{--axis-base:calc(1.5rem * 1.12);--layer-local:calc(1020px / 2.6);padding:calc(1.5rem * 2.4) 1.72rem;background:#f7faf8;color:#182420;}
.narrow-copy .offer-feature{max-width:1020px;margin:0 auto;}
.narrow-copy h2,.narrow-copy h3,.narrow-copy p{margin:0;}
.narrow-copy h2{font-size:calc(14.7px * 2);line-height:1.14;}
.narrow-copy h3{font-size:calc(14.7px * 1.35);line-height:1.22;}
.narrow-copy p{font-size:14.7px;line-height:1.96;}
.narrow-copy .direct-group{font-size:calc(14.7px * .875);letter-spacing:.04em;text-transform:uppercase;color:#1c2b25;margin-bottom:calc(1.5rem / 2.4);}
.narrow-copy .main-team{max-width:var(--layer-local);margin-top:1.5rem;color:#1c2b25;}
.narrow-copy .public-copy{display:flex;flex-direction:column;gap:0;margin-top:calc(var(--axis-base) * 1.15);border-top:1px solid #d8e3dc;}
.narrow-copy .bottom-section{padding:calc(0.79rem * 1.5) 0;border-bottom:1px solid #d8e3dc;}
.narrow-copy .bottom-section p{margin-top:calc(1.5rem / 3.2);max-width:calc(1020px * .82);color:#1c2b25;}
.narrow-copy .team-quote{display:flex;flex-wrap:wrap;gap:0.79rem 1.5rem;margin-top:var(--axis-base);}
.narrow-copy .team-quote a{font-size:calc(14.7px * .875);color:#1f6b52;text-decoration:underline;text-underline-offset:3px;}
.narrow-copy .team-quote a:hover{color:inherit;}
@media (min-width:720px){.narrow-copy .bottom-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);gap:1.5rem;align-items:start;}.narrow-copy .bottom-section p{margin-top:0;max-width:none;}
}
.row---client-voices{
        padding: calc(1.5rem * 2.4) 1.72rem;
        background: linear-gradient(135deg, #1f6b52 0%, #2f8a68 55%, #4aa583 100%);
        color: #ffffff;
    }
.row---client-voices .offer-feature{max-width: 1020px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
        gap: calc(0.79rem * 1.5);
        align-items: start;}
.row---client-voices .main-team{position: sticky;
        top: 1.5rem;}
.row---client-voices h2{margin: 0;
        font-size: calc(14.7px * 2);
        line-height: 1.1;}
.row---client-voices .main-team p{margin: calc(1.5rem * .75) 0 0;
        font-size: 14.7px;
        line-height: 1.96;}
.row---client-voices .page-menu{display: flex;
        flex-direction: column;
        gap: 0.79rem;}
.row---client-voices .secondary-note{
        padding: calc(1.5rem * .75);
        border-left: 3px solid #c9762a;
        border-radius: 0.58rem;
        background: #ffffff;
        color: #1c2b25;
        box-shadow: 0 1px 5px rgba(0,0,0,0.04);
    }
.row---client-voices .page-intro{margin: 0;
        font-size: 14.7px;
        line-height: 1.96;}
.row---client-voices .visual-section{margin-top: calc(1.5rem * .75);
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid #d8e3dc;
        display: flex;
        flex-wrap: wrap;
        gap: 0.79rem;
        justify-content: space-between;
        align-items: baseline;}
.row---client-voices .visual-section strong{font-size: calc(14.7px * .875);}
.row---client-voices .visual-section span{font-size: calc(14.7px * .875);}
@media (max-width: 760px) {.row---client-voices .offer-feature{
            grid-template-columns: 1fr;
        }.row---client-voices .main-team{
            position: static;
        }.row---client-voices .visual-section{
            flex-direction: column;
            gap: 0.2rem;
        }
    }
.page-proof{--axis-base:calc(1.5rem * 1.06);--copy-main:calc(1020px / 3.37);padding:calc(1.5rem * 2.4) 1.72rem;background:#14342a;color:#eef6f1;}
.page-proof .offer-feature{max-width:1020px;margin:0 auto;}
.page-proof h2,.page-proof h3,.page-proof p{margin:0;}
.page-proof h2{font-size:calc(14.7px * 2);line-height:1.12;}
.page-proof h3{font-size:calc(14.7px * 1.35);line-height:1.2;}
.page-proof p{font-size:14.7px;line-height:1.96;}
.page-proof .media-wrap{padding-inline-start:calc(1.72rem / 2);}
.page-proof .site-inner{row-gap:calc(var(--axis-base) * .7);}
.page-proof .main-team{margin-top:1.5rem;max-width:calc(1020px / 2);opacity:.92;}
.page-proof .public-copy{display:flex;flex-wrap:wrap;gap:var(--axis-base);margin-top:var(--axis-base);}
.page-proof .bottom-section{flex:1 1 var(--copy-main);min-width:0;padding:calc(var(--axis-base) * .75);border-radius:0.58rem;background:#eaf1ec;color:#1c2b25;}
.page-proof .bottom-section h3{margin-bottom:calc(1.5rem / 3);}
.active-header{--axis-base:calc(1.5rem * 1.05);--layer-local:calc(1020px / 2.6);padding:calc(1.5rem * 2.4) 1.72rem;background:var(--ink-warm);color:#ffffff;}
.active-header .offer-feature{max-width:1020px;margin:0 auto;}
.active-header h2,.active-header h3,.active-header p{margin:0;}
.active-header h2{font-size:calc(14.7px * 2);line-height:1.12;}
.active-header h3{font-size:calc(14.7px * 1.35);line-height:1.22;}
.active-header p{font-size:14.7px;line-height:1.96;color:color-mix(in srgb, currentColor 76%, transparent);}
.active-header a{color:inherit;text-decoration:none;}
.active-header .direct-group{font-size:calc(14.7px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 68%, transparent);}
.active-header .visual-content h2{margin-top:calc(1.5rem / 2.4);}
.active-header .main-team{max-width:var(--layer-local);margin-top:calc(1.5rem / 2);}
.active-header .page-visual{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.37rem;background:#ffffff;color:var(--ink-warm);}
.active-header .public-copy{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.79rem;margin-top:var(--axis-base);}
.active-header .bottom-section{flex:1 1 calc(1020px / 3.4);min-width:0;padding-top:calc(1.5rem / 2.6);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.active-header .bottom-section p{margin-top:calc(1.5rem / 3.2);}
.active-header .media-story{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.79rem;}
.active-header .media-story>.visual-content{flex:1 1 auto;min-width:0;}
.active-header .media-story>.page-visual{flex:0 0 auto;}
.active-header .media-story>.public-copy{flex:1 1 100%;}
.active-header .team-quote{flex:1 1 100%;margin-top:var(--axis-base);font-size:calc(14.7px * .875);color:color-mix(in srgb, currentColor 72%, transparent);}
.active-header .team-quote a{text-decoration:underline;text-underline-offset:0.18em;}
.active-header .team-quote a:hover{}
@media (max-width:720px){.active-header .bottom-section{flex:1 1 100%;}.active-header .page-visual{width:100%;}
}
.contact-inner{
  --axis-base:calc(1.5rem * 1.15);
  --copy-main:calc(1020px / 3.4);
  padding:calc(1.5rem * 2.4) 1.72rem;
  background:#14342a;
  color:#eef6f1;
}
.contact-inner .offer-feature{max-width:1020px;
  margin:0 auto;}
.contact-inner h2,
.contact-inner h3,
.contact-inner p,
.contact-inner ul{margin:0;}
.contact-inner h2{font-size:calc(14.7px * 2);
  line-height:1.14;
  max-width:calc(1020px / 1.55);}
.contact-inner h3{font-size:calc(14.7px * 1.35);
  line-height:1.22;}
.contact-inner p{font-size:14.7px;
  line-height:1.96;}
.contact-inner .visual-nav{display:flex;
  flex-direction:column;
  gap:calc(0.79rem * 1.5);}
.contact-inner .main-team{max-width:calc(1020px / 1.85);
  opacity:.86;}
.contact-inner .narrow-method{display:flex;
  flex-wrap:wrap;
  gap:var(--axis-base);
  margin-top:calc(var(--axis-base) * 1.1);
  align-items:stretch;}
.contact-inner .bottom-section{
  flex:1 1 var(--copy-main);
  min-width:0;
  display:flex;
  flex-direction:column;
  padding:calc(var(--axis-base) * .8);
  border-radius:0.58rem;
  background:#ffffff;
  color:#1c2b25;
  border:1px solid #d8e3dc;
}
.contact-inner .bottom-section p{margin-top:calc(1.5rem / 2.4);}
.contact-inner .public-copy{list-style:none;
  padding:0;
  margin-top:calc(1.5rem / 2);
  display:flex;
  flex-direction:column;
  gap:calc(0.79rem * .55);}
.contact-inner .public-copy li{font-size:calc(14.7px * .875);
  line-height:1.55;
  padding-inline-start:calc(calc(1.5rem * .75) * .9);
  position:relative;color:inherit;
  opacity:.82;}
.contact-inner .public-copy li::before{
  content:"";
  position:absolute;
  inset-inline-start:0;
  top:.62em;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#c9762a;color:#ffffff;}
.contact-inner .page-visual{
  display:inline-flex;
  align-self:flex-start;
  margin-top:auto;
  padding:calc(calc(1.5rem * .75) * .85) 1.5rem;
  border-radius:0.37rem;
  background:var(--ink-warm);
  color:#ffffff;
  text-decoration:none;
  font-size:calc(14.7px * .875);
  transition:background 420ms var(--speed-panel);
}
.contact-inner .page-visual:hover{
  background:#175440;color:#1c2b25;}
.contact-inner .bottom-section .page-visual{margin-top:calc(1.5rem / 1.6);}
.contact-inner .direct-group{margin-top:calc(var(--axis-base) * 1.1);
  font-size:calc(14.7px * .875);
  opacity:.78;
  max-width:calc(1020px / 1.5);}
.contact-inner .direct-group a{text-decoration:underline;
  text-underline-offset:3px;}
.contact-inner .direct-group a:hover{color:inherit;}
@media (max-width:720px){.contact-inner h2{
    max-width:none;
  }.contact-inner .main-team,
  .contact-inner .direct-group{
    max-width:none;
  }
}
.quiet-service{
        --axis-base: calc(1.5rem * 1.14);
        --layer-local: calc(1020px / 2.38);
        padding: calc(1.5rem * 2.4) 1.72rem;
        background: #14342a;
        color: #eef6f1;
    }
.quiet-service .offer-feature{max-width: 1020px;
        margin: 0 auto;}
.quiet-service h2,
    .quiet-service h3,
    .quiet-service p{margin: 0;}
.quiet-service h2{font-size: calc(14.7px * 2);
        line-height: 1.12;}
.quiet-service h3{font-size: calc(14.7px * 1.35);
        line-height: 1.2;}
.quiet-service p{font-size: 14.7px;
        line-height: 1.96;}
.quiet-service a{color: inherit;
        text-decoration: underline;
        text-underline-offset: 3px;
        text-decoration-thickness: 1px;}
.quiet-service a:hover{color:inherit;}
.quiet-service .media-wrap{padding-inline-start: calc(1.72rem / 2);}
.quiet-service .simple-proof{row-gap: calc(var(--axis-base) * 1.2);}
.quiet-service .main-team{margin-top: 1.5rem;
        max-width: calc(1020px / 2);}
.quiet-service .public-copy{display: flex;
        flex-direction: column;
        gap: var(--axis-base);
        margin-top: var(--axis-base);}
.quiet-service .bottom-section{min-width: 0;
        padding-block-start: calc(1.5rem / 3);
        border-top: 1px solid color-mix(in srgb, #eef6f1 18%, transparent);}
.quiet-service .bottom-section p{margin-top: calc(1.5rem / 3);
        max-width: calc(1020px / 1.35);}
.quiet-service .team-quote{margin-top: calc(var(--axis-base) * 1.1);
        font-size: calc(14.7px * .875);
        max-width: calc(1020px / 1.5);}
@media (min-width: 760px) {.quiet-service .public-copy{
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            column-gap: calc(0.79rem * 1.6);
            row-gap: var(--axis-base);
        }
    }
.contact-figure{--axis-base:calc(1.5rem * 1.28);--layer-local:calc(1020px / 2.35);padding:calc(1.5rem * 2.4) 1.72rem;background:#eaf1ec;color:#1c2b25;}
.contact-figure .offer-feature{max-width:1020px;margin:0 auto;}
.contact-figure h2,.contact-figure h3,.contact-figure p{margin:0;}
.contact-figure h2{font-size:calc(14.7px * 2);line-height:1.14;max-width:var(--layer-local);}
.contact-figure h3{font-size:calc(14.7px * 1.35);line-height:1.22;}
.contact-figure p{font-size:14.7px;line-height:1.96;}
.contact-figure .direct-group{margin-bottom:calc(1.5rem / 2.4);font-size:calc(14.7px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.72;}
.contact-figure .main-team{margin-top:1.5rem;max-width:var(--layer-local);}
.contact-figure .public-copy{display:flex;flex-direction:column;gap:var(--axis-base);margin-top:calc(var(--axis-base) * 1.1);border-top:1px solid #d8e3dc;padding-top:var(--axis-base);}
.contact-figure .bottom-section{min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.contact-figure .bottom-section p{max-width:calc(var(--layer-local) * 1.18);}
.contact-figure .team-quote{margin-top:calc(var(--axis-base) * 1.2);padding-top:calc(0.79rem * 1.5);border-top:1px solid #d8e3dc;font-size:calc(14.7px * .875);max-width:calc(var(--layer-local) * 1.3);}
.contact-figure .team-quote a{text-decoration:underline;text-underline-offset:3px;}
.contact-figure .team-quote a:hover{}
@media (min-width:760px){.contact-figure .public-copy{gap:calc(var(--axis-base) * 0.9);}.contact-figure .bottom-section{flex-direction:row;align-items:baseline;gap:calc(0.79rem * 1.5);}.contact-figure .bottom-section h3{flex:0 0 calc(var(--layer-local) * 0.62);}.contact-figure .bottom-section p{flex:1 1 auto;margin-top:0;}
}
.focused-story{padding:calc(1.5rem * 2.4) 1.72rem;background:linear-gradient(135deg, #1f6b52 0%, #2f8a68 55%, #4aa583 100%);color:#ffffff}
.focused-story .offer-feature{max-width:1020px;margin:0 auto}
.focused-story .service-intro{display:flex;gap:calc(0.79rem * 1.5);align-items:flex-start}
.focused-story .page-footer{flex:0 1 20rem;min-width:0;border-left:1px solid color-mix(in srgb,#ffffff 26%,transparent);padding-left:1.5rem}
.focused-story .page-footer p{margin:0;line-height:1.96;font-size:calc(14.7px * .875)}
.focused-story .secondary-form{flex:1 1 44rem;min-width:0}
.focused-story h2{margin:0;font-size:calc(14.7px * 2);line-height:1.08}
.focused-story .site-intro{margin-top:calc(0.79rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.focused-story .site-intro p{margin:0;display:flex;gap:1.5rem;align-items:flex-start}
.focused-story strong{flex:0 1 13rem;min-width:0;font-size:calc(14.7px * .875);letter-spacing:0.01em}
.focused-story span{flex:1 1 26rem;min-width:0;line-height:1.96}
@media(max-width:760px){.focused-story .service-intro,.focused-story .site-intro p{display:block}.focused-story .page-footer{border-left:0;padding-left:0}.focused-story .secondary-form{margin-top:calc(0.79rem * 1.5)}.focused-story span{display:block;margin-top:calc(1.5rem * .75)}.focused-story h2{font-size:calc(14.7px * 1.35)}}
.text-story{
        --axis-base: calc(1.5rem * 1.26);
        --copy-main: calc(1020px / 3.59);
        padding: calc(1.5rem * 2.4) 1.72rem;
        background: #14342a;
        color: #eef6f1;
    }
.text-story .offer-feature{max-width: 1020px;
        margin: 0 auto;}
.text-story h2, .text-story h3, .text-story p{margin: 0;}
.text-story h2{font-size: calc(14.7px * 2);
        line-height: 1.12;}
.text-story h3{font-size: calc(14.7px * 1.35);
        line-height: 1.2;}
.text-story p{font-size: 14.7px;
        line-height: 1.96;}
.text-story a{color: inherit;
        text-decoration: none;
        border-bottom: 1px solid currentColor;
        padding-bottom: 1px;
        opacity: .9;
        transition: opacity 420ms var(--speed-panel);}
.text-story a:hover{opacity: 1;}
.text-story .main-feature{padding-block: calc(var(--axis-base) / 2);}
.text-story .simple-proof{row-gap: calc(var(--axis-base) * 1.2);}
.text-story .row-title{display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 0.79rem;}
.text-story .row-title h2{flex: 1 1 calc(1020px / 3);
        min-width: 0;}
.text-story .row-title > p{flex: 1 1 calc(1020px / 3);
        min-width: 0;}
.text-story .public-copy{flex: 1 1 100%;
        display: flex;
        flex-wrap: wrap;
        gap: var(--axis-base);
        margin-top: var(--axis-base);}
.text-story .bottom-section{flex: 1 1 var(--copy-main);
        min-width: 0;
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid color-mix(in srgb, #eef6f1 22%, transparent);}
.text-story .bottom-section p{margin-top: calc(1.5rem / 3);}
.text-story .bottom-section a{display: inline-flex;
        margin-top: calc(1.5rem / 2);}
.text-story .team-quote{flex: 1 1 100%;
        margin-top: calc(var(--axis-base) / 2);
        font-size: calc(14.7px * .875);
        opacity: .85;}
@media (max-width: 720px) {.text-story .row-title h2,
        .text-story .row-title > p{
            flex: 1 1 100%;
        }
    }
.simple-track{--axis-base:calc(1.5rem * 1.05);--layer-local:calc(1020px / 2.90);padding:calc(1.5rem * 2.4) 1.72rem;background:#f7faf8;color:#182420;}
.simple-track .offer-feature{max-width:1020px;margin:0 auto;}
.simple-track h1,.simple-track h2,.simple-track h3,.simple-track p{margin:0;}
.simple-track h2{font-size:calc(14.7px * 2);line-height:1.14;}
.simple-track p{font-size:14.7px;line-height:1.96;}
.simple-track .main-team{margin-top:1.5rem;color:#1c2b25;}
.simple-track .plain-flow{display:flex;align-items:flex-start;gap:calc(0.79rem * 2);}
.simple-track .plain-flow>.public-copy{flex:1 1 calc(1020px / 1.85);min-width:0;display:flex;flex-direction:column;gap:calc(0.79rem * 1.5);}
.simple-track .plain-flow>.visual-content{flex:0 1 calc(1020px / 3.1);min-width:0;padding-top:calc(1.5rem / 4);}
.simple-track .bottom-section{padding-left:1.72rem;border-left:2px solid #d8e3dc;}
.simple-track .bottom-section p{color:#182420;}
@media(max-width:760px){.simple-track .plain-flow{flex-direction:column;gap:calc(0.79rem * 1.5);}.simple-track .plain-flow>.visual-content{order:-1;padding-top:0;}}
.plain-quote{
    padding:calc(1.5rem * 2.4) 1.72rem;
    background:#f7faf8;color:#182420;}
.plain-quote .offer-feature{max-width:1020px;
    margin:0 auto;}
.plain-quote .active-nav{max-width:62ch;
    margin-bottom:calc(0.79rem * 1.5);}
.plain-quote .active-nav span{
    display:inline-block;
    padding:3px 10px;
    border-radius:0.37rem;
    background:#eaf1ec;
    color:#1c2b25;
    font-size:calc(14.7px * .875);
    letter-spacing:0.02em;
}
.plain-quote .active-nav h2{margin:calc(0.79rem * 1.5) 0 calc(calc(0.79rem * 1.5) * 0.5);
    font-size:calc(14.7px * 2);
    line-height:1.2;}
.plain-quote .active-nav p{margin:0;
    font-size:14.7px;
    line-height:1.96;}
.plain-quote .public-copy{display:flex;
    flex-direction:column;
    gap:0.79rem;}
.plain-quote .public-copy article{
    display:grid;
    grid-template-columns:56px 1fr;
    gap:calc(1.5rem * .75);
    padding:calc(1.5rem * .75);
    background:#ffffff;
    color:#1c2b25;
    border:1px solid #d8e3dc;
    border-radius:0.58rem;
    box-shadow:0 1px 5px rgba(0,0,0,0.04);
}
.plain-quote .public-copy article:nth-child(3){
    background:#eaf1ec;
    color:#1c2b25;
}
.plain-quote .public-copy b{
    align-self:start;
    width:44px;
    height:44px;
    display:grid;
    place-items:center;
    border-radius:0.37rem;
    background:var(--ink-warm);
    color:#ffffff;
    font-size:calc(14.7px * .875);
    font-weight:600;
}
.plain-quote .public-copy h3{margin:0;
    font-size:calc(14.7px * 1.35);
    line-height:1.25;}
.plain-quote .public-copy em{display:block;
    margin-top:4px;
    font-style:normal;
    font-size:calc(14.7px * .875);
    opacity:0.85;}
.plain-quote .public-copy p{margin:calc(0.79rem * 0.6) 0 0;
    font-size:14.7px;
    line-height:1.96;}
@media (max-width:640px){.plain-quote .public-copy article{
        grid-template-columns:1fr;
    }.plain-quote .public-copy b{
        width:36px;
        height:36px;
    }
}
.main-proof{
  background: #f7faf8;
  color: #182420;
  padding: calc(1.5rem * 2.4) 1.72rem;
}
.main-proof .offer-feature{width: min(100%, 1020px);
  margin: 0 auto;
  display: grid;
  gap: calc(0.79rem * 1.5);}
.main-proof h2,
.main-proof h3,
.main-proof p{margin: 0;}
.main-proof h2{font-size: calc(14.7px * 2);
  line-height: 1.1;}
.main-proof h3{font-size: calc(14.7px * 1.35);
  line-height: 1.18;}
.main-proof p{font-size: 14.7px;
  line-height: 1.96;}
.main-proof .visual-grid{display: grid;
  gap: 1.5rem;
  max-width: 46rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #d8e3dc;}
.main-proof .visual-grid .direct-group{font-size: calc(14.7px * .875);
  color: #1c2b25;}
.main-proof .site-intro{display: flex;
  flex-direction: column;}
.main-proof .wide-contact{display: grid;
  grid-template-columns: minmax(9rem, .26fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #d8e3dc;}
.main-proof .wide-contact:last-child{border-bottom: 0;}
.main-proof .wide-contact .contact-steps{font-size: calc(14.7px * .875);
  letter-spacing: 0.02em;
  color: #1c2b25;
  align-self: start;
  padding-top: 0.35rem;}
.main-proof .wide-contact h3{margin-bottom: 0.4rem;}
.main-proof .service-region{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.79rem;
  padding: 1.5rem;
  border-radius: 1rem;
  background: #14342a;
  color: #eef6f1;
}
.main-proof .service-region p{font-size: calc(14.7px * .875);
  max-width: 40rem;}
.main-proof .service-region a{color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;}
.main-proof .service-region a:hover{border-bottom-color: transparent;}
@media (max-width: 720px) {.main-proof .wide-contact{ grid-template-columns: 1fr; gap: calc(0.79rem * 1.5); }.main-proof .wide-contact .contact-steps{ padding-top: 0; }.main-proof .service-region{ flex-direction: column; align-items: flex-start; }
}
.contact-plan{
        background:#f7faf8;
        color:#182420;
        padding:calc(1.5rem * 2.4) 1.72rem;
    }
.contact-plan .c{max-width:1020px;
        margin:0 auto;
        display:grid;
        gap:calc(0.79rem * 1.5);}
@media (min-width:1024px){.contact-plan .c{
            grid-template-columns:minmax(0,1fr) 280px;
            align-items:start;
        }
    }
.contact-plan .open-figure{display:flex;
        flex-direction:column;
        gap:calc(0.79rem * 1.5);}
.contact-plan .visual-actions{display:flex;
        flex-direction:column;
        gap:0.6rem;
        padding-bottom:1.5rem;
        border-bottom:1px solid #d8e3dc;}
.contact-plan h1{font-size:calc(14.7px * 2.65);
        line-height:1.2;
        margin:0;}
.contact-plan .media-header{font-size:calc(14.7px * 1.125);
        margin:0;}
.contact-plan .visual-service{display:flex;
        flex-wrap:wrap;
        gap:0.4rem 1.2rem;
        font-size:calc(14.7px * .875);}
.contact-plan .offer-method{display:flex;
        flex-direction:column;
        gap:calc(0.79rem * 1.5);
        line-height:1.96;
        font-size:14.7px;}
.contact-plan .offer-method h2{font-size:calc(14.7px * 1.35);
        margin:0;
        padding-top:0.4rem;}
.contact-plan .offer-method p{margin:0;}
.contact-plan .team-quote{display:flex;
        flex-direction:column;
        gap:0.5rem;
        padding-top:1.5rem;
        border-top:1px solid #d8e3dc;
        font-size:calc(14.7px * .875);}
.contact-plan .team-quote a{text-decoration:none;
        border-bottom:1px solid transparent;
        transition:color 420ms var(--speed-panel), border-color 420ms var(--speed-panel);}
.contact-plan .team-quote a:hover{border-bottom-color:#c9762a;}
.contact-plan .media-content{
        background:#ffffff;
        color:#1c2b25;
        border:1px solid #d8e3dc;
        border-radius:1rem;
        padding:calc(1.5rem * .75);
        box-shadow:0 1px 5px rgba(0,0,0,0.04);
    }
.contact-plan .media-content h3{font-size:14.7px;
        margin:0 0 0.79rem;}
.contact-plan .visual-track{display:flex;
        flex-direction:column;
        gap:0.7rem;}
.contact-plan .visual-track .bottom-section{padding-bottom:0.7rem;
        border-bottom:1px solid #d8e3dc;}
.contact-plan .visual-track .bottom-section:last-child{padding-bottom:0;
        border-bottom:none;}
.contact-plan .visual-track a{text-decoration:none;
        font-size:calc(14.7px * .875);
        line-height:1.5;
        display:block;}
.contact-plan .visual-track a:hover{text-decoration:underline;}
.fresh-intro{
  padding:calc(1.5rem * 2.4) 1.72rem;
  background:#f7faf8;
  color:#182420;
}
.fresh-intro .offer-feature{width:min(100%,1020px);
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:1.5rem;}
.fresh-intro .active-nav{max-width:60ch;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.fresh-intro h2{margin:0;
  font-size:calc(14.7px * 2);
  line-height:1.14;}
.fresh-intro .main-team{margin:0;
  font-size:14.7px;
  line-height:1.96;
  color:#1c2b25;}
.fresh-intro .public-copy{list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:calc(0.79rem * 1.5);}
.fresh-intro .bottom-section{
  background:#ffffff;
  color:#1c2b25;
  border:1px solid #d8e3dc;
  border-radius:1rem;
  padding:1.5rem 1.72rem;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  box-shadow:0 1px 5px rgba(0,0,0,0.04);
}
.fresh-intro .visual-service{display:flex;
  flex-wrap:wrap;
  gap:0.79rem;
  align-items:baseline;
  font-size:calc(14.7px * .875);}
.fresh-intro .clear-menu{
  background:#c9762a;
  color:#ffffff;
  padding:0.15rem 0.6rem;
  border-radius:0.37rem;
  font-size:calc(14.7px * .875);
  letter-spacing:0.02em;
}
.fresh-intro .active-wrap{color:#1c2b25;}
.fresh-intro .main-fields{font-size:calc(14.7px * 1.35);
  line-height:1.2;
  color:#1f6b52;
  text-decoration:none;
  transition:color 420ms var(--speed-panel);}
.fresh-intro .main-fields:hover{color:inherit;}
.fresh-intro .media-header{margin:0;
  font-size:14.7px;
  color:#1c2b25;
  line-height:1.5;}
.fresh-intro .visual-content{margin:0;
  line-height:1.96;}
.fresh-intro .local-items{align-self:flex-start;
  font-size:calc(14.7px * .875);
  color:#1f6b52;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:1px;
  transition:color 420ms var(--speed-panel);}
.fresh-intro .local-items:hover{color:inherit;}
.fresh-intro .direct-group{margin:0;
  font-size:calc(14.7px * .875);
  color:#1c2b25;
  line-height:1.96;}
.fresh-intro .direct-group a{color:#1f6b52;
  text-decoration:none;
  border-bottom:1px solid currentColor;}
.fresh-intro .direct-group a:hover{color:inherit;}
@media (min-width:760px){.fresh-intro .bottom-section{
    display:grid;
    grid-template-columns:minmax(0,1fr);
  }
}
.contact-tile{
        background: #f7faf8;
        color: #182420;
        padding: calc(1.5rem * 2.4) 1.72rem;
    }
.contact-tile .c{max-width: 1020px;
        margin: 0 auto;
        display: grid;
        gap: 1.72rem;}
@media (min-width: 1024px) {.contact-tile .c{
            grid-template-columns: minmax(0, 1fr) 280px;
            align-items: start;
        }
    }
.contact-tile .open-figure{display: flex;
        flex-direction: column;
        gap: calc(0.79rem * 1.5);}
.contact-tile .visual-actions{display: flex;
        flex-direction: column;
        gap: 0.6rem;
        padding-bottom: calc(0.79rem * 1.5);
        border-bottom: 1px solid #d8e3dc;}
.contact-tile .service-grid{margin: 0;
        font-size: calc(14.7px * .875);
        letter-spacing: 0.04em;
        text-transform: uppercase;}
.contact-tile h1{margin: 0;
        font-size: calc(14.7px * 2.65);
        line-height: 1.2;}
.contact-tile .main-team{margin: 0;
        font-size: calc(14.7px * 1.125);
        max-width: 60ch;}
.contact-tile .visual-service{display: flex;
        flex-wrap: wrap;
        gap: 0.4rem 1.2rem;
        font-size: calc(14.7px * .875);}
.contact-tile .offer-method{display: flex;
        flex-direction: column;
        gap: calc(0.79rem * 1.5);
        font-size: 14.7px;
        line-height: 1.96;}
.contact-tile .offer-method p{margin: 0;}
.contact-tile .offer-method h2{margin: 0;
        font-size: calc(14.7px * 1.35);
        line-height: 1.3;}
.contact-tile .team-quote{padding-top: calc(0.79rem * 1.5);
        border-top: 1px solid #d8e3dc;}
.contact-tile .steady-list{margin: 0;
        font-size: calc(14.7px * .875);}
.contact-tile .steady-list a{text-decoration: underline;
        text-underline-offset: 2px;}
.contact-tile .steady-list a:hover{}
.contact-tile .media-content{
        background: #ffffff;
        color: #1c2b25;
        border: 1px solid #d8e3dc;
        border-radius: 1rem;
        padding: calc(1.5rem * .75);
        box-shadow: 0 1px 5px rgba(0,0,0,0.04);
    }
.contact-tile .media-content h3{margin: 0 0 calc(0.79rem * 1.5);
        font-size: 14.7px;}
.contact-tile .visual-track{display: flex;
        flex-direction: column;
        gap: 0.79rem;}
.contact-tile .visual-track .bottom-section{display: flex;
        flex-direction: column;
        gap: 0.25rem;
        padding-bottom: 0.79rem;
        border-bottom: 1px solid #d8e3dc;}
.contact-tile .visual-track .bottom-section:last-child{padding-bottom: 0;
        border-bottom: none;}
.contact-tile .visual-track a{text-decoration: none;
        font-size: 14.7px;
        line-height: 1.4;}
.contact-tile .visual-track a:hover{text-decoration: underline;}
.contact-tile .visual-track .clear-menu{font-size: calc(14.7px * .875);}
.plain-menu{padding:calc(1.5rem * 2.4) 1.72rem;background:#f7faf8;color:#182420}
.plain-menu .offer-feature{width:min(100%,1020px);margin:0 auto;display:flex;flex-direction:column;gap:calc(0.79rem * 1.5)}
.plain-menu .active-nav{display:flex;flex-direction:column;gap:calc(1.5rem * .75);max-width:60ch}
.plain-menu h2{margin:0;font-size:calc(14.7px * 2);line-height:1.12}
.plain-menu .main-team{margin:0;font-size:14.7px;line-height:1.96;color:#1c2b25}
.plain-menu .public-inner{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.5rem}
.plain-menu .bottom-section{background:#ffffff;color:#1c2b25;border:1px solid #d8e3dc;border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column;gap:calc(1.5rem * .75);box-shadow:0 1px 5px rgba(0,0,0,0.04)}
.plain-menu .visual-service{display:flex;flex-wrap:wrap;gap:0.79rem;font-size:calc(14.7px * .875);color:#1c2b25}
.plain-menu .offer-copy{background:#c9762a;color:#ffffff;padding:2px 10px;border-radius:0.37rem;font-size:calc(14.7px * .875)}
.plain-menu .main-fields{font-size:calc(14.7px * 1.35);line-height:1.2;color:inherit;text-decoration:none}
.plain-menu .main-fields:hover{color:inherit;}
.plain-menu .media-header{margin:0;font-size:14.7px;color:#1c2b25}
.plain-menu .content-links{margin:0;line-height:1.96}
.plain-menu .local-items{align-self:flex-start;font-size:calc(14.7px * .875);color:#1f6b52;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:2px}
.plain-menu .local-items:hover{color:inherit;}
.plain-menu .direct-group{margin:0;font-size:calc(14.7px * .875);line-height:1.96;color:#1c2b25}
.plain-menu .direct-group a{color:#1f6b52;text-decoration:none}
.plain-menu .direct-group a:hover{color:inherit;}
@media (min-width:760px){.plain-menu .bottom-section{padding:calc(0.79rem * 1.5) 1.5rem}
}
.content-summary{
    background:#f7faf8;
    color:#182420;
    padding:calc(1.5rem * 2.4) 1.72rem;
}
.content-summary .c{max-width:1020px;
    margin:0 auto;
    display:grid;
    gap:1.72rem;}
@media (min-width:1024px){.content-summary .c{grid-template-columns:minmax(0,1fr) 300px;}
}
.content-summary .open-figure{min-width:0;}
.content-summary .visual-actions{margin-bottom:1.5rem;
    border-bottom:1px solid #d8e3dc;
    padding-bottom:calc(0.79rem * 1.5);}
.content-summary h1{font-size:calc(14.7px * 2.65);
    line-height:1.2;
    margin:0 0 0.6rem;}
.content-summary .plain-benefit{font-size:calc(14.7px * 1.125);
    margin:0 0 1rem;}
.content-summary .visual-service{display:flex;
    flex-wrap:wrap;
    gap:1.2rem;
    font-size:calc(14.7px * .875);}
.content-summary .offer-method{line-height:1.96;
    font-size:14.7px;}
.content-summary .offer-method p{margin:0 0 1rem;}
.content-summary .offer-method h2{font-size:calc(14.7px * 1.35);
    margin:1.8rem 0 0.6rem;}
.content-summary .read{margin-top:1.5rem;
    padding-top:calc(0.79rem * 1.5);
    border-top:1px solid #d8e3dc;
    display:flex;
    flex-direction:column;
    gap:0.4rem;
    font-size:calc(14.7px * .875);}
.content-summary .read p{margin:0 0 0.3rem;}
.content-summary .read a{text-decoration:none;}
.content-summary .read a:hover{text-decoration:underline;}
.content-summary .media-content{
    background:#ffffff;
    color:#1c2b25;
    border:1px solid #d8e3dc;
    border-radius:1rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 1px 5px rgba(0,0,0,0.04);
    align-self:start;
}
.content-summary .media-content h3{margin:0 0 1rem;
    font-size:14.7px;}
.content-summary .visual-track{display:flex;
    flex-direction:column;
    gap:0.9rem;}
.content-summary .media-content .bottom-section{display:flex;
    flex-direction:column;
    gap:0.2rem;
    padding-bottom:0.8rem;
    border-bottom:1px solid #d8e3dc;}
.content-summary .media-content .bottom-section:last-child{border-bottom:none;
    padding-bottom:0;}
.content-summary .media-content a{text-decoration:none;
    font-size:calc(14.7px * .875);
    line-height:1.4;}
.content-summary .media-content a:hover{text-decoration:underline;}
.content-summary .media-content .direct-group{font-size:calc(14.7px * .875);
    line-height:1.4;}
.soft-contact{
  padding:calc(1.5rem * 2.4) 1.72rem;
  background:#f7faf8;
  color:#182420;
}
.soft-contact .offer-feature{width:min(100%,calc(1020px*.82));
  margin:0 auto;}
.soft-contact .active-nav{max-width:60ch;
  margin-bottom:calc(0.79rem * 1.5);}
.soft-contact h2{margin:0 0 calc(1.5rem * .75);
  font-size:calc(14.7px * 2);
  line-height:1.14;}
.soft-contact .main-team{margin:0;
  font-size:14.7px;
  line-height:1.96;
  color:#1c2b25;}
.soft-contact .service-intro{display:flex;
  flex-direction:column;
  gap:1.5rem;}
.soft-contact .bottom-section{
  background:#ffffff;
  color:#1c2b25;
  border:1px solid #d8e3dc;
  border-radius:1rem;
  padding:1.5rem 1.72rem;
  box-shadow:0 1px 5px rgba(0,0,0,0.04);
}
.soft-contact .visual-service{display:flex;
  flex-wrap:wrap;
  gap:0.79rem;
  align-items:baseline;
  margin-bottom:calc(1.5rem * .75);}
.soft-contact .clear-menu{
  display:inline-block;
  padding:0.18rem 0.6rem;
  border-radius:0.37rem;
  background:#c9762a;
  color:#ffffff;
  font-size:calc(14.7px * .875);
  letter-spacing:0.02em;
}
.soft-contact .active-wrap{font-size:calc(14.7px * .875);
  color:#1c2b25;}
.soft-contact h3{margin:0;
  font-size:calc(14.7px * 1.35);
  line-height:1.2;}
.soft-contact h3 a{color:inherit;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:border-color 420ms var(--speed-panel);}
.soft-contact h3 a:hover{border-bottom-color:#c9762a;}
.soft-contact .media-header{margin:calc(1.5rem * .75) 0 0;
  font-size:calc(14.7px * .875);
  color:#1c2b25;}
.soft-contact .visual-content{margin:calc(1.5rem * .75) 0 0;
  line-height:1.96;}
.soft-contact .local-items{display:inline-block;
  margin-top:calc(1.5rem * .75);
  font-size:calc(14.7px * .875);
  color:#1f6b52;
  text-decoration:none;
  border-bottom:1px solid currentColor;}
.soft-contact .local-items:hover{color:inherit;}
.soft-contact .direct-group{margin:calc(0.79rem * 1.5) 0 0;
  font-size:calc(14.7px * .875);
  color:#1c2b25;}
.soft-contact .direct-group a{color:#1f6b52;
  text-decoration:none;
  border-bottom:1px solid currentColor;}
.soft-contact .direct-group a:hover{color:inherit;}
@media (min-width:720px){.soft-contact .service-intro{
    gap:calc(0.79rem * 1.5);
  }.soft-contact .bottom-section{
    display:grid;
    grid-template-columns:1fr;
    gap:calc(1.5rem * .75);
  }
}
.compact-content{padding:calc(1.5rem * 2.4) 1.72rem;background:#eaf1ec;color:#1c2b25}
.compact-content .offer-feature{max-width:1020px;margin:0 auto}
.compact-content .active-nav{max-width:46rem;margin-bottom:calc(0.79rem * 1.5)}
.compact-content h2{margin:0 0 calc(1.5rem * .75);font-size:calc(14.7px * 2);line-height:1.12}
.compact-content .active-nav p{margin:0;font-size:14.7px;line-height:1.96}
.compact-content .strong-brand{display:flex;flex-wrap:wrap;gap:0.79rem;margin-bottom:calc(0.79rem * 1.5)}
.compact-content .strong-brand a{flex:1 1 15rem;min-width:0;background:#ffffff;color:#1c2b25;border:1px solid #d8e3dc;border-radius:1rem;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;overflow-wrap:anywhere;transition:border-color 420ms var(--speed-panel)}
.compact-content .strong-brand a:hover{border-color:var(--ink-warm)}
.compact-content .strong-brand span{display:block;margin-bottom:0.4rem;font-size:calc(14.7px * .875);}
.compact-content .strong-brand strong{font-size:14.7px;line-height:1.3;font-weight:600}
.compact-content .bottom-frame{display:flex;flex-wrap:wrap;gap:1.5rem;border-top:1px solid #d8e3dc;padding-top:calc(0.79rem * 1.5)}
.compact-content .direct-group{flex:1 1 16rem;min-width:0}
.compact-content .direct-group h3{margin:0 0 calc(1.5rem * .75);font-size:calc(14.7px * 1.35);line-height:1.2}
.compact-content .direct-group p{margin:0;font-size:calc(14.7px * .875);line-height:1.96}
@media(max-width:620px){.compact-content .strong-brand a{flex:1 1 100%}.compact-content .direct-group{flex:1 1 100%}
}
.contact-section{
  background:#f7faf8;
  color:#182420;
  padding:calc(1.5rem * 2.4) 1.72rem;
}
.contact-section .offer-feature{max-width:min(1020px,72rem);
  margin:0 auto;}
.contact-section .top-visual{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:calc(0.79rem * 1.5);}
.contact-section .visual-content{flex:1 1 24rem;
  min-width:0;}
.contact-section h2{margin:0;
  font-size:calc(14.7px * 2);
  line-height:1.15;}
.contact-section .visual-content > p{margin:1.5rem 0 0;
  font-size:calc(14.7px * 1.125);
  line-height:1.7;}
.contact-section .team-quote{margin-top:calc(0.79rem * 1.5);
  padding-top:1.5rem;
  border-top:1px solid #d8e3dc;}
.contact-section .team-quote .contact-flow{margin:0 0 calc(0.79rem * .5);
  font-size:calc(14.7px * .875);}
.contact-section .team-quote a{color:#1f6b52;
  text-decoration:none;}
.contact-section .team-quote a:hover{color:inherit;
  text-decoration:underline;}
.contact-section .team-quote .direct-group{margin:1.5rem 0 0;
  font-size:calc(14.7px * .875);
  color:#1c2b25;}
.contact-section .site-content{
  flex:1 1 26rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:1.5rem;
  background:#ffffff;
  color:#1c2b25;
  border:1px solid #d8e3dc;
  border-radius:1rem;
  padding:calc(0.79rem * 1.5);
  box-shadow:0 1px 5px rgba(0,0,0,0.04);
}
.contact-section .answer{display:flex;
  flex-direction:column;
  gap:calc(0.79rem * .4);}
.contact-section label{font-size:calc(14.7px * .875);
  font-weight:600;}
.contact-section input,
.contact-section textarea{
  width:100%;
  min-width:0;
  border:1px solid #d8e3dc;
  border-radius:0.37rem;
  background:#f7faf8;
  color:#182420;
  padding:calc(calc(1.5rem * .75) * .7) calc(1.5rem * .75);
  font:inherit;
  line-height:1.5;
}
.contact-section textarea{resize:vertical;}
.contact-section input::placeholder,
.contact-section textarea::placeholder{color:rgba(255,255,255,0.55);}
.contact-section input:focus,
.contact-section textarea:focus{outline:2px solid #3f9a7c;
  outline-offset:1px;}
.contact-section button{
  align-self:flex-start;
  border:0;
  border-radius:0.58rem;
  background:var(--ink-warm);
  color:#ffffff;
  padding:calc(calc(1.5rem * .75) * .8) 0.79rem;
  font:inherit;
  font-weight:700;
  cursor:pointer;
  transition:background 420ms var(--speed-panel);
}
.contact-section button:hover{
  background:#175440;color:#1c2b25;}
.contact-section .strong-track{margin:0;
  font-size:calc(14.7px * .875);
  color:#1c2b25;}
@media (max-width:760px) {.contact-section .top-visual{ flex-direction:column; }.contact-section .visual-content,
  .contact-section .site-content{ flex-basis:auto; width:100%; }
}
.simple-grid{padding:calc(1.5rem * 2.4) 1.72rem;background:#c9762a;color:#ffffff}
.simple-grid .primary-quote{max-width:1020px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(0.79rem * 1.5);align-items:stretch}
.simple-grid .simple-header{flex:1 1 22rem;min-width:0;padding:calc(1.5rem * .75);border-radius:1.4rem;background:#f7faf8;color:#182420;display:flex;flex-direction:column;justify-content:center}
.simple-grid .simple-header span{font-size:calc(14.7px * .875);}
.simple-grid h2{margin:calc(1.5rem * .75) 0;font-size:calc(14.7px * 2);line-height:1.15}
.simple-grid .simple-header p{margin:0;font-size:14.7px;line-height:1.96;}
.simple-grid .main-wrap{flex:1 1 30rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.simple-grid .bottom-panel{min-height:22rem;border-radius:1.4rem;overflow:hidden;border:1px solid #d8e3dc;background:#ffffff;color:#1c2b25;}
.simple-grid iframe{display:block;width:100%;height:100%;border:0}
.simple-grid .public-copy{display:grid;grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));gap:0.79rem}
.simple-grid .bottom-section{padding:calc(1.5rem * .75);border-radius:1rem;background:#ffffff;color:#1c2b25;border:1px solid #d8e3dc}
.simple-grid .bottom-section span{font-size:calc(14.7px * .875);}
.simple-grid .bottom-section strong{display:block;margin-top:calc(calc(1.5rem * .75) * .4);font-size:14.7px;line-height:1.5}
.simple-grid .bottom-section a{text-decoration:none;border-bottom:1px solid color-mix(in srgb,#1f6b52 35%,transparent)}
.simple-grid .bottom-section a:hover{border-bottom-color:#c9762a}
@media (max-width:820px){.simple-grid .bottom-panel{min-height:18rem}}
.open-nav{padding:calc(1.5rem * 2.4) 1.72rem;background:#14342a;color:#eef6f1}
.open-nav .mark{max-width:min(1020px,62rem);margin:0 auto}
.open-nav h2{margin:0;font-size:calc(14.7px * 2.65);line-height:1.1}
.open-nav .clear-group{margin:1.5rem 0 calc(0.79rem * 1.5);font-size:calc(14.7px * 1.125);color:color-mix(in srgb,currentColor 74%,transparent)}
.open-nav .clear-content{display:flex;flex-direction:column;gap:calc(0.79rem * 1.5)}
.open-nav .main-team{margin:0;max-width:52rem;color:color-mix(in srgb,currentColor 78%,transparent)}
.open-nav .wide-contact{border-top:1px solid color-mix(in srgb,currentColor 18%,transparent);padding-top:calc(1.5rem * .75)}
.open-nav .wide-contact h3{margin:0 0 calc(1.5rem * .75);font-size:calc(14.7px * 1.35);line-height:1.25}
.open-nav .wide-contact p{margin:0;color:color-mix(in srgb,currentColor 76%,transparent)}
.open-nav .public-copy{margin:calc(1.5rem * .75) 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:0.35rem}
.open-nav .public-copy li{color:color-mix(in srgb,currentColor 82%,transparent)}
.open-nav a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.open-nav a:hover{color:inherit;}
.open-nav .direct-group{margin:0;font-size:calc(14.7px * .875);color:color-mix(in srgb,currentColor 62%,transparent)}
@media (min-width:720px){.open-nav .wide-contact{display:grid;grid-template-columns:minmax(0,14rem) minmax(0,1fr);gap:0.79rem;align-items:start}.open-nav .wide-contact h3{margin:0}.open-nav .wide-contact.contact{grid-template-columns:minmax(0,14rem) minmax(0,1fr)}
}
.main-lead{padding:calc(1.5rem * 2.4) 1.72rem;background:#eaf1ec;color:#1c2b25}
.main-lead .text-brand{max-width:min(1020px,64rem);margin:0 auto}
.main-lead h2{margin:0;font-size:calc(14.7px * 2);line-height:1.15}
.main-lead .clear-group{margin:1.5rem 0 calc(0.79rem * 1.5);font-size:calc(14.7px * 1.125);line-height:1.96}
.main-lead .secondary-note{padding:calc(1.5rem * .75) 0;border-top:1px solid #d8e3dc}
.main-lead .secondary-note:first-of-type{border-top:0;padding-top:0}
.main-lead .secondary-note:last-child{padding-bottom:0}
.main-lead h3{margin:0 0 calc(1.5rem * .75);font-size:calc(14.7px * 1.35);line-height:1.25}
.main-lead .secondary-note p{margin:0}
.main-lead a{text-decoration:underline}
.main-lead a:hover{}
@media (min-width:768px){.main-lead .text-brand{display:grid;grid-template-columns:1fr;gap:0}
}
.plain-summary{
  padding: calc(1.5rem * 2.4) 1.72rem;
  background: #14342a;
  color: #eef6f1;
}
.plain-summary .offer-feature{max-width: min(1020px, 78rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(17rem, .6fr);
  gap: calc(0.79rem * 1.5);
  align-items: start;}
.plain-summary h2{margin: 0;
  font-size: calc(14.7px * 2);
  line-height: 1.1;}
.plain-summary .visual-content p{margin: calc(1.5rem * .75) 0 0;
  max-width: 40rem;
  font-size: calc(14.7px * 1.125);
  line-height: 1.96;}
.plain-summary .visual-content .contact-flow{font-size: 14.7px;
  color: #cfd9d3;}
.plain-summary .team-quote{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  margin-top: calc(0.79rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid rgba(238, 246, 241, 0.22);}
.plain-summary .team-quote a{font-size: calc(14.7px * .875);
  text-decoration: none;
  border-bottom: 1px solid rgba(238, 246, 241, 0.45);
  padding-bottom: 2px;
  transition: border-color 420ms var(--speed-panel);}
.plain-summary .team-quote a:hover{border-color: #c9762a;}
.plain-summary .service-intro{
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: #ffffff;
  color: #1c2b25;
  border: 1px solid #d8e3dc;
}
.plain-summary .service-intro strong{display: block;
  font-size: calc(14.7px * 1.35);
  margin-bottom: calc(1.5rem * .75);}
.plain-summary .secondary-figure{margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.55rem;
  font-size: calc(14.7px * .875);}
.plain-summary .answer{margin-top: calc(1.5rem * .75);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #d8e3dc;}
.plain-summary .answer .clear-menu{display: inline-block;
  font-size: calc(14.7px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;color:inherit;}
.plain-summary .answer p{margin: 0.35rem 0 0;
  font-size: calc(14.7px * .875);}
.plain-summary .answer a{color:inherit;
  text-decoration: none;}
.plain-summary .answer a:hover{color:inherit;}
.plain-summary .direct-group{margin: calc(1.5rem * .75) 0 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #d8e3dc;
  font-size: calc(14.7px * .875);color:inherit;}
@media (max-width: 760px) {.plain-summary .offer-feature{
    grid-template-columns: 1fr;
  }
}
.team-flow{
  --axis-base:calc(1.5rem * 1.05);
  --layer-local:calc(1020px / 1.55);
  padding:calc(1.5rem * 2.4) 1.72rem;
  background:#c9762a;
  color:#ffffff;
}
.team-flow .quiet-body{max-width:1020px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(0.79rem * 1.5);}
.team-flow h2,
.team-flow p{margin:0;}
.team-flow h2{font-size:calc(14.7px * 2);
  line-height:1.14;
  max-width:var(--layer-local);}
.team-flow .main-team{margin-top:calc(1.5rem * .75);
  font-size:14.7px;
  line-height:1.96;
  max-width:var(--layer-local);
  color:color-mix(in srgb, currentColor 82%, transparent);}
.team-flow .tile{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:0.79rem 1.5rem;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid color-mix(in srgb, currentColor 30%, transparent);}
.team-flow .page-visual{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.37rem;
  background:#ffffff;
  color:#c9762a;
  text-decoration:none;
  font-size:14.7px;
  transition:background 420ms var(--speed-panel), color 420ms var(--speed-panel);
}
.team-flow .page-visual:hover{
  background:#a95f1c;
  color:#ffffff;
}
.team-flow .direct-group{flex:1 1 18rem;
  font-size:calc(14.7px * .875);
  line-height:1.96;
  color:color-mix(in srgb, currentColor 78%, transparent);}
.team-flow .team-quote{display:flex;
  flex-wrap:wrap;
  gap:0.79rem 1.5rem;
  font-size:calc(14.7px * .875);}
.team-flow .team-quote a{color:inherit;
  text-decoration:none;
  border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);
  padding-bottom:2px;
  transition:border-color 420ms var(--speed-panel), opacity 420ms var(--speed-panel);}
.team-flow .team-quote a:hover{border-color:currentColor;}
@media (max-width:640px){.team-flow .tile{
    align-items:flex-start;
  }.team-flow .page-visual{
    width:100%;
  }
}
.fresh-content{padding:calc(1.5rem * 2.4) 1.72rem;background:#c9762a;color:#ffffff}
.fresh-content .offer-feature{max-width:1020px;margin:0 auto}
.fresh-content .top-visual{display:flex;flex-wrap:wrap;gap:calc(0.79rem * 1.5);align-items:flex-start}
.fresh-content .visual-content{flex:2 1 36rem;min-width:0}
.fresh-content h2{margin:0;font-size:calc(14.7px * 2.65);line-height:1.08}
.fresh-content .visual-content p{margin:1.5rem 0 0;max-width:44rem;font-size:calc(14.7px * 1.125);line-height:1.96}
.fresh-content .visual-content .direct-group{margin-top:calc(1.5rem * .75);font-size:calc(14.7px * .875);opacity:.88}
.fresh-content .team-quote{flex:1 1 20rem;min-width:0;border-top:1px solid color-mix(in srgb,#ffffff 32%,transparent);padding-top:1.5rem}
.fresh-content .team-quote p{margin:0;line-height:1.96}
.fresh-content .team-quote > a{display:inline-flex;margin-top:1.5rem;border-radius:0.37rem;background:var(--ink-warm);color:#ffffff;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;transition:background 420ms var(--speed-panel)}
.fresh-content .team-quote > a:hover{background:#175440;color:#1c2b25;}
.fresh-content .quiet-surface{list-style:none;margin:calc(0.79rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:0.79rem}
.fresh-content .quiet-surface a{text-decoration:underline;text-underline-offset:3px;font-size:calc(14.7px * .875)}
.fresh-content .quiet-surface a:hover{opacity:.75}
@media(max-width:680px){.fresh-content .top-visual{display:block}.fresh-content .team-quote{margin-top:calc(0.79rem * 1.5)}.fresh-content h2{font-size:calc(14.7px * 2)}}
