body{margin:0;padding:0;font-family:"Alegreya", sans-serif;}
*,*::before,*::after{box-sizing:border-box;}
:root {
  --paint-main: #FFFFFF;
  --surface-page: #241F18;
  --speed-soft: cubic-bezier(0.4,0,0.2,1);
  --tone-card: #E2DACB;
}
.local-inner {
    width: 100%;
    background: var(--paint-main);
    color: var(--surface-page);
    border-bottom: 1px solid var(--tone-card);
    padding: 1.5rem 1.46rem;
  }
.bottom-block {
    max-width: 940px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 0.9rem;
    flex-wrap: nowrap;
  }
.quiet-contact {
    font-size: calc(14.8px * 1.125);
    font-weight: 600;
    letter-spacing: 0.01em;
    color: var(--surface-page);
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
  }
.wide-track {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-start;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(0.9rem * 1.25);
    flex-wrap: wrap;
  }
.nav-list a {
    display: inline-block;
    padding: 0.35rem 0.2rem;
    font-size: 14.8px;
    color: var(--surface-page);
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-color 500ms var(--speed-soft), color 500ms var(--speed-soft);
  }
.nav-list a:hover,
  .nav-list a:focus-visible {
    color: #B4552B;
    border-bottom-color: #B4552B;
    outline: none;
  }
.service {
    flex-shrink: 0;
  }
.public-track {
    display: inline-block;
    padding: 0.6rem 1.1rem;
    background: #2F5D45;
    color: #F4F1E8;
    border-radius: 0.7rem;
    font-size: calc(14.8px * .875);
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 0px 4px rgba(0,0,0,0.04);
    transition: background 500ms var(--speed-soft), transform 500ms var(--speed-soft);
  }
.public-track:hover,
  .public-track:focus-visible{
    background: #254A37;
    transform: translateY(-1px);
    outline: none;color:var(--surface-page);}
.focused-links {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    background: #EFEADD;
    color: #3C362C;
    border: 1px solid var(--tone-card);
    border-radius: 0.31rem;
    cursor: pointer;
    flex-shrink: 0;
  }
.focused-links span{
    display: block;
    width: 22px;
    height: 2px;
    margin: 0 auto;
    background: #3C362C;
    border-radius: 2px;
    transition: transform 500ms var(--speed-soft), opacity 500ms var(--speed-soft);color:var(--surface-page);}
.focused-links[aria-expanded="true"] span:nth-child(1){transform: translateY(7px) rotate(45deg);}
.focused-links[aria-expanded="true"] span:nth-child(2){opacity: 0;}
.focused-links[aria-expanded="true"] span:nth-child(3){transform: translateY(-7px) rotate(-45deg);}
@media (max-width: 900px) {
    .nav-list {
      gap: 0.9rem;
    }
    .nav-list a {
      font-size: calc(14.8px * .875);
    }
    .public-track {
      padding: 0.5rem 0.85rem;
      font-size: calc(14.8px * .875);
    }
  }
@media (max-width: 767px) {
    .bottom-block {
      flex-wrap: wrap;
      align-items: center;
    }

    .quiet-contact {
      flex: 1 1 auto;
    }

    .focused-links {
      display: flex;
      order: 3;
    }

    .service {
      display: none;
    }

    .wide-track {
      display: none;
      flex: 1 1 100%;
      order: 4;
      width: 100%;
      margin-top: calc(0.9rem * 1.5);
      padding-top: calc(0.9rem * 1.5);
      border-top: 1px solid var(--tone-card);
    }

    .wide-track.is-open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      width: 100%;
    }

    .nav-list li {
      width: 100%;
    }

    .nav-list a {
      display: block;
      width: 100%;
      padding: 0.75rem 0.25rem;
      font-size: 14.8px;
      border-bottom: 1px solid var(--tone-card);
    }

    .nav-list a:hover,
    .nav-list a:focus-visible {
      border-bottom-color: var(--tone-card);
      color: #B4552B;
    }
  }
.open-tile{padding:calc(1.5rem * 2.4) 1.46rem;font-family:"Alegreya", sans-serif;font-size:14.8px;line-height:2.03;background:#2F5D45;color:#F4F1E8;}
.offer-group{max-width:940px;margin:0 auto;display:grid;gap:calc(0.9rem * 1.5)}
.secondary-intro{display:grid;gap:1.5rem}
.focused-unit{font-size:calc(14.8px * 1.125);font-weight:600;margin:0;letter-spacing:0.02em}
.compact-track{display:grid;gap:0.35rem;font-style:normal}
.secondary-nav{display:block}
.direct-contact{color:inherit;text-decoration:none;width:fit-content;border-bottom:1px solid transparent;transition:border-color 500ms var(--speed-soft)}
.direct-contact:hover,
  .direct-contact:focus-visible{border-bottom-color:currentColor}
.steady-block{display:grid;gap:1.5rem;padding-top:calc(0.9rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.15)}
.open-details{color:inherit;text-decoration:none;font-size:calc(14.8px * 1.35);font-weight:700;letter-spacing:0.01em}
.team-contact{margin:0;max-width:42ch;font-size:calc(14.8px * .875);opacity:0.85}
.clear-frame{display:grid;grid-template-columns:1fr;gap:calc(0.9rem * 1.5);padding-top:calc(0.9rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.15)}
.fresh-list{display:grid;gap:1.5rem;align-content:start}
.soft-method{font-size:calc(14.8px * .875);font-weight:600;text-transform:uppercase;letter-spacing:0.08em;margin:0;opacity:0.75}
.text-rail{list-style:none;margin:0;padding:0;display:grid;gap:0.4rem}
.text-rail a{color:inherit;text-decoration:none;font-size:14.8px;transition:opacity 500ms var(--speed-soft)}
.text-rail a:hover,
  .text-rail a:focus-visible{opacity:0.7;color:inherit}
.fresh-body{display:grid;gap:1.5rem;padding-top:calc(0.9rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.15)}
.bottom-proof{margin:0;font-size:calc(14.8px * .875);opacity:0.8;max-width:70ch}
.offer-list{margin:0;font-size:calc(14.8px * .875);opacity:0.7}
@media (min-width: 640px) {.clear-frame{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (min-width: 960px) {.offer-group{grid-template-columns:minmax(0, 1fr) minmax(0, 2fr);grid-template-areas:"contacts nav"
        "brand nav"
        "bottom bottom";column-gap:calc(0.9rem * 1.5)}.secondary-intro{grid-area:contacts}.steady-block{grid-area:brand;border-top:none;padding-top:0}.clear-frame{grid-area:nav;grid-template-columns:repeat(3, minmax(0, 1fr));border-top:none;padding-top:0}.fresh-body{grid-area:bottom}
  }
.cookies{position:fixed;left:1.46rem;right:1.46rem;bottom:1.5rem;z-index:1200;}
.cookies .quiet-callout{max-width:940px;margin:0 auto;padding:1.5rem 1.46rem;background:#B4552B;border-radius:1rem;box-shadow:0 8px 26px rgba(0,0,0,0.07);display:grid;grid-template-columns:1fr auto;gap:0.9rem;align-items:center;color:#FFF6EE;}
.cookies .wide-region strong{display:block;margin-bottom:4px;}
.cookies .wide-region p{margin:0;opacity:.95;}
.cookies .direct-region{display:flex;gap:8px;flex-wrap:wrap;}
.cookies .direct-region button{border:1px solid color-mix(in srgb, currentColor 12%, transparent);background:color-mix(in srgb, currentColor 20%, transparent);color:inherit;border-radius:0.31rem;padding:8px 10px;cursor:pointer;}
.cookies .direct-region button.cookie-accept{background:#2F5D45;color:#F4F1E8;}
@media (max-width: 760px){.cookies .quiet-callout{grid-template-columns:1fr;}
    }
.featured-intro{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#F4F1E8;
    overflow:hidden;
    min-height:520px;
    padding:calc(1.5rem * 2.4) 1.46rem;
    background:linear-gradient(135deg, #2F5D45 0%, #3E7358 55%, #6E8F6A 100%);
}
.featured-intro .bg{position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:0;}
.featured-intro .narrow-group{
    position:absolute;
    inset:0;
    background:linear-gradient(135deg, #2F5D45 0%, #3E7358 55%, #6E8F6A 100%);
    opacity:.78;
    z-index:1;color:#F4F1E8;}
.featured-intro .bottom-region{position:relative;
    z-index:2;
    max-width:940px;
    display:flex;
    flex-direction:column;
    gap:calc(0.9rem * 1.5);}
.featured-intro h1{font-size:calc(14.8px * 2.65);
    font-weight:700;
    line-height:1.15;
    margin:0;}
.featured-intro p{font-size:calc(14.8px * 1.125);
    line-height:2.03;
    margin:0 auto;
    max-width:640px;}
.featured-intro .direct-region{display:flex;
    gap:0.9rem;
    justify-content:center;
    flex-wrap:wrap;}
.featured-intro .team-visual{display:inline-block;
    padding:14px 28px;
    border-radius:0.7rem;
    text-decoration:none;
    border:1px solid transparent;
    font-size:14.8px;
    transition:background-color 500ms var(--speed-soft), border-color 500ms var(--speed-soft);}
.featured-intro .primary-service{
    background-color:#2F5D45;
    color:#F4F1E8;
    border-color:#2F5D45;
}
.featured-intro .primary-service:hover{
    background-color:#254A37;
    border-color:#254A37;color:var(--surface-page);}
.featured-intro .compact-copy{
    background-color:transparent;
    color:#F4F1E8;
    border-color:#F4F1E8;
}
.featured-intro .compact-copy:hover{
    background-color:#F4F1E8;
    color:#2F5D45;
}
.featured-intro .clear-footer{font-size:calc(14.8px * .875);
    margin:0 auto;
    max-width:620px;
    opacity:.92;}
.featured-intro .clear-footer a{color:#F4F1E8;
    text-decoration:underline;
    text-underline-offset:3px;}
.featured-intro .clear-footer a:hover{}
@media (max-width:640px){.featured-intro{
        min-height:440px;
    }.featured-intro .direct-region{
        flex-direction:column;
        align-items:stretch;
    }.featured-intro .team-visual{
        width:100%;
    }
}
.group{--state-control:calc(1.5rem * 1.05);--field-local:calc(940px / 2.7);padding:calc(1.5rem * 2.4) 1.46rem;background:#FBF8F1;color:#241F18;}
.group .quiet-callout{max-width:940px;margin:0 auto;}
.group h2,.group h3,.group p{margin:0;}
.group h2{font-size:calc(14.8px * 2);line-height:1.14;}
.group h3{font-size:calc(14.8px * 1.35);line-height:1.22;}
.group p{font-size:14.8px;line-height:2.03;}
.group .quiet-figure{font-size:calc(14.8px * .875);letter-spacing:.04em;text-transform:uppercase;color:#3C362C;background:#EFEADD;display:inline-block;padding:.35rem .7rem;border-radius:0.31rem;margin-bottom:calc(0.9rem * 1.5);}
.group .soft-lead{max-width:var(--field-local);margin-top:calc(0.9rem * 1.5);color:#3C362C;}
.group .site-form{display:flex;flex-wrap:wrap;gap:var(--state-control) 1.5rem;margin-top:calc(1.5rem * 2.4);}
.group .simple-proof{flex:1 1 calc(940px / 2.4);min-width:260px;padding-top:calc(1.5rem * .75);border-top:1px solid var(--tone-card);}
.group .simple-proof p{margin-top:calc(1.5rem / 3.2);color:#3C362C;}
.group .clear-footer{margin-top:calc(1.5rem * 2.4);padding-top:calc(1.5rem * .75);border-top:1px solid var(--tone-card);font-size:calc(14.8px * .875);color:#3C362C;}
.group .clear-footer a{color:#2F5D45;text-decoration:underline;text-underline-offset:3px;}
.group .clear-footer a:hover{color:#B4552B;}
@media (max-width:640px){.group .simple-proof{flex:1 1 100%;}.group .soft-lead{max-width:100%;}
}
.strong-view{--state-control:calc(1.5rem * 0.95);--field-local:calc(940px / 2.15);padding:calc(1.5rem * 2.4) 1.46rem;background:#2F5D45;color:#F4F1E8;}
.strong-view .quiet-callout{max-width:940px;margin:0 auto;}
.strong-view h1,.strong-view h2,.strong-view h3,.strong-view p{margin:0;}
.strong-view h2{font-size:calc(14.8px * 2);line-height:1.12;}
.strong-view h3{font-size:calc(14.8px * 1.35);line-height:1.2;}
.strong-view p{font-size:14.8px;line-height:2.03;color:color-mix(in srgb, currentColor 74%, transparent);}
.strong-view a{color:inherit;text-decoration:none;}
.strong-view .quiet-figure{font-size:calc(14.8px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.strong-view .soft-lead{max-width:var(--field-local);margin-top:calc(1.5rem / 2);}
.strong-view .text-tile{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.31rem;background:#F4F1E8;color:#2F5D45;}
.strong-view .site-form{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.9rem;margin-top:var(--state-control);}
.strong-view .simple-proof{flex:1 1 calc(940px / 4);min-width:0;}
.strong-view .simple-proof p{margin-top:calc(1.5rem / 3);}
.strong-view .simple-proof a{text-decoration:underline;text-underline-offset:2px;}
.strong-view .fresh-contact{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.9rem;}
.strong-view .fresh-contact>.plain-surface{flex:1 1 auto;min-width:0;}
.strong-view .fresh-contact>.text-tile{flex:0 0 auto;}
.strong-view .fresh-contact>.site-form{flex:1 1 100%;}
.strong-view .plain-surface h2{margin-top:calc(1.5rem / 2);}
@media (max-width:640px){.strong-view .simple-proof{flex:1 1 100%;}.strong-view .fresh-contact>.text-tile{width:100%;}
}
.service-shell{--state-control:calc(1.5rem * 0.92);--field-local:calc(940px / 3.00);padding:calc(1.5rem * 2.4) 1.46rem;background:#EFEADD;color:#3C362C;}
.service-shell .quiet-callout{max-width:940px;margin:0 auto;}
.service-shell h1,.service-shell h2,.service-shell h3,.service-shell p{margin:0;}
.service-shell h1{font-size:calc(14.8px * 2.65);line-height:1.08;}
.service-shell h2{font-size:calc(14.8px * 2);line-height:1.12;}
.service-shell h3{font-size:calc(14.8px * 1.35);line-height:1.2;}
.service-shell p{font-size:14.8px;line-height:2.03;}
.service-shell a{color:inherit;text-decoration:none;}
.service-shell img{display:block;width:min(28rem,100%);max-width:100%;height:auto;border-radius:0.7rem;flex:0 1 min(28rem,38vw);}
.service-shell .text-tile{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.31rem;background:#2F5D45;color:#F4F1E8;}
.service-shell .text-tile:hover{background:#254A37;color:var(--surface-page);}
.service-shell .primary-details>h1,.service-shell .primary-details>h2,.service-shell .primary-details>p,.service-shell .primary-details>.text-tile{margin-top:1.5rem;}
.service-shell .primary-details img{margin-top:var(--state-control);}
.service-shell .quiet-figure{max-width:var(--field-local);}
.service-shell .clear-footer{margin-top:calc(0.9rem * 1.5);font-size:calc(14.8px * .875);}
.service-shell .clear-footer a{color:#2F5D45;text-decoration:underline;}
.service-shell .clear-footer a:hover{color:inherit;}
.quiet-inner{padding:calc(calc(1.5rem * 2.4)*.72) 1.46rem;background:#FBF8F1;color:#241F18;}
.quiet-inner .narrow-feature{max-width:940px;margin:0 auto;display:flex;flex-direction:row-reverse;align-items:center;gap:clamp(1.5rem,4vw,calc(0.9rem * 1.5));}
.quiet-inner .plain-surface{flex:1 1 26rem;min-width:0;}
.quiet-inner .public-block{display:block;width:min(30vw,22rem);max-width:100%;height:auto;aspect-ratio:5/6;object-fit:cover;border-radius:1rem;flex:0 1 22rem;box-shadow:var(--lift-soft,0 0px 4px rgba(0,0,0,0.04));}
.quiet-inner h1{margin:0;font-size:clamp(1.75rem,3.6vw,calc(14.8px * 2));line-height:1.14;font-weight:600;letter-spacing:0;}
.quiet-inner p{margin:1.5rem 0 0;font-size:14.8px;line-height:1.75;color:#3C362C;max-width:34rem;}
@media (max-width:760px){.quiet-inner .narrow-feature{flex-direction:column;align-items:flex-start;}.quiet-inner .public-block{width:100%;aspect-ratio:16/9;margin-bottom:1.5rem;}.quiet-inner{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}
  }
.entries{
    background:#FBF8F1;
    color:#241F18;
    padding:calc(1.5rem * 2.4) 1.46rem;
}
.entries .c{max-width:940px;
    margin:0 auto;}
.entries .h{margin-bottom:calc(0.9rem * 1.5);}
.entries h1{font-size:calc(14.8px * 2.65);
    line-height:1.15;
    margin:0 0 0.6rem;}
.entries .h p{margin:0;
    max-width:56ch;}
.entries .question{display:flex;
    flex-wrap:wrap;
    gap:0.9rem;
    margin-bottom:calc(0.9rem * 1.5);
    padding-bottom:calc(0.9rem * 1.5);
    border-bottom:1px solid var(--tone-card);}
.entries .wide-proof{
    padding:0.35rem 0.85rem;
    border-radius:0.31rem;
    background:#EFEADD;
    color:#3C362C;
    text-decoration:none;
    font-size:calc(14.8px * .875);
    transition:background 500ms var(--speed-soft), color 500ms var(--speed-soft);
}
.entries .wide-proof:hover{
    background:#2F5D45;
    color:#F4F1E8;
}
.entries .site-form{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.entries .simple-proof{
    background:var(--paint-main);
    color:var(--surface-page);
    border:1px solid var(--tone-card);
    border-radius:1rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 0px 4px rgba(0,0,0,0.04);
    transition:box-shadow 500ms var(--speed-soft);
}
.entries .simple-proof:hover{box-shadow:0 6px 18px rgba(0,0,0,0.05);}
.entries .steady-area{display:flex;
    flex-wrap:wrap;
    gap:1rem;
    font-size:calc(14.8px * .875);
    margin-bottom:0.9rem;}
.entries .focused-figure{display:flex;
    gap:calc(1.5rem * .75);
    align-items:flex-start;}
.entries .focused-figure img{width:180px;
    height:130px;
    object-fit:cover;
    border-radius:0.7rem;
    flex-shrink:0;}
.entries .plain-surface{min-width:0;}
.entries h3{margin:0 0 0.4rem;
    font-size:calc(14.8px * 1.35);
    line-height:1.3;}
.entries h3 a{color:inherit;
    text-decoration:none;}
.entries h3 a:hover{}
.entries .plain-surface p{margin:0;}
@media (max-width:640px){.entries .focused-figure{
        flex-direction:column;
    }.entries .focused-figure img{
        width:100%;
        height:180px;
    }
}
.content-shell{
    padding:calc(1.5rem * 2.4) 1.46rem;
    background:#EFEADD;
    color:#3C362C;
}
.content-shell .media-copy{max-width:940px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.9rem * 1.5);}
.content-shell .contact-list{display:flex;
    align-items:center;
    gap:0.9rem;}
.content-shell .content-wrap{width:72px;
    height:72px;
    object-fit:cover;
    border-radius:0.7rem;
    flex:0 0 auto;}
.content-shell .id{display:flex;
    flex-direction:column;
    gap:2px;}
.content-shell .local-proof{margin:0;
    font-size:calc(14.8px * 1.125);
    line-height:1.3;}
.content-shell .media-visual{margin:0;
    font-size:calc(14.8px * .875);}
.content-shell .featured-menu{margin:0;
    font-size:14.8px;
    max-width:60ch;}
.content-shell .site-benefit{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-wrap:wrap;
    gap:0.9rem;
    font-size:calc(14.8px * .875);}
.content-shell .site-benefit a{color:#2F5D45;
    text-decoration:none;
    border-bottom:1px solid var(--tone-card);
    padding-bottom:2px;}
.content-shell .site-benefit a:hover{color:inherit;
    border-bottom-color:#B4552B;}
@media (max-width:520px){.content-shell .contact-list{
        flex-direction:column;
        align-items:flex-start;
    }
}
.compact-inner{padding:calc(calc(1.5rem * 2.4)*.7) 1.46rem;background:#FBF8F1;color:#241F18;}
.compact-inner .narrow-feature{max-width:940px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;gap:clamp(1.5rem,4vw,calc(0.9rem * 1.5));}
.compact-inner .public-block{display:block;width:min(38vw,26rem);max-width:100%;height:auto;aspect-ratio:5/4;object-fit:cover;border-radius:1rem;flex:1 1 22rem;}
.compact-inner .plain-surface{flex:1 1 26rem;min-width:0;}
.compact-inner h1{margin:0;font-size:clamp(1.75rem,3.6vw,calc(14.8px * 2.65));line-height:1.14;font-weight:640;}
.compact-inner p{margin:clamp(.85rem,1.6vw,1.5rem) 0 0;font-size:14.8px;line-height:1.7;color:#3C362C;}
@media (max-width:700px){.compact-inner{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.compact-inner .public-block{width:100%;aspect-ratio:16/10;}
  }
.simple-story{
    padding:clamp(50px,7vw,90px) clamp(16px,4vw,36px);
    background:#EFEADD;
    color:#3C362C;
}
.simple-story .quiet-callout{max-width:940px;
    margin:0 auto;
    display:grid;
    grid-template-columns:1fr 1.15fr;
    gap:calc(0.9rem * 1.6);
    align-items:start;}
.simple-story .quiet-visual{position:relative;}
.simple-story .quiet-visual img{width:100%;
    height:auto;
    display:block;
    border-radius:1rem;
    border:1px solid var(--tone-card);
    box-shadow:0 6px 18px rgba(0,0,0,0.05);}
.simple-story .focused-figure h2{margin:0 0 8px;
    font-size:clamp(28px,4vw,40px);
    line-height:1.15;}
.simple-story .focused-figure h3{margin:0 0 18px;
    font-size:14.8px;
    font-weight:500;
    opacity:.85;}
.simple-story .focused-figure p{margin:0 0 14px;
    max-width:60ch;}
.simple-story .focused-figure ul{margin:6px 0 0;
    padding:0;
    list-style:none;
    display:grid;
    gap:10px;}
.simple-story .focused-figure li{position:relative;
    padding-left:20px;
    line-height:1.6;}
.simple-story .focused-figure li::before{
    content:"";
    position:absolute;
    left:0;
    top:.62em;
    width:8px;
    height:8px;
    border-radius:50%;
    background:#B4552B;color:#FFF6EE;}
@media (max-width:820px){.simple-story .quiet-callout{
        grid-template-columns:1fr;
        gap:0.9rem;
    }.simple-story .quiet-visual img{
        max-height:340px;
        object-fit:cover;
    }
}
.featured-panel{
  --state-control:calc(1.5rem * 1.05);
  --copy-button:calc(940px / 3.1);
  padding:calc(1.5rem * 2.4) 1.46rem;
  background:#EFEADD;
  color:#3C362C;
}
.featured-panel .quiet-callout{max-width:940px;margin:0 auto;}
.featured-panel h2,
.featured-panel h3,
.featured-panel p{margin:0;}
.featured-panel h2{font-size:calc(14.8px * 2);line-height:1.14;}
.featured-panel h3{font-size:calc(14.8px * 1.35);line-height:1.22;}
.featured-panel p{font-size:14.8px;line-height:2.03;}
.featured-panel .steady-entries{max-width:calc(940px / 1.55);}
.featured-panel .soft-lead{margin-top:calc(0.9rem * 1.5);}
.featured-panel .top-wrap{display:flex;
  flex-wrap:wrap;
  gap:var(--state-control);
  margin-top:var(--state-control);}
.featured-panel .simple-proof{
  flex:1 1 var(--copy-button);
  min-width:0;
  padding:calc(var(--state-control) * .7);
  border-radius:0.7rem;
  background:var(--paint-main);
  color:var(--surface-page);
  border:1px solid var(--tone-card);
}
.featured-panel .simple-proof p{margin-top:calc(1.5rem / 3);
  font-size:calc(14.8px * .875);
  opacity:.82;}
.featured-panel .quiet-figure{margin-top:var(--state-control);
  font-size:calc(14.8px * .875);
  opacity:.85;}
.featured-panel a{text-decoration:underline;
  text-underline-offset:2px;}
.featured-panel a:hover{}
.visual-summary{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.46rem;
    background:#FBF8F1;
    color:#241F18;
  }
.visual-summary .narrow-feature{max-width:940px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    gap:clamp(1.5rem,4vw,calc(0.9rem * 1.5));}
.visual-summary .plain-surface{flex:1 1 22rem;
    min-width:0;
    padding-top:.25rem;}
.visual-summary .public-block{display:block;
    flex:0 1 20rem;
    width:min(38vw,20rem);
    max-width:100%;
    height:auto;
    aspect-ratio:5/6;
    object-fit:cover;
    border-radius:1rem;
    box-shadow:var(--lift-panel,0 6px 18px rgba(0,0,0,0.05));}
.visual-summary h1{margin:0;
    font-size:clamp(1.75rem,3.6vw,calc(14.8px * 2.65));
    line-height:1.14;
    font-weight:600;
    letter-spacing:0;}
.visual-summary p{margin:clamp(.9rem,1.6vw,1.5rem) 0 0;
    font-size:14.8px;
    line-height:1.7;
    max-width:38rem;}
@media (max-width:700px){.visual-summary .narrow-feature{display:block}.visual-summary .public-block{
      width:100%;
      aspect-ratio:16/10;
      margin-bottom:1.5rem;
    }.visual-summary{
      padding-top:calc(calc(1.5rem * 2.4)*.55);
      padding-bottom:calc(calc(1.5rem * 2.4)*.55);
    }
  }
.site-entries{--state-control:calc(1.5rem * 1.1);--field-local:calc(940px / 2.6);padding:calc(1.5rem * 2.4) 1.46rem;background:#FBF8F1;color:#241F18;}
.site-entries .quiet-callout{max-width:940px;margin:0 auto;}
.site-entries h2,.site-entries h3,.site-entries p{margin:0;}
.site-entries h2{font-size:calc(14.8px * 2);line-height:1.14;}
.site-entries h3{font-size:calc(14.8px * 1.35);line-height:1.22;}
.site-entries p{font-size:14.8px;line-height:2.03;}
.site-entries .steady-entries{max-width:var(--field-local);}
.site-entries .soft-lead{margin-top:calc(0.9rem * 1.5);}
.site-entries img{display:block;width:100%;height:auto;margin-top:var(--state-control);border-radius:1rem;}
.site-entries .site-form{display:flex;flex-wrap:wrap;gap:0.9rem;margin-top:var(--state-control);}
.site-entries .simple-proof{flex:1 1 calc(940px / 3.2);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid var(--tone-card);}
.site-entries .simple-proof p{margin-top:calc(1.5rem / 3);color:#3C362C;}
.site-entries .clear-footer{margin-top:var(--state-control);font-size:calc(14.8px * .875);color:#3C362C;}
.site-entries .clear-footer a{color:#2F5D45;text-decoration:underline;text-underline-offset:3px;}
.site-entries .clear-footer a:hover{color:#B4552B;}
@media (max-width:720px){.site-entries .simple-proof{flex:1 1 100%;}
}
.contact-footer{--state-control:calc(1.5rem * 1.05);--field-control:calc(940px / 3.15);padding:calc(1.5rem * 2.4) 1.46rem;background:#B4552B;color:#FFF6EE;}
.contact-footer .quiet-callout{max-width:940px;margin:0 auto;}
.contact-footer h2,.contact-footer h3,.contact-footer p{margin:0;}
.contact-footer h2{font-size:calc(14.8px * 2);line-height:1.14;}
.contact-footer h3{font-size:calc(14.8px * 1.35);line-height:1.22;}
.contact-footer p{font-size:14.8px;line-height:2.03;color:color-mix(in srgb, currentColor 76%, transparent);}
.contact-footer a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.contact-footer .steady-entries{max-width:calc(940px * .78);}
.contact-footer .steady-entries .soft-lead{margin-top:calc(1.5rem / 2.4);}
.contact-footer .site-form{display:flex;flex-wrap:wrap;gap:var(--state-control);margin-top:var(--state-control);}
.contact-footer .simple-proof{flex:1 1 var(--field-control);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.7rem;background:color-mix(in srgb, currentColor 12%, transparent);}
.contact-footer .simple-proof h3{margin-top:calc(1.5rem / 3.2);}
.contact-footer .simple-proof p{margin-top:calc(1.5rem / 3.6);}
.contact-footer .wide-nav{display:inline-block;font-size:calc(14.8px * .875);letter-spacing:.06em;text-transform:uppercase;opacity:.78;}
.contact-footer .quiet-figure{margin-top:var(--state-control);max-width:calc(940px * .82);}
@media (max-width:720px){.contact-footer .simple-proof{flex:1 1 100%;}
}
.team-headline{
    padding:calc(calc(1.5rem * 2.4)*.7) 1.46rem;
    background:#FBF8F1;
    color:#241F18;
  }
.team-headline .narrow-feature{max-width:940px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    gap:clamp(1.5rem,4vw,calc(0.9rem * 1.5));}
.team-headline .plain-surface{flex:1 1 22rem;
    min-width:0;
    padding-top:.4rem;}
.team-headline .public-block{display:block;
    flex:0 1 20rem;
    width:min(38vw,20rem);
    max-width:100%;
    height:auto;
    aspect-ratio:3/4;
    object-fit:cover;
    border-radius:1rem;
    box-shadow:var(--lift-panel,0 6px 18px rgba(0,0,0,0.05));}
.team-headline h1{margin:0;
    font-size:clamp(1.75rem,3.6vw,calc(14.8px * 2.65));
    line-height:1.15;
    font-weight:640;
    letter-spacing:-0.005em;}
.team-headline p{margin:clamp(1rem,2vw,1.5rem) 0 0;
    font-size:14.8px;
    line-height:1.75;
    color:#3C362C;
    max-width:34rem;}
@media (max-width:700px){.team-headline{
      padding-top:calc(calc(1.5rem * 2.4)*.55);
      padding-bottom:calc(calc(1.5rem * 2.4)*.55);
    }.team-headline .narrow-feature{
      flex-direction:column-reverse;
      gap:1.5rem;
    }.team-headline .public-block{
      width:100%;
      flex:0 0 auto;
      aspect-ratio:16/9;
    }.team-headline .plain-surface{
      padding-top:0;
    }
  }
.local-shell{
  --state-control:calc(1.5rem * 1.05);
  --field-local:calc(940px / 2.35);
  padding:calc(1.5rem * 2.4) 1.46rem;
  background:#EFEADD;
  color:#3C362C;
}
.local-shell .quiet-callout{max-width:940px;
  margin:0 auto;
  display:flex;
  align-items:flex-start;
  gap:calc(0.9rem * 1.4);
  flex-wrap:wrap;}
.local-shell h2{margin:0;
  font-size:calc(14.8px * 2);
  line-height:1.14;}
.local-shell p{margin:0;
  font-size:14.8px;
  line-height:2.03;}
.local-shell .plain-surface{flex:1 1 22rem;
  min-width:0;
  max-width:var(--field-local);}
.local-shell .soft-lead{margin-top:var(--state-control);}
.local-shell .quiet-figure{margin-top:calc(var(--state-control) * 0.6);
  font-size:calc(14.8px * .875);
  color:#3C362C;
  opacity:0.82;}
.local-shell .text-tile{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin-top:var(--state-control);
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.31rem;
  background:#2F5D45;
  color:#F4F1E8;
  text-decoration:none;
  font-size:14.8px;
  transition:background 500ms var(--speed-soft);
}
.local-shell .text-tile:hover{
  background:#254A37;color:var(--surface-page);}
.local-shell .clear-footer{margin-top:calc(var(--state-control) * 0.7);
  font-size:calc(14.8px * .875);}
.local-shell .clear-footer a{color:#2F5D45;
  text-decoration:underline;
  text-underline-offset:3px;}
.local-shell .clear-footer a:hover{color:inherit;}
.local-shell img{display:block;
  width:min(26rem,100%);
  max-width:100%;
  height:auto;
  border-radius:0.7rem;
  flex:0 1 min(26rem,36vw);
  box-shadow:0 0px 4px rgba(0,0,0,0.04);}
@media (max-width:720px){.local-shell img{
    flex:1 1 100%;
    width:100%;
  }
}
.text-contact{
  padding: calc(1.5rem * 2.4) 1.46rem;
  background: #EFEADD;
  color: #3C362C;
}
.text-contact .main-menu{max-width: 940px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(0.9rem * 1.5);}
.text-contact .surface{display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 0.9rem;
  align-items: end;
  padding-bottom: calc(1.5rem * .75);
  border-bottom: 1px solid var(--tone-card);}
.text-contact h2{margin: 0;
  font-size: calc(14.8px * 2);
  line-height: 1.1;}
.text-contact .surface p{margin: 0;
  font-size: 14.8px;
  line-height: 2.03;}
.text-contact .bottom-section{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.text-contact .steady-group{
  display: grid;
  grid-template-columns: minmax(6rem, .22fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.7rem;
  background: var(--paint-main);
  color: var(--surface-page);
  border: 1px solid var(--tone-card);
  box-shadow: 0 0px 4px rgba(0,0,0,0.04);
}
.text-contact .public-header{font-size: calc(14.8px * .875);
  text-transform: uppercase;
  letter-spacing: .04em;
  word-break: break-word;}
.text-contact h3{margin: 0;
  font-size: calc(14.8px * 1.35);
  line-height: 1.2;}
.text-contact .steady-group p{margin: calc(calc(1.5rem * .75) * .5) 0;
  font-size: 14.8px;}
.text-contact small{font-size: calc(14.8px * .875);}
@media (max-width: 780px) {.text-contact .surface,
  .text-contact .steady-group{
    grid-template-columns: 1fr;
  }
}
.site-rail{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.46rem;
    background:#FBF8F1;
    color:#241F18;
  }
.site-rail .narrow-feature{max-width:940px;
    margin:0 auto;
    display:flex;
    align-items:center;
    gap:clamp(1.5rem,4vw,calc(0.9rem * 1.5));}
.site-rail .plain-surface{flex:1 1 26rem;
    min-width:0;}
.site-rail h1{margin:0;
    font-size:clamp(1.75rem,3.6vw,calc(14.8px * 2.65));
    line-height:1.15;
    font-weight:640;
    letter-spacing:0;}
.site-rail p{margin:clamp(.85rem,1.6vw,1.5rem) 0 0;
    font-size:14.8px;
    line-height:1.7;
    max-width:38rem;}
.site-rail .public-block{display:block;
    flex:0 1 22rem;
    width:min(38vw,22rem);
    max-width:100%;
    height:auto;
    aspect-ratio:5/6;
    object-fit:cover;
    border-radius:1rem;
    box-shadow:0 0px 4px rgba(0,0,0,0.04);}
@media (max-width:720px){.site-rail{padding-top:calc(calc(1.5rem * 2.4)*.55);padding-bottom:calc(calc(1.5rem * 2.4)*.55);}.site-rail .narrow-feature{display:block;}.site-rail .public-block{width:100%;aspect-ratio:16/10;margin-top:1.5rem;}
  }
.bottom-quote{--state-control:calc(1.5rem * 1.29);--field-local:calc(940px / 2.40);padding:calc(1.5rem * 2.4) 1.46rem;background:#EFEADD;color:#3C362C;}
.bottom-quote .quiet-callout{max-width:940px;margin:0 auto;}
.bottom-quote h1,.bottom-quote h2,.bottom-quote h3,.bottom-quote p{margin:0;}
.bottom-quote h1{font-size:calc(14.8px * 2.65);line-height:1.08;}
.bottom-quote h2{font-size:calc(14.8px * 2);line-height:1.12;}
.bottom-quote h3{font-size:calc(14.8px * 1.35);line-height:1.2;}
.bottom-quote p{font-size:14.8px;line-height:2.03;}
.bottom-quote a{color:inherit;text-decoration:none;}
.bottom-quote .soft-lead{max-width:var(--field-local);}
.bottom-quote .site-form{display:flex;flex-wrap:wrap;gap:var(--state-control);margin-top:var(--state-control);}
.bottom-quote .simple-proof{flex:1 1 calc(940px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.7rem;background:var(--paint-main);color:var(--surface-page);border:1px solid var(--tone-card);}
.bottom-quote .simple-proof p{margin-top:calc(1.5rem / 3);}
.bottom-quote .compact-benefit{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.9rem;}
.bottom-quote .compact-benefit>h2{flex:1 1 calc(940px / 3);min-width:0;}
.bottom-quote .compact-benefit>.soft-lead{flex:1 1 calc(940px / 3);min-width:0;}
.bottom-quote .compact-benefit>.site-form{flex:1 1 100%;}
.main-surface{position:relative;overflow:hidden;padding:calc(1.5rem * 2.4) 1.46rem;background:linear-gradient(120deg, #B4552B 0%, #D07A45 100%);color:#FFF6EE}
.main-surface:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(96deg,transparent 0 17%,color-mix(in srgb,currentColor 6%,transparent) 17% 17.1%);animation:clarifyChapterBg calc(500ms*44) linear infinite alternate;pointer-events:none}
.main-surface .quiet-callout{position:relative;z-index:1;max-width:940px;margin:0 auto}
.main-surface h2{max-width:22ch;margin:0 0 calc(0.9rem * 1.5);font-size:calc(14.8px * 2.65);line-height:1.05}
.main-surface .soft-lead{max-width:52ch;margin:0 0 calc(0.9rem * 1.5);font-size:calc(14.8px * 1.125);line-height:2.03}
.main-surface .top-menu{display:flex;flex-wrap:wrap;gap:calc(0.9rem * 1.5) calc(1.5rem * .75)}
.main-surface .simple-proof{flex:1 1 min(22rem,100%);min-width:0;padding-top:1.5rem;border-top:1px solid color-mix(in srgb,currentColor 28%,transparent)}
.main-surface h3{margin:0;font-size:calc(14.8px * 1.35);line-height:1.15}
.main-surface .simple-proof p{margin:1.5rem 0 0;line-height:2.03}
.main-surface .narrow-form{max-width:46rem;margin:calc(0.9rem * 1.5) 0 0;font-size:14.8px;line-height:2.03}
@keyframes clarifyChapterBg{from{transform:translateX(-2%)}to{transform:translateX(2%)}}
@media(prefers-reduced-motion:reduce){.main-surface:after{animation:none}}
.plain-nav{--state-control:calc(1.5rem * 1.15);--field-local:calc(940px / 3.05);--label-button:calc(940px / 3.22);padding:calc(1.5rem * 2.4) 1.46rem;background:#FBF8F1;color:#241F18;}
.plain-nav .quiet-callout{max-width:940px;margin:0 auto;}
.plain-nav h1,.plain-nav h2,.plain-nav h3,.plain-nav p{margin:0;}
.plain-nav h1{font-size:calc(14.8px * 2.65);line-height:1.08;}
.plain-nav h2{font-size:calc(14.8px * 2);line-height:1.12;}
.plain-nav h3{font-size:calc(14.8px * 1.35);line-height:1.2;}
.plain-nav p{font-size:14.8px;line-height:2.03;}
.plain-nav a{color:#2F5D45;text-decoration:none;}
.plain-nav a:hover{color:#B4552B;}
.plain-nav img{display:block;width:100%;height:auto;border-radius:0.7rem;}
.plain-nav .soft-lead{max-width:var(--field-local);}
.plain-nav .quiet-figure{margin-top:calc(0.9rem * 1.5);font-size:calc(14.8px * .875);color:#3C362C;}
.plain-nav .site-form{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.9rem;margin-top:var(--state-control);}
.plain-nav .simple-proof{flex:1 1 calc(940px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid var(--tone-card);}
.plain-nav .simple-proof p{margin-top:calc(1.5rem / 3);}
.plain-nav .open-form>img{margin-top:var(--state-control);}
.plain-nav .open-form>.soft-lead{margin-top:1.5rem;}
@media (max-width:720px){.plain-nav .simple-proof{flex:1 1 100%;}
}
.fresh-plan{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.46rem;
    background:#FBF8F1;
    color:#241F18;
  }
.fresh-plan .narrow-feature{max-width:940px;
    margin:0 auto;
    display:flex;
    align-items:center;
    gap:clamp(1.5rem,4vw,calc(0.9rem * 1.5));}
.fresh-plan .plain-surface{flex:1 1 26rem;
    min-width:0;}
.fresh-plan h1{margin:0;
    font-size:clamp(1.9rem,4.2vw,calc(14.8px * 2.65));
    line-height:1.12;
    font-weight:640;
    letter-spacing:0;}
.fresh-plan p{margin:clamp(.9rem,1.6vw,1.5rem) 0 0;
    font-size:clamp(1rem,1.2vw,14.8px);
    line-height:1.75;
    color:#3C362C;
    max-width:38rem;}
.fresh-plan .public-block{display:block;
    flex:0 1 24rem;
    width:min(32vw,24rem);
    max-width:100%;
    height:auto;
    aspect-ratio:5/4;
    object-fit:cover;
    border-radius:1rem;}
@media (max-width:720px){.fresh-plan .narrow-feature{display:block}.fresh-plan .public-block{
      width:100%;
      aspect-ratio:16/9;
      margin-top:1.5rem;
    }.fresh-plan{
      padding-top:calc(calc(1.5rem * 2.4)*.55);
      padding-bottom:calc(calc(1.5rem * 2.4)*.55);
    }
  }
.wide-list{--state-control:calc(1.5rem * 1.02);--field-local:calc(940px / 1.9);padding:calc(1.5rem * 2.4) 1.46rem;background:#FBF8F1;color:#241F18;}
.wide-list .quiet-callout{max-width:940px;margin:0 auto;}
.wide-list h2,.wide-list h3,.wide-list p{margin:0;}
.wide-list h2{font-size:calc(14.8px * 2);line-height:1.12;}
.wide-list h3{font-size:calc(14.8px * 1.35);line-height:1.2;}
.wide-list p{font-size:14.8px;line-height:2.03;}
.wide-list a{color:#2F5D45;text-decoration:none;}
.wide-list a:hover{color:#B4552B;}
.wide-list .steady-entries{max-width:var(--field-local);}
.wide-list .soft-lead{margin-top:calc(0.9rem * 1.5);color:#3C362C;}
.wide-list .primary-fields{display:flex;flex-direction:column;gap:var(--state-control);margin-top:var(--state-control);}
.wide-list .simple-proof{padding:calc(calc(1.5rem * .75) * .9) 0;border-top:1px solid var(--tone-card);}
.wide-list .simple-proof p{margin-top:calc(1.5rem / 3);color:#3C362C;}
.wide-list .clear-footer{margin-top:var(--state-control);padding-top:calc(0.9rem * 1.5);border-top:1px solid var(--tone-card);font-size:calc(14.8px * .875);color:#3C362C;}
@media (min-width:720px){.wide-list .primary-fields{display:grid;grid-template-columns:1fr 1fr;column-gap:1.46rem;}.wide-list .simple-proof{padding:calc(calc(1.5rem * .75) * .9) 0;}
}
.clear-details{
  background:#B4552B;
  color:#FFF6EE;
  padding:calc(1.5rem * 2.4) 1.46rem;
}
.clear-details .quiet-callout{max-width:940px;
  margin:0 auto;
  display:flex;
  gap:calc(0.9rem * 1.5);
  align-items:flex-start;}
.clear-details .content-grid{flex:0 0 19rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:0.9rem;
  border-right:1px solid color-mix(in srgb,#FFF6EE 24%,transparent);
  padding-right:1.46rem;}
.clear-details h2{margin:0;
  font-size:calc(14.8px * 2);
  line-height:1.1;
  letter-spacing:0;}
.clear-details .quiet-figure{margin:0;
  font-size:calc(14.8px * .875);
  line-height:1.6;}
.clear-details .content-grid a{display:inline-flex;
  width:max-content;
  max-width:100%;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:.2rem;}
.clear-details .soft-intro{flex:1 1 auto;
  min-width:0;}
.clear-details .soft-intro p{margin:0;
  max-width:44rem;
  font-size:calc(14.8px * 1.125);
  line-height:2.03;}
.clear-details .site-form{margin-top:calc(0.9rem * 1.5);
  display:flex;
  flex-direction:column;
  gap:.55rem;}
.clear-details .site-form span{
  border-radius:0.7rem;
  background:color-mix(in srgb,#FFF6EE 10%,transparent);
  padding:.6rem .9rem;
  font-size:calc(14.8px * .875);color:var(--surface-page);}
.clear-details .clear-footer{margin-top:calc(0.9rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:.5rem;
  font-size:calc(14.8px * .875);}
.clear-details .clear-footer a{text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:.15rem;}
@media (max-width:720px){.clear-details .quiet-callout{display:block}.clear-details .content-grid{border-right:0;padding-right:0}.clear-details .soft-intro{margin-top:calc(0.9rem * 1.5)}
}
.local-area{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.46rem;
    background:#FBF8F1;
    color:#241F18;
  }
.local-area .narrow-feature{max-width:940px;
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);
    align-items:center;
    gap:clamp(1.5rem,4vw,calc(0.9rem * 1.5));}
.local-area .plain-surface{min-width:0;
    max-width:34rem;}
.local-area h1{margin:0;
    font-size:clamp(1.9rem,4.2vw,calc(14.8px * 2.65));
    line-height:1.14;
    font-weight:680;
    letter-spacing:0;}
.local-area p{margin:clamp(1rem,2vw,1.5rem) 0 0;
    font-size:14.8px;
    line-height:1.72;
    max-width:32rem;
    color:#3C362C;}
.local-area .public-block{display:block;
    width:100%;
    height:auto;
    aspect-ratio:4/5;
    object-fit:cover;
    border-radius:1rem;
    box-shadow:var(--lift-soft,0 0px 4px rgba(0,0,0,0.04));}
@media (max-width:760px){.local-area .narrow-feature{
      grid-template-columns:1fr;
    }.local-area .plain-surface{
      max-width:none;
      order:2;
    }.local-area .public-block{
      order:1;
      aspect-ratio:16/9;
    }.local-area{
      padding-top:calc(calc(1.5rem * 2.4)*.5);
      padding-bottom:calc(calc(1.5rem * 2.4)*.5);
    }
  }
.public-body{
        padding: calc(1.5rem * 2.4) 1.46rem;
        background: #EFEADD;
        color: #3C362C
    }
.public-body .quiet-callout{max-width: 940px;
        margin: 0 auto}
.public-body .page-inner{display: flex;
        flex-direction: column;
        gap: calc(0.9rem * 1.5)}
.public-body .steady-entries{max-width: 46rem;
        min-width: 0}
.public-body h2{margin: 0;
        font-size: calc(14.8px * 2);
        line-height: 1.12}
.public-body .steady-entries p{margin: 1.5rem 0 0;
        font-size: 14.8px;
        line-height: 2.03}
.public-body ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column}
.public-body li{display: flex;
        gap: 0.9rem;
        align-items: flex-start;
        padding: 1.5rem 0}
.public-body li:first-child{padding-top: 0}
.public-body li + li{border-top: 1px solid var(--tone-card)}
.public-body strong{flex: 0 1 15rem;
        min-width: 0;
        font-size: calc(14.8px * 1.125);
        line-height: 1.2}
.public-body span{flex: 1 1 26rem;
        min-width: 0;
        line-height: 2.03}
@media (max-width: 760px) {.public-body li{
            display: block
        }.public-body span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.secondary-flow{--state-control:calc(1.5rem * 1.19);--field-local:calc(940px / 2.80);--label-button:calc(940px / 3.16);padding:calc(1.5rem * 2.4) 1.46rem;background:#2F5D45;color:#F4F1E8;}
.secondary-flow .quiet-callout{max-width:940px;margin:0 auto;}
.secondary-flow h1,.secondary-flow h2,.secondary-flow h3,.secondary-flow p{margin:0;}
.secondary-flow h1{font-size:calc(14.8px * 2.65);line-height:1.08;}
.secondary-flow h2{font-size:calc(14.8px * 2);line-height:1.12;}
.secondary-flow h3{font-size:calc(14.8px * 1.35);line-height:1.2;}
.secondary-flow p{font-size:14.8px;line-height:2.03;color:color-mix(in srgb, currentColor 74%, transparent);}
.secondary-flow a{color:inherit;text-decoration:none;}
.secondary-flow img{display:block;width:100%;height:auto;border-radius:0.7rem;}
.secondary-flow .text-tile{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.31rem;background:#F4F1E8;color:#2F5D45;}
.secondary-flow .soft-lead,.secondary-flow .quiet-figure{}
.secondary-flow .site-form{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.9rem;margin-top:var(--state-control);}
.secondary-flow .simple-proof{flex:1 1 calc(940px / 4);min-width:0;}
.secondary-flow .simple-proof p,.secondary-flow .simple-proof a{margin-top:calc(1.5rem / 3);}
.secondary-flow .simple-proof img{margin-bottom:calc(1.5rem / 2);}
.secondary-flow .fresh-contact{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.9rem;}
.secondary-flow .fresh-contact>.plain-surface{flex:1 1 auto;min-width:0;}
.secondary-flow .fresh-contact>.text-tile{flex:0 0 auto;}
.secondary-flow .fresh-contact>.site-form{flex:1 1 100%;}
.secondary-flow .plain-surface h2{margin-top:calc(1.5rem / 2);}
.secondary-flow .clear-footer{flex:1 1 100%;margin-top:var(--state-control);font-size:calc(14.8px * .875);color:color-mix(in srgb, currentColor 68%, transparent);}
.secondary-flow .clear-footer a{text-decoration:underline;text-underline-offset:3px;}
.secondary-flow .clear-footer a:hover{}
.site-actions{padding:calc(calc(1.5rem * 2.4)*.7) 1.46rem;background:#FBF8F1;color:#241F18;}
.site-actions .narrow-feature{max-width:940px;margin:0 auto;display:flex;align-items:center;gap:clamp(1.5rem,5vw,calc(0.9rem * 1.5));}
.site-actions .public-block{display:block;width:min(32vw,26rem);max-width:100%;height:auto;aspect-ratio:5/6;object-fit:cover;border-radius:1rem;flex:0 1 26rem;box-shadow:var(--lift-panel,0 6px 18px rgba(0,0,0,0.05));}
.site-actions .plain-surface{width:min(100%,44rem);min-width:0;}
.site-actions h1{margin:0;font-size:clamp(1.9rem,4.4vw,calc(14.8px * 2.65));line-height:1.12;font-weight:640;letter-spacing:-0.01em;}
.site-actions p{margin:clamp(1rem,1.8vw,1.5rem) 0 0;font-size:clamp(1rem,1.2vw,14.8px);line-height:1.75;color:#3C362C;max-width:38rem;}
@media (max-width:760px){.site-actions .narrow-feature{display:block;}.site-actions .public-block{width:100%;aspect-ratio:16/10;margin-bottom:1.5rem;}.site-actions{padding-top:calc(calc(1.5rem * 2.4)*.55);padding-bottom:calc(calc(1.5rem * 2.4)*.55);}
  }
.secondary-method{--state-control:calc(1.5rem * 0.95);--field-local:calc(940px / 2.15);--label-button:calc(940px / 3.72);padding:calc(1.5rem * 2.4) 1.46rem;background:#2F5D45;color:#F4F1E8;}
.secondary-method .quiet-callout{max-width:940px;margin:0 auto;}
.secondary-method h1,.secondary-method h2,.secondary-method h3,.secondary-method p{margin:0;}
.secondary-method h1{font-size:calc(14.8px * 2.65);line-height:1.08;}
.secondary-method h2{font-size:calc(14.8px * 2);line-height:1.12;}
.secondary-method h3{font-size:calc(14.8px * 1.35);line-height:1.2;}
.secondary-method p{font-size:14.8px;line-height:2.03;color:color-mix(in srgb, currentColor 74%, transparent);}
.secondary-method a{color:inherit;text-decoration:none;}
.secondary-method img{display:block;width:100%;height:auto;border-radius:0.7rem;}
.secondary-method .text-tile{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.31rem;background:#F4F1E8;color:#2F5D45;}
.secondary-method .soft-lead,.secondary-method .quiet-figure{}
.secondary-method .site-form{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.9rem;margin-top:var(--state-control);}
.secondary-method .simple-proof{flex:1 1 calc(940px / 4);min-width:0;}
.secondary-method .simple-proof p,.secondary-method .simple-proof a{margin-top:calc(1.5rem / 3);}
.secondary-method .simple-proof img{margin-bottom:calc(1.5rem / 2);}
.secondary-method .fresh-contact{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.9rem;}
.secondary-method .fresh-contact>.plain-surface{flex:1 1 auto;min-width:0;}
.secondary-method .fresh-contact>.text-tile{flex:0 0 auto;}
.secondary-method .fresh-contact>.site-form{flex:1 1 100%;}
.secondary-method .plain-surface h2{margin-top:calc(1.5rem / 2);}
.secondary-method .clear-footer{flex:1 1 100%;margin-top:calc(1.5rem / 1.5);font-size:calc(14.8px * .875);}
.secondary-method .clear-footer a{text-decoration:underline;text-underline-offset:3px;}
.secondary-method .clear-footer a:hover{}
.media-list{--state-control:calc(1.5rem * 1.1);--field-local:calc(940px / 1.6);--label-button:calc(940px / 3.2);padding:calc(1.5rem * 2.4) 1.46rem;background:#EFEADD;color:#3C362C;}
.media-list .quiet-callout{max-width:940px;margin:0 auto;}
.media-list h2,.media-list h3,.media-list p{margin:0;}
.media-list h2{font-size:calc(14.8px * 2);line-height:1.14;}
.media-list h3{font-size:calc(14.8px * 1.35);line-height:1.22;}
.media-list p{font-size:14.8px;line-height:2.03;}
.media-list .soft-lead{max-width:var(--field-local);margin-top:calc(1.5rem / 2);}
.media-list .offer-form{margin-bottom:var(--state-control);}
.media-list img{display:block;width:100%;max-width:var(--label-button);height:auto;border-radius:0.7rem;margin:0 0 var(--state-control);}
.media-list .site-form{display:flex;flex-wrap:wrap;gap:0.9rem 1.5rem;}
.media-list .simple-proof{flex:1 1 calc(940px / 3.4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid var(--tone-card);}
.media-list .simple-proof p{margin-top:calc(1.5rem / 3);}
.media-list .quiet-figure{margin-top:var(--state-control);font-size:calc(14.8px * .875);}
.media-list a{color:#2F5D45;text-decoration:underline;text-underline-offset:2px;}
.media-list a:hover{color:inherit;}
@media (max-width:640px){.media-list .simple-proof{flex:1 1 100%;}
}
.contact-note{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.46rem;
    background:#FBF8F1;
    color:#241F18;
  }
.contact-note .narrow-feature{max-width:940px;
    margin:0 auto;
    display:flex;
    align-items:center;
    gap:clamp(1.5rem,4vw,calc(0.9rem * 1.5));}
.contact-note .plain-surface{flex:1 1 auto;
    min-width:0;
    max-width:34rem;}
.contact-note h1{margin:0;
    font-size:clamp(1.75rem,3.6vw,calc(14.8px * 2.65));
    line-height:1.14;
    font-weight:640;
    letter-spacing:-0.005em;}
.contact-note p{margin:clamp(1rem,2vw,1.5rem) 0 0;
    font-size:clamp(1rem,1.15vw,14.8px);
    line-height:1.78;
    color:#3C362C;}
.contact-note .public-block{display:block;
    flex:0 1 22rem;
    width:min(30vw,22rem);
    max-width:100%;
    height:auto;
    aspect-ratio:5/6;
    object-fit:cover;
    border-radius:1rem;}
@media (max-width:760px){.contact-note .narrow-feature{
      display:block;
    }.contact-note .public-block{
      width:100%;
      aspect-ratio:16/10;
      margin-top:1.5rem;
    }.contact-note{
      padding-top:calc(calc(1.5rem * 2.4)*.55);
      padding-bottom:calc(calc(1.5rem * 2.4)*.55);
    }
  }
.fresh-quote{--state-control:calc(1.5rem * 1.29);--field-local:calc(940px / 2.40);padding:calc(1.5rem * 2.4) 1.46rem;background:#EFEADD;color:#3C362C;}
.fresh-quote .quiet-callout{max-width:940px;margin:0 auto;}
.fresh-quote h1,.fresh-quote h2,.fresh-quote h3,.fresh-quote p{margin:0;}
.fresh-quote h2{font-size:calc(14.8px * 2);line-height:1.14;max-width:var(--field-local);}
.fresh-quote p{font-size:14.8px;line-height:2.03;}
.fresh-quote .soft-lead{max-width:var(--field-local);}
.fresh-quote .quiet-figure{font-size:calc(14.8px * .875);color:#3C362C;opacity:.82;max-width:var(--field-local);}
.fresh-quote a{color:inherit;text-decoration:none;}
.fresh-quote .text-tile{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.31rem;background:#2F5D45;color:#F4F1E8;font-size:14.8px;transition:background 500ms var(--speed-soft);}
.fresh-quote .text-tile:hover{background:#254A37;color:var(--surface-page);}
.fresh-quote .clear-footer{display:flex;flex-wrap:wrap;gap:0.9rem;margin-top:calc(0.9rem * 1.5);padding-top:calc(0.9rem * 1.5);border-top:1px solid var(--tone-card);}
.fresh-quote .clear-footer a{font-size:calc(14.8px * .875);color:#2F5D45;border-bottom:1px solid transparent;transition:color 500ms var(--speed-soft),border-color 500ms var(--speed-soft);}
.fresh-quote .clear-footer a:hover{color:inherit;border-color:#B4552B;}
.fresh-quote .primary-details>h2,.fresh-quote .primary-details>p,.fresh-quote .primary-details>.text-tile{margin-top:1.5rem;}
.fresh-quote .primary-details>.quiet-figure{margin-top:calc(0.9rem * 1.5);}
.fresh-quote .primary-details>.clear-footer{margin-top:var(--state-control);}
.narrow-stack{
  --state-control:calc(1.5rem * 1.05);
  --field-local:calc(940px / 3.1);
  padding:calc(1.5rem * 2.4) 1.46rem;
  background:#B4552B;
  color:#FFF6EE;
}
.narrow-stack .quiet-callout{max-width:940px;
  margin:0 auto;}
.narrow-stack h2,
.narrow-stack h3,
.narrow-stack p{margin:0;}
.narrow-stack h2{font-size:calc(14.8px * 2);
  line-height:1.14;}
.narrow-stack h3{font-size:calc(14.8px * 1.35);
  line-height:1.22;}
.narrow-stack p{font-size:14.8px;
  line-height:2.03;}
.narrow-stack .steady-entries{max-width:var(--field-local);}
.narrow-stack .soft-lead{margin-top:calc(0.9rem * 1.5);}
.narrow-stack .site-form{display:flex;
  flex-wrap:wrap;
  gap:0.9rem;
  margin-top:var(--state-control);}
.narrow-stack .simple-proof{flex:1 1 calc(940px / 3.4);
  min-width:0;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.narrow-stack .simple-proof p{margin-top:calc(1.5rem / 3);
  color:color-mix(in srgb, currentColor 78%, transparent);}
.narrow-stack .clear-footer{margin-top:var(--state-control);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.narrow-stack .clear-footer p{font-size:calc(14.8px * .875);
  color:color-mix(in srgb, currentColor 82%, transparent);}
.narrow-stack a{color:inherit;
  text-decoration:underline;
  text-underline-offset:2px;}
.narrow-stack a:hover{opacity:0.85;}
@media (max-width:640px){.narrow-stack .simple-proof{
    flex:1 1 100%;
  }
}
.top-grid{padding:calc(calc(1.5rem * 2.4)*.7) 1.46rem;background:#FBF8F1;color:#241F18;}
.top-grid .narrow-feature{max-width:940px;margin:0 auto;display:flex;align-items:center;gap:clamp(1.5rem,5vw,calc(0.9rem * 1.5));}
.top-grid .plain-surface{flex:1 1 26rem;min-width:0;}
.top-grid .public-block{display:block;width:min(30vw,22rem);max-width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:1rem;flex:0 1 22rem;}
.top-grid h1{margin:0;font-size:clamp(1.9rem,4.4vw,calc(14.8px * 2.65));line-height:1.12;font-weight:640;letter-spacing:0;}
.top-grid p{margin:clamp(.9rem,1.8vw,1.5rem) 0 0;font-size:clamp(1rem,1.2vw,14.8px);line-height:1.72;color:#3C362C;max-width:38rem;}
@media (max-width:700px){.top-grid{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.top-grid .narrow-feature{display:block;}.top-grid .public-block{width:100%;aspect-ratio:16/9;margin-bottom:1.5rem;}
  }
.page-plan{--state-control:calc(1.5rem * 1.05);--field-local:calc(940px / 3.10);--label-button:calc(940px / 3.27);padding:calc(1.5rem * 2.4) 1.46rem;background:#FBF8F1;color:#241F18;}
.page-plan .quiet-callout{max-width:940px;margin:0 auto;}
.page-plan h1,.page-plan h2,.page-plan h3,.page-plan p{margin:0;}
.page-plan h1{font-size:calc(14.8px * 2.65);line-height:1.08;}
.page-plan h2{font-size:calc(14.8px * 2);line-height:1.14;}
.page-plan h3{font-size:calc(14.8px * 1.35);line-height:1.22;}
.page-plan p{font-size:14.8px;line-height:2.03;}
.page-plan a{color:#2F5D45;text-decoration:none;border-bottom:1px solid currentColor;}
.page-plan a:hover{color:#B4552B;}
.page-plan img{display:block;width:100%;height:auto;border-radius:0.7rem;}
.page-plan .soft-lead{margin-top:1.5rem;}
.page-plan .quiet-figure{margin-top:calc(1.5rem / 1.6);font-size:calc(14.8px * .875);color:#3C362C;}
.page-plan .site-form{display:flex;flex-direction:column;gap:var(--state-control);margin-top:var(--state-control);}
.page-plan .simple-proof{min-width:0;padding-bottom:var(--state-control);border-bottom:1px solid var(--tone-card);}
.page-plan .simple-proof:last-child{border-bottom:0;padding-bottom:0;}
.page-plan .simple-proof p{margin-top:calc(1.5rem / 3);}
.page-plan .simple-proof img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--label-button) * .7);}
.page-plan .direct-wrap{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.9rem;}
.page-plan .direct-wrap>.plain-surface{flex:1 1 calc(940px / 3);min-width:0;}
.page-plan .direct-wrap>.site-form{flex:2 1 calc(940px / 2);margin-top:0;}
@media (max-width:720px){.page-plan .direct-wrap{flex-direction:column;}.page-plan .direct-wrap>.plain-surface,.page-plan .direct-wrap>.site-form{flex:1 1 100%;}
}
.simple-media{--state-control:calc(1.5rem * 1.28);--field-local:calc(940px / 2.35);padding:calc(1.5rem * 2.4) 1.46rem;background:#B4552B;color:#FFF6EE;}
.simple-media .quiet-callout{max-width:940px;margin:0 auto;}
.simple-media h2,.simple-media h3,.simple-media p{margin:0;}
.simple-media h2{font-size:calc(14.8px * 2);line-height:1.14;max-width:var(--field-local);}
.simple-media h3{font-size:calc(14.8px * 1.35);line-height:1.22;}
.simple-media p{font-size:14.8px;line-height:2.03;color:color-mix(in srgb, currentColor 78%, transparent);}
.simple-media a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.simple-media a:hover{text-decoration-thickness:2px;}
.simple-media .quiet-figure{margin-bottom:calc(1.5rem / 1.6);font-size:calc(14.8px * .875);letter-spacing:0.02em;text-transform:uppercase;color:color-mix(in srgb, currentColor 68%, transparent);}
.simple-media .soft-lead{margin-top:1.5rem;max-width:var(--field-local);}
.simple-media .site-form{display:flex;flex-direction:column;gap:var(--state-control);margin-top:calc(1.5rem * 1.35);}
.simple-media .simple-proof{min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.simple-media .simple-proof p{margin-top:calc(1.5rem / 3.2);}
.simple-media .clear-footer{margin-top:calc(1.5rem * 1.4);font-size:calc(14.8px * .875);color:color-mix(in srgb, currentColor 82%, transparent);}
@media (min-width:760px){.simple-media .site-form{flex-direction:row;flex-wrap:wrap;gap:var(--state-control) calc(0.9rem * 2.2);}.simple-media .simple-proof{flex:1 1 calc(50% - 0.9rem * 1.1);}
}
.narrow-region{
    padding:calc(calc(1.5rem * 2.4)*.7) 1.46rem;
    background:#FBF8F1;
    color:#241F18;
  }
.narrow-region .narrow-feature{max-width:940px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:clamp(1.5rem,4vw,calc(0.9rem * 1.5));}
.narrow-region .plain-surface{flex:1 1 22rem;
    min-width:0;
    order:1;}
.narrow-region .public-block{display:block;
    flex:0 1 22rem;
    order:2;
    width:min(38vw,24rem);
    max-width:100%;
    height:auto;
    aspect-ratio:5/4;
    object-fit:cover;
    border-radius:1rem;}
.narrow-region h1{margin:0;
    font-size:clamp(1.85rem,4.2vw,calc(14.8px * 2.65));
    line-height:1.12;
    font-weight:640;
    letter-spacing:0;}
.narrow-region p{margin:clamp(.9rem,1.8vw,1.5rem) 0 0;
    font-size:clamp(1rem,1.2vw,14.8px);
    line-height:1.75;
    color:#3C362C;
    max-width:38rem;}
@media (max-width:700px){.narrow-region .narrow-feature{display:block}.narrow-region .public-block{
      width:100%;
      aspect-ratio:16/10;
      margin-bottom:1.5rem;
    }.narrow-region{
      padding-top:calc(calc(1.5rem * 2.4)*.5);
      padding-bottom:calc(calc(1.5rem * 2.4)*.5);
    }
  }
.simple-note{
  background:#EFEADD;
  color:#3C362C;
  padding:calc(1.5rem * 2.4) 1.46rem;
}
.simple-note .quiet-callout{max-width:940px;
  margin:0 auto;
  display:flex;
  gap:calc(0.9rem * 1.5);
  align-items:flex-start;}
.simple-note .public-block{display:block;
  width:min(38%,30rem);
  min-width:17rem;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:1rem;
  box-shadow:0 6px 18px rgba(0,0,0,0.05);}
.simple-note .bottom-region{flex:1 1 30rem;
  min-width:0;}
.simple-note .bottom-region > p{margin:0 0 1.5rem;
  max-width:36rem;
  line-height:2.03;}
.simple-note h2{margin:0;
  font-size:calc(14.8px * 2);
  line-height:1.1;
  letter-spacing:0;}
.simple-note .site-form{margin-top:calc(0.9rem * 1.5);
  display:flex;
  flex-direction:column;
  gap:.55rem;
  border-left:2px solid #B4552B;
  padding-left:calc(1.5rem * .75);}
.simple-note .site-form span{padding:.15rem 0;
  line-height:1.5;}
.simple-note .quiet-figure{margin:calc(0.9rem * 1.5) 0 0;
  font-size:calc(14.8px * .875);
  max-width:36rem;
  line-height:2.03;}
.simple-note .quiet-figure a{text-decoration:underline;
  text-underline-offset:2px;}
.simple-note .quiet-figure a:hover{}
@media (max-width:760px){.simple-note .quiet-callout{display:block}.simple-note .public-block{width:100%;min-width:0;max-height:28rem}.simple-note .bottom-region{margin-top:calc(0.9rem * 1.5)}
}
.narrow-quote{
  padding: calc(1.5rem * 2.4) 1.46rem;
  background: #2F5D45;
  color: #F4F1E8;
}
.narrow-quote .quiet-callout{max-width: min(940px, 72rem);
  margin: 0 auto;}
.narrow-quote .steady-entries{max-width: 46rem;
  margin-bottom: calc(0.9rem * 1.5);}
.narrow-quote h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(14.8px * 2);
  line-height: 1.12;}
.narrow-quote .soft-lead{margin: 0;
  font-size: calc(14.8px * 1.125);
  line-height: 1.55;
  color: #D9D2C3;}
.narrow-quote .content-grid{display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: calc(0.9rem * 1.5);}
.narrow-quote .simple-proof{flex: 1 1 min(100%, 22rem);
  margin: 0;
  padding: calc(1.5rem * .75) 0 calc(1.5rem * .75) calc(1.5rem * .75);
  border-left: 2px solid #B4552B;}
.narrow-quote .main-plan{margin: 0 0 calc(calc(1.5rem * .75) * .7);
  font-size: 14.8px;
  line-height: 1.6;}
.narrow-quote .contact-list{margin: 0;
  font-weight: 700;
  font-size: 14.8px;}
.narrow-quote .steady-area{margin: calc(calc(1.5rem * .75) * .35) 0 0;
  font-size: calc(14.8px * .875);
  color: #D9D2C3;}
.narrow-quote .narrow-rail{padding-top: calc(1.5rem * .75);
  border-top: 1px solid rgba(244, 241, 232, 0.18);}
.narrow-quote .clear-panel{margin: 0 0 calc(calc(1.5rem * .75) * .8);
  font-size: calc(14.8px * .875);
  color: #D9D2C3;}
.narrow-quote .offer-header{list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: calc(0.9rem * .6) 0.9rem;}
.narrow-quote .offer-header li{font-size: calc(14.8px * .875);
  letter-spacing: 0.02em;
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(244, 241, 232, 0.28);
  border-radius: 0.31rem;}
@media (max-width: 700px) {.narrow-quote .content-grid{
    display: block;
  }.narrow-quote .simple-proof + .simple-proof{
    margin-top: 0.9rem;
  }
}
.local-feature{
  --state-control:calc(1.5rem * 1.18);
  --field-local:calc(940px / 1.9);
  padding:calc(1.5rem * 2.4) 1.46rem;
  background:#EFEADD;
  color:#3C362C;
}
.local-feature .quiet-callout{max-width:940px;
  margin:0 auto;}
.local-feature h2,
.local-feature h3,
.local-feature p{margin:0;}
.local-feature h2{font-size:calc(14.8px * 2);
  line-height:1.14;}
.local-feature h3{font-size:calc(14.8px * 1.35);
  line-height:1.22;}
.local-feature .steady-entries{max-width:var(--field-local);}
.local-feature .soft-lead{margin-top:calc(1.5rem / 2.6);
  font-size:14.8px;
  line-height:2.03;}
.local-feature .site-form{display:flex;
  flex-direction:column;
  gap:var(--state-control);
  margin-top:var(--state-control);}
.local-feature .simple-proof{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:0.9rem;
  padding:calc(calc(1.5rem * .75) * 1.05) 0;
  border-top:1px solid var(--tone-card);}
.local-feature .simple-proof:last-child{border-bottom:1px solid var(--tone-card);}
.local-feature .plain-surface{flex:1 1 calc(940px / 1.7);
  min-width:0;}
.local-feature .plain-surface p{margin-top:calc(1.5rem / 3.4);
  font-size:14.8px;
  line-height:2.03;}
.local-feature .quiet-figure{flex:0 1 calc(940px / 3.6);
  min-width:0;
  font-size:calc(14.8px * .875);
  line-height:1.5;
  text-align:right;}
@media (max-width:720px){.local-feature .quiet-figure{
    flex:1 1 100%;
    text-align:left;
  }
}
.main-track{
    padding: calc(1.5rem * 2.4) 1.46rem;
    background: #2F5D45;
    color: #F4F1E8;
}
.main-track .media-copy{max-width: 940px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: calc(0.9rem * 1.5);}
.main-track .bottom-region{flex: 1 1 320px;
    min-width: 260px;}
.main-track .featured-block{flex: 0 1 340px;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid rgba(244, 241, 232, 0.25);}
.main-track .featured-block img{display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;}
.main-track .steady-area{margin: 0 0 0.9rem;
    font-size: calc(14.8px * .875);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    opacity: 0.75;}
.main-track .compact-actions{margin: 0 0 0.9rem;
    font-size: calc(14.8px * 2);
    line-height: 1.2;}
.main-track .soft-lead{margin: 0 0 0.9rem;
    font-size: calc(14.8px * 1.125);
    line-height: 1.5;
    opacity: 0.92;}
.main-track .strong-copy{margin: 0;
    font-size: 14.8px;
    line-height: 2.03;
    opacity: 0.88;}
.main-track .content-grid{max-width: 940px;
    margin: calc(0.9rem * 1.5) auto 0;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(244, 241, 232, 0.22);
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.9rem;}
.main-track .quiet-figure{margin: 0;
    font-size: calc(14.8px * .875);
    opacity: 0.85;}
.main-track .clear-footer{margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;}
.main-track .clear-footer a{color: #F4F1E8;
    font-size: calc(14.8px * .875);
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 500ms var(--speed-soft);}
.main-track .clear-footer a:hover{}
@media (max-width: 720px) {.main-track .featured-block{
        flex: 1 1 100%;
    }.main-track .featured-block img{
        height: 200px;
    }.main-track .content-grid{
        flex-direction: column;
        align-items: flex-start;
    }
}
.active-details{
    color:#241F18;
    background:#FBF8F1;
    padding:calc(1.5rem * 2.4) 1.46rem;
}
.active-details .c{max-width:940px;
    margin:0 auto;
    display:grid;
    gap:1.46rem;}
@media (min-width:1024px){.active-details .c{grid-template-columns:minmax(0,1fr) 280px;}
}
.active-details .media-shell{margin-bottom:calc(0.9rem * 1.5);}
.active-details h1{font-size:calc(14.8px * 2.65);
    line-height:1.2;
    margin:0 0 0.75rem;}
.active-details .steady-area{display:flex;
    flex-wrap:wrap;
    gap:0.9rem;
    font-size:calc(14.8px * .875);}
.active-details .featured-block{margin:0 0 calc(0.9rem * 1.5);
    border-radius:1rem;
    overflow:hidden;
    box-shadow:0 0px 4px rgba(0,0,0,0.04);}
.active-details .featured-block img{display:block;
    width:100%;
    height:auto;}
.active-details .bottom-region{line-height:2.03;
    font-size:14.8px;}
.active-details .bottom-region p{margin:0 0 calc(0.9rem * 1.5);}
.active-details .bottom-region h2{font-size:calc(14.8px * 1.35);
    margin:calc(0.9rem * 1.5) 0 0.6rem;}
.active-details .clear-footer{display:flex;
    flex-wrap:wrap;
    gap:0.9rem;
    margin-top:calc(0.9rem * 1.5);
    padding-top:calc(1.5rem * .75);
    border-top:1px solid var(--tone-card);}
.active-details .clear-footer a{text-decoration:none;
    font-size:calc(14.8px * .875);
    border-bottom:1px solid transparent;}
.active-details .clear-footer a:hover{border-bottom-color:#B4552B;}
.active-details .featured-contact{
    background:var(--paint-main);
    color:var(--surface-page);
    border:1px solid var(--tone-card);
    padding:calc(1.5rem * .75);
    border-radius:1rem;
    box-shadow:0 0px 4px rgba(0,0,0,0.04);
    align-self:start;
}
.active-details .featured-contact h3{margin:0 0 calc(0.9rem * 1.5);
    font-size:calc(14.8px * 1.125);}
.active-details .focused-frame{display:flex;
    flex-direction:column;
    gap:0.9rem;}
.active-details .featured-contact a{text-decoration:none;
    font-size:calc(14.8px * .875);}
.active-details .featured-contact a:hover{text-decoration:underline;}
.offset-content-page{
        color:#241F18;
        background:#FBF8F1;
        padding:calc(1.5rem * 2.4) 1.46rem;
    }
.offset-content-page .c{max-width:940px;
        margin:0 auto;
        display:grid;
        gap:1.46rem;}
@media (min-width: 1024px){.offset-content-page .c{
            grid-template-columns:1fr 300px;
            align-items:start;
        }
    }
.offset-content-page .media-shell{margin-bottom:calc(0.9rem * 1.5);}
.offset-content-page h1{font-size:calc(14.8px * 2.65);
        line-height:1.2;
        margin:0 0 0.75rem;}
.offset-content-page .steady-area{display:flex;
        flex-wrap:wrap;
        gap:0.5rem 1rem;
        font-size:calc(14.8px * .875);}
.offset-content-page .featured-block{margin:0 0 calc(0.9rem * 1.5);
        border-radius:1rem;
        overflow:hidden;
        box-shadow:0 0px 4px rgba(0,0,0,0.04);}
.offset-content-page .featured-block img{display:block;
        width:100%;
        height:auto;}
.offset-content-page .bottom-region{line-height:2.03;}
.offset-content-page .bottom-region p{margin:0 0 1.1rem;}
.offset-content-page .bottom-region h2{font-size:calc(14.8px * 1.35);
        margin:1.6rem 0 0.6rem;}
.offset-content-page .clear-footer{display:flex;
        flex-wrap:wrap;
        gap:0.75rem 1.5rem;
        margin-top:calc(0.9rem * 1.5);
        padding-top:calc(0.9rem * 1.5);
        border-top:1px solid var(--tone-card);
        font-size:calc(14.8px * .875);}
.offset-content-page .clear-footer a{text-decoration:none;}
.offset-content-page .clear-footer a:hover{text-decoration:underline;}
.offset-content-page .featured-contact{
        background:var(--paint-main);
        color:var(--surface-page);
        padding:calc(1.5rem * .75);
        border-radius:1rem;
        box-shadow:0 0px 4px rgba(0,0,0,0.04);
    }
.offset-content-page .featured-contact h3{margin:0 0 1rem;
        font-size:calc(14.8px * 1.125);}
.offset-content-page .focused-frame{display:flex;
        flex-direction:column;
        gap:0.75rem;}
.offset-content-page .focused-frame a{text-decoration:none;
        font-size:calc(14.8px * .875);}
.offset-content-page .focused-frame a:hover{text-decoration:underline;}
.featured-items{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.46rem;
    background:#FBF8F1;
    color:#241F18;
  }
.featured-items .narrow-feature{max-width:940px;
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);
    align-items:center;
    gap:clamp(1.5rem,4vw,calc(0.9rem * 1.5));}
.featured-items .public-block{display:block;
    width:100%;
    height:auto;
    aspect-ratio:5/6;
    object-fit:cover;
    border-radius:1rem;
    box-shadow:var(--lift-soft,0 0px 4px rgba(0,0,0,0.04));}
.featured-items .plain-surface{min-width:0;
    padding-block:clamp(.5rem,2vw,1.5rem);}
.featured-items h1{margin:0;
    font-size:clamp(1.85rem,3.6vw,calc(14.8px * 2));
    line-height:1.14;
    font-weight:640;
    letter-spacing:0;}
.featured-items p{margin:clamp(.9rem,1.6vw,1.5rem) 0 0;
    font-size:14.8px;
    line-height:1.72;
    max-width:38rem;}
@media (max-width:720px){.featured-items .narrow-feature{
      grid-template-columns:1fr;
      gap:1.5rem;
    }.featured-items .public-block{
      aspect-ratio:16/10;
    }.featured-items{
      padding-top:calc(calc(1.5rem * 2.4)*.5);
      padding-bottom:calc(calc(1.5rem * 2.4)*.5);
    }
  }
.local-nav{background:#B4552B;color:#FFF6EE;padding:calc(1.5rem * 2.4) 1.46rem}
.local-nav .quiet-callout{max-width:940px;margin:0 auto}
.local-nav .featured-headline{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(0.9rem * 1.5)}
.local-nav .plain-surface{flex:1 1 22rem;min-width:0}
.local-nav h2{margin:0;font-size:clamp(calc(14.8px * 2),5vw,calc(14.8px * 2.65));line-height:1.1}
.local-nav p{margin:1.5rem 0 0;max-width:38rem;font-size:calc(14.8px * 1.125);line-height:1.65}
.local-nav .plain-surface a{display:inline-flex;margin-top:1.5rem;padding:calc(1.5rem * .75) 0.9rem;border-radius:0.7rem;background:#FFF6EE;color:#B4552B;text-decoration:none;font-weight:700}
.local-nav .plain-surface a:hover{background:var(--paint-main);color:#B4552B}
.local-nav .public-block{display:block;flex:0 1 16rem;min-width:11rem;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:1rem}
.local-nav .site-form{flex:1 1 26rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.local-nav .simple-proof{color:inherit;text-decoration:none;padding-bottom:1.5rem;border-bottom:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.local-nav .simple-proof:last-child{border-bottom:0;padding-bottom:0}
.local-nav .simple-proof a{color:inherit}
.local-nav strong,.local-nav span{display:block}
.local-nav strong{font-size:14.8px}
.local-nav span{margin-top:calc(calc(1.5rem * .75)*.5);line-height:1.6;font-size:calc(14.8px * .875)}
@media(max-width:780px){.local-nav .featured-headline{flex-direction:column}.local-nav .public-block{flex-basis:auto;min-width:0;aspect-ratio:16/9;order:2}.local-nav .site-form{width:100%;order:3}.local-nav .plain-surface{order:1}
}
.service-actions{
  background:#FBF8F1;
  color:#241F18;
  padding:calc(1.5rem * 2.4) 1.46rem;
}
.service-actions .quiet-callout{max-width:min(940px,52rem);
  margin:0 auto;}
.service-actions .quiet-view{display:flex;
  flex-direction:column;
  gap:1.5rem;}
.service-actions .steady-entries{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  padding-bottom:calc(0.9rem * 1.5);
  border-bottom:1px solid var(--tone-card);}
.service-actions h2{margin:0;
  font-size:clamp(calc(14.8px * 2),4.4vw,calc(14.8px * 2.65));
  line-height:1.12;
  letter-spacing:0;}
.service-actions .steady-entries p{margin:0;
  max-width:42rem;
  color:#3C362C;
  font-size:14.8px;
  line-height:1.7;}
.service-actions .soft-items{display:flex;
  flex-direction:column;
  gap:var(--measure-footer,0.9rem);}
.service-actions label{display:flex;
  align-items:baseline;
  gap:0.9rem;
  min-width:0;
  padding:calc(1.5rem * .75) 0;
  border-bottom:1px solid var(--tone-card);}
.service-actions label span{flex:0 0 12rem;
  min-width:0;
  font-size:calc(14.8px * .875);
  color:#3C362C;
  letter-spacing:0.01em;}
.service-actions input{
  flex:1 1 auto;
  min-width:0;
  border:0;
  background:transparent;
  color:#241F18;
  padding:calc(calc(1.5rem * .75) * .5) 0;
  font:inherit;
  font-size:14.8px;
}
.service-actions input::placeholder{color:rgba(255,255,255,0.55);}
.service-actions input:focus{outline:2px solid #B4552B;
  outline-offset:4px;
  border-radius:0.31rem;}
.service-actions .visual-story{display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:0.9rem;
  padding-top:calc(0.9rem * 1.5);}
.service-actions .visual-story span{max-width:26rem;
  color:#3C362C;
  font-size:calc(14.8px * .875);
  line-height:1.65;}
.service-actions button{
  border:0;
  border-radius:0.7rem;
  background:#2F5D45;
  color:#F4F1E8;
  padding:calc(1.5rem * .75) calc(0.9rem * 1.6);
  font:inherit;
  font-weight:700;
  cursor:pointer;
  transition:background 500ms var(--speed-soft);
}
.service-actions button:hover{
  background:#254A37;color:var(--surface-page);}
@media (max-width:640px) {.service-actions label{
    align-items:flex-start;
    flex-direction:column;
    gap:calc(calc(1.5rem * .75) * .5);
  }.service-actions label span{
    flex-basis:auto;
  }.service-actions .visual-story{
    align-items:flex-start;
    flex-direction:column;
  }.service-actions button{
    width:100%;
  }
}
.focused-body{padding:calc(1.5rem * 2.4) 1.46rem;background:#2F5D45;color:#F4F1E8}
.focused-body .plain-surface{max-width:min(940px,64rem);margin:0 auto}
.focused-body h2{margin:0;font-size:calc(14.8px * 2.65);line-height:1.08}
.focused-body .soft-lead{margin:1.5rem 0 calc(0.9rem * 1.5);font-size:calc(14.8px * 1.125);color:color-mix(in srgb,currentColor 76%,transparent)}
.focused-body .quiet-plan{display:flex;flex-direction:column;gap:calc(0.9rem * 1.5)}
.focused-body .narrow-callout{padding:0 0 calc(0.9rem * 1.5);border-bottom:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.focused-body .narrow-callout:last-child{border-bottom:0;padding-bottom:0}
.focused-body h3{margin:0 0 calc(1.5rem * .75);font-size:calc(14.8px * 1.35);line-height:1.25}
.focused-body .narrow-callout p{margin:0;color:color-mix(in srgb,currentColor 76%,transparent)}
.focused-body .primary-shell{margin-top:calc(1.5rem * 2.4);padding:calc(1.5rem * .75) calc(0.9rem * 1.5);background:color-mix(in srgb,currentColor 10%,transparent);border-radius:1rem}
.focused-body .primary-shell h3{margin:0 0 calc(1.5rem * .75);font-size:14.8px}
.focused-body .primary-shell p{margin:0;color:color-mix(in srgb,currentColor 82%,transparent)}
.focused-body a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.focused-body a:hover{}
@media (min-width:768px){.focused-body .quiet-plan{display:grid;grid-template-columns:1fr 1fr;gap:calc(0.9rem * 1.5) 1.46rem}.focused-body .narrow-callout{border-bottom:0;padding-bottom:0}
}
.direct-details{padding:calc(1.5rem * 2.4) 1.46rem;background:#2F5D45;color:#F4F1E8}
.direct-details .plain-surface{max-width:min(940px,58rem);margin:0 auto}
.direct-details h2{margin:0;font-size:calc(14.8px * 2.65);line-height:1.1}
.direct-details .steady-entries{margin:1.5rem 0 calc(0.9rem * 1.5);font-size:calc(14.8px * 1.125);color:color-mix(in srgb,currentColor 74%,transparent)}
.direct-details .secondary-lead{margin:0 0 0.9rem;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid color-mix(in srgb,currentColor 14%,transparent)}
.direct-details .secondary-lead:last-child{margin-bottom:0;border-bottom:0;padding-bottom:0}
.direct-details h3{margin:0 0 calc(1.5rem * .75);font-size:calc(14.8px * 1.35);line-height:1.25}
.direct-details .secondary-lead p{margin:0;color:color-mix(in srgb,currentColor 74%,transparent)}
.direct-details a{color:inherit;text-decoration:underline;text-underline-offset:2px}
.direct-details a:hover{}
.direct-benefit{
    padding:calc(calc(1.5rem * 2.4)*.7) 1.46rem;
    background:#FBF8F1;
    color:#241F18;
  }
.direct-benefit .narrow-feature{max-width:940px;
    margin:0 auto;
    display:flex;
    align-items:center;
    gap:clamp(1.5rem,4vw,calc(0.9rem * 1.5));}
.direct-benefit .public-block{display:block;
    width:min(38vw,26rem);
    max-width:100%;
    height:auto;
    aspect-ratio:4/5;
    object-fit:cover;
    border-radius:1rem;
    flex:0 1 26rem;
    box-shadow:var(--lift-panel,0 6px 18px rgba(0,0,0,0.05));}
.direct-benefit .narrow-feature>div{width:min(100%,44rem);
    min-width:0;}
.direct-benefit h1{margin:0;
    font-size:clamp(1.75rem,3.6vw,calc(14.8px * 2.65));
    line-height:1.14;
    font-weight:680;
    letter-spacing:0;}
.direct-benefit p{margin:clamp(.85rem,1.6vw,1.5rem) 0 0;
    font-size:clamp(1rem,1.2vw,14.8px);
    line-height:1.75;
    color:#3C362C;}
@media (max-width:700px){.direct-benefit .narrow-feature{display:block}.direct-benefit .public-block{width:100%;aspect-ratio:16/9;margin-bottom:1.5rem}.direct-benefit{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5)}
  }
.service-figure{--state-control:calc(1.5rem * 1.02);--field-local:calc(940px / 3.15);padding:calc(1.5rem * 2.4) 1.46rem;background:#EFEADD;color:#3C362C;}
.service-figure .quiet-callout{max-width:940px;margin:0 auto;}
.service-figure h1,.service-figure h2,.service-figure h3,.service-figure p{margin:0;}
.service-figure h2{font-size:calc(14.8px * 2);line-height:1.12;}
.service-figure p{font-size:14.8px;line-height:2.03;}
.service-figure a{color:#2F5D45;text-decoration:none;}
.service-figure a:hover{color:inherit;}
.service-figure .text-tile{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.31rem;background:#2F5D45;color:#F4F1E8;}
.service-figure .text-tile:hover{background:#254A37;color:#F4F1E8;}
.service-figure .soft-lead{max-width:var(--field-local);}
.service-figure .quiet-figure{font-size:calc(14.8px * .875);max-width:var(--field-local);}
.service-figure .primary-details>h2,.service-figure .primary-details>p,.service-figure .primary-details>.text-tile{margin-top:1.5rem;}
.active-section{background:#B4552B;color:#FFF6EE;padding:calc(1.5rem * 2.4) 1.46rem}
.active-section .quiet-callout{max-width:940px;margin:0 auto}
.active-section .featured-view{display:flex;flex-direction:column;gap:calc(0.9rem * 1.5)}
.active-section h2{margin:0;font-size:clamp(calc(14.8px * 2),5vw,calc(14.8px * 2.65));line-height:1.1;letter-spacing:0}
.active-section .strong-form{display:flex;align-items:flex-start;justify-content:space-between;gap:calc(0.9rem * 1.5);flex-wrap:wrap}
.active-section .strong-form p{flex:1 1 22rem;margin:0;min-width:0;font-size:calc(14.8px * 1.125);line-height:1.65}
.active-section .direct-region{flex:0 1 22rem;min-width:0;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.active-section .direct-region a{padding:calc(1.5rem * .75);border-radius:0.31rem;background:color-mix(in srgb,currentColor 12%,transparent);color:inherit;text-decoration:none;font-size:calc(14.8px * .875);transition:background 500ms var(--speed-soft)}
.active-section .direct-region a:hover{background:color-mix(in srgb,currentColor 22%,transparent)}
.active-section .clear-proof{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 25%,transparent);padding-top:calc(0.9rem * 1.5)}
.active-section .wide-nav{flex:1 1 15rem;min-width:0}
.active-section .wide-nav h3{margin:0 0 .35rem;font-size:14.8px;line-height:1.3}
.active-section .wide-nav p{margin:0;font-size:calc(14.8px * .875);line-height:1.6}
.active-section .simple-feature{margin-top:calc(1.5rem * .75);font-size:calc(14.8px * .875)}
.active-section .simple-feature p{margin:0 0 .35rem}
.active-section .simple-feature .strong-headline a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.active-section .simple-feature .visual-form{opacity:.85}
@media(max-width:760px){.active-section .strong-form{flex-direction:column}.active-section .strong-form p,.active-section .direct-region{flex-basis:auto}}
.contact-track{display:flex;background:#2F5D45;color:#F4F1E8}
.contact-track .steady-group,.contact-track .text-steps{flex:1 1 0;min-width:0;padding:calc(1.5rem * 2.4) 1.46rem}
.contact-track .steady-group{display:flex;align-items:center;justify-content:flex-end}
.contact-track h1{max-width:14ch;margin:0;font-size:calc(14.8px * 2.65);line-height:1.05;text-align:right}
.contact-track .text-steps{display:flex;flex-direction:column;justify-content:center;background:#B4552B;color:#FFF6EE}
.contact-track p{max-width:36rem;margin:0;font-size:calc(14.8px * 1.125);line-height:2.03}
.contact-track .clear-footer{display:flex;flex-wrap:wrap;gap:0.9rem;margin-top:calc(0.9rem * 1.5)}
.contact-track .clear-footer a{color:inherit;font-size:14.8px;text-underline-offset:.24em}
.contact-track .clear-footer a:hover{opacity:.82}
@media(min-width:761px){.contact-track .steady-group{order:2}}
@media(max-width:760px){.contact-track{display:block}.contact-track .steady-group{justify-content:flex-start}.contact-track h1{text-align:left;max-width:none}}
