:root {
  --line-muted: #D6D2C2;
  --surface-page: #FFFFFF;
  --ease-nav: cubic-bezier(0.16,1,0.3,1);
  --tone-strong: #1B2418;
}
body{margin:0;padding:0;font-family:"Barlow", sans-serif;box-sizing:border-box;}
*,*::before,*::after{box-sizing:border-box;}
.strong-region {
    width: 100%;
    background: #F7F3E7;
    color: #1B2418;
    border-bottom: 1px solid var(--line-muted);
  }
.offer-story {
    max-width: 1420px;
    margin: 0 auto;
    padding: calc(1.63rem * 1.5) 1.94rem;
    display: flex;
    align-items: center;
    gap: 1.63rem;
  }
.visual-frame {
    font-size: calc(16.6px * 1.125);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #1B2418;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
  }
.visual-frame:hover {
    color: #C9A227;
  }
.nav-desktop {
    flex: 1 1 auto;
    min-width: 0;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 1.63rem;
    flex-wrap: wrap;
  }
.nav-list a {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: 16.6px;
    color: #1B2418;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 360ms var(--ease-nav),
                border-color 360ms var(--ease-nav);
  }
.nav-list a:hover {
    color: #C9A227;
    border-bottom-color: #C9A227;
  }
.main-track {
    flex-shrink: 0;
  }
.strong-tile {
    display: inline-block;
    padding: 0.6rem 1.1rem;
    background: #1F4A2E;
    color: #F7F3E7;
    font-size: calc(16.6px * .875);
    font-weight: 600;
    text-decoration: none;
    border-radius: 0.59rem;
    box-shadow: 0 1px 6px rgba(0,0,0,0.15);
    transition: background 360ms var(--ease-nav);
  }
.strong-tile:hover {
    background: #173A23;
    color: #F7F3E7;
  }
.primary-summary {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 40px;
    height: 40px;
    padding: 0;
    background: #EDE8D6;
    color: #2A3328;
    border: 1px solid var(--line-muted);
    border-radius: 0.27rem;
    cursor: pointer;
    flex-shrink: 0;
  }
.top-block{
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: #2A3328;
    border-radius: 1px;color:var(--tone-strong);}
.main-steps {
    display: none;
    border-top: 1px solid var(--line-muted);
    background: #EDE8D6;
    color: #2A3328;
  }
.main-steps.is-open{display: block;}
.offer-media {
    list-style: none;
    margin: 0;
    padding: calc(1.63rem * 1.5) 1.94rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
.offer-media a {
    display: block;
    padding: 0.7rem 0.4rem;
    color: #2A3328;
    text-decoration: none;
    font-size: 16.6px;
    border-bottom: 1px solid var(--line-muted);
  }
.offer-media a:hover {
    color: #C9A227;
  }
.direct-media {
    margin-top: calc(1.63rem * 1.5);
  }
.direct-media a {
    background: #1F4A2E;
    color: #F7F3E7;
    text-align: center;
    border-radius: 0.59rem;
    border-bottom: none;
    font-weight: 600;
  }
.direct-media a:hover {
    background: #173A23;
    color: #F7F3E7;
  }
@media (max-width: 767px) {
    .nav-desktop,
    .main-track {
      display: none;
    }

    .primary-summary {
      display: flex;
      margin-left: auto;
    }

    .offer-story {
      padding: calc(1.63rem * 1.5) 1.94rem;
    }
  }
.text-panel{font-family:"Barlow", sans-serif;font-size:16.6px;line-height:1.79;padding:calc(1.5rem * 2.4) 1.94rem;margin-top:calc(1.5rem * 2.4);background:#1F4A2E;color:#F7F3E7;}
.content-entries{max-width:1420px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.63rem * 1.5)}
.site-steps{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1.2fr;gap:calc(1.5rem * .75);align-items:start}
.plain-wrap{display:flex;flex-direction:column;gap:1.5rem;min-width:0}
.plain-menu{font-size:calc(16.6px * 1.35);font-weight:600;letter-spacing:0.01em;margin:0}
.opening{font-size:calc(16.6px * .875);margin:0;opacity:0.82;max-width:32ch}
.focused-frame{font-size:calc(16.6px * .875);font-weight:600;text-transform:uppercase;letter-spacing:0.08em;margin:0;opacity:0.72}
.active-intro{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.5rem}
.active-intro a{color:inherit;text-decoration:none;font-size:16.6px;border-bottom:1px solid transparent;transition:border-color 360ms var(--ease-nav), opacity 360ms var(--ease-nav)}
.active-intro a:hover,
  .active-intro a:focus-visible{border-bottom-color:currentColor;outline:none;color:inherit}
.bottom-proof{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.5rem}
.bottom-proof li{display:flex;flex-direction:column;gap:0.25rem}
.media-summary{font-size:calc(16.6px * .875);text-transform:uppercase;letter-spacing:0.06em;opacity:0.68}
.open-block{font-size:16.6px;color:inherit;text-decoration:none;word-break:break-word}
a.footer-contact-value:hover,
  a.footer-contact-value:focus-visible{text-decoration:underline;outline:none;color:inherit}
.public-details{border-top:1px solid rgba(255, 255, 255, 0.18);padding-top:calc(1.63rem * 1.5)}
.public-details p{margin:0;font-size:calc(16.6px * .875);line-height:1.79;opacity:0.82;max-width:90ch}
.strong-figure{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;border-top:1px solid rgba(255, 255, 255, 0.18);padding-top:calc(1.63rem * 1.5);font-size:calc(16.6px * .875)}
.page-benefit,
  .active-brand{margin:0;opacity:0.78}
@media (max-width: 1024px) {.site-steps{grid-template-columns:1fr 1fr 1fr}.page-unit{grid-column:1 / -1}
  }
@media (max-width: 640px) {.text-panel{padding:calc(1.5rem * 2.4) 1.94rem;background:#1F4A2E;color:#F7F3E7;}.site-steps{grid-template-columns:1fr;gap:calc(1.63rem * 1.5)}.strong-figure{flex-direction:column;align-items:flex-start}
  }
footer .fresh-story{flex:1 1 100%;max-width:1420px;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(16.6px * .875);line-height:1.79;opacity:.82;overflow-wrap:anywhere;}
.cookies {
    position: fixed;
    left: 1.94rem;
    right: 1.94rem;
    bottom: 1.5rem;
    z-index: 1200;
}
.cookies .visual-feature {
    max-width: 860px;
    margin: 0 auto;
    background: var(--surface-page);
    color: var(--tone-strong);
    border-radius: 1rem;
    padding: 1.5rem 1.94rem;
    box-shadow: 0 14px 30px rgba(0,0,0,0.23);
}
.cookies .visual-feature strong {
    display: block;
    margin-bottom: 6px;
}
.cookies .visual-feature p {
    margin: 0;
}
.cookies .team-form {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.cookies .team-form a {
    text-decoration: none;
    border: 1px solid rgba(148, 163, 184, 0.5);
    border-radius: 999px;
    padding: 7px 12px;
    transition: background 360ms var(--ease-nav), color 360ms var(--ease-nav);
}
.cookies .team-form a.cookie-accept {
    background: #1B2418;
    background: #C9A227;
    border-color: transparent;
    color: #1B2418;
    font-weight: 700;
}
.cookies .team-form a:hover {
    background: rgba(148, 163, 184, 0.2);
    color: #1B2418;
}
.media-flow{--state-control:calc(1.5rem * 1.02);--layer-local:calc(1420px / 2.25);padding:calc(1.5rem * 2.4) 1.94rem;background:#1F4A2E;color:#F7F3E7;}
.media-flow .strong-benefit{max-width:1420px;margin:0 auto;}
.media-flow h1,.media-flow h2,.media-flow h3,.media-flow p{margin:0;}
.media-flow h1{font-size:calc(16.6px * 2.65);line-height:1.08;}
.media-flow p{font-size:16.6px;line-height:1.79;color:color-mix(in srgb, currentColor 78%, transparent);}
.media-flow .primary-content{font-size:calc(16.6px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 68%, transparent);}
.media-flow .primary-wrap{max-width:var(--layer-local);}
.media-flow .focused-callout{max-width:var(--layer-local);margin-top:calc(1.63rem * 1.5);}
.media-flow a{color:inherit;text-decoration:none;}
.media-flow .open-nav>h1,.media-flow .open-nav>p{margin-top:1.5rem;}
.media-flow .open-nav>.steady-region{margin-top:calc(1.5rem * 1.15);}
.media-flow .steady-region{display:flex;flex-wrap:wrap;align-items:center;gap:1.63rem;}
.media-flow .steady-inner{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.27rem;background:#C9A227;color:#1B2418;transition:background 360ms var(--ease-nav);}
.media-flow .steady-inner:hover{background:#B08D1C;color:var(--tone-strong);}
.media-flow .bottom-headline{font-size:calc(16.6px * .875);padding-bottom:2px;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);transition:border-color 360ms var(--ease-nav);}
.media-flow .bottom-headline:hover{border-color:currentColor;}
@media (max-width:720px){.media-flow h1{}.media-flow .steady-region{flex-direction:column;align-items:flex-start;}
}
.page-view{
        --state-control: calc(1.5rem * 1.26);
        --label-base: calc(1420px / 3.59);
        padding: calc(1.5rem * 2.4) 1.94rem;
        background: #1F4A2E;
        color: #F7F3E7;
    }
.page-view .strong-benefit{max-width: 1420px;
        margin: 0 auto;}
.page-view h2,
    .page-view h3,
    .page-view p{margin: 0;}
.page-view h2{font-size: calc(16.6px * 2);
        line-height: 1.12;}
.page-view h3{font-size: calc(16.6px * 1.35);
        line-height: 1.2;}
.page-view p{font-size: 16.6px;
        line-height: 1.79;}
.page-view a{color: inherit;
        text-decoration: none;}
.page-view .direct-menu{padding-block: calc(var(--state-control) / 2);}
.page-view .steady-items{row-gap: calc(var(--state-control) * 1.2);}
.page-view .row-title{display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 1.63rem;}
.page-view .row-title h2{flex: 1 1 calc(1420px / 3);
        min-width: 0;}
.page-view .row-title > p{flex: 1 1 calc(1420px / 3);
        min-width: 0;}
.page-view .wide-items{flex: 1 1 100%;
        display: flex;
        flex-wrap: wrap;
        gap: var(--state-control);
        margin-top: var(--state-control);}
.page-view .clear-entries{flex: 1 1 var(--label-base);
        min-width: 0;
        padding-block-start: calc(1.5rem * .75);
        border-top: 1px solid color-mix(in srgb, #F7F3E7 28%, transparent);}
.page-view .clear-entries p{margin-top: calc(1.5rem / 3);}
.page-view .clear-entries a{display: inline-flex;
        margin-top: calc(1.5rem / 2);
        opacity: .85;
        border-bottom: 1px solid color-mix(in srgb, #F7F3E7 45%, transparent);
        padding-bottom: 2px;}
.page-view .clear-entries a:hover{opacity: 1;}
.clear-list{--state-control:calc(1.5rem * 1.15);--label-base:calc(1420px / 3.6);padding:calc(1.5rem * 2.4) 1.94rem;background:#C9A227;color:#1B2418;}
.clear-list .strong-benefit{max-width:1420px;margin:0 auto;}
.clear-list h2,.clear-list h3,.clear-list p{margin:0;}
.clear-list h2{font-size:calc(16.6px * 2);line-height:1.14;}
.clear-list h3{font-size:calc(16.6px * 1.35);line-height:1.22;}
.clear-list p{font-size:16.6px;line-height:1.79;color:color-mix(in srgb, currentColor 76%, transparent);}
.clear-list a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.clear-list a:hover{border-bottom-color:currentColor;}
.clear-list .direct-menu{padding-block:calc(var(--state-control) / 2);}
.clear-list .steady-items{row-gap:calc(var(--state-control) * 1.1);}
.clear-list .quiet-links{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.clear-list .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.63rem;}
.clear-list .row-title h2{flex:1 1 calc(1420px / 3.1);min-width:0;}
.clear-list .row-title>p{flex:1 1 calc(1420px / 3.1);min-width:0;}
.clear-list .soft-copy{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--state-control);margin-top:var(--state-control);}
.clear-list .clear-entries{flex:1 1 var(--label-base);min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid color-mix(in srgb, currentColor 22%, transparent);}
.clear-list .clear-entries p{margin-top:calc(1.5rem / 3.2);}
.clear-list .steady-region{flex:1 1 100%;margin-top:calc(var(--state-control) * .5);font-size:calc(16.6px * .875);}
@media (max-width:720px){.clear-list .clear-entries{border-inline-start:none;padding-inline-start:0;border-top:2px solid color-mix(in srgb, currentColor 22%, transparent);padding-top:calc(1.5rem * .75);}
}
.service-team{--state-control:calc(1.5rem * 1.05);--layer-local:calc(1420px / 2.90);padding:calc(1.5rem * 2.4) 1.94rem;background:#1F4A2E;color:#F7F3E7;}
.service-team .strong-benefit{max-width:1420px;margin:0 auto;}
.service-team h1,.service-team h2,.service-team h3,.service-team p{margin:0;}
.service-team h2{font-size:calc(16.6px * 2);line-height:1.12;max-width:var(--layer-local);}
.service-team p{font-size:16.6px;line-height:1.79;}
.service-team a{color:inherit;text-decoration:none;}
.service-team .primary-content{font-size:calc(16.6px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.72;}
.service-team .primary-wrap{max-width:var(--layer-local);opacity:0.9;}
.service-team .open-nav>.primary-content{margin-bottom:calc(1.63rem * 1.5);}
.service-team .open-nav>h2{margin-bottom:calc(1.63rem * 1.5);}
.service-team .open-nav>.primary-wrap{margin-bottom:var(--state-control);}
.service-team .steady-region{display:flex;flex-wrap:wrap;align-items:center;gap:1.63rem;}
.service-team .steady-inner{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.27rem;background:#C9A227;color:#1B2418;font-weight:600;transition:background 360ms var(--ease-nav);}
.service-team .steady-inner:hover{background:#B08D1C;color:var(--tone-strong);}
.service-team .bottom-headline{font-size:calc(16.6px * .875);text-decoration:underline;text-underline-offset:0.28em;opacity:0.82;transition:opacity 360ms var(--ease-nav);}
.service-team .bottom-headline:hover{opacity:1;}
@media (max-width:720px){.service-team .steady-region{flex-direction:column;align-items:flex-start;}.service-team .steady-inner{width:100%;}
}
.site-list{
    padding: calc(1.5rem * 2.4) 1.94rem;
    background: #F7F3E7;
    color: #1B2418;
}
.site-list .main-callout{max-width: 1420px;
    margin: 0 auto;}
.site-list .plain-shell{max-width: 62ch;
    margin-bottom: calc(1.63rem * 1.5);}
.site-list .plain-shell h2{margin: 0 0 calc(1.5rem * .75);
    font-size: calc(16.6px * 2);
    line-height: 1.2;}
.site-list .plain-shell p{margin: 0;
    font-size: 16.6px;}
.site-list .primary-items{display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.63rem;}
.site-list .wide-grid{
    display: flex;
    flex-direction: column;
    gap: calc(1.5rem * .75);
    padding: calc(1.5rem * .75);
    background: var(--surface-page);
    color: var(--tone-strong);
    border: 1px solid var(--line-muted);
    border-left: 4px solid #C9A227;
    border-radius: 0.59rem;
    box-shadow: 0 1px 6px rgba(0,0,0,0.15);
}
.site-list .secondary-inner{border-left-color: #1F4A2E;}
.site-list .steady-group{border-left-color: #C9A227;}
.site-list .simple-media{border-left-color: #2A3328;}
.site-list .public-view{margin: 0;
    font-size: calc(16.6px * 1.125);
    line-height: 1.3;}
.site-list .public-view a{color: inherit;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 360ms var(--ease-nav);}
.site-list .public-view a:hover{border-bottom-color: #C9A227;}
.site-list .media-section{margin: 0;
    font-size: calc(16.6px * .875);}
.site-list .content-actions{margin: 0;
    font-size: 16.6px;
    line-height: 1.79;}
.secondary-links{--state-control:calc(1.5rem * 0.95);--layer-local:calc(1420px / 2.85);padding:calc(1.5rem * 2.4) 1.94rem;background:#F7F3E7;color:#1B2418;}
.secondary-links .strong-benefit{max-width:1420px;margin:0 auto;}
.secondary-links h1,.secondary-links h2,.secondary-links h3,.secondary-links p{margin:0;}
.secondary-links h2{font-size:calc(16.6px * 2);line-height:1.14;max-width:var(--layer-local);}
.secondary-links p{font-size:16.6px;line-height:1.79;}
.secondary-links a{color:#1F4A2E;text-decoration:none;border-bottom:1px solid var(--line-muted);}
.secondary-links a:hover{color:inherit;}
.secondary-links .simple-region{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.63rem;}
.secondary-links .focused-callout{flex:1 1 60%;min-width:0;}
.secondary-links .focused-callout .primary-wrap{margin-top:calc(1.63rem * 1.5);max-width:var(--layer-local);color:#2A3328;}
.secondary-links .steady-inner{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.27rem;background:#1F4A2E;color:#F7F3E7;border-bottom:none;font-weight:600;}
.secondary-links .steady-inner:hover{background:#173A23;color:#F7F3E7;}
.secondary-links .mission{flex:1 1 100%;display:flex;flex-direction:column;gap:var(--state-control);margin-top:calc(1.63rem * 1.5);}
.secondary-links details{padding:calc(calc(1.5rem * .75) * 0.9) calc(1.5rem * .75);border-radius:0.59rem;background:var(--surface-page);color:var(--tone-strong);border:1px solid var(--line-muted);}
.secondary-links details[open]{background:#EDE8D6;color:#2A3328;}
.secondary-links summary{cursor:pointer;font-weight:700;font-size:calc(16.6px * 1.125);line-height:1.3;}
.secondary-links details p{margin-top:calc(1.5rem / 2.6);color:inherit;}
.secondary-links .primary-content{margin-top:calc(1.63rem * 1.5);font-size:calc(16.6px * .875);color:#2A3328;max-width:var(--layer-local);}
@media (max-width:720px){.secondary-links h2{max-width:none;}.secondary-links .focused-callout .primary-wrap,.secondary-links .primary-content{max-width:none;}.secondary-links .steady-inner{width:100%;}
}
.contact-service{
        --state-control: calc(1.5rem * 1.15);
        --layer-local: calc(1420px / 2.2);
        padding: calc(1.5rem * 2.4) 1.94rem;
        background: #1F4A2E;
        color: #F7F3E7;
    }
.contact-service .strong-benefit{max-width: 1420px;
        margin: 0 auto;}
.contact-service h2,
    .contact-service h3,
    .contact-service p{margin: 0;}
.contact-service h2{font-size: calc(16.6px * 2);
        line-height: 1.14;}
.contact-service h3{font-size: calc(16.6px * 1.35);
        line-height: 1.22;}
.contact-service p{font-size: 16.6px;
        line-height: 1.79;}
.contact-service .offer-tile{display: flex;
        flex-direction: column;
        gap: calc(1.63rem * 1.5);
        max-width: var(--layer-local);}
.contact-service .primary-wrap{opacity: .82;}
.contact-service .soft-form{display: flex;
        flex-direction: column;
        gap: 0;
        margin-top: calc(var(--state-control) * 1.4);
        border-top: 1px solid rgba(247, 243, 231, 0.22);}
.contact-service .direct-form{display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 2.1fr);
        gap: 1.63rem;
        padding: calc(1.63rem * 1.5) 0;
        border-bottom: 1px solid rgba(247, 243, 231, 0.22);}
.contact-service .direct-form .soft-items{font-size: calc(16.6px * .875);
        letter-spacing: 0.08em;
        text-transform: uppercase;
        opacity: .7;
        padding-top: 0.35rem;}
.contact-service .direct-form p{margin-top: calc(1.5rem / 3);
        opacity: .88;}
.contact-service .primary-content{margin-top: calc(var(--state-control) * 1.1);
        font-size: calc(16.6px * .875);
        opacity: .82;
        max-width: var(--layer-local);}
.contact-service a{text-decoration: underline;
        text-underline-offset: 3px;}
.contact-service a:hover{color:inherit;}
@media (max-width: 720px) {.contact-service .direct-form{
            grid-template-columns: 1fr;
            gap: calc(1.63rem / 2);
        }
    }
.quiet-service{
  background: linear-gradient(135deg, #1F4A2E 0%, #2E6B41 55%, #3F8A52 100%);
  color: #F7F3E7;
  padding: calc(1.5rem * 2.4) 1.94rem;
  overflow: hidden;
}
.quiet-service .strong-benefit{width: min(100%, 1420px);
  margin: 0 auto;
  display: grid;
  gap: calc(1.63rem * 1.5);}
.quiet-service h2,
.quiet-service h3,
.quiet-service p{margin: 0;}
.quiet-service h2{font-size: calc(16.6px * 2.65);
  line-height: 1.04;}
.quiet-service h3{font-size: calc(16.6px * 1.35);
  line-height: 1.18;}
.quiet-service p{font-size: 16.6px;
  line-height: 1.79;}
.quiet-service .compact-unit{max-width: 62rem;
  display: grid;
  gap: 1.5rem;}
.quiet-service .top-flow{
  display: grid;
  grid-template-columns: minmax(10rem, .28fr) minmax(0, 1fr);
  gap: 1.63rem;
  padding: 1.5rem;
  border-radius: 1.17rem;
  background: linear-gradient(135deg, #C9A227 0%, #E0BE4A 100%);
  color: #1B2418;
}
.quiet-service .top-flow p{font-size: calc(16.6px * .875);}
.quiet-service .team-wrap{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.quiet-service .site-panel{
  flex: 1 1 20rem;
  min-height: 15rem;
  display: grid;
  align-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 1rem;
  background: var(--surface-page);
  color: var(--tone-strong);
  border: 1px solid var(--line-muted);
  text-decoration: none;
  transition: transform 360ms var(--ease-nav), box-shadow 360ms var(--ease-nav);
}
.quiet-service .site-panel:hover{transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.19);}
.quiet-service .site-panel span{font-size: calc(16.6px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;}
@media (max-width: 760px) {.quiet-service h2{
    font-size: clamp(calc(16.6px * 2), 11vw, calc(16.6px * 2.65));
  }.quiet-service .top-flow{
    grid-template-columns: 1fr;
  }
}
.visual-panel{
  background: #F7F3E7;
  color: #1B2418;
  padding: calc(1.5rem * 2.4) 1.94rem;
}
.visual-panel .strong-benefit{width: min(100%, 1420px);
  margin: 0 auto;}
.visual-panel h2,
.visual-panel p{margin: 0;}
.visual-panel .offer-tile{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  margin-bottom: calc(1.63rem * 1.5);
  max-width: 60rem;}
.visual-panel h2{font-size: calc(16.6px * 2);
  line-height: 1.08;}
.visual-panel .offer-tile p{line-height: 1.79;
  color: #2A3328;}
.visual-panel .strong-fields{display: flex;
  flex-wrap: wrap;
  gap: 1.63rem;}
.visual-panel .clear-content{
  flex: 1 1 18rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding: 1.5rem 1.94rem;
  border-radius: 0.59rem;
  background: var(--surface-page);
  color: var(--tone-strong);
  border: 1px solid var(--line-muted);
}
.visual-panel .clear-content:nth-child(3n + 2){
  background: #EDE8D6;
  color: #2A3328;
}
.visual-panel strong{font-size: calc(16.6px * 1.35);
  line-height: 1.16;}
.visual-panel .clear-content p{line-height: 1.79;}
.visual-panel span{margin-top: auto;
  font-size: calc(16.6px * .875);
  color: #2A3328;}
.visual-panel .clear-content:nth-child(3n + 2) span{color: #2A3328;}
@media (max-width: 760px) {.visual-panel .offer-tile{ gap: calc(1.63rem * 1.5); }.visual-panel .clear-content{ flex: 1 1 100%; }
}
.compact-method{--state-control:calc(1.5rem * 0.9);--layer-local:calc(1420px / 2.2);--label-base:calc(1420px / 3.3);padding:calc(1.5rem * 2.4) 1.94rem;background:#1F4A2E;color:#F7F3E7;}
.compact-method .strong-benefit{max-width:1420px;margin:0 auto;}
.compact-method h2,.compact-method h3,.compact-method p{margin:0;}
.compact-method h2{font-size:calc(16.6px * 2);line-height:1.14;}
.compact-method h3{font-size:calc(16.6px * 1.35);line-height:1.22;}
.compact-method p{font-size:16.6px;line-height:1.79;color:color-mix(in srgb, currentColor 76%, transparent);}
.compact-method a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.compact-method a:hover{}
.compact-method .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.63rem;}
.compact-method .row-title h2{flex:1 1 calc(1420px / 2.6);min-width:0;}
.compact-method .row-title>p{flex:1 1 calc(1420px / 2.6);min-width:0;}
.compact-method .wide-items{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--state-control);margin-top:calc(var(--state-control) * 1.15);}
.compact-method .clear-entries{flex:1 1 var(--label-base);min-width:0;padding-top:calc(calc(1.5rem * .75) / 1.6);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.compact-method .clear-entries p{margin-top:calc(1.5rem / 3);}
.compact-method .steady-region{flex:1 1 100%;margin-top:calc(var(--state-control) * 1.2);max-width:var(--layer-local);font-size:calc(16.6px * .875);}
@media (max-width:720px){.compact-method .row-title h2,.compact-method .row-title>p{flex:1 1 100%;}
}
.wide-team{--state-control:calc(1.5rem * 1.15);--layer-local:calc(1420px / 1.9);padding:calc(1.5rem * 2.4) 1.94rem;background:#F7F3E7;color:#1B2418;}
.wide-team .strong-benefit{max-width:1420px;margin:0 auto;}
.wide-team h2,.wide-team h3,.wide-team p{margin:0;}
.wide-team h2{font-size:calc(16.6px * 2);line-height:1.14;}
.wide-team h3{font-size:calc(16.6px * 1.35);line-height:1.22;}
.wide-team p{font-size:16.6px;line-height:1.79;}
.wide-team .offer-tile{max-width:var(--layer-local);}
.wide-team .offer-tile .primary-wrap{margin-top:calc(calc(1.63rem * 1.5) * .7);color:#2A3328;}
.wide-team .wide-items{display:flex;flex-wrap:wrap;gap:var(--state-control);margin-top:var(--state-control);}
.wide-team .clear-entries{flex:1 1 calc(1420px / 3.3);min-width:0;display:flex;flex-direction:column;justify-content:space-between;gap:calc(1.5rem * .75);padding:calc(1.5rem * .75);border-radius:0.59rem;background:var(--surface-page);color:var(--tone-strong);border:1px solid var(--line-muted);}
.wide-team .text-quote{font-size:16.6px;line-height:1.79;}
.wide-team .strong-nav{display:flex;flex-direction:column;gap:calc(calc(1.63rem * 1.5) * .25);padding-top:calc(1.5rem * .75);border-top:1px solid var(--line-muted);}
.wide-team .focused-group{font-size:calc(16.6px * .875);color:#2A3328;}
.wide-team .primary-content{margin-top:var(--state-control);max-width:var(--layer-local);font-size:calc(16.6px * .875);color:#2A3328;}
.wide-team .primary-content a{color:#1F4A2E;text-decoration:underline;}
.wide-team .primary-content a:hover{color:inherit;}
@media (max-width:720px){.wide-team .clear-entries{flex:1 1 100%;}
}
.quiet-brand{
  --state-control:calc(1.5rem * 1.15);
  --layer-local:calc(1420px / 2.2);
  padding:calc(1.5rem * 2.4) 1.94rem;
  background:#F7F3E7;
  color:#1B2418;
}
.quiet-brand .strong-benefit{max-width:1420px;
  margin:0 auto;}
.quiet-brand h2,
.quiet-brand h3,
.quiet-brand p{margin:0;}
.quiet-brand h2{font-size:calc(16.6px * 2);
  line-height:1.12;
  max-width:var(--layer-local);}
.quiet-brand h3{font-size:calc(16.6px * 1.35);
  line-height:1.2;}
.quiet-brand p{font-size:16.6px;
  line-height:1.79;}
.quiet-brand .primary-content{font-size:calc(16.6px * .875);
  letter-spacing:.04em;
  text-transform:uppercase;
  margin-bottom:calc(1.5rem / 2);}
.quiet-brand .primary-wrap{margin-top:1.5rem;
  max-width:var(--layer-local);}
.quiet-brand .wide-items{display:flex;
  flex-direction:column;
  gap:0;
  margin-top:var(--state-control);
  border-top:1px solid var(--line-muted);}
.quiet-brand .clear-entries{min-width:0;
  padding:calc(1.63rem * 1.5) 0;
  border-bottom:1px solid var(--line-muted);}
.quiet-brand .focused-callout{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:1.63rem;}
.quiet-brand .focused-callout h3{flex:0 0 auto;
  width:calc(1420px / 3.4);}
.quiet-brand .focused-callout p{flex:1 1 22rem;
  min-width:0;}
.quiet-brand .focused-callout a{
  flex:0 0 auto;
  align-self:flex-start;
  display:inline-flex;
  align-items:center;
  padding:calc(calc(1.5rem * .75) / 1.6) 1.5rem;
  border-radius:0.27rem;
  background:#1F4A2E;
  color:#F7F3E7;
  font-size:calc(16.6px * .875);
  text-decoration:none;
  transition:background 360ms var(--ease-nav);
}
.quiet-brand .focused-callout a:hover{
  background:#173A23;color:var(--tone-strong);}
.quiet-brand .steady-region{margin-top:var(--state-control);
  font-size:calc(16.6px * .875);}
.quiet-brand .steady-region a{text-decoration:underline;
  text-underline-offset:3px;}
.quiet-brand .steady-region a:hover{}
@media (max-width:860px){.quiet-brand .focused-callout h3{
    width:100%;
  }.quiet-brand .focused-callout p{
    flex:1 1 100%;
  }
}
.plain-rail{--state-control:calc(1.5rem * 1.05);--mark-local:calc(1420px / 3.1);padding:calc(1.5rem * 2.4) 1.94rem;background:#F7F3E7;color:#1B2418;}
.plain-rail .strong-benefit{max-width:1420px;margin:0 auto;}
.plain-rail h2,.plain-rail h3,.plain-rail p{margin:0;}
.plain-rail h2{font-size:calc(16.6px * 2);line-height:1.14;}
.plain-rail h3{font-size:calc(16.6px * 1.35);line-height:1.22;}
.plain-rail p{font-size:16.6px;line-height:1.79;}
.plain-rail a{color:#1F4A2E;text-decoration:none;border-bottom:1px solid var(--line-muted);}
.plain-rail a:hover{color:inherit;border-bottom-color:#C9A227;}
.plain-rail .active-track{display:flex;flex-wrap:wrap;gap:1.63rem;align-items:flex-start;}
.plain-rail .active-track>h2{flex:1 1 calc(1420px / 3);min-width:0;}
.plain-rail .active-track>.primary-wrap{flex:1 1 calc(1420px / 2.2);min-width:0;color:#2A3328;}
.plain-rail .wide-items{display:flex;flex-wrap:wrap;gap:var(--state-control);margin-top:var(--state-control);}
.plain-rail .clear-entries{flex:1 1 var(--mark-local);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.59rem;background:var(--surface-page);color:var(--tone-strong);border:1px solid var(--line-muted);}
.plain-rail .clear-entries p{margin-top:calc(1.5rem / 3);color:#2A3328;}
.plain-rail .steady-region{display:flex;flex-wrap:wrap;gap:1.63rem;margin-top:var(--state-control);padding-top:calc(1.5rem / 2);border-top:1px solid var(--line-muted);}
.plain-rail .steady-region a{font-size:calc(16.6px * .875);}
@media (max-width:720px){.plain-rail .active-track>h2,.plain-rail .active-track>.primary-wrap{flex:1 1 100%;}
}
.visual-wrap{
        padding: calc(1.5rem * 2.4) 1.94rem;
        background: linear-gradient(135deg, #1F4A2E 0%, #2E6B41 55%, #3F8A52 100%);
        color: #F7F3E7;
    }
.visual-wrap .strong-benefit{max-width: 1420px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(1.63rem * 1.5);}
.visual-wrap .primary-wrap{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        max-width: 52rem;}
.visual-wrap h2{margin: 0;
        font-size: calc(16.6px * 2);
        line-height: 1.1;}
.visual-wrap .primary-wrap p{margin: 0;
        font-size: calc(16.6px * 1.125);
        line-height: 1.79;}
.visual-wrap .strong-fields{display: flex;
        flex-wrap: wrap;
        gap: 1.63rem;}
.visual-wrap .top-wrap{
        flex: 1 1 22rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: calc(1.5rem * .75);
        padding: calc(1.5rem * .75);
        border: 1px solid var(--line-muted);
        border-radius: 0.59rem;
        background: var(--surface-page);
        color: var(--tone-strong);
        box-shadow: 0 1px 6px rgba(0,0,0,0.15);
    }
.visual-wrap .text-quote{font-size: 16.6px;
        line-height: 1.79;}
.visual-wrap .strong-visual{display: flex;
        flex-direction: column;
        gap: 0.25rem;
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid var(--line-muted);}
.visual-wrap .strong-visual strong{font-size: 16.6px;}
.visual-wrap .strong-visual span{font-size: calc(16.6px * .875);}
@media (max-width: 760px) {.visual-wrap .top-wrap{
            flex: 1 1 100%;
        }
    }
.soft-story{--state-control:calc(1.5rem * 1.1);--layer-local:calc(1420px / 2.6);padding:calc(1.5rem * 2.4) 1.94rem;background:#F7F3E7;color:#1B2418;}
.soft-story .strong-benefit{max-width:1420px;margin:0 auto;}
.soft-story h1,.soft-story h2,.soft-story h3,.soft-story p{margin:0;}
.soft-story h2{font-size:calc(16.6px * 2);line-height:1.14;max-width:var(--layer-local);}
.soft-story h3{font-size:calc(16.6px * 1.35);line-height:1.22;}
.soft-story p{font-size:16.6px;line-height:1.79;}
.soft-story .primary-content{font-size:calc(16.6px * .875);letter-spacing:0.06em;text-transform:uppercase;color:#2A3328;background:#EDE8D6;display:inline-block;padding:0.35rem 0.7rem;border-radius:0.27rem;}
.soft-story .primary-wrap{margin-top:calc(1.63rem * 1.5);max-width:var(--layer-local);color:#2A3328;}
.soft-story a{color:#1F4A2E;text-decoration:none;border-bottom:1px solid transparent;transition:color 360ms var(--ease-nav),border-color 360ms var(--ease-nav);}
.soft-story a:hover{color:inherit;border-bottom-color:#C9A227;}
.soft-story .steady-inner{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.27rem;background:#1F4A2E;color:#F7F3E7;border-bottom:none;font-size:16.6px;}
.soft-story .steady-inner:hover{background:#173A23;color:#F7F3E7;}
.soft-story .wide-items{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.63rem;margin-top:var(--state-control);}
.soft-story .clear-entries{flex:1 1 calc(1420px / 4.6);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid var(--line-muted);}
.soft-story .clear-entries p{margin-top:calc(1.5rem / 3);color:#2A3328;}
.soft-story .simple-region{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1.63rem;}
.soft-story .simple-region>.focused-callout{flex:1 1 auto;min-width:0;}
.soft-story .simple-region>.steady-inner{flex:0 0 auto;margin-bottom:0.25rem;}
.soft-story .simple-region>.wide-items{flex:1 1 100%;}
.soft-story .steady-region{flex:1 1 100%;margin-top:calc(1.63rem * 1.5);font-size:calc(16.6px * .875);color:#2A3328;}
@media (max-width:720px){.soft-story .simple-region{align-items:flex-start;}.soft-story .clear-entries{flex:1 1 100%;}
}
.public-media{padding:calc(1.5rem * 2.4) 1.94rem;background:linear-gradient(135deg, #1F4A2E 0%, #2E6B41 55%, #3F8A52 100%);color:#F7F3E7}
.public-media .strong-benefit{max-width:1420px;margin:0 auto;display:flex;align-items:flex-start;gap:1.63rem}
.public-media .primary-wrap{flex:0 0 min(23rem,34vw);position:sticky;top:1.5rem;padding-top:1.5rem}
.public-media .primary-wrap h2{margin:0;font-size:calc(16.6px * 2);line-height:1.06}
.public-media .primary-wrap p{margin:1.5rem 0 0;font-size:calc(16.6px * 1.125);line-height:1.79}
.public-media .primary-wrap strong{display:block;margin-top:calc(1.63rem * 1.5);font-size:16.6px;line-height:1.3}
.public-media .steady-region{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:calc(1.63rem * 1.5)}
.public-media .steady-region a{color:#F7F3E7;text-decoration:none;border-bottom:1px solid #C9A227;padding-bottom:2px;font-size:calc(16.6px * .875);transition:border-color 360ms var(--ease-nav)}
.public-media .steady-region a:hover{border-color:#F7F3E7}
.public-media .page-figure{flex:1 1 0;display:flex;flex-direction:column;border-top:1px solid rgba(14, 32, 20, 0.55)}
.public-media .media-track{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.3fr);gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid rgba(14, 32, 20, 0.55)}
.public-media .media-track strong{font-size:calc(16.6px * 1.35);line-height:1.14}
.public-media .media-track p{margin:0;line-height:1.79;font-size:16.6px}
@media(max-width:860px){.public-media .strong-benefit{display:block}.public-media .primary-wrap{position:static;max-width:30rem;margin-bottom:calc(1.63rem * 1.5)}.public-media .media-track{grid-template-columns:1fr;gap:calc(1.5rem * .75)}}
.page-links{
    --state-control:calc(1.5rem * 0.92);
    --layer-local:calc(1420px / 2.6);
    padding:calc(1.5rem * 2.4) 1.94rem;
    background:#EDE8D6;
    color:#2A3328;
  }
.page-links .strong-benefit{max-width:1420px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.63rem * 1.5);}
.page-links h2{font-size:calc(16.6px * 2);
    line-height:1.14;
    margin:0;
    max-width:var(--layer-local);}
.page-links p{margin:0;
    font-size:16.6px;
    line-height:1.79;}
.page-links .soft-form{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.page-links .primary-wrap{max-width:var(--layer-local);
    font-size:calc(16.6px * 1.125);}
.page-links .quiet-grid{display:flex;
    flex-wrap:wrap;
    gap:1.63rem;
    padding-top:var(--state-control);
    border-top:1px solid var(--line-muted);}
.page-links .focused-callout,
  .page-links .primary-content{flex:1 1 18rem;
    min-width:0;}
.page-links .primary-content{font-size:calc(16.6px * .875);
    color:#2A3328;
    opacity:0.82;}
.page-links .main-flow{display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:1.63rem;}
.page-links .steady-inner{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:calc(1.5rem * .75) 1.5rem;
    border-radius:0.27rem;
    background:#1F4A2E;
    color:#F7F3E7;
    text-decoration:none;
    font-size:16.6px;
    transition:background 360ms var(--ease-nav);
  }
.page-links .steady-inner:hover{
    background:#173A23;color:var(--tone-strong);}
.page-links .steady-region{flex:1 1 16rem;
    font-size:calc(16.6px * .875);}
.page-links .steady-region a{color:#1F4A2E;
    text-decoration:underline;
    text-underline-offset:3px;}
.page-links .steady-region a:hover{color:inherit;}
@media (max-width:640px){.page-links .quiet-grid{
      flex-direction:column;
    }
  }
.open-flow{--state-control:calc(1.5rem * 1.05);--layer-local:calc(1420px / 2.4);padding:calc(1.5rem * 2.4) 1.94rem;background:#F7F3E7;color:#1B2418;}
.open-flow .strong-benefit{max-width:1420px;margin:0 auto;}
.open-flow h2,.open-flow h3,.open-flow p{margin:0;}
.open-flow h2{font-size:calc(16.6px * 2);line-height:1.14;margin-top:calc(1.5rem / 2);}
.open-flow h3{font-size:calc(16.6px * 1.35);line-height:1.22;}
.open-flow p{font-size:16.6px;line-height:1.79;}
.open-flow a{color:#1F4A2E;text-decoration:none;}
.open-flow a:hover{color:inherit;}
.open-flow .primary-content{font-size:calc(16.6px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#2A3328;}
.open-flow .primary-wrap{margin-top:calc(1.5rem / 2);max-width:var(--layer-local);}
.open-flow .steady-inner{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.27rem;background:#1F4A2E;color:#F7F3E7;font-size:16.6px;}
.open-flow .steady-inner:hover{background:#173A23;color:#F7F3E7;}
.open-flow .wide-items{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.63rem;margin-top:var(--state-control);}
.open-flow .clear-entries{flex:1 1 calc(1420px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid var(--line-muted);}
.open-flow .clear-entries p{margin-top:calc(1.5rem / 3);color:#2A3328;}
.open-flow .simple-region{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.63rem;}
.open-flow .simple-region>.focused-callout{flex:1 1 auto;min-width:0;}
.open-flow .simple-region>.steady-inner{flex:0 0 auto;margin-top:calc(1.5rem / 2);}
.open-flow .simple-region>.wide-items{flex:1 1 100%;}
.open-flow .steady-region{flex:1 1 100%;margin-top:var(--state-control);font-size:calc(16.6px * .875);color:#2A3328;}
@media (max-width:900px){.open-flow .clear-entries{flex:1 1 calc(1420px / 2.6);}
}
@media (max-width:600px){.open-flow .clear-entries{flex:1 1 100%;}.open-flow .simple-region>.steady-inner{margin-top:1.5rem;}
}
.direct-team{--state-control:calc(1.5rem * 1.1);--state-base:7.5rem;padding:calc(1.5rem * 2.4) 1.94rem;background:#1F4A2E;color:#F7F3E7;}
.direct-team .strong-benefit{max-width:1420px;margin:0 auto;}
.direct-team h2,.direct-team h3,.direct-team p,.direct-team ol,.direct-team li{margin:0;}
.direct-team h2{font-size:calc(16.6px * 2);line-height:1.12;}
.direct-team h3{font-size:calc(16.6px * 1.35);line-height:1.22;}
.direct-team p{font-size:16.6px;line-height:1.79;}
.direct-team .offer-tile{max-width:calc(1420px / 1.7);}
.direct-team .primary-wrap{margin-top:calc(1.5rem / 2);color:color-mix(in srgb, currentColor 78%, transparent);}
.direct-team .soft-form{list-style:none;padding:0;margin-top:var(--state-control);display:flex;flex-direction:column;gap:0;border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.direct-team .narrow-plan{display:flex;gap:1.63rem;padding:calc(1.63rem * 1.5) 0;border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);align-items:flex-start;}
.direct-team .soft-items{flex:0 0 var(--state-base);font-size:calc(16.6px * .875);letter-spacing:.08em;text-transform:uppercase;padding-top:.25rem;}
.direct-team .quiet-grid{min-width:0;flex:1 1 auto;}
.direct-team .quiet-grid p{margin-top:calc(1.5rem / 3);color:color-mix(in srgb, currentColor 76%, transparent);}
.direct-team .primary-content{margin-top:var(--state-control);max-width:calc(1420px / 1.9);font-size:calc(16.6px * .875);color:color-mix(in srgb, currentColor 72%, transparent);}
.direct-team a{color:inherit;text-decoration:underline;text-underline-offset:.2em;}
.direct-team a:hover{}
@media (max-width:720px){.direct-team .narrow-plan{flex-direction:column;gap:calc(1.5rem / 3);}.direct-team .soft-items{flex:0 0 auto;}
}
.contact-section{
  background:#F7F3E7;
  color:#1B2418;
  padding:calc(1.5rem * 2.4) 1.94rem;
}
.contact-section .strong-benefit{max-width:1420px;
  margin:0 auto;}
.contact-section .offer-tile{display:flex;
  flex-wrap:wrap;
  gap:calc(1.63rem * 1.5);
  align-items:flex-start;}
.contact-section h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(16.6px * 2);
  line-height:1.12;}
.contact-section .offer-tile p{flex:1 1 24rem;
  min-width:0;
  margin:0;
  color:#2A3328;
  line-height:1.79;}
.contact-section .visual-intro{margin-top:calc(1.63rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.63rem;}
.contact-section .visual-intro a{flex:1 1 18rem;
  min-width:0;
  color:#1B2418;
  text-decoration:none;
  padding:calc(1.5rem * .75) calc(1.5rem * .75) calc(1.5rem * .75) 0;
  border-top:2px solid var(--line-muted);
  transition:border-color 360ms var(--ease-nav);}
.contact-section .visual-intro a:hover{border-top-color:#C9A227;}
.contact-section .visual-intro strong{display:block;
  font-size:16.6px;
  line-height:1.3;}
.contact-section .visual-intro span{display:block;
  margin-top:.4rem;
  color:#2A3328;
  font-size:calc(16.6px * .875);
  line-height:1.79;}
.contact-section .primary-content{margin:calc(1.63rem * 1.5) 0 0;
  padding:calc(1.5rem * .75) 0 0;
  border-top:1px solid var(--line-muted);
  color:#2A3328;
  line-height:1.79;}
.contact-section .steady-region{margin-top:1.5rem;
  display:flex;
  flex-wrap:wrap;
  gap:1.63rem;}
.contact-section .steady-region a{display:inline-flex;
  align-items:center;
  color:#1F4A2E;
  text-decoration:none;
  border-bottom:1px solid #1F4A2E;
  padding-bottom:2px;
  font-size:16.6px;
  transition:color 360ms var(--ease-nav), border-color 360ms var(--ease-nav);}
.contact-section .steady-region a:hover{color:inherit;
  border-bottom-color:#C9A227;}
@media (max-width:680px){.contact-section .offer-tile{display:block}.contact-section .offer-tile p{margin-top:1.5rem}.contact-section .visual-intro{display:block}.contact-section .visual-intro a{display:block;margin-top:1.63rem}
}
.offer-content{padding:calc(1.5rem * 2.4) 1.94rem;background:linear-gradient(135deg, #1F4A2E 0%, #2E6B41 55%, #3F8A52 100%);color:#F7F3E7}
.offer-content .strong-benefit{max-width:1420px;margin:0 auto}
.offer-content .soft-form{display:flex;gap:calc(1.63rem * 1.5);align-items:flex-start}
.offer-content .plain-section{flex:0 1 22rem;min-width:0;border-left:1px solid color-mix(in srgb,#F7F3E7 28%,transparent);padding-left:1.5rem}
.offer-content .plain-section p{margin:0;line-height:1.79}
.offer-content .plain-section .primary-content{margin-top:calc(1.5rem * .75);font-size:calc(16.6px * .875);opacity:.82}
.offer-content .direct-visual{flex:1 1 44rem;min-width:0}
.offer-content h2{margin:0;font-size:calc(16.6px * 2.65);line-height:1.05}
.offer-content .offer-brand{margin-top:calc(1.63rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.offer-content .offer-brand p{margin:0;display:flex;gap:1.5rem;align-items:flex-start;padding-bottom:1.5rem;border-bottom:1px solid color-mix(in srgb,#F7F3E7 16%,transparent)}
.offer-content .offer-brand p:last-child{border-bottom:0;padding-bottom:0}
.offer-content strong{flex:0 1 13rem;min-width:0;font-size:calc(16.6px * .875);letter-spacing:.01em}
.offer-content span{flex:1 1 28rem;min-width:0;line-height:1.79}
@media(max-width:760px){.offer-content .soft-form,.offer-content .offer-brand p{display:block}.offer-content .plain-section{border-left:0;padding-left:0}.offer-content .direct-visual{margin-top:calc(1.63rem * 1.5)}.offer-content span{display:block;margin-top:calc(1.5rem * .75)}.offer-content h2{font-size:calc(16.6px * 2)}.offer-content .offer-brand p{padding-bottom:calc(1.5rem * .75)}}
.compact-inner{
  --state-control:calc(1.5rem * 1.15);
  --layer-local:calc(1420px / 2.2);
  padding:calc(1.5rem * 2.4) 1.94rem;
  background:#F7F3E7;
  color:#1B2418;
}
.compact-inner .strong-benefit{max-width:1420px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(1.63rem * 1.5);}
.compact-inner h2,
.compact-inner h3,
.compact-inner p{margin:0;}
.compact-inner h2{font-size:calc(16.6px * 2);
  line-height:1.14;}
.compact-inner h3{font-size:calc(16.6px * 1.35);
  line-height:1.25;}
.compact-inner p{font-size:16.6px;
  line-height:1.79;
  color:#2A3328;}
.compact-inner .offer-tile{max-width:var(--layer-local);
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.compact-inner .offer-tile .primary-wrap{font-size:calc(16.6px * 1.125);
  color:#1B2418;}
.compact-inner .mission{display:flex;
  flex-direction:column;
  gap:0;
  border-top:1px solid var(--line-muted);}
.compact-inner .clear-entries{padding:calc(1.5rem * .75) 0;
  border-bottom:1px solid var(--line-muted);
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);
  gap:1.63rem;
  align-items:start;}
.compact-inner .clear-entries p{margin:0;}
.compact-inner .steady-region{padding-top:calc(1.5rem * .75);
  border-top:1px solid var(--line-muted);}
.compact-inner .steady-region p{font-size:calc(16.6px * .875);
  color:#2A3328;}
.compact-inner a{color:#1F4A2E;
  text-decoration:underline;
  text-underline-offset:3px;
  transition:color 360ms var(--ease-nav);}
.compact-inner a:hover{color:inherit;}
@media (max-width:720px){.compact-inner .clear-entries{
    grid-template-columns:1fr;
    gap:calc(1.63rem / 2);
  }
}
.focused-intro{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 1.94rem;
  background: linear-gradient(135deg, #1F4A2E 0%, #2E6B41 55%, #3F8A52 100%);
  color: #F7F3E7;
}
.focused-intro .strong-benefit{position: relative;
  z-index: 1;
  max-width: 1420px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.63rem * 1.5);}
.focused-intro .primary-wrap{max-width: 58rem;}
.focused-intro h2{margin: 0;
  font-size: calc(16.6px * 2.65);
  line-height: 1.05;}
.focused-intro .primary-wrap p{margin: 1.5rem 0 0;
  font-size: calc(16.6px * 1.125);
  line-height: 1.79;}
.focused-intro .offer-brand{display: flex;
  flex-wrap: wrap;
  gap: 1.63rem calc(1.63rem * 1.5);
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 28%, transparent);}
.focused-intro .narrow-plan{flex: 1 1 18rem;
  min-width: 15rem;
  display: flex;
  flex-direction: column;
  gap: .35rem;}
.focused-intro .main-menu{font-size: calc(16.6px * .875);
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .7;}
.focused-intro .simple-nav{margin: 0;
  font-size: 16.6px;
  line-height: 1.79;
  overflow-wrap: anywhere;}
.focused-intro .simple-nav a{color: inherit;
  text-decoration: underline;
  text-underline-offset: .2em;}
.focused-intro .simple-nav a:hover{}
.focused-intro .soft-form{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75) calc(1.63rem * 1.5);
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 28%, transparent);}
.focused-intro .soft-form a{flex: 1 1 16rem;
  display: flex;
  flex-direction: column;
  gap: .3rem;
  padding: calc(1.5rem * .75);
  border: 1px solid color-mix(in srgb, currentColor 32%, transparent);
  border-radius: 0.59rem;
  color: inherit;
  text-decoration: none;
  transition: background 360ms var(--ease-nav), border-color 360ms var(--ease-nav);}
.focused-intro .soft-form a:hover{
  background: color-mix(in srgb, currentColor 12%, transparent);
  border-color: color-mix(in srgb, currentColor 55%, transparent);
}
.focused-intro .soft-form span{font-size: calc(16.6px * .875);
  opacity: .7;}
@media (max-width: 720px) {.focused-intro .offer-brand,
  .focused-intro .soft-form{
    flex-direction: column;
  }.focused-intro .narrow-plan,
  .focused-intro .soft-form a{
    flex: 1 1 auto;
    min-width: 0;
  }
}
.local-intro{
  padding: calc(1.5rem * 2.4) 1.94rem;
  background: #1F4A2E;
  color: #F7F3E7;
}
.local-intro .strong-benefit{max-width: min(1420px, 74rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(18rem, .85fr);
  gap: calc(1.63rem * 1.5);
  align-items: start;}
.local-intro .primary-wrap h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(16.6px * 2);
  line-height: 1.12;}
.local-intro .primary-wrap p{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(16.6px * 1.125);
  line-height: 1.79;}
.local-intro .primary-wrap .primary-content{font-size: calc(16.6px * .875);
  color: #D6D2C2;
  max-width: 42rem;}
.local-intro .primary-wrap .steady-inner{
  display: inline-flex;
  align-items: center;
  margin-top: calc(calc(1.5rem * .75) * .4);
  padding: calc(calc(1.5rem * .75) * .75) calc(1.5rem * .75);
  border-radius: 0.59rem;
  background: #C9A227;
  color: #1B2418;
  text-decoration: none;
  font-weight: 600;
  transition: background 360ms var(--ease-nav);
}
.local-intro .primary-wrap .steady-inner:hover{
  background: #B08D1C;color:var(--tone-strong);}
.local-intro .soft-form{
  background: var(--surface-page);
  color: var(--tone-strong);
  border: 1px solid var(--line-muted);
  border-radius: 1rem;
  padding: calc(1.5rem * .75);
}
.local-intro .plain-story{margin: 0 0 calc(1.5rem * .75);
  font-size: 16.6px;
  font-weight: 600;
  letter-spacing: .01em;}
.local-intro .wide-items{list-style: none;
  margin: 0;
  padding: 0;}
.local-intro .clear-entries{padding: 0 0 calc(1.5rem * .75);
  margin: 0 0 calc(1.5rem * .75);
  border-bottom: 1px solid var(--line-muted);}
.local-intro .clear-entries:last-child{padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;}
.local-intro .clear-entries strong{display: block;
  font-size: 16.6px;}
.local-intro .clear-entries span{display: block;
  margin-top: calc(calc(1.5rem * .75) * .3);
  font-size: calc(16.6px * .875);color:inherit;
  line-height: 1.79;}
@media (max-width: 760px) {.local-intro .strong-benefit{
    grid-template-columns: 1fr;
  }
}
.media-actions{padding:calc(1.5rem * 2.4) 1.94rem;background:linear-gradient(135deg, #C9A227 0%, #E0BE4A 100%);color:#1B2418}
.media-actions .strong-benefit{max-width:1420px;margin:0 auto}
.media-actions .contact-shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.3fr);gap:calc(1.63rem * 1.5);align-items:start}
.media-actions .offer-tile{min-width:0}
.media-actions h2{margin:0;font-size:calc(16.6px * 2);line-height:1.08}
.media-actions .offer-tile p{margin:1.5rem 0 0;font-size:16.6px;line-height:1.79}
.media-actions .compact-feature{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.media-actions .compact-feature a{display:block;min-width:0;background:color-mix(in srgb,#1B2418 14%,transparent);color:#1B2418;border-radius:0.59rem;padding:1.5rem;text-decoration:none;transition:background 360ms var(--ease-nav)}
.media-actions .compact-feature a:hover{background:color-mix(in srgb,#1B2418 22%,transparent);color:var(--tone-strong);}
.media-actions strong{display:block;font-size:calc(16.6px * 1.35);line-height:1.18}
.media-actions span{display:block;margin-top:calc(1.5rem * .75);font-size:calc(16.6px * .875);line-height:1.79}
@media(max-width:780px){.media-actions .contact-shell{display:block}.media-actions .compact-feature{margin-top:calc(1.63rem * 1.5)}.media-actions h2{font-size:calc(16.6px * 1.35)}}
.wide-stack{--state-control:calc(1.5rem * 1.05);--layer-local:calc(1420px / 2.4);padding:calc(1.5rem * 2.4) 1.94rem;background:#1F4A2E;color:#F7F3E7;}
.wide-stack .strong-benefit{max-width:1420px;margin:0 auto;}
.wide-stack h1,.wide-stack h2,.wide-stack h3,.wide-stack p{margin:0;}
.wide-stack h2{font-size:calc(16.6px * 2);line-height:1.14;max-width:var(--layer-local);}
.wide-stack h3{font-size:calc(16.6px * 1.35);line-height:1.22;}
.wide-stack p{font-size:16.6px;line-height:1.79;color:color-mix(in srgb, currentColor 76%, transparent);}
.wide-stack a{color:inherit;text-decoration:none;}
.wide-stack .primary-content{font-size:calc(16.6px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 68%, transparent);}
.wide-stack .primary-wrap{margin-top:calc(1.5rem / 2);max-width:var(--layer-local);}
.wide-stack .steady-inner{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.27rem;background:#C9A227;color:#1B2418;transition:background 360ms var(--ease-nav);}
.wide-stack .steady-inner:hover{background:#B08D1C;color:var(--tone-strong);}
.wide-stack .wide-items{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.63rem;margin-top:var(--state-control);}
.wide-stack .clear-entries{flex:1 1 calc(1420px / 4.2);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.wide-stack .clear-entries p{margin-top:calc(1.5rem / 3);}
.wide-stack .simple-region{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.63rem;}
.wide-stack .simple-region>.focused-callout{flex:1 1 60%;min-width:0;}
.wide-stack .simple-region>.steady-inner{flex:0 0 auto;align-self:flex-end;}
.wide-stack .simple-region>.wide-items{flex:1 1 100%;}
.wide-stack .steady-region{flex:1 1 100%;margin-top:var(--state-control);font-size:calc(16.6px * .875);color:color-mix(in srgb, currentColor 72%, transparent);}
.wide-stack .steady-region a{text-decoration:underline;text-underline-offset:3px;}
.wide-stack .steady-region a:hover{}
@media (max-width:720px){.wide-stack .simple-region>.steady-inner{align-self:flex-start;}.wide-stack .clear-entries{flex:1 1 100%;}
}
.team-area{padding:calc(calc(1.5rem * 2.4)*1.2) 1.94rem;background:#F7F3E7;color:#1B2418}
.team-area .clear-details{max-width:1420px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.63rem * 1.5)}
.team-area .direct-frame{max-width:62ch;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.team-area h1{margin:0;font-size:clamp(1.9rem,4vw,3.2rem);line-height:1.08}
.team-area .focused-figure{margin:0;font-size:calc(16.6px * 1.125);line-height:1.79;opacity:.88}
.team-area .fresh-tile{display:flex;flex-direction:column;gap:1.63rem}
.team-area .primary-media{background:var(--surface-page);color:var(--tone-strong);border:1px solid var(--line-muted);border-radius:1rem;padding:calc(1.5rem * .75);box-shadow:0 1px 6px rgba(0,0,0,0.15)}
.team-area .primary-media h2{margin:0 0 .55rem;font-size:calc(16.6px * 1.35);line-height:1.2}
.team-area .primary-media p{margin:0;line-height:1.79;opacity:.86}
.team-area .answer{display:flex;flex-direction:column;gap:.65rem;border-top:1px solid var(--line-muted);padding-top:calc(1.5rem * .75)}
.team-area .answer p{margin:0;line-height:1.79}
.team-area .content-story{display:flex;flex-wrap:wrap;gap:1.63rem}
.team-area .content-story a{color:#1F4A2E;font-weight:600;text-decoration:none;border-bottom:1px solid #1F4A2E}
.team-area .content-story a:hover{color:inherit;border-bottom-color:#C9A227}
@media (min-width:900px){
  .team-area .fresh-tile{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.63rem}
  .team-area .primary-media:nth-child(5){grid-column:1 / -1}
}
.primary-quote{
  --state-control:calc(1.5rem * 1.1);
  --layer-local:calc(1420px / 2.1);
  padding:calc(1.5rem * 2.4) 1.94rem;
  background:#F7F3E7;
  color:#1B2418;
}
.primary-quote .strong-benefit{max-width:1420px;
  margin:0 auto;}
.primary-quote h2,.primary-quote h3,.primary-quote p{margin:0;}
.primary-quote h2{font-size:calc(16.6px * 2);
  line-height:1.14;}
.primary-quote h3{font-size:calc(16.6px * 1.35);
  line-height:1.22;}
.primary-quote p{font-size:16.6px;
  line-height:1.79;}
.primary-quote a{text-decoration:underline;
  text-underline-offset:3px;}
.primary-quote a:hover{}
.primary-quote .offer-tile{max-width:var(--layer-local);}
.primary-quote .primary-wrap{margin-top:1.5rem;}
.primary-quote .soft-form{display:flex;
  flex-direction:column;
  margin-top:calc(var(--state-control) * 1.4);
  border-top:1px solid var(--line-muted);}
.primary-quote .narrow-plan{display:flex;
  flex-wrap:wrap;
  gap:1.63rem;
  padding:calc(calc(1.63rem * 1.5) * 1.1) 0;
  border-bottom:1px solid var(--line-muted);
  align-items:baseline;}
.primary-quote .strong-nav{flex:0 0 auto;
  min-width:calc(1420px / 4.6);}
.primary-quote .focused-group{display:block;
  margin-top:calc(1.5rem / 4);
  font-size:calc(16.6px * .875);
  letter-spacing:.04em;
  text-transform:uppercase;}
.primary-quote .primary-content{flex:1 1 calc(1420px / 2.6);
  min-width:0;}
.primary-quote .local-service{margin-top:calc(var(--state-control) * 1.2);
  max-width:var(--layer-local);}
@media (max-width:720px){.primary-quote .narrow-plan{
    flex-direction:column;
    gap:calc(1.63rem / 2);
  }.primary-quote .strong-nav{
    min-width:0;
  }
}
.offer-body{--state-control:calc(1.5rem * 1.18);--layer-local:calc(1420px / 1.9);padding:calc(1.5rem * 2.4) 1.94rem;background:#F7F3E7;color:#1B2418;}
.offer-body .strong-benefit{max-width:1420px;margin:0 auto;display:flex;flex-direction:column;gap:var(--state-control);}
.offer-body h2,.offer-body p{margin:0;}
.offer-body h2{font-size:calc(16.6px * 2);line-height:1.14;}
.offer-body .top-section{display:flex;flex-direction:column;gap:calc(calc(1.63rem * 1.5) * .6);max-width:var(--layer-local);}
.offer-body .primary-wrap{font-size:16.6px;line-height:1.79;color:#2A3328;}
.offer-body .mission{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--line-muted);}
.offer-body details{padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--line-muted);}
.offer-body summary{cursor:pointer;font-weight:700;font-size:calc(16.6px * 1.125);line-height:1.3;list-style:none;display:flex;justify-content:space-between;align-items:baseline;gap:1.63rem;}
.offer-body summary::-webkit-details-marker{display:none;}
.offer-body summary::after{content:"+";font-weight:400;font-size:calc(16.6px * 1.125);color:inherit;flex:none;}
.offer-body details[open] summary::after{content:"-";}
.offer-body details p{margin-top:calc(calc(1.63rem * 1.5) * .5);font-size:16.6px;line-height:1.79;color:#2A3328;max-width:var(--layer-local);}
.offer-body .steady-region{font-size:calc(16.6px * .875);line-height:1.79;color:#2A3328;max-width:var(--layer-local);}
.offer-body .steady-region a{color:#1F4A2E;text-decoration:underline;text-underline-offset:3px;}
.offer-body .steady-region a:hover{color:inherit;}
@media (max-width:720px){.offer-body summary{font-size:16.6px;}
}
.quiet-intro{
        padding: calc(1.5rem * 2.4) 1.94rem;
        background: linear-gradient(135deg, #1F4A2E 0%, #2E6B41 55%, #3F8A52 100%);
        color: #F7F3E7;
    }
.quiet-intro .strong-benefit{max-width: 1420px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: calc(1.63rem * 1.5);
        align-items: flex-start;}
.quiet-intro .primary-wrap{flex: 1 1 22rem;
        max-width: 34rem;
        position: sticky;
        top: 1.5rem;}
.quiet-intro h2{margin: 0;
        font-size: calc(16.6px * 2);
        line-height: 1.1;}
.quiet-intro .primary-wrap p{margin: calc(1.5rem * .75) 0 0;
        font-size: 16.6px;
        line-height: 1.79;}
.quiet-intro .strong-fields{flex: 2 1 32rem;
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.quiet-intro .top-wrap{
        padding: calc(1.5rem * .75);
        border: 1px solid var(--line-muted);
        border-left: 3px solid #C9A227;
        border-radius: 0.59rem;
        background: var(--surface-page);
        color: var(--tone-strong);
        box-shadow: 0 1px 6px rgba(0,0,0,0.15);
    }
.quiet-intro .text-quote{margin: 0;
        font-size: 16.6px;
        line-height: 1.79;}
.quiet-intro .strong-visual{margin-top: calc(1.5rem * .75);
        display: flex;
        flex-direction: column;
        gap: 0.2rem;
        font-size: calc(16.6px * .875);}
.quiet-intro .strong-visual strong{font-size: 16.6px;}
.quiet-intro .strong-visual span{}
@media (max-width: 760px) {.quiet-intro .primary-wrap{
            position: static;
            max-width: none;
        }.quiet-intro .strong-fields{
            flex: 1 1 100%;
        }
    }
.open-frame{
  --state-control:calc(1.5rem * 1.15);
  --layer-local:calc(1420px / 2.4);
  padding:calc(1.5rem * 2.4) 1.94rem;
  background:#F7F3E7;
  color:#1B2418;
}
.open-frame .strong-benefit{max-width:1420px;margin:0 auto;}
.open-frame h2,.open-frame h3,.open-frame p{margin:0;}
.open-frame h2{font-size:calc(16.6px * 2);line-height:1.12;}
.open-frame h3{font-size:calc(16.6px * 1.35);line-height:1.25;}
.open-frame p{font-size:16.6px;line-height:1.79;}
.open-frame .top-section{max-width:var(--layer-local);}
.open-frame .primary-wrap{margin-top:calc(1.63rem * 1.5);color:#2A3328;}
.open-frame .mission{display:flex;
  flex-direction:column;
  gap:0;
  margin-top:var(--state-control);
  border-top:1px solid var(--line-muted);}
.open-frame .clear-entries{display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);
  gap:1.63rem;
  padding:calc(1.5rem * .75) 0;
  border-bottom:1px solid var(--line-muted);}
.open-frame .clear-entries h3{font-weight:700;}
.open-frame .clear-entries p{color:#2A3328;}
.open-frame .steady-region{margin-top:calc(1.63rem * 1.5);
  max-width:var(--layer-local);
  font-size:calc(16.6px * .875);
  color:#2A3328;}
.open-frame .steady-region a{color:#1F4A2E;
  text-decoration:underline;
  text-underline-offset:3px;}
.open-frame .steady-region a:hover{color:inherit;}
@media (max-width:820px){.open-frame .clear-entries{grid-template-columns:1fr;gap:calc(1.63rem / 2);}
}
.local-actions{
        padding: calc(1.5rem * 2.4) 1.94rem;
        background: linear-gradient(135deg, #1F4A2E 0%, #2E6B41 55%, #3F8A52 100%);
        color: #F7F3E7;
    }
.local-actions .strong-benefit{max-width: 1420px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(1.63rem * 1.5);}
.local-actions .primary-wrap{display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);
        align-items: baseline;
        border-bottom: 1px solid var(--line-muted);
        padding-bottom: calc(1.5rem * .75);}
.local-actions h2{margin: 0;
        font-size: calc(16.6px * 2);
        line-height: 1.08;
        flex: 1 1 22rem;}
.local-actions .primary-wrap p{margin: 0;
        flex: 1 1 26rem;
        font-size: 16.6px;
        line-height: 1.79;}
.local-actions .strong-fields{display: flex;
        flex-direction: column;
        gap: 1.63rem;}
.local-actions .top-wrap{display: grid;
        grid-template-columns: minmax(0, 2.2fr) minmax(0, 1fr);
        gap: calc(1.5rem * .75);
        padding: calc(1.5rem * .75) 0;
        border-bottom: 1px solid var(--line-muted);}
.local-actions .top-wrap:last-child{border-bottom: 0;}
.local-actions .text-quote{font-size: calc(16.6px * 1.125);
        line-height: 1.79;}
.local-actions .strong-visual{display: flex;
        flex-direction: column;
        gap: 0.35rem;
        padding-left: calc(1.5rem * .75);
        border-left: 2px solid #C9A227;}
.local-actions .strong-visual strong{font-size: 16.6px;}
.local-actions .strong-visual span{font-size: calc(16.6px * .875);
        line-height: 1.5;
        opacity: 0.82;}
.local-actions .primary-content{display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: calc(1.5rem * .75);
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid var(--line-muted);}
.local-actions .primary-content p{margin: 0;
        flex: 1 1 26rem;
        font-size: calc(16.6px * .875);
        line-height: 1.79;
        opacity: 0.86;}
.local-actions .primary-content a{
        display: inline-block;
        padding: 0.6rem 1.2rem;
        border-radius: 0.59rem;
        background: #C9A227;
        color: #1B2418;
        font-size: calc(16.6px * .875);
        text-decoration: none;
        transition: background 360ms var(--ease-nav);
    }
.local-actions .primary-content a:hover{
        background: #B08D1C;color:var(--tone-strong);}
@media (max-width: 860px) {.local-actions .top-wrap{
            grid-template-columns: 1fr;
        }.local-actions .strong-visual{
            padding-left: 0;
            border-left: 0;
            border-top: 1px solid var(--line-muted);
            padding-top: 0.6rem;
        }
    }
.media-frame{padding:calc(1.5rem * 2.4) 1.94rem;background:#C9A227;color:#1B2418}
.media-frame .strong-benefit{max-width:1420px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr);gap:calc(1.63rem * 1.5)}
.media-frame .top-section{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.media-frame .offer-tile{margin:0;font-size:calc(16.6px * .875);letter-spacing:.08em;text-transform:uppercase;opacity:.75}
.media-frame h2{margin:0;font-size:calc(16.6px * 2);line-height:1.08}
.media-frame .quiet-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:calc(1.63rem * 1.5)}
.media-frame .primary-wrap{margin:0;font-size:calc(16.6px * 1.125);line-height:1.79;max-width:56ch}
.media-frame .wide-items{display:flex;flex-direction:column;border-top:1px solid rgba(27,36,24,.18)}
.media-frame .clear-entries{padding:1.5rem 0;border-bottom:1px solid rgba(27,36,24,.18);display:grid;grid-template-columns:minmax(0,1fr);gap:calc(1.5rem * .75)}
.media-frame .clear-entries h3{margin:0;font-size:calc(16.6px * 1.35);line-height:1.2}
.media-frame .clear-entries p{margin:0;line-height:1.79;max-width:62ch}
.media-frame .primary-content{margin:0;font-size:16.6px;line-height:1.79;max-width:62ch;opacity:.85}
@media(min-width:900px){.media-frame .strong-benefit{grid-template-columns:minmax(0,22rem) minmax(0,1fr);gap:1.94rem;align-items:start}.media-frame .top-section{position:sticky;top:1.5rem}.media-frame .clear-entries{grid-template-columns:minmax(0,16rem) minmax(0,1fr);gap:1.63rem;align-items:baseline}
}
.quiet-figure{
  background: #F7F3E7;
  color: #1B2418;
  padding: calc(1.5rem * 2.4) 1.94rem;
}
.quiet-figure .strong-benefit{width: min(100%, 1420px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .36fr) minmax(0, 1fr);
  gap: 1.63rem;}
.quiet-figure h2,
.quiet-figure h3,
.quiet-figure p{margin: 0;}
.quiet-figure h2{font-size: calc(16.6px * 2); line-height: 1.1;}
.quiet-figure h3{font-size: calc(16.6px * 1.35); line-height: 1.18;}
.quiet-figure p{font-size: 16.6px; line-height: 1.79;}
.quiet-figure .group{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(1.63rem * 1.5);
  border-radius: 1.17rem;
  background: var(--surface-page);
  color: var(--tone-strong);
  border: 1px solid var(--line-muted);
}
.quiet-figure .offer-brand{display: grid;
  gap: calc(1.5rem * .75);}
.quiet-figure .narrow-plan{
  display: grid;
  grid-template-columns: minmax(8rem, .26fr) minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 1.5rem;
  row-gap: calc(1.5rem / 2);
  padding: calc(1.5rem * .75);
  border: 1px solid var(--line-muted);
  border-left: 3px solid #1F4A2E;
  border-radius: 1rem;
  background: var(--surface-page);
  color: var(--tone-strong);
}
.quiet-figure .narrow-plan b{grid-column: 1;
  grid-row: 1;
  font-size: calc(16.6px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #2A3328;
  align-self: end;}
.quiet-figure .narrow-plan h3{grid-column: 2;
  grid-row: 1;}
.quiet-figure .narrow-plan p{grid-column: 1 / -1;
  grid-row: 2;
  color: var(--tone-strong);}
.quiet-figure .strong-inner{
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 1.63rem;
  align-items: center;
  padding: 1.5rem;
  border-radius: 1rem;
  background: #1F4A2E;
  color: #F7F3E7;
}
.quiet-figure .strong-inner p{}
.quiet-figure .strong-inner a{color: inherit;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid currentColor;}
.quiet-figure .strong-inner a:hover{border-bottom-color: transparent;}
@media (max-width: 820px) {.quiet-figure .strong-benefit{ grid-template-columns: 1fr; }.quiet-figure .narrow-plan{
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }.quiet-figure .narrow-plan b,
  .quiet-figure .narrow-plan h3,
  .quiet-figure .narrow-plan p{
    grid-column: 1;
  }.quiet-figure .narrow-plan b{ grid-row: 1; }.quiet-figure .narrow-plan h3{ grid-row: 2; }.quiet-figure .narrow-plan p{ grid-row: 3; }.quiet-figure .strong-inner{
    flex-direction: column;
    align-items: flex-start;
  }
}
.top-note{
  padding:calc(1.5rem * 2.4) 1.94rem;
  background:linear-gradient(135deg, #1F4A2E 0%, #2E6B41 55%, #3F8A52 100%);
  color:#F7F3E7;
}
.top-note .strong-benefit{max-width:1420px;
  margin:0 auto;}
.top-note .primary-wrap{max-width:44rem;
  margin-bottom:calc(1.63rem * 1.5);}
.top-note h2{margin:0;
  font-size:calc(16.6px * 2.65);
  line-height:1.05;}
.top-note .primary-wrap p{margin:1.5rem 0 0;
  font-size:calc(16.6px * 1.125);
  line-height:1.79;}
.top-note .contact-shell{display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  gap:1.5rem 1.63rem;
  border-top:1px solid rgba(247,243,231,0.28);
  padding-top:calc(1.63rem * 1.5);}
.top-note .primary-contact{grid-column:span 4;
  padding:0 0 1.5rem;}
.top-note .primary-contact h3{margin:0;
  font-size:calc(16.6px * 1.35);
  line-height:1.15;
  font-weight:600;}
.top-note .primary-contact p{margin:calc(1.5rem * .75) 0 0;
  font-size:calc(16.6px * .875);
  line-height:1.79;
  opacity:0.92;}
.top-note .steady-region{margin-top:calc(1.63rem * 1.5);
  padding-top:1.5rem;
  border-top:1px solid rgba(247,243,231,0.28);
  font-size:calc(16.6px * .875);}
.top-note .steady-region p{margin:0;
  line-height:1.79;}
.top-note .steady-region a{color:#F7F3E7;
  text-decoration:underline;
  text-underline-offset:3px;
  transition:color 360ms var(--ease-nav);}
.top-note .steady-region a:hover{}
@media(max-width:960px){.top-note .primary-contact{grid-column:span 6}
}
@media(max-width:640px){.top-note .contact-shell{display:flex;flex-direction:column;gap:1.5rem}.top-note .primary-contact{grid-column:auto}
}
.quiet-group{
  --state-control:calc(1.5rem * 1.2);
  --mark-local:calc(1420px / 3.6);
  padding:calc(1.5rem * 2.4) 1.94rem;
  background:#F7F3E7;
  color:#1B2418;
}
.quiet-group .strong-benefit{max-width:1420px;
  margin:0 auto;}
.quiet-group h2,
.quiet-group h3,
.quiet-group p{margin:0;}
.quiet-group h2{font-size:calc(16.6px * 2);
  line-height:1.14;}
.quiet-group h3{font-size:calc(16.6px * 1.35);
  line-height:1.24;}
.quiet-group p{font-size:16.6px;
  line-height:1.79;}
.quiet-group .top-section{display:flex;
  flex-wrap:wrap;
  align-items:flex-end;
  gap:1.63rem;
  padding-bottom:calc(1.63rem * 1.5);
  border-bottom:1px solid var(--line-muted);}
.quiet-group .top-section>h2{flex:1 1 var(--mark-local);
  min-width:0;}
.quiet-group .top-section>.primary-wrap{flex:1 1 var(--mark-local);
  min-width:0;
  color:#2A3328;}
.quiet-group .wide-items{display:flex;
  flex-wrap:wrap;
  gap:var(--state-control);
  margin-top:calc(1.63rem * 1.5);}
.quiet-group .clear-entries{
  flex:1 1 var(--mark-local);
  min-width:0;
  padding:calc(1.5rem * .75);
  background:var(--surface-page);
  color:var(--tone-strong);
  border:1px solid var(--line-muted);
  border-radius:0.59rem;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2.6);
}
.quiet-group .clear-entries p{color:#2A3328;}
.quiet-group .clear-entries .bottom-headline{margin-top:auto;
  align-self:flex-start;
  font-size:calc(16.6px * .875);
  font-weight:600;
  color:#1F4A2E;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color 360ms var(--ease-nav),border-color 360ms var(--ease-nav);}
.quiet-group .clear-entries .bottom-headline:hover,
.quiet-group .clear-entries .bottom-headline:focus-visible{color:inherit;
  border-bottom-color:#C9A227;}
.quiet-group .primary-content{margin-top:calc(1.63rem * 1.5);
  padding-top:calc(1.63rem * 1.5);
  border-top:1px solid var(--line-muted);
  font-size:calc(16.6px * .875);
  color:#2A3328;}
.quiet-group .primary-content a{color:#1F4A2E;
  text-decoration:none;
  border-bottom:1px solid var(--line-muted);}
.quiet-group .primary-content a:hover,
.quiet-group .primary-content a:focus-visible{color:inherit;
  border-bottom-color:#C9A227;}
@media (max-width:760px){.quiet-group .top-section{
    align-items:flex-start;
  }
}
.wide-wrap{
    padding:calc(1.5rem * 2.4) 0;
    background:#F7F3E7;
    color:#1B2418;
}
.wide-wrap .main-callout{max-width:1420px;
    margin:0 auto;
    padding:0 1.94rem;}
.wide-wrap .simple-flow{max-width:860px;
    margin:0 auto;}
.wide-wrap .primary-wrap{border-bottom:1px solid var(--line-muted);
    padding-bottom:calc(1.63rem * 1.5);
    margin-bottom:calc(1.63rem * 1.5);}
.wide-wrap .primary-wrap h1{font-size:calc(16.6px * 2.65);
    line-height:1.2;
    margin:0 0 calc(1.5rem * .75);}
.wide-wrap .primary-wrap .public-content{font-size:calc(16.6px * 1.125);
    color:#2A3328;
    margin:0;
    max-width:70ch;}
.wide-wrap .team-tile{margin-bottom:calc(1.63rem * 1.5);}
.wide-wrap .team-tile h2{font-size:calc(16.6px * 2);
    margin:0 0 calc(1.5rem * .75);}
.wide-wrap .team-tile p{margin:0 0 calc(1.5rem * .75);
    line-height:1.79;}
.wide-wrap .soft-copy{list-style:none;
    margin:0 0 calc(1.5rem * .75);
    padding:0;
    border-left:2px solid #C9A227;}
.wide-wrap .soft-copy li{padding:0.4rem 0 0.4rem 1.1rem;
    line-height:1.65;}
.wide-wrap .soft-feature{
    margin:calc(1.63rem * 1.5) 0;
    padding:calc(1.5rem * .75) calc(1.63rem * 1.5);
    background:#EDE8D6;
    color:#2A3328;
    border-left:3px solid #C9A227;
    border-radius:0.59rem;
}
.wide-wrap .soft-feature p{margin:0;}
.wide-wrap .steady-region{margin-top:calc(1.63rem * 1.5);
    padding-top:calc(1.5rem * .75);
    border-top:1px solid var(--line-muted);}
.wide-wrap .steady-region p{margin:0;
    font-size:calc(16.6px * .875);
    color:#2A3328;}
.wide-wrap .steady-region a{color:#1F4A2E;
    text-decoration:underline;
    text-underline-offset:3px;
    transition:color 360ms var(--ease-nav);}
.wide-wrap .steady-region a:hover{color:inherit;}
@media (max-width:640px){.wide-wrap .primary-wrap .public-content{
        font-size:16.6px;
    }
}
.simple-form{
    padding: calc(1.5rem * 2.4) 0;
    color: #1B2418;
    background: #F7F3E7;
}
.simple-form .main-callout{max-width: 1420px;
    margin: 0 auto;
    padding: 0 1.94rem;}
.simple-form .simple-flow{max-width: 780px;
    margin: 0 auto;}
.simple-form .primary-wrap{margin-bottom: calc(1.63rem * 1.5);
    padding-bottom: calc(1.63rem * 1.5);
    border-bottom: 1px solid var(--line-muted);}
.simple-form .primary-wrap h1{margin: 0 0 calc(1.5rem * .75);
    font-size: calc(16.6px * 2.65);
    line-height: 1.2;}
.simple-form .primary-wrap .public-content{margin: 0;
    font-size: calc(16.6px * 1.125);
    color: #2A3328;
    max-width: 60ch;}
.simple-form .quiet-grid h2{margin-top: calc(1.63rem * 1.5);
    margin-bottom: calc(1.5rem * .75);
    font-size: calc(16.6px * 2);
    line-height: 1.25;}
.simple-form .quiet-grid p{margin: 0 0 calc(1.5rem * .75);
    line-height: 1.79;}
.simple-form .quiet-grid ul{margin: 0 0 calc(1.5rem * .75) calc(1.63rem * 1.5);
    padding: 0;
    list-style: none;}
.simple-form .quiet-grid ul li{position: relative;
    padding-left: 1.2rem;
    margin-bottom: 0.6rem;
    line-height: 1.79;}
.simple-form .quiet-grid ul li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 6px;
    height: 6px;
    background: #C9A227;
    border-radius: 50%;color:#1B2418;}
.simple-form .soft-feature{
    margin: calc(1.63rem * 1.5) 0;
    padding: calc(1.5rem * .75);
    background-color: #EDE8D6;
    border-left: 3px solid #C9A227;
    border-radius: 0.27rem;
    color: #2A3328;
}
.simple-form .soft-feature p{margin: 0;
    line-height: 1.79;}
.simple-form .steady-region{margin-top: calc(1.63rem * 1.5);
    padding-top: calc(1.5rem * .75);
    border-top: 1px solid var(--line-muted);
    display: flex;
    flex-wrap: wrap;
    gap: 1.63rem;}
.simple-form .steady-region a{font-size: calc(16.6px * .875);
    color: #1F4A2E;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 360ms var(--ease-nav),
                border-color 360ms var(--ease-nav);}
.simple-form .steady-region a:hover{color:inherit;
    border-bottom-color: #C9A227;}
@media (max-width: 640px) {.simple-form .primary-wrap h1{
        font-size: calc(16.6px * 2);
    }.simple-form .steady-region{
        flex-direction: column;
        gap: 0.6rem;
    }
}
.local-stack{padding:calc(1.5rem * 2.4) 0;color:#1B2418;background:#F7F3E7;}
.local-stack .main-callout{max-width:1420px;margin:0 auto;padding:0 1.94rem;}
.local-stack .simple-flow{max-width:820px;margin:0 auto;}
.local-stack .simple-flow h2{margin-top:calc(1.63rem * 1.5);margin-bottom:calc(1.5rem * .75);font-size:calc(16.6px * 1.35);line-height:1.3;}
.local-stack .simple-flow h2:first-child{margin-top:0;font-size:calc(16.6px * 2);}
.local-stack .simple-flow p{max-width:100%;margin-bottom:calc(1.5rem * .75);}
.local-stack .simple-flow ul{margin:0 0 calc(1.5rem * .75) 1.4rem;padding:0;}
.local-stack .simple-flow li{margin-bottom:0.5rem;line-height:1.79;}
.local-stack .soft-feature{margin-top:calc(1.63rem * 1.5);padding:calc(1.5rem * .75);background-color:#EDE8D6;border-radius:1rem;border:1px solid var(--line-muted);color:#2A3328;}
.local-stack .soft-feature p{margin:0;}
.local-stack .team-form{margin-top:calc(1.63rem * 1.5);}
.local-stack .page-proof{display:inline-block;padding:12px 30px;border-radius:0.59rem;font-weight:500;text-align:center;transition:background-color 360ms var(--ease-nav),transform 360ms var(--ease-nav);cursor:pointer;border:1px solid #1F4A2E;font-size:16.6px;background-color:#1F4A2E;color:#F7F3E7;text-decoration:none;}
.local-stack .page-proof:hover{background-color:#173A23;border-color:#173A23;transform:translateY(-2px);box-shadow:0 10px 20px rgba(0,0,0,0.19);color:#F7F3E7;}
.local-stack .steady-region{margin-top:calc(1.63rem * 1.5);font-size:calc(16.6px * .875);color:#2A3328;}
.local-stack .steady-region a{color:#1F4A2E;text-decoration:underline;}
.local-stack .steady-region a:hover{color:inherit;}
.grid-_local-area{padding:calc(1.5rem * 2.4) 1.94rem;background:#1F4A2E;color:#F7F3E7}
.grid-_local-area .contact-shell{max-width:1420px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.46fr) minmax(0,.54fr);gap:1.63rem}
.grid-_local-area .primary-wrap{align-self:start}
.grid-_local-area h2{margin:0;font-size:calc(16.6px * 2.65);line-height:1.05}
.grid-_local-area .primary-wrap p{margin:1.5rem 0 0;font-size:calc(16.6px * 1.125);opacity:.85}
.grid-_local-area .simple-wrap{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:calc(1.5rem * .75)}
.grid-_local-area .wide-grid{padding:calc(1.5rem * .75);border-radius:1rem;background:var(--surface-page);color:var(--tone-strong);border:1px solid var(--line-muted)}
.grid-_local-area .wide-grid span{display:block;font-size:calc(16.6px * .875);color:inherit;}
.grid-_local-area .wide-grid strong{display:block;margin-top:calc(1.5rem * .75);font-weight:600;line-height:1.4}
.grid-_local-area .wide-grid a{color:inherit;text-decoration:none;border-bottom:1px solid var(--line-muted)}
.grid-_local-area .wide-grid a:hover{color:inherit;}
.grid-_local-area .steady-region{grid-column:1/-1;padding:calc(1.5rem * .75) calc(1.5rem * .75);border-radius:1rem;background:#EDE8D6;color:#2A3328}
.grid-_local-area .steady-region h3{margin:0 0 calc(1.63rem * 1.5);font-size:calc(16.6px * 1.35)}
.grid-_local-area .wide-items{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:calc(1.63rem * 1.5) 1.63rem}
.grid-_local-area .wide-items li{flex:1 1 18rem;padding-left:1rem;position:relative;font-size:16.6px;line-height:1.6}
.grid-_local-area .wide-items li::before{content:"";position:absolute;left:0;top:.6em;width:.4rem;height:.4rem;background:#C9A227;border-radius:50%;color:#1B2418;}
.grid-_local-area .primary-content{margin:calc(1.63rem * 1.5) 0 0;font-size:calc(16.6px * .875);opacity:.85}
.grid-_local-area .clear-story{grid-column:1/-1;height:clamp(22rem,42vw,34rem);border-radius:1.17rem;overflow:hidden;border:1px solid var(--line-muted)}
.grid-_local-area iframe{display:block;width:100%;height:100%;border:0}
@media (max-width: 780px){.grid-_local-area .contact-shell,.grid-_local-area .simple-wrap{grid-template-columns:1fr}.grid-_local-area .clear-story{height:22rem}
}
.soft-team{
  background: linear-gradient(135deg, #1F4A2E 0%, #2E6B41 55%, #3F8A52 100%);
  color: #F7F3E7;
  padding: calc(1.5rem * 2.4) 1.94rem;
}
.soft-team .strong-benefit{max-width: 1420px;
  margin: 0 auto;}
.soft-team .visual-intro{display: flex;
  flex-direction: column;
  gap: calc(1.63rem * 1.5);}
.soft-team .offer-tile{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.soft-team h2{margin: 0;
  font-size: clamp(calc(16.6px * 2), 4.4vw, calc(16.6px * 2.65));
  line-height: 1.08;
  letter-spacing: 0;}
.soft-team .primary-wrap{margin: 0;
  max-width: 52rem;
  font-size: 16.6px;
  line-height: 1.7;}
.soft-team .top-flow{display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-top: 1px solid color-mix(in srgb, currentColor 24%, transparent);
  border-bottom: 1px solid color-mix(in srgb, currentColor 24%, transparent);}
.soft-team label{flex: 1 1 15rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * 0.4);
  font-size: calc(16.6px * .875);}
.soft-team label.wide{flex: 1 1 100%;}
.soft-team input{
  width: 100%;
  min-width: 0;
  border: 0;
  border-radius: 0.27rem;
  background: color-mix(in srgb, currentColor 9%, transparent);
  color: inherit;
  padding: calc(1.5rem * .75);
  font: inherit;
}
.soft-team input::placeholder{color: color-mix(in srgb, currentColor 58%, transparent);}
.soft-team button{
  flex: 0 0 auto;
  border: 0;
  border-radius: 0.59rem;
  background: #1F4A2E;
  color: #F7F3E7;
  padding: calc(1.5rem * .75) 1.63rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: background 360ms var(--ease-nav);
}
.soft-team button:hover{
  background: #173A23;color:var(--tone-strong);}
.soft-team .primary-content{display: flex;
  flex-wrap: wrap;
  gap: 1.63rem;
  align-items: flex-start;}
.soft-team .primary-content p{flex: 1 1 22rem;
  margin: 0;
  font-size: calc(16.6px * .875);
  line-height: 1.7;
  opacity: 0.92;}
.soft-team .top-group{flex: 1 1 18rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * 0.5);
  font-size: calc(16.6px * .875);}
.soft-team .top-group span{display: block;
  font-weight: 700;
  letter-spacing: 0.02em;}
.soft-team .top-group a{color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;}
.soft-team .top-group a:hover{}
@media (max-width: 640px) {.soft-team .top-flow{
    align-items: stretch;
    flex-direction: column;
  }.soft-team .primary-content{
    flex-direction: column;
  }
}
.clear-brand{background:#EDE8D6;color:#2A3328;padding:calc(1.5rem * 2.4) 1.94rem}
.clear-brand .strong-benefit{max-width:1420px;margin:0 auto}
.clear-brand .strong-fields{display:flex;align-items:flex-start;gap:calc(1.63rem * 1.5)}
.clear-brand .offer-tile{flex:0 1 30rem;min-width:0}
.clear-brand h2{margin:0;font-size:clamp(calc(16.6px * 2),5vw,calc(16.6px * 2.65));line-height:1.08;letter-spacing:0}
.clear-brand p{margin:1.5rem 0 0;font-size:calc(16.6px * 1.125);line-height:1.65}
.clear-brand .offer-brand{flex:1 1 36rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid var(--line-muted)}
.clear-brand .narrow-plan{display:flex;gap:1.63rem;padding:1.5rem 0;border-bottom:1px solid var(--line-muted)}
.clear-brand strong{flex:0 1 13rem;min-width:0;font-size:16.6px}
.clear-brand span{flex:1 1 20rem;min-width:0;line-height:1.6}
.clear-brand a{color:#1F4A2E;text-decoration:none;border-bottom:1px solid var(--line-muted)}
.clear-brand a:hover{color:inherit;border-bottom-color:#C9A227}
@media(max-width:760px){.clear-brand .strong-fields,.clear-brand .narrow-plan{flex-direction:column}.clear-brand .narrow-plan{gap:calc(calc(1.5rem * .75)*.5)}}
.content-figure{
  padding: calc(1.5rem * 2.4) 1.94rem;
  background: #F7F3E7;
  color: #1B2418;
}
.content-figure .strong-benefit{max-width: 1420px;
  margin: 0 auto;}
.content-figure .offer-tile{max-width: 54rem;
  margin-bottom: calc(1.63rem * 1.5);}
.content-figure h2{margin: 0;
  font-size: calc(16.6px * 2);
  line-height: 1.1;}
.content-figure .offer-tile p{margin: calc(1.5rem * .75) 0 0;
  color: #2A3328;
  font-size: calc(16.6px * 1.125);}
.content-figure .quiet-grid{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  border-top: 1px solid var(--line-muted);}
.content-figure .soft-form{padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid var(--line-muted);
  display: grid;
  grid-template-columns: minmax(0, 18rem) minmax(0, 1fr);
  gap: 1.63rem;
  align-items: start;}
.content-figure .clear-content{margin: 0;
  font-size: 16.6px;
  font-weight: 600;
  letter-spacing: 0.01em;}
.content-figure .focused-callout{margin: 0;
  color: #2A3328;}
.content-figure .wide-items{margin: 0;
  padding-left: 1.1rem;
  color: #2A3328;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;}
.content-figure .wide-items li{line-height: 1.79;}
.content-figure a{color: #1F4A2E;
  text-decoration: underline;
  text-underline-offset: 2px;}
.content-figure a:hover{color:inherit;}
@media (max-width: 760px) {.content-figure .soft-form{
    grid-template-columns: 1fr;
    gap: calc(1.5rem * .75);
  }
}
.bottom-quote{padding:calc(1.5rem * 2.4) 1.94rem;background:linear-gradient(135deg, #1F4A2E 0%, #2E6B41 55%, #3F8A52 100%);color:#F7F3E7}
.bottom-quote .strong-benefit{max-width:min(1420px,62rem);margin:0 auto}
.bottom-quote .top-section{margin-bottom:calc(1.63rem * 1.5)}
.bottom-quote h2{margin:0 0 1.5rem;font-size:calc(16.6px * 2.65);line-height:1.08}
.bottom-quote .offer-tile{margin:0;font-size:calc(16.6px * 1.125);line-height:1.6;color:color-mix(in srgb,currentColor 78%,transparent)}
.bottom-quote .open-items{display:flex;flex-direction:column;gap:0;border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.bottom-quote .contact-area{padding:calc(1.63rem * 1.5) 0;border-bottom:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.bottom-quote .contact-area h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16.6px * 1.35);line-height:1.25}
.bottom-quote .contact-area p{margin:0;font-size:16.6px;line-height:1.7;color:color-mix(in srgb,currentColor 78%,transparent)}
.bottom-quote .contact-area a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.bottom-quote .contact-area a:hover{}
.bottom-quote .primary-content{margin:calc(1.63rem * 1.5) 0 0;font-size:calc(16.6px * .875);line-height:1.6;color:color-mix(in srgb,currentColor 68%,transparent)}
.bottom-quote .primary-content a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.bottom-quote .primary-content a:hover{}
@media (min-width:900px){.bottom-quote .contact-area{display:grid;grid-template-columns:minmax(14rem,20rem) 1fr;gap:1.63rem;align-items:start}.bottom-quote .contact-area h3{margin:0}
}
.bottom-figure{
  --state-control:calc(1.5rem * 1.05);
  --layer-local:calc(1420px / 2.15);
  padding:calc(1.5rem * 2.4) 1.94rem;
  background:#EDE8D6;
  color:#2A3328;
}
.bottom-figure .strong-benefit{max-width:1420px;
  margin:0 auto;}
.bottom-figure .quiet-grid{max-width:var(--layer-local);}
.bottom-figure h2{margin:0;
  font-size:calc(16.6px * 2);
  line-height:1.14;}
.bottom-figure p{margin:0;
  font-size:16.6px;
  line-height:1.79;}
.bottom-figure .primary-wrap{margin-top:calc(1.63rem * 1.5);}
.bottom-figure .main-flow{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:1.63rem;
  margin-top:var(--state-control);}
.bottom-figure .steady-inner{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.27rem;
  background:#1F4A2E;
  color:#F7F3E7;
  text-decoration:none;
  font-size:16.6px;
  line-height:1.2;
  transition:background 360ms var(--ease-nav);
}
.bottom-figure .steady-inner:hover{
  background:#173A23;color:var(--tone-strong);}
.bottom-figure .primary-content{flex:1 1 18rem;
  font-size:calc(16.6px * .875);
  color:#2A3328;}
.bottom-figure .direct-method{margin-top:calc(1.63rem * 1.5);
  font-size:calc(16.6px * .875);
  color:#2A3328;}
.bottom-figure .steady-region{color:#1F4A2E;
  text-decoration:underline;
  text-underline-offset:2px;}
.bottom-figure .steady-region:hover{color:inherit;}
@media (max-width:640px){.bottom-figure .main-flow{
    flex-direction:column;
    align-items:flex-start;
  }
}
.content-items{
  padding: calc(1.5rem * 2.4) 1.94rem;
  background: #EDE8D6;
  color: #2A3328;
}
.content-items .strong-benefit{max-width: 1420px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.63rem * 1.5);}
.content-items .compact-area{
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: #1F4A2E;
  color: #F7F3E7;
  border-left: 4px solid #C9A227;
}
.content-items .text-unit{margin: 0;
  font-size: calc(16.6px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
.content-items h2{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.6px * 2);
  line-height: 1.12;}
.content-items .primary-wrap{margin: calc(1.5rem * .75) 0 0;
  max-width: 62ch;
  font-size: calc(16.6px * 1.125);
  line-height: 1.79;}
.content-items .content-plan{display: flex;
  flex-wrap: wrap;
  gap: 1.63rem;}
.content-items .clear-entries{
  flex: 1 1 260px;
  padding: calc(1.5rem * .75);
  border-radius: 0.59rem;
  background: var(--surface-page);
  color: var(--tone-strong);
  border: 1px solid var(--line-muted);
}
.content-items .clear-entries strong{display: block;
  font-size: calc(16.6px * 1.35);
  margin-bottom: calc(1.5rem * .75);}
.content-items .clear-entries p{margin: 0;
  font-size: 16.6px;
  line-height: 1.79;}
.content-items .clear-entries a{text-decoration: underline;
  text-underline-offset: 2px;}
.content-items .clear-entries a:hover{}
.content-items .steady-region{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 1.63rem;
  padding-top: calc(1.63rem * 1.5);
  border-top: 1px solid var(--line-muted);
  font-size: calc(16.6px * .875);}
.content-items .steady-region span{}
.content-items .steady-region a{text-decoration: none;
  border-bottom: 1px solid var(--line-muted);
  padding-bottom: 2px;}
.content-items .steady-region a:hover{border-bottom-color: #C9A227;}
@media (max-width: 760px) {.content-items .content-plan{
    flex-direction: column;
  }
}
.plain-footer{
  background: #F7F3E7;
  color: #1B2418;
  padding: calc(1.5rem * 2.4) 1.94rem;
}
.plain-footer .strong-benefit{width: min(100%, 1420px);
  margin: 0 auto;}
.plain-footer .soft-steps{display: flex;
  flex-direction: column;
  gap: calc(1.63rem * 1.5);}
.plain-footer .focused-callout{max-width: 62ch;}
.plain-footer h1{margin: 0;
  font-size: clamp(calc(16.6px * 2), 6vw, calc(16.6px * 2.65));
  line-height: 1.05;
  letter-spacing: -0.01em;}
.plain-footer .focused-callout p{margin: 1.5rem 0 0;
  font-size: calc(16.6px * 1.125);
  line-height: 1.79;
  color: #2A3328;}
.plain-footer .strong-fields{display: flex;
  flex-direction: column;
  border-top: 1px solid var(--line-muted);}
.plain-footer .strong-fields a{display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.63rem;
  padding: 18px 0;
  border-bottom: 1px solid var(--line-muted);
  color: inherit;
  text-decoration: none;
  transition: color 360ms var(--ease-nav);}
.plain-footer .strong-fields a:hover span{color:inherit;}
.plain-footer .strong-fields span{font-weight: 700;
  font-size: 16.6px;
  color: #1F4A2E;
  transition: color 360ms var(--ease-nav);}
.plain-footer .strong-fields small{max-width: 42ch;
  color: #2A3328;
  font-size: calc(16.6px * .875);
  line-height: 1.5;
  text-align: right;}
.plain-footer .steady-region{display: flex;
  flex-wrap: wrap;
  gap: 1.63rem;}
.plain-footer .steady-inner{
  display: inline-block;
  padding: 13px 20px;
  border-radius: 0.59rem;
  background: #1F4A2E;
  color: #F7F3E7;
  text-decoration: none;
  font-weight: 700;
  font-size: calc(16.6px * .875);
  letter-spacing: 0.01em;
  transition: background 360ms var(--ease-nav);
}
.plain-footer .steady-inner:hover{
  background: #173A23;color:var(--tone-strong);}
.plain-footer .steady-inner.ghost{
  background: transparent;
  color: #1F4A2E;
  border: 1px solid var(--line-muted);
}
.plain-footer .steady-inner.ghost:hover{
  background: color-mix(in srgb, currentColor 10%, transparent);
  color: #C9A227;
}
@media (max-width: 620px) {.plain-footer{ padding: calc(1.5rem * 2.4) 1.94rem; }.plain-footer .strong-fields a{
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }.plain-footer .strong-fields small{
    max-width: none;
    text-align: left;
  }
}
