html{box-sizing:border-box;}
*,*::before,*::after{box-sizing:inherit;}
body{margin:0;padding:0;font-family:"Lora", sans-serif;}
.site-intro {
    width: 100%;
    background: #f7f6ee;
    color: #1f2a1c;
    border-bottom: 1px solid #d6dcc6;
  }
:root {
  --surface-strong: #ffffff;
  --tone-page: #26331f;
  --paint-deep: #3f6b3a;
  --surface-soft: #1f2a1c;
  --ease-base: cubic-bezier(0.22,1,0.36,1);
}
.media-nav {
    max-width: 1120px;
    margin: 0 auto;
    padding: 1.5rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.81rem;
  }
.offer-team {
    font-size: calc(14.9px * 1.125);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #1f2a1c;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
  }
.focused-copy {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
  }
.focused-copy ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(0.81rem * 1.25);
  }
.focused-copy a {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: 14.9px;
    color: #1f2a1c;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 550ms var(--ease-base),
                border-color 550ms var(--ease-base);
  }
.focused-copy a:hover,
  .focused-copy a:focus-visible {
    color: #c46a2b;
    border-bottom-color: #c46a2b;
    outline: none;
  }
.secondary-area {
    flex-shrink: 0;
  }
.strong-rail {
    display: inline-block;
    padding: 0.55rem 1.1rem;
    background: var(--paint-deep);
    color: #f4f7ef;
    font-size: calc(14.9px * .875);
    font-weight: 600;
    text-decoration: none;
    border-radius: 0.59rem;
    transition: background 550ms var(--ease-base);
  }
.strong-rail:hover,
  .strong-rail:focus-visible{
    background: #325630;
    outline: none;color:var(--surface-soft);}
.text-tile {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 8px;
    background: #e8ecdc;
    color: var(--tone-page);
    border: 1px solid #d6dcc6;
    border-radius: 0.37rem;
    cursor: pointer;
  }
.text-tile span {
    display: block;
    height: 2px;
    width: 100%;
    background: currentColor;
    border-radius: 2px;
    transition: transform 550ms var(--ease-base),
                opacity 550ms var(--ease-base);
  }
.text-tile[aria-expanded="true"] span:nth-child(1){transform: translateY(7px) rotate(45deg);}
.text-tile[aria-expanded="true"] span:nth-child(2){opacity: 0;}
.text-tile[aria-expanded="true"] span:nth-child(3){transform: translateY(-7px) rotate(-45deg);}
@media (max-width: 767px) {
    .media-nav {
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
    }

    .text-tile {
      display: flex;
      order: 3;
    }

    .secondary-area {
      display: none;
    }

    .focused-copy {
      order: 4;
      flex-basis: 100%;
      display: none;
      justify-content: flex-start;
    }

    .focused-copy.is-open {
      display: block;
    }

    .focused-copy ul {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      padding: calc(0.81rem * 1.5) 0;
    }

    .focused-copy li {
      width: 100%;
    }

    .focused-copy a {
      display: block;
      padding: 0.75rem 0.25rem;
      border-bottom: 1px solid #d6dcc6;
      border-radius: 0;
    }

    .focused-copy a:hover,
    .focused-copy a:focus-visible {
      border-bottom-color: #d6dcc6;
      color: #c46a2b;
    }
  }
.media-block{font-family:"Lora", sans-serif;font-size:14.9px;line-height:1.78;padding:calc(1.5rem * 2.4) 1.25rem;background:#1f2a1c;color:#f2f4ec;}
.strong-flow{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(0.81rem * 1.5)}
.featured-content{padding-bottom:calc(0.81rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.18)}
.public-track{font-size:calc(14.9px * .875);font-weight:600;letter-spacing:0.08em;text-transform:uppercase;margin:0 0 calc(1.5rem * .75)}
.direct-feature{font-style:normal;display:flex;flex-direction:column;gap:0.4rem;font-size:14.9px}
.media-headline{display:block}
.top-team{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.content-tile{font-size:calc(14.9px * 1.125);font-weight:700;margin:0;letter-spacing:0.01em}
.local-group{margin:0;max-width:42ch;font-size:calc(14.9px * .875);opacity:0.85}
.media-contact{display:grid;grid-template-columns:1fr;gap:calc(0.81rem * 1.5)}
.primary-intro{font-size:calc(14.9px * .875);font-weight:600;letter-spacing:0.06em;text-transform:uppercase;margin:0 0 calc(1.5rem * .75);opacity:0.9}
.page-plan{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem}
.site-region{color:inherit;text-decoration:none;font-size:14.9px;border-bottom:1px solid transparent;transition:border-color 550ms var(--ease-base), opacity 550ms var(--ease-base)}
.site-region:hover,
  .site-region:focus-visible{border-bottom-color:currentColor;opacity:0.9}
.simple-headline{padding-top:calc(0.81rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.18);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.clear-surface{margin:0;font-size:calc(14.9px * .875);opacity:0.85;max-width:70ch}
.service{margin:0;font-size:calc(14.9px * .875);opacity:0.75}
@media (min-width: 640px) {.media-contact{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (min-width: 960px) {.strong-flow{grid-template-columns:minmax(0, 1fr) minmax(0, 1.4fr);grid-template-areas:"contact brand"
        "nav nav"
        "legal legal";column-gap:1.25rem;row-gap:calc(0.81rem * 1.5)}.featured-content{grid-area:contact;border-bottom:none;padding-bottom:0}.top-team{grid-area:brand}.media-contact{grid-area:nav;grid-template-columns:repeat(3, minmax(0, 1fr))}.simple-headline{grid-area:legal}
  }
footer,footer *{border-radius:0!important;}
.cookies {
    position: fixed;
    left: 1.25rem;
    right: 1.25rem;
    bottom: 1.5rem;
    z-index: 1200;
}
.cookies .service-footer {
    margin-left: auto;
    max-width: 440px;
    border-radius: 1.4rem;
    padding: 1.5rem 1.25rem;
    background: radial-gradient(circle at top right, #c46a2b, var(--paint-deep));
    color: #fff8f0;
    box-shadow: 0 14px 24px rgba(0,0,0,0.1);
    border: 1px solid rgba(148, 163, 184, 0.35);
}
.cookies .narrow-steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.cookies .narrow-steps strong {
    font-size: 16px;
}
.cookies .narrow-steps a {
    text-decoration: underline;
    text-underline-offset: 2px;
    font-size: 13px;
}
.cookies p {
    margin: 10px 0 0;
}
.cookies .public-grid {
    margin-top: 14px;
    display: flex;
    gap: 8px;
}
.cookies .public-grid button {
    flex: 1;
    border-radius: 0.37rem;
    border: 1px solid rgba(148, 163, 184, 0.45);
    padding: 9px 12px;
    color: #ffffff;
    background: rgba(51, 65, 85, 0.65);
    cursor: pointer;
}
.cookies .public-grid button.cookie-accept {
    background: #fff8f0;
    border-color: transparent;
    color: #c46a2b;
    font-weight: 700;
}
@media (max-width: 760px) {
    .cookies .service-footer {
        max-width: none;
    }
}
.plain-wrap{--state-static:calc(1.5rem * 0.93);--layer-public:calc(1120px / 2.17);--font-strong:calc(1120px / 3.23);padding:calc(1.5rem * 2.4) 1.25rem;background:var(--paint-deep);color:#f4f7ef;}
.plain-wrap .compact-figure{max-width:1120px;margin:0 auto;}
.plain-wrap h1,.plain-wrap p{margin:0;}
.plain-wrap h1{font-size:calc(14.9px * 2.65);line-height:1.1;}
.plain-wrap p{font-size:14.9px;line-height:1.78;color:color-mix(in srgb, currentColor 78%, transparent);}
.plain-wrap a{color:inherit;text-decoration:none;}
.plain-wrap .visual-stack{row-gap:calc(var(--state-static) * 1.2);}
.plain-wrap .primary-copy{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.plain-wrap .compact-figure p{margin-top:1.5rem;max-width:calc(1120px / 2.05);}
.plain-wrap .bottom-method{display:flex;flex-wrap:wrap;align-items:center;gap:0.81rem;margin-top:1.5rem;}
.plain-wrap .visual-headline{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.37rem;background:#f4f7ef;color:var(--paint-deep);}
.plain-wrap .team-brand{font-size:calc(14.9px * .875);padding-block:calc(calc(1.5rem * .75) / 2);border-bottom:1px solid color-mix(in srgb, currentColor 35%, transparent);}
.plain-wrap .team-brand:hover{border-bottom-color:currentColor;}
.site-panel{
  background:#f7f6ee;
  color:#1f2a1c;
  padding:calc(1.5rem * 2.4) 1.25rem;
}
.site-panel .compact-figure{max-width:1120px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(0.81rem * 1.5);}
.site-panel .local-list h2{margin:0;
  font-size:calc(14.9px * 2);
  line-height:1.15;}
.site-panel .local-list p{margin:1.5rem 0 0;
  font-size:14.9px;
  line-height:1.78;}
.site-panel .wide-frame{display:flex;
  flex-direction:column;
  border-top:1px solid #d6dcc6;}
.site-panel .content-media{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:0.81rem;
  padding:1.5rem 0;
  border-bottom:1px solid #d6dcc6;}
.site-panel .featured-grid{flex:0 0 6.5rem;
  font-size:calc(14.9px * .875);
  letter-spacing:.04em;
  text-transform:uppercase;
  color:var(--tone-page);}
.site-panel .content-media a{color:#3f6b3a;
  text-decoration:none;
  font-size:calc(14.9px * 1.125);
  border-bottom:1px solid transparent;
  transition:color 550ms var(--ease-base), border-color 550ms var(--ease-base);}
.site-panel .content-media a:hover{color:inherit;
  border-bottom-color:#c46a2b;}
.site-panel .visual{flex:1 1 14rem;
  font-size:calc(14.9px * .875);
  color:var(--tone-page);}
.site-panel .wide-plan{display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:0.81rem;}
.site-panel .wide-plan p{margin:0;
  flex:1 1 18rem;
  font-size:14.9px;}
.site-panel .visual-entries{display:flex;
  flex-wrap:wrap;
  gap:.6rem;
  align-items:center;}
.site-panel .visual-entries a{
  color:#1f2a1c;
  text-decoration:none;
  border:1px solid #d6dcc6;
  border-radius:1.4rem;
  padding:.7rem 1.05rem;
  font-size:calc(14.9px * .875);
  background:var(--surface-strong);
  transition:background 550ms var(--ease-base), color 550ms var(--ease-base);
}
.site-panel .visual-entries a:hover{
  background:#e8ecdc;color:var(--tone-page);}
.site-panel .visual-entries .focused-tile{
  background:var(--paint-deep);
  border-color:var(--paint-deep);
  color:#f4f7ef;
}
.site-panel .visual-entries .focused-tile:hover{
  background:#325630;
  border-color:#325630;color:var(--surface-soft);}
@media (max-width:560px){.site-panel .featured-grid{flex:0 0 100%;}.site-panel .visual-entries a{width:100%;box-sizing:border-box;text-align:center;}
}
.team-section{--state-static:calc(1.5rem * 0.9);padding:calc(1.5rem * 2.4) 1.25rem;background:#e8ecdc;color:var(--tone-page);}
.team-section .compact-figure{max-width:1120px;margin:0 auto;display:flex;flex-direction:column;gap:var(--state-static);}
.team-section h2,.team-section h3,.team-section p{margin:0;}
.team-section h2{font-size:calc(14.9px * 2);line-height:1.14;}
.team-section h3{font-size:calc(14.9px * 1.35);line-height:1.22;}
.team-section p{font-size:14.9px;line-height:1.78;}
.team-section .clear-group{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.team-section .visual{font-size:calc(14.9px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.72;}
.team-section .local-list{font-size:calc(14.9px * 1.125);line-height:1.6;}
.team-section .fresh-rail{display:flex;flex-direction:column;gap:0;border-top:1px solid #d6dcc6;}
.team-section .open-quote{border-bottom:1px solid #d6dcc6;padding:calc(0.81rem * 1.5) 0;}
.team-section .public-footer{display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.team-section .public-footer p{max-width:none;}
.team-section a{text-decoration:none;font-size:calc(14.9px * .875);align-self:flex-start;border-bottom:1px solid currentColor;padding-bottom:1px;}
.team-section a:hover{}
.team-section .primary-content{font-size:calc(14.9px * .875);opacity:0.85;padding-top:calc(1.5rem / 3);}
@media (min-width:760px){.team-section .open-quote{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:0.81rem;align-items:start;}.team-section .open-quote h3{grid-column:1;}.team-section .open-quote .public-footer{display:contents;}.team-section .open-quote .public-footer p{grid-column:2;grid-row:1;}.team-section .open-quote .public-footer a{grid-column:2;grid-row:2;}
}
.clear-media{
  padding: calc(1.5rem * 2.4) 1.25rem;
  background: #1f2a1c;
  color: #f2f4ec;
}
.clear-media .compact-figure{max-width: min(1120px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(0.81rem * 1.5);
  align-items: flex-start;}
.clear-media .local-list{flex: 1 1 22rem;
  min-width: 0;}
.clear-media h2{margin: 0;
  font-size: calc(14.9px * 2);
  line-height: 1.12;}
.clear-media .local-list p{margin: calc(1.5rem * .75) 0 0;
  color: #c9cfba;
  font-size: 14.9px;
  line-height: 1.78;}
.clear-media .text-grid{flex: 1 1 26rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.81rem;}
.clear-media .text-grid a{
  display: block;
  padding: calc(1.5rem * .75) calc(1.5rem * .75) calc(1.5rem * .75) calc(calc(1.5rem * .75) + 0.4rem);
  border-left: 2px solid #c46a2b;
  border-radius: 0.37rem;
  background: #1f2a1c;
  color: #f2f4ec;
  text-decoration: none;
  transition: border-color 550ms var(--ease-base), background 550ms var(--ease-base);
}
.clear-media .text-grid a:hover{
  border-left-color: var(--paint-deep);
  background: #2c3a28;color:var(--surface-soft);}
.clear-media .text-grid span{display: block;color:inherit;
  font-size: calc(14.9px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
.clear-media .text-grid strong{display: block;
  margin-top: 0.25rem;
  font-size: 14.9px;
  font-weight: 600;
  line-height: 1.3;}
.clear-media .text-grid em{display: block;
  margin-top: 0.35rem;
  font-style: normal;
  color: #c9cfba;
  font-size: calc(14.9px * .875);
  line-height: 1.78;}
@media (max-width: 760px) {.clear-media .compact-figure{
    flex-direction: column;
  }.clear-media .local-list,
  .clear-media .text-grid{
    flex: 1 1 auto;
    width: 100%;
  }
}
.page-team{
  background:#e8ecdc;
  color:var(--tone-page);
  padding:calc(1.5rem * 2.4) 1.25rem;
}
.page-team .compact-figure{max-width:1120px;
  margin:0 auto;
  display:flex;
  gap:calc(0.81rem * 1.5);
  align-items:flex-start;}
.page-team .public-footer{flex:0 1 32rem;
  min-width:0;
  position:sticky;
  top:1.5rem;}
.page-team .public-footer > p:first-child{margin:0 0 1.5rem;
  font-size:calc(14.9px * .875);
  letter-spacing:.04em;
  text-transform:uppercase;
  opacity:.72;}
.page-team h2{margin:0 0 1.5rem;
  font-size:calc(14.9px * 2);
  line-height:1.12;}
.page-team .local-list{margin:0 0 calc(0.81rem * 1.5);
  line-height:1.78;}
.page-team .bottom-method{display:flex;
  flex-direction:column;
  gap:.4rem;
  padding-top:calc(0.81rem * 1.5);
  border-top:1px solid color-mix(in srgb,var(--tone-page) 22%,transparent);}
.page-team .bottom-method a{text-decoration:none;
  border-bottom:1px solid color-mix(in srgb,#3f6b3a 40%,transparent);
  align-self:flex-start;
  padding-bottom:1px;
  transition:color 550ms var(--ease-base), border-color 550ms var(--ease-base);}
.page-team .bottom-method a:hover,
.page-team .bottom-method a:focus-visible{border-color:#c46a2b;}
.page-team .active-entries{flex:1 1 28rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:0;
  border-top:1px solid color-mix(in srgb,var(--tone-page) 22%,transparent);}
.page-team .open-quote{padding:calc(1.5rem * .75) 0;
  border-bottom:1px solid color-mix(in srgb,var(--tone-page) 16%,transparent);}
.page-team .open-quote strong{display:block;
  font-size:14.9px;}
.page-team .open-quote p{margin:.5rem 0 0;
  line-height:1.78;
  opacity:.82;}
@media (max-width:780px){.page-team .compact-figure{display:block}.page-team .public-footer{position:static}.page-team .active-entries{margin-top:calc(0.81rem * 1.5)}
}
.team-visual{
    color:#1f2a1c;
    background:#f7f6ee;
    padding:calc(1.5rem * 2.4) 1.25rem;
}
.team-visual .c{max-width:1120px;
    margin:0 auto;
    display:grid;
    gap:calc(0.81rem * 1.5);
    grid-template-columns:1fr;}
.team-visual .clear-group{
    background:#e8ecdc;
    color:var(--tone-page);
    border:1px solid #d6dcc6;
    border-radius:1rem;
    padding:calc(1.5rem * .75);
}
.team-visual .clear-group h2{margin:0 0 0.81rem;
    font-size:calc(14.9px * 1.35);
    line-height:1.3;}
.team-visual .local-list{margin:0 0 calc(0.81rem * 1.5);
    font-size:calc(14.9px * .875);
    line-height:1.78;}
.team-visual .visual-actions{display:flex;
    flex-direction:column;
    gap:0.5rem;}
.team-visual .open-quote{
    display:flex;
    gap:0.75rem;
    padding:0.75rem;
    border-radius:0.59rem;
    background:var(--surface-strong);
    color:var(--surface-soft);
    border:1px solid #d6dcc6;
}
.team-visual .fresh-contact{
    width:42px;
    height:42px;
    border-radius:50%;
    background:var(--paint-deep);
    color:#f4f7ef;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:600;
    font-size:calc(14.9px * .875);
    flex-shrink:0;
}
.team-visual .content-note{flex:1;
    min-width:0;}
.team-visual .content-note h4{margin:0 0 0.2rem;
    font-size:14.9px;}
.team-visual .content-note p{margin:0 0 0.3rem;
    font-size:calc(14.9px * .875);
    line-height:1.5;}
.team-visual .visual-shell{font-size:calc(14.9px * .875);
    opacity:0.75;}
.team-visual .active-entries{
    background:var(--surface-strong);
    color:var(--surface-soft);
    border:1px solid #d6dcc6;
    border-radius:1rem;
    display:flex;
    flex-direction:column;
    overflow:hidden;
}
.team-visual .contact-actions{padding:calc(1.5rem * .75);
    border-bottom:1px solid #d6dcc6;}
.team-visual .contact-actions h3{margin:0 0 0.4rem;
    font-size:calc(14.9px * 1.35);}
.team-visual .visual{margin:0;
    font-size:calc(14.9px * .875);
    opacity:0.8;}
.team-visual .contact-team{padding:calc(1.5rem * .75);
    display:flex;
    flex-direction:column;
    gap:0.81rem;}
.team-visual .content-unit{
    background:#e8ecdc;
    color:var(--tone-page);
    padding:0.85rem 1rem;
    border-radius:0.59rem;
    border-left:3px solid var(--paint-deep);
}
.team-visual .content-callout{margin:0 0 0.35rem;
    line-height:1.78;}
.team-visual .content-panel{font-size:calc(14.9px * .875);
    opacity:0.75;}
.team-visual .narrow-figure{display:flex;
    flex-direction:column;
    gap:0.6rem;
    padding:calc(1.5rem * .75);
    border-top:1px solid #d6dcc6;}
.team-visual .visual-callout{display:flex;
    flex-direction:column;
    gap:0.35rem;
    font-size:calc(14.9px * .875);}
.team-visual .narrow-figure input{
    padding:0.8rem;
    border-radius:0.59rem;
    border:1px solid #d6dcc6;
    background:#f7f6ee;
    color:#1f2a1c;
    font-family:inherit;
    font-size:14.9px;
    outline:none;
}
.team-visual .narrow-figure input::placeholder{color:rgba(255,255,255,0.55);}
.team-visual .narrow-figure input:focus{border-color:#7ba36f;
    box-shadow:0 0 0 3px color-mix(in srgb, #7ba36f 35%, transparent);}
.team-visual .narrow-figure button{
    align-self:flex-start;
    padding:0.8rem 1.4rem;
    border-radius:0.59rem;
    border:none;
    background:var(--paint-deep);
    color:#f4f7ef;
    font-family:inherit;
    font-size:14.9px;
    font-weight:600;
    cursor:pointer;
    transition:background 550ms var(--ease-base);
}
.team-visual .narrow-figure button:hover{
    background:#325630;color:var(--surface-soft);}
@media (min-width:1024px){.team-visual .c{
        grid-template-columns:340px 1fr;
        align-items:start;
    }
}
.page-stack{
  background:#f7f6ee;
  color:#1f2a1c;
  padding:calc(1.5rem * 2.4) 1.25rem;
}
.page-stack .compact-figure{max-width:1120px;
  margin:0 auto;}
.page-stack .simple-actions{max-width:46rem;}
.page-stack .primary-copy{margin:0 0 1.5rem;
  color:var(--tone-page);
  font-size:calc(14.9px * .875);
  letter-spacing:.02em;
  text-transform:uppercase;}
.page-stack h2{margin:0;
  font-size:calc(14.9px * 2);
  line-height:1.12;}
.page-stack .open-track{margin-top:calc(0.81rem * 1.5);
  max-width:56rem;
  display:flex;
  flex-direction:column;
  gap:0.81rem;}
.page-stack .open-quote{
  display:grid;
  grid-template-columns:14rem 1fr;
  gap:0.81rem;
  align-items:start;
  padding:calc(1.5rem * .75);
  background:var(--surface-strong);
  color:var(--surface-soft);
  border:1px solid #d6dcc6;
  border-radius:0.59rem;
}
.page-stack .open-quote strong{font-size:14.9px;
  line-height:1.35;}
.page-stack .open-quote span{font-size:14.9px;
  line-height:1.78;
  color:var(--tone-page);}
@media (max-width:720px){.page-stack .open-quote{
    grid-template-columns:1fr;
    gap:.4rem;
  }
}
.direct-tile{
  --state-static:calc(1.5rem * 1.05);
  --font-strong:calc(1120px / 3.6);
  padding:calc(1.5rem * 2.4) 1.25rem;
  background:#e8ecdc;
  color:var(--tone-page);
}
.direct-tile .compact-figure{max-width:1120px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  row-gap:var(--state-static);}
.direct-tile h2,
.direct-tile h3,
.direct-tile p{margin:0;}
.direct-tile h2{font-size:calc(14.9px * 2);
  line-height:1.14;}
.direct-tile h3{font-size:calc(14.9px * 1.35);
  line-height:1.22;}
.direct-tile p{font-size:14.9px;
  line-height:1.78;}
.direct-tile .main-menu{display:flex;
  flex-direction:column;
  row-gap:calc(1.5rem / 2);}
.direct-tile .local-list{font-size:calc(14.9px * 1.125);}
.direct-tile .compact-proof{display:flex;
  flex-wrap:wrap;
  gap:0.81rem;}
.direct-tile .open-quote{
  flex:1 1 var(--font-strong);
  min-width:0;
  padding:calc(1.5rem * .75);
  border-radius:0.59rem;
  background:var(--surface-strong);
  color:var(--surface-soft);
  border:1px solid #d6dcc6;
}
.direct-tile .open-quote p{margin-top:calc(1.5rem / 3);
  font-size:calc(14.9px * .875);}
.direct-tile .visual{padding-top:calc(var(--state-static) / 2);
  border-top:1px solid #d6dcc6;
  font-size:calc(14.9px * .875);}
.direct-tile a{text-decoration:underline;
  text-underline-offset:2px;}
.direct-tile a:hover{}
@media (max-width:640px){.direct-tile .open-quote{
    flex:1 1 100%;
  }
}
.quiet-shell{--state-static:calc(1.5rem * 1.00);--font-strong:calc(1120px / 3.31);padding:calc(1.5rem * 2.4) 1.25rem;background:#1f2a1c;color:#f2f4ec;}
.quiet-shell .compact-figure{max-width:1120px;margin:0 auto;}
.quiet-shell h2,.quiet-shell h3,.quiet-shell p{margin:0;}
.quiet-shell h2{font-size:calc(14.9px * 2);line-height:1.12;}
.quiet-shell h3{font-size:calc(14.9px * 1.35);line-height:1.2;}
.quiet-shell p{font-size:14.9px;line-height:1.78;color:inherit;}
.quiet-shell .direct-quote{padding-inline-start:calc(1.5rem * .75);}
.quiet-shell .visual-stack{row-gap:calc(var(--state-static) * 1.2);}
.quiet-shell .primary-copy{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.quiet-shell .local-list{margin-top:1.5rem;}
.quiet-shell .direct-intro{display:flex;flex-wrap:wrap;gap:var(--state-static);margin-top:var(--state-static);}
.quiet-shell .open-quote{flex:1 1 var(--font-strong);min-width:0;padding:calc(var(--state-static) * .75);border-radius:0.59rem;background:#e8ecdc;color:var(--tone-page);}
.quiet-shell .open-quote h3{color:inherit;}
.quiet-shell .open-quote p{margin-top:calc(1.5rem / 3);}
@media (max-width:640px){.quiet-shell .open-quote{flex:1 1 100%;}
}
.service-inner{
  background: linear-gradient(135deg, #e8ecdc 0%, #f7f6ee 55%, #f2e6d6 100%);
  color: #1f2a1c;
  padding: calc(1.5rem * 2.4) 1.25rem;
}
.service-inner .compact-figure{width: min(100%, 1120px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr);
  gap: calc(0.81rem * 1.5);
  align-items: start;}
.service-inner h2,
.service-inner h3,
.service-inner p{margin: 0;}
.service-inner h2{font-size: calc(14.9px * 2); line-height: 1.1;}
.service-inner h3{font-size: calc(14.9px * 1.35); line-height: 1.2;}
.service-inner p{font-size: 14.9px; line-height: 1.78;}
.service-inner .main-callout{display: grid;
  gap: 1.5rem;
  align-content: start;
  padding-top: calc(0.81rem * 1.5);}
.service-inner .brand{display: grid;
  gap: calc(1.5rem * .75);}
.service-inner [data-block]{
  display: grid;
  grid-template-columns: 8.5rem minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 1rem;
  background: var(--surface-strong);
  color: var(--surface-soft);
  border: 1px solid #d6dcc6;
  box-shadow: 0 1px 2px rgba(0,0,0,0.06);
  animation: peopleCascadeIn calc(550ms * 2) var(--ease-base) both;
  animation-delay: var(--ease-slow, 0ms);
}
.service-inner [data-block] span{font-size: calc(14.9px * .875);
  letter-spacing: .02em;
  text-transform: uppercase;
  line-height: 1.4;}
.service-inner [data-block]:nth-child(odd){margin-right: clamp(0rem, 6vw, 0.81rem);}
@keyframes peopleCascadeIn {from{ opacity: .25; transform: translateY(calc(calc(0.81rem * 1) * .14)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 800px) {.service-inner .compact-figure,
  .service-inner [data-block]{ grid-template-columns: 1fr; }.service-inner .main-callout{ padding-top: 0; }.service-inner [data-block]:nth-child(odd){ margin-right: 0; }
}
.quiet-footer{--state-static:calc(1.5rem * 1.09);padding:calc(1.5rem * 2.4) 1.25rem;background:var(--paint-deep);color:#f4f7ef;}
.quiet-footer .compact-figure{max-width:1120px;margin:0 auto;}
.quiet-footer h1,.quiet-footer h2,.quiet-footer h3,.quiet-footer p{margin:0;}
.quiet-footer h1{font-size:calc(14.9px * 2.65);line-height:1.08;}
.quiet-footer h2{font-size:calc(14.9px * 2);line-height:1.12;}
.quiet-footer h3{font-size:calc(14.9px * 1.35);line-height:1.2;}
.quiet-footer p{font-size:14.9px;line-height:1.78;color:color-mix(in srgb, currentColor 74%, transparent);}
.quiet-footer a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);}
.quiet-footer a:hover{border-bottom-color:currentColor;}
.quiet-footer .visual{margin-bottom:calc(1.5rem / 2);font-size:calc(14.9px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.quiet-footer .local-list{margin-top:1.5rem;}
.quiet-footer .fresh-rail{display:flex;flex-direction:column;gap:var(--state-static);margin-top:var(--state-static);}
.quiet-footer .open-quote{min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);}
.quiet-footer .open-quote p{margin-top:calc(1.5rem / 3);}
.quiet-footer .bottom-method{margin-top:var(--state-static);font-size:calc(14.9px * .875);}
.clear-method{--state-static:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.25rem;background:#f7f6ee;color:#1f2a1c;}
.clear-method .compact-figure{max-width:1120px;margin:0 auto;}
.clear-method h2,.clear-method h3,.clear-method p{margin:0;}
.clear-method h2{font-size:calc(14.9px * 2);line-height:1.14;}
.clear-method h3{font-size:calc(14.9px * 1.35);line-height:1.22;}
.clear-method p{font-size:14.9px;line-height:1.78;}
.clear-method .main-menu{display:flex;flex-direction:column;gap:calc(0.81rem * 1.5);}
.clear-method .local-list{color:var(--tone-page);}
.clear-method .strong-panel{margin-top:var(--state-static);display:flex;flex-direction:column;gap:0;border-top:1px solid #d6dcc6;}
.clear-method .open-quote{padding:calc(1.5rem * .75) 0;border-bottom:1px solid #d6dcc6;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.clear-method .open-quote h3{color:#1f2a1c;}
.clear-method .open-quote p{color:var(--tone-page);}
.clear-method .team-brand{margin-top:var(--state-static);font-size:calc(14.9px * .875);color:var(--tone-page);}
.clear-method .team-brand a{color:#3f6b3a;text-decoration:underline;text-underline-offset:3px;}
.clear-method .team-brand a:hover{color:inherit;}
@media (min-width:720px){.clear-method .open-quote{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:1.5rem;align-items:start;}.clear-method .open-quote h3{margin-top:0;}
}
.text-surface{
        padding: calc(1.5rem * 2.4) 1.25rem;
        background: #e8ecdc;
        color: var(--tone-page);
    }
.text-surface .compact-figure{max-width: 1120px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
        gap: calc(0.81rem * 1.5);
        align-items: start;}
.text-surface .local-list{position: sticky;
        top: 1.5rem;}
.text-surface h2{margin: 0;
        font-size: calc(14.9px * 2);
        line-height: 1.15;}
.text-surface .local-list p{margin: calc(1.5rem * .75) 0 0;
        font-size: 14.9px;
        line-height: 1.78;}
.text-surface .featured-section{display: flex;
        flex-direction: column;
        gap: 0.81rem;}
.text-surface .text-header{
        padding: calc(1.5rem * .75);
        border: 1px solid #d6dcc6;
        border-radius: 0.59rem;
        background: var(--surface-strong);
        color: var(--surface-soft);
        box-shadow: 0 1px 2px rgba(0,0,0,0.06);
    }
.text-surface .narrow-grid{font-size: 14.9px;
        line-height: 1.78;}
.text-surface .top-tile{margin-top: calc(1.5rem * .75);
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid #d6dcc6;
        display: flex;
        flex-wrap: wrap;
        gap: 0.81rem;
        justify-content: space-between;
        align-items: baseline;
        font-size: calc(14.9px * .875);}
.text-surface .top-tile strong{}
.text-surface .top-tile span{}
@media (max-width: 820px) {.text-surface .compact-figure{
            grid-template-columns: 1fr;
        }.text-surface .local-list{
            position: static;
        }
    }
@media (max-width: 520px) {.text-surface .top-tile{
            flex-direction: column;
            align-items: flex-start;
        }
    }
.plain-story{--state-static:calc(1.5rem * 0.9);padding:calc(1.5rem * 2.4) 1.25rem;background:#f7f6ee;color:#1f2a1c;}
.plain-story .compact-figure{max-width:1120px;margin:0 auto;display:flex;flex-direction:column;gap:var(--state-static);}
.plain-story h2,.plain-story h3,.plain-story p{margin:0;}
.plain-story h2{font-size:calc(14.9px * 2);line-height:1.14;}
.plain-story h3{font-size:calc(14.9px * 1.35);line-height:1.24;}
.plain-story p{font-size:14.9px;line-height:1.78;}
.plain-story .main-menu{display:flex;flex-wrap:wrap;gap:0.81rem;align-items:flex-start;}
.plain-story .main-menu>h2{flex:1 1 calc(1120px / 2.6);min-width:0;}
.plain-story .main-menu>.local-list{flex:1 1 calc(1120px / 2.6);min-width:0;color:var(--tone-page);}
.plain-story .fresh-rail{display:flex;flex-direction:column;gap:0;border-top:1px solid #d6dcc6;}
.plain-story .open-quote{padding:calc(0.81rem * 1.5) 0;border-bottom:1px solid #d6dcc6;display:flex;flex-wrap:wrap;gap:0.81rem;align-items:baseline;}
.plain-story .open-quote h3{flex:1 1 calc(1120px / 3.2);min-width:0;}
.plain-story .open-quote p{flex:1 1 calc(1120px / 2.1);min-width:0;color:var(--tone-page);}
.plain-story .bottom-method{font-size:calc(14.9px * .875);color:var(--tone-page);padding-top:calc(1.5rem / 3);}
.plain-story .bottom-method a{color:#3f6b3a;text-decoration:underline;text-underline-offset:3px;}
.plain-story .bottom-method a:hover{color:inherit;}
@media (max-width:720px){.plain-story .open-quote{flex-direction:column;gap:calc(0.81rem / 2);}
}
.narrow-contact{
  padding:calc(1.5rem * 2.4) 1.25rem;
  background:#e8ecdc;
  color:var(--tone-page);
}
.narrow-contact .compact-figure{max-width:1120px;
  margin:0 auto;}
.narrow-contact .main-menu{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.narrow-contact h2{margin:0;
  font-size:calc(14.9px * 2);
  line-height:1.12;
  letter-spacing:-0.01em;}
.narrow-contact .local-list{margin:0;
  font-size:calc(14.9px * 1.125);
  line-height:1.78;}
.narrow-contact .fresh-rail{display:flex;
  flex-direction:column;
  gap:0;
  margin:calc(0.81rem * 1.5) 0 0;
  padding:0;
  list-style:none;
  border-top:1px solid #d6dcc6;}
.narrow-contact .open-quote{padding:1.5rem 0;
  border-bottom:1px solid #d6dcc6;}
.narrow-contact h3{margin:0;
  font-size:calc(14.9px * 1.35);
  line-height:1.2;}
.narrow-contact .open-quote p{margin:calc(1.5rem * .75) 0 0;
  line-height:1.78;}
.narrow-contact .visual{
  margin:calc(0.81rem * 1.5) 0 0;
  padding:calc(1.5rem * .75) 1.5rem;
  background:var(--surface-strong);
  color:var(--surface-soft);
  border:1px solid #d6dcc6;
  border-radius:0.59rem;
  font-size:calc(14.9px * .875);
  line-height:1.78;
}
@media(max-width:720px){.narrow-contact .open-quote{
    padding:calc(1.5rem * .75) 0;
  }
}
.image{padding:calc(1.5rem * 2.4) 1.25rem;background:#e8ecdc;color:var(--tone-page)}
.image .compact-figure{max-width:1120px;margin:0 auto;width:min(100%,52rem)}
.image .local-quote{margin-bottom:calc(0.81rem * 1.5)}
.image h2{margin:0;font-size:calc(14.9px * 2);line-height:1.12}
.image .local-quote p{margin:1.5rem 0 0;line-height:1.78}
.image .fresh-rail{display:flex;flex-direction:column;gap:0;border-top:1px solid #d6dcc6}
.image details{border-bottom:1px solid #d6dcc6;padding:calc(1.5rem * .75) 0}
.image summary{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:1.25rem;cursor:pointer;list-style:none}
.image summary::-webkit-details-marker{display:none}
.image strong{font-size:calc(14.9px * 1.35);line-height:1.2;font-weight:600}
.image summary span{font-size:calc(14.9px * .875);opacity:0.78;text-align:right;flex:1 1 14rem}
.image details p{margin:1.5rem 0 0;line-height:1.78}
.image .bottom-method{margin-top:calc(0.81rem * 1.5);font-size:calc(14.9px * .875);line-height:1.78}
.image .bottom-method p{margin:0}
.image .bottom-method a{color:#3f6b3a;text-decoration:underline;text-underline-offset:2px}
.image .bottom-method a:hover{color:inherit;}
@media(max-width:680px){.image summary{display:block}.image summary span{display:block;margin-top:calc(1.5rem * .75);text-align:left}
}
.offer-brand{--state-static:calc(1.5rem * 1.35);padding:calc(1.5rem * 2.4) 1.25rem;background:#c46a2b;color:#fff8f0;}
.offer-brand .compact-figure{max-width:1120px;margin:0 auto;}
.offer-brand h2,.offer-brand h3,.offer-brand p{margin:0;}
.offer-brand h2{font-size:calc(14.9px * 2);line-height:1.14;}
.offer-brand h3{font-size:calc(14.9px * 1.35);line-height:1.22;}
.offer-brand p{font-size:14.9px;line-height:1.78;}
.offer-brand .visual{margin-bottom:calc(1.5rem / 2.5);font-size:calc(14.9px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.78;}
.offer-brand .local-list{margin-top:1.5rem;}
.offer-brand .fresh-rail{display:flex;flex-direction:column;gap:var(--state-static);margin-top:var(--state-static);}
.offer-brand .open-quote{min-width:0;padding-top:calc(1.5rem / 2.2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.offer-brand .open-quote p{margin-top:calc(1.5rem / 3);}
.offer-brand .bottom-method{margin-top:var(--state-static);font-size:calc(14.9px * .875);}
.offer-brand a{color:inherit;text-decoration:underline;text-underline-offset:0.22em;}
.offer-brand a:hover{text-decoration-thickness:2px;}
@media (min-width:768px){.offer-brand .fresh-rail{display:grid;grid-template-columns:1fr 1fr;column-gap:calc(1.25rem * 2);row-gap:var(--state-static);}
}
.team-nav{--state-static:calc(1.5rem * 1.15);--layer-public:calc(1120px / 2.20);padding:calc(1.5rem * 2.4) 1.25rem;background:#f7f6ee;color:#1f2a1c;}
.team-nav .compact-figure{max-width:1120px;margin:0 auto;}
.team-nav h1,.team-nav h2,.team-nav h3,.team-nav p{margin:0;}
.team-nav h2{font-size:calc(14.9px * 2);line-height:1.12;}
.team-nav h3{font-size:calc(14.9px * 1.35);line-height:1.2;}
.team-nav p{font-size:14.9px;line-height:1.78;color:var(--tone-page);}
.team-nav .local-list{color:#1f2a1c;}
.team-nav .visual{font-size:calc(14.9px * .875);color:var(--tone-page);}
.team-nav .fresh-rail{display:flex;flex-direction:column;gap:var(--state-static);margin-top:var(--state-static);}
.team-nav .open-quote{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid #d6dcc6;}
.team-nav .open-quote p{margin-top:calc(1.5rem / 3);}
.team-nav .open-details{display:flex;align-items:flex-start;gap:0.81rem;}
.team-nav .open-details>.public-footer{flex:1 1 calc(1120px / 3);min-width:0;}
.team-nav .open-details>.fresh-rail{flex:2 1 calc(1120px / 2);margin-top:0;}
.team-nav .public-footer .local-list{margin-top:1.5rem;}
.team-nav .public-footer .visual{margin-top:calc(1.5rem * .75);}
@media(max-width:760px){.team-nav .open-details{flex-direction:column;}.team-nav .open-details>.fresh-rail{margin-top:var(--state-static);}}
.fresh-shell{padding:calc(1.5rem * 2.4) 1.25rem;background:#e8ecdc;color:var(--tone-page)}
.fresh-shell .compact-figure{max-width:1120px;margin:0 auto}
.fresh-shell .service-plan{display:flex;gap:calc(0.81rem * 1.5);align-items:flex-start;flex-wrap:wrap}
.fresh-shell .local-list{flex:1 1 22rem;min-width:0}
.fresh-shell .local-list h2{margin:0 0 calc(1.5rem * .75);font-size:calc(14.9px * 2);line-height:1.15}
.fresh-shell .local-list .visual{margin:0;font-size:14.9px;line-height:1.78}
.fresh-shell .public-footer{flex:1 1 32rem;min-width:0}
.fresh-shell .fresh-rail{margin:0;padding:0}
.fresh-shell .open-quote{padding:calc(1.5rem * .75) 0;border-top:1px solid #d6dcc6}
.fresh-shell .open-quote:first-child{border-top:0;padding-top:0}
.fresh-shell dt{font-size:14.9px;font-weight:600;margin-bottom:calc(calc(1.5rem * .75)*.35)}
.fresh-shell dd{margin:0;font-size:calc(14.9px * .875);line-height:1.78}
.fresh-shell .benefit{margin:calc(0.81rem * 1.5) 0 0;font-size:calc(14.9px * .875);line-height:1.78}
.fresh-shell .local-flow{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:calc(0.81rem * 1.5)}
.fresh-shell .local-flow a{border-radius:0.59rem;background:#c46a2b;color:#fff8f0;padding:calc(calc(1.5rem * .75)*.7) calc(1.5rem * .75);text-decoration:none;font-size:calc(14.9px * .875)}
.fresh-shell .local-flow a:hover{background:#a9551f;color:var(--surface-soft);}
@media(max-width:760px){.fresh-shell .service-plan{display:block}.fresh-shell .public-footer{margin-top:calc(0.81rem * 1.5)}.fresh-shell .local-list h2{font-size:calc(14.9px * 1.35)}
}
.direct-team{
  --state-static:calc(1.5rem * 1.42);
  padding:calc(1.5rem * 2.4) 1.25rem;
  background:#f7f6ee;
  color:#1f2a1c;
}
.direct-team .compact-figure{max-width:1120px;margin:0 auto;}
.direct-team h2{font-size:calc(14.9px * 2);
  line-height:1.14;
  margin:0;}
.direct-team p{margin:0;}
.direct-team .local-list{font-size:14.9px;
  line-height:1.78;
  margin-top:1.5rem;
  color:var(--tone-page);}
.direct-team .bottom-method{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:0.81rem 1.5rem;
  margin-top:var(--state-static);}
.direct-team .visual-headline{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.37rem;
  background:var(--paint-deep);
  color:#f4f7ef;
  text-decoration:none;
  font-size:14.9px;
  transition:background 550ms var(--ease-base);
}
.direct-team .visual-headline:hover{background:#325630;color:var(--surface-soft);}
.direct-team .primary-content{color:#3f6b3a;
  text-decoration:none;
  font-size:calc(14.9px * .875);
  border-bottom:1px solid #d6dcc6;
  padding-bottom:2px;
  transition:color 550ms var(--ease-base),border-color 550ms var(--ease-base);}
.direct-team .primary-content:hover{color:inherit;
  border-color:#c46a2b;}
@media (max-width:640px){.direct-team .bottom-method{flex-direction:column;align-items:flex-start;}.direct-team .visual-headline{width:100%;}
}
.plain-inner{--state-static:calc(1.5rem * 1.05);--axis-strong:calc(1120px / 2.6);padding:calc(1.5rem * 2.4) 1.25rem;background:#c46a2b;color:#fff8f0;}
.plain-inner .compact-figure{max-width:1120px;margin:0 auto;}
.plain-inner h2,.plain-inner h3,.plain-inner p{margin:0;}
.plain-inner h2{font-size:calc(14.9px * 2);line-height:1.14;}
.plain-inner h3{font-size:calc(14.9px * 1.35);line-height:1.22;}
.plain-inner p{font-size:14.9px;line-height:1.78;}
.plain-inner .compact-stack{display:flex;flex-wrap:wrap;gap:0.81rem;align-items:flex-start;}
.plain-inner .compact-stack>h2{flex:1 1 calc(1120px / 2.4);min-width:0;}
.plain-inner .compact-stack>.local-list{flex:1 1 calc(1120px / 2.6);min-width:0;}
.plain-inner .local-list{color:color-mix(in srgb, currentColor 82%, transparent);}
.plain-inner .fresh-rail{display:flex;flex-wrap:wrap;gap:var(--state-static);margin-top:var(--state-static);}
.plain-inner .open-quote{flex:1 1 var(--axis-strong);min-width:0;padding:calc(calc(1.5rem * .75) * .9) 0 0;border-top:1px solid color-mix(in srgb, currentColor 28%, transparent);}
.plain-inner .open-quote p{margin-top:calc(1.5rem / 3.2);color:color-mix(in srgb, currentColor 78%, transparent);}
.plain-inner .bottom-method{margin-top:var(--state-static);padding-top:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 28%, transparent);font-size:calc(14.9px * .875);color:color-mix(in srgb, currentColor 82%, transparent);}
.plain-inner .bottom-method a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.plain-inner .bottom-method a:hover{text-decoration-thickness:2px;}
.bottom-items{
  padding: calc(1.5rem * 2.4) 1.25rem;
  background: #c46a2b;
  color: #fff8f0;
}
.bottom-items .soft-figure{
  max-width: 1120px;
  margin: 0 auto;
  border-radius: 1.4rem;
  overflow: hidden;
  background: #f7f6ee;
  color: #1f2a1c;
  box-shadow: 0 14px 24px rgba(0,0,0,0.1);
}
.bottom-items .quiet-details{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(0.81rem * 1.5);
  border-bottom: 1px solid #d6dcc6;
  background: #e8ecdc;
  color: var(--tone-page);
}
.bottom-items .quiet-details span{font-size: calc(14.9px * .875);}
.bottom-items a{text-decoration: none;}
.bottom-items .quiet-details a{font-size: calc(14.9px * .875);
  border-bottom: 1px solid var(--paint-deep);
  padding-bottom: 1px;}
.bottom-items .wide-section{display: flex;
  flex-wrap: wrap;
  gap: calc(0.81rem * 1.5);
  padding: calc(0.81rem * 1.5);}
.bottom-items .local-list{flex: 1 1 320px;}
.bottom-items h2{margin: 0;
  font-size: calc(14.9px * 2);
  line-height: 1.12;}
.bottom-items .local-list p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(14.9px * 1.125);
  line-height: 1.78;}
.bottom-items .secondary-content{flex: 1 1 420px;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #d6dcc6;}
.bottom-items .secondary-content a{display: block;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #d6dcc6;}
.bottom-items .secondary-content span,
.bottom-items .secondary-content small{display: block;
  font-size: calc(14.9px * .875);}
.bottom-items .secondary-content strong{display: block;
  margin: calc(calc(1.5rem * .75) * .3) 0;
  font-size: calc(14.9px * 1.35);
  line-height: 1.25;}
@media (max-width: 780px) {.bottom-items .wide-section{
    padding: calc(1.5rem * .75);
  }.bottom-items .quiet-details{
    padding: calc(1.5rem * .75);
  }
}
.visual-copy{
  padding:calc(1.5rem * 2.4) 1.25rem;
  background:#e8ecdc;
  color:var(--tone-page);
}
.visual-copy .compact-figure{max-width:1120px;
  margin:0 auto;}
.visual-copy .local-quote{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  margin-bottom:calc(0.81rem * 1.5);}
.visual-copy h2{margin:0;
  font-size:calc(14.9px * 2);
  line-height:1.15;}
.visual-copy .local-quote p{margin:0;
  line-height:1.78;
  font-size:14.9px;}
.visual-copy .secondary-content{display:flex;
  flex-wrap:wrap;
  gap:0.81rem;
  padding:1.5rem 0;
  border-top:1px solid color-mix(in srgb,currentColor 18%,transparent);
  border-bottom:1px solid color-mix(in srgb,currentColor 18%,transparent);}
.visual-copy .secondary-content > a{
  flex:1 1 15rem;
  min-width:0;
  display:block;
  padding:calc(1.5rem * .75);
  background:var(--surface-strong);
  color:var(--surface-soft);
  border:1px solid #d6dcc6;
  border-radius:0.59rem;
  text-decoration:none;
  font-size:14.9px;
  line-height:1.4;
  overflow-wrap:anywhere;
  transition:border-color 550ms var(--ease-base), background 550ms var(--ease-base);
}
.visual-copy .secondary-content > a:hover{border-color:#c46a2b;}
.visual-copy .secondary-content span{display:block;
  margin-top:0.4rem;
  font-size:calc(14.9px * .875);
  color:var(--tone-page);
  opacity:0.85;}
.visual-copy .focused-grid{display:flex;
  flex-wrap:wrap;
  gap:0.81rem;
  margin-top:1.5rem;}
.visual-copy .focused-grid p{flex:1 1 18rem;
  min-width:0;
  margin:0;
  font-size:calc(14.9px * .875);
  line-height:1.78;}
@media(max-width:680px){.visual-copy .secondary-content > a{flex:1 1 100%}.visual-copy .focused-grid p{flex:1 1 100%}
}
.secondary-contact{
    padding:calc(1.5rem * 2.4) 1.25rem;
    background:#e8ecdc;
    color:var(--tone-page);
}
.secondary-contact .compact-figure{max-width:1120px;
    margin:0 auto;}
.secondary-contact .top-steps{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:flex-start;
    gap:calc(0.81rem * 1.5);
    border-radius:1rem;
    border:1px solid #d6dcc6;
    background:var(--surface-strong);
    color:var(--surface-soft);
    padding:calc(1.5rem * .75);
}
.secondary-contact .local-list{flex:1 1 420px;}
.secondary-contact .local-list h2{margin:0 0 1.5rem;
    font-size:calc(14.9px * 2);
    line-height:1.2;}
.secondary-contact .local-list p{margin:0 0 1.5rem;
    font-size:14.9px;
    line-height:1.78;}
.secondary-contact .local-list p a{text-decoration:underline;
    text-underline-offset:2px;}
.secondary-contact .local-list p a:hover{}
.secondary-contact .visual{font-size:calc(14.9px * .875);
    margin:0;}
.secondary-contact .bottom-method{display:flex;
    flex-direction:column;
    gap:0.81rem;
    flex:0 0 auto;
    padding-top:1.5rem;}
.secondary-contact .bottom-method a{display:inline-block;
    text-decoration:none;
    padding:10px 18px;
    border-radius:0.59rem;
    font-size:calc(14.9px * .875);
    font-weight:700;
    white-space:nowrap;
    text-align:center;}
.secondary-contact .bottom-method a:first-child{
    background:var(--paint-deep);
    color:#f4f7ef;
}
.secondary-contact .bottom-method a:first-child:hover{
    background:#325630;color:var(--surface-soft);}
.secondary-contact .bottom-method a:last-child{
    background:#c46a2b;
    color:#fff8f0;
}
.secondary-contact .bottom-method a:last-child:hover{
    background:#a9551f;color:var(--surface-soft);}
@media (max-width:760px){.secondary-contact .top-steps{
        flex-direction:column;
    }.secondary-contact .bottom-method{
        flex-direction:row;
        flex-wrap:wrap;
        padding-top:0;
    }
}
.service-rail{
  padding: calc(1.5rem * 2.4) 1.25rem;
  background: #1f2a1c;
  color: #f2f4ec;
}
.service-rail .compact-figure{max-width: min(1120px, 72rem);
  margin: 0 auto;}
.service-rail .local-quote{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  margin-bottom: calc(0.81rem * 1.5);}
.service-rail h2{margin: 0;
  font-size: calc(14.9px * 2);
  line-height: 1.1;}
.service-rail .local-list{margin: 0;
  font-size: calc(14.9px * 1.125);
  color: #c9cfba;}
.service-rail .clear-group{display: flex;
  flex-wrap: wrap;
  gap: 0.81rem;}
.service-rail .open-quote{
  flex: 1 1 min(100%, 22rem);
  padding: calc(1.5rem * .75);
  background: var(--surface-strong);
  color: var(--surface-soft);
  border: 1px solid #d6dcc6;
  border-radius: 0.59rem;
}
.service-rail .plain-shell{display: block;
  font-weight: 700;
  font-size: 14.9px;
  margin-bottom: calc(calc(1.5rem * .75) * .5);}
.service-rail .open-quote p{margin: 0 0 calc(calc(1.5rem * .75) * .6);
  font-size: 14.9px;}
.service-rail .open-quote small{display: block;
  font-size: calc(14.9px * .875);color:inherit;}
.service-rail .simple-service{margin-top: calc(0.81rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #2c3a28;
  display: flex;
  flex-wrap: wrap;
  gap: 0.81rem;}
.service-rail .visual{flex: 1 1 min(100%, 20rem);
  margin: 0;
  font-size: calc(14.9px * .875);
  color: #c9cfba;}
@media (max-width: 700px) {.service-rail .clear-group{
    display: block;
  }.service-rail .open-quote + .open-quote{
    margin-top: 0.81rem;
  }
}
.scene{--state-static:calc(1.5rem * 0.87);--layer-public:calc(1120px / 2.11);padding:calc(1.5rem * 2.4) 1.25rem;background:var(--paint-deep);color:#f4f7ef;}
.scene .compact-figure{max-width:1120px;margin:0 auto;display:flex;flex-direction:column;}
.scene h2,.scene p{margin:0;}
.scene h2{font-size:calc(14.9px * 2);line-height:1.12;}
.scene p{font-size:14.9px;line-height:1.78;color:color-mix(in srgb, currentColor 78%, transparent);}
.scene .offer-content{text-align:center;}
.scene .offer-content p{margin:1.5rem auto 0;max-width:var(--layer-public);}
.scene .visual-stack{row-gap:calc(var(--state-static) * 1.1);}
.scene .primary-copy{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.scene .visual-headline{display:inline-flex;align-items:center;justify-content:center;align-self:center;margin-top:1.5rem;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.37rem;background:#f4f7ef;color:var(--paint-deep);text-decoration:none;transition:background 550ms var(--ease-base),color 550ms var(--ease-base);}
.scene .visual-headline:hover{background:#c46a2b;color:#fff8f0;}
.scene .bottom-method{margin-top:calc(var(--state-static) * .6);font-size:calc(14.9px * .875);}
.scene .bottom-method a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.scene .bottom-method a:hover{}
.menu{
  padding: calc(1.5rem * 2.4) 1.25rem;
  background: #1f2a1c;
  color: #f2f4ec;
}
.menu .compact-figure{max-width: min(1120px, 70rem);
  margin: 0 auto;}
.menu .local-quote{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: calc(1.5rem * .75);
  padding-bottom: calc(0.81rem * 1.5);
  border-bottom: 1px solid #2c3a28;}
.menu h2{flex: 1 1 22rem;
  margin: 0;
  font-size: calc(14.9px * 2);
  line-height: 1.12;}
.menu .local-list{flex: 1 1 22rem;
  margin: 0;
  font-size: 14.9px;
  color: #c9cfba;}
.menu .clear-group{display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(0.81rem * 1.5) calc(1.5rem * .75);
  margin-top: calc(0.81rem * 1.5);}
.menu .open-quote{
  margin: 0;
  padding: calc(1.5rem * .75);
  background: var(--surface-strong);
  color: var(--surface-soft);
  border: 1px solid #d6dcc6;
  border-radius: 0.59rem;
}
.menu .narrow-grid{margin: 0 0 calc(1.5rem * .75);
  font-size: 14.9px;
  line-height: 1.6;}
.menu footer{display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #d6dcc6;}
.menu .plain-shell{font-weight: 700;
  font-size: calc(14.9px * .875);}
.menu .narrow-wrap{font-size: calc(14.9px * .875);color:inherit;}
.menu .content-group{margin-top: calc(0.81rem * 1.5);
  padding-top: calc(0.81rem * 1.5);
  border-top: 1px solid #2c3a28;}
.menu .media-service{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(14.9px * .875);
  color: #c9cfba;}
.menu .content-group ul{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.81rem calc(0.81rem * 1.5);}
.menu .content-group li{font-size: calc(14.9px * .875);
  letter-spacing: 0.02em;
  opacity: 0.85;}
@media (max-width: 720px) {.menu .clear-group{
    grid-template-columns: 1fr;
  }
}
.primary-details{--state-static:calc(1.5rem * 1.4);--axis-strong:calc(1120px / 3.6);padding:calc(1.5rem * 2.4) 1.25rem;background:var(--paint-deep);color:#f4f7ef;}
.primary-details .compact-figure{max-width:1120px;margin:0 auto;}
.primary-details h1,.primary-details h2,.primary-details h3,.primary-details p{margin:0;}
.primary-details h2{font-size:calc(14.9px * 2);line-height:1.14;}
.primary-details h3{font-size:calc(14.9px * 1.35);line-height:1.22;}
.primary-details p{font-size:14.9px;line-height:1.78;}
.primary-details .visual{font-size:calc(14.9px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.72;}
.primary-details .visual+h2{margin-top:calc(1.5rem / 2);}
.primary-details .fresh-rail{display:flex;flex-wrap:wrap;gap:var(--state-static);margin-top:var(--state-static);}
.primary-details .open-quote{flex:1 1 var(--axis-strong);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.59rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.primary-details .open-quote p{margin-top:calc(1.5rem / 3);opacity:.86;}
.text-nav{
  padding:calc(1.5rem * 2.4) 1.25rem;
  background:#e8ecdc;
  color:var(--tone-page);
  overflow:hidden;
}
.text-nav .compact-figure{max-width:1120px;
  margin:0 auto;}
.text-nav .main-menu{margin:0 0 calc(0.81rem * 1.5);
  padding-bottom:calc(0.81rem * 1.5);
  border-bottom:1px solid #d6dcc6;}
.text-nav h2{margin:0;
  font-size:calc(14.9px * 2);
  line-height:1.15;}
.text-nav .main-menu p{margin:1.5rem 0 0;
  font-size:calc(14.9px * 1.125);
  line-height:1.78;}
.text-nav .clear-group{display:flex;
  flex-wrap:wrap;
  gap:0.81rem calc(0.81rem * 1.5);}
.text-nav .open-quote{flex:1 1 20rem;
  min-width:0;
  padding:calc(1.5rem * .75) 0;
  border-top:1px solid #d6dcc6;}
.text-nav .open-quote:nth-child(1),
.text-nav .open-quote:nth-child(2){border-top:none;
  padding-top:0;}
.text-nav h3{margin:0;
  font-size:calc(14.9px * 1.35);
  line-height:1.2;}
.text-nav .open-quote p{margin:calc(1.5rem * .75) 0 0;
  line-height:1.78;}
.text-nav .bottom-method{display:flex;
  flex-wrap:wrap;
  gap:0.81rem calc(0.81rem * 1.5);
  margin-top:calc(0.81rem * 1.5);
  padding-top:calc(0.81rem * 1.5);
  border-top:1px solid #d6dcc6;}
.text-nav .bottom-method a{text-decoration:none;
  font-size:calc(14.9px * .875);
  border-bottom:1px solid transparent;
  transition:color 550ms var(--ease-base), border-color 550ms var(--ease-base);}
.text-nav .bottom-method a:hover{border-bottom-color:#c46a2b;}
@media (max-width:640px){.text-nav .open-quote:nth-child(2){
    border-top:1px solid #d6dcc6;
    padding-top:calc(1.5rem * .75);
  }
}
.fresh-area{--state-static:calc(1.5rem * 1.05);--axis-strong:calc(1120px / 3.4);padding:calc(1.5rem * 2.4) 1.25rem;background:#e8ecdc;color:var(--tone-page);}
.fresh-area .compact-figure{max-width:1120px;margin:0 auto;}
.fresh-area h1,.fresh-area h2,.fresh-area h3,.fresh-area p{margin:0;}
.fresh-area h2{font-size:calc(14.9px * 2);line-height:1.14;}
.fresh-area p{font-size:14.9px;line-height:1.78;}
.fresh-area a{color:inherit;text-decoration:none;}
.fresh-area .visual{font-size:calc(14.9px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.72;}
.fresh-area .visual-headline{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * 0.85) 1.5rem;border-radius:0.37rem;background:var(--paint-deep);color:#f4f7ef;}
.fresh-area .visual-headline:hover{background:#325630;color:var(--surface-soft);}
.fresh-area .fresh-rail{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.81rem;margin-top:var(--state-static);}
.fresh-area .open-quote{flex:1 1 var(--axis-strong);min-width:0;padding-top:calc(1.5rem / 2.4);border-top:1px solid #d6dcc6;}
.fresh-area .contact-steps{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.81rem;}
.fresh-area .contact-steps>.public-footer{flex:1 1 auto;min-width:0;}
.fresh-area .contact-steps>.visual-headline{flex:0 0 auto;}
.fresh-area .contact-steps>.fresh-rail{flex:1 1 100%;}
.fresh-area .public-footer h2{margin-top:calc(1.5rem / 2.6);}
@media (max-width:720px){.fresh-area .contact-steps>.visual-headline{flex:1 1 100%;}.fresh-area .open-quote{flex:1 1 100%;}
}
.focused-section{--state-static:calc(1.5rem * 1.42);padding:calc(1.5rem * 2.4) 1.25rem;background:var(--paint-deep);color:#f4f7ef;}
.focused-section .compact-figure{max-width:1120px;margin:0 auto;}
.focused-section h1,.focused-section h2,.focused-section h3,.focused-section p{margin:0;}
.focused-section h1{font-size:calc(14.9px * 2.65);line-height:1.08;}
.focused-section h2{font-size:calc(14.9px * 2);line-height:1.12;}
.focused-section h3{font-size:calc(14.9px * 1.35);line-height:1.2;}
.focused-section p{font-size:14.9px;line-height:1.78;color:color-mix(in srgb, currentColor 74%, transparent);}
.focused-section a{color:inherit;text-decoration:none;}
.focused-section .visual-headline{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.37rem;background:#f4f7ef;color:var(--paint-deep);}
.focused-section .main-story>h1,.focused-section .main-story>h2,.focused-section .main-story>p,.focused-section .main-story>.visual-headline{margin-top:1.5rem;}
.focused-section .bottom-method{margin-top:var(--state-static);font-size:calc(14.9px * .875);}
.focused-section .bottom-method a{text-decoration:underline;text-underline-offset:3px;}
.focused-section .bottom-method a:hover{}
.content-footer{
  padding: calc(1.5rem * 2.4) 1.25rem;
  background: #1f2a1c;
  color: #f2f4ec;
}
.content-footer .compact-figure{max-width: min(1120px, 72rem);
  margin: 0 auto;}
.content-footer .local-quote{margin-bottom: calc(0.81rem * 1.5);}
.content-footer h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(14.9px * 2);
  line-height: 1.1;}
.content-footer .local-list{margin: 0;
  font-size: calc(14.9px * 1.125);
  color: #c9cfba;}
.content-footer .clear-group{display: flex;
  flex-wrap: wrap;
  gap: 0.81rem;}
.content-footer .open-quote{
  flex: 1 1 min(100%, 22rem);
  padding: calc(1.5rem * .75);
  background: var(--surface-strong);
  color: var(--surface-soft);
  border: 1px solid #d6dcc6;
  border-radius: 0.59rem;
  box-shadow: 0 1px 2px rgba(0,0,0,0.06);
}
.content-footer .narrow-grid{margin: 0 0 calc(1.5rem * .75);
  font-size: 14.9px;
  line-height: 1.6;}
.content-footer .plain-shell{margin: 0;
  font-weight: 700;
  font-size: 14.9px;}
.content-footer .open-plan{margin: 0.25rem 0 0;
  font-size: calc(14.9px * .875);color:inherit;}
.content-footer .local-media{margin-top: calc(0.81rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #2c3a28;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.81rem;}
.content-footer .local-media p{margin: 0;
  flex: 1 1 20rem;
  color: #c9cfba;}
.content-footer .visual-headline{
  display: inline-block;
  padding: 0.7rem 1.2rem;
  background: #c46a2b;
  color: #fff8f0;
  border-radius: 0.37rem;
  text-decoration: none;
  font-weight: 700;
  transition: background 550ms var(--ease-base);
}
.content-footer .visual-headline:hover{
  background: #a9551f;
  color: #fff8f0;
}
@media (max-width: 700px) {.content-footer .clear-group{
    display: block;
  }.content-footer .open-quote + .open-quote{
    margin-top: 0.81rem;
  }
}
.page-figure{--state-static:calc(1.5rem * 0.9);padding:calc(1.5rem * 2.4) 1.25rem;background:#f7f6ee;color:#1f2a1c;}
.page-figure .compact-figure{max-width:1120px;margin:0 auto;}
.page-figure h2,.page-figure h3,.page-figure p{margin:0;}
.page-figure h2{font-size:calc(14.9px * 2);line-height:1.14;}
.page-figure p{font-size:14.9px;line-height:1.78;}
.page-figure .local-list{margin-top:1.5rem;color:var(--tone-page);}
.page-figure a{color:#3f6b3a;text-decoration:none;}
.page-figure a:hover{color:inherit;}
.page-figure .visual-headline{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.37rem;background:var(--paint-deep);color:#f4f7ef;font-size:calc(14.9px * .875);}
.page-figure .visual-headline:hover{background:#325630;color:#f4f7ef;}
.page-figure .contact-steps{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.81rem;}
.page-figure .public-footer{flex:1 1 60%;min-width:0;}
.page-figure .visual-headline{flex:0 0 auto;margin-top:calc(1.5rem * 0.4);}
.page-figure .strong-panel{flex:1 1 100%;display:flex;flex-direction:column;gap:var(--state-static);margin-top:calc(0.81rem * 1.5);}
.page-figure details{padding:calc(1.5rem * .75) 1.5rem;border-radius:0.59rem;background:var(--surface-strong);color:var(--surface-soft);border:1px solid #d6dcc6;}
.page-figure summary{cursor:pointer;font-weight:700;font-size:14.9px;}
.page-figure details p{margin-top:calc(1.5rem * 0.45);color:var(--tone-page);}
.page-figure .team-brand{flex:1 1 100%;margin-top:calc(0.81rem * 1.5);font-size:calc(14.9px * .875);color:var(--tone-page);}
@media (max-width:720px){.page-figure .public-footer{flex:1 1 100%;}.page-figure .visual-headline{margin-top:1.5rem;}
}
.primary-proof{padding:calc(1.5rem * 2.4) 1.25rem;background:var(--paint-deep);color:#f4f7ef}
.primary-proof .compact-figure{max-width:1120px;margin:0 auto}
.primary-proof .main-menu{display:flex;flex-direction:column;gap:calc(0.81rem * 1.5)}
.primary-proof h2{margin:0;font-size:calc(14.9px * 2);line-height:1.08}
.primary-proof .local-list{margin:0;font-size:calc(14.9px * 1.125);line-height:1.78}
.primary-proof .fresh-rail{display:flex;flex-direction:column;gap:0;margin:calc(1.5rem * 2.4) 0 0;padding:0;list-style:none;border-top:1px solid rgba(244,247,239,0.22)}
.primary-proof .open-quote{padding:1.5rem 0;border-bottom:1px solid rgba(244,247,239,0.22)}
.primary-proof .open-quote h3{margin:0;font-size:calc(14.9px * 1.35);line-height:1.2}
.primary-proof .open-quote p{margin:calc(1.5rem * .75) 0 0;line-height:1.78}
.primary-proof .visual{margin:calc(1.5rem * 2.4) 0 0;padding:calc(1.5rem * .75) 1.5rem;background:#c46a2b;color:#fff8f0;border-radius:0.59rem;font-size:14.9px;line-height:1.78}
@media(min-width:860px){.primary-proof .main-menu{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:1.25rem}.primary-proof h2{flex:0 0 46%}.primary-proof .local-list{flex:1 1 auto}.primary-proof .open-quote{display:grid;grid-template-columns:minmax(14rem,22rem) 1fr;gap:1.25rem;align-items:start}.primary-proof .open-quote p{margin:0}
}
.media-entries{
  padding:calc(1.5rem * 2.4) 1.25rem;
  background:#f7f6ee;
  color:#1f2a1c;
}
.media-entries .compact-figure{max-width:1120px;
  margin:0 auto;}
.media-entries .local-quote{margin-bottom:calc(0.81rem * 1.5);}
.media-entries h2{margin:0 0 calc(1.5rem * .75);
  font-size:calc(14.9px * 2);
  line-height:1.12;}
.media-entries .local-list{margin:0;
  font-size:14.9px;
  line-height:1.78;}
.media-entries .clear-group{display:flex;
  flex-direction:column;
  gap:0;
  border-top:1px solid #d6dcc6;}
.media-entries .open-quote{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:0.81rem;
  padding:1.5rem 0;
  border-bottom:1px solid #d6dcc6;}
.media-entries .featured-grid{flex:0 0 11rem;
  font-size:calc(14.9px * .875);
  text-transform:uppercase;
  letter-spacing:0.04em;
  color:var(--tone-page);}
.media-entries .team-story{flex:1 1 16rem;
  min-width:0;
  font-size:calc(14.9px * 1.125);
  line-height:1.3;
  color:inherit;
  text-decoration:none;
  overflow-wrap:anywhere;}
.media-entries a.value{color:#3f6b3a;
  text-decoration:underline;
  text-underline-offset:3px;}
.media-entries a.value:hover{color:inherit;}
.media-entries .visual{flex:1 1 100%;
  margin:0;
  font-size:calc(14.9px * .875);
  line-height:1.78;
  color:var(--tone-page);}
.media-entries .wide-plan{margin:calc(0.81rem * 1.5) 0 0;
  font-size:calc(14.9px * .875);
  line-height:1.78;
  color:var(--tone-page);}
.media-entries .wide-plan a{color:#3f6b3a;
  text-decoration:underline;
  text-underline-offset:3px;}
.media-entries .wide-plan a:hover{color:inherit;}
@media(max-width:640px){.media-entries .open-quote{
    display:block;
  }.media-entries .featured-grid{
    display:block;
    margin-bottom:calc(1.5rem * .75);
  }.media-entries .team-story{
    display:block;
    margin-bottom:calc(1.5rem * .75);
  }
}
.fresh-headline{
        background:linear-gradient(135deg, #e8ecdc 0%, #f7f6ee 55%, #f2e6d6 100%);
        color:#1f2a1c;
        padding:calc(1.5rem * 2.4) 1.25rem;
    }
.fresh-headline .c{max-width:1120px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(0.81rem * 1.5);}
.fresh-headline .soft-method{display:flex;
        flex-direction:column;
        gap:calc(0.81rem * 1.5);}
.fresh-headline .featured-service{display:flex;
        flex-direction:column;
        gap:0.81rem;
        padding-bottom:calc(0.81rem * 1.5);
        border-bottom:1px solid #d6dcc6;}
.fresh-headline h1{font-size:calc(14.9px * 2.65);
        line-height:1.2;
        margin:0;}
.fresh-headline .open-plan{display:flex;
        flex-wrap:wrap;
        gap:0.81rem;
        font-size:calc(14.9px * .875);}
.fresh-headline .top-shell{display:flex;
        flex-direction:column;
        gap:calc(0.81rem * 1.5);
        font-size:14.9px;
        line-height:1.78;}
.fresh-headline .top-shell h2{font-size:calc(14.9px * 1.35);
        margin:calc(0.81rem * 1.5) 0 0;
        line-height:1.3;}
.fresh-headline .top-shell p{margin:0;}
.fresh-headline .top-shell a{text-decoration:underline;
        text-underline-offset:2px;}
.fresh-headline .top-shell a:hover{}
.fresh-headline .wide-visual{
        background:var(--surface-strong);
        color:var(--surface-soft);
        border:1px solid #d6dcc6;
        border-radius:1rem;
        padding:calc(1.5rem * .75);
        box-shadow:0 1px 2px rgba(0,0,0,0.06);
    }
.fresh-headline .wide-visual h3{margin:0 0 0.81rem;
        font-size:calc(14.9px * 1.125);}
.fresh-headline .page-footer{display:flex;
        flex-direction:column;
        gap:0.81rem;}
.fresh-headline .wide-visual a{text-decoration:none;
        font-size:calc(14.9px * .875);
        line-height:1.5;}
.fresh-headline .wide-visual a:hover{text-decoration:underline;}
@media (min-width: 1024px){.fresh-headline .c{
            flex-direction:row;
            align-items:flex-start;
        }.fresh-headline .soft-method{
            flex:1 1 auto;
            min-width:0;
        }.fresh-headline .wide-visual{
            flex:0 0 300px;
            position:sticky;
            top:calc(0.81rem * 1.5);
        }
    }
.quiet-proof{
  padding:calc(1.5rem * 2.4) 1.25rem;
  background:#f7f6ee;
  color:#1f2a1c;
}
.quiet-proof .compact-figure{width:min(100%,1120px);
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(0.81rem * 1.5);}
.quiet-proof .site-area h2{margin:0;
  font-size:calc(14.9px * 2);
  line-height:1.15;}
.quiet-proof .site-area .local-list{margin:calc(1.5rem * .75) 0 0;
  font-size:14.9px;
  line-height:1.78;}
.quiet-proof .page-tile{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:0.81rem;
  padding-bottom:calc(1.5rem * .75);
  border-bottom:1px solid #d6dcc6;}
.quiet-proof .team-list{font-size:calc(14.9px * .875);
  letter-spacing:.04em;
  text-transform:uppercase;
  color:var(--tone-page);}
.quiet-proof .public-block{list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:0.81rem;}
.quiet-proof .public-block a{
  display:inline-block;
  padding:.35rem .75rem;
  border-radius:0.37rem;
  background:#e8ecdc;
  color:var(--tone-page);
  font-size:calc(14.9px * .875);
  text-decoration:none;
}
.quiet-proof .public-block a.is-active{
  background:var(--paint-deep);
  color:#f4f7ef;
}
.quiet-proof .fresh-surface{list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:1.5rem;}
.quiet-proof .plain-brand{padding:1.5rem 0;
  border-top:1px solid #d6dcc6;}
.quiet-proof .plain-brand:first-child{border-top:none;
  padding-top:0;}
.quiet-proof .primary-panel{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.quiet-proof .bottom-view{margin:0;
  font-size:calc(14.9px * .875);
  color:var(--tone-page);}
.quiet-proof .plain-brand h3{margin:0;
  font-size:calc(14.9px * 1.35);
  line-height:1.2;}
.quiet-proof .plain-brand h3 a{color:inherit;
  text-decoration:none;}
.quiet-proof .plain-brand h3 a:hover{color:inherit;}
.quiet-proof .compact-quote{margin:0;
  font-size:14.9px;
  color:var(--tone-page);}
.quiet-proof .simple-plan{margin:0;
  line-height:1.78;}
.quiet-proof .secondary-fields{align-self:flex-start;
  font-size:calc(14.9px * .875);
  color:#3f6b3a;
  text-decoration:underline;}
.quiet-proof .secondary-fields:hover{color:inherit;}
.quiet-proof .main-benefit{margin:0;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid #d6dcc6;
  font-size:calc(14.9px * .875);
  line-height:1.78;}
.quiet-proof .main-benefit a{color:#3f6b3a;}
.quiet-proof .main-benefit a:hover{color:inherit;}
@media (min-width:760px){.quiet-proof .primary-panel{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    gap:calc(1.5rem * .75);
  }
}
.service-fields{
  color:#1f2a1c;
  background:#f7f6ee;
  padding:calc(1.5rem * 2.4) 1.25rem;
}
.service-fields .c{max-width:1120px;
  margin:0 auto;
  display:grid;
  gap:1.25rem;}
@media (min-width:1024px){.service-fields .c{grid-template-columns:minmax(0,1fr) 300px;}
}
.service-fields .featured-service{margin-bottom:1.5rem;}
.service-fields h1{font-size:calc(14.9px * 2.65);
  line-height:1.2;
  margin:0 0 calc(0.81rem * 1.5);}
.service-fields .local-list{font-size:calc(14.9px * 1.125);
  margin:0 0 calc(0.81rem * 1.5);}
.service-fields .open-plan{display:flex;
  flex-wrap:wrap;
  gap:0.81rem;
  font-size:calc(14.9px * .875);}
.service-fields .top-shell{line-height:1.78;}
.service-fields .top-shell h2{font-size:calc(14.9px * 1.35);
  margin:1.5rem 0 calc(0.81rem * 1.5);}
.service-fields .top-shell p{margin:0 0 calc(0.81rem * 1.5);}
.service-fields .top-shell ul{margin:0 0 calc(0.81rem * 1.5);
  padding-left:1.25rem;}
.service-fields .top-shell li{margin-bottom:0.4rem;}
.service-fields .top-shell a{text-decoration:underline;}
.service-fields .top-shell a:hover{}
.service-fields .bottom-method{margin-top:1.5rem;
  padding-top:calc(0.81rem * 1.5);
  border-top:1px solid #d6dcc6;
  display:flex;
  flex-wrap:wrap;
  gap:0.81rem;
  align-items:baseline;
  font-size:calc(14.9px * .875);}
.service-fields .direct-entries{}
.service-fields .bottom-method a{text-decoration:none;}
.service-fields .bottom-method a:hover{text-decoration:underline;}
.service-fields .primary-content{
  background:var(--surface-strong);
  color:var(--surface-soft);
  border:1px solid #d6dcc6;
  border-radius:1rem;
  padding:calc(1.5rem * .75);
  box-shadow:0 1px 2px rgba(0,0,0,0.06);
  align-self:start;
}
.service-fields .primary-content h3{font-size:calc(14.9px * 1.35);
  margin:0 0 calc(0.81rem * 1.5);}
.service-fields .fresh-rail{display:flex;
  flex-direction:column;
  gap:calc(0.81rem * 1.5);}
.service-fields .open-quote a{text-decoration:none;
  font-weight:600;}
.service-fields .open-quote a:hover{text-decoration:underline;}
.service-fields .open-quote p{margin:0.3rem 0 0;
  font-size:calc(14.9px * .875);}
.open-items{
  padding:calc(1.5rem * 2.4) 1.25rem;
  background:#f7f6ee;
  color:#1f2a1c;
}
.open-items .compact-figure{width:min(100%,1120px);
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(0.81rem * 1.5);}
.open-items .local-list{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.open-items h2{margin:0;
  font-size:calc(14.9px * 2);
  line-height:1.12;}
.open-items .main-menu{margin:0;
  font-size:14.9px;
  line-height:1.78;
  color:var(--tone-page);}
.open-items .fresh-rail{list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:0.81rem;}
.open-items .open-quote{
  background:var(--surface-strong);
  color:var(--surface-soft);
  border:1px solid #d6dcc6;
  border-radius:1rem;
  padding:calc(1.5rem * .75);
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
}
.open-items .benefit{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:0.81rem;}
.open-items .featured-grid{
  display:inline-block;
  padding:0.15rem 0.6rem;
  border-radius:0.37rem;
  background:#c46a2b;
  color:#fff8f0;
  font-size:calc(14.9px * .875);
  letter-spacing:0.02em;
}
.open-items .visual-summary{font-size:calc(14.9px * .875);
  color:var(--tone-page);}
.open-items h3{margin:0;
  font-size:calc(14.9px * 1.35);
  line-height:1.2;}
.open-items h3 a{color:inherit;
  text-decoration:none;}
.open-items h3 a:hover{color:inherit;}
.open-items .public-footer{margin:0;
  line-height:1.78;}
.open-items .bottom-method{align-self:flex-start;
  font-size:calc(14.9px * .875);
  color:#3f6b3a;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:1px;}
.open-items .bottom-method:hover{color:inherit;}
.open-items .visual{
  margin:0;
  padding:calc(1.5rem * .75);
  background:#e8ecdc;
  color:var(--tone-page);
  border-radius:0.59rem;
  font-size:calc(14.9px * .875);
  line-height:1.78;
}
@media (min-width:720px){.open-items .open-quote{
    padding:1.5rem;
  }
}
.soft-feature{
    color:#1f2a1c;
    background:#f7f6ee;
    padding:calc(1.5rem * 2.4) 1.25rem;
}
.soft-feature .c{max-width:1120px;
    margin:0 auto;
    display:grid;
    gap:calc(0.81rem * 1.5);}
@media (min-width:1024px){.soft-feature .c{
        grid-template-columns:minmax(0,1fr) 280px;
        align-items:start;
    }
}
.soft-feature .soft-method{display:flex;
    flex-direction:column;
    gap:calc(0.81rem * 1.5);}
.soft-feature .featured-service{display:flex;
    flex-direction:column;
    gap:0.81rem;
    padding-bottom:calc(0.81rem * 1.5);
    border-bottom:1px solid #d6dcc6;}
.soft-feature h1{font-size:calc(14.9px * 2.65);
    line-height:1.2;
    margin:0;}
.soft-feature .open-plan{display:flex;
    flex-wrap:wrap;
    gap:0.81rem;
    font-size:calc(14.9px * .875);}
.soft-feature .top-shell{display:flex;
    flex-direction:column;
    gap:calc(0.81rem * 1.5);
    line-height:1.78;
    font-size:14.9px;}
.soft-feature .top-shell p{margin:0;}
.soft-feature .top-shell h2{font-size:calc(14.9px * 1.35);
    margin:calc(0.81rem * 1.5) 0 0;}
.soft-feature .bottom-method{display:flex;
    flex-wrap:wrap;
    gap:0.81rem;
    padding-top:calc(0.81rem * 1.5);
    border-top:1px solid #d6dcc6;}
.soft-feature .bottom-method a{font-size:calc(14.9px * .875);
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color 550ms var(--ease-base), border-color 550ms var(--ease-base);}
.soft-feature .bottom-method a:hover{border-bottom-color:#c46a2b;}
.soft-feature .wide-visual{
    background:var(--surface-strong);
    color:var(--surface-soft);
    border:1px solid #d6dcc6;
    border-radius:1rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 1px 2px rgba(0,0,0,0.06);
}
.soft-feature .wide-visual h3{margin:0 0 0.81rem;
    font-size:14.9px;}
.soft-feature .page-footer{display:flex;
    flex-direction:column;
    gap:0.81rem;}
.soft-feature .wide-visual a{text-decoration:none;
    font-size:calc(14.9px * .875);
    line-height:1.5;}
.soft-feature .wide-visual a:hover{text-decoration:underline;}
.plain-intro{
  padding:calc(1.5rem * 2.4) 1.25rem;
  background:#f7f6ee;
  color:#1f2a1c;
}
.plain-intro .compact-figure{width:min(100%,1120px);
  margin:0 auto;}
.plain-intro .site-area{margin:0 0 calc(0.81rem * 1.5);}
.plain-intro h2{margin:0 0 calc(1.5rem * .75);
  font-size:calc(14.9px * 2);
  line-height:1.12;}
.plain-intro .local-list{margin:0;
  font-size:14.9px;
  line-height:1.78;}
.plain-intro .team-benefit{list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:1.5rem;}
.plain-intro .plain-brand{
  background:var(--surface-strong);
  color:var(--surface-soft);
  border:1px solid #d6dcc6;
  border-radius:1rem;
  padding:1.5rem;
  box-shadow:0 1px 2px rgba(0,0,0,0.06);
}
.plain-intro .open-plan{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:0.81rem;
  margin-bottom:calc(1.5rem * .75);
  font-size:calc(14.9px * .875);}
.plain-intro .featured-grid{
  background:#c46a2b;
  color:#fff8f0;
  padding:0.2rem 0.6rem;
  border-radius:0.37rem;
  letter-spacing:0.02em;
}
.plain-intro time{color:var(--tone-page);}
.plain-intro h3{margin:0 0 calc(1.5rem * .75);
  font-size:calc(14.9px * 1.35);
  line-height:1.2;}
.plain-intro h3 a{color:inherit;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:border-color 550ms var(--ease-base);}
.plain-intro h3 a:hover{border-bottom-color:#c46a2b;}
.plain-intro .focused-panel{margin:0 0 calc(1.5rem * .75);
  font-size:calc(14.9px * .875);
  color:var(--tone-page);}
.plain-intro .public-footer{margin:0 0 calc(1.5rem * .75);
  line-height:1.78;}
.plain-intro .team-brand{display:inline-block;
  font-size:calc(14.9px * .875);
  color:#3f6b3a;
  text-decoration:none;
  border-bottom:1px solid currentColor;}
.plain-intro .team-brand:hover{color:inherit;}
.plain-intro .visual{margin:calc(0.81rem * 1.5) 0 0;
  font-size:calc(14.9px * .875);
  color:var(--tone-page);}
.plain-intro .visual a{color:#3f6b3a;
  text-decoration:none;
  border-bottom:1px solid currentColor;}
.plain-intro .visual a:hover{color:inherit;}
@media (min-width:768px){.plain-intro .team-benefit{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }.plain-intro .plain-brand:first-child{
    grid-column:1 / -1;
  }
}
.page-section{background:#e8ecdc;color:var(--tone-page);padding:calc(1.5rem * 2.4) 1.25rem}
.page-section .compact-figure{max-width:1120px;margin:0 auto}
.page-section .featured-section{display:flex;align-items:flex-start;gap:calc(0.81rem * 1.5)}
.page-section .main-menu{flex:0 1 30rem;min-width:0}
.page-section h2{margin:0;font-size:clamp(calc(14.9px * 2),5vw,calc(14.9px * 2.65));line-height:1.1;letter-spacing:0}
.page-section p{margin:1.5rem 0 0;font-size:calc(14.9px * 1.125);line-height:1.65}
.page-section .visual{margin-top:calc(1.5rem * .75);font-size:calc(14.9px * .875);line-height:1.6;opacity:.85}
.page-section .open-track{flex:1 1 36rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid #d6dcc6}
.page-section .content-media{display:flex;gap:0.81rem;padding:1.5rem 0;border-bottom:1px solid #d6dcc6}
.page-section strong{flex:0 1 12rem;min-width:0;font-weight:600}
.page-section span{flex:1 1 20rem;min-width:0;line-height:1.6}
.page-section a{color:#3f6b3a;text-decoration:underline;text-underline-offset:2px}
.page-section a:hover{color:inherit;}
@media(max-width:760px){.page-section .featured-section,.page-section .content-media{flex-direction:column}.page-section .content-media{gap:calc(calc(1.5rem * .75)*.5)}
}
.plain-links{padding:calc(1.5rem * 2.4) 1.25rem;background:var(--paint-deep);color:#f4f7ef}
.plain-links .quiet-rail{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(15rem,.55fr);gap:calc(0.81rem * 1.5);align-items:start}
.plain-links .top-shell{padding-top:calc(1.5rem * .75)}
.plain-links h2{margin:0 0 1.5rem;font-size:calc(14.9px * 2);line-height:1.15}
.plain-links .top-shell>p{margin:0 0 calc(0.81rem * 1.5);font-size:14.9px;line-height:1.78}
.plain-links .open-track{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.plain-links .content-media{display:grid;grid-template-columns:minmax(7rem,.32fr) minmax(0,1fr);gap:0.81rem;padding:calc(1.5rem * .75);border-radius:0.59rem;background:#c46a2b;color:#fff8f0;align-items:baseline}
.plain-links .content-media span{font-size:calc(14.9px * .875);opacity:.92}
.plain-links .content-media strong{font-weight:600;font-size:14.9px;line-height:1.5}
.plain-links .content-media a{color:inherit;text-decoration:underline;text-underline-offset:2px}
.plain-links .content-media a:hover{opacity:.85}
.plain-links .service-brand{min-height:30rem;border-radius:1rem;overflow:hidden;border:1px solid color-mix(in srgb,currentColor 22%,transparent);box-shadow:0 2px 12px rgba(0,0,0,0.08);position:sticky;top:1.5rem}
.plain-links iframe{display:block;width:100%;height:100%;border:0}
@media (max-width: 860px){.plain-links .quiet-rail{grid-template-columns:1fr}.plain-links .content-media{grid-template-columns:1fr;gap:.25rem}.plain-links .service-brand{min-height:22rem;position:static}
}
.form---ring{
  background:#f7f6ee;
  color:#1f2a1c;
  padding:calc(1.5rem * 2.4) 1.25rem;
}
.form---ring .compact-figure{max-width:min(1120px,72rem);
  margin:0 auto;}
.form---ring .public-view{display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:calc(0.81rem * 1.5);}
.form---ring .public-footer{flex:0 1 26rem;
  min-width:0;}
.form---ring h2{margin:0;
  font-size:clamp(calc(14.9px * 2),5vw,calc(14.9px * 2.65));
  line-height:1.1;
  letter-spacing:0;}
.form---ring .public-footer p{margin:1.5rem 0 0;
  color:var(--tone-page);
  font-size:calc(14.9px * 1.125);
  line-height:1.65;}
.form---ring .fresh-rail{margin:1.5rem 0 0;
  padding:0;
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:calc(calc(1.5rem * .75) * .5);
  font-size:calc(14.9px * .875);
  color:var(--tone-page);}
.form---ring .fresh-rail li{position:relative;
  padding-left:1.1rem;}
.form---ring .fresh-rail li::before{
  content:"";
  position:absolute;
  left:0;
  top:.65em;
  width:.4rem;
  height:.4rem;
  border-radius:50%;
  background:var(--paint-deep);color:#f4f7ef;}
.form---ring .primary-copy{flex:1 1 30rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:1.5rem;}
.form---ring .content-media{display:flex;
  gap:0.81rem;
  flex-wrap:wrap;}
.form---ring .content-media label{flex:1 1 14rem;}
.form---ring label{min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(calc(1.5rem * .75) * .45);
  color:var(--tone-page);
  font-size:calc(14.9px * .875);}
.form---ring input{
  width:100%;
  min-width:0;
  border:0;
  border-bottom:1px solid #d6dcc6;
  border-radius:0;
  background:transparent;
  color:#1f2a1c;
  padding:calc(1.5rem * .75) 0;
  font:inherit;
}
.form---ring input::placeholder{color:rgba(255,255,255,0.55);}
.form---ring button{
  align-self:flex-start;
  border:0;
  border-radius:0.59rem;
  background:var(--paint-deep);
  color:#f4f7ef;
  padding:calc(1.5rem * .75) 0.81rem;
  font:inherit;
  font-weight:700;
  cursor:pointer;
  transition:background 550ms var(--ease-base);
}
.form---ring button:hover{
  background:#325630;color:var(--surface-soft);}
.form---ring .visual{margin:0;
  font-size:calc(14.9px * .875);
  color:var(--tone-page);
  line-height:1.6;}
@media (max-width:760px) {.form---ring .public-view{ flex-direction:column; }.form---ring .public-footer,
  .form---ring .primary-copy{ flex-basis:auto; width:100%; }
}
.top-body{padding:calc(1.5rem * 2.4) 1.25rem;background:#1f2a1c;color:#f2f4ec}
.top-body .public-footer{max-width:min(1120px,64rem);margin:0 auto}
.top-body h2{margin:0;font-size:calc(14.9px * 2.65);line-height:1.08}
.top-body .local-list{margin:1.5rem 0 calc(0.81rem * 1.5);font-size:calc(14.9px * 1.125);color:color-mix(in srgb,currentColor 74%,transparent)}
.top-body .fresh-rail{display:flex;flex-direction:column;gap:calc(0.81rem * 1.5)}
.top-body .open-quote{padding:0 0 calc(0.81rem * 1.5);border-bottom:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.top-body .open-quote:last-child{border-bottom:0;padding-bottom:0}
.top-body h3{margin:0 0 calc(1.5rem * .75);font-size:calc(14.9px * 1.35);line-height:1.25}
.top-body .open-quote p{margin:0;color:color-mix(in srgb,currentColor 76%,transparent)}
.top-body .visual{margin:calc(0.81rem * 1.5) 0 0;font-size:calc(14.9px * .875);color:color-mix(in srgb,currentColor 62%,transparent)}
@media (min-width:720px){.top-body .fresh-rail{display:grid;grid-template-columns:1fr 1fr;gap:calc(0.81rem * 1.5) 1.5rem}.top-body .open-quote{border-bottom:0;padding-bottom:0}
}
.direct-fields{padding:calc(1.5rem * 2.4) 1.25rem;background:var(--paint-deep);color:#f4f7ef}
.direct-fields .local-menu{max-width:min(1120px,64rem);margin:0 auto}
.direct-fields h2{margin:0;font-size:calc(14.9px * 2.65);line-height:1.08}
.direct-fields .public-visual{margin:1.5rem 0 calc(0.81rem * 1.5);font-size:calc(14.9px * 1.125);line-height:1.6}
.direct-fields .simple-service{display:flex;flex-direction:column;gap:0;border-top:1px solid color-mix(in srgb,currentColor 32%,transparent)}
.direct-fields .visual{padding:calc(1.5rem * .75) 0}
.direct-fields .visual + .visual{border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.direct-fields h3{margin:0 0 0.5rem;font-size:calc(14.9px * 1.35);line-height:1.25}
.direct-fields .visual p{margin:0;line-height:1.7}
@media (min-width:768px){.direct-fields .visual{display:grid;grid-template-columns:minmax(12rem,18rem) 1fr;gap:0.81rem;align-items:start}.direct-fields h3{margin:0}
}
.focused-menu{
  padding: calc(1.5rem * 2.4) 1.25rem;
  background: #c46a2b;
  color: #fff8f0;
}
.focused-menu .compact-figure{max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.81rem;
  align-items: flex-start;}
.focused-menu .soft-figure{
  flex: 1 1 320px;
  padding: calc(1.5rem * .75);
  border-radius: 1.4rem;
  background: #1f2a1c;
  color: #f2f4ec;
}
.focused-menu .soft-figure span{
  display: inline-block;
  font-size: calc(14.9px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff8f0;
  background: #c46a2b;
  padding: 0.2rem 0.6rem;
  border-radius: 0.37rem;
}
.focused-menu h2{margin: calc(0.81rem * 1.5) 0 0;
  font-size: calc(14.9px * 2);
  line-height: 1.1;}
.focused-menu .soft-figure p{margin: calc(0.81rem * 1.5) 0 0;
  font-size: calc(14.9px * 1.125);
  line-height: 1.78;}
.focused-menu .secondary-body{flex: 1 1 380px;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.focused-menu .content-media{
  padding: calc(1.5rem * .75);
  border-radius: 0.59rem;
  background: var(--surface-strong);
  color: var(--surface-soft);
  border: 1px solid #d6dcc6;
  box-shadow: 0 1px 2px rgba(0,0,0,0.06);
}
.focused-menu .content-media strong{display: block;
  font-size: calc(14.9px * 1.35);
  margin-bottom: calc(0.81rem * 1.5);}
.focused-menu .content-media p{margin: 0;
  line-height: 1.78;}
.focused-menu .content-media a{text-decoration: underline;
  text-underline-offset: 2px;}
.focused-menu .content-media a:hover{}
@media (max-width: 760px) {.focused-menu .compact-figure{
    flex-direction: column;
  }
}
.active-contact{
  --state-static:calc(1.5rem * 1.29);
  --layer-public:calc(1120px / 2.40);
  padding:calc(1.5rem * 2.4) 1.25rem;
  background:#f7f6ee;
  color:#1f2a1c;
}
.active-contact .compact-figure{max-width:1120px;
  margin:0 auto;}
.active-contact h2{font-size:calc(14.9px * 2);
  line-height:1.12;
  margin:0;}
.active-contact p{margin:0;
  font-size:14.9px;
  line-height:1.78;}
.active-contact .local-list{margin-top:1.5rem;
  color:#1f2a1c;}
.active-contact .visual{margin-top:calc(0.81rem * 1.5);
  color:var(--tone-page);}
.active-contact .visual-headline{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin-top:1.5rem;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.37rem;
  background:var(--paint-deep);
  color:#f4f7ef;
  text-decoration:none;
  font-size:14.9px;
}
.active-contact .visual-headline:hover{
  background:#325630;color:var(--surface-soft);}
.active-contact .bottom-method{display:flex;
  flex-wrap:wrap;
  gap:0.81rem;
  margin-top:calc(0.81rem * 1.5);
  padding-top:calc(0.81rem * 1.5);
  border-top:1px solid #d6dcc6;}
.active-contact .bottom-method a{color:#3f6b3a;
  text-decoration:none;
  font-size:calc(14.9px * .875);}
.active-contact .bottom-method a:hover{color:inherit;
  text-decoration:underline;}
.site-team{
  background: #f7f6ee;
  color: #1f2a1c;
  padding: calc(1.5rem * 2.4) 1.25rem;
}
.site-team .compact-figure{width: min(100%, 1120px);
  margin: 0 auto;}
.site-team .primary-method{display: flex;
  flex-direction: column;
  gap: calc(0.81rem * 1.5);}
.site-team .public-footer{padding-left: clamp(0px, 8vw, 96px);}
.site-team h1{margin: 0;
  max-width: 18ch;
  font-size: clamp(calc(14.9px * 2), 6vw, calc(14.9px * 2.65));
  line-height: 1.05;
  letter-spacing: 0;}
.site-team .public-footer p{margin: 1.5rem 0 0;
  font-size: calc(14.9px * 1.125);
  line-height: 1.7;}
.site-team .featured-section{display: flex;
  flex-direction: column;
  border-top: 1px solid #d6dcc6;}
.site-team .featured-section a{display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.81rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid #d6dcc6;
  color: inherit;
  text-decoration: none;
  transition: color 550ms var(--ease-base);}
.site-team .featured-section a:hover{color:inherit;}
.site-team .featured-section span{font-weight: 700;
  font-size: 14.9px;}
.site-team .featured-section small{max-width: 34ch;
  color: var(--tone-page);
  line-height: 1.5;
  text-align: right;
  font-size: calc(14.9px * .875);}
.site-team .bottom-method{display: flex;
  flex-wrap: wrap;
  gap: 0.81rem;
  font-size: calc(14.9px * .875);}
.site-team .bottom-method a{color: #3f6b3a;
  text-decoration: underline;
  text-underline-offset: 3px;}
.site-team .bottom-method a:hover{color:inherit;}
.site-team .visual-headline{
  align-self: flex-start;
  padding: 0.85rem 1.2rem;
  border-radius: 0.59rem;
  background: var(--paint-deep);
  color: #f4f7ef;
  text-decoration: none;
  font-weight: 700;
  transition: background 550ms var(--ease-base);
}
.site-team .visual-headline:hover{
  background: #325630;color:var(--surface-soft);}
@media (max-width: 620px) {.site-team .public-footer{
    padding-left: 0;
  }.site-team .featured-section a{
    flex-direction: column;
    gap: 0.4rem;
  }.site-team .featured-section small{
    max-width: none;
    text-align: left;
  }
}
