body{margin:0;padding:0;font-family:"Manrope", sans-serif;}
a{color:inherit;}
*,*::before,*::after{box-sizing:border-box;}
.open-stack {
    width: 100%;
    background: #faf7ec;
    color: #22301f;
    border-bottom: 1px solid var(--tone-page);
  }
:root {
  --paint-cool: #ffffff;
  --paint-light: #c9503a;
  --line-inverse: #22301f;
  --paint-accent: #2c3a2a;
  --speed-fast: ease;
  --tone-page: #dfe3d0;
  --tone-panel: #3f7d4e;
}
.visual-contact {
    max-width: 1140px;
    margin: 0 auto;
    padding: calc(0.8rem * 1.5) 1.34rem;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0.8rem;
  }
.quiet-visual {
    grid-column: 2;
    justify-self: center;
    font-size: calc(15.1px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #22301f;
    text-decoration: none;
    padding: 0.25rem 0.5rem;
    border-radius: 0.4rem;
    transition: color 400ms var(--speed-fast);
  }
.quiet-visual:hover,
  .quiet-visual:focus-visible {
    color: var(--tone-panel);
    outline: none;
  }
.quiet-menu {
    display: flex;
    align-items: center;
  }
.nav-left {
    grid-column: 1;
    justify-self: start;
  }
.nav-right {
    grid-column: 3;
    justify-self: end;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }
.nav-list a {
    display: inline-block;
    padding: 0.4rem 0.6rem;
    font-size: 15.1px;
    color: #22301f;
    text-decoration: none;
    border-radius: 0.4rem;
    transition: background-color 400ms var(--speed-fast),
                color 400ms var(--speed-fast);
  }
.nav-list a:hover,
  .nav-list a:focus-visible {
    background: #eef1e2;
    color: var(--paint-accent);
    outline: none;
  }
.primary-menu {
    display: none;
    grid-column: 3;
    justify-self: end;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    background: #eef1e2;
    color: var(--paint-accent);
    border: 1px solid var(--tone-page);
    border-radius: 0.7rem;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    transition: background-color 400ms var(--speed-fast);
  }
.primary-menu:hover,
  .primary-menu:focus-visible {
    background: var(--tone-panel);
    color: #f7f4e9;
    outline: none;
  }
.active-surface {
    display: block;
    width: 1.15rem;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
  }
.focused-brand {
    display: none;
    background: #faf7ec;
    color: #22301f;
    border-top: 1px solid var(--tone-page);
  }
.focused-brand.is-open{display: block;}
.content-lead {
    list-style: none;
    margin: 0;
    padding: calc(0.8rem * 1.5) 1.34rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: calc(0.8rem * 1.5);
  }
.content-lead a {
    display: block;
    padding: 0.75rem 0.5rem;
    font-size: calc(15.1px * 1.125);
    color: #22301f;
    text-decoration: none;
    border-radius: 0.7rem;
    transition: background-color 400ms var(--speed-fast);
  }
.content-lead a:hover,
  .content-lead a:focus-visible {
    background: #eef1e2;
    color: var(--paint-accent);
    outline: none;
  }
@media (max-width: 767px) {
    .visual-contact {
      grid-template-columns: auto 1fr auto;
      padding: calc(0.8rem * 1.5) 1.34rem;
    }

    .quiet-menu {
      display: none;
    }

    .quiet-visual {
      grid-column: 2;
      justify-self: center;
      font-size: 15.1px;
    }

    .primary-menu {
      display: flex;
    }
  }
.team-summary{font-family:"Manrope", sans-serif;font-size:calc(15.1px * .875);line-height:1.77;padding:calc(1.5rem * 2.4) 1.34rem;background:#22301f;color:#f4f1e6;}
.compact-track{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:calc(0.8rem * 1.5)}
.soft-track{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.bottom-rail{font-size:calc(15.1px * 1.125);font-weight:600;margin:0;letter-spacing:0.02em}
.simple-details{margin:0;max-width:42ch;opacity:0.85}
.local-callout{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.8rem}
.local-callout a,
  .site-block a,
  .service-benefit a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 400ms var(--speed-fast)}
.local-callout a:hover,
  .site-block a:hover,
  .service-benefit a:hover{border-bottom-color:currentColor;color:inherit}
.service-benefit{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.service-benefit p{margin:0}
.secondary-grid{font-weight:600}
.featured-menu{grid-column:1 / -1;border-top:1px solid rgba(255, 255, 255, 0.18);padding-top:calc(0.8rem * 1.5);margin-top:calc(0.8rem * 1.5);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.site-block{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:0.8rem}
.main-nav{margin:0;max-width:90ch;opacity:0.85}
.quiet-callout{margin:0;opacity:0.7;font-size:calc(15.1px * .875)}
@media (max-width: 860px) {.compact-track{grid-template-columns:1fr}
  }
footer,footer *{border-radius:0!important;}
footer .simple-menu{flex:1 1 100%;max-width:1140px;margin:1.5rem auto 0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);font-size:calc(15.1px * .875);line-height:1.77;opacity:.82;overflow-wrap:anywhere;}
.cookies {
    position: fixed;
    left: 1.34rem;
    right: 1.34rem;
    bottom: 1.5rem;
    z-index: 1200;
}
.cookies .top-content {
    max-width: 860px;
    margin: 0 auto;
    background: var(--paint-cool);
    color: var(--line-inverse);
    border-radius: 0.97rem;
    padding: 1.5rem 1.34rem;
    box-shadow: 0 14px 30px rgba(0,0,0,0.07);
}
.cookies .top-content strong {
    display: block;
    margin-bottom: 6px;
}
.cookies .top-content p {
    margin: 0;
}
.cookies .direct-group {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.cookies .direct-group a {
    text-decoration: none;
    border: 1px solid rgba(148, 163, 184, 0.5);
    border-radius: 999px;
    padding: 7px 12px;
    transition: background 400ms var(--speed-fast), color 400ms var(--speed-fast);
}
.cookies .direct-group a.cookie-accept {
    background: #fff7f2;
    background: var(--paint-light);
    border-color: transparent;
    color: #22301f;
    font-weight: 700;
}
.cookies .direct-group a:hover {
    background: rgba(148, 163, 184, 0.2);
    color: #22301f;
}
.narrow-brand{
        padding: calc(1.5rem * 2.4) 1.34rem;
        background: #eef1e2;
        color: var(--paint-accent)
    }
.narrow-brand .service-links{max-width: 1140px;
        margin: 0 auto}
.narrow-brand .bottom-service{display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: calc(0.8rem * 1.5);
        padding: calc(1.5rem * .75) 0}
.narrow-brand h1{margin: 0;
        font-size: calc(15.1px * 2.65);
        line-height: 1.08}
.narrow-brand .bottom-service p{margin: 0;
        font-size: calc(15.1px * 1.125);
        line-height: 1.77}
.narrow-brand a{
        display: inline-flex;
        align-items: center;
        border-radius: 0.4rem;
        background: var(--tone-panel);
        color: #f7f4e9;
        padding: calc(1.5rem * .75) 1.5rem;
        text-decoration: none;
        transition: background 400ms var(--speed-fast)
    }
.narrow-brand a:hover{
        background: #336741;color:var(--line-inverse);}
@media (min-width: 48rem) {.narrow-brand .bottom-service{
            flex-direction: row;
            flex-wrap: wrap;
            align-items: flex-end;
            column-gap: 1.5rem
        }.narrow-brand h1{
            flex: 1 1 22rem
        }.narrow-brand .bottom-service p:first-of-type{
            flex: 1 1 22rem
        }.narrow-brand .bottom-service p:last-of-type{
            flex: 1 1 100%
        }
    }
.service-intro{padding:calc(1.5rem * 2.4) 1.34rem;background:#faf7ec;color:#22301f}
.service-intro .visual-callout{width:min(100%,calc(1140px*.78));margin:0 auto;display:flex;flex-direction:column;gap:calc(0.8rem * 1.5)}
.service-intro .public-form{margin:0;font-size:calc(15.1px * 1.125);line-height:1.77;color:var(--paint-accent)}
.service-intro h2{margin:0;font-size:calc(15.1px * 2.65);line-height:1.08}
.service-intro .main-contact{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.8rem;padding-top:calc(1.5rem * .75);border-top:1px solid var(--tone-page)}
.service-intro .main-contact strong{flex:0 0 auto;font-size:calc(15.1px * .875);letter-spacing:.02em;text-transform:uppercase;color:var(--paint-accent)}
.service-intro .main-contact p{flex:1 1 22rem;margin:0;line-height:1.77}
@media(max-width:620px){.service-intro .main-contact{flex-direction:column}.service-intro .main-contact p{flex:1 1 auto}}
.page-lead{
  padding: calc(1.5rem * 2.4) 1.34rem;
  background: #eef1e2;
  color: var(--paint-accent);
}
.page-lead .service-links{max-width: 1140px;
  margin: 0 auto;}
.page-lead .fresh-wrap{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  margin-bottom: calc(0.8rem * 1.5);}
.page-lead h2{margin: 0;
  font-size: calc(15.1px * 2);
  line-height: 1.12;}
.page-lead .fresh-wrap p{margin: 0;
  font-size: calc(15.1px * 1.125);
  line-height: 1.77;}
.page-lead .strong-copy{display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;}
.page-lead .strong-copy a{
  flex: 1 1 22rem;
  padding: calc(1.5rem * .75);
  background: var(--paint-cool);
  color: var(--line-inverse);
  border: 1px solid var(--tone-page);
  border-radius: 0.97rem;
  box-shadow: 0 1px 5px rgba(0,0,0,0.04);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  transition: box-shadow 400ms var(--speed-fast), transform 400ms var(--speed-fast);
}
.page-lead .strong-copy a:hover,
.page-lead .strong-copy a:focus-visible{box-shadow: 0 2px 18px rgba(0,0,0,0.05);
  transform: translateY(-2px);}
.page-lead .strong-copy strong{font-size: calc(15.1px * 1.35);
  line-height: 1.25;}
.page-lead .strong-copy span{font-size: calc(15.1px * .875);
  line-height: 1.77;}
@media (max-width: 640px) {.page-lead .strong-copy a{
    flex: 1 1 100%;
  }
}
.media-body{--layer-strong:calc(1.5rem * 1.1);padding:calc(1.5rem * 2.4) 1.34rem;background:#faf7ec;color:#22301f;}
.media-body .service-links{max-width:1140px;margin:0 auto;}
.media-body h2,.media-body h3,.media-body p{margin:0;}
.media-body h2{font-size:calc(15.1px * 2);line-height:1.14;}
.media-body h3{font-size:calc(15.1px * 1.35);line-height:1.22;}
.media-body p{font-size:15.1px;line-height:1.77;}
.media-body a{color:#3f7d4e;text-decoration:none;}
.media-body a:hover{color:inherit;}
.media-body .secondary-service{display:flex;flex-wrap:wrap;gap:0.8rem;align-items:flex-start;}
.media-body .secondary-service>h2{flex:1 1 calc(1140px / 3.2);min-width:0;}
.media-body .secondary-service>.public-form{flex:1 1 calc(1140px / 2.6);min-width:0;color:var(--paint-accent);}
.media-body .wide-content{display:flex;flex-wrap:wrap;gap:var(--layer-strong);margin-top:var(--layer-strong);}
.media-body .primary-lead{flex:1 1 calc(1140px / 3.6);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding:calc(calc(1.5rem * .75) * .95);border-radius:0.97rem;background:var(--paint-cool);color:var(--line-inverse);border:1px solid var(--tone-page);box-shadow:0 1px 5px rgba(0,0,0,0.04);}
.media-body .primary-lead .local-lead{font-size:calc(15.1px * .875);color:var(--paint-accent);letter-spacing:.02em;}
.media-body .primary-lead .media-track{margin-top:auto;font-size:calc(15.1px * .875);font-weight:600;}
.media-body .bottom-service{margin-top:var(--layer-strong);color:var(--paint-accent);}
@media (max-width:720px){.media-body .secondary-service>h2,.media-body .secondary-service>.public-form,.media-body .primary-lead{flex:1 1 100%;}
}
.top-team{padding:calc(1.5rem * 2.4) 1.34rem;background:var(--tone-panel);color:#f7f4e9;overflow:hidden}
.top-team .service-links{max-width:1140px;margin:0 auto}
.top-team .plain-fields{max-width:44rem;margin:0 0 calc(0.8rem * 1.5)}
.top-team h2{margin:0;font-size:calc(15.1px * 2);line-height:1.08}
.top-team .plain-fields p{margin:1.5rem 0 0;font-size:calc(15.1px * 1.125);line-height:1.77}
.top-team .direct-form{display:flex;flex-wrap:wrap;gap:0.8rem}
.top-team .primary-lead{flex:1 1 20rem;min-width:16rem;padding:calc(1.5rem * .75) 0;border-top:1px solid rgba(247,244,233,0.28)}
.top-team .primary-lead:nth-child(2n){padding-top:calc(calc(1.5rem * .75) + calc(0.8rem * 1.5))}
.top-team strong{display:block;font-size:calc(15.1px * 1.35);line-height:1.15}
.top-team p{margin:calc(1.5rem * .75) 0 0;line-height:1.77}
@media (max-width:640px){.top-team .primary-lead{flex:1 1 100%;min-width:0}.top-team .primary-lead:nth-child(2n){padding-top:calc(1.5rem * .75)}
}
.secondary-proof{
  background: #faf7ec;
  color: #22301f;
  padding: calc(1.5rem * 2.4) 1.34rem;
}
.secondary-proof .service-links{width: min(100%, 1140px);
  margin: 0 auto;}
.secondary-proof h2,
.secondary-proof p{margin: 0;}
.secondary-proof .wide-surface{display: flex;
  flex-wrap: wrap;
  gap: calc(0.8rem * 1.5);
  align-items: flex-end;
  margin-bottom: calc(0.8rem * 1.5);
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--tone-page);}
.secondary-proof h2{font-size: calc(15.1px * 2);
  line-height: 1.05;
  flex: 1 1 14rem;
  min-width: 0;}
.secondary-proof .wide-surface p{line-height: 1.77;
  flex: 1 1 22rem;
  min-width: 0;}
.secondary-proof .quiet-flow{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.secondary-proof .quiet-flow > *{min-width: 0; flex: 1 1 17rem;}
.secondary-proof .featured-brand{
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding: 1.5rem 1.34rem;
  border-radius: 0.97rem;
  background: var(--paint-cool);
  color: var(--line-inverse);
  border: 1px solid var(--tone-page);
  box-shadow: 0 1px 5px rgba(0,0,0,0.04);
}
.secondary-proof .featured-brand:nth-child(2n){
  background: #eef1e2;
  color: var(--paint-accent);
}
.secondary-proof strong{font-size: calc(15.1px * 1.35);
  line-height: 1.2;}
.secondary-proof .featured-brand p{line-height: 1.77;
  font-size: calc(15.1px * .875);}
.secondary-proof span{margin-top: auto;
  padding-top: 0.8rem;
  border-top: 1px solid var(--tone-page);
  font-size: calc(15.1px * .875);}
@media (max-width: 560px) {.secondary-proof .quiet-flow{ display: block; }.secondary-proof .featured-brand{ margin-top: calc(1.5rem * .75); }
}
.strong-menu{
  background: #faf7ec;
  color: #22301f;
  padding: calc(1.5rem * 2.4) 1.34rem;
}
.strong-menu .service-links{width: min(100%, 1140px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .32fr) minmax(0, 1fr);
  gap: calc(0.8rem * 1.5);
  align-items: start;}
.strong-menu h2,
.strong-menu h3,
.strong-menu p{margin: 0;}
.strong-menu h2{font-size: calc(15.1px * 2); line-height: 1.1;}
.strong-menu h3{font-size: calc(15.1px * 1.35); line-height: 1.2;}
.strong-menu p{font-size: 15.1px; line-height: 1.77;}
.strong-menu .main-track{
  display: grid;
  gap: calc(0.8rem * 1.5);
  align-content: start;
  padding: 1.5rem;
  border-radius: 1.25rem;
  background: #22301f;
  color: #f4f1e6;
}
.strong-menu .main-track a{width: fit-content;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;}
.strong-menu .soft-stack{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.strong-menu [data-block]{
  flex: 1 1 15rem;
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem;
  border-radius: 0.97rem;
  background: var(--paint-cool);
  color: var(--line-inverse);
  border: 1px solid var(--tone-page);
}
.strong-menu .quiet-form{color: var(--paint-accent);
  font-size: calc(15.1px * .875);
  letter-spacing: .01em;}
@media (max-width: 820px) {.strong-menu .service-links{ grid-template-columns: 1fr; }
}
.offer-section{--layer-strong:calc(1.5rem * 1.12);--axis-public:calc(1140px / 2.15);padding:calc(1.5rem * 2.4) 1.34rem;background:var(--tone-panel);color:#f7f4e9;}
.offer-section .service-links{max-width:1140px;margin:0 auto;}
.offer-section h1,.offer-section h2,.offer-section h3,.offer-section p{margin:0;}
.offer-section h2{font-size:calc(15.1px * 2);line-height:1.12;}
.offer-section p{font-size:15.1px;line-height:1.77;color:color-mix(in srgb, currentColor 78%, transparent);}
.offer-section a{color:inherit;text-decoration:none;}
.offer-section .public-tile{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.4rem;background:#f7f4e9;color:var(--tone-panel);}
.offer-section .local-lead{font-size:calc(15.1px * .875);letter-spacing:0.02em;text-transform:none;}
.offer-section .wide-content{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.8rem;margin-top:var(--layer-strong);}
.offer-section .primary-lead{flex:1 1 calc(1140px / 4);min-width:0;padding-top:calc(1.5rem / 3);border-top:1px solid color-mix(in srgb, currentColor 24%, transparent);}
.offer-section .strong-service{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.8rem;}
.offer-section .strong-service>.bottom-service{flex:1 1 auto;min-width:0;}
.offer-section .strong-service>.public-tile{flex:0 0 auto;}
.offer-section .strong-service>.wide-content{flex:1 1 100%;}
.offer-section .bottom-service h2{margin-top:calc(1.5rem / 2);}
.page{--layer-strong:calc(1.5rem * 0.95);--label-meta:calc(1140px / 4.05);padding:calc(1.5rem * 2.4) 1.34rem;background:#eef1e2;color:var(--paint-accent);}
.page .service-links{max-width:1140px;margin:0 auto;}
.page h2,.page h3,.page p{margin:0;}
.page h2{font-size:calc(15.1px * 2);line-height:1.12;}
.page h3{font-size:calc(15.1px * 1.35);line-height:1.2;}
.page p{font-size:15.1px;line-height:1.77;}
.page img{display:block;width:100%;height:auto;border-radius:0.7rem;}
.page .wide-content{display:flex;flex-direction:column;gap:var(--layer-strong);margin-top:var(--layer-strong);}
.page .primary-lead{min-width:0;}
.page .primary-lead p{margin-top:calc(1.5rem / 3);}
.page .primary-lead img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--label-meta) * .7);}
.page .content-menu{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.8rem;}
.page .content-menu>.bottom-service{flex:1 1 calc(1140px / 3);min-width:0;}
.page .content-menu>.wide-content{flex:2 1 calc(1140px / 2);margin-top:0;}
.page .content-menu>img{margin-left:auto;}
.page .bottom-service .public-form{margin-top:1.5rem;}
@media (max-width:720px){.page .content-menu>img{margin-left:0;}
}
.direct-grid{padding:calc(1.5rem * 2.4) 1.34rem;background:#faf7ec;color:#22301f;}
.plain-items{max-width:1140px;margin:0 auto;}
.direct-grid h1{margin:0;font-size:calc(15.1px * 2.65);line-height:1.08;}
.focused-surface{padding:calc(1.5rem * 2.4) 1.34rem;background:#eef1e2;color:var(--paint-accent);}
.focused-surface .service-links{max-width:1140px;margin:0 auto;}
.focused-surface .wide-surface{margin-bottom:calc(0.8rem * 1.5);}
.focused-surface .wide-surface h2{margin:0;font-size:calc(15.1px * 2);line-height:1.2;}
.focused-surface .wide-surface p{margin:0.8rem 0 0;font-size:15.1px;}
.focused-surface .page-list{display:flex;flex-direction:column;gap:calc(0.8rem * 1.5);}
.focused-surface .public-form{margin:0;font-size:15.1px;line-height:1.77;}
.focused-surface .team-flow{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);}
.focused-surface .local-links{flex:1 1 260px;background:var(--paint-cool);color:var(--line-inverse);border:1px solid var(--tone-page);border-radius:0.7rem;padding:calc(1.5rem * .75);box-shadow:0 1px 5px rgba(0,0,0,0.04);}
.focused-surface .local-links .visual-copy{display:inline-block;font-size:calc(15.1px * .875);font-weight:600;background:var(--paint-light);color:#fff7f2;border-radius:0.4rem;padding:2px 8px;margin-bottom:0.8rem;}
.focused-surface .local-links p{margin:0 0 0.8rem;font-size:calc(15.1px * .875);line-height:1.77;}
.focused-surface .local-links p.addr{margin-bottom:0;}
.focused-surface .local-links a{color:inherit;text-decoration:none;font-weight:600;font-size:calc(15.1px * .875);}
.focused-surface .local-links a:hover{color:inherit;}
.focused-surface .local-lead{background:var(--paint-cool);color:var(--line-inverse);border:1px solid var(--tone-page);border-radius:0.97rem;padding:calc(1.5rem * .75);}
.focused-surface .local-lead h3{margin:0 0 0.8rem;font-size:calc(15.1px * 1.35);}
.focused-surface .local-lead p{margin:0;font-size:calc(15.1px * .875);line-height:1.77;}
.focused-surface .public-tile{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:0.8rem;border-top:1px solid var(--tone-page);padding-top:calc(0.8rem * 1.5);}
.focused-surface .public-tile p{margin:0;flex:1 1 320px;font-size:calc(15.1px * .875);line-height:1.77;}
.focused-surface .public-tile a{display:inline-block;background:var(--tone-panel);color:#f7f4e9;text-decoration:none;font-weight:600;font-size:calc(15.1px * .875);padding:0.6rem 1.2rem;border-radius:0.7rem;}
.focused-surface .public-tile a:hover{background:#336741;color:var(--line-inverse);}
@media (max-width:640px){.focused-surface .public-tile{flex-direction:column;align-items:flex-start;}
}
.layer{padding:calc(1.5rem * 2.4) 1.34rem;background:var(--tone-panel);color:#f7f4e9;}
.layer .service-links{max-width:1140px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.8rem * 1.5);}
.layer h2,.layer p{margin:0;}
.layer h2{font-size:calc(15.1px * 2);line-height:1.14;}
.layer .plain-fields{display:flex;flex-direction:column;gap:0.8rem;}
.layer .public-form{font-size:15.1px;line-height:1.77;color:color-mix(in srgb, currentColor 82%, transparent);}
.layer .page-steps{display:flex;flex-direction:column;gap:calc(0.8rem * 1.1);}
.layer details{padding:calc(1.5rem * .75) 1.5rem;border-radius:0.7rem;background:color-mix(in srgb, currentColor 10%, transparent);border-left:3px solid color-mix(in srgb, currentColor 40%, transparent);}
.layer summary{cursor:pointer;font-weight:700;font-size:15.1px;line-height:1.35;list-style:none;}
.layer summary::-webkit-details-marker{display:none;}
.layer details p{margin-top:calc(0.8rem * .9);font-size:calc(15.1px * .875);line-height:1.77;color:color-mix(in srgb, currentColor 80%, transparent);}
.layer .local-lead{font-size:calc(15.1px * .875);line-height:1.77;color:color-mix(in srgb, currentColor 78%, transparent);}
.layer .local-lead a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.layer .local-lead a:hover{}
@media (min-width:900px){.layer .page-steps{display:grid;grid-template-columns:1fr 1fr;gap:calc(0.8rem * 1.2);align-items:start;}
}
.team-contact{
  padding: calc(1.5rem * 2.4) 1.34rem;
  background: #eef1e2;
  color: var(--paint-accent);
}
.team-contact .service-links{max-width: 1140px;
  margin: 0 auto;}
.team-contact .text-figure{display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: calc(0.8rem * 1.5);
  align-items: start;
  margin-bottom: calc(0.8rem * 1.5);}
.team-contact h2{margin: 0;
  font-size: calc(15.1px * 2);
  line-height: 1.12;}
.team-contact .text-figure p{margin: 0;
  line-height: 1.77;}
.team-contact .team-flow{margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--tone-page);}
.team-contact .local-links{display: grid;
  grid-template-columns: 11rem minmax(0, 1fr);
  gap: 0.8rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--tone-page);}
.team-contact .local-links span{color: var(--paint-accent);
  opacity: .72;
  font-size: calc(15.1px * .875);
  padding-top: .35rem;}
.team-contact .local-links p{margin: 0;
  font-size: calc(15.1px * 1.125);
  line-height: 1.77;
  overflow-wrap: anywhere;}
.team-contact .local-links p a{color:inherit;
  text-underline-offset: .22em;}
.team-contact .local-links p a:hover{color:inherit;}
.team-contact .local-visual{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  padding-top: 1.5rem;}
.team-contact .local-visual a{
  flex: 1 1 15rem;
  display: block;
  padding: calc(1.5rem * .75);
  background: var(--paint-cool);
  color: var(--line-inverse);
  border: 1px solid var(--tone-page);
  border-radius: 0.7rem;
  text-decoration: none;
  line-height: 1.77;
  overflow-wrap: anywhere;
}
.team-contact .local-visual a span{display: block;
  margin-bottom: .3rem;
  font-size: calc(15.1px * .875);
  color: var(--paint-accent);
  opacity: .8;}
.team-contact .local-visual a:hover{border-color: #3f7d4e;}
@media (max-width: 720px) {.team-contact .text-figure{
    grid-template-columns: 1fr;
  }.team-contact .local-links{
    grid-template-columns: 1fr;
    gap: .35rem;
  }.team-contact .local-links span{
    padding-top: 0;
  }
}
.public-wrap{padding:calc(1.5rem * 2.4) 1.34rem;background:var(--paint-light);color:#fff7f2}
.public-wrap .service-links{max-width:1140px;margin:0 auto}
.public-wrap .site-surface{display:flex;gap:calc(0.8rem * 1.5);align-items:flex-start}
.public-wrap .bottom-service{flex:1 1 24rem;min-width:0}
.public-wrap h2{margin:0;font-size:calc(15.1px * 2.65);line-height:1.06;max-width:16ch}
.public-wrap .bottom-service>p{margin:1.5rem 0 0;font-size:calc(15.1px * 1.125);line-height:1.77}
.public-wrap .secondary-service{margin-top:calc(0.8rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.public-wrap .secondary-service p{margin:0;padding-left:1.5rem;border-left:1px solid color-mix(in srgb,#fff7f2 32%,transparent);line-height:1.77}
.public-wrap .secondary-service strong{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(15.1px * .875)}
.public-wrap .secondary-service span{display:block;min-width:0}
.public-wrap .content-tile{flex:0 1 33rem;min-width:0;background:var(--paint-cool);color:var(--line-inverse);border:1px solid var(--tone-page);border-radius:0.97rem;padding:1.5rem 0.8rem;box-shadow:0 2px 18px rgba(0,0,0,0.05)}
.public-wrap .quiet-inner{display:block;margin:0 0 1.5rem}
.public-wrap .quiet-inner span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(15.1px * .875)}
.public-wrap input,.public-wrap textarea{display:block;width:100%;max-width:100%;border:0;border-bottom:1px solid var(--tone-page);border-radius:0;background:transparent;color:var(--line-inverse);font:inherit;padding:calc(1.5rem * .75) 0;outline:none}
.public-wrap input::placeholder,.public-wrap textarea::placeholder{}
.public-wrap input:focus,.public-wrap textarea:focus{border-color:#8fbf8a}
.public-wrap textarea{resize:vertical}
.public-wrap button{display:inline-flex;align-items:center;justify-content:center;max-width:100%;border:0;border-radius:0.4rem;background:var(--tone-panel);color:#f7f4e9;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;transition:background 400ms var(--speed-fast),transform 400ms var(--speed-fast)}
.public-wrap button:hover{background:#336741;color:var(--line-inverse);}
.public-wrap button:active{transform:translateY(1px)}
@media(max-width:820px){.public-wrap .site-surface{display:block}.public-wrap .content-tile{margin-top:calc(0.8rem * 1.5);padding:1.5rem}.public-wrap h2{font-size:calc(15.1px * 2)}}
.site-entries{--layer-strong:calc(1.5rem * 1.1);--label-meta:calc(1140px / 3.2);padding:calc(1.5rem * 2.4) 1.34rem;background:#faf7ec;color:#22301f;}
.site-entries .service-links{max-width:1140px;margin:0 auto;}
.site-entries h2,.site-entries h3,.site-entries p{margin:0;}
.site-entries h2{font-size:calc(15.1px * 2);line-height:1.14;}
.site-entries h3{font-size:calc(15.1px * 1.35);line-height:1.22;}
.site-entries p{font-size:15.1px;line-height:1.77;}
.site-entries .public-form{margin-top:1.5rem;}
.site-entries img{display:block;width:100%;max-width:var(--label-meta);height:auto;border-radius:0.97rem;margin-top:var(--layer-strong);}
.site-entries .wide-content{display:flex;flex-wrap:wrap;gap:0.8rem;margin-top:var(--layer-strong);}
.site-entries .primary-lead{flex:1 1 calc(1140px / 4.4);min-width:0;padding:calc(1.5rem * .75);background:var(--paint-cool);color:var(--line-inverse);border:1px solid var(--tone-page);border-radius:0.7rem;}
.site-entries .primary-lead p{margin-top:calc(1.5rem / 3);}
.site-entries .primary-lead a{display:inline-flex;align-items:center;margin-top:calc(1.5rem * .75);padding:calc(calc(1.5rem * .75) / 1.6) 1.5rem;border-radius:0.4rem;background:var(--tone-panel);color:#f7f4e9;text-decoration:none;font-size:calc(15.1px * .875);}
.site-entries .primary-lead a:hover{background:#336741;color:var(--line-inverse);}
@media (max-width:720px){.site-entries .primary-lead{flex:1 1 100%;}}
.page-track{
        padding: calc(1.5rem * 2.4) 1.34rem;
        background: linear-gradient(135deg, #f4f7e6 0%, #e3ecd2 55%, #d6e3c2 100%);
        color: #22301f;
    }
.page-track .service-links{max-width: 1140px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: calc(0.8rem * 1.5);
        align-items: flex-start;}
.page-track .public-form{flex: 1 1 20rem;
        min-width: 16rem;}
.page-track h2{margin: 0;
        font-size: calc(15.1px * 2);
        line-height: 1.1;}
.page-track .public-form p{margin: calc(1.5rem * .75) 0 0;
        font-size: calc(15.1px * 1.125);
        line-height: 1.77;}
.page-track .bottom-callout{margin-top: calc(1.5rem * .75);
        display: flex;
        align-items: baseline;
        gap: 0.8rem;
        flex-wrap: wrap;
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid var(--tone-page);}
.page-track .compact-form{font-size: calc(15.1px * 1.35);
        font-weight: 700;}
.page-track .page-footer{font-size: calc(15.1px * .875);}
.page-track .primary-callout{flex: 1 1 26rem;
        display: flex;
        flex-direction: column;
        gap: 0.8rem;}
.page-track .quiet-proof{
        padding: calc(1.5rem * .75);
        border: 1px solid var(--tone-page);
        border-radius: 0.97rem;
        background: var(--paint-cool);
        color: var(--line-inverse);
        box-shadow: 0 1px 5px rgba(0,0,0,0.04);
    }
.page-track .quiet-proof:nth-child(even){border-left: 3px solid var(--tone-panel);}
.page-track .team-actions{font-size: 15.1px;
        line-height: 1.77;}
.page-track .local-panel{margin-top: calc(1.5rem * .75);
        display: flex;
        flex-wrap: wrap;
        gap: 0.8rem;
        justify-content: space-between;
        align-items: baseline;
        font-size: calc(15.1px * .875);}
.page-track .local-panel strong{}
@media (max-width: 760px) {.page-track .service-links{
            flex-direction: column;
        }.page-track .public-form,
        .page-track .primary-callout{
            flex: 1 1 auto;
            min-width: 0;
            width: 100%;
        }.page-track .local-panel{
            flex-direction: column;
            gap: 0.2rem;
        }
    }
.main-plan{padding:calc(1.5rem * 2.4) 1.34rem;background:#faf7ec;color:#22301f}
.main-plan .service-links{max-width:min(1140px,56rem);margin:0 auto}
.main-plan .plain-fields{display:flex;flex-direction:column;gap:calc(0.8rem * 1.5)}
.main-plan h2{margin:0;font-size:calc(15.1px * 2);line-height:1.12}
.main-plan .plain-fields p{margin:0;color:var(--paint-accent);line-height:1.77}
.main-plan .plain-surface{margin-top:calc(0.8rem * 1.5);display:flex;flex-direction:column;gap:0.8rem}
.main-plan details{padding:calc(1.5rem * .75) calc(1.5rem * .75);background:var(--paint-cool);color:var(--line-inverse);border:1px solid var(--tone-page);border-radius:0.7rem}
.main-plan summary{cursor:pointer;font-size:15.1px;line-height:1.3;font-weight:600}
.main-plan details p{margin:calc(0.8rem * 1.5) 0 0;color:var(--paint-accent);line-height:1.77}
@media(max-width:720px){.main-plan .plain-surface{gap:calc(1.5rem * .75)}.main-plan details{padding:calc(0.8rem * 1.5)}
}
.plain-plan{--layer-strong:calc(1.5rem * 1.20);--axis-public:calc(1140px / 2.44);--font-main:calc(1140px / 3.53);padding:calc(1.5rem * 2.4) 1.34rem;background:var(--paint-light);color:#fff7f2;}
.plain-plan .service-links{max-width:1140px;margin:0 auto;}
.plain-plan h2,.plain-plan h3,.plain-plan p{margin:0;}
.plain-plan h2{font-size:calc(15.1px * 2);line-height:1.12;}
.plain-plan h3{font-size:calc(15.1px * 1.35);line-height:1.2;}
.plain-plan p{font-size:15.1px;line-height:1.77;color:color-mix(in srgb, currentColor 78%, transparent);}
.plain-plan .wide-fields{padding-block:calc(var(--layer-strong) / 2);}
.plain-plan .focused-unit{row-gap:calc(var(--layer-strong) * 1.2);}
.plain-plan .plain-feature{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.plain-plan .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.8rem;}
.plain-plan .row-title h2{flex:1 1 calc(1140px / 3);min-width:0;}
.plain-plan .row-title>p{flex:1 1 calc(1140px / 3);min-width:0;}
.plain-plan .direct-section{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--layer-strong);margin-top:var(--layer-strong);}
.plain-plan .primary-lead{flex:1 1 var(--font-main);min-width:0;border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);padding-block-start:calc(1.5rem * .75);}
.plain-plan .primary-lead p{margin-top:calc(1.5rem / 3);}
.text-team{--layer-strong:calc(1.5rem * 1.19);--label-meta:calc(1140px / 3.27);padding:calc(1.5rem * 2.4) 1.34rem;background:#faf7ec;color:#22301f;}
.text-team .service-links{max-width:1140px;margin:0 auto;}
.text-team h1,.text-team h2,.text-team h3,.text-team p{margin:0;}
.text-team h1{font-size:calc(15.1px * 2.65);line-height:1.08;}
.text-team h2{font-size:calc(15.1px * 2);line-height:1.12;}
.text-team h3{font-size:calc(15.1px * 1.35);line-height:1.2;}
.text-team p{font-size:15.1px;line-height:1.77;}
.text-team a{color:inherit;text-decoration:none;}
.text-team img{display:block;width:100%;height:auto;border-radius:0.7rem;}
.text-team .public-form{margin-top:1.5rem;}
.text-team .local-lead{margin-top:calc(1.5rem / 2);color:var(--paint-accent);background:#eef1e2;padding:calc(1.5rem * .75);border-radius:0.4rem;}
.text-team .wide-content{display:flex;flex-direction:column;gap:var(--layer-strong);margin-top:var(--layer-strong);}
.text-team .primary-lead{min-width:0;}
.text-team .primary-lead p{margin-top:calc(1.5rem / 3);}
.text-team .primary-lead img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--label-meta) * .7);}
.text-team .content-menu{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.8rem;}
.text-team .content-menu>.bottom-service{flex:1 1 calc(1140px / 3);min-width:0;}
.text-team .content-menu>.wide-content{flex:2 1 calc(1140px / 2);margin-top:0;}
.local-content{padding:calc(1.5rem * 2.4) 1.34rem;background:#22301f;color:#f4f1e6}
.local-content .secondary-section{max-width:min(1140px,62rem);margin:0 auto}
.local-content h2{margin:0;font-size:calc(15.1px * 2.65);line-height:1.1}
.local-content .focused-menu{margin:1.5rem 0 calc(0.8rem * 1.5);font-size:calc(15.1px * 1.125);color:color-mix(in srgb,currentColor 74%,transparent)}
.local-content .plain-fields{margin:0 0 calc(0.8rem * 1.5)}
.local-content .plain-fields p{margin:0;color:color-mix(in srgb,currentColor 78%,transparent)}
.local-content .content-summary{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.local-content .content-summary li{padding:calc(1.5rem * .75) 0;border-top:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.local-content .content-summary li:first-child{border-top:0;padding-top:0}
.local-content h3{margin:0 0 calc(calc(1.5rem * .75) * 0.5);font-size:calc(15.1px * 1.35);line-height:1.25}
.local-content .content-summary p{margin:0;color:color-mix(in srgb,currentColor 76%,transparent)}
.local-content .active-block{margin-top:calc(0.8rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.local-content .active-block p{margin:0 0 calc(0.8rem * 0.5);color:color-mix(in srgb,currentColor 80%,transparent)}
.local-content .active-block a{text-decoration:underline;text-underline-offset:3px}
.local-content .active-block a:hover{color:inherit;}
.local-content .content-form{margin-top:0.8rem;font-size:calc(15.1px * .875);color:color-mix(in srgb,currentColor 62%,transparent)}
@media (max-width:640px){.local-content h2{font-size:calc(15.1px * 2)}
}
.service-contact{background:linear-gradient(120deg, #3f7d4e 0%, #6ba36a 60%, #c9503a 100%);color:#f7f4e9;padding:calc(1.5rem * 2.4) 1.34rem}
.service-contact .service-links{max-width:1140px;margin:0 auto}
.service-contact .public-unit{display:flex;flex-direction:column;gap:calc(0.8rem * 1.5)}
.service-contact h2{margin:0;max-width:22ch;font-size:clamp(calc(15.1px * 2),4.4vw,calc(15.1px * 2.65));line-height:1.12;letter-spacing:0}
.service-contact .steady-tile{display:flex;align-items:flex-start;gap:calc(0.8rem * 1.5)}
.service-contact p{flex:0 1 26rem;margin:0;min-width:0;font-size:calc(15.1px * 1.125);line-height:1.7}
.service-contact .strong-group{flex:1 1 34rem;min-width:0;display:flex;flex-wrap:wrap;gap:1.5rem}
.service-contact .strong-group a{flex:1 1 15rem;min-width:0;padding:calc(1.5rem * .75);border-radius:0.7rem;background:color-mix(in srgb,currentColor 12%,transparent);color:inherit;text-decoration:none;transition:background 400ms var(--speed-fast)}
.service-contact .strong-group a:hover{background:color-mix(in srgb,currentColor 20%,transparent)}
.service-contact strong,.service-contact span{display:block}
.service-contact strong{font-size:15.1px;letter-spacing:.01em}
.service-contact span{margin-top:calc(calc(1.5rem * .75)*.5);line-height:1.6;font-size:calc(15.1px * .875)}
@media(max-width:760px){.service-contact .steady-tile{flex-direction:column}.service-contact p{flex-basis:auto}.service-contact h2{max-width:none}
}
.text-list{
  padding: calc(1.5rem * 2.4) 1.34rem;
  background: #22301f;
  color: #f4f1e6;
}
.text-list .service-links{max-width: min(1140px, 74rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: calc(0.8rem * 1.5);
  align-items: start;}
.text-list .focused-menu h2{margin: 0;
  font-size: calc(15.1px * 2);
  line-height: 1.1;}
.text-list .focused-menu p{margin: calc(1.5rem * .75) 0 0;
  color: #d6d2c2;
  font-size: 15.1px;
  line-height: 1.77;}
.text-list .strong-group{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.text-list .primary-lead{
  border: 1px solid #2f3a30;
  border-radius: 0.7rem;
  background: #22301f;
  color: #f4f1e6;
  transition: border-color 400ms var(--speed-fast);
}
.text-list .primary-lead.is-open{border-color: #8fbf8a;}
.text-list button{
  width: 100%;
  border: 0;
  padding: calc(1.5rem * .75);
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: calc(15.1px * 1.35);
  line-height: 1.3;
  text-align: right;
  cursor: pointer;
}
.text-list button:focus-visible{outline: 2px solid #8fbf8a;
  outline-offset: -2px;
  border-radius: 0.7rem;}
.text-list .primary-lead p{margin: 0;
  padding: 0 calc(1.5rem * .75) calc(1.5rem * .75);
  color: #d6d2c2;
  line-height: 1.77;}
.text-list .primary-lead:not(.is-open) p{display: none;}
@media (max-width: 760px) {.text-list .service-links{
    grid-template-columns: 1fr;
  }
}
.steady-block{
  padding: calc(1.5rem * 2.4) 1.34rem;
  background: #22301f;
  color: #f4f1e6;
}
.steady-block .service-links{max-width: min(1140px, 78rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(0.8rem * 1.5);
  align-items: flex-start;}
.steady-block .bottom-service{flex: 1 1 32rem;
  min-width: 0;}
.steady-block h2{margin: 0;
  font-size: calc(15.1px * 2);
  line-height: 1.12;}
.steady-block .bottom-service p{margin: calc(1.5rem * .75) 0 0;
  font-size: 15.1px;
  line-height: 1.77;}
.steady-block .bottom-service p + p{margin-top: 0.8rem;
  color: #d6d2c2;
  font-size: calc(15.1px * .875);}
.steady-block .secondary-service{
  flex: 1 1 18rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.97rem;
  background: var(--paint-cool);
  color: var(--line-inverse);
  border: 1px solid var(--tone-page);
}
.steady-block .secondary-service strong{display: block;
  font-size: calc(15.1px * 1.35);
  line-height: 1.2;}
.steady-block .secondary-service p{margin: 0.8rem 0 calc(1.5rem * .75);
  font-size: 15.1px;}
.steady-block .secondary-service span{display: block;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid var(--tone-page);color:inherit;
  font-size: calc(15.1px * .875);
  line-height: 1.77;}
@media (max-width: 760px) {.steady-block .service-links{
    flex-direction: column;
  }.steady-block .secondary-service{
    flex: 1 1 auto;
    width: 100%;
  }
}
.open-summary{--layer-strong:calc(1.5rem * 0.89);--axis-public:calc(1140px / 2.13);padding:calc(1.5rem * 2.4) 1.34rem;background:var(--tone-panel);color:#f7f4e9;}
.open-summary .service-links{max-width:1140px;margin:0 auto;}
.open-summary h1,.open-summary h2,.open-summary h3,.open-summary p,.open-summary ul{margin:0;}
.open-summary h2{font-size:calc(15.1px * 2);line-height:1.12;}
.open-summary p{font-size:15.1px;line-height:1.77;color:color-mix(in srgb, currentColor 78%, transparent);}
.open-summary a{color:inherit;text-decoration:none;}
.open-summary .public-tile{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.4rem;background:#f7f4e9;color:var(--tone-panel);margin-top:1.5rem;}
.open-summary .quiet-actions{padding-inline-start:calc(1.34rem / 2);}
.open-summary .focused-unit{row-gap:calc(var(--layer-strong) * 1.2);}
.open-summary .local-lead{max-width:calc(1140px / 3);margin-bottom:1.5rem;}
.open-summary .public-form{max-width:var(--axis-public);}
.secondary-frame{background:var(--tone-panel);color:#f7f4e9}
.secondary-frame .text-visual{max-width:1140px;margin:0 auto;padding:calc(1.5rem * 2.4) 1.34rem 1.5rem}
.secondary-frame h1{max-width:22ch;margin:0;font-size:calc(15.1px * 2.65);line-height:1.05}
.secondary-frame .columns{background:#22301f;color:#f4f1e6}
.secondary-frame .focused-flow{max-width:1140px;margin:0 auto;padding:1.5rem 1.34rem;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:calc(0.8rem * 1.5)}
.secondary-frame p{margin:0;font-size:calc(15.1px * 1.125);line-height:1.77}
.secondary-frame .narrow-footer{display:flex;flex-direction:column;gap:0.8rem;min-width:14rem}
.secondary-frame .narrow-footer a{color:inherit;text-decoration:underline;text-underline-offset:.22em;font-size:15.1px;transition:transform 400ms var(--speed-fast)}
.secondary-frame .narrow-footer a:hover{transform:translateX(calc(calc(1.5rem * .75)*.35))}
.secondary-frame .local-lead{max-width:1140px;margin:0 auto;padding:1.5rem 1.34rem calc(1.5rem * 2.4)}
.secondary-frame .local-lead p{margin:0;font-size:calc(15.1px * .875);line-height:1.77;}
.secondary-frame .local-lead a{color:inherit;text-decoration:underline;text-underline-offset:.2em}
@media(max-width:620px){.secondary-frame .focused-flow{flex-direction:column}.secondary-frame .narrow-footer{min-width:0}
}
