:root {
  --tone-dark: #d8e0cf;
  --paint-clear: #ffffff;
  --line-clear: #22301f;
  --surface-clear: #22301f;
  --motion-nav: cubic-bezier(0.16,1,0.3,1);
  --paint-page: #c96a24;
  --surface-warm: #3f6b3a;
}
body{margin:0;padding:0;font-family:"DM Sans", sans-serif;box-sizing:border-box;}
*,*::before,*::after{box-sizing:border-box;}
.direct-lead {
    width: 100%;
    background: #eaf0e3;
    color: var(--line-clear);
    border-bottom: 1px solid var(--tone-dark);
  }
.secondary-brand {
    max-width: 1000px;
    margin: 0 auto;
    padding: calc(1.04rem * 1.5) 1.48rem;
    display: flex;
    align-items: center;
    gap: 1.04rem;
  }
.content-items {
    font-size: calc(16px * 1.125);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: inherit;
    text-decoration: none;
    flex-shrink: 0;
  }
.visual-figure {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-start;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(1.04rem * 1.25);
    flex-wrap: wrap;
  }
.nav-list a {
    color: inherit;
    text-decoration: none;
    font-size: 16px;
    padding: 0.35rem 0.15rem;
    border-bottom: 2px solid transparent;
    transition: border-color 640ms var(--motion-nav), color 640ms var(--motion-nav);
  }
.nav-list a:hover,
  .nav-list a:focus-visible {
    border-bottom-color: var(--surface-warm);
    color: var(--surface-warm);
  }
.team-items {
    flex-shrink: 0;
  }
.active-area {
    display: inline-block;
    background: var(--surface-warm);
    color: #f4f8f1;
    text-decoration: none;
    font-size: calc(16px * .875);
    font-weight: 600;
    padding: 0.65rem 1.15rem;
    border-radius: 0.67rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
    transition: background 640ms var(--motion-nav), transform 640ms var(--motion-nav);
  }
.active-area:hover,
  .active-area:focus-visible{
    background: #335a2f;
    transform: translateY(-1px);color:var(--surface-clear);}
.clear-fields {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 0;
    background: var(--paint-clear);
    color: var(--surface-clear);
    border: 1px solid var(--tone-dark);
    border-radius: 0.32rem;
    cursor: pointer;
    flex-shrink: 0;
  }
.clear-fields span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: currentColor;
    border-radius: 1px;
    transition: transform 640ms var(--motion-nav), opacity 640ms var(--motion-nav);
  }
.clear-fields[aria-expanded="true"] span:nth-child(1){transform: translateY(7px) rotate(45deg);}
.clear-fields[aria-expanded="true"] span:nth-child(2){opacity: 0;}
.clear-fields[aria-expanded="true"] span:nth-child(3){transform: translateY(-7px) rotate(-45deg);}
@media (max-width: 767px) {
    .secondary-brand {
      flex-wrap: wrap;
      padding: calc(1.04rem * 1.5) 1.48rem;
    }

    .content-items {
      flex: 1 1 auto;
    }

    .team-items {
      order: 3;
      width: 100%;
      margin-top: calc(1.04rem * 1.5);
    }

    .active-area {
      display: block;
      width: 100%;
      text-align: center;
    }

    .clear-fields {
      display: flex;
      order: 2;
    }

    .visual-figure {
      order: 4;
      flex-basis: 100%;
      display: none;
    }

    .visual-figure.is-open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
      width: 100%;
      padding-top: calc(1.04rem * 1.5);
    }

    .nav-list li {
      width: 100%;
      border-top: 1px solid var(--tone-dark);
    }

    .nav-list a {
      display: block;
      width: 100%;
      padding: 0.85rem 0;
      border-bottom: none;
    }

    .nav-list a:hover,
    .nav-list a:focus-visible {
      color: var(--surface-warm);
    }
  }
.plain-rail{font-family:"DM Sans", sans-serif;font-size:16px;line-height:1.75;padding:calc(1.5rem * 2.4) 1.48rem;background:#22301f;color:#f4f8f1;}
.top-stack{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(1.04rem * 1.5)}
.soft-panel{display:block}
.main-story{font-size:16px;font-weight:600;margin:0 0 calc(1.5rem * .75);letter-spacing:0.01em}
.page-surface{font-style:normal;display:flex;flex-direction:column;gap:calc(1.5rem * .75);font-size:16px}
.clear-method,
  .fresh-method{display:block}
.page-surface a,
  .primary-actions a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 640ms var(--motion-nav)}
.page-surface a:hover,
  .primary-actions a:hover{border-bottom-color:currentColor;color:inherit}
.team-callout{display:block}
.focused-proof{font-size:calc(16px * 1.35);font-weight:700;margin:0 0 calc(1.5rem * .75);letter-spacing:0.02em}
.local-fields{margin:0;font-size:calc(16px * .875);max-width:32ch}
.offer-plan{display:grid;grid-template-columns:1fr;gap:calc(1.04rem * 1.5)}
.wide-surface{display:block}
.primary-actions{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75);font-size:calc(16px * .875)}
.steady-body{border-top:1px solid currentColor;padding-top:calc(1.04rem * 1.5);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.focused-brand{margin:0;font-size:calc(16px * .875);max-width:70ch}
.offer-proof{margin:0;font-size:calc(16px * .875)}
@media (min-width: 640px) {.offer-plan{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (min-width: 960px) {.top-stack{grid-template-columns:1.2fr 1fr 2fr;grid-template-areas:"contact brand nav"
        "legal legal legal";gap:1.48rem}.soft-panel{grid-area:contact}.team-callout{grid-area:brand}.offer-plan{grid-area:nav;grid-template-columns:repeat(3, minmax(0, 1fr))}.steady-body{grid-area:legal}
  }
footer,footer *{border-radius:0!important;}
.cookies {
        position: fixed;
        left: 1.48rem;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1200
    }
.cookies .main-view {
        width: min(22rem, calc(100vw - 1.48rem * 2));
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        padding: 1.5rem;
        border: 1px solid color-mix(in srgb, currentColor 14%, transparent);
        background: #f5f5f5;
        color: #0a0f1a;
        box-shadow: 0 12px 30px rgba(0,0,0,0.08)
    }
.cookies strong {
        font-size: calc(16px * 1.35);
        line-height: 1.12
    }
.cookies p {
        margin: 0 0 calc(1.5rem * .75);
        color: #2a3040;
        line-height: 1.75
    }
.cookies button {
        border: 1px solid color-mix(in srgb, currentColor 16%, transparent);
        border-radius: 0.32rem;
        background: #fff;
        color: #0a0f1a;
        font: inherit;
        padding: calc(1.5rem * .75);
        cursor: pointer;
        text-align: left
    }
.cookies button.cookie-accept {
        background: var(--surface-warm);
        color: #f4f8f1;
        border-color: var(--surface-warm)
    }
@media (max-width: 620px) {
        .cookies {
            top: auto;
            right: 1.48rem;
            bottom: 1.5rem;
            transform: none
        }

        .cookies .main-view {
            width: auto
        }
    }
.service-lead{
    padding:clamp(3.6rem,8vw,6.6rem) 1.48rem;
    background:linear-gradient(135deg, #eaf0e3 0%, #f7f8f3 55%, #f3ead9 100%);
    color:#1e2a1d;
}
.service-lead .service-entries{max-width:1000px;
    margin:0 auto;}
.service-lead .clear-steps{display:flex;
    flex-direction:column;
    gap:calc(1.04rem * 1.5);
    max-width:52rem;}
.service-lead .clear-steps h1{margin:0;
    font-size:calc(16px * 2.65);
    line-height:1.08;
    letter-spacing:-0.01em;}
.service-lead .clear-steps .active-header{margin:0;
    font-size:calc(16px * 1.125);
    line-height:1.75;}
.service-lead .local-entries{display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:1.04rem;
    margin-top:calc(1.5rem * .75);}
.service-lead .local-entries a{text-decoration:none;
    font-size:16px;
    border-radius:0.67rem;
    padding:.7rem 1.1rem;
    transition:background 640ms var(--motion-nav), color 640ms var(--motion-nav);}
.service-lead .local-entries .page-unit{
    background:var(--surface-warm);
    color:#f4f8f1;
}
.service-lead .local-entries .page-unit:hover{
    background:#335a2f;color:var(--surface-clear);}
.service-lead .local-entries .bottom-tile,
.service-lead .local-entries .quiet-entries{
    background:transparent;
    color:#3f6b3a;
    border:1px solid var(--tone-dark);
}
.service-lead .local-entries .bottom-tile:hover,
.service-lead .local-entries .quiet-entries:hover{
    background:color-mix(in srgb, currentColor 10%, transparent);
    color:#c96a24;
}
@media (max-width:640px){.service-lead .clear-steps h1{
        font-size:calc(16px * 2);
    }.service-lead .local-entries{
        flex-direction:column;
        align-items:stretch;
    }.service-lead .local-entries a{
        text-align:center;
    }
}
.open-menu{--state-local:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.48rem;background:#eaf0e3;color:var(--line-clear);}
.open-menu .service-entries{max-width:1000px;margin:0 auto;}
.open-menu h2,.open-menu h3,.open-menu p{margin:0;}
.open-menu h2{font-size:calc(16px * 2);line-height:1.14;}
.open-menu h3{font-size:calc(16px * 1.35);line-height:1.22;}
.open-menu p{font-size:16px;line-height:1.75;}
.open-menu .offer-content{display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.open-menu .public-service{font-size:calc(16px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.72;}
.open-menu .active-header{font-size:calc(16px * 1.125);}
.open-menu .compact-items{display:flex;flex-direction:column;gap:var(--state-local);margin-top:calc(1.5rem * 1.4);border-top:1px solid var(--tone-dark);}
.open-menu .clear-form{display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding-top:var(--state-local);border-bottom:1px solid var(--tone-dark);padding-bottom:var(--state-local);}
.open-menu .clear-form:last-child{border-bottom:0;padding-bottom:0;}
.open-menu .quiet-entries{align-self:flex-start;font-size:calc(16px * .875);text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:2px;}
.open-menu .quiet-entries:hover{}
.open-menu .local-entries{margin-top:calc(1.5rem * 1.2);font-size:calc(16px * .875);opacity:.85;}
.open-menu .local-entries a{text-decoration:none;border-bottom:1px solid currentColor;}
.open-menu .local-entries a:hover{}
@media (min-width:720px){.open-menu .clear-form{flex-direction:row;align-items:baseline;gap:1.48rem;}.open-menu .clear-form h3{flex:0 0 40%;}.open-menu .clear-form p{flex:1 1 auto;}.open-menu .clear-form .quiet-entries{flex:0 0 auto;align-self:center;}
}
.visual-brand{
  --state-local:calc(1.5rem * 0.9);
  padding:calc(1.5rem * 2.4) 1.48rem;
  background:#22301f;
  color:#f4f8f1;
}
.visual-brand .service-entries{max-width:1000px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--state-local);}
.visual-brand h2,
.visual-brand h3,
.visual-brand p{margin:0;}
.visual-brand h2{font-size:calc(16px * 2);
  line-height:1.15;}
.visual-brand h3{font-size:calc(16px * 1.35);
  line-height:1.25;}
.visual-brand p{font-size:16px;
  line-height:1.75;}
.visual-brand .offer-content{display:flex;
  flex-direction:column;
  gap:calc(1.04rem * 1.5);}
.visual-brand .active-header{opacity:.82;}
.visual-brand .main-view{display:flex;
  flex-direction:column;
  gap:0;
  border-top:1px solid rgba(244,248,241,0.18);}
.visual-brand .clear-form{padding:calc(1.04rem * 1.5) 0;
  border-bottom:1px solid rgba(244,248,241,0.18);
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);}
.visual-brand .clear-form p{opacity:.8;}
.visual-brand .local-entries{margin-top:calc(var(--state-local) / 2);
  font-size:calc(16px * .875);
  opacity:.85;}
.visual-brand .local-entries a{text-decoration:underline;
  text-underline-offset:3px;}
.visual-brand .local-entries a:hover{}
@media (min-width:760px){.visual-brand .main-view{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    column-gap:1.04rem;
    border-top:0;
  }.visual-brand .clear-form{
    border-bottom:1px solid rgba(244,248,241,0.18);
    padding:calc(1.04rem * 1.5) 0;
  }.visual-brand .clear-form:nth-child(odd){
    padding-inline-end:1.04rem;
    border-inline-end:1px solid rgba(244,248,241,0.18);
  }.visual-brand .clear-form:nth-child(even){
    padding-inline-start:1.04rem;
  }
}
.brand{padding:calc(1.5rem * 2.4) 1.48rem;background:var(--surface-warm);color:#f4f8f1}
.brand .service-entries{max-width:1000px;margin:0 auto}
.brand .secondary-section{display:flex;flex-wrap:wrap;gap:calc(1.04rem * 1.5);align-items:flex-start}
.brand .active-header{flex:1 1 20rem;min-width:0}
.brand .active-header h2{margin:0 0 calc(1.5rem * .75);font-size:calc(16px * 2);line-height:1.15}
.brand .active-header .public-service{margin:0;font-size:16px;line-height:1.75;opacity:.92}
.brand .media-headline{flex:1 1 30rem;min-width:0}
.brand .compact-items{margin:0;padding:0}
.brand .clear-form{padding:calc(1.5rem * .75) 0;border-top:1px solid rgba(244,248,241,0.22)}
.brand .clear-form:last-child{border-bottom:1px solid rgba(244,248,241,0.22)}
.brand dt{margin:0 0 calc(calc(1.5rem * .75)*.35);font-size:16px;font-weight:600}
.brand dd{margin:0;font-size:calc(16px * .875);line-height:1.75;opacity:.92}
.brand .page-content{margin:calc(1.04rem * 1.5) 0 0;font-size:calc(16px * .875);line-height:1.75}
.brand .page-content a{text-decoration:underline;text-underline-offset:2px}
.brand .main-team{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:calc(1.04rem * 1.5)}
.brand .main-team a{border-radius:0.67rem;background:var(--paint-page);color:#fff8f1;padding:calc(calc(1.5rem * .75)*.7) calc(1.5rem * .75);text-decoration:none;font-size:calc(16px * .875)}
.brand .main-team a:hover{background:#a8541a;color:var(--surface-clear);}
@media(max-width:760px){.brand .secondary-section{display:block}.brand .media-headline{margin-top:calc(1.04rem * 1.5)}}
.steady-form{
    padding:calc(1.5rem * 2.4) 1.48rem;
    background:#f7f8f3;
    color:#1e2a1d;
}
.steady-form .simple-area{max-width:1000px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.04rem * 1.5);}
.steady-form .site-links h2{margin:0 0 10px;
    font-size:calc(16px * 2);
    line-height:1.25;}
.steady-form .site-links .active-header{margin:0;
    font-size:16px;
    line-height:1.75;}
.steady-form .compact-items{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.steady-form .clear-form{
    background:var(--paint-clear);
    color:var(--surface-clear);
    border:1px solid var(--tone-dark);
    border-radius:1rem;
    padding:calc(1.5rem * .75);
    display:flex;
    flex-direction:column;
    gap:10px;
    box-shadow:0 1px 4px rgba(0,0,0,0.05);
}
.steady-form .fresh-steps{display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:10px;}
.steady-form .text-brand{
    background:var(--paint-page);
    color:#fff8f1;
    font-size:calc(16px * .875);
    padding:3px 10px;
    border-radius:0.32rem;
    letter-spacing:0.02em;
}
.steady-form .primary-team{font-size:calc(16px * .875);}
.steady-form .clear-form h3{margin:0;
    font-size:calc(16px * 1.35);
    line-height:1.3;}
.steady-form .clear-form h3 a{color:inherit;
    text-decoration:none;}
.steady-form .clear-form h3 a:hover{}
.steady-form .site-method{margin:0;
    font-size:calc(16px * .875);}
.steady-form .clear-steps{margin:0;
    font-size:16px;
    line-height:1.75;}
.steady-form .bottom-tile{align-self:flex-start;
    margin-top:4px;
    font-size:calc(16px * .875);
    text-decoration:none;
    border-bottom:1px solid currentColor;
    padding-bottom:1px;}
.steady-form .bottom-tile:hover{}
.steady-form .public-service{margin:0;
    font-size:calc(16px * .875);}
.steady-form .public-service a{text-decoration:none;}
.steady-form .public-service a:hover{}
@media (min-width:760px){.steady-form .compact-items{
        display:grid;
        grid-template-columns:repeat(3, minmax(0,1fr));
        gap:1.04rem;
    }
}
.compact-area{
    padding:calc(1.5rem * 2.4) 1.48rem;
    background:#f7f8f3;
    color:#1e2a1d;
}
.compact-area .simple-area{max-width:1000px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:calc(1.04rem * 1.5);
    align-items:flex-start;}
.compact-area .offer-content{flex:1 1 220px;
    min-width:200px;}
.compact-area .media-headline{flex:2 1 380px;
    min-width:260px;}
.compact-area .media-team{margin:0 0 4px;
    font-size:calc(16px * 1.35);
    line-height:1.3;}
.compact-area .strong-tile{margin:0;
    font-size:calc(16px * .875);
    color:var(--line-clear);}
.compact-area .service-media{margin:0 0 1.04rem;
    font-size:16px;
    line-height:1.75;}
.compact-area .public-service{
    margin:0 0 1.04rem;
    padding:calc(1.5rem * .75);
    background:#eaf0e3;
    color:var(--line-clear);
    border-radius:0.67rem;
    font-size:calc(16px * .875);
    line-height:1.6;
}
.compact-area .compact-items{list-style:none;
    margin:0 0 1.04rem;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:6px;}
.compact-area .clear-form{font-size:calc(16px * .875);
    line-height:1.6;}
.compact-area .bottom-benefit{display:inline-block;
    min-width:80px;
    color:var(--line-clear);}
.compact-area .clear-form a{color:#3f6b3a;
    text-decoration:none;}
.compact-area .clear-form a:hover{color:inherit;
    text-decoration:underline;}
.compact-area .local-entries{margin:0;
    font-size:calc(16px * .875);
    line-height:1.6;}
.compact-area .local-entries a{color:#3f6b3a;
    text-decoration:none;}
.compact-area .local-entries a:hover{color:inherit;
    text-decoration:underline;}
@media (max-width:640px){.compact-area .simple-area{
        flex-direction:column;
    }.compact-area .bottom-benefit{
        min-width:0;
        display:block;
    }
}
.featured-story{--state-local:calc(1.5rem * 1.4);--axis-soft:calc(1000px / 2.4);padding:calc(1.5rem * 2.4) 1.48rem;background:var(--paint-page);color:#fff8f1;}
.featured-story .service-entries{max-width:1000px;margin:0 auto;}
.featured-story h1,.featured-story h2,.featured-story h3,.featured-story p{margin:0;}
.featured-story h1{font-size:calc(16px * 2.65);line-height:1.08;}
.featured-story h2{font-size:calc(16px * 2);line-height:1.14;max-width:var(--axis-soft);}
.featured-story h3{font-size:calc(16px * 1.35);line-height:1.2;}
.featured-story p{font-size:16px;line-height:1.75;color:color-mix(in srgb, currentColor 78%, transparent);}
.featured-story a{color:inherit;text-decoration:none;}
.featured-story .plain-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.32rem;background:#fff8f1;color:var(--paint-page);font-weight:600;}
.featured-story .plain-visual:hover{background:#a8541a;color:#fff8f1;}
.featured-story .active-header{max-width:var(--axis-soft);}
.featured-story .public-service{font-size:calc(16px * .875);color:color-mix(in srgb, currentColor 68%, transparent);}
.featured-story .public-service a{text-decoration:underline;text-underline-offset:0.18em;}
.featured-story .public-service a:hover{}
.featured-story .narrow-surface>h2,.featured-story .narrow-surface>p,.featured-story .narrow-surface>.plain-visual{margin-top:1.5rem;}
.featured-story .narrow-surface>.plain-visual{margin-top:var(--state-local);}
.featured-story .narrow-surface>.public-service{margin-top:calc(1.04rem * 1.5);}
@media (max-width:640px){.featured-story .plain-visual{width:100%;}
}
.team-region{
        background: #f7f8f3;
        color: #1e2a1d;
        padding: calc(1.5rem * 2.4) 1.48rem;
    }
.team-region .service-entries{width: min(100%, 1000px);
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(1.04rem * 1.5);}
.team-region h2,
    .team-region h3,
    .team-region p{margin: 0;}
.team-region .offer-content{display: flex;
        flex-direction: column;
        gap: 1.5rem;
        padding-bottom: calc(1.04rem * 1.5);
        border-bottom: 1px solid var(--tone-dark);}
.team-region h2{font-size: calc(16px * 2);
        line-height: 1.1;}
.team-region .active-header{font-size: calc(16px * 1.125);
        line-height: 1.75;
        color: var(--line-clear);}
.team-region .text-team{display: flex;
        flex-direction: column;
        gap: 1.5rem;}
.team-region .clear-form{display: grid;
        grid-template-columns: 8rem 1fr;
        gap: 1.5rem;
        padding: 1.5rem 0;
        border-bottom: 1px solid var(--tone-dark);}
.team-region .clear-form:last-child{border-bottom: none;}
.team-region .featured-stack{font-size: calc(16px * .875);
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: var(--line-clear);
        padding-top: 0.35rem;}
.team-region .clear-steps{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        min-width: 0;}
.team-region h3{font-size: calc(16px * 1.35);
        line-height: 1.2;}
.team-region .clear-steps p{line-height: 1.75;
        color: var(--line-clear);}
.team-region .public-service{font-size: calc(16px * .875);
        line-height: 1.75;
        color: var(--line-clear);
        padding-top: 1.5rem;
        border-top: 1px solid var(--tone-dark);}
@media (max-width: 640px) {.team-region .clear-form{
            grid-template-columns: 1fr;
            gap: calc(1.5rem * .75);
        }.team-region .featured-stack{
            padding-top: 0;
        }
    }
.featured-feature{
  background:linear-gradient(135deg, #3f6b3a 0%, #6b8f4f 60%, #c96a24 100%);
  color:#f4f8f1;
  padding:calc(1.5rem * 2.4) 1.48rem;
}
.featured-feature .service-entries{max-width:1000px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:calc(1.04rem * 1.5);
  align-items:flex-start;}
.featured-feature .active-header{flex:1 1 22rem;
  min-width:0;}
.featured-feature h2{margin:0 0 1.5rem;
  font-size:calc(16px * 2.65);
  line-height:1.1;
  letter-spacing:0;}
.featured-feature .offer-content{margin:0;
  line-height:1.75;
  color:color-mix(in srgb,#f4f8f1 78%,transparent);}
.featured-feature .clear-steps{flex:1 1 26rem;
  min-width:0;}
.featured-feature .compact-items{list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:1.5rem;}
.featured-feature .clear-form{
  padding:calc(1.5rem * .75);
  border-radius:1rem;
  background:color-mix(in srgb,#f4f8f1 10%,transparent);color:var(--surface-clear);}
.featured-feature .clear-form .page-content{display:block;
  font-size:calc(16px * .875);
  text-transform:uppercase;
  letter-spacing:.04em;
  color:color-mix(in srgb,#f4f8f1 70%,transparent);}
.featured-feature .clear-form strong{display:block;
  margin-top:.3rem;
  font-size:16px;}
.featured-feature .clear-form p{margin:.5rem 0 0;
  line-height:1.75;
  color:color-mix(in srgb,#f4f8f1 82%,transparent);}
.featured-feature .public-service{margin:calc(1.04rem * 1.5) 0 0;
  font-size:calc(16px * .875);
  line-height:1.75;
  color:color-mix(in srgb,#f4f8f1 72%,transparent);}
@media (max-width:760px){.featured-feature .service-entries{display:block}.featured-feature .clear-steps{margin-top:calc(1.04rem * 1.5)}
}
.simple-footer{--state-local:calc(1.5rem * 1.45);--axis-soft:calc(1000px / 2.95);padding:calc(1.5rem * 2.4) 1.48rem;background:#f7f8f3;color:#1e2a1d;}
.simple-footer .service-entries{max-width:1000px;margin:0 auto;}
.simple-footer h1,.simple-footer h2,.simple-footer h3,.simple-footer p{margin:0;}
.simple-footer h2{font-size:calc(16px * 2);line-height:1.12;}
.simple-footer h3{font-size:calc(16px * 1.35);line-height:1.2;}
.simple-footer p{font-size:16px;line-height:1.75;}
.simple-footer a{color:inherit;text-decoration:none;}
.simple-footer .plain-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.32rem;background:var(--surface-warm);color:#f4f8f1;}
.simple-footer .plain-visual:hover{background:#335a2f;color:var(--surface-clear);}
.simple-footer .public-service{font-size:calc(16px * .875);letter-spacing:0.04em;text-transform:uppercase;color:var(--line-clear);}
.simple-footer .compact-items{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.04rem;margin-top:var(--state-local);}
.simple-footer .clear-form{flex:1 1 calc(1000px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid var(--tone-dark);}
.simple-footer .clear-form p{margin-top:calc(1.5rem / 3);}
.simple-footer .quiet-nav{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.04rem;}
.simple-footer .quiet-nav>.clear-steps{flex:1 1 auto;min-width:0;}
.simple-footer .quiet-nav>.plain-visual{flex:0 0 auto;}
.simple-footer .quiet-nav>.compact-items{flex:1 1 100%;}
.simple-footer .clear-steps h2{margin-top:calc(1.5rem / 2);}
.page-view{
  background: linear-gradient(135deg, #eaf0e3 0%, #f7f8f3 55%, #f3ead9 100%);
  color: #1e2a1d;
  padding: calc(1.5rem * 2.4) 1.48rem;
}
.page-view .service-entries{width: min(100%, 1000px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr);
  gap: 1.04rem;
  align-items: start;}
.page-view h2,
.page-view h3,
.page-view p{margin: 0;}
.page-view h2{font-size: calc(16px * 2); line-height: 1.1;}
.page-view h3{font-size: calc(16px * 1.35); line-height: 1.18;}
.page-view p{font-size: 16px; line-height: 1.75;}
.page-view .contact-footer{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(1.04rem * 1.5);
  border-radius: 1.3rem;
  background: linear-gradient(135deg, #3f6b3a 0%, #6b8f4f 60%, #c96a24 100%);
  color: #f4f8f1;
}
.page-view .content-proof{display: grid;
  gap: calc(1.5rem * .75);}
.page-view .soft-contact{
  display: grid;
  grid-template-columns: 1rem minmax(6rem, .22fr) minmax(9rem, .34fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  padding: 1.5rem;
  border-radius: 0.67rem;
  background: var(--paint-clear);
  color: var(--surface-clear);
  border: 1px solid var(--tone-dark);
  animation: peopleTimelineIn calc(640ms * 2.2) var(--motion-nav) both;
  animation-delay: var(--ease-soft, 0ms);
}
.page-view i{
  width: .6rem;
  height: .6rem;
  margin-top: .55rem;
  border-radius: 50%;
  background: var(--surface-warm);color:#f4f8f1;}
.page-view .soft-contact span{font-size: calc(16px * .875);
  line-height: 1.4;
  padding-top: .25rem;}
@keyframes peopleTimelineIn {from{ opacity: .2; transform: translateX(calc(calc(1.04rem * 1) * .16)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 860px) {.page-view .service-entries,
  .page-view .soft-contact{ grid-template-columns: 1fr; }.page-view .soft-contact i{ margin-top: 0; }
}
.open-stack{--state-local:calc(1.5rem * 1.2);padding:calc(1.5rem * 2.4) 1.48rem;background:#f7f8f3;color:#1e2a1d;}
.open-stack .service-entries{max-width:1000px;margin:0 auto;}
.open-stack h2,.open-stack h3,.open-stack p{margin:0;}
.open-stack h2{font-size:calc(16px * 2);line-height:1.14;}
.open-stack h3{font-size:calc(16px * 1.35);line-height:1.25;}
.open-stack p{font-size:16px;line-height:1.75;}
.open-stack a{color:#3f6b3a;text-decoration:none;}
.open-stack a:hover{color:inherit;}
.open-stack .quiet-nav{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.04rem;}
.open-stack .clear-steps{flex:1 1 22rem;min-width:0;}
.open-stack .clear-steps .active-header{margin-top:1.5rem;color:var(--line-clear);}
.open-stack .plain-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.67rem;background:var(--surface-warm);color:#f4f8f1;font-size:calc(16px * .875);}
.open-stack .plain-visual:hover{background:#335a2f;color:#f4f8f1;}
.open-stack .public-headline{flex:1 1 100%;display:flex;flex-direction:column;gap:var(--state-local);margin-top:calc(1.04rem * 1.5);}
.open-stack .clear-form{padding:calc(1.5rem * .75) 1.5rem;border-radius:1rem;background:var(--paint-clear);color:var(--surface-clear);border:1px solid var(--tone-dark);}
.open-stack .clear-form p{margin-top:calc(1.5rem / 2.4);color:var(--line-clear);}
.open-stack .quiet-entries{flex:1 1 100%;margin-top:calc(1.04rem * 1.5);font-size:calc(16px * .875);color:var(--line-clear);}
@media (max-width:720px){.open-stack .plain-visual{width:100%;}
}
.media-section{
  padding:calc(1.5rem * 2.4) 1.48rem;
  background:#eaf0e3;
  color:var(--line-clear);
}
.media-section .service-entries{max-width:1000px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(1.04rem * 1.5);}
.media-section h2,
.media-section p{margin:0;}
.media-section h2{font-size:calc(16px * 2);
  line-height:1.15;}
.media-section .offer-content{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.media-section .active-header{font-size:16px;
  line-height:1.75;
  opacity:.85;}
.media-section .main-view{display:flex;
  flex-direction:column;
  gap:1.04rem;
  border-top:1px solid var(--tone-dark);
  padding-top:calc(1.04rem * 1.5);}
.media-section .clear-form{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  padding:calc(1.5rem * .75) 0;
  border-bottom:1px solid var(--tone-dark);}
.media-section .clear-form:last-child{border-bottom:none;}
.media-section .narrow-figure{font-size:16px;
  line-height:1.75;}
.media-section .site-story{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:calc(1.04rem / 2);
  font-size:calc(16px * .875);}
.media-section .media-team{font-weight:600;}
.media-section .strong-tile{opacity:.7;}
.media-section .public-service{font-size:calc(16px * .875);
  line-height:1.75;
  opacity:.85;}
.media-section .public-service a{text-decoration:underline;}
.media-section .public-service a:hover{}
@media (min-width:720px){.media-section .main-view{
    display:grid;
    grid-template-columns:repeat(2, minmax(0,1fr));
    column-gap:calc(1.04rem * 1.5);
    row-gap:0;
  }.media-section .clear-form{
    padding:calc(1.5rem * .75) calc(1.5rem * .75) calc(1.5rem * .75) 0;
  }.media-section .clear-form:nth-child(2n){
    padding-left:calc(1.5rem * .75);
    padding-right:0;
    border-left:1px solid var(--tone-dark);
  }
}
.soft-team{
        padding: calc(1.5rem * 2.4) 1.48rem;
        background: #eaf0e3;
        color: var(--line-clear)
    }
.soft-team .service-entries{max-width: 1000px;
        margin: 0 auto}
.soft-team .public-area{display: flex;
        flex-direction: column;
        gap: calc(1.04rem * 1.5);
        align-items: flex-start}
.soft-team h2{min-width: 0;
        margin: 0;
        font-size: calc(16px * 2);
        line-height: 1.08}
.soft-team .quiet-figure{min-width: 0}
.soft-team .quiet-figure p{margin: 0;
        font-size: calc(16px * 1.125);
        line-height: 1.75}
.soft-team .answer{display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);
        margin-top: 1.5rem}
.soft-team .answer span{
        border-radius: 0.67rem;
        background: var(--paint-clear);
        color: var(--surface-clear);
        border: 1px solid var(--tone-dark);
        padding: calc(calc(1.5rem * .75) * .75) calc(1.5rem * .75);
        font-size: calc(16px * .875)
    }
@media (max-width: 760px) {.soft-team .public-area{
            display: block
        }.soft-team .quiet-figure{
            margin-top: 1.5rem
        }
    }
.open-proof{
  --state-local:calc(1.5rem * 1.15);
  --axis-soft:calc(1000px / 3.1);
  padding:calc(1.5rem * 2.4) 1.48rem;
  background:var(--paint-page);
  color:#fff8f1;
}
.open-proof .service-entries{max-width:1000px;
  margin:0 auto;}
.open-proof h2,
.open-proof h3,
.open-proof p{margin:0;}
.open-proof h2{font-size:calc(16px * 2);
  line-height:1.14;}
.open-proof h3{font-size:calc(16px * 1.35);
  line-height:1.22;}
.open-proof p{font-size:16px;
  line-height:1.75;}
.open-proof .top-unit{display:flex;
  flex-wrap:wrap;
  gap:1.04rem;
  align-items:flex-start;}
.open-proof .top-unit>h2{flex:1 1 calc(1000px / 2.6);
  min-width:0;}
.open-proof .top-unit>.active-header{flex:1 1 calc(1000px / 2.6);
  min-width:0;
  color:color-mix(in srgb, currentColor 82%, transparent);}
.open-proof .compact-items{display:flex;
  flex-wrap:wrap;
  gap:var(--state-local);
  margin-top:var(--state-local);}
.open-proof .clear-form{
  flex:1 1 var(--axis-soft);
  min-width:0;
  padding:calc(calc(1.5rem * .75) * .95);
  border-radius:0.67rem;
  background:color-mix(in srgb, currentColor 12%, transparent);
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);
}
.open-proof .clear-form .public-service{font-size:calc(16px * .875);
  color:color-mix(in srgb, currentColor 72%, transparent);}
.open-proof .clear-form a{
  margin-top:auto;
  align-self:flex-start;
  padding:calc(calc(1.5rem * .75) * .55) 1.5rem;
  border-radius:0.32rem;
  background:#fff8f1;
  color:var(--paint-page);
  font-size:calc(16px * .875);
  text-decoration:none;
}
.open-proof .local-entries{margin-top:var(--state-local);
  font-size:calc(16px * .875);
  color:color-mix(in srgb, currentColor 80%, transparent);}
.open-proof .local-entries a{color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;}
.offer-form{
  --state-local:calc(1.5rem * 0.9);
  --axis-soft:calc(1000px / 3.10);
  padding:calc(1.5rem * 2.4) 1.48rem;
  background:var(--surface-warm);
  color:#f4f8f1;
}
.offer-form .service-entries{max-width:1000px;
  margin:0 auto;}
.offer-form h1,.offer-form h2,.offer-form h3,.offer-form p{margin:0;}
.offer-form h2{font-size:calc(16px * 2);
  line-height:1.12;}
.offer-form p{font-size:16px;
  line-height:1.75;}
.offer-form a{color:inherit;
  text-decoration:none;}
.offer-form .plain-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.32rem;
  background:var(--paint-page);
  color:#fff8f1;
  font-weight:600;
  transition:background 640ms var(--motion-nav);
}
.offer-form .plain-visual:hover{
  background:#a8541a;color:var(--surface-clear);}
.offer-form .visual-contact h2{margin-top:var(--state-local);}
.offer-form .active-header{margin-top:1.5rem;}
.offer-form .public-service{margin-top:calc(1.04rem * 1.5);
  font-size:calc(16px * .875);
  color:color-mix(in srgb, currentColor 78%, transparent);}
.offer-form .public-service a{text-decoration:underline;
  text-underline-offset:3px;}
.offer-form .public-service a:hover{}
@media (max-width:640px){.offer-form .plain-visual{
    width:100%;
  }
}
.secondary-team{
  --state-local:calc(1.5rem * 1.35);
  --axis-control:1px solid var(--tone-dark);
  padding:calc(1.5rem * 2.4) 1.48rem;
  background:#f7f8f3;
  color:#1e2a1d;
}
.secondary-team .service-entries{max-width:1000px;
  margin:0 auto;}
.secondary-team h2,
.secondary-team h3,
.secondary-team p{margin:0;}
.secondary-team h2{font-size:calc(16px * 2);
  line-height:1.15;}
.secondary-team h3{font-size:calc(16px * 1.35);
  line-height:1.25;}
.secondary-team p{font-size:16px;
  line-height:1.75;
  color:var(--line-clear);}
.secondary-team .active-header{margin-top:calc(1.5rem / 1.6);
  font-size:calc(16px * 1.125);
  color:#1e2a1d;}
.secondary-team .main-view{display:flex;
  flex-direction:column;
  margin-top:var(--state-local);
  border-top:var(--axis-control);}
.secondary-team .clear-form{display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);
  gap:1.04rem;
  padding:calc(1.5rem * .75) 0;
  border-bottom:var(--axis-control);}
.secondary-team .clear-form h3{grid-column:1;}
.secondary-team .clear-form p{grid-column:2;
  margin-top:0;}
.secondary-team .public-service{margin-top:var(--state-local);
  padding-top:calc(1.5rem * .75);
  border-top:var(--axis-control);
  font-size:calc(16px * .875);}
.secondary-team .public-service a{color:#3f6b3a;
  text-decoration:none;
  border-bottom:1px solid #3f6b3a;}
.secondary-team .public-service a:hover{color:inherit;
  border-bottom-color:#c96a24;}
@media (max-width:720px){.secondary-team .clear-form{
    grid-template-columns:1fr;
    gap:calc(1.04rem / 2);
  }.secondary-team .clear-form h3,
  .secondary-team .clear-form p{
    grid-column:1;
  }
}
.simple-details{padding:calc(1.5rem * 2.4) 1.48rem;background:var(--surface-warm);color:#f4f8f1}
.simple-details .service-entries{max-width:1000px;margin:0 auto}
.simple-details .active-header{max-width:44rem;margin:0 0 calc(1.04rem * 1.5)}
.simple-details h2{margin:0;font-size:calc(16px * 2);line-height:1.1}
.simple-details .active-header p{margin:1.5rem 0 0;font-size:calc(16px * 1.125);line-height:1.75}
.simple-details .team-details{display:flex;flex-direction:column;gap:0;border-top:1px solid rgba(244,248,241,0.22)}
.simple-details .clear-form{padding:1.5rem 0;border-bottom:1px solid rgba(244,248,241,0.22)}
.simple-details .clear-form strong{display:block;font-size:calc(16px * 1.35);line-height:1.15;margin-bottom:calc(1.5rem * .75)}
.simple-details .clear-form p{margin:0;line-height:1.75}
.simple-details .local-entries{display:flex;flex-wrap:wrap;gap:1.04rem;margin-top:calc(1.04rem * 1.5)}
.simple-details .local-entries a{text-decoration:underline;text-underline-offset:3px;font-size:16px}
.simple-details .local-entries a:hover{}
@media (min-width:760px){.simple-details .team-details{flex-direction:row;flex-wrap:wrap;border-top:0}.simple-details .clear-form{flex:1 1 calc(50% - 1.04rem);border-bottom:0;border-top:1px solid rgba(244,248,241,0.22);padding-right:1.04rem}
}
.quiet-items{--state-local:calc(1.5rem * 0.9);--field-static:calc(1000px / 3.1);padding:calc(1.5rem * 2.4) 1.48rem;background:var(--surface-warm);color:#f4f8f1;}
.quiet-items .service-entries{max-width:1000px;margin:0 auto;}
.quiet-items h1,.quiet-items h2,.quiet-items h3,.quiet-items p{margin:0;}
.quiet-items h2{font-size:calc(16px * 2);line-height:1.14;}
.quiet-items h3{font-size:calc(16px * 1.35);line-height:1.22;}
.quiet-items p{font-size:16px;line-height:1.75;color:color-mix(in srgb, currentColor 76%, transparent);}
.quiet-items a{color:inherit;text-decoration:none;}
.quiet-items .public-service{font-size:calc(16px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 68%, transparent);}
.quiet-items .plain-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.32rem;background:#f4f8f1;color:var(--surface-warm);}
.quiet-items .quiet-nav{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1.04rem;}
.quiet-items .quiet-nav>.clear-steps{flex:1 1 auto;min-width:0;}
.quiet-items .quiet-nav>.plain-visual{flex:0 0 auto;}
.quiet-items .quiet-nav>.compact-items{flex:1 1 100%;}
.quiet-items .clear-steps h2{margin-top:calc(1.5rem / 2.4);}
.quiet-items .compact-items{display:flex;flex-wrap:wrap;align-items:stretch;gap:1.04rem;margin-top:var(--state-local);}
.quiet-items .clear-form{flex:1 1 var(--field-static);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 28%, transparent);}
.quiet-items .clear-form p{margin-top:calc(1.5rem / 3.2);}
@media (max-width:720px){.quiet-items .quiet-nav{align-items:flex-start;}.quiet-items .clear-form{flex:1 1 100%;}
}
.section{--state-local:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 1.48rem;background:#f7f8f3;color:#1e2a1d;}
.section .service-entries{max-width:1000px;margin:0 auto;}
.section h1,.section h2,.section h3,.section p{margin:0;}
.section h2{font-size:calc(16px * 2);line-height:1.14;}
.section h3{font-size:calc(16px * 1.35);line-height:1.22;}
.section p{font-size:16px;line-height:1.75;}
.section a{color:#3f6b3a;text-decoration:none;}
.section a:hover{color:inherit;}
.section .public-service{font-size:calc(16px * .875);color:var(--line-clear);text-transform:uppercase;letter-spacing:0.04em;margin-bottom:calc(1.5rem / 3);}
.section .plain-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.32rem;background:var(--surface-warm);color:#f4f8f1;}
.section .plain-visual:hover{background:#335a2f;color:#f4f8f1;}
.section .compact-items{display:flex;flex-direction:column;gap:1.04rem;margin-top:var(--state-local);}
.section .clear-form{padding:calc(1.5rem * .75) 0;border-top:1px solid var(--tone-dark);}
.section .clear-form h3{margin-bottom:calc(1.5rem / 4);}
.section .clear-form p{color:var(--line-clear);}
.section .local-entries{margin-top:var(--state-local);font-size:calc(16px * .875);color:var(--line-clear);}
.section .quiet-nav{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.04rem;}
.section .quiet-nav>.clear-steps{flex:1 1 auto;min-width:0;}
.section .quiet-nav>.plain-visual{flex:0 0 auto;}
.section .quiet-nav>.compact-items,.section .quiet-nav>.local-entries{flex:1 1 100%;}
.section .clear-steps h2{margin-top:calc(1.5rem / 2);}
@media (min-width:768px){.section .clear-form{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:1.04rem;align-items:baseline;}.section .clear-form h3{margin-bottom:0;}
}
.service-plan{
  --state-local:calc(1.5rem * 1.15);
  --axis-control:1px solid color-mix(in srgb, currentColor 18%, transparent);
  padding:calc(1.5rem * 2.4) 1.48rem;
  background:var(--paint-page);
  color:#fff8f1;
}
.service-plan .service-entries{max-width:1000px;margin:0 auto;}
.service-plan h2,
.service-plan h3,
.service-plan p{margin:0;}
.service-plan h2{font-size:calc(16px * 2);line-height:1.14;}
.service-plan h3{font-size:calc(16px * 1.35);line-height:1.22;}
.service-plan p{font-size:16px;line-height:1.75;}
.service-plan .top-unit{display:flex;flex-wrap:wrap;gap:1.04rem;align-items:flex-end;padding-bottom:calc(1.04rem * 1.5);border-bottom:var(--axis-control);}
.service-plan .top-unit>h2{flex:1 1 calc(1000px / 2.6);min-width:0;}
.service-plan .top-unit>.active-header{flex:1 1 calc(1000px / 2.6);min-width:0;color:color-mix(in srgb, currentColor 82%, transparent);}
.service-plan .local-entries{list-style:none;margin:var(--state-local) 0 0;padding:0;display:flex;flex-direction:column;}
.service-plan .featured-stack{display:flex;gap:1.04rem;padding:calc(calc(1.5rem * .75) * 1.1) 0;border-bottom:var(--axis-control);}
.service-plan .featured-stack:last-child{border-bottom:0;}
.service-plan .steady-header{flex:0 0 auto;font-size:calc(16px * .875);letter-spacing:0.08em;padding-top:0.35rem;color:color-mix(in srgb, currentColor 65%, transparent);}
.service-plan .media-headline{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.service-plan .media-headline p{color:color-mix(in srgb, currentColor 88%, transparent);}
.service-plan .public-service{margin-top:var(--state-local);padding-top:calc(1.04rem * 1.5);border-top:var(--axis-control);}
.service-plan .public-service p{color:color-mix(in srgb, currentColor 82%, transparent);}
.service-plan .public-service a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.service-plan .public-service a:hover{}
@media (max-width:640px){.service-plan .featured-stack{flex-direction:column;gap:calc(1.04rem / 2);}.service-plan .steady-header{padding-top:0;}
}
.simple-rail{
    padding:calc(1.5rem * 2.4) 1.48rem;
    background:#eaf0e3;
    color:var(--line-clear);
}
.simple-rail .service-entries{max-width:1000px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.04rem * 1.5);}
.simple-rail .active-header h2{margin:0 0 0.6rem;
    font-size:calc(16px * 2);
    line-height:1.25;}
.simple-rail .active-header p{margin:0;
    font-size:16px;
    line-height:1.75;}
.simple-rail .main-view{display:flex;
    flex-direction:column;
    gap:1.04rem;}
.simple-rail .plain-links{
    background:var(--paint-clear);
    color:var(--surface-clear);
    border:1px solid var(--tone-dark);
    border-radius:0.67rem;
    padding:calc(1.5rem * .75) 1.48rem;
    box-shadow:0 1px 4px rgba(0,0,0,0.05);
}
.simple-rail .plain-links h3{margin:0 0 0.35rem;
    font-size:calc(16px * 1.125);}
.simple-rail .plain-links p{margin:0 0 0.7rem;
    font-size:calc(16px * .875);
    line-height:1.75;}
.simple-rail .local-entries{display:inline-block;
    font-size:calc(16px * .875);
    font-weight:600;
    color:#3f6b3a;
    text-decoration:none;
    border-bottom:1px solid currentColor;
    padding-bottom:1px;}
.simple-rail .local-entries:hover{color:inherit;}
.simple-rail .secondary-story{border-top:1px solid var(--tone-dark);
    padding-top:calc(1.04rem * 1.5);
    display:flex;
    flex-direction:column;
    gap:0.7rem;}
.simple-rail .secondary-story p{margin:0;
    font-size:calc(16px * .875);
    line-height:1.75;}
.simple-rail .bottom-tile{display:flex;
    flex-wrap:wrap;
    gap:1.04rem;}
.simple-rail .bottom-tile a{font-size:calc(16px * .875);
    font-weight:600;
    color:#3f6b3a;
    text-decoration:none;}
.simple-rail .bottom-tile a:hover{color:inherit;
    text-decoration:underline;}
@media (min-width:760px){.simple-rail .main-view{
        display:grid;
        grid-template-columns:repeat(3,1fr);
        align-items:start;
    }
}
.main-quote{background:linear-gradient(135deg, #3f6b3a 0%, #6b8f4f 60%, #c96a24 100%);color:#f4f8f1;padding:calc(1.5rem * 2.4) 1.48rem}
.main-quote .service-entries{max-width:1000px;margin:0 auto}
.main-quote .secondary-section{display:flex;flex-direction:column;gap:calc(1.04rem * 1.5)}
.main-quote h2{margin:0;max-width:22ch;font-size:clamp(calc(16px * 2),4.4vw,calc(16px * 2.65));line-height:1.08;letter-spacing:0}
.main-quote .quiet-figure{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(1.04rem * 1.5)}
.main-quote p{flex:1 1 22rem;margin:0;min-width:0;font-size:calc(16px * 1.125);line-height:1.65}
.main-quote .site-content{flex:1 1 30rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.main-quote .site-content a{display:block;padding:calc(1.5rem * .75);border-radius:0.67rem;background:color-mix(in srgb,currentColor 12%,transparent);color:inherit;text-decoration:none;transition:background 640ms var(--motion-nav)}
.main-quote .site-content a:hover{background:color-mix(in srgb,currentColor 20%,transparent)}
.main-quote strong,.main-quote span{display:block}
.main-quote strong{font-size:16px}
.main-quote span{margin-top:calc(calc(1.5rem * .75)*.5);font-size:calc(16px * .875);line-height:1.6}
@media(max-width:760px){.main-quote .quiet-figure{flex-direction:column}.main-quote p{flex-basis:auto}}
.plain-service{
  padding: calc(1.5rem * 2.4) 1.48rem;
  background: #22301f;
  color: #f4f8f1;
}
.plain-service .service-entries{max-width: min(1000px, 72rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.04rem * 1.5);
  align-items: flex-start;}
.plain-service .public-service{flex: 1 1 22rem;
  min-width: 0;}
.plain-service h2{margin: 0;
  font-size: calc(16px * 2);
  line-height: 1.1;}
.plain-service .public-service p{margin: calc(1.5rem * .75) 0;
  color: #eaf0e3;
  font-size: 16px;
  line-height: 1.75;}
.plain-service .public-service a{
  display: inline-flex;
  align-items: center;
  padding: calc(calc(1.5rem * .75) * .75) calc(1.5rem * .75);
  border-radius: 0.67rem;
  background: var(--surface-warm);
  color: #f4f8f1;
  text-decoration: none;
  font-size: calc(16px * .875);
}
.plain-service .public-service a:hover{
  background: #335a2f;color:var(--surface-clear);}
.plain-service ul{flex: 1 1 20rem;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 0;}
.plain-service li{padding: 0 0 calc(1.5rem * .75);
  margin: 0 0 calc(1.5rem * .75);
  border-bottom: 1px solid var(--tone-dark);}
.plain-service li:last-child{padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;}
.plain-service li strong{display: block;
  font-size: 16px;
  line-height: 1.35;}
.plain-service li span{display: block;
  margin-top: calc(calc(1.5rem * .75) * .3);
  color: #eaf0e3;
  font-size: calc(16px * .875);
  line-height: 1.75;}
@media (max-width: 760px) {.plain-service .service-entries{
    flex-direction: column;
  }.plain-service .public-service,
  .plain-service ul{
    flex: 1 1 auto;
    width: 100%;
  }
}
.text-group{--state-local:calc(1.5rem * 1.1);--label-meta:calc(1000px / 3.2);padding:calc(1.5rem * 2.4) 1.48rem;background:var(--surface-warm);color:#f4f8f1;}
.text-group .service-entries{max-width:1000px;margin:0 auto;display:flex;flex-wrap:wrap;gap:var(--state-local);}
.text-group h2,.text-group h3,.text-group p{margin:0;}
.text-group h2{font-size:calc(16px * 2);line-height:1.12;}
.text-group h3{font-size:calc(16px * 1.35);line-height:1.2;}
.text-group p{font-size:16px;line-height:1.75;color:color-mix(in srgb, currentColor 76%, transparent);}
.text-group a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.text-group a:hover{}
.text-group .active-header{flex:1 1 calc(1000px / 2.4);min-width:0;}
.text-group .active-header p{margin-top:calc(1.5rem / 3);}
.text-group .compact-items{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--state-local) 1.04rem;}
.text-group .clear-form{flex:1 1 var(--label-meta);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.text-group .clear-form p{margin-top:calc(1.5rem / 3.5);}
.text-group .local-entries{flex:1 1 100%;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.simple-callout{padding:calc(1.5rem * 2.4) 1.48rem;background:#eaf0e3;color:var(--line-clear);}
.simple-callout .service-entries{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.04rem * 1.5);}
.simple-callout h2,.simple-callout h3,.simple-callout p{margin:0;}
.simple-callout h2{font-size:calc(16px * 2);line-height:1.14;}
.simple-callout h3{font-size:calc(16px * 1.35);line-height:1.22;}
.simple-callout p{font-size:16px;line-height:1.75;}
.simple-callout .offer-content{display:flex;flex-direction:column;gap:1.04rem;}
.simple-callout .active-header{font-size:calc(16px * 1.125);}
.simple-callout .compact-items{display:flex;flex-wrap:wrap;gap:1.04rem;}
.simple-callout .clear-form{flex:1 1 260px;min-width:0;display:flex;flex-direction:column;gap:calc(1.04rem * .6);padding:calc(1.5rem * .75);border-radius:0.67rem;background:var(--paint-clear);color:var(--surface-clear);border:1px solid var(--tone-dark);}
.simple-callout .clear-form p{font-size:calc(16px * .875);}
.simple-callout .bottom-tile{margin-top:auto;font-size:calc(16px * .875);color:#3f6b3a;text-decoration:none;border-bottom:1px solid transparent;transition:color 640ms var(--motion-nav),border-color 640ms var(--motion-nav);}
.simple-callout .bottom-tile:hover{color:inherit;border-bottom-color:#c96a24;}
.simple-callout .public-service{font-size:calc(16px * .875);}
.simple-callout .public-service a{color:#3f6b3a;text-decoration:none;}
.simple-callout .public-service a:hover{color:inherit;}
@media (max-width:640px){.simple-callout .clear-form{flex:1 1 100%;}}
.team-steps{
        padding: calc(1.5rem * 2.4) 1.48rem;
        background: linear-gradient(135deg, #eaf0e3 0%, #f7f8f3 55%, #f3ead9 100%);
        color: #1e2a1d;
    }
.team-steps .service-entries{max-width: 1000px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(1.04rem * 1.5);}
.team-steps .active-header{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        padding-bottom: calc(1.04rem * 1.5);
        border-bottom: 1px solid var(--tone-dark);}
.team-steps h2{margin: 0;
        font-size: calc(16px * 2);
        line-height: 1.15;}
.team-steps .active-header p{margin: 0;
        font-size: calc(16px * 1.125);
        line-height: 1.75;}
.team-steps .quiet-steps{display: flex;
        flex-direction: column;
        gap: 0;}
.team-steps .menu{padding: calc(1.5rem * .75) 0;
        border-bottom: 1px solid var(--tone-dark);}
.team-steps .menu:last-child{border-bottom: none;
        padding-bottom: 0;}
.team-steps .menu:first-child{padding-top: 0;}
.team-steps .narrow-figure{font-size: 16px;
        line-height: 1.75;}
.team-steps .public-figure{margin-top: calc(1.5rem * .75);
        display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);
        align-items: baseline;
        font-size: calc(16px * .875);}
.team-steps .public-figure strong{font-weight: 600;}
.team-steps .public-figure span{}
@media (min-width: 860px) {.team-steps .service-entries{
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
            gap: calc(1.04rem * 1.5);
            align-items: start;
        }.team-steps .active-header{
            position: sticky;
            top: 1.5rem;
            border-bottom: none;
            padding-bottom: 0;
        }
    }
@media (max-width: 520px) {.team-steps .public-figure{
            flex-direction: column;
            gap: 0.25rem;
        }
    }
.featured-content{--state-local:calc(1.5rem * 1.19);padding:calc(1.5rem * 2.4) 1.48rem;background:#f7f8f3;color:#1e2a1d;}
.featured-content .service-entries{max-width:1000px;margin:0 auto;}
.featured-content h1,.featured-content h2,.featured-content h3,.featured-content p{margin:0;}
.featured-content h2{font-size:calc(16px * 2);line-height:1.12;}
.featured-content h3{font-size:calc(16px * 1.35);line-height:1.2;}
.featured-content p{font-size:16px;line-height:1.75;}
.featured-content .public-service{font-size:calc(16px * .875);color:var(--line-clear);background:#eaf0e3;padding:calc(calc(1.5rem * .75) * .6) calc(1.5rem * .75);border-radius:0.32rem;}
.featured-content .compact-items{display:flex;flex-wrap:wrap;gap:var(--state-local);margin-top:var(--state-local);}
.featured-content .clear-form{flex:1 1 calc(1000px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.67rem;background:var(--paint-clear);color:var(--surface-clear);border:1px solid var(--tone-dark);}
.featured-content .clear-form p{margin-top:calc(1.5rem / 3);}
.featured-content .quiet-headline>h2{margin-top:var(--state-local);}
.featured-content .local-entries{margin-top:calc(1.5rem / 1.5);font-size:calc(16px * .875);color:var(--line-clear);}
.featured-content .local-entries a{color:#3f6b3a;text-decoration:underline;text-underline-offset:2px;}
.featured-content .local-entries a:hover{color:inherit;}
.contact-proof{
  padding: calc(1.5rem * 2.4) 1.48rem;
  background: #22301f;
  color: #f4f8f1;
}
.contact-proof .service-entries{max-width: min(1000px, 72rem);
  margin: 0 auto;}
.contact-proof .offer-content{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  margin-bottom: calc(1.04rem * 1.5);}
.contact-proof h2{margin: 0;
  font-size: calc(16px * 2);
  line-height: 1.1;}
.contact-proof .active-header{margin: 0;
  font-size: calc(16px * 1.125);
  line-height: 1.75;
  color: #eaf0e3;}
.contact-proof .main-view{display: flex;
  flex-wrap: wrap;
  gap: 1.04rem;}
.contact-proof .clear-form{
  flex: 1 1 min(100%, 22rem);
  margin: 0;
  padding: calc(1.5rem * .75) calc(1.5rem * .75) calc(1.5rem * .75) calc(calc(1.5rem * .75) * 1.1);
  border-left: 2px solid var(--paint-page);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 0 0.32rem 0.32rem 0;
}
.contact-proof .clear-form h3{margin: 0 0 calc(calc(1.5rem * .75) * 0.5);
  font-size: calc(16px * 1.35);
  line-height: 1.25;}
.contact-proof .clear-form p{margin: 0 0 calc(calc(1.5rem * .75) * 0.6);
  color: #eaf0e3;
  line-height: 1.75;}
.contact-proof .clear-form small{display: block;
  font-size: calc(16px * .875);color:inherit;
  letter-spacing: 0.01em;}
.contact-proof .public-service{margin: calc(1.04rem * 1.5) 0 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: calc(16px * .875);
  color: #eaf0e3;}
@media (max-width: 720px) {.contact-proof .main-view{
    display: block;
  }.contact-proof .clear-form + .clear-form{
    margin-top: 1.04rem;
  }
}
.text-view{padding:calc(1.5rem * 2.4) 1.48rem;background:#eaf0e3;color:var(--line-clear);}
.text-view .service-entries{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.04rem * 1.5);}
.text-view h2,.text-view h3,.text-view p{margin:0;}
.text-view h2{font-size:calc(16px * 2);line-height:1.15;}
.text-view h3{font-size:calc(16px * 1.35);line-height:1.25;}
.text-view p{font-size:16px;line-height:1.75;}
.text-view .offer-content{display:flex;flex-direction:column;gap:1.5rem;}
.text-view .active-header{font-size:calc(16px * 1.125);}
.text-view .public-headline{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--tone-dark);}
.text-view .clear-form{padding:calc(1.04rem * 1.5) 0;border-bottom:1px solid var(--tone-dark);display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.text-view .clear-form p{}
.text-view a{text-decoration:underline;text-underline-offset:3px;}
.text-view a:hover{}
@media (min-width:760px){.text-view .service-entries{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);gap:1.48rem;align-items:start;}.text-view .offer-content{position:sticky;top:1.5rem;}.text-view .public-headline{border-top:0;}.text-view .clear-form:first-child{padding-top:0;}
}
.media-wrap{--state-local:calc(1.5rem * 0.9);--field-static:calc(1000px / 3.4);padding:calc(1.5rem * 2.4) 1.48rem;background:#f7f8f3;color:#1e2a1d;}
.media-wrap .service-entries{max-width:1000px;margin:0 auto;}
.media-wrap h1,.media-wrap h2,.media-wrap h3,.media-wrap p{margin:0;}
.media-wrap h2{font-size:calc(16px * 2);line-height:1.14;}
.media-wrap h3{font-size:calc(16px * 1.35);line-height:1.22;}
.media-wrap p{font-size:16px;line-height:1.75;}
.media-wrap .public-service{font-size:calc(16px * .875);letter-spacing:0.04em;text-transform:uppercase;color:var(--line-clear);}
.media-wrap .active-header{margin-top:calc(1.5rem / 2);}
.media-wrap a{color:inherit;text-decoration:none;}
.media-wrap .plain-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.32rem;background:var(--surface-warm);color:#f4f8f1;}
.media-wrap .plain-visual:hover{background:#335a2f;color:var(--surface-clear);}
.media-wrap .compact-items{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.04rem;margin-top:var(--state-local);}
.media-wrap .clear-form{flex:1 1 var(--field-static);min-width:0;padding:calc(1.5rem * .75);border:1px solid var(--tone-dark);border-radius:0.67rem;background:var(--paint-clear);color:var(--surface-clear);}
.media-wrap .clear-form p{margin-top:calc(1.5rem / 3);}
.media-wrap .quiet-nav{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.04rem;}
.media-wrap .quiet-nav>.clear-steps{flex:1 1 auto;min-width:0;}
.media-wrap .quiet-nav>.plain-visual{flex:0 0 auto;}
.media-wrap .quiet-nav>.compact-items{flex:1 1 100%;}
.media-wrap .clear-steps h2{margin-top:calc(1.5rem / 3);}
@media (max-width:640px){.media-wrap .clear-form{flex:1 1 100%;}
}
.direct-details{--state-local:calc(1.5rem * 1.35);padding:calc(1.5rem * 2.4) 1.48rem;background:#f7f8f3;color:#1e2a1d;}
.direct-details .service-entries{max-width:1000px;margin:0 auto;}
.direct-details h2,.direct-details h3,.direct-details p{margin:0;}
.direct-details h2{font-size:calc(16px * 2);line-height:1.12;}
.direct-details h3{font-size:calc(16px * 1.35);line-height:1.2;}
.direct-details p{font-size:16px;line-height:1.75;}
.direct-details .active-header{margin-top:calc(1.5rem / 2);color:var(--line-clear);}
.direct-details .compact-items{display:flex;flex-direction:column;gap:var(--state-local);margin-top:var(--state-local);}
.direct-details .clear-form{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid var(--tone-dark);}
.direct-details .clear-form p{margin-top:calc(1.5rem / 3);color:var(--line-clear);}
.direct-details .public-service{margin-top:var(--state-local);color:var(--line-clear);}
.direct-details .public-service a{color:#3f6b3a;text-decoration:underline;text-underline-offset:3px;}
.direct-details .public-service a:hover{color:inherit;}
@media (min-width:760px){.direct-details .compact-items{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--state-local) 1.5rem;}
}
.narrow-menu{--state-local:calc(1.5rem * 1.3);padding:calc(1.5rem * 2.4) 1.48rem;background:#eaf0e3;color:var(--line-clear);}
.narrow-menu .service-entries{max-width:1000px;margin:0 auto;}
.narrow-menu h2,.narrow-menu h3,.narrow-menu p{margin:0;}
.narrow-menu h2{font-size:calc(16px * 2);line-height:1.14;}
.narrow-menu h3{font-size:calc(16px * 1.35);line-height:1.22;}
.narrow-menu p{font-size:16px;line-height:1.75;}
.narrow-menu .compact-items{display:flex;flex-direction:column;gap:var(--state-local);margin-top:var(--state-local);}
.narrow-menu .clear-form{display:grid;grid-template-columns:minmax(0,1fr);gap:calc(1.5rem / 4);padding-left:1.48rem;border-left:2px solid var(--tone-dark);}
.narrow-menu .featured-stack{font-size:calc(16px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.75;}
.narrow-menu .public-service{margin-top:var(--state-local);font-size:calc(16px * .875);opacity:0.85;}
@media (min-width:720px){.narrow-menu .clear-form{grid-template-columns:calc(1000px / 5.5) minmax(0,1fr);column-gap:1.48rem;align-items:baseline;}.narrow-menu .clear-form .featured-stack{grid-column:1;grid-row:1;}.narrow-menu .clear-form h3{grid-column:2;grid-row:1;}.narrow-menu .clear-form p:not(.featured-stack){grid-column:2;grid-row:2;}
}
.open-body{--state-local:calc(1.5rem * 1.11);padding:calc(1.5rem * 2.4) 1.48rem;background:var(--surface-warm);color:#f4f8f1;}
.open-body .service-entries{max-width:1000px;margin:0 auto;}
.open-body h2,.open-body h3,.open-body p{margin:0;}
.open-body h2{font-size:calc(16px * 2);line-height:1.12;}
.open-body h3{font-size:calc(16px * 1.35);line-height:1.2;}
.open-body p{font-size:16px;line-height:1.75;color:color-mix(in srgb, currentColor 78%, transparent);}
.open-body .local-body{padding-block:calc(var(--state-local) / 2);}
.open-body .bottom-story{row-gap:calc(var(--state-local) * 1.2);}
.open-body .media-entries{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.open-body .main-summary{display:flex;align-items:flex-start;gap:1.04rem;}
.open-body .clear-steps{flex:1 1 calc(1000px / 3);min-width:0;}
.open-body .clear-steps p{margin-top:1.5rem;}
.open-body .compact-items{flex:2 1 calc(1000px / 2);display:flex;flex-direction:column;gap:var(--state-local);}
.open-body .clear-form{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid color-mix(in srgb, currentColor 22%, transparent);}
.open-body .clear-form p{margin-top:calc(1.5rem / 3);}
@media(max-width:760px){.open-body .main-summary{flex-direction:column;}.open-body .compact-items{margin-top:1.5rem;}}
.compact-plan{--state-local:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.48rem;background:#eaf0e3;color:var(--line-clear);}
.compact-plan .service-entries{max-width:1000px;margin:0 auto;}
.compact-plan h2,.compact-plan h3,.compact-plan p{margin:0;}
.compact-plan h2{font-size:calc(16px * 2);line-height:1.14;}
.compact-plan h3{font-size:calc(16px * 1.35);line-height:1.22;}
.compact-plan p{font-size:16px;line-height:1.75;}
.compact-plan .offer-content{display:flex;flex-direction:column;gap:calc(1.04rem * 1.5);}
.compact-plan .active-header{font-size:calc(16px * 1.125);}
.compact-plan .main-view{display:flex;flex-direction:column;gap:0;margin-top:var(--state-local);border-top:1px solid var(--tone-dark);}
.compact-plan .plain-links{display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding:calc(1.04rem * 1.5) 0;border-bottom:1px solid var(--tone-dark);}
.compact-plan .plain-links p{color:color-mix(in srgb, var(--line-clear) 78%, transparent);}
.compact-plan .public-service{margin-top:var(--state-local);font-size:calc(16px * .875);color:color-mix(in srgb, var(--line-clear) 70%, transparent);}
@media (min-width:720px){.compact-plan .plain-links{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.3fr);gap:1.04rem;align-items:baseline;}
}
.narrow-form{
    padding:calc(1.5rem * 2.4) 1.48rem;
    background:#f7f8f3;
    color:#1e2a1d;
}
.narrow-form .service-entries{max-width:1000px;
    margin:0 auto;}
.narrow-form .top-unit{padding-bottom:calc(1.04rem * 1.5);
    border-bottom:1px solid var(--tone-dark);
    margin-bottom:calc(1.04rem * 1.5);}
.narrow-form .top-unit span{
    display:inline-block;
    font-size:calc(16px * .875);
    letter-spacing:0.06em;
    text-transform:uppercase;
    color:var(--line-clear);
    background:#eaf0e3;
    padding:0.25rem 0.7rem;
    border-radius:0.32rem;
}
.narrow-form .top-unit h2{margin:calc(1.04rem * 1.5) 0 0.6rem;
    font-size:calc(16px * 2);
    line-height:1.15;}
.narrow-form .top-unit p{margin:0;
    font-size:16px;
    line-height:1.75;}
.narrow-form .compact-items{display:flex;
    flex-direction:column;
    gap:1.04rem;}
.narrow-form .compact-items article{
    display:grid;
    grid-template-columns:3.2rem 1fr;
    gap:1.04rem;
    padding:calc(1.5rem * .75);
    background:var(--paint-clear);
    color:var(--surface-clear);
    border:1px solid var(--tone-dark);
    border-radius:0.67rem;
    box-shadow:0 1px 4px rgba(0,0,0,0.05);
}
.narrow-form .compact-items b{
    font-size:calc(16px * .875);
    font-weight:600;
    color:#fff8f1;
    background:var(--paint-page);
    border-radius:0.32rem;
    display:flex;
    align-items:center;
    justify-content:center;
    height:2.2rem;
    align-self:start;
}
.narrow-form .compact-items h3{margin:0;
    font-size:calc(16px * 1.35);
    line-height:1.25;}
.narrow-form .compact-items em{display:block;
    margin-top:0.35rem;
    font-style:normal;
    font-size:calc(16px * .875);}
.narrow-form .compact-items p{margin:0.7rem 0 0;
    font-size:16px;
    line-height:1.75;}
@media (max-width:640px){.narrow-form .compact-items article{
        grid-template-columns:1fr;
    }.narrow-form .compact-items b{
        width:2.2rem;
    }
}
.content-menu{padding:calc(1.5rem * 2.4) 1.48rem;background:var(--surface-warm);color:#f4f8f1;}
.content-menu .service-entries{max-width:1000px;margin:0 auto;}
.content-menu h2,.content-menu h3,.content-menu p{margin:0;}
.content-menu h2{font-size:calc(16px * 2);line-height:1.14;margin-top:calc(1.04rem * 1.5);}
.content-menu h3{font-size:calc(16px * 1.35);line-height:1.22;}
.content-menu p{font-size:16px;line-height:1.75;}
.content-menu .public-service{font-size:calc(16px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.78;}
.content-menu .active-header{margin-top:calc(1.04rem * 1.5);max-width:100%;}
.content-menu .main-view{display:flex;flex-direction:column;gap:calc(1.04rem * 1.5);margin-top:calc(1.04rem * 1.5);border-left:2px solid color-mix(in srgb, currentColor 28%, transparent);padding-left:1.5rem;}
.content-menu .clear-form{position:relative;padding-bottom:calc(calc(1.5rem * .75) * .4);}
.content-menu .clear-form::before{content:"";position:absolute;left:calc(1.5rem * -1 - 6px);top:.55em;width:10px;height:10px;border-radius:50%;background:var(--paint-page);color:#fff8f1;}
.content-menu .wide-proof{display:inline-block;font-size:calc(16px * .875);font-weight:600;letter-spacing:.05em;margin-bottom:calc(1.5rem / 4);}
.content-menu .clear-form p{margin-top:calc(1.5rem / 3);opacity:.88;}
.content-menu .soft-wrap{margin-top:calc(1.04rem * 1.5);padding-top:calc(1.04rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);opacity:.92;}
@media (min-width:768px){.content-menu .main-view{padding-left:1.5rem;}
}
.service-tile{
  background: #f7f8f3;
  color: #1e2a1d;
  padding: calc(1.5rem * 2.4) 1.48rem;
}
.service-tile .service-entries{width: min(100%, 1000px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.04rem * 1.5);}
.service-tile h2,
.service-tile p,
.service-tile ul{margin: 0;}
.service-tile .offer-content{display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.service-tile h2{font-size: calc(16px * 2);
  line-height: 1.12;}
.service-tile .active-header{color: var(--line-clear);
  line-height: 1.75;}
.service-tile .compact-items{list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.service-tile .clear-form{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: flex-start;
  padding-top: 1.5rem;
  border-top: 1px solid var(--tone-dark);}
.service-tile .clear-form > *{min-width: 0;
  flex: 1 1 16rem;}
.service-tile .fresh-steps{color: var(--line-clear);
  font-size: calc(16px * .875);
  text-transform: uppercase;
  letter-spacing: 0.04em;}
.service-tile strong{font-size: calc(16px * 1.35);
  line-height: 1.2;}
.service-tile .clear-form p{color: var(--line-clear);
  line-height: 1.75;}
.service-tile .public-service{color: var(--line-clear);
  font-size: calc(16px * .875);
  line-height: 1.75;
  padding-top: 1.5rem;
  border-top: 1px solid var(--tone-dark);}
.service-tile .public-service a{color: #3f6b3a;
  text-decoration: underline;}
.service-tile .public-service a:hover{color:inherit;}
.media-note{padding:calc(1.5rem * 2.4) 1.48rem;background:#f7f8f3;color:#1e2a1d}
.media-note .service-entries{width:min(100%,calc(1000px*.62));margin:0 auto}
.media-note .fresh-steps{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-bottom:1.5rem;color:var(--line-clear);font-size:calc(16px * .875)}
.media-note .fresh-steps>*{min-width:0;flex:1 1 18rem}
.media-note h1{margin:0;font-size:calc(16px * 2.65);line-height:1.08}
.media-note .active-header{margin:1.5rem 0 calc(1.04rem * 1.5);color:var(--line-clear);font-size:calc(16px * 1.125);line-height:1.75}
.media-note .quiet-figure{border-top:1px solid var(--tone-dark);padding-top:1.5rem}
.media-note .quiet-figure p{margin:0 0 1.5rem;line-height:1.75}
.media-note .quiet-figure p:last-child{margin-bottom:0}
.media-note .local-entries{margin-top:calc(1.04rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid var(--tone-dark)}
.media-note .top-grid{margin:0;font-size:calc(16px * .875);color:var(--line-clear)}
.media-note .top-grid a{color:#3f6b3a;text-decoration:underline}
.media-note .top-grid a:hover{color:inherit;}
.narrow-media{padding:calc(1.5rem * 2.4) 1.48rem;background:#f7f8f3;color:#1e2a1d}
.narrow-media .service-entries{width:min(100%,calc(1000px*.62));margin:0 auto}
.narrow-media .fresh-steps{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-bottom:1.5rem;color:var(--line-clear);font-size:calc(16px * .875)}
.narrow-media .fresh-steps>*{min-width:0;flex:1 1 18rem}
.narrow-media h1{margin:0;font-size:calc(16px * 2.65);line-height:1.05}
.narrow-media .active-header{margin:1.5rem 0 calc(1.04rem * 1.5);color:var(--line-clear);font-size:calc(16px * 1.125);line-height:1.75}
.narrow-media .quiet-figure{border-top:1px solid var(--tone-dark);padding-top:1.5rem}
.narrow-media .quiet-figure p{margin:0 0 1.5rem;line-height:1.75}
.narrow-media .quiet-figure p:last-child{margin-bottom:0}
.narrow-media .local-entries{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:calc(1.04rem * 1.5);padding-top:1.5rem;border-top:1px solid var(--tone-dark)}
.narrow-media .local-entries a{color:#3f6b3a;text-decoration:none;font-size:calc(16px * .875);border-bottom:1px solid transparent;transition:color 640ms var(--motion-nav),border-color 640ms var(--motion-nav)}
.narrow-media .local-entries a:hover{color:inherit;border-bottom-color:#c96a24}
@media (max-width:640px){.narrow-media .fresh-steps>*{flex:1 1 100%}
}
.media-frame{padding:calc(1.5rem * 2.4) 1.48rem;background:#f7f8f3;color:#1e2a1d}
.media-frame .service-entries{width:min(100%,calc(1000px*.68));margin:0 auto}
.media-frame .fresh-steps{display:flex;flex-wrap:wrap;gap:1.04rem;margin-bottom:1.5rem;color:var(--line-clear);font-size:calc(16px * .875)}
.media-frame .fresh-steps span{flex:1 1 16rem;min-width:0}
.media-frame h1{margin:0;font-size:calc(16px * 2.65);line-height:1.08}
.media-frame .active-header{margin:1.5rem 0 calc(1.04rem * 1.5);font-size:calc(16px * 1.125);line-height:1.75}
.media-frame .quiet-figure{border-top:1px solid var(--tone-dark);padding-top:1.5rem}
.media-frame .quiet-figure p{margin:0 0 1.5rem;line-height:1.75}
.media-frame .quiet-figure p:last-child{margin-bottom:0}
.media-frame .local-entries{display:flex;flex-wrap:wrap;gap:1.04rem;margin-top:calc(1.04rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid var(--tone-dark)}
.media-frame .local-entries a{color:#3f6b3a;text-decoration:none;font-size:calc(16px * .875);border-bottom:1px solid transparent;transition:color 640ms var(--motion-nav),border-color 640ms var(--motion-nav)}
.media-frame .local-entries a:hover{color:inherit;border-bottom-color:#c96a24}
.clear-wrap{
  background: #f7f8f3;
  color: #1e2a1d;
  padding: calc(1.5rem * 2.4) 1.48rem;
}
.clear-wrap .service-entries{max-width: min(1000px, 62rem);
  margin: 0 auto;}
.clear-wrap .media-benefit{display: flex;
  flex-direction: column;
  gap: calc(1.04rem * 1.5);}
.clear-wrap .clear-steps{padding-left: calc(calc(1.04rem * 1.5) * 1.25);
  border-left: 3px solid var(--surface-warm);}
.clear-wrap h2{margin: 0;
  font-size: clamp(calc(16px * 2), 5vw, calc(16px * 2.65));
  line-height: 1.1;
  letter-spacing: 0;}
.clear-wrap .clear-steps p{margin: 1.5rem 0 0;
  font-size: calc(16px * 1.125);
  line-height: 1.65;}
.clear-wrap .quiet-region{display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.clear-wrap .plain-links{display: flex;
  flex-wrap: wrap;
  gap: 1.04rem;}
.clear-wrap .plain-links > label{flex: 1 1 14rem;}
.clear-wrap label{display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * .5);
  min-width: 0;}
.clear-wrap label > span{font-size: calc(16px * .875);
  font-weight: 600;}
.clear-wrap input,
.clear-wrap select,
.clear-wrap textarea{
  width: 100%;
  min-width: 0;
  border: 1px solid var(--tone-dark);
  border-radius: 0.67rem;
  background: var(--paint-clear);
  color: var(--surface-clear);
  padding: calc(1.5rem * .75);
  font: inherit;
}
.clear-wrap textarea{resize: vertical;}
.clear-wrap input::placeholder,
.clear-wrap textarea::placeholder{color: rgba(255,255,255,0.55);}
.clear-wrap .plain-visual{display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.04rem;}
.clear-wrap button{
  border: 0;
  border-radius: 0.67rem;
  background: var(--surface-warm);
  color: #f4f8f1;
  padding: calc(1.5rem * .75) 1.04rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.clear-wrap button:hover{
  background: #335a2f;color:var(--surface-clear);}
.clear-wrap .public-service{margin: 0;
  flex: 1 1 16rem;
  font-size: calc(16px * .875);
  color: var(--line-clear);}
.clear-wrap .secondary-story{border-top: 1px solid var(--tone-dark);
  padding-top: calc(1.04rem * 1.5);}
.clear-wrap .secondary-story p{margin: 0;
  font-size: calc(16px * .875);}
.clear-wrap a{color: #3f6b3a;}
.clear-wrap a:hover{color:inherit;}
@media (max-width: 640px) {.clear-wrap .clear-steps{
    padding-left: 0;
    border-left: 0;
    border-top: 3px solid var(--surface-warm);
    padding-top: calc(1.04rem * 1.5);
  }
}
.text-grid{padding:calc(1.5rem * 2.4) 1.48rem;background:var(--paint-page);color:#fff8f1}
.text-grid .secondary-footer{max-width:1000px;margin:0 auto}
.text-grid .secondary-inner{display:flex;justify-content:space-between;gap:1.04rem;align-items:flex-end;margin-bottom:1.04rem}
.text-grid h2{margin:0;font-size:calc(16px * 2);line-height:1.05}
.text-grid .secondary-inner p{margin:0;max-width:38rem;font-size:calc(16px * 1.125)}
.text-grid .steady-headline{display:grid;grid-template-columns:minmax(15rem,.36fr) minmax(0,1fr);gap:calc(1.5rem * .75)}
.text-grid .soft-method{display:grid;gap:calc(1.5rem * .75);align-content:start}
.text-grid .page-content{padding:calc(1.5rem * .75);border-radius:1rem;background:var(--paint-clear);color:var(--surface-clear);border:1px solid var(--tone-dark)}
.text-grid .page-content span{display:block;font-size:calc(16px * .875);}
.text-grid .page-content strong{display:block;margin-top:calc(calc(1.5rem * .75) * .5);font-weight:600;line-height:1.5}
.text-grid .page-content a{text-decoration:none}
.text-grid .page-content a:hover{text-decoration:underline}
.text-grid .direct-steps{min-height:32rem;border-radius:1.3rem;overflow:hidden;border:1px solid var(--tone-dark);background:var(--paint-clear);color:var(--surface-clear);}
.text-grid iframe{display:block;width:100%;height:100%;border:0}
.text-grid .public-service{margin:1.04rem 0 0;font-size:calc(16px * .875);opacity:.9}
@media (max-width:860px){.text-grid .secondary-inner{display:block}.text-grid .secondary-inner p{margin-top:1.5rem}.text-grid .steady-headline{grid-template-columns:1fr}.text-grid .direct-steps{min-height:22rem}
}
.compact-callout{padding:calc(1.5rem * 2.4) 1.48rem;background:#f7f8f3;color:#1e2a1d}
.compact-callout .service-entries{width:min(100%,1000px);margin:0 auto;display:flex;flex-direction:column;gap:calc(1.04rem * 1.5)}
.compact-callout .offer-content{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.compact-callout h2{margin:0;font-size:calc(16px * 2);line-height:1.12}
.compact-callout .active-header{margin:0;font-size:16px;line-height:1.75}
.compact-callout .quiet-steps{display:flex;flex-direction:column;border-top:1px solid var(--tone-dark)}
.compact-callout .page-content{display:flex;flex-wrap:wrap;gap:1.04rem;padding:1.5rem 0;border-bottom:1px solid var(--tone-dark);color:inherit;text-decoration:none;overflow-wrap:anywhere;line-height:1.75}
.compact-callout .page-content>*{min-width:0}
.compact-callout .text-brand{flex:0 0 12rem;font-size:calc(16px * .875);color:var(--line-clear)}
.compact-callout .local-team{flex:1 1 18rem}
.compact-callout a.line:hover .local-team{color:inherit;}
.compact-callout .public-service{padding:calc(1.5rem * .75);background:#eaf0e3;color:var(--line-clear);border-radius:0.67rem}
.compact-callout .public-service p{margin:0;line-height:1.75}
@media(max-width:680px){.compact-callout .page-content{display:block}.compact-callout .text-brand{display:block;margin-bottom:calc(1.5rem * .75)}.compact-callout .local-team{display:block}
}
.local-items{padding:calc(1.5rem * 2.4) 1.48rem;background:#22301f;color:#f4f8f1}
.local-items .clear-steps{max-width:1000px;margin:0 auto}
.local-items h2{margin:0;font-size:calc(16px * 2.65);line-height:1.1}
.local-items .active-header{margin:1.5rem 0 calc(1.04rem * 1.5);font-size:calc(16px * 1.125);line-height:1.75}
.local-items .media-headline{display:flex;flex-direction:column;gap:calc(1.04rem * 1.5)}
.local-items .clear-form{padding:0 0 calc(1.04rem * 1.5);border-bottom:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.local-items .clear-form:last-child{border-bottom:0;padding-bottom:0}
.local-items h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16px * 1.35);line-height:1.25}
.local-items .clear-form p{margin:0;font-size:16px;line-height:1.75}
.local-items a{text-decoration:underline;text-underline-offset:3px}
.local-items a:hover{color:inherit;}
@media (max-width:640px){.local-items h2{font-size:calc(16px * 2)}.local-items .active-header{font-size:16px}
}
.page-actions{
  padding:calc(1.5rem * 2.4) 1.48rem;
  background:#22301f;
  color:#f4f8f1;
}
.page-actions .clear-steps{max-width:min(1000px,56rem);
  margin:0 auto;}
.page-actions h2{margin:0;
  font-size:calc(16px * 2);
  line-height:1.15;}
.page-actions .offer-content{margin:1.5rem 0 calc(1.04rem * 1.5);
  font-size:calc(16px * 1.125);
  line-height:1.75;
  color:color-mix(in srgb,currentColor 76%,transparent);}
.page-actions .plain-region{padding:calc(1.5rem * .75) 0;
  border-top:1px solid color-mix(in srgb,currentColor 18%,transparent);}
.page-actions .plain-region:last-of-type{border-bottom:1px solid color-mix(in srgb,currentColor 18%,transparent);}
.page-actions h3{margin:0 0 calc(1.04rem * 1.5);
  font-size:calc(16px * 1.35);
  line-height:1.25;}
.page-actions .plain-region p{margin:0;
  color:color-mix(in srgb,currentColor 78%,transparent);}
@media (max-width:640px){.page-actions h2{font-size:calc(16px * 1.35)}.page-actions .offer-content{font-size:16px}
}
.focused-callout{background:#f7f8f3;color:#1e2a1d;padding:calc(1.5rem * 2.4) 1.48rem}
.focused-callout .service-entries{max-width:min(1000px,70rem);margin:0 auto}
.focused-callout .service-method{display:flex;flex-direction:column;gap:calc(1.04rem * 1.5)}
.focused-callout h2{margin:0;font-size:clamp(calc(16px * 2),5vw,calc(16px * 2.65));line-height:1.1}
.focused-callout .quiet-figure{display:flex;flex-direction:column;gap:calc(1.04rem * 1.5);padding-top:1.5rem;border-top:1px solid var(--tone-dark)}
.focused-callout p{margin:0;font-size:16px;line-height:1.75}
.focused-callout .plain-story{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding:calc(1.5rem * .75) 1.04rem;background:#eaf0e3;color:var(--line-clear);border-radius:1rem}
.focused-callout .page-content{font-size:calc(16px * .875);font-weight:700;letter-spacing:.02em}
.focused-callout .compact-items{margin:0;padding-left:1.2rem;display:flex;flex-direction:column;gap:.45rem;font-size:16px}
.focused-callout .secondary-story{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75) 1.04rem;padding:calc(1.5rem * .75) 1.04rem;background:var(--paint-clear);color:var(--surface-clear);border:1px solid var(--tone-dark);border-radius:1rem}
.focused-callout .secondary-story .page-content{flex:1 1 100%}
.focused-callout .secondary-view{font-size:16px;flex:1 1 14rem}
.focused-callout .secondary-view a{color:#3f6b3a;text-decoration:none;font-weight:600}
.focused-callout .secondary-view a:hover{color:inherit;}
.focused-callout .local-entries{display:flex;flex-wrap:wrap;gap:1.04rem;padding-top:calc(1.5rem * .75)}
.focused-callout .local-entries a{padding:.7rem 1.1rem;border-radius:0.67rem;background:var(--surface-warm);color:#f4f8f1;text-decoration:none;font-weight:600;font-size:calc(16px * .875)}
.focused-callout .local-entries a:hover{background:#335a2f;color:var(--surface-clear);}
@media(max-width:700px){.focused-callout .secondary-story{flex-direction:column}}
.open-view{--state-local:calc(1.5rem * 0.87);--axis-soft:calc(1000px / 2.11);padding:calc(1.5rem * 2.4) 1.48rem;background:var(--surface-warm);color:#f4f8f1;}
.open-view .service-entries{max-width:1000px;margin:0 auto;}
.open-view h2,.open-view p{margin:0;}
.open-view h2{font-size:calc(16px * 2);line-height:1.12;}
.open-view p{font-size:16px;line-height:1.75;color:color-mix(in srgb, currentColor 78%, transparent);}
.open-view a{color:inherit;text-decoration:none;}
.open-view .plain-visual{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.32rem;background:#f4f8f1;color:var(--surface-warm);}
.open-view .media-entries{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.open-view .bottom-story{row-gap:calc(var(--state-local) * 1.2);}
.open-view .content-figure{display:flex;flex-direction:column;}
.open-view .quiet-panel{text-align:center;}
.open-view .quiet-panel p{margin:1.5rem auto 0;max-width:calc(1000px / 2);}
.open-view .quiet-panel .plain-visual{margin-top:1.5rem;}
.open-view .local-entries{margin-top:calc(1.5rem * 0.6);font-size:calc(16px * .875);}
.open-view .local-entries a{text-decoration:underline;text-underline-offset:3px;}
.open-view .local-entries a:hover{opacity:.85;}
.soft-links{
  background: #f7f8f3;
  color: #1e2a1d;
  padding: calc(1.5rem * 2.4) 1.48rem;
}
.soft-links .service-entries{width: min(100%, 1000px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.04rem * 1.5);}
.soft-links .active-header{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding-bottom: calc(1.04rem * 1.5);
  border-bottom: 1px solid var(--tone-dark);}
.soft-links h1{margin: 0;
  font-size: clamp(calc(16px * 2), 6vw, calc(16px * 2.65));
  line-height: 1.05;
  letter-spacing: -0.01em;}
.soft-links .clear-steps{margin: 0;
  font-size: calc(16px * 1.125);
  line-height: 1.75;}
.soft-links .local-entries{display: flex;
  flex-wrap: wrap;
  gap: 1.04rem;}
.soft-links .clear-form{
  flex: 1 1 240px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: calc(1.5rem * .75);
  border: 1px solid var(--tone-dark);
  border-radius: 0.67rem;
  background: var(--paint-clear);
  color: var(--surface-clear);
  text-decoration: none;
  transition: border-color 640ms var(--motion-nav), background 640ms var(--motion-nav);
}
.soft-links .clear-form:hover,
.soft-links .clear-form:focus-visible{
  border-color: var(--surface-warm);
  background: #eaf0e3;color:var(--line-clear);}
.soft-links .clear-form strong{font-size: 16px;
  line-height: 1.3;}
.soft-links .clear-form span{font-size: calc(16px * .875);
  line-height: 1.6;}
.soft-links .secondary-story{display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.04rem;
  padding-top: calc(1.04rem * 1.5);
  border-top: 1px solid var(--tone-dark);}
.soft-links .plain-visual{
  display: inline-flex;
  align-items: center;
  padding: 13px 20px;
  border-radius: 0.67rem;
  background: var(--surface-warm);
  color: #f4f8f1;
  text-decoration: none;
  font-weight: 600;
  transition: background 640ms var(--motion-nav);
}
.soft-links .plain-visual:hover,
.soft-links .plain-visual:focus-visible{
  background: #335a2f;color:var(--surface-clear);}
.soft-links .public-service{margin: 0;
  flex: 1 1 260px;
  font-size: calc(16px * .875);
  line-height: 1.6;}
.soft-links .public-service a{text-decoration: underline;
  text-underline-offset: 3px;}
.soft-links .public-service a:hover,
.soft-links .public-service a:focus-visible{}
@media (max-width: 640px) {.soft-links{
    padding: 1.5rem 1.48rem;
  }.soft-links .local-entries{
    flex-direction: column;
  }
}
