:root {
  --paint-clear: #FFFFFF;
  --ink-light: #2C3128;
  --paint-card: #E2DCCB;
  --speed-nav: ease-in-out;
}
body{margin:0;padding:0;font-family:"Lora", sans-serif;box-sizing:border-box;}
*{box-sizing:border-box;}
.compact-inner {
    width: 100%;
    background: #FBF9F3;
    color: #2C3128;
    border-bottom: 1px solid var(--paint-card);
  }
.public-plan {
    max-width: 1060px;
    margin: 0 auto;
    padding: calc(1.06rem * 1.5) 2.04rem;
    display: flex;
    align-items: center;
    gap: 1.06rem;
  }
.plain-form {
    font-size: calc(14.5px * 1.125);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #2C3128;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
  }
.plain-form:hover {
    color: #B5763C;
  }
.secondary-group {
    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: 1.06rem;
    flex-wrap: wrap;
  }
.nav-list a {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: 14.5px;
    color: #2C3128;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 390ms var(--speed-nav),
                border-color 390ms var(--speed-nav);
  }
.nav-list a:hover {
    color: #B5763C;
    border-bottom-color: #B5763C;
  }
.direct-region {
    flex-shrink: 0;
  }
.wide-visual {
    display: inline-block;
    padding: 0.65rem 1.15rem;
    background: #6E8B5A;
    color: #FBF9F3;
    font-size: calc(14.5px * .875);
    font-weight: 600;
    text-decoration: none;
    border-radius: 0.7rem;
    box-shadow: 0 0px 3px rgba(0,0,0,0.06);
    transition: background 390ms var(--speed-nav),
                box-shadow 390ms var(--speed-nav);
  }
.wide-visual:hover{
    background: #5C7749;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);color:var(--ink-light);}
.content-area {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 8px;
    background: #EFEAD9;
    color: #3E4238;
    border: 1px solid var(--paint-card);
    border-radius: 0.38rem;
    cursor: pointer;
    margin-left: auto;
  }
.offer-contact{
    display: block;
    width: 100%;
    height: 2px;
    background: #3E4238;
    border-radius: 2px;
    transition: transform 390ms var(--speed-nav),
                opacity 390ms var(--speed-nav);color:var(--ink-light);}
.content-area.is-open .offer-contact:nth-child(1){transform: translateY(7px) rotate(45deg);}
.content-area.is-open .offer-contact:nth-child(2){opacity: 0;}
.content-area.is-open .offer-contact:nth-child(3){transform: translateY(-7px) rotate(-45deg);}
@media (max-width: 900px) {
    .public-plan {
      flex-wrap: wrap;
    }

    .direct-region {
      order: 2;
    }

    .secondary-group {
      order: 3;
      flex-basis: 100%;
    }
  }
@media (max-width: 767px) {
    .public-plan {
      flex-wrap: nowrap;
      align-items: center;
      gap: calc(1.06rem * 1.5);
    }

    .content-area {
      display: flex;
    }

    .direct-region {
      display: none;
    }

    .secondary-group {
      display: none;
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      background: var(--paint-clear);
      color: var(--ink-light);
      border-bottom: 1px solid var(--paint-card);
      box-shadow: 0 2px 12px rgba(0,0,0,0.08);
      padding: calc(1.06rem * 1.5) 2.04rem;
      z-index: 20;
    }

    .secondary-group.is-open {
      display: block;
    }

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

    .nav-list li {
      border-bottom: 1px solid var(--paint-card);
    }

    .nav-list li:last-child {
      border-bottom: none;
    }

    .nav-list a {
      display: block;
      padding: 0.85rem 0;
      font-size: 14.5px;
      color: var(--ink-light);
      border-bottom: none;
    }

    .nav-list a:hover {
      color: #B5763C;
      border-bottom: none;
    }

    .compact-inner {
      position: relative;
    }
  }
.local-form{font-family:"Lora", sans-serif;font-size:14.5px;line-height:1.92;padding:calc(1.5rem * 2.4) 2.04rem;margin-top:calc(1.5rem * 2.4);background:#2C3128;color:#F4F1E8;}
.team-callout{max-width:1060px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(1.06rem * 1.5)}
.simple-media{font-size:calc(14.5px * .875);text-transform:uppercase;letter-spacing:0.06em;margin:0 0 calc(1.5rem * .75);font-weight:600;opacity:0.85}
.steady-surface{padding-bottom:calc(1.06rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.15)}
.soft-quote{font-style:normal;display:flex;flex-direction:column;gap:calc(1.5rem * .75);margin:0}
.text{display:block}
.quiet-menu{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 390ms var(--speed-nav);width:fit-content}
.quiet-menu:hover,
  .quiet-menu:focus-visible{border-bottom-color:currentColor}
.simple-method{padding-bottom:calc(1.06rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.15)}
.bottom-stack{font-size:calc(14.5px * 1.125);font-weight:700;margin:0 0 calc(1.5rem * .75);letter-spacing:0.01em}
.wide-copy{margin:0;max-width:42ch;opacity:0.85;font-size:calc(14.5px * .875)}
.strong-summary{display:grid;grid-template-columns:1fr;gap:calc(1.06rem * 1.5)}
.strong-method{min-width:0}
.public-media{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.public-media a{color:inherit;text-decoration:none;transition:opacity 390ms var(--speed-nav)}
.public-media a:hover,
  .public-media a:focus-visible{opacity:0.75;text-decoration:underline;color:inherit}
.direct-unit{padding-top:calc(1.06rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.15);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.contact-entries{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:calc(1.06rem * 1.5)}
.contact-entries a{color:inherit;text-decoration:none;font-size:calc(14.5px * .875);border-bottom:1px solid transparent;transition:border-color 390ms var(--speed-nav)}
.contact-entries a:hover,
  .contact-entries a:focus-visible{border-bottom-color:currentColor;color:inherit}
.local-copy{margin:0;font-size:calc(14.5px * .875);opacity:0.8;max-width:80ch}
.strong-inner{margin:0;font-size:calc(14.5px * .875);opacity:0.7}
@media (min-width: 640px) {.strong-summary{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (min-width: 960px) {.team-callout{grid-template-columns:minmax(0, 1.1fr) minmax(0, 1.4fr);grid-template-areas:"contacts nav"
        "brand nav"
        "legal legal";column-gap:2.04rem}.steady-surface{grid-area:contacts;border-bottom:none;padding-bottom:0}.simple-method{grid-area:brand;border-bottom:none;padding-bottom:0;padding-top:calc(1.06rem * 1.5)}.strong-summary{grid-area:nav;grid-template-columns:repeat(3, minmax(0, 1fr))}.direct-unit{grid-area:legal}
  }
.cookies{position:fixed;left:2.04rem;right:2.04rem;bottom:1.5rem;z-index:1200;}
.cookies .local-service{max-width:720px;margin:0 auto;background:#FBF9F3;border:1px solid var(--paint-card);border-radius:1.36rem;box-shadow:0 12px 34px rgba(0,0,0,0.1);padding:1.5rem 2.04rem;color:#2C3128;}
.cookies .bottom-inner{display:flex;align-items:center;gap:8px;}
.cookies .focused-menu{width:10px;height:10px;border-radius:50%;background:#B5763C;box-shadow:0 0 0 4px color-mix(in srgb,#B5763C 20%,transparent);color:#FDF8F0;}
.cookies .local-service p{margin:8px 0 0;}
.cookies .content-quote{margin-top:14px;display:flex;gap:8px;flex-wrap:wrap;}
.cookies .content-quote button{border:1px solid var(--paint-card);background:#EFEAD9;color:#3E4238;border-radius:0.38rem;padding:8px 12px;cursor:pointer;}
.cookies .content-quote button.cookie-accept{background:#B5763C;color:#FDF8F0;border-color:transparent;font-weight:700;}
.offer{--field-static:calc(1.5rem * 1.25);--field-control:calc(1060px / 2.35);--font-meta:calc(1060px / 3.49);padding:calc(1.5rem * 2.4) 2.04rem;background:linear-gradient(135deg, #FBF9F3 0%, #EFEAD9 55%, #E3E7D6 100%);color:#2C3128;}
.offer .bottom-note{max-width:1060px;margin:0 auto;}
.offer h1,.offer h2,.offer h3,.offer p{margin:0;}
.offer h1{font-size:calc(14.5px * 2.65);line-height:1.08;}
.offer h2{font-size:calc(14.5px * 2);line-height:1.12;}
.offer h3{font-size:calc(14.5px * 1.35);line-height:1.2;}
.offer p{font-size:14.5px;line-height:1.92;}
.offer a{color:inherit;text-decoration:none;}
.offer img{display:block;width:100%;height:auto;border-radius:0.7rem;}
.offer .text-media{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.38rem;background:#6E8B5A;color:#FBF9F3;}
.offer .focused-rail{max-width:var(--field-control);}
.offer .active-summary{display:flex;align-items:flex-start;gap:1.06rem;}
.offer .service-team{flex:1 1 auto;min-width:0;}
.offer .focused-rail,.offer .team-form{margin-top:1.5rem;}
.offer .site-visual{flex:0 1 var(--font-meta);min-width:0;}
.offer .site-visual img{width:min(var(--font-meta),100%);}
.offer .site-visual .team-form{font-size:calc(14.5px * .875);color:#3E4238;}
.offer .bottom-method{display:flex;flex-wrap:wrap;align-items:center;gap:1.06rem;margin-top:1.5rem;}
.offer .wide-media{font-size:calc(14.5px * .875);color:inherit;border-bottom:1px solid var(--paint-card);padding-bottom:2px;}
.offer .wide-media:hover{color:inherit;}
@media(max-width:760px){.offer .active-summary{flex-direction:column;}}
.focused-unit{--field-static:calc(1.5rem * 1.20);--type-base:calc(1060px / 3.53);padding:calc(1.5rem * 2.4) 2.04rem;background:#B5763C;color:#FDF8F0;}
.focused-unit .bottom-note{max-width:1060px;margin:0 auto;}
.focused-unit h2,.focused-unit h3,.focused-unit p{margin:0;}
.focused-unit h2{font-size:calc(14.5px * 2);line-height:1.12;}
.focused-unit h3{font-size:calc(14.5px * 1.35);line-height:1.2;}
.focused-unit p{font-size:14.5px;line-height:1.92;color:color-mix(in srgb, currentColor 78%, transparent);}
.focused-unit a{color:inherit;text-decoration:none;}
.focused-unit .active-benefit{padding-inline-start:calc(2.04rem / 2);}
.focused-unit .narrow-plan{row-gap:calc(var(--field-static) * .7);}
.focused-unit .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.06rem;}
.focused-unit .row-title h2{flex:1 1 calc(1060px / 3);min-width:0;}
.focused-unit .row-title>p{flex:1 1 calc(1060px / 3);min-width:0;}
.focused-unit .service-unit{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--field-static);margin-top:var(--field-static);}
.focused-unit .fresh-summary{flex:1 1 var(--type-base);min-width:0;padding-block-start:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.focused-unit .fresh-summary p{margin-top:calc(1.5rem / 3);}
.focused-unit .fresh-summary a{display:inline-flex;margin-top:calc(1.5rem / 2);padding-bottom:2px;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.focused-unit .fresh-summary a:hover{border-bottom-color:currentColor;}
.quiet-story{
  --field-static:calc(1.5rem * 1.05);
  --field-control:calc(1060px / 1.9);
  padding:calc(1.5rem * 2.4) 2.04rem;
  background:#EFEAD9;
  color:#3E4238;
}
.quiet-story .bottom-note{max-width:1060px;
  margin:0 auto;}
.quiet-story .service-team{max-width:var(--field-control);
  display:flex;
  flex-direction:column;
  gap:calc(1.06rem * 1.5);}
.quiet-story h2{margin:0;
  font-size:calc(14.5px * 2);
  line-height:1.14;}
.quiet-story .focused-rail{margin:0;
  font-size:14.5px;
  line-height:1.92;}
.quiet-story .text-media{margin:0;}
.quiet-story .steady-links{
  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.38rem;
  background:#6E8B5A;
  color:#FBF9F3;
  text-decoration:none;
  font-size:14.5px;
  transition:background 390ms var(--speed-nav);
}
.quiet-story .steady-links:hover{
  background:#5C7749;color:var(--ink-light);}
.quiet-story .bottom-method{margin:0;
  font-size:calc(14.5px * .875);
  line-height:1.92;}
.quiet-story .bottom-method a{color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;}
.quiet-story .bottom-method a:hover{color:inherit;}
@media (max-width:640px){.quiet-story .service-team{
    gap:1.06rem;
  }.quiet-story .steady-links{
    width:100%;
  }
}
.visual-media{--field-static:calc(1.5rem * 1.25);--type-base:calc(1060px / 3.58);padding:calc(1.5rem * 2.4) 2.04rem;background:#6E8B5A;color:#FBF9F3;}
.visual-media .bottom-note{max-width:1060px;margin:0 auto;}
.visual-media h2,.visual-media h3,.visual-media p{margin:0;}
.visual-media h2{font-size:calc(14.5px * 2);line-height:1.12;}
.visual-media h3{font-size:calc(14.5px * 1.35);line-height:1.2;}
.visual-media p{font-size:14.5px;line-height:1.92;color:color-mix(in srgb, currentColor 76%, transparent);}
.visual-media a{color:inherit;text-decoration:none;}
.visual-media .active-benefit{padding-inline-start:calc(2.04rem / 2);}
.visual-media .simple-note{row-gap:calc(var(--field-static) * 1.2);}
.visual-media .focused-rail{margin-top:1.5rem;max-width:calc(1060px / 2);}
.visual-media .page-entries{display:flex;flex-wrap:wrap;gap:var(--field-static);margin-top:var(--field-static);}
.visual-media .fresh-summary{flex:1 1 var(--type-base);min-width:0;padding:calc(var(--field-static) * .75);border-radius:0.7rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.visual-media .fresh-summary p{margin-top:calc(1.5rem / 3);}
.visual-media .fresh-summary a{display:inline-flex;margin-top:calc(1.5rem / 2);opacity:.85;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);padding-bottom:2px;}
.visual-media .bottom-method{margin-top:var(--field-static);max-width:calc(1060px / 1.6);font-size:calc(14.5px * .875);}
.visual-media .bottom-method a{border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);padding-bottom:2px;}
.visual-media .fresh-summary a:hover,.visual-media .bottom-method a:hover{opacity:1;}
.links{--field-static:calc(1.5rem * 0.92);--field-control:calc(1060px / 2.35);padding:calc(1.5rem * 2.4) 2.04rem;background:#6E8B5A;color:#FBF9F3;}
.links .bottom-note{max-width:1060px;margin:0 auto;}
.links h2,.links h3,.links p{margin:0;}
.links h2{font-size:calc(14.5px * 2);line-height:1.14;max-width:var(--field-control);}
.links h3{font-size:calc(14.5px * 1.35);line-height:1.24;}
.links p{font-size:14.5px;line-height:1.92;color:color-mix(in srgb, currentColor 78%, transparent);}
.links a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);padding-bottom:1px;}
.links a:hover{border-bottom-color:currentColor;}
.links .main-callout{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.links .focused-rail{max-width:var(--field-control);}
.links .direct-entries{display:flex;flex-direction:column;gap:var(--field-static);margin-top:var(--field-static);}
.links .fresh-summary{padding:calc(calc(1.5rem * .75) * 1.05) calc(calc(1.5rem * .75) * 1.15);border-radius:0.7rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.links .fresh-summary p{margin-top:calc(1.5rem / 3.2);}
.links .clear-steps{margin-top:var(--field-static);display:flex;flex-direction:column;gap:calc(1.5rem / 2.6);}
.links .team-form{max-width:var(--field-control);}
.links .bottom-method{display:flex;flex-wrap:wrap;gap:1.06rem;font-size:calc(14.5px * .875);}
@media (min-width:760px){.links .main-callout{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:1.06rem;}.links .main-callout h2{flex:1 1 55%;}.links .focused-rail{flex:1 1 40%;}
}
.plain-media{
  --field-static:calc(1.5rem * 0.9);
  --state-soft:calc(1060px / 4.4);
  padding:calc(1.5rem * 2.4) 2.04rem;
  background:#FBF9F3;
  color:#2C3128;
}
.plain-media .bottom-note{max-width:1060px;margin:0 auto;}
.plain-media h2,.plain-media h3,.plain-media p,.plain-media figure{margin:0;}
.plain-media h2{font-size:calc(14.5px * 2);line-height:1.14;max-width:34ch;}
.plain-media h3{font-size:calc(14.5px * 1.35);line-height:1.22;}
.plain-media p{font-size:14.5px;line-height:1.92;}
.plain-media .bottom-shell{max-width:62ch;}
.plain-media .bottom-shell .focused-rail{margin-top:calc(1.06rem * 1.5);color:#3E4238;}
.plain-media a{color:inherit;text-decoration:none;}
.plain-media a:hover{color:inherit;}
.plain-media img{display:block;width:100%;height:auto;border-radius:0.7rem;}
.plain-media .quiet-body{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:calc(1.06rem / 2);
  margin-top:var(--field-static);
  padding-bottom:calc(1.06rem * 1.5);
  border-bottom:1px solid var(--paint-card);}
.plain-media .fresh-body{
  padding:calc(calc(1.5rem * .75) / 2) calc(1.5rem * .75);
  border-radius:0.38rem;
  background:#EFEAD9;
  color:#3E4238;
  font-size:calc(14.5px * .875);
  line-height:1.4;
}
.plain-media .compact-feature{
  background:#6E8B5A;
  color:#FBF9F3;
}
.plain-media .strong-list{margin-left:auto;
  font-size:calc(14.5px * .875);
  color:#3E4238;}
.plain-media .page-entries{display:flex;
  flex-direction:column;
  gap:calc(1.06rem * 1.5);
  margin-top:var(--field-static);}
.plain-media .fresh-summary{display:flex;
  flex-wrap:wrap;
  gap:1.06rem;
  padding-top:calc(1.06rem * 1.5);
  border-top:1px solid var(--paint-card);}
.plain-media .fresh-summary:first-child{border-top:0;padding-top:0;}
.plain-media .answer{flex:0 0 var(--state-soft);min-width:0;}
.plain-media .service-team{flex:1 1 22rem;min-width:0;}
.plain-media .service-team .public-fields{margin-top:calc(1.5rem / 4);
  font-size:calc(14.5px * .875);
  color:#3E4238;}
.plain-media .service-team p + p{margin-top:calc(1.06rem * 1.5);}
.plain-media .bottom-method{display:inline-block;
  margin-top:calc(1.06rem * 1.5);
  font-size:calc(14.5px * .875);
  border-bottom:1px solid currentColor;
  padding-bottom:2px;}
.plain-media .team-form{margin-top:var(--field-static);
  padding-top:calc(1.06rem * 1.5);
  border-top:1px solid var(--paint-card);
  font-size:calc(14.5px * .875);
  color:#3E4238;
  max-width:70ch;}
.plain-media .team-form a{color:inherit;}
@media (max-width:720px){.plain-media .answer{flex:1 1 100%;}.plain-media .strong-list{margin-left:0;}
}
.active-brand{--field-static:calc(1.5rem * 1.2);--field-control:calc(1060px / 1.9);padding:calc(1.5rem * 2.4) 2.04rem;background:#6E8B5A;color:#FBF9F3;}
.active-brand .bottom-note{max-width:1060px;margin:0 auto;}
.active-brand h2,.active-brand h3,.active-brand p{margin:0;}
.active-brand h2{font-size:calc(14.5px * 2);line-height:1.14;}
.active-brand h3{font-size:calc(14.5px * 1.35);line-height:1.22;}
.active-brand p{font-size:14.5px;line-height:1.92;}
.active-brand .team-form{font-size:calc(14.5px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.78;}
.active-brand .focused-rail{max-width:var(--field-control);margin-top:calc(1.5rem / 2);opacity:0.86;}
.active-brand a{color:inherit;text-decoration:none;}
.active-brand .text-media{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.38rem;background:#FBF9F3;color:#6E8B5A;}
.active-brand .page-entries{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.06rem calc(1.06rem * 1.4);margin-top:var(--field-static);}
.active-brand .fresh-summary{flex:1 1 calc(1060px / 4.2);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 26%, transparent);}
.active-brand .fresh-summary p{margin-top:calc(1.5rem / 3);opacity:0.82;}
.active-brand .compact-brand{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.06rem;}
.active-brand .compact-brand>.service-team{flex:1 1 auto;min-width:0;}
.active-brand .compact-brand>.text-media{flex:0 0 auto;}
.active-brand .compact-brand>.page-entries{flex:1 1 100%;}
.active-brand .service-team h2{margin-top:calc(1.5rem / 2);}
.active-brand .bottom-method{flex:1 1 100%;margin-top:var(--field-static);font-size:calc(14.5px * .875);opacity:0.82;}
.active-brand .bottom-method a{text-decoration:underline;text-underline-offset:3px;}
.active-brand .bottom-method a:hover{}
.featured-story{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 2.04rem;
  background: linear-gradient(135deg, #FBF9F3 0%, #EFEAD9 55%, #E3E7D6 100%);
  color: #2C3128;
}
.featured-story .bottom-note{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1060px;
  margin: 0 auto;}
.featured-story .compact-method{max-width: 58rem;
  margin: 0 0 calc(1.06rem * 1.5);
  padding: 1.5rem 0;}
.featured-story h2{margin: 0;
  font-size: calc(14.5px * 2.65);
  line-height: 1.05;}
.featured-story .compact-method p{max-width: 42rem;
  margin: 1.5rem 0 0;
  font-size: calc(14.5px * 1.125);
  line-height: 1.92;}
.featured-story .offer-fields{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.06rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 28%, transparent);}
.featured-story .offer-callout{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;}
.featured-story .offer-callout p{max-width: 26rem;
  margin: 0;
  line-height: 1.92;}
.featured-story .content-quote{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(1.5rem * .75);}
.featured-story .content-quote a{color: inherit;
  font-size: calc(14.5px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .2em;}
.featured-story .narrow-proof{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 18%, transparent);}
.featured-story .narrow-proof a{color: inherit;
  text-decoration: none;
  max-width: 22rem;
  line-height: 1.92;
  overflow-wrap: anywhere;}
.featured-story .narrow-proof span{display: block;
  margin-top: .2rem;
  font-size: calc(14.5px * .875);
  opacity: .68;}
@media (max-width: 720px) {.featured-story .offer-fields,
  .featured-story .offer-callout{
    display: block;
  }.featured-story .offer-callout p + p{
    margin-top: calc(1.5rem * .75);
  }.featured-story .content-quote{
    align-items: flex-start;
    margin-top: 1.5rem;
  }.featured-story .narrow-proof{
    flex-direction: column;
    gap: calc(1.5rem * .75);
  }
}
.soft-body{
  background: #FBF9F3;
  color: #2C3128;
  padding: calc(1.5rem * 2.4) 2.04rem;
}
.soft-body .bottom-note{width: min(100%, 1060px);
  margin: 0 auto;
  display: grid;
  gap: calc(1.06rem * 1.5);}
.soft-body h2,
.soft-body h3,
.soft-body p{margin: 0;}
.soft-body h2{font-size: calc(14.5px * 2);
  line-height: 1.1;}
.soft-body h3{font-size: calc(14.5px * 1.35);
  line-height: 1.2;}
.soft-body p{font-size: 14.5px;
  line-height: 1.92;}
.soft-body .bottom-shell{display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 1.06rem;
  align-items: start;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--paint-card);}
.soft-body .text-details{display: grid;
  gap: 0;}
.soft-body .main-inner{display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 1.06rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--paint-card);
  align-items: start;}
.soft-body .main-inner:first-child{padding-top: 0;}
.soft-body .main-inner .soft-actions{font-size: calc(14.5px * .875);
  color: #3E4238;
  letter-spacing: 0.04em;
  padding-top: 0.35rem;}
.soft-body .main-inner .featured-wrap{display: grid;
  gap: 0.5rem;}
.soft-body .quiet-region{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.soft-body .fresh-area{
  flex: 1 1 15rem;
  display: grid;
  gap: 0.5rem;
  padding: calc(1.5rem * .75);
  background: #EFEAD9;
  color: #3E4238;
  border-radius: 0.7rem;
}
.soft-body .team-form{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.06rem;
  padding: calc(1.5rem * .75) 1.5rem;
  background: var(--paint-clear);
  color: var(--ink-light);
  border: 1px solid var(--paint-card);
  border-radius: 1rem;
}
.soft-body .team-form strong{font-weight: 600;
  max-width: 42rem;
  line-height: 1.5;}
.soft-body .team-form a{color:inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;}
.soft-body .team-form a:hover{color: #9C6230;}
@media (max-width: 860px) {.soft-body .bottom-shell{ grid-template-columns: 1fr; }.soft-body .main-inner{ grid-template-columns: 2rem minmax(0, 1fr); }.soft-body .team-form{ flex-direction: column; align-items: flex-start; }
}
.compact-team{padding:calc(1.5rem * 2.4) 2.04rem;background:#B5763C;color:#FDF8F0}
.compact-team .bottom-note{max-width:1060px;margin:0 auto}
.compact-team .direct-form{display:flex;align-items:flex-end;justify-content:space-between;gap:1.06rem;margin-bottom:calc(1.06rem * 1.5);flex-wrap:wrap}
.compact-team .direct-form p{flex:1 1 22rem;margin:0;font-size:14.5px;line-height:1.92;opacity:.92}
.compact-team h2{flex:0 1 auto;margin:0;font-size:calc(14.5px * 2);line-height:1.05;text-align:right}
.compact-team .active-header{display:flex;flex-direction:column;gap:0}
.compact-team [data-cluster]{padding:calc(1.5rem * .75) 0;border-top:1px solid rgba(253,248,240,0.28)}
.compact-team [data-cluster]:first-child{border-top:0;padding-top:0}
.compact-team h3{margin:0 0 calc(1.5rem * .75);font-size:calc(14.5px * 1.35);line-height:1.25}
.compact-team [data-cluster] p{margin:0;max-width:62ch;line-height:1.92}
@media(max-width:680px){.compact-team .direct-form{display:block}.compact-team h2{margin-top:1.5rem;text-align:left}
}
.bottom-section{
  background:#FBF9F3;
  color:#2C3128;
  padding:calc(1.5rem * 2.4) 2.04rem;
}
.bottom-section .bottom-note{max-width:1060px;
  margin:0 auto;
  display:flex;
  gap:calc(1.06rem * 1.5);
  align-items:flex-start;}
.bottom-section .site-visual{flex:0 0 17rem;
  min-width:0;}
.bottom-section .team-form{margin:0;
  color:#3E4238;
  line-height:1.92;}
.bottom-section .compact-menu{margin:1.5rem 0 0;
  font-size:calc(14.5px * .875);
  color:#3E4238;}
.bottom-section .text-feature{flex:1 1 auto;
  min-width:0;}
.bottom-section h2{margin:0;
  font-size:calc(14.5px * 2);
  line-height:1.12;}
.bottom-section .focused-rail{margin:calc(1.06rem * 1.5) 0 0;
  max-width:52ch;
  color:#3E4238;}
.bottom-section .direct-menu{margin-top:calc(1.06rem * 1.5);
  display:flex;
  flex-direction:column;
  gap:.6rem;}
.bottom-section .direct-menu a{
  display:grid;
  grid-template-columns:8rem 1fr;
  grid-template-rows:auto auto;
  column-gap:1.06rem;
  row-gap:.3rem;
  align-items:baseline;
  text-decoration:none;
  color:var(--ink-light);
  background:var(--paint-clear);
  border:1px solid var(--paint-card);
  border-radius:0.7rem;
  padding:1.5rem;
  transition:border-color 390ms var(--speed-nav);
}
.bottom-section .direct-menu a:hover{border-color:#6E8B5A;}
.bottom-section .direct-menu span{grid-row:1 / span 2;
  color:#3E4238;
  font-size:calc(14.5px * .875);}
.bottom-section .direct-menu strong{min-width:0;
  font-weight:600;}
.bottom-section .direct-menu em{grid-column:2;
  font-style:normal;
  font-size:calc(14.5px * .875);
  color:#3E4238;
  line-height:1.6;}
.bottom-section .bottom-method{margin:calc(1.06rem * 1.5) 0 0;
  font-size:calc(14.5px * .875);
  color:#3E4238;}
.bottom-section .bottom-method a{color:inherit;
  text-decoration:none;
  border-bottom:1px solid var(--paint-card);}
.bottom-section .bottom-method a:hover{color:inherit;}
@media (max-width:760px){.bottom-section .bottom-note{display:block}.bottom-section .text-feature{margin-top:calc(1.06rem * 1.5)}.bottom-section .direct-menu a{
    grid-template-columns:1fr;
    grid-template-rows:auto;
  }.bottom-section .direct-menu span{grid-row:auto}.bottom-section .direct-menu em{grid-column:1}
}
.open-plan{--field-static:calc(1.5rem * 1.35);--field-control:calc(1060px / 2.5);padding:calc(1.5rem * 2.4) 2.04rem;background:#EFEAD9;color:#3E4238;}
.open-plan .bottom-note{max-width:1060px;margin:0 auto;}
.open-plan h2,.open-plan h3,.open-plan p{margin:0;}
.open-plan h2{font-size:calc(14.5px * 2);line-height:1.14;}
.open-plan h3{font-size:calc(14.5px * 1.35);line-height:1.22;}
.open-plan p{font-size:14.5px;line-height:1.92;}
.open-plan .bottom-shell{max-width:var(--field-control);}
.open-plan .focused-rail{margin-top:calc(1.5rem / 2.4);}
.open-plan .page-entries{display:flex;flex-direction:column;gap:calc(1.06rem * 1.5);margin-top:var(--field-static);border-top:1px solid var(--paint-card);}
.open-plan .fresh-summary{padding-top:calc(1.06rem * 1.5);border-bottom:1px solid var(--paint-card);padding-bottom:calc(1.06rem * 1.5);}
.open-plan .fresh-summary:last-child{border-bottom:0;}
.open-plan .fresh-summary p{margin-top:calc(1.5rem / 3.2);max-width:calc(var(--field-control) * 1.35);}
.open-plan .team-form{margin-top:var(--field-static);font-size:calc(14.5px * .875);max-width:var(--field-control);}
@media (min-width:760px){.open-plan .page-entries{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:2.04rem;border-top:0;}.open-plan .fresh-summary{border-top:1px solid var(--paint-card);}
}
.fresh-links{padding:calc(1.5rem * 2.4) 2.04rem;background:#FBF9F3;color:#2C3128;}
.fresh-links .bottom-note{max-width:1060px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.06rem * 1.5);}
.fresh-links h2,.fresh-links h3,.fresh-links p{margin:0;}
.fresh-links h2{font-size:calc(14.5px * 2);line-height:1.14;max-width:32ch;}
.fresh-links h3{font-size:calc(14.5px * 1.35);line-height:1.22;}
.fresh-links p{font-size:14.5px;line-height:1.92;}
.fresh-links .bottom-shell{display:flex;flex-direction:column;gap:1.06rem;max-width:62ch;}
.fresh-links .focused-rail{font-size:calc(14.5px * 1.125);}
.fresh-links .page-entries{display:flex;flex-direction:column;gap:calc(1.06rem * 1.5);border-top:1px solid var(--paint-card);padding-top:calc(1.06rem * 1.5);}
.fresh-links .fresh-summary{display:grid;grid-template-columns:minmax(0,14rem) minmax(0,1fr);gap:1.06rem;padding-bottom:calc(1.06rem * 1.5);border-bottom:1px solid var(--paint-card);}
.fresh-links .fresh-summary:last-child{border-bottom:0;padding-bottom:0;}
.fresh-links .fresh-summary .clear-intro{font-size:calc(14.5px * .875);letter-spacing:.04em;text-transform:uppercase;align-self:start;padding-top:.35rem;}
.fresh-links .fresh-summary h3{margin-bottom:calc(1.06rem / 2);}
.fresh-links .team-form{font-size:calc(14.5px * .875);border-left:2px solid #B5763C;padding-left:1.06rem;max-width:70ch;}
@media (max-width:720px){.fresh-links .fresh-summary{grid-template-columns:1fr;gap:calc(1.06rem / 2);}.fresh-links .fresh-summary .clear-intro{padding-top:0;}
}
.visual-figure{
        background: #FBF9F3;
        color: #2C3128;
        padding: calc(1.5rem * 2.4) 2.04rem;
    }
.visual-figure .bottom-note{width: min(100%, 1060px);
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(1.06rem * 1.5);}
.visual-figure h2,
    .visual-figure h3,
    .visual-figure p{margin: 0;}
.visual-figure .bottom-shell{max-width: 46rem;}
.visual-figure h2{font-size: calc(14.5px * 2);
        line-height: 1.12;}
.visual-figure .focused-rail{color: #3E4238;
        font-size: calc(14.5px * 1.125);
        line-height: 1.92;
        margin-top: 1.5rem;}
.visual-figure .text-details{display: flex;
        flex-direction: column;
        gap: 1.06rem;
        border-top: 1px solid var(--paint-card);
        padding-top: calc(1.06rem * 1.5);}
.visual-figure .fresh-summary{display: grid;
        grid-template-columns: minmax(0, 14rem) minmax(0, 1fr);
        gap: 2.04rem;
        padding-bottom: 1.06rem;
        border-bottom: 1px solid var(--paint-card);}
.visual-figure .fresh-summary:last-child{border-bottom: none;
        padding-bottom: 0;}
.visual-figure h3{font-size: calc(14.5px * 1.35);
        line-height: 1.2;}
.visual-figure .fresh-summary p{color: #3E4238;
        line-height: 1.92;}
.visual-figure .site-visual{
        background: #EFEAD9;
        color: #3E4238;
        border-radius: 1rem;
        padding: calc(1.5rem * .75) 1.5rem;
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
    }
.visual-figure .site-visual p{line-height: 1.92;}
.visual-figure .site-visual a{color:inherit;
        text-decoration: underline;}
.visual-figure .site-visual a:hover{color:inherit;}
.visual-figure .bottom-method a{font-size: calc(14.5px * .875);
        text-decoration: none;
        border-bottom: 1px solid currentColor;}
@media (max-width: 720px) {.visual-figure .fresh-summary{
            grid-template-columns: 1fr;
            gap: calc(1.5rem * .75);
        }
    }
.offer-details{
  background: #FBF9F3;
  color: #2C3128;
  padding: calc(1.5rem * 2.4) 2.04rem;
}
.offer-details .bottom-note{width: min(100%, 1060px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.06rem * 1.5);}
.offer-details .bottom-shell{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  max-width: 46rem;}
.offer-details h2,
.offer-details p{margin: 0;}
.offer-details h2{font-size: calc(14.5px * 2);
  line-height: 1.08;}
.offer-details .focused-rail{font-size: 14.5px;
  line-height: 1.92;}
.offer-details .open-shell{display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1.06rem;}
.offer-details .compact-form{
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  border: 1px solid var(--paint-card);
  background: var(--paint-clear);
  color: var(--ink-light);
  text-decoration: none;
  transition: transform 390ms var(--speed-nav), box-shadow 390ms var(--speed-nav);
}
.offer-details .compact-form:hover{transform: translateY(-3px);
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);}
.offer-details .compact-form:nth-child(5n + 1){grid-column: span 3;}
.offer-details .compact-form:nth-child(5n + 4){grid-column: span 3;}
.offer-details .page-shell{display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.7rem;}
.offer-details .compact-form span{
  font-size: calc(14.5px * .875);
  color: #3E4238;
  background: #EFEAD9;
  align-self: flex-start;
  padding: 0.18rem 0.6rem;
  border-radius: 0.38rem;
}
.offer-details .compact-form strong{font-size: calc(14.5px * 1.125);
  line-height: 1.24;}
.offer-details .team-form{max-width: 52rem;
  font-size: calc(14.5px * .875);
  line-height: 1.92;}
@media (max-width: 900px) {.offer-details .open-shell{ grid-template-columns: 1fr 1fr; }.offer-details .compact-form,
  .offer-details .compact-form:nth-child(5n + 1),
  .offer-details .compact-form:nth-child(5n + 4){ grid-column: auto; }
}
@media (max-width: 560px) {.offer-details .open-shell{ grid-template-columns: 1fr; }
}
.secondary-menu{--field-static:calc(1.5rem * 1.15);--field-control:calc(1060px / 3.10);padding:calc(1.5rem * 2.4) 2.04rem;background:#B5763C;color:#FDF8F0;}
.secondary-menu .bottom-note{max-width:1060px;margin:0 auto;}
.secondary-menu h2,.secondary-menu h3,.secondary-menu p,.secondary-menu ul,.secondary-menu li{margin:0;}
.secondary-menu h2{font-size:calc(14.5px * 2);line-height:1.14;max-width:var(--field-control);}
.secondary-menu h3{font-size:calc(14.5px * 1.35);line-height:1.22;}
.secondary-menu p{font-size:14.5px;line-height:1.92;}
.secondary-menu a{color:inherit;text-decoration:none;}
.secondary-menu .bottom-shell{display:flex;flex-direction:column;gap:calc(1.06rem * 1.5);}
.secondary-menu .focused-rail{max-width:calc(1060px * 0.72);opacity:0.88;}
.secondary-menu .text-details{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.06rem;margin-top:var(--field-static);}
.secondary-menu .fresh-summary{flex:1 1 calc(1060px / 3.40);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding:calc(1.5rem * .75);border:1px solid var(--paint-card);border-radius:1rem;background:var(--paint-clear);color:var(--ink-light);}
.secondary-menu .service-team{opacity:0.86;}
.secondary-menu .compact-menu{list-style:none;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem / 4);font-size:calc(14.5px * .875);line-height:1.6;opacity:0.82;}
.secondary-menu .compact-menu li{padding-left:calc(2.04rem / 2.2);position:relative;}
.secondary-menu .compact-menu li::before{content:"";position:absolute;left:0;top:0.62em;width:0.34rem;height:0.34rem;border-radius:50%;background:#B5763C;color:#FDF8F0;}
.secondary-menu .text-media{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:auto;padding:calc(calc(1.5rem * .75) / 1.4) 1.5rem;border-radius:0.38rem;background:#6E8B5A;color:#FBF9F3;font-size:calc(14.5px * .875);transition:background 390ms var(--speed-nav);}
.secondary-menu .text-media:hover{background:#5C7749;color:var(--ink-light);}
.secondary-menu .team-form{margin-top:var(--field-static);font-size:calc(14.5px * .875);line-height:1.7;opacity:0.78;max-width:calc(1060px * 0.78);}
.secondary-menu .team-form a{text-decoration:underline;text-underline-offset:0.18em;}
.secondary-menu .team-form a:hover{opacity:0.9;}
@media (max-width:720px){.secondary-menu .fresh-summary{flex:1 1 100%;}.secondary-menu h2{max-width:none;}
}
.team-benefit{
        padding: calc(1.5rem * 2.4) 2.04rem;
        background: #EFEAD9;
        color: #3E4238
    }
.team-benefit .bottom-note{max-width: 1060px;
        margin: 0 auto}
.team-benefit .compact-media{display: flex;
        flex-direction: column;
        gap: calc(1.06rem * 1.5)}
.team-benefit .focused-rail{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        max-width: 62ch}
.team-benefit h2{margin: 0;
        font-size: calc(14.5px * 2);
        line-height: 1.14}
.team-benefit .team-form{margin: 0;
        font-size: 14.5px;
        line-height: 1.92}
.team-benefit .text-feature{display: flex;
        flex-direction: column;
        gap: 1.5rem}
.team-benefit .text-feature p{margin: 0;
        max-width: 74ch;
        font-size: calc(14.5px * 1.125);
        line-height: 1.92}
.team-benefit .primary-wrap{display: flex;
        flex-wrap: wrap;
        gap: 1.06rem}
.team-benefit .primary-wrap span{
        border: 1px solid var(--paint-card);
        border-radius: 0.38rem;
        background: var(--paint-clear);
        color: var(--ink-light);
        padding: calc(calc(1.5rem * .75) * .6) calc(1.5rem * .75);
        font-size: calc(14.5px * .875);
        line-height: 1.5
    }
@media (max-width: 760px) {.team-benefit .focused-rail{
            max-width: none
        }.team-benefit .text-feature p{
            font-size: 14.5px
        }
    }
.plain-steps{
  --field-static:calc(1.5rem * 1.05);
  --field-control:calc(1060px / 2.6);
  padding:calc(1.5rem * 2.4) 2.04rem;
  background:#FBF9F3;
  color:#2C3128;
}
.plain-steps .bottom-note{max-width:1060px;margin:0 auto;}
.plain-steps h2,.plain-steps h3,.plain-steps p,.plain-steps ol,.plain-steps li{margin:0;}
.plain-steps h2{font-size:calc(14.5px * 2);line-height:1.14;}
.plain-steps h3{font-size:calc(14.5px * 1.35);line-height:1.22;}
.plain-steps p{font-size:14.5px;line-height:1.92;}
.plain-steps .main-callout{display:flex;flex-wrap:wrap;gap:1.06rem;align-items:flex-end;margin-bottom:var(--field-static);}
.plain-steps .main-callout>h2{flex:1 1 calc(1060px / 2.8);min-width:0;}
.plain-steps .main-callout>.focused-rail{flex:1 1 calc(1060px / 2.8);min-width:0;max-width:var(--field-control);}
.plain-steps .text-details{list-style:none;padding:0;display:flex;flex-direction:column;gap:0;border-top:1px solid var(--paint-card);}
.plain-steps .fresh-summary{display:grid;
  grid-template-columns:auto 1fr;
  column-gap:1.5rem;
  row-gap:calc(calc(1.5rem * .75) * .4);
  padding:calc(1.5rem * .75) 0;
  border-bottom:1px solid var(--paint-card);}
.plain-steps .fresh-summary .fresh-footer{grid-row:1 / span 2;
  font-size:calc(14.5px * 1.125);
  line-height:1;
  padding-top:.15em;
  font-variant-numeric:tabular-nums;}
.plain-steps .fresh-summary h3{grid-column:2;}
.plain-steps .fresh-summary p{grid-column:2;max-width:var(--field-control);}
.plain-steps .clear-steps{margin-top:var(--field-static);}
.plain-steps .team-form{font-size:calc(14.5px * .875);}
.plain-steps .team-form a{text-decoration:none;border-bottom:1px solid currentColor;}
.plain-steps .team-form a:hover{}
@media (max-width:640px){.plain-steps .fresh-summary{grid-template-columns:1fr;}.plain-steps .fresh-summary .fresh-footer{grid-row:auto;grid-column:1;}.plain-steps .fresh-summary h3,.plain-steps .fresh-summary p{grid-column:1;}
}
.focused-visual{
  padding: calc(1.5rem * 2.4) 2.04rem;
  background: #2C3128;
  color: #F4F1E8;
}
.focused-visual .bottom-note{max-width: min(1060px, 72rem);
  margin: 0 auto;}
.focused-visual .main-callout{max-width: 48rem;
  margin-bottom: calc(1.06rem * 1.5);}
.focused-visual h2{margin: 0;
  font-size: calc(14.5px * 2);
  line-height: 1.12;}
.focused-visual .focused-rail{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(14.5px * 1.125);
  color: #D8D2C2;}
.focused-visual .text-details{display: flex;
  flex-wrap: wrap;
  gap: 1.06rem;}
.focused-visual .fresh-summary{
  flex: 1 1 min(100%, 20rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: calc(1.5rem * .75);
  background: var(--paint-clear);
  color: var(--ink-light);
  border: 1px solid var(--paint-card);
  border-radius: 1rem;
}
.focused-visual .controls{margin: 0 0 calc(1.5rem * .75);
  font-size: 14.5px;
  line-height: 1.7;}
.focused-visual .quiet-team{display: flex;
  align-items: center;
  gap: calc(1.06rem * .7);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid var(--paint-card);}
.focused-visual .quiet-team img{width: 3rem;
  height: 3rem;
  object-fit: cover;
  border-radius: 0.38rem;
  flex: 0 0 auto;}
.focused-visual .site-nav{display: flex;
  flex-direction: column;
  gap: 0.15rem;}
.focused-visual .site-nav strong{font-size: 14.5px;
  font-weight: 700;}
.focused-visual .site-nav small{font-size: calc(14.5px * .875);color:inherit;}
.focused-visual .fresh-note{display: flex;
  flex-wrap: wrap;
  gap: 1.06rem;
  margin-top: calc(1.06rem * 1.5);
  padding-top: calc(1.06rem * 1.5);
  border-top: 1px solid #3E4238;}
.focused-visual .local-brand{flex: 1 1 min(100%, 14rem);
  display: flex;
  flex-direction: column;
  gap: 0.3rem;}
.focused-visual .local-brand .fresh-footer{font-size: calc(14.5px * 1.35);
  font-weight: 700;color:inherit;}
.focused-visual .local-brand .public-proof{font-size: calc(14.5px * .875);
  color: #D8D2C2;
  line-height: 1.5;}
.focused-visual .text-callout{list-style: none;
  padding: 0;
  margin: calc(1.06rem * 1.5) 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.06rem * .6) 1.06rem;
  font-size: calc(14.5px * .875);
  color: #D8D2C2;}
.focused-visual .text-callout li{padding: 0.35rem 0.75rem;
  border: 1px solid #3E4238;
  border-radius: 0.38rem;}
@media (max-width: 700px) {.focused-visual .text-details{
    display: block;
  }.focused-visual .fresh-summary + .fresh-summary{
    margin-top: 1.06rem;
  }.focused-visual .fresh-note{
    display: block;
  }.focused-visual .local-brand + .local-brand{
    margin-top: calc(1.5rem * .75);
  }
}
.simple-links{
    padding: calc(1.5rem * 2.4) 2.04rem;
    background: #2C3128;
    color: #F4F1E8;
}
.simple-links .bottom-note{max-width: 1060px;
    margin: 0 auto;}
.simple-links .main-callout{max-width: 46rem;
    margin-bottom: calc(1.06rem * 1.5);}
.simple-links .main-callout p{margin: 0 0 .55rem;
    font-size: calc(14.5px * .875);
    letter-spacing: .04em;
    text-transform: uppercase;
    opacity: .72;}
.simple-links h2{margin: 0;
    font-size: calc(14.5px * 2);
    line-height: 1.1;}
.simple-links .site-note{display: flex;
    flex-wrap: wrap;
    gap: 1.06rem;}
.simple-links figure{
    flex: 1 1 min(100%, 16rem);
    margin: 0;
    border-radius: 1rem;
    overflow: hidden;
    background: rgba(244, 241, 232, 0.08);
    border: 1px solid rgba(244, 241, 232, 0.16);
}
.simple-links figure:nth-child(2n) img{aspect-ratio: 4 / 5;}
.simple-links figure:nth-child(3n) img{aspect-ratio: 16 / 10;}
.simple-links img{display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;}
.simple-links figcaption{padding: calc(1.5rem * .75);}
.simple-links span{font-size: calc(14.5px * .875);
    opacity: .7;}
.simple-links h3{margin: .4rem 0 .3rem;
    font-size: calc(14.5px * 1.125);
    line-height: 1.25;}
.simple-links p{margin: 0;
    font-size: calc(14.5px * .875);
    line-height: 1.92;
    opacity: .88;}
@media (max-width: 640px) {.simple-links figure{
        flex: 1 1 100%;
    }
}
.page-nav{--field-static:calc(1.5rem * 1.05);--field-control:calc(1060px / 2.4);padding:calc(1.5rem * 2.4) 2.04rem;background:#FBF9F3;color:#2C3128;}
.page-nav .bottom-note{max-width:1060px;margin:0 auto;}
.page-nav h1,.page-nav h2,.page-nav h3,.page-nav p,.page-nav ul{margin:0;}
.page-nav h2{font-size:calc(14.5px * 2);line-height:1.14;max-width:var(--field-control);}
.page-nav p{font-size:14.5px;line-height:1.92;}
.page-nav a{color:inherit;text-decoration:none;}
.page-nav a:hover{color:inherit;}
.page-nav .contact-unit{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:flex-start;}
.page-nav .featured-wrap{flex:1 1 34rem;min-width:0;}
.page-nav .site-visual{flex:1 1 20rem;min-width:0;padding:calc(1.5rem * .75);background:#EFEAD9;color:#3E4238;border-radius:1rem;}
.page-nav .focused-rail{font-size:calc(14.5px * 1.125);line-height:1.5;color:#3E4238;}
.page-nav .service-team{margin-top:calc(1.06rem * 1.5);max-width:var(--field-control);}
.page-nav .local-items{margin-top:1.5rem;display:flex;flex-wrap:wrap;align-items:center;gap:1.06rem;}
.page-nav .text-media{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.38rem;background:#6E8B5A;color:#FBF9F3;font-size:14.5px;}
.page-nav .text-media:hover{background:#5C7749;color:#FBF9F3;}
.page-nav .team-form{font-size:calc(14.5px * .875);color:#3E4238;}
.page-nav .compact-menu{font-size:calc(14.5px * .875);letter-spacing:0.02em;text-transform:uppercase;}
.page-nav .page-entries{margin-top:calc(1.06rem * 1.5);padding-left:1.1rem;display:flex;flex-direction:column;gap:calc(1.06rem / 2);font-size:calc(14.5px * .875);line-height:1.7;}
.page-nav .bottom-method{margin-top:calc(1.06rem * 1.5);font-size:calc(14.5px * .875);line-height:1.7;}
.page-nav .bottom-method a{text-decoration:underline;text-underline-offset:3px;}
@media (max-width:720px){.page-nav .contact-unit{flex-direction:column;}.page-nav .site-visual{width:100%;}
}
.strong-headline{padding:calc(1.5rem * 2.4) 2.04rem;background:#FBF9F3;color:#2C3128;overflow:hidden}
.strong-headline .bottom-note{max-width:1060px;margin:0 auto}
.strong-headline .bottom-shell{max-width:44rem;margin:0 0 calc(1.06rem * 1.5)}
.strong-headline h2{margin:0;font-size:calc(14.5px * 2);line-height:1.08}
.strong-headline .focused-rail{margin:calc(1.5rem * .75) 0 0;font-size:calc(14.5px * 1.125);line-height:1.92}
.strong-headline .text-details{display:flex;flex-wrap:wrap;gap:1.06rem}
.strong-headline .fresh-summary{flex:1 1 20rem;min-width:16rem;padding:calc(1.5rem * .75) 0;border-top:1px solid var(--paint-card)}
.strong-headline .fresh-summary h3{margin:0;font-size:calc(14.5px * 1.35);line-height:1.15}
.strong-headline .fresh-summary p{margin:calc(1.5rem * .75) 0 0;line-height:1.92;}
.strong-headline .bottom-method{margin-top:calc(1.06rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid var(--paint-card)}
.strong-headline .bottom-method p{margin:0;font-size:calc(14.5px * .875);line-height:1.92;}
.strong-headline .bottom-method a{text-decoration:underline;text-underline-offset:3px}
.strong-headline .bottom-method a:hover{}
@media (min-width:720px){.strong-headline .fresh-summary{flex-basis:calc(50% - 1.06rem)}
}
@media (min-width:1024px){.strong-headline .fresh-summary{flex-basis:calc(33.333% - 1.06rem)}
}
.soft-intro{--field-static:calc(1.5rem * 1.05);--field-control:calc(1060px / 3.20);padding:calc(1.5rem * 2.4) 2.04rem;background:#FBF9F3;color:#2C3128;}
.soft-intro .bottom-note{max-width:1060px;margin:0 auto;}
.soft-intro h2,.soft-intro h3,.soft-intro p{margin:0;}
.soft-intro h2{font-size:calc(14.5px * 2);line-height:1.12;}
.soft-intro h3{font-size:calc(14.5px * 1.35);line-height:1.2;}
.soft-intro p{font-size:14.5px;line-height:1.92;}
.soft-intro .focused-rail{max-width:var(--field-control);margin-top:calc(1.5rem / 2);}
.soft-intro .text-details{display:flex;flex-direction:column;gap:var(--field-static);margin-top:var(--field-static);border-left:2px solid var(--paint-card);padding-left:1.5rem;}
.soft-intro .fresh-summary{position:relative;min-width:0;}
.soft-intro .fresh-summary::before{content:"";position:absolute;left:calc(1.5rem * -1 - 6px);top:0.55rem;width:10px;height:10px;border-radius:50%;background:#6E8B5A;color:#FBF9F3;}
.soft-intro .active-unit{display:inline-block;font-size:calc(14.5px * .875);letter-spacing:0.04em;text-transform:uppercase;padding:2px 10px;border-radius:0.38rem;background:#B5763C;color:#FDF8F0;}
.soft-intro .fresh-summary h3{margin-top:calc(1.5rem / 3);}
.soft-intro .fresh-summary p{margin-top:calc(1.5rem / 3);max-width:var(--field-control);}
.soft-intro .team-form{margin-top:var(--field-static);padding-top:calc(1.06rem * 1.5);border-top:1px solid var(--paint-card);font-size:calc(14.5px * .875);}
@media (max-width:720px){.soft-intro .text-details{padding-left:calc(1.06rem * 1.5);}.soft-intro .fresh-summary::before{left:calc(calc(1.06rem * 1.5) * -1 - 6px);}
}
.steady-media{
  --field-static:calc(1.5rem * 1.08);
  --field-control:calc(1060px / 2.2);
  padding:calc(1.5rem * 2.4) 2.04rem;
  background:#FBF9F3;
  color:#2C3128;
}
.steady-media .bottom-note{max-width:1060px;margin:0 auto;}
.steady-media h2,.steady-media h3,.steady-media p,.steady-media ol,.steady-media li{margin:0;}
.steady-media h2{font-size:calc(14.5px * 2);line-height:1.14;max-width:calc(1060px / 1.35);}
.steady-media h3{font-size:calc(14.5px * 1.35);line-height:1.25;}
.steady-media p{font-size:14.5px;line-height:1.92;}
.steady-media a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:color 390ms var(--speed-nav),border-color 390ms var(--speed-nav);}
.steady-media a:hover{color:inherit;border-bottom-color:#B5763C;}
.steady-media .bottom-shell{display:flex;flex-direction:column;gap:calc(1.06rem * 1.5);}
.steady-media .focused-rail{max-width:var(--field-control);color:#3E4238;}
.steady-media .bottom-method{list-style:none;
  padding:0;
  margin-top:var(--field-static);
  display:flex;
  flex-direction:column;
  gap:0;
  border-top:1px solid var(--paint-card);}
.steady-media .narrow-entries{display:flex;
  gap:1.06rem;
  padding:calc(var(--field-static) * .78) 0;
  border-bottom:1px solid var(--paint-card);
  align-items:flex-start;}
.steady-media .site-team{flex:0 0 auto;
  font-size:calc(14.5px * .875);
  letter-spacing:.08em;color:inherit;
  padding-top:.35rem;
  min-width:2.2rem;}
.steady-media .featured-wrap{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:calc(calc(1.06rem * 1.5) * .55);}
.steady-media .featured-wrap p{color:#3E4238;max-width:calc(1060px / 1.15);}
.steady-media .site-visual{
  margin-top:var(--field-static);
  padding:calc(1.5rem * .75) 1.5rem;
  background:#EFEAD9;
  color:#3E4238;
  border-radius:0.7rem;
  max-width:calc(1060px / 1.25);
}
.steady-media .site-visual p{font-size:calc(14.5px * .875);color:#3E4238;}
@media (max-width:640px){.steady-media .narrow-entries{flex-direction:column;gap:calc(1.06rem * .5);}.steady-media .site-team{padding-top:0;}
}
.top-block{
  --field-static:calc(1.5rem * 1.05);
  --field-control:calc(1060px / 2.6);
  padding:calc(1.5rem * 2.4) 2.04rem;
  background:#B5763C;
  color:#FDF8F0;
}
.top-block .bottom-note{max-width:1060px;
  margin:0 auto;}
.top-block h2,
.top-block h3,
.top-block p{margin:0;}
.top-block h2{font-size:calc(14.5px * 2);
  line-height:1.14;}
.top-block h3{font-size:calc(14.5px * 1.35);
  line-height:1.22;}
.top-block p{font-size:14.5px;
  line-height:1.92;}
.top-block .bottom-shell{max-width:var(--field-control);}
.top-block .bottom-shell .focused-rail{margin-top:calc(1.06rem * 1.5);
  color:color-mix(in srgb, currentColor 82%, transparent);}
.top-block .direct-menu{display:flex;
  flex-wrap:wrap;
  gap:calc(1.5rem * .75) 1.06rem;
  margin-top:var(--field-static);}
.top-block .fresh-summary{flex:1 1 calc(1060px / 3.4);
  min-width:0;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid color-mix(in srgb, currentColor 26%, transparent);}
.top-block .fresh-summary p{margin-top:calc(1.5rem / 3.2);
  color:color-mix(in srgb, currentColor 78%, transparent);}
.top-block .bottom-method{margin-top:var(--field-static);
  padding-top:calc(1.06rem * 1.5);
  border-top:1px solid color-mix(in srgb, currentColor 26%, transparent);
  max-width:var(--field-control);}
.top-block .bottom-method p{font-size:calc(14.5px * .875);
  color:color-mix(in srgb, currentColor 80%, transparent);}
.top-block .bottom-method a{color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;}
.top-block .bottom-method a:hover{opacity:0.82;}
@media (max-width:720px){.top-block .fresh-summary{
    flex:1 1 100%;
  }
}
.focused-inner{
  background:linear-gradient(120deg, #6E8B5A 0%, #B5763C 100%);
  color:#FDF8F0;
  padding:calc(1.5rem * 2.4) 2.04rem;
}
.focused-inner .bottom-note{max-width:1060px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:calc(1.06rem * 1.5);
  align-items:start;}
.focused-inner .plain-panel{min-width:0;
  padding-top:.2rem;}
.focused-inner h2{margin:0;
  font-size:calc(14.5px * 2);
  line-height:1.12;
  letter-spacing:0;}
.focused-inner .plain-panel p{margin:1.5rem 0 0;color:inherit;
  font-size:14.5px;
  line-height:1.92;}
.focused-inner .bottom-method{margin-top:calc(1.5rem * .75);
  display:flex;
  flex-wrap:wrap;
  gap:1.06rem;}
.focused-inner .bottom-method a{color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;
  font-size:calc(14.5px * .875);}
.focused-inner .bottom-method a:hover{color:inherit;
  text-decoration:none;}
.focused-inner .page-entries{list-style:none;
  padding:0;
  margin:0;
  min-width:0;}
.focused-inner .fresh-summary{padding:calc(1.5rem * .75) 0;}
.focused-inner .fresh-summary + .fresh-summary{border-top:1px solid color-mix(in srgb,#FDF8F0 24%,transparent);}
.focused-inner .fresh-summary strong,
.focused-inner .fresh-summary span{display:block;}
.focused-inner .fresh-summary strong{font-size:14.5px;}
.focused-inner .fresh-summary span{margin-top:.35rem;color:inherit;
  font-size:calc(14.5px * .875);
  line-height:1.92;}
@media (max-width:780px){.focused-inner .bottom-note{
    grid-template-columns:1fr;
    gap:1.5rem;
  }
}
.main-section{padding:calc(1.5rem * 2.4) 2.04rem;background:#FBF9F3;color:#2C3128}
.main-section .bottom-note{max-width:1060px;margin:0 auto}
.main-section .main-callout{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.06rem;align-items:flex-end;margin-bottom:calc(1.06rem * 1.5)}
.main-section h2{margin:0;font-size:calc(14.5px * 2);line-height:1.12;flex:1 1 20rem}
.main-section .main-callout p{flex:1 1 22rem;max-width:44rem;margin:0;line-height:1.92}
.main-section .clear-team{display:flex;flex-wrap:wrap;gap:1.06rem;padding:1.5rem 0;border-top:1px solid var(--paint-card);border-bottom:1px solid var(--paint-card)}
.main-section .clear-team>*{min-width:0;flex:1 1 15rem;padding:calc(1.5rem * .75);background:var(--paint-clear);color:var(--ink-light);border:1px solid var(--paint-card);border-radius:0.7rem;text-decoration:none;overflow-wrap:anywhere;line-height:1.5}
.main-section .clear-team span{display:block;margin-top:calc(1.5rem * .75);color:#3E4238;font-size:calc(14.5px * .875)}
.main-section .offer-fields{display:flex;flex-wrap:wrap;gap:calc(1.06rem * 1.5);margin-top:1.5rem}
.main-section .offer-fields .compact-menu{min-width:0;flex:1 1 15rem}
.main-section .offer-fields .team-form{margin:0 0 calc(1.5rem * .75);font-size:calc(14.5px * .875);letter-spacing:.04em;text-transform:uppercase;color:#3E4238}
.main-section .offer-fields p{margin:0;line-height:1.92}
.main-section a{color:inherit;text-decoration:none;overflow-wrap:anywhere}
.main-section a:hover{color:inherit;}
@media(max-width:680px){.main-section .main-callout{display:block}.main-section .main-callout p{margin-top:1.5rem}}
.featured-steps{
  padding: calc(1.5rem * 2.4) 2.04rem;
  background: #B5763C;
  color: #FDF8F0;
}
.featured-steps .bottom-note{max-width: 1060px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: calc(1.06rem * 1.5);
  align-items: start;}
.featured-steps h2{margin: 0;
  font-size: calc(14.5px * 2);
  line-height: 1.12;}
.featured-steps .public-story p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(14.5px * 1.125);}
.featured-steps .public-story .team-form{font-size: calc(14.5px * .875);
  opacity: .88;}
.featured-steps .public-benefit{
  border-radius: 1.36rem;
  background: var(--paint-clear);
  color: var(--ink-light);
  border: 1px solid var(--paint-card);
  overflow: hidden;
}
.featured-steps .strip{display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-bottom: 1px solid var(--paint-card);}
.featured-steps .strip span{font-size: calc(14.5px * .875);}
.featured-steps a{text-decoration: none;}
.featured-steps .strip a{font-size: calc(14.5px * .875);}
.featured-steps .featured-body{display: flex;
  flex-wrap: wrap;}
.featured-steps .featured-body a{flex: 1 1 46%;
  padding: calc(1.5rem * .75);
  border-right: 1px solid var(--paint-card);
  border-bottom: 1px solid var(--paint-card);
  box-sizing: border-box;}
.featured-steps .featured-body a:nth-child(2n){border-right: none;}
.featured-steps .featured-body strong,
.featured-steps .featured-body small,
.featured-steps .featured-body span{display: block;}
.featured-steps .featured-body strong{}
.featured-steps .featured-body small{margin: calc(calc(1.5rem * .75) * .3) 0;
  font-size: calc(14.5px * .875);}
.featured-steps .featured-body span{font-size: calc(14.5px * .875);
  line-height: 1.6;}
@media (max-width: 780px) {.featured-steps .bottom-note{
    grid-template-columns: 1fr;
  }.featured-steps .featured-body a{
    flex: 1 1 100%;
    border-right: none;
  }.featured-steps .strip{
    flex-direction: column;
    align-items: flex-start;
  }
}
.content-entries{padding:calc(1.5rem * 2.4) 2.04rem;background:#FBF9F3;color:#2C3128}
.content-entries .bottom-note{max-width:min(1060px,56rem);margin:0 auto;display:grid;grid-template-columns:minmax(0,20rem) minmax(0,1fr);gap:calc(1.06rem * 1.5)}
.content-entries .bottom-shell{position:sticky;top:1.5rem;align-self:start}
.content-entries h2{margin:0;font-size:calc(14.5px * 2);line-height:1.1}
.content-entries .bottom-shell p{margin:1.5rem 0 0;color:#3E4238;line-height:1.92}
.content-entries .strong-brand{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.content-entries details{padding:calc(1.5rem * .75) 1.5rem;background:var(--paint-clear);color:var(--ink-light);border:1px solid var(--paint-card);border-radius:0.7rem}
.content-entries summary{cursor:pointer;font-size:calc(14.5px * 1.35);line-height:1.2;font-weight:600}
.content-entries details p{margin:1.5rem 0 0;color:#3E4238;line-height:1.92}
@media(max-width:820px){.content-entries .bottom-note{grid-template-columns:1fr}.content-entries .bottom-shell{position:static}.content-entries .strong-brand{margin-top:calc(1.06rem * 1.5)}
}
.steady-method{--field-static:calc(1.5rem * 1.2);--state-soft:calc(1060px / 4.6);padding:calc(1.5rem * 2.4) 2.04rem;background:#FBF9F3;color:#2C3128;}
.steady-method .bottom-note{max-width:1060px;margin:0 auto;}
.steady-method h2,.steady-method h3,.steady-method p{margin:0;}
.steady-method h2{font-size:calc(14.5px * 2);line-height:1.14;}
.steady-method h3{font-size:calc(14.5px * 1.35);line-height:1.24;}
.steady-method p{font-size:14.5px;line-height:1.92;}
.steady-method .bottom-shell{max-width:calc(1060px / 1.55);}
.steady-method .bottom-shell .focused-rail{margin-top:calc(1.5rem / 2.4);}
.steady-method img{display:block;width:100%;height:auto;border-radius:0.7rem;}
.steady-method .page-entries{display:flex;flex-direction:column;gap:var(--field-static);margin-top:var(--field-static);border-top:1px solid var(--paint-card);padding-top:var(--field-static);}
.steady-method .fresh-summary{display:grid;grid-template-columns:var(--state-soft) 1fr;gap:1.06rem;align-items:start;min-width:0;}
.steady-method .fresh-summary img{aspect-ratio:4/3;object-fit:cover;}
.steady-method .fresh-summary p{margin-top:calc(1.5rem / 3.4);}
.steady-method .bottom-method{display:inline-block;margin-top:calc(1.5rem / 3);font-size:calc(14.5px * .875);text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:1px;}
.steady-method .bottom-method:hover{}
.steady-method .team-form{margin-top:var(--field-static);padding-top:calc(1.5rem / 2);border-top:1px solid var(--paint-card);font-size:calc(14.5px * .875);}
.steady-method .team-form a{text-decoration:none;border-bottom:1px solid currentColor;}
.steady-method .team-form a:hover{}
@media (max-width:640px){.steady-method .fresh-summary{grid-template-columns:1fr;}.steady-method .fresh-summary img{aspect-ratio:16/9;}
}
.local-steps{--field-static:calc(1.5rem * 0.92);--field-control:calc(1060px / 3.00);--font-meta:calc(1060px / 3.99);padding:calc(1.5rem * 2.4) 2.04rem;background:#6E8B5A;color:#FBF9F3;}
.local-steps .bottom-note{max-width:1060px;margin:0 auto;}
.local-steps h1,.local-steps h2,.local-steps h3,.local-steps p{margin:0;}
.local-steps h1{font-size:calc(14.5px * 2.65);line-height:1.08;}
.local-steps h2{font-size:calc(14.5px * 2);line-height:1.12;max-width:calc(1060px * 0.72);}
.local-steps h3{font-size:calc(14.5px * 1.35);line-height:1.2;}
.local-steps p{font-size:14.5px;line-height:1.92;color:color-mix(in srgb, currentColor 74%, transparent);}
.local-steps a{color:inherit;text-decoration:none;}
.local-steps img{display:block;width:100%;height:auto;border-radius:0.7rem;}
.local-steps .text-media{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.38rem;background:#FBF9F3;color:#6E8B5A;}
.local-steps .focused-rail,.local-steps .team-form{}
.local-steps .page-entries{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.06rem;margin-top:var(--field-static);}
.local-steps .fresh-summary{flex:1 1 calc(1060px / 4);min-width:0;}
.local-steps .fresh-summary p,.local-steps .fresh-summary a{margin-top:calc(1.5rem / 3);}
.local-steps .fresh-summary img{margin-bottom:calc(1.5rem / 2);}
.local-steps .quiet-items>img{margin-top:var(--field-static);}
.local-steps .quiet-items>.focused-rail{margin-top:1.5rem;}
.start{padding:calc(1.5rem * 2.4) 2.04rem;background:#FBF9F3;color:#2C3128}
.start .bottom-note{max-width:min(1060px,52rem);margin:0 auto}
.start .bottom-shell{max-width:44rem}
.start h2{margin:0;font-size:calc(14.5px * 2);line-height:1.1}
.start .bottom-shell p{margin:calc(1.06rem * 1.5) 0 0;color:#3E4238;line-height:1.92}
.start .strong-brand{margin-top:calc(1.5rem * 2.4);border-top:1px solid var(--paint-card)}
.start details{padding:1.5rem 0;border-bottom:1px solid var(--paint-card)}
.start summary{cursor:pointer;font-size:calc(14.5px * 1.125);line-height:1.24;list-style:none}
.start summary::-webkit-details-marker{display:none}
.start summary::after{content:"+";float:right;color:#3E4238;font-size:14.5px}
.start details[open] summary::after{content:"–"}
.start details p{max-width:44rem;margin:calc(1.5rem * .75) 0 0;color:#3E4238;line-height:1.92}
@media(max-width:720px){.start .strong-brand{margin-top:calc(1.06rem * 1.5)}.start summary{font-size:14.5px}
}
.text-entries{--field-static:calc(1.5rem * 0.9);--field-control:calc(1060px / 2.6);padding:calc(1.5rem * 2.4) 2.04rem;background:#FBF9F3;color:#2C3128;}
.text-entries .bottom-note{max-width:1060px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.06rem * 1.5);}
.text-entries h2,.text-entries h3,.text-entries p{margin:0;}
.text-entries h2{font-size:calc(14.5px * 2);line-height:1.14;max-width:var(--field-control);}
.text-entries h3{font-size:calc(14.5px * 1.35);line-height:1.24;}
.text-entries p{font-size:14.5px;line-height:1.92;}
.text-entries .bottom-shell{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.text-entries .focused-rail{max-width:var(--field-control);}
.text-entries .direct-entries{display:flex;flex-direction:column;gap:var(--field-static);}
.text-entries .fresh-summary{padding:calc(calc(1.5rem * .75) * 1.1) 0;border-top:1px solid var(--paint-card);}
.text-entries .fresh-summary:last-child{border-bottom:1px solid var(--paint-card);}
.text-entries .fresh-summary p{margin-top:calc(1.5rem / 3.2);max-width:calc(1060px * 0.82);}
.text-entries .bottom-method{margin-top:calc(1.5rem * .75);font-size:calc(14.5px * .875);}
.text-entries .bottom-method a{text-decoration:underline;text-underline-offset:3px;}
.text-entries .bottom-method a:hover{}
@media (max-width:720px){.text-entries h2,.text-entries .focused-rail,.text-entries .fresh-summary p{max-width:100%;}
}
.wide-list{padding:calc(1.5rem * 2.4) 2.04rem;background:#2C3128;color:#F4F1E8}
.wide-list .media-wrap{max-width:1060px;margin:0 auto}
.wide-list .main-callout{display:flex;flex-wrap:wrap;gap:calc(1.06rem * 1.5);align-items:flex-end;margin-bottom:calc(1.06rem * 1.5)}
.wide-list h2{margin:0;font-size:calc(14.5px * 2);line-height:1.1;flex:1 1 18rem}
.wide-list .featured-feature{flex:1 1 22rem;margin:0;font-size:calc(14.5px * 1.125);line-height:1.92;opacity:.86}
.wide-list .contact-track{margin:0;padding:0;list-style:none;border-top:1px solid rgba(244,241,232,0.18)}
.wide-list .contact-track>li{padding:calc(1.06rem * 1.5) 0;border-bottom:1px solid rgba(244,241,232,0.18)}
.wide-list h3{margin:0 0 calc(1.5rem * .75);font-size:calc(14.5px * 1.35);line-height:1.2}
.wide-list .contact-track p{margin:0;max-width:60ch;line-height:1.92;opacity:.84}
.wide-list .narrow-plan{margin-top:calc(1.06rem * 1.5)}
.wide-list .narrow-plan p{margin:0;max-width:60ch;line-height:1.92;opacity:.84}
.wide-list a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.wide-list a:hover{color:inherit;}
@media(max-width:680px){.wide-list .main-callout{display:block}.wide-list .featured-feature{margin-top:calc(1.5rem * .75)}}
.open-stack{background:#EFEAD9;color:#3E4238;padding:calc(1.5rem * 2.4) 2.04rem}
.open-stack .bottom-note{max-width:1060px;margin:0 auto}
.open-stack .soft-area{display:flex;flex-direction:column;gap:calc(1.06rem * 1.5)}
.open-stack .compact-headline{display:flex;align-items:flex-end;justify-content:space-between;gap:1.06rem;border-bottom:1px solid var(--paint-card);padding-bottom:calc(1.5rem * .75)}
.open-stack h2{margin:0;max-width:20ch;font-size:clamp(calc(14.5px * 2),5vw,calc(14.5px * 2.65));line-height:1.08;letter-spacing:0}
.open-stack .compact-headline a{padding:calc(1.5rem * .75) 1.06rem;border-radius:0.7rem;background:#6E8B5A;color:#FBF9F3;text-decoration:none;font-weight:700;white-space:nowrap}
.open-stack .compact-headline a:hover{background:#5C7749;color:var(--ink-light);}
.open-stack .section{display:flex;flex-wrap:wrap;gap:calc(1.06rem * 1.5) 1.06rem}
.open-stack .section .fresh-summary{flex:1 1 20rem;min-width:0}
.open-stack span{display:block;margin-bottom:calc(calc(1.5rem * .75)*.4);font-size:calc(14.5px * .875);text-transform:uppercase;letter-spacing:.04em}
.open-stack strong{display:block;font-size:14.5px;line-height:1.5;white-space:pre-line}
.open-stack .team-form{margin:calc(calc(1.5rem * .75)*.5) 0 0;font-size:calc(14.5px * .875);line-height:1.6}
.open-stack .section a{display:inline-block;margin-top:calc(calc(1.5rem * .75)*.55);text-decoration:none;line-height:1.55;border-bottom:1px solid #6E8B5A}
.open-stack .section a:hover{border-color:#B5763C}
.open-stack .compact-menu{margin-top:calc(1.06rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid var(--paint-card);display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:1.06rem}
.open-stack .compact-menu p{margin:0;max-width:56ch;line-height:1.7}
.open-stack .compact-menu a{text-decoration:none;font-weight:700}
.open-stack .compact-menu a:hover{}
@media(max-width:680px){.open-stack .compact-headline{align-items:flex-start;flex-direction:column}.open-stack .compact-headline a{white-space:normal}}
.form{
  --field-static:calc(1.5rem * 1.1);
  --field-control:calc(1060px / 1.9);
  padding:calc(1.5rem * 2.4) 2.04rem;
  background:#EFEAD9;
  color:#3E4238;
}
.form .bottom-note{max-width:1060px;
  margin:0 auto;}
.form h2{font-size:calc(14.5px * 2);
  line-height:1.14;
  margin:0;}
.form p{margin:0;
  font-size:14.5px;
  line-height:1.92;}
.form .service-team{max-width:var(--field-control);
  display:flex;
  flex-direction:column;
  gap:calc(1.06rem * 1.5);}
.form .focused-rail{font-size:calc(14.5px * 1.125);}
.form .team-form{font-size:calc(14.5px * .875);
  color:#3E4238;
  opacity:0.82;}
.form .local-items{margin-top:var(--field-static);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:1.06rem 1.5rem;}
.form .text-media{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.38rem;
  background:#6E8B5A;
  color:#FBF9F3;
  font-size:14.5px;
  text-decoration:none;
  transition:background 390ms var(--speed-nav);
}
.form .text-media:hover{
  background:#5C7749;color:var(--ink-light);}
.form .bottom-method{font-size:calc(14.5px * .875);
  max-width:calc(var(--field-control) * 0.9);}
.form .bottom-method a{color:inherit;
  text-decoration:underline;
  text-underline-offset:2px;}
.form .bottom-method a:hover{color:inherit;}
@media (max-width:640px){.form .local-items{
    flex-direction:column;
    align-items:flex-start;
  }.form .text-media{
    width:100%;
  }
}
.wide-links{--field-static:calc(1.5rem * 1.2);--field-control:calc(1060px / 2.4);--font-meta:calc(1060px / 3.4);padding:calc(1.5rem * 2.4) 2.04rem;background:#B5763C;color:#FDF8F0;}
.wide-links .bottom-note{max-width:1060px;margin:0 auto;}
.wide-links h1,.wide-links h2,.wide-links h3,.wide-links p{margin:0;}
.wide-links h1{font-size:calc(14.5px * 2.65);line-height:1.08;}
.wide-links h2{font-size:calc(14.5px * 2);line-height:1.14;max-width:var(--field-control);}
.wide-links h3{font-size:calc(14.5px * 1.35);line-height:1.22;}
.wide-links p{font-size:14.5px;line-height:1.92;color:color-mix(in srgb, currentColor 76%, transparent);}
.wide-links a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.wide-links a:hover{opacity:.82;}
.wide-links img{display:block;width:100%;height:auto;border-radius:0.7rem;}
.wide-links .service-team .focused-rail{margin-top:1.5rem;}
.wide-links .service-team .team-form{margin-top:calc(1.06rem * 1.5);font-size:calc(14.5px * .875);color:color-mix(in srgb, currentColor 68%, transparent);}
.wide-links .page-entries{display:flex;flex-direction:column;gap:var(--field-static);margin-top:var(--field-static);}
.wide-links .fresh-summary{min-width:0;padding-bottom:calc(1.06rem * 1.5);border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.wide-links .fresh-summary:last-child{border-bottom:0;padding-bottom:0;}
.wide-links .fresh-summary p{margin-top:calc(1.5rem / 3.2);}
.wide-links .quiet-group{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.06rem;}
.wide-links .quiet-group>.service-team{flex:1 1 calc(1060px / 3);min-width:0;}
.wide-links .quiet-group>.page-entries{flex:2 1 calc(1060px / 2);margin-top:0;}
.wide-links .quiet-group>img{margin-left:auto;max-width:var(--font-meta);}
.wide-links .bottom-method{margin-top:1.5rem;max-width:var(--field-control);font-size:calc(14.5px * .875);color:color-mix(in srgb, currentColor 80%, transparent);}
@media (max-width:760px){.wide-links .quiet-group>img{max-width:100%;margin-left:0;}.wide-links h2{max-width:none;}
}
.quiet-copy{
    padding: calc(1.5rem * 2.4) 2.04rem;
    background: #2C3128;
    color: #F4F1E8;
}
.quiet-copy .focused-content{max-width: 1060px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: calc(1.5rem * .75);
    align-items: flex-start;}
.quiet-copy .quiet-track{flex: 1 1 320px;
    border-radius: 1.36rem;
    overflow: hidden;
    border: 1px solid rgba(226, 220, 203, 0.35);}
.quiet-copy .quiet-track img{display: block;
    width: 100%;
    height: 340px;
    object-fit: cover;}
.quiet-copy .text-feature{flex: 1 1 380px;
    display: flex;
    flex-direction: column;
    gap: calc(1.06rem * 1.5);}
.quiet-copy .offer-visual{margin: 0;
    font-size: calc(14.5px * 2);
    line-height: 1.2;}
.quiet-copy .bottom-inner{margin: 0;
    font-size: calc(14.5px * .875);
    opacity: 0.78;}
.quiet-copy .direct-steps{margin: 0;
    font-size: 14.5px;
    line-height: 1.92;}
.quiet-copy .bottom-method{margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1.06rem;
    font-size: calc(14.5px * .875);}
.quiet-copy .bottom-method a{color: #F4F1E8;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 390ms var(--speed-nav);}
.quiet-copy .bottom-method a:hover{}
@media (max-width: 720px) {.quiet-copy .quiet-track img{
        height: 240px;
    }
}
.featured-grid{
    padding: calc(1.5rem * 2.4) 2.04rem;
    background: #FBF9F3;
    color: #2C3128;
}
.featured-grid .focused-content{max-width: 1060px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(1.06rem * 1.5);}
.featured-grid .quiet-track{border-radius: 1.36rem;
    overflow: hidden;
    border: 1px solid var(--paint-card);
    box-shadow: 0 0px 3px rgba(0,0,0,0.06);}
.featured-grid .quiet-track img{display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;}
.featured-grid .text-feature{display: flex;
    flex-direction: column;
    gap: calc(1.06rem * 1.5);}
.featured-grid .offer-visual{margin: 0;
    font-size: calc(14.5px * 2.65);
    line-height: 1.2;}
.featured-grid .bottom-inner{margin: 0;
    font-size: calc(14.5px * 1.125);}
.featured-grid .direct-steps{margin: 0;
    font-size: 14.5px;
    line-height: 1.92;}
.featured-grid .fresh-callout{display: flex;
    flex-wrap: wrap;
    gap: 1.06rem;}
.featured-grid .steady-proof{
    flex: 1 1 220px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: calc(1.5rem * .75);
    background: var(--paint-clear);
    color: var(--ink-light);
    border: 1px solid var(--paint-card);
    border-radius: 0.7rem;
}
.featured-grid .steady-proof .public-proof{font-size: calc(14.5px * .875);
    text-transform: uppercase;
    letter-spacing: 0.04em;}
.featured-grid .steady-proof .active-contact{font-size: 14.5px;}
.featured-grid .text-media{display: flex;
    flex-direction: column;
    gap: 1.06rem;
    padding-top: calc(1.06rem * 1.5);
    border-top: 1px solid var(--paint-card);}
.featured-grid .page-callout{
    align-self: flex-start;
    display: inline-block;
    padding: 0.7rem 1.4rem;
    background: #6E8B5A;
    color: #FBF9F3;
    border-radius: 0.7rem;
    text-decoration: none;
    font-size: 14.5px;
    transition: background 390ms var(--speed-nav);
}
.featured-grid .page-callout:hover{
    background: #5C7749;color:var(--ink-light);}
.featured-grid .bottom-method{margin: 0;
    font-size: calc(14.5px * .875);}
.featured-grid .bottom-method a{text-decoration: underline;}
.featured-grid .bottom-method a:hover{}
@media (min-width: 768px) {.featured-grid .quiet-track img{
        height: 420px;
    }
}
.text-inner{
    padding: calc(1.5rem * 2.4) 2.04rem;
    background: #FBF9F3;
    color: #2C3128;
}
.text-inner .focused-content{max-width: 1060px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(1.06rem * 1.5);}
.text-inner .top-wrap{display: flex;
    flex-wrap: wrap;
    gap: calc(1.5rem * .75);
    align-items: flex-start;}
.text-inner .service-team{flex: 1 1 340px;
    min-width: 280px;}
.text-inner .quiet-track{
    flex: 1 1 320px;
    min-width: 260px;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid var(--paint-card);
    background: var(--paint-clear);color:var(--ink-light);}
.text-inner .quiet-track img{display: block;
    width: 100%;
    height: 340px;
    object-fit: cover;}
.text-inner .offer-visual{margin: 0 0 calc(1.06rem * 1.5);
    font-size: calc(14.5px * 2.65);
    line-height: 1.2;}
.text-inner .bottom-inner{
    margin: 0 0 calc(1.06rem * 1.5);
    font-size: calc(14.5px * 1.125);
    color: #3E4238;
    background: #EFEAD9;
    display: inline-block;
    padding: 4px 12px;
    border-radius: 0.38rem;
}
.text-inner .focused-rail{margin: 0 0 calc(1.06rem * 1.5);
    font-size: 14.5px;}
.text-inner .team-form{margin: 0 0 calc(1.06rem * 1.5);
    font-size: calc(14.5px * .875);}
.text-inner .text-media{display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.06rem;}
.text-inner .steady-links{
    display: inline-block;
    padding: 10px 20px;
    background: #6E8B5A;
    color: #FBF9F3;
    border-radius: 0.7rem;
    text-decoration: none;
    font-size: calc(14.5px * .875);
    transition: background 390ms var(--speed-nav);
}
.text-inner .steady-links:hover{
    background: #5C7749;color:var(--ink-light);}
.text-inner .text-list{font-size: calc(14.5px * .875);
    text-decoration: none;
    border-bottom: 1px solid #6E8B5A;}
.text-inner .text-list:hover{border-bottom-color: #B5763C;}
.text-inner .page-entries{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--paint-card);}
.text-inner .fresh-summary{display: flex;
    flex-wrap: wrap;
    gap: 1.06rem;
    padding: calc(1.06rem * 1.5) 0;
    border-bottom: 1px solid var(--paint-card);}
.text-inner .fresh-area{flex: 0 0 180px;
    font-size: calc(14.5px * .875);}
.text-inner .active-contact{flex: 1 1 260px;
    font-size: calc(14.5px * .875);}
@media (max-width: 640px) {.text-inner .quiet-track img{
        height: 240px;
    }.text-inner .fresh-area{
        flex: 1 1 100%;
    }
}
.active-copy{padding:calc(1.5rem * 2.4) 2.04rem;background:#EFEAD9;color:#3E4238}
.active-copy .fresh-headline{max-width:1060px;margin:0 auto}
.active-copy .compact-headline{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.06rem;align-items:flex-end;margin-bottom:calc(1.06rem * 1.5)}
.active-copy h2{margin:0;font-size:calc(14.5px * 2);line-height:1.15;flex:1 1 22rem}
.active-copy .compact-headline p{margin:0;flex:1 1 26rem;font-size:14.5px;line-height:1.92}
.active-copy .plain-panel{display:grid;grid-template-columns:minmax(15rem,.38fr) minmax(0,1fr);gap:calc(1.5rem * .75)}
.active-copy .page-method{display:flex;flex-direction:column;gap:1.06rem}
.active-copy .compact-menu{padding:calc(1.5rem * .75);border-radius:0.7rem;background:var(--paint-clear);color:var(--ink-light);border:1px solid var(--paint-card)}
.active-copy .compact-menu span{display:block;font-size:calc(14.5px * .875);letter-spacing:.02em}
.active-copy .compact-menu strong{display:block;margin-top:calc(1.06rem * .5);font-weight:600;white-space:pre-line}
.active-copy .compact-menu a{text-decoration:none;border-bottom:1px solid transparent;transition:color 390ms var(--speed-nav),border-color 390ms var(--speed-nav)}
.active-copy .compact-menu a:hover{border-bottom-color:#B5763C}
.active-copy .soft-headline{min-height:32rem;border-radius:1rem;overflow:hidden;border:1px solid var(--paint-card);background:var(--paint-clear);color:var(--ink-light);}
.active-copy iframe{display:block;width:100%;height:100%;border:0}
@media (max-width:860px){.active-copy .compact-headline{display:block}.active-copy .compact-headline p{margin-top:1.5rem}.active-copy .plain-panel{grid-template-columns:1fr}.active-copy .soft-headline{min-height:22rem}
}
.main-team{padding:calc(1.5rem * 2.4) 2.04rem;background:#FBF9F3;color:#2C3128}
.main-team .bottom-note{width:min(100%,calc(1060px*.82));margin:0 auto}
.main-team .main-callout{margin-bottom:calc(1.06rem * 1.5)}
.main-team h2{margin:0 0 1.5rem;font-size:calc(14.5px * 2);line-height:1.12}
.main-team .main-callout p{margin:0;max-width:44rem;line-height:1.92}
.main-team .featured-wrap{display:flex;flex-direction:column;gap:calc(1.5rem * .75);border-top:1px solid var(--paint-card);padding-top:calc(1.06rem * 1.5)}
.main-team .compact-menu{display:flex;flex-wrap:wrap;gap:1.06rem;align-items:baseline;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid var(--paint-card)}
.main-team .clear-items{flex:0 0 15rem;font-size:calc(14.5px * .875);color:#3E4238;text-transform:none}
.main-team .compact-lead{flex:1 1 18rem;margin:0;font-size:14.5px;line-height:1.92;overflow-wrap:anywhere}
.main-team .active-group{color:inherit;text-decoration:none;font-weight:600}
.main-team .active-group:hover{color:inherit;text-decoration:underline}
.main-team .team-form{margin-top:calc(1.06rem * 1.5);padding:calc(1.5rem * .75) 1.5rem;background:#EFEAD9;color:#3E4238;border-radius:0.7rem}
.main-team .team-form p{margin:0;line-height:1.92}
@media(max-width:760px){.main-team .compact-menu{flex-direction:column;gap:calc(1.06rem/2)}.main-team .clear-items{flex:0 0 auto}
}
.visual-region{padding:calc(1.5rem * 2.4) 2.04rem;background:linear-gradient(135deg, #FBF9F3 0%, #EFEAD9 55%, #E3E7D6 100%);color:#2C3128}
.visual-region .bottom-note{max-width:1060px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.06rem * 1.5)}
.visual-region .bottom-shell{max-width:52ch}
.visual-region h2{margin:0 0 calc(1.5rem * .75);font-size:calc(14.5px * 2);line-height:1.15}
.visual-region .focused-rail{margin:0;font-size:14.5px;line-height:1.92}
.visual-region .visual-note{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;border:1px solid var(--paint-card);border-radius:1.36rem;background:var(--paint-clear);color:var(--ink-light)}
.visual-region .quiet-region{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75) 1.06rem}
.visual-region .fresh-area{flex:1 1 220px;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.visual-region .fresh-area.wide{flex:1 1 100%}
.visual-region .fresh-area span{font-size:calc(14.5px * .875);}
.visual-region .fresh-area input{width:100%;border:1px solid var(--paint-card);border-radius:0.7rem;background:#FBF9F3;color:inherit;font:inherit;padding:calc(1.5rem * .75);outline:none}
.visual-region .fresh-area input:focus{box-shadow:0 0 0 2px rgba(110, 139, 90, 0.42)}
.visual-region .text-media{display:flex;flex-wrap:wrap;align-items:center;gap:calc(1.5rem * .75) 1.5rem}
.visual-region button{border:0;border-radius:0.7rem;background:#6E8B5A;color:#FBF9F3;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer}
.visual-region button:hover{background:#5C7749;color:var(--ink-light);}
.visual-region .team-form{flex:1 1 260px;margin:0;font-size:calc(14.5px * .875);line-height:1.92}
.visual-region .site-visual{margin:0;font-size:calc(14.5px * .875);line-height:1.92}
.visual-region .site-visual a{}
.visual-region .site-visual a:hover{}
@media(max-width:640px){.visual-region .fresh-area{flex:1 1 100%}.visual-region .text-media{flex-direction:column;align-items:stretch}.visual-region button{width:100%}}
.direct-brand{padding:calc(1.5rem * 2.4) 2.04rem;background:#FBF9F3;color:#2C3128}
.direct-brand .media-wrap{max-width:min(1060px,64rem);margin:0 auto}
.direct-brand .bottom-shell{max-width:52rem}
.direct-brand h2{margin:0 0 calc(1.06rem * 1.5);font-size:calc(14.5px * 2.65);line-height:1.08}
.direct-brand .featured-feature{margin:0;font-size:calc(14.5px * 1.125);line-height:1.92}
.direct-brand .clear-unit{margin-top:1.5rem;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.direct-brand .team-form{padding:calc(1.5rem * .75) calc(1.5rem * .75);background:var(--paint-clear);color:var(--ink-light);border:1px solid var(--paint-card);border-radius:1rem}
.direct-brand h3{margin:0 0 1.06rem;font-size:calc(14.5px * 1.35);line-height:1.25}
.direct-brand .team-form p{margin:0;font-size:14.5px}
.direct-brand .team-form a{text-decoration:underline;text-underline-offset:2px}
.direct-brand .team-form a:hover{}
@media (min-width:760px){.direct-brand .clear-unit{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.06rem}.direct-brand .team-form{padding:calc(1.06rem * 1.5)}
}
.compact-region{
  padding: calc(1.5rem * 2.4) 2.04rem;
  background: #2C3128;
  color: #F4F1E8;
}
.compact-region .bottom-note{max-width: min(1060px, 74rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: calc(1.06rem * 1.5);
  align-items: start;}
.compact-region .public-story{position: sticky;
  top: calc(1.06rem * 1.5);}
.compact-region h2{margin: 0;
  font-size: calc(14.5px * 2);
  line-height: 1.12;}
.compact-region .public-story p{margin: calc(1.5rem * .75) 0 0;
  color: #D8D2C2;
  font-size: calc(14.5px * 1.125);
  line-height: 1.7;}
.compact-region .featured-body{display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #3E4238;}
.compact-region .fresh-summary{
  border-bottom: 1px solid #3E4238;
  background: transparent;
  color: inherit;
}
.compact-region button{
  width: 100%;
  border: 0;
  padding: calc(1.5rem * .75) 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: calc(14.5px * 1.35);
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1.06rem;
}
.compact-region button::after{content: "+";
  font-size: calc(14.5px * 1.125);
  color: #D8D2C2;
  flex: 0 0 auto;}
.compact-region .fresh-summary.is-open button::after{content: "\2013";}
.compact-region .fresh-summary p{margin: 0;
  padding: 0 0 calc(1.5rem * .75);
  color: #D8D2C2;
  line-height: 1.75;
  max-width: 62ch;}
.compact-region .fresh-summary:not(.is-open) p{display: none;}
@media (max-width: 860px) {.compact-region .bottom-note{
    grid-template-columns: 1fr;
  }.compact-region .public-story{
    position: static;
  }
}
.text-actions{background:#EFEAD9;color:#3E4238;padding:calc(1.5rem * 2.4) 2.04rem}
.text-actions .bottom-note{max-width:1060px;margin:0 auto}
.text-actions .compact-media{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(1.06rem * 1.5)}
.text-actions .text-feature{flex:1 1 34rem;min-width:0}
.text-actions h2{margin:0;font-size:calc(14.5px * 2);line-height:1.15}
.text-actions p{margin:calc(1.06rem * 1.5) 0 0;max-width:42rem;font-size:14.5px;line-height:1.92}
.text-actions .visual-summary{margin:calc(1.06rem * 1.5) 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.text-actions .visual-summary li{position:relative;padding-left:1.4rem;font-size:calc(14.5px * .875);line-height:1.7}
.text-actions .visual-summary li::before{content:"";position:absolute;left:0;top:0.6em;width:0.5rem;height:0.5rem;border-radius:0.38rem;background:#6E8B5A;color:#FBF9F3;}
.text-actions .team-form{font-size:calc(14.5px * .875)}
.text-actions .team-form a{color:inherit;text-decoration:underline}
.text-actions .team-form a:hover{color:inherit;}
.text-actions .bottom-method{margin-top:calc(1.06rem * 1.5);display:flex;flex-wrap:wrap;gap:1.06rem}
.text-actions .bottom-method a{padding:calc(1.5rem * .75) 1.06rem;border-radius:0.7rem;background:var(--paint-clear);color:var(--ink-light);border:1px solid var(--paint-card);text-decoration:none;font-size:calc(14.5px * .875);box-shadow:0 0px 3px rgba(0,0,0,0.06)}
.text-actions .bottom-method a:hover{background:#6E8B5A;color:#FBF9F3;border-color:#6E8B5A}
.text-actions .site-visual{flex:0 1 16rem;min-width:0;padding:calc(1.5rem * .75) 1.06rem;border-radius:1rem;background:var(--paint-clear);color:var(--ink-light);border:1px solid var(--paint-card)}
.text-actions .site-visual .compact-menu{margin:0 0 calc(1.5rem * .75);font-size:calc(14.5px * .875);line-height:1.6}
.text-actions .site-visual .compact-menu:last-child{margin-bottom:0}
.text-actions .site-visual a{color:inherit;text-decoration:none}
.text-actions .site-visual a:hover{color:inherit;}
@media(max-width:680px){.text-actions .compact-media{flex-direction:column}.text-actions .site-visual{flex:1 1 auto;width:100%}}
.focused-form{--field-static:calc(1.5rem * 1.15);--field-control:calc(1060px / 2.4);padding:calc(1.5rem * 2.4) 2.04rem;background:#B5763C;color:#FDF8F0;}
.focused-form .bottom-note{max-width:1060px;margin:0 auto;}
.focused-form h2,.focused-form p{margin:0;}
.focused-form h2{font-size:calc(14.5px * 2);line-height:1.14;max-width:var(--field-control);}
.focused-form p{font-size:14.5px;line-height:1.92;}
.focused-form .focused-rail{max-width:var(--field-control);color:color-mix(in srgb, currentColor 82%, transparent);}
.focused-form .team-form{font-size:calc(14.5px * .875);color:color-mix(in srgb, currentColor 72%, transparent);max-width:var(--field-control);}
.focused-form a{color:inherit;text-decoration:none;}
.focused-form .team-form a{text-decoration:underline;text-underline-offset:3px;}
.focused-form .text-media{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.38rem;background:#FDF8F0;color:#B5763C;font-size:14.5px;transition:background 390ms var(--speed-nav),color 390ms var(--speed-nav);}
.focused-form .text-media:hover{background:#9C6230;color:#FDF8F0;}
.focused-form .contact-unit>h2{margin-top:0;}
.focused-form .contact-unit>.focused-rail{margin-top:calc(1.06rem * 1.5);}
.focused-form .contact-unit>.text-media{margin-top:var(--field-static);}
.focused-form .contact-unit>.team-form{margin-top:calc(1.06rem * 1.5);}
@media (max-width:640px){.focused-form h2{max-width:100%;}.focused-form .focused-rail,.focused-form .team-form{max-width:100%;}
}
.contact-frame{background:#6E8B5A;color:#FBF9F3}
.contact-frame .offer-visual{max-width:1060px;margin:0 auto;padding:calc(1.5rem * 2.4) 2.04rem}
.contact-frame h1{max-width:18ch;margin:0;font-size:calc(14.5px * 2.65);line-height:1.05}
.contact-frame .secondary-view{background:#2C3128;color:#F4F1E8}
.contact-frame .focused-content{max-width:1060px;margin:0 auto;padding:1.5rem 2.04rem;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1.06rem}
.contact-frame .focused-content p{flex:1 1 22rem;max-width:42rem;margin:0;font-size:calc(14.5px * 1.125);line-height:1.92}
.contact-frame .bottom-method{display:flex;flex-direction:column;gap:calc(1.06rem*.5);min-width:12rem}
.contact-frame .bottom-method a{color:inherit;text-decoration:underline;text-underline-offset:.22em;font-size:14.5px;transition:transform 390ms var(--speed-nav)}
.contact-frame .bottom-method a:hover{transform:translateX(calc(calc(1.5rem * .75)*.35))}
.contact-frame .team-form{max-width:1060px;margin:0 auto;padding:calc(1.06rem * 1.5) 2.04rem calc(1.5rem * 2.4);display:flex;flex-wrap:wrap;gap:1.06rem;align-items:flex-start;justify-content:space-between}
.contact-frame .team-form p{margin:0;flex:1 1 24rem;max-width:38rem;font-size:calc(14.5px * .875);line-height:1.92}
.contact-frame .site-visual{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(1.06rem*.4);font-size:calc(14.5px * .875)}
.contact-frame .site-visual a{color:inherit;text-decoration:underline;text-underline-offset:.2em}
.contact-frame .site-visual a:hover{}
@media(max-width:620px){.contact-frame .focused-content{display:block}.contact-frame .bottom-method{margin-top:1.5rem}.contact-frame .team-form{display:block}.contact-frame .site-visual{margin-top:calc(1.06rem * 1.5)}
}
